/*M!999999\- enable the sandbox mode */ 
-- MariaDB dump 10.19  Distrib 10.11.13-MariaDB, for debian-linux-gnu (x86_64)
--
-- Host: localhost    Database: wordpress
-- ------------------------------------------------------
-- Server version	10.11.13-MariaDB-0ubuntu0.24.04.1

/*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */;
/*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */;
/*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */;
/*!40101 SET NAMES 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_actionscheduler_actions`
--

DROP TABLE IF EXISTS `wp_actionscheduler_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `hook` varchar(191) NOT NULL,
  `status` varchar(20) NOT NULL,
  `scheduled_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `scheduled_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  `priority` tinyint(3) unsigned NOT NULL DEFAULT 10,
  `args` varchar(191) DEFAULT NULL,
  `schedule` longtext DEFAULT NULL,
  `group_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `attempts` int(11) NOT NULL DEFAULT 0,
  `last_attempt_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `last_attempt_local` datetime DEFAULT '0000-00-00 00:00:00',
  `claim_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `extended_args` varchar(8000) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `hook_status_scheduled_date_gmt` (`hook`(163),`status`,`scheduled_date_gmt`),
  KEY `status_scheduled_date_gmt` (`status`,`scheduled_date_gmt`),
  KEY `scheduled_date_gmt` (`scheduled_date_gmt`),
  KEY `args` (`args`),
  KEY `group_id` (`group_id`),
  KEY `last_attempt_gmt` (`last_attempt_gmt`),
  KEY `claim_id_status_scheduled_date_gmt` (`claim_id`,`status`,`scheduled_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=327987 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_actions`
--

LOCK TABLES `wp_actionscheduler_actions` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_actions` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_actions` VALUES
(21,'woocommerce_admin/stored_state_setup_for_products/async/run_remote_notifications','failed','2024-07-09 01:06:31','2024-07-09 01:06:31',10,'[]','O:28:\"ActionScheduler_NullSchedule\":0:{}',2,1,'2024-07-09 01:07:21','2024-07-09 01:07:21',0,NULL),
(238534,'wcpay_update_compatibility_data','failed','2025-06-19 17:22:04','2025-06-19 17:22:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750353724;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750353724;}',10,1,'2025-06-19 17:22:28','2025-06-19 17:22:28',0,NULL),
(238680,'wcpay_update_compatibility_data','failed','2025-06-19 18:37:42','2025-06-19 18:37:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1750358262;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1750358262;}',10,1,'2025-06-19 18:38:38','2025-06-19 18:38:38',0,NULL),
(324107,'wp_mail_smtp_summary_report_email','complete','2025-09-06 22:19:12','2025-09-06 22:19:12',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757197152;s:18:\"\0*\0first_timestamp\";i:1721052000;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757197152;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',3,1,'2025-09-06 22:23:25','2025-09-06 22:23:25',0,NULL),
(325166,'gla/jobs/resubmit_expiring_products/start','complete','2025-09-04 03:00:00','2025-09-04 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756954800;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1756954800;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-09-04 03:00:26','2025-09-04 03:00:26',0,NULL),
(325174,'woocommerce_cleanup_draft_orders','complete','2025-09-04 03:17:25','2025-09-04 03:17:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756955845;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756955845;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-04 03:17:29','2025-09-04 03:17:29',0,NULL),
(325175,'woocommerce_cleanup_draft_orders','complete','2025-09-04 03:17:25','2025-09-04 03:17:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756955845;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756955845;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-04 03:17:29','2025-09-04 03:17:29',0,NULL),
(325176,'wp_mail_smtp_admin_notifications_update','complete','2025-09-04 03:17:25','2025-09-04 03:17:25',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756955845;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756955845;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-09-04 03:17:29','2025-09-04 03:17:29',0,NULL),
(325177,'wc_gla_cron_daily_notes','complete','2025-09-04 03:17:25','2025-09-04 03:17:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756955845;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756955845;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-04 03:17:29','2025-09-04 03:17:29',0,NULL),
(325465,'woocommerce_refresh_order_count_cache','complete','2025-09-04 03:19:27','2025-09-04 03:19:27',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756955967;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756955967;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-09-04 03:19:33','2025-09-04 03:19:33',0,NULL),
(325477,'mailpoet/cron/daemon-trigger','complete','2025-09-03 15:51:28','2025-09-03 15:51:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756914688;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756914688;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 15:52:30','2025-09-03 15:52:30',0,NULL),
(325478,'mailpoet/cron/daemon-trigger','complete','2025-09-03 15:54:30','2025-09-03 15:54:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756914870;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756914870;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 15:54:32','2025-09-03 15:54:32',0,NULL),
(325479,'mailpoet/cron/daemon-trigger','complete','2025-09-03 15:56:32','2025-09-03 15:56:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756914992;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756914992;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 15:57:30','2025-09-03 15:57:30',0,NULL),
(325480,'mailpoet/cron/daemon-trigger','complete','2025-09-03 15:59:30','2025-09-03 15:59:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756915170;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756915170;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:00:28','2025-09-03 16:00:28',0,NULL),
(325481,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:02:28','2025-09-03 16:02:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756915348;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756915348;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:13:15','2025-09-03 16:13:15',0,NULL),
(325482,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:15:15','2025-09-03 16:15:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756916115;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756916115;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:16:46','2025-09-03 16:16:46',0,NULL),
(325483,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:18:46','2025-09-03 16:18:46',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756916326;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756916326;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:20:54','2025-09-03 16:20:54',0,NULL),
(325484,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:22:54','2025-09-03 16:22:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756916574;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756916574;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:23:07','2025-09-03 16:23:07',0,NULL),
(325485,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:25:07','2025-09-03 16:25:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756916707;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756916707;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:25:48','2025-09-03 16:25:48',0,NULL),
(325486,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:27:48','2025-09-03 16:27:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756916868;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756916868;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:27:50','2025-09-03 16:27:50',0,NULL),
(325487,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:29:50','2025-09-03 16:29:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756916990;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756916990;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:31:00','2025-09-03 16:31:00',0,NULL),
(325488,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:33:00','2025-09-03 16:33:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756917180;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756917180;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:33:06','2025-09-03 16:33:06',0,NULL),
(325489,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:35:06','2025-09-03 16:35:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756917306;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756917306;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:35:15','2025-09-03 16:35:15',0,NULL),
(325490,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:37:15','2025-09-03 16:37:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756917435;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756917435;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:37:24','2025-09-03 16:37:24',0,NULL),
(325491,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:39:24','2025-09-03 16:39:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756917564;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756917564;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:40:25','2025-09-03 16:40:25',0,NULL),
(325492,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:42:25','2025-09-03 16:42:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756917745;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756917745;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:42:25','2025-09-03 16:42:25',0,NULL),
(325493,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:44:25','2025-09-03 16:44:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756917865;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756917865;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:45:52','2025-09-03 16:45:52',0,NULL),
(325494,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:47:52','2025-09-03 16:47:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756918072;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756918072;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:48:21','2025-09-03 16:48:21',0,NULL),
(325495,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:50:22','2025-09-03 16:50:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756918222;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756918222;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:50:49','2025-09-03 16:50:49',0,NULL),
(325496,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:52:49','2025-09-03 16:52:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756918369;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756918369;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:52:59','2025-09-03 16:52:59',0,NULL),
(325497,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:54:59','2025-09-03 16:54:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756918499;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756918499;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:55:28','2025-09-03 16:55:28',0,NULL),
(325498,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:57:28','2025-09-03 16:57:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756918648;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756918648;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 16:57:49','2025-09-03 16:57:49',0,NULL),
(325499,'mailpoet/cron/daemon-trigger','complete','2025-09-03 16:59:49','2025-09-03 16:59:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756918789;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756918789;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:00:23','2025-09-03 17:00:23',0,NULL),
(325500,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:02:23','2025-09-03 17:02:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756918943;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756918943;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:02:42','2025-09-03 17:02:42',0,NULL),
(325501,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:04:42','2025-09-03 17:04:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756919082;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756919082;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:05:47','2025-09-03 17:05:47',0,NULL),
(325502,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:07:47','2025-09-03 17:07:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756919267;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756919267;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:08:21','2025-09-03 17:08:21',0,NULL),
(325503,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:10:21','2025-09-03 17:10:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756919421;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756919421;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:10:26','2025-09-03 17:10:26',0,NULL),
(325504,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:12:26','2025-09-03 17:12:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756919546;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756919546;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:12:33','2025-09-03 17:12:33',0,NULL),
(325505,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:14:33','2025-09-03 17:14:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756919673;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756919673;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:14:41','2025-09-03 17:14:41',0,NULL),
(325506,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:16:41','2025-09-03 17:16:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756919801;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756919801;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:17:22','2025-09-03 17:17:22',0,NULL),
(325507,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:19:22','2025-09-03 17:19:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756919962;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756919962;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:19:46','2025-09-03 17:19:46',0,NULL),
(325508,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:21:46','2025-09-03 17:21:46',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756920106;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756920106;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:22:26','2025-09-03 17:22:26',0,NULL),
(325509,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:24:26','2025-09-03 17:24:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756920266;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756920266;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:25:30','2025-09-03 17:25:30',0,NULL),
(325510,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:27:30','2025-09-03 17:27:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756920450;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756920450;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:28:27','2025-09-03 17:28:27',0,NULL),
(325511,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:30:27','2025-09-03 17:30:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756920627;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756920627;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:30:38','2025-09-03 17:30:38',0,NULL),
(325512,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:32:38','2025-09-03 17:32:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756920758;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756920758;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:33:26','2025-09-03 17:33:26',0,NULL),
(325513,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:35:26','2025-09-03 17:35:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756920926;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756920926;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:36:30','2025-09-03 17:36:30',0,NULL),
(325514,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:38:30','2025-09-03 17:38:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756921110;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756921110;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:39:28','2025-09-03 17:39:28',0,NULL),
(325515,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:41:28','2025-09-03 17:41:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756921288;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756921288;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:42:24','2025-09-03 17:42:24',0,NULL),
(325516,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:44:24','2025-09-03 17:44:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756921464;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756921464;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:44:29','2025-09-03 17:44:29',0,NULL),
(325517,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:46:29','2025-09-03 17:46:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756921589;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756921589;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:47:37','2025-09-03 17:47:37',0,NULL),
(325518,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:49:37','2025-09-03 17:49:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756921777;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756921777;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:50:40','2025-09-03 17:50:40',0,NULL),
(325519,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:52:40','2025-09-03 17:52:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756921960;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756921960;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:53:28','2025-09-03 17:53:28',0,NULL),
(325520,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:55:28','2025-09-03 17:55:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756922128;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756922128;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:56:25','2025-09-03 17:56:25',0,NULL),
(325521,'mailpoet/cron/daemon-trigger','complete','2025-09-03 17:58:25','2025-09-03 17:58:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756922305;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756922305;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 17:58:29','2025-09-03 17:58:29',0,NULL),
(325522,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:00:29','2025-09-03 18:00:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756922429;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756922429;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:01:27','2025-09-03 18:01:27',0,NULL),
(325523,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:03:27','2025-09-03 18:03:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756922607;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756922607;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:04:31','2025-09-03 18:04:31',0,NULL),
(325524,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:06:31','2025-09-03 18:06:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756922791;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756922791;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:06:34','2025-09-03 18:06:34',0,NULL),
(325525,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:08:34','2025-09-03 18:08:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756922914;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756922914;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:09:23','2025-09-03 18:09:23',0,NULL),
(325526,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:11:23','2025-09-03 18:11:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756923083;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756923083;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:11:30','2025-09-03 18:11:30',0,NULL),
(325527,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:13:30','2025-09-03 18:13:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756923210;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756923210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:14:28','2025-09-03 18:14:28',0,NULL),
(325528,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:16:28','2025-09-03 18:16:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756923388;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756923388;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:16:38','2025-09-03 18:16:38',0,NULL),
(325529,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:18:38','2025-09-03 18:18:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756923518;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756923518;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:19:25','2025-09-03 18:19:25',0,NULL),
(325530,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:21:25','2025-09-03 18:21:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756923685;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756923685;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:21:28','2025-09-03 18:21:28',0,NULL),
(325531,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:23:28','2025-09-03 18:23:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756923808;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756923808;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:24:27','2025-09-03 18:24:27',0,NULL),
(325532,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:26:27','2025-09-03 18:26:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756923987;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756923987;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:26:30','2025-09-03 18:26:30',0,NULL),
(325533,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:28:30','2025-09-03 18:28:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756924110;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756924110;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:29:24','2025-09-03 18:29:24',0,NULL),
(325534,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:31:24','2025-09-03 18:31:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756924284;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756924284;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:32:34','2025-09-03 18:32:34',0,NULL),
(325535,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:34:34','2025-09-03 18:34:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756924474;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756924474;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:35:27','2025-09-03 18:35:27',0,NULL),
(325536,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:37:27','2025-09-03 18:37:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756924647;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756924647;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:37:30','2025-09-03 18:37:30',0,NULL),
(325537,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:39:30','2025-09-03 18:39:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756924770;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756924770;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:40:28','2025-09-03 18:40:28',0,NULL),
(325538,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:42:28','2025-09-03 18:42:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756924948;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756924948;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:42:29','2025-09-03 18:42:29',0,NULL),
(325539,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:44:29','2025-09-03 18:44:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756925069;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756925069;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:45:31','2025-09-03 18:45:31',0,NULL),
(325540,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:47:31','2025-09-03 18:47:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756925251;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756925251;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:48:28','2025-09-03 18:48:28',0,NULL),
(325541,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:50:28','2025-09-03 18:50:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756925428;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756925428;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:50:28','2025-09-03 18:50:28',0,NULL),
(325542,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:52:28','2025-09-03 18:52:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756925548;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756925548;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:53:22','2025-09-03 18:53:22',0,NULL),
(325543,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:55:22','2025-09-03 18:55:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756925722;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756925722;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:55:27','2025-09-03 18:55:27',0,NULL),
(325544,'mailpoet/cron/daemon-trigger','complete','2025-09-03 18:57:27','2025-09-03 18:57:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756925847;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756925847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 18:58:27','2025-09-03 18:58:27',0,NULL),
(325545,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:00:27','2025-09-03 19:00:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756926027;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756926027;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:00:39','2025-09-03 19:00:39',0,NULL),
(325546,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:02:39','2025-09-03 19:02:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756926159;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756926159;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:03:28','2025-09-03 19:03:28',0,NULL),
(325547,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:05:28','2025-09-03 19:05:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756926328;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756926328;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:06:29','2025-09-03 19:06:29',0,NULL),
(325548,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:08:29','2025-09-03 19:08:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756926509;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756926509;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:08:42','2025-09-03 19:08:42',0,NULL),
(325549,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:10:42','2025-09-03 19:10:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756926642;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756926642;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:11:26','2025-09-03 19:11:26',0,NULL),
(325550,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:13:26','2025-09-03 19:13:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756926806;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756926806;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:13:31','2025-09-03 19:13:31',0,NULL),
(325551,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:15:31','2025-09-03 19:15:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756926931;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756926931;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:16:24','2025-09-03 19:16:24',0,NULL),
(325552,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:18:24','2025-09-03 19:18:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756927104;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756927104;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:18:31','2025-09-03 19:18:31',0,NULL),
(325553,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:20:31','2025-09-03 19:20:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756927231;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756927231;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:21:27','2025-09-03 19:21:27',0,NULL),
(325554,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:23:27','2025-09-03 19:23:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756927407;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756927407;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:24:26','2025-09-03 19:24:26',0,NULL),
(325555,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:26:26','2025-09-03 19:26:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756927586;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756927586;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:26:26','2025-09-03 19:26:26',0,NULL),
(325556,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:28:26','2025-09-03 19:28:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756927706;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756927706;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:29:26','2025-09-03 19:29:26',0,NULL),
(325557,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:31:26','2025-09-03 19:31:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756927886;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756927886;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:32:28','2025-09-03 19:32:28',0,NULL),
(325558,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:34:28','2025-09-03 19:34:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756928068;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756928068;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:35:24','2025-09-03 19:35:24',0,NULL),
(325559,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:37:24','2025-09-03 19:37:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756928244;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756928244;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:37:31','2025-09-03 19:37:31',0,NULL),
(325560,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:39:31','2025-09-03 19:39:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756928371;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756928371;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:39:33','2025-09-03 19:39:33',0,NULL),
(325561,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:41:33','2025-09-03 19:41:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756928493;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756928493;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:42:27','2025-09-03 19:42:27',0,NULL),
(325562,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:44:27','2025-09-03 19:44:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756928667;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756928667;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:45:30','2025-09-03 19:45:30',0,NULL),
(325563,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:47:30','2025-09-03 19:47:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756928850;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756928850;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:48:23','2025-09-03 19:48:23',0,NULL),
(325564,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:50:23','2025-09-03 19:50:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756929023;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756929023;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:50:31','2025-09-03 19:50:31',0,NULL),
(325565,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:52:31','2025-09-03 19:52:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756929151;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756929151;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:53:25','2025-09-03 19:53:25',0,NULL),
(325566,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:55:25','2025-09-03 19:55:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756929325;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756929325;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:55:25','2025-09-03 19:55:25',0,NULL),
(325567,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:57:25','2025-09-03 19:57:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756929445;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756929445;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:57:27','2025-09-03 19:57:27',0,NULL),
(325568,'mailpoet/cron/daemon-trigger','complete','2025-09-03 19:59:27','2025-09-03 19:59:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756929567;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756929567;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 19:59:27','2025-09-03 19:59:27',0,NULL),
(325569,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:01:27','2025-09-03 20:01:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756929687;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756929687;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:02:22','2025-09-03 20:02:22',0,NULL),
(325570,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:04:22','2025-09-03 20:04:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756929862;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756929862;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:04:25','2025-09-03 20:04:25',0,NULL),
(325571,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:06:25','2025-09-03 20:06:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756929985;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756929985;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:06:28','2025-09-03 20:06:28',0,NULL),
(325572,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:08:28','2025-09-03 20:08:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756930108;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756930108;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:09:22','2025-09-03 20:09:22',0,NULL),
(325573,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:11:22','2025-09-03 20:11:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756930282;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756930282;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:11:28','2025-09-03 20:11:28',0,NULL),
(325574,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:13:28','2025-09-03 20:13:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756930408;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756930408;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:13:29','2025-09-03 20:13:29',0,NULL),
(325575,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:15:29','2025-09-03 20:15:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756930529;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756930529;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:16:27','2025-09-03 20:16:27',0,NULL),
(325576,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:18:27','2025-09-03 20:18:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756930707;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756930707;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:19:25','2025-09-03 20:19:25',0,NULL),
(325577,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:21:25','2025-09-03 20:21:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756930885;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756930885;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:21:28','2025-09-03 20:21:28',0,NULL),
(325578,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:23:28','2025-09-03 20:23:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756931008;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756931008;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:23:28','2025-09-03 20:23:28',0,NULL),
(325579,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:25:28','2025-09-03 20:25:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756931128;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756931128;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:26:26','2025-09-03 20:26:26',0,NULL),
(325580,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:28:26','2025-09-03 20:28:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756931306;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756931306;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:29:28','2025-09-03 20:29:28',0,NULL),
(325581,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:31:28','2025-09-03 20:31:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756931488;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756931488;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:32:27','2025-09-03 20:32:27',0,NULL),
(325582,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:34:27','2025-09-03 20:34:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756931667;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756931667;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:34:29','2025-09-03 20:34:29',0,NULL),
(325583,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:36:29','2025-09-03 20:36:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756931789;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756931789;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:37:26','2025-09-03 20:37:26',0,NULL),
(325584,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:39:26','2025-09-03 20:39:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756931966;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756931966;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:39:27','2025-09-03 20:39:27',0,NULL),
(325585,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:41:27','2025-09-03 20:41:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756932087;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756932087;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:41:30','2025-09-03 20:41:30',0,NULL),
(325586,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:43:30','2025-09-03 20:43:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756932210;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756932210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:44:23','2025-09-03 20:44:23',0,NULL),
(325587,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:46:23','2025-09-03 20:46:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756932383;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756932383;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:46:25','2025-09-03 20:46:25',0,NULL),
(325588,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:48:25','2025-09-03 20:48:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756932505;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756932505;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:48:26','2025-09-03 20:48:26',0,NULL),
(325589,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:50:26','2025-09-03 20:50:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756932626;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756932626;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:50:32','2025-09-03 20:50:32',0,NULL),
(325590,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:52:32','2025-09-03 20:52:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756932752;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756932752;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:53:24','2025-09-03 20:53:24',0,NULL),
(325591,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:55:24','2025-09-03 20:55:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756932924;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756932924;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:55:40','2025-09-03 20:55:40',0,NULL),
(325592,'mailpoet/cron/daemon-trigger','complete','2025-09-03 20:57:40','2025-09-03 20:57:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756933060;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756933060;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 20:58:22','2025-09-03 20:58:22',0,NULL),
(325593,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:00:23','2025-09-03 21:00:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756933223;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756933223;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:00:28','2025-09-03 21:00:28',0,NULL),
(325594,'mailpoet/cron/daemon-run','complete','2025-09-03 21:00:23','2025-09-03 21:00:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1756933223;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1756933223;}',7,1,'2025-09-03 21:00:32','2025-09-03 21:00:32',0,NULL),
(325595,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:02:28','2025-09-03 21:02:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756933348;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756933348;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:02:28','2025-09-03 21:02:28',0,NULL),
(325596,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:04:28','2025-09-03 21:04:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756933468;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756933468;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:04:38','2025-09-03 21:04:38',0,NULL),
(325597,'mailpoet/cron/daemon-run','complete','2025-09-03 21:04:33','2025-09-03 21:04:33',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1756933473;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1756933473;}',7,1,'2025-09-03 21:04:43','2025-09-03 21:04:43',0,NULL),
(325598,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:06:38','2025-09-03 21:06:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756933598;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756933598;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:07:30','2025-09-03 21:07:30',0,NULL),
(325599,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:09:30','2025-09-03 21:09:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756933770;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756933770;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:10:29','2025-09-03 21:10:29',0,NULL),
(325600,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:12:29','2025-09-03 21:12:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756933949;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756933949;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:13:22','2025-09-03 21:13:22',0,NULL),
(325601,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:15:22','2025-09-03 21:15:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756934122;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756934122;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:15:23','2025-09-03 21:15:23',0,NULL),
(325602,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:17:23','2025-09-03 21:17:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756934243;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756934243;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:17:23','2025-09-03 21:17:23',0,NULL),
(325603,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:19:23','2025-09-03 21:19:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756934363;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756934363;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:19:26','2025-09-03 21:19:26',0,NULL),
(325604,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:21:26','2025-09-03 21:21:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756934486;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756934486;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:21:31','2025-09-03 21:21:31',0,NULL),
(325605,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:23:31','2025-09-03 21:23:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756934611;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756934611;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:24:28','2025-09-03 21:24:28',0,NULL),
(325606,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:26:28','2025-09-03 21:26:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756934788;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756934788;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:27:29','2025-09-03 21:27:29',0,NULL),
(325607,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:29:29','2025-09-03 21:29:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756934969;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756934969;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:30:35','2025-09-03 21:30:35',0,NULL),
(325608,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:32:35','2025-09-03 21:32:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756935155;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756935155;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:33:29','2025-09-03 21:33:29',0,NULL),
(325609,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:35:29','2025-09-03 21:35:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756935329;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756935329;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:36:24','2025-09-03 21:36:24',0,NULL),
(325610,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:38:24','2025-09-03 21:38:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756935504;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756935504;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:38:37','2025-09-03 21:38:37',0,NULL),
(325611,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:40:37','2025-09-03 21:40:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756935637;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756935637;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:41:27','2025-09-03 21:41:27',0,NULL),
(325612,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:43:27','2025-09-03 21:43:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756935807;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756935807;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:44:31','2025-09-03 21:44:31',0,NULL),
(325613,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:46:31','2025-09-03 21:46:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756935991;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756935991;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:47:30','2025-09-03 21:47:30',0,NULL),
(325614,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:49:30','2025-09-03 21:49:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756936170;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756936170;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:49:30','2025-09-03 21:49:30',0,NULL),
(325615,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:51:30','2025-09-03 21:51:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756936290;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756936290;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:51:31','2025-09-03 21:51:31',0,NULL),
(325616,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:53:31','2025-09-03 21:53:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756936411;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756936411;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:54:26','2025-09-03 21:54:26',0,NULL),
(325617,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:56:26','2025-09-03 21:56:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756936586;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756936586;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 21:57:25','2025-09-03 21:57:25',0,NULL),
(325618,'mailpoet/cron/daemon-trigger','complete','2025-09-03 21:59:25','2025-09-03 21:59:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756936765;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756936765;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:00:23','2025-09-03 22:00:23',0,NULL),
(325619,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:02:23','2025-09-03 22:02:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756936943;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756936943;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:02:27','2025-09-03 22:02:27',0,NULL),
(325620,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:04:27','2025-09-03 22:04:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756937067;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756937067;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:05:25','2025-09-03 22:05:25',0,NULL),
(325621,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:07:25','2025-09-03 22:07:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756937245;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756937245;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:08:18','2025-09-03 22:08:18',0,NULL),
(325622,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:10:18','2025-09-03 22:10:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756937418;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756937418;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:10:30','2025-09-03 22:10:30',0,NULL),
(325623,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:12:30','2025-09-03 22:12:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756937550;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756937550;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:13:24','2025-09-03 22:13:24',0,NULL),
(325624,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:15:24','2025-09-03 22:15:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756937724;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756937724;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:15:27','2025-09-03 22:15:27',0,NULL),
(325625,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:17:27','2025-09-03 22:17:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756937847;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756937847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:17:31','2025-09-03 22:17:31',0,NULL),
(325626,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:19:31','2025-09-03 22:19:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756937971;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756937971;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:20:24','2025-09-03 22:20:24',0,NULL),
(325627,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:22:25','2025-09-03 22:22:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756938145;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756938145;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:22:28','2025-09-03 22:22:28',0,NULL),
(325628,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:24:28','2025-09-03 22:24:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756938268;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756938268;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:25:28','2025-09-03 22:25:28',0,NULL),
(325629,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:27:28','2025-09-03 22:27:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756938448;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756938448;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:28:23','2025-09-03 22:28:23',0,NULL),
(325630,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:30:23','2025-09-03 22:30:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756938623;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756938623;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:30:32','2025-09-03 22:30:32',0,NULL),
(325631,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:32:32','2025-09-03 22:32:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756938752;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756938752;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:32:32','2025-09-03 22:32:32',0,NULL),
(325632,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:34:32','2025-09-03 22:34:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756938872;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756938872;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:35:22','2025-09-03 22:35:22',0,NULL),
(325633,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:37:22','2025-09-03 22:37:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756939042;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756939042;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:37:33','2025-09-03 22:37:33',0,NULL),
(325634,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:39:33','2025-09-03 22:39:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756939173;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756939173;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:40:34','2025-09-03 22:40:34',0,NULL),
(325635,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:42:34','2025-09-03 22:42:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756939354;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756939354;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:43:26','2025-09-03 22:43:26',0,NULL),
(325636,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:45:26','2025-09-03 22:45:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756939526;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756939526;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:46:23','2025-09-03 22:46:23',0,NULL),
(325637,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:48:23','2025-09-03 22:48:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756939703;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756939703;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:48:23','2025-09-03 22:48:23',0,NULL),
(325638,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:50:23','2025-09-03 22:50:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756939823;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756939823;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:50:26','2025-09-03 22:50:26',0,NULL),
(325639,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:52:26','2025-09-03 22:52:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756939946;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756939946;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:52:44','2025-09-03 22:52:44',0,NULL),
(325640,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:54:44','2025-09-03 22:54:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756940084;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756940084;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:55:23','2025-09-03 22:55:23',0,NULL),
(325641,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:57:23','2025-09-03 22:57:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756940243;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756940243;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 22:57:29','2025-09-03 22:57:29',0,NULL),
(325642,'mailpoet/cron/daemon-trigger','complete','2025-09-03 22:59:29','2025-09-03 22:59:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756940369;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756940369;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:00:25','2025-09-03 23:00:25',0,NULL),
(325643,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:02:25','2025-09-03 23:02:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756940545;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756940545;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:04:34','2025-09-03 23:04:34',0,NULL),
(325644,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:06:34','2025-09-03 23:06:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756940794;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756940794;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:07:30','2025-09-03 23:07:30',0,NULL),
(325645,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:09:30','2025-09-03 23:09:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756940970;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756940970;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:10:28','2025-09-03 23:10:28',0,NULL),
(325646,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:12:28','2025-09-03 23:12:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756941148;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756941148;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:13:26','2025-09-03 23:13:26',0,NULL),
(325647,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:15:26','2025-09-03 23:15:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756941326;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756941326;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:15:30','2025-09-03 23:15:30',0,NULL),
(325648,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:17:30','2025-09-03 23:17:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756941450;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756941450;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:18:23','2025-09-03 23:18:23',0,NULL),
(325649,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:20:23','2025-09-03 23:20:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756941623;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756941623;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:20:31','2025-09-03 23:20:31',0,NULL),
(325650,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:22:31','2025-09-03 23:22:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756941751;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756941751;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:23:25','2025-09-03 23:23:25',0,NULL),
(325651,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:25:25','2025-09-03 23:25:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756941925;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756941925;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:25:26','2025-09-03 23:25:26',0,NULL),
(325652,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:27:26','2025-09-03 23:27:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756942046;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756942046;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:28:35','2025-09-03 23:28:35',0,NULL),
(325653,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:30:35','2025-09-03 23:30:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756942235;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756942235;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:31:27','2025-09-03 23:31:27',0,NULL),
(325654,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:33:27','2025-09-03 23:33:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756942407;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756942407;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:34:26','2025-09-03 23:34:26',0,NULL),
(325655,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:36:26','2025-09-03 23:36:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756942586;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756942586;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:36:30','2025-09-03 23:36:30',0,NULL),
(325656,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:38:30','2025-09-03 23:38:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756942710;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756942710;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:39:29','2025-09-03 23:39:29',0,NULL),
(325657,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:41:29','2025-09-03 23:41:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756942889;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756942889;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:42:30','2025-09-03 23:42:30',0,NULL),
(325658,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:44:30','2025-09-03 23:44:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756943070;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756943070;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:45:34','2025-09-03 23:45:34',0,NULL),
(325659,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:47:34','2025-09-03 23:47:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756943254;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756943254;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:48:28','2025-09-03 23:48:28',0,NULL),
(325660,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:50:28','2025-09-03 23:50:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756943428;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756943428;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:51:28','2025-09-03 23:51:28',0,NULL),
(325661,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:53:28','2025-09-03 23:53:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756943608;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756943608;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:53:32','2025-09-03 23:53:32',0,NULL),
(325662,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:55:32','2025-09-03 23:55:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756943732;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756943732;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:56:23','2025-09-03 23:56:23',0,NULL),
(325663,'mailpoet/cron/daemon-trigger','complete','2025-09-03 23:58:23','2025-09-03 23:58:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756943903;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756943903;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-03 23:58:23','2025-09-03 23:58:23',0,NULL),
(325664,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:00:23','2025-09-04 00:00:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756944023;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756944023;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:00:33','2025-09-04 00:00:33',0,NULL),
(325665,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:02:33','2025-09-04 00:02:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756944153;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756944153;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:03:29','2025-09-04 00:03:29',0,NULL),
(325666,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:05:29','2025-09-04 00:05:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756944329;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756944329;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:06:28','2025-09-04 00:06:28',0,NULL),
(325667,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:08:28','2025-09-04 00:08:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756944508;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756944508;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:08:41','2025-09-04 00:08:41',0,NULL),
(325668,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:10:41','2025-09-04 00:10:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756944641;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756944641;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:11:27','2025-09-04 00:11:27',0,NULL),
(325669,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:13:27','2025-09-04 00:13:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756944807;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756944807;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:13:27','2025-09-04 00:13:27',0,NULL),
(325670,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:15:27','2025-09-04 00:15:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756944927;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756944927;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:16:23','2025-09-04 00:16:23',0,NULL),
(325671,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:18:23','2025-09-04 00:18:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756945103;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756945103;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:18:32','2025-09-04 00:18:32',0,NULL),
(325672,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:20:32','2025-09-04 00:20:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756945232;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756945232;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:20:32','2025-09-04 00:20:32',0,NULL),
(325673,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:22:32','2025-09-04 00:22:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756945352;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756945352;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:23:32','2025-09-04 00:23:32',0,NULL),
(325674,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:25:32','2025-09-04 00:25:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756945532;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756945532;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:26:24','2025-09-04 00:26:24',0,NULL),
(325675,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:28:24','2025-09-04 00:28:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756945704;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756945704;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:28:29','2025-09-04 00:28:29',0,NULL),
(325676,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:30:29','2025-09-04 00:30:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756945829;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756945829;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:31:27','2025-09-04 00:31:27',0,NULL),
(325677,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:33:27','2025-09-04 00:33:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756946007;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756946007;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:34:22','2025-09-04 00:34:22',0,NULL),
(325678,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:36:22','2025-09-04 00:36:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756946182;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756946182;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:36:24','2025-09-04 00:36:24',0,NULL),
(325679,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:38:24','2025-09-04 00:38:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756946304;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756946304;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:38:26','2025-09-04 00:38:26',0,NULL),
(325680,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:40:26','2025-09-04 00:40:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756946426;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756946426;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:40:40','2025-09-04 00:40:40',0,NULL),
(325681,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:42:40','2025-09-04 00:42:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756946560;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756946560;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:43:22','2025-09-04 00:43:22',0,NULL),
(325682,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:45:22','2025-09-04 00:45:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756946722;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756946722;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:45:34','2025-09-04 00:45:34',0,NULL),
(325683,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:47:34','2025-09-04 00:47:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756946854;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756946854;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:48:25','2025-09-04 00:48:25',0,NULL),
(325684,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:50:25','2025-09-04 00:50:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756947025;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756947025;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:50:29','2025-09-04 00:50:29',0,NULL),
(325685,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:52:29','2025-09-04 00:52:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756947149;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756947149;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:53:27','2025-09-04 00:53:27',0,NULL),
(325686,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:55:27','2025-09-04 00:55:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756947327;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756947327;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:56:29','2025-09-04 00:56:29',0,NULL),
(325687,'mailpoet/cron/daemon-trigger','complete','2025-09-04 00:58:29','2025-09-04 00:58:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756947509;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756947509;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 00:59:36','2025-09-04 00:59:36',0,NULL),
(325688,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:01:36','2025-09-04 01:01:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756947696;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756947696;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:02:25','2025-09-04 01:02:25',0,NULL),
(325689,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:04:25','2025-09-04 01:04:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756947865;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756947865;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:05:24','2025-09-04 01:05:24',0,NULL),
(325690,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:07:24','2025-09-04 01:07:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756948044;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756948044;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:07:26','2025-09-04 01:07:26',0,NULL),
(325691,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:09:26','2025-09-04 01:09:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756948166;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756948166;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:10:29','2025-09-04 01:10:29',0,NULL),
(325692,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:12:29','2025-09-04 01:12:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756948349;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756948349;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:13:23','2025-09-04 01:13:23',0,NULL),
(325693,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:15:23','2025-09-04 01:15:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756948523;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756948523;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:15:38','2025-09-04 01:15:38',0,NULL),
(325694,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:17:38','2025-09-04 01:17:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756948658;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756948658;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:18:41','2025-09-04 01:18:41',0,NULL),
(325695,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:20:41','2025-09-04 01:20:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756948841;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756948841;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:21:32','2025-09-04 01:21:32',0,NULL),
(325696,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:23:32','2025-09-04 01:23:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756949012;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756949012;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:23:39','2025-09-04 01:23:39',0,NULL),
(325697,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:25:39','2025-09-04 01:25:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756949139;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756949139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:26:23','2025-09-04 01:26:23',0,NULL),
(325698,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:28:23','2025-09-04 01:28:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756949303;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756949303;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:28:34','2025-09-04 01:28:34',0,NULL),
(325699,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:30:34','2025-09-04 01:30:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756949434;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756949434;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:31:31','2025-09-04 01:31:31',0,NULL),
(325700,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:33:31','2025-09-04 01:33:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756949611;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756949611;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:33:37','2025-09-04 01:33:37',0,NULL),
(325701,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:35:37','2025-09-04 01:35:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756949737;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756949737;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:36:23','2025-09-04 01:36:23',0,NULL),
(325702,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:38:23','2025-09-04 01:38:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756949903;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756949903;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:38:28','2025-09-04 01:38:28',0,NULL),
(325703,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:40:28','2025-09-04 01:40:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756950028;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756950028;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:40:29','2025-09-04 01:40:29',0,NULL),
(325704,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:42:29','2025-09-04 01:42:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756950149;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756950149;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:43:25','2025-09-04 01:43:25',0,NULL),
(325705,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:45:25','2025-09-04 01:45:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756950325;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756950325;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:45:26','2025-09-04 01:45:26',0,NULL),
(325706,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:47:26','2025-09-04 01:47:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756950446;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756950446;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:47:29','2025-09-04 01:47:29',0,NULL),
(325707,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:49:29','2025-09-04 01:49:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756950569;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756950569;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:50:23','2025-09-04 01:50:23',0,NULL),
(325708,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:52:23','2025-09-04 01:52:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756950743;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756950743;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:52:28','2025-09-04 01:52:28',0,NULL),
(325709,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:54:28','2025-09-04 01:54:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756950868;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756950868;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:55:26','2025-09-04 01:55:26',0,NULL),
(325710,'mailpoet/cron/daemon-trigger','complete','2025-09-04 01:57:26','2025-09-04 01:57:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756951046;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756951046;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 01:58:28','2025-09-04 01:58:28',0,NULL),
(325711,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:00:28','2025-09-04 02:00:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756951228;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756951228;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:01:25','2025-09-04 02:01:25',0,NULL),
(325712,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:03:25','2025-09-04 02:03:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756951405;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756951405;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:03:27','2025-09-04 02:03:27',0,NULL),
(325713,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:05:27','2025-09-04 02:05:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756951527;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756951527;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:06:24','2025-09-04 02:06:24',0,NULL),
(325714,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:08:24','2025-09-04 02:08:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756951704;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756951704;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:09:23','2025-09-04 02:09:23',0,NULL),
(325715,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:11:23','2025-09-04 02:11:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756951883;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756951883;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:11:29','2025-09-04 02:11:29',0,NULL),
(325716,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:13:29','2025-09-04 02:13:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756952009;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756952009;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:13:30','2025-09-04 02:13:30',0,NULL),
(325717,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:15:30','2025-09-04 02:15:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756952130;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756952130;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:16:23','2025-09-04 02:16:23',0,NULL),
(325718,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:18:23','2025-09-04 02:18:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756952303;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756952303;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:18:23','2025-09-04 02:18:23',0,NULL),
(325719,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:20:23','2025-09-04 02:20:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756952423;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756952423;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:20:23','2025-09-04 02:20:23',0,NULL),
(325720,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:22:24','2025-09-04 02:22:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756952544;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756952544;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:22:33','2025-09-04 02:22:33',0,NULL),
(325721,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:24:33','2025-09-04 02:24:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756952673;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756952673;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:25:24','2025-09-04 02:25:24',0,NULL),
(325722,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:27:24','2025-09-04 02:27:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756952844;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756952844;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:27:31','2025-09-04 02:27:31',0,NULL),
(325723,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:29:31','2025-09-04 02:29:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756952971;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756952971;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:30:29','2025-09-04 02:30:29',0,NULL),
(325724,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:32:29','2025-09-04 02:32:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756953149;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756953149;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:33:24','2025-09-04 02:33:24',0,NULL),
(325725,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:35:24','2025-09-04 02:35:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756953324;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756953324;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:35:25','2025-09-04 02:35:25',0,NULL),
(325726,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:37:25','2025-09-04 02:37:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756953445;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756953445;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:37:27','2025-09-04 02:37:27',0,NULL),
(325727,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:39:27','2025-09-04 02:39:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756953567;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756953567;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:39:29','2025-09-04 02:39:29',0,NULL),
(325728,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:41:29','2025-09-04 02:41:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756953689;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756953689;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:41:30','2025-09-04 02:41:30',0,NULL),
(325729,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:43:30','2025-09-04 02:43:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756953810;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756953810;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:43:30','2025-09-04 02:43:30',0,NULL),
(325730,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:45:30','2025-09-04 02:45:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756953930;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756953930;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:45:39','2025-09-04 02:45:39',0,NULL),
(325731,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:47:39','2025-09-04 02:47:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756954059;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756954059;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:48:28','2025-09-04 02:48:28',0,NULL),
(325732,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:50:28','2025-09-04 02:50:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756954228;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756954228;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:51:30','2025-09-04 02:51:30',0,NULL),
(325733,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:53:30','2025-09-04 02:53:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756954410;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756954410;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:54:31','2025-09-04 02:54:31',0,NULL),
(325734,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:56:31','2025-09-04 02:56:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756954591;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756954591;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 02:57:31','2025-09-04 02:57:31',0,NULL),
(325735,'mailpoet/cron/daemon-trigger','complete','2025-09-04 02:59:31','2025-09-04 02:59:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756954771;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756954771;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 03:00:26','2025-09-04 03:00:26',0,NULL),
(325736,'mailpoet/cron/daemon-trigger','complete','2025-09-04 03:02:26','2025-09-04 03:02:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756954946;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756954946;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 03:03:32','2025-09-04 03:03:32',0,NULL),
(325737,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-09-04 03:00:25','2025-09-04 03:00:25',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1756954825;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1756954825;}',6,1,'2025-09-04 03:00:26','2025-09-04 03:00:26',0,NULL),
(325738,'gla/jobs/resubmit_expiring_products/start','complete','2025-09-05 03:00:00','2025-09-05 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757041200;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1757041200;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-09-05 03:00:22','2025-09-05 03:00:22',0,NULL),
(325739,'mailpoet/cron/daemon-trigger','complete','2025-09-04 03:05:32','2025-09-04 03:05:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756955132;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756955132;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 03:06:31','2025-09-04 03:06:31',0,NULL),
(325740,'mailpoet/cron/daemon-trigger','complete','2025-09-04 03:08:31','2025-09-04 03:08:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756955311;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756955311;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 03:09:28','2025-09-04 03:09:28',0,NULL),
(325741,'mailpoet/cron/daemon-trigger','complete','2025-09-04 03:11:28','2025-09-04 03:11:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756955488;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756955488;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 03:11:31','2025-09-04 03:11:31',0,NULL),
(325742,'mailpoet/cron/daemon-trigger','complete','2025-09-04 03:13:31','2025-09-04 03:13:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756955611;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756955611;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 03:14:31','2025-09-04 03:14:31',0,NULL),
(325743,'mailpoet/cron/daemon-trigger','complete','2025-09-04 03:16:31','2025-09-04 03:16:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756955791;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756955791;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 03:16:32','2025-09-04 03:16:32',0,NULL),
(325744,'mailpoet/cron/daemon-trigger','complete','2025-09-04 03:18:32','2025-09-04 03:18:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756955912;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756955912;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 03:19:33','2025-09-04 03:19:33',0,NULL),
(325745,'woocommerce_cleanup_draft_orders','complete','2025-09-05 03:17:29','2025-09-05 03:17:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757042249;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757042249;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-05 03:17:34','2025-09-05 03:17:34',0,NULL),
(325746,'woocommerce_cleanup_draft_orders','complete','2025-09-05 03:17:29','2025-09-05 03:17:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757042249;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757042249;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-05 03:17:34','2025-09-05 03:17:34',0,NULL),
(325747,'wp_mail_smtp_admin_notifications_update','complete','2025-09-05 03:17:29','2025-09-05 03:17:29',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757042249;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757042249;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-09-05 03:17:34','2025-09-05 03:17:34',0,NULL),
(325748,'wc_gla_cron_daily_notes','complete','2025-09-05 03:17:29','2025-09-05 03:17:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757042249;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757042249;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-05 03:17:34','2025-09-05 03:17:34',0,NULL),
(325749,'mailpoet/cron/daemon-trigger','complete','2025-09-04 03:21:33','2025-09-04 03:21:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756956093;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756956093;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 03:22:27','2025-09-04 03:22:27',0,NULL),
(325750,'woocommerce_refresh_order_count_cache','complete','2025-09-04 15:19:33','2025-09-04 15:19:33',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756999173;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756999173;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-09-04 15:20:26','2025-09-04 15:20:26',0,NULL),
(325751,'mailpoet/cron/daemon-trigger','complete','2025-09-04 03:24:27','2025-09-04 03:24:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756956267;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756956267;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 03:25:32','2025-09-04 03:25:32',0,NULL),
(325752,'mailpoet/cron/daemon-trigger','complete','2025-09-04 03:27:32','2025-09-04 03:27:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756956452;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756956452;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 03:28:32','2025-09-04 03:28:32',0,NULL),
(325753,'mailpoet/cron/daemon-trigger','complete','2025-09-04 03:30:32','2025-09-04 03:30:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756956632;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756956632;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 03:31:32','2025-09-04 03:31:32',0,NULL),
(325754,'mailpoet/cron/daemon-trigger','complete','2025-09-04 03:33:32','2025-09-04 03:33:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756956812;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756956812;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 03:34:33','2025-09-04 03:34:33',0,NULL),
(325755,'mailpoet/cron/daemon-trigger','complete','2025-09-04 03:36:33','2025-09-04 03:36:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756956993;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756956993;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 03:37:25','2025-09-04 03:37:25',0,NULL),
(325756,'mailpoet/cron/daemon-trigger','complete','2025-09-04 03:39:25','2025-09-04 03:39:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756957165;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756957165;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 03:39:33','2025-09-04 03:39:33',0,NULL),
(325757,'mailpoet/cron/daemon-trigger','complete','2025-09-04 03:41:33','2025-09-04 03:41:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756957293;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756957293;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 03:51:57','2025-09-04 03:51:57',0,NULL),
(325758,'mailpoet/cron/daemon-trigger','complete','2025-09-04 03:53:57','2025-09-04 03:53:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756958037;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756958037;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 03:56:43','2025-09-04 03:56:43',0,NULL),
(325759,'mailpoet/cron/daemon-trigger','complete','2025-09-04 03:58:43','2025-09-04 03:58:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756958323;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756958323;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 03:59:26','2025-09-04 03:59:26',0,NULL),
(325760,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:01:26','2025-09-04 04:01:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756958486;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756958486;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:02:22','2025-09-04 04:02:22',0,NULL),
(325761,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:04:23','2025-09-04 04:04:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756958663;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756958663;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:04:29','2025-09-04 04:04:29',0,NULL),
(325762,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:06:29','2025-09-04 04:06:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756958789;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756958789;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:07:26','2025-09-04 04:07:26',0,NULL),
(325763,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:09:26','2025-09-04 04:09:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756958966;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756958966;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:09:32','2025-09-04 04:09:32',0,NULL),
(325764,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:11:32','2025-09-04 04:11:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756959092;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756959092;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:12:27','2025-09-04 04:12:27',0,NULL),
(325765,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:14:27','2025-09-04 04:14:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756959267;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756959267;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:15:30','2025-09-04 04:15:30',0,NULL),
(325766,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:17:30','2025-09-04 04:17:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756959450;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756959450;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:18:23','2025-09-04 04:18:23',0,NULL),
(325767,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:20:23','2025-09-04 04:20:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756959623;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756959623;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:20:24','2025-09-04 04:20:24',0,NULL),
(325768,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:22:24','2025-09-04 04:22:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756959744;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756959744;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:23:36','2025-09-04 04:23:36',0,NULL),
(325769,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:25:36','2025-09-04 04:25:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756959936;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756959936;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:26:29','2025-09-04 04:26:29',0,NULL),
(325770,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:28:29','2025-09-04 04:28:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756960109;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756960109;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:29:32','2025-09-04 04:29:32',0,NULL),
(325771,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:31:32','2025-09-04 04:31:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756960292;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756960292;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:32:28','2025-09-04 04:32:28',0,NULL),
(325772,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:34:28','2025-09-04 04:34:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756960468;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756960468;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:34:30','2025-09-04 04:34:30',0,NULL),
(325773,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:36:30','2025-09-04 04:36:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756960590;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756960590;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:37:24','2025-09-04 04:37:24',0,NULL),
(325774,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:39:24','2025-09-04 04:39:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756960764;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756960764;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:40:27','2025-09-04 04:40:27',0,NULL),
(325775,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:42:27','2025-09-04 04:42:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756960947;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756960947;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:42:38','2025-09-04 04:42:38',0,NULL),
(325776,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:44:38','2025-09-04 04:44:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756961078;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756961078;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:45:29','2025-09-04 04:45:29',0,NULL),
(325777,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:47:29','2025-09-04 04:47:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756961249;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756961249;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:52:22','2025-09-04 04:52:22',0,NULL),
(325778,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:54:22','2025-09-04 04:54:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756961662;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756961662;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:54:23','2025-09-04 04:54:23',0,NULL),
(325779,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:56:23','2025-09-04 04:56:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756961783;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756961783;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:56:26','2025-09-04 04:56:26',0,NULL),
(325780,'mailpoet/cron/daemon-trigger','complete','2025-09-04 04:58:26','2025-09-04 04:58:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756961906;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756961906;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 04:59:28','2025-09-04 04:59:28',0,NULL),
(325781,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:01:28','2025-09-04 05:01:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756962088;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756962088;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:02:31','2025-09-04 05:02:31',0,NULL),
(325782,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:04:31','2025-09-04 05:04:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756962271;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756962271;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:05:26','2025-09-04 05:05:26',0,NULL),
(325783,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:07:26','2025-09-04 05:07:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756962446;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756962446;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:08:25','2025-09-04 05:08:25',0,NULL),
(325784,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:10:25','2025-09-04 05:10:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756962625;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756962625;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:10:25','2025-09-04 05:10:25',0,NULL),
(325785,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:12:25','2025-09-04 05:12:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756962745;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756962745;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:12:33','2025-09-04 05:12:33',0,NULL),
(325786,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:14:33','2025-09-04 05:14:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756962873;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756962873;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:15:30','2025-09-04 05:15:30',0,NULL),
(325787,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:17:30','2025-09-04 05:17:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756963050;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756963050;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:17:30','2025-09-04 05:17:30',0,NULL),
(325788,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:19:30','2025-09-04 05:19:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756963170;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756963170;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:20:31','2025-09-04 05:20:31',0,NULL),
(325789,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:22:31','2025-09-04 05:22:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756963351;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756963351;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:23:33','2025-09-04 05:23:33',0,NULL),
(325790,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:25:33','2025-09-04 05:25:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756963533;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756963533;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:26:31','2025-09-04 05:26:31',0,NULL),
(325791,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:28:31','2025-09-04 05:28:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756963711;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756963711;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:29:32','2025-09-04 05:29:32',0,NULL),
(325792,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:31:32','2025-09-04 05:31:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756963892;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756963892;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:32:26','2025-09-04 05:32:26',0,NULL),
(325793,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:34:26','2025-09-04 05:34:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756964066;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756964066;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:34:28','2025-09-04 05:34:28',0,NULL),
(325794,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:36:28','2025-09-04 05:36:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756964188;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756964188;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:37:25','2025-09-04 05:37:25',0,NULL),
(325795,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:39:25','2025-09-04 05:39:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756964365;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756964365;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:39:27','2025-09-04 05:39:27',0,NULL),
(325796,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:41:27','2025-09-04 05:41:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756964487;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756964487;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:41:29','2025-09-04 05:41:29',0,NULL),
(325797,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:43:29','2025-09-04 05:43:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756964609;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756964609;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:43:31','2025-09-04 05:43:31',0,NULL),
(325798,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:45:31','2025-09-04 05:45:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756964731;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756964731;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:46:31','2025-09-04 05:46:31',0,NULL),
(325799,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:48:31','2025-09-04 05:48:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756964911;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756964911;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:49:35','2025-09-04 05:49:35',0,NULL),
(325800,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:51:35','2025-09-04 05:51:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756965095;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756965095;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:51:35','2025-09-04 05:51:35',0,NULL),
(325801,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:53:35','2025-09-04 05:53:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756965215;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756965215;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:54:24','2025-09-04 05:54:24',0,NULL),
(325802,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:56:24','2025-09-04 05:56:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756965384;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756965384;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:56:26','2025-09-04 05:56:26',0,NULL),
(325803,'mailpoet/cron/daemon-trigger','complete','2025-09-04 05:58:26','2025-09-04 05:58:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756965506;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756965506;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 05:58:36','2025-09-04 05:58:36',0,NULL),
(325804,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:00:36','2025-09-04 06:00:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756965636;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756965636;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:01:26','2025-09-04 06:01:26',0,NULL),
(325805,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:03:26','2025-09-04 06:03:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756965806;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756965806;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:03:29','2025-09-04 06:03:29',0,NULL),
(325806,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:05:29','2025-09-04 06:05:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756965929;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756965929;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:06:26','2025-09-04 06:06:26',0,NULL),
(325807,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:08:26','2025-09-04 06:08:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756966106;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756966106;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:09:31','2025-09-04 06:09:31',0,NULL),
(325808,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:11:31','2025-09-04 06:11:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756966291;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756966291;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:12:29','2025-09-04 06:12:29',0,NULL),
(325809,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:14:29','2025-09-04 06:14:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756966469;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756966469;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:15:26','2025-09-04 06:15:26',0,NULL),
(325810,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:17:26','2025-09-04 06:17:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756966646;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756966646;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:17:32','2025-09-04 06:17:32',0,NULL),
(325811,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:19:32','2025-09-04 06:19:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756966772;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756966772;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:20:24','2025-09-04 06:20:24',0,NULL),
(325812,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:22:24','2025-09-04 06:22:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756966944;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756966944;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:22:30','2025-09-04 06:22:30',0,NULL),
(325813,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:24:30','2025-09-04 06:24:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756967070;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756967070;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:25:25','2025-09-04 06:25:25',0,NULL),
(325814,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:27:25','2025-09-04 06:27:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756967245;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756967245;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:27:33','2025-09-04 06:27:33',0,NULL),
(325815,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:29:33','2025-09-04 06:29:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756967373;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756967373;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:30:31','2025-09-04 06:30:31',0,NULL),
(325816,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:32:31','2025-09-04 06:32:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756967551;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756967551;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:33:24','2025-09-04 06:33:24',0,NULL),
(325817,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:35:24','2025-09-04 06:35:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756967724;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756967724;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:35:31','2025-09-04 06:35:31',0,NULL),
(325818,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:37:31','2025-09-04 06:37:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756967851;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756967851;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:37:37','2025-09-04 06:37:37',0,NULL),
(325819,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:39:37','2025-09-04 06:39:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756967977;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756967977;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:40:34','2025-09-04 06:40:34',0,NULL),
(325820,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:42:34','2025-09-04 06:42:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756968154;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756968154;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:43:25','2025-09-04 06:43:25',0,NULL),
(325821,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:45:25','2025-09-04 06:45:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756968325;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756968325;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:45:26','2025-09-04 06:45:26',0,NULL),
(325822,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:47:26','2025-09-04 06:47:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756968446;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756968446;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:48:34','2025-09-04 06:48:34',0,NULL),
(325823,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:50:34','2025-09-04 06:50:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756968634;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756968634;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:51:27','2025-09-04 06:51:27',0,NULL),
(325824,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:53:27','2025-09-04 06:53:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756968807;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756968807;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:54:23','2025-09-04 06:54:23',0,NULL),
(325825,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:56:23','2025-09-04 06:56:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756968983;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756968983;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:56:31','2025-09-04 06:56:31',0,NULL),
(325826,'mailpoet/cron/daemon-trigger','complete','2025-09-04 06:58:31','2025-09-04 06:58:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756969111;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756969111;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 06:59:27','2025-09-04 06:59:27',0,NULL),
(325827,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:01:27','2025-09-04 07:01:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756969287;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756969287;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:01:30','2025-09-04 07:01:30',0,NULL),
(325828,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:03:30','2025-09-04 07:03:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756969410;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756969410;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:04:31','2025-09-04 07:04:31',0,NULL),
(325829,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:06:31','2025-09-04 07:06:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756969591;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756969591;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:07:24','2025-09-04 07:07:24',0,NULL),
(325830,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:09:24','2025-09-04 07:09:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756969764;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756969764;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:09:32','2025-09-04 07:09:32',0,NULL),
(325831,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:11:32','2025-09-04 07:11:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756969892;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756969892;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:12:26','2025-09-04 07:12:26',0,NULL),
(325832,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:14:26','2025-09-04 07:14:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756970066;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756970066;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:15:24','2025-09-04 07:15:24',0,NULL),
(325833,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:17:24','2025-09-04 07:17:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756970244;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756970244;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:17:36','2025-09-04 07:17:36',0,NULL),
(325834,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:19:36','2025-09-04 07:19:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756970376;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756970376;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:20:23','2025-09-04 07:20:23',0,NULL),
(325835,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:22:23','2025-09-04 07:22:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756970543;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756970543;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:22:27','2025-09-04 07:22:27',0,NULL),
(325836,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:24:27','2025-09-04 07:24:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756970667;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756970667;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:24:27','2025-09-04 07:24:27',0,NULL),
(325837,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:26:27','2025-09-04 07:26:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756970787;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756970787;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:26:37','2025-09-04 07:26:37',0,NULL),
(325838,'mailpoet/cron/daemon-run','complete','2025-09-04 07:26:32','2025-09-04 07:26:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1756970792;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1756970792;}',7,1,'2025-09-04 07:26:42','2025-09-04 07:26:42',0,NULL),
(325839,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:28:37','2025-09-04 07:28:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756970917;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756970917;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:29:24','2025-09-04 07:29:24',0,NULL),
(325840,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:31:24','2025-09-04 07:31:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756971084;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756971084;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:31:33','2025-09-04 07:31:33',0,NULL),
(325841,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:33:33','2025-09-04 07:33:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756971213;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756971213;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:34:25','2025-09-04 07:34:25',0,NULL),
(325842,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:36:25','2025-09-04 07:36:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756971385;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756971385;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:37:23','2025-09-04 07:37:23',0,NULL),
(325843,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:39:23','2025-09-04 07:39:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756971563;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756971563;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:40:31','2025-09-04 07:40:31',0,NULL),
(325844,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:42:31','2025-09-04 07:42:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756971751;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756971751;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:43:24','2025-09-04 07:43:24',0,NULL),
(325845,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:45:24','2025-09-04 07:45:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756971924;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756971924;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:45:29','2025-09-04 07:45:29',0,NULL),
(325846,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:47:29','2025-09-04 07:47:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756972049;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756972049;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:48:36','2025-09-04 07:48:36',0,NULL),
(325847,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:50:36','2025-09-04 07:50:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756972236;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756972236;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:51:25','2025-09-04 07:51:25',0,NULL),
(325848,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:53:25','2025-09-04 07:53:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756972405;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756972405;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:53:31','2025-09-04 07:53:31',0,NULL),
(325849,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:55:31','2025-09-04 07:55:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756972531;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756972531;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:56:28','2025-09-04 07:56:28',0,NULL),
(325850,'mailpoet/cron/daemon-trigger','complete','2025-09-04 07:58:28','2025-09-04 07:58:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756972708;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756972708;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 07:58:36','2025-09-04 07:58:36',0,NULL),
(325851,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:00:36','2025-09-04 08:00:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756972836;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756972836;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:01:31','2025-09-04 08:01:31',0,NULL),
(325852,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:03:32','2025-09-04 08:03:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756973012;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756973012;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:04:29','2025-09-04 08:04:29',0,NULL),
(325853,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:06:29','2025-09-04 08:06:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756973189;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756973189;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:06:29','2025-09-04 08:06:29',0,NULL),
(325854,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:08:29','2025-09-04 08:08:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756973309;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756973309;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:09:36','2025-09-04 08:09:36',0,NULL),
(325855,'mailpoet/cron/daemon-run','complete','2025-09-04 08:09:31','2025-09-04 08:09:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1756973371;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1756973371;}',7,1,'2025-09-04 08:09:43','2025-09-04 08:09:43',0,NULL),
(325856,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:11:36','2025-09-04 08:11:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756973496;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756973496;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:12:23','2025-09-04 08:12:23',0,NULL),
(325857,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:14:23','2025-09-04 08:14:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756973663;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756973663;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:14:26','2025-09-04 08:14:26',0,NULL),
(325858,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:16:26','2025-09-04 08:16:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756973786;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756973786;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:16:28','2025-09-04 08:16:28',0,NULL),
(325859,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:18:28','2025-09-04 08:18:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756973908;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756973908;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:19:24','2025-09-04 08:19:24',0,NULL),
(325860,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:21:24','2025-09-04 08:21:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756974084;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756974084;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:21:31','2025-09-04 08:21:31',0,NULL),
(325861,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:23:31','2025-09-04 08:23:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756974211;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756974211;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:23:31','2025-09-04 08:23:31',0,NULL),
(325862,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:25:31','2025-09-04 08:25:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756974331;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756974331;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:25:33','2025-09-04 08:25:33',0,NULL),
(325863,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:27:33','2025-09-04 08:27:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756974453;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756974453;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:28:29','2025-09-04 08:28:29',0,NULL),
(325864,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:30:29','2025-09-04 08:30:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756974629;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756974629;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:30:31','2025-09-04 08:30:31',0,NULL),
(325865,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:32:31','2025-09-04 08:32:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756974751;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756974751;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:33:24','2025-09-04 08:33:24',0,NULL),
(325866,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:35:24','2025-09-04 08:35:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756974924;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756974924;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:36:28','2025-09-04 08:36:28',0,NULL),
(325867,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:38:28','2025-09-04 08:38:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756975108;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756975108;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:38:30','2025-09-04 08:38:30',0,NULL),
(325868,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:40:30','2025-09-04 08:40:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756975230;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756975230;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:40:30','2025-09-04 08:40:30',0,NULL),
(325869,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:42:30','2025-09-04 08:42:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756975350;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756975350;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:43:26','2025-09-04 08:43:26',0,NULL),
(325870,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:45:26','2025-09-04 08:45:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756975526;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756975526;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:45:29','2025-09-04 08:45:29',0,NULL),
(325871,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:47:29','2025-09-04 08:47:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756975649;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756975649;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:48:34','2025-09-04 08:48:34',0,NULL),
(325872,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:50:34','2025-09-04 08:50:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756975834;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756975834;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:51:28','2025-09-04 08:51:28',0,NULL),
(325873,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:53:28','2025-09-04 08:53:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756976008;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756976008;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:54:31','2025-09-04 08:54:31',0,NULL),
(325874,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:56:31','2025-09-04 08:56:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756976191;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756976191;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:57:25','2025-09-04 08:57:25',0,NULL),
(325875,'mailpoet/cron/daemon-trigger','complete','2025-09-04 08:59:25','2025-09-04 08:59:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756976365;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756976365;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 08:59:26','2025-09-04 08:59:26',0,NULL),
(325876,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:01:26','2025-09-04 09:01:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756976486;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756976486;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:01:26','2025-09-04 09:01:26',0,NULL),
(325877,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:03:26','2025-09-04 09:03:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756976606;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756976606;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:04:32','2025-09-04 09:04:32',0,NULL),
(325878,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:06:32','2025-09-04 09:06:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756976792;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756976792;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:07:26','2025-09-04 09:07:26',0,NULL),
(325879,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:09:26','2025-09-04 09:09:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756976966;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756976966;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:10:33','2025-09-04 09:10:33',0,NULL),
(325880,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:12:33','2025-09-04 09:12:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756977153;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756977153;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:13:27','2025-09-04 09:13:27',0,NULL),
(325881,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:15:27','2025-09-04 09:15:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756977327;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756977327;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:16:25','2025-09-04 09:16:25',0,NULL),
(325882,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:18:25','2025-09-04 09:18:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756977505;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756977505;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:18:25','2025-09-04 09:18:25',0,NULL),
(325883,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:20:25','2025-09-04 09:20:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756977625;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756977625;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:20:30','2025-09-04 09:20:30',0,NULL),
(325884,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:22:30','2025-09-04 09:22:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756977750;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756977750;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:23:24','2025-09-04 09:23:24',0,NULL),
(325885,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:25:24','2025-09-04 09:25:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756977924;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756977924;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:25:25','2025-09-04 09:25:25',0,NULL),
(325886,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:27:25','2025-09-04 09:27:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756978045;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756978045;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:27:30','2025-09-04 09:27:30',0,NULL),
(325887,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:29:30','2025-09-04 09:29:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756978170;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756978170;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:29:32','2025-09-04 09:29:32',0,NULL),
(325888,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:31:32','2025-09-04 09:31:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756978292;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756978292;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:31:37','2025-09-04 09:31:37',0,NULL),
(325889,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:33:37','2025-09-04 09:33:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756978417;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756978417;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:34:35','2025-09-04 09:34:35',0,NULL),
(325890,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:36:35','2025-09-04 09:36:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756978595;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756978595;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:37:29','2025-09-04 09:37:29',0,NULL),
(325891,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:39:29','2025-09-04 09:39:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756978769;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756978769;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:40:31','2025-09-04 09:40:31',0,NULL),
(325892,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:42:31','2025-09-04 09:42:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756978951;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756978951;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:43:27','2025-09-04 09:43:27',0,NULL),
(325893,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:45:27','2025-09-04 09:45:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756979127;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756979127;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:45:30','2025-09-04 09:45:30',0,NULL),
(325894,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:47:30','2025-09-04 09:47:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756979250;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756979250;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:47:34','2025-09-04 09:47:34',0,NULL),
(325895,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:49:34','2025-09-04 09:49:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756979374;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756979374;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:50:32','2025-09-04 09:50:32',0,NULL),
(325896,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:52:32','2025-09-04 09:52:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756979552;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756979552;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:52:34','2025-09-04 09:52:34',0,NULL),
(325897,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:54:34','2025-09-04 09:54:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756979674;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756979674;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:55:28','2025-09-04 09:55:28',0,NULL),
(325898,'mailpoet/cron/daemon-trigger','complete','2025-09-04 09:57:28','2025-09-04 09:57:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756979848;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756979848;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 09:58:34','2025-09-04 09:58:34',0,NULL),
(325899,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:00:34','2025-09-04 10:00:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756980034;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756980034;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:01:29','2025-09-04 10:01:29',0,NULL),
(325900,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:03:29','2025-09-04 10:03:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756980209;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756980209;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:11:26','2025-09-04 10:11:26',0,NULL),
(325901,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:13:26','2025-09-04 10:13:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756980806;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756980806;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:13:32','2025-09-04 10:13:32',0,NULL),
(325902,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:15:32','2025-09-04 10:15:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756980932;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756980932;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:15:32','2025-09-04 10:15:32',0,NULL),
(325903,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:17:32','2025-09-04 10:17:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756981052;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756981052;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:18:23','2025-09-04 10:18:23',0,NULL),
(325904,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:20:23','2025-09-04 10:20:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756981223;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756981223;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:20:34','2025-09-04 10:20:34',0,NULL),
(325905,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:22:34','2025-09-04 10:22:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756981354;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756981354;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:22:36','2025-09-04 10:22:36',0,NULL),
(325906,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:24:36','2025-09-04 10:24:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756981476;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756981476;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:25:29','2025-09-04 10:25:29',0,NULL),
(325907,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:27:29','2025-09-04 10:27:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756981649;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756981649;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:28:29','2025-09-04 10:28:29',0,NULL),
(325908,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:30:29','2025-09-04 10:30:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756981829;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756981829;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:31:24','2025-09-04 10:31:24',0,NULL),
(325909,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:33:24','2025-09-04 10:33:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756982004;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756982004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:33:27','2025-09-04 10:33:27',0,NULL),
(325910,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:35:27','2025-09-04 10:35:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756982127;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756982127;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:35:34','2025-09-04 10:35:34',0,NULL),
(325911,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:37:34','2025-09-04 10:37:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756982254;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756982254;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:38:32','2025-09-04 10:38:32',0,NULL),
(325912,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:40:32','2025-09-04 10:40:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756982432;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756982432;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:41:33','2025-09-04 10:41:33',0,NULL),
(325913,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:43:33','2025-09-04 10:43:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756982613;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756982613;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:44:27','2025-09-04 10:44:27',0,NULL),
(325914,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:46:27','2025-09-04 10:46:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756982787;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756982787;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:47:25','2025-09-04 10:47:25',0,NULL),
(325915,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:49:25','2025-09-04 10:49:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756982965;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756982965;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:49:26','2025-09-04 10:49:26',0,NULL),
(325916,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:51:26','2025-09-04 10:51:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756983086;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756983086;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:51:28','2025-09-04 10:51:28',0,NULL),
(325917,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:53:28','2025-09-04 10:53:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756983208;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756983208;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:54:24','2025-09-04 10:54:24',0,NULL),
(325918,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:56:24','2025-09-04 10:56:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756983384;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756983384;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:56:29','2025-09-04 10:56:29',0,NULL),
(325919,'mailpoet/cron/daemon-trigger','complete','2025-09-04 10:58:29','2025-09-04 10:58:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756983509;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756983509;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 10:58:30','2025-09-04 10:58:30',0,NULL),
(325920,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:00:30','2025-09-04 11:00:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756983630;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756983630;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:02:37','2025-09-04 11:02:37',0,NULL),
(325921,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:04:37','2025-09-04 11:04:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756983877;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756983877;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:05:29','2025-09-04 11:05:29',0,NULL),
(325922,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:07:29','2025-09-04 11:07:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756984049;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756984049;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:08:24','2025-09-04 11:08:24',0,NULL),
(325923,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:10:24','2025-09-04 11:10:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756984224;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756984224;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:10:32','2025-09-04 11:10:32',0,NULL),
(325924,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:12:32','2025-09-04 11:12:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756984352;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756984352;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:13:32','2025-09-04 11:13:32',0,NULL),
(325925,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:15:32','2025-09-04 11:15:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756984532;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756984532;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:16:29','2025-09-04 11:16:29',0,NULL),
(325926,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:18:29','2025-09-04 11:18:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756984709;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756984709;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:18:31','2025-09-04 11:18:31',0,NULL),
(325927,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:20:31','2025-09-04 11:20:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756984831;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756984831;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:20:37','2025-09-04 11:20:37',0,NULL),
(325928,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:22:37','2025-09-04 11:22:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756984957;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756984957;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:23:25','2025-09-04 11:23:25',0,NULL),
(325929,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:25:25','2025-09-04 11:25:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756985125;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756985125;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:25:32','2025-09-04 11:25:32',0,NULL),
(325930,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:27:32','2025-09-04 11:27:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756985252;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756985252;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:28:30','2025-09-04 11:28:30',0,NULL),
(325931,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:30:30','2025-09-04 11:30:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756985430;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756985430;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:31:23','2025-09-04 11:31:23',0,NULL),
(325932,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:33:23','2025-09-04 11:33:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756985603;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756985603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:33:30','2025-09-04 11:33:30',0,NULL),
(325933,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:35:30','2025-09-04 11:35:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756985730;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756985730;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:35:30','2025-09-04 11:35:30',0,NULL),
(325934,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:37:30','2025-09-04 11:37:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756985850;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756985850;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:38:24','2025-09-04 11:38:24',0,NULL),
(325935,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:40:24','2025-09-04 11:40:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756986024;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756986024;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:40:26','2025-09-04 11:40:26',0,NULL),
(325936,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:42:26','2025-09-04 11:42:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756986146;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756986146;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:43:32','2025-09-04 11:43:32',0,NULL),
(325937,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:45:32','2025-09-04 11:45:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756986332;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756986332;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:46:29','2025-09-04 11:46:29',0,NULL),
(325938,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:48:29','2025-09-04 11:48:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756986509;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756986509;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:49:32','2025-09-04 11:49:32',0,NULL),
(325939,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:51:32','2025-09-04 11:51:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756986692;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756986692;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:52:30','2025-09-04 11:52:30',0,NULL),
(325940,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:54:30','2025-09-04 11:54:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756986870;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756986870;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:54:31','2025-09-04 11:54:31',0,NULL),
(325941,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:56:31','2025-09-04 11:56:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756986991;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756986991;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:56:32','2025-09-04 11:56:32',0,NULL),
(325942,'mailpoet/cron/daemon-trigger','complete','2025-09-04 11:58:32','2025-09-04 11:58:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756987112;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756987112;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 11:59:29','2025-09-04 11:59:29',0,NULL),
(325943,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:01:29','2025-09-04 12:01:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756987289;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756987289;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:01:33','2025-09-04 12:01:33',0,NULL),
(325944,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:03:33','2025-09-04 12:03:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756987413;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756987413;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:04:25','2025-09-04 12:04:25',0,NULL),
(325945,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:06:26','2025-09-04 12:06:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756987586;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756987586;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:07:25','2025-09-04 12:07:25',0,NULL),
(325946,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:09:25','2025-09-04 12:09:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756987765;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756987765;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:10:30','2025-09-04 12:10:30',0,NULL),
(325947,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:12:30','2025-09-04 12:12:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756987950;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756987950;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:12:32','2025-09-04 12:12:32',0,NULL),
(325948,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:14:32','2025-09-04 12:14:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756988072;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756988072;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:15:23','2025-09-04 12:15:23',0,NULL),
(325949,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:17:23','2025-09-04 12:17:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756988243;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756988243;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:18:29','2025-09-04 12:18:29',0,NULL),
(325950,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:20:29','2025-09-04 12:20:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756988429;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756988429;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:20:31','2025-09-04 12:20:31',0,NULL),
(325951,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:22:31','2025-09-04 12:22:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756988551;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756988551;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:23:25','2025-09-04 12:23:25',0,NULL),
(325952,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:25:25','2025-09-04 12:25:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756988725;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756988725;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:25:27','2025-09-04 12:25:27',0,NULL),
(325953,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:27:27','2025-09-04 12:27:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756988847;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756988847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:27:28','2025-09-04 12:27:28',0,NULL),
(325954,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:29:28','2025-09-04 12:29:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756988968;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756988968;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:29:31','2025-09-04 12:29:31',0,NULL),
(325955,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:31:31','2025-09-04 12:31:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756989091;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756989091;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:31:32','2025-09-04 12:31:32',0,NULL),
(325956,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:33:32','2025-09-04 12:33:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756989212;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756989212;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:34:29','2025-09-04 12:34:29',0,NULL),
(325957,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:36:29','2025-09-04 12:36:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756989389;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756989389;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:36:30','2025-09-04 12:36:30',0,NULL),
(325958,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:38:30','2025-09-04 12:38:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756989510;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756989510;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:38:34','2025-09-04 12:38:34',0,NULL),
(325959,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:40:34','2025-09-04 12:40:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756989634;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756989634;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:41:36','2025-09-04 12:41:36',0,NULL),
(325960,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:43:36','2025-09-04 12:43:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756989816;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756989816;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:44:29','2025-09-04 12:44:29',0,NULL),
(325961,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:46:29','2025-09-04 12:46:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756989989;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756989989;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:46:30','2025-09-04 12:46:30',0,NULL),
(325962,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:48:30','2025-09-04 12:48:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756990110;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756990110;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:48:30','2025-09-04 12:48:30',0,NULL),
(325963,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:50:30','2025-09-04 12:50:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756990230;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756990230;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:50:31','2025-09-04 12:50:31',0,NULL),
(325964,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:52:31','2025-09-04 12:52:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756990351;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756990351;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:52:32','2025-09-04 12:52:32',0,NULL),
(325965,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:54:32','2025-09-04 12:54:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756990472;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756990472;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:55:24','2025-09-04 12:55:24',0,NULL),
(325966,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:57:24','2025-09-04 12:57:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756990644;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756990644;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 12:57:26','2025-09-04 12:57:26',0,NULL),
(325967,'mailpoet/cron/daemon-trigger','complete','2025-09-04 12:59:26','2025-09-04 12:59:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756990766;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756990766;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:01:28','2025-09-04 13:01:28',0,NULL),
(325968,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:03:28','2025-09-04 13:03:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756991008;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756991008;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:04:33','2025-09-04 13:04:33',0,NULL),
(325969,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:06:33','2025-09-04 13:06:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756991193;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756991193;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:07:33','2025-09-04 13:07:33',0,NULL),
(325970,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:09:33','2025-09-04 13:09:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756991373;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756991373;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:09:33','2025-09-04 13:09:33',0,NULL),
(325971,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:11:33','2025-09-04 13:11:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756991493;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756991493;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:12:25','2025-09-04 13:12:25',0,NULL),
(325972,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:14:25','2025-09-04 13:14:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756991665;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756991665;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:14:28','2025-09-04 13:14:28',0,NULL),
(325973,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:16:28','2025-09-04 13:16:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756991788;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756991788;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:16:30','2025-09-04 13:16:30',0,NULL),
(325974,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:18:30','2025-09-04 13:18:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756991910;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756991910;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:19:23','2025-09-04 13:19:23',0,NULL),
(325975,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:21:23','2025-09-04 13:21:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756992083;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756992083;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:21:30','2025-09-04 13:21:30',0,NULL),
(325976,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:23:30','2025-09-04 13:23:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756992210;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756992210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:24:33','2025-09-04 13:24:33',0,NULL),
(325977,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:26:33','2025-09-04 13:26:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756992393;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756992393;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:27:25','2025-09-04 13:27:25',0,NULL),
(325978,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:29:25','2025-09-04 13:29:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756992565;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756992565;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:29:33','2025-09-04 13:29:33',0,NULL),
(325979,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:31:33','2025-09-04 13:31:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756992693;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756992693;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:32:25','2025-09-04 13:32:25',0,NULL),
(325980,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:34:25','2025-09-04 13:34:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756992865;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756992865;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:34:28','2025-09-04 13:34:28',0,NULL),
(325981,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:36:28','2025-09-04 13:36:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756992988;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756992988;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:36:30','2025-09-04 13:36:30',0,NULL),
(325982,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:38:30','2025-09-04 13:38:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756993110;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756993110;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:38:30','2025-09-04 13:38:30',0,NULL),
(325983,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:40:30','2025-09-04 13:40:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756993230;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756993230;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:40:32','2025-09-04 13:40:32',0,NULL),
(325984,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:42:32','2025-09-04 13:42:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756993352;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756993352;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:43:28','2025-09-04 13:43:28',0,NULL),
(325985,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:45:28','2025-09-04 13:45:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756993528;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756993528;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:45:31','2025-09-04 13:45:31',0,NULL),
(325986,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:47:31','2025-09-04 13:47:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756993651;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756993651;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:47:32','2025-09-04 13:47:32',0,NULL),
(325987,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:49:32','2025-09-04 13:49:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756993772;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756993772;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:50:30','2025-09-04 13:50:30',0,NULL),
(325988,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:52:30','2025-09-04 13:52:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756993950;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756993950;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:52:31','2025-09-04 13:52:31',0,NULL),
(325989,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:54:31','2025-09-04 13:54:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756994071;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756994071;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:55:26','2025-09-04 13:55:26',0,NULL),
(325990,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:57:26','2025-09-04 13:57:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756994246;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756994246;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:57:26','2025-09-04 13:57:26',0,NULL),
(325991,'mailpoet/cron/daemon-trigger','complete','2025-09-04 13:59:26','2025-09-04 13:59:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756994366;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756994366;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 13:59:29','2025-09-04 13:59:29',0,NULL),
(325992,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:01:29','2025-09-04 14:01:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756994489;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756994489;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:02:31','2025-09-04 14:02:31',0,NULL),
(325993,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:04:31','2025-09-04 14:04:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756994671;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756994671;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:05:23','2025-09-04 14:05:23',0,NULL),
(325994,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:07:23','2025-09-04 14:07:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756994843;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756994843;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:07:31','2025-09-04 14:07:31',0,NULL),
(325995,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:09:31','2025-09-04 14:09:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756994971;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756994971;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:10:32','2025-09-04 14:10:32',0,NULL),
(325996,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:12:32','2025-09-04 14:12:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756995152;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756995152;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:13:32','2025-09-04 14:13:32',0,NULL),
(325997,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:15:32','2025-09-04 14:15:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756995332;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756995332;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:16:27','2025-09-04 14:16:27',0,NULL),
(325998,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:18:27','2025-09-04 14:18:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756995507;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756995507;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:19:36','2025-09-04 14:19:36',0,NULL),
(325999,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:21:36','2025-09-04 14:21:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756995696;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756995696;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:22:27','2025-09-04 14:22:27',0,NULL),
(326000,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:24:27','2025-09-04 14:24:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756995867;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756995867;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:24:29','2025-09-04 14:24:29',0,NULL),
(326001,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:26:29','2025-09-04 14:26:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756995989;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756995989;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:26:33','2025-09-04 14:26:33',0,NULL),
(326002,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:28:33','2025-09-04 14:28:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756996113;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756996113;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:29:30','2025-09-04 14:29:30',0,NULL),
(326003,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:31:30','2025-09-04 14:31:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756996290;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756996290;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:32:29','2025-09-04 14:32:29',0,NULL),
(326004,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:34:29','2025-09-04 14:34:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756996469;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756996469;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:35:28','2025-09-04 14:35:28',0,NULL),
(326005,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:37:28','2025-09-04 14:37:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756996648;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756996648;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:38:33','2025-09-04 14:38:33',0,NULL),
(326006,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:40:33','2025-09-04 14:40:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756996833;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756996833;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:41:28','2025-09-04 14:41:28',0,NULL),
(326007,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:43:28','2025-09-04 14:43:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756997008;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756997008;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:43:30','2025-09-04 14:43:30',0,NULL),
(326008,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:45:30','2025-09-04 14:45:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756997130;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756997130;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:45:33','2025-09-04 14:45:33',0,NULL),
(326009,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:47:33','2025-09-04 14:47:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756997253;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756997253;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:48:30','2025-09-04 14:48:30',0,NULL),
(326010,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:50:30','2025-09-04 14:50:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756997430;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756997430;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:51:27','2025-09-04 14:51:27',0,NULL),
(326011,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:53:27','2025-09-04 14:53:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756997607;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756997607;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:53:28','2025-09-04 14:53:28',0,NULL),
(326012,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:55:28','2025-09-04 14:55:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756997728;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756997728;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:55:29','2025-09-04 14:55:29',0,NULL),
(326013,'mailpoet/cron/daemon-trigger','complete','2025-09-04 14:57:29','2025-09-04 14:57:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756997849;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756997849;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 14:58:32','2025-09-04 14:58:32',0,NULL),
(326014,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:00:32','2025-09-04 15:00:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756998032;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756998032;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:01:26','2025-09-04 15:01:26',0,NULL),
(326015,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:03:26','2025-09-04 15:03:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756998206;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756998206;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:03:32','2025-09-04 15:03:32',0,NULL),
(326016,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:05:32','2025-09-04 15:05:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756998332;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756998332;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:05:33','2025-09-04 15:05:33',0,NULL),
(326017,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:07:33','2025-09-04 15:07:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756998453;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756998453;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:08:20','2025-09-04 15:08:20',0,NULL),
(326018,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:10:20','2025-09-04 15:10:20',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756998620;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756998620;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:10:32','2025-09-04 15:10:32',0,NULL),
(326019,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:12:32','2025-09-04 15:12:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756998752;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756998752;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:13:25','2025-09-04 15:13:25',0,NULL),
(326020,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:15:25','2025-09-04 15:15:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756998925;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756998925;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:15:33','2025-09-04 15:15:33',0,NULL),
(326021,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:17:33','2025-09-04 15:17:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756999053;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756999053;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:18:33','2025-09-04 15:18:33',0,NULL),
(326022,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:20:33','2025-09-04 15:20:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756999233;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756999233;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:21:30','2025-09-04 15:21:30',0,NULL),
(326023,'woocommerce_refresh_order_count_cache','complete','2025-09-05 03:20:26','2025-09-05 03:20:26',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757042426;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757042426;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-09-05 03:20:32','2025-09-05 03:20:32',0,NULL),
(326024,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:23:30','2025-09-04 15:23:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756999410;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756999410;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:23:32','2025-09-04 15:23:32',0,NULL),
(326025,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:25:32','2025-09-04 15:25:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756999532;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756999532;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:25:32','2025-09-04 15:25:32',0,NULL),
(326026,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:27:32','2025-09-04 15:27:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756999652;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756999652;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:28:25','2025-09-04 15:28:25',0,NULL),
(326027,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:30:25','2025-09-04 15:30:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756999825;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756999825;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:30:26','2025-09-04 15:30:26',0,NULL),
(326028,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:32:26','2025-09-04 15:32:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1756999946;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1756999946;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:32:30','2025-09-04 15:32:30',0,NULL),
(326029,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:34:30','2025-09-04 15:34:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757000070;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757000070;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:34:34','2025-09-04 15:34:34',0,NULL),
(326030,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:36:34','2025-09-04 15:36:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757000194;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757000194;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:36:36','2025-09-04 15:36:36',0,NULL),
(326031,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:38:36','2025-09-04 15:38:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757000316;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757000316;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:39:29','2025-09-04 15:39:29',0,NULL),
(326032,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:41:29','2025-09-04 15:41:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757000489;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757000489;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:41:32','2025-09-04 15:41:32',0,NULL),
(326033,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:43:32','2025-09-04 15:43:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757000612;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757000612;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:44:25','2025-09-04 15:44:25',0,NULL),
(326034,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:46:25','2025-09-04 15:46:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757000785;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757000785;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:46:35','2025-09-04 15:46:35',0,NULL),
(326035,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:48:35','2025-09-04 15:48:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757000915;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757000915;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:49:28','2025-09-04 15:49:28',0,NULL),
(326036,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:51:28','2025-09-04 15:51:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757001088;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757001088;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:52:23','2025-09-04 15:52:23',0,NULL),
(326037,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:54:23','2025-09-04 15:54:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757001263;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757001263;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:54:31','2025-09-04 15:54:31',0,NULL),
(326038,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:56:31','2025-09-04 15:56:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757001391;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757001391;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:56:32','2025-09-04 15:56:32',0,NULL),
(326039,'mailpoet/cron/daemon-trigger','complete','2025-09-04 15:58:32','2025-09-04 15:58:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757001512;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757001512;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 15:59:34','2025-09-04 15:59:34',0,NULL),
(326040,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:01:34','2025-09-04 16:01:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757001694;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757001694;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:02:30','2025-09-04 16:02:30',0,NULL),
(326041,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:04:30','2025-09-04 16:04:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757001870;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757001870;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:05:25','2025-09-04 16:05:25',0,NULL),
(326042,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:07:25','2025-09-04 16:07:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757002045;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757002045;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:07:33','2025-09-04 16:07:33',0,NULL),
(326043,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:09:33','2025-09-04 16:09:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757002173;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757002173;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:10:24','2025-09-04 16:10:24',0,NULL),
(326044,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:12:24','2025-09-04 16:12:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757002344;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757002344;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:12:35','2025-09-04 16:12:35',0,NULL),
(326045,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:14:35','2025-09-04 16:14:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757002475;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757002475;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:15:30','2025-09-04 16:15:30',0,NULL),
(326046,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:17:30','2025-09-04 16:17:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757002650;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757002650;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:18:28','2025-09-04 16:18:28',0,NULL),
(326047,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:20:28','2025-09-04 16:20:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757002828;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757002828;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:20:33','2025-09-04 16:20:33',0,NULL),
(326048,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:22:33','2025-09-04 16:22:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757002953;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757002953;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:23:31','2025-09-04 16:23:31',0,NULL),
(326049,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:25:31','2025-09-04 16:25:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757003131;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757003131;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:26:31','2025-09-04 16:26:31',0,NULL),
(326050,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:28:31','2025-09-04 16:28:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757003311;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757003311;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:29:32','2025-09-04 16:29:32',0,NULL),
(326051,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:31:32','2025-09-04 16:31:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757003492;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757003492;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:32:28','2025-09-04 16:32:28',0,NULL),
(326052,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:34:28','2025-09-04 16:34:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757003668;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757003668;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:34:28','2025-09-04 16:34:28',0,NULL),
(326053,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:36:28','2025-09-04 16:36:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757003788;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757003788;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:36:34','2025-09-04 16:36:34',0,NULL),
(326054,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:38:34','2025-09-04 16:38:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757003914;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757003914;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:39:31','2025-09-04 16:39:31',0,NULL),
(326055,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:41:31','2025-09-04 16:41:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757004091;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757004091;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:42:27','2025-09-04 16:42:27',0,NULL),
(326056,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:44:27','2025-09-04 16:44:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757004267;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757004267;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:45:33','2025-09-04 16:45:33',0,NULL),
(326057,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:47:33','2025-09-04 16:47:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757004453;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757004453;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:48:30','2025-09-04 16:48:30',0,NULL),
(326058,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:50:30','2025-09-04 16:50:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757004630;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757004630;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:51:31','2025-09-04 16:51:31',0,NULL),
(326059,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:53:31','2025-09-04 16:53:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757004811;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757004811;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:53:32','2025-09-04 16:53:32',0,NULL),
(326060,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:55:32','2025-09-04 16:55:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757004932;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757004932;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:55:33','2025-09-04 16:55:33',0,NULL),
(326061,'mailpoet/cron/daemon-trigger','complete','2025-09-04 16:57:33','2025-09-04 16:57:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757005053;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757005053;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 16:58:36','2025-09-04 16:58:36',0,NULL),
(326062,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:00:36','2025-09-04 17:00:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757005236;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757005236;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:01:22','2025-09-04 17:01:22',0,NULL),
(326063,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:03:22','2025-09-04 17:03:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757005402;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757005402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:03:27','2025-09-04 17:03:27',0,NULL),
(326064,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:05:27','2025-09-04 17:05:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757005527;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757005527;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:06:30','2025-09-04 17:06:30',0,NULL),
(326065,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:08:30','2025-09-04 17:08:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757005710;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757005710;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:08:41','2025-09-04 17:08:41',0,NULL),
(326066,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:10:41','2025-09-04 17:10:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757005841;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757005841;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:11:27','2025-09-04 17:11:27',0,NULL),
(326067,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:13:27','2025-09-04 17:13:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757006007;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757006007;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:14:30','2025-09-04 17:14:30',0,NULL),
(326068,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:16:30','2025-09-04 17:16:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757006190;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757006190;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:17:32','2025-09-04 17:17:32',0,NULL),
(326069,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:19:32','2025-09-04 17:19:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757006372;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757006372;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:20:33','2025-09-04 17:20:33',0,NULL),
(326070,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:22:33','2025-09-04 17:22:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757006553;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757006553;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:23:25','2025-09-04 17:23:25',0,NULL),
(326071,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:25:25','2025-09-04 17:25:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757006725;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757006725;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:25:26','2025-09-04 17:25:26',0,NULL),
(326072,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:27:26','2025-09-04 17:27:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757006846;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757006846;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:27:30','2025-09-04 17:27:30',0,NULL),
(326073,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:29:30','2025-09-04 17:29:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757006970;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757006970;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:30:31','2025-09-04 17:30:31',0,NULL),
(326074,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:32:31','2025-09-04 17:32:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757007151;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757007151;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:33:33','2025-09-04 17:33:33',0,NULL),
(326075,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:35:33','2025-09-04 17:35:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757007333;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757007333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:36:24','2025-09-04 17:36:24',0,NULL),
(326076,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:38:24','2025-09-04 17:38:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757007504;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757007504;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:38:29','2025-09-04 17:38:29',0,NULL),
(326077,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:40:29','2025-09-04 17:40:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757007629;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757007629;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:40:33','2025-09-04 17:40:33',0,NULL),
(326078,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:42:33','2025-09-04 17:42:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757007753;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757007753;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:43:34','2025-09-04 17:43:34',0,NULL),
(326079,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:45:34','2025-09-04 17:45:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757007934;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757007934;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:46:24','2025-09-04 17:46:24',0,NULL),
(326080,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:48:24','2025-09-04 17:48:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757008104;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757008104;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:48:26','2025-09-04 17:48:26',0,NULL),
(326081,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:50:26','2025-09-04 17:50:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757008226;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757008226;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:50:31','2025-09-04 17:50:31',0,NULL),
(326082,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:52:31','2025-09-04 17:52:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757008351;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757008351;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:53:33','2025-09-04 17:53:33',0,NULL),
(326083,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:55:33','2025-09-04 17:55:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757008533;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757008533;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:56:28','2025-09-04 17:56:28',0,NULL),
(326084,'mailpoet/cron/daemon-trigger','complete','2025-09-04 17:58:28','2025-09-04 17:58:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757008708;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757008708;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 17:58:29','2025-09-04 17:58:29',0,NULL),
(326085,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:00:29','2025-09-04 18:00:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757008829;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757008829;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:00:43','2025-09-04 18:00:43',0,NULL),
(326086,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:02:43','2025-09-04 18:02:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757008963;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757008963;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:03:29','2025-09-04 18:03:29',0,NULL),
(326087,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:05:29','2025-09-04 18:05:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757009129;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757009129;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:06:41','2025-09-04 18:06:41',0,NULL),
(326088,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:08:41','2025-09-04 18:08:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757009321;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757009321;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:09:31','2025-09-04 18:09:31',0,NULL),
(326089,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:11:31','2025-09-04 18:11:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757009491;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757009491;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:12:29','2025-09-04 18:12:29',0,NULL),
(326090,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:14:29','2025-09-04 18:14:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757009669;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757009669;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:15:30','2025-09-04 18:15:30',0,NULL),
(326091,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:17:30','2025-09-04 18:17:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757009850;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757009850;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:17:31','2025-09-04 18:17:31',0,NULL),
(326092,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:19:31','2025-09-04 18:19:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757009971;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757009971;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:19:32','2025-09-04 18:19:32',0,NULL),
(326093,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:21:32','2025-09-04 18:21:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757010092;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757010092;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:22:33','2025-09-04 18:22:33',0,NULL),
(326094,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:24:33','2025-09-04 18:24:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757010273;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757010273;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:25:28','2025-09-04 18:25:28',0,NULL),
(326095,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:27:28','2025-09-04 18:27:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757010448;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757010448;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:28:30','2025-09-04 18:28:30',0,NULL),
(326096,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:30:30','2025-09-04 18:30:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757010630;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757010630;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:31:23','2025-09-04 18:31:23',0,NULL),
(326097,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:33:23','2025-09-04 18:33:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757010803;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757010803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:33:29','2025-09-04 18:33:29',0,NULL),
(326098,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:35:29','2025-09-04 18:35:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757010929;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757010929;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:35:32','2025-09-04 18:35:32',0,NULL),
(326099,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:37:32','2025-09-04 18:37:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757011052;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757011052;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:38:31','2025-09-04 18:38:31',0,NULL),
(326100,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:40:31','2025-09-04 18:40:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757011231;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757011231;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:40:32','2025-09-04 18:40:32',0,NULL),
(326101,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:42:32','2025-09-04 18:42:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757011352;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757011352;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:43:32','2025-09-04 18:43:32',0,NULL),
(326102,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:45:32','2025-09-04 18:45:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757011532;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757011532;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:45:35','2025-09-04 18:45:35',0,NULL),
(326103,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:47:35','2025-09-04 18:47:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757011655;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757011655;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:48:25','2025-09-04 18:48:25',0,NULL),
(326104,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:50:25','2025-09-04 18:50:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757011825;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757011825;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:50:26','2025-09-04 18:50:26',0,NULL),
(326105,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:52:26','2025-09-04 18:52:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757011946;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757011946;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:53:34','2025-09-04 18:53:34',0,NULL),
(326106,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:55:34','2025-09-04 18:55:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757012134;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757012134;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:56:28','2025-09-04 18:56:28',0,NULL),
(326107,'mailpoet/cron/daemon-trigger','complete','2025-09-04 18:58:28','2025-09-04 18:58:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757012308;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757012308;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 18:58:31','2025-09-04 18:58:31',0,NULL),
(326108,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:00:31','2025-09-04 19:00:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757012431;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757012431;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:00:32','2025-09-04 19:00:32',0,NULL),
(326109,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:02:32','2025-09-04 19:02:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757012552;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757012552;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:03:28','2025-09-04 19:03:28',0,NULL),
(326110,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:05:28','2025-09-04 19:05:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757012728;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757012728;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:05:29','2025-09-04 19:05:29',0,NULL),
(326111,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:07:29','2025-09-04 19:07:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757012849;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757012849;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:07:29','2025-09-04 19:07:29',0,NULL),
(326112,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:09:29','2025-09-04 19:09:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757012969;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757012969;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:10:31','2025-09-04 19:10:31',0,NULL),
(326113,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:12:31','2025-09-04 19:12:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757013151;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757013151;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:13:40','2025-09-04 19:13:40',0,NULL),
(326114,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:15:40','2025-09-04 19:15:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757013340;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757013340;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:16:24','2025-09-04 19:16:24',0,NULL),
(326115,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:18:24','2025-09-04 19:18:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757013504;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757013504;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:18:29','2025-09-04 19:18:29',0,NULL),
(326116,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:20:29','2025-09-04 19:20:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757013629;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757013629;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:20:30','2025-09-04 19:20:30',0,NULL),
(326117,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:22:30','2025-09-04 19:22:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757013750;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757013750;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:23:31','2025-09-04 19:23:31',0,NULL),
(326118,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:25:31','2025-09-04 19:25:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757013931;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757013931;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:26:24','2025-09-04 19:26:24',0,NULL),
(326119,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:28:24','2025-09-04 19:28:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757014104;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757014104;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:29:30','2025-09-04 19:29:30',0,NULL),
(326120,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:31:30','2025-09-04 19:31:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757014290;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757014290;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:32:23','2025-09-04 19:32:23',0,NULL),
(326121,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:34:23','2025-09-04 19:34:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757014463;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757014463;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:34:30','2025-09-04 19:34:30',0,NULL),
(326122,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:36:30','2025-09-04 19:36:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757014590;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757014590;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:36:32','2025-09-04 19:36:32',0,NULL),
(326123,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:38:32','2025-09-04 19:38:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757014712;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757014712;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:39:30','2025-09-04 19:39:30',0,NULL),
(326124,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:41:30','2025-09-04 19:41:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757014890;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757014890;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:41:34','2025-09-04 19:41:34',0,NULL),
(326125,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:43:34','2025-09-04 19:43:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757015014;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757015014;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:44:23','2025-09-04 19:44:23',0,NULL),
(326126,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:46:23','2025-09-04 19:46:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757015183;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757015183;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:46:32','2025-09-04 19:46:32',0,NULL),
(326127,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:48:32','2025-09-04 19:48:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757015312;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757015312;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:49:33','2025-09-04 19:49:33',0,NULL),
(326128,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:51:33','2025-09-04 19:51:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757015493;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757015493;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:52:32','2025-09-04 19:52:32',0,NULL),
(326129,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:54:32','2025-09-04 19:54:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757015672;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757015672;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:55:25','2025-09-04 19:55:25',0,NULL),
(326130,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:57:25','2025-09-04 19:57:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757015845;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757015845;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:57:25','2025-09-04 19:57:25',0,NULL),
(326131,'mailpoet/cron/daemon-trigger','complete','2025-09-04 19:59:25','2025-09-04 19:59:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757015965;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757015965;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 19:59:27','2025-09-04 19:59:27',0,NULL),
(326132,'mailpoet/cron/daemon-trigger','complete','2025-09-04 20:01:27','2025-09-04 20:01:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757016087;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757016087;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 20:01:27','2025-09-04 20:01:27',0,NULL),
(326133,'mailpoet/cron/daemon-trigger','complete','2025-09-04 20:03:27','2025-09-04 20:03:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757016207;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757016207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 20:03:27','2025-09-04 20:03:27',0,NULL),
(326134,'mailpoet/cron/daemon-trigger','complete','2025-09-04 20:05:27','2025-09-04 20:05:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757016327;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757016327;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 20:05:31','2025-09-04 20:05:31',0,NULL),
(326135,'mailpoet/cron/daemon-trigger','complete','2025-09-04 20:07:31','2025-09-04 20:07:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757016451;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757016451;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 20:08:26','2025-09-04 20:08:26',0,NULL),
(326136,'mailpoet/cron/daemon-trigger','complete','2025-09-04 20:10:26','2025-09-04 20:10:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757016626;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757016626;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 20:10:28','2025-09-04 20:10:28',0,NULL),
(326137,'mailpoet/cron/daemon-trigger','complete','2025-09-04 20:12:28','2025-09-04 20:12:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757016748;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757016748;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 20:12:32','2025-09-04 20:12:32',0,NULL),
(326138,'mailpoet/cron/daemon-trigger','complete','2025-09-04 20:14:32','2025-09-04 20:14:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757016872;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757016872;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 20:15:24','2025-09-04 20:15:24',0,NULL),
(326139,'mailpoet/cron/daemon-trigger','complete','2025-09-04 20:17:24','2025-09-04 20:17:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757017044;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757017044;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 20:17:25','2025-09-04 20:17:25',0,NULL),
(326140,'mailpoet/cron/daemon-trigger','complete','2025-09-04 20:19:25','2025-09-04 20:19:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757017165;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757017165;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 20:19:29','2025-09-04 20:19:29',0,NULL),
(326141,'mailpoet/cron/daemon-trigger','complete','2025-09-04 20:21:29','2025-09-04 20:21:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757017289;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757017289;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 20:54:16','2025-09-04 20:54:16',0,NULL),
(326142,'mailpoet/cron/daemon-trigger','complete','2025-09-04 20:56:16','2025-09-04 20:56:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757019376;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757019376;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 20:56:29','2025-09-04 20:56:29',0,NULL),
(326143,'mailpoet/cron/daemon-trigger','complete','2025-09-04 20:58:29','2025-09-04 20:58:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757019509;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757019509;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 20:59:22','2025-09-04 20:59:22',0,NULL),
(326144,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:01:22','2025-09-04 21:01:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757019682;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757019682;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:01:23','2025-09-04 21:01:23',0,NULL),
(326145,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:03:23','2025-09-04 21:03:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757019803;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757019803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:03:24','2025-09-04 21:03:24',0,NULL),
(326146,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:05:24','2025-09-04 21:05:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757019924;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757019924;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:05:37','2025-09-04 21:05:37',0,NULL),
(326147,'mailpoet/cron/daemon-run','complete','2025-09-04 21:05:32','2025-09-04 21:05:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757019932;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757019932;}',7,1,'2025-09-04 21:05:44','2025-09-04 21:05:44',0,NULL),
(326148,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:07:37','2025-09-04 21:07:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757020057;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757020057;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:08:18','2025-09-04 21:08:18',0,NULL),
(326149,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:10:18','2025-09-04 21:10:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757020218;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757020218;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:10:22','2025-09-04 21:10:22',0,NULL),
(326150,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:12:22','2025-09-04 21:12:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757020342;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757020342;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:12:22','2025-09-04 21:12:22',0,NULL),
(326151,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:14:22','2025-09-04 21:14:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757020462;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757020462;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:14:23','2025-09-04 21:14:23',0,NULL),
(326152,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:16:23','2025-09-04 21:16:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757020583;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757020583;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:16:24','2025-09-04 21:16:24',0,NULL),
(326153,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:18:24','2025-09-04 21:18:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757020704;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757020704;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:18:37','2025-09-04 21:18:37',0,NULL),
(326154,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:20:37','2025-09-04 21:20:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757020837;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757020837;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:21:32','2025-09-04 21:21:32',0,NULL),
(326155,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:23:32','2025-09-04 21:23:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757021012;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757021012;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:24:26','2025-09-04 21:24:26',0,NULL),
(326156,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:26:26','2025-09-04 21:26:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757021186;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757021186;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:27:32','2025-09-04 21:27:32',0,NULL),
(326157,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:29:32','2025-09-04 21:29:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757021372;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757021372;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:30:23','2025-09-04 21:30:23',0,NULL),
(326158,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:32:23','2025-09-04 21:32:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757021543;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757021543;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:32:32','2025-09-04 21:32:32',0,NULL),
(326159,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:34:32','2025-09-04 21:34:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757021672;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757021672;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:35:22','2025-09-04 21:35:22',0,NULL),
(326160,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:37:22','2025-09-04 21:37:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757021842;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757021842;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:37:29','2025-09-04 21:37:29',0,NULL),
(326161,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:39:29','2025-09-04 21:39:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757021969;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757021969;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:40:31','2025-09-04 21:40:31',0,NULL),
(326162,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:42:31','2025-09-04 21:42:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757022151;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757022151;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:43:26','2025-09-04 21:43:26',0,NULL),
(326163,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:45:26','2025-09-04 21:45:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757022326;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757022326;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:45:35','2025-09-04 21:45:35',0,NULL),
(326164,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:47:36','2025-09-04 21:47:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757022456;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757022456;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:48:35','2025-09-04 21:48:35',0,NULL),
(326165,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:50:35','2025-09-04 21:50:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757022635;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757022635;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:51:27','2025-09-04 21:51:27',0,NULL),
(326166,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:53:27','2025-09-04 21:53:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757022807;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757022807;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:53:27','2025-09-04 21:53:27',0,NULL),
(326167,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:55:27','2025-09-04 21:55:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757022927;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757022927;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:55:27','2025-09-04 21:55:27',0,NULL),
(326168,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:57:27','2025-09-04 21:57:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757023047;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757023047;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 21:57:32','2025-09-04 21:57:32',0,NULL),
(326169,'mailpoet/cron/daemon-run','complete','2025-09-04 21:57:27','2025-09-04 21:57:27',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757023047;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757023047;}',7,1,'2025-09-04 21:57:37','2025-09-04 21:57:37',0,NULL),
(326170,'mailpoet/cron/daemon-trigger','complete','2025-09-04 21:59:32','2025-09-04 21:59:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757023172;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757023172;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:00:27','2025-09-04 22:00:27',0,NULL),
(326171,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:02:27','2025-09-04 22:02:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757023347;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757023347;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:03:29','2025-09-04 22:03:29',0,NULL),
(326172,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:05:29','2025-09-04 22:05:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757023529;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757023529;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:06:23','2025-09-04 22:06:23',0,NULL),
(326173,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:08:23','2025-09-04 22:08:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757023703;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757023703;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:08:26','2025-09-04 22:08:26',0,NULL),
(326174,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:10:26','2025-09-04 22:10:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757023826;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757023826;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:11:30','2025-09-04 22:11:30',0,NULL),
(326175,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:13:30','2025-09-04 22:13:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757024010;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757024010;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:14:26','2025-09-04 22:14:26',0,NULL),
(326176,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:16:26','2025-09-04 22:16:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757024186;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757024186;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:16:29','2025-09-04 22:16:29',0,NULL),
(326177,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:18:29','2025-09-04 22:18:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757024309;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757024309;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:19:28','2025-09-04 22:19:28',0,NULL),
(326178,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:21:28','2025-09-04 22:21:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757024488;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757024488;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:21:31','2025-09-04 22:21:31',0,NULL),
(326179,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:23:31','2025-09-04 22:23:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757024611;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757024611;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:24:21','2025-09-04 22:24:21',0,NULL),
(326180,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:26:21','2025-09-04 22:26:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757024781;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757024781;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:26:27','2025-09-04 22:26:27',0,NULL),
(326181,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:28:27','2025-09-04 22:28:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757024907;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757024907;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:28:31','2025-09-04 22:28:31',0,NULL),
(326182,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:30:31','2025-09-04 22:30:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757025031;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757025031;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:31:28','2025-09-04 22:31:28',0,NULL),
(326183,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:33:28','2025-09-04 22:33:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757025208;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757025208;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:33:33','2025-09-04 22:33:33',0,NULL),
(326184,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:35:33','2025-09-04 22:35:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757025333;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757025333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:36:22','2025-09-04 22:36:22',0,NULL),
(326185,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:38:22','2025-09-04 22:38:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757025502;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757025502;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:38:23','2025-09-04 22:38:23',0,NULL),
(326186,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:40:23','2025-09-04 22:40:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757025623;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757025623;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:40:30','2025-09-04 22:40:30',0,NULL),
(326187,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:42:30','2025-09-04 22:42:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757025750;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757025750;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:43:26','2025-09-04 22:43:26',0,NULL),
(326188,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:45:26','2025-09-04 22:45:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757025926;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757025926;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:46:27','2025-09-04 22:46:27',0,NULL),
(326189,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:48:27','2025-09-04 22:48:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757026107;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757026107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:49:25','2025-09-04 22:49:25',0,NULL),
(326190,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:51:25','2025-09-04 22:51:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757026285;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757026285;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:51:26','2025-09-04 22:51:26',0,NULL),
(326191,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:53:26','2025-09-04 22:53:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757026406;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757026406;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:53:27','2025-09-04 22:53:27',0,NULL),
(326192,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:55:27','2025-09-04 22:55:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757026527;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757026527;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:55:29','2025-09-04 22:55:29',0,NULL),
(326193,'mailpoet/cron/daemon-trigger','complete','2025-09-04 22:57:29','2025-09-04 22:57:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757026649;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757026649;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 22:58:25','2025-09-04 22:58:25',0,NULL),
(326194,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:00:25','2025-09-04 23:00:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757026825;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757026825;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:00:27','2025-09-04 23:00:27',0,NULL),
(326195,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:02:27','2025-09-04 23:02:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757026947;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757026947;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:02:31','2025-09-04 23:02:31',0,NULL),
(326196,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:04:31','2025-09-04 23:04:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757027071;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757027071;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:04:32','2025-09-04 23:04:32',0,NULL),
(326197,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:06:32','2025-09-04 23:06:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757027192;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757027192;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:07:29','2025-09-04 23:07:29',0,NULL),
(326198,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:09:29','2025-09-04 23:09:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757027369;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757027369;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:09:32','2025-09-04 23:09:32',0,NULL),
(326199,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:11:32','2025-09-04 23:11:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757027492;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757027492;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:12:31','2025-09-04 23:12:31',0,NULL),
(326200,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:14:31','2025-09-04 23:14:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757027671;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757027671;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:15:23','2025-09-04 23:15:23',0,NULL),
(326201,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:17:23','2025-09-04 23:17:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757027843;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757027843;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:17:23','2025-09-04 23:17:23',0,NULL),
(326202,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:19:24','2025-09-04 23:19:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757027964;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757027964;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:19:29','2025-09-04 23:19:29',0,NULL),
(326203,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:21:29','2025-09-04 23:21:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757028089;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757028089;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:22:24','2025-09-04 23:22:24',0,NULL),
(326204,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:24:24','2025-09-04 23:24:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757028264;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757028264;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:24:26','2025-09-04 23:24:26',0,NULL),
(326205,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:26:26','2025-09-04 23:26:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757028386;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757028386;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:26:27','2025-09-04 23:26:27',0,NULL),
(326206,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:28:27','2025-09-04 23:28:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757028507;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757028507;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:29:30','2025-09-04 23:29:30',0,NULL),
(326207,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:31:30','2025-09-04 23:31:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757028690;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757028690;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:32:29','2025-09-04 23:32:29',0,NULL),
(326208,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:34:29','2025-09-04 23:34:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757028869;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757028869;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:35:27','2025-09-04 23:35:27',0,NULL),
(326209,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:37:27','2025-09-04 23:37:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757029047;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757029047;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:38:15','2025-09-04 23:38:15',0,NULL),
(326210,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:40:15','2025-09-04 23:40:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757029215;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757029215;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:40:27','2025-09-04 23:40:27',0,NULL),
(326211,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:42:27','2025-09-04 23:42:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757029347;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757029347;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:42:35','2025-09-04 23:42:35',0,NULL),
(326212,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:44:35','2025-09-04 23:44:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757029475;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757029475;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:45:28','2025-09-04 23:45:28',0,NULL),
(326213,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:47:28','2025-09-04 23:47:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757029648;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757029648;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:47:31','2025-09-04 23:47:31',0,NULL),
(326214,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:49:31','2025-09-04 23:49:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757029771;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757029771;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:50:23','2025-09-04 23:50:23',0,NULL),
(326215,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:52:23','2025-09-04 23:52:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757029943;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757029943;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:52:23','2025-09-04 23:52:23',0,NULL),
(326216,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:54:23','2025-09-04 23:54:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757030063;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757030063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:54:28','2025-09-04 23:54:28',0,NULL),
(326217,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:56:28','2025-09-04 23:56:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757030188;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757030188;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:56:34','2025-09-04 23:56:34',0,NULL),
(326218,'mailpoet/cron/daemon-trigger','complete','2025-09-04 23:58:34','2025-09-04 23:58:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757030314;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757030314;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-04 23:59:29','2025-09-04 23:59:29',0,NULL),
(326219,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:01:29','2025-09-05 00:01:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757030489;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757030489;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:02:26','2025-09-05 00:02:26',0,NULL),
(326220,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:04:26','2025-09-05 00:04:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757030666;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757030666;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:05:28','2025-09-05 00:05:28',0,NULL),
(326221,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:07:28','2025-09-05 00:07:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757030848;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757030848;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:07:33','2025-09-05 00:07:33',0,NULL),
(326222,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:09:33','2025-09-05 00:09:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757030973;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757030973;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:10:28','2025-09-05 00:10:28',0,NULL),
(326223,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:12:28','2025-09-05 00:12:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757031148;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757031148;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:12:28','2025-09-05 00:12:28',0,NULL),
(326224,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:14:28','2025-09-05 00:14:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757031268;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757031268;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:14:28','2025-09-05 00:14:28',0,NULL),
(326225,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:16:28','2025-09-05 00:16:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757031388;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757031388;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:17:30','2025-09-05 00:17:30',0,NULL),
(326226,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:19:30','2025-09-05 00:19:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757031570;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757031570;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:19:30','2025-09-05 00:19:30',0,NULL),
(326227,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:21:30','2025-09-05 00:21:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757031690;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757031690;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:22:28','2025-09-05 00:22:28',0,NULL),
(326228,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:24:28','2025-09-05 00:24:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757031868;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757031868;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:24:29','2025-09-05 00:24:29',0,NULL),
(326229,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:26:29','2025-09-05 00:26:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757031989;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757031989;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:27:26','2025-09-05 00:27:26',0,NULL),
(326230,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:29:26','2025-09-05 00:29:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757032166;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757032166;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:29:32','2025-09-05 00:29:32',0,NULL),
(326231,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:31:32','2025-09-05 00:31:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757032292;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757032292;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:32:24','2025-09-05 00:32:24',0,NULL),
(326232,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:34:24','2025-09-05 00:34:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757032464;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757032464;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:34:31','2025-09-05 00:34:31',0,NULL),
(326233,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:36:31','2025-09-05 00:36:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757032591;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757032591;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:36:31','2025-09-05 00:36:31',0,NULL),
(326234,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:38:31','2025-09-05 00:38:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757032711;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757032711;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:39:28','2025-09-05 00:39:28',0,NULL),
(326235,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:41:28','2025-09-05 00:41:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757032888;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757032888;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:41:29','2025-09-05 00:41:29',0,NULL),
(326236,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:43:29','2025-09-05 00:43:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757033009;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757033009;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:43:30','2025-09-05 00:43:30',0,NULL),
(326237,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:45:30','2025-09-05 00:45:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757033130;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757033130;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:45:30','2025-09-05 00:45:30',0,NULL),
(326238,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:47:30','2025-09-05 00:47:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757033250;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757033250;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:47:30','2025-09-05 00:47:30',0,NULL),
(326239,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:49:30','2025-09-05 00:49:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757033370;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757033370;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:50:28','2025-09-05 00:50:28',0,NULL),
(326240,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:52:28','2025-09-05 00:52:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757033548;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757033548;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:52:28','2025-09-05 00:52:28',0,NULL),
(326241,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:54:28','2025-09-05 00:54:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757033668;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757033668;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:54:28','2025-09-05 00:54:28',0,NULL),
(326242,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:56:28','2025-09-05 00:56:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757033788;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757033788;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:57:26','2025-09-05 00:57:26',0,NULL),
(326243,'mailpoet/cron/daemon-trigger','complete','2025-09-05 00:59:26','2025-09-05 00:59:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757033966;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757033966;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 00:59:27','2025-09-05 00:59:27',0,NULL),
(326244,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:01:27','2025-09-05 01:01:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757034087;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757034087;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:01:28','2025-09-05 01:01:28',0,NULL),
(326245,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:03:28','2025-09-05 01:03:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757034208;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757034208;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:04:25','2025-09-05 01:04:25',0,NULL),
(326246,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:06:25','2025-09-05 01:06:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757034385;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757034385;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:06:27','2025-09-05 01:06:27',0,NULL),
(326247,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:08:27','2025-09-05 01:08:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757034507;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757034507;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:09:24','2025-09-05 01:09:24',0,NULL),
(326248,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:11:24','2025-09-05 01:11:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757034684;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757034684;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:11:25','2025-09-05 01:11:25',0,NULL),
(326249,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:13:25','2025-09-05 01:13:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757034805;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757034805;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:13:27','2025-09-05 01:13:27',0,NULL),
(326250,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:15:27','2025-09-05 01:15:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757034927;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757034927;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:15:32','2025-09-05 01:15:32',0,NULL),
(326251,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:17:32','2025-09-05 01:17:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757035052;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757035052;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:18:36','2025-09-05 01:18:36',0,NULL),
(326252,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:20:36','2025-09-05 01:20:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757035236;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757035236;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:21:28','2025-09-05 01:21:28',0,NULL),
(326253,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:23:28','2025-09-05 01:23:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757035408;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757035408;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:24:35','2025-09-05 01:24:35',0,NULL),
(326254,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:26:35','2025-09-05 01:26:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757035595;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757035595;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:27:30','2025-09-05 01:27:30',0,NULL),
(326255,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:29:30','2025-09-05 01:29:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757035770;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757035770;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:29:31','2025-09-05 01:29:31',0,NULL),
(326256,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:31:31','2025-09-05 01:31:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757035891;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757035891;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:32:29','2025-09-05 01:32:29',0,NULL),
(326257,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:34:30','2025-09-05 01:34:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757036070;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757036070;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:35:23','2025-09-05 01:35:23',0,NULL),
(326258,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:37:23','2025-09-05 01:37:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757036243;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757036243;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:37:32','2025-09-05 01:37:32',0,NULL),
(326259,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:39:32','2025-09-05 01:39:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757036372;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757036372;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:40:27','2025-09-05 01:40:27',0,NULL),
(326260,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:42:27','2025-09-05 01:42:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757036547;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757036547;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:42:28','2025-09-05 01:42:28',0,NULL),
(326261,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:44:28','2025-09-05 01:44:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757036668;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757036668;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:44:31','2025-09-05 01:44:31',0,NULL),
(326262,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:46:31','2025-09-05 01:46:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757036791;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757036791;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:46:31','2025-09-05 01:46:31',0,NULL),
(326263,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:48:31','2025-09-05 01:48:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757036911;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757036911;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:48:32','2025-09-05 01:48:32',0,NULL),
(326264,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:50:32','2025-09-05 01:50:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757037032;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757037032;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:51:28','2025-09-05 01:51:28',0,NULL),
(326265,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:53:28','2025-09-05 01:53:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757037208;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757037208;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:54:29','2025-09-05 01:54:29',0,NULL),
(326266,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:56:29','2025-09-05 01:56:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757037389;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757037389;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:56:30','2025-09-05 01:56:30',0,NULL),
(326267,'mailpoet/cron/daemon-trigger','complete','2025-09-05 01:58:30','2025-09-05 01:58:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757037510;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757037510;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 01:58:33','2025-09-05 01:58:33',0,NULL),
(326268,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:00:33','2025-09-05 02:00:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757037633;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757037633;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:01:31','2025-09-05 02:01:31',0,NULL),
(326269,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:03:31','2025-09-05 02:03:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757037811;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757037811;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:04:23','2025-09-05 02:04:23',0,NULL),
(326270,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:06:23','2025-09-05 02:06:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757037983;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757037983;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:06:27','2025-09-05 02:06:27',0,NULL),
(326271,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:08:27','2025-09-05 02:08:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757038107;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757038107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:09:31','2025-09-05 02:09:31',0,NULL),
(326272,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:11:31','2025-09-05 02:11:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757038291;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757038291;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:12:33','2025-09-05 02:12:33',0,NULL),
(326273,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:14:33','2025-09-05 02:14:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757038473;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757038473;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:14:33','2025-09-05 02:14:33',0,NULL),
(326274,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:16:33','2025-09-05 02:16:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757038593;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757038593;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:17:24','2025-09-05 02:17:24',0,NULL),
(326275,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:19:24','2025-09-05 02:19:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757038764;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757038764;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:19:37','2025-09-05 02:19:37',0,NULL),
(326276,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:21:37','2025-09-05 02:21:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757038897;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757038897;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:22:30','2025-09-05 02:22:30',0,NULL),
(326277,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:24:30','2025-09-05 02:24:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757039070;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757039070;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:24:31','2025-09-05 02:24:31',0,NULL),
(326278,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:26:31','2025-09-05 02:26:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757039191;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757039191;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:27:23','2025-09-05 02:27:23',0,NULL),
(326279,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:29:23','2025-09-05 02:29:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757039363;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757039363;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:30:28','2025-09-05 02:30:28',0,NULL),
(326280,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:32:28','2025-09-05 02:32:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757039548;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757039548;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:33:25','2025-09-05 02:33:25',0,NULL),
(326281,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:35:25','2025-09-05 02:35:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757039725;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757039725;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:35:25','2025-09-05 02:35:25',0,NULL),
(326282,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:37:25','2025-09-05 02:37:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757039845;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757039845;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:38:26','2025-09-05 02:38:26',0,NULL),
(326283,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:40:26','2025-09-05 02:40:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757040026;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757040026;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:40:31','2025-09-05 02:40:31',0,NULL),
(326284,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:42:31','2025-09-05 02:42:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757040151;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757040151;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:43:33','2025-09-05 02:43:33',0,NULL),
(326285,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:45:33','2025-09-05 02:45:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757040333;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757040333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:46:23','2025-09-05 02:46:23',0,NULL),
(326286,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:48:23','2025-09-05 02:48:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757040503;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757040503;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:48:23','2025-09-05 02:48:23',0,NULL),
(326287,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:50:23','2025-09-05 02:50:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757040623;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757040623;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:50:32','2025-09-05 02:50:32',0,NULL),
(326288,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:52:32','2025-09-05 02:52:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757040752;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757040752;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:53:24','2025-09-05 02:53:24',0,NULL),
(326289,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:55:24','2025-09-05 02:55:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757040924;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757040924;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:55:32','2025-09-05 02:55:32',0,NULL),
(326290,'mailpoet/cron/daemon-trigger','complete','2025-09-05 02:57:32','2025-09-05 02:57:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757041052;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757041052;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 02:58:26','2025-09-05 02:58:26',0,NULL),
(326291,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:00:26','2025-09-05 03:00:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757041226;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757041226;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:01:27','2025-09-05 03:01:27',0,NULL),
(326292,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-09-05 03:00:21','2025-09-05 03:00:21',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757041221;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757041221;}',6,1,'2025-09-05 03:00:22','2025-09-05 03:00:22',0,NULL),
(326293,'gla/jobs/resubmit_expiring_products/start','complete','2025-09-06 03:00:00','2025-09-06 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757127600;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1757127600;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-09-06 03:00:29','2025-09-06 03:00:29',0,NULL),
(326294,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:03:27','2025-09-05 03:03:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757041407;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757041407;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:04:31','2025-09-05 03:04:31',0,NULL),
(326295,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:06:31','2025-09-05 03:06:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757041591;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757041591;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:07:34','2025-09-05 03:07:34',0,NULL),
(326296,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:09:34','2025-09-05 03:09:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757041774;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757041774;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:10:27','2025-09-05 03:10:27',0,NULL),
(326297,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:12:27','2025-09-05 03:12:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757041947;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757041947;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:12:31','2025-09-05 03:12:31',0,NULL),
(326298,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:14:31','2025-09-05 03:14:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757042071;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757042071;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:15:29','2025-09-05 03:15:29',0,NULL),
(326299,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:17:29','2025-09-05 03:17:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757042249;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757042249;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:17:34','2025-09-05 03:17:34',0,NULL),
(326300,'woocommerce_cleanup_draft_orders','complete','2025-09-06 03:17:34','2025-09-06 03:17:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757128654;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757128654;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-06 03:21:18','2025-09-06 03:21:18',0,NULL),
(326301,'woocommerce_cleanup_draft_orders','complete','2025-09-06 03:17:34','2025-09-06 03:17:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757128654;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757128654;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-06 03:21:18','2025-09-06 03:21:18',0,NULL),
(326302,'wp_mail_smtp_admin_notifications_update','complete','2025-09-06 03:17:34','2025-09-06 03:17:34',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757128654;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757128654;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-09-06 03:21:18','2025-09-06 03:21:18',0,NULL),
(326303,'wc_gla_cron_daily_notes','complete','2025-09-06 03:17:34','2025-09-06 03:17:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757128654;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757128654;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-06 03:21:18','2025-09-06 03:21:18',0,NULL),
(326304,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:19:34','2025-09-05 03:19:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757042374;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757042374;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:20:32','2025-09-05 03:20:32',0,NULL),
(326305,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:22:32','2025-09-05 03:22:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757042552;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757042552;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:22:33','2025-09-05 03:22:33',0,NULL),
(326306,'woocommerce_refresh_order_count_cache','complete','2025-09-05 15:20:32','2025-09-05 15:20:32',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757085632;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757085632;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-09-05 15:21:23','2025-09-05 15:21:23',0,NULL),
(326307,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:24:33','2025-09-05 03:24:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757042673;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757042673;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:25:27','2025-09-05 03:25:27',0,NULL),
(326308,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:27:27','2025-09-05 03:27:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757042847;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757042847;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:28:25','2025-09-05 03:28:25',0,NULL),
(326309,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:30:25','2025-09-05 03:30:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757043025;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757043025;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:30:30','2025-09-05 03:30:30',0,NULL),
(326310,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:32:30','2025-09-05 03:32:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757043150;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757043150;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:33:30','2025-09-05 03:33:30',0,NULL),
(326311,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:35:30','2025-09-05 03:35:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757043330;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757043330;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:35:31','2025-09-05 03:35:31',0,NULL),
(326312,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:37:31','2025-09-05 03:37:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757043451;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757043451;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:38:23','2025-09-05 03:38:23',0,NULL),
(326313,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:40:23','2025-09-05 03:40:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757043623;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757043623;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:40:23','2025-09-05 03:40:23',0,NULL),
(326314,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:42:23','2025-09-05 03:42:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757043743;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757043743;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:42:33','2025-09-05 03:42:33',0,NULL),
(326315,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:44:33','2025-09-05 03:44:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757043873;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757043873;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:45:25','2025-09-05 03:45:25',0,NULL),
(326316,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:47:25','2025-09-05 03:47:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757044045;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757044045;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:47:35','2025-09-05 03:47:35',0,NULL),
(326317,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:49:35','2025-09-05 03:49:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757044175;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757044175;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:50:30','2025-09-05 03:50:30',0,NULL),
(326318,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:52:30','2025-09-05 03:52:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757044350;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757044350;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:53:32','2025-09-05 03:53:32',0,NULL),
(326319,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:55:32','2025-09-05 03:55:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757044532;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757044532;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:56:26','2025-09-05 03:56:26',0,NULL),
(326320,'mailpoet/cron/daemon-trigger','complete','2025-09-05 03:58:26','2025-09-05 03:58:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757044706;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757044706;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 03:58:31','2025-09-05 03:58:31',0,NULL),
(326321,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:00:31','2025-09-05 04:00:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757044831;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757044831;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:01:32','2025-09-05 04:01:32',0,NULL),
(326322,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:03:32','2025-09-05 04:03:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757045012;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757045012;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:04:24','2025-09-05 04:04:24',0,NULL),
(326323,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:06:24','2025-09-05 04:06:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757045184;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757045184;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:06:29','2025-09-05 04:06:29',0,NULL),
(326324,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:08:29','2025-09-05 04:08:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757045309;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757045309;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:09:23','2025-09-05 04:09:23',0,NULL),
(326325,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:11:23','2025-09-05 04:11:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757045483;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757045483;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:11:31','2025-09-05 04:11:31',0,NULL),
(326326,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:13:31','2025-09-05 04:13:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757045611;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757045611;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:13:36','2025-09-05 04:13:36',0,NULL),
(326327,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:15:36','2025-09-05 04:15:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757045736;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757045736;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:16:33','2025-09-05 04:16:33',0,NULL),
(326328,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:18:33','2025-09-05 04:18:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757045913;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757045913;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:18:34','2025-09-05 04:18:34',0,NULL),
(326329,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:20:34','2025-09-05 04:20:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757046034;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757046034;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:21:27','2025-09-05 04:21:27',0,NULL),
(326330,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:23:27','2025-09-05 04:23:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757046207;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757046207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:23:30','2025-09-05 04:23:30',0,NULL),
(326331,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:25:30','2025-09-05 04:25:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757046330;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757046330;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:38:48','2025-09-05 04:38:48',0,NULL),
(326332,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:40:48','2025-09-05 04:40:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757047248;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757047248;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:41:23','2025-09-05 04:41:23',0,NULL),
(326333,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:43:23','2025-09-05 04:43:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757047403;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757047403;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:43:37','2025-09-05 04:43:37',0,NULL),
(326334,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:45:37','2025-09-05 04:45:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757047537;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757047537;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:46:26','2025-09-05 04:46:26',0,NULL),
(326335,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:48:26','2025-09-05 04:48:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757047706;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757047706;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:48:31','2025-09-05 04:48:31',0,NULL),
(326336,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:50:31','2025-09-05 04:50:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757047831;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757047831;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:51:33','2025-09-05 04:51:33',0,NULL),
(326337,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:53:33','2025-09-05 04:53:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757048013;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757048013;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:54:32','2025-09-05 04:54:32',0,NULL),
(326338,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:56:32','2025-09-05 04:56:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757048192;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757048192;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:57:27','2025-09-05 04:57:27',0,NULL),
(326339,'mailpoet/cron/daemon-trigger','complete','2025-09-05 04:59:27','2025-09-05 04:59:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757048367;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757048367;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 04:59:39','2025-09-05 04:59:39',0,NULL),
(326340,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:01:39','2025-09-05 05:01:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757048499;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757048499;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:02:01','2025-09-05 05:02:01',0,NULL),
(326341,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:04:01','2025-09-05 05:04:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757048641;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757048641;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:04:27','2025-09-05 05:04:27',0,NULL),
(326342,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:06:27','2025-09-05 05:06:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757048787;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757048787;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:07:25','2025-09-05 05:07:25',0,NULL),
(326343,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:09:25','2025-09-05 05:09:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757048965;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757048965;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:10:28','2025-09-05 05:10:28',0,NULL),
(326344,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:12:28','2025-09-05 05:12:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757049148;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757049148;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:12:32','2025-09-05 05:12:32',0,NULL),
(326345,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:14:32','2025-09-05 05:14:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757049272;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757049272;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:15:27','2025-09-05 05:15:27',0,NULL),
(326346,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:17:27','2025-09-05 05:17:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757049447;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757049447;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:17:28','2025-09-05 05:17:28',0,NULL),
(326347,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:19:28','2025-09-05 05:19:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757049568;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757049568;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:20:24','2025-09-05 05:20:24',0,NULL),
(326348,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:22:24','2025-09-05 05:22:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757049744;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757049744;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:22:25','2025-09-05 05:22:25',0,NULL),
(326349,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:24:25','2025-09-05 05:24:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757049865;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757049865;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:24:29','2025-09-05 05:24:29',0,NULL),
(326350,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:26:29','2025-09-05 05:26:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757049989;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757049989;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:27:44','2025-09-05 05:27:44',0,NULL),
(326351,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:29:44','2025-09-05 05:29:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757050184;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757050184;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:30:33','2025-09-05 05:30:33',0,NULL),
(326352,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:32:33','2025-09-05 05:32:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757050353;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757050353;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:33:35','2025-09-05 05:33:35',0,NULL),
(326353,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:35:35','2025-09-05 05:35:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757050535;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757050535;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:36:32','2025-09-05 05:36:32',0,NULL),
(326354,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:38:32','2025-09-05 05:38:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757050712;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757050712;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:39:40','2025-09-05 05:39:40',0,NULL),
(326355,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:41:40','2025-09-05 05:41:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757050900;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757050900;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:42:34','2025-09-05 05:42:34',0,NULL),
(326356,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:44:34','2025-09-05 05:44:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757051074;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757051074;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:45:24','2025-09-05 05:45:24',0,NULL),
(326357,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:47:24','2025-09-05 05:47:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757051244;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757051244;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:47:27','2025-09-05 05:47:27',0,NULL),
(326358,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:49:27','2025-09-05 05:49:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757051367;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757051367;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:50:33','2025-09-05 05:50:33',0,NULL),
(326359,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:52:33','2025-09-05 05:52:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757051553;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757051553;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:53:26','2025-09-05 05:53:26',0,NULL),
(326360,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:55:26','2025-09-05 05:55:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757051726;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757051726;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:56:27','2025-09-05 05:56:27',0,NULL),
(326361,'mailpoet/cron/daemon-trigger','complete','2025-09-05 05:58:27','2025-09-05 05:58:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757051907;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757051907;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 05:58:27','2025-09-05 05:58:27',0,NULL),
(326362,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:00:27','2025-09-05 06:00:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757052027;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757052027;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:00:31','2025-09-05 06:00:31',0,NULL),
(326363,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:02:31','2025-09-05 06:02:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757052151;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757052151;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:03:27','2025-09-05 06:03:27',0,NULL),
(326364,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:05:27','2025-09-05 06:05:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757052327;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757052327;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:06:32','2025-09-05 06:06:32',0,NULL),
(326365,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:08:32','2025-09-05 06:08:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757052512;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757052512;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:09:33','2025-09-05 06:09:33',0,NULL),
(326366,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:11:33','2025-09-05 06:11:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757052693;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757052693;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:11:33','2025-09-05 06:11:33',0,NULL),
(326367,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:13:33','2025-09-05 06:13:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757052813;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757052813;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:14:28','2025-09-05 06:14:28',0,NULL),
(326368,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:16:28','2025-09-05 06:16:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757052988;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757052988;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:17:24','2025-09-05 06:17:24',0,NULL),
(326369,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:19:24','2025-09-05 06:19:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757053164;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757053164;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:19:28','2025-09-05 06:19:28',0,NULL),
(326370,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:21:28','2025-09-05 06:21:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757053288;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757053288;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:22:37','2025-09-05 06:22:37',0,NULL),
(326371,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:24:37','2025-09-05 06:24:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757053477;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757053477;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:25:23','2025-09-05 06:25:23',0,NULL),
(326372,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:27:23','2025-09-05 06:27:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757053643;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757053643;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:27:31','2025-09-05 06:27:31',0,NULL),
(326373,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:29:31','2025-09-05 06:29:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757053771;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757053771;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:29:33','2025-09-05 06:29:33',0,NULL),
(326374,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:31:33','2025-09-05 06:31:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757053893;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757053893;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:32:32','2025-09-05 06:32:32',0,NULL),
(326375,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:34:32','2025-09-05 06:34:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757054072;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757054072;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:35:22','2025-09-05 06:35:22',0,NULL),
(326376,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:37:22','2025-09-05 06:37:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757054242;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757054242;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:37:27','2025-09-05 06:37:27',0,NULL),
(326377,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:39:27','2025-09-05 06:39:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757054367;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757054367;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:39:32','2025-09-05 06:39:32',0,NULL),
(326378,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:41:32','2025-09-05 06:41:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757054492;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757054492;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:42:29','2025-09-05 06:42:29',0,NULL),
(326379,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:44:29','2025-09-05 06:44:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757054669;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757054669;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:45:31','2025-09-05 06:45:31',0,NULL),
(326380,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:47:31','2025-09-05 06:47:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757054851;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757054851;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:47:31','2025-09-05 06:47:31',0,NULL),
(326381,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:49:31','2025-09-05 06:49:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757054971;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757054971;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:50:27','2025-09-05 06:50:27',0,NULL),
(326382,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:52:27','2025-09-05 06:52:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757055147;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757055147;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:52:28','2025-09-05 06:52:28',0,NULL),
(326383,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:54:28','2025-09-05 06:54:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757055268;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757055268;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:54:29','2025-09-05 06:54:29',0,NULL),
(326384,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:56:29','2025-09-05 06:56:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757055389;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757055389;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:57:24','2025-09-05 06:57:24',0,NULL),
(326385,'mailpoet/cron/daemon-trigger','complete','2025-09-05 06:59:24','2025-09-05 06:59:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757055564;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757055564;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 06:59:26','2025-09-05 06:59:26',0,NULL),
(326386,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:01:26','2025-09-05 07:01:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757055686;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757055686;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:02:28','2025-09-05 07:02:28',0,NULL),
(326387,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:04:28','2025-09-05 07:04:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757055868;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757055868;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:04:28','2025-09-05 07:04:28',0,NULL),
(326388,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:06:28','2025-09-05 07:06:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757055988;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757055988;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:06:30','2025-09-05 07:06:30',0,NULL),
(326389,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:08:30','2025-09-05 07:08:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757056110;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757056110;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:08:36','2025-09-05 07:08:36',0,NULL),
(326390,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:10:36','2025-09-05 07:10:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757056236;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757056236;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:11:28','2025-09-05 07:11:28',0,NULL),
(326391,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:13:28','2025-09-05 07:13:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757056408;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757056408;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:14:30','2025-09-05 07:14:30',0,NULL),
(326392,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:16:30','2025-09-05 07:16:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757056590;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757056590;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:16:32','2025-09-05 07:16:32',0,NULL),
(326393,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:18:32','2025-09-05 07:18:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757056712;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757056712;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:19:32','2025-09-05 07:19:32',0,NULL),
(326394,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:21:32','2025-09-05 07:21:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757056892;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757056892;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:21:34','2025-09-05 07:21:34',0,NULL),
(326395,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:23:34','2025-09-05 07:23:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757057014;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757057014;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:24:30','2025-09-05 07:24:30',0,NULL),
(326396,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:26:30','2025-09-05 07:26:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757057190;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757057190;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:26:38','2025-09-05 07:26:38',0,NULL),
(326397,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:28:38','2025-09-05 07:28:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757057318;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757057318;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:29:28','2025-09-05 07:29:28',0,NULL),
(326398,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:31:28','2025-09-05 07:31:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757057488;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757057488;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:32:23','2025-09-05 07:32:23',0,NULL),
(326399,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:34:23','2025-09-05 07:34:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757057663;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757057663;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:34:26','2025-09-05 07:34:26',0,NULL),
(326400,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:36:26','2025-09-05 07:36:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757057786;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757057786;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:36:30','2025-09-05 07:36:30',0,NULL),
(326401,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:38:30','2025-09-05 07:38:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757057910;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757057910;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:38:30','2025-09-05 07:38:30',0,NULL),
(326402,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:40:30','2025-09-05 07:40:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757058030;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757058030;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:41:31','2025-09-05 07:41:31',0,NULL),
(326403,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:43:31','2025-09-05 07:43:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757058211;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757058211;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:43:33','2025-09-05 07:43:33',0,NULL),
(326404,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:45:33','2025-09-05 07:45:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757058333;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757058333;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:45:35','2025-09-05 07:45:35',0,NULL),
(326405,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:47:35','2025-09-05 07:47:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757058455;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757058455;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:48:36','2025-09-05 07:48:36',0,NULL),
(326406,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:50:36','2025-09-05 07:50:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757058636;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757058636;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:51:27','2025-09-05 07:51:27',0,NULL),
(326407,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:53:27','2025-09-05 07:53:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757058807;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757058807;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:53:31','2025-09-05 07:53:31',0,NULL),
(326408,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:55:31','2025-09-05 07:55:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757058931;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757058931;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:56:37','2025-09-05 07:56:37',0,NULL),
(326409,'mailpoet/cron/daemon-trigger','complete','2025-09-05 07:58:37','2025-09-05 07:58:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757059117;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757059117;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 07:59:32','2025-09-05 07:59:32',0,NULL),
(326410,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:01:32','2025-09-05 08:01:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757059292;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757059292;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:02:34','2025-09-05 08:02:34',0,NULL),
(326411,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:04:34','2025-09-05 08:04:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757059474;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757059474;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:05:28','2025-09-05 08:05:28',0,NULL),
(326412,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:07:28','2025-09-05 08:07:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757059648;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757059648;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:08:17','2025-09-05 08:08:17',0,NULL),
(326413,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:10:17','2025-09-05 08:10:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757059817;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757059817;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:10:27','2025-09-05 08:10:27',0,NULL),
(326414,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:12:27','2025-09-05 08:12:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757059947;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757059947;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:12:28','2025-09-05 08:12:28',0,NULL),
(326415,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:14:28','2025-09-05 08:14:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757060068;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757060068;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:15:32','2025-09-05 08:15:32',0,NULL),
(326416,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:17:32','2025-09-05 08:17:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757060252;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757060252;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:19:29','2025-09-05 08:19:29',0,NULL),
(326417,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:21:30','2025-09-05 08:21:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757060490;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757060490;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:22:31','2025-09-05 08:22:31',0,NULL),
(326418,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:24:31','2025-09-05 08:24:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757060671;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757060671;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:25:23','2025-09-05 08:25:23',0,NULL),
(326419,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:27:23','2025-09-05 08:27:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757060843;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757060843;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:27:26','2025-09-05 08:27:26',0,NULL),
(326420,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:29:26','2025-09-05 08:29:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757060966;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757060966;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:29:33','2025-09-05 08:29:33',0,NULL),
(326421,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:31:33','2025-09-05 08:31:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757061093;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757061093;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:31:34','2025-09-05 08:31:34',0,NULL),
(326422,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:33:35','2025-09-05 08:33:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757061215;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757061215;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:34:31','2025-09-05 08:34:31',0,NULL),
(326423,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:36:31','2025-09-05 08:36:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757061391;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757061391;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:37:23','2025-09-05 08:37:23',0,NULL),
(326424,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:39:23','2025-09-05 08:39:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757061563;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757061563;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:39:28','2025-09-05 08:39:28',0,NULL),
(326425,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:41:28','2025-09-05 08:41:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757061688;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757061688;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:41:28','2025-09-05 08:41:28',0,NULL),
(326426,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:43:28','2025-09-05 08:43:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757061808;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757061808;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:43:33','2025-09-05 08:43:33',0,NULL),
(326427,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:45:33','2025-09-05 08:45:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757061933;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757061933;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:46:28','2025-09-05 08:46:28',0,NULL),
(326428,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:48:28','2025-09-05 08:48:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757062108;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757062108;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:49:30','2025-09-05 08:49:30',0,NULL),
(326429,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:51:30','2025-09-05 08:51:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757062290;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757062290;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:52:27','2025-09-05 08:52:27',0,NULL),
(326430,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:54:27','2025-09-05 08:54:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757062467;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757062467;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:55:32','2025-09-05 08:55:32',0,NULL),
(326431,'mailpoet/cron/daemon-trigger','complete','2025-09-05 08:57:32','2025-09-05 08:57:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757062652;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757062652;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 08:59:36','2025-09-05 08:59:36',0,NULL),
(326432,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:01:37','2025-09-05 09:01:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757062897;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757062897;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:02:27','2025-09-05 09:02:27',0,NULL),
(326433,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:04:27','2025-09-05 09:04:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757063067;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757063067;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:05:29','2025-09-05 09:05:29',0,NULL),
(326434,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:07:29','2025-09-05 09:07:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757063249;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757063249;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:08:30','2025-09-05 09:08:30',0,NULL),
(326435,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:10:30','2025-09-05 09:10:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757063430;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757063430;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:11:23','2025-09-05 09:11:23',0,NULL),
(326436,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:13:23','2025-09-05 09:13:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757063603;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757063603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:13:35','2025-09-05 09:13:35',0,NULL),
(326437,'mailpoet/cron/daemon-run','complete','2025-09-05 09:13:30','2025-09-05 09:13:30',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757063610;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757063610;}',7,1,'2025-09-05 09:13:40','2025-09-05 09:13:40',0,NULL),
(326438,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:15:35','2025-09-05 09:15:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757063735;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757063735;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:16:33','2025-09-05 09:16:33',0,NULL),
(326439,'mailpoet/cron/daemon-run','complete','2025-09-05 09:16:28','2025-09-05 09:16:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757063788;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757063788;}',7,1,'2025-09-05 09:16:38','2025-09-05 09:16:38',0,NULL),
(326440,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:18:33','2025-09-05 09:18:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757063913;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757063913;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:19:23','2025-09-05 09:19:23',0,NULL),
(326441,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:21:23','2025-09-05 09:21:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757064083;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757064083;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:21:24','2025-09-05 09:21:24',0,NULL),
(326442,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:23:24','2025-09-05 09:23:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757064204;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757064204;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:24:29','2025-09-05 09:24:29',0,NULL),
(326443,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:26:29','2025-09-05 09:26:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757064389;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757064389;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:27:23','2025-09-05 09:27:23',0,NULL),
(326444,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:29:23','2025-09-05 09:29:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757064563;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757064563;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:29:24','2025-09-05 09:29:24',0,NULL),
(326445,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:31:24','2025-09-05 09:31:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757064684;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757064684;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:31:31','2025-09-05 09:31:31',0,NULL),
(326446,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:33:31','2025-09-05 09:33:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757064811;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757064811;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:34:31','2025-09-05 09:34:31',0,NULL),
(326447,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:36:31','2025-09-05 09:36:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757064991;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757064991;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:37:25','2025-09-05 09:37:25',0,NULL),
(326448,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:39:25','2025-09-05 09:39:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757065165;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757065165;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:39:28','2025-09-05 09:39:28',0,NULL),
(326449,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:41:28','2025-09-05 09:41:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757065288;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757065288;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:42:23','2025-09-05 09:42:23',0,NULL),
(326450,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:44:23','2025-09-05 09:44:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757065463;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757065463;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:45:31','2025-09-05 09:45:31',0,NULL),
(326451,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:47:31','2025-09-05 09:47:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757065651;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757065651;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:47:36','2025-09-05 09:47:36',0,NULL),
(326452,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:49:36','2025-09-05 09:49:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757065776;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757065776;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:50:33','2025-09-05 09:50:33',0,NULL),
(326453,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:52:33','2025-09-05 09:52:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757065953;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757065953;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:53:23','2025-09-05 09:53:23',0,NULL),
(326454,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:55:23','2025-09-05 09:55:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757066123;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757066123;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:55:31','2025-09-05 09:55:31',0,NULL),
(326455,'mailpoet/cron/daemon-run','complete','2025-09-05 09:55:26','2025-09-05 09:55:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757066126;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757066126;}',7,1,'2025-09-05 09:55:37','2025-09-05 09:55:37',0,NULL),
(326456,'mailpoet/cron/daemon-trigger','complete','2025-09-05 09:57:31','2025-09-05 09:57:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757066251;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757066251;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 09:58:27','2025-09-05 09:58:27',0,NULL),
(326457,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:00:27','2025-09-05 10:00:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757066427;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757066427;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:02:11','2025-09-05 10:02:11',0,NULL),
(326458,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:04:11','2025-09-05 10:04:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757066651;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757066651;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:04:28','2025-09-05 10:04:28',0,NULL),
(326459,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:06:28','2025-09-05 10:06:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757066788;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757066788;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:06:28','2025-09-05 10:06:28',0,NULL),
(326460,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:08:28','2025-09-05 10:08:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757066908;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757066908;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:09:25','2025-09-05 10:09:25',0,NULL),
(326461,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:11:25','2025-09-05 10:11:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757067085;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757067085;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:11:28','2025-09-05 10:11:28',0,NULL),
(326462,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:13:28','2025-09-05 10:13:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757067208;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757067208;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:13:28','2025-09-05 10:13:28',0,NULL),
(326463,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:15:28','2025-09-05 10:15:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757067328;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757067328;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:16:22','2025-09-05 10:16:22',0,NULL),
(326464,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:18:22','2025-09-05 10:18:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757067502;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757067502;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:18:35','2025-09-05 10:18:35',0,NULL),
(326465,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:20:35','2025-09-05 10:20:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757067635;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757067635;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:21:25','2025-09-05 10:21:25',0,NULL),
(326466,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:23:25','2025-09-05 10:23:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757067805;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757067805;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:23:29','2025-09-05 10:23:29',0,NULL),
(326467,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:25:29','2025-09-05 10:25:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757067929;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757067929;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:26:25','2025-09-05 10:26:25',0,NULL),
(326468,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:28:25','2025-09-05 10:28:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757068105;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757068105;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:28:30','2025-09-05 10:28:30',0,NULL),
(326469,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:30:30','2025-09-05 10:30:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757068230;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757068230;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:31:28','2025-09-05 10:31:28',0,NULL),
(326470,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:33:28','2025-09-05 10:33:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757068408;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757068408;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:34:29','2025-09-05 10:34:29',0,NULL),
(326471,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:36:29','2025-09-05 10:36:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757068589;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757068589;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:36:31','2025-09-05 10:36:31',0,NULL),
(326472,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:38:31','2025-09-05 10:38:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757068711;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757068711;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:39:26','2025-09-05 10:39:26',0,NULL),
(326473,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:41:26','2025-09-05 10:41:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757068886;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757068886;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:41:32','2025-09-05 10:41:32',0,NULL),
(326474,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:43:32','2025-09-05 10:43:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757069012;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757069012;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:44:25','2025-09-05 10:44:25',0,NULL),
(326475,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:46:25','2025-09-05 10:46:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757069185;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757069185;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:46:28','2025-09-05 10:46:28',0,NULL),
(326476,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:48:28','2025-09-05 10:48:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757069308;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757069308;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:48:31','2025-09-05 10:48:31',0,NULL),
(326477,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:50:31','2025-09-05 10:50:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757069431;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757069431;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:51:25','2025-09-05 10:51:25',0,NULL),
(326478,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:53:25','2025-09-05 10:53:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757069605;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757069605;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:53:26','2025-09-05 10:53:26',0,NULL),
(326479,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:55:26','2025-09-05 10:55:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757069726;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757069726;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:55:26','2025-09-05 10:55:26',0,NULL),
(326480,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:57:26','2025-09-05 10:57:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757069846;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757069846;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:57:28','2025-09-05 10:57:28',0,NULL),
(326481,'mailpoet/cron/daemon-trigger','complete','2025-09-05 10:59:28','2025-09-05 10:59:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757069968;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757069968;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 10:59:28','2025-09-05 10:59:28',0,NULL),
(326482,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:01:28','2025-09-05 11:01:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757070088;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757070088;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:02:26','2025-09-05 11:02:26',0,NULL),
(326483,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:04:26','2025-09-05 11:04:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757070266;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757070266;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:04:41','2025-09-05 11:04:41',0,NULL),
(326484,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:06:41','2025-09-05 11:06:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757070401;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757070401;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:07:28','2025-09-05 11:07:28',0,NULL),
(326485,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:09:28','2025-09-05 11:09:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757070568;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757070568;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:09:29','2025-09-05 11:09:29',0,NULL),
(326486,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:11:29','2025-09-05 11:11:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757070689;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757070689;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:11:32','2025-09-05 11:11:32',0,NULL),
(326487,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:13:32','2025-09-05 11:13:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757070812;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757070812;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:14:23','2025-09-05 11:14:23',0,NULL),
(326488,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:16:23','2025-09-05 11:16:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757070983;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757070983;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:16:26','2025-09-05 11:16:26',0,NULL),
(326489,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:18:26','2025-09-05 11:18:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757071106;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757071106;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:18:30','2025-09-05 11:18:30',0,NULL),
(326490,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:20:30','2025-09-05 11:20:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757071230;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757071230;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:21:26','2025-09-05 11:21:26',0,NULL),
(326491,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:23:26','2025-09-05 11:23:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757071406;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757071406;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:23:28','2025-09-05 11:23:28',0,NULL),
(326492,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:25:28','2025-09-05 11:25:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757071528;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757071528;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:25:28','2025-09-05 11:25:28',0,NULL),
(326493,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:27:28','2025-09-05 11:27:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757071648;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757071648;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:27:29','2025-09-05 11:27:29',0,NULL),
(326494,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:29:29','2025-09-05 11:29:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757071769;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757071769;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:30:31','2025-09-05 11:30:31',0,NULL),
(326495,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:32:31','2025-09-05 11:32:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757071951;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757071951;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:33:28','2025-09-05 11:33:28',0,NULL),
(326496,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:35:28','2025-09-05 11:35:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757072128;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757072128;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:36:23','2025-09-05 11:36:23',0,NULL),
(326497,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:38:23','2025-09-05 11:38:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757072303;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757072303;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:38:26','2025-09-05 11:38:26',0,NULL),
(326498,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:40:26','2025-09-05 11:40:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757072426;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757072426;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:40:31','2025-09-05 11:40:31',0,NULL),
(326499,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:42:31','2025-09-05 11:42:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757072551;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757072551;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:43:28','2025-09-05 11:43:28',0,NULL),
(326500,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:45:28','2025-09-05 11:45:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757072728;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757072728;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:46:23','2025-09-05 11:46:23',0,NULL),
(326501,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:48:23','2025-09-05 11:48:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757072903;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757072903;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:48:24','2025-09-05 11:48:24',0,NULL),
(326502,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:50:24','2025-09-05 11:50:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757073024;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757073024;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:50:30','2025-09-05 11:50:30',0,NULL),
(326503,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:52:30','2025-09-05 11:52:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757073150;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757073150;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:53:25','2025-09-05 11:53:25',0,NULL),
(326504,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:55:25','2025-09-05 11:55:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757073325;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757073325;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:55:27','2025-09-05 11:55:27',0,NULL),
(326505,'mailpoet/cron/daemon-trigger','complete','2025-09-05 11:57:27','2025-09-05 11:57:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757073447;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757073447;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 11:58:26','2025-09-05 11:58:26',0,NULL),
(326506,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:00:26','2025-09-05 12:00:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757073626;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757073626;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:00:28','2025-09-05 12:00:28',0,NULL),
(326507,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:02:28','2025-09-05 12:02:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757073748;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757073748;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:03:27','2025-09-05 12:03:27',0,NULL),
(326508,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:05:27','2025-09-05 12:05:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757073927;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757073927;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:06:26','2025-09-05 12:06:26',0,NULL),
(326509,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:08:26','2025-09-05 12:08:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757074106;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757074106;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:09:54','2025-09-05 12:09:54',0,NULL),
(326510,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:11:54','2025-09-05 12:11:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757074314;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757074314;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:12:31','2025-09-05 12:12:31',0,NULL),
(326511,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:14:31','2025-09-05 12:14:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757074471;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757074471;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:15:30','2025-09-05 12:15:30',0,NULL),
(326512,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:17:31','2025-09-05 12:17:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757074651;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757074651;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:18:26','2025-09-05 12:18:26',0,NULL),
(326513,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:20:26','2025-09-05 12:20:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757074826;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757074826;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:21:28','2025-09-05 12:21:28',0,NULL),
(326514,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:23:28','2025-09-05 12:23:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757075008;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757075008;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:24:27','2025-09-05 12:24:27',0,NULL),
(326515,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:26:27','2025-09-05 12:26:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757075187;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757075187;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:27:23','2025-09-05 12:27:23',0,NULL),
(326516,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:29:23','2025-09-05 12:29:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757075363;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757075363;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:29:27','2025-09-05 12:29:27',0,NULL),
(326517,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:31:27','2025-09-05 12:31:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757075487;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757075487;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:32:29','2025-09-05 12:32:29',0,NULL),
(326518,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:34:29','2025-09-05 12:34:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757075669;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757075669;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:35:25','2025-09-05 12:35:25',0,NULL),
(326519,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:37:25','2025-09-05 12:37:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757075845;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757075845;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:38:27','2025-09-05 12:38:27',0,NULL),
(326520,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:40:27','2025-09-05 12:40:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757076027;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757076027;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:41:28','2025-09-05 12:41:28',0,NULL),
(326521,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:43:28','2025-09-05 12:43:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757076208;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757076208;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:43:31','2025-09-05 12:43:31',0,NULL),
(326522,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:45:31','2025-09-05 12:45:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757076331;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757076331;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:46:30','2025-09-05 12:46:30',0,NULL),
(326523,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:48:30','2025-09-05 12:48:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757076510;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757076510;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:49:25','2025-09-05 12:49:25',0,NULL),
(326524,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:51:25','2025-09-05 12:51:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757076685;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757076685;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:52:23','2025-09-05 12:52:23',0,NULL),
(326525,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:54:23','2025-09-05 12:54:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757076863;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757076863;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:54:29','2025-09-05 12:54:29',0,NULL),
(326526,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:56:29','2025-09-05 12:56:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757076989;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757076989;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:57:22','2025-09-05 12:57:22',0,NULL),
(326527,'mailpoet/cron/daemon-trigger','complete','2025-09-05 12:59:22','2025-09-05 12:59:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757077162;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757077162;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 12:59:25','2025-09-05 12:59:25',0,NULL),
(326528,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:01:25','2025-09-05 13:01:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757077285;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757077285;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:01:43','2025-09-05 13:01:43',0,NULL),
(326529,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:03:43','2025-09-05 13:03:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757077423;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757077423;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:04:32','2025-09-05 13:04:32',0,NULL),
(326530,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:06:32','2025-09-05 13:06:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757077592;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757077592;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:07:26','2025-09-05 13:07:26',0,NULL),
(326531,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:09:26','2025-09-05 13:09:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757077766;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757077766;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:10:28','2025-09-05 13:10:28',0,NULL),
(326532,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:12:28','2025-09-05 13:12:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757077948;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757077948;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:13:26','2025-09-05 13:13:26',0,NULL),
(326533,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:15:26','2025-09-05 13:15:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757078126;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757078126;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:16:23','2025-09-05 13:16:23',0,NULL),
(326534,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:18:23','2025-09-05 13:18:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757078303;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757078303;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:18:24','2025-09-05 13:18:24',0,NULL),
(326535,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:20:24','2025-09-05 13:20:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757078424;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757078424;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:21:26','2025-09-05 13:21:26',0,NULL),
(326536,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:23:26','2025-09-05 13:23:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757078606;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757078606;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:24:22','2025-09-05 13:24:22',0,NULL),
(326537,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:26:22','2025-09-05 13:26:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757078782;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757078782;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:26:27','2025-09-05 13:26:27',0,NULL),
(326538,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:28:27','2025-09-05 13:28:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757078907;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757078907;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:29:25','2025-09-05 13:29:25',0,NULL),
(326539,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:31:25','2025-09-05 13:31:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757079085;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757079085;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:31:27','2025-09-05 13:31:27',0,NULL),
(326540,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:33:27','2025-09-05 13:33:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757079207;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757079207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:34:30','2025-09-05 13:34:30',0,NULL),
(326541,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:36:30','2025-09-05 13:36:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757079390;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757079390;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:37:24','2025-09-05 13:37:24',0,NULL),
(326542,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:39:24','2025-09-05 13:39:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757079564;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757079564;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:39:29','2025-09-05 13:39:29',0,NULL),
(326543,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:41:29','2025-09-05 13:41:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757079689;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757079689;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:42:27','2025-09-05 13:42:27',0,NULL),
(326544,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:44:27','2025-09-05 13:44:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757079867;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757079867;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:46:23','2025-09-05 13:46:23',0,NULL),
(326545,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:48:23','2025-09-05 13:48:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757080103;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757080103;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:48:23','2025-09-05 13:48:23',0,NULL),
(326546,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:50:23','2025-09-05 13:50:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757080223;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757080223;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:50:34','2025-09-05 13:50:34',0,NULL),
(326547,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:52:34','2025-09-05 13:52:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757080354;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757080354;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:53:26','2025-09-05 13:53:26',0,NULL),
(326548,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:55:26','2025-09-05 13:55:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757080526;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757080526;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:55:26','2025-09-05 13:55:26',0,NULL),
(326549,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:57:26','2025-09-05 13:57:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757080646;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757080646;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 13:57:35','2025-09-05 13:57:35',0,NULL),
(326550,'mailpoet/cron/daemon-trigger','complete','2025-09-05 13:59:35','2025-09-05 13:59:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757080775;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757080775;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:00:28','2025-09-05 14:00:28',0,NULL),
(326551,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:02:28','2025-09-05 14:02:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757080948;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757080948;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:03:39','2025-09-05 14:03:39',0,NULL),
(326552,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:05:39','2025-09-05 14:05:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757081139;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757081139;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:06:25','2025-09-05 14:06:25',0,NULL),
(326553,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:08:25','2025-09-05 14:08:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757081305;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757081305;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:08:34','2025-09-05 14:08:34',0,NULL),
(326554,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:10:34','2025-09-05 14:10:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757081434;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757081434;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:11:29','2025-09-05 14:11:29',0,NULL),
(326555,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:13:29','2025-09-05 14:13:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757081609;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757081609;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:14:24','2025-09-05 14:14:24',0,NULL),
(326556,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:16:24','2025-09-05 14:16:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757081784;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757081784;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:16:24','2025-09-05 14:16:24',0,NULL),
(326557,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:18:24','2025-09-05 14:18:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757081904;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757081904;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:18:26','2025-09-05 14:18:26',0,NULL),
(326558,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:20:26','2025-09-05 14:20:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757082026;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757082026;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:21:27','2025-09-05 14:21:27',0,NULL),
(326559,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:23:27','2025-09-05 14:23:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757082207;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757082207;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:24:24','2025-09-05 14:24:24',0,NULL),
(326560,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:26:24','2025-09-05 14:26:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757082384;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757082384;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:26:30','2025-09-05 14:26:30',0,NULL),
(326561,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:28:30','2025-09-05 14:28:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757082510;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757082510;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:29:24','2025-09-05 14:29:24',0,NULL),
(326562,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:31:24','2025-09-05 14:31:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757082684;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757082684;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:31:26','2025-09-05 14:31:26',0,NULL),
(326563,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:33:26','2025-09-05 14:33:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757082806;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757082806;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:34:28','2025-09-05 14:34:28',0,NULL),
(326564,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:36:28','2025-09-05 14:36:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757082988;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757082988;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:37:25','2025-09-05 14:37:25',0,NULL),
(326565,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:39:25','2025-09-05 14:39:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757083165;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757083165;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:40:22','2025-09-05 14:40:22',0,NULL),
(326566,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:42:22','2025-09-05 14:42:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757083342;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757083342;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:42:28','2025-09-05 14:42:28',0,NULL),
(326567,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:44:28','2025-09-05 14:44:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757083468;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757083468;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:45:35','2025-09-05 14:45:35',0,NULL),
(326568,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:47:35','2025-09-05 14:47:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757083655;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757083655;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:48:25','2025-09-05 14:48:25',0,NULL),
(326569,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:50:25','2025-09-05 14:50:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757083825;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757083825;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:51:30','2025-09-05 14:51:30',0,NULL),
(326570,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:53:30','2025-09-05 14:53:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757084010;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757084010;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:53:30','2025-09-05 14:53:30',0,NULL),
(326571,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:55:30','2025-09-05 14:55:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757084130;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757084130;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:55:31','2025-09-05 14:55:31',0,NULL),
(326572,'mailpoet/cron/daemon-trigger','complete','2025-09-05 14:57:31','2025-09-05 14:57:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757084251;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757084251;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 14:58:24','2025-09-05 14:58:24',0,NULL),
(326573,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:00:24','2025-09-05 15:00:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757084424;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757084424;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:00:26','2025-09-05 15:00:26',0,NULL),
(326574,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:02:26','2025-09-05 15:02:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757084546;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757084546;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:02:27','2025-09-05 15:02:27',0,NULL),
(326575,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:04:27','2025-09-05 15:04:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757084667;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757084667;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:05:28','2025-09-05 15:05:28',0,NULL),
(326576,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:07:28','2025-09-05 15:07:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757084848;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757084848;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:08:23','2025-09-05 15:08:23',0,NULL),
(326577,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:10:23','2025-09-05 15:10:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757085023;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757085023;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:10:26','2025-09-05 15:10:26',0,NULL),
(326578,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:12:26','2025-09-05 15:12:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757085146;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757085146;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:13:29','2025-09-05 15:13:29',0,NULL),
(326579,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:15:29','2025-09-05 15:15:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757085329;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757085329;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:15:30','2025-09-05 15:15:30',0,NULL),
(326580,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:17:30','2025-09-05 15:17:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757085450;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757085450;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:18:28','2025-09-05 15:18:28',0,NULL),
(326581,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:20:28','2025-09-05 15:20:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757085628;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757085628;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:21:23','2025-09-05 15:21:23',0,NULL),
(326582,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:23:23','2025-09-05 15:23:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757085803;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757085803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:23:23','2025-09-05 15:23:23',0,NULL),
(326583,'woocommerce_refresh_order_count_cache','complete','2025-09-06 03:21:23','2025-09-06 03:21:23',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757128883;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757128883;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-09-06 03:21:59','2025-09-06 03:21:59',0,NULL),
(326584,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:25:23','2025-09-05 15:25:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757085923;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757085923;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:25:23','2025-09-05 15:25:23',0,NULL),
(326585,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:27:23','2025-09-05 15:27:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757086043;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757086043;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:27:42','2025-09-05 15:27:42',0,NULL),
(326586,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:29:42','2025-09-05 15:29:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757086182;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757086182;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:30:27','2025-09-05 15:30:27',0,NULL),
(326587,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:32:27','2025-09-05 15:32:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757086347;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757086347;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:33:22','2025-09-05 15:33:22',0,NULL),
(326588,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:35:22','2025-09-05 15:35:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757086522;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757086522;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:35:25','2025-09-05 15:35:25',0,NULL),
(326589,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:37:25','2025-09-05 15:37:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757086645;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757086645;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:37:28','2025-09-05 15:37:28',0,NULL),
(326590,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:39:28','2025-09-05 15:39:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757086768;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757086768;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:40:26','2025-09-05 15:40:26',0,NULL),
(326591,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:42:26','2025-09-05 15:42:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757086946;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757086946;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:42:49','2025-09-05 15:42:49',0,NULL),
(326592,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:44:49','2025-09-05 15:44:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757087089;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757087089;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:45:27','2025-09-05 15:45:27',0,NULL),
(326593,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:47:27','2025-09-05 15:47:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757087247;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757087247;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:47:29','2025-09-05 15:47:29',0,NULL),
(326594,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:49:29','2025-09-05 15:49:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757087369;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757087369;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:50:32','2025-09-05 15:50:32',0,NULL),
(326595,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:52:32','2025-09-05 15:52:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757087552;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757087552;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:53:27','2025-09-05 15:53:27',0,NULL),
(326596,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:55:27','2025-09-05 15:55:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757087727;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757087727;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:56:22','2025-09-05 15:56:22',0,NULL),
(326597,'mailpoet/cron/daemon-trigger','complete','2025-09-05 15:58:22','2025-09-05 15:58:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757087902;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757087902;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 15:58:35','2025-09-05 15:58:35',0,NULL),
(326598,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:00:35','2025-09-05 16:00:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757088035;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757088035;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:01:28','2025-09-05 16:01:28',0,NULL),
(326599,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:03:28','2025-09-05 16:03:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757088208;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757088208;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:04:23','2025-09-05 16:04:23',0,NULL),
(326600,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:06:23','2025-09-05 16:06:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757088383;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757088383;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:06:24','2025-09-05 16:06:24',0,NULL),
(326601,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:08:24','2025-09-05 16:08:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757088504;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757088504;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:09:28','2025-09-05 16:09:28',0,NULL),
(326602,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:11:28','2025-09-05 16:11:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757088688;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757088688;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:11:30','2025-09-05 16:11:30',0,NULL),
(326603,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:13:30','2025-09-05 16:13:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757088810;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757088810;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:14:23','2025-09-05 16:14:23',0,NULL),
(326604,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:16:23','2025-09-05 16:16:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757088983;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757088983;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:16:25','2025-09-05 16:16:25',0,NULL),
(326605,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:18:25','2025-09-05 16:18:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757089105;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757089105;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:18:26','2025-09-05 16:18:26',0,NULL),
(326606,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:20:26','2025-09-05 16:20:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757089226;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757089226;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:21:24','2025-09-05 16:21:24',0,NULL),
(326607,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:23:24','2025-09-05 16:23:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757089404;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757089404;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:23:26','2025-09-05 16:23:26',0,NULL),
(326608,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:25:26','2025-09-05 16:25:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757089526;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757089526;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:25:26','2025-09-05 16:25:26',0,NULL),
(326609,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:27:26','2025-09-05 16:27:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757089646;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757089646;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:27:26','2025-09-05 16:27:26',0,NULL),
(326610,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:29:26','2025-09-05 16:29:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757089766;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757089766;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:29:27','2025-09-05 16:29:27',0,NULL),
(326611,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:31:27','2025-09-05 16:31:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757089887;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757089887;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:32:29','2025-09-05 16:32:29',0,NULL),
(326612,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:34:29','2025-09-05 16:34:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757090069;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757090069;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:34:52','2025-09-05 16:34:52',0,NULL),
(326613,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:36:52','2025-09-05 16:36:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757090212;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757090212;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:38:18','2025-09-05 16:38:18',0,NULL),
(326614,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:40:18','2025-09-05 16:40:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757090418;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757090418;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:40:25','2025-09-05 16:40:25',0,NULL),
(326615,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:42:25','2025-09-05 16:42:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757090545;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757090545;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:44:36','2025-09-05 16:44:36',0,NULL),
(326616,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:46:36','2025-09-05 16:46:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757090796;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757090796;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:48:19','2025-09-05 16:48:19',0,NULL),
(326617,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:50:19','2025-09-05 16:50:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757091019;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757091019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:50:32','2025-09-05 16:50:32',0,NULL),
(326618,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:52:32','2025-09-05 16:52:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757091152;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757091152;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:52:34','2025-09-05 16:52:34',0,NULL),
(326619,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:54:34','2025-09-05 16:54:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757091274;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757091274;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:55:31','2025-09-05 16:55:31',0,NULL),
(326620,'mailpoet/cron/daemon-trigger','complete','2025-09-05 16:57:31','2025-09-05 16:57:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757091451;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757091451;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 16:58:37','2025-09-05 16:58:37',0,NULL),
(326621,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:00:37','2025-09-05 17:00:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757091637;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757091637;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:01:28','2025-09-05 17:01:28',0,NULL),
(326622,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:03:28','2025-09-05 17:03:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757091808;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757091808;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:03:30','2025-09-05 17:03:30',0,NULL),
(326623,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:05:30','2025-09-05 17:05:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757091930;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757091930;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:05:32','2025-09-05 17:05:32',0,NULL),
(326624,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:07:32','2025-09-05 17:07:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757092052;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757092052;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:08:28','2025-09-05 17:08:28',0,NULL),
(326625,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:10:28','2025-09-05 17:10:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757092228;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757092228;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:11:30','2025-09-05 17:11:30',0,NULL),
(326626,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:13:30','2025-09-05 17:13:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757092410;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757092410;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:13:31','2025-09-05 17:13:31',0,NULL),
(326627,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:15:31','2025-09-05 17:15:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757092531;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757092531;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:16:27','2025-09-05 17:16:27',0,NULL),
(326628,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:18:27','2025-09-05 17:18:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757092707;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757092707;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:18:31','2025-09-05 17:18:31',0,NULL),
(326629,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:20:31','2025-09-05 17:20:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757092831;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757092831;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:21:32','2025-09-05 17:21:32',0,NULL),
(326630,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:23:32','2025-09-05 17:23:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757093012;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757093012;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:24:25','2025-09-05 17:24:25',0,NULL),
(326631,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:26:25','2025-09-05 17:26:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757093185;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757093185;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:26:26','2025-09-05 17:26:26',0,NULL),
(326632,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:28:26','2025-09-05 17:28:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757093306;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757093306;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:29:28','2025-09-05 17:29:28',0,NULL),
(326633,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:31:28','2025-09-05 17:31:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757093488;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757093488;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:32:24','2025-09-05 17:32:24',0,NULL),
(326634,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:34:24','2025-09-05 17:34:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757093664;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757093664;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:34:31','2025-09-05 17:34:31',0,NULL),
(326635,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:36:31','2025-09-05 17:36:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757093791;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757093791;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:37:23','2025-09-05 17:37:23',0,NULL),
(326636,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:39:23','2025-09-05 17:39:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757093963;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757093963;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:39:28','2025-09-05 17:39:28',0,NULL),
(326637,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:41:28','2025-09-05 17:41:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757094088;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757094088;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:41:29','2025-09-05 17:41:29',0,NULL),
(326638,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:43:29','2025-09-05 17:43:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757094209;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757094209;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:43:32','2025-09-05 17:43:32',0,NULL),
(326639,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:45:32','2025-09-05 17:45:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757094332;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757094332;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:46:26','2025-09-05 17:46:26',0,NULL),
(326640,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:48:26','2025-09-05 17:48:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757094506;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757094506;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:49:25','2025-09-05 17:49:25',0,NULL),
(326641,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:51:25','2025-09-05 17:51:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757094685;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757094685;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:51:30','2025-09-05 17:51:30',0,NULL),
(326642,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:53:30','2025-09-05 17:53:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757094810;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757094810;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:53:30','2025-09-05 17:53:30',0,NULL),
(326643,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:55:30','2025-09-05 17:55:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757094930;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757094930;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:56:27','2025-09-05 17:56:27',0,NULL),
(326644,'mailpoet/cron/daemon-trigger','complete','2025-09-05 17:58:27','2025-09-05 17:58:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757095107;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757095107;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 17:59:22','2025-09-05 17:59:22',0,NULL),
(326645,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:01:22','2025-09-05 18:01:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757095282;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757095282;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:01:24','2025-09-05 18:01:24',0,NULL),
(326646,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:03:24','2025-09-05 18:03:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757095404;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757095404;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:03:28','2025-09-05 18:03:28',0,NULL),
(326647,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:05:28','2025-09-05 18:05:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757095528;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757095528;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:05:28','2025-09-05 18:05:28',0,NULL),
(326648,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:07:28','2025-09-05 18:07:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757095648;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757095648;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:07:30','2025-09-05 18:07:30',0,NULL),
(326649,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:09:30','2025-09-05 18:09:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757095770;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757095770;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:10:32','2025-09-05 18:10:32',0,NULL),
(326650,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:12:32','2025-09-05 18:12:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757095952;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757095952;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:13:23','2025-09-05 18:13:23',0,NULL),
(326651,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:15:23','2025-09-05 18:15:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757096123;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757096123;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:15:31','2025-09-05 18:15:31',0,NULL),
(326652,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:17:31','2025-09-05 18:17:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757096251;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757096251;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:18:25','2025-09-05 18:18:25',0,NULL),
(326653,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:20:25','2025-09-05 18:20:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757096425;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757096425;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:20:30','2025-09-05 18:20:30',0,NULL),
(326654,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:22:30','2025-09-05 18:22:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757096550;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757096550;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:23:30','2025-09-05 18:23:30',0,NULL),
(326655,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:25:30','2025-09-05 18:25:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757096730;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757096730;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:26:26','2025-09-05 18:26:26',0,NULL),
(326656,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:28:26','2025-09-05 18:28:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757096906;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757096906;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:29:25','2025-09-05 18:29:25',0,NULL),
(326657,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:31:25','2025-09-05 18:31:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757097085;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757097085;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:31:29','2025-09-05 18:31:29',0,NULL),
(326658,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:33:29','2025-09-05 18:33:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757097209;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757097209;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:34:33','2025-09-05 18:34:33',0,NULL),
(326659,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:36:33','2025-09-05 18:36:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757097393;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757097393;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:37:24','2025-09-05 18:37:24',0,NULL),
(326660,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:39:24','2025-09-05 18:39:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757097564;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757097564;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:40:25','2025-09-05 18:40:25',0,NULL),
(326661,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:42:25','2025-09-05 18:42:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757097745;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757097745;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:42:34','2025-09-05 18:42:34',0,NULL),
(326662,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:44:34','2025-09-05 18:44:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757097874;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757097874;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:45:29','2025-09-05 18:45:29',0,NULL),
(326663,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:47:29','2025-09-05 18:47:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757098049;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757098049;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:47:30','2025-09-05 18:47:30',0,NULL),
(326664,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:49:30','2025-09-05 18:49:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757098170;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757098170;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:50:32','2025-09-05 18:50:32',0,NULL),
(326665,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:52:32','2025-09-05 18:52:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757098352;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757098352;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:52:33','2025-09-05 18:52:33',0,NULL),
(326666,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:54:33','2025-09-05 18:54:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757098473;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757098473;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:55:24','2025-09-05 18:55:24',0,NULL),
(326667,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:57:24','2025-09-05 18:57:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757098644;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757098644;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:57:27','2025-09-05 18:57:27',0,NULL),
(326668,'mailpoet/cron/daemon-trigger','complete','2025-09-05 18:59:27','2025-09-05 18:59:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757098767;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757098767;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 18:59:28','2025-09-05 18:59:28',0,NULL),
(326669,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:01:28','2025-09-05 19:01:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757098888;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757098888;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:01:28','2025-09-05 19:01:28',0,NULL),
(326670,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:03:28','2025-09-05 19:03:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757099008;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757099008;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:03:29','2025-09-05 19:03:29',0,NULL),
(326671,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:05:29','2025-09-05 19:05:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757099129;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757099129;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:06:27','2025-09-05 19:06:27',0,NULL),
(326672,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:08:27','2025-09-05 19:08:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757099307;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757099307;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:09:23','2025-09-05 19:09:23',0,NULL),
(326673,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:11:23','2025-09-05 19:11:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757099483;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757099483;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:11:23','2025-09-05 19:11:23',0,NULL),
(326674,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:13:23','2025-09-05 19:13:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757099603;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757099603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:13:24','2025-09-05 19:13:24',0,NULL),
(326675,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:15:24','2025-09-05 19:15:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757099724;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757099724;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:15:24','2025-09-05 19:15:24',0,NULL),
(326676,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:17:24','2025-09-05 19:17:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757099844;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757099844;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:17:31','2025-09-05 19:17:31',0,NULL),
(326677,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:19:31','2025-09-05 19:19:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757099971;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757099971;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:19:31','2025-09-05 19:19:31',0,NULL),
(326678,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:21:31','2025-09-05 19:21:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757100091;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757100091;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:22:28','2025-09-05 19:22:28',0,NULL),
(326679,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:24:28','2025-09-05 19:24:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757100268;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757100268;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:24:28','2025-09-05 19:24:28',0,NULL),
(326680,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:26:28','2025-09-05 19:26:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757100388;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757100388;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:27:33','2025-09-05 19:27:33',0,NULL),
(326681,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:29:33','2025-09-05 19:29:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757100573;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757100573;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:30:30','2025-09-05 19:30:30',0,NULL),
(326682,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:32:30','2025-09-05 19:32:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757100750;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757100750;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:33:23','2025-09-05 19:33:23',0,NULL),
(326683,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:35:23','2025-09-05 19:35:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757100923;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757100923;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:35:23','2025-09-05 19:35:23',0,NULL),
(326684,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:37:23','2025-09-05 19:37:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757101043;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757101043;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:37:27','2025-09-05 19:37:27',0,NULL),
(326685,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:39:27','2025-09-05 19:39:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757101167;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757101167;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:39:30','2025-09-05 19:39:30',0,NULL),
(326686,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:41:30','2025-09-05 19:41:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757101290;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757101290;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:42:30','2025-09-05 19:42:30',0,NULL),
(326687,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:44:30','2025-09-05 19:44:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757101470;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757101470;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:44:30','2025-09-05 19:44:30',0,NULL),
(326688,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:46:30','2025-09-05 19:46:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757101590;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757101590;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:46:31','2025-09-05 19:46:31',0,NULL),
(326689,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:48:31','2025-09-05 19:48:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757101711;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757101711;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:49:38','2025-09-05 19:49:38',0,NULL),
(326690,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:51:38','2025-09-05 19:51:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757101898;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757101898;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:52:32','2025-09-05 19:52:32',0,NULL),
(326691,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:54:32','2025-09-05 19:54:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757102072;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757102072;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:55:26','2025-09-05 19:55:26',0,NULL),
(326692,'mailpoet/cron/daemon-trigger','complete','2025-09-05 19:57:26','2025-09-05 19:57:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757102246;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757102246;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 19:58:29','2025-09-05 19:58:29',0,NULL),
(326693,'mailpoet/cron/daemon-trigger','complete','2025-09-05 20:00:29','2025-09-05 20:00:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757102429;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757102429;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 20:01:25','2025-09-05 20:01:25',0,NULL),
(326694,'mailpoet/cron/daemon-trigger','complete','2025-09-05 20:03:25','2025-09-05 20:03:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757102605;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757102605;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 20:04:28','2025-09-05 20:04:28',0,NULL),
(326695,'mailpoet/cron/daemon-trigger','complete','2025-09-05 20:06:28','2025-09-05 20:06:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757102788;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757102788;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 20:06:32','2025-09-05 20:06:32',0,NULL),
(326696,'mailpoet/cron/daemon-trigger','complete','2025-09-05 20:08:32','2025-09-05 20:08:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757102912;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757102912;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 20:09:28','2025-09-05 20:09:28',0,NULL),
(326697,'mailpoet/cron/daemon-trigger','complete','2025-09-05 20:11:28','2025-09-05 20:11:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757103088;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757103088;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 20:11:35','2025-09-05 20:11:35',0,NULL),
(326698,'mailpoet/cron/daemon-trigger','complete','2025-09-05 20:13:35','2025-09-05 20:13:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757103215;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757103215;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 20:14:32','2025-09-05 20:14:32',0,NULL),
(326699,'mailpoet/cron/daemon-trigger','complete','2025-09-05 20:16:32','2025-09-05 20:16:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757103392;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757103392;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 20:17:27','2025-09-05 20:17:27',0,NULL),
(326700,'mailpoet/cron/daemon-trigger','complete','2025-09-05 20:19:27','2025-09-05 20:19:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757103567;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757103567;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 20:20:31','2025-09-05 20:20:31',0,NULL),
(326701,'mailpoet/cron/daemon-trigger','complete','2025-09-05 20:22:31','2025-09-05 20:22:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757103751;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757103751;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 20:41:21','2025-09-05 20:41:21',0,NULL),
(326702,'mailpoet/cron/daemon-trigger','complete','2025-09-05 20:43:21','2025-09-05 20:43:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757105001;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757105001;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 20:45:48','2025-09-05 20:45:48',0,NULL),
(326703,'mailpoet/cron/daemon-trigger','complete','2025-09-05 20:47:49','2025-09-05 20:47:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757105269;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757105269;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 21:15:04','2025-09-05 21:15:04',0,NULL),
(326704,'mailpoet/cron/daemon-trigger','complete','2025-09-05 21:17:04','2025-09-05 21:17:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757107024;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757107024;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 21:30:31','2025-09-05 21:30:31',0,NULL),
(326705,'mailpoet/cron/daemon-trigger','complete','2025-09-05 21:32:31','2025-09-05 21:32:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757107951;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757107951;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 21:41:16','2025-09-05 21:41:16',0,NULL),
(326706,'mailpoet/cron/daemon-trigger','complete','2025-09-05 21:43:16','2025-09-05 21:43:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757108596;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757108596;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 22:02:40','2025-09-05 22:02:40',0,NULL),
(326707,'mailpoet/cron/daemon-run','complete','2025-09-05 22:02:35','2025-09-05 22:02:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757109755;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757109755;}',7,1,'2025-09-05 22:02:45','2025-09-05 22:02:45',0,NULL),
(326708,'mailpoet/cron/daemon-trigger','complete','2025-09-05 22:04:40','2025-09-05 22:04:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757109880;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757109880;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 22:15:49','2025-09-05 22:15:49',0,NULL),
(326709,'mailpoet/cron/daemon-trigger','complete','2025-09-05 22:17:49','2025-09-05 22:17:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757110669;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757110669;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 22:23:47','2025-09-05 22:23:47',0,NULL),
(326710,'mailpoet/cron/daemon-trigger','complete','2025-09-05 22:25:47','2025-09-05 22:25:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757111147;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757111147;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 22:41:22','2025-09-05 22:41:22',0,NULL),
(326711,'mailpoet/cron/daemon-run','complete','2025-09-05 22:41:17','2025-09-05 22:41:17',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757112077;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757112077;}',7,1,'2025-09-05 22:41:26','2025-09-05 22:41:26',0,NULL),
(326712,'mailpoet/cron/daemon-trigger','complete','2025-09-05 22:43:22','2025-09-05 22:43:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757112202;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757112202;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 22:57:40','2025-09-05 22:57:40',0,NULL),
(326713,'mailpoet/cron/daemon-trigger','complete','2025-09-05 22:59:40','2025-09-05 22:59:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757113180;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757113180;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 23:00:29','2025-09-05 23:00:29',0,NULL),
(326714,'mailpoet/cron/daemon-trigger','complete','2025-09-05 23:02:29','2025-09-05 23:02:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757113349;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757113349;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 23:09:46','2025-09-05 23:09:46',0,NULL),
(326715,'mailpoet/cron/daemon-trigger','complete','2025-09-05 23:11:46','2025-09-05 23:11:46',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757113906;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757113906;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 23:19:44','2025-09-05 23:19:44',0,NULL),
(326716,'mailpoet/cron/daemon-trigger','complete','2025-09-05 23:21:44','2025-09-05 23:21:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757114504;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757114504;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 23:41:16','2025-09-05 23:41:16',0,NULL),
(326717,'mailpoet/cron/daemon-trigger','complete','2025-09-05 23:43:16','2025-09-05 23:43:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757115796;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757115796;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 23:45:49','2025-09-05 23:45:49',0,NULL),
(326718,'mailpoet/cron/daemon-trigger','complete','2025-09-05 23:47:49','2025-09-05 23:47:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757116069;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757116069;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 23:56:59','2025-09-05 23:56:59',0,NULL),
(326719,'mailpoet/cron/daemon-trigger','complete','2025-09-05 23:58:59','2025-09-05 23:58:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757116739;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757116739;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-05 23:59:06','2025-09-05 23:59:06',0,NULL),
(326720,'mailpoet/cron/daemon-trigger','complete','2025-09-06 00:01:06','2025-09-06 00:01:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757116866;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757116866;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 00:01:24','2025-09-06 00:01:24',0,NULL),
(326721,'mailpoet/cron/daemon-run','complete','2025-09-06 00:01:19','2025-09-06 00:01:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757116879;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757116879;}',7,1,'2025-09-06 00:01:34','2025-09-06 00:01:34',0,NULL),
(326722,'mailpoet/cron/daemon-trigger','complete','2025-09-06 00:03:24','2025-09-06 00:03:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757117004;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757117004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 00:04:25','2025-09-06 00:04:25',0,NULL),
(326723,'mailpoet/cron/daemon-trigger','complete','2025-09-06 00:06:25','2025-09-06 00:06:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757117185;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757117185;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 00:21:17','2025-09-06 00:21:17',0,NULL),
(326724,'mailpoet/cron/daemon-trigger','complete','2025-09-06 00:23:17','2025-09-06 00:23:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757118197;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757118197;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 00:24:58','2025-09-06 00:24:58',0,NULL),
(326725,'mailpoet/cron/daemon-trigger','complete','2025-09-06 00:26:58','2025-09-06 00:26:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757118418;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757118418;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 00:39:12','2025-09-06 00:39:12',0,NULL),
(326726,'mailpoet/cron/daemon-run','complete','2025-09-06 00:39:07','2025-09-06 00:39:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757119147;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757119147;}',7,1,'2025-09-06 00:39:17','2025-09-06 00:39:17',0,NULL),
(326727,'mailpoet/cron/daemon-trigger','complete','2025-09-06 00:41:12','2025-09-06 00:41:12',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757119272;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757119272;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 01:00:33','2025-09-06 01:00:33',0,NULL),
(326728,'mailpoet/cron/daemon-trigger','complete','2025-09-06 01:02:33','2025-09-06 01:02:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757120553;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757120553;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 01:02:55','2025-09-06 01:02:55',0,NULL),
(326729,'mailpoet/cron/daemon-trigger','complete','2025-09-06 01:04:55','2025-09-06 01:04:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757120695;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757120695;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 01:06:32','2025-09-06 01:06:32',0,NULL),
(326730,'mailpoet/cron/daemon-trigger','complete','2025-09-06 01:08:32','2025-09-06 01:08:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757120912;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757120912;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 01:14:18','2025-09-06 01:14:18',0,NULL),
(326731,'mailpoet/cron/daemon-trigger','complete','2025-09-06 01:16:18','2025-09-06 01:16:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757121378;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757121378;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 01:21:24','2025-09-06 01:21:24',0,NULL),
(326732,'mailpoet/cron/daemon-trigger','complete','2025-09-06 01:23:24','2025-09-06 01:23:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757121804;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757121804;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 01:41:18','2025-09-06 01:41:18',0,NULL),
(326733,'mailpoet/cron/daemon-trigger','complete','2025-09-06 01:43:18','2025-09-06 01:43:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757122998;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757122998;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 02:00:30','2025-09-06 02:00:30',0,NULL),
(326734,'mailpoet/cron/daemon-trigger','complete','2025-09-06 02:02:30','2025-09-06 02:02:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757124150;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757124150;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 02:02:34','2025-09-06 02:02:34',0,NULL),
(326735,'mailpoet/cron/daemon-trigger','complete','2025-09-06 02:04:34','2025-09-06 02:04:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757124274;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757124274;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 02:08:55','2025-09-06 02:08:55',0,NULL),
(326736,'mailpoet/cron/daemon-trigger','complete','2025-09-06 02:10:55','2025-09-06 02:10:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757124655;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757124655;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 02:21:16','2025-09-06 02:21:16',0,NULL),
(326737,'mailpoet/cron/daemon-trigger','complete','2025-09-06 02:23:16','2025-09-06 02:23:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757125396;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757125396;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 02:24:16','2025-09-06 02:24:16',0,NULL),
(326738,'mailpoet/cron/daemon-trigger','complete','2025-09-06 02:26:16','2025-09-06 02:26:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757125576;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757125576;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 02:29:44','2025-09-06 02:29:44',0,NULL),
(326739,'mailpoet/cron/daemon-trigger','complete','2025-09-06 02:31:44','2025-09-06 02:31:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757125904;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757125904;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 02:41:16','2025-09-06 02:41:16',0,NULL),
(326740,'mailpoet/cron/daemon-trigger','complete','2025-09-06 02:43:16','2025-09-06 02:43:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757126596;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757126596;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 02:57:00','2025-09-06 02:57:00',0,NULL),
(326741,'mailpoet/cron/daemon-trigger','complete','2025-09-06 02:59:00','2025-09-06 02:59:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757127540;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757127540;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 02:59:07','2025-09-06 02:59:07',0,NULL),
(326742,'mailpoet/cron/daemon-trigger','complete','2025-09-06 03:01:07','2025-09-06 03:01:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757127667;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757127667;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 03:07:12','2025-09-06 03:07:12',0,NULL),
(326743,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-09-06 03:00:28','2025-09-06 03:00:28',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757127628;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757127628;}',6,1,'2025-09-06 03:00:29','2025-09-06 03:00:29',0,NULL),
(326744,'gla/jobs/resubmit_expiring_products/start','complete','2025-09-07 03:00:00','2025-09-07 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757214000;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1757214000;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-09-07 03:02:50','2025-09-07 03:02:50',0,NULL),
(326745,'mailpoet/cron/daemon-trigger','complete','2025-09-06 03:09:12','2025-09-06 03:09:12',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757128152;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757128152;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 03:09:31','2025-09-06 03:09:31',0,NULL),
(326746,'mailpoet/cron/daemon-trigger','complete','2025-09-06 03:11:31','2025-09-06 03:11:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757128291;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757128291;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 03:11:47','2025-09-06 03:11:47',0,NULL),
(326747,'mailpoet/cron/daemon-trigger','complete','2025-09-06 03:13:47','2025-09-06 03:13:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757128427;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757128427;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 03:21:18','2025-09-06 03:21:18',0,NULL),
(326748,'mailpoet/cron/daemon-trigger','complete','2025-09-06 03:23:18','2025-09-06 03:23:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757128998;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757128998;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 03:36:17','2025-09-06 03:36:17',0,NULL),
(326749,'woocommerce_cleanup_draft_orders','complete','2025-09-07 03:21:18','2025-09-07 03:21:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757215278;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757215278;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-07 03:23:10','2025-09-07 03:23:10',0,NULL),
(326750,'woocommerce_cleanup_draft_orders','complete','2025-09-07 03:21:18','2025-09-07 03:21:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757215278;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757215278;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-07 03:23:10','2025-09-07 03:23:10',0,NULL),
(326751,'wp_mail_smtp_admin_notifications_update','complete','2025-09-07 03:21:18','2025-09-07 03:21:18',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757215278;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757215278;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-09-07 03:23:11','2025-09-07 03:23:11',0,NULL),
(326752,'wc_gla_cron_daily_notes','complete','2025-09-07 03:21:18','2025-09-07 03:21:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757215278;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757215278;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-07 03:23:11','2025-09-07 03:23:11',0,NULL),
(326753,'woocommerce_refresh_order_count_cache','complete','2025-09-06 15:21:59','2025-09-06 15:21:59',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757172119;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757172119;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-09-06 15:28:11','2025-09-06 15:28:11',0,NULL),
(326754,'mailpoet/cron/daemon-trigger','complete','2025-09-06 03:38:17','2025-09-06 03:38:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757129897;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757129897;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 03:40:05','2025-09-06 03:40:05',0,NULL),
(326755,'mailpoet/cron/daemon-trigger','complete','2025-09-06 03:42:05','2025-09-06 03:42:05',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757130125;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757130125;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 03:45:36','2025-09-06 03:45:36',0,NULL),
(326756,'mailpoet/cron/daemon-trigger','complete','2025-09-06 03:47:36','2025-09-06 03:47:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757130456;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757130456;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 03:47:38','2025-09-06 03:47:38',0,NULL),
(326757,'mailpoet/cron/daemon-trigger','complete','2025-09-06 03:49:38','2025-09-06 03:49:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757130578;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757130578;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 03:49:43','2025-09-06 03:49:43',0,NULL),
(326758,'mailpoet/cron/daemon-trigger','complete','2025-09-06 03:51:43','2025-09-06 03:51:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757130703;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757130703;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 03:52:01','2025-09-06 03:52:01',0,NULL),
(326759,'mailpoet/cron/daemon-trigger','complete','2025-09-06 03:54:01','2025-09-06 03:54:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757130841;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757130841;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 03:54:20','2025-09-06 03:54:20',0,NULL),
(326760,'mailpoet/cron/daemon-trigger','complete','2025-09-06 03:56:20','2025-09-06 03:56:20',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757130980;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757130980;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 04:00:48','2025-09-06 04:00:48',0,NULL),
(326761,'mailpoet/cron/daemon-trigger','complete','2025-09-06 04:02:48','2025-09-06 04:02:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757131368;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757131368;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 04:07:09','2025-09-06 04:07:09',0,NULL),
(326762,'mailpoet/cron/daemon-trigger','complete','2025-09-06 04:09:09','2025-09-06 04:09:09',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757131749;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757131749;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 04:13:03','2025-09-06 04:13:03',0,NULL),
(326763,'mailpoet/cron/daemon-trigger','complete','2025-09-06 04:15:03','2025-09-06 04:15:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757132103;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757132103;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 04:20:04','2025-09-06 04:20:04',0,NULL),
(326764,'mailpoet/cron/daemon-trigger','complete','2025-09-06 04:22:04','2025-09-06 04:22:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757132524;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757132524;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 04:30:28','2025-09-06 04:30:28',0,NULL),
(326765,'mailpoet/cron/daemon-trigger','complete','2025-09-06 04:32:28','2025-09-06 04:32:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757133148;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757133148;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 04:34:13','2025-09-06 04:34:13',0,NULL),
(326766,'mailpoet/cron/daemon-trigger','complete','2025-09-06 04:36:13','2025-09-06 04:36:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757133373;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757133373;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 04:43:20','2025-09-06 04:43:20',0,NULL),
(326767,'mailpoet/cron/daemon-trigger','complete','2025-09-06 04:45:20','2025-09-06 04:45:20',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757133920;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757133920;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 04:46:04','2025-09-06 04:46:04',0,NULL),
(326768,'mailpoet/cron/daemon-trigger','complete','2025-09-06 04:48:04','2025-09-06 04:48:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757134084;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757134084;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 04:55:22','2025-09-06 04:55:22',0,NULL),
(326769,'mailpoet/cron/daemon-trigger','complete','2025-09-06 04:57:22','2025-09-06 04:57:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757134642;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757134642;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 05:05:58','2025-09-06 05:05:58',0,NULL),
(326770,'mailpoet/cron/daemon-trigger','complete','2025-09-06 05:07:58','2025-09-06 05:07:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757135278;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757135278;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 05:09:05','2025-09-06 05:09:05',0,NULL),
(326771,'mailpoet/cron/daemon-trigger','complete','2025-09-06 05:11:05','2025-09-06 05:11:05',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757135465;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757135465;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 05:16:33','2025-09-06 05:16:33',0,NULL),
(326772,'mailpoet/cron/daemon-trigger','complete','2025-09-06 05:18:33','2025-09-06 05:18:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757135913;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757135913;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 05:21:54','2025-09-06 05:21:54',0,NULL),
(326773,'mailpoet/cron/daemon-trigger','complete','2025-09-06 05:23:54','2025-09-06 05:23:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757136234;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757136234;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 05:27:09','2025-09-06 05:27:09',0,NULL),
(326774,'mailpoet/cron/daemon-trigger','complete','2025-09-06 05:29:09','2025-09-06 05:29:09',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757136549;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757136549;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 05:34:46','2025-09-06 05:34:46',0,NULL),
(326775,'mailpoet/cron/daemon-trigger','complete','2025-09-06 05:36:46','2025-09-06 05:36:46',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757137006;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757137006;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 05:37:44','2025-09-06 05:37:44',0,NULL),
(326776,'mailpoet/cron/daemon-trigger','complete','2025-09-06 05:39:44','2025-09-06 05:39:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757137184;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757137184;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 05:47:37','2025-09-06 05:47:37',0,NULL),
(326777,'mailpoet/cron/daemon-trigger','complete','2025-09-06 05:49:37','2025-09-06 05:49:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757137777;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757137777;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 05:58:54','2025-09-06 05:58:54',0,NULL),
(326778,'mailpoet/cron/daemon-trigger','complete','2025-09-06 06:00:54','2025-09-06 06:00:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757138454;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757138454;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 06:09:30','2025-09-06 06:09:30',0,NULL),
(326779,'mailpoet/cron/daemon-trigger','complete','2025-09-06 06:11:30','2025-09-06 06:11:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757139090;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757139090;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 06:13:20','2025-09-06 06:13:20',0,NULL),
(326780,'mailpoet/cron/daemon-trigger','complete','2025-09-06 06:15:20','2025-09-06 06:15:20',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757139320;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757139320;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 06:20:05','2025-09-06 06:20:05',0,NULL),
(326781,'mailpoet/cron/daemon-trigger','complete','2025-09-06 06:22:05','2025-09-06 06:22:05',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757139725;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757139725;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 06:23:03','2025-09-06 06:23:03',0,NULL),
(326782,'mailpoet/cron/daemon-trigger','complete','2025-09-06 06:25:03','2025-09-06 06:25:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757139903;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757139903;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 06:26:16','2025-09-06 06:26:16',0,NULL),
(326783,'mailpoet/cron/daemon-trigger','complete','2025-09-06 06:28:16','2025-09-06 06:28:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757140096;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757140096;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 06:30:40','2025-09-06 06:30:40',0,NULL),
(326784,'mailpoet/cron/daemon-trigger','complete','2025-09-06 06:32:40','2025-09-06 06:32:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757140360;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757140360;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 06:39:04','2025-09-06 06:39:04',0,NULL),
(326785,'mailpoet/cron/daemon-trigger','complete','2025-09-06 06:41:04','2025-09-06 06:41:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757140864;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757140864;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 06:41:16','2025-09-06 06:41:16',0,NULL),
(326786,'mailpoet/cron/daemon-trigger','complete','2025-09-06 06:43:16','2025-09-06 06:43:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757140996;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757140996;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 06:45:48','2025-09-06 06:45:48',0,NULL),
(326787,'mailpoet/cron/daemon-trigger','complete','2025-09-06 06:47:48','2025-09-06 06:47:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757141268;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757141268;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 06:51:51','2025-09-06 06:51:51',0,NULL),
(326788,'mailpoet/cron/daemon-trigger','complete','2025-09-06 06:53:51','2025-09-06 06:53:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757141631;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757141631;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 07:02:27','2025-09-06 07:02:27',0,NULL),
(326789,'mailpoet/cron/daemon-trigger','complete','2025-09-06 07:04:27','2025-09-06 07:04:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757142267;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757142267;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 07:04:46','2025-09-06 07:04:46',0,NULL),
(326790,'mailpoet/cron/daemon-trigger','complete','2025-09-06 07:06:46','2025-09-06 07:06:46',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757142406;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757142406;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 07:08:34','2025-09-06 07:08:34',0,NULL),
(326791,'mailpoet/cron/daemon-trigger','complete','2025-09-06 07:10:34','2025-09-06 07:10:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757142634;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757142634;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 07:13:02','2025-09-06 07:13:02',0,NULL),
(326792,'mailpoet/cron/daemon-trigger','complete','2025-09-06 07:15:02','2025-09-06 07:15:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757142902;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757142902;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 07:17:37','2025-09-06 07:17:37',0,NULL),
(326793,'mailpoet/cron/daemon-trigger','complete','2025-09-06 07:19:37','2025-09-06 07:19:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757143177;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757143177;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 07:33:02','2025-09-06 07:33:02',0,NULL),
(326794,'mailpoet/cron/daemon-trigger','complete','2025-09-06 07:35:02','2025-09-06 07:35:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757144102;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757144102;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 07:39:13','2025-09-06 07:39:13',0,NULL),
(326795,'mailpoet/cron/daemon-trigger','complete','2025-09-06 07:41:13','2025-09-06 07:41:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757144473;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757144473;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 07:50:22','2025-09-06 07:50:22',0,NULL),
(326796,'mailpoet/cron/daemon-trigger','complete','2025-09-06 07:52:22','2025-09-06 07:52:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757145142;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757145142;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 07:53:02','2025-09-06 07:53:02',0,NULL),
(326797,'mailpoet/cron/daemon-trigger','complete','2025-09-06 07:55:02','2025-09-06 07:55:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757145302;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757145302;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 08:06:48','2025-09-06 08:06:48',0,NULL),
(326798,'mailpoet/cron/daemon-trigger','complete','2025-09-06 08:08:48','2025-09-06 08:08:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757146128;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757146128;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 08:13:02','2025-09-06 08:13:02',0,NULL),
(326799,'mailpoet/cron/daemon-trigger','complete','2025-09-06 08:15:02','2025-09-06 08:15:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757146502;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757146502;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 08:16:25','2025-09-06 08:16:25',0,NULL),
(326800,'mailpoet/cron/daemon-trigger','complete','2025-09-06 08:18:25','2025-09-06 08:18:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757146705;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757146705;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 08:21:39','2025-09-06 08:21:39',0,NULL),
(326801,'mailpoet/cron/daemon-trigger','complete','2025-09-06 08:23:39','2025-09-06 08:23:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757147019;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757147019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 08:33:07','2025-09-06 08:33:07',0,NULL),
(326802,'mailpoet/cron/daemon-trigger','complete','2025-09-06 08:35:07','2025-09-06 08:35:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757147707;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757147707;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 08:39:26','2025-09-06 08:39:26',0,NULL),
(326803,'mailpoet/cron/daemon-trigger','complete','2025-09-06 08:41:26','2025-09-06 08:41:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757148086;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757148086;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 08:53:02','2025-09-06 08:53:02',0,NULL),
(326804,'mailpoet/cron/daemon-trigger','complete','2025-09-06 08:55:02','2025-09-06 08:55:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757148902;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757148902;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 08:55:50','2025-09-06 08:55:50',0,NULL),
(326805,'mailpoet/cron/daemon-trigger','complete','2025-09-06 08:57:50','2025-09-06 08:57:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757149070;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757149070;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 08:58:59','2025-09-06 08:58:59',0,NULL),
(326806,'mailpoet/cron/daemon-trigger','complete','2025-09-06 09:00:59','2025-09-06 09:00:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757149259;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757149259;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 09:09:17','2025-09-06 09:09:17',0,NULL),
(326807,'mailpoet/cron/daemon-trigger','complete','2025-09-06 09:11:17','2025-09-06 09:11:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757149877;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757149877;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 09:12:10','2025-09-06 09:12:10',0,NULL),
(326808,'mailpoet/cron/daemon-trigger','complete','2025-09-06 09:14:10','2025-09-06 09:14:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757150050;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757150050;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 09:18:09','2025-09-06 09:18:09',0,NULL),
(326809,'mailpoet/cron/daemon-trigger','complete','2025-09-06 09:20:09','2025-09-06 09:20:09',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757150409;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757150409;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 09:28:32','2025-09-06 09:28:32',0,NULL),
(326810,'mailpoet/cron/daemon-trigger','complete','2025-09-06 09:30:32','2025-09-06 09:30:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757151032;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757151032;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 09:31:36','2025-09-06 09:31:36',0,NULL),
(326811,'mailpoet/cron/daemon-trigger','complete','2025-09-06 09:33:36','2025-09-06 09:33:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757151216;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757151216;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 09:36:07','2025-09-06 09:36:07',0,NULL),
(326812,'mailpoet/cron/daemon-trigger','complete','2025-09-06 09:38:07','2025-09-06 09:38:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757151487;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757151487;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 09:44:53','2025-09-06 09:44:53',0,NULL),
(326813,'mailpoet/cron/daemon-trigger','complete','2025-09-06 09:46:53','2025-09-06 09:46:53',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757152013;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757152013;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 09:53:03','2025-09-06 09:53:03',0,NULL),
(326814,'mailpoet/cron/daemon-trigger','complete','2025-09-06 09:55:03','2025-09-06 09:55:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757152503;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757152503;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 09:55:24','2025-09-06 09:55:24',0,NULL),
(326815,'mailpoet/cron/daemon-trigger','complete','2025-09-06 09:57:24','2025-09-06 09:57:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757152644;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757152644;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 10:01:15','2025-09-06 10:01:15',0,NULL),
(326816,'mailpoet/cron/daemon-trigger','complete','2025-09-06 10:03:15','2025-09-06 10:03:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757152995;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757152995;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 10:13:01','2025-09-06 10:13:01',0,NULL),
(326817,'mailpoet/cron/daemon-trigger','complete','2025-09-06 10:15:01','2025-09-06 10:15:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757153701;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757153701;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 10:17:39','2025-09-06 10:17:39',0,NULL),
(326818,'mailpoet/cron/daemon-trigger','complete','2025-09-06 10:19:39','2025-09-06 10:19:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757153979;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757153979;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 10:21:52','2025-09-06 10:21:52',0,NULL),
(326819,'mailpoet/cron/daemon-trigger','complete','2025-09-06 10:23:52','2025-09-06 10:23:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757154232;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757154232;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 10:33:01','2025-09-06 10:33:01',0,NULL),
(326820,'mailpoet/cron/daemon-trigger','complete','2025-09-06 10:35:01','2025-09-06 10:35:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757154901;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757154901;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 10:50:20','2025-09-06 10:50:20',0,NULL),
(326821,'mailpoet/cron/daemon-trigger','complete','2025-09-06 10:52:20','2025-09-06 10:52:20',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757155940;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757155940;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 10:53:01','2025-09-06 10:53:01',0,NULL),
(326822,'mailpoet/cron/daemon-trigger','complete','2025-09-06 10:55:01','2025-09-06 10:55:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757156101;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757156101;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 11:06:42','2025-09-06 11:06:42',0,NULL),
(326823,'mailpoet/cron/daemon-trigger','complete','2025-09-06 11:08:42','2025-09-06 11:08:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757156922;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757156922;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 11:08:50','2025-09-06 11:08:50',0,NULL),
(326824,'mailpoet/cron/daemon-trigger','complete','2025-09-06 11:10:50','2025-09-06 11:10:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757157050;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757157050;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 11:10:58','2025-09-06 11:10:58',0,NULL),
(326825,'mailpoet/cron/daemon-trigger','complete','2025-09-06 11:12:58','2025-09-06 11:12:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757157178;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757157178;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 11:14:48','2025-09-06 11:14:48',0,NULL),
(326826,'mailpoet/cron/daemon-trigger','complete','2025-09-06 11:16:48','2025-09-06 11:16:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757157408;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757157408;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 11:18:42','2025-09-06 11:18:42',0,NULL),
(326827,'mailpoet/cron/daemon-trigger','complete','2025-09-06 11:20:42','2025-09-06 11:20:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757157642;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757157642;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 11:21:27','2025-09-06 11:21:27',0,NULL),
(326828,'mailpoet/cron/daemon-trigger','complete','2025-09-06 11:23:27','2025-09-06 11:23:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757157807;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757157807;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 11:30:45','2025-09-06 11:30:45',0,NULL),
(326829,'mailpoet/cron/daemon-trigger','complete','2025-09-06 11:32:45','2025-09-06 11:32:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757158365;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757158365;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 11:40:24','2025-09-06 11:40:24',0,NULL),
(326830,'mailpoet/cron/daemon-trigger','complete','2025-09-06 11:42:24','2025-09-06 11:42:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757158944;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757158944;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 11:42:43','2025-09-06 11:42:43',0,NULL),
(326831,'mailpoet/cron/daemon-trigger','complete','2025-09-06 11:44:43','2025-09-06 11:44:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757159083;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757159083;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 11:47:00','2025-09-06 11:47:00',0,NULL),
(326832,'mailpoet/cron/daemon-trigger','complete','2025-09-06 11:49:00','2025-09-06 11:49:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757159340;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757159340;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 11:49:52','2025-09-06 11:49:52',0,NULL),
(326833,'mailpoet/cron/daemon-trigger','complete','2025-09-06 11:51:52','2025-09-06 11:51:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757159512;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757159512;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 11:54:43','2025-09-06 11:54:43',0,NULL),
(326834,'mailpoet/cron/daemon-trigger','complete','2025-09-06 11:56:43','2025-09-06 11:56:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757159803;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757159803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 11:59:06','2025-09-06 11:59:06',0,NULL),
(326835,'mailpoet/cron/daemon-trigger','complete','2025-09-06 12:01:06','2025-09-06 12:01:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757160066;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757160066;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 12:06:43','2025-09-06 12:06:43',0,NULL),
(326836,'mailpoet/cron/daemon-trigger','complete','2025-09-06 12:08:43','2025-09-06 12:08:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757160523;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757160523;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 12:08:49','2025-09-06 12:08:49',0,NULL),
(326837,'mailpoet/cron/daemon-trigger','complete','2025-09-06 12:10:49','2025-09-06 12:10:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757160649;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757160649;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 12:18:17','2025-09-06 12:18:17',0,NULL),
(326838,'mailpoet/cron/daemon-trigger','complete','2025-09-06 12:20:17','2025-09-06 12:20:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757161217;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757161217;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 12:25:41','2025-09-06 12:25:41',0,NULL),
(326839,'mailpoet/cron/daemon-trigger','complete','2025-09-06 12:27:41','2025-09-06 12:27:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757161661;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757161661;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 12:27:46','2025-09-06 12:27:46',0,NULL),
(326840,'mailpoet/cron/daemon-trigger','complete','2025-09-06 12:29:46','2025-09-06 12:29:46',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757161786;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757161786;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 12:30:42','2025-09-06 12:30:42',0,NULL),
(326841,'mailpoet/cron/daemon-trigger','complete','2025-09-06 12:32:42','2025-09-06 12:32:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757161962;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757161962;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 12:37:14','2025-09-06 12:37:14',0,NULL),
(326842,'mailpoet/cron/daemon-trigger','complete','2025-09-06 12:39:14','2025-09-06 12:39:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757162354;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757162354;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 12:39:19','2025-09-06 12:39:19',0,NULL),
(326843,'mailpoet/cron/daemon-trigger','complete','2025-09-06 12:41:19','2025-09-06 12:41:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757162479;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757162479;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 12:42:42','2025-09-06 12:42:42',0,NULL),
(326844,'mailpoet/cron/daemon-trigger','complete','2025-09-06 12:44:42','2025-09-06 12:44:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757162682;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757162682;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 12:46:42','2025-09-06 12:46:42',0,NULL),
(326845,'mailpoet/cron/daemon-trigger','complete','2025-09-06 12:48:42','2025-09-06 12:48:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757162922;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757162922;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 12:51:18','2025-09-06 12:51:18',0,NULL),
(326846,'mailpoet/cron/daemon-trigger','complete','2025-09-06 12:53:18','2025-09-06 12:53:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757163198;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757163198;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 12:54:42','2025-09-06 12:54:42',0,NULL),
(326847,'mailpoet/cron/daemon-trigger','complete','2025-09-06 12:56:42','2025-09-06 12:56:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757163402;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757163402;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 13:05:39','2025-09-06 13:05:39',0,NULL),
(326848,'mailpoet/cron/daemon-trigger','complete','2025-09-06 13:07:39','2025-09-06 13:07:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757164059;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757164059;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 13:09:11','2025-09-06 13:09:11',0,NULL),
(326849,'mailpoet/cron/daemon-trigger','complete','2025-09-06 13:11:11','2025-09-06 13:11:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757164271;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757164271;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 13:15:08','2025-09-06 13:15:08',0,NULL),
(326850,'mailpoet/cron/daemon-trigger','complete','2025-09-06 13:17:08','2025-09-06 13:17:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757164628;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757164628;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 13:18:42','2025-09-06 13:18:42',0,NULL),
(326851,'mailpoet/cron/daemon-trigger','complete','2025-09-06 13:20:42','2025-09-06 13:20:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757164842;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757164842;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 13:24:20','2025-09-06 13:24:20',0,NULL),
(326852,'mailpoet/cron/daemon-trigger','complete','2025-09-06 13:26:20','2025-09-06 13:26:20',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757165180;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757165180;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 13:30:43','2025-09-06 13:30:43',0,NULL),
(326853,'mailpoet/cron/daemon-trigger','complete','2025-09-06 13:32:43','2025-09-06 13:32:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757165563;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757165563;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 13:34:04','2025-09-06 13:34:04',0,NULL),
(326854,'mailpoet/cron/daemon-trigger','complete','2025-09-06 13:36:04','2025-09-06 13:36:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757165764;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757165764;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 13:42:43','2025-09-06 13:42:43',0,NULL),
(326855,'mailpoet/cron/daemon-trigger','complete','2025-09-06 13:44:43','2025-09-06 13:44:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757166283;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757166283;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 13:53:08','2025-09-06 13:53:08',0,NULL),
(326856,'mailpoet/cron/daemon-trigger','complete','2025-09-06 13:55:08','2025-09-06 13:55:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757166908;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757166908;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 14:02:30','2025-09-06 14:02:30',0,NULL),
(326857,'mailpoet/cron/daemon-trigger','complete','2025-09-06 14:04:30','2025-09-06 14:04:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757167470;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757167470;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 14:06:43','2025-09-06 14:06:43',0,NULL),
(326858,'mailpoet/cron/daemon-trigger','complete','2025-09-06 14:08:43','2025-09-06 14:08:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757167723;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757167723;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 14:09:11','2025-09-06 14:09:11',0,NULL),
(326859,'mailpoet/cron/daemon-trigger','complete','2025-09-06 14:11:11','2025-09-06 14:11:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757167871;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757167871;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 14:11:58','2025-09-06 14:11:58',0,NULL),
(326860,'mailpoet/cron/daemon-trigger','complete','2025-09-06 14:13:58','2025-09-06 14:13:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757168038;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757168038;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 14:17:02','2025-09-06 14:17:02',0,NULL),
(326861,'mailpoet/cron/daemon-trigger','complete','2025-09-06 14:19:02','2025-09-06 14:19:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757168342;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757168342;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 14:20:56','2025-09-06 14:20:56',0,NULL),
(326862,'mailpoet/cron/daemon-trigger','complete','2025-09-06 14:22:56','2025-09-06 14:22:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757168576;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757168576;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 14:30:42','2025-09-06 14:30:42',0,NULL),
(326863,'mailpoet/cron/daemon-trigger','complete','2025-09-06 14:32:42','2025-09-06 14:32:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757169162;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757169162;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 14:35:54','2025-09-06 14:35:54',0,NULL),
(326864,'mailpoet/cron/daemon-trigger','complete','2025-09-06 14:37:54','2025-09-06 14:37:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757169474;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757169474;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 14:38:13','2025-09-06 14:38:13',0,NULL),
(326865,'mailpoet/cron/daemon-trigger','complete','2025-09-06 14:40:13','2025-09-06 14:40:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757169613;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757169613;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 14:40:31','2025-09-06 14:40:31',0,NULL),
(326866,'mailpoet/cron/daemon-trigger','complete','2025-09-06 14:42:31','2025-09-06 14:42:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757169751;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757169751;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 14:47:05','2025-09-06 14:47:05',0,NULL),
(326867,'mailpoet/cron/daemon-trigger','complete','2025-09-06 14:49:05','2025-09-06 14:49:05',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757170145;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757170145;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 14:55:28','2025-09-06 14:55:28',0,NULL),
(326868,'mailpoet/cron/daemon-trigger','complete','2025-09-06 14:57:28','2025-09-06 14:57:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757170648;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757170648;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 15:03:27','2025-09-06 15:03:27',0,NULL),
(326869,'mailpoet/cron/daemon-trigger','complete','2025-09-06 15:05:27','2025-09-06 15:05:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757171127;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757171127;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 15:11:50','2025-09-06 15:11:50',0,NULL),
(326870,'mailpoet/cron/daemon-trigger','complete','2025-09-06 15:13:50','2025-09-06 15:13:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757171630;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757171630;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 15:19:48','2025-09-06 15:19:48',0,NULL),
(326871,'mailpoet/cron/daemon-trigger','complete','2025-09-06 15:21:48','2025-09-06 15:21:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757172108;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757172108;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 15:28:11','2025-09-06 15:28:11',0,NULL),
(326872,'mailpoet/cron/daemon-trigger','complete','2025-09-06 15:30:11','2025-09-06 15:30:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757172611;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757172611;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 15:30:49','2025-09-06 15:30:49',0,NULL),
(326873,'woocommerce_refresh_order_count_cache','complete','2025-09-07 03:28:11','2025-09-07 03:28:11',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757215691;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757215691;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-09-07 03:29:11','2025-09-07 03:29:11',0,NULL),
(326874,'mailpoet/cron/daemon-trigger','complete','2025-09-06 15:32:49','2025-09-06 15:32:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757172769;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757172769;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 15:36:10','2025-09-06 15:36:10',0,NULL),
(326875,'mailpoet/cron/daemon-trigger','complete','2025-09-06 15:38:10','2025-09-06 15:38:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757173090;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757173090;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 15:39:12','2025-09-06 15:39:12',0,NULL),
(326876,'mailpoet/cron/daemon-trigger','complete','2025-09-06 15:41:12','2025-09-06 15:41:12',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757173272;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757173272;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 15:44:33','2025-09-06 15:44:33',0,NULL),
(326877,'mailpoet/cron/daemon-trigger','complete','2025-09-06 15:46:33','2025-09-06 15:46:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757173593;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757173593;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 15:52:31','2025-09-06 15:52:31',0,NULL),
(326878,'mailpoet/cron/daemon-trigger','complete','2025-09-06 15:54:31','2025-09-06 15:54:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757174071;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757174071;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 16:00:55','2025-09-06 16:00:55',0,NULL),
(326879,'mailpoet/cron/daemon-trigger','complete','2025-09-06 16:02:55','2025-09-06 16:02:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757174575;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757174575;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 16:08:54','2025-09-06 16:08:54',0,NULL),
(326880,'mailpoet/cron/daemon-trigger','complete','2025-09-06 16:10:54','2025-09-06 16:10:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757175054;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757175054;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 16:17:17','2025-09-06 16:17:17',0,NULL),
(326881,'mailpoet/cron/daemon-trigger','complete','2025-09-06 16:19:17','2025-09-06 16:19:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757175557;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757175557;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 16:25:15','2025-09-06 16:25:15',0,NULL),
(326882,'mailpoet/cron/daemon-trigger','complete','2025-09-06 16:27:15','2025-09-06 16:27:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757176035;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757176035;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 16:33:43','2025-09-06 16:33:43',0,NULL),
(326883,'mailpoet/cron/daemon-trigger','complete','2025-09-06 16:35:43','2025-09-06 16:35:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757176543;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757176543;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 16:41:37','2025-09-06 16:41:37',0,NULL),
(326884,'mailpoet/cron/daemon-trigger','complete','2025-09-06 16:43:37','2025-09-06 16:43:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757177017;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757177017;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 16:45:56','2025-09-06 16:45:56',0,NULL),
(326885,'mailpoet/cron/daemon-trigger','complete','2025-09-06 16:47:56','2025-09-06 16:47:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757177276;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757177276;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 16:50:02','2025-09-06 16:50:02',0,NULL),
(326886,'mailpoet/cron/daemon-trigger','complete','2025-09-06 16:52:02','2025-09-06 16:52:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757177522;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757177522;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 16:57:59','2025-09-06 16:57:59',0,NULL),
(326887,'mailpoet/cron/daemon-trigger','complete','2025-09-06 16:59:59','2025-09-06 16:59:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757177999;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757177999;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 17:06:22','2025-09-06 17:06:22',0,NULL),
(326888,'mailpoet/cron/daemon-trigger','complete','2025-09-06 17:08:22','2025-09-06 17:08:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757178502;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757178502;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 17:14:21','2025-09-06 17:14:21',0,NULL),
(326889,'mailpoet/cron/daemon-trigger','complete','2025-09-06 17:16:21','2025-09-06 17:16:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757178981;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757178981;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 17:19:39','2025-09-06 17:19:39',0,NULL),
(326890,'mailpoet/cron/daemon-trigger','complete','2025-09-06 17:21:39','2025-09-06 17:21:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757179299;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757179299;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 17:21:47','2025-09-06 17:21:47',0,NULL),
(326891,'mailpoet/cron/daemon-trigger','complete','2025-09-06 17:23:47','2025-09-06 17:23:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757179427;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757179427;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 17:23:53','2025-09-06 17:23:53',0,NULL),
(326892,'mailpoet/cron/daemon-trigger','complete','2025-09-06 17:25:54','2025-09-06 17:25:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757179554;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757179554;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 17:30:26','2025-09-06 17:30:26',0,NULL),
(326893,'mailpoet/cron/daemon-trigger','complete','2025-09-06 17:32:26','2025-09-06 17:32:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757179946;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757179946;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 17:35:34','2025-09-06 17:35:34',0,NULL),
(326894,'mailpoet/cron/daemon-trigger','complete','2025-09-06 17:37:34','2025-09-06 17:37:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757180254;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757180254;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 17:38:06','2025-09-06 17:38:06',0,NULL),
(326895,'mailpoet/cron/daemon-trigger','complete','2025-09-06 17:40:06','2025-09-06 17:40:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757180406;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757180406;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 17:40:31','2025-09-06 17:40:31',0,NULL),
(326896,'mailpoet/cron/daemon-trigger','complete','2025-09-06 17:42:31','2025-09-06 17:42:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757180551;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757180551;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 17:47:34','2025-09-06 17:47:34',0,NULL),
(326897,'mailpoet/cron/daemon-trigger','complete','2025-09-06 17:49:34','2025-09-06 17:49:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757180974;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757180974;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 17:51:37','2025-09-06 17:51:37',0,NULL),
(326898,'mailpoet/cron/daemon-trigger','complete','2025-09-06 17:53:37','2025-09-06 17:53:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757181217;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757181217;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 17:56:42','2025-09-06 17:56:42',0,NULL),
(326899,'mailpoet/cron/daemon-trigger','complete','2025-09-06 17:58:42','2025-09-06 17:58:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757181522;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757181522;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 18:02:13','2025-09-06 18:02:13',0,NULL),
(326900,'mailpoet/cron/daemon-trigger','complete','2025-09-06 18:04:13','2025-09-06 18:04:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757181853;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757181853;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 18:04:20','2025-09-06 18:04:20',0,NULL),
(326901,'mailpoet/cron/daemon-trigger','complete','2025-09-06 18:06:20','2025-09-06 18:06:20',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757181980;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757181980;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 18:07:17','2025-09-06 18:07:17',0,NULL),
(326902,'mailpoet/cron/daemon-trigger','complete','2025-09-06 18:09:17','2025-09-06 18:09:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757182157;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757182157;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 18:12:48','2025-09-06 18:12:48',0,NULL),
(326903,'mailpoet/cron/daemon-trigger','complete','2025-09-06 18:14:48','2025-09-06 18:14:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757182488;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757182488;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 18:17:54','2025-09-06 18:17:54',0,NULL),
(326904,'mailpoet/cron/daemon-trigger','complete','2025-09-06 18:19:54','2025-09-06 18:19:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757182794;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757182794;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 18:23:23','2025-09-06 18:23:23',0,NULL),
(326905,'mailpoet/cron/daemon-trigger','complete','2025-09-06 18:25:23','2025-09-06 18:25:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757183123;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757183123;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 18:28:33','2025-09-06 18:28:33',0,NULL),
(326906,'mailpoet/cron/daemon-run','complete','2025-09-06 18:28:28','2025-09-06 18:28:28',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757183308;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757183308;}',7,1,'2025-09-06 18:28:38','2025-09-06 18:28:38',0,NULL),
(326907,'mailpoet/cron/daemon-trigger','complete','2025-09-06 18:30:33','2025-09-06 18:30:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757183433;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757183433;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 18:34:04','2025-09-06 18:34:04',0,NULL),
(326908,'mailpoet/cron/daemon-run','complete','2025-09-06 18:33:59','2025-09-06 18:33:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757183639;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757183639;}',7,1,'2025-09-06 18:34:09','2025-09-06 18:34:09',0,NULL),
(326909,'mailpoet/cron/daemon-trigger','complete','2025-09-06 18:36:04','2025-09-06 18:36:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757183764;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757183764;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 18:39:03','2025-09-06 18:39:03',0,NULL),
(326910,'mailpoet/cron/daemon-trigger','complete','2025-09-06 18:41:03','2025-09-06 18:41:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757184063;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757184063;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 18:44:38','2025-09-06 18:44:38',0,NULL),
(326911,'mailpoet/cron/daemon-trigger','complete','2025-09-06 18:46:38','2025-09-06 18:46:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757184398;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757184398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 18:47:47','2025-09-06 18:47:47',0,NULL),
(326912,'mailpoet/cron/daemon-trigger','complete','2025-09-06 18:49:47','2025-09-06 18:49:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757184587;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757184587;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 18:51:11','2025-09-06 18:51:11',0,NULL),
(326913,'mailpoet/cron/daemon-trigger','complete','2025-09-06 18:53:11','2025-09-06 18:53:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757184791;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757184791;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 18:54:15','2025-09-06 18:54:15',0,NULL),
(326914,'mailpoet/cron/daemon-trigger','complete','2025-09-06 18:56:15','2025-09-06 18:56:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757184975;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757184975;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 18:57:03','2025-09-06 18:57:03',0,NULL),
(326915,'mailpoet/cron/daemon-trigger','complete','2025-09-06 18:59:03','2025-09-06 18:59:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757185143;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757185143;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 19:00:17','2025-09-06 19:00:17',0,NULL),
(326916,'mailpoet/cron/daemon-trigger','complete','2025-09-06 19:02:17','2025-09-06 19:02:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757185337;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757185337;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 19:05:49','2025-09-06 19:05:49',0,NULL),
(326917,'mailpoet/cron/daemon-run','complete','2025-09-06 19:05:44','2025-09-06 19:05:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757185544;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757185544;}',7,1,'2025-09-06 19:05:53','2025-09-06 19:05:53',0,NULL),
(326918,'mailpoet/cron/daemon-trigger','complete','2025-09-06 19:07:49','2025-09-06 19:07:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757185669;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757185669;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 19:09:18','2025-09-06 19:09:18',0,NULL),
(326919,'mailpoet/cron/daemon-trigger','complete','2025-09-06 19:11:18','2025-09-06 19:11:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757185878;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757185878;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 19:11:48','2025-09-06 19:11:48',0,NULL),
(326920,'mailpoet/cron/daemon-trigger','complete','2025-09-06 19:13:48','2025-09-06 19:13:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757186028;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757186028;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 19:16:20','2025-09-06 19:16:20',0,NULL),
(326921,'mailpoet/cron/daemon-trigger','complete','2025-09-06 19:18:20','2025-09-06 19:18:20',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757186300;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757186300;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 19:21:24','2025-09-06 19:21:24',0,NULL),
(326922,'mailpoet/cron/daemon-trigger','complete','2025-09-06 19:23:24','2025-09-06 19:23:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757186604;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757186604;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 19:26:54','2025-09-06 19:26:54',0,NULL),
(326923,'mailpoet/cron/daemon-trigger','complete','2025-09-06 19:28:54','2025-09-06 19:28:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757186934;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757186934;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 19:32:04','2025-09-06 19:32:04',0,NULL),
(326924,'mailpoet/cron/daemon-trigger','complete','2025-09-06 19:34:04','2025-09-06 19:34:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757187244;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757187244;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 19:37:30','2025-09-06 19:37:30',0,NULL),
(326925,'mailpoet/cron/daemon-trigger','complete','2025-09-06 19:39:30','2025-09-06 19:39:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757187570;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757187570;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 19:42:35','2025-09-06 19:42:35',0,NULL),
(326926,'mailpoet/cron/daemon-trigger','complete','2025-09-06 19:44:35','2025-09-06 19:44:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757187875;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757187875;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 19:48:05','2025-09-06 19:48:05',0,NULL),
(326927,'mailpoet/cron/daemon-trigger','complete','2025-09-06 19:50:05','2025-09-06 19:50:05',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757188205;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757188205;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 19:53:10','2025-09-06 19:53:10',0,NULL),
(326928,'mailpoet/cron/daemon-trigger','complete','2025-09-06 19:55:10','2025-09-06 19:55:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757188510;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757188510;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 19:58:45','2025-09-06 19:58:45',0,NULL),
(326929,'mailpoet/cron/daemon-trigger','complete','2025-09-06 20:00:45','2025-09-06 20:00:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757188845;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757188845;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 20:01:24','2025-09-06 20:01:24',0,NULL),
(326930,'mailpoet/cron/daemon-trigger','complete','2025-09-06 20:03:25','2025-09-06 20:03:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757189005;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757189005;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 20:04:04','2025-09-06 20:04:04',0,NULL),
(326931,'mailpoet/cron/daemon-trigger','complete','2025-09-06 20:06:04','2025-09-06 20:06:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757189164;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757189164;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 20:08:10','2025-09-06 20:08:10',0,NULL),
(326932,'mailpoet/cron/daemon-trigger','complete','2025-09-06 20:10:10','2025-09-06 20:10:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757189410;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757189410;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 20:12:33','2025-09-06 20:12:33',0,NULL),
(326933,'mailpoet/cron/daemon-trigger','complete','2025-09-06 20:14:33','2025-09-06 20:14:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757189673;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757189673;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 20:19:26','2025-09-06 20:19:26',0,NULL),
(326934,'mailpoet/cron/daemon-trigger','complete','2025-09-06 20:21:27','2025-09-06 20:21:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757190087;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757190087;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 20:21:39','2025-09-06 20:21:39',0,NULL),
(326935,'mailpoet/cron/daemon-trigger','complete','2025-09-06 20:23:39','2025-09-06 20:23:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757190219;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757190219;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 20:26:22','2025-09-06 20:26:22',0,NULL),
(326936,'mailpoet/cron/daemon-trigger','complete','2025-09-06 20:28:22','2025-09-06 20:28:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757190502;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757190502;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 20:33:17','2025-09-06 20:33:17',0,NULL),
(326937,'mailpoet/cron/daemon-trigger','complete','2025-09-06 20:35:17','2025-09-06 20:35:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757190917;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757190917;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 20:38:10','2025-09-06 20:38:10',0,NULL),
(326938,'mailpoet/cron/daemon-trigger','complete','2025-09-06 20:40:10','2025-09-06 20:40:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757191210;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757191210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 20:40:14','2025-09-06 20:40:14',0,NULL),
(326939,'mailpoet/cron/daemon-trigger','complete','2025-09-06 20:42:14','2025-09-06 20:42:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757191334;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757191334;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 20:42:19','2025-09-06 20:42:19',0,NULL),
(326940,'mailpoet/cron/daemon-trigger','complete','2025-09-06 20:44:19','2025-09-06 20:44:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757191459;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757191459;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 20:47:08','2025-09-06 20:47:08',0,NULL),
(326941,'mailpoet/cron/daemon-trigger','complete','2025-09-06 20:49:08','2025-09-06 20:49:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757191748;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757191748;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 20:53:10','2025-09-06 20:53:10',0,NULL),
(326942,'mailpoet/cron/daemon-trigger','complete','2025-09-06 20:55:10','2025-09-06 20:55:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757192110;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757192110;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 21:01:02','2025-09-06 21:01:02',0,NULL),
(326943,'mailpoet/cron/daemon-trigger','complete','2025-09-06 21:03:02','2025-09-06 21:03:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757192582;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757192582;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 21:07:56','2025-09-06 21:07:56',0,NULL),
(326944,'mailpoet/cron/daemon-trigger','complete','2025-09-06 21:09:56','2025-09-06 21:09:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757192996;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757192996;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 21:14:50','2025-09-06 21:14:50',0,NULL),
(326945,'mailpoet/cron/daemon-trigger','complete','2025-09-06 21:16:50','2025-09-06 21:16:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757193410;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757193410;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 21:21:47','2025-09-06 21:21:47',0,NULL),
(326946,'mailpoet/cron/daemon-trigger','complete','2025-09-06 21:23:47','2025-09-06 21:23:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757193827;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757193827;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 21:28:40','2025-09-06 21:28:40',0,NULL),
(326947,'mailpoet/cron/daemon-trigger','complete','2025-09-06 21:30:40','2025-09-06 21:30:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757194240;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757194240;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 21:35:36','2025-09-06 21:35:36',0,NULL),
(326948,'mailpoet/cron/daemon-trigger','complete','2025-09-06 21:37:36','2025-09-06 21:37:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757194656;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757194656;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 21:38:10','2025-09-06 21:38:10',0,NULL),
(326949,'mailpoet/cron/daemon-trigger','complete','2025-09-06 21:40:10','2025-09-06 21:40:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757194810;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757194810;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 21:42:32','2025-09-06 21:42:32',0,NULL),
(326950,'mailpoet/cron/daemon-trigger','complete','2025-09-06 21:44:32','2025-09-06 21:44:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757195072;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757195072;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 21:49:27','2025-09-06 21:49:27',0,NULL),
(326951,'mailpoet/cron/daemon-trigger','complete','2025-09-06 21:51:27','2025-09-06 21:51:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757195487;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757195487;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 21:53:10','2025-09-06 21:53:10',0,NULL),
(326952,'mailpoet/cron/daemon-trigger','complete','2025-09-06 21:55:10','2025-09-06 21:55:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757195710;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757195710;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 21:56:11','2025-09-06 21:56:11',0,NULL),
(326953,'mailpoet/cron/daemon-trigger','complete','2025-09-06 21:58:12','2025-09-06 21:58:12',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757195892;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757195892;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 22:03:17','2025-09-06 22:03:17',0,NULL),
(326954,'mailpoet/cron/daemon-trigger','complete','2025-09-06 22:05:17','2025-09-06 22:05:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757196317;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757196317;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 22:08:10','2025-09-06 22:08:10',0,NULL),
(326955,'mailpoet/cron/daemon-trigger','complete','2025-09-06 22:10:10','2025-09-06 22:10:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757196610;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757196610;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 22:10:13','2025-09-06 22:10:13',0,NULL),
(326956,'mailpoet/cron/daemon-trigger','complete','2025-09-06 22:12:13','2025-09-06 22:12:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757196733;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757196733;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 22:17:08','2025-09-06 22:17:08',0,NULL),
(326957,'mailpoet/cron/daemon-trigger','complete','2025-09-06 22:19:08','2025-09-06 22:19:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757197148;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757197148;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 22:23:23','2025-09-06 22:23:23',0,NULL),
(326958,'mailpoet/cron/daemon-trigger','complete','2025-09-06 22:25:23','2025-09-06 22:25:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757197523;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757197523;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 22:31:04','2025-09-06 22:31:04',0,NULL),
(326959,'wp_mail_smtp_summary_report_email','complete','2025-09-13 22:23:25','2025-09-13 22:23:25',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757802205;s:18:\"\0*\0first_timestamp\";i:1721052000;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757802205;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',3,1,'2025-11-12 18:35:28','2025-11-12 18:35:28',0,NULL),
(326960,'mailpoet/cron/daemon-trigger','complete','2025-09-06 22:33:04','2025-09-06 22:33:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757197984;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757197984;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 22:37:55','2025-09-06 22:37:55',0,NULL),
(326961,'mailpoet/cron/daemon-trigger','complete','2025-09-06 22:39:55','2025-09-06 22:39:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757198395;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757198395;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 22:40:15','2025-09-06 22:40:15',0,NULL),
(326962,'mailpoet/cron/daemon-trigger','complete','2025-09-06 22:42:15','2025-09-06 22:42:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757198535;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757198535;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 22:42:26','2025-09-06 22:42:26',0,NULL),
(326963,'mailpoet/cron/daemon-run','complete','2025-09-06 22:42:21','2025-09-06 22:42:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757198541;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757198541;}',7,1,'2025-09-06 22:42:30','2025-09-06 22:42:30',0,NULL),
(326964,'mailpoet/cron/daemon-trigger','complete','2025-09-06 22:44:26','2025-09-06 22:44:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757198666;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757198666;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 22:44:50','2025-09-06 22:44:50',0,NULL),
(326965,'mailpoet/cron/daemon-trigger','complete','2025-09-06 22:46:50','2025-09-06 22:46:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757198810;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757198810;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 22:51:46','2025-09-06 22:51:46',0,NULL),
(326966,'mailpoet/cron/daemon-trigger','complete','2025-09-06 22:53:46','2025-09-06 22:53:46',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757199226;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757199226;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 22:58:41','2025-09-06 22:58:41',0,NULL),
(326967,'mailpoet/cron/daemon-trigger','complete','2025-09-06 23:00:41','2025-09-06 23:00:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757199641;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757199641;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 23:03:09','2025-09-06 23:03:09',0,NULL),
(326968,'mailpoet/cron/daemon-trigger','complete','2025-09-06 23:05:09','2025-09-06 23:05:09',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757199909;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757199909;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 23:05:38','2025-09-06 23:05:38',0,NULL),
(326969,'mailpoet/cron/daemon-trigger','complete','2025-09-06 23:07:38','2025-09-06 23:07:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757200058;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757200058;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 23:08:11','2025-09-06 23:08:11',0,NULL),
(326970,'mailpoet/cron/daemon-trigger','complete','2025-09-06 23:10:11','2025-09-06 23:10:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757200211;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757200211;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 23:10:44','2025-09-06 23:10:44',0,NULL),
(326971,'mailpoet/cron/daemon-trigger','complete','2025-09-06 23:12:44','2025-09-06 23:12:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757200364;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757200364;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 23:19:26','2025-09-06 23:19:26',0,NULL),
(326972,'mailpoet/cron/daemon-trigger','complete','2025-09-06 23:21:26','2025-09-06 23:21:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757200886;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757200886;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 23:23:10','2025-09-06 23:23:10',0,NULL),
(326973,'mailpoet/cron/daemon-trigger','complete','2025-09-06 23:25:10','2025-09-06 23:25:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757201110;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757201110;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 23:26:26','2025-09-06 23:26:26',0,NULL),
(326974,'mailpoet/cron/daemon-trigger','complete','2025-09-06 23:28:26','2025-09-06 23:28:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757201306;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757201306;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 23:33:24','2025-09-06 23:33:24',0,NULL),
(326975,'mailpoet/cron/daemon-run','complete','2025-09-06 23:33:19','2025-09-06 23:33:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757201599;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757201599;}',7,1,'2025-09-06 23:33:29','2025-09-06 23:33:29',0,NULL),
(326976,'mailpoet/cron/daemon-trigger','complete','2025-09-06 23:35:24','2025-09-06 23:35:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757201724;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757201724;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 23:38:10','2025-09-06 23:38:10',0,NULL),
(326977,'mailpoet/cron/daemon-trigger','complete','2025-09-06 23:40:10','2025-09-06 23:40:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757202010;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757202010;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 23:40:16','2025-09-06 23:40:16',0,NULL),
(326978,'mailpoet/cron/daemon-trigger','complete','2025-09-06 23:42:16','2025-09-06 23:42:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757202136;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757202136;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 23:47:08','2025-09-06 23:47:08',0,NULL),
(326979,'mailpoet/cron/daemon-trigger','complete','2025-09-06 23:49:08','2025-09-06 23:49:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757202548;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757202548;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 23:53:10','2025-09-06 23:53:10',0,NULL),
(326980,'mailpoet/cron/daemon-trigger','complete','2025-09-06 23:55:10','2025-09-06 23:55:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757202910;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757202910;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 23:55:19','2025-09-06 23:55:19',0,NULL),
(326981,'mailpoet/cron/daemon-trigger','complete','2025-09-06 23:57:19','2025-09-06 23:57:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757203039;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757203039;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-06 23:58:27','2025-09-06 23:58:27',0,NULL),
(326982,'mailpoet/cron/daemon-trigger','complete','2025-09-07 00:00:27','2025-09-07 00:00:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757203227;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757203227;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 00:02:53','2025-09-07 00:02:53',0,NULL),
(326983,'mailpoet/cron/daemon-trigger','complete','2025-09-07 00:04:53','2025-09-07 00:04:53',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757203493;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757203493;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 00:07:13','2025-09-07 00:07:13',0,NULL),
(326984,'mailpoet/cron/daemon-trigger','complete','2025-09-07 00:09:13','2025-09-07 00:09:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757203753;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757203753;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 00:11:37','2025-09-07 00:11:37',0,NULL),
(326985,'mailpoet/cron/daemon-trigger','complete','2025-09-07 00:13:37','2025-09-07 00:13:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757204017;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757204017;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 00:16:00','2025-09-07 00:16:00',0,NULL),
(326986,'mailpoet/cron/daemon-trigger','complete','2025-09-07 00:18:00','2025-09-07 00:18:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757204280;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757204280;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 00:20:24','2025-09-07 00:20:24',0,NULL),
(326987,'mailpoet/cron/daemon-trigger','complete','2025-09-07 00:22:24','2025-09-07 00:22:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757204544;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757204544;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 00:23:10','2025-09-07 00:23:10',0,NULL),
(326988,'mailpoet/cron/daemon-trigger','complete','2025-09-07 00:25:10','2025-09-07 00:25:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757204710;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757204710;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 00:29:11','2025-09-07 00:29:11',0,NULL),
(326989,'mailpoet/cron/daemon-trigger','complete','2025-09-07 00:31:11','2025-09-07 00:31:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757205071;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757205071;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 00:33:10','2025-09-07 00:33:10',0,NULL),
(326990,'mailpoet/cron/daemon-trigger','complete','2025-09-07 00:35:10','2025-09-07 00:35:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757205310;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757205310;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 00:37:58','2025-09-07 00:37:58',0,NULL),
(326991,'mailpoet/cron/daemon-trigger','complete','2025-09-07 00:39:58','2025-09-07 00:39:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757205598;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757205598;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 00:42:26','2025-09-07 00:42:26',0,NULL),
(326992,'mailpoet/cron/daemon-trigger','complete','2025-09-07 00:44:26','2025-09-07 00:44:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757205866;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757205866;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 00:46:44','2025-09-07 00:46:44',0,NULL),
(326993,'mailpoet/cron/daemon-trigger','complete','2025-09-07 00:48:44','2025-09-07 00:48:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757206124;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757206124;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 00:51:08','2025-09-07 00:51:08',0,NULL),
(326994,'mailpoet/cron/daemon-trigger','complete','2025-09-07 00:53:08','2025-09-07 00:53:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757206388;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757206388;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 00:53:15','2025-09-07 00:53:15',0,NULL),
(326995,'mailpoet/cron/daemon-trigger','complete','2025-09-07 00:55:15','2025-09-07 00:55:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757206515;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757206515;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 00:55:31','2025-09-07 00:55:31',0,NULL),
(326996,'mailpoet/cron/daemon-trigger','complete','2025-09-07 00:57:31','2025-09-07 00:57:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757206651;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757206651;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 00:59:54','2025-09-07 00:59:54',0,NULL),
(326997,'mailpoet/cron/daemon-trigger','complete','2025-09-07 01:01:54','2025-09-07 01:01:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757206914;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757206914;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 01:03:10','2025-09-07 01:03:10',0,NULL),
(326998,'mailpoet/cron/daemon-trigger','complete','2025-09-07 01:05:10','2025-09-07 01:05:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757207110;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757207110;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 01:08:41','2025-09-07 01:08:41',0,NULL),
(326999,'mailpoet/cron/daemon-trigger','complete','2025-09-07 01:10:41','2025-09-07 01:10:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757207441;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757207441;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 01:13:05','2025-09-07 01:13:05',0,NULL),
(327000,'mailpoet/cron/daemon-trigger','complete','2025-09-07 01:15:05','2025-09-07 01:15:05',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757207705;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757207705;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 01:17:28','2025-09-07 01:17:28',0,NULL),
(327001,'mailpoet/cron/daemon-trigger','complete','2025-09-07 01:19:28','2025-09-07 01:19:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757207968;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757207968;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 01:21:51','2025-09-07 01:21:51',0,NULL),
(327002,'mailpoet/cron/daemon-trigger','complete','2025-09-07 01:23:51','2025-09-07 01:23:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757208231;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757208231;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 01:26:15','2025-09-07 01:26:15',0,NULL),
(327003,'mailpoet/cron/daemon-trigger','complete','2025-09-07 01:28:15','2025-09-07 01:28:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757208495;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757208495;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 01:30:38','2025-09-07 01:30:38',0,NULL),
(327004,'mailpoet/cron/daemon-trigger','complete','2025-09-07 01:32:38','2025-09-07 01:32:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757208758;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757208758;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 01:33:10','2025-09-07 01:33:10',0,NULL),
(327005,'mailpoet/cron/daemon-trigger','complete','2025-09-07 01:35:10','2025-09-07 01:35:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757208910;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757208910;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 01:39:25','2025-09-07 01:39:25',0,NULL),
(327006,'mailpoet/cron/daemon-trigger','complete','2025-09-07 01:41:25','2025-09-07 01:41:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757209285;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757209285;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 01:43:10','2025-09-07 01:43:10',0,NULL),
(327007,'mailpoet/cron/daemon-trigger','complete','2025-09-07 01:45:10','2025-09-07 01:45:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757209510;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757209510;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 01:48:12','2025-09-07 01:48:12',0,NULL),
(327008,'mailpoet/cron/daemon-trigger','complete','2025-09-07 01:50:12','2025-09-07 01:50:12',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757209812;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757209812;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 01:52:36','2025-09-07 01:52:36',0,NULL),
(327009,'mailpoet/cron/daemon-trigger','complete','2025-09-07 01:54:36','2025-09-07 01:54:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757210076;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757210076;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 01:56:59','2025-09-07 01:56:59',0,NULL),
(327010,'mailpoet/cron/daemon-trigger','complete','2025-09-07 01:58:59','2025-09-07 01:58:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757210339;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757210339;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 02:01:22','2025-09-07 02:01:22',0,NULL),
(327011,'mailpoet/cron/daemon-trigger','complete','2025-09-07 02:03:22','2025-09-07 02:03:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757210602;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757210602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 02:05:46','2025-09-07 02:05:46',0,NULL),
(327012,'mailpoet/cron/daemon-trigger','complete','2025-09-07 02:07:46','2025-09-07 02:07:46',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757210866;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757210866;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 02:08:12','2025-09-07 02:08:12',0,NULL),
(327013,'mailpoet/cron/daemon-trigger','complete','2025-09-07 02:10:12','2025-09-07 02:10:12',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757211012;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757211012;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 02:10:43','2025-09-07 02:10:43',0,NULL),
(327014,'mailpoet/cron/daemon-trigger','complete','2025-09-07 02:12:43','2025-09-07 02:12:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757211163;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757211163;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 02:13:10','2025-09-07 02:13:10',0,NULL),
(327015,'mailpoet/cron/daemon-trigger','complete','2025-09-07 02:15:10','2025-09-07 02:15:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757211310;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757211310;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 02:18:56','2025-09-07 02:18:56',0,NULL),
(327016,'mailpoet/cron/daemon-trigger','complete','2025-09-07 02:20:56','2025-09-07 02:20:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757211656;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757211656;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 02:23:10','2025-09-07 02:23:10',0,NULL),
(327017,'mailpoet/cron/daemon-trigger','complete','2025-09-07 02:25:10','2025-09-07 02:25:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757211910;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757211910;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 02:27:50','2025-09-07 02:27:50',0,NULL),
(327018,'mailpoet/cron/daemon-trigger','complete','2025-09-07 02:29:50','2025-09-07 02:29:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757212190;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757212190;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 02:32:08','2025-09-07 02:32:08',0,NULL),
(327019,'mailpoet/cron/daemon-trigger','complete','2025-09-07 02:34:08','2025-09-07 02:34:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757212448;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757212448;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 02:36:30','2025-09-07 02:36:30',0,NULL),
(327020,'mailpoet/cron/daemon-trigger','complete','2025-09-07 02:38:30','2025-09-07 02:38:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757212710;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757212710;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 02:39:24','2025-09-07 02:39:24',0,NULL),
(327021,'mailpoet/cron/daemon-trigger','complete','2025-09-07 02:41:24','2025-09-07 02:41:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757212884;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757212884;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 02:43:13','2025-09-07 02:43:13',0,NULL),
(327022,'mailpoet/cron/daemon-trigger','complete','2025-09-07 02:45:13','2025-09-07 02:45:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757213113;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757213113;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 02:45:16','2025-09-07 02:45:16',0,NULL),
(327023,'mailpoet/cron/daemon-trigger','complete','2025-09-07 02:47:16','2025-09-07 02:47:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757213236;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757213236;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 02:49:40','2025-09-07 02:49:40',0,NULL),
(327024,'mailpoet/cron/daemon-trigger','complete','2025-09-07 02:51:40','2025-09-07 02:51:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757213500;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757213500;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 02:53:10','2025-09-07 02:53:10',0,NULL),
(327025,'mailpoet/cron/daemon-trigger','complete','2025-09-07 02:55:11','2025-09-07 02:55:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757213711;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757213711;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 02:55:22','2025-09-07 02:55:22',0,NULL),
(327026,'mailpoet/cron/daemon-trigger','complete','2025-09-07 02:57:22','2025-09-07 02:57:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757213842;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757213842;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 02:58:27','2025-09-07 02:58:27',0,NULL),
(327027,'mailpoet/cron/daemon-trigger','complete','2025-09-07 03:00:27','2025-09-07 03:00:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757214027;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757214027;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 03:02:51','2025-09-07 03:02:51',0,NULL),
(327028,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-09-07 03:02:49','2025-09-07 03:02:49',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757214169;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757214169;}',6,1,'2025-09-07 03:02:51','2025-09-07 03:02:51',0,NULL),
(327029,'gla/jobs/resubmit_expiring_products/start','complete','2025-09-08 03:00:00','2025-09-08 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757300400;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1757300400;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-09-08 03:03:23','2025-09-08 03:03:23',0,NULL),
(327030,'mailpoet/cron/daemon-trigger','complete','2025-09-07 03:04:51','2025-09-07 03:04:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757214291;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757214291;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 03:07:13','2025-09-07 03:07:13',0,NULL),
(327031,'mailpoet/cron/daemon-trigger','complete','2025-09-07 03:09:13','2025-09-07 03:09:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757214553;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757214553;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 03:11:37','2025-09-07 03:11:37',0,NULL),
(327032,'mailpoet/cron/daemon-trigger','complete','2025-09-07 03:13:37','2025-09-07 03:13:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757214817;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757214817;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 03:16:01','2025-09-07 03:16:01',0,NULL),
(327033,'mailpoet/cron/daemon-trigger','complete','2025-09-07 03:18:01','2025-09-07 03:18:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757215081;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757215081;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 03:20:24','2025-09-07 03:20:24',0,NULL),
(327034,'mailpoet/cron/daemon-trigger','complete','2025-09-07 03:22:24','2025-09-07 03:22:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757215344;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757215344;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 03:23:11','2025-09-07 03:23:11',0,NULL),
(327035,'woocommerce_cleanup_draft_orders','complete','2025-09-08 03:23:10','2025-09-08 03:23:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757301790;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757301790;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-08 03:25:56','2025-09-08 03:25:56',0,NULL),
(327036,'woocommerce_cleanup_draft_orders','complete','2025-09-08 03:23:10','2025-09-08 03:23:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757301790;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757301790;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-08 03:25:56','2025-09-08 03:25:56',0,NULL),
(327037,'wp_mail_smtp_admin_notifications_update','complete','2025-09-08 03:23:11','2025-09-08 03:23:11',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757301791;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757301791;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-09-08 03:25:56','2025-09-08 03:25:56',0,NULL),
(327038,'wc_gla_cron_daily_notes','complete','2025-09-08 03:23:11','2025-09-08 03:23:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757301791;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757301791;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-08 03:25:56','2025-09-08 03:25:56',0,NULL),
(327039,'mailpoet/cron/daemon-trigger','complete','2025-09-07 03:25:11','2025-09-07 03:25:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757215511;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757215511;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 03:29:11','2025-09-07 03:29:11',0,NULL),
(327040,'mailpoet/cron/daemon-trigger','complete','2025-09-07 03:31:11','2025-09-07 03:31:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757215871;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757215871;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 03:31:44','2025-09-07 03:31:44',0,NULL),
(327041,'woocommerce_refresh_order_count_cache','complete','2025-09-07 15:29:11','2025-09-07 15:29:11',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757258951;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757258951;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-09-07 15:30:10','2025-09-07 15:30:10',0,NULL),
(327042,'mailpoet/cron/daemon-trigger','complete','2025-09-07 03:33:44','2025-09-07 03:33:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757216024;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757216024;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 03:35:37','2025-09-07 03:35:37',0,NULL),
(327043,'mailpoet/cron/daemon-trigger','complete','2025-09-07 03:37:37','2025-09-07 03:37:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757216257;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757216257;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 03:42:02','2025-09-07 03:42:02',0,NULL),
(327044,'mailpoet/cron/daemon-trigger','complete','2025-09-07 03:44:02','2025-09-07 03:44:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757216642;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757216642;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 03:45:55','2025-09-07 03:45:55',0,NULL),
(327045,'mailpoet/cron/daemon-trigger','complete','2025-09-07 03:47:55','2025-09-07 03:47:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757216875;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757216875;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 03:48:30','2025-09-07 03:48:30',0,NULL),
(327046,'mailpoet/cron/daemon-trigger','complete','2025-09-07 03:50:30','2025-09-07 03:50:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757217030;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757217030;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 03:53:10','2025-09-07 03:53:10',0,NULL),
(327047,'mailpoet/cron/daemon-trigger','complete','2025-09-07 03:55:10','2025-09-07 03:55:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757217310;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757217310;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 04:01:22','2025-09-07 04:01:22',0,NULL),
(327048,'mailpoet/cron/daemon-trigger','complete','2025-09-07 04:03:22','2025-09-07 04:03:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757217802;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757217802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 04:07:45','2025-09-07 04:07:45',0,NULL),
(327049,'mailpoet/cron/daemon-trigger','complete','2025-09-07 04:09:45','2025-09-07 04:09:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757218185;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757218185;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 04:10:38','2025-09-07 04:10:38',0,NULL),
(327050,'mailpoet/cron/daemon-trigger','complete','2025-09-07 04:12:38','2025-09-07 04:12:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757218358;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757218358;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 04:13:12','2025-09-07 04:13:12',0,NULL),
(327051,'mailpoet/cron/daemon-trigger','complete','2025-09-07 04:15:12','2025-09-07 04:15:12',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757218512;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757218512;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 04:20:38','2025-09-07 04:20:38',0,NULL),
(327052,'mailpoet/cron/daemon-trigger','complete','2025-09-07 04:22:38','2025-09-07 04:22:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757218958;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757218958;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 04:23:10','2025-09-07 04:23:10',0,NULL),
(327053,'mailpoet/cron/daemon-trigger','complete','2025-09-07 04:25:10','2025-09-07 04:25:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757219110;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757219110;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 04:27:07','2025-09-07 04:27:07',0,NULL),
(327054,'mailpoet/cron/daemon-trigger','complete','2025-09-07 04:29:07','2025-09-07 04:29:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757219347;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757219347;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 04:33:10','2025-09-07 04:33:10',0,NULL),
(327055,'mailpoet/cron/daemon-trigger','complete','2025-09-07 04:35:10','2025-09-07 04:35:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757219710;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757219710;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 04:36:26','2025-09-07 04:36:26',0,NULL),
(327056,'mailpoet/cron/daemon-trigger','complete','2025-09-07 04:38:26','2025-09-07 04:38:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757219906;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757219906;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 04:39:24','2025-09-07 04:39:24',0,NULL),
(327057,'mailpoet/cron/daemon-trigger','complete','2025-09-07 04:41:24','2025-09-07 04:41:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757220084;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757220084;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 04:43:10','2025-09-07 04:43:10',0,NULL),
(327058,'mailpoet/cron/daemon-trigger','complete','2025-09-07 04:45:10','2025-09-07 04:45:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757220310;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757220310;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 04:46:19','2025-09-07 04:46:19',0,NULL),
(327059,'mailpoet/cron/daemon-trigger','complete','2025-09-07 04:48:19','2025-09-07 04:48:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757220499;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757220499;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 04:52:45','2025-09-07 04:52:45',0,NULL),
(327060,'mailpoet/cron/daemon-trigger','complete','2025-09-07 04:54:45','2025-09-07 04:54:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757220885;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757220885;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 04:59:11','2025-09-07 04:59:11',0,NULL),
(327061,'mailpoet/cron/daemon-trigger','complete','2025-09-07 05:01:11','2025-09-07 05:01:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757221271;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757221271;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 05:03:10','2025-09-07 05:03:10',0,NULL),
(327062,'mailpoet/cron/daemon-trigger','complete','2025-09-07 05:05:10','2025-09-07 05:05:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757221510;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757221510;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 05:05:36','2025-09-07 05:05:36',0,NULL),
(327063,'mailpoet/cron/daemon-trigger','complete','2025-09-07 05:07:36','2025-09-07 05:07:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757221656;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757221656;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 05:08:12','2025-09-07 05:08:12',0,NULL),
(327064,'mailpoet/cron/daemon-trigger','complete','2025-09-07 05:10:12','2025-09-07 05:10:12',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757221812;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757221812;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 05:12:03','2025-09-07 05:12:03',0,NULL),
(327065,'mailpoet/cron/daemon-trigger','complete','2025-09-07 05:14:03','2025-09-07 05:14:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757222043;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757222043;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 05:15:34','2025-09-07 05:15:34',0,NULL),
(327066,'mailpoet/cron/daemon-trigger','complete','2025-09-07 05:17:34','2025-09-07 05:17:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757222254;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757222254;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 05:18:33','2025-09-07 05:18:33',0,NULL),
(327067,'mailpoet/cron/daemon-trigger','complete','2025-09-07 05:20:33','2025-09-07 05:20:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757222433;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757222433;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 05:23:10','2025-09-07 05:23:10',0,NULL),
(327068,'mailpoet/cron/daemon-trigger','complete','2025-09-07 05:25:10','2025-09-07 05:25:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757222710;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757222710;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 05:31:19','2025-09-07 05:31:19',0,NULL),
(327069,'mailpoet/cron/daemon-trigger','complete','2025-09-07 05:33:19','2025-09-07 05:33:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757223199;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757223199;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 05:37:47','2025-09-07 05:37:47',0,NULL),
(327070,'mailpoet/cron/daemon-trigger','complete','2025-09-07 05:39:47','2025-09-07 05:39:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757223587;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757223587;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 05:41:33','2025-09-07 05:41:33',0,NULL),
(327071,'mailpoet/cron/daemon-trigger','complete','2025-09-07 05:43:33','2025-09-07 05:43:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757223813;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757223813;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 05:44:11','2025-09-07 05:44:11',0,NULL),
(327072,'mailpoet/cron/daemon-trigger','complete','2025-09-07 05:46:11','2025-09-07 05:46:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757223971;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757223971;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 05:48:10','2025-09-07 05:48:10',0,NULL),
(327073,'mailpoet/cron/daemon-trigger','complete','2025-09-07 05:50:10','2025-09-07 05:50:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757224210;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757224210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 05:50:36','2025-09-07 05:50:36',0,NULL),
(327074,'mailpoet/cron/daemon-trigger','complete','2025-09-07 05:52:36','2025-09-07 05:52:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757224356;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757224356;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 05:53:10','2025-09-07 05:53:10',0,NULL),
(327075,'mailpoet/cron/daemon-trigger','complete','2025-09-07 05:55:10','2025-09-07 05:55:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757224510;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757224510;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 05:57:02','2025-09-07 05:57:02',0,NULL),
(327076,'mailpoet/cron/daemon-trigger','complete','2025-09-07 05:59:02','2025-09-07 05:59:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757224742;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757224742;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 05:59:07','2025-09-07 05:59:07',0,NULL),
(327077,'mailpoet/cron/daemon-trigger','complete','2025-09-07 06:01:07','2025-09-07 06:01:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757224867;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757224867;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 06:03:10','2025-09-07 06:03:10',0,NULL),
(327078,'mailpoet/cron/daemon-trigger','complete','2025-09-07 06:05:10','2025-09-07 06:05:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757225110;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757225110;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 06:06:22','2025-09-07 06:06:22',0,NULL),
(327079,'mailpoet/cron/daemon-trigger','complete','2025-09-07 06:08:22','2025-09-07 06:08:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757225302;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757225302;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 06:08:25','2025-09-07 06:08:25',0,NULL),
(327080,'mailpoet/cron/daemon-trigger','complete','2025-09-07 06:10:25','2025-09-07 06:10:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757225425;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757225425;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 06:19:32','2025-09-07 06:19:32',0,NULL),
(327081,'mailpoet/cron/daemon-trigger','complete','2025-09-07 06:21:32','2025-09-07 06:21:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757226092;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757226092;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 06:35:53','2025-09-07 06:35:53',0,NULL),
(327082,'mailpoet/cron/daemon-trigger','complete','2025-09-07 06:37:53','2025-09-07 06:37:53',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757227073;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757227073;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 06:52:16','2025-09-07 06:52:16',0,NULL),
(327083,'mailpoet/cron/daemon-trigger','complete','2025-09-07 06:54:16','2025-09-07 06:54:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757228056;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757228056;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 07:08:38','2025-09-07 07:08:38',0,NULL),
(327084,'mailpoet/cron/daemon-trigger','complete','2025-09-07 07:10:38','2025-09-07 07:10:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757229038;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757229038;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 07:21:35','2025-09-07 07:21:35',0,NULL),
(327085,'mailpoet/cron/daemon-trigger','complete','2025-09-07 07:23:35','2025-09-07 07:23:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757229815;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757229815;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 07:25:01','2025-09-07 07:25:01',0,NULL),
(327086,'mailpoet/cron/daemon-trigger','complete','2025-09-07 07:27:01','2025-09-07 07:27:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757230021;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757230021;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 07:36:24','2025-09-07 07:36:24',0,NULL),
(327087,'mailpoet/cron/daemon-trigger','complete','2025-09-07 07:38:24','2025-09-07 07:38:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757230704;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757230704;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 07:41:21','2025-09-07 07:41:21',0,NULL),
(327088,'mailpoet/cron/daemon-trigger','complete','2025-09-07 07:43:21','2025-09-07 07:43:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757231001;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757231001;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 07:44:57','2025-09-07 07:44:57',0,NULL),
(327089,'mailpoet/cron/daemon-trigger','complete','2025-09-07 07:46:57','2025-09-07 07:46:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757231217;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757231217;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 07:57:43','2025-09-07 07:57:43',0,NULL),
(327090,'mailpoet/cron/daemon-trigger','complete','2025-09-07 07:59:43','2025-09-07 07:59:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757231983;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757231983;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 08:03:30','2025-09-07 08:03:30',0,NULL),
(327091,'mailpoet/cron/daemon-trigger','complete','2025-09-07 08:05:30','2025-09-07 08:05:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757232330;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757232330;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 08:09:11','2025-09-07 08:09:11',0,NULL),
(327092,'mailpoet/cron/daemon-trigger','complete','2025-09-07 08:11:11','2025-09-07 08:11:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757232671;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757232671;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 08:14:07','2025-09-07 08:14:07',0,NULL),
(327093,'mailpoet/cron/daemon-trigger','complete','2025-09-07 08:16:07','2025-09-07 08:16:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757232967;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757232967;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 08:22:17','2025-09-07 08:22:17',0,NULL),
(327094,'mailpoet/cron/daemon-trigger','complete','2025-09-07 08:24:17','2025-09-07 08:24:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757233457;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757233457;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 08:30:26','2025-09-07 08:30:26',0,NULL),
(327095,'mailpoet/cron/daemon-trigger','complete','2025-09-07 08:32:26','2025-09-07 08:32:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757233946;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757233946;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 08:40:54','2025-09-07 08:40:54',0,NULL),
(327096,'mailpoet/cron/daemon-trigger','complete','2025-09-07 08:42:54','2025-09-07 08:42:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757234574;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757234574;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 08:46:48','2025-09-07 08:46:48',0,NULL),
(327097,'mailpoet/cron/daemon-trigger','complete','2025-09-07 08:48:48','2025-09-07 08:48:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757234928;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757234928;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 08:55:31','2025-09-07 08:55:31',0,NULL),
(327098,'mailpoet/cron/daemon-trigger','complete','2025-09-07 08:57:31','2025-09-07 08:57:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757235451;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757235451;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 08:59:06','2025-09-07 08:59:06',0,NULL),
(327099,'mailpoet/cron/daemon-trigger','complete','2025-09-07 09:01:06','2025-09-07 09:01:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757235666;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757235666;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 09:03:15','2025-09-07 09:03:15',0,NULL),
(327100,'mailpoet/cron/daemon-trigger','complete','2025-09-07 09:05:15','2025-09-07 09:05:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757235915;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757235915;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 09:06:22','2025-09-07 09:06:22',0,NULL),
(327101,'mailpoet/cron/daemon-trigger','complete','2025-09-07 09:08:22','2025-09-07 09:08:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757236102;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757236102;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 09:08:22','2025-09-07 09:08:22',0,NULL),
(327102,'mailpoet/cron/daemon-trigger','complete','2025-09-07 09:10:22','2025-09-07 09:10:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757236222;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757236222;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 09:14:43','2025-09-07 09:14:43',0,NULL),
(327103,'mailpoet/cron/daemon-trigger','complete','2025-09-07 09:16:43','2025-09-07 09:16:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757236603;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757236603;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 09:18:10','2025-09-07 09:18:10',0,NULL),
(327104,'mailpoet/cron/daemon-trigger','complete','2025-09-07 09:20:10','2025-09-07 09:20:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757236810;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757236810;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 09:26:00','2025-09-07 09:26:00',0,NULL),
(327105,'mailpoet/cron/daemon-trigger','complete','2025-09-07 09:28:00','2025-09-07 09:28:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757237280;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757237280;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 09:33:10','2025-09-07 09:33:10',0,NULL),
(327106,'mailpoet/cron/daemon-trigger','complete','2025-09-07 09:35:10','2025-09-07 09:35:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757237710;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757237710;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 09:37:13','2025-09-07 09:37:13',0,NULL),
(327107,'mailpoet/cron/daemon-trigger','complete','2025-09-07 09:39:13','2025-09-07 09:39:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757237953;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757237953;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 09:40:50','2025-09-07 09:40:50',0,NULL),
(327108,'mailpoet/cron/daemon-trigger','complete','2025-09-07 09:42:50','2025-09-07 09:42:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757238170;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757238170;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 09:48:11','2025-09-07 09:48:11',0,NULL),
(327109,'mailpoet/cron/daemon-trigger','complete','2025-09-07 09:50:11','2025-09-07 09:50:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757238611;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757238611;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 09:59:15','2025-09-07 09:59:15',0,NULL),
(327110,'mailpoet/cron/daemon-trigger','complete','2025-09-07 10:01:15','2025-09-07 10:01:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757239275;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757239275;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 10:03:10','2025-09-07 10:03:10',0,NULL),
(327111,'mailpoet/cron/daemon-trigger','complete','2025-09-07 10:05:10','2025-09-07 10:05:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757239510;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757239510;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 10:10:58','2025-09-07 10:10:58',0,NULL),
(327112,'mailpoet/cron/daemon-trigger','complete','2025-09-07 10:12:58','2025-09-07 10:12:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757239978;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757239978;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 10:18:10','2025-09-07 10:18:10',0,NULL),
(327113,'mailpoet/cron/daemon-trigger','complete','2025-09-07 10:20:10','2025-09-07 10:20:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757240410;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757240410;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 10:22:14','2025-09-07 10:22:14',0,NULL),
(327114,'mailpoet/cron/daemon-trigger','complete','2025-09-07 10:24:14','2025-09-07 10:24:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757240654;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757240654;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 10:30:56','2025-09-07 10:30:56',0,NULL),
(327115,'mailpoet/cron/daemon-trigger','complete','2025-09-07 10:32:56','2025-09-07 10:32:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757241176;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757241176;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 10:33:10','2025-09-07 10:33:10',0,NULL),
(327116,'mailpoet/cron/daemon-trigger','complete','2025-09-07 10:35:10','2025-09-07 10:35:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757241310;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757241310;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 10:39:27','2025-09-07 10:39:27',0,NULL),
(327117,'mailpoet/cron/daemon-trigger','complete','2025-09-07 10:41:27','2025-09-07 10:41:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757241687;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757241687;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 10:44:45','2025-09-07 10:44:45',0,NULL),
(327118,'mailpoet/cron/daemon-trigger','complete','2025-09-07 10:46:45','2025-09-07 10:46:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757242005;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757242005;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 10:48:10','2025-09-07 10:48:10',0,NULL),
(327119,'mailpoet/cron/daemon-trigger','complete','2025-09-07 10:50:10','2025-09-07 10:50:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757242210;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757242210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 10:56:03','2025-09-07 10:56:03',0,NULL),
(327120,'mailpoet/cron/daemon-trigger','complete','2025-09-07 10:58:03','2025-09-07 10:58:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757242683;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757242683;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 10:58:40','2025-09-07 10:58:40',0,NULL),
(327121,'mailpoet/cron/daemon-trigger','complete','2025-09-07 11:00:40','2025-09-07 11:00:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757242840;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757242840;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 11:03:10','2025-09-07 11:03:10',0,NULL),
(327122,'mailpoet/cron/daemon-trigger','complete','2025-09-07 11:05:10','2025-09-07 11:05:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757243110;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757243110;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 11:07:13','2025-09-07 11:07:13',0,NULL),
(327123,'mailpoet/cron/daemon-trigger','complete','2025-09-07 11:09:13','2025-09-07 11:09:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757243353;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757243353;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 11:18:16','2025-09-07 11:18:16',0,NULL),
(327124,'mailpoet/cron/daemon-trigger','complete','2025-09-07 11:20:16','2025-09-07 11:20:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757244016;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757244016;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 11:29:43','2025-09-07 11:29:43',0,NULL),
(327125,'mailpoet/cron/daemon-trigger','complete','2025-09-07 11:31:43','2025-09-07 11:31:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757244703;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757244703;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 11:33:11','2025-09-07 11:33:11',0,NULL),
(327126,'mailpoet/cron/daemon-trigger','complete','2025-09-07 11:35:11','2025-09-07 11:35:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757244911;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757244911;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 11:36:41','2025-09-07 11:36:41',0,NULL),
(327127,'mailpoet/cron/daemon-trigger','complete','2025-09-07 11:38:41','2025-09-07 11:38:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757245121;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757245121;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 11:40:58','2025-09-07 11:40:58',0,NULL),
(327128,'mailpoet/cron/daemon-trigger','complete','2025-09-07 11:42:58','2025-09-07 11:42:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757245378;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757245378;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 11:48:10','2025-09-07 11:48:10',0,NULL),
(327129,'mailpoet/cron/daemon-trigger','complete','2025-09-07 11:50:10','2025-09-07 11:50:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757245810;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757245810;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 11:52:13','2025-09-07 11:52:13',0,NULL),
(327130,'mailpoet/cron/daemon-trigger','complete','2025-09-07 11:54:13','2025-09-07 11:54:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757246053;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757246053;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 11:56:24','2025-09-07 11:56:24',0,NULL),
(327131,'mailpoet/cron/daemon-trigger','complete','2025-09-07 11:58:24','2025-09-07 11:58:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757246304;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757246304;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 12:00:24','2025-09-07 12:00:24',0,NULL),
(327132,'mailpoet/cron/daemon-trigger','complete','2025-09-07 12:02:24','2025-09-07 12:02:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757246544;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757246544;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 12:04:19','2025-09-07 12:04:19',0,NULL),
(327133,'mailpoet/cron/daemon-trigger','complete','2025-09-07 12:06:19','2025-09-07 12:06:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757246779;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757246779;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 12:08:36','2025-09-07 12:08:36',0,NULL),
(327134,'mailpoet/cron/daemon-trigger','complete','2025-09-07 12:10:36','2025-09-07 12:10:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757247036;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757247036;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 12:16:48','2025-09-07 12:16:48',0,NULL),
(327135,'mailpoet/cron/daemon-trigger','complete','2025-09-07 12:18:48','2025-09-07 12:18:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757247528;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757247528;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 12:19:31','2025-09-07 12:19:31',0,NULL),
(327136,'mailpoet/cron/daemon-trigger','complete','2025-09-07 12:21:31','2025-09-07 12:21:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757247691;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757247691;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 12:24:56','2025-09-07 12:24:56',0,NULL),
(327137,'mailpoet/cron/daemon-trigger','complete','2025-09-07 12:26:56','2025-09-07 12:26:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757248016;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757248016;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 12:33:07','2025-09-07 12:33:07',0,NULL),
(327138,'mailpoet/cron/daemon-trigger','complete','2025-09-07 12:35:07','2025-09-07 12:35:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757248507;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757248507;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 12:39:28','2025-09-07 12:39:28',0,NULL),
(327139,'mailpoet/cron/daemon-trigger','complete','2025-09-07 12:41:28','2025-09-07 12:41:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757248888;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757248888;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 12:48:10','2025-09-07 12:48:10',0,NULL),
(327140,'mailpoet/cron/daemon-trigger','complete','2025-09-07 12:50:10','2025-09-07 12:50:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757249410;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757249410;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 12:57:40','2025-09-07 12:57:40',0,NULL),
(327141,'mailpoet/cron/daemon-trigger','complete','2025-09-07 12:59:40','2025-09-07 12:59:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757249980;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757249980;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 13:05:51','2025-09-07 13:05:51',0,NULL),
(327142,'mailpoet/cron/daemon-trigger','complete','2025-09-07 13:07:51','2025-09-07 13:07:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757250471;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757250471;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 13:14:03','2025-09-07 13:14:03',0,NULL),
(327143,'mailpoet/cron/daemon-trigger','complete','2025-09-07 13:16:03','2025-09-07 13:16:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757250963;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757250963;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 13:17:33','2025-09-07 13:17:33',0,NULL),
(327144,'mailpoet/cron/daemon-trigger','complete','2025-09-07 13:19:33','2025-09-07 13:19:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757251173;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757251173;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 13:21:32','2025-09-07 13:21:32',0,NULL),
(327145,'mailpoet/cron/daemon-trigger','complete','2025-09-07 13:23:32','2025-09-07 13:23:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757251412;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757251412;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 13:30:26','2025-09-07 13:30:26',0,NULL),
(327146,'mailpoet/cron/daemon-trigger','complete','2025-09-07 13:32:26','2025-09-07 13:32:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757251946;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757251946;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 13:34:19','2025-09-07 13:34:19',0,NULL),
(327147,'mailpoet/cron/daemon-trigger','complete','2025-09-07 13:36:19','2025-09-07 13:36:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757252179;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757252179;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 13:38:37','2025-09-07 13:38:37',0,NULL),
(327148,'mailpoet/cron/daemon-trigger','complete','2025-09-07 13:40:37','2025-09-07 13:40:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757252437;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757252437;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 13:46:41','2025-09-07 13:46:41',0,NULL),
(327149,'mailpoet/cron/daemon-trigger','complete','2025-09-07 13:48:41','2025-09-07 13:48:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757252921;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757252921;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 13:51:47','2025-09-07 13:51:47',0,NULL),
(327150,'mailpoet/cron/daemon-trigger','complete','2025-09-07 13:53:47','2025-09-07 13:53:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757253227;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757253227;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 13:54:56','2025-09-07 13:54:56',0,NULL),
(327151,'mailpoet/cron/daemon-trigger','complete','2025-09-07 13:56:56','2025-09-07 13:56:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757253416;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757253416;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 14:03:08','2025-09-07 14:03:08',0,NULL),
(327152,'mailpoet/cron/daemon-trigger','complete','2025-09-07 14:05:08','2025-09-07 14:05:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757253908;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757253908;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 14:11:18','2025-09-07 14:11:18',0,NULL),
(327153,'mailpoet/cron/daemon-trigger','complete','2025-09-07 14:13:18','2025-09-07 14:13:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757254398;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757254398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 14:18:10','2025-09-07 14:18:10',0,NULL),
(327154,'mailpoet/cron/daemon-trigger','complete','2025-09-07 14:20:10','2025-09-07 14:20:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757254810;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757254810;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 14:39:29','2025-09-07 14:39:29',0,NULL),
(327155,'mailpoet/cron/daemon-trigger','complete','2025-09-07 14:41:29','2025-09-07 14:41:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757256089;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757256089;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 14:43:34','2025-09-07 14:43:34',0,NULL),
(327156,'mailpoet/cron/daemon-trigger','complete','2025-09-07 14:45:34','2025-09-07 14:45:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757256334;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757256334;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 14:47:41','2025-09-07 14:47:41',0,NULL),
(327157,'mailpoet/cron/daemon-trigger','complete','2025-09-07 14:49:41','2025-09-07 14:49:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757256581;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757256581;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 14:49:47','2025-09-07 14:49:47',0,NULL),
(327158,'mailpoet/cron/daemon-trigger','complete','2025-09-07 14:51:47','2025-09-07 14:51:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757256707;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757256707;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 14:54:13','2025-09-07 14:54:13',0,NULL),
(327159,'mailpoet/cron/daemon-trigger','complete','2025-09-07 14:56:13','2025-09-07 14:56:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757256973;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757256973;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 14:57:57','2025-09-07 14:57:57',0,NULL),
(327160,'mailpoet/cron/daemon-trigger','complete','2025-09-07 14:59:57','2025-09-07 14:59:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757257197;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757257197;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 15:11:43','2025-09-07 15:11:43',0,NULL),
(327161,'mailpoet/cron/daemon-trigger','complete','2025-09-07 15:13:43','2025-09-07 15:13:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757258023;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757258023;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 15:14:32','2025-09-07 15:14:32',0,NULL),
(327162,'mailpoet/cron/daemon-trigger','complete','2025-09-07 15:16:32','2025-09-07 15:16:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757258192;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757258192;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 15:25:34','2025-09-07 15:25:34',0,NULL),
(327163,'mailpoet/cron/daemon-trigger','complete','2025-09-07 15:27:34','2025-09-07 15:27:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757258854;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757258854;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 15:30:10','2025-09-07 15:30:10',0,NULL),
(327164,'mailpoet/cron/daemon-trigger','complete','2025-09-07 15:32:10','2025-09-07 15:32:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757259130;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757259130;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 15:39:30','2025-09-07 15:39:30',0,NULL),
(327165,'woocommerce_refresh_order_count_cache','complete','2025-09-08 03:30:10','2025-09-08 03:30:10',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757302210;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757302210;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-09-08 03:39:12','2025-09-08 03:39:12',0,NULL),
(327166,'mailpoet/cron/daemon-trigger','complete','2025-09-07 15:41:30','2025-09-07 15:41:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757259690;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757259690;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 15:42:02','2025-09-07 15:42:02',0,NULL),
(327167,'mailpoet/cron/daemon-trigger','complete','2025-09-07 15:44:02','2025-09-07 15:44:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757259842;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757259842;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 16:06:10','2025-09-07 16:06:10',0,NULL),
(327168,'mailpoet/cron/daemon-trigger','complete','2025-09-07 16:08:10','2025-09-07 16:08:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757261290;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757261290;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 16:12:59','2025-09-07 16:12:59',0,NULL),
(327169,'mailpoet/cron/daemon-trigger','complete','2025-09-07 16:14:59','2025-09-07 16:14:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757261699;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757261699;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 16:18:37','2025-09-07 16:18:37',0,NULL),
(327170,'mailpoet/cron/daemon-trigger','complete','2025-09-07 16:20:37','2025-09-07 16:20:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757262037;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757262037;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 16:39:30','2025-09-07 16:39:30',0,NULL),
(327171,'mailpoet/cron/daemon-trigger','complete','2025-09-07 16:41:30','2025-09-07 16:41:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757263290;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757263290;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 16:42:10','2025-09-07 16:42:10',0,NULL),
(327172,'mailpoet/cron/daemon-trigger','complete','2025-09-07 16:44:10','2025-09-07 16:44:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757263450;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757263450;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 16:54:30','2025-09-07 16:54:30',0,NULL),
(327173,'mailpoet/cron/daemon-trigger','complete','2025-09-07 16:56:30','2025-09-07 16:56:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757264190;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757264190;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 17:09:30','2025-09-07 17:09:30',0,NULL),
(327174,'mailpoet/cron/daemon-trigger','complete','2025-09-07 17:11:30','2025-09-07 17:11:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757265090;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757265090;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 17:12:10','2025-09-07 17:12:10',0,NULL),
(327175,'mailpoet/cron/daemon-trigger','complete','2025-09-07 17:14:10','2025-09-07 17:14:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757265250;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757265250;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 17:27:58','2025-09-07 17:27:58',0,NULL),
(327176,'mailpoet/cron/daemon-trigger','complete','2025-09-07 17:29:58','2025-09-07 17:29:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757266198;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757266198;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 17:39:31','2025-09-07 17:39:31',0,NULL),
(327177,'mailpoet/cron/daemon-trigger','complete','2025-09-07 17:41:31','2025-09-07 17:41:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757266891;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757266891;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 17:42:10','2025-09-07 17:42:10',0,NULL),
(327178,'mailpoet/cron/daemon-trigger','complete','2025-09-07 17:44:10','2025-09-07 17:44:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757267050;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757267050;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 17:54:51','2025-09-07 17:54:51',0,NULL),
(327179,'mailpoet/cron/daemon-trigger','complete','2025-09-07 17:56:51','2025-09-07 17:56:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757267811;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757267811;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 17:57:57','2025-09-07 17:57:57',0,NULL),
(327180,'mailpoet/cron/daemon-trigger','complete','2025-09-07 17:59:57','2025-09-07 17:59:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757267997;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757267997;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 18:12:10','2025-09-07 18:12:10',0,NULL),
(327181,'mailpoet/cron/daemon-trigger','complete','2025-09-07 18:14:10','2025-09-07 18:14:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757268850;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757268850;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 18:27:59','2025-09-07 18:27:59',0,NULL),
(327182,'mailpoet/cron/daemon-trigger','complete','2025-09-07 18:29:59','2025-09-07 18:29:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757269799;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757269799;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 18:35:12','2025-09-07 18:35:12',0,NULL),
(327183,'mailpoet/cron/daemon-trigger','complete','2025-09-07 18:37:12','2025-09-07 18:37:12',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757270232;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757270232;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 18:48:10','2025-09-07 18:48:10',0,NULL),
(327184,'mailpoet/cron/daemon-trigger','complete','2025-09-07 18:50:10','2025-09-07 18:50:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757271010;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757271010;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 19:10:53','2025-09-07 19:10:53',0,NULL),
(327185,'mailpoet/cron/daemon-trigger','complete','2025-09-07 19:12:53','2025-09-07 19:12:53',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757272373;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757272373;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 19:24:10','2025-09-07 19:24:10',0,NULL),
(327186,'mailpoet/cron/daemon-trigger','complete','2025-09-07 19:26:10','2025-09-07 19:26:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757273170;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757273170;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 19:27:59','2025-09-07 19:27:59',0,NULL),
(327187,'mailpoet/cron/daemon-trigger','complete','2025-09-07 19:29:59','2025-09-07 19:29:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757273399;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757273399;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 19:34:18','2025-09-07 19:34:18',0,NULL),
(327188,'mailpoet/cron/daemon-trigger','complete','2025-09-07 19:36:18','2025-09-07 19:36:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757273778;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757273778;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 20:00:15','2025-09-07 20:00:15',0,NULL),
(327189,'mailpoet/cron/daemon-run','complete','2025-09-07 20:00:10','2025-09-07 20:00:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757275210;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757275210;}',7,1,'2025-09-07 20:00:20','2025-09-07 20:00:20',0,NULL),
(327190,'mailpoet/cron/daemon-trigger','complete','2025-09-07 20:02:15','2025-09-07 20:02:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757275335;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757275335;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 20:02:28','2025-09-07 20:02:28',0,NULL),
(327191,'mailpoet/cron/daemon-run','complete','2025-09-07 20:02:23','2025-09-07 20:02:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757275343;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757275343;}',7,1,'2025-09-07 20:02:34','2025-09-07 20:02:34',0,NULL),
(327192,'mailpoet/cron/daemon-trigger','complete','2025-09-07 20:04:28','2025-09-07 20:04:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757275468;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757275468;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 20:04:47','2025-09-07 20:04:47',0,NULL),
(327193,'mailpoet/cron/daemon-trigger','complete','2025-09-07 20:06:47','2025-09-07 20:06:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757275607;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757275607;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 20:07:06','2025-09-07 20:07:06',0,NULL),
(327194,'mailpoet/cron/daemon-trigger','complete','2025-09-07 20:09:06','2025-09-07 20:09:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757275746;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757275746;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 20:27:58','2025-09-07 20:27:58',0,NULL),
(327195,'mailpoet/cron/daemon-trigger','complete','2025-09-07 20:29:58','2025-09-07 20:29:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757276998;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757276998;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 20:34:14','2025-09-07 20:34:14',0,NULL),
(327196,'mailpoet/cron/daemon-trigger','complete','2025-09-07 20:36:14','2025-09-07 20:36:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757277374;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757277374;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 20:36:45','2025-09-07 20:36:45',0,NULL),
(327197,'mailpoet/cron/daemon-trigger','complete','2025-09-07 20:38:45','2025-09-07 20:38:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757277525;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757277525;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 21:12:15','2025-09-07 21:12:15',0,NULL),
(327198,'mailpoet/cron/daemon-run','complete','2025-09-07 21:12:10','2025-09-07 21:12:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757279530;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757279530;}',7,1,'2025-09-07 21:12:20','2025-09-07 21:12:20',0,NULL),
(327199,'mailpoet/cron/daemon-trigger','complete','2025-09-07 21:14:15','2025-09-07 21:14:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757279655;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757279655;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 21:47:16','2025-09-07 21:47:16',0,NULL),
(327200,'mailpoet/cron/daemon-trigger','complete','2025-09-07 21:49:16','2025-09-07 21:49:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757281756;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757281756;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 22:24:10','2025-09-07 22:24:10',0,NULL),
(327201,'mailpoet/cron/daemon-trigger','complete','2025-09-07 22:26:10','2025-09-07 22:26:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757283970;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757283970;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 22:44:34','2025-09-07 22:44:34',0,NULL),
(327202,'mailpoet/cron/daemon-trigger','complete','2025-09-07 22:46:34','2025-09-07 22:46:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757285194;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757285194;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 23:09:10','2025-09-07 23:09:10',0,NULL),
(327203,'mailpoet/cron/daemon-trigger','complete','2025-09-07 23:11:10','2025-09-07 23:11:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757286670;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757286670;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 23:14:34','2025-09-07 23:14:34',0,NULL),
(327204,'mailpoet/cron/daemon-trigger','complete','2025-09-07 23:16:34','2025-09-07 23:16:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757286994;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757286994;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 23:40:39','2025-09-07 23:40:39',0,NULL),
(327205,'mailpoet/cron/daemon-run','complete','2025-09-07 23:40:34','2025-09-07 23:40:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757288434;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757288434;}',7,1,'2025-09-07 23:40:43','2025-09-07 23:40:43',0,NULL),
(327206,'mailpoet/cron/daemon-trigger','complete','2025-09-07 23:42:39','2025-09-07 23:42:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757288559;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757288559;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 23:44:34','2025-09-07 23:44:34',0,NULL),
(327207,'mailpoet/cron/daemon-trigger','complete','2025-09-07 23:46:34','2025-09-07 23:46:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757288794;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757288794;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-07 23:54:15','2025-09-07 23:54:15',0,NULL),
(327208,'mailpoet/cron/daemon-run','complete','2025-09-07 23:54:10','2025-09-07 23:54:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757289250;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757289250;}',7,1,'2025-09-07 23:54:19','2025-09-07 23:54:19',0,NULL),
(327209,'mailpoet/cron/daemon-trigger','complete','2025-09-07 23:56:15','2025-09-07 23:56:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757289375;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757289375;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 00:13:29','2025-09-08 00:13:29',0,NULL),
(327210,'mailpoet/cron/daemon-trigger','complete','2025-09-08 00:15:29','2025-09-08 00:15:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757290529;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757290529;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 00:27:58','2025-09-08 00:27:58',0,NULL),
(327211,'mailpoet/cron/daemon-trigger','complete','2025-09-08 00:29:58','2025-09-08 00:29:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757291398;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757291398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 00:39:10','2025-09-08 00:39:10',0,NULL),
(327212,'mailpoet/cron/daemon-trigger','complete','2025-09-08 00:41:10','2025-09-08 00:41:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757292070;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757292070;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 00:45:21','2025-09-08 00:45:21',0,NULL),
(327213,'mailpoet/cron/daemon-trigger','complete','2025-09-08 00:47:21','2025-09-08 00:47:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757292441;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757292441;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 00:53:26','2025-09-08 00:53:26',0,NULL),
(327214,'mailpoet/cron/daemon-trigger','complete','2025-09-08 00:55:26','2025-09-08 00:55:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757292926;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757292926;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 01:07:42','2025-09-08 01:07:42',0,NULL),
(327215,'mailpoet/cron/daemon-trigger','complete','2025-09-08 01:09:42','2025-09-08 01:09:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757293782;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757293782;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 01:19:23','2025-09-08 01:19:23',0,NULL),
(327216,'mailpoet/cron/daemon-trigger','complete','2025-09-08 01:21:23','2025-09-08 01:21:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757294483;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757294483;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 01:22:56','2025-09-08 01:22:56',0,NULL),
(327217,'mailpoet/cron/daemon-trigger','complete','2025-09-08 01:24:56','2025-09-08 01:24:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757294696;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757294696;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 01:34:18','2025-09-08 01:34:18',0,NULL),
(327218,'mailpoet/cron/daemon-trigger','complete','2025-09-08 01:36:18','2025-09-08 01:36:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757295378;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757295378;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 01:36:19','2025-09-08 01:36:19',0,NULL),
(327219,'mailpoet/cron/daemon-trigger','complete','2025-09-08 01:38:19','2025-09-08 01:38:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757295499;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757295499;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 01:45:06','2025-09-08 01:45:06',0,NULL),
(327220,'mailpoet/cron/daemon-trigger','complete','2025-09-08 01:47:06','2025-09-08 01:47:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757296026;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757296026;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 01:54:33','2025-09-08 01:54:33',0,NULL),
(327221,'mailpoet/cron/daemon-trigger','complete','2025-09-08 01:56:33','2025-09-08 01:56:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757296593;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757296593;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 01:56:37','2025-09-08 01:56:37',0,NULL),
(327222,'mailpoet/cron/daemon-trigger','complete','2025-09-08 01:58:37','2025-09-08 01:58:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757296717;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757296717;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 02:10:49','2025-09-08 02:10:49',0,NULL),
(327223,'mailpoet/cron/daemon-trigger','complete','2025-09-08 02:12:49','2025-09-08 02:12:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757297569;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757297569;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 02:36:37','2025-09-08 02:36:37',0,NULL),
(327224,'mailpoet/cron/daemon-trigger','complete','2025-09-08 02:38:37','2025-09-08 02:38:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757299117;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757299117;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 02:42:49','2025-09-08 02:42:49',0,NULL),
(327225,'mailpoet/cron/daemon-trigger','complete','2025-09-08 02:44:49','2025-09-08 02:44:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757299489;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757299489;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 03:03:23','2025-09-08 03:03:23',0,NULL),
(327226,'mailpoet/cron/daemon-trigger','complete','2025-09-08 03:05:23','2025-09-08 03:05:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757300723;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757300723;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 03:06:58','2025-09-08 03:06:58',0,NULL),
(327227,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-09-08 03:03:22','2025-09-08 03:03:22',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757300602;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757300602;}',6,1,'2025-09-08 03:03:23','2025-09-08 03:03:23',0,NULL),
(327228,'gla/jobs/resubmit_expiring_products/start','complete','2025-09-09 03:00:00','2025-09-09 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757386800;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1757386800;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-09-09 03:07:58','2025-09-09 03:07:58',0,NULL),
(327229,'mailpoet/cron/daemon-trigger','complete','2025-09-08 03:08:58','2025-09-08 03:08:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757300938;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757300938;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 03:12:32','2025-09-08 03:12:32',0,NULL),
(327230,'mailpoet/cron/daemon-trigger','complete','2025-09-08 03:14:32','2025-09-08 03:14:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757301272;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757301272;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 03:25:55','2025-09-08 03:25:55',0,NULL),
(327231,'mailpoet/cron/daemon-trigger','complete','2025-09-08 03:27:55','2025-09-08 03:27:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757302075;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757302075;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 03:39:12','2025-09-08 03:39:12',0,NULL),
(327232,'woocommerce_cleanup_draft_orders','complete','2025-09-09 03:25:56','2025-09-09 03:25:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757388356;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757388356;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-09 03:40:32','2025-09-09 03:40:32',0,NULL),
(327233,'woocommerce_cleanup_draft_orders','complete','2025-09-09 03:25:56','2025-09-09 03:25:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757388356;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757388356;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-09-09 03:40:32','2025-09-09 03:40:32',0,NULL),
(327234,'wp_mail_smtp_admin_notifications_update','complete','2025-09-09 03:25:56','2025-09-09 03:25:56',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757388356;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757388356;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-09-09 03:40:32','2025-09-09 03:40:32',0,NULL),
(327235,'wc_gla_cron_daily_notes','complete','2025-09-09 03:25:56','2025-09-09 03:25:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757388356;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757388356;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-09-09 03:40:33','2025-09-09 03:40:33',0,NULL),
(327236,'mailpoet/cron/daemon-trigger','complete','2025-09-08 03:41:12','2025-09-08 03:41:12',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757302872;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757302872;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 03:48:32','2025-09-08 03:48:32',0,NULL),
(327237,'woocommerce_refresh_order_count_cache','complete','2025-09-08 15:39:12','2025-09-08 15:39:12',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757345952;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757345952;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-09-08 15:54:32','2025-09-08 15:54:32',0,NULL),
(327238,'mailpoet/cron/daemon-trigger','complete','2025-09-08 03:50:32','2025-09-08 03:50:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757303432;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757303432;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 04:12:49','2025-09-08 04:12:49',0,NULL),
(327239,'mailpoet/cron/daemon-trigger','complete','2025-09-08 04:14:49','2025-09-08 04:14:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757304889;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757304889;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 04:18:53','2025-09-08 04:18:53',0,NULL),
(327240,'mailpoet/cron/daemon-trigger','complete','2025-09-08 04:20:53','2025-09-08 04:20:53',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757305253;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757305253;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 04:24:32','2025-09-08 04:24:32',0,NULL),
(327241,'mailpoet/cron/daemon-trigger','complete','2025-09-08 04:26:32','2025-09-08 04:26:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757305592;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757305592;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 05:06:44','2025-09-08 05:06:44',0,NULL),
(327242,'mailpoet/cron/daemon-trigger','complete','2025-09-08 05:08:44','2025-09-08 05:08:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757308124;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757308124;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 05:09:10','2025-09-08 05:09:10',0,NULL),
(327243,'mailpoet/cron/daemon-trigger','complete','2025-09-08 05:11:10','2025-09-08 05:11:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757308270;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757308270;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 05:24:32','2025-09-08 05:24:32',0,NULL),
(327244,'mailpoet/cron/daemon-trigger','complete','2025-09-08 05:26:32','2025-09-08 05:26:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757309192;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757309192;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 05:34:18','2025-09-08 05:34:18',0,NULL),
(327245,'mailpoet/cron/daemon-trigger','complete','2025-09-08 05:36:18','2025-09-08 05:36:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757309778;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757309778;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 05:46:25','2025-09-08 05:46:25',0,NULL),
(327246,'mailpoet/cron/daemon-trigger','complete','2025-09-08 05:48:25','2025-09-08 05:48:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757310505;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757310505;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 05:56:23','2025-09-08 05:56:23',0,NULL),
(327247,'mailpoet/cron/daemon-trigger','complete','2025-09-08 05:58:23','2025-09-08 05:58:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757311103;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757311103;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 06:24:32','2025-09-08 06:24:32',0,NULL),
(327248,'mailpoet/cron/daemon-trigger','complete','2025-09-08 06:26:32','2025-09-08 06:26:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757312792;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757312792;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 06:29:37','2025-09-08 06:29:37',0,NULL),
(327249,'mailpoet/cron/daemon-trigger','complete','2025-09-08 06:31:37','2025-09-08 06:31:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757313097;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757313097;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 06:34:19','2025-09-08 06:34:19',0,NULL),
(327250,'mailpoet/cron/daemon-trigger','complete','2025-09-08 06:36:19','2025-09-08 06:36:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757313379;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757313379;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 06:39:10','2025-09-08 06:39:10',0,NULL),
(327251,'mailpoet/cron/daemon-trigger','complete','2025-09-08 06:41:10','2025-09-08 06:41:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757313670;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757313670;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 06:48:49','2025-09-08 06:48:49',0,NULL),
(327252,'mailpoet/cron/daemon-trigger','complete','2025-09-08 06:50:49','2025-09-08 06:50:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757314249;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757314249;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 07:13:59','2025-09-08 07:13:59',0,NULL),
(327253,'mailpoet/cron/daemon-trigger','complete','2025-09-08 07:15:59','2025-09-08 07:15:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757315759;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757315759;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 07:16:07','2025-09-08 07:16:07',0,NULL),
(327254,'mailpoet/cron/daemon-trigger','complete','2025-09-08 07:18:07','2025-09-08 07:18:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757315887;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757315887;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 07:29:27','2025-09-08 07:29:27',0,NULL),
(327255,'mailpoet/cron/daemon-trigger','complete','2025-09-08 07:31:27','2025-09-08 07:31:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757316687;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757316687;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 07:51:48','2025-09-08 07:51:48',0,NULL),
(327256,'mailpoet/cron/daemon-trigger','complete','2025-09-08 07:53:48','2025-09-08 07:53:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757318028;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757318028;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 07:54:32','2025-09-08 07:54:32',0,NULL),
(327257,'mailpoet/cron/daemon-trigger','complete','2025-09-08 07:56:32','2025-09-08 07:56:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757318192;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757318192;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 08:06:20','2025-09-08 08:06:20',0,NULL),
(327258,'mailpoet/cron/daemon-trigger','complete','2025-09-08 08:08:20','2025-09-08 08:08:20',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757318900;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757318900;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 08:34:59','2025-09-08 08:34:59',0,NULL),
(327259,'mailpoet/cron/daemon-trigger','complete','2025-09-08 08:36:59','2025-09-08 08:36:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757320619;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757320619;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 08:38:21','2025-09-08 08:38:21',0,NULL),
(327260,'mailpoet/cron/daemon-trigger','complete','2025-09-08 08:40:21','2025-09-08 08:40:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757320821;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757320821;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 08:40:25','2025-09-08 08:40:25',0,NULL),
(327261,'mailpoet/cron/daemon-trigger','complete','2025-09-08 08:42:25','2025-09-08 08:42:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757320945;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757320945;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 09:00:20','2025-09-08 09:00:20',0,NULL),
(327262,'mailpoet/cron/daemon-trigger','complete','2025-09-08 09:02:20','2025-09-08 09:02:20',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757322140;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757322140;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 09:02:28','2025-09-08 09:02:28',0,NULL),
(327263,'mailpoet/cron/daemon-trigger','complete','2025-09-08 09:04:28','2025-09-08 09:04:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757322268;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757322268;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 09:05:59','2025-09-08 09:05:59',0,NULL),
(327264,'mailpoet/cron/daemon-trigger','complete','2025-09-08 09:07:59','2025-09-08 09:07:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757322479;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757322479;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 09:24:37','2025-09-08 09:24:37',0,NULL),
(327265,'mailpoet/cron/daemon-trigger','complete','2025-09-08 09:26:37','2025-09-08 09:26:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757323597;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757323597;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 09:39:10','2025-09-08 09:39:10',0,NULL),
(327266,'mailpoet/cron/daemon-trigger','complete','2025-09-08 09:41:10','2025-09-08 09:41:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757324470;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757324470;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 09:46:02','2025-09-08 09:46:02',0,NULL),
(327267,'mailpoet/cron/daemon-trigger','complete','2025-09-08 09:48:02','2025-09-08 09:48:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757324882;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757324882;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 09:51:39','2025-09-08 09:51:39',0,NULL),
(327268,'mailpoet/cron/daemon-trigger','complete','2025-09-08 09:53:39','2025-09-08 09:53:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757325219;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757325219;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 10:10:08','2025-09-08 10:10:08',0,NULL),
(327269,'mailpoet/cron/daemon-trigger','complete','2025-09-08 10:12:08','2025-09-08 10:12:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757326328;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757326328;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 10:27:31','2025-09-08 10:27:31',0,NULL),
(327270,'mailpoet/cron/daemon-trigger','complete','2025-09-08 10:29:31','2025-09-08 10:29:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757327371;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757327371;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 10:36:32','2025-09-08 10:36:32',0,NULL),
(327271,'mailpoet/cron/daemon-trigger','complete','2025-09-08 10:38:32','2025-09-08 10:38:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757327912;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757327912;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 11:12:32','2025-09-08 11:12:32',0,NULL),
(327272,'mailpoet/cron/daemon-trigger','complete','2025-09-08 11:14:32','2025-09-08 11:14:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757330072;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757330072;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 11:34:45','2025-09-08 11:34:45',0,NULL),
(327273,'mailpoet/cron/daemon-trigger','complete','2025-09-08 11:36:45','2025-09-08 11:36:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757331405;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757331405;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 11:36:48','2025-09-08 11:36:48',0,NULL),
(327274,'mailpoet/cron/daemon-trigger','complete','2025-09-08 11:38:48','2025-09-08 11:38:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757331528;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757331528;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 12:15:42','2025-09-08 12:15:42',0,NULL),
(327275,'mailpoet/cron/daemon-trigger','complete','2025-09-08 12:17:42','2025-09-08 12:17:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757333862;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757333862;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 12:39:15','2025-09-08 12:39:15',0,NULL),
(327276,'mailpoet/cron/daemon-trigger','complete','2025-09-08 12:41:15','2025-09-08 12:41:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757335275;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757335275;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 12:42:34','2025-09-08 12:42:34',0,NULL),
(327277,'mailpoet/cron/daemon-trigger','complete','2025-09-08 12:44:34','2025-09-08 12:44:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757335474;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757335474;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 13:42:37','2025-09-08 13:42:37',0,NULL),
(327278,'mailpoet/cron/daemon-trigger','complete','2025-09-08 13:44:37','2025-09-08 13:44:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757339077;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757339077;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 13:54:32','2025-09-08 13:54:32',0,NULL),
(327279,'mailpoet/cron/daemon-trigger','complete','2025-09-08 13:56:32','2025-09-08 13:56:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757339792;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757339792;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 14:02:00','2025-09-08 14:02:00',0,NULL),
(327280,'mailpoet/cron/daemon-trigger','complete','2025-09-08 14:04:00','2025-09-08 14:04:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757340240;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757340240;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 14:24:32','2025-09-08 14:24:32',0,NULL),
(327281,'mailpoet/cron/daemon-trigger','complete','2025-09-08 14:26:32','2025-09-08 14:26:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757341592;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757341592;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 14:33:02','2025-09-08 14:33:02',0,NULL),
(327282,'mailpoet/cron/daemon-trigger','complete','2025-09-08 14:35:02','2025-09-08 14:35:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757342102;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757342102;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 14:52:37','2025-09-08 14:52:37',0,NULL),
(327283,'mailpoet/cron/daemon-trigger','complete','2025-09-08 14:54:37','2025-09-08 14:54:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757343277;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757343277;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 14:56:07','2025-09-08 14:56:07',0,NULL),
(327284,'mailpoet/cron/daemon-trigger','complete','2025-09-08 14:58:07','2025-09-08 14:58:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757343487;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757343487;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 14:59:47','2025-09-08 14:59:47',0,NULL),
(327285,'mailpoet/cron/daemon-trigger','complete','2025-09-08 15:01:47','2025-09-08 15:01:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757343707;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757343707;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 15:03:07','2025-09-08 15:03:07',0,NULL),
(327286,'mailpoet/cron/daemon-trigger','complete','2025-09-08 15:05:07','2025-09-08 15:05:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757343907;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757343907;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 15:06:29','2025-09-08 15:06:29',0,NULL),
(327287,'mailpoet/cron/daemon-trigger','complete','2025-09-08 15:08:29','2025-09-08 15:08:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757344109;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757344109;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 15:10:14','2025-09-08 15:10:14',0,NULL),
(327288,'mailpoet/cron/daemon-trigger','complete','2025-09-08 15:12:14','2025-09-08 15:12:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757344334;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757344334;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 15:14:05','2025-09-08 15:14:05',0,NULL),
(327289,'mailpoet/cron/daemon-trigger','complete','2025-09-08 15:16:05','2025-09-08 15:16:05',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757344565;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757344565;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 15:24:32','2025-09-08 15:24:32',0,NULL),
(327290,'mailpoet/cron/daemon-trigger','complete','2025-09-08 15:26:32','2025-09-08 15:26:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757345192;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757345192;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 15:54:32','2025-09-08 15:54:32',0,NULL),
(327291,'mailpoet/cron/daemon-trigger','complete','2025-09-08 15:56:32','2025-09-08 15:56:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757346992;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757346992;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 16:08:03','2025-09-08 16:08:03',0,NULL),
(327292,'woocommerce_refresh_order_count_cache','complete','2025-09-09 03:54:32','2025-09-09 03:54:32',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757390072;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757390072;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-09-09 03:57:57','2025-09-09 03:57:57',0,NULL),
(327293,'mailpoet/cron/daemon-trigger','complete','2025-09-08 16:10:03','2025-09-08 16:10:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757347803;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757347803;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 16:24:31','2025-09-08 16:24:31',0,NULL),
(327294,'mailpoet/cron/daemon-trigger','complete','2025-09-08 16:26:31','2025-09-08 16:26:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757348791;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757348791;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 16:40:23','2025-09-08 16:40:23',0,NULL),
(327295,'mailpoet/cron/daemon-trigger','complete','2025-09-08 16:42:23','2025-09-08 16:42:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757349743;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757349743;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 16:44:37','2025-09-08 16:44:37',0,NULL),
(327296,'mailpoet/cron/daemon-trigger','complete','2025-09-08 16:46:37','2025-09-08 16:46:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757349997;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757349997;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 17:09:37','2025-09-08 17:09:37',0,NULL),
(327297,'mailpoet/cron/daemon-run','complete','2025-09-08 17:09:32','2025-09-08 17:09:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757351372;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757351372;}',7,1,'2025-09-08 17:09:42','2025-09-08 17:09:42',0,NULL),
(327298,'mailpoet/cron/daemon-trigger','complete','2025-09-08 17:11:37','2025-09-08 17:11:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757351497;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757351497;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 17:33:41','2025-09-08 17:33:41',0,NULL),
(327299,'mailpoet/cron/daemon-trigger','complete','2025-09-08 17:35:41','2025-09-08 17:35:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757352941;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757352941;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 17:54:37','2025-09-08 17:54:37',0,NULL),
(327300,'mailpoet/cron/daemon-run','complete','2025-09-08 17:54:32','2025-09-08 17:54:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757354072;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757354072;}',7,1,'2025-09-08 17:54:41','2025-09-08 17:54:41',0,NULL),
(327301,'mailpoet/cron/daemon-trigger','complete','2025-09-08 17:56:37','2025-09-08 17:56:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757354197;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757354197;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 18:39:32','2025-09-08 18:39:32',0,NULL),
(327302,'mailpoet/cron/daemon-trigger','complete','2025-09-08 18:41:32','2025-09-08 18:41:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757356892;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757356892;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 18:50:48','2025-09-08 18:50:48',0,NULL),
(327303,'mailpoet/cron/daemon-trigger','complete','2025-09-08 18:52:48','2025-09-08 18:52:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757357568;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757357568;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 19:02:01','2025-09-08 19:02:01',0,NULL),
(327304,'mailpoet/cron/daemon-trigger','complete','2025-09-08 19:04:01','2025-09-08 19:04:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757358241;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757358241;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 19:18:26','2025-09-08 19:18:26',0,NULL),
(327305,'mailpoet/cron/daemon-trigger','complete','2025-09-08 19:20:26','2025-09-08 19:20:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757359226;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757359226;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 19:20:54','2025-09-08 19:20:54',0,NULL),
(327306,'mailpoet/cron/daemon-trigger','complete','2025-09-08 19:22:54','2025-09-08 19:22:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757359374;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757359374;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 19:24:32','2025-09-08 19:24:32',0,NULL),
(327307,'mailpoet/cron/daemon-trigger','complete','2025-09-08 19:26:32','2025-09-08 19:26:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757359592;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757359592;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 19:47:21','2025-09-08 19:47:21',0,NULL),
(327308,'mailpoet/cron/daemon-trigger','complete','2025-09-08 19:49:21','2025-09-08 19:49:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757360961;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757360961;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 19:52:43','2025-09-08 19:52:43',0,NULL),
(327309,'mailpoet/cron/daemon-trigger','complete','2025-09-08 19:54:43','2025-09-08 19:54:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757361283;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757361283;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 20:09:32','2025-09-08 20:09:32',0,NULL),
(327310,'mailpoet/cron/daemon-trigger','complete','2025-09-08 20:11:32','2025-09-08 20:11:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757362292;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757362292;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 20:22:05','2025-09-08 20:22:05',0,NULL),
(327311,'mailpoet/cron/daemon-trigger','complete','2025-09-08 20:24:05','2025-09-08 20:24:05',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757363045;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757363045;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 20:46:14','2025-09-08 20:46:14',0,NULL),
(327312,'mailpoet/cron/daemon-trigger','complete','2025-09-08 20:48:14','2025-09-08 20:48:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757364494;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757364494;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 20:54:32','2025-09-08 20:54:32',0,NULL),
(327313,'mailpoet/cron/daemon-trigger','complete','2025-09-08 20:56:32','2025-09-08 20:56:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757364992;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757364992;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 21:15:18','2025-09-08 21:15:18',0,NULL),
(327314,'mailpoet/cron/daemon-trigger','complete','2025-09-08 21:17:18','2025-09-08 21:17:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757366238;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757366238;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 21:39:32','2025-09-08 21:39:32',0,NULL),
(327315,'mailpoet/cron/daemon-trigger','complete','2025-09-08 21:41:32','2025-09-08 21:41:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757367692;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757367692;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 21:43:51','2025-09-08 21:43:51',0,NULL),
(327316,'mailpoet/cron/daemon-trigger','complete','2025-09-08 21:45:51','2025-09-08 21:45:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757367951;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757367951;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 21:48:48','2025-09-08 21:48:48',0,NULL),
(327317,'mailpoet/cron/daemon-trigger','complete','2025-09-08 21:50:48','2025-09-08 21:50:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757368248;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757368248;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 21:52:02','2025-09-08 21:52:02',0,NULL),
(327318,'mailpoet/cron/daemon-trigger','complete','2025-09-08 21:54:02','2025-09-08 21:54:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757368442;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757368442;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 22:02:01','2025-09-08 22:02:01',0,NULL),
(327319,'mailpoet/cron/daemon-trigger','complete','2025-09-08 22:04:01','2025-09-08 22:04:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757369041;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757369041;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 22:20:48','2025-09-08 22:20:48',0,NULL),
(327320,'mailpoet/cron/daemon-trigger','complete','2025-09-08 22:22:48','2025-09-08 22:22:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757370168;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757370168;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 22:39:32','2025-09-08 22:39:32',0,NULL),
(327321,'mailpoet/cron/daemon-trigger','complete','2025-09-08 22:41:32','2025-09-08 22:41:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757371292;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757371292;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 23:08:07','2025-09-08 23:08:07',0,NULL),
(327322,'mailpoet/cron/daemon-trigger','complete','2025-09-08 23:10:07','2025-09-08 23:10:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757373007;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757373007;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-08 23:39:32','2025-09-08 23:39:32',0,NULL),
(327323,'mailpoet/cron/daemon-trigger','complete','2025-09-08 23:41:32','2025-09-08 23:41:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757374892;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757374892;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-09 00:17:19','2025-09-09 00:17:19',0,NULL),
(327324,'mailpoet/cron/daemon-run','complete','2025-09-09 00:17:14','2025-09-09 00:17:14',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757377034;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757377034;}',7,1,'2025-09-09 00:17:24','2025-09-09 00:17:24',0,NULL),
(327325,'mailpoet/cron/daemon-trigger','complete','2025-09-09 00:19:19','2025-09-09 00:19:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757377159;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757377159;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-09 00:45:03','2025-09-09 00:45:03',0,NULL),
(327326,'mailpoet/cron/daemon-run','complete','2025-09-09 00:44:58','2025-09-09 00:44:58',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757378698;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757378698;}',7,1,'2025-09-09 00:45:08','2025-09-09 00:45:08',0,NULL),
(327327,'mailpoet/cron/daemon-trigger','complete','2025-09-09 00:47:03','2025-09-09 00:47:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757378823;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757378823;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-09 00:48:44','2025-09-09 00:48:44',0,NULL),
(327328,'mailpoet/cron/daemon-trigger','complete','2025-09-09 00:50:44','2025-09-09 00:50:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757379044;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757379044;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-09 01:02:00','2025-09-09 01:02:00',0,NULL),
(327329,'mailpoet/cron/daemon-trigger','complete','2025-09-09 01:04:00','2025-09-09 01:04:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757379840;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757379840;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-09 01:09:32','2025-09-09 01:09:32',0,NULL),
(327330,'mailpoet/cron/daemon-trigger','complete','2025-09-09 01:11:32','2025-09-09 01:11:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757380292;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757380292;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-09 01:32:44','2025-09-09 01:32:44',0,NULL),
(327331,'mailpoet/cron/daemon-trigger','complete','2025-09-09 01:34:44','2025-09-09 01:34:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757381684;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757381684;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-09 02:38:14','2025-09-09 02:38:14',0,NULL),
(327332,'mailpoet/cron/daemon-trigger','complete','2025-09-09 02:40:14','2025-09-09 02:40:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757385614;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757385614;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-09 02:40:28','2025-09-09 02:40:28',0,NULL),
(327333,'mailpoet/cron/daemon-trigger','complete','2025-09-09 02:42:28','2025-09-09 02:42:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757385748;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757385748;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-09 02:43:56','2025-09-09 02:43:56',0,NULL),
(327334,'mailpoet/cron/daemon-trigger','complete','2025-09-09 02:45:56','2025-09-09 02:45:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757385956;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757385956;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-09 02:46:04','2025-09-09 02:46:04',0,NULL),
(327335,'mailpoet/cron/daemon-trigger','complete','2025-09-09 02:48:04','2025-09-09 02:48:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757386084;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757386084;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-09 02:49:59','2025-09-09 02:49:59',0,NULL),
(327336,'mailpoet/cron/daemon-trigger','complete','2025-09-09 02:51:59','2025-09-09 02:51:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757386319;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757386319;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-09 03:07:58','2025-09-09 03:07:58',0,NULL),
(327337,'mailpoet/cron/daemon-trigger','complete','2025-09-09 03:09:58','2025-09-09 03:09:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757387398;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757387398;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-09 03:17:29','2025-09-09 03:17:29',0,NULL),
(327338,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-09-09 03:07:57','2025-09-09 03:07:57',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1757387277;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1757387277;}',6,1,'2025-09-09 03:07:59','2025-09-09 03:07:59',0,NULL),
(327339,'gla/jobs/resubmit_expiring_products/start','complete','2025-09-10 03:00:00','2025-09-10 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757473200;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1757473200;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-12 18:34:28','2025-11-12 18:34:28',0,NULL),
(327340,'mailpoet/cron/daemon-trigger','complete','2025-09-09 03:19:29','2025-09-09 03:19:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757387969;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757387969;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-09 03:23:45','2025-09-09 03:23:45',0,NULL),
(327341,'mailpoet/cron/daemon-trigger','complete','2025-09-09 03:25:45','2025-09-09 03:25:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757388345;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757388345;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-09 03:40:32','2025-09-09 03:40:32',0,NULL),
(327342,'mailpoet/cron/daemon-trigger','complete','2025-09-09 03:42:32','2025-09-09 03:42:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757389352;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757389352;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-09-09 03:57:57','2025-09-09 03:57:57',0,NULL),
(327343,'woocommerce_cleanup_draft_orders','complete','2025-09-10 03:40:32','2025-09-10 03:40:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757475632;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757475632;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-12 18:34:45','2025-11-12 18:34:45',0,NULL),
(327344,'woocommerce_cleanup_draft_orders','complete','2025-09-10 03:40:32','2025-09-10 03:40:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757475632;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757475632;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-12 18:35:05','2025-11-12 18:35:05',0,NULL),
(327345,'wp_mail_smtp_admin_notifications_update','complete','2025-09-10 03:40:32','2025-09-10 03:40:32',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757475632;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757475632;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-11-12 18:35:11','2025-11-12 18:35:11',0,NULL),
(327346,'wc_gla_cron_daily_notes','complete','2025-09-10 03:40:33','2025-09-10 03:40:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757475633;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757475633;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-12 18:35:22','2025-11-12 18:35:22',0,NULL),
(327347,'mailpoet/cron/daemon-trigger','complete','2025-09-09 03:59:57','2025-09-09 03:59:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757390397;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757390397;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-12 18:34:08','2025-11-12 18:34:08',0,NULL),
(327348,'woocommerce_refresh_order_count_cache','complete','2025-09-09 15:57:57','2025-09-09 15:57:57',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1757433477;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1757433477;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-12 18:34:14','2025-11-12 18:34:14',0,NULL),
(327349,'mailpoet/cron/daemon-run','complete','2025-11-12 18:34:03','2025-11-12 18:34:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1762972443;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1762972443;}',7,1,'2025-11-12 18:35:38','2025-11-12 18:35:38',0,NULL),
(327350,'mailpoet/cron/daemon-trigger','complete','2025-11-12 18:36:08','2025-11-12 18:36:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1762972568;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1762972568;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-13 01:59:00','2025-11-13 01:59:00',0,NULL),
(327351,'woocommerce_refresh_order_count_cache','complete','2025-11-13 06:34:14','2025-11-13 06:34:14',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763015654;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763015654;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-13 07:01:03','2025-11-13 07:01:03',0,NULL),
(327352,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-12 18:34:27','2025-11-12 18:34:27',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1762972467;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1762972467;}',6,1,'2025-11-12 18:35:46','2025-11-12 18:35:46',0,NULL),
(327353,'gla/jobs/resubmit_expiring_products/start','complete','2025-11-13 03:00:00','2025-11-13 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763002800;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1763002800;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-13 07:00:52','2025-11-13 07:00:52',0,NULL),
(327354,'woocommerce_cleanup_draft_orders','complete','2025-11-13 18:34:45','2025-11-13 18:34:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763058885;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763058885;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-14 03:03:22','2025-11-14 03:03:22',0,NULL),
(327355,'woocommerce_cleanup_draft_orders','complete','2025-11-13 18:35:05','2025-11-13 18:35:05',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763058905;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763058905;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-14 03:03:33','2025-11-14 03:03:33',0,NULL),
(327356,'wp_mail_smtp_admin_notifications_update','complete','2025-11-13 18:35:11','2025-11-13 18:35:11',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763058911;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763058911;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-11-14 03:03:50','2025-11-14 03:03:50',0,NULL),
(327357,'wc_gla_cron_daily_notes','complete','2025-11-13 18:35:22','2025-11-13 18:35:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763058922;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763058922;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-14 03:03:57','2025-11-14 03:03:57',0,NULL),
(327358,'wp_mail_smtp_summary_report_email','complete','2025-11-19 18:35:28','2025-11-19 18:35:28',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763577328;s:18:\"\0*\0first_timestamp\";i:1721052000;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763577328;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',3,1,'2025-11-19 21:19:36','2025-11-19 21:19:36',0,NULL),
(327359,'mailpoet/cron/daemon-run','complete','2025-11-13 01:58:55','2025-11-13 01:58:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1762999135;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1762999135;}',7,1,'2025-11-13 01:59:07','2025-11-13 01:59:07',0,NULL),
(327360,'mailpoet/cron/daemon-trigger','complete','2025-11-13 02:01:00','2025-11-13 02:01:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1762999260;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1762999260;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-13 07:00:44','2025-11-13 07:00:44',0,NULL),
(327361,'mailpoet/cron/daemon-run','complete','2025-11-13 07:00:39','2025-11-13 07:00:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763017239;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763017239;}',7,1,'2025-11-13 07:01:20','2025-11-13 07:01:20',0,NULL),
(327362,'mailpoet/cron/daemon-trigger','complete','2025-11-13 07:02:44','2025-11-13 07:02:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763017364;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763017364;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-13 09:23:47','2025-11-13 09:23:47',0,NULL),
(327363,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-13 07:00:51','2025-11-13 07:00:51',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763017251;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763017251;}',6,1,'2025-11-13 07:01:36','2025-11-13 07:01:36',0,NULL),
(327364,'gla/jobs/resubmit_expiring_products/start','complete','2025-11-14 03:00:00','2025-11-14 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763089200;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1763089200;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-14 03:04:23','2025-11-14 03:04:23',0,NULL),
(327365,'woocommerce_refresh_order_count_cache','complete','2025-11-13 19:01:03','2025-11-13 19:01:03',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763060463;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763060463;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-14 03:04:07','2025-11-14 03:04:07',0,NULL),
(327366,'mailpoet/cron/daemon-run','complete','2025-11-13 09:23:42','2025-11-13 09:23:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763025822;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763025822;}',7,1,'2025-11-13 09:23:54','2025-11-13 09:23:54',0,NULL),
(327367,'mailpoet/cron/daemon-trigger','complete','2025-11-13 09:25:47','2025-11-13 09:25:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763025947;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763025947;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-13 09:56:23','2025-11-13 09:56:23',0,NULL),
(327368,'mailpoet/cron/daemon-trigger','complete','2025-11-13 09:58:23','2025-11-13 09:58:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763027903;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763027903;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-14 03:03:15','2025-11-14 03:03:15',0,NULL),
(327369,'mailpoet/cron/daemon-run','complete','2025-11-14 03:03:10','2025-11-14 03:03:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763089390;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763089390;}',7,1,'2025-11-14 03:04:32','2025-11-14 03:04:32',0,NULL),
(327370,'mailpoet/cron/daemon-trigger','complete','2025-11-14 03:05:15','2025-11-14 03:05:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763089515;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763089515;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-15 04:00:00','2025-11-15 04:00:00',0,NULL),
(327371,'woocommerce_cleanup_draft_orders','complete','2025-11-15 03:03:22','2025-11-15 03:03:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763175802;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763175802;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-15 04:00:32','2025-11-15 04:00:32',0,NULL),
(327372,'woocommerce_cleanup_draft_orders','complete','2025-11-15 03:03:33','2025-11-15 03:03:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763175813;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763175813;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-15 04:00:48','2025-11-15 04:00:48',0,NULL),
(327373,'wp_mail_smtp_admin_notifications_update','complete','2025-11-15 03:03:50','2025-11-15 03:03:50',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763175830;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763175830;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-11-15 04:01:04','2025-11-15 04:01:04',0,NULL),
(327374,'wc_gla_cron_daily_notes','complete','2025-11-15 03:03:57','2025-11-15 03:03:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763175837;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763175837;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-15 04:01:20','2025-11-15 04:01:20',0,NULL),
(327375,'woocommerce_refresh_order_count_cache','complete','2025-11-14 15:04:07','2025-11-14 15:04:07',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763132647;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763132647;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-15 04:00:06','2025-11-15 04:00:06',0,NULL),
(327376,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-14 03:04:22','2025-11-14 03:04:22',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763089462;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763089462;}',6,1,'2025-11-14 03:04:40','2025-11-14 03:04:40',0,NULL),
(327377,'gla/jobs/resubmit_expiring_products/start','complete','2025-11-15 03:00:00','2025-11-15 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763175600;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1763175600;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-15 04:00:16','2025-11-15 04:00:16',0,NULL),
(327378,'mailpoet/cron/daemon-run','complete','2025-11-15 03:59:54','2025-11-15 03:59:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763179194;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763179194;}',7,1,'2025-11-15 04:01:37','2025-11-15 04:01:37',0,NULL),
(327379,'mailpoet/cron/daemon-trigger','complete','2025-11-15 04:02:00','2025-11-15 04:02:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763179320;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763179320;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-15 15:37:30','2025-11-15 15:37:30',0,NULL),
(327380,'woocommerce_refresh_order_count_cache','complete','2025-11-15 16:00:06','2025-11-15 16:00:06',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763222406;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763222406;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-15 16:00:09','2025-11-15 16:00:09',0,NULL),
(327381,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-15 04:00:15','2025-11-15 04:00:15',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763179215;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763179215;}',6,1,'2025-11-15 04:01:53','2025-11-15 04:01:53',0,NULL),
(327382,'gla/jobs/resubmit_expiring_products/start','complete','2025-11-16 03:00:00','2025-11-16 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763262000;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1763262000;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-16 05:00:01','2025-11-16 05:00:01',0,NULL),
(327383,'woocommerce_cleanup_draft_orders','complete','2025-11-16 04:00:32','2025-11-16 04:00:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763265632;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763265632;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-16 05:00:23','2025-11-16 05:00:23',0,NULL),
(327384,'woocommerce_cleanup_draft_orders','complete','2025-11-16 04:00:48','2025-11-16 04:00:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763265648;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763265648;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-16 05:00:23','2025-11-16 05:00:23',0,NULL),
(327385,'wp_mail_smtp_admin_notifications_update','complete','2025-11-16 04:01:04','2025-11-16 04:01:04',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763265664;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763265664;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-11-16 05:00:24','2025-11-16 05:00:24',0,NULL),
(327386,'wc_gla_cron_daily_notes','complete','2025-11-16 04:01:20','2025-11-16 04:01:20',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763265680;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763265680;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-16 05:00:24','2025-11-16 05:00:24',0,NULL),
(327387,'mailpoet/cron/daemon-run','complete','2025-11-15 15:37:25','2025-11-15 15:37:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763221045;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763221045;}',7,1,'2025-11-15 15:37:36','2025-11-15 15:37:36',0,NULL),
(327388,'mailpoet/cron/daemon-trigger','complete','2025-11-15 15:39:30','2025-11-15 15:39:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763221170;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763221170;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-15 15:39:34','2025-11-15 15:39:34',0,NULL),
(327389,'mailpoet/cron/daemon-trigger','complete','2025-11-15 15:41:34','2025-11-15 15:41:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763221294;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763221294;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-15 15:45:31','2025-11-15 15:45:31',0,NULL),
(327390,'mailpoet/cron/daemon-trigger','complete','2025-11-15 15:47:31','2025-11-15 15:47:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763221651;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763221651;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-15 15:49:08','2025-11-15 15:49:08',0,NULL),
(327391,'mailpoet/cron/daemon-trigger','complete','2025-11-15 15:51:08','2025-11-15 15:51:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763221868;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763221868;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-15 15:51:08','2025-11-15 15:51:08',0,NULL),
(327392,'mailpoet/cron/daemon-trigger','complete','2025-11-15 15:53:08','2025-11-15 15:53:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763221988;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763221988;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-15 15:53:29','2025-11-15 15:53:29',0,NULL),
(327393,'mailpoet/cron/daemon-trigger','complete','2025-11-15 15:55:30','2025-11-15 15:55:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763222130;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763222130;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-15 16:00:09','2025-11-15 16:00:09',0,NULL),
(327394,'mailpoet/cron/daemon-trigger','complete','2025-11-15 16:02:09','2025-11-15 16:02:09',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763222529;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763222529;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-15 16:13:54','2025-11-15 16:13:54',0,NULL),
(327395,'woocommerce_refresh_order_count_cache','complete','2025-11-16 04:00:09','2025-11-16 04:00:09',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763265609;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763265609;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-16 05:00:19','2025-11-16 05:00:19',0,NULL),
(327396,'mailpoet/cron/daemon-trigger','complete','2025-11-15 16:15:54','2025-11-15 16:15:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763223354;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763223354;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-15 16:22:04','2025-11-15 16:22:04',0,NULL),
(327397,'mailpoet/cron/daemon-trigger','complete','2025-11-15 16:24:04','2025-11-15 16:24:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763223844;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763223844;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-15 16:27:04','2025-11-15 16:27:04',0,NULL),
(327398,'mailpoet/cron/daemon-trigger','complete','2025-11-15 16:29:04','2025-11-15 16:29:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763224144;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763224144;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-15 16:38:05','2025-11-15 16:38:05',0,NULL),
(327399,'mailpoet/cron/daemon-run','complete','2025-11-15 16:38:00','2025-11-15 16:38:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763224680;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763224680;}',7,1,'2025-11-15 16:38:11','2025-11-15 16:38:11',0,NULL),
(327400,'mailpoet/cron/daemon-trigger','complete','2025-11-15 16:40:05','2025-11-15 16:40:05',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763224805;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763224805;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-15 16:41:56','2025-11-15 16:41:56',0,NULL),
(327401,'mailpoet/cron/daemon-trigger','complete','2025-11-15 16:43:56','2025-11-15 16:43:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763225036;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763225036;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-15 23:59:00','2025-11-15 23:59:00',0,NULL),
(327402,'mailpoet/cron/daemon-trigger','complete','2025-11-16 00:01:00','2025-11-16 00:01:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763251260;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763251260;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-16 04:59:55','2025-11-16 04:59:55',0,NULL),
(327403,'mailpoet/cron/daemon-run','complete','2025-11-16 04:59:50','2025-11-16 04:59:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763269190;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763269190;}',7,1,'2025-11-16 05:00:24','2025-11-16 05:00:24',0,NULL),
(327404,'mailpoet/cron/daemon-trigger','complete','2025-11-16 05:01:55','2025-11-16 05:01:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763269315;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763269315;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-17 10:37:25','2025-11-17 10:37:25',0,NULL),
(327405,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-16 05:00:00','2025-11-16 05:00:00',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763269200;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763269200;}',6,1,'2025-11-16 05:00:24','2025-11-16 05:00:24',0,NULL),
(327406,'gla/jobs/resubmit_expiring_products/start','complete','2025-11-17 03:00:00','2025-11-17 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763348400;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1763348400;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-17 10:37:42','2025-11-17 10:37:42',0,NULL),
(327407,'woocommerce_refresh_order_count_cache','complete','2025-11-16 17:00:19','2025-11-16 17:00:19',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763312419;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763312419;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-17 10:37:31','2025-11-17 10:37:31',0,NULL),
(327408,'woocommerce_cleanup_draft_orders','complete','2025-11-17 05:00:23','2025-11-17 05:00:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763355623;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763355623;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-17 10:37:58','2025-11-17 10:37:58',0,NULL),
(327409,'woocommerce_cleanup_draft_orders','complete','2025-11-17 05:00:23','2025-11-17 05:00:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763355623;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763355623;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-17 10:38:15','2025-11-17 10:38:15',0,NULL),
(327410,'wp_mail_smtp_admin_notifications_update','complete','2025-11-17 05:00:24','2025-11-17 05:00:24',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763355624;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763355624;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-11-17 10:38:31','2025-11-17 10:38:31',0,NULL),
(327411,'wc_gla_cron_daily_notes','complete','2025-11-17 05:00:24','2025-11-17 05:00:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763355624;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763355624;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-17 10:38:48','2025-11-17 10:38:48',0,NULL),
(327412,'mailpoet/cron/daemon-run','complete','2025-11-17 10:37:20','2025-11-17 10:37:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763375840;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763375840;}',7,1,'2025-11-17 10:39:04','2025-11-17 10:39:04',0,NULL),
(327413,'mailpoet/cron/daemon-trigger','complete','2025-11-17 10:39:25','2025-11-17 10:39:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763375965;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763375965;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-17 10:39:42','2025-11-17 10:39:42',0,NULL),
(327414,'woocommerce_refresh_order_count_cache','complete','2025-11-17 22:37:31','2025-11-17 22:37:31',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763419051;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763419051;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-18 01:48:01','2025-11-18 01:48:01',0,NULL),
(327415,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-17 10:37:41','2025-11-17 10:37:41',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763375861;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763375861;}',6,1,'2025-11-17 10:39:20','2025-11-17 10:39:20',0,NULL),
(327416,'gla/jobs/resubmit_expiring_products/start','complete','2025-11-18 03:00:00','2025-11-18 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763434800;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1763434800;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-18 05:24:23','2025-11-18 05:24:23',0,NULL),
(327417,'woocommerce_cleanup_draft_orders','complete','2025-11-18 10:37:58','2025-11-18 10:37:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763462278;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763462278;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-18 11:10:02','2025-11-18 11:10:02',0,NULL),
(327418,'woocommerce_cleanup_draft_orders','complete','2025-11-18 10:38:15','2025-11-18 10:38:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763462295;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763462295;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-18 11:10:13','2025-11-18 11:10:13',0,NULL),
(327419,'wp_mail_smtp_admin_notifications_update','complete','2025-11-18 10:38:31','2025-11-18 10:38:31',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763462311;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763462311;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-11-18 11:10:20','2025-11-18 11:10:20',0,NULL),
(327420,'wc_gla_cron_daily_notes','complete','2025-11-18 10:38:48','2025-11-18 10:38:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763462328;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763462328;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-18 11:10:20','2025-11-18 11:10:20',0,NULL),
(327421,'mailpoet/cron/daemon-run','complete','2025-11-17 10:39:37','2025-11-17 10:39:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763375977;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763375977;}',7,1,'2025-11-17 10:39:48','2025-11-17 10:39:48',0,NULL),
(327422,'mailpoet/cron/daemon-trigger','complete','2025-11-17 10:41:42','2025-11-17 10:41:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763376102;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763376102;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-18 01:47:54','2025-11-18 01:47:54',0,NULL),
(327423,'mailpoet/cron/daemon-run','complete','2025-11-18 01:47:49','2025-11-18 01:47:49',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763430469;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763430469;}',7,1,'2025-11-18 01:48:12','2025-11-18 01:48:12',0,NULL),
(327424,'mailpoet/cron/daemon-trigger','complete','2025-11-18 01:49:54','2025-11-18 01:49:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763430594;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763430594;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-18 01:50:22','2025-11-18 01:50:22',0,NULL),
(327425,'woocommerce_refresh_order_count_cache','complete','2025-11-18 13:48:01','2025-11-18 13:48:01',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763473681;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763473681;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-18 14:47:10','2025-11-18 14:47:10',0,NULL),
(327426,'mailpoet/cron/daemon-trigger','complete','2025-11-18 01:52:22','2025-11-18 01:52:22',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763430742;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763430742;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-18 01:56:12','2025-11-18 01:56:12',0,NULL),
(327427,'mailpoet/cron/daemon-trigger','complete','2025-11-18 01:58:12','2025-11-18 01:58:12',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763431092;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763431092;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-18 02:00:58','2025-11-18 02:00:58',0,NULL),
(327428,'mailpoet/cron/daemon-trigger','complete','2025-11-18 02:02:58','2025-11-18 02:02:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763431378;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763431378;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-18 05:24:23','2025-11-18 05:24:23',0,NULL),
(327429,'mailpoet/cron/daemon-trigger','complete','2025-11-18 05:26:23','2025-11-18 05:26:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763443583;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763443583;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-18 11:09:55','2025-11-18 11:09:55',0,NULL),
(327430,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-18 05:24:22','2025-11-18 05:24:22',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763443462;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763443462;}',6,1,'2025-11-18 05:24:23','2025-11-18 05:24:23',0,NULL),
(327431,'gla/jobs/resubmit_expiring_products/start','complete','2025-11-19 03:00:00','2025-11-19 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763521200;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1763521200;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-19 14:09:07','2025-11-19 14:09:07',0,NULL),
(327432,'mailpoet/cron/daemon-run','complete','2025-11-18 11:09:50','2025-11-18 11:09:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763464190;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763464190;}',7,1,'2025-11-18 11:10:20','2025-11-18 11:10:20',0,NULL),
(327433,'mailpoet/cron/daemon-trigger','complete','2025-11-18 11:11:55','2025-11-18 11:11:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763464315;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763464315;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-18 12:45:13','2025-11-18 12:45:13',0,NULL),
(327434,'woocommerce_cleanup_draft_orders','complete','2025-11-19 11:10:02','2025-11-19 11:10:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763550602;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763550602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-19 14:09:23','2025-11-19 14:09:23',0,NULL),
(327435,'woocommerce_cleanup_draft_orders','complete','2025-11-19 11:10:14','2025-11-19 11:10:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763550614;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763550614;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-19 14:09:42','2025-11-19 14:09:42',0,NULL),
(327436,'wp_mail_smtp_admin_notifications_update','complete','2025-11-19 11:10:20','2025-11-19 11:10:20',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763550620;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763550620;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-11-19 14:09:59','2025-11-19 14:09:59',0,NULL),
(327437,'wc_gla_cron_daily_notes','complete','2025-11-19 11:10:20','2025-11-19 11:10:20',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763550620;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763550620;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-19 14:10:15','2025-11-19 14:10:15',0,NULL),
(327438,'mailpoet/cron/daemon-run','complete','2025-11-18 12:45:08','2025-11-18 12:45:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763469908;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763469908;}',7,1,'2025-11-18 12:45:20','2025-11-18 12:45:20',0,NULL),
(327439,'mailpoet/cron/daemon-trigger','complete','2025-11-18 12:47:13','2025-11-18 12:47:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763470033;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763470033;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-18 13:42:25','2025-11-18 13:42:25',0,NULL),
(327440,'mailpoet/cron/daemon-trigger','complete','2025-11-18 13:44:25','2025-11-18 13:44:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763473465;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763473465;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-18 14:47:04','2025-11-18 14:47:04',0,NULL),
(327441,'mailpoet/cron/daemon-run','complete','2025-11-18 14:46:59','2025-11-18 14:46:59',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763477219;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763477219;}',7,1,'2025-11-18 14:47:22','2025-11-18 14:47:22',0,NULL),
(327442,'mailpoet/cron/daemon-trigger','complete','2025-11-18 14:49:04','2025-11-18 14:49:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763477344;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763477344;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-19 14:08:49','2025-11-19 14:08:49',0,NULL),
(327443,'woocommerce_refresh_order_count_cache','complete','2025-11-19 02:47:10','2025-11-19 02:47:10',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763520430;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763520430;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-19 14:08:56','2025-11-19 14:08:56',0,NULL),
(327444,'mailpoet/cron/daemon-run','complete','2025-11-19 14:08:44','2025-11-19 14:08:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763561324;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763561324;}',7,1,'2025-11-19 14:10:21','2025-11-19 14:10:21',0,NULL),
(327445,'mailpoet/cron/daemon-trigger','complete','2025-11-19 14:10:49','2025-11-19 14:10:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763561449;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763561449;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-19 18:06:36','2025-11-19 18:06:36',0,NULL),
(327446,'woocommerce_refresh_order_count_cache','complete','2025-11-20 02:08:56','2025-11-20 02:08:56',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763604536;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763604536;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-20 03:07:28','2025-11-20 03:07:28',0,NULL),
(327447,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-19 14:09:06','2025-11-19 14:09:06',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763561346;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763561346;}',6,1,'2025-11-19 14:10:21','2025-11-19 14:10:21',0,NULL),
(327448,'gla/jobs/resubmit_expiring_products/start','complete','2025-11-20 03:00:00','2025-11-20 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763607600;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1763607600;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-20 03:07:29','2025-11-20 03:07:29',0,NULL),
(327449,'woocommerce_cleanup_draft_orders','complete','2025-11-20 14:09:23','2025-11-20 14:09:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763647763;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763647763;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-20 15:00:35','2025-11-20 15:00:35',0,NULL),
(327450,'woocommerce_cleanup_draft_orders','complete','2025-11-20 14:09:42','2025-11-20 14:09:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763647782;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763647782;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-20 15:00:46','2025-11-20 15:00:46',0,NULL),
(327451,'wp_mail_smtp_admin_notifications_update','complete','2025-11-20 14:09:59','2025-11-20 14:09:59',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763647799;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763647799;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-11-20 15:01:03','2025-11-20 15:01:03',0,NULL),
(327452,'wc_gla_cron_daily_notes','complete','2025-11-20 14:10:15','2025-11-20 14:10:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763647815;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763647815;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-20 15:01:20','2025-11-20 15:01:20',0,NULL),
(327453,'mailpoet/cron/daemon-trigger','complete','2025-11-19 18:08:36','2025-11-19 18:08:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763575716;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763575716;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-19 18:20:10','2025-11-19 18:20:10',0,NULL),
(327454,'mailpoet/cron/daemon-trigger','complete','2025-11-19 18:22:10','2025-11-19 18:22:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763576530;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763576530;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-19 21:19:33','2025-11-19 21:19:33',0,NULL),
(327455,'mailpoet/cron/daemon-trigger','complete','2025-11-19 21:21:33','2025-11-19 21:21:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763587293;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763587293;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-19 21:25:49','2025-11-19 21:25:49',0,NULL),
(327456,'wp_mail_smtp_summary_report_email','complete','2025-11-26 21:19:37','2025-11-26 21:19:37',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764191977;s:18:\"\0*\0first_timestamp\";i:1721052000;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764191977;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',3,1,'2025-11-27 01:01:36','2025-11-27 01:01:36',0,NULL),
(327457,'mailpoet/cron/daemon-trigger','complete','2025-11-19 21:27:49','2025-11-19 21:27:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763587669;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763587669;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-19 21:30:09','2025-11-19 21:30:09',0,NULL),
(327458,'mailpoet/cron/daemon-trigger','complete','2025-11-19 21:32:09','2025-11-19 21:32:09',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763587929;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763587929;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-19 21:33:08','2025-11-19 21:33:08',0,NULL),
(327459,'mailpoet/cron/daemon-trigger','complete','2025-11-19 21:35:08','2025-11-19 21:35:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763588108;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763588108;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-19 21:38:06','2025-11-19 21:38:06',0,NULL),
(327460,'mailpoet/cron/daemon-trigger','complete','2025-11-19 21:40:06','2025-11-19 21:40:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763588406;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763588406;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-19 21:42:53','2025-11-19 21:42:53',0,NULL),
(327461,'mailpoet/cron/daemon-trigger','complete','2025-11-19 21:44:53','2025-11-19 21:44:53',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763588693;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763588693;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-19 21:48:15','2025-11-19 21:48:15',0,NULL),
(327462,'mailpoet/cron/daemon-trigger','complete','2025-11-19 21:50:15','2025-11-19 21:50:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763589015;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763589015;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-19 21:54:16','2025-11-19 21:54:16',0,NULL),
(327463,'mailpoet/cron/daemon-trigger','complete','2025-11-19 21:56:16','2025-11-19 21:56:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763589376;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763589376;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-19 21:56:40','2025-11-19 21:56:40',0,NULL),
(327464,'mailpoet/cron/daemon-trigger','complete','2025-11-19 21:58:40','2025-11-19 21:58:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763589520;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763589520;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-19 22:00:40','2025-11-19 22:00:40',0,NULL),
(327465,'mailpoet/cron/daemon-trigger','complete','2025-11-19 22:02:40','2025-11-19 22:02:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763589760;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763589760;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-19 23:03:36','2025-11-19 23:03:36',0,NULL),
(327466,'mailpoet/cron/daemon-trigger','complete','2025-11-19 23:05:36','2025-11-19 23:05:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763593536;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763593536;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-20 03:07:28','2025-11-20 03:07:28',0,NULL),
(327467,'mailpoet/cron/daemon-trigger','complete','2025-11-20 03:09:28','2025-11-20 03:09:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763608168;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763608168;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-20 03:14:01','2025-11-20 03:14:01',0,NULL),
(327468,'woocommerce_refresh_order_count_cache','complete','2025-11-20 15:07:28','2025-11-20 15:07:28',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763651248;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763651248;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-20 19:28:45','2025-11-20 19:28:45',0,NULL),
(327469,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-20 03:07:27','2025-11-20 03:07:27',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763608047;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763608047;}',6,1,'2025-11-20 03:07:29','2025-11-20 03:07:29',0,NULL),
(327470,'gla/jobs/resubmit_expiring_products/start','complete','2025-11-21 03:00:00','2025-11-21 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763694000;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1763694000;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-21 07:23:03','2025-11-21 07:23:03',0,NULL),
(327471,'mailpoet/cron/daemon-trigger','complete','2025-11-20 03:16:01','2025-11-20 03:16:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763608561;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763608561;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-20 03:18:56','2025-11-20 03:18:56',0,NULL),
(327472,'mailpoet/cron/daemon-trigger','complete','2025-11-20 03:20:56','2025-11-20 03:20:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763608856;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763608856;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-20 03:28:41','2025-11-20 03:28:41',0,NULL),
(327473,'mailpoet/cron/daemon-trigger','complete','2025-11-20 03:30:41','2025-11-20 03:30:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763609441;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763609441;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-20 03:34:52','2025-11-20 03:34:52',0,NULL),
(327474,'mailpoet/cron/daemon-trigger','complete','2025-11-20 03:36:52','2025-11-20 03:36:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763609812;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763609812;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-20 09:29:00','2025-11-20 09:29:00',0,NULL),
(327475,'mailpoet/cron/daemon-trigger','complete','2025-11-20 09:31:00','2025-11-20 09:31:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763631060;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763631060;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-20 15:00:29','2025-11-20 15:00:29',0,NULL),
(327476,'mailpoet/cron/daemon-run','complete','2025-11-20 15:00:24','2025-11-20 15:00:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763650824;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763650824;}',7,1,'2025-11-20 15:01:27','2025-11-20 15:01:27',0,NULL),
(327477,'mailpoet/cron/daemon-trigger','complete','2025-11-20 15:02:29','2025-11-20 15:02:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763650949;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763650949;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-20 19:28:39','2025-11-20 19:28:39',0,NULL),
(327478,'woocommerce_cleanup_draft_orders','complete','2025-11-21 15:00:35','2025-11-21 15:00:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763737235;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763737235;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-21 15:26:10','2025-11-21 15:26:10',0,NULL),
(327479,'woocommerce_cleanup_draft_orders','complete','2025-11-21 15:00:46','2025-11-21 15:00:46',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763737246;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763737246;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-21 15:26:26','2025-11-21 15:26:26',0,NULL),
(327480,'wp_mail_smtp_admin_notifications_update','complete','2025-11-21 15:01:03','2025-11-21 15:01:03',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763737263;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763737263;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-11-21 15:26:43','2025-11-21 15:26:43',0,NULL),
(327481,'wc_gla_cron_daily_notes','complete','2025-11-21 15:01:20','2025-11-21 15:01:20',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763737280;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763737280;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-21 15:26:49','2025-11-21 15:26:49',0,NULL),
(327482,'mailpoet/cron/daemon-run','complete','2025-11-20 19:28:34','2025-11-20 19:28:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763666914;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763666914;}',7,1,'2025-11-20 19:28:57','2025-11-20 19:28:57',0,NULL),
(327483,'mailpoet/cron/daemon-trigger','complete','2025-11-20 19:30:39','2025-11-20 19:30:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763667039;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763667039;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-20 19:35:38','2025-11-20 19:35:38',0,NULL),
(327484,'woocommerce_refresh_order_count_cache','complete','2025-11-21 07:28:45','2025-11-21 07:28:45',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763710125;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763710125;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-21 15:25:58','2025-11-21 15:25:58',0,NULL),
(327485,'mailpoet/cron/daemon-trigger','complete','2025-11-20 19:37:38','2025-11-20 19:37:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763667458;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763667458;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-20 21:59:30','2025-11-20 21:59:30',0,NULL),
(327486,'mailpoet/cron/daemon-trigger','complete','2025-11-20 22:01:30','2025-11-20 22:01:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763676090;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763676090;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-20 22:48:45','2025-11-20 22:48:45',0,NULL),
(327487,'mailpoet/cron/daemon-trigger','complete','2025-11-20 22:50:45','2025-11-20 22:50:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763679045;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763679045;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-21 07:22:56','2025-11-21 07:22:56',0,NULL),
(327488,'mailpoet/cron/daemon-run','complete','2025-11-21 07:22:51','2025-11-21 07:22:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763709771;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763709771;}',7,1,'2025-11-21 07:23:14','2025-11-21 07:23:14',0,NULL),
(327489,'mailpoet/cron/daemon-trigger','complete','2025-11-21 07:24:56','2025-11-21 07:24:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763709896;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763709896;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-21 15:25:52','2025-11-21 15:25:52',0,NULL),
(327490,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-21 07:23:02','2025-11-21 07:23:02',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763709782;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763709782;}',6,1,'2025-11-21 07:23:31','2025-11-21 07:23:31',0,NULL),
(327491,'gla/jobs/resubmit_expiring_products/start','complete','2025-11-22 03:00:00','2025-11-22 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763780400;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1763780400;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-22 03:05:57','2025-11-22 03:05:57',0,NULL),
(327492,'mailpoet/cron/daemon-run','complete','2025-11-21 15:25:47','2025-11-21 15:25:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763738747;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763738747;}',7,1,'2025-11-21 15:26:49','2025-11-21 15:26:49',0,NULL),
(327493,'mailpoet/cron/daemon-trigger','complete','2025-11-21 15:27:52','2025-11-21 15:27:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763738872;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763738872;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-21 15:33:00','2025-11-21 15:33:00',0,NULL),
(327494,'woocommerce_refresh_order_count_cache','complete','2025-11-22 03:25:58','2025-11-22 03:25:58',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763781958;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763781958;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-22 03:26:33','2025-11-22 03:26:33',0,NULL),
(327495,'woocommerce_cleanup_draft_orders','complete','2025-11-22 15:26:10','2025-11-22 15:26:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763825170;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763825170;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-22 16:39:27','2025-11-22 16:39:27',0,NULL),
(327496,'woocommerce_cleanup_draft_orders','complete','2025-11-22 15:26:26','2025-11-22 15:26:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763825186;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763825186;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-22 16:39:27','2025-11-22 16:39:27',0,NULL),
(327497,'wp_mail_smtp_admin_notifications_update','complete','2025-11-22 15:26:43','2025-11-22 15:26:43',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763825203;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763825203;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-11-22 16:39:27','2025-11-22 16:39:27',0,NULL),
(327498,'wc_gla_cron_daily_notes','complete','2025-11-22 15:26:49','2025-11-22 15:26:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763825209;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763825209;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-22 16:39:27','2025-11-22 16:39:27',0,NULL),
(327499,'mailpoet/cron/daemon-trigger','complete','2025-11-21 15:35:00','2025-11-21 15:35:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763739300;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763739300;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-21 15:56:12','2025-11-21 15:56:12',0,NULL),
(327500,'mailpoet/cron/daemon-trigger','complete','2025-11-21 15:58:12','2025-11-21 15:58:12',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763740692;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763740692;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-22 01:38:11','2025-11-22 01:38:11',0,NULL),
(327501,'mailpoet/cron/daemon-run','complete','2025-11-22 01:38:06','2025-11-22 01:38:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763775486;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763775486;}',7,1,'2025-11-22 01:38:18','2025-11-22 01:38:18',0,NULL),
(327502,'mailpoet/cron/daemon-trigger','complete','2025-11-22 01:40:11','2025-11-22 01:40:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763775611;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763775611;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-22 01:41:47','2025-11-22 01:41:47',0,NULL),
(327503,'mailpoet/cron/daemon-run','complete','2025-11-22 01:41:42','2025-11-22 01:41:42',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763775702;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763775702;}',7,1,'2025-11-22 01:41:53','2025-11-22 01:41:53',0,NULL),
(327504,'mailpoet/cron/daemon-trigger','complete','2025-11-22 01:43:47','2025-11-22 01:43:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763775827;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763775827;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-22 01:52:24','2025-11-22 01:52:24',0,NULL),
(327505,'mailpoet/cron/daemon-trigger','complete','2025-11-22 01:54:24','2025-11-22 01:54:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763776464;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763776464;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-22 02:00:39','2025-11-22 02:00:39',0,NULL),
(327506,'mailpoet/cron/daemon-trigger','complete','2025-11-22 02:02:39','2025-11-22 02:02:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763776959;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763776959;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-22 02:06:25','2025-11-22 02:06:25',0,NULL),
(327507,'mailpoet/cron/daemon-trigger','complete','2025-11-22 02:08:25','2025-11-22 02:08:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763777305;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763777305;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-22 02:48:34','2025-11-22 02:48:34',0,NULL),
(327508,'mailpoet/cron/daemon-run','complete','2025-11-22 02:48:29','2025-11-22 02:48:29',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763779709;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763779709;}',7,1,'2025-11-22 02:48:41','2025-11-22 02:48:41',0,NULL),
(327509,'mailpoet/cron/daemon-trigger','complete','2025-11-22 02:50:34','2025-11-22 02:50:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763779834;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763779834;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-22 02:56:29','2025-11-22 02:56:29',0,NULL),
(327510,'mailpoet/cron/daemon-trigger','complete','2025-11-22 02:58:29','2025-11-22 02:58:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763780309;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763780309;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-22 03:05:57','2025-11-22 03:05:57',0,NULL),
(327511,'mailpoet/cron/daemon-trigger','complete','2025-11-22 03:07:57','2025-11-22 03:07:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763780877;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763780877;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-22 03:25:49','2025-11-22 03:25:49',0,NULL),
(327512,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-22 03:05:56','2025-11-22 03:05:56',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763780756;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763780756;}',6,1,'2025-11-22 03:05:57','2025-11-22 03:05:57',0,NULL),
(327513,'gla/jobs/resubmit_expiring_products/start','complete','2025-11-23 03:00:00','2025-11-23 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763866800;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1763866800;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-23 21:29:07','2025-11-23 21:29:07',0,NULL),
(327514,'mailpoet/cron/daemon-trigger','complete','2025-11-22 03:27:49','2025-11-22 03:27:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763782069;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763782069;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-22 03:28:53','2025-11-22 03:28:53',0,NULL),
(327515,'woocommerce_refresh_order_count_cache','complete','2025-11-22 15:26:33','2025-11-22 15:26:33',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763825193;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763825193;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-22 16:39:27','2025-11-22 16:39:27',0,NULL),
(327516,'mailpoet/cron/daemon-trigger','complete','2025-11-22 03:30:53','2025-11-22 03:30:53',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763782253;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763782253;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-22 16:39:27','2025-11-22 16:39:27',0,NULL),
(327517,'mailpoet/cron/daemon-trigger','complete','2025-11-22 16:41:27','2025-11-22 16:41:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763829687;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763829687;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-22 16:57:24','2025-11-22 16:57:24',0,NULL),
(327518,'woocommerce_cleanup_draft_orders','complete','2025-11-23 16:39:27','2025-11-23 16:39:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763915967;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763915967;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-23 21:29:24','2025-11-23 21:29:24',0,NULL),
(327519,'woocommerce_cleanup_draft_orders','complete','2025-11-23 16:39:27','2025-11-23 16:39:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763915967;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763915967;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-23 21:29:25','2025-11-23 21:29:25',0,NULL),
(327520,'woocommerce_refresh_order_count_cache','complete','2025-11-23 04:39:27','2025-11-23 04:39:27',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763872767;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763872767;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-23 21:29:19','2025-11-23 21:29:19',0,NULL),
(327521,'wp_mail_smtp_admin_notifications_update','complete','2025-11-23 16:39:27','2025-11-23 16:39:27',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763915967;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763915967;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-11-23 21:29:25','2025-11-23 21:29:25',0,NULL),
(327522,'wc_gla_cron_daily_notes','complete','2025-11-23 16:39:27','2025-11-23 16:39:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763915967;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763915967;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-23 21:29:25','2025-11-23 21:29:25',0,NULL),
(327523,'mailpoet/cron/daemon-trigger','complete','2025-11-22 16:59:24','2025-11-22 16:59:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763830764;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763830764;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-22 21:51:09','2025-11-22 21:51:09',0,NULL),
(327524,'mailpoet/cron/daemon-trigger','complete','2025-11-22 21:53:09','2025-11-22 21:53:09',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763848389;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763848389;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-22 22:33:56','2025-11-22 22:33:56',0,NULL),
(327525,'mailpoet/cron/daemon-trigger','complete','2025-11-22 22:35:56','2025-11-22 22:35:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763850956;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763850956;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-23 01:05:49','2025-11-23 01:05:49',0,NULL),
(327526,'mailpoet/cron/daemon-run','complete','2025-11-23 01:05:44','2025-11-23 01:05:44',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763859944;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763859944;}',7,1,'2025-11-23 01:05:55','2025-11-23 01:05:55',0,NULL),
(327527,'mailpoet/cron/daemon-trigger','complete','2025-11-23 01:07:49','2025-11-23 01:07:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763860069;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763860069;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-23 21:29:01','2025-11-23 21:29:01',0,NULL),
(327528,'mailpoet/cron/daemon-run','complete','2025-11-23 21:28:56','2025-11-23 21:28:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763933336;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763933336;}',7,1,'2025-11-23 21:29:25','2025-11-23 21:29:25',0,NULL),
(327529,'mailpoet/cron/daemon-trigger','complete','2025-11-23 21:31:01','2025-11-23 21:31:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763933461;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763933461;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-23 21:42:11','2025-11-23 21:42:11',0,NULL),
(327530,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-23 21:29:06','2025-11-23 21:29:06',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763933346;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763933346;}',6,1,'2025-11-23 21:29:25','2025-11-23 21:29:25',0,NULL),
(327531,'gla/jobs/resubmit_expiring_products/start','complete','2025-11-24 03:00:00','2025-11-24 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763953200;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1763953200;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-24 08:06:19','2025-11-24 08:06:19',0,NULL),
(327532,'woocommerce_refresh_order_count_cache','complete','2025-11-24 09:29:19','2025-11-24 09:29:19',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763976559;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763976559;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-24 11:30:08','2025-11-24 11:30:08',0,NULL),
(327533,'woocommerce_cleanup_draft_orders','complete','2025-11-24 21:29:24','2025-11-24 21:29:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764019764;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764019764;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-24 22:42:02','2025-11-24 22:42:02',0,NULL),
(327534,'woocommerce_cleanup_draft_orders','complete','2025-11-24 21:29:25','2025-11-24 21:29:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764019765;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764019765;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-24 22:42:13','2025-11-24 22:42:13',0,NULL),
(327535,'wp_mail_smtp_admin_notifications_update','complete','2025-11-24 21:29:25','2025-11-24 21:29:25',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764019765;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764019765;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-11-24 22:42:20','2025-11-24 22:42:20',0,NULL),
(327536,'wc_gla_cron_daily_notes','complete','2025-11-24 21:29:25','2025-11-24 21:29:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764019765;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764019765;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-24 22:42:20','2025-11-24 22:42:20',0,NULL),
(327537,'mailpoet/cron/daemon-run','complete','2025-11-23 21:42:06','2025-11-23 21:42:06',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763934126;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763934126;}',7,1,'2025-11-23 21:42:18','2025-11-23 21:42:18',0,NULL),
(327538,'mailpoet/cron/daemon-trigger','complete','2025-11-23 21:44:11','2025-11-23 21:44:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763934251;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763934251;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-23 21:48:00','2025-11-23 21:48:00',0,NULL),
(327539,'mailpoet/cron/daemon-trigger','complete','2025-11-23 21:50:01','2025-11-23 21:50:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763934601;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763934601;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-23 22:02:21','2025-11-23 22:02:21',0,NULL),
(327540,'mailpoet/cron/daemon-trigger','complete','2025-11-23 22:04:21','2025-11-23 22:04:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763935461;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763935461;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-23 22:52:59','2025-11-23 22:52:59',0,NULL),
(327541,'mailpoet/cron/daemon-run','complete','2025-11-23 22:52:54','2025-11-23 22:52:54',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763938374;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763938374;}',7,1,'2025-11-23 22:53:06','2025-11-23 22:53:06',0,NULL),
(327542,'mailpoet/cron/daemon-trigger','complete','2025-11-23 22:54:59','2025-11-23 22:54:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763938499;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763938499;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-23 23:41:19','2025-11-23 23:41:19',0,NULL),
(327543,'mailpoet/cron/daemon-trigger','complete','2025-11-23 23:43:19','2025-11-23 23:43:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763941399;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763941399;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-23 23:48:37','2025-11-23 23:48:37',0,NULL),
(327544,'mailpoet/cron/daemon-trigger','complete','2025-11-23 23:50:37','2025-11-23 23:50:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763941837;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763941837;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-23 23:51:57','2025-11-23 23:51:57',0,NULL),
(327545,'mailpoet/cron/daemon-trigger','complete','2025-11-23 23:53:57','2025-11-23 23:53:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763942037;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763942037;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 00:22:13','2025-11-24 00:22:13',0,NULL),
(327546,'mailpoet/cron/daemon-trigger','complete','2025-11-24 00:24:13','2025-11-24 00:24:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763943853;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763943853;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 00:32:54','2025-11-24 00:32:54',0,NULL),
(327547,'mailpoet/cron/daemon-trigger','complete','2025-11-24 00:34:54','2025-11-24 00:34:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763944494;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763944494;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 00:52:33','2025-11-24 00:52:33',0,NULL),
(327548,'mailpoet/cron/daemon-trigger','complete','2025-11-24 00:54:33','2025-11-24 00:54:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763945673;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763945673;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 01:15:20','2025-11-24 01:15:20',0,NULL),
(327549,'mailpoet/cron/daemon-trigger','complete','2025-11-24 01:17:20','2025-11-24 01:17:20',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763947040;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763947040;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 01:18:17','2025-11-24 01:18:17',0,NULL),
(327550,'mailpoet/cron/daemon-trigger','complete','2025-11-24 01:20:17','2025-11-24 01:20:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763947217;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763947217;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 01:21:31','2025-11-24 01:21:31',0,NULL),
(327551,'mailpoet/cron/daemon-trigger','complete','2025-11-24 01:23:31','2025-11-24 01:23:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763947411;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763947411;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 01:25:59','2025-11-24 01:25:59',0,NULL),
(327552,'mailpoet/cron/daemon-trigger','complete','2025-11-24 01:27:59','2025-11-24 01:27:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763947679;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763947679;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 01:30:16','2025-11-24 01:30:16',0,NULL),
(327553,'mailpoet/cron/daemon-trigger','complete','2025-11-24 01:32:16','2025-11-24 01:32:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763947936;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763947936;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 08:06:19','2025-11-24 08:06:19',0,NULL),
(327554,'mailpoet/cron/daemon-trigger','complete','2025-11-24 08:08:19','2025-11-24 08:08:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763971699;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763971699;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 09:28:48','2025-11-24 09:28:48',0,NULL),
(327555,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-24 08:06:18','2025-11-24 08:06:18',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763971578;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763971578;}',6,1,'2025-11-24 08:06:19','2025-11-24 08:06:19',0,NULL),
(327556,'gla/jobs/resubmit_expiring_products/start','complete','2025-11-25 03:00:00','2025-11-25 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764039600;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1764039600;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-25 06:36:58','2025-11-25 06:36:58',0,NULL),
(327557,'mailpoet/cron/daemon-trigger','complete','2025-11-24 09:30:48','2025-11-24 09:30:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763976648;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763976648;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 11:30:13','2025-11-24 11:30:13',0,NULL),
(327558,'woocommerce_refresh_order_count_cache','complete','2025-11-24 23:30:08','2025-11-24 23:30:08',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764027008;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764027008;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-24 23:43:20','2025-11-24 23:43:20',0,NULL),
(327559,'mailpoet/cron/daemon-run','complete','2025-11-24 11:30:08','2025-11-24 11:30:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763983808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763983808;}',7,1,'2025-11-24 11:30:13','2025-11-24 11:30:13',0,NULL),
(327560,'mailpoet/cron/daemon-trigger','complete','2025-11-24 11:32:13','2025-11-24 11:32:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763983933;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763983933;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 11:53:05','2025-11-24 11:53:05',0,NULL),
(327561,'mailpoet/cron/daemon-run','complete','2025-11-24 11:53:00','2025-11-24 11:53:00',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1763985180;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1763985180;}',7,1,'2025-11-24 11:53:12','2025-11-24 11:53:12',0,NULL),
(327562,'mailpoet/cron/daemon-trigger','complete','2025-11-24 11:55:06','2025-11-24 11:55:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763985306;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763985306;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 12:04:23','2025-11-24 12:04:23',0,NULL),
(327563,'mailpoet/cron/daemon-trigger','complete','2025-11-24 12:06:23','2025-11-24 12:06:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1763985983;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1763985983;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 17:43:55','2025-11-24 17:43:55',0,NULL),
(327564,'mailpoet/cron/daemon-run','complete','2025-11-24 17:43:50','2025-11-24 17:43:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764006230;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764006230;}',7,1,'2025-11-24 17:44:02','2025-11-24 17:44:02',0,NULL),
(327565,'mailpoet/cron/daemon-trigger','complete','2025-11-24 17:45:55','2025-11-24 17:45:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764006355;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764006355;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 18:11:07','2025-11-24 18:11:07',0,NULL),
(327566,'mailpoet/cron/daemon-trigger','complete','2025-11-24 18:13:07','2025-11-24 18:13:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764007987;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764007987;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 18:59:15','2025-11-24 18:59:15',0,NULL),
(327567,'mailpoet/cron/daemon-trigger','complete','2025-11-24 19:01:15','2025-11-24 19:01:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764010875;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764010875;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 20:08:59','2025-11-24 20:08:59',0,NULL),
(327568,'mailpoet/cron/daemon-trigger','complete','2025-11-24 20:10:59','2025-11-24 20:10:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764015059;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764015059;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 22:41:55','2025-11-24 22:41:55',0,NULL),
(327569,'mailpoet/cron/daemon-run','complete','2025-11-24 22:41:50','2025-11-24 22:41:50',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764024110;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764024110;}',7,1,'2025-11-24 22:42:20','2025-11-24 22:42:20',0,NULL),
(327570,'mailpoet/cron/daemon-trigger','complete','2025-11-24 22:43:56','2025-11-24 22:43:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764024236;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764024236;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 23:43:14','2025-11-24 23:43:14',0,NULL),
(327571,'woocommerce_cleanup_draft_orders','complete','2025-11-25 22:42:02','2025-11-25 22:42:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764110522;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764110522;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-26 01:22:42','2025-11-26 01:22:42',0,NULL),
(327572,'woocommerce_cleanup_draft_orders','complete','2025-11-25 22:42:13','2025-11-25 22:42:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764110533;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764110533;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-26 01:22:53','2025-11-26 01:22:53',0,NULL),
(327573,'wp_mail_smtp_admin_notifications_update','complete','2025-11-25 22:42:20','2025-11-25 22:42:20',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764110540;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764110540;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-11-26 01:23:10','2025-11-26 01:23:10',0,NULL),
(327574,'wc_gla_cron_daily_notes','complete','2025-11-25 22:42:20','2025-11-25 22:42:20',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764110540;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764110540;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-26 01:23:26','2025-11-26 01:23:26',0,NULL),
(327575,'mailpoet/cron/daemon-run','complete','2025-11-24 23:43:09','2025-11-24 23:43:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764027789;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764027789;}',7,1,'2025-11-24 23:43:31','2025-11-24 23:43:31',0,NULL),
(327576,'mailpoet/cron/daemon-trigger','complete','2025-11-24 23:45:14','2025-11-24 23:45:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764027914;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764027914;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 23:46:58','2025-11-24 23:46:58',0,NULL),
(327577,'woocommerce_refresh_order_count_cache','complete','2025-11-25 11:43:20','2025-11-25 11:43:20',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764071000;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764071000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-25 11:51:31','2025-11-25 11:51:31',0,NULL),
(327578,'mailpoet/cron/daemon-trigger','complete','2025-11-24 23:48:58','2025-11-24 23:48:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764028138;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764028138;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 23:49:21','2025-11-24 23:49:21',0,NULL),
(327579,'mailpoet/cron/daemon-trigger','complete','2025-11-24 23:51:21','2025-11-24 23:51:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764028281;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764028281;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 23:52:07','2025-11-24 23:52:07',0,NULL),
(327580,'mailpoet/cron/daemon-trigger','complete','2025-11-24 23:54:07','2025-11-24 23:54:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764028447;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764028447;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 23:54:08','2025-11-24 23:54:08',0,NULL),
(327581,'mailpoet/cron/daemon-trigger','complete','2025-11-24 23:56:08','2025-11-24 23:56:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764028568;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764028568;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 23:56:19','2025-11-24 23:56:19',0,NULL),
(327582,'mailpoet/cron/daemon-trigger','complete','2025-11-24 23:58:19','2025-11-24 23:58:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764028699;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764028699;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-24 23:58:38','2025-11-24 23:58:38',0,NULL),
(327583,'mailpoet/cron/daemon-trigger','complete','2025-11-25 00:00:38','2025-11-25 00:00:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764028838;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764028838;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 00:02:47','2025-11-25 00:02:47',0,NULL),
(327584,'mailpoet/cron/daemon-run','complete','2025-11-25 00:02:41','2025-11-25 00:02:41',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764028961;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764028961;}',7,1,'2025-11-25 00:02:53','2025-11-25 00:02:53',0,NULL),
(327585,'mailpoet/cron/daemon-trigger','complete','2025-11-25 00:04:47','2025-11-25 00:04:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764029087;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764029087;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 00:05:24','2025-11-25 00:05:24',0,NULL),
(327586,'mailpoet/cron/daemon-trigger','complete','2025-11-25 00:07:24','2025-11-25 00:07:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764029244;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764029244;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 00:07:31','2025-11-25 00:07:31',0,NULL),
(327587,'mailpoet/cron/daemon-trigger','complete','2025-11-25 00:09:31','2025-11-25 00:09:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764029371;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764029371;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 00:09:34','2025-11-25 00:09:34',0,NULL),
(327588,'mailpoet/cron/daemon-trigger','complete','2025-11-25 00:11:34','2025-11-25 00:11:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764029494;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764029494;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 00:11:50','2025-11-25 00:11:50',0,NULL),
(327589,'mailpoet/cron/daemon-trigger','complete','2025-11-25 00:13:50','2025-11-25 00:13:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764029630;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764029630;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 00:14:05','2025-11-25 00:14:05',0,NULL),
(327590,'mailpoet/cron/daemon-trigger','complete','2025-11-25 00:16:05','2025-11-25 00:16:05',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764029765;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764029765;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 00:16:46','2025-11-25 00:16:46',0,NULL),
(327591,'mailpoet/cron/daemon-trigger','complete','2025-11-25 00:18:46','2025-11-25 00:18:46',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764029926;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764029926;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 00:18:47','2025-11-25 00:18:47',0,NULL),
(327592,'mailpoet/cron/daemon-trigger','complete','2025-11-25 00:20:47','2025-11-25 00:20:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764030047;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764030047;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 00:25:50','2025-11-25 00:25:50',0,NULL),
(327593,'mailpoet/cron/daemon-trigger','complete','2025-11-25 00:27:50','2025-11-25 00:27:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764030470;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764030470;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 00:40:07','2025-11-25 00:40:07',0,NULL),
(327594,'mailpoet/cron/daemon-run','complete','2025-11-25 00:40:02','2025-11-25 00:40:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764031202;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764031202;}',7,1,'2025-11-25 00:40:16','2025-11-25 00:40:16',0,NULL),
(327595,'mailpoet/cron/daemon-trigger','complete','2025-11-25 00:42:07','2025-11-25 00:42:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764031327;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764031327;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 00:55:45','2025-11-25 00:55:45',0,NULL),
(327596,'mailpoet/cron/daemon-trigger','complete','2025-11-25 00:57:45','2025-11-25 00:57:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764032265;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764032265;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 02:22:15','2025-11-25 02:22:15',0,NULL),
(327597,'mailpoet/cron/daemon-trigger','complete','2025-11-25 02:24:15','2025-11-25 02:24:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764037455;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764037455;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 02:35:25','2025-11-25 02:35:25',0,NULL),
(327598,'mailpoet/cron/daemon-trigger','complete','2025-11-25 02:37:25','2025-11-25 02:37:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764038245;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764038245;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 02:49:45','2025-11-25 02:49:45',0,NULL),
(327599,'mailpoet/cron/daemon-trigger','complete','2025-11-25 02:51:46','2025-11-25 02:51:46',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764039106;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764039106;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 06:36:58','2025-11-25 06:36:58',0,NULL),
(327600,'mailpoet/cron/daemon-trigger','complete','2025-11-25 06:38:58','2025-11-25 06:38:58',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764052738;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764052738;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 10:58:12','2025-11-25 10:58:12',0,NULL),
(327601,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-25 06:36:57','2025-11-25 06:36:57',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764052617;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764052617;}',6,1,'2025-11-25 06:36:58','2025-11-25 06:36:58',0,NULL),
(327602,'gla/jobs/resubmit_expiring_products/start','complete','2025-11-26 03:00:00','2025-11-26 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764126000;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1764126000;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-26 03:11:25','2025-11-26 03:11:25',0,NULL),
(327603,'mailpoet/cron/daemon-run','complete','2025-11-25 10:58:07','2025-11-25 10:58:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764068287;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764068287;}',7,1,'2025-11-25 10:58:19','2025-11-25 10:58:19',0,NULL),
(327604,'mailpoet/cron/daemon-trigger','complete','2025-11-25 11:00:12','2025-11-25 11:00:12',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764068412;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764068412;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 11:00:53','2025-11-25 11:00:53',0,NULL),
(327605,'mailpoet/cron/daemon-run','complete','2025-11-25 11:00:48','2025-11-25 11:00:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764068448;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764068448;}',7,1,'2025-11-25 11:01:01','2025-11-25 11:01:01',0,NULL),
(327606,'mailpoet/cron/daemon-trigger','complete','2025-11-25 11:02:53','2025-11-25 11:02:53',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764068573;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764068573;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 11:51:24','2025-11-25 11:51:24',0,NULL),
(327607,'mailpoet/cron/daemon-run','complete','2025-11-25 11:51:19','2025-11-25 11:51:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764071479;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764071479;}',7,1,'2025-11-25 11:51:42','2025-11-25 11:51:42',0,NULL),
(327608,'mailpoet/cron/daemon-trigger','complete','2025-11-25 11:53:24','2025-11-25 11:53:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764071604;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764071604;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 14:51:48','2025-11-25 14:51:48',0,NULL),
(327609,'woocommerce_refresh_order_count_cache','complete','2025-11-25 23:51:31','2025-11-25 23:51:31',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764114691;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764114691;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-26 01:23:43','2025-11-26 01:23:43',0,NULL),
(327610,'mailpoet/cron/daemon-trigger','complete','2025-11-25 14:53:48','2025-11-25 14:53:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764082428;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764082428;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 16:34:04','2025-11-25 16:34:04',0,NULL),
(327611,'mailpoet/cron/daemon-trigger','complete','2025-11-25 16:36:04','2025-11-25 16:36:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764088564;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764088564;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 17:35:15','2025-11-25 17:35:15',0,NULL),
(327612,'mailpoet/cron/daemon-trigger','complete','2025-11-25 17:37:16','2025-11-25 17:37:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764092236;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764092236;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 18:40:41','2025-11-25 18:40:41',0,NULL),
(327613,'mailpoet/cron/daemon-trigger','complete','2025-11-25 18:42:41','2025-11-25 18:42:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764096161;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764096161;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 20:00:13','2025-11-25 20:00:13',0,NULL),
(327614,'mailpoet/cron/daemon-trigger','complete','2025-11-25 20:02:13','2025-11-25 20:02:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764100933;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764100933;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-25 21:57:59','2025-11-25 21:57:59',0,NULL),
(327615,'mailpoet/cron/daemon-trigger','complete','2025-11-25 22:00:00','2025-11-25 22:00:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764108000;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764108000;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 01:22:36','2025-11-26 01:22:36',0,NULL),
(327616,'mailpoet/cron/daemon-run','complete','2025-11-26 01:22:31','2025-11-26 01:22:31',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764120151;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764120151;}',7,1,'2025-11-26 01:23:51','2025-11-26 01:23:51',0,NULL),
(327617,'mailpoet/cron/daemon-trigger','complete','2025-11-26 01:24:36','2025-11-26 01:24:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764120276;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764120276;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 01:27:45','2025-11-26 01:27:45',0,NULL),
(327618,'woocommerce_cleanup_draft_orders','complete','2025-11-27 01:22:42','2025-11-27 01:22:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764206562;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764206562;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-27 06:53:33','2025-11-27 06:53:33',0,NULL),
(327619,'woocommerce_cleanup_draft_orders','complete','2025-11-27 01:22:53','2025-11-27 01:22:53',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764206573;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764206573;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-27 06:53:44','2025-11-27 06:53:44',0,NULL),
(327620,'wp_mail_smtp_admin_notifications_update','complete','2025-11-27 01:23:10','2025-11-27 01:23:10',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764206590;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764206590;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-11-27 06:54:00','2025-11-27 06:54:00',0,NULL),
(327621,'wc_gla_cron_daily_notes','complete','2025-11-27 01:23:26','2025-11-27 01:23:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764206606;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764206606;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-27 06:54:20','2025-11-27 06:54:20',0,NULL),
(327622,'woocommerce_refresh_order_count_cache','complete','2025-11-26 13:23:43','2025-11-26 13:23:43',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764163423;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764163423;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-26 14:24:00','2025-11-26 14:24:00',0,NULL),
(327623,'mailpoet/cron/daemon-trigger','complete','2025-11-26 01:29:45','2025-11-26 01:29:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764120585;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764120585;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 01:30:01','2025-11-26 01:30:01',0,NULL),
(327624,'mailpoet/cron/daemon-trigger','complete','2025-11-26 01:32:01','2025-11-26 01:32:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764120721;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764120721;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 01:42:44','2025-11-26 01:42:44',0,NULL),
(327625,'mailpoet/cron/daemon-run','complete','2025-11-26 01:42:39','2025-11-26 01:42:39',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764121359;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764121359;}',7,1,'2025-11-26 01:42:51','2025-11-26 01:42:51',0,NULL),
(327626,'mailpoet/cron/daemon-trigger','complete','2025-11-26 01:44:44','2025-11-26 01:44:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764121484;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764121484;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 02:12:59','2025-11-26 02:12:59',0,NULL),
(327627,'mailpoet/cron/daemon-trigger','complete','2025-11-26 02:14:59','2025-11-26 02:14:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764123299;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764123299;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 02:16:42','2025-11-26 02:16:42',0,NULL),
(327628,'mailpoet/cron/daemon-trigger','complete','2025-11-26 02:18:42','2025-11-26 02:18:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764123522;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764123522;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 02:19:40','2025-11-26 02:19:40',0,NULL),
(327629,'mailpoet/cron/daemon-trigger','complete','2025-11-26 02:21:40','2025-11-26 02:21:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764123700;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764123700;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 02:21:56','2025-11-26 02:21:56',0,NULL),
(327630,'mailpoet/cron/daemon-trigger','complete','2025-11-26 02:23:56','2025-11-26 02:23:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764123836;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764123836;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 02:27:50','2025-11-26 02:27:50',0,NULL),
(327631,'mailpoet/cron/daemon-trigger','complete','2025-11-26 02:29:50','2025-11-26 02:29:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764124190;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764124190;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 02:40:53','2025-11-26 02:40:53',0,NULL),
(327632,'mailpoet/cron/daemon-trigger','complete','2025-11-26 02:42:53','2025-11-26 02:42:53',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764124973;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764124973;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 03:11:25','2025-11-26 03:11:25',0,NULL),
(327633,'mailpoet/cron/daemon-trigger','complete','2025-11-26 03:13:25','2025-11-26 03:13:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764126805;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764126805;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 03:23:37','2025-11-26 03:23:37',0,NULL),
(327634,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-26 03:11:24','2025-11-26 03:11:24',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764126684;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764126684;}',6,1,'2025-11-26 03:11:25','2025-11-26 03:11:25',0,NULL),
(327635,'gla/jobs/resubmit_expiring_products/start','complete','2025-11-27 03:00:00','2025-11-27 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764212400;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1764212400;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-27 06:54:27','2025-11-27 06:54:27',0,NULL),
(327636,'mailpoet/cron/daemon-trigger','complete','2025-11-26 03:25:37','2025-11-26 03:25:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764127537;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764127537;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 03:42:24','2025-11-26 03:42:24',0,NULL),
(327637,'mailpoet/cron/daemon-trigger','complete','2025-11-26 03:44:24','2025-11-26 03:44:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764128664;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764128664;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 04:59:59','2025-11-26 04:59:59',0,NULL),
(327638,'mailpoet/cron/daemon-trigger','complete','2025-11-26 05:01:59','2025-11-26 05:01:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764133319;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764133319;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 07:49:08','2025-11-26 07:49:08',0,NULL),
(327639,'mailpoet/cron/daemon-run','complete','2025-11-26 07:49:03','2025-11-26 07:49:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764143343;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764143343;}',7,1,'2025-11-26 07:49:15','2025-11-26 07:49:15',0,NULL),
(327640,'mailpoet/cron/daemon-trigger','complete','2025-11-26 07:51:08','2025-11-26 07:51:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764143468;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764143468;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 11:42:45','2025-11-26 11:42:45',0,NULL),
(327641,'mailpoet/cron/daemon-run','complete','2025-11-26 11:42:40','2025-11-26 11:42:40',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764157360;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764157360;}',7,1,'2025-11-26 11:42:52','2025-11-26 11:42:52',0,NULL),
(327642,'mailpoet/cron/daemon-trigger','complete','2025-11-26 11:44:45','2025-11-26 11:44:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764157485;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764157485;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 11:49:16','2025-11-26 11:49:16',0,NULL),
(327643,'mailpoet/cron/daemon-trigger','complete','2025-11-26 11:51:16','2025-11-26 11:51:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764157876;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764157876;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 14:24:00','2025-11-26 14:24:00',0,NULL),
(327644,'mailpoet/cron/daemon-trigger','complete','2025-11-26 14:26:00','2025-11-26 14:26:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764167160;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764167160;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 17:33:50','2025-11-26 17:33:50',0,NULL),
(327645,'woocommerce_refresh_order_count_cache','complete','2025-11-27 02:24:00','2025-11-27 02:24:00',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764210240;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764210240;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-27 06:54:27','2025-11-27 06:54:27',0,NULL),
(327646,'mailpoet/cron/daemon-trigger','complete','2025-11-26 17:35:50','2025-11-26 17:35:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764178550;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764178550;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-26 20:57:29','2025-11-26 20:57:29',0,NULL),
(327647,'mailpoet/cron/daemon-trigger','complete','2025-11-26 20:59:29','2025-11-26 20:59:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764190769;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764190769;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-27 01:01:32','2025-11-27 01:01:32',0,NULL),
(327648,'mailpoet/cron/daemon-trigger','complete','2025-11-27 01:03:32','2025-11-27 01:03:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764205412;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764205412;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-27 06:53:27','2025-11-27 06:53:27',0,NULL),
(327649,'wp_mail_smtp_summary_report_email','complete','2025-12-04 01:01:36','2025-12-04 01:01:36',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764810096;s:18:\"\0*\0first_timestamp\";i:1721052000;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764810096;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',3,1,'2025-12-04 02:15:58','2025-12-04 02:15:58',0,NULL),
(327650,'mailpoet/cron/daemon-run','complete','2025-11-27 06:53:22','2025-11-27 06:53:22',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764226402;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764226402;}',7,1,'2025-11-27 06:54:28','2025-11-27 06:54:28',0,NULL),
(327651,'mailpoet/cron/daemon-trigger','complete','2025-11-27 06:55:27','2025-11-27 06:55:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764226527;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764226527;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-27 07:21:48','2025-11-27 07:21:48',0,NULL),
(327652,'woocommerce_cleanup_draft_orders','complete','2025-11-28 06:53:33','2025-11-28 06:53:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764312813;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764312813;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-28 08:57:11','2025-11-28 08:57:11',0,NULL),
(327653,'woocommerce_cleanup_draft_orders','complete','2025-11-28 06:53:44','2025-11-28 06:53:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764312824;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764312824;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-28 08:57:11','2025-11-28 08:57:11',0,NULL),
(327654,'wp_mail_smtp_admin_notifications_update','complete','2025-11-28 06:54:01','2025-11-28 06:54:01',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764312841;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764312841;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-11-28 08:57:11','2025-11-28 08:57:11',0,NULL),
(327655,'wc_gla_cron_daily_notes','complete','2025-11-28 06:54:20','2025-11-28 06:54:20',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764312860;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764312860;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-28 08:57:11','2025-11-28 08:57:11',0,NULL),
(327656,'woocommerce_refresh_order_count_cache','complete','2025-11-27 18:54:27','2025-11-27 18:54:27',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764269667;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764269667;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-27 20:42:32','2025-11-27 20:42:32',0,NULL),
(327657,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-27 06:54:26','2025-11-27 06:54:26',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764226466;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764226466;}',6,1,'2025-11-27 06:54:28','2025-11-27 06:54:28',0,NULL),
(327658,'gla/jobs/resubmit_expiring_products/start','complete','2025-11-28 03:00:00','2025-11-28 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764298800;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1764298800;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-28 03:16:23','2025-11-28 03:16:23',0,NULL),
(327659,'mailpoet/cron/daemon-trigger','complete','2025-11-27 07:23:48','2025-11-27 07:23:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764228228;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764228228;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-27 20:42:26','2025-11-27 20:42:26',0,NULL),
(327660,'mailpoet/cron/daemon-run','complete','2025-11-27 20:42:21','2025-11-27 20:42:21',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764276141;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764276141;}',7,1,'2025-11-27 20:42:44','2025-11-27 20:42:44',0,NULL),
(327661,'mailpoet/cron/daemon-trigger','complete','2025-11-27 20:44:26','2025-11-27 20:44:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764276266;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764276266;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-27 22:01:43','2025-11-27 22:01:43',0,NULL),
(327662,'woocommerce_refresh_order_count_cache','complete','2025-11-28 08:42:32','2025-11-28 08:42:32',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764319352;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764319352;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-28 08:57:11','2025-11-28 08:57:11',0,NULL),
(327663,'mailpoet/cron/daemon-run','complete','2025-11-27 22:01:38','2025-11-27 22:01:38',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764280898;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764280898;}',7,1,'2025-11-27 22:01:50','2025-11-27 22:01:50',0,NULL),
(327664,'mailpoet/cron/daemon-trigger','complete','2025-11-27 22:03:43','2025-11-27 22:03:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764281023;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764281023;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-28 00:48:41','2025-11-28 00:48:41',0,NULL),
(327665,'mailpoet/cron/daemon-run','complete','2025-11-28 00:48:36','2025-11-28 00:48:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764290916;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764290916;}',7,1,'2025-11-28 00:48:48','2025-11-28 00:48:48',0,NULL),
(327666,'mailpoet/cron/daemon-trigger','complete','2025-11-28 00:50:41','2025-11-28 00:50:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764291041;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764291041;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-28 01:47:10','2025-11-28 01:47:10',0,NULL),
(327667,'mailpoet/cron/daemon-trigger','complete','2025-11-28 01:49:10','2025-11-28 01:49:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764294550;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764294550;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-28 02:14:24','2025-11-28 02:14:24',0,NULL),
(327668,'mailpoet/cron/daemon-trigger','complete','2025-11-28 02:16:24','2025-11-28 02:16:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764296184;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764296184;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-28 03:16:23','2025-11-28 03:16:23',0,NULL),
(327669,'mailpoet/cron/daemon-trigger','complete','2025-11-28 03:18:23','2025-11-28 03:18:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764299903;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764299903;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-28 08:57:11','2025-11-28 08:57:11',0,NULL),
(327670,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-28 03:16:22','2025-11-28 03:16:22',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764299782;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764299782;}',6,1,'2025-11-28 03:16:23','2025-11-28 03:16:23',0,NULL),
(327671,'gla/jobs/resubmit_expiring_products/start','complete','2025-11-29 03:00:00','2025-11-29 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764385200;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1764385200;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-29 03:08:13','2025-11-29 03:08:13',0,NULL),
(327672,'mailpoet/cron/daemon-trigger','complete','2025-11-28 08:59:11','2025-11-28 08:59:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764320351;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764320351;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-28 10:14:14','2025-11-28 10:14:14',0,NULL),
(327673,'woocommerce_cleanup_draft_orders','complete','2025-11-29 08:57:11','2025-11-29 08:57:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764406631;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764406631;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-29 10:48:35','2025-11-29 10:48:35',0,NULL),
(327674,'woocommerce_cleanup_draft_orders','complete','2025-11-29 08:57:11','2025-11-29 08:57:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764406631;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764406631;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-29 10:48:35','2025-11-29 10:48:35',0,NULL),
(327675,'wp_mail_smtp_admin_notifications_update','complete','2025-11-29 08:57:11','2025-11-29 08:57:11',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764406631;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764406631;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-11-29 10:48:35','2025-11-29 10:48:35',0,NULL),
(327676,'wc_gla_cron_daily_notes','complete','2025-11-29 08:57:11','2025-11-29 08:57:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764406631;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764406631;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-29 10:48:35','2025-11-29 10:48:35',0,NULL),
(327677,'woocommerce_refresh_order_count_cache','complete','2025-11-28 20:57:11','2025-11-28 20:57:11',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764363431;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764363431;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-28 22:31:58','2025-11-28 22:31:58',0,NULL);
INSERT INTO `wp_actionscheduler_actions` VALUES
(327678,'mailpoet/cron/daemon-trigger','complete','2025-11-28 10:16:14','2025-11-28 10:16:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764324974;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764324974;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-28 15:06:01','2025-11-28 15:06:01',0,NULL),
(327679,'mailpoet/cron/daemon-run','complete','2025-11-28 15:05:56','2025-11-28 15:05:56',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764342356;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764342356;}',7,1,'2025-11-28 15:06:08','2025-11-28 15:06:08',0,NULL),
(327680,'mailpoet/cron/daemon-trigger','complete','2025-11-28 15:08:01','2025-11-28 15:08:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764342481;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764342481;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-28 22:31:52','2025-11-28 22:31:52',0,NULL),
(327681,'mailpoet/cron/daemon-run','complete','2025-11-28 22:31:47','2025-11-28 22:31:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764369107;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764369107;}',7,1,'2025-11-28 22:32:10','2025-11-28 22:32:10',0,NULL),
(327682,'mailpoet/cron/daemon-trigger','complete','2025-11-28 22:33:52','2025-11-28 22:33:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764369232;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764369232;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-28 22:59:27','2025-11-28 22:59:27',0,NULL),
(327683,'woocommerce_refresh_order_count_cache','complete','2025-11-29 10:31:58','2025-11-29 10:31:58',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764412318;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764412318;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-29 10:48:35','2025-11-29 10:48:35',0,NULL),
(327684,'mailpoet/cron/daemon-trigger','complete','2025-11-28 23:01:27','2025-11-28 23:01:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764370887;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764370887;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-29 03:08:13','2025-11-29 03:08:13',0,NULL),
(327685,'mailpoet/cron/daemon-trigger','complete','2025-11-29 03:10:13','2025-11-29 03:10:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764385813;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764385813;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-29 07:25:41','2025-11-29 07:25:41',0,NULL),
(327686,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-29 03:08:12','2025-11-29 03:08:12',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764385692;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764385692;}',6,1,'2025-11-29 03:08:13','2025-11-29 03:08:13',0,NULL),
(327687,'gla/jobs/resubmit_expiring_products/start','complete','2025-11-30 03:00:00','2025-11-30 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764471600;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1764471600;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-11-30 07:52:25','2025-11-30 07:52:25',0,NULL),
(327688,'mailpoet/cron/daemon-trigger','complete','2025-11-29 07:27:41','2025-11-29 07:27:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764401261;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764401261;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-29 07:59:24','2025-11-29 07:59:24',0,NULL),
(327689,'mailpoet/cron/daemon-trigger','complete','2025-11-29 08:01:24','2025-11-29 08:01:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764403284;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764403284;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-29 10:48:35','2025-11-29 10:48:35',0,NULL),
(327690,'mailpoet/cron/daemon-trigger','complete','2025-11-29 10:50:35','2025-11-29 10:50:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764413435;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764413435;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-29 15:32:45','2025-11-29 15:32:45',0,NULL),
(327691,'woocommerce_cleanup_draft_orders','complete','2025-11-30 10:48:35','2025-11-30 10:48:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764499715;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764499715;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-30 13:44:37','2025-11-30 13:44:37',0,NULL),
(327692,'woocommerce_cleanup_draft_orders','complete','2025-11-30 10:48:35','2025-11-30 10:48:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764499715;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764499715;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-11-30 13:44:37','2025-11-30 13:44:37',0,NULL),
(327693,'wp_mail_smtp_admin_notifications_update','complete','2025-11-30 10:48:35','2025-11-30 10:48:35',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764499715;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764499715;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-11-30 13:44:38','2025-11-30 13:44:38',0,NULL),
(327694,'wc_gla_cron_daily_notes','complete','2025-11-30 10:48:35','2025-11-30 10:48:35',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764499715;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764499715;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-11-30 13:44:38','2025-11-30 13:44:38',0,NULL),
(327695,'woocommerce_refresh_order_count_cache','complete','2025-11-29 22:48:35','2025-11-29 22:48:35',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764456515;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764456515;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-29 23:57:37','2025-11-29 23:57:37',0,NULL),
(327696,'mailpoet/cron/daemon-trigger','complete','2025-11-29 15:34:45','2025-11-29 15:34:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764430485;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764430485;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-29 17:31:19','2025-11-29 17:31:19',0,NULL),
(327697,'mailpoet/cron/daemon-trigger','complete','2025-11-29 17:33:19','2025-11-29 17:33:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764437599;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764437599;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-29 18:23:02','2025-11-29 18:23:02',0,NULL),
(327698,'mailpoet/cron/daemon-trigger','complete','2025-11-29 18:25:02','2025-11-29 18:25:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764440702;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764440702;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-29 23:57:30','2025-11-29 23:57:30',0,NULL),
(327699,'mailpoet/cron/daemon-run','complete','2025-11-29 23:57:25','2025-11-29 23:57:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764460645;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764460645;}',7,1,'2025-11-29 23:57:48','2025-11-29 23:57:48',0,NULL),
(327700,'mailpoet/cron/daemon-trigger','complete','2025-11-29 23:59:30','2025-11-29 23:59:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764460770;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764460770;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-30 00:41:28','2025-11-30 00:41:28',0,NULL),
(327701,'woocommerce_refresh_order_count_cache','complete','2025-11-30 11:57:37','2025-11-30 11:57:37',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764503857;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764503857;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-11-30 13:44:38','2025-11-30 13:44:38',0,NULL),
(327702,'mailpoet/cron/daemon-run','complete','2025-11-30 00:41:23','2025-11-30 00:41:23',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764463283;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764463283;}',7,1,'2025-11-30 00:41:34','2025-11-30 00:41:34',0,NULL),
(327703,'mailpoet/cron/daemon-trigger','complete','2025-11-30 00:43:28','2025-11-30 00:43:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764463408;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764463408;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-30 02:27:34','2025-11-30 02:27:34',0,NULL),
(327704,'mailpoet/cron/daemon-trigger','complete','2025-11-30 02:29:34','2025-11-30 02:29:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764469774;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764469774;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-30 07:52:25','2025-11-30 07:52:25',0,NULL),
(327705,'mailpoet/cron/daemon-trigger','complete','2025-11-30 07:54:25','2025-11-30 07:54:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764489265;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764489265;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-30 09:23:50','2025-11-30 09:23:50',0,NULL),
(327706,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-11-30 07:52:24','2025-11-30 07:52:24',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764489144;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764489144;}',6,1,'2025-11-30 07:52:25','2025-11-30 07:52:25',0,NULL),
(327707,'gla/jobs/resubmit_expiring_products/start','complete','2025-12-01 03:00:00','2025-12-01 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764558000;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1764558000;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-12-01 07:57:12','2025-12-01 07:57:12',0,NULL),
(327708,'mailpoet/cron/daemon-trigger','complete','2025-11-30 09:25:50','2025-11-30 09:25:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764494750;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764494750;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-30 09:53:54','2025-11-30 09:53:54',0,NULL),
(327709,'mailpoet/cron/daemon-trigger','complete','2025-11-30 09:55:54','2025-11-30 09:55:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764496554;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764496554;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-30 13:44:37','2025-11-30 13:44:37',0,NULL),
(327710,'mailpoet/cron/daemon-trigger','complete','2025-11-30 13:46:37','2025-11-30 13:46:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764510397;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764510397;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-30 16:23:31','2025-11-30 16:23:31',0,NULL),
(327711,'woocommerce_cleanup_draft_orders','complete','2025-12-01 13:44:37','2025-12-01 13:44:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764596677;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764596677;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-01 15:13:30','2025-12-01 15:13:30',0,NULL),
(327712,'woocommerce_cleanup_draft_orders','complete','2025-12-01 13:44:37','2025-12-01 13:44:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764596677;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764596677;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-01 15:13:41','2025-12-01 15:13:41',0,NULL),
(327713,'wp_mail_smtp_admin_notifications_update','complete','2025-12-01 13:44:38','2025-12-01 13:44:38',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764596678;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764596678;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-12-01 15:13:57','2025-12-01 15:13:57',0,NULL),
(327714,'wc_gla_cron_daily_notes','complete','2025-12-01 13:44:38','2025-12-01 13:44:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764596678;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764596678;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-01 15:14:14','2025-12-01 15:14:14',0,NULL),
(327715,'woocommerce_refresh_order_count_cache','complete','2025-12-01 01:44:38','2025-12-01 01:44:38',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764553478;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764553478;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-01 07:57:00','2025-12-01 07:57:00',0,NULL),
(327716,'mailpoet/cron/daemon-trigger','complete','2025-11-30 16:25:31','2025-11-30 16:25:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764519931;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764519931;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-30 18:15:57','2025-11-30 18:15:57',0,NULL),
(327717,'mailpoet/cron/daemon-trigger','complete','2025-11-30 18:17:57','2025-11-30 18:17:57',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764526677;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764526677;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-30 19:10:33','2025-11-30 19:10:33',0,NULL),
(327718,'mailpoet/cron/daemon-trigger','complete','2025-11-30 19:12:33','2025-11-30 19:12:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764529953;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764529953;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-11-30 19:21:27','2025-11-30 19:21:27',0,NULL),
(327719,'mailpoet/cron/daemon-trigger','complete','2025-11-30 19:23:27','2025-11-30 19:23:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764530607;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764530607;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-01 00:58:08','2025-12-01 00:58:08',0,NULL),
(327720,'mailpoet/cron/daemon-run','complete','2025-12-01 00:58:03','2025-12-01 00:58:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764550683;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764550683;}',7,1,'2025-12-01 00:58:15','2025-12-01 00:58:15',0,NULL),
(327721,'mailpoet/cron/daemon-trigger','complete','2025-12-01 01:00:08','2025-12-01 01:00:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764550808;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764550808;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-01 01:01:04','2025-12-01 01:01:04',0,NULL),
(327722,'mailpoet/cron/daemon-trigger','complete','2025-12-01 01:03:04','2025-12-01 01:03:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764550984;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764550984;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-01 07:56:53','2025-12-01 07:56:53',0,NULL),
(327723,'mailpoet/cron/daemon-run','complete','2025-12-01 07:56:48','2025-12-01 07:56:48',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764575808;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764575808;}',7,1,'2025-12-01 07:57:18','2025-12-01 07:57:18',0,NULL),
(327724,'mailpoet/cron/daemon-trigger','complete','2025-12-01 07:58:53','2025-12-01 07:58:53',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764575933;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764575933;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-01 09:45:45','2025-12-01 09:45:45',0,NULL),
(327725,'woocommerce_refresh_order_count_cache','complete','2025-12-01 19:57:00','2025-12-01 19:57:00',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764619020;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764619020;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-01 23:43:08','2025-12-01 23:43:08',0,NULL),
(327726,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-12-01 07:57:11','2025-12-01 07:57:11',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764575831;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764575831;}',6,1,'2025-12-01 07:57:18','2025-12-01 07:57:18',0,NULL),
(327727,'gla/jobs/resubmit_expiring_products/start','complete','2025-12-02 03:00:00','2025-12-02 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764644400;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1764644400;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-12-02 03:39:59','2025-12-02 03:39:59',0,NULL),
(327728,'mailpoet/cron/daemon-trigger','complete','2025-12-01 09:47:45','2025-12-01 09:47:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764582465;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764582465;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-01 15:13:24','2025-12-01 15:13:24',0,NULL),
(327729,'mailpoet/cron/daemon-run','complete','2025-12-01 15:13:19','2025-12-01 15:13:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764601999;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764601999;}',7,1,'2025-12-01 15:14:20','2025-12-01 15:14:20',0,NULL),
(327730,'mailpoet/cron/daemon-trigger','complete','2025-12-01 15:15:24','2025-12-01 15:15:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764602124;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764602124;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-01 17:15:14','2025-12-01 17:15:14',0,NULL),
(327731,'woocommerce_cleanup_draft_orders','complete','2025-12-02 15:13:30','2025-12-02 15:13:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764688410;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764688410;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-03 02:25:49','2025-12-03 02:25:49',0,NULL),
(327732,'woocommerce_cleanup_draft_orders','complete','2025-12-02 15:13:41','2025-12-02 15:13:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764688421;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764688421;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-03 02:26:01','2025-12-03 02:26:01',0,NULL),
(327733,'wp_mail_smtp_admin_notifications_update','complete','2025-12-02 15:13:57','2025-12-02 15:13:57',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764688437;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764688437;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-12-03 02:26:17','2025-12-03 02:26:17',0,NULL),
(327734,'wc_gla_cron_daily_notes','complete','2025-12-02 15:14:14','2025-12-02 15:14:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764688454;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764688454;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-03 02:26:34','2025-12-03 02:26:34',0,NULL),
(327735,'mailpoet/cron/daemon-run','complete','2025-12-01 17:15:09','2025-12-01 17:15:09',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764609309;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764609309;}',7,1,'2025-12-01 17:15:21','2025-12-01 17:15:21',0,NULL),
(327736,'mailpoet/cron/daemon-trigger','complete','2025-12-01 17:17:14','2025-12-01 17:17:14',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764609434;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764609434;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-01 23:43:08','2025-12-01 23:43:08',0,NULL),
(327737,'mailpoet/cron/daemon-trigger','complete','2025-12-01 23:45:08','2025-12-01 23:45:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764632708;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764632708;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-02 01:57:06','2025-12-02 01:57:06',0,NULL),
(327738,'woocommerce_refresh_order_count_cache','complete','2025-12-02 11:43:08','2025-12-02 11:43:08',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764675788;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764675788;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-02 14:46:58','2025-12-02 14:46:58',0,NULL),
(327739,'mailpoet/cron/daemon-trigger','complete','2025-12-02 01:59:06','2025-12-02 01:59:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764640746;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764640746;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-02 03:39:59','2025-12-02 03:39:59',0,NULL),
(327740,'mailpoet/cron/daemon-trigger','complete','2025-12-02 03:41:59','2025-12-02 03:41:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764646919;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764646919;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-02 04:02:03','2025-12-02 04:02:03',0,NULL),
(327741,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-12-02 03:39:58','2025-12-02 03:39:58',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764646798;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764646798;}',6,1,'2025-12-02 03:39:59','2025-12-02 03:39:59',0,NULL),
(327742,'gla/jobs/resubmit_expiring_products/start','complete','2025-12-03 03:00:00','2025-12-03 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764730800;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1764730800;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-12-03 04:10:08','2025-12-03 04:10:08',0,NULL),
(327743,'mailpoet/cron/daemon-trigger','complete','2025-12-02 04:04:03','2025-12-02 04:04:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764648243;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764648243;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-02 04:23:00','2025-12-02 04:23:00',0,NULL),
(327744,'mailpoet/cron/daemon-trigger','complete','2025-12-02 04:25:00','2025-12-02 04:25:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764649500;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764649500;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-02 04:37:18','2025-12-02 04:37:18',0,NULL),
(327745,'mailpoet/cron/daemon-trigger','complete','2025-12-02 04:39:18','2025-12-02 04:39:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764650358;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764650358;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-02 05:08:33','2025-12-02 05:08:33',0,NULL),
(327746,'mailpoet/cron/daemon-trigger','complete','2025-12-02 05:10:33','2025-12-02 05:10:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764652233;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764652233;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-02 14:46:52','2025-12-02 14:46:52',0,NULL),
(327747,'mailpoet/cron/daemon-run','complete','2025-12-02 14:46:47','2025-12-02 14:46:47',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764686807;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764686807;}',7,1,'2025-12-02 14:47:09','2025-12-02 14:47:09',0,NULL),
(327748,'mailpoet/cron/daemon-trigger','complete','2025-12-02 14:48:52','2025-12-02 14:48:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764686932;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764686932;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-02 14:59:34','2025-12-02 14:59:34',0,NULL),
(327749,'woocommerce_refresh_order_count_cache','complete','2025-12-03 02:46:58','2025-12-03 02:46:58',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764730018;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764730018;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-03 04:10:08','2025-12-03 04:10:08',0,NULL),
(327750,'mailpoet/cron/daemon-trigger','complete','2025-12-02 15:01:34','2025-12-02 15:01:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764687694;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764687694;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-03 02:25:42','2025-12-03 02:25:42',0,NULL),
(327751,'mailpoet/cron/daemon-run','complete','2025-12-03 02:25:37','2025-12-03 02:25:37',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764728737;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764728737;}',7,1,'2025-12-03 02:26:51','2025-12-03 02:26:51',0,NULL),
(327752,'mailpoet/cron/daemon-trigger','complete','2025-12-03 02:27:42','2025-12-03 02:27:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764728862;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764728862;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-03 04:10:08','2025-12-03 04:10:08',0,NULL),
(327753,'woocommerce_cleanup_draft_orders','complete','2025-12-04 02:25:49','2025-12-04 02:25:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764815149;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764815149;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-04 04:01:43','2025-12-04 04:01:43',0,NULL),
(327754,'woocommerce_cleanup_draft_orders','complete','2025-12-04 02:26:01','2025-12-04 02:26:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764815161;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764815161;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-04 04:01:55','2025-12-04 04:01:55',0,NULL),
(327755,'wp_mail_smtp_admin_notifications_update','complete','2025-12-04 02:26:17','2025-12-04 02:26:17',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764815177;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764815177;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-12-04 04:02:11','2025-12-04 04:02:11',0,NULL),
(327756,'wc_gla_cron_daily_notes','complete','2025-12-04 02:26:34','2025-12-04 02:26:34',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764815194;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764815194;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-04 04:02:24','2025-12-04 04:02:24',0,NULL),
(327757,'mailpoet/cron/daemon-trigger','complete','2025-12-03 04:12:08','2025-12-03 04:12:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764735128;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764735128;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-03 04:17:36','2025-12-03 04:17:36',0,NULL),
(327758,'woocommerce_refresh_order_count_cache','complete','2025-12-03 16:10:08','2025-12-03 16:10:08',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764778208;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764778208;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-03 16:47:29','2025-12-03 16:47:29',0,NULL),
(327759,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-12-03 04:10:07','2025-12-03 04:10:07',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764735007;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764735007;}',6,1,'2025-12-03 04:10:08','2025-12-03 04:10:08',0,NULL),
(327760,'gla/jobs/resubmit_expiring_products/start','complete','2025-12-04 03:00:00','2025-12-04 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764817200;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1764817200;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-12-04 04:02:24','2025-12-04 04:02:24',0,NULL),
(327761,'mailpoet/cron/daemon-trigger','complete','2025-12-03 04:19:36','2025-12-03 04:19:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764735576;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764735576;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-03 04:20:11','2025-12-03 04:20:11',0,NULL),
(327762,'mailpoet/cron/daemon-trigger','complete','2025-12-03 04:22:11','2025-12-03 04:22:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764735731;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764735731;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-03 05:24:42','2025-12-03 05:24:42',0,NULL),
(327763,'mailpoet/cron/daemon-trigger','complete','2025-12-03 05:26:42','2025-12-03 05:26:42',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764739602;s:18:\"\0*\0first_timestamp\";i:1753313790;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764739602;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-03 16:46:28','2025-12-03 16:46:28',0,NULL),
(327766,'mailpoet/cron/daemon-trigger','complete','2025-12-03 16:47:01','2025-12-03 16:47:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764780421;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764780421;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-03 21:19:25','2025-12-03 21:19:25',0,NULL),
(327767,'woocommerce_refresh_order_count_cache','complete','2025-12-04 04:47:29','2025-12-04 04:47:29',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764823649;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764823649;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-04 04:47:57','2025-12-04 04:47:57',0,NULL),
(327768,'mailpoet/cron/daemon-run','complete','2025-12-03 21:19:20','2025-12-03 21:19:20',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764796760;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764796760;}',7,1,'2025-12-03 21:19:32','2025-12-03 21:19:32',0,NULL),
(327769,'mailpoet/cron/daemon-trigger','complete','2025-12-03 21:21:25','2025-12-03 21:21:25',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764796885;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764796885;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-04 02:15:56','2025-12-04 02:15:56',0,NULL),
(327770,'mailpoet/cron/daemon-run','complete','2025-12-04 02:15:51','2025-12-04 02:15:51',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764814551;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764814551;}',7,1,'2025-12-04 02:16:03','2025-12-04 02:16:03',0,NULL),
(327771,'mailpoet/cron/daemon-trigger','complete','2025-12-04 02:17:56','2025-12-04 02:17:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764814676;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764814676;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-04 04:01:37','2025-12-04 04:01:37',0,NULL),
(327772,'wp_mail_smtp_summary_report_email','complete','2025-12-11 02:15:58','2025-12-11 02:15:58',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765419358;s:18:\"\0*\0first_timestamp\";i:1721052000;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765419358;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',3,1,'2025-12-11 03:49:12','2025-12-11 03:49:12',0,NULL),
(327773,'mailpoet/cron/daemon-run','complete','2025-12-04 04:01:32','2025-12-04 04:01:32',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764820892;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764820892;}',7,1,'2025-12-04 04:02:25','2025-12-04 04:02:25',0,NULL),
(327774,'mailpoet/cron/daemon-trigger','complete','2025-12-04 04:03:37','2025-12-04 04:03:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764821017;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764821017;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-04 04:47:51','2025-12-04 04:47:51',0,NULL),
(327775,'woocommerce_cleanup_draft_orders','complete','2025-12-05 04:01:43','2025-12-05 04:01:43',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764907303;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764907303;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-05 04:52:36','2025-12-05 04:52:36',0,NULL),
(327776,'woocommerce_cleanup_draft_orders','complete','2025-12-05 04:01:55','2025-12-05 04:01:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764907315;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764907315;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-05 04:52:47','2025-12-05 04:52:47',0,NULL),
(327777,'wp_mail_smtp_admin_notifications_update','complete','2025-12-05 04:02:11','2025-12-05 04:02:11',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764907331;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764907331;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-12-05 04:53:03','2025-12-05 04:53:03',0,NULL),
(327778,'wc_gla_cron_daily_notes','complete','2025-12-05 04:02:24','2025-12-05 04:02:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764907344;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764907344;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-05 04:53:20','2025-12-05 04:53:20',0,NULL),
(327779,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-12-04 04:02:23','2025-12-04 04:02:23',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764820943;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764820943;}',6,1,'2025-12-04 04:02:25','2025-12-04 04:02:25',0,NULL),
(327780,'gla/jobs/resubmit_expiring_products/start','complete','2025-12-05 03:00:00','2025-12-05 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764903600;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1764903600;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-12-05 04:52:25','2025-12-05 04:52:25',0,NULL),
(327781,'mailpoet/cron/daemon-run','complete','2025-12-04 04:47:46','2025-12-04 04:47:46',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764823666;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764823666;}',7,1,'2025-12-04 04:48:09','2025-12-04 04:48:09',0,NULL),
(327782,'mailpoet/cron/daemon-trigger','complete','2025-12-04 04:49:51','2025-12-04 04:49:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764823791;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764823791;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-04 05:46:04','2025-12-04 05:46:04',0,NULL),
(327783,'woocommerce_refresh_order_count_cache','complete','2025-12-04 16:47:57','2025-12-04 16:47:57',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764866877;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764866877;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-05 02:00:41','2025-12-05 02:00:41',0,NULL),
(327784,'mailpoet/cron/daemon-trigger','complete','2025-12-04 05:48:04','2025-12-04 05:48:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764827284;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764827284;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-04 05:49:59','2025-12-04 05:49:59',0,NULL),
(327785,'mailpoet/cron/daemon-trigger','complete','2025-12-04 05:51:59','2025-12-04 05:51:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764827519;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764827519;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-04 07:15:08','2025-12-04 07:15:08',0,NULL),
(327786,'mailpoet/cron/daemon-trigger','complete','2025-12-04 07:17:08','2025-12-04 07:17:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764832628;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764832628;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-04 07:33:40','2025-12-04 07:33:40',0,NULL),
(327787,'mailpoet/cron/daemon-trigger','complete','2025-12-04 07:35:40','2025-12-04 07:35:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764833740;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764833740;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-04 07:44:11','2025-12-04 07:44:11',0,NULL),
(327788,'mailpoet/cron/daemon-trigger','complete','2025-12-04 07:46:11','2025-12-04 07:46:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764834371;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764834371;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-04 07:52:55','2025-12-04 07:52:55',0,NULL),
(327789,'mailpoet/cron/daemon-trigger','complete','2025-12-04 07:54:55','2025-12-04 07:54:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764834895;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764834895;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-04 09:04:18','2025-12-04 09:04:18',0,NULL),
(327790,'mailpoet/cron/daemon-trigger','complete','2025-12-04 09:06:18','2025-12-04 09:06:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764839178;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764839178;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-04 10:13:38','2025-12-04 10:13:38',0,NULL),
(327791,'mailpoet/cron/daemon-trigger','complete','2025-12-04 10:15:38','2025-12-04 10:15:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764843338;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764843338;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-04 11:23:51','2025-12-04 11:23:51',0,NULL),
(327792,'mailpoet/cron/daemon-trigger','complete','2025-12-04 11:25:51','2025-12-04 11:25:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764847551;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764847551;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-04 14:03:32','2025-12-04 14:03:32',0,NULL),
(327793,'mailpoet/cron/daemon-trigger','complete','2025-12-04 14:05:32','2025-12-04 14:05:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764857132;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764857132;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-05 02:00:41','2025-12-05 02:00:41',0,NULL),
(327794,'mailpoet/cron/daemon-trigger','complete','2025-12-05 02:02:41','2025-12-05 02:02:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764900161;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764900161;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-05 03:34:17','2025-12-05 03:34:17',0,NULL),
(327795,'woocommerce_refresh_order_count_cache','complete','2025-12-05 14:00:41','2025-12-05 14:00:41',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764943241;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764943241;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-05 15:13:27','2025-12-05 15:13:27',0,NULL),
(327796,'mailpoet/cron/daemon-trigger','complete','2025-12-05 03:36:17','2025-12-05 03:36:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764905777;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764905777;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-05 04:52:30','2025-12-05 04:52:30',0,NULL),
(327797,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-12-05 04:52:24','2025-12-05 04:52:24',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764910344;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764910344;}',6,1,'2025-12-05 04:53:32','2025-12-05 04:53:32',0,NULL),
(327798,'gla/jobs/resubmit_expiring_products/start','complete','2025-12-06 03:00:00','2025-12-06 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764990000;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1764990000;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-12-06 05:55:37','2025-12-06 05:55:37',0,NULL),
(327799,'mailpoet/cron/daemon-run','complete','2025-12-05 04:52:25','2025-12-05 04:52:25',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764910345;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764910345;}',7,1,'2025-12-05 04:53:32','2025-12-05 04:53:32',0,NULL),
(327800,'mailpoet/cron/daemon-trigger','complete','2025-12-05 04:54:30','2025-12-05 04:54:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764910470;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764910470;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-05 04:55:02','2025-12-05 04:55:02',0,NULL),
(327801,'woocommerce_cleanup_draft_orders','complete','2025-12-06 04:52:36','2025-12-06 04:52:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764996756;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764996756;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-06 05:55:37','2025-12-06 05:55:37',0,NULL),
(327802,'woocommerce_cleanup_draft_orders','complete','2025-12-06 04:52:47','2025-12-06 04:52:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764996767;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764996767;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-06 05:55:37','2025-12-06 05:55:37',0,NULL),
(327803,'wp_mail_smtp_admin_notifications_update','complete','2025-12-06 04:53:03','2025-12-06 04:53:03',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764996783;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764996783;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-12-06 05:55:37','2025-12-06 05:55:37',0,NULL),
(327804,'wc_gla_cron_daily_notes','complete','2025-12-06 04:53:20','2025-12-06 04:53:20',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764996800;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764996800;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-06 05:55:38','2025-12-06 05:55:38',0,NULL),
(327805,'mailpoet/cron/daemon-trigger','complete','2025-12-05 04:57:02','2025-12-05 04:57:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764910622;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764910622;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-05 15:13:21','2025-12-05 15:13:21',0,NULL),
(327806,'mailpoet/cron/daemon-run','complete','2025-12-05 15:13:16','2025-12-05 15:13:16',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764947596;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764947596;}',7,1,'2025-12-05 15:13:35','2025-12-05 15:13:35',0,NULL),
(327807,'mailpoet/cron/daemon-trigger','complete','2025-12-05 15:15:21','2025-12-05 15:15:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764947721;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764947721;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-05 19:34:44','2025-12-05 19:34:44',0,NULL),
(327808,'woocommerce_refresh_order_count_cache','complete','2025-12-06 03:13:27','2025-12-06 03:13:27',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764990807;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764990807;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-06 05:55:37','2025-12-06 05:55:37',0,NULL),
(327809,'mailpoet/cron/daemon-trigger','complete','2025-12-05 19:36:44','2025-12-05 19:36:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764963404;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764963404;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-05 23:15:50','2025-12-05 23:15:50',0,NULL),
(327810,'mailpoet/cron/daemon-run','complete','2025-12-05 23:15:45','2025-12-05 23:15:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764976545;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764976545;}',7,1,'2025-12-05 23:15:57','2025-12-05 23:15:57',0,NULL),
(327811,'mailpoet/cron/daemon-trigger','complete','2025-12-05 23:17:50','2025-12-05 23:17:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764976670;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764976670;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-05 23:22:08','2025-12-05 23:22:08',0,NULL),
(327812,'mailpoet/cron/daemon-run','complete','2025-12-05 23:22:03','2025-12-05 23:22:03',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764976923;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764976923;}',7,1,'2025-12-05 23:22:15','2025-12-05 23:22:15',0,NULL),
(327813,'mailpoet/cron/daemon-trigger','complete','2025-12-05 23:24:08','2025-12-05 23:24:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764977048;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764977048;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-06 00:04:13','2025-12-06 00:04:13',0,NULL),
(327814,'mailpoet/cron/daemon-run','complete','2025-12-06 00:04:08','2025-12-06 00:04:08',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1764979448;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1764979448;}',7,1,'2025-12-06 00:04:19','2025-12-06 00:04:19',0,NULL),
(327815,'mailpoet/cron/daemon-trigger','complete','2025-12-06 00:06:13','2025-12-06 00:06:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764979573;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764979573;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-06 00:41:06','2025-12-06 00:41:06',0,NULL),
(327816,'mailpoet/cron/daemon-trigger','complete','2025-12-06 00:43:06','2025-12-06 00:43:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764981786;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764981786;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-06 01:59:44','2025-12-06 01:59:44',0,NULL),
(327817,'mailpoet/cron/daemon-trigger','complete','2025-12-06 02:01:44','2025-12-06 02:01:44',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1764986504;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1764986504;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-06 05:55:37','2025-12-06 05:55:37',0,NULL),
(327818,'mailpoet/cron/daemon-trigger','complete','2025-12-06 05:57:37','2025-12-06 05:57:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765000657;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765000657;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-06 07:55:47','2025-12-06 07:55:47',0,NULL),
(327819,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-12-06 05:55:36','2025-12-06 05:55:36',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765000536;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765000536;}',6,1,'2025-12-06 05:55:38','2025-12-06 05:55:38',0,NULL),
(327820,'gla/jobs/resubmit_expiring_products/start','complete','2025-12-07 03:00:00','2025-12-07 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765076400;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1765076400;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-12-07 06:56:26','2025-12-07 06:56:26',0,NULL),
(327821,'woocommerce_refresh_order_count_cache','complete','2025-12-06 17:55:37','2025-12-06 17:55:37',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765043737;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765043737;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-06 18:46:12','2025-12-06 18:46:12',0,NULL),
(327822,'woocommerce_cleanup_draft_orders','complete','2025-12-07 05:55:37','2025-12-07 05:55:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765086937;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765086937;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-07 06:56:33','2025-12-07 06:56:33',0,NULL),
(327823,'woocommerce_cleanup_draft_orders','complete','2025-12-07 05:55:37','2025-12-07 05:55:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765086937;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765086937;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-07 06:56:33','2025-12-07 06:56:33',0,NULL),
(327824,'wp_mail_smtp_admin_notifications_update','complete','2025-12-07 05:55:37','2025-12-07 05:55:37',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765086937;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765086937;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-12-07 06:56:33','2025-12-07 06:56:33',0,NULL),
(327825,'wc_gla_cron_daily_notes','complete','2025-12-07 05:55:38','2025-12-07 05:55:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765086938;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765086938;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-07 06:56:33','2025-12-07 06:56:33',0,NULL),
(327826,'mailpoet/cron/daemon-trigger','complete','2025-12-06 07:57:47','2025-12-06 07:57:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765007867;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765007867;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-06 08:43:10','2025-12-06 08:43:10',0,NULL),
(327827,'mailpoet/cron/daemon-trigger','complete','2025-12-06 08:45:10','2025-12-06 08:45:10',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765010710;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765010710;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-06 15:12:46','2025-12-06 15:12:46',0,NULL),
(327828,'mailpoet/cron/daemon-trigger','complete','2025-12-06 15:14:46','2025-12-06 15:14:46',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765034086;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765034086;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-06 18:46:06','2025-12-06 18:46:06',0,NULL),
(327829,'mailpoet/cron/daemon-run','complete','2025-12-06 18:46:01','2025-12-06 18:46:01',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765046761;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765046761;}',7,1,'2025-12-06 18:46:24','2025-12-06 18:46:24',0,NULL),
(327830,'mailpoet/cron/daemon-trigger','complete','2025-12-06 18:48:06','2025-12-06 18:48:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765046886;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765046886;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-06 21:00:50','2025-12-06 21:00:50',0,NULL),
(327831,'woocommerce_refresh_order_count_cache','complete','2025-12-07 06:46:12','2025-12-07 06:46:12',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765089972;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765089972;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-07 06:56:33','2025-12-07 06:56:33',0,NULL),
(327832,'mailpoet/cron/daemon-run','complete','2025-12-06 21:00:45','2025-12-06 21:00:45',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765054845;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765054845;}',7,1,'2025-12-06 21:00:57','2025-12-06 21:00:57',0,NULL),
(327833,'mailpoet/cron/daemon-trigger','complete','2025-12-06 21:02:50','2025-12-06 21:02:50',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765054970;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765054970;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-06 23:29:07','2025-12-06 23:29:07',0,NULL),
(327834,'mailpoet/cron/daemon-trigger','complete','2025-12-06 23:31:07','2025-12-06 23:31:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765063867;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765063867;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-07 00:34:12','2025-12-07 00:34:12',0,NULL),
(327835,'mailpoet/cron/daemon-run','complete','2025-12-07 00:34:07','2025-12-07 00:34:07',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765067647;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765067647;}',7,1,'2025-12-07 00:34:18','2025-12-07 00:34:18',0,NULL),
(327836,'mailpoet/cron/daemon-trigger','complete','2025-12-07 00:36:12','2025-12-07 00:36:12',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765067772;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765067772;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-07 06:56:15','2025-12-07 06:56:15',0,NULL),
(327837,'mailpoet/cron/daemon-run','complete','2025-12-07 06:56:10','2025-12-07 06:56:10',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765090570;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765090570;}',7,1,'2025-12-07 06:56:34','2025-12-07 06:56:34',0,NULL),
(327838,'mailpoet/cron/daemon-trigger','complete','2025-12-07 06:58:15','2025-12-07 06:58:15',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765090695;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765090695;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-07 07:29:51','2025-12-07 07:29:51',0,NULL),
(327839,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-12-07 06:56:25','2025-12-07 06:56:25',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765090585;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765090585;}',6,1,'2025-12-07 06:56:34','2025-12-07 06:56:34',0,NULL),
(327840,'gla/jobs/resubmit_expiring_products/start','complete','2025-12-08 03:00:00','2025-12-08 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765162800;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1765162800;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-12-08 07:53:39','2025-12-08 07:53:39',0,NULL),
(327841,'woocommerce_cleanup_draft_orders','complete','2025-12-08 06:56:33','2025-12-08 06:56:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765176993;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765176993;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-08 07:53:40','2025-12-08 07:53:40',0,NULL),
(327842,'woocommerce_cleanup_draft_orders','complete','2025-12-08 06:56:33','2025-12-08 06:56:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765176993;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765176993;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-08 07:53:40','2025-12-08 07:53:40',0,NULL),
(327843,'wp_mail_smtp_admin_notifications_update','complete','2025-12-08 06:56:33','2025-12-08 06:56:33',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765176993;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765176993;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-12-08 07:53:40','2025-12-08 07:53:40',0,NULL),
(327844,'wc_gla_cron_daily_notes','complete','2025-12-08 06:56:33','2025-12-08 06:56:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765176993;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765176993;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-08 07:53:40','2025-12-08 07:53:40',0,NULL),
(327845,'woocommerce_refresh_order_count_cache','complete','2025-12-07 18:56:33','2025-12-07 18:56:33',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765133793;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765133793;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-07 21:01:47','2025-12-07 21:01:47',0,NULL),
(327846,'mailpoet/cron/daemon-trigger','complete','2025-12-07 07:31:51','2025-12-07 07:31:51',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765092711;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765092711;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-07 08:47:28','2025-12-07 08:47:28',0,NULL),
(327847,'mailpoet/cron/daemon-trigger','complete','2025-12-07 08:49:28','2025-12-07 08:49:28',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765097368;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765097368;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-07 09:09:03','2025-12-07 09:09:03',0,NULL),
(327848,'mailpoet/cron/daemon-trigger','complete','2025-12-07 09:11:03','2025-12-07 09:11:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765098663;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765098663;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-07 10:17:11','2025-12-07 10:17:11',0,NULL),
(327849,'mailpoet/cron/daemon-trigger','complete','2025-12-07 10:19:11','2025-12-07 10:19:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765102751;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765102751;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-07 10:46:03','2025-12-07 10:46:03',0,NULL),
(327850,'mailpoet/cron/daemon-trigger','complete','2025-12-07 10:48:03','2025-12-07 10:48:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765104483;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765104483;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-07 21:01:40','2025-12-07 21:01:40',0,NULL),
(327851,'mailpoet/cron/daemon-run','complete','2025-12-07 21:01:35','2025-12-07 21:01:35',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765141295;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765141295;}',7,1,'2025-12-07 21:01:58','2025-12-07 21:01:58',0,NULL),
(327852,'mailpoet/cron/daemon-trigger','complete','2025-12-07 21:03:40','2025-12-07 21:03:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765141420;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765141420;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-07 22:12:29','2025-12-07 22:12:29',0,NULL),
(327853,'woocommerce_refresh_order_count_cache','complete','2025-12-08 09:01:47','2025-12-08 09:01:47',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765184507;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765184507;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-08 17:03:12','2025-12-08 17:03:12',0,NULL),
(327854,'mailpoet/cron/daemon-run','complete','2025-12-07 22:12:24','2025-12-07 22:12:24',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765145544;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765145544;}',7,1,'2025-12-07 22:12:36','2025-12-07 22:12:36',0,NULL),
(327855,'mailpoet/cron/daemon-trigger','complete','2025-12-07 22:14:29','2025-12-07 22:14:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765145669;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765145669;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-08 01:18:33','2025-12-08 01:18:33',0,NULL),
(327856,'mailpoet/cron/daemon-trigger','complete','2025-12-08 01:20:33','2025-12-08 01:20:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765156833;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765156833;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-08 01:23:31','2025-12-08 01:23:31',0,NULL),
(327857,'mailpoet/cron/daemon-trigger','complete','2025-12-08 01:25:31','2025-12-08 01:25:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765157131;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765157131;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-08 01:25:31','2025-12-08 01:25:31',0,NULL),
(327858,'mailpoet/cron/daemon-trigger','complete','2025-12-08 01:27:31','2025-12-08 01:27:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765157251;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765157251;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-08 01:27:32','2025-12-08 01:27:32',0,NULL),
(327859,'mailpoet/cron/daemon-trigger','complete','2025-12-08 01:29:32','2025-12-08 01:29:32',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765157372;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765157372;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-08 01:29:33','2025-12-08 01:29:33',0,NULL),
(327860,'mailpoet/cron/daemon-trigger','complete','2025-12-08 01:31:33','2025-12-08 01:31:33',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765157493;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765157493;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-08 01:32:05','2025-12-08 01:32:05',0,NULL),
(327861,'mailpoet/cron/daemon-trigger','complete','2025-12-08 01:34:06','2025-12-08 01:34:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765157646;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765157646;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-08 01:36:26','2025-12-08 01:36:26',0,NULL),
(327862,'mailpoet/cron/daemon-trigger','complete','2025-12-08 01:38:26','2025-12-08 01:38:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765157906;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765157906;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-08 01:38:27','2025-12-08 01:38:27',0,NULL),
(327863,'mailpoet/cron/daemon-trigger','complete','2025-12-08 01:40:27','2025-12-08 01:40:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765158027;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765158027;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-08 01:40:27','2025-12-08 01:40:27',0,NULL),
(327864,'mailpoet/cron/daemon-trigger','complete','2025-12-08 01:42:27','2025-12-08 01:42:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765158147;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765158147;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-08 01:42:30','2025-12-08 01:42:30',0,NULL),
(327865,'mailpoet/cron/daemon-trigger','complete','2025-12-08 01:44:30','2025-12-08 01:44:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765158270;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765158270;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-08 01:44:31','2025-12-08 01:44:31',0,NULL),
(327866,'mailpoet/cron/daemon-trigger','complete','2025-12-08 01:46:31','2025-12-08 01:46:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765158391;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765158391;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-08 04:19:20','2025-12-08 04:19:20',0,NULL),
(327867,'mailpoet/cron/daemon-trigger','complete','2025-12-08 04:21:20','2025-12-08 04:21:20',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765167680;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765167680;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-08 07:53:39','2025-12-08 07:53:39',0,NULL),
(327868,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-12-08 07:53:38','2025-12-08 07:53:38',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765180418;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765180418;}',6,1,'2025-12-08 07:53:40','2025-12-08 07:53:40',0,NULL),
(327869,'gla/jobs/resubmit_expiring_products/start','complete','2025-12-09 03:00:00','2025-12-09 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765249200;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1765249200;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-12-09 05:37:49','2025-12-09 05:37:49',0,NULL),
(327870,'mailpoet/cron/daemon-trigger','complete','2025-12-08 07:55:39','2025-12-08 07:55:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765180539;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765180539;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-08 09:00:17','2025-12-08 09:00:17',0,NULL),
(327871,'woocommerce_cleanup_draft_orders','complete','2025-12-09 07:53:40','2025-12-09 07:53:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765266820;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765266820;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-09 08:53:29','2025-12-09 08:53:29',0,NULL),
(327872,'woocommerce_cleanup_draft_orders','complete','2025-12-09 07:53:40','2025-12-09 07:53:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765266820;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765266820;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-09 08:53:29','2025-12-09 08:53:29',0,NULL),
(327873,'wp_mail_smtp_admin_notifications_update','complete','2025-12-09 07:53:40','2025-12-09 07:53:40',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765266820;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765266820;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-12-09 08:53:29','2025-12-09 08:53:29',0,NULL),
(327874,'wc_gla_cron_daily_notes','complete','2025-12-09 07:53:40','2025-12-09 07:53:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765266820;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765266820;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-09 08:53:29','2025-12-09 08:53:29',0,NULL),
(327875,'mailpoet/cron/daemon-trigger','complete','2025-12-08 09:02:17','2025-12-08 09:02:17',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765184537;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765184537;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-08 17:03:12','2025-12-08 17:03:12',0,NULL),
(327876,'woocommerce_refresh_order_count_cache','complete','2025-12-09 05:03:12','2025-12-09 05:03:12',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765256592;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765256592;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-09 05:38:00','2025-12-09 05:38:00',0,NULL),
(327877,'mailpoet/cron/daemon-trigger','complete','2025-12-08 17:05:12','2025-12-08 17:05:12',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765213512;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765213512;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-08 19:57:45','2025-12-08 19:57:45',0,NULL),
(327878,'mailpoet/cron/daemon-trigger','complete','2025-12-08 19:59:45','2025-12-08 19:59:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765223985;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765223985;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-09 02:26:31','2025-12-09 02:26:31',0,NULL),
(327879,'mailpoet/cron/daemon-run','complete','2025-12-09 02:26:26','2025-12-09 02:26:26',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765247186;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765247186;}',7,1,'2025-12-09 02:26:41','2025-12-09 02:26:41',0,NULL),
(327880,'mailpoet/cron/daemon-trigger','complete','2025-12-09 02:28:31','2025-12-09 02:28:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765247311;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765247311;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-09 05:37:41','2025-12-09 05:37:41',0,NULL),
(327881,'mailpoet/cron/daemon-run','complete','2025-12-09 05:37:36','2025-12-09 05:37:36',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765258656;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765258656;}',7,1,'2025-12-09 05:38:17','2025-12-09 05:38:17',0,NULL),
(327882,'mailpoet/cron/daemon-trigger','complete','2025-12-09 05:39:41','2025-12-09 05:39:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765258781;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765258781;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-09 05:45:23','2025-12-09 05:45:23',0,NULL),
(327883,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-12-09 05:37:48','2025-12-09 05:37:48',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765258668;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765258668;}',6,1,'2025-12-09 05:38:30','2025-12-09 05:38:30',0,NULL),
(327884,'gla/jobs/resubmit_expiring_products/start','complete','2025-12-10 03:00:00','2025-12-10 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765335600;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1765335600;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-12-10 06:30:51','2025-12-10 06:30:51',0,NULL),
(327885,'woocommerce_refresh_order_count_cache','complete','2025-12-09 17:38:00','2025-12-09 17:38:00',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765301880;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765301880;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-09 18:51:45','2025-12-09 18:51:45',0,NULL),
(327886,'mailpoet/cron/daemon-trigger','complete','2025-12-09 05:47:23','2025-12-09 05:47:23',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765259243;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765259243;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-09 05:59:04','2025-12-09 05:59:04',0,NULL),
(327887,'mailpoet/cron/daemon-trigger','complete','2025-12-09 06:01:04','2025-12-09 06:01:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765260064;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765260064;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-09 08:53:29','2025-12-09 08:53:29',0,NULL),
(327888,'mailpoet/cron/daemon-trigger','complete','2025-12-09 08:55:29','2025-12-09 08:55:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765270529;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765270529;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-09 14:03:47','2025-12-09 14:03:47',0,NULL),
(327889,'woocommerce_cleanup_draft_orders','complete','2025-12-10 08:53:29','2025-12-10 08:53:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765356809;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765356809;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-10 09:56:37','2025-12-10 09:56:37',0,NULL),
(327890,'woocommerce_cleanup_draft_orders','complete','2025-12-10 08:53:29','2025-12-10 08:53:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765356809;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765356809;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-10 09:56:37','2025-12-10 09:56:37',0,NULL),
(327891,'wp_mail_smtp_admin_notifications_update','complete','2025-12-10 08:53:29','2025-12-10 08:53:29',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765356809;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765356809;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-12-10 09:56:38','2025-12-10 09:56:38',0,NULL),
(327892,'wc_gla_cron_daily_notes','complete','2025-12-10 08:53:29','2025-12-10 08:53:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765356809;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765356809;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-10 09:56:38','2025-12-10 09:56:38',0,NULL),
(327893,'mailpoet/cron/daemon-trigger','complete','2025-12-09 14:05:47','2025-12-09 14:05:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765289147;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765289147;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-09 18:51:45','2025-12-09 18:51:45',0,NULL),
(327894,'mailpoet/cron/daemon-trigger','complete','2025-12-09 18:53:45','2025-12-09 18:53:45',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765306425;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765306425;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-09 19:08:21','2025-12-09 19:08:21',0,NULL),
(327895,'woocommerce_refresh_order_count_cache','complete','2025-12-10 06:51:45','2025-12-10 06:51:45',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765349505;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765349505;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-10 08:21:31','2025-12-10 08:21:31',0,NULL),
(327896,'mailpoet/cron/daemon-trigger','complete','2025-12-09 19:10:21','2025-12-09 19:10:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765307421;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765307421;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-09 23:39:36','2025-12-09 23:39:36',0,NULL),
(327897,'mailpoet/cron/daemon-trigger','complete','2025-12-09 23:41:36','2025-12-09 23:41:36',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765323696;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765323696;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 06:30:39','2025-12-10 06:30:39',0,NULL),
(327898,'mailpoet/cron/daemon-run','complete','2025-12-10 06:30:34','2025-12-10 06:30:34',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765348234;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765348234;}',7,1,'2025-12-10 06:31:03','2025-12-10 06:31:03',0,NULL),
(327899,'mailpoet/cron/daemon-trigger','complete','2025-12-10 06:32:39','2025-12-10 06:32:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765348359;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765348359;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 08:21:24','2025-12-10 08:21:24',0,NULL),
(327900,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-12-10 06:30:50','2025-12-10 06:30:50',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765348250;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765348250;}',6,1,'2025-12-10 06:31:20','2025-12-10 06:31:20',0,NULL),
(327901,'gla/jobs/resubmit_expiring_products/start','complete','2025-12-11 03:00:00','2025-12-11 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765422000;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1765422000;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-12-11 03:49:28','2025-12-11 03:49:28',0,NULL),
(327902,'mailpoet/cron/daemon-run','complete','2025-12-10 08:21:19','2025-12-10 08:21:19',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765354879;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765354879;}',7,1,'2025-12-10 08:21:43','2025-12-10 08:21:43',0,NULL),
(327903,'mailpoet/cron/daemon-trigger','complete','2025-12-10 08:23:24','2025-12-10 08:23:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765355004;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765355004;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 09:56:37','2025-12-10 09:56:37',0,NULL),
(327904,'woocommerce_refresh_order_count_cache','complete','2025-12-10 20:21:31','2025-12-10 20:21:31',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765398091;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765398091;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-10 20:56:56','2025-12-10 20:56:56',0,NULL),
(327905,'mailpoet/cron/daemon-trigger','complete','2025-12-10 09:58:37','2025-12-10 09:58:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765360717;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765360717;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 10:12:30','2025-12-10 10:12:30',0,NULL),
(327906,'woocommerce_cleanup_draft_orders','complete','2025-12-11 09:56:37','2025-12-11 09:56:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765446997;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765446997;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-11 10:56:21','2025-12-11 10:56:21',0,NULL),
(327907,'woocommerce_cleanup_draft_orders','complete','2025-12-11 09:56:37','2025-12-11 09:56:37',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765446997;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765446997;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-11 10:56:21','2025-12-11 10:56:21',0,NULL),
(327908,'wp_mail_smtp_admin_notifications_update','complete','2025-12-11 09:56:38','2025-12-11 09:56:38',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765446998;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765446998;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-12-11 10:56:21','2025-12-11 10:56:21',0,NULL),
(327909,'wc_gla_cron_daily_notes','complete','2025-12-11 09:56:38','2025-12-11 09:56:38',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765446998;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765446998;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-11 10:56:21','2025-12-11 10:56:21',0,NULL),
(327910,'mailpoet/cron/daemon-trigger','complete','2025-12-10 10:14:30','2025-12-10 10:14:30',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765361670;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765361670;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 10:15:19','2025-12-10 10:15:19',0,NULL),
(327911,'mailpoet/cron/daemon-trigger','complete','2025-12-10 10:17:19','2025-12-10 10:17:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765361839;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765361839;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 10:28:07','2025-12-10 10:28:07',0,NULL),
(327912,'mailpoet/cron/daemon-trigger','complete','2025-12-10 10:30:07','2025-12-10 10:30:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765362607;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765362607;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 10:31:41','2025-12-10 10:31:41',0,NULL),
(327913,'mailpoet/cron/daemon-trigger','complete','2025-12-10 10:33:41','2025-12-10 10:33:41',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765362821;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765362821;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 10:55:13','2025-12-10 10:55:13',0,NULL),
(327914,'mailpoet/cron/daemon-trigger','complete','2025-12-10 10:57:13','2025-12-10 10:57:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765364233;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765364233;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 11:07:46','2025-12-10 11:07:46',0,NULL),
(327915,'mailpoet/cron/daemon-trigger','complete','2025-12-10 11:09:46','2025-12-10 11:09:46',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765364986;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765364986;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 11:15:52','2025-12-10 11:15:52',0,NULL),
(327916,'mailpoet/cron/daemon-trigger','complete','2025-12-10 11:17:52','2025-12-10 11:17:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765365472;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765365472;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 11:39:03','2025-12-10 11:39:03',0,NULL),
(327917,'mailpoet/cron/daemon-trigger','complete','2025-12-10 11:41:03','2025-12-10 11:41:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765366863;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765366863;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 11:43:04','2025-12-10 11:43:04',0,NULL),
(327918,'mailpoet/cron/daemon-trigger','complete','2025-12-10 11:45:05','2025-12-10 11:45:05',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765367105;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765367105;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 11:47:13','2025-12-10 11:47:13',0,NULL),
(327919,'mailpoet/cron/daemon-trigger','complete','2025-12-10 11:49:13','2025-12-10 11:49:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765367353;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765367353;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 11:51:19','2025-12-10 11:51:19',0,NULL),
(327920,'mailpoet/cron/daemon-trigger','complete','2025-12-10 11:53:19','2025-12-10 11:53:19',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765367599;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765367599;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 11:58:29','2025-12-10 11:58:29',0,NULL),
(327921,'mailpoet/cron/daemon-trigger','complete','2025-12-10 12:00:29','2025-12-10 12:00:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765368029;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765368029;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 12:01:49','2025-12-10 12:01:49',0,NULL),
(327922,'mailpoet/cron/daemon-trigger','complete','2025-12-10 12:03:49','2025-12-10 12:03:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765368229;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765368229;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 12:07:39','2025-12-10 12:07:39',0,NULL),
(327923,'mailpoet/cron/daemon-trigger','complete','2025-12-10 12:09:39','2025-12-10 12:09:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765368579;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765368579;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 12:15:18','2025-12-10 12:15:18',0,NULL),
(327924,'mailpoet/cron/daemon-trigger','complete','2025-12-10 12:17:18','2025-12-10 12:17:18',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765369038;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765369038;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 12:17:55','2025-12-10 12:17:55',0,NULL),
(327925,'mailpoet/cron/daemon-trigger','complete','2025-12-10 12:19:55','2025-12-10 12:19:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765369195;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765369195;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 12:21:52','2025-12-10 12:21:52',0,NULL),
(327926,'mailpoet/cron/daemon-trigger','complete','2025-12-10 12:23:52','2025-12-10 12:23:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765369432;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765369432;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 12:26:07','2025-12-10 12:26:07',0,NULL),
(327927,'mailpoet/cron/daemon-trigger','complete','2025-12-10 12:28:07','2025-12-10 12:28:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765369687;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765369687;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 12:31:39','2025-12-10 12:31:39',0,NULL),
(327928,'mailpoet/cron/daemon-trigger','complete','2025-12-10 12:33:39','2025-12-10 12:33:39',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765370019;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765370019;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 12:40:52','2025-12-10 12:40:52',0,NULL),
(327929,'mailpoet/cron/daemon-trigger','complete','2025-12-10 12:42:52','2025-12-10 12:42:52',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765370572;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765370572;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 12:47:26','2025-12-10 12:47:26',0,NULL),
(327930,'mailpoet/cron/daemon-trigger','complete','2025-12-10 12:49:26','2025-12-10 12:49:26',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765370966;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765370966;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 12:50:55','2025-12-10 12:50:55',0,NULL),
(327931,'mailpoet/cron/daemon-trigger','complete','2025-12-10 12:52:55','2025-12-10 12:52:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765371175;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765371175;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 12:56:40','2025-12-10 12:56:40',0,NULL),
(327932,'mailpoet/cron/daemon-trigger','complete','2025-12-10 12:58:40','2025-12-10 12:58:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765371520;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765371520;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 13:00:53','2025-12-10 13:00:53',0,NULL),
(327933,'mailpoet/cron/daemon-trigger','complete','2025-12-10 13:02:53','2025-12-10 13:02:53',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765371773;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765371773;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 13:12:29','2025-12-10 13:12:29',0,NULL),
(327934,'mailpoet/cron/daemon-trigger','complete','2025-12-10 13:14:29','2025-12-10 13:14:29',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765372469;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765372469;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 13:14:49','2025-12-10 13:14:49',0,NULL),
(327935,'mailpoet/cron/daemon-trigger','complete','2025-12-10 13:16:49','2025-12-10 13:16:49',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765372609;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765372609;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 13:17:03','2025-12-10 13:17:03',0,NULL),
(327936,'mailpoet/cron/daemon-trigger','complete','2025-12-10 13:19:03','2025-12-10 13:19:03',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765372743;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765372743;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 13:19:54','2025-12-10 13:19:54',0,NULL),
(327937,'mailpoet/cron/daemon-trigger','complete','2025-12-10 13:21:54','2025-12-10 13:21:54',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765372914;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765372914;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 13:23:48','2025-12-10 13:23:48',0,NULL),
(327938,'mailpoet/cron/daemon-trigger','complete','2025-12-10 13:25:48','2025-12-10 13:25:48',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765373148;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765373148;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 13:26:06','2025-12-10 13:26:06',0,NULL),
(327939,'mailpoet/cron/daemon-trigger','complete','2025-12-10 13:28:06','2025-12-10 13:28:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765373286;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765373286;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 14:00:56','2025-12-10 14:00:56',0,NULL),
(327940,'mailpoet/cron/daemon-trigger','complete','2025-12-10 14:02:56','2025-12-10 14:02:56',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765375376;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765375376;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 14:07:03','2025-12-10 14:07:03',0,NULL),
(327941,'mailpoet/cron/daemon-trigger','complete','2025-12-10 14:09:04','2025-12-10 14:09:04',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765375744;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765375744;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 14:12:01','2025-12-10 14:12:01',0,NULL),
(327942,'mailpoet/cron/daemon-trigger','complete','2025-12-10 14:14:01','2025-12-10 14:14:01',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765376041;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765376041;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 14:26:16','2025-12-10 14:26:16',0,NULL),
(327943,'mailpoet/cron/daemon-trigger','complete','2025-12-10 14:28:16','2025-12-10 14:28:16',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765376896;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765376896;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 15:05:31','2025-12-10 15:05:31',0,NULL),
(327944,'mailpoet/cron/daemon-trigger','complete','2025-12-10 15:07:31','2025-12-10 15:07:31',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765379251;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765379251;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 15:19:59','2025-12-10 15:19:59',0,NULL),
(327945,'mailpoet/cron/daemon-trigger','complete','2025-12-10 15:21:59','2025-12-10 15:21:59',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765380119;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765380119;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 18:14:08','2025-12-10 18:14:08',0,NULL),
(327946,'mailpoet/cron/daemon-trigger','complete','2025-12-10 18:16:08','2025-12-10 18:16:08',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765390568;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765390568;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 18:35:46','2025-12-10 18:35:46',0,NULL),
(327947,'mailpoet/cron/daemon-trigger','complete','2025-12-10 18:37:46','2025-12-10 18:37:46',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765391866;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765391866;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-10 20:56:55','2025-12-10 20:56:55',0,NULL),
(327948,'mailpoet/cron/daemon-trigger','complete','2025-12-10 20:58:55','2025-12-10 20:58:55',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765400335;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765400335;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-11 03:49:07','2025-12-11 03:49:07',0,NULL),
(327949,'woocommerce_refresh_order_count_cache','complete','2025-12-11 08:56:56','2025-12-11 08:56:56',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765443416;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765443416;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-11 10:56:14','2025-12-11 10:56:14',0,NULL),
(327950,'mailpoet/cron/daemon-trigger','complete','2025-12-11 03:51:07','2025-12-11 03:51:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765425067;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765425067;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-11 04:08:05','2025-12-11 04:08:05',0,NULL),
(327951,'wp_mail_smtp_summary_report_email','pending','2025-12-18 03:49:12','2025-12-18 03:49:12',10,'[null]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1766029752;s:18:\"\0*\0first_timestamp\";i:1721052000;s:13:\"\0*\0recurrence\";i:604800;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1766029752;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:604800;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(327952,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-12-11 03:49:27','2025-12-11 03:49:27',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765424967;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765424967;}',6,1,'2025-12-11 03:49:45','2025-12-11 03:49:45',0,NULL),
(327953,'gla/jobs/resubmit_expiring_products/start','complete','2025-12-12 03:00:00','2025-12-12 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765508400;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1765508400;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,1,'2025-12-12 05:35:13','2025-12-12 05:35:13',0,NULL),
(327954,'mailpoet/cron/daemon-trigger','complete','2025-12-11 04:10:05','2025-12-11 04:10:05',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765426205;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765426205;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-11 04:17:40','2025-12-11 04:17:40',0,NULL),
(327955,'mailpoet/cron/daemon-trigger','complete','2025-12-11 04:19:40','2025-12-11 04:19:40',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765426780;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765426780;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-11 04:28:27','2025-12-11 04:28:27',0,NULL),
(327956,'mailpoet/cron/daemon-trigger','complete','2025-12-11 04:30:27','2025-12-11 04:30:27',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765427427;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765427427;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-11 04:47:24','2025-12-11 04:47:24',0,NULL),
(327957,'mailpoet/cron/daemon-trigger','complete','2025-12-11 04:49:24','2025-12-11 04:49:24',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765428564;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765428564;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-11 04:58:11','2025-12-11 04:58:11',0,NULL),
(327958,'mailpoet/cron/daemon-trigger','complete','2025-12-11 05:00:11','2025-12-11 05:00:11',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765429211;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765429211;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-11 05:34:09','2025-12-11 05:34:09',0,NULL),
(327959,'mailpoet/cron/daemon-trigger','complete','2025-12-11 05:36:09','2025-12-11 05:36:09',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765431369;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765431369;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-11 10:56:07','2025-12-11 10:56:07',0,NULL),
(327960,'mailpoet/cron/daemon-run','complete','2025-12-11 10:56:02','2025-12-11 10:56:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765450562;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765450562;}',7,1,'2025-12-11 10:56:22','2025-12-11 10:56:22',0,NULL),
(327961,'mailpoet/cron/daemon-trigger','complete','2025-12-11 10:58:07','2025-12-11 10:58:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765450687;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765450687;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-11 16:42:02','2025-12-11 16:42:02',0,NULL),
(327962,'woocommerce_refresh_order_count_cache','complete','2025-12-11 22:56:14','2025-12-11 22:56:14',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765493774;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765493774;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-12 00:05:20','2025-12-12 00:05:20',0,NULL),
(327963,'woocommerce_cleanup_draft_orders','complete','2025-12-12 10:56:21','2025-12-12 10:56:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765536981;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765536981;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-12 11:41:13','2025-12-12 11:41:13',0,NULL),
(327964,'woocommerce_cleanup_draft_orders','complete','2025-12-12 10:56:21','2025-12-12 10:56:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765536981;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765536981;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,1,'2025-12-12 11:41:13','2025-12-12 11:41:13',0,NULL),
(327965,'wp_mail_smtp_admin_notifications_update','complete','2025-12-12 10:56:21','2025-12-12 10:56:21',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765536981;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765536981;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,1,'2025-12-12 11:41:13','2025-12-12 11:41:13',0,NULL),
(327966,'wc_gla_cron_daily_notes','complete','2025-12-12 10:56:21','2025-12-12 10:56:21',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765536981;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765536981;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,1,'2025-12-12 11:41:13','2025-12-12 11:41:13',0,NULL),
(327967,'mailpoet/cron/daemon-run','complete','2025-12-11 16:41:57','2025-12-11 16:41:57',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765471317;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765471317;}',7,1,'2025-12-11 16:42:09','2025-12-11 16:42:09',0,NULL),
(327968,'mailpoet/cron/daemon-trigger','complete','2025-12-11 16:44:02','2025-12-11 16:44:02',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765471442;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765471442;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-12 00:05:09','2025-12-12 00:05:09',0,NULL),
(327969,'mailpoet/cron/daemon-run','complete','2025-12-12 00:05:04','2025-12-12 00:05:04',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765497904;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765497904;}',7,1,'2025-12-12 00:05:32','2025-12-12 00:05:32',0,NULL),
(327970,'mailpoet/cron/daemon-trigger','complete','2025-12-12 00:07:09','2025-12-12 00:07:09',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765498029;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765498029;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-12 05:35:07','2025-12-12 05:35:07',0,NULL),
(327971,'woocommerce_refresh_order_count_cache','complete','2025-12-12 12:05:20','2025-12-12 12:05:20',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765541120;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765541120;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,1,'2025-12-12 15:12:06','2025-12-12 15:12:06',0,NULL),
(327972,'mailpoet/cron/daemon-run','complete','2025-12-12 05:35:02','2025-12-12 05:35:02',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765517702;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765517702;}',7,1,'2025-12-12 05:35:25','2025-12-12 05:35:25',0,NULL),
(327973,'mailpoet/cron/daemon-trigger','complete','2025-12-12 05:37:07','2025-12-12 05:37:07',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765517827;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765517827;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-12 10:15:47','2025-12-12 10:15:47',0,NULL),
(327974,'gla/jobs/resubmit_expiring_products/create_batch','complete','2025-12-12 05:35:12','2025-12-12 05:35:12',10,'[1]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765517712;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765517712;}',6,1,'2025-12-12 05:35:36','2025-12-12 05:35:36',0,NULL),
(327975,'gla/jobs/resubmit_expiring_products/start','pending','2025-12-13 03:00:00','2025-12-13 03:00:00',10,'[]','O:28:\"ActionScheduler_CronSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765594800;s:18:\"\0*\0first_timestamp\";i:1753326000;s:13:\"\0*\0recurrence\";O:14:\"CronExpression\":2:{s:25:\"\0CronExpression\0cronParts\";a:5:{i:0;s:1:\"0\";i:1;s:1:\"3\";i:2;s:1:\"*\";i:3;s:1:\"*\";i:4;s:1:\"*\";}s:28:\"\0CronExpression\0fieldFactory\";O:27:\"CronExpression_FieldFactory\":1:{s:35:\"\0CronExpression_FieldFactory\0fields\";a:5:{i:0;O:27:\"CronExpression_MinutesField\":0:{}i:1;O:25:\"CronExpression_HoursField\":0:{}i:2;O:30:\"CronExpression_DayOfMonthField\":0:{}i:3;O:25:\"CronExpression_MonthField\":0:{}i:4;O:29:\"CronExpression_DayOfWeekField\":0:{}}}}s:45:\"\0ActionScheduler_CronSchedule\0start_timestamp\";i:1765594800;s:34:\"\0ActionScheduler_CronSchedule\0cron\";r:4;}',6,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(327976,'mailpoet/cron/daemon-trigger','complete','2025-12-12 10:17:47','2025-12-12 10:17:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765534667;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765534667;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-12 11:41:13','2025-12-12 11:41:13',0,NULL),
(327977,'mailpoet/cron/daemon-trigger','complete','2025-12-12 11:43:13','2025-12-12 11:43:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765539793;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765539793;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-12 11:53:47','2025-12-12 11:53:47',0,NULL),
(327978,'woocommerce_cleanup_draft_orders','pending','2025-12-13 11:41:13','2025-12-13 11:41:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765626073;s:18:\"\0*\0first_timestamp\";i:1720484364;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765626073;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(327979,'woocommerce_cleanup_draft_orders','pending','2025-12-13 11:41:13','2025-12-13 11:41:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765626073;s:18:\"\0*\0first_timestamp\";i:1720484439;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765626073;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',2,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(327980,'wp_mail_smtp_admin_notifications_update','pending','2025-12-13 11:41:13','2025-12-13 11:41:13',10,'[1]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765626073;s:18:\"\0*\0first_timestamp\";i:1720484521;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765626073;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',3,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(327981,'wc_gla_cron_daily_notes','pending','2025-12-13 11:41:13','2025-12-13 11:41:13',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765626073;s:18:\"\0*\0first_timestamp\";i:1725315809;s:13:\"\0*\0recurrence\";i:86400;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765626073;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:86400;}',6,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(327982,'mailpoet/cron/daemon-trigger','complete','2025-12-12 11:55:47','2025-12-12 11:55:47',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765540547;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765540547;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-12 15:12:06','2025-12-12 15:12:06',0,NULL),
(327983,'mailpoet/cron/daemon-trigger','complete','2025-12-12 15:14:06','2025-12-12 15:14:06',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765552446;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765552446;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,1,'2025-12-12 19:39:00','2025-12-12 19:39:00',0,NULL),
(327984,'woocommerce_refresh_order_count_cache','pending','2025-12-13 03:12:06','2025-12-13 03:12:06',10,'[\"shop_order\"]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765595526;s:18:\"\0*\0first_timestamp\";i:1753358139;s:13:\"\0*\0recurrence\";i:43200;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765595526;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:43200;}',11,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL),
(327985,'mailpoet/cron/daemon-run','complete','2025-12-12 19:38:55','2025-12-12 19:38:55',10,'[]','O:30:\"ActionScheduler_SimpleSchedule\":2:{s:22:\"\0*\0scheduled_timestamp\";i:1765568335;s:41:\"\0ActionScheduler_SimpleSchedule\0timestamp\";i:1765568335;}',7,1,'2025-12-12 19:39:07','2025-12-12 19:39:07',0,NULL),
(327986,'mailpoet/cron/daemon-trigger','pending','2025-12-12 19:41:00','2025-12-12 19:41:00',10,'[]','O:32:\"ActionScheduler_IntervalSchedule\":5:{s:22:\"\0*\0scheduled_timestamp\";i:1765568460;s:18:\"\0*\0first_timestamp\";i:1764780421;s:13:\"\0*\0recurrence\";i:120;s:49:\"\0ActionScheduler_IntervalSchedule\0start_timestamp\";i:1765568460;s:53:\"\0ActionScheduler_IntervalSchedule\0interval_in_seconds\";i:120;}',7,0,'0000-00-00 00:00:00','0000-00-00 00:00:00',0,NULL);
/*!40000 ALTER TABLE `wp_actionscheduler_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_claims`
--

DROP TABLE IF EXISTS `wp_actionscheduler_claims`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_claims` (
  `claim_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `date_created_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`claim_id`),
  KEY `date_created_gmt` (`date_created_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=661016 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_claims`
--

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

--
-- Table structure for table `wp_actionscheduler_groups`
--

DROP TABLE IF EXISTS `wp_actionscheduler_groups`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_groups` (
  `group_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `slug` varchar(255) NOT NULL,
  PRIMARY KEY (`group_id`),
  KEY `slug` (`slug`(191))
) ENGINE=InnoDB AUTO_INCREMENT=12 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_groups`
--

LOCK TABLES `wp_actionscheduler_groups` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_groups` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_groups` VALUES
(1,'action-scheduler-migration'),
(2,''),
(3,'wp_mail_smtp'),
(4,'woocommerce-db-updates'),
(5,'woocommerce-remote-inbox-engine'),
(6,'gla'),
(7,'mailpoet-cron'),
(8,'woocommerce-webhooks'),
(9,'wc-admin-data'),
(10,'woocommerce_payments'),
(11,'count');
/*!40000 ALTER TABLE `wp_actionscheduler_groups` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_actionscheduler_logs`
--

DROP TABLE IF EXISTS `wp_actionscheduler_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_actionscheduler_logs` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `message` text NOT NULL,
  `log_date_gmt` datetime DEFAULT '0000-00-00 00:00:00',
  `log_date_local` datetime DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`log_id`),
  KEY `action_id` (`action_id`),
  KEY `log_date_gmt` (`log_date_gmt`)
) ENGINE=InnoDB AUTO_INCREMENT=983897 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_actionscheduler_logs`
--

LOCK TABLES `wp_actionscheduler_logs` WRITE;
/*!40000 ALTER TABLE `wp_actionscheduler_logs` DISABLE KEYS */;
INSERT INTO `wp_actionscheduler_logs` VALUES
(17,21,'action created','2024-07-09 01:06:31','2024-07-09 01:06:31'),
(18,21,'action started via Async Request','2024-07-09 01:07:21','2024-07-09 01:07:21'),
(19,21,'action failed via Async Request: Scheduled action for woocommerce_admin/stored_state_setup_for_products/async/run_remote_notifications will not be executed as no callbacks are registered.','2024-07-09 01:07:21','2024-07-09 01:07:21'),
(715547,238534,'action created','2025-06-19 17:20:04','2025-06-19 17:20:04'),
(715560,238534,'action started via WP Cron','2025-06-19 17:22:28','2025-06-19 17:22:28'),
(715561,238534,'action failed via WP Cron: Site is not connected to WordPress.com','2025-06-19 17:22:28','2025-06-19 17:22:28'),
(715982,238680,'action created','2025-06-19 18:35:42','2025-06-19 18:35:42'),
(715995,238680,'action started via WP Cron','2025-06-19 18:38:38','2025-06-19 18:38:38'),
(715996,238680,'action failed via WP Cron: Site is not connected to WordPress.com','2025-06-19 18:38:38','2025-06-19 18:38:38'),
(972261,324107,'action created','2025-08-30 22:19:12','2025-08-30 22:19:12'),
(975436,325166,'action created','2025-09-03 03:00:23','2025-09-03 03:00:23'),
(975462,325174,'action created','2025-09-03 03:17:25','2025-09-03 03:17:25'),
(975465,325175,'action created','2025-09-03 03:17:25','2025-09-03 03:17:25'),
(975468,325176,'action created','2025-09-03 03:17:25','2025-09-03 03:17:25'),
(975471,325177,'action created','2025-09-03 03:17:25','2025-09-03 03:17:25'),
(976335,325465,'action created','2025-09-03 15:19:27','2025-09-03 15:19:27'),
(976371,325477,'action created','2025-09-03 15:49:28','2025-09-03 15:49:28'),
(976372,325477,'action started via WP Cron','2025-09-03 15:52:30','2025-09-03 15:52:30'),
(976373,325477,'action complete via WP Cron','2025-09-03 15:52:30','2025-09-03 15:52:30'),
(976374,325478,'action created','2025-09-03 15:52:30','2025-09-03 15:52:30'),
(976375,325478,'action started via WP Cron','2025-09-03 15:54:32','2025-09-03 15:54:32'),
(976376,325478,'action complete via WP Cron','2025-09-03 15:54:32','2025-09-03 15:54:32'),
(976377,325479,'action created','2025-09-03 15:54:32','2025-09-03 15:54:32'),
(976378,325479,'action started via WP Cron','2025-09-03 15:57:30','2025-09-03 15:57:30'),
(976379,325479,'action complete via WP Cron','2025-09-03 15:57:30','2025-09-03 15:57:30'),
(976380,325480,'action created','2025-09-03 15:57:30','2025-09-03 15:57:30'),
(976381,325480,'action started via WP Cron','2025-09-03 16:00:27','2025-09-03 16:00:27'),
(976382,325480,'action complete via WP Cron','2025-09-03 16:00:28','2025-09-03 16:00:28'),
(976383,325481,'action created','2025-09-03 16:00:28','2025-09-03 16:00:28'),
(976384,325481,'action started via WP Cron','2025-09-03 16:13:15','2025-09-03 16:13:15'),
(976385,325481,'action complete via WP Cron','2025-09-03 16:13:15','2025-09-03 16:13:15'),
(976386,325482,'action created','2025-09-03 16:13:15','2025-09-03 16:13:15'),
(976387,325482,'action started via WP Cron','2025-09-03 16:16:46','2025-09-03 16:16:46'),
(976388,325482,'action complete via WP Cron','2025-09-03 16:16:46','2025-09-03 16:16:46'),
(976389,325483,'action created','2025-09-03 16:16:46','2025-09-03 16:16:46'),
(976390,325483,'action started via WP Cron','2025-09-03 16:20:54','2025-09-03 16:20:54'),
(976391,325483,'action complete via WP Cron','2025-09-03 16:20:54','2025-09-03 16:20:54'),
(976392,325484,'action created','2025-09-03 16:20:54','2025-09-03 16:20:54'),
(976393,325484,'action started via WP Cron','2025-09-03 16:23:07','2025-09-03 16:23:07'),
(976394,325484,'action complete via WP Cron','2025-09-03 16:23:07','2025-09-03 16:23:07'),
(976395,325485,'action created','2025-09-03 16:23:07','2025-09-03 16:23:07'),
(976396,325485,'action started via WP Cron','2025-09-03 16:25:48','2025-09-03 16:25:48'),
(976397,325485,'action complete via WP Cron','2025-09-03 16:25:48','2025-09-03 16:25:48'),
(976398,325486,'action created','2025-09-03 16:25:48','2025-09-03 16:25:48'),
(976399,325486,'action started via WP Cron','2025-09-03 16:27:50','2025-09-03 16:27:50'),
(976400,325486,'action complete via WP Cron','2025-09-03 16:27:50','2025-09-03 16:27:50'),
(976401,325487,'action created','2025-09-03 16:27:50','2025-09-03 16:27:50'),
(976402,325487,'action started via WP Cron','2025-09-03 16:31:00','2025-09-03 16:31:00'),
(976403,325487,'action complete via WP Cron','2025-09-03 16:31:00','2025-09-03 16:31:00'),
(976404,325488,'action created','2025-09-03 16:31:00','2025-09-03 16:31:00'),
(976405,325488,'action started via WP Cron','2025-09-03 16:33:06','2025-09-03 16:33:06'),
(976406,325488,'action complete via WP Cron','2025-09-03 16:33:06','2025-09-03 16:33:06'),
(976407,325489,'action created','2025-09-03 16:33:06','2025-09-03 16:33:06'),
(976408,325489,'action started via WP Cron','2025-09-03 16:35:15','2025-09-03 16:35:15'),
(976409,325489,'action complete via WP Cron','2025-09-03 16:35:15','2025-09-03 16:35:15'),
(976410,325490,'action created','2025-09-03 16:35:15','2025-09-03 16:35:15'),
(976411,325490,'action started via WP Cron','2025-09-03 16:37:24','2025-09-03 16:37:24'),
(976412,325490,'action complete via WP Cron','2025-09-03 16:37:24','2025-09-03 16:37:24'),
(976413,325491,'action created','2025-09-03 16:37:24','2025-09-03 16:37:24'),
(976414,325491,'action started via WP Cron','2025-09-03 16:40:24','2025-09-03 16:40:24'),
(976415,325491,'action complete via WP Cron','2025-09-03 16:40:25','2025-09-03 16:40:25'),
(976416,325492,'action created','2025-09-03 16:40:25','2025-09-03 16:40:25'),
(976417,325492,'action started via WP Cron','2025-09-03 16:42:25','2025-09-03 16:42:25'),
(976418,325492,'action complete via WP Cron','2025-09-03 16:42:25','2025-09-03 16:42:25'),
(976419,325493,'action created','2025-09-03 16:42:25','2025-09-03 16:42:25'),
(976420,325493,'action started via WP Cron','2025-09-03 16:45:51','2025-09-03 16:45:51'),
(976421,325493,'action complete via WP Cron','2025-09-03 16:45:52','2025-09-03 16:45:52'),
(976422,325494,'action created','2025-09-03 16:45:52','2025-09-03 16:45:52'),
(976423,325494,'action started via WP Cron','2025-09-03 16:48:21','2025-09-03 16:48:21'),
(976424,325494,'action complete via WP Cron','2025-09-03 16:48:21','2025-09-03 16:48:21'),
(976425,325495,'action created','2025-09-03 16:48:22','2025-09-03 16:48:22'),
(976426,325495,'action started via WP Cron','2025-09-03 16:50:49','2025-09-03 16:50:49'),
(976427,325495,'action complete via WP Cron','2025-09-03 16:50:49','2025-09-03 16:50:49'),
(976428,325496,'action created','2025-09-03 16:50:49','2025-09-03 16:50:49'),
(976429,325496,'action started via WP Cron','2025-09-03 16:52:59','2025-09-03 16:52:59'),
(976430,325496,'action complete via WP Cron','2025-09-03 16:52:59','2025-09-03 16:52:59'),
(976431,325497,'action created','2025-09-03 16:52:59','2025-09-03 16:52:59'),
(976432,325497,'action started via WP Cron','2025-09-03 16:55:27','2025-09-03 16:55:27'),
(976433,325497,'action complete via WP Cron','2025-09-03 16:55:28','2025-09-03 16:55:28'),
(976434,325498,'action created','2025-09-03 16:55:28','2025-09-03 16:55:28'),
(976435,325498,'action started via WP Cron','2025-09-03 16:57:49','2025-09-03 16:57:49'),
(976436,325498,'action complete via WP Cron','2025-09-03 16:57:49','2025-09-03 16:57:49'),
(976437,325499,'action created','2025-09-03 16:57:49','2025-09-03 16:57:49'),
(976438,325499,'action started via WP Cron','2025-09-03 17:00:23','2025-09-03 17:00:23'),
(976439,325499,'action complete via WP Cron','2025-09-03 17:00:23','2025-09-03 17:00:23'),
(976440,325500,'action created','2025-09-03 17:00:23','2025-09-03 17:00:23'),
(976441,325500,'action started via WP Cron','2025-09-03 17:02:42','2025-09-03 17:02:42'),
(976442,325500,'action complete via WP Cron','2025-09-03 17:02:42','2025-09-03 17:02:42'),
(976443,325501,'action created','2025-09-03 17:02:42','2025-09-03 17:02:42'),
(976444,325501,'action started via WP Cron','2025-09-03 17:05:47','2025-09-03 17:05:47'),
(976445,325501,'action complete via WP Cron','2025-09-03 17:05:47','2025-09-03 17:05:47'),
(976446,325502,'action created','2025-09-03 17:05:47','2025-09-03 17:05:47'),
(976447,325502,'action started via WP Cron','2025-09-03 17:08:21','2025-09-03 17:08:21'),
(976448,325502,'action complete via WP Cron','2025-09-03 17:08:21','2025-09-03 17:08:21'),
(976449,325503,'action created','2025-09-03 17:08:21','2025-09-03 17:08:21'),
(976450,325503,'action started via WP Cron','2025-09-03 17:10:26','2025-09-03 17:10:26'),
(976451,325503,'action complete via WP Cron','2025-09-03 17:10:26','2025-09-03 17:10:26'),
(976452,325504,'action created','2025-09-03 17:10:26','2025-09-03 17:10:26'),
(976453,325504,'action started via WP Cron','2025-09-03 17:12:33','2025-09-03 17:12:33'),
(976454,325504,'action complete via WP Cron','2025-09-03 17:12:33','2025-09-03 17:12:33'),
(976455,325505,'action created','2025-09-03 17:12:33','2025-09-03 17:12:33'),
(976456,325505,'action started via WP Cron','2025-09-03 17:14:41','2025-09-03 17:14:41'),
(976457,325505,'action complete via WP Cron','2025-09-03 17:14:41','2025-09-03 17:14:41'),
(976458,325506,'action created','2025-09-03 17:14:41','2025-09-03 17:14:41'),
(976459,325506,'action started via WP Cron','2025-09-03 17:17:21','2025-09-03 17:17:21'),
(976460,325506,'action complete via WP Cron','2025-09-03 17:17:22','2025-09-03 17:17:22'),
(976461,325507,'action created','2025-09-03 17:17:22','2025-09-03 17:17:22'),
(976462,325507,'action started via WP Cron','2025-09-03 17:19:46','2025-09-03 17:19:46'),
(976463,325507,'action complete via WP Cron','2025-09-03 17:19:46','2025-09-03 17:19:46'),
(976464,325508,'action created','2025-09-03 17:19:46','2025-09-03 17:19:46'),
(976465,325508,'action started via WP Cron','2025-09-03 17:22:26','2025-09-03 17:22:26'),
(976466,325508,'action complete via WP Cron','2025-09-03 17:22:26','2025-09-03 17:22:26'),
(976467,325509,'action created','2025-09-03 17:22:26','2025-09-03 17:22:26'),
(976468,325509,'action started via WP Cron','2025-09-03 17:25:30','2025-09-03 17:25:30'),
(976469,325509,'action complete via WP Cron','2025-09-03 17:25:30','2025-09-03 17:25:30'),
(976470,325510,'action created','2025-09-03 17:25:30','2025-09-03 17:25:30'),
(976471,325510,'action started via WP Cron','2025-09-03 17:28:27','2025-09-03 17:28:27'),
(976472,325510,'action complete via WP Cron','2025-09-03 17:28:27','2025-09-03 17:28:27'),
(976473,325511,'action created','2025-09-03 17:28:27','2025-09-03 17:28:27'),
(976474,325511,'action started via WP Cron','2025-09-03 17:30:37','2025-09-03 17:30:37'),
(976475,325511,'action complete via WP Cron','2025-09-03 17:30:38','2025-09-03 17:30:38'),
(976476,325512,'action created','2025-09-03 17:30:38','2025-09-03 17:30:38'),
(976477,325512,'action started via WP Cron','2025-09-03 17:33:26','2025-09-03 17:33:26'),
(976478,325512,'action complete via WP Cron','2025-09-03 17:33:26','2025-09-03 17:33:26'),
(976479,325513,'action created','2025-09-03 17:33:26','2025-09-03 17:33:26'),
(976480,325513,'action started via WP Cron','2025-09-03 17:36:30','2025-09-03 17:36:30'),
(976481,325513,'action complete via WP Cron','2025-09-03 17:36:30','2025-09-03 17:36:30'),
(976482,325514,'action created','2025-09-03 17:36:30','2025-09-03 17:36:30'),
(976483,325514,'action started via WP Cron','2025-09-03 17:39:28','2025-09-03 17:39:28'),
(976484,325514,'action complete via WP Cron','2025-09-03 17:39:28','2025-09-03 17:39:28'),
(976485,325515,'action created','2025-09-03 17:39:28','2025-09-03 17:39:28'),
(976486,325515,'action started via WP Cron','2025-09-03 17:42:23','2025-09-03 17:42:23'),
(976487,325515,'action complete via WP Cron','2025-09-03 17:42:24','2025-09-03 17:42:24'),
(976488,325516,'action created','2025-09-03 17:42:24','2025-09-03 17:42:24'),
(976489,325516,'action started via WP Cron','2025-09-03 17:44:29','2025-09-03 17:44:29'),
(976490,325516,'action complete via WP Cron','2025-09-03 17:44:29','2025-09-03 17:44:29'),
(976491,325517,'action created','2025-09-03 17:44:29','2025-09-03 17:44:29'),
(976492,325517,'action started via WP Cron','2025-09-03 17:47:37','2025-09-03 17:47:37'),
(976493,325517,'action complete via WP Cron','2025-09-03 17:47:37','2025-09-03 17:47:37'),
(976494,325518,'action created','2025-09-03 17:47:37','2025-09-03 17:47:37'),
(976495,325518,'action started via WP Cron','2025-09-03 17:50:40','2025-09-03 17:50:40'),
(976496,325518,'action complete via WP Cron','2025-09-03 17:50:40','2025-09-03 17:50:40'),
(976497,325519,'action created','2025-09-03 17:50:40','2025-09-03 17:50:40'),
(976498,325519,'action started via WP Cron','2025-09-03 17:53:28','2025-09-03 17:53:28'),
(976499,325519,'action complete via WP Cron','2025-09-03 17:53:28','2025-09-03 17:53:28'),
(976500,325520,'action created','2025-09-03 17:53:28','2025-09-03 17:53:28'),
(976501,325520,'action started via WP Cron','2025-09-03 17:56:25','2025-09-03 17:56:25'),
(976502,325520,'action complete via WP Cron','2025-09-03 17:56:25','2025-09-03 17:56:25'),
(976503,325521,'action created','2025-09-03 17:56:25','2025-09-03 17:56:25'),
(976504,325521,'action started via WP Cron','2025-09-03 17:58:29','2025-09-03 17:58:29'),
(976505,325521,'action complete via WP Cron','2025-09-03 17:58:29','2025-09-03 17:58:29'),
(976506,325522,'action created','2025-09-03 17:58:29','2025-09-03 17:58:29'),
(976507,325522,'action started via WP Cron','2025-09-03 18:01:27','2025-09-03 18:01:27'),
(976508,325522,'action complete via WP Cron','2025-09-03 18:01:27','2025-09-03 18:01:27'),
(976509,325523,'action created','2025-09-03 18:01:27','2025-09-03 18:01:27'),
(976510,325523,'action started via WP Cron','2025-09-03 18:04:31','2025-09-03 18:04:31'),
(976511,325523,'action complete via WP Cron','2025-09-03 18:04:31','2025-09-03 18:04:31'),
(976512,325524,'action created','2025-09-03 18:04:31','2025-09-03 18:04:31'),
(976513,325524,'action started via WP Cron','2025-09-03 18:06:34','2025-09-03 18:06:34'),
(976514,325524,'action complete via WP Cron','2025-09-03 18:06:34','2025-09-03 18:06:34'),
(976515,325525,'action created','2025-09-03 18:06:34','2025-09-03 18:06:34'),
(976516,325525,'action started via WP Cron','2025-09-03 18:09:22','2025-09-03 18:09:22'),
(976517,325525,'action complete via WP Cron','2025-09-03 18:09:23','2025-09-03 18:09:23'),
(976518,325526,'action created','2025-09-03 18:09:23','2025-09-03 18:09:23'),
(976519,325526,'action started via WP Cron','2025-09-03 18:11:30','2025-09-03 18:11:30'),
(976520,325526,'action complete via WP Cron','2025-09-03 18:11:30','2025-09-03 18:11:30'),
(976521,325527,'action created','2025-09-03 18:11:30','2025-09-03 18:11:30'),
(976522,325527,'action started via WP Cron','2025-09-03 18:14:28','2025-09-03 18:14:28'),
(976523,325527,'action complete via WP Cron','2025-09-03 18:14:28','2025-09-03 18:14:28'),
(976524,325528,'action created','2025-09-03 18:14:28','2025-09-03 18:14:28'),
(976525,325528,'action started via WP Cron','2025-09-03 18:16:38','2025-09-03 18:16:38'),
(976526,325528,'action complete via WP Cron','2025-09-03 18:16:38','2025-09-03 18:16:38'),
(976527,325529,'action created','2025-09-03 18:16:38','2025-09-03 18:16:38'),
(976528,325529,'action started via WP Cron','2025-09-03 18:19:25','2025-09-03 18:19:25'),
(976529,325529,'action complete via WP Cron','2025-09-03 18:19:25','2025-09-03 18:19:25'),
(976530,325530,'action created','2025-09-03 18:19:25','2025-09-03 18:19:25'),
(976531,325530,'action started via WP Cron','2025-09-03 18:21:28','2025-09-03 18:21:28'),
(976532,325530,'action complete via WP Cron','2025-09-03 18:21:28','2025-09-03 18:21:28'),
(976533,325531,'action created','2025-09-03 18:21:28','2025-09-03 18:21:28'),
(976534,325531,'action started via WP Cron','2025-09-03 18:24:27','2025-09-03 18:24:27'),
(976535,325531,'action complete via WP Cron','2025-09-03 18:24:27','2025-09-03 18:24:27'),
(976536,325532,'action created','2025-09-03 18:24:27','2025-09-03 18:24:27'),
(976537,325532,'action started via WP Cron','2025-09-03 18:26:30','2025-09-03 18:26:30'),
(976538,325532,'action complete via WP Cron','2025-09-03 18:26:30','2025-09-03 18:26:30'),
(976539,325533,'action created','2025-09-03 18:26:30','2025-09-03 18:26:30'),
(976540,325533,'action started via WP Cron','2025-09-03 18:29:24','2025-09-03 18:29:24'),
(976541,325533,'action complete via WP Cron','2025-09-03 18:29:24','2025-09-03 18:29:24'),
(976542,325534,'action created','2025-09-03 18:29:24','2025-09-03 18:29:24'),
(976543,325534,'action started via WP Cron','2025-09-03 18:32:34','2025-09-03 18:32:34'),
(976544,325534,'action complete via WP Cron','2025-09-03 18:32:34','2025-09-03 18:32:34'),
(976545,325535,'action created','2025-09-03 18:32:34','2025-09-03 18:32:34'),
(976546,325535,'action started via WP Cron','2025-09-03 18:35:27','2025-09-03 18:35:27'),
(976547,325535,'action complete via WP Cron','2025-09-03 18:35:27','2025-09-03 18:35:27'),
(976548,325536,'action created','2025-09-03 18:35:27','2025-09-03 18:35:27'),
(976549,325536,'action started via WP Cron','2025-09-03 18:37:30','2025-09-03 18:37:30'),
(976550,325536,'action complete via WP Cron','2025-09-03 18:37:30','2025-09-03 18:37:30'),
(976551,325537,'action created','2025-09-03 18:37:30','2025-09-03 18:37:30'),
(976552,325537,'action started via WP Cron','2025-09-03 18:40:28','2025-09-03 18:40:28'),
(976553,325537,'action complete via WP Cron','2025-09-03 18:40:28','2025-09-03 18:40:28'),
(976554,325538,'action created','2025-09-03 18:40:28','2025-09-03 18:40:28'),
(976555,325538,'action started via WP Cron','2025-09-03 18:42:29','2025-09-03 18:42:29'),
(976556,325538,'action complete via WP Cron','2025-09-03 18:42:29','2025-09-03 18:42:29'),
(976557,325539,'action created','2025-09-03 18:42:29','2025-09-03 18:42:29'),
(976558,325539,'action started via WP Cron','2025-09-03 18:45:31','2025-09-03 18:45:31'),
(976559,325539,'action complete via WP Cron','2025-09-03 18:45:31','2025-09-03 18:45:31'),
(976560,325540,'action created','2025-09-03 18:45:31','2025-09-03 18:45:31'),
(976561,325540,'action started via WP Cron','2025-09-03 18:48:28','2025-09-03 18:48:28'),
(976562,325540,'action complete via WP Cron','2025-09-03 18:48:28','2025-09-03 18:48:28'),
(976563,325541,'action created','2025-09-03 18:48:28','2025-09-03 18:48:28'),
(976564,325541,'action started via WP Cron','2025-09-03 18:50:28','2025-09-03 18:50:28'),
(976565,325541,'action complete via WP Cron','2025-09-03 18:50:28','2025-09-03 18:50:28'),
(976566,325542,'action created','2025-09-03 18:50:28','2025-09-03 18:50:28'),
(976567,325542,'action started via WP Cron','2025-09-03 18:53:22','2025-09-03 18:53:22'),
(976568,325542,'action complete via WP Cron','2025-09-03 18:53:22','2025-09-03 18:53:22'),
(976569,325543,'action created','2025-09-03 18:53:22','2025-09-03 18:53:22'),
(976570,325543,'action started via WP Cron','2025-09-03 18:55:27','2025-09-03 18:55:27'),
(976571,325543,'action complete via WP Cron','2025-09-03 18:55:27','2025-09-03 18:55:27'),
(976572,325544,'action created','2025-09-03 18:55:27','2025-09-03 18:55:27'),
(976573,325544,'action started via WP Cron','2025-09-03 18:58:27','2025-09-03 18:58:27'),
(976574,325544,'action complete via WP Cron','2025-09-03 18:58:27','2025-09-03 18:58:27'),
(976575,325545,'action created','2025-09-03 18:58:27','2025-09-03 18:58:27'),
(976576,325545,'action started via WP Cron','2025-09-03 19:00:39','2025-09-03 19:00:39'),
(976577,325545,'action complete via WP Cron','2025-09-03 19:00:39','2025-09-03 19:00:39'),
(976578,325546,'action created','2025-09-03 19:00:39','2025-09-03 19:00:39'),
(976579,325546,'action started via WP Cron','2025-09-03 19:03:28','2025-09-03 19:03:28'),
(976580,325546,'action complete via WP Cron','2025-09-03 19:03:28','2025-09-03 19:03:28'),
(976581,325547,'action created','2025-09-03 19:03:28','2025-09-03 19:03:28'),
(976582,325547,'action started via WP Cron','2025-09-03 19:06:29','2025-09-03 19:06:29'),
(976583,325547,'action complete via WP Cron','2025-09-03 19:06:29','2025-09-03 19:06:29'),
(976584,325548,'action created','2025-09-03 19:06:29','2025-09-03 19:06:29'),
(976585,325548,'action started via WP Cron','2025-09-03 19:08:42','2025-09-03 19:08:42'),
(976586,325548,'action complete via WP Cron','2025-09-03 19:08:42','2025-09-03 19:08:42'),
(976587,325549,'action created','2025-09-03 19:08:42','2025-09-03 19:08:42'),
(976588,325549,'action started via WP Cron','2025-09-03 19:11:26','2025-09-03 19:11:26'),
(976589,325549,'action complete via WP Cron','2025-09-03 19:11:26','2025-09-03 19:11:26'),
(976590,325550,'action created','2025-09-03 19:11:26','2025-09-03 19:11:26'),
(976591,325550,'action started via WP Cron','2025-09-03 19:13:31','2025-09-03 19:13:31'),
(976592,325550,'action complete via WP Cron','2025-09-03 19:13:31','2025-09-03 19:13:31'),
(976593,325551,'action created','2025-09-03 19:13:31','2025-09-03 19:13:31'),
(976594,325551,'action started via WP Cron','2025-09-03 19:16:23','2025-09-03 19:16:23'),
(976595,325551,'action complete via WP Cron','2025-09-03 19:16:24','2025-09-03 19:16:24'),
(976596,325552,'action created','2025-09-03 19:16:24','2025-09-03 19:16:24'),
(976597,325552,'action started via WP Cron','2025-09-03 19:18:31','2025-09-03 19:18:31'),
(976598,325552,'action complete via WP Cron','2025-09-03 19:18:31','2025-09-03 19:18:31'),
(976599,325553,'action created','2025-09-03 19:18:31','2025-09-03 19:18:31'),
(976600,325553,'action started via WP Cron','2025-09-03 19:21:27','2025-09-03 19:21:27'),
(976601,325553,'action complete via WP Cron','2025-09-03 19:21:27','2025-09-03 19:21:27'),
(976602,325554,'action created','2025-09-03 19:21:27','2025-09-03 19:21:27'),
(976603,325554,'action started via WP Cron','2025-09-03 19:24:26','2025-09-03 19:24:26'),
(976604,325554,'action complete via WP Cron','2025-09-03 19:24:26','2025-09-03 19:24:26'),
(976605,325555,'action created','2025-09-03 19:24:26','2025-09-03 19:24:26'),
(976606,325555,'action started via WP Cron','2025-09-03 19:26:26','2025-09-03 19:26:26'),
(976607,325555,'action complete via WP Cron','2025-09-03 19:26:26','2025-09-03 19:26:26'),
(976608,325556,'action created','2025-09-03 19:26:26','2025-09-03 19:26:26'),
(976609,325556,'action started via WP Cron','2025-09-03 19:29:26','2025-09-03 19:29:26'),
(976610,325556,'action complete via WP Cron','2025-09-03 19:29:26','2025-09-03 19:29:26'),
(976611,325557,'action created','2025-09-03 19:29:26','2025-09-03 19:29:26'),
(976612,325557,'action started via WP Cron','2025-09-03 19:32:28','2025-09-03 19:32:28'),
(976613,325557,'action complete via WP Cron','2025-09-03 19:32:28','2025-09-03 19:32:28'),
(976614,325558,'action created','2025-09-03 19:32:28','2025-09-03 19:32:28'),
(976615,325558,'action started via WP Cron','2025-09-03 19:35:24','2025-09-03 19:35:24'),
(976616,325558,'action complete via WP Cron','2025-09-03 19:35:24','2025-09-03 19:35:24'),
(976617,325559,'action created','2025-09-03 19:35:24','2025-09-03 19:35:24'),
(976618,325559,'action started via WP Cron','2025-09-03 19:37:30','2025-09-03 19:37:30'),
(976619,325559,'action complete via WP Cron','2025-09-03 19:37:31','2025-09-03 19:37:31'),
(976620,325560,'action created','2025-09-03 19:37:31','2025-09-03 19:37:31'),
(976621,325560,'action started via WP Cron','2025-09-03 19:39:33','2025-09-03 19:39:33'),
(976622,325560,'action complete via WP Cron','2025-09-03 19:39:33','2025-09-03 19:39:33'),
(976623,325561,'action created','2025-09-03 19:39:33','2025-09-03 19:39:33'),
(976624,325561,'action started via WP Cron','2025-09-03 19:42:26','2025-09-03 19:42:26'),
(976625,325561,'action complete via WP Cron','2025-09-03 19:42:27','2025-09-03 19:42:27'),
(976626,325562,'action created','2025-09-03 19:42:27','2025-09-03 19:42:27'),
(976627,325562,'action started via WP Cron','2025-09-03 19:45:30','2025-09-03 19:45:30'),
(976628,325562,'action complete via WP Cron','2025-09-03 19:45:30','2025-09-03 19:45:30'),
(976629,325563,'action created','2025-09-03 19:45:30','2025-09-03 19:45:30'),
(976630,325563,'action started via WP Cron','2025-09-03 19:48:23','2025-09-03 19:48:23'),
(976631,325563,'action complete via WP Cron','2025-09-03 19:48:23','2025-09-03 19:48:23'),
(976632,325564,'action created','2025-09-03 19:48:23','2025-09-03 19:48:23'),
(976633,325564,'action started via WP Cron','2025-09-03 19:50:31','2025-09-03 19:50:31'),
(976634,325564,'action complete via WP Cron','2025-09-03 19:50:31','2025-09-03 19:50:31'),
(976635,325565,'action created','2025-09-03 19:50:31','2025-09-03 19:50:31'),
(976636,325565,'action started via WP Cron','2025-09-03 19:53:24','2025-09-03 19:53:24'),
(976637,325565,'action complete via WP Cron','2025-09-03 19:53:25','2025-09-03 19:53:25'),
(976638,325566,'action created','2025-09-03 19:53:25','2025-09-03 19:53:25'),
(976639,325566,'action started via WP Cron','2025-09-03 19:55:25','2025-09-03 19:55:25'),
(976640,325566,'action complete via WP Cron','2025-09-03 19:55:25','2025-09-03 19:55:25'),
(976641,325567,'action created','2025-09-03 19:55:25','2025-09-03 19:55:25'),
(976642,325567,'action started via WP Cron','2025-09-03 19:57:27','2025-09-03 19:57:27'),
(976643,325567,'action complete via WP Cron','2025-09-03 19:57:27','2025-09-03 19:57:27'),
(976644,325568,'action created','2025-09-03 19:57:27','2025-09-03 19:57:27'),
(976645,325568,'action started via WP Cron','2025-09-03 19:59:27','2025-09-03 19:59:27'),
(976646,325568,'action complete via WP Cron','2025-09-03 19:59:27','2025-09-03 19:59:27'),
(976647,325569,'action created','2025-09-03 19:59:27','2025-09-03 19:59:27'),
(976648,325569,'action started via WP Cron','2025-09-03 20:02:22','2025-09-03 20:02:22'),
(976649,325569,'action complete via WP Cron','2025-09-03 20:02:22','2025-09-03 20:02:22'),
(976650,325570,'action created','2025-09-03 20:02:22','2025-09-03 20:02:22'),
(976651,325570,'action started via WP Cron','2025-09-03 20:04:25','2025-09-03 20:04:25'),
(976652,325570,'action complete via WP Cron','2025-09-03 20:04:25','2025-09-03 20:04:25'),
(976653,325571,'action created','2025-09-03 20:04:25','2025-09-03 20:04:25'),
(976654,325571,'action started via WP Cron','2025-09-03 20:06:28','2025-09-03 20:06:28'),
(976655,325571,'action complete via WP Cron','2025-09-03 20:06:28','2025-09-03 20:06:28'),
(976656,325572,'action created','2025-09-03 20:06:28','2025-09-03 20:06:28'),
(976657,325572,'action started via WP Cron','2025-09-03 20:09:22','2025-09-03 20:09:22'),
(976658,325572,'action complete via WP Cron','2025-09-03 20:09:22','2025-09-03 20:09:22'),
(976659,325573,'action created','2025-09-03 20:09:22','2025-09-03 20:09:22'),
(976660,325573,'action started via WP Cron','2025-09-03 20:11:28','2025-09-03 20:11:28'),
(976661,325573,'action complete via WP Cron','2025-09-03 20:11:28','2025-09-03 20:11:28'),
(976662,325574,'action created','2025-09-03 20:11:28','2025-09-03 20:11:28'),
(976663,325574,'action started via WP Cron','2025-09-03 20:13:29','2025-09-03 20:13:29'),
(976664,325574,'action complete via WP Cron','2025-09-03 20:13:29','2025-09-03 20:13:29'),
(976665,325575,'action created','2025-09-03 20:13:29','2025-09-03 20:13:29'),
(976666,325575,'action started via WP Cron','2025-09-03 20:16:27','2025-09-03 20:16:27'),
(976667,325575,'action complete via WP Cron','2025-09-03 20:16:27','2025-09-03 20:16:27'),
(976668,325576,'action created','2025-09-03 20:16:27','2025-09-03 20:16:27'),
(976669,325576,'action started via WP Cron','2025-09-03 20:19:25','2025-09-03 20:19:25'),
(976670,325576,'action complete via WP Cron','2025-09-03 20:19:25','2025-09-03 20:19:25'),
(976671,325577,'action created','2025-09-03 20:19:25','2025-09-03 20:19:25'),
(976672,325577,'action started via WP Cron','2025-09-03 20:21:28','2025-09-03 20:21:28'),
(976673,325577,'action complete via WP Cron','2025-09-03 20:21:28','2025-09-03 20:21:28'),
(976674,325578,'action created','2025-09-03 20:21:28','2025-09-03 20:21:28'),
(976675,325578,'action started via WP Cron','2025-09-03 20:23:28','2025-09-03 20:23:28'),
(976676,325578,'action complete via WP Cron','2025-09-03 20:23:28','2025-09-03 20:23:28'),
(976677,325579,'action created','2025-09-03 20:23:28','2025-09-03 20:23:28'),
(976678,325579,'action started via WP Cron','2025-09-03 20:26:26','2025-09-03 20:26:26'),
(976679,325579,'action complete via WP Cron','2025-09-03 20:26:26','2025-09-03 20:26:26'),
(976680,325580,'action created','2025-09-03 20:26:26','2025-09-03 20:26:26'),
(976681,325580,'action started via WP Cron','2025-09-03 20:29:28','2025-09-03 20:29:28'),
(976682,325580,'action complete via WP Cron','2025-09-03 20:29:28','2025-09-03 20:29:28'),
(976683,325581,'action created','2025-09-03 20:29:28','2025-09-03 20:29:28'),
(976684,325581,'action started via WP Cron','2025-09-03 20:32:27','2025-09-03 20:32:27'),
(976685,325581,'action complete via WP Cron','2025-09-03 20:32:27','2025-09-03 20:32:27'),
(976686,325582,'action created','2025-09-03 20:32:27','2025-09-03 20:32:27'),
(976687,325582,'action started via WP Cron','2025-09-03 20:34:29','2025-09-03 20:34:29'),
(976688,325582,'action complete via WP Cron','2025-09-03 20:34:29','2025-09-03 20:34:29'),
(976689,325583,'action created','2025-09-03 20:34:29','2025-09-03 20:34:29'),
(976690,325583,'action started via WP Cron','2025-09-03 20:37:26','2025-09-03 20:37:26'),
(976691,325583,'action complete via WP Cron','2025-09-03 20:37:26','2025-09-03 20:37:26'),
(976692,325584,'action created','2025-09-03 20:37:26','2025-09-03 20:37:26'),
(976693,325584,'action started via WP Cron','2025-09-03 20:39:27','2025-09-03 20:39:27'),
(976694,325584,'action complete via WP Cron','2025-09-03 20:39:27','2025-09-03 20:39:27'),
(976695,325585,'action created','2025-09-03 20:39:27','2025-09-03 20:39:27'),
(976696,325585,'action started via WP Cron','2025-09-03 20:41:30','2025-09-03 20:41:30'),
(976697,325585,'action complete via WP Cron','2025-09-03 20:41:30','2025-09-03 20:41:30'),
(976698,325586,'action created','2025-09-03 20:41:30','2025-09-03 20:41:30'),
(976699,325586,'action started via WP Cron','2025-09-03 20:44:23','2025-09-03 20:44:23'),
(976700,325586,'action complete via WP Cron','2025-09-03 20:44:23','2025-09-03 20:44:23'),
(976701,325587,'action created','2025-09-03 20:44:23','2025-09-03 20:44:23'),
(976702,325587,'action started via WP Cron','2025-09-03 20:46:25','2025-09-03 20:46:25'),
(976703,325587,'action complete via WP Cron','2025-09-03 20:46:25','2025-09-03 20:46:25'),
(976704,325588,'action created','2025-09-03 20:46:25','2025-09-03 20:46:25'),
(976705,325588,'action started via WP Cron','2025-09-03 20:48:26','2025-09-03 20:48:26'),
(976706,325588,'action complete via WP Cron','2025-09-03 20:48:26','2025-09-03 20:48:26'),
(976707,325589,'action created','2025-09-03 20:48:26','2025-09-03 20:48:26'),
(976708,325589,'action started via WP Cron','2025-09-03 20:50:32','2025-09-03 20:50:32'),
(976709,325589,'action complete via WP Cron','2025-09-03 20:50:32','2025-09-03 20:50:32'),
(976710,325590,'action created','2025-09-03 20:50:32','2025-09-03 20:50:32'),
(976711,325590,'action started via WP Cron','2025-09-03 20:53:24','2025-09-03 20:53:24'),
(976712,325590,'action complete via WP Cron','2025-09-03 20:53:24','2025-09-03 20:53:24'),
(976713,325591,'action created','2025-09-03 20:53:24','2025-09-03 20:53:24'),
(976714,325591,'action started via WP Cron','2025-09-03 20:55:40','2025-09-03 20:55:40'),
(976715,325591,'action complete via WP Cron','2025-09-03 20:55:40','2025-09-03 20:55:40'),
(976716,325592,'action created','2025-09-03 20:55:40','2025-09-03 20:55:40'),
(976717,325592,'action started via WP Cron','2025-09-03 20:58:22','2025-09-03 20:58:22'),
(976718,325592,'action complete via WP Cron','2025-09-03 20:58:22','2025-09-03 20:58:22'),
(976719,325593,'action created','2025-09-03 20:58:23','2025-09-03 20:58:23'),
(976720,325593,'action started via WP Cron','2025-09-03 21:00:23','2025-09-03 21:00:23'),
(976721,325594,'action created','2025-09-03 21:00:23','2025-09-03 21:00:23'),
(976722,325593,'action complete via WP Cron','2025-09-03 21:00:28','2025-09-03 21:00:28'),
(976723,325595,'action created','2025-09-03 21:00:28','2025-09-03 21:00:28'),
(976724,325594,'action started via WP Cron','2025-09-03 21:00:32','2025-09-03 21:00:32'),
(976725,325594,'action complete via WP Cron','2025-09-03 21:00:32','2025-09-03 21:00:32'),
(976726,325595,'action started via WP Cron','2025-09-03 21:02:28','2025-09-03 21:02:28'),
(976727,325595,'action complete via WP Cron','2025-09-03 21:02:28','2025-09-03 21:02:28'),
(976728,325596,'action created','2025-09-03 21:02:28','2025-09-03 21:02:28'),
(976729,325596,'action started via WP Cron','2025-09-03 21:04:33','2025-09-03 21:04:33'),
(976730,325597,'action created','2025-09-03 21:04:33','2025-09-03 21:04:33'),
(976731,325596,'action complete via WP Cron','2025-09-03 21:04:38','2025-09-03 21:04:38'),
(976732,325598,'action created','2025-09-03 21:04:38','2025-09-03 21:04:38'),
(976733,325597,'action started via WP Cron','2025-09-03 21:04:43','2025-09-03 21:04:43'),
(976734,325597,'action complete via WP Cron','2025-09-03 21:04:43','2025-09-03 21:04:43'),
(976735,325598,'action started via WP Cron','2025-09-03 21:07:30','2025-09-03 21:07:30'),
(976736,325598,'action complete via WP Cron','2025-09-03 21:07:30','2025-09-03 21:07:30'),
(976737,325599,'action created','2025-09-03 21:07:30','2025-09-03 21:07:30'),
(976738,325599,'action started via WP Cron','2025-09-03 21:10:29','2025-09-03 21:10:29'),
(976739,325599,'action complete via WP Cron','2025-09-03 21:10:29','2025-09-03 21:10:29'),
(976740,325600,'action created','2025-09-03 21:10:29','2025-09-03 21:10:29'),
(976741,325600,'action started via WP Cron','2025-09-03 21:13:22','2025-09-03 21:13:22'),
(976742,325600,'action complete via WP Cron','2025-09-03 21:13:22','2025-09-03 21:13:22'),
(976743,325601,'action created','2025-09-03 21:13:22','2025-09-03 21:13:22'),
(976744,325601,'action started via WP Cron','2025-09-03 21:15:23','2025-09-03 21:15:23'),
(976745,325601,'action complete via WP Cron','2025-09-03 21:15:23','2025-09-03 21:15:23'),
(976746,325602,'action created','2025-09-03 21:15:23','2025-09-03 21:15:23'),
(976747,325602,'action started via WP Cron','2025-09-03 21:17:23','2025-09-03 21:17:23'),
(976748,325602,'action complete via WP Cron','2025-09-03 21:17:23','2025-09-03 21:17:23'),
(976749,325603,'action created','2025-09-03 21:17:23','2025-09-03 21:17:23'),
(976750,325603,'action started via WP Cron','2025-09-03 21:19:26','2025-09-03 21:19:26'),
(976751,325603,'action complete via WP Cron','2025-09-03 21:19:26','2025-09-03 21:19:26'),
(976752,325604,'action created','2025-09-03 21:19:26','2025-09-03 21:19:26'),
(976753,325604,'action started via WP Cron','2025-09-03 21:21:31','2025-09-03 21:21:31'),
(976754,325604,'action complete via WP Cron','2025-09-03 21:21:31','2025-09-03 21:21:31'),
(976755,325605,'action created','2025-09-03 21:21:31','2025-09-03 21:21:31'),
(976756,325605,'action started via WP Cron','2025-09-03 21:24:28','2025-09-03 21:24:28'),
(976757,325605,'action complete via WP Cron','2025-09-03 21:24:28','2025-09-03 21:24:28'),
(976758,325606,'action created','2025-09-03 21:24:28','2025-09-03 21:24:28'),
(976759,325606,'action started via WP Cron','2025-09-03 21:27:29','2025-09-03 21:27:29'),
(976760,325606,'action complete via WP Cron','2025-09-03 21:27:29','2025-09-03 21:27:29'),
(976761,325607,'action created','2025-09-03 21:27:29','2025-09-03 21:27:29'),
(976762,325607,'action started via WP Cron','2025-09-03 21:30:35','2025-09-03 21:30:35'),
(976763,325607,'action complete via WP Cron','2025-09-03 21:30:35','2025-09-03 21:30:35'),
(976764,325608,'action created','2025-09-03 21:30:35','2025-09-03 21:30:35'),
(976765,325608,'action started via WP Cron','2025-09-03 21:33:29','2025-09-03 21:33:29'),
(976766,325608,'action complete via WP Cron','2025-09-03 21:33:29','2025-09-03 21:33:29'),
(976767,325609,'action created','2025-09-03 21:33:29','2025-09-03 21:33:29'),
(976768,325609,'action started via WP Cron','2025-09-03 21:36:24','2025-09-03 21:36:24'),
(976769,325609,'action complete via WP Cron','2025-09-03 21:36:24','2025-09-03 21:36:24'),
(976770,325610,'action created','2025-09-03 21:36:24','2025-09-03 21:36:24'),
(976771,325610,'action started via WP Cron','2025-09-03 21:38:37','2025-09-03 21:38:37'),
(976772,325610,'action complete via WP Cron','2025-09-03 21:38:37','2025-09-03 21:38:37'),
(976773,325611,'action created','2025-09-03 21:38:37','2025-09-03 21:38:37'),
(976774,325611,'action started via WP Cron','2025-09-03 21:41:26','2025-09-03 21:41:26'),
(976775,325611,'action complete via WP Cron','2025-09-03 21:41:27','2025-09-03 21:41:27'),
(976776,325612,'action created','2025-09-03 21:41:27','2025-09-03 21:41:27'),
(976777,325612,'action started via WP Cron','2025-09-03 21:44:31','2025-09-03 21:44:31'),
(976778,325612,'action complete via WP Cron','2025-09-03 21:44:31','2025-09-03 21:44:31'),
(976779,325613,'action created','2025-09-03 21:44:31','2025-09-03 21:44:31'),
(976780,325613,'action started via WP Cron','2025-09-03 21:47:30','2025-09-03 21:47:30'),
(976781,325613,'action complete via WP Cron','2025-09-03 21:47:30','2025-09-03 21:47:30'),
(976782,325614,'action created','2025-09-03 21:47:30','2025-09-03 21:47:30'),
(976783,325614,'action started via WP Cron','2025-09-03 21:49:30','2025-09-03 21:49:30'),
(976784,325614,'action complete via WP Cron','2025-09-03 21:49:30','2025-09-03 21:49:30'),
(976785,325615,'action created','2025-09-03 21:49:30','2025-09-03 21:49:30'),
(976786,325615,'action started via WP Cron','2025-09-03 21:51:31','2025-09-03 21:51:31'),
(976787,325615,'action complete via WP Cron','2025-09-03 21:51:31','2025-09-03 21:51:31'),
(976788,325616,'action created','2025-09-03 21:51:31','2025-09-03 21:51:31'),
(976789,325616,'action started via WP Cron','2025-09-03 21:54:26','2025-09-03 21:54:26'),
(976790,325616,'action complete via WP Cron','2025-09-03 21:54:26','2025-09-03 21:54:26'),
(976791,325617,'action created','2025-09-03 21:54:26','2025-09-03 21:54:26'),
(976792,325617,'action started via WP Cron','2025-09-03 21:57:25','2025-09-03 21:57:25'),
(976793,325617,'action complete via WP Cron','2025-09-03 21:57:25','2025-09-03 21:57:25'),
(976794,325618,'action created','2025-09-03 21:57:25','2025-09-03 21:57:25'),
(976795,325618,'action started via WP Cron','2025-09-03 22:00:23','2025-09-03 22:00:23'),
(976796,325618,'action complete via WP Cron','2025-09-03 22:00:23','2025-09-03 22:00:23'),
(976797,325619,'action created','2025-09-03 22:00:23','2025-09-03 22:00:23'),
(976798,325619,'action started via WP Cron','2025-09-03 22:02:26','2025-09-03 22:02:26'),
(976799,325619,'action complete via WP Cron','2025-09-03 22:02:27','2025-09-03 22:02:27'),
(976800,325620,'action created','2025-09-03 22:02:27','2025-09-03 22:02:27'),
(976801,325620,'action started via WP Cron','2025-09-03 22:05:24','2025-09-03 22:05:24'),
(976802,325620,'action complete via WP Cron','2025-09-03 22:05:25','2025-09-03 22:05:25'),
(976803,325621,'action created','2025-09-03 22:05:25','2025-09-03 22:05:25'),
(976804,325621,'action started via WP Cron','2025-09-03 22:08:18','2025-09-03 22:08:18'),
(976805,325621,'action complete via WP Cron','2025-09-03 22:08:18','2025-09-03 22:08:18'),
(976806,325622,'action created','2025-09-03 22:08:18','2025-09-03 22:08:18'),
(976807,325622,'action started via WP Cron','2025-09-03 22:10:30','2025-09-03 22:10:30'),
(976808,325622,'action complete via WP Cron','2025-09-03 22:10:30','2025-09-03 22:10:30'),
(976809,325623,'action created','2025-09-03 22:10:30','2025-09-03 22:10:30'),
(976810,325623,'action started via WP Cron','2025-09-03 22:13:24','2025-09-03 22:13:24'),
(976811,325623,'action complete via WP Cron','2025-09-03 22:13:24','2025-09-03 22:13:24'),
(976812,325624,'action created','2025-09-03 22:13:24','2025-09-03 22:13:24'),
(976813,325624,'action started via WP Cron','2025-09-03 22:15:27','2025-09-03 22:15:27'),
(976814,325624,'action complete via WP Cron','2025-09-03 22:15:27','2025-09-03 22:15:27'),
(976815,325625,'action created','2025-09-03 22:15:27','2025-09-03 22:15:27'),
(976816,325625,'action started via WP Cron','2025-09-03 22:17:31','2025-09-03 22:17:31'),
(976817,325625,'action complete via WP Cron','2025-09-03 22:17:31','2025-09-03 22:17:31'),
(976818,325626,'action created','2025-09-03 22:17:31','2025-09-03 22:17:31'),
(976819,325626,'action started via WP Cron','2025-09-03 22:20:24','2025-09-03 22:20:24'),
(976820,325626,'action complete via WP Cron','2025-09-03 22:20:24','2025-09-03 22:20:24'),
(976821,325627,'action created','2025-09-03 22:20:25','2025-09-03 22:20:25'),
(976822,325627,'action started via WP Cron','2025-09-03 22:22:28','2025-09-03 22:22:28'),
(976823,325627,'action complete via WP Cron','2025-09-03 22:22:28','2025-09-03 22:22:28'),
(976824,325628,'action created','2025-09-03 22:22:28','2025-09-03 22:22:28'),
(976825,325628,'action started via WP Cron','2025-09-03 22:25:28','2025-09-03 22:25:28'),
(976826,325628,'action complete via WP Cron','2025-09-03 22:25:28','2025-09-03 22:25:28'),
(976827,325629,'action created','2025-09-03 22:25:28','2025-09-03 22:25:28'),
(976828,325629,'action started via WP Cron','2025-09-03 22:28:23','2025-09-03 22:28:23'),
(976829,325629,'action complete via WP Cron','2025-09-03 22:28:23','2025-09-03 22:28:23'),
(976830,325630,'action created','2025-09-03 22:28:23','2025-09-03 22:28:23'),
(976831,325630,'action started via WP Cron','2025-09-03 22:30:32','2025-09-03 22:30:32'),
(976832,325630,'action complete via WP Cron','2025-09-03 22:30:32','2025-09-03 22:30:32'),
(976833,325631,'action created','2025-09-03 22:30:32','2025-09-03 22:30:32'),
(976834,325631,'action started via WP Cron','2025-09-03 22:32:32','2025-09-03 22:32:32'),
(976835,325631,'action complete via WP Cron','2025-09-03 22:32:32','2025-09-03 22:32:32'),
(976836,325632,'action created','2025-09-03 22:32:32','2025-09-03 22:32:32'),
(976837,325632,'action started via WP Cron','2025-09-03 22:35:22','2025-09-03 22:35:22'),
(976838,325632,'action complete via WP Cron','2025-09-03 22:35:22','2025-09-03 22:35:22'),
(976839,325633,'action created','2025-09-03 22:35:22','2025-09-03 22:35:22'),
(976840,325633,'action started via WP Cron','2025-09-03 22:37:33','2025-09-03 22:37:33'),
(976841,325633,'action complete via WP Cron','2025-09-03 22:37:33','2025-09-03 22:37:33'),
(976842,325634,'action created','2025-09-03 22:37:33','2025-09-03 22:37:33'),
(976843,325634,'action started via WP Cron','2025-09-03 22:40:34','2025-09-03 22:40:34'),
(976844,325634,'action complete via WP Cron','2025-09-03 22:40:34','2025-09-03 22:40:34'),
(976845,325635,'action created','2025-09-03 22:40:34','2025-09-03 22:40:34'),
(976846,325635,'action started via WP Cron','2025-09-03 22:43:26','2025-09-03 22:43:26'),
(976847,325635,'action complete via WP Cron','2025-09-03 22:43:26','2025-09-03 22:43:26'),
(976848,325636,'action created','2025-09-03 22:43:26','2025-09-03 22:43:26'),
(976849,325636,'action started via WP Cron','2025-09-03 22:46:23','2025-09-03 22:46:23'),
(976850,325636,'action complete via WP Cron','2025-09-03 22:46:23','2025-09-03 22:46:23'),
(976851,325637,'action created','2025-09-03 22:46:23','2025-09-03 22:46:23'),
(976852,325637,'action started via WP Cron','2025-09-03 22:48:23','2025-09-03 22:48:23'),
(976853,325637,'action complete via WP Cron','2025-09-03 22:48:23','2025-09-03 22:48:23'),
(976854,325638,'action created','2025-09-03 22:48:23','2025-09-03 22:48:23'),
(976855,325638,'action started via WP Cron','2025-09-03 22:50:25','2025-09-03 22:50:25'),
(976856,325638,'action complete via WP Cron','2025-09-03 22:50:26','2025-09-03 22:50:26'),
(976857,325639,'action created','2025-09-03 22:50:26','2025-09-03 22:50:26'),
(976858,325639,'action started via WP Cron','2025-09-03 22:52:44','2025-09-03 22:52:44'),
(976859,325639,'action complete via WP Cron','2025-09-03 22:52:44','2025-09-03 22:52:44'),
(976860,325640,'action created','2025-09-03 22:52:44','2025-09-03 22:52:44'),
(976861,325640,'action started via WP Cron','2025-09-03 22:55:23','2025-09-03 22:55:23'),
(976862,325640,'action complete via WP Cron','2025-09-03 22:55:23','2025-09-03 22:55:23'),
(976863,325641,'action created','2025-09-03 22:55:23','2025-09-03 22:55:23'),
(976864,325641,'action started via WP Cron','2025-09-03 22:57:29','2025-09-03 22:57:29'),
(976865,325641,'action complete via WP Cron','2025-09-03 22:57:29','2025-09-03 22:57:29'),
(976866,325642,'action created','2025-09-03 22:57:29','2025-09-03 22:57:29'),
(976867,325642,'action started via WP Cron','2025-09-03 23:00:25','2025-09-03 23:00:25'),
(976868,325642,'action complete via WP Cron','2025-09-03 23:00:25','2025-09-03 23:00:25'),
(976869,325643,'action created','2025-09-03 23:00:25','2025-09-03 23:00:25'),
(976870,325643,'action started via WP Cron','2025-09-03 23:04:34','2025-09-03 23:04:34'),
(976871,325643,'action complete via WP Cron','2025-09-03 23:04:34','2025-09-03 23:04:34'),
(976872,325644,'action created','2025-09-03 23:04:34','2025-09-03 23:04:34'),
(976873,325644,'action started via WP Cron','2025-09-03 23:07:30','2025-09-03 23:07:30'),
(976874,325644,'action complete via WP Cron','2025-09-03 23:07:30','2025-09-03 23:07:30'),
(976875,325645,'action created','2025-09-03 23:07:30','2025-09-03 23:07:30'),
(976876,325645,'action started via WP Cron','2025-09-03 23:10:28','2025-09-03 23:10:28'),
(976877,325645,'action complete via WP Cron','2025-09-03 23:10:28','2025-09-03 23:10:28'),
(976878,325646,'action created','2025-09-03 23:10:28','2025-09-03 23:10:28'),
(976879,325646,'action started via WP Cron','2025-09-03 23:13:26','2025-09-03 23:13:26'),
(976880,325646,'action complete via WP Cron','2025-09-03 23:13:26','2025-09-03 23:13:26'),
(976881,325647,'action created','2025-09-03 23:13:26','2025-09-03 23:13:26'),
(976882,325647,'action started via WP Cron','2025-09-03 23:15:30','2025-09-03 23:15:30'),
(976883,325647,'action complete via WP Cron','2025-09-03 23:15:30','2025-09-03 23:15:30'),
(976884,325648,'action created','2025-09-03 23:15:30','2025-09-03 23:15:30'),
(976885,325648,'action started via WP Cron','2025-09-03 23:18:23','2025-09-03 23:18:23'),
(976886,325648,'action complete via WP Cron','2025-09-03 23:18:23','2025-09-03 23:18:23'),
(976887,325649,'action created','2025-09-03 23:18:23','2025-09-03 23:18:23'),
(976888,325649,'action started via WP Cron','2025-09-03 23:20:30','2025-09-03 23:20:30'),
(976889,325649,'action complete via WP Cron','2025-09-03 23:20:31','2025-09-03 23:20:31'),
(976890,325650,'action created','2025-09-03 23:20:31','2025-09-03 23:20:31'),
(976891,325650,'action started via WP Cron','2025-09-03 23:23:25','2025-09-03 23:23:25'),
(976892,325650,'action complete via WP Cron','2025-09-03 23:23:25','2025-09-03 23:23:25'),
(976893,325651,'action created','2025-09-03 23:23:25','2025-09-03 23:23:25'),
(976894,325651,'action started via WP Cron','2025-09-03 23:25:26','2025-09-03 23:25:26'),
(976895,325651,'action complete via WP Cron','2025-09-03 23:25:26','2025-09-03 23:25:26'),
(976896,325652,'action created','2025-09-03 23:25:26','2025-09-03 23:25:26'),
(976897,325652,'action started via WP Cron','2025-09-03 23:28:35','2025-09-03 23:28:35'),
(976898,325652,'action complete via WP Cron','2025-09-03 23:28:35','2025-09-03 23:28:35'),
(976899,325653,'action created','2025-09-03 23:28:35','2025-09-03 23:28:35'),
(976900,325653,'action started via WP Cron','2025-09-03 23:31:27','2025-09-03 23:31:27'),
(976901,325653,'action complete via WP Cron','2025-09-03 23:31:27','2025-09-03 23:31:27'),
(976902,325654,'action created','2025-09-03 23:31:27','2025-09-03 23:31:27'),
(976903,325654,'action started via WP Cron','2025-09-03 23:34:26','2025-09-03 23:34:26'),
(976904,325654,'action complete via WP Cron','2025-09-03 23:34:26','2025-09-03 23:34:26'),
(976905,325655,'action created','2025-09-03 23:34:26','2025-09-03 23:34:26'),
(976906,325655,'action started via WP Cron','2025-09-03 23:36:30','2025-09-03 23:36:30'),
(976907,325655,'action complete via WP Cron','2025-09-03 23:36:30','2025-09-03 23:36:30'),
(976908,325656,'action created','2025-09-03 23:36:30','2025-09-03 23:36:30'),
(976909,325656,'action started via WP Cron','2025-09-03 23:39:29','2025-09-03 23:39:29'),
(976910,325656,'action complete via WP Cron','2025-09-03 23:39:29','2025-09-03 23:39:29'),
(976911,325657,'action created','2025-09-03 23:39:29','2025-09-03 23:39:29'),
(976912,325657,'action started via WP Cron','2025-09-03 23:42:30','2025-09-03 23:42:30'),
(976913,325657,'action complete via WP Cron','2025-09-03 23:42:30','2025-09-03 23:42:30'),
(976914,325658,'action created','2025-09-03 23:42:30','2025-09-03 23:42:30'),
(976915,325658,'action started via WP Cron','2025-09-03 23:45:34','2025-09-03 23:45:34'),
(976916,325658,'action complete via WP Cron','2025-09-03 23:45:34','2025-09-03 23:45:34'),
(976917,325659,'action created','2025-09-03 23:45:34','2025-09-03 23:45:34'),
(976918,325659,'action started via WP Cron','2025-09-03 23:48:28','2025-09-03 23:48:28'),
(976919,325659,'action complete via WP Cron','2025-09-03 23:48:28','2025-09-03 23:48:28'),
(976920,325660,'action created','2025-09-03 23:48:28','2025-09-03 23:48:28'),
(976921,325660,'action started via WP Cron','2025-09-03 23:51:28','2025-09-03 23:51:28'),
(976922,325660,'action complete via WP Cron','2025-09-03 23:51:28','2025-09-03 23:51:28'),
(976923,325661,'action created','2025-09-03 23:51:28','2025-09-03 23:51:28'),
(976924,325661,'action started via WP Cron','2025-09-03 23:53:32','2025-09-03 23:53:32'),
(976925,325661,'action complete via WP Cron','2025-09-03 23:53:32','2025-09-03 23:53:32'),
(976926,325662,'action created','2025-09-03 23:53:32','2025-09-03 23:53:32'),
(976927,325662,'action started via WP Cron','2025-09-03 23:56:23','2025-09-03 23:56:23'),
(976928,325662,'action complete via WP Cron','2025-09-03 23:56:23','2025-09-03 23:56:23'),
(976929,325663,'action created','2025-09-03 23:56:23','2025-09-03 23:56:23'),
(976930,325663,'action started via WP Cron','2025-09-03 23:58:23','2025-09-03 23:58:23'),
(976931,325663,'action complete via WP Cron','2025-09-03 23:58:23','2025-09-03 23:58:23'),
(976932,325664,'action created','2025-09-03 23:58:23','2025-09-03 23:58:23'),
(976933,325664,'action started via WP Cron','2025-09-04 00:00:33','2025-09-04 00:00:33'),
(976934,325664,'action complete via WP Cron','2025-09-04 00:00:33','2025-09-04 00:00:33'),
(976935,325665,'action created','2025-09-04 00:00:33','2025-09-04 00:00:33'),
(976936,325665,'action started via WP Cron','2025-09-04 00:03:29','2025-09-04 00:03:29'),
(976937,325665,'action complete via WP Cron','2025-09-04 00:03:29','2025-09-04 00:03:29'),
(976938,325666,'action created','2025-09-04 00:03:29','2025-09-04 00:03:29'),
(976939,325666,'action started via WP Cron','2025-09-04 00:06:27','2025-09-04 00:06:27'),
(976940,325666,'action complete via WP Cron','2025-09-04 00:06:28','2025-09-04 00:06:28'),
(976941,325667,'action created','2025-09-04 00:06:28','2025-09-04 00:06:28'),
(976942,325667,'action started via WP Cron','2025-09-04 00:08:41','2025-09-04 00:08:41'),
(976943,325667,'action complete via WP Cron','2025-09-04 00:08:41','2025-09-04 00:08:41'),
(976944,325668,'action created','2025-09-04 00:08:41','2025-09-04 00:08:41'),
(976945,325668,'action started via WP Cron','2025-09-04 00:11:27','2025-09-04 00:11:27'),
(976946,325668,'action complete via WP Cron','2025-09-04 00:11:27','2025-09-04 00:11:27'),
(976947,325669,'action created','2025-09-04 00:11:27','2025-09-04 00:11:27'),
(976948,325669,'action started via WP Cron','2025-09-04 00:13:27','2025-09-04 00:13:27'),
(976949,325669,'action complete via WP Cron','2025-09-04 00:13:27','2025-09-04 00:13:27'),
(976950,325670,'action created','2025-09-04 00:13:27','2025-09-04 00:13:27'),
(976951,325670,'action started via WP Cron','2025-09-04 00:16:23','2025-09-04 00:16:23'),
(976952,325670,'action complete via WP Cron','2025-09-04 00:16:23','2025-09-04 00:16:23'),
(976953,325671,'action created','2025-09-04 00:16:23','2025-09-04 00:16:23'),
(976954,325671,'action started via WP Cron','2025-09-04 00:18:32','2025-09-04 00:18:32'),
(976955,325671,'action complete via WP Cron','2025-09-04 00:18:32','2025-09-04 00:18:32'),
(976956,325672,'action created','2025-09-04 00:18:32','2025-09-04 00:18:32'),
(976957,325672,'action started via WP Cron','2025-09-04 00:20:32','2025-09-04 00:20:32'),
(976958,325672,'action complete via WP Cron','2025-09-04 00:20:32','2025-09-04 00:20:32'),
(976959,325673,'action created','2025-09-04 00:20:32','2025-09-04 00:20:32'),
(976960,325673,'action started via WP Cron','2025-09-04 00:23:31','2025-09-04 00:23:31'),
(976961,325673,'action complete via WP Cron','2025-09-04 00:23:32','2025-09-04 00:23:32'),
(976962,325674,'action created','2025-09-04 00:23:32','2025-09-04 00:23:32'),
(976963,325674,'action started via WP Cron','2025-09-04 00:26:24','2025-09-04 00:26:24'),
(976964,325674,'action complete via WP Cron','2025-09-04 00:26:24','2025-09-04 00:26:24'),
(976965,325675,'action created','2025-09-04 00:26:24','2025-09-04 00:26:24'),
(976966,325675,'action started via WP Cron','2025-09-04 00:28:29','2025-09-04 00:28:29'),
(976967,325675,'action complete via WP Cron','2025-09-04 00:28:29','2025-09-04 00:28:29'),
(976968,325676,'action created','2025-09-04 00:28:29','2025-09-04 00:28:29'),
(976969,325676,'action started via WP Cron','2025-09-04 00:31:27','2025-09-04 00:31:27'),
(976970,325676,'action complete via WP Cron','2025-09-04 00:31:27','2025-09-04 00:31:27'),
(976971,325677,'action created','2025-09-04 00:31:27','2025-09-04 00:31:27'),
(976972,325677,'action started via WP Cron','2025-09-04 00:34:22','2025-09-04 00:34:22'),
(976973,325677,'action complete via WP Cron','2025-09-04 00:34:22','2025-09-04 00:34:22'),
(976974,325678,'action created','2025-09-04 00:34:22','2025-09-04 00:34:22'),
(976975,325678,'action started via WP Cron','2025-09-04 00:36:23','2025-09-04 00:36:23'),
(976976,325678,'action complete via WP Cron','2025-09-04 00:36:23','2025-09-04 00:36:23'),
(976977,325679,'action created','2025-09-04 00:36:24','2025-09-04 00:36:24'),
(976978,325679,'action started via WP Cron','2025-09-04 00:38:26','2025-09-04 00:38:26'),
(976979,325679,'action complete via WP Cron','2025-09-04 00:38:26','2025-09-04 00:38:26'),
(976980,325680,'action created','2025-09-04 00:38:26','2025-09-04 00:38:26'),
(976981,325680,'action started via WP Cron','2025-09-04 00:40:39','2025-09-04 00:40:39'),
(976982,325680,'action complete via WP Cron','2025-09-04 00:40:40','2025-09-04 00:40:40'),
(976983,325681,'action created','2025-09-04 00:40:40','2025-09-04 00:40:40'),
(976984,325681,'action started via WP Cron','2025-09-04 00:43:22','2025-09-04 00:43:22'),
(976985,325681,'action complete via WP Cron','2025-09-04 00:43:22','2025-09-04 00:43:22'),
(976986,325682,'action created','2025-09-04 00:43:22','2025-09-04 00:43:22'),
(976987,325682,'action started via WP Cron','2025-09-04 00:45:34','2025-09-04 00:45:34'),
(976988,325682,'action complete via WP Cron','2025-09-04 00:45:34','2025-09-04 00:45:34'),
(976989,325683,'action created','2025-09-04 00:45:34','2025-09-04 00:45:34'),
(976990,325683,'action started via WP Cron','2025-09-04 00:48:25','2025-09-04 00:48:25'),
(976991,325683,'action complete via WP Cron','2025-09-04 00:48:25','2025-09-04 00:48:25'),
(976992,325684,'action created','2025-09-04 00:48:25','2025-09-04 00:48:25'),
(976993,325684,'action started via WP Cron','2025-09-04 00:50:29','2025-09-04 00:50:29'),
(976994,325684,'action complete via WP Cron','2025-09-04 00:50:29','2025-09-04 00:50:29'),
(976995,325685,'action created','2025-09-04 00:50:29','2025-09-04 00:50:29'),
(976996,325685,'action started via WP Cron','2025-09-04 00:53:26','2025-09-04 00:53:26'),
(976997,325685,'action complete via WP Cron','2025-09-04 00:53:27','2025-09-04 00:53:27'),
(976998,325686,'action created','2025-09-04 00:53:27','2025-09-04 00:53:27'),
(976999,325686,'action started via WP Cron','2025-09-04 00:56:29','2025-09-04 00:56:29'),
(977000,325686,'action complete via WP Cron','2025-09-04 00:56:29','2025-09-04 00:56:29'),
(977001,325687,'action created','2025-09-04 00:56:29','2025-09-04 00:56:29'),
(977002,325687,'action started via WP Cron','2025-09-04 00:59:36','2025-09-04 00:59:36'),
(977003,325687,'action complete via WP Cron','2025-09-04 00:59:36','2025-09-04 00:59:36'),
(977004,325688,'action created','2025-09-04 00:59:36','2025-09-04 00:59:36'),
(977005,325688,'action started via WP Cron','2025-09-04 01:02:25','2025-09-04 01:02:25'),
(977006,325688,'action complete via WP Cron','2025-09-04 01:02:25','2025-09-04 01:02:25'),
(977007,325689,'action created','2025-09-04 01:02:25','2025-09-04 01:02:25'),
(977008,325689,'action started via WP Cron','2025-09-04 01:05:24','2025-09-04 01:05:24'),
(977009,325689,'action complete via WP Cron','2025-09-04 01:05:24','2025-09-04 01:05:24'),
(977010,325690,'action created','2025-09-04 01:05:24','2025-09-04 01:05:24'),
(977011,325690,'action started via WP Cron','2025-09-04 01:07:26','2025-09-04 01:07:26'),
(977012,325690,'action complete via WP Cron','2025-09-04 01:07:26','2025-09-04 01:07:26'),
(977013,325691,'action created','2025-09-04 01:07:26','2025-09-04 01:07:26'),
(977014,325691,'action started via WP Cron','2025-09-04 01:10:29','2025-09-04 01:10:29'),
(977015,325691,'action complete via WP Cron','2025-09-04 01:10:29','2025-09-04 01:10:29'),
(977016,325692,'action created','2025-09-04 01:10:29','2025-09-04 01:10:29'),
(977017,325692,'action started via WP Cron','2025-09-04 01:13:23','2025-09-04 01:13:23'),
(977018,325692,'action complete via WP Cron','2025-09-04 01:13:23','2025-09-04 01:13:23'),
(977019,325693,'action created','2025-09-04 01:13:23','2025-09-04 01:13:23'),
(977020,325693,'action started via WP Cron','2025-09-04 01:15:38','2025-09-04 01:15:38'),
(977021,325693,'action complete via WP Cron','2025-09-04 01:15:38','2025-09-04 01:15:38'),
(977022,325694,'action created','2025-09-04 01:15:38','2025-09-04 01:15:38'),
(977023,325694,'action started via WP Cron','2025-09-04 01:18:41','2025-09-04 01:18:41'),
(977024,325694,'action complete via WP Cron','2025-09-04 01:18:41','2025-09-04 01:18:41'),
(977025,325695,'action created','2025-09-04 01:18:41','2025-09-04 01:18:41'),
(977026,325695,'action started via WP Cron','2025-09-04 01:21:31','2025-09-04 01:21:31'),
(977027,325695,'action complete via WP Cron','2025-09-04 01:21:32','2025-09-04 01:21:32'),
(977028,325696,'action created','2025-09-04 01:21:32','2025-09-04 01:21:32'),
(977029,325696,'action started via WP Cron','2025-09-04 01:23:39','2025-09-04 01:23:39'),
(977030,325696,'action complete via WP Cron','2025-09-04 01:23:39','2025-09-04 01:23:39'),
(977031,325697,'action created','2025-09-04 01:23:39','2025-09-04 01:23:39'),
(977032,325697,'action started via WP Cron','2025-09-04 01:26:23','2025-09-04 01:26:23'),
(977033,325697,'action complete via WP Cron','2025-09-04 01:26:23','2025-09-04 01:26:23'),
(977034,325698,'action created','2025-09-04 01:26:23','2025-09-04 01:26:23'),
(977035,325698,'action started via WP Cron','2025-09-04 01:28:33','2025-09-04 01:28:33'),
(977036,325698,'action complete via WP Cron','2025-09-04 01:28:34','2025-09-04 01:28:34'),
(977037,325699,'action created','2025-09-04 01:28:34','2025-09-04 01:28:34'),
(977038,325699,'action started via WP Cron','2025-09-04 01:31:31','2025-09-04 01:31:31'),
(977039,325699,'action complete via WP Cron','2025-09-04 01:31:31','2025-09-04 01:31:31'),
(977040,325700,'action created','2025-09-04 01:31:31','2025-09-04 01:31:31'),
(977041,325700,'action started via WP Cron','2025-09-04 01:33:37','2025-09-04 01:33:37'),
(977042,325700,'action complete via WP Cron','2025-09-04 01:33:37','2025-09-04 01:33:37'),
(977043,325701,'action created','2025-09-04 01:33:37','2025-09-04 01:33:37'),
(977044,325701,'action started via WP Cron','2025-09-04 01:36:23','2025-09-04 01:36:23'),
(977045,325701,'action complete via WP Cron','2025-09-04 01:36:23','2025-09-04 01:36:23'),
(977046,325702,'action created','2025-09-04 01:36:23','2025-09-04 01:36:23'),
(977047,325702,'action started via WP Cron','2025-09-04 01:38:28','2025-09-04 01:38:28'),
(977048,325702,'action complete via WP Cron','2025-09-04 01:38:28','2025-09-04 01:38:28'),
(977049,325703,'action created','2025-09-04 01:38:28','2025-09-04 01:38:28'),
(977050,325703,'action started via WP Cron','2025-09-04 01:40:29','2025-09-04 01:40:29'),
(977051,325703,'action complete via WP Cron','2025-09-04 01:40:29','2025-09-04 01:40:29'),
(977052,325704,'action created','2025-09-04 01:40:29','2025-09-04 01:40:29'),
(977053,325704,'action started via WP Cron','2025-09-04 01:43:25','2025-09-04 01:43:25'),
(977054,325704,'action complete via WP Cron','2025-09-04 01:43:25','2025-09-04 01:43:25'),
(977055,325705,'action created','2025-09-04 01:43:25','2025-09-04 01:43:25'),
(977056,325705,'action started via WP Cron','2025-09-04 01:45:25','2025-09-04 01:45:25'),
(977057,325705,'action complete via WP Cron','2025-09-04 01:45:26','2025-09-04 01:45:26'),
(977058,325706,'action created','2025-09-04 01:45:26','2025-09-04 01:45:26'),
(977059,325706,'action started via WP Cron','2025-09-04 01:47:29','2025-09-04 01:47:29'),
(977060,325706,'action complete via WP Cron','2025-09-04 01:47:29','2025-09-04 01:47:29'),
(977061,325707,'action created','2025-09-04 01:47:29','2025-09-04 01:47:29'),
(977062,325707,'action started via WP Cron','2025-09-04 01:50:23','2025-09-04 01:50:23'),
(977063,325707,'action complete via WP Cron','2025-09-04 01:50:23','2025-09-04 01:50:23'),
(977064,325708,'action created','2025-09-04 01:50:23','2025-09-04 01:50:23'),
(977065,325708,'action started via WP Cron','2025-09-04 01:52:28','2025-09-04 01:52:28'),
(977066,325708,'action complete via WP Cron','2025-09-04 01:52:28','2025-09-04 01:52:28'),
(977067,325709,'action created','2025-09-04 01:52:28','2025-09-04 01:52:28'),
(977068,325709,'action started via WP Cron','2025-09-04 01:55:26','2025-09-04 01:55:26'),
(977069,325709,'action complete via WP Cron','2025-09-04 01:55:26','2025-09-04 01:55:26'),
(977070,325710,'action created','2025-09-04 01:55:26','2025-09-04 01:55:26'),
(977071,325710,'action started via WP Cron','2025-09-04 01:58:28','2025-09-04 01:58:28'),
(977072,325710,'action complete via WP Cron','2025-09-04 01:58:28','2025-09-04 01:58:28'),
(977073,325711,'action created','2025-09-04 01:58:28','2025-09-04 01:58:28'),
(977074,325711,'action started via WP Cron','2025-09-04 02:01:25','2025-09-04 02:01:25'),
(977075,325711,'action complete via WP Cron','2025-09-04 02:01:25','2025-09-04 02:01:25'),
(977076,325712,'action created','2025-09-04 02:01:25','2025-09-04 02:01:25'),
(977077,325712,'action started via WP Cron','2025-09-04 02:03:27','2025-09-04 02:03:27'),
(977078,325712,'action complete via WP Cron','2025-09-04 02:03:27','2025-09-04 02:03:27'),
(977079,325713,'action created','2025-09-04 02:03:27','2025-09-04 02:03:27'),
(977080,325713,'action started via WP Cron','2025-09-04 02:06:24','2025-09-04 02:06:24'),
(977081,325713,'action complete via WP Cron','2025-09-04 02:06:24','2025-09-04 02:06:24'),
(977082,325714,'action created','2025-09-04 02:06:24','2025-09-04 02:06:24'),
(977083,325714,'action started via WP Cron','2025-09-04 02:09:23','2025-09-04 02:09:23'),
(977084,325714,'action complete via WP Cron','2025-09-04 02:09:23','2025-09-04 02:09:23'),
(977085,325715,'action created','2025-09-04 02:09:23','2025-09-04 02:09:23'),
(977086,325715,'action started via WP Cron','2025-09-04 02:11:29','2025-09-04 02:11:29'),
(977087,325715,'action complete via WP Cron','2025-09-04 02:11:29','2025-09-04 02:11:29'),
(977088,325716,'action created','2025-09-04 02:11:29','2025-09-04 02:11:29'),
(977089,325716,'action started via WP Cron','2025-09-04 02:13:29','2025-09-04 02:13:29'),
(977090,325716,'action complete via WP Cron','2025-09-04 02:13:30','2025-09-04 02:13:30'),
(977091,325717,'action created','2025-09-04 02:13:30','2025-09-04 02:13:30'),
(977092,325717,'action started via WP Cron','2025-09-04 02:16:23','2025-09-04 02:16:23'),
(977093,325717,'action complete via WP Cron','2025-09-04 02:16:23','2025-09-04 02:16:23'),
(977094,325718,'action created','2025-09-04 02:16:23','2025-09-04 02:16:23'),
(977095,325718,'action started via WP Cron','2025-09-04 02:18:23','2025-09-04 02:18:23'),
(977096,325718,'action complete via WP Cron','2025-09-04 02:18:23','2025-09-04 02:18:23'),
(977097,325719,'action created','2025-09-04 02:18:23','2025-09-04 02:18:23'),
(977098,325719,'action started via WP Cron','2025-09-04 02:20:23','2025-09-04 02:20:23'),
(977099,325719,'action complete via WP Cron','2025-09-04 02:20:23','2025-09-04 02:20:23'),
(977100,325720,'action created','2025-09-04 02:20:24','2025-09-04 02:20:24'),
(977101,325720,'action started via WP Cron','2025-09-04 02:22:33','2025-09-04 02:22:33'),
(977102,325720,'action complete via WP Cron','2025-09-04 02:22:33','2025-09-04 02:22:33'),
(977103,325721,'action created','2025-09-04 02:22:33','2025-09-04 02:22:33'),
(977104,325721,'action started via WP Cron','2025-09-04 02:25:24','2025-09-04 02:25:24'),
(977105,325721,'action complete via WP Cron','2025-09-04 02:25:24','2025-09-04 02:25:24'),
(977106,325722,'action created','2025-09-04 02:25:24','2025-09-04 02:25:24'),
(977107,325722,'action started via WP Cron','2025-09-04 02:27:31','2025-09-04 02:27:31'),
(977108,325722,'action complete via WP Cron','2025-09-04 02:27:31','2025-09-04 02:27:31'),
(977109,325723,'action created','2025-09-04 02:27:31','2025-09-04 02:27:31'),
(977110,325723,'action started via WP Cron','2025-09-04 02:30:29','2025-09-04 02:30:29'),
(977111,325723,'action complete via WP Cron','2025-09-04 02:30:29','2025-09-04 02:30:29'),
(977112,325724,'action created','2025-09-04 02:30:29','2025-09-04 02:30:29'),
(977113,325724,'action started via WP Cron','2025-09-04 02:33:24','2025-09-04 02:33:24'),
(977114,325724,'action complete via WP Cron','2025-09-04 02:33:24','2025-09-04 02:33:24'),
(977115,325725,'action created','2025-09-04 02:33:24','2025-09-04 02:33:24'),
(977116,325725,'action started via WP Cron','2025-09-04 02:35:25','2025-09-04 02:35:25'),
(977117,325725,'action complete via WP Cron','2025-09-04 02:35:25','2025-09-04 02:35:25'),
(977118,325726,'action created','2025-09-04 02:35:25','2025-09-04 02:35:25'),
(977119,325726,'action started via WP Cron','2025-09-04 02:37:27','2025-09-04 02:37:27'),
(977120,325726,'action complete via WP Cron','2025-09-04 02:37:27','2025-09-04 02:37:27'),
(977121,325727,'action created','2025-09-04 02:37:27','2025-09-04 02:37:27'),
(977122,325727,'action started via WP Cron','2025-09-04 02:39:29','2025-09-04 02:39:29'),
(977123,325727,'action complete via WP Cron','2025-09-04 02:39:29','2025-09-04 02:39:29'),
(977124,325728,'action created','2025-09-04 02:39:29','2025-09-04 02:39:29'),
(977125,325728,'action started via WP Cron','2025-09-04 02:41:30','2025-09-04 02:41:30'),
(977126,325728,'action complete via WP Cron','2025-09-04 02:41:30','2025-09-04 02:41:30'),
(977127,325729,'action created','2025-09-04 02:41:30','2025-09-04 02:41:30'),
(977128,325729,'action started via WP Cron','2025-09-04 02:43:30','2025-09-04 02:43:30'),
(977129,325729,'action complete via WP Cron','2025-09-04 02:43:30','2025-09-04 02:43:30'),
(977130,325730,'action created','2025-09-04 02:43:30','2025-09-04 02:43:30'),
(977131,325730,'action started via WP Cron','2025-09-04 02:45:39','2025-09-04 02:45:39'),
(977132,325730,'action complete via WP Cron','2025-09-04 02:45:39','2025-09-04 02:45:39'),
(977133,325731,'action created','2025-09-04 02:45:39','2025-09-04 02:45:39'),
(977134,325731,'action started via WP Cron','2025-09-04 02:48:28','2025-09-04 02:48:28'),
(977135,325731,'action complete via WP Cron','2025-09-04 02:48:28','2025-09-04 02:48:28'),
(977136,325732,'action created','2025-09-04 02:48:28','2025-09-04 02:48:28'),
(977137,325732,'action started via WP Cron','2025-09-04 02:51:30','2025-09-04 02:51:30'),
(977138,325732,'action complete via WP Cron','2025-09-04 02:51:30','2025-09-04 02:51:30'),
(977139,325733,'action created','2025-09-04 02:51:30','2025-09-04 02:51:30'),
(977140,325733,'action started via WP Cron','2025-09-04 02:54:31','2025-09-04 02:54:31'),
(977141,325733,'action complete via WP Cron','2025-09-04 02:54:31','2025-09-04 02:54:31'),
(977142,325734,'action created','2025-09-04 02:54:31','2025-09-04 02:54:31'),
(977143,325734,'action started via WP Cron','2025-09-04 02:57:31','2025-09-04 02:57:31'),
(977144,325734,'action complete via WP Cron','2025-09-04 02:57:31','2025-09-04 02:57:31'),
(977145,325735,'action created','2025-09-04 02:57:31','2025-09-04 02:57:31'),
(977146,325735,'action started via WP Cron','2025-09-04 03:00:26','2025-09-04 03:00:26'),
(977147,325735,'action complete via WP Cron','2025-09-04 03:00:26','2025-09-04 03:00:26'),
(977148,325736,'action created','2025-09-04 03:00:26','2025-09-04 03:00:26'),
(977149,325166,'action started via WP Cron','2025-09-04 03:00:26','2025-09-04 03:00:26'),
(977150,325737,'action created','2025-09-04 03:00:26','2025-09-04 03:00:26'),
(977151,325166,'action complete via WP Cron','2025-09-04 03:00:26','2025-09-04 03:00:26'),
(977152,325738,'action created','2025-09-04 03:00:26','2025-09-04 03:00:26'),
(977153,325737,'action started via WP Cron','2025-09-04 03:00:26','2025-09-04 03:00:26'),
(977154,325737,'action complete via WP Cron','2025-09-04 03:00:26','2025-09-04 03:00:26'),
(977155,325736,'action started via WP Cron','2025-09-04 03:03:32','2025-09-04 03:03:32'),
(977156,325736,'action complete via WP Cron','2025-09-04 03:03:32','2025-09-04 03:03:32'),
(977157,325739,'action created','2025-09-04 03:03:32','2025-09-04 03:03:32'),
(977158,325739,'action started via WP Cron','2025-09-04 03:06:31','2025-09-04 03:06:31'),
(977159,325739,'action complete via WP Cron','2025-09-04 03:06:31','2025-09-04 03:06:31'),
(977160,325740,'action created','2025-09-04 03:06:31','2025-09-04 03:06:31'),
(977161,325740,'action started via WP Cron','2025-09-04 03:09:28','2025-09-04 03:09:28'),
(977162,325740,'action complete via WP Cron','2025-09-04 03:09:28','2025-09-04 03:09:28'),
(977163,325741,'action created','2025-09-04 03:09:28','2025-09-04 03:09:28'),
(977164,325741,'action started via WP Cron','2025-09-04 03:11:31','2025-09-04 03:11:31'),
(977165,325741,'action complete via WP Cron','2025-09-04 03:11:31','2025-09-04 03:11:31'),
(977166,325742,'action created','2025-09-04 03:11:31','2025-09-04 03:11:31'),
(977167,325742,'action started via WP Cron','2025-09-04 03:14:31','2025-09-04 03:14:31'),
(977168,325742,'action complete via WP Cron','2025-09-04 03:14:31','2025-09-04 03:14:31'),
(977169,325743,'action created','2025-09-04 03:14:31','2025-09-04 03:14:31'),
(977170,325743,'action started via WP Cron','2025-09-04 03:16:32','2025-09-04 03:16:32'),
(977171,325743,'action complete via WP Cron','2025-09-04 03:16:32','2025-09-04 03:16:32'),
(977172,325744,'action created','2025-09-04 03:16:32','2025-09-04 03:16:32'),
(977173,325174,'action started via WP Cron','2025-09-04 03:17:29','2025-09-04 03:17:29'),
(977174,325174,'action complete via WP Cron','2025-09-04 03:17:29','2025-09-04 03:17:29'),
(977175,325745,'action created','2025-09-04 03:17:29','2025-09-04 03:17:29'),
(977176,325175,'action started via WP Cron','2025-09-04 03:17:29','2025-09-04 03:17:29'),
(977177,325175,'action complete via WP Cron','2025-09-04 03:17:29','2025-09-04 03:17:29'),
(977178,325746,'action created','2025-09-04 03:17:29','2025-09-04 03:17:29'),
(977179,325176,'action started via WP Cron','2025-09-04 03:17:29','2025-09-04 03:17:29'),
(977180,325176,'action complete via WP Cron','2025-09-04 03:17:29','2025-09-04 03:17:29'),
(977181,325747,'action created','2025-09-04 03:17:29','2025-09-04 03:17:29'),
(977182,325177,'action started via WP Cron','2025-09-04 03:17:29','2025-09-04 03:17:29'),
(977183,325177,'action complete via WP Cron','2025-09-04 03:17:29','2025-09-04 03:17:29'),
(977184,325748,'action created','2025-09-04 03:17:29','2025-09-04 03:17:29'),
(977185,325744,'action started via WP Cron','2025-09-04 03:19:33','2025-09-04 03:19:33'),
(977186,325744,'action complete via WP Cron','2025-09-04 03:19:33','2025-09-04 03:19:33'),
(977187,325749,'action created','2025-09-04 03:19:33','2025-09-04 03:19:33'),
(977188,325465,'action started via WP Cron','2025-09-04 03:19:33','2025-09-04 03:19:33'),
(977189,325465,'action complete via WP Cron','2025-09-04 03:19:33','2025-09-04 03:19:33'),
(977190,325750,'action created','2025-09-04 03:19:33','2025-09-04 03:19:33'),
(977191,325749,'action started via WP Cron','2025-09-04 03:22:27','2025-09-04 03:22:27'),
(977192,325749,'action complete via WP Cron','2025-09-04 03:22:27','2025-09-04 03:22:27'),
(977193,325751,'action created','2025-09-04 03:22:27','2025-09-04 03:22:27'),
(977194,325751,'action started via WP Cron','2025-09-04 03:25:32','2025-09-04 03:25:32'),
(977195,325751,'action complete via WP Cron','2025-09-04 03:25:32','2025-09-04 03:25:32'),
(977196,325752,'action created','2025-09-04 03:25:32','2025-09-04 03:25:32'),
(977197,325752,'action started via WP Cron','2025-09-04 03:28:31','2025-09-04 03:28:31'),
(977198,325752,'action complete via WP Cron','2025-09-04 03:28:32','2025-09-04 03:28:32'),
(977199,325753,'action created','2025-09-04 03:28:32','2025-09-04 03:28:32'),
(977200,325753,'action started via WP Cron','2025-09-04 03:31:32','2025-09-04 03:31:32'),
(977201,325753,'action complete via WP Cron','2025-09-04 03:31:32','2025-09-04 03:31:32'),
(977202,325754,'action created','2025-09-04 03:31:32','2025-09-04 03:31:32'),
(977203,325754,'action started via WP Cron','2025-09-04 03:34:33','2025-09-04 03:34:33'),
(977204,325754,'action complete via WP Cron','2025-09-04 03:34:33','2025-09-04 03:34:33'),
(977205,325755,'action created','2025-09-04 03:34:33','2025-09-04 03:34:33'),
(977206,325755,'action started via WP Cron','2025-09-04 03:37:25','2025-09-04 03:37:25'),
(977207,325755,'action complete via WP Cron','2025-09-04 03:37:25','2025-09-04 03:37:25'),
(977208,325756,'action created','2025-09-04 03:37:25','2025-09-04 03:37:25'),
(977209,325756,'action started via WP Cron','2025-09-04 03:39:33','2025-09-04 03:39:33'),
(977210,325756,'action complete via WP Cron','2025-09-04 03:39:33','2025-09-04 03:39:33'),
(977211,325757,'action created','2025-09-04 03:39:33','2025-09-04 03:39:33'),
(977212,325757,'action started via WP Cron','2025-09-04 03:51:57','2025-09-04 03:51:57'),
(977213,325757,'action complete via WP Cron','2025-09-04 03:51:57','2025-09-04 03:51:57'),
(977214,325758,'action created','2025-09-04 03:51:57','2025-09-04 03:51:57'),
(977215,325758,'action started via WP Cron','2025-09-04 03:56:43','2025-09-04 03:56:43'),
(977216,325758,'action complete via WP Cron','2025-09-04 03:56:43','2025-09-04 03:56:43'),
(977217,325759,'action created','2025-09-04 03:56:43','2025-09-04 03:56:43'),
(977218,325759,'action started via WP Cron','2025-09-04 03:59:26','2025-09-04 03:59:26'),
(977219,325759,'action complete via WP Cron','2025-09-04 03:59:26','2025-09-04 03:59:26'),
(977220,325760,'action created','2025-09-04 03:59:26','2025-09-04 03:59:26'),
(977221,325760,'action started via WP Cron','2025-09-04 04:02:22','2025-09-04 04:02:22'),
(977222,325760,'action complete via WP Cron','2025-09-04 04:02:22','2025-09-04 04:02:22'),
(977223,325761,'action created','2025-09-04 04:02:23','2025-09-04 04:02:23'),
(977224,325761,'action started via WP Cron','2025-09-04 04:04:29','2025-09-04 04:04:29'),
(977225,325761,'action complete via WP Cron','2025-09-04 04:04:29','2025-09-04 04:04:29'),
(977226,325762,'action created','2025-09-04 04:04:29','2025-09-04 04:04:29'),
(977227,325762,'action started via WP Cron','2025-09-04 04:07:26','2025-09-04 04:07:26'),
(977228,325762,'action complete via WP Cron','2025-09-04 04:07:26','2025-09-04 04:07:26'),
(977229,325763,'action created','2025-09-04 04:07:26','2025-09-04 04:07:26'),
(977230,325763,'action started via WP Cron','2025-09-04 04:09:31','2025-09-04 04:09:31'),
(977231,325763,'action complete via WP Cron','2025-09-04 04:09:32','2025-09-04 04:09:32'),
(977232,325764,'action created','2025-09-04 04:09:32','2025-09-04 04:09:32'),
(977233,325764,'action started via WP Cron','2025-09-04 04:12:27','2025-09-04 04:12:27'),
(977234,325764,'action complete via WP Cron','2025-09-04 04:12:27','2025-09-04 04:12:27'),
(977235,325765,'action created','2025-09-04 04:12:27','2025-09-04 04:12:27'),
(977236,325765,'action started via WP Cron','2025-09-04 04:15:30','2025-09-04 04:15:30'),
(977237,325765,'action complete via WP Cron','2025-09-04 04:15:30','2025-09-04 04:15:30'),
(977238,325766,'action created','2025-09-04 04:15:30','2025-09-04 04:15:30'),
(977239,325766,'action started via WP Cron','2025-09-04 04:18:23','2025-09-04 04:18:23'),
(977240,325766,'action complete via WP Cron','2025-09-04 04:18:23','2025-09-04 04:18:23'),
(977241,325767,'action created','2025-09-04 04:18:23','2025-09-04 04:18:23'),
(977242,325767,'action started via WP Cron','2025-09-04 04:20:24','2025-09-04 04:20:24'),
(977243,325767,'action complete via WP Cron','2025-09-04 04:20:24','2025-09-04 04:20:24'),
(977244,325768,'action created','2025-09-04 04:20:24','2025-09-04 04:20:24'),
(977245,325768,'action started via WP Cron','2025-09-04 04:23:36','2025-09-04 04:23:36'),
(977246,325768,'action complete via WP Cron','2025-09-04 04:23:36','2025-09-04 04:23:36'),
(977247,325769,'action created','2025-09-04 04:23:36','2025-09-04 04:23:36'),
(977248,325769,'action started via WP Cron','2025-09-04 04:26:29','2025-09-04 04:26:29'),
(977249,325769,'action complete via WP Cron','2025-09-04 04:26:29','2025-09-04 04:26:29'),
(977250,325770,'action created','2025-09-04 04:26:29','2025-09-04 04:26:29'),
(977251,325770,'action started via WP Cron','2025-09-04 04:29:32','2025-09-04 04:29:32'),
(977252,325770,'action complete via WP Cron','2025-09-04 04:29:32','2025-09-04 04:29:32'),
(977253,325771,'action created','2025-09-04 04:29:32','2025-09-04 04:29:32'),
(977254,325771,'action started via WP Cron','2025-09-04 04:32:28','2025-09-04 04:32:28'),
(977255,325771,'action complete via WP Cron','2025-09-04 04:32:28','2025-09-04 04:32:28'),
(977256,325772,'action created','2025-09-04 04:32:28','2025-09-04 04:32:28'),
(977257,325772,'action started via WP Cron','2025-09-04 04:34:30','2025-09-04 04:34:30'),
(977258,325772,'action complete via WP Cron','2025-09-04 04:34:30','2025-09-04 04:34:30'),
(977259,325773,'action created','2025-09-04 04:34:30','2025-09-04 04:34:30'),
(977260,325773,'action started via WP Cron','2025-09-04 04:37:24','2025-09-04 04:37:24'),
(977261,325773,'action complete via WP Cron','2025-09-04 04:37:24','2025-09-04 04:37:24'),
(977262,325774,'action created','2025-09-04 04:37:24','2025-09-04 04:37:24'),
(977263,325774,'action started via WP Cron','2025-09-04 04:40:27','2025-09-04 04:40:27'),
(977264,325774,'action complete via WP Cron','2025-09-04 04:40:27','2025-09-04 04:40:27'),
(977265,325775,'action created','2025-09-04 04:40:27','2025-09-04 04:40:27'),
(977266,325775,'action started via WP Cron','2025-09-04 04:42:38','2025-09-04 04:42:38'),
(977267,325775,'action complete via WP Cron','2025-09-04 04:42:38','2025-09-04 04:42:38'),
(977268,325776,'action created','2025-09-04 04:42:38','2025-09-04 04:42:38'),
(977269,325776,'action started via WP Cron','2025-09-04 04:45:29','2025-09-04 04:45:29'),
(977270,325776,'action complete via WP Cron','2025-09-04 04:45:29','2025-09-04 04:45:29'),
(977271,325777,'action created','2025-09-04 04:45:29','2025-09-04 04:45:29'),
(977272,325777,'action started via WP Cron','2025-09-04 04:52:22','2025-09-04 04:52:22'),
(977273,325777,'action complete via WP Cron','2025-09-04 04:52:22','2025-09-04 04:52:22'),
(977274,325778,'action created','2025-09-04 04:52:22','2025-09-04 04:52:22'),
(977275,325778,'action started via WP Cron','2025-09-04 04:54:22','2025-09-04 04:54:22'),
(977276,325778,'action complete via WP Cron','2025-09-04 04:54:22','2025-09-04 04:54:22'),
(977277,325779,'action created','2025-09-04 04:54:23','2025-09-04 04:54:23'),
(977278,325779,'action started via WP Cron','2025-09-04 04:56:26','2025-09-04 04:56:26'),
(977279,325779,'action complete via WP Cron','2025-09-04 04:56:26','2025-09-04 04:56:26'),
(977280,325780,'action created','2025-09-04 04:56:26','2025-09-04 04:56:26'),
(977281,325780,'action started via WP Cron','2025-09-04 04:59:28','2025-09-04 04:59:28'),
(977282,325780,'action complete via WP Cron','2025-09-04 04:59:28','2025-09-04 04:59:28'),
(977283,325781,'action created','2025-09-04 04:59:28','2025-09-04 04:59:28'),
(977284,325781,'action started via WP Cron','2025-09-04 05:02:31','2025-09-04 05:02:31'),
(977285,325781,'action complete via WP Cron','2025-09-04 05:02:31','2025-09-04 05:02:31'),
(977286,325782,'action created','2025-09-04 05:02:31','2025-09-04 05:02:31'),
(977287,325782,'action started via WP Cron','2025-09-04 05:05:26','2025-09-04 05:05:26'),
(977288,325782,'action complete via WP Cron','2025-09-04 05:05:26','2025-09-04 05:05:26'),
(977289,325783,'action created','2025-09-04 05:05:26','2025-09-04 05:05:26'),
(977290,325783,'action started via WP Cron','2025-09-04 05:08:25','2025-09-04 05:08:25'),
(977291,325783,'action complete via WP Cron','2025-09-04 05:08:25','2025-09-04 05:08:25'),
(977292,325784,'action created','2025-09-04 05:08:25','2025-09-04 05:08:25'),
(977293,325784,'action started via WP Cron','2025-09-04 05:10:25','2025-09-04 05:10:25'),
(977294,325784,'action complete via WP Cron','2025-09-04 05:10:25','2025-09-04 05:10:25'),
(977295,325785,'action created','2025-09-04 05:10:25','2025-09-04 05:10:25'),
(977296,325785,'action started via WP Cron','2025-09-04 05:12:33','2025-09-04 05:12:33'),
(977297,325785,'action complete via WP Cron','2025-09-04 05:12:33','2025-09-04 05:12:33'),
(977298,325786,'action created','2025-09-04 05:12:33','2025-09-04 05:12:33'),
(977299,325786,'action started via WP Cron','2025-09-04 05:15:30','2025-09-04 05:15:30'),
(977300,325786,'action complete via WP Cron','2025-09-04 05:15:30','2025-09-04 05:15:30'),
(977301,325787,'action created','2025-09-04 05:15:30','2025-09-04 05:15:30'),
(977302,325787,'action started via WP Cron','2025-09-04 05:17:30','2025-09-04 05:17:30'),
(977303,325787,'action complete via WP Cron','2025-09-04 05:17:30','2025-09-04 05:17:30'),
(977304,325788,'action created','2025-09-04 05:17:30','2025-09-04 05:17:30'),
(977305,325788,'action started via WP Cron','2025-09-04 05:20:31','2025-09-04 05:20:31'),
(977306,325788,'action complete via WP Cron','2025-09-04 05:20:31','2025-09-04 05:20:31'),
(977307,325789,'action created','2025-09-04 05:20:31','2025-09-04 05:20:31'),
(977308,325789,'action started via WP Cron','2025-09-04 05:23:33','2025-09-04 05:23:33'),
(977309,325789,'action complete via WP Cron','2025-09-04 05:23:33','2025-09-04 05:23:33'),
(977310,325790,'action created','2025-09-04 05:23:33','2025-09-04 05:23:33'),
(977311,325790,'action started via WP Cron','2025-09-04 05:26:31','2025-09-04 05:26:31'),
(977312,325790,'action complete via WP Cron','2025-09-04 05:26:31','2025-09-04 05:26:31'),
(977313,325791,'action created','2025-09-04 05:26:31','2025-09-04 05:26:31'),
(977314,325791,'action started via WP Cron','2025-09-04 05:29:32','2025-09-04 05:29:32'),
(977315,325791,'action complete via WP Cron','2025-09-04 05:29:32','2025-09-04 05:29:32'),
(977316,325792,'action created','2025-09-04 05:29:32','2025-09-04 05:29:32'),
(977317,325792,'action started via WP Cron','2025-09-04 05:32:26','2025-09-04 05:32:26'),
(977318,325792,'action complete via WP Cron','2025-09-04 05:32:26','2025-09-04 05:32:26'),
(977319,325793,'action created','2025-09-04 05:32:26','2025-09-04 05:32:26'),
(977320,325793,'action started via WP Cron','2025-09-04 05:34:28','2025-09-04 05:34:28'),
(977321,325793,'action complete via WP Cron','2025-09-04 05:34:28','2025-09-04 05:34:28'),
(977322,325794,'action created','2025-09-04 05:34:28','2025-09-04 05:34:28'),
(977323,325794,'action started via WP Cron','2025-09-04 05:37:25','2025-09-04 05:37:25'),
(977324,325794,'action complete via WP Cron','2025-09-04 05:37:25','2025-09-04 05:37:25'),
(977325,325795,'action created','2025-09-04 05:37:25','2025-09-04 05:37:25'),
(977326,325795,'action started via WP Cron','2025-09-04 05:39:27','2025-09-04 05:39:27'),
(977327,325795,'action complete via WP Cron','2025-09-04 05:39:27','2025-09-04 05:39:27'),
(977328,325796,'action created','2025-09-04 05:39:27','2025-09-04 05:39:27'),
(977329,325796,'action started via WP Cron','2025-09-04 05:41:29','2025-09-04 05:41:29'),
(977330,325796,'action complete via WP Cron','2025-09-04 05:41:29','2025-09-04 05:41:29'),
(977331,325797,'action created','2025-09-04 05:41:29','2025-09-04 05:41:29'),
(977332,325797,'action started via WP Cron','2025-09-04 05:43:31','2025-09-04 05:43:31'),
(977333,325797,'action complete via WP Cron','2025-09-04 05:43:31','2025-09-04 05:43:31'),
(977334,325798,'action created','2025-09-04 05:43:31','2025-09-04 05:43:31'),
(977335,325798,'action started via WP Cron','2025-09-04 05:46:31','2025-09-04 05:46:31'),
(977336,325798,'action complete via WP Cron','2025-09-04 05:46:31','2025-09-04 05:46:31'),
(977337,325799,'action created','2025-09-04 05:46:31','2025-09-04 05:46:31'),
(977338,325799,'action started via WP Cron','2025-09-04 05:49:35','2025-09-04 05:49:35'),
(977339,325799,'action complete via WP Cron','2025-09-04 05:49:35','2025-09-04 05:49:35'),
(977340,325800,'action created','2025-09-04 05:49:35','2025-09-04 05:49:35'),
(977341,325800,'action started via WP Cron','2025-09-04 05:51:35','2025-09-04 05:51:35'),
(977342,325800,'action complete via WP Cron','2025-09-04 05:51:35','2025-09-04 05:51:35'),
(977343,325801,'action created','2025-09-04 05:51:35','2025-09-04 05:51:35'),
(977344,325801,'action started via WP Cron','2025-09-04 05:54:24','2025-09-04 05:54:24'),
(977345,325801,'action complete via WP Cron','2025-09-04 05:54:24','2025-09-04 05:54:24'),
(977346,325802,'action created','2025-09-04 05:54:24','2025-09-04 05:54:24'),
(977347,325802,'action started via WP Cron','2025-09-04 05:56:25','2025-09-04 05:56:25'),
(977348,325802,'action complete via WP Cron','2025-09-04 05:56:26','2025-09-04 05:56:26'),
(977349,325803,'action created','2025-09-04 05:56:26','2025-09-04 05:56:26'),
(977350,325803,'action started via WP Cron','2025-09-04 05:58:35','2025-09-04 05:58:35'),
(977351,325803,'action complete via WP Cron','2025-09-04 05:58:35','2025-09-04 05:58:35'),
(977352,325804,'action created','2025-09-04 05:58:36','2025-09-04 05:58:36'),
(977353,325804,'action started via WP Cron','2025-09-04 06:01:26','2025-09-04 06:01:26'),
(977354,325804,'action complete via WP Cron','2025-09-04 06:01:26','2025-09-04 06:01:26'),
(977355,325805,'action created','2025-09-04 06:01:26','2025-09-04 06:01:26'),
(977356,325805,'action started via WP Cron','2025-09-04 06:03:29','2025-09-04 06:03:29'),
(977357,325805,'action complete via WP Cron','2025-09-04 06:03:29','2025-09-04 06:03:29'),
(977358,325806,'action created','2025-09-04 06:03:29','2025-09-04 06:03:29'),
(977359,325806,'action started via WP Cron','2025-09-04 06:06:26','2025-09-04 06:06:26'),
(977360,325806,'action complete via WP Cron','2025-09-04 06:06:26','2025-09-04 06:06:26'),
(977361,325807,'action created','2025-09-04 06:06:26','2025-09-04 06:06:26'),
(977362,325807,'action started via WP Cron','2025-09-04 06:09:31','2025-09-04 06:09:31'),
(977363,325807,'action complete via WP Cron','2025-09-04 06:09:31','2025-09-04 06:09:31'),
(977364,325808,'action created','2025-09-04 06:09:31','2025-09-04 06:09:31'),
(977365,325808,'action started via WP Cron','2025-09-04 06:12:29','2025-09-04 06:12:29'),
(977366,325808,'action complete via WP Cron','2025-09-04 06:12:29','2025-09-04 06:12:29'),
(977367,325809,'action created','2025-09-04 06:12:29','2025-09-04 06:12:29'),
(977368,325809,'action started via WP Cron','2025-09-04 06:15:26','2025-09-04 06:15:26'),
(977369,325809,'action complete via WP Cron','2025-09-04 06:15:26','2025-09-04 06:15:26'),
(977370,325810,'action created','2025-09-04 06:15:26','2025-09-04 06:15:26'),
(977371,325810,'action started via WP Cron','2025-09-04 06:17:32','2025-09-04 06:17:32'),
(977372,325810,'action complete via WP Cron','2025-09-04 06:17:32','2025-09-04 06:17:32'),
(977373,325811,'action created','2025-09-04 06:17:32','2025-09-04 06:17:32'),
(977374,325811,'action started via WP Cron','2025-09-04 06:20:24','2025-09-04 06:20:24'),
(977375,325811,'action complete via WP Cron','2025-09-04 06:20:24','2025-09-04 06:20:24'),
(977376,325812,'action created','2025-09-04 06:20:24','2025-09-04 06:20:24'),
(977377,325812,'action started via WP Cron','2025-09-04 06:22:30','2025-09-04 06:22:30'),
(977378,325812,'action complete via WP Cron','2025-09-04 06:22:30','2025-09-04 06:22:30'),
(977379,325813,'action created','2025-09-04 06:22:30','2025-09-04 06:22:30'),
(977380,325813,'action started via WP Cron','2025-09-04 06:25:25','2025-09-04 06:25:25'),
(977381,325813,'action complete via WP Cron','2025-09-04 06:25:25','2025-09-04 06:25:25'),
(977382,325814,'action created','2025-09-04 06:25:25','2025-09-04 06:25:25'),
(977383,325814,'action started via WP Cron','2025-09-04 06:27:33','2025-09-04 06:27:33'),
(977384,325814,'action complete via WP Cron','2025-09-04 06:27:33','2025-09-04 06:27:33'),
(977385,325815,'action created','2025-09-04 06:27:33','2025-09-04 06:27:33'),
(977386,325815,'action started via WP Cron','2025-09-04 06:30:31','2025-09-04 06:30:31'),
(977387,325815,'action complete via WP Cron','2025-09-04 06:30:31','2025-09-04 06:30:31'),
(977388,325816,'action created','2025-09-04 06:30:31','2025-09-04 06:30:31'),
(977389,325816,'action started via WP Cron','2025-09-04 06:33:23','2025-09-04 06:33:23'),
(977390,325816,'action complete via WP Cron','2025-09-04 06:33:24','2025-09-04 06:33:24'),
(977391,325817,'action created','2025-09-04 06:33:24','2025-09-04 06:33:24'),
(977392,325817,'action started via WP Cron','2025-09-04 06:35:30','2025-09-04 06:35:30'),
(977393,325817,'action complete via WP Cron','2025-09-04 06:35:31','2025-09-04 06:35:31'),
(977394,325818,'action created','2025-09-04 06:35:31','2025-09-04 06:35:31'),
(977395,325818,'action started via WP Cron','2025-09-04 06:37:37','2025-09-04 06:37:37'),
(977396,325818,'action complete via WP Cron','2025-09-04 06:37:37','2025-09-04 06:37:37'),
(977397,325819,'action created','2025-09-04 06:37:37','2025-09-04 06:37:37'),
(977398,325819,'action started via WP Cron','2025-09-04 06:40:34','2025-09-04 06:40:34'),
(977399,325819,'action complete via WP Cron','2025-09-04 06:40:34','2025-09-04 06:40:34'),
(977400,325820,'action created','2025-09-04 06:40:34','2025-09-04 06:40:34'),
(977401,325820,'action started via WP Cron','2025-09-04 06:43:25','2025-09-04 06:43:25'),
(977402,325820,'action complete via WP Cron','2025-09-04 06:43:25','2025-09-04 06:43:25'),
(977403,325821,'action created','2025-09-04 06:43:25','2025-09-04 06:43:25'),
(977404,325821,'action started via WP Cron','2025-09-04 06:45:26','2025-09-04 06:45:26'),
(977405,325821,'action complete via WP Cron','2025-09-04 06:45:26','2025-09-04 06:45:26'),
(977406,325822,'action created','2025-09-04 06:45:26','2025-09-04 06:45:26'),
(977407,325822,'action started via WP Cron','2025-09-04 06:48:33','2025-09-04 06:48:33'),
(977408,325822,'action complete via WP Cron','2025-09-04 06:48:34','2025-09-04 06:48:34'),
(977409,325823,'action created','2025-09-04 06:48:34','2025-09-04 06:48:34'),
(977410,325823,'action started via WP Cron','2025-09-04 06:51:27','2025-09-04 06:51:27'),
(977411,325823,'action complete via WP Cron','2025-09-04 06:51:27','2025-09-04 06:51:27'),
(977412,325824,'action created','2025-09-04 06:51:27','2025-09-04 06:51:27'),
(977413,325824,'action started via WP Cron','2025-09-04 06:54:22','2025-09-04 06:54:22'),
(977414,325824,'action complete via WP Cron','2025-09-04 06:54:23','2025-09-04 06:54:23'),
(977415,325825,'action created','2025-09-04 06:54:23','2025-09-04 06:54:23'),
(977416,325825,'action started via WP Cron','2025-09-04 06:56:31','2025-09-04 06:56:31'),
(977417,325825,'action complete via WP Cron','2025-09-04 06:56:31','2025-09-04 06:56:31'),
(977418,325826,'action created','2025-09-04 06:56:31','2025-09-04 06:56:31'),
(977419,325826,'action started via WP Cron','2025-09-04 06:59:27','2025-09-04 06:59:27'),
(977420,325826,'action complete via WP Cron','2025-09-04 06:59:27','2025-09-04 06:59:27'),
(977421,325827,'action created','2025-09-04 06:59:27','2025-09-04 06:59:27'),
(977422,325827,'action started via WP Cron','2025-09-04 07:01:30','2025-09-04 07:01:30'),
(977423,325827,'action complete via WP Cron','2025-09-04 07:01:30','2025-09-04 07:01:30'),
(977424,325828,'action created','2025-09-04 07:01:30','2025-09-04 07:01:30'),
(977425,325828,'action started via WP Cron','2025-09-04 07:04:31','2025-09-04 07:04:31'),
(977426,325828,'action complete via WP Cron','2025-09-04 07:04:31','2025-09-04 07:04:31'),
(977427,325829,'action created','2025-09-04 07:04:31','2025-09-04 07:04:31'),
(977428,325829,'action started via WP Cron','2025-09-04 07:07:24','2025-09-04 07:07:24'),
(977429,325829,'action complete via WP Cron','2025-09-04 07:07:24','2025-09-04 07:07:24'),
(977430,325830,'action created','2025-09-04 07:07:24','2025-09-04 07:07:24'),
(977431,325830,'action started via WP Cron','2025-09-04 07:09:32','2025-09-04 07:09:32'),
(977432,325830,'action complete via WP Cron','2025-09-04 07:09:32','2025-09-04 07:09:32'),
(977433,325831,'action created','2025-09-04 07:09:32','2025-09-04 07:09:32'),
(977434,325831,'action started via WP Cron','2025-09-04 07:12:26','2025-09-04 07:12:26'),
(977435,325831,'action complete via WP Cron','2025-09-04 07:12:26','2025-09-04 07:12:26'),
(977436,325832,'action created','2025-09-04 07:12:26','2025-09-04 07:12:26'),
(977437,325832,'action started via WP Cron','2025-09-04 07:15:24','2025-09-04 07:15:24'),
(977438,325832,'action complete via WP Cron','2025-09-04 07:15:24','2025-09-04 07:15:24'),
(977439,325833,'action created','2025-09-04 07:15:24','2025-09-04 07:15:24'),
(977440,325833,'action started via WP Cron','2025-09-04 07:17:36','2025-09-04 07:17:36'),
(977441,325833,'action complete via WP Cron','2025-09-04 07:17:36','2025-09-04 07:17:36'),
(977442,325834,'action created','2025-09-04 07:17:36','2025-09-04 07:17:36'),
(977443,325834,'action started via WP Cron','2025-09-04 07:20:23','2025-09-04 07:20:23'),
(977444,325834,'action complete via WP Cron','2025-09-04 07:20:23','2025-09-04 07:20:23'),
(977445,325835,'action created','2025-09-04 07:20:23','2025-09-04 07:20:23'),
(977446,325835,'action started via WP Cron','2025-09-04 07:22:27','2025-09-04 07:22:27'),
(977447,325835,'action complete via WP Cron','2025-09-04 07:22:27','2025-09-04 07:22:27'),
(977448,325836,'action created','2025-09-04 07:22:27','2025-09-04 07:22:27'),
(977449,325836,'action started via WP Cron','2025-09-04 07:24:27','2025-09-04 07:24:27'),
(977450,325836,'action complete via WP Cron','2025-09-04 07:24:27','2025-09-04 07:24:27'),
(977451,325837,'action created','2025-09-04 07:24:27','2025-09-04 07:24:27'),
(977452,325837,'action started via WP Cron','2025-09-04 07:26:32','2025-09-04 07:26:32'),
(977453,325838,'action created','2025-09-04 07:26:32','2025-09-04 07:26:32'),
(977454,325837,'action complete via WP Cron','2025-09-04 07:26:37','2025-09-04 07:26:37'),
(977455,325839,'action created','2025-09-04 07:26:37','2025-09-04 07:26:37'),
(977456,325838,'action started via WP Cron','2025-09-04 07:26:42','2025-09-04 07:26:42'),
(977457,325838,'action complete via WP Cron','2025-09-04 07:26:42','2025-09-04 07:26:42'),
(977458,325839,'action started via WP Cron','2025-09-04 07:29:24','2025-09-04 07:29:24'),
(977459,325839,'action complete via WP Cron','2025-09-04 07:29:24','2025-09-04 07:29:24'),
(977460,325840,'action created','2025-09-04 07:29:24','2025-09-04 07:29:24'),
(977461,325840,'action started via WP Cron','2025-09-04 07:31:33','2025-09-04 07:31:33'),
(977462,325840,'action complete via WP Cron','2025-09-04 07:31:33','2025-09-04 07:31:33'),
(977463,325841,'action created','2025-09-04 07:31:33','2025-09-04 07:31:33'),
(977464,325841,'action started via WP Cron','2025-09-04 07:34:25','2025-09-04 07:34:25'),
(977465,325841,'action complete via WP Cron','2025-09-04 07:34:25','2025-09-04 07:34:25'),
(977466,325842,'action created','2025-09-04 07:34:25','2025-09-04 07:34:25'),
(977467,325842,'action started via WP Cron','2025-09-04 07:37:23','2025-09-04 07:37:23'),
(977468,325842,'action complete via WP Cron','2025-09-04 07:37:23','2025-09-04 07:37:23'),
(977469,325843,'action created','2025-09-04 07:37:23','2025-09-04 07:37:23'),
(977470,325843,'action started via WP Cron','2025-09-04 07:40:31','2025-09-04 07:40:31'),
(977471,325843,'action complete via WP Cron','2025-09-04 07:40:31','2025-09-04 07:40:31'),
(977472,325844,'action created','2025-09-04 07:40:31','2025-09-04 07:40:31'),
(977473,325844,'action started via WP Cron','2025-09-04 07:43:24','2025-09-04 07:43:24'),
(977474,325844,'action complete via WP Cron','2025-09-04 07:43:24','2025-09-04 07:43:24'),
(977475,325845,'action created','2025-09-04 07:43:24','2025-09-04 07:43:24'),
(977476,325845,'action started via WP Cron','2025-09-04 07:45:29','2025-09-04 07:45:29'),
(977477,325845,'action complete via WP Cron','2025-09-04 07:45:29','2025-09-04 07:45:29'),
(977478,325846,'action created','2025-09-04 07:45:29','2025-09-04 07:45:29'),
(977479,325846,'action started via WP Cron','2025-09-04 07:48:36','2025-09-04 07:48:36'),
(977480,325846,'action complete via WP Cron','2025-09-04 07:48:36','2025-09-04 07:48:36'),
(977481,325847,'action created','2025-09-04 07:48:36','2025-09-04 07:48:36'),
(977482,325847,'action started via WP Cron','2025-09-04 07:51:25','2025-09-04 07:51:25'),
(977483,325847,'action complete via WP Cron','2025-09-04 07:51:25','2025-09-04 07:51:25'),
(977484,325848,'action created','2025-09-04 07:51:25','2025-09-04 07:51:25'),
(977485,325848,'action started via WP Cron','2025-09-04 07:53:31','2025-09-04 07:53:31'),
(977486,325848,'action complete via WP Cron','2025-09-04 07:53:31','2025-09-04 07:53:31'),
(977487,325849,'action created','2025-09-04 07:53:31','2025-09-04 07:53:31'),
(977488,325849,'action started via WP Cron','2025-09-04 07:56:28','2025-09-04 07:56:28'),
(977489,325849,'action complete via WP Cron','2025-09-04 07:56:28','2025-09-04 07:56:28'),
(977490,325850,'action created','2025-09-04 07:56:28','2025-09-04 07:56:28'),
(977491,325850,'action started via WP Cron','2025-09-04 07:58:36','2025-09-04 07:58:36'),
(977492,325850,'action complete via WP Cron','2025-09-04 07:58:36','2025-09-04 07:58:36'),
(977493,325851,'action created','2025-09-04 07:58:36','2025-09-04 07:58:36'),
(977494,325851,'action started via WP Cron','2025-09-04 08:01:31','2025-09-04 08:01:31'),
(977495,325851,'action complete via WP Cron','2025-09-04 08:01:31','2025-09-04 08:01:31'),
(977496,325852,'action created','2025-09-04 08:01:32','2025-09-04 08:01:32'),
(977497,325852,'action started via WP Cron','2025-09-04 08:04:29','2025-09-04 08:04:29'),
(977498,325852,'action complete via WP Cron','2025-09-04 08:04:29','2025-09-04 08:04:29'),
(977499,325853,'action created','2025-09-04 08:04:29','2025-09-04 08:04:29'),
(977500,325853,'action started via WP Cron','2025-09-04 08:06:29','2025-09-04 08:06:29'),
(977501,325853,'action complete via WP Cron','2025-09-04 08:06:29','2025-09-04 08:06:29'),
(977502,325854,'action created','2025-09-04 08:06:29','2025-09-04 08:06:29'),
(977503,325854,'action started via WP Cron','2025-09-04 08:09:31','2025-09-04 08:09:31'),
(977504,325855,'action created','2025-09-04 08:09:31','2025-09-04 08:09:31'),
(977505,325854,'action complete via WP Cron','2025-09-04 08:09:36','2025-09-04 08:09:36'),
(977506,325856,'action created','2025-09-04 08:09:36','2025-09-04 08:09:36'),
(977507,325855,'action started via WP Cron','2025-09-04 08:09:43','2025-09-04 08:09:43'),
(977508,325855,'action complete via WP Cron','2025-09-04 08:09:43','2025-09-04 08:09:43'),
(977509,325856,'action started via WP Cron','2025-09-04 08:12:23','2025-09-04 08:12:23'),
(977510,325856,'action complete via WP Cron','2025-09-04 08:12:23','2025-09-04 08:12:23'),
(977511,325857,'action created','2025-09-04 08:12:23','2025-09-04 08:12:23'),
(977512,325857,'action started via WP Cron','2025-09-04 08:14:25','2025-09-04 08:14:25'),
(977513,325857,'action complete via WP Cron','2025-09-04 08:14:26','2025-09-04 08:14:26'),
(977514,325858,'action created','2025-09-04 08:14:26','2025-09-04 08:14:26'),
(977515,325858,'action started via WP Cron','2025-09-04 08:16:28','2025-09-04 08:16:28'),
(977516,325858,'action complete via WP Cron','2025-09-04 08:16:28','2025-09-04 08:16:28'),
(977517,325859,'action created','2025-09-04 08:16:28','2025-09-04 08:16:28'),
(977518,325859,'action started via WP Cron','2025-09-04 08:19:24','2025-09-04 08:19:24'),
(977519,325859,'action complete via WP Cron','2025-09-04 08:19:24','2025-09-04 08:19:24'),
(977520,325860,'action created','2025-09-04 08:19:24','2025-09-04 08:19:24'),
(977521,325860,'action started via WP Cron','2025-09-04 08:21:31','2025-09-04 08:21:31'),
(977522,325860,'action complete via WP Cron','2025-09-04 08:21:31','2025-09-04 08:21:31'),
(977523,325861,'action created','2025-09-04 08:21:31','2025-09-04 08:21:31'),
(977524,325861,'action started via WP Cron','2025-09-04 08:23:31','2025-09-04 08:23:31'),
(977525,325861,'action complete via WP Cron','2025-09-04 08:23:31','2025-09-04 08:23:31'),
(977526,325862,'action created','2025-09-04 08:23:31','2025-09-04 08:23:31'),
(977527,325862,'action started via WP Cron','2025-09-04 08:25:33','2025-09-04 08:25:33'),
(977528,325862,'action complete via WP Cron','2025-09-04 08:25:33','2025-09-04 08:25:33'),
(977529,325863,'action created','2025-09-04 08:25:33','2025-09-04 08:25:33'),
(977530,325863,'action started via WP Cron','2025-09-04 08:28:29','2025-09-04 08:28:29'),
(977531,325863,'action complete via WP Cron','2025-09-04 08:28:29','2025-09-04 08:28:29'),
(977532,325864,'action created','2025-09-04 08:28:29','2025-09-04 08:28:29'),
(977533,325864,'action started via WP Cron','2025-09-04 08:30:31','2025-09-04 08:30:31'),
(977534,325864,'action complete via WP Cron','2025-09-04 08:30:31','2025-09-04 08:30:31'),
(977535,325865,'action created','2025-09-04 08:30:31','2025-09-04 08:30:31'),
(977536,325865,'action started via WP Cron','2025-09-04 08:33:24','2025-09-04 08:33:24'),
(977537,325865,'action complete via WP Cron','2025-09-04 08:33:24','2025-09-04 08:33:24'),
(977538,325866,'action created','2025-09-04 08:33:24','2025-09-04 08:33:24'),
(977539,325866,'action started via WP Cron','2025-09-04 08:36:28','2025-09-04 08:36:28'),
(977540,325866,'action complete via WP Cron','2025-09-04 08:36:28','2025-09-04 08:36:28'),
(977541,325867,'action created','2025-09-04 08:36:28','2025-09-04 08:36:28'),
(977542,325867,'action started via WP Cron','2025-09-04 08:38:30','2025-09-04 08:38:30'),
(977543,325867,'action complete via WP Cron','2025-09-04 08:38:30','2025-09-04 08:38:30'),
(977544,325868,'action created','2025-09-04 08:38:30','2025-09-04 08:38:30'),
(977545,325868,'action started via WP Cron','2025-09-04 08:40:30','2025-09-04 08:40:30'),
(977546,325868,'action complete via WP Cron','2025-09-04 08:40:30','2025-09-04 08:40:30'),
(977547,325869,'action created','2025-09-04 08:40:30','2025-09-04 08:40:30'),
(977548,325869,'action started via WP Cron','2025-09-04 08:43:26','2025-09-04 08:43:26'),
(977549,325869,'action complete via WP Cron','2025-09-04 08:43:26','2025-09-04 08:43:26'),
(977550,325870,'action created','2025-09-04 08:43:26','2025-09-04 08:43:26'),
(977551,325870,'action started via WP Cron','2025-09-04 08:45:28','2025-09-04 08:45:28'),
(977552,325870,'action complete via WP Cron','2025-09-04 08:45:29','2025-09-04 08:45:29'),
(977553,325871,'action created','2025-09-04 08:45:29','2025-09-04 08:45:29'),
(977554,325871,'action started via WP Cron','2025-09-04 08:48:34','2025-09-04 08:48:34'),
(977555,325871,'action complete via WP Cron','2025-09-04 08:48:34','2025-09-04 08:48:34'),
(977556,325872,'action created','2025-09-04 08:48:34','2025-09-04 08:48:34'),
(977557,325872,'action started via WP Cron','2025-09-04 08:51:27','2025-09-04 08:51:27'),
(977558,325872,'action complete via WP Cron','2025-09-04 08:51:28','2025-09-04 08:51:28'),
(977559,325873,'action created','2025-09-04 08:51:28','2025-09-04 08:51:28'),
(977560,325873,'action started via WP Cron','2025-09-04 08:54:31','2025-09-04 08:54:31'),
(977561,325873,'action complete via WP Cron','2025-09-04 08:54:31','2025-09-04 08:54:31'),
(977562,325874,'action created','2025-09-04 08:54:31','2025-09-04 08:54:31'),
(977563,325874,'action started via WP Cron','2025-09-04 08:57:25','2025-09-04 08:57:25'),
(977564,325874,'action complete via WP Cron','2025-09-04 08:57:25','2025-09-04 08:57:25'),
(977565,325875,'action created','2025-09-04 08:57:25','2025-09-04 08:57:25'),
(977566,325875,'action started via WP Cron','2025-09-04 08:59:26','2025-09-04 08:59:26'),
(977567,325875,'action complete via WP Cron','2025-09-04 08:59:26','2025-09-04 08:59:26'),
(977568,325876,'action created','2025-09-04 08:59:26','2025-09-04 08:59:26'),
(977569,325876,'action started via WP Cron','2025-09-04 09:01:26','2025-09-04 09:01:26'),
(977570,325876,'action complete via WP Cron','2025-09-04 09:01:26','2025-09-04 09:01:26'),
(977571,325877,'action created','2025-09-04 09:01:26','2025-09-04 09:01:26'),
(977572,325877,'action started via WP Cron','2025-09-04 09:04:31','2025-09-04 09:04:31'),
(977573,325877,'action complete via WP Cron','2025-09-04 09:04:32','2025-09-04 09:04:32'),
(977574,325878,'action created','2025-09-04 09:04:32','2025-09-04 09:04:32'),
(977575,325878,'action started via WP Cron','2025-09-04 09:07:26','2025-09-04 09:07:26'),
(977576,325878,'action complete via WP Cron','2025-09-04 09:07:26','2025-09-04 09:07:26'),
(977577,325879,'action created','2025-09-04 09:07:26','2025-09-04 09:07:26'),
(977578,325879,'action started via WP Cron','2025-09-04 09:10:33','2025-09-04 09:10:33'),
(977579,325879,'action complete via WP Cron','2025-09-04 09:10:33','2025-09-04 09:10:33'),
(977580,325880,'action created','2025-09-04 09:10:33','2025-09-04 09:10:33'),
(977581,325880,'action started via WP Cron','2025-09-04 09:13:27','2025-09-04 09:13:27'),
(977582,325880,'action complete via WP Cron','2025-09-04 09:13:27','2025-09-04 09:13:27'),
(977583,325881,'action created','2025-09-04 09:13:27','2025-09-04 09:13:27'),
(977584,325881,'action started via WP Cron','2025-09-04 09:16:25','2025-09-04 09:16:25'),
(977585,325881,'action complete via WP Cron','2025-09-04 09:16:25','2025-09-04 09:16:25'),
(977586,325882,'action created','2025-09-04 09:16:25','2025-09-04 09:16:25'),
(977587,325882,'action started via WP Cron','2025-09-04 09:18:25','2025-09-04 09:18:25'),
(977588,325882,'action complete via WP Cron','2025-09-04 09:18:25','2025-09-04 09:18:25'),
(977589,325883,'action created','2025-09-04 09:18:25','2025-09-04 09:18:25'),
(977590,325883,'action started via WP Cron','2025-09-04 09:20:30','2025-09-04 09:20:30'),
(977591,325883,'action complete via WP Cron','2025-09-04 09:20:30','2025-09-04 09:20:30'),
(977592,325884,'action created','2025-09-04 09:20:30','2025-09-04 09:20:30'),
(977593,325884,'action started via WP Cron','2025-09-04 09:23:24','2025-09-04 09:23:24'),
(977594,325884,'action complete via WP Cron','2025-09-04 09:23:24','2025-09-04 09:23:24'),
(977595,325885,'action created','2025-09-04 09:23:24','2025-09-04 09:23:24'),
(977596,325885,'action started via WP Cron','2025-09-04 09:25:25','2025-09-04 09:25:25'),
(977597,325885,'action complete via WP Cron','2025-09-04 09:25:25','2025-09-04 09:25:25'),
(977598,325886,'action created','2025-09-04 09:25:25','2025-09-04 09:25:25'),
(977599,325886,'action started via WP Cron','2025-09-04 09:27:30','2025-09-04 09:27:30'),
(977600,325886,'action complete via WP Cron','2025-09-04 09:27:30','2025-09-04 09:27:30'),
(977601,325887,'action created','2025-09-04 09:27:30','2025-09-04 09:27:30'),
(977602,325887,'action started via WP Cron','2025-09-04 09:29:32','2025-09-04 09:29:32'),
(977603,325887,'action complete via WP Cron','2025-09-04 09:29:32','2025-09-04 09:29:32'),
(977604,325888,'action created','2025-09-04 09:29:32','2025-09-04 09:29:32'),
(977605,325888,'action started via WP Cron','2025-09-04 09:31:36','2025-09-04 09:31:36'),
(977606,325888,'action complete via WP Cron','2025-09-04 09:31:37','2025-09-04 09:31:37'),
(977607,325889,'action created','2025-09-04 09:31:37','2025-09-04 09:31:37'),
(977608,325889,'action started via WP Cron','2025-09-04 09:34:35','2025-09-04 09:34:35'),
(977609,325889,'action complete via WP Cron','2025-09-04 09:34:35','2025-09-04 09:34:35'),
(977610,325890,'action created','2025-09-04 09:34:35','2025-09-04 09:34:35'),
(977611,325890,'action started via WP Cron','2025-09-04 09:37:29','2025-09-04 09:37:29'),
(977612,325890,'action complete via WP Cron','2025-09-04 09:37:29','2025-09-04 09:37:29'),
(977613,325891,'action created','2025-09-04 09:37:29','2025-09-04 09:37:29'),
(977614,325891,'action started via WP Cron','2025-09-04 09:40:31','2025-09-04 09:40:31'),
(977615,325891,'action complete via WP Cron','2025-09-04 09:40:31','2025-09-04 09:40:31'),
(977616,325892,'action created','2025-09-04 09:40:31','2025-09-04 09:40:31'),
(977617,325892,'action started via WP Cron','2025-09-04 09:43:27','2025-09-04 09:43:27'),
(977618,325892,'action complete via WP Cron','2025-09-04 09:43:27','2025-09-04 09:43:27'),
(977619,325893,'action created','2025-09-04 09:43:27','2025-09-04 09:43:27'),
(977620,325893,'action started via WP Cron','2025-09-04 09:45:30','2025-09-04 09:45:30'),
(977621,325893,'action complete via WP Cron','2025-09-04 09:45:30','2025-09-04 09:45:30'),
(977622,325894,'action created','2025-09-04 09:45:30','2025-09-04 09:45:30'),
(977623,325894,'action started via WP Cron','2025-09-04 09:47:34','2025-09-04 09:47:34'),
(977624,325894,'action complete via WP Cron','2025-09-04 09:47:34','2025-09-04 09:47:34'),
(977625,325895,'action created','2025-09-04 09:47:34','2025-09-04 09:47:34'),
(977626,325895,'action started via WP Cron','2025-09-04 09:50:32','2025-09-04 09:50:32'),
(977627,325895,'action complete via WP Cron','2025-09-04 09:50:32','2025-09-04 09:50:32'),
(977628,325896,'action created','2025-09-04 09:50:32','2025-09-04 09:50:32'),
(977629,325896,'action started via WP Cron','2025-09-04 09:52:34','2025-09-04 09:52:34'),
(977630,325896,'action complete via WP Cron','2025-09-04 09:52:34','2025-09-04 09:52:34'),
(977631,325897,'action created','2025-09-04 09:52:34','2025-09-04 09:52:34'),
(977632,325897,'action started via WP Cron','2025-09-04 09:55:28','2025-09-04 09:55:28'),
(977633,325897,'action complete via WP Cron','2025-09-04 09:55:28','2025-09-04 09:55:28'),
(977634,325898,'action created','2025-09-04 09:55:28','2025-09-04 09:55:28'),
(977635,325898,'action started via WP Cron','2025-09-04 09:58:34','2025-09-04 09:58:34'),
(977636,325898,'action complete via WP Cron','2025-09-04 09:58:34','2025-09-04 09:58:34'),
(977637,325899,'action created','2025-09-04 09:58:34','2025-09-04 09:58:34'),
(977638,325899,'action started via WP Cron','2025-09-04 10:01:29','2025-09-04 10:01:29'),
(977639,325899,'action complete via WP Cron','2025-09-04 10:01:29','2025-09-04 10:01:29'),
(977640,325900,'action created','2025-09-04 10:01:29','2025-09-04 10:01:29'),
(977641,325900,'action started via WP Cron','2025-09-04 10:11:26','2025-09-04 10:11:26'),
(977642,325900,'action complete via WP Cron','2025-09-04 10:11:26','2025-09-04 10:11:26'),
(977643,325901,'action created','2025-09-04 10:11:26','2025-09-04 10:11:26'),
(977644,325901,'action started via WP Cron','2025-09-04 10:13:32','2025-09-04 10:13:32'),
(977645,325901,'action complete via WP Cron','2025-09-04 10:13:32','2025-09-04 10:13:32'),
(977646,325902,'action created','2025-09-04 10:13:32','2025-09-04 10:13:32'),
(977647,325902,'action started via WP Cron','2025-09-04 10:15:32','2025-09-04 10:15:32'),
(977648,325902,'action complete via WP Cron','2025-09-04 10:15:32','2025-09-04 10:15:32'),
(977649,325903,'action created','2025-09-04 10:15:32','2025-09-04 10:15:32'),
(977650,325903,'action started via WP Cron','2025-09-04 10:18:23','2025-09-04 10:18:23'),
(977651,325903,'action complete via WP Cron','2025-09-04 10:18:23','2025-09-04 10:18:23'),
(977652,325904,'action created','2025-09-04 10:18:23','2025-09-04 10:18:23'),
(977653,325904,'action started via WP Cron','2025-09-04 10:20:34','2025-09-04 10:20:34'),
(977654,325904,'action complete via WP Cron','2025-09-04 10:20:34','2025-09-04 10:20:34'),
(977655,325905,'action created','2025-09-04 10:20:34','2025-09-04 10:20:34'),
(977656,325905,'action started via WP Cron','2025-09-04 10:22:35','2025-09-04 10:22:35'),
(977657,325905,'action complete via WP Cron','2025-09-04 10:22:36','2025-09-04 10:22:36'),
(977658,325906,'action created','2025-09-04 10:22:36','2025-09-04 10:22:36'),
(977659,325906,'action started via WP Cron','2025-09-04 10:25:29','2025-09-04 10:25:29'),
(977660,325906,'action complete via WP Cron','2025-09-04 10:25:29','2025-09-04 10:25:29'),
(977661,325907,'action created','2025-09-04 10:25:29','2025-09-04 10:25:29'),
(977662,325907,'action started via WP Cron','2025-09-04 10:28:29','2025-09-04 10:28:29'),
(977663,325907,'action complete via WP Cron','2025-09-04 10:28:29','2025-09-04 10:28:29'),
(977664,325908,'action created','2025-09-04 10:28:29','2025-09-04 10:28:29'),
(977665,325908,'action started via WP Cron','2025-09-04 10:31:24','2025-09-04 10:31:24'),
(977666,325908,'action complete via WP Cron','2025-09-04 10:31:24','2025-09-04 10:31:24'),
(977667,325909,'action created','2025-09-04 10:31:24','2025-09-04 10:31:24'),
(977668,325909,'action started via WP Cron','2025-09-04 10:33:27','2025-09-04 10:33:27'),
(977669,325909,'action complete via WP Cron','2025-09-04 10:33:27','2025-09-04 10:33:27'),
(977670,325910,'action created','2025-09-04 10:33:27','2025-09-04 10:33:27'),
(977671,325910,'action started via WP Cron','2025-09-04 10:35:33','2025-09-04 10:35:33'),
(977672,325910,'action complete via WP Cron','2025-09-04 10:35:34','2025-09-04 10:35:34'),
(977673,325911,'action created','2025-09-04 10:35:34','2025-09-04 10:35:34'),
(977674,325911,'action started via WP Cron','2025-09-04 10:38:32','2025-09-04 10:38:32'),
(977675,325911,'action complete via WP Cron','2025-09-04 10:38:32','2025-09-04 10:38:32'),
(977676,325912,'action created','2025-09-04 10:38:32','2025-09-04 10:38:32'),
(977677,325912,'action started via WP Cron','2025-09-04 10:41:33','2025-09-04 10:41:33'),
(977678,325912,'action complete via WP Cron','2025-09-04 10:41:33','2025-09-04 10:41:33'),
(977679,325913,'action created','2025-09-04 10:41:33','2025-09-04 10:41:33'),
(977680,325913,'action started via WP Cron','2025-09-04 10:44:27','2025-09-04 10:44:27'),
(977681,325913,'action complete via WP Cron','2025-09-04 10:44:27','2025-09-04 10:44:27'),
(977682,325914,'action created','2025-09-04 10:44:27','2025-09-04 10:44:27'),
(977683,325914,'action started via WP Cron','2025-09-04 10:47:24','2025-09-04 10:47:24'),
(977684,325914,'action complete via WP Cron','2025-09-04 10:47:25','2025-09-04 10:47:25'),
(977685,325915,'action created','2025-09-04 10:47:25','2025-09-04 10:47:25'),
(977686,325915,'action started via WP Cron','2025-09-04 10:49:26','2025-09-04 10:49:26'),
(977687,325915,'action complete via WP Cron','2025-09-04 10:49:26','2025-09-04 10:49:26'),
(977688,325916,'action created','2025-09-04 10:49:26','2025-09-04 10:49:26'),
(977689,325916,'action started via WP Cron','2025-09-04 10:51:28','2025-09-04 10:51:28'),
(977690,325916,'action complete via WP Cron','2025-09-04 10:51:28','2025-09-04 10:51:28'),
(977691,325917,'action created','2025-09-04 10:51:28','2025-09-04 10:51:28'),
(977692,325917,'action started via WP Cron','2025-09-04 10:54:23','2025-09-04 10:54:23'),
(977693,325917,'action complete via WP Cron','2025-09-04 10:54:24','2025-09-04 10:54:24'),
(977694,325918,'action created','2025-09-04 10:54:24','2025-09-04 10:54:24'),
(977695,325918,'action started via WP Cron','2025-09-04 10:56:29','2025-09-04 10:56:29'),
(977696,325918,'action complete via WP Cron','2025-09-04 10:56:29','2025-09-04 10:56:29'),
(977697,325919,'action created','2025-09-04 10:56:29','2025-09-04 10:56:29'),
(977698,325919,'action started via WP Cron','2025-09-04 10:58:30','2025-09-04 10:58:30'),
(977699,325919,'action complete via WP Cron','2025-09-04 10:58:30','2025-09-04 10:58:30'),
(977700,325920,'action created','2025-09-04 10:58:30','2025-09-04 10:58:30'),
(977701,325920,'action started via WP Cron','2025-09-04 11:02:37','2025-09-04 11:02:37'),
(977702,325920,'action complete via WP Cron','2025-09-04 11:02:37','2025-09-04 11:02:37'),
(977703,325921,'action created','2025-09-04 11:02:37','2025-09-04 11:02:37'),
(977704,325921,'action started via WP Cron','2025-09-04 11:05:28','2025-09-04 11:05:28'),
(977705,325921,'action complete via WP Cron','2025-09-04 11:05:29','2025-09-04 11:05:29'),
(977706,325922,'action created','2025-09-04 11:05:29','2025-09-04 11:05:29'),
(977707,325922,'action started via WP Cron','2025-09-04 11:08:24','2025-09-04 11:08:24'),
(977708,325922,'action complete via WP Cron','2025-09-04 11:08:24','2025-09-04 11:08:24'),
(977709,325923,'action created','2025-09-04 11:08:24','2025-09-04 11:08:24'),
(977710,325923,'action started via WP Cron','2025-09-04 11:10:32','2025-09-04 11:10:32'),
(977711,325923,'action complete via WP Cron','2025-09-04 11:10:32','2025-09-04 11:10:32'),
(977712,325924,'action created','2025-09-04 11:10:32','2025-09-04 11:10:32'),
(977713,325924,'action started via WP Cron','2025-09-04 11:13:32','2025-09-04 11:13:32'),
(977714,325924,'action complete via WP Cron','2025-09-04 11:13:32','2025-09-04 11:13:32'),
(977715,325925,'action created','2025-09-04 11:13:32','2025-09-04 11:13:32'),
(977716,325925,'action started via WP Cron','2025-09-04 11:16:29','2025-09-04 11:16:29'),
(977717,325925,'action complete via WP Cron','2025-09-04 11:16:29','2025-09-04 11:16:29'),
(977718,325926,'action created','2025-09-04 11:16:29','2025-09-04 11:16:29'),
(977719,325926,'action started via WP Cron','2025-09-04 11:18:31','2025-09-04 11:18:31'),
(977720,325926,'action complete via WP Cron','2025-09-04 11:18:31','2025-09-04 11:18:31'),
(977721,325927,'action created','2025-09-04 11:18:31','2025-09-04 11:18:31'),
(977722,325927,'action started via WP Cron','2025-09-04 11:20:37','2025-09-04 11:20:37'),
(977723,325927,'action complete via WP Cron','2025-09-04 11:20:37','2025-09-04 11:20:37'),
(977724,325928,'action created','2025-09-04 11:20:37','2025-09-04 11:20:37'),
(977725,325928,'action started via WP Cron','2025-09-04 11:23:25','2025-09-04 11:23:25'),
(977726,325928,'action complete via WP Cron','2025-09-04 11:23:25','2025-09-04 11:23:25'),
(977727,325929,'action created','2025-09-04 11:23:25','2025-09-04 11:23:25'),
(977728,325929,'action started via WP Cron','2025-09-04 11:25:32','2025-09-04 11:25:32'),
(977729,325929,'action complete via WP Cron','2025-09-04 11:25:32','2025-09-04 11:25:32'),
(977730,325930,'action created','2025-09-04 11:25:32','2025-09-04 11:25:32'),
(977731,325930,'action started via WP Cron','2025-09-04 11:28:30','2025-09-04 11:28:30'),
(977732,325930,'action complete via WP Cron','2025-09-04 11:28:30','2025-09-04 11:28:30'),
(977733,325931,'action created','2025-09-04 11:28:30','2025-09-04 11:28:30'),
(977734,325931,'action started via WP Cron','2025-09-04 11:31:23','2025-09-04 11:31:23'),
(977735,325931,'action complete via WP Cron','2025-09-04 11:31:23','2025-09-04 11:31:23'),
(977736,325932,'action created','2025-09-04 11:31:23','2025-09-04 11:31:23'),
(977737,325932,'action started via WP Cron','2025-09-04 11:33:30','2025-09-04 11:33:30'),
(977738,325932,'action complete via WP Cron','2025-09-04 11:33:30','2025-09-04 11:33:30'),
(977739,325933,'action created','2025-09-04 11:33:30','2025-09-04 11:33:30'),
(977740,325933,'action started via WP Cron','2025-09-04 11:35:30','2025-09-04 11:35:30'),
(977741,325933,'action complete via WP Cron','2025-09-04 11:35:30','2025-09-04 11:35:30'),
(977742,325934,'action created','2025-09-04 11:35:30','2025-09-04 11:35:30'),
(977743,325934,'action started via WP Cron','2025-09-04 11:38:24','2025-09-04 11:38:24'),
(977744,325934,'action complete via WP Cron','2025-09-04 11:38:24','2025-09-04 11:38:24'),
(977745,325935,'action created','2025-09-04 11:38:24','2025-09-04 11:38:24'),
(977746,325935,'action started via WP Cron','2025-09-04 11:40:26','2025-09-04 11:40:26'),
(977747,325935,'action complete via WP Cron','2025-09-04 11:40:26','2025-09-04 11:40:26'),
(977748,325936,'action created','2025-09-04 11:40:26','2025-09-04 11:40:26'),
(977749,325936,'action started via WP Cron','2025-09-04 11:43:32','2025-09-04 11:43:32'),
(977750,325936,'action complete via WP Cron','2025-09-04 11:43:32','2025-09-04 11:43:32'),
(977751,325937,'action created','2025-09-04 11:43:32','2025-09-04 11:43:32'),
(977752,325937,'action started via WP Cron','2025-09-04 11:46:29','2025-09-04 11:46:29'),
(977753,325937,'action complete via WP Cron','2025-09-04 11:46:29','2025-09-04 11:46:29'),
(977754,325938,'action created','2025-09-04 11:46:29','2025-09-04 11:46:29'),
(977755,325938,'action started via WP Cron','2025-09-04 11:49:32','2025-09-04 11:49:32'),
(977756,325938,'action complete via WP Cron','2025-09-04 11:49:32','2025-09-04 11:49:32'),
(977757,325939,'action created','2025-09-04 11:49:32','2025-09-04 11:49:32'),
(977758,325939,'action started via WP Cron','2025-09-04 11:52:30','2025-09-04 11:52:30'),
(977759,325939,'action complete via WP Cron','2025-09-04 11:52:30','2025-09-04 11:52:30'),
(977760,325940,'action created','2025-09-04 11:52:30','2025-09-04 11:52:30'),
(977761,325940,'action started via WP Cron','2025-09-04 11:54:31','2025-09-04 11:54:31'),
(977762,325940,'action complete via WP Cron','2025-09-04 11:54:31','2025-09-04 11:54:31'),
(977763,325941,'action created','2025-09-04 11:54:31','2025-09-04 11:54:31'),
(977764,325941,'action started via WP Cron','2025-09-04 11:56:32','2025-09-04 11:56:32'),
(977765,325941,'action complete via WP Cron','2025-09-04 11:56:32','2025-09-04 11:56:32'),
(977766,325942,'action created','2025-09-04 11:56:32','2025-09-04 11:56:32'),
(977767,325942,'action started via WP Cron','2025-09-04 11:59:29','2025-09-04 11:59:29'),
(977768,325942,'action complete via WP Cron','2025-09-04 11:59:29','2025-09-04 11:59:29'),
(977769,325943,'action created','2025-09-04 11:59:29','2025-09-04 11:59:29'),
(977770,325943,'action started via WP Cron','2025-09-04 12:01:33','2025-09-04 12:01:33'),
(977771,325943,'action complete via WP Cron','2025-09-04 12:01:33','2025-09-04 12:01:33'),
(977772,325944,'action created','2025-09-04 12:01:33','2025-09-04 12:01:33'),
(977773,325944,'action started via WP Cron','2025-09-04 12:04:25','2025-09-04 12:04:25'),
(977774,325944,'action complete via WP Cron','2025-09-04 12:04:25','2025-09-04 12:04:25'),
(977775,325945,'action created','2025-09-04 12:04:26','2025-09-04 12:04:26'),
(977776,325945,'action started via WP Cron','2025-09-04 12:07:25','2025-09-04 12:07:25'),
(977777,325945,'action complete via WP Cron','2025-09-04 12:07:25','2025-09-04 12:07:25'),
(977778,325946,'action created','2025-09-04 12:07:25','2025-09-04 12:07:25'),
(977779,325946,'action started via WP Cron','2025-09-04 12:10:30','2025-09-04 12:10:30'),
(977780,325946,'action complete via WP Cron','2025-09-04 12:10:30','2025-09-04 12:10:30'),
(977781,325947,'action created','2025-09-04 12:10:30','2025-09-04 12:10:30'),
(977782,325947,'action started via WP Cron','2025-09-04 12:12:31','2025-09-04 12:12:31'),
(977783,325947,'action complete via WP Cron','2025-09-04 12:12:32','2025-09-04 12:12:32'),
(977784,325948,'action created','2025-09-04 12:12:32','2025-09-04 12:12:32'),
(977785,325948,'action started via WP Cron','2025-09-04 12:15:23','2025-09-04 12:15:23'),
(977786,325948,'action complete via WP Cron','2025-09-04 12:15:23','2025-09-04 12:15:23'),
(977787,325949,'action created','2025-09-04 12:15:23','2025-09-04 12:15:23'),
(977788,325949,'action started via WP Cron','2025-09-04 12:18:29','2025-09-04 12:18:29'),
(977789,325949,'action complete via WP Cron','2025-09-04 12:18:29','2025-09-04 12:18:29'),
(977790,325950,'action created','2025-09-04 12:18:29','2025-09-04 12:18:29'),
(977791,325950,'action started via WP Cron','2025-09-04 12:20:31','2025-09-04 12:20:31'),
(977792,325950,'action complete via WP Cron','2025-09-04 12:20:31','2025-09-04 12:20:31'),
(977793,325951,'action created','2025-09-04 12:20:31','2025-09-04 12:20:31'),
(977794,325951,'action started via WP Cron','2025-09-04 12:23:25','2025-09-04 12:23:25'),
(977795,325951,'action complete via WP Cron','2025-09-04 12:23:25','2025-09-04 12:23:25'),
(977796,325952,'action created','2025-09-04 12:23:25','2025-09-04 12:23:25'),
(977797,325952,'action started via WP Cron','2025-09-04 12:25:26','2025-09-04 12:25:26'),
(977798,325952,'action complete via WP Cron','2025-09-04 12:25:27','2025-09-04 12:25:27'),
(977799,325953,'action created','2025-09-04 12:25:27','2025-09-04 12:25:27'),
(977800,325953,'action started via WP Cron','2025-09-04 12:27:28','2025-09-04 12:27:28'),
(977801,325953,'action complete via WP Cron','2025-09-04 12:27:28','2025-09-04 12:27:28'),
(977802,325954,'action created','2025-09-04 12:27:28','2025-09-04 12:27:28'),
(977803,325954,'action started via WP Cron','2025-09-04 12:29:31','2025-09-04 12:29:31'),
(977804,325954,'action complete via WP Cron','2025-09-04 12:29:31','2025-09-04 12:29:31'),
(977805,325955,'action created','2025-09-04 12:29:31','2025-09-04 12:29:31'),
(977806,325955,'action started via WP Cron','2025-09-04 12:31:32','2025-09-04 12:31:32'),
(977807,325955,'action complete via WP Cron','2025-09-04 12:31:32','2025-09-04 12:31:32'),
(977808,325956,'action created','2025-09-04 12:31:32','2025-09-04 12:31:32'),
(977809,325956,'action started via WP Cron','2025-09-04 12:34:29','2025-09-04 12:34:29'),
(977810,325956,'action complete via WP Cron','2025-09-04 12:34:29','2025-09-04 12:34:29'),
(977811,325957,'action created','2025-09-04 12:34:29','2025-09-04 12:34:29'),
(977812,325957,'action started via WP Cron','2025-09-04 12:36:30','2025-09-04 12:36:30'),
(977813,325957,'action complete via WP Cron','2025-09-04 12:36:30','2025-09-04 12:36:30'),
(977814,325958,'action created','2025-09-04 12:36:30','2025-09-04 12:36:30'),
(977815,325958,'action started via WP Cron','2025-09-04 12:38:34','2025-09-04 12:38:34'),
(977816,325958,'action complete via WP Cron','2025-09-04 12:38:34','2025-09-04 12:38:34'),
(977817,325959,'action created','2025-09-04 12:38:34','2025-09-04 12:38:34'),
(977818,325959,'action started via WP Cron','2025-09-04 12:41:36','2025-09-04 12:41:36'),
(977819,325959,'action complete via WP Cron','2025-09-04 12:41:36','2025-09-04 12:41:36'),
(977820,325960,'action created','2025-09-04 12:41:36','2025-09-04 12:41:36'),
(977821,325960,'action started via WP Cron','2025-09-04 12:44:29','2025-09-04 12:44:29'),
(977822,325960,'action complete via WP Cron','2025-09-04 12:44:29','2025-09-04 12:44:29'),
(977823,325961,'action created','2025-09-04 12:44:29','2025-09-04 12:44:29'),
(977824,325961,'action started via WP Cron','2025-09-04 12:46:30','2025-09-04 12:46:30'),
(977825,325961,'action complete via WP Cron','2025-09-04 12:46:30','2025-09-04 12:46:30'),
(977826,325962,'action created','2025-09-04 12:46:30','2025-09-04 12:46:30'),
(977827,325962,'action started via WP Cron','2025-09-04 12:48:30','2025-09-04 12:48:30'),
(977828,325962,'action complete via WP Cron','2025-09-04 12:48:30','2025-09-04 12:48:30'),
(977829,325963,'action created','2025-09-04 12:48:30','2025-09-04 12:48:30'),
(977830,325963,'action started via WP Cron','2025-09-04 12:50:31','2025-09-04 12:50:31'),
(977831,325963,'action complete via WP Cron','2025-09-04 12:50:31','2025-09-04 12:50:31'),
(977832,325964,'action created','2025-09-04 12:50:31','2025-09-04 12:50:31'),
(977833,325964,'action started via WP Cron','2025-09-04 12:52:32','2025-09-04 12:52:32'),
(977834,325964,'action complete via WP Cron','2025-09-04 12:52:32','2025-09-04 12:52:32'),
(977835,325965,'action created','2025-09-04 12:52:32','2025-09-04 12:52:32'),
(977836,325965,'action started via WP Cron','2025-09-04 12:55:24','2025-09-04 12:55:24'),
(977837,325965,'action complete via WP Cron','2025-09-04 12:55:24','2025-09-04 12:55:24'),
(977838,325966,'action created','2025-09-04 12:55:24','2025-09-04 12:55:24'),
(977839,325966,'action started via WP Cron','2025-09-04 12:57:26','2025-09-04 12:57:26'),
(977840,325966,'action complete via WP Cron','2025-09-04 12:57:26','2025-09-04 12:57:26'),
(977841,325967,'action created','2025-09-04 12:57:26','2025-09-04 12:57:26'),
(977842,325967,'action started via WP Cron','2025-09-04 13:01:27','2025-09-04 13:01:27'),
(977843,325967,'action complete via WP Cron','2025-09-04 13:01:28','2025-09-04 13:01:28'),
(977844,325968,'action created','2025-09-04 13:01:28','2025-09-04 13:01:28'),
(977845,325968,'action started via WP Cron','2025-09-04 13:04:33','2025-09-04 13:04:33'),
(977846,325968,'action complete via WP Cron','2025-09-04 13:04:33','2025-09-04 13:04:33'),
(977847,325969,'action created','2025-09-04 13:04:33','2025-09-04 13:04:33'),
(977848,325969,'action started via WP Cron','2025-09-04 13:07:33','2025-09-04 13:07:33'),
(977849,325969,'action complete via WP Cron','2025-09-04 13:07:33','2025-09-04 13:07:33'),
(977850,325970,'action created','2025-09-04 13:07:33','2025-09-04 13:07:33'),
(977851,325970,'action started via WP Cron','2025-09-04 13:09:33','2025-09-04 13:09:33'),
(977852,325970,'action complete via WP Cron','2025-09-04 13:09:33','2025-09-04 13:09:33'),
(977853,325971,'action created','2025-09-04 13:09:33','2025-09-04 13:09:33'),
(977854,325971,'action started via WP Cron','2025-09-04 13:12:25','2025-09-04 13:12:25'),
(977855,325971,'action complete via WP Cron','2025-09-04 13:12:25','2025-09-04 13:12:25'),
(977856,325972,'action created','2025-09-04 13:12:25','2025-09-04 13:12:25'),
(977857,325972,'action started via WP Cron','2025-09-04 13:14:28','2025-09-04 13:14:28'),
(977858,325972,'action complete via WP Cron','2025-09-04 13:14:28','2025-09-04 13:14:28'),
(977859,325973,'action created','2025-09-04 13:14:28','2025-09-04 13:14:28'),
(977860,325973,'action started via WP Cron','2025-09-04 13:16:30','2025-09-04 13:16:30'),
(977861,325973,'action complete via WP Cron','2025-09-04 13:16:30','2025-09-04 13:16:30'),
(977862,325974,'action created','2025-09-04 13:16:30','2025-09-04 13:16:30'),
(977863,325974,'action started via WP Cron','2025-09-04 13:19:23','2025-09-04 13:19:23'),
(977864,325974,'action complete via WP Cron','2025-09-04 13:19:23','2025-09-04 13:19:23'),
(977865,325975,'action created','2025-09-04 13:19:23','2025-09-04 13:19:23'),
(977866,325975,'action started via WP Cron','2025-09-04 13:21:29','2025-09-04 13:21:29'),
(977867,325975,'action complete via WP Cron','2025-09-04 13:21:30','2025-09-04 13:21:30'),
(977868,325976,'action created','2025-09-04 13:21:30','2025-09-04 13:21:30'),
(977869,325976,'action started via WP Cron','2025-09-04 13:24:33','2025-09-04 13:24:33'),
(977870,325976,'action complete via WP Cron','2025-09-04 13:24:33','2025-09-04 13:24:33'),
(977871,325977,'action created','2025-09-04 13:24:33','2025-09-04 13:24:33'),
(977872,325977,'action started via WP Cron','2025-09-04 13:27:25','2025-09-04 13:27:25'),
(977873,325977,'action complete via WP Cron','2025-09-04 13:27:25','2025-09-04 13:27:25'),
(977874,325978,'action created','2025-09-04 13:27:25','2025-09-04 13:27:25'),
(977875,325978,'action started via WP Cron','2025-09-04 13:29:33','2025-09-04 13:29:33'),
(977876,325978,'action complete via WP Cron','2025-09-04 13:29:33','2025-09-04 13:29:33'),
(977877,325979,'action created','2025-09-04 13:29:33','2025-09-04 13:29:33'),
(977878,325979,'action started via WP Cron','2025-09-04 13:32:25','2025-09-04 13:32:25'),
(977879,325979,'action complete via WP Cron','2025-09-04 13:32:25','2025-09-04 13:32:25'),
(977880,325980,'action created','2025-09-04 13:32:25','2025-09-04 13:32:25'),
(977881,325980,'action started via WP Cron','2025-09-04 13:34:28','2025-09-04 13:34:28'),
(977882,325980,'action complete via WP Cron','2025-09-04 13:34:28','2025-09-04 13:34:28'),
(977883,325981,'action created','2025-09-04 13:34:28','2025-09-04 13:34:28'),
(977884,325981,'action started via WP Cron','2025-09-04 13:36:29','2025-09-04 13:36:29'),
(977885,325981,'action complete via WP Cron','2025-09-04 13:36:30','2025-09-04 13:36:30'),
(977886,325982,'action created','2025-09-04 13:36:30','2025-09-04 13:36:30'),
(977887,325982,'action started via WP Cron','2025-09-04 13:38:30','2025-09-04 13:38:30'),
(977888,325982,'action complete via WP Cron','2025-09-04 13:38:30','2025-09-04 13:38:30'),
(977889,325983,'action created','2025-09-04 13:38:30','2025-09-04 13:38:30'),
(977890,325983,'action started via WP Cron','2025-09-04 13:40:32','2025-09-04 13:40:32'),
(977891,325983,'action complete via WP Cron','2025-09-04 13:40:32','2025-09-04 13:40:32'),
(977892,325984,'action created','2025-09-04 13:40:32','2025-09-04 13:40:32'),
(977893,325984,'action started via WP Cron','2025-09-04 13:43:28','2025-09-04 13:43:28'),
(977894,325984,'action complete via WP Cron','2025-09-04 13:43:28','2025-09-04 13:43:28'),
(977895,325985,'action created','2025-09-04 13:43:28','2025-09-04 13:43:28'),
(977896,325985,'action started via WP Cron','2025-09-04 13:45:31','2025-09-04 13:45:31'),
(977897,325985,'action complete via WP Cron','2025-09-04 13:45:31','2025-09-04 13:45:31'),
(977898,325986,'action created','2025-09-04 13:45:31','2025-09-04 13:45:31'),
(977899,325986,'action started via WP Cron','2025-09-04 13:47:32','2025-09-04 13:47:32'),
(977900,325986,'action complete via WP Cron','2025-09-04 13:47:32','2025-09-04 13:47:32'),
(977901,325987,'action created','2025-09-04 13:47:32','2025-09-04 13:47:32'),
(977902,325987,'action started via WP Cron','2025-09-04 13:50:30','2025-09-04 13:50:30'),
(977903,325987,'action complete via WP Cron','2025-09-04 13:50:30','2025-09-04 13:50:30'),
(977904,325988,'action created','2025-09-04 13:50:30','2025-09-04 13:50:30'),
(977905,325988,'action started via WP Cron','2025-09-04 13:52:31','2025-09-04 13:52:31'),
(977906,325988,'action complete via WP Cron','2025-09-04 13:52:31','2025-09-04 13:52:31'),
(977907,325989,'action created','2025-09-04 13:52:31','2025-09-04 13:52:31'),
(977908,325989,'action started via WP Cron','2025-09-04 13:55:26','2025-09-04 13:55:26'),
(977909,325989,'action complete via WP Cron','2025-09-04 13:55:26','2025-09-04 13:55:26'),
(977910,325990,'action created','2025-09-04 13:55:26','2025-09-04 13:55:26'),
(977911,325990,'action started via WP Cron','2025-09-04 13:57:26','2025-09-04 13:57:26'),
(977912,325990,'action complete via WP Cron','2025-09-04 13:57:26','2025-09-04 13:57:26'),
(977913,325991,'action created','2025-09-04 13:57:26','2025-09-04 13:57:26'),
(977914,325991,'action started via WP Cron','2025-09-04 13:59:29','2025-09-04 13:59:29'),
(977915,325991,'action complete via WP Cron','2025-09-04 13:59:29','2025-09-04 13:59:29'),
(977916,325992,'action created','2025-09-04 13:59:29','2025-09-04 13:59:29'),
(977917,325992,'action started via WP Cron','2025-09-04 14:02:31','2025-09-04 14:02:31'),
(977918,325992,'action complete via WP Cron','2025-09-04 14:02:31','2025-09-04 14:02:31'),
(977919,325993,'action created','2025-09-04 14:02:31','2025-09-04 14:02:31'),
(977920,325993,'action started via WP Cron','2025-09-04 14:05:23','2025-09-04 14:05:23'),
(977921,325993,'action complete via WP Cron','2025-09-04 14:05:23','2025-09-04 14:05:23'),
(977922,325994,'action created','2025-09-04 14:05:23','2025-09-04 14:05:23'),
(977923,325994,'action started via WP Cron','2025-09-04 14:07:31','2025-09-04 14:07:31'),
(977924,325994,'action complete via WP Cron','2025-09-04 14:07:31','2025-09-04 14:07:31'),
(977925,325995,'action created','2025-09-04 14:07:31','2025-09-04 14:07:31'),
(977926,325995,'action started via WP Cron','2025-09-04 14:10:32','2025-09-04 14:10:32'),
(977927,325995,'action complete via WP Cron','2025-09-04 14:10:32','2025-09-04 14:10:32'),
(977928,325996,'action created','2025-09-04 14:10:32','2025-09-04 14:10:32'),
(977929,325996,'action started via WP Cron','2025-09-04 14:13:32','2025-09-04 14:13:32'),
(977930,325996,'action complete via WP Cron','2025-09-04 14:13:32','2025-09-04 14:13:32'),
(977931,325997,'action created','2025-09-04 14:13:32','2025-09-04 14:13:32'),
(977932,325997,'action started via WP Cron','2025-09-04 14:16:27','2025-09-04 14:16:27'),
(977933,325997,'action complete via WP Cron','2025-09-04 14:16:27','2025-09-04 14:16:27'),
(977934,325998,'action created','2025-09-04 14:16:27','2025-09-04 14:16:27'),
(977935,325998,'action started via WP Cron','2025-09-04 14:19:36','2025-09-04 14:19:36'),
(977936,325998,'action complete via WP Cron','2025-09-04 14:19:36','2025-09-04 14:19:36'),
(977937,325999,'action created','2025-09-04 14:19:36','2025-09-04 14:19:36'),
(977938,325999,'action started via WP Cron','2025-09-04 14:22:27','2025-09-04 14:22:27'),
(977939,325999,'action complete via WP Cron','2025-09-04 14:22:27','2025-09-04 14:22:27'),
(977940,326000,'action created','2025-09-04 14:22:27','2025-09-04 14:22:27'),
(977941,326000,'action started via WP Cron','2025-09-04 14:24:29','2025-09-04 14:24:29'),
(977942,326000,'action complete via WP Cron','2025-09-04 14:24:29','2025-09-04 14:24:29'),
(977943,326001,'action created','2025-09-04 14:24:29','2025-09-04 14:24:29'),
(977944,326001,'action started via WP Cron','2025-09-04 14:26:33','2025-09-04 14:26:33'),
(977945,326001,'action complete via WP Cron','2025-09-04 14:26:33','2025-09-04 14:26:33'),
(977946,326002,'action created','2025-09-04 14:26:33','2025-09-04 14:26:33'),
(977947,326002,'action started via WP Cron','2025-09-04 14:29:30','2025-09-04 14:29:30'),
(977948,326002,'action complete via WP Cron','2025-09-04 14:29:30','2025-09-04 14:29:30'),
(977949,326003,'action created','2025-09-04 14:29:30','2025-09-04 14:29:30'),
(977950,326003,'action started via WP Cron','2025-09-04 14:32:29','2025-09-04 14:32:29'),
(977951,326003,'action complete via WP Cron','2025-09-04 14:32:29','2025-09-04 14:32:29'),
(977952,326004,'action created','2025-09-04 14:32:29','2025-09-04 14:32:29'),
(977953,326004,'action started via WP Cron','2025-09-04 14:35:28','2025-09-04 14:35:28'),
(977954,326004,'action complete via WP Cron','2025-09-04 14:35:28','2025-09-04 14:35:28'),
(977955,326005,'action created','2025-09-04 14:35:28','2025-09-04 14:35:28'),
(977956,326005,'action started via WP Cron','2025-09-04 14:38:33','2025-09-04 14:38:33'),
(977957,326005,'action complete via WP Cron','2025-09-04 14:38:33','2025-09-04 14:38:33'),
(977958,326006,'action created','2025-09-04 14:38:33','2025-09-04 14:38:33'),
(977959,326006,'action started via WP Cron','2025-09-04 14:41:28','2025-09-04 14:41:28'),
(977960,326006,'action complete via WP Cron','2025-09-04 14:41:28','2025-09-04 14:41:28'),
(977961,326007,'action created','2025-09-04 14:41:28','2025-09-04 14:41:28'),
(977962,326007,'action started via WP Cron','2025-09-04 14:43:30','2025-09-04 14:43:30'),
(977963,326007,'action complete via WP Cron','2025-09-04 14:43:30','2025-09-04 14:43:30'),
(977964,326008,'action created','2025-09-04 14:43:30','2025-09-04 14:43:30'),
(977965,326008,'action started via WP Cron','2025-09-04 14:45:33','2025-09-04 14:45:33'),
(977966,326008,'action complete via WP Cron','2025-09-04 14:45:33','2025-09-04 14:45:33'),
(977967,326009,'action created','2025-09-04 14:45:33','2025-09-04 14:45:33'),
(977968,326009,'action started via WP Cron','2025-09-04 14:48:30','2025-09-04 14:48:30'),
(977969,326009,'action complete via WP Cron','2025-09-04 14:48:30','2025-09-04 14:48:30'),
(977970,326010,'action created','2025-09-04 14:48:30','2025-09-04 14:48:30'),
(977971,326010,'action started via WP Cron','2025-09-04 14:51:27','2025-09-04 14:51:27'),
(977972,326010,'action complete via WP Cron','2025-09-04 14:51:27','2025-09-04 14:51:27'),
(977973,326011,'action created','2025-09-04 14:51:27','2025-09-04 14:51:27'),
(977974,326011,'action started via WP Cron','2025-09-04 14:53:28','2025-09-04 14:53:28'),
(977975,326011,'action complete via WP Cron','2025-09-04 14:53:28','2025-09-04 14:53:28'),
(977976,326012,'action created','2025-09-04 14:53:28','2025-09-04 14:53:28'),
(977977,326012,'action started via WP Cron','2025-09-04 14:55:29','2025-09-04 14:55:29'),
(977978,326012,'action complete via WP Cron','2025-09-04 14:55:29','2025-09-04 14:55:29'),
(977979,326013,'action created','2025-09-04 14:55:29','2025-09-04 14:55:29'),
(977980,326013,'action started via WP Cron','2025-09-04 14:58:32','2025-09-04 14:58:32'),
(977981,326013,'action complete via WP Cron','2025-09-04 14:58:32','2025-09-04 14:58:32'),
(977982,326014,'action created','2025-09-04 14:58:32','2025-09-04 14:58:32'),
(977983,326014,'action started via WP Cron','2025-09-04 15:01:26','2025-09-04 15:01:26'),
(977984,326014,'action complete via WP Cron','2025-09-04 15:01:26','2025-09-04 15:01:26'),
(977985,326015,'action created','2025-09-04 15:01:26','2025-09-04 15:01:26'),
(977986,326015,'action started via WP Cron','2025-09-04 15:03:32','2025-09-04 15:03:32'),
(977987,326015,'action complete via WP Cron','2025-09-04 15:03:32','2025-09-04 15:03:32'),
(977988,326016,'action created','2025-09-04 15:03:32','2025-09-04 15:03:32'),
(977989,326016,'action started via WP Cron','2025-09-04 15:05:33','2025-09-04 15:05:33'),
(977990,326016,'action complete via WP Cron','2025-09-04 15:05:33','2025-09-04 15:05:33'),
(977991,326017,'action created','2025-09-04 15:05:33','2025-09-04 15:05:33'),
(977992,326017,'action started via WP Cron','2025-09-04 15:08:20','2025-09-04 15:08:20'),
(977993,326017,'action complete via WP Cron','2025-09-04 15:08:20','2025-09-04 15:08:20'),
(977994,326018,'action created','2025-09-04 15:08:20','2025-09-04 15:08:20'),
(977995,326018,'action started via WP Cron','2025-09-04 15:10:31','2025-09-04 15:10:31'),
(977996,326018,'action complete via WP Cron','2025-09-04 15:10:32','2025-09-04 15:10:32'),
(977997,326019,'action created','2025-09-04 15:10:32','2025-09-04 15:10:32'),
(977998,326019,'action started via WP Cron','2025-09-04 15:13:25','2025-09-04 15:13:25'),
(977999,326019,'action complete via WP Cron','2025-09-04 15:13:25','2025-09-04 15:13:25'),
(978000,326020,'action created','2025-09-04 15:13:25','2025-09-04 15:13:25'),
(978001,326020,'action started via WP Cron','2025-09-04 15:15:33','2025-09-04 15:15:33'),
(978002,326020,'action complete via WP Cron','2025-09-04 15:15:33','2025-09-04 15:15:33'),
(978003,326021,'action created','2025-09-04 15:15:33','2025-09-04 15:15:33'),
(978004,326021,'action started via WP Cron','2025-09-04 15:18:33','2025-09-04 15:18:33'),
(978005,326021,'action complete via WP Cron','2025-09-04 15:18:33','2025-09-04 15:18:33'),
(978006,326022,'action created','2025-09-04 15:18:33','2025-09-04 15:18:33'),
(978007,325750,'action started via WP Cron','2025-09-04 15:20:26','2025-09-04 15:20:26'),
(978008,325750,'action complete via WP Cron','2025-09-04 15:20:26','2025-09-04 15:20:26'),
(978009,326023,'action created','2025-09-04 15:20:26','2025-09-04 15:20:26'),
(978010,326022,'action started via WP Cron','2025-09-04 15:21:29','2025-09-04 15:21:29'),
(978011,326022,'action complete via WP Cron','2025-09-04 15:21:30','2025-09-04 15:21:30'),
(978012,326024,'action created','2025-09-04 15:21:30','2025-09-04 15:21:30'),
(978013,326024,'action started via WP Cron','2025-09-04 15:23:32','2025-09-04 15:23:32'),
(978014,326024,'action complete via WP Cron','2025-09-04 15:23:32','2025-09-04 15:23:32'),
(978015,326025,'action created','2025-09-04 15:23:32','2025-09-04 15:23:32'),
(978016,326025,'action started via WP Cron','2025-09-04 15:25:32','2025-09-04 15:25:32'),
(978017,326025,'action complete via WP Cron','2025-09-04 15:25:32','2025-09-04 15:25:32'),
(978018,326026,'action created','2025-09-04 15:25:32','2025-09-04 15:25:32'),
(978019,326026,'action started via WP Cron','2025-09-04 15:28:25','2025-09-04 15:28:25'),
(978020,326026,'action complete via WP Cron','2025-09-04 15:28:25','2025-09-04 15:28:25'),
(978021,326027,'action created','2025-09-04 15:28:25','2025-09-04 15:28:25'),
(978022,326027,'action started via WP Cron','2025-09-04 15:30:26','2025-09-04 15:30:26'),
(978023,326027,'action complete via WP Cron','2025-09-04 15:30:26','2025-09-04 15:30:26'),
(978024,326028,'action created','2025-09-04 15:30:26','2025-09-04 15:30:26'),
(978025,326028,'action started via WP Cron','2025-09-04 15:32:30','2025-09-04 15:32:30'),
(978026,326028,'action complete via WP Cron','2025-09-04 15:32:30','2025-09-04 15:32:30'),
(978027,326029,'action created','2025-09-04 15:32:30','2025-09-04 15:32:30'),
(978028,326029,'action started via WP Cron','2025-09-04 15:34:34','2025-09-04 15:34:34'),
(978029,326029,'action complete via WP Cron','2025-09-04 15:34:34','2025-09-04 15:34:34'),
(978030,326030,'action created','2025-09-04 15:34:34','2025-09-04 15:34:34'),
(978031,326030,'action started via WP Cron','2025-09-04 15:36:36','2025-09-04 15:36:36'),
(978032,326030,'action complete via WP Cron','2025-09-04 15:36:36','2025-09-04 15:36:36'),
(978033,326031,'action created','2025-09-04 15:36:36','2025-09-04 15:36:36'),
(978034,326031,'action started via WP Cron','2025-09-04 15:39:29','2025-09-04 15:39:29'),
(978035,326031,'action complete via WP Cron','2025-09-04 15:39:29','2025-09-04 15:39:29'),
(978036,326032,'action created','2025-09-04 15:39:29','2025-09-04 15:39:29'),
(978037,326032,'action started via WP Cron','2025-09-04 15:41:32','2025-09-04 15:41:32'),
(978038,326032,'action complete via WP Cron','2025-09-04 15:41:32','2025-09-04 15:41:32'),
(978039,326033,'action created','2025-09-04 15:41:32','2025-09-04 15:41:32'),
(978040,326033,'action started via WP Cron','2025-09-04 15:44:25','2025-09-04 15:44:25'),
(978041,326033,'action complete via WP Cron','2025-09-04 15:44:25','2025-09-04 15:44:25'),
(978042,326034,'action created','2025-09-04 15:44:25','2025-09-04 15:44:25'),
(978043,326034,'action started via WP Cron','2025-09-04 15:46:35','2025-09-04 15:46:35'),
(978044,326034,'action complete via WP Cron','2025-09-04 15:46:35','2025-09-04 15:46:35'),
(978045,326035,'action created','2025-09-04 15:46:35','2025-09-04 15:46:35'),
(978046,326035,'action started via WP Cron','2025-09-04 15:49:28','2025-09-04 15:49:28'),
(978047,326035,'action complete via WP Cron','2025-09-04 15:49:28','2025-09-04 15:49:28'),
(978048,326036,'action created','2025-09-04 15:49:28','2025-09-04 15:49:28'),
(978049,326036,'action started via WP Cron','2025-09-04 15:52:23','2025-09-04 15:52:23'),
(978050,326036,'action complete via WP Cron','2025-09-04 15:52:23','2025-09-04 15:52:23'),
(978051,326037,'action created','2025-09-04 15:52:23','2025-09-04 15:52:23'),
(978052,326037,'action started via WP Cron','2025-09-04 15:54:31','2025-09-04 15:54:31'),
(978053,326037,'action complete via WP Cron','2025-09-04 15:54:31','2025-09-04 15:54:31'),
(978054,326038,'action created','2025-09-04 15:54:31','2025-09-04 15:54:31'),
(978055,326038,'action started via WP Cron','2025-09-04 15:56:32','2025-09-04 15:56:32'),
(978056,326038,'action complete via WP Cron','2025-09-04 15:56:32','2025-09-04 15:56:32'),
(978057,326039,'action created','2025-09-04 15:56:32','2025-09-04 15:56:32'),
(978058,326039,'action started via WP Cron','2025-09-04 15:59:34','2025-09-04 15:59:34'),
(978059,326039,'action complete via WP Cron','2025-09-04 15:59:34','2025-09-04 15:59:34'),
(978060,326040,'action created','2025-09-04 15:59:34','2025-09-04 15:59:34'),
(978061,326040,'action started via WP Cron','2025-09-04 16:02:30','2025-09-04 16:02:30'),
(978062,326040,'action complete via WP Cron','2025-09-04 16:02:30','2025-09-04 16:02:30'),
(978063,326041,'action created','2025-09-04 16:02:30','2025-09-04 16:02:30'),
(978064,326041,'action started via WP Cron','2025-09-04 16:05:25','2025-09-04 16:05:25'),
(978065,326041,'action complete via WP Cron','2025-09-04 16:05:25','2025-09-04 16:05:25'),
(978066,326042,'action created','2025-09-04 16:05:25','2025-09-04 16:05:25'),
(978067,326042,'action started via WP Cron','2025-09-04 16:07:33','2025-09-04 16:07:33'),
(978068,326042,'action complete via WP Cron','2025-09-04 16:07:33','2025-09-04 16:07:33'),
(978069,326043,'action created','2025-09-04 16:07:33','2025-09-04 16:07:33'),
(978070,326043,'action started via WP Cron','2025-09-04 16:10:24','2025-09-04 16:10:24'),
(978071,326043,'action complete via WP Cron','2025-09-04 16:10:24','2025-09-04 16:10:24'),
(978072,326044,'action created','2025-09-04 16:10:24','2025-09-04 16:10:24'),
(978073,326044,'action started via WP Cron','2025-09-04 16:12:35','2025-09-04 16:12:35'),
(978074,326044,'action complete via WP Cron','2025-09-04 16:12:35','2025-09-04 16:12:35'),
(978075,326045,'action created','2025-09-04 16:12:35','2025-09-04 16:12:35'),
(978076,326045,'action started via WP Cron','2025-09-04 16:15:30','2025-09-04 16:15:30'),
(978077,326045,'action complete via WP Cron','2025-09-04 16:15:30','2025-09-04 16:15:30'),
(978078,326046,'action created','2025-09-04 16:15:30','2025-09-04 16:15:30'),
(978079,326046,'action started via WP Cron','2025-09-04 16:18:28','2025-09-04 16:18:28'),
(978080,326046,'action complete via WP Cron','2025-09-04 16:18:28','2025-09-04 16:18:28'),
(978081,326047,'action created','2025-09-04 16:18:28','2025-09-04 16:18:28'),
(978082,326047,'action started via WP Cron','2025-09-04 16:20:33','2025-09-04 16:20:33'),
(978083,326047,'action complete via WP Cron','2025-09-04 16:20:33','2025-09-04 16:20:33'),
(978084,326048,'action created','2025-09-04 16:20:33','2025-09-04 16:20:33'),
(978085,326048,'action started via WP Cron','2025-09-04 16:23:31','2025-09-04 16:23:31'),
(978086,326048,'action complete via WP Cron','2025-09-04 16:23:31','2025-09-04 16:23:31'),
(978087,326049,'action created','2025-09-04 16:23:31','2025-09-04 16:23:31'),
(978088,326049,'action started via WP Cron','2025-09-04 16:26:31','2025-09-04 16:26:31'),
(978089,326049,'action complete via WP Cron','2025-09-04 16:26:31','2025-09-04 16:26:31'),
(978090,326050,'action created','2025-09-04 16:26:31','2025-09-04 16:26:31'),
(978091,326050,'action started via WP Cron','2025-09-04 16:29:31','2025-09-04 16:29:31'),
(978092,326050,'action complete via WP Cron','2025-09-04 16:29:32','2025-09-04 16:29:32'),
(978093,326051,'action created','2025-09-04 16:29:32','2025-09-04 16:29:32'),
(978094,326051,'action started via WP Cron','2025-09-04 16:32:28','2025-09-04 16:32:28'),
(978095,326051,'action complete via WP Cron','2025-09-04 16:32:28','2025-09-04 16:32:28'),
(978096,326052,'action created','2025-09-04 16:32:28','2025-09-04 16:32:28'),
(978097,326052,'action started via WP Cron','2025-09-04 16:34:28','2025-09-04 16:34:28'),
(978098,326052,'action complete via WP Cron','2025-09-04 16:34:28','2025-09-04 16:34:28'),
(978099,326053,'action created','2025-09-04 16:34:28','2025-09-04 16:34:28'),
(978100,326053,'action started via WP Cron','2025-09-04 16:36:34','2025-09-04 16:36:34'),
(978101,326053,'action complete via WP Cron','2025-09-04 16:36:34','2025-09-04 16:36:34'),
(978102,326054,'action created','2025-09-04 16:36:34','2025-09-04 16:36:34'),
(978103,326054,'action started via WP Cron','2025-09-04 16:39:31','2025-09-04 16:39:31'),
(978104,326054,'action complete via WP Cron','2025-09-04 16:39:31','2025-09-04 16:39:31'),
(978105,326055,'action created','2025-09-04 16:39:31','2025-09-04 16:39:31'),
(978106,326055,'action started via WP Cron','2025-09-04 16:42:26','2025-09-04 16:42:26'),
(978107,326055,'action complete via WP Cron','2025-09-04 16:42:27','2025-09-04 16:42:27'),
(978108,326056,'action created','2025-09-04 16:42:27','2025-09-04 16:42:27'),
(978109,326056,'action started via WP Cron','2025-09-04 16:45:32','2025-09-04 16:45:32'),
(978110,326056,'action complete via WP Cron','2025-09-04 16:45:33','2025-09-04 16:45:33'),
(978111,326057,'action created','2025-09-04 16:45:33','2025-09-04 16:45:33'),
(978112,326057,'action started via WP Cron','2025-09-04 16:48:30','2025-09-04 16:48:30'),
(978113,326057,'action complete via WP Cron','2025-09-04 16:48:30','2025-09-04 16:48:30'),
(978114,326058,'action created','2025-09-04 16:48:30','2025-09-04 16:48:30'),
(978115,326058,'action started via WP Cron','2025-09-04 16:51:31','2025-09-04 16:51:31'),
(978116,326058,'action complete via WP Cron','2025-09-04 16:51:31','2025-09-04 16:51:31'),
(978117,326059,'action created','2025-09-04 16:51:31','2025-09-04 16:51:31'),
(978118,326059,'action started via WP Cron','2025-09-04 16:53:32','2025-09-04 16:53:32'),
(978119,326059,'action complete via WP Cron','2025-09-04 16:53:32','2025-09-04 16:53:32'),
(978120,326060,'action created','2025-09-04 16:53:32','2025-09-04 16:53:32'),
(978121,326060,'action started via WP Cron','2025-09-04 16:55:33','2025-09-04 16:55:33'),
(978122,326060,'action complete via WP Cron','2025-09-04 16:55:33','2025-09-04 16:55:33'),
(978123,326061,'action created','2025-09-04 16:55:33','2025-09-04 16:55:33'),
(978124,326061,'action started via WP Cron','2025-09-04 16:58:36','2025-09-04 16:58:36'),
(978125,326061,'action complete via WP Cron','2025-09-04 16:58:36','2025-09-04 16:58:36'),
(978126,326062,'action created','2025-09-04 16:58:36','2025-09-04 16:58:36'),
(978127,326062,'action started via WP Cron','2025-09-04 17:01:22','2025-09-04 17:01:22'),
(978128,326062,'action complete via WP Cron','2025-09-04 17:01:22','2025-09-04 17:01:22'),
(978129,326063,'action created','2025-09-04 17:01:22','2025-09-04 17:01:22'),
(978130,326063,'action started via WP Cron','2025-09-04 17:03:26','2025-09-04 17:03:26'),
(978131,326063,'action complete via WP Cron','2025-09-04 17:03:27','2025-09-04 17:03:27'),
(978132,326064,'action created','2025-09-04 17:03:27','2025-09-04 17:03:27'),
(978133,326064,'action started via WP Cron','2025-09-04 17:06:30','2025-09-04 17:06:30'),
(978134,326064,'action complete via WP Cron','2025-09-04 17:06:30','2025-09-04 17:06:30'),
(978135,326065,'action created','2025-09-04 17:06:30','2025-09-04 17:06:30'),
(978136,326065,'action started via Async Request','2025-09-04 17:08:41','2025-09-04 17:08:41'),
(978137,326065,'action complete via Async Request','2025-09-04 17:08:41','2025-09-04 17:08:41'),
(978138,326066,'action created','2025-09-04 17:08:41','2025-09-04 17:08:41'),
(978139,326066,'action started via WP Cron','2025-09-04 17:11:27','2025-09-04 17:11:27'),
(978140,326066,'action complete via WP Cron','2025-09-04 17:11:27','2025-09-04 17:11:27'),
(978141,326067,'action created','2025-09-04 17:11:27','2025-09-04 17:11:27'),
(978142,326067,'action started via WP Cron','2025-09-04 17:14:30','2025-09-04 17:14:30'),
(978143,326067,'action complete via WP Cron','2025-09-04 17:14:30','2025-09-04 17:14:30'),
(978144,326068,'action created','2025-09-04 17:14:30','2025-09-04 17:14:30'),
(978145,326068,'action started via WP Cron','2025-09-04 17:17:32','2025-09-04 17:17:32'),
(978146,326068,'action complete via WP Cron','2025-09-04 17:17:32','2025-09-04 17:17:32'),
(978147,326069,'action created','2025-09-04 17:17:32','2025-09-04 17:17:32'),
(978148,326069,'action started via WP Cron','2025-09-04 17:20:33','2025-09-04 17:20:33'),
(978149,326069,'action complete via WP Cron','2025-09-04 17:20:33','2025-09-04 17:20:33'),
(978150,326070,'action created','2025-09-04 17:20:33','2025-09-04 17:20:33'),
(978151,326070,'action started via WP Cron','2025-09-04 17:23:25','2025-09-04 17:23:25'),
(978152,326070,'action complete via WP Cron','2025-09-04 17:23:25','2025-09-04 17:23:25'),
(978153,326071,'action created','2025-09-04 17:23:25','2025-09-04 17:23:25'),
(978154,326071,'action started via WP Cron','2025-09-04 17:25:26','2025-09-04 17:25:26'),
(978155,326071,'action complete via WP Cron','2025-09-04 17:25:26','2025-09-04 17:25:26'),
(978156,326072,'action created','2025-09-04 17:25:26','2025-09-04 17:25:26'),
(978157,326072,'action started via WP Cron','2025-09-04 17:27:30','2025-09-04 17:27:30'),
(978158,326072,'action complete via WP Cron','2025-09-04 17:27:30','2025-09-04 17:27:30'),
(978159,326073,'action created','2025-09-04 17:27:30','2025-09-04 17:27:30'),
(978160,326073,'action started via WP Cron','2025-09-04 17:30:31','2025-09-04 17:30:31'),
(978161,326073,'action complete via WP Cron','2025-09-04 17:30:31','2025-09-04 17:30:31'),
(978162,326074,'action created','2025-09-04 17:30:31','2025-09-04 17:30:31'),
(978163,326074,'action started via WP Cron','2025-09-04 17:33:33','2025-09-04 17:33:33'),
(978164,326074,'action complete via WP Cron','2025-09-04 17:33:33','2025-09-04 17:33:33'),
(978165,326075,'action created','2025-09-04 17:33:33','2025-09-04 17:33:33'),
(978166,326075,'action started via WP Cron','2025-09-04 17:36:23','2025-09-04 17:36:23'),
(978167,326075,'action complete via WP Cron','2025-09-04 17:36:24','2025-09-04 17:36:24'),
(978168,326076,'action created','2025-09-04 17:36:24','2025-09-04 17:36:24'),
(978169,326076,'action started via WP Cron','2025-09-04 17:38:29','2025-09-04 17:38:29'),
(978170,326076,'action complete via WP Cron','2025-09-04 17:38:29','2025-09-04 17:38:29'),
(978171,326077,'action created','2025-09-04 17:38:29','2025-09-04 17:38:29'),
(978172,326077,'action started via WP Cron','2025-09-04 17:40:33','2025-09-04 17:40:33'),
(978173,326077,'action complete via WP Cron','2025-09-04 17:40:33','2025-09-04 17:40:33'),
(978174,326078,'action created','2025-09-04 17:40:33','2025-09-04 17:40:33'),
(978175,326078,'action started via WP Cron','2025-09-04 17:43:34','2025-09-04 17:43:34'),
(978176,326078,'action complete via WP Cron','2025-09-04 17:43:34','2025-09-04 17:43:34'),
(978177,326079,'action created','2025-09-04 17:43:34','2025-09-04 17:43:34'),
(978178,326079,'action started via WP Cron','2025-09-04 17:46:24','2025-09-04 17:46:24'),
(978179,326079,'action complete via WP Cron','2025-09-04 17:46:24','2025-09-04 17:46:24'),
(978180,326080,'action created','2025-09-04 17:46:24','2025-09-04 17:46:24'),
(978181,326080,'action started via WP Cron','2025-09-04 17:48:26','2025-09-04 17:48:26'),
(978182,326080,'action complete via WP Cron','2025-09-04 17:48:26','2025-09-04 17:48:26'),
(978183,326081,'action created','2025-09-04 17:48:26','2025-09-04 17:48:26'),
(978184,326081,'action started via WP Cron','2025-09-04 17:50:31','2025-09-04 17:50:31'),
(978185,326081,'action complete via WP Cron','2025-09-04 17:50:31','2025-09-04 17:50:31'),
(978186,326082,'action created','2025-09-04 17:50:31','2025-09-04 17:50:31'),
(978187,326082,'action started via WP Cron','2025-09-04 17:53:32','2025-09-04 17:53:32'),
(978188,326082,'action complete via WP Cron','2025-09-04 17:53:33','2025-09-04 17:53:33'),
(978189,326083,'action created','2025-09-04 17:53:33','2025-09-04 17:53:33'),
(978190,326083,'action started via WP Cron','2025-09-04 17:56:28','2025-09-04 17:56:28'),
(978191,326083,'action complete via WP Cron','2025-09-04 17:56:28','2025-09-04 17:56:28'),
(978192,326084,'action created','2025-09-04 17:56:28','2025-09-04 17:56:28'),
(978193,326084,'action started via WP Cron','2025-09-04 17:58:29','2025-09-04 17:58:29'),
(978194,326084,'action complete via WP Cron','2025-09-04 17:58:29','2025-09-04 17:58:29'),
(978195,326085,'action created','2025-09-04 17:58:29','2025-09-04 17:58:29'),
(978196,326085,'action started via WP Cron','2025-09-04 18:00:43','2025-09-04 18:00:43'),
(978197,326085,'action complete via WP Cron','2025-09-04 18:00:43','2025-09-04 18:00:43'),
(978198,326086,'action created','2025-09-04 18:00:43','2025-09-04 18:00:43'),
(978199,326086,'action started via WP Cron','2025-09-04 18:03:29','2025-09-04 18:03:29'),
(978200,326086,'action complete via WP Cron','2025-09-04 18:03:29','2025-09-04 18:03:29'),
(978201,326087,'action created','2025-09-04 18:03:29','2025-09-04 18:03:29'),
(978202,326087,'action started via WP Cron','2025-09-04 18:06:41','2025-09-04 18:06:41'),
(978203,326087,'action complete via WP Cron','2025-09-04 18:06:41','2025-09-04 18:06:41'),
(978204,326088,'action created','2025-09-04 18:06:41','2025-09-04 18:06:41'),
(978205,326088,'action started via WP Cron','2025-09-04 18:09:31','2025-09-04 18:09:31'),
(978206,326088,'action complete via WP Cron','2025-09-04 18:09:31','2025-09-04 18:09:31'),
(978207,326089,'action created','2025-09-04 18:09:31','2025-09-04 18:09:31'),
(978208,326089,'action started via WP Cron','2025-09-04 18:12:28','2025-09-04 18:12:28'),
(978209,326089,'action complete via WP Cron','2025-09-04 18:12:29','2025-09-04 18:12:29'),
(978210,326090,'action created','2025-09-04 18:12:29','2025-09-04 18:12:29'),
(978211,326090,'action started via WP Cron','2025-09-04 18:15:30','2025-09-04 18:15:30'),
(978212,326090,'action complete via WP Cron','2025-09-04 18:15:30','2025-09-04 18:15:30'),
(978213,326091,'action created','2025-09-04 18:15:30','2025-09-04 18:15:30'),
(978214,326091,'action started via WP Cron','2025-09-04 18:17:31','2025-09-04 18:17:31'),
(978215,326091,'action complete via WP Cron','2025-09-04 18:17:31','2025-09-04 18:17:31'),
(978216,326092,'action created','2025-09-04 18:17:31','2025-09-04 18:17:31'),
(978217,326092,'action started via WP Cron','2025-09-04 18:19:32','2025-09-04 18:19:32'),
(978218,326092,'action complete via WP Cron','2025-09-04 18:19:32','2025-09-04 18:19:32'),
(978219,326093,'action created','2025-09-04 18:19:32','2025-09-04 18:19:32'),
(978220,326093,'action started via WP Cron','2025-09-04 18:22:33','2025-09-04 18:22:33'),
(978221,326093,'action complete via WP Cron','2025-09-04 18:22:33','2025-09-04 18:22:33'),
(978222,326094,'action created','2025-09-04 18:22:33','2025-09-04 18:22:33'),
(978223,326094,'action started via WP Cron','2025-09-04 18:25:28','2025-09-04 18:25:28'),
(978224,326094,'action complete via WP Cron','2025-09-04 18:25:28','2025-09-04 18:25:28'),
(978225,326095,'action created','2025-09-04 18:25:28','2025-09-04 18:25:28'),
(978226,326095,'action started via WP Cron','2025-09-04 18:28:29','2025-09-04 18:28:29'),
(978227,326095,'action complete via WP Cron','2025-09-04 18:28:30','2025-09-04 18:28:30'),
(978228,326096,'action created','2025-09-04 18:28:30','2025-09-04 18:28:30'),
(978229,326096,'action started via WP Cron','2025-09-04 18:31:23','2025-09-04 18:31:23'),
(978230,326096,'action complete via WP Cron','2025-09-04 18:31:23','2025-09-04 18:31:23'),
(978231,326097,'action created','2025-09-04 18:31:23','2025-09-04 18:31:23'),
(978232,326097,'action started via WP Cron','2025-09-04 18:33:29','2025-09-04 18:33:29'),
(978233,326097,'action complete via WP Cron','2025-09-04 18:33:29','2025-09-04 18:33:29'),
(978234,326098,'action created','2025-09-04 18:33:29','2025-09-04 18:33:29'),
(978235,326098,'action started via WP Cron','2025-09-04 18:35:32','2025-09-04 18:35:32'),
(978236,326098,'action complete via WP Cron','2025-09-04 18:35:32','2025-09-04 18:35:32'),
(978237,326099,'action created','2025-09-04 18:35:32','2025-09-04 18:35:32'),
(978238,326099,'action started via WP Cron','2025-09-04 18:38:30','2025-09-04 18:38:30'),
(978239,326099,'action complete via WP Cron','2025-09-04 18:38:31','2025-09-04 18:38:31'),
(978240,326100,'action created','2025-09-04 18:38:31','2025-09-04 18:38:31'),
(978241,326100,'action started via WP Cron','2025-09-04 18:40:32','2025-09-04 18:40:32'),
(978242,326100,'action complete via WP Cron','2025-09-04 18:40:32','2025-09-04 18:40:32'),
(978243,326101,'action created','2025-09-04 18:40:32','2025-09-04 18:40:32'),
(978244,326101,'action started via WP Cron','2025-09-04 18:43:32','2025-09-04 18:43:32'),
(978245,326101,'action complete via WP Cron','2025-09-04 18:43:32','2025-09-04 18:43:32'),
(978246,326102,'action created','2025-09-04 18:43:32','2025-09-04 18:43:32'),
(978247,326102,'action started via WP Cron','2025-09-04 18:45:35','2025-09-04 18:45:35'),
(978248,326102,'action complete via WP Cron','2025-09-04 18:45:35','2025-09-04 18:45:35'),
(978249,326103,'action created','2025-09-04 18:45:35','2025-09-04 18:45:35'),
(978250,326103,'action started via WP Cron','2025-09-04 18:48:25','2025-09-04 18:48:25'),
(978251,326103,'action complete via WP Cron','2025-09-04 18:48:25','2025-09-04 18:48:25'),
(978252,326104,'action created','2025-09-04 18:48:25','2025-09-04 18:48:25'),
(978253,326104,'action started via WP Cron','2025-09-04 18:50:25','2025-09-04 18:50:25'),
(978254,326104,'action complete via WP Cron','2025-09-04 18:50:26','2025-09-04 18:50:26'),
(978255,326105,'action created','2025-09-04 18:50:26','2025-09-04 18:50:26'),
(978256,326105,'action started via WP Cron','2025-09-04 18:53:34','2025-09-04 18:53:34'),
(978257,326105,'action complete via WP Cron','2025-09-04 18:53:34','2025-09-04 18:53:34'),
(978258,326106,'action created','2025-09-04 18:53:34','2025-09-04 18:53:34'),
(978259,326106,'action started via WP Cron','2025-09-04 18:56:28','2025-09-04 18:56:28'),
(978260,326106,'action complete via WP Cron','2025-09-04 18:56:28','2025-09-04 18:56:28'),
(978261,326107,'action created','2025-09-04 18:56:28','2025-09-04 18:56:28'),
(978262,326107,'action started via WP Cron','2025-09-04 18:58:31','2025-09-04 18:58:31'),
(978263,326107,'action complete via WP Cron','2025-09-04 18:58:31','2025-09-04 18:58:31'),
(978264,326108,'action created','2025-09-04 18:58:31','2025-09-04 18:58:31'),
(978265,326108,'action started via WP Cron','2025-09-04 19:00:32','2025-09-04 19:00:32'),
(978266,326108,'action complete via WP Cron','2025-09-04 19:00:32','2025-09-04 19:00:32'),
(978267,326109,'action created','2025-09-04 19:00:32','2025-09-04 19:00:32'),
(978268,326109,'action started via WP Cron','2025-09-04 19:03:28','2025-09-04 19:03:28'),
(978269,326109,'action complete via WP Cron','2025-09-04 19:03:28','2025-09-04 19:03:28'),
(978270,326110,'action created','2025-09-04 19:03:28','2025-09-04 19:03:28'),
(978271,326110,'action started via WP Cron','2025-09-04 19:05:29','2025-09-04 19:05:29'),
(978272,326110,'action complete via WP Cron','2025-09-04 19:05:29','2025-09-04 19:05:29'),
(978273,326111,'action created','2025-09-04 19:05:29','2025-09-04 19:05:29'),
(978274,326111,'action started via WP Cron','2025-09-04 19:07:29','2025-09-04 19:07:29'),
(978275,326111,'action complete via WP Cron','2025-09-04 19:07:29','2025-09-04 19:07:29'),
(978276,326112,'action created','2025-09-04 19:07:29','2025-09-04 19:07:29'),
(978277,326112,'action started via WP Cron','2025-09-04 19:10:31','2025-09-04 19:10:31'),
(978278,326112,'action complete via WP Cron','2025-09-04 19:10:31','2025-09-04 19:10:31'),
(978279,326113,'action created','2025-09-04 19:10:31','2025-09-04 19:10:31'),
(978280,326113,'action started via WP Cron','2025-09-04 19:13:40','2025-09-04 19:13:40'),
(978281,326113,'action complete via WP Cron','2025-09-04 19:13:40','2025-09-04 19:13:40'),
(978282,326114,'action created','2025-09-04 19:13:40','2025-09-04 19:13:40'),
(978283,326114,'action started via WP Cron','2025-09-04 19:16:24','2025-09-04 19:16:24'),
(978284,326114,'action complete via WP Cron','2025-09-04 19:16:24','2025-09-04 19:16:24'),
(978285,326115,'action created','2025-09-04 19:16:24','2025-09-04 19:16:24'),
(978286,326115,'action started via WP Cron','2025-09-04 19:18:28','2025-09-04 19:18:28'),
(978287,326115,'action complete via WP Cron','2025-09-04 19:18:29','2025-09-04 19:18:29'),
(978288,326116,'action created','2025-09-04 19:18:29','2025-09-04 19:18:29'),
(978289,326116,'action started via WP Cron','2025-09-04 19:20:30','2025-09-04 19:20:30'),
(978290,326116,'action complete via WP Cron','2025-09-04 19:20:30','2025-09-04 19:20:30'),
(978291,326117,'action created','2025-09-04 19:20:30','2025-09-04 19:20:30'),
(978292,326117,'action started via WP Cron','2025-09-04 19:23:31','2025-09-04 19:23:31'),
(978293,326117,'action complete via WP Cron','2025-09-04 19:23:31','2025-09-04 19:23:31'),
(978294,326118,'action created','2025-09-04 19:23:31','2025-09-04 19:23:31'),
(978295,326118,'action started via WP Cron','2025-09-04 19:26:24','2025-09-04 19:26:24'),
(978296,326118,'action complete via WP Cron','2025-09-04 19:26:24','2025-09-04 19:26:24'),
(978297,326119,'action created','2025-09-04 19:26:24','2025-09-04 19:26:24'),
(978298,326119,'action started via WP Cron','2025-09-04 19:29:30','2025-09-04 19:29:30'),
(978299,326119,'action complete via WP Cron','2025-09-04 19:29:30','2025-09-04 19:29:30'),
(978300,326120,'action created','2025-09-04 19:29:30','2025-09-04 19:29:30'),
(978301,326120,'action started via WP Cron','2025-09-04 19:32:23','2025-09-04 19:32:23'),
(978302,326120,'action complete via WP Cron','2025-09-04 19:32:23','2025-09-04 19:32:23'),
(978303,326121,'action created','2025-09-04 19:32:23','2025-09-04 19:32:23'),
(978304,326121,'action started via WP Cron','2025-09-04 19:34:30','2025-09-04 19:34:30'),
(978305,326121,'action complete via WP Cron','2025-09-04 19:34:30','2025-09-04 19:34:30'),
(978306,326122,'action created','2025-09-04 19:34:30','2025-09-04 19:34:30'),
(978307,326122,'action started via WP Cron','2025-09-04 19:36:31','2025-09-04 19:36:31'),
(978308,326122,'action complete via WP Cron','2025-09-04 19:36:32','2025-09-04 19:36:32'),
(978309,326123,'action created','2025-09-04 19:36:32','2025-09-04 19:36:32'),
(978310,326123,'action started via WP Cron','2025-09-04 19:39:29','2025-09-04 19:39:29'),
(978311,326123,'action complete via WP Cron','2025-09-04 19:39:30','2025-09-04 19:39:30'),
(978312,326124,'action created','2025-09-04 19:39:30','2025-09-04 19:39:30'),
(978313,326124,'action started via WP Cron','2025-09-04 19:41:34','2025-09-04 19:41:34'),
(978314,326124,'action complete via WP Cron','2025-09-04 19:41:34','2025-09-04 19:41:34'),
(978315,326125,'action created','2025-09-04 19:41:34','2025-09-04 19:41:34'),
(978316,326125,'action started via WP Cron','2025-09-04 19:44:23','2025-09-04 19:44:23'),
(978317,326125,'action complete via WP Cron','2025-09-04 19:44:23','2025-09-04 19:44:23'),
(978318,326126,'action created','2025-09-04 19:44:23','2025-09-04 19:44:23'),
(978319,326126,'action started via WP Cron','2025-09-04 19:46:32','2025-09-04 19:46:32'),
(978320,326126,'action complete via WP Cron','2025-09-04 19:46:32','2025-09-04 19:46:32'),
(978321,326127,'action created','2025-09-04 19:46:32','2025-09-04 19:46:32'),
(978322,326127,'action started via WP Cron','2025-09-04 19:49:33','2025-09-04 19:49:33'),
(978323,326127,'action complete via WP Cron','2025-09-04 19:49:33','2025-09-04 19:49:33'),
(978324,326128,'action created','2025-09-04 19:49:33','2025-09-04 19:49:33'),
(978325,326128,'action started via WP Cron','2025-09-04 19:52:32','2025-09-04 19:52:32'),
(978326,326128,'action complete via WP Cron','2025-09-04 19:52:32','2025-09-04 19:52:32'),
(978327,326129,'action created','2025-09-04 19:52:32','2025-09-04 19:52:32'),
(978328,326129,'action started via WP Cron','2025-09-04 19:55:25','2025-09-04 19:55:25'),
(978329,326129,'action complete via WP Cron','2025-09-04 19:55:25','2025-09-04 19:55:25'),
(978330,326130,'action created','2025-09-04 19:55:25','2025-09-04 19:55:25'),
(978331,326130,'action started via WP Cron','2025-09-04 19:57:25','2025-09-04 19:57:25'),
(978332,326130,'action complete via WP Cron','2025-09-04 19:57:25','2025-09-04 19:57:25'),
(978333,326131,'action created','2025-09-04 19:57:25','2025-09-04 19:57:25'),
(978334,326131,'action started via WP Cron','2025-09-04 19:59:27','2025-09-04 19:59:27'),
(978335,326131,'action complete via WP Cron','2025-09-04 19:59:27','2025-09-04 19:59:27'),
(978336,326132,'action created','2025-09-04 19:59:27','2025-09-04 19:59:27'),
(978337,326132,'action started via WP Cron','2025-09-04 20:01:27','2025-09-04 20:01:27'),
(978338,326132,'action complete via WP Cron','2025-09-04 20:01:27','2025-09-04 20:01:27'),
(978339,326133,'action created','2025-09-04 20:01:27','2025-09-04 20:01:27'),
(978340,326133,'action started via WP Cron','2025-09-04 20:03:27','2025-09-04 20:03:27'),
(978341,326133,'action complete via WP Cron','2025-09-04 20:03:27','2025-09-04 20:03:27'),
(978342,326134,'action created','2025-09-04 20:03:27','2025-09-04 20:03:27'),
(978343,326134,'action started via WP Cron','2025-09-04 20:05:31','2025-09-04 20:05:31'),
(978344,326134,'action complete via WP Cron','2025-09-04 20:05:31','2025-09-04 20:05:31'),
(978345,326135,'action created','2025-09-04 20:05:31','2025-09-04 20:05:31'),
(978346,326135,'action started via WP Cron','2025-09-04 20:08:25','2025-09-04 20:08:25'),
(978347,326135,'action complete via WP Cron','2025-09-04 20:08:26','2025-09-04 20:08:26'),
(978348,326136,'action created','2025-09-04 20:08:26','2025-09-04 20:08:26'),
(978349,326136,'action started via WP Cron','2025-09-04 20:10:28','2025-09-04 20:10:28'),
(978350,326136,'action complete via WP Cron','2025-09-04 20:10:28','2025-09-04 20:10:28'),
(978351,326137,'action created','2025-09-04 20:10:28','2025-09-04 20:10:28'),
(978352,326137,'action started via WP Cron','2025-09-04 20:12:32','2025-09-04 20:12:32'),
(978353,326137,'action complete via WP Cron','2025-09-04 20:12:32','2025-09-04 20:12:32'),
(978354,326138,'action created','2025-09-04 20:12:32','2025-09-04 20:12:32'),
(978355,326138,'action started via WP Cron','2025-09-04 20:15:24','2025-09-04 20:15:24'),
(978356,326138,'action complete via WP Cron','2025-09-04 20:15:24','2025-09-04 20:15:24'),
(978357,326139,'action created','2025-09-04 20:15:24','2025-09-04 20:15:24'),
(978358,326139,'action started via WP Cron','2025-09-04 20:17:25','2025-09-04 20:17:25'),
(978359,326139,'action complete via WP Cron','2025-09-04 20:17:25','2025-09-04 20:17:25'),
(978360,326140,'action created','2025-09-04 20:17:25','2025-09-04 20:17:25'),
(978361,326140,'action started via WP Cron','2025-09-04 20:19:29','2025-09-04 20:19:29'),
(978362,326140,'action complete via WP Cron','2025-09-04 20:19:29','2025-09-04 20:19:29'),
(978363,326141,'action created','2025-09-04 20:19:29','2025-09-04 20:19:29'),
(978364,326141,'action started via WP Cron','2025-09-04 20:54:16','2025-09-04 20:54:16'),
(978365,326141,'action complete via WP Cron','2025-09-04 20:54:16','2025-09-04 20:54:16'),
(978366,326142,'action created','2025-09-04 20:54:16','2025-09-04 20:54:16'),
(978367,326142,'action started via WP Cron','2025-09-04 20:56:29','2025-09-04 20:56:29'),
(978368,326142,'action complete via WP Cron','2025-09-04 20:56:29','2025-09-04 20:56:29'),
(978369,326143,'action created','2025-09-04 20:56:29','2025-09-04 20:56:29'),
(978370,326143,'action started via WP Cron','2025-09-04 20:59:22','2025-09-04 20:59:22'),
(978371,326143,'action complete via WP Cron','2025-09-04 20:59:22','2025-09-04 20:59:22'),
(978372,326144,'action created','2025-09-04 20:59:22','2025-09-04 20:59:22'),
(978373,326144,'action started via WP Cron','2025-09-04 21:01:23','2025-09-04 21:01:23'),
(978374,326144,'action complete via WP Cron','2025-09-04 21:01:23','2025-09-04 21:01:23'),
(978375,326145,'action created','2025-09-04 21:01:23','2025-09-04 21:01:23'),
(978376,326145,'action started via WP Cron','2025-09-04 21:03:24','2025-09-04 21:03:24'),
(978377,326145,'action complete via WP Cron','2025-09-04 21:03:24','2025-09-04 21:03:24'),
(978378,326146,'action created','2025-09-04 21:03:24','2025-09-04 21:03:24'),
(978379,326146,'action started via WP Cron','2025-09-04 21:05:32','2025-09-04 21:05:32'),
(978380,326147,'action created','2025-09-04 21:05:32','2025-09-04 21:05:32'),
(978381,326146,'action complete via WP Cron','2025-09-04 21:05:37','2025-09-04 21:05:37'),
(978382,326148,'action created','2025-09-04 21:05:37','2025-09-04 21:05:37'),
(978383,326147,'action started via WP Cron','2025-09-04 21:05:43','2025-09-04 21:05:43'),
(978384,326147,'action complete via WP Cron','2025-09-04 21:05:44','2025-09-04 21:05:44'),
(978385,326148,'action started via WP Cron','2025-09-04 21:08:18','2025-09-04 21:08:18'),
(978386,326148,'action complete via WP Cron','2025-09-04 21:08:18','2025-09-04 21:08:18'),
(978387,326149,'action created','2025-09-04 21:08:18','2025-09-04 21:08:18'),
(978388,326149,'action started via WP Cron','2025-09-04 21:10:22','2025-09-04 21:10:22'),
(978389,326149,'action complete via WP Cron','2025-09-04 21:10:22','2025-09-04 21:10:22'),
(978390,326150,'action created','2025-09-04 21:10:22','2025-09-04 21:10:22'),
(978391,326150,'action started via WP Cron','2025-09-04 21:12:22','2025-09-04 21:12:22'),
(978392,326150,'action complete via WP Cron','2025-09-04 21:12:22','2025-09-04 21:12:22'),
(978393,326151,'action created','2025-09-04 21:12:22','2025-09-04 21:12:22'),
(978394,326151,'action started via WP Cron','2025-09-04 21:14:23','2025-09-04 21:14:23'),
(978395,326151,'action complete via WP Cron','2025-09-04 21:14:23','2025-09-04 21:14:23'),
(978396,326152,'action created','2025-09-04 21:14:23','2025-09-04 21:14:23'),
(978397,326152,'action started via WP Cron','2025-09-04 21:16:24','2025-09-04 21:16:24'),
(978398,326152,'action complete via WP Cron','2025-09-04 21:16:24','2025-09-04 21:16:24'),
(978399,326153,'action created','2025-09-04 21:16:24','2025-09-04 21:16:24'),
(978400,326153,'action started via WP Cron','2025-09-04 21:18:37','2025-09-04 21:18:37'),
(978401,326153,'action complete via WP Cron','2025-09-04 21:18:37','2025-09-04 21:18:37'),
(978402,326154,'action created','2025-09-04 21:18:37','2025-09-04 21:18:37'),
(978403,326154,'action started via WP Cron','2025-09-04 21:21:32','2025-09-04 21:21:32'),
(978404,326154,'action complete via WP Cron','2025-09-04 21:21:32','2025-09-04 21:21:32'),
(978405,326155,'action created','2025-09-04 21:21:32','2025-09-04 21:21:32'),
(978406,326155,'action started via WP Cron','2025-09-04 21:24:26','2025-09-04 21:24:26'),
(978407,326155,'action complete via WP Cron','2025-09-04 21:24:26','2025-09-04 21:24:26'),
(978408,326156,'action created','2025-09-04 21:24:26','2025-09-04 21:24:26'),
(978409,326156,'action started via WP Cron','2025-09-04 21:27:32','2025-09-04 21:27:32'),
(978410,326156,'action complete via WP Cron','2025-09-04 21:27:32','2025-09-04 21:27:32'),
(978411,326157,'action created','2025-09-04 21:27:32','2025-09-04 21:27:32'),
(978412,326157,'action started via WP Cron','2025-09-04 21:30:23','2025-09-04 21:30:23'),
(978413,326157,'action complete via WP Cron','2025-09-04 21:30:23','2025-09-04 21:30:23'),
(978414,326158,'action created','2025-09-04 21:30:23','2025-09-04 21:30:23'),
(978415,326158,'action started via WP Cron','2025-09-04 21:32:32','2025-09-04 21:32:32'),
(978416,326158,'action complete via WP Cron','2025-09-04 21:32:32','2025-09-04 21:32:32'),
(978417,326159,'action created','2025-09-04 21:32:32','2025-09-04 21:32:32'),
(978418,326159,'action started via WP Cron','2025-09-04 21:35:22','2025-09-04 21:35:22'),
(978419,326159,'action complete via WP Cron','2025-09-04 21:35:22','2025-09-04 21:35:22'),
(978420,326160,'action created','2025-09-04 21:35:22','2025-09-04 21:35:22'),
(978421,326160,'action started via WP Cron','2025-09-04 21:37:29','2025-09-04 21:37:29'),
(978422,326160,'action complete via WP Cron','2025-09-04 21:37:29','2025-09-04 21:37:29'),
(978423,326161,'action created','2025-09-04 21:37:29','2025-09-04 21:37:29'),
(978424,326161,'action started via WP Cron','2025-09-04 21:40:31','2025-09-04 21:40:31'),
(978425,326161,'action complete via WP Cron','2025-09-04 21:40:31','2025-09-04 21:40:31'),
(978426,326162,'action created','2025-09-04 21:40:31','2025-09-04 21:40:31'),
(978427,326162,'action started via WP Cron','2025-09-04 21:43:26','2025-09-04 21:43:26'),
(978428,326162,'action complete via WP Cron','2025-09-04 21:43:26','2025-09-04 21:43:26'),
(978429,326163,'action created','2025-09-04 21:43:26','2025-09-04 21:43:26'),
(978430,326163,'action started via WP Cron','2025-09-04 21:45:35','2025-09-04 21:45:35'),
(978431,326163,'action complete via WP Cron','2025-09-04 21:45:35','2025-09-04 21:45:35'),
(978432,326164,'action created','2025-09-04 21:45:36','2025-09-04 21:45:36'),
(978433,326164,'action started via WP Cron','2025-09-04 21:48:35','2025-09-04 21:48:35'),
(978434,326164,'action complete via WP Cron','2025-09-04 21:48:35','2025-09-04 21:48:35'),
(978435,326165,'action created','2025-09-04 21:48:35','2025-09-04 21:48:35'),
(978436,326165,'action started via WP Cron','2025-09-04 21:51:27','2025-09-04 21:51:27'),
(978437,326165,'action complete via WP Cron','2025-09-04 21:51:27','2025-09-04 21:51:27'),
(978438,326166,'action created','2025-09-04 21:51:27','2025-09-04 21:51:27'),
(978439,326166,'action started via WP Cron','2025-09-04 21:53:27','2025-09-04 21:53:27'),
(978440,326166,'action complete via WP Cron','2025-09-04 21:53:27','2025-09-04 21:53:27'),
(978441,326167,'action created','2025-09-04 21:53:27','2025-09-04 21:53:27'),
(978442,326167,'action started via WP Cron','2025-09-04 21:55:27','2025-09-04 21:55:27'),
(978443,326167,'action complete via WP Cron','2025-09-04 21:55:27','2025-09-04 21:55:27'),
(978444,326168,'action created','2025-09-04 21:55:27','2025-09-04 21:55:27'),
(978445,326168,'action started via WP Cron','2025-09-04 21:57:27','2025-09-04 21:57:27'),
(978446,326169,'action created','2025-09-04 21:57:27','2025-09-04 21:57:27'),
(978447,326168,'action complete via WP Cron','2025-09-04 21:57:32','2025-09-04 21:57:32'),
(978448,326170,'action created','2025-09-04 21:57:32','2025-09-04 21:57:32'),
(978449,326169,'action started via WP Cron','2025-09-04 21:57:36','2025-09-04 21:57:36'),
(978450,326169,'action complete via WP Cron','2025-09-04 21:57:37','2025-09-04 21:57:37'),
(978451,326170,'action started via WP Cron','2025-09-04 22:00:27','2025-09-04 22:00:27'),
(978452,326170,'action complete via WP Cron','2025-09-04 22:00:27','2025-09-04 22:00:27'),
(978453,326171,'action created','2025-09-04 22:00:27','2025-09-04 22:00:27'),
(978454,326171,'action started via WP Cron','2025-09-04 22:03:29','2025-09-04 22:03:29'),
(978455,326171,'action complete via WP Cron','2025-09-04 22:03:29','2025-09-04 22:03:29'),
(978456,326172,'action created','2025-09-04 22:03:29','2025-09-04 22:03:29'),
(978457,326172,'action started via WP Cron','2025-09-04 22:06:22','2025-09-04 22:06:22'),
(978458,326172,'action complete via WP Cron','2025-09-04 22:06:23','2025-09-04 22:06:23'),
(978459,326173,'action created','2025-09-04 22:06:23','2025-09-04 22:06:23'),
(978460,326173,'action started via WP Cron','2025-09-04 22:08:26','2025-09-04 22:08:26'),
(978461,326173,'action complete via WP Cron','2025-09-04 22:08:26','2025-09-04 22:08:26'),
(978462,326174,'action created','2025-09-04 22:08:26','2025-09-04 22:08:26'),
(978463,326174,'action started via WP Cron','2025-09-04 22:11:30','2025-09-04 22:11:30'),
(978464,326174,'action complete via WP Cron','2025-09-04 22:11:30','2025-09-04 22:11:30'),
(978465,326175,'action created','2025-09-04 22:11:30','2025-09-04 22:11:30'),
(978466,326175,'action started via WP Cron','2025-09-04 22:14:26','2025-09-04 22:14:26'),
(978467,326175,'action complete via WP Cron','2025-09-04 22:14:26','2025-09-04 22:14:26'),
(978468,326176,'action created','2025-09-04 22:14:26','2025-09-04 22:14:26'),
(978469,326176,'action started via WP Cron','2025-09-04 22:16:29','2025-09-04 22:16:29'),
(978470,326176,'action complete via WP Cron','2025-09-04 22:16:29','2025-09-04 22:16:29'),
(978471,326177,'action created','2025-09-04 22:16:29','2025-09-04 22:16:29'),
(978472,326177,'action started via WP Cron','2025-09-04 22:19:28','2025-09-04 22:19:28'),
(978473,326177,'action complete via WP Cron','2025-09-04 22:19:28','2025-09-04 22:19:28'),
(978474,326178,'action created','2025-09-04 22:19:28','2025-09-04 22:19:28'),
(978475,326178,'action started via WP Cron','2025-09-04 22:21:31','2025-09-04 22:21:31'),
(978476,326178,'action complete via WP Cron','2025-09-04 22:21:31','2025-09-04 22:21:31'),
(978477,326179,'action created','2025-09-04 22:21:31','2025-09-04 22:21:31'),
(978478,326179,'action started via WP Cron','2025-09-04 22:24:21','2025-09-04 22:24:21'),
(978479,326179,'action complete via WP Cron','2025-09-04 22:24:21','2025-09-04 22:24:21'),
(978480,326180,'action created','2025-09-04 22:24:21','2025-09-04 22:24:21'),
(978481,326180,'action started via WP Cron','2025-09-04 22:26:27','2025-09-04 22:26:27'),
(978482,326180,'action complete via WP Cron','2025-09-04 22:26:27','2025-09-04 22:26:27'),
(978483,326181,'action created','2025-09-04 22:26:27','2025-09-04 22:26:27'),
(978484,326181,'action started via WP Cron','2025-09-04 22:28:31','2025-09-04 22:28:31'),
(978485,326181,'action complete via WP Cron','2025-09-04 22:28:31','2025-09-04 22:28:31'),
(978486,326182,'action created','2025-09-04 22:28:31','2025-09-04 22:28:31'),
(978487,326182,'action started via WP Cron','2025-09-04 22:31:28','2025-09-04 22:31:28'),
(978488,326182,'action complete via WP Cron','2025-09-04 22:31:28','2025-09-04 22:31:28'),
(978489,326183,'action created','2025-09-04 22:31:28','2025-09-04 22:31:28'),
(978490,326183,'action started via WP Cron','2025-09-04 22:33:33','2025-09-04 22:33:33'),
(978491,326183,'action complete via WP Cron','2025-09-04 22:33:33','2025-09-04 22:33:33'),
(978492,326184,'action created','2025-09-04 22:33:33','2025-09-04 22:33:33'),
(978493,326184,'action started via WP Cron','2025-09-04 22:36:22','2025-09-04 22:36:22'),
(978494,326184,'action complete via WP Cron','2025-09-04 22:36:22','2025-09-04 22:36:22'),
(978495,326185,'action created','2025-09-04 22:36:22','2025-09-04 22:36:22'),
(978496,326185,'action started via WP Cron','2025-09-04 22:38:23','2025-09-04 22:38:23'),
(978497,326185,'action complete via WP Cron','2025-09-04 22:38:23','2025-09-04 22:38:23'),
(978498,326186,'action created','2025-09-04 22:38:23','2025-09-04 22:38:23'),
(978499,326186,'action started via WP Cron','2025-09-04 22:40:30','2025-09-04 22:40:30'),
(978500,326186,'action complete via WP Cron','2025-09-04 22:40:30','2025-09-04 22:40:30'),
(978501,326187,'action created','2025-09-04 22:40:30','2025-09-04 22:40:30'),
(978502,326187,'action started via WP Cron','2025-09-04 22:43:26','2025-09-04 22:43:26'),
(978503,326187,'action complete via WP Cron','2025-09-04 22:43:26','2025-09-04 22:43:26'),
(978504,326188,'action created','2025-09-04 22:43:26','2025-09-04 22:43:26'),
(978505,326188,'action started via WP Cron','2025-09-04 22:46:27','2025-09-04 22:46:27'),
(978506,326188,'action complete via WP Cron','2025-09-04 22:46:27','2025-09-04 22:46:27'),
(978507,326189,'action created','2025-09-04 22:46:27','2025-09-04 22:46:27'),
(978508,326189,'action started via WP Cron','2025-09-04 22:49:25','2025-09-04 22:49:25'),
(978509,326189,'action complete via WP Cron','2025-09-04 22:49:25','2025-09-04 22:49:25'),
(978510,326190,'action created','2025-09-04 22:49:25','2025-09-04 22:49:25'),
(978511,326190,'action started via WP Cron','2025-09-04 22:51:26','2025-09-04 22:51:26'),
(978512,326190,'action complete via WP Cron','2025-09-04 22:51:26','2025-09-04 22:51:26'),
(978513,326191,'action created','2025-09-04 22:51:26','2025-09-04 22:51:26'),
(978514,326191,'action started via WP Cron','2025-09-04 22:53:27','2025-09-04 22:53:27'),
(978515,326191,'action complete via WP Cron','2025-09-04 22:53:27','2025-09-04 22:53:27'),
(978516,326192,'action created','2025-09-04 22:53:27','2025-09-04 22:53:27'),
(978517,326192,'action started via WP Cron','2025-09-04 22:55:29','2025-09-04 22:55:29'),
(978518,326192,'action complete via WP Cron','2025-09-04 22:55:29','2025-09-04 22:55:29'),
(978519,326193,'action created','2025-09-04 22:55:29','2025-09-04 22:55:29'),
(978520,326193,'action started via WP Cron','2025-09-04 22:58:25','2025-09-04 22:58:25'),
(978521,326193,'action complete via WP Cron','2025-09-04 22:58:25','2025-09-04 22:58:25'),
(978522,326194,'action created','2025-09-04 22:58:25','2025-09-04 22:58:25'),
(978523,326194,'action started via WP Cron','2025-09-04 23:00:27','2025-09-04 23:00:27'),
(978524,326194,'action complete via WP Cron','2025-09-04 23:00:27','2025-09-04 23:00:27'),
(978525,326195,'action created','2025-09-04 23:00:27','2025-09-04 23:00:27'),
(978526,326195,'action started via WP Cron','2025-09-04 23:02:31','2025-09-04 23:02:31'),
(978527,326195,'action complete via WP Cron','2025-09-04 23:02:31','2025-09-04 23:02:31'),
(978528,326196,'action created','2025-09-04 23:02:31','2025-09-04 23:02:31'),
(978529,326196,'action started via WP Cron','2025-09-04 23:04:32','2025-09-04 23:04:32'),
(978530,326196,'action complete via WP Cron','2025-09-04 23:04:32','2025-09-04 23:04:32'),
(978531,326197,'action created','2025-09-04 23:04:32','2025-09-04 23:04:32'),
(978532,326197,'action started via WP Cron','2025-09-04 23:07:29','2025-09-04 23:07:29'),
(978533,326197,'action complete via WP Cron','2025-09-04 23:07:29','2025-09-04 23:07:29'),
(978534,326198,'action created','2025-09-04 23:07:29','2025-09-04 23:07:29'),
(978535,326198,'action started via WP Cron','2025-09-04 23:09:32','2025-09-04 23:09:32'),
(978536,326198,'action complete via WP Cron','2025-09-04 23:09:32','2025-09-04 23:09:32'),
(978537,326199,'action created','2025-09-04 23:09:32','2025-09-04 23:09:32'),
(978538,326199,'action started via WP Cron','2025-09-04 23:12:31','2025-09-04 23:12:31'),
(978539,326199,'action complete via WP Cron','2025-09-04 23:12:31','2025-09-04 23:12:31'),
(978540,326200,'action created','2025-09-04 23:12:31','2025-09-04 23:12:31'),
(978541,326200,'action started via WP Cron','2025-09-04 23:15:23','2025-09-04 23:15:23'),
(978542,326200,'action complete via WP Cron','2025-09-04 23:15:23','2025-09-04 23:15:23'),
(978543,326201,'action created','2025-09-04 23:15:23','2025-09-04 23:15:23'),
(978544,326201,'action started via WP Cron','2025-09-04 23:17:23','2025-09-04 23:17:23'),
(978545,326201,'action complete via WP Cron','2025-09-04 23:17:23','2025-09-04 23:17:23'),
(978546,326202,'action created','2025-09-04 23:17:24','2025-09-04 23:17:24'),
(978547,326202,'action started via WP Cron','2025-09-04 23:19:29','2025-09-04 23:19:29'),
(978548,326202,'action complete via WP Cron','2025-09-04 23:19:29','2025-09-04 23:19:29'),
(978549,326203,'action created','2025-09-04 23:19:29','2025-09-04 23:19:29'),
(978550,326203,'action started via WP Cron','2025-09-04 23:22:24','2025-09-04 23:22:24'),
(978551,326203,'action complete via WP Cron','2025-09-04 23:22:24','2025-09-04 23:22:24'),
(978552,326204,'action created','2025-09-04 23:22:24','2025-09-04 23:22:24'),
(978553,326204,'action started via WP Cron','2025-09-04 23:24:26','2025-09-04 23:24:26'),
(978554,326204,'action complete via WP Cron','2025-09-04 23:24:26','2025-09-04 23:24:26'),
(978555,326205,'action created','2025-09-04 23:24:26','2025-09-04 23:24:26'),
(978556,326205,'action started via WP Cron','2025-09-04 23:26:27','2025-09-04 23:26:27'),
(978557,326205,'action complete via WP Cron','2025-09-04 23:26:27','2025-09-04 23:26:27'),
(978558,326206,'action created','2025-09-04 23:26:27','2025-09-04 23:26:27'),
(978559,326206,'action started via WP Cron','2025-09-04 23:29:30','2025-09-04 23:29:30'),
(978560,326206,'action complete via WP Cron','2025-09-04 23:29:30','2025-09-04 23:29:30'),
(978561,326207,'action created','2025-09-04 23:29:30','2025-09-04 23:29:30'),
(978562,326207,'action started via WP Cron','2025-09-04 23:32:29','2025-09-04 23:32:29'),
(978563,326207,'action complete via WP Cron','2025-09-04 23:32:29','2025-09-04 23:32:29'),
(978564,326208,'action created','2025-09-04 23:32:29','2025-09-04 23:32:29'),
(978565,326208,'action started via WP Cron','2025-09-04 23:35:27','2025-09-04 23:35:27'),
(978566,326208,'action complete via WP Cron','2025-09-04 23:35:27','2025-09-04 23:35:27'),
(978567,326209,'action created','2025-09-04 23:35:27','2025-09-04 23:35:27'),
(978568,326209,'action started via WP Cron','2025-09-04 23:38:15','2025-09-04 23:38:15'),
(978569,326209,'action complete via WP Cron','2025-09-04 23:38:15','2025-09-04 23:38:15'),
(978570,326210,'action created','2025-09-04 23:38:15','2025-09-04 23:38:15'),
(978571,326210,'action started via WP Cron','2025-09-04 23:40:27','2025-09-04 23:40:27'),
(978572,326210,'action complete via WP Cron','2025-09-04 23:40:27','2025-09-04 23:40:27'),
(978573,326211,'action created','2025-09-04 23:40:27','2025-09-04 23:40:27'),
(978574,326211,'action started via WP Cron','2025-09-04 23:42:35','2025-09-04 23:42:35'),
(978575,326211,'action complete via WP Cron','2025-09-04 23:42:35','2025-09-04 23:42:35'),
(978576,326212,'action created','2025-09-04 23:42:35','2025-09-04 23:42:35'),
(978577,326212,'action started via WP Cron','2025-09-04 23:45:28','2025-09-04 23:45:28'),
(978578,326212,'action complete via WP Cron','2025-09-04 23:45:28','2025-09-04 23:45:28'),
(978579,326213,'action created','2025-09-04 23:45:28','2025-09-04 23:45:28'),
(978580,326213,'action started via WP Cron','2025-09-04 23:47:31','2025-09-04 23:47:31'),
(978581,326213,'action complete via WP Cron','2025-09-04 23:47:31','2025-09-04 23:47:31'),
(978582,326214,'action created','2025-09-04 23:47:31','2025-09-04 23:47:31'),
(978583,326214,'action started via WP Cron','2025-09-04 23:50:23','2025-09-04 23:50:23'),
(978584,326214,'action complete via WP Cron','2025-09-04 23:50:23','2025-09-04 23:50:23'),
(978585,326215,'action created','2025-09-04 23:50:23','2025-09-04 23:50:23'),
(978586,326215,'action started via WP Cron','2025-09-04 23:52:23','2025-09-04 23:52:23'),
(978587,326215,'action complete via WP Cron','2025-09-04 23:52:23','2025-09-04 23:52:23'),
(978588,326216,'action created','2025-09-04 23:52:23','2025-09-04 23:52:23'),
(978589,326216,'action started via WP Cron','2025-09-04 23:54:27','2025-09-04 23:54:27'),
(978590,326216,'action complete via WP Cron','2025-09-04 23:54:28','2025-09-04 23:54:28'),
(978591,326217,'action created','2025-09-04 23:54:28','2025-09-04 23:54:28'),
(978592,326217,'action started via WP Cron','2025-09-04 23:56:34','2025-09-04 23:56:34'),
(978593,326217,'action complete via WP Cron','2025-09-04 23:56:34','2025-09-04 23:56:34'),
(978594,326218,'action created','2025-09-04 23:56:34','2025-09-04 23:56:34'),
(978595,326218,'action started via WP Cron','2025-09-04 23:59:29','2025-09-04 23:59:29'),
(978596,326218,'action complete via WP Cron','2025-09-04 23:59:29','2025-09-04 23:59:29'),
(978597,326219,'action created','2025-09-04 23:59:29','2025-09-04 23:59:29'),
(978598,326219,'action started via WP Cron','2025-09-05 00:02:26','2025-09-05 00:02:26'),
(978599,326219,'action complete via WP Cron','2025-09-05 00:02:26','2025-09-05 00:02:26'),
(978600,326220,'action created','2025-09-05 00:02:26','2025-09-05 00:02:26'),
(978601,326220,'action started via WP Cron','2025-09-05 00:05:28','2025-09-05 00:05:28'),
(978602,326220,'action complete via WP Cron','2025-09-05 00:05:28','2025-09-05 00:05:28'),
(978603,326221,'action created','2025-09-05 00:05:28','2025-09-05 00:05:28'),
(978604,326221,'action started via WP Cron','2025-09-05 00:07:33','2025-09-05 00:07:33'),
(978605,326221,'action complete via WP Cron','2025-09-05 00:07:33','2025-09-05 00:07:33'),
(978606,326222,'action created','2025-09-05 00:07:33','2025-09-05 00:07:33'),
(978607,326222,'action started via WP Cron','2025-09-05 00:10:28','2025-09-05 00:10:28'),
(978608,326222,'action complete via WP Cron','2025-09-05 00:10:28','2025-09-05 00:10:28'),
(978609,326223,'action created','2025-09-05 00:10:28','2025-09-05 00:10:28'),
(978610,326223,'action started via WP Cron','2025-09-05 00:12:28','2025-09-05 00:12:28'),
(978611,326223,'action complete via WP Cron','2025-09-05 00:12:28','2025-09-05 00:12:28'),
(978612,326224,'action created','2025-09-05 00:12:28','2025-09-05 00:12:28'),
(978613,326224,'action started via WP Cron','2025-09-05 00:14:28','2025-09-05 00:14:28'),
(978614,326224,'action complete via WP Cron','2025-09-05 00:14:28','2025-09-05 00:14:28'),
(978615,326225,'action created','2025-09-05 00:14:28','2025-09-05 00:14:28'),
(978616,326225,'action started via WP Cron','2025-09-05 00:17:30','2025-09-05 00:17:30'),
(978617,326225,'action complete via WP Cron','2025-09-05 00:17:30','2025-09-05 00:17:30'),
(978618,326226,'action created','2025-09-05 00:17:30','2025-09-05 00:17:30'),
(978619,326226,'action started via WP Cron','2025-09-05 00:19:30','2025-09-05 00:19:30'),
(978620,326226,'action complete via WP Cron','2025-09-05 00:19:30','2025-09-05 00:19:30'),
(978621,326227,'action created','2025-09-05 00:19:30','2025-09-05 00:19:30'),
(978622,326227,'action started via WP Cron','2025-09-05 00:22:28','2025-09-05 00:22:28'),
(978623,326227,'action complete via WP Cron','2025-09-05 00:22:28','2025-09-05 00:22:28'),
(978624,326228,'action created','2025-09-05 00:22:28','2025-09-05 00:22:28'),
(978625,326228,'action started via WP Cron','2025-09-05 00:24:29','2025-09-05 00:24:29'),
(978626,326228,'action complete via WP Cron','2025-09-05 00:24:29','2025-09-05 00:24:29'),
(978627,326229,'action created','2025-09-05 00:24:29','2025-09-05 00:24:29'),
(978628,326229,'action started via WP Cron','2025-09-05 00:27:26','2025-09-05 00:27:26'),
(978629,326229,'action complete via WP Cron','2025-09-05 00:27:26','2025-09-05 00:27:26'),
(978630,326230,'action created','2025-09-05 00:27:26','2025-09-05 00:27:26'),
(978631,326230,'action started via WP Cron','2025-09-05 00:29:32','2025-09-05 00:29:32'),
(978632,326230,'action complete via WP Cron','2025-09-05 00:29:32','2025-09-05 00:29:32'),
(978633,326231,'action created','2025-09-05 00:29:32','2025-09-05 00:29:32'),
(978634,326231,'action started via WP Cron','2025-09-05 00:32:23','2025-09-05 00:32:23'),
(978635,326231,'action complete via WP Cron','2025-09-05 00:32:24','2025-09-05 00:32:24'),
(978636,326232,'action created','2025-09-05 00:32:24','2025-09-05 00:32:24'),
(978637,326232,'action started via WP Cron','2025-09-05 00:34:31','2025-09-05 00:34:31'),
(978638,326232,'action complete via WP Cron','2025-09-05 00:34:31','2025-09-05 00:34:31'),
(978639,326233,'action created','2025-09-05 00:34:31','2025-09-05 00:34:31'),
(978640,326233,'action started via WP Cron','2025-09-05 00:36:31','2025-09-05 00:36:31'),
(978641,326233,'action complete via WP Cron','2025-09-05 00:36:31','2025-09-05 00:36:31'),
(978642,326234,'action created','2025-09-05 00:36:31','2025-09-05 00:36:31'),
(978643,326234,'action started via WP Cron','2025-09-05 00:39:28','2025-09-05 00:39:28'),
(978644,326234,'action complete via WP Cron','2025-09-05 00:39:28','2025-09-05 00:39:28'),
(978645,326235,'action created','2025-09-05 00:39:28','2025-09-05 00:39:28'),
(978646,326235,'action started via WP Cron','2025-09-05 00:41:29','2025-09-05 00:41:29'),
(978647,326235,'action complete via WP Cron','2025-09-05 00:41:29','2025-09-05 00:41:29'),
(978648,326236,'action created','2025-09-05 00:41:29','2025-09-05 00:41:29'),
(978649,326236,'action started via WP Cron','2025-09-05 00:43:30','2025-09-05 00:43:30'),
(978650,326236,'action complete via WP Cron','2025-09-05 00:43:30','2025-09-05 00:43:30'),
(978651,326237,'action created','2025-09-05 00:43:30','2025-09-05 00:43:30'),
(978652,326237,'action started via WP Cron','2025-09-05 00:45:30','2025-09-05 00:45:30'),
(978653,326237,'action complete via WP Cron','2025-09-05 00:45:30','2025-09-05 00:45:30'),
(978654,326238,'action created','2025-09-05 00:45:30','2025-09-05 00:45:30'),
(978655,326238,'action started via WP Cron','2025-09-05 00:47:30','2025-09-05 00:47:30'),
(978656,326238,'action complete via WP Cron','2025-09-05 00:47:30','2025-09-05 00:47:30'),
(978657,326239,'action created','2025-09-05 00:47:30','2025-09-05 00:47:30'),
(978658,326239,'action started via WP Cron','2025-09-05 00:50:28','2025-09-05 00:50:28'),
(978659,326239,'action complete via WP Cron','2025-09-05 00:50:28','2025-09-05 00:50:28'),
(978660,326240,'action created','2025-09-05 00:50:28','2025-09-05 00:50:28'),
(978661,326240,'action started via WP Cron','2025-09-05 00:52:28','2025-09-05 00:52:28'),
(978662,326240,'action complete via WP Cron','2025-09-05 00:52:28','2025-09-05 00:52:28'),
(978663,326241,'action created','2025-09-05 00:52:28','2025-09-05 00:52:28'),
(978664,326241,'action started via WP Cron','2025-09-05 00:54:28','2025-09-05 00:54:28'),
(978665,326241,'action complete via WP Cron','2025-09-05 00:54:28','2025-09-05 00:54:28'),
(978666,326242,'action created','2025-09-05 00:54:28','2025-09-05 00:54:28'),
(978667,326242,'action started via WP Cron','2025-09-05 00:57:26','2025-09-05 00:57:26'),
(978668,326242,'action complete via WP Cron','2025-09-05 00:57:26','2025-09-05 00:57:26'),
(978669,326243,'action created','2025-09-05 00:57:26','2025-09-05 00:57:26'),
(978670,326243,'action started via WP Cron','2025-09-05 00:59:27','2025-09-05 00:59:27'),
(978671,326243,'action complete via WP Cron','2025-09-05 00:59:27','2025-09-05 00:59:27'),
(978672,326244,'action created','2025-09-05 00:59:27','2025-09-05 00:59:27'),
(978673,326244,'action started via WP Cron','2025-09-05 01:01:28','2025-09-05 01:01:28'),
(978674,326244,'action complete via WP Cron','2025-09-05 01:01:28','2025-09-05 01:01:28'),
(978675,326245,'action created','2025-09-05 01:01:28','2025-09-05 01:01:28'),
(978676,326245,'action started via WP Cron','2025-09-05 01:04:25','2025-09-05 01:04:25'),
(978677,326245,'action complete via WP Cron','2025-09-05 01:04:25','2025-09-05 01:04:25'),
(978678,326246,'action created','2025-09-05 01:04:25','2025-09-05 01:04:25'),
(978679,326246,'action started via WP Cron','2025-09-05 01:06:27','2025-09-05 01:06:27'),
(978680,326246,'action complete via WP Cron','2025-09-05 01:06:27','2025-09-05 01:06:27'),
(978681,326247,'action created','2025-09-05 01:06:27','2025-09-05 01:06:27'),
(978682,326247,'action started via WP Cron','2025-09-05 01:09:24','2025-09-05 01:09:24'),
(978683,326247,'action complete via WP Cron','2025-09-05 01:09:24','2025-09-05 01:09:24'),
(978684,326248,'action created','2025-09-05 01:09:24','2025-09-05 01:09:24'),
(978685,326248,'action started via WP Cron','2025-09-05 01:11:25','2025-09-05 01:11:25'),
(978686,326248,'action complete via WP Cron','2025-09-05 01:11:25','2025-09-05 01:11:25'),
(978687,326249,'action created','2025-09-05 01:11:25','2025-09-05 01:11:25'),
(978688,326249,'action started via WP Cron','2025-09-05 01:13:27','2025-09-05 01:13:27'),
(978689,326249,'action complete via WP Cron','2025-09-05 01:13:27','2025-09-05 01:13:27'),
(978690,326250,'action created','2025-09-05 01:13:27','2025-09-05 01:13:27'),
(978691,326250,'action started via WP Cron','2025-09-05 01:15:32','2025-09-05 01:15:32'),
(978692,326250,'action complete via WP Cron','2025-09-05 01:15:32','2025-09-05 01:15:32'),
(978693,326251,'action created','2025-09-05 01:15:32','2025-09-05 01:15:32'),
(978694,326251,'action started via WP Cron','2025-09-05 01:18:36','2025-09-05 01:18:36'),
(978695,326251,'action complete via WP Cron','2025-09-05 01:18:36','2025-09-05 01:18:36'),
(978696,326252,'action created','2025-09-05 01:18:36','2025-09-05 01:18:36'),
(978697,326252,'action started via WP Cron','2025-09-05 01:21:28','2025-09-05 01:21:28'),
(978698,326252,'action complete via WP Cron','2025-09-05 01:21:28','2025-09-05 01:21:28'),
(978699,326253,'action created','2025-09-05 01:21:28','2025-09-05 01:21:28'),
(978700,326253,'action started via WP Cron','2025-09-05 01:24:35','2025-09-05 01:24:35'),
(978701,326253,'action complete via WP Cron','2025-09-05 01:24:35','2025-09-05 01:24:35'),
(978702,326254,'action created','2025-09-05 01:24:35','2025-09-05 01:24:35'),
(978703,326254,'action started via WP Cron','2025-09-05 01:27:30','2025-09-05 01:27:30'),
(978704,326254,'action complete via WP Cron','2025-09-05 01:27:30','2025-09-05 01:27:30'),
(978705,326255,'action created','2025-09-05 01:27:30','2025-09-05 01:27:30'),
(978706,326255,'action started via WP Cron','2025-09-05 01:29:31','2025-09-05 01:29:31'),
(978707,326255,'action complete via WP Cron','2025-09-05 01:29:31','2025-09-05 01:29:31'),
(978708,326256,'action created','2025-09-05 01:29:31','2025-09-05 01:29:31'),
(978709,326256,'action started via WP Cron','2025-09-05 01:32:29','2025-09-05 01:32:29'),
(978710,326256,'action complete via WP Cron','2025-09-05 01:32:29','2025-09-05 01:32:29'),
(978711,326257,'action created','2025-09-05 01:32:30','2025-09-05 01:32:30'),
(978712,326257,'action started via WP Cron','2025-09-05 01:35:23','2025-09-05 01:35:23'),
(978713,326257,'action complete via WP Cron','2025-09-05 01:35:23','2025-09-05 01:35:23'),
(978714,326258,'action created','2025-09-05 01:35:23','2025-09-05 01:35:23'),
(978715,326258,'action started via WP Cron','2025-09-05 01:37:32','2025-09-05 01:37:32'),
(978716,326258,'action complete via WP Cron','2025-09-05 01:37:32','2025-09-05 01:37:32'),
(978717,326259,'action created','2025-09-05 01:37:32','2025-09-05 01:37:32'),
(978718,326259,'action started via WP Cron','2025-09-05 01:40:27','2025-09-05 01:40:27'),
(978719,326259,'action complete via WP Cron','2025-09-05 01:40:27','2025-09-05 01:40:27'),
(978720,326260,'action created','2025-09-05 01:40:27','2025-09-05 01:40:27'),
(978721,326260,'action started via WP Cron','2025-09-05 01:42:28','2025-09-05 01:42:28'),
(978722,326260,'action complete via WP Cron','2025-09-05 01:42:28','2025-09-05 01:42:28'),
(978723,326261,'action created','2025-09-05 01:42:28','2025-09-05 01:42:28'),
(978724,326261,'action started via WP Cron','2025-09-05 01:44:31','2025-09-05 01:44:31'),
(978725,326261,'action complete via WP Cron','2025-09-05 01:44:31','2025-09-05 01:44:31'),
(978726,326262,'action created','2025-09-05 01:44:31','2025-09-05 01:44:31'),
(978727,326262,'action started via WP Cron','2025-09-05 01:46:31','2025-09-05 01:46:31'),
(978728,326262,'action complete via WP Cron','2025-09-05 01:46:31','2025-09-05 01:46:31'),
(978729,326263,'action created','2025-09-05 01:46:31','2025-09-05 01:46:31'),
(978730,326263,'action started via WP Cron','2025-09-05 01:48:32','2025-09-05 01:48:32'),
(978731,326263,'action complete via WP Cron','2025-09-05 01:48:32','2025-09-05 01:48:32'),
(978732,326264,'action created','2025-09-05 01:48:32','2025-09-05 01:48:32'),
(978733,326264,'action started via WP Cron','2025-09-05 01:51:28','2025-09-05 01:51:28'),
(978734,326264,'action complete via WP Cron','2025-09-05 01:51:28','2025-09-05 01:51:28'),
(978735,326265,'action created','2025-09-05 01:51:28','2025-09-05 01:51:28'),
(978736,326265,'action started via WP Cron','2025-09-05 01:54:29','2025-09-05 01:54:29'),
(978737,326265,'action complete via WP Cron','2025-09-05 01:54:29','2025-09-05 01:54:29'),
(978738,326266,'action created','2025-09-05 01:54:29','2025-09-05 01:54:29'),
(978739,326266,'action started via WP Cron','2025-09-05 01:56:30','2025-09-05 01:56:30'),
(978740,326266,'action complete via WP Cron','2025-09-05 01:56:30','2025-09-05 01:56:30'),
(978741,326267,'action created','2025-09-05 01:56:30','2025-09-05 01:56:30'),
(978742,326267,'action started via WP Cron','2025-09-05 01:58:33','2025-09-05 01:58:33'),
(978743,326267,'action complete via WP Cron','2025-09-05 01:58:33','2025-09-05 01:58:33'),
(978744,326268,'action created','2025-09-05 01:58:33','2025-09-05 01:58:33'),
(978745,326268,'action started via WP Cron','2025-09-05 02:01:31','2025-09-05 02:01:31'),
(978746,326268,'action complete via WP Cron','2025-09-05 02:01:31','2025-09-05 02:01:31'),
(978747,326269,'action created','2025-09-05 02:01:31','2025-09-05 02:01:31'),
(978748,326269,'action started via WP Cron','2025-09-05 02:04:23','2025-09-05 02:04:23'),
(978749,326269,'action complete via WP Cron','2025-09-05 02:04:23','2025-09-05 02:04:23'),
(978750,326270,'action created','2025-09-05 02:04:23','2025-09-05 02:04:23'),
(978751,326270,'action started via WP Cron','2025-09-05 02:06:27','2025-09-05 02:06:27'),
(978752,326270,'action complete via WP Cron','2025-09-05 02:06:27','2025-09-05 02:06:27'),
(978753,326271,'action created','2025-09-05 02:06:27','2025-09-05 02:06:27'),
(978754,326271,'action started via WP Cron','2025-09-05 02:09:31','2025-09-05 02:09:31'),
(978755,326271,'action complete via WP Cron','2025-09-05 02:09:31','2025-09-05 02:09:31'),
(978756,326272,'action created','2025-09-05 02:09:31','2025-09-05 02:09:31'),
(978757,326272,'action started via WP Cron','2025-09-05 02:12:33','2025-09-05 02:12:33'),
(978758,326272,'action complete via WP Cron','2025-09-05 02:12:33','2025-09-05 02:12:33'),
(978759,326273,'action created','2025-09-05 02:12:33','2025-09-05 02:12:33'),
(978760,326273,'action started via WP Cron','2025-09-05 02:14:33','2025-09-05 02:14:33'),
(978761,326273,'action complete via WP Cron','2025-09-05 02:14:33','2025-09-05 02:14:33'),
(978762,326274,'action created','2025-09-05 02:14:33','2025-09-05 02:14:33'),
(978763,326274,'action started via WP Cron','2025-09-05 02:17:24','2025-09-05 02:17:24'),
(978764,326274,'action complete via WP Cron','2025-09-05 02:17:24','2025-09-05 02:17:24'),
(978765,326275,'action created','2025-09-05 02:17:24','2025-09-05 02:17:24'),
(978766,326275,'action started via WP Cron','2025-09-05 02:19:37','2025-09-05 02:19:37'),
(978767,326275,'action complete via WP Cron','2025-09-05 02:19:37','2025-09-05 02:19:37'),
(978768,326276,'action created','2025-09-05 02:19:37','2025-09-05 02:19:37'),
(978769,326276,'action started via WP Cron','2025-09-05 02:22:30','2025-09-05 02:22:30'),
(978770,326276,'action complete via WP Cron','2025-09-05 02:22:30','2025-09-05 02:22:30'),
(978771,326277,'action created','2025-09-05 02:22:30','2025-09-05 02:22:30'),
(978772,326277,'action started via WP Cron','2025-09-05 02:24:31','2025-09-05 02:24:31'),
(978773,326277,'action complete via WP Cron','2025-09-05 02:24:31','2025-09-05 02:24:31'),
(978774,326278,'action created','2025-09-05 02:24:31','2025-09-05 02:24:31'),
(978775,326278,'action started via WP Cron','2025-09-05 02:27:23','2025-09-05 02:27:23'),
(978776,326278,'action complete via WP Cron','2025-09-05 02:27:23','2025-09-05 02:27:23'),
(978777,326279,'action created','2025-09-05 02:27:23','2025-09-05 02:27:23'),
(978778,326279,'action started via WP Cron','2025-09-05 02:30:28','2025-09-05 02:30:28'),
(978779,326279,'action complete via WP Cron','2025-09-05 02:30:28','2025-09-05 02:30:28'),
(978780,326280,'action created','2025-09-05 02:30:28','2025-09-05 02:30:28'),
(978781,326280,'action started via WP Cron','2025-09-05 02:33:25','2025-09-05 02:33:25'),
(978782,326280,'action complete via WP Cron','2025-09-05 02:33:25','2025-09-05 02:33:25'),
(978783,326281,'action created','2025-09-05 02:33:25','2025-09-05 02:33:25'),
(978784,326281,'action started via WP Cron','2025-09-05 02:35:25','2025-09-05 02:35:25'),
(978785,326281,'action complete via WP Cron','2025-09-05 02:35:25','2025-09-05 02:35:25'),
(978786,326282,'action created','2025-09-05 02:35:25','2025-09-05 02:35:25'),
(978787,326282,'action started via WP Cron','2025-09-05 02:38:25','2025-09-05 02:38:25'),
(978788,326282,'action complete via WP Cron','2025-09-05 02:38:26','2025-09-05 02:38:26'),
(978789,326283,'action created','2025-09-05 02:38:26','2025-09-05 02:38:26'),
(978790,326283,'action started via WP Cron','2025-09-05 02:40:31','2025-09-05 02:40:31'),
(978791,326283,'action complete via WP Cron','2025-09-05 02:40:31','2025-09-05 02:40:31'),
(978792,326284,'action created','2025-09-05 02:40:31','2025-09-05 02:40:31'),
(978793,326284,'action started via WP Cron','2025-09-05 02:43:33','2025-09-05 02:43:33'),
(978794,326284,'action complete via WP Cron','2025-09-05 02:43:33','2025-09-05 02:43:33'),
(978795,326285,'action created','2025-09-05 02:43:33','2025-09-05 02:43:33'),
(978796,326285,'action started via WP Cron','2025-09-05 02:46:22','2025-09-05 02:46:22'),
(978797,326285,'action complete via WP Cron','2025-09-05 02:46:23','2025-09-05 02:46:23'),
(978798,326286,'action created','2025-09-05 02:46:23','2025-09-05 02:46:23'),
(978799,326286,'action started via WP Cron','2025-09-05 02:48:23','2025-09-05 02:48:23'),
(978800,326286,'action complete via WP Cron','2025-09-05 02:48:23','2025-09-05 02:48:23'),
(978801,326287,'action created','2025-09-05 02:48:23','2025-09-05 02:48:23'),
(978802,326287,'action started via WP Cron','2025-09-05 02:50:32','2025-09-05 02:50:32'),
(978803,326287,'action complete via WP Cron','2025-09-05 02:50:32','2025-09-05 02:50:32'),
(978804,326288,'action created','2025-09-05 02:50:32','2025-09-05 02:50:32'),
(978805,326288,'action started via WP Cron','2025-09-05 02:53:24','2025-09-05 02:53:24'),
(978806,326288,'action complete via WP Cron','2025-09-05 02:53:24','2025-09-05 02:53:24'),
(978807,326289,'action created','2025-09-05 02:53:24','2025-09-05 02:53:24'),
(978808,326289,'action started via WP Cron','2025-09-05 02:55:32','2025-09-05 02:55:32'),
(978809,326289,'action complete via WP Cron','2025-09-05 02:55:32','2025-09-05 02:55:32'),
(978810,326290,'action created','2025-09-05 02:55:32','2025-09-05 02:55:32'),
(978811,326290,'action started via WP Cron','2025-09-05 02:58:26','2025-09-05 02:58:26'),
(978812,326290,'action complete via WP Cron','2025-09-05 02:58:26','2025-09-05 02:58:26'),
(978813,326291,'action created','2025-09-05 02:58:26','2025-09-05 02:58:26'),
(978814,325738,'action started via WP Cron','2025-09-05 03:00:22','2025-09-05 03:00:22'),
(978815,326292,'action created','2025-09-05 03:00:22','2025-09-05 03:00:22'),
(978816,325738,'action complete via WP Cron','2025-09-05 03:00:22','2025-09-05 03:00:22'),
(978817,326293,'action created','2025-09-05 03:00:22','2025-09-05 03:00:22'),
(978818,326292,'action started via WP Cron','2025-09-05 03:00:22','2025-09-05 03:00:22'),
(978819,326292,'action complete via WP Cron','2025-09-05 03:00:22','2025-09-05 03:00:22'),
(978820,326291,'action started via WP Cron','2025-09-05 03:01:27','2025-09-05 03:01:27'),
(978821,326291,'action complete via WP Cron','2025-09-05 03:01:27','2025-09-05 03:01:27'),
(978822,326294,'action created','2025-09-05 03:01:27','2025-09-05 03:01:27'),
(978823,326294,'action started via WP Cron','2025-09-05 03:04:31','2025-09-05 03:04:31'),
(978824,326294,'action complete via WP Cron','2025-09-05 03:04:31','2025-09-05 03:04:31'),
(978825,326295,'action created','2025-09-05 03:04:31','2025-09-05 03:04:31'),
(978826,326295,'action started via WP Cron','2025-09-05 03:07:34','2025-09-05 03:07:34'),
(978827,326295,'action complete via WP Cron','2025-09-05 03:07:34','2025-09-05 03:07:34'),
(978828,326296,'action created','2025-09-05 03:07:34','2025-09-05 03:07:34'),
(978829,326296,'action started via WP Cron','2025-09-05 03:10:27','2025-09-05 03:10:27'),
(978830,326296,'action complete via WP Cron','2025-09-05 03:10:27','2025-09-05 03:10:27'),
(978831,326297,'action created','2025-09-05 03:10:27','2025-09-05 03:10:27'),
(978832,326297,'action started via WP Cron','2025-09-05 03:12:31','2025-09-05 03:12:31'),
(978833,326297,'action complete via WP Cron','2025-09-05 03:12:31','2025-09-05 03:12:31'),
(978834,326298,'action created','2025-09-05 03:12:31','2025-09-05 03:12:31'),
(978835,326298,'action started via WP Cron','2025-09-05 03:15:29','2025-09-05 03:15:29'),
(978836,326298,'action complete via WP Cron','2025-09-05 03:15:29','2025-09-05 03:15:29'),
(978837,326299,'action created','2025-09-05 03:15:29','2025-09-05 03:15:29'),
(978838,325745,'action started via WP Cron','2025-09-05 03:17:34','2025-09-05 03:17:34'),
(978839,325745,'action complete via WP Cron','2025-09-05 03:17:34','2025-09-05 03:17:34'),
(978840,326300,'action created','2025-09-05 03:17:34','2025-09-05 03:17:34'),
(978841,325746,'action started via WP Cron','2025-09-05 03:17:34','2025-09-05 03:17:34'),
(978842,325746,'action complete via WP Cron','2025-09-05 03:17:34','2025-09-05 03:17:34'),
(978843,326301,'action created','2025-09-05 03:17:34','2025-09-05 03:17:34'),
(978844,325747,'action started via WP Cron','2025-09-05 03:17:34','2025-09-05 03:17:34'),
(978845,325747,'action complete via WP Cron','2025-09-05 03:17:34','2025-09-05 03:17:34'),
(978846,326302,'action created','2025-09-05 03:17:34','2025-09-05 03:17:34'),
(978847,325748,'action started via WP Cron','2025-09-05 03:17:34','2025-09-05 03:17:34'),
(978848,325748,'action complete via WP Cron','2025-09-05 03:17:34','2025-09-05 03:17:34'),
(978849,326303,'action created','2025-09-05 03:17:34','2025-09-05 03:17:34'),
(978850,326299,'action started via WP Cron','2025-09-05 03:17:34','2025-09-05 03:17:34'),
(978851,326299,'action complete via WP Cron','2025-09-05 03:17:34','2025-09-05 03:17:34'),
(978852,326304,'action created','2025-09-05 03:17:34','2025-09-05 03:17:34'),
(978853,326304,'action started via WP Cron','2025-09-05 03:20:32','2025-09-05 03:20:32'),
(978854,326304,'action complete via WP Cron','2025-09-05 03:20:32','2025-09-05 03:20:32'),
(978855,326305,'action created','2025-09-05 03:20:32','2025-09-05 03:20:32'),
(978856,326023,'action started via WP Cron','2025-09-05 03:20:32','2025-09-05 03:20:32'),
(978857,326023,'action complete via WP Cron','2025-09-05 03:20:32','2025-09-05 03:20:32'),
(978858,326306,'action created','2025-09-05 03:20:32','2025-09-05 03:20:32'),
(978859,326305,'action started via WP Cron','2025-09-05 03:22:33','2025-09-05 03:22:33'),
(978860,326305,'action complete via WP Cron','2025-09-05 03:22:33','2025-09-05 03:22:33'),
(978861,326307,'action created','2025-09-05 03:22:33','2025-09-05 03:22:33'),
(978862,326307,'action started via WP Cron','2025-09-05 03:25:27','2025-09-05 03:25:27'),
(978863,326307,'action complete via WP Cron','2025-09-05 03:25:27','2025-09-05 03:25:27'),
(978864,326308,'action created','2025-09-05 03:25:27','2025-09-05 03:25:27'),
(978865,326308,'action started via WP Cron','2025-09-05 03:28:25','2025-09-05 03:28:25'),
(978866,326308,'action complete via WP Cron','2025-09-05 03:28:25','2025-09-05 03:28:25'),
(978867,326309,'action created','2025-09-05 03:28:25','2025-09-05 03:28:25'),
(978868,326309,'action started via WP Cron','2025-09-05 03:30:30','2025-09-05 03:30:30'),
(978869,326309,'action complete via WP Cron','2025-09-05 03:30:30','2025-09-05 03:30:30'),
(978870,326310,'action created','2025-09-05 03:30:30','2025-09-05 03:30:30'),
(978871,326310,'action started via WP Cron','2025-09-05 03:33:30','2025-09-05 03:33:30'),
(978872,326310,'action complete via WP Cron','2025-09-05 03:33:30','2025-09-05 03:33:30'),
(978873,326311,'action created','2025-09-05 03:33:30','2025-09-05 03:33:30'),
(978874,326311,'action started via WP Cron','2025-09-05 03:35:31','2025-09-05 03:35:31'),
(978875,326311,'action complete via WP Cron','2025-09-05 03:35:31','2025-09-05 03:35:31'),
(978876,326312,'action created','2025-09-05 03:35:31','2025-09-05 03:35:31'),
(978877,326312,'action started via WP Cron','2025-09-05 03:38:23','2025-09-05 03:38:23'),
(978878,326312,'action complete via WP Cron','2025-09-05 03:38:23','2025-09-05 03:38:23'),
(978879,326313,'action created','2025-09-05 03:38:23','2025-09-05 03:38:23'),
(978880,326313,'action started via WP Cron','2025-09-05 03:40:23','2025-09-05 03:40:23'),
(978881,326313,'action complete via WP Cron','2025-09-05 03:40:23','2025-09-05 03:40:23'),
(978882,326314,'action created','2025-09-05 03:40:23','2025-09-05 03:40:23'),
(978883,326314,'action started via WP Cron','2025-09-05 03:42:33','2025-09-05 03:42:33'),
(978884,326314,'action complete via WP Cron','2025-09-05 03:42:33','2025-09-05 03:42:33'),
(978885,326315,'action created','2025-09-05 03:42:33','2025-09-05 03:42:33'),
(978886,326315,'action started via WP Cron','2025-09-05 03:45:25','2025-09-05 03:45:25'),
(978887,326315,'action complete via WP Cron','2025-09-05 03:45:25','2025-09-05 03:45:25'),
(978888,326316,'action created','2025-09-05 03:45:25','2025-09-05 03:45:25'),
(978889,326316,'action started via WP Cron','2025-09-05 03:47:35','2025-09-05 03:47:35'),
(978890,326316,'action complete via WP Cron','2025-09-05 03:47:35','2025-09-05 03:47:35'),
(978891,326317,'action created','2025-09-05 03:47:35','2025-09-05 03:47:35'),
(978892,326317,'action started via WP Cron','2025-09-05 03:50:30','2025-09-05 03:50:30'),
(978893,326317,'action complete via WP Cron','2025-09-05 03:50:30','2025-09-05 03:50:30'),
(978894,326318,'action created','2025-09-05 03:50:30','2025-09-05 03:50:30'),
(978895,326318,'action started via WP Cron','2025-09-05 03:53:32','2025-09-05 03:53:32'),
(978896,326318,'action complete via WP Cron','2025-09-05 03:53:32','2025-09-05 03:53:32'),
(978897,326319,'action created','2025-09-05 03:53:32','2025-09-05 03:53:32'),
(978898,326319,'action started via WP Cron','2025-09-05 03:56:26','2025-09-05 03:56:26'),
(978899,326319,'action complete via WP Cron','2025-09-05 03:56:26','2025-09-05 03:56:26'),
(978900,326320,'action created','2025-09-05 03:56:26','2025-09-05 03:56:26'),
(978901,326320,'action started via WP Cron','2025-09-05 03:58:31','2025-09-05 03:58:31'),
(978902,326320,'action complete via WP Cron','2025-09-05 03:58:31','2025-09-05 03:58:31'),
(978903,326321,'action created','2025-09-05 03:58:31','2025-09-05 03:58:31'),
(978904,326321,'action started via WP Cron','2025-09-05 04:01:32','2025-09-05 04:01:32'),
(978905,326321,'action complete via WP Cron','2025-09-05 04:01:32','2025-09-05 04:01:32'),
(978906,326322,'action created','2025-09-05 04:01:32','2025-09-05 04:01:32'),
(978907,326322,'action started via WP Cron','2025-09-05 04:04:24','2025-09-05 04:04:24'),
(978908,326322,'action complete via WP Cron','2025-09-05 04:04:24','2025-09-05 04:04:24'),
(978909,326323,'action created','2025-09-05 04:04:24','2025-09-05 04:04:24'),
(978910,326323,'action started via WP Cron','2025-09-05 04:06:29','2025-09-05 04:06:29'),
(978911,326323,'action complete via WP Cron','2025-09-05 04:06:29','2025-09-05 04:06:29'),
(978912,326324,'action created','2025-09-05 04:06:29','2025-09-05 04:06:29'),
(978913,326324,'action started via WP Cron','2025-09-05 04:09:23','2025-09-05 04:09:23'),
(978914,326324,'action complete via WP Cron','2025-09-05 04:09:23','2025-09-05 04:09:23'),
(978915,326325,'action created','2025-09-05 04:09:23','2025-09-05 04:09:23'),
(978916,326325,'action started via WP Cron','2025-09-05 04:11:31','2025-09-05 04:11:31'),
(978917,326325,'action complete via WP Cron','2025-09-05 04:11:31','2025-09-05 04:11:31'),
(978918,326326,'action created','2025-09-05 04:11:31','2025-09-05 04:11:31'),
(978919,326326,'action started via WP Cron','2025-09-05 04:13:36','2025-09-05 04:13:36'),
(978920,326326,'action complete via WP Cron','2025-09-05 04:13:36','2025-09-05 04:13:36'),
(978921,326327,'action created','2025-09-05 04:13:36','2025-09-05 04:13:36'),
(978922,326327,'action started via WP Cron','2025-09-05 04:16:33','2025-09-05 04:16:33'),
(978923,326327,'action complete via WP Cron','2025-09-05 04:16:33','2025-09-05 04:16:33'),
(978924,326328,'action created','2025-09-05 04:16:33','2025-09-05 04:16:33'),
(978925,326328,'action started via WP Cron','2025-09-05 04:18:34','2025-09-05 04:18:34'),
(978926,326328,'action complete via WP Cron','2025-09-05 04:18:34','2025-09-05 04:18:34'),
(978927,326329,'action created','2025-09-05 04:18:34','2025-09-05 04:18:34'),
(978928,326329,'action started via WP Cron','2025-09-05 04:21:26','2025-09-05 04:21:26'),
(978929,326329,'action complete via WP Cron','2025-09-05 04:21:27','2025-09-05 04:21:27'),
(978930,326330,'action created','2025-09-05 04:21:27','2025-09-05 04:21:27'),
(978931,326330,'action started via WP Cron','2025-09-05 04:23:30','2025-09-05 04:23:30'),
(978932,326330,'action complete via WP Cron','2025-09-05 04:23:30','2025-09-05 04:23:30'),
(978933,326331,'action created','2025-09-05 04:23:30','2025-09-05 04:23:30'),
(978934,326331,'action started via WP Cron','2025-09-05 04:38:48','2025-09-05 04:38:48'),
(978935,326331,'action complete via WP Cron','2025-09-05 04:38:48','2025-09-05 04:38:48'),
(978936,326332,'action created','2025-09-05 04:38:48','2025-09-05 04:38:48'),
(978937,326332,'action started via WP Cron','2025-09-05 04:41:23','2025-09-05 04:41:23'),
(978938,326332,'action complete via WP Cron','2025-09-05 04:41:23','2025-09-05 04:41:23'),
(978939,326333,'action created','2025-09-05 04:41:23','2025-09-05 04:41:23'),
(978940,326333,'action started via WP Cron','2025-09-05 04:43:37','2025-09-05 04:43:37'),
(978941,326333,'action complete via WP Cron','2025-09-05 04:43:37','2025-09-05 04:43:37'),
(978942,326334,'action created','2025-09-05 04:43:37','2025-09-05 04:43:37'),
(978943,326334,'action started via WP Cron','2025-09-05 04:46:26','2025-09-05 04:46:26'),
(978944,326334,'action complete via WP Cron','2025-09-05 04:46:26','2025-09-05 04:46:26'),
(978945,326335,'action created','2025-09-05 04:46:26','2025-09-05 04:46:26'),
(978946,326335,'action started via WP Cron','2025-09-05 04:48:31','2025-09-05 04:48:31'),
(978947,326335,'action complete via WP Cron','2025-09-05 04:48:31','2025-09-05 04:48:31'),
(978948,326336,'action created','2025-09-05 04:48:31','2025-09-05 04:48:31'),
(978949,326336,'action started via WP Cron','2025-09-05 04:51:33','2025-09-05 04:51:33'),
(978950,326336,'action complete via WP Cron','2025-09-05 04:51:33','2025-09-05 04:51:33'),
(978951,326337,'action created','2025-09-05 04:51:33','2025-09-05 04:51:33'),
(978952,326337,'action started via WP Cron','2025-09-05 04:54:32','2025-09-05 04:54:32'),
(978953,326337,'action complete via WP Cron','2025-09-05 04:54:32','2025-09-05 04:54:32'),
(978954,326338,'action created','2025-09-05 04:54:32','2025-09-05 04:54:32'),
(978955,326338,'action started via WP Cron','2025-09-05 04:57:27','2025-09-05 04:57:27'),
(978956,326338,'action complete via WP Cron','2025-09-05 04:57:27','2025-09-05 04:57:27'),
(978957,326339,'action created','2025-09-05 04:57:27','2025-09-05 04:57:27'),
(978958,326339,'action started via WP Cron','2025-09-05 04:59:39','2025-09-05 04:59:39'),
(978959,326339,'action complete via WP Cron','2025-09-05 04:59:39','2025-09-05 04:59:39'),
(978960,326340,'action created','2025-09-05 04:59:39','2025-09-05 04:59:39'),
(978961,326340,'action started via WP Cron','2025-09-05 05:02:01','2025-09-05 05:02:01'),
(978962,326340,'action complete via WP Cron','2025-09-05 05:02:01','2025-09-05 05:02:01'),
(978963,326341,'action created','2025-09-05 05:02:01','2025-09-05 05:02:01'),
(978964,326341,'action started via WP Cron','2025-09-05 05:04:27','2025-09-05 05:04:27'),
(978965,326341,'action complete via WP Cron','2025-09-05 05:04:27','2025-09-05 05:04:27'),
(978966,326342,'action created','2025-09-05 05:04:27','2025-09-05 05:04:27'),
(978967,326342,'action started via WP Cron','2025-09-05 05:07:25','2025-09-05 05:07:25'),
(978968,326342,'action complete via WP Cron','2025-09-05 05:07:25','2025-09-05 05:07:25'),
(978969,326343,'action created','2025-09-05 05:07:25','2025-09-05 05:07:25'),
(978970,326343,'action started via WP Cron','2025-09-05 05:10:28','2025-09-05 05:10:28'),
(978971,326343,'action complete via WP Cron','2025-09-05 05:10:28','2025-09-05 05:10:28'),
(978972,326344,'action created','2025-09-05 05:10:28','2025-09-05 05:10:28'),
(978973,326344,'action started via WP Cron','2025-09-05 05:12:32','2025-09-05 05:12:32'),
(978974,326344,'action complete via WP Cron','2025-09-05 05:12:32','2025-09-05 05:12:32'),
(978975,326345,'action created','2025-09-05 05:12:32','2025-09-05 05:12:32'),
(978976,326345,'action started via WP Cron','2025-09-05 05:15:27','2025-09-05 05:15:27'),
(978977,326345,'action complete via WP Cron','2025-09-05 05:15:27','2025-09-05 05:15:27'),
(978978,326346,'action created','2025-09-05 05:15:27','2025-09-05 05:15:27'),
(978979,326346,'action started via WP Cron','2025-09-05 05:17:28','2025-09-05 05:17:28'),
(978980,326346,'action complete via WP Cron','2025-09-05 05:17:28','2025-09-05 05:17:28'),
(978981,326347,'action created','2025-09-05 05:17:28','2025-09-05 05:17:28'),
(978982,326347,'action started via WP Cron','2025-09-05 05:20:24','2025-09-05 05:20:24'),
(978983,326347,'action complete via WP Cron','2025-09-05 05:20:24','2025-09-05 05:20:24'),
(978984,326348,'action created','2025-09-05 05:20:24','2025-09-05 05:20:24'),
(978985,326348,'action started via WP Cron','2025-09-05 05:22:25','2025-09-05 05:22:25'),
(978986,326348,'action complete via WP Cron','2025-09-05 05:22:25','2025-09-05 05:22:25'),
(978987,326349,'action created','2025-09-05 05:22:25','2025-09-05 05:22:25'),
(978988,326349,'action started via WP Cron','2025-09-05 05:24:29','2025-09-05 05:24:29'),
(978989,326349,'action complete via WP Cron','2025-09-05 05:24:29','2025-09-05 05:24:29'),
(978990,326350,'action created','2025-09-05 05:24:29','2025-09-05 05:24:29'),
(978991,326350,'action started via WP Cron','2025-09-05 05:27:44','2025-09-05 05:27:44'),
(978992,326350,'action complete via WP Cron','2025-09-05 05:27:44','2025-09-05 05:27:44'),
(978993,326351,'action created','2025-09-05 05:27:44','2025-09-05 05:27:44'),
(978994,326351,'action started via WP Cron','2025-09-05 05:30:33','2025-09-05 05:30:33'),
(978995,326351,'action complete via WP Cron','2025-09-05 05:30:33','2025-09-05 05:30:33'),
(978996,326352,'action created','2025-09-05 05:30:33','2025-09-05 05:30:33'),
(978997,326352,'action started via WP Cron','2025-09-05 05:33:35','2025-09-05 05:33:35'),
(978998,326352,'action complete via WP Cron','2025-09-05 05:33:35','2025-09-05 05:33:35'),
(978999,326353,'action created','2025-09-05 05:33:35','2025-09-05 05:33:35'),
(979000,326353,'action started via WP Cron','2025-09-05 05:36:32','2025-09-05 05:36:32'),
(979001,326353,'action complete via WP Cron','2025-09-05 05:36:32','2025-09-05 05:36:32'),
(979002,326354,'action created','2025-09-05 05:36:32','2025-09-05 05:36:32'),
(979003,326354,'action started via WP Cron','2025-09-05 05:39:40','2025-09-05 05:39:40'),
(979004,326354,'action complete via WP Cron','2025-09-05 05:39:40','2025-09-05 05:39:40'),
(979005,326355,'action created','2025-09-05 05:39:40','2025-09-05 05:39:40'),
(979006,326355,'action started via WP Cron','2025-09-05 05:42:34','2025-09-05 05:42:34'),
(979007,326355,'action complete via WP Cron','2025-09-05 05:42:34','2025-09-05 05:42:34'),
(979008,326356,'action created','2025-09-05 05:42:34','2025-09-05 05:42:34'),
(979009,326356,'action started via WP Cron','2025-09-05 05:45:24','2025-09-05 05:45:24'),
(979010,326356,'action complete via WP Cron','2025-09-05 05:45:24','2025-09-05 05:45:24'),
(979011,326357,'action created','2025-09-05 05:45:24','2025-09-05 05:45:24'),
(979012,326357,'action started via WP Cron','2025-09-05 05:47:27','2025-09-05 05:47:27'),
(979013,326357,'action complete via WP Cron','2025-09-05 05:47:27','2025-09-05 05:47:27'),
(979014,326358,'action created','2025-09-05 05:47:27','2025-09-05 05:47:27'),
(979015,326358,'action started via WP Cron','2025-09-05 05:50:33','2025-09-05 05:50:33'),
(979016,326358,'action complete via WP Cron','2025-09-05 05:50:33','2025-09-05 05:50:33'),
(979017,326359,'action created','2025-09-05 05:50:33','2025-09-05 05:50:33'),
(979018,326359,'action started via WP Cron','2025-09-05 05:53:26','2025-09-05 05:53:26'),
(979019,326359,'action complete via WP Cron','2025-09-05 05:53:26','2025-09-05 05:53:26'),
(979020,326360,'action created','2025-09-05 05:53:26','2025-09-05 05:53:26'),
(979021,326360,'action started via WP Cron','2025-09-05 05:56:26','2025-09-05 05:56:26'),
(979022,326360,'action complete via WP Cron','2025-09-05 05:56:27','2025-09-05 05:56:27'),
(979023,326361,'action created','2025-09-05 05:56:27','2025-09-05 05:56:27'),
(979024,326361,'action started via WP Cron','2025-09-05 05:58:27','2025-09-05 05:58:27'),
(979025,326361,'action complete via WP Cron','2025-09-05 05:58:27','2025-09-05 05:58:27'),
(979026,326362,'action created','2025-09-05 05:58:27','2025-09-05 05:58:27'),
(979027,326362,'action started via WP Cron','2025-09-05 06:00:31','2025-09-05 06:00:31'),
(979028,326362,'action complete via WP Cron','2025-09-05 06:00:31','2025-09-05 06:00:31'),
(979029,326363,'action created','2025-09-05 06:00:31','2025-09-05 06:00:31'),
(979030,326363,'action started via WP Cron','2025-09-05 06:03:27','2025-09-05 06:03:27'),
(979031,326363,'action complete via WP Cron','2025-09-05 06:03:27','2025-09-05 06:03:27'),
(979032,326364,'action created','2025-09-05 06:03:27','2025-09-05 06:03:27'),
(979033,326364,'action started via WP Cron','2025-09-05 06:06:32','2025-09-05 06:06:32'),
(979034,326364,'action complete via WP Cron','2025-09-05 06:06:32','2025-09-05 06:06:32'),
(979035,326365,'action created','2025-09-05 06:06:32','2025-09-05 06:06:32'),
(979036,326365,'action started via WP Cron','2025-09-05 06:09:33','2025-09-05 06:09:33'),
(979037,326365,'action complete via WP Cron','2025-09-05 06:09:33','2025-09-05 06:09:33'),
(979038,326366,'action created','2025-09-05 06:09:33','2025-09-05 06:09:33'),
(979039,326366,'action started via WP Cron','2025-09-05 06:11:33','2025-09-05 06:11:33'),
(979040,326366,'action complete via WP Cron','2025-09-05 06:11:33','2025-09-05 06:11:33'),
(979041,326367,'action created','2025-09-05 06:11:33','2025-09-05 06:11:33'),
(979042,326367,'action started via WP Cron','2025-09-05 06:14:28','2025-09-05 06:14:28'),
(979043,326367,'action complete via WP Cron','2025-09-05 06:14:28','2025-09-05 06:14:28'),
(979044,326368,'action created','2025-09-05 06:14:28','2025-09-05 06:14:28'),
(979045,326368,'action started via WP Cron','2025-09-05 06:17:24','2025-09-05 06:17:24'),
(979046,326368,'action complete via WP Cron','2025-09-05 06:17:24','2025-09-05 06:17:24'),
(979047,326369,'action created','2025-09-05 06:17:24','2025-09-05 06:17:24'),
(979048,326369,'action started via WP Cron','2025-09-05 06:19:28','2025-09-05 06:19:28'),
(979049,326369,'action complete via WP Cron','2025-09-05 06:19:28','2025-09-05 06:19:28'),
(979050,326370,'action created','2025-09-05 06:19:28','2025-09-05 06:19:28'),
(979051,326370,'action started via WP Cron','2025-09-05 06:22:37','2025-09-05 06:22:37'),
(979052,326370,'action complete via WP Cron','2025-09-05 06:22:37','2025-09-05 06:22:37'),
(979053,326371,'action created','2025-09-05 06:22:37','2025-09-05 06:22:37'),
(979054,326371,'action started via WP Cron','2025-09-05 06:25:23','2025-09-05 06:25:23'),
(979055,326371,'action complete via WP Cron','2025-09-05 06:25:23','2025-09-05 06:25:23'),
(979056,326372,'action created','2025-09-05 06:25:23','2025-09-05 06:25:23'),
(979057,326372,'action started via WP Cron','2025-09-05 06:27:30','2025-09-05 06:27:30'),
(979058,326372,'action complete via WP Cron','2025-09-05 06:27:31','2025-09-05 06:27:31'),
(979059,326373,'action created','2025-09-05 06:27:31','2025-09-05 06:27:31'),
(979060,326373,'action started via WP Cron','2025-09-05 06:29:33','2025-09-05 06:29:33'),
(979061,326373,'action complete via WP Cron','2025-09-05 06:29:33','2025-09-05 06:29:33'),
(979062,326374,'action created','2025-09-05 06:29:33','2025-09-05 06:29:33'),
(979063,326374,'action started via WP Cron','2025-09-05 06:32:32','2025-09-05 06:32:32'),
(979064,326374,'action complete via WP Cron','2025-09-05 06:32:32','2025-09-05 06:32:32'),
(979065,326375,'action created','2025-09-05 06:32:32','2025-09-05 06:32:32'),
(979066,326375,'action started via WP Cron','2025-09-05 06:35:22','2025-09-05 06:35:22'),
(979067,326375,'action complete via WP Cron','2025-09-05 06:35:22','2025-09-05 06:35:22'),
(979068,326376,'action created','2025-09-05 06:35:22','2025-09-05 06:35:22'),
(979069,326376,'action started via WP Cron','2025-09-05 06:37:27','2025-09-05 06:37:27'),
(979070,326376,'action complete via WP Cron','2025-09-05 06:37:27','2025-09-05 06:37:27'),
(979071,326377,'action created','2025-09-05 06:37:27','2025-09-05 06:37:27'),
(979072,326377,'action started via WP Cron','2025-09-05 06:39:32','2025-09-05 06:39:32'),
(979073,326377,'action complete via WP Cron','2025-09-05 06:39:32','2025-09-05 06:39:32'),
(979074,326378,'action created','2025-09-05 06:39:32','2025-09-05 06:39:32'),
(979075,326378,'action started via WP Cron','2025-09-05 06:42:29','2025-09-05 06:42:29'),
(979076,326378,'action complete via WP Cron','2025-09-05 06:42:29','2025-09-05 06:42:29'),
(979077,326379,'action created','2025-09-05 06:42:29','2025-09-05 06:42:29'),
(979078,326379,'action started via WP Cron','2025-09-05 06:45:31','2025-09-05 06:45:31'),
(979079,326379,'action complete via WP Cron','2025-09-05 06:45:31','2025-09-05 06:45:31'),
(979080,326380,'action created','2025-09-05 06:45:31','2025-09-05 06:45:31'),
(979081,326380,'action started via WP Cron','2025-09-05 06:47:31','2025-09-05 06:47:31'),
(979082,326380,'action complete via WP Cron','2025-09-05 06:47:31','2025-09-05 06:47:31'),
(979083,326381,'action created','2025-09-05 06:47:31','2025-09-05 06:47:31'),
(979084,326381,'action started via WP Cron','2025-09-05 06:50:27','2025-09-05 06:50:27'),
(979085,326381,'action complete via WP Cron','2025-09-05 06:50:27','2025-09-05 06:50:27'),
(979086,326382,'action created','2025-09-05 06:50:27','2025-09-05 06:50:27'),
(979087,326382,'action started via WP Cron','2025-09-05 06:52:28','2025-09-05 06:52:28'),
(979088,326382,'action complete via WP Cron','2025-09-05 06:52:28','2025-09-05 06:52:28'),
(979089,326383,'action created','2025-09-05 06:52:28','2025-09-05 06:52:28'),
(979090,326383,'action started via WP Cron','2025-09-05 06:54:29','2025-09-05 06:54:29'),
(979091,326383,'action complete via WP Cron','2025-09-05 06:54:29','2025-09-05 06:54:29'),
(979092,326384,'action created','2025-09-05 06:54:29','2025-09-05 06:54:29'),
(979093,326384,'action started via WP Cron','2025-09-05 06:57:23','2025-09-05 06:57:23'),
(979094,326384,'action complete via WP Cron','2025-09-05 06:57:24','2025-09-05 06:57:24'),
(979095,326385,'action created','2025-09-05 06:57:24','2025-09-05 06:57:24'),
(979096,326385,'action started via WP Cron','2025-09-05 06:59:26','2025-09-05 06:59:26'),
(979097,326385,'action complete via WP Cron','2025-09-05 06:59:26','2025-09-05 06:59:26'),
(979098,326386,'action created','2025-09-05 06:59:26','2025-09-05 06:59:26'),
(979099,326386,'action started via WP Cron','2025-09-05 07:02:28','2025-09-05 07:02:28'),
(979100,326386,'action complete via WP Cron','2025-09-05 07:02:28','2025-09-05 07:02:28'),
(979101,326387,'action created','2025-09-05 07:02:28','2025-09-05 07:02:28'),
(979102,326387,'action started via WP Cron','2025-09-05 07:04:28','2025-09-05 07:04:28'),
(979103,326387,'action complete via WP Cron','2025-09-05 07:04:28','2025-09-05 07:04:28'),
(979104,326388,'action created','2025-09-05 07:04:28','2025-09-05 07:04:28'),
(979105,326388,'action started via WP Cron','2025-09-05 07:06:30','2025-09-05 07:06:30'),
(979106,326388,'action complete via WP Cron','2025-09-05 07:06:30','2025-09-05 07:06:30'),
(979107,326389,'action created','2025-09-05 07:06:30','2025-09-05 07:06:30'),
(979108,326389,'action started via WP Cron','2025-09-05 07:08:36','2025-09-05 07:08:36'),
(979109,326389,'action complete via WP Cron','2025-09-05 07:08:36','2025-09-05 07:08:36'),
(979110,326390,'action created','2025-09-05 07:08:36','2025-09-05 07:08:36'),
(979111,326390,'action started via WP Cron','2025-09-05 07:11:28','2025-09-05 07:11:28'),
(979112,326390,'action complete via WP Cron','2025-09-05 07:11:28','2025-09-05 07:11:28'),
(979113,326391,'action created','2025-09-05 07:11:28','2025-09-05 07:11:28'),
(979114,326391,'action started via WP Cron','2025-09-05 07:14:30','2025-09-05 07:14:30'),
(979115,326391,'action complete via WP Cron','2025-09-05 07:14:30','2025-09-05 07:14:30'),
(979116,326392,'action created','2025-09-05 07:14:30','2025-09-05 07:14:30'),
(979117,326392,'action started via WP Cron','2025-09-05 07:16:32','2025-09-05 07:16:32'),
(979118,326392,'action complete via WP Cron','2025-09-05 07:16:32','2025-09-05 07:16:32'),
(979119,326393,'action created','2025-09-05 07:16:32','2025-09-05 07:16:32'),
(979120,326393,'action started via WP Cron','2025-09-05 07:19:32','2025-09-05 07:19:32'),
(979121,326393,'action complete via WP Cron','2025-09-05 07:19:32','2025-09-05 07:19:32'),
(979122,326394,'action created','2025-09-05 07:19:32','2025-09-05 07:19:32'),
(979123,326394,'action started via WP Cron','2025-09-05 07:21:34','2025-09-05 07:21:34'),
(979124,326394,'action complete via WP Cron','2025-09-05 07:21:34','2025-09-05 07:21:34'),
(979125,326395,'action created','2025-09-05 07:21:34','2025-09-05 07:21:34'),
(979126,326395,'action started via WP Cron','2025-09-05 07:24:30','2025-09-05 07:24:30'),
(979127,326395,'action complete via WP Cron','2025-09-05 07:24:30','2025-09-05 07:24:30'),
(979128,326396,'action created','2025-09-05 07:24:30','2025-09-05 07:24:30'),
(979129,326396,'action started via WP Cron','2025-09-05 07:26:38','2025-09-05 07:26:38'),
(979130,326396,'action complete via WP Cron','2025-09-05 07:26:38','2025-09-05 07:26:38'),
(979131,326397,'action created','2025-09-05 07:26:38','2025-09-05 07:26:38'),
(979132,326397,'action started via WP Cron','2025-09-05 07:29:28','2025-09-05 07:29:28'),
(979133,326397,'action complete via WP Cron','2025-09-05 07:29:28','2025-09-05 07:29:28'),
(979134,326398,'action created','2025-09-05 07:29:28','2025-09-05 07:29:28'),
(979135,326398,'action started via WP Cron','2025-09-05 07:32:23','2025-09-05 07:32:23'),
(979136,326398,'action complete via WP Cron','2025-09-05 07:32:23','2025-09-05 07:32:23'),
(979137,326399,'action created','2025-09-05 07:32:23','2025-09-05 07:32:23'),
(979138,326399,'action started via WP Cron','2025-09-05 07:34:26','2025-09-05 07:34:26'),
(979139,326399,'action complete via WP Cron','2025-09-05 07:34:26','2025-09-05 07:34:26'),
(979140,326400,'action created','2025-09-05 07:34:26','2025-09-05 07:34:26'),
(979141,326400,'action started via WP Cron','2025-09-05 07:36:30','2025-09-05 07:36:30'),
(979142,326400,'action complete via WP Cron','2025-09-05 07:36:30','2025-09-05 07:36:30'),
(979143,326401,'action created','2025-09-05 07:36:30','2025-09-05 07:36:30'),
(979144,326401,'action started via WP Cron','2025-09-05 07:38:30','2025-09-05 07:38:30'),
(979145,326401,'action complete via WP Cron','2025-09-05 07:38:30','2025-09-05 07:38:30'),
(979146,326402,'action created','2025-09-05 07:38:30','2025-09-05 07:38:30'),
(979147,326402,'action started via WP Cron','2025-09-05 07:41:31','2025-09-05 07:41:31'),
(979148,326402,'action complete via WP Cron','2025-09-05 07:41:31','2025-09-05 07:41:31'),
(979149,326403,'action created','2025-09-05 07:41:31','2025-09-05 07:41:31'),
(979150,326403,'action started via WP Cron','2025-09-05 07:43:33','2025-09-05 07:43:33'),
(979151,326403,'action complete via WP Cron','2025-09-05 07:43:33','2025-09-05 07:43:33'),
(979152,326404,'action created','2025-09-05 07:43:33','2025-09-05 07:43:33'),
(979153,326404,'action started via WP Cron','2025-09-05 07:45:35','2025-09-05 07:45:35'),
(979154,326404,'action complete via WP Cron','2025-09-05 07:45:35','2025-09-05 07:45:35'),
(979155,326405,'action created','2025-09-05 07:45:35','2025-09-05 07:45:35'),
(979156,326405,'action started via WP Cron','2025-09-05 07:48:36','2025-09-05 07:48:36'),
(979157,326405,'action complete via WP Cron','2025-09-05 07:48:36','2025-09-05 07:48:36'),
(979158,326406,'action created','2025-09-05 07:48:36','2025-09-05 07:48:36'),
(979159,326406,'action started via WP Cron','2025-09-05 07:51:27','2025-09-05 07:51:27'),
(979160,326406,'action complete via WP Cron','2025-09-05 07:51:27','2025-09-05 07:51:27'),
(979161,326407,'action created','2025-09-05 07:51:27','2025-09-05 07:51:27'),
(979162,326407,'action started via WP Cron','2025-09-05 07:53:31','2025-09-05 07:53:31'),
(979163,326407,'action complete via WP Cron','2025-09-05 07:53:31','2025-09-05 07:53:31'),
(979164,326408,'action created','2025-09-05 07:53:31','2025-09-05 07:53:31'),
(979165,326408,'action started via WP Cron','2025-09-05 07:56:37','2025-09-05 07:56:37'),
(979166,326408,'action complete via WP Cron','2025-09-05 07:56:37','2025-09-05 07:56:37'),
(979167,326409,'action created','2025-09-05 07:56:37','2025-09-05 07:56:37'),
(979168,326409,'action started via WP Cron','2025-09-05 07:59:32','2025-09-05 07:59:32'),
(979169,326409,'action complete via WP Cron','2025-09-05 07:59:32','2025-09-05 07:59:32'),
(979170,326410,'action created','2025-09-05 07:59:32','2025-09-05 07:59:32'),
(979171,326410,'action started via WP Cron','2025-09-05 08:02:34','2025-09-05 08:02:34'),
(979172,326410,'action complete via WP Cron','2025-09-05 08:02:34','2025-09-05 08:02:34'),
(979173,326411,'action created','2025-09-05 08:02:34','2025-09-05 08:02:34'),
(979174,326411,'action started via WP Cron','2025-09-05 08:05:28','2025-09-05 08:05:28'),
(979175,326411,'action complete via WP Cron','2025-09-05 08:05:28','2025-09-05 08:05:28'),
(979176,326412,'action created','2025-09-05 08:05:28','2025-09-05 08:05:28'),
(979177,326412,'action started via WP Cron','2025-09-05 08:08:17','2025-09-05 08:08:17'),
(979178,326412,'action complete via WP Cron','2025-09-05 08:08:17','2025-09-05 08:08:17'),
(979179,326413,'action created','2025-09-05 08:08:17','2025-09-05 08:08:17'),
(979180,326413,'action started via WP Cron','2025-09-05 08:10:27','2025-09-05 08:10:27'),
(979181,326413,'action complete via WP Cron','2025-09-05 08:10:27','2025-09-05 08:10:27'),
(979182,326414,'action created','2025-09-05 08:10:27','2025-09-05 08:10:27'),
(979183,326414,'action started via WP Cron','2025-09-05 08:12:28','2025-09-05 08:12:28'),
(979184,326414,'action complete via WP Cron','2025-09-05 08:12:28','2025-09-05 08:12:28'),
(979185,326415,'action created','2025-09-05 08:12:28','2025-09-05 08:12:28'),
(979186,326415,'action started via WP Cron','2025-09-05 08:15:32','2025-09-05 08:15:32'),
(979187,326415,'action complete via WP Cron','2025-09-05 08:15:32','2025-09-05 08:15:32'),
(979188,326416,'action created','2025-09-05 08:15:32','2025-09-05 08:15:32'),
(979189,326416,'action started via WP Cron','2025-09-05 08:19:29','2025-09-05 08:19:29'),
(979190,326416,'action complete via WP Cron','2025-09-05 08:19:29','2025-09-05 08:19:29'),
(979191,326417,'action created','2025-09-05 08:19:30','2025-09-05 08:19:30'),
(979192,326417,'action started via WP Cron','2025-09-05 08:22:31','2025-09-05 08:22:31'),
(979193,326417,'action complete via WP Cron','2025-09-05 08:22:31','2025-09-05 08:22:31'),
(979194,326418,'action created','2025-09-05 08:22:31','2025-09-05 08:22:31'),
(979195,326418,'action started via WP Cron','2025-09-05 08:25:23','2025-09-05 08:25:23'),
(979196,326418,'action complete via WP Cron','2025-09-05 08:25:23','2025-09-05 08:25:23'),
(979197,326419,'action created','2025-09-05 08:25:23','2025-09-05 08:25:23'),
(979198,326419,'action started via WP Cron','2025-09-05 08:27:26','2025-09-05 08:27:26'),
(979199,326419,'action complete via WP Cron','2025-09-05 08:27:26','2025-09-05 08:27:26'),
(979200,326420,'action created','2025-09-05 08:27:26','2025-09-05 08:27:26'),
(979201,326420,'action started via WP Cron','2025-09-05 08:29:32','2025-09-05 08:29:32'),
(979202,326420,'action complete via WP Cron','2025-09-05 08:29:32','2025-09-05 08:29:32'),
(979203,326421,'action created','2025-09-05 08:29:33','2025-09-05 08:29:33'),
(979204,326421,'action started via WP Cron','2025-09-05 08:31:34','2025-09-05 08:31:34'),
(979205,326421,'action complete via WP Cron','2025-09-05 08:31:34','2025-09-05 08:31:34'),
(979206,326422,'action created','2025-09-05 08:31:35','2025-09-05 08:31:35'),
(979207,326422,'action started via WP Cron','2025-09-05 08:34:31','2025-09-05 08:34:31'),
(979208,326422,'action complete via WP Cron','2025-09-05 08:34:31','2025-09-05 08:34:31'),
(979209,326423,'action created','2025-09-05 08:34:31','2025-09-05 08:34:31'),
(979210,326423,'action started via WP Cron','2025-09-05 08:37:23','2025-09-05 08:37:23'),
(979211,326423,'action complete via WP Cron','2025-09-05 08:37:23','2025-09-05 08:37:23'),
(979212,326424,'action created','2025-09-05 08:37:23','2025-09-05 08:37:23'),
(979213,326424,'action started via WP Cron','2025-09-05 08:39:28','2025-09-05 08:39:28'),
(979214,326424,'action complete via WP Cron','2025-09-05 08:39:28','2025-09-05 08:39:28'),
(979215,326425,'action created','2025-09-05 08:39:28','2025-09-05 08:39:28'),
(979216,326425,'action started via WP Cron','2025-09-05 08:41:28','2025-09-05 08:41:28'),
(979217,326425,'action complete via WP Cron','2025-09-05 08:41:28','2025-09-05 08:41:28'),
(979218,326426,'action created','2025-09-05 08:41:28','2025-09-05 08:41:28'),
(979219,326426,'action started via WP Cron','2025-09-05 08:43:33','2025-09-05 08:43:33'),
(979220,326426,'action complete via WP Cron','2025-09-05 08:43:33','2025-09-05 08:43:33'),
(979221,326427,'action created','2025-09-05 08:43:33','2025-09-05 08:43:33'),
(979222,326427,'action started via WP Cron','2025-09-05 08:46:28','2025-09-05 08:46:28'),
(979223,326427,'action complete via WP Cron','2025-09-05 08:46:28','2025-09-05 08:46:28'),
(979224,326428,'action created','2025-09-05 08:46:28','2025-09-05 08:46:28'),
(979225,326428,'action started via WP Cron','2025-09-05 08:49:30','2025-09-05 08:49:30'),
(979226,326428,'action complete via WP Cron','2025-09-05 08:49:30','2025-09-05 08:49:30'),
(979227,326429,'action created','2025-09-05 08:49:30','2025-09-05 08:49:30'),
(979228,326429,'action started via WP Cron','2025-09-05 08:52:27','2025-09-05 08:52:27'),
(979229,326429,'action complete via WP Cron','2025-09-05 08:52:27','2025-09-05 08:52:27'),
(979230,326430,'action created','2025-09-05 08:52:27','2025-09-05 08:52:27'),
(979231,326430,'action started via WP Cron','2025-09-05 08:55:32','2025-09-05 08:55:32'),
(979232,326430,'action complete via WP Cron','2025-09-05 08:55:32','2025-09-05 08:55:32'),
(979233,326431,'action created','2025-09-05 08:55:32','2025-09-05 08:55:32'),
(979234,326431,'action started via WP Cron','2025-09-05 08:59:36','2025-09-05 08:59:36'),
(979235,326431,'action complete via WP Cron','2025-09-05 08:59:36','2025-09-05 08:59:36'),
(979236,326432,'action created','2025-09-05 08:59:37','2025-09-05 08:59:37'),
(979237,326432,'action started via WP Cron','2025-09-05 09:02:27','2025-09-05 09:02:27'),
(979238,326432,'action complete via WP Cron','2025-09-05 09:02:27','2025-09-05 09:02:27'),
(979239,326433,'action created','2025-09-05 09:02:27','2025-09-05 09:02:27'),
(979240,326433,'action started via WP Cron','2025-09-05 09:05:29','2025-09-05 09:05:29'),
(979241,326433,'action complete via WP Cron','2025-09-05 09:05:29','2025-09-05 09:05:29'),
(979242,326434,'action created','2025-09-05 09:05:29','2025-09-05 09:05:29'),
(979243,326434,'action started via WP Cron','2025-09-05 09:08:30','2025-09-05 09:08:30'),
(979244,326434,'action complete via WP Cron','2025-09-05 09:08:30','2025-09-05 09:08:30'),
(979245,326435,'action created','2025-09-05 09:08:30','2025-09-05 09:08:30'),
(979246,326435,'action started via WP Cron','2025-09-05 09:11:23','2025-09-05 09:11:23'),
(979247,326435,'action complete via WP Cron','2025-09-05 09:11:23','2025-09-05 09:11:23'),
(979248,326436,'action created','2025-09-05 09:11:23','2025-09-05 09:11:23'),
(979249,326436,'action started via WP Cron','2025-09-05 09:13:30','2025-09-05 09:13:30'),
(979250,326437,'action created','2025-09-05 09:13:30','2025-09-05 09:13:30'),
(979251,326436,'action complete via WP Cron','2025-09-05 09:13:35','2025-09-05 09:13:35'),
(979252,326438,'action created','2025-09-05 09:13:35','2025-09-05 09:13:35'),
(979253,326437,'action started via WP Cron','2025-09-05 09:13:40','2025-09-05 09:13:40'),
(979254,326437,'action complete via WP Cron','2025-09-05 09:13:40','2025-09-05 09:13:40'),
(979255,326438,'action started via WP Cron','2025-09-05 09:16:28','2025-09-05 09:16:28'),
(979256,326439,'action created','2025-09-05 09:16:28','2025-09-05 09:16:28'),
(979257,326438,'action complete via WP Cron','2025-09-05 09:16:33','2025-09-05 09:16:33'),
(979258,326440,'action created','2025-09-05 09:16:33','2025-09-05 09:16:33'),
(979259,326439,'action started via WP Cron','2025-09-05 09:16:38','2025-09-05 09:16:38'),
(979260,326439,'action complete via WP Cron','2025-09-05 09:16:38','2025-09-05 09:16:38'),
(979261,326440,'action started via WP Cron','2025-09-05 09:19:23','2025-09-05 09:19:23'),
(979262,326440,'action complete via WP Cron','2025-09-05 09:19:23','2025-09-05 09:19:23'),
(979263,326441,'action created','2025-09-05 09:19:23','2025-09-05 09:19:23'),
(979264,326441,'action started via WP Cron','2025-09-05 09:21:24','2025-09-05 09:21:24'),
(979265,326441,'action complete via WP Cron','2025-09-05 09:21:24','2025-09-05 09:21:24'),
(979266,326442,'action created','2025-09-05 09:21:24','2025-09-05 09:21:24'),
(979267,326442,'action started via WP Cron','2025-09-05 09:24:29','2025-09-05 09:24:29'),
(979268,326442,'action complete via WP Cron','2025-09-05 09:24:29','2025-09-05 09:24:29'),
(979269,326443,'action created','2025-09-05 09:24:29','2025-09-05 09:24:29'),
(979270,326443,'action started via WP Cron','2025-09-05 09:27:22','2025-09-05 09:27:22'),
(979271,326443,'action complete via WP Cron','2025-09-05 09:27:23','2025-09-05 09:27:23'),
(979272,326444,'action created','2025-09-05 09:27:23','2025-09-05 09:27:23'),
(979273,326444,'action started via WP Cron','2025-09-05 09:29:24','2025-09-05 09:29:24'),
(979274,326444,'action complete via WP Cron','2025-09-05 09:29:24','2025-09-05 09:29:24'),
(979275,326445,'action created','2025-09-05 09:29:24','2025-09-05 09:29:24'),
(979276,326445,'action started via WP Cron','2025-09-05 09:31:31','2025-09-05 09:31:31'),
(979277,326445,'action complete via WP Cron','2025-09-05 09:31:31','2025-09-05 09:31:31'),
(979278,326446,'action created','2025-09-05 09:31:31','2025-09-05 09:31:31'),
(979279,326446,'action started via WP Cron','2025-09-05 09:34:31','2025-09-05 09:34:31'),
(979280,326446,'action complete via WP Cron','2025-09-05 09:34:31','2025-09-05 09:34:31'),
(979281,326447,'action created','2025-09-05 09:34:31','2025-09-05 09:34:31'),
(979282,326447,'action started via WP Cron','2025-09-05 09:37:25','2025-09-05 09:37:25'),
(979283,326447,'action complete via WP Cron','2025-09-05 09:37:25','2025-09-05 09:37:25'),
(979284,326448,'action created','2025-09-05 09:37:25','2025-09-05 09:37:25'),
(979285,326448,'action started via WP Cron','2025-09-05 09:39:28','2025-09-05 09:39:28'),
(979286,326448,'action complete via WP Cron','2025-09-05 09:39:28','2025-09-05 09:39:28'),
(979287,326449,'action created','2025-09-05 09:39:28','2025-09-05 09:39:28'),
(979288,326449,'action started via WP Cron','2025-09-05 09:42:23','2025-09-05 09:42:23'),
(979289,326449,'action complete via WP Cron','2025-09-05 09:42:23','2025-09-05 09:42:23'),
(979290,326450,'action created','2025-09-05 09:42:23','2025-09-05 09:42:23'),
(979291,326450,'action started via WP Cron','2025-09-05 09:45:31','2025-09-05 09:45:31'),
(979292,326450,'action complete via WP Cron','2025-09-05 09:45:31','2025-09-05 09:45:31'),
(979293,326451,'action created','2025-09-05 09:45:31','2025-09-05 09:45:31'),
(979294,326451,'action started via WP Cron','2025-09-05 09:47:36','2025-09-05 09:47:36'),
(979295,326451,'action complete via WP Cron','2025-09-05 09:47:36','2025-09-05 09:47:36'),
(979296,326452,'action created','2025-09-05 09:47:36','2025-09-05 09:47:36'),
(979297,326452,'action started via WP Cron','2025-09-05 09:50:33','2025-09-05 09:50:33'),
(979298,326452,'action complete via WP Cron','2025-09-05 09:50:33','2025-09-05 09:50:33'),
(979299,326453,'action created','2025-09-05 09:50:33','2025-09-05 09:50:33'),
(979300,326453,'action started via WP Cron','2025-09-05 09:53:23','2025-09-05 09:53:23'),
(979301,326453,'action complete via WP Cron','2025-09-05 09:53:23','2025-09-05 09:53:23'),
(979302,326454,'action created','2025-09-05 09:53:23','2025-09-05 09:53:23'),
(979303,326454,'action started via WP Cron','2025-09-05 09:55:26','2025-09-05 09:55:26'),
(979304,326455,'action created','2025-09-05 09:55:26','2025-09-05 09:55:26'),
(979305,326454,'action complete via WP Cron','2025-09-05 09:55:31','2025-09-05 09:55:31'),
(979306,326456,'action created','2025-09-05 09:55:31','2025-09-05 09:55:31'),
(979307,326455,'action started via WP Cron','2025-09-05 09:55:36','2025-09-05 09:55:36'),
(979308,326455,'action complete via WP Cron','2025-09-05 09:55:37','2025-09-05 09:55:37'),
(979309,326456,'action started via WP Cron','2025-09-05 09:58:27','2025-09-05 09:58:27'),
(979310,326456,'action complete via WP Cron','2025-09-05 09:58:27','2025-09-05 09:58:27'),
(979311,326457,'action created','2025-09-05 09:58:27','2025-09-05 09:58:27'),
(979312,326457,'action started via WP Cron','2025-09-05 10:02:11','2025-09-05 10:02:11'),
(979313,326457,'action complete via WP Cron','2025-09-05 10:02:11','2025-09-05 10:02:11'),
(979314,326458,'action created','2025-09-05 10:02:11','2025-09-05 10:02:11'),
(979315,326458,'action started via WP Cron','2025-09-05 10:04:27','2025-09-05 10:04:27'),
(979316,326458,'action complete via WP Cron','2025-09-05 10:04:28','2025-09-05 10:04:28'),
(979317,326459,'action created','2025-09-05 10:04:28','2025-09-05 10:04:28'),
(979318,326459,'action started via WP Cron','2025-09-05 10:06:28','2025-09-05 10:06:28'),
(979319,326459,'action complete via WP Cron','2025-09-05 10:06:28','2025-09-05 10:06:28'),
(979320,326460,'action created','2025-09-05 10:06:28','2025-09-05 10:06:28'),
(979321,326460,'action started via WP Cron','2025-09-05 10:09:25','2025-09-05 10:09:25'),
(979322,326460,'action complete via WP Cron','2025-09-05 10:09:25','2025-09-05 10:09:25'),
(979323,326461,'action created','2025-09-05 10:09:25','2025-09-05 10:09:25'),
(979324,326461,'action started via WP Cron','2025-09-05 10:11:28','2025-09-05 10:11:28'),
(979325,326461,'action complete via WP Cron','2025-09-05 10:11:28','2025-09-05 10:11:28'),
(979326,326462,'action created','2025-09-05 10:11:28','2025-09-05 10:11:28'),
(979327,326462,'action started via WP Cron','2025-09-05 10:13:28','2025-09-05 10:13:28'),
(979328,326462,'action complete via WP Cron','2025-09-05 10:13:28','2025-09-05 10:13:28'),
(979329,326463,'action created','2025-09-05 10:13:28','2025-09-05 10:13:28'),
(979330,326463,'action started via WP Cron','2025-09-05 10:16:22','2025-09-05 10:16:22'),
(979331,326463,'action complete via WP Cron','2025-09-05 10:16:22','2025-09-05 10:16:22'),
(979332,326464,'action created','2025-09-05 10:16:22','2025-09-05 10:16:22'),
(979333,326464,'action started via WP Cron','2025-09-05 10:18:35','2025-09-05 10:18:35'),
(979334,326464,'action complete via WP Cron','2025-09-05 10:18:35','2025-09-05 10:18:35'),
(979335,326465,'action created','2025-09-05 10:18:35','2025-09-05 10:18:35'),
(979336,326465,'action started via WP Cron','2025-09-05 10:21:25','2025-09-05 10:21:25'),
(979337,326465,'action complete via WP Cron','2025-09-05 10:21:25','2025-09-05 10:21:25'),
(979338,326466,'action created','2025-09-05 10:21:25','2025-09-05 10:21:25'),
(979339,326466,'action started via WP Cron','2025-09-05 10:23:29','2025-09-05 10:23:29'),
(979340,326466,'action complete via WP Cron','2025-09-05 10:23:29','2025-09-05 10:23:29'),
(979341,326467,'action created','2025-09-05 10:23:29','2025-09-05 10:23:29'),
(979342,326467,'action started via WP Cron','2025-09-05 10:26:25','2025-09-05 10:26:25'),
(979343,326467,'action complete via WP Cron','2025-09-05 10:26:25','2025-09-05 10:26:25'),
(979344,326468,'action created','2025-09-05 10:26:25','2025-09-05 10:26:25'),
(979345,326468,'action started via WP Cron','2025-09-05 10:28:30','2025-09-05 10:28:30'),
(979346,326468,'action complete via WP Cron','2025-09-05 10:28:30','2025-09-05 10:28:30'),
(979347,326469,'action created','2025-09-05 10:28:30','2025-09-05 10:28:30'),
(979348,326469,'action started via WP Cron','2025-09-05 10:31:28','2025-09-05 10:31:28'),
(979349,326469,'action complete via WP Cron','2025-09-05 10:31:28','2025-09-05 10:31:28'),
(979350,326470,'action created','2025-09-05 10:31:28','2025-09-05 10:31:28'),
(979351,326470,'action started via WP Cron','2025-09-05 10:34:28','2025-09-05 10:34:28'),
(979352,326470,'action complete via WP Cron','2025-09-05 10:34:29','2025-09-05 10:34:29'),
(979353,326471,'action created','2025-09-05 10:34:29','2025-09-05 10:34:29'),
(979354,326471,'action started via WP Cron','2025-09-05 10:36:31','2025-09-05 10:36:31'),
(979355,326471,'action complete via WP Cron','2025-09-05 10:36:31','2025-09-05 10:36:31'),
(979356,326472,'action created','2025-09-05 10:36:31','2025-09-05 10:36:31'),
(979357,326472,'action started via WP Cron','2025-09-05 10:39:26','2025-09-05 10:39:26'),
(979358,326472,'action complete via WP Cron','2025-09-05 10:39:26','2025-09-05 10:39:26'),
(979359,326473,'action created','2025-09-05 10:39:26','2025-09-05 10:39:26'),
(979360,326473,'action started via WP Cron','2025-09-05 10:41:32','2025-09-05 10:41:32'),
(979361,326473,'action complete via WP Cron','2025-09-05 10:41:32','2025-09-05 10:41:32'),
(979362,326474,'action created','2025-09-05 10:41:32','2025-09-05 10:41:32'),
(979363,326474,'action started via WP Cron','2025-09-05 10:44:25','2025-09-05 10:44:25'),
(979364,326474,'action complete via WP Cron','2025-09-05 10:44:25','2025-09-05 10:44:25'),
(979365,326475,'action created','2025-09-05 10:44:25','2025-09-05 10:44:25'),
(979366,326475,'action started via WP Cron','2025-09-05 10:46:28','2025-09-05 10:46:28'),
(979367,326475,'action complete via WP Cron','2025-09-05 10:46:28','2025-09-05 10:46:28'),
(979368,326476,'action created','2025-09-05 10:46:28','2025-09-05 10:46:28'),
(979369,326476,'action started via WP Cron','2025-09-05 10:48:31','2025-09-05 10:48:31'),
(979370,326476,'action complete via WP Cron','2025-09-05 10:48:31','2025-09-05 10:48:31'),
(979371,326477,'action created','2025-09-05 10:48:31','2025-09-05 10:48:31'),
(979372,326477,'action started via WP Cron','2025-09-05 10:51:25','2025-09-05 10:51:25'),
(979373,326477,'action complete via WP Cron','2025-09-05 10:51:25','2025-09-05 10:51:25'),
(979374,326478,'action created','2025-09-05 10:51:25','2025-09-05 10:51:25'),
(979375,326478,'action started via WP Cron','2025-09-05 10:53:26','2025-09-05 10:53:26'),
(979376,326478,'action complete via WP Cron','2025-09-05 10:53:26','2025-09-05 10:53:26'),
(979377,326479,'action created','2025-09-05 10:53:26','2025-09-05 10:53:26'),
(979378,326479,'action started via WP Cron','2025-09-05 10:55:26','2025-09-05 10:55:26'),
(979379,326479,'action complete via WP Cron','2025-09-05 10:55:26','2025-09-05 10:55:26'),
(979380,326480,'action created','2025-09-05 10:55:26','2025-09-05 10:55:26'),
(979381,326480,'action started via WP Cron','2025-09-05 10:57:28','2025-09-05 10:57:28'),
(979382,326480,'action complete via WP Cron','2025-09-05 10:57:28','2025-09-05 10:57:28'),
(979383,326481,'action created','2025-09-05 10:57:28','2025-09-05 10:57:28'),
(979384,326481,'action started via WP Cron','2025-09-05 10:59:28','2025-09-05 10:59:28'),
(979385,326481,'action complete via WP Cron','2025-09-05 10:59:28','2025-09-05 10:59:28'),
(979386,326482,'action created','2025-09-05 10:59:28','2025-09-05 10:59:28'),
(979387,326482,'action started via WP Cron','2025-09-05 11:02:26','2025-09-05 11:02:26'),
(979388,326482,'action complete via WP Cron','2025-09-05 11:02:26','2025-09-05 11:02:26'),
(979389,326483,'action created','2025-09-05 11:02:26','2025-09-05 11:02:26'),
(979390,326483,'action started via WP Cron','2025-09-05 11:04:41','2025-09-05 11:04:41'),
(979391,326483,'action complete via WP Cron','2025-09-05 11:04:41','2025-09-05 11:04:41'),
(979392,326484,'action created','2025-09-05 11:04:41','2025-09-05 11:04:41'),
(979393,326484,'action started via WP Cron','2025-09-05 11:07:28','2025-09-05 11:07:28'),
(979394,326484,'action complete via WP Cron','2025-09-05 11:07:28','2025-09-05 11:07:28'),
(979395,326485,'action created','2025-09-05 11:07:28','2025-09-05 11:07:28'),
(979396,326485,'action started via WP Cron','2025-09-05 11:09:29','2025-09-05 11:09:29'),
(979397,326485,'action complete via WP Cron','2025-09-05 11:09:29','2025-09-05 11:09:29'),
(979398,326486,'action created','2025-09-05 11:09:29','2025-09-05 11:09:29'),
(979399,326486,'action started via WP Cron','2025-09-05 11:11:32','2025-09-05 11:11:32'),
(979400,326486,'action complete via WP Cron','2025-09-05 11:11:32','2025-09-05 11:11:32'),
(979401,326487,'action created','2025-09-05 11:11:32','2025-09-05 11:11:32'),
(979402,326487,'action started via WP Cron','2025-09-05 11:14:23','2025-09-05 11:14:23'),
(979403,326487,'action complete via WP Cron','2025-09-05 11:14:23','2025-09-05 11:14:23'),
(979404,326488,'action created','2025-09-05 11:14:23','2025-09-05 11:14:23'),
(979405,326488,'action started via WP Cron','2025-09-05 11:16:26','2025-09-05 11:16:26'),
(979406,326488,'action complete via WP Cron','2025-09-05 11:16:26','2025-09-05 11:16:26'),
(979407,326489,'action created','2025-09-05 11:16:26','2025-09-05 11:16:26'),
(979408,326489,'action started via WP Cron','2025-09-05 11:18:30','2025-09-05 11:18:30'),
(979409,326489,'action complete via WP Cron','2025-09-05 11:18:30','2025-09-05 11:18:30'),
(979410,326490,'action created','2025-09-05 11:18:30','2025-09-05 11:18:30'),
(979411,326490,'action started via WP Cron','2025-09-05 11:21:26','2025-09-05 11:21:26'),
(979412,326490,'action complete via WP Cron','2025-09-05 11:21:26','2025-09-05 11:21:26'),
(979413,326491,'action created','2025-09-05 11:21:26','2025-09-05 11:21:26'),
(979414,326491,'action started via WP Cron','2025-09-05 11:23:28','2025-09-05 11:23:28'),
(979415,326491,'action complete via WP Cron','2025-09-05 11:23:28','2025-09-05 11:23:28'),
(979416,326492,'action created','2025-09-05 11:23:28','2025-09-05 11:23:28'),
(979417,326492,'action started via WP Cron','2025-09-05 11:25:28','2025-09-05 11:25:28'),
(979418,326492,'action complete via WP Cron','2025-09-05 11:25:28','2025-09-05 11:25:28'),
(979419,326493,'action created','2025-09-05 11:25:28','2025-09-05 11:25:28'),
(979420,326493,'action started via WP Cron','2025-09-05 11:27:29','2025-09-05 11:27:29'),
(979421,326493,'action complete via WP Cron','2025-09-05 11:27:29','2025-09-05 11:27:29'),
(979422,326494,'action created','2025-09-05 11:27:29','2025-09-05 11:27:29'),
(979423,326494,'action started via WP Cron','2025-09-05 11:30:31','2025-09-05 11:30:31'),
(979424,326494,'action complete via WP Cron','2025-09-05 11:30:31','2025-09-05 11:30:31'),
(979425,326495,'action created','2025-09-05 11:30:31','2025-09-05 11:30:31'),
(979426,326495,'action started via WP Cron','2025-09-05 11:33:28','2025-09-05 11:33:28'),
(979427,326495,'action complete via WP Cron','2025-09-05 11:33:28','2025-09-05 11:33:28'),
(979428,326496,'action created','2025-09-05 11:33:28','2025-09-05 11:33:28'),
(979429,326496,'action started via WP Cron','2025-09-05 11:36:23','2025-09-05 11:36:23'),
(979430,326496,'action complete via WP Cron','2025-09-05 11:36:23','2025-09-05 11:36:23'),
(979431,326497,'action created','2025-09-05 11:36:23','2025-09-05 11:36:23'),
(979432,326497,'action started via WP Cron','2025-09-05 11:38:26','2025-09-05 11:38:26'),
(979433,326497,'action complete via WP Cron','2025-09-05 11:38:26','2025-09-05 11:38:26'),
(979434,326498,'action created','2025-09-05 11:38:26','2025-09-05 11:38:26'),
(979435,326498,'action started via WP Cron','2025-09-05 11:40:31','2025-09-05 11:40:31'),
(979436,326498,'action complete via WP Cron','2025-09-05 11:40:31','2025-09-05 11:40:31'),
(979437,326499,'action created','2025-09-05 11:40:31','2025-09-05 11:40:31'),
(979438,326499,'action started via WP Cron','2025-09-05 11:43:28','2025-09-05 11:43:28'),
(979439,326499,'action complete via WP Cron','2025-09-05 11:43:28','2025-09-05 11:43:28'),
(979440,326500,'action created','2025-09-05 11:43:28','2025-09-05 11:43:28'),
(979441,326500,'action started via WP Cron','2025-09-05 11:46:22','2025-09-05 11:46:22'),
(979442,326500,'action complete via WP Cron','2025-09-05 11:46:23','2025-09-05 11:46:23'),
(979443,326501,'action created','2025-09-05 11:46:23','2025-09-05 11:46:23'),
(979444,326501,'action started via WP Cron','2025-09-05 11:48:23','2025-09-05 11:48:23'),
(979445,326501,'action complete via WP Cron','2025-09-05 11:48:24','2025-09-05 11:48:24'),
(979446,326502,'action created','2025-09-05 11:48:24','2025-09-05 11:48:24'),
(979447,326502,'action started via WP Cron','2025-09-05 11:50:30','2025-09-05 11:50:30'),
(979448,326502,'action complete via WP Cron','2025-09-05 11:50:30','2025-09-05 11:50:30'),
(979449,326503,'action created','2025-09-05 11:50:30','2025-09-05 11:50:30'),
(979450,326503,'action started via WP Cron','2025-09-05 11:53:25','2025-09-05 11:53:25'),
(979451,326503,'action complete via WP Cron','2025-09-05 11:53:25','2025-09-05 11:53:25'),
(979452,326504,'action created','2025-09-05 11:53:25','2025-09-05 11:53:25'),
(979453,326504,'action started via WP Cron','2025-09-05 11:55:27','2025-09-05 11:55:27'),
(979454,326504,'action complete via WP Cron','2025-09-05 11:55:27','2025-09-05 11:55:27'),
(979455,326505,'action created','2025-09-05 11:55:27','2025-09-05 11:55:27'),
(979456,326505,'action started via WP Cron','2025-09-05 11:58:26','2025-09-05 11:58:26'),
(979457,326505,'action complete via WP Cron','2025-09-05 11:58:26','2025-09-05 11:58:26'),
(979458,326506,'action created','2025-09-05 11:58:26','2025-09-05 11:58:26'),
(979459,326506,'action started via WP Cron','2025-09-05 12:00:28','2025-09-05 12:00:28'),
(979460,326506,'action complete via WP Cron','2025-09-05 12:00:28','2025-09-05 12:00:28'),
(979461,326507,'action created','2025-09-05 12:00:28','2025-09-05 12:00:28'),
(979462,326507,'action started via WP Cron','2025-09-05 12:03:27','2025-09-05 12:03:27'),
(979463,326507,'action complete via WP Cron','2025-09-05 12:03:27','2025-09-05 12:03:27'),
(979464,326508,'action created','2025-09-05 12:03:27','2025-09-05 12:03:27'),
(979465,326508,'action started via WP Cron','2025-09-05 12:06:26','2025-09-05 12:06:26'),
(979466,326508,'action complete via WP Cron','2025-09-05 12:06:26','2025-09-05 12:06:26'),
(979467,326509,'action created','2025-09-05 12:06:26','2025-09-05 12:06:26'),
(979468,326509,'action started via WP Cron','2025-09-05 12:09:54','2025-09-05 12:09:54'),
(979469,326509,'action complete via WP Cron','2025-09-05 12:09:54','2025-09-05 12:09:54'),
(979470,326510,'action created','2025-09-05 12:09:54','2025-09-05 12:09:54'),
(979471,326510,'action started via WP Cron','2025-09-05 12:12:31','2025-09-05 12:12:31'),
(979472,326510,'action complete via WP Cron','2025-09-05 12:12:31','2025-09-05 12:12:31'),
(979473,326511,'action created','2025-09-05 12:12:31','2025-09-05 12:12:31'),
(979474,326511,'action started via WP Cron','2025-09-05 12:15:30','2025-09-05 12:15:30'),
(979475,326511,'action complete via WP Cron','2025-09-05 12:15:30','2025-09-05 12:15:30'),
(979476,326512,'action created','2025-09-05 12:15:31','2025-09-05 12:15:31'),
(979477,326512,'action started via WP Cron','2025-09-05 12:18:26','2025-09-05 12:18:26'),
(979478,326512,'action complete via WP Cron','2025-09-05 12:18:26','2025-09-05 12:18:26'),
(979479,326513,'action created','2025-09-05 12:18:26','2025-09-05 12:18:26'),
(979480,326513,'action started via WP Cron','2025-09-05 12:21:28','2025-09-05 12:21:28'),
(979481,326513,'action complete via WP Cron','2025-09-05 12:21:28','2025-09-05 12:21:28'),
(979482,326514,'action created','2025-09-05 12:21:28','2025-09-05 12:21:28'),
(979483,326514,'action started via WP Cron','2025-09-05 12:24:27','2025-09-05 12:24:27'),
(979484,326514,'action complete via WP Cron','2025-09-05 12:24:27','2025-09-05 12:24:27'),
(979485,326515,'action created','2025-09-05 12:24:27','2025-09-05 12:24:27'),
(979486,326515,'action started via WP Cron','2025-09-05 12:27:23','2025-09-05 12:27:23'),
(979487,326515,'action complete via WP Cron','2025-09-05 12:27:23','2025-09-05 12:27:23'),
(979488,326516,'action created','2025-09-05 12:27:23','2025-09-05 12:27:23'),
(979489,326516,'action started via WP Cron','2025-09-05 12:29:27','2025-09-05 12:29:27'),
(979490,326516,'action complete via WP Cron','2025-09-05 12:29:27','2025-09-05 12:29:27'),
(979491,326517,'action created','2025-09-05 12:29:27','2025-09-05 12:29:27'),
(979492,326517,'action started via WP Cron','2025-09-05 12:32:29','2025-09-05 12:32:29'),
(979493,326517,'action complete via WP Cron','2025-09-05 12:32:29','2025-09-05 12:32:29'),
(979494,326518,'action created','2025-09-05 12:32:29','2025-09-05 12:32:29'),
(979495,326518,'action started via WP Cron','2025-09-05 12:35:24','2025-09-05 12:35:24'),
(979496,326518,'action complete via WP Cron','2025-09-05 12:35:25','2025-09-05 12:35:25'),
(979497,326519,'action created','2025-09-05 12:35:25','2025-09-05 12:35:25'),
(979498,326519,'action started via WP Cron','2025-09-05 12:38:27','2025-09-05 12:38:27'),
(979499,326519,'action complete via WP Cron','2025-09-05 12:38:27','2025-09-05 12:38:27'),
(979500,326520,'action created','2025-09-05 12:38:27','2025-09-05 12:38:27'),
(979501,326520,'action started via WP Cron','2025-09-05 12:41:28','2025-09-05 12:41:28'),
(979502,326520,'action complete via WP Cron','2025-09-05 12:41:28','2025-09-05 12:41:28'),
(979503,326521,'action created','2025-09-05 12:41:28','2025-09-05 12:41:28'),
(979504,326521,'action started via WP Cron','2025-09-05 12:43:31','2025-09-05 12:43:31'),
(979505,326521,'action complete via WP Cron','2025-09-05 12:43:31','2025-09-05 12:43:31'),
(979506,326522,'action created','2025-09-05 12:43:31','2025-09-05 12:43:31'),
(979507,326522,'action started via WP Cron','2025-09-05 12:46:30','2025-09-05 12:46:30'),
(979508,326522,'action complete via WP Cron','2025-09-05 12:46:30','2025-09-05 12:46:30'),
(979509,326523,'action created','2025-09-05 12:46:30','2025-09-05 12:46:30'),
(979510,326523,'action started via WP Cron','2025-09-05 12:49:25','2025-09-05 12:49:25'),
(979511,326523,'action complete via WP Cron','2025-09-05 12:49:25','2025-09-05 12:49:25'),
(979512,326524,'action created','2025-09-05 12:49:25','2025-09-05 12:49:25'),
(979513,326524,'action started via WP Cron','2025-09-05 12:52:23','2025-09-05 12:52:23'),
(979514,326524,'action complete via WP Cron','2025-09-05 12:52:23','2025-09-05 12:52:23'),
(979515,326525,'action created','2025-09-05 12:52:24','2025-09-05 12:52:24'),
(979516,326525,'action started via WP Cron','2025-09-05 12:54:29','2025-09-05 12:54:29'),
(979517,326525,'action complete via WP Cron','2025-09-05 12:54:29','2025-09-05 12:54:29'),
(979518,326526,'action created','2025-09-05 12:54:29','2025-09-05 12:54:29'),
(979519,326526,'action started via WP Cron','2025-09-05 12:57:22','2025-09-05 12:57:22'),
(979520,326526,'action complete via WP Cron','2025-09-05 12:57:22','2025-09-05 12:57:22'),
(979521,326527,'action created','2025-09-05 12:57:23','2025-09-05 12:57:23'),
(979522,326527,'action started via WP Cron','2025-09-05 12:59:25','2025-09-05 12:59:25'),
(979523,326527,'action complete via WP Cron','2025-09-05 12:59:25','2025-09-05 12:59:25'),
(979524,326528,'action created','2025-09-05 12:59:25','2025-09-05 12:59:25'),
(979525,326528,'action started via WP Cron','2025-09-05 13:01:43','2025-09-05 13:01:43'),
(979526,326528,'action complete via WP Cron','2025-09-05 13:01:43','2025-09-05 13:01:43'),
(979527,326529,'action created','2025-09-05 13:01:43','2025-09-05 13:01:43'),
(979528,326529,'action started via WP Cron','2025-09-05 13:04:32','2025-09-05 13:04:32'),
(979529,326529,'action complete via WP Cron','2025-09-05 13:04:32','2025-09-05 13:04:32'),
(979530,326530,'action created','2025-09-05 13:04:32','2025-09-05 13:04:32'),
(979531,326530,'action started via WP Cron','2025-09-05 13:07:26','2025-09-05 13:07:26'),
(979532,326530,'action complete via WP Cron','2025-09-05 13:07:26','2025-09-05 13:07:26'),
(979533,326531,'action created','2025-09-05 13:07:26','2025-09-05 13:07:26'),
(979534,326531,'action started via WP Cron','2025-09-05 13:10:28','2025-09-05 13:10:28'),
(979535,326531,'action complete via WP Cron','2025-09-05 13:10:28','2025-09-05 13:10:28'),
(979536,326532,'action created','2025-09-05 13:10:28','2025-09-05 13:10:28'),
(979537,326532,'action started via WP Cron','2025-09-05 13:13:26','2025-09-05 13:13:26'),
(979538,326532,'action complete via WP Cron','2025-09-05 13:13:26','2025-09-05 13:13:26'),
(979539,326533,'action created','2025-09-05 13:13:26','2025-09-05 13:13:26'),
(979540,326533,'action started via WP Cron','2025-09-05 13:16:23','2025-09-05 13:16:23'),
(979541,326533,'action complete via WP Cron','2025-09-05 13:16:23','2025-09-05 13:16:23'),
(979542,326534,'action created','2025-09-05 13:16:23','2025-09-05 13:16:23'),
(979543,326534,'action started via WP Cron','2025-09-05 13:18:24','2025-09-05 13:18:24'),
(979544,326534,'action complete via WP Cron','2025-09-05 13:18:24','2025-09-05 13:18:24'),
(979545,326535,'action created','2025-09-05 13:18:24','2025-09-05 13:18:24'),
(979546,326535,'action started via WP Cron','2025-09-05 13:21:25','2025-09-05 13:21:25'),
(979547,326535,'action complete via WP Cron','2025-09-05 13:21:26','2025-09-05 13:21:26'),
(979548,326536,'action created','2025-09-05 13:21:26','2025-09-05 13:21:26'),
(979549,326536,'action started via WP Cron','2025-09-05 13:24:22','2025-09-05 13:24:22'),
(979550,326536,'action complete via WP Cron','2025-09-05 13:24:22','2025-09-05 13:24:22'),
(979551,326537,'action created','2025-09-05 13:24:22','2025-09-05 13:24:22'),
(979552,326537,'action started via WP Cron','2025-09-05 13:26:27','2025-09-05 13:26:27'),
(979553,326537,'action complete via WP Cron','2025-09-05 13:26:27','2025-09-05 13:26:27'),
(979554,326538,'action created','2025-09-05 13:26:27','2025-09-05 13:26:27'),
(979555,326538,'action started via WP Cron','2025-09-05 13:29:25','2025-09-05 13:29:25'),
(979556,326538,'action complete via WP Cron','2025-09-05 13:29:25','2025-09-05 13:29:25'),
(979557,326539,'action created','2025-09-05 13:29:25','2025-09-05 13:29:25'),
(979558,326539,'action started via WP Cron','2025-09-05 13:31:27','2025-09-05 13:31:27'),
(979559,326539,'action complete via WP Cron','2025-09-05 13:31:27','2025-09-05 13:31:27'),
(979560,326540,'action created','2025-09-05 13:31:27','2025-09-05 13:31:27'),
(979561,326540,'action started via WP Cron','2025-09-05 13:34:30','2025-09-05 13:34:30'),
(979562,326540,'action complete via WP Cron','2025-09-05 13:34:30','2025-09-05 13:34:30'),
(979563,326541,'action created','2025-09-05 13:34:30','2025-09-05 13:34:30'),
(979564,326541,'action started via WP Cron','2025-09-05 13:37:24','2025-09-05 13:37:24'),
(979565,326541,'action complete via WP Cron','2025-09-05 13:37:24','2025-09-05 13:37:24'),
(979566,326542,'action created','2025-09-05 13:37:24','2025-09-05 13:37:24'),
(979567,326542,'action started via WP Cron','2025-09-05 13:39:29','2025-09-05 13:39:29'),
(979568,326542,'action complete via WP Cron','2025-09-05 13:39:29','2025-09-05 13:39:29'),
(979569,326543,'action created','2025-09-05 13:39:29','2025-09-05 13:39:29'),
(979570,326543,'action started via WP Cron','2025-09-05 13:42:27','2025-09-05 13:42:27'),
(979571,326543,'action complete via WP Cron','2025-09-05 13:42:27','2025-09-05 13:42:27'),
(979572,326544,'action created','2025-09-05 13:42:27','2025-09-05 13:42:27'),
(979573,326544,'action started via WP Cron','2025-09-05 13:46:23','2025-09-05 13:46:23'),
(979574,326544,'action complete via WP Cron','2025-09-05 13:46:23','2025-09-05 13:46:23'),
(979575,326545,'action created','2025-09-05 13:46:23','2025-09-05 13:46:23'),
(979576,326545,'action started via WP Cron','2025-09-05 13:48:23','2025-09-05 13:48:23'),
(979577,326545,'action complete via WP Cron','2025-09-05 13:48:23','2025-09-05 13:48:23'),
(979578,326546,'action created','2025-09-05 13:48:23','2025-09-05 13:48:23'),
(979579,326546,'action started via WP Cron','2025-09-05 13:50:34','2025-09-05 13:50:34'),
(979580,326546,'action complete via WP Cron','2025-09-05 13:50:34','2025-09-05 13:50:34'),
(979581,326547,'action created','2025-09-05 13:50:34','2025-09-05 13:50:34'),
(979582,326547,'action started via WP Cron','2025-09-05 13:53:26','2025-09-05 13:53:26'),
(979583,326547,'action complete via WP Cron','2025-09-05 13:53:26','2025-09-05 13:53:26'),
(979584,326548,'action created','2025-09-05 13:53:26','2025-09-05 13:53:26'),
(979585,326548,'action started via WP Cron','2025-09-05 13:55:26','2025-09-05 13:55:26'),
(979586,326548,'action complete via WP Cron','2025-09-05 13:55:26','2025-09-05 13:55:26'),
(979587,326549,'action created','2025-09-05 13:55:26','2025-09-05 13:55:26'),
(979588,326549,'action started via WP Cron','2025-09-05 13:57:35','2025-09-05 13:57:35'),
(979589,326549,'action complete via WP Cron','2025-09-05 13:57:35','2025-09-05 13:57:35'),
(979590,326550,'action created','2025-09-05 13:57:35','2025-09-05 13:57:35'),
(979591,326550,'action started via WP Cron','2025-09-05 14:00:28','2025-09-05 14:00:28'),
(979592,326550,'action complete via WP Cron','2025-09-05 14:00:28','2025-09-05 14:00:28'),
(979593,326551,'action created','2025-09-05 14:00:28','2025-09-05 14:00:28'),
(979594,326551,'action started via WP Cron','2025-09-05 14:03:39','2025-09-05 14:03:39'),
(979595,326551,'action complete via WP Cron','2025-09-05 14:03:39','2025-09-05 14:03:39'),
(979596,326552,'action created','2025-09-05 14:03:39','2025-09-05 14:03:39'),
(979597,326552,'action started via WP Cron','2025-09-05 14:06:25','2025-09-05 14:06:25'),
(979598,326552,'action complete via WP Cron','2025-09-05 14:06:25','2025-09-05 14:06:25'),
(979599,326553,'action created','2025-09-05 14:06:25','2025-09-05 14:06:25'),
(979600,326553,'action started via WP Cron','2025-09-05 14:08:33','2025-09-05 14:08:33'),
(979601,326553,'action complete via WP Cron','2025-09-05 14:08:34','2025-09-05 14:08:34'),
(979602,326554,'action created','2025-09-05 14:08:34','2025-09-05 14:08:34'),
(979603,326554,'action started via WP Cron','2025-09-05 14:11:28','2025-09-05 14:11:28'),
(979604,326554,'action complete via WP Cron','2025-09-05 14:11:29','2025-09-05 14:11:29'),
(979605,326555,'action created','2025-09-05 14:11:29','2025-09-05 14:11:29'),
(979606,326555,'action started via WP Cron','2025-09-05 14:14:24','2025-09-05 14:14:24'),
(979607,326555,'action complete via WP Cron','2025-09-05 14:14:24','2025-09-05 14:14:24'),
(979608,326556,'action created','2025-09-05 14:14:24','2025-09-05 14:14:24'),
(979609,326556,'action started via WP Cron','2025-09-05 14:16:24','2025-09-05 14:16:24'),
(979610,326556,'action complete via WP Cron','2025-09-05 14:16:24','2025-09-05 14:16:24'),
(979611,326557,'action created','2025-09-05 14:16:24','2025-09-05 14:16:24'),
(979612,326557,'action started via WP Cron','2025-09-05 14:18:26','2025-09-05 14:18:26'),
(979613,326557,'action complete via WP Cron','2025-09-05 14:18:26','2025-09-05 14:18:26'),
(979614,326558,'action created','2025-09-05 14:18:26','2025-09-05 14:18:26'),
(979615,326558,'action started via WP Cron','2025-09-05 14:21:27','2025-09-05 14:21:27'),
(979616,326558,'action complete via WP Cron','2025-09-05 14:21:27','2025-09-05 14:21:27'),
(979617,326559,'action created','2025-09-05 14:21:27','2025-09-05 14:21:27'),
(979618,326559,'action started via WP Cron','2025-09-05 14:24:24','2025-09-05 14:24:24'),
(979619,326559,'action complete via WP Cron','2025-09-05 14:24:24','2025-09-05 14:24:24'),
(979620,326560,'action created','2025-09-05 14:24:24','2025-09-05 14:24:24'),
(979621,326560,'action started via WP Cron','2025-09-05 14:26:30','2025-09-05 14:26:30'),
(979622,326560,'action complete via WP Cron','2025-09-05 14:26:30','2025-09-05 14:26:30'),
(979623,326561,'action created','2025-09-05 14:26:30','2025-09-05 14:26:30'),
(979624,326561,'action started via WP Cron','2025-09-05 14:29:24','2025-09-05 14:29:24'),
(979625,326561,'action complete via WP Cron','2025-09-05 14:29:24','2025-09-05 14:29:24'),
(979626,326562,'action created','2025-09-05 14:29:24','2025-09-05 14:29:24'),
(979627,326562,'action started via WP Cron','2025-09-05 14:31:26','2025-09-05 14:31:26'),
(979628,326562,'action complete via WP Cron','2025-09-05 14:31:26','2025-09-05 14:31:26'),
(979629,326563,'action created','2025-09-05 14:31:26','2025-09-05 14:31:26'),
(979630,326563,'action started via WP Cron','2025-09-05 14:34:28','2025-09-05 14:34:28'),
(979631,326563,'action complete via WP Cron','2025-09-05 14:34:28','2025-09-05 14:34:28'),
(979632,326564,'action created','2025-09-05 14:34:28','2025-09-05 14:34:28'),
(979633,326564,'action started via WP Cron','2025-09-05 14:37:25','2025-09-05 14:37:25'),
(979634,326564,'action complete via WP Cron','2025-09-05 14:37:25','2025-09-05 14:37:25'),
(979635,326565,'action created','2025-09-05 14:37:25','2025-09-05 14:37:25'),
(979636,326565,'action started via WP Cron','2025-09-05 14:40:22','2025-09-05 14:40:22'),
(979637,326565,'action complete via WP Cron','2025-09-05 14:40:22','2025-09-05 14:40:22'),
(979638,326566,'action created','2025-09-05 14:40:22','2025-09-05 14:40:22'),
(979639,326566,'action started via WP Cron','2025-09-05 14:42:27','2025-09-05 14:42:27'),
(979640,326566,'action complete via WP Cron','2025-09-05 14:42:28','2025-09-05 14:42:28'),
(979641,326567,'action created','2025-09-05 14:42:28','2025-09-05 14:42:28'),
(979642,326567,'action started via WP Cron','2025-09-05 14:45:35','2025-09-05 14:45:35'),
(979643,326567,'action complete via WP Cron','2025-09-05 14:45:35','2025-09-05 14:45:35'),
(979644,326568,'action created','2025-09-05 14:45:35','2025-09-05 14:45:35'),
(979645,326568,'action started via WP Cron','2025-09-05 14:48:25','2025-09-05 14:48:25'),
(979646,326568,'action complete via WP Cron','2025-09-05 14:48:25','2025-09-05 14:48:25'),
(979647,326569,'action created','2025-09-05 14:48:25','2025-09-05 14:48:25'),
(979648,326569,'action started via WP Cron','2025-09-05 14:51:30','2025-09-05 14:51:30'),
(979649,326569,'action complete via WP Cron','2025-09-05 14:51:30','2025-09-05 14:51:30'),
(979650,326570,'action created','2025-09-05 14:51:30','2025-09-05 14:51:30'),
(979651,326570,'action started via WP Cron','2025-09-05 14:53:30','2025-09-05 14:53:30'),
(979652,326570,'action complete via WP Cron','2025-09-05 14:53:30','2025-09-05 14:53:30'),
(979653,326571,'action created','2025-09-05 14:53:30','2025-09-05 14:53:30'),
(979654,326571,'action started via WP Cron','2025-09-05 14:55:31','2025-09-05 14:55:31'),
(979655,326571,'action complete via WP Cron','2025-09-05 14:55:31','2025-09-05 14:55:31'),
(979656,326572,'action created','2025-09-05 14:55:31','2025-09-05 14:55:31'),
(979657,326572,'action started via WP Cron','2025-09-05 14:58:24','2025-09-05 14:58:24'),
(979658,326572,'action complete via WP Cron','2025-09-05 14:58:24','2025-09-05 14:58:24'),
(979659,326573,'action created','2025-09-05 14:58:24','2025-09-05 14:58:24'),
(979660,326573,'action started via WP Cron','2025-09-05 15:00:26','2025-09-05 15:00:26'),
(979661,326573,'action complete via WP Cron','2025-09-05 15:00:26','2025-09-05 15:00:26'),
(979662,326574,'action created','2025-09-05 15:00:26','2025-09-05 15:00:26'),
(979663,326574,'action started via WP Cron','2025-09-05 15:02:27','2025-09-05 15:02:27'),
(979664,326574,'action complete via WP Cron','2025-09-05 15:02:27','2025-09-05 15:02:27'),
(979665,326575,'action created','2025-09-05 15:02:27','2025-09-05 15:02:27'),
(979666,326575,'action started via WP Cron','2025-09-05 15:05:28','2025-09-05 15:05:28'),
(979667,326575,'action complete via WP Cron','2025-09-05 15:05:28','2025-09-05 15:05:28'),
(979668,326576,'action created','2025-09-05 15:05:28','2025-09-05 15:05:28'),
(979669,326576,'action started via WP Cron','2025-09-05 15:08:23','2025-09-05 15:08:23'),
(979670,326576,'action complete via WP Cron','2025-09-05 15:08:23','2025-09-05 15:08:23'),
(979671,326577,'action created','2025-09-05 15:08:23','2025-09-05 15:08:23'),
(979672,326577,'action started via WP Cron','2025-09-05 15:10:26','2025-09-05 15:10:26'),
(979673,326577,'action complete via WP Cron','2025-09-05 15:10:26','2025-09-05 15:10:26'),
(979674,326578,'action created','2025-09-05 15:10:26','2025-09-05 15:10:26'),
(979675,326578,'action started via WP Cron','2025-09-05 15:13:29','2025-09-05 15:13:29'),
(979676,326578,'action complete via WP Cron','2025-09-05 15:13:29','2025-09-05 15:13:29'),
(979677,326579,'action created','2025-09-05 15:13:29','2025-09-05 15:13:29'),
(979678,326579,'action started via WP Cron','2025-09-05 15:15:30','2025-09-05 15:15:30'),
(979679,326579,'action complete via WP Cron','2025-09-05 15:15:30','2025-09-05 15:15:30'),
(979680,326580,'action created','2025-09-05 15:15:30','2025-09-05 15:15:30'),
(979681,326580,'action started via WP Cron','2025-09-05 15:18:28','2025-09-05 15:18:28'),
(979682,326580,'action complete via WP Cron','2025-09-05 15:18:28','2025-09-05 15:18:28'),
(979683,326581,'action created','2025-09-05 15:18:28','2025-09-05 15:18:28'),
(979684,326581,'action started via WP Cron','2025-09-05 15:21:23','2025-09-05 15:21:23'),
(979685,326581,'action complete via WP Cron','2025-09-05 15:21:23','2025-09-05 15:21:23'),
(979686,326582,'action created','2025-09-05 15:21:23','2025-09-05 15:21:23'),
(979687,326306,'action started via WP Cron','2025-09-05 15:21:23','2025-09-05 15:21:23'),
(979688,326306,'action complete via WP Cron','2025-09-05 15:21:23','2025-09-05 15:21:23'),
(979689,326583,'action created','2025-09-05 15:21:23','2025-09-05 15:21:23'),
(979690,326582,'action started via WP Cron','2025-09-05 15:23:23','2025-09-05 15:23:23'),
(979691,326582,'action complete via WP Cron','2025-09-05 15:23:23','2025-09-05 15:23:23'),
(979692,326584,'action created','2025-09-05 15:23:23','2025-09-05 15:23:23'),
(979693,326584,'action started via WP Cron','2025-09-05 15:25:23','2025-09-05 15:25:23'),
(979694,326584,'action complete via WP Cron','2025-09-05 15:25:23','2025-09-05 15:25:23'),
(979695,326585,'action created','2025-09-05 15:25:23','2025-09-05 15:25:23'),
(979696,326585,'action started via WP Cron','2025-09-05 15:27:42','2025-09-05 15:27:42'),
(979697,326585,'action complete via WP Cron','2025-09-05 15:27:42','2025-09-05 15:27:42'),
(979698,326586,'action created','2025-09-05 15:27:42','2025-09-05 15:27:42'),
(979699,326586,'action started via WP Cron','2025-09-05 15:30:27','2025-09-05 15:30:27'),
(979700,326586,'action complete via WP Cron','2025-09-05 15:30:27','2025-09-05 15:30:27'),
(979701,326587,'action created','2025-09-05 15:30:27','2025-09-05 15:30:27'),
(979702,326587,'action started via WP Cron','2025-09-05 15:33:22','2025-09-05 15:33:22'),
(979703,326587,'action complete via WP Cron','2025-09-05 15:33:22','2025-09-05 15:33:22'),
(979704,326588,'action created','2025-09-05 15:33:22','2025-09-05 15:33:22'),
(979705,326588,'action started via WP Cron','2025-09-05 15:35:25','2025-09-05 15:35:25'),
(979706,326588,'action complete via WP Cron','2025-09-05 15:35:25','2025-09-05 15:35:25'),
(979707,326589,'action created','2025-09-05 15:35:25','2025-09-05 15:35:25'),
(979708,326589,'action started via WP Cron','2025-09-05 15:37:27','2025-09-05 15:37:27'),
(979709,326589,'action complete via WP Cron','2025-09-05 15:37:28','2025-09-05 15:37:28'),
(979710,326590,'action created','2025-09-05 15:37:28','2025-09-05 15:37:28'),
(979711,326590,'action started via WP Cron','2025-09-05 15:40:26','2025-09-05 15:40:26'),
(979712,326590,'action complete via WP Cron','2025-09-05 15:40:26','2025-09-05 15:40:26'),
(979713,326591,'action created','2025-09-05 15:40:26','2025-09-05 15:40:26'),
(979714,326591,'action started via WP Cron','2025-09-05 15:42:49','2025-09-05 15:42:49'),
(979715,326591,'action complete via WP Cron','2025-09-05 15:42:49','2025-09-05 15:42:49'),
(979716,326592,'action created','2025-09-05 15:42:49','2025-09-05 15:42:49'),
(979717,326592,'action started via WP Cron','2025-09-05 15:45:27','2025-09-05 15:45:27'),
(979718,326592,'action complete via WP Cron','2025-09-05 15:45:27','2025-09-05 15:45:27'),
(979719,326593,'action created','2025-09-05 15:45:27','2025-09-05 15:45:27'),
(979720,326593,'action started via WP Cron','2025-09-05 15:47:28','2025-09-05 15:47:28'),
(979721,326593,'action complete via WP Cron','2025-09-05 15:47:29','2025-09-05 15:47:29'),
(979722,326594,'action created','2025-09-05 15:47:29','2025-09-05 15:47:29'),
(979723,326594,'action started via WP Cron','2025-09-05 15:50:32','2025-09-05 15:50:32'),
(979724,326594,'action complete via WP Cron','2025-09-05 15:50:32','2025-09-05 15:50:32'),
(979725,326595,'action created','2025-09-05 15:50:32','2025-09-05 15:50:32'),
(979726,326595,'action started via WP Cron','2025-09-05 15:53:27','2025-09-05 15:53:27'),
(979727,326595,'action complete via WP Cron','2025-09-05 15:53:27','2025-09-05 15:53:27'),
(979728,326596,'action created','2025-09-05 15:53:27','2025-09-05 15:53:27'),
(979729,326596,'action started via WP Cron','2025-09-05 15:56:22','2025-09-05 15:56:22'),
(979730,326596,'action complete via WP Cron','2025-09-05 15:56:22','2025-09-05 15:56:22'),
(979731,326597,'action created','2025-09-05 15:56:22','2025-09-05 15:56:22'),
(979732,326597,'action started via WP Cron','2025-09-05 15:58:34','2025-09-05 15:58:34'),
(979733,326597,'action complete via WP Cron','2025-09-05 15:58:35','2025-09-05 15:58:35'),
(979734,326598,'action created','2025-09-05 15:58:35','2025-09-05 15:58:35'),
(979735,326598,'action started via WP Cron','2025-09-05 16:01:28','2025-09-05 16:01:28'),
(979736,326598,'action complete via WP Cron','2025-09-05 16:01:28','2025-09-05 16:01:28'),
(979737,326599,'action created','2025-09-05 16:01:28','2025-09-05 16:01:28'),
(979738,326599,'action started via WP Cron','2025-09-05 16:04:23','2025-09-05 16:04:23'),
(979739,326599,'action complete via WP Cron','2025-09-05 16:04:23','2025-09-05 16:04:23'),
(979740,326600,'action created','2025-09-05 16:04:23','2025-09-05 16:04:23'),
(979741,326600,'action started via WP Cron','2025-09-05 16:06:23','2025-09-05 16:06:23'),
(979742,326600,'action complete via WP Cron','2025-09-05 16:06:24','2025-09-05 16:06:24'),
(979743,326601,'action created','2025-09-05 16:06:24','2025-09-05 16:06:24'),
(979744,326601,'action started via WP Cron','2025-09-05 16:09:28','2025-09-05 16:09:28'),
(979745,326601,'action complete via WP Cron','2025-09-05 16:09:28','2025-09-05 16:09:28'),
(979746,326602,'action created','2025-09-05 16:09:28','2025-09-05 16:09:28'),
(979747,326602,'action started via WP Cron','2025-09-05 16:11:30','2025-09-05 16:11:30'),
(979748,326602,'action complete via WP Cron','2025-09-05 16:11:30','2025-09-05 16:11:30'),
(979749,326603,'action created','2025-09-05 16:11:30','2025-09-05 16:11:30'),
(979750,326603,'action started via WP Cron','2025-09-05 16:14:23','2025-09-05 16:14:23'),
(979751,326603,'action complete via WP Cron','2025-09-05 16:14:23','2025-09-05 16:14:23'),
(979752,326604,'action created','2025-09-05 16:14:23','2025-09-05 16:14:23'),
(979753,326604,'action started via WP Cron','2025-09-05 16:16:25','2025-09-05 16:16:25'),
(979754,326604,'action complete via WP Cron','2025-09-05 16:16:25','2025-09-05 16:16:25'),
(979755,326605,'action created','2025-09-05 16:16:25','2025-09-05 16:16:25'),
(979756,326605,'action started via WP Cron','2025-09-05 16:18:26','2025-09-05 16:18:26'),
(979757,326605,'action complete via WP Cron','2025-09-05 16:18:26','2025-09-05 16:18:26'),
(979758,326606,'action created','2025-09-05 16:18:26','2025-09-05 16:18:26'),
(979759,326606,'action started via WP Cron','2025-09-05 16:21:24','2025-09-05 16:21:24'),
(979760,326606,'action complete via WP Cron','2025-09-05 16:21:24','2025-09-05 16:21:24'),
(979761,326607,'action created','2025-09-05 16:21:24','2025-09-05 16:21:24'),
(979762,326607,'action started via WP Cron','2025-09-05 16:23:26','2025-09-05 16:23:26'),
(979763,326607,'action complete via WP Cron','2025-09-05 16:23:26','2025-09-05 16:23:26'),
(979764,326608,'action created','2025-09-05 16:23:26','2025-09-05 16:23:26'),
(979765,326608,'action started via WP Cron','2025-09-05 16:25:26','2025-09-05 16:25:26'),
(979766,326608,'action complete via WP Cron','2025-09-05 16:25:26','2025-09-05 16:25:26'),
(979767,326609,'action created','2025-09-05 16:25:26','2025-09-05 16:25:26'),
(979768,326609,'action started via WP Cron','2025-09-05 16:27:26','2025-09-05 16:27:26'),
(979769,326609,'action complete via WP Cron','2025-09-05 16:27:26','2025-09-05 16:27:26'),
(979770,326610,'action created','2025-09-05 16:27:26','2025-09-05 16:27:26'),
(979771,326610,'action started via WP Cron','2025-09-05 16:29:27','2025-09-05 16:29:27'),
(979772,326610,'action complete via WP Cron','2025-09-05 16:29:27','2025-09-05 16:29:27'),
(979773,326611,'action created','2025-09-05 16:29:27','2025-09-05 16:29:27'),
(979774,326611,'action started via WP Cron','2025-09-05 16:32:29','2025-09-05 16:32:29'),
(979775,326611,'action complete via WP Cron','2025-09-05 16:32:29','2025-09-05 16:32:29'),
(979776,326612,'action created','2025-09-05 16:32:29','2025-09-05 16:32:29'),
(979777,326612,'action started via WP Cron','2025-09-05 16:34:52','2025-09-05 16:34:52'),
(979778,326612,'action complete via WP Cron','2025-09-05 16:34:52','2025-09-05 16:34:52'),
(979779,326613,'action created','2025-09-05 16:34:52','2025-09-05 16:34:52'),
(979780,326613,'action started via WP Cron','2025-09-05 16:38:18','2025-09-05 16:38:18'),
(979781,326613,'action complete via WP Cron','2025-09-05 16:38:18','2025-09-05 16:38:18'),
(979782,326614,'action created','2025-09-05 16:38:18','2025-09-05 16:38:18'),
(979783,326614,'action started via WP Cron','2025-09-05 16:40:25','2025-09-05 16:40:25'),
(979784,326614,'action complete via WP Cron','2025-09-05 16:40:25','2025-09-05 16:40:25'),
(979785,326615,'action created','2025-09-05 16:40:25','2025-09-05 16:40:25'),
(979786,326615,'action started via WP Cron','2025-09-05 16:44:36','2025-09-05 16:44:36'),
(979787,326615,'action complete via WP Cron','2025-09-05 16:44:36','2025-09-05 16:44:36'),
(979788,326616,'action created','2025-09-05 16:44:36','2025-09-05 16:44:36'),
(979789,326616,'action started via WP Cron','2025-09-05 16:48:19','2025-09-05 16:48:19'),
(979790,326616,'action complete via WP Cron','2025-09-05 16:48:19','2025-09-05 16:48:19'),
(979791,326617,'action created','2025-09-05 16:48:19','2025-09-05 16:48:19'),
(979792,326617,'action started via WP Cron','2025-09-05 16:50:32','2025-09-05 16:50:32'),
(979793,326617,'action complete via WP Cron','2025-09-05 16:50:32','2025-09-05 16:50:32'),
(979794,326618,'action created','2025-09-05 16:50:32','2025-09-05 16:50:32'),
(979795,326618,'action started via WP Cron','2025-09-05 16:52:34','2025-09-05 16:52:34'),
(979796,326618,'action complete via WP Cron','2025-09-05 16:52:34','2025-09-05 16:52:34'),
(979797,326619,'action created','2025-09-05 16:52:34','2025-09-05 16:52:34'),
(979798,326619,'action started via WP Cron','2025-09-05 16:55:31','2025-09-05 16:55:31'),
(979799,326619,'action complete via WP Cron','2025-09-05 16:55:31','2025-09-05 16:55:31'),
(979800,326620,'action created','2025-09-05 16:55:31','2025-09-05 16:55:31'),
(979801,326620,'action started via WP Cron','2025-09-05 16:58:37','2025-09-05 16:58:37'),
(979802,326620,'action complete via WP Cron','2025-09-05 16:58:37','2025-09-05 16:58:37'),
(979803,326621,'action created','2025-09-05 16:58:37','2025-09-05 16:58:37'),
(979804,326621,'action started via WP Cron','2025-09-05 17:01:28','2025-09-05 17:01:28'),
(979805,326621,'action complete via WP Cron','2025-09-05 17:01:28','2025-09-05 17:01:28'),
(979806,326622,'action created','2025-09-05 17:01:28','2025-09-05 17:01:28'),
(979807,326622,'action started via WP Cron','2025-09-05 17:03:30','2025-09-05 17:03:30'),
(979808,326622,'action complete via WP Cron','2025-09-05 17:03:30','2025-09-05 17:03:30'),
(979809,326623,'action created','2025-09-05 17:03:30','2025-09-05 17:03:30'),
(979810,326623,'action started via WP Cron','2025-09-05 17:05:32','2025-09-05 17:05:32'),
(979811,326623,'action complete via WP Cron','2025-09-05 17:05:32','2025-09-05 17:05:32'),
(979812,326624,'action created','2025-09-05 17:05:32','2025-09-05 17:05:32'),
(979813,326624,'action started via WP Cron','2025-09-05 17:08:28','2025-09-05 17:08:28'),
(979814,326624,'action complete via WP Cron','2025-09-05 17:08:28','2025-09-05 17:08:28'),
(979815,326625,'action created','2025-09-05 17:08:28','2025-09-05 17:08:28'),
(979816,326625,'action started via WP Cron','2025-09-05 17:11:30','2025-09-05 17:11:30'),
(979817,326625,'action complete via WP Cron','2025-09-05 17:11:30','2025-09-05 17:11:30'),
(979818,326626,'action created','2025-09-05 17:11:30','2025-09-05 17:11:30'),
(979819,326626,'action started via WP Cron','2025-09-05 17:13:31','2025-09-05 17:13:31'),
(979820,326626,'action complete via WP Cron','2025-09-05 17:13:31','2025-09-05 17:13:31'),
(979821,326627,'action created','2025-09-05 17:13:31','2025-09-05 17:13:31'),
(979822,326627,'action started via WP Cron','2025-09-05 17:16:27','2025-09-05 17:16:27'),
(979823,326627,'action complete via WP Cron','2025-09-05 17:16:27','2025-09-05 17:16:27'),
(979824,326628,'action created','2025-09-05 17:16:27','2025-09-05 17:16:27'),
(979825,326628,'action started via WP Cron','2025-09-05 17:18:31','2025-09-05 17:18:31'),
(979826,326628,'action complete via WP Cron','2025-09-05 17:18:31','2025-09-05 17:18:31'),
(979827,326629,'action created','2025-09-05 17:18:31','2025-09-05 17:18:31'),
(979828,326629,'action started via WP Cron','2025-09-05 17:21:31','2025-09-05 17:21:31'),
(979829,326629,'action complete via WP Cron','2025-09-05 17:21:32','2025-09-05 17:21:32'),
(979830,326630,'action created','2025-09-05 17:21:32','2025-09-05 17:21:32'),
(979831,326630,'action started via WP Cron','2025-09-05 17:24:25','2025-09-05 17:24:25'),
(979832,326630,'action complete via WP Cron','2025-09-05 17:24:25','2025-09-05 17:24:25'),
(979833,326631,'action created','2025-09-05 17:24:25','2025-09-05 17:24:25'),
(979834,326631,'action started via WP Cron','2025-09-05 17:26:26','2025-09-05 17:26:26'),
(979835,326631,'action complete via WP Cron','2025-09-05 17:26:26','2025-09-05 17:26:26'),
(979836,326632,'action created','2025-09-05 17:26:26','2025-09-05 17:26:26'),
(979837,326632,'action started via WP Cron','2025-09-05 17:29:28','2025-09-05 17:29:28'),
(979838,326632,'action complete via WP Cron','2025-09-05 17:29:28','2025-09-05 17:29:28'),
(979839,326633,'action created','2025-09-05 17:29:28','2025-09-05 17:29:28'),
(979840,326633,'action started via WP Cron','2025-09-05 17:32:24','2025-09-05 17:32:24'),
(979841,326633,'action complete via WP Cron','2025-09-05 17:32:24','2025-09-05 17:32:24'),
(979842,326634,'action created','2025-09-05 17:32:24','2025-09-05 17:32:24'),
(979843,326634,'action started via WP Cron','2025-09-05 17:34:31','2025-09-05 17:34:31'),
(979844,326634,'action complete via WP Cron','2025-09-05 17:34:31','2025-09-05 17:34:31'),
(979845,326635,'action created','2025-09-05 17:34:31','2025-09-05 17:34:31'),
(979846,326635,'action started via WP Cron','2025-09-05 17:37:23','2025-09-05 17:37:23'),
(979847,326635,'action complete via WP Cron','2025-09-05 17:37:23','2025-09-05 17:37:23'),
(979848,326636,'action created','2025-09-05 17:37:23','2025-09-05 17:37:23'),
(979849,326636,'action started via WP Cron','2025-09-05 17:39:27','2025-09-05 17:39:27'),
(979850,326636,'action complete via WP Cron','2025-09-05 17:39:28','2025-09-05 17:39:28'),
(979851,326637,'action created','2025-09-05 17:39:28','2025-09-05 17:39:28'),
(979852,326637,'action started via WP Cron','2025-09-05 17:41:29','2025-09-05 17:41:29'),
(979853,326637,'action complete via WP Cron','2025-09-05 17:41:29','2025-09-05 17:41:29'),
(979854,326638,'action created','2025-09-05 17:41:29','2025-09-05 17:41:29'),
(979855,326638,'action started via WP Cron','2025-09-05 17:43:32','2025-09-05 17:43:32'),
(979856,326638,'action complete via WP Cron','2025-09-05 17:43:32','2025-09-05 17:43:32'),
(979857,326639,'action created','2025-09-05 17:43:32','2025-09-05 17:43:32'),
(979858,326639,'action started via WP Cron','2025-09-05 17:46:26','2025-09-05 17:46:26'),
(979859,326639,'action complete via WP Cron','2025-09-05 17:46:26','2025-09-05 17:46:26'),
(979860,326640,'action created','2025-09-05 17:46:26','2025-09-05 17:46:26'),
(979861,326640,'action started via WP Cron','2025-09-05 17:49:25','2025-09-05 17:49:25'),
(979862,326640,'action complete via WP Cron','2025-09-05 17:49:25','2025-09-05 17:49:25'),
(979863,326641,'action created','2025-09-05 17:49:25','2025-09-05 17:49:25'),
(979864,326641,'action started via WP Cron','2025-09-05 17:51:30','2025-09-05 17:51:30'),
(979865,326641,'action complete via WP Cron','2025-09-05 17:51:30','2025-09-05 17:51:30'),
(979866,326642,'action created','2025-09-05 17:51:30','2025-09-05 17:51:30'),
(979867,326642,'action started via WP Cron','2025-09-05 17:53:30','2025-09-05 17:53:30'),
(979868,326642,'action complete via WP Cron','2025-09-05 17:53:30','2025-09-05 17:53:30'),
(979869,326643,'action created','2025-09-05 17:53:30','2025-09-05 17:53:30'),
(979870,326643,'action started via WP Cron','2025-09-05 17:56:27','2025-09-05 17:56:27'),
(979871,326643,'action complete via WP Cron','2025-09-05 17:56:27','2025-09-05 17:56:27'),
(979872,326644,'action created','2025-09-05 17:56:27','2025-09-05 17:56:27'),
(979873,326644,'action started via WP Cron','2025-09-05 17:59:22','2025-09-05 17:59:22'),
(979874,326644,'action complete via WP Cron','2025-09-05 17:59:22','2025-09-05 17:59:22'),
(979875,326645,'action created','2025-09-05 17:59:22','2025-09-05 17:59:22'),
(979876,326645,'action started via WP Cron','2025-09-05 18:01:24','2025-09-05 18:01:24'),
(979877,326645,'action complete via WP Cron','2025-09-05 18:01:24','2025-09-05 18:01:24'),
(979878,326646,'action created','2025-09-05 18:01:24','2025-09-05 18:01:24'),
(979879,326646,'action started via WP Cron','2025-09-05 18:03:28','2025-09-05 18:03:28'),
(979880,326646,'action complete via WP Cron','2025-09-05 18:03:28','2025-09-05 18:03:28'),
(979881,326647,'action created','2025-09-05 18:03:28','2025-09-05 18:03:28'),
(979882,326647,'action started via WP Cron','2025-09-05 18:05:28','2025-09-05 18:05:28'),
(979883,326647,'action complete via WP Cron','2025-09-05 18:05:28','2025-09-05 18:05:28'),
(979884,326648,'action created','2025-09-05 18:05:28','2025-09-05 18:05:28'),
(979885,326648,'action started via WP Cron','2025-09-05 18:07:30','2025-09-05 18:07:30'),
(979886,326648,'action complete via WP Cron','2025-09-05 18:07:30','2025-09-05 18:07:30'),
(979887,326649,'action created','2025-09-05 18:07:30','2025-09-05 18:07:30'),
(979888,326649,'action started via WP Cron','2025-09-05 18:10:32','2025-09-05 18:10:32'),
(979889,326649,'action complete via WP Cron','2025-09-05 18:10:32','2025-09-05 18:10:32'),
(979890,326650,'action created','2025-09-05 18:10:32','2025-09-05 18:10:32'),
(979891,326650,'action started via WP Cron','2025-09-05 18:13:23','2025-09-05 18:13:23'),
(979892,326650,'action complete via WP Cron','2025-09-05 18:13:23','2025-09-05 18:13:23'),
(979893,326651,'action created','2025-09-05 18:13:23','2025-09-05 18:13:23'),
(979894,326651,'action started via WP Cron','2025-09-05 18:15:31','2025-09-05 18:15:31'),
(979895,326651,'action complete via WP Cron','2025-09-05 18:15:31','2025-09-05 18:15:31'),
(979896,326652,'action created','2025-09-05 18:15:31','2025-09-05 18:15:31'),
(979897,326652,'action started via WP Cron','2025-09-05 18:18:25','2025-09-05 18:18:25'),
(979898,326652,'action complete via WP Cron','2025-09-05 18:18:25','2025-09-05 18:18:25'),
(979899,326653,'action created','2025-09-05 18:18:25','2025-09-05 18:18:25'),
(979900,326653,'action started via WP Cron','2025-09-05 18:20:30','2025-09-05 18:20:30'),
(979901,326653,'action complete via WP Cron','2025-09-05 18:20:30','2025-09-05 18:20:30'),
(979902,326654,'action created','2025-09-05 18:20:30','2025-09-05 18:20:30'),
(979903,326654,'action started via WP Cron','2025-09-05 18:23:29','2025-09-05 18:23:29'),
(979904,326654,'action complete via WP Cron','2025-09-05 18:23:30','2025-09-05 18:23:30'),
(979905,326655,'action created','2025-09-05 18:23:30','2025-09-05 18:23:30'),
(979906,326655,'action started via WP Cron','2025-09-05 18:26:26','2025-09-05 18:26:26'),
(979907,326655,'action complete via WP Cron','2025-09-05 18:26:26','2025-09-05 18:26:26'),
(979908,326656,'action created','2025-09-05 18:26:26','2025-09-05 18:26:26'),
(979909,326656,'action started via WP Cron','2025-09-05 18:29:25','2025-09-05 18:29:25'),
(979910,326656,'action complete via WP Cron','2025-09-05 18:29:25','2025-09-05 18:29:25'),
(979911,326657,'action created','2025-09-05 18:29:25','2025-09-05 18:29:25'),
(979912,326657,'action started via WP Cron','2025-09-05 18:31:29','2025-09-05 18:31:29'),
(979913,326657,'action complete via WP Cron','2025-09-05 18:31:29','2025-09-05 18:31:29'),
(979914,326658,'action created','2025-09-05 18:31:29','2025-09-05 18:31:29'),
(979915,326658,'action started via WP Cron','2025-09-05 18:34:33','2025-09-05 18:34:33'),
(979916,326658,'action complete via WP Cron','2025-09-05 18:34:33','2025-09-05 18:34:33'),
(979917,326659,'action created','2025-09-05 18:34:33','2025-09-05 18:34:33'),
(979918,326659,'action started via WP Cron','2025-09-05 18:37:23','2025-09-05 18:37:23'),
(979919,326659,'action complete via WP Cron','2025-09-05 18:37:24','2025-09-05 18:37:24'),
(979920,326660,'action created','2025-09-05 18:37:24','2025-09-05 18:37:24'),
(979921,326660,'action started via WP Cron','2025-09-05 18:40:25','2025-09-05 18:40:25'),
(979922,326660,'action complete via WP Cron','2025-09-05 18:40:25','2025-09-05 18:40:25'),
(979923,326661,'action created','2025-09-05 18:40:25','2025-09-05 18:40:25'),
(979924,326661,'action started via WP Cron','2025-09-05 18:42:34','2025-09-05 18:42:34'),
(979925,326661,'action complete via WP Cron','2025-09-05 18:42:34','2025-09-05 18:42:34'),
(979926,326662,'action created','2025-09-05 18:42:34','2025-09-05 18:42:34'),
(979927,326662,'action started via WP Cron','2025-09-05 18:45:29','2025-09-05 18:45:29'),
(979928,326662,'action complete via WP Cron','2025-09-05 18:45:29','2025-09-05 18:45:29'),
(979929,326663,'action created','2025-09-05 18:45:29','2025-09-05 18:45:29'),
(979930,326663,'action started via WP Cron','2025-09-05 18:47:29','2025-09-05 18:47:29'),
(979931,326663,'action complete via WP Cron','2025-09-05 18:47:30','2025-09-05 18:47:30'),
(979932,326664,'action created','2025-09-05 18:47:30','2025-09-05 18:47:30'),
(979933,326664,'action started via WP Cron','2025-09-05 18:50:32','2025-09-05 18:50:32'),
(979934,326664,'action complete via WP Cron','2025-09-05 18:50:32','2025-09-05 18:50:32'),
(979935,326665,'action created','2025-09-05 18:50:32','2025-09-05 18:50:32'),
(979936,326665,'action started via WP Cron','2025-09-05 18:52:33','2025-09-05 18:52:33'),
(979937,326665,'action complete via WP Cron','2025-09-05 18:52:33','2025-09-05 18:52:33'),
(979938,326666,'action created','2025-09-05 18:52:33','2025-09-05 18:52:33'),
(979939,326666,'action started via WP Cron','2025-09-05 18:55:23','2025-09-05 18:55:23'),
(979940,326666,'action complete via WP Cron','2025-09-05 18:55:24','2025-09-05 18:55:24'),
(979941,326667,'action created','2025-09-05 18:55:24','2025-09-05 18:55:24'),
(979942,326667,'action started via WP Cron','2025-09-05 18:57:27','2025-09-05 18:57:27'),
(979943,326667,'action complete via WP Cron','2025-09-05 18:57:27','2025-09-05 18:57:27'),
(979944,326668,'action created','2025-09-05 18:57:27','2025-09-05 18:57:27'),
(979945,326668,'action started via WP Cron','2025-09-05 18:59:28','2025-09-05 18:59:28'),
(979946,326668,'action complete via WP Cron','2025-09-05 18:59:28','2025-09-05 18:59:28'),
(979947,326669,'action created','2025-09-05 18:59:28','2025-09-05 18:59:28'),
(979948,326669,'action started via WP Cron','2025-09-05 19:01:28','2025-09-05 19:01:28'),
(979949,326669,'action complete via WP Cron','2025-09-05 19:01:28','2025-09-05 19:01:28'),
(979950,326670,'action created','2025-09-05 19:01:28','2025-09-05 19:01:28'),
(979951,326670,'action started via WP Cron','2025-09-05 19:03:29','2025-09-05 19:03:29'),
(979952,326670,'action complete via WP Cron','2025-09-05 19:03:29','2025-09-05 19:03:29'),
(979953,326671,'action created','2025-09-05 19:03:29','2025-09-05 19:03:29'),
(979954,326671,'action started via WP Cron','2025-09-05 19:06:27','2025-09-05 19:06:27'),
(979955,326671,'action complete via WP Cron','2025-09-05 19:06:27','2025-09-05 19:06:27'),
(979956,326672,'action created','2025-09-05 19:06:27','2025-09-05 19:06:27'),
(979957,326672,'action started via WP Cron','2025-09-05 19:09:23','2025-09-05 19:09:23'),
(979958,326672,'action complete via WP Cron','2025-09-05 19:09:23','2025-09-05 19:09:23'),
(979959,326673,'action created','2025-09-05 19:09:23','2025-09-05 19:09:23'),
(979960,326673,'action started via WP Cron','2025-09-05 19:11:23','2025-09-05 19:11:23'),
(979961,326673,'action complete via WP Cron','2025-09-05 19:11:23','2025-09-05 19:11:23'),
(979962,326674,'action created','2025-09-05 19:11:23','2025-09-05 19:11:23'),
(979963,326674,'action started via WP Cron','2025-09-05 19:13:24','2025-09-05 19:13:24'),
(979964,326674,'action complete via WP Cron','2025-09-05 19:13:24','2025-09-05 19:13:24'),
(979965,326675,'action created','2025-09-05 19:13:24','2025-09-05 19:13:24'),
(979966,326675,'action started via WP Cron','2025-09-05 19:15:24','2025-09-05 19:15:24'),
(979967,326675,'action complete via WP Cron','2025-09-05 19:15:24','2025-09-05 19:15:24'),
(979968,326676,'action created','2025-09-05 19:15:24','2025-09-05 19:15:24'),
(979969,326676,'action started via WP Cron','2025-09-05 19:17:31','2025-09-05 19:17:31'),
(979970,326676,'action complete via WP Cron','2025-09-05 19:17:31','2025-09-05 19:17:31'),
(979971,326677,'action created','2025-09-05 19:17:31','2025-09-05 19:17:31'),
(979972,326677,'action started via WP Cron','2025-09-05 19:19:31','2025-09-05 19:19:31'),
(979973,326677,'action complete via WP Cron','2025-09-05 19:19:31','2025-09-05 19:19:31'),
(979974,326678,'action created','2025-09-05 19:19:32','2025-09-05 19:19:32'),
(979975,326678,'action started via WP Cron','2025-09-05 19:22:27','2025-09-05 19:22:27'),
(979976,326678,'action complete via WP Cron','2025-09-05 19:22:28','2025-09-05 19:22:28'),
(979977,326679,'action created','2025-09-05 19:22:28','2025-09-05 19:22:28'),
(979978,326679,'action started via WP Cron','2025-09-05 19:24:28','2025-09-05 19:24:28'),
(979979,326679,'action complete via WP Cron','2025-09-05 19:24:28','2025-09-05 19:24:28'),
(979980,326680,'action created','2025-09-05 19:24:28','2025-09-05 19:24:28'),
(979981,326680,'action started via WP Cron','2025-09-05 19:27:32','2025-09-05 19:27:32'),
(979982,326680,'action complete via WP Cron','2025-09-05 19:27:33','2025-09-05 19:27:33'),
(979983,326681,'action created','2025-09-05 19:27:33','2025-09-05 19:27:33'),
(979984,326681,'action started via WP Cron','2025-09-05 19:30:30','2025-09-05 19:30:30'),
(979985,326681,'action complete via WP Cron','2025-09-05 19:30:30','2025-09-05 19:30:30'),
(979986,326682,'action created','2025-09-05 19:30:30','2025-09-05 19:30:30'),
(979987,326682,'action started via WP Cron','2025-09-05 19:33:23','2025-09-05 19:33:23'),
(979988,326682,'action complete via WP Cron','2025-09-05 19:33:23','2025-09-05 19:33:23'),
(979989,326683,'action created','2025-09-05 19:33:23','2025-09-05 19:33:23'),
(979990,326683,'action started via WP Cron','2025-09-05 19:35:23','2025-09-05 19:35:23'),
(979991,326683,'action complete via WP Cron','2025-09-05 19:35:23','2025-09-05 19:35:23'),
(979992,326684,'action created','2025-09-05 19:35:23','2025-09-05 19:35:23'),
(979993,326684,'action started via WP Cron','2025-09-05 19:37:27','2025-09-05 19:37:27'),
(979994,326684,'action complete via WP Cron','2025-09-05 19:37:27','2025-09-05 19:37:27'),
(979995,326685,'action created','2025-09-05 19:37:27','2025-09-05 19:37:27'),
(979996,326685,'action started via WP Cron','2025-09-05 19:39:30','2025-09-05 19:39:30'),
(979997,326685,'action complete via WP Cron','2025-09-05 19:39:30','2025-09-05 19:39:30'),
(979998,326686,'action created','2025-09-05 19:39:30','2025-09-05 19:39:30'),
(979999,326686,'action started via WP Cron','2025-09-05 19:42:30','2025-09-05 19:42:30'),
(980000,326686,'action complete via WP Cron','2025-09-05 19:42:30','2025-09-05 19:42:30'),
(980001,326687,'action created','2025-09-05 19:42:30','2025-09-05 19:42:30'),
(980002,326687,'action started via WP Cron','2025-09-05 19:44:30','2025-09-05 19:44:30'),
(980003,326687,'action complete via WP Cron','2025-09-05 19:44:30','2025-09-05 19:44:30'),
(980004,326688,'action created','2025-09-05 19:44:30','2025-09-05 19:44:30'),
(980005,326688,'action started via WP Cron','2025-09-05 19:46:31','2025-09-05 19:46:31'),
(980006,326688,'action complete via WP Cron','2025-09-05 19:46:31','2025-09-05 19:46:31'),
(980007,326689,'action created','2025-09-05 19:46:31','2025-09-05 19:46:31'),
(980008,326689,'action started via WP Cron','2025-09-05 19:49:38','2025-09-05 19:49:38'),
(980009,326689,'action complete via WP Cron','2025-09-05 19:49:38','2025-09-05 19:49:38'),
(980010,326690,'action created','2025-09-05 19:49:38','2025-09-05 19:49:38'),
(980011,326690,'action started via WP Cron','2025-09-05 19:52:32','2025-09-05 19:52:32'),
(980012,326690,'action complete via WP Cron','2025-09-05 19:52:32','2025-09-05 19:52:32'),
(980013,326691,'action created','2025-09-05 19:52:32','2025-09-05 19:52:32'),
(980014,326691,'action started via WP Cron','2025-09-05 19:55:26','2025-09-05 19:55:26'),
(980015,326691,'action complete via WP Cron','2025-09-05 19:55:26','2025-09-05 19:55:26'),
(980016,326692,'action created','2025-09-05 19:55:26','2025-09-05 19:55:26'),
(980017,326692,'action started via WP Cron','2025-09-05 19:58:29','2025-09-05 19:58:29'),
(980018,326692,'action complete via WP Cron','2025-09-05 19:58:29','2025-09-05 19:58:29'),
(980019,326693,'action created','2025-09-05 19:58:29','2025-09-05 19:58:29'),
(980020,326693,'action started via WP Cron','2025-09-05 20:01:25','2025-09-05 20:01:25'),
(980021,326693,'action complete via WP Cron','2025-09-05 20:01:25','2025-09-05 20:01:25'),
(980022,326694,'action created','2025-09-05 20:01:25','2025-09-05 20:01:25'),
(980023,326694,'action started via WP Cron','2025-09-05 20:04:28','2025-09-05 20:04:28'),
(980024,326694,'action complete via WP Cron','2025-09-05 20:04:28','2025-09-05 20:04:28'),
(980025,326695,'action created','2025-09-05 20:04:28','2025-09-05 20:04:28'),
(980026,326695,'action started via WP Cron','2025-09-05 20:06:32','2025-09-05 20:06:32'),
(980027,326695,'action complete via WP Cron','2025-09-05 20:06:32','2025-09-05 20:06:32'),
(980028,326696,'action created','2025-09-05 20:06:32','2025-09-05 20:06:32'),
(980029,326696,'action started via WP Cron','2025-09-05 20:09:28','2025-09-05 20:09:28'),
(980030,326696,'action complete via WP Cron','2025-09-05 20:09:28','2025-09-05 20:09:28'),
(980031,326697,'action created','2025-09-05 20:09:28','2025-09-05 20:09:28'),
(980032,326697,'action started via WP Cron','2025-09-05 20:11:34','2025-09-05 20:11:34'),
(980033,326697,'action complete via WP Cron','2025-09-05 20:11:35','2025-09-05 20:11:35'),
(980034,326698,'action created','2025-09-05 20:11:35','2025-09-05 20:11:35'),
(980035,326698,'action started via WP Cron','2025-09-05 20:14:31','2025-09-05 20:14:31'),
(980036,326698,'action complete via WP Cron','2025-09-05 20:14:32','2025-09-05 20:14:32'),
(980037,326699,'action created','2025-09-05 20:14:32','2025-09-05 20:14:32'),
(980038,326699,'action started via WP Cron','2025-09-05 20:17:27','2025-09-05 20:17:27'),
(980039,326699,'action complete via WP Cron','2025-09-05 20:17:27','2025-09-05 20:17:27'),
(980040,326700,'action created','2025-09-05 20:17:27','2025-09-05 20:17:27'),
(980041,326700,'action started via WP Cron','2025-09-05 20:20:31','2025-09-05 20:20:31'),
(980042,326700,'action complete via WP Cron','2025-09-05 20:20:31','2025-09-05 20:20:31'),
(980043,326701,'action created','2025-09-05 20:20:31','2025-09-05 20:20:31'),
(980044,326701,'action started via WP Cron','2025-09-05 20:41:21','2025-09-05 20:41:21'),
(980045,326701,'action complete via WP Cron','2025-09-05 20:41:21','2025-09-05 20:41:21'),
(980046,326702,'action created','2025-09-05 20:41:21','2025-09-05 20:41:21'),
(980047,326702,'action started via WP Cron','2025-09-05 20:45:48','2025-09-05 20:45:48'),
(980048,326702,'action complete via WP Cron','2025-09-05 20:45:48','2025-09-05 20:45:48'),
(980049,326703,'action created','2025-09-05 20:45:49','2025-09-05 20:45:49'),
(980050,326703,'action started via WP Cron','2025-09-05 21:15:04','2025-09-05 21:15:04'),
(980051,326703,'action complete via WP Cron','2025-09-05 21:15:04','2025-09-05 21:15:04'),
(980052,326704,'action created','2025-09-05 21:15:04','2025-09-05 21:15:04'),
(980053,326704,'action started via WP Cron','2025-09-05 21:30:31','2025-09-05 21:30:31'),
(980054,326704,'action complete via WP Cron','2025-09-05 21:30:31','2025-09-05 21:30:31'),
(980055,326705,'action created','2025-09-05 21:30:31','2025-09-05 21:30:31'),
(980056,326705,'action started via WP Cron','2025-09-05 21:41:16','2025-09-05 21:41:16'),
(980057,326705,'action complete via WP Cron','2025-09-05 21:41:16','2025-09-05 21:41:16'),
(980058,326706,'action created','2025-09-05 21:41:16','2025-09-05 21:41:16'),
(980059,326706,'action started via WP Cron','2025-09-05 22:02:35','2025-09-05 22:02:35'),
(980060,326707,'action created','2025-09-05 22:02:35','2025-09-05 22:02:35'),
(980061,326706,'action complete via WP Cron','2025-09-05 22:02:40','2025-09-05 22:02:40'),
(980062,326708,'action created','2025-09-05 22:02:40','2025-09-05 22:02:40'),
(980063,326707,'action started via WP Cron','2025-09-05 22:02:45','2025-09-05 22:02:45'),
(980064,326707,'action complete via WP Cron','2025-09-05 22:02:45','2025-09-05 22:02:45'),
(980065,326708,'action started via WP Cron','2025-09-05 22:15:49','2025-09-05 22:15:49'),
(980066,326708,'action complete via WP Cron','2025-09-05 22:15:49','2025-09-05 22:15:49'),
(980067,326709,'action created','2025-09-05 22:15:49','2025-09-05 22:15:49'),
(980068,326709,'action started via WP Cron','2025-09-05 22:23:47','2025-09-05 22:23:47'),
(980069,326709,'action complete via WP Cron','2025-09-05 22:23:47','2025-09-05 22:23:47'),
(980070,326710,'action created','2025-09-05 22:23:47','2025-09-05 22:23:47'),
(980071,326710,'action started via WP Cron','2025-09-05 22:41:17','2025-09-05 22:41:17'),
(980072,326711,'action created','2025-09-05 22:41:17','2025-09-05 22:41:17'),
(980073,326710,'action complete via WP Cron','2025-09-05 22:41:22','2025-09-05 22:41:22'),
(980074,326712,'action created','2025-09-05 22:41:22','2025-09-05 22:41:22'),
(980075,326711,'action started via WP Cron','2025-09-05 22:41:26','2025-09-05 22:41:26'),
(980076,326711,'action complete via WP Cron','2025-09-05 22:41:26','2025-09-05 22:41:26'),
(980077,326712,'action started via WP Cron','2025-09-05 22:57:40','2025-09-05 22:57:40'),
(980078,326712,'action complete via WP Cron','2025-09-05 22:57:40','2025-09-05 22:57:40'),
(980079,326713,'action created','2025-09-05 22:57:40','2025-09-05 22:57:40'),
(980080,326713,'action started via WP Cron','2025-09-05 23:00:28','2025-09-05 23:00:28'),
(980081,326713,'action complete via WP Cron','2025-09-05 23:00:29','2025-09-05 23:00:29'),
(980082,326714,'action created','2025-09-05 23:00:29','2025-09-05 23:00:29'),
(980083,326714,'action started via WP Cron','2025-09-05 23:09:46','2025-09-05 23:09:46'),
(980084,326714,'action complete via WP Cron','2025-09-05 23:09:46','2025-09-05 23:09:46'),
(980085,326715,'action created','2025-09-05 23:09:46','2025-09-05 23:09:46'),
(980086,326715,'action started via WP Cron','2025-09-05 23:19:44','2025-09-05 23:19:44'),
(980087,326715,'action complete via WP Cron','2025-09-05 23:19:44','2025-09-05 23:19:44'),
(980088,326716,'action created','2025-09-05 23:19:44','2025-09-05 23:19:44'),
(980089,326716,'action started via WP Cron','2025-09-05 23:41:16','2025-09-05 23:41:16'),
(980090,326716,'action complete via WP Cron','2025-09-05 23:41:16','2025-09-05 23:41:16'),
(980091,326717,'action created','2025-09-05 23:41:16','2025-09-05 23:41:16'),
(980092,326717,'action started via WP Cron','2025-09-05 23:45:49','2025-09-05 23:45:49'),
(980093,326717,'action complete via WP Cron','2025-09-05 23:45:49','2025-09-05 23:45:49'),
(980094,326718,'action created','2025-09-05 23:45:49','2025-09-05 23:45:49'),
(980095,326718,'action started via WP Cron','2025-09-05 23:56:59','2025-09-05 23:56:59'),
(980096,326718,'action complete via WP Cron','2025-09-05 23:56:59','2025-09-05 23:56:59'),
(980097,326719,'action created','2025-09-05 23:56:59','2025-09-05 23:56:59'),
(980098,326719,'action started via WP Cron','2025-09-05 23:59:06','2025-09-05 23:59:06'),
(980099,326719,'action complete via WP Cron','2025-09-05 23:59:06','2025-09-05 23:59:06'),
(980100,326720,'action created','2025-09-05 23:59:06','2025-09-05 23:59:06'),
(980101,326720,'action started via WP Cron','2025-09-06 00:01:19','2025-09-06 00:01:19'),
(980102,326721,'action created','2025-09-06 00:01:19','2025-09-06 00:01:19'),
(980103,326720,'action complete via WP Cron','2025-09-06 00:01:24','2025-09-06 00:01:24'),
(980104,326722,'action created','2025-09-06 00:01:24','2025-09-06 00:01:24'),
(980105,326721,'action started via WP Cron','2025-09-06 00:01:34','2025-09-06 00:01:34'),
(980106,326721,'action complete via WP Cron','2025-09-06 00:01:34','2025-09-06 00:01:34'),
(980107,326722,'action started via WP Cron','2025-09-06 00:04:25','2025-09-06 00:04:25'),
(980108,326722,'action complete via WP Cron','2025-09-06 00:04:25','2025-09-06 00:04:25'),
(980109,326723,'action created','2025-09-06 00:04:25','2025-09-06 00:04:25'),
(980110,326723,'action started via WP Cron','2025-09-06 00:21:17','2025-09-06 00:21:17'),
(980111,326723,'action complete via WP Cron','2025-09-06 00:21:17','2025-09-06 00:21:17'),
(980112,326724,'action created','2025-09-06 00:21:17','2025-09-06 00:21:17'),
(980113,326724,'action started via WP Cron','2025-09-06 00:24:58','2025-09-06 00:24:58'),
(980114,326724,'action complete via WP Cron','2025-09-06 00:24:58','2025-09-06 00:24:58'),
(980115,326725,'action created','2025-09-06 00:24:58','2025-09-06 00:24:58'),
(980116,326725,'action started via WP Cron','2025-09-06 00:39:07','2025-09-06 00:39:07'),
(980117,326726,'action created','2025-09-06 00:39:07','2025-09-06 00:39:07'),
(980118,326725,'action complete via WP Cron','2025-09-06 00:39:12','2025-09-06 00:39:12'),
(980119,326727,'action created','2025-09-06 00:39:12','2025-09-06 00:39:12'),
(980120,326726,'action started via WP Cron','2025-09-06 00:39:16','2025-09-06 00:39:16'),
(980121,326726,'action complete via WP Cron','2025-09-06 00:39:17','2025-09-06 00:39:17'),
(980122,326727,'action started via WP Cron','2025-09-06 01:00:33','2025-09-06 01:00:33'),
(980123,326727,'action complete via WP Cron','2025-09-06 01:00:33','2025-09-06 01:00:33'),
(980124,326728,'action created','2025-09-06 01:00:33','2025-09-06 01:00:33'),
(980125,326728,'action started via WP Cron','2025-09-06 01:02:55','2025-09-06 01:02:55'),
(980126,326728,'action complete via WP Cron','2025-09-06 01:02:55','2025-09-06 01:02:55'),
(980127,326729,'action created','2025-09-06 01:02:55','2025-09-06 01:02:55'),
(980128,326729,'action started via WP Cron','2025-09-06 01:06:32','2025-09-06 01:06:32'),
(980129,326729,'action complete via WP Cron','2025-09-06 01:06:32','2025-09-06 01:06:32'),
(980130,326730,'action created','2025-09-06 01:06:32','2025-09-06 01:06:32'),
(980131,326730,'action started via WP Cron','2025-09-06 01:14:18','2025-09-06 01:14:18'),
(980132,326730,'action complete via WP Cron','2025-09-06 01:14:18','2025-09-06 01:14:18'),
(980133,326731,'action created','2025-09-06 01:14:18','2025-09-06 01:14:18'),
(980134,326731,'action started via WP Cron','2025-09-06 01:21:24','2025-09-06 01:21:24'),
(980135,326731,'action complete via WP Cron','2025-09-06 01:21:24','2025-09-06 01:21:24'),
(980136,326732,'action created','2025-09-06 01:21:24','2025-09-06 01:21:24'),
(980137,326732,'action started via WP Cron','2025-09-06 01:41:18','2025-09-06 01:41:18'),
(980138,326732,'action complete via WP Cron','2025-09-06 01:41:18','2025-09-06 01:41:18'),
(980139,326733,'action created','2025-09-06 01:41:18','2025-09-06 01:41:18'),
(980140,326733,'action started via WP Cron','2025-09-06 02:00:30','2025-09-06 02:00:30'),
(980141,326733,'action complete via WP Cron','2025-09-06 02:00:30','2025-09-06 02:00:30'),
(980142,326734,'action created','2025-09-06 02:00:30','2025-09-06 02:00:30'),
(980143,326734,'action started via WP Cron','2025-09-06 02:02:34','2025-09-06 02:02:34'),
(980144,326734,'action complete via WP Cron','2025-09-06 02:02:34','2025-09-06 02:02:34'),
(980145,326735,'action created','2025-09-06 02:02:34','2025-09-06 02:02:34'),
(980146,326735,'action started via WP Cron','2025-09-06 02:08:55','2025-09-06 02:08:55'),
(980147,326735,'action complete via WP Cron','2025-09-06 02:08:55','2025-09-06 02:08:55'),
(980148,326736,'action created','2025-09-06 02:08:55','2025-09-06 02:08:55'),
(980149,326736,'action started via WP Cron','2025-09-06 02:21:16','2025-09-06 02:21:16'),
(980150,326736,'action complete via WP Cron','2025-09-06 02:21:16','2025-09-06 02:21:16'),
(980151,326737,'action created','2025-09-06 02:21:16','2025-09-06 02:21:16'),
(980152,326737,'action started via WP Cron','2025-09-06 02:24:15','2025-09-06 02:24:15'),
(980153,326737,'action complete via WP Cron','2025-09-06 02:24:16','2025-09-06 02:24:16'),
(980154,326738,'action created','2025-09-06 02:24:16','2025-09-06 02:24:16'),
(980155,326738,'action started via WP Cron','2025-09-06 02:29:44','2025-09-06 02:29:44'),
(980156,326738,'action complete via WP Cron','2025-09-06 02:29:44','2025-09-06 02:29:44'),
(980157,326739,'action created','2025-09-06 02:29:44','2025-09-06 02:29:44'),
(980158,326739,'action started via WP Cron','2025-09-06 02:41:16','2025-09-06 02:41:16'),
(980159,326739,'action complete via WP Cron','2025-09-06 02:41:16','2025-09-06 02:41:16'),
(980160,326740,'action created','2025-09-06 02:41:16','2025-09-06 02:41:16'),
(980161,326740,'action started via WP Cron','2025-09-06 02:57:00','2025-09-06 02:57:00'),
(980162,326740,'action complete via WP Cron','2025-09-06 02:57:00','2025-09-06 02:57:00'),
(980163,326741,'action created','2025-09-06 02:57:00','2025-09-06 02:57:00'),
(980164,326741,'action started via WP Cron','2025-09-06 02:59:07','2025-09-06 02:59:07'),
(980165,326741,'action complete via WP Cron','2025-09-06 02:59:07','2025-09-06 02:59:07'),
(980166,326742,'action created','2025-09-06 02:59:07','2025-09-06 02:59:07'),
(980167,326293,'action started via WP Cron','2025-09-06 03:00:29','2025-09-06 03:00:29'),
(980168,326743,'action created','2025-09-06 03:00:29','2025-09-06 03:00:29'),
(980169,326293,'action complete via WP Cron','2025-09-06 03:00:29','2025-09-06 03:00:29'),
(980170,326744,'action created','2025-09-06 03:00:29','2025-09-06 03:00:29'),
(980171,326743,'action started via WP Cron','2025-09-06 03:00:29','2025-09-06 03:00:29'),
(980172,326743,'action complete via WP Cron','2025-09-06 03:00:29','2025-09-06 03:00:29'),
(980173,326742,'action started via WP Cron','2025-09-06 03:07:12','2025-09-06 03:07:12'),
(980174,326742,'action complete via WP Cron','2025-09-06 03:07:12','2025-09-06 03:07:12'),
(980175,326745,'action created','2025-09-06 03:07:12','2025-09-06 03:07:12'),
(980176,326745,'action started via WP Cron','2025-09-06 03:09:31','2025-09-06 03:09:31'),
(980177,326745,'action complete via WP Cron','2025-09-06 03:09:31','2025-09-06 03:09:31'),
(980178,326746,'action created','2025-09-06 03:09:31','2025-09-06 03:09:31'),
(980179,326746,'action started via WP Cron','2025-09-06 03:11:47','2025-09-06 03:11:47'),
(980180,326746,'action complete via WP Cron','2025-09-06 03:11:47','2025-09-06 03:11:47'),
(980181,326747,'action created','2025-09-06 03:11:47','2025-09-06 03:11:47'),
(980182,326747,'action started via WP Cron','2025-09-06 03:21:18','2025-09-06 03:21:18'),
(980183,326747,'action complete via WP Cron','2025-09-06 03:21:18','2025-09-06 03:21:18'),
(980184,326748,'action created','2025-09-06 03:21:18','2025-09-06 03:21:18'),
(980185,326300,'action started via WP Cron','2025-09-06 03:21:18','2025-09-06 03:21:18'),
(980186,326300,'action complete via WP Cron','2025-09-06 03:21:18','2025-09-06 03:21:18'),
(980187,326749,'action created','2025-09-06 03:21:18','2025-09-06 03:21:18'),
(980188,326301,'action started via WP Cron','2025-09-06 03:21:18','2025-09-06 03:21:18'),
(980189,326301,'action complete via WP Cron','2025-09-06 03:21:18','2025-09-06 03:21:18'),
(980190,326750,'action created','2025-09-06 03:21:18','2025-09-06 03:21:18'),
(980191,326302,'action started via WP Cron','2025-09-06 03:21:18','2025-09-06 03:21:18'),
(980192,326302,'action complete via WP Cron','2025-09-06 03:21:18','2025-09-06 03:21:18'),
(980193,326751,'action created','2025-09-06 03:21:18','2025-09-06 03:21:18'),
(980194,326303,'action started via WP Cron','2025-09-06 03:21:18','2025-09-06 03:21:18'),
(980195,326303,'action complete via WP Cron','2025-09-06 03:21:18','2025-09-06 03:21:18'),
(980196,326752,'action created','2025-09-06 03:21:18','2025-09-06 03:21:18'),
(980197,326583,'action started via Async Request','2025-09-06 03:21:59','2025-09-06 03:21:59'),
(980198,326583,'action complete via Async Request','2025-09-06 03:21:59','2025-09-06 03:21:59'),
(980199,326753,'action created','2025-09-06 03:21:59','2025-09-06 03:21:59'),
(980200,326748,'action started via WP Cron','2025-09-06 03:36:17','2025-09-06 03:36:17'),
(980201,326748,'action complete via WP Cron','2025-09-06 03:36:17','2025-09-06 03:36:17'),
(980202,326754,'action created','2025-09-06 03:36:17','2025-09-06 03:36:17'),
(980203,326754,'action started via WP Cron','2025-09-06 03:40:05','2025-09-06 03:40:05'),
(980204,326754,'action complete via WP Cron','2025-09-06 03:40:05','2025-09-06 03:40:05'),
(980205,326755,'action created','2025-09-06 03:40:05','2025-09-06 03:40:05'),
(980206,326755,'action started via WP Cron','2025-09-06 03:45:35','2025-09-06 03:45:35'),
(980207,326755,'action complete via WP Cron','2025-09-06 03:45:36','2025-09-06 03:45:36'),
(980208,326756,'action created','2025-09-06 03:45:36','2025-09-06 03:45:36'),
(980209,326756,'action started via WP Cron','2025-09-06 03:47:38','2025-09-06 03:47:38'),
(980210,326756,'action complete via WP Cron','2025-09-06 03:47:38','2025-09-06 03:47:38'),
(980211,326757,'action created','2025-09-06 03:47:38','2025-09-06 03:47:38'),
(980212,326757,'action started via WP Cron','2025-09-06 03:49:43','2025-09-06 03:49:43'),
(980213,326757,'action complete via WP Cron','2025-09-06 03:49:43','2025-09-06 03:49:43'),
(980214,326758,'action created','2025-09-06 03:49:43','2025-09-06 03:49:43'),
(980215,326758,'action started via WP Cron','2025-09-06 03:52:01','2025-09-06 03:52:01'),
(980216,326758,'action complete via WP Cron','2025-09-06 03:52:01','2025-09-06 03:52:01'),
(980217,326759,'action created','2025-09-06 03:52:01','2025-09-06 03:52:01'),
(980218,326759,'action started via WP Cron','2025-09-06 03:54:19','2025-09-06 03:54:19'),
(980219,326759,'action complete via WP Cron','2025-09-06 03:54:20','2025-09-06 03:54:20'),
(980220,326760,'action created','2025-09-06 03:54:20','2025-09-06 03:54:20'),
(980221,326760,'action started via WP Cron','2025-09-06 04:00:48','2025-09-06 04:00:48'),
(980222,326760,'action complete via WP Cron','2025-09-06 04:00:48','2025-09-06 04:00:48'),
(980223,326761,'action created','2025-09-06 04:00:48','2025-09-06 04:00:48'),
(980224,326761,'action started via WP Cron','2025-09-06 04:07:09','2025-09-06 04:07:09'),
(980225,326761,'action complete via WP Cron','2025-09-06 04:07:09','2025-09-06 04:07:09'),
(980226,326762,'action created','2025-09-06 04:07:09','2025-09-06 04:07:09'),
(980227,326762,'action started via WP Cron','2025-09-06 04:13:02','2025-09-06 04:13:02'),
(980228,326762,'action complete via WP Cron','2025-09-06 04:13:03','2025-09-06 04:13:03'),
(980229,326763,'action created','2025-09-06 04:13:03','2025-09-06 04:13:03'),
(980230,326763,'action started via WP Cron','2025-09-06 04:20:04','2025-09-06 04:20:04'),
(980231,326763,'action complete via WP Cron','2025-09-06 04:20:04','2025-09-06 04:20:04'),
(980232,326764,'action created','2025-09-06 04:20:04','2025-09-06 04:20:04'),
(980233,326764,'action started via WP Cron','2025-09-06 04:30:28','2025-09-06 04:30:28'),
(980234,326764,'action complete via WP Cron','2025-09-06 04:30:28','2025-09-06 04:30:28'),
(980235,326765,'action created','2025-09-06 04:30:28','2025-09-06 04:30:28'),
(980236,326765,'action started via WP Cron','2025-09-06 04:34:13','2025-09-06 04:34:13'),
(980237,326765,'action complete via WP Cron','2025-09-06 04:34:13','2025-09-06 04:34:13'),
(980238,326766,'action created','2025-09-06 04:34:13','2025-09-06 04:34:13'),
(980239,326766,'action started via WP Cron','2025-09-06 04:43:20','2025-09-06 04:43:20'),
(980240,326766,'action complete via WP Cron','2025-09-06 04:43:20','2025-09-06 04:43:20'),
(980241,326767,'action created','2025-09-06 04:43:20','2025-09-06 04:43:20'),
(980242,326767,'action started via WP Cron','2025-09-06 04:46:04','2025-09-06 04:46:04'),
(980243,326767,'action complete via WP Cron','2025-09-06 04:46:04','2025-09-06 04:46:04'),
(980244,326768,'action created','2025-09-06 04:46:04','2025-09-06 04:46:04'),
(980245,326768,'action started via WP Cron','2025-09-06 04:55:22','2025-09-06 04:55:22'),
(980246,326768,'action complete via WP Cron','2025-09-06 04:55:22','2025-09-06 04:55:22'),
(980247,326769,'action created','2025-09-06 04:55:22','2025-09-06 04:55:22'),
(980248,326769,'action started via WP Cron','2025-09-06 05:05:58','2025-09-06 05:05:58'),
(980249,326769,'action complete via WP Cron','2025-09-06 05:05:58','2025-09-06 05:05:58'),
(980250,326770,'action created','2025-09-06 05:05:58','2025-09-06 05:05:58'),
(980251,326770,'action started via WP Cron','2025-09-06 05:09:05','2025-09-06 05:09:05'),
(980252,326770,'action complete via WP Cron','2025-09-06 05:09:05','2025-09-06 05:09:05'),
(980253,326771,'action created','2025-09-06 05:09:05','2025-09-06 05:09:05'),
(980254,326771,'action started via WP Cron','2025-09-06 05:16:33','2025-09-06 05:16:33'),
(980255,326771,'action complete via WP Cron','2025-09-06 05:16:33','2025-09-06 05:16:33'),
(980256,326772,'action created','2025-09-06 05:16:33','2025-09-06 05:16:33'),
(980257,326772,'action started via WP Cron','2025-09-06 05:21:54','2025-09-06 05:21:54'),
(980258,326772,'action complete via WP Cron','2025-09-06 05:21:54','2025-09-06 05:21:54'),
(980259,326773,'action created','2025-09-06 05:21:54','2025-09-06 05:21:54'),
(980260,326773,'action started via WP Cron','2025-09-06 05:27:09','2025-09-06 05:27:09'),
(980261,326773,'action complete via WP Cron','2025-09-06 05:27:09','2025-09-06 05:27:09'),
(980262,326774,'action created','2025-09-06 05:27:09','2025-09-06 05:27:09'),
(980263,326774,'action started via WP Cron','2025-09-06 05:34:46','2025-09-06 05:34:46'),
(980264,326774,'action complete via WP Cron','2025-09-06 05:34:46','2025-09-06 05:34:46'),
(980265,326775,'action created','2025-09-06 05:34:46','2025-09-06 05:34:46'),
(980266,326775,'action started via WP Cron','2025-09-06 05:37:44','2025-09-06 05:37:44'),
(980267,326775,'action complete via WP Cron','2025-09-06 05:37:44','2025-09-06 05:37:44'),
(980268,326776,'action created','2025-09-06 05:37:44','2025-09-06 05:37:44'),
(980269,326776,'action started via WP Cron','2025-09-06 05:47:37','2025-09-06 05:47:37'),
(980270,326776,'action complete via WP Cron','2025-09-06 05:47:37','2025-09-06 05:47:37'),
(980271,326777,'action created','2025-09-06 05:47:37','2025-09-06 05:47:37'),
(980272,326777,'action started via WP Cron','2025-09-06 05:58:54','2025-09-06 05:58:54'),
(980273,326777,'action complete via WP Cron','2025-09-06 05:58:54','2025-09-06 05:58:54'),
(980274,326778,'action created','2025-09-06 05:58:54','2025-09-06 05:58:54'),
(980275,326778,'action started via WP Cron','2025-09-06 06:09:30','2025-09-06 06:09:30'),
(980276,326778,'action complete via WP Cron','2025-09-06 06:09:30','2025-09-06 06:09:30'),
(980277,326779,'action created','2025-09-06 06:09:30','2025-09-06 06:09:30'),
(980278,326779,'action started via WP Cron','2025-09-06 06:13:20','2025-09-06 06:13:20'),
(980279,326779,'action complete via WP Cron','2025-09-06 06:13:20','2025-09-06 06:13:20'),
(980280,326780,'action created','2025-09-06 06:13:20','2025-09-06 06:13:20'),
(980281,326780,'action started via WP Cron','2025-09-06 06:20:05','2025-09-06 06:20:05'),
(980282,326780,'action complete via WP Cron','2025-09-06 06:20:05','2025-09-06 06:20:05'),
(980283,326781,'action created','2025-09-06 06:20:05','2025-09-06 06:20:05'),
(980284,326781,'action started via WP Cron','2025-09-06 06:23:03','2025-09-06 06:23:03'),
(980285,326781,'action complete via WP Cron','2025-09-06 06:23:03','2025-09-06 06:23:03'),
(980286,326782,'action created','2025-09-06 06:23:03','2025-09-06 06:23:03'),
(980287,326782,'action started via WP Cron','2025-09-06 06:26:16','2025-09-06 06:26:16'),
(980288,326782,'action complete via WP Cron','2025-09-06 06:26:16','2025-09-06 06:26:16'),
(980289,326783,'action created','2025-09-06 06:26:16','2025-09-06 06:26:16'),
(980290,326783,'action started via WP Cron','2025-09-06 06:30:40','2025-09-06 06:30:40'),
(980291,326783,'action complete via WP Cron','2025-09-06 06:30:40','2025-09-06 06:30:40'),
(980292,326784,'action created','2025-09-06 06:30:40','2025-09-06 06:30:40'),
(980293,326784,'action started via WP Cron','2025-09-06 06:39:04','2025-09-06 06:39:04'),
(980294,326784,'action complete via WP Cron','2025-09-06 06:39:04','2025-09-06 06:39:04'),
(980295,326785,'action created','2025-09-06 06:39:04','2025-09-06 06:39:04'),
(980296,326785,'action started via WP Cron','2025-09-06 06:41:16','2025-09-06 06:41:16'),
(980297,326785,'action complete via WP Cron','2025-09-06 06:41:16','2025-09-06 06:41:16'),
(980298,326786,'action created','2025-09-06 06:41:16','2025-09-06 06:41:16'),
(980299,326786,'action started via WP Cron','2025-09-06 06:45:48','2025-09-06 06:45:48'),
(980300,326786,'action complete via WP Cron','2025-09-06 06:45:48','2025-09-06 06:45:48'),
(980301,326787,'action created','2025-09-06 06:45:48','2025-09-06 06:45:48'),
(980302,326787,'action started via WP Cron','2025-09-06 06:51:51','2025-09-06 06:51:51'),
(980303,326787,'action complete via WP Cron','2025-09-06 06:51:51','2025-09-06 06:51:51'),
(980304,326788,'action created','2025-09-06 06:51:51','2025-09-06 06:51:51'),
(980305,326788,'action started via WP Cron','2025-09-06 07:02:27','2025-09-06 07:02:27'),
(980306,326788,'action complete via WP Cron','2025-09-06 07:02:27','2025-09-06 07:02:27'),
(980307,326789,'action created','2025-09-06 07:02:27','2025-09-06 07:02:27'),
(980308,326789,'action started via WP Cron','2025-09-06 07:04:45','2025-09-06 07:04:45'),
(980309,326789,'action complete via WP Cron','2025-09-06 07:04:46','2025-09-06 07:04:46'),
(980310,326790,'action created','2025-09-06 07:04:46','2025-09-06 07:04:46'),
(980311,326790,'action started via WP Cron','2025-09-06 07:08:34','2025-09-06 07:08:34'),
(980312,326790,'action complete via WP Cron','2025-09-06 07:08:34','2025-09-06 07:08:34'),
(980313,326791,'action created','2025-09-06 07:08:34','2025-09-06 07:08:34'),
(980314,326791,'action started via WP Cron','2025-09-06 07:13:02','2025-09-06 07:13:02'),
(980315,326791,'action complete via WP Cron','2025-09-06 07:13:02','2025-09-06 07:13:02'),
(980316,326792,'action created','2025-09-06 07:13:02','2025-09-06 07:13:02'),
(980317,326792,'action started via WP Cron','2025-09-06 07:17:37','2025-09-06 07:17:37'),
(980318,326792,'action complete via WP Cron','2025-09-06 07:17:37','2025-09-06 07:17:37'),
(980319,326793,'action created','2025-09-06 07:17:37','2025-09-06 07:17:37'),
(980320,326793,'action started via WP Cron','2025-09-06 07:33:02','2025-09-06 07:33:02'),
(980321,326793,'action complete via WP Cron','2025-09-06 07:33:02','2025-09-06 07:33:02'),
(980322,326794,'action created','2025-09-06 07:33:02','2025-09-06 07:33:02'),
(980323,326794,'action started via WP Cron','2025-09-06 07:39:13','2025-09-06 07:39:13'),
(980324,326794,'action complete via WP Cron','2025-09-06 07:39:13','2025-09-06 07:39:13'),
(980325,326795,'action created','2025-09-06 07:39:13','2025-09-06 07:39:13'),
(980326,326795,'action started via WP Cron','2025-09-06 07:50:22','2025-09-06 07:50:22'),
(980327,326795,'action complete via WP Cron','2025-09-06 07:50:22','2025-09-06 07:50:22'),
(980328,326796,'action created','2025-09-06 07:50:22','2025-09-06 07:50:22'),
(980329,326796,'action started via WP Cron','2025-09-06 07:53:02','2025-09-06 07:53:02'),
(980330,326796,'action complete via WP Cron','2025-09-06 07:53:02','2025-09-06 07:53:02'),
(980331,326797,'action created','2025-09-06 07:53:02','2025-09-06 07:53:02'),
(980332,326797,'action started via WP Cron','2025-09-06 08:06:48','2025-09-06 08:06:48'),
(980333,326797,'action complete via WP Cron','2025-09-06 08:06:48','2025-09-06 08:06:48'),
(980334,326798,'action created','2025-09-06 08:06:48','2025-09-06 08:06:48'),
(980335,326798,'action started via WP Cron','2025-09-06 08:13:02','2025-09-06 08:13:02'),
(980336,326798,'action complete via WP Cron','2025-09-06 08:13:02','2025-09-06 08:13:02'),
(980337,326799,'action created','2025-09-06 08:13:02','2025-09-06 08:13:02'),
(980338,326799,'action started via WP Cron','2025-09-06 08:16:25','2025-09-06 08:16:25'),
(980339,326799,'action complete via WP Cron','2025-09-06 08:16:25','2025-09-06 08:16:25'),
(980340,326800,'action created','2025-09-06 08:16:25','2025-09-06 08:16:25'),
(980341,326800,'action started via WP Cron','2025-09-06 08:21:39','2025-09-06 08:21:39'),
(980342,326800,'action complete via WP Cron','2025-09-06 08:21:39','2025-09-06 08:21:39'),
(980343,326801,'action created','2025-09-06 08:21:39','2025-09-06 08:21:39'),
(980344,326801,'action started via WP Cron','2025-09-06 08:33:07','2025-09-06 08:33:07'),
(980345,326801,'action complete via WP Cron','2025-09-06 08:33:07','2025-09-06 08:33:07'),
(980346,326802,'action created','2025-09-06 08:33:07','2025-09-06 08:33:07'),
(980347,326802,'action started via WP Cron','2025-09-06 08:39:26','2025-09-06 08:39:26'),
(980348,326802,'action complete via WP Cron','2025-09-06 08:39:26','2025-09-06 08:39:26'),
(980349,326803,'action created','2025-09-06 08:39:26','2025-09-06 08:39:26'),
(980350,326803,'action started via WP Cron','2025-09-06 08:53:02','2025-09-06 08:53:02'),
(980351,326803,'action complete via WP Cron','2025-09-06 08:53:02','2025-09-06 08:53:02'),
(980352,326804,'action created','2025-09-06 08:53:02','2025-09-06 08:53:02'),
(980353,326804,'action started via WP Cron','2025-09-06 08:55:50','2025-09-06 08:55:50'),
(980354,326804,'action complete via WP Cron','2025-09-06 08:55:50','2025-09-06 08:55:50'),
(980355,326805,'action created','2025-09-06 08:55:50','2025-09-06 08:55:50'),
(980356,326805,'action started via WP Cron','2025-09-06 08:58:59','2025-09-06 08:58:59'),
(980357,326805,'action complete via WP Cron','2025-09-06 08:58:59','2025-09-06 08:58:59'),
(980358,326806,'action created','2025-09-06 08:58:59','2025-09-06 08:58:59'),
(980359,326806,'action started via WP Cron','2025-09-06 09:09:17','2025-09-06 09:09:17'),
(980360,326806,'action complete via WP Cron','2025-09-06 09:09:17','2025-09-06 09:09:17'),
(980361,326807,'action created','2025-09-06 09:09:17','2025-09-06 09:09:17'),
(980362,326807,'action started via WP Cron','2025-09-06 09:12:10','2025-09-06 09:12:10'),
(980363,326807,'action complete via WP Cron','2025-09-06 09:12:10','2025-09-06 09:12:10'),
(980364,326808,'action created','2025-09-06 09:12:10','2025-09-06 09:12:10'),
(980365,326808,'action started via WP Cron','2025-09-06 09:18:09','2025-09-06 09:18:09'),
(980366,326808,'action complete via WP Cron','2025-09-06 09:18:09','2025-09-06 09:18:09'),
(980367,326809,'action created','2025-09-06 09:18:09','2025-09-06 09:18:09'),
(980368,326809,'action started via WP Cron','2025-09-06 09:28:32','2025-09-06 09:28:32'),
(980369,326809,'action complete via WP Cron','2025-09-06 09:28:32','2025-09-06 09:28:32'),
(980370,326810,'action created','2025-09-06 09:28:32','2025-09-06 09:28:32'),
(980371,326810,'action started via WP Cron','2025-09-06 09:31:36','2025-09-06 09:31:36'),
(980372,326810,'action complete via WP Cron','2025-09-06 09:31:36','2025-09-06 09:31:36'),
(980373,326811,'action created','2025-09-06 09:31:36','2025-09-06 09:31:36'),
(980374,326811,'action started via WP Cron','2025-09-06 09:36:07','2025-09-06 09:36:07'),
(980375,326811,'action complete via WP Cron','2025-09-06 09:36:07','2025-09-06 09:36:07'),
(980376,326812,'action created','2025-09-06 09:36:07','2025-09-06 09:36:07'),
(980377,326812,'action started via WP Cron','2025-09-06 09:44:53','2025-09-06 09:44:53'),
(980378,326812,'action complete via WP Cron','2025-09-06 09:44:53','2025-09-06 09:44:53'),
(980379,326813,'action created','2025-09-06 09:44:53','2025-09-06 09:44:53'),
(980380,326813,'action started via WP Cron','2025-09-06 09:53:03','2025-09-06 09:53:03'),
(980381,326813,'action complete via WP Cron','2025-09-06 09:53:03','2025-09-06 09:53:03'),
(980382,326814,'action created','2025-09-06 09:53:03','2025-09-06 09:53:03'),
(980383,326814,'action started via WP Cron','2025-09-06 09:55:24','2025-09-06 09:55:24'),
(980384,326814,'action complete via WP Cron','2025-09-06 09:55:24','2025-09-06 09:55:24'),
(980385,326815,'action created','2025-09-06 09:55:24','2025-09-06 09:55:24'),
(980386,326815,'action started via WP Cron','2025-09-06 10:01:15','2025-09-06 10:01:15'),
(980387,326815,'action complete via WP Cron','2025-09-06 10:01:15','2025-09-06 10:01:15'),
(980388,326816,'action created','2025-09-06 10:01:15','2025-09-06 10:01:15'),
(980389,326816,'action started via WP Cron','2025-09-06 10:13:01','2025-09-06 10:13:01'),
(980390,326816,'action complete via WP Cron','2025-09-06 10:13:01','2025-09-06 10:13:01'),
(980391,326817,'action created','2025-09-06 10:13:01','2025-09-06 10:13:01'),
(980392,326817,'action started via WP Cron','2025-09-06 10:17:39','2025-09-06 10:17:39'),
(980393,326817,'action complete via WP Cron','2025-09-06 10:17:39','2025-09-06 10:17:39'),
(980394,326818,'action created','2025-09-06 10:17:39','2025-09-06 10:17:39'),
(980395,326818,'action started via WP Cron','2025-09-06 10:21:52','2025-09-06 10:21:52'),
(980396,326818,'action complete via WP Cron','2025-09-06 10:21:52','2025-09-06 10:21:52'),
(980397,326819,'action created','2025-09-06 10:21:52','2025-09-06 10:21:52'),
(980398,326819,'action started via WP Cron','2025-09-06 10:33:01','2025-09-06 10:33:01'),
(980399,326819,'action complete via WP Cron','2025-09-06 10:33:01','2025-09-06 10:33:01'),
(980400,326820,'action created','2025-09-06 10:33:01','2025-09-06 10:33:01'),
(980401,326820,'action started via WP Cron','2025-09-06 10:50:20','2025-09-06 10:50:20'),
(980402,326820,'action complete via WP Cron','2025-09-06 10:50:20','2025-09-06 10:50:20'),
(980403,326821,'action created','2025-09-06 10:50:20','2025-09-06 10:50:20'),
(980404,326821,'action started via WP Cron','2025-09-06 10:53:01','2025-09-06 10:53:01'),
(980405,326821,'action complete via WP Cron','2025-09-06 10:53:01','2025-09-06 10:53:01'),
(980406,326822,'action created','2025-09-06 10:53:01','2025-09-06 10:53:01'),
(980407,326822,'action started via WP Cron','2025-09-06 11:06:42','2025-09-06 11:06:42'),
(980408,326822,'action complete via WP Cron','2025-09-06 11:06:42','2025-09-06 11:06:42'),
(980409,326823,'action created','2025-09-06 11:06:42','2025-09-06 11:06:42'),
(980410,326823,'action started via WP Cron','2025-09-06 11:08:50','2025-09-06 11:08:50'),
(980411,326823,'action complete via WP Cron','2025-09-06 11:08:50','2025-09-06 11:08:50'),
(980412,326824,'action created','2025-09-06 11:08:50','2025-09-06 11:08:50'),
(980413,326824,'action started via WP Cron','2025-09-06 11:10:57','2025-09-06 11:10:57'),
(980414,326824,'action complete via WP Cron','2025-09-06 11:10:58','2025-09-06 11:10:58'),
(980415,326825,'action created','2025-09-06 11:10:58','2025-09-06 11:10:58'),
(980416,326825,'action started via WP Cron','2025-09-06 11:14:48','2025-09-06 11:14:48'),
(980417,326825,'action complete via WP Cron','2025-09-06 11:14:48','2025-09-06 11:14:48'),
(980418,326826,'action created','2025-09-06 11:14:48','2025-09-06 11:14:48'),
(980419,326826,'action started via WP Cron','2025-09-06 11:18:42','2025-09-06 11:18:42'),
(980420,326826,'action complete via WP Cron','2025-09-06 11:18:42','2025-09-06 11:18:42'),
(980421,326827,'action created','2025-09-06 11:18:42','2025-09-06 11:18:42'),
(980422,326827,'action started via WP Cron','2025-09-06 11:21:26','2025-09-06 11:21:26'),
(980423,326827,'action complete via WP Cron','2025-09-06 11:21:27','2025-09-06 11:21:27'),
(980424,326828,'action created','2025-09-06 11:21:27','2025-09-06 11:21:27'),
(980425,326828,'action started via WP Cron','2025-09-06 11:30:45','2025-09-06 11:30:45'),
(980426,326828,'action complete via WP Cron','2025-09-06 11:30:45','2025-09-06 11:30:45'),
(980427,326829,'action created','2025-09-06 11:30:45','2025-09-06 11:30:45'),
(980428,326829,'action started via WP Cron','2025-09-06 11:40:24','2025-09-06 11:40:24'),
(980429,326829,'action complete via WP Cron','2025-09-06 11:40:24','2025-09-06 11:40:24'),
(980430,326830,'action created','2025-09-06 11:40:24','2025-09-06 11:40:24'),
(980431,326830,'action started via WP Cron','2025-09-06 11:42:43','2025-09-06 11:42:43'),
(980432,326830,'action complete via WP Cron','2025-09-06 11:42:43','2025-09-06 11:42:43'),
(980433,326831,'action created','2025-09-06 11:42:43','2025-09-06 11:42:43'),
(980434,326831,'action started via WP Cron','2025-09-06 11:47:00','2025-09-06 11:47:00'),
(980435,326831,'action complete via WP Cron','2025-09-06 11:47:00','2025-09-06 11:47:00'),
(980436,326832,'action created','2025-09-06 11:47:00','2025-09-06 11:47:00'),
(980437,326832,'action started via WP Cron','2025-09-06 11:49:52','2025-09-06 11:49:52'),
(980438,326832,'action complete via WP Cron','2025-09-06 11:49:52','2025-09-06 11:49:52'),
(980439,326833,'action created','2025-09-06 11:49:52','2025-09-06 11:49:52'),
(980440,326833,'action started via WP Cron','2025-09-06 11:54:43','2025-09-06 11:54:43'),
(980441,326833,'action complete via WP Cron','2025-09-06 11:54:43','2025-09-06 11:54:43'),
(980442,326834,'action created','2025-09-06 11:54:43','2025-09-06 11:54:43'),
(980443,326834,'action started via WP Cron','2025-09-06 11:59:06','2025-09-06 11:59:06'),
(980444,326834,'action complete via WP Cron','2025-09-06 11:59:06','2025-09-06 11:59:06'),
(980445,326835,'action created','2025-09-06 11:59:06','2025-09-06 11:59:06'),
(980446,326835,'action started via WP Cron','2025-09-06 12:06:43','2025-09-06 12:06:43'),
(980447,326835,'action complete via WP Cron','2025-09-06 12:06:43','2025-09-06 12:06:43'),
(980448,326836,'action created','2025-09-06 12:06:43','2025-09-06 12:06:43'),
(980449,326836,'action started via WP Cron','2025-09-06 12:08:49','2025-09-06 12:08:49'),
(980450,326836,'action complete via WP Cron','2025-09-06 12:08:49','2025-09-06 12:08:49'),
(980451,326837,'action created','2025-09-06 12:08:49','2025-09-06 12:08:49'),
(980452,326837,'action started via WP Cron','2025-09-06 12:18:17','2025-09-06 12:18:17'),
(980453,326837,'action complete via WP Cron','2025-09-06 12:18:17','2025-09-06 12:18:17'),
(980454,326838,'action created','2025-09-06 12:18:17','2025-09-06 12:18:17'),
(980455,326838,'action started via WP Cron','2025-09-06 12:25:41','2025-09-06 12:25:41'),
(980456,326838,'action complete via WP Cron','2025-09-06 12:25:41','2025-09-06 12:25:41'),
(980457,326839,'action created','2025-09-06 12:25:41','2025-09-06 12:25:41'),
(980458,326839,'action started via WP Cron','2025-09-06 12:27:46','2025-09-06 12:27:46'),
(980459,326839,'action complete via WP Cron','2025-09-06 12:27:46','2025-09-06 12:27:46'),
(980460,326840,'action created','2025-09-06 12:27:46','2025-09-06 12:27:46'),
(980461,326840,'action started via WP Cron','2025-09-06 12:30:42','2025-09-06 12:30:42'),
(980462,326840,'action complete via WP Cron','2025-09-06 12:30:42','2025-09-06 12:30:42'),
(980463,326841,'action created','2025-09-06 12:30:42','2025-09-06 12:30:42'),
(980464,326841,'action started via WP Cron','2025-09-06 12:37:14','2025-09-06 12:37:14'),
(980465,326841,'action complete via WP Cron','2025-09-06 12:37:14','2025-09-06 12:37:14'),
(980466,326842,'action created','2025-09-06 12:37:14','2025-09-06 12:37:14'),
(980467,326842,'action started via WP Cron','2025-09-06 12:39:19','2025-09-06 12:39:19'),
(980468,326842,'action complete via WP Cron','2025-09-06 12:39:19','2025-09-06 12:39:19'),
(980469,326843,'action created','2025-09-06 12:39:19','2025-09-06 12:39:19'),
(980470,326843,'action started via WP Cron','2025-09-06 12:42:42','2025-09-06 12:42:42'),
(980471,326843,'action complete via WP Cron','2025-09-06 12:42:42','2025-09-06 12:42:42'),
(980472,326844,'action created','2025-09-06 12:42:42','2025-09-06 12:42:42'),
(980473,326844,'action started via WP Cron','2025-09-06 12:46:42','2025-09-06 12:46:42'),
(980474,326844,'action complete via WP Cron','2025-09-06 12:46:42','2025-09-06 12:46:42'),
(980475,326845,'action created','2025-09-06 12:46:42','2025-09-06 12:46:42'),
(980476,326845,'action started via WP Cron','2025-09-06 12:51:17','2025-09-06 12:51:17'),
(980477,326845,'action complete via WP Cron','2025-09-06 12:51:18','2025-09-06 12:51:18'),
(980478,326846,'action created','2025-09-06 12:51:18','2025-09-06 12:51:18'),
(980479,326846,'action started via WP Cron','2025-09-06 12:54:42','2025-09-06 12:54:42'),
(980480,326846,'action complete via WP Cron','2025-09-06 12:54:42','2025-09-06 12:54:42'),
(980481,326847,'action created','2025-09-06 12:54:42','2025-09-06 12:54:42'),
(980482,326847,'action started via WP Cron','2025-09-06 13:05:39','2025-09-06 13:05:39'),
(980483,326847,'action complete via WP Cron','2025-09-06 13:05:39','2025-09-06 13:05:39'),
(980484,326848,'action created','2025-09-06 13:05:39','2025-09-06 13:05:39'),
(980485,326848,'action started via WP Cron','2025-09-06 13:09:11','2025-09-06 13:09:11'),
(980486,326848,'action complete via WP Cron','2025-09-06 13:09:11','2025-09-06 13:09:11'),
(980487,326849,'action created','2025-09-06 13:09:11','2025-09-06 13:09:11'),
(980488,326849,'action started via WP Cron','2025-09-06 13:15:08','2025-09-06 13:15:08'),
(980489,326849,'action complete via WP Cron','2025-09-06 13:15:08','2025-09-06 13:15:08'),
(980490,326850,'action created','2025-09-06 13:15:08','2025-09-06 13:15:08'),
(980491,326850,'action started via WP Cron','2025-09-06 13:18:42','2025-09-06 13:18:42'),
(980492,326850,'action complete via WP Cron','2025-09-06 13:18:42','2025-09-06 13:18:42'),
(980493,326851,'action created','2025-09-06 13:18:42','2025-09-06 13:18:42'),
(980494,326851,'action started via WP Cron','2025-09-06 13:24:20','2025-09-06 13:24:20'),
(980495,326851,'action complete via WP Cron','2025-09-06 13:24:20','2025-09-06 13:24:20'),
(980496,326852,'action created','2025-09-06 13:24:20','2025-09-06 13:24:20'),
(980497,326852,'action started via WP Cron','2025-09-06 13:30:43','2025-09-06 13:30:43'),
(980498,326852,'action complete via WP Cron','2025-09-06 13:30:43','2025-09-06 13:30:43'),
(980499,326853,'action created','2025-09-06 13:30:43','2025-09-06 13:30:43'),
(980500,326853,'action started via WP Cron','2025-09-06 13:34:04','2025-09-06 13:34:04'),
(980501,326853,'action complete via WP Cron','2025-09-06 13:34:04','2025-09-06 13:34:04'),
(980502,326854,'action created','2025-09-06 13:34:04','2025-09-06 13:34:04'),
(980503,326854,'action started via WP Cron','2025-09-06 13:42:43','2025-09-06 13:42:43'),
(980504,326854,'action complete via WP Cron','2025-09-06 13:42:43','2025-09-06 13:42:43'),
(980505,326855,'action created','2025-09-06 13:42:43','2025-09-06 13:42:43'),
(980506,326855,'action started via WP Cron','2025-09-06 13:53:08','2025-09-06 13:53:08'),
(980507,326855,'action complete via WP Cron','2025-09-06 13:53:08','2025-09-06 13:53:08'),
(980508,326856,'action created','2025-09-06 13:53:08','2025-09-06 13:53:08'),
(980509,326856,'action started via WP Cron','2025-09-06 14:02:30','2025-09-06 14:02:30'),
(980510,326856,'action complete via WP Cron','2025-09-06 14:02:30','2025-09-06 14:02:30'),
(980511,326857,'action created','2025-09-06 14:02:30','2025-09-06 14:02:30'),
(980512,326857,'action started via WP Cron','2025-09-06 14:06:42','2025-09-06 14:06:42'),
(980513,326857,'action complete via WP Cron','2025-09-06 14:06:43','2025-09-06 14:06:43'),
(980514,326858,'action created','2025-09-06 14:06:43','2025-09-06 14:06:43'),
(980515,326858,'action started via WP Cron','2025-09-06 14:09:11','2025-09-06 14:09:11'),
(980516,326858,'action complete via WP Cron','2025-09-06 14:09:11','2025-09-06 14:09:11'),
(980517,326859,'action created','2025-09-06 14:09:11','2025-09-06 14:09:11'),
(980518,326859,'action started via WP Cron','2025-09-06 14:11:58','2025-09-06 14:11:58'),
(980519,326859,'action complete via WP Cron','2025-09-06 14:11:58','2025-09-06 14:11:58'),
(980520,326860,'action created','2025-09-06 14:11:58','2025-09-06 14:11:58'),
(980521,326860,'action started via WP Cron','2025-09-06 14:17:02','2025-09-06 14:17:02'),
(980522,326860,'action complete via WP Cron','2025-09-06 14:17:02','2025-09-06 14:17:02'),
(980523,326861,'action created','2025-09-06 14:17:02','2025-09-06 14:17:02'),
(980524,326861,'action started via WP Cron','2025-09-06 14:20:56','2025-09-06 14:20:56'),
(980525,326861,'action complete via WP Cron','2025-09-06 14:20:56','2025-09-06 14:20:56'),
(980526,326862,'action created','2025-09-06 14:20:56','2025-09-06 14:20:56'),
(980527,326862,'action started via WP Cron','2025-09-06 14:30:42','2025-09-06 14:30:42'),
(980528,326862,'action complete via WP Cron','2025-09-06 14:30:42','2025-09-06 14:30:42'),
(980529,326863,'action created','2025-09-06 14:30:43','2025-09-06 14:30:43'),
(980530,326863,'action started via WP Cron','2025-09-06 14:35:54','2025-09-06 14:35:54'),
(980531,326863,'action complete via WP Cron','2025-09-06 14:35:54','2025-09-06 14:35:54'),
(980532,326864,'action created','2025-09-06 14:35:54','2025-09-06 14:35:54'),
(980533,326864,'action started via WP Cron','2025-09-06 14:38:13','2025-09-06 14:38:13'),
(980534,326864,'action complete via WP Cron','2025-09-06 14:38:13','2025-09-06 14:38:13'),
(980535,326865,'action created','2025-09-06 14:38:13','2025-09-06 14:38:13'),
(980536,326865,'action started via WP Cron','2025-09-06 14:40:31','2025-09-06 14:40:31'),
(980537,326865,'action complete via WP Cron','2025-09-06 14:40:31','2025-09-06 14:40:31'),
(980538,326866,'action created','2025-09-06 14:40:31','2025-09-06 14:40:31'),
(980539,326866,'action started via WP Cron','2025-09-06 14:47:05','2025-09-06 14:47:05'),
(980540,326866,'action complete via WP Cron','2025-09-06 14:47:05','2025-09-06 14:47:05'),
(980541,326867,'action created','2025-09-06 14:47:05','2025-09-06 14:47:05'),
(980542,326867,'action started via WP Cron','2025-09-06 14:55:28','2025-09-06 14:55:28'),
(980543,326867,'action complete via WP Cron','2025-09-06 14:55:28','2025-09-06 14:55:28'),
(980544,326868,'action created','2025-09-06 14:55:28','2025-09-06 14:55:28'),
(980545,326868,'action started via WP Cron','2025-09-06 15:03:26','2025-09-06 15:03:26'),
(980546,326868,'action complete via WP Cron','2025-09-06 15:03:27','2025-09-06 15:03:27'),
(980547,326869,'action created','2025-09-06 15:03:27','2025-09-06 15:03:27'),
(980548,326869,'action started via WP Cron','2025-09-06 15:11:50','2025-09-06 15:11:50'),
(980549,326869,'action complete via WP Cron','2025-09-06 15:11:50','2025-09-06 15:11:50'),
(980550,326870,'action created','2025-09-06 15:11:50','2025-09-06 15:11:50'),
(980551,326870,'action started via WP Cron','2025-09-06 15:19:48','2025-09-06 15:19:48'),
(980552,326870,'action complete via WP Cron','2025-09-06 15:19:48','2025-09-06 15:19:48'),
(980553,326871,'action created','2025-09-06 15:19:48','2025-09-06 15:19:48'),
(980554,326871,'action started via WP Cron','2025-09-06 15:28:11','2025-09-06 15:28:11'),
(980555,326871,'action complete via WP Cron','2025-09-06 15:28:11','2025-09-06 15:28:11'),
(980556,326872,'action created','2025-09-06 15:28:11','2025-09-06 15:28:11'),
(980557,326753,'action started via WP Cron','2025-09-06 15:28:11','2025-09-06 15:28:11'),
(980558,326753,'action complete via WP Cron','2025-09-06 15:28:11','2025-09-06 15:28:11'),
(980559,326873,'action created','2025-09-06 15:28:11','2025-09-06 15:28:11'),
(980560,326872,'action started via WP Cron','2025-09-06 15:30:48','2025-09-06 15:30:48'),
(980561,326872,'action complete via WP Cron','2025-09-06 15:30:49','2025-09-06 15:30:49'),
(980562,326874,'action created','2025-09-06 15:30:49','2025-09-06 15:30:49'),
(980563,326874,'action started via WP Cron','2025-09-06 15:36:10','2025-09-06 15:36:10'),
(980564,326874,'action complete via WP Cron','2025-09-06 15:36:10','2025-09-06 15:36:10'),
(980565,326875,'action created','2025-09-06 15:36:10','2025-09-06 15:36:10'),
(980566,326875,'action started via WP Cron','2025-09-06 15:39:12','2025-09-06 15:39:12'),
(980567,326875,'action complete via WP Cron','2025-09-06 15:39:12','2025-09-06 15:39:12'),
(980568,326876,'action created','2025-09-06 15:39:12','2025-09-06 15:39:12'),
(980569,326876,'action started via WP Cron','2025-09-06 15:44:33','2025-09-06 15:44:33'),
(980570,326876,'action complete via WP Cron','2025-09-06 15:44:33','2025-09-06 15:44:33'),
(980571,326877,'action created','2025-09-06 15:44:33','2025-09-06 15:44:33'),
(980572,326877,'action started via WP Cron','2025-09-06 15:52:31','2025-09-06 15:52:31'),
(980573,326877,'action complete via WP Cron','2025-09-06 15:52:31','2025-09-06 15:52:31'),
(980574,326878,'action created','2025-09-06 15:52:31','2025-09-06 15:52:31'),
(980575,326878,'action started via WP Cron','2025-09-06 16:00:55','2025-09-06 16:00:55'),
(980576,326878,'action complete via WP Cron','2025-09-06 16:00:55','2025-09-06 16:00:55'),
(980577,326879,'action created','2025-09-06 16:00:55','2025-09-06 16:00:55'),
(980578,326879,'action started via WP Cron','2025-09-06 16:08:54','2025-09-06 16:08:54'),
(980579,326879,'action complete via WP Cron','2025-09-06 16:08:54','2025-09-06 16:08:54'),
(980580,326880,'action created','2025-09-06 16:08:54','2025-09-06 16:08:54'),
(980581,326880,'action started via WP Cron','2025-09-06 16:17:17','2025-09-06 16:17:17'),
(980582,326880,'action complete via WP Cron','2025-09-06 16:17:17','2025-09-06 16:17:17'),
(980583,326881,'action created','2025-09-06 16:17:17','2025-09-06 16:17:17'),
(980584,326881,'action started via WP Cron','2025-09-06 16:25:15','2025-09-06 16:25:15'),
(980585,326881,'action complete via WP Cron','2025-09-06 16:25:15','2025-09-06 16:25:15'),
(980586,326882,'action created','2025-09-06 16:25:15','2025-09-06 16:25:15'),
(980587,326882,'action started via WP Cron','2025-09-06 16:33:43','2025-09-06 16:33:43'),
(980588,326882,'action complete via WP Cron','2025-09-06 16:33:43','2025-09-06 16:33:43'),
(980589,326883,'action created','2025-09-06 16:33:43','2025-09-06 16:33:43'),
(980590,326883,'action started via WP Cron','2025-09-06 16:41:37','2025-09-06 16:41:37'),
(980591,326883,'action complete via WP Cron','2025-09-06 16:41:37','2025-09-06 16:41:37'),
(980592,326884,'action created','2025-09-06 16:41:37','2025-09-06 16:41:37'),
(980593,326884,'action started via WP Cron','2025-09-06 16:45:56','2025-09-06 16:45:56'),
(980594,326884,'action complete via WP Cron','2025-09-06 16:45:56','2025-09-06 16:45:56'),
(980595,326885,'action created','2025-09-06 16:45:56','2025-09-06 16:45:56'),
(980596,326885,'action started via WP Cron','2025-09-06 16:50:02','2025-09-06 16:50:02'),
(980597,326885,'action complete via WP Cron','2025-09-06 16:50:02','2025-09-06 16:50:02'),
(980598,326886,'action created','2025-09-06 16:50:02','2025-09-06 16:50:02'),
(980599,326886,'action started via WP Cron','2025-09-06 16:57:59','2025-09-06 16:57:59'),
(980600,326886,'action complete via WP Cron','2025-09-06 16:57:59','2025-09-06 16:57:59'),
(980601,326887,'action created','2025-09-06 16:57:59','2025-09-06 16:57:59'),
(980602,326887,'action started via WP Cron','2025-09-06 17:06:22','2025-09-06 17:06:22'),
(980603,326887,'action complete via WP Cron','2025-09-06 17:06:22','2025-09-06 17:06:22'),
(980604,326888,'action created','2025-09-06 17:06:22','2025-09-06 17:06:22'),
(980605,326888,'action started via WP Cron','2025-09-06 17:14:21','2025-09-06 17:14:21'),
(980606,326888,'action complete via WP Cron','2025-09-06 17:14:21','2025-09-06 17:14:21'),
(980607,326889,'action created','2025-09-06 17:14:21','2025-09-06 17:14:21'),
(980608,326889,'action started via WP Cron','2025-09-06 17:19:39','2025-09-06 17:19:39'),
(980609,326889,'action complete via WP Cron','2025-09-06 17:19:39','2025-09-06 17:19:39'),
(980610,326890,'action created','2025-09-06 17:19:39','2025-09-06 17:19:39'),
(980611,326890,'action started via WP Cron','2025-09-06 17:21:47','2025-09-06 17:21:47'),
(980612,326890,'action complete via WP Cron','2025-09-06 17:21:47','2025-09-06 17:21:47'),
(980613,326891,'action created','2025-09-06 17:21:47','2025-09-06 17:21:47'),
(980614,326891,'action started via WP Cron','2025-09-06 17:23:53','2025-09-06 17:23:53'),
(980615,326891,'action complete via WP Cron','2025-09-06 17:23:53','2025-09-06 17:23:53'),
(980616,326892,'action created','2025-09-06 17:23:54','2025-09-06 17:23:54'),
(980617,326892,'action started via WP Cron','2025-09-06 17:30:26','2025-09-06 17:30:26'),
(980618,326892,'action complete via WP Cron','2025-09-06 17:30:26','2025-09-06 17:30:26'),
(980619,326893,'action created','2025-09-06 17:30:26','2025-09-06 17:30:26'),
(980620,326893,'action started via WP Cron','2025-09-06 17:35:34','2025-09-06 17:35:34'),
(980621,326893,'action complete via WP Cron','2025-09-06 17:35:34','2025-09-06 17:35:34'),
(980622,326894,'action created','2025-09-06 17:35:34','2025-09-06 17:35:34'),
(980623,326894,'action started via WP Cron','2025-09-06 17:38:06','2025-09-06 17:38:06'),
(980624,326894,'action complete via WP Cron','2025-09-06 17:38:06','2025-09-06 17:38:06'),
(980625,326895,'action created','2025-09-06 17:38:06','2025-09-06 17:38:06'),
(980626,326895,'action started via WP Cron','2025-09-06 17:40:31','2025-09-06 17:40:31'),
(980627,326895,'action complete via WP Cron','2025-09-06 17:40:31','2025-09-06 17:40:31'),
(980628,326896,'action created','2025-09-06 17:40:31','2025-09-06 17:40:31'),
(980629,326896,'action started via WP Cron','2025-09-06 17:47:33','2025-09-06 17:47:33'),
(980630,326896,'action complete via WP Cron','2025-09-06 17:47:34','2025-09-06 17:47:34'),
(980631,326897,'action created','2025-09-06 17:47:34','2025-09-06 17:47:34'),
(980632,326897,'action started via WP Cron','2025-09-06 17:51:37','2025-09-06 17:51:37'),
(980633,326897,'action complete via WP Cron','2025-09-06 17:51:37','2025-09-06 17:51:37'),
(980634,326898,'action created','2025-09-06 17:51:37','2025-09-06 17:51:37'),
(980635,326898,'action started via WP Cron','2025-09-06 17:56:42','2025-09-06 17:56:42'),
(980636,326898,'action complete via WP Cron','2025-09-06 17:56:42','2025-09-06 17:56:42'),
(980637,326899,'action created','2025-09-06 17:56:42','2025-09-06 17:56:42'),
(980638,326899,'action started via WP Cron','2025-09-06 18:02:13','2025-09-06 18:02:13'),
(980639,326899,'action complete via WP Cron','2025-09-06 18:02:13','2025-09-06 18:02:13'),
(980640,326900,'action created','2025-09-06 18:02:13','2025-09-06 18:02:13'),
(980641,326900,'action started via WP Cron','2025-09-06 18:04:20','2025-09-06 18:04:20'),
(980642,326900,'action complete via WP Cron','2025-09-06 18:04:20','2025-09-06 18:04:20'),
(980643,326901,'action created','2025-09-06 18:04:20','2025-09-06 18:04:20'),
(980644,326901,'action started via WP Cron','2025-09-06 18:07:17','2025-09-06 18:07:17'),
(980645,326901,'action complete via WP Cron','2025-09-06 18:07:17','2025-09-06 18:07:17'),
(980646,326902,'action created','2025-09-06 18:07:17','2025-09-06 18:07:17'),
(980647,326902,'action started via WP Cron','2025-09-06 18:12:48','2025-09-06 18:12:48'),
(980648,326902,'action complete via WP Cron','2025-09-06 18:12:48','2025-09-06 18:12:48'),
(980649,326903,'action created','2025-09-06 18:12:48','2025-09-06 18:12:48'),
(980650,326903,'action started via WP Cron','2025-09-06 18:17:54','2025-09-06 18:17:54'),
(980651,326903,'action complete via WP Cron','2025-09-06 18:17:54','2025-09-06 18:17:54'),
(980652,326904,'action created','2025-09-06 18:17:54','2025-09-06 18:17:54'),
(980653,326904,'action started via WP Cron','2025-09-06 18:23:23','2025-09-06 18:23:23'),
(980654,326904,'action complete via WP Cron','2025-09-06 18:23:23','2025-09-06 18:23:23'),
(980655,326905,'action created','2025-09-06 18:23:23','2025-09-06 18:23:23'),
(980656,326905,'action started via WP Cron','2025-09-06 18:28:28','2025-09-06 18:28:28'),
(980657,326906,'action created','2025-09-06 18:28:28','2025-09-06 18:28:28'),
(980658,326905,'action complete via WP Cron','2025-09-06 18:28:33','2025-09-06 18:28:33'),
(980659,326907,'action created','2025-09-06 18:28:33','2025-09-06 18:28:33'),
(980660,326906,'action started via WP Cron','2025-09-06 18:28:37','2025-09-06 18:28:37'),
(980661,326906,'action complete via WP Cron','2025-09-06 18:28:38','2025-09-06 18:28:38'),
(980662,326907,'action started via WP Cron','2025-09-06 18:33:59','2025-09-06 18:33:59'),
(980663,326908,'action created','2025-09-06 18:33:59','2025-09-06 18:33:59'),
(980664,326907,'action complete via WP Cron','2025-09-06 18:34:04','2025-09-06 18:34:04'),
(980665,326909,'action created','2025-09-06 18:34:04','2025-09-06 18:34:04'),
(980666,326908,'action started via WP Cron','2025-09-06 18:34:08','2025-09-06 18:34:08'),
(980667,326908,'action complete via WP Cron','2025-09-06 18:34:09','2025-09-06 18:34:09'),
(980668,326909,'action started via WP Cron','2025-09-06 18:39:03','2025-09-06 18:39:03'),
(980669,326909,'action complete via WP Cron','2025-09-06 18:39:03','2025-09-06 18:39:03'),
(980670,326910,'action created','2025-09-06 18:39:03','2025-09-06 18:39:03'),
(980671,326910,'action started via WP Cron','2025-09-06 18:44:38','2025-09-06 18:44:38'),
(980672,326910,'action complete via WP Cron','2025-09-06 18:44:38','2025-09-06 18:44:38'),
(980673,326911,'action created','2025-09-06 18:44:38','2025-09-06 18:44:38'),
(980674,326911,'action started via WP Cron','2025-09-06 18:47:46','2025-09-06 18:47:46'),
(980675,326911,'action complete via WP Cron','2025-09-06 18:47:47','2025-09-06 18:47:47'),
(980676,326912,'action created','2025-09-06 18:47:47','2025-09-06 18:47:47'),
(980677,326912,'action started via WP Cron','2025-09-06 18:51:11','2025-09-06 18:51:11'),
(980678,326912,'action complete via WP Cron','2025-09-06 18:51:11','2025-09-06 18:51:11'),
(980679,326913,'action created','2025-09-06 18:51:11','2025-09-06 18:51:11'),
(980680,326913,'action started via WP Cron','2025-09-06 18:54:15','2025-09-06 18:54:15'),
(980681,326913,'action complete via WP Cron','2025-09-06 18:54:15','2025-09-06 18:54:15'),
(980682,326914,'action created','2025-09-06 18:54:15','2025-09-06 18:54:15'),
(980683,326914,'action started via WP Cron','2025-09-06 18:57:03','2025-09-06 18:57:03'),
(980684,326914,'action complete via WP Cron','2025-09-06 18:57:03','2025-09-06 18:57:03'),
(980685,326915,'action created','2025-09-06 18:57:03','2025-09-06 18:57:03'),
(980686,326915,'action started via WP Cron','2025-09-06 19:00:17','2025-09-06 19:00:17'),
(980687,326915,'action complete via WP Cron','2025-09-06 19:00:17','2025-09-06 19:00:17'),
(980688,326916,'action created','2025-09-06 19:00:17','2025-09-06 19:00:17'),
(980689,326916,'action started via WP Cron','2025-09-06 19:05:44','2025-09-06 19:05:44'),
(980690,326917,'action created','2025-09-06 19:05:44','2025-09-06 19:05:44'),
(980691,326916,'action complete via WP Cron','2025-09-06 19:05:49','2025-09-06 19:05:49'),
(980692,326918,'action created','2025-09-06 19:05:49','2025-09-06 19:05:49'),
(980693,326917,'action started via WP Cron','2025-09-06 19:05:53','2025-09-06 19:05:53'),
(980694,326917,'action complete via WP Cron','2025-09-06 19:05:53','2025-09-06 19:05:53'),
(980695,326918,'action started via WP Cron','2025-09-06 19:09:18','2025-09-06 19:09:18'),
(980696,326918,'action complete via WP Cron','2025-09-06 19:09:18','2025-09-06 19:09:18'),
(980697,326919,'action created','2025-09-06 19:09:18','2025-09-06 19:09:18'),
(980698,326919,'action started via WP Cron','2025-09-06 19:11:48','2025-09-06 19:11:48'),
(980699,326919,'action complete via WP Cron','2025-09-06 19:11:48','2025-09-06 19:11:48'),
(980700,326920,'action created','2025-09-06 19:11:48','2025-09-06 19:11:48'),
(980701,326920,'action started via WP Cron','2025-09-06 19:16:20','2025-09-06 19:16:20'),
(980702,326920,'action complete via WP Cron','2025-09-06 19:16:20','2025-09-06 19:16:20'),
(980703,326921,'action created','2025-09-06 19:16:20','2025-09-06 19:16:20'),
(980704,326921,'action started via WP Cron','2025-09-06 19:21:24','2025-09-06 19:21:24'),
(980705,326921,'action complete via WP Cron','2025-09-06 19:21:24','2025-09-06 19:21:24'),
(980706,326922,'action created','2025-09-06 19:21:24','2025-09-06 19:21:24'),
(980707,326922,'action started via WP Cron','2025-09-06 19:26:54','2025-09-06 19:26:54'),
(980708,326922,'action complete via WP Cron','2025-09-06 19:26:54','2025-09-06 19:26:54'),
(980709,326923,'action created','2025-09-06 19:26:54','2025-09-06 19:26:54'),
(980710,326923,'action started via WP Cron','2025-09-06 19:32:04','2025-09-06 19:32:04'),
(980711,326923,'action complete via WP Cron','2025-09-06 19:32:04','2025-09-06 19:32:04'),
(980712,326924,'action created','2025-09-06 19:32:04','2025-09-06 19:32:04'),
(980713,326924,'action started via WP Cron','2025-09-06 19:37:30','2025-09-06 19:37:30'),
(980714,326924,'action complete via WP Cron','2025-09-06 19:37:30','2025-09-06 19:37:30'),
(980715,326925,'action created','2025-09-06 19:37:30','2025-09-06 19:37:30'),
(980716,326925,'action started via WP Cron','2025-09-06 19:42:35','2025-09-06 19:42:35'),
(980717,326925,'action complete via WP Cron','2025-09-06 19:42:35','2025-09-06 19:42:35'),
(980718,326926,'action created','2025-09-06 19:42:35','2025-09-06 19:42:35'),
(980719,326926,'action started via WP Cron','2025-09-06 19:48:05','2025-09-06 19:48:05'),
(980720,326926,'action complete via WP Cron','2025-09-06 19:48:05','2025-09-06 19:48:05'),
(980721,326927,'action created','2025-09-06 19:48:05','2025-09-06 19:48:05'),
(980722,326927,'action started via WP Cron','2025-09-06 19:53:10','2025-09-06 19:53:10'),
(980723,326927,'action complete via WP Cron','2025-09-06 19:53:10','2025-09-06 19:53:10'),
(980724,326928,'action created','2025-09-06 19:53:10','2025-09-06 19:53:10'),
(980725,326928,'action started via WP Cron','2025-09-06 19:58:45','2025-09-06 19:58:45'),
(980726,326928,'action complete via WP Cron','2025-09-06 19:58:45','2025-09-06 19:58:45'),
(980727,326929,'action created','2025-09-06 19:58:45','2025-09-06 19:58:45'),
(980728,326929,'action started via WP Cron','2025-09-06 20:01:24','2025-09-06 20:01:24'),
(980729,326929,'action complete via WP Cron','2025-09-06 20:01:24','2025-09-06 20:01:24'),
(980730,326930,'action created','2025-09-06 20:01:25','2025-09-06 20:01:25'),
(980731,326930,'action started via WP Cron','2025-09-06 20:04:04','2025-09-06 20:04:04'),
(980732,326930,'action complete via WP Cron','2025-09-06 20:04:04','2025-09-06 20:04:04'),
(980733,326931,'action created','2025-09-06 20:04:04','2025-09-06 20:04:04'),
(980734,326931,'action started via WP Cron','2025-09-06 20:08:10','2025-09-06 20:08:10'),
(980735,326931,'action complete via WP Cron','2025-09-06 20:08:10','2025-09-06 20:08:10'),
(980736,326932,'action created','2025-09-06 20:08:10','2025-09-06 20:08:10'),
(980737,326932,'action started via WP Cron','2025-09-06 20:12:33','2025-09-06 20:12:33'),
(980738,326932,'action complete via WP Cron','2025-09-06 20:12:33','2025-09-06 20:12:33'),
(980739,326933,'action created','2025-09-06 20:12:33','2025-09-06 20:12:33'),
(980740,326933,'action started via WP Cron','2025-09-06 20:19:26','2025-09-06 20:19:26'),
(980741,326933,'action complete via WP Cron','2025-09-06 20:19:26','2025-09-06 20:19:26'),
(980742,326934,'action created','2025-09-06 20:19:27','2025-09-06 20:19:27'),
(980743,326934,'action started via WP Cron','2025-09-06 20:21:39','2025-09-06 20:21:39'),
(980744,326934,'action complete via WP Cron','2025-09-06 20:21:39','2025-09-06 20:21:39'),
(980745,326935,'action created','2025-09-06 20:21:39','2025-09-06 20:21:39'),
(980746,326935,'action started via WP Cron','2025-09-06 20:26:22','2025-09-06 20:26:22'),
(980747,326935,'action complete via WP Cron','2025-09-06 20:26:22','2025-09-06 20:26:22'),
(980748,326936,'action created','2025-09-06 20:26:22','2025-09-06 20:26:22'),
(980749,326936,'action started via WP Cron','2025-09-06 20:33:17','2025-09-06 20:33:17'),
(980750,326936,'action complete via WP Cron','2025-09-06 20:33:17','2025-09-06 20:33:17'),
(980751,326937,'action created','2025-09-06 20:33:17','2025-09-06 20:33:17'),
(980752,326937,'action started via WP Cron','2025-09-06 20:38:10','2025-09-06 20:38:10'),
(980753,326937,'action complete via WP Cron','2025-09-06 20:38:10','2025-09-06 20:38:10'),
(980754,326938,'action created','2025-09-06 20:38:10','2025-09-06 20:38:10'),
(980755,326938,'action started via WP Cron','2025-09-06 20:40:14','2025-09-06 20:40:14'),
(980756,326938,'action complete via WP Cron','2025-09-06 20:40:14','2025-09-06 20:40:14'),
(980757,326939,'action created','2025-09-06 20:40:14','2025-09-06 20:40:14'),
(980758,326939,'action started via WP Cron','2025-09-06 20:42:19','2025-09-06 20:42:19'),
(980759,326939,'action complete via WP Cron','2025-09-06 20:42:19','2025-09-06 20:42:19'),
(980760,326940,'action created','2025-09-06 20:42:19','2025-09-06 20:42:19'),
(980761,326940,'action started via WP Cron','2025-09-06 20:47:08','2025-09-06 20:47:08'),
(980762,326940,'action complete via WP Cron','2025-09-06 20:47:08','2025-09-06 20:47:08'),
(980763,326941,'action created','2025-09-06 20:47:08','2025-09-06 20:47:08'),
(980764,326941,'action started via WP Cron','2025-09-06 20:53:10','2025-09-06 20:53:10'),
(980765,326941,'action complete via WP Cron','2025-09-06 20:53:10','2025-09-06 20:53:10'),
(980766,326942,'action created','2025-09-06 20:53:10','2025-09-06 20:53:10'),
(980767,326942,'action started via WP Cron','2025-09-06 21:01:02','2025-09-06 21:01:02'),
(980768,326942,'action complete via WP Cron','2025-09-06 21:01:02','2025-09-06 21:01:02'),
(980769,326943,'action created','2025-09-06 21:01:02','2025-09-06 21:01:02'),
(980770,326943,'action started via WP Cron','2025-09-06 21:07:56','2025-09-06 21:07:56'),
(980771,326943,'action complete via WP Cron','2025-09-06 21:07:56','2025-09-06 21:07:56'),
(980772,326944,'action created','2025-09-06 21:07:56','2025-09-06 21:07:56'),
(980773,326944,'action started via WP Cron','2025-09-06 21:14:49','2025-09-06 21:14:49'),
(980774,326944,'action complete via WP Cron','2025-09-06 21:14:50','2025-09-06 21:14:50'),
(980775,326945,'action created','2025-09-06 21:14:50','2025-09-06 21:14:50'),
(980776,326945,'action started via WP Cron','2025-09-06 21:21:47','2025-09-06 21:21:47'),
(980777,326945,'action complete via WP Cron','2025-09-06 21:21:47','2025-09-06 21:21:47'),
(980778,326946,'action created','2025-09-06 21:21:47','2025-09-06 21:21:47'),
(980779,326946,'action started via WP Cron','2025-09-06 21:28:40','2025-09-06 21:28:40'),
(980780,326946,'action complete via WP Cron','2025-09-06 21:28:40','2025-09-06 21:28:40'),
(980781,326947,'action created','2025-09-06 21:28:40','2025-09-06 21:28:40'),
(980782,326947,'action started via WP Cron','2025-09-06 21:35:36','2025-09-06 21:35:36'),
(980783,326947,'action complete via WP Cron','2025-09-06 21:35:36','2025-09-06 21:35:36'),
(980784,326948,'action created','2025-09-06 21:35:36','2025-09-06 21:35:36'),
(980785,326948,'action started via WP Cron','2025-09-06 21:38:10','2025-09-06 21:38:10'),
(980786,326948,'action complete via WP Cron','2025-09-06 21:38:10','2025-09-06 21:38:10'),
(980787,326949,'action created','2025-09-06 21:38:10','2025-09-06 21:38:10'),
(980788,326949,'action started via WP Cron','2025-09-06 21:42:32','2025-09-06 21:42:32'),
(980789,326949,'action complete via WP Cron','2025-09-06 21:42:32','2025-09-06 21:42:32'),
(980790,326950,'action created','2025-09-06 21:42:32','2025-09-06 21:42:32'),
(980791,326950,'action started via WP Cron','2025-09-06 21:49:27','2025-09-06 21:49:27'),
(980792,326950,'action complete via WP Cron','2025-09-06 21:49:27','2025-09-06 21:49:27'),
(980793,326951,'action created','2025-09-06 21:49:27','2025-09-06 21:49:27'),
(980794,326951,'action started via WP Cron','2025-09-06 21:53:10','2025-09-06 21:53:10'),
(980795,326951,'action complete via WP Cron','2025-09-06 21:53:10','2025-09-06 21:53:10'),
(980796,326952,'action created','2025-09-06 21:53:10','2025-09-06 21:53:10'),
(980797,326952,'action started via WP Cron','2025-09-06 21:56:11','2025-09-06 21:56:11'),
(980798,326952,'action complete via WP Cron','2025-09-06 21:56:11','2025-09-06 21:56:11'),
(980799,326953,'action created','2025-09-06 21:56:12','2025-09-06 21:56:12'),
(980800,326953,'action started via WP Cron','2025-09-06 22:03:17','2025-09-06 22:03:17'),
(980801,326953,'action complete via WP Cron','2025-09-06 22:03:17','2025-09-06 22:03:17'),
(980802,326954,'action created','2025-09-06 22:03:17','2025-09-06 22:03:17'),
(980803,326954,'action started via WP Cron','2025-09-06 22:08:10','2025-09-06 22:08:10'),
(980804,326954,'action complete via WP Cron','2025-09-06 22:08:10','2025-09-06 22:08:10'),
(980805,326955,'action created','2025-09-06 22:08:10','2025-09-06 22:08:10'),
(980806,326955,'action started via WP Cron','2025-09-06 22:10:13','2025-09-06 22:10:13'),
(980807,326955,'action complete via WP Cron','2025-09-06 22:10:13','2025-09-06 22:10:13'),
(980808,326956,'action created','2025-09-06 22:10:13','2025-09-06 22:10:13'),
(980809,326956,'action started via WP Cron','2025-09-06 22:17:08','2025-09-06 22:17:08'),
(980810,326956,'action complete via WP Cron','2025-09-06 22:17:08','2025-09-06 22:17:08'),
(980811,326957,'action created','2025-09-06 22:17:08','2025-09-06 22:17:08'),
(980812,326957,'action started via WP Cron','2025-09-06 22:23:23','2025-09-06 22:23:23'),
(980813,326957,'action complete via WP Cron','2025-09-06 22:23:23','2025-09-06 22:23:23'),
(980814,326958,'action created','2025-09-06 22:23:23','2025-09-06 22:23:23'),
(980815,324107,'action started via Async Request','2025-09-06 22:23:24','2025-09-06 22:23:24'),
(980816,324107,'action complete via Async Request','2025-09-06 22:23:25','2025-09-06 22:23:25'),
(980817,326959,'action created','2025-09-06 22:23:25','2025-09-06 22:23:25'),
(980818,326958,'action started via WP Cron','2025-09-06 22:31:04','2025-09-06 22:31:04'),
(980819,326958,'action complete via WP Cron','2025-09-06 22:31:04','2025-09-06 22:31:04'),
(980820,326960,'action created','2025-09-06 22:31:04','2025-09-06 22:31:04'),
(980821,326960,'action started via WP Cron','2025-09-06 22:37:55','2025-09-06 22:37:55'),
(980822,326960,'action complete via WP Cron','2025-09-06 22:37:55','2025-09-06 22:37:55'),
(980823,326961,'action created','2025-09-06 22:37:55','2025-09-06 22:37:55'),
(980824,326961,'action started via WP Cron','2025-09-06 22:40:15','2025-09-06 22:40:15'),
(980825,326961,'action complete via WP Cron','2025-09-06 22:40:15','2025-09-06 22:40:15'),
(980826,326962,'action created','2025-09-06 22:40:15','2025-09-06 22:40:15'),
(980827,326962,'action started via WP Cron','2025-09-06 22:42:20','2025-09-06 22:42:20'),
(980828,326963,'action created','2025-09-06 22:42:21','2025-09-06 22:42:21'),
(980829,326962,'action complete via WP Cron','2025-09-06 22:42:26','2025-09-06 22:42:26'),
(980830,326964,'action created','2025-09-06 22:42:26','2025-09-06 22:42:26'),
(980831,326963,'action started via WP Cron','2025-09-06 22:42:30','2025-09-06 22:42:30'),
(980832,326963,'action complete via WP Cron','2025-09-06 22:42:30','2025-09-06 22:42:30'),
(980833,326964,'action started via WP Cron','2025-09-06 22:44:50','2025-09-06 22:44:50'),
(980834,326964,'action complete via WP Cron','2025-09-06 22:44:50','2025-09-06 22:44:50'),
(980835,326965,'action created','2025-09-06 22:44:50','2025-09-06 22:44:50'),
(980836,326965,'action started via WP Cron','2025-09-06 22:51:46','2025-09-06 22:51:46'),
(980837,326965,'action complete via WP Cron','2025-09-06 22:51:46','2025-09-06 22:51:46'),
(980838,326966,'action created','2025-09-06 22:51:46','2025-09-06 22:51:46'),
(980839,326966,'action started via WP Cron','2025-09-06 22:58:41','2025-09-06 22:58:41'),
(980840,326966,'action complete via WP Cron','2025-09-06 22:58:41','2025-09-06 22:58:41'),
(980841,326967,'action created','2025-09-06 22:58:41','2025-09-06 22:58:41'),
(980842,326967,'action started via WP Cron','2025-09-06 23:03:09','2025-09-06 23:03:09'),
(980843,326967,'action complete via WP Cron','2025-09-06 23:03:09','2025-09-06 23:03:09'),
(980844,326968,'action created','2025-09-06 23:03:09','2025-09-06 23:03:09'),
(980845,326968,'action started via WP Cron','2025-09-06 23:05:38','2025-09-06 23:05:38'),
(980846,326968,'action complete via WP Cron','2025-09-06 23:05:38','2025-09-06 23:05:38'),
(980847,326969,'action created','2025-09-06 23:05:38','2025-09-06 23:05:38'),
(980848,326969,'action started via WP Cron','2025-09-06 23:08:11','2025-09-06 23:08:11'),
(980849,326969,'action complete via WP Cron','2025-09-06 23:08:11','2025-09-06 23:08:11'),
(980850,326970,'action created','2025-09-06 23:08:11','2025-09-06 23:08:11'),
(980851,326970,'action started via WP Cron','2025-09-06 23:10:44','2025-09-06 23:10:44'),
(980852,326970,'action complete via WP Cron','2025-09-06 23:10:44','2025-09-06 23:10:44'),
(980853,326971,'action created','2025-09-06 23:10:44','2025-09-06 23:10:44'),
(980854,326971,'action started via WP Cron','2025-09-06 23:19:26','2025-09-06 23:19:26'),
(980855,326971,'action complete via WP Cron','2025-09-06 23:19:26','2025-09-06 23:19:26'),
(980856,326972,'action created','2025-09-06 23:19:26','2025-09-06 23:19:26'),
(980857,326972,'action started via WP Cron','2025-09-06 23:23:10','2025-09-06 23:23:10'),
(980858,326972,'action complete via WP Cron','2025-09-06 23:23:10','2025-09-06 23:23:10'),
(980859,326973,'action created','2025-09-06 23:23:10','2025-09-06 23:23:10'),
(980860,326973,'action started via WP Cron','2025-09-06 23:26:26','2025-09-06 23:26:26'),
(980861,326973,'action complete via WP Cron','2025-09-06 23:26:26','2025-09-06 23:26:26'),
(980862,326974,'action created','2025-09-06 23:26:26','2025-09-06 23:26:26'),
(980863,326974,'action started via WP Cron','2025-09-06 23:33:19','2025-09-06 23:33:19'),
(980864,326975,'action created','2025-09-06 23:33:19','2025-09-06 23:33:19'),
(980865,326974,'action complete via WP Cron','2025-09-06 23:33:24','2025-09-06 23:33:24'),
(980866,326976,'action created','2025-09-06 23:33:24','2025-09-06 23:33:24'),
(980867,326975,'action started via WP Cron','2025-09-06 23:33:28','2025-09-06 23:33:28'),
(980868,326975,'action complete via WP Cron','2025-09-06 23:33:29','2025-09-06 23:33:29'),
(980869,326976,'action started via WP Cron','2025-09-06 23:38:10','2025-09-06 23:38:10'),
(980870,326976,'action complete via WP Cron','2025-09-06 23:38:10','2025-09-06 23:38:10'),
(980871,326977,'action created','2025-09-06 23:38:10','2025-09-06 23:38:10'),
(980872,326977,'action started via WP Cron','2025-09-06 23:40:16','2025-09-06 23:40:16'),
(980873,326977,'action complete via WP Cron','2025-09-06 23:40:16','2025-09-06 23:40:16'),
(980874,326978,'action created','2025-09-06 23:40:16','2025-09-06 23:40:16'),
(980875,326978,'action started via WP Cron','2025-09-06 23:47:08','2025-09-06 23:47:08'),
(980876,326978,'action complete via WP Cron','2025-09-06 23:47:08','2025-09-06 23:47:08'),
(980877,326979,'action created','2025-09-06 23:47:08','2025-09-06 23:47:08'),
(980878,326979,'action started via WP Cron','2025-09-06 23:53:10','2025-09-06 23:53:10'),
(980879,326979,'action complete via WP Cron','2025-09-06 23:53:10','2025-09-06 23:53:10'),
(980880,326980,'action created','2025-09-06 23:53:10','2025-09-06 23:53:10'),
(980881,326980,'action started via WP Cron','2025-09-06 23:55:19','2025-09-06 23:55:19'),
(980882,326980,'action complete via WP Cron','2025-09-06 23:55:19','2025-09-06 23:55:19'),
(980883,326981,'action created','2025-09-06 23:55:19','2025-09-06 23:55:19'),
(980884,326981,'action started via WP Cron','2025-09-06 23:58:27','2025-09-06 23:58:27'),
(980885,326981,'action complete via WP Cron','2025-09-06 23:58:27','2025-09-06 23:58:27'),
(980886,326982,'action created','2025-09-06 23:58:27','2025-09-06 23:58:27'),
(980887,326982,'action started via WP Cron','2025-09-07 00:02:53','2025-09-07 00:02:53'),
(980888,326982,'action complete via WP Cron','2025-09-07 00:02:53','2025-09-07 00:02:53'),
(980889,326983,'action created','2025-09-07 00:02:53','2025-09-07 00:02:53'),
(980890,326983,'action started via WP Cron','2025-09-07 00:07:13','2025-09-07 00:07:13'),
(980891,326983,'action complete via WP Cron','2025-09-07 00:07:13','2025-09-07 00:07:13'),
(980892,326984,'action created','2025-09-07 00:07:13','2025-09-07 00:07:13'),
(980893,326984,'action started via WP Cron','2025-09-07 00:11:37','2025-09-07 00:11:37'),
(980894,326984,'action complete via WP Cron','2025-09-07 00:11:37','2025-09-07 00:11:37'),
(980895,326985,'action created','2025-09-07 00:11:37','2025-09-07 00:11:37'),
(980896,326985,'action started via WP Cron','2025-09-07 00:16:00','2025-09-07 00:16:00'),
(980897,326985,'action complete via WP Cron','2025-09-07 00:16:00','2025-09-07 00:16:00'),
(980898,326986,'action created','2025-09-07 00:16:00','2025-09-07 00:16:00'),
(980899,326986,'action started via WP Cron','2025-09-07 00:20:24','2025-09-07 00:20:24'),
(980900,326986,'action complete via WP Cron','2025-09-07 00:20:24','2025-09-07 00:20:24'),
(980901,326987,'action created','2025-09-07 00:20:24','2025-09-07 00:20:24'),
(980902,326987,'action started via WP Cron','2025-09-07 00:23:10','2025-09-07 00:23:10'),
(980903,326987,'action complete via WP Cron','2025-09-07 00:23:10','2025-09-07 00:23:10'),
(980904,326988,'action created','2025-09-07 00:23:10','2025-09-07 00:23:10'),
(980905,326988,'action started via WP Cron','2025-09-07 00:29:11','2025-09-07 00:29:11'),
(980906,326988,'action complete via WP Cron','2025-09-07 00:29:11','2025-09-07 00:29:11'),
(980907,326989,'action created','2025-09-07 00:29:11','2025-09-07 00:29:11'),
(980908,326989,'action started via WP Cron','2025-09-07 00:33:10','2025-09-07 00:33:10'),
(980909,326989,'action complete via WP Cron','2025-09-07 00:33:10','2025-09-07 00:33:10'),
(980910,326990,'action created','2025-09-07 00:33:10','2025-09-07 00:33:10'),
(980911,326990,'action started via WP Cron','2025-09-07 00:37:58','2025-09-07 00:37:58'),
(980912,326990,'action complete via WP Cron','2025-09-07 00:37:58','2025-09-07 00:37:58'),
(980913,326991,'action created','2025-09-07 00:37:58','2025-09-07 00:37:58'),
(980914,326991,'action started via WP Cron','2025-09-07 00:42:26','2025-09-07 00:42:26'),
(980915,326991,'action complete via WP Cron','2025-09-07 00:42:26','2025-09-07 00:42:26'),
(980916,326992,'action created','2025-09-07 00:42:26','2025-09-07 00:42:26'),
(980917,326992,'action started via WP Cron','2025-09-07 00:46:44','2025-09-07 00:46:44'),
(980918,326992,'action complete via WP Cron','2025-09-07 00:46:44','2025-09-07 00:46:44'),
(980919,326993,'action created','2025-09-07 00:46:44','2025-09-07 00:46:44'),
(980920,326993,'action started via WP Cron','2025-09-07 00:51:08','2025-09-07 00:51:08'),
(980921,326993,'action complete via WP Cron','2025-09-07 00:51:08','2025-09-07 00:51:08'),
(980922,326994,'action created','2025-09-07 00:51:08','2025-09-07 00:51:08'),
(980923,326994,'action started via WP Cron','2025-09-07 00:53:15','2025-09-07 00:53:15'),
(980924,326994,'action complete via WP Cron','2025-09-07 00:53:15','2025-09-07 00:53:15'),
(980925,326995,'action created','2025-09-07 00:53:15','2025-09-07 00:53:15'),
(980926,326995,'action started via WP Cron','2025-09-07 00:55:31','2025-09-07 00:55:31'),
(980927,326995,'action complete via WP Cron','2025-09-07 00:55:31','2025-09-07 00:55:31'),
(980928,326996,'action created','2025-09-07 00:55:31','2025-09-07 00:55:31'),
(980929,326996,'action started via WP Cron','2025-09-07 00:59:54','2025-09-07 00:59:54'),
(980930,326996,'action complete via WP Cron','2025-09-07 00:59:54','2025-09-07 00:59:54'),
(980931,326997,'action created','2025-09-07 00:59:54','2025-09-07 00:59:54'),
(980932,326997,'action started via WP Cron','2025-09-07 01:03:10','2025-09-07 01:03:10'),
(980933,326997,'action complete via WP Cron','2025-09-07 01:03:10','2025-09-07 01:03:10'),
(980934,326998,'action created','2025-09-07 01:03:10','2025-09-07 01:03:10'),
(980935,326998,'action started via WP Cron','2025-09-07 01:08:41','2025-09-07 01:08:41'),
(980936,326998,'action complete via WP Cron','2025-09-07 01:08:41','2025-09-07 01:08:41'),
(980937,326999,'action created','2025-09-07 01:08:41','2025-09-07 01:08:41'),
(980938,326999,'action started via WP Cron','2025-09-07 01:13:05','2025-09-07 01:13:05'),
(980939,326999,'action complete via WP Cron','2025-09-07 01:13:05','2025-09-07 01:13:05'),
(980940,327000,'action created','2025-09-07 01:13:05','2025-09-07 01:13:05'),
(980941,327000,'action started via WP Cron','2025-09-07 01:17:28','2025-09-07 01:17:28'),
(980942,327000,'action complete via WP Cron','2025-09-07 01:17:28','2025-09-07 01:17:28'),
(980943,327001,'action created','2025-09-07 01:17:28','2025-09-07 01:17:28'),
(980944,327001,'action started via WP Cron','2025-09-07 01:21:51','2025-09-07 01:21:51'),
(980945,327001,'action complete via WP Cron','2025-09-07 01:21:51','2025-09-07 01:21:51'),
(980946,327002,'action created','2025-09-07 01:21:51','2025-09-07 01:21:51'),
(980947,327002,'action started via WP Cron','2025-09-07 01:26:15','2025-09-07 01:26:15'),
(980948,327002,'action complete via WP Cron','2025-09-07 01:26:15','2025-09-07 01:26:15'),
(980949,327003,'action created','2025-09-07 01:26:15','2025-09-07 01:26:15'),
(980950,327003,'action started via WP Cron','2025-09-07 01:30:38','2025-09-07 01:30:38'),
(980951,327003,'action complete via WP Cron','2025-09-07 01:30:38','2025-09-07 01:30:38'),
(980952,327004,'action created','2025-09-07 01:30:38','2025-09-07 01:30:38'),
(980953,327004,'action started via WP Cron','2025-09-07 01:33:10','2025-09-07 01:33:10'),
(980954,327004,'action complete via WP Cron','2025-09-07 01:33:10','2025-09-07 01:33:10'),
(980955,327005,'action created','2025-09-07 01:33:10','2025-09-07 01:33:10'),
(980956,327005,'action started via WP Cron','2025-09-07 01:39:25','2025-09-07 01:39:25'),
(980957,327005,'action complete via WP Cron','2025-09-07 01:39:25','2025-09-07 01:39:25'),
(980958,327006,'action created','2025-09-07 01:39:25','2025-09-07 01:39:25'),
(980959,327006,'action started via WP Cron','2025-09-07 01:43:10','2025-09-07 01:43:10'),
(980960,327006,'action complete via WP Cron','2025-09-07 01:43:10','2025-09-07 01:43:10'),
(980961,327007,'action created','2025-09-07 01:43:10','2025-09-07 01:43:10'),
(980962,327007,'action started via WP Cron','2025-09-07 01:48:12','2025-09-07 01:48:12'),
(980963,327007,'action complete via WP Cron','2025-09-07 01:48:12','2025-09-07 01:48:12'),
(980964,327008,'action created','2025-09-07 01:48:12','2025-09-07 01:48:12'),
(980965,327008,'action started via WP Cron','2025-09-07 01:52:36','2025-09-07 01:52:36'),
(980966,327008,'action complete via WP Cron','2025-09-07 01:52:36','2025-09-07 01:52:36'),
(980967,327009,'action created','2025-09-07 01:52:36','2025-09-07 01:52:36'),
(980968,327009,'action started via WP Cron','2025-09-07 01:56:59','2025-09-07 01:56:59'),
(980969,327009,'action complete via WP Cron','2025-09-07 01:56:59','2025-09-07 01:56:59'),
(980970,327010,'action created','2025-09-07 01:56:59','2025-09-07 01:56:59'),
(980971,327010,'action started via WP Cron','2025-09-07 02:01:22','2025-09-07 02:01:22'),
(980972,327010,'action complete via WP Cron','2025-09-07 02:01:22','2025-09-07 02:01:22'),
(980973,327011,'action created','2025-09-07 02:01:22','2025-09-07 02:01:22'),
(980974,327011,'action started via WP Cron','2025-09-07 02:05:46','2025-09-07 02:05:46'),
(980975,327011,'action complete via WP Cron','2025-09-07 02:05:46','2025-09-07 02:05:46'),
(980976,327012,'action created','2025-09-07 02:05:46','2025-09-07 02:05:46'),
(980977,327012,'action started via WP Cron','2025-09-07 02:08:12','2025-09-07 02:08:12'),
(980978,327012,'action complete via WP Cron','2025-09-07 02:08:12','2025-09-07 02:08:12'),
(980979,327013,'action created','2025-09-07 02:08:12','2025-09-07 02:08:12'),
(980980,327013,'action started via WP Cron','2025-09-07 02:10:43','2025-09-07 02:10:43'),
(980981,327013,'action complete via WP Cron','2025-09-07 02:10:43','2025-09-07 02:10:43'),
(980982,327014,'action created','2025-09-07 02:10:43','2025-09-07 02:10:43'),
(980983,327014,'action started via WP Cron','2025-09-07 02:13:10','2025-09-07 02:13:10'),
(980984,327014,'action complete via WP Cron','2025-09-07 02:13:10','2025-09-07 02:13:10'),
(980985,327015,'action created','2025-09-07 02:13:10','2025-09-07 02:13:10'),
(980986,327015,'action started via WP Cron','2025-09-07 02:18:56','2025-09-07 02:18:56'),
(980987,327015,'action complete via WP Cron','2025-09-07 02:18:56','2025-09-07 02:18:56'),
(980988,327016,'action created','2025-09-07 02:18:56','2025-09-07 02:18:56'),
(980989,327016,'action started via WP Cron','2025-09-07 02:23:10','2025-09-07 02:23:10'),
(980990,327016,'action complete via WP Cron','2025-09-07 02:23:10','2025-09-07 02:23:10'),
(980991,327017,'action created','2025-09-07 02:23:10','2025-09-07 02:23:10'),
(980992,327017,'action started via WP Cron','2025-09-07 02:27:50','2025-09-07 02:27:50'),
(980993,327017,'action complete via WP Cron','2025-09-07 02:27:50','2025-09-07 02:27:50'),
(980994,327018,'action created','2025-09-07 02:27:50','2025-09-07 02:27:50'),
(980995,327018,'action started via WP Cron','2025-09-07 02:32:08','2025-09-07 02:32:08'),
(980996,327018,'action complete via WP Cron','2025-09-07 02:32:08','2025-09-07 02:32:08'),
(980997,327019,'action created','2025-09-07 02:32:08','2025-09-07 02:32:08'),
(980998,327019,'action started via WP Cron','2025-09-07 02:36:30','2025-09-07 02:36:30'),
(980999,327019,'action complete via WP Cron','2025-09-07 02:36:30','2025-09-07 02:36:30'),
(981000,327020,'action created','2025-09-07 02:36:30','2025-09-07 02:36:30'),
(981001,327020,'action started via WP Cron','2025-09-07 02:39:24','2025-09-07 02:39:24'),
(981002,327020,'action complete via WP Cron','2025-09-07 02:39:24','2025-09-07 02:39:24'),
(981003,327021,'action created','2025-09-07 02:39:24','2025-09-07 02:39:24'),
(981004,327021,'action started via WP Cron','2025-09-07 02:43:13','2025-09-07 02:43:13'),
(981005,327021,'action complete via WP Cron','2025-09-07 02:43:13','2025-09-07 02:43:13'),
(981006,327022,'action created','2025-09-07 02:43:13','2025-09-07 02:43:13'),
(981007,327022,'action started via WP Cron','2025-09-07 02:45:16','2025-09-07 02:45:16'),
(981008,327022,'action complete via WP Cron','2025-09-07 02:45:16','2025-09-07 02:45:16'),
(981009,327023,'action created','2025-09-07 02:45:16','2025-09-07 02:45:16'),
(981010,327023,'action started via WP Cron','2025-09-07 02:49:40','2025-09-07 02:49:40'),
(981011,327023,'action complete via WP Cron','2025-09-07 02:49:40','2025-09-07 02:49:40'),
(981012,327024,'action created','2025-09-07 02:49:40','2025-09-07 02:49:40'),
(981013,327024,'action started via WP Cron','2025-09-07 02:53:10','2025-09-07 02:53:10'),
(981014,327024,'action complete via WP Cron','2025-09-07 02:53:10','2025-09-07 02:53:10'),
(981015,327025,'action created','2025-09-07 02:53:11','2025-09-07 02:53:11'),
(981016,327025,'action started via WP Cron','2025-09-07 02:55:22','2025-09-07 02:55:22'),
(981017,327025,'action complete via WP Cron','2025-09-07 02:55:22','2025-09-07 02:55:22'),
(981018,327026,'action created','2025-09-07 02:55:22','2025-09-07 02:55:22'),
(981019,327026,'action started via WP Cron','2025-09-07 02:58:27','2025-09-07 02:58:27'),
(981020,327026,'action complete via WP Cron','2025-09-07 02:58:27','2025-09-07 02:58:27'),
(981021,327027,'action created','2025-09-07 02:58:27','2025-09-07 02:58:27'),
(981022,326744,'action started via WP Cron','2025-09-07 03:02:50','2025-09-07 03:02:50'),
(981023,327028,'action created','2025-09-07 03:02:50','2025-09-07 03:02:50'),
(981024,326744,'action complete via WP Cron','2025-09-07 03:02:50','2025-09-07 03:02:50'),
(981025,327029,'action created','2025-09-07 03:02:50','2025-09-07 03:02:50'),
(981026,327027,'action started via WP Cron','2025-09-07 03:02:51','2025-09-07 03:02:51'),
(981027,327027,'action complete via WP Cron','2025-09-07 03:02:51','2025-09-07 03:02:51'),
(981028,327030,'action created','2025-09-07 03:02:51','2025-09-07 03:02:51'),
(981029,327028,'action started via WP Cron','2025-09-07 03:02:51','2025-09-07 03:02:51'),
(981030,327028,'action complete via WP Cron','2025-09-07 03:02:51','2025-09-07 03:02:51'),
(981031,327030,'action started via WP Cron','2025-09-07 03:07:13','2025-09-07 03:07:13'),
(981032,327030,'action complete via WP Cron','2025-09-07 03:07:13','2025-09-07 03:07:13'),
(981033,327031,'action created','2025-09-07 03:07:13','2025-09-07 03:07:13'),
(981034,327031,'action started via WP Cron','2025-09-07 03:11:37','2025-09-07 03:11:37'),
(981035,327031,'action complete via WP Cron','2025-09-07 03:11:37','2025-09-07 03:11:37'),
(981036,327032,'action created','2025-09-07 03:11:37','2025-09-07 03:11:37'),
(981037,327032,'action started via WP Cron','2025-09-07 03:16:01','2025-09-07 03:16:01'),
(981038,327032,'action complete via WP Cron','2025-09-07 03:16:01','2025-09-07 03:16:01'),
(981039,327033,'action created','2025-09-07 03:16:01','2025-09-07 03:16:01'),
(981040,327033,'action started via WP Cron','2025-09-07 03:20:23','2025-09-07 03:20:23'),
(981041,327033,'action complete via WP Cron','2025-09-07 03:20:24','2025-09-07 03:20:24'),
(981042,327034,'action created','2025-09-07 03:20:24','2025-09-07 03:20:24'),
(981043,326749,'action started via WP Cron','2025-09-07 03:23:10','2025-09-07 03:23:10'),
(981044,326749,'action complete via WP Cron','2025-09-07 03:23:10','2025-09-07 03:23:10'),
(981045,327035,'action created','2025-09-07 03:23:10','2025-09-07 03:23:10'),
(981046,326750,'action started via WP Cron','2025-09-07 03:23:10','2025-09-07 03:23:10'),
(981047,326750,'action complete via WP Cron','2025-09-07 03:23:10','2025-09-07 03:23:10'),
(981048,327036,'action created','2025-09-07 03:23:10','2025-09-07 03:23:10'),
(981049,326751,'action started via WP Cron','2025-09-07 03:23:10','2025-09-07 03:23:10'),
(981050,326751,'action complete via WP Cron','2025-09-07 03:23:11','2025-09-07 03:23:11'),
(981051,327037,'action created','2025-09-07 03:23:11','2025-09-07 03:23:11'),
(981052,326752,'action started via WP Cron','2025-09-07 03:23:11','2025-09-07 03:23:11'),
(981053,326752,'action complete via WP Cron','2025-09-07 03:23:11','2025-09-07 03:23:11'),
(981054,327038,'action created','2025-09-07 03:23:11','2025-09-07 03:23:11'),
(981055,327034,'action started via WP Cron','2025-09-07 03:23:11','2025-09-07 03:23:11'),
(981056,327034,'action complete via WP Cron','2025-09-07 03:23:11','2025-09-07 03:23:11'),
(981057,327039,'action created','2025-09-07 03:23:11','2025-09-07 03:23:11'),
(981058,327039,'action started via WP Cron','2025-09-07 03:29:11','2025-09-07 03:29:11'),
(981059,327039,'action complete via WP Cron','2025-09-07 03:29:11','2025-09-07 03:29:11'),
(981060,327040,'action created','2025-09-07 03:29:11','2025-09-07 03:29:11'),
(981061,326873,'action started via WP Cron','2025-09-07 03:29:11','2025-09-07 03:29:11'),
(981062,326873,'action complete via WP Cron','2025-09-07 03:29:11','2025-09-07 03:29:11'),
(981063,327041,'action created','2025-09-07 03:29:11','2025-09-07 03:29:11'),
(981064,327040,'action started via WP Cron','2025-09-07 03:31:44','2025-09-07 03:31:44'),
(981065,327040,'action complete via WP Cron','2025-09-07 03:31:44','2025-09-07 03:31:44'),
(981066,327042,'action created','2025-09-07 03:31:44','2025-09-07 03:31:44'),
(981067,327042,'action started via WP Cron','2025-09-07 03:35:37','2025-09-07 03:35:37'),
(981068,327042,'action complete via WP Cron','2025-09-07 03:35:37','2025-09-07 03:35:37'),
(981069,327043,'action created','2025-09-07 03:35:37','2025-09-07 03:35:37'),
(981070,327043,'action started via WP Cron','2025-09-07 03:42:02','2025-09-07 03:42:02'),
(981071,327043,'action complete via WP Cron','2025-09-07 03:42:02','2025-09-07 03:42:02'),
(981072,327044,'action created','2025-09-07 03:42:02','2025-09-07 03:42:02'),
(981073,327044,'action started via WP Cron','2025-09-07 03:45:55','2025-09-07 03:45:55'),
(981074,327044,'action complete via WP Cron','2025-09-07 03:45:55','2025-09-07 03:45:55'),
(981075,327045,'action created','2025-09-07 03:45:55','2025-09-07 03:45:55'),
(981076,327045,'action started via WP Cron','2025-09-07 03:48:30','2025-09-07 03:48:30'),
(981077,327045,'action complete via WP Cron','2025-09-07 03:48:30','2025-09-07 03:48:30'),
(981078,327046,'action created','2025-09-07 03:48:30','2025-09-07 03:48:30'),
(981079,327046,'action started via WP Cron','2025-09-07 03:53:10','2025-09-07 03:53:10'),
(981080,327046,'action complete via WP Cron','2025-09-07 03:53:10','2025-09-07 03:53:10'),
(981081,327047,'action created','2025-09-07 03:53:10','2025-09-07 03:53:10'),
(981082,327047,'action started via WP Cron','2025-09-07 04:01:22','2025-09-07 04:01:22'),
(981083,327047,'action complete via WP Cron','2025-09-07 04:01:22','2025-09-07 04:01:22'),
(981084,327048,'action created','2025-09-07 04:01:22','2025-09-07 04:01:22'),
(981085,327048,'action started via WP Cron','2025-09-07 04:07:44','2025-09-07 04:07:44'),
(981086,327048,'action complete via WP Cron','2025-09-07 04:07:45','2025-09-07 04:07:45'),
(981087,327049,'action created','2025-09-07 04:07:45','2025-09-07 04:07:45'),
(981088,327049,'action started via WP Cron','2025-09-07 04:10:38','2025-09-07 04:10:38'),
(981089,327049,'action complete via WP Cron','2025-09-07 04:10:38','2025-09-07 04:10:38'),
(981090,327050,'action created','2025-09-07 04:10:38','2025-09-07 04:10:38'),
(981091,327050,'action started via WP Cron','2025-09-07 04:13:12','2025-09-07 04:13:12'),
(981092,327050,'action complete via WP Cron','2025-09-07 04:13:12','2025-09-07 04:13:12'),
(981093,327051,'action created','2025-09-07 04:13:12','2025-09-07 04:13:12'),
(981094,327051,'action started via WP Cron','2025-09-07 04:20:37','2025-09-07 04:20:37'),
(981095,327051,'action complete via WP Cron','2025-09-07 04:20:38','2025-09-07 04:20:38'),
(981096,327052,'action created','2025-09-07 04:20:38','2025-09-07 04:20:38'),
(981097,327052,'action started via WP Cron','2025-09-07 04:23:10','2025-09-07 04:23:10'),
(981098,327052,'action complete via WP Cron','2025-09-07 04:23:10','2025-09-07 04:23:10'),
(981099,327053,'action created','2025-09-07 04:23:10','2025-09-07 04:23:10'),
(981100,327053,'action started via WP Cron','2025-09-07 04:27:07','2025-09-07 04:27:07'),
(981101,327053,'action complete via WP Cron','2025-09-07 04:27:07','2025-09-07 04:27:07'),
(981102,327054,'action created','2025-09-07 04:27:07','2025-09-07 04:27:07'),
(981103,327054,'action started via WP Cron','2025-09-07 04:33:10','2025-09-07 04:33:10'),
(981104,327054,'action complete via WP Cron','2025-09-07 04:33:10','2025-09-07 04:33:10'),
(981105,327055,'action created','2025-09-07 04:33:10','2025-09-07 04:33:10'),
(981106,327055,'action started via WP Cron','2025-09-07 04:36:26','2025-09-07 04:36:26'),
(981107,327055,'action complete via WP Cron','2025-09-07 04:36:26','2025-09-07 04:36:26'),
(981108,327056,'action created','2025-09-07 04:36:26','2025-09-07 04:36:26'),
(981109,327056,'action started via WP Cron','2025-09-07 04:39:23','2025-09-07 04:39:23'),
(981110,327056,'action complete via WP Cron','2025-09-07 04:39:24','2025-09-07 04:39:24'),
(981111,327057,'action created','2025-09-07 04:39:24','2025-09-07 04:39:24'),
(981112,327057,'action started via WP Cron','2025-09-07 04:43:10','2025-09-07 04:43:10'),
(981113,327057,'action complete via WP Cron','2025-09-07 04:43:10','2025-09-07 04:43:10'),
(981114,327058,'action created','2025-09-07 04:43:10','2025-09-07 04:43:10'),
(981115,327058,'action started via WP Cron','2025-09-07 04:46:19','2025-09-07 04:46:19'),
(981116,327058,'action complete via WP Cron','2025-09-07 04:46:19','2025-09-07 04:46:19'),
(981117,327059,'action created','2025-09-07 04:46:19','2025-09-07 04:46:19'),
(981118,327059,'action started via WP Cron','2025-09-07 04:52:45','2025-09-07 04:52:45'),
(981119,327059,'action complete via WP Cron','2025-09-07 04:52:45','2025-09-07 04:52:45'),
(981120,327060,'action created','2025-09-07 04:52:45','2025-09-07 04:52:45'),
(981121,327060,'action started via WP Cron','2025-09-07 04:59:11','2025-09-07 04:59:11'),
(981122,327060,'action complete via WP Cron','2025-09-07 04:59:11','2025-09-07 04:59:11'),
(981123,327061,'action created','2025-09-07 04:59:11','2025-09-07 04:59:11'),
(981124,327061,'action started via WP Cron','2025-09-07 05:03:10','2025-09-07 05:03:10'),
(981125,327061,'action complete via WP Cron','2025-09-07 05:03:10','2025-09-07 05:03:10'),
(981126,327062,'action created','2025-09-07 05:03:10','2025-09-07 05:03:10'),
(981127,327062,'action started via WP Cron','2025-09-07 05:05:36','2025-09-07 05:05:36'),
(981128,327062,'action complete via WP Cron','2025-09-07 05:05:36','2025-09-07 05:05:36'),
(981129,327063,'action created','2025-09-07 05:05:36','2025-09-07 05:05:36'),
(981130,327063,'action started via WP Cron','2025-09-07 05:08:12','2025-09-07 05:08:12'),
(981131,327063,'action complete via WP Cron','2025-09-07 05:08:12','2025-09-07 05:08:12'),
(981132,327064,'action created','2025-09-07 05:08:12','2025-09-07 05:08:12'),
(981133,327064,'action started via WP Cron','2025-09-07 05:12:03','2025-09-07 05:12:03'),
(981134,327064,'action complete via WP Cron','2025-09-07 05:12:03','2025-09-07 05:12:03'),
(981135,327065,'action created','2025-09-07 05:12:03','2025-09-07 05:12:03'),
(981136,327065,'action started via WP Cron','2025-09-07 05:15:34','2025-09-07 05:15:34'),
(981137,327065,'action complete via WP Cron','2025-09-07 05:15:34','2025-09-07 05:15:34'),
(981138,327066,'action created','2025-09-07 05:15:34','2025-09-07 05:15:34'),
(981139,327066,'action started via WP Cron','2025-09-07 05:18:33','2025-09-07 05:18:33'),
(981140,327066,'action complete via WP Cron','2025-09-07 05:18:33','2025-09-07 05:18:33'),
(981141,327067,'action created','2025-09-07 05:18:33','2025-09-07 05:18:33'),
(981142,327067,'action started via WP Cron','2025-09-07 05:23:10','2025-09-07 05:23:10'),
(981143,327067,'action complete via WP Cron','2025-09-07 05:23:10','2025-09-07 05:23:10'),
(981144,327068,'action created','2025-09-07 05:23:10','2025-09-07 05:23:10'),
(981145,327068,'action started via WP Cron','2025-09-07 05:31:19','2025-09-07 05:31:19'),
(981146,327068,'action complete via WP Cron','2025-09-07 05:31:19','2025-09-07 05:31:19'),
(981147,327069,'action created','2025-09-07 05:31:19','2025-09-07 05:31:19'),
(981148,327069,'action started via WP Cron','2025-09-07 05:37:47','2025-09-07 05:37:47'),
(981149,327069,'action complete via WP Cron','2025-09-07 05:37:47','2025-09-07 05:37:47'),
(981150,327070,'action created','2025-09-07 05:37:47','2025-09-07 05:37:47'),
(981151,327070,'action started via WP Cron','2025-09-07 05:41:33','2025-09-07 05:41:33'),
(981152,327070,'action complete via WP Cron','2025-09-07 05:41:33','2025-09-07 05:41:33'),
(981153,327071,'action created','2025-09-07 05:41:33','2025-09-07 05:41:33'),
(981154,327071,'action started via WP Cron','2025-09-07 05:44:11','2025-09-07 05:44:11'),
(981155,327071,'action complete via WP Cron','2025-09-07 05:44:11','2025-09-07 05:44:11'),
(981156,327072,'action created','2025-09-07 05:44:11','2025-09-07 05:44:11'),
(981157,327072,'action started via WP Cron','2025-09-07 05:48:10','2025-09-07 05:48:10'),
(981158,327072,'action complete via WP Cron','2025-09-07 05:48:10','2025-09-07 05:48:10'),
(981159,327073,'action created','2025-09-07 05:48:10','2025-09-07 05:48:10'),
(981160,327073,'action started via WP Cron','2025-09-07 05:50:36','2025-09-07 05:50:36'),
(981161,327073,'action complete via WP Cron','2025-09-07 05:50:36','2025-09-07 05:50:36'),
(981162,327074,'action created','2025-09-07 05:50:36','2025-09-07 05:50:36'),
(981163,327074,'action started via WP Cron','2025-09-07 05:53:10','2025-09-07 05:53:10'),
(981164,327074,'action complete via WP Cron','2025-09-07 05:53:10','2025-09-07 05:53:10'),
(981165,327075,'action created','2025-09-07 05:53:10','2025-09-07 05:53:10'),
(981166,327075,'action started via WP Cron','2025-09-07 05:57:02','2025-09-07 05:57:02'),
(981167,327075,'action complete via WP Cron','2025-09-07 05:57:02','2025-09-07 05:57:02'),
(981168,327076,'action created','2025-09-07 05:57:02','2025-09-07 05:57:02'),
(981169,327076,'action started via WP Cron','2025-09-07 05:59:07','2025-09-07 05:59:07'),
(981170,327076,'action complete via WP Cron','2025-09-07 05:59:07','2025-09-07 05:59:07'),
(981171,327077,'action created','2025-09-07 05:59:07','2025-09-07 05:59:07'),
(981172,327077,'action started via WP Cron','2025-09-07 06:03:10','2025-09-07 06:03:10'),
(981173,327077,'action complete via WP Cron','2025-09-07 06:03:10','2025-09-07 06:03:10'),
(981174,327078,'action created','2025-09-07 06:03:10','2025-09-07 06:03:10'),
(981175,327078,'action started via WP Cron','2025-09-07 06:06:22','2025-09-07 06:06:22'),
(981176,327078,'action complete via WP Cron','2025-09-07 06:06:22','2025-09-07 06:06:22'),
(981177,327079,'action created','2025-09-07 06:06:22','2025-09-07 06:06:22'),
(981178,327079,'action started via WP Cron','2025-09-07 06:08:25','2025-09-07 06:08:25'),
(981179,327079,'action complete via WP Cron','2025-09-07 06:08:25','2025-09-07 06:08:25'),
(981180,327080,'action created','2025-09-07 06:08:25','2025-09-07 06:08:25'),
(981181,327080,'action started via WP Cron','2025-09-07 06:19:32','2025-09-07 06:19:32'),
(981182,327080,'action complete via WP Cron','2025-09-07 06:19:32','2025-09-07 06:19:32'),
(981183,327081,'action created','2025-09-07 06:19:32','2025-09-07 06:19:32'),
(981184,327081,'action started via WP Cron','2025-09-07 06:35:53','2025-09-07 06:35:53'),
(981185,327081,'action complete via WP Cron','2025-09-07 06:35:53','2025-09-07 06:35:53'),
(981186,327082,'action created','2025-09-07 06:35:53','2025-09-07 06:35:53'),
(981187,327082,'action started via WP Cron','2025-09-07 06:52:15','2025-09-07 06:52:15'),
(981188,327082,'action complete via WP Cron','2025-09-07 06:52:16','2025-09-07 06:52:16'),
(981189,327083,'action created','2025-09-07 06:52:16','2025-09-07 06:52:16'),
(981190,327083,'action started via WP Cron','2025-09-07 07:08:38','2025-09-07 07:08:38'),
(981191,327083,'action complete via WP Cron','2025-09-07 07:08:38','2025-09-07 07:08:38'),
(981192,327084,'action created','2025-09-07 07:08:38','2025-09-07 07:08:38'),
(981193,327084,'action started via WP Cron','2025-09-07 07:21:35','2025-09-07 07:21:35'),
(981194,327084,'action complete via WP Cron','2025-09-07 07:21:35','2025-09-07 07:21:35'),
(981195,327085,'action created','2025-09-07 07:21:35','2025-09-07 07:21:35'),
(981196,327085,'action started via WP Cron','2025-09-07 07:25:01','2025-09-07 07:25:01'),
(981197,327085,'action complete via WP Cron','2025-09-07 07:25:01','2025-09-07 07:25:01'),
(981198,327086,'action created','2025-09-07 07:25:01','2025-09-07 07:25:01'),
(981199,327086,'action started via WP Cron','2025-09-07 07:36:24','2025-09-07 07:36:24'),
(981200,327086,'action complete via WP Cron','2025-09-07 07:36:24','2025-09-07 07:36:24'),
(981201,327087,'action created','2025-09-07 07:36:24','2025-09-07 07:36:24'),
(981202,327087,'action started via WP Cron','2025-09-07 07:41:21','2025-09-07 07:41:21'),
(981203,327087,'action complete via WP Cron','2025-09-07 07:41:21','2025-09-07 07:41:21'),
(981204,327088,'action created','2025-09-07 07:41:21','2025-09-07 07:41:21'),
(981205,327088,'action started via WP Cron','2025-09-07 07:44:57','2025-09-07 07:44:57'),
(981206,327088,'action complete via WP Cron','2025-09-07 07:44:57','2025-09-07 07:44:57'),
(981207,327089,'action created','2025-09-07 07:44:57','2025-09-07 07:44:57'),
(981208,327089,'action started via WP Cron','2025-09-07 07:57:42','2025-09-07 07:57:42'),
(981209,327089,'action complete via WP Cron','2025-09-07 07:57:43','2025-09-07 07:57:43'),
(981210,327090,'action created','2025-09-07 07:57:43','2025-09-07 07:57:43'),
(981211,327090,'action started via WP Cron','2025-09-07 08:03:30','2025-09-07 08:03:30'),
(981212,327090,'action complete via WP Cron','2025-09-07 08:03:30','2025-09-07 08:03:30'),
(981213,327091,'action created','2025-09-07 08:03:30','2025-09-07 08:03:30'),
(981214,327091,'action started via WP Cron','2025-09-07 08:09:11','2025-09-07 08:09:11'),
(981215,327091,'action complete via WP Cron','2025-09-07 08:09:11','2025-09-07 08:09:11'),
(981216,327092,'action created','2025-09-07 08:09:11','2025-09-07 08:09:11'),
(981217,327092,'action started via WP Cron','2025-09-07 08:14:06','2025-09-07 08:14:06'),
(981218,327092,'action complete via WP Cron','2025-09-07 08:14:07','2025-09-07 08:14:07'),
(981219,327093,'action created','2025-09-07 08:14:07','2025-09-07 08:14:07'),
(981220,327093,'action started via WP Cron','2025-09-07 08:22:17','2025-09-07 08:22:17'),
(981221,327093,'action complete via WP Cron','2025-09-07 08:22:17','2025-09-07 08:22:17'),
(981222,327094,'action created','2025-09-07 08:22:17','2025-09-07 08:22:17'),
(981223,327094,'action started via WP Cron','2025-09-07 08:30:26','2025-09-07 08:30:26'),
(981224,327094,'action complete via WP Cron','2025-09-07 08:30:26','2025-09-07 08:30:26'),
(981225,327095,'action created','2025-09-07 08:30:26','2025-09-07 08:30:26'),
(981226,327095,'action started via WP Cron','2025-09-07 08:40:54','2025-09-07 08:40:54'),
(981227,327095,'action complete via WP Cron','2025-09-07 08:40:54','2025-09-07 08:40:54'),
(981228,327096,'action created','2025-09-07 08:40:54','2025-09-07 08:40:54'),
(981229,327096,'action started via WP Cron','2025-09-07 08:46:48','2025-09-07 08:46:48'),
(981230,327096,'action complete via WP Cron','2025-09-07 08:46:48','2025-09-07 08:46:48'),
(981231,327097,'action created','2025-09-07 08:46:48','2025-09-07 08:46:48'),
(981232,327097,'action started via WP Cron','2025-09-07 08:55:31','2025-09-07 08:55:31'),
(981233,327097,'action complete via WP Cron','2025-09-07 08:55:31','2025-09-07 08:55:31'),
(981234,327098,'action created','2025-09-07 08:55:31','2025-09-07 08:55:31'),
(981235,327098,'action started via WP Cron','2025-09-07 08:59:06','2025-09-07 08:59:06'),
(981236,327098,'action complete via WP Cron','2025-09-07 08:59:06','2025-09-07 08:59:06'),
(981237,327099,'action created','2025-09-07 08:59:06','2025-09-07 08:59:06'),
(981238,327099,'action started via WP Cron','2025-09-07 09:03:15','2025-09-07 09:03:15'),
(981239,327099,'action complete via WP Cron','2025-09-07 09:03:15','2025-09-07 09:03:15'),
(981240,327100,'action created','2025-09-07 09:03:15','2025-09-07 09:03:15'),
(981241,327100,'action started via WP Cron','2025-09-07 09:06:22','2025-09-07 09:06:22'),
(981242,327100,'action complete via WP Cron','2025-09-07 09:06:22','2025-09-07 09:06:22'),
(981243,327101,'action created','2025-09-07 09:06:22','2025-09-07 09:06:22'),
(981244,327101,'action started via WP Cron','2025-09-07 09:08:22','2025-09-07 09:08:22'),
(981245,327101,'action complete via WP Cron','2025-09-07 09:08:22','2025-09-07 09:08:22'),
(981246,327102,'action created','2025-09-07 09:08:22','2025-09-07 09:08:22'),
(981247,327102,'action started via WP Cron','2025-09-07 09:14:43','2025-09-07 09:14:43'),
(981248,327102,'action complete via WP Cron','2025-09-07 09:14:43','2025-09-07 09:14:43'),
(981249,327103,'action created','2025-09-07 09:14:43','2025-09-07 09:14:43'),
(981250,327103,'action started via WP Cron','2025-09-07 09:18:10','2025-09-07 09:18:10'),
(981251,327103,'action complete via WP Cron','2025-09-07 09:18:10','2025-09-07 09:18:10'),
(981252,327104,'action created','2025-09-07 09:18:10','2025-09-07 09:18:10'),
(981253,327104,'action started via WP Cron','2025-09-07 09:26:00','2025-09-07 09:26:00'),
(981254,327104,'action complete via WP Cron','2025-09-07 09:26:00','2025-09-07 09:26:00'),
(981255,327105,'action created','2025-09-07 09:26:00','2025-09-07 09:26:00'),
(981256,327105,'action started via WP Cron','2025-09-07 09:33:09','2025-09-07 09:33:09'),
(981257,327105,'action complete via WP Cron','2025-09-07 09:33:10','2025-09-07 09:33:10'),
(981258,327106,'action created','2025-09-07 09:33:10','2025-09-07 09:33:10'),
(981259,327106,'action started via WP Cron','2025-09-07 09:37:13','2025-09-07 09:37:13'),
(981260,327106,'action complete via WP Cron','2025-09-07 09:37:13','2025-09-07 09:37:13'),
(981261,327107,'action created','2025-09-07 09:37:13','2025-09-07 09:37:13'),
(981262,327107,'action started via WP Cron','2025-09-07 09:40:49','2025-09-07 09:40:49'),
(981263,327107,'action complete via WP Cron','2025-09-07 09:40:50','2025-09-07 09:40:50'),
(981264,327108,'action created','2025-09-07 09:40:50','2025-09-07 09:40:50'),
(981265,327108,'action started via WP Cron','2025-09-07 09:48:11','2025-09-07 09:48:11'),
(981266,327108,'action complete via WP Cron','2025-09-07 09:48:11','2025-09-07 09:48:11'),
(981267,327109,'action created','2025-09-07 09:48:11','2025-09-07 09:48:11'),
(981268,327109,'action started via WP Cron','2025-09-07 09:59:15','2025-09-07 09:59:15'),
(981269,327109,'action complete via WP Cron','2025-09-07 09:59:15','2025-09-07 09:59:15'),
(981270,327110,'action created','2025-09-07 09:59:15','2025-09-07 09:59:15'),
(981271,327110,'action started via WP Cron','2025-09-07 10:03:10','2025-09-07 10:03:10'),
(981272,327110,'action complete via WP Cron','2025-09-07 10:03:10','2025-09-07 10:03:10'),
(981273,327111,'action created','2025-09-07 10:03:10','2025-09-07 10:03:10'),
(981274,327111,'action started via WP Cron','2025-09-07 10:10:58','2025-09-07 10:10:58'),
(981275,327111,'action complete via WP Cron','2025-09-07 10:10:58','2025-09-07 10:10:58'),
(981276,327112,'action created','2025-09-07 10:10:58','2025-09-07 10:10:58'),
(981277,327112,'action started via WP Cron','2025-09-07 10:18:10','2025-09-07 10:18:10'),
(981278,327112,'action complete via WP Cron','2025-09-07 10:18:10','2025-09-07 10:18:10'),
(981279,327113,'action created','2025-09-07 10:18:10','2025-09-07 10:18:10'),
(981280,327113,'action started via WP Cron','2025-09-07 10:22:14','2025-09-07 10:22:14'),
(981281,327113,'action complete via WP Cron','2025-09-07 10:22:14','2025-09-07 10:22:14'),
(981282,327114,'action created','2025-09-07 10:22:14','2025-09-07 10:22:14'),
(981283,327114,'action started via WP Cron','2025-09-07 10:30:56','2025-09-07 10:30:56'),
(981284,327114,'action complete via WP Cron','2025-09-07 10:30:56','2025-09-07 10:30:56'),
(981285,327115,'action created','2025-09-07 10:30:56','2025-09-07 10:30:56'),
(981286,327115,'action started via WP Cron','2025-09-07 10:33:10','2025-09-07 10:33:10'),
(981287,327115,'action complete via WP Cron','2025-09-07 10:33:10','2025-09-07 10:33:10'),
(981288,327116,'action created','2025-09-07 10:33:10','2025-09-07 10:33:10'),
(981289,327116,'action started via WP Cron','2025-09-07 10:39:27','2025-09-07 10:39:27'),
(981290,327116,'action complete via WP Cron','2025-09-07 10:39:27','2025-09-07 10:39:27'),
(981291,327117,'action created','2025-09-07 10:39:27','2025-09-07 10:39:27'),
(981292,327117,'action started via WP Cron','2025-09-07 10:44:45','2025-09-07 10:44:45'),
(981293,327117,'action complete via WP Cron','2025-09-07 10:44:45','2025-09-07 10:44:45'),
(981294,327118,'action created','2025-09-07 10:44:45','2025-09-07 10:44:45'),
(981295,327118,'action started via WP Cron','2025-09-07 10:48:10','2025-09-07 10:48:10'),
(981296,327118,'action complete via WP Cron','2025-09-07 10:48:10','2025-09-07 10:48:10'),
(981297,327119,'action created','2025-09-07 10:48:10','2025-09-07 10:48:10'),
(981298,327119,'action started via WP Cron','2025-09-07 10:56:02','2025-09-07 10:56:02'),
(981299,327119,'action complete via WP Cron','2025-09-07 10:56:03','2025-09-07 10:56:03'),
(981300,327120,'action created','2025-09-07 10:56:03','2025-09-07 10:56:03'),
(981301,327120,'action started via WP Cron','2025-09-07 10:58:40','2025-09-07 10:58:40'),
(981302,327120,'action complete via WP Cron','2025-09-07 10:58:40','2025-09-07 10:58:40'),
(981303,327121,'action created','2025-09-07 10:58:40','2025-09-07 10:58:40'),
(981304,327121,'action started via WP Cron','2025-09-07 11:03:10','2025-09-07 11:03:10'),
(981305,327121,'action complete via WP Cron','2025-09-07 11:03:10','2025-09-07 11:03:10'),
(981306,327122,'action created','2025-09-07 11:03:10','2025-09-07 11:03:10'),
(981307,327122,'action started via WP Cron','2025-09-07 11:07:13','2025-09-07 11:07:13'),
(981308,327122,'action complete via WP Cron','2025-09-07 11:07:13','2025-09-07 11:07:13'),
(981309,327123,'action created','2025-09-07 11:07:13','2025-09-07 11:07:13'),
(981310,327123,'action started via WP Cron','2025-09-07 11:18:15','2025-09-07 11:18:15'),
(981311,327123,'action complete via WP Cron','2025-09-07 11:18:16','2025-09-07 11:18:16'),
(981312,327124,'action created','2025-09-07 11:18:16','2025-09-07 11:18:16'),
(981313,327124,'action started via WP Cron','2025-09-07 11:29:42','2025-09-07 11:29:42'),
(981314,327124,'action complete via WP Cron','2025-09-07 11:29:43','2025-09-07 11:29:43'),
(981315,327125,'action created','2025-09-07 11:29:43','2025-09-07 11:29:43'),
(981316,327125,'action started via WP Cron','2025-09-07 11:33:11','2025-09-07 11:33:11'),
(981317,327125,'action complete via WP Cron','2025-09-07 11:33:11','2025-09-07 11:33:11'),
(981318,327126,'action created','2025-09-07 11:33:11','2025-09-07 11:33:11'),
(981319,327126,'action started via WP Cron','2025-09-07 11:36:41','2025-09-07 11:36:41'),
(981320,327126,'action complete via WP Cron','2025-09-07 11:36:41','2025-09-07 11:36:41'),
(981321,327127,'action created','2025-09-07 11:36:41','2025-09-07 11:36:41'),
(981322,327127,'action started via WP Cron','2025-09-07 11:40:58','2025-09-07 11:40:58'),
(981323,327127,'action complete via WP Cron','2025-09-07 11:40:58','2025-09-07 11:40:58'),
(981324,327128,'action created','2025-09-07 11:40:58','2025-09-07 11:40:58'),
(981325,327128,'action started via WP Cron','2025-09-07 11:48:10','2025-09-07 11:48:10'),
(981326,327128,'action complete via WP Cron','2025-09-07 11:48:10','2025-09-07 11:48:10'),
(981327,327129,'action created','2025-09-07 11:48:10','2025-09-07 11:48:10'),
(981328,327129,'action started via WP Cron','2025-09-07 11:52:12','2025-09-07 11:52:12'),
(981329,327129,'action complete via WP Cron','2025-09-07 11:52:13','2025-09-07 11:52:13'),
(981330,327130,'action created','2025-09-07 11:52:13','2025-09-07 11:52:13'),
(981331,327130,'action started via WP Cron','2025-09-07 11:56:24','2025-09-07 11:56:24'),
(981332,327130,'action complete via WP Cron','2025-09-07 11:56:24','2025-09-07 11:56:24'),
(981333,327131,'action created','2025-09-07 11:56:24','2025-09-07 11:56:24'),
(981334,327131,'action started via WP Cron','2025-09-07 12:00:24','2025-09-07 12:00:24'),
(981335,327131,'action complete via WP Cron','2025-09-07 12:00:24','2025-09-07 12:00:24'),
(981336,327132,'action created','2025-09-07 12:00:24','2025-09-07 12:00:24'),
(981337,327132,'action started via WP Cron','2025-09-07 12:04:19','2025-09-07 12:04:19'),
(981338,327132,'action complete via WP Cron','2025-09-07 12:04:19','2025-09-07 12:04:19'),
(981339,327133,'action created','2025-09-07 12:04:19','2025-09-07 12:04:19'),
(981340,327133,'action started via WP Cron','2025-09-07 12:08:36','2025-09-07 12:08:36'),
(981341,327133,'action complete via WP Cron','2025-09-07 12:08:36','2025-09-07 12:08:36'),
(981342,327134,'action created','2025-09-07 12:08:36','2025-09-07 12:08:36'),
(981343,327134,'action started via WP Cron','2025-09-07 12:16:48','2025-09-07 12:16:48'),
(981344,327134,'action complete via WP Cron','2025-09-07 12:16:48','2025-09-07 12:16:48'),
(981345,327135,'action created','2025-09-07 12:16:48','2025-09-07 12:16:48'),
(981346,327135,'action started via WP Cron','2025-09-07 12:19:31','2025-09-07 12:19:31'),
(981347,327135,'action complete via WP Cron','2025-09-07 12:19:31','2025-09-07 12:19:31'),
(981348,327136,'action created','2025-09-07 12:19:31','2025-09-07 12:19:31'),
(981349,327136,'action started via WP Cron','2025-09-07 12:24:56','2025-09-07 12:24:56'),
(981350,327136,'action complete via WP Cron','2025-09-07 12:24:56','2025-09-07 12:24:56'),
(981351,327137,'action created','2025-09-07 12:24:56','2025-09-07 12:24:56'),
(981352,327137,'action started via WP Cron','2025-09-07 12:33:07','2025-09-07 12:33:07'),
(981353,327137,'action complete via WP Cron','2025-09-07 12:33:07','2025-09-07 12:33:07'),
(981354,327138,'action created','2025-09-07 12:33:07','2025-09-07 12:33:07'),
(981355,327138,'action started via WP Cron','2025-09-07 12:39:28','2025-09-07 12:39:28'),
(981356,327138,'action complete via WP Cron','2025-09-07 12:39:28','2025-09-07 12:39:28'),
(981357,327139,'action created','2025-09-07 12:39:28','2025-09-07 12:39:28'),
(981358,327139,'action started via WP Cron','2025-09-07 12:48:10','2025-09-07 12:48:10'),
(981359,327139,'action complete via WP Cron','2025-09-07 12:48:10','2025-09-07 12:48:10'),
(981360,327140,'action created','2025-09-07 12:48:10','2025-09-07 12:48:10'),
(981361,327140,'action started via WP Cron','2025-09-07 12:57:40','2025-09-07 12:57:40'),
(981362,327140,'action complete via WP Cron','2025-09-07 12:57:40','2025-09-07 12:57:40'),
(981363,327141,'action created','2025-09-07 12:57:40','2025-09-07 12:57:40'),
(981364,327141,'action started via WP Cron','2025-09-07 13:05:51','2025-09-07 13:05:51'),
(981365,327141,'action complete via WP Cron','2025-09-07 13:05:51','2025-09-07 13:05:51'),
(981366,327142,'action created','2025-09-07 13:05:51','2025-09-07 13:05:51'),
(981367,327142,'action started via WP Cron','2025-09-07 13:14:03','2025-09-07 13:14:03'),
(981368,327142,'action complete via WP Cron','2025-09-07 13:14:03','2025-09-07 13:14:03'),
(981369,327143,'action created','2025-09-07 13:14:03','2025-09-07 13:14:03'),
(981370,327143,'action started via WP Cron','2025-09-07 13:17:33','2025-09-07 13:17:33'),
(981371,327143,'action complete via WP Cron','2025-09-07 13:17:33','2025-09-07 13:17:33'),
(981372,327144,'action created','2025-09-07 13:17:33','2025-09-07 13:17:33'),
(981373,327144,'action started via WP Cron','2025-09-07 13:21:32','2025-09-07 13:21:32'),
(981374,327144,'action complete via WP Cron','2025-09-07 13:21:32','2025-09-07 13:21:32'),
(981375,327145,'action created','2025-09-07 13:21:32','2025-09-07 13:21:32'),
(981376,327145,'action started via WP Cron','2025-09-07 13:30:25','2025-09-07 13:30:25'),
(981377,327145,'action complete via WP Cron','2025-09-07 13:30:25','2025-09-07 13:30:25'),
(981378,327146,'action created','2025-09-07 13:30:26','2025-09-07 13:30:26'),
(981379,327146,'action started via WP Cron','2025-09-07 13:34:19','2025-09-07 13:34:19'),
(981380,327146,'action complete via WP Cron','2025-09-07 13:34:19','2025-09-07 13:34:19'),
(981381,327147,'action created','2025-09-07 13:34:19','2025-09-07 13:34:19'),
(981382,327147,'action started via WP Cron','2025-09-07 13:38:37','2025-09-07 13:38:37'),
(981383,327147,'action complete via WP Cron','2025-09-07 13:38:37','2025-09-07 13:38:37'),
(981384,327148,'action created','2025-09-07 13:38:37','2025-09-07 13:38:37'),
(981385,327148,'action started via WP Cron','2025-09-07 13:46:41','2025-09-07 13:46:41'),
(981386,327148,'action complete via WP Cron','2025-09-07 13:46:41','2025-09-07 13:46:41'),
(981387,327149,'action created','2025-09-07 13:46:41','2025-09-07 13:46:41'),
(981388,327149,'action started via WP Cron','2025-09-07 13:51:47','2025-09-07 13:51:47'),
(981389,327149,'action complete via WP Cron','2025-09-07 13:51:47','2025-09-07 13:51:47'),
(981390,327150,'action created','2025-09-07 13:51:47','2025-09-07 13:51:47'),
(981391,327150,'action started via WP Cron','2025-09-07 13:54:56','2025-09-07 13:54:56'),
(981392,327150,'action complete via WP Cron','2025-09-07 13:54:56','2025-09-07 13:54:56'),
(981393,327151,'action created','2025-09-07 13:54:57','2025-09-07 13:54:57'),
(981394,327151,'action started via WP Cron','2025-09-07 14:03:08','2025-09-07 14:03:08'),
(981395,327151,'action complete via WP Cron','2025-09-07 14:03:08','2025-09-07 14:03:08'),
(981396,327152,'action created','2025-09-07 14:03:08','2025-09-07 14:03:08'),
(981397,327152,'action started via WP Cron','2025-09-07 14:11:18','2025-09-07 14:11:18'),
(981398,327152,'action complete via WP Cron','2025-09-07 14:11:18','2025-09-07 14:11:18'),
(981399,327153,'action created','2025-09-07 14:11:18','2025-09-07 14:11:18'),
(981400,327153,'action started via WP Cron','2025-09-07 14:18:10','2025-09-07 14:18:10'),
(981401,327153,'action complete via WP Cron','2025-09-07 14:18:10','2025-09-07 14:18:10'),
(981402,327154,'action created','2025-09-07 14:18:10','2025-09-07 14:18:10'),
(981403,327154,'action started via WP Cron','2025-09-07 14:39:29','2025-09-07 14:39:29'),
(981404,327154,'action complete via WP Cron','2025-09-07 14:39:29','2025-09-07 14:39:29'),
(981405,327155,'action created','2025-09-07 14:39:29','2025-09-07 14:39:29'),
(981406,327155,'action started via WP Cron','2025-09-07 14:43:34','2025-09-07 14:43:34'),
(981407,327155,'action complete via WP Cron','2025-09-07 14:43:34','2025-09-07 14:43:34'),
(981408,327156,'action created','2025-09-07 14:43:34','2025-09-07 14:43:34'),
(981409,327156,'action started via WP Cron','2025-09-07 14:47:41','2025-09-07 14:47:41'),
(981410,327156,'action complete via WP Cron','2025-09-07 14:47:41','2025-09-07 14:47:41'),
(981411,327157,'action created','2025-09-07 14:47:41','2025-09-07 14:47:41'),
(981412,327157,'action started via WP Cron','2025-09-07 14:49:47','2025-09-07 14:49:47'),
(981413,327157,'action complete via WP Cron','2025-09-07 14:49:47','2025-09-07 14:49:47'),
(981414,327158,'action created','2025-09-07 14:49:47','2025-09-07 14:49:47'),
(981415,327158,'action started via WP Cron','2025-09-07 14:54:12','2025-09-07 14:54:12'),
(981416,327158,'action complete via WP Cron','2025-09-07 14:54:13','2025-09-07 14:54:13'),
(981417,327159,'action created','2025-09-07 14:54:13','2025-09-07 14:54:13'),
(981418,327159,'action started via WP Cron','2025-09-07 14:57:57','2025-09-07 14:57:57'),
(981419,327159,'action complete via WP Cron','2025-09-07 14:57:57','2025-09-07 14:57:57'),
(981420,327160,'action created','2025-09-07 14:57:57','2025-09-07 14:57:57'),
(981421,327160,'action started via WP Cron','2025-09-07 15:11:43','2025-09-07 15:11:43'),
(981422,327160,'action complete via WP Cron','2025-09-07 15:11:43','2025-09-07 15:11:43'),
(981423,327161,'action created','2025-09-07 15:11:43','2025-09-07 15:11:43'),
(981424,327161,'action started via WP Cron','2025-09-07 15:14:32','2025-09-07 15:14:32'),
(981425,327161,'action complete via WP Cron','2025-09-07 15:14:32','2025-09-07 15:14:32'),
(981426,327162,'action created','2025-09-07 15:14:32','2025-09-07 15:14:32'),
(981427,327162,'action started via WP Cron','2025-09-07 15:25:34','2025-09-07 15:25:34'),
(981428,327162,'action complete via WP Cron','2025-09-07 15:25:34','2025-09-07 15:25:34'),
(981429,327163,'action created','2025-09-07 15:25:34','2025-09-07 15:25:34'),
(981430,327163,'action started via WP Cron','2025-09-07 15:30:10','2025-09-07 15:30:10'),
(981431,327163,'action complete via WP Cron','2025-09-07 15:30:10','2025-09-07 15:30:10'),
(981432,327164,'action created','2025-09-07 15:30:10','2025-09-07 15:30:10'),
(981433,327041,'action started via WP Cron','2025-09-07 15:30:10','2025-09-07 15:30:10'),
(981434,327041,'action complete via WP Cron','2025-09-07 15:30:10','2025-09-07 15:30:10'),
(981435,327165,'action created','2025-09-07 15:30:10','2025-09-07 15:30:10'),
(981436,327164,'action started via WP Cron','2025-09-07 15:39:30','2025-09-07 15:39:30'),
(981437,327164,'action complete via WP Cron','2025-09-07 15:39:30','2025-09-07 15:39:30'),
(981438,327166,'action created','2025-09-07 15:39:30','2025-09-07 15:39:30'),
(981439,327166,'action started via WP Cron','2025-09-07 15:42:01','2025-09-07 15:42:01'),
(981440,327166,'action complete via WP Cron','2025-09-07 15:42:02','2025-09-07 15:42:02'),
(981441,327167,'action created','2025-09-07 15:42:02','2025-09-07 15:42:02'),
(981442,327167,'action started via WP Cron','2025-09-07 16:06:10','2025-09-07 16:06:10'),
(981443,327167,'action complete via WP Cron','2025-09-07 16:06:10','2025-09-07 16:06:10'),
(981444,327168,'action created','2025-09-07 16:06:10','2025-09-07 16:06:10'),
(981445,327168,'action started via WP Cron','2025-09-07 16:12:59','2025-09-07 16:12:59'),
(981446,327168,'action complete via WP Cron','2025-09-07 16:12:59','2025-09-07 16:12:59'),
(981447,327169,'action created','2025-09-07 16:12:59','2025-09-07 16:12:59'),
(981448,327169,'action started via WP Cron','2025-09-07 16:18:37','2025-09-07 16:18:37'),
(981449,327169,'action complete via WP Cron','2025-09-07 16:18:37','2025-09-07 16:18:37'),
(981450,327170,'action created','2025-09-07 16:18:37','2025-09-07 16:18:37'),
(981451,327170,'action started via WP Cron','2025-09-07 16:39:30','2025-09-07 16:39:30'),
(981452,327170,'action complete via WP Cron','2025-09-07 16:39:30','2025-09-07 16:39:30'),
(981453,327171,'action created','2025-09-07 16:39:30','2025-09-07 16:39:30'),
(981454,327171,'action started via WP Cron','2025-09-07 16:42:10','2025-09-07 16:42:10'),
(981455,327171,'action complete via WP Cron','2025-09-07 16:42:10','2025-09-07 16:42:10'),
(981456,327172,'action created','2025-09-07 16:42:10','2025-09-07 16:42:10'),
(981457,327172,'action started via WP Cron','2025-09-07 16:54:30','2025-09-07 16:54:30'),
(981458,327172,'action complete via WP Cron','2025-09-07 16:54:30','2025-09-07 16:54:30'),
(981459,327173,'action created','2025-09-07 16:54:30','2025-09-07 16:54:30'),
(981460,327173,'action started via WP Cron','2025-09-07 17:09:30','2025-09-07 17:09:30'),
(981461,327173,'action complete via WP Cron','2025-09-07 17:09:30','2025-09-07 17:09:30'),
(981462,327174,'action created','2025-09-07 17:09:30','2025-09-07 17:09:30'),
(981463,327174,'action started via WP Cron','2025-09-07 17:12:10','2025-09-07 17:12:10'),
(981464,327174,'action complete via WP Cron','2025-09-07 17:12:10','2025-09-07 17:12:10'),
(981465,327175,'action created','2025-09-07 17:12:10','2025-09-07 17:12:10'),
(981466,327175,'action started via WP Cron','2025-09-07 17:27:57','2025-09-07 17:27:57'),
(981467,327175,'action complete via WP Cron','2025-09-07 17:27:58','2025-09-07 17:27:58'),
(981468,327176,'action created','2025-09-07 17:27:58','2025-09-07 17:27:58'),
(981469,327176,'action started via WP Cron','2025-09-07 17:39:31','2025-09-07 17:39:31'),
(981470,327176,'action complete via WP Cron','2025-09-07 17:39:31','2025-09-07 17:39:31'),
(981471,327177,'action created','2025-09-07 17:39:31','2025-09-07 17:39:31'),
(981472,327177,'action started via WP Cron','2025-09-07 17:42:10','2025-09-07 17:42:10'),
(981473,327177,'action complete via WP Cron','2025-09-07 17:42:10','2025-09-07 17:42:10'),
(981474,327178,'action created','2025-09-07 17:42:10','2025-09-07 17:42:10'),
(981475,327178,'action started via WP Cron','2025-09-07 17:54:51','2025-09-07 17:54:51'),
(981476,327178,'action complete via WP Cron','2025-09-07 17:54:51','2025-09-07 17:54:51'),
(981477,327179,'action created','2025-09-07 17:54:51','2025-09-07 17:54:51'),
(981478,327179,'action started via WP Cron','2025-09-07 17:57:57','2025-09-07 17:57:57'),
(981479,327179,'action complete via WP Cron','2025-09-07 17:57:57','2025-09-07 17:57:57'),
(981480,327180,'action created','2025-09-07 17:57:57','2025-09-07 17:57:57'),
(981481,327180,'action started via WP Cron','2025-09-07 18:12:10','2025-09-07 18:12:10'),
(981482,327180,'action complete via WP Cron','2025-09-07 18:12:10','2025-09-07 18:12:10'),
(981483,327181,'action created','2025-09-07 18:12:10','2025-09-07 18:12:10'),
(981484,327181,'action started via WP Cron','2025-09-07 18:27:59','2025-09-07 18:27:59'),
(981485,327181,'action complete via WP Cron','2025-09-07 18:27:59','2025-09-07 18:27:59'),
(981486,327182,'action created','2025-09-07 18:27:59','2025-09-07 18:27:59'),
(981487,327182,'action started via WP Cron','2025-09-07 18:35:12','2025-09-07 18:35:12'),
(981488,327182,'action complete via WP Cron','2025-09-07 18:35:12','2025-09-07 18:35:12'),
(981489,327183,'action created','2025-09-07 18:35:12','2025-09-07 18:35:12'),
(981490,327183,'action started via WP Cron','2025-09-07 18:48:10','2025-09-07 18:48:10'),
(981491,327183,'action complete via WP Cron','2025-09-07 18:48:10','2025-09-07 18:48:10'),
(981492,327184,'action created','2025-09-07 18:48:10','2025-09-07 18:48:10'),
(981493,327184,'action started via WP Cron','2025-09-07 19:10:53','2025-09-07 19:10:53'),
(981494,327184,'action complete via WP Cron','2025-09-07 19:10:53','2025-09-07 19:10:53'),
(981495,327185,'action created','2025-09-07 19:10:53','2025-09-07 19:10:53'),
(981496,327185,'action started via WP Cron','2025-09-07 19:24:10','2025-09-07 19:24:10'),
(981497,327185,'action complete via WP Cron','2025-09-07 19:24:10','2025-09-07 19:24:10'),
(981498,327186,'action created','2025-09-07 19:24:10','2025-09-07 19:24:10'),
(981499,327186,'action started via WP Cron','2025-09-07 19:27:59','2025-09-07 19:27:59'),
(981500,327186,'action complete via WP Cron','2025-09-07 19:27:59','2025-09-07 19:27:59'),
(981501,327187,'action created','2025-09-07 19:27:59','2025-09-07 19:27:59'),
(981502,327187,'action started via WP Cron','2025-09-07 19:34:18','2025-09-07 19:34:18'),
(981503,327187,'action complete via WP Cron','2025-09-07 19:34:18','2025-09-07 19:34:18'),
(981504,327188,'action created','2025-09-07 19:34:18','2025-09-07 19:34:18'),
(981505,327188,'action started via WP Cron','2025-09-07 20:00:10','2025-09-07 20:00:10'),
(981506,327189,'action created','2025-09-07 20:00:10','2025-09-07 20:00:10'),
(981507,327188,'action complete via WP Cron','2025-09-07 20:00:15','2025-09-07 20:00:15'),
(981508,327190,'action created','2025-09-07 20:00:15','2025-09-07 20:00:15'),
(981509,327189,'action started via WP Cron','2025-09-07 20:00:20','2025-09-07 20:00:20'),
(981510,327189,'action complete via WP Cron','2025-09-07 20:00:20','2025-09-07 20:00:20'),
(981511,327190,'action started via WP Cron','2025-09-07 20:02:22','2025-09-07 20:02:22'),
(981512,327191,'action created','2025-09-07 20:02:23','2025-09-07 20:02:23'),
(981513,327190,'action complete via WP Cron','2025-09-07 20:02:28','2025-09-07 20:02:28'),
(981514,327192,'action created','2025-09-07 20:02:28','2025-09-07 20:02:28'),
(981515,327191,'action started via WP Cron','2025-09-07 20:02:34','2025-09-07 20:02:34'),
(981516,327191,'action complete via WP Cron','2025-09-07 20:02:34','2025-09-07 20:02:34'),
(981517,327192,'action started via WP Cron','2025-09-07 20:04:47','2025-09-07 20:04:47'),
(981518,327192,'action complete via WP Cron','2025-09-07 20:04:47','2025-09-07 20:04:47'),
(981519,327193,'action created','2025-09-07 20:04:47','2025-09-07 20:04:47'),
(981520,327193,'action started via WP Cron','2025-09-07 20:07:06','2025-09-07 20:07:06'),
(981521,327193,'action complete via WP Cron','2025-09-07 20:07:06','2025-09-07 20:07:06'),
(981522,327194,'action created','2025-09-07 20:07:06','2025-09-07 20:07:06'),
(981523,327194,'action started via WP Cron','2025-09-07 20:27:57','2025-09-07 20:27:57'),
(981524,327194,'action complete via WP Cron','2025-09-07 20:27:58','2025-09-07 20:27:58'),
(981525,327195,'action created','2025-09-07 20:27:58','2025-09-07 20:27:58'),
(981526,327195,'action started via WP Cron','2025-09-07 20:34:14','2025-09-07 20:34:14'),
(981527,327195,'action complete via WP Cron','2025-09-07 20:34:14','2025-09-07 20:34:14'),
(981528,327196,'action created','2025-09-07 20:34:14','2025-09-07 20:34:14'),
(981529,327196,'action started via WP Cron','2025-09-07 20:36:45','2025-09-07 20:36:45'),
(981530,327196,'action complete via WP Cron','2025-09-07 20:36:45','2025-09-07 20:36:45'),
(981531,327197,'action created','2025-09-07 20:36:45','2025-09-07 20:36:45'),
(981532,327197,'action started via WP Cron','2025-09-07 21:12:10','2025-09-07 21:12:10'),
(981533,327198,'action created','2025-09-07 21:12:10','2025-09-07 21:12:10'),
(981534,327197,'action complete via WP Cron','2025-09-07 21:12:15','2025-09-07 21:12:15'),
(981535,327199,'action created','2025-09-07 21:12:15','2025-09-07 21:12:15'),
(981536,327198,'action started via WP Cron','2025-09-07 21:12:19','2025-09-07 21:12:19'),
(981537,327198,'action complete via WP Cron','2025-09-07 21:12:20','2025-09-07 21:12:20'),
(981538,327199,'action started via WP Cron','2025-09-07 21:47:16','2025-09-07 21:47:16'),
(981539,327199,'action complete via WP Cron','2025-09-07 21:47:16','2025-09-07 21:47:16'),
(981540,327200,'action created','2025-09-07 21:47:17','2025-09-07 21:47:17'),
(981541,327200,'action started via WP Cron','2025-09-07 22:24:10','2025-09-07 22:24:10'),
(981542,327200,'action complete via WP Cron','2025-09-07 22:24:10','2025-09-07 22:24:10'),
(981543,327201,'action created','2025-09-07 22:24:10','2025-09-07 22:24:10'),
(981544,327201,'action started via WP Cron','2025-09-07 22:44:34','2025-09-07 22:44:34'),
(981545,327201,'action complete via WP Cron','2025-09-07 22:44:34','2025-09-07 22:44:34'),
(981546,327202,'action created','2025-09-07 22:44:34','2025-09-07 22:44:34'),
(981547,327202,'action started via WP Cron','2025-09-07 23:09:10','2025-09-07 23:09:10'),
(981548,327202,'action complete via WP Cron','2025-09-07 23:09:10','2025-09-07 23:09:10'),
(981549,327203,'action created','2025-09-07 23:09:10','2025-09-07 23:09:10'),
(981550,327203,'action started via WP Cron','2025-09-07 23:14:34','2025-09-07 23:14:34'),
(981551,327203,'action complete via WP Cron','2025-09-07 23:14:34','2025-09-07 23:14:34'),
(981552,327204,'action created','2025-09-07 23:14:34','2025-09-07 23:14:34'),
(981553,327204,'action started via WP Cron','2025-09-07 23:40:34','2025-09-07 23:40:34'),
(981554,327205,'action created','2025-09-07 23:40:34','2025-09-07 23:40:34'),
(981555,327204,'action complete via WP Cron','2025-09-07 23:40:39','2025-09-07 23:40:39'),
(981556,327206,'action created','2025-09-07 23:40:39','2025-09-07 23:40:39'),
(981557,327205,'action started via WP Cron','2025-09-07 23:40:43','2025-09-07 23:40:43'),
(981558,327205,'action complete via WP Cron','2025-09-07 23:40:43','2025-09-07 23:40:43'),
(981559,327206,'action started via WP Cron','2025-09-07 23:44:33','2025-09-07 23:44:33'),
(981560,327206,'action complete via WP Cron','2025-09-07 23:44:34','2025-09-07 23:44:34'),
(981561,327207,'action created','2025-09-07 23:44:34','2025-09-07 23:44:34'),
(981562,327207,'action started via WP Cron','2025-09-07 23:54:10','2025-09-07 23:54:10'),
(981563,327208,'action created','2025-09-07 23:54:10','2025-09-07 23:54:10'),
(981564,327207,'action complete via WP Cron','2025-09-07 23:54:15','2025-09-07 23:54:15'),
(981565,327209,'action created','2025-09-07 23:54:15','2025-09-07 23:54:15'),
(981566,327208,'action started via WP Cron','2025-09-07 23:54:19','2025-09-07 23:54:19'),
(981567,327208,'action complete via WP Cron','2025-09-07 23:54:19','2025-09-07 23:54:19'),
(981568,327209,'action started via WP Cron','2025-09-08 00:13:29','2025-09-08 00:13:29'),
(981569,327209,'action complete via WP Cron','2025-09-08 00:13:29','2025-09-08 00:13:29'),
(981570,327210,'action created','2025-09-08 00:13:29','2025-09-08 00:13:29'),
(981571,327210,'action started via WP Cron','2025-09-08 00:27:58','2025-09-08 00:27:58'),
(981572,327210,'action complete via WP Cron','2025-09-08 00:27:58','2025-09-08 00:27:58'),
(981573,327211,'action created','2025-09-08 00:27:58','2025-09-08 00:27:58'),
(981574,327211,'action started via WP Cron','2025-09-08 00:39:10','2025-09-08 00:39:10'),
(981575,327211,'action complete via WP Cron','2025-09-08 00:39:10','2025-09-08 00:39:10'),
(981576,327212,'action created','2025-09-08 00:39:10','2025-09-08 00:39:10'),
(981577,327212,'action started via WP Cron','2025-09-08 00:45:21','2025-09-08 00:45:21'),
(981578,327212,'action complete via WP Cron','2025-09-08 00:45:21','2025-09-08 00:45:21'),
(981579,327213,'action created','2025-09-08 00:45:21','2025-09-08 00:45:21'),
(981580,327213,'action started via WP Cron','2025-09-08 00:53:26','2025-09-08 00:53:26'),
(981581,327213,'action complete via WP Cron','2025-09-08 00:53:26','2025-09-08 00:53:26'),
(981582,327214,'action created','2025-09-08 00:53:26','2025-09-08 00:53:26'),
(981583,327214,'action started via WP Cron','2025-09-08 01:07:42','2025-09-08 01:07:42'),
(981584,327214,'action complete via WP Cron','2025-09-08 01:07:42','2025-09-08 01:07:42'),
(981585,327215,'action created','2025-09-08 01:07:42','2025-09-08 01:07:42'),
(981586,327215,'action started via WP Cron','2025-09-08 01:19:23','2025-09-08 01:19:23'),
(981587,327215,'action complete via WP Cron','2025-09-08 01:19:23','2025-09-08 01:19:23'),
(981588,327216,'action created','2025-09-08 01:19:23','2025-09-08 01:19:23'),
(981589,327216,'action started via WP Cron','2025-09-08 01:22:56','2025-09-08 01:22:56'),
(981590,327216,'action complete via WP Cron','2025-09-08 01:22:56','2025-09-08 01:22:56'),
(981591,327217,'action created','2025-09-08 01:22:56','2025-09-08 01:22:56'),
(981592,327217,'action started via WP Cron','2025-09-08 01:34:18','2025-09-08 01:34:18'),
(981593,327217,'action complete via WP Cron','2025-09-08 01:34:18','2025-09-08 01:34:18'),
(981594,327218,'action created','2025-09-08 01:34:18','2025-09-08 01:34:18'),
(981595,327218,'action started via WP Cron','2025-09-08 01:36:19','2025-09-08 01:36:19'),
(981596,327218,'action complete via WP Cron','2025-09-08 01:36:19','2025-09-08 01:36:19'),
(981597,327219,'action created','2025-09-08 01:36:19','2025-09-08 01:36:19'),
(981598,327219,'action started via WP Cron','2025-09-08 01:45:06','2025-09-08 01:45:06'),
(981599,327219,'action complete via WP Cron','2025-09-08 01:45:06','2025-09-08 01:45:06'),
(981600,327220,'action created','2025-09-08 01:45:06','2025-09-08 01:45:06'),
(981601,327220,'action started via WP Cron','2025-09-08 01:54:33','2025-09-08 01:54:33'),
(981602,327220,'action complete via WP Cron','2025-09-08 01:54:33','2025-09-08 01:54:33'),
(981603,327221,'action created','2025-09-08 01:54:33','2025-09-08 01:54:33'),
(981604,327221,'action started via WP Cron','2025-09-08 01:56:37','2025-09-08 01:56:37'),
(981605,327221,'action complete via WP Cron','2025-09-08 01:56:37','2025-09-08 01:56:37'),
(981606,327222,'action created','2025-09-08 01:56:37','2025-09-08 01:56:37'),
(981607,327222,'action started via WP Cron','2025-09-08 02:10:49','2025-09-08 02:10:49'),
(981608,327222,'action complete via WP Cron','2025-09-08 02:10:49','2025-09-08 02:10:49'),
(981609,327223,'action created','2025-09-08 02:10:49','2025-09-08 02:10:49'),
(981610,327223,'action started via WP Cron','2025-09-08 02:36:37','2025-09-08 02:36:37'),
(981611,327223,'action complete via WP Cron','2025-09-08 02:36:37','2025-09-08 02:36:37'),
(981612,327224,'action created','2025-09-08 02:36:37','2025-09-08 02:36:37'),
(981613,327224,'action started via WP Cron','2025-09-08 02:42:49','2025-09-08 02:42:49'),
(981614,327224,'action complete via WP Cron','2025-09-08 02:42:49','2025-09-08 02:42:49'),
(981615,327225,'action created','2025-09-08 02:42:49','2025-09-08 02:42:49'),
(981616,327225,'action started via WP Cron','2025-09-08 03:03:23','2025-09-08 03:03:23'),
(981617,327225,'action complete via WP Cron','2025-09-08 03:03:23','2025-09-08 03:03:23'),
(981618,327226,'action created','2025-09-08 03:03:23','2025-09-08 03:03:23'),
(981619,327029,'action started via WP Cron','2025-09-08 03:03:23','2025-09-08 03:03:23'),
(981620,327227,'action created','2025-09-08 03:03:23','2025-09-08 03:03:23'),
(981621,327029,'action complete via WP Cron','2025-09-08 03:03:23','2025-09-08 03:03:23'),
(981622,327228,'action created','2025-09-08 03:03:23','2025-09-08 03:03:23'),
(981623,327227,'action started via WP Cron','2025-09-08 03:03:23','2025-09-08 03:03:23'),
(981624,327227,'action complete via WP Cron','2025-09-08 03:03:23','2025-09-08 03:03:23'),
(981625,327226,'action started via WP Cron','2025-09-08 03:06:58','2025-09-08 03:06:58'),
(981626,327226,'action complete via WP Cron','2025-09-08 03:06:58','2025-09-08 03:06:58'),
(981627,327229,'action created','2025-09-08 03:06:58','2025-09-08 03:06:58'),
(981628,327229,'action started via WP Cron','2025-09-08 03:12:32','2025-09-08 03:12:32'),
(981629,327229,'action complete via WP Cron','2025-09-08 03:12:32','2025-09-08 03:12:32'),
(981630,327230,'action created','2025-09-08 03:12:32','2025-09-08 03:12:32'),
(981631,327230,'action started via WP Cron','2025-09-08 03:25:55','2025-09-08 03:25:55'),
(981632,327230,'action complete via WP Cron','2025-09-08 03:25:55','2025-09-08 03:25:55'),
(981633,327231,'action created','2025-09-08 03:25:55','2025-09-08 03:25:55'),
(981634,327035,'action started via WP Cron','2025-09-08 03:25:55','2025-09-08 03:25:55'),
(981635,327035,'action complete via WP Cron','2025-09-08 03:25:56','2025-09-08 03:25:56'),
(981636,327232,'action created','2025-09-08 03:25:56','2025-09-08 03:25:56'),
(981637,327036,'action started via WP Cron','2025-09-08 03:25:56','2025-09-08 03:25:56'),
(981638,327036,'action complete via WP Cron','2025-09-08 03:25:56','2025-09-08 03:25:56'),
(981639,327233,'action created','2025-09-08 03:25:56','2025-09-08 03:25:56'),
(981640,327037,'action started via WP Cron','2025-09-08 03:25:56','2025-09-08 03:25:56'),
(981641,327037,'action complete via WP Cron','2025-09-08 03:25:56','2025-09-08 03:25:56'),
(981642,327234,'action created','2025-09-08 03:25:56','2025-09-08 03:25:56'),
(981643,327038,'action started via WP Cron','2025-09-08 03:25:56','2025-09-08 03:25:56'),
(981644,327038,'action complete via WP Cron','2025-09-08 03:25:56','2025-09-08 03:25:56'),
(981645,327235,'action created','2025-09-08 03:25:56','2025-09-08 03:25:56'),
(981646,327231,'action started via WP Cron','2025-09-08 03:39:11','2025-09-08 03:39:11'),
(981647,327231,'action complete via WP Cron','2025-09-08 03:39:12','2025-09-08 03:39:12'),
(981648,327236,'action created','2025-09-08 03:39:12','2025-09-08 03:39:12'),
(981649,327165,'action started via WP Cron','2025-09-08 03:39:12','2025-09-08 03:39:12'),
(981650,327165,'action complete via WP Cron','2025-09-08 03:39:12','2025-09-08 03:39:12'),
(981651,327237,'action created','2025-09-08 03:39:12','2025-09-08 03:39:12'),
(981652,327236,'action started via WP Cron','2025-09-08 03:48:32','2025-09-08 03:48:32'),
(981653,327236,'action complete via WP Cron','2025-09-08 03:48:32','2025-09-08 03:48:32'),
(981654,327238,'action created','2025-09-08 03:48:32','2025-09-08 03:48:32'),
(981655,327238,'action started via WP Cron','2025-09-08 04:12:49','2025-09-08 04:12:49'),
(981656,327238,'action complete via WP Cron','2025-09-08 04:12:49','2025-09-08 04:12:49'),
(981657,327239,'action created','2025-09-08 04:12:49','2025-09-08 04:12:49'),
(981658,327239,'action started via WP Cron','2025-09-08 04:18:53','2025-09-08 04:18:53'),
(981659,327239,'action complete via WP Cron','2025-09-08 04:18:53','2025-09-08 04:18:53'),
(981660,327240,'action created','2025-09-08 04:18:53','2025-09-08 04:18:53'),
(981661,327240,'action started via WP Cron','2025-09-08 04:24:32','2025-09-08 04:24:32'),
(981662,327240,'action complete via WP Cron','2025-09-08 04:24:32','2025-09-08 04:24:32'),
(981663,327241,'action created','2025-09-08 04:24:32','2025-09-08 04:24:32'),
(981664,327241,'action started via WP Cron','2025-09-08 05:06:43','2025-09-08 05:06:43'),
(981665,327241,'action complete via WP Cron','2025-09-08 05:06:44','2025-09-08 05:06:44'),
(981666,327242,'action created','2025-09-08 05:06:44','2025-09-08 05:06:44'),
(981667,327242,'action started via WP Cron','2025-09-08 05:09:10','2025-09-08 05:09:10'),
(981668,327242,'action complete via WP Cron','2025-09-08 05:09:10','2025-09-08 05:09:10'),
(981669,327243,'action created','2025-09-08 05:09:10','2025-09-08 05:09:10'),
(981670,327243,'action started via WP Cron','2025-09-08 05:24:32','2025-09-08 05:24:32'),
(981671,327243,'action complete via WP Cron','2025-09-08 05:24:32','2025-09-08 05:24:32'),
(981672,327244,'action created','2025-09-08 05:24:32','2025-09-08 05:24:32'),
(981673,327244,'action started via WP Cron','2025-09-08 05:34:18','2025-09-08 05:34:18'),
(981674,327244,'action complete via WP Cron','2025-09-08 05:34:18','2025-09-08 05:34:18'),
(981675,327245,'action created','2025-09-08 05:34:18','2025-09-08 05:34:18'),
(981676,327245,'action started via WP Cron','2025-09-08 05:46:25','2025-09-08 05:46:25'),
(981677,327245,'action complete via WP Cron','2025-09-08 05:46:25','2025-09-08 05:46:25'),
(981678,327246,'action created','2025-09-08 05:46:25','2025-09-08 05:46:25'),
(981679,327246,'action started via WP Cron','2025-09-08 05:56:23','2025-09-08 05:56:23'),
(981680,327246,'action complete via WP Cron','2025-09-08 05:56:23','2025-09-08 05:56:23'),
(981681,327247,'action created','2025-09-08 05:56:23','2025-09-08 05:56:23'),
(981682,327247,'action started via WP Cron','2025-09-08 06:24:32','2025-09-08 06:24:32'),
(981683,327247,'action complete via WP Cron','2025-09-08 06:24:32','2025-09-08 06:24:32'),
(981684,327248,'action created','2025-09-08 06:24:32','2025-09-08 06:24:32'),
(981685,327248,'action started via WP Cron','2025-09-08 06:29:37','2025-09-08 06:29:37'),
(981686,327248,'action complete via WP Cron','2025-09-08 06:29:37','2025-09-08 06:29:37'),
(981687,327249,'action created','2025-09-08 06:29:37','2025-09-08 06:29:37'),
(981688,327249,'action started via WP Cron','2025-09-08 06:34:19','2025-09-08 06:34:19'),
(981689,327249,'action complete via WP Cron','2025-09-08 06:34:19','2025-09-08 06:34:19'),
(981690,327250,'action created','2025-09-08 06:34:19','2025-09-08 06:34:19'),
(981691,327250,'action started via WP Cron','2025-09-08 06:39:09','2025-09-08 06:39:09'),
(981692,327250,'action complete via WP Cron','2025-09-08 06:39:10','2025-09-08 06:39:10'),
(981693,327251,'action created','2025-09-08 06:39:10','2025-09-08 06:39:10'),
(981694,327251,'action started via WP Cron','2025-09-08 06:48:49','2025-09-08 06:48:49'),
(981695,327251,'action complete via WP Cron','2025-09-08 06:48:49','2025-09-08 06:48:49'),
(981696,327252,'action created','2025-09-08 06:48:49','2025-09-08 06:48:49'),
(981697,327252,'action started via WP Cron','2025-09-08 07:13:59','2025-09-08 07:13:59'),
(981698,327252,'action complete via WP Cron','2025-09-08 07:13:59','2025-09-08 07:13:59'),
(981699,327253,'action created','2025-09-08 07:13:59','2025-09-08 07:13:59'),
(981700,327253,'action started via WP Cron','2025-09-08 07:16:07','2025-09-08 07:16:07'),
(981701,327253,'action complete via WP Cron','2025-09-08 07:16:07','2025-09-08 07:16:07'),
(981702,327254,'action created','2025-09-08 07:16:07','2025-09-08 07:16:07'),
(981703,327254,'action started via WP Cron','2025-09-08 07:29:27','2025-09-08 07:29:27'),
(981704,327254,'action complete via WP Cron','2025-09-08 07:29:27','2025-09-08 07:29:27'),
(981705,327255,'action created','2025-09-08 07:29:27','2025-09-08 07:29:27'),
(981706,327255,'action started via WP Cron','2025-09-08 07:51:48','2025-09-08 07:51:48'),
(981707,327255,'action complete via WP Cron','2025-09-08 07:51:48','2025-09-08 07:51:48'),
(981708,327256,'action created','2025-09-08 07:51:48','2025-09-08 07:51:48'),
(981709,327256,'action started via WP Cron','2025-09-08 07:54:32','2025-09-08 07:54:32'),
(981710,327256,'action complete via WP Cron','2025-09-08 07:54:32','2025-09-08 07:54:32'),
(981711,327257,'action created','2025-09-08 07:54:32','2025-09-08 07:54:32'),
(981712,327257,'action started via WP Cron','2025-09-08 08:06:20','2025-09-08 08:06:20'),
(981713,327257,'action complete via WP Cron','2025-09-08 08:06:20','2025-09-08 08:06:20'),
(981714,327258,'action created','2025-09-08 08:06:20','2025-09-08 08:06:20'),
(981715,327258,'action started via WP Cron','2025-09-08 08:34:59','2025-09-08 08:34:59'),
(981716,327258,'action complete via WP Cron','2025-09-08 08:34:59','2025-09-08 08:34:59'),
(981717,327259,'action created','2025-09-08 08:34:59','2025-09-08 08:34:59'),
(981718,327259,'action started via WP Cron','2025-09-08 08:38:21','2025-09-08 08:38:21'),
(981719,327259,'action complete via WP Cron','2025-09-08 08:38:21','2025-09-08 08:38:21'),
(981720,327260,'action created','2025-09-08 08:38:21','2025-09-08 08:38:21'),
(981721,327260,'action started via WP Cron','2025-09-08 08:40:25','2025-09-08 08:40:25'),
(981722,327260,'action complete via WP Cron','2025-09-08 08:40:25','2025-09-08 08:40:25'),
(981723,327261,'action created','2025-09-08 08:40:25','2025-09-08 08:40:25'),
(981724,327261,'action started via WP Cron','2025-09-08 09:00:19','2025-09-08 09:00:19'),
(981725,327261,'action complete via WP Cron','2025-09-08 09:00:20','2025-09-08 09:00:20'),
(981726,327262,'action created','2025-09-08 09:00:20','2025-09-08 09:00:20'),
(981727,327262,'action started via WP Cron','2025-09-08 09:02:28','2025-09-08 09:02:28'),
(981728,327262,'action complete via WP Cron','2025-09-08 09:02:28','2025-09-08 09:02:28'),
(981729,327263,'action created','2025-09-08 09:02:28','2025-09-08 09:02:28'),
(981730,327263,'action started via WP Cron','2025-09-08 09:05:59','2025-09-08 09:05:59'),
(981731,327263,'action complete via WP Cron','2025-09-08 09:05:59','2025-09-08 09:05:59'),
(981732,327264,'action created','2025-09-08 09:05:59','2025-09-08 09:05:59'),
(981733,327264,'action started via WP Cron','2025-09-08 09:24:36','2025-09-08 09:24:36'),
(981734,327264,'action complete via WP Cron','2025-09-08 09:24:37','2025-09-08 09:24:37'),
(981735,327265,'action created','2025-09-08 09:24:37','2025-09-08 09:24:37'),
(981736,327265,'action started via WP Cron','2025-09-08 09:39:10','2025-09-08 09:39:10'),
(981737,327265,'action complete via WP Cron','2025-09-08 09:39:10','2025-09-08 09:39:10'),
(981738,327266,'action created','2025-09-08 09:39:10','2025-09-08 09:39:10'),
(981739,327266,'action started via WP Cron','2025-09-08 09:46:02','2025-09-08 09:46:02'),
(981740,327266,'action complete via WP Cron','2025-09-08 09:46:02','2025-09-08 09:46:02'),
(981741,327267,'action created','2025-09-08 09:46:02','2025-09-08 09:46:02'),
(981742,327267,'action started via WP Cron','2025-09-08 09:51:39','2025-09-08 09:51:39'),
(981743,327267,'action complete via WP Cron','2025-09-08 09:51:39','2025-09-08 09:51:39'),
(981744,327268,'action created','2025-09-08 09:51:39','2025-09-08 09:51:39'),
(981745,327268,'action started via WP Cron','2025-09-08 10:10:08','2025-09-08 10:10:08'),
(981746,327268,'action complete via WP Cron','2025-09-08 10:10:08','2025-09-08 10:10:08'),
(981747,327269,'action created','2025-09-08 10:10:08','2025-09-08 10:10:08'),
(981748,327269,'action started via WP Cron','2025-09-08 10:27:30','2025-09-08 10:27:30'),
(981749,327269,'action complete via WP Cron','2025-09-08 10:27:31','2025-09-08 10:27:31'),
(981750,327270,'action created','2025-09-08 10:27:31','2025-09-08 10:27:31'),
(981751,327270,'action started via WP Cron','2025-09-08 10:36:32','2025-09-08 10:36:32'),
(981752,327270,'action complete via WP Cron','2025-09-08 10:36:32','2025-09-08 10:36:32'),
(981753,327271,'action created','2025-09-08 10:36:32','2025-09-08 10:36:32'),
(981754,327271,'action started via WP Cron','2025-09-08 11:12:32','2025-09-08 11:12:32'),
(981755,327271,'action complete via WP Cron','2025-09-08 11:12:32','2025-09-08 11:12:32'),
(981756,327272,'action created','2025-09-08 11:12:32','2025-09-08 11:12:32'),
(981757,327272,'action started via WP Cron','2025-09-08 11:34:45','2025-09-08 11:34:45'),
(981758,327272,'action complete via WP Cron','2025-09-08 11:34:45','2025-09-08 11:34:45'),
(981759,327273,'action created','2025-09-08 11:34:45','2025-09-08 11:34:45'),
(981760,327273,'action started via WP Cron','2025-09-08 11:36:48','2025-09-08 11:36:48'),
(981761,327273,'action complete via WP Cron','2025-09-08 11:36:48','2025-09-08 11:36:48'),
(981762,327274,'action created','2025-09-08 11:36:48','2025-09-08 11:36:48'),
(981763,327274,'action started via WP Cron','2025-09-08 12:15:42','2025-09-08 12:15:42'),
(981764,327274,'action complete via WP Cron','2025-09-08 12:15:42','2025-09-08 12:15:42'),
(981765,327275,'action created','2025-09-08 12:15:42','2025-09-08 12:15:42'),
(981766,327275,'action started via WP Cron','2025-09-08 12:39:15','2025-09-08 12:39:15'),
(981767,327275,'action complete via WP Cron','2025-09-08 12:39:15','2025-09-08 12:39:15'),
(981768,327276,'action created','2025-09-08 12:39:15','2025-09-08 12:39:15'),
(981769,327276,'action started via WP Cron','2025-09-08 12:42:34','2025-09-08 12:42:34'),
(981770,327276,'action complete via WP Cron','2025-09-08 12:42:34','2025-09-08 12:42:34'),
(981771,327277,'action created','2025-09-08 12:42:34','2025-09-08 12:42:34'),
(981772,327277,'action started via WP Cron','2025-09-08 13:42:37','2025-09-08 13:42:37'),
(981773,327277,'action complete via WP Cron','2025-09-08 13:42:37','2025-09-08 13:42:37'),
(981774,327278,'action created','2025-09-08 13:42:37','2025-09-08 13:42:37'),
(981775,327278,'action started via WP Cron','2025-09-08 13:54:32','2025-09-08 13:54:32'),
(981776,327278,'action complete via WP Cron','2025-09-08 13:54:32','2025-09-08 13:54:32'),
(981777,327279,'action created','2025-09-08 13:54:32','2025-09-08 13:54:32'),
(981778,327279,'action started via WP Cron','2025-09-08 14:02:00','2025-09-08 14:02:00'),
(981779,327279,'action complete via WP Cron','2025-09-08 14:02:00','2025-09-08 14:02:00'),
(981780,327280,'action created','2025-09-08 14:02:00','2025-09-08 14:02:00'),
(981781,327280,'action started via WP Cron','2025-09-08 14:24:32','2025-09-08 14:24:32'),
(981782,327280,'action complete via WP Cron','2025-09-08 14:24:32','2025-09-08 14:24:32'),
(981783,327281,'action created','2025-09-08 14:24:32','2025-09-08 14:24:32'),
(981784,327281,'action started via WP Cron','2025-09-08 14:33:02','2025-09-08 14:33:02'),
(981785,327281,'action complete via WP Cron','2025-09-08 14:33:02','2025-09-08 14:33:02'),
(981786,327282,'action created','2025-09-08 14:33:02','2025-09-08 14:33:02'),
(981787,327282,'action started via WP Cron','2025-09-08 14:52:37','2025-09-08 14:52:37'),
(981788,327282,'action complete via WP Cron','2025-09-08 14:52:37','2025-09-08 14:52:37'),
(981789,327283,'action created','2025-09-08 14:52:37','2025-09-08 14:52:37'),
(981790,327283,'action started via WP Cron','2025-09-08 14:56:07','2025-09-08 14:56:07'),
(981791,327283,'action complete via WP Cron','2025-09-08 14:56:07','2025-09-08 14:56:07'),
(981792,327284,'action created','2025-09-08 14:56:07','2025-09-08 14:56:07'),
(981793,327284,'action started via WP Cron','2025-09-08 14:59:47','2025-09-08 14:59:47'),
(981794,327284,'action complete via WP Cron','2025-09-08 14:59:47','2025-09-08 14:59:47'),
(981795,327285,'action created','2025-09-08 14:59:47','2025-09-08 14:59:47'),
(981796,327285,'action started via WP Cron','2025-09-08 15:03:07','2025-09-08 15:03:07'),
(981797,327285,'action complete via WP Cron','2025-09-08 15:03:07','2025-09-08 15:03:07'),
(981798,327286,'action created','2025-09-08 15:03:07','2025-09-08 15:03:07'),
(981799,327286,'action started via WP Cron','2025-09-08 15:06:29','2025-09-08 15:06:29'),
(981800,327286,'action complete via WP Cron','2025-09-08 15:06:29','2025-09-08 15:06:29'),
(981801,327287,'action created','2025-09-08 15:06:29','2025-09-08 15:06:29'),
(981802,327287,'action started via WP Cron','2025-09-08 15:10:13','2025-09-08 15:10:13'),
(981803,327287,'action complete via WP Cron','2025-09-08 15:10:14','2025-09-08 15:10:14'),
(981804,327288,'action created','2025-09-08 15:10:14','2025-09-08 15:10:14'),
(981805,327288,'action started via WP Cron','2025-09-08 15:14:05','2025-09-08 15:14:05'),
(981806,327288,'action complete via WP Cron','2025-09-08 15:14:05','2025-09-08 15:14:05'),
(981807,327289,'action created','2025-09-08 15:14:05','2025-09-08 15:14:05'),
(981808,327289,'action started via WP Cron','2025-09-08 15:24:31','2025-09-08 15:24:31'),
(981809,327289,'action complete via WP Cron','2025-09-08 15:24:32','2025-09-08 15:24:32'),
(981810,327290,'action created','2025-09-08 15:24:32','2025-09-08 15:24:32'),
(981811,327290,'action started via WP Cron','2025-09-08 15:54:32','2025-09-08 15:54:32'),
(981812,327290,'action complete via WP Cron','2025-09-08 15:54:32','2025-09-08 15:54:32'),
(981813,327291,'action created','2025-09-08 15:54:32','2025-09-08 15:54:32'),
(981814,327237,'action started via WP Cron','2025-09-08 15:54:32','2025-09-08 15:54:32'),
(981815,327237,'action complete via WP Cron','2025-09-08 15:54:32','2025-09-08 15:54:32'),
(981816,327292,'action created','2025-09-08 15:54:32','2025-09-08 15:54:32'),
(981817,327291,'action started via WP Cron','2025-09-08 16:08:03','2025-09-08 16:08:03'),
(981818,327291,'action complete via WP Cron','2025-09-08 16:08:03','2025-09-08 16:08:03'),
(981819,327293,'action created','2025-09-08 16:08:03','2025-09-08 16:08:03'),
(981820,327293,'action started via WP Cron','2025-09-08 16:24:31','2025-09-08 16:24:31'),
(981821,327293,'action complete via WP Cron','2025-09-08 16:24:31','2025-09-08 16:24:31'),
(981822,327294,'action created','2025-09-08 16:24:31','2025-09-08 16:24:31'),
(981823,327294,'action started via WP Cron','2025-09-08 16:40:23','2025-09-08 16:40:23'),
(981824,327294,'action complete via WP Cron','2025-09-08 16:40:23','2025-09-08 16:40:23'),
(981825,327295,'action created','2025-09-08 16:40:23','2025-09-08 16:40:23'),
(981826,327295,'action started via WP Cron','2025-09-08 16:44:37','2025-09-08 16:44:37'),
(981827,327295,'action complete via WP Cron','2025-09-08 16:44:37','2025-09-08 16:44:37'),
(981828,327296,'action created','2025-09-08 16:44:37','2025-09-08 16:44:37'),
(981829,327296,'action started via WP Cron','2025-09-08 17:09:32','2025-09-08 17:09:32'),
(981830,327297,'action created','2025-09-08 17:09:32','2025-09-08 17:09:32'),
(981831,327296,'action complete via WP Cron','2025-09-08 17:09:37','2025-09-08 17:09:37'),
(981832,327298,'action created','2025-09-08 17:09:37','2025-09-08 17:09:37'),
(981833,327297,'action started via WP Cron','2025-09-08 17:09:42','2025-09-08 17:09:42'),
(981834,327297,'action complete via WP Cron','2025-09-08 17:09:42','2025-09-08 17:09:42'),
(981835,327298,'action started via WP Cron','2025-09-08 17:33:41','2025-09-08 17:33:41'),
(981836,327298,'action complete via WP Cron','2025-09-08 17:33:41','2025-09-08 17:33:41'),
(981837,327299,'action created','2025-09-08 17:33:41','2025-09-08 17:33:41'),
(981838,327299,'action started via WP Cron','2025-09-08 17:54:32','2025-09-08 17:54:32'),
(981839,327300,'action created','2025-09-08 17:54:32','2025-09-08 17:54:32'),
(981840,327299,'action complete via WP Cron','2025-09-08 17:54:37','2025-09-08 17:54:37'),
(981841,327301,'action created','2025-09-08 17:54:37','2025-09-08 17:54:37'),
(981842,327300,'action started via WP Cron','2025-09-08 17:54:41','2025-09-08 17:54:41'),
(981843,327300,'action complete via WP Cron','2025-09-08 17:54:41','2025-09-08 17:54:41'),
(981844,327301,'action started via WP Cron','2025-09-08 18:39:32','2025-09-08 18:39:32'),
(981845,327301,'action complete via WP Cron','2025-09-08 18:39:32','2025-09-08 18:39:32'),
(981846,327302,'action created','2025-09-08 18:39:32','2025-09-08 18:39:32'),
(981847,327302,'action started via WP Cron','2025-09-08 18:50:48','2025-09-08 18:50:48'),
(981848,327302,'action complete via WP Cron','2025-09-08 18:50:48','2025-09-08 18:50:48'),
(981849,327303,'action created','2025-09-08 18:50:48','2025-09-08 18:50:48'),
(981850,327303,'action started via WP Cron','2025-09-08 19:02:01','2025-09-08 19:02:01'),
(981851,327303,'action complete via WP Cron','2025-09-08 19:02:01','2025-09-08 19:02:01'),
(981852,327304,'action created','2025-09-08 19:02:01','2025-09-08 19:02:01'),
(981853,327304,'action started via WP Cron','2025-09-08 19:18:26','2025-09-08 19:18:26'),
(981854,327304,'action complete via WP Cron','2025-09-08 19:18:26','2025-09-08 19:18:26'),
(981855,327305,'action created','2025-09-08 19:18:26','2025-09-08 19:18:26'),
(981856,327305,'action started via WP Cron','2025-09-08 19:20:54','2025-09-08 19:20:54'),
(981857,327305,'action complete via WP Cron','2025-09-08 19:20:54','2025-09-08 19:20:54'),
(981858,327306,'action created','2025-09-08 19:20:54','2025-09-08 19:20:54'),
(981859,327306,'action started via WP Cron','2025-09-08 19:24:32','2025-09-08 19:24:32'),
(981860,327306,'action complete via WP Cron','2025-09-08 19:24:32','2025-09-08 19:24:32'),
(981861,327307,'action created','2025-09-08 19:24:32','2025-09-08 19:24:32'),
(981862,327307,'action started via WP Cron','2025-09-08 19:47:21','2025-09-08 19:47:21'),
(981863,327307,'action complete via WP Cron','2025-09-08 19:47:21','2025-09-08 19:47:21'),
(981864,327308,'action created','2025-09-08 19:47:21','2025-09-08 19:47:21'),
(981865,327308,'action started via WP Cron','2025-09-08 19:52:43','2025-09-08 19:52:43'),
(981866,327308,'action complete via WP Cron','2025-09-08 19:52:43','2025-09-08 19:52:43'),
(981867,327309,'action created','2025-09-08 19:52:43','2025-09-08 19:52:43'),
(981868,327309,'action started via WP Cron','2025-09-08 20:09:32','2025-09-08 20:09:32'),
(981869,327309,'action complete via WP Cron','2025-09-08 20:09:32','2025-09-08 20:09:32'),
(981870,327310,'action created','2025-09-08 20:09:32','2025-09-08 20:09:32'),
(981871,327310,'action started via WP Cron','2025-09-08 20:22:04','2025-09-08 20:22:04'),
(981872,327310,'action complete via WP Cron','2025-09-08 20:22:05','2025-09-08 20:22:05'),
(981873,327311,'action created','2025-09-08 20:22:05','2025-09-08 20:22:05'),
(981874,327311,'action started via WP Cron','2025-09-08 20:46:14','2025-09-08 20:46:14'),
(981875,327311,'action complete via WP Cron','2025-09-08 20:46:14','2025-09-08 20:46:14'),
(981876,327312,'action created','2025-09-08 20:46:14','2025-09-08 20:46:14'),
(981877,327312,'action started via WP Cron','2025-09-08 20:54:32','2025-09-08 20:54:32'),
(981878,327312,'action complete via WP Cron','2025-09-08 20:54:32','2025-09-08 20:54:32'),
(981879,327313,'action created','2025-09-08 20:54:32','2025-09-08 20:54:32'),
(981880,327313,'action started via WP Cron','2025-09-08 21:15:18','2025-09-08 21:15:18'),
(981881,327313,'action complete via WP Cron','2025-09-08 21:15:18','2025-09-08 21:15:18'),
(981882,327314,'action created','2025-09-08 21:15:18','2025-09-08 21:15:18'),
(981883,327314,'action started via WP Cron','2025-09-08 21:39:32','2025-09-08 21:39:32'),
(981884,327314,'action complete via WP Cron','2025-09-08 21:39:32','2025-09-08 21:39:32'),
(981885,327315,'action created','2025-09-08 21:39:32','2025-09-08 21:39:32'),
(981886,327315,'action started via WP Cron','2025-09-08 21:43:51','2025-09-08 21:43:51'),
(981887,327315,'action complete via WP Cron','2025-09-08 21:43:51','2025-09-08 21:43:51'),
(981888,327316,'action created','2025-09-08 21:43:51','2025-09-08 21:43:51'),
(981889,327316,'action started via WP Cron','2025-09-08 21:48:47','2025-09-08 21:48:47'),
(981890,327316,'action complete via WP Cron','2025-09-08 21:48:48','2025-09-08 21:48:48'),
(981891,327317,'action created','2025-09-08 21:48:48','2025-09-08 21:48:48'),
(981892,327317,'action started via WP Cron','2025-09-08 21:52:02','2025-09-08 21:52:02'),
(981893,327317,'action complete via WP Cron','2025-09-08 21:52:02','2025-09-08 21:52:02'),
(981894,327318,'action created','2025-09-08 21:52:02','2025-09-08 21:52:02'),
(981895,327318,'action started via WP Cron','2025-09-08 22:02:01','2025-09-08 22:02:01'),
(981896,327318,'action complete via WP Cron','2025-09-08 22:02:01','2025-09-08 22:02:01'),
(981897,327319,'action created','2025-09-08 22:02:01','2025-09-08 22:02:01'),
(981898,327319,'action started via WP Cron','2025-09-08 22:20:48','2025-09-08 22:20:48'),
(981899,327319,'action complete via WP Cron','2025-09-08 22:20:48','2025-09-08 22:20:48'),
(981900,327320,'action created','2025-09-08 22:20:48','2025-09-08 22:20:48'),
(981901,327320,'action started via WP Cron','2025-09-08 22:39:32','2025-09-08 22:39:32'),
(981902,327320,'action complete via WP Cron','2025-09-08 22:39:32','2025-09-08 22:39:32'),
(981903,327321,'action created','2025-09-08 22:39:32','2025-09-08 22:39:32'),
(981904,327321,'action started via WP Cron','2025-09-08 23:08:07','2025-09-08 23:08:07'),
(981905,327321,'action complete via WP Cron','2025-09-08 23:08:07','2025-09-08 23:08:07'),
(981906,327322,'action created','2025-09-08 23:08:07','2025-09-08 23:08:07'),
(981907,327322,'action started via WP Cron','2025-09-08 23:39:32','2025-09-08 23:39:32'),
(981908,327322,'action complete via WP Cron','2025-09-08 23:39:32','2025-09-08 23:39:32'),
(981909,327323,'action created','2025-09-08 23:39:32','2025-09-08 23:39:32'),
(981910,327323,'action started via WP Cron','2025-09-09 00:17:14','2025-09-09 00:17:14'),
(981911,327324,'action created','2025-09-09 00:17:14','2025-09-09 00:17:14'),
(981912,327323,'action complete via WP Cron','2025-09-09 00:17:19','2025-09-09 00:17:19'),
(981913,327325,'action created','2025-09-09 00:17:19','2025-09-09 00:17:19'),
(981914,327324,'action started via WP Cron','2025-09-09 00:17:24','2025-09-09 00:17:24'),
(981915,327324,'action complete via WP Cron','2025-09-09 00:17:24','2025-09-09 00:17:24'),
(981916,327325,'action started via WP Cron','2025-09-09 00:44:58','2025-09-09 00:44:58'),
(981917,327326,'action created','2025-09-09 00:44:58','2025-09-09 00:44:58'),
(981918,327325,'action complete via WP Cron','2025-09-09 00:45:03','2025-09-09 00:45:03'),
(981919,327327,'action created','2025-09-09 00:45:03','2025-09-09 00:45:03'),
(981920,327326,'action started via WP Cron','2025-09-09 00:45:08','2025-09-09 00:45:08'),
(981921,327326,'action complete via WP Cron','2025-09-09 00:45:08','2025-09-09 00:45:08'),
(981922,327327,'action started via WP Cron','2025-09-09 00:48:44','2025-09-09 00:48:44'),
(981923,327327,'action complete via WP Cron','2025-09-09 00:48:44','2025-09-09 00:48:44'),
(981924,327328,'action created','2025-09-09 00:48:44','2025-09-09 00:48:44'),
(981925,327328,'action started via WP Cron','2025-09-09 01:02:00','2025-09-09 01:02:00'),
(981926,327328,'action complete via WP Cron','2025-09-09 01:02:00','2025-09-09 01:02:00'),
(981927,327329,'action created','2025-09-09 01:02:00','2025-09-09 01:02:00'),
(981928,327329,'action started via WP Cron','2025-09-09 01:09:32','2025-09-09 01:09:32'),
(981929,327329,'action complete via WP Cron','2025-09-09 01:09:32','2025-09-09 01:09:32'),
(981930,327330,'action created','2025-09-09 01:09:32','2025-09-09 01:09:32'),
(981931,327330,'action started via WP Cron','2025-09-09 01:32:44','2025-09-09 01:32:44'),
(981932,327330,'action complete via WP Cron','2025-09-09 01:32:44','2025-09-09 01:32:44'),
(981933,327331,'action created','2025-09-09 01:32:44','2025-09-09 01:32:44'),
(981934,327331,'action started via WP Cron','2025-09-09 02:38:14','2025-09-09 02:38:14'),
(981935,327331,'action complete via WP Cron','2025-09-09 02:38:14','2025-09-09 02:38:14'),
(981936,327332,'action created','2025-09-09 02:38:14','2025-09-09 02:38:14'),
(981937,327332,'action started via Async Request','2025-09-09 02:40:28','2025-09-09 02:40:28'),
(981938,327332,'action complete via Async Request','2025-09-09 02:40:28','2025-09-09 02:40:28'),
(981939,327333,'action created','2025-09-09 02:40:28','2025-09-09 02:40:28'),
(981940,327333,'action started via WP Cron','2025-09-09 02:43:56','2025-09-09 02:43:56'),
(981941,327333,'action complete via WP Cron','2025-09-09 02:43:56','2025-09-09 02:43:56'),
(981942,327334,'action created','2025-09-09 02:43:56','2025-09-09 02:43:56'),
(981943,327334,'action started via WP Cron','2025-09-09 02:46:03','2025-09-09 02:46:03'),
(981944,327334,'action complete via WP Cron','2025-09-09 02:46:04','2025-09-09 02:46:04'),
(981945,327335,'action created','2025-09-09 02:46:04','2025-09-09 02:46:04'),
(981946,327335,'action started via WP Cron','2025-09-09 02:49:59','2025-09-09 02:49:59'),
(981947,327335,'action complete via WP Cron','2025-09-09 02:49:59','2025-09-09 02:49:59'),
(981948,327336,'action created','2025-09-09 02:49:59','2025-09-09 02:49:59'),
(981949,327336,'action started via WP Cron','2025-09-09 03:07:58','2025-09-09 03:07:58'),
(981950,327336,'action complete via WP Cron','2025-09-09 03:07:58','2025-09-09 03:07:58'),
(981951,327337,'action created','2025-09-09 03:07:58','2025-09-09 03:07:58'),
(981952,327228,'action started via WP Cron','2025-09-09 03:07:58','2025-09-09 03:07:58'),
(981953,327338,'action created','2025-09-09 03:07:58','2025-09-09 03:07:58'),
(981954,327228,'action complete via WP Cron','2025-09-09 03:07:58','2025-09-09 03:07:58'),
(981955,327339,'action created','2025-09-09 03:07:58','2025-09-09 03:07:58'),
(981956,327338,'action started via WP Cron','2025-09-09 03:07:59','2025-09-09 03:07:59'),
(981957,327338,'action complete via WP Cron','2025-09-09 03:07:59','2025-09-09 03:07:59'),
(981958,327337,'action started via WP Cron','2025-09-09 03:17:29','2025-09-09 03:17:29'),
(981959,327337,'action complete via WP Cron','2025-09-09 03:17:29','2025-09-09 03:17:29'),
(981960,327340,'action created','2025-09-09 03:17:29','2025-09-09 03:17:29'),
(981961,327340,'action started via WP Cron','2025-09-09 03:23:45','2025-09-09 03:23:45'),
(981962,327340,'action complete via WP Cron','2025-09-09 03:23:45','2025-09-09 03:23:45'),
(981963,327341,'action created','2025-09-09 03:23:45','2025-09-09 03:23:45'),
(981964,327341,'action started via WP Cron','2025-09-09 03:40:32','2025-09-09 03:40:32'),
(981965,327341,'action complete via WP Cron','2025-09-09 03:40:32','2025-09-09 03:40:32'),
(981966,327342,'action created','2025-09-09 03:40:32','2025-09-09 03:40:32'),
(981967,327232,'action started via WP Cron','2025-09-09 03:40:32','2025-09-09 03:40:32'),
(981968,327232,'action complete via WP Cron','2025-09-09 03:40:32','2025-09-09 03:40:32'),
(981969,327343,'action created','2025-09-09 03:40:32','2025-09-09 03:40:32'),
(981970,327233,'action started via WP Cron','2025-09-09 03:40:32','2025-09-09 03:40:32'),
(981971,327233,'action complete via WP Cron','2025-09-09 03:40:32','2025-09-09 03:40:32'),
(981972,327344,'action created','2025-09-09 03:40:32','2025-09-09 03:40:32'),
(981973,327234,'action started via WP Cron','2025-09-09 03:40:32','2025-09-09 03:40:32'),
(981974,327234,'action complete via WP Cron','2025-09-09 03:40:32','2025-09-09 03:40:32'),
(981975,327345,'action created','2025-09-09 03:40:32','2025-09-09 03:40:32'),
(981976,327235,'action started via WP Cron','2025-09-09 03:40:32','2025-09-09 03:40:32'),
(981977,327235,'action complete via WP Cron','2025-09-09 03:40:33','2025-09-09 03:40:33'),
(981978,327346,'action created','2025-09-09 03:40:33','2025-09-09 03:40:33'),
(981979,327342,'action started via WP Cron','2025-09-09 03:57:56','2025-09-09 03:57:56'),
(981980,327342,'action complete via WP Cron','2025-09-09 03:57:57','2025-09-09 03:57:57'),
(981981,327347,'action created','2025-09-09 03:57:57','2025-09-09 03:57:57'),
(981982,327292,'action started via WP Cron','2025-09-09 03:57:57','2025-09-09 03:57:57'),
(981983,327292,'action complete via WP Cron','2025-09-09 03:57:57','2025-09-09 03:57:57'),
(981984,327348,'action created','2025-09-09 03:57:57','2025-09-09 03:57:57'),
(981985,327347,'action started via WP Cron','2025-11-12 18:34:03','2025-11-12 18:34:03'),
(981986,327349,'action created','2025-11-12 18:34:03','2025-11-12 18:34:03'),
(981987,327347,'action complete via WP Cron','2025-11-12 18:34:08','2025-11-12 18:34:08'),
(981988,327350,'action created','2025-11-12 18:34:08','2025-11-12 18:34:08'),
(981989,327348,'action started via WP Cron','2025-11-12 18:34:14','2025-11-12 18:34:14'),
(981990,327348,'action complete via WP Cron','2025-11-12 18:34:14','2025-11-12 18:34:14'),
(981991,327351,'action created','2025-11-12 18:34:14','2025-11-12 18:34:14'),
(981992,327339,'action started via Async Request','2025-11-12 18:34:28','2025-11-12 18:34:28'),
(981993,327352,'action created','2025-11-12 18:34:28','2025-11-12 18:34:28'),
(981994,327339,'action complete via Async Request','2025-11-12 18:34:28','2025-11-12 18:34:28'),
(981995,327353,'action created','2025-11-12 18:34:28','2025-11-12 18:34:28'),
(981996,327343,'action started via Async Request','2025-11-12 18:34:45','2025-11-12 18:34:45'),
(981997,327343,'action complete via Async Request','2025-11-12 18:34:45','2025-11-12 18:34:45'),
(981998,327354,'action created','2025-11-12 18:34:45','2025-11-12 18:34:45'),
(981999,327344,'action started via Async Request','2025-11-12 18:35:05','2025-11-12 18:35:05'),
(982000,327344,'action complete via Async Request','2025-11-12 18:35:05','2025-11-12 18:35:05'),
(982001,327355,'action created','2025-11-12 18:35:05','2025-11-12 18:35:05'),
(982002,327345,'action started via Async Request','2025-11-12 18:35:11','2025-11-12 18:35:11'),
(982003,327345,'action complete via Async Request','2025-11-12 18:35:11','2025-11-12 18:35:11'),
(982004,327356,'action created','2025-11-12 18:35:11','2025-11-12 18:35:11'),
(982005,327346,'action started via Async Request','2025-11-12 18:35:22','2025-11-12 18:35:22'),
(982006,327346,'action complete via Async Request','2025-11-12 18:35:22','2025-11-12 18:35:22'),
(982007,327357,'action created','2025-11-12 18:35:22','2025-11-12 18:35:22'),
(982008,326959,'action started via Async Request','2025-11-12 18:35:28','2025-11-12 18:35:28'),
(982009,326959,'action complete via Async Request','2025-11-12 18:35:28','2025-11-12 18:35:28'),
(982010,327358,'action created','2025-11-12 18:35:29','2025-11-12 18:35:29'),
(982011,327349,'action started via Async Request','2025-11-12 18:35:38','2025-11-12 18:35:38'),
(982012,327349,'action complete via Async Request','2025-11-12 18:35:38','2025-11-12 18:35:38'),
(982013,327352,'action started via Async Request','2025-11-12 18:35:46','2025-11-12 18:35:46'),
(982014,327352,'action complete via Async Request','2025-11-12 18:35:46','2025-11-12 18:35:46'),
(982015,327350,'action started via WP Cron','2025-11-13 01:58:55','2025-11-13 01:58:55'),
(982016,327359,'action created','2025-11-13 01:58:55','2025-11-13 01:58:55'),
(982017,327350,'action complete via WP Cron','2025-11-13 01:59:00','2025-11-13 01:59:00'),
(982018,327360,'action created','2025-11-13 01:59:00','2025-11-13 01:59:00'),
(982019,327359,'action started via WP Cron','2025-11-13 01:59:07','2025-11-13 01:59:07'),
(982020,327359,'action complete via WP Cron','2025-11-13 01:59:07','2025-11-13 01:59:07'),
(982021,327360,'action started via WP Cron','2025-11-13 07:00:38','2025-11-13 07:00:38'),
(982022,327361,'action created','2025-11-13 07:00:39','2025-11-13 07:00:39'),
(982023,327360,'action complete via WP Cron','2025-11-13 07:00:44','2025-11-13 07:00:44'),
(982024,327362,'action created','2025-11-13 07:00:44','2025-11-13 07:00:44'),
(982025,327353,'action started via WP Cron','2025-11-13 07:00:52','2025-11-13 07:00:52'),
(982026,327363,'action created','2025-11-13 07:00:52','2025-11-13 07:00:52'),
(982027,327353,'action complete via WP Cron','2025-11-13 07:00:52','2025-11-13 07:00:52'),
(982028,327364,'action created','2025-11-13 07:00:52','2025-11-13 07:00:52'),
(982029,327351,'action started via Async Request','2025-11-13 07:01:03','2025-11-13 07:01:03'),
(982030,327351,'action complete via Async Request','2025-11-13 07:01:03','2025-11-13 07:01:03'),
(982031,327365,'action created','2025-11-13 07:01:03','2025-11-13 07:01:03'),
(982032,327361,'action started via Async Request','2025-11-13 07:01:20','2025-11-13 07:01:20'),
(982033,327361,'action complete via Async Request','2025-11-13 07:01:20','2025-11-13 07:01:20'),
(982034,327363,'action started via Async Request','2025-11-13 07:01:36','2025-11-13 07:01:36'),
(982035,327363,'action complete via Async Request','2025-11-13 07:01:36','2025-11-13 07:01:36'),
(982036,327362,'action started via WP Cron','2025-11-13 09:23:42','2025-11-13 09:23:42'),
(982037,327366,'action created','2025-11-13 09:23:42','2025-11-13 09:23:42'),
(982038,327362,'action complete via WP Cron','2025-11-13 09:23:47','2025-11-13 09:23:47'),
(982039,327367,'action created','2025-11-13 09:23:47','2025-11-13 09:23:47'),
(982040,327366,'action started via WP Cron','2025-11-13 09:23:53','2025-11-13 09:23:53'),
(982041,327366,'action complete via WP Cron','2025-11-13 09:23:54','2025-11-13 09:23:54'),
(982042,327367,'action started via WP Cron','2025-11-13 09:56:23','2025-11-13 09:56:23'),
(982043,327367,'action complete via WP Cron','2025-11-13 09:56:23','2025-11-13 09:56:23'),
(982044,327368,'action created','2025-11-13 09:56:23','2025-11-13 09:56:23'),
(982045,327368,'action started via WP Cron','2025-11-14 03:03:10','2025-11-14 03:03:10'),
(982046,327369,'action created','2025-11-14 03:03:10','2025-11-14 03:03:10'),
(982047,327368,'action complete via WP Cron','2025-11-14 03:03:15','2025-11-14 03:03:15'),
(982048,327370,'action created','2025-11-14 03:03:15','2025-11-14 03:03:15'),
(982049,327354,'action started via WP Cron','2025-11-14 03:03:22','2025-11-14 03:03:22'),
(982050,327354,'action complete via WP Cron','2025-11-14 03:03:22','2025-11-14 03:03:22'),
(982051,327371,'action created','2025-11-14 03:03:22','2025-11-14 03:03:22'),
(982052,327355,'action started via Async Request','2025-11-14 03:03:33','2025-11-14 03:03:33'),
(982053,327355,'action complete via Async Request','2025-11-14 03:03:33','2025-11-14 03:03:33'),
(982054,327372,'action created','2025-11-14 03:03:33','2025-11-14 03:03:33'),
(982055,327356,'action started via Async Request','2025-11-14 03:03:50','2025-11-14 03:03:50'),
(982056,327356,'action complete via Async Request','2025-11-14 03:03:50','2025-11-14 03:03:50'),
(982057,327373,'action created','2025-11-14 03:03:50','2025-11-14 03:03:50'),
(982058,327357,'action started via WP Cron','2025-11-14 03:03:57','2025-11-14 03:03:57'),
(982059,327357,'action complete via WP Cron','2025-11-14 03:03:57','2025-11-14 03:03:57'),
(982060,327374,'action created','2025-11-14 03:03:57','2025-11-14 03:03:57'),
(982061,327365,'action started via Async Request','2025-11-14 03:04:07','2025-11-14 03:04:07'),
(982062,327365,'action complete via Async Request','2025-11-14 03:04:07','2025-11-14 03:04:07'),
(982063,327375,'action created','2025-11-14 03:04:07','2025-11-14 03:04:07'),
(982064,327364,'action started via Async Request','2025-11-14 03:04:23','2025-11-14 03:04:23'),
(982065,327376,'action created','2025-11-14 03:04:23','2025-11-14 03:04:23'),
(982066,327364,'action complete via Async Request','2025-11-14 03:04:23','2025-11-14 03:04:23'),
(982067,327377,'action created','2025-11-14 03:04:23','2025-11-14 03:04:23'),
(982068,327369,'action started via WP Cron','2025-11-14 03:04:31','2025-11-14 03:04:31'),
(982069,327369,'action complete via WP Cron','2025-11-14 03:04:32','2025-11-14 03:04:32'),
(982070,327376,'action started via Async Request','2025-11-14 03:04:40','2025-11-14 03:04:40'),
(982071,327376,'action complete via Async Request','2025-11-14 03:04:40','2025-11-14 03:04:40'),
(982072,327370,'action started via WP Cron','2025-11-15 03:59:54','2025-11-15 03:59:54'),
(982073,327378,'action created','2025-11-15 03:59:55','2025-11-15 03:59:55'),
(982074,327370,'action complete via WP Cron','2025-11-15 04:00:00','2025-11-15 04:00:00'),
(982075,327379,'action created','2025-11-15 04:00:00','2025-11-15 04:00:00'),
(982076,327375,'action started via WP Cron','2025-11-15 04:00:06','2025-11-15 04:00:06'),
(982077,327375,'action complete via WP Cron','2025-11-15 04:00:06','2025-11-15 04:00:06'),
(982078,327380,'action created','2025-11-15 04:00:06','2025-11-15 04:00:06'),
(982079,327377,'action started via Async Request','2025-11-15 04:00:16','2025-11-15 04:00:16'),
(982080,327381,'action created','2025-11-15 04:00:16','2025-11-15 04:00:16'),
(982081,327377,'action complete via Async Request','2025-11-15 04:00:16','2025-11-15 04:00:16'),
(982082,327382,'action created','2025-11-15 04:00:16','2025-11-15 04:00:16'),
(982083,327371,'action started via Async Request','2025-11-15 04:00:32','2025-11-15 04:00:32'),
(982084,327371,'action complete via Async Request','2025-11-15 04:00:32','2025-11-15 04:00:32'),
(982085,327383,'action created','2025-11-15 04:00:32','2025-11-15 04:00:32'),
(982086,327372,'action started via Async Request','2025-11-15 04:00:48','2025-11-15 04:00:48'),
(982087,327372,'action complete via Async Request','2025-11-15 04:00:48','2025-11-15 04:00:48'),
(982088,327384,'action created','2025-11-15 04:00:48','2025-11-15 04:00:48'),
(982089,327373,'action started via Async Request','2025-11-15 04:01:04','2025-11-15 04:01:04'),
(982090,327373,'action complete via Async Request','2025-11-15 04:01:04','2025-11-15 04:01:04'),
(982091,327385,'action created','2025-11-15 04:01:04','2025-11-15 04:01:04'),
(982092,327374,'action started via Async Request','2025-11-15 04:01:20','2025-11-15 04:01:20'),
(982093,327374,'action complete via Async Request','2025-11-15 04:01:20','2025-11-15 04:01:20'),
(982094,327386,'action created','2025-11-15 04:01:20','2025-11-15 04:01:20'),
(982095,327378,'action started via Async Request','2025-11-15 04:01:36','2025-11-15 04:01:36'),
(982096,327378,'action complete via Async Request','2025-11-15 04:01:37','2025-11-15 04:01:37'),
(982097,327381,'action started via Async Request','2025-11-15 04:01:53','2025-11-15 04:01:53'),
(982098,327381,'action complete via Async Request','2025-11-15 04:01:53','2025-11-15 04:01:53'),
(982099,327379,'action started via WP Cron','2025-11-15 15:37:25','2025-11-15 15:37:25'),
(982100,327387,'action created','2025-11-15 15:37:25','2025-11-15 15:37:25'),
(982101,327379,'action complete via WP Cron','2025-11-15 15:37:30','2025-11-15 15:37:30'),
(982102,327388,'action created','2025-11-15 15:37:30','2025-11-15 15:37:30'),
(982103,327387,'action started via WP Cron','2025-11-15 15:37:36','2025-11-15 15:37:36'),
(982104,327387,'action complete via WP Cron','2025-11-15 15:37:36','2025-11-15 15:37:36'),
(982105,327388,'action started via WP Cron','2025-11-15 15:39:33','2025-11-15 15:39:33'),
(982106,327388,'action complete via WP Cron','2025-11-15 15:39:34','2025-11-15 15:39:34'),
(982107,327389,'action created','2025-11-15 15:39:34','2025-11-15 15:39:34'),
(982108,327389,'action started via WP Cron','2025-11-15 15:45:31','2025-11-15 15:45:31'),
(982109,327389,'action complete via WP Cron','2025-11-15 15:45:31','2025-11-15 15:45:31'),
(982110,327390,'action created','2025-11-15 15:45:31','2025-11-15 15:45:31'),
(982111,327390,'action started via WP Cron','2025-11-15 15:49:07','2025-11-15 15:49:07'),
(982112,327390,'action complete via WP Cron','2025-11-15 15:49:08','2025-11-15 15:49:08'),
(982113,327391,'action created','2025-11-15 15:49:08','2025-11-15 15:49:08'),
(982114,327391,'action started via WP Cron','2025-11-15 15:51:08','2025-11-15 15:51:08'),
(982115,327391,'action complete via WP Cron','2025-11-15 15:51:08','2025-11-15 15:51:08'),
(982116,327392,'action created','2025-11-15 15:51:08','2025-11-15 15:51:08'),
(982117,327392,'action started via WP Cron','2025-11-15 15:53:29','2025-11-15 15:53:29'),
(982118,327392,'action complete via WP Cron','2025-11-15 15:53:29','2025-11-15 15:53:29'),
(982119,327393,'action created','2025-11-15 15:53:30','2025-11-15 15:53:30'),
(982120,327393,'action started via WP Cron','2025-11-15 16:00:09','2025-11-15 16:00:09'),
(982121,327393,'action complete via WP Cron','2025-11-15 16:00:09','2025-11-15 16:00:09'),
(982122,327394,'action created','2025-11-15 16:00:09','2025-11-15 16:00:09'),
(982123,327380,'action started via WP Cron','2025-11-15 16:00:09','2025-11-15 16:00:09'),
(982124,327380,'action complete via WP Cron','2025-11-15 16:00:09','2025-11-15 16:00:09'),
(982125,327395,'action created','2025-11-15 16:00:09','2025-11-15 16:00:09'),
(982126,327394,'action started via WP Cron','2025-11-15 16:13:54','2025-11-15 16:13:54'),
(982127,327394,'action complete via WP Cron','2025-11-15 16:13:54','2025-11-15 16:13:54'),
(982128,327396,'action created','2025-11-15 16:13:54','2025-11-15 16:13:54'),
(982129,327396,'action started via WP Cron','2025-11-15 16:22:04','2025-11-15 16:22:04'),
(982130,327396,'action complete via WP Cron','2025-11-15 16:22:04','2025-11-15 16:22:04'),
(982131,327397,'action created','2025-11-15 16:22:04','2025-11-15 16:22:04'),
(982132,327397,'action started via WP Cron','2025-11-15 16:27:04','2025-11-15 16:27:04'),
(982133,327397,'action complete via WP Cron','2025-11-15 16:27:04','2025-11-15 16:27:04'),
(982134,327398,'action created','2025-11-15 16:27:04','2025-11-15 16:27:04'),
(982135,327398,'action started via WP Cron','2025-11-15 16:38:00','2025-11-15 16:38:00'),
(982136,327399,'action created','2025-11-15 16:38:00','2025-11-15 16:38:00'),
(982137,327398,'action complete via WP Cron','2025-11-15 16:38:05','2025-11-15 16:38:05'),
(982138,327400,'action created','2025-11-15 16:38:05','2025-11-15 16:38:05'),
(982139,327399,'action started via WP Cron','2025-11-15 16:38:11','2025-11-15 16:38:11'),
(982140,327399,'action complete via WP Cron','2025-11-15 16:38:11','2025-11-15 16:38:11'),
(982141,327400,'action started via WP Cron','2025-11-15 16:41:56','2025-11-15 16:41:56'),
(982142,327400,'action complete via WP Cron','2025-11-15 16:41:56','2025-11-15 16:41:56'),
(982143,327401,'action created','2025-11-15 16:41:56','2025-11-15 16:41:56'),
(982144,327401,'action started via WP Cron','2025-11-15 23:59:00','2025-11-15 23:59:00'),
(982145,327401,'action complete via WP Cron','2025-11-15 23:59:00','2025-11-15 23:59:00'),
(982146,327402,'action created','2025-11-15 23:59:00','2025-11-15 23:59:00'),
(982147,327402,'action started via WP Cron','2025-11-16 04:59:50','2025-11-16 04:59:50'),
(982148,327403,'action created','2025-11-16 04:59:50','2025-11-16 04:59:50'),
(982149,327402,'action complete via WP Cron','2025-11-16 04:59:55','2025-11-16 04:59:55'),
(982150,327404,'action created','2025-11-16 04:59:55','2025-11-16 04:59:55'),
(982151,327382,'action started via WP Cron','2025-11-16 05:00:01','2025-11-16 05:00:01'),
(982152,327405,'action created','2025-11-16 05:00:01','2025-11-16 05:00:01'),
(982153,327382,'action complete via WP Cron','2025-11-16 05:00:01','2025-11-16 05:00:01'),
(982154,327406,'action created','2025-11-16 05:00:01','2025-11-16 05:00:01'),
(982155,327395,'action started via Async Request','2025-11-16 05:00:19','2025-11-16 05:00:19'),
(982156,327395,'action complete via Async Request','2025-11-16 05:00:19','2025-11-16 05:00:19'),
(982157,327407,'action created','2025-11-16 05:00:19','2025-11-16 05:00:19'),
(982158,327383,'action started via WP Cron','2025-11-16 05:00:23','2025-11-16 05:00:23'),
(982159,327383,'action complete via WP Cron','2025-11-16 05:00:23','2025-11-16 05:00:23'),
(982160,327408,'action created','2025-11-16 05:00:23','2025-11-16 05:00:23'),
(982161,327384,'action started via WP Cron','2025-11-16 05:00:23','2025-11-16 05:00:23'),
(982162,327384,'action complete via WP Cron','2025-11-16 05:00:23','2025-11-16 05:00:23'),
(982163,327409,'action created','2025-11-16 05:00:23','2025-11-16 05:00:23'),
(982164,327385,'action started via WP Cron','2025-11-16 05:00:24','2025-11-16 05:00:24'),
(982165,327385,'action complete via WP Cron','2025-11-16 05:00:24','2025-11-16 05:00:24'),
(982166,327410,'action created','2025-11-16 05:00:24','2025-11-16 05:00:24'),
(982167,327386,'action started via WP Cron','2025-11-16 05:00:24','2025-11-16 05:00:24'),
(982168,327386,'action complete via WP Cron','2025-11-16 05:00:24','2025-11-16 05:00:24'),
(982169,327411,'action created','2025-11-16 05:00:24','2025-11-16 05:00:24'),
(982170,327403,'action started via WP Cron','2025-11-16 05:00:24','2025-11-16 05:00:24'),
(982171,327403,'action complete via WP Cron','2025-11-16 05:00:24','2025-11-16 05:00:24'),
(982172,327405,'action started via WP Cron','2025-11-16 05:00:24','2025-11-16 05:00:24'),
(982173,327405,'action complete via WP Cron','2025-11-16 05:00:24','2025-11-16 05:00:24'),
(982174,327404,'action started via WP Cron','2025-11-17 10:37:20','2025-11-17 10:37:20'),
(982175,327412,'action created','2025-11-17 10:37:20','2025-11-17 10:37:20'),
(982176,327404,'action complete via WP Cron','2025-11-17 10:37:25','2025-11-17 10:37:25'),
(982177,327413,'action created','2025-11-17 10:37:25','2025-11-17 10:37:25'),
(982178,327407,'action started via WP Cron','2025-11-17 10:37:31','2025-11-17 10:37:31'),
(982179,327407,'action complete via WP Cron','2025-11-17 10:37:31','2025-11-17 10:37:31'),
(982180,327414,'action created','2025-11-17 10:37:31','2025-11-17 10:37:31'),
(982181,327406,'action started via Async Request','2025-11-17 10:37:42','2025-11-17 10:37:42'),
(982182,327415,'action created','2025-11-17 10:37:42','2025-11-17 10:37:42'),
(982183,327406,'action complete via Async Request','2025-11-17 10:37:42','2025-11-17 10:37:42'),
(982184,327416,'action created','2025-11-17 10:37:42','2025-11-17 10:37:42'),
(982185,327408,'action started via Async Request','2025-11-17 10:37:58','2025-11-17 10:37:58'),
(982186,327408,'action complete via Async Request','2025-11-17 10:37:58','2025-11-17 10:37:58'),
(982187,327417,'action created','2025-11-17 10:37:58','2025-11-17 10:37:58'),
(982188,327409,'action started via Async Request','2025-11-17 10:38:15','2025-11-17 10:38:15'),
(982189,327409,'action complete via Async Request','2025-11-17 10:38:15','2025-11-17 10:38:15'),
(982190,327418,'action created','2025-11-17 10:38:15','2025-11-17 10:38:15'),
(982191,327410,'action started via Async Request','2025-11-17 10:38:31','2025-11-17 10:38:31'),
(982192,327410,'action complete via Async Request','2025-11-17 10:38:31','2025-11-17 10:38:31'),
(982193,327419,'action created','2025-11-17 10:38:31','2025-11-17 10:38:31'),
(982194,327411,'action started via Async Request','2025-11-17 10:38:48','2025-11-17 10:38:48'),
(982195,327411,'action complete via Async Request','2025-11-17 10:38:48','2025-11-17 10:38:48'),
(982196,327420,'action created','2025-11-17 10:38:48','2025-11-17 10:38:48'),
(982197,327412,'action started via Async Request','2025-11-17 10:39:04','2025-11-17 10:39:04'),
(982198,327412,'action complete via Async Request','2025-11-17 10:39:04','2025-11-17 10:39:04'),
(982199,327415,'action started via Async Request','2025-11-17 10:39:20','2025-11-17 10:39:20'),
(982200,327415,'action complete via Async Request','2025-11-17 10:39:20','2025-11-17 10:39:20'),
(982201,327413,'action started via Async Request','2025-11-17 10:39:37','2025-11-17 10:39:37'),
(982202,327421,'action created','2025-11-17 10:39:37','2025-11-17 10:39:37'),
(982203,327413,'action complete via Async Request','2025-11-17 10:39:42','2025-11-17 10:39:42'),
(982204,327422,'action created','2025-11-17 10:39:42','2025-11-17 10:39:42'),
(982205,327421,'action started via WP Cron','2025-11-17 10:39:48','2025-11-17 10:39:48'),
(982206,327421,'action complete via WP Cron','2025-11-17 10:39:48','2025-11-17 10:39:48'),
(982207,327422,'action started via WP Cron','2025-11-18 01:47:49','2025-11-18 01:47:49'),
(982208,327423,'action created','2025-11-18 01:47:49','2025-11-18 01:47:49'),
(982209,327422,'action complete via WP Cron','2025-11-18 01:47:54','2025-11-18 01:47:54'),
(982210,327424,'action created','2025-11-18 01:47:54','2025-11-18 01:47:54'),
(982211,327414,'action started via WP Cron','2025-11-18 01:48:01','2025-11-18 01:48:01'),
(982212,327414,'action complete via WP Cron','2025-11-18 01:48:01','2025-11-18 01:48:01'),
(982213,327425,'action created','2025-11-18 01:48:01','2025-11-18 01:48:01'),
(982214,327423,'action started via Async Request','2025-11-18 01:48:12','2025-11-18 01:48:12'),
(982215,327423,'action complete via Async Request','2025-11-18 01:48:12','2025-11-18 01:48:12'),
(982216,327424,'action started via WP Cron','2025-11-18 01:50:22','2025-11-18 01:50:22'),
(982217,327424,'action complete via WP Cron','2025-11-18 01:50:22','2025-11-18 01:50:22'),
(982218,327426,'action created','2025-11-18 01:50:22','2025-11-18 01:50:22'),
(982219,327426,'action started via WP Cron','2025-11-18 01:56:11','2025-11-18 01:56:11'),
(982220,327426,'action complete via WP Cron','2025-11-18 01:56:12','2025-11-18 01:56:12'),
(982221,327427,'action created','2025-11-18 01:56:12','2025-11-18 01:56:12'),
(982222,327427,'action started via WP Cron','2025-11-18 02:00:58','2025-11-18 02:00:58'),
(982223,327427,'action complete via WP Cron','2025-11-18 02:00:58','2025-11-18 02:00:58'),
(982224,327428,'action created','2025-11-18 02:00:58','2025-11-18 02:00:58'),
(982225,327428,'action started via WP Cron','2025-11-18 05:24:23','2025-11-18 05:24:23'),
(982226,327428,'action complete via WP Cron','2025-11-18 05:24:23','2025-11-18 05:24:23'),
(982227,327429,'action created','2025-11-18 05:24:23','2025-11-18 05:24:23'),
(982228,327416,'action started via WP Cron','2025-11-18 05:24:23','2025-11-18 05:24:23'),
(982229,327430,'action created','2025-11-18 05:24:23','2025-11-18 05:24:23'),
(982230,327416,'action complete via WP Cron','2025-11-18 05:24:23','2025-11-18 05:24:23'),
(982231,327431,'action created','2025-11-18 05:24:23','2025-11-18 05:24:23'),
(982232,327430,'action started via WP Cron','2025-11-18 05:24:23','2025-11-18 05:24:23'),
(982233,327430,'action complete via WP Cron','2025-11-18 05:24:23','2025-11-18 05:24:23'),
(982234,327429,'action started via WP Cron','2025-11-18 11:09:50','2025-11-18 11:09:50'),
(982235,327432,'action created','2025-11-18 11:09:50','2025-11-18 11:09:50'),
(982236,327429,'action complete via WP Cron','2025-11-18 11:09:55','2025-11-18 11:09:55'),
(982237,327433,'action created','2025-11-18 11:09:55','2025-11-18 11:09:55'),
(982238,327417,'action started via WP Cron','2025-11-18 11:10:02','2025-11-18 11:10:02'),
(982239,327417,'action complete via WP Cron','2025-11-18 11:10:02','2025-11-18 11:10:02'),
(982240,327434,'action created','2025-11-18 11:10:02','2025-11-18 11:10:02'),
(982241,327418,'action started via Async Request','2025-11-18 11:10:13','2025-11-18 11:10:13'),
(982242,327418,'action complete via Async Request','2025-11-18 11:10:13','2025-11-18 11:10:13'),
(982243,327435,'action created','2025-11-18 11:10:14','2025-11-18 11:10:14'),
(982244,327419,'action started via WP Cron','2025-11-18 11:10:20','2025-11-18 11:10:20'),
(982245,327419,'action complete via WP Cron','2025-11-18 11:10:20','2025-11-18 11:10:20'),
(982246,327436,'action created','2025-11-18 11:10:20','2025-11-18 11:10:20'),
(982247,327420,'action started via WP Cron','2025-11-18 11:10:20','2025-11-18 11:10:20'),
(982248,327420,'action complete via WP Cron','2025-11-18 11:10:20','2025-11-18 11:10:20'),
(982249,327437,'action created','2025-11-18 11:10:20','2025-11-18 11:10:20'),
(982250,327432,'action started via WP Cron','2025-11-18 11:10:20','2025-11-18 11:10:20'),
(982251,327432,'action complete via WP Cron','2025-11-18 11:10:20','2025-11-18 11:10:20'),
(982252,327433,'action started via WP Cron','2025-11-18 12:45:08','2025-11-18 12:45:08'),
(982253,327438,'action created','2025-11-18 12:45:08','2025-11-18 12:45:08'),
(982254,327433,'action complete via WP Cron','2025-11-18 12:45:13','2025-11-18 12:45:13'),
(982255,327439,'action created','2025-11-18 12:45:13','2025-11-18 12:45:13'),
(982256,327438,'action started via WP Cron','2025-11-18 12:45:20','2025-11-18 12:45:20'),
(982257,327438,'action complete via WP Cron','2025-11-18 12:45:20','2025-11-18 12:45:20'),
(982258,327439,'action started via WP Cron','2025-11-18 13:42:25','2025-11-18 13:42:25'),
(982259,327439,'action complete via WP Cron','2025-11-18 13:42:25','2025-11-18 13:42:25'),
(982260,327440,'action created','2025-11-18 13:42:25','2025-11-18 13:42:25'),
(982261,327440,'action started via WP Cron','2025-11-18 14:46:59','2025-11-18 14:46:59'),
(982262,327441,'action created','2025-11-18 14:46:59','2025-11-18 14:46:59'),
(982263,327440,'action complete via WP Cron','2025-11-18 14:47:04','2025-11-18 14:47:04'),
(982264,327442,'action created','2025-11-18 14:47:04','2025-11-18 14:47:04'),
(982265,327425,'action started via WP Cron','2025-11-18 14:47:10','2025-11-18 14:47:10'),
(982266,327425,'action complete via WP Cron','2025-11-18 14:47:10','2025-11-18 14:47:10'),
(982267,327443,'action created','2025-11-18 14:47:10','2025-11-18 14:47:10'),
(982268,327441,'action started via Async Request','2025-11-18 14:47:22','2025-11-18 14:47:22'),
(982269,327441,'action complete via Async Request','2025-11-18 14:47:22','2025-11-18 14:47:22'),
(982270,327442,'action started via WP Cron','2025-11-19 14:08:44','2025-11-19 14:08:44'),
(982271,327444,'action created','2025-11-19 14:08:44','2025-11-19 14:08:44'),
(982272,327442,'action complete via WP Cron','2025-11-19 14:08:49','2025-11-19 14:08:49'),
(982273,327445,'action created','2025-11-19 14:08:49','2025-11-19 14:08:49'),
(982274,327443,'action started via WP Cron','2025-11-19 14:08:56','2025-11-19 14:08:56'),
(982275,327443,'action complete via WP Cron','2025-11-19 14:08:56','2025-11-19 14:08:56'),
(982276,327446,'action created','2025-11-19 14:08:56','2025-11-19 14:08:56'),
(982277,327431,'action started via Async Request','2025-11-19 14:09:07','2025-11-19 14:09:07'),
(982278,327447,'action created','2025-11-19 14:09:07','2025-11-19 14:09:07'),
(982279,327431,'action complete via Async Request','2025-11-19 14:09:07','2025-11-19 14:09:07'),
(982280,327448,'action created','2025-11-19 14:09:07','2025-11-19 14:09:07'),
(982281,327434,'action started via Async Request','2025-11-19 14:09:23','2025-11-19 14:09:23'),
(982282,327434,'action complete via Async Request','2025-11-19 14:09:23','2025-11-19 14:09:23'),
(982283,327449,'action created','2025-11-19 14:09:23','2025-11-19 14:09:23'),
(982284,327435,'action started via Async Request','2025-11-19 14:09:42','2025-11-19 14:09:42'),
(982285,327435,'action complete via Async Request','2025-11-19 14:09:42','2025-11-19 14:09:42'),
(982286,327450,'action created','2025-11-19 14:09:42','2025-11-19 14:09:42'),
(982287,327436,'action started via Async Request','2025-11-19 14:09:59','2025-11-19 14:09:59'),
(982288,327436,'action complete via Async Request','2025-11-19 14:09:59','2025-11-19 14:09:59'),
(982289,327451,'action created','2025-11-19 14:09:59','2025-11-19 14:09:59'),
(982290,327437,'action started via Async Request','2025-11-19 14:10:15','2025-11-19 14:10:15'),
(982291,327437,'action complete via Async Request','2025-11-19 14:10:15','2025-11-19 14:10:15'),
(982292,327452,'action created','2025-11-19 14:10:15','2025-11-19 14:10:15'),
(982293,327444,'action started via WP Cron','2025-11-19 14:10:21','2025-11-19 14:10:21'),
(982294,327444,'action complete via WP Cron','2025-11-19 14:10:21','2025-11-19 14:10:21'),
(982295,327447,'action started via WP Cron','2025-11-19 14:10:21','2025-11-19 14:10:21'),
(982296,327447,'action complete via WP Cron','2025-11-19 14:10:21','2025-11-19 14:10:21'),
(982297,327445,'action started via WP Cron','2025-11-19 18:06:36','2025-11-19 18:06:36'),
(982298,327445,'action complete via WP Cron','2025-11-19 18:06:36','2025-11-19 18:06:36'),
(982299,327453,'action created','2025-11-19 18:06:36','2025-11-19 18:06:36'),
(982300,327453,'action started via WP Cron','2025-11-19 18:20:10','2025-11-19 18:20:10'),
(982301,327453,'action complete via WP Cron','2025-11-19 18:20:10','2025-11-19 18:20:10'),
(982302,327454,'action created','2025-11-19 18:20:10','2025-11-19 18:20:10'),
(982303,327454,'action started via WP Cron','2025-11-19 21:19:32','2025-11-19 21:19:32'),
(982304,327454,'action complete via WP Cron','2025-11-19 21:19:33','2025-11-19 21:19:33'),
(982305,327455,'action created','2025-11-19 21:19:33','2025-11-19 21:19:33'),
(982306,327358,'action started via Async Request','2025-11-19 21:19:36','2025-11-19 21:19:36'),
(982307,327358,'action complete via Async Request','2025-11-19 21:19:36','2025-11-19 21:19:36'),
(982308,327456,'action created','2025-11-19 21:19:37','2025-11-19 21:19:37'),
(982309,327455,'action started via WP Cron','2025-11-19 21:25:49','2025-11-19 21:25:49'),
(982310,327455,'action complete via WP Cron','2025-11-19 21:25:49','2025-11-19 21:25:49'),
(982311,327457,'action created','2025-11-19 21:25:49','2025-11-19 21:25:49'),
(982312,327457,'action started via WP Cron','2025-11-19 21:30:09','2025-11-19 21:30:09'),
(982313,327457,'action complete via WP Cron','2025-11-19 21:30:09','2025-11-19 21:30:09'),
(982314,327458,'action created','2025-11-19 21:30:09','2025-11-19 21:30:09'),
(982315,327458,'action started via WP Cron','2025-11-19 21:33:08','2025-11-19 21:33:08'),
(982316,327458,'action complete via WP Cron','2025-11-19 21:33:08','2025-11-19 21:33:08'),
(982317,327459,'action created','2025-11-19 21:33:08','2025-11-19 21:33:08'),
(982318,327459,'action started via WP Cron','2025-11-19 21:38:06','2025-11-19 21:38:06'),
(982319,327459,'action complete via WP Cron','2025-11-19 21:38:06','2025-11-19 21:38:06'),
(982320,327460,'action created','2025-11-19 21:38:06','2025-11-19 21:38:06'),
(982321,327460,'action started via WP Cron','2025-11-19 21:42:53','2025-11-19 21:42:53'),
(982322,327460,'action complete via WP Cron','2025-11-19 21:42:53','2025-11-19 21:42:53'),
(982323,327461,'action created','2025-11-19 21:42:53','2025-11-19 21:42:53'),
(982324,327461,'action started via WP Cron','2025-11-19 21:48:15','2025-11-19 21:48:15'),
(982325,327461,'action complete via WP Cron','2025-11-19 21:48:15','2025-11-19 21:48:15'),
(982326,327462,'action created','2025-11-19 21:48:15','2025-11-19 21:48:15'),
(982327,327462,'action started via WP Cron','2025-11-19 21:54:16','2025-11-19 21:54:16'),
(982328,327462,'action complete via WP Cron','2025-11-19 21:54:16','2025-11-19 21:54:16'),
(982329,327463,'action created','2025-11-19 21:54:16','2025-11-19 21:54:16'),
(982330,327463,'action started via WP Cron','2025-11-19 21:56:40','2025-11-19 21:56:40'),
(982331,327463,'action complete via WP Cron','2025-11-19 21:56:40','2025-11-19 21:56:40'),
(982332,327464,'action created','2025-11-19 21:56:40','2025-11-19 21:56:40'),
(982333,327464,'action started via WP Cron','2025-11-19 22:00:39','2025-11-19 22:00:39'),
(982334,327464,'action complete via WP Cron','2025-11-19 22:00:40','2025-11-19 22:00:40'),
(982335,327465,'action created','2025-11-19 22:00:40','2025-11-19 22:00:40'),
(982336,327465,'action started via WP Cron','2025-11-19 23:03:36','2025-11-19 23:03:36'),
(982337,327465,'action complete via WP Cron','2025-11-19 23:03:36','2025-11-19 23:03:36'),
(982338,327466,'action created','2025-11-19 23:03:36','2025-11-19 23:03:36'),
(982339,327466,'action started via WP Cron','2025-11-20 03:07:28','2025-11-20 03:07:28'),
(982340,327466,'action complete via WP Cron','2025-11-20 03:07:28','2025-11-20 03:07:28'),
(982341,327467,'action created','2025-11-20 03:07:28','2025-11-20 03:07:28'),
(982342,327446,'action started via WP Cron','2025-11-20 03:07:28','2025-11-20 03:07:28'),
(982343,327446,'action complete via WP Cron','2025-11-20 03:07:28','2025-11-20 03:07:28'),
(982344,327468,'action created','2025-11-20 03:07:28','2025-11-20 03:07:28'),
(982345,327448,'action started via WP Cron','2025-11-20 03:07:28','2025-11-20 03:07:28'),
(982346,327469,'action created','2025-11-20 03:07:28','2025-11-20 03:07:28'),
(982347,327448,'action complete via WP Cron','2025-11-20 03:07:28','2025-11-20 03:07:28'),
(982348,327470,'action created','2025-11-20 03:07:29','2025-11-20 03:07:29'),
(982349,327469,'action started via WP Cron','2025-11-20 03:07:29','2025-11-20 03:07:29'),
(982350,327469,'action complete via WP Cron','2025-11-20 03:07:29','2025-11-20 03:07:29'),
(982351,327467,'action started via WP Cron','2025-11-20 03:14:01','2025-11-20 03:14:01'),
(982352,327467,'action complete via WP Cron','2025-11-20 03:14:01','2025-11-20 03:14:01'),
(982353,327471,'action created','2025-11-20 03:14:01','2025-11-20 03:14:01'),
(982354,327471,'action started via WP Cron','2025-11-20 03:18:56','2025-11-20 03:18:56'),
(982355,327471,'action complete via WP Cron','2025-11-20 03:18:56','2025-11-20 03:18:56'),
(982356,327472,'action created','2025-11-20 03:18:56','2025-11-20 03:18:56'),
(982357,327472,'action started via WP Cron','2025-11-20 03:28:41','2025-11-20 03:28:41'),
(982358,327472,'action complete via WP Cron','2025-11-20 03:28:41','2025-11-20 03:28:41'),
(982359,327473,'action created','2025-11-20 03:28:41','2025-11-20 03:28:41'),
(982360,327473,'action started via WP Cron','2025-11-20 03:34:52','2025-11-20 03:34:52'),
(982361,327473,'action complete via WP Cron','2025-11-20 03:34:52','2025-11-20 03:34:52'),
(982362,327474,'action created','2025-11-20 03:34:52','2025-11-20 03:34:52'),
(982363,327474,'action started via WP Cron','2025-11-20 09:29:00','2025-11-20 09:29:00'),
(982364,327474,'action complete via WP Cron','2025-11-20 09:29:00','2025-11-20 09:29:00'),
(982365,327475,'action created','2025-11-20 09:29:00','2025-11-20 09:29:00'),
(982366,327475,'action started via WP Cron','2025-11-20 15:00:24','2025-11-20 15:00:24'),
(982367,327476,'action created','2025-11-20 15:00:24','2025-11-20 15:00:24'),
(982368,327475,'action complete via WP Cron','2025-11-20 15:00:29','2025-11-20 15:00:29'),
(982369,327477,'action created','2025-11-20 15:00:29','2025-11-20 15:00:29'),
(982370,327449,'action started via WP Cron','2025-11-20 15:00:35','2025-11-20 15:00:35'),
(982371,327449,'action complete via WP Cron','2025-11-20 15:00:35','2025-11-20 15:00:35'),
(982372,327478,'action created','2025-11-20 15:00:35','2025-11-20 15:00:35'),
(982373,327450,'action started via Async Request','2025-11-20 15:00:46','2025-11-20 15:00:46'),
(982374,327450,'action complete via Async Request','2025-11-20 15:00:46','2025-11-20 15:00:46'),
(982375,327479,'action created','2025-11-20 15:00:46','2025-11-20 15:00:46'),
(982376,327451,'action started via Async Request','2025-11-20 15:01:03','2025-11-20 15:01:03'),
(982377,327451,'action complete via Async Request','2025-11-20 15:01:03','2025-11-20 15:01:03'),
(982378,327480,'action created','2025-11-20 15:01:03','2025-11-20 15:01:03'),
(982379,327452,'action started via Async Request','2025-11-20 15:01:20','2025-11-20 15:01:20'),
(982380,327452,'action complete via Async Request','2025-11-20 15:01:20','2025-11-20 15:01:20'),
(982381,327481,'action created','2025-11-20 15:01:20','2025-11-20 15:01:20'),
(982382,327476,'action started via WP Cron','2025-11-20 15:01:26','2025-11-20 15:01:26'),
(982383,327476,'action complete via WP Cron','2025-11-20 15:01:27','2025-11-20 15:01:27'),
(982384,327477,'action started via WP Cron','2025-11-20 19:28:34','2025-11-20 19:28:34'),
(982385,327482,'action created','2025-11-20 19:28:34','2025-11-20 19:28:34'),
(982386,327477,'action complete via WP Cron','2025-11-20 19:28:39','2025-11-20 19:28:39'),
(982387,327483,'action created','2025-11-20 19:28:39','2025-11-20 19:28:39'),
(982388,327468,'action started via WP Cron','2025-11-20 19:28:45','2025-11-20 19:28:45'),
(982389,327468,'action complete via WP Cron','2025-11-20 19:28:45','2025-11-20 19:28:45'),
(982390,327484,'action created','2025-11-20 19:28:45','2025-11-20 19:28:45'),
(982391,327482,'action started via Async Request','2025-11-20 19:28:56','2025-11-20 19:28:56'),
(982392,327482,'action complete via Async Request','2025-11-20 19:28:57','2025-11-20 19:28:57'),
(982393,327483,'action started via WP Cron','2025-11-20 19:35:38','2025-11-20 19:35:38'),
(982394,327483,'action complete via WP Cron','2025-11-20 19:35:38','2025-11-20 19:35:38'),
(982395,327485,'action created','2025-11-20 19:35:38','2025-11-20 19:35:38'),
(982396,327485,'action started via WP Cron','2025-11-20 21:59:30','2025-11-20 21:59:30'),
(982397,327485,'action complete via WP Cron','2025-11-20 21:59:30','2025-11-20 21:59:30'),
(982398,327486,'action created','2025-11-20 21:59:30','2025-11-20 21:59:30'),
(982399,327486,'action started via WP Cron','2025-11-20 22:48:45','2025-11-20 22:48:45'),
(982400,327486,'action complete via WP Cron','2025-11-20 22:48:45','2025-11-20 22:48:45'),
(982401,327487,'action created','2025-11-20 22:48:45','2025-11-20 22:48:45'),
(982402,327487,'action started via WP Cron','2025-11-21 07:22:51','2025-11-21 07:22:51'),
(982403,327488,'action created','2025-11-21 07:22:51','2025-11-21 07:22:51'),
(982404,327487,'action complete via WP Cron','2025-11-21 07:22:56','2025-11-21 07:22:56'),
(982405,327489,'action created','2025-11-21 07:22:56','2025-11-21 07:22:56'),
(982406,327470,'action started via WP Cron','2025-11-21 07:23:03','2025-11-21 07:23:03'),
(982407,327490,'action created','2025-11-21 07:23:03','2025-11-21 07:23:03'),
(982408,327470,'action complete via WP Cron','2025-11-21 07:23:03','2025-11-21 07:23:03'),
(982409,327491,'action created','2025-11-21 07:23:03','2025-11-21 07:23:03'),
(982410,327488,'action started via Async Request','2025-11-21 07:23:14','2025-11-21 07:23:14'),
(982411,327488,'action complete via Async Request','2025-11-21 07:23:14','2025-11-21 07:23:14'),
(982412,327490,'action started via Async Request','2025-11-21 07:23:31','2025-11-21 07:23:31'),
(982413,327490,'action complete via Async Request','2025-11-21 07:23:31','2025-11-21 07:23:31'),
(982414,327489,'action started via WP Cron','2025-11-21 15:25:46','2025-11-21 15:25:46'),
(982415,327492,'action created','2025-11-21 15:25:47','2025-11-21 15:25:47'),
(982416,327489,'action complete via WP Cron','2025-11-21 15:25:52','2025-11-21 15:25:52'),
(982417,327493,'action created','2025-11-21 15:25:52','2025-11-21 15:25:52'),
(982418,327484,'action started via WP Cron','2025-11-21 15:25:58','2025-11-21 15:25:58'),
(982419,327484,'action complete via WP Cron','2025-11-21 15:25:58','2025-11-21 15:25:58'),
(982420,327494,'action created','2025-11-21 15:25:58','2025-11-21 15:25:58'),
(982421,327478,'action started via Async Request','2025-11-21 15:26:10','2025-11-21 15:26:10'),
(982422,327478,'action complete via Async Request','2025-11-21 15:26:10','2025-11-21 15:26:10'),
(982423,327495,'action created','2025-11-21 15:26:10','2025-11-21 15:26:10'),
(982424,327479,'action started via Async Request','2025-11-21 15:26:26','2025-11-21 15:26:26'),
(982425,327479,'action complete via Async Request','2025-11-21 15:26:26','2025-11-21 15:26:26'),
(982426,327496,'action created','2025-11-21 15:26:26','2025-11-21 15:26:26'),
(982427,327480,'action started via Async Request','2025-11-21 15:26:42','2025-11-21 15:26:42'),
(982428,327480,'action complete via Async Request','2025-11-21 15:26:43','2025-11-21 15:26:43'),
(982429,327497,'action created','2025-11-21 15:26:43','2025-11-21 15:26:43'),
(982430,327481,'action started via WP Cron','2025-11-21 15:26:49','2025-11-21 15:26:49'),
(982431,327481,'action complete via WP Cron','2025-11-21 15:26:49','2025-11-21 15:26:49'),
(982432,327498,'action created','2025-11-21 15:26:49','2025-11-21 15:26:49'),
(982433,327492,'action started via WP Cron','2025-11-21 15:26:49','2025-11-21 15:26:49'),
(982434,327492,'action complete via WP Cron','2025-11-21 15:26:49','2025-11-21 15:26:49'),
(982435,327493,'action started via WP Cron','2025-11-21 15:33:00','2025-11-21 15:33:00'),
(982436,327493,'action complete via WP Cron','2025-11-21 15:33:00','2025-11-21 15:33:00'),
(982437,327499,'action created','2025-11-21 15:33:00','2025-11-21 15:33:00'),
(982438,327499,'action started via WP Cron','2025-11-21 15:56:12','2025-11-21 15:56:12'),
(982439,327499,'action complete via WP Cron','2025-11-21 15:56:12','2025-11-21 15:56:12'),
(982440,327500,'action created','2025-11-21 15:56:13','2025-11-21 15:56:13'),
(982441,327500,'action started via WP Cron','2025-11-22 01:38:06','2025-11-22 01:38:06'),
(982442,327501,'action created','2025-11-22 01:38:06','2025-11-22 01:38:06'),
(982443,327500,'action complete via WP Cron','2025-11-22 01:38:11','2025-11-22 01:38:11'),
(982444,327502,'action created','2025-11-22 01:38:11','2025-11-22 01:38:11'),
(982445,327501,'action started via WP Cron','2025-11-22 01:38:17','2025-11-22 01:38:17'),
(982446,327501,'action complete via WP Cron','2025-11-22 01:38:18','2025-11-22 01:38:18'),
(982447,327502,'action started via WP Cron','2025-11-22 01:41:42','2025-11-22 01:41:42'),
(982448,327503,'action created','2025-11-22 01:41:42','2025-11-22 01:41:42'),
(982449,327502,'action complete via WP Cron','2025-11-22 01:41:47','2025-11-22 01:41:47'),
(982450,327504,'action created','2025-11-22 01:41:47','2025-11-22 01:41:47'),
(982451,327503,'action started via WP Cron','2025-11-22 01:41:52','2025-11-22 01:41:52'),
(982452,327503,'action complete via WP Cron','2025-11-22 01:41:53','2025-11-22 01:41:53'),
(982453,327504,'action started via WP Cron','2025-11-22 01:52:24','2025-11-22 01:52:24'),
(982454,327504,'action complete via WP Cron','2025-11-22 01:52:24','2025-11-22 01:52:24'),
(982455,327505,'action created','2025-11-22 01:52:24','2025-11-22 01:52:24'),
(982456,327505,'action started via WP Cron','2025-11-22 02:00:39','2025-11-22 02:00:39'),
(982457,327505,'action complete via WP Cron','2025-11-22 02:00:39','2025-11-22 02:00:39'),
(982458,327506,'action created','2025-11-22 02:00:39','2025-11-22 02:00:39'),
(982459,327506,'action started via WP Cron','2025-11-22 02:06:24','2025-11-22 02:06:24'),
(982460,327506,'action complete via WP Cron','2025-11-22 02:06:25','2025-11-22 02:06:25'),
(982461,327507,'action created','2025-11-22 02:06:25','2025-11-22 02:06:25'),
(982462,327507,'action started via WP Cron','2025-11-22 02:48:29','2025-11-22 02:48:29'),
(982463,327508,'action created','2025-11-22 02:48:29','2025-11-22 02:48:29'),
(982464,327507,'action complete via WP Cron','2025-11-22 02:48:34','2025-11-22 02:48:34'),
(982465,327509,'action created','2025-11-22 02:48:34','2025-11-22 02:48:34'),
(982466,327508,'action started via WP Cron','2025-11-22 02:48:41','2025-11-22 02:48:41'),
(982467,327508,'action complete via WP Cron','2025-11-22 02:48:41','2025-11-22 02:48:41'),
(982468,327509,'action started via WP Cron','2025-11-22 02:56:29','2025-11-22 02:56:29'),
(982469,327509,'action complete via WP Cron','2025-11-22 02:56:29','2025-11-22 02:56:29'),
(982470,327510,'action created','2025-11-22 02:56:29','2025-11-22 02:56:29'),
(982471,327510,'action started via WP Cron','2025-11-22 03:05:57','2025-11-22 03:05:57'),
(982472,327510,'action complete via WP Cron','2025-11-22 03:05:57','2025-11-22 03:05:57'),
(982473,327511,'action created','2025-11-22 03:05:57','2025-11-22 03:05:57'),
(982474,327491,'action started via WP Cron','2025-11-22 03:05:57','2025-11-22 03:05:57'),
(982475,327512,'action created','2025-11-22 03:05:57','2025-11-22 03:05:57'),
(982476,327491,'action complete via WP Cron','2025-11-22 03:05:57','2025-11-22 03:05:57'),
(982477,327513,'action created','2025-11-22 03:05:57','2025-11-22 03:05:57'),
(982478,327512,'action started via WP Cron','2025-11-22 03:05:57','2025-11-22 03:05:57'),
(982479,327512,'action complete via WP Cron','2025-11-22 03:05:57','2025-11-22 03:05:57'),
(982480,327511,'action started via WP Cron','2025-11-22 03:25:49','2025-11-22 03:25:49'),
(982481,327511,'action complete via WP Cron','2025-11-22 03:25:49','2025-11-22 03:25:49'),
(982482,327514,'action created','2025-11-22 03:25:49','2025-11-22 03:25:49'),
(982483,327494,'action started via WP Cron','2025-11-22 03:26:33','2025-11-22 03:26:33'),
(982484,327494,'action complete via WP Cron','2025-11-22 03:26:33','2025-11-22 03:26:33'),
(982485,327515,'action created','2025-11-22 03:26:33','2025-11-22 03:26:33'),
(982486,327514,'action started via WP Cron','2025-11-22 03:28:53','2025-11-22 03:28:53'),
(982487,327514,'action complete via WP Cron','2025-11-22 03:28:53','2025-11-22 03:28:53'),
(982488,327516,'action created','2025-11-22 03:28:53','2025-11-22 03:28:53'),
(982489,327516,'action started via WP Cron','2025-11-22 16:39:27','2025-11-22 16:39:27'),
(982490,327516,'action complete via WP Cron','2025-11-22 16:39:27','2025-11-22 16:39:27'),
(982491,327517,'action created','2025-11-22 16:39:27','2025-11-22 16:39:27'),
(982492,327495,'action started via WP Cron','2025-11-22 16:39:27','2025-11-22 16:39:27'),
(982493,327495,'action complete via WP Cron','2025-11-22 16:39:27','2025-11-22 16:39:27'),
(982494,327518,'action created','2025-11-22 16:39:27','2025-11-22 16:39:27'),
(982495,327496,'action started via WP Cron','2025-11-22 16:39:27','2025-11-22 16:39:27'),
(982496,327496,'action complete via WP Cron','2025-11-22 16:39:27','2025-11-22 16:39:27'),
(982497,327519,'action created','2025-11-22 16:39:27','2025-11-22 16:39:27'),
(982498,327515,'action started via WP Cron','2025-11-22 16:39:27','2025-11-22 16:39:27'),
(982499,327515,'action complete via WP Cron','2025-11-22 16:39:27','2025-11-22 16:39:27'),
(982500,327520,'action created','2025-11-22 16:39:27','2025-11-22 16:39:27'),
(982501,327497,'action started via WP Cron','2025-11-22 16:39:27','2025-11-22 16:39:27'),
(982502,327497,'action complete via WP Cron','2025-11-22 16:39:27','2025-11-22 16:39:27'),
(982503,327521,'action created','2025-11-22 16:39:27','2025-11-22 16:39:27'),
(982504,327498,'action started via WP Cron','2025-11-22 16:39:27','2025-11-22 16:39:27'),
(982505,327498,'action complete via WP Cron','2025-11-22 16:39:27','2025-11-22 16:39:27'),
(982506,327522,'action created','2025-11-22 16:39:27','2025-11-22 16:39:27'),
(982507,327517,'action started via WP Cron','2025-11-22 16:57:24','2025-11-22 16:57:24'),
(982508,327517,'action complete via WP Cron','2025-11-22 16:57:24','2025-11-22 16:57:24'),
(982509,327523,'action created','2025-11-22 16:57:24','2025-11-22 16:57:24'),
(982510,327523,'action started via WP Cron','2025-11-22 21:51:09','2025-11-22 21:51:09'),
(982511,327523,'action complete via WP Cron','2025-11-22 21:51:09','2025-11-22 21:51:09'),
(982512,327524,'action created','2025-11-22 21:51:09','2025-11-22 21:51:09'),
(982513,327524,'action started via WP Cron','2025-11-22 22:33:56','2025-11-22 22:33:56'),
(982514,327524,'action complete via WP Cron','2025-11-22 22:33:56','2025-11-22 22:33:56'),
(982515,327525,'action created','2025-11-22 22:33:56','2025-11-22 22:33:56'),
(982516,327525,'action started via WP Cron','2025-11-23 01:05:43','2025-11-23 01:05:43'),
(982517,327526,'action created','2025-11-23 01:05:44','2025-11-23 01:05:44'),
(982518,327525,'action complete via WP Cron','2025-11-23 01:05:49','2025-11-23 01:05:49'),
(982519,327527,'action created','2025-11-23 01:05:49','2025-11-23 01:05:49'),
(982520,327526,'action started via WP Cron','2025-11-23 01:05:55','2025-11-23 01:05:55'),
(982521,327526,'action complete via WP Cron','2025-11-23 01:05:55','2025-11-23 01:05:55'),
(982522,327527,'action started via WP Cron','2025-11-23 21:28:55','2025-11-23 21:28:55'),
(982523,327528,'action created','2025-11-23 21:28:56','2025-11-23 21:28:56'),
(982524,327527,'action complete via WP Cron','2025-11-23 21:29:01','2025-11-23 21:29:01'),
(982525,327529,'action created','2025-11-23 21:29:01','2025-11-23 21:29:01'),
(982526,327513,'action started via WP Cron','2025-11-23 21:29:07','2025-11-23 21:29:07'),
(982527,327530,'action created','2025-11-23 21:29:07','2025-11-23 21:29:07'),
(982528,327513,'action complete via WP Cron','2025-11-23 21:29:07','2025-11-23 21:29:07'),
(982529,327531,'action created','2025-11-23 21:29:07','2025-11-23 21:29:07'),
(982530,327520,'action started via Async Request','2025-11-23 21:29:18','2025-11-23 21:29:18'),
(982531,327520,'action complete via Async Request','2025-11-23 21:29:19','2025-11-23 21:29:19'),
(982532,327532,'action created','2025-11-23 21:29:19','2025-11-23 21:29:19'),
(982533,327518,'action started via WP Cron','2025-11-23 21:29:24','2025-11-23 21:29:24'),
(982534,327518,'action complete via WP Cron','2025-11-23 21:29:24','2025-11-23 21:29:24'),
(982535,327533,'action created','2025-11-23 21:29:24','2025-11-23 21:29:24'),
(982536,327519,'action started via WP Cron','2025-11-23 21:29:24','2025-11-23 21:29:24'),
(982537,327519,'action complete via WP Cron','2025-11-23 21:29:24','2025-11-23 21:29:24'),
(982538,327534,'action created','2025-11-23 21:29:25','2025-11-23 21:29:25'),
(982539,327521,'action started via WP Cron','2025-11-23 21:29:25','2025-11-23 21:29:25'),
(982540,327521,'action complete via WP Cron','2025-11-23 21:29:25','2025-11-23 21:29:25'),
(982541,327535,'action created','2025-11-23 21:29:25','2025-11-23 21:29:25'),
(982542,327522,'action started via WP Cron','2025-11-23 21:29:25','2025-11-23 21:29:25'),
(982543,327522,'action complete via WP Cron','2025-11-23 21:29:25','2025-11-23 21:29:25'),
(982544,327536,'action created','2025-11-23 21:29:25','2025-11-23 21:29:25'),
(982545,327528,'action started via WP Cron','2025-11-23 21:29:25','2025-11-23 21:29:25'),
(982546,327528,'action complete via WP Cron','2025-11-23 21:29:25','2025-11-23 21:29:25'),
(982547,327530,'action started via WP Cron','2025-11-23 21:29:25','2025-11-23 21:29:25'),
(982548,327530,'action complete via WP Cron','2025-11-23 21:29:25','2025-11-23 21:29:25'),
(982549,327529,'action started via WP Cron','2025-11-23 21:42:06','2025-11-23 21:42:06'),
(982550,327537,'action created','2025-11-23 21:42:06','2025-11-23 21:42:06'),
(982551,327529,'action complete via WP Cron','2025-11-23 21:42:11','2025-11-23 21:42:11'),
(982552,327538,'action created','2025-11-23 21:42:11','2025-11-23 21:42:11'),
(982553,327537,'action started via WP Cron','2025-11-23 21:42:17','2025-11-23 21:42:17'),
(982554,327537,'action complete via WP Cron','2025-11-23 21:42:18','2025-11-23 21:42:18'),
(982555,327538,'action started via WP Cron','2025-11-23 21:48:00','2025-11-23 21:48:00'),
(982556,327538,'action complete via WP Cron','2025-11-23 21:48:00','2025-11-23 21:48:00'),
(982557,327539,'action created','2025-11-23 21:48:01','2025-11-23 21:48:01'),
(982558,327539,'action started via WP Cron','2025-11-23 22:02:21','2025-11-23 22:02:21'),
(982559,327539,'action complete via WP Cron','2025-11-23 22:02:21','2025-11-23 22:02:21'),
(982560,327540,'action created','2025-11-23 22:02:21','2025-11-23 22:02:21'),
(982561,327540,'action started via WP Cron','2025-11-23 22:52:54','2025-11-23 22:52:54'),
(982562,327541,'action created','2025-11-23 22:52:54','2025-11-23 22:52:54'),
(982563,327540,'action complete via WP Cron','2025-11-23 22:52:59','2025-11-23 22:52:59'),
(982564,327542,'action created','2025-11-23 22:52:59','2025-11-23 22:52:59'),
(982565,327541,'action started via WP Cron','2025-11-23 22:53:05','2025-11-23 22:53:05'),
(982566,327541,'action complete via WP Cron','2025-11-23 22:53:06','2025-11-23 22:53:06'),
(982567,327542,'action started via WP Cron','2025-11-23 23:41:19','2025-11-23 23:41:19'),
(982568,327542,'action complete via WP Cron','2025-11-23 23:41:19','2025-11-23 23:41:19'),
(982569,327543,'action created','2025-11-23 23:41:19','2025-11-23 23:41:19'),
(982570,327543,'action started via WP Cron','2025-11-23 23:48:37','2025-11-23 23:48:37'),
(982571,327543,'action complete via WP Cron','2025-11-23 23:48:37','2025-11-23 23:48:37'),
(982572,327544,'action created','2025-11-23 23:48:37','2025-11-23 23:48:37'),
(982573,327544,'action started via WP Cron','2025-11-23 23:51:57','2025-11-23 23:51:57'),
(982574,327544,'action complete via WP Cron','2025-11-23 23:51:57','2025-11-23 23:51:57'),
(982575,327545,'action created','2025-11-23 23:51:57','2025-11-23 23:51:57'),
(982576,327545,'action started via WP Cron','2025-11-24 00:22:13','2025-11-24 00:22:13'),
(982577,327545,'action complete via WP Cron','2025-11-24 00:22:13','2025-11-24 00:22:13'),
(982578,327546,'action created','2025-11-24 00:22:13','2025-11-24 00:22:13'),
(982579,327546,'action started via WP Cron','2025-11-24 00:32:54','2025-11-24 00:32:54'),
(982580,327546,'action complete via WP Cron','2025-11-24 00:32:54','2025-11-24 00:32:54'),
(982581,327547,'action created','2025-11-24 00:32:54','2025-11-24 00:32:54'),
(982582,327547,'action started via WP Cron','2025-11-24 00:52:33','2025-11-24 00:52:33'),
(982583,327547,'action complete via WP Cron','2025-11-24 00:52:33','2025-11-24 00:52:33'),
(982584,327548,'action created','2025-11-24 00:52:33','2025-11-24 00:52:33'),
(982585,327548,'action started via WP Cron','2025-11-24 01:15:20','2025-11-24 01:15:20'),
(982586,327548,'action complete via WP Cron','2025-11-24 01:15:20','2025-11-24 01:15:20'),
(982587,327549,'action created','2025-11-24 01:15:20','2025-11-24 01:15:20'),
(982588,327549,'action started via WP Cron','2025-11-24 01:18:17','2025-11-24 01:18:17'),
(982589,327549,'action complete via WP Cron','2025-11-24 01:18:17','2025-11-24 01:18:17'),
(982590,327550,'action created','2025-11-24 01:18:17','2025-11-24 01:18:17'),
(982591,327550,'action started via WP Cron','2025-11-24 01:21:31','2025-11-24 01:21:31'),
(982592,327550,'action complete via WP Cron','2025-11-24 01:21:31','2025-11-24 01:21:31'),
(982593,327551,'action created','2025-11-24 01:21:31','2025-11-24 01:21:31'),
(982594,327551,'action started via WP Cron','2025-11-24 01:25:59','2025-11-24 01:25:59'),
(982595,327551,'action complete via WP Cron','2025-11-24 01:25:59','2025-11-24 01:25:59'),
(982596,327552,'action created','2025-11-24 01:25:59','2025-11-24 01:25:59'),
(982597,327552,'action started via WP Cron','2025-11-24 01:30:16','2025-11-24 01:30:16'),
(982598,327552,'action complete via WP Cron','2025-11-24 01:30:16','2025-11-24 01:30:16'),
(982599,327553,'action created','2025-11-24 01:30:16','2025-11-24 01:30:16'),
(982600,327553,'action started via WP Cron','2025-11-24 08:06:19','2025-11-24 08:06:19'),
(982601,327553,'action complete via WP Cron','2025-11-24 08:06:19','2025-11-24 08:06:19'),
(982602,327554,'action created','2025-11-24 08:06:19','2025-11-24 08:06:19'),
(982603,327531,'action started via WP Cron','2025-11-24 08:06:19','2025-11-24 08:06:19'),
(982604,327555,'action created','2025-11-24 08:06:19','2025-11-24 08:06:19'),
(982605,327531,'action complete via WP Cron','2025-11-24 08:06:19','2025-11-24 08:06:19'),
(982606,327556,'action created','2025-11-24 08:06:19','2025-11-24 08:06:19'),
(982607,327555,'action started via WP Cron','2025-11-24 08:06:19','2025-11-24 08:06:19'),
(982608,327555,'action complete via WP Cron','2025-11-24 08:06:19','2025-11-24 08:06:19'),
(982609,327554,'action started via WP Cron','2025-11-24 09:28:48','2025-11-24 09:28:48'),
(982610,327554,'action complete via WP Cron','2025-11-24 09:28:48','2025-11-24 09:28:48'),
(982611,327557,'action created','2025-11-24 09:28:48','2025-11-24 09:28:48'),
(982612,327532,'action started via WP Cron','2025-11-24 11:30:08','2025-11-24 11:30:08'),
(982613,327532,'action complete via WP Cron','2025-11-24 11:30:08','2025-11-24 11:30:08'),
(982614,327558,'action created','2025-11-24 11:30:08','2025-11-24 11:30:08'),
(982615,327557,'action started via WP Cron','2025-11-24 11:30:08','2025-11-24 11:30:08'),
(982616,327559,'action created','2025-11-24 11:30:08','2025-11-24 11:30:08'),
(982617,327557,'action complete via WP Cron','2025-11-24 11:30:13','2025-11-24 11:30:13'),
(982618,327560,'action created','2025-11-24 11:30:13','2025-11-24 11:30:13'),
(982619,327559,'action started via WP Cron','2025-11-24 11:30:13','2025-11-24 11:30:13'),
(982620,327559,'action complete via WP Cron','2025-11-24 11:30:13','2025-11-24 11:30:13'),
(982621,327560,'action started via WP Cron','2025-11-24 11:53:00','2025-11-24 11:53:00'),
(982622,327561,'action created','2025-11-24 11:53:00','2025-11-24 11:53:00'),
(982623,327560,'action complete via WP Cron','2025-11-24 11:53:05','2025-11-24 11:53:05'),
(982624,327562,'action created','2025-11-24 11:53:06','2025-11-24 11:53:06'),
(982625,327561,'action started via WP Cron','2025-11-24 11:53:12','2025-11-24 11:53:12'),
(982626,327561,'action complete via WP Cron','2025-11-24 11:53:12','2025-11-24 11:53:12'),
(982627,327562,'action started via WP Cron','2025-11-24 12:04:23','2025-11-24 12:04:23'),
(982628,327562,'action complete via WP Cron','2025-11-24 12:04:23','2025-11-24 12:04:23'),
(982629,327563,'action created','2025-11-24 12:04:23','2025-11-24 12:04:23'),
(982630,327563,'action started via WP Cron','2025-11-24 17:43:50','2025-11-24 17:43:50'),
(982631,327564,'action created','2025-11-24 17:43:50','2025-11-24 17:43:50'),
(982632,327563,'action complete via WP Cron','2025-11-24 17:43:55','2025-11-24 17:43:55'),
(982633,327565,'action created','2025-11-24 17:43:55','2025-11-24 17:43:55'),
(982634,327564,'action started via WP Cron','2025-11-24 17:44:01','2025-11-24 17:44:01'),
(982635,327564,'action complete via WP Cron','2025-11-24 17:44:02','2025-11-24 17:44:02'),
(982636,327565,'action started via WP Cron','2025-11-24 18:11:07','2025-11-24 18:11:07'),
(982637,327565,'action complete via WP Cron','2025-11-24 18:11:07','2025-11-24 18:11:07'),
(982638,327566,'action created','2025-11-24 18:11:07','2025-11-24 18:11:07'),
(982639,327566,'action started via WP Cron','2025-11-24 18:59:15','2025-11-24 18:59:15'),
(982640,327566,'action complete via WP Cron','2025-11-24 18:59:15','2025-11-24 18:59:15'),
(982641,327567,'action created','2025-11-24 18:59:15','2025-11-24 18:59:15'),
(982642,327567,'action started via WP Cron','2025-11-24 20:08:59','2025-11-24 20:08:59'),
(982643,327567,'action complete via WP Cron','2025-11-24 20:08:59','2025-11-24 20:08:59'),
(982644,327568,'action created','2025-11-24 20:08:59','2025-11-24 20:08:59'),
(982645,327568,'action started via WP Cron','2025-11-24 22:41:50','2025-11-24 22:41:50'),
(982646,327569,'action created','2025-11-24 22:41:50','2025-11-24 22:41:50'),
(982647,327568,'action complete via WP Cron','2025-11-24 22:41:55','2025-11-24 22:41:55'),
(982648,327570,'action created','2025-11-24 22:41:56','2025-11-24 22:41:56'),
(982649,327533,'action started via WP Cron','2025-11-24 22:42:02','2025-11-24 22:42:02'),
(982650,327533,'action complete via WP Cron','2025-11-24 22:42:02','2025-11-24 22:42:02'),
(982651,327571,'action created','2025-11-24 22:42:02','2025-11-24 22:42:02'),
(982652,327534,'action started via Async Request','2025-11-24 22:42:13','2025-11-24 22:42:13'),
(982653,327534,'action complete via Async Request','2025-11-24 22:42:13','2025-11-24 22:42:13'),
(982654,327572,'action created','2025-11-24 22:42:13','2025-11-24 22:42:13'),
(982655,327535,'action started via WP Cron','2025-11-24 22:42:20','2025-11-24 22:42:20'),
(982656,327535,'action complete via WP Cron','2025-11-24 22:42:20','2025-11-24 22:42:20'),
(982657,327573,'action created','2025-11-24 22:42:20','2025-11-24 22:42:20'),
(982658,327536,'action started via WP Cron','2025-11-24 22:42:20','2025-11-24 22:42:20'),
(982659,327536,'action complete via WP Cron','2025-11-24 22:42:20','2025-11-24 22:42:20'),
(982660,327574,'action created','2025-11-24 22:42:20','2025-11-24 22:42:20'),
(982661,327569,'action started via WP Cron','2025-11-24 22:42:20','2025-11-24 22:42:20'),
(982662,327569,'action complete via WP Cron','2025-11-24 22:42:20','2025-11-24 22:42:20'),
(982663,327570,'action started via WP Cron','2025-11-24 23:43:08','2025-11-24 23:43:08'),
(982664,327575,'action created','2025-11-24 23:43:09','2025-11-24 23:43:09'),
(982665,327570,'action complete via WP Cron','2025-11-24 23:43:14','2025-11-24 23:43:14'),
(982666,327576,'action created','2025-11-24 23:43:14','2025-11-24 23:43:14'),
(982667,327558,'action started via WP Cron','2025-11-24 23:43:20','2025-11-24 23:43:20'),
(982668,327558,'action complete via WP Cron','2025-11-24 23:43:20','2025-11-24 23:43:20'),
(982669,327577,'action created','2025-11-24 23:43:20','2025-11-24 23:43:20'),
(982670,327575,'action started via Async Request','2025-11-24 23:43:30','2025-11-24 23:43:30'),
(982671,327575,'action complete via Async Request','2025-11-24 23:43:31','2025-11-24 23:43:31'),
(982672,327576,'action started via Async Request','2025-11-24 23:46:57','2025-11-24 23:46:57'),
(982673,327576,'action complete via Async Request','2025-11-24 23:46:58','2025-11-24 23:46:58'),
(982674,327578,'action created','2025-11-24 23:46:58','2025-11-24 23:46:58'),
(982675,327578,'action started via Async Request','2025-11-24 23:49:21','2025-11-24 23:49:21'),
(982676,327578,'action complete via Async Request','2025-11-24 23:49:21','2025-11-24 23:49:21'),
(982677,327579,'action created','2025-11-24 23:49:21','2025-11-24 23:49:21'),
(982678,327579,'action started via WP Cron','2025-11-24 23:52:07','2025-11-24 23:52:07'),
(982679,327579,'action complete via WP Cron','2025-11-24 23:52:07','2025-11-24 23:52:07'),
(982680,327580,'action created','2025-11-24 23:52:07','2025-11-24 23:52:07'),
(982681,327580,'action started via WP Cron','2025-11-24 23:54:08','2025-11-24 23:54:08'),
(982682,327580,'action complete via WP Cron','2025-11-24 23:54:08','2025-11-24 23:54:08'),
(982683,327581,'action created','2025-11-24 23:54:08','2025-11-24 23:54:08'),
(982684,327581,'action started via Async Request','2025-11-24 23:56:19','2025-11-24 23:56:19'),
(982685,327581,'action complete via Async Request','2025-11-24 23:56:19','2025-11-24 23:56:19'),
(982686,327582,'action created','2025-11-24 23:56:19','2025-11-24 23:56:19'),
(982687,327582,'action started via WP Cron','2025-11-24 23:58:37','2025-11-24 23:58:37'),
(982688,327582,'action complete via WP Cron','2025-11-24 23:58:37','2025-11-24 23:58:37'),
(982689,327583,'action created','2025-11-24 23:58:38','2025-11-24 23:58:38'),
(982690,327583,'action started via WP Cron','2025-11-25 00:02:41','2025-11-25 00:02:41'),
(982691,327584,'action created','2025-11-25 00:02:41','2025-11-25 00:02:41'),
(982692,327583,'action complete via WP Cron','2025-11-25 00:02:47','2025-11-25 00:02:47'),
(982693,327585,'action created','2025-11-25 00:02:47','2025-11-25 00:02:47'),
(982694,327584,'action started via WP Cron','2025-11-25 00:02:53','2025-11-25 00:02:53'),
(982695,327584,'action complete via WP Cron','2025-11-25 00:02:53','2025-11-25 00:02:53'),
(982696,327585,'action started via WP Cron','2025-11-25 00:05:24','2025-11-25 00:05:24'),
(982697,327585,'action complete via WP Cron','2025-11-25 00:05:24','2025-11-25 00:05:24'),
(982698,327586,'action created','2025-11-25 00:05:24','2025-11-25 00:05:24'),
(982699,327586,'action started via WP Cron','2025-11-25 00:07:31','2025-11-25 00:07:31'),
(982700,327586,'action complete via WP Cron','2025-11-25 00:07:31','2025-11-25 00:07:31'),
(982701,327587,'action created','2025-11-25 00:07:31','2025-11-25 00:07:31'),
(982702,327587,'action started via WP Cron','2025-11-25 00:09:34','2025-11-25 00:09:34'),
(982703,327587,'action complete via WP Cron','2025-11-25 00:09:34','2025-11-25 00:09:34'),
(982704,327588,'action created','2025-11-25 00:09:34','2025-11-25 00:09:34'),
(982705,327588,'action started via Async Request','2025-11-25 00:11:50','2025-11-25 00:11:50'),
(982706,327588,'action complete via Async Request','2025-11-25 00:11:50','2025-11-25 00:11:50'),
(982707,327589,'action created','2025-11-25 00:11:50','2025-11-25 00:11:50'),
(982708,327589,'action started via Async Request','2025-11-25 00:14:05','2025-11-25 00:14:05'),
(982709,327589,'action complete via Async Request','2025-11-25 00:14:05','2025-11-25 00:14:05'),
(982710,327590,'action created','2025-11-25 00:14:05','2025-11-25 00:14:05'),
(982711,327590,'action started via WP Cron','2025-11-25 00:16:45','2025-11-25 00:16:45'),
(982712,327590,'action complete via WP Cron','2025-11-25 00:16:46','2025-11-25 00:16:46'),
(982713,327591,'action created','2025-11-25 00:16:46','2025-11-25 00:16:46'),
(982714,327591,'action started via WP Cron','2025-11-25 00:18:47','2025-11-25 00:18:47'),
(982715,327591,'action complete via WP Cron','2025-11-25 00:18:47','2025-11-25 00:18:47'),
(982716,327592,'action created','2025-11-25 00:18:47','2025-11-25 00:18:47'),
(982717,327592,'action started via WP Cron','2025-11-25 00:25:50','2025-11-25 00:25:50'),
(982718,327592,'action complete via WP Cron','2025-11-25 00:25:50','2025-11-25 00:25:50'),
(982719,327593,'action created','2025-11-25 00:25:50','2025-11-25 00:25:50'),
(982720,327593,'action started via WP Cron','2025-11-25 00:40:02','2025-11-25 00:40:02'),
(982721,327594,'action created','2025-11-25 00:40:02','2025-11-25 00:40:02'),
(982722,327593,'action complete via WP Cron','2025-11-25 00:40:07','2025-11-25 00:40:07'),
(982723,327595,'action created','2025-11-25 00:40:07','2025-11-25 00:40:07'),
(982724,327594,'action started via WP Cron','2025-11-25 00:40:16','2025-11-25 00:40:16'),
(982725,327594,'action complete via WP Cron','2025-11-25 00:40:16','2025-11-25 00:40:16'),
(982726,327595,'action started via WP Cron','2025-11-25 00:55:45','2025-11-25 00:55:45'),
(982727,327595,'action complete via WP Cron','2025-11-25 00:55:45','2025-11-25 00:55:45'),
(982728,327596,'action created','2025-11-25 00:55:45','2025-11-25 00:55:45'),
(982729,327596,'action started via WP Cron','2025-11-25 02:22:15','2025-11-25 02:22:15'),
(982730,327596,'action complete via WP Cron','2025-11-25 02:22:15','2025-11-25 02:22:15'),
(982731,327597,'action created','2025-11-25 02:22:15','2025-11-25 02:22:15'),
(982732,327597,'action started via WP Cron','2025-11-25 02:35:25','2025-11-25 02:35:25'),
(982733,327597,'action complete via WP Cron','2025-11-25 02:35:25','2025-11-25 02:35:25'),
(982734,327598,'action created','2025-11-25 02:35:25','2025-11-25 02:35:25'),
(982735,327598,'action started via WP Cron','2025-11-25 02:49:45','2025-11-25 02:49:45'),
(982736,327598,'action complete via WP Cron','2025-11-25 02:49:45','2025-11-25 02:49:45'),
(982737,327599,'action created','2025-11-25 02:49:46','2025-11-25 02:49:46'),
(982738,327599,'action started via WP Cron','2025-11-25 06:36:58','2025-11-25 06:36:58'),
(982739,327599,'action complete via WP Cron','2025-11-25 06:36:58','2025-11-25 06:36:58'),
(982740,327600,'action created','2025-11-25 06:36:58','2025-11-25 06:36:58'),
(982741,327556,'action started via WP Cron','2025-11-25 06:36:58','2025-11-25 06:36:58'),
(982742,327601,'action created','2025-11-25 06:36:58','2025-11-25 06:36:58'),
(982743,327556,'action complete via WP Cron','2025-11-25 06:36:58','2025-11-25 06:36:58'),
(982744,327602,'action created','2025-11-25 06:36:58','2025-11-25 06:36:58'),
(982745,327601,'action started via WP Cron','2025-11-25 06:36:58','2025-11-25 06:36:58'),
(982746,327601,'action complete via WP Cron','2025-11-25 06:36:58','2025-11-25 06:36:58'),
(982747,327600,'action started via WP Cron','2025-11-25 10:58:07','2025-11-25 10:58:07'),
(982748,327603,'action created','2025-11-25 10:58:07','2025-11-25 10:58:07'),
(982749,327600,'action complete via WP Cron','2025-11-25 10:58:12','2025-11-25 10:58:12'),
(982750,327604,'action created','2025-11-25 10:58:12','2025-11-25 10:58:12'),
(982751,327603,'action started via WP Cron','2025-11-25 10:58:18','2025-11-25 10:58:18'),
(982752,327603,'action complete via WP Cron','2025-11-25 10:58:19','2025-11-25 10:58:19'),
(982753,327604,'action started via WP Cron','2025-11-25 11:00:47','2025-11-25 11:00:47'),
(982754,327605,'action created','2025-11-25 11:00:48','2025-11-25 11:00:48'),
(982755,327604,'action complete via WP Cron','2025-11-25 11:00:53','2025-11-25 11:00:53'),
(982756,327606,'action created','2025-11-25 11:00:53','2025-11-25 11:00:53'),
(982757,327605,'action started via WP Cron','2025-11-25 11:01:00','2025-11-25 11:01:00'),
(982758,327605,'action complete via WP Cron','2025-11-25 11:01:01','2025-11-25 11:01:01'),
(982759,327606,'action started via WP Cron','2025-11-25 11:51:19','2025-11-25 11:51:19'),
(982760,327607,'action created','2025-11-25 11:51:19','2025-11-25 11:51:19'),
(982761,327606,'action complete via WP Cron','2025-11-25 11:51:24','2025-11-25 11:51:24'),
(982762,327608,'action created','2025-11-25 11:51:24','2025-11-25 11:51:24'),
(982763,327577,'action started via WP Cron','2025-11-25 11:51:31','2025-11-25 11:51:31'),
(982764,327577,'action complete via WP Cron','2025-11-25 11:51:31','2025-11-25 11:51:31'),
(982765,327609,'action created','2025-11-25 11:51:31','2025-11-25 11:51:31'),
(982766,327607,'action started via Async Request','2025-11-25 11:51:42','2025-11-25 11:51:42'),
(982767,327607,'action complete via Async Request','2025-11-25 11:51:42','2025-11-25 11:51:42'),
(982768,327608,'action started via WP Cron','2025-11-25 14:51:48','2025-11-25 14:51:48'),
(982769,327608,'action complete via WP Cron','2025-11-25 14:51:48','2025-11-25 14:51:48'),
(982770,327610,'action created','2025-11-25 14:51:48','2025-11-25 14:51:48'),
(982771,327610,'action started via WP Cron','2025-11-25 16:34:04','2025-11-25 16:34:04'),
(982772,327610,'action complete via WP Cron','2025-11-25 16:34:04','2025-11-25 16:34:04'),
(982773,327611,'action created','2025-11-25 16:34:04','2025-11-25 16:34:04'),
(982774,327611,'action started via WP Cron','2025-11-25 17:35:15','2025-11-25 17:35:15'),
(982775,327611,'action complete via WP Cron','2025-11-25 17:35:15','2025-11-25 17:35:15'),
(982776,327612,'action created','2025-11-25 17:35:16','2025-11-25 17:35:16'),
(982777,327612,'action started via WP Cron','2025-11-25 18:40:41','2025-11-25 18:40:41'),
(982778,327612,'action complete via WP Cron','2025-11-25 18:40:41','2025-11-25 18:40:41'),
(982779,327613,'action created','2025-11-25 18:40:41','2025-11-25 18:40:41'),
(982780,327613,'action started via WP Cron','2025-11-25 20:00:13','2025-11-25 20:00:13'),
(982781,327613,'action complete via WP Cron','2025-11-25 20:00:13','2025-11-25 20:00:13'),
(982782,327614,'action created','2025-11-25 20:00:13','2025-11-25 20:00:13'),
(982783,327614,'action started via WP Cron','2025-11-25 21:57:59','2025-11-25 21:57:59'),
(982784,327614,'action complete via WP Cron','2025-11-25 21:57:59','2025-11-25 21:57:59'),
(982785,327615,'action created','2025-11-25 21:58:00','2025-11-25 21:58:00'),
(982786,327615,'action started via WP Cron','2025-11-26 01:22:31','2025-11-26 01:22:31'),
(982787,327616,'action created','2025-11-26 01:22:31','2025-11-26 01:22:31'),
(982788,327615,'action complete via WP Cron','2025-11-26 01:22:36','2025-11-26 01:22:36'),
(982789,327617,'action created','2025-11-26 01:22:36','2025-11-26 01:22:36'),
(982790,327571,'action started via WP Cron','2025-11-26 01:22:42','2025-11-26 01:22:42'),
(982791,327571,'action complete via WP Cron','2025-11-26 01:22:42','2025-11-26 01:22:42'),
(982792,327618,'action created','2025-11-26 01:22:42','2025-11-26 01:22:42'),
(982793,327572,'action started via Async Request','2025-11-26 01:22:53','2025-11-26 01:22:53'),
(982794,327572,'action complete via Async Request','2025-11-26 01:22:53','2025-11-26 01:22:53'),
(982795,327619,'action created','2025-11-26 01:22:53','2025-11-26 01:22:53'),
(982796,327573,'action started via Async Request','2025-11-26 01:23:10','2025-11-26 01:23:10'),
(982797,327573,'action complete via Async Request','2025-11-26 01:23:10','2025-11-26 01:23:10'),
(982798,327620,'action created','2025-11-26 01:23:10','2025-11-26 01:23:10'),
(982799,327574,'action started via Async Request','2025-11-26 01:23:26','2025-11-26 01:23:26'),
(982800,327574,'action complete via Async Request','2025-11-26 01:23:26','2025-11-26 01:23:26'),
(982801,327621,'action created','2025-11-26 01:23:26','2025-11-26 01:23:26'),
(982802,327609,'action started via Async Request','2025-11-26 01:23:43','2025-11-26 01:23:43'),
(982803,327609,'action complete via Async Request','2025-11-26 01:23:43','2025-11-26 01:23:43'),
(982804,327622,'action created','2025-11-26 01:23:43','2025-11-26 01:23:43'),
(982805,327616,'action started via WP Cron','2025-11-26 01:23:50','2025-11-26 01:23:50'),
(982806,327616,'action complete via WP Cron','2025-11-26 01:23:51','2025-11-26 01:23:51'),
(982807,327617,'action started via WP Cron','2025-11-26 01:27:45','2025-11-26 01:27:45'),
(982808,327617,'action complete via WP Cron','2025-11-26 01:27:45','2025-11-26 01:27:45'),
(982809,327623,'action created','2025-11-26 01:27:45','2025-11-26 01:27:45'),
(982810,327623,'action started via WP Cron','2025-11-26 01:30:01','2025-11-26 01:30:01'),
(982811,327623,'action complete via WP Cron','2025-11-26 01:30:01','2025-11-26 01:30:01'),
(982812,327624,'action created','2025-11-26 01:30:01','2025-11-26 01:30:01'),
(982813,327624,'action started via WP Cron','2025-11-26 01:42:39','2025-11-26 01:42:39'),
(982814,327625,'action created','2025-11-26 01:42:39','2025-11-26 01:42:39'),
(982815,327624,'action complete via WP Cron','2025-11-26 01:42:44','2025-11-26 01:42:44'),
(982816,327626,'action created','2025-11-26 01:42:44','2025-11-26 01:42:44'),
(982817,327625,'action started via WP Cron','2025-11-26 01:42:51','2025-11-26 01:42:51'),
(982818,327625,'action complete via WP Cron','2025-11-26 01:42:51','2025-11-26 01:42:51'),
(982819,327626,'action started via WP Cron','2025-11-26 02:12:59','2025-11-26 02:12:59'),
(982820,327626,'action complete via WP Cron','2025-11-26 02:12:59','2025-11-26 02:12:59'),
(982821,327627,'action created','2025-11-26 02:12:59','2025-11-26 02:12:59'),
(982822,327627,'action started via WP Cron','2025-11-26 02:16:42','2025-11-26 02:16:42'),
(982823,327627,'action complete via WP Cron','2025-11-26 02:16:42','2025-11-26 02:16:42'),
(982824,327628,'action created','2025-11-26 02:16:42','2025-11-26 02:16:42'),
(982825,327628,'action started via WP Cron','2025-11-26 02:19:39','2025-11-26 02:19:39'),
(982826,327628,'action complete via WP Cron','2025-11-26 02:19:40','2025-11-26 02:19:40'),
(982827,327629,'action created','2025-11-26 02:19:40','2025-11-26 02:19:40'),
(982828,327629,'action started via WP Cron','2025-11-26 02:21:55','2025-11-26 02:21:55'),
(982829,327629,'action complete via WP Cron','2025-11-26 02:21:56','2025-11-26 02:21:56'),
(982830,327630,'action created','2025-11-26 02:21:56','2025-11-26 02:21:56'),
(982831,327630,'action started via WP Cron','2025-11-26 02:27:50','2025-11-26 02:27:50'),
(982832,327630,'action complete via WP Cron','2025-11-26 02:27:50','2025-11-26 02:27:50'),
(982833,327631,'action created','2025-11-26 02:27:50','2025-11-26 02:27:50'),
(982834,327631,'action started via WP Cron','2025-11-26 02:40:53','2025-11-26 02:40:53'),
(982835,327631,'action complete via WP Cron','2025-11-26 02:40:53','2025-11-26 02:40:53'),
(982836,327632,'action created','2025-11-26 02:40:53','2025-11-26 02:40:53'),
(982837,327632,'action started via WP Cron','2025-11-26 03:11:25','2025-11-26 03:11:25'),
(982838,327632,'action complete via WP Cron','2025-11-26 03:11:25','2025-11-26 03:11:25'),
(982839,327633,'action created','2025-11-26 03:11:25','2025-11-26 03:11:25'),
(982840,327602,'action started via WP Cron','2025-11-26 03:11:25','2025-11-26 03:11:25'),
(982841,327634,'action created','2025-11-26 03:11:25','2025-11-26 03:11:25'),
(982842,327602,'action complete via WP Cron','2025-11-26 03:11:25','2025-11-26 03:11:25'),
(982843,327635,'action created','2025-11-26 03:11:25','2025-11-26 03:11:25'),
(982844,327634,'action started via WP Cron','2025-11-26 03:11:25','2025-11-26 03:11:25'),
(982845,327634,'action complete via WP Cron','2025-11-26 03:11:25','2025-11-26 03:11:25'),
(982846,327633,'action started via WP Cron','2025-11-26 03:23:37','2025-11-26 03:23:37'),
(982847,327633,'action complete via WP Cron','2025-11-26 03:23:37','2025-11-26 03:23:37'),
(982848,327636,'action created','2025-11-26 03:23:37','2025-11-26 03:23:37'),
(982849,327636,'action started via WP Cron','2025-11-26 03:42:24','2025-11-26 03:42:24'),
(982850,327636,'action complete via WP Cron','2025-11-26 03:42:24','2025-11-26 03:42:24'),
(982851,327637,'action created','2025-11-26 03:42:24','2025-11-26 03:42:24'),
(982852,327637,'action started via WP Cron','2025-11-26 04:59:58','2025-11-26 04:59:58'),
(982853,327637,'action complete via WP Cron','2025-11-26 04:59:59','2025-11-26 04:59:59'),
(982854,327638,'action created','2025-11-26 04:59:59','2025-11-26 04:59:59'),
(982855,327638,'action started via WP Cron','2025-11-26 07:49:03','2025-11-26 07:49:03'),
(982856,327639,'action created','2025-11-26 07:49:03','2025-11-26 07:49:03'),
(982857,327638,'action complete via WP Cron','2025-11-26 07:49:08','2025-11-26 07:49:08'),
(982858,327640,'action created','2025-11-26 07:49:08','2025-11-26 07:49:08'),
(982859,327639,'action started via WP Cron','2025-11-26 07:49:14','2025-11-26 07:49:14'),
(982860,327639,'action complete via WP Cron','2025-11-26 07:49:15','2025-11-26 07:49:15'),
(982861,327640,'action started via WP Cron','2025-11-26 11:42:40','2025-11-26 11:42:40'),
(982862,327641,'action created','2025-11-26 11:42:40','2025-11-26 11:42:40'),
(982863,327640,'action complete via WP Cron','2025-11-26 11:42:45','2025-11-26 11:42:45'),
(982864,327642,'action created','2025-11-26 11:42:45','2025-11-26 11:42:45'),
(982865,327641,'action started via WP Cron','2025-11-26 11:42:52','2025-11-26 11:42:52'),
(982866,327641,'action complete via WP Cron','2025-11-26 11:42:52','2025-11-26 11:42:52'),
(982867,327642,'action started via WP Cron','2025-11-26 11:49:16','2025-11-26 11:49:16'),
(982868,327642,'action complete via WP Cron','2025-11-26 11:49:16','2025-11-26 11:49:16'),
(982869,327643,'action created','2025-11-26 11:49:16','2025-11-26 11:49:16'),
(982870,327643,'action started via WP Cron','2025-11-26 14:24:00','2025-11-26 14:24:00'),
(982871,327643,'action complete via WP Cron','2025-11-26 14:24:00','2025-11-26 14:24:00'),
(982872,327644,'action created','2025-11-26 14:24:00','2025-11-26 14:24:00'),
(982873,327622,'action started via WP Cron','2025-11-26 14:24:00','2025-11-26 14:24:00'),
(982874,327622,'action complete via WP Cron','2025-11-26 14:24:00','2025-11-26 14:24:00'),
(982875,327645,'action created','2025-11-26 14:24:00','2025-11-26 14:24:00'),
(982876,327644,'action started via WP Cron','2025-11-26 17:33:49','2025-11-26 17:33:49'),
(982877,327644,'action complete via WP Cron','2025-11-26 17:33:50','2025-11-26 17:33:50'),
(982878,327646,'action created','2025-11-26 17:33:50','2025-11-26 17:33:50'),
(982879,327646,'action started via WP Cron','2025-11-26 20:57:29','2025-11-26 20:57:29'),
(982880,327646,'action complete via WP Cron','2025-11-26 20:57:29','2025-11-26 20:57:29'),
(982881,327647,'action created','2025-11-26 20:57:29','2025-11-26 20:57:29'),
(982882,327647,'action started via WP Cron','2025-11-27 01:01:31','2025-11-27 01:01:31'),
(982883,327647,'action complete via WP Cron','2025-11-27 01:01:32','2025-11-27 01:01:32'),
(982884,327648,'action created','2025-11-27 01:01:32','2025-11-27 01:01:32'),
(982885,327456,'action started via Async Request','2025-11-27 01:01:36','2025-11-27 01:01:36'),
(982886,327456,'action complete via Async Request','2025-11-27 01:01:36','2025-11-27 01:01:36'),
(982887,327649,'action created','2025-11-27 01:01:36','2025-11-27 01:01:36'),
(982888,327648,'action started via WP Cron','2025-11-27 06:53:22','2025-11-27 06:53:22'),
(982889,327650,'action created','2025-11-27 06:53:22','2025-11-27 06:53:22'),
(982890,327648,'action complete via WP Cron','2025-11-27 06:53:27','2025-11-27 06:53:27'),
(982891,327651,'action created','2025-11-27 06:53:27','2025-11-27 06:53:27'),
(982892,327618,'action started via WP Cron','2025-11-27 06:53:33','2025-11-27 06:53:33'),
(982893,327618,'action complete via WP Cron','2025-11-27 06:53:33','2025-11-27 06:53:33'),
(982894,327652,'action created','2025-11-27 06:53:33','2025-11-27 06:53:33'),
(982895,327619,'action started via Async Request','2025-11-27 06:53:44','2025-11-27 06:53:44'),
(982896,327619,'action complete via Async Request','2025-11-27 06:53:44','2025-11-27 06:53:44'),
(982897,327653,'action created','2025-11-27 06:53:44','2025-11-27 06:53:44'),
(982898,327620,'action started via Async Request','2025-11-27 06:54:00','2025-11-27 06:54:00'),
(982899,327620,'action complete via Async Request','2025-11-27 06:54:00','2025-11-27 06:54:00'),
(982900,327654,'action created','2025-11-27 06:54:01','2025-11-27 06:54:01'),
(982901,327621,'action started via Async Request','2025-11-27 06:54:20','2025-11-27 06:54:20'),
(982902,327621,'action complete via Async Request','2025-11-27 06:54:20','2025-11-27 06:54:20'),
(982903,327655,'action created','2025-11-27 06:54:20','2025-11-27 06:54:20'),
(982904,327645,'action started via WP Cron','2025-11-27 06:54:27','2025-11-27 06:54:27'),
(982905,327645,'action complete via WP Cron','2025-11-27 06:54:27','2025-11-27 06:54:27'),
(982906,327656,'action created','2025-11-27 06:54:27','2025-11-27 06:54:27'),
(982907,327635,'action started via WP Cron','2025-11-27 06:54:27','2025-11-27 06:54:27'),
(982908,327657,'action created','2025-11-27 06:54:27','2025-11-27 06:54:27'),
(982909,327635,'action complete via WP Cron','2025-11-27 06:54:27','2025-11-27 06:54:27'),
(982910,327658,'action created','2025-11-27 06:54:27','2025-11-27 06:54:27'),
(982911,327650,'action started via WP Cron','2025-11-27 06:54:27','2025-11-27 06:54:27'),
(982912,327650,'action complete via WP Cron','2025-11-27 06:54:28','2025-11-27 06:54:28'),
(982913,327657,'action started via WP Cron','2025-11-27 06:54:28','2025-11-27 06:54:28'),
(982914,327657,'action complete via WP Cron','2025-11-27 06:54:28','2025-11-27 06:54:28'),
(982915,327651,'action started via WP Cron','2025-11-27 07:21:48','2025-11-27 07:21:48'),
(982916,327651,'action complete via WP Cron','2025-11-27 07:21:48','2025-11-27 07:21:48'),
(982917,327659,'action created','2025-11-27 07:21:48','2025-11-27 07:21:48'),
(982918,327659,'action started via WP Cron','2025-11-27 20:42:21','2025-11-27 20:42:21'),
(982919,327660,'action created','2025-11-27 20:42:21','2025-11-27 20:42:21'),
(982920,327659,'action complete via WP Cron','2025-11-27 20:42:26','2025-11-27 20:42:26'),
(982921,327661,'action created','2025-11-27 20:42:26','2025-11-27 20:42:26'),
(982922,327656,'action started via WP Cron','2025-11-27 20:42:32','2025-11-27 20:42:32'),
(982923,327656,'action complete via WP Cron','2025-11-27 20:42:32','2025-11-27 20:42:32'),
(982924,327662,'action created','2025-11-27 20:42:32','2025-11-27 20:42:32'),
(982925,327660,'action started via Async Request','2025-11-27 20:42:44','2025-11-27 20:42:44'),
(982926,327660,'action complete via Async Request','2025-11-27 20:42:44','2025-11-27 20:42:44'),
(982927,327661,'action started via WP Cron','2025-11-27 22:01:38','2025-11-27 22:01:38'),
(982928,327663,'action created','2025-11-27 22:01:38','2025-11-27 22:01:38'),
(982929,327661,'action complete via WP Cron','2025-11-27 22:01:43','2025-11-27 22:01:43'),
(982930,327664,'action created','2025-11-27 22:01:43','2025-11-27 22:01:43'),
(982931,327663,'action started via WP Cron','2025-11-27 22:01:49','2025-11-27 22:01:49'),
(982932,327663,'action complete via WP Cron','2025-11-27 22:01:50','2025-11-27 22:01:50'),
(982933,327664,'action started via WP Cron','2025-11-28 00:48:35','2025-11-28 00:48:35'),
(982934,327665,'action created','2025-11-28 00:48:36','2025-11-28 00:48:36'),
(982935,327664,'action complete via WP Cron','2025-11-28 00:48:41','2025-11-28 00:48:41'),
(982936,327666,'action created','2025-11-28 00:48:41','2025-11-28 00:48:41'),
(982937,327665,'action started via WP Cron','2025-11-28 00:48:47','2025-11-28 00:48:47'),
(982938,327665,'action complete via WP Cron','2025-11-28 00:48:48','2025-11-28 00:48:48'),
(982939,327666,'action started via WP Cron','2025-11-28 01:47:10','2025-11-28 01:47:10'),
(982940,327666,'action complete via WP Cron','2025-11-28 01:47:10','2025-11-28 01:47:10'),
(982941,327667,'action created','2025-11-28 01:47:10','2025-11-28 01:47:10'),
(982942,327667,'action started via WP Cron','2025-11-28 02:14:23','2025-11-28 02:14:23'),
(982943,327667,'action complete via WP Cron','2025-11-28 02:14:24','2025-11-28 02:14:24'),
(982944,327668,'action created','2025-11-28 02:14:24','2025-11-28 02:14:24'),
(982945,327668,'action started via WP Cron','2025-11-28 03:16:23','2025-11-28 03:16:23'),
(982946,327668,'action complete via WP Cron','2025-11-28 03:16:23','2025-11-28 03:16:23'),
(982947,327669,'action created','2025-11-28 03:16:23','2025-11-28 03:16:23'),
(982948,327658,'action started via WP Cron','2025-11-28 03:16:23','2025-11-28 03:16:23'),
(982949,327670,'action created','2025-11-28 03:16:23','2025-11-28 03:16:23'),
(982950,327658,'action complete via WP Cron','2025-11-28 03:16:23','2025-11-28 03:16:23'),
(982951,327671,'action created','2025-11-28 03:16:23','2025-11-28 03:16:23'),
(982952,327670,'action started via WP Cron','2025-11-28 03:16:23','2025-11-28 03:16:23'),
(982953,327670,'action complete via WP Cron','2025-11-28 03:16:23','2025-11-28 03:16:23'),
(982954,327669,'action started via WP Cron','2025-11-28 08:57:10','2025-11-28 08:57:10'),
(982955,327669,'action complete via WP Cron','2025-11-28 08:57:11','2025-11-28 08:57:11'),
(982956,327672,'action created','2025-11-28 08:57:11','2025-11-28 08:57:11'),
(982957,327652,'action started via WP Cron','2025-11-28 08:57:11','2025-11-28 08:57:11'),
(982958,327652,'action complete via WP Cron','2025-11-28 08:57:11','2025-11-28 08:57:11'),
(982959,327673,'action created','2025-11-28 08:57:11','2025-11-28 08:57:11'),
(982960,327653,'action started via WP Cron','2025-11-28 08:57:11','2025-11-28 08:57:11'),
(982961,327653,'action complete via WP Cron','2025-11-28 08:57:11','2025-11-28 08:57:11'),
(982962,327674,'action created','2025-11-28 08:57:11','2025-11-28 08:57:11'),
(982963,327654,'action started via WP Cron','2025-11-28 08:57:11','2025-11-28 08:57:11'),
(982964,327654,'action complete via WP Cron','2025-11-28 08:57:11','2025-11-28 08:57:11'),
(982965,327675,'action created','2025-11-28 08:57:11','2025-11-28 08:57:11'),
(982966,327655,'action started via WP Cron','2025-11-28 08:57:11','2025-11-28 08:57:11'),
(982967,327655,'action complete via WP Cron','2025-11-28 08:57:11','2025-11-28 08:57:11'),
(982968,327676,'action created','2025-11-28 08:57:11','2025-11-28 08:57:11'),
(982969,327662,'action started via WP Cron','2025-11-28 08:57:11','2025-11-28 08:57:11'),
(982970,327662,'action complete via WP Cron','2025-11-28 08:57:11','2025-11-28 08:57:11'),
(982971,327677,'action created','2025-11-28 08:57:11','2025-11-28 08:57:11'),
(982972,327672,'action started via WP Cron','2025-11-28 10:14:14','2025-11-28 10:14:14'),
(982973,327672,'action complete via WP Cron','2025-11-28 10:14:14','2025-11-28 10:14:14'),
(982974,327678,'action created','2025-11-28 10:14:14','2025-11-28 10:14:14'),
(982975,327678,'action started via WP Cron','2025-11-28 15:05:56','2025-11-28 15:05:56'),
(982976,327679,'action created','2025-11-28 15:05:56','2025-11-28 15:05:56'),
(982977,327678,'action complete via WP Cron','2025-11-28 15:06:01','2025-11-28 15:06:01'),
(982978,327680,'action created','2025-11-28 15:06:01','2025-11-28 15:06:01'),
(982979,327679,'action started via WP Cron','2025-11-28 15:06:08','2025-11-28 15:06:08'),
(982980,327679,'action complete via WP Cron','2025-11-28 15:06:08','2025-11-28 15:06:08'),
(982981,327680,'action started via WP Cron','2025-11-28 22:31:47','2025-11-28 22:31:47'),
(982982,327681,'action created','2025-11-28 22:31:47','2025-11-28 22:31:47'),
(982983,327680,'action complete via WP Cron','2025-11-28 22:31:52','2025-11-28 22:31:52'),
(982984,327682,'action created','2025-11-28 22:31:52','2025-11-28 22:31:52'),
(982985,327677,'action started via WP Cron','2025-11-28 22:31:58','2025-11-28 22:31:58'),
(982986,327677,'action complete via WP Cron','2025-11-28 22:31:58','2025-11-28 22:31:58'),
(982987,327683,'action created','2025-11-28 22:31:58','2025-11-28 22:31:58'),
(982988,327681,'action started via Async Request','2025-11-28 22:32:10','2025-11-28 22:32:10'),
(982989,327681,'action complete via Async Request','2025-11-28 22:32:10','2025-11-28 22:32:10'),
(982990,327682,'action started via WP Cron','2025-11-28 22:59:27','2025-11-28 22:59:27'),
(982991,327682,'action complete via WP Cron','2025-11-28 22:59:27','2025-11-28 22:59:27'),
(982992,327684,'action created','2025-11-28 22:59:27','2025-11-28 22:59:27'),
(982993,327684,'action started via WP Cron','2025-11-29 03:08:13','2025-11-29 03:08:13'),
(982994,327684,'action complete via WP Cron','2025-11-29 03:08:13','2025-11-29 03:08:13'),
(982995,327685,'action created','2025-11-29 03:08:13','2025-11-29 03:08:13'),
(982996,327671,'action started via WP Cron','2025-11-29 03:08:13','2025-11-29 03:08:13'),
(982997,327686,'action created','2025-11-29 03:08:13','2025-11-29 03:08:13'),
(982998,327671,'action complete via WP Cron','2025-11-29 03:08:13','2025-11-29 03:08:13'),
(982999,327687,'action created','2025-11-29 03:08:13','2025-11-29 03:08:13'),
(983000,327686,'action started via WP Cron','2025-11-29 03:08:13','2025-11-29 03:08:13'),
(983001,327686,'action complete via WP Cron','2025-11-29 03:08:13','2025-11-29 03:08:13'),
(983002,327685,'action started via WP Cron','2025-11-29 07:25:41','2025-11-29 07:25:41'),
(983003,327685,'action complete via WP Cron','2025-11-29 07:25:41','2025-11-29 07:25:41'),
(983004,327688,'action created','2025-11-29 07:25:41','2025-11-29 07:25:41'),
(983005,327688,'action started via WP Cron','2025-11-29 07:59:23','2025-11-29 07:59:23'),
(983006,327688,'action complete via WP Cron','2025-11-29 07:59:24','2025-11-29 07:59:24'),
(983007,327689,'action created','2025-11-29 07:59:24','2025-11-29 07:59:24'),
(983008,327689,'action started via WP Cron','2025-11-29 10:48:35','2025-11-29 10:48:35'),
(983009,327689,'action complete via WP Cron','2025-11-29 10:48:35','2025-11-29 10:48:35'),
(983010,327690,'action created','2025-11-29 10:48:35','2025-11-29 10:48:35'),
(983011,327673,'action started via WP Cron','2025-11-29 10:48:35','2025-11-29 10:48:35'),
(983012,327673,'action complete via WP Cron','2025-11-29 10:48:35','2025-11-29 10:48:35'),
(983013,327691,'action created','2025-11-29 10:48:35','2025-11-29 10:48:35'),
(983014,327674,'action started via WP Cron','2025-11-29 10:48:35','2025-11-29 10:48:35'),
(983015,327674,'action complete via WP Cron','2025-11-29 10:48:35','2025-11-29 10:48:35'),
(983016,327692,'action created','2025-11-29 10:48:35','2025-11-29 10:48:35'),
(983017,327675,'action started via WP Cron','2025-11-29 10:48:35','2025-11-29 10:48:35'),
(983018,327675,'action complete via WP Cron','2025-11-29 10:48:35','2025-11-29 10:48:35'),
(983019,327693,'action created','2025-11-29 10:48:35','2025-11-29 10:48:35'),
(983020,327676,'action started via WP Cron','2025-11-29 10:48:35','2025-11-29 10:48:35'),
(983021,327676,'action complete via WP Cron','2025-11-29 10:48:35','2025-11-29 10:48:35'),
(983022,327694,'action created','2025-11-29 10:48:35','2025-11-29 10:48:35'),
(983023,327683,'action started via WP Cron','2025-11-29 10:48:35','2025-11-29 10:48:35'),
(983024,327683,'action complete via WP Cron','2025-11-29 10:48:35','2025-11-29 10:48:35'),
(983025,327695,'action created','2025-11-29 10:48:35','2025-11-29 10:48:35'),
(983026,327690,'action started via WP Cron','2025-11-29 15:32:45','2025-11-29 15:32:45'),
(983027,327690,'action complete via WP Cron','2025-11-29 15:32:45','2025-11-29 15:32:45'),
(983028,327696,'action created','2025-11-29 15:32:45','2025-11-29 15:32:45'),
(983029,327696,'action started via WP Cron','2025-11-29 17:31:19','2025-11-29 17:31:19'),
(983030,327696,'action complete via WP Cron','2025-11-29 17:31:19','2025-11-29 17:31:19'),
(983031,327697,'action created','2025-11-29 17:31:19','2025-11-29 17:31:19'),
(983032,327697,'action started via WP Cron','2025-11-29 18:23:02','2025-11-29 18:23:02'),
(983033,327697,'action complete via WP Cron','2025-11-29 18:23:02','2025-11-29 18:23:02'),
(983034,327698,'action created','2025-11-29 18:23:02','2025-11-29 18:23:02'),
(983035,327698,'action started via WP Cron','2025-11-29 23:57:25','2025-11-29 23:57:25'),
(983036,327699,'action created','2025-11-29 23:57:25','2025-11-29 23:57:25'),
(983037,327698,'action complete via WP Cron','2025-11-29 23:57:30','2025-11-29 23:57:30'),
(983038,327700,'action created','2025-11-29 23:57:30','2025-11-29 23:57:30'),
(983039,327695,'action started via WP Cron','2025-11-29 23:57:37','2025-11-29 23:57:37'),
(983040,327695,'action complete via WP Cron','2025-11-29 23:57:37','2025-11-29 23:57:37'),
(983041,327701,'action created','2025-11-29 23:57:37','2025-11-29 23:57:37'),
(983042,327699,'action started via Async Request','2025-11-29 23:57:48','2025-11-29 23:57:48'),
(983043,327699,'action complete via Async Request','2025-11-29 23:57:48','2025-11-29 23:57:48'),
(983044,327700,'action started via WP Cron','2025-11-30 00:41:22','2025-11-30 00:41:22'),
(983045,327702,'action created','2025-11-30 00:41:23','2025-11-30 00:41:23'),
(983046,327700,'action complete via WP Cron','2025-11-30 00:41:28','2025-11-30 00:41:28'),
(983047,327703,'action created','2025-11-30 00:41:28','2025-11-30 00:41:28'),
(983048,327702,'action started via WP Cron','2025-11-30 00:41:34','2025-11-30 00:41:34'),
(983049,327702,'action complete via WP Cron','2025-11-30 00:41:34','2025-11-30 00:41:34'),
(983050,327703,'action started via WP Cron','2025-11-30 02:27:34','2025-11-30 02:27:34'),
(983051,327703,'action complete via WP Cron','2025-11-30 02:27:34','2025-11-30 02:27:34'),
(983052,327704,'action created','2025-11-30 02:27:34','2025-11-30 02:27:34'),
(983053,327704,'action started via WP Cron','2025-11-30 07:52:25','2025-11-30 07:52:25'),
(983054,327704,'action complete via WP Cron','2025-11-30 07:52:25','2025-11-30 07:52:25'),
(983055,327705,'action created','2025-11-30 07:52:25','2025-11-30 07:52:25'),
(983056,327687,'action started via WP Cron','2025-11-30 07:52:25','2025-11-30 07:52:25'),
(983057,327706,'action created','2025-11-30 07:52:25','2025-11-30 07:52:25'),
(983058,327687,'action complete via WP Cron','2025-11-30 07:52:25','2025-11-30 07:52:25'),
(983059,327707,'action created','2025-11-30 07:52:25','2025-11-30 07:52:25'),
(983060,327706,'action started via WP Cron','2025-11-30 07:52:25','2025-11-30 07:52:25'),
(983061,327706,'action complete via WP Cron','2025-11-30 07:52:25','2025-11-30 07:52:25'),
(983062,327705,'action started via WP Cron','2025-11-30 09:23:50','2025-11-30 09:23:50'),
(983063,327705,'action complete via WP Cron','2025-11-30 09:23:50','2025-11-30 09:23:50'),
(983064,327708,'action created','2025-11-30 09:23:50','2025-11-30 09:23:50'),
(983065,327708,'action started via WP Cron','2025-11-30 09:53:54','2025-11-30 09:53:54'),
(983066,327708,'action complete via WP Cron','2025-11-30 09:53:54','2025-11-30 09:53:54'),
(983067,327709,'action created','2025-11-30 09:53:54','2025-11-30 09:53:54'),
(983068,327709,'action started via WP Cron','2025-11-30 13:44:37','2025-11-30 13:44:37'),
(983069,327709,'action complete via WP Cron','2025-11-30 13:44:37','2025-11-30 13:44:37'),
(983070,327710,'action created','2025-11-30 13:44:37','2025-11-30 13:44:37'),
(983071,327691,'action started via WP Cron','2025-11-30 13:44:37','2025-11-30 13:44:37'),
(983072,327691,'action complete via WP Cron','2025-11-30 13:44:37','2025-11-30 13:44:37'),
(983073,327711,'action created','2025-11-30 13:44:37','2025-11-30 13:44:37'),
(983074,327692,'action started via WP Cron','2025-11-30 13:44:37','2025-11-30 13:44:37'),
(983075,327692,'action complete via WP Cron','2025-11-30 13:44:37','2025-11-30 13:44:37'),
(983076,327712,'action created','2025-11-30 13:44:37','2025-11-30 13:44:37'),
(983077,327693,'action started via WP Cron','2025-11-30 13:44:37','2025-11-30 13:44:37'),
(983078,327693,'action complete via WP Cron','2025-11-30 13:44:38','2025-11-30 13:44:38'),
(983079,327713,'action created','2025-11-30 13:44:38','2025-11-30 13:44:38'),
(983080,327694,'action started via WP Cron','2025-11-30 13:44:38','2025-11-30 13:44:38'),
(983081,327694,'action complete via WP Cron','2025-11-30 13:44:38','2025-11-30 13:44:38'),
(983082,327714,'action created','2025-11-30 13:44:38','2025-11-30 13:44:38'),
(983083,327701,'action started via WP Cron','2025-11-30 13:44:38','2025-11-30 13:44:38'),
(983084,327701,'action complete via WP Cron','2025-11-30 13:44:38','2025-11-30 13:44:38'),
(983085,327715,'action created','2025-11-30 13:44:38','2025-11-30 13:44:38'),
(983086,327710,'action started via WP Cron','2025-11-30 16:23:31','2025-11-30 16:23:31'),
(983087,327710,'action complete via WP Cron','2025-11-30 16:23:31','2025-11-30 16:23:31'),
(983088,327716,'action created','2025-11-30 16:23:31','2025-11-30 16:23:31'),
(983089,327716,'action started via WP Cron','2025-11-30 18:15:57','2025-11-30 18:15:57'),
(983090,327716,'action complete via WP Cron','2025-11-30 18:15:57','2025-11-30 18:15:57'),
(983091,327717,'action created','2025-11-30 18:15:57','2025-11-30 18:15:57'),
(983092,327717,'action started via WP Cron','2025-11-30 19:10:33','2025-11-30 19:10:33'),
(983093,327717,'action complete via WP Cron','2025-11-30 19:10:33','2025-11-30 19:10:33'),
(983094,327718,'action created','2025-11-30 19:10:33','2025-11-30 19:10:33'),
(983095,327718,'action started via WP Cron','2025-11-30 19:21:27','2025-11-30 19:21:27'),
(983096,327718,'action complete via WP Cron','2025-11-30 19:21:27','2025-11-30 19:21:27'),
(983097,327719,'action created','2025-11-30 19:21:27','2025-11-30 19:21:27'),
(983098,327719,'action started via WP Cron','2025-12-01 00:58:03','2025-12-01 00:58:03'),
(983099,327720,'action created','2025-12-01 00:58:03','2025-12-01 00:58:03'),
(983100,327719,'action complete via WP Cron','2025-12-01 00:58:08','2025-12-01 00:58:08'),
(983101,327721,'action created','2025-12-01 00:58:08','2025-12-01 00:58:08'),
(983102,327720,'action started via WP Cron','2025-12-01 00:58:15','2025-12-01 00:58:15'),
(983103,327720,'action complete via WP Cron','2025-12-01 00:58:15','2025-12-01 00:58:15'),
(983104,327721,'action started via WP Cron','2025-12-01 01:01:04','2025-12-01 01:01:04'),
(983105,327721,'action complete via WP Cron','2025-12-01 01:01:04','2025-12-01 01:01:04'),
(983106,327722,'action created','2025-12-01 01:01:04','2025-12-01 01:01:04'),
(983107,327722,'action started via WP Cron','2025-12-01 07:56:48','2025-12-01 07:56:48'),
(983108,327723,'action created','2025-12-01 07:56:48','2025-12-01 07:56:48'),
(983109,327722,'action complete via WP Cron','2025-12-01 07:56:53','2025-12-01 07:56:53'),
(983110,327724,'action created','2025-12-01 07:56:53','2025-12-01 07:56:53'),
(983111,327715,'action started via WP Cron','2025-12-01 07:57:00','2025-12-01 07:57:00'),
(983112,327715,'action complete via WP Cron','2025-12-01 07:57:00','2025-12-01 07:57:00'),
(983113,327725,'action created','2025-12-01 07:57:00','2025-12-01 07:57:00'),
(983114,327707,'action started via Async Request','2025-12-01 07:57:12','2025-12-01 07:57:12'),
(983115,327726,'action created','2025-12-01 07:57:12','2025-12-01 07:57:12'),
(983116,327707,'action complete via Async Request','2025-12-01 07:57:12','2025-12-01 07:57:12'),
(983117,327727,'action created','2025-12-01 07:57:12','2025-12-01 07:57:12'),
(983118,327723,'action started via WP Cron','2025-12-01 07:57:18','2025-12-01 07:57:18'),
(983119,327723,'action complete via WP Cron','2025-12-01 07:57:18','2025-12-01 07:57:18'),
(983120,327726,'action started via WP Cron','2025-12-01 07:57:18','2025-12-01 07:57:18'),
(983121,327726,'action complete via WP Cron','2025-12-01 07:57:18','2025-12-01 07:57:18'),
(983122,327724,'action started via WP Cron','2025-12-01 09:45:45','2025-12-01 09:45:45'),
(983123,327724,'action complete via WP Cron','2025-12-01 09:45:45','2025-12-01 09:45:45'),
(983124,327728,'action created','2025-12-01 09:45:45','2025-12-01 09:45:45'),
(983125,327728,'action started via WP Cron','2025-12-01 15:13:19','2025-12-01 15:13:19'),
(983126,327729,'action created','2025-12-01 15:13:19','2025-12-01 15:13:19'),
(983127,327728,'action complete via WP Cron','2025-12-01 15:13:24','2025-12-01 15:13:24'),
(983128,327730,'action created','2025-12-01 15:13:24','2025-12-01 15:13:24'),
(983129,327711,'action started via WP Cron','2025-12-01 15:13:30','2025-12-01 15:13:30'),
(983130,327711,'action complete via WP Cron','2025-12-01 15:13:30','2025-12-01 15:13:30'),
(983131,327731,'action created','2025-12-01 15:13:30','2025-12-01 15:13:30'),
(983132,327712,'action started via Async Request','2025-12-01 15:13:41','2025-12-01 15:13:41'),
(983133,327712,'action complete via Async Request','2025-12-01 15:13:41','2025-12-01 15:13:41'),
(983134,327732,'action created','2025-12-01 15:13:41','2025-12-01 15:13:41'),
(983135,327713,'action started via Async Request','2025-12-01 15:13:57','2025-12-01 15:13:57'),
(983136,327713,'action complete via Async Request','2025-12-01 15:13:57','2025-12-01 15:13:57'),
(983137,327733,'action created','2025-12-01 15:13:57','2025-12-01 15:13:57'),
(983138,327714,'action started via Async Request','2025-12-01 15:14:14','2025-12-01 15:14:14'),
(983139,327714,'action complete via Async Request','2025-12-01 15:14:14','2025-12-01 15:14:14'),
(983140,327734,'action created','2025-12-01 15:14:14','2025-12-01 15:14:14'),
(983141,327729,'action started via WP Cron','2025-12-01 15:14:20','2025-12-01 15:14:20'),
(983142,327729,'action complete via WP Cron','2025-12-01 15:14:20','2025-12-01 15:14:20'),
(983143,327730,'action started via WP Cron','2025-12-01 17:15:09','2025-12-01 17:15:09'),
(983144,327735,'action created','2025-12-01 17:15:09','2025-12-01 17:15:09'),
(983145,327730,'action complete via WP Cron','2025-12-01 17:15:14','2025-12-01 17:15:14'),
(983146,327736,'action created','2025-12-01 17:15:14','2025-12-01 17:15:14'),
(983147,327735,'action started via WP Cron','2025-12-01 17:15:20','2025-12-01 17:15:20'),
(983148,327735,'action complete via WP Cron','2025-12-01 17:15:21','2025-12-01 17:15:21'),
(983149,327736,'action started via WP Cron','2025-12-01 23:43:08','2025-12-01 23:43:08'),
(983150,327736,'action complete via WP Cron','2025-12-01 23:43:08','2025-12-01 23:43:08'),
(983151,327737,'action created','2025-12-01 23:43:08','2025-12-01 23:43:08'),
(983152,327725,'action started via WP Cron','2025-12-01 23:43:08','2025-12-01 23:43:08'),
(983153,327725,'action complete via WP Cron','2025-12-01 23:43:08','2025-12-01 23:43:08'),
(983154,327738,'action created','2025-12-01 23:43:08','2025-12-01 23:43:08'),
(983155,327737,'action started via WP Cron','2025-12-02 01:57:06','2025-12-02 01:57:06'),
(983156,327737,'action complete via WP Cron','2025-12-02 01:57:06','2025-12-02 01:57:06'),
(983157,327739,'action created','2025-12-02 01:57:06','2025-12-02 01:57:06'),
(983158,327739,'action started via WP Cron','2025-12-02 03:39:59','2025-12-02 03:39:59'),
(983159,327739,'action complete via WP Cron','2025-12-02 03:39:59','2025-12-02 03:39:59'),
(983160,327740,'action created','2025-12-02 03:39:59','2025-12-02 03:39:59'),
(983161,327727,'action started via WP Cron','2025-12-02 03:39:59','2025-12-02 03:39:59'),
(983162,327741,'action created','2025-12-02 03:39:59','2025-12-02 03:39:59'),
(983163,327727,'action complete via WP Cron','2025-12-02 03:39:59','2025-12-02 03:39:59'),
(983164,327742,'action created','2025-12-02 03:39:59','2025-12-02 03:39:59'),
(983165,327741,'action started via WP Cron','2025-12-02 03:39:59','2025-12-02 03:39:59'),
(983166,327741,'action complete via WP Cron','2025-12-02 03:39:59','2025-12-02 03:39:59'),
(983167,327740,'action started via WP Cron','2025-12-02 04:02:02','2025-12-02 04:02:02'),
(983168,327740,'action complete via WP Cron','2025-12-02 04:02:03','2025-12-02 04:02:03'),
(983169,327743,'action created','2025-12-02 04:02:03','2025-12-02 04:02:03'),
(983170,327743,'action started via WP Cron','2025-12-02 04:22:59','2025-12-02 04:22:59'),
(983171,327743,'action complete via WP Cron','2025-12-02 04:22:59','2025-12-02 04:22:59'),
(983172,327744,'action created','2025-12-02 04:23:00','2025-12-02 04:23:00'),
(983173,327744,'action started via WP Cron','2025-12-02 04:37:18','2025-12-02 04:37:18'),
(983174,327744,'action complete via WP Cron','2025-12-02 04:37:18','2025-12-02 04:37:18'),
(983175,327745,'action created','2025-12-02 04:37:18','2025-12-02 04:37:18'),
(983176,327745,'action started via WP Cron','2025-12-02 05:08:33','2025-12-02 05:08:33'),
(983177,327745,'action complete via WP Cron','2025-12-02 05:08:33','2025-12-02 05:08:33'),
(983178,327746,'action created','2025-12-02 05:08:33','2025-12-02 05:08:33'),
(983179,327746,'action started via WP Cron','2025-12-02 14:46:46','2025-12-02 14:46:46'),
(983180,327747,'action created','2025-12-02 14:46:47','2025-12-02 14:46:47'),
(983181,327746,'action complete via WP Cron','2025-12-02 14:46:52','2025-12-02 14:46:52'),
(983182,327748,'action created','2025-12-02 14:46:52','2025-12-02 14:46:52'),
(983183,327738,'action started via WP Cron','2025-12-02 14:46:58','2025-12-02 14:46:58'),
(983184,327738,'action complete via WP Cron','2025-12-02 14:46:58','2025-12-02 14:46:58'),
(983185,327749,'action created','2025-12-02 14:46:58','2025-12-02 14:46:58'),
(983186,327747,'action started via Async Request','2025-12-02 14:47:09','2025-12-02 14:47:09'),
(983187,327747,'action complete via Async Request','2025-12-02 14:47:09','2025-12-02 14:47:09'),
(983188,327748,'action started via WP Cron','2025-12-02 14:59:34','2025-12-02 14:59:34'),
(983189,327748,'action complete via WP Cron','2025-12-02 14:59:34','2025-12-02 14:59:34'),
(983190,327750,'action created','2025-12-02 14:59:34','2025-12-02 14:59:34'),
(983191,327750,'action started via WP Cron','2025-12-03 02:25:37','2025-12-03 02:25:37'),
(983192,327751,'action created','2025-12-03 02:25:37','2025-12-03 02:25:37'),
(983193,327750,'action complete via WP Cron','2025-12-03 02:25:42','2025-12-03 02:25:42'),
(983194,327752,'action created','2025-12-03 02:25:42','2025-12-03 02:25:42'),
(983195,327731,'action started via WP Cron','2025-12-03 02:25:49','2025-12-03 02:25:49'),
(983196,327731,'action complete via WP Cron','2025-12-03 02:25:49','2025-12-03 02:25:49'),
(983197,327753,'action created','2025-12-03 02:25:49','2025-12-03 02:25:49'),
(983198,327732,'action started via Async Request','2025-12-03 02:26:01','2025-12-03 02:26:01'),
(983199,327732,'action complete via Async Request','2025-12-03 02:26:01','2025-12-03 02:26:01'),
(983200,327754,'action created','2025-12-03 02:26:01','2025-12-03 02:26:01'),
(983201,327733,'action started via Async Request','2025-12-03 02:26:17','2025-12-03 02:26:17'),
(983202,327733,'action complete via Async Request','2025-12-03 02:26:17','2025-12-03 02:26:17'),
(983203,327755,'action created','2025-12-03 02:26:17','2025-12-03 02:26:17'),
(983204,327734,'action started via Async Request','2025-12-03 02:26:34','2025-12-03 02:26:34'),
(983205,327734,'action complete via Async Request','2025-12-03 02:26:34','2025-12-03 02:26:34'),
(983206,327756,'action created','2025-12-03 02:26:34','2025-12-03 02:26:34'),
(983207,327751,'action started via Async Request','2025-12-03 02:26:51','2025-12-03 02:26:51'),
(983208,327751,'action complete via Async Request','2025-12-03 02:26:51','2025-12-03 02:26:51'),
(983209,327752,'action started via WP Cron','2025-12-03 04:10:08','2025-12-03 04:10:08'),
(983210,327752,'action complete via WP Cron','2025-12-03 04:10:08','2025-12-03 04:10:08'),
(983211,327757,'action created','2025-12-03 04:10:08','2025-12-03 04:10:08'),
(983212,327749,'action started via WP Cron','2025-12-03 04:10:08','2025-12-03 04:10:08'),
(983213,327749,'action complete via WP Cron','2025-12-03 04:10:08','2025-12-03 04:10:08'),
(983214,327758,'action created','2025-12-03 04:10:08','2025-12-03 04:10:08'),
(983215,327742,'action started via WP Cron','2025-12-03 04:10:08','2025-12-03 04:10:08'),
(983216,327759,'action created','2025-12-03 04:10:08','2025-12-03 04:10:08'),
(983217,327742,'action complete via WP Cron','2025-12-03 04:10:08','2025-12-03 04:10:08'),
(983218,327760,'action created','2025-12-03 04:10:08','2025-12-03 04:10:08'),
(983219,327759,'action started via WP Cron','2025-12-03 04:10:08','2025-12-03 04:10:08'),
(983220,327759,'action complete via WP Cron','2025-12-03 04:10:08','2025-12-03 04:10:08'),
(983221,327757,'action started via WP Cron','2025-12-03 04:17:36','2025-12-03 04:17:36'),
(983222,327757,'action complete via WP Cron','2025-12-03 04:17:36','2025-12-03 04:17:36'),
(983223,327761,'action created','2025-12-03 04:17:36','2025-12-03 04:17:36'),
(983224,327761,'action started via WP Cron','2025-12-03 04:20:11','2025-12-03 04:20:11'),
(983225,327761,'action complete via WP Cron','2025-12-03 04:20:11','2025-12-03 04:20:11'),
(983226,327762,'action created','2025-12-03 04:20:11','2025-12-03 04:20:11'),
(983227,327762,'action started via WP Cron','2025-12-03 05:24:42','2025-12-03 05:24:42'),
(983228,327762,'action complete via WP Cron','2025-12-03 05:24:42','2025-12-03 05:24:42'),
(983229,327763,'action created','2025-12-03 05:24:42','2025-12-03 05:24:42'),
(983230,327763,'action started via WP Cron','2025-12-03 16:46:22','2025-12-03 16:46:22'),
(983232,327763,'action complete via WP Cron','2025-12-03 16:46:28','2025-12-03 16:46:28'),
(983236,327766,'action created','2025-12-03 16:47:01','2025-12-03 16:47:01'),
(983237,327758,'action started via WP Cron','2025-12-03 16:47:29','2025-12-03 16:47:29'),
(983238,327758,'action complete via WP Cron','2025-12-03 16:47:29','2025-12-03 16:47:29'),
(983239,327767,'action created','2025-12-03 16:47:29','2025-12-03 16:47:29'),
(983240,327766,'action started via WP Cron','2025-12-03 21:19:20','2025-12-03 21:19:20'),
(983241,327768,'action created','2025-12-03 21:19:20','2025-12-03 21:19:20'),
(983242,327766,'action complete via WP Cron','2025-12-03 21:19:25','2025-12-03 21:19:25'),
(983243,327769,'action created','2025-12-03 21:19:25','2025-12-03 21:19:25'),
(983244,327768,'action started via WP Cron','2025-12-03 21:19:31','2025-12-03 21:19:31'),
(983245,327768,'action complete via WP Cron','2025-12-03 21:19:32','2025-12-03 21:19:32'),
(983246,327769,'action started via WP Cron','2025-12-04 02:15:51','2025-12-04 02:15:51'),
(983247,327770,'action created','2025-12-04 02:15:51','2025-12-04 02:15:51'),
(983248,327769,'action complete via WP Cron','2025-12-04 02:15:56','2025-12-04 02:15:56'),
(983249,327771,'action created','2025-12-04 02:15:56','2025-12-04 02:15:56'),
(983250,327649,'action started via Async Request','2025-12-04 02:15:57','2025-12-04 02:15:57'),
(983251,327649,'action complete via Async Request','2025-12-04 02:15:58','2025-12-04 02:15:58'),
(983252,327772,'action created','2025-12-04 02:15:58','2025-12-04 02:15:58'),
(983253,327770,'action started via WP Cron','2025-12-04 02:16:03','2025-12-04 02:16:03'),
(983254,327770,'action complete via WP Cron','2025-12-04 02:16:03','2025-12-04 02:16:03'),
(983255,327771,'action started via WP Cron','2025-12-04 04:01:32','2025-12-04 04:01:32'),
(983256,327773,'action created','2025-12-04 04:01:32','2025-12-04 04:01:32'),
(983257,327771,'action complete via WP Cron','2025-12-04 04:01:37','2025-12-04 04:01:37'),
(983258,327774,'action created','2025-12-04 04:01:37','2025-12-04 04:01:37'),
(983259,327753,'action started via WP Cron','2025-12-04 04:01:43','2025-12-04 04:01:43'),
(983260,327753,'action complete via WP Cron','2025-12-04 04:01:43','2025-12-04 04:01:43'),
(983261,327775,'action created','2025-12-04 04:01:43','2025-12-04 04:01:43'),
(983262,327754,'action started via Async Request','2025-12-04 04:01:55','2025-12-04 04:01:55'),
(983263,327754,'action complete via Async Request','2025-12-04 04:01:55','2025-12-04 04:01:55'),
(983264,327776,'action created','2025-12-04 04:01:55','2025-12-04 04:01:55'),
(983265,327755,'action started via Async Request','2025-12-04 04:02:11','2025-12-04 04:02:11'),
(983266,327755,'action complete via Async Request','2025-12-04 04:02:11','2025-12-04 04:02:11'),
(983267,327777,'action created','2025-12-04 04:02:11','2025-12-04 04:02:11'),
(983268,327756,'action started via WP Cron','2025-12-04 04:02:24','2025-12-04 04:02:24'),
(983269,327756,'action complete via WP Cron','2025-12-04 04:02:24','2025-12-04 04:02:24'),
(983270,327778,'action created','2025-12-04 04:02:24','2025-12-04 04:02:24'),
(983271,327760,'action started via WP Cron','2025-12-04 04:02:24','2025-12-04 04:02:24'),
(983272,327779,'action created','2025-12-04 04:02:24','2025-12-04 04:02:24'),
(983273,327760,'action complete via WP Cron','2025-12-04 04:02:24','2025-12-04 04:02:24'),
(983274,327780,'action created','2025-12-04 04:02:24','2025-12-04 04:02:24'),
(983275,327773,'action started via WP Cron','2025-12-04 04:02:24','2025-12-04 04:02:24'),
(983276,327773,'action complete via WP Cron','2025-12-04 04:02:25','2025-12-04 04:02:25'),
(983277,327779,'action started via WP Cron','2025-12-04 04:02:25','2025-12-04 04:02:25'),
(983278,327779,'action complete via WP Cron','2025-12-04 04:02:25','2025-12-04 04:02:25'),
(983279,327774,'action started via WP Cron','2025-12-04 04:47:45','2025-12-04 04:47:45'),
(983280,327781,'action created','2025-12-04 04:47:46','2025-12-04 04:47:46'),
(983281,327774,'action complete via WP Cron','2025-12-04 04:47:51','2025-12-04 04:47:51'),
(983282,327782,'action created','2025-12-04 04:47:51','2025-12-04 04:47:51'),
(983283,327767,'action started via WP Cron','2025-12-04 04:47:57','2025-12-04 04:47:57'),
(983284,327767,'action complete via WP Cron','2025-12-04 04:47:57','2025-12-04 04:47:57'),
(983285,327783,'action created','2025-12-04 04:47:57','2025-12-04 04:47:57'),
(983286,327781,'action started via Async Request','2025-12-04 04:48:09','2025-12-04 04:48:09'),
(983287,327781,'action complete via Async Request','2025-12-04 04:48:09','2025-12-04 04:48:09'),
(983288,327782,'action started via WP Cron','2025-12-04 05:46:04','2025-12-04 05:46:04'),
(983289,327782,'action complete via WP Cron','2025-12-04 05:46:04','2025-12-04 05:46:04'),
(983290,327784,'action created','2025-12-04 05:46:04','2025-12-04 05:46:04'),
(983291,327784,'action started via WP Cron','2025-12-04 05:49:59','2025-12-04 05:49:59'),
(983292,327784,'action complete via WP Cron','2025-12-04 05:49:59','2025-12-04 05:49:59'),
(983293,327785,'action created','2025-12-04 05:49:59','2025-12-04 05:49:59'),
(983294,327785,'action started via WP Cron','2025-12-04 07:15:08','2025-12-04 07:15:08'),
(983295,327785,'action complete via WP Cron','2025-12-04 07:15:08','2025-12-04 07:15:08'),
(983296,327786,'action created','2025-12-04 07:15:08','2025-12-04 07:15:08'),
(983297,327786,'action started via WP Cron','2025-12-04 07:33:40','2025-12-04 07:33:40'),
(983298,327786,'action complete via WP Cron','2025-12-04 07:33:40','2025-12-04 07:33:40'),
(983299,327787,'action created','2025-12-04 07:33:40','2025-12-04 07:33:40'),
(983300,327787,'action started via WP Cron','2025-12-04 07:44:10','2025-12-04 07:44:10'),
(983301,327787,'action complete via WP Cron','2025-12-04 07:44:11','2025-12-04 07:44:11'),
(983302,327788,'action created','2025-12-04 07:44:11','2025-12-04 07:44:11'),
(983303,327788,'action started via WP Cron','2025-12-04 07:52:55','2025-12-04 07:52:55'),
(983304,327788,'action complete via WP Cron','2025-12-04 07:52:55','2025-12-04 07:52:55'),
(983305,327789,'action created','2025-12-04 07:52:55','2025-12-04 07:52:55'),
(983306,327789,'action started via WP Cron','2025-12-04 09:04:18','2025-12-04 09:04:18'),
(983307,327789,'action complete via WP Cron','2025-12-04 09:04:18','2025-12-04 09:04:18'),
(983308,327790,'action created','2025-12-04 09:04:18','2025-12-04 09:04:18'),
(983309,327790,'action started via WP Cron','2025-12-04 10:13:38','2025-12-04 10:13:38'),
(983310,327790,'action complete via WP Cron','2025-12-04 10:13:38','2025-12-04 10:13:38'),
(983311,327791,'action created','2025-12-04 10:13:38','2025-12-04 10:13:38'),
(983312,327791,'action started via WP Cron','2025-12-04 11:23:51','2025-12-04 11:23:51'),
(983313,327791,'action complete via WP Cron','2025-12-04 11:23:51','2025-12-04 11:23:51'),
(983314,327792,'action created','2025-12-04 11:23:51','2025-12-04 11:23:51'),
(983315,327792,'action started via WP Cron','2025-12-04 14:03:32','2025-12-04 14:03:32'),
(983316,327792,'action complete via WP Cron','2025-12-04 14:03:32','2025-12-04 14:03:32'),
(983317,327793,'action created','2025-12-04 14:03:32','2025-12-04 14:03:32'),
(983318,327793,'action started via WP Cron','2025-12-05 02:00:41','2025-12-05 02:00:41'),
(983319,327793,'action complete via WP Cron','2025-12-05 02:00:41','2025-12-05 02:00:41'),
(983320,327794,'action created','2025-12-05 02:00:41','2025-12-05 02:00:41'),
(983321,327783,'action started via WP Cron','2025-12-05 02:00:41','2025-12-05 02:00:41'),
(983322,327783,'action complete via WP Cron','2025-12-05 02:00:41','2025-12-05 02:00:41'),
(983323,327795,'action created','2025-12-05 02:00:41','2025-12-05 02:00:41'),
(983324,327794,'action started via WP Cron','2025-12-05 03:34:17','2025-12-05 03:34:17'),
(983325,327794,'action complete via WP Cron','2025-12-05 03:34:17','2025-12-05 03:34:17'),
(983326,327796,'action created','2025-12-05 03:34:17','2025-12-05 03:34:17'),
(983327,327780,'action started via WP Cron','2025-12-05 04:52:25','2025-12-05 04:52:25'),
(983328,327797,'action created','2025-12-05 04:52:25','2025-12-05 04:52:25'),
(983329,327780,'action complete via WP Cron','2025-12-05 04:52:25','2025-12-05 04:52:25'),
(983330,327798,'action created','2025-12-05 04:52:25','2025-12-05 04:52:25'),
(983331,327796,'action started via WP Cron','2025-12-05 04:52:25','2025-12-05 04:52:25'),
(983332,327799,'action created','2025-12-05 04:52:25','2025-12-05 04:52:25'),
(983333,327796,'action complete via WP Cron','2025-12-05 04:52:30','2025-12-05 04:52:30'),
(983334,327800,'action created','2025-12-05 04:52:30','2025-12-05 04:52:30'),
(983335,327775,'action started via WP Cron','2025-12-05 04:52:36','2025-12-05 04:52:36'),
(983336,327775,'action complete via WP Cron','2025-12-05 04:52:36','2025-12-05 04:52:36'),
(983337,327801,'action created','2025-12-05 04:52:36','2025-12-05 04:52:36'),
(983338,327776,'action started via Async Request','2025-12-05 04:52:47','2025-12-05 04:52:47'),
(983339,327776,'action complete via Async Request','2025-12-05 04:52:47','2025-12-05 04:52:47'),
(983340,327802,'action created','2025-12-05 04:52:47','2025-12-05 04:52:47'),
(983341,327777,'action started via Async Request','2025-12-05 04:53:03','2025-12-05 04:53:03'),
(983342,327777,'action complete via Async Request','2025-12-05 04:53:03','2025-12-05 04:53:03'),
(983343,327803,'action created','2025-12-05 04:53:03','2025-12-05 04:53:03'),
(983344,327778,'action started via Async Request','2025-12-05 04:53:20','2025-12-05 04:53:20'),
(983345,327778,'action complete via Async Request','2025-12-05 04:53:20','2025-12-05 04:53:20'),
(983346,327804,'action created','2025-12-05 04:53:20','2025-12-05 04:53:20'),
(983347,327797,'action started via WP Cron','2025-12-05 04:53:32','2025-12-05 04:53:32'),
(983348,327797,'action complete via WP Cron','2025-12-05 04:53:32','2025-12-05 04:53:32'),
(983349,327799,'action started via WP Cron','2025-12-05 04:53:32','2025-12-05 04:53:32'),
(983350,327799,'action complete via WP Cron','2025-12-05 04:53:32','2025-12-05 04:53:32'),
(983351,327800,'action started via WP Cron','2025-12-05 04:55:02','2025-12-05 04:55:02'),
(983352,327800,'action complete via WP Cron','2025-12-05 04:55:02','2025-12-05 04:55:02'),
(983353,327805,'action created','2025-12-05 04:55:02','2025-12-05 04:55:02'),
(983354,327805,'action started via WP Cron','2025-12-05 15:13:15','2025-12-05 15:13:15'),
(983355,327806,'action created','2025-12-05 15:13:16','2025-12-05 15:13:16'),
(983356,327805,'action complete via WP Cron','2025-12-05 15:13:21','2025-12-05 15:13:21'),
(983357,327807,'action created','2025-12-05 15:13:21','2025-12-05 15:13:21'),
(983358,327795,'action started via WP Cron','2025-12-05 15:13:27','2025-12-05 15:13:27'),
(983359,327795,'action complete via WP Cron','2025-12-05 15:13:27','2025-12-05 15:13:27'),
(983360,327808,'action created','2025-12-05 15:13:27','2025-12-05 15:13:27'),
(983361,327806,'action started via WP Cron','2025-12-05 15:13:35','2025-12-05 15:13:35'),
(983362,327806,'action complete via WP Cron','2025-12-05 15:13:35','2025-12-05 15:13:35'),
(983363,327807,'action started via WP Cron','2025-12-05 19:34:44','2025-12-05 19:34:44'),
(983364,327807,'action complete via WP Cron','2025-12-05 19:34:44','2025-12-05 19:34:44'),
(983365,327809,'action created','2025-12-05 19:34:44','2025-12-05 19:34:44'),
(983366,327809,'action started via WP Cron','2025-12-05 23:15:45','2025-12-05 23:15:45'),
(983367,327810,'action created','2025-12-05 23:15:45','2025-12-05 23:15:45'),
(983368,327809,'action complete via WP Cron','2025-12-05 23:15:50','2025-12-05 23:15:50'),
(983369,327811,'action created','2025-12-05 23:15:50','2025-12-05 23:15:50'),
(983370,327810,'action started via WP Cron','2025-12-05 23:15:57','2025-12-05 23:15:57'),
(983371,327810,'action complete via WP Cron','2025-12-05 23:15:57','2025-12-05 23:15:57'),
(983372,327811,'action started via WP Cron','2025-12-05 23:22:03','2025-12-05 23:22:03'),
(983373,327812,'action created','2025-12-05 23:22:03','2025-12-05 23:22:03'),
(983374,327811,'action complete via WP Cron','2025-12-05 23:22:08','2025-12-05 23:22:08'),
(983375,327813,'action created','2025-12-05 23:22:08','2025-12-05 23:22:08'),
(983376,327812,'action started via WP Cron','2025-12-05 23:22:14','2025-12-05 23:22:14'),
(983377,327812,'action complete via WP Cron','2025-12-05 23:22:15','2025-12-05 23:22:15'),
(983378,327813,'action started via WP Cron','2025-12-06 00:04:08','2025-12-06 00:04:08'),
(983379,327814,'action created','2025-12-06 00:04:08','2025-12-06 00:04:08'),
(983380,327813,'action complete via WP Cron','2025-12-06 00:04:13','2025-12-06 00:04:13'),
(983381,327815,'action created','2025-12-06 00:04:13','2025-12-06 00:04:13'),
(983382,327814,'action started via WP Cron','2025-12-06 00:04:19','2025-12-06 00:04:19'),
(983383,327814,'action complete via WP Cron','2025-12-06 00:04:19','2025-12-06 00:04:19'),
(983384,327815,'action started via WP Cron','2025-12-06 00:41:06','2025-12-06 00:41:06'),
(983385,327815,'action complete via WP Cron','2025-12-06 00:41:06','2025-12-06 00:41:06'),
(983386,327816,'action created','2025-12-06 00:41:06','2025-12-06 00:41:06'),
(983387,327816,'action started via WP Cron','2025-12-06 01:59:44','2025-12-06 01:59:44'),
(983388,327816,'action complete via WP Cron','2025-12-06 01:59:44','2025-12-06 01:59:44'),
(983389,327817,'action created','2025-12-06 01:59:44','2025-12-06 01:59:44'),
(983390,327817,'action started via WP Cron','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983391,327817,'action complete via WP Cron','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983392,327818,'action created','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983393,327798,'action started via WP Cron','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983394,327819,'action created','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983395,327798,'action complete via WP Cron','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983396,327820,'action created','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983397,327808,'action started via WP Cron','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983398,327808,'action complete via WP Cron','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983399,327821,'action created','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983400,327801,'action started via WP Cron','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983401,327801,'action complete via WP Cron','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983402,327822,'action created','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983403,327802,'action started via WP Cron','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983404,327802,'action complete via WP Cron','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983405,327823,'action created','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983406,327803,'action started via WP Cron','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983407,327803,'action complete via WP Cron','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983408,327824,'action created','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983409,327804,'action started via WP Cron','2025-12-06 05:55:37','2025-12-06 05:55:37'),
(983410,327804,'action complete via WP Cron','2025-12-06 05:55:38','2025-12-06 05:55:38'),
(983411,327825,'action created','2025-12-06 05:55:38','2025-12-06 05:55:38'),
(983412,327819,'action started via WP Cron','2025-12-06 05:55:38','2025-12-06 05:55:38'),
(983413,327819,'action complete via WP Cron','2025-12-06 05:55:38','2025-12-06 05:55:38'),
(983414,327818,'action started via WP Cron','2025-12-06 07:55:47','2025-12-06 07:55:47'),
(983415,327818,'action complete via WP Cron','2025-12-06 07:55:47','2025-12-06 07:55:47'),
(983416,327826,'action created','2025-12-06 07:55:47','2025-12-06 07:55:47'),
(983417,327826,'action started via WP Cron','2025-12-06 08:43:10','2025-12-06 08:43:10'),
(983418,327826,'action complete via WP Cron','2025-12-06 08:43:10','2025-12-06 08:43:10'),
(983419,327827,'action created','2025-12-06 08:43:10','2025-12-06 08:43:10'),
(983420,327827,'action started via WP Cron','2025-12-06 15:12:46','2025-12-06 15:12:46'),
(983421,327827,'action complete via WP Cron','2025-12-06 15:12:46','2025-12-06 15:12:46'),
(983422,327828,'action created','2025-12-06 15:12:46','2025-12-06 15:12:46'),
(983423,327828,'action started via WP Cron','2025-12-06 18:46:01','2025-12-06 18:46:01'),
(983424,327829,'action created','2025-12-06 18:46:01','2025-12-06 18:46:01'),
(983425,327828,'action complete via WP Cron','2025-12-06 18:46:06','2025-12-06 18:46:06'),
(983426,327830,'action created','2025-12-06 18:46:06','2025-12-06 18:46:06'),
(983427,327821,'action started via WP Cron','2025-12-06 18:46:12','2025-12-06 18:46:12'),
(983428,327821,'action complete via WP Cron','2025-12-06 18:46:12','2025-12-06 18:46:12'),
(983429,327831,'action created','2025-12-06 18:46:12','2025-12-06 18:46:12'),
(983430,327829,'action started via Async Request','2025-12-06 18:46:24','2025-12-06 18:46:24'),
(983431,327829,'action complete via Async Request','2025-12-06 18:46:24','2025-12-06 18:46:24'),
(983432,327830,'action started via WP Cron','2025-12-06 21:00:45','2025-12-06 21:00:45'),
(983433,327832,'action created','2025-12-06 21:00:45','2025-12-06 21:00:45'),
(983434,327830,'action complete via WP Cron','2025-12-06 21:00:50','2025-12-06 21:00:50'),
(983435,327833,'action created','2025-12-06 21:00:50','2025-12-06 21:00:50'),
(983436,327832,'action started via WP Cron','2025-12-06 21:00:56','2025-12-06 21:00:56'),
(983437,327832,'action complete via WP Cron','2025-12-06 21:00:57','2025-12-06 21:00:57'),
(983438,327833,'action started via WP Cron','2025-12-06 23:29:07','2025-12-06 23:29:07'),
(983439,327833,'action complete via WP Cron','2025-12-06 23:29:07','2025-12-06 23:29:07'),
(983440,327834,'action created','2025-12-06 23:29:07','2025-12-06 23:29:07'),
(983441,327834,'action started via WP Cron','2025-12-07 00:34:06','2025-12-07 00:34:06'),
(983442,327835,'action created','2025-12-07 00:34:07','2025-12-07 00:34:07'),
(983443,327834,'action complete via WP Cron','2025-12-07 00:34:12','2025-12-07 00:34:12'),
(983444,327836,'action created','2025-12-07 00:34:12','2025-12-07 00:34:12'),
(983445,327835,'action started via WP Cron','2025-12-07 00:34:18','2025-12-07 00:34:18'),
(983446,327835,'action complete via WP Cron','2025-12-07 00:34:18','2025-12-07 00:34:18'),
(983447,327836,'action started via WP Cron','2025-12-07 06:56:10','2025-12-07 06:56:10'),
(983448,327837,'action created','2025-12-07 06:56:10','2025-12-07 06:56:10'),
(983449,327836,'action complete via WP Cron','2025-12-07 06:56:15','2025-12-07 06:56:15'),
(983450,327838,'action created','2025-12-07 06:56:15','2025-12-07 06:56:15'),
(983451,327820,'action started via WP Cron','2025-12-07 06:56:26','2025-12-07 06:56:26'),
(983452,327839,'action created','2025-12-07 06:56:26','2025-12-07 06:56:26'),
(983453,327820,'action complete via WP Cron','2025-12-07 06:56:26','2025-12-07 06:56:26'),
(983454,327840,'action created','2025-12-07 06:56:26','2025-12-07 06:56:26'),
(983455,327822,'action started via WP Cron','2025-12-07 06:56:33','2025-12-07 06:56:33'),
(983456,327822,'action complete via WP Cron','2025-12-07 06:56:33','2025-12-07 06:56:33'),
(983457,327841,'action created','2025-12-07 06:56:33','2025-12-07 06:56:33'),
(983458,327823,'action started via WP Cron','2025-12-07 06:56:33','2025-12-07 06:56:33'),
(983459,327823,'action complete via WP Cron','2025-12-07 06:56:33','2025-12-07 06:56:33'),
(983460,327842,'action created','2025-12-07 06:56:33','2025-12-07 06:56:33'),
(983461,327824,'action started via WP Cron','2025-12-07 06:56:33','2025-12-07 06:56:33'),
(983462,327824,'action complete via WP Cron','2025-12-07 06:56:33','2025-12-07 06:56:33'),
(983463,327843,'action created','2025-12-07 06:56:33','2025-12-07 06:56:33'),
(983464,327825,'action started via WP Cron','2025-12-07 06:56:33','2025-12-07 06:56:33'),
(983465,327825,'action complete via WP Cron','2025-12-07 06:56:33','2025-12-07 06:56:33'),
(983466,327844,'action created','2025-12-07 06:56:33','2025-12-07 06:56:33'),
(983467,327831,'action started via WP Cron','2025-12-07 06:56:33','2025-12-07 06:56:33'),
(983468,327831,'action complete via WP Cron','2025-12-07 06:56:33','2025-12-07 06:56:33'),
(983469,327845,'action created','2025-12-07 06:56:33','2025-12-07 06:56:33'),
(983470,327837,'action started via WP Cron','2025-12-07 06:56:33','2025-12-07 06:56:33'),
(983471,327837,'action complete via WP Cron','2025-12-07 06:56:34','2025-12-07 06:56:34'),
(983472,327839,'action started via WP Cron','2025-12-07 06:56:34','2025-12-07 06:56:34'),
(983473,327839,'action complete via WP Cron','2025-12-07 06:56:34','2025-12-07 06:56:34'),
(983474,327838,'action started via WP Cron','2025-12-07 07:29:51','2025-12-07 07:29:51'),
(983475,327838,'action complete via WP Cron','2025-12-07 07:29:51','2025-12-07 07:29:51'),
(983476,327846,'action created','2025-12-07 07:29:51','2025-12-07 07:29:51'),
(983477,327846,'action started via WP Cron','2025-12-07 08:47:28','2025-12-07 08:47:28'),
(983478,327846,'action complete via WP Cron','2025-12-07 08:47:28','2025-12-07 08:47:28'),
(983479,327847,'action created','2025-12-07 08:47:28','2025-12-07 08:47:28'),
(983480,327847,'action started via WP Cron','2025-12-07 09:09:03','2025-12-07 09:09:03'),
(983481,327847,'action complete via WP Cron','2025-12-07 09:09:03','2025-12-07 09:09:03'),
(983482,327848,'action created','2025-12-07 09:09:03','2025-12-07 09:09:03'),
(983483,327848,'action started via WP Cron','2025-12-07 10:17:11','2025-12-07 10:17:11'),
(983484,327848,'action complete via WP Cron','2025-12-07 10:17:11','2025-12-07 10:17:11'),
(983485,327849,'action created','2025-12-07 10:17:11','2025-12-07 10:17:11'),
(983486,327849,'action started via WP Cron','2025-12-07 10:46:02','2025-12-07 10:46:02'),
(983487,327849,'action complete via WP Cron','2025-12-07 10:46:03','2025-12-07 10:46:03'),
(983488,327850,'action created','2025-12-07 10:46:03','2025-12-07 10:46:03'),
(983489,327850,'action started via WP Cron','2025-12-07 21:01:35','2025-12-07 21:01:35'),
(983490,327851,'action created','2025-12-07 21:01:35','2025-12-07 21:01:35'),
(983491,327850,'action complete via WP Cron','2025-12-07 21:01:40','2025-12-07 21:01:40'),
(983492,327852,'action created','2025-12-07 21:01:40','2025-12-07 21:01:40'),
(983493,327845,'action started via WP Cron','2025-12-07 21:01:47','2025-12-07 21:01:47'),
(983494,327845,'action complete via WP Cron','2025-12-07 21:01:47','2025-12-07 21:01:47'),
(983495,327853,'action created','2025-12-07 21:01:47','2025-12-07 21:01:47'),
(983496,327851,'action started via Async Request','2025-12-07 21:01:58','2025-12-07 21:01:58'),
(983497,327851,'action complete via Async Request','2025-12-07 21:01:58','2025-12-07 21:01:58'),
(983498,327852,'action started via WP Cron','2025-12-07 22:12:24','2025-12-07 22:12:24'),
(983499,327854,'action created','2025-12-07 22:12:24','2025-12-07 22:12:24'),
(983500,327852,'action complete via WP Cron','2025-12-07 22:12:29','2025-12-07 22:12:29'),
(983501,327855,'action created','2025-12-07 22:12:29','2025-12-07 22:12:29'),
(983502,327854,'action started via WP Cron','2025-12-07 22:12:36','2025-12-07 22:12:36'),
(983503,327854,'action complete via WP Cron','2025-12-07 22:12:36','2025-12-07 22:12:36'),
(983504,327855,'action started via WP Cron','2025-12-08 01:18:33','2025-12-08 01:18:33'),
(983505,327855,'action complete via WP Cron','2025-12-08 01:18:33','2025-12-08 01:18:33'),
(983506,327856,'action created','2025-12-08 01:18:33','2025-12-08 01:18:33'),
(983507,327856,'action started via WP Cron','2025-12-08 01:23:30','2025-12-08 01:23:30'),
(983508,327856,'action complete via WP Cron','2025-12-08 01:23:31','2025-12-08 01:23:31'),
(983509,327857,'action created','2025-12-08 01:23:31','2025-12-08 01:23:31'),
(983510,327857,'action started via WP Cron','2025-12-08 01:25:31','2025-12-08 01:25:31'),
(983511,327857,'action complete via WP Cron','2025-12-08 01:25:31','2025-12-08 01:25:31'),
(983512,327858,'action created','2025-12-08 01:25:31','2025-12-08 01:25:31'),
(983513,327858,'action started via WP Cron','2025-12-08 01:27:32','2025-12-08 01:27:32'),
(983514,327858,'action complete via WP Cron','2025-12-08 01:27:32','2025-12-08 01:27:32'),
(983515,327859,'action created','2025-12-08 01:27:32','2025-12-08 01:27:32'),
(983516,327859,'action started via WP Cron','2025-12-08 01:29:33','2025-12-08 01:29:33'),
(983517,327859,'action complete via WP Cron','2025-12-08 01:29:33','2025-12-08 01:29:33'),
(983518,327860,'action created','2025-12-08 01:29:33','2025-12-08 01:29:33'),
(983519,327860,'action started via WP Cron','2025-12-08 01:32:05','2025-12-08 01:32:05'),
(983520,327860,'action complete via WP Cron','2025-12-08 01:32:05','2025-12-08 01:32:05'),
(983521,327861,'action created','2025-12-08 01:32:06','2025-12-08 01:32:06'),
(983522,327861,'action started via WP Cron','2025-12-08 01:36:26','2025-12-08 01:36:26'),
(983523,327861,'action complete via WP Cron','2025-12-08 01:36:26','2025-12-08 01:36:26'),
(983524,327862,'action created','2025-12-08 01:36:26','2025-12-08 01:36:26'),
(983525,327862,'action started via WP Cron','2025-12-08 01:38:27','2025-12-08 01:38:27'),
(983526,327862,'action complete via WP Cron','2025-12-08 01:38:27','2025-12-08 01:38:27'),
(983527,327863,'action created','2025-12-08 01:38:27','2025-12-08 01:38:27'),
(983528,327863,'action started via WP Cron','2025-12-08 01:40:27','2025-12-08 01:40:27'),
(983529,327863,'action complete via WP Cron','2025-12-08 01:40:27','2025-12-08 01:40:27'),
(983530,327864,'action created','2025-12-08 01:40:27','2025-12-08 01:40:27'),
(983531,327864,'action started via WP Cron','2025-12-08 01:42:30','2025-12-08 01:42:30'),
(983532,327864,'action complete via WP Cron','2025-12-08 01:42:30','2025-12-08 01:42:30'),
(983533,327865,'action created','2025-12-08 01:42:30','2025-12-08 01:42:30'),
(983534,327865,'action started via WP Cron','2025-12-08 01:44:31','2025-12-08 01:44:31'),
(983535,327865,'action complete via WP Cron','2025-12-08 01:44:31','2025-12-08 01:44:31'),
(983536,327866,'action created','2025-12-08 01:44:31','2025-12-08 01:44:31'),
(983537,327866,'action started via WP Cron','2025-12-08 04:19:20','2025-12-08 04:19:20'),
(983538,327866,'action complete via WP Cron','2025-12-08 04:19:20','2025-12-08 04:19:20'),
(983539,327867,'action created','2025-12-08 04:19:20','2025-12-08 04:19:20'),
(983540,327840,'action started via WP Cron','2025-12-08 07:53:39','2025-12-08 07:53:39'),
(983541,327868,'action created','2025-12-08 07:53:39','2025-12-08 07:53:39'),
(983542,327840,'action complete via WP Cron','2025-12-08 07:53:39','2025-12-08 07:53:39'),
(983543,327869,'action created','2025-12-08 07:53:39','2025-12-08 07:53:39'),
(983544,327867,'action started via WP Cron','2025-12-08 07:53:39','2025-12-08 07:53:39'),
(983545,327867,'action complete via WP Cron','2025-12-08 07:53:39','2025-12-08 07:53:39'),
(983546,327870,'action created','2025-12-08 07:53:39','2025-12-08 07:53:39'),
(983547,327841,'action started via WP Cron','2025-12-08 07:53:39','2025-12-08 07:53:39'),
(983548,327841,'action complete via WP Cron','2025-12-08 07:53:40','2025-12-08 07:53:40'),
(983549,327871,'action created','2025-12-08 07:53:40','2025-12-08 07:53:40'),
(983550,327842,'action started via WP Cron','2025-12-08 07:53:40','2025-12-08 07:53:40'),
(983551,327842,'action complete via WP Cron','2025-12-08 07:53:40','2025-12-08 07:53:40'),
(983552,327872,'action created','2025-12-08 07:53:40','2025-12-08 07:53:40'),
(983553,327843,'action started via WP Cron','2025-12-08 07:53:40','2025-12-08 07:53:40'),
(983554,327843,'action complete via WP Cron','2025-12-08 07:53:40','2025-12-08 07:53:40'),
(983555,327873,'action created','2025-12-08 07:53:40','2025-12-08 07:53:40'),
(983556,327844,'action started via WP Cron','2025-12-08 07:53:40','2025-12-08 07:53:40'),
(983557,327844,'action complete via WP Cron','2025-12-08 07:53:40','2025-12-08 07:53:40'),
(983558,327874,'action created','2025-12-08 07:53:40','2025-12-08 07:53:40'),
(983559,327868,'action started via WP Cron','2025-12-08 07:53:40','2025-12-08 07:53:40'),
(983560,327868,'action complete via WP Cron','2025-12-08 07:53:40','2025-12-08 07:53:40'),
(983561,327870,'action started via WP Cron','2025-12-08 09:00:17','2025-12-08 09:00:17'),
(983562,327870,'action complete via WP Cron','2025-12-08 09:00:17','2025-12-08 09:00:17'),
(983563,327875,'action created','2025-12-08 09:00:17','2025-12-08 09:00:17'),
(983564,327853,'action started via WP Cron','2025-12-08 17:03:12','2025-12-08 17:03:12'),
(983565,327853,'action complete via WP Cron','2025-12-08 17:03:12','2025-12-08 17:03:12'),
(983566,327876,'action created','2025-12-08 17:03:12','2025-12-08 17:03:12'),
(983567,327875,'action started via WP Cron','2025-12-08 17:03:12','2025-12-08 17:03:12'),
(983568,327875,'action complete via WP Cron','2025-12-08 17:03:12','2025-12-08 17:03:12'),
(983569,327877,'action created','2025-12-08 17:03:12','2025-12-08 17:03:12'),
(983570,327877,'action started via WP Cron','2025-12-08 19:57:45','2025-12-08 19:57:45'),
(983571,327877,'action complete via WP Cron','2025-12-08 19:57:45','2025-12-08 19:57:45'),
(983572,327878,'action created','2025-12-08 19:57:45','2025-12-08 19:57:45'),
(983573,327878,'action started via WP Cron','2025-12-09 02:26:25','2025-12-09 02:26:25'),
(983574,327879,'action created','2025-12-09 02:26:26','2025-12-09 02:26:26'),
(983575,327878,'action complete via WP Cron','2025-12-09 02:26:31','2025-12-09 02:26:31'),
(983576,327880,'action created','2025-12-09 02:26:31','2025-12-09 02:26:31'),
(983577,327879,'action started via WP Cron','2025-12-09 02:26:40','2025-12-09 02:26:40'),
(983578,327879,'action complete via WP Cron','2025-12-09 02:26:41','2025-12-09 02:26:41'),
(983579,327880,'action started via WP Cron','2025-12-09 05:37:36','2025-12-09 05:37:36'),
(983580,327881,'action created','2025-12-09 05:37:36','2025-12-09 05:37:36'),
(983581,327880,'action complete via WP Cron','2025-12-09 05:37:41','2025-12-09 05:37:41'),
(983582,327882,'action created','2025-12-09 05:37:41','2025-12-09 05:37:41'),
(983583,327869,'action started via WP Cron','2025-12-09 05:37:48','2025-12-09 05:37:48'),
(983584,327883,'action created','2025-12-09 05:37:49','2025-12-09 05:37:49'),
(983585,327869,'action complete via WP Cron','2025-12-09 05:37:49','2025-12-09 05:37:49'),
(983586,327884,'action created','2025-12-09 05:37:49','2025-12-09 05:37:49'),
(983587,327876,'action started via Async Request','2025-12-09 05:38:00','2025-12-09 05:38:00'),
(983588,327876,'action complete via Async Request','2025-12-09 05:38:00','2025-12-09 05:38:00'),
(983589,327885,'action created','2025-12-09 05:38:00','2025-12-09 05:38:00'),
(983590,327881,'action started via Async Request','2025-12-09 05:38:17','2025-12-09 05:38:17'),
(983591,327881,'action complete via Async Request','2025-12-09 05:38:17','2025-12-09 05:38:17'),
(983592,327883,'action started via WP Cron','2025-12-09 05:38:30','2025-12-09 05:38:30'),
(983593,327883,'action complete via WP Cron','2025-12-09 05:38:30','2025-12-09 05:38:30'),
(983594,327882,'action started via WP Cron','2025-12-09 05:45:23','2025-12-09 05:45:23'),
(983595,327882,'action complete via WP Cron','2025-12-09 05:45:23','2025-12-09 05:45:23'),
(983596,327886,'action created','2025-12-09 05:45:23','2025-12-09 05:45:23'),
(983597,327886,'action started via WP Cron','2025-12-09 05:59:04','2025-12-09 05:59:04'),
(983598,327886,'action complete via WP Cron','2025-12-09 05:59:04','2025-12-09 05:59:04'),
(983599,327887,'action created','2025-12-09 05:59:04','2025-12-09 05:59:04'),
(983600,327887,'action started via WP Cron','2025-12-09 08:53:29','2025-12-09 08:53:29'),
(983601,327887,'action complete via WP Cron','2025-12-09 08:53:29','2025-12-09 08:53:29'),
(983602,327888,'action created','2025-12-09 08:53:29','2025-12-09 08:53:29'),
(983603,327871,'action started via WP Cron','2025-12-09 08:53:29','2025-12-09 08:53:29'),
(983604,327871,'action complete via WP Cron','2025-12-09 08:53:29','2025-12-09 08:53:29'),
(983605,327889,'action created','2025-12-09 08:53:29','2025-12-09 08:53:29'),
(983606,327872,'action started via WP Cron','2025-12-09 08:53:29','2025-12-09 08:53:29'),
(983607,327872,'action complete via WP Cron','2025-12-09 08:53:29','2025-12-09 08:53:29'),
(983608,327890,'action created','2025-12-09 08:53:29','2025-12-09 08:53:29'),
(983609,327873,'action started via WP Cron','2025-12-09 08:53:29','2025-12-09 08:53:29'),
(983610,327873,'action complete via WP Cron','2025-12-09 08:53:29','2025-12-09 08:53:29'),
(983611,327891,'action created','2025-12-09 08:53:29','2025-12-09 08:53:29'),
(983612,327874,'action started via WP Cron','2025-12-09 08:53:29','2025-12-09 08:53:29'),
(983613,327874,'action complete via WP Cron','2025-12-09 08:53:29','2025-12-09 08:53:29'),
(983614,327892,'action created','2025-12-09 08:53:29','2025-12-09 08:53:29'),
(983615,327888,'action started via WP Cron','2025-12-09 14:03:47','2025-12-09 14:03:47'),
(983616,327888,'action complete via WP Cron','2025-12-09 14:03:47','2025-12-09 14:03:47'),
(983617,327893,'action created','2025-12-09 14:03:47','2025-12-09 14:03:47'),
(983618,327893,'action started via WP Cron','2025-12-09 18:51:45','2025-12-09 18:51:45'),
(983619,327893,'action complete via WP Cron','2025-12-09 18:51:45','2025-12-09 18:51:45'),
(983620,327894,'action created','2025-12-09 18:51:45','2025-12-09 18:51:45'),
(983621,327885,'action started via WP Cron','2025-12-09 18:51:45','2025-12-09 18:51:45'),
(983622,327885,'action complete via WP Cron','2025-12-09 18:51:45','2025-12-09 18:51:45'),
(983623,327895,'action created','2025-12-09 18:51:45','2025-12-09 18:51:45'),
(983624,327894,'action started via WP Cron','2025-12-09 19:08:21','2025-12-09 19:08:21'),
(983625,327894,'action complete via WP Cron','2025-12-09 19:08:21','2025-12-09 19:08:21'),
(983626,327896,'action created','2025-12-09 19:08:21','2025-12-09 19:08:21'),
(983627,327896,'action started via WP Cron','2025-12-09 23:39:36','2025-12-09 23:39:36'),
(983628,327896,'action complete via WP Cron','2025-12-09 23:39:36','2025-12-09 23:39:36'),
(983629,327897,'action created','2025-12-09 23:39:36','2025-12-09 23:39:36'),
(983630,327897,'action started via WP Cron','2025-12-10 06:30:34','2025-12-10 06:30:34'),
(983631,327898,'action created','2025-12-10 06:30:34','2025-12-10 06:30:34'),
(983632,327897,'action complete via WP Cron','2025-12-10 06:30:39','2025-12-10 06:30:39'),
(983633,327899,'action created','2025-12-10 06:30:39','2025-12-10 06:30:39'),
(983634,327884,'action started via WP Cron','2025-12-10 06:30:51','2025-12-10 06:30:51'),
(983635,327900,'action created','2025-12-10 06:30:51','2025-12-10 06:30:51'),
(983636,327884,'action complete via WP Cron','2025-12-10 06:30:51','2025-12-10 06:30:51'),
(983637,327901,'action created','2025-12-10 06:30:51','2025-12-10 06:30:51'),
(983638,327898,'action started via Async Request','2025-12-10 06:31:02','2025-12-10 06:31:02'),
(983639,327898,'action complete via Async Request','2025-12-10 06:31:03','2025-12-10 06:31:03'),
(983640,327900,'action started via Async Request','2025-12-10 06:31:20','2025-12-10 06:31:20'),
(983641,327900,'action complete via Async Request','2025-12-10 06:31:20','2025-12-10 06:31:20'),
(983642,327899,'action started via WP Cron','2025-12-10 08:21:19','2025-12-10 08:21:19'),
(983643,327902,'action created','2025-12-10 08:21:19','2025-12-10 08:21:19'),
(983644,327899,'action complete via WP Cron','2025-12-10 08:21:24','2025-12-10 08:21:24'),
(983645,327903,'action created','2025-12-10 08:21:25','2025-12-10 08:21:25'),
(983646,327895,'action started via WP Cron','2025-12-10 08:21:31','2025-12-10 08:21:31'),
(983647,327895,'action complete via WP Cron','2025-12-10 08:21:31','2025-12-10 08:21:31'),
(983648,327904,'action created','2025-12-10 08:21:31','2025-12-10 08:21:31'),
(983649,327902,'action started via Async Request','2025-12-10 08:21:42','2025-12-10 08:21:42'),
(983650,327902,'action complete via Async Request','2025-12-10 08:21:42','2025-12-10 08:21:42'),
(983651,327903,'action started via WP Cron','2025-12-10 09:56:37','2025-12-10 09:56:37'),
(983652,327903,'action complete via WP Cron','2025-12-10 09:56:37','2025-12-10 09:56:37'),
(983653,327905,'action created','2025-12-10 09:56:37','2025-12-10 09:56:37'),
(983654,327889,'action started via WP Cron','2025-12-10 09:56:37','2025-12-10 09:56:37'),
(983655,327889,'action complete via WP Cron','2025-12-10 09:56:37','2025-12-10 09:56:37'),
(983656,327906,'action created','2025-12-10 09:56:37','2025-12-10 09:56:37'),
(983657,327890,'action started via WP Cron','2025-12-10 09:56:37','2025-12-10 09:56:37'),
(983658,327890,'action complete via WP Cron','2025-12-10 09:56:37','2025-12-10 09:56:37'),
(983659,327907,'action created','2025-12-10 09:56:37','2025-12-10 09:56:37'),
(983660,327891,'action started via WP Cron','2025-12-10 09:56:37','2025-12-10 09:56:37'),
(983661,327891,'action complete via WP Cron','2025-12-10 09:56:38','2025-12-10 09:56:38'),
(983662,327908,'action created','2025-12-10 09:56:38','2025-12-10 09:56:38'),
(983663,327892,'action started via WP Cron','2025-12-10 09:56:38','2025-12-10 09:56:38'),
(983664,327892,'action complete via WP Cron','2025-12-10 09:56:38','2025-12-10 09:56:38'),
(983665,327909,'action created','2025-12-10 09:56:38','2025-12-10 09:56:38'),
(983666,327905,'action started via WP Cron','2025-12-10 10:12:29','2025-12-10 10:12:29'),
(983667,327905,'action complete via WP Cron','2025-12-10 10:12:30','2025-12-10 10:12:30'),
(983668,327910,'action created','2025-12-10 10:12:30','2025-12-10 10:12:30'),
(983669,327910,'action started via WP Cron','2025-12-10 10:15:19','2025-12-10 10:15:19'),
(983670,327910,'action complete via WP Cron','2025-12-10 10:15:19','2025-12-10 10:15:19'),
(983671,327911,'action created','2025-12-10 10:15:19','2025-12-10 10:15:19'),
(983672,327911,'action started via WP Cron','2025-12-10 10:28:07','2025-12-10 10:28:07'),
(983673,327911,'action complete via WP Cron','2025-12-10 10:28:07','2025-12-10 10:28:07'),
(983674,327912,'action created','2025-12-10 10:28:07','2025-12-10 10:28:07'),
(983675,327912,'action started via WP Cron','2025-12-10 10:31:41','2025-12-10 10:31:41'),
(983676,327912,'action complete via WP Cron','2025-12-10 10:31:41','2025-12-10 10:31:41'),
(983677,327913,'action created','2025-12-10 10:31:41','2025-12-10 10:31:41'),
(983678,327913,'action started via WP Cron','2025-12-10 10:55:13','2025-12-10 10:55:13'),
(983679,327913,'action complete via WP Cron','2025-12-10 10:55:13','2025-12-10 10:55:13'),
(983680,327914,'action created','2025-12-10 10:55:13','2025-12-10 10:55:13'),
(983681,327914,'action started via WP Cron','2025-12-10 11:07:46','2025-12-10 11:07:46'),
(983682,327914,'action complete via WP Cron','2025-12-10 11:07:46','2025-12-10 11:07:46'),
(983683,327915,'action created','2025-12-10 11:07:46','2025-12-10 11:07:46'),
(983684,327915,'action started via WP Cron','2025-12-10 11:15:52','2025-12-10 11:15:52'),
(983685,327915,'action complete via WP Cron','2025-12-10 11:15:52','2025-12-10 11:15:52'),
(983686,327916,'action created','2025-12-10 11:15:52','2025-12-10 11:15:52'),
(983687,327916,'action started via WP Cron','2025-12-10 11:39:03','2025-12-10 11:39:03'),
(983688,327916,'action complete via WP Cron','2025-12-10 11:39:03','2025-12-10 11:39:03'),
(983689,327917,'action created','2025-12-10 11:39:03','2025-12-10 11:39:03'),
(983690,327917,'action started via WP Cron','2025-12-10 11:43:04','2025-12-10 11:43:04'),
(983691,327917,'action complete via WP Cron','2025-12-10 11:43:04','2025-12-10 11:43:04'),
(983692,327918,'action created','2025-12-10 11:43:05','2025-12-10 11:43:05'),
(983693,327918,'action started via WP Cron','2025-12-10 11:47:12','2025-12-10 11:47:12'),
(983694,327918,'action complete via WP Cron','2025-12-10 11:47:12','2025-12-10 11:47:12'),
(983695,327919,'action created','2025-12-10 11:47:13','2025-12-10 11:47:13'),
(983696,327919,'action started via WP Cron','2025-12-10 11:51:19','2025-12-10 11:51:19'),
(983697,327919,'action complete via WP Cron','2025-12-10 11:51:19','2025-12-10 11:51:19'),
(983698,327920,'action created','2025-12-10 11:51:19','2025-12-10 11:51:19'),
(983699,327920,'action started via WP Cron','2025-12-10 11:58:29','2025-12-10 11:58:29'),
(983700,327920,'action complete via WP Cron','2025-12-10 11:58:29','2025-12-10 11:58:29'),
(983701,327921,'action created','2025-12-10 11:58:29','2025-12-10 11:58:29'),
(983702,327921,'action started via WP Cron','2025-12-10 12:01:49','2025-12-10 12:01:49'),
(983703,327921,'action complete via WP Cron','2025-12-10 12:01:49','2025-12-10 12:01:49'),
(983704,327922,'action created','2025-12-10 12:01:49','2025-12-10 12:01:49'),
(983705,327922,'action started via WP Cron','2025-12-10 12:07:39','2025-12-10 12:07:39'),
(983706,327922,'action complete via WP Cron','2025-12-10 12:07:39','2025-12-10 12:07:39'),
(983707,327923,'action created','2025-12-10 12:07:39','2025-12-10 12:07:39'),
(983708,327923,'action started via WP Cron','2025-12-10 12:15:18','2025-12-10 12:15:18'),
(983709,327923,'action complete via WP Cron','2025-12-10 12:15:18','2025-12-10 12:15:18'),
(983710,327924,'action created','2025-12-10 12:15:18','2025-12-10 12:15:18'),
(983711,327924,'action started via WP Cron','2025-12-10 12:17:55','2025-12-10 12:17:55'),
(983712,327924,'action complete via WP Cron','2025-12-10 12:17:55','2025-12-10 12:17:55'),
(983713,327925,'action created','2025-12-10 12:17:55','2025-12-10 12:17:55'),
(983714,327925,'action started via WP Cron','2025-12-10 12:21:52','2025-12-10 12:21:52'),
(983715,327925,'action complete via WP Cron','2025-12-10 12:21:52','2025-12-10 12:21:52'),
(983716,327926,'action created','2025-12-10 12:21:52','2025-12-10 12:21:52'),
(983717,327926,'action started via WP Cron','2025-12-10 12:26:07','2025-12-10 12:26:07'),
(983718,327926,'action complete via WP Cron','2025-12-10 12:26:07','2025-12-10 12:26:07'),
(983719,327927,'action created','2025-12-10 12:26:07','2025-12-10 12:26:07'),
(983720,327927,'action started via WP Cron','2025-12-10 12:31:39','2025-12-10 12:31:39'),
(983721,327927,'action complete via WP Cron','2025-12-10 12:31:39','2025-12-10 12:31:39'),
(983722,327928,'action created','2025-12-10 12:31:39','2025-12-10 12:31:39'),
(983723,327928,'action started via WP Cron','2025-12-10 12:40:52','2025-12-10 12:40:52'),
(983724,327928,'action complete via WP Cron','2025-12-10 12:40:52','2025-12-10 12:40:52'),
(983725,327929,'action created','2025-12-10 12:40:52','2025-12-10 12:40:52'),
(983726,327929,'action started via WP Cron','2025-12-10 12:47:26','2025-12-10 12:47:26'),
(983727,327929,'action complete via WP Cron','2025-12-10 12:47:26','2025-12-10 12:47:26'),
(983728,327930,'action created','2025-12-10 12:47:26','2025-12-10 12:47:26'),
(983729,327930,'action started via WP Cron','2025-12-10 12:50:55','2025-12-10 12:50:55'),
(983730,327930,'action complete via WP Cron','2025-12-10 12:50:55','2025-12-10 12:50:55'),
(983731,327931,'action created','2025-12-10 12:50:55','2025-12-10 12:50:55'),
(983732,327931,'action started via WP Cron','2025-12-10 12:56:40','2025-12-10 12:56:40'),
(983733,327931,'action complete via WP Cron','2025-12-10 12:56:40','2025-12-10 12:56:40'),
(983734,327932,'action created','2025-12-10 12:56:40','2025-12-10 12:56:40'),
(983735,327932,'action started via WP Cron','2025-12-10 13:00:53','2025-12-10 13:00:53'),
(983736,327932,'action complete via WP Cron','2025-12-10 13:00:53','2025-12-10 13:00:53'),
(983737,327933,'action created','2025-12-10 13:00:53','2025-12-10 13:00:53'),
(983738,327933,'action started via WP Cron','2025-12-10 13:12:29','2025-12-10 13:12:29'),
(983739,327933,'action complete via WP Cron','2025-12-10 13:12:29','2025-12-10 13:12:29'),
(983740,327934,'action created','2025-12-10 13:12:29','2025-12-10 13:12:29'),
(983741,327934,'action started via WP Cron','2025-12-10 13:14:49','2025-12-10 13:14:49'),
(983742,327934,'action complete via WP Cron','2025-12-10 13:14:49','2025-12-10 13:14:49'),
(983743,327935,'action created','2025-12-10 13:14:49','2025-12-10 13:14:49'),
(983744,327935,'action started via WP Cron','2025-12-10 13:17:03','2025-12-10 13:17:03'),
(983745,327935,'action complete via WP Cron','2025-12-10 13:17:03','2025-12-10 13:17:03'),
(983746,327936,'action created','2025-12-10 13:17:03','2025-12-10 13:17:03'),
(983747,327936,'action started via WP Cron','2025-12-10 13:19:53','2025-12-10 13:19:53'),
(983748,327936,'action complete via WP Cron','2025-12-10 13:19:54','2025-12-10 13:19:54'),
(983749,327937,'action created','2025-12-10 13:19:54','2025-12-10 13:19:54'),
(983750,327937,'action started via WP Cron','2025-12-10 13:23:48','2025-12-10 13:23:48'),
(983751,327937,'action complete via WP Cron','2025-12-10 13:23:48','2025-12-10 13:23:48'),
(983752,327938,'action created','2025-12-10 13:23:48','2025-12-10 13:23:48'),
(983753,327938,'action started via WP Cron','2025-12-10 13:26:06','2025-12-10 13:26:06'),
(983754,327938,'action complete via WP Cron','2025-12-10 13:26:06','2025-12-10 13:26:06'),
(983755,327939,'action created','2025-12-10 13:26:06','2025-12-10 13:26:06'),
(983756,327939,'action started via WP Cron','2025-12-10 14:00:56','2025-12-10 14:00:56'),
(983757,327939,'action complete via WP Cron','2025-12-10 14:00:56','2025-12-10 14:00:56'),
(983758,327940,'action created','2025-12-10 14:00:56','2025-12-10 14:00:56'),
(983759,327940,'action started via WP Cron','2025-12-10 14:07:03','2025-12-10 14:07:03'),
(983760,327940,'action complete via WP Cron','2025-12-10 14:07:03','2025-12-10 14:07:03'),
(983761,327941,'action created','2025-12-10 14:07:04','2025-12-10 14:07:04'),
(983762,327941,'action started via WP Cron','2025-12-10 14:12:01','2025-12-10 14:12:01'),
(983763,327941,'action complete via WP Cron','2025-12-10 14:12:01','2025-12-10 14:12:01'),
(983764,327942,'action created','2025-12-10 14:12:01','2025-12-10 14:12:01'),
(983765,327942,'action started via WP Cron','2025-12-10 14:26:16','2025-12-10 14:26:16'),
(983766,327942,'action complete via WP Cron','2025-12-10 14:26:16','2025-12-10 14:26:16'),
(983767,327943,'action created','2025-12-10 14:26:16','2025-12-10 14:26:16'),
(983768,327943,'action started via WP Cron','2025-12-10 15:05:31','2025-12-10 15:05:31'),
(983769,327943,'action complete via WP Cron','2025-12-10 15:05:31','2025-12-10 15:05:31'),
(983770,327944,'action created','2025-12-10 15:05:31','2025-12-10 15:05:31'),
(983771,327944,'action started via WP Cron','2025-12-10 15:19:59','2025-12-10 15:19:59'),
(983772,327944,'action complete via WP Cron','2025-12-10 15:19:59','2025-12-10 15:19:59'),
(983773,327945,'action created','2025-12-10 15:19:59','2025-12-10 15:19:59'),
(983774,327945,'action started via WP Cron','2025-12-10 18:14:08','2025-12-10 18:14:08'),
(983775,327945,'action complete via WP Cron','2025-12-10 18:14:08','2025-12-10 18:14:08'),
(983776,327946,'action created','2025-12-10 18:14:08','2025-12-10 18:14:08'),
(983777,327946,'action started via WP Cron','2025-12-10 18:35:46','2025-12-10 18:35:46'),
(983778,327946,'action complete via WP Cron','2025-12-10 18:35:46','2025-12-10 18:35:46'),
(983779,327947,'action created','2025-12-10 18:35:46','2025-12-10 18:35:46'),
(983780,327947,'action started via WP Cron','2025-12-10 20:56:55','2025-12-10 20:56:55'),
(983781,327947,'action complete via WP Cron','2025-12-10 20:56:55','2025-12-10 20:56:55'),
(983782,327948,'action created','2025-12-10 20:56:55','2025-12-10 20:56:55'),
(983783,327904,'action started via WP Cron','2025-12-10 20:56:56','2025-12-10 20:56:56'),
(983784,327904,'action complete via WP Cron','2025-12-10 20:56:56','2025-12-10 20:56:56'),
(983785,327949,'action created','2025-12-10 20:56:56','2025-12-10 20:56:56'),
(983786,327948,'action started via WP Cron','2025-12-11 03:49:06','2025-12-11 03:49:06'),
(983787,327948,'action complete via WP Cron','2025-12-11 03:49:07','2025-12-11 03:49:07'),
(983788,327950,'action created','2025-12-11 03:49:07','2025-12-11 03:49:07'),
(983789,327772,'action started via Async Request','2025-12-11 03:49:12','2025-12-11 03:49:12'),
(983790,327772,'action complete via Async Request','2025-12-11 03:49:12','2025-12-11 03:49:12'),
(983791,327951,'action created','2025-12-11 03:49:12','2025-12-11 03:49:12'),
(983792,327901,'action started via Async Request','2025-12-11 03:49:28','2025-12-11 03:49:28'),
(983793,327952,'action created','2025-12-11 03:49:28','2025-12-11 03:49:28'),
(983794,327901,'action complete via Async Request','2025-12-11 03:49:28','2025-12-11 03:49:28'),
(983795,327953,'action created','2025-12-11 03:49:28','2025-12-11 03:49:28'),
(983796,327952,'action started via Async Request','2025-12-11 03:49:45','2025-12-11 03:49:45'),
(983797,327952,'action complete via Async Request','2025-12-11 03:49:45','2025-12-11 03:49:45'),
(983798,327950,'action started via WP Cron','2025-12-11 04:08:05','2025-12-11 04:08:05'),
(983799,327950,'action complete via WP Cron','2025-12-11 04:08:05','2025-12-11 04:08:05'),
(983800,327954,'action created','2025-12-11 04:08:05','2025-12-11 04:08:05'),
(983801,327954,'action started via WP Cron','2025-12-11 04:17:40','2025-12-11 04:17:40'),
(983802,327954,'action complete via WP Cron','2025-12-11 04:17:40','2025-12-11 04:17:40'),
(983803,327955,'action created','2025-12-11 04:17:40','2025-12-11 04:17:40'),
(983804,327955,'action started via WP Cron','2025-12-11 04:28:27','2025-12-11 04:28:27'),
(983805,327955,'action complete via WP Cron','2025-12-11 04:28:27','2025-12-11 04:28:27'),
(983806,327956,'action created','2025-12-11 04:28:27','2025-12-11 04:28:27'),
(983807,327956,'action started via WP Cron','2025-12-11 04:47:24','2025-12-11 04:47:24'),
(983808,327956,'action complete via WP Cron','2025-12-11 04:47:24','2025-12-11 04:47:24'),
(983809,327957,'action created','2025-12-11 04:47:24','2025-12-11 04:47:24'),
(983810,327957,'action started via WP Cron','2025-12-11 04:58:11','2025-12-11 04:58:11'),
(983811,327957,'action complete via WP Cron','2025-12-11 04:58:11','2025-12-11 04:58:11'),
(983812,327958,'action created','2025-12-11 04:58:11','2025-12-11 04:58:11'),
(983813,327958,'action started via WP Cron','2025-12-11 05:34:09','2025-12-11 05:34:09'),
(983814,327958,'action complete via WP Cron','2025-12-11 05:34:09','2025-12-11 05:34:09'),
(983815,327959,'action created','2025-12-11 05:34:09','2025-12-11 05:34:09'),
(983816,327959,'action started via WP Cron','2025-12-11 10:56:02','2025-12-11 10:56:02'),
(983817,327960,'action created','2025-12-11 10:56:02','2025-12-11 10:56:02'),
(983818,327959,'action complete via WP Cron','2025-12-11 10:56:07','2025-12-11 10:56:07'),
(983819,327961,'action created','2025-12-11 10:56:07','2025-12-11 10:56:07'),
(983820,327949,'action started via WP Cron','2025-12-11 10:56:14','2025-12-11 10:56:14'),
(983821,327949,'action complete via WP Cron','2025-12-11 10:56:14','2025-12-11 10:56:14'),
(983822,327962,'action created','2025-12-11 10:56:14','2025-12-11 10:56:14'),
(983823,327906,'action started via WP Cron','2025-12-11 10:56:21','2025-12-11 10:56:21'),
(983824,327906,'action complete via WP Cron','2025-12-11 10:56:21','2025-12-11 10:56:21'),
(983825,327963,'action created','2025-12-11 10:56:21','2025-12-11 10:56:21'),
(983826,327907,'action started via WP Cron','2025-12-11 10:56:21','2025-12-11 10:56:21'),
(983827,327907,'action complete via WP Cron','2025-12-11 10:56:21','2025-12-11 10:56:21'),
(983828,327964,'action created','2025-12-11 10:56:21','2025-12-11 10:56:21'),
(983829,327908,'action started via WP Cron','2025-12-11 10:56:21','2025-12-11 10:56:21'),
(983830,327908,'action complete via WP Cron','2025-12-11 10:56:21','2025-12-11 10:56:21'),
(983831,327965,'action created','2025-12-11 10:56:21','2025-12-11 10:56:21'),
(983832,327909,'action started via WP Cron','2025-12-11 10:56:21','2025-12-11 10:56:21'),
(983833,327909,'action complete via WP Cron','2025-12-11 10:56:21','2025-12-11 10:56:21'),
(983834,327966,'action created','2025-12-11 10:56:21','2025-12-11 10:56:21'),
(983835,327960,'action started via WP Cron','2025-12-11 10:56:21','2025-12-11 10:56:21'),
(983836,327960,'action complete via WP Cron','2025-12-11 10:56:22','2025-12-11 10:56:22'),
(983837,327961,'action started via WP Cron','2025-12-11 16:41:56','2025-12-11 16:41:56'),
(983838,327967,'action created','2025-12-11 16:41:57','2025-12-11 16:41:57'),
(983839,327961,'action complete via WP Cron','2025-12-11 16:42:02','2025-12-11 16:42:02'),
(983840,327968,'action created','2025-12-11 16:42:02','2025-12-11 16:42:02'),
(983841,327967,'action started via WP Cron','2025-12-11 16:42:08','2025-12-11 16:42:08'),
(983842,327967,'action complete via WP Cron','2025-12-11 16:42:09','2025-12-11 16:42:09'),
(983843,327968,'action started via WP Cron','2025-12-12 00:05:04','2025-12-12 00:05:04'),
(983844,327969,'action created','2025-12-12 00:05:04','2025-12-12 00:05:04'),
(983845,327968,'action complete via WP Cron','2025-12-12 00:05:09','2025-12-12 00:05:09'),
(983846,327970,'action created','2025-12-12 00:05:09','2025-12-12 00:05:09'),
(983847,327962,'action started via WP Cron','2025-12-12 00:05:20','2025-12-12 00:05:20'),
(983848,327962,'action complete via WP Cron','2025-12-12 00:05:20','2025-12-12 00:05:20'),
(983849,327971,'action created','2025-12-12 00:05:20','2025-12-12 00:05:20'),
(983850,327969,'action started via Async Request','2025-12-12 00:05:31','2025-12-12 00:05:31'),
(983851,327969,'action complete via Async Request','2025-12-12 00:05:32','2025-12-12 00:05:32'),
(983852,327970,'action started via WP Cron','2025-12-12 05:35:02','2025-12-12 05:35:02'),
(983853,327972,'action created','2025-12-12 05:35:02','2025-12-12 05:35:02'),
(983854,327970,'action complete via WP Cron','2025-12-12 05:35:07','2025-12-12 05:35:07'),
(983855,327973,'action created','2025-12-12 05:35:07','2025-12-12 05:35:07'),
(983856,327953,'action started via WP Cron','2025-12-12 05:35:13','2025-12-12 05:35:13'),
(983857,327974,'action created','2025-12-12 05:35:13','2025-12-12 05:35:13'),
(983858,327953,'action complete via WP Cron','2025-12-12 05:35:13','2025-12-12 05:35:13'),
(983859,327975,'action created','2025-12-12 05:35:13','2025-12-12 05:35:13'),
(983860,327972,'action started via Async Request','2025-12-12 05:35:24','2025-12-12 05:35:24'),
(983861,327972,'action complete via Async Request','2025-12-12 05:35:25','2025-12-12 05:35:25'),
(983862,327974,'action started via WP Cron','2025-12-12 05:35:36','2025-12-12 05:35:36'),
(983863,327974,'action complete via WP Cron','2025-12-12 05:35:36','2025-12-12 05:35:36'),
(983864,327973,'action started via WP Cron','2025-12-12 10:15:47','2025-12-12 10:15:47'),
(983865,327973,'action complete via WP Cron','2025-12-12 10:15:47','2025-12-12 10:15:47'),
(983866,327976,'action created','2025-12-12 10:15:47','2025-12-12 10:15:47'),
(983867,327976,'action started via WP Cron','2025-12-12 11:41:12','2025-12-12 11:41:12'),
(983868,327976,'action complete via WP Cron','2025-12-12 11:41:13','2025-12-12 11:41:13'),
(983869,327977,'action created','2025-12-12 11:41:13','2025-12-12 11:41:13'),
(983870,327963,'action started via WP Cron','2025-12-12 11:41:13','2025-12-12 11:41:13'),
(983871,327963,'action complete via WP Cron','2025-12-12 11:41:13','2025-12-12 11:41:13'),
(983872,327978,'action created','2025-12-12 11:41:13','2025-12-12 11:41:13'),
(983873,327964,'action started via WP Cron','2025-12-12 11:41:13','2025-12-12 11:41:13'),
(983874,327964,'action complete via WP Cron','2025-12-12 11:41:13','2025-12-12 11:41:13'),
(983875,327979,'action created','2025-12-12 11:41:13','2025-12-12 11:41:13'),
(983876,327965,'action started via WP Cron','2025-12-12 11:41:13','2025-12-12 11:41:13'),
(983877,327965,'action complete via WP Cron','2025-12-12 11:41:13','2025-12-12 11:41:13'),
(983878,327980,'action created','2025-12-12 11:41:13','2025-12-12 11:41:13'),
(983879,327966,'action started via WP Cron','2025-12-12 11:41:13','2025-12-12 11:41:13'),
(983880,327966,'action complete via WP Cron','2025-12-12 11:41:13','2025-12-12 11:41:13'),
(983881,327981,'action created','2025-12-12 11:41:13','2025-12-12 11:41:13'),
(983882,327977,'action started via WP Cron','2025-12-12 11:53:46','2025-12-12 11:53:46'),
(983883,327977,'action complete via WP Cron','2025-12-12 11:53:47','2025-12-12 11:53:47'),
(983884,327982,'action created','2025-12-12 11:53:47','2025-12-12 11:53:47'),
(983885,327982,'action started via WP Cron','2025-12-12 15:12:06','2025-12-12 15:12:06'),
(983886,327982,'action complete via WP Cron','2025-12-12 15:12:06','2025-12-12 15:12:06'),
(983887,327983,'action created','2025-12-12 15:12:06','2025-12-12 15:12:06'),
(983888,327971,'action started via WP Cron','2025-12-12 15:12:06','2025-12-12 15:12:06'),
(983889,327971,'action complete via WP Cron','2025-12-12 15:12:06','2025-12-12 15:12:06'),
(983890,327984,'action created','2025-12-12 15:12:06','2025-12-12 15:12:06'),
(983891,327983,'action started via WP Cron','2025-12-12 19:38:55','2025-12-12 19:38:55'),
(983892,327985,'action created','2025-12-12 19:38:55','2025-12-12 19:38:55'),
(983893,327983,'action complete via WP Cron','2025-12-12 19:39:00','2025-12-12 19:39:00'),
(983894,327986,'action created','2025-12-12 19:39:00','2025-12-12 19:39:00'),
(983895,327985,'action started via WP Cron','2025-12-12 19:39:07','2025-12-12 19:39:07'),
(983896,327985,'action complete via WP Cron','2025-12-12 19:39:07','2025-12-12 19:39:07');
/*!40000 ALTER TABLE `wp_actionscheduler_logs` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_commentmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_commentmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `comment_id` (`comment_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=10 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 */;
INSERT INTO `wp_commentmeta` VALUES
(1,2,'akismet_result','false'),
(2,2,'akismet_history','a:2:{s:4:\"time\";d:1540734885.986859;s:5:\"event\";s:9:\"check-ham\";}'),
(3,2,'akismet_history','a:3:{s:4:\"time\";d:1540770220.394959;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:17:\"gmariah@gmail.com\";}'),
(4,3,'akismet_result','false'),
(5,3,'akismet_history','a:2:{s:4:\"time\";d:1700721301.64945;s:5:\"event\";s:9:\"check-ham\";}'),
(6,3,'akismet_history','a:3:{s:4:\"time\";d:1718995918.159584;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:17:\"gmariah@gmail.com\";}'),
(7,4,'akismet_result','false'),
(8,4,'akismet_history','a:2:{s:4:\"time\";d:1700865738.112144;s:5:\"event\";s:9:\"check-ham\";}'),
(9,4,'akismet_history','a:3:{s:4:\"time\";d:1718995914.955238;s:5:\"event\";s:15:\"status-approved\";s:4:\"user\";s:17:\"gmariah@gmail.com\";}');
/*!40000 ALTER TABLE `wp_commentmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_comments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_comments` (
  `comment_ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `comment_post_ID` bigint(20) unsigned NOT NULL DEFAULT 0,
  `comment_author` tinytext NOT NULL,
  `comment_author_email` varchar(100) NOT NULL DEFAULT '',
  `comment_author_url` varchar(200) NOT NULL DEFAULT '',
  `comment_author_IP` varchar(100) NOT NULL DEFAULT '',
  `comment_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `comment_content` text NOT NULL,
  `comment_karma` int(11) NOT NULL DEFAULT 0,
  `comment_approved` varchar(20) NOT NULL DEFAULT '1',
  `comment_agent` varchar(255) NOT NULL DEFAULT '',
  `comment_type` varchar(20) NOT NULL DEFAULT 'comment',
  `comment_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`comment_ID`),
  KEY `comment_post_ID` (`comment_post_ID`),
  KEY `comment_approved_date_gmt` (`comment_approved`,`comment_date_gmt`),
  KEY `comment_date_gmt` (`comment_date_gmt`),
  KEY `comment_parent` (`comment_parent`),
  KEY `comment_author_email` (`comment_author_email`(10)),
  KEY `woo_idx_comment_type` (`comment_type`)
) ENGINE=InnoDB AUTO_INCREMENT=5 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
(2,1125,'Tim','tim@tacticalblueprint.com','https://tacticalblueprint.com/titan-fitness-ruck-plates-for-the-ruck-march/','184.89.167.173','2018-10-28 13:54:45','2018-10-28 13:54:45','Ruck plates might be a good option for those that aspire to these minute man standards',0,'1','','comment',0,0),
(3,2279,'Dirk Riley','coastalranchhouse@gmail.com','','73.241.225.244','2023-11-23 06:35:01','2023-11-23 06:35:01','Have a awesome thanksgiving Bill.very well put.Thanks for preaching the gospel. Always praying for your ministry. God Bless you and your family.',0,'1','','comment',0,0),
(4,2279,'Iron Spear','ironspearoutfitters@outlook.com','http://www.ironspearoutfitters.com','98.97.117.34','2023-11-24 22:42:18','2023-11-24 22:42:18','Awesome!!! great hike Bill',0,'1','','comment',0,0);
/*!40000 ALTER TABLE `wp_comments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_gla_ads_recommendations`
--

DROP TABLE IF EXISTS `wp_gla_ads_recommendations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_gla_ads_recommendations` (
  `recommendation_id` bigint(20) NOT NULL,
  `recommendation_type` varchar(64) NOT NULL,
  `recommendation_resource_name` varchar(255) NOT NULL,
  `recommendation_campaign_id` bigint(20) NOT NULL,
  `recommendation_campaign_name` varchar(255) NOT NULL,
  `recommendation_campaign_status` varchar(64) NOT NULL,
  `recommendation_customer_id` bigint(20) NOT NULL,
  `recommendation_last_synced` datetime NOT NULL,
  PRIMARY KEY (`recommendation_id`),
  KEY `recommendation_type` (`recommendation_type`),
  KEY `recommendation_campaign_id` (`recommendation_campaign_id`),
  KEY `recommendation_customer_id` (`recommendation_customer_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_gla_ads_recommendations`
--

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

--
-- Table structure for table `wp_gla_attribute_mapping_rules`
--

DROP TABLE IF EXISTS `wp_gla_attribute_mapping_rules`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_gla_attribute_mapping_rules` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `attribute` varchar(255) NOT NULL,
  `source` varchar(100) NOT NULL,
  `category_condition_type` varchar(10) NOT NULL,
  `categories` text DEFAULT '',
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_gla_attribute_mapping_rules`
--

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

--
-- Table structure for table `wp_gla_budget_recommendations`
--

DROP TABLE IF EXISTS `wp_gla_budget_recommendations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_gla_budget_recommendations` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `currency` varchar(3) NOT NULL,
  `country` varchar(2) NOT NULL,
  `daily_budget` int(11) NOT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `country_currency` (`country`,`currency`)
) ENGINE=InnoDB AUTO_INCREMENT=4231 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_gla_budget_recommendations`
--

LOCK TABLES `wp_gla_budget_recommendations` WRITE;
/*!40000 ALTER TABLE `wp_gla_budget_recommendations` DISABLE KEYS */;
INSERT INTO `wp_gla_budget_recommendations` VALUES
(1,'AED','US',55),
(2,'AED','CH',50),
(3,'AED','AU',50),
(4,'AED','GB',64),
(5,'AED','DE',64),
(6,'AED','DK',51),
(7,'AED','AT',44),
(8,'AED','NO',44),
(9,'AED','CA',51),
(10,'AED','NL',51),
(11,'AED','SE',51),
(12,'AED','IE',40),
(13,'AED','BE',40),
(14,'AED','FI',40),
(15,'AED','FR',51),
(16,'AED','NZ',44),
(17,'AED','HK',22),
(18,'AED','CZ',44),
(19,'AED','SK',40),
(20,'AED','AE',51),
(21,'AED','SG',51),
(22,'AED','IL',51),
(23,'AED','KW',24),
(24,'AED','IT',50),
(25,'AED','JP',64),
(26,'AED','ES',50),
(27,'AED','VE',50),
(28,'AED','HU',40),
(29,'AED','PT',44),
(30,'AED','GR',44),
(31,'AED','KR',22),
(32,'AED','TW',44),
(33,'AED','PL',20),
(34,'AED','ZM',50),
(35,'AED','PR',50),
(36,'AED','CI',50),
(37,'AED','RO',40),
(38,'AED','BH',24),
(39,'AED','PA',50),
(40,'AED','GH',50),
(41,'AED','KH',50),
(42,'AED','SN',50),
(43,'AED','SA',24),
(44,'AED','RU',51),
(45,'AED','UG',50),
(46,'AED','BR',20),
(47,'AED','NI',50),
(48,'AED','MG',50),
(49,'AED','DO',50),
(50,'AED','MX',22),
(51,'AED','OM',24),
(52,'AED','CM',50),
(53,'AED','ZA',50),
(54,'AED','CL',50),
(55,'AED','KE',50),
(56,'AED','NP',50),
(57,'AED','PE',50),
(58,'AED','UA',50),
(59,'AED','MZ',50),
(60,'AED','TZ',50),
(61,'AED','AO',50),
(62,'AED','JO',24),
(63,'AED','ZW',50),
(64,'AED','TR',40),
(65,'AED','MU',50),
(66,'AED','SV',50),
(67,'AED','TH',22),
(68,'AED','CO',50),
(69,'AED','LK',50),
(70,'AED','CR',50),
(71,'AED','AR',24),
(72,'AED','MA',24),
(73,'AED','MY',50),
(74,'AED','KZ',50),
(75,'AED','DZ',24),
(76,'AED','ID',24),
(77,'AED','NG',50),
(78,'AED','GT',50),
(79,'AED','VN',20),
(80,'AED','BY',50),
(81,'AED','EG',24),
(82,'AED','UY',50),
(83,'AED','BD',50),
(84,'AED','PK',50),
(85,'AED','PH',50),
(86,'AED','ET',50),
(87,'AED','TN',24),
(88,'AED','LB',24),
(89,'AED','IN',20),
(90,'AED','PY',50),
(91,'AED','UZ',50),
(92,'AED','EC',50),
(93,'AED','MM',50),
(94,'AED','GE',50),
(95,'ARS','US',5347),
(96,'ARS','CH',4812),
(97,'ARS','AU',4812),
(98,'ARS','GB',6238),
(99,'ARS','DE',6238),
(100,'ARS','DK',4991),
(101,'ARS','AT',4278),
(102,'ARS','NO',4278),
(103,'ARS','CA',4991),
(104,'ARS','NL',4991),
(105,'ARS','SE',4991),
(106,'ARS','IE',3921),
(107,'ARS','BE',3921),
(108,'ARS','FI',3921),
(109,'ARS','FR',4991),
(110,'ARS','NZ',4278),
(111,'ARS','HK',2139),
(112,'ARS','CZ',4278),
(113,'ARS','SK',3921),
(114,'ARS','AE',4991),
(115,'ARS','SG',4991),
(116,'ARS','IL',4991),
(117,'ARS','KW',2317),
(118,'ARS','IT',4812),
(119,'ARS','JP',6238),
(120,'ARS','ES',4812),
(121,'ARS','VE',4812),
(122,'ARS','HU',3921),
(123,'ARS','PT',4278),
(124,'ARS','GR',4278),
(125,'ARS','KR',2139),
(126,'ARS','TW',4278),
(127,'ARS','PL',1961),
(128,'ARS','ZM',4812),
(129,'ARS','PR',4812),
(130,'ARS','CI',4812),
(131,'ARS','RO',3921),
(132,'ARS','BH',2317),
(133,'ARS','PA',4812),
(134,'ARS','GH',4812),
(135,'ARS','KH',4812),
(136,'ARS','SN',4812),
(137,'ARS','SA',2317),
(138,'ARS','RU',4991),
(139,'ARS','UG',4812),
(140,'ARS','BR',1961),
(141,'ARS','NI',4812),
(142,'ARS','MG',4812),
(143,'ARS','DO',4812),
(144,'ARS','MX',2139),
(145,'ARS','OM',2317),
(146,'ARS','CM',4812),
(147,'ARS','ZA',4812),
(148,'ARS','CL',4812),
(149,'ARS','KE',4812),
(150,'ARS','NP',4812),
(151,'ARS','PE',4812),
(152,'ARS','UA',4812),
(153,'ARS','MZ',4812),
(154,'ARS','TZ',4812),
(155,'ARS','AO',4812),
(156,'ARS','JO',2317),
(157,'ARS','ZW',4812),
(158,'ARS','TR',3921),
(159,'ARS','MU',4812),
(160,'ARS','SV',4812),
(161,'ARS','TH',2139),
(162,'ARS','CO',4812),
(163,'ARS','LK',4812),
(164,'ARS','CR',4812),
(165,'ARS','AR',2317),
(166,'ARS','MA',2317),
(167,'ARS','MY',4812),
(168,'ARS','KZ',4812),
(169,'ARS','DZ',2317),
(170,'ARS','ID',2317),
(171,'ARS','NG',4812),
(172,'ARS','GT',4812),
(173,'ARS','VN',1961),
(174,'ARS','BY',4812),
(175,'ARS','EG',2317),
(176,'ARS','UY',4812),
(177,'ARS','BD',4812),
(178,'ARS','PK',4812),
(179,'ARS','PH',4812),
(180,'ARS','ET',4812),
(181,'ARS','TN',2317),
(182,'ARS','LB',2317),
(183,'ARS','IN',1961),
(184,'ARS','PY',4812),
(185,'ARS','UZ',4812),
(186,'ARS','EC',4812),
(187,'ARS','MM',4812),
(188,'ARS','GE',4812),
(189,'AUD','US',23),
(190,'AUD','CH',21),
(191,'AUD','AU',21),
(192,'AUD','GB',27),
(193,'AUD','DE',27),
(194,'AUD','DK',21),
(195,'AUD','AT',18),
(196,'AUD','NO',18),
(197,'AUD','CA',21),
(198,'AUD','NL',21),
(199,'AUD','SE',21),
(200,'AUD','IE',17),
(201,'AUD','BE',17),
(202,'AUD','FI',17),
(203,'AUD','FR',21),
(204,'AUD','NZ',18),
(205,'AUD','HK',9),
(206,'AUD','CZ',18),
(207,'AUD','SK',17),
(208,'AUD','AE',21),
(209,'AUD','SG',21),
(210,'AUD','IL',21),
(211,'AUD','KW',10),
(212,'AUD','IT',21),
(213,'AUD','JP',27),
(214,'AUD','ES',21),
(215,'AUD','VE',21),
(216,'AUD','HU',17),
(217,'AUD','PT',18),
(218,'AUD','GR',18),
(219,'AUD','KR',9),
(220,'AUD','TW',18),
(221,'AUD','PL',8),
(222,'AUD','ZM',21),
(223,'AUD','PR',21),
(224,'AUD','CI',21),
(225,'AUD','RO',17),
(226,'AUD','BH',10),
(227,'AUD','PA',21),
(228,'AUD','GH',21),
(229,'AUD','KH',21),
(230,'AUD','SN',21),
(231,'AUD','SA',10),
(232,'AUD','RU',21),
(233,'AUD','UG',21),
(234,'AUD','BR',8),
(235,'AUD','NI',21),
(236,'AUD','MG',21),
(237,'AUD','DO',21),
(238,'AUD','MX',9),
(239,'AUD','OM',10),
(240,'AUD','CM',21),
(241,'AUD','ZA',21),
(242,'AUD','CL',21),
(243,'AUD','KE',21),
(244,'AUD','NP',21),
(245,'AUD','PE',21),
(246,'AUD','UA',21),
(247,'AUD','MZ',21),
(248,'AUD','TZ',21),
(249,'AUD','AO',21),
(250,'AUD','JO',10),
(251,'AUD','ZW',21),
(252,'AUD','TR',17),
(253,'AUD','MU',21),
(254,'AUD','SV',21),
(255,'AUD','TH',9),
(256,'AUD','CO',21),
(257,'AUD','LK',21),
(258,'AUD','CR',21),
(259,'AUD','AR',10),
(260,'AUD','MA',10),
(261,'AUD','MY',21),
(262,'AUD','KZ',21),
(263,'AUD','DZ',10),
(264,'AUD','ID',10),
(265,'AUD','NG',21),
(266,'AUD','GT',21),
(267,'AUD','VN',8),
(268,'AUD','BY',21),
(269,'AUD','EG',10),
(270,'AUD','UY',21),
(271,'AUD','BD',21),
(272,'AUD','PK',21),
(273,'AUD','PH',21),
(274,'AUD','ET',21),
(275,'AUD','TN',10),
(276,'AUD','LB',10),
(277,'AUD','IN',8),
(278,'AUD','PY',21),
(279,'AUD','UZ',21),
(280,'AUD','EC',21),
(281,'AUD','MM',21),
(282,'AUD','GE',21),
(283,'BGN','US',27),
(284,'BGN','CH',24),
(285,'BGN','AU',24),
(286,'BGN','GB',31),
(287,'BGN','DE',31),
(288,'BGN','DK',25),
(289,'BGN','AT',22),
(290,'BGN','NO',22),
(291,'BGN','CA',25),
(292,'BGN','NL',25),
(293,'BGN','SE',25),
(294,'BGN','IE',20),
(295,'BGN','BE',20),
(296,'BGN','FI',20),
(297,'BGN','FR',25),
(298,'BGN','NZ',22),
(299,'BGN','HK',11),
(300,'BGN','CZ',22),
(301,'BGN','SK',20),
(302,'BGN','AE',25),
(303,'BGN','SG',25),
(304,'BGN','IL',25),
(305,'BGN','KW',12),
(306,'BGN','IT',24),
(307,'BGN','JP',31),
(308,'BGN','ES',24),
(309,'BGN','VE',24),
(310,'BGN','HU',20),
(311,'BGN','PT',22),
(312,'BGN','GR',22),
(313,'BGN','KR',11),
(314,'BGN','TW',22),
(315,'BGN','PL',10),
(316,'BGN','ZM',24),
(317,'BGN','PR',24),
(318,'BGN','CI',24),
(319,'BGN','RO',20),
(320,'BGN','BH',12),
(321,'BGN','PA',24),
(322,'BGN','GH',24),
(323,'BGN','KH',24),
(324,'BGN','SN',24),
(325,'BGN','SA',12),
(326,'BGN','RU',25),
(327,'BGN','UG',24),
(328,'BGN','BR',10),
(329,'BGN','NI',24),
(330,'BGN','MG',24),
(331,'BGN','DO',24),
(332,'BGN','MX',11),
(333,'BGN','OM',12),
(334,'BGN','CM',24),
(335,'BGN','ZA',24),
(336,'BGN','CL',24),
(337,'BGN','KE',24),
(338,'BGN','NP',24),
(339,'BGN','PE',24),
(340,'BGN','UA',24),
(341,'BGN','MZ',24),
(342,'BGN','TZ',24),
(343,'BGN','AO',24),
(344,'BGN','JO',12),
(345,'BGN','ZW',24),
(346,'BGN','TR',20),
(347,'BGN','MU',24),
(348,'BGN','SV',24),
(349,'BGN','TH',11),
(350,'BGN','CO',24),
(351,'BGN','LK',24),
(352,'BGN','CR',24),
(353,'BGN','AR',12),
(354,'BGN','MA',12),
(355,'BGN','MY',24),
(356,'BGN','KZ',24),
(357,'BGN','DZ',12),
(358,'BGN','ID',12),
(359,'BGN','NG',24),
(360,'BGN','GT',24),
(361,'BGN','VN',10),
(362,'BGN','BY',24),
(363,'BGN','EG',12),
(364,'BGN','UY',24),
(365,'BGN','BD',24),
(366,'BGN','PK',24),
(367,'BGN','PH',24),
(368,'BGN','ET',24),
(369,'BGN','TN',12),
(370,'BGN','LB',12),
(371,'BGN','IN',10),
(372,'BGN','PY',24),
(373,'BGN','UZ',24),
(374,'BGN','EC',24),
(375,'BGN','MM',24),
(376,'BGN','GE',24),
(377,'BOB','US',104),
(378,'BOB','CH',93),
(379,'BOB','AU',93),
(380,'BOB','GB',121),
(381,'BOB','DE',121),
(382,'BOB','DK',97),
(383,'BOB','AT',83),
(384,'BOB','NO',83),
(385,'BOB','CA',97),
(386,'BOB','NL',97),
(387,'BOB','SE',97),
(388,'BOB','IE',76),
(389,'BOB','BE',76),
(390,'BOB','FI',76),
(391,'BOB','FR',97),
(392,'BOB','NZ',83),
(393,'BOB','HK',41),
(394,'BOB','CZ',83),
(395,'BOB','SK',76),
(396,'BOB','AE',97),
(397,'BOB','SG',97),
(398,'BOB','IL',97),
(399,'BOB','KW',45),
(400,'BOB','IT',93),
(401,'BOB','JP',121),
(402,'BOB','ES',93),
(403,'BOB','VE',93),
(404,'BOB','HU',76),
(405,'BOB','PT',83),
(406,'BOB','GR',83),
(407,'BOB','KR',41),
(408,'BOB','TW',83),
(409,'BOB','PL',38),
(410,'BOB','ZM',93),
(411,'BOB','PR',93),
(412,'BOB','CI',93),
(413,'BOB','RO',76),
(414,'BOB','BH',45),
(415,'BOB','PA',93),
(416,'BOB','GH',93),
(417,'BOB','KH',93),
(418,'BOB','SN',93),
(419,'BOB','SA',45),
(420,'BOB','RU',97),
(421,'BOB','UG',93),
(422,'BOB','BR',38),
(423,'BOB','NI',93),
(424,'BOB','MG',93),
(425,'BOB','DO',93),
(426,'BOB','MX',41),
(427,'BOB','OM',45),
(428,'BOB','CM',93),
(429,'BOB','ZA',93),
(430,'BOB','CL',93),
(431,'BOB','KE',93),
(432,'BOB','NP',93),
(433,'BOB','PE',93),
(434,'BOB','UA',93),
(435,'BOB','MZ',93),
(436,'BOB','TZ',93),
(437,'BOB','AO',93),
(438,'BOB','JO',45),
(439,'BOB','ZW',93),
(440,'BOB','TR',76),
(441,'BOB','MU',93),
(442,'BOB','SV',93),
(443,'BOB','TH',41),
(444,'BOB','CO',93),
(445,'BOB','LK',93),
(446,'BOB','CR',93),
(447,'BOB','AR',45),
(448,'BOB','MA',45),
(449,'BOB','MY',93),
(450,'BOB','KZ',93),
(451,'BOB','DZ',45),
(452,'BOB','ID',45),
(453,'BOB','NG',93),
(454,'BOB','GT',93),
(455,'BOB','VN',38),
(456,'BOB','BY',93),
(457,'BOB','EG',45),
(458,'BOB','UY',93),
(459,'BOB','BD',93),
(460,'BOB','PK',93),
(461,'BOB','PH',93),
(462,'BOB','ET',93),
(463,'BOB','TN',45),
(464,'BOB','LB',45),
(465,'BOB','IN',38),
(466,'BOB','PY',93),
(467,'BOB','UZ',93),
(468,'BOB','EC',93),
(469,'BOB','MM',93),
(470,'BOB','GE',93),
(471,'BRL','US',73),
(472,'BRL','CH',66),
(473,'BRL','AU',66),
(474,'BRL','GB',86),
(475,'BRL','DE',86),
(476,'BRL','DK',69),
(477,'BRL','AT',59),
(478,'BRL','NO',59),
(479,'BRL','CA',69),
(480,'BRL','NL',69),
(481,'BRL','SE',69),
(482,'BRL','IE',54),
(483,'BRL','BE',54),
(484,'BRL','FI',54),
(485,'BRL','FR',69),
(486,'BRL','NZ',59),
(487,'BRL','HK',29),
(488,'BRL','CZ',59),
(489,'BRL','SK',54),
(490,'BRL','AE',69),
(491,'BRL','SG',69),
(492,'BRL','IL',69),
(493,'BRL','KW',32),
(494,'BRL','IT',66),
(495,'BRL','JP',86),
(496,'BRL','ES',66),
(497,'BRL','VE',66),
(498,'BRL','HU',54),
(499,'BRL','PT',59),
(500,'BRL','GR',59),
(501,'BRL','KR',29),
(502,'BRL','TW',59),
(503,'BRL','PL',27),
(504,'BRL','ZM',66),
(505,'BRL','PR',66),
(506,'BRL','CI',66),
(507,'BRL','RO',54),
(508,'BRL','BH',32),
(509,'BRL','PA',66),
(510,'BRL','GH',66),
(511,'BRL','KH',66),
(512,'BRL','SN',66),
(513,'BRL','SA',32),
(514,'BRL','RU',69),
(515,'BRL','UG',66),
(516,'BRL','BR',27),
(517,'BRL','NI',66),
(518,'BRL','MG',66),
(519,'BRL','DO',66),
(520,'BRL','MX',29),
(521,'BRL','OM',32),
(522,'BRL','CM',66),
(523,'BRL','ZA',66),
(524,'BRL','CL',66),
(525,'BRL','KE',66),
(526,'BRL','NP',66),
(527,'BRL','PE',66),
(528,'BRL','UA',66),
(529,'BRL','MZ',66),
(530,'BRL','TZ',66),
(531,'BRL','AO',66),
(532,'BRL','JO',32),
(533,'BRL','ZW',66),
(534,'BRL','TR',54),
(535,'BRL','MU',66),
(536,'BRL','SV',66),
(537,'BRL','TH',29),
(538,'BRL','CO',66),
(539,'BRL','LK',66),
(540,'BRL','CR',66),
(541,'BRL','AR',32),
(542,'BRL','MA',32),
(543,'BRL','MY',66),
(544,'BRL','KZ',66),
(545,'BRL','DZ',32),
(546,'BRL','ID',32),
(547,'BRL','NG',66),
(548,'BRL','GT',66),
(549,'BRL','VN',27),
(550,'BRL','BY',66),
(551,'BRL','EG',32),
(552,'BRL','UY',66),
(553,'BRL','BD',66),
(554,'BRL','PK',66),
(555,'BRL','PH',66),
(556,'BRL','ET',66),
(557,'BRL','TN',32),
(558,'BRL','LB',32),
(559,'BRL','IN',27),
(560,'BRL','PY',66),
(561,'BRL','UZ',66),
(562,'BRL','EC',66),
(563,'BRL','MM',66),
(564,'BRL','GE',66),
(565,'CAD','US',21),
(566,'CAD','CH',18),
(567,'CAD','AU',18),
(568,'CAD','GB',24),
(569,'CAD','DE',24),
(570,'CAD','DK',19),
(571,'CAD','AT',16),
(572,'CAD','NO',16),
(573,'CAD','CA',19),
(574,'CAD','NL',19),
(575,'CAD','SE',19),
(576,'CAD','IE',15),
(577,'CAD','BE',15),
(578,'CAD','FI',15),
(579,'CAD','FR',19),
(580,'CAD','NZ',16),
(581,'CAD','HK',8),
(582,'CAD','CZ',16),
(583,'CAD','SK',15),
(584,'CAD','AE',19),
(585,'CAD','SG',19),
(586,'CAD','IL',19),
(587,'CAD','KW',9),
(588,'CAD','IT',18),
(589,'CAD','JP',24),
(590,'CAD','ES',18),
(591,'CAD','VE',18),
(592,'CAD','HU',15),
(593,'CAD','PT',16),
(594,'CAD','GR',16),
(595,'CAD','KR',8),
(596,'CAD','TW',16),
(597,'CAD','PL',8),
(598,'CAD','ZM',18),
(599,'CAD','PR',18),
(600,'CAD','CI',18),
(601,'CAD','RO',15),
(602,'CAD','BH',9),
(603,'CAD','PA',18),
(604,'CAD','GH',18),
(605,'CAD','KH',18),
(606,'CAD','SN',18),
(607,'CAD','SA',9),
(608,'CAD','RU',19),
(609,'CAD','UG',18),
(610,'CAD','BR',8),
(611,'CAD','NI',18),
(612,'CAD','MG',18),
(613,'CAD','DO',18),
(614,'CAD','MX',8),
(615,'CAD','OM',9),
(616,'CAD','CM',18),
(617,'CAD','ZA',18),
(618,'CAD','CL',18),
(619,'CAD','KE',18),
(620,'CAD','NP',18),
(621,'CAD','PE',18),
(622,'CAD','UA',18),
(623,'CAD','MZ',18),
(624,'CAD','TZ',18),
(625,'CAD','AO',18),
(626,'CAD','JO',9),
(627,'CAD','ZW',18),
(628,'CAD','TR',15),
(629,'CAD','MU',18),
(630,'CAD','SV',18),
(631,'CAD','TH',8),
(632,'CAD','CO',18),
(633,'CAD','LK',18),
(634,'CAD','CR',18),
(635,'CAD','AR',9),
(636,'CAD','MA',9),
(637,'CAD','MY',18),
(638,'CAD','KZ',18),
(639,'CAD','DZ',9),
(640,'CAD','ID',9),
(641,'CAD','NG',18),
(642,'CAD','GT',18),
(643,'CAD','VN',8),
(644,'CAD','BY',18),
(645,'CAD','EG',9),
(646,'CAD','UY',18),
(647,'CAD','BD',18),
(648,'CAD','PK',18),
(649,'CAD','PH',18),
(650,'CAD','ET',18),
(651,'CAD','TN',9),
(652,'CAD','LB',9),
(653,'CAD','IN',8),
(654,'CAD','PY',18),
(655,'CAD','UZ',18),
(656,'CAD','EC',18),
(657,'CAD','MM',18),
(658,'CAD','GE',18),
(659,'CHF','US',13),
(660,'CHF','CH',12),
(661,'CHF','AU',12),
(662,'CHF','GB',15),
(663,'CHF','DE',15),
(664,'CHF','DK',12),
(665,'CHF','AT',11),
(666,'CHF','NO',11),
(667,'CHF','CA',12),
(668,'CHF','NL',12),
(669,'CHF','SE',12),
(670,'CHF','IE',10),
(671,'CHF','BE',10),
(672,'CHF','FI',10),
(673,'CHF','FR',12),
(674,'CHF','NZ',11),
(675,'CHF','HK',5),
(676,'CHF','CZ',11),
(677,'CHF','SK',10),
(678,'CHF','AE',12),
(679,'CHF','SG',12),
(680,'CHF','IL',12),
(681,'CHF','KW',6),
(682,'CHF','IT',12),
(683,'CHF','JP',15),
(684,'CHF','ES',12),
(685,'CHF','VE',12),
(686,'CHF','HU',10),
(687,'CHF','PT',11),
(688,'CHF','GR',11),
(689,'CHF','KR',5),
(690,'CHF','TW',11),
(691,'CHF','PL',5),
(692,'CHF','ZM',12),
(693,'CHF','PR',12),
(694,'CHF','CI',12),
(695,'CHF','RO',10),
(696,'CHF','BH',6),
(697,'CHF','PA',12),
(698,'CHF','GH',12),
(699,'CHF','KH',12),
(700,'CHF','SN',12),
(701,'CHF','SA',6),
(702,'CHF','RU',12),
(703,'CHF','UG',12),
(704,'CHF','BR',5),
(705,'CHF','NI',12),
(706,'CHF','MG',12),
(707,'CHF','DO',12),
(708,'CHF','MX',5),
(709,'CHF','OM',6),
(710,'CHF','CM',12),
(711,'CHF','ZA',12),
(712,'CHF','CL',12),
(713,'CHF','KE',12),
(714,'CHF','NP',12),
(715,'CHF','PE',12),
(716,'CHF','UA',12),
(717,'CHF','MZ',12),
(718,'CHF','TZ',12),
(719,'CHF','AO',12),
(720,'CHF','JO',6),
(721,'CHF','ZW',12),
(722,'CHF','TR',10),
(723,'CHF','MU',12),
(724,'CHF','SV',12),
(725,'CHF','TH',5),
(726,'CHF','CO',12),
(727,'CHF','LK',12),
(728,'CHF','CR',12),
(729,'CHF','AR',6),
(730,'CHF','MA',6),
(731,'CHF','MY',12),
(732,'CHF','KZ',12),
(733,'CHF','DZ',6),
(734,'CHF','ID',6),
(735,'CHF','NG',12),
(736,'CHF','GT',12),
(737,'CHF','VN',5),
(738,'CHF','BY',12),
(739,'CHF','EG',6),
(740,'CHF','UY',12),
(741,'CHF','BD',12),
(742,'CHF','PK',12),
(743,'CHF','PH',12),
(744,'CHF','ET',12),
(745,'CHF','TN',6),
(746,'CHF','LB',6),
(747,'CHF','IN',5),
(748,'CHF','PY',12),
(749,'CHF','UZ',12),
(750,'CHF','EC',12),
(751,'CHF','MM',12),
(752,'CHF','GE',12),
(753,'CLP','US',13081),
(754,'CLP','CH',11773),
(755,'CLP','AU',11773),
(756,'CLP','GB',15261),
(757,'CLP','DE',15261),
(758,'CLP','DK',12209),
(759,'CLP','AT',10464),
(760,'CLP','NO',10464),
(761,'CLP','CA',12209),
(762,'CLP','NL',12209),
(763,'CLP','SE',12209),
(764,'CLP','IE',9592),
(765,'CLP','BE',9592),
(766,'CLP','FI',9592),
(767,'CLP','FR',12209),
(768,'CLP','NZ',10464),
(769,'CLP','HK',5232),
(770,'CLP','CZ',10464),
(771,'CLP','SK',9592),
(772,'CLP','AE',12209),
(773,'CLP','SG',12209),
(774,'CLP','IL',12209),
(775,'CLP','KW',5668),
(776,'CLP','IT',11773),
(777,'CLP','JP',15261),
(778,'CLP','ES',11773),
(779,'CLP','VE',11773),
(780,'CLP','HU',9592),
(781,'CLP','PT',10464),
(782,'CLP','GR',10464),
(783,'CLP','KR',5232),
(784,'CLP','TW',10464),
(785,'CLP','PL',4796),
(786,'CLP','ZM',11773),
(787,'CLP','PR',11773),
(788,'CLP','CI',11773),
(789,'CLP','RO',9592),
(790,'CLP','BH',5668),
(791,'CLP','PA',11773),
(792,'CLP','GH',11773),
(793,'CLP','KH',11773),
(794,'CLP','SN',11773),
(795,'CLP','SA',5668),
(796,'CLP','RU',12209),
(797,'CLP','UG',11773),
(798,'CLP','BR',4796),
(799,'CLP','NI',11773),
(800,'CLP','MG',11773),
(801,'CLP','DO',11773),
(802,'CLP','MX',5232),
(803,'CLP','OM',5668),
(804,'CLP','CM',11773),
(805,'CLP','ZA',11773),
(806,'CLP','CL',11773),
(807,'CLP','KE',11773),
(808,'CLP','NP',11773),
(809,'CLP','PE',11773),
(810,'CLP','UA',11773),
(811,'CLP','MZ',11773),
(812,'CLP','TZ',11773),
(813,'CLP','AO',11773),
(814,'CLP','JO',5668),
(815,'CLP','ZW',11773),
(816,'CLP','TR',9592),
(817,'CLP','MU',11773),
(818,'CLP','SV',11773),
(819,'CLP','TH',5232),
(820,'CLP','CO',11773),
(821,'CLP','LK',11773),
(822,'CLP','CR',11773),
(823,'CLP','AR',5668),
(824,'CLP','MA',5668),
(825,'CLP','MY',11773),
(826,'CLP','KZ',11773),
(827,'CLP','DZ',5668),
(828,'CLP','ID',5668),
(829,'CLP','NG',11773),
(830,'CLP','GT',11773),
(831,'CLP','VN',4796),
(832,'CLP','BY',11773),
(833,'CLP','EG',5668),
(834,'CLP','UY',11773),
(835,'CLP','BD',11773),
(836,'CLP','PK',11773),
(837,'CLP','PH',11773),
(838,'CLP','ET',11773),
(839,'CLP','TN',5668),
(840,'CLP','LB',5668),
(841,'CLP','IN',4796),
(842,'CLP','PY',11773),
(843,'CLP','UZ',11773),
(844,'CLP','EC',11773),
(845,'CLP','MM',11773),
(846,'CLP','GE',11773),
(847,'CNY','US',107),
(848,'CNY','CH',97),
(849,'CNY','AU',97),
(850,'CNY','GB',125),
(851,'CNY','DE',125),
(852,'CNY','DK',100),
(853,'CNY','AT',86),
(854,'CNY','NO',86),
(855,'CNY','CA',100),
(856,'CNY','NL',100),
(857,'CNY','SE',100),
(858,'CNY','IE',79),
(859,'CNY','BE',79),
(860,'CNY','FI',79),
(861,'CNY','FR',100),
(862,'CNY','NZ',86),
(863,'CNY','HK',43),
(864,'CNY','CZ',86),
(865,'CNY','SK',79),
(866,'CNY','AE',100),
(867,'CNY','SG',100),
(868,'CNY','IL',100),
(869,'CNY','KW',47),
(870,'CNY','IT',97),
(871,'CNY','JP',125),
(872,'CNY','ES',97),
(873,'CNY','VE',97),
(874,'CNY','HU',79),
(875,'CNY','PT',86),
(876,'CNY','GR',86),
(877,'CNY','KR',43),
(878,'CNY','TW',86),
(879,'CNY','PL',39),
(880,'CNY','ZM',97),
(881,'CNY','PR',97),
(882,'CNY','CI',97),
(883,'CNY','RO',79),
(884,'CNY','BH',47),
(885,'CNY','PA',97),
(886,'CNY','GH',97),
(887,'CNY','KH',97),
(888,'CNY','SN',97),
(889,'CNY','SA',47),
(890,'CNY','RU',100),
(891,'CNY','UG',97),
(892,'CNY','BR',39),
(893,'CNY','NI',97),
(894,'CNY','MG',97),
(895,'CNY','DO',97),
(896,'CNY','MX',43),
(897,'CNY','OM',47),
(898,'CNY','CM',97),
(899,'CNY','ZA',97),
(900,'CNY','CL',97),
(901,'CNY','KE',97),
(902,'CNY','NP',97),
(903,'CNY','PE',97),
(904,'CNY','UA',97),
(905,'CNY','MZ',97),
(906,'CNY','TZ',97),
(907,'CNY','AO',97),
(908,'CNY','JO',47),
(909,'CNY','ZW',97),
(910,'CNY','TR',79),
(911,'CNY','MU',97),
(912,'CNY','SV',97),
(913,'CNY','TH',43),
(914,'CNY','CO',97),
(915,'CNY','LK',97),
(916,'CNY','CR',97),
(917,'CNY','AR',47),
(918,'CNY','MA',47),
(919,'CNY','MY',97),
(920,'CNY','KZ',97),
(921,'CNY','DZ',47),
(922,'CNY','ID',47),
(923,'CNY','NG',97),
(924,'CNY','GT',97),
(925,'CNY','VN',39),
(926,'CNY','BY',97),
(927,'CNY','EG',47),
(928,'CNY','UY',97),
(929,'CNY','BD',97),
(930,'CNY','PK',97),
(931,'CNY','PH',97),
(932,'CNY','ET',97),
(933,'CNY','TN',47),
(934,'CNY','LB',47),
(935,'CNY','IN',39),
(936,'CNY','PY',97),
(937,'CNY','UZ',97),
(938,'CNY','EC',97),
(939,'CNY','MM',97),
(940,'CNY','GE',97),
(941,'COP','US',61099),
(942,'COP','CH',54989),
(943,'COP','AU',54989),
(944,'COP','GB',71282),
(945,'COP','DE',71282),
(946,'COP','DK',57026),
(947,'COP','AT',48879),
(948,'COP','NO',48879),
(949,'COP','CA',57026),
(950,'COP','NL',57026),
(951,'COP','SE',57026),
(952,'COP','IE',44806),
(953,'COP','BE',44806),
(954,'COP','FI',44806),
(955,'COP','FR',57026),
(956,'COP','NZ',48879),
(957,'COP','HK',24440),
(958,'COP','CZ',48879),
(959,'COP','SK',44806),
(960,'COP','AE',57026),
(961,'COP','SG',57026),
(962,'COP','IL',57026),
(963,'COP','KW',26476),
(964,'COP','IT',54989),
(965,'COP','JP',71282),
(966,'COP','ES',54989),
(967,'COP','VE',54989),
(968,'COP','HU',44806),
(969,'COP','PT',48879),
(970,'COP','GR',48879),
(971,'COP','KR',24440),
(972,'COP','TW',48879),
(973,'COP','PL',22403),
(974,'COP','ZM',54989),
(975,'COP','PR',54989),
(976,'COP','CI',54989),
(977,'COP','RO',44806),
(978,'COP','BH',26476),
(979,'COP','PA',54989),
(980,'COP','GH',54989),
(981,'COP','KH',54989),
(982,'COP','SN',54989),
(983,'COP','SA',26476),
(984,'COP','RU',57026),
(985,'COP','UG',54989),
(986,'COP','BR',22403),
(987,'COP','NI',54989),
(988,'COP','MG',54989),
(989,'COP','DO',54989),
(990,'COP','MX',24440),
(991,'COP','OM',26476),
(992,'COP','CM',54989),
(993,'COP','ZA',54989),
(994,'COP','CL',54989),
(995,'COP','KE',54989),
(996,'COP','NP',54989),
(997,'COP','PE',54989),
(998,'COP','UA',54989),
(999,'COP','MZ',54989),
(1000,'COP','TZ',54989),
(1001,'COP','AO',54989),
(1002,'COP','JO',26476),
(1003,'COP','ZW',54989),
(1004,'COP','TR',44806),
(1005,'COP','MU',54989),
(1006,'COP','SV',54989),
(1007,'COP','TH',24440),
(1008,'COP','CO',54989),
(1009,'COP','LK',54989),
(1010,'COP','CR',54989),
(1011,'COP','AR',26476),
(1012,'COP','MA',26476),
(1013,'COP','MY',54989),
(1014,'COP','KZ',54989),
(1015,'COP','DZ',26476),
(1016,'COP','ID',26476),
(1017,'COP','NG',54989),
(1018,'COP','GT',54989),
(1019,'COP','VN',22403),
(1020,'COP','BY',54989),
(1021,'COP','EG',26476),
(1022,'COP','UY',54989),
(1023,'COP','BD',54989),
(1024,'COP','PK',54989),
(1025,'COP','PH',54989),
(1026,'COP','ET',54989),
(1027,'COP','TN',26476),
(1028,'COP','LB',26476),
(1029,'COP','IN',22403),
(1030,'COP','PY',54989),
(1031,'COP','UZ',54989),
(1032,'COP','EC',54989),
(1033,'COP','MM',54989),
(1034,'COP','GE',54989),
(1035,'CZK','US',337),
(1036,'CZK','CH',303),
(1037,'CZK','AU',303),
(1038,'CZK','GB',393),
(1039,'CZK','DE',393),
(1040,'CZK','DK',314),
(1041,'CZK','AT',269),
(1042,'CZK','NO',269),
(1043,'CZK','CA',314),
(1044,'CZK','NL',314),
(1045,'CZK','SE',314),
(1046,'CZK','IE',247),
(1047,'CZK','BE',247),
(1048,'CZK','FI',247),
(1049,'CZK','FR',314),
(1050,'CZK','NZ',269),
(1051,'CZK','HK',135),
(1052,'CZK','CZ',269),
(1053,'CZK','SK',247),
(1054,'CZK','AE',314),
(1055,'CZK','SG',314),
(1056,'CZK','IL',314),
(1057,'CZK','KW',146),
(1058,'CZK','IT',303),
(1059,'CZK','JP',393),
(1060,'CZK','ES',303),
(1061,'CZK','VE',303),
(1062,'CZK','HU',247),
(1063,'CZK','PT',269),
(1064,'CZK','GR',269),
(1065,'CZK','KR',135),
(1066,'CZK','TW',269),
(1067,'CZK','PL',124),
(1068,'CZK','ZM',303),
(1069,'CZK','PR',303),
(1070,'CZK','CI',303),
(1071,'CZK','RO',247),
(1072,'CZK','BH',146),
(1073,'CZK','PA',303),
(1074,'CZK','GH',303),
(1075,'CZK','KH',303),
(1076,'CZK','SN',303),
(1077,'CZK','SA',146),
(1078,'CZK','RU',314),
(1079,'CZK','UG',303),
(1080,'CZK','BR',124),
(1081,'CZK','NI',303),
(1082,'CZK','MG',303),
(1083,'CZK','DO',303),
(1084,'CZK','MX',135),
(1085,'CZK','OM',146),
(1086,'CZK','CM',303),
(1087,'CZK','ZA',303),
(1088,'CZK','CL',303),
(1089,'CZK','KE',303),
(1090,'CZK','NP',303),
(1091,'CZK','PE',303),
(1092,'CZK','UA',303),
(1093,'CZK','MZ',303),
(1094,'CZK','TZ',303),
(1095,'CZK','AO',303),
(1096,'CZK','JO',146),
(1097,'CZK','ZW',303),
(1098,'CZK','TR',247),
(1099,'CZK','MU',303),
(1100,'CZK','SV',303),
(1101,'CZK','TH',135),
(1102,'CZK','CO',303),
(1103,'CZK','LK',303),
(1104,'CZK','CR',303),
(1105,'CZK','AR',146),
(1106,'CZK','MA',146),
(1107,'CZK','MY',303),
(1108,'CZK','KZ',303),
(1109,'CZK','DZ',146),
(1110,'CZK','ID',146),
(1111,'CZK','NG',303),
(1112,'CZK','GT',303),
(1113,'CZK','VN',124),
(1114,'CZK','BY',303),
(1115,'CZK','EG',146),
(1116,'CZK','UY',303),
(1117,'CZK','BD',303),
(1118,'CZK','PK',303),
(1119,'CZK','PH',303),
(1120,'CZK','ET',303),
(1121,'CZK','TN',146),
(1122,'CZK','LB',146),
(1123,'CZK','IN',124),
(1124,'CZK','PY',303),
(1125,'CZK','UZ',303),
(1126,'CZK','EC',303),
(1127,'CZK','MM',303),
(1128,'CZK','GE',303),
(1129,'DKK','US',103),
(1130,'DKK','CH',92),
(1131,'DKK','AU',92),
(1132,'DKK','GB',120),
(1133,'DKK','DE',120),
(1134,'DKK','DK',96),
(1135,'DKK','AT',82),
(1136,'DKK','NO',82),
(1137,'DKK','CA',96),
(1138,'DKK','NL',96),
(1139,'DKK','SE',96),
(1140,'DKK','IE',75),
(1141,'DKK','BE',75),
(1142,'DKK','FI',75),
(1143,'DKK','FR',96),
(1144,'DKK','NZ',82),
(1145,'DKK','HK',41),
(1146,'DKK','CZ',82),
(1147,'DKK','SK',75),
(1148,'DKK','AE',96),
(1149,'DKK','SG',96),
(1150,'DKK','IL',96),
(1151,'DKK','KW',45),
(1152,'DKK','IT',92),
(1153,'DKK','JP',120),
(1154,'DKK','ES',92),
(1155,'DKK','VE',92),
(1156,'DKK','HU',75),
(1157,'DKK','PT',82),
(1158,'DKK','GR',82),
(1159,'DKK','KR',41),
(1160,'DKK','TW',82),
(1161,'DKK','PL',38),
(1162,'DKK','ZM',92),
(1163,'DKK','PR',92),
(1164,'DKK','CI',92),
(1165,'DKK','RO',75),
(1166,'DKK','BH',45),
(1167,'DKK','PA',92),
(1168,'DKK','GH',92),
(1169,'DKK','KH',92),
(1170,'DKK','SN',92),
(1171,'DKK','SA',45),
(1172,'DKK','RU',96),
(1173,'DKK','UG',92),
(1174,'DKK','BR',38),
(1175,'DKK','NI',92),
(1176,'DKK','MG',92),
(1177,'DKK','DO',92),
(1178,'DKK','MX',41),
(1179,'DKK','OM',45),
(1180,'DKK','CM',92),
(1181,'DKK','ZA',92),
(1182,'DKK','CL',92),
(1183,'DKK','KE',92),
(1184,'DKK','NP',92),
(1185,'DKK','PE',92),
(1186,'DKK','UA',92),
(1187,'DKK','MZ',92),
(1188,'DKK','TZ',92),
(1189,'DKK','AO',92),
(1190,'DKK','JO',45),
(1191,'DKK','ZW',92),
(1192,'DKK','TR',75),
(1193,'DKK','MU',92),
(1194,'DKK','SV',92),
(1195,'DKK','TH',41),
(1196,'DKK','CO',92),
(1197,'DKK','LK',92),
(1198,'DKK','CR',92),
(1199,'DKK','AR',45),
(1200,'DKK','MA',45),
(1201,'DKK','MY',92),
(1202,'DKK','KZ',92),
(1203,'DKK','DZ',45),
(1204,'DKK','ID',45),
(1205,'DKK','NG',92),
(1206,'DKK','GT',92),
(1207,'DKK','VN',38),
(1208,'DKK','BY',92),
(1209,'DKK','EG',45),
(1210,'DKK','UY',92),
(1211,'DKK','BD',92),
(1212,'DKK','PK',92),
(1213,'DKK','PH',92),
(1214,'DKK','ET',92),
(1215,'DKK','TN',45),
(1216,'DKK','LB',45),
(1217,'DKK','IN',38),
(1218,'DKK','PY',92),
(1219,'DKK','UZ',92),
(1220,'DKK','EC',92),
(1221,'DKK','MM',92),
(1222,'DKK','GE',92),
(1223,'EGP','US',463),
(1224,'EGP','CH',417),
(1225,'EGP','AU',417),
(1226,'EGP','GB',541),
(1227,'EGP','DE',541),
(1228,'EGP','DK',433),
(1229,'EGP','AT',371),
(1230,'EGP','NO',371),
(1231,'EGP','CA',433),
(1232,'EGP','NL',433),
(1233,'EGP','SE',433),
(1234,'EGP','IE',340),
(1235,'EGP','BE',340),
(1236,'EGP','FI',340),
(1237,'EGP','FR',433),
(1238,'EGP','NZ',371),
(1239,'EGP','HK',185),
(1240,'EGP','CZ',371),
(1241,'EGP','SK',340),
(1242,'EGP','AE',433),
(1243,'EGP','SG',433),
(1244,'EGP','IL',433),
(1245,'EGP','KW',201),
(1246,'EGP','IT',417),
(1247,'EGP','JP',541),
(1248,'EGP','ES',417),
(1249,'EGP','VE',417),
(1250,'EGP','HU',340),
(1251,'EGP','PT',371),
(1252,'EGP','GR',371),
(1253,'EGP','KR',185),
(1254,'EGP','TW',371),
(1255,'EGP','PL',170),
(1256,'EGP','ZM',417),
(1257,'EGP','PR',417),
(1258,'EGP','CI',417),
(1259,'EGP','RO',340),
(1260,'EGP','BH',201),
(1261,'EGP','PA',417),
(1262,'EGP','GH',417),
(1263,'EGP','KH',417),
(1264,'EGP','SN',417),
(1265,'EGP','SA',201),
(1266,'EGP','RU',433),
(1267,'EGP','UG',417),
(1268,'EGP','BR',170),
(1269,'EGP','NI',417),
(1270,'EGP','MG',417),
(1271,'EGP','DO',417),
(1272,'EGP','MX',185),
(1273,'EGP','OM',201),
(1274,'EGP','CM',417),
(1275,'EGP','ZA',417),
(1276,'EGP','CL',417),
(1277,'EGP','KE',417),
(1278,'EGP','NP',417),
(1279,'EGP','PE',417),
(1280,'EGP','UA',417),
(1281,'EGP','MZ',417),
(1282,'EGP','TZ',417),
(1283,'EGP','AO',417),
(1284,'EGP','JO',201),
(1285,'EGP','ZW',417),
(1286,'EGP','TR',340),
(1287,'EGP','MU',417),
(1288,'EGP','SV',417),
(1289,'EGP','TH',185),
(1290,'EGP','CO',417),
(1291,'EGP','LK',417),
(1292,'EGP','CR',417),
(1293,'EGP','AR',201),
(1294,'EGP','MA',201),
(1295,'EGP','MY',417),
(1296,'EGP','KZ',417),
(1297,'EGP','DZ',201),
(1298,'EGP','ID',201),
(1299,'EGP','NG',417),
(1300,'EGP','GT',417),
(1301,'EGP','VN',170),
(1302,'EGP','BY',417),
(1303,'EGP','EG',201),
(1304,'EGP','UY',417),
(1305,'EGP','BD',417),
(1306,'EGP','PK',417),
(1307,'EGP','PH',417),
(1308,'EGP','ET',417),
(1309,'EGP','TN',201),
(1310,'EGP','LB',201),
(1311,'EGP','IN',170),
(1312,'EGP','PY',417),
(1313,'EGP','UZ',417),
(1314,'EGP','EC',417),
(1315,'EGP','MM',417),
(1316,'EGP','GE',417),
(1317,'EUR','US',14),
(1318,'EUR','CH',12),
(1319,'EUR','AU',12),
(1320,'EUR','GB',16),
(1321,'EUR','DE',16),
(1322,'EUR','DK',13),
(1323,'EUR','AT',11),
(1324,'EUR','NO',11),
(1325,'EUR','CA',13),
(1326,'EUR','NL',13),
(1327,'EUR','SE',13),
(1328,'EUR','IE',10),
(1329,'EUR','BE',10),
(1330,'EUR','FI',10),
(1331,'EUR','FR',13),
(1332,'EUR','NZ',11),
(1333,'EUR','HK',6),
(1334,'EUR','CZ',11),
(1335,'EUR','SK',10),
(1336,'EUR','AE',13),
(1337,'EUR','SG',13),
(1338,'EUR','IL',13),
(1339,'EUR','KW',6),
(1340,'EUR','IT',12),
(1341,'EUR','JP',16),
(1342,'EUR','ES',12),
(1343,'EUR','VE',12),
(1344,'EUR','HU',10),
(1345,'EUR','PT',11),
(1346,'EUR','GR',11),
(1347,'EUR','KR',6),
(1348,'EUR','TW',11),
(1349,'EUR','PL',5),
(1350,'EUR','ZM',12),
(1351,'EUR','PR',12),
(1352,'EUR','CI',12),
(1353,'EUR','RO',10),
(1354,'EUR','BH',6),
(1355,'EUR','PA',12),
(1356,'EUR','GH',12),
(1357,'EUR','KH',12),
(1358,'EUR','SN',12),
(1359,'EUR','SA',6),
(1360,'EUR','RU',13),
(1361,'EUR','UG',12),
(1362,'EUR','BR',5),
(1363,'EUR','NI',12),
(1364,'EUR','MG',12),
(1365,'EUR','DO',12),
(1366,'EUR','MX',6),
(1367,'EUR','OM',6),
(1368,'EUR','CM',12),
(1369,'EUR','ZA',12),
(1370,'EUR','CL',12),
(1371,'EUR','KE',12),
(1372,'EUR','NP',12),
(1373,'EUR','PE',12),
(1374,'EUR','UA',12),
(1375,'EUR','MZ',12),
(1376,'EUR','TZ',12),
(1377,'EUR','AO',12),
(1378,'EUR','JO',6),
(1379,'EUR','ZW',12),
(1380,'EUR','TR',10),
(1381,'EUR','MU',12),
(1382,'EUR','SV',12),
(1383,'EUR','TH',6),
(1384,'EUR','CO',12),
(1385,'EUR','LK',12),
(1386,'EUR','CR',12),
(1387,'EUR','AR',6),
(1388,'EUR','MA',6),
(1389,'EUR','MY',12),
(1390,'EUR','KZ',12),
(1391,'EUR','DZ',6),
(1392,'EUR','ID',6),
(1393,'EUR','NG',12),
(1394,'EUR','GT',12),
(1395,'EUR','VN',5),
(1396,'EUR','BY',12),
(1397,'EUR','EG',6),
(1398,'EUR','UY',12),
(1399,'EUR','BD',12),
(1400,'EUR','PK',12),
(1401,'EUR','PH',12),
(1402,'EUR','ET',12),
(1403,'EUR','TN',6),
(1404,'EUR','LB',6),
(1405,'EUR','IN',5),
(1406,'EUR','PY',12),
(1407,'EUR','UZ',12),
(1408,'EUR','EC',12),
(1409,'EUR','MM',12),
(1410,'EUR','GE',12),
(1411,'GBP','US',12),
(1412,'GBP','CH',11),
(1413,'GBP','AU',11),
(1414,'GBP','GB',14),
(1415,'GBP','DE',14),
(1416,'GBP','DK',11),
(1417,'GBP','AT',10),
(1418,'GBP','NO',10),
(1419,'GBP','CA',11),
(1420,'GBP','NL',11),
(1421,'GBP','SE',11),
(1422,'GBP','IE',9),
(1423,'GBP','BE',9),
(1424,'GBP','FI',9),
(1425,'GBP','FR',11),
(1426,'GBP','NZ',10),
(1427,'GBP','HK',5),
(1428,'GBP','CZ',10),
(1429,'GBP','SK',9),
(1430,'GBP','AE',11),
(1431,'GBP','SG',11),
(1432,'GBP','IL',11),
(1433,'GBP','KW',5),
(1434,'GBP','IT',11),
(1435,'GBP','JP',14),
(1436,'GBP','ES',11),
(1437,'GBP','VE',11),
(1438,'GBP','HU',9),
(1439,'GBP','PT',10),
(1440,'GBP','GR',10),
(1441,'GBP','KR',5),
(1442,'GBP','TW',10),
(1443,'GBP','PL',4),
(1444,'GBP','ZM',11),
(1445,'GBP','PR',11),
(1446,'GBP','CI',11),
(1447,'GBP','RO',9),
(1448,'GBP','BH',5),
(1449,'GBP','PA',11),
(1450,'GBP','GH',11),
(1451,'GBP','KH',11),
(1452,'GBP','SN',11),
(1453,'GBP','SA',5),
(1454,'GBP','RU',11),
(1455,'GBP','UG',11),
(1456,'GBP','BR',4),
(1457,'GBP','NI',11),
(1458,'GBP','MG',11),
(1459,'GBP','DO',11),
(1460,'GBP','MX',5),
(1461,'GBP','OM',5),
(1462,'GBP','CM',11),
(1463,'GBP','ZA',11),
(1464,'GBP','CL',11),
(1465,'GBP','KE',11),
(1466,'GBP','NP',11),
(1467,'GBP','PE',11),
(1468,'GBP','UA',11),
(1469,'GBP','MZ',11),
(1470,'GBP','TZ',11),
(1471,'GBP','AO',11),
(1472,'GBP','JO',5),
(1473,'GBP','ZW',11),
(1474,'GBP','TR',9),
(1475,'GBP','MU',11),
(1476,'GBP','SV',11),
(1477,'GBP','TH',5),
(1478,'GBP','CO',11),
(1479,'GBP','LK',11),
(1480,'GBP','CR',11),
(1481,'GBP','AR',5),
(1482,'GBP','MA',5),
(1483,'GBP','MY',11),
(1484,'GBP','KZ',11),
(1485,'GBP','DZ',5),
(1486,'GBP','ID',5),
(1487,'GBP','NG',11),
(1488,'GBP','GT',11),
(1489,'GBP','VN',4),
(1490,'GBP','BY',11),
(1491,'GBP','EG',5),
(1492,'GBP','UY',11),
(1493,'GBP','BD',11),
(1494,'GBP','PK',11),
(1495,'GBP','PH',11),
(1496,'GBP','ET',11),
(1497,'GBP','TN',5),
(1498,'GBP','LB',5),
(1499,'GBP','IN',4),
(1500,'GBP','PY',11),
(1501,'GBP','UZ',11),
(1502,'GBP','EC',11),
(1503,'GBP','MM',11),
(1504,'GBP','GE',11),
(1505,'HKD','US',117),
(1506,'HKD','CH',105),
(1507,'HKD','AU',105),
(1508,'HKD','GB',136),
(1509,'HKD','DE',136),
(1510,'HKD','DK',109),
(1511,'HKD','AT',94),
(1512,'HKD','NO',94),
(1513,'HKD','CA',109),
(1514,'HKD','NL',109),
(1515,'HKD','SE',109),
(1516,'HKD','IE',86),
(1517,'HKD','BE',86),
(1518,'HKD','FI',86),
(1519,'HKD','FR',109),
(1520,'HKD','NZ',94),
(1521,'HKD','HK',47),
(1522,'HKD','CZ',94),
(1523,'HKD','SK',86),
(1524,'HKD','AE',109),
(1525,'HKD','SG',109),
(1526,'HKD','IL',109),
(1527,'HKD','KW',51),
(1528,'HKD','IT',105),
(1529,'HKD','JP',136),
(1530,'HKD','ES',105),
(1531,'HKD','VE',105),
(1532,'HKD','HU',86),
(1533,'HKD','PT',94),
(1534,'HKD','GR',94),
(1535,'HKD','KR',47),
(1536,'HKD','TW',94),
(1537,'HKD','PL',43),
(1538,'HKD','ZM',105),
(1539,'HKD','PR',105),
(1540,'HKD','CI',105),
(1541,'HKD','RO',86),
(1542,'HKD','BH',51),
(1543,'HKD','PA',105),
(1544,'HKD','GH',105),
(1545,'HKD','KH',105),
(1546,'HKD','SN',105),
(1547,'HKD','SA',51),
(1548,'HKD','RU',109),
(1549,'HKD','UG',105),
(1550,'HKD','BR',43),
(1551,'HKD','NI',105),
(1552,'HKD','MG',105),
(1553,'HKD','DO',105),
(1554,'HKD','MX',47),
(1555,'HKD','OM',51),
(1556,'HKD','CM',105),
(1557,'HKD','ZA',105),
(1558,'HKD','CL',105),
(1559,'HKD','KE',105),
(1560,'HKD','NP',105),
(1561,'HKD','PE',105),
(1562,'HKD','UA',105),
(1563,'HKD','MZ',105),
(1564,'HKD','TZ',105),
(1565,'HKD','AO',105),
(1566,'HKD','JO',51),
(1567,'HKD','ZW',105),
(1568,'HKD','TR',86),
(1569,'HKD','MU',105),
(1570,'HKD','SV',105),
(1571,'HKD','TH',47),
(1572,'HKD','CO',105),
(1573,'HKD','LK',105),
(1574,'HKD','CR',105),
(1575,'HKD','AR',51),
(1576,'HKD','MA',51),
(1577,'HKD','MY',105),
(1578,'HKD','KZ',105),
(1579,'HKD','DZ',51),
(1580,'HKD','ID',51),
(1581,'HKD','NG',105),
(1582,'HKD','GT',105),
(1583,'HKD','VN',43),
(1584,'HKD','BY',105),
(1585,'HKD','EG',51),
(1586,'HKD','UY',105),
(1587,'HKD','BD',105),
(1588,'HKD','PK',105),
(1589,'HKD','PH',105),
(1590,'HKD','ET',105),
(1591,'HKD','TN',51),
(1592,'HKD','LB',51),
(1593,'HKD','IN',43),
(1594,'HKD','PY',105),
(1595,'HKD','UZ',105),
(1596,'HKD','EC',105),
(1597,'HKD','MM',105),
(1598,'HKD','GE',105),
(1599,'HUF','US',5254),
(1600,'HUF','CH',4729),
(1601,'HUF','AU',4729),
(1602,'HUF','GB',6130),
(1603,'HUF','DE',6130),
(1604,'HUF','DK',4904),
(1605,'HUF','AT',4203),
(1606,'HUF','NO',4203),
(1607,'HUF','CA',4904),
(1608,'HUF','NL',4904),
(1609,'HUF','SE',4904),
(1610,'HUF','IE',3853),
(1611,'HUF','BE',3853),
(1612,'HUF','FI',3853),
(1613,'HUF','FR',4904),
(1614,'HUF','NZ',4203),
(1615,'HUF','HK',2102),
(1616,'HUF','CZ',4203),
(1617,'HUF','SK',3853),
(1618,'HUF','AE',4904),
(1619,'HUF','SG',4904),
(1620,'HUF','IL',4904),
(1621,'HUF','KW',2277),
(1622,'HUF','IT',4729),
(1623,'HUF','JP',6130),
(1624,'HUF','ES',4729),
(1625,'HUF','VE',4729),
(1626,'HUF','HU',3853),
(1627,'HUF','PT',4203),
(1628,'HUF','GR',4203),
(1629,'HUF','KR',2102),
(1630,'HUF','TW',4203),
(1631,'HUF','PL',1926),
(1632,'HUF','ZM',4729),
(1633,'HUF','PR',4729),
(1634,'HUF','CI',4729),
(1635,'HUF','RO',3853),
(1636,'HUF','BH',2277),
(1637,'HUF','PA',4729),
(1638,'HUF','GH',4729),
(1639,'HUF','KH',4729),
(1640,'HUF','SN',4729),
(1641,'HUF','SA',2277),
(1642,'HUF','RU',4904),
(1643,'HUF','UG',4729),
(1644,'HUF','BR',1926),
(1645,'HUF','NI',4729),
(1646,'HUF','MG',4729),
(1647,'HUF','DO',4729),
(1648,'HUF','MX',2102),
(1649,'HUF','OM',2277),
(1650,'HUF','CM',4729),
(1651,'HUF','ZA',4729),
(1652,'HUF','CL',4729),
(1653,'HUF','KE',4729),
(1654,'HUF','NP',4729),
(1655,'HUF','PE',4729),
(1656,'HUF','UA',4729),
(1657,'HUF','MZ',4729),
(1658,'HUF','TZ',4729),
(1659,'HUF','AO',4729),
(1660,'HUF','JO',2277),
(1661,'HUF','ZW',4729),
(1662,'HUF','TR',3853),
(1663,'HUF','MU',4729),
(1664,'HUF','SV',4729),
(1665,'HUF','TH',2102),
(1666,'HUF','CO',4729),
(1667,'HUF','LK',4729),
(1668,'HUF','CR',4729),
(1669,'HUF','AR',2277),
(1670,'HUF','MA',2277),
(1671,'HUF','MY',4729),
(1672,'HUF','KZ',4729),
(1673,'HUF','DZ',2277),
(1674,'HUF','ID',2277),
(1675,'HUF','NG',4729),
(1676,'HUF','GT',4729),
(1677,'HUF','VN',1926),
(1678,'HUF','BY',4729),
(1679,'HUF','EG',2277),
(1680,'HUF','UY',4729),
(1681,'HUF','BD',4729),
(1682,'HUF','PK',4729),
(1683,'HUF','PH',4729),
(1684,'HUF','ET',4729),
(1685,'HUF','TN',2277),
(1686,'HUF','LB',2277),
(1687,'HUF','IN',1926),
(1688,'HUF','PY',4729),
(1689,'HUF','UZ',4729),
(1690,'HUF','EC',4729),
(1691,'HUF','MM',4729),
(1692,'HUF','GE',4729),
(1693,'IDR','US',234395),
(1694,'IDR','CH',210956),
(1695,'IDR','AU',210956),
(1696,'IDR','GB',273461),
(1697,'IDR','DE',273461),
(1698,'IDR','DK',218769),
(1699,'IDR','AT',187516),
(1700,'IDR','NO',187516),
(1701,'IDR','CA',218769),
(1702,'IDR','NL',218769),
(1703,'IDR','SE',218769),
(1704,'IDR','IE',171890),
(1705,'IDR','BE',171890),
(1706,'IDR','FI',171890),
(1707,'IDR','FR',218769),
(1708,'IDR','NZ',187516),
(1709,'IDR','HK',93758),
(1710,'IDR','CZ',187516),
(1711,'IDR','SK',171890),
(1712,'IDR','AE',218769),
(1713,'IDR','SG',218769),
(1714,'IDR','IL',218769),
(1715,'IDR','KW',101571),
(1716,'IDR','IT',210956),
(1717,'IDR','JP',273461),
(1718,'IDR','ES',210956),
(1719,'IDR','VE',210956),
(1720,'IDR','HU',171890),
(1721,'IDR','PT',187516),
(1722,'IDR','GR',187516),
(1723,'IDR','KR',93758),
(1724,'IDR','TW',187516),
(1725,'IDR','PL',85945),
(1726,'IDR','ZM',210956),
(1727,'IDR','PR',210956),
(1728,'IDR','CI',210956),
(1729,'IDR','RO',171890),
(1730,'IDR','BH',101571),
(1731,'IDR','PA',210956),
(1732,'IDR','GH',210956),
(1733,'IDR','KH',210956),
(1734,'IDR','SN',210956),
(1735,'IDR','SA',101571),
(1736,'IDR','RU',218769),
(1737,'IDR','UG',210956),
(1738,'IDR','BR',85945),
(1739,'IDR','NI',210956),
(1740,'IDR','MG',210956),
(1741,'IDR','DO',210956),
(1742,'IDR','MX',93758),
(1743,'IDR','OM',101571),
(1744,'IDR','CM',210956),
(1745,'IDR','ZA',210956),
(1746,'IDR','CL',210956),
(1747,'IDR','KE',210956),
(1748,'IDR','NP',210956),
(1749,'IDR','PE',210956),
(1750,'IDR','UA',210956),
(1751,'IDR','MZ',210956),
(1752,'IDR','TZ',210956),
(1753,'IDR','AO',210956),
(1754,'IDR','JO',101571),
(1755,'IDR','ZW',210956),
(1756,'IDR','TR',171890),
(1757,'IDR','MU',210956),
(1758,'IDR','SV',210956),
(1759,'IDR','TH',93758),
(1760,'IDR','CO',210956),
(1761,'IDR','LK',210956),
(1762,'IDR','CR',210956),
(1763,'IDR','AR',101571),
(1764,'IDR','MA',101571),
(1765,'IDR','MY',210956),
(1766,'IDR','KZ',210956),
(1767,'IDR','DZ',101571),
(1768,'IDR','ID',101571),
(1769,'IDR','NG',210956),
(1770,'IDR','GT',210956),
(1771,'IDR','VN',85945),
(1772,'IDR','BY',210956),
(1773,'IDR','EG',101571),
(1774,'IDR','UY',210956),
(1775,'IDR','BD',210956),
(1776,'IDR','PK',210956),
(1777,'IDR','PH',210956),
(1778,'IDR','ET',210956),
(1779,'IDR','TN',101571),
(1780,'IDR','LB',101571),
(1781,'IDR','IN',85945),
(1782,'IDR','PY',210956),
(1783,'IDR','UZ',210956),
(1784,'IDR','EC',210956),
(1785,'IDR','MM',210956),
(1786,'IDR','GE',210956),
(1787,'ILS','US',56),
(1788,'ILS','CH',50),
(1789,'ILS','AU',50),
(1790,'ILS','GB',65),
(1791,'ILS','DE',65),
(1792,'ILS','DK',52),
(1793,'ILS','AT',45),
(1794,'ILS','NO',45),
(1795,'ILS','CA',52),
(1796,'ILS','NL',52),
(1797,'ILS','SE',52),
(1798,'ILS','IE',41),
(1799,'ILS','BE',41),
(1800,'ILS','FI',41),
(1801,'ILS','FR',52),
(1802,'ILS','NZ',45),
(1803,'ILS','HK',22),
(1804,'ILS','CZ',45),
(1805,'ILS','SK',41),
(1806,'ILS','AE',52),
(1807,'ILS','SG',52),
(1808,'ILS','IL',52),
(1809,'ILS','KW',24),
(1810,'ILS','IT',50),
(1811,'ILS','JP',65),
(1812,'ILS','ES',50),
(1813,'ILS','VE',50),
(1814,'ILS','HU',41),
(1815,'ILS','PT',45),
(1816,'ILS','GR',45),
(1817,'ILS','KR',22),
(1818,'ILS','TW',45),
(1819,'ILS','PL',21),
(1820,'ILS','ZM',50),
(1821,'ILS','PR',50),
(1822,'ILS','CI',50),
(1823,'ILS','RO',41),
(1824,'ILS','BH',24),
(1825,'ILS','PA',50),
(1826,'ILS','GH',50),
(1827,'ILS','KH',50),
(1828,'ILS','SN',50),
(1829,'ILS','SA',24),
(1830,'ILS','RU',52),
(1831,'ILS','UG',50),
(1832,'ILS','BR',21),
(1833,'ILS','NI',50),
(1834,'ILS','MG',50),
(1835,'ILS','DO',50),
(1836,'ILS','MX',22),
(1837,'ILS','OM',24),
(1838,'ILS','CM',50),
(1839,'ILS','ZA',50),
(1840,'ILS','CL',50),
(1841,'ILS','KE',50),
(1842,'ILS','NP',50),
(1843,'ILS','PE',50),
(1844,'ILS','UA',50),
(1845,'ILS','MZ',50),
(1846,'ILS','TZ',50),
(1847,'ILS','AO',50),
(1848,'ILS','JO',24),
(1849,'ILS','ZW',50),
(1850,'ILS','TR',41),
(1851,'ILS','MU',50),
(1852,'ILS','SV',50),
(1853,'ILS','TH',22),
(1854,'ILS','CO',50),
(1855,'ILS','LK',50),
(1856,'ILS','CR',50),
(1857,'ILS','AR',24),
(1858,'ILS','MA',24),
(1859,'ILS','MY',50),
(1860,'ILS','KZ',50),
(1861,'ILS','DZ',24),
(1862,'ILS','ID',24),
(1863,'ILS','NG',50),
(1864,'ILS','GT',50),
(1865,'ILS','VN',21),
(1866,'ILS','BY',50),
(1867,'ILS','EG',24),
(1868,'ILS','UY',50),
(1869,'ILS','BD',50),
(1870,'ILS','PK',50),
(1871,'ILS','PH',50),
(1872,'ILS','ET',50),
(1873,'ILS','TN',24),
(1874,'ILS','LB',24),
(1875,'ILS','IN',21),
(1876,'ILS','PY',50),
(1877,'ILS','UZ',50),
(1878,'ILS','EC',50),
(1879,'ILS','MM',50),
(1880,'ILS','GE',50),
(1881,'INR','US',1250),
(1882,'INR','CH',1125),
(1883,'INR','AU',1125),
(1884,'INR','GB',1458),
(1885,'INR','DE',1458),
(1886,'INR','DK',1166),
(1887,'INR','AT',1000),
(1888,'INR','NO',1000),
(1889,'INR','CA',1166),
(1890,'INR','NL',1166),
(1891,'INR','SE',1166),
(1892,'INR','IE',916),
(1893,'INR','BE',916),
(1894,'INR','FI',916),
(1895,'INR','FR',1166),
(1896,'INR','NZ',1000),
(1897,'INR','HK',500),
(1898,'INR','CZ',1000),
(1899,'INR','SK',916),
(1900,'INR','AE',1166),
(1901,'INR','SG',1166),
(1902,'INR','IL',1166),
(1903,'INR','KW',541),
(1904,'INR','IT',1125),
(1905,'INR','JP',1458),
(1906,'INR','ES',1125),
(1907,'INR','VE',1125),
(1908,'INR','HU',916),
(1909,'INR','PT',1000),
(1910,'INR','GR',1000),
(1911,'INR','KR',500),
(1912,'INR','TW',1000),
(1913,'INR','PL',458),
(1914,'INR','ZM',1125),
(1915,'INR','PR',1125),
(1916,'INR','CI',1125),
(1917,'INR','RO',916),
(1918,'INR','BH',541),
(1919,'INR','PA',1125),
(1920,'INR','GH',1125),
(1921,'INR','KH',1125),
(1922,'INR','SN',1125),
(1923,'INR','SA',541),
(1924,'INR','RU',1166),
(1925,'INR','UG',1125),
(1926,'INR','BR',458),
(1927,'INR','NI',1125),
(1928,'INR','MG',1125),
(1929,'INR','DO',1125),
(1930,'INR','MX',500),
(1931,'INR','OM',541),
(1932,'INR','CM',1125),
(1933,'INR','ZA',1125),
(1934,'INR','CL',1125),
(1935,'INR','KE',1125),
(1936,'INR','NP',1125),
(1937,'INR','PE',1125),
(1938,'INR','UA',1125),
(1939,'INR','MZ',1125),
(1940,'INR','TZ',1125),
(1941,'INR','AO',1125),
(1942,'INR','JO',541),
(1943,'INR','ZW',1125),
(1944,'INR','TR',916),
(1945,'INR','MU',1125),
(1946,'INR','SV',1125),
(1947,'INR','TH',500),
(1948,'INR','CO',1125),
(1949,'INR','LK',1125),
(1950,'INR','CR',1125),
(1951,'INR','AR',541),
(1952,'INR','MA',541),
(1953,'INR','MY',1125),
(1954,'INR','KZ',1125),
(1955,'INR','DZ',541),
(1956,'INR','ID',541),
(1957,'INR','NG',1125),
(1958,'INR','GT',1125),
(1959,'INR','VN',458),
(1960,'INR','BY',1125),
(1961,'INR','EG',541),
(1962,'INR','UY',1125),
(1963,'INR','BD',1125),
(1964,'INR','PK',1125),
(1965,'INR','PH',1125),
(1966,'INR','ET',1125),
(1967,'INR','TN',541),
(1968,'INR','LB',541),
(1969,'INR','IN',458),
(1970,'INR','PY',1125),
(1971,'INR','UZ',1125),
(1972,'INR','EC',1125),
(1973,'INR','MM',1125),
(1974,'INR','GE',1125),
(1975,'JPY','US',2244),
(1976,'JPY','CH',2020),
(1977,'JPY','AU',2020),
(1978,'JPY','GB',2618),
(1979,'JPY','DE',2618),
(1980,'JPY','DK',2095),
(1981,'JPY','AT',1795),
(1982,'JPY','NO',1795),
(1983,'JPY','CA',2095),
(1984,'JPY','NL',2095),
(1985,'JPY','SE',2095),
(1986,'JPY','IE',1646),
(1987,'JPY','BE',1646),
(1988,'JPY','FI',1646),
(1989,'JPY','FR',2095),
(1990,'JPY','NZ',1795),
(1991,'JPY','HK',898),
(1992,'JPY','CZ',1795),
(1993,'JPY','SK',1646),
(1994,'JPY','AE',2095),
(1995,'JPY','SG',2095),
(1996,'JPY','IL',2095),
(1997,'JPY','KW',973),
(1998,'JPY','IT',2020),
(1999,'JPY','JP',2618),
(2000,'JPY','ES',2020),
(2001,'JPY','VE',2020),
(2002,'JPY','HU',1646),
(2003,'JPY','PT',1795),
(2004,'JPY','GR',1795),
(2005,'JPY','KR',898),
(2006,'JPY','TW',1795),
(2007,'JPY','PL',823),
(2008,'JPY','ZM',2020),
(2009,'JPY','PR',2020),
(2010,'JPY','CI',2020),
(2011,'JPY','RO',1646),
(2012,'JPY','BH',973),
(2013,'JPY','PA',2020),
(2014,'JPY','GH',2020),
(2015,'JPY','KH',2020),
(2016,'JPY','SN',2020),
(2017,'JPY','SA',973),
(2018,'JPY','RU',2095),
(2019,'JPY','UG',2020),
(2020,'JPY','BR',823),
(2021,'JPY','NI',2020),
(2022,'JPY','MG',2020),
(2023,'JPY','DO',2020),
(2024,'JPY','MX',898),
(2025,'JPY','OM',973),
(2026,'JPY','CM',2020),
(2027,'JPY','ZA',2020),
(2028,'JPY','CL',2020),
(2029,'JPY','KE',2020),
(2030,'JPY','NP',2020),
(2031,'JPY','PE',2020),
(2032,'JPY','UA',2020),
(2033,'JPY','MZ',2020),
(2034,'JPY','TZ',2020),
(2035,'JPY','AO',2020),
(2036,'JPY','JO',973),
(2037,'JPY','ZW',2020),
(2038,'JPY','TR',1646),
(2039,'JPY','MU',2020),
(2040,'JPY','SV',2020),
(2041,'JPY','TH',898),
(2042,'JPY','CO',2020),
(2043,'JPY','LK',2020),
(2044,'JPY','CR',2020),
(2045,'JPY','AR',973),
(2046,'JPY','MA',973),
(2047,'JPY','MY',2020),
(2048,'JPY','KZ',2020),
(2049,'JPY','DZ',973),
(2050,'JPY','ID',973),
(2051,'JPY','NG',2020),
(2052,'JPY','GT',2020),
(2053,'JPY','VN',823),
(2054,'JPY','BY',2020),
(2055,'JPY','EG',973),
(2056,'JPY','UY',2020),
(2057,'JPY','BD',2020),
(2058,'JPY','PK',2020),
(2059,'JPY','PH',2020),
(2060,'JPY','ET',2020),
(2061,'JPY','TN',973),
(2062,'JPY','LB',973),
(2063,'JPY','IN',823),
(2064,'JPY','PY',2020),
(2065,'JPY','UZ',2020),
(2066,'JPY','EC',2020),
(2067,'JPY','MM',2020),
(2068,'JPY','GE',2020),
(2069,'KRW','US',19538),
(2070,'KRW','CH',17584),
(2071,'KRW','AU',17584),
(2072,'KRW','GB',22794),
(2073,'KRW','DE',22794),
(2074,'KRW','DK',18235),
(2075,'KRW','AT',15630),
(2076,'KRW','NO',15630),
(2077,'KRW','CA',18235),
(2078,'KRW','NL',18235),
(2079,'KRW','SE',18235),
(2080,'KRW','IE',14328),
(2081,'KRW','BE',14328),
(2082,'KRW','FI',14328),
(2083,'KRW','FR',18235),
(2084,'KRW','NZ',15630),
(2085,'KRW','HK',7815),
(2086,'KRW','CZ',15630),
(2087,'KRW','SK',14328),
(2088,'KRW','AE',18235),
(2089,'KRW','SG',18235),
(2090,'KRW','IL',18235),
(2091,'KRW','KW',8466),
(2092,'KRW','IT',17584),
(2093,'KRW','JP',22794),
(2094,'KRW','ES',17584),
(2095,'KRW','VE',17584),
(2096,'KRW','HU',14328),
(2097,'KRW','PT',15630),
(2098,'KRW','GR',15630),
(2099,'KRW','KR',7815),
(2100,'KRW','TW',15630),
(2101,'KRW','PL',7164),
(2102,'KRW','ZM',17584),
(2103,'KRW','PR',17584),
(2104,'KRW','CI',17584),
(2105,'KRW','RO',14328),
(2106,'KRW','BH',8466),
(2107,'KRW','PA',17584),
(2108,'KRW','GH',17584),
(2109,'KRW','KH',17584),
(2110,'KRW','SN',17584),
(2111,'KRW','SA',8466),
(2112,'KRW','RU',18235),
(2113,'KRW','UG',17584),
(2114,'KRW','BR',7164),
(2115,'KRW','NI',17584),
(2116,'KRW','MG',17584),
(2117,'KRW','DO',17584),
(2118,'KRW','MX',7815),
(2119,'KRW','OM',8466),
(2120,'KRW','CM',17584),
(2121,'KRW','ZA',17584),
(2122,'KRW','CL',17584),
(2123,'KRW','KE',17584),
(2124,'KRW','NP',17584),
(2125,'KRW','PE',17584),
(2126,'KRW','UA',17584),
(2127,'KRW','MZ',17584),
(2128,'KRW','TZ',17584),
(2129,'KRW','AO',17584),
(2130,'KRW','JO',8466),
(2131,'KRW','ZW',17584),
(2132,'KRW','TR',14328),
(2133,'KRW','MU',17584),
(2134,'KRW','SV',17584),
(2135,'KRW','TH',7815),
(2136,'KRW','CO',17584),
(2137,'KRW','LK',17584),
(2138,'KRW','CR',17584),
(2139,'KRW','AR',8466),
(2140,'KRW','MA',8466),
(2141,'KRW','MY',17584),
(2142,'KRW','KZ',17584),
(2143,'KRW','DZ',8466),
(2144,'KRW','ID',8466),
(2145,'KRW','NG',17584),
(2146,'KRW','GT',17584),
(2147,'KRW','VN',7164),
(2148,'KRW','BY',17584),
(2149,'KRW','EG',8466),
(2150,'KRW','UY',17584),
(2151,'KRW','BD',17584),
(2152,'KRW','PK',17584),
(2153,'KRW','PH',17584),
(2154,'KRW','ET',17584),
(2155,'KRW','TN',8466),
(2156,'KRW','LB',8466),
(2157,'KRW','IN',7164),
(2158,'KRW','PY',17584),
(2159,'KRW','UZ',17584),
(2160,'KRW','EC',17584),
(2161,'KRW','MM',17584),
(2162,'KRW','GE',17584),
(2163,'MAD','US',152),
(2164,'MAD','CH',137),
(2165,'MAD','AU',137),
(2166,'MAD','GB',177),
(2167,'MAD','DE',177),
(2168,'MAD','DK',142),
(2169,'MAD','AT',122),
(2170,'MAD','NO',122),
(2171,'MAD','CA',142),
(2172,'MAD','NL',142),
(2173,'MAD','SE',142),
(2174,'MAD','IE',111),
(2175,'MAD','BE',111),
(2176,'MAD','FI',111),
(2177,'MAD','FR',142),
(2178,'MAD','NZ',122),
(2179,'MAD','HK',61),
(2180,'MAD','CZ',122),
(2181,'MAD','SK',111),
(2182,'MAD','AE',142),
(2183,'MAD','SG',142),
(2184,'MAD','IL',142),
(2185,'MAD','KW',66),
(2186,'MAD','IT',137),
(2187,'MAD','JP',177),
(2188,'MAD','ES',137),
(2189,'MAD','VE',137),
(2190,'MAD','HU',111),
(2191,'MAD','PT',122),
(2192,'MAD','GR',122),
(2193,'MAD','KR',61),
(2194,'MAD','TW',122),
(2195,'MAD','PL',56),
(2196,'MAD','ZM',137),
(2197,'MAD','PR',137),
(2198,'MAD','CI',137),
(2199,'MAD','RO',111),
(2200,'MAD','BH',66),
(2201,'MAD','PA',137),
(2202,'MAD','GH',137),
(2203,'MAD','KH',137),
(2204,'MAD','SN',137),
(2205,'MAD','SA',66),
(2206,'MAD','RU',142),
(2207,'MAD','UG',137),
(2208,'MAD','BR',56),
(2209,'MAD','NI',137),
(2210,'MAD','MG',137),
(2211,'MAD','DO',137),
(2212,'MAD','MX',61),
(2213,'MAD','OM',66),
(2214,'MAD','CM',137),
(2215,'MAD','ZA',137),
(2216,'MAD','CL',137),
(2217,'MAD','KE',137),
(2218,'MAD','NP',137),
(2219,'MAD','PE',137),
(2220,'MAD','UA',137),
(2221,'MAD','MZ',137),
(2222,'MAD','TZ',137),
(2223,'MAD','AO',137),
(2224,'MAD','JO',66),
(2225,'MAD','ZW',137),
(2226,'MAD','TR',111),
(2227,'MAD','MU',137),
(2228,'MAD','SV',137),
(2229,'MAD','TH',61),
(2230,'MAD','CO',137),
(2231,'MAD','LK',137),
(2232,'MAD','CR',137),
(2233,'MAD','AR',66),
(2234,'MAD','MA',66),
(2235,'MAD','MY',137),
(2236,'MAD','KZ',137),
(2237,'MAD','DZ',66),
(2238,'MAD','ID',66),
(2239,'MAD','NG',137),
(2240,'MAD','GT',137),
(2241,'MAD','VN',56),
(2242,'MAD','BY',137),
(2243,'MAD','EG',66),
(2244,'MAD','UY',137),
(2245,'MAD','BD',137),
(2246,'MAD','PK',137),
(2247,'MAD','PH',137),
(2248,'MAD','ET',137),
(2249,'MAD','TN',66),
(2250,'MAD','LB',66),
(2251,'MAD','IN',56),
(2252,'MAD','PY',137),
(2253,'MAD','UZ',137),
(2254,'MAD','EC',137),
(2255,'MAD','MM',137),
(2256,'MAD','GE',137),
(2257,'MXN','US',258),
(2258,'MXN','CH',232),
(2259,'MXN','AU',232),
(2260,'MXN','GB',301),
(2261,'MXN','DE',301),
(2262,'MXN','DK',241),
(2263,'MXN','AT',206),
(2264,'MXN','NO',206),
(2265,'MXN','CA',241),
(2266,'MXN','NL',241),
(2267,'MXN','SE',241),
(2268,'MXN','IE',189),
(2269,'MXN','BE',189),
(2270,'MXN','FI',189),
(2271,'MXN','FR',241),
(2272,'MXN','NZ',206),
(2273,'MXN','HK',103),
(2274,'MXN','CZ',206),
(2275,'MXN','SK',189),
(2276,'MXN','AE',241),
(2277,'MXN','SG',241),
(2278,'MXN','IL',241),
(2279,'MXN','KW',112),
(2280,'MXN','IT',232),
(2281,'MXN','JP',301),
(2282,'MXN','ES',232),
(2283,'MXN','VE',232),
(2284,'MXN','HU',189),
(2285,'MXN','PT',206),
(2286,'MXN','GR',206),
(2287,'MXN','KR',103),
(2288,'MXN','TW',206),
(2289,'MXN','PL',95),
(2290,'MXN','ZM',232),
(2291,'MXN','PR',232),
(2292,'MXN','CI',232),
(2293,'MXN','RO',189),
(2294,'MXN','BH',112),
(2295,'MXN','PA',232),
(2296,'MXN','GH',232),
(2297,'MXN','KH',232),
(2298,'MXN','SN',232),
(2299,'MXN','SA',112),
(2300,'MXN','RU',241),
(2301,'MXN','UG',232),
(2302,'MXN','BR',95),
(2303,'MXN','NI',232),
(2304,'MXN','MG',232),
(2305,'MXN','DO',232),
(2306,'MXN','MX',103),
(2307,'MXN','OM',112),
(2308,'MXN','CM',232),
(2309,'MXN','ZA',232),
(2310,'MXN','CL',232),
(2311,'MXN','KE',232),
(2312,'MXN','NP',232),
(2313,'MXN','PE',232),
(2314,'MXN','UA',232),
(2315,'MXN','MZ',232),
(2316,'MXN','TZ',232),
(2317,'MXN','AO',232),
(2318,'MXN','JO',112),
(2319,'MXN','ZW',232),
(2320,'MXN','TR',189),
(2321,'MXN','MU',232),
(2322,'MXN','SV',232),
(2323,'MXN','TH',103),
(2324,'MXN','CO',232),
(2325,'MXN','LK',232),
(2326,'MXN','CR',232),
(2327,'MXN','AR',112),
(2328,'MXN','MA',112),
(2329,'MXN','MY',232),
(2330,'MXN','KZ',232),
(2331,'MXN','DZ',112),
(2332,'MXN','ID',112),
(2333,'MXN','NG',232),
(2334,'MXN','GT',232),
(2335,'MXN','VN',95),
(2336,'MXN','BY',232),
(2337,'MXN','EG',112),
(2338,'MXN','UY',232),
(2339,'MXN','BD',232),
(2340,'MXN','PK',232),
(2341,'MXN','PH',232),
(2342,'MXN','ET',232),
(2343,'MXN','TN',112),
(2344,'MXN','LB',112),
(2345,'MXN','IN',95),
(2346,'MXN','PY',232),
(2347,'MXN','UZ',232),
(2348,'MXN','EC',232),
(2349,'MXN','MM',232),
(2350,'MXN','GE',232),
(2351,'MYR','US',70),
(2352,'MYR','CH',63),
(2353,'MYR','AU',63),
(2354,'MYR','GB',82),
(2355,'MYR','DE',82),
(2356,'MYR','DK',65),
(2357,'MYR','AT',56),
(2358,'MYR','NO',56),
(2359,'MYR','CA',65),
(2360,'MYR','NL',65),
(2361,'MYR','SE',65),
(2362,'MYR','IE',51),
(2363,'MYR','BE',51),
(2364,'MYR','FI',51),
(2365,'MYR','FR',65),
(2366,'MYR','NZ',56),
(2367,'MYR','HK',28),
(2368,'MYR','CZ',56),
(2369,'MYR','SK',51),
(2370,'MYR','AE',65),
(2371,'MYR','SG',65),
(2372,'MYR','IL',65),
(2373,'MYR','KW',30),
(2374,'MYR','IT',63),
(2375,'MYR','JP',82),
(2376,'MYR','ES',63),
(2377,'MYR','VE',63),
(2378,'MYR','HU',51),
(2379,'MYR','PT',56),
(2380,'MYR','GR',56),
(2381,'MYR','KR',28),
(2382,'MYR','TW',56),
(2383,'MYR','PL',26),
(2384,'MYR','ZM',63),
(2385,'MYR','PR',63),
(2386,'MYR','CI',63),
(2387,'MYR','RO',51),
(2388,'MYR','BH',30),
(2389,'MYR','PA',63),
(2390,'MYR','GH',63),
(2391,'MYR','KH',63),
(2392,'MYR','SN',63),
(2393,'MYR','SA',30),
(2394,'MYR','RU',65),
(2395,'MYR','UG',63),
(2396,'MYR','BR',26),
(2397,'MYR','NI',63),
(2398,'MYR','MG',63),
(2399,'MYR','DO',63),
(2400,'MYR','MX',28),
(2401,'MYR','OM',30),
(2402,'MYR','CM',63),
(2403,'MYR','ZA',63),
(2404,'MYR','CL',63),
(2405,'MYR','KE',63),
(2406,'MYR','NP',63),
(2407,'MYR','PE',63),
(2408,'MYR','UA',63),
(2409,'MYR','MZ',63),
(2410,'MYR','TZ',63),
(2411,'MYR','AO',63),
(2412,'MYR','JO',30),
(2413,'MYR','ZW',63),
(2414,'MYR','TR',51),
(2415,'MYR','MU',63),
(2416,'MYR','SV',63),
(2417,'MYR','TH',28),
(2418,'MYR','CO',63),
(2419,'MYR','LK',63),
(2420,'MYR','CR',63),
(2421,'MYR','AR',30),
(2422,'MYR','MA',30),
(2423,'MYR','MY',63),
(2424,'MYR','KZ',63),
(2425,'MYR','DZ',30),
(2426,'MYR','ID',30),
(2427,'MYR','NG',63),
(2428,'MYR','GT',63),
(2429,'MYR','VN',26),
(2430,'MYR','BY',63),
(2431,'MYR','EG',30),
(2432,'MYR','UY',63),
(2433,'MYR','BD',63),
(2434,'MYR','PK',63),
(2435,'MYR','PH',63),
(2436,'MYR','ET',63),
(2437,'MYR','TN',30),
(2438,'MYR','LB',30),
(2439,'MYR','IN',26),
(2440,'MYR','PY',63),
(2441,'MYR','UZ',63),
(2442,'MYR','EC',63),
(2443,'MYR','MM',63),
(2444,'MYR','GE',63),
(2445,'NGN','US',12242),
(2446,'NGN','CH',11017),
(2447,'NGN','AU',11017),
(2448,'NGN','GB',14282),
(2449,'NGN','DE',14282),
(2450,'NGN','DK',11426),
(2451,'NGN','AT',9793),
(2452,'NGN','NO',9793),
(2453,'NGN','CA',11426),
(2454,'NGN','NL',11426),
(2455,'NGN','SE',11426),
(2456,'NGN','IE',8977),
(2457,'NGN','BE',8977),
(2458,'NGN','FI',8977),
(2459,'NGN','FR',11426),
(2460,'NGN','NZ',9793),
(2461,'NGN','HK',4897),
(2462,'NGN','CZ',9793),
(2463,'NGN','SK',8977),
(2464,'NGN','AE',11426),
(2465,'NGN','SG',11426),
(2466,'NGN','IL',11426),
(2467,'NGN','KW',5305),
(2468,'NGN','IT',11017),
(2469,'NGN','JP',14282),
(2470,'NGN','ES',11017),
(2471,'NGN','VE',11017),
(2472,'NGN','HU',8977),
(2473,'NGN','PT',9793),
(2474,'NGN','GR',9793),
(2475,'NGN','KR',4897),
(2476,'NGN','TW',9793),
(2477,'NGN','PL',4489),
(2478,'NGN','ZM',11017),
(2479,'NGN','PR',11017),
(2480,'NGN','CI',11017),
(2481,'NGN','RO',8977),
(2482,'NGN','BH',5305),
(2483,'NGN','PA',11017),
(2484,'NGN','GH',11017),
(2485,'NGN','KH',11017),
(2486,'NGN','SN',11017),
(2487,'NGN','SA',5305),
(2488,'NGN','RU',11426),
(2489,'NGN','UG',11017),
(2490,'NGN','BR',4489),
(2491,'NGN','NI',11017),
(2492,'NGN','MG',11017),
(2493,'NGN','DO',11017),
(2494,'NGN','MX',4897),
(2495,'NGN','OM',5305),
(2496,'NGN','CM',11017),
(2497,'NGN','ZA',11017),
(2498,'NGN','CL',11017),
(2499,'NGN','KE',11017),
(2500,'NGN','NP',11017),
(2501,'NGN','PE',11017),
(2502,'NGN','UA',11017),
(2503,'NGN','MZ',11017),
(2504,'NGN','TZ',11017),
(2505,'NGN','AO',11017),
(2506,'NGN','JO',5305),
(2507,'NGN','ZW',11017),
(2508,'NGN','TR',8977),
(2509,'NGN','MU',11017),
(2510,'NGN','SV',11017),
(2511,'NGN','TH',4897),
(2512,'NGN','CO',11017),
(2513,'NGN','LK',11017),
(2514,'NGN','CR',11017),
(2515,'NGN','AR',5305),
(2516,'NGN','MA',5305),
(2517,'NGN','MY',11017),
(2518,'NGN','KZ',11017),
(2519,'NGN','DZ',5305),
(2520,'NGN','ID',5305),
(2521,'NGN','NG',11017),
(2522,'NGN','GT',11017),
(2523,'NGN','VN',4489),
(2524,'NGN','BY',11017),
(2525,'NGN','EG',5305),
(2526,'NGN','UY',11017),
(2527,'NGN','BD',11017),
(2528,'NGN','PK',11017),
(2529,'NGN','PH',11017),
(2530,'NGN','ET',11017),
(2531,'NGN','TN',5305),
(2532,'NGN','LB',5305),
(2533,'NGN','IN',4489),
(2534,'NGN','PY',11017),
(2535,'NGN','UZ',11017),
(2536,'NGN','EC',11017),
(2537,'NGN','MM',11017),
(2538,'NGN','GE',11017),
(2539,'NOK','US',161),
(2540,'NOK','CH',145),
(2541,'NOK','AU',145),
(2542,'NOK','GB',188),
(2543,'NOK','DE',188),
(2544,'NOK','DK',151),
(2545,'NOK','AT',129),
(2546,'NOK','NO',129),
(2547,'NOK','CA',151),
(2548,'NOK','NL',151),
(2549,'NOK','SE',151),
(2550,'NOK','IE',118),
(2551,'NOK','BE',118),
(2552,'NOK','FI',118),
(2553,'NOK','FR',151),
(2554,'NOK','NZ',129),
(2555,'NOK','HK',65),
(2556,'NOK','CZ',129),
(2557,'NOK','SK',118),
(2558,'NOK','AE',151),
(2559,'NOK','SG',151),
(2560,'NOK','IL',151),
(2561,'NOK','KW',70),
(2562,'NOK','IT',145),
(2563,'NOK','JP',188),
(2564,'NOK','ES',145),
(2565,'NOK','VE',145),
(2566,'NOK','HU',118),
(2567,'NOK','PT',129),
(2568,'NOK','GR',129),
(2569,'NOK','KR',65),
(2570,'NOK','TW',129),
(2571,'NOK','PL',59),
(2572,'NOK','ZM',145),
(2573,'NOK','PR',145),
(2574,'NOK','CI',145),
(2575,'NOK','RO',118),
(2576,'NOK','BH',70),
(2577,'NOK','PA',145),
(2578,'NOK','GH',145),
(2579,'NOK','KH',145),
(2580,'NOK','SN',145),
(2581,'NOK','SA',70),
(2582,'NOK','RU',151),
(2583,'NOK','UG',145),
(2584,'NOK','BR',59),
(2585,'NOK','NI',145),
(2586,'NOK','MG',145),
(2587,'NOK','DO',145),
(2588,'NOK','MX',65),
(2589,'NOK','OM',70),
(2590,'NOK','CM',145),
(2591,'NOK','ZA',145),
(2592,'NOK','CL',145),
(2593,'NOK','KE',145),
(2594,'NOK','NP',145),
(2595,'NOK','PE',145),
(2596,'NOK','UA',145),
(2597,'NOK','MZ',145),
(2598,'NOK','TZ',145),
(2599,'NOK','AO',145),
(2600,'NOK','JO',70),
(2601,'NOK','ZW',145),
(2602,'NOK','TR',118),
(2603,'NOK','MU',145),
(2604,'NOK','SV',145),
(2605,'NOK','TH',65),
(2606,'NOK','CO',145),
(2607,'NOK','LK',145),
(2608,'NOK','CR',145),
(2609,'NOK','AR',70),
(2610,'NOK','MA',70),
(2611,'NOK','MY',145),
(2612,'NOK','KZ',145),
(2613,'NOK','DZ',70),
(2614,'NOK','ID',70),
(2615,'NOK','NG',145),
(2616,'NOK','GT',145),
(2617,'NOK','VN',59),
(2618,'NOK','BY',145),
(2619,'NOK','EG',70),
(2620,'NOK','UY',145),
(2621,'NOK','BD',145),
(2622,'NOK','PK',145),
(2623,'NOK','PH',145),
(2624,'NOK','ET',145),
(2625,'NOK','TN',70),
(2626,'NOK','LB',70),
(2627,'NOK','IN',59),
(2628,'NOK','PY',145),
(2629,'NOK','UZ',145),
(2630,'NOK','EC',145),
(2631,'NOK','MM',145),
(2632,'NOK','GE',145),
(2633,'PEN','US',56),
(2634,'PEN','CH',50),
(2635,'PEN','AU',50),
(2636,'PEN','GB',65),
(2637,'PEN','DE',65),
(2638,'PEN','DK',52),
(2639,'PEN','AT',45),
(2640,'PEN','NO',45),
(2641,'PEN','CA',52),
(2642,'PEN','NL',52),
(2643,'PEN','SE',52),
(2644,'PEN','IE',41),
(2645,'PEN','BE',41),
(2646,'PEN','FI',41),
(2647,'PEN','FR',52),
(2648,'PEN','NZ',45),
(2649,'PEN','HK',22),
(2650,'PEN','CZ',45),
(2651,'PEN','SK',41),
(2652,'PEN','AE',52),
(2653,'PEN','SG',52),
(2654,'PEN','IL',52),
(2655,'PEN','KW',24),
(2656,'PEN','IT',50),
(2657,'PEN','JP',65),
(2658,'PEN','ES',50),
(2659,'PEN','VE',50),
(2660,'PEN','HU',41),
(2661,'PEN','PT',45),
(2662,'PEN','GR',45),
(2663,'PEN','KR',22),
(2664,'PEN','TW',45),
(2665,'PEN','PL',21),
(2666,'PEN','ZM',50),
(2667,'PEN','PR',50),
(2668,'PEN','CI',50),
(2669,'PEN','RO',41),
(2670,'PEN','BH',24),
(2671,'PEN','PA',50),
(2672,'PEN','GH',50),
(2673,'PEN','KH',50),
(2674,'PEN','SN',50),
(2675,'PEN','SA',24),
(2676,'PEN','RU',52),
(2677,'PEN','UG',50),
(2678,'PEN','BR',21),
(2679,'PEN','NI',50),
(2680,'PEN','MG',50),
(2681,'PEN','DO',50),
(2682,'PEN','MX',22),
(2683,'PEN','OM',24),
(2684,'PEN','CM',50),
(2685,'PEN','ZA',50),
(2686,'PEN','CL',50),
(2687,'PEN','KE',50),
(2688,'PEN','NP',50),
(2689,'PEN','PE',50),
(2690,'PEN','UA',50),
(2691,'PEN','MZ',50),
(2692,'PEN','TZ',50),
(2693,'PEN','AO',50),
(2694,'PEN','JO',24),
(2695,'PEN','ZW',50),
(2696,'PEN','TR',41),
(2697,'PEN','MU',50),
(2698,'PEN','SV',50),
(2699,'PEN','TH',22),
(2700,'PEN','CO',50),
(2701,'PEN','LK',50),
(2702,'PEN','CR',50),
(2703,'PEN','AR',24),
(2704,'PEN','MA',24),
(2705,'PEN','MY',50),
(2706,'PEN','KZ',50),
(2707,'PEN','DZ',24),
(2708,'PEN','ID',24),
(2709,'PEN','NG',50),
(2710,'PEN','GT',50),
(2711,'PEN','VN',21),
(2712,'PEN','BY',50),
(2713,'PEN','EG',24),
(2714,'PEN','UY',50),
(2715,'PEN','BD',50),
(2716,'PEN','PK',50),
(2717,'PEN','PH',50),
(2718,'PEN','ET',50),
(2719,'PEN','TN',24),
(2720,'PEN','LB',24),
(2721,'PEN','IN',21),
(2722,'PEN','PY',50),
(2723,'PEN','UZ',50),
(2724,'PEN','EC',50),
(2725,'PEN','MM',50),
(2726,'PEN','GE',50),
(2727,'PHP','US',832),
(2728,'PHP','CH',749),
(2729,'PHP','AU',749),
(2730,'PHP','GB',971),
(2731,'PHP','DE',971),
(2732,'PHP','DK',777),
(2733,'PHP','AT',666),
(2734,'PHP','NO',666),
(2735,'PHP','CA',777),
(2736,'PHP','NL',777),
(2737,'PHP','SE',777),
(2738,'PHP','IE',610),
(2739,'PHP','BE',610),
(2740,'PHP','FI',610),
(2741,'PHP','FR',777),
(2742,'PHP','NZ',666),
(2743,'PHP','HK',333),
(2744,'PHP','CZ',666),
(2745,'PHP','SK',610),
(2746,'PHP','AE',777),
(2747,'PHP','SG',777),
(2748,'PHP','IL',777),
(2749,'PHP','KW',361),
(2750,'PHP','IT',749),
(2751,'PHP','JP',971),
(2752,'PHP','ES',749),
(2753,'PHP','VE',749),
(2754,'PHP','HU',610),
(2755,'PHP','PT',666),
(2756,'PHP','GR',666),
(2757,'PHP','KR',333),
(2758,'PHP','TW',666),
(2759,'PHP','PL',305),
(2760,'PHP','ZM',749),
(2761,'PHP','PR',749),
(2762,'PHP','CI',749),
(2763,'PHP','RO',610),
(2764,'PHP','BH',361),
(2765,'PHP','PA',749),
(2766,'PHP','GH',749),
(2767,'PHP','KH',749),
(2768,'PHP','SN',749),
(2769,'PHP','SA',361),
(2770,'PHP','RU',777),
(2771,'PHP','UG',749),
(2772,'PHP','BR',305),
(2773,'PHP','NI',749),
(2774,'PHP','MG',749),
(2775,'PHP','DO',749),
(2776,'PHP','MX',333),
(2777,'PHP','OM',361),
(2778,'PHP','CM',749),
(2779,'PHP','ZA',749),
(2780,'PHP','CL',749),
(2781,'PHP','KE',749),
(2782,'PHP','NP',749),
(2783,'PHP','PE',749),
(2784,'PHP','UA',749),
(2785,'PHP','MZ',749),
(2786,'PHP','TZ',749),
(2787,'PHP','AO',749),
(2788,'PHP','JO',361),
(2789,'PHP','ZW',749),
(2790,'PHP','TR',610),
(2791,'PHP','MU',749),
(2792,'PHP','SV',749),
(2793,'PHP','TH',333),
(2794,'PHP','CO',749),
(2795,'PHP','LK',749),
(2796,'PHP','CR',749),
(2797,'PHP','AR',361),
(2798,'PHP','MA',361),
(2799,'PHP','MY',749),
(2800,'PHP','KZ',749),
(2801,'PHP','DZ',361),
(2802,'PHP','ID',361),
(2803,'PHP','NG',749),
(2804,'PHP','GT',749),
(2805,'PHP','VN',305),
(2806,'PHP','BY',749),
(2807,'PHP','EG',361),
(2808,'PHP','UY',749),
(2809,'PHP','BD',749),
(2810,'PHP','PK',749),
(2811,'PHP','PH',749),
(2812,'PHP','ET',749),
(2813,'PHP','TN',361),
(2814,'PHP','LB',361),
(2815,'PHP','IN',305),
(2816,'PHP','PY',749),
(2817,'PHP','UZ',749),
(2818,'PHP','EC',749),
(2819,'PHP','MM',749),
(2820,'PHP','GE',749),
(2821,'PKR','US',4272),
(2822,'PKR','CH',3845),
(2823,'PKR','AU',3845),
(2824,'PKR','GB',4984),
(2825,'PKR','DE',4984),
(2826,'PKR','DK',3987),
(2827,'PKR','AT',3418),
(2828,'PKR','NO',3418),
(2829,'PKR','CA',3987),
(2830,'PKR','NL',3987),
(2831,'PKR','SE',3987),
(2832,'PKR','IE',3133),
(2833,'PKR','BE',3133),
(2834,'PKR','FI',3133),
(2835,'PKR','FR',3987),
(2836,'PKR','NZ',3418),
(2837,'PKR','HK',1709),
(2838,'PKR','CZ',3418),
(2839,'PKR','SK',3133),
(2840,'PKR','AE',3987),
(2841,'PKR','SG',3987),
(2842,'PKR','IL',3987),
(2843,'PKR','KW',1851),
(2844,'PKR','IT',3845),
(2845,'PKR','JP',4984),
(2846,'PKR','ES',3845),
(2847,'PKR','VE',3845),
(2848,'PKR','HU',3133),
(2849,'PKR','PT',3418),
(2850,'PKR','GR',3418),
(2851,'PKR','KR',1709),
(2852,'PKR','TW',3418),
(2853,'PKR','PL',1566),
(2854,'PKR','ZM',3845),
(2855,'PKR','PR',3845),
(2856,'PKR','CI',3845),
(2857,'PKR','RO',3133),
(2858,'PKR','BH',1851),
(2859,'PKR','PA',3845),
(2860,'PKR','GH',3845),
(2861,'PKR','KH',3845),
(2862,'PKR','SN',3845),
(2863,'PKR','SA',1851),
(2864,'PKR','RU',3987),
(2865,'PKR','UG',3845),
(2866,'PKR','BR',1566),
(2867,'PKR','NI',3845),
(2868,'PKR','MG',3845),
(2869,'PKR','DO',3845),
(2870,'PKR','MX',1709),
(2871,'PKR','OM',1851),
(2872,'PKR','CM',3845),
(2873,'PKR','ZA',3845),
(2874,'PKR','CL',3845),
(2875,'PKR','KE',3845),
(2876,'PKR','NP',3845),
(2877,'PKR','PE',3845),
(2878,'PKR','UA',3845),
(2879,'PKR','MZ',3845),
(2880,'PKR','TZ',3845),
(2881,'PKR','AO',3845),
(2882,'PKR','JO',1851),
(2883,'PKR','ZW',3845),
(2884,'PKR','TR',3133),
(2885,'PKR','MU',3845),
(2886,'PKR','SV',3845),
(2887,'PKR','TH',1709),
(2888,'PKR','CO',3845),
(2889,'PKR','LK',3845),
(2890,'PKR','CR',3845),
(2891,'PKR','AR',1851),
(2892,'PKR','MA',1851),
(2893,'PKR','MY',3845),
(2894,'PKR','KZ',3845),
(2895,'PKR','DZ',1851),
(2896,'PKR','ID',1851),
(2897,'PKR','NG',3845),
(2898,'PKR','GT',3845),
(2899,'PKR','VN',1566),
(2900,'PKR','BY',3845),
(2901,'PKR','EG',1851),
(2902,'PKR','UY',3845),
(2903,'PKR','BD',3845),
(2904,'PKR','PK',3845),
(2905,'PKR','PH',3845),
(2906,'PKR','ET',3845),
(2907,'PKR','TN',1851),
(2908,'PKR','LB',1851),
(2909,'PKR','IN',1566),
(2910,'PKR','PY',3845),
(2911,'PKR','UZ',3845),
(2912,'PKR','EC',3845),
(2913,'PKR','MM',3845),
(2914,'PKR','GE',3845),
(2915,'PLN','US',60),
(2916,'PLN','CH',54),
(2917,'PLN','AU',54),
(2918,'PLN','GB',70),
(2919,'PLN','DE',70),
(2920,'PLN','DK',56),
(2921,'PLN','AT',48),
(2922,'PLN','NO',48),
(2923,'PLN','CA',56),
(2924,'PLN','NL',56),
(2925,'PLN','SE',56),
(2926,'PLN','IE',44),
(2927,'PLN','BE',44),
(2928,'PLN','FI',44),
(2929,'PLN','FR',56),
(2930,'PLN','NZ',48),
(2931,'PLN','HK',24),
(2932,'PLN','CZ',48),
(2933,'PLN','SK',44),
(2934,'PLN','AE',56),
(2935,'PLN','SG',56),
(2936,'PLN','IL',56),
(2937,'PLN','KW',26),
(2938,'PLN','IT',54),
(2939,'PLN','JP',70),
(2940,'PLN','ES',54),
(2941,'PLN','VE',54),
(2942,'PLN','HU',44),
(2943,'PLN','PT',48),
(2944,'PLN','GR',48),
(2945,'PLN','KR',24),
(2946,'PLN','TW',48),
(2947,'PLN','PL',22),
(2948,'PLN','ZM',54),
(2949,'PLN','PR',54),
(2950,'PLN','CI',54),
(2951,'PLN','RO',44),
(2952,'PLN','BH',26),
(2953,'PLN','PA',54),
(2954,'PLN','GH',54),
(2955,'PLN','KH',54),
(2956,'PLN','SN',54),
(2957,'PLN','SA',26),
(2958,'PLN','RU',56),
(2959,'PLN','UG',54),
(2960,'PLN','BR',22),
(2961,'PLN','NI',54),
(2962,'PLN','MG',54),
(2963,'PLN','DO',54),
(2964,'PLN','MX',24),
(2965,'PLN','OM',26),
(2966,'PLN','CM',54),
(2967,'PLN','ZA',54),
(2968,'PLN','CL',54),
(2969,'PLN','KE',54),
(2970,'PLN','NP',54),
(2971,'PLN','PE',54),
(2972,'PLN','UA',54),
(2973,'PLN','MZ',54),
(2974,'PLN','TZ',54),
(2975,'PLN','AO',54),
(2976,'PLN','JO',26),
(2977,'PLN','ZW',54),
(2978,'PLN','TR',44),
(2979,'PLN','MU',54),
(2980,'PLN','SV',54),
(2981,'PLN','TH',24),
(2982,'PLN','CO',54),
(2983,'PLN','LK',54),
(2984,'PLN','CR',54),
(2985,'PLN','AR',26),
(2986,'PLN','MA',26),
(2987,'PLN','MY',54),
(2988,'PLN','KZ',54),
(2989,'PLN','DZ',26),
(2990,'PLN','ID',26),
(2991,'PLN','NG',54),
(2992,'PLN','GT',54),
(2993,'PLN','VN',22),
(2994,'PLN','BY',54),
(2995,'PLN','EG',26),
(2996,'PLN','UY',54),
(2997,'PLN','BD',54),
(2998,'PLN','PK',54),
(2999,'PLN','PH',54),
(3000,'PLN','ET',54),
(3001,'PLN','TN',26),
(3002,'PLN','LB',26),
(3003,'PLN','IN',22),
(3004,'PLN','PY',54),
(3005,'PLN','UZ',54),
(3006,'PLN','EC',54),
(3007,'PLN','MM',54),
(3008,'PLN','GE',54),
(3009,'RON','US',69),
(3010,'RON','CH',62),
(3011,'RON','AU',62),
(3012,'RON','GB',80),
(3013,'RON','DE',80),
(3014,'RON','DK',64),
(3015,'RON','AT',55),
(3016,'RON','NO',55),
(3017,'RON','CA',64),
(3018,'RON','NL',64),
(3019,'RON','SE',64),
(3020,'RON','IE',50),
(3021,'RON','BE',50),
(3022,'RON','FI',50),
(3023,'RON','FR',64),
(3024,'RON','NZ',55),
(3025,'RON','HK',27),
(3026,'RON','CZ',55),
(3027,'RON','SK',50),
(3028,'RON','AE',64),
(3029,'RON','SG',64),
(3030,'RON','IL',64),
(3031,'RON','KW',30),
(3032,'RON','IT',62),
(3033,'RON','JP',80),
(3034,'RON','ES',62),
(3035,'RON','VE',62),
(3036,'RON','HU',50),
(3037,'RON','PT',55),
(3038,'RON','GR',55),
(3039,'RON','KR',27),
(3040,'RON','TW',55),
(3041,'RON','PL',25),
(3042,'RON','ZM',62),
(3043,'RON','PR',62),
(3044,'RON','CI',62),
(3045,'RON','RO',50),
(3046,'RON','BH',30),
(3047,'RON','PA',62),
(3048,'RON','GH',62),
(3049,'RON','KH',62),
(3050,'RON','SN',62),
(3051,'RON','SA',30),
(3052,'RON','RU',64),
(3053,'RON','UG',62),
(3054,'RON','BR',25),
(3055,'RON','NI',62),
(3056,'RON','MG',62),
(3057,'RON','DO',62),
(3058,'RON','MX',27),
(3059,'RON','OM',30),
(3060,'RON','CM',62),
(3061,'RON','ZA',62),
(3062,'RON','CL',62),
(3063,'RON','KE',62),
(3064,'RON','NP',62),
(3065,'RON','PE',62),
(3066,'RON','UA',62),
(3067,'RON','MZ',62),
(3068,'RON','TZ',62),
(3069,'RON','AO',62),
(3070,'RON','JO',30),
(3071,'RON','ZW',62),
(3072,'RON','TR',50),
(3073,'RON','MU',62),
(3074,'RON','SV',62),
(3075,'RON','TH',27),
(3076,'RON','CO',62),
(3077,'RON','LK',62),
(3078,'RON','CR',62),
(3079,'RON','AR',30),
(3080,'RON','MA',30),
(3081,'RON','MY',62),
(3082,'RON','KZ',62),
(3083,'RON','DZ',30),
(3084,'RON','ID',30),
(3085,'RON','NG',62),
(3086,'RON','GT',62),
(3087,'RON','VN',25),
(3088,'RON','BY',62),
(3089,'RON','EG',30),
(3090,'RON','UY',62),
(3091,'RON','BD',62),
(3092,'RON','PK',62),
(3093,'RON','PH',62),
(3094,'RON','ET',62),
(3095,'RON','TN',30),
(3096,'RON','LB',30),
(3097,'RON','IN',25),
(3098,'RON','PY',62),
(3099,'RON','UZ',62),
(3100,'RON','EC',62),
(3101,'RON','MM',62),
(3102,'RON','GE',62),
(3103,'RSD','US',1612),
(3104,'RSD','CH',1451),
(3105,'RSD','AU',1451),
(3106,'RSD','GB',1880),
(3107,'RSD','DE',1880),
(3108,'RSD','DK',1504),
(3109,'RSD','AT',1289),
(3110,'RSD','NO',1289),
(3111,'RSD','CA',1504),
(3112,'RSD','NL',1504),
(3113,'RSD','SE',1504),
(3114,'RSD','IE',1182),
(3115,'RSD','BE',1182),
(3116,'RSD','FI',1182),
(3117,'RSD','FR',1504),
(3118,'RSD','NZ',1289),
(3119,'RSD','HK',645),
(3120,'RSD','CZ',1289),
(3121,'RSD','SK',1182),
(3122,'RSD','AE',1504),
(3123,'RSD','SG',1504),
(3124,'RSD','IL',1504),
(3125,'RSD','KW',698),
(3126,'RSD','IT',1451),
(3127,'RSD','JP',1880),
(3128,'RSD','ES',1451),
(3129,'RSD','VE',1451),
(3130,'RSD','HU',1182),
(3131,'RSD','PT',1289),
(3132,'RSD','GR',1289),
(3133,'RSD','KR',645),
(3134,'RSD','TW',1289),
(3135,'RSD','PL',591),
(3136,'RSD','ZM',1451),
(3137,'RSD','PR',1451),
(3138,'RSD','CI',1451),
(3139,'RSD','RO',1182),
(3140,'RSD','BH',698),
(3141,'RSD','PA',1451),
(3142,'RSD','GH',1451),
(3143,'RSD','KH',1451),
(3144,'RSD','SN',1451),
(3145,'RSD','SA',698),
(3146,'RSD','RU',1504),
(3147,'RSD','UG',1451),
(3148,'RSD','BR',591),
(3149,'RSD','NI',1451),
(3150,'RSD','MG',1451),
(3151,'RSD','DO',1451),
(3152,'RSD','MX',645),
(3153,'RSD','OM',698),
(3154,'RSD','CM',1451),
(3155,'RSD','ZA',1451),
(3156,'RSD','CL',1451),
(3157,'RSD','KE',1451),
(3158,'RSD','NP',1451),
(3159,'RSD','PE',1451),
(3160,'RSD','UA',1451),
(3161,'RSD','MZ',1451),
(3162,'RSD','TZ',1451),
(3163,'RSD','AO',1451),
(3164,'RSD','JO',698),
(3165,'RSD','ZW',1451),
(3166,'RSD','TR',1182),
(3167,'RSD','MU',1451),
(3168,'RSD','SV',1451),
(3169,'RSD','TH',645),
(3170,'RSD','CO',1451),
(3171,'RSD','LK',1451),
(3172,'RSD','CR',1451),
(3173,'RSD','AR',698),
(3174,'RSD','MA',698),
(3175,'RSD','MY',1451),
(3176,'RSD','KZ',1451),
(3177,'RSD','DZ',698),
(3178,'RSD','ID',698),
(3179,'RSD','NG',1451),
(3180,'RSD','GT',1451),
(3181,'RSD','VN',591),
(3182,'RSD','BY',1451),
(3183,'RSD','EG',698),
(3184,'RSD','UY',1451),
(3185,'RSD','BD',1451),
(3186,'RSD','PK',1451),
(3187,'RSD','PH',1451),
(3188,'RSD','ET',1451),
(3189,'RSD','TN',698),
(3190,'RSD','LB',698),
(3191,'RSD','IN',591),
(3192,'RSD','PY',1451),
(3193,'RSD','UZ',1451),
(3194,'RSD','EC',1451),
(3195,'RSD','MM',1451),
(3196,'RSD','GE',1451),
(3197,'RUB','US',1326),
(3198,'RUB','CH',1193),
(3199,'RUB','AU',1193),
(3200,'RUB','GB',1547),
(3201,'RUB','DE',1547),
(3202,'RUB','DK',1238),
(3203,'RUB','AT',1061),
(3204,'RUB','NO',1061),
(3205,'RUB','CA',1238),
(3206,'RUB','NL',1238),
(3207,'RUB','SE',1238),
(3208,'RUB','IE',972),
(3209,'RUB','BE',972),
(3210,'RUB','FI',972),
(3211,'RUB','FR',1238),
(3212,'RUB','NZ',1061),
(3213,'RUB','HK',530),
(3214,'RUB','CZ',1061),
(3215,'RUB','SK',972),
(3216,'RUB','AE',1238),
(3217,'RUB','SG',1238),
(3218,'RUB','IL',1238),
(3219,'RUB','KW',575),
(3220,'RUB','IT',1193),
(3221,'RUB','JP',1547),
(3222,'RUB','ES',1193),
(3223,'RUB','VE',1193),
(3224,'RUB','HU',972),
(3225,'RUB','PT',1061),
(3226,'RUB','GR',1061),
(3227,'RUB','KR',530),
(3228,'RUB','TW',1061),
(3229,'RUB','PL',486),
(3230,'RUB','ZM',1193),
(3231,'RUB','PR',1193),
(3232,'RUB','CI',1193),
(3233,'RUB','RO',972),
(3234,'RUB','BH',575),
(3235,'RUB','PA',1193),
(3236,'RUB','GH',1193),
(3237,'RUB','KH',1193),
(3238,'RUB','SN',1193),
(3239,'RUB','SA',575),
(3240,'RUB','RU',1238),
(3241,'RUB','UG',1193),
(3242,'RUB','BR',486),
(3243,'RUB','NI',1193),
(3244,'RUB','MG',1193),
(3245,'RUB','DO',1193),
(3246,'RUB','MX',530),
(3247,'RUB','OM',575),
(3248,'RUB','CM',1193),
(3249,'RUB','ZA',1193),
(3250,'RUB','CL',1193),
(3251,'RUB','KE',1193),
(3252,'RUB','NP',1193),
(3253,'RUB','PE',1193),
(3254,'RUB','UA',1193),
(3255,'RUB','MZ',1193),
(3256,'RUB','TZ',1193),
(3257,'RUB','AO',1193),
(3258,'RUB','JO',575),
(3259,'RUB','ZW',1193),
(3260,'RUB','TR',972),
(3261,'RUB','MU',1193),
(3262,'RUB','SV',1193),
(3263,'RUB','TH',530),
(3264,'RUB','CO',1193),
(3265,'RUB','LK',1193),
(3266,'RUB','CR',1193),
(3267,'RUB','AR',575),
(3268,'RUB','MA',575),
(3269,'RUB','MY',1193),
(3270,'RUB','KZ',1193),
(3271,'RUB','DZ',575),
(3272,'RUB','ID',575),
(3273,'RUB','NG',1193),
(3274,'RUB','GT',1193),
(3275,'RUB','VN',486),
(3276,'RUB','BY',1193),
(3277,'RUB','EG',575),
(3278,'RUB','UY',1193),
(3279,'RUB','BD',1193),
(3280,'RUB','PK',1193),
(3281,'RUB','PH',1193),
(3282,'RUB','ET',1193),
(3283,'RUB','TN',575),
(3284,'RUB','LB',575),
(3285,'RUB','IN',486),
(3286,'RUB','PY',1193),
(3287,'RUB','UZ',1193),
(3288,'RUB','EC',1193),
(3289,'RUB','MM',1193),
(3290,'RUB','GE',1193),
(3291,'SAR','US',56),
(3292,'SAR','CH',51),
(3293,'SAR','AU',51),
(3294,'SAR','GB',66),
(3295,'SAR','DE',66),
(3296,'SAR','DK',53),
(3297,'SAR','AT',45),
(3298,'SAR','NO',45),
(3299,'SAR','CA',53),
(3300,'SAR','NL',53),
(3301,'SAR','SE',53),
(3302,'SAR','IE',41),
(3303,'SAR','BE',41),
(3304,'SAR','FI',41),
(3305,'SAR','FR',53),
(3306,'SAR','NZ',45),
(3307,'SAR','HK',23),
(3308,'SAR','CZ',45),
(3309,'SAR','SK',41),
(3310,'SAR','AE',53),
(3311,'SAR','SG',53),
(3312,'SAR','IL',53),
(3313,'SAR','KW',24),
(3314,'SAR','IT',51),
(3315,'SAR','JP',66),
(3316,'SAR','ES',51),
(3317,'SAR','VE',51),
(3318,'SAR','HU',41),
(3319,'SAR','PT',45),
(3320,'SAR','GR',45),
(3321,'SAR','KR',23),
(3322,'SAR','TW',45),
(3323,'SAR','PL',21),
(3324,'SAR','ZM',51),
(3325,'SAR','PR',51),
(3326,'SAR','CI',51),
(3327,'SAR','RO',41),
(3328,'SAR','BH',24),
(3329,'SAR','PA',51),
(3330,'SAR','GH',51),
(3331,'SAR','KH',51),
(3332,'SAR','SN',51),
(3333,'SAR','SA',24),
(3334,'SAR','RU',53),
(3335,'SAR','UG',51),
(3336,'SAR','BR',21),
(3337,'SAR','NI',51),
(3338,'SAR','MG',51),
(3339,'SAR','DO',51),
(3340,'SAR','MX',23),
(3341,'SAR','OM',24),
(3342,'SAR','CM',51),
(3343,'SAR','ZA',51),
(3344,'SAR','CL',51),
(3345,'SAR','KE',51),
(3346,'SAR','NP',51),
(3347,'SAR','PE',51),
(3348,'SAR','UA',51),
(3349,'SAR','MZ',51),
(3350,'SAR','TZ',51),
(3351,'SAR','AO',51),
(3352,'SAR','JO',24),
(3353,'SAR','ZW',51),
(3354,'SAR','TR',41),
(3355,'SAR','MU',51),
(3356,'SAR','SV',51),
(3357,'SAR','TH',23),
(3358,'SAR','CO',51),
(3359,'SAR','LK',51),
(3360,'SAR','CR',51),
(3361,'SAR','AR',24),
(3362,'SAR','MA',24),
(3363,'SAR','MY',51),
(3364,'SAR','KZ',51),
(3365,'SAR','DZ',24),
(3366,'SAR','ID',24),
(3367,'SAR','NG',51),
(3368,'SAR','GT',51),
(3369,'SAR','VN',21),
(3370,'SAR','BY',51),
(3371,'SAR','EG',24),
(3372,'SAR','UY',51),
(3373,'SAR','BD',51),
(3374,'SAR','PK',51),
(3375,'SAR','PH',51),
(3376,'SAR','ET',51),
(3377,'SAR','TN',24),
(3378,'SAR','LB',24),
(3379,'SAR','IN',21),
(3380,'SAR','PY',51),
(3381,'SAR','UZ',51),
(3382,'SAR','EC',51),
(3383,'SAR','MM',51),
(3384,'SAR','GE',51),
(3385,'SEK','US',157),
(3386,'SEK','CH',142),
(3387,'SEK','AU',142),
(3388,'SEK','GB',183),
(3389,'SEK','DE',183),
(3390,'SEK','DK',147),
(3391,'SEK','AT',126),
(3392,'SEK','NO',126),
(3393,'SEK','CA',147),
(3394,'SEK','NL',147),
(3395,'SEK','SE',147),
(3396,'SEK','IE',115),
(3397,'SEK','BE',115),
(3398,'SEK','FI',115),
(3399,'SEK','FR',147),
(3400,'SEK','NZ',126),
(3401,'SEK','HK',63),
(3402,'SEK','CZ',126),
(3403,'SEK','SK',115),
(3404,'SEK','AE',147),
(3405,'SEK','SG',147),
(3406,'SEK','IL',147),
(3407,'SEK','KW',68),
(3408,'SEK','IT',142),
(3409,'SEK','JP',183),
(3410,'SEK','ES',142),
(3411,'SEK','VE',142),
(3412,'SEK','HU',115),
(3413,'SEK','PT',126),
(3414,'SEK','GR',126),
(3415,'SEK','KR',63),
(3416,'SEK','TW',126),
(3417,'SEK','PL',58),
(3418,'SEK','ZM',142),
(3419,'SEK','PR',142),
(3420,'SEK','CI',142),
(3421,'SEK','RO',115),
(3422,'SEK','BH',68),
(3423,'SEK','PA',142),
(3424,'SEK','GH',142),
(3425,'SEK','KH',142),
(3426,'SEK','SN',142),
(3427,'SEK','SA',68),
(3428,'SEK','RU',147),
(3429,'SEK','UG',142),
(3430,'SEK','BR',58),
(3431,'SEK','NI',142),
(3432,'SEK','MG',142),
(3433,'SEK','DO',142),
(3434,'SEK','MX',63),
(3435,'SEK','OM',68),
(3436,'SEK','CM',142),
(3437,'SEK','ZA',142),
(3438,'SEK','CL',142),
(3439,'SEK','KE',142),
(3440,'SEK','NP',142),
(3441,'SEK','PE',142),
(3442,'SEK','UA',142),
(3443,'SEK','MZ',142),
(3444,'SEK','TZ',142),
(3445,'SEK','AO',142),
(3446,'SEK','JO',68),
(3447,'SEK','ZW',142),
(3448,'SEK','TR',115),
(3449,'SEK','MU',142),
(3450,'SEK','SV',142),
(3451,'SEK','TH',63),
(3452,'SEK','CO',142),
(3453,'SEK','LK',142),
(3454,'SEK','CR',142),
(3455,'SEK','AR',68),
(3456,'SEK','MA',68),
(3457,'SEK','MY',142),
(3458,'SEK','KZ',142),
(3459,'SEK','DZ',68),
(3460,'SEK','ID',68),
(3461,'SEK','NG',142),
(3462,'SEK','GT',142),
(3463,'SEK','VN',58),
(3464,'SEK','BY',142),
(3465,'SEK','EG',68),
(3466,'SEK','UY',142),
(3467,'SEK','BD',142),
(3468,'SEK','PK',142),
(3469,'SEK','PH',142),
(3470,'SEK','ET',142),
(3471,'SEK','TN',68),
(3472,'SEK','LB',68),
(3473,'SEK','IN',58),
(3474,'SEK','PY',142),
(3475,'SEK','UZ',142),
(3476,'SEK','EC',142),
(3477,'SEK','MM',142),
(3478,'SEK','GE',142),
(3479,'SGD','US',20),
(3480,'SGD','CH',18),
(3481,'SGD','AU',18),
(3482,'SGD','GB',23),
(3483,'SGD','DE',23),
(3484,'SGD','DK',19),
(3485,'SGD','AT',16),
(3486,'SGD','NO',16),
(3487,'SGD','CA',19),
(3488,'SGD','NL',19),
(3489,'SGD','SE',19),
(3490,'SGD','IE',15),
(3491,'SGD','BE',15),
(3492,'SGD','FI',15),
(3493,'SGD','FR',19),
(3494,'SGD','NZ',16),
(3495,'SGD','HK',8),
(3496,'SGD','CZ',16),
(3497,'SGD','SK',15),
(3498,'SGD','AE',19),
(3499,'SGD','SG',19),
(3500,'SGD','IL',19),
(3501,'SGD','KW',9),
(3502,'SGD','IT',18),
(3503,'SGD','JP',23),
(3504,'SGD','ES',18),
(3505,'SGD','VE',18),
(3506,'SGD','HU',15),
(3507,'SGD','PT',16),
(3508,'SGD','GR',16),
(3509,'SGD','KR',8),
(3510,'SGD','TW',16),
(3511,'SGD','PL',7),
(3512,'SGD','ZM',18),
(3513,'SGD','PR',18),
(3514,'SGD','CI',18),
(3515,'SGD','RO',15),
(3516,'SGD','BH',9),
(3517,'SGD','PA',18),
(3518,'SGD','GH',18),
(3519,'SGD','KH',18),
(3520,'SGD','SN',18),
(3521,'SGD','SA',9),
(3522,'SGD','RU',19),
(3523,'SGD','UG',18),
(3524,'SGD','BR',7),
(3525,'SGD','NI',18),
(3526,'SGD','MG',18),
(3527,'SGD','DO',18),
(3528,'SGD','MX',8),
(3529,'SGD','OM',9),
(3530,'SGD','CM',18),
(3531,'SGD','ZA',18),
(3532,'SGD','CL',18),
(3533,'SGD','KE',18),
(3534,'SGD','NP',18),
(3535,'SGD','PE',18),
(3536,'SGD','UA',18),
(3537,'SGD','MZ',18),
(3538,'SGD','TZ',18),
(3539,'SGD','AO',18),
(3540,'SGD','JO',9),
(3541,'SGD','ZW',18),
(3542,'SGD','TR',15),
(3543,'SGD','MU',18),
(3544,'SGD','SV',18),
(3545,'SGD','TH',8),
(3546,'SGD','CO',18),
(3547,'SGD','LK',18),
(3548,'SGD','CR',18),
(3549,'SGD','AR',9),
(3550,'SGD','MA',9),
(3551,'SGD','MY',18),
(3552,'SGD','KZ',18),
(3553,'SGD','DZ',9),
(3554,'SGD','ID',9),
(3555,'SGD','NG',18),
(3556,'SGD','GT',18),
(3557,'SGD','VN',7),
(3558,'SGD','BY',18),
(3559,'SGD','EG',9),
(3560,'SGD','UY',18),
(3561,'SGD','BD',18),
(3562,'SGD','PK',18),
(3563,'SGD','PH',18),
(3564,'SGD','ET',18),
(3565,'SGD','TN',9),
(3566,'SGD','LB',9),
(3567,'SGD','IN',7),
(3568,'SGD','PY',18),
(3569,'SGD','UZ',18),
(3570,'SGD','EC',18),
(3571,'SGD','MM',18),
(3572,'SGD','GE',18),
(3573,'THB','US',529),
(3574,'THB','CH',476),
(3575,'THB','AU',476),
(3576,'THB','GB',617),
(3577,'THB','DE',617),
(3578,'THB','DK',494),
(3579,'THB','AT',423),
(3580,'THB','NO',423),
(3581,'THB','CA',494),
(3582,'THB','NL',494),
(3583,'THB','SE',494),
(3584,'THB','IE',388),
(3585,'THB','BE',388),
(3586,'THB','FI',388),
(3587,'THB','FR',494),
(3588,'THB','NZ',423),
(3589,'THB','HK',212),
(3590,'THB','CZ',423),
(3591,'THB','SK',388),
(3592,'THB','AE',494),
(3593,'THB','SG',494),
(3594,'THB','IL',494),
(3595,'THB','KW',229),
(3596,'THB','IT',476),
(3597,'THB','JP',617),
(3598,'THB','ES',476),
(3599,'THB','VE',476),
(3600,'THB','HU',388),
(3601,'THB','PT',423),
(3602,'THB','GR',423),
(3603,'THB','KR',212),
(3604,'THB','TW',423),
(3605,'THB','PL',194),
(3606,'THB','ZM',476),
(3607,'THB','PR',476),
(3608,'THB','CI',476),
(3609,'THB','RO',388),
(3610,'THB','BH',229),
(3611,'THB','PA',476),
(3612,'THB','GH',476),
(3613,'THB','KH',476),
(3614,'THB','SN',476),
(3615,'THB','SA',229),
(3616,'THB','RU',494),
(3617,'THB','UG',476),
(3618,'THB','BR',194),
(3619,'THB','NI',476),
(3620,'THB','MG',476),
(3621,'THB','DO',476),
(3622,'THB','MX',212),
(3623,'THB','OM',229),
(3624,'THB','CM',476),
(3625,'THB','ZA',476),
(3626,'THB','CL',476),
(3627,'THB','KE',476),
(3628,'THB','NP',476),
(3629,'THB','PE',476),
(3630,'THB','UA',476),
(3631,'THB','MZ',476),
(3632,'THB','TZ',476),
(3633,'THB','AO',476),
(3634,'THB','JO',229),
(3635,'THB','ZW',476),
(3636,'THB','TR',388),
(3637,'THB','MU',476),
(3638,'THB','SV',476),
(3639,'THB','TH',212),
(3640,'THB','CO',476),
(3641,'THB','LK',476),
(3642,'THB','CR',476),
(3643,'THB','AR',229),
(3644,'THB','MA',229),
(3645,'THB','MY',476),
(3646,'THB','KZ',476),
(3647,'THB','DZ',229),
(3648,'THB','ID',229),
(3649,'THB','NG',476),
(3650,'THB','GT',476),
(3651,'THB','VN',194),
(3652,'THB','BY',476),
(3653,'THB','EG',229),
(3654,'THB','UY',476),
(3655,'THB','BD',476),
(3656,'THB','PK',476),
(3657,'THB','PH',476),
(3658,'THB','ET',476),
(3659,'THB','TN',229),
(3660,'THB','LB',229),
(3661,'THB','IN',194),
(3662,'THB','PY',476),
(3663,'THB','UZ',476),
(3664,'THB','EC',476),
(3665,'THB','MM',476),
(3666,'THB','GE',476),
(3667,'TRY','US',433),
(3668,'TRY','CH',389),
(3669,'TRY','AU',389),
(3670,'TRY','GB',505),
(3671,'TRY','DE',505),
(3672,'TRY','DK',404),
(3673,'TRY','AT',346),
(3674,'TRY','NO',346),
(3675,'TRY','CA',404),
(3676,'TRY','NL',404),
(3677,'TRY','SE',404),
(3678,'TRY','IE',317),
(3679,'TRY','BE',317),
(3680,'TRY','FI',317),
(3681,'TRY','FR',404),
(3682,'TRY','NZ',346),
(3683,'TRY','HK',173),
(3684,'TRY','CZ',346),
(3685,'TRY','SK',317),
(3686,'TRY','AE',404),
(3687,'TRY','SG',404),
(3688,'TRY','IL',404),
(3689,'TRY','KW',187),
(3690,'TRY','IT',389),
(3691,'TRY','JP',505),
(3692,'TRY','ES',389),
(3693,'TRY','VE',389),
(3694,'TRY','HU',317),
(3695,'TRY','PT',346),
(3696,'TRY','GR',346),
(3697,'TRY','KR',173),
(3698,'TRY','TW',346),
(3699,'TRY','PL',159),
(3700,'TRY','ZM',389),
(3701,'TRY','PR',389),
(3702,'TRY','CI',389),
(3703,'TRY','RO',317),
(3704,'TRY','BH',187),
(3705,'TRY','PA',389),
(3706,'TRY','GH',389),
(3707,'TRY','KH',389),
(3708,'TRY','SN',389),
(3709,'TRY','SA',187),
(3710,'TRY','RU',404),
(3711,'TRY','UG',389),
(3712,'TRY','BR',159),
(3713,'TRY','NI',389),
(3714,'TRY','MG',389),
(3715,'TRY','DO',389),
(3716,'TRY','MX',173),
(3717,'TRY','OM',187),
(3718,'TRY','CM',389),
(3719,'TRY','ZA',389),
(3720,'TRY','CL',389),
(3721,'TRY','KE',389),
(3722,'TRY','NP',389),
(3723,'TRY','PE',389),
(3724,'TRY','UA',389),
(3725,'TRY','MZ',389),
(3726,'TRY','TZ',389),
(3727,'TRY','AO',389),
(3728,'TRY','JO',187),
(3729,'TRY','ZW',389),
(3730,'TRY','TR',317),
(3731,'TRY','MU',389),
(3732,'TRY','SV',389),
(3733,'TRY','TH',173),
(3734,'TRY','CO',389),
(3735,'TRY','LK',389),
(3736,'TRY','CR',389),
(3737,'TRY','AR',187),
(3738,'TRY','MA',187),
(3739,'TRY','MY',389),
(3740,'TRY','KZ',389),
(3741,'TRY','DZ',187),
(3742,'TRY','ID',187),
(3743,'TRY','NG',389),
(3744,'TRY','GT',389),
(3745,'TRY','VN',159),
(3746,'TRY','BY',389),
(3747,'TRY','EG',187),
(3748,'TRY','UY',389),
(3749,'TRY','BD',389),
(3750,'TRY','PK',389),
(3751,'TRY','PH',389),
(3752,'TRY','ET',389),
(3753,'TRY','TN',187),
(3754,'TRY','LB',187),
(3755,'TRY','IN',159),
(3756,'TRY','PY',389),
(3757,'TRY','UZ',389),
(3758,'TRY','EC',389),
(3759,'TRY','MM',389),
(3760,'TRY','GE',389),
(3761,'TWD','US',475),
(3762,'TWD','CH',427),
(3763,'TWD','AU',427),
(3764,'TWD','GB',554),
(3765,'TWD','DE',554),
(3766,'TWD','DK',443),
(3767,'TWD','AT',380),
(3768,'TWD','NO',380),
(3769,'TWD','CA',443),
(3770,'TWD','NL',443),
(3771,'TWD','SE',443),
(3772,'TWD','IE',348),
(3773,'TWD','BE',348),
(3774,'TWD','FI',348),
(3775,'TWD','FR',443),
(3776,'TWD','NZ',380),
(3777,'TWD','HK',190),
(3778,'TWD','CZ',380),
(3779,'TWD','SK',348),
(3780,'TWD','AE',443),
(3781,'TWD','SG',443),
(3782,'TWD','IL',443),
(3783,'TWD','KW',206),
(3784,'TWD','IT',427),
(3785,'TWD','JP',554),
(3786,'TWD','ES',427),
(3787,'TWD','VE',427),
(3788,'TWD','HU',348),
(3789,'TWD','PT',380),
(3790,'TWD','GR',380),
(3791,'TWD','KR',190),
(3792,'TWD','TW',380),
(3793,'TWD','PL',174),
(3794,'TWD','ZM',427),
(3795,'TWD','PR',427),
(3796,'TWD','CI',427),
(3797,'TWD','RO',348),
(3798,'TWD','BH',206),
(3799,'TWD','PA',427),
(3800,'TWD','GH',427),
(3801,'TWD','KH',427),
(3802,'TWD','SN',427),
(3803,'TWD','SA',206),
(3804,'TWD','RU',443),
(3805,'TWD','UG',427),
(3806,'TWD','BR',174),
(3807,'TWD','NI',427),
(3808,'TWD','MG',427),
(3809,'TWD','DO',427),
(3810,'TWD','MX',190),
(3811,'TWD','OM',206),
(3812,'TWD','CM',427),
(3813,'TWD','ZA',427),
(3814,'TWD','CL',427),
(3815,'TWD','KE',427),
(3816,'TWD','NP',427),
(3817,'TWD','PE',427),
(3818,'TWD','UA',427),
(3819,'TWD','MZ',427),
(3820,'TWD','TZ',427),
(3821,'TWD','AO',427),
(3822,'TWD','JO',206),
(3823,'TWD','ZW',427),
(3824,'TWD','TR',348),
(3825,'TWD','MU',427),
(3826,'TWD','SV',427),
(3827,'TWD','TH',190),
(3828,'TWD','CO',427),
(3829,'TWD','LK',427),
(3830,'TWD','CR',427),
(3831,'TWD','AR',206),
(3832,'TWD','MA',206),
(3833,'TWD','MY',427),
(3834,'TWD','KZ',427),
(3835,'TWD','DZ',206),
(3836,'TWD','ID',206),
(3837,'TWD','NG',427),
(3838,'TWD','GT',427),
(3839,'TWD','VN',174),
(3840,'TWD','BY',427),
(3841,'TWD','EG',206),
(3842,'TWD','UY',427),
(3843,'TWD','BD',427),
(3844,'TWD','PK',427),
(3845,'TWD','PH',427),
(3846,'TWD','ET',427),
(3847,'TWD','TN',206),
(3848,'TWD','LB',206),
(3849,'TWD','IN',174),
(3850,'TWD','PY',427),
(3851,'TWD','UZ',427),
(3852,'TWD','EC',427),
(3853,'TWD','MM',427),
(3854,'TWD','GE',427),
(3855,'UAH','US',541),
(3856,'UAH','CH',487),
(3857,'UAH','AU',487),
(3858,'UAH','GB',631),
(3859,'UAH','DE',631),
(3860,'UAH','DK',505),
(3861,'UAH','AT',432),
(3862,'UAH','NO',432),
(3863,'UAH','CA',505),
(3864,'UAH','NL',505),
(3865,'UAH','SE',505),
(3866,'UAH','IE',396),
(3867,'UAH','BE',396),
(3868,'UAH','FI',396),
(3869,'UAH','FR',505),
(3870,'UAH','NZ',432),
(3871,'UAH','HK',216),
(3872,'UAH','CZ',432),
(3873,'UAH','SK',396),
(3874,'UAH','AE',505),
(3875,'UAH','SG',505),
(3876,'UAH','IL',505),
(3877,'UAH','KW',234),
(3878,'UAH','IT',487),
(3879,'UAH','JP',631),
(3880,'UAH','ES',487),
(3881,'UAH','VE',487),
(3882,'UAH','HU',396),
(3883,'UAH','PT',432),
(3884,'UAH','GR',432),
(3885,'UAH','KR',216),
(3886,'UAH','TW',432),
(3887,'UAH','PL',198),
(3888,'UAH','ZM',487),
(3889,'UAH','PR',487),
(3890,'UAH','CI',487),
(3891,'UAH','RO',396),
(3892,'UAH','BH',234),
(3893,'UAH','PA',487),
(3894,'UAH','GH',487),
(3895,'UAH','KH',487),
(3896,'UAH','SN',487),
(3897,'UAH','SA',234),
(3898,'UAH','RU',505),
(3899,'UAH','UG',487),
(3900,'UAH','BR',198),
(3901,'UAH','NI',487),
(3902,'UAH','MG',487),
(3903,'UAH','DO',487),
(3904,'UAH','MX',216),
(3905,'UAH','OM',234),
(3906,'UAH','CM',487),
(3907,'UAH','ZA',487),
(3908,'UAH','CL',487),
(3909,'UAH','KE',487),
(3910,'UAH','NP',487),
(3911,'UAH','PE',487),
(3912,'UAH','UA',487),
(3913,'UAH','MZ',487),
(3914,'UAH','TZ',487),
(3915,'UAH','AO',487),
(3916,'UAH','JO',234),
(3917,'UAH','ZW',487),
(3918,'UAH','TR',396),
(3919,'UAH','MU',487),
(3920,'UAH','SV',487),
(3921,'UAH','TH',216),
(3922,'UAH','CO',487),
(3923,'UAH','LK',487),
(3924,'UAH','CR',487),
(3925,'UAH','AR',234),
(3926,'UAH','MA',234),
(3927,'UAH','MY',487),
(3928,'UAH','KZ',487),
(3929,'UAH','DZ',234),
(3930,'UAH','ID',234),
(3931,'UAH','NG',487),
(3932,'UAH','GT',487),
(3933,'UAH','VN',198),
(3934,'UAH','BY',487),
(3935,'UAH','EG',234),
(3936,'UAH','UY',487),
(3937,'UAH','BD',487),
(3938,'UAH','PK',487),
(3939,'UAH','PH',487),
(3940,'UAH','ET',487),
(3941,'UAH','TN',234),
(3942,'UAH','LB',234),
(3943,'UAH','IN',198),
(3944,'UAH','PY',487),
(3945,'UAH','UZ',487),
(3946,'UAH','EC',487),
(3947,'UAH','MM',487),
(3948,'UAH','GE',487),
(3949,'USD','US',15),
(3950,'USD','CH',13),
(3951,'USD','AU',13),
(3952,'USD','GB',17),
(3953,'USD','DE',17),
(3954,'USD','DK',14),
(3955,'USD','AT',12),
(3956,'USD','NO',12),
(3957,'USD','CA',14),
(3958,'USD','NL',14),
(3959,'USD','SE',14),
(3960,'USD','IE',11),
(3961,'USD','BE',11),
(3962,'USD','FI',11),
(3963,'USD','FR',14),
(3964,'USD','NZ',12),
(3965,'USD','HK',6),
(3966,'USD','CZ',12),
(3967,'USD','SK',11),
(3968,'USD','AE',14),
(3969,'USD','SG',14),
(3970,'USD','IL',14),
(3971,'USD','KW',6),
(3972,'USD','IT',13),
(3973,'USD','JP',17),
(3974,'USD','ES',13),
(3975,'USD','VE',13),
(3976,'USD','HU',11),
(3977,'USD','PT',12),
(3978,'USD','GR',12),
(3979,'USD','KR',6),
(3980,'USD','TW',12),
(3981,'USD','PL',5),
(3982,'USD','ZM',13),
(3983,'USD','PR',13),
(3984,'USD','CI',13),
(3985,'USD','RO',11),
(3986,'USD','BH',6),
(3987,'USD','PA',13),
(3988,'USD','GH',13),
(3989,'USD','KH',13),
(3990,'USD','SN',13),
(3991,'USD','SA',6),
(3992,'USD','RU',14),
(3993,'USD','UG',13),
(3994,'USD','BR',5),
(3995,'USD','NI',13),
(3996,'USD','MG',13),
(3997,'USD','DO',13),
(3998,'USD','MX',6),
(3999,'USD','OM',6),
(4000,'USD','CM',13),
(4001,'USD','ZA',13),
(4002,'USD','CL',13),
(4003,'USD','KE',13),
(4004,'USD','NP',13),
(4005,'USD','PE',13),
(4006,'USD','UA',13),
(4007,'USD','MZ',13),
(4008,'USD','TZ',13),
(4009,'USD','AO',13),
(4010,'USD','JO',6),
(4011,'USD','ZW',13),
(4012,'USD','TR',11),
(4013,'USD','MU',13),
(4014,'USD','SV',13),
(4015,'USD','TH',6),
(4016,'USD','CO',13),
(4017,'USD','LK',13),
(4018,'USD','CR',13),
(4019,'USD','AR',6),
(4020,'USD','MA',6),
(4021,'USD','MY',13),
(4022,'USD','KZ',13),
(4023,'USD','DZ',6),
(4024,'USD','ID',6),
(4025,'USD','NG',13),
(4026,'USD','GT',13),
(4027,'USD','VN',5),
(4028,'USD','BY',13),
(4029,'USD','EG',6),
(4030,'USD','UY',13),
(4031,'USD','BD',13),
(4032,'USD','PK',13),
(4033,'USD','PH',13),
(4034,'USD','ET',13),
(4035,'USD','TN',6),
(4036,'USD','LB',6),
(4037,'USD','IN',5),
(4038,'USD','PY',13),
(4039,'USD','UZ',13),
(4040,'USD','EC',13),
(4041,'USD','MM',13),
(4042,'USD','GE',13),
(4043,'VND','US',363225),
(4044,'VND','CH',326903),
(4045,'VND','AU',326903),
(4046,'VND','GB',423763),
(4047,'VND','DE',423763),
(4048,'VND','DK',339010),
(4049,'VND','AT',290580),
(4050,'VND','NO',290580),
(4051,'VND','CA',339010),
(4052,'VND','NL',339010),
(4053,'VND','SE',339010),
(4054,'VND','IE',266365),
(4055,'VND','BE',266365),
(4056,'VND','FI',266365),
(4057,'VND','FR',339010),
(4058,'VND','NZ',290580),
(4059,'VND','HK',145290),
(4060,'VND','CZ',290580),
(4061,'VND','SK',266365),
(4062,'VND','AE',339010),
(4063,'VND','SG',339010),
(4064,'VND','IL',339010),
(4065,'VND','KW',157398),
(4066,'VND','IT',326903),
(4067,'VND','JP',423763),
(4068,'VND','ES',326903),
(4069,'VND','VE',326903),
(4070,'VND','HU',266365),
(4071,'VND','PT',290580),
(4072,'VND','GR',290580),
(4073,'VND','KR',145290),
(4074,'VND','TW',290580),
(4075,'VND','PL',133183),
(4076,'VND','ZM',326903),
(4077,'VND','PR',326903),
(4078,'VND','CI',326903),
(4079,'VND','RO',266365),
(4080,'VND','BH',157398),
(4081,'VND','PA',326903),
(4082,'VND','GH',326903),
(4083,'VND','KH',326903),
(4084,'VND','SN',326903),
(4085,'VND','SA',157398),
(4086,'VND','RU',339010),
(4087,'VND','UG',326903),
(4088,'VND','BR',133183),
(4089,'VND','NI',326903),
(4090,'VND','MG',326903),
(4091,'VND','DO',326903),
(4092,'VND','MX',145290),
(4093,'VND','OM',157398),
(4094,'VND','CM',326903),
(4095,'VND','ZA',326903),
(4096,'VND','CL',326903),
(4097,'VND','KE',326903),
(4098,'VND','NP',326903),
(4099,'VND','PE',326903),
(4100,'VND','UA',326903),
(4101,'VND','MZ',326903),
(4102,'VND','TZ',326903),
(4103,'VND','AO',326903),
(4104,'VND','JO',157398),
(4105,'VND','ZW',326903),
(4106,'VND','TR',266365),
(4107,'VND','MU',326903),
(4108,'VND','SV',326903),
(4109,'VND','TH',145290),
(4110,'VND','CO',326903),
(4111,'VND','LK',326903),
(4112,'VND','CR',326903),
(4113,'VND','AR',157398),
(4114,'VND','MA',157398),
(4115,'VND','MY',326903),
(4116,'VND','KZ',326903),
(4117,'VND','DZ',157398),
(4118,'VND','ID',157398),
(4119,'VND','NG',326903),
(4120,'VND','GT',326903),
(4121,'VND','VN',133183),
(4122,'VND','BY',326903),
(4123,'VND','EG',157398),
(4124,'VND','UY',326903),
(4125,'VND','BD',326903),
(4126,'VND','PK',326903),
(4127,'VND','PH',326903),
(4128,'VND','ET',326903),
(4129,'VND','TN',157398),
(4130,'VND','LB',157398),
(4131,'VND','IN',133183),
(4132,'VND','PY',326903),
(4133,'VND','UZ',326903),
(4134,'VND','EC',326903),
(4135,'VND','MM',326903),
(4136,'VND','GE',326903),
(4137,'ZAR','US',283),
(4138,'ZAR','CH',255),
(4139,'ZAR','AU',255),
(4140,'ZAR','GB',330),
(4141,'ZAR','DE',330),
(4142,'ZAR','DK',264),
(4143,'ZAR','AT',227),
(4144,'ZAR','NO',227),
(4145,'ZAR','CA',264),
(4146,'ZAR','NL',264),
(4147,'ZAR','SE',264),
(4148,'ZAR','IE',208),
(4149,'ZAR','BE',208),
(4150,'ZAR','FI',208),
(4151,'ZAR','FR',264),
(4152,'ZAR','NZ',227),
(4153,'ZAR','HK',113),
(4154,'ZAR','CZ',227),
(4155,'ZAR','SK',208),
(4156,'ZAR','AE',264),
(4157,'ZAR','SG',264),
(4158,'ZAR','IL',264),
(4159,'ZAR','KW',123),
(4160,'ZAR','IT',255),
(4161,'ZAR','JP',330),
(4162,'ZAR','ES',255),
(4163,'ZAR','VE',255),
(4164,'ZAR','HU',208),
(4165,'ZAR','PT',227),
(4166,'ZAR','GR',227),
(4167,'ZAR','KR',113),
(4168,'ZAR','TW',227),
(4169,'ZAR','PL',104),
(4170,'ZAR','ZM',255),
(4171,'ZAR','PR',255),
(4172,'ZAR','CI',255),
(4173,'ZAR','RO',208),
(4174,'ZAR','BH',123),
(4175,'ZAR','PA',255),
(4176,'ZAR','GH',255),
(4177,'ZAR','KH',255),
(4178,'ZAR','SN',255),
(4179,'ZAR','SA',123),
(4180,'ZAR','RU',264),
(4181,'ZAR','UG',255),
(4182,'ZAR','BR',104),
(4183,'ZAR','NI',255),
(4184,'ZAR','MG',255),
(4185,'ZAR','DO',255),
(4186,'ZAR','MX',113),
(4187,'ZAR','OM',123),
(4188,'ZAR','CM',255),
(4189,'ZAR','ZA',255),
(4190,'ZAR','CL',255),
(4191,'ZAR','KE',255),
(4192,'ZAR','NP',255),
(4193,'ZAR','PE',255),
(4194,'ZAR','UA',255),
(4195,'ZAR','MZ',255),
(4196,'ZAR','TZ',255),
(4197,'ZAR','AO',255),
(4198,'ZAR','JO',123),
(4199,'ZAR','ZW',255),
(4200,'ZAR','TR',208),
(4201,'ZAR','MU',255),
(4202,'ZAR','SV',255),
(4203,'ZAR','TH',113),
(4204,'ZAR','CO',255),
(4205,'ZAR','LK',255),
(4206,'ZAR','CR',255),
(4207,'ZAR','AR',123),
(4208,'ZAR','MA',123),
(4209,'ZAR','MY',255),
(4210,'ZAR','KZ',255),
(4211,'ZAR','DZ',123),
(4212,'ZAR','ID',123),
(4213,'ZAR','NG',255),
(4214,'ZAR','GT',255),
(4215,'ZAR','VN',104),
(4216,'ZAR','BY',255),
(4217,'ZAR','EG',123),
(4218,'ZAR','UY',255),
(4219,'ZAR','BD',255),
(4220,'ZAR','PK',255),
(4221,'ZAR','PH',255),
(4222,'ZAR','ET',255),
(4223,'ZAR','TN',123),
(4224,'ZAR','LB',123),
(4225,'ZAR','IN',104),
(4226,'ZAR','PY',255),
(4227,'ZAR','UZ',255),
(4228,'ZAR','EC',255),
(4229,'ZAR','MM',255),
(4230,'ZAR','GE',255);
/*!40000 ALTER TABLE `wp_gla_budget_recommendations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_gla_merchant_issues`
--

DROP TABLE IF EXISTS `wp_gla_merchant_issues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_gla_merchant_issues` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `product_id` bigint(20) NOT NULL,
  `issue` varchar(200) NOT NULL,
  `code` varchar(100) NOT NULL,
  `severity` varchar(20) NOT NULL DEFAULT 'warning',
  `product` varchar(100) NOT NULL,
  `action` text NOT NULL,
  `action_url` varchar(1024) NOT NULL,
  `applicable_countries` text NOT NULL,
  `source` varchar(10) NOT NULL DEFAULT 'mc',
  `type` varchar(10) NOT NULL DEFAULT 'product',
  `created_at` datetime NOT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_gla_merchant_issues`
--

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

--
-- Table structure for table `wp_gla_merchant_price_benchmarks`
--

DROP TABLE IF EXISTS `wp_gla_merchant_price_benchmarks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_gla_merchant_price_benchmarks` (
  `product_id` bigint(20) NOT NULL,
  `mc_product_id` varchar(255) NOT NULL,
  `mc_product_offer_id` varchar(255) NOT NULL,
  `mc_product_price_micros` varchar(64) NOT NULL,
  `mc_product_currency_code` varchar(3) NOT NULL,
  `mc_price_country_code` varchar(2) NOT NULL,
  `mc_price_benchmark_price_micros` varchar(64) NOT NULL,
  `mc_price_benchmark_price_currency_code` varchar(3) NOT NULL,
  `mc_insights_suggested_price_micros` varchar(64) NOT NULL,
  `mc_insights_suggested_price_currency_code` varchar(3) NOT NULL,
  `mc_insights_predicted_impressions_change_fraction` decimal(10,6) NOT NULL,
  `mc_insights_predicted_clicks_change_fraction` decimal(10,6) NOT NULL,
  `mc_insights_predicted_conversions_change_fraction` decimal(10,6) NOT NULL,
  `mc_insights_effectiveness` tinyint(1) NOT NULL,
  `mc_metrics_clicks` varchar(64) NOT NULL,
  `mc_metrics_impressions` varchar(64) NOT NULL,
  `mc_metrics_ctr` int(20) NOT NULL,
  `mc_metrics_conversions` int(20) NOT NULL,
  `price_compared_with_benchmark` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`product_id`),
  UNIQUE KEY `mc_product_id` (`mc_product_id`),
  KEY `mc_insights_effectiveness` (`mc_insights_effectiveness`),
  KEY `price_compared_with_benchmark` (`price_compared_with_benchmark`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_gla_merchant_price_benchmarks`
--

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

--
-- Table structure for table `wp_gla_shipping_rates`
--

DROP TABLE IF EXISTS `wp_gla_shipping_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_gla_shipping_rates` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `country` varchar(2) NOT NULL,
  `currency` varchar(3) NOT NULL,
  `rate` double NOT NULL DEFAULT 0,
  `options` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `country` (`country`),
  KEY `currency` (`currency`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_gla_shipping_rates`
--

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

--
-- Table structure for table `wp_gla_shipping_times`
--

DROP TABLE IF EXISTS `wp_gla_shipping_times`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_gla_shipping_times` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `country` varchar(2) NOT NULL,
  `time` bigint(20) NOT NULL DEFAULT 0,
  `max_time` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  KEY `country` (`country`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_gla_shipping_times`
--

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

--
-- Table structure for table `wp_jetpack_sync_queue`
--

DROP TABLE IF EXISTS `wp_jetpack_sync_queue`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_jetpack_sync_queue` (
  `ID` bigint(20) NOT NULL AUTO_INCREMENT,
  `queue_id` varchar(50) NOT NULL,
  `event_id` varchar(100) NOT NULL,
  `event_payload` longtext NOT NULL,
  `timestamp` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`ID`),
  KEY `event_id` (`event_id`),
  KEY `queue_id` (`queue_id`),
  KEY `queue_id_event_id` (`queue_id`,`event_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=InnoDB AUTO_INCREMENT=11101 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_jetpack_sync_queue`
--

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

--
-- Table structure for table `wp_kit_form_entries`
--

DROP TABLE IF EXISTS `wp_kit_form_entries`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_kit_form_entries` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` int(11) NOT NULL,
  `first_name` varchar(191) NOT NULL DEFAULT '',
  `email` varchar(191) NOT NULL DEFAULT '',
  `custom_fields` text DEFAULT NULL,
  `tag_id` int(11) NOT NULL,
  `sequence_id` int(11) NOT NULL,
  `created_at` datetime NOT NULL,
  `updated_at` datetime NOT NULL,
  `api_result` varchar(191) NOT NULL DEFAULT 'success',
  `api_error` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `post_id` (`post_id`),
  KEY `first_name` (`first_name`),
  KEY `email` (`email`),
  KEY `tag_id` (`tag_id`),
  KEY `sequence_id` (`sequence_id`),
  KEY `api_result` (`api_result`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_kit_form_entries`
--

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

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

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

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

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

--
-- Table structure for table `wp_mailpoet_automation_run_logs`
--

DROP TABLE IF EXISTS `wp_mailpoet_automation_run_logs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_automation_run_logs` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `automation_run_id` int(11) unsigned NOT NULL,
  `step_id` varchar(191) NOT NULL,
  `step_type` varchar(255) NOT NULL,
  `step_key` varchar(255) NOT NULL,
  `status` varchar(191) NOT NULL,
  `started_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `run_number` int(11) NOT NULL,
  `data` longtext NOT NULL,
  `error` longtext DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `automation_run_id_step_id` (`automation_run_id`,`step_id`),
  KEY `status` (`status`),
  KEY `step_id` (`step_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_automation_run_logs`
--

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

--
-- Table structure for table `wp_mailpoet_automation_run_subjects`
--

DROP TABLE IF EXISTS `wp_mailpoet_automation_run_subjects`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_automation_run_subjects` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `automation_run_id` int(11) unsigned NOT NULL,
  `key` varchar(191) DEFAULT NULL,
  `args` longtext DEFAULT NULL,
  `hash` varchar(191) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `automation_run_id` (`automation_run_id`),
  KEY `hash` (`hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_automation_run_subjects`
--

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

--
-- Table structure for table `wp_mailpoet_automation_runs`
--

DROP TABLE IF EXISTS `wp_mailpoet_automation_runs`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_automation_runs` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `automation_id` int(11) unsigned NOT NULL,
  `version_id` int(11) unsigned NOT NULL,
  `trigger_key` varchar(191) NOT NULL,
  `status` varchar(191) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `next_step_id` varchar(191) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `automation_id` (`automation_id`,`status`),
  KEY `created_at` (`created_at`),
  KEY `version_id` (`version_id`),
  KEY `status` (`status`),
  KEY `next_step_id` (`next_step_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_automation_runs`
--

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

--
-- Table structure for table `wp_mailpoet_automation_triggers`
--

DROP TABLE IF EXISTS `wp_mailpoet_automation_triggers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_automation_triggers` (
  `automation_id` int(11) unsigned NOT NULL,
  `trigger_key` varchar(191) NOT NULL,
  PRIMARY KEY (`automation_id`,`trigger_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_automation_triggers`
--

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

--
-- Table structure for table `wp_mailpoet_automation_versions`
--

DROP TABLE IF EXISTS `wp_mailpoet_automation_versions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_automation_versions` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `automation_id` int(11) unsigned NOT NULL,
  `steps` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `automation_id` (`automation_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_automation_versions`
--

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

--
-- Table structure for table `wp_mailpoet_automations`
--

DROP TABLE IF EXISTS `wp_mailpoet_automations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_automations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `author` bigint(20) NOT NULL,
  `status` varchar(191) NOT NULL,
  `meta` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `activated_at` timestamp NULL DEFAULT NULL,
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_automations`
--

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

--
-- Table structure for table `wp_mailpoet_custom_fields`
--

DROP TABLE IF EXISTS `wp_mailpoet_custom_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_custom_fields` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(90) NOT NULL,
  `type` varchar(90) NOT NULL,
  `params` longtext NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_custom_fields`
--

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

--
-- Table structure for table `wp_mailpoet_dynamic_segment_filters`
--

DROP TABLE IF EXISTS `wp_mailpoet_dynamic_segment_filters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_dynamic_segment_filters` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `segment_id` int(11) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `filter_data` longblob DEFAULT NULL,
  `filter_type` varchar(255) DEFAULT NULL,
  `action` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `segment_id` (`segment_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_dynamic_segment_filters`
--

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

--
-- Table structure for table `wp_mailpoet_feature_flags`
--

DROP TABLE IF EXISTS `wp_mailpoet_feature_flags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_feature_flags` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(100) NOT NULL,
  `value` tinyint(1) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_feature_flags`
--

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

--
-- Table structure for table `wp_mailpoet_forms`
--

DROP TABLE IF EXISTS `wp_mailpoet_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_forms` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(90) NOT NULL,
  `status` varchar(20) NOT NULL DEFAULT 'enabled',
  `body` longtext DEFAULT NULL,
  `settings` longtext DEFAULT NULL,
  `styles` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_forms`
--

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

--
-- Table structure for table `wp_mailpoet_log`
--

DROP TABLE IF EXISTS `wp_mailpoet_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_log` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) DEFAULT NULL,
  `level` int(11) DEFAULT NULL,
  `message` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT current_timestamp(),
  `raw_message` longtext DEFAULT NULL,
  `context` longtext DEFAULT NULL,
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_log`
--

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

--
-- Table structure for table `wp_mailpoet_migrations`
--

DROP TABLE IF EXISTS `wp_mailpoet_migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_migrations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `started_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `completed_at` timestamp NULL DEFAULT NULL,
  `retries` int(11) unsigned NOT NULL DEFAULT 0,
  `error` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=37 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_migrations`
--

LOCK TABLES `wp_mailpoet_migrations` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_migrations` DISABLE KEYS */;
INSERT INTO `wp_mailpoet_migrations` VALUES
(1,'Migration_20221028_105818','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(2,'Migration_20221110_151621','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(3,'Migration_20230111_120000','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(4,'Migration_20230111_130000','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(5,'Migration_20230215_050813','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(6,'Migration_20230221_200520','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(7,'Migration_20230421_135915','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(8,'Migration_20230503_210945','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(9,'Migration_20230605_174836','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(10,'Migration_20230703_105957','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(11,'Migration_20230716_130221_Db','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(12,'Migration_20230824_054259_Db','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(13,'Migration_20230831_124214_Db','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(14,'Migration_20230831_143755_Db','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(15,'Migration_20240119_113943_Db','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(16,'Migration_20240617_122847_Db','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(17,'Migration_20240725_182318_Db','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(18,'Migration_20221028_105818_App','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(19,'Migration_20230109_144830','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(20,'Migration_20230131_121621','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(21,'Migration_20230419_080000','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(22,'Migration_20230425_211517','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(23,'Migration_20230712_180341','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(24,'Migration_20230803_200413_App','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(25,'Migration_20230825_093531_App','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(26,'Migration_20231128_120355_App','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(27,'Migration_20240202_130053_App','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(28,'Migration_20240207_105912_App','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(29,'Migration_20240322_110443_App','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(30,'Migration_20240730_212419_App','2024-09-02 22:23:34','2024-09-02 22:23:34',0,NULL),
(31,'Migration_20241007_170437_Db','2024-10-25 20:00:58','2024-10-25 20:00:58',0,NULL),
(32,'Migration_20241015_105511_App','2024-10-25 20:00:58','2024-10-25 20:00:58',0,NULL),
(33,'Migration_20241108_103249_Db','2025-07-23 23:36:26','2025-07-23 23:36:26',0,NULL),
(34,'Migration_20241128_114257_App','2025-07-23 23:36:26','2025-07-23 23:36:26',0,NULL),
(35,'Migration_20250120_094614_App','2025-07-23 23:36:26','2025-07-23 23:36:26',0,NULL),
(36,'Migration_20250501_114655_App','2025-07-23 23:36:26','2025-07-23 23:36:26',0,NULL);
/*!40000 ALTER TABLE `wp_mailpoet_migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_mailpoet_newsletter_links`
--

DROP TABLE IF EXISTS `wp_mailpoet_newsletter_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_newsletter_links` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `newsletter_id` int(11) unsigned NOT NULL,
  `queue_id` int(11) unsigned NOT NULL,
  `url` varchar(2083) NOT NULL,
  `hash` varchar(20) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `newsletter_id` (`newsletter_id`),
  KEY `queue_id` (`queue_id`),
  KEY `url` (`url`(100))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_newsletter_links`
--

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

--
-- Table structure for table `wp_mailpoet_newsletter_option`
--

DROP TABLE IF EXISTS `wp_mailpoet_newsletter_option`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_newsletter_option` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `newsletter_id` int(11) unsigned NOT NULL,
  `option_field_id` int(11) unsigned NOT NULL,
  `value` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `newsletter_id_option_field_id` (`newsletter_id`,`option_field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_newsletter_option`
--

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

--
-- Table structure for table `wp_mailpoet_newsletter_option_fields`
--

DROP TABLE IF EXISTS `wp_mailpoet_newsletter_option_fields`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_newsletter_option_fields` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(90) NOT NULL,
  `newsletter_type` varchar(90) NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `name_newsletter_type` (`newsletter_type`,`name`)
) ENGINE=InnoDB AUTO_INCREMENT=32 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_newsletter_option_fields`
--

LOCK TABLES `wp_mailpoet_newsletter_option_fields` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_newsletter_option_fields` DISABLE KEYS */;
INSERT INTO `wp_mailpoet_newsletter_option_fields` VALUES
(1,'isScheduled','standard',NULL,'2024-09-02 22:23:34'),
(2,'scheduledAt','standard',NULL,'2024-09-02 22:23:34'),
(3,'event','welcome',NULL,'2024-09-02 22:23:34'),
(4,'segment','welcome',NULL,'2024-09-02 22:23:34'),
(5,'role','welcome',NULL,'2024-09-02 22:23:34'),
(6,'afterTimeNumber','welcome',NULL,'2024-09-02 22:23:34'),
(7,'afterTimeType','welcome',NULL,'2024-09-02 22:23:34'),
(8,'intervalType','notification',NULL,'2024-09-02 22:23:34'),
(9,'timeOfDay','notification',NULL,'2024-09-02 22:23:34'),
(10,'weekDay','notification',NULL,'2024-09-02 22:23:34'),
(11,'monthDay','notification',NULL,'2024-09-02 22:23:34'),
(12,'nthWeekDay','notification',NULL,'2024-09-02 22:23:34'),
(13,'schedule','notification',NULL,'2024-09-02 22:23:34'),
(14,'group','automatic',NULL,'2024-09-02 22:23:34'),
(15,'group','automation',NULL,'2024-09-02 22:23:34'),
(16,'group','automation_transactional',NULL,'2024-09-02 22:23:34'),
(17,'event','automatic',NULL,'2024-09-02 22:23:34'),
(18,'event','automation',NULL,'2024-09-02 22:23:34'),
(19,'event','automation_transactional',NULL,'2024-09-02 22:23:34'),
(20,'sendTo','automatic',NULL,'2024-09-02 22:23:34'),
(21,'segment','automatic',NULL,'2024-09-02 22:23:34'),
(22,'afterTimeNumber','automatic',NULL,'2024-09-02 22:23:35'),
(23,'afterTimeType','automatic',NULL,'2024-09-02 22:23:35'),
(24,'meta','automatic',NULL,'2024-09-02 22:23:35'),
(25,'afterTimeNumber','re_engagement',NULL,'2024-09-02 22:23:35'),
(26,'afterTimeType','re_engagement',NULL,'2024-09-02 22:23:35'),
(27,'automationId','automation',NULL,'2024-09-02 22:23:35'),
(28,'automationStepId','automation',NULL,'2024-09-02 22:23:35'),
(29,'filterSegmentId','standard',NULL,'2024-09-02 22:23:35'),
(30,'filterSegmentId','re_engagement',NULL,'2024-09-02 22:23:35'),
(31,'filterSegmentId','notification',NULL,'2024-09-02 22:23:35');
/*!40000 ALTER TABLE `wp_mailpoet_newsletter_option_fields` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_mailpoet_newsletter_posts`
--

DROP TABLE IF EXISTS `wp_mailpoet_newsletter_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_newsletter_posts` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `newsletter_id` int(11) unsigned NOT NULL,
  `post_id` int(11) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `newsletter_id` (`newsletter_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_newsletter_posts`
--

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

--
-- Table structure for table `wp_mailpoet_newsletter_segment`
--

DROP TABLE IF EXISTS `wp_mailpoet_newsletter_segment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_newsletter_segment` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `newsletter_id` int(11) unsigned NOT NULL,
  `segment_id` int(11) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `newsletter_segment` (`newsletter_id`,`segment_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_newsletter_segment`
--

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

--
-- Table structure for table `wp_mailpoet_newsletter_templates`
--

DROP TABLE IF EXISTS `wp_mailpoet_newsletter_templates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_newsletter_templates` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `newsletter_id` int(11) DEFAULT 0,
  `name` varchar(250) NOT NULL,
  `categories` varchar(250) NOT NULL DEFAULT '[]',
  `description` varchar(255) NOT NULL DEFAULT '',
  `body` longtext DEFAULT NULL,
  `thumbnail` longtext DEFAULT NULL,
  `thumbnail_data` longtext DEFAULT NULL,
  `readonly` tinyint(1) DEFAULT 0,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB AUTO_INCREMENT=77 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_newsletter_templates`
--

LOCK TABLES `wp_mailpoet_newsletter_templates` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_newsletter_templates` DISABLE KEYS */;
INSERT INTO `wp_mailpoet_newsletter_templates` VALUES
(1,0,'Welcome Email: Blank 1 Column','[\"welcome\",\"blank\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Hi, new subscriber!<\\/strong><\\/h1>\\n<p>&nbsp;<\\/p>\\n<p>[subscriber:firstname | default:Subscriber],<\\/p>\\n<p>&nbsp;<\\/p>\\n<p>You recently joined our list and we\'d like to give you a warm welcome!<\\/p>\\n<p>&nbsp;<\\/p>\\n<p>Want to get to know us better? Check out some of our most popular articles: <\\/p>\\n<ol>\\n<li><a href=\\\"https:\\/\\/www.mailpoet.com\\/blog\\/the-importance-of-focus-when-writing\\/\\\">The Importance of Focus When Writing<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.mailpoet.com\\/blog\\/writing-next-great-email-subject-line\\/\\\">How to Write a Great Subject Line<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.mailpoet.com\\/blog\\/write-advice-motivation\\/\\\">Just Sit Down and Write &ndash; Advice on Motivation from Ernest Hemingway<\\/a><\\/li>\\n<\\/ol>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"https:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"https:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/welcome-email-blank-1-column/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(2,0,'Welcome Email: Blank 1:2 Column','[\"welcome\",\"blank\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Hi, new subscriber!<\\/strong><\\/h1>\\n<p>&nbsp;<\\/p>\\n<p>[subscriber:firstname | default:Subscriber],<\\/p>\\n<p>&nbsp;<\\/p>\\n<p>You recently joined our list and we\'d like to give you a warm welcome!<\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>Our Most Popular Posts<\\/h3>\"},{\"type\":\"text\",\"text\":\"<ul>\\n<li><a href=\\\"https:\\/\\/www.mailpoet.com\\/blog\\/the-importance-of-focus-when-writing\\/\\\">The Importance of Focus When Writing<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.mailpoet.com\\/blog\\/writing-next-great-email-subject-line\\/\\\">How to Write a Great Subject Line<\\/a><\\/li>\\n<li><a href=\\\"https:\\/\\/www.mailpoet.com\\/blog\\/write-advice-motivation\\/\\\">Just Sit Down and Write &ndash; Advice on Motivation from Ernest Hemingway<\\/a><\\/li>\\n<\\/ul>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>What\'s Next?<\\/h3>\"},{\"type\":\"text\",\"text\":\"<p>Add a single button to your newsletter in order to have one clear call-to-action, which will increase your click rates.<\\/p>\"},{\"type\":\"button\",\"text\":\"Read up!\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"https:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"https:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/welcome-email-blank-1-2-column/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(3,0,'Gift Welcome','[\"welcome\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/gift\\/Gift-Header-1.jpg\",\"alt\":\"Gift-Header-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"920px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#e7e7e7\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #dd2d2d;\\\">We\'re so happy you\'re onboard!<\\/span><\\/h2>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra. Pellentesque in interdum eros, a venenatis velit. Fusce finibus convallis augue, ut viverra felis placerat in. <\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Curabitur et commodo ipsum. Mauris tellus metus, tristique vel sollicitudin ut, malesuada in augue. Aliquam ultricies purus vel commodo vehicula.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get Started\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#dd2d2d\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/gift\\/Gift-Footer.jpg\",\"alt\":\"Gift-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"920px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px; text-align: center;\\\"><span style=\\\"color: #808080;\\\"><strong>Address Line 1<\\/strong><\\/span><\\/p>\\n<p style=\\\"font-size: 11px; text-align: center;\\\"><span style=\\\"color: #808080;\\\"><strong>Address Line 2<\\/strong><\\/span><\\/p>\\n<p style=\\\"font-size: 11px; text-align: center;\\\"><span style=\\\"color: #808080;\\\"><strong>City<\\/strong><\\/span><\\/p>\\n<p style=\\\"font-size: 11px; text-align: center;\\\"><span style=\\\"color: #808080;\\\"><strong>Country<\\/strong><\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"5.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 11px;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><span>&nbsp;|&nbsp;<\\/span><a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#dd2d2d\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/gift/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(4,0,'Minimal','[\"welcome\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"29px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#303c54\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/minimal\\/Minimal-Logo1.png\",\"alt\":\"Minimal-Logo1\",\"fullWidth\":false,\"width\":\"590px\",\"height\":\"93px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"80px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><span style=\\\"color: #8b9cbc;\\\">EST.2009<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"41px\"}}},{\"type\":\"text\",\"text\":\"<h2>Welcome to Minimal, Kim.<\\/h2>\"},{\"type\":\"text\",\"text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra. Pellentesque in interdum eros, a venenatis velit. Fusce finibus convallis augue, ut viverra felis placerat in. Curabitur et commodo ipsum. Mauris tellus metus, tristique vel sollicitudin ut, malesuada in augue. Aliquam ultricies purus vel commodo vehicula. Cras sollicitudin nunc facilisis neque tristique sagittis.<\\/p>\\n<p><\\/p>\\n<p>Maecenas iaculis, lacus malesuada dictum dapibus, justo justo molestie lorem, ac dapibus magna urna vel arcu. Aliquam erat volutpat. Sed bibendum, ipsum sed ullamcorper blandit, eros odio interdum nibh, non venenatis metus lacus vitae lectus.<\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"30px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"2px\",\"borderColor\":\"#d9d9d9\"}}},{\"type\":\"text\",\"text\":\"<h2>Some of our recent stories<\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/minimal\\/plasma-stingray111-800x533.jpg\",\"alt\":\"plasma-stingray111-800x533\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"533px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>Story Title Goes Here<\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><strong><a href=\\\"https:\\/\\/wordpress.org\\/\\\">Read More<\\/a><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/minimal\\/gettyimages-578313682-800x533.jpg\",\"alt\":\"gettyimages-578313682-800x533\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"533px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>Story Title Goes Here<\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><strong><a href=\\\"https:\\/\\/wordpress.org\\/\\\">Read More<\\/a><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/minimal\\/5_what_to_do_p352m1141746-800x533.jpg\",\"alt\":\"5_what_to_do_p352m1141746-800x533\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"533px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>Story Title Goes Here<\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><strong><a href=\\\"https:\\/\\/wordpress.org\\/\\\">Read More<\\/a><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f3f3f3\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"47px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/minimal\\/Minimal-Logo-Small.png\",\"alt\":\"Minimal-Logo-Small\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"23px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #808080;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #808080;\\\">Unsubscribe<\\/a><\\/span><\\/p>\\n<p><span style=\\\"color: #808080;\\\"><a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #808080;\\\">Manage your subscription<\\/a><\\/span><br \\/><span style=\\\"color: #999999;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f3f3f3\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Georgia\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Georgia\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Georgia\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Georgia\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#303c54\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"30px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"2px\",\"borderColor\":\"#d9d9d9\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"29px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/minimal/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(5,0,'New Phone Purchase','[\"welcome\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1b1821\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/phone\\/Phone-Logo.png\",\"alt\":\"Phone-Logo\",\"fullWidth\":true,\"width\":\"122px\",\"height\":\"23px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1b1821\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/phone\\/Phone-Title.png\",\"alt\":\"Phone-Title\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"215px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/phone\\/Phone-Header.jpg\",\"alt\":\"Phone-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"920px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Welcome to your brand new Casia 7200.<\\/strong><\\/span><\\/h3>\\n<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #8748d5;\\\">Let\'s get you all set up.<\\/span><\\/strong><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra. Pellentesque in interdum eros, a venenatis velit. Fusce finibus convallis augue, ut viverra felis placerat in.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get Started\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#8748d5\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"159px\",\"lineHeight\":\"45px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#2c2c2c\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px; text-align: left;\\\"><span style=\\\"color: #999999;\\\">Address Line 1<\\/span><\\/p>\\n<p style=\\\"font-size: 11px; text-align: left;\\\"><span style=\\\"color: #999999;\\\">Address Line 2<\\/span><\\/p>\\n<p style=\\\"font-size: 11px; text-align: left;\\\"><span style=\\\"color: #999999;\\\">City<\\/span><\\/p>\\n<p style=\\\"font-size: 11px; text-align: left;\\\"><span style=\\\"color: #999999;\\\">Country<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/phone\\/Phone-Logo.png\",\"alt\":\"Phone-Logo\",\"fullWidth\":false,\"width\":\"122px\",\"height\":\"23px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"pinterest\",\"link\":\"http:\\/\\/www.pinterest.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Pinterest.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Pinterest\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Linkedin.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right; font-size: 11px;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><\\/p>\\n<p style=\\\"text-align: right; font-size: 11px;\\\"><a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#8748d5\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#1b1821\"},\"body\":{\"backgroundColor\":\"#1b1821\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/phone/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(6,0,'Sunglasses','[\"welcome\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/sunglasses\\/Glasses-Logo.jpg\",\"alt\":\"Glasses-Logo\",\"fullWidth\":false,\"width\":\"250px\",\"height\":\"66px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"padding\":\"17px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#f8b849\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/sunglasses\\/Glasses-Header-2.jpg\",\"alt\":\"Glasses-Header-2\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"116px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>Here\'s what we sent you<\\/strong><\\/span><\\/h3>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/sunglasses\\/Glasses-Images-1.jpg\",\"alt\":\"Glasses-Images-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"650px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Choose These Frames\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8b849\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"195px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/sunglasses\\/Glasses-Images-2.jpg\",\"alt\":\"Glasses-Images-2\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"650px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Choose These Frames\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8b849\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"195px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/sunglasses\\/Glasses-Images-3.jpg\",\"alt\":\"Glasses-Images-3\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"650px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Choose These Frames\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8b849\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"195px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"padding\":\"34.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#f8b849\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/sunglasses\\/Glasses-Header.jpg\",\"alt\":\"Glasses-Header\",\"fullWidth\":true,\"width\":\"640px\",\"height\":\"920px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Our Summer Range Is Here<\\/strong><\\/h3>\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex pulvinar molestie. Sed pulvinar placerat justo eu viverra. Pellentesque in interdum eros, a venenatis velit.<\\/p>\\n<p><\\/p>\\n<p>Fusce finibus convallis augue, ut viverra felis placerat in. Curabitur et commodo ipsum. Mauris tellus metus, tristique vel sollicitudin ut, malesuada in augue.&nbsp;<\\/p>\"},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8b849\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"137px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"padding\":\"34.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#f8b849\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>Got any questions or need some help?<\\/strong><\\/span><\\/h2>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">We\'re just a click or a phone call away.<\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><\\/span><\\/p>\\n<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>Call Us:<\\/strong> 08856877854<\\/span><\\/h3>\\n<h3 style=\\\"text-align: center;\\\"><\\/h3>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"padding\":\"23.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#f8b849\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 11px;\\\"><strong><span style=\\\"color: #808080;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #808080;\\\">Unsubscribe<\\/a>&nbsp;|&nbsp;<a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #808080;\\\">Manage your subscription<\\/a><\\/span><\\/strong><br \\/><span style=\\\"color: #808080;\\\">Add your postal address here!<\\/span><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/sunglasses/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(7,0,'Real Estate','[\"welcome\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#8691be\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/real-estate\\/Property-Logo-1-150x84.jpg\",\"alt\":\"Property-Logo-1\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"84px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#8691be\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">TAKING&nbsp;THE WORRY OUT OF REAL ESTATE<\\/span><\\/strong><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Welcome Home<\\/span><\\/h1>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/real-estate\\/Property-Header.jpg\",\"alt\":\"Property-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"782px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\">We\'re here to help you move<\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/real-estate\\/Property-Icon-1.png\",\"alt\":\"Property-Icon-1\",\"fullWidth\":false,\"width\":\"48px\",\"height\":\"48px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/real-estate\\/Property-Icon-2.png\",\"alt\":\"Property-Icon-2\",\"fullWidth\":false,\"width\":\"48px\",\"height\":\"48px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/real-estate\\/Property-Icon-3.png\",\"alt\":\"Property-Icon-3\",\"fullWidth\":false,\"width\":\"48px\",\"height\":\"48px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur nec nisi quis ex.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"22.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#8691be\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">We\'d love to keep you updated with our latest news. <\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Sign up to our newsletter now and you\'ll never miss a thing.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Sign Up Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#8691be\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#6a7087\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #ffffff;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #ffffff;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #ffffff;\\\">Manage your subscription<\\/a><\\/span><\\/strong><br \\/><span style=\\\"color: #ffffff;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#6a7087\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/real-estate/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(8,0,'App Welcome','[\"welcome\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#32b6c6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/app_welcome\\/App-Signup-Logo-1.png\",\"alt\":\"App-Signup-Logo\",\"fullWidth\":false,\"width\":\"80px\",\"height\":\"80px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center; margin: 0;\\\"><strong>Welcome to Appy<\\/strong><\\/h1><p style=\\\"text-align: center; margin: 0;\\\"><span style=\\\"color: #ffffff;\\\">Let\'s get started!<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/app_welcome\\/App-Signup-Header.png\",\"alt\":\"App-Signup-Header\",\"fullWidth\":false,\"width\":\"1280px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Hi [subscriber:firstname | default:subscriber],<\\/p>\\n                                  <p style=\\\"text-align: center;\\\"><\\/p>\\n                                  <p style=\\\"text-align: center;\\\">In MailPoet, you can write emails in plain text, just like in a regular email. This can make your email newsletters more personal and attention-grabbing.<\\/p>\\n                                  <p style=\\\"text-align: center;\\\"><\\/p>\\n                                  <p style=\\\"text-align: center;\\\">Is this too simple? You can still style your text with basic formatting, like <strong>bold<\\/strong> or <em>italics.<\\/em><\\/p>\\n                                  <p style=\\\"text-align: center;\\\"><\\/p>\\n                                  <p style=\\\"text-align: center;\\\">Finally, you can also add a call-to-action button between 2 blocks of text, like this:<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}},{\"type\":\"button\",\"text\":\"Get Started Here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#32b6c6\",\"borderColor\":\"#32b6c6\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"188px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/app_welcome\\/App-Signup-Team.jpg\",\"alt\":\"App-Signup-Team\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/app_welcome\\/App-Signup-Logo-Footer.png\",\"alt\":\"App-Signup-Logo-Footer\",\"fullWidth\":false,\"width\":\"50px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\"><strong>Appy<\\/strong><\\/p>\\n                                <p style=\\\"text-align: center; font-size: 12px;\\\"><span>Address Line 1<\\/span><\\/p>\\n                                <p style=\\\"text-align: center; font-size: 12px;\\\"><span>Address Line 2<\\/span><\\/p>\\n                                <p style=\\\"text-align: center; font-size: 12px;\\\"><span>City<\\/span><\\/p>\\n                                <p style=\\\"text-align: center; font-size: 12px;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><span> | <\\/span><a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#404040\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#404040\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#32b6c6\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#32b6c6\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/app_welcome/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(9,0,'Welcome to FoodBox','[\"welcome\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f4f4f4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-Logo.png\",\"alt\":\"Food-Delivery-Logo\",\"fullWidth\":false,\"width\":\"640px\",\"height\":\"180px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-App.png\",\"alt\":\"Food-Delivery-App\",\"fullWidth\":false,\"width\":\"640px\",\"height\":\"180px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h1><strong>Welcome to FoodBox<\\/strong><\\/h1>\\n                                  <h2><strong>Lorem ipsum dolor sit amet<\\/strong><\\/h2>\\n                                  <p>Curabitur sollicitudin eros eu cursus sollicitudin. Suspendisse laoreet sollicitudin urna, ut lacinia risus dictum a. Integer a neque eu magna commodo sodales eu eget ante.<\\/p>\"},{\"type\":\"button\",\"text\":\"Get Started\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7cc119\",\"borderColor\":\"#7cc119\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-Focus.jpg\",\"alt\":\"Food-Delivery-Focus\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"31.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#e5e5e5\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\">Get started in 3 simple steps<\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-1-1.png\",\"alt\":\"Food-Delivery-1\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"250px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sollicitudin eros eu cursus sollicitudin.<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-2-1.png\",\"alt\":\"Food-Delivery-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"250px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sollicitudin eros eu cursus sollicitudin.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/food_box\\/Food-Delivery-3-1.png\",\"alt\":\"Food-Delivery-3\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"250px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur sollicitudin eros eu cursus sollicitudin.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"button\",\"text\":\"Get Started\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7cc119\",\"borderColor\":\"#7cc119\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#4599da\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 14px;\\\"><strong><span style=\\\"color: #ffffff;\\\">Link 1 - Link 2 - Link 3 - Link 4<\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}},{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#4599da\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f4f4f4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\"},\"h1\":{\"fontColor\":\"#4599da\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#878787\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"link\":{\"fontColor\":\"#4599da\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f4f4f4\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/food_box/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(10,0,'Poet','[\"welcome\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ebebeb\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ebebeb\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#909090\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"144px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Logo.png\",\"alt\":\"Poet-Logo\",\"fullWidth\":false,\"width\":\"166px\",\"height\":\"144px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1>Thanks for signing up!<\\/h1>\\n    <p><span style=\\\"color: #000000;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"66px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 12px;\\\"><span style=\\\"color: #999999;\\\"><strong>Latest p<\\/strong><\\/span><\\/p>\\n    <h2><strong>The 26th of December<\\/strong><\\/h2>\\n    <h3><span>A Tuesday, day of Tiw,<\\/span><br \\/><span>god of war, dawns in darkness.<\\/span><br \\/><span>The short holiday day of talking by the fire,<\\/span><br \\/><span>floating on snowshoes among<\\/span><br \\/><span>ancient self-pollarded maples,<\\/span><br \\/><span>visiting, being visited, giving<\\/span><br \\/><span>a rain gauge, receiving red socks,<\\/span><br \\/><span>watching snow buntings nearly over<\\/span><br \\/><span>their heads in snow stab at spirtled bits<\\/span><br \\/><span>of sunflower seeds the chickadees<\\/span><br \\/><span>hold with their feet to a bough<\\/span><br \\/><span>and hack apart, scattering debris<\\/span><br \\/><span>like sloppy butchers, is over.<\\/span><br \\/><span>Irregular life begins. Telephone calls,<\\/span><br \\/><span>Google searches, evasive letters,<\\/span><br \\/><span>complicated arrangements, faxes,<\\/span><br \\/><span>second thoughts, consultations,<\\/span><br \\/><span>e-mails, solemnly given kisses.<\\/span><\\/h3>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Images-1.jpg\",\"alt\":\"Poet-Images\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"1200px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#393939\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><span style=\\\"color: #ffffff;\\\">What did you think of this poem? Let me know on one of my social media channels.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official-white\",\"styles\":{\"block\":{\"textAlign\":\"right\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\">Poetry books<\\/h1>\\n    <p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Books-1.png\",\"alt\":\"Poet-Books-1\",\"fullWidth\":false,\"width\":\"220px\",\"height\":\"646px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Buy online\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#393939\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Books-3.png\",\"alt\":\"Poet-Books-3\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"646px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Buy online\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#393939\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Books-2.png\",\"alt\":\"Poet-Books-2\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"646px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Buy online\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#393939\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/poet\\/Poet-Logo.png\",\"alt\":\"Poet-Logo\",\"fullWidth\":false,\"width\":\"166px\",\"height\":\"144px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#939393\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#333333\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#646464\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#393939\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"24px\"},\"h2\":{\"fontColor\":\"#393939\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"30px\"},\"h3\":{\"fontColor\":\"#646464\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\"},\"link\":{\"fontColor\":\"#393939\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ebebeb\"},\"body\":{\"backgroundColor\":\"#ebebeb\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Buy online\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#393939\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#939393\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#333333\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\",\"styles\":{\"block\":{\"textAlign\":\"right\"}}},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#909090\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/poet/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(11,0,'Post Notifications: Blank 1 Column','[\"notification\",\"blank\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"fake-logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Check Out Our New Blog Posts! <\\/strong><\\/h1>\\n<p>&nbsp;<\\/p>\\n<p>MailPoet can <span style=\\\"line-height: 1.6em; background-color: inherit;\\\"><em>automatically<\\/em> <\\/span><span style=\\\"line-height: 1.6em; background-color: inherit;\\\">send your new blog posts to your subscribers.<\\/span><\\/p>\\n<p><span style=\\\"line-height: 1.6em; background-color: inherit;\\\"><\\/span><\\/p>\\n<p><span style=\\\"line-height: 1.6em; background-color: inherit;\\\">Below, you\'ll find three recent posts, which are displayed automatically, thanks to the <em>Automatic Latest Content<\\/em> widget, which can be found in the right sidebar, under <em>Content<\\/em>.<\\/span><\\/p>\\n<p><span style=\\\"line-height: 1.6em; background-color: inherit;\\\"><\\/span><\\/p>\\n<p><span style=\\\"line-height: 1.6em; background-color: inherit;\\\">To edit the settings and styles of your post, simply click on a post below.<\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read the post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/post-notifications-blank-1-column/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(12,0,'Modular Style Stories','[\"notification\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/modular-style-stories\\/Modular-Logo.png\",\"alt\":\"Modular-Logo\",\"fullWidth\":false,\"width\":\"271px\",\"height\":\"37px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"26px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"pinterest\",\"link\":\"http:\\/\\/www.pinterest.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Pinterest.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Pinterest\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\",\"height\":\"40px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"1px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"120px\",\"lineHeight\":\"40px\",\"fontColor\":\"#b956c5\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"3px\",\"borderColor\":\"#efe7f0\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/ladybirds-transparent-shell-reveals-how-it-folds-its-wings\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/modular-style-stories\\/gettyimages-578313682-800x533.jpg\",\"alt\":\"Ladybird\\u2019s transparent shell reveals how it folds its wings\",\"fullWidth\":false,\"width\":660,\"height\":440,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Ladybird&rsquo;s transparent shell reveals how it folds its wings<\\/strong><\\/h3>\\n<p class=\\\"mailpoet_wp_post\\\">They certainly know how to fold. A see-through artificial wing case has been used to watch for the first time as ladybirds put away their wings after flight.<\\/p>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"http:\\/\\/mailpoet.info\\/ladybirds-transparent-shell-reveals-how-it-folds-its-wings\\/\",\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"103px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/plasma-jet-engines-that-could-take-you-from-the-ground-to-space\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/modular-style-stories\\/plasma-stingray111-800x533.jpg\",\"alt\":\"Plasma jet engines that could take you from the ground to space\",\"fullWidth\":false,\"width\":660,\"height\":440,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Plasma jet engines that could take you from ground to space<\\/strong><\\/h3>\\n<p class=\\\"mailpoet_wp_post\\\">FORGET fuel-powered jet engines. We&rsquo;re on the verge of having aircraft that can fly from the ground up to the edge of space using air and electricity alone.<\\/p>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"http:\\/\\/mailpoet.info\\/plasma-jet-engines-that-could-take-you-from-the-ground-to-space\\/\",\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"103px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/modular-style-stories\\/5_what_to_do_p352m1141746-800x533.jpg\",\"alt\":\"Cutting through the smog: What to do to fight air pollution\",\"fullWidth\":false,\"width\":660,\"height\":440,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Cutting through the smog: What to do to fight air pollution<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\",\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"103px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/ladybirds-transparent-shell-reveals-how-it-folds-its-wings\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/modular-style-stories\\/gettyimages-578313682-800x533.jpg\",\"alt\":\"Ladybird\\u2019s transparent shell reveals how it folds its wings\",\"fullWidth\":false,\"width\":660,\"height\":440,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Ladybird&rsquo;s transparent shell reveals how it folds its wings<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"http:\\/\\/mailpoet.info\\/ladybirds-transparent-shell-reveals-how-it-folds-its-wings\\/\",\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"103px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/plasma-jet-engines-that-could-take-you-from-the-ground-to-space\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/modular-style-stories\\/plasma-stingray111-800x533.jpg\",\"alt\":\"Plasma jet engines that could take you from the ground to space\",\"fullWidth\":false,\"width\":660,\"height\":440,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Plasma jet engines that could take you from the ground to space<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"http:\\/\\/mailpoet.info\\/plasma-jet-engines-that-could-take-you-from-the-ground-to-space\\/\",\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"103px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b956c5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"21px\"}}},{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #ffffff;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #ffffff;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #ffffff;\\\">Manage your subscription<\\/a><\\/span><br \\/><span style=\\\"color: #ffffff;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#b956c5\"},\"body\":{\"backgroundColor\":\"#efe7f0\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"2\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":true,\"featuredImagePosition\":\"aboveTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"116px\",\"lineHeight\":\"40px\",\"fontColor\":\"#b956c5\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"3px\",\"borderColor\":\"#ffffff\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContent\",\"terms\":[],\"withLayout\":false},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"1px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"120px\",\"lineHeight\":\"40px\",\"fontColor\":\"#b956c5\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"3px\",\"borderColor\":\"#efe7f0\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"container\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":true,\"featuredImagePosition\":\"aboveTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"posts\",\"offset\":0,\"terms\":[],\"search\":\"\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"#efe7f0\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/modular-style-stories/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(13,0,'Stripped RSS Style Layout','[\"notification\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f4f4f4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/rss-simple-news\\/RSS-Logo-2.png\",\"alt\":\"RSS-Logo-2\",\"fullWidth\":true,\"width\":\"210px\",\"height\":\"90px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong><span style=\\\"color: #333333;\\\">Latest RSS Simple&nbsp;Posts<\\/span><\\/strong><\\/h3>\\n<p><span style=\\\"color: #999999;\\\">Week 23: 23\\/19\\/19<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"5\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more.\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#ececec\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f4f4f4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<p><span style=\\\"color: #808080;\\\"><strong>RSS Simple<\\/strong><\\/span><\\/p>\\n<p><span style=\\\"color: #808080; font-size: 11px;\\\"><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><span>&nbsp;|&nbsp;<\\/span><a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><\\/strong><\\/span><\\/p>\\n<p><span style=\\\"color: #808080; font-size: 11px;\\\"><strong><span>Add your postal address here!<\\/span><\\/strong><\\/span><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#3478f5\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#3478f5\",\"textDecoration\":\"none\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f4f4f4\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"3\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#efe7f0\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContent\",\"terms\":[],\"withLayout\":false},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more.\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#ececec\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"container\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/rss-simple-news/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(14,0,'One Full Post In An Email','[\"notification\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/not-so-medium\\/Not-So-Medium-Logo.png\",\"alt\":\"Not-So-Medium-Logo\",\"fullWidth\":false,\"width\":\"210px\",\"height\":\"90px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ebebeb\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong><em>Welcome to this week\'s post. <\\/em><\\/strong><\\/p>\\n<p><em>Every Friday, we send you the most interesting story&nbsp;of the week in full.<\\/em><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#d6d6d6\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"63px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"1\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"full\",\"titleFormat\":\"h1\",\"titleAlignment\":\"center\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"aboveText\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"aboveText\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"View this post online & share!\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ebebeb\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><em>Share this with your friends<\\/em><\\/strong><\\/p>\\n<p style=\\\"text-align: center;\\\"><em>We promise not to spam anyone, and we only send our great articles to any email addresses in our list. Promise!<\\/em><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Linkedin.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#d6d6d6\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#2c2c2c\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Georgia\",\"fontSize\":\"18px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"1\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"full\",\"titleFormat\":\"h1\",\"titleAlignment\":\"center\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"aboveText\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"aboveText\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"View this post online & share!\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"container\":{\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"63px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/not-so-medium/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(15,0,'Wide Story Layout','[\"notification\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f0f0f0\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/wide-story-layout\\/Wide-Logo.png\",\"alt\":\"Wide-Logo\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"37px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #808080;\\\">Our Latest Posts<\\/span><\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read The Post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#5ecd39\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Lucida\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#f0f0f0\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"30px\",\"borderColor\":\"#f0f0f0\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/wide-story-layout\\/Wide-Footer.jpg\",\"alt\":\"Wide-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"721px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#5ecd39\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"21px\"}}},{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #ffffff;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #ffffff;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #ffffff;\\\">Manage your subscription<\\/a><\\/span><br \\/><span style=\\\"color: #ffffff;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Lucida\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Lucida\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Lucida\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#5ecd39\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f0f0f0\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read The Post\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#5ecd39\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Lucida\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#f0f0f0\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"30px\",\"borderColor\":\"#f0f0f0\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read The Post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#5ecd39\",\"borderColor\":\"#000000\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Lucida\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"container\":{\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/wide-story-layout/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(16,0,'Industry Conference','[\"notification\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Logo.png\",\"alt\":\"Conf-Logo\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"150px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff; font-size: 11px; text-transform: uppercase; opacity: 0.5; letter-spacing: 3px;\\\">Get ready for the biggest email conference of the year<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Header-2.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"56px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Ticket.png\",\"alt\":\"Conf-Ticket\",\"fullWidth\":false,\"width\":\"339px\",\"height\":\"177px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"font-size: 42px;\\\"><strong><span style=\\\"color: #ffffff; line-height: 1.2; position: relative; top: -5px;\\\">Email Boston 2018<\\/span><\\/strong><\\/span><\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"133px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"right\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read the post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#b8291e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"147px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"oldest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"4px\",\"borderColor\":\"#dddddd\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Bottom-2.png\",\"alt\":\"Conf-Bottom\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"height\":\"34px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Industry-Coupon.png\",\"display\":\"fit\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"75px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">---<\\/span><\\/h3>\\n    <h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Grab 20% off your tickets right now<\\/span><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">We\'re offering an exclusive 20% off tickets with this coupon code!<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"CouPon_Code\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#b8291e\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"3px\",\"borderRadius\":\"14px\",\"borderStyle\":\"solid\",\"width\":\"229px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"26px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"33px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"45px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Top.png\",\"alt\":\"Conf-Top\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"12px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"padding\":\"14px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"7px\",\"borderColor\":\"#e1e1e1\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Holding.jpg\",\"alt\":\"Conf-Holding\",\"fullWidth\":false,\"width\":\"1000px\",\"height\":\"667px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"46px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Check out&nbsp;this year\'s event<\\/strong><\\/h3>\\n    <p>We\'ve ramped up everything this year for our conference, including amazing new speakers and guests, and a few surprises for everyone.<\\/p>\"},{\"type\":\"button\",\"text\":\"Buy a ticket here\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#b8291e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"147px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"padding\":\"1.5px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"7px\",\"borderColor\":\"#e1e1e1\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/industry-conference\\/Conf-Bottom-2.png\",\"alt\":\"Conf-Bottom\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"height\":\"30px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"header\",\"text\":\"<p>&nbsp;<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#8d8d8d\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #b8291e;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #b8291e;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #b8291e;\\\">Manage your subscription<\\/a><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arvo\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arvo\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arvo\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#b8291e\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#222222\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"right\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#b8291e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"147px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"sortBy\":\"oldest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"4px\",\"borderColor\":\"#dddddd\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#b8291e\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"3px\",\"borderRadius\":\"14px\",\"borderStyle\":\"solid\",\"width\":\"229px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"26px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"padding\":\"1.5px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"7px\",\"borderColor\":\"#515151\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"75px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#8d8d8d\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/industry-conference/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(17,0,'Science Weekly','[\"notification\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Science-Logo.png\",\"alt\":\"Science-Logo\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"300px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-Title-22.png\",\"alt\":\"Health-Mag-Title-2\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"214px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b1b6d1\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>The latest news from the world of science<\\/strong><\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"40px\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"2\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"borderColor\":\"#2b2d37\",\"borderWidth\":\"1px\",\"borderRadius\":\"21px\",\"borderStyle\":\"solid\",\"width\":\"114px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#b1b6d1\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-End-1.png\",\"alt\":\"Health-Mag-End\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-Promo-Start.png\",\"alt\":\"Health-Mag-Promo-Start\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"text\",\"text\":\"<h2><strong>Download our app!<\\/strong><\\/h2>\\n                      <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed in odio dui. Duis et dolor nec erat dictum laoreet. Morbi dapibus turpis id eros viverra tempor. <\\/span><\\/p>\\n                      <p><span><\\/span><\\/p>\\n                      <p><span>Fusce et diam ac sapien posuere luctus. Etiam in vehicula metus, ac viverra elit. Duis diam lacus, molestie vel enim non, rutrum placerat massa. Suspendisse a elit tincidunt, egestas lacus at, maximus diam. <\\/span><\\/p>\\n                      <p><span><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Download Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"borderColor\":\"#2b2d37\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"144px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-Phone.png\",\"alt\":\"Health-Mag-Phone\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"573px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-Promo-End.png\",\"alt\":\"Health-Mag-Promo-End\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"height\":\"35px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-Promo-Start.png\",\"alt\":\"Health-Mag-Promo-Start\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\">Keep In Touch With Us<\\/h3>\"},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/science_weekly\\/Health-Mag-Promo-End.png\",\"alt\":\"Health-Mag-Promo-End\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"height\":\"26px\"}}},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #b1b6d1;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #b1b6d1;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #b1b6d1;\\\">Manage your subscription<\\/a><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\"},\"text\":{\"fontColor\":\"#d6d6d6\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#2b2d37\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"2\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2b2d37\",\"borderColor\":\"#2b2d37\",\"borderWidth\":\"1px\",\"borderRadius\":\"21px\",\"borderStyle\":\"solid\",\"width\":\"114px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"container\":{\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/science_weekly/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(18,0,'Newspaper Traditional','[\"notification\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f2f9f8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"28px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"font-size: 15px;\\\"><em><strong>[date:mtext][date:dordinal],[date:y]<\\/strong><\\/em><\\/h3>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #008080;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #008080;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f2f9f8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/newspaper-traditional\\/News-Logo.png\",\"alt\":\"News-Logo\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"100px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Local News<\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>Sports&nbsp;Updates &amp; Scores<\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><strong>Business News<\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><strong>Check Out Our New Blog Posts! <\\/strong><\\/h1>\\n    <p style=\\\"text-align: left;\\\">&nbsp;<\\/p>\\n    <p style=\\\"text-align: left;\\\">MailPoet can <span style=\\\"line-height: 1.6em; background-color: inherit;\\\"><em>automatically<\\/em> <\\/span><span style=\\\"line-height: 1.6em; background-color: inherit;\\\">send your new blog posts to your subscribers.<\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"line-height: 1.6em; background-color: inherit;\\\"><\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"line-height: 1.6em; background-color: inherit;\\\">Below, you\'ll find three recent posts, which are displayed automatically, thanks to the <em>Automatic Latest Content<\\/em> widget, which can be found in the right sidebar, under <em>Content<\\/em>.<\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"line-height: 1.6em; background-color: inherit;\\\"><\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"line-height: 1.6em; background-color: inherit;\\\">To edit the settings and styles of your post, simply click on a post below.<\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"double\",\"borderWidth\":\"7px\",\"borderColor\":\"#c6dbd8\"}}}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"left\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read the post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"double\",\"borderWidth\":\"7px\",\"borderColor\":\"#c6dbd8\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\",\"height\":\"28px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/newspaper-traditional\\/News-Logo.png\",\"alt\":\"News-Logo\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"100px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #458687;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #458687;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #458687;\\\">Manage your subscription<\\/a><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#c6dbd8\",\"height\":\"21px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Playfair Display\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#3d8076\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f2f9f8\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":true,\"imageFullWidth\":false,\"featuredImagePosition\":\"left\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"double\",\"borderWidth\":\"7px\",\"borderColor\":\"#c6dbd8\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"double\",\"borderWidth\":\"7px\",\"borderColor\":\"#c6dbd8\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/newspaper-traditional/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(19,0,'Clear News','[\"notification\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"27px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"11px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#e2973f\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/clear-news\\/News-Logo-1.png\",\"alt\":\"News-Logo\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"167px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: right;\\\"><span style=\\\"color: #808080;\\\"><strong>October 2018<\\/strong><\\/span><\\/h3>\"}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left; line-height: 1.3;\\\"><strong>Good Morning!<\\/strong><\\/h1>\\n    <h3>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce egestas nisl vel ante finibus fringilla ullamcorper non lectus. Aenean leo neque, egestas et lacus eu, viverra luctus nisi. Donec dapibus mauris at fringilla consequat. Cras sed porta nunc. Ut tincidunt luctus felis sed suscipit. Sed tristique faucibus fermentum.<\\/h3>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"24px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/clear-news\\/UEl2.gif\",\"alt\":\"UEl2\",\"fullWidth\":false,\"width\":\"360px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#e2973f\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2><strong>Today\'s Top Stories<\\/strong><\\/h2>\"}]}]},{\"type\":\"automatedLatestContentLayout\",\"withLayout\":true,\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":true,\"featuredImagePosition\":\"left\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e2973f\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"110px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"context\":\"automatedLatestContentLayout.readMoreButton\"},\"sortBy\":\"newest\",\"showDivider\":false,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"context\":\"automatedLatestContentLayout.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#e2973f\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2><strong>We cover all types of news<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"World\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e23f3f\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Business\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#50b6ce\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Politics\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#506dce\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Sports\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e1bc2d\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Science\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#a650ce\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Health\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#64b03c\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Family\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#278f6e\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Arts\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#7c5e5e\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Local\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#4d4d4d\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/clear-news\\/News-Crossword.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: right;\\\"><span style=\\\"color: #ffffff;\\\">The Friday Crossword<\\/span><\\/h2>\\n    <p style=\\\"text-align: right;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum vitae ornare elit. Duis laoreet justo sed fringilla maximus. Aenean pharetra nec risus a vestibulum.<\\/span><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get started\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e2973f\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"110px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"right\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"22px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"34.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#e2973f\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/clear-news\\/News-Logo-1.png\",\"alt\":\"News-Logo\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"167px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><\\/strong><\\/p>\\n    <p style=\\\"text-align: center;\\\"><strong><a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><\\/strong><\\/p>\"},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Add your postal address!<\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[]}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\"},\"link\":{\"fontColor\":\"#e2973f\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":true,\"featuredImagePosition\":\"left\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#e2973f\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"110px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":false,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#4d4d4d\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"34.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#e2973f\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#e2973f\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"titleOnly\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":true,\"featuredImagePosition\":\"centered\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"http:\\/\\/mailpoet.info\\/ladybirds-transparent-shell-reveals-how-it-folds-its-wings\\/\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#e2973f\",\"borderColor\":\"#e2973f\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"110px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":false,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"posts\",\"offset\":0,\"terms\":[],\"search\":\"\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"11px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#e2973f\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/clear-news/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(20,0,'Dog Food','[\"woocommerce\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/dog-food\\/Dog-Logo.png\",\"alt\":\"Dog-Logo\",\"fullWidth\":false,\"width\":\"42px\",\"height\":\"91px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"31px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"line-height: 1.2em;\\\"><strong>Thanks for buying your dog food from us<\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/dog-food\\/Dog-Header-1024x409.jpg\",\"alt\":\"Dog-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"511px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Here\'s some other pawsome things to try...&nbsp;<\\/strong><\\/h2>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/dog-food\\/Dog-Product-1.jpg\",\"alt\":\"Dog-Product-1\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Dog Jumper<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex.<\\/span><\\/p>\\n<p><span><strong><\\/strong><\\/span><\\/p>\\n<p><em><strong>$19.99<\\/strong><\\/em><\\/p>\"},{\"type\":\"button\",\"text\":\"Check it out\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\",\"borderColor\":\"#000000\",\"borderWidth\":\"3px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"113px\",\"lineHeight\":\"28px\",\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/dog-food\\/Dog-Product-2.jpg\",\"alt\":\"Dog-Product-2\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Dog&nbsp;Socks<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><span><em><strong>$19.99<\\/strong><\\/em><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Check it out\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\",\"borderColor\":\"#000000\",\"borderWidth\":\"3px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"113px\",\"lineHeight\":\"28px\",\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/dog-food\\/Dog-Product-3.jpg\",\"alt\":\"Dog-Product-3\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Glow Collar<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex.<\\/span><\\/p>\\n<p><em><\\/em><\\/p>\\n<p><em><strong>$19.99<\\/strong><\\/em><\\/p>\"},{\"type\":\"button\",\"text\":\"Check it out\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\",\"borderColor\":\"#000000\",\"borderWidth\":\"3px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"113px\",\"lineHeight\":\"28px\",\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#000000\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"45px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong><\\/strong><span style=\\\"color: #ffffff;\\\">Our Guarantee<\\/span><\\/h3>\\n<p><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue. Morbi id nunc commodo, tempor erat et, pretium neque. Vivamus ante sapien, consequat vitae ante quis, facilisis pellentesque mi. Praesent at scelerisque leo. Donec elementum mi consequat, ultrices lorem nec, vestibulum arcu. Aenean id libero vitae felis consequat maximus<\\/span><\\/p>\\n<p><span style=\\\"color: #ffffff;\\\"><em><\\/em><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#d4d4d4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#d4d4d4\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><em><span style=\\\"color: #000000;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #000000;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #000000;\\\">Manage your subscription<\\/a><\\/span><\\/em><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#d4d4d4\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Check it out\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\",\"borderColor\":\"#000000\",\"borderWidth\":\"3px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"113px\",\"lineHeight\":\"28px\",\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"#d4d4d4\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/dog-food/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(21,0,'Abandoned Cart – Kids','[\"woocommerce\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#c3e1e8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#c3e1e8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Logo.png\",\"alt\":\"Kids-Clothing-Logo\",\"fullWidth\":true,\"width\":\"250px\",\"height\":\"121px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #4e4e4e;\\\"><strong>Boys Clothes<\\/strong><\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #4e4e4e;\\\"><strong>Girls Clothes<\\/strong><\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #4e4e4e;\\\"><strong>Toys & Games<\\/strong><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#9cd1e1\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"80px\"}}},{\"type\":\"text\",\"text\":\"<h1><strong>Wait!<\\/strong><\\/h1><h3>You\\u2019ve left something in your cart!<\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #4e4e4e;\\\"><strong>Don\\u2019t worry, we saved it for you\\u2026<\\/strong><\\/span><\\/h2>\"}]}]},{\"type\":\"abandonedCartContent\",\"withLayout\":true,\"amount\":\"2\",\"contentType\":\"product\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"titlePosition\":\"aboveExcerpt\",\"featuredImagePosition\":\"left\",\"pricePosition\":\"below\",\"readMoreType\":\"none\",\"readMoreText\":\"\",\"readMoreButton\":[],\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#aaaaaa\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"padding\":\"13px\"}},\"context\":\"abandonedCartContent.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Go To Cart\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"borderWidth\":\"0px\",\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"lineHeight\":\"40px\",\"textAlign\":\"center\",\"width\":\"154px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#fceba5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>YOU MIGHT ALSO LIKE\\u2026<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Image-3.jpg\",\"alt\":\"Kids-Clothing-Image-3\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Cherry Dress<\\/strong><\\/p><p><span>$10.99<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"View\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"borderWidth\":\"0px\",\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"lineHeight\":\"40px\",\"textAlign\":\"left\",\"width\":\"90px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Image-2.jpg\",\"alt\":\"Kids-Clothing-Image-2\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Red T-Shirt<\\/strong><\\/p><p><span>$9.49<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"View\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"borderWidth\":\"0px\",\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"lineHeight\":\"40px\",\"textAlign\":\"left\",\"width\":\"90px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Image-4.jpg\",\"alt\":\"Kids-Clothing-Image-4\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Pink Dance Dress<\\/strong><\\/p><p><span>$11.99<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"View\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"borderWidth\":\"0px\",\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"lineHeight\":\"40px\",\"textAlign\":\"left\",\"width\":\"90px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Footer.jpg\",\"alt\":\"Kids-Clothing-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"107px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"#c3e1e8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"display\":\"scale\",\"src\":null},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/kids-clothing\\/Kids-Clothing-Logo-Footer-150x61.png\",\"alt\":\"Kids-Clothing-Logo-Footer\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"61px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #333333;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #333333;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #333333;\\\">Manage your subscription<\\/a><\\/span><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"lineHeight\":\"1.6\"},\"h1\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\",\"lineHeight\":\"1.6\"},\"h2\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\",\"lineHeight\":\"1.6\"},\"h3\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\",\"lineHeight\":\"1.6\"},\"link\":{\"fontColor\":\"#9bd2e0\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#c3e1e8\"}},\"blockDefaults\":{\"abandonedCartContent\":{\"amount\":\"2\",\"withLayout\":true,\"contentType\":\"product\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h2\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"left\",\"pricePosition\":\"below\",\"readMoreType\":\"none\",\"readMoreText\":\"\",\"readMoreButton\":[],\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"abandonedCartContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"abandonedCartContent\",\"titlePosition\":\"aboveExcerpt\"},\"automatedLatestContent\":{\"amount\":\"5\",\"authorPrecededBy\":\"Author:\",\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"categoriesPrecededBy\":\"Categories:\",\"contentType\":\"post\",\"displayType\":\"excerpt\",\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#aaaaaa\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"padding\":\"13px\"}}},\"featuredImagePosition\":\"belowTitle\",\"imageFullWidth\":false,\"inclusionType\":\"include\",\"readMoreButton\":{\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"lineHeight\":\"40px\",\"textAlign\":\"center\",\"width\":\"180px\"}},\"text\":\"Read more\",\"url\":\"[postLink]\"},\"readMoreText\":\"Read more\",\"readMoreType\":\"button\",\"showAuthor\":\"no\",\"showCategories\":\"no\",\"showDivider\":true,\"sortBy\":\"newest\",\"titleAlignment\":\"left\",\"titleFormat\":\"h1\",\"titleIsLink\":false},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"authorPrecededBy\":\"Author:\",\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"categoriesPrecededBy\":\"Categories:\",\"contentType\":\"post\",\"displayType\":\"excerpt\",\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#aaaaaa\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"padding\":\"13px\"}}},\"featuredImagePosition\":\"alternate\",\"imageFullWidth\":false,\"inclusionType\":\"include\",\"readMoreButton\":{\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"lineHeight\":\"40px\",\"textAlign\":\"center\",\"width\":\"180px\"}},\"text\":\"Read more\",\"url\":\"[postLink]\"},\"readMoreText\":\"Read more\",\"readMoreType\":\"button\",\"showAuthor\":\"no\",\"showCategories\":\"no\",\"showDivider\":true,\"sortBy\":\"newest\",\"titleAlignment\":\"left\",\"titleFormat\":\"h1\",\"titleIsLink\":false,\"withLayout\":true},\"button\":{\"styles\":{\"block\":{\"backgroundColor\":\"#9bd2e0\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"borderWidth\":\"0px\",\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"lineHeight\":\"40px\",\"textAlign\":\"center\",\"width\":\"154px\"}},\"text\":\"Go To Cart\",\"url\":\"\",\"type\":\"button\"},\"container\":[],\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#aaaaaa\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"padding\":\"13px\"}}},\"footer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"}},\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\"},\"posts\":{\"amount\":\"10\",\"authorPrecededBy\":\"Author:\",\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"categoriesPrecededBy\":\"Categories:\",\"contentType\":\"post\",\"displayType\":\"excerpt\",\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#aaaaaa\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"padding\":\"13px\"}}},\"featuredImagePosition\":\"belowTitle\",\"imageFullWidth\":false,\"inclusionType\":\"include\",\"postStatus\":\"publish\",\"readMoreButton\":{\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"lineHeight\":\"40px\",\"textAlign\":\"center\",\"width\":\"180px\"}},\"text\":\"Read more\",\"url\":\"[postLink]\"},\"readMoreText\":\"Read more\",\"readMoreType\":\"link\",\"showAuthor\":\"no\",\"showCategories\":\"no\",\"showDivider\":true,\"sortBy\":\"newest\",\"titleAlignment\":\"left\",\"titleFormat\":\"h1\",\"titleIsLink\":false},\"products\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"product\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"pricePosition\":\"below\",\"readMoreType\":\"link\",\"readMoreText\":\"Buy now\",\"readMoreButton\":{\"text\":\"Buy now\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"height\":\"32px\",\"iconType\":\"facebook\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"link\":\"http:\\/\\/www.facebook.com\",\"text\":\"Facebook\",\"type\":\"socialIcon\",\"width\":\"32px\"},{\"height\":\"32px\",\"iconType\":\"twitter\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"link\":\"http:\\/\\/www.twitter.com\",\"text\":\"Twitter\",\"type\":\"socialIcon\",\"width\":\"32px\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"80px\"}},\"type\":\"spacer\"},\"header\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"}},\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\"},\"woocommerceHeading\":{\"contents\":{\"new_account\":\"New Order: #0001\",\"processing_order\":\"Thank you for your order\",\"completed_order\":\"Thanks for shopping with us\",\"customer_note\":\"A note has been added to your order\"}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/kids-clothing/thumbnail.20201028.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(22,0,'Rock Band','[\"woocommerce\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#060d13\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/rock-band\\/RockBand-Header-2.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#060d13\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Courier New\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#7acff0\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"315px\"}}},{\"type\":\"social\",\"iconSet\":\"official-white\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"48px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"29px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #7acff0;\\\">Free track download<\\/span><\\/h1>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #d4d4d4;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Download now for free\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#152533\",\"borderColor\":\"#7acff0\",\"borderWidth\":\"2px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"18.5px\",\"borderStyle\":\"double\",\"borderWidth\":\"7px\",\"borderColor\":\"#1c2f40\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">We\'ve been busy in the studio<\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #d4d4d4;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/rock-band\\/RockBand-Albums-2.jpg\",\"alt\":\"RockBand-Albums-2\",\"fullWidth\":false,\"width\":\"250px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Magnus Opium<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Buy now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7acff0\",\"borderColor\":\"#7acff0\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"83px\",\"lineHeight\":\"32px\",\"fontColor\":\"#1c2f40\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/rock-band\\/RockBand-Albums-1.jpg\",\"alt\":\"RockBand-Albums-1\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Skeletal Bones<\\/p>\"},{\"type\":\"button\",\"text\":\"Buy now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7acff0\",\"borderColor\":\"#7acff0\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"83px\",\"lineHeight\":\"32px\",\"fontColor\":\"#1c2f40\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/rock-band\\/RockBand-Albums-3.jpg\",\"alt\":\"RockBand-Albums-3\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Blinded by Vision<\\/p>\"},{\"type\":\"button\",\"text\":\"Buy now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7acff0\",\"borderColor\":\"#7acff0\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"83px\",\"lineHeight\":\"32px\",\"fontColor\":\"#1c2f40\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/rock-band\\/RockBand-Tours.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1c2f40\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"37px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: right;\\\">New Tour Dates<\\/h1>\\n    <p style=\\\"text-align: right;\\\">14th March - London, UK<\\/p>\\n    <p style=\\\"text-align: right;\\\">15th March - Leeds, UK<\\/p>\\n    <p style=\\\"text-align: right;\\\">16th March - Birmingham, UK<\\/p>\\n    <p style=\\\"text-align: right;\\\">19th March - Manchester, UK<\\/p>\\n    <p style=\\\"text-align: right;\\\">21st March - Glasgow, UK<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"144px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\">Bounce Rate<\\/h3>\"},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#aaaaaa\",\"fontFamily\":\"Courier New\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#7acff0\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#7acff0\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#060d13\"},\"body\":{\"backgroundColor\":\"#060d13\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Buy now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#7acff0\",\"borderColor\":\"#7acff0\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"83px\",\"lineHeight\":\"32px\",\"fontColor\":\"#1c2f40\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"18.5px\",\"borderStyle\":\"double\",\"borderWidth\":\"7px\",\"borderColor\":\"#1c2f40\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#aaaaaa\",\"fontFamily\":\"Courier New\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#7acff0\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Courier New\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#7acff0\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/rock-band/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(23,0,'Wine City (with coupon)','[\"woocommerce\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"37px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/wine-city\\/Wine-Logo.png\",\"alt\":\"Wine-Logo\",\"fullWidth\":false,\"width\":\"136px\",\"height\":\"67px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"31px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6d6d6d;\\\"><strong>Red Wine<\\/strong><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6d6d6d;\\\"><strong>White&nbsp;Wine<\\/strong><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6d6d6d;\\\"><strong>Rose&nbsp;Wine<\\/strong><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/wine-city\\/Wine-Header-1.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Have a drink on us<\\/strong><\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"231px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"34px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #6d6d6d;\\\"><strong>You\'re our VIP - now it\'s time to celebrate!&nbsp;<\\/strong><\\/span><\\/h2>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #6d6d6d;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue.<\\/span><\\/p>\"},{\"productIds\":[],\"excludedProductIds\":[],\"productCategoryIds\":[],\"excludedProductCategoryIds\":[],\"type\":\"coupon\",\"amount\":10,\"amountMax\":100,\"discountType\":\"percent\",\"expiryDay\":10,\"usageLimit\":\"\",\"usageLimitPerUser\":\"\",\"minimumAmount\":\"\",\"maximumAmount\":\"\",\"emailRestrictions\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#6d6d6d\",\"borderWidth\":\"2px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"219px\",\"lineHeight\":\"50px\",\"fontColor\":\"#6d6d6d\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"source\":\"createNew\",\"code\":\"XXXX-XXXXXXX-XXXX\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"17px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #6d6d6d;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #6d6d6d;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #6d6d6d;\\\">Manage your subscription<\\/a><\\/span><\\/strong><br \\/><span style=\\\"color: #6d6d6d;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"17px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"231px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/wine-city/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(24,0,'Abandoned Cart – Fitness','[\"woocommerce\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e6e1e5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fitness\\/Fitness-Logo-1.jpg\",\"alt\":\"Fitness-Logo-1\",\"fullWidth\":true,\"width\":\"180px\",\"height\":\"96px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e6e1e5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e6e1e5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Get back in the game<\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fitness\\/Fitness-Header.jpg\",\"alt\":\"Fitness-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"696px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>You\'ve left something in your cart...<\\/strong><\\/h3>\"}]}]},{\"type\":\"abandonedCartContent\",\"withLayout\":true,\"amount\":\"2\",\"contentType\":\"product\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"full\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"titlePosition\":\"aboveExcerpt\",\"featuredImagePosition\":\"left\",\"pricePosition\":\"hidden\",\"readMoreType\":\"none\",\"readMoreText\":\"\",\"readMoreButton\":[],\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"context\":\"abandonedCartContent.divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Recover Cart\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#343434\",\"borderWidth\":\"3px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"146px\",\"lineHeight\":\"37px\",\"fontColor\":\"#343434\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#afd147\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>Still interested?<\\/strong><\\/h3>\\n<p style=\\\"text-align: center;\\\"><strong>Here\'s 20% off your order if you complete it right now. We\'re nice like that.<\\/strong><\\/p>\"},{\"productIds\":[],\"excludedProductIds\":[],\"productCategoryIds\":[],\"excludedProductCategoryIds\":[],\"type\":\"coupon\",\"amount\":10,\"amountMax\":100,\"discountType\":\"percent\",\"expiryDay\":10,\"usageLimit\":\"\",\"usageLimitPerUser\":\"\",\"minimumAmount\":\"\",\"maximumAmount\":\"\",\"emailRestrictions\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#afd147\",\"borderColor\":\"#56741d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"219px\",\"lineHeight\":\"50px\",\"fontColor\":\"#56741d\",\"fontFamily\":\"Courier New\",\"fontSize\":\"26px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"source\":\"createNew\",\"code\":\"XXXX-XXXXXXX-XXXX\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fitness\\/Fitness-Logo-Footer-1.png\",\"alt\":\"Fitness-Logo-Footer-1\",\"fullWidth\":false,\"width\":\"180px\",\"height\":\"52px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\">Address Line 1, Address Line 2, City, Country<\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\"><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #999999;\\\">Unsubscribe<\\/a><span>&nbsp;<\\/span>|<span>&nbsp;<\\/span><a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #999999;\\\">Manage your subscription<\\/a><\\/strong><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"lineHeight\":\"1.6\"},\"h1\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\",\"lineHeight\":\"1.6\"},\"h2\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\",\"lineHeight\":\"1.6\"},\"h3\":{\"fontColor\":\"#4e4e4e\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\",\"lineHeight\":\"1.6\"},\"link\":{\"fontColor\":\"#3c3c3c\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#222222\"}},\"blockDefaults\":{\"abandonedCartContent\":{\"amount\":\"2\",\"withLayout\":true,\"contentType\":\"product\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"full\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"left\",\"pricePosition\":\"hidden\",\"readMoreType\":\"none\",\"readMoreText\":\"\",\"readMoreButton\":[],\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"abandonedCartContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"abandonedCartContent\",\"titlePosition\":\"aboveExcerpt\"},\"automatedLatestContent\":{\"amount\":\"5\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Recover Cart\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#343434\",\"borderWidth\":\"3px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"146px\",\"lineHeight\":\"37px\",\"fontColor\":\"#343434\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"container\":[],\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"products\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"product\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"pricePosition\":\"below\",\"readMoreType\":\"link\",\"readMoreText\":\"Buy now\",\"readMoreButton\":{\"text\":\"Buy now\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}},\"woocommerceHeading\":{\"contents\":{\"new_account\":\"New Order: #0001\",\"processing_order\":\"Thank you for your order\",\"completed_order\":\"Thanks for shopping with us\",\"customer_note\":\"A note has been added to your order\"}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/fitness/thumbnail.20201028.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(25,0,'Motor','[\"woocommerce\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #d52a2a;\\\"><strong>Welcome to Vector Motors<\\/strong><\\/span><\\/p>\\n    <p style=\\\"text-align: center; font-size: 11px;\\\"><span style=\\\"color: #d52a2a;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/motor\\/Car-Header-2.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#d52a2a\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/motor\\/Car-Header-logo-1.png\",\"alt\":\"Car-Header-logo-1\",\"fullWidth\":false,\"width\":\"167.5px\",\"height\":\"349px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"118px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"font-size: 35px; line-height: 40px; text-align: left; border-left: 10px solid #d52a2a; margin-left: 20px; padding-left: 20px;\\\"><strong><span style=\\\"color: #ffffff;\\\">Welcome to the club<\\/span><\\/strong><\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"72px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #d52a2a;\\\">You\'ve bought the car,&nbsp;here\'s&nbsp;what happens next.<\\/span><\\/strong><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue. Morbi id nunc commodo, tempor erat et, pretium neque. <\\/span><\\/p>\\n    <p style=\\\"text-align: center;\\\"><span><\\/span><\\/p>\\n    <p style=\\\"text-align: center;\\\"><span>Vivamus ante sapien, consequat vitae ante quis, facilisis pellentesque mi. Praesent at scelerisque leo. Donec elementum mi consequat, ultrices lorem nec, vestibulum arcu. Aenean id libero vitae felis consequat maximus.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1><strong>We\'re here to help<\\/strong><\\/h1>\\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue. Morbi id nunc commodo, tempor erat et, pretium neque.<\\/p>\\n    <p><\\/p>\\n    <p><strong><a href=\\\"\\\">Get in touch with us here<\\/a><\\/strong><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\",\"height\":\"113px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"42px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Servicing Plans\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#d52a2a\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"176px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/motor\\/Car-Wheel.jpg\",\"alt\":\"Car-Wheel\",\"fullWidth\":true,\"width\":\"600px\",\"height\":\"560px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>We\'ll be in touch soon with updates<\\/strong><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam a elementum ex. Aliquam mollis metus ac nisl luctus pulvinar. Donec tincidunt pharetra sem, nec eleifend augue. Morbi id nunc commodo, tempor erat et, pretium neque.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #d52a2a;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #d52a2a;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #d52a2a;\\\">Manage your subscription<\\/a><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/motor\\/Car-Footer.jpg\",\"alt\":\"Car-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"275px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#d52a2a\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#d52a2a\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#e3e3e3\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Servicing Plans\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#d52a2a\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"176px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"18.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"5px\",\"borderColor\":\"#d52a2a\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"118px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#d52a2a\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/motor/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(26,0,'Avocado','[\"woocommerce\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f3f8f3\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/avocado\\/Avocado-Logo-2.png\",\"alt\":\"Avocado-Logo-2\",\"fullWidth\":false,\"width\":\"212px\",\"height\":\"89px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"33px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><strong>Has to be fresh<\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ddeeba\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"58px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Holy Guacamole!<\\/strong><\\/h1>\\n<h2 style=\\\"text-align: center;\\\">Your monthly avocado<\\/h2>\\n<h2 style=\\\"text-align: center;\\\">delivery starts right now.<\\/h2>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/avocado\\/Avocado-Header-1.jpg\",\"alt\":\"Avocado-Header-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"644px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/avocado\\/Avocado-Recipe.jpg\",\"alt\":\"Avocado-Recipe\",\"fullWidth\":true,\"width\":\"600px\",\"height\":\"890px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"135px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>A quick and easy recipe to get you started...<\\/strong><\\/h3>\\n<p style=\\\"text-align: left;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer blandit tortor nec eleifend maximus. Nulla est lectus, tincidunt quis molestie vitae, suscipit non orci.<\\/p>\"},{\"type\":\"button\",\"text\":\"Check it out\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#9ecd2e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"28px\",\"borderStyle\":\"solid\",\"width\":\"111px\",\"lineHeight\":\"36px\",\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#9ecd2e\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #333333;\\\"><\\/span><\\/strong><\\/p>\\n<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #333333;\\\"><\\/span><\\/strong><strong><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/span><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ddeeba\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"58px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Got a friend that hass to have this too ?<\\/strong><\\/h2>\\n<h2 style=\\\"text-align: center;\\\"><\\/h2>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/avocado\\/Avocado-Coupon.jpg\",\"alt\":\"Avocado-Coupon\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"382px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#dbefb4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Send them your exclusive coupon code now and they\'ll receive 50% off their next order, and you\'ll get your next box for free!&nbsp;<\\/p>\"},{\"productIds\":[],\"excludedProductIds\":[],\"productCategoryIds\":[],\"excludedProductCategoryIds\":[],\"type\":\"coupon\",\"amount\":10,\"amountMax\":100,\"discountType\":\"percent\",\"expiryDay\":10,\"usageLimit\":\"\",\"usageLimitPerUser\":\"\",\"minimumAmount\":\"\",\"maximumAmount\":\"\",\"emailRestrictions\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#dbefb4\",\"borderColor\":\"#3d3d3d\",\"borderWidth\":\"3px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"254px\",\"lineHeight\":\"50px\",\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"source\":\"createNew\",\"code\":\"XXXX-XXXXXXX-XXXX\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#dbefb4\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#f3f8f3\",\"height\":\"44px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #9ecd2e;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #9ecd2e;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #9ecd2e;\\\">Manage your subscription<\\/a><\\/span><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#9ecd2e\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f3f8f3\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"2px\",\"borderColor\":\"#9ecd2e\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"33px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/avocado/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:26'),
(27,0,'Book store (with coupon)','[\"woocommerce\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#125674\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Logo.png\",\"alt\":\"Book-Logo\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"48px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#125674\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">Turn more pages this weekend...<\\/span><\\/strong><\\/h1>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Just to say thanks, here\'s a small gift from us to you.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"71px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Body-2.png\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"21px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #5094ad;\\\"><strong>Read more every week<\\/strong><\\/span><\\/p>\\n    <h2 style=\\\"text-align: center;\\\"><strong>Your free gift!<\\/strong><\\/h2>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Body-2.png\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"2px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#125674\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Body-2.png\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, adipiscing elit. Fusce mollis orci justo,<\\/span><\\/p>\\n    <p style=\\\"text-align: center;\\\"><span>commodo mattis nisi vitae. Sed aliquam, ex ac lacinia tempus,<\\/span><\\/p>\\n    <p style=\\\"text-align: center;\\\"><span>enim urna luctus odio, at leo ante non.<\\/span><\\/p>\"},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>20% off all books<\\/strong><\\/h2>\"},{\"productIds\":[],\"excludedProductIds\":[],\"productCategoryIds\":[],\"excludedProductCategoryIds\":[],\"type\":\"coupon\",\"amount\":10,\"amountMax\":100,\"discountType\":\"percent\",\"expiryDay\":10,\"usageLimit\":\"\",\"usageLimitPerUser\":\"\",\"minimumAmount\":\"\",\"maximumAmount\":\"\",\"emailRestrictions\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#125674\",\"borderWidth\":\"3px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#125674\",\"fontFamily\":\"Courier New\",\"fontSize\":\"26px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"source\":\"createNew\",\"code\":\"XXXX-XXXXXXX-XXXX\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Image-Wide-2.png\",\"alt\":\"Book-Image-Wide\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#cdc391\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#cdc391\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#125674\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"29px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#125674\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/book-store-with-coupon\\/Book-Logo.png\",\"alt\":\"Book-Logo\",\"fullWidth\":false,\"width\":\"96px\",\"height\":\"48px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #cdc391;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #cdc391;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #cdc391;\\\">Manage your subscription<\\/a><\\/span><br \\/><span style=\\\"color: #ffffff;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #ffffff;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #ffffff;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Noticia Text\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Playfair Display\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Playfair Display\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#125674\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"2px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#125674\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/book-store-with-coupon/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(28,0,'Flowers (with coupon)','[\"woocommerce\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eae5e5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #000000;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #000000;\\\">View this email in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/flowers-with-coupon\\/Flowers-Logo.png\",\"alt\":\"Flowers-Logo\",\"fullWidth\":false,\"width\":\"110px\",\"height\":\"180px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"44px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/flowers-with-coupon\\/Flowers-Header.jpg\",\"alt\":\"Flowers-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"850px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Just for you.<\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>Welcome to our flower store - as a token of our appreciation for you signing up,<\\/strong><\\/span><\\/p>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>here\'s a little gift from us for your next order.<\\/strong><\\/span><\\/p>\"},{\"productIds\":[],\"excludedProductIds\":[],\"productCategoryIds\":[],\"excludedProductCategoryIds\":[],\"type\":\"coupon\",\"amount\":10,\"amountMax\":100,\"discountType\":\"percent\",\"expiryDay\":10,\"usageLimit\":\"\",\"usageLimitPerUser\":\"\",\"minimumAmount\":\"\",\"maximumAmount\":\"\",\"emailRestrictions\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#292929\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"26px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"source\":\"createNew\",\"code\":\"XXXX-XXXXXXX-XXXX\"},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333; font-size: 11px;\\\"><strong><\\/strong><strong>10% off your next order with us. Terms and Conditions apply.<\\/strong><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"45px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>A little inspiration to get you started...<\\/strong><\\/h2>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong>New flowers delivered<\\/strong><\\/h3>\"},{\"type\":\"text\",\"text\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut rutrum et lacus a dignissim. Curabitur id nisi malesuada, pharetra massa ut, bibendum lacus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Buy Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"85px\",\"lineHeight\":\"36px\",\"fontColor\":\"#292929\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/flowers-with-coupon\\/Flower-1.jpg\",\"alt\":\"Flower-1\",\"fullWidth\":false,\"width\":\"730px\",\"height\":\"604px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/flowers-with-coupon\\/Flower-2.jpg\",\"alt\":\"Flower-2\",\"fullWidth\":false,\"width\":\"730px\",\"height\":\"604px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong>Save with a subscription<\\/strong><\\/h3>\"},{\"type\":\"text\",\"text\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut rutrum et lacus a dignissim. Curabitur id nisi malesuada, pharetra massa ut, bibendum lacus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Buy Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"85px\",\"lineHeight\":\"36px\",\"fontColor\":\"#292929\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong>Collect from our store<\\/strong><\\/h3>\"},{\"type\":\"text\",\"text\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut rutrum et lacus a dignissim. Curabitur id nisi malesuada, pharetra massa ut, bibendum lacus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Buy Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"85px\",\"lineHeight\":\"36px\",\"fontColor\":\"#292929\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/flowers-with-coupon\\/Flower-3.jpg\",\"alt\":\"Flower-3\",\"fullWidth\":false,\"width\":\"730px\",\"height\":\"604px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eae5e5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #b3748a;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #b3748a;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #b3748a;\\\">Manage your subscription<\\/a><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#e0a9bc\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eae5e5\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Buy Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e0a9bc\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"85px\",\"lineHeight\":\"36px\",\"fontColor\":\"#292929\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"392px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/flowers-with-coupon/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(29,0,'Newsletter: Blank 1 Column','[\"standard\",\"blank\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Let\'s Get Started! <\\/strong><\\/h1>\\n<p>&nbsp;<\\/p>\\n<p>It\'s time to design your newsletter! In the right sidebar, you\'ll find 4 menu items that will help you customize your newsletter:<\\/p>\\n<ol>\\n<li>Content<\\/li>\\n<li>Columns<\\/li>\\n<li>Styles<\\/li>\\n<li>Preview<\\/li>\\n<\\/ol>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/newsletter-blank-1-column/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(30,0,'Newsletter: Blank 1:2 Column','[\"standard\",\"blank\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Let\'s Get Started!<\\/strong><\\/h1>\\n<p>&nbsp;<\\/p>\\n<p>It\'s time to design your newsletter! In the right sidebar, you\'ll find 4 menu items that will help you customize your newsletter:<\\/p>\\n<ol>\\n<li>Content<\\/li>\\n<li>Columns<\\/li>\\n<li>Styles<\\/li>\\n<li>Preview<\\/li>\\n<\\/ol>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2>This template has...<\\/h2>\"},{\"type\":\"text\",\"text\":\"<p>In the right sidebar, you can add these layout blocks to your email:<\\/p>\\n<ul>\\n<li>1 column<\\/li>\\n<li>2 columns<\\/li>\\n<li>3 columns<\\/li>\\n<\\/ul>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2>... a 2-column layout.<\\/h2>\"},{\"type\":\"text\",\"text\":\"<p><span style=\\\"line-height: 25.6px;\\\">You can change a layout\'s background color by clicking on the settings icon on the right edge of the Designer. Simply hover over this area to see the Settings (gear) icon.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/newsletter-blank-1-2-column/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(31,0,'Newsletter: Blank 1:2:1 Column','[\"standard\",\"blank\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Let\'s Get Started!<\\/strong><\\/h1>\\n<p>It\'s time to design your newsletter! In the right sidebar, you\'ll find four menu items that will help you customize your newsletter:<\\/p>\\n<ol>\\n<li>Content<\\/li>\\n<li>Columns<\\/li>\\n<li>Styles<\\/li>\\n<li>Preview<\\/li>\\n<\\/ol>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2>This template has...<\\/h2>\"},{\"type\":\"text\",\"text\":\"<p>In the right sidebar, you can add layout blocks to your email:<\\/p>\\n<ul>\\n<li>1 column<\\/li>\\n<li>2 columns<\\/li>\\n<li>3 columns<\\/li>\\n<\\/ul>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2>... a 2-column layout.<\\/h2>\"},{\"type\":\"text\",\"text\":\"<p>You can change a layout\'s background color by clicking on the settings icon on the right edge of the Designer. Simply hover over this area to see the Settings (gear) icon.<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"font-weight: 600;\\\">Let\'s end with a single column. <\\/span><\\/h3>\\n<p style=\\\"line-height: 25.6px;\\\">In the right sidebar, you can add these layout blocks to your email:<\\/p>\\n<p style=\\\"line-height: 25.6px;\\\"><\\/p>\\n<ul style=\\\"line-height: 25.6px;\\\">\\n<li>1 column<\\/li>\\n<li>2 columns<\\/li>\\n<li>3 columns<\\/li>\\n<\\/ul>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/newsletter-blank-1-2-1-column/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(32,0,'Newsletter: Blank 1:3 Column','[\"standard\",\"blank\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>Let\'s Get Started! <\\/strong><\\/h1>\\n<p>&nbsp;<\\/p>\\n<p>It\'s time to design your newsletter! In the right sidebar, you\'ll find four menu items that will help you customize your newsletter:<\\/p>\\n<ol>\\n<li>Content<\\/li>\\n<li>Columns<\\/li>\\n<li>Styles<\\/li>\\n<li>Preview<\\/li>\\n<\\/ol>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>This template...<\\/h3>\"},{\"type\":\"text\",\"text\":\"<p>In the right sidebar, you can add layout blocks to your newsletter.<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>... has a...<\\/h3>\"},{\"type\":\"text\",\"text\":\"<p>You have the choice of:<\\/p>\\n<ul>\\n<li>1 column<\\/li>\\n<li>2 columns<\\/li>\\n<li>3 columns<\\/li>\\n<\\/ul>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>3-column layout.<\\/h3>\"},{\"type\":\"text\",\"text\":\"<p>You can add as many layout blocks as you want!<\\/p>\"},{\"type\":\"text\",\"text\":\"\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"social\",\"iconSet\":\"grey\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/newsletter-blank-1-3-column/thumbnail.20190930.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(33,0,'Simple Text','[\"standard\",\"blank\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\">Hi [subscriber:firstname | default:subscriber],<\\/p>\\n<p style=\\\"text-align: left;\\\"><\\/p>\\n<p style=\\\"text-align: left;\\\">In MailPoet, you can write emails in plain text, just like in a regular email. This can make your email newsletters more personal and attention-grabbing.<\\/p>\\n<p style=\\\"text-align: left;\\\"><\\/p>\\n<p style=\\\"text-align: left;\\\">Is this too simple? You can still style your text with basic formatting, like <strong>bold<\\/strong> or <em>italics.<\\/em><\\/p>\\n<p style=\\\"text-align: left;\\\"><\\/p>\\n<p style=\\\"text-align: left;\\\">Finally, you can also add a call-to-action button between 2 blocks of text, like this:<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}},{\"type\":\"button\",\"text\":\"It\'s time to take action!\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\"<p>Thanks for reading. See you soon!<\\/p>\\n<p>&nbsp;<\\/p>\\n<p><strong><em>The MailPoet Team<\\/em><\\/strong><\\/p>\"},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/simple-text/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2024-09-02 22:23:35'),
(34,0,'Take a Hike','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/header.jpg\",\"alt\":\"header\",\"fullWidth\":true,\"width\":\"1320px\",\"height\":\"483px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p>Hi&nbsp;[subscriber:firstname | default:explorer]<\\/p>\\n                      <p><\\/p>\\n                      <p>Aliquam feugiat nisl eget eleifend congue. Nullam neque tellus, elementum vel elit dictum, tempus sagittis nunc. Phasellus quis commodo odio. Vestibulum vitae mi vel quam rhoncus egestas eget vitae eros.&nbsp;<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1><strong>How to plan your hiking route<\\/strong><\\/h1>\\n                      <p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos. Aliquam dictum urna ac lacus dapibus rhoncus.<\\/p>\"},{\"type\":\"button\",\"text\":\"Read More\",\"url\":\"https:\\/\\/www.google.co.uk\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/map.jpg\",\"alt\":\"map\",\"fullWidth\":false,\"width\":\"330px\",\"height\":\"227px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/boots.jpg\",\"alt\":\"boots\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2><strong>Tried &amp; tested: Our favourite walking boots<\\/strong><\\/h2>\\n                        <p>Class aptent taciti sociosqu ad litora torquent per conubia nostra, per inceptos himenaeos.&nbsp;<\\/p>\"},{\"type\":\"button\",\"text\":\"See Reviews\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>Hikers Gallery<\\/strong><\\/h3>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/gallery3.jpg\",\"alt\":\"gallery3\",\"fullWidth\":true,\"width\":\"1000px\",\"height\":\"750px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/gallery1-300x225.jpg\",\"alt\":\"gallery1\",\"fullWidth\":true,\"width\":\"300px\",\"height\":\"225px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/take_a_hike\\/gallery2-1.jpg\",\"alt\":\"gallery2\",\"fullWidth\":true,\"width\":\"1000px\",\"height\":\"750px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Edit this to insert text<\\/p>\"},{\"type\":\"button\",\"text\":\"View More Photos\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"214px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>Hiking goes social...<\\/strong><\\/h3>\"},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#843c15\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#64a1af\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#4f230c\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#423c39\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h2\":{\"fontColor\":\"#265f6d\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#423c39\",\"fontFamily\":\"Courier New\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#843c15\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#843c15\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/take_a_hike/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(35,0,'News Day','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#f2f2f2\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/news_day\\/News-Outlet-Title-2.jpg\",\"alt\":\"News-Outlet-Title-2\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #2ca5d2;\\\"><strong>Top Story<\\/strong><\\/span><\\/h1>\"},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><strong>Plasma jet engines that could take you from the ground to space<\\/strong><\\/h2>\"},{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/plasma-jet-engines-that-could-take-you-from-the-ground-to-space\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/news_day\\/plasma-stingray111-800x533.jpg\",\"alt\":\"Plasma jet engines that could take you from the ground to space\",\"fullWidth\":false,\"width\":\"413.28125px\",\"height\":440,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p class=\\\"mailpoet_wp_post\\\">FORGET fuel-powered jet engines. We\\u2019re on the verge of having aircraft that can fly from the ground up to the edge of space using air and electricity alone. Traditional jet engines create thrust by mixing compressed air with fuel and igniting it. The burning mixture expands rapidly and is blasted out of the back of the engine, pushing it forwards. &hellip;<\\/p><p><a href=\\\"http:\\/\\/mailpoet.info\\/plasma-jet-engines-that-could-take-you-from-the-ground-to-space\\/\\\">Read More<\\/a><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #2ca5d2;\\\"><strong>Popular Posts Today<\\/strong><\\/span><\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left; font-size: 18px; line-height: 1.4;\\\"><strong>Cutting through the smog: What to do to fight air pollution<\\/strong><\\/h3>\\n                      <p class=\\\"mailpoet_wp_post\\\">Tackling our air problems starts with traffic control, but individual action to reduce energy use and intensive farming would also help clean our air.<\\/p>\\n                      <p><a href=\\\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\\\">Read More<\\/a><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left; font-size: 18px; line-height: 1.4;\\\"><strong>Ladybird&rsquo;s transparent shell reveals how it&nbsp;moves<\\/strong><\\/h3>\\n                      <p class=\\\"mailpoet_wp_post\\\">They certainly know how to fold. A see-through artificial wing case has been used to watch for the first time as ladybirds put away their wings after flight.<\\/p>\\n                      <p><a href=\\\"http:\\/\\/mailpoet.info\\/ladybirds-transparent-shell-reveals-how-it-folds-its-wings\\/\\\">Read More<\\/a><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left; font-size: 18px; line-height: 1.4;\\\"><strong>Brazil&rsquo;s history-making Hurricane<\\/strong><\\/h3>\\n                      <p class=\\\"mailpoet_wp_post\\\">Jairzinho has just made history. In claiming the fourth goal of an unforgettable 1970 FIFA World Cup Mexico&trade; Final against Italy, he has maintained his record of scoring in every one of Brazil&rsquo;s matches en route to the Trophy.<\\/p>\\n                      <p><a href=\\\"http:\\/\\/mailpoet.info\\/brazils-history-making-hurricane\\/\\\">Read More<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left; font-size: 18px; line-height: 1.4;\\\"><strong>Iceland&rsquo;s dentist-coach defying convention and expectations<\\/strong><\\/h3>\\n                      <p class=\\\"mailpoet_wp_post\\\">As Iceland&rsquo;s key matches loom, with kick-off just a couple of hours away, you will find their national coach in the pub. This may seem unusual...<\\/p>\\n                      <p><a href=\\\"http:\\/\\/mailpoet.info\\/icelands-dentist-coach-defying-convention-and-expectations\\/\\\">Read More<\\/a><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left; font-size: 18px; line-height: 1.4;\\\"><strong>Impact and legacy of 2018 FIFA World Cup Russia<\\/strong><\\/h3>\\n                      <p class=\\\"mailpoet_wp_post\\\">Organising a FIFA World Cup&trade; in a sustainable manner is a major challenge. The scale of the event inevitably has an impact on the Host Country.&nbsp;<\\/p>\\n                      <p><a href=\\\"http:\\/\\/mailpoet.info\\/impact-and-legacy-of-2018-fifa-world-cup-russia-facts-and-figures\\/\\\">Read More<\\/a><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left; font-size: 18px; line-height: 1.4;\\\"><strong>Lineker&rsquo;s life-changing treble<\\/strong><\\/h3>\\n                      <p class=\\\"mailpoet_wp_post\\\">Given that he won the Golden Boot in his first and came within a whisker of the Final in his second, one might expect Gary Lineker to have a tough time picking his FIFA World Cup&trade; highlight. Yet the man who scored ten times...<\\/p>\\n                      <p><a href=\\\"http:\\/\\/mailpoet.info\\/linekers-life-changing-treble\\/\\\">Read More<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#f2f2f2\",\"height\":\"40px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><strong>NewsDay<\\/strong><\\/p>\\n                      <p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/><br \\/><\\/p>\\n                      <p><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Linkedin.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#f2f2f2\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#2ca5d2\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f2f2f2\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/news_day/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(36,0,'World Cup','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Header.png\",\"alt\":\"Sports-Football-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"220px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Divider-1.png\",\"alt\":\"Sports-Football-Divider-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong><span style=\\\"color: #ffffff; font-size: 14px;\\\">Issue #1<\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" target=\\\"_blank\\\" style=\\\"color: #ffffff; font-size: 14px; text-align: center;\\\">View In Browser<\\/a><\\/p>\\n                                        <p style=\\\"text-align: right;\\\"><span style=\\\"color: #ffffff; text-align: start;\\\">Monday 1st January 2017<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Header-1.png\",\"alt\":\"Sports-Football-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"580px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><strong>Welcome Back!<\\/strong><\\/h2>\\n                                      <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod mauris velit, vel ultrices nibh bibendum quis. Donec eget fermentum magna.<\\/p>\\n                                      <p><\\/p>\\n                                      <p>Nullam congue dui lectus, quis pellentesque orci placerat eu. Fusce semper neque a mi aliquet vulputate sed sit amet nisi. Etiam sed nisl nec orci pretium lacinia eget in turpis. Maecenas in posuere justo. Vestibulum et sapien vestibulum, imperdiet neque in, maximus velit.<\\/p>\\n                                      <p><\\/p>\\n                                      <p>Proin dignissim elit magna, viverra scelerisque libero vehicula sed<\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Divider-3.png\",\"alt\":\"Sports-Football-Divider-3\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"padding-bottom: 0;\\\"><span style=\\\"font-weight: 600;\\\">Latest News<\\/span><\\/h2>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"View All News\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#d35400\",\"borderColor\":\"#d35400\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"110px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/brazils-history-making-hurricane\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/2865897_full-lnd.jpg\",\"alt\":\"Brazil\\u2019s history-making Hurricane\",\"fullWidth\":false,\"width\":652,\"height\":366,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Brazil&rsquo;s history-making Hurricane<\\/strong><\\/h3>\\n                                            <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod mauris velit, vel ultrices nibh bibendum quis. Donec eget fermentum magna. Nullam congue dui lectus, quis pellentesque orci placerat eu. Fusce semper neque a mi aliquet vulputate sed sit amet nisi...<\\/p>\\n                                            <p><a href=\\\"http:\\/\\/mailpoet.info\\/brazils-history-making-hurricane\\/\\\">Read More<\\/a><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/icelands-dentist-coach-defying-convention-and-expectations\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/2866107_full-lnd.jpg\",\"alt\":\"Iceland\\u2019s dentist-coach defying convention and expectations\",\"fullWidth\":false,\"width\":652,\"height\":366,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Iceland&rsquo;s dentist-coach defying convention and expectations<\\/strong><\\/h3>\\n                                          <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod mauris velit...<\\/p>\\n                                          <p><a href=\\\"http:\\/\\/mailpoet.info\\/icelands-dentist-coach-defying-convention-and-expectations\\/\\\">Read More<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/impact-and-legacy-of-2018-fifa-world-cup-russia-facts-and-figures\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/2709222_full-lnd.jpg\",\"alt\":\"Impact and legacy of 2018 FIFA World Cup Russia: facts and figures\",\"fullWidth\":false,\"width\":652,\"height\":366,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Impact and legacy of 2018 FIFA World Cup Russia: facts and figures<\\/strong><\\/h3>\\n                                        <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod...<\\/p>\\n                                        <p><a href=\\\"http:\\/\\/mailpoet.info\\/impact-and-legacy-of-2018-fifa-world-cup-russia-facts-and-figures\\/\\\">Read More<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/linekers-life-changing-treble\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/2867790_full-lnd.jpg\",\"alt\":\"Lineker\\u2019s life-changing treble\",\"fullWidth\":false,\"width\":652,\"height\":366,\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Lineker&rsquo;s life-changing treble<\\/strong><\\/h3>\\n                                      <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam consequat lorem at est congue, non consequat lacus iaculis. Integer euismod mauris velit&nbsp;<span style=\\\"background-color: inherit;\\\">consequat lorem at est congue...<\\/span><\\/p>\\n                                      <p><a href=\\\"http:\\/\\/mailpoet.info\\/linekers-life-changing-treble\\/\\\">Read More<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#efefef\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Divider-2.png\",\"alt\":\"Sports-Football-Divider-2\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Footer-1.png\",\"alt\":\"Sports-Football-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#b55311\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/world_cup\\/Sports-Football-Logo-Small.png\",\"alt\":\"Sports-Football-Logo-Small\",\"fullWidth\":false,\"width\":\"772px\",\"height\":\"171px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#da6110\",\"height\":\"20px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#da6110\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#da6110\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#222222\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/world_cup/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(37,0,'Festival Event','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#0a5388\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/festival_event\\/festival-header.jpg\",\"alt\":\"festival-header\",\"fullWidth\":true,\"width\":\"1320px\",\"height\":\"879px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\">Pack your glowsticks, <br \\/>Boomfest is back!&nbsp;<\\/h1>\\n                        <p><\\/p>\\n                        <p style=\\\"text-align: center;\\\">Duis tempor nisl in risus hendrerit venenatis. <br \\/>Curabitur ornare venenatis nisl non ullamcorper. <\\/p>\"},{\"type\":\"button\",\"text\":\"Duis id tincidunt\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#0a5388\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"260px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Maecenas scelerisque nisi sit amet metus efficitur dapibus!&nbsp;<br \\/>Ut eros risus, facilisis ac aliquet vel, posuere ut urna.<\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"28px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\">Confirmed Lineup<\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><em><span style=\\\"color: #bae2ff;\\\">Main Stage<\\/span><\\/em><\\/h3><p>Quisque libero<br \\/>Nulla convallis<br \\/>Vestibulum Ornare<br \\/>Consectetur Odio<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><em><span style=\\\"color: #bae2ff;\\\">New Acts Stage<\\/span><\\/em><\\/h3><p>Nulla interdum<br \\/>Massa nec<br \\/>Pharetra<br \\/>Varius<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><em><span style=\\\"color: #bae2ff;\\\">Comedy Stage<\\/span><\\/em><\\/h3><p>In pulvinar<br \\/>Risus sed<br \\/>Condimentum<br \\/>Feugiat<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\">New to the festival this year<\\/h2>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"9px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/festival_event\\/street-food.jpg\",\"alt\":\"street food\",\"fullWidth\":true,\"width\":\"499px\",\"height\":\"750px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3>Award-winning Street Food<\\/h3><p>Nullam pharetra lectus id porta pulvinar. Proin ac massa nibh. Nullam ac mi pharetra, lobortis nunc et, placerat leo. Mauris eu feugiat elit. Pellentesque eget turpis eu diam vehicula convallis non <a href=\\\"https:\\/\\/www.mailpoet.com\\\">luctus enim.<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/festival_event\\/happy.jpeg\",\"alt\":\"happy\",\"fullWidth\":true,\"width\":\"499px\",\"height\":\"750px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3>Prepare to&nbsp;dazzle with our Glitter Run<\\/h3><p>Donec quis orci at metus finibus tincidunt. Sed vel urna sed urna maximus congue eu et turpis. Nulla tempus hendrerit justo eget molestie. Vivamus quis molestie lacus. Donec commodo odio a nisi feugiat, vitae egestas mi.<\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"footer\",\"text\":\"<p>Mauris tristique ultricies ullamcorper. <br \\/>Don\'t want to hear from us?&nbsp;<a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><\\/p><p><\\/p><p>Add your postal address here.&nbsp;<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"13px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Georgia\",\"fontSize\":\"24px\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#8d062b\"},\"body\":{\"backgroundColor\":\"#0a5388\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/festival_event/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(38,0,'Retro Computing Magazine','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#4473a1\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#008282\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro_computing_magazine\\/Windows94-Header.png\",\"alt\":\"Windows94-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"740px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #ffffff;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #ffffff;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"#008282\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Courier New\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><strong>We\'re upgrading!<\\/strong><\\/h1>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci. Etiam enim enim, aliquet nec ligula in, ultrices iaculis dolor. Suspendisse potenti. Praesent fringilla augue ut lorem mattis, vitae fringilla nunc faucibus. <\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><span>Quisque in leo felis. Etiam at libero et enim tincidunt scelerisque. Ut felis lectus, imperdiet quis justo quis, elementum sagittis tellus. Sed elementum, lacus at iaculis vestibulum, nunc leo gravida nisi, sed dapibus nisi odio ac ex. Aliquam id arcu dictum, cursus quam id, eleifend libero.<\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"ridge\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1><strong>Latest News<\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>What is it like to use a Windows 98 PC in 2017?<\\/strong><\\/h3>\"},{\"type\":\"text\",\"text\":\"<p class=\\\"mailpoet_wp_post\\\"><span>Computers are much more advanced than they were even a few years ago, but of course we all like to complain about the dumb things they sometimes do. It&rsquo;s easy to forget how clunky things used to be, though...<\\/span><\\/p>\\n<p><a href=\\\"http:\\/\\/mailpoet.info\\/odds-on-10-science-breakthroughs-you-can-bet-on\\/\\\">Read more<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Windows 95 still finds life online<\\/strong><\\/h3>\"},{\"type\":\"text\",\"text\":\"<p class=\\\"mailpoet_wp_post\\\">Microsoft&rsquo;s Windows 95 has reached the ripe old age of 22 this year and to commemorate this milestone, TheNextWeb goes into some details about the operating system that users may have missed over the years...<\\/p>\\n<p><a href=\\\"http:\\/\\/mailpoet.info\\/brazils-history-making-hurricane\\/\\\">Read more<\\/a><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>New Sinclair ZX Spectrum Fully Funded<\\/strong><\\/h3>\"},{\"type\":\"text\",\"text\":\"<p class=\\\"mailpoet_wp_post\\\">The new Sinclair ZX Spectrum Next home computer which was launched on Kickstarter to mark the 35th birthday of the original Spectrum produced by Sinclair Research has been fully funded in less than 48 hours...<\\/p>\\n<p><a href=\\\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\\\">Read more<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#008282\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#008282\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">Did you know?<\\/span><\\/strong><\\/h2>\\n<p><span style=\\\"color: #ffffff;\\\">At the time of creation and development, the microcomputers in Japan were not powerful enough to handle the complex tasks related to the design and programming of Space Invaders. Nishikado then designed his own hardware and developmental tools to make the game a reality.<\\/span><\\/p>\\n<p><strong><span style=\\\"color: #ffffff;\\\"><\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro_computing_magazine\\/Windows94-Today.png\",\"alt\":\"Windows94-Today\",\"fullWidth\":false,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#008282\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>Let\'s get social!<\\/strong><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Courier New\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#008282\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#008282\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#008282\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/retro_computing_magazine/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(39,0,'Shoes','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/shoes\\/Retail-Shoes-Logo.png\",\"alt\":\"Retail-Shoes-Logo\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"220px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/shoes\\/Retail-Shoes-Header.jpg\",\"alt\":\"Retail-Shoes-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f1b512\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #614a0d;\\\">Our New Range<\\/span><\\/h2>\\n                      <p style=\\\"text-align: center;\\\"><span style=\\\"color: #614a0d;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque cursus aliquam urna, non ultricies diam sagittis sit amet. Etiam tempus a metus sed tincidunt.<\\/span><\\/p>\\n                      <p style=\\\"text-align: center;\\\"><span style=\\\"color: #614a0d;\\\">Curabitur fermentum ligula eget lacus aliquam volutpat. Integer sapien neque, laoreet quis lobortis sed, semper eget magna. Suspendisse potentiu.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#41c7bf\",\"borderColor\":\"#28a9a2\",\"borderWidth\":\"2px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#36b0a9\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"70px\"}}},{\"type\":\"text\",\"text\":\"<h2><span style=\\\"color: #ffffff;\\\">Handcrafted Shoes<\\/span><\\/h2>\\n                       <p style=\\\"font-size: 14px;\\\"><span><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque cursus aliquam urna, non ultricies diam sagittis sit amet. Etiam tempus a metus sed tincidunt. Curabitur fermentum ligula eget lacus aliquam volutpat.<\\/span><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/shoes\\/Retail-Shoes-Boxes-1.jpg\",\"alt\":\"Retail-Shoes-Boxes-1\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#36b0a9\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/shoes\\/Retail-Shoes-Boxes-2.jpg\",\"alt\":\"Retail-Shoes-Boxes-2\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"70px\"}}},{\"type\":\"text\",\"text\":\"<h2><span style=\\\"color: #ffffff;\\\">Perfect For Any Occasion<\\/span><\\/h2>\\n                      <p style=\\\"font-size: 14px;\\\"><span><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque cursus aliquam urna, non ultricies diam sagittis sit amet. Etiam tempus a metus sed tincidunt. Curabitur fermentum ligula eget lacus aliquam volutpat.<\\/span><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>We\'re open every day!<\\/strong><\\/h3>\\n                        <p style=\\\"text-align: center;\\\">Call in any time and we\'ll help you pick the best shoes for any occasion.<\\/p>\\n                        <p style=\\\"text-align: center;\\\">If you\'re not happy, just bring them back to us and we\'ll give you a full refund.<\\/p>\"},{\"type\":\"button\",\"text\":\"Check Out Our Website\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#41c7bf\",\"borderColor\":\"#28a9a2\",\"borderWidth\":\"2px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"220px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#d3d3d3\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/shoes\\/Retail-Shoes-Logo-Footer.png\",\"alt\":\"Retail-Shoes-Logo-Footer\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"60px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\"><span style=\\\"color: #999999;\\\">Address Line 1<\\/span><\\/p>\\n                      <p style=\\\"text-align: center; font-size: 12px;\\\"><span style=\\\"color: #999999;\\\">Address Line 2<\\/span><\\/p>\\n                      <p style=\\\"text-align: center; font-size: 12px;\\\"><span style=\\\"color: #999999;\\\">City<\\/span><\\/p>\\n                      <p style=\\\"text-align: center; font-size: 12px;\\\"><span style=\\\"color: #999999;\\\">Country<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f6f6f6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#41c7bf\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f6f6f6\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/shoes/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(40,0,'Music','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2d2d\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/music\\/Music-Logo.png\",\"alt\":\"Music-Logo\",\"fullWidth\":false,\"width\":\"496px\",\"height\":\"78px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/music\\/music-header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"70px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #393939;\\\"><strong>You Play.<\\/strong><\\/span><\\/h1>\\n<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #393939;\\\"><strong>They Listen.<\\/strong><\\/span><\\/h1>\"},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #878787;\\\">Up to 50% off all of our instruments.<\\/span><\\/h2>\\n<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #878787;\\\">This week only.<\\/span><\\/h2>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"176px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Choose a category and get playing<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Electric Guitars\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Trumpets\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"DJ Equipment\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Amps\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Drums\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Pianos\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Banjos\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Synthesizers\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Guitar Pedals\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Harmonicas\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Flutes\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Headphones\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#2d2d2d\",\"borderWidth\":\"3px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"189px\",\"lineHeight\":\"50px\",\"fontColor\":\"#2d2d2d\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2d2d\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2d2d\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/music\\/Music-Logo.png\",\"alt\":\"Music-Logo\",\"fullWidth\":false,\"width\":\"496px\",\"height\":\"78px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 11px;\\\"><span style=\\\"color: #999999;\\\"><em><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #999999;\\\">Unsubscribe<\\/a><\\/strong><\\/em><\\/span><\\/p>\\n<p style=\\\"text-align: center; font-size: 11px;\\\"><span style=\\\"color: #999999;\\\"><em><strong><a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #999999;\\\">Manage your subscription<\\/a><\\/strong><\\/em><\\/span><br \\/><span style=\\\"color: #999999;\\\">Add your postal address here!<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#2d2d2d\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#2d2d2d\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"176px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/music/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(41,0,'Hotels','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2a31\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/hotels\\/Hotel-Logo-1.png\",\"alt\":\"Hotel-Logo\",\"fullWidth\":false,\"width\":\"554px\",\"height\":\"200px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>My Favourites<\\/strong><\\/span><\\/h3>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Recent Bookings<\\/strong><\\/span><\\/h3>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/hotels\\/Hotel-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h1><span style=\\\"color: #ffffff;\\\"><strong>Pets go free<\\/strong><\\/span><\\/h1>\"},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">Stay in any Exquisite hotel this summer and bring your pet for free!<\\/span><\\/h2>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffc600\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"46px\",\"fontColor\":\"#3f3f3f\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><strong>Get ready to travel in Exquiste style...<\\/strong><\\/h2>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci. Etiam enim enim, aliquet nec ligula in, ultrices iaculis dolor. Suspendisse potenti. Praesent fringilla augue ut lorem mattis, vitae fringilla nunc faucibus.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/hotels\\/dubai-paris.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}}},{\"type\":\"text\",\"text\":\"<h1><span style=\\\"color: #ffffff;\\\"><strong>Dubai<\\/strong><\\/span><\\/h1>\\n<h2><span style=\\\"color: #ffffff;\\\">From $199<strong><br \\/><\\/strong><\\/span><\\/h2>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}}},{\"type\":\"text\",\"text\":\"<h1><strong><span style=\\\"color: #ffffff;\\\">Paris<\\/span><\\/strong><\\/h1>\\n<h2><span style=\\\"color: #ffffff;\\\">From $149<\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/hotels\\/toronto-delhi.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}}},{\"type\":\"text\",\"text\":\"<h1><span style=\\\"color: #ffffff;\\\"><strong>Toronto<\\/strong><\\/span><\\/h1>\\n<h2><span style=\\\"color: #ffffff;\\\">From $229<\\/span><\\/h2>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}}},{\"type\":\"text\",\"text\":\"<h1><span style=\\\"color: #ffffff;\\\"><strong>New Delhi<\\/strong><\\/span><\\/h1>\\n<h2><span style=\\\"color: #ffffff;\\\">From $149<\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/hotels\\/rio-london.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}}},{\"type\":\"text\",\"text\":\"<h1><span style=\\\"color: #ffffff;\\\"><strong>Rio de Janeiro<\\/strong><\\/span><\\/h1>\\n<h2><span style=\\\"color: #ffffff;\\\">From $329<\\/span><\\/h2>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}}},{\"type\":\"text\",\"text\":\"<h1><span style=\\\"color: #ffffff;\\\"><strong>London<\\/strong><\\/span><\\/h1>\\n<h2><span style=\\\"color: #ffffff;\\\">From $99<\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffc600\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Just for you...<\\/strong><\\/h2>\\n<p style=\\\"text-align: center;\\\">Here\'s 10% off your next booking with us.<\\/p>\\n<p style=\\\"text-align: center;\\\">Just grab the code below and paste it when required on the booking form!<\\/p>\"},{\"type\":\"button\",\"text\":\"VALU3DCUST\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffc600\",\"borderColor\":\"#000000\",\"borderWidth\":\"2px\",\"borderRadius\":\"6px\",\"borderStyle\":\"solid\",\"width\":\"219px\",\"lineHeight\":\"40px\",\"fontColor\":\"#000000\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2a31\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2a31\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/hotels\\/Hotel-Logo-Small.png\",\"alt\":\"Hotel-Logo-Small\",\"fullWidth\":true,\"width\":\"554px\",\"height\":\"200px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d2a31\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Address Line 1 <\\/strong><\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Address Line 2 <\\/strong><\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>City <\\/strong><\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Country<\\/strong><\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #ffc600;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #ffc600;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #ffc600;\\\">Manage your subscription<\\/a><\\/span><br \\/><span style=\\\"color: #ffffff;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\"},\"h3\":{\"fontColor\":\"#2d2a31\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#008282\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#2d2a31\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffc600\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"46px\",\"fontColor\":\"#3f3f3f\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"181px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/hotels/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(42,0,'Piece of cake','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><strong>Open daily from 9am to 9pm |&nbsp;<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/strong><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"#ececeb\"},\"text\":{\"fontColor\":\"#606060\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#d42b2b\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/piece_of_cake\\/Restaurant-Bakery-Logo-1.png\",\"alt\":\"Restaurant-Bakery-Logo-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"180px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/piece_of_cake\\/Restaurant-Bakery-Header.jpg\",\"alt\":\"Restaurant-Bakery-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"1600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>It\'s our Birthday!<\\/strong><\\/h1>\"},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center; line-height: 1.4;\\\">To celebrate, we\'re adding a slice of our Birthday cake to every order. Pop in this weekend to use our special offer code and enjoy!<\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; border: 3px dashed #d42b2b; color: #d42b2b; padding: 10px; font-size: 24px;\\\"><strong>HAPPYBDAY<\\/strong><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ececeb\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ececeb\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"background-color: #ececeb; line-height: 1.3;\\\"><span style=\\\"font-weight: 600;\\\"><span style=\\\"font-size: 12px; text-align: center;\\\">Add your postal address here.<\\/span><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right; line-height: 1.3;\\\"><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #d42b2b; text-decoration: none; font-size: 12px; text-align: center;\\\">Unsubscribe<\\/a><\\/strong><\\/p>\\n                      <p style=\\\"text-align: right; line-height: 1.3;\\\"><strong><a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #d42b2b; text-decoration: none; font-size: 12px; text-align: center;\\\">Manage&nbsp;Subscription<\\/a><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ececeb\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#606060\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#606060\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#d42b2b\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#606060\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#d42b2b\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ececeb\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/piece_of_cake/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(43,0,'Buddhist Temple','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#00050b\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"11px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#787878\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"80px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Logo.png\",\"alt\":\"Buddhist-Logo\",\"fullWidth\":false,\"width\":\"170px\",\"height\":\"99px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\"<h1>With our thoughts, we make the <span style=\\\"color: #f37f31;\\\">world<\\/span><\\/h1>\\n    <p><span style=\\\"color: #dedede;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum. Vestibulum finibus sapien in enim ultricies, vel placerat risus lacinia.<\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"24.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#f37f31\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Avatar.jpg\",\"alt\":\"Buddhist-Avatar\",\"fullWidth\":false,\"width\":\"70px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\"<p><span style=\\\"color: #999999;\\\">Special Event<\\/span><\\/p>\\n    <h3>Dalai Lama visit<\\/h3>\\n    <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Book tickets here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f37f31\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"145px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#f37f31\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #f37f31;\\\">New prayer flags<\\/span><\\/h3>\\n    <p><span style=\\\"color: #dedede;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum. Vestibulum finibus sapien in enim ultricies, vel placerat risus lacinia.<\\/span><\\/p>\\n    <p><a href=\\\"http:\\/\\/a9d.fc4.mwp.accessdomain.com\\\">Find out more &gt;<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/5bafccfc554c7f08176ec084.png\",\"alt\":\"5bafccfc554c7f08176ec084\",\"fullWidth\":false,\"width\":\"280px\",\"height\":\"524px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Social.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f37f31\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"45px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"90px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Sharing matters to us<\\/span><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum. Vestibulum finibus sapien in enim ultricies, vel placerat risus lacinia.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official-white\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"45px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Images-1.jpg\",\"alt\":\"Buddhist-Images-1\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #dedede;\\\">Meditation for beginners<\\/span><\\/h3>\\n    <p><span style=\\\"color: #dedede;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum.<\\/span>&nbsp;<\\/span><\\/p>\\n    <p><a href=\\\"http:\\/\\/a9d.fc4.mwp.accessdomain.com\\\">Find out more &gt;<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Images-2.jpg\",\"alt\":\"Buddhist-Images-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #dedede;\\\">Planning your trip to a temple<\\/span><\\/h3>\\n    <p><span style=\\\"color: #dedede;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum.<\\/span>&nbsp;<\\/span><\\/p>\\n    <p><a href=\\\"http:\\/\\/a9d.fc4.mwp.accessdomain.com\\\">Find out more &gt;<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Images-3.jpg\",\"alt\":\"Buddhist-Images-3\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #dedede;\\\">Visit the sunken statues<\\/span><\\/h3>\\n    <p><span style=\\\"color: #dedede;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aliquam sed semper ipsum.<\\/span>&nbsp;<\\/span><\\/p>\\n    <p><a href=\\\"http:\\/\\/a9d.fc4.mwp.accessdomain.com\\\">Find out more &gt;<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#f37f31\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/buddhist-temple\\/Buddhist-Logo.png\",\"alt\":\"Buddhist-Logo\",\"fullWidth\":false,\"width\":\"170px\",\"height\":\"99px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#f37f31\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#eeeeee\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#eeeeee\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#eeeeee\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#eeeeee\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#f37f31\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#00050b\"},\"body\":{\"backgroundColor\":\"#00050b\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Book tickets here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f37f31\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"145px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#f37f31\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#f37f31\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"11px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#787878\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/buddhist-temple/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(44,0,'Mosque','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#009146\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"10px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"none\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/Mosque-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#333333\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/Mosque-Logo.png\",\"alt\":\"Mosque-Logo\",\"fullWidth\":false,\"width\":\"182px\",\"height\":\"119px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\"><strong>JANUARY 2019<\\/strong><\\/span><\\/p>\\n    <h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Newsletter<\\/span><\\/h1>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc scelerisque ut purus vel eleifend. Curabitur mollis nisi id mauris efficitur pretium.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"90px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #009146;\\\"><strong>Upcoming Events<\\/strong><\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/Mosque-Images-1.jpg\",\"alt\":\"Mosque-Images-1\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>14th&nbsp;January 2019<\\/strong><\\/span><\\/p>\\n    <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><span>The Four Imams<\\/span><\\/span><\\/h3>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc scelerisque ut purus vel eleifend. Curabitur mollis nisi id mauris.<\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><strong><a href=\\\"\\\">Find out more &gt;<\\/a><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/Mosque-Images-2.jpg\",\"alt\":\"Mosque-Images-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>23rd&nbsp;January 2019<\\/strong><\\/span><\\/p>\\n    <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><span>Prayer Makes Perfect<\\/span><\\/span><\\/h3>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc scelerisque ut purus vel eleifend. Curabitur mollis nisi id mauris.<\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong><a href=\\\"\\\">Find out more &gt;<\\/a><\\/strong><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/Mosque-Images-3.jpg\",\"alt\":\"Mosque-Images-3\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>29th&nbsp;January 2019<\\/strong><\\/span><\\/p>\\n    <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><span>Plaster Carving<\\/span><\\/span><\\/h3>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc scelerisque ut purus vel eleifend. Curabitur mollis nisi id mauris.<\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong><a href=\\\"http:\\/\\/a9d.fc4.mwp.accessdomain.com\\\">Find out more &gt;<\\/a><\\/strong><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#009146\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"5.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#009146\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #009146;\\\"><strong>Prayer Times<\\/strong><\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong><\\/strong><strong>Fajr<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"7.04pm\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Sunrise<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"8.41am\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Dhuhr<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"12.35pm\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Asr<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"2.01pm\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Maghrib<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"4.21pm\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Isha\'a<\\/strong><\\/h2>\"},{\"type\":\"button\",\"text\":\"5.58pm\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/bg-2.jpg\",\"alt\":\"bg-2\",\"fullWidth\":false,\"width\":\"1200px\",\"height\":\"286px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#009146\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"24px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/mosque\\/Mosque-Logo.png\",\"alt\":\"Mosque-Logo\",\"fullWidth\":false,\"width\":\"144px\",\"height\":\"119px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"29px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"11px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#009146\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"13px\"},\"h1\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#009146\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#e3e3e3\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"5.58pm\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#009146\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"5.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#009146\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"11px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#009146\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"29px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"10px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/mosque/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(45,0,'Synagogue','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2b3d5e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#7386a7\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#384e76\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"padding\":\"7.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#0d7e85\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#384e76\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Logo.png\",\"alt\":\"Synagogue-Logo\",\"fullWidth\":false,\"width\":\"180px\",\"height\":\"208px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"27px\"}}},{\"type\":\"social\",\"iconSet\":\"official-white\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Header-2.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#384e76\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"140px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"44px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">Welcome&nbsp;back<\\/span><\\/h1>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">This month we\'ll be discussing important topics around our faith, and highlighting some events that you may be interested in.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"38px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #04aeb9;\\\"><strong><span>S P E C I A L&nbsp; E V E N T<\\/span><\\/strong><\\/span><\\/p>\\n    <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">Stories In Song<\\/span><\\/h3>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">An afternoon of comedy and music with Daniel Cainer. This multi-award-winning master-songwriter and great musician brings our family trees to life.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Tickets available here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"175px\",\"lineHeight\":\"38px\",\"fontColor\":\"#093c3f\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"43px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Back-1.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/male-18.jpg\",\"alt\":\"male-18\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"360px\",\"styles\":{\"block\":{\"textAlign\":\"right\"}}},{\"type\":\"text\",\"text\":\"<p class=\\\"font_2\\\" style=\\\"text-align: right;\\\"><span style=\\\"color: #384e76;\\\"><strong>Ariel Abel<\\/strong><\\/span><\\/p>\\n    <p class=\\\"font_2\\\" style=\\\"font-size: 11px; text-align: right;\\\"><span style=\\\"color: #384e76;\\\">Princes Road Synagogue&nbsp;<span>Rabbi&nbsp;<\\/span><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get in touch\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"30px\",\"fontColor\":\"#093c3f\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"right\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">Greetings from our Rabbi&nbsp;<\\/span><\\/h2>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque magna erat, vitae ultricies eros porttitor eleifend. Fusce luctus accumsan risus, at rhoncus ante vehicula in. Praesent ut ultricies ipsum. Sed lacus dolor, laoreet nec tincidunt ut, commodo nec augue. In dignissim justo eget ante facilisis ornare.<\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\"><\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\"><span>Cras in lacus ac lectus hendrerit porta. Morbi pretium id nisi eget placerat. Integer nec quam nec augue luctus facilisis. Nam sollicitudin velit nec risus mattis, quis porttitor tortor consequat. Vivamus nec justo vel lectus pharetra volutpat.<\\/span><\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\"><span><\\/span><\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\"><span>Quisque eget vestibulum quam, eu fermentum ipsum.<\\/span><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#384e76\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"padding\":\"6.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#04aeb9\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #384e76;\\\">Latest News<\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #384e76;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque magna erat, vitae ultricies eros porttitor eleifend.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Images-1.jpg\",\"alt\":\"Synagogue-Images-1\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">Building work started this week<\\/span><\\/h3>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque magna erat.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"81px\",\"lineHeight\":\"30px\",\"fontColor\":\"#093c3f\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Images-2.jpg\",\"alt\":\"Synagogue-Images-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">What\'s life like as a Jewish teenager?<\\/span><\\/h3>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque magna erat.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"81px\",\"lineHeight\":\"30px\",\"fontColor\":\"#093c3f\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Images-3.jpg\",\"alt\":\"Synagogue-Images-3\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">The life of paper in a modern world<\\/span><\\/h3>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #384e76;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque magna erat.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"81px\",\"lineHeight\":\"30px\",\"fontColor\":\"#093c3f\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2b3d5e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Keep in touch with us<\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed pellentesque magna erat, vitae ultricies eros porttitor eleifend.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official-white\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2b3d5e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2b3d5e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/synagogue\\/Synagogue-Logo.png\",\"alt\":\"Synagogue-Logo\",\"fullWidth\":false,\"width\":\"180px\",\"height\":\"208px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#04aeb9\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2b3d5e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"13px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#2b3d5e\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Get in touch\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"30px\",\"fontColor\":\"#093c3f\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"right\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"#04aeb9\",\"padding\":\"6.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#04aeb9\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#04aeb9\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#7386a7\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/synagogue/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(46,0,'Faith','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/faith\\/church-header.jpg\",\"alt\":\"church-header\",\"fullWidth\":true,\"width\":\"1036px\",\"height\":\"563px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\">Spreading Love &amp; Hope...<\\/h1><p>Duis id molestie ex. Quisque finibus magna in justo tristique pellentesque. Nulla sed leo facilisis arcu malesuada molestie vel quis dolor. Donec imperdiet condimentum odio ut elementum. Aenean nisl massa, rutrum a ullamcorper eget, molestie non erat.&nbsp;<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f3f4f4\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\">Family Faith Events<\\/h2>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/faith\\/family.jpg\",\"alt\":\"family\",\"fullWidth\":false,\"width\":\"660px\",\"height\":\"880px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p>In maximus tempus pellentesque. Nunc scelerisque ante odio, vel placerat dui fermentum efficitur. Integer vitae ex suscipit, aliquet eros vitae, ornare est. <a href=\\\"http:\\/\\/www.example.com\\\">Aenean vel dapibus nisi<\\/a>.<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2>Thoughts &amp; Prayers<\\/h2>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/faith\\/pray.jpg\",\"alt\":\"pray\",\"fullWidth\":false,\"width\":\"660px\",\"height\":\"880px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p>Donec sed vulputate ipsum. In scelerisque rutrum interdum. Donec imperdiet dignissim erat, in dictum lectus accumsan ut. <a href=\\\"http:\\/\\/www.example.com\\\">Aliquam erat volutpat.<\\/a><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\">Latest News<\\/h1>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"7px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"1px\",\"borderColor\":\"#dcdcdc\"}}},{\"type\":\"automatedLatestContent\",\"amount\":\"3\",\"contentType\":\"post\",\"terms\":[],\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#dfeaf3\",\"borderColor\":\"#00ddff\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"45px\",\"fontColor\":\"#597890\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"2px\",\"borderColor\":\"#dfeaf3\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#e7eff6\",\"padding\":\"13px\",\"borderStyle\":\"ridge\",\"borderWidth\":\"6px\",\"borderColor\":\"#597890\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#e7eff6\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/><b>Add your postal address here!<\\/b>\",\"styles\":{\"block\":{\"backgroundColor\":\"#e7eff6\"},\"text\":{\"fontColor\":\"#787878\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"14px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#787878\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Find us socially:<\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#787878\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#597890\",\"fontFamily\":\"Comic Sans MS\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#597890\",\"fontFamily\":\"Comic Sans MS\",\"fontSize\":\"18px\"},\"h3\":{\"fontColor\":\"#787878\",\"fontFamily\":\"Tahoma\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#597890\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#e7eff6\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/faith/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(47,0,'College','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/college\\/College-Logo.png\",\"alt\":\"College-Logo\",\"fullWidth\":false,\"width\":\"106px\",\"height\":\"652px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"33px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/college\\/College-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#333333\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #ffcc00;\\\"><strong>S U M M E R&nbsp; &nbsp;E D I T I O N<\\/strong><\\/span><\\/p>\\n    <h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">Graduation Day is Coming<\\/span><\\/h1>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus iaculis risus ut tincidunt. Integer gravida mauris erat, vehicula blandit velit ultrices ut.&nbsp;<\\/span><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"54px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>H E A D M A S T E R \' S&nbsp; &nbsp;B L O G<\\/strong><\\/span><\\/p>\\n    <h2 style=\\\"text-align: left;\\\"><strong><span style=\\\"color: #333333;\\\">Your hard work pays off in the future to come<\\/span><\\/strong><\\/h2>\\n    <p><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"18.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffcc00\"}}},{\"type\":\"text\",\"text\":\"<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Curabitur purus quam, semper eget nisl at, pretium fermentum ligula. Ut augue elit, congue non nisl eget, venenatis ornare ante. Aliquam erat volutpat. Maecenas facilisis eget risus vel scelerisque.<\\/p>\\n    <p><\\/p>\\n    <p>Etiam eros arcu, vestibulum at iaculis ut, iaculis nec est. Ut ut malesuada purus. Etiam sed accumsan eros, eu aliquam nisl. Nam faucibus sit amet felis at euismod. Sed efficitur varius tincidunt. Curabitur varius, nunc id interdum sodales, felis purus congue nulla, at semper orci est id mauris. Ut euismod vel dui sed mollis. Aliquam vestibulum id leo eu tristique. Etiam sit amet lacus vitae mi dignissim iaculis id ac nulla.<\\/p>\\n    <p><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/college\\/College-Image.jpg\",\"alt\":\"College-Image\",\"fullWidth\":false,\"width\":\"1200px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><\\/p>\\n    <p>Praesent mi lorem, varius sit amet mattis at, sollicitudin ac enim. Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam rhoncus tellus eleifend, accumsan magna in, imperdiet mauris. Cras a justo in lectus semper fermentum. Integer porta vel risus a varius. Aliquam nec nulla dui. Nulla congue ornare fringilla.<\\/p>\\n    <p><\\/p>\\n    <p>Nulla gravida interdum velit, nec pretium lacus placerat vel. Curabitur vitae arcu condimentum, iaculis nisl ac, viverra augue.<\\/p>\\n    <p><\\/p>\\n    <p>Etiam tincidunt justo quam, ac suscipit lectus hendrerit ac.<\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/college\\/College-Avatar.jpg\",\"alt\":\"College-Avatar\",\"fullWidth\":true,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><\\/p>\\n    <p><\\/p>\\n    <p><strong>Mr George Chalk<\\/strong><\\/p>\\n    <p>Headmaster &amp; Director<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"44px\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Need some tips and advice?&nbsp;<\\/strong><\\/p>\\n    <p>Here\'s the latest updates from our blog:<\\/p>\\n    <p><\\/p>\\n    <p><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">7 ways to destress before an exam even starts<\\/a><\\/p>\\n    <p><\\/p>\\n    <p><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Focussing on the right content is key to being successful<\\/a><\\/p>\\n    <p><\\/p>\\n    <p><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Getting a degree is only the start of the battle<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffcc00;\\\"><strong><\\/strong><\\/span><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><span>&nbsp;|&nbsp;<\\/span><a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/><span>Add your postal address here!<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/college\\/College-Logo.png\",\"alt\":\"College-Logo\",\"fullWidth\":false,\"width\":\"106px\",\"height\":\"652px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Playfair Display\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Playfair Display\",\"fontSize\":\"30px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Open Sans\",\"fontSize\":\"24px\"},\"link\":{\"fontColor\":\"#447c9d\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"18.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffcc00\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/college/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(48,0,'Renewable Energy','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#313f58\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #fdb323;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #fdb323;\\\">View in browser &gt;<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#016fc1\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Logo.png\",\"alt\":\"Energy-Logo\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"145px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Linkedin.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">2018 Energy Report<\\/span><\\/strong><\\/h1>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse maximus purus vel sem rutrum pulvinar. Pellentesque at justo id ipsum porttitor viverra non porta nisl.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read it here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#fdb323\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"135px\",\"lineHeight\":\"44px\",\"fontColor\":\"#2e2e2e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"197px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\"><strong>R E C E N T<\\/strong><\\/span><\\/p>\\n    <h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #003366;\\\"><strong>Here\'s what\'s happening this week<\\/strong><\\/span><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Image-1.jpg\",\"alt\":\"Energy-Image-1\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #003366;\\\"><strong>How can electricity be better?<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#fdb323\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"30px\",\"fontColor\":\"#2e2e2e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Image-2.jpg\",\"alt\":\"Energy-Image-2\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #003366;\\\"><strong>Nuclear power for newcomers<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#fdb323\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"30px\",\"fontColor\":\"#2e2e2e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Image-3.jpg\",\"alt\":\"Energy-Image-3\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #003366;\\\"><strong>Saving the planet, one trip at a time<\\/strong><\\/span><\\/h3>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#fdb323\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"30px\",\"fontColor\":\"#2e2e2e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Image-Tall.jpg\",\"alt\":\"Energy-Image-Tall\",\"fullWidth\":true,\"width\":\"600px\",\"height\":\"900px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>S P O N S O R E D<\\/strong><\\/span><\\/p>\\n    <h2><span style=\\\"color: #003366;\\\"><strong>Control your heating and your spending with our amazing app<\\/strong><\\/span><\\/h2>\\n    <p><span style=\\\"color: #003366;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse maximus purus vel sem rutrum pulvinar.&nbsp;<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/CityNews-GoogleDownload.png\",\"alt\":\"CityNews-GoogleDownload\",\"fullWidth\":false,\"width\":\"130px\",\"height\":\"168px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/CityNews-AppleDownload.png\",\"alt\":\"CityNews-AppleDownload\",\"fullWidth\":false,\"width\":\"130px\",\"height\":\"168px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#313f58\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/renewable-energy\\/Energy-Logo.png\",\"alt\":\"Energy-Logo\",\"fullWidth\":true,\"width\":\"134px\",\"height\":\"145px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Linkedin.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}]},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #fdb323;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #fdb323;\\\">Unsubscribe<\\/a>&nbsp;|&nbsp;<a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #fdb323;\\\">Manage your subscription<\\/a><\\/span><br \\/><span style=\\\"color: #999999;\\\">Add your postal address here!<\\/span><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#2ea1cd\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#313f58\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#fdb323\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"30px\",\"fontColor\":\"#2e2e2e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Linkedin.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/renewable-energy/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(49,0,'Primary School','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#cae7f2\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><strong><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/strong><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#e63729\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-Logo.png\",\"alt\":\"PrimarySchool-Logo\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"652px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"33px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e63729\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\"><a href=\\\"http:\\/\\/mailpoet-sg.com\\\" style=\\\"color: #ffffff;\\\">News &amp; Events<\\/a><\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\"><a href=\\\"http:\\/\\/mailpoet-sg.com\\\" style=\\\"color: #ffffff;\\\">Parent Information<\\/a><\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\"><a href=\\\"http:\\/\\/mailpoet-sg.com\\\" style=\\\"color: #ffffff;\\\">Scho<\\/a><a href=\\\"http:\\/\\/mailpoet-sg.com\\\" style=\\\"color: #ffffff;\\\">ol Calendar<\\/a><\\/span><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-WideImage-1.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c23a3a\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">Welcome back everyone!<\\/span><\\/strong><\\/h1>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna.<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-Avatar.png\",\"alt\":\"PrimarySchool-Avatar\",\"fullWidth\":false,\"width\":\"80px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><em><span style=\\\"color: #ffffff;\\\">Dr Angela Boyd - Director of Schooling<\\/span><\\/em><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>The new school year is here<\\/strong><\\/span><\\/h1>\\n    <p style=\\\"text-align: left;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna. <\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span><\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span>Sed dui sapien, congue non accumsan euismod, ultrices ut dui. Ut sapien arcu, interdum pharetra enim at, porttitor viverra nisi. Suspendisse potenti.&nbsp;<\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"4px\",\"borderColor\":\"#e63729\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-CopyImage.jpg\",\"alt\":\"PrimarySchool-CopyImage\",\"fullWidth\":false,\"width\":\"1000px\",\"height\":\"583px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Essentials for your bag<\\/strong><\\/span><\\/h2>\\n    <p style=\\\"text-align: left;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna. <\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get the kit\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e63729\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-School.png\",\"alt\":\"PrimarySchool-School\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"512px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Class Lists\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e63729\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"38px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Payments\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#43772f\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"38px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Schedule\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#408bb6\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"38px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e63729\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">Everything is social!<\\/span><\\/strong><\\/h1>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#cae7f2\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/primary-school\\/PrimarySchool-Logo.png\",\"alt\":\"PrimarySchool-Logo\",\"fullWidth\":false,\"width\":\"110px\",\"height\":\"652px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#e63729\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#cae7f2\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Get the kit\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#e63729\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"4px\",\"borderColor\":\"#e63729\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#e63729\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#e63729\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/primary-school/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(50,0,'Computer Repair','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1c00af\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #999999;\\\">View this in your browser.<\\/a><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1c00af\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/computer-repair\\/ComputerRepair-Logo.png\",\"alt\":\"ComputerRepair-Logo\",\"fullWidth\":true,\"width\":\"408px\",\"height\":\"97px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"34px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong>TIRED OF SCREENS&nbsp;LIKE THIS?<\\/strong><\\/h1>\\n    <p style=\\\"text-align: center;\\\"><em>Don\'t panic!&nbsp;We\'re here to help! <\\/em><\\/p>\\n    <p style=\\\"text-align: center;\\\"><\\/p>\\n    <p style=\\\"text-align: center;\\\">Come on down to our nearest store and we\'ll be happy to take a look at your computer and help get you back up and running again in no time.<\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"14px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"http:\\/\\/mailpoet-sg.com\\/wp-admin\\/http:\\\">Computer Repair<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"http:\\/\\/mailpoet-sg.com\\/wp-admin\\/http:\\\">Help &amp; Support<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"http:\\/\\/mailpoet-sg.com\\/wp-admin\\/http:\\\">Call Us Now<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/computer-repair\\/ComputerRepair-Image-2.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1c00af\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"42px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Check out our locations<\\/strong><\\/h2>\\n    <p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce dapibus iaculis risus ut tincidunt.<\\/p>\"},{\"type\":\"button\",\"text\":\"View locations\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#f8f8f8\",\"borderWidth\":\"3px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/computer-repair\\/ComputerRepair-Logo.png\",\"alt\":\"ComputerRepair-Logo\",\"fullWidth\":true,\"width\":\"254px\",\"height\":\"97px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><span>&nbsp;|&nbsp;<\\/span><a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Linkedin.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 12px;\\\">Add your address here<\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#1c00af\"},\"body\":{\"backgroundColor\":\"#1c00af\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"View locations\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"borderColor\":\"#f8f8f8\",\"borderWidth\":\"3px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"16.5px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#ffffff\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"linkedin\",\"link\":\"http:\\/\\/www.linkedin.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Linkedin.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"LinkedIn\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/computer-repair/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(51,0,'Yoga Studio','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#1e2937\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/yoga_studio\\/yoga-1.png\",\"alt\":\"yoga-1\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"740px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Here\'s your classes for this week:<\\/strong><\\/h2>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong><span style=\\\"color: #83bd31;\\\"><em>Weekdays<\\/em><\\/span><\\/strong><\\/h3>\\n                      <p><strong>Monday<\\/strong>: 7am, 9am, 11am, 3pm and 5pm.<\\/p>\\n                      <p><strong>Tuesday<\\/strong>: 7am, 9am, 11am, 3pm and 5pm.<\\/p>\\n                      <p><strong>Wednesday<\\/strong>: 7am, 9am, 11am, 3pm and 5pm.<\\/p>\\n                      <p><strong>Thursday<\\/strong>:&nbsp;CLOSED FOR PRIVATE CLASS.<\\/p>\\n                      <p><strong>Friday<\\/strong>: 7am, 9am, 11am,&nbsp;and 3pm.<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong><span style=\\\"color: #83bd31;\\\"><em>Weekend<\\/em><\\/span><\\/strong><\\/h3>\\n                      <p><strong>Saturday<\\/strong>: 7am, 9am, 11am, 3pm and 5pm.<\\/p>\\n                      <p><strong>Sunday<\\/strong>: 7am, 9am, 11am, 3pm and 5pm.<\\/p>\\n                      <p><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"22px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#d5d5d5\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"font-weight: 600;\\\">Meet the instructors<\\/span><\\/h3>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/yoga_studio\\/yoga-person-1.png\",\"alt\":\"yoga-person-1\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #83bd31;\\\"><span style=\\\"font-weight: 600;\\\">Maria Smith<\\/span><\\/span><\\/h3>\\n                      <p style=\\\"text-align: center;\\\">Nullam hendrerit feugiat feugiat. Praesent mollis ante lacus, quis tempor leo sagittis vel. Donec sagittis eros at felis venenatis ultricies.<\\/p>\"},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#83bd31\",\"borderColor\":\"#83bd31\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/yoga_studio\\/yoga-person-2.png\",\"alt\":\"yoga-person-2\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #83bd31;\\\"><span style=\\\"font-weight: 600;\\\">Fiona&nbsp;Davies<\\/span><\\/span><\\/h3>\\n                      <p style=\\\"text-align: center;\\\">Nullam hendrerit feugiat feugiat. Praesent mollis ante lacus, quis tempor leo sagittis vel. Donec sagittis eros at felis venenatis ultricies.<\\/p>\"},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#83bd31\",\"borderColor\":\"#83bd31\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/yoga_studio\\/yoga-person-3.png\",\"alt\":\"yoga-person-3\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #83bd31;\\\"><span style=\\\"font-weight: 600;\\\">Matthew&nbsp;Johnson<\\/span><\\/span><\\/h3>\\n                       <p style=\\\"text-align: center;\\\">Nullam hendrerit feugiat feugiat. Praesent mollis ante lacus, quis tempor leo sagittis vel. Donec sagittis eros at felis venenatis ultricies.<\\/p>\"},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#83bd31\",\"borderColor\":\"#83bd31\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"31px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#83bd31\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<p><strong>Pose of the week:<\\/strong><\\/p>\\n                      <h2>Virabhadrasana I<\\/h2>\\n                      <p>The myth is that the powerful priest Daksha made a great yagna (ritual sacrifice) but did not invite his youngest daughter Sati and her husband Shiva, the supreme ruler of the universe. Sati found out and decided to go alone to the yagna.<\\/p>\\n                      <p><\\/p>\\n                      <p>When she arrived, Sati entered into an argument with her father. Unable to withstand his insults, she spoke a vow to her father, &ldquo;Since it was you who gave me this body, I no longer wish to be associated with it.&rdquo;<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/yoga_studio\\/yoga-pose.png\",\"alt\":\"yoga-pose\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"font-weight: 600;\\\">Quote of the week<\\/span><\\/h3>\"},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><em>Be a lamp to yourself. Be your own confidence. Hold on to the truth within yourself as to the only truth.<\\/em><\\/h2>\\n                      <p style=\\\"text-align: center;\\\"><span style=\\\"font-family: Arial, sans-serif; font-size: 14px; text-align: center; color: #999999;\\\">Buddha<\\/span><em><\\/em><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#d5d5d5\",\"padding\":\"15px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#b3b3b3\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#d5d5d5\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/yoga_studio\\/yoga-logo-small.png\",\"alt\":\"yoga-logo-small\",\"fullWidth\":false,\"width\":\"50px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 13px; text-align: center;\\\"><strong>Yoga Studio<\\/strong><\\/p>\\n                      <p style=\\\"font-size: 11px; text-align: center;\\\">Address Line 1<\\/p>\\n                      <p style=\\\"font-size: 11px; text-align: center;\\\">Address Line 2<\\/p>\\n                      <p style=\\\"font-size: 11px; text-align: center;\\\">City\\/Town<\\/p>\\n                      <p style=\\\"font-size: 11px; text-align: center;\\\">Country<\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><\\/p><p><a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"11px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#000000\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"#d5d5d5\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#1e2937\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\"},\"h1\":{\"fontColor\":\"#1e2937\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#1e2937\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#1e2937\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#83bd31\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#1e2937\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/yoga_studio/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(52,0,'Retro','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro\\/1980s-Header.jpg\",\"alt\":\"1980s-Header\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"740px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><strong>Welcome back !<\\/strong><\\/h2>\\n<p style=\\\"text-align: left;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.<\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#f36543\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro\\/1980s-Download-1.jpg\",\"alt\":\"1980s-Download-1\",\"fullWidth\":false,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong>Free Retro-Futuristic Font<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Download Here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f36543\",\"borderColor\":\"#f36543\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro\\/1980s-Download-2.jpg\",\"alt\":\"1980s-Download-2\",\"fullWidth\":false,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><span style=\\\"font-weight: 600;\\\">New UI Kit now available<\\/span><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Download Here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f36543\",\"borderColor\":\"#f36543\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro\\/1980s-Download-3.jpg\",\"alt\":\"1980s-Download-3\",\"fullWidth\":false,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3><strong>Free&nbsp;Retro Patterns<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Download Here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#f36543\",\"borderColor\":\"#f36543\",\"borderWidth\":\"1px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#12233c\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/retro\\/1980s-Footer.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"140px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Retro Downloads<\\/span><\\/h1>\\n<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">To Your Inbox<\\/span><\\/h1>\\n<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Every Week<\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"120px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#12233c\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#12223b\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#f36543\",\"textDecoration\":\"underline\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#12233c\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Verdana\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#008282\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#12233c\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#f36543\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"140px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/retro/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(53,0,'Charity','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#7bc9ee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/charity\\/header-bg.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/charity\\/charity-logo.png\",\"alt\":\"charity-logo\",\"fullWidth\":false,\"width\":\"240px\",\"height\":\"103px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"43px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><span style=\\\"color: #a6d2d2;\\\">Charity Number: 09238923<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/charity\\/charity-header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"45px\"}}},{\"type\":\"text\",\"text\":\"<h1><strong><span style=\\\"color: #ffffff;\\\">We need your help<\\/span><\\/strong><\\/h1>\"},{\"type\":\"text\",\"text\":\"<h3><span style=\\\"color: #ffffff;\\\">For just $5 a month, you can help people around the world that are in desperate need of fresh, clean water.<\\/span><\\/h3>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"80px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>It only takes 5 minutes to help someone in need<\\/strong><\\/span><\\/h2>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra diam semper, vulputate eros quis, sagittis ipsum. Vivamus ullamcorper sapien at sapien maximus, nec venenatis sapien tincidunt. Duis viverra imperdiet magna, a facilisis diam scelerisque at. Nunc at quam ligula. Nullam ut magna velit.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Start Helping Now\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#05a0e8\",\"borderColor\":\"#05a0e8\",\"borderWidth\":\"1px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"241px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#7bc9ee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Noah\'s Story<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#7bc9ee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/charity\\/Charity-Child.png\",\"alt\":\"Charity-Child\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"200px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra diam semper, vulputate eros quis, sagittis ipsum. Vivamus ullamcorper sapien at sapien maximus, nec venenatis sapien tincidunt. <\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><span>Duis viverra imperdiet magna, a facilisis diam scelerisque at. Nunc at quam ligula. Nullam ut magna velit.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#7bc9ee\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/charity\\/Charity-Video.jpg\",\"alt\":\"Charity-Video\",\"fullWidth\":false,\"width\":\"1280px\",\"height\":\"760px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/charity\\/Charity-Logo-Small.png\",\"alt\":\"Charity-Logo-Small\",\"fullWidth\":false,\"width\":\"407px\",\"height\":\"82px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px;\\\"><span style=\\\"color: #000000;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #000000;\\\">Unsubscribe<\\/a>&nbsp;|&nbsp;<a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #000000;\\\">Manage your subscription<\\/a><\\/span><br \\/><span style=\\\"color: #000000;\\\">Add your postal address here!<\\/span><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#05a0e8\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#7bc9ee\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"80px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/charity/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(54,0,'City News','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #999999;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #999999;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#000000\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"70px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-Logo.png\",\"alt\":\"CityNews-Logo\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"178px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>[date:mtext] [date:y]<\\/strong><\\/span><\\/h1>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">N E W S L E T T E R<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"22px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong><span><\\/span><\\/strong><\\/span><span style=\\\"color: #999999;\\\"><strong>TOP STORY<\\/strong><\\/span><\\/p>\\n    <h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Park opens to all within the community<\\/strong><\\/span><\\/h2>\\n    <p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ac maximus justo. Phasellus ullamcorper, enim at eleifend malesuada, risus purus interdum arcu, sed porttitor erat diam a neque.&nbsp;<\\/span><\\/p>\\n    <p><span style=\\\"color: #333333;\\\"><\\/span><\\/p>\\n    <p><strong><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Read full article &gt;<\\/a><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-Images-1.jpg\",\"alt\":\"CityNews-Images-1\",\"fullWidth\":true,\"width\":\"600px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-ThinImages-1.jpg\",\"alt\":\"CityNews-ThinImages-1\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"300px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>EVENTS<\\/strong><\\/span><\\/p>\\n    <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Christmas Market opening soon<\\/strong><\\/span><\\/h3>\\n    <p><strong><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Read full article &gt;<\\/a><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-ThinImages-2.jpg\",\"alt\":\"CityNews-ThinImages-2\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"300px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>HEALTHCARE<\\/strong><\\/span><\\/p>\\n    <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Hospitals brace for cuts to services<\\/strong><\\/span><\\/h3>\\n    <p><strong><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Read full article &gt;<\\/a><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-ThinImages-3.jpg\",\"alt\":\"CityNews-ThinImages-3\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"300px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>WEATHER<\\/strong><\\/span><\\/p>\\n    <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Dry heat has a high chance to cause fires<\\/strong><\\/span><\\/h3>\\n    <p><strong><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Read full article &gt;<\\/a><\\/strong><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-ThinImages-4.jpg\",\"alt\":\"CityNews-ThinImages-4\",\"fullWidth\":false,\"width\":\"600px\",\"height\":\"300px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #999999;\\\"><strong>ARTS<\\/strong><\\/span><\\/p>\\n    <h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Local theatre to stage dramatic new play<\\/strong><\\/span><\\/h3>\\n    <p><strong><a href=\\\"http:\\/\\/mailpoet-sg.com\\\">Read full article &gt;<\\/a><\\/strong><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-Phone.png\",\"alt\":\"CityNews-Phone\",\"fullWidth\":false,\"width\":\"162px\",\"height\":\"679px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Download the CityNews app<\\/strong><\\/span><\\/h3>\\n    <p><span style=\\\"color: #d1d1d1;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Phasellus ac maximus justo. Phasellus ullamcorper, enim at eleifend malesuada, risus purus interdum arcu, sed porttitor erat diam a neque.&nbsp;<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-GoogleDownload.png\",\"alt\":\"CityNews-GoogleDownload\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"168px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-AppleDownload.png\",\"alt\":\"CityNews-AppleDownload\",\"fullWidth\":false,\"width\":\"150px\",\"height\":\"168px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#4b4b4b\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/city-local-news\\/CityNews-Logo.png\",\"alt\":\"CityNews-Logo\",\"fullWidth\":false,\"width\":\"122px\",\"height\":\"178px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #999999;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #999999;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #999999;\\\">Manage your subscription<\\/a><\\/span><br \\/><span style=\\\"color: #ffffff;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#252525\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#f8f8f8\"},\"body\":{\"backgroundColor\":\"#252525\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#4b4b4b\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"left\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#4b4b4b\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"posts\",\"offset\":0,\"terms\":[],\"search\":\"\"},\"social\":{\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/city-local-news/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(55,0,'Coffee','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Logo-1.png\",\"alt\":\"Coffee-Logo-1\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #000000;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #000000;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Header.jpg\",\"alt\":\"Coffee-Header\",\"fullWidth\":false,\"width\":\"1280px\",\"height\":\"260px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/coffee.gif\",\"alt\":\"coffee\",\"fullWidth\":true,\"width\":\"660px\",\"height\":\"371px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>We\'ve got some new blends, just for you.<\\/strong><\\/h2>\\n<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas. Suspendisse felis felis, tempor id convallis in, tincidunt quis nisi. Morbi dolor elit, maximus et velit quis, fermentum porta lectus. Nulla odio est, tempus vitae nunc sit amet, fermentum tristique lacus. In bibendum fringilla cursus.<\\/p>\"},{\"type\":\"button\",\"text\":\"Check Them Out\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#6fb910\",\"borderColor\":\"#6fb910\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"150px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#d6d6d6\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Mid.jpg\",\"alt\":\"Coffee-Mid\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"411px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#eaeaea\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"#eaeaea\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas. Suspendisse felis felis, tempor id convallis in, tincidunt quis nisi.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><span> Morbi dolor elit, maximus et velit quis, fermentum porta lectus. Nulla odio est, tempus vitae nunc sit amet, fermentum tristique lacus. In bibendum fringilla cursus.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas. Suspendisse felis felis, tempor id convallis in, tincidunt quis nisi.<\\/span><\\/p>\\n<p><span><\\/span><\\/p>\\n<p><span>Morbi dolor elit, maximus et velit quis, fermentum porta lectus. Nulla odio est, tempus vitae nunc sit amet, fermentum tristique lacus. In bibendum fringilla cursus.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Interested in upgrading your subscription?<\\/strong><\\/h2>\\n<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\\n<p style=\\\"text-align: center;\\\">Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.<\\/p>\"},{\"type\":\"button\",\"text\":\"Get Started\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#6fb910\",\"borderColor\":\"#6fb910\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"118px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#d6d6d6\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Latest News<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Cup.jpg\",\"alt\":\"Coffee-Cup\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6fb910;\\\"><strong>Capsule MFG Launches Upgraded Line of Modular Coffee Bars<\\/strong><\\/span><\\/p>\\n<p style=\\\"text-align: left;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\\n<p style=\\\"text-align: left;\\\">Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.<\\/p>\\n<p style=\\\"text-align: left;\\\"><\\/p>\\n<p><span style=\\\"color: #6fb910;\\\"><strong><a href=\\\"http:\\/\\/mailpoet.info\\/\\\" style=\\\"color: #6fb910;\\\">Read more<\\/a><\\/strong><\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Cup.jpg\",\"alt\":\"Coffee-Cup\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6fb910;\\\"><strong>British-Designed Niche Zero Aims to Leave No Grind Behind<\\/strong><\\/span><\\/p>\\n<p style=\\\"text-align: left;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\\n<p style=\\\"text-align: left;\\\">Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.<\\/p>\\n<p style=\\\"text-align: left;\\\"><\\/p>\\n<p><strong><span style=\\\"color: #6fb910;\\\"><a href=\\\"http:\\/\\/mailpoet.info\\/\\\" style=\\\"color: #6fb910;\\\">Read more<\\/a><\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"http:\\/\\/mailpoet.info\\/cutting-through-the-smog-what-to-do-to-fight-air-pollution\\/\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Cup.jpg\",\"alt\":\"Coffee-Cup\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span style=\\\"color: #6fb910;\\\"><strong>Boyd&rsquo;s Being Acquired by Farmer Bros for Approximately $58.6M<\\/strong><\\/span><\\/p>\\n<p style=\\\"text-align: left;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/p>\\n<p style=\\\"text-align: left;\\\">Integer vehicula magna sit amet lorem venenatis, quis condimentum odio egestas.<\\/p>\\n<p style=\\\"text-align: left;\\\"><\\/p>\\n<p><strong><span style=\\\"color: #6fb910;\\\"><a href=\\\"http:\\/\\/mailpoet.info\\/\\\" style=\\\"color: #6fb910;\\\">Read more<\\/a><\\/span><\\/strong><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"22.5px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#d6d6d6\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/coffee\\/Coffee-Logo-1.png\",\"alt\":\"Coffee-Logo-1\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #000000;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #000000;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #000000;\\\">Manage your subscription<\\/a><\\/span><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#0f0f0f\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/coffee/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(56,0,'Vlogger','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#aaaaaa\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f3ba25\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"180px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center; font-size: 80px;\\\"><span style=\\\"color: #ffffff;\\\"><strong>STACEY<\\/strong><\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"145px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#5527a6\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Vlogging About Beauty, Fashion, Life Hacks &amp; My Life<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-Youtube.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#7b0000\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"63px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 11px;\\\"><span style=\\\"color: #ffffff;\\\">L A T E S T&nbsp; V I D E O<\\/span><\\/p>\\n    <h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Roses are red...<\\/strong><\\/span><\\/h1>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-PlayButton.png\",\"alt\":\"Vlogger-PlayButton\",\"fullWidth\":false,\"width\":\"50px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e9e9e9\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-Images-1.jpg\",\"alt\":\"Vlogger-Images-1\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Mixing it up<\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-Images-2.jpg\",\"alt\":\"Vlogger-Images-2\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Front row seats!<\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-Images-3.jpg\",\"alt\":\"Vlogger-Images-3\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\">Max has a birthday!<\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e9e9e9\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"Check out all my latest videos\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#5527a6\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"225px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/vlogger\\/Vlogger-WhoAmI.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"109px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #5527a6;\\\"><strong>This is my story<\\/strong><\\/span><\\/h1>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><\\/span><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Go to my Youtube Page\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#5527a6\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"183px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"71px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#5527a6\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Never miss a thing<\\/strong><\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official-white\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#3a147d\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"32px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong><span style=\\\"color: #ffffff;\\\">STACEY<\\/span><\\/strong><\\/h3>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#9d82cd\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#5527a6\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#5527a6\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"225px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#ffffff\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#9d82cd\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"32px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#aaaaaa\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/vlogger/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(57,0,'Birds','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#26b6cf\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Logo-1.png\",\"alt\":\"Birds-Logo\",\"fullWidth\":false,\"width\":\"178px\",\"height\":\"127px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#12616f\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Header-2.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"112px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\"><strong>New Season<\\/strong><\\/span><\\/h1>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut in mattis neque.&nbsp;<\\/span><span style=\\\"color: #ffffff;\\\">Quisque sed massa eu tellus efficitur dictum at sed augue.&nbsp;<span>Ut in mattis neque.<\\/span><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read the whole story\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#26b6cf\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"159px\",\"lineHeight\":\"37px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"90px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-1.jpg\",\"alt\":\"Birds-Images-1\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"53px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Puffin Sightings<\\/strong><\\/h3>\\n    <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Ut in mattis neque. Quisque sed massa eu tellus efficitur dictum at sed augue.&nbsp;<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#26b6cf\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"82px\",\"lineHeight\":\"29px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>This month\'s best pictures<\\/strong><\\/h3>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-6.jpg\",\"alt\":\"Birds-Images-6\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-7.jpg\",\"alt\":\"Birds-Images-7\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-5.jpg\",\"alt\":\"Birds-Images-5\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-2.jpg\",\"alt\":\"Birds-Images-2\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-3.jpg\",\"alt\":\"Birds-Images-3\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Images-4.jpg\",\"alt\":\"Birds-Images-4\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/580b57fbd9996e24bc43bb61.png\",\"alt\":\"580b57fbd9996e24bc43bb61\",\"fullWidth\":true,\"width\":\"671px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong><span style=\\\"color: #ffffff;\\\">Tweeting isn\'t just for birds...<\\/span><\\/strong><\\/h3>\\n    <p><span style=\\\"color: #ffffff;\\\">We love to hear your thoughts about this newsletter, as well as being able to share your amazing pictures with us. Use the hashtag <strong>#birdwatch<\\/strong> and we\'ll share the best pictures here each month.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official-white\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#26b6cf\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#26b6cf\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/birds\\/Birds-Logo-1.png\",\"alt\":\"Birds-Logo\",\"fullWidth\":false,\"width\":\"164px\",\"height\":\"127px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#147080\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#12616f\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Roboto\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Roboto\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#3d3d3d\",\"fontFamily\":\"Roboto\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#222222\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#26b6cf\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"82px\",\"lineHeight\":\"29px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"#2d4b50\",\"padding\":\"5.5px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"4px\",\"borderColor\":\"#4a6b70\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#147080\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#12616f\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"112px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#12616f\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/birds/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(58,0,'Engineering','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#1d1d1d\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/engineering\\/Engineering-Logo.png\",\"alt\":\"Engineering-Logo\",\"fullWidth\":true,\"width\":\"150px\",\"height\":\"506px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #808080;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #808080;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/engineering\\/Engineering-Header-1.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"295px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><em><span style=\\\"color: #ffffff;\\\">Let your dreams take flight...<\\/span><\\/em><\\/strong><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/engineering\\/Engineering-Bearing.png\",\"alt\":\"Engineering-Bearing\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">The all-new RoundBros 6206 ball bearing.<\\/span><\\/strong><\\/h2>\\n    <p><span style=\\\"color: #cccccc;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum. Donec vel purus urna. Sed dui sapien, congue non accumsan euismod, ultrices ut dui.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#1d1d1d\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"3px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"134px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><em><span style=\\\"color: #ffffff;\\\">...and stay grounded in safety<\\/span><\\/em><\\/strong><\\/h1>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/engineering\\/Engineering-Footer-c.jpg\",\"alt\":\"Engineering-Footer-c\",\"fullWidth\":true,\"width\":\"928px\",\"height\":\"661px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2><strong><span style=\\\"color: #ffffff;\\\">Bearing sets are back in stock for a limited time!<\\/span><\\/strong><\\/h2>\\n    <p><span style=\\\"color: #cccccc;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus ac orci neque. Sed hendrerit condimentum augue, sed porta nulla vulputate rutrum.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#1d1d1d\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"3px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"134px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/engineering\\/Engineering-Bearing-2.png\",\"alt\":\"Engineering-Bearing-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"574px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"2px\",\"borderColor\":\"#424242\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/engineering\\/Engineering-Logo.png\",\"alt\":\"Engineering-Logo\",\"fullWidth\":true,\"width\":\"100px\",\"height\":\"506px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a><\\/p>\\n    <p><a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/><span style=\\\"color: #999999;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#5aa9cc\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Roboto\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Roboto\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#1d1d1d\"},\"body\":{\"backgroundColor\":\"#1d1d1d\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#1d1d1d\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"3px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"134px\",\"lineHeight\":\"33px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"2px\",\"borderColor\":\"#424242\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#5aa9cc\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/engineering/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(59,0,'Branding Agency News','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #808080;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #808080;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/Branding-Logo.png\",\"alt\":\"Branding-Logo\",\"fullWidth\":false,\"width\":\"122px\",\"height\":\"117px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><span style=\\\"color: #bdbdbd;\\\"><strong>B I G&nbsp; N E W S<\\/strong><\\/span><\\/p>\\n    <h1>Branded is getting a refresh<\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/Branding-Image01.jpg\",\"alt\":\"Branding-Image01\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<p><span style=\\\"color: #999999;\\\"><strong><\\/strong><\\/span><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eu quam risus. Quisque tempor sodales tortor. Cras enim orci, bibendum vitae sollicitudin porttitor, eleifend eu metus. Aliquam a fringilla libero. Vivamus turpis orci, viverra in vehicula vitae, imperdiet et ex. Orci varius natoque penatibus et magnis dis parturient montes, nascetur ridiculus mus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"> Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"20px\",\"fontColor\":\"#0e0e0e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#dfdfdf\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>Design starts with a pencil and paper<\\/h3>\\n    <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eu quam risus. Quisque tempor sodales tortor.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"> Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"20px\",\"fontColor\":\"#0e0e0e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/Branding-Image02.jpg\",\"alt\":\"Branding-Image02\",\"fullWidth\":false,\"width\":\"540px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3>How television has impacted branding<\\/h3>\\n    <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam eu quam risus. Quisque tempor sodales tortor.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"> Read more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"20px\",\"fontColor\":\"#0e0e0e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/Branding-Image03.jpg\",\"alt\":\"Branding-Image03\",\"fullWidth\":false,\"width\":\"1200px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\">Some of our recent branding<\\/h3>\\n    <p style=\\\"text-align: center;\\\">Looking for some work from us? Get in touch and we\'ll see what we can do.<\\/p>\"},{\"type\":\"button\",\"text\":\"Get in touch here >\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"157px\",\"lineHeight\":\"20px\",\"fontColor\":\"#0e0e0e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/greens-food-suppliers.png\",\"alt\":\"greens-food-suppliers\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"418px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/james-and-sons.png\",\"alt\":\"james-and-sons\",\"fullWidth\":false,\"width\":\"156px\",\"height\":\"692px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/fast-banana.png\",\"alt\":\"fast-banana\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"325px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/space-cube.png\",\"alt\":\"space-cube\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"487px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/the-dance-studio.png\",\"alt\":\"the-dance-studio\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"365px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/yoga-baby.png\",\"alt\":\"yoga-baby\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"248px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/beauty-box.png\",\"alt\":\"beauty-box\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"304px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/cheshire-county-hygiene-services.png\",\"alt\":\"cheshire-county-hygiene-services\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"393px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/crofts-accountants.png\",\"alt\":\"crofts-accountants\",\"fullWidth\":false,\"width\":\"900px\",\"height\":\"229px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#eeeeee\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"44px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/branding-agency-news\\/Branding-Logo.png\",\"alt\":\"Branding-Logo\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"117px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/><span style=\\\"color: #808080;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#222222\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"30px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"24px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#eeeeee\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Get in touch here >\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#ffffff\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"157px\",\"lineHeight\":\"20px\",\"fontColor\":\"#0e0e0e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#dfdfdf\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#222222\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/branding-agency-news/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(60,0,'WordPress Theme','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b8dae3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arvo\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#222222\",\"textDecoration\":\"none\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#051137\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#051137\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/word-press-theme\\/Wordpress-Logo.png\",\"alt\":\"Wordpress-Logo\",\"fullWidth\":false,\"width\":\"260px\",\"height\":\"177px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"22px\"}}},{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/word-press-theme\\/Wordpress-Header-b.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#2d557f\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">ThemeZone presents...<\\/span><\\/h3>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/word-press-theme\\/Wordpress-Header-img.png\",\"alt\":\"Wordpress-Header-img\",\"fullWidth\":false,\"width\":\"1134px\",\"height\":\"898px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">The Winter Theme Bundle<\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida.<\\/span><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Take a look\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#1e986a\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"132px\",\"lineHeight\":\"50px\",\"fontColor\":\"#1a4f66\",\"fontFamily\":\"Arvo\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"44px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Fully customisable and ready to use<\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida.<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/word-press-theme\\/Wordpress-Image-1.jpg\",\"alt\":\"Wordpress-Image-1\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"340px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\">Beautiful,&nbsp;simple design<\\/span><\\/h2>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/word-press-theme\\/Wordpress-Image-2.jpg\",\"alt\":\"Wordpress-Image-2\",\"fullWidth\":true,\"width\":\"541px\",\"height\":\"454px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#051137\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Installation is super easy<\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida.<\\/span><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#051137\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #2ecd91;\\\"><strong>1<\\/strong><\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/span><\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #2ecd91;\\\"><strong><span>2<\\/span><\\/strong><\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/span><\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #2ecd91;\\\"><strong><span>3<\\/span><\\/strong><\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit.<\\/span><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#051137\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b8dae3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b8dae3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/word-press-theme\\/Wordpress-Logo-Footer.png\",\"alt\":\"Wordpress-Logo-Footer\",\"fullWidth\":false,\"width\":\"190px\",\"height\":\"177px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arvo\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#051137\",\"textDecoration\":\"underline\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arvo\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arvo\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arvo\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arvo\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#b8dae3\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Take a look\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#1e986a\",\"borderWidth\":\"0px\",\"borderRadius\":\"40px\",\"borderStyle\":\"solid\",\"width\":\"132px\",\"lineHeight\":\"50px\",\"fontColor\":\"#1a4f66\",\"fontFamily\":\"Arvo\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"dotted\",\"borderWidth\":\"4px\",\"borderColor\":\"#21377e\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arvo\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#051137\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"email\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Email.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Email\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arvo\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#222222\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/word-press-theme/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(61,0,'Drone','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#242424\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#070707\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/drone\\/Drone-Logo.png\",\"alt\":\"Drone-Logo\",\"fullWidth\":false,\"width\":\"138px\",\"height\":\"228px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">TAKE TO THE SKIES<\\/span><\\/strong><\\/h1>\"},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #f0f0f0;\\\">The Frontier 7S is the world&rsquo;s first<\\/span><\\/h3>\\n<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #f0f0f0;\\\">mind-controlled aerial drone<\\/span><\\/h3>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/drone\\/Drone-Header.jpg\",\"alt\":\"Drone-Header\",\"fullWidth\":false,\"width\":\"470px\",\"height\":\"462px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"39px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Fly with your mind<\\/strong><\\/h2>\\n<p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra diam semper, vulputate eros quis, sagittis ipsum. Vivamus ullamcorper sapien at sapien maximus, nec venenatis sapien tincidunt. Duis viverra imperdiet magna, a facilisis diam scelerisque at. Nunc at quam ligula. Nullam ut magna velit.<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/drone\\/Drone-Image-1.jpg\",\"alt\":\"Drone-Image-1\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"55px\"}}},{\"type\":\"text\",\"text\":\"<h2><strong>Ready to travel to you<\\/strong><\\/h2>\\n<p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis pharetra diam semper, vulputate eros quis, sagittis ipsum. Vivamus ullamcorper sapien at sapien maximus, nec venenatis sapien tincidunt.<\\/p>\"},{\"type\":\"button\",\"text\":\"Find Out More\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#000000\",\"borderColor\":\"#000000\",\"borderWidth\":\"1px\",\"borderRadius\":\"10px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#080808\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #ffffff;\\\">Don\'t just take our word for it...<\\/span><\\/strong><\\/h2>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/drone\\/Drone-Video.jpg\",\"alt\":\"Drone-Video\",\"fullWidth\":true,\"width\":\"1280px\",\"height\":\"760px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Check out our social media platforms and keep up-to-date with the latest news and events happening near you.<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#242424\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#242424\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/drone\\/Drone-Logo-Light-1.png\",\"alt\":\"Drone-Logo-Light\",\"fullWidth\":false,\"width\":\"120px\",\"height\":\"72px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#242424\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #aeaeae;\\\">Address Line 1 <\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #aeaeae;\\\">Address Line 2 <\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #aeaeae;\\\">City <\\/span><\\/p>\\n<p style=\\\"text-align: center;\\\"><span style=\\\"color: #aeaeae;\\\">Country<\\/span><\\/p>\"},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #ffffff;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #ffffff;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #ffffff;\\\">Manage your subscription<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Lucida\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\"},\"link\":{\"fontColor\":\"#070707\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#242424\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"39px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/drone/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(62,0,'Fashion Blog','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #999999;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #999999;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog\\/Fashion-Logo-1.png\",\"alt\":\"Fashion-Logo-1\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"38px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog\\/Fashion-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#66cbba\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"170px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center; background-color: #ffffff; line-height: 1.2; margin: 0!important; padding: 15px 10px 10px 10px;\\\"><strong>The new season is here<\\/strong><\\/h2>\\n    <p style=\\\"text-align: center; background-color: #ffffff; padding: 10px; margin: 0!important;\\\"><strong><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus et pellentesque<\\/span><\\/strong><\\/p>\\n    <p style=\\\"text-align: center; background-color: #ffffff; padding: 10px 10px 30px 10px; margin: 0!important;\\\"><a href=\\\"http:\\/\\/www.mystore.com\\\" style=\\\"background-color: #222222; color: #ffffff!important; padding: 10px; text-decoration: none!important; font-weight: bold;\\\">Start Shopping<\\/a><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"170px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog\\/Fashion-Gift.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#66cbba\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: right;\\\"><strong>In a hurry?<\\/strong><\\/h3>\\n    <p style=\\\"text-align: right;\\\">Grab a gift card from our online shop.<\\/p>\\n    <p style=\\\"text-align: right;\\\">Treat yourself or that special someone in your life.<\\/p>\"},{\"type\":\"button\",\"text\":\"Buy a gift card\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"114px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"right\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>Keep in touch with us online<\\/strong><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog\\/Fashion-Logo-1.png\",\"alt\":\"Fashion-Logo-1\",\"fullWidth\":true,\"width\":\"142px\",\"height\":\"38px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #000000;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #000000;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #000000;\\\">Manage your subscription<\\/a><\\/span><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"13px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Buy a gift card\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#222222\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"114px\",\"lineHeight\":\"34px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"fontWeight\":\"bold\",\"textAlign\":\"right\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"170px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/fashion-blog/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(63,0,'Fashion Store','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/tulip-2.png\",\"alt\":\"tulip\",\"fullWidth\":false,\"width\":\"26.5px\",\"height\":\"64px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\"<h1><strong>TULIP PARK<\\/strong><\\/h1>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"85px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: right;\\\"><span style=\\\"color: #bcbcbc;\\\">Since 1987<\\/span><\\/h3>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f8f8f8\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"486px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">Autumn\\/Winter<\\/span><\\/h1>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>The Autumn\\/Winter&nbsp;Range at Tulip Park<\\/strong><\\/h2>\\n<p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci. Etiam enim enim, aliquet nec ligula in, ultrices iaculis dolor. Suspendisse potenti. Praesent fringilla augue ut lorem mattis, vitae fringilla nunc faucibus.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Items-1.jpg\",\"alt\":\"Fashion-Items-1\",\"fullWidth\":true,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Title Goes Here<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Title Goes Here<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Items-2.jpg\",\"alt\":\"Fashion-Items-2\",\"fullWidth\":true,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Items-3.jpg\",\"alt\":\"Fashion-Items-3\",\"fullWidth\":true,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"36px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Title Goes Here<\\/strong><\\/h3>\\n<p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. In elementum nunc vel est congue, a venenatis nunc aliquet. Curabitur luctus, nulla et dignissim elementum, ipsum eros fermentum nulla, non cursus eros mi eu velit. Nunc ex nibh, porta vulputate pharetra ac, placerat sed orci.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"button\",\"text\":\"Check out the full range here\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#cdcdcd\",\"borderColor\":\"#e4e4e4\",\"borderWidth\":\"1px\",\"borderRadius\":\"3px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"1px\",\"borderColor\":\"#aaaaaa\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>New in this week...<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Items-4.jpg\",\"alt\":\"Fashion-Items-4\",\"fullWidth\":true,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Items-5.jpg\",\"alt\":\"Fashion-Items-5\",\"fullWidth\":true,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion\\/Fashion-Items-6.jpg\",\"alt\":\"Fashion-Items-6\",\"fullWidth\":true,\"width\":\"364px\",\"height\":\"291px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#12223b\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#f0f0f0\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f0f0f0\"}},\"blocks\":[{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>TULIP PARK<\\/strong><\\/h2>\"}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px;\\\"><span style=\\\"color: #000000;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #000000;\\\">Unsubscribe<\\/a>&nbsp;|&nbsp;<a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #000000;\\\">Manage your subscription<\\/a><\\/span><br \\/><span style=\\\"color: #000000;\\\">Add your postal address here!<\\/span><\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\"},\"link\":{\"fontColor\":\"#008282\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f0f0f0\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"}]},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"486px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/fashion/thumbnail.20190411-1500.jpeg',NULL,1,NULL,'2025-07-23 23:36:27'),
(64,0,'Women Fashion Store','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f5f5f5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f5f5f5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 12px; text-align: left;\\\">October 2018 Edition<\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #b76e97; font-size: 12px;\\\">View this in your browser.<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f5f5f5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/Fashion-Logo.png\",\"alt\":\"Fashion-Logo\",\"fullWidth\":false,\"width\":\"157px\",\"height\":\"48px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/Fashion-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"90px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>October 2018<\\/strong><\\/span><\\/p>\\n    <h1 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>Autumn&nbsp;Season<\\/strong><\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mollis orci justo, commodo mattis nisi ullamcorper vitae. Sed aliquam, ex ac lacinia tempus, enim urna luctus odio, at consequat leo ante non tellus.<\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span><\\/span><\\/p>\\n    <p style=\\\"text-align: left;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mollis orci justo, commodo mattis nisi ullamcorper vitae.&nbsp;<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f6e4e4\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/Fashion-Image-1.jpg\",\"alt\":\"Fashion-Image-1\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<h2><span style=\\\"color: #b76e97;\\\"><strong>$59<\\/strong><\\/span><\\/h2>\\n    <h3><strong>New Outfit<\\/strong><\\/h3>\\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mollis orci justo, commodo mattis nisi ullamcorper vitae.&nbsp;<span>Lorem ipsum dolor sit amet.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#ae6ca1\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ebe8e8\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<h2><span style=\\\"color: #b76e97;\\\"><strong>$159<\\/strong><\\/span><\\/h2>\\n    <h3><strong>New Outfit<\\/strong><\\/h3>\\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mollis orci justo, commodo mattis nisi ullamcorper vitae.&nbsp;<span>Lorem ipsum dolor sit amet.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#ae6ca1\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/Fashion-Image-2.jpg\",\"alt\":\"Fashion-Image-2\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f6e4e4\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/Fashion-Image-3.jpg\",\"alt\":\"Fashion-Image-3\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<h2><span style=\\\"color: #b76e97;\\\"><strong>$25<\\/strong><\\/span><\\/h2>\\n    <h3><strong>New Outfit<\\/strong><\\/h3>\\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Fusce mollis orci justo, commodo mattis nisi ullamcorper vitae.&nbsp;<span>Lorem ipsum dolor sit amet.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#ae6ca1\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/Fashion-Instagram.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-blog-a\\/glyph-logo_May2016.png\",\"alt\":\"glyph-logo_May2016\",\"fullWidth\":false,\"width\":\"52px\",\"height\":\"504px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}},{\"type\":\"text\",\"text\":\"<h2><span style=\\\"color: #000000;\\\"><strong>Our new Instagram Page<\\/strong><\\/span><\\/h2>\\n    <p><span style=\\\"color: #000000;\\\">We have just released our brand new Instagram page.<\\/span><\\/p>\\n    <p><span style=\\\"color: #000000;\\\">We\'ll be keeping everyone up to date with the latest<\\/span><\\/p>\\n    <p><span style=\\\"color: #000000;\\\">fashion and style advice every day.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Check it out\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#151515\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"114px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f5f5f5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#f5f5f5\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ae70ad\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#626262\",\"fontFamily\":\"Noticia Text\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"h3\":{\"fontColor\":\"#505050\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#21759b\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#f5f5f5\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#ae6ca1\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"100px\",\"lineHeight\":\"35px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ae70ad\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":true,\"featuredImagePosition\":\"right\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"posts\",\"offset\":0,\"terms\":[],\"search\":\"\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/fashion-blog-a/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27');
INSERT INTO `wp_mailpoet_newsletter_templates` VALUES
(65,0,'Photography','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Logo.png\",\"alt\":\"Photography-Logo\",\"fullWidth\":false,\"width\":\"160px\",\"height\":\"141px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"42px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"line-height: 48px;\\\"><strong>The big photos from last week, straight to your inbox.<\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Images-1.jpg\",\"alt\":\"Photography-Images-1\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong><span style=\\\"color: #000000;\\\">Canyon<\\/span><\\/strong><\\/p>\\n    <p><span style=\\\"color: #000000;\\\">\\ud83d\\udcf7&nbsp;Brodie Vissers<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"button\",\"text\":\"View all work\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#111111\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"140px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Images-2.jpg\",\"alt\":\"Photography-Images-2\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong><span style=\\\"color: #000000;\\\">Rooftopper<\\/span><\\/strong><\\/p>\\n    <p><span style=\\\"color: #000000;\\\">\\ud83d\\udcf7 Stan Johnson<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"button\",\"text\":\"View all work\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#111111\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"140px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Images-3.jpg\",\"alt\":\"Photography-Images-3\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong><span style=\\\"color: #000000;\\\">Gold<\\/span><\\/strong><\\/p>\\n    <p><span style=\\\"color: #000000;\\\">\\ud83d\\udcf7 Nicole De Khors<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"button\",\"text\":\"View all work\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#111111\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"140px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"line-height: 48px; text-align: center;\\\"><strong>Fresh inspiration<\\/strong><\\/h1>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-1.jpg\",\"alt\":\"Photography-Squares-1\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-2.jpg\",\"alt\":\"Photography-Squares-2\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-3.jpg\",\"alt\":\"Photography-Squares-3\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-4.jpg\",\"alt\":\"Photography-Squares-4\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-5.jpg\",\"alt\":\"Photography-Squares-5\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-6.jpg\",\"alt\":\"Photography-Squares-6\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-7.jpg\",\"alt\":\"Photography-Squares-7\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-8.jpg\",\"alt\":\"Photography-Squares-8\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Squares-9.jpg\",\"alt\":\"Photography-Squares-9\",\"fullWidth\":true,\"width\":\"700px\",\"height\":\"700px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h1 style=\\\"line-height: 48px; text-align: center;\\\"><strong>Stay focused<\\/strong><\\/h1>\\n    <p style=\\\"text-align: center;\\\">We\'re always keeping our social media feeds up to date with the latest images from our photographers. Check them out below.<\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official-white\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"29px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#2d2d2d\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/photography\\/Photography-Logo.png\",\"alt\":\"Photography-Logo\",\"fullWidth\":false,\"width\":\"108px\",\"height\":\"141px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/><span style=\\\"color: #999999;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"13px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"16px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#111111\"},\"body\":{\"backgroundColor\":\"#111111\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"View all work\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#111111\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"140px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"29px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#2d2d2d\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Courier New\",\"fontSize\":\"13px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#ffffff\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/photography/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(66,0,'Jazz Club','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#0b0821\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#898989\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-logo.png\",\"alt\":\"Jazz-logo\",\"fullWidth\":false,\"width\":\"324px\",\"height\":\"607px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"official-white\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-Images-1.jpg\",\"alt\":\"Jazz-Images-1\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"875px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2><span>29th March 2019<\\/span><\\/h2>\\n    <h1><span>James Patterson<\\/span><\\/h1>\\n    <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get tickets\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e30095\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: right;\\\"><span>14th April 2019<\\/span><\\/h2>\\n    <h1 style=\\\"text-align: right;\\\"><span>Samantha Morris<\\/span><\\/h1>\\n    <p style=\\\"text-align: right;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get tickets\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e30095\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"right\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-Images-2.jpg\",\"alt\":\"Jazz-Images-2\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"875px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-Images-3.jpg\",\"alt\":\"Jazz-Images-3\",\"fullWidth\":false,\"width\":\"800px\",\"height\":\"875px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h2><span>3rd&nbsp;May 2019<\\/span><\\/h2>\\n    <h1><span>Buster&nbsp;Smith<\\/span><\\/h1>\\n    <p><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Get tickets\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e30095\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ff7b0e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"34px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #a04d08;\\\"><strong>J A Z Z&nbsp; C L U B&nbsp; P R E S E N T S<\\/strong><\\/span><\\/p>\\n    <h1 style=\\\"text-align: center; font-size: 52px;\\\"><span style=\\\"color: #ffffff;\\\">24th Jazz Festival<\\/span><\\/h1>\\n    <h3 style=\\\"text-align: center;\\\"><strong><span style=\\\"color: #a04d08;\\\">5 - 14 August 2018<\\/span><\\/strong><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis ut fringilla velit, id malesuada nisi. Nam ac rutrum diam. Nunc diam leo, bibendum eget aliquam eget, commodo vitae lectus.<\\/span><\\/span><\\/p>\\n    <p><span style=\\\"color: #ffffff;\\\"><\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-Social.jpg\",\"alt\":\"Jazz-Social\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"193px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"34px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/jazz-club\\/Jazz-logo.png\",\"alt\":\"Jazz-logo\",\"fullWidth\":false,\"width\":\"144px\",\"height\":\"607px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#e30095\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#848486\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arvo\",\"fontSize\":\"26px\"},\"h2\":{\"fontColor\":\"#e30095\",\"fontFamily\":\"Arvo\",\"fontSize\":\"20px\"},\"h3\":{\"fontColor\":\"#e30095\",\"fontFamily\":\"Arvo\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#e30095\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#0b0821\"},\"body\":{\"backgroundColor\":\"#0b0821\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"3\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h3\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read the post\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"160px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"automatedLatestContentLayout\",\"terms\":[]},\"button\":{\"text\":\"Get tickets\",\"url\":\"[postLink]\",\"styles\":{\"block\":{\"backgroundColor\":\"#e30095\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"90px\",\"lineHeight\":\"36px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#e30095\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"left\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}},\"type\":\"divider\"},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\",\"type\":\"posts\",\"offset\":10,\"terms\":[],\"search\":\"\"},\"social\":{\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"34px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#898989\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/jazz-club/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(67,0,'Guitarist','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/guitarist\\/Guitarist-Logo.png\",\"alt\":\"Guitarist-Logo\",\"fullWidth\":false,\"width\":\"184px\",\"height\":\"179px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"26px\"}}},{\"type\":\"social\",\"iconSet\":\"official-white\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"25px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#949494\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/guitarist\\/Guitarist-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"700px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"250px\"}}},{\"type\":\"text\",\"text\":\"<h3><strong>Exit Stage Right<\\/strong><\\/h3>\\n    <p><span style=\\\"color: #999999;\\\">A brand new album releasing this summer on <span style=\\\"color: #ffffff;\\\">iTunes<\\/span> and <span style=\\\"color: #1db954;\\\">Spotify<\\/span><\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"95px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"normal\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"130px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #27282e;\\\"><strong>My recording setup<\\/strong><\\/span><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #5a5c66;\\\">A&nbsp;lot of people have been asking how I record my albums, so I thought I would write a quick blog post to explain<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"95px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/guitarist\\/Guitarist-Images-1-1.jpg\",\"alt\":\"Guitarist-Images-1\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"1000px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/guitarist\\/Guitarist-Images-2-1.jpg\",\"alt\":\"Guitarist-Images-2\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"1000px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"130px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #27282e;\\\"><strong>Life on the road<\\/strong><\\/span><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #5a5c66;\\\">Not many people know what it\'s like to travel all over the world and perform every night in many different places<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"95px\",\"lineHeight\":\"30px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><strong>New tour dates<\\/strong><\\/span><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #999999;\\\">Come see me perform new tracks from the album<\\/span><\\/p>\"},{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"14px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#37383e\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"March 7th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Metro Radio Arena - Newcastle Upon Tyne<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"March 8th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">First Direct Arena<\\/span><\\/p>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">- Leeds<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"March 9th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Liverpool Echo Arena - Liverpool<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"March 11th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">The Brighton Centre - Brighton<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"March 12th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Motorpoint Arena Nottingham - Nottingham<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"button\",\"text\":\"March 13th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Motorpoint Arena Cardiff - Cardiff<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"14px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#37383e\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#27282e\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/guitarist\\/Guitarist-Logo.png\",\"alt\":\"Guitarist-Logo\",\"fullWidth\":true,\"width\":\"176px\",\"height\":\"179px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/><span style=\\\"color: #999999;\\\">Add your postal address here!<\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#4c537e\",\"textDecoration\":\"none\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#27282e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#27282e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#27282e\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#27282e\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"March 13th 2019\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#4c537e\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"14px\",\"borderStyle\":\"dashed\",\"borderWidth\":\"2px\",\"borderColor\":\"#37383e\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#4c537e\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official-white\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/12-official-white\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#949494\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/guitarist/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(68,0,'Healthy Food Blog','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#323232\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#323232\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<p><strong><span style=\\\"color: #ffffff; font-size: 14px;\\\">[date:mtext] [date:y]&nbsp;Edition<\\/span><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#323232\",\"height\":\"22px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: right; font-size: 12px;\\\"><span style=\\\"color: #ed682a;\\\"><strong><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #ed682a;\\\">View this email in your browser &gt;<\\/a><\\/strong><\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-Logo.png\",\"alt\":\"HealthyFood-Logo\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"296px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"25px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"height\":\"121px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]}]},{\"type\":\"container\",\"columnLayout\":\"2_1\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-Header-1.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><strong><span style=\\\"color: #ffffff;\\\">Welcome back!<\\/span><\\/strong><\\/h1>\\n    <p><span style=\\\"color: #ffffff;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla id rutrum sed, porttitor in risus. Fusce dui erat, bibendum a accumsan non.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"56px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>It\'s November - time to plant those \\ud83c\\udf36<\\/strong><\\/span><\\/h2>\\n    <p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla id rutrum sed, porttitor in risus. Fusce dui erat, bibendum a accumsan non.<\\/span><\\/p>\\n    <p><span style=\\\"color: #333333;\\\"><\\/span><\\/p>\\n    <p><span style=\\\"color: #333333;\\\">Tag your chilli images with #novemberheat for your chance to win a box of spicy treats!<\\/span><\\/p>\\n    <p><span style=\\\"color: #333333;\\\"><\\/span><\\/p>\\n    <h3><span style=\\\"color: #ed682a;\\\"><strong>#novemberheat<\\/strong><\\/span><\\/h3>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-Instagram.jpg\",\"alt\":\"HealthyFood-Instagram\",\"fullWidth\":true,\"width\":\"507px\",\"height\":\"600px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: left;\\\"><strong><span style=\\\"color: #ffffff;\\\">Start eating healthy today<\\/span><\\/strong><\\/h1>\\n    <h3><strong><span style=\\\"color: #ffffff;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla id rutrum sed, porttitor in risus. Fusce dui erat, bibendum a accumsan non.<\\/span><\\/span><\\/strong><\\/h3>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-CouponImage.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-CouponImage.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/5a5b7bf514d8c4188e0b08fc-1024x766.png\",\"alt\":\"5a5b7bf514d8c4188e0b08fc\",\"fullWidth\":true,\"width\":\"298px\",\"height\":\"524px\",\"styles\":{\"block\":{\"textAlign\":\"right\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><strong>Get 20% off a box<\\/strong><\\/h3>\\n    <p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla<\\/span><\\/p>\\n    <p><span style=\\\"color: #333333;\\\">id rutrum sed, porttitor in risus.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"CouPon_Cod3\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\",\"borderColor\":\"#323232\",\"borderWidth\":\"2px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#323232\",\"fontFamily\":\"Courier New\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-CouponImage.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"height\":\"26px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\"><strong>Your weekly recipe list<\\/strong><\\/span><\\/h2>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #333333;\\\">Cook delicious meals right now - here\'s your list for this week.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>MONDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-01-Monday.jpg\",\"alt\":\"HealthyFood-01-Monday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Spicy Prawn Broth\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>TUESDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-02-Tuesday.jpg\",\"alt\":\"HealthyFood-02-Tuesday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Classic Pizza\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>WEDNESDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-03-Wednesday.jpg\",\"alt\":\"HealthyFood-03-Wednesday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Salad Roll\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"9px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#ed682a\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>THURSDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-04-Thursday.jpg\",\"alt\":\"HealthyFood-04-Thursday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Shellfish Pasta\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>FRIDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-05-Friday.jpg\",\"alt\":\"HealthyFood-05-Friday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Thai Green Curry\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>SATURDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-06-Saturday.jpg\",\"alt\":\"HealthyFood-06-Saturday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Stuffed Turkey\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"9px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#ed682a\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>SUNDAY<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-07-Sunday.jpg\",\"alt\":\"HealthyFood-07-Sunday\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"button\",\"text\":\"Lemon Cake\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><span style=\\\"color: #333333;\\\"><strong>Want more recipes?<\\/strong><\\/span><\\/h2>\\n    <p><span style=\\\"color: #333333;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nam nisl massa, fringilla id rutrum sed, porttitor in risus. Fusce dui erat, bibendum a accumsan non.<\\/span><\\/p>\\n    <p><span style=\\\"color: #333333;\\\"><\\/span><\\/p>\\n    <p><span style=\\\"color: #333333;\\\">For all of our recipes, check out our website or visit one of our social media platforms below. We\'d love to hear what you think about our choices this week!<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"9px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#ed682a\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#e3e3e3\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/healthy-food-blog\\/HealthyFood-Logo.png\",\"alt\":\"HealthyFood-Logo\",\"fullWidth\":false,\"width\":\"110px\",\"height\":\"296px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #ed682a;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #ed682a;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #ed682a;\\\">Manage your subscription<\\/a><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#ed682a\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#e3e3e3\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Lemon Cake\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#ed682a\",\"borderColor\":\"#323232\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"255px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"9px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#ed682a\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#e39171\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/healthy-food-blog/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(69,0,'Software','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/software\\/Software-Logo.png\",\"alt\":\"Software-Logo\",\"fullWidth\":false,\"width\":\"140px\",\"height\":\"122px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><strong><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View online<\\/a><\\/strong><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#212327\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center; line-height: 46px;\\\"><span style=\\\"color: #212327;\\\"><strong>Your music.<br \\/>Your way.<\\/strong><\\/span><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/software\\/Software-Header.jpg\",\"alt\":\"Software-Header\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><strong>Find music fast<\\/strong><\\/h2>\\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida. In eu vestibulum orci, sit amet ultrices mauris.<\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#212327\",\"borderColor\":\"#212327\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"124px\",\"lineHeight\":\"39px\",\"fontColor\":\"#cacaca\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/software\\/Software-Image-1.jpg\",\"alt\":\"Software-Image-1\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/software\\/Software-Image-2.jpg\",\"alt\":\"Software-Image-2\",\"fullWidth\":true,\"width\":\"800px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: left;\\\"><strong>Keep up with the trend<\\/strong><\\/h2>\\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida. In eu vestibulum orci, sit amet ultrices mauris.<\\/p>\"},{\"type\":\"button\",\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#212327\",\"borderColor\":\"#212327\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"124px\",\"lineHeight\":\"39px\",\"fontColor\":\"#cacaca\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Get the app now for free<\\/strong><\\/h2>\\n    <p style=\\\"text-align: center;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Proin placerat feugiat est, malesuada varius sem finibus a. Nunc feugiat sollicitudin gravida.<\\/p>\"},{\"type\":\"button\",\"text\":\"Download for free\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#dbbb00\",\"borderColor\":\"#212327\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"199px\",\"lineHeight\":\"50px\",\"fontColor\":\"#212327\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"18px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/software\\/Software-Logo.png\",\"alt\":\"Software-Logo\",\"fullWidth\":false,\"width\":\"140px\",\"height\":\"122px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#212327\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#212327\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#212327\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"40px\"},\"h2\":{\"fontColor\":\"#212327\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#212327\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#212327\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#dbbb00\"},\"body\":{\"backgroundColor\":\"#dbbb00\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Find out more\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#212327\",\"borderColor\":\"#212327\",\"borderWidth\":\"0px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"124px\",\"lineHeight\":\"39px\",\"fontColor\":\"#cacaca\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"14px\",\"fontWeight\":\"bold\",\"textAlign\":\"left\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#212327\",\"textDecoration\":\"underline\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather Sans\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#212327\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/software/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(70,0,'Makeup Blog','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#adadad\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Logo.png\",\"alt\":\"WomensLifestyle-Logo\",\"fullWidth\":false,\"width\":\"130px\",\"height\":\"94px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center;\\\">Fashion Week Special<\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Header-1.jpg\",\"alt\":\"WomensLifestyle-Header-1\",\"fullWidth\":true,\"width\":\"900px\",\"height\":\"426px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet scelerisque odio. Pellentesque nisl massa, ullamcorper eu gravida varius, mollis eu orci.<\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Breaker-1-1.jpg\",\"alt\":\"WomensLifestyle-Breaker-1-1\",\"fullWidth\":true,\"width\":\"900px\",\"height\":\"65px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c83142\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Image-1.png\",\"alt\":\"WomensLifestyle-Image-1\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\">Big announcement from top artists<\\/span><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span style=\\\"color: #e0cccc;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet scelerisque odio. Pellentesque nisl massa, ullamcorper eu gravida varius, mollis eu orci.<\\/span><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Breaker-2.jpg\",\"alt\":\"WomensLifestyle-Breaker-2\",\"fullWidth\":true,\"width\":\"900px\",\"height\":\"65px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#6d3aa7\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#6d3aa7\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Image-2.png\",\"alt\":\"WomensLifestyle-Image-2\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"34px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: left;\\\"><span style=\\\"color: #ffffff;\\\">New Workshops to begin<\\/span><\\/h3>\\n    <p style=\\\"text-align: left;\\\"><span style=\\\"color: #f6dff7;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet scelerisque odio. Pellentesque nisl massa, ullamcorper eu gravida varius, mollis eu orci.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Breaker-3.jpg\",\"alt\":\"WomensLifestyle-Breaker-3\",\"fullWidth\":true,\"width\":\"900px\",\"height\":\"65px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#0f2f41\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#0f2f41\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Image-3.png\",\"alt\":\"WomensLifestyle-Image-3\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><\\/span><span style=\\\"color: #becbf7;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet scelerisque.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Image-4.png\",\"alt\":\"WomensLifestyle-Image-4\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><\\/span><span style=\\\"color: #becbf7;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet scelerisque.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Image-5.png\",\"alt\":\"WomensLifestyle-Image-5\",\"fullWidth\":false,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><span style=\\\"color: #ffffff;\\\"><\\/span><span style=\\\"color: #becbf7;\\\">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Sed sit amet scelerisque.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#0f2f41\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Breaker-4.jpg\",\"alt\":\"WomensLifestyle-Breaker-4\",\"fullWidth\":true,\"width\":\"900px\",\"height\":\"65px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-a\\/WomensLifestyle-Logo.png\",\"alt\":\"WomensLifestyle-Logo\",\"fullWidth\":false,\"width\":\"170px\",\"height\":\"40px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><span style=\\\"color: #000000;\\\"><strong><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #000000;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #000000;\\\">Manage your subscription<\\/a><\\/strong><\\/span><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Courier New\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Courier New\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Courier New\",\"fontSize\":\"20px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#adadad\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/lifestyle-blog-a/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(71,0,'Kids Shop','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-shop\\/FashionKids-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"60px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center; font-size: 11px; letter-spacing: 3px;\\\"><strong>AUTUMN RANGE 2018<\\/strong><\\/p>\"},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-shop\\/FashionKids-Logo.png\",\"alt\":\"FashionKids-Logo\",\"fullWidth\":false,\"width\":\"200px\",\"height\":\"64px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"text-align: center; font-size: 52px; line-height: 1.2;\\\"><strong>IT\'S TIME&nbsp;<\\/strong><strong>TO EXPLORE<\\/strong><\\/h1>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"403px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c6d4dd\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-shop\\/FashionKids-Image-Square.jpg\",\"alt\":\"FashionKids-Image-Square\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\">Keep them warm this autumn with our whole new range just for your little ones<\\/h3>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-shop\\/FashionKids-Image-1-1.jpg\",\"alt\":\"FashionKids-Image-1-1\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#c6d4dd\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-shop\\/FashionKids-Image-Square-2.jpg\",\"alt\":\"FashionKids-Image-Square-2\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"113px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\">All of our clothes are easy to wash and are ready for your little explorers<\\/h3>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/fashion-shop\\/FashionKids-Logo.png\",\"alt\":\"FashionKids-Logo\",\"fullWidth\":false,\"width\":\"187px\",\"height\":\"30px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#21759b\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Georgia\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Georgia\",\"fontSize\":\"26px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Georgia\",\"fontSize\":\"24px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#21759b\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/fashion-shop/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(72,0,'Lifestyle Blog','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-Logo-1.png\",\"alt\":\"WomensLifestyle-Logo\",\"fullWidth\":true,\"width\":\"160px\",\"height\":\"57px\",\"styles\":{\"block\":{\"textAlign\":\"left\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #b25088;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #b25088;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#b25187\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"440px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-HeaderDrop.jpg\",\"alt\":\"WomensLifestyle-HeaderDrop\",\"fullWidth\":true,\"width\":\"900px\",\"height\":\"61px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px; letter-spacing: 4px; text-align: center;\\\"><span style=\\\"color: #808080;\\\"><strong>FEATURED ARTICLE THIS MONTH<\\/strong><\\/span><\\/p>\\n    <h2 style=\\\"text-align: center;\\\"><strong>Business tips&nbsp;from top female executives<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #993366;\\\"><strong>1<\\/strong><\\/span><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non est sed tellus pharetra facilisis quis vel lacus.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #993366;\\\"><strong>2<\\/strong><\\/span><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non est sed tellus pharetra facilisis quis vel lacus.<\\/span><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><span style=\\\"color: #993366;\\\"><strong>3<\\/strong><\\/span><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non est sed tellus pharetra facilisis quis vel lacus.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"23px\"}}},{\"type\":\"button\",\"text\":\"Read the article\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#b25088\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"21px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-Image-1.jpg\",\"alt\":\"WomensLifestyle-Image-1\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"71px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px; letter-spacing: 4px; text-align: left;\\\"><span style=\\\"color: #808080;\\\"><strong>PODCASTS<\\/strong><\\/span><\\/p>\\n    <h2 style=\\\"text-align: left;\\\"><strong>Does hard work really pay off?<\\/strong><\\/h2>\\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non est sed tellus pharetra facilisis quis vel lacus.<\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"71px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px; letter-spacing: 4px; text-align: left;\\\"><span style=\\\"color: #808080;\\\"><strong>PSYCHOLOGY<\\/strong><\\/span><\\/p>\\n    <h2 style=\\\"text-align: left;\\\"><strong>Closing deals can be easier than you think<\\/strong><\\/h2>\\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non est sed tellus pharetra facilisis quis vel lacus.<\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-Image-2.jpg\",\"alt\":\"WomensLifestyle-Image-2\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-Image-3.jpg\",\"alt\":\"WomensLifestyle-Image-3\",\"fullWidth\":true,\"width\":\"400px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"71px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"font-size: 11px; letter-spacing: 4px; text-align: left;\\\"><span style=\\\"color: #808080;\\\"><strong>TECHNOLOGY<\\/strong><\\/span><\\/p>\\n    <h2 style=\\\"text-align: left;\\\"><strong>What email software is right for you?<\\/strong><\\/h2>\\n    <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam non est sed tellus pharetra facilisis quis vel lacus.<\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"50px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/lifestyle-blog-b\\/WomensLifestyle-Logo-1.png\",\"alt\":\"WomensLifestyle-Logo\",\"fullWidth\":false,\"width\":\"112px\",\"height\":\"57px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"pinterest\",\"link\":\"http:\\/\\/www.pinterest.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Pinterest.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Pinterest\"}]},{\"type\":\"footer\",\"text\":\"<p><strong><span style=\\\"color: #b25088;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\" style=\\\"color: #b25088;\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\" style=\\\"color: #b25088;\\\">Manage your subscription<\\/a><\\/span><\\/strong><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Arial\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Arial\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Read the article\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#b25088\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"50px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Arial\",\"fontSize\":\"16px\",\"fontWeight\":\"bold\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"website\",\"link\":\"\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Website.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Website\"},{\"type\":\"socialIcon\",\"iconType\":\"pinterest\",\"link\":\"http:\\/\\/www.pinterest.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Pinterest.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Pinterest\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"right\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/lifestyle-blog-b/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(73,0,'Painter','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"header\",\"text\":\"<p><a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"11px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#787878\",\"textDecoration\":\"none\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/Painter-Logo-bg.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#8289ca\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/Painter-Logo.png\",\"alt\":\"Painter-Logo\",\"fullWidth\":false,\"width\":\"305.9375px\",\"height\":\"93px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"https:\\/\\/www.mailpoet.com\\\">Reviews &amp; Submissions<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"https:\\/\\/www.mailpoet.com\\\">Essential&nbsp;Gear<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><a href=\\\"https:\\/\\/www.mailpoet.com\\\">Latest Commissions<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/Painter-Header.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}}},{\"type\":\"text\",\"text\":\"<h1><strong>Welcome back<\\/strong><\\/h1>\\n    <p>It\'s been a big month for the studio and we\'d love to show you some of our recent work.<\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"35px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/186018-sktchy-2-nh-gutenCRALTBRBLOG.jpg\",\"alt\":\"186018-sktchy-2-nh-gutenCRALTBRBLOG\",\"fullWidth\":false,\"width\":\"520px\",\"height\":\"830px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"140px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/181215_2-laura-anderson-dog-fab-artistico-cpCRAltBRCRBlog.jpg\",\"alt\":\"181215_2-laura-anderson-dog-fab-artistico-cpCRAltBRCRBlog\",\"fullWidth\":false,\"width\":\"180px\",\"height\":\"1010px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/170204_sktchy_BlackChickenBrushPen2CRBR.jpg\",\"alt\":\"170204_sktchy_BlackChickenBrushPen2CRBR\",\"fullWidth\":false,\"width\":\"328px\",\"height\":\"686px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<h2 style=\\\"text-align: center;\\\"><strong>Latest from the blog<\\/strong><\\/h2>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/1812231-sktchy-1-jon-coxwell-fabriano-cpCRFeat-394x252.jpg\",\"alt\":\"1812231-sktchy-1-jon-coxwell-fabriano-cpCRFeat-394x252\",\"fullWidth\":false,\"width\":\"394px\",\"height\":\"252px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><span>Self-Assessment: 2018&mdash;Filling Journals, Using Up Paint<\\/span><\\/p>\\n    <p><a href=\\\"https:\\/\\/www.mailpoet.com\\\">Read more &gt;<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/180830-2018-fair-32-pigeon-fabri-300-hpCRAltBRFeat-394x252.jpg\",\"alt\":\"180830-2018-fair-32-pigeon-fabri-300-hpCRAltBRFeat-394x252\",\"fullWidth\":false,\"width\":\"394px\",\"height\":\"252px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><span>Happy New Year 2019<\\/span><\\/p>\\n    <p><a href=\\\"https:\\/\\/www.mailpoet.com\\\">Read more &gt;<\\/a><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/180828-sktchy-t-c-c-hahn-expressions-cpCRAltBRCRFeat-394x252.jpg\",\"alt\":\"180828-sktchy-t-c-c-hahn-expressions-cpCRAltBRCRFeat-394x252\",\"fullWidth\":false,\"width\":\"394px\",\"height\":\"252px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><span>Roz&rsquo;s 2018 Minnesota State Fair Journal<\\/span><\\/p>\\n    <p><a href=\\\"https:\\/\\/www.mailpoet.com\\\">Read more &gt;<\\/a><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/painter\\/Painter-SocialBack.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"64px\"}}},{\"type\":\"text\",\"text\":\"<h3 style=\\\"text-align: center;\\\"><strong>Stay in touch<\\/strong><\\/h3>\\n    <p style=\\\"text-align: center;\\\"><span>Keep up-to-date with all of the work from the studio<\\/span><\\/p>\"},{\"type\":\"social\",\"iconSet\":\"official\",\"styles\":{\"block\":{\"textAlign\":\"center\"}},\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}]},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"40px\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: center;\\\"><strong>Canvas Studio<\\/strong><\\/p>\\n    <p style=\\\"text-align: center; font-size: 11px;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a>&nbsp;|&nbsp;<a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\"}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"36px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#585858\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"Button\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#585858\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"},{\"type\":\"socialIcon\",\"iconType\":\"youtube\",\"link\":\"http:\\/\\/www.youtube.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Youtube.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Youtube\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"100px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Merriweather\",\"fontSize\":\"11px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#787878\",\"textDecoration\":\"none\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/painter/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(74,0,'Farmers Market','[\"standard\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"header\",\"text\":\"<p><span style=\\\"color: #689f2c;\\\"><a href=\\\"[link:newsletter_view_in_browser_url]\\\" style=\\\"color: #689f2c;\\\">View this in your browser.<\\/a><\\/span><\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Top-2.jpg\",\"alt\":\"FarmersMarket-Top\",\"fullWidth\":true,\"width\":\"1200px\",\"height\":\"25px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Logo.png\",\"alt\":\"FarmersMarket-Logo\",\"fullWidth\":true,\"width\":\"200px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#252525\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"44px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"line-height: 32px;\\\"><strong><span style=\\\"color: #ffffff;\\\">COME JOIN US THIS WEEKEND<\\/span><\\/strong><\\/h1>\\n    <p><span style=\\\"color: #ffffff;\\\">We\'re having a big bake sale this weekend starting 9am on Saturday morning. Pop down to see us&nbsp;and our merchants.<\\/span><\\/p>\\n    <p><span style=\\\"color: #ffffff;\\\"><\\/span><\\/p>\\n    <p><strong><a href=\\\"http:\\/\\/www.google.com\\\">Add date to my calendar &gt;<\\/a><\\/strong><\\/p>\"}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Header.jpg\",\"alt\":\"FarmersMarket-Header\",\"fullWidth\":false,\"width\":\"1000px\",\"height\":\"800px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Images-1.jpg\",\"alt\":\"FarmersMarket-Images-1\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p>It\'s carrot season, which means it\'s the perfect time to try our carrot recipes!<\\/p>\"},{\"type\":\"button\",\"text\":\"CARROTS EVERYWHERE\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#252525\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Images-2.jpg\",\"alt\":\"FarmersMarket-Images-2\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p>Don\'t throw out those leftover pumpkins - here\'s some tips for you.<\\/p>\"},{\"type\":\"button\",\"text\":\"PUMPED FOR PUMPKINS\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#252525\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Images-3.jpg\",\"alt\":\"FarmersMarket-Images-3\",\"fullWidth\":false,\"width\":\"500px\",\"height\":\"500px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p>Our new bakery has opened and is making some of the best artisanal bread.<\\/p>\"},{\"type\":\"button\",\"text\":\"I KNEAD THIS\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#252525\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Video.jpg\",\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#222222\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"55px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-PlayButton.png\",\"alt\":\"FarmersMarket-PlayButton\",\"fullWidth\":true,\"width\":\"100px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"61px\"}}},{\"type\":\"text\",\"text\":\"<h1 style=\\\"line-height: 32px;\\\"><strong><span style=\\\"color: #ffffff;\\\">A DAY IN THE LIFE<\\/span><\\/strong><\\/h1>\\n    <p><span style=\\\"color: #ffffff;\\\">Check out what it\'s like to be at the market every weekend.<\\/span><\\/p>\\n    <p><span style=\\\"color: #ffffff;\\\"><\\/span><\\/p>\"},{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}}}]}]},{\"type\":\"container\",\"columnLayout\":\"1_2\",\"orientation\":\"horizontal\",\"image\":{\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Middle.jpg\",\"display\":\"tile\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Logo.png\",\"alt\":\"FarmersMarket-Logo\",\"fullWidth\":true,\"width\":\"112px\",\"height\":\"400px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"social\",\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}]},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#689f2c\",\"textDecoration\":\"none\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/ps.w.org\\/mailpoet\\/assets\\/newsletter-templates\\/farmers-market\\/FarmersMarket-Bottom-2.jpg\",\"alt\":\"FarmersMarket-Bottom\",\"fullWidth\":true,\"width\":\"660px\",\"height\":\"50px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Roboto\",\"fontSize\":\"14px\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"30px\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\"},\"link\":{\"fontColor\":\"#689f2c\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}},\"blockDefaults\":{\"automatedLatestContent\":{\"amount\":\"5\",\"withLayout\":false,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"belowTitle\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContent.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContent.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"automatedLatestContentLayout\":{\"amount\":\"5\",\"withLayout\":true,\"contentType\":\"post\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"button\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"automatedLatestContentLayout.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"automatedLatestContentLayout.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"button\":{\"text\":\"CARROTS EVERYWHERE\",\"url\":\"\",\"styles\":{\"block\":{\"backgroundColor\":\"#252525\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"0px\",\"borderRadius\":\"0px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Source Sans Pro\",\"fontSize\":\"14px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}},\"type\":\"button\"},\"divider\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"2px\",\"borderColor\":\"#252525\"}},\"type\":\"divider\"},\"footer\":{\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Roboto\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#689f2c\",\"textDecoration\":\"none\"}},\"type\":\"footer\"},\"posts\":{\"amount\":\"10\",\"withLayout\":true,\"contentType\":\"post\",\"postStatus\":\"publish\",\"inclusionType\":\"include\",\"displayType\":\"excerpt\",\"titleFormat\":\"h1\",\"titleAlignment\":\"left\",\"titleIsLink\":false,\"imageFullWidth\":false,\"featuredImagePosition\":\"alternate\",\"showAuthor\":\"no\",\"authorPrecededBy\":\"Author:\",\"showCategories\":\"no\",\"categoriesPrecededBy\":\"Categories:\",\"readMoreType\":\"link\",\"readMoreText\":\"Read more\",\"readMoreButton\":{\"text\":\"Read more\",\"url\":\"[postLink]\",\"context\":\"posts.readMoreButton\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"180px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"18px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},\"sortBy\":\"newest\",\"showDivider\":true,\"divider\":{\"context\":\"posts.divider\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"padding\":\"13px\",\"borderStyle\":\"solid\",\"borderWidth\":\"3px\",\"borderColor\":\"#aaaaaa\"}}},\"backgroundColor\":\"#ffffff\",\"backgroundColorAlternate\":\"#eeeeee\"},\"social\":{\"iconSet\":\"official\",\"icons\":[{\"type\":\"socialIcon\",\"iconType\":\"facebook\",\"link\":\"http:\\/\\/www.facebook.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Facebook.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Facebook\"},{\"type\":\"socialIcon\",\"iconType\":\"twitter\",\"link\":\"http:\\/\\/www.twitter.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/X.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Twitter\"},{\"type\":\"socialIcon\",\"iconType\":\"instagram\",\"link\":\"http:\\/\\/instagram.com\",\"image\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/newsletter_editor\\/social-icons\\/11-official\\/Instagram.png\",\"height\":\"32px\",\"width\":\"32px\",\"text\":\"Instagram\"}],\"type\":\"social\"},\"spacer\":{\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"20px\"}},\"type\":\"spacer\"},\"header\":{\"text\":\"<a href=\\\"[link:newsletter_view_in_browser_url]\\\">View this in your browser.<\\/a>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"center\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"underline\"}},\"type\":\"header\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/farmers-market/thumbnail.20190411-1500.jpg',NULL,1,NULL,'2025-07-23 23:36:27'),
(75,0,'Confirm interest before deactivation','[\"re_engagement\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\">Hi [subscriber:firstname | default:there],<\\/p><p style=\\\"text-align: left;\\\"><\\/p>\\n                                  <p style=\\\"text-align: left;\\\"><span>You have subscribed to receive email updates from us, but as we\'re not sure if you\'re reading our emails, we\'d like to ask - <strong>are you still interested in hearing from us?<\\/strong> If yes, please reconfirm your subscription by clicking the button below:<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Yes, keep me subscribed!\",\"url\":\"[link:subscription_re_engage_url]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p><span class=\\\"prismjs css-1xfvm4v\\\" data-code-lang=\\\"\\\" data-ds--code--code-block=\\\"\\\">If you\'re no longer interested, that\'s completely fine. You don\'t need to take any action. Our system will automatically unsubscribe you soon from all of our future content.<\\/span><\\/p>\"}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p><strong><em><\\/em><\\/strong><\\/p><p><strong><em>The MailPoet Team<\\/em><\\/strong><\\/p>\"},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\",\"lineHeight\":\"1.6\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\",\"lineHeight\":\"1.6\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\",\"lineHeight\":\"1.6\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\",\"lineHeight\":\"1.6\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/confirm-interest-before-deactivation/thumbnail.20211026.jpg',NULL,1,NULL,'2024-09-02 22:23:35'),
(76,0,'Confirm your interest or unsubscribe','[\"re_engagement\",\"all\"]','','{\"content\":{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"spacer\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\",\"height\":\"30px\"}}},{\"type\":\"image\",\"link\":\"\",\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/mailpoet\\/assets\\/img\\/blank_templates\\/fake-logo.png\",\"alt\":\"Fake logo\",\"fullWidth\":false,\"width\":\"598px\",\"height\":\"71px\",\"styles\":{\"block\":{\"textAlign\":\"center\"}}},{\"type\":\"text\",\"text\":\"<p style=\\\"text-align: left;\\\">Hi [subscriber:firstname | default:there],<\\/p><p style=\\\"text-align: left;\\\"><\\/p>\\n                                  <p style=\\\"text-align: left;\\\"><span>It\'s been a while since you opened our emails. If you have changed your mind since you subscribed and are no longer interested, we get it! We won\'t make it hard for you, so feel free to unsubscribe right away.&nbsp;<\\/span><\\/p><p style=\\\"text-align: left;\\\"><\\/p>\\n                                  <p style=\\\"text-align: left;\\\"><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe me!<\\/a><\\/p><p style=\\\"text-align: left;\\\"><\\/p>\\n                                  <p style=\\\"text-align: left;\\\">(When you unsubscribe, you\'ll stop receiving all future emails from us.)<\\/p><p style=\\\"text-align: left;\\\"><\\/p>\\n                                  <p style=\\\"text-align: left;\\\"><span>On the other hand, if you like our emails and want to keep receiving them, please <strong>reconfirm your subscription by clicking the big button below<\\/strong>.<\\/span><\\/p>\"},{\"type\":\"button\",\"text\":\"Yes, keep me subscribed!\",\"url\":\"[link:subscription_re_engage_url]\",\"styles\":{\"block\":{\"backgroundColor\":\"#2ea1cd\",\"borderColor\":\"#0074a2\",\"borderWidth\":\"1px\",\"borderRadius\":\"5px\",\"borderStyle\":\"solid\",\"width\":\"288px\",\"lineHeight\":\"40px\",\"fontColor\":\"#ffffff\",\"fontFamily\":\"Verdana\",\"fontSize\":\"16px\",\"fontWeight\":\"normal\",\"textAlign\":\"center\"}}}]}]},{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"horizontal\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"#ffffff\"}},\"blocks\":[{\"type\":\"container\",\"columnLayout\":false,\"orientation\":\"vertical\",\"image\":{\"src\":null,\"display\":\"scale\"},\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"}},\"blocks\":[{\"type\":\"text\",\"text\":\"<p><strong><em><\\/em><\\/strong><\\/p><p><strong><em>The MailPoet Team<\\/em><\\/strong><\\/p>\"},{\"type\":\"footer\",\"text\":\"<p><a href=\\\"[link:subscription_unsubscribe_url]\\\">Unsubscribe<\\/a> | <a href=\\\"[link:subscription_manage_url]\\\">Manage your subscription<\\/a><br \\/>Add your postal address here!<\\/p>\",\"styles\":{\"block\":{\"backgroundColor\":\"transparent\"},\"text\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Arial\",\"fontSize\":\"12px\",\"textAlign\":\"left\"},\"link\":{\"fontColor\":\"#6cb7d4\",\"textDecoration\":\"none\"}}}]}]}]},\"globalStyles\":{\"text\":{\"fontColor\":\"#000000\",\"fontFamily\":\"Arial\",\"fontSize\":\"15px\",\"lineHeight\":\"1.6\"},\"h1\":{\"fontColor\":\"#111111\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"30px\",\"lineHeight\":\"1.6\"},\"h2\":{\"fontColor\":\"#222222\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"24px\",\"lineHeight\":\"1.6\"},\"h3\":{\"fontColor\":\"#333333\",\"fontFamily\":\"Trebuchet MS\",\"fontSize\":\"22px\",\"lineHeight\":\"1.6\"},\"link\":{\"fontColor\":\"#21759B\",\"textDecoration\":\"underline\"},\"wrapper\":{\"backgroundColor\":\"#ffffff\"},\"body\":{\"backgroundColor\":\"#ffffff\"}}}','https://ps.w.org/mailpoet/assets/newsletter-templates/confirm-interest-or-unsubscribe/thumbnail.20211026.jpg',NULL,1,NULL,'2024-09-02 22:23:35');
/*!40000 ALTER TABLE `wp_mailpoet_newsletter_templates` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_mailpoet_newsletters`
--

DROP TABLE IF EXISTS `wp_mailpoet_newsletters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_newsletters` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `hash` varchar(150) DEFAULT NULL,
  `parent_id` int(11) unsigned DEFAULT NULL,
  `subject` varchar(250) NOT NULL DEFAULT '',
  `type` varchar(150) NOT NULL DEFAULT 'standard',
  `sender_address` varchar(150) NOT NULL DEFAULT '',
  `sender_name` varchar(150) NOT NULL DEFAULT '',
  `status` varchar(20) NOT NULL DEFAULT 'draft',
  `reply_to_address` varchar(150) NOT NULL DEFAULT '',
  `reply_to_name` varchar(150) NOT NULL DEFAULT '',
  `preheader` varchar(250) NOT NULL DEFAULT '',
  `body` longtext DEFAULT NULL,
  `sent_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL,
  `unsubscribe_token` char(15) DEFAULT NULL,
  `ga_campaign` varchar(250) NOT NULL DEFAULT '',
  `wp_post_id` int(11) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `unsubscribe_token` (`unsubscribe_token`),
  KEY `type_status` (`type`,`status`),
  KEY `wp_post_id` (`wp_post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_newsletters`
--

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

--
-- Table structure for table `wp_mailpoet_scheduled_task_subscribers`
--

DROP TABLE IF EXISTS `wp_mailpoet_scheduled_task_subscribers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_scheduled_task_subscribers` (
  `task_id` int(11) unsigned NOT NULL,
  `subscriber_id` int(11) unsigned NOT NULL,
  `processed` int(1) NOT NULL,
  `failed` smallint(1) NOT NULL DEFAULT 0,
  `error` text DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`task_id`,`subscriber_id`),
  KEY `subscriber_id` (`subscriber_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_scheduled_task_subscribers`
--

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

--
-- Table structure for table `wp_mailpoet_scheduled_tasks`
--

DROP TABLE IF EXISTS `wp_mailpoet_scheduled_tasks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_scheduled_tasks` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `type` varchar(90) DEFAULT NULL,
  `status` varchar(12) DEFAULT NULL,
  `priority` mediumint(9) NOT NULL DEFAULT 0,
  `scheduled_at` timestamp NULL DEFAULT NULL,
  `processed_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL,
  `in_progress` int(1) DEFAULT NULL,
  `reschedule_count` int(11) NOT NULL DEFAULT 0,
  `meta` longtext DEFAULT NULL,
  `cancelled_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `type` (`type`),
  KEY `status` (`status`)
) ENGINE=InnoDB AUTO_INCREMENT=9605 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_scheduled_tasks`
--

LOCK TABLES `wp_mailpoet_scheduled_tasks` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_scheduled_tasks` DISABLE KEYS */;
INSERT INTO `wp_mailpoet_scheduled_tasks` VALUES
(1,'inactive_subscribers','completed',0,'2024-09-02 23:23:35','2024-09-02 23:54:05','2024-09-02 22:23:35','2024-09-02 23:54:05',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(2,'beamer',NULL,0,'2024-09-02 22:23:35',NULL,'2024-09-02 22:23:35','2025-07-23 23:32:33',NULL,0,0,NULL,NULL),
(3,'unsubscribe_tokens','completed',0,'2024-09-02 22:23:35','2024-09-02 22:26:18','2024-09-02 22:23:35','2024-09-02 22:26:18',NULL,0,0,'{\"last_subscriber_id\":9,\"last_newsletter_id\":0}',NULL),
(4,'subscriber_link_tokens','completed',0,'2024-09-02 22:23:35','2024-09-02 22:24:10','2024-09-02 22:23:35','2024-09-02 22:24:10',NULL,0,0,NULL,NULL),
(5,'subscribers_last_engagement','completed',0,'2024-09-02 22:23:35','2024-09-02 22:24:10','2024-09-02 22:23:35','2024-09-02 22:24:10',NULL,0,0,'{\"nextId\":2001}',NULL),
(6,'newsletter_templates_thumbnails','completed',10,'2024-09-02 22:23:35','2024-09-02 22:24:10','2024-09-02 22:23:35','2024-09-02 22:24:10',NULL,0,0,NULL,NULL),
(7,'backfill_engagement_data','completed',0,'2024-09-02 22:23:35','2024-09-02 22:24:10','2024-09-02 22:23:35','2024-09-02 22:24:10',NULL,0,0,'{\"last_subscriber_id\":9}',NULL),
(8,'mixpanel','completed',0,'2024-09-02 22:23:35','2024-09-02 22:24:10','2024-09-02 22:23:35','2024-09-02 22:24:10',NULL,0,0,NULL,NULL),
(9,'export_files_cleanup','completed',10,'2024-09-14 00:00:00','2024-09-14 01:12:21','2024-09-02 22:24:10','2024-09-14 01:12:21',NULL,0,0,NULL,NULL),
(10,'subscribers_email_count','completed',10,'2024-09-12 00:00:00','2024-09-12 01:26:56','2024-09-02 22:24:10','2024-09-12 01:26:56',NULL,0,0,'{\"highest_subscriber_id\":9,\"last_subscriber_id\":9}',NULL),
(11,'woocommerce_past_orders','completed',10,'2024-09-02 22:24:10','2024-09-02 22:26:18','2024-09-02 22:24:10','2024-09-02 22:26:18',NULL,0,0,NULL,NULL),
(12,'subscriber_link_tokens','completed',10,'2024-09-02 22:24:10','2024-09-02 22:26:18','2024-09-02 22:24:10','2024-09-02 22:26:18',NULL,0,0,NULL,NULL),
(13,'subscribers_engagement_score','completed',10,'2024-09-03 22:45:00','2024-09-04 16:14:46','2024-09-02 22:24:10','2024-09-04 16:14:46',NULL,0,0,NULL,NULL),
(14,'schedule_re_engagement_email','completed',10,'2024-09-03 22:24:10','2024-09-04 16:14:46','2024-09-02 22:24:10','2024-09-04 16:14:46',NULL,0,0,NULL,NULL),
(15,'mixpanel','completed',10,'2024-09-02 23:12:18','2024-09-02 23:21:33','2024-09-02 22:26:18','2024-09-02 23:21:33',NULL,0,0,NULL,NULL),
(16,'inactive_subscribers','completed',10,'2024-09-09 00:00:00','2024-09-09 00:40:49','2024-09-02 23:54:05','2024-09-09 00:40:49',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(17,'mixpanel','completed',10,'2024-09-03 00:13:05','2024-09-03 07:40:11','2024-09-02 23:54:05','2024-09-03 07:40:11',NULL,0,0,NULL,NULL),
(18,'subscribers_engagement_score','completed',10,'2024-09-04 16:14:46','2024-09-05 06:34:54','2024-09-04 16:14:46','2024-09-05 06:34:54',NULL,0,0,NULL,NULL),
(19,'mixpanel','completed',10,'2024-09-04 17:09:46','2024-09-05 06:34:54','2024-09-04 16:14:46','2024-09-05 06:34:54',NULL,0,0,NULL,NULL),
(20,'subscribers_engagement_score','completed',10,'2024-09-05 06:34:54','2024-09-05 06:38:21','2024-09-05 06:34:54','2024-09-05 06:38:21',NULL,0,0,NULL,NULL),
(21,'schedule_re_engagement_email','completed',10,'2024-09-06 06:34:54','2024-09-06 06:34:54','2024-09-05 06:34:54','2024-09-06 06:34:54',NULL,0,0,NULL,NULL),
(22,'subscribers_engagement_score','completed',10,'2024-09-06 13:25:00','2024-09-06 13:26:18','2024-09-05 06:38:21','2024-09-06 13:26:18',NULL,0,0,NULL,NULL),
(23,'mixpanel','completed',10,'2024-09-05 07:08:21','2024-09-05 15:12:21','2024-09-05 06:38:21','2024-09-05 15:12:21',NULL,0,0,NULL,NULL),
(24,'mixpanel','completed',10,'2024-09-05 19:33:47','2024-09-05 19:35:18','2024-09-05 19:32:47','2024-09-05 19:35:18',NULL,0,0,NULL,NULL),
(25,'mixpanel','completed',10,'2024-09-05 19:42:22','2024-09-05 19:42:35','2024-09-05 19:37:22','2024-09-05 19:42:35',NULL,0,0,NULL,NULL),
(26,'mixpanel','completed',10,'2024-09-05 19:52:46','2024-09-05 19:53:23','2024-09-05 19:44:46','2024-09-05 19:53:23',NULL,0,0,NULL,NULL),
(27,'mixpanel','completed',10,'2024-09-05 20:04:23','2024-09-05 20:04:46','2024-09-05 19:55:23','2024-09-05 20:04:46',NULL,0,0,NULL,NULL),
(28,'mixpanel','completed',10,'2024-09-05 20:58:56','2024-09-05 21:00:30','2024-09-05 20:06:56','2024-09-05 21:00:30',NULL,0,0,NULL,NULL),
(29,'mixpanel','completed',10,'2024-09-05 21:51:31','2024-09-05 21:54:31','2024-09-05 21:02:31','2024-09-05 21:54:31',NULL,0,0,NULL,NULL),
(30,'mixpanel','completed',10,'2024-09-05 22:03:37','2024-09-05 22:04:41','2024-09-05 21:56:37','2024-09-05 22:04:41',NULL,0,0,NULL,NULL),
(31,'mixpanel','completed',10,'2024-09-05 22:54:42','2024-09-05 22:55:06','2024-09-05 22:06:42','2024-09-05 22:55:06',NULL,0,0,NULL,NULL),
(32,'mixpanel','completed',10,'2024-09-05 23:21:07','2024-09-05 23:21:19','2024-09-05 22:57:07','2024-09-05 23:21:19',NULL,0,0,NULL,NULL),
(33,'mixpanel','completed',10,'2024-09-06 00:13:20','2024-09-06 00:13:45','2024-09-05 23:23:20','2024-09-06 00:13:45',NULL,0,0,NULL,NULL),
(34,'mixpanel','completed',10,'2024-09-06 00:39:46','2024-09-06 00:39:58','2024-09-06 00:15:46','2024-09-06 00:39:58',NULL,0,0,NULL,NULL),
(35,'mixpanel','completed',10,'2024-09-06 00:53:59','2024-09-06 00:56:06','2024-09-06 00:41:59','2024-09-06 00:56:06',NULL,0,0,NULL,NULL),
(36,'mixpanel','completed',10,'2024-09-06 01:00:07','2024-09-06 01:00:08','2024-09-06 00:58:07','2024-09-06 01:00:08',NULL,0,0,NULL,NULL),
(37,'mixpanel','completed',10,'2024-09-06 01:19:09','2024-09-06 01:20:18','2024-09-06 01:02:09','2024-09-06 01:20:18',NULL,0,0,NULL,NULL),
(38,'mixpanel','completed',10,'2024-09-06 01:38:19','2024-09-06 01:38:27','2024-09-06 01:22:19','2024-09-06 01:38:27',NULL,0,0,NULL,NULL),
(39,'mixpanel','completed',10,'2024-09-06 02:23:28','2024-09-06 02:24:50','2024-09-06 01:40:28','2024-09-06 02:24:50',NULL,0,0,NULL,NULL),
(40,'mixpanel','completed',10,'2024-09-06 02:36:51','2024-09-06 02:36:56','2024-09-06 02:26:51','2024-09-06 02:36:56',NULL,0,0,NULL,NULL),
(41,'mixpanel','completed',10,'2024-09-06 02:37:57','2024-09-06 02:42:59','2024-09-06 02:38:57','2024-09-06 02:42:59',NULL,0,0,NULL,NULL),
(42,'mixpanel','completed',10,'2024-09-06 03:09:00','2024-09-06 03:09:12','2024-09-06 02:45:00','2024-09-06 03:09:12',NULL,0,0,NULL,NULL),
(43,'mixpanel','completed',10,'2024-09-06 03:37:13','2024-09-06 03:37:26','2024-09-06 03:11:13','2024-09-06 03:37:26',NULL,0,0,NULL,NULL),
(44,'mixpanel','completed',10,'2024-09-06 03:50:28','2024-09-06 03:51:33','2024-09-06 03:39:28','2024-09-06 03:51:33',NULL,0,0,NULL,NULL),
(45,'mixpanel','completed',10,'2024-09-06 04:01:34','2024-09-06 04:01:38','2024-09-06 03:53:34','2024-09-06 04:01:38',NULL,0,0,NULL,NULL),
(46,'mixpanel','completed',10,'2024-09-06 04:12:39','2024-09-06 04:13:44','2024-09-06 04:03:39','2024-09-06 04:13:44',NULL,0,0,NULL,NULL),
(47,'mixpanel','completed',10,'2024-09-06 05:04:45','2024-09-06 05:06:10','2024-09-06 04:15:45','2024-09-06 05:06:10',NULL,0,0,NULL,NULL),
(48,'mixpanel','completed',10,'2024-09-06 05:22:11','2024-09-06 05:22:18','2024-09-06 05:08:11','2024-09-06 05:22:18',NULL,0,0,NULL,NULL),
(49,'mixpanel','completed',10,'2024-09-06 06:05:19','2024-09-06 06:06:40','2024-09-06 05:24:19','2024-09-06 06:06:40',NULL,0,0,NULL,NULL),
(50,'mixpanel','completed',10,'2024-09-06 06:51:41','2024-09-06 06:53:03','2024-09-06 06:08:41','2024-09-06 06:53:03',NULL,0,0,NULL,NULL),
(51,'schedule_re_engagement_email','completed',10,'2024-09-07 06:36:55','2024-09-07 08:10:22','2024-09-06 06:36:55','2024-09-07 08:10:22',NULL,0,0,NULL,NULL),
(52,'mixpanel','completed',10,'2024-09-06 07:35:04','2024-09-06 07:35:24','2024-09-06 06:55:04','2024-09-06 07:35:24',NULL,0,0,NULL,NULL),
(53,'mixpanel','completed',10,'2024-09-06 08:23:25','2024-09-06 08:23:48','2024-09-06 07:37:25','2024-09-06 08:23:48',NULL,0,0,NULL,NULL),
(54,'mixpanel','completed',10,'2024-09-06 08:36:49','2024-09-06 08:37:55','2024-09-06 08:25:49','2024-09-06 08:37:55',NULL,0,0,NULL,NULL),
(55,'mixpanel','completed',10,'2024-09-06 09:06:56','2024-09-06 09:08:10','2024-09-06 08:39:56','2024-09-06 09:08:10',NULL,0,0,NULL,NULL),
(56,'mixpanel','completed',10,'2024-09-06 09:43:11','2024-09-06 09:44:29','2024-09-06 09:10:11','2024-09-06 09:44:29',NULL,0,0,NULL,NULL),
(57,'mixpanel','completed',10,'2024-09-06 10:25:31','2024-09-06 10:26:49','2024-09-06 09:48:31','2024-09-06 10:26:49',NULL,0,0,NULL,NULL),
(58,'mixpanel','completed',10,'2024-09-06 10:29:50','2024-09-06 10:32:52','2024-09-06 10:28:50','2024-09-06 10:32:52',NULL,0,0,NULL,NULL),
(59,'mixpanel','completed',10,'2024-09-06 10:55:53','2024-09-06 10:57:04','2024-09-06 10:34:53','2024-09-06 10:57:04',NULL,0,0,NULL,NULL),
(60,'mixpanel','completed',10,'2024-09-06 11:10:05','2024-09-06 11:11:11','2024-09-06 10:59:05','2024-09-06 11:11:11',NULL,0,0,NULL,NULL),
(61,'mixpanel','completed',10,'2024-09-06 12:03:12','2024-09-06 12:05:38','2024-09-06 11:13:12','2024-09-06 12:05:38',NULL,0,0,NULL,NULL),
(62,'mixpanel','completed',10,'2024-09-06 13:01:39','2024-09-06 13:02:07','2024-09-06 12:07:39','2024-09-06 13:02:07',NULL,0,0,NULL,NULL),
(63,'mixpanel','completed',10,'2024-09-06 13:32:08','2024-09-06 16:48:09','2024-09-06 13:06:08','2024-09-06 16:48:09',NULL,0,0,NULL,NULL),
(64,'subscribers_engagement_score','completed',10,'2024-09-06 13:26:18','2024-09-06 13:28:19','2024-09-06 13:26:18','2024-09-06 13:28:19',NULL,0,0,NULL,NULL),
(65,'subscribers_engagement_score','completed',10,'2024-09-07 23:23:00','2024-09-08 00:19:16','2024-09-06 13:28:19','2024-09-08 00:19:16',NULL,0,0,NULL,NULL),
(66,'mixpanel','completed',10,'2024-09-06 17:31:50','2024-09-06 17:35:02','2024-09-06 16:51:50','2024-09-06 17:35:02',NULL,0,0,NULL,NULL),
(67,'mixpanel','completed',10,'2024-09-06 18:25:02','2024-09-06 18:25:33','2024-09-06 17:37:02','2024-09-06 18:25:33',NULL,0,0,NULL,NULL),
(68,'mixpanel','completed',10,'2024-09-06 18:35:38','2024-09-06 18:35:44','2024-09-06 18:27:38','2024-09-06 18:35:44',NULL,0,0,NULL,NULL),
(69,'mixpanel','completed',10,'2024-09-06 19:01:59','2024-09-06 19:02:33','2024-09-06 18:37:59','2024-09-06 19:02:33',NULL,0,0,NULL,NULL),
(70,'mixpanel','completed',10,'2024-09-06 19:12:35','2024-09-06 19:14:29','2024-09-06 19:05:35','2024-09-06 19:14:29',NULL,0,0,NULL,NULL),
(71,'mixpanel','completed',10,'2024-09-06 19:58:34','2024-09-06 19:59:13','2024-09-06 19:16:34','2024-09-06 19:59:13',NULL,0,0,NULL,NULL),
(72,'mixpanel','completed',10,'2024-09-06 20:16:26','2024-09-06 20:17:00','2024-09-06 20:01:26','2024-09-06 20:17:00',NULL,0,0,NULL,NULL),
(73,'mixpanel','completed',10,'2024-09-06 21:05:34','2024-09-06 21:07:38','2024-09-06 20:19:34','2024-09-06 21:07:38',NULL,0,0,NULL,NULL),
(74,'mixpanel','completed',10,'2024-09-06 22:07:39','2024-09-06 23:50:47','2024-09-06 21:09:39','2024-09-06 23:50:47',NULL,0,0,NULL,NULL),
(75,'mixpanel','completed',10,'2024-09-07 00:04:47','2024-09-07 00:07:30','2024-09-06 23:52:47','2024-09-07 00:07:30',NULL,0,0,NULL,NULL),
(76,'mixpanel','completed',10,'2024-09-07 02:26:18','2024-09-07 04:04:31','2024-09-07 02:08:18','2024-09-07 04:04:31',NULL,0,0,NULL,NULL),
(77,'mixpanel','completed',10,'2024-09-07 06:50:13','2024-09-07 08:10:22','2024-09-07 06:10:13','2024-09-07 08:10:22',NULL,0,0,NULL,NULL),
(78,'schedule_re_engagement_email','completed',10,'2024-09-08 10:08:39','2024-09-08 10:32:05','2024-09-07 10:08:39','2024-09-08 10:32:05',NULL,0,0,NULL,NULL),
(79,'mixpanel','completed',10,'2024-09-07 10:14:39','2024-09-07 12:10:41','2024-09-07 10:08:39','2024-09-07 12:10:41',NULL,0,0,NULL,NULL),
(80,'mixpanel','completed',10,'2024-09-07 14:02:18','2024-09-07 14:06:16','2024-09-07 13:47:18','2024-09-07 14:06:16',NULL,0,0,NULL,NULL),
(81,'mixpanel','completed',10,'2024-09-07 16:50:55','2024-09-07 18:13:07','2024-09-07 16:09:55','2024-09-07 18:13:07',NULL,0,0,NULL,NULL),
(82,'mixpanel','completed',10,'2024-09-07 18:51:11','2024-09-07 20:18:23','2024-09-07 18:52:11','2024-09-07 20:18:23',NULL,0,0,NULL,NULL),
(83,'mixpanel','completed',10,'2024-09-07 23:04:22','2024-09-08 00:19:16','2024-09-07 22:14:22','2024-09-08 00:19:16',NULL,0,0,NULL,NULL),
(84,'subscribers_engagement_score','completed',10,'2024-09-08 00:19:16','2024-09-08 02:22:43','2024-09-08 00:19:16','2024-09-08 02:22:43',NULL,0,0,NULL,NULL),
(85,'subscribers_engagement_score','completed',10,'2024-09-09 22:10:00','2024-09-09 22:59:41','2024-09-08 02:22:43','2024-09-09 22:59:41',NULL,0,0,NULL,NULL),
(86,'mixpanel','completed',10,'2024-09-08 02:39:43','2024-09-08 04:18:38','2024-09-08 02:22:43','2024-09-08 04:18:38',NULL,0,0,NULL,NULL),
(87,'mixpanel','completed',10,'2024-09-08 06:27:11','2024-09-08 08:26:03','2024-09-08 05:50:11','2024-09-08 08:26:03',NULL,0,0,NULL,NULL),
(88,'mixpanel','completed',10,'2024-09-08 11:07:05','2024-09-08 12:36:53','2024-09-08 10:32:05','2024-09-08 12:36:53',NULL,0,0,NULL,NULL),
(89,'schedule_re_engagement_email','completed',10,'2024-09-09 12:36:53','2024-09-09 14:32:25','2024-09-08 12:36:53','2024-09-09 14:32:25',NULL,0,0,NULL,NULL),
(90,'mixpanel','completed',10,'2024-09-08 13:50:06','2024-09-08 14:41:32','2024-09-08 13:28:06','2024-09-08 14:41:32',NULL,0,0,NULL,NULL),
(91,'mixpanel','completed',10,'2024-09-08 17:20:11','2024-09-08 18:35:41','2024-09-08 16:40:11','2024-09-08 18:35:41',NULL,0,0,NULL,NULL),
(92,'mixpanel','completed',10,'2024-09-08 21:06:53','2024-09-08 22:42:48','2024-09-08 20:39:53','2024-09-08 22:42:48',NULL,0,0,NULL,NULL),
(93,'inactive_subscribers','completed',10,'2024-09-17 00:00:00','2024-09-17 01:47:32','2024-09-09 00:40:49','2024-09-17 01:47:32',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(94,'mixpanel','completed',10,'2024-09-09 01:07:49','2024-09-09 02:42:37','2024-09-09 00:40:49','2024-09-09 02:42:37',NULL,0,0,NULL,NULL),
(95,'mixpanel','completed',10,'2024-09-09 05:35:41','2024-09-09 06:38:44','2024-09-09 04:42:41','2024-09-09 06:38:44',NULL,0,0,NULL,NULL),
(96,'mixpanel','completed',10,'2024-09-09 09:07:40','2024-09-09 10:36:04','2024-09-09 08:39:40','2024-09-09 10:36:04',NULL,0,0,NULL,NULL),
(97,'mixpanel','completed',10,'2024-09-09 11:42:49','2024-09-09 12:32:24','2024-09-09 10:45:49','2024-09-09 12:32:24',NULL,0,0,NULL,NULL),
(98,'mixpanel','completed',10,'2024-09-09 15:05:25','2024-09-09 16:35:06','2024-09-09 14:32:25','2024-09-09 16:35:06',NULL,0,0,NULL,NULL),
(99,'schedule_re_engagement_email','completed',10,'2024-09-10 16:35:06','2024-09-10 16:50:10','2024-09-09 16:35:06','2024-09-10 16:50:10',NULL,0,0,NULL,NULL),
(100,'mixpanel','completed',10,'2024-09-09 18:47:03','2024-09-09 20:53:36','2024-09-09 18:42:03','2024-09-09 20:53:36',NULL,0,0,NULL,NULL),
(101,'subscribers_engagement_score','completed',10,'2024-09-09 22:59:41','2024-09-10 00:57:28','2024-09-09 22:59:41','2024-09-10 00:57:28',NULL,0,0,NULL,NULL),
(102,'mixpanel','completed',10,'2024-09-09 23:02:41','2024-09-10 00:57:28','2024-09-09 22:59:41','2024-09-10 00:57:28',NULL,0,0,NULL,NULL),
(103,'subscribers_engagement_score','completed',10,'2024-09-11 05:50:00','2024-09-11 07:06:32','2024-09-10 00:57:28','2024-09-11 07:06:32',NULL,0,0,NULL,NULL),
(104,'mixpanel','completed',10,'2024-09-10 03:35:49','2024-09-10 05:04:07','2024-09-10 03:04:49','2024-09-10 05:04:07',NULL,0,0,NULL,NULL),
(105,'mixpanel','completed',10,'2024-09-10 07:37:58','2024-09-10 09:06:21','2024-09-10 07:08:58','2024-09-10 09:06:21',NULL,0,0,NULL,NULL),
(106,'mixpanel','completed',10,'2024-09-10 11:15:54','2024-09-10 13:01:48','2024-09-10 11:02:54','2024-09-10 13:01:48',NULL,0,0,NULL,NULL),
(107,'mixpanel','completed',10,'2024-09-10 13:57:07','2024-09-10 14:59:15','2024-09-10 13:24:07','2024-09-10 14:59:15',NULL,0,0,NULL,NULL),
(108,'mixpanel','completed',10,'2024-09-10 17:24:10','2024-09-10 19:08:01','2024-09-10 16:50:10','2024-09-10 19:08:01',NULL,0,0,NULL,NULL),
(109,'schedule_re_engagement_email','completed',10,'2024-09-11 16:59:47','2024-09-11 17:04:16','2024-09-10 16:59:47','2024-09-11 17:04:16',NULL,0,0,NULL,NULL),
(110,'mixpanel','completed',10,'2024-09-10 20:54:54','2024-09-10 20:57:03','2024-09-10 20:34:54','2024-09-10 20:57:03',NULL,0,0,NULL,NULL),
(111,'mixpanel','completed',10,'2024-09-10 21:22:51','2024-09-10 22:04:00','2024-09-10 20:59:51','2024-09-10 22:04:00',NULL,0,0,NULL,NULL),
(112,'mixpanel','completed',10,'2024-09-10 23:39:49','2024-09-10 23:41:18','2024-09-10 23:06:49','2024-09-10 23:41:18',NULL,0,0,NULL,NULL),
(113,'mixpanel','completed',10,'2024-09-11 00:02:19','2024-09-11 01:10:07','2024-09-10 23:43:19','2024-09-11 01:10:07',NULL,0,0,NULL,NULL),
(114,'mixpanel','completed',10,'2024-09-11 02:44:36','2024-09-11 03:03:03','2024-09-11 02:12:36','2024-09-11 03:03:03',NULL,0,0,NULL,NULL),
(115,'mixpanel','completed',10,'2024-09-11 04:04:16','2024-09-11 05:11:52','2024-09-11 03:07:16','2024-09-11 05:11:52',NULL,0,0,NULL,NULL),
(116,'subscribers_engagement_score','completed',10,'2024-09-11 07:06:32','2024-09-11 09:06:01','2024-09-11 07:06:32','2024-09-11 09:06:01',NULL,0,0,NULL,NULL),
(117,'mixpanel','completed',10,'2024-09-11 07:11:32','2024-09-11 09:06:01','2024-09-11 07:06:32','2024-09-11 09:06:01',NULL,0,0,NULL,NULL),
(118,'subscribers_engagement_score','completed',10,'2024-09-12 16:43:00','2024-09-12 16:44:28','2024-09-11 09:06:01','2024-09-12 16:44:28',NULL,0,0,NULL,NULL),
(119,'mixpanel','completed',10,'2024-09-11 11:08:02','2024-09-11 13:01:33','2024-09-11 11:04:02','2024-09-11 13:01:33',NULL,0,0,NULL,NULL),
(120,'mixpanel','completed',10,'2024-09-11 15:38:41','2024-09-11 17:04:16','2024-09-11 14:57:41','2024-09-11 17:04:16',NULL,0,0,NULL,NULL),
(121,'schedule_re_engagement_email','completed',10,'2024-09-12 19:19:19','2024-09-12 19:20:23','2024-09-11 19:19:19','2024-09-12 19:20:23',NULL,0,0,NULL,NULL),
(122,'mixpanel','completed',10,'2024-09-11 19:41:19','2024-09-11 21:30:56','2024-09-11 19:19:19','2024-09-11 21:30:56',NULL,0,0,NULL,NULL),
(123,'mixpanel','completed',10,'2024-09-11 23:44:56','2024-09-12 01:26:56','2024-09-11 23:30:56','2024-09-12 01:26:56',NULL,0,0,NULL,NULL),
(124,'subscribers_email_count','completed',10,'2024-09-20 00:00:00','2024-09-20 02:30:35','2024-09-12 01:26:56','2024-09-20 02:30:35',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(125,'mixpanel','completed',10,'2024-09-12 03:13:38','2024-09-12 03:31:39','2024-09-12 02:44:38','2024-09-12 03:31:39',NULL,0,0,NULL,NULL),
(126,'mixpanel','completed',10,'2024-09-12 04:17:47','2024-09-12 04:18:16','2024-09-12 03:38:47','2024-09-12 04:18:16',NULL,0,0,NULL,NULL),
(127,'mixpanel','completed',10,'2024-09-12 05:05:55','2024-09-12 05:30:34','2024-09-12 04:23:55','2024-09-12 05:30:34',NULL,0,0,NULL,NULL),
(128,'mixpanel','completed',10,'2024-09-12 08:29:18','2024-09-12 09:49:30','2024-09-12 07:38:18','2024-09-12 09:49:30',NULL,0,0,NULL,NULL),
(129,'mixpanel','completed',10,'2024-09-12 10:20:12','2024-09-12 11:53:15','2024-09-12 10:15:12','2024-09-12 11:53:15',NULL,0,0,NULL,NULL),
(130,'mixpanel','completed',10,'2024-09-12 14:28:49','2024-09-12 16:03:10','2024-09-12 13:55:49','2024-09-12 16:03:10',NULL,0,0,NULL,NULL),
(131,'mixpanel','completed',10,'2024-09-12 16:27:31','2024-09-12 16:32:17','2024-09-12 16:18:31','2024-09-12 16:32:17',NULL,0,0,NULL,NULL),
(132,'mixpanel','completed',10,'2024-09-12 16:38:23','2024-09-12 16:38:25','2024-09-12 16:34:23','2024-09-12 16:38:25',NULL,0,0,NULL,NULL),
(133,'mixpanel','completed',10,'2024-09-12 17:23:27','2024-09-12 17:24:23','2024-09-12 16:40:27','2024-09-12 17:24:23',NULL,0,0,NULL,NULL),
(134,'subscribers_engagement_score','completed',10,'2024-09-12 16:44:28','2024-09-12 16:46:29','2024-09-12 16:44:28','2024-09-12 16:46:29',NULL,0,0,NULL,NULL),
(135,'subscribers_engagement_score','completed',10,'2024-09-13 15:59:00','2024-09-13 16:41:02','2024-09-12 16:46:29','2024-09-13 16:41:02',NULL,0,0,NULL,NULL),
(136,'mixpanel','completed',10,'2024-09-12 18:00:25','2024-09-12 18:01:45','2024-09-12 17:26:25','2024-09-12 18:01:45',NULL,0,0,NULL,NULL),
(137,'mixpanel','completed',10,'2024-09-12 18:48:46','2024-09-12 18:50:08','2024-09-12 18:03:46','2024-09-12 18:50:08',NULL,0,0,NULL,NULL),
(138,'mixpanel','completed',10,'2024-09-12 19:45:09','2024-09-12 19:48:37','2024-09-12 18:52:09','2024-09-12 19:48:37',NULL,0,0,NULL,NULL),
(139,'schedule_re_engagement_email','completed',10,'2024-09-13 19:22:24','2024-09-13 21:16:12','2024-09-12 19:22:24','2024-09-13 21:16:12',NULL,0,0,NULL,NULL),
(140,'mixpanel','completed',10,'2024-09-12 20:34:39','2024-09-12 20:36:25','2024-09-12 19:50:39','2024-09-12 20:36:25',NULL,0,0,NULL,NULL),
(141,'mixpanel','completed',10,'2024-09-12 20:47:11','2024-09-12 20:48:42','2024-09-12 20:39:11','2024-09-12 20:48:42',NULL,0,0,NULL,NULL),
(142,'mixpanel','completed',10,'2024-09-12 21:48:23','2024-09-12 22:32:03','2024-09-12 20:51:23','2024-09-12 22:32:03',NULL,0,0,NULL,NULL),
(143,'mixpanel','completed',10,'2024-09-12 23:46:56','2024-09-12 23:47:10','2024-09-12 22:57:56','2024-09-12 23:47:10',NULL,0,0,NULL,NULL),
(144,'mixpanel','completed',10,'2024-09-13 00:45:56','2024-09-13 02:32:32','2024-09-13 00:07:56','2024-09-13 02:32:32',NULL,0,0,NULL,NULL),
(145,'mixpanel','completed',10,'2024-09-13 03:39:23','2024-09-13 03:49:19','2024-09-13 03:24:23','2024-09-13 03:49:19',NULL,0,0,NULL,NULL),
(146,'mixpanel','completed',10,'2024-09-13 04:24:18','2024-09-13 04:29:39','2024-09-13 03:53:18','2024-09-13 04:29:39',NULL,0,0,NULL,NULL),
(147,'mixpanel','completed',10,'2024-09-13 07:19:04','2024-09-13 07:38:42','2024-09-13 06:34:04','2024-09-13 07:38:42',NULL,0,0,NULL,NULL),
(148,'mixpanel','completed',10,'2024-09-13 08:44:13','2024-09-13 10:42:39','2024-09-13 08:34:13','2024-09-13 10:42:39',NULL,0,0,NULL,NULL),
(149,'mixpanel','completed',10,'2024-09-13 13:18:16','2024-09-13 14:26:21','2024-09-13 12:44:16','2024-09-13 14:26:21',NULL,0,0,NULL,NULL),
(150,'mixpanel','completed',10,'2024-09-13 15:38:18','2024-09-13 16:41:02','2024-09-13 14:48:18','2024-09-13 16:41:02',NULL,0,0,NULL,NULL),
(151,'subscribers_engagement_score','completed',10,'2024-09-14 11:32:00','2024-09-14 13:20:38','2024-09-13 16:41:02','2024-09-14 13:20:38',NULL,0,0,NULL,NULL),
(152,'mixpanel','completed',10,'2024-09-13 16:43:04','2024-09-13 16:46:05','2024-09-13 16:44:04','2024-09-13 16:46:05',NULL,0,0,NULL,NULL),
(153,'mixpanel','completed',10,'2024-09-13 17:45:05','2024-09-13 19:12:08','2024-09-13 16:48:05','2024-09-13 19:12:08',NULL,0,0,NULL,NULL),
(154,'mixpanel','completed',10,'2024-09-13 21:42:12','2024-09-13 21:57:07','2024-09-13 21:16:12','2024-09-13 21:57:07',NULL,0,0,NULL,NULL),
(155,'schedule_re_engagement_email','completed',10,'2024-09-14 21:57:07','2024-09-14 21:58:27','2024-09-13 21:57:07','2024-09-14 21:58:27',NULL,0,0,NULL,NULL),
(156,'mixpanel','completed',10,'2024-09-13 22:48:12','2024-09-13 23:33:23','2024-09-13 22:00:12','2024-09-13 23:33:23',NULL,0,0,NULL,NULL),
(157,'mixpanel','completed',10,'2024-09-14 00:10:54','2024-09-14 01:12:21','2024-09-13 23:44:54','2024-09-14 01:12:21',NULL,0,0,NULL,NULL),
(158,'export_files_cleanup','completed',10,'2024-09-19 00:00:00','2024-09-19 02:01:11','2024-09-14 05:23:00','2024-09-19 02:01:11',NULL,0,0,NULL,NULL),
(159,'mixpanel','completed',10,'2024-09-14 05:25:00','2024-09-14 09:27:22','2024-09-14 05:23:00','2024-09-14 09:27:22',NULL,0,0,NULL,NULL),
(160,'subscribers_engagement_score','completed',10,'2024-09-14 13:20:38','2024-09-14 17:14:56','2024-09-14 13:20:38','2024-09-14 17:14:56',NULL,0,0,NULL,NULL),
(161,'mixpanel','completed',10,'2024-09-14 14:07:38','2024-09-14 17:14:56','2024-09-14 13:20:38','2024-09-14 17:14:56',NULL,0,0,NULL,NULL),
(162,'subscribers_engagement_score','completed',10,'2024-09-15 00:07:00','2024-09-15 01:23:15','2024-09-14 17:14:56','2024-09-15 01:23:15',NULL,0,0,NULL,NULL),
(163,'mixpanel','completed',10,'2024-09-14 19:38:12','2024-09-14 20:59:50','2024-09-14 18:55:12','2024-09-14 20:59:50',NULL,0,0,NULL,NULL),
(164,'mixpanel','completed',10,'2024-09-14 21:53:25','2024-09-14 21:53:36','2024-09-14 21:02:25','2024-09-14 21:53:36',NULL,0,0,NULL,NULL),
(165,'mixpanel','completed',10,'2024-09-14 22:43:27','2024-09-14 22:44:45','2024-09-14 21:58:27','2024-09-14 22:44:45',NULL,0,0,NULL,NULL),
(166,'schedule_re_engagement_email','completed',10,'2024-09-15 22:00:28','2024-09-16 01:29:15','2024-09-14 22:00:28','2024-09-16 01:29:15',NULL,0,0,NULL,NULL),
(167,'mixpanel','completed',10,'2024-09-14 23:23:46','2024-09-14 23:24:10','2024-09-14 22:46:46','2024-09-14 23:24:10',NULL,0,0,NULL,NULL),
(168,'mixpanel','completed',10,'2024-09-14 23:42:11','2024-09-14 23:43:51','2024-09-14 23:26:11','2024-09-14 23:43:51',NULL,0,0,NULL,NULL),
(169,'mixpanel','completed',10,'2024-09-15 00:55:58','2024-09-15 01:23:15','2024-09-14 23:57:58','2024-09-15 01:23:15',NULL,0,0,NULL,NULL),
(170,'subscribers_engagement_score','completed',10,'2024-09-16 01:31:00','2024-09-16 05:27:18','2024-09-15 01:23:15','2024-09-16 05:27:18',NULL,0,0,NULL,NULL),
(171,'mixpanel','completed',10,'2024-09-15 03:23:40','2024-09-15 05:22:34','2024-09-15 03:21:40','2024-09-15 05:22:34',NULL,0,0,NULL,NULL),
(172,'mixpanel','completed',10,'2024-09-15 09:39:09','2024-09-15 13:12:11','2024-09-15 09:23:09','2024-09-15 13:12:11',NULL,0,0,NULL,NULL),
(173,'mixpanel','completed',10,'2024-09-15 17:42:21','2024-09-15 21:23:58','2024-09-15 17:15:21','2024-09-15 21:23:58',NULL,0,0,NULL,NULL),
(174,'mixpanel','completed',10,'2024-09-16 01:46:15','2024-09-16 05:27:18','2024-09-16 01:29:15','2024-09-16 05:27:18',NULL,0,0,NULL,NULL),
(175,'subscribers_engagement_score','completed',10,'2024-09-16 05:27:18','2024-09-16 09:27:51','2024-09-16 05:27:18','2024-09-16 09:27:51',NULL,0,0,NULL,NULL),
(176,'schedule_re_engagement_email','completed',10,'2024-09-17 05:27:18','2024-09-17 05:46:41','2024-09-16 05:27:18','2024-09-17 05:46:41',NULL,0,0,NULL,NULL),
(177,'subscribers_engagement_score','completed',10,'2024-09-17 11:48:00','2024-09-17 12:03:21','2024-09-16 09:27:51','2024-09-17 12:03:21',NULL,0,0,NULL,NULL),
(178,'mixpanel','completed',10,'2024-09-16 10:06:51','2024-09-16 10:52:47','2024-09-16 09:27:51','2024-09-16 10:52:47',NULL,0,0,NULL,NULL),
(179,'mixpanel','completed',10,'2024-09-16 13:46:17','2024-09-16 16:23:41','2024-09-16 13:38:17','2024-09-16 16:23:41',NULL,0,0,NULL,NULL),
(180,'mixpanel','completed',10,'2024-09-16 16:58:19','2024-09-16 17:14:16','2024-09-16 16:26:19','2024-09-16 17:14:16',NULL,0,0,NULL,NULL),
(181,'mixpanel','completed',10,'2024-09-16 17:57:16','2024-09-16 21:46:58','2024-09-16 17:17:16','2024-09-16 21:46:58',NULL,0,0,NULL,NULL),
(182,'inactive_subscribers','completed',10,'2024-09-23 00:00:00','2024-09-23 03:23:28','2024-09-17 01:47:32','2024-09-23 03:23:28',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(183,'mixpanel','completed',10,'2024-09-17 02:32:32','2024-09-17 05:46:41','2024-09-17 01:47:32','2024-09-17 05:46:41',NULL,0,0,NULL,NULL),
(184,'schedule_re_engagement_email','completed',10,'2024-09-18 09:47:38','2024-09-18 10:06:02','2024-09-17 09:47:38','2024-09-18 10:06:02',NULL,0,0,NULL,NULL),
(185,'mixpanel','completed',10,'2024-09-17 10:37:38','2024-09-17 12:03:21','2024-09-17 09:47:38','2024-09-17 12:03:21',NULL,0,0,NULL,NULL),
(186,'subscribers_engagement_score','completed',10,'2024-09-17 12:03:21','2024-09-17 13:50:50','2024-09-17 12:03:21','2024-09-17 13:50:50',NULL,0,0,NULL,NULL),
(187,'subscribers_engagement_score','completed',10,'2024-09-18 01:00:00','2024-09-18 01:48:35','2024-09-17 13:50:50','2024-09-18 01:48:35',NULL,0,0,NULL,NULL),
(188,'mixpanel','completed',10,'2024-09-17 14:23:50','2024-09-17 15:02:07','2024-09-17 13:50:50','2024-09-17 15:02:07',NULL,0,0,NULL,NULL),
(189,'mixpanel','completed',10,'2024-09-17 15:49:13','2024-09-17 17:58:06','2024-09-17 15:04:13','2024-09-17 17:58:06',NULL,0,0,NULL,NULL),
(190,'mixpanel','completed',10,'2024-09-17 22:35:46','2024-09-18 01:48:35','2024-09-17 21:58:46','2024-09-18 01:48:35',NULL,0,0,NULL,NULL),
(191,'subscribers_engagement_score','completed',10,'2024-09-19 16:45:00','2024-09-19 18:26:44','2024-09-18 01:48:35','2024-09-19 18:26:44',NULL,0,0,NULL,NULL),
(192,'mixpanel','completed',10,'2024-09-18 06:30:21','2024-09-18 09:34:39','2024-09-18 05:53:21','2024-09-18 09:34:39',NULL,0,0,NULL,NULL),
(193,'mixpanel','completed',10,'2024-09-18 10:05:02','2024-09-18 14:17:28','2024-09-18 10:06:02','2024-09-18 14:17:28',NULL,0,0,NULL,NULL),
(194,'schedule_re_engagement_email','completed',10,'2024-09-19 14:17:28','2024-09-19 14:22:15','2024-09-18 14:17:28','2024-09-19 14:22:15',NULL,0,0,NULL,NULL),
(195,'mixpanel','completed',10,'2024-09-18 19:07:40','2024-09-18 22:12:20','2024-09-18 18:17:40','2024-09-18 22:12:20',NULL,0,0,NULL,NULL),
(196,'mixpanel','completed',10,'2024-09-19 02:47:11','2024-09-19 05:52:34','2024-09-19 02:01:11','2024-09-19 05:52:34',NULL,0,0,NULL,NULL),
(197,'export_files_cleanup','completed',10,'2024-09-28 00:00:00','2024-09-28 00:58:18','2024-09-19 05:52:34','2024-09-28 00:58:18',NULL,0,0,NULL,NULL),
(198,'mixpanel','completed',10,'2024-09-19 10:09:30','2024-09-19 14:22:15','2024-09-19 10:09:30','2024-09-19 14:22:15',NULL,0,0,NULL,NULL),
(199,'subscribers_engagement_score','completed',10,'2024-09-19 18:26:44','2024-09-19 22:31:24','2024-09-19 18:26:44','2024-09-19 22:31:24',NULL,0,0,NULL,NULL),
(200,'schedule_re_engagement_email','completed',10,'2024-09-20 18:26:44','2024-09-20 18:39:28','2024-09-19 18:26:44','2024-09-20 18:39:28',NULL,0,0,NULL,NULL),
(201,'mixpanel','completed',10,'2024-09-19 18:49:44','2024-09-19 22:31:24','2024-09-19 18:26:44','2024-09-19 22:31:24',NULL,0,0,NULL,NULL),
(202,'subscribers_engagement_score','completed',10,'2024-09-20 09:06:00','2024-09-20 09:49:06','2024-09-19 22:31:24','2024-09-20 09:49:06',NULL,0,0,NULL,NULL),
(203,'subscribers_email_count','completed',10,'2024-09-26 00:00:00','2024-09-26 00:03:43','2024-09-20 02:30:35','2024-09-26 00:03:43',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(204,'mixpanel','completed',10,'2024-09-20 02:46:36','2024-09-20 04:55:46','2024-09-20 02:30:36','2024-09-20 04:55:46',NULL,0,0,NULL,NULL),
(205,'mixpanel','completed',10,'2024-09-20 06:55:44','2024-09-20 07:50:47','2024-09-20 06:33:44','2024-09-20 07:50:47',NULL,0,0,NULL,NULL),
(206,'subscribers_engagement_score','completed',10,'2024-09-21 15:42:00','2024-09-21 15:56:37','2024-09-20 09:49:06','2024-09-21 15:56:37',NULL,0,0,NULL,NULL),
(207,'mixpanel','completed',10,'2024-09-20 09:59:06','2024-09-20 10:45:08','2024-09-20 09:49:06','2024-09-20 10:45:08',NULL,0,0,NULL,NULL),
(208,'mixpanel','completed',10,'2024-09-20 12:26:27','2024-09-20 14:39:51','2024-09-20 11:50:27','2024-09-20 14:39:51',NULL,0,0,NULL,NULL),
(209,'mixpanel','completed',10,'2024-09-20 19:26:28','2024-09-20 20:09:35','2024-09-20 18:39:28','2024-09-20 20:09:35',NULL,0,0,NULL,NULL),
(210,'schedule_re_engagement_email','completed',10,'2024-09-21 18:52:44','2024-09-21 19:25:17','2024-09-20 18:52:44','2024-09-21 19:25:17',NULL,0,0,NULL,NULL),
(211,'mixpanel','completed',10,'2024-09-20 23:49:19','2024-09-21 03:01:58','2024-09-20 22:57:19','2024-09-21 03:01:58',NULL,0,0,NULL,NULL),
(212,'mixpanel','completed',10,'2024-09-21 08:08:03','2024-09-21 11:03:21','2024-09-21 07:13:03','2024-09-21 11:03:21',NULL,0,0,NULL,NULL),
(213,'mixpanel','completed',10,'2024-09-21 15:58:40','2024-09-21 19:25:17','2024-09-21 15:14:40','2024-09-21 19:25:17',NULL,0,0,NULL,NULL),
(214,'subscribers_engagement_score','completed',10,'2024-09-21 15:56:37','2024-09-21 19:25:17','2024-09-21 15:56:37','2024-09-21 19:25:17',NULL,0,0,NULL,NULL),
(215,'subscribers_engagement_score','completed',10,'2024-09-22 12:10:00','2024-09-22 15:19:57','2024-09-21 19:25:17','2024-09-22 15:19:57',NULL,0,0,NULL,NULL),
(216,'schedule_re_engagement_email','completed',10,'2024-09-22 23:25:31','2024-09-22 23:27:24','2024-09-21 23:25:31','2024-09-22 23:27:24',NULL,0,0,NULL,NULL),
(217,'mixpanel','completed',10,'2024-09-21 23:43:31','2024-09-22 03:23:49','2024-09-21 23:25:31','2024-09-22 03:23:49',NULL,0,0,NULL,NULL),
(218,'mixpanel','completed',10,'2024-09-22 07:27:10','2024-09-22 11:30:15','2024-09-22 07:20:10','2024-09-22 11:30:15',NULL,0,0,NULL,NULL),
(219,'mixpanel','completed',10,'2024-09-22 12:15:02','2024-09-22 15:19:57','2024-09-22 11:36:02','2024-09-22 15:19:57',NULL,0,0,NULL,NULL),
(220,'subscribers_engagement_score','completed',10,'2024-09-23 02:44:00','2024-09-23 03:23:28','2024-09-22 15:19:57','2024-09-23 03:23:28',NULL,0,0,NULL,NULL),
(221,'mixpanel','completed',10,'2024-09-22 17:16:39','2024-09-22 19:31:19','2024-09-22 17:14:39','2024-09-22 19:31:19',NULL,0,0,NULL,NULL),
(222,'mixpanel','completed',10,'2024-09-22 21:05:36','2024-09-22 23:27:24','2024-09-22 20:34:36','2024-09-22 23:27:24',NULL,0,0,NULL,NULL),
(223,'inactive_subscribers','completed',10,'2024-10-04 00:00:00','2024-10-04 00:01:43','2024-09-23 03:23:28','2024-10-04 00:01:43',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(224,'subscribers_engagement_score','completed',10,'2024-09-23 03:23:28','2024-09-23 07:34:27','2024-09-23 03:23:28','2024-09-23 07:34:27',NULL,0,0,NULL,NULL),
(225,'schedule_re_engagement_email','completed',10,'2024-09-24 03:23:28','2024-09-24 03:40:58','2024-09-23 03:23:28','2024-09-24 03:40:58',NULL,0,0,NULL,NULL),
(226,'mixpanel','completed',10,'2024-09-23 03:36:28','2024-09-23 07:34:27','2024-09-23 03:23:28','2024-09-23 07:34:27',NULL,0,0,NULL,NULL),
(227,'subscribers_engagement_score','completed',10,'2024-09-24 06:28:00','2024-09-24 08:00:55','2024-09-23 07:34:27','2024-09-24 08:00:55',NULL,0,0,NULL,NULL),
(228,'mixpanel','completed',10,'2024-09-23 11:55:16','2024-09-23 13:49:42','2024-09-23 11:25:16','2024-09-23 13:49:42',NULL,0,0,NULL,NULL),
(229,'mixpanel','completed',10,'2024-09-23 15:52:13','2024-09-23 19:20:57','2024-09-23 15:40:13','2024-09-23 19:20:57',NULL,0,0,NULL,NULL),
(230,'mixpanel','completed',10,'2024-09-23 20:15:13','2024-09-23 20:16:45','2024-09-23 19:23:13','2024-09-23 20:16:45',NULL,0,0,NULL,NULL),
(231,'mixpanel','completed',10,'2024-09-23 20:46:46','2024-09-23 21:34:56','2024-09-23 20:18:46','2024-09-23 21:34:56',NULL,0,0,NULL,NULL),
(232,'mixpanel','completed',10,'2024-09-23 21:41:57','2024-09-23 21:42:59','2024-09-23 21:36:57','2024-09-23 21:42:59',NULL,0,0,NULL,NULL),
(233,'mixpanel','completed',10,'2024-09-23 21:49:01','2024-09-23 21:49:02','2024-09-23 21:47:01','2024-09-23 21:49:02',NULL,0,0,NULL,NULL),
(234,'mixpanel','completed',10,'2024-09-23 22:38:03','2024-09-23 22:39:27','2024-09-23 21:51:03','2024-09-23 22:39:27',NULL,0,0,NULL,NULL),
(235,'mixpanel','completed',10,'2024-09-23 23:21:28','2024-09-23 23:21:45','2024-09-23 22:41:28','2024-09-23 23:21:45',NULL,0,0,NULL,NULL),
(236,'mixpanel','completed',10,'2024-09-23 23:32:47','2024-09-23 23:33:52','2024-09-23 23:23:47','2024-09-23 23:33:52',NULL,0,0,NULL,NULL),
(237,'mixpanel','completed',10,'2024-09-23 23:50:25','2024-09-23 23:50:26','2024-09-23 23:48:25','2024-09-23 23:50:26',NULL,0,0,NULL,NULL),
(238,'mixpanel','completed',10,'2024-09-24 00:23:27','2024-09-24 01:50:15','2024-09-23 23:52:27','2024-09-24 01:50:15',NULL,0,0,NULL,NULL),
(239,'mixpanel','completed',10,'2024-09-24 02:49:35','2024-09-24 02:49:44','2024-09-24 01:59:35','2024-09-24 02:49:44',NULL,0,0,NULL,NULL),
(240,'mixpanel','completed',10,'2024-09-24 03:20:44','2024-09-24 03:40:58','2024-09-24 02:53:44','2024-09-24 03:40:58',NULL,0,0,NULL,NULL),
(241,'schedule_re_engagement_email','completed',10,'2024-09-25 03:42:59','2024-09-25 03:53:43','2024-09-24 03:42:59','2024-09-25 03:53:43',NULL,0,0,NULL,NULL),
(242,'mixpanel','completed',10,'2024-09-24 03:58:59','2024-09-24 03:59:07','2024-09-24 03:42:59','2024-09-24 03:59:07',NULL,0,0,NULL,NULL),
(243,'mixpanel','completed',10,'2024-09-24 04:53:09','2024-09-24 05:09:40','2024-09-24 04:03:09','2024-09-24 05:09:40',NULL,0,0,NULL,NULL),
(244,'subscribers_engagement_score','completed',10,'2024-09-24 08:00:55','2024-09-24 12:16:25','2024-09-24 08:00:55','2024-09-24 12:16:25',NULL,0,0,NULL,NULL),
(245,'mixpanel','completed',10,'2024-09-24 08:04:55','2024-09-24 12:16:25','2024-09-24 08:00:55','2024-09-24 12:16:25',NULL,0,0,NULL,NULL),
(246,'subscribers_engagement_score','completed',10,'2024-09-25 10:15:00','2024-09-25 12:32:37','2024-09-24 12:16:25','2024-09-25 12:32:37',NULL,0,0,NULL,NULL),
(247,'mixpanel','completed',10,'2024-09-24 16:38:21','2024-09-24 16:40:25','2024-09-24 16:26:21','2024-09-24 16:40:25',NULL,0,0,NULL,NULL),
(248,'mixpanel','completed',10,'2024-09-24 16:54:26','2024-09-24 16:54:32','2024-09-24 16:42:26','2024-09-24 16:54:32',NULL,0,0,NULL,NULL),
(249,'mixpanel','completed',10,'2024-09-24 17:40:33','2024-09-24 17:40:54','2024-09-24 16:56:33','2024-09-24 17:40:54',NULL,0,0,NULL,NULL),
(250,'mixpanel','completed',10,'2024-09-24 18:30:55','2024-09-24 18:32:10','2024-09-24 17:42:55','2024-09-24 18:32:10',NULL,0,0,NULL,NULL),
(251,'mixpanel','completed',10,'2024-09-24 18:57:33','2024-09-24 19:00:20','2024-09-24 18:34:33','2024-09-24 19:00:20',NULL,0,0,NULL,NULL),
(252,'mixpanel','completed',10,'2024-09-24 19:52:21','2024-09-24 19:54:12','2024-09-24 19:02:21','2024-09-24 19:54:12',NULL,0,0,NULL,NULL),
(253,'mixpanel','completed',10,'2024-09-24 20:13:24','2024-09-24 20:14:28','2024-09-24 19:56:24','2024-09-24 20:14:28',NULL,0,0,NULL,NULL),
(254,'mixpanel','completed',10,'2024-09-24 21:14:28','2024-09-24 21:14:59','2024-09-24 20:16:28','2024-09-24 21:14:59',NULL,0,0,NULL,NULL),
(255,'mixpanel','completed',10,'2024-09-24 21:51:59','2024-09-24 21:53:20','2024-09-24 21:16:59','2024-09-24 21:53:20',NULL,0,0,NULL,NULL),
(256,'mixpanel','completed',10,'2024-09-24 22:14:21','2024-09-24 22:15:01','2024-09-24 21:55:21','2024-09-24 22:15:01',NULL,0,0,NULL,NULL),
(257,'mixpanel','completed',10,'2024-09-24 22:40:01','2024-09-24 22:41:31','2024-09-24 22:17:01','2024-09-24 22:41:31',NULL,0,0,NULL,NULL),
(258,'mixpanel','completed',10,'2024-09-24 23:24:34','2024-09-24 23:25:27','2024-09-24 22:43:34','2024-09-24 23:25:27',NULL,0,0,NULL,NULL),
(259,'mixpanel','completed',10,'2024-09-24 23:55:02','2024-09-24 23:55:05','2024-09-24 23:47:02','2024-09-24 23:55:05',NULL,0,0,NULL,NULL),
(260,'mixpanel','completed',10,'2024-09-25 00:46:07','2024-09-25 00:47:31','2024-09-24 23:57:07','2024-09-25 00:47:31',NULL,0,0,NULL,NULL),
(261,'mixpanel','completed',10,'2024-09-25 01:27:31','2024-09-25 01:27:52','2024-09-25 00:49:31','2024-09-25 01:27:52',NULL,0,0,NULL,NULL),
(262,'mixpanel','completed',10,'2024-09-25 01:56:52','2024-09-25 02:08:56','2024-09-25 01:31:52','2024-09-25 02:08:56',NULL,0,0,NULL,NULL),
(263,'mixpanel','completed',10,'2024-09-25 03:01:57','2024-09-25 03:03:22','2024-09-25 02:10:57','2024-09-25 03:03:22',NULL,0,0,NULL,NULL),
(264,'mixpanel','completed',10,'2024-09-25 03:42:23','2024-09-25 03:53:43','2024-09-25 03:05:23','2024-09-25 03:53:43',NULL,0,0,NULL,NULL),
(265,'schedule_re_engagement_email','completed',10,'2024-09-26 04:28:47','2024-09-26 04:29:14','2024-09-25 04:28:47','2024-09-26 04:29:14',NULL,0,0,NULL,NULL),
(266,'mixpanel','completed',10,'2024-09-25 05:24:47','2024-09-25 08:27:53','2024-09-25 04:28:47','2024-09-25 08:27:53',NULL,0,0,NULL,NULL),
(267,'subscribers_engagement_score','completed',10,'2024-09-25 12:32:37','2024-09-25 16:34:09','2024-09-25 12:32:37','2024-09-25 16:34:09',NULL,0,0,NULL,NULL),
(268,'mixpanel','completed',10,'2024-09-25 13:21:37','2024-09-25 16:34:09','2024-09-25 12:32:37','2024-09-25 16:34:09',NULL,0,0,NULL,NULL),
(269,'subscribers_engagement_score','completed',10,'2024-09-26 05:54:00','2024-09-26 05:55:57','2024-09-25 16:34:09','2024-09-26 05:55:57',NULL,0,0,NULL,NULL),
(270,'mixpanel','completed',10,'2024-09-25 18:43:33','2024-09-25 18:48:40','2024-09-25 17:51:33','2024-09-25 18:48:40',NULL,0,0,NULL,NULL),
(271,'mixpanel','completed',10,'2024-09-25 18:54:52','2024-09-25 18:54:54','2024-09-25 18:50:52','2024-09-25 18:54:54',NULL,0,0,NULL,NULL),
(272,'mixpanel','completed',10,'2024-09-25 19:36:55','2024-09-25 19:39:15','2024-09-25 18:56:55','2024-09-25 19:39:15',NULL,0,0,NULL,NULL),
(273,'mixpanel','completed',10,'2024-09-25 19:58:16','2024-09-25 19:59:25','2024-09-25 19:43:16','2024-09-25 19:59:25',NULL,0,0,NULL,NULL),
(274,'mixpanel','completed',10,'2024-09-25 20:16:26','2024-09-25 20:17:33','2024-09-25 20:03:26','2024-09-25 20:17:33',NULL,0,0,NULL,NULL),
(275,'mixpanel','completed',10,'2024-09-25 20:20:35','2024-09-25 20:23:36','2024-09-25 20:19:35','2024-09-25 20:23:36',NULL,0,0,NULL,NULL),
(276,'mixpanel','completed',10,'2024-09-25 21:23:37','2024-09-25 21:24:05','2024-09-25 20:25:37','2024-09-25 21:24:05',NULL,0,0,NULL,NULL),
(277,'mixpanel','completed',10,'2024-09-25 21:54:06','2024-09-25 22:38:06','2024-09-25 21:26:06','2024-09-25 22:38:06',NULL,0,0,NULL,NULL),
(278,'mixpanel','completed',10,'2024-09-25 22:58:03','2024-09-25 23:00:04','2024-09-25 22:42:03','2024-09-25 23:00:04',NULL,0,0,NULL,NULL),
(279,'mixpanel','completed',10,'2024-09-26 00:09:56','2024-09-26 00:11:46','2024-09-25 23:45:56','2024-09-26 00:11:46',NULL,0,0,NULL,NULL),
(280,'subscribers_email_count','completed',10,'2024-10-04 00:00:00','2024-10-04 00:01:43','2024-09-26 00:03:43','2024-10-04 00:01:43',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(281,'mixpanel','completed',10,'2024-09-26 01:09:47','2024-09-26 01:51:40','2024-09-26 00:13:47','2024-09-26 01:51:40',NULL,0,0,NULL,NULL),
(282,'mixpanel','completed',10,'2024-09-26 02:19:06','2024-09-26 02:20:14','2024-09-26 02:14:06','2024-09-26 02:20:14',NULL,0,0,NULL,NULL),
(283,'mixpanel','completed',10,'2024-09-26 02:38:13','2024-09-26 02:38:20','2024-09-26 02:24:13','2024-09-26 02:38:20',NULL,0,0,NULL,NULL),
(284,'mixpanel','completed',10,'2024-09-26 03:04:21','2024-09-26 03:04:33','2024-09-26 02:40:21','2024-09-26 03:04:33',NULL,0,0,NULL,NULL),
(285,'mixpanel','completed',10,'2024-09-26 04:00:34','2024-09-26 04:01:00','2024-09-26 03:06:34','2024-09-26 04:01:00',NULL,0,0,NULL,NULL),
(286,'mixpanel','completed',10,'2024-09-26 05:00:02','2024-09-26 05:01:30','2024-09-26 04:03:02','2024-09-26 05:01:30',NULL,0,0,NULL,NULL),
(287,'schedule_re_engagement_email','completed',10,'2024-09-27 04:31:15','2024-09-27 05:26:30','2024-09-26 04:31:15','2024-09-27 05:26:30',NULL,0,0,NULL,NULL),
(288,'mixpanel','completed',10,'2024-09-26 05:11:32','2024-09-26 05:11:35','2024-09-26 05:03:32','2024-09-26 05:11:35',NULL,0,0,NULL,NULL),
(289,'mixpanel','completed',10,'2024-09-26 05:16:36','2024-09-26 05:17:39','2024-09-26 05:13:36','2024-09-26 05:17:39',NULL,0,0,NULL,NULL),
(290,'mixpanel','completed',10,'2024-09-26 05:47:40','2024-09-26 05:47:54','2024-09-26 05:19:40','2024-09-26 05:47:54',NULL,0,0,NULL,NULL),
(291,'mixpanel','completed',10,'2024-09-26 06:13:55','2024-09-26 06:14:06','2024-09-26 05:49:55','2024-09-26 06:14:06',NULL,0,0,NULL,NULL),
(292,'subscribers_engagement_score','completed',10,'2024-09-27 21:17:00','2024-09-28 00:58:18','2024-09-26 05:55:57','2024-09-28 00:58:18',NULL,0,0,NULL,NULL),
(293,'mixpanel','completed',10,'2024-09-26 06:18:07','2024-09-26 06:18:09','2024-09-26 06:16:07','2024-09-26 06:18:09',NULL,0,0,NULL,NULL),
(294,'mixpanel','completed',10,'2024-09-26 07:18:10','2024-09-26 07:18:39','2024-09-26 06:20:10','2024-09-26 07:18:39',NULL,0,0,NULL,NULL),
(295,'mixpanel','completed',10,'2024-09-26 07:56:40','2024-09-26 08:53:26','2024-09-26 07:20:40','2024-09-26 08:53:26',NULL,0,0,NULL,NULL),
(296,'mixpanel','completed',10,'2024-09-26 13:08:48','2024-09-26 17:18:28','2024-09-26 13:04:48','2024-09-26 17:18:28',NULL,0,0,NULL,NULL),
(297,'mixpanel','completed',10,'2024-09-26 18:00:52','2024-09-26 18:07:17','2024-09-26 17:35:52','2024-09-26 18:07:17',NULL,0,0,NULL,NULL),
(298,'mixpanel','completed',10,'2024-09-26 20:55:37','2024-09-26 20:55:57','2024-09-26 20:45:37','2024-09-26 20:55:57',NULL,0,0,NULL,NULL),
(299,'mixpanel','completed',10,'2024-09-26 21:49:16','2024-09-27 01:18:28','2024-09-26 21:23:16','2024-09-27 01:18:28',NULL,0,0,NULL,NULL),
(300,'mixpanel','completed',10,'2024-09-27 01:47:52','2024-09-27 05:26:30','2024-09-27 01:36:52','2024-09-27 05:26:30',NULL,0,0,NULL,NULL),
(301,'schedule_re_engagement_email','completed',10,'2024-09-28 09:21:51','2024-09-28 16:20:02','2024-09-27 09:21:51','2024-09-28 16:20:02',NULL,0,0,NULL,NULL),
(302,'mixpanel','completed',10,'2024-09-27 10:12:51','2024-09-27 13:15:42','2024-09-27 09:21:51','2024-09-27 13:15:42',NULL,0,0,NULL,NULL),
(303,'mixpanel','completed',10,'2024-09-27 17:25:50','2024-09-27 21:01:41','2024-09-27 17:10:50','2024-09-27 21:01:41',NULL,0,0,NULL,NULL),
(304,'subscribers_engagement_score','completed',10,'2024-09-28 00:58:18','2024-09-28 16:20:02','2024-09-28 00:58:18','2024-09-28 16:20:02',NULL,0,0,NULL,NULL),
(305,'mixpanel','completed',10,'2024-09-28 01:37:18','2024-09-28 16:20:02','2024-09-28 00:58:18','2024-09-28 16:20:02',NULL,0,0,NULL,NULL),
(306,'export_files_cleanup','completed',10,'2024-10-04 00:00:00','2024-10-04 00:01:43','2024-09-28 16:20:02','2024-10-04 00:01:43',NULL,0,0,NULL,NULL),
(307,'subscribers_engagement_score','completed',10,'2024-09-29 08:54:00','2024-09-30 21:00:49','2024-09-28 16:20:02','2024-09-30 21:00:49',NULL,0,0,NULL,NULL),
(308,'schedule_re_engagement_email','completed',10,'2024-09-29 18:25:20','2024-09-30 21:00:49','2024-09-28 18:25:20','2024-09-30 21:00:49',NULL,0,0,NULL,NULL),
(309,'mixpanel','completed',10,'2024-09-28 19:14:20','2024-09-30 21:00:49','2024-09-28 18:25:20','2024-09-30 21:00:49',NULL,0,0,NULL,NULL),
(310,'subscribers_engagement_score','completed',10,'2024-09-30 21:00:49','2024-09-30 21:02:53','2024-09-30 21:00:49','2024-09-30 21:02:53',NULL,0,0,NULL,NULL),
(311,'subscribers_engagement_score','completed',10,'2024-10-01 03:58:00','2024-10-01 08:37:53','2024-09-30 21:02:53','2024-10-01 08:37:53',NULL,0,0,NULL,NULL),
(312,'schedule_re_engagement_email','completed',10,'2024-10-01 21:02:53','2024-10-01 21:03:20','2024-09-30 21:02:53','2024-10-01 21:03:20',NULL,0,0,NULL,NULL),
(313,'mixpanel','completed',10,'2024-09-30 21:38:53','2024-09-30 21:38:54','2024-09-30 21:02:53','2024-09-30 21:38:54',NULL,0,0,NULL,NULL),
(314,'mixpanel','completed',10,'2024-09-30 22:33:55','2024-09-30 22:37:22','2024-09-30 21:40:55','2024-09-30 22:37:22',NULL,0,0,NULL,NULL),
(315,'mixpanel','completed',10,'2024-09-30 23:15:23','2024-09-30 23:19:52','2024-09-30 22:39:23','2024-09-30 23:19:52',NULL,0,0,NULL,NULL),
(316,'mixpanel','completed',10,'2024-10-01 00:20:52','2024-10-01 01:03:32','2024-09-30 23:40:52','2024-10-01 01:03:32',NULL,0,0,NULL,NULL),
(317,'mixpanel','completed',10,'2024-10-01 02:40:27','2024-10-01 02:41:26','2024-10-01 02:21:27','2024-10-01 02:41:26',NULL,0,0,NULL,NULL),
(318,'mixpanel','completed',10,'2024-10-01 03:08:28','2024-10-01 08:37:53','2024-10-01 02:43:28','2024-10-01 08:37:53',NULL,0,0,NULL,NULL),
(319,'subscribers_engagement_score','completed',10,'2024-10-02 14:39:00','2024-10-03 02:53:59','2024-10-01 08:37:53','2024-10-03 02:53:59',NULL,0,0,NULL,NULL),
(320,'mixpanel','completed',10,'2024-10-01 13:09:06','2024-10-01 15:39:22','2024-10-01 12:47:06','2024-10-01 15:39:22',NULL,0,0,NULL,NULL),
(321,'mixpanel','completed',10,'2024-10-01 15:49:12','2024-10-01 15:51:16','2024-10-01 15:43:12','2024-10-01 15:51:16',NULL,0,0,NULL,NULL),
(322,'mixpanel','completed',10,'2024-10-01 16:39:17','2024-10-01 16:39:37','2024-10-01 15:55:17','2024-10-01 16:39:37',NULL,0,0,NULL,NULL),
(323,'mixpanel','completed',10,'2024-10-01 17:24:39','2024-10-01 17:25:59','2024-10-01 16:41:39','2024-10-01 17:25:59',NULL,0,0,NULL,NULL),
(324,'mixpanel','completed',10,'2024-10-01 17:32:00','2024-10-01 17:32:03','2024-10-01 17:28:00','2024-10-01 17:32:03',NULL,0,0,NULL,NULL),
(325,'mixpanel','completed',10,'2024-10-01 18:32:04','2024-10-01 18:34:21','2024-10-01 17:36:04','2024-10-01 18:34:21',NULL,0,0,NULL,NULL),
(326,'mixpanel','completed',10,'2024-10-01 18:40:33','2024-10-01 18:41:13','2024-10-01 18:36:33','2024-10-01 18:41:13',NULL,0,0,NULL,NULL),
(327,'mixpanel','completed',10,'2024-10-01 19:23:24','2024-10-01 19:24:33','2024-10-01 18:43:24','2024-10-01 19:24:33',NULL,0,0,NULL,NULL),
(328,'mixpanel','completed',10,'2024-10-01 19:30:33','2024-10-01 19:31:41','2024-10-01 19:26:33','2024-10-01 19:31:41',NULL,0,0,NULL,NULL),
(329,'mixpanel','completed',10,'2024-10-01 20:21:39','2024-10-01 20:23:02','2024-10-01 19:34:39','2024-10-01 20:23:02',NULL,0,0,NULL,NULL),
(330,'mixpanel','completed',10,'2024-10-01 20:40:04','2024-10-01 20:40:56','2024-10-01 20:25:04','2024-10-01 20:40:56',NULL,0,0,NULL,NULL),
(331,'mixpanel','completed',10,'2024-10-01 21:31:55','2024-10-01 21:33:31','2024-10-01 20:43:55','2024-10-01 21:33:31',NULL,0,0,NULL,NULL),
(332,'schedule_re_engagement_email','completed',10,'2024-10-02 21:05:23','2024-10-03 02:53:59','2024-10-01 21:05:23','2024-10-03 02:53:59',NULL,0,0,NULL,NULL),
(333,'mixpanel','completed',10,'2024-10-01 22:12:32','2024-10-02 04:53:33','2024-10-01 21:35:32','2024-10-02 04:53:33',NULL,0,0,NULL,NULL),
(334,'subscribers_engagement_score','completed',10,'2024-10-03 02:53:59','2024-10-03 03:24:09','2024-10-03 02:53:59','2024-10-03 03:24:09',NULL,0,0,NULL,NULL),
(335,'mixpanel','completed',10,'2024-10-03 02:56:59','2024-10-03 03:24:09','2024-10-03 02:53:59','2024-10-03 03:24:09',NULL,0,0,NULL,NULL),
(336,'subscribers_engagement_score','completed',10,'2024-10-04 02:38:00','2024-10-04 02:39:00','2024-10-03 03:24:09','2024-10-04 02:39:00',NULL,0,0,NULL,NULL),
(337,'schedule_re_engagement_email','completed',10,'2024-10-04 03:24:09','2024-10-04 03:25:23','2024-10-03 03:24:09','2024-10-04 03:25:23',NULL,0,0,NULL,NULL),
(338,'mixpanel','completed',10,'2024-10-03 04:17:02','2024-10-03 14:39:02','2024-10-03 03:27:02','2024-10-03 14:39:02',NULL,0,0,NULL,NULL),
(339,'mixpanel','completed',10,'2024-10-03 15:23:08','2024-10-03 15:24:17','2024-10-03 14:41:08','2024-10-03 15:24:17',NULL,0,0,NULL,NULL),
(340,'mixpanel','completed',10,'2024-10-03 15:46:18','2024-10-03 15:46:28','2024-10-03 15:26:18','2024-10-03 15:46:28',NULL,0,0,NULL,NULL),
(341,'mixpanel','completed',10,'2024-10-03 16:40:29','2024-10-03 16:40:55','2024-10-03 15:48:29','2024-10-03 16:40:55',NULL,0,0,NULL,NULL),
(342,'mixpanel','completed',10,'2024-10-03 17:02:56','2024-10-03 17:10:53','2024-10-03 16:42:56','2024-10-03 17:10:53',NULL,0,0,NULL,NULL),
(343,'mixpanel','completed',10,'2024-10-03 17:54:37','2024-10-03 17:54:59','2024-10-03 17:30:37','2024-10-03 17:54:59',NULL,0,0,NULL,NULL),
(344,'mixpanel','completed',10,'2024-10-03 18:43:59','2024-10-03 18:45:48','2024-10-03 17:56:59','2024-10-03 18:45:48',NULL,0,0,NULL,NULL),
(345,'mixpanel','completed',10,'2024-10-03 19:35:50','2024-10-03 19:36:14','2024-10-03 18:47:50','2024-10-03 19:36:14',NULL,0,0,NULL,NULL),
(346,'mixpanel','completed',10,'2024-10-03 19:47:15','2024-10-03 19:48:20','2024-10-03 19:38:15','2024-10-03 19:48:20',NULL,0,0,NULL,NULL),
(347,'mixpanel','completed',10,'2024-10-03 20:20:21','2024-10-03 20:21:17','2024-10-03 19:50:21','2024-10-03 20:21:17',NULL,0,0,NULL,NULL),
(348,'mixpanel','completed',10,'2024-10-03 20:29:18','2024-10-03 20:35:09','2024-10-03 20:25:18','2024-10-03 20:35:09',NULL,0,0,NULL,NULL),
(349,'mixpanel','completed',10,'2024-10-03 21:29:09','2024-10-03 21:31:04','2024-10-03 20:37:09','2024-10-03 21:31:04',NULL,0,0,NULL,NULL),
(350,'mixpanel','completed',10,'2024-10-03 22:11:14','2024-10-03 22:12:48','2024-10-03 21:33:14','2024-10-03 22:12:48',NULL,0,0,NULL,NULL),
(351,'mixpanel','completed',10,'2024-10-03 22:53:49','2024-10-03 22:55:09','2024-10-03 22:14:49','2024-10-03 22:55:09',NULL,0,0,NULL,NULL),
(352,'mixpanel','completed',10,'2024-10-03 23:39:10','2024-10-03 23:39:31','2024-10-03 22:57:10','2024-10-03 23:39:31',NULL,0,0,NULL,NULL),
(353,'mixpanel','completed',10,'2024-10-04 00:13:33','2024-10-04 00:13:48','2024-10-03 23:41:33','2024-10-04 00:13:48',NULL,0,0,NULL,NULL),
(354,'subscribers_email_count','completed',10,'2024-10-13 00:00:00','2024-10-13 00:37:53','2024-10-04 00:01:43','2024-10-13 00:37:53',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(355,'inactive_subscribers','completed',10,'2024-10-11 00:00:00','2024-10-11 00:13:01','2024-10-04 00:01:43','2024-10-11 00:13:01',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(356,'export_files_cleanup','completed',10,'2024-10-07 00:00:00','2024-10-07 00:10:17','2024-10-04 00:03:43','2024-10-07 00:10:17',NULL,0,0,NULL,NULL),
(357,'mixpanel','completed',10,'2024-10-04 00:43:49','2024-10-04 00:44:04','2024-10-04 00:15:49','2024-10-04 00:44:04',NULL,0,0,NULL,NULL),
(358,'mixpanel','completed',10,'2024-10-04 00:55:05','2024-10-04 00:56:10','2024-10-04 00:48:05','2024-10-04 00:56:10',NULL,0,0,NULL,NULL),
(359,'mixpanel','completed',10,'2024-10-04 01:12:11','2024-10-04 01:12:17','2024-10-04 00:58:11','2024-10-04 01:12:17',NULL,0,0,NULL,NULL),
(360,'mixpanel','completed',10,'2024-10-04 01:54:19','2024-10-04 01:54:38','2024-10-04 01:14:19','2024-10-04 01:54:38',NULL,0,0,NULL,NULL),
(361,'mixpanel','completed',10,'2024-10-04 02:37:40','2024-10-04 02:39:00','2024-10-04 01:56:40','2024-10-04 02:39:00',NULL,0,0,NULL,NULL),
(362,'subscribers_engagement_score','completed',10,'2024-10-05 06:47:00','2024-10-05 09:45:22','2024-10-04 02:39:00','2024-10-05 09:45:22',NULL,0,0,NULL,NULL),
(363,'mixpanel','completed',10,'2024-10-04 02:50:01','2024-10-04 02:51:06','2024-10-04 02:41:01','2024-10-04 02:51:06',NULL,0,0,NULL,NULL),
(364,'mixpanel','completed',10,'2024-10-04 03:31:07','2024-10-04 03:31:27','2024-10-04 02:53:07','2024-10-04 03:31:27',NULL,0,0,NULL,NULL),
(365,'schedule_re_engagement_email','completed',10,'2024-10-05 03:27:25','2024-10-05 05:51:59','2024-10-04 03:27:25','2024-10-05 05:51:59',NULL,0,0,NULL,NULL),
(366,'mixpanel','completed',10,'2024-10-04 03:46:28','2024-10-04 03:47:35','2024-10-04 03:33:28','2024-10-04 03:47:35',NULL,0,0,NULL,NULL),
(367,'mixpanel','completed',10,'2024-10-04 03:48:35','2024-10-04 03:51:36','2024-10-04 03:49:35','2024-10-04 03:51:36',NULL,0,0,NULL,NULL),
(368,'mixpanel','completed',10,'2024-10-04 03:52:37','2024-10-04 03:55:38','2024-10-04 03:53:37','2024-10-04 03:55:38',NULL,0,0,NULL,NULL),
(369,'mixpanel','completed',10,'2024-10-04 04:53:40','2024-10-04 04:54:07','2024-10-04 03:57:40','2024-10-04 04:54:07',NULL,0,0,NULL,NULL),
(370,'mixpanel','completed',10,'2024-10-04 05:19:08','2024-10-04 05:20:20','2024-10-04 04:56:08','2024-10-04 05:20:20',NULL,0,0,NULL,NULL),
(371,'mixpanel','completed',10,'2024-10-04 06:11:21','2024-10-04 06:12:46','2024-10-04 05:22:21','2024-10-04 06:12:46',NULL,0,0,NULL,NULL),
(372,'mixpanel','completed',10,'2024-10-04 06:40:48','2024-10-04 06:41:00','2024-10-04 06:14:48','2024-10-04 06:41:00',NULL,0,0,NULL,NULL),
(373,'mixpanel','completed',10,'2024-10-04 07:08:01','2024-10-04 07:09:14','2024-10-04 06:43:01','2024-10-04 07:09:14',NULL,0,0,NULL,NULL),
(374,'mixpanel','completed',10,'2024-10-04 07:41:16','2024-10-04 07:41:30','2024-10-04 07:11:16','2024-10-04 07:41:30',NULL,0,0,NULL,NULL),
(375,'mixpanel','completed',10,'2024-10-04 07:51:31','2024-10-04 07:51:35','2024-10-04 07:43:31','2024-10-04 07:51:35',NULL,0,0,NULL,NULL),
(376,'mixpanel','completed',10,'2024-10-04 08:08:36','2024-10-04 08:09:44','2024-10-04 07:53:36','2024-10-04 08:09:44',NULL,0,0,NULL,NULL),
(377,'mixpanel','completed',10,'2024-10-04 08:47:45','2024-10-04 08:48:04','2024-10-04 08:11:45','2024-10-04 08:48:04',NULL,0,0,NULL,NULL),
(378,'mixpanel','completed',10,'2024-10-04 09:11:04','2024-10-04 09:12:16','2024-10-04 08:50:04','2024-10-04 09:12:16',NULL,0,0,NULL,NULL),
(379,'mixpanel','completed',10,'2024-10-04 10:04:16','2024-10-04 10:04:42','2024-10-04 09:14:16','2024-10-04 10:04:42',NULL,0,0,NULL,NULL),
(380,'mixpanel','completed',10,'2024-10-04 10:09:43','2024-10-04 10:10:45','2024-10-04 10:06:43','2024-10-04 10:10:45',NULL,0,0,NULL,NULL),
(381,'mixpanel','completed',10,'2024-10-04 10:17:45','2024-10-04 10:18:49','2024-10-04 10:12:45','2024-10-04 10:18:49',NULL,0,0,NULL,NULL),
(382,'mixpanel','completed',10,'2024-10-04 11:03:50','2024-10-04 11:05:12','2024-10-04 10:20:50','2024-10-04 11:05:12',NULL,0,0,NULL,NULL),
(383,'mixpanel','completed',10,'2024-10-04 11:25:13','2024-10-04 11:25:22','2024-10-04 11:07:13','2024-10-04 11:25:22',NULL,0,0,NULL,NULL),
(384,'mixpanel','completed',10,'2024-10-04 11:41:23','2024-10-04 11:41:30','2024-10-04 11:27:23','2024-10-04 11:41:30',NULL,0,0,NULL,NULL),
(385,'mixpanel','completed',10,'2024-10-04 12:27:31','2024-10-04 12:27:53','2024-10-04 11:43:31','2024-10-04 12:27:53',NULL,0,0,NULL,NULL),
(386,'mixpanel','completed',10,'2024-10-04 12:30:54','2024-10-04 12:31:54','2024-10-04 12:29:54','2024-10-04 12:31:54',NULL,0,0,NULL,NULL),
(387,'mixpanel','completed',10,'2024-10-04 13:28:55','2024-10-04 13:30:24','2024-10-04 12:33:55','2024-10-04 13:30:24',NULL,0,0,NULL,NULL),
(388,'mixpanel','completed',10,'2024-10-04 13:39:25','2024-10-04 13:40:29','2024-10-04 13:32:25','2024-10-04 13:40:29',NULL,0,0,NULL,NULL),
(389,'mixpanel','completed',10,'2024-10-04 14:13:30','2024-10-04 14:14:46','2024-10-04 13:42:30','2024-10-04 14:14:46',NULL,0,0,NULL,NULL),
(390,'mixpanel','completed',10,'2024-10-04 14:27:47','2024-10-04 14:28:53','2024-10-04 14:16:47','2024-10-04 14:28:53',NULL,0,0,NULL,NULL),
(391,'mixpanel','completed',10,'2024-10-04 14:59:54','2024-10-04 15:01:09','2024-10-04 14:30:54','2024-10-04 15:01:09',NULL,0,0,NULL,NULL),
(392,'mixpanel','completed',10,'2024-10-04 15:26:10','2024-10-04 15:27:22','2024-10-04 15:03:10','2024-10-04 15:27:22',NULL,0,0,NULL,NULL),
(393,'mixpanel','completed',10,'2024-10-04 16:22:23','2024-10-04 16:23:50','2024-10-04 15:29:23','2024-10-04 16:23:50',NULL,0,0,NULL,NULL),
(394,'mixpanel','completed',10,'2024-10-04 17:05:51','2024-10-04 17:06:11','2024-10-04 16:25:51','2024-10-04 17:06:11',NULL,0,0,NULL,NULL),
(395,'mixpanel','completed',10,'2024-10-04 17:41:12','2024-10-04 17:42:29','2024-10-04 17:08:12','2024-10-04 17:42:29',NULL,0,0,NULL,NULL),
(396,'mixpanel','completed',10,'2024-10-04 18:36:29','2024-10-04 18:36:56','2024-10-04 17:44:29','2024-10-04 18:36:56',NULL,0,0,NULL,NULL),
(397,'mixpanel','completed',10,'2024-10-04 19:17:57','2024-10-04 19:19:17','2024-10-04 18:38:57','2024-10-04 19:19:17',NULL,0,0,NULL,NULL),
(398,'mixpanel','completed',10,'2024-10-04 20:03:18','2024-10-04 20:03:39','2024-10-04 19:21:18','2024-10-04 20:03:39',NULL,0,0,NULL,NULL),
(399,'mixpanel','completed',10,'2024-10-04 20:11:40','2024-10-04 20:11:43','2024-10-04 20:05:40','2024-10-04 20:11:43',NULL,0,0,NULL,NULL),
(400,'mixpanel','completed',10,'2024-10-04 20:35:44','2024-10-04 20:35:55','2024-10-04 20:13:44','2024-10-04 20:35:55',NULL,0,0,NULL,NULL),
(401,'mixpanel','completed',10,'2024-10-04 21:10:56','2024-10-04 21:14:14','2024-10-04 20:37:56','2024-10-04 21:14:14',NULL,0,0,NULL,NULL),
(402,'mixpanel','completed',10,'2024-10-04 21:49:15','2024-10-04 21:58:38','2024-10-04 21:16:15','2024-10-04 21:58:38',NULL,0,0,NULL,NULL),
(403,'mixpanel','completed',10,'2024-10-05 02:44:51','2024-10-05 05:51:59','2024-10-05 01:51:51','2024-10-05 05:51:59',NULL,0,0,NULL,NULL),
(404,'subscribers_engagement_score','completed',10,'2024-10-05 09:45:22','2024-10-05 13:53:33','2024-10-05 09:45:22','2024-10-05 13:53:33',NULL,0,0,NULL,NULL),
(405,'schedule_re_engagement_email','completed',10,'2024-10-06 09:45:22','2024-10-06 09:56:07','2024-10-05 09:45:22','2024-10-06 09:56:07',NULL,0,0,NULL,NULL),
(406,'mixpanel','completed',10,'2024-10-05 10:22:22','2024-10-05 13:53:33','2024-10-05 09:45:22','2024-10-05 13:53:33',NULL,0,0,NULL,NULL),
(407,'subscribers_engagement_score','completed',10,'2024-10-05 13:53:33','2024-10-05 17:51:08','2024-10-05 13:53:33','2024-10-05 17:51:08',NULL,0,0,NULL,NULL),
(408,'subscribers_engagement_score','completed',10,'2024-10-06 09:37:00','2024-10-06 09:56:06','2024-10-05 17:51:08','2024-10-06 09:56:06',NULL,0,0,NULL,NULL),
(409,'mixpanel','completed',10,'2024-10-05 18:04:08','2024-10-05 21:43:30','2024-10-05 17:51:08','2024-10-05 21:43:30',NULL,0,0,NULL,NULL),
(410,'mixpanel','completed',10,'2024-10-06 00:28:00','2024-10-06 01:42:14','2024-10-05 23:46:00','2024-10-06 01:42:14',NULL,0,0,NULL,NULL),
(411,'mixpanel','completed',10,'2024-10-06 06:22:44','2024-10-06 09:56:07','2024-10-06 05:50:44','2024-10-06 09:56:07',NULL,0,0,NULL,NULL),
(412,'subscribers_engagement_score','completed',10,'2024-10-07 06:49:00','2024-10-07 07:18:35','2024-10-06 09:56:06','2024-10-07 07:18:35',NULL,0,0,NULL,NULL),
(413,'schedule_re_engagement_email','completed',10,'2024-10-07 14:06:38','2024-10-07 14:15:22','2024-10-06 14:06:38','2024-10-07 14:15:22',NULL,0,0,NULL,NULL),
(414,'mixpanel','completed',10,'2024-10-06 14:40:38','2024-10-06 17:24:49','2024-10-06 14:06:38','2024-10-06 17:24:49',NULL,0,0,NULL,NULL),
(415,'mixpanel','completed',10,'2024-10-06 19:01:33','2024-10-06 22:06:07','2024-10-06 18:06:33','2024-10-06 22:06:07',NULL,0,0,NULL,NULL),
(416,'mixpanel','completed',10,'2024-10-07 00:43:17','2024-10-07 02:09:43','2024-10-07 00:10:17','2024-10-07 02:09:43',NULL,0,0,NULL,NULL),
(417,'export_files_cleanup','completed',10,'2024-10-17 00:00:00','2024-10-17 00:00:34','2024-10-07 02:09:43','2024-10-17 00:00:34',NULL,0,0,NULL,NULL),
(418,'mixpanel','completed',10,'2024-10-07 06:11:57','2024-10-07 07:18:35','2024-10-07 06:06:57','2024-10-07 07:18:35',NULL,0,0,NULL,NULL),
(419,'subscribers_engagement_score','completed',10,'2024-10-07 07:18:35','2024-10-07 10:06:42','2024-10-07 07:18:35','2024-10-07 10:06:42',NULL,0,0,NULL,NULL),
(420,'subscribers_engagement_score','completed',10,'2024-10-08 15:23:00','2024-10-08 18:52:09','2024-10-07 10:06:42','2024-10-08 18:52:09',NULL,0,0,NULL,NULL),
(421,'mixpanel','completed',10,'2024-10-07 10:52:42','2024-10-07 14:15:22','2024-10-07 10:06:42','2024-10-07 14:15:22',NULL,0,0,NULL,NULL),
(422,'schedule_re_engagement_email','completed',10,'2024-10-08 16:02:08','2024-10-08 18:52:09','2024-10-07 16:02:08','2024-10-08 18:52:09',NULL,0,0,NULL,NULL),
(423,'mixpanel','completed',10,'2024-10-07 16:15:08','2024-10-07 18:22:45','2024-10-07 16:02:08','2024-10-07 18:22:45',NULL,0,0,NULL,NULL),
(424,'mixpanel','completed',10,'2024-10-07 22:51:01','2024-10-08 00:45:42','2024-10-07 22:35:01','2024-10-08 00:45:42',NULL,0,0,NULL,NULL),
(425,'mixpanel','completed',10,'2024-10-08 02:13:35','2024-10-08 02:35:48','2024-10-08 01:31:35','2024-10-08 02:35:48',NULL,0,0,NULL,NULL),
(426,'mixpanel','completed',10,'2024-10-08 03:00:40','2024-10-08 03:08:02','2024-10-08 02:42:40','2024-10-08 03:08:02',NULL,0,0,NULL,NULL),
(427,'mixpanel','completed',10,'2024-10-08 04:37:02','2024-10-08 06:54:37','2024-10-08 04:16:02','2024-10-08 06:54:37',NULL,0,0,NULL,NULL),
(428,'mixpanel','completed',10,'2024-10-08 08:30:12','2024-10-08 08:34:10','2024-10-08 07:37:12','2024-10-08 08:34:10',NULL,0,0,NULL,NULL),
(429,'mixpanel','completed',10,'2024-10-08 11:48:57','2024-10-08 14:52:14','2024-10-08 10:58:57','2024-10-08 14:52:14',NULL,0,0,NULL,NULL),
(430,'mixpanel','completed',10,'2024-10-08 15:18:01','2024-10-08 18:52:09','2024-10-08 15:00:01','2024-10-08 18:52:09',NULL,0,0,NULL,NULL),
(431,'subscribers_engagement_score','completed',10,'2024-10-08 18:52:09','2024-10-08 19:06:32','2024-10-08 18:52:09','2024-10-08 19:06:32',NULL,0,0,NULL,NULL),
(432,'subscribers_engagement_score','completed',10,'2024-10-09 04:02:00','2024-10-09 07:15:27','2024-10-08 19:06:32','2024-10-09 07:15:27',NULL,0,0,NULL,NULL),
(433,'schedule_re_engagement_email','completed',10,'2024-10-09 19:06:32','2024-10-09 19:50:31','2024-10-08 19:06:32','2024-10-09 19:50:31',NULL,0,0,NULL,NULL),
(434,'mixpanel','completed',10,'2024-10-08 19:56:32','2024-10-08 22:45:04','2024-10-08 19:06:32','2024-10-08 22:45:04',NULL,0,0,NULL,NULL),
(435,'mixpanel','completed',10,'2024-10-09 04:01:36','2024-10-09 07:15:27','2024-10-09 03:10:36','2024-10-09 07:15:27',NULL,0,0,NULL,NULL),
(436,'subscribers_engagement_score','completed',10,'2024-10-10 00:55:00','2024-10-10 01:00:14','2024-10-09 07:15:27','2024-10-10 01:00:14',NULL,0,0,NULL,NULL),
(437,'mixpanel','completed',10,'2024-10-09 08:02:14','2024-10-09 11:29:01','2024-10-09 07:54:14','2024-10-09 11:29:01',NULL,0,0,NULL,NULL),
(438,'mixpanel','completed',10,'2024-10-09 15:59:38','2024-10-09 19:50:31','2024-10-09 15:34:38','2024-10-09 19:50:31',NULL,0,0,NULL,NULL),
(439,'schedule_re_engagement_email','completed',10,'2024-10-11 00:00:27','2024-10-11 00:13:01','2024-10-10 00:00:27','2024-10-11 00:13:01',NULL,0,0,NULL,NULL),
(440,'mixpanel','completed',10,'2024-10-10 00:10:27','2024-10-10 00:43:27','2024-10-10 00:00:27','2024-10-10 00:43:27',NULL,0,0,NULL,NULL),
(441,'subscribers_engagement_score','completed',10,'2024-10-10 01:00:14','2024-10-10 03:54:29','2024-10-10 01:00:14','2024-10-10 03:54:29',NULL,0,0,NULL,NULL),
(442,'mixpanel','completed',10,'2024-10-10 01:51:14','2024-10-10 03:54:29','2024-10-10 01:00:14','2024-10-10 03:54:29',NULL,0,0,NULL,NULL),
(443,'subscribers_engagement_score','completed',10,'2024-10-11 03:49:00','2024-10-11 04:16:56','2024-10-10 03:54:29','2024-10-11 04:16:56',NULL,0,0,NULL,NULL),
(444,'mixpanel','completed',10,'2024-10-10 08:15:04','2024-10-10 08:54:01','2024-10-10 08:09:04','2024-10-10 08:54:01',NULL,0,0,NULL,NULL),
(445,'mixpanel','completed',10,'2024-10-10 12:37:07','2024-10-10 13:20:42','2024-10-10 12:17:07','2024-10-10 13:20:42',NULL,0,0,NULL,NULL),
(446,'mixpanel','completed',10,'2024-10-10 14:51:26','2024-10-10 16:21:36','2024-10-10 14:36:26','2024-10-10 16:21:36',NULL,0,0,NULL,NULL),
(447,'mixpanel','completed',10,'2024-10-10 18:02:21','2024-10-10 20:19:58','2024-10-10 17:24:21','2024-10-10 20:19:58',NULL,0,0,NULL,NULL),
(448,'mixpanel','completed',10,'2024-10-10 20:38:49','2024-10-10 22:10:26','2024-10-10 20:38:49','2024-10-10 22:10:26',NULL,0,0,NULL,NULL),
(449,'mixpanel','completed',10,'2024-10-10 23:47:24','2024-10-11 00:13:01','2024-10-10 23:40:24','2024-10-11 00:13:01',NULL,0,0,NULL,NULL),
(450,'inactive_subscribers','completed',10,'2024-10-15 00:00:00','2024-10-15 01:16:26','2024-10-11 00:13:01','2024-10-15 01:16:26',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(451,'subscribers_engagement_score','completed',10,'2024-10-11 04:16:56','2024-10-11 08:13:39','2024-10-11 04:16:56','2024-10-11 08:13:39',NULL,0,0,NULL,NULL),
(452,'schedule_re_engagement_email','completed',10,'2024-10-12 04:16:56','2024-10-12 04:27:18','2024-10-11 04:16:56','2024-10-12 04:27:18',NULL,0,0,NULL,NULL),
(453,'mixpanel','completed',10,'2024-10-11 04:58:56','2024-10-11 08:13:39','2024-10-11 04:16:56','2024-10-11 08:13:39',NULL,0,0,NULL,NULL),
(454,'subscribers_engagement_score','completed',10,'2024-10-12 16:33:00','2024-10-12 16:35:49','2024-10-11 08:13:39','2024-10-12 16:35:49',NULL,0,0,NULL,NULL),
(455,'mixpanel','completed',10,'2024-10-11 12:30:35','2024-10-11 13:47:10','2024-10-11 12:23:35','2024-10-11 13:47:10',NULL,0,0,NULL,NULL),
(456,'mixpanel','completed',10,'2024-10-11 17:04:57','2024-10-11 17:59:32','2024-10-11 16:21:57','2024-10-11 17:59:32',NULL,0,0,NULL,NULL),
(457,'mixpanel','completed',10,'2024-10-11 20:07:40','2024-10-11 20:19:39','2024-10-11 19:39:40','2024-10-11 20:19:39',NULL,0,0,NULL,NULL),
(458,'mixpanel','completed',10,'2024-10-11 22:11:00','2024-10-12 00:15:58','2024-10-11 21:19:00','2024-10-12 00:15:58',NULL,0,0,NULL,NULL),
(459,'mixpanel','completed',10,'2024-10-12 04:53:18','2024-10-12 08:30:41','2024-10-12 04:27:18','2024-10-12 08:30:41',NULL,0,0,NULL,NULL),
(460,'schedule_re_engagement_email','completed',10,'2024-10-13 08:30:41','2024-10-13 08:33:58','2024-10-12 08:30:41','2024-10-13 08:33:58',NULL,0,0,NULL,NULL),
(461,'mixpanel','completed',10,'2024-10-12 12:44:29','2024-10-12 16:35:49','2024-10-12 12:27:29','2024-10-12 16:35:49',NULL,0,0,NULL,NULL),
(462,'subscribers_engagement_score','completed',10,'2024-10-12 16:35:49','2024-10-12 20:29:20','2024-10-12 16:35:49','2024-10-12 20:29:20',NULL,0,0,NULL,NULL),
(463,'subscribers_engagement_score','completed',10,'2024-10-13 01:46:00','2024-10-13 04:34:23','2024-10-12 20:29:20','2024-10-13 04:34:23',NULL,0,0,NULL,NULL),
(464,'mixpanel','completed',10,'2024-10-12 21:23:20','2024-10-13 00:37:53','2024-10-12 20:29:20','2024-10-13 00:37:53',NULL,0,0,NULL,NULL),
(465,'subscribers_email_count','completed',10,'2024-10-18 00:00:00','2024-10-18 03:14:27','2024-10-13 00:37:53','2024-10-18 03:14:27',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(466,'subscribers_engagement_score','completed',10,'2024-10-14 21:40:00','2024-10-15 01:16:26','2024-10-13 04:34:23','2024-10-15 01:16:26',NULL,0,0,NULL,NULL),
(467,'mixpanel','completed',10,'2024-10-13 04:52:23','2024-10-13 08:33:58','2024-10-13 04:34:23','2024-10-13 08:33:58',NULL,0,0,NULL,NULL),
(468,'schedule_re_engagement_email','completed',10,'2024-10-14 12:37:42','2024-10-14 12:50:06','2024-10-13 12:37:42','2024-10-14 12:50:06',NULL,0,0,NULL,NULL),
(469,'mixpanel','completed',10,'2024-10-13 12:53:42','2024-10-13 16:49:28','2024-10-13 12:37:42','2024-10-13 16:49:28',NULL,0,0,NULL,NULL),
(470,'mixpanel','completed',10,'2024-10-13 19:34:07','2024-10-13 20:51:09','2024-10-13 19:09:07','2024-10-13 20:51:09',NULL,0,0,NULL,NULL),
(471,'mixpanel','completed',10,'2024-10-14 01:38:53','2024-10-14 04:47:18','2024-10-14 00:50:53','2024-10-14 04:47:18',NULL,0,0,NULL,NULL),
(472,'mixpanel','completed',10,'2024-10-14 06:31:02','2024-10-14 07:32:47','2024-10-14 06:05:02','2024-10-14 07:32:47',NULL,0,0,NULL,NULL),
(473,'mixpanel','completed',10,'2024-10-14 09:36:18','2024-10-14 10:21:27','2024-10-14 08:44:18','2024-10-14 10:21:27',NULL,0,0,NULL,NULL),
(474,'mixpanel','completed',10,'2024-10-14 13:15:06','2024-10-14 15:11:52','2024-10-14 12:50:06','2024-10-14 15:11:52',NULL,0,0,NULL,NULL),
(475,'schedule_re_engagement_email','completed',10,'2024-10-15 13:03:05','2024-10-15 13:24:50','2024-10-14 13:03:05','2024-10-15 13:24:50',NULL,0,0,NULL,NULL),
(476,'mixpanel','completed',10,'2024-10-14 16:38:26','2024-10-14 17:04:35','2024-10-14 16:17:26','2024-10-14 17:04:35',NULL,0,0,NULL,NULL),
(477,'mixpanel','completed',10,'2024-10-14 18:09:31','2024-10-14 21:14:32','2024-10-14 17:17:31','2024-10-14 21:14:32',NULL,0,0,NULL,NULL),
(478,'inactive_subscribers','completed',10,'2024-10-27 00:00:00','2024-10-27 00:01:42','2024-10-15 01:16:26','2024-10-27 00:01:42',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(479,'subscribers_engagement_score','completed',10,'2024-10-15 01:16:26','2024-10-15 04:11:21','2024-10-15 01:16:26','2024-10-15 04:11:21',NULL,0,0,NULL,NULL),
(480,'mixpanel','completed',10,'2024-10-15 01:49:26','2024-10-15 04:11:21','2024-10-15 01:16:26','2024-10-15 04:11:21',NULL,0,0,NULL,NULL),
(481,'subscribers_engagement_score','completed',10,'2024-10-16 07:19:00','2024-10-16 10:23:58','2024-10-15 04:11:21','2024-10-16 10:23:58',NULL,0,0,NULL,NULL),
(482,'mixpanel','completed',10,'2024-10-15 06:04:14','2024-10-15 09:24:10','2024-10-15 05:30:14','2024-10-15 09:24:10',NULL,0,0,NULL,NULL),
(483,'mixpanel','completed',10,'2024-10-15 14:18:50','2024-10-15 15:15:02','2024-10-15 13:24:50','2024-10-15 15:15:02',NULL,0,0,NULL,NULL),
(484,'schedule_re_engagement_email','completed',10,'2024-10-16 15:15:02','2024-10-16 15:16:04','2024-10-15 15:15:02','2024-10-16 15:16:04',NULL,0,0,NULL,NULL),
(485,'mixpanel','completed',10,'2024-10-15 17:56:54','2024-10-15 20:18:21','2024-10-15 17:41:54','2024-10-15 20:18:21',NULL,0,0,NULL,NULL),
(486,'mixpanel','completed',10,'2024-10-15 22:17:15','2024-10-15 22:46:43','2024-10-15 21:58:15','2024-10-15 22:46:43',NULL,0,0,NULL,NULL),
(487,'mixpanel','completed',10,'2024-10-16 01:04:59','2024-10-16 01:11:10','2024-10-16 00:32:59','2024-10-16 01:11:10',NULL,0,0,NULL,NULL),
(488,'mixpanel','completed',10,'2024-10-16 02:23:24','2024-10-16 02:37:25','2024-10-16 01:56:24','2024-10-16 02:37:25',NULL,0,0,NULL,NULL),
(489,'mixpanel','completed',10,'2024-10-16 02:51:34','2024-10-16 02:54:28','2024-10-16 02:39:34','2024-10-16 02:54:28',NULL,0,0,NULL,NULL),
(490,'mixpanel','completed',10,'2024-10-16 03:34:00','2024-10-16 03:35:22','2024-10-16 02:57:00','2024-10-16 03:35:22',NULL,0,0,NULL,NULL),
(491,'mixpanel','completed',10,'2024-10-16 03:42:22','2024-10-16 04:43:03','2024-10-16 03:37:22','2024-10-16 04:43:03',NULL,0,0,NULL,NULL),
(492,'mixpanel','completed',10,'2024-10-16 07:01:31','2024-10-16 10:23:58','2024-10-16 06:08:31','2024-10-16 10:23:58',NULL,0,0,NULL,NULL),
(493,'subscribers_engagement_score','completed',10,'2024-10-16 10:23:58','2024-10-16 13:44:29','2024-10-16 10:23:58','2024-10-16 13:44:29',NULL,0,0,NULL,NULL),
(494,'subscribers_engagement_score','completed',10,'2024-10-17 05:06:00','2024-10-17 07:08:52','2024-10-16 13:44:29','2024-10-17 07:08:52',NULL,0,0,NULL,NULL),
(495,'mixpanel','completed',10,'2024-10-16 14:14:29','2024-10-16 14:15:56','2024-10-16 13:44:29','2024-10-16 14:15:56',NULL,0,0,NULL,NULL),
(496,'mixpanel','completed',10,'2024-10-16 14:33:57','2024-10-16 14:36:02','2024-10-16 14:17:57','2024-10-16 14:36:02',NULL,0,0,NULL,NULL),
(497,'mixpanel','completed',10,'2024-10-16 15:04:04','2024-10-16 15:10:07','2024-10-16 14:38:04','2024-10-16 15:10:07',NULL,0,0,NULL,NULL),
(498,'mixpanel','completed',10,'2024-10-16 15:55:04','2024-10-16 15:57:37','2024-10-16 15:16:04','2024-10-16 15:57:37',NULL,0,0,NULL,NULL),
(499,'schedule_re_engagement_email','completed',10,'2024-10-17 15:34:51','2024-10-17 16:29:47','2024-10-16 15:34:51','2024-10-17 16:29:47',NULL,0,0,NULL,NULL),
(500,'mixpanel','completed',10,'2024-10-16 16:06:37','2024-10-16 16:23:35','2024-10-16 15:59:37','2024-10-16 16:23:35',NULL,0,0,NULL,NULL),
(501,'mixpanel','completed',10,'2024-10-16 16:47:36','2024-10-16 16:47:47','2024-10-16 16:25:36','2024-10-16 16:47:47',NULL,0,0,NULL,NULL),
(502,'mixpanel','completed',10,'2024-10-16 17:44:47','2024-10-16 17:46:29','2024-10-16 16:49:47','2024-10-16 17:46:29',NULL,0,0,NULL,NULL),
(503,'mixpanel','completed',10,'2024-10-16 18:30:30','2024-10-16 18:30:52','2024-10-16 17:48:30','2024-10-16 18:30:52',NULL,0,0,NULL,NULL),
(504,'mixpanel','completed',10,'2024-10-16 18:51:54','2024-10-16 18:53:03','2024-10-16 18:32:54','2024-10-16 18:53:03',NULL,0,0,NULL,NULL),
(505,'mixpanel','completed',10,'2024-10-16 19:10:04','2024-10-16 19:13:13','2024-10-16 18:55:04','2024-10-16 19:13:13',NULL,0,0,NULL,NULL),
(506,'mixpanel','completed',10,'2024-10-16 19:59:15','2024-10-16 20:06:44','2024-10-16 19:15:15','2024-10-16 20:06:44',NULL,0,0,NULL,NULL),
(507,'mixpanel','completed',10,'2024-10-16 20:37:48','2024-10-16 20:38:10','2024-10-16 20:09:48','2024-10-16 20:38:10',NULL,0,0,NULL,NULL),
(508,'mixpanel','completed',10,'2024-10-16 21:05:11','2024-10-16 21:06:24','2024-10-16 20:40:11','2024-10-16 21:06:24',NULL,0,0,NULL,NULL),
(509,'mixpanel','completed',10,'2024-10-16 22:01:25','2024-10-16 22:02:51','2024-10-16 21:08:25','2024-10-16 22:02:51',NULL,0,0,NULL,NULL),
(510,'mixpanel','completed',10,'2024-10-16 22:56:52','2024-10-16 22:59:19','2024-10-16 22:04:52','2024-10-16 22:59:19',NULL,0,0,NULL,NULL),
(511,'mixpanel','completed',10,'2024-10-16 23:00:20','2024-10-16 23:03:21','2024-10-16 23:01:20','2024-10-16 23:03:21',NULL,0,0,NULL,NULL),
(512,'mixpanel','completed',10,'2024-10-16 23:58:22','2024-10-17 00:00:34','2024-10-16 23:05:22','2024-10-17 00:00:34',NULL,0,0,NULL,NULL),
(513,'export_files_cleanup','completed',10,'2024-10-22 00:00:00','2024-10-22 01:48:18','2024-10-17 00:03:15','2024-10-22 01:48:18',NULL,0,0,NULL,NULL),
(514,'mixpanel','completed',10,'2024-10-17 00:05:15','2024-10-17 00:06:19','2024-10-17 00:03:15','2024-10-17 00:06:19',NULL,0,0,NULL,NULL),
(515,'mixpanel','completed',10,'2024-10-17 00:15:46','2024-10-17 00:17:32','2024-10-17 00:08:46','2024-10-17 00:17:32',NULL,0,0,NULL,NULL),
(516,'mixpanel','completed',10,'2024-10-17 01:12:34','2024-10-17 01:15:02','2024-10-17 00:22:34','2024-10-17 01:15:02',NULL,0,0,NULL,NULL),
(517,'mixpanel','completed',10,'2024-10-17 01:45:03','2024-10-17 01:45:17','2024-10-17 01:17:03','2024-10-17 01:45:17',NULL,0,0,NULL,NULL),
(518,'mixpanel','completed',10,'2024-10-17 02:13:18','2024-10-17 02:13:31','2024-10-17 01:47:18','2024-10-17 02:13:31',NULL,0,0,NULL,NULL),
(519,'mixpanel','completed',10,'2024-10-17 02:46:33','2024-10-17 03:17:44','2024-10-17 02:17:33','2024-10-17 03:17:44',NULL,0,0,NULL,NULL),
(520,'subscribers_engagement_score','completed',10,'2024-10-18 17:24:00','2024-10-18 17:54:27','2024-10-17 07:08:52','2024-10-18 17:54:27',NULL,0,0,NULL,NULL),
(521,'mixpanel','completed',10,'2024-10-17 07:20:52','2024-10-17 11:19:54','2024-10-17 07:08:52','2024-10-17 11:19:54',NULL,0,0,NULL,NULL),
(522,'mixpanel','completed',10,'2024-10-17 15:25:32','2024-10-17 16:29:48','2024-10-17 15:25:32','2024-10-17 16:29:48',NULL,0,0,NULL,NULL),
(523,'schedule_re_engagement_email','completed',10,'2024-10-18 16:32:07','2024-10-18 17:54:27','2024-10-17 16:32:07','2024-10-18 17:54:27',NULL,0,0,NULL,NULL),
(524,'mixpanel','completed',10,'2024-10-17 16:55:07','2024-10-17 16:56:20','2024-10-17 16:32:07','2024-10-17 16:56:20',NULL,0,0,NULL,NULL),
(525,'mixpanel','completed',10,'2024-10-17 17:01:21','2024-10-17 17:02:22','2024-10-17 16:58:21','2024-10-17 17:02:22',NULL,0,0,NULL,NULL),
(526,'mixpanel','completed',10,'2024-10-17 17:44:23','2024-10-17 17:44:44','2024-10-17 17:04:23','2024-10-17 17:44:44',NULL,0,0,NULL,NULL),
(527,'mixpanel','completed',10,'2024-10-17 18:34:44','2024-10-17 18:35:08','2024-10-17 17:46:44','2024-10-17 18:35:08',NULL,0,0,NULL,NULL),
(528,'mixpanel','completed',10,'2024-10-17 18:53:10','2024-10-17 18:53:11','2024-10-17 18:37:10','2024-10-17 18:53:11',NULL,0,0,NULL,NULL),
(529,'mixpanel','completed',10,'2024-10-17 19:20:12','2024-10-17 19:22:49','2024-10-17 18:55:12','2024-10-17 19:22:49',NULL,0,0,NULL,NULL),
(530,'mixpanel','completed',10,'2024-10-17 19:28:51','2024-10-17 19:28:53','2024-10-17 19:24:51','2024-10-17 19:28:53',NULL,0,0,NULL,NULL),
(531,'mixpanel','completed',10,'2024-10-17 20:10:53','2024-10-17 20:42:49','2024-10-17 19:30:53','2024-10-17 20:42:49',NULL,0,0,NULL,NULL),
(532,'mixpanel','completed',10,'2024-10-17 20:55:31','2024-10-17 20:57:52','2024-10-17 20:45:31','2024-10-17 20:57:52',NULL,0,0,NULL,NULL),
(533,'mixpanel','completed',10,'2024-10-17 21:15:03','2024-10-17 21:17:28','2024-10-17 21:00:03','2024-10-17 21:17:28',NULL,0,0,NULL,NULL),
(534,'mixpanel','completed',10,'2024-10-17 21:32:53','2024-10-17 21:35:00','2024-10-17 21:21:53','2024-10-17 21:35:00',NULL,0,0,NULL,NULL),
(535,'mixpanel','completed',10,'2024-10-17 22:28:37','2024-10-17 22:28:37','2024-10-17 21:37:37','2024-10-17 22:28:37',NULL,0,0,NULL,NULL),
(536,'mixpanel','completed',10,'2024-10-17 22:33:38','2024-10-17 23:50:25','2024-10-17 22:30:38','2024-10-17 23:50:25',NULL,0,0,NULL,NULL),
(537,'subscribers_email_count','completed',10,'2024-10-27 00:00:00','2024-10-27 00:01:42','2024-10-18 03:14:27','2024-10-27 00:01:42',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(538,'mixpanel','completed',10,'2024-10-18 04:10:27','2024-10-18 07:46:56','2024-10-18 03:14:27','2024-10-18 07:46:56',NULL,0,0,NULL,NULL),
(539,'mixpanel','completed',10,'2024-10-18 09:55:34','2024-10-18 12:05:35','2024-10-18 09:25:34','2024-10-18 12:05:35',NULL,0,0,NULL,NULL),
(540,'mixpanel','completed',10,'2024-10-18 16:52:02','2024-10-18 17:54:27','2024-10-18 16:20:02','2024-10-18 17:54:27',NULL,0,0,NULL,NULL),
(541,'subscribers_engagement_score','completed',10,'2024-10-18 17:54:27','2024-10-18 18:33:37','2024-10-18 17:54:27','2024-10-18 18:33:37',NULL,0,0,NULL,NULL),
(542,'subscribers_engagement_score','completed',10,'2024-10-19 07:50:00','2024-10-19 08:29:53','2024-10-18 18:33:37','2024-10-19 08:29:53',NULL,0,0,NULL,NULL),
(543,'schedule_re_engagement_email','completed',10,'2024-10-19 18:33:37','2024-10-19 19:59:14','2024-10-18 18:33:37','2024-10-19 19:59:14',NULL,0,0,NULL,NULL),
(544,'mixpanel','completed',10,'2024-10-18 19:21:37','2024-10-18 19:36:15','2024-10-18 18:33:37','2024-10-18 19:36:15',NULL,0,0,NULL,NULL),
(545,'mixpanel','completed',10,'2024-10-18 20:45:54','2024-10-18 20:53:11','2024-10-18 19:57:54','2024-10-18 20:53:11',NULL,0,0,NULL,NULL),
(546,'mixpanel','completed',10,'2024-10-18 23:31:55','2024-10-19 00:27:31','2024-10-18 22:49:55','2024-10-19 00:27:31',NULL,0,0,NULL,NULL),
(547,'mixpanel','completed',10,'2024-10-19 03:36:17','2024-10-19 04:29:48','2024-10-19 03:00:17','2024-10-19 04:29:48',NULL,0,0,NULL,NULL),
(548,'mixpanel','completed',10,'2024-10-19 05:52:49','2024-10-19 07:45:26','2024-10-19 05:43:49','2024-10-19 07:45:26',NULL,0,0,NULL,NULL),
(549,'subscribers_engagement_score','completed',10,'2024-10-20 17:10:00','2024-10-20 17:14:36','2024-10-19 08:29:53','2024-10-20 17:14:36',NULL,0,0,NULL,NULL),
(550,'mixpanel','completed',10,'2024-10-19 08:57:53','2024-10-19 12:33:25','2024-10-19 08:29:53','2024-10-19 12:33:25',NULL,0,0,NULL,NULL),
(551,'mixpanel','completed',10,'2024-10-19 13:38:56','2024-10-19 16:41:05','2024-10-19 13:25:56','2024-10-19 16:41:05',NULL,0,0,NULL,NULL),
(552,'mixpanel','completed',10,'2024-10-19 20:02:14','2024-10-19 20:44:04','2024-10-19 19:59:14','2024-10-19 20:44:04',NULL,0,0,NULL,NULL),
(553,'schedule_re_engagement_email','completed',10,'2024-10-20 20:44:04','2024-10-20 21:23:49','2024-10-19 20:44:04','2024-10-20 21:23:49',NULL,0,0,NULL,NULL),
(554,'mixpanel','completed',10,'2024-10-19 22:00:08','2024-10-20 00:53:29','2024-10-19 21:45:08','2024-10-20 00:53:29',NULL,0,0,NULL,NULL),
(555,'mixpanel','completed',10,'2024-10-20 03:08:37','2024-10-20 05:02:11','2024-10-20 03:05:37','2024-10-20 05:02:11',NULL,0,0,NULL,NULL),
(556,'mixpanel','completed',10,'2024-10-20 09:15:45','2024-10-20 13:12:22','2024-10-20 09:16:45','2024-10-20 13:12:22',NULL,0,0,NULL,NULL),
(557,'mixpanel','completed',10,'2024-10-20 13:56:08','2024-10-20 17:14:36','2024-10-20 13:27:08','2024-10-20 17:14:36',NULL,0,0,NULL,NULL),
(558,'subscribers_engagement_score','completed',10,'2024-10-20 17:14:36','2024-10-20 21:23:49','2024-10-20 17:14:36','2024-10-20 21:23:49',NULL,0,0,NULL,NULL),
(559,'subscribers_engagement_score','completed',10,'2024-10-21 00:22:00','2024-10-21 01:16:35','2024-10-20 21:23:49','2024-10-21 01:16:35',NULL,0,0,NULL,NULL),
(560,'mixpanel','completed',10,'2024-10-20 21:52:49','2024-10-20 21:53:43','2024-10-20 21:23:49','2024-10-20 21:53:43',NULL,0,0,NULL,NULL),
(561,'schedule_re_engagement_email','completed',10,'2024-10-21 21:53:43','2024-10-22 01:48:18','2024-10-20 21:53:43','2024-10-22 01:48:18',NULL,0,0,NULL,NULL),
(562,'mixpanel','completed',10,'2024-10-21 00:12:30','2024-10-21 01:16:35','2024-10-20 23:16:30','2024-10-21 01:16:35',NULL,0,0,NULL,NULL),
(563,'subscribers_engagement_score','completed',10,'2024-10-22 10:38:00','2024-10-22 12:41:43','2024-10-21 01:16:35','2024-10-22 12:41:43',NULL,0,0,NULL,NULL),
(564,'mixpanel','completed',10,'2024-10-21 05:59:08','2024-10-21 06:28:04','2024-10-21 05:12:08','2024-10-21 06:28:04',NULL,0,0,NULL,NULL),
(565,'mixpanel','completed',10,'2024-10-21 09:30:00','2024-10-21 13:25:56','2024-10-21 09:22:00','2024-10-21 13:25:56',NULL,0,0,NULL,NULL),
(566,'mixpanel','completed',10,'2024-10-21 13:54:19','2024-10-21 17:36:45','2024-10-21 13:42:19','2024-10-21 17:36:45',NULL,0,0,NULL,NULL),
(567,'mixpanel','completed',10,'2024-10-21 22:34:47','2024-10-22 01:48:18','2024-10-21 21:43:47','2024-10-22 01:48:18',NULL,0,0,NULL,NULL),
(568,'export_files_cleanup','completed',10,'2024-11-03 00:00:00','2024-11-03 00:01:51','2024-10-22 05:47:15','2024-11-03 00:01:51',NULL,0,0,NULL,NULL),
(569,'schedule_re_engagement_email','completed',10,'2024-10-23 05:47:15','2024-10-23 05:48:14','2024-10-22 05:47:15','2024-10-23 05:48:14',NULL,0,0,NULL,NULL),
(570,'mixpanel','completed',10,'2024-10-22 05:59:15','2024-10-22 09:57:47','2024-10-22 05:47:15','2024-10-22 09:57:47',NULL,0,0,NULL,NULL),
(571,'subscribers_engagement_score','completed',10,'2024-10-22 12:41:43','2024-10-22 14:00:00','2024-10-22 12:41:43','2024-10-22 14:00:00',NULL,0,0,NULL,NULL),
(572,'mixpanel','completed',10,'2024-10-22 13:31:43','2024-10-22 14:00:00','2024-10-22 12:41:43','2024-10-22 14:00:00',NULL,0,0,NULL,NULL),
(573,'subscribers_engagement_score','completed',10,'2024-10-23 11:16:00','2024-10-23 11:41:36','2024-10-22 14:00:00','2024-10-23 11:41:36',NULL,0,0,NULL,NULL),
(574,'mixpanel','completed',10,'2024-10-22 14:51:47','2024-10-22 16:08:26','2024-10-22 14:46:47','2024-10-22 16:08:26',NULL,0,0,NULL,NULL),
(575,'mixpanel','completed',10,'2024-10-22 18:14:22','2024-10-22 19:07:32','2024-10-22 18:14:22','2024-10-22 19:07:32',NULL,0,0,NULL,NULL),
(576,'mixpanel','completed',10,'2024-10-22 19:29:35','2024-10-22 19:31:46','2024-10-22 19:09:35','2024-10-22 19:31:46',NULL,0,0,NULL,NULL),
(577,'mixpanel','completed',10,'2024-10-22 20:15:10','2024-10-22 20:29:37','2024-10-22 19:34:10','2024-10-22 20:29:37',NULL,0,0,NULL,NULL),
(578,'mixpanel','completed',10,'2024-10-22 21:18:27','2024-10-22 21:19:08','2024-10-22 20:33:27','2024-10-22 21:19:08',NULL,0,0,NULL,NULL),
(579,'mixpanel','completed',10,'2024-10-22 23:10:02','2024-10-23 02:27:48','2024-10-22 22:26:02','2024-10-23 02:27:48',NULL,0,0,NULL,NULL),
(580,'mixpanel','completed',10,'2024-10-23 03:37:45','2024-10-23 03:40:14','2024-10-23 03:22:45','2024-10-23 03:40:14',NULL,0,0,NULL,NULL),
(581,'mixpanel','completed',10,'2024-10-23 04:39:15','2024-10-23 04:39:40','2024-10-23 03:42:15','2024-10-23 04:39:40',NULL,0,0,NULL,NULL),
(582,'mixpanel','completed',10,'2024-10-23 05:17:41','2024-10-23 05:20:00','2024-10-23 04:41:41','2024-10-23 05:20:00',NULL,0,0,NULL,NULL),
(583,'mixpanel','completed',10,'2024-10-23 06:11:01','2024-10-23 06:12:26','2024-10-23 05:22:01','2024-10-23 06:12:26',NULL,0,0,NULL,NULL),
(584,'schedule_re_engagement_email','completed',10,'2024-10-24 05:50:15','2024-10-24 05:50:16','2024-10-23 05:50:15','2024-10-24 05:50:16',NULL,0,0,NULL,NULL),
(585,'mixpanel','completed',10,'2024-10-23 06:36:27','2024-10-23 06:52:59','2024-10-23 06:14:27','2024-10-23 06:52:59',NULL,0,0,NULL,NULL),
(586,'mixpanel','completed',10,'2024-10-23 07:46:59','2024-10-23 11:02:11','2024-10-23 06:54:59','2024-10-23 11:02:11',NULL,0,0,NULL,NULL),
(587,'subscribers_engagement_score','completed',10,'2024-10-24 13:58:00','2024-10-24 16:16:24','2024-10-23 11:41:36','2024-10-24 16:16:24',NULL,0,0,NULL,NULL),
(588,'mixpanel','completed',10,'2024-10-23 12:25:36','2024-10-23 12:35:21','2024-10-23 11:41:36','2024-10-23 12:35:21',NULL,0,0,NULL,NULL),
(589,'mixpanel','completed',10,'2024-10-23 15:46:41','2024-10-23 19:08:56','2024-10-23 15:01:41','2024-10-23 19:08:56',NULL,0,0,NULL,NULL),
(590,'mixpanel','completed',10,'2024-10-23 23:16:55','2024-10-24 01:28:56','2024-10-23 23:08:55','2024-10-24 01:28:56',NULL,0,0,NULL,NULL),
(591,'mixpanel','completed',10,'2024-10-24 01:49:06','2024-10-24 01:49:15','2024-10-24 01:31:06','2024-10-24 01:49:15',NULL,0,0,NULL,NULL),
(592,'mixpanel','completed',10,'2024-10-24 02:26:16','2024-10-24 02:29:37','2024-10-24 01:51:16','2024-10-24 02:29:37',NULL,0,0,NULL,NULL),
(593,'mixpanel','completed',10,'2024-10-24 02:58:38','2024-10-24 02:59:51','2024-10-24 02:31:38','2024-10-24 02:59:51',NULL,0,0,NULL,NULL),
(594,'mixpanel','completed',10,'2024-10-24 03:10:52','2024-10-24 03:11:58','2024-10-24 03:01:52','2024-10-24 03:11:58',NULL,0,0,NULL,NULL),
(595,'mixpanel','completed',10,'2024-10-24 03:34:59','2024-10-24 03:36:09','2024-10-24 03:13:59','2024-10-24 03:36:09',NULL,0,0,NULL,NULL),
(596,'mixpanel','completed',10,'2024-10-24 03:39:10','2024-10-24 03:40:12','2024-10-24 03:38:10','2024-10-24 03:40:12',NULL,0,0,NULL,NULL),
(597,'mixpanel','completed',10,'2024-10-24 04:36:13','2024-10-24 04:37:09','2024-10-24 03:42:13','2024-10-24 04:37:09',NULL,0,0,NULL,NULL),
(598,'mixpanel','completed',10,'2024-10-24 04:57:10','2024-10-24 04:57:20','2024-10-24 04:39:10','2024-10-24 04:57:20',NULL,0,0,NULL,NULL),
(599,'mixpanel','completed',10,'2024-10-24 05:12:21','2024-10-24 05:17:59','2024-10-24 04:59:21','2024-10-24 05:17:59',NULL,0,0,NULL,NULL),
(600,'mixpanel','completed',10,'2024-10-24 05:46:03','2024-10-24 05:50:16','2024-10-24 05:25:03','2024-10-24 05:50:16',NULL,0,0,NULL,NULL),
(601,'schedule_re_engagement_email','completed',10,'2024-10-25 06:06:39','2024-10-25 07:26:32','2024-10-24 06:06:39','2024-10-25 07:26:32',NULL,0,0,NULL,NULL),
(602,'mixpanel','completed',10,'2024-10-24 06:42:39','2024-10-24 06:44:00','2024-10-24 06:06:39','2024-10-24 06:44:00',NULL,0,0,NULL,NULL),
(603,'mixpanel','completed',10,'2024-10-24 07:33:01','2024-10-24 07:41:59','2024-10-24 06:46:01','2024-10-24 07:41:59',NULL,0,0,NULL,NULL),
(604,'mixpanel','completed',10,'2024-10-24 08:40:28','2024-10-24 08:54:33','2024-10-24 07:49:28','2024-10-24 08:54:33',NULL,0,0,NULL,NULL),
(605,'mixpanel','completed',10,'2024-10-24 09:52:39','2024-10-24 12:22:06','2024-10-24 08:58:39','2024-10-24 12:22:07',NULL,0,0,NULL,NULL),
(606,'subscribers_engagement_score','completed',10,'2024-10-24 16:16:24','2024-10-24 20:09:43','2024-10-24 16:16:24','2024-10-24 20:09:43',NULL,0,0,NULL,NULL),
(607,'mixpanel','completed',10,'2024-10-24 16:33:24','2024-10-24 20:09:43','2024-10-24 16:16:24','2024-10-24 20:09:43',NULL,0,0,NULL,NULL),
(608,'subscribers_engagement_score','completed',10,'2024-10-25 22:54:00','2024-10-25 22:54:13','2024-10-24 20:09:43','2024-10-25 22:54:13',NULL,0,0,NULL,NULL),
(609,'mixpanel','completed',10,'2024-10-24 22:59:41','2024-10-25 00:38:31','2024-10-24 22:40:41','2024-10-25 00:38:31',NULL,0,0,NULL,NULL),
(610,'mixpanel','completed',10,'2024-10-25 05:35:57','2024-10-25 07:26:32','2024-10-25 04:42:57','2024-10-25 07:26:32',NULL,0,0,NULL,NULL),
(611,'schedule_re_engagement_email','completed',10,'2024-10-26 08:53:30','2024-10-26 10:31:15','2024-10-25 08:53:30','2024-10-26 10:31:15',NULL,0,0,NULL,NULL),
(612,'mixpanel','completed',10,'2024-10-25 08:59:30','2024-10-25 13:33:58','2024-10-25 08:53:30','2024-10-25 13:33:58',NULL,0,0,NULL,NULL),
(613,'mixpanel','completed',10,'2024-10-25 17:47:50','2024-10-25 19:45:32','2024-10-25 17:38:50','2024-10-25 19:45:32',NULL,0,0,NULL,NULL),
(614,'mixpanel','completed',10,'2024-10-25 19:55:52','2024-10-25 19:57:21','2024-10-25 19:47:52','2024-10-25 19:57:21',NULL,0,0,NULL,NULL),
(615,'unsubscribe_tokens','completed',0,'2024-10-25 20:00:58','2024-10-25 20:06:14','2024-10-25 20:00:58','2024-10-25 20:06:14',NULL,0,0,'{\"last_subscriber_id\":9,\"last_newsletter_id\":0}',NULL),
(616,'subscriber_link_tokens','completed',0,'2024-10-25 20:00:58','2024-10-25 20:04:13','2024-10-25 20:00:58','2024-10-25 20:04:13',NULL,0,0,NULL,NULL),
(617,'newsletter_templates_thumbnails','completed',10,'2024-10-25 20:00:58','2024-10-25 20:04:13','2024-10-25 20:00:58','2024-10-25 20:04:13',NULL,0,0,NULL,NULL),
(618,'mixpanel','completed',0,'2024-10-25 20:00:58','2024-10-25 20:04:13','2024-10-25 20:00:58','2024-10-25 20:04:13',NULL,0,0,NULL,NULL),
(619,'mixpanel','completed',10,'2024-10-25 21:01:14','2024-10-25 21:50:55','2024-10-25 20:06:14','2024-10-25 21:50:55',NULL,0,0,NULL,NULL),
(620,'mixpanel','completed',10,'2024-10-25 22:31:27','2024-10-25 22:32:56','2024-10-25 22:13:27','2024-10-25 22:32:56',NULL,0,0,NULL,NULL),
(621,'mixpanel','completed',10,'2024-10-25 22:39:01','2024-10-25 22:39:32','2024-10-25 22:35:01','2024-10-25 22:39:32',NULL,0,0,NULL,NULL),
(622,'mixpanel','completed',10,'2024-10-25 23:13:39','2024-10-25 23:17:24','2024-10-25 22:41:39','2024-10-25 23:17:24',NULL,0,0,NULL,NULL),
(623,'subscribers_engagement_score','completed',10,'2024-10-25 22:54:13','2024-10-25 22:57:04','2024-10-25 22:54:13','2024-10-25 22:57:04',NULL,0,0,NULL,NULL),
(624,'subscribers_engagement_score','completed',10,'2024-10-26 01:16:00','2024-10-26 01:16:01','2024-10-25 22:57:04','2024-10-26 01:16:01',NULL,0,0,NULL,NULL),
(625,'mixpanel','completed',10,'2024-10-25 23:37:09','2024-10-25 23:37:11','2024-10-25 23:21:09','2024-10-25 23:37:11',NULL,0,0,NULL,NULL),
(626,'mixpanel','completed',10,'2024-10-26 00:25:13','2024-10-26 00:25:36','2024-10-25 23:39:13','2024-10-26 00:25:36',NULL,0,0,NULL,NULL),
(627,'mixpanel','completed',10,'2024-10-26 00:30:37','2024-10-26 00:31:39','2024-10-26 00:27:37','2024-10-26 00:31:39',NULL,0,0,NULL,NULL),
(628,'mixpanel','completed',10,'2024-10-26 01:20:39','2024-10-26 01:22:04','2024-10-26 00:33:39','2024-10-26 01:22:04',NULL,0,0,NULL,NULL),
(629,'subscribers_engagement_score','completed',10,'2024-10-27 03:30:00','2024-10-27 03:30:47','2024-10-26 01:16:01','2024-10-27 03:30:47',NULL,0,0,NULL,NULL),
(630,'mixpanel','completed',10,'2024-10-26 02:10:05','2024-10-26 02:10:28','2024-10-26 01:24:05','2024-10-26 02:10:28',NULL,0,0,NULL,NULL),
(631,'mixpanel','completed',10,'2024-10-26 03:06:29','2024-10-26 03:06:56','2024-10-26 02:12:29','2024-10-26 03:06:56',NULL,0,0,NULL,NULL),
(632,'mixpanel','completed',10,'2024-10-26 03:42:57','2024-10-26 03:43:14','2024-10-26 03:08:57','2024-10-26 03:43:14',NULL,0,0,NULL,NULL),
(633,'mixpanel','completed',10,'2024-10-26 04:13:15','2024-10-26 04:13:29','2024-10-26 03:45:15','2024-10-26 04:13:29',NULL,0,0,NULL,NULL),
(634,'mixpanel','completed',10,'2024-10-26 04:24:30','2024-10-26 04:25:35','2024-10-26 04:15:30','2024-10-26 04:25:35',NULL,0,0,NULL,NULL),
(635,'mixpanel','completed',10,'2024-10-26 04:34:36','2024-10-26 04:35:40','2024-10-26 04:27:36','2024-10-26 04:35:40',NULL,0,0,NULL,NULL),
(636,'mixpanel','completed',10,'2024-10-26 04:54:41','2024-10-26 04:55:40','2024-10-26 04:37:41','2024-10-26 04:55:40',NULL,0,0,NULL,NULL),
(637,'mixpanel','completed',10,'2024-10-26 05:26:39','2024-10-26 06:23:54','2024-10-26 04:58:39','2024-10-26 06:23:54',NULL,0,0,NULL,NULL),
(638,'mixpanel','completed',10,'2024-10-26 08:39:56','2024-10-26 10:31:15','2024-10-26 08:28:56','2024-10-26 10:31:15',NULL,0,0,NULL,NULL),
(639,'schedule_re_engagement_email','completed',10,'2024-10-27 14:30:54','2024-10-27 14:47:17','2024-10-26 14:30:54','2024-10-27 14:47:17',NULL,0,0,NULL,NULL),
(640,'mixpanel','completed',10,'2024-10-26 15:28:54','2024-10-26 18:24:55','2024-10-26 14:30:54','2024-10-26 18:24:55',NULL,0,0,NULL,NULL),
(641,'mixpanel','completed',10,'2024-10-26 19:45:04','2024-10-26 19:46:18','2024-10-26 19:38:04','2024-10-26 19:46:18',NULL,0,0,NULL,NULL),
(642,'mixpanel','completed',10,'2024-10-26 20:41:18','2024-10-26 22:20:20','2024-10-26 19:48:18','2024-10-26 22:20:20',NULL,0,0,NULL,NULL),
(643,'mixpanel','completed',10,'2024-10-26 23:52:31','2024-10-26 23:53:56','2024-10-26 23:33:31','2024-10-26 23:53:56',NULL,0,0,NULL,NULL),
(644,'mixpanel','completed',10,'2024-10-27 00:43:39','2024-10-27 00:45:03','2024-10-26 23:57:39','2024-10-27 00:45:03',NULL,0,0,NULL,NULL),
(645,'subscribers_email_count','completed',10,'2024-11-03 00:00:00','2024-11-03 00:01:51','2024-10-27 00:01:42','2024-11-03 00:01:51',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(646,'inactive_subscribers','completed',10,'2024-10-30 00:00:00','2024-10-30 01:13:34','2024-10-27 00:01:42','2024-10-30 01:13:34',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(647,'mixpanel','completed',10,'2024-10-27 00:53:05','2024-10-27 00:53:26','2024-10-27 00:47:05','2024-10-27 00:53:26',NULL,0,0,NULL,NULL),
(648,'mixpanel','completed',10,'2024-10-27 01:03:27','2024-10-27 01:06:19','2024-10-27 00:55:27','2024-10-27 01:06:19',NULL,0,0,NULL,NULL),
(649,'mixpanel','completed',10,'2024-10-27 01:39:16','2024-10-27 01:40:27','2024-10-27 01:24:16','2024-10-27 01:40:27',NULL,0,0,NULL,NULL),
(650,'mixpanel','completed',10,'2024-10-27 02:30:28','2024-10-27 02:30:34','2024-10-27 01:42:28','2024-10-27 02:30:34',NULL,0,0,NULL,NULL),
(651,'mixpanel','completed',10,'2024-10-27 03:14:13','2024-10-27 03:14:39','2024-10-27 02:39:13','2024-10-27 03:14:39',NULL,0,0,NULL,NULL),
(652,'mixpanel','completed',10,'2024-10-27 03:55:40','2024-10-27 03:57:00','2024-10-27 03:16:40','2024-10-27 03:57:00',NULL,0,0,NULL,NULL),
(653,'subscribers_engagement_score','completed',10,'2024-10-27 03:30:47','2024-10-27 03:32:48','2024-10-27 03:30:47','2024-10-27 03:32:48',NULL,0,0,NULL,NULL),
(654,'subscribers_engagement_score','completed',10,'2024-10-28 01:32:00','2024-10-28 01:58:29','2024-10-27 03:32:48','2024-10-28 01:58:29',NULL,0,0,NULL,NULL),
(655,'mixpanel','completed',10,'2024-10-27 04:40:31','2024-10-27 04:48:09','2024-10-27 03:59:31','2024-10-27 04:48:09',NULL,0,0,NULL,NULL),
(656,'mixpanel','completed',10,'2024-10-27 05:29:22','2024-10-27 05:30:15','2024-10-27 04:52:22','2024-10-27 05:30:15',NULL,0,0,NULL,NULL),
(657,'mixpanel','completed',10,'2024-10-27 06:08:17','2024-10-27 06:09:26','2024-10-27 05:32:17','2024-10-27 06:09:26',NULL,0,0,NULL,NULL),
(658,'mixpanel','completed',10,'2024-10-27 06:19:30','2024-10-27 06:20:42','2024-10-27 06:11:30','2024-10-27 06:20:42',NULL,0,0,NULL,NULL),
(659,'mixpanel','completed',10,'2024-10-27 06:59:33','2024-10-27 07:20:20','2024-10-27 06:23:33','2024-10-27 07:20:20',NULL,0,0,NULL,NULL),
(660,'mixpanel','completed',10,'2024-10-27 07:31:21','2024-10-27 07:57:52','2024-10-27 07:22:21','2024-10-27 07:57:52',NULL,0,0,NULL,NULL),
(661,'mixpanel','completed',10,'2024-10-27 09:14:20','2024-10-27 09:15:21','2024-10-27 08:21:20','2024-10-27 09:15:21',NULL,0,0,NULL,NULL),
(662,'mixpanel','completed',10,'2024-10-27 09:37:22','2024-10-27 09:37:33','2024-10-27 09:17:22','2024-10-27 09:37:33',NULL,0,0,NULL,NULL),
(663,'mixpanel','completed',10,'2024-10-27 09:49:34','2024-10-27 09:57:39','2024-10-27 09:39:34','2024-10-27 09:57:39',NULL,0,0,NULL,NULL),
(664,'mixpanel','completed',10,'2024-10-27 10:20:51','2024-10-27 10:23:56','2024-10-27 10:06:51','2024-10-27 10:23:56',NULL,0,0,NULL,NULL),
(665,'mixpanel','completed',10,'2024-10-27 11:09:58','2024-10-27 11:27:04','2024-10-27 10:25:58','2024-10-27 11:27:04',NULL,0,0,NULL,NULL),
(666,'mixpanel','completed',10,'2024-10-27 11:37:31','2024-10-27 11:37:35','2024-10-27 11:29:31','2024-10-27 11:37:35',NULL,0,0,NULL,NULL),
(667,'mixpanel','completed',10,'2024-10-27 12:30:36','2024-10-27 12:59:22','2024-10-27 11:39:36','2024-10-27 12:59:22',NULL,0,0,NULL,NULL),
(668,'mixpanel','completed',10,'2024-10-27 13:54:52','2024-10-27 14:07:58','2024-10-27 13:08:52','2024-10-27 14:07:58',NULL,0,0,NULL,NULL),
(669,'mixpanel','completed',10,'2024-10-27 15:20:46','2024-10-27 15:22:06','2024-10-27 14:27:46','2024-10-27 15:22:06',NULL,0,0,NULL,NULL),
(670,'schedule_re_engagement_email','completed',10,'2024-10-28 14:50:15','2024-10-28 15:29:18','2024-10-27 14:50:15','2024-10-28 15:29:18',NULL,0,0,NULL,NULL),
(671,'mixpanel','completed',10,'2024-10-27 15:27:32','2024-10-27 15:46:28','2024-10-27 15:28:32','2024-10-27 15:46:28',NULL,0,0,NULL,NULL),
(672,'mixpanel','completed',10,'2024-10-27 16:21:12','2024-10-27 16:31:11','2024-10-27 16:00:12','2024-10-27 16:31:11',NULL,0,0,NULL,NULL),
(673,'mixpanel','completed',10,'2024-10-27 17:42:20','2024-10-27 17:49:02','2024-10-27 16:44:20','2024-10-27 17:49:02',NULL,0,0,NULL,NULL),
(674,'mixpanel','completed',10,'2024-10-27 18:40:07','2024-10-27 18:54:23','2024-10-27 18:06:07','2024-10-27 18:54:23',NULL,0,0,NULL,NULL),
(675,'mixpanel','completed',10,'2024-10-27 19:28:24','2024-10-27 19:47:18','2024-10-27 19:12:24','2024-10-27 19:47:18',NULL,0,0,NULL,NULL),
(676,'mixpanel','completed',10,'2024-10-27 20:09:01','2024-10-27 20:09:03','2024-10-27 20:05:01','2024-10-27 20:09:03',NULL,0,0,NULL,NULL),
(677,'mixpanel','completed',10,'2024-10-27 21:05:22','2024-10-27 21:06:19','2024-10-27 20:11:22','2024-10-27 21:06:19',NULL,0,0,NULL,NULL),
(678,'mixpanel','completed',10,'2024-10-27 21:57:25','2024-10-27 21:59:48','2024-10-27 21:13:25','2024-10-27 21:59:48',NULL,0,0,NULL,NULL),
(679,'mixpanel','completed',10,'2024-10-27 22:13:49','2024-10-27 22:17:07','2024-10-27 22:01:49','2024-10-27 22:17:07',NULL,0,0,NULL,NULL),
(680,'mixpanel','completed',10,'2024-10-27 22:27:20','2024-10-27 22:27:24','2024-10-27 22:19:20','2024-10-27 22:27:24',NULL,0,0,NULL,NULL),
(681,'mixpanel','completed',10,'2024-10-27 22:58:25','2024-10-27 22:59:30','2024-10-27 22:29:25','2024-10-27 22:59:30',NULL,0,0,NULL,NULL),
(682,'mixpanel','completed',10,'2024-10-27 23:51:31','2024-10-28 00:02:58','2024-10-27 23:01:31','2024-10-28 00:02:58',NULL,0,0,NULL,NULL),
(683,'mixpanel','completed',10,'2024-10-28 00:19:58','2024-10-28 00:21:06','2024-10-28 00:04:58','2024-10-28 00:21:06',NULL,0,0,NULL,NULL),
(684,'mixpanel','completed',10,'2024-10-28 01:16:07','2024-10-28 01:58:29','2024-10-28 00:23:07','2024-10-28 01:58:29',NULL,0,0,NULL,NULL),
(685,'subscribers_engagement_score','completed',10,'2024-10-29 12:54:00','2024-10-29 16:08:41','2024-10-28 01:58:29','2024-10-29 16:08:41',NULL,0,0,NULL,NULL),
(686,'mixpanel','completed',10,'2024-10-28 02:41:09','2024-10-28 02:47:13','2024-10-28 02:01:09','2024-10-28 02:47:13',NULL,0,0,NULL,NULL),
(687,'mixpanel','completed',10,'2024-10-28 03:23:51','2024-10-28 03:24:01','2024-10-28 03:03:51','2024-10-28 03:24:01',NULL,0,0,NULL,NULL),
(688,'mixpanel','completed',10,'2024-10-28 04:03:02','2024-10-28 04:04:38','2024-10-28 03:26:02','2024-10-28 04:04:38',NULL,0,0,NULL,NULL),
(689,'mixpanel','completed',10,'2024-10-28 04:17:39','2024-10-28 04:19:02','2024-10-28 04:06:39','2024-10-28 04:19:02',NULL,0,0,NULL,NULL),
(690,'mixpanel','completed',10,'2024-10-28 04:38:14','2024-10-28 04:42:27','2024-10-28 04:21:14','2024-10-28 04:42:27',NULL,0,0,NULL,NULL),
(691,'mixpanel','completed',10,'2024-10-28 05:11:13','2024-10-28 05:43:37','2024-10-28 04:50:13','2024-10-28 05:43:37',NULL,0,0,NULL,NULL),
(692,'mixpanel','completed',10,'2024-10-28 06:13:28','2024-10-28 06:16:45','2024-10-28 05:55:28','2024-10-28 06:16:45',NULL,0,0,NULL,NULL),
(693,'mixpanel','completed',10,'2024-10-28 06:25:46','2024-10-28 06:55:42','2024-10-28 06:18:46','2024-10-28 06:55:42',NULL,0,0,NULL,NULL),
(694,'mixpanel','completed',10,'2024-10-28 07:49:11','2024-10-28 07:50:23','2024-10-28 07:23:11','2024-10-28 07:50:23',NULL,0,0,NULL,NULL),
(695,'mixpanel','completed',10,'2024-10-28 08:30:24','2024-10-28 08:30:44','2024-10-28 07:52:24','2024-10-28 08:30:44',NULL,0,0,NULL,NULL),
(696,'mixpanel','completed',10,'2024-10-28 09:19:44','2024-10-28 09:21:12','2024-10-28 08:32:44','2024-10-28 09:21:12',NULL,0,0,NULL,NULL),
(697,'mixpanel','completed',10,'2024-10-28 10:03:13','2024-10-28 10:39:37','2024-10-28 09:23:13','2024-10-28 10:39:37',NULL,0,0,NULL,NULL),
(698,'mixpanel','completed',10,'2024-10-28 12:09:02','2024-10-28 12:17:16','2024-10-28 11:29:02','2024-10-28 12:17:16',NULL,0,0,NULL,NULL),
(699,'mixpanel','completed',10,'2024-10-28 12:35:15','2024-10-28 13:02:17','2024-10-28 12:20:15','2024-10-28 13:02:17',NULL,0,0,NULL,NULL),
(700,'mixpanel','completed',10,'2024-10-28 14:06:07','2024-10-28 15:29:18','2024-10-28 13:16:07','2024-10-28 15:29:18',NULL,0,0,NULL,NULL),
(701,'schedule_re_engagement_email','completed',10,'2024-10-29 18:24:23','2024-10-29 18:24:34','2024-10-28 18:24:23','2024-10-29 18:24:34',NULL,0,0,NULL,NULL),
(702,'mixpanel','completed',10,'2024-10-28 19:03:23','2024-10-28 19:56:36','2024-10-28 18:24:23','2024-10-28 19:56:36',NULL,0,0,NULL,NULL),
(703,'mixpanel','completed',10,'2024-10-29 00:13:00','2024-10-29 01:30:04','2024-10-28 23:59:00','2024-10-29 01:30:04',NULL,0,0,NULL,NULL),
(704,'mixpanel','completed',10,'2024-10-29 04:27:27','2024-10-29 08:12:24','2024-10-29 04:02:27','2024-10-29 08:12:24',NULL,0,0,NULL,NULL),
(705,'mixpanel','completed',10,'2024-10-29 12:32:06','2024-10-29 16:08:41','2024-10-29 12:12:06','2024-10-29 16:08:41',NULL,0,0,NULL,NULL),
(706,'subscribers_engagement_score','completed',10,'2024-10-29 16:08:41','2024-10-29 16:25:34','2024-10-29 16:08:41','2024-10-29 16:25:34',NULL,0,0,NULL,NULL),
(707,'subscribers_engagement_score','completed',10,'2024-10-30 05:33:00','2024-10-30 09:51:19','2024-10-29 16:25:34','2024-10-30 09:51:19',NULL,0,0,NULL,NULL),
(708,'mixpanel','completed',10,'2024-10-29 17:19:34','2024-10-29 17:54:58','2024-10-29 16:25:34','2024-10-29 17:54:58',NULL,0,0,NULL,NULL),
(709,'mixpanel','completed',10,'2024-10-29 18:30:44','2024-10-29 18:31:24','2024-10-29 18:06:44','2024-10-29 18:31:24',NULL,0,0,NULL,NULL),
(710,'schedule_re_engagement_email','completed',10,'2024-10-30 18:26:36','2024-10-30 19:59:30','2024-10-29 18:26:36','2024-10-30 19:59:30',NULL,0,0,NULL,NULL),
(711,'mixpanel','completed',10,'2024-10-29 18:35:25','2024-10-29 18:35:37','2024-10-29 18:33:25','2024-10-29 18:35:37',NULL,0,0,NULL,NULL),
(712,'mixpanel','completed',10,'2024-10-29 19:13:49','2024-10-29 19:14:32','2024-10-29 18:37:49','2024-10-29 19:14:32',NULL,0,0,NULL,NULL),
(713,'mixpanel','completed',10,'2024-10-29 20:14:33','2024-10-29 20:16:09','2024-10-29 19:16:33','2024-10-29 20:16:09',NULL,0,0,NULL,NULL),
(714,'mixpanel','completed',10,'2024-10-29 20:22:18','2024-10-29 20:22:21','2024-10-29 20:18:18','2024-10-29 20:22:21',NULL,0,0,NULL,NULL),
(715,'mixpanel','completed',10,'2024-10-29 20:28:00','2024-10-29 20:29:20','2024-10-29 20:25:00','2024-10-29 20:29:20',NULL,0,0,NULL,NULL),
(716,'mixpanel','completed',10,'2024-10-29 21:16:32','2024-10-29 21:16:45','2024-10-29 20:31:32','2024-10-29 21:16:45',NULL,0,0,NULL,NULL),
(717,'mixpanel','completed',10,'2024-10-29 21:51:23','2024-10-29 21:52:47','2024-10-29 21:19:23','2024-10-29 21:52:47',NULL,0,0,NULL,NULL),
(718,'mixpanel','completed',10,'2024-10-29 22:40:07','2024-10-30 01:13:34','2024-10-29 21:55:07','2024-10-30 01:13:34',NULL,0,0,NULL,NULL),
(719,'inactive_subscribers','completed',10,'2024-11-05 00:00:00','2024-11-05 00:00:40','2024-10-30 01:13:34','2024-11-05 00:00:40',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(720,'mixpanel','completed',10,'2024-10-30 02:07:49','2024-10-30 05:28:16','2024-10-30 01:16:49','2024-10-30 05:28:16',NULL,0,0,NULL,NULL),
(721,'subscribers_engagement_score','completed',10,'2024-10-31 09:11:00','2024-10-31 10:52:37','2024-10-30 09:51:19','2024-10-31 10:52:37',NULL,0,0,NULL,NULL),
(722,'mixpanel','completed',10,'2024-10-30 10:45:19','2024-10-30 13:42:35','2024-10-30 09:51:19','2024-10-30 13:42:35',NULL,0,0,NULL,NULL),
(723,'mixpanel','completed',10,'2024-10-30 18:10:54','2024-10-30 19:59:30','2024-10-30 17:40:54','2024-10-30 19:59:30',NULL,0,0,NULL,NULL),
(724,'schedule_re_engagement_email','completed',10,'2024-10-31 22:13:26','2024-10-31 22:15:06','2024-10-30 22:13:26','2024-10-31 22:15:06',NULL,0,0,NULL,NULL),
(725,'mixpanel','completed',10,'2024-10-30 22:15:26','2024-10-31 01:41:01','2024-10-30 22:13:26','2024-10-31 01:41:01',NULL,0,0,NULL,NULL),
(726,'mixpanel','completed',10,'2024-10-31 02:38:23','2024-10-31 03:14:44','2024-10-31 02:27:23','2024-10-31 03:14:44',NULL,0,0,NULL,NULL),
(727,'mixpanel','completed',10,'2024-10-31 06:36:42','2024-10-31 06:45:20','2024-10-31 06:21:42','2024-10-31 06:45:20',NULL,0,0,NULL,NULL),
(728,'subscribers_engagement_score','completed',10,'2024-10-31 10:52:37','2024-10-31 14:52:38','2024-10-31 10:52:37','2024-10-31 14:52:38',NULL,0,0,NULL,NULL),
(729,'mixpanel','completed',10,'2024-10-31 11:32:37','2024-10-31 14:52:38','2024-10-31 10:52:37','2024-10-31 14:52:38',NULL,0,0,NULL,NULL),
(730,'subscribers_engagement_score','completed',10,'2024-11-01 01:39:00','2024-11-01 02:57:14','2024-10-31 14:52:38','2024-11-01 02:57:14',NULL,0,0,NULL,NULL),
(731,'mixpanel','completed',10,'2024-10-31 15:07:58','2024-10-31 16:51:36','2024-10-31 14:56:58','2024-10-31 16:51:36',NULL,0,0,NULL,NULL),
(732,'mixpanel','completed',10,'2024-10-31 19:11:35','2024-10-31 20:12:19','2024-10-31 18:45:35','2024-10-31 20:12:19',NULL,0,0,NULL,NULL),
(733,'mixpanel','completed',10,'2024-10-31 20:53:08','2024-10-31 21:14:12','2024-10-31 20:15:08','2024-10-31 21:14:12',NULL,0,0,NULL,NULL),
(734,'mixpanel','completed',10,'2024-10-31 22:00:35','2024-10-31 22:01:06','2024-10-31 21:17:35','2024-10-31 22:01:06',NULL,0,0,NULL,NULL),
(735,'mixpanel','completed',10,'2024-10-31 22:31:22','2024-10-31 22:32:35','2024-10-31 22:03:22','2024-10-31 22:32:35',NULL,0,0,NULL,NULL),
(736,'schedule_re_engagement_email','completed',10,'2024-11-01 22:17:30','2024-11-01 22:19:21','2024-10-31 22:17:30','2024-11-01 22:19:21',NULL,0,0,NULL,NULL),
(737,'mixpanel','completed',10,'2024-10-31 23:08:36','2024-10-31 23:10:24','2024-10-31 22:34:36','2024-10-31 23:10:24',NULL,0,0,NULL,NULL),
(738,'mixpanel','completed',10,'2024-10-31 23:13:50','2024-10-31 23:14:58','2024-10-31 23:12:50','2024-10-31 23:14:58',NULL,0,0,NULL,NULL),
(739,'mixpanel','completed',10,'2024-10-31 23:39:59','2024-10-31 23:40:51','2024-10-31 23:16:59','2024-10-31 23:40:51',NULL,0,0,NULL,NULL),
(740,'mixpanel','completed',10,'2024-11-01 00:25:51','2024-11-01 02:57:14','2024-10-31 23:42:51','2024-11-01 02:57:14',NULL,0,0,NULL,NULL),
(741,'subscribers_engagement_score','completed',10,'2024-11-02 15:28:00','2024-11-02 15:37:55','2024-11-01 02:57:14','2024-11-02 15:37:55',NULL,0,0,NULL,NULL),
(742,'mixpanel','completed',10,'2024-11-01 07:41:33','2024-11-01 10:54:36','2024-11-01 06:47:33','2024-11-01 10:54:36',NULL,0,0,NULL,NULL),
(743,'mixpanel','completed',10,'2024-11-01 15:28:51','2024-11-01 15:58:04','2024-11-01 14:53:51','2024-11-01 15:58:04',NULL,0,0,NULL,NULL),
(744,'mixpanel','completed',10,'2024-11-01 17:30:09','2024-11-01 17:31:17','2024-11-01 16:32:09','2024-11-01 17:31:17',NULL,0,0,NULL,NULL),
(745,'mixpanel','completed',10,'2024-11-01 18:29:18','2024-11-01 18:29:55','2024-11-01 17:33:18','2024-11-01 18:29:55',NULL,0,0,NULL,NULL),
(746,'mixpanel','completed',10,'2024-11-01 19:19:55','2024-11-01 19:20:43','2024-11-01 18:31:55','2024-11-01 19:20:43',NULL,0,0,NULL,NULL),
(747,'mixpanel','completed',10,'2024-11-01 20:18:44','2024-11-01 20:19:42','2024-11-01 19:22:44','2024-11-01 20:19:42',NULL,0,0,NULL,NULL),
(748,'mixpanel','completed',10,'2024-11-01 20:25:43','2024-11-01 20:26:02','2024-11-01 20:21:43','2024-11-01 20:26:02',NULL,0,0,NULL,NULL),
(749,'mixpanel','completed',10,'2024-11-01 20:45:02','2024-11-01 20:47:09','2024-11-01 20:28:02','2024-11-01 20:47:09',NULL,0,0,NULL,NULL),
(750,'mixpanel','completed',10,'2024-11-01 21:33:12','2024-11-01 21:40:57','2024-11-01 20:55:12','2024-11-01 21:40:57',NULL,0,0,NULL,NULL),
(751,'mixpanel','completed',10,'2024-11-01 21:45:56','2024-11-01 21:46:57','2024-11-01 21:44:56','2024-11-01 21:46:57',NULL,0,0,NULL,NULL),
(752,'mixpanel','completed',10,'2024-11-01 22:46:48','2024-11-01 22:48:34','2024-11-01 21:49:48','2024-11-01 22:48:34',NULL,0,0,NULL,NULL),
(753,'schedule_re_engagement_email','completed',10,'2024-11-02 22:21:30','2024-11-02 22:23:28','2024-11-01 22:21:30','2024-11-02 22:23:28',NULL,0,0,NULL,NULL),
(754,'mixpanel','completed',10,'2024-11-01 23:54:15','2024-11-01 23:55:15','2024-11-01 23:00:15','2024-11-01 23:55:15',NULL,0,0,NULL,NULL),
(755,'mixpanel','completed',10,'2024-11-02 00:44:20','2024-11-02 00:49:39','2024-11-02 00:05:20','2024-11-02 00:49:39',NULL,0,0,NULL,NULL),
(756,'mixpanel','completed',10,'2024-11-02 02:03:03','2024-11-02 02:03:18','2024-11-02 01:08:03','2024-11-02 02:03:18',NULL,0,0,NULL,NULL),
(757,'mixpanel','completed',10,'2024-11-02 02:49:39','2024-11-02 03:10:38','2024-11-02 02:22:39','2024-11-02 03:10:38',NULL,0,0,NULL,NULL),
(758,'mixpanel','completed',10,'2024-11-02 03:35:02','2024-11-02 03:40:56','2024-11-02 03:15:02','2024-11-02 03:40:56',NULL,0,0,NULL,NULL),
(759,'mixpanel','completed',10,'2024-11-02 04:14:03','2024-11-02 04:17:10','2024-11-02 03:43:03','2024-11-02 04:17:10',NULL,0,0,NULL,NULL),
(760,'mixpanel','completed',10,'2024-11-02 04:42:14','2024-11-02 04:45:57','2024-11-02 04:19:14','2024-11-02 04:45:57',NULL,0,0,NULL,NULL),
(761,'mixpanel','completed',10,'2024-11-02 05:43:51','2024-11-02 05:44:13','2024-11-02 04:49:51','2024-11-02 05:44:13',NULL,0,0,NULL,NULL),
(762,'mixpanel','completed',10,'2024-11-02 06:15:20','2024-11-02 06:18:36','2024-11-02 05:46:20','2024-11-02 06:18:36',NULL,0,0,NULL,NULL),
(763,'mixpanel','completed',10,'2024-11-02 06:51:42','2024-11-02 06:51:47','2024-11-02 06:22:42','2024-11-02 06:51:47',NULL,0,0,NULL,NULL),
(764,'mixpanel','completed',10,'2024-11-02 07:16:43','2024-11-02 07:19:57','2024-11-02 06:55:43','2024-11-02 07:19:57',NULL,0,0,NULL,NULL),
(765,'mixpanel','completed',10,'2024-11-02 07:52:57','2024-11-02 07:56:16','2024-11-02 07:23:57','2024-11-02 07:56:16',NULL,0,0,NULL,NULL),
(766,'mixpanel','completed',10,'2024-11-02 08:29:17','2024-11-02 08:38:54','2024-11-02 08:00:17','2024-11-02 08:38:54',NULL,0,0,NULL,NULL),
(767,'mixpanel','completed',10,'2024-11-02 09:24:53','2024-11-02 09:25:30','2024-11-02 08:42:53','2024-11-02 09:25:30',NULL,0,0,NULL,NULL),
(768,'mixpanel','completed',10,'2024-11-02 09:54:17','2024-11-02 10:02:56','2024-11-02 09:29:17','2024-11-02 10:02:56',NULL,0,0,NULL,NULL),
(769,'mixpanel','completed',10,'2024-11-02 10:36:59','2024-11-02 10:39:17','2024-11-02 10:06:59','2024-11-02 10:39:17',NULL,0,0,NULL,NULL),
(770,'mixpanel','completed',10,'2024-11-02 10:58:16','2024-11-02 10:59:23','2024-11-02 10:43:16','2024-11-02 10:59:23',NULL,0,0,NULL,NULL),
(771,'mixpanel','completed',10,'2024-11-02 11:39:25','2024-11-02 11:39:45','2024-11-02 11:01:25','2024-11-02 11:39:45',NULL,0,0,NULL,NULL),
(772,'mixpanel','completed',10,'2024-11-02 11:46:55','2024-11-02 11:47:47','2024-11-02 11:41:55','2024-11-02 11:47:47',NULL,0,0,NULL,NULL),
(773,'mixpanel','completed',10,'2024-11-02 11:51:52','2024-11-02 11:53:48','2024-11-02 11:49:52','2024-11-02 11:53:48',NULL,0,0,NULL,NULL),
(774,'mixpanel','completed',10,'2024-11-02 11:57:48','2024-11-02 11:57:50','2024-11-02 11:55:48','2024-11-02 11:57:50',NULL,0,0,NULL,NULL),
(775,'mixpanel','completed',10,'2024-11-02 12:20:52','2024-11-02 12:50:29','2024-11-02 11:59:52','2024-11-02 12:50:29',NULL,0,0,NULL,NULL),
(776,'mixpanel','completed',10,'2024-11-02 12:51:31','2024-11-02 12:54:38','2024-11-02 12:52:31','2024-11-02 12:54:38',NULL,0,0,NULL,NULL),
(777,'mixpanel','completed',10,'2024-11-02 13:48:33','2024-11-02 13:50:59','2024-11-02 12:58:33','2024-11-02 13:50:59',NULL,0,0,NULL,NULL),
(778,'mixpanel','completed',10,'2024-11-02 14:46:05','2024-11-02 14:47:41','2024-11-02 13:53:05','2024-11-02 14:47:41',NULL,0,0,NULL,NULL),
(779,'mixpanel','completed',10,'2024-11-02 15:18:39','2024-11-02 15:37:55','2024-11-02 14:51:39','2024-11-02 15:37:55',NULL,0,0,NULL,NULL),
(780,'subscribers_engagement_score','completed',10,'2024-11-02 15:37:55','2024-11-02 15:56:46','2024-11-02 15:37:55','2024-11-02 15:56:46',NULL,0,0,NULL,NULL),
(781,'subscribers_engagement_score','completed',10,'2024-11-03 11:05:00','2024-11-03 11:07:57','2024-11-02 15:56:46','2024-11-03 11:07:57',NULL,0,0,NULL,NULL),
(782,'mixpanel','completed',10,'2024-11-02 16:19:46','2024-11-02 16:20:59','2024-11-02 15:56:46','2024-11-02 16:20:59',NULL,0,0,NULL,NULL),
(783,'mixpanel','completed',10,'2024-11-02 17:03:56','2024-11-02 17:05:25','2024-11-02 16:24:56','2024-11-02 17:05:25',NULL,0,0,NULL,NULL),
(784,'mixpanel','completed',10,'2024-11-02 17:30:49','2024-11-02 17:31:29','2024-11-02 17:07:49','2024-11-02 17:31:29',NULL,0,0,NULL,NULL),
(785,'mixpanel','completed',10,'2024-11-02 17:51:35','2024-11-02 17:57:13','2024-11-02 17:33:35','2024-11-02 17:57:13',NULL,0,0,NULL,NULL),
(786,'mixpanel','completed',10,'2024-11-02 18:21:43','2024-11-02 18:23:44','2024-11-02 17:59:43','2024-11-02 18:23:44',NULL,0,0,NULL,NULL),
(787,'mixpanel','completed',10,'2024-11-02 19:10:42','2024-11-02 19:11:02','2024-11-02 18:27:42','2024-11-02 19:11:02',NULL,0,0,NULL,NULL),
(788,'mixpanel','completed',10,'2024-11-02 19:26:12','2024-11-02 19:29:55','2024-11-02 19:13:12','2024-11-02 19:29:55',NULL,0,0,NULL,NULL),
(789,'mixpanel','completed',10,'2024-11-02 20:17:56','2024-11-02 20:19:01','2024-11-02 19:31:56','2024-11-02 20:19:01',NULL,0,0,NULL,NULL),
(790,'mixpanel','completed',10,'2024-11-02 20:40:57','2024-11-02 20:41:03','2024-11-02 20:22:57','2024-11-02 20:41:03',NULL,0,0,NULL,NULL),
(791,'mixpanel','completed',10,'2024-11-02 21:04:04','2024-11-02 21:05:22','2024-11-02 20:43:04','2024-11-02 21:05:22',NULL,0,0,NULL,NULL),
(792,'mixpanel','completed',10,'2024-11-02 21:18:29','2024-11-02 21:19:33','2024-11-02 21:07:29','2024-11-02 21:19:33',NULL,0,0,NULL,NULL),
(793,'mixpanel','completed',10,'2024-11-02 21:36:37','2024-11-02 21:37:57','2024-11-02 21:21:37','2024-11-02 21:37:57',NULL,0,0,NULL,NULL),
(794,'mixpanel','completed',10,'2024-11-02 22:02:32','2024-11-02 22:02:38','2024-11-02 21:46:32','2024-11-02 22:02:38',NULL,0,0,NULL,NULL),
(795,'mixpanel','completed',10,'2024-11-02 22:58:39','2024-11-02 23:00:35','2024-11-02 22:04:39','2024-11-02 23:00:35',NULL,0,0,NULL,NULL),
(796,'schedule_re_engagement_email','completed',10,'2024-11-03 22:25:29','2024-11-03 22:51:27','2024-11-02 22:25:29','2024-11-03 22:51:27',NULL,0,0,NULL,NULL),
(797,'mixpanel','completed',10,'2024-11-02 23:27:58','2024-11-02 23:30:07','2024-11-02 23:03:58','2024-11-02 23:30:07',NULL,0,0,NULL,NULL),
(798,'mixpanel','completed',10,'2024-11-02 23:46:06','2024-11-02 23:47:44','2024-11-02 23:34:06','2024-11-02 23:47:44',NULL,0,0,NULL,NULL),
(799,'mixpanel','completed',10,'2024-11-03 00:35:52','2024-11-03 00:35:52','2024-11-02 23:49:52','2024-11-03 00:35:52',NULL,0,0,NULL,NULL),
(800,'subscribers_email_count','completed',10,'2024-11-08 00:00:00','2024-11-08 00:01:48','2024-11-03 00:01:51','2024-11-08 00:01:48',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(801,'export_files_cleanup','completed',10,'2024-11-04 00:00:00','2024-11-04 00:05:34','2024-11-03 00:03:52','2024-11-04 00:05:34',NULL,0,0,NULL,NULL),
(802,'mixpanel','completed',10,'2024-11-03 01:08:52','2024-11-03 01:09:30','2024-11-03 00:39:52','2024-11-03 01:09:30',NULL,0,0,NULL,NULL),
(803,'mixpanel','completed',10,'2024-11-03 01:39:45','2024-11-03 01:39:58','2024-11-03 01:11:45','2024-11-03 01:39:58',NULL,0,0,NULL,NULL),
(804,'mixpanel','completed',10,'2024-11-03 01:50:00','2024-11-03 01:50:03','2024-11-03 01:42:00','2024-11-03 01:50:03',NULL,0,0,NULL,NULL),
(805,'mixpanel','completed',10,'2024-11-03 02:27:22','2024-11-03 02:28:42','2024-11-03 01:54:22','2024-11-03 02:28:42',NULL,0,0,NULL,NULL),
(806,'mixpanel','completed',10,'2024-11-03 03:19:43','2024-11-03 03:22:10','2024-11-03 02:30:43','2024-11-03 03:22:10',NULL,0,0,NULL,NULL),
(807,'mixpanel','completed',10,'2024-11-03 04:06:11','2024-11-03 04:08:35','2024-11-03 03:24:11','2024-11-03 04:08:35',NULL,0,0,NULL,NULL),
(808,'mixpanel','completed',10,'2024-11-03 04:55:18','2024-11-03 04:55:39','2024-11-03 04:11:18','2024-11-03 04:55:39',NULL,0,0,NULL,NULL),
(809,'mixpanel','completed',10,'2024-11-03 05:15:40','2024-11-03 05:16:00','2024-11-03 04:57:40','2024-11-03 05:16:00',NULL,0,0,NULL,NULL),
(810,'mixpanel','completed',10,'2024-11-03 05:20:01','2024-11-03 05:20:03','2024-11-03 05:18:01','2024-11-03 05:20:03',NULL,0,0,NULL,NULL),
(811,'mixpanel','completed',10,'2024-11-03 05:32:04','2024-11-03 05:32:09','2024-11-03 05:24:04','2024-11-03 05:32:09',NULL,0,0,NULL,NULL),
(812,'mixpanel','completed',10,'2024-11-03 06:25:11','2024-11-03 06:26:18','2024-11-03 05:36:11','2024-11-03 06:26:18',NULL,0,0,NULL,NULL),
(813,'mixpanel','completed',10,'2024-11-03 07:11:45','2024-11-03 07:14:07','2024-11-03 06:29:45','2024-11-03 07:14:07',NULL,0,0,NULL,NULL),
(814,'mixpanel','completed',10,'2024-11-03 08:13:12','2024-11-03 08:15:40','2024-11-03 07:16:12','2024-11-03 08:15:40',NULL,0,0,NULL,NULL),
(815,'mixpanel','completed',10,'2024-11-03 08:30:41','2024-11-03 08:33:48','2024-11-03 08:17:41','2024-11-03 08:33:48',NULL,0,0,NULL,NULL),
(816,'mixpanel','completed',10,'2024-11-03 09:06:49','2024-11-03 09:42:13','2024-11-03 08:35:49','2024-11-03 09:42:13',NULL,0,0,NULL,NULL),
(817,'mixpanel','completed',10,'2024-11-03 10:02:23','2024-11-03 10:05:12','2024-11-03 09:59:23','2024-11-03 10:05:12',NULL,0,0,NULL,NULL),
(818,'mixpanel','completed',10,'2024-11-03 10:57:50','2024-11-03 11:07:57','2024-11-03 10:33:50','2024-11-03 11:07:57',NULL,0,0,NULL,NULL),
(819,'subscribers_engagement_score','completed',10,'2024-11-04 08:12:00','2024-11-04 11:16:00','2024-11-03 11:07:57','2024-11-04 11:16:00',NULL,0,0,NULL,NULL),
(820,'mixpanel','completed',10,'2024-11-03 11:50:54','2024-11-03 11:59:26','2024-11-03 11:26:54','2024-11-03 11:59:26',NULL,0,0,NULL,NULL),
(821,'mixpanel','completed',10,'2024-11-03 12:26:26','2024-11-03 12:38:59','2024-11-03 12:01:26','2024-11-03 12:38:59',NULL,0,0,NULL,NULL),
(822,'mixpanel','completed',10,'2024-11-03 13:32:08','2024-11-03 13:34:22','2024-11-03 12:57:08','2024-11-03 13:34:22',NULL,0,0,NULL,NULL),
(823,'mixpanel','completed',10,'2024-11-03 14:03:48','2024-11-03 14:03:54','2024-11-03 13:51:48','2024-11-03 14:03:54',NULL,0,0,NULL,NULL),
(824,'mixpanel','completed',10,'2024-11-03 14:21:54','2024-11-03 14:22:01','2024-11-03 14:07:54','2024-11-03 14:22:01',NULL,0,0,NULL,NULL),
(825,'mixpanel','completed',10,'2024-11-03 15:00:02','2024-11-03 15:07:26','2024-11-03 14:24:02','2024-11-03 15:07:26',NULL,0,0,NULL,NULL),
(826,'mixpanel','completed',10,'2024-11-03 16:05:35','2024-11-03 16:08:45','2024-11-03 15:30:35','2024-11-03 16:08:45',NULL,0,0,NULL,NULL),
(827,'mixpanel','completed',10,'2024-11-03 16:33:51','2024-11-03 16:35:01','2024-11-03 16:14:51','2024-11-03 16:35:01',NULL,0,0,NULL,NULL),
(828,'mixpanel','completed',10,'2024-11-03 17:08:06','2024-11-03 17:09:52','2024-11-03 16:37:06','2024-11-03 17:09:52',NULL,0,0,NULL,NULL),
(829,'mixpanel','completed',10,'2024-11-03 17:55:54','2024-11-03 17:58:32','2024-11-03 17:11:54','2024-11-03 17:58:32',NULL,0,0,NULL,NULL),
(830,'mixpanel','completed',10,'2024-11-03 18:52:38','2024-11-03 18:53:37','2024-11-03 18:01:38','2024-11-03 18:53:37',NULL,0,0,NULL,NULL),
(831,'mixpanel','completed',10,'2024-11-03 19:41:38','2024-11-03 19:42:42','2024-11-03 18:55:38','2024-11-03 19:42:42',NULL,0,0,NULL,NULL),
(832,'mixpanel','completed',10,'2024-11-03 20:02:44','2024-11-03 21:27:33','2024-11-03 19:44:44','2024-11-03 21:27:33',NULL,0,0,NULL,NULL),
(833,'mixpanel','completed',10,'2024-11-03 21:54:15','2024-11-03 22:51:27','2024-11-03 21:38:15','2024-11-03 22:51:27',NULL,0,0,NULL,NULL),
(834,'schedule_re_engagement_email','completed',10,'2024-11-05 00:05:34','2024-11-05 00:06:43','2024-11-04 00:05:34','2024-11-05 00:06:43',NULL,0,0,NULL,NULL),
(835,'mixpanel','completed',10,'2024-11-04 00:17:34','2024-11-04 00:33:12','2024-11-04 00:05:34','2024-11-04 00:33:12',NULL,0,0,NULL,NULL),
(836,'export_files_cleanup','completed',10,'2024-11-13 00:00:00','2024-11-13 00:00:46','2024-11-04 00:33:12','2024-11-13 00:00:46',NULL,0,0,NULL,NULL),
(837,'mixpanel','completed',10,'2024-11-04 00:50:12','2024-11-04 00:51:21','2024-11-04 00:35:12','2024-11-04 00:51:21',NULL,0,0,NULL,NULL),
(838,'mixpanel','completed',10,'2024-11-04 01:46:22','2024-11-04 01:47:48','2024-11-04 00:53:22','2024-11-04 01:47:48',NULL,0,0,NULL,NULL),
(839,'mixpanel','completed',10,'2024-11-04 02:46:50','2024-11-04 02:54:35','2024-11-04 01:49:50','2024-11-04 02:54:35',NULL,0,0,NULL,NULL),
(840,'mixpanel','completed',10,'2024-11-04 04:03:38','2024-11-04 04:03:43','2024-11-04 03:51:38','2024-11-04 04:03:43',NULL,0,0,NULL,NULL),
(841,'mixpanel','completed',10,'2024-11-04 04:52:44','2024-11-04 04:52:44','2024-11-04 04:05:44','2024-11-04 04:52:44',NULL,0,0,NULL,NULL),
(842,'mixpanel','completed',10,'2024-11-04 05:14:46','2024-11-04 05:14:55','2024-11-04 04:54:46','2024-11-04 05:14:55',NULL,0,0,NULL,NULL),
(843,'mixpanel','completed',10,'2024-11-04 05:22:55','2024-11-04 05:22:58','2024-11-04 05:16:55','2024-11-04 05:22:58',NULL,0,0,NULL,NULL),
(844,'mixpanel','completed',10,'2024-11-04 05:39:01','2024-11-04 05:39:07','2024-11-04 05:25:01','2024-11-04 05:39:07',NULL,0,0,NULL,NULL),
(845,'mixpanel','completed',10,'2024-11-04 06:01:07','2024-11-04 06:01:17','2024-11-04 05:41:07','2024-11-04 06:01:17',NULL,0,0,NULL,NULL),
(846,'mixpanel','completed',10,'2024-11-04 06:52:18','2024-11-04 06:53:45','2024-11-04 06:03:18','2024-11-04 06:53:45',NULL,0,0,NULL,NULL),
(847,'mixpanel','completed',10,'2024-11-04 07:10:46','2024-11-04 07:11:52','2024-11-04 06:57:46','2024-11-04 07:11:52',NULL,0,0,NULL,NULL),
(848,'mixpanel','completed',10,'2024-11-04 08:07:54','2024-11-04 11:16:00','2024-11-04 07:13:54','2024-11-04 11:16:00',NULL,0,0,NULL,NULL),
(849,'subscribers_engagement_score','completed',10,'2024-11-04 11:16:00','2024-11-04 15:14:38','2024-11-04 11:16:00','2024-11-04 15:14:38',NULL,0,0,NULL,NULL),
(850,'subscribers_engagement_score','completed',10,'2024-11-05 02:59:00','2024-11-05 03:52:16','2024-11-04 15:14:38','2024-11-05 03:52:16',NULL,0,0,NULL,NULL),
(851,'mixpanel','completed',10,'2024-11-04 16:03:38','2024-11-04 17:34:55','2024-11-04 15:14:38','2024-11-04 17:34:55',NULL,0,0,NULL,NULL),
(852,'mixpanel','completed',10,'2024-11-04 17:46:55','2024-11-04 17:49:00','2024-11-04 17:36:55','2024-11-04 17:49:00',NULL,0,0,NULL,NULL),
(853,'mixpanel','completed',10,'2024-11-04 18:40:01','2024-11-04 18:41:25','2024-11-04 17:51:01','2024-11-04 18:41:25',NULL,0,0,NULL,NULL),
(854,'mixpanel','completed',10,'2024-11-04 18:53:28','2024-11-04 18:53:31','2024-11-04 18:43:28','2024-11-04 18:53:31',NULL,0,0,NULL,NULL),
(855,'mixpanel','completed',10,'2024-11-04 19:11:33','2024-11-04 19:11:39','2024-11-04 18:55:33','2024-11-04 19:11:39',NULL,0,0,NULL,NULL),
(856,'mixpanel','completed',10,'2024-11-04 20:04:41','2024-11-04 20:06:30','2024-11-04 19:13:41','2024-11-04 20:06:30',NULL,0,0,NULL,NULL),
(857,'mixpanel','completed',10,'2024-11-04 21:02:30','2024-11-04 21:02:55','2024-11-04 20:10:30','2024-11-04 21:02:55',NULL,0,0,NULL,NULL),
(858,'mixpanel','completed',10,'2024-11-04 21:32:56','2024-11-04 21:49:41','2024-11-04 21:04:56','2024-11-04 21:49:41',NULL,0,0,NULL,NULL),
(859,'mixpanel','completed',10,'2024-11-04 22:10:38','2024-11-04 22:13:47','2024-11-04 21:53:38','2024-11-04 22:13:47',NULL,0,0,NULL,NULL),
(860,'mixpanel','completed',10,'2024-11-04 22:28:48','2024-11-04 22:29:55','2024-11-04 22:15:48','2024-11-04 22:29:55',NULL,0,0,NULL,NULL),
(861,'mixpanel','completed',10,'2024-11-04 23:12:56','2024-11-04 23:14:17','2024-11-04 22:31:56','2024-11-04 23:14:17',NULL,0,0,NULL,NULL),
(862,'mixpanel','completed',10,'2024-11-04 23:48:18','2024-11-04 23:48:34','2024-11-04 23:16:18','2024-11-04 23:48:34',NULL,0,0,NULL,NULL),
(863,'mixpanel','completed',10,'2024-11-05 00:22:36','2024-11-05 00:24:51','2024-11-04 23:50:36','2024-11-05 00:24:51',NULL,0,0,NULL,NULL),
(864,'inactive_subscribers','completed',10,'2024-11-14 00:00:00','2024-11-14 03:23:40','2024-11-05 00:00:40','2024-11-14 03:23:40',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(865,'schedule_re_engagement_email','completed',10,'2024-11-06 00:08:44','2024-11-06 00:10:11','2024-11-05 00:08:44','2024-11-06 00:10:11',NULL,0,0,NULL,NULL),
(866,'mixpanel','completed',10,'2024-11-05 00:50:52','2024-11-05 00:51:05','2024-11-05 00:26:52','2024-11-05 00:51:05',NULL,0,0,NULL,NULL),
(867,'mixpanel','completed',10,'2024-11-05 01:04:06','2024-11-05 01:05:11','2024-11-05 00:55:06','2024-11-05 01:05:11',NULL,0,0,NULL,NULL),
(868,'mixpanel','completed',10,'2024-11-05 01:29:12','2024-11-05 01:29:23','2024-11-05 01:07:12','2024-11-05 01:29:23',NULL,0,0,NULL,NULL),
(869,'mixpanel','completed',10,'2024-11-05 01:47:24','2024-11-05 03:52:16','2024-11-05 01:31:24','2024-11-05 03:52:16',NULL,0,0,NULL,NULL),
(870,'subscribers_engagement_score','completed',10,'2024-11-06 01:20:00','2024-11-06 01:38:32','2024-11-05 03:52:16','2024-11-06 01:38:32',NULL,0,0,NULL,NULL),
(871,'mixpanel','completed',10,'2024-11-05 05:03:24','2024-11-05 05:04:49','2024-11-05 04:08:24','2024-11-05 05:04:49',NULL,0,0,NULL,NULL),
(872,'mixpanel','completed',10,'2024-11-05 07:44:28','2024-11-05 09:33:44','2024-11-05 07:41:28','2024-11-05 09:33:44',NULL,0,0,NULL,NULL),
(873,'mixpanel','completed',10,'2024-11-05 11:18:46','2024-11-05 11:48:28','2024-11-05 11:07:46','2024-11-05 11:48:28',NULL,0,0,NULL,NULL),
(874,'mixpanel','completed',10,'2024-11-05 14:51:43','2024-11-05 14:52:34','2024-11-05 14:48:43','2024-11-05 14:52:34',NULL,0,0,NULL,NULL),
(875,'mixpanel','completed',10,'2024-11-05 15:18:35','2024-11-05 15:50:44','2024-11-05 14:54:35','2024-11-05 15:50:44',NULL,0,0,NULL,NULL),
(876,'mixpanel','completed',10,'2024-11-05 18:32:18','2024-11-05 18:33:19','2024-11-05 18:19:18','2024-11-05 18:33:19',NULL,0,0,NULL,NULL),
(877,'mixpanel','completed',10,'2024-11-05 19:14:20','2024-11-05 19:15:40','2024-11-05 18:35:20','2024-11-05 19:15:40',NULL,0,0,NULL,NULL),
(878,'mixpanel','completed',10,'2024-11-05 19:43:43','2024-11-05 19:43:54','2024-11-05 19:19:43','2024-11-05 19:43:54',NULL,0,0,NULL,NULL),
(879,'mixpanel','completed',10,'2024-11-05 20:08:55','2024-11-05 20:10:07','2024-11-05 19:45:55','2024-11-05 20:10:07',NULL,0,0,NULL,NULL),
(880,'mixpanel','completed',10,'2024-11-05 21:04:08','2024-11-05 21:04:33','2024-11-05 20:12:08','2024-11-05 21:04:33',NULL,0,0,NULL,NULL),
(881,'mixpanel','completed',10,'2024-11-05 21:05:34','2024-11-05 21:08:35','2024-11-05 21:06:34','2024-11-05 21:08:35',NULL,0,0,NULL,NULL),
(882,'mixpanel','completed',10,'2024-11-05 21:47:36','2024-11-05 21:52:01','2024-11-05 21:10:36','2024-11-05 21:52:01',NULL,0,0,NULL,NULL),
(883,'mixpanel','completed',10,'2024-11-05 22:50:18','2024-11-05 22:51:34','2024-11-05 21:54:18','2024-11-05 22:51:34',NULL,0,0,NULL,NULL),
(884,'mixpanel','completed',10,'2024-11-05 23:18:45','2024-11-05 23:19:47','2024-11-05 22:53:45','2024-11-05 23:19:47',NULL,0,0,NULL,NULL),
(885,'mixpanel','completed',10,'2024-11-05 23:37:48','2024-11-05 23:37:55','2024-11-05 23:21:48','2024-11-05 23:37:55',NULL,0,0,NULL,NULL),
(886,'mixpanel','completed',10,'2024-11-06 00:18:56','2024-11-06 00:20:56','2024-11-05 23:39:56','2024-11-06 00:20:56',NULL,0,0,NULL,NULL),
(887,'schedule_re_engagement_email','completed',10,'2024-11-07 00:12:12','2024-11-07 00:41:43','2024-11-06 00:12:12','2024-11-07 00:41:43',NULL,0,0,NULL,NULL),
(888,'mixpanel','completed',10,'2024-11-06 00:29:18','2024-11-06 00:30:20','2024-11-06 00:24:18','2024-11-06 00:30:20',NULL,0,0,NULL,NULL),
(889,'mixpanel','completed',10,'2024-11-06 00:52:22','2024-11-06 00:52:33','2024-11-06 00:32:22','2024-11-06 00:52:33',NULL,0,0,NULL,NULL),
(890,'mixpanel','completed',10,'2024-11-06 01:37:34','2024-11-06 01:38:32','2024-11-06 00:56:34','2024-11-06 01:38:32',NULL,0,0,NULL,NULL),
(891,'subscribers_engagement_score','completed',10,'2024-11-06 01:38:32','2024-11-06 01:42:25','2024-11-06 01:38:32','2024-11-06 01:42:25',NULL,0,0,NULL,NULL),
(892,'subscribers_engagement_score','completed',10,'2024-11-06 01:42:25','2024-11-06 01:44:26','2024-11-06 01:42:25','2024-11-06 01:44:26',NULL,0,0,NULL,NULL),
(893,'mixpanel','completed',10,'2024-11-06 01:53:25','2024-11-06 01:54:30','2024-11-06 01:42:25','2024-11-06 01:54:30',NULL,0,0,NULL,NULL),
(894,'subscribers_engagement_score','completed',10,'2024-11-07 07:35:00','2024-11-07 07:55:52','2024-11-06 01:44:26','2024-11-07 07:55:52',NULL,0,0,NULL,NULL),
(895,'mixpanel','completed',10,'2024-11-06 02:23:31','2024-11-06 02:24:45','2024-11-06 01:56:31','2024-11-06 02:24:45',NULL,0,0,NULL,NULL),
(896,'mixpanel','completed',10,'2024-11-06 02:50:46','2024-11-06 02:50:59','2024-11-06 02:26:46','2024-11-06 02:50:59',NULL,0,0,NULL,NULL),
(897,'mixpanel','completed',10,'2024-11-06 03:49:00','2024-11-06 03:58:16','2024-11-06 02:55:00','2024-11-06 03:58:16',NULL,0,0,NULL,NULL),
(898,'mixpanel','completed',10,'2024-11-06 04:00:45','2024-11-06 07:58:31','2024-11-06 04:00:45','2024-11-06 07:58:31',NULL,0,0,NULL,NULL),
(899,'mixpanel','completed',10,'2024-11-06 12:01:55','2024-11-06 15:42:51','2024-11-06 11:21:55','2024-11-06 15:42:51',NULL,0,0,NULL,NULL),
(900,'mixpanel','completed',10,'2024-11-06 17:10:46','2024-11-06 17:10:56','2024-11-06 16:50:46','2024-11-06 17:10:56',NULL,0,0,NULL,NULL),
(901,'mixpanel','completed',10,'2024-11-06 17:49:56','2024-11-06 17:51:11','2024-11-06 17:14:56','2024-11-06 17:51:11',NULL,0,0,NULL,NULL),
(902,'mixpanel','completed',10,'2024-11-06 18:03:09','2024-11-06 18:03:12','2024-11-06 17:55:09','2024-11-06 18:03:12',NULL,0,0,NULL,NULL),
(903,'mixpanel','completed',10,'2024-11-06 18:29:13','2024-11-06 18:29:26','2024-11-06 18:05:13','2024-11-06 18:29:26',NULL,0,0,NULL,NULL),
(904,'mixpanel','completed',10,'2024-11-06 19:08:27','2024-11-06 19:09:43','2024-11-06 18:31:27','2024-11-06 19:09:43',NULL,0,0,NULL,NULL),
(905,'mixpanel','completed',10,'2024-11-06 19:11:46','2024-11-06 19:15:47','2024-11-06 19:11:46','2024-11-06 19:15:47',NULL,0,0,NULL,NULL),
(906,'mixpanel','completed',10,'2024-11-06 19:35:48','2024-11-06 19:35:56','2024-11-06 19:17:48','2024-11-06 19:35:56',NULL,0,0,NULL,NULL),
(907,'mixpanel','completed',10,'2024-11-06 20:02:57','2024-11-06 20:06:10','2024-11-06 19:37:57','2024-11-06 20:06:10',NULL,0,0,NULL,NULL),
(908,'mixpanel','completed',10,'2024-11-06 21:01:11','2024-11-06 21:02:39','2024-11-06 20:08:11','2024-11-06 21:02:39',NULL,0,0,NULL,NULL),
(909,'mixpanel','completed',10,'2024-11-06 22:02:39','2024-11-06 22:03:07','2024-11-06 21:06:39','2024-11-06 22:03:07',NULL,0,0,NULL,NULL),
(910,'mixpanel','completed',10,'2024-11-06 22:49:07','2024-11-06 22:49:29','2024-11-06 22:05:07','2024-11-06 22:49:29',NULL,0,0,NULL,NULL),
(911,'mixpanel','completed',10,'2024-11-06 23:47:30','2024-11-06 23:47:59','2024-11-06 22:51:30','2024-11-06 23:47:59',NULL,0,0,NULL,NULL),
(912,'mixpanel','completed',10,'2024-11-06 23:54:00','2024-11-06 23:54:03','2024-11-06 23:50:00','2024-11-06 23:54:03',NULL,0,0,NULL,NULL),
(913,'mixpanel','completed',10,'2024-11-07 00:07:04','2024-11-07 00:08:08','2024-11-06 23:58:04','2024-11-07 00:08:08',NULL,0,0,NULL,NULL),
(914,'mixpanel','completed',10,'2024-11-07 01:27:43','2024-11-07 01:51:45','2024-11-07 00:41:43','2024-11-07 01:51:45',NULL,0,0,NULL,NULL),
(915,'schedule_re_engagement_email','completed',10,'2024-11-08 00:45:40','2024-11-08 04:07:09','2024-11-07 00:45:40','2024-11-08 04:07:09',NULL,0,0,NULL,NULL),
(916,'mixpanel','completed',10,'2024-11-07 03:22:59','2024-11-07 03:24:59','2024-11-07 03:14:59','2024-11-07 03:24:59',NULL,0,0,NULL,NULL),
(917,'mixpanel','completed',10,'2024-11-07 03:49:59','2024-11-07 04:32:28','2024-11-07 03:26:59','2024-11-07 04:32:28',NULL,0,0,NULL,NULL),
(918,'mixpanel','completed',10,'2024-11-07 04:41:42','2024-11-07 05:00:09','2024-11-07 04:34:42','2024-11-07 05:00:09',NULL,0,0,NULL,NULL),
(919,'mixpanel','completed',10,'2024-11-07 05:29:06','2024-11-07 05:30:52','2024-11-07 05:04:06','2024-11-07 05:30:52',NULL,0,0,NULL,NULL),
(920,'mixpanel','completed',10,'2024-11-07 05:57:54','2024-11-07 05:59:10','2024-11-07 05:32:54','2024-11-07 05:59:10',NULL,0,0,NULL,NULL),
(921,'mixpanel','completed',10,'2024-11-07 06:28:11','2024-11-07 07:55:52','2024-11-07 06:01:11','2024-11-07 07:55:52',NULL,0,0,NULL,NULL),
(922,'subscribers_engagement_score','completed',10,'2024-11-07 07:55:52','2024-11-07 08:41:52','2024-11-07 07:55:52','2024-11-07 08:41:52',NULL,0,0,NULL,NULL),
(923,'subscribers_engagement_score','completed',10,'2024-11-08 16:11:00','2024-11-08 16:59:09','2024-11-07 08:41:52','2024-11-08 16:59:09',NULL,0,0,NULL,NULL),
(924,'mixpanel','completed',10,'2024-11-07 09:13:52','2024-11-07 11:51:41','2024-11-07 08:41:52','2024-11-07 11:51:41',NULL,0,0,NULL,NULL),
(925,'mixpanel','completed',10,'2024-11-07 15:40:12','2024-11-07 15:43:41','2024-11-07 15:41:12','2024-11-07 15:43:41',NULL,0,0,NULL,NULL),
(926,'mixpanel','completed',10,'2024-11-07 16:13:40','2024-11-07 16:13:53','2024-11-07 15:47:40','2024-11-07 16:13:53',NULL,0,0,NULL,NULL),
(927,'mixpanel','completed',10,'2024-11-07 16:26:54','2024-11-07 16:28:00','2024-11-07 16:15:54','2024-11-07 16:28:00',NULL,0,0,NULL,NULL),
(928,'mixpanel','completed',10,'2024-11-07 17:23:46','2024-11-07 17:24:09','2024-11-07 16:31:46','2024-11-07 17:24:09',NULL,0,0,NULL,NULL),
(929,'mixpanel','completed',10,'2024-11-07 17:38:10','2024-11-07 17:38:16','2024-11-07 17:26:10','2024-11-07 17:38:16',NULL,0,0,NULL,NULL),
(930,'mixpanel','completed',10,'2024-11-07 18:35:17','2024-11-07 18:52:16','2024-11-07 17:40:17','2024-11-07 18:52:16',NULL,0,0,NULL,NULL),
(931,'mixpanel','completed',10,'2024-11-07 18:56:17','2024-11-07 18:56:18','2024-11-07 18:54:17','2024-11-07 18:56:18',NULL,0,0,NULL,NULL),
(932,'mixpanel','completed',10,'2024-11-07 19:21:19','2024-11-07 19:21:46','2024-11-07 18:58:19','2024-11-07 19:21:46',NULL,0,0,NULL,NULL),
(933,'mixpanel','completed',10,'2024-11-07 19:58:47','2024-11-07 20:07:52','2024-11-07 19:23:47','2024-11-07 20:07:52',NULL,0,0,NULL,NULL),
(934,'mixpanel','completed',10,'2024-11-07 20:57:49','2024-11-07 20:59:10','2024-11-07 20:14:49','2024-11-07 20:59:10',NULL,0,0,NULL,NULL),
(935,'mixpanel','completed',10,'2024-11-07 21:53:11','2024-11-07 21:54:20','2024-11-07 21:01:11','2024-11-07 21:54:20',NULL,0,0,NULL,NULL),
(936,'mixpanel','completed',10,'2024-11-07 22:05:48','2024-11-07 22:05:48','2024-11-07 22:03:48','2024-11-07 22:05:48',NULL,0,0,NULL,NULL),
(937,'mixpanel','completed',10,'2024-11-07 22:32:40','2024-11-07 22:32:43','2024-11-07 22:26:40','2024-11-07 22:32:43',NULL,0,0,NULL,NULL),
(938,'mixpanel','completed',10,'2024-11-07 23:09:44','2024-11-07 23:11:23','2024-11-07 22:34:44','2024-11-07 23:11:23',NULL,0,0,NULL,NULL),
(939,'mixpanel','completed',10,'2024-11-07 23:12:25','2024-11-07 23:15:25','2024-11-07 23:13:25','2024-11-07 23:15:25',NULL,0,0,NULL,NULL),
(940,'mixpanel','completed',10,'2024-11-07 23:24:26','2024-11-07 23:25:30','2024-11-07 23:17:26','2024-11-07 23:25:30',NULL,0,0,NULL,NULL),
(941,'mixpanel','completed',10,'2024-11-07 23:26:31','2024-11-07 23:29:32','2024-11-07 23:27:31','2024-11-07 23:29:32',NULL,0,0,NULL,NULL),
(942,'mixpanel','completed',10,'2024-11-07 23:37:33','2024-11-07 23:37:36','2024-11-07 23:31:33','2024-11-07 23:37:36',NULL,0,0,NULL,NULL),
(943,'mixpanel','completed',10,'2024-11-08 00:32:37','2024-11-08 04:07:09','2024-11-07 23:39:37','2024-11-08 04:07:09',NULL,0,0,NULL,NULL),
(944,'subscribers_email_count','completed',10,'2024-11-14 00:00:00','2024-11-14 03:23:40','2024-11-08 00:01:48','2024-11-14 03:23:40',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(945,'schedule_re_engagement_email','completed',10,'2024-11-09 04:35:05','2024-11-09 05:12:19','2024-11-08 04:35:05','2024-11-09 05:12:19',NULL,0,0,NULL,NULL),
(946,'mixpanel','completed',10,'2024-11-08 04:34:05','2024-11-08 08:38:56','2024-11-08 04:35:05','2024-11-08 08:38:56',NULL,0,0,NULL,NULL),
(947,'mixpanel','completed',10,'2024-11-08 12:50:15','2024-11-08 16:59:09','2024-11-08 12:43:15','2024-11-08 16:59:09',NULL,0,0,NULL,NULL),
(948,'subscribers_engagement_score','completed',10,'2024-11-08 16:59:09','2024-11-08 21:02:01','2024-11-08 16:59:09','2024-11-08 21:02:01',NULL,0,0,NULL,NULL),
(949,'subscribers_engagement_score','completed',10,'2024-11-09 12:48:00','2024-11-09 13:32:21','2024-11-08 21:02:01','2024-11-09 13:32:21',NULL,0,0,NULL,NULL),
(950,'mixpanel','completed',10,'2024-11-08 21:32:01','2024-11-08 21:51:54','2024-11-08 21:02:01','2024-11-08 21:51:54',NULL,0,0,NULL,NULL),
(951,'mixpanel','completed',10,'2024-11-08 22:08:07','2024-11-08 23:09:39','2024-11-08 21:55:07','2024-11-08 23:09:39',NULL,0,0,NULL,NULL),
(952,'mixpanel','completed',10,'2024-11-08 23:22:40','2024-11-09 00:09:54','2024-11-08 23:12:40','2024-11-09 00:09:54',NULL,0,0,NULL,NULL),
(953,'mixpanel','completed',10,'2024-11-09 00:55:49','2024-11-09 00:58:23','2024-11-09 00:16:49','2024-11-09 00:58:23',NULL,0,0,NULL,NULL),
(954,'mixpanel','completed',10,'2024-11-09 05:52:19','2024-11-09 06:40:00','2024-11-09 05:12:19','2024-11-09 06:40:00',NULL,0,0,NULL,NULL),
(955,'schedule_re_engagement_email','completed',10,'2024-11-10 06:40:00','2024-11-10 06:41:14','2024-11-09 06:40:00','2024-11-10 06:41:14',NULL,0,0,NULL,NULL),
(956,'mixpanel','completed',10,'2024-11-09 09:43:17','2024-11-09 13:32:21','2024-11-09 09:23:17','2024-11-09 13:32:21',NULL,0,0,NULL,NULL),
(957,'subscribers_engagement_score','completed',10,'2024-11-10 23:28:00','2024-11-11 10:17:41','2024-11-09 13:32:21','2024-11-11 10:17:41',NULL,0,0,NULL,NULL),
(958,'mixpanel','completed',10,'2024-11-09 14:28:47','2024-11-09 17:09:15','2024-11-09 13:48:47','2024-11-09 17:09:15',NULL,0,0,NULL,NULL),
(959,'mixpanel','completed',10,'2024-11-09 17:50:16','2024-11-09 18:05:10','2024-11-09 17:43:16','2024-11-09 18:05:10',NULL,0,0,NULL,NULL),
(960,'mixpanel','completed',10,'2024-11-09 18:46:55','2024-11-09 20:53:18','2024-11-09 18:13:55','2024-11-09 20:53:18',NULL,0,0,NULL,NULL),
(961,'mixpanel','completed',10,'2024-11-10 02:10:46','2024-11-10 05:56:41','2024-11-10 01:57:46','2024-11-10 05:56:41',NULL,0,0,NULL,NULL),
(962,'mixpanel','completed',10,'2024-11-10 07:14:14','2024-11-10 10:03:57','2024-11-10 06:41:14','2024-11-10 10:03:57',NULL,0,0,NULL,NULL),
(963,'schedule_re_engagement_email','completed',10,'2024-11-11 10:03:57','2024-11-11 10:17:41','2024-11-10 10:03:57','2024-11-11 10:17:41',NULL,0,0,NULL,NULL),
(964,'mixpanel','completed',10,'2024-11-10 11:58:20','2024-11-10 13:55:21','2024-11-10 11:17:20','2024-11-10 13:55:21',NULL,0,0,NULL,NULL),
(965,'mixpanel','completed',10,'2024-11-10 15:28:58','2024-11-10 16:19:41','2024-11-10 14:50:58','2024-11-10 16:19:41',NULL,0,0,NULL,NULL),
(966,'mixpanel','completed',10,'2024-11-10 17:44:27','2024-11-10 17:49:37','2024-11-10 16:53:27','2024-11-10 17:49:37',NULL,0,0,NULL,NULL),
(967,'mixpanel','completed',10,'2024-11-10 22:49:25','2024-11-11 10:17:41','2024-11-10 21:52:25','2024-11-11 10:17:41',NULL,0,0,NULL,NULL),
(968,'subscribers_engagement_score','completed',10,'2024-11-11 10:17:41','2024-11-11 14:07:17','2024-11-11 10:17:41','2024-11-11 14:07:17',NULL,0,0,NULL,NULL),
(969,'subscribers_engagement_score','completed',10,'2024-11-12 03:06:00','2024-11-12 06:18:03','2024-11-11 14:07:17','2024-11-12 06:18:03',NULL,0,0,NULL,NULL),
(970,'schedule_re_engagement_email','completed',10,'2024-11-12 14:07:17','2024-11-12 14:58:48','2024-11-11 14:07:17','2024-11-12 14:58:48',NULL,0,0,NULL,NULL),
(971,'mixpanel','completed',10,'2024-11-11 14:14:17','2024-11-11 15:21:54','2024-11-11 14:07:17','2024-11-11 15:21:54',NULL,0,0,NULL,NULL),
(972,'mixpanel','completed',10,'2024-11-11 18:17:15','2024-11-11 22:22:24','2024-11-11 18:06:15','2024-11-11 22:22:24',NULL,0,0,NULL,NULL),
(973,'mixpanel','completed',10,'2024-11-12 02:59:29','2024-11-12 06:18:03','2024-11-12 02:37:29','2024-11-12 06:18:03',NULL,0,0,NULL,NULL),
(974,'subscribers_engagement_score','completed',10,'2024-11-13 23:14:00','2024-11-13 23:15:53','2024-11-12 06:18:03','2024-11-13 23:15:53',NULL,0,0,NULL,NULL),
(975,'mixpanel','completed',10,'2024-11-12 07:22:56','2024-11-12 10:45:04','2024-11-12 06:41:56','2024-11-12 10:45:04',NULL,0,0,NULL,NULL),
(976,'mixpanel','completed',10,'2024-11-12 12:28:19','2024-11-12 14:58:48','2024-11-12 11:40:19','2024-11-12 14:58:48',NULL,0,0,NULL,NULL),
(977,'schedule_re_engagement_email','completed',10,'2024-11-13 18:51:00','2024-11-13 19:22:00','2024-11-12 18:51:00','2024-11-13 19:22:00',NULL,0,0,NULL,NULL),
(978,'mixpanel','completed',10,'2024-11-12 19:25:00','2024-11-12 20:08:49','2024-11-12 18:51:00','2024-11-12 20:08:49',NULL,0,0,NULL,NULL),
(979,'mixpanel','completed',10,'2024-11-12 20:20:11','2024-11-12 20:22:27','2024-11-12 20:11:11','2024-11-12 20:22:27',NULL,0,0,NULL,NULL),
(980,'mixpanel','completed',10,'2024-11-12 20:59:26','2024-11-12 21:00:27','2024-11-12 20:25:26','2024-11-12 21:00:27',NULL,0,0,NULL,NULL),
(981,'mixpanel','completed',10,'2024-11-12 21:52:56','2024-11-12 21:53:13','2024-11-12 21:02:56','2024-11-12 21:53:13',NULL,0,0,NULL,NULL),
(982,'mixpanel','completed',10,'2024-11-12 22:06:14','2024-11-12 22:06:47','2024-11-12 21:55:14','2024-11-12 22:06:47',NULL,0,0,NULL,NULL),
(983,'mixpanel','completed',10,'2024-11-12 23:01:47','2024-11-12 23:03:16','2024-11-12 22:09:47','2024-11-12 23:03:16',NULL,0,0,NULL,NULL),
(984,'mixpanel','completed',10,'2024-11-13 00:01:10','2024-11-13 00:03:10','2024-11-12 23:06:10','2024-11-13 00:03:10',NULL,0,0,NULL,NULL),
(985,'export_files_cleanup','completed',10,'2024-11-24 00:00:00','2024-11-24 02:07:14','2024-11-13 00:03:10','2024-11-24 02:07:14',NULL,0,0,NULL,NULL),
(986,'mixpanel','completed',10,'2024-11-13 00:42:40','2024-11-13 00:44:07','2024-11-13 00:05:40','2024-11-13 00:44:07',NULL,0,0,NULL,NULL),
(987,'mixpanel','completed',10,'2024-11-13 01:40:03','2024-11-13 03:08:33','2024-11-13 00:47:03','2024-11-13 03:08:33',NULL,0,0,NULL,NULL),
(988,'mixpanel','completed',10,'2024-11-13 05:13:09','2024-11-13 05:18:19','2024-11-13 05:14:09','2024-11-13 05:18:19',NULL,0,0,NULL,NULL),
(989,'mixpanel','completed',10,'2024-11-13 05:29:28','2024-11-13 05:31:11','2024-11-13 05:20:28','2024-11-13 05:31:11',NULL,0,0,NULL,NULL),
(990,'mixpanel','completed',10,'2024-11-13 05:48:12','2024-11-13 07:11:16','2024-11-13 05:33:12','2024-11-13 07:11:16',NULL,0,0,NULL,NULL),
(991,'mixpanel','completed',10,'2024-11-13 09:49:11','2024-11-13 10:19:42','2024-11-13 08:52:11','2024-11-13 10:19:42',NULL,0,0,NULL,NULL),
(992,'mixpanel','completed',10,'2024-11-13 12:08:47','2024-11-13 13:57:47','2024-11-13 11:21:47','2024-11-13 13:57:47',NULL,0,0,NULL,NULL),
(993,'mixpanel','completed',10,'2024-11-13 15:55:24','2024-11-13 19:22:00','2024-11-13 15:21:24','2024-11-13 19:22:00',NULL,0,0,NULL,NULL),
(994,'subscribers_engagement_score','completed',10,'2024-11-13 23:15:53','2024-11-14 03:23:40','2024-11-13 23:15:53','2024-11-14 03:23:40',NULL,0,0,NULL,NULL),
(995,'schedule_re_engagement_email','completed',10,'2024-11-14 23:15:53','2024-11-14 23:24:53','2024-11-13 23:15:53','2024-11-14 23:24:53',NULL,0,0,NULL,NULL),
(996,'mixpanel','completed',10,'2024-11-13 23:57:53','2024-11-14 03:23:40','2024-11-13 23:15:53','2024-11-14 03:23:40',NULL,0,0,NULL,NULL),
(997,'subscribers_email_count','completed',10,'2024-11-19 00:00:00','2024-11-19 02:36:52','2024-11-14 03:23:40','2024-11-19 02:36:52',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(998,'inactive_subscribers','completed',10,'2024-11-20 00:00:00','2024-11-20 00:01:28','2024-11-14 03:23:40','2024-11-20 00:01:28',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(999,'subscribers_engagement_score','completed',10,'2024-11-15 06:08:00','2024-11-15 06:08:52','2024-11-14 03:23:40','2024-11-15 06:08:52',NULL,0,0,NULL,NULL),
(1000,'mixpanel','completed',10,'2024-11-14 04:42:31','2024-11-14 07:32:54','2024-11-14 04:01:31','2024-11-14 07:32:54',NULL,0,0,NULL,NULL),
(1001,'mixpanel','completed',10,'2024-11-14 12:11:19','2024-11-14 14:11:34','2024-11-14 11:27:19','2024-11-14 14:11:34',NULL,0,0,NULL,NULL),
(1002,'mixpanel','completed',10,'2024-11-14 15:51:02','2024-11-14 17:13:59','2024-11-14 15:17:02','2024-11-14 17:13:59',NULL,0,0,NULL,NULL),
(1003,'mixpanel','completed',10,'2024-11-14 17:52:11','2024-11-14 19:20:53','2024-11-14 17:19:11','2024-11-14 19:20:53',NULL,0,0,NULL,NULL),
(1004,'mixpanel','completed',10,'2024-11-14 23:12:06','2024-11-14 23:24:53','2024-11-14 23:10:06','2024-11-14 23:24:53',NULL,0,0,NULL,NULL),
(1005,'schedule_re_engagement_email','completed',10,'2024-11-15 23:27:40','2024-11-16 02:04:53','2024-11-14 23:27:40','2024-11-16 02:04:53',NULL,0,0,NULL,NULL),
(1006,'mixpanel','completed',10,'2024-11-15 00:05:40','2024-11-15 00:07:47','2024-11-14 23:27:40','2024-11-15 00:07:47',NULL,0,0,NULL,NULL),
(1007,'mixpanel','completed',10,'2024-11-15 00:24:48','2024-11-15 00:25:57','2024-11-15 00:09:48','2024-11-15 00:25:57',NULL,0,0,NULL,NULL),
(1008,'mixpanel','completed',10,'2024-11-15 00:52:57','2024-11-15 00:54:12','2024-11-15 00:27:57','2024-11-15 00:54:12',NULL,0,0,NULL,NULL),
(1009,'mixpanel','completed',10,'2024-11-15 01:19:14','2024-11-15 01:19:38','2024-11-15 00:56:14','2024-11-15 01:19:38',NULL,0,0,NULL,NULL),
(1010,'mixpanel','completed',10,'2024-11-15 01:45:40','2024-11-15 01:47:39','2024-11-15 01:21:40','2024-11-15 01:47:39',NULL,0,0,NULL,NULL),
(1011,'mixpanel','completed',10,'2024-11-15 02:08:41','2024-11-15 02:10:40','2024-11-15 01:49:41','2024-11-15 02:10:40',NULL,0,0,NULL,NULL),
(1012,'mixpanel','completed',10,'2024-11-15 02:49:37','2024-11-15 02:49:37','2024-11-15 02:13:37','2024-11-15 02:49:37',NULL,0,0,NULL,NULL),
(1013,'mixpanel','completed',10,'2024-11-15 02:57:39','2024-11-15 02:58:39','2024-11-15 02:51:39','2024-11-15 02:58:39',NULL,0,0,NULL,NULL),
(1014,'mixpanel','completed',10,'2024-11-15 03:57:41','2024-11-15 04:00:36','2024-11-15 03:00:41','2024-11-15 04:00:36',NULL,0,0,NULL,NULL),
(1015,'mixpanel','completed',10,'2024-11-15 04:36:38','2024-11-15 04:37:39','2024-11-15 04:02:38','2024-11-15 04:37:39',NULL,0,0,NULL,NULL),
(1016,'mixpanel','completed',10,'2024-11-15 04:47:36','2024-11-15 04:47:37','2024-11-15 04:40:36','2024-11-15 04:47:37',NULL,0,0,NULL,NULL),
(1017,'mixpanel','completed',10,'2024-11-15 04:49:40','2024-11-15 04:51:41','2024-11-15 04:49:40','2024-11-15 04:51:41',NULL,0,0,NULL,NULL),
(1018,'mixpanel','completed',10,'2024-11-15 05:41:37','2024-11-15 05:42:40','2024-11-15 04:54:37','2024-11-15 05:42:40',NULL,0,0,NULL,NULL),
(1019,'mixpanel','completed',10,'2024-11-15 06:26:07','2024-11-15 06:40:22','2024-11-15 05:48:07','2024-11-15 06:40:22',NULL,0,0,NULL,NULL),
(1020,'subscribers_engagement_score','completed',10,'2024-11-15 06:08:52','2024-11-15 06:18:24','2024-11-15 06:08:52','2024-11-15 06:18:24',NULL,0,0,NULL,NULL),
(1021,'subscribers_engagement_score','completed',10,'2024-11-16 08:22:00','2024-11-16 10:48:12','2024-11-15 06:18:24','2024-11-16 10:48:12',NULL,0,0,NULL,NULL),
(1022,'mixpanel','completed',10,'2024-11-15 07:27:30','2024-11-15 10:38:04','2024-11-15 06:42:30','2024-11-15 10:38:04',NULL,0,0,NULL,NULL),
(1023,'mixpanel','completed',10,'2024-11-15 11:12:20','2024-11-15 15:00:39','2024-11-15 11:06:20','2024-11-15 15:00:39',NULL,0,0,NULL,NULL),
(1024,'mixpanel','completed',10,'2024-11-15 16:42:13','2024-11-15 16:44:24','2024-11-15 16:27:13','2024-11-15 16:44:24',NULL,0,0,NULL,NULL),
(1025,'mixpanel','completed',10,'2024-11-15 17:08:16','2024-11-15 17:13:38','2024-11-15 16:47:16','2024-11-15 17:13:38',NULL,0,0,NULL,NULL),
(1026,'mixpanel','completed',10,'2024-11-15 17:38:58','2024-11-15 18:52:52','2024-11-15 17:15:58','2024-11-15 18:52:52',NULL,0,0,NULL,NULL),
(1027,'mixpanel','completed',10,'2024-11-15 22:17:54','2024-11-16 02:04:53','2024-11-15 21:21:54','2024-11-16 02:04:53',NULL,0,0,NULL,NULL),
(1028,'schedule_re_engagement_email','completed',10,'2024-11-17 02:38:13','2024-11-17 02:38:38','2024-11-16 02:38:13','2024-11-17 02:38:38',NULL,0,0,NULL,NULL),
(1029,'mixpanel','completed',10,'2024-11-16 02:37:13','2024-11-16 06:36:46','2024-11-16 02:38:13','2024-11-16 06:36:46',NULL,0,0,NULL,NULL),
(1030,'subscribers_engagement_score','completed',10,'2024-11-16 10:48:12','2024-11-16 14:44:00','2024-11-16 10:48:12','2024-11-16 14:44:00',NULL,0,0,NULL,NULL),
(1031,'mixpanel','completed',10,'2024-11-16 11:14:12','2024-11-16 14:44:00','2024-11-16 10:48:12','2024-11-16 14:44:00',NULL,0,0,NULL,NULL),
(1032,'subscribers_engagement_score','completed',10,'2024-11-17 10:50:00','2024-11-17 14:31:34','2024-11-16 14:44:00','2024-11-17 14:31:34',NULL,0,0,NULL,NULL),
(1033,'mixpanel','completed',10,'2024-11-16 16:35:59','2024-11-16 18:20:39','2024-11-16 15:38:59','2024-11-16 18:20:39',NULL,0,0,NULL,NULL),
(1034,'mixpanel','completed',10,'2024-11-16 19:10:21','2024-11-16 20:09:00','2024-11-16 18:44:21','2024-11-16 20:09:00',NULL,0,0,NULL,NULL),
(1035,'mixpanel','completed',10,'2024-11-16 23:34:30','2024-11-17 00:21:53','2024-11-16 22:36:30','2024-11-17 00:21:53',NULL,0,0,NULL,NULL),
(1036,'mixpanel','completed',10,'2024-11-17 01:19:06','2024-11-17 01:20:32','2024-11-17 00:24:06','2024-11-17 01:20:32',NULL,0,0,NULL,NULL),
(1037,'mixpanel','completed',10,'2024-11-17 01:53:32','2024-11-17 02:14:21','2024-11-17 01:22:32','2024-11-17 02:14:21',NULL,0,0,NULL,NULL),
(1038,'mixpanel','completed',10,'2024-11-17 02:20:27','2024-11-17 02:20:29','2024-11-17 02:16:27','2024-11-17 02:20:29',NULL,0,0,NULL,NULL),
(1039,'mixpanel','completed',10,'2024-11-17 02:21:30','2024-11-17 02:26:33','2024-11-17 02:22:30','2024-11-17 02:26:33',NULL,0,0,NULL,NULL),
(1040,'mixpanel','completed',10,'2024-11-17 02:57:34','2024-11-17 03:04:43','2024-11-17 02:30:34','2024-11-17 03:04:43',NULL,0,0,NULL,NULL),
(1041,'schedule_re_engagement_email','completed',10,'2024-11-18 02:40:39','2024-11-18 04:04:52','2024-11-17 02:40:39','2024-11-18 04:04:52',NULL,0,0,NULL,NULL),
(1042,'mixpanel','completed',10,'2024-11-17 04:05:39','2024-11-17 04:07:19','2024-11-17 03:23:39','2024-11-17 04:07:19',NULL,0,0,NULL,NULL),
(1043,'mixpanel','completed',10,'2024-11-17 04:35:21','2024-11-17 04:36:43','2024-11-17 04:11:21','2024-11-17 04:36:43',NULL,0,0,NULL,NULL),
(1044,'mixpanel','completed',10,'2024-11-17 04:49:44','2024-11-17 04:50:50','2024-11-17 04:38:44','2024-11-17 04:50:50',NULL,0,0,NULL,NULL),
(1045,'mixpanel','completed',10,'2024-11-17 05:15:52','2024-11-17 05:17:04','2024-11-17 04:52:52','2024-11-17 05:17:04',NULL,0,0,NULL,NULL),
(1046,'mixpanel','completed',10,'2024-11-17 06:16:05','2024-11-17 06:35:45','2024-11-17 05:19:05','2024-11-17 06:35:45',NULL,0,0,NULL,NULL),
(1047,'mixpanel','completed',10,'2024-11-17 11:28:46','2024-11-17 14:31:34','2024-11-17 10:37:46','2024-11-17 14:31:34',NULL,0,0,NULL,NULL),
(1048,'subscribers_engagement_score','completed',10,'2024-11-17 14:31:34','2024-11-17 18:40:07','2024-11-17 14:31:34','2024-11-17 18:40:07',NULL,0,0,NULL,NULL),
(1049,'subscribers_engagement_score','completed',10,'2024-11-18 00:03:00','2024-11-18 04:04:52','2024-11-17 18:40:07','2024-11-18 04:04:52',NULL,0,0,NULL,NULL),
(1050,'mixpanel','completed',10,'2024-11-17 19:16:07','2024-11-17 22:45:15','2024-11-17 18:40:07','2024-11-17 22:45:15',NULL,0,0,NULL,NULL),
(1051,'subscribers_engagement_score','completed',10,'2024-11-19 21:49:00','2024-11-19 21:50:45','2024-11-18 04:04:52','2024-11-19 21:50:45',NULL,0,0,NULL,NULL),
(1052,'mixpanel','completed',10,'2024-11-18 04:22:52','2024-11-18 06:50:56','2024-11-18 04:04:52','2024-11-18 06:50:56',NULL,0,0,NULL,NULL),
(1053,'schedule_re_engagement_email','completed',10,'2024-11-19 06:50:56','2024-11-19 06:56:41','2024-11-18 06:50:56','2024-11-19 06:56:41',NULL,0,0,NULL,NULL),
(1054,'mixpanel','completed',10,'2024-11-18 11:04:20','2024-11-18 15:01:18','2024-11-18 11:01:20','2024-11-18 15:01:18',NULL,0,0,NULL,NULL),
(1055,'mixpanel','completed',10,'2024-11-18 15:34:39','2024-11-18 18:51:16','2024-11-18 15:09:39','2024-11-18 18:51:16',NULL,0,0,NULL,NULL),
(1056,'mixpanel','completed',10,'2024-11-18 20:14:46','2024-11-18 22:44:44','2024-11-18 20:00:46','2024-11-18 22:44:44',NULL,0,0,NULL,NULL),
(1057,'subscribers_email_count','completed',10,'2024-11-25 00:00:00','2024-11-25 02:02:25','2024-11-19 02:36:52','2024-11-25 02:02:25',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(1058,'mixpanel','completed',10,'2024-11-19 03:07:52','2024-11-19 06:56:41','2024-11-19 02:36:52','2024-11-19 06:56:41',NULL,0,0,NULL,NULL),
(1059,'schedule_re_engagement_email','completed',10,'2024-11-20 10:51:28','2024-11-20 14:08:08','2024-11-19 10:51:28','2024-11-20 14:08:08',NULL,0,0,NULL,NULL),
(1060,'mixpanel','completed',10,'2024-11-19 11:32:28','2024-11-19 14:41:06','2024-11-19 10:51:28','2024-11-19 14:41:06',NULL,0,0,NULL,NULL),
(1061,'mixpanel','completed',10,'2024-11-19 16:36:35','2024-11-19 18:37:39','2024-11-19 15:40:35','2024-11-19 18:37:39',NULL,0,0,NULL,NULL),
(1062,'mixpanel','completed',10,'2024-11-19 19:39:48','2024-11-19 19:39:59','2024-11-19 18:59:48','2024-11-19 19:39:59',NULL,0,0,NULL,NULL),
(1063,'mixpanel','completed',10,'2024-11-19 20:36:42','2024-11-19 20:38:00','2024-11-19 19:42:42','2024-11-19 20:38:00',NULL,0,0,NULL,NULL),
(1064,'mixpanel','completed',10,'2024-11-19 21:17:00','2024-11-19 21:22:21','2024-11-19 20:40:00','2024-11-19 21:22:21',NULL,0,0,NULL,NULL),
(1065,'mixpanel','completed',10,'2024-11-19 22:18:33','2024-11-19 22:19:01','2024-11-19 21:24:33','2024-11-19 22:19:01',NULL,0,0,NULL,NULL),
(1066,'subscribers_engagement_score','completed',10,'2024-11-19 21:50:45','2024-11-19 21:52:46','2024-11-19 21:50:45','2024-11-19 21:52:46',NULL,0,0,NULL,NULL),
(1067,'subscribers_engagement_score','completed',10,'2024-11-20 13:22:00','2024-11-20 14:08:08','2024-11-19 21:52:46','2024-11-20 14:08:08',NULL,0,0,NULL,NULL),
(1068,'mixpanel','completed',10,'2024-11-19 23:03:02','2024-11-19 23:03:23','2024-11-19 22:21:02','2024-11-19 23:03:23',NULL,0,0,NULL,NULL),
(1069,'mixpanel','completed',10,'2024-11-19 23:54:24','2024-11-19 23:55:26','2024-11-19 23:05:24','2024-11-19 23:55:26',NULL,0,0,NULL,NULL),
(1070,'mixpanel','completed',10,'2024-11-19 23:57:51','2024-11-20 00:01:28','2024-11-19 23:57:51','2024-11-20 00:01:28',NULL,0,0,NULL,NULL),
(1071,'inactive_subscribers','completed',10,'2024-11-30 00:00:00','2024-11-30 03:19:20','2024-11-20 00:01:28','2024-11-30 03:19:20',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(1072,'mixpanel','completed',10,'2024-11-20 00:46:29','2024-11-20 00:53:29','2024-11-20 00:03:29','2024-11-20 00:53:29',NULL,0,0,NULL,NULL),
(1073,'mixpanel','completed',10,'2024-11-20 01:54:28','2024-11-20 02:37:55','2024-11-20 00:56:28','2024-11-20 02:37:55',NULL,0,0,NULL,NULL),
(1074,'mixpanel','completed',10,'2024-11-20 06:44:13','2024-11-20 09:23:18','2024-11-20 06:30:13','2024-11-20 09:23:18',NULL,0,0,NULL,NULL),
(1075,'mixpanel','completed',10,'2024-11-20 10:42:35','2024-11-20 14:08:08','2024-11-20 10:19:35','2024-11-20 14:08:08',NULL,0,0,NULL,NULL),
(1076,'subscribers_engagement_score','completed',10,'2024-11-21 23:29:00','2024-11-22 01:06:05','2024-11-20 14:08:08','2024-11-22 01:06:05',NULL,0,0,NULL,NULL),
(1077,'schedule_re_engagement_email','completed',10,'2024-11-21 18:00:55','2024-11-21 18:28:20','2024-11-20 18:00:55','2024-11-21 18:28:20',NULL,0,0,NULL,NULL),
(1078,'mixpanel','completed',10,'2024-11-20 18:08:55','2024-11-20 21:42:16','2024-11-20 18:00:55','2024-11-20 21:42:16',NULL,0,0,NULL,NULL),
(1079,'mixpanel','completed',10,'2024-11-20 22:30:08','2024-11-21 01:20:38','2024-11-20 22:04:08','2024-11-21 01:20:38',NULL,0,0,NULL,NULL),
(1080,'mixpanel','completed',10,'2024-11-21 02:40:38','2024-11-21 04:41:22','2024-11-21 02:06:38','2024-11-21 04:41:22',NULL,0,0,NULL,NULL),
(1081,'mixpanel','completed',10,'2024-11-21 07:04:44','2024-11-21 10:21:23','2024-11-21 06:13:44','2024-11-21 10:21:23',NULL,0,0,NULL,NULL),
(1082,'mixpanel','completed',10,'2024-11-21 14:28:41','2024-11-21 18:28:20','2024-11-21 13:50:41','2024-11-21 18:28:20',NULL,0,0,NULL,NULL),
(1083,'schedule_re_engagement_email','completed',10,'2024-11-22 21:23:14','2024-11-22 22:09:11','2024-11-21 21:23:14','2024-11-22 22:09:11',NULL,0,0,NULL,NULL),
(1084,'mixpanel','completed',10,'2024-11-21 22:19:14','2024-11-21 22:33:50','2024-11-21 21:23:14','2024-11-21 22:33:50',NULL,0,0,NULL,NULL),
(1085,'mixpanel','completed',10,'2024-11-21 22:54:56','2024-11-21 22:56:29','2024-11-21 22:41:56','2024-11-21 22:56:29',NULL,0,0,NULL,NULL),
(1086,'mixpanel','completed',10,'2024-11-21 23:05:58','2024-11-22 01:06:05','2024-11-21 22:59:58','2024-11-22 01:06:05',NULL,0,0,NULL,NULL),
(1087,'subscribers_engagement_score','completed',10,'2024-11-22 01:06:05','2024-11-22 01:09:04','2024-11-22 01:06:05','2024-11-22 01:09:04',NULL,0,0,NULL,NULL),
(1088,'subscribers_engagement_score','completed',10,'2024-11-23 16:21:00','2024-11-23 18:18:06','2024-11-22 01:09:04','2024-11-23 18:18:06',NULL,0,0,NULL,NULL),
(1089,'mixpanel','completed',10,'2024-11-22 01:27:04','2024-11-22 01:28:55','2024-11-22 01:09:04','2024-11-22 01:28:55',NULL,0,0,NULL,NULL),
(1090,'mixpanel','completed',10,'2024-11-22 01:38:56','2024-11-22 02:27:22','2024-11-22 01:30:56','2024-11-22 02:27:22',NULL,0,0,NULL,NULL),
(1091,'mixpanel','completed',10,'2024-11-22 06:49:26','2024-11-22 10:17:59','2024-11-22 06:23:26','2024-11-22 10:17:59',NULL,0,0,NULL,NULL),
(1092,'mixpanel','completed',10,'2024-11-22 14:47:59','2024-11-22 17:41:56','2024-11-22 14:20:59','2024-11-22 17:41:56',NULL,0,0,NULL,NULL),
(1093,'mixpanel','completed',10,'2024-11-22 18:14:21','2024-11-22 18:49:19','2024-11-22 18:09:21','2024-11-22 18:49:19',NULL,0,0,NULL,NULL),
(1094,'mixpanel','completed',10,'2024-11-22 22:54:11','2024-11-23 02:09:03','2024-11-22 22:09:11','2024-11-23 02:09:03',NULL,0,0,NULL,NULL),
(1095,'schedule_re_engagement_email','completed',10,'2024-11-24 02:09:03','2024-11-24 03:00:40','2024-11-23 02:09:03','2024-11-24 03:00:40',NULL,0,0,NULL,NULL),
(1096,'mixpanel','completed',10,'2024-11-23 07:01:44','2024-11-23 10:05:22','2024-11-23 06:13:44','2024-11-23 10:05:22',NULL,0,0,NULL,NULL),
(1097,'mixpanel','completed',10,'2024-11-23 14:20:50','2024-11-23 18:18:06','2024-11-23 14:10:50','2024-11-23 18:18:06',NULL,0,0,NULL,NULL),
(1098,'subscribers_engagement_score','completed',10,'2024-11-23 18:18:06','2024-11-23 21:00:28','2024-11-23 18:18:06','2024-11-23 21:00:28',NULL,0,0,NULL,NULL),
(1099,'subscribers_engagement_score','completed',10,'2024-11-24 17:04:00','2024-11-24 17:44:12','2024-11-23 21:00:28','2024-11-24 17:44:12',NULL,0,0,NULL,NULL),
(1100,'mixpanel','completed',10,'2024-11-23 21:07:28','2024-11-23 22:14:10','2024-11-23 21:00:28','2024-11-23 22:14:10',NULL,0,0,NULL,NULL),
(1101,'mixpanel','completed',10,'2024-11-24 02:20:14','2024-11-24 03:00:40','2024-11-24 02:07:14','2024-11-24 03:00:40',NULL,0,0,NULL,NULL),
(1102,'export_files_cleanup','completed',10,'2024-12-01 00:00:00','2024-12-01 01:14:02','2024-11-24 03:00:40','2024-12-01 01:14:02',NULL,0,0,NULL,NULL),
(1103,'schedule_re_engagement_email','completed',10,'2024-11-25 03:44:07','2024-11-25 06:00:17','2024-11-24 03:44:07','2024-11-25 06:00:17',NULL,0,0,NULL,NULL),
(1104,'mixpanel','completed',10,'2024-11-24 04:19:07','2024-11-24 06:03:51','2024-11-24 03:44:07','2024-11-24 06:03:51',NULL,0,0,NULL,NULL),
(1105,'mixpanel','completed',10,'2024-11-24 08:33:26','2024-11-24 09:53:50','2024-11-24 08:28:26','2024-11-24 09:53:50',NULL,0,0,NULL,NULL),
(1106,'mixpanel','completed',10,'2024-11-24 14:39:49','2024-11-24 17:44:12','2024-11-24 13:53:49','2024-11-24 17:44:12',NULL,0,0,NULL,NULL),
(1107,'subscribers_engagement_score','completed',10,'2024-11-25 08:20:00','2024-11-25 10:34:27','2024-11-24 17:44:12','2024-11-25 10:34:27',NULL,0,0,NULL,NULL),
(1108,'mixpanel','completed',10,'2024-11-24 21:57:49','2024-11-25 02:02:25','2024-11-24 21:09:49','2024-11-25 02:02:25',NULL,0,0,NULL,NULL),
(1109,'subscribers_email_count','completed',10,'2024-12-05 00:00:00','2024-12-05 04:08:00','2024-11-25 02:02:25','2024-12-05 04:08:00',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(1110,'mixpanel','completed',10,'2024-11-25 06:38:17','2024-11-25 10:34:27','2024-11-25 06:00:17','2024-11-25 10:34:27',NULL,0,0,NULL,NULL),
(1111,'schedule_re_engagement_email','completed',10,'2024-11-26 06:30:02','2024-11-26 06:56:53','2024-11-25 06:30:02','2024-11-26 06:56:53',NULL,0,0,NULL,NULL),
(1112,'subscribers_engagement_score','completed',10,'2024-11-25 10:34:27','2024-11-25 13:00:47','2024-11-25 10:34:27','2024-11-25 13:00:47',NULL,0,0,NULL,NULL),
(1113,'subscribers_engagement_score','completed',10,'2024-11-26 00:01:00','2024-11-26 02:34:03','2024-11-25 13:00:47','2024-11-26 02:34:03',NULL,0,0,NULL,NULL),
(1114,'mixpanel','completed',10,'2024-11-25 13:30:47','2024-11-25 14:29:26','2024-11-25 13:00:47','2024-11-25 14:29:26',NULL,0,0,NULL,NULL),
(1115,'mixpanel','completed',10,'2024-11-25 17:30:13','2024-11-25 18:07:41','2024-11-25 17:28:13','2024-11-25 18:07:41',NULL,0,0,NULL,NULL),
(1116,'mixpanel','completed',10,'2024-11-25 18:27:54','2024-11-25 18:38:50','2024-11-25 18:09:54','2024-11-25 18:38:50',NULL,0,0,NULL,NULL),
(1117,'mixpanel','completed',10,'2024-11-25 20:46:48','2024-11-25 22:42:41','2024-11-25 20:02:48','2024-11-25 22:42:41',NULL,0,0,NULL,NULL),
(1118,'mixpanel','completed',10,'2024-11-26 00:12:15','2024-11-26 02:34:03','2024-11-25 23:17:15','2024-11-26 02:34:03',NULL,0,0,NULL,NULL),
(1119,'subscribers_engagement_score','completed',10,'2024-11-27 02:50:00','2024-11-27 03:16:12','2024-11-26 02:34:03','2024-11-27 03:16:12',NULL,0,0,NULL,NULL),
(1120,'mixpanel','completed',10,'2024-11-26 06:04:30','2024-11-26 06:56:53','2024-11-26 06:02:30','2024-11-26 06:56:53',NULL,0,0,NULL,NULL),
(1121,'schedule_re_engagement_email','completed',10,'2024-11-27 11:08:44','2024-11-27 11:25:45','2024-11-26 11:08:44','2024-11-27 11:25:45',NULL,0,0,NULL,NULL),
(1122,'mixpanel','completed',10,'2024-11-26 11:33:44','2024-11-26 14:57:23','2024-11-26 11:08:44','2024-11-26 14:57:23',NULL,0,0,NULL,NULL),
(1123,'mixpanel','completed',10,'2024-11-26 20:02:14','2024-11-26 21:41:23','2024-11-26 19:04:14','2024-11-26 21:41:23',NULL,0,0,NULL,NULL),
(1124,'mixpanel','completed',10,'2024-11-26 23:10:33','2024-11-27 03:16:12','2024-11-26 23:10:33','2024-11-27 03:16:12',NULL,0,0,NULL,NULL),
(1125,'subscribers_engagement_score','completed',10,'2024-11-27 03:16:12','2024-11-27 07:18:46','2024-11-27 03:16:12','2024-11-27 07:18:46',NULL,0,0,NULL,NULL),
(1126,'subscribers_engagement_score','completed',10,'2024-11-28 15:33:00','2024-11-28 16:21:34','2024-11-27 07:18:46','2024-11-28 16:21:34',NULL,0,0,NULL,NULL),
(1127,'mixpanel','completed',10,'2024-11-27 07:23:46','2024-11-27 08:23:04','2024-11-27 07:18:46','2024-11-27 08:23:04',NULL,0,0,NULL,NULL),
(1128,'mixpanel','completed',10,'2024-11-27 11:58:45','2024-11-27 15:37:51','2024-11-27 11:25:45','2024-11-27 15:37:51',NULL,0,0,NULL,NULL),
(1129,'schedule_re_engagement_email','completed',10,'2024-11-28 15:37:51','2024-11-28 16:21:34','2024-11-27 15:37:51','2024-11-28 16:21:34',NULL,0,0,NULL,NULL),
(1130,'mixpanel','completed',10,'2024-11-27 19:33:03','2024-11-27 23:15:11','2024-11-27 19:27:03','2024-11-27 23:15:11',NULL,0,0,NULL,NULL),
(1131,'mixpanel','completed',10,'2024-11-28 00:45:04','2024-11-28 01:43:07','2024-11-28 00:31:04','2024-11-28 01:43:07',NULL,0,0,NULL,NULL),
(1132,'mixpanel','completed',10,'2024-11-28 03:55:07','2024-11-28 07:18:45','2024-11-28 03:21:07','2024-11-28 07:18:45',NULL,0,0,NULL,NULL),
(1133,'mixpanel','completed',10,'2024-11-28 11:38:28','2024-11-28 15:14:17','2024-11-28 10:40:28','2024-11-28 15:14:17',NULL,0,0,NULL,NULL),
(1134,'subscribers_engagement_score','completed',10,'2024-11-28 16:21:34','2024-11-28 17:31:14','2024-11-28 16:21:34','2024-11-28 17:31:14',NULL,0,0,NULL,NULL),
(1135,'mixpanel','completed',10,'2024-11-28 16:35:34','2024-11-28 17:31:14','2024-11-28 16:21:34','2024-11-28 17:31:14',NULL,0,0,NULL,NULL),
(1136,'subscribers_engagement_score','completed',10,'2024-11-29 03:08:00','2024-11-29 03:25:53','2024-11-28 17:31:14','2024-11-29 03:25:53',NULL,0,0,NULL,NULL),
(1137,'schedule_re_engagement_email','completed',10,'2024-11-29 17:31:14','2024-11-29 19:10:46','2024-11-28 17:31:14','2024-11-29 19:10:46',NULL,0,0,NULL,NULL),
(1138,'mixpanel','completed',10,'2024-11-28 20:04:19','2024-11-28 23:15:01','2024-11-28 19:08:19','2024-11-28 23:15:01',NULL,0,0,NULL,NULL),
(1139,'subscribers_engagement_score','completed',10,'2024-11-30 12:35:00','2024-11-30 15:17:24','2024-11-29 03:25:53','2024-11-30 15:17:24',NULL,0,0,NULL,NULL),
(1140,'mixpanel','completed',10,'2024-11-29 03:33:53','2024-11-29 07:10:28','2024-11-29 03:25:53','2024-11-29 07:10:28',NULL,0,0,NULL,NULL),
(1141,'mixpanel','completed',10,'2024-11-29 12:06:15','2024-11-29 15:21:16','2024-11-29 11:10:15','2024-11-29 15:21:16',NULL,0,0,NULL,NULL),
(1142,'mixpanel','completed',10,'2024-11-29 15:49:03','2024-11-29 19:10:46','2024-11-29 15:34:03','2024-11-29 19:10:46',NULL,0,0,NULL,NULL),
(1143,'schedule_re_engagement_email','completed',10,'2024-11-30 20:14:20','2024-11-30 20:44:18','2024-11-29 20:14:20','2024-11-30 20:44:18',NULL,0,0,NULL,NULL),
(1144,'mixpanel','completed',10,'2024-11-29 20:54:20','2024-11-30 03:19:20','2024-11-29 20:14:20','2024-11-30 03:19:20',NULL,0,0,NULL,NULL),
(1145,'inactive_subscribers','completed',10,'2024-12-02 00:00:00','2024-12-02 02:58:57','2024-11-30 03:19:20','2024-12-02 02:58:57',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(1146,'mixpanel','completed',10,'2024-11-30 08:12:35','2024-11-30 11:20:52','2024-11-30 07:31:35','2024-11-30 11:20:52',NULL,0,0,NULL,NULL),
(1147,'subscribers_engagement_score','completed',10,'2024-11-30 15:17:24','2024-11-30 17:02:28','2024-11-30 15:17:24','2024-11-30 17:02:28',NULL,0,0,NULL,NULL),
(1148,'mixpanel','completed',10,'2024-11-30 16:11:24','2024-11-30 17:02:28','2024-11-30 15:17:24','2024-11-30 17:02:28',NULL,0,0,NULL,NULL),
(1149,'subscribers_engagement_score','completed',10,'2024-12-01 10:08:00','2024-12-01 10:58:10','2024-11-30 17:02:28','2024-12-01 10:58:10',NULL,0,0,NULL,NULL),
(1150,'mixpanel','completed',10,'2024-11-30 19:56:17','2024-11-30 20:44:18','2024-11-30 19:14:17','2024-11-30 20:44:18',NULL,0,0,NULL,NULL),
(1151,'schedule_re_engagement_email','completed',10,'2024-12-01 20:46:19','2024-12-01 22:54:32','2024-11-30 20:46:19','2024-12-01 22:54:32',NULL,0,0,NULL,NULL),
(1152,'mixpanel','completed',10,'2024-11-30 21:20:19','2024-11-30 23:06:17','2024-11-30 20:46:19','2024-11-30 23:06:17',NULL,0,0,NULL,NULL),
(1153,'mixpanel','completed',10,'2024-12-01 01:55:02','2024-12-01 03:09:00','2024-12-01 01:14:02','2024-12-01 03:09:00',NULL,0,0,NULL,NULL),
(1154,'export_files_cleanup','completed',10,'2024-12-03 00:00:00','2024-12-03 02:53:54','2024-12-01 03:09:00','2024-12-03 02:53:54',NULL,0,0,NULL,NULL),
(1155,'mixpanel','completed',10,'2024-12-01 06:04:54','2024-12-01 07:02:22','2024-12-01 05:06:54','2024-12-01 07:02:22',NULL,0,0,NULL,NULL),
(1156,'subscribers_engagement_score','completed',10,'2024-12-02 07:27:00','2024-12-02 11:09:13','2024-12-01 10:58:10','2024-12-02 11:09:13',NULL,0,0,NULL,NULL),
(1157,'mixpanel','completed',10,'2024-12-01 11:32:10','2024-12-01 12:22:17','2024-12-01 10:58:10','2024-12-01 12:22:17',NULL,0,0,NULL,NULL),
(1158,'mixpanel','completed',10,'2024-12-01 15:31:59','2024-12-01 18:57:59','2024-12-01 15:00:59','2024-12-01 18:57:59',NULL,0,0,NULL,NULL),
(1159,'mixpanel','completed',10,'2024-12-01 23:36:32','2024-12-02 02:58:57','2024-12-01 22:54:32','2024-12-02 02:58:57',NULL,0,0,NULL,NULL),
(1160,'inactive_subscribers','completed',10,'2024-12-12 00:00:00','2024-12-12 00:01:22','2024-12-02 02:58:57','2024-12-12 00:01:22',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(1161,'schedule_re_engagement_email','completed',10,'2024-12-03 02:58:57','2024-12-03 06:55:38','2024-12-02 02:58:57','2024-12-03 06:55:38',NULL,0,0,NULL,NULL),
(1162,'mixpanel','completed',10,'2024-12-02 07:13:24','2024-12-02 11:09:13','2024-12-02 06:57:24','2024-12-02 11:09:13',NULL,0,0,NULL,NULL),
(1163,'subscribers_engagement_score','completed',10,'2024-12-02 11:09:13','2024-12-02 15:14:37','2024-12-02 11:09:13','2024-12-02 15:14:37',NULL,0,0,NULL,NULL),
(1164,'subscribers_engagement_score','completed',10,'2024-12-03 00:59:00','2024-12-03 02:53:54','2024-12-02 15:14:37','2024-12-03 02:53:54',NULL,0,0,NULL,NULL),
(1165,'mixpanel','completed',10,'2024-12-02 15:24:37','2024-12-02 17:22:03','2024-12-02 15:14:37','2024-12-02 17:22:03',NULL,0,0,NULL,NULL),
(1166,'mixpanel','completed',10,'2024-12-02 19:43:49','2024-12-02 22:52:33','2024-12-02 18:55:49','2024-12-02 22:52:33',NULL,0,0,NULL,NULL),
(1167,'subscribers_engagement_score','completed',10,'2024-12-04 14:16:00','2024-12-04 14:17:20','2024-12-03 02:53:54','2024-12-04 14:17:20',NULL,0,0,NULL,NULL),
(1168,'mixpanel','completed',10,'2024-12-03 03:39:54','2024-12-03 06:55:38','2024-12-03 02:53:54','2024-12-03 06:55:38',NULL,0,0,NULL,NULL),
(1169,'export_files_cleanup','completed',10,'2024-12-12 00:00:00','2024-12-12 00:01:22','2024-12-03 06:55:38','2024-12-12 00:01:22',NULL,0,0,NULL,NULL),
(1170,'schedule_re_engagement_email','completed',10,'2024-12-04 10:48:16','2024-12-04 10:57:26','2024-12-03 10:48:16','2024-12-04 10:57:26',NULL,0,0,NULL,NULL),
(1171,'mixpanel','completed',10,'2024-12-03 11:13:16','2024-12-03 14:52:52','2024-12-03 10:48:16','2024-12-03 14:52:52',NULL,0,0,NULL,NULL),
(1172,'mixpanel','completed',10,'2024-12-03 18:58:08','2024-12-03 19:28:48','2024-12-03 18:51:08','2024-12-03 19:28:48',NULL,0,0,NULL,NULL),
(1173,'mixpanel','completed',10,'2024-12-03 20:05:01','2024-12-03 21:52:28','2024-12-03 19:31:01','2024-12-03 21:52:28',NULL,0,0,NULL,NULL),
(1174,'mixpanel','completed',10,'2024-12-03 22:05:02','2024-12-03 22:06:05','2024-12-03 22:03:02','2024-12-03 22:06:05',NULL,0,0,NULL,NULL),
(1175,'mixpanel','completed',10,'2024-12-03 22:30:07','2024-12-03 22:30:32','2024-12-03 22:08:07','2024-12-03 22:30:32',NULL,0,0,NULL,NULL),
(1176,'mixpanel','completed',10,'2024-12-03 23:03:33','2024-12-03 23:06:39','2024-12-03 22:32:33','2024-12-03 23:06:39',NULL,0,0,NULL,NULL),
(1177,'mixpanel','completed',10,'2024-12-03 23:52:40','2024-12-04 00:19:33','2024-12-03 23:08:40','2024-12-04 00:19:33',NULL,0,0,NULL,NULL),
(1178,'mixpanel','completed',10,'2024-12-04 01:01:40','2024-12-04 01:03:57','2024-12-04 00:21:40','2024-12-04 01:03:57',NULL,0,0,NULL,NULL),
(1179,'mixpanel','completed',10,'2024-12-04 01:28:36','2024-12-04 02:59:37','2024-12-04 01:14:36','2024-12-04 02:59:37',NULL,0,0,NULL,NULL),
(1180,'mixpanel','completed',10,'2024-12-04 04:27:28','2024-12-04 04:30:46','2024-12-04 03:48:28','2024-12-04 04:30:46',NULL,0,0,NULL,NULL),
(1181,'mixpanel','completed',10,'2024-12-04 04:37:24','2024-12-04 04:42:14','2024-12-04 04:34:24','2024-12-04 04:42:14',NULL,0,0,NULL,NULL),
(1182,'mixpanel','completed',10,'2024-12-04 05:54:34','2024-12-04 05:54:48','2024-12-04 05:04:34','2024-12-04 05:54:48',NULL,0,0,NULL,NULL),
(1183,'mixpanel','completed',10,'2024-12-04 06:10:38','2024-12-04 06:26:49','2024-12-04 05:57:38','2024-12-04 06:26:49',NULL,0,0,NULL,NULL),
(1184,'mixpanel','completed',10,'2024-12-04 07:15:51','2024-12-04 07:20:09','2024-12-04 06:28:51','2024-12-04 07:20:09',NULL,0,0,NULL,NULL),
(1185,'mixpanel','completed',10,'2024-12-04 07:38:10','2024-12-04 07:39:12','2024-12-04 07:22:10','2024-12-04 07:39:12',NULL,0,0,NULL,NULL),
(1186,'mixpanel','completed',10,'2024-12-04 08:01:12','2024-12-04 08:13:14','2024-12-04 07:56:12','2024-12-04 08:13:14',NULL,0,0,NULL,NULL),
(1187,'mixpanel','completed',10,'2024-12-04 08:35:33','2024-12-04 09:20:10','2024-12-04 08:20:33','2024-12-04 09:20:10',NULL,0,0,NULL,NULL),
(1188,'mixpanel','completed',10,'2024-12-04 09:41:11','2024-12-04 09:41:13','2024-12-04 09:22:11','2024-12-04 09:41:13',NULL,0,0,NULL,NULL),
(1189,'mixpanel','completed',10,'2024-12-04 10:14:14','2024-12-04 10:15:30','2024-12-04 09:43:14','2024-12-04 10:15:30',NULL,0,0,NULL,NULL),
(1190,'mixpanel','completed',10,'2024-12-04 10:17:31','2024-12-04 10:19:32','2024-12-04 10:17:31','2024-12-04 10:19:32',NULL,0,0,NULL,NULL),
(1191,'mixpanel','completed',10,'2024-12-04 11:19:33','2024-12-04 11:19:35','2024-12-04 10:21:33','2024-12-04 11:19:35',NULL,0,0,NULL,NULL),
(1192,'schedule_re_engagement_email','completed',10,'2024-12-05 11:01:27','2024-12-05 11:02:44','2024-12-04 11:01:27','2024-12-05 11:02:44',NULL,0,0,NULL,NULL),
(1193,'mixpanel','completed',10,'2024-12-04 11:38:36','2024-12-04 11:39:45','2024-12-04 11:21:36','2024-12-04 11:39:45',NULL,0,0,NULL,NULL),
(1194,'mixpanel','completed',10,'2024-12-04 11:44:46','2024-12-04 11:45:48','2024-12-04 11:41:46','2024-12-04 11:45:48',NULL,0,0,NULL,NULL),
(1195,'mixpanel','completed',10,'2024-12-04 12:42:50','2024-12-04 12:54:49','2024-12-04 11:47:50','2024-12-04 12:54:49',NULL,0,0,NULL,NULL),
(1196,'mixpanel','completed',10,'2024-12-04 14:07:44','2024-12-04 14:17:20','2024-12-04 13:22:44','2024-12-04 14:17:20',NULL,0,0,NULL,NULL),
(1197,'subscribers_engagement_score','completed',10,'2024-12-04 14:17:20','2024-12-04 14:23:43','2024-12-04 14:17:20','2024-12-04 14:23:43',NULL,0,0,NULL,NULL),
(1198,'subscribers_engagement_score','completed',10,'2024-12-05 18:49:00','2024-12-05 19:36:07','2024-12-04 14:23:43','2024-12-05 19:36:07',NULL,0,0,NULL,NULL),
(1199,'mixpanel','completed',10,'2024-12-04 14:50:43','2024-12-04 14:53:30','2024-12-04 14:23:43','2024-12-04 14:53:30',NULL,0,0,NULL,NULL),
(1200,'mixpanel','completed',10,'2024-12-04 15:13:45','2024-12-04 15:25:38','2024-12-04 15:01:45','2024-12-04 15:25:38',NULL,0,0,NULL,NULL),
(1201,'mixpanel','completed',10,'2024-12-04 16:09:00','2024-12-04 16:24:07','2024-12-04 15:31:00','2024-12-04 16:24:07',NULL,0,0,NULL,NULL),
(1202,'mixpanel','completed',10,'2024-12-04 17:17:30','2024-12-04 17:26:28','2024-12-04 16:35:30','2024-12-04 17:26:28',NULL,0,0,NULL,NULL),
(1203,'mixpanel','completed',10,'2024-12-04 17:51:52','2024-12-04 17:54:39','2024-12-04 17:45:52','2024-12-04 17:54:39',NULL,0,0,NULL,NULL),
(1204,'mixpanel','completed',10,'2024-12-04 17:59:09','2024-12-04 18:12:05','2024-12-04 17:57:09','2024-12-04 18:12:05',NULL,0,0,NULL,NULL),
(1205,'mixpanel','completed',10,'2024-12-04 19:03:05','2024-12-04 19:18:19','2024-12-04 18:14:05','2024-12-04 19:18:19',NULL,0,0,NULL,NULL),
(1206,'mixpanel','completed',10,'2024-12-04 19:31:19','2024-12-04 19:39:30','2024-12-04 19:20:19','2024-12-04 19:39:30',NULL,0,0,NULL,NULL),
(1207,'mixpanel','completed',10,'2024-12-04 19:51:28','2024-12-04 20:03:31','2024-12-04 19:44:28','2024-12-04 20:03:31',NULL,0,0,NULL,NULL),
(1208,'mixpanel','completed',10,'2024-12-04 21:10:31','2024-12-04 21:15:22','2024-12-04 20:20:31','2024-12-04 21:15:22',NULL,0,0,NULL,NULL),
(1209,'mixpanel','completed',10,'2024-12-04 22:32:03','2024-12-04 22:33:20','2024-12-04 21:45:03','2024-12-04 22:33:20',NULL,0,0,NULL,NULL),
(1210,'mixpanel','completed',10,'2024-12-04 22:41:21','2024-12-04 22:41:24','2024-12-04 22:35:21','2024-12-04 22:41:24',NULL,0,0,NULL,NULL),
(1211,'mixpanel','completed',10,'2024-12-04 23:25:07','2024-12-04 23:27:47','2024-12-04 22:44:07','2024-12-04 23:27:47',NULL,0,0,NULL,NULL),
(1212,'mixpanel','completed',10,'2024-12-05 00:00:48','2024-12-05 04:08:00','2024-12-04 23:29:48','2024-12-05 04:08:00',NULL,0,0,NULL,NULL),
(1213,'subscribers_email_count','completed',10,'2024-12-10 00:00:00','2024-12-10 00:01:17','2024-12-05 04:08:00','2024-12-10 00:01:17',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(1214,'mixpanel','completed',10,'2024-12-05 05:00:01','2024-12-05 05:01:45','2024-12-05 04:10:01','2024-12-05 05:01:45',NULL,0,0,NULL,NULL),
(1215,'mixpanel','completed',10,'2024-12-05 05:13:46','2024-12-05 05:13:51','2024-12-05 05:03:46','2024-12-05 05:13:51',NULL,0,0,NULL,NULL),
(1216,'mixpanel','completed',10,'2024-12-05 05:15:52','2024-12-05 05:17:53','2024-12-05 05:15:52','2024-12-05 05:17:53',NULL,0,0,NULL,NULL),
(1217,'mixpanel','completed',10,'2024-12-05 05:41:54','2024-12-05 05:42:23','2024-12-05 05:19:54','2024-12-05 05:42:23',NULL,0,0,NULL,NULL),
(1218,'mixpanel','completed',10,'2024-12-05 06:02:07','2024-12-05 06:02:27','2024-12-05 05:46:07','2024-12-05 06:02:27',NULL,0,0,NULL,NULL),
(1219,'mixpanel','completed',10,'2024-12-05 06:44:28','2024-12-05 06:44:36','2024-12-05 06:04:28','2024-12-05 06:44:36',NULL,0,0,NULL,NULL),
(1220,'mixpanel','completed',10,'2024-12-05 06:50:37','2024-12-05 06:50:39','2024-12-05 06:46:37','2024-12-05 06:50:39',NULL,0,0,NULL,NULL),
(1221,'mixpanel','completed',10,'2024-12-05 07:06:40','2024-12-05 07:06:47','2024-12-05 06:52:40','2024-12-05 07:06:47',NULL,0,0,NULL,NULL),
(1222,'mixpanel','completed',10,'2024-12-05 07:38:48','2024-12-05 07:39:03','2024-12-05 07:08:48','2024-12-05 07:39:03',NULL,0,0,NULL,NULL),
(1223,'mixpanel','completed',10,'2024-12-05 08:31:22','2024-12-05 08:33:30','2024-12-05 07:41:22','2024-12-05 08:33:30',NULL,0,0,NULL,NULL),
(1224,'mixpanel','completed',10,'2024-12-05 09:18:31','2024-12-05 09:19:53','2024-12-05 08:35:31','2024-12-05 09:19:53',NULL,0,0,NULL,NULL),
(1225,'mixpanel','completed',10,'2024-12-05 10:17:54','2024-12-05 10:18:22','2024-12-05 09:21:54','2024-12-05 10:18:22',NULL,0,0,NULL,NULL),
(1226,'mixpanel','completed',10,'2024-12-05 10:25:23','2024-12-05 10:26:26','2024-12-05 10:20:23','2024-12-05 10:26:26',NULL,0,0,NULL,NULL),
(1227,'mixpanel','completed',10,'2024-12-05 11:11:27','2024-12-05 11:12:47','2024-12-05 10:28:27','2024-12-05 11:12:47',NULL,0,0,NULL,NULL),
(1228,'schedule_re_engagement_email','completed',10,'2024-12-06 11:04:45','2024-12-06 11:05:05','2024-12-05 11:04:45','2024-12-06 11:05:05',NULL,0,0,NULL,NULL),
(1229,'mixpanel','completed',10,'2024-12-05 11:27:49','2024-12-05 11:28:55','2024-12-05 11:16:49','2024-12-05 11:28:55',NULL,0,0,NULL,NULL),
(1230,'mixpanel','completed',10,'2024-12-05 12:15:57','2024-12-05 12:17:19','2024-12-05 11:30:57','2024-12-05 12:17:19',NULL,0,0,NULL,NULL),
(1231,'mixpanel','completed',10,'2024-12-05 13:01:21','2024-12-05 13:01:41','2024-12-05 12:19:21','2024-12-05 13:01:41',NULL,0,0,NULL,NULL),
(1232,'mixpanel','completed',10,'2024-12-05 14:01:42','2024-12-05 14:02:25','2024-12-05 13:03:42','2024-12-05 14:02:25',NULL,0,0,NULL,NULL),
(1233,'mixpanel','completed',10,'2024-12-05 14:30:26','2024-12-05 14:32:26','2024-12-05 14:04:26','2024-12-05 14:32:26',NULL,0,0,NULL,NULL),
(1234,'mixpanel','completed',10,'2024-12-05 14:38:27','2024-12-05 14:38:29','2024-12-05 14:34:27','2024-12-05 14:38:29',NULL,0,0,NULL,NULL),
(1235,'mixpanel','completed',10,'2024-12-05 15:02:30','2024-12-05 15:04:42','2024-12-05 14:40:30','2024-12-05 15:04:42',NULL,0,0,NULL,NULL),
(1236,'mixpanel','completed',10,'2024-12-05 15:07:43','2024-12-05 15:08:44','2024-12-05 15:06:43','2024-12-05 15:08:44',NULL,0,0,NULL,NULL),
(1237,'mixpanel','completed',10,'2024-12-05 15:10:45','2024-12-05 15:12:46','2024-12-05 15:10:45','2024-12-05 15:12:46',NULL,0,0,NULL,NULL),
(1238,'mixpanel','completed',10,'2024-12-05 16:01:47','2024-12-05 16:03:24','2024-12-05 15:14:47','2024-12-05 16:03:24',NULL,0,0,NULL,NULL),
(1239,'mixpanel','completed',10,'2024-12-05 16:30:25','2024-12-05 16:31:25','2024-12-05 16:05:25','2024-12-05 16:31:25',NULL,0,0,NULL,NULL),
(1240,'mixpanel','completed',10,'2024-12-05 17:31:27','2024-12-05 17:31:55','2024-12-05 16:33:27','2024-12-05 17:31:55',NULL,0,0,NULL,NULL),
(1241,'mixpanel','completed',10,'2024-12-05 18:16:56','2024-12-05 18:18:18','2024-12-05 17:33:56','2024-12-05 18:18:18',NULL,0,0,NULL,NULL),
(1242,'mixpanel','completed',10,'2024-12-05 18:44:19','2024-12-05 18:47:47','2024-12-05 18:20:19','2024-12-05 18:47:47',NULL,0,0,NULL,NULL),
(1243,'subscribers_engagement_score','completed',10,'2024-12-05 19:36:07','2024-12-05 22:41:48','2024-12-05 19:36:07','2024-12-05 22:41:48',NULL,0,0,NULL,NULL),
(1244,'mixpanel','completed',10,'2024-12-05 20:13:07','2024-12-05 22:41:48','2024-12-05 19:36:07','2024-12-05 22:41:48',NULL,0,0,NULL,NULL),
(1245,'subscribers_engagement_score','completed',10,'2024-12-06 19:41:00','2024-12-06 20:18:48','2024-12-05 22:41:48','2024-12-06 20:18:48',NULL,0,0,NULL,NULL),
(1246,'mixpanel','completed',10,'2024-12-06 05:37:29','2024-12-06 05:38:23','2024-12-06 05:21:29','2024-12-06 05:38:23',NULL,0,0,NULL,NULL),
(1247,'mixpanel','completed',10,'2024-12-06 06:24:25','2024-12-06 06:24:47','2024-12-06 05:40:25','2024-12-06 06:24:47',NULL,0,0,NULL,NULL),
(1248,'mixpanel','completed',10,'2024-12-06 07:02:47','2024-12-06 07:03:05','2024-12-06 06:26:47','2024-12-06 07:03:05',NULL,0,0,NULL,NULL),
(1249,'mixpanel','completed',10,'2024-12-06 07:19:06','2024-12-06 07:19:14','2024-12-06 07:05:06','2024-12-06 07:19:14',NULL,0,0,NULL,NULL),
(1250,'mixpanel','completed',10,'2024-12-06 07:46:14','2024-12-06 07:47:27','2024-12-06 07:21:14','2024-12-06 07:47:27',NULL,0,0,NULL,NULL),
(1251,'mixpanel','completed',10,'2024-12-06 08:36:28','2024-12-06 08:37:52','2024-12-06 07:49:28','2024-12-06 08:37:52',NULL,0,0,NULL,NULL),
(1252,'mixpanel','completed',10,'2024-12-06 08:41:53','2024-12-06 08:41:54','2024-12-06 08:39:53','2024-12-06 08:41:54',NULL,0,0,NULL,NULL),
(1253,'mixpanel','completed',10,'2024-12-06 09:20:55','2024-12-06 09:22:14','2024-12-06 08:43:55','2024-12-06 09:22:14',NULL,0,0,NULL,NULL),
(1254,'mixpanel','completed',10,'2024-12-06 09:58:15','2024-12-06 09:58:32','2024-12-06 09:24:15','2024-12-06 09:58:32',NULL,0,0,NULL,NULL),
(1255,'mixpanel','completed',10,'2024-12-06 10:26:33','2024-12-06 10:26:45','2024-12-06 10:00:33','2024-12-06 10:26:45',NULL,0,0,NULL,NULL),
(1256,'mixpanel','completed',10,'2024-12-06 10:45:46','2024-12-06 10:46:56','2024-12-06 10:28:46','2024-12-06 10:46:56',NULL,0,0,NULL,NULL),
(1257,'mixpanel','completed',10,'2024-12-06 10:51:57','2024-12-06 10:52:58','2024-12-06 10:48:57','2024-12-06 10:52:58',NULL,0,0,NULL,NULL),
(1258,'mixpanel','completed',10,'2024-12-06 11:10:00','2024-12-06 11:11:07','2024-12-06 10:55:00','2024-12-06 11:11:07',NULL,0,0,NULL,NULL),
(1259,'schedule_re_engagement_email','completed',10,'2024-12-07 11:07:06','2024-12-07 11:36:49','2024-12-06 11:07:06','2024-12-07 11:36:49',NULL,0,0,NULL,NULL),
(1260,'mixpanel','completed',10,'2024-12-06 11:47:08','2024-12-06 11:47:26','2024-12-06 11:13:08','2024-12-06 11:47:26',NULL,0,0,NULL,NULL),
(1261,'mixpanel','completed',10,'2024-12-06 12:23:27','2024-12-06 12:23:44','2024-12-06 11:49:27','2024-12-06 12:23:44',NULL,0,0,NULL,NULL),
(1262,'mixpanel','completed',10,'2024-12-06 12:50:44','2024-12-06 12:51:58','2024-12-06 12:25:44','2024-12-06 12:51:58',NULL,0,0,NULL,NULL),
(1263,'mixpanel','completed',10,'2024-12-06 13:38:59','2024-12-06 13:40:22','2024-12-06 12:53:59','2024-12-06 13:40:22',NULL,0,0,NULL,NULL),
(1264,'mixpanel','completed',10,'2024-12-06 13:42:22','2024-12-06 13:44:23','2024-12-06 13:42:22','2024-12-06 13:44:23',NULL,0,0,NULL,NULL),
(1265,'mixpanel','completed',10,'2024-12-06 14:15:25','2024-12-06 14:16:40','2024-12-06 13:46:25','2024-12-06 14:16:40',NULL,0,0,NULL,NULL),
(1266,'mixpanel','completed',10,'2024-12-06 15:16:41','2024-12-06 15:17:10','2024-12-06 14:18:41','2024-12-06 15:17:10',NULL,0,0,NULL,NULL),
(1267,'mixpanel','completed',10,'2024-12-06 15:18:11','2024-12-06 15:21:12','2024-12-06 15:19:11','2024-12-06 15:21:12',NULL,0,0,NULL,NULL),
(1268,'mixpanel','completed',10,'2024-12-06 16:19:13','2024-12-06 16:19:41','2024-12-06 15:23:13','2024-12-06 16:19:41',NULL,0,0,NULL,NULL),
(1269,'mixpanel','completed',10,'2024-12-06 16:24:42','2024-12-06 16:25:44','2024-12-06 16:21:42','2024-12-06 16:25:44',NULL,0,0,NULL,NULL),
(1270,'mixpanel','completed',10,'2024-12-06 16:58:45','2024-12-06 17:00:00','2024-12-06 16:27:45','2024-12-06 17:00:00',NULL,0,0,NULL,NULL),
(1271,'mixpanel','completed',10,'2024-12-06 17:22:02','2024-12-06 17:23:35','2024-12-06 17:02:02','2024-12-06 17:23:35',NULL,0,0,NULL,NULL),
(1272,'mixpanel','completed',10,'2024-12-06 18:08:36','2024-12-06 18:09:58','2024-12-06 17:25:36','2024-12-06 18:09:58',NULL,0,0,NULL,NULL),
(1273,'mixpanel','completed',10,'2024-12-06 18:34:59','2024-12-06 18:46:17','2024-12-06 18:11:59','2024-12-06 18:46:17',NULL,0,0,NULL,NULL),
(1274,'subscribers_engagement_score','completed',10,'2024-12-06 20:18:48','2024-12-06 20:22:49','2024-12-06 20:18:48','2024-12-06 20:22:49',NULL,0,0,NULL,NULL),
(1275,'mixpanel','completed',10,'2024-12-06 20:25:48','2024-12-06 20:26:51','2024-12-06 20:18:48','2024-12-06 20:26:51',NULL,0,0,NULL,NULL),
(1276,'subscribers_engagement_score','completed',10,'2024-12-06 20:22:49','2024-12-06 20:24:50','2024-12-06 20:22:49','2024-12-06 20:24:50',NULL,0,0,NULL,NULL),
(1277,'subscribers_engagement_score','completed',10,'2024-12-07 15:09:00','2024-12-07 17:58:45','2024-12-06 20:24:50','2024-12-07 17:58:45',NULL,0,0,NULL,NULL),
(1278,'mixpanel','completed',10,'2024-12-06 20:34:52','2024-12-06 20:34:55','2024-12-06 20:28:52','2024-12-06 20:34:55',NULL,0,0,NULL,NULL),
(1279,'mixpanel','completed',10,'2024-12-06 21:06:56','2024-12-07 02:36:51','2024-12-06 20:36:56','2024-12-07 02:36:51',NULL,0,0,NULL,NULL),
(1280,'mixpanel','completed',10,'2024-12-07 03:28:52','2024-12-07 04:13:26','2024-12-07 02:40:52','2024-12-07 04:13:26',NULL,0,0,NULL,NULL),
(1281,'mixpanel','completed',10,'2024-12-07 09:38:23','2024-12-07 11:36:49','2024-12-07 08:54:23','2024-12-07 11:36:49',NULL,0,0,NULL,NULL),
(1282,'subscribers_engagement_score','completed',10,'2024-12-08 12:34:00','2024-12-08 13:58:35','2024-12-07 17:58:45','2024-12-08 13:58:35',NULL,0,0,NULL,NULL),
(1283,'schedule_re_engagement_email','completed',10,'2024-12-08 17:58:45','2024-12-08 21:53:04','2024-12-07 17:58:45','2024-12-08 21:53:04',NULL,0,0,NULL,NULL),
(1284,'mixpanel','completed',10,'2024-12-07 18:02:45','2024-12-07 18:33:15','2024-12-07 17:58:45','2024-12-07 18:33:15',NULL,0,0,NULL,NULL),
(1285,'mixpanel','completed',10,'2024-12-07 23:19:21','2024-12-08 01:19:23','2024-12-07 22:28:21','2024-12-08 01:19:23',NULL,0,0,NULL,NULL),
(1286,'mixpanel','completed',10,'2024-12-08 01:39:33','2024-12-08 01:51:17','2024-12-08 01:21:33','2024-12-08 01:51:17',NULL,0,0,NULL,NULL),
(1287,'mixpanel','completed',10,'2024-12-08 02:05:30','2024-12-08 02:05:38','2024-12-08 01:55:30','2024-12-08 02:05:38',NULL,0,0,NULL,NULL),
(1288,'mixpanel','completed',10,'2024-12-08 02:50:37','2024-12-08 02:51:58','2024-12-08 02:09:37','2024-12-08 02:51:58',NULL,0,0,NULL,NULL),
(1289,'mixpanel','completed',10,'2024-12-08 03:37:59','2024-12-08 03:38:18','2024-12-08 02:53:59','2024-12-08 03:38:18',NULL,0,0,NULL,NULL),
(1290,'mixpanel','completed',10,'2024-12-08 04:50:21','2024-12-08 04:51:01','2024-12-08 03:57:21','2024-12-08 04:51:01',NULL,0,0,NULL,NULL),
(1291,'mixpanel','completed',10,'2024-12-08 05:26:03','2024-12-08 05:27:07','2024-12-08 04:53:03','2024-12-08 05:27:07',NULL,0,0,NULL,NULL),
(1292,'mixpanel','completed',10,'2024-12-08 06:19:07','2024-12-08 06:27:46','2024-12-08 05:29:07','2024-12-08 06:27:46',NULL,0,0,NULL,NULL),
(1293,'mixpanel','completed',10,'2024-12-08 07:22:49','2024-12-08 07:35:18','2024-12-08 06:44:49','2024-12-08 07:35:18',NULL,0,0,NULL,NULL),
(1294,'mixpanel','completed',10,'2024-12-08 08:05:18','2024-12-08 10:06:57','2024-12-08 07:37:18','2024-12-08 10:06:57',NULL,0,0,NULL,NULL),
(1295,'mixpanel','completed',10,'2024-12-08 12:02:32','2024-12-08 13:58:35','2024-12-08 11:08:32','2024-12-08 13:58:35',NULL,0,0,NULL,NULL),
(1296,'subscribers_engagement_score','completed',10,'2024-12-08 13:58:35','2024-12-08 17:50:37','2024-12-08 13:58:35','2024-12-08 17:50:37',NULL,0,0,NULL,NULL),
(1297,'subscribers_engagement_score','completed',10,'2024-12-09 23:43:00','2024-12-09 23:43:10','2024-12-08 17:50:37','2024-12-09 23:43:10',NULL,0,0,NULL,NULL),
(1298,'mixpanel','completed',10,'2024-12-08 18:00:37','2024-12-08 21:53:04','2024-12-08 17:50:37','2024-12-08 21:53:04',NULL,0,0,NULL,NULL),
(1299,'schedule_re_engagement_email','completed',10,'2024-12-10 01:50:16','2024-12-10 01:51:34','2024-12-09 01:50:16','2024-12-10 01:51:34',NULL,0,0,NULL,NULL),
(1300,'mixpanel','completed',10,'2024-12-09 01:50:16','2024-12-09 03:27:32','2024-12-09 01:50:16','2024-12-09 03:27:32',NULL,0,0,NULL,NULL),
(1301,'mixpanel','completed',10,'2024-12-09 06:25:28','2024-12-09 08:08:19','2024-12-09 05:55:28','2024-12-09 08:08:19',NULL,0,0,NULL,NULL),
(1302,'mixpanel','completed',10,'2024-12-09 10:43:02','2024-12-09 12:50:20','2024-12-09 09:50:02','2024-12-09 12:50:20',NULL,0,0,NULL,NULL),
(1303,'mixpanel','completed',10,'2024-12-09 13:49:17','2024-12-09 14:26:19','2024-12-09 13:50:17','2024-12-09 14:26:19',NULL,0,0,NULL,NULL),
(1304,'mixpanel','completed',10,'2024-12-09 15:11:26','2024-12-09 15:50:56','2024-12-09 14:28:26','2024-12-09 15:50:56',NULL,0,0,NULL,NULL),
(1305,'mixpanel','completed',10,'2024-12-09 15:55:56','2024-12-09 15:56:58','2024-12-09 15:52:56','2024-12-09 15:56:58',NULL,0,0,NULL,NULL),
(1306,'mixpanel','completed',10,'2024-12-09 16:33:00','2024-12-09 16:33:35','2024-12-09 15:59:00','2024-12-09 16:33:35',NULL,0,0,NULL,NULL),
(1307,'mixpanel','completed',10,'2024-12-09 17:09:07','2024-12-09 17:10:31','2024-12-09 16:50:07','2024-12-09 17:10:31',NULL,0,0,NULL,NULL),
(1308,'mixpanel','completed',10,'2024-12-09 17:16:33','2024-12-09 17:17:33','2024-12-09 17:12:33','2024-12-09 17:17:33',NULL,0,0,NULL,NULL),
(1309,'mixpanel','completed',10,'2024-12-09 17:36:34','2024-12-09 17:36:44','2024-12-09 17:19:34','2024-12-09 17:36:44',NULL,0,0,NULL,NULL),
(1310,'mixpanel','completed',10,'2024-12-09 18:05:45','2024-12-09 18:06:58','2024-12-09 17:38:45','2024-12-09 18:06:58',NULL,0,0,NULL,NULL),
(1311,'mixpanel','completed',10,'2024-12-09 18:45:59','2024-12-09 18:47:17','2024-12-09 18:08:59','2024-12-09 18:47:17',NULL,0,0,NULL,NULL),
(1312,'mixpanel','completed',10,'2024-12-09 19:32:19','2024-12-09 19:32:22','2024-12-09 18:49:19','2024-12-09 19:32:22',NULL,0,0,NULL,NULL),
(1313,'mixpanel','completed',10,'2024-12-09 20:15:23','2024-12-09 20:16:39','2024-12-09 19:34:23','2024-12-09 20:16:39',NULL,0,0,NULL,NULL),
(1314,'mixpanel','completed',10,'2024-12-09 21:14:00','2024-12-09 21:14:26','2024-12-09 20:20:00','2024-12-09 21:14:26',NULL,0,0,NULL,NULL),
(1315,'mixpanel','completed',10,'2024-12-09 22:04:27','2024-12-09 22:04:47','2024-12-09 21:18:27','2024-12-09 22:04:47',NULL,0,0,NULL,NULL),
(1316,'mixpanel','completed',10,'2024-12-09 22:33:48','2024-12-09 22:35:02','2024-12-09 22:08:48','2024-12-09 22:35:02',NULL,0,0,NULL,NULL),
(1317,'mixpanel','completed',10,'2024-12-09 23:11:45','2024-12-09 23:12:59','2024-12-09 22:42:45','2024-12-09 23:12:59',NULL,0,0,NULL,NULL),
(1318,'mixpanel','completed',10,'2024-12-09 23:28:00','2024-12-09 23:29:07','2024-12-09 23:15:00','2024-12-09 23:29:07',NULL,0,0,NULL,NULL),
(1319,'mixpanel','completed',10,'2024-12-09 23:54:08','2024-12-09 23:55:16','2024-12-09 23:31:08','2024-12-09 23:55:16',NULL,0,0,NULL,NULL),
(1320,'subscribers_engagement_score','completed',10,'2024-12-09 23:43:10','2024-12-09 23:45:10','2024-12-09 23:43:10','2024-12-09 23:45:10',NULL,0,0,NULL,NULL),
(1321,'subscribers_engagement_score','completed',10,'2024-12-10 20:41:00','2024-12-10 20:41:31','2024-12-09 23:45:10','2024-12-10 20:41:31',NULL,0,0,NULL,NULL),
(1322,'mixpanel','completed',10,'2024-12-10 00:44:18','2024-12-10 00:45:38','2024-12-09 23:57:18','2024-12-10 00:45:38',NULL,0,0,NULL,NULL),
(1323,'subscribers_email_count','completed',10,'2024-12-17 00:00:00','2024-12-17 00:05:03','2024-12-10 00:01:17','2024-12-17 00:05:03',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(1324,'mixpanel','completed',10,'2024-12-10 01:36:40','2024-12-10 01:37:26','2024-12-10 00:47:40','2024-12-10 01:37:26',NULL,0,0,NULL,NULL),
(1325,'mixpanel','completed',10,'2024-12-10 01:48:27','2024-12-10 01:49:32','2024-12-10 01:39:27','2024-12-10 01:49:32',NULL,0,0,NULL,NULL),
(1326,'mixpanel','completed',10,'2024-12-10 02:19:34','2024-12-10 02:21:49','2024-12-10 01:51:34','2024-12-10 02:21:49',NULL,0,0,NULL,NULL),
(1327,'schedule_re_engagement_email','completed',10,'2024-12-11 01:53:34','2024-12-11 01:53:43','2024-12-10 01:53:34','2024-12-11 01:53:43',NULL,0,0,NULL,NULL),
(1328,'mixpanel','completed',10,'2024-12-10 02:39:49','2024-12-10 02:39:57','2024-12-10 02:23:49','2024-12-10 02:39:57',NULL,0,0,NULL,NULL),
(1329,'mixpanel','completed',10,'2024-12-10 02:56:00','2024-12-10 02:56:05','2024-12-10 02:42:00','2024-12-10 02:56:05',NULL,0,0,NULL,NULL),
(1330,'mixpanel','completed',10,'2024-12-10 03:42:07','2024-12-10 03:42:29','2024-12-10 02:58:07','2024-12-10 03:42:29',NULL,0,0,NULL,NULL),
(1331,'mixpanel','completed',10,'2024-12-10 04:03:29','2024-12-10 04:04:39','2024-12-10 03:44:29','2024-12-10 04:04:39',NULL,0,0,NULL,NULL),
(1332,'mixpanel','completed',10,'2024-12-10 04:07:40','2024-12-10 04:10:18','2024-12-10 04:06:40','2024-12-10 04:10:18',NULL,0,0,NULL,NULL),
(1333,'mixpanel','completed',10,'2024-12-10 04:30:19','2024-12-10 04:30:28','2024-12-10 04:12:19','2024-12-10 04:30:28',NULL,0,0,NULL,NULL),
(1334,'mixpanel','completed',10,'2024-12-10 04:50:30','2024-12-10 04:50:39','2024-12-10 04:32:30','2024-12-10 04:50:39',NULL,0,0,NULL,NULL),
(1335,'mixpanel','completed',10,'2024-12-10 05:38:40','2024-12-10 05:39:03','2024-12-10 04:52:40','2024-12-10 05:39:03',NULL,0,0,NULL,NULL),
(1336,'mixpanel','completed',10,'2024-12-10 05:47:04','2024-12-10 05:47:07','2024-12-10 05:41:04','2024-12-10 05:47:07',NULL,0,0,NULL,NULL),
(1337,'mixpanel','completed',10,'2024-12-10 06:18:08','2024-12-10 06:19:23','2024-12-10 05:49:08','2024-12-10 06:19:23',NULL,0,0,NULL,NULL),
(1338,'mixpanel','completed',10,'2024-12-10 06:20:24','2024-12-10 06:23:24','2024-12-10 06:21:24','2024-12-10 06:23:24',NULL,0,0,NULL,NULL),
(1339,'mixpanel','completed',10,'2024-12-10 06:39:26','2024-12-10 06:39:33','2024-12-10 06:25:26','2024-12-10 06:39:33',NULL,0,0,NULL,NULL),
(1340,'mixpanel','completed',10,'2024-12-10 07:29:34','2024-12-10 07:29:57','2024-12-10 06:41:34','2024-12-10 07:29:57',NULL,0,0,NULL,NULL),
(1341,'mixpanel','completed',10,'2024-12-10 07:37:58','2024-12-10 07:38:02','2024-12-10 07:31:58','2024-12-10 07:38:02',NULL,0,0,NULL,NULL),
(1342,'mixpanel','completed',10,'2024-12-10 07:42:03','2024-12-10 07:42:03','2024-12-10 07:40:03','2024-12-10 07:42:03',NULL,0,0,NULL,NULL),
(1343,'mixpanel','completed',10,'2024-12-10 07:55:04','2024-12-10 07:56:10','2024-12-10 07:44:04','2024-12-10 07:56:10',NULL,0,0,NULL,NULL),
(1344,'mixpanel','completed',10,'2024-12-10 08:50:11','2024-12-10 08:50:38','2024-12-10 07:58:11','2024-12-10 08:50:38',NULL,0,0,NULL,NULL),
(1345,'mixpanel','completed',10,'2024-12-10 09:34:39','2024-12-10 09:35:00','2024-12-10 08:52:39','2024-12-10 09:35:00',NULL,0,0,NULL,NULL),
(1346,'mixpanel','completed',10,'2024-12-10 09:37:01','2024-12-10 09:39:02','2024-12-10 09:37:01','2024-12-10 09:39:02',NULL,0,0,NULL,NULL),
(1347,'mixpanel','completed',10,'2024-12-10 10:34:03','2024-12-10 10:35:30','2024-12-10 09:41:03','2024-12-10 10:35:30',NULL,0,0,NULL,NULL),
(1348,'mixpanel','completed',10,'2024-12-10 11:14:31','2024-12-10 11:15:50','2024-12-10 10:37:31','2024-12-10 11:15:50',NULL,0,0,NULL,NULL),
(1349,'mixpanel','completed',10,'2024-12-10 11:27:50','2024-12-10 11:27:56','2024-12-10 11:17:50','2024-12-10 11:27:56',NULL,0,0,NULL,NULL),
(1350,'mixpanel','completed',10,'2024-12-10 12:08:57','2024-12-10 12:10:31','2024-12-10 11:29:57','2024-12-10 12:10:31',NULL,0,0,NULL,NULL),
(1351,'mixpanel','completed',10,'2024-12-10 12:18:32','2024-12-10 12:18:35','2024-12-10 12:12:32','2024-12-10 12:18:35',NULL,0,0,NULL,NULL),
(1352,'mixpanel','completed',10,'2024-12-10 12:35:35','2024-12-10 12:36:43','2024-12-10 12:20:35','2024-12-10 12:36:43',NULL,0,0,NULL,NULL),
(1353,'mixpanel','completed',10,'2024-12-10 12:46:45','2024-12-10 12:46:49','2024-12-10 12:38:45','2024-12-10 12:46:49',NULL,0,0,NULL,NULL),
(1354,'mixpanel','completed',10,'2024-12-10 12:50:50','2024-12-10 12:50:51','2024-12-10 12:48:50','2024-12-10 12:50:51',NULL,0,0,NULL,NULL),
(1355,'mixpanel','completed',10,'2024-12-10 13:27:52','2024-12-10 13:29:10','2024-12-10 12:52:52','2024-12-10 13:29:10',NULL,0,0,NULL,NULL),
(1356,'mixpanel','completed',10,'2024-12-10 14:01:11','2024-12-10 14:01:26','2024-12-10 13:31:11','2024-12-10 14:01:26',NULL,0,0,NULL,NULL),
(1357,'mixpanel','completed',10,'2024-12-10 14:13:27','2024-12-10 14:13:32','2024-12-10 14:03:27','2024-12-10 14:13:32',NULL,0,0,NULL,NULL),
(1358,'mixpanel','completed',10,'2024-12-10 14:54:33','2024-12-10 14:55:53','2024-12-10 14:15:33','2024-12-10 14:55:53',NULL,0,0,NULL,NULL),
(1359,'mixpanel','completed',10,'2024-12-10 15:02:54','2024-12-10 15:03:57','2024-12-10 14:57:54','2024-12-10 15:03:57',NULL,0,0,NULL,NULL),
(1360,'mixpanel','completed',10,'2024-12-10 15:34:58','2024-12-10 15:36:13','2024-12-10 15:05:58','2024-12-10 15:36:13',NULL,0,0,NULL,NULL),
(1361,'mixpanel','completed',10,'2024-12-10 16:31:14','2024-12-10 16:32:41','2024-12-10 15:38:14','2024-12-10 16:32:41',NULL,0,0,NULL,NULL),
(1362,'mixpanel','completed',10,'2024-12-10 17:19:42','2024-12-10 17:21:05','2024-12-10 16:34:42','2024-12-10 17:21:05',NULL,0,0,NULL,NULL),
(1363,'mixpanel','completed',10,'2024-12-10 17:33:08','2024-12-10 17:35:12','2024-12-10 17:23:08','2024-12-10 17:35:12',NULL,0,0,NULL,NULL),
(1364,'mixpanel','completed',10,'2024-12-10 17:54:13','2024-12-10 17:55:22','2024-12-10 17:37:13','2024-12-10 17:55:22',NULL,0,0,NULL,NULL),
(1365,'mixpanel','completed',10,'2024-12-10 18:43:23','2024-12-10 18:44:32','2024-12-10 17:57:23','2024-12-10 18:44:32',NULL,0,0,NULL,NULL),
(1366,'mixpanel','completed',10,'2024-12-10 19:16:33','2024-12-10 19:16:48','2024-12-10 18:46:33','2024-12-10 19:16:48',NULL,0,0,NULL,NULL),
(1367,'mixpanel','completed',10,'2024-12-10 20:05:49','2024-12-10 20:07:13','2024-12-10 19:18:49','2024-12-10 20:07:13',NULL,0,0,NULL,NULL),
(1368,'mixpanel','completed',10,'2024-12-10 20:36:14','2024-12-10 20:37:28','2024-12-10 20:09:14','2024-12-10 20:37:28',NULL,0,0,NULL,NULL),
(1369,'mixpanel','completed',10,'2024-12-10 20:49:29','2024-12-10 20:49:34','2024-12-10 20:39:29','2024-12-10 20:49:34',NULL,0,0,NULL,NULL),
(1370,'subscribers_engagement_score','completed',10,'2024-12-11 05:22:00','2024-12-11 09:09:29','2024-12-10 20:41:31','2024-12-11 09:09:29',NULL,0,0,NULL,NULL),
(1371,'mixpanel','completed',10,'2024-12-10 21:02:35','2024-12-10 21:03:41','2024-12-10 20:51:35','2024-12-10 21:03:41',NULL,0,0,NULL,NULL),
(1372,'mixpanel','completed',10,'2024-12-10 21:08:41','2024-12-10 21:09:43','2024-12-10 21:05:41','2024-12-10 21:09:43',NULL,0,0,NULL,NULL),
(1373,'mixpanel','completed',10,'2024-12-10 21:20:44','2024-12-10 21:21:49','2024-12-10 21:11:44','2024-12-10 21:21:49',NULL,0,0,NULL,NULL),
(1374,'mixpanel','completed',10,'2024-12-10 21:58:51','2024-12-10 22:00:09','2024-12-10 21:23:51','2024-12-10 22:00:09',NULL,0,0,NULL,NULL),
(1375,'mixpanel','completed',10,'2024-12-10 22:23:09','2024-12-10 22:24:05','2024-12-10 22:02:09','2024-12-10 22:24:05',NULL,0,0,NULL,NULL),
(1376,'mixpanel','completed',10,'2024-12-10 22:52:06','2024-12-10 22:52:18','2024-12-10 22:26:06','2024-12-10 22:52:18',NULL,0,0,NULL,NULL),
(1377,'mixpanel','completed',10,'2024-12-10 23:40:19','2024-12-10 23:45:50','2024-12-10 22:54:19','2024-12-10 23:45:50',NULL,0,0,NULL,NULL),
(1378,'mixpanel','completed',10,'2024-12-10 23:58:50','2024-12-11 00:01:58','2024-12-10 23:47:50','2024-12-11 00:01:58',NULL,0,0,NULL,NULL),
(1379,'mixpanel','completed',10,'2024-12-11 00:34:59','2024-12-11 00:38:01','2024-12-11 00:03:59','2024-12-11 00:38:01',NULL,0,0,NULL,NULL),
(1380,'mixpanel','completed',10,'2024-12-11 01:40:00','2024-12-11 01:53:43','2024-12-11 00:42:00','2024-12-11 01:53:43',NULL,0,0,NULL,NULL),
(1381,'schedule_re_engagement_email','completed',10,'2024-12-12 02:17:35','2024-12-12 02:24:18','2024-12-11 02:17:35','2024-12-12 02:24:18',NULL,0,0,NULL,NULL),
(1382,'mixpanel','completed',10,'2024-12-11 02:43:35','2024-12-11 02:45:21','2024-12-11 02:17:35','2024-12-11 02:45:21',NULL,0,0,NULL,NULL),
(1383,'mixpanel','completed',10,'2024-12-11 03:16:23','2024-12-11 03:21:50','2024-12-11 02:47:23','2024-12-11 03:21:50',NULL,0,0,NULL,NULL),
(1384,'mixpanel','completed',10,'2024-12-11 04:23:46','2024-12-11 04:25:37','2024-12-11 03:25:46','2024-12-11 04:25:37',NULL,0,0,NULL,NULL),
(1385,'mixpanel','completed',10,'2024-12-11 04:30:39','2024-12-11 04:31:40','2024-12-11 04:27:39','2024-12-11 04:31:40',NULL,0,0,NULL,NULL),
(1386,'mixpanel','completed',10,'2024-12-11 04:54:21','2024-12-11 05:20:48','2024-12-11 04:53:21','2024-12-11 05:20:48',NULL,0,0,NULL,NULL),
(1387,'subscribers_engagement_score','completed',10,'2024-12-11 09:09:29','2024-12-11 13:02:13','2024-12-11 09:09:29','2024-12-11 13:02:13',NULL,0,0,NULL,NULL),
(1388,'mixpanel','completed',10,'2024-12-11 09:46:29','2024-12-11 13:02:13','2024-12-11 09:09:29','2024-12-11 13:02:13',NULL,0,0,NULL,NULL),
(1389,'subscribers_engagement_score','completed',10,'2024-12-12 12:53:00','2024-12-12 13:22:21','2024-12-11 13:02:13','2024-12-12 13:22:21',NULL,0,0,NULL,NULL),
(1390,'mixpanel','completed',10,'2024-12-11 14:52:57','2024-12-11 17:04:16','2024-12-11 14:20:57','2024-12-11 17:04:16',NULL,0,0,NULL,NULL),
(1391,'mixpanel','completed',10,'2024-12-11 17:26:13','2024-12-11 17:27:19','2024-12-11 17:17:13','2024-12-11 17:27:19',NULL,0,0,NULL,NULL),
(1392,'mixpanel','completed',10,'2024-12-11 17:50:20','2024-12-11 17:51:29','2024-12-11 17:31:20','2024-12-11 17:51:29',NULL,0,0,NULL,NULL),
(1393,'mixpanel','completed',10,'2024-12-11 18:47:30','2024-12-11 18:47:58','2024-12-11 17:53:30','2024-12-11 18:47:58',NULL,0,0,NULL,NULL),
(1394,'mixpanel','completed',10,'2024-12-11 18:50:58','2024-12-11 18:53:59','2024-12-11 18:51:58','2024-12-11 18:53:59',NULL,0,0,NULL,NULL),
(1395,'mixpanel','completed',10,'2024-12-11 19:47:00','2024-12-11 19:48:27','2024-12-11 18:56:00','2024-12-11 19:48:27',NULL,0,0,NULL,NULL),
(1396,'mixpanel','completed',10,'2024-12-11 20:34:27','2024-12-11 20:34:48','2024-12-11 19:52:27','2024-12-11 20:34:48',NULL,0,0,NULL,NULL),
(1397,'mixpanel','completed',10,'2024-12-11 21:32:49','2024-12-11 21:36:26','2024-12-11 20:36:49','2024-12-11 21:36:26',NULL,0,0,NULL,NULL),
(1398,'mixpanel','completed',10,'2024-12-11 21:49:27','2024-12-11 21:52:34','2024-12-11 21:38:27','2024-12-11 21:52:34',NULL,0,0,NULL,NULL),
(1399,'mixpanel','completed',10,'2024-12-11 22:06:34','2024-12-11 22:06:40','2024-12-11 21:54:34','2024-12-11 22:06:40',NULL,0,0,NULL,NULL),
(1400,'mixpanel','completed',10,'2024-12-11 22:48:41','2024-12-11 22:49:00','2024-12-11 22:08:41','2024-12-11 22:49:00',NULL,0,0,NULL,NULL),
(1401,'mixpanel','completed',10,'2024-12-11 23:28:01','2024-12-11 23:31:07','2024-12-11 22:51:01','2024-12-11 23:31:07',NULL,0,0,NULL,NULL),
(1402,'mixpanel','completed',10,'2024-12-12 00:23:08','2024-12-12 00:23:32','2024-12-11 23:35:08','2024-12-12 00:23:32',NULL,0,0,NULL,NULL),
(1403,'inactive_subscribers','completed',10,'2024-12-21 00:00:00','2024-12-21 02:51:58','2024-12-12 00:01:22','2024-12-21 02:51:58',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(1404,'export_files_cleanup','completed',10,'2024-12-16 00:00:00','2024-12-16 02:00:48','2024-12-12 00:05:23','2024-12-16 02:00:48',NULL,0,0,NULL,NULL),
(1405,'mixpanel','completed',10,'2024-12-12 00:49:39','2024-12-12 00:50:42','2024-12-12 00:30:39','2024-12-12 00:50:42',NULL,0,0,NULL,NULL),
(1406,'mixpanel','completed',10,'2024-12-12 01:08:44','2024-12-12 01:08:51','2024-12-12 00:52:44','2024-12-12 01:08:51',NULL,0,0,NULL,NULL),
(1407,'mixpanel','completed',10,'2024-12-12 01:50:52','2024-12-12 02:24:18','2024-12-12 01:10:52','2024-12-12 02:24:18',NULL,0,0,NULL,NULL),
(1408,'schedule_re_engagement_email','completed',10,'2024-12-13 02:28:15','2024-12-13 02:28:27','2024-12-12 02:28:15','2024-12-13 02:28:27',NULL,0,0,NULL,NULL),
(1409,'mixpanel','completed',10,'2024-12-12 03:09:15','2024-12-12 05:13:56','2024-12-12 02:28:15','2024-12-12 05:13:56',NULL,0,0,NULL,NULL),
(1410,'mixpanel','completed',10,'2024-12-12 05:44:57','2024-12-12 09:09:55','2024-12-12 05:17:57','2024-12-12 09:09:55',NULL,0,0,NULL,NULL),
(1411,'mixpanel','completed',10,'2024-12-12 09:44:27','2024-12-12 11:31:37','2024-12-12 09:18:27','2024-12-12 11:31:37',NULL,0,0,NULL,NULL),
(1412,'subscribers_engagement_score','completed',10,'2024-12-12 13:22:21','2024-12-12 14:52:29','2024-12-12 13:22:21','2024-12-12 14:52:29',NULL,0,0,NULL,NULL),
(1413,'mixpanel','completed',10,'2024-12-12 13:51:21','2024-12-12 14:52:30','2024-12-12 13:22:21','2024-12-12 14:52:30',NULL,0,0,NULL,NULL),
(1414,'subscribers_engagement_score','completed',10,'2024-12-13 16:25:00','2024-12-13 17:39:29','2024-12-12 14:52:29','2024-12-13 17:39:29',NULL,0,0,NULL,NULL),
(1415,'mixpanel','completed',10,'2024-12-12 17:42:10','2024-12-12 17:42:28','2024-12-12 17:26:10','2024-12-12 17:42:28',NULL,0,0,NULL,NULL),
(1416,'mixpanel','completed',10,'2024-12-12 18:35:28','2024-12-12 18:36:53','2024-12-12 17:44:28','2024-12-12 18:36:53',NULL,0,0,NULL,NULL),
(1417,'mixpanel','completed',10,'2024-12-12 18:38:53','2024-12-12 18:40:54','2024-12-12 18:38:53','2024-12-12 18:40:54',NULL,0,0,NULL,NULL),
(1418,'mixpanel','completed',10,'2024-12-12 19:17:55','2024-12-12 19:21:14','2024-12-12 18:42:55','2024-12-12 19:21:14',NULL,0,0,NULL,NULL),
(1419,'mixpanel','completed',10,'2024-12-12 19:54:14','2024-12-12 19:55:30','2024-12-12 19:23:14','2024-12-12 19:55:30',NULL,0,0,NULL,NULL),
(1420,'mixpanel','completed',10,'2024-12-12 20:35:32','2024-12-12 20:35:51','2024-12-12 19:57:32','2024-12-12 20:35:51',NULL,0,0,NULL,NULL),
(1421,'mixpanel','completed',10,'2024-12-12 21:07:52','2024-12-12 21:08:08','2024-12-12 20:37:52','2024-12-12 21:08:08',NULL,0,0,NULL,NULL),
(1422,'mixpanel','completed',10,'2024-12-12 21:31:08','2024-12-12 21:32:19','2024-12-12 21:12:08','2024-12-12 21:32:19',NULL,0,0,NULL,NULL),
(1423,'mixpanel','completed',10,'2024-12-12 22:17:20','2024-12-12 22:18:41','2024-12-12 21:34:20','2024-12-12 22:18:41',NULL,0,0,NULL,NULL),
(1424,'mixpanel','completed',10,'2024-12-12 22:21:42','2024-12-12 22:24:43','2024-12-12 22:22:42','2024-12-12 22:24:43',NULL,0,0,NULL,NULL),
(1425,'mixpanel','completed',10,'2024-12-12 22:26:43','2024-12-12 22:28:45','2024-12-12 22:26:43','2024-12-12 22:28:45',NULL,0,0,NULL,NULL),
(1426,'mixpanel','completed',10,'2024-12-12 23:19:45','2024-12-13 00:25:20','2024-12-12 22:30:45','2024-12-13 00:25:20',NULL,0,0,NULL,NULL),
(1427,'mixpanel','completed',10,'2024-12-13 00:32:26','2024-12-13 00:34:34','2024-12-13 00:27:26','2024-12-13 00:34:34',NULL,0,0,NULL,NULL),
(1428,'mixpanel','completed',10,'2024-12-13 00:54:58','2024-12-13 00:55:41','2024-12-13 00:36:58','2024-12-13 00:55:41',NULL,0,0,NULL,NULL),
(1429,'mixpanel','completed',10,'2024-12-13 01:18:42','2024-12-13 01:19:53','2024-12-13 00:57:42','2024-12-13 01:19:53',NULL,0,0,NULL,NULL),
(1430,'mixpanel','completed',10,'2024-12-13 01:22:55','2024-12-13 01:23:55','2024-12-13 01:21:55','2024-12-13 01:23:55',NULL,0,0,NULL,NULL),
(1431,'mixpanel','completed',10,'2024-12-13 02:07:57','2024-12-13 02:08:17','2024-12-13 01:25:57','2024-12-13 02:08:17',NULL,0,0,NULL,NULL),
(1432,'mixpanel','completed',10,'2024-12-13 02:56:18','2024-12-13 02:56:41','2024-12-13 02:10:18','2024-12-13 02:56:41',NULL,0,0,NULL,NULL),
(1433,'schedule_re_engagement_email','completed',10,'2024-12-14 02:30:28','2024-12-14 03:36:12','2024-12-13 02:30:28','2024-12-14 03:36:12',NULL,0,0,NULL,NULL),
(1434,'mixpanel','completed',10,'2024-12-13 03:45:42','2024-12-13 03:47:06','2024-12-13 02:58:42','2024-12-13 03:47:06',NULL,0,0,NULL,NULL),
(1435,'mixpanel','completed',10,'2024-12-13 03:51:07','2024-12-13 03:51:08','2024-12-13 03:49:07','2024-12-13 03:51:08',NULL,0,0,NULL,NULL),
(1436,'mixpanel','completed',10,'2024-12-13 04:13:09','2024-12-13 04:13:19','2024-12-13 03:53:09','2024-12-13 04:13:19',NULL,0,0,NULL,NULL),
(1437,'mixpanel','completed',10,'2024-12-13 04:53:20','2024-12-13 04:53:39','2024-12-13 04:15:20','2024-12-13 04:53:39',NULL,0,0,NULL,NULL),
(1438,'mixpanel','completed',10,'2024-12-13 05:11:41','2024-12-13 05:11:49','2024-12-13 04:55:41','2024-12-13 05:11:49',NULL,0,0,NULL,NULL),
(1439,'mixpanel','completed',10,'2024-12-13 06:07:04','2024-12-13 08:09:42','2024-12-13 05:30:04','2024-12-13 08:09:42',NULL,0,0,NULL,NULL),
(1440,'mixpanel','completed',10,'2024-12-13 08:51:31','2024-12-13 09:25:33','2024-12-13 08:26:31','2024-12-13 09:25:33',NULL,0,0,NULL,NULL),
(1441,'mixpanel','completed',10,'2024-12-13 13:26:19','2024-12-13 17:39:29','2024-12-13 13:25:19','2024-12-13 17:39:29',NULL,0,0,NULL,NULL),
(1442,'subscribers_engagement_score','completed',10,'2024-12-13 17:39:29','2024-12-13 19:55:35','2024-12-13 17:39:29','2024-12-13 19:55:35',NULL,0,0,NULL,NULL),
(1443,'subscribers_engagement_score','completed',10,'2024-12-14 05:44:00','2024-12-14 09:39:24','2024-12-13 19:55:35','2024-12-14 09:39:24',NULL,0,0,NULL,NULL),
(1444,'mixpanel','completed',10,'2024-12-13 20:07:35','2024-12-13 20:07:38','2024-12-13 19:55:35','2024-12-13 20:07:38',NULL,0,0,NULL,NULL),
(1445,'mixpanel','completed',10,'2024-12-13 20:31:38','2024-12-13 21:33:18','2024-12-13 20:09:38','2024-12-13 21:33:18',NULL,0,0,NULL,NULL),
(1446,'mixpanel','completed',10,'2024-12-14 01:22:43','2024-12-14 01:32:25','2024-12-14 00:48:43','2024-12-14 01:32:25',NULL,0,0,NULL,NULL),
(1447,'mixpanel','completed',10,'2024-12-14 03:39:12','2024-12-14 05:27:51','2024-12-14 03:36:12','2024-12-14 05:27:51',NULL,0,0,NULL,NULL),
(1448,'schedule_re_engagement_email','completed',10,'2024-12-15 05:27:51','2024-12-15 06:05:04','2024-12-14 05:27:51','2024-12-15 06:05:04',NULL,0,0,NULL,NULL),
(1449,'subscribers_engagement_score','completed',10,'2024-12-15 22:50:00','2024-12-16 02:00:48','2024-12-14 09:39:24','2024-12-16 02:00:48',NULL,0,0,NULL,NULL),
(1450,'mixpanel','completed',10,'2024-12-14 10:18:24','2024-12-14 11:46:48','2024-12-14 09:39:24','2024-12-14 11:46:48',NULL,0,0,NULL,NULL),
(1451,'mixpanel','completed',10,'2024-12-14 13:16:39','2024-12-14 13:36:56','2024-12-14 12:24:39','2024-12-14 13:36:56',NULL,0,0,NULL,NULL),
(1452,'mixpanel','completed',10,'2024-12-14 16:53:20','2024-12-14 17:48:36','2024-12-14 15:55:20','2024-12-14 17:48:36',NULL,0,0,NULL,NULL),
(1453,'mixpanel','completed',10,'2024-12-14 22:21:28','2024-12-14 23:18:18','2024-12-14 21:59:28','2024-12-14 23:18:18',NULL,0,0,NULL,NULL),
(1454,'mixpanel','completed',10,'2024-12-15 02:19:25','2024-12-15 06:05:04','2024-12-15 01:59:25','2024-12-15 06:05:04',NULL,0,0,NULL,NULL),
(1455,'schedule_re_engagement_email','completed',10,'2024-12-16 10:09:41','2024-12-16 13:43:28','2024-12-15 10:09:41','2024-12-16 13:43:28',NULL,0,0,NULL,NULL),
(1456,'mixpanel','completed',10,'2024-12-15 10:56:41','2024-12-15 11:21:56','2024-12-15 10:09:41','2024-12-15 11:21:56',NULL,0,0,NULL,NULL),
(1457,'mixpanel','completed',10,'2024-12-15 14:44:46','2024-12-15 17:31:58','2024-12-15 14:13:46','2024-12-15 17:31:58',NULL,0,0,NULL,NULL),
(1458,'mixpanel','completed',10,'2024-12-15 18:34:35','2024-12-15 18:49:28','2024-12-15 18:04:35','2024-12-15 18:49:28',NULL,0,0,NULL,NULL),
(1459,'mixpanel','completed',10,'2024-12-15 21:37:42','2024-12-16 02:00:48','2024-12-15 21:18:42','2024-12-16 02:00:48',NULL,0,0,NULL,NULL),
(1460,'subscribers_engagement_score','completed',10,'2024-12-16 02:00:48','2024-12-16 05:55:37','2024-12-16 02:00:48','2024-12-16 05:55:37',NULL,0,0,NULL,NULL),
(1461,'export_files_cleanup','completed',10,'2024-12-28 00:00:00','2024-12-28 01:38:46','2024-12-16 05:55:37','2024-12-28 01:38:46',NULL,0,0,NULL,NULL),
(1462,'subscribers_engagement_score','completed',10,'2024-12-17 12:38:00','2024-12-17 13:45:59','2024-12-16 05:55:37','2024-12-17 13:45:59',NULL,0,0,NULL,NULL),
(1463,'mixpanel','completed',10,'2024-12-16 06:37:37','2024-12-16 09:55:46','2024-12-16 05:55:37','2024-12-16 09:55:46',NULL,0,0,NULL,NULL),
(1464,'mixpanel','completed',10,'2024-12-16 14:41:28','2024-12-16 17:46:51','2024-12-16 13:43:28','2024-12-16 17:46:51',NULL,0,0,NULL,NULL),
(1465,'schedule_re_engagement_email','completed',10,'2024-12-17 13:52:48','2024-12-17 15:15:25','2024-12-16 13:52:48','2024-12-17 15:15:25',NULL,0,0,NULL,NULL),
(1466,'mixpanel','completed',10,'2024-12-16 21:00:09','2024-12-16 21:57:38','2024-12-16 20:28:09','2024-12-16 21:57:38',NULL,0,0,NULL,NULL),
(1467,'mixpanel','completed',10,'2024-12-16 22:27:59','2024-12-16 23:22:32','2024-12-16 22:00:59','2024-12-16 23:22:32',NULL,0,0,NULL,NULL),
(1468,'mixpanel','completed',10,'2024-12-16 23:30:02','2024-12-16 23:31:08','2024-12-16 23:29:02','2024-12-16 23:31:08',NULL,0,0,NULL,NULL),
(1469,'mixpanel','completed',10,'2024-12-17 00:01:09','2024-12-17 00:05:03','2024-12-16 23:33:09','2024-12-17 00:05:03',NULL,0,0,NULL,NULL),
(1470,'subscribers_email_count','completed',10,'2024-12-27 00:00:00','2024-12-27 05:59:29','2024-12-17 00:05:03','2024-12-27 05:59:29',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(1471,'mixpanel','completed',10,'2024-12-17 00:57:07','2024-12-17 02:02:56','2024-12-17 00:07:07','2024-12-17 02:02:56',NULL,0,0,NULL,NULL),
(1472,'mixpanel','completed',10,'2024-12-17 02:39:30','2024-12-17 03:22:14','2024-12-17 02:23:30','2024-12-17 03:22:14',NULL,0,0,NULL,NULL),
(1473,'mixpanel','completed',10,'2024-12-17 03:33:14','2024-12-17 05:56:38','2024-12-17 03:25:14','2024-12-17 05:56:38',NULL,0,0,NULL,NULL),
(1474,'mixpanel','completed',10,'2024-12-17 10:38:14','2024-12-17 13:45:59','2024-12-17 09:52:14','2024-12-17 13:45:59',NULL,0,0,NULL,NULL),
(1475,'subscribers_engagement_score','completed',10,'2024-12-17 13:45:59','2024-12-17 15:15:25','2024-12-17 13:45:59','2024-12-17 15:15:25',NULL,0,0,NULL,NULL),
(1476,'subscribers_engagement_score','completed',10,'2024-12-18 13:41:00','2024-12-18 14:28:18','2024-12-17 15:15:25','2024-12-18 14:28:18',NULL,0,0,NULL,NULL),
(1477,'mixpanel','completed',10,'2024-12-17 15:52:25','2024-12-17 17:56:14','2024-12-17 15:15:25','2024-12-17 17:56:14',NULL,0,0,NULL,NULL),
(1478,'schedule_re_engagement_email','completed',10,'2024-12-18 17:56:14','2024-12-18 18:19:24','2024-12-17 17:56:14','2024-12-18 18:19:24',NULL,0,0,NULL,NULL),
(1479,'mixpanel','completed',10,'2024-12-17 18:49:23','2024-12-17 18:51:12','2024-12-17 18:15:23','2024-12-17 18:51:12',NULL,0,0,NULL,NULL),
(1480,'mixpanel','completed',10,'2024-12-17 19:13:12','2024-12-17 19:15:18','2024-12-17 18:54:12','2024-12-17 19:15:18',NULL,0,0,NULL,NULL),
(1481,'mixpanel','completed',10,'2024-12-17 19:57:18','2024-12-17 19:57:35','2024-12-17 19:17:18','2024-12-17 19:57:36',NULL,0,0,NULL,NULL),
(1482,'mixpanel','completed',10,'2024-12-17 20:27:50','2024-12-17 20:32:08','2024-12-17 19:59:50','2024-12-17 20:32:08',NULL,0,0,NULL,NULL),
(1483,'mixpanel','completed',10,'2024-12-17 20:33:20','2024-12-17 20:37:19','2024-12-17 20:34:20','2024-12-17 20:37:19',NULL,0,0,NULL,NULL),
(1484,'mixpanel','completed',10,'2024-12-17 21:08:15','2024-12-17 22:03:45','2024-12-17 20:41:15','2024-12-17 22:03:45',NULL,0,0,NULL,NULL),
(1485,'mixpanel','completed',10,'2024-12-17 23:02:05','2024-12-18 02:08:21','2024-12-17 22:45:05','2024-12-18 02:08:21',NULL,0,0,NULL,NULL),
(1486,'mixpanel','completed',10,'2024-12-18 05:15:04','2024-12-18 06:16:42','2024-12-18 04:43:04','2024-12-18 06:16:42',NULL,0,0,NULL,NULL),
(1487,'mixpanel','completed',10,'2024-12-18 11:01:12','2024-12-18 13:36:56','2024-12-18 10:22:12','2024-12-18 13:36:56',NULL,0,0,NULL,NULL),
(1488,'subscribers_engagement_score','completed',10,'2024-12-18 14:28:18','2024-12-18 14:42:46','2024-12-18 14:28:18','2024-12-18 14:42:46',NULL,0,0,NULL,NULL),
(1489,'mixpanel','completed',10,'2024-12-18 14:41:18','2024-12-18 14:42:46','2024-12-18 14:28:18','2024-12-18 14:42:46',NULL,0,0,NULL,NULL),
(1490,'subscribers_engagement_score','completed',10,'2024-12-19 14:04:00','2024-12-19 14:42:19','2024-12-18 14:42:46','2024-12-19 14:42:19',NULL,0,0,NULL,NULL),
(1491,'mixpanel','completed',10,'2024-12-18 16:22:35','2024-12-18 18:19:24','2024-12-18 15:33:35','2024-12-18 18:19:24',NULL,0,0,NULL,NULL),
(1492,'schedule_re_engagement_email','completed',10,'2024-12-19 22:19:15','2024-12-19 22:20:29','2024-12-18 22:19:15','2024-12-19 22:20:29',NULL,0,0,NULL,NULL),
(1493,'mixpanel','completed',10,'2024-12-18 22:54:15','2024-12-18 23:02:01','2024-12-18 22:19:15','2024-12-18 23:02:01',NULL,0,0,NULL,NULL),
(1494,'mixpanel','completed',10,'2024-12-18 23:27:16','2024-12-18 23:28:58','2024-12-18 23:04:16','2024-12-18 23:28:58',NULL,0,0,NULL,NULL),
(1495,'mixpanel','completed',10,'2024-12-19 00:00:55','2024-12-19 00:13:19','2024-12-18 23:31:55','2024-12-19 00:13:19',NULL,0,0,NULL,NULL),
(1496,'mixpanel','completed',10,'2024-12-19 00:15:38','2024-12-19 00:17:43','2024-12-19 00:15:38','2024-12-19 00:17:43',NULL,0,0,NULL,NULL),
(1497,'mixpanel','completed',10,'2024-12-19 00:27:45','2024-12-19 00:29:21','2024-12-19 00:19:45','2024-12-19 00:29:21',NULL,0,0,NULL,NULL),
(1498,'mixpanel','completed',10,'2024-12-19 01:11:50','2024-12-19 02:14:05','2024-12-19 00:31:50','2024-12-19 02:14:05',NULL,0,0,NULL,NULL),
(1499,'mixpanel','completed',10,'2024-12-19 02:43:38','2024-12-19 02:43:50','2024-12-19 02:16:38','2024-12-19 02:43:50',NULL,0,0,NULL,NULL),
(1500,'mixpanel','completed',10,'2024-12-19 03:05:36','2024-12-19 03:07:13','2024-12-19 02:46:36','2024-12-19 03:07:13',NULL,0,0,NULL,NULL),
(1501,'mixpanel','completed',10,'2024-12-19 03:47:18','2024-12-19 03:58:03','2024-12-19 03:09:18','2024-12-19 03:58:03',NULL,0,0,NULL,NULL),
(1502,'mixpanel','completed',10,'2024-12-19 04:54:36','2024-12-19 04:55:52','2024-12-19 04:04:36','2024-12-19 04:55:52',NULL,0,0,NULL,NULL),
(1503,'mixpanel','completed',10,'2024-12-19 05:21:53','2024-12-19 05:22:06','2024-12-19 04:57:53','2024-12-19 05:22:06',NULL,0,0,NULL,NULL),
(1504,'mixpanel','completed',10,'2024-12-19 05:42:09','2024-12-19 05:42:15','2024-12-19 05:24:09','2024-12-19 05:42:15',NULL,0,0,NULL,NULL),
(1505,'mixpanel','completed',10,'2024-12-19 05:56:16','2024-12-19 05:56:22','2024-12-19 05:44:16','2024-12-19 05:56:22',NULL,0,0,NULL,NULL),
(1506,'mixpanel','completed',10,'2024-12-19 06:24:23','2024-12-19 06:25:49','2024-12-19 05:58:23','2024-12-19 06:25:49',NULL,0,0,NULL,NULL),
(1507,'mixpanel','completed',10,'2024-12-19 07:17:24','2024-12-19 07:43:43','2024-12-19 06:37:24','2024-12-19 07:43:43',NULL,0,0,NULL,NULL),
(1508,'mixpanel','completed',10,'2024-12-19 07:51:43','2024-12-19 07:53:21','2024-12-19 07:45:43','2024-12-19 07:53:21',NULL,0,0,NULL,NULL),
(1509,'mixpanel','completed',10,'2024-12-19 08:25:21','2024-12-19 08:25:36','2024-12-19 07:55:21','2024-12-19 08:25:36',NULL,0,0,NULL,NULL),
(1510,'mixpanel','completed',10,'2024-12-19 09:01:37','2024-12-19 09:40:22','2024-12-19 08:27:37','2024-12-19 09:40:22',NULL,0,0,NULL,NULL),
(1511,'mixpanel','completed',10,'2024-12-19 10:08:15','2024-12-19 10:09:07','2024-12-19 09:51:15','2024-12-19 10:09:07',NULL,0,0,NULL,NULL),
(1512,'mixpanel','completed',10,'2024-12-19 10:28:08','2024-12-19 10:30:25','2024-12-19 10:11:08','2024-12-19 10:30:25',NULL,0,0,NULL,NULL),
(1513,'mixpanel','completed',10,'2024-12-19 11:32:26','2024-12-19 11:52:14','2024-12-19 10:49:26','2024-12-19 11:52:14',NULL,0,0,NULL,NULL),
(1514,'mixpanel','completed',10,'2024-12-19 12:04:08','2024-12-19 12:21:32','2024-12-19 12:04:08','2024-12-19 12:21:32',NULL,0,0,NULL,NULL),
(1515,'mixpanel','completed',10,'2024-12-19 12:57:36','2024-12-19 14:42:19','2024-12-19 12:40:36','2024-12-19 14:42:19',NULL,0,0,NULL,NULL),
(1516,'subscribers_engagement_score','completed',10,'2024-12-19 14:42:19','2024-12-19 15:22:05','2024-12-19 14:42:19','2024-12-19 15:22:05',NULL,0,0,NULL,NULL),
(1517,'subscribers_engagement_score','completed',10,'2024-12-20 12:38:00','2024-12-20 14:45:21','2024-12-19 15:22:05','2024-12-20 14:45:21',NULL,0,0,NULL,NULL),
(1518,'mixpanel','completed',10,'2024-12-19 15:29:05','2024-12-19 16:29:22','2024-12-19 15:22:05','2024-12-19 16:29:22',NULL,0,0,NULL,NULL),
(1519,'mixpanel','completed',10,'2024-12-19 16:55:50','2024-12-19 16:56:07','2024-12-19 16:31:50','2024-12-19 16:56:07',NULL,0,0,NULL,NULL),
(1520,'mixpanel','completed',10,'2024-12-19 17:53:05','2024-12-19 17:56:34','2024-12-19 17:00:05','2024-12-19 17:56:34',NULL,0,0,NULL,NULL),
(1521,'mixpanel','completed',10,'2024-12-19 18:05:35','2024-12-19 18:09:27','2024-12-19 17:58:35','2024-12-19 18:09:27',NULL,0,0,NULL,NULL),
(1522,'mixpanel','completed',10,'2024-12-19 18:20:29','2024-12-19 18:21:33','2024-12-19 18:11:29','2024-12-19 18:21:33',NULL,0,0,NULL,NULL),
(1523,'mixpanel','completed',10,'2024-12-19 19:09:34','2024-12-19 19:09:56','2024-12-19 18:23:34','2024-12-19 19:09:56',NULL,0,0,NULL,NULL),
(1524,'mixpanel','completed',10,'2024-12-19 19:26:58','2024-12-19 19:28:06','2024-12-19 19:11:58','2024-12-19 19:28:06',NULL,0,0,NULL,NULL),
(1525,'mixpanel','completed',10,'2024-12-19 20:12:08','2024-12-19 20:13:22','2024-12-19 19:30:08','2024-12-19 20:13:22',NULL,0,0,NULL,NULL),
(1526,'mixpanel','completed',10,'2024-12-19 20:55:23','2024-12-19 21:02:14','2024-12-19 20:15:23','2024-12-19 21:02:14',NULL,0,0,NULL,NULL),
(1527,'mixpanel','completed',10,'2024-12-19 21:11:38','2024-12-19 21:11:42','2024-12-19 21:05:38','2024-12-19 21:11:42',NULL,0,0,NULL,NULL),
(1528,'mixpanel','completed',10,'2024-12-19 21:13:43','2024-12-19 21:15:43','2024-12-19 21:13:43','2024-12-19 21:15:43',NULL,0,0,NULL,NULL),
(1529,'mixpanel','completed',10,'2024-12-19 21:52:45','2024-12-19 21:54:16','2024-12-19 21:17:45','2024-12-19 21:54:16',NULL,0,0,NULL,NULL),
(1530,'mixpanel','completed',10,'2024-12-19 22:48:17','2024-12-19 22:48:43','2024-12-19 21:56:17','2024-12-19 22:48:43',NULL,0,0,NULL,NULL),
(1531,'schedule_re_engagement_email','completed',10,'2024-12-20 22:22:30','2024-12-20 23:06:14','2024-12-19 22:22:30','2024-12-20 23:06:14',NULL,0,0,NULL,NULL),
(1532,'mixpanel','completed',10,'2024-12-19 23:32:44','2024-12-19 23:33:07','2024-12-19 22:50:44','2024-12-19 23:33:07',NULL,0,0,NULL,NULL),
(1533,'mixpanel','completed',10,'2024-12-20 00:26:09','2024-12-20 00:26:43','2024-12-19 23:35:09','2024-12-20 00:26:43',NULL,0,0,NULL,NULL),
(1534,'mixpanel','completed',10,'2024-12-20 01:19:45','2024-12-20 01:21:46','2024-12-20 00:28:45','2024-12-20 01:21:46',NULL,0,0,NULL,NULL),
(1535,'mixpanel','completed',10,'2024-12-20 01:58:09','2024-12-20 01:59:00','2024-12-20 01:24:09','2024-12-20 01:59:00',NULL,0,0,NULL,NULL),
(1536,'mixpanel','completed',10,'2024-12-20 02:03:40','2024-12-20 02:04:41','2024-12-20 02:01:40','2024-12-20 02:04:41',NULL,0,0,NULL,NULL),
(1537,'mixpanel','completed',10,'2024-12-20 02:59:42','2024-12-20 03:00:39','2024-12-20 02:06:42','2024-12-20 03:00:39',NULL,0,0,NULL,NULL),
(1538,'mixpanel','completed',10,'2024-12-20 03:16:40','2024-12-20 03:29:48','2024-12-20 03:02:40','2024-12-20 03:29:48',NULL,0,0,NULL,NULL),
(1539,'mixpanel','completed',10,'2024-12-20 03:40:49','2024-12-20 06:38:30','2024-12-20 03:33:49','2024-12-20 06:38:30',NULL,0,0,NULL,NULL),
(1540,'mixpanel','completed',10,'2024-12-20 07:17:26','2024-12-20 09:07:22','2024-12-20 07:16:26','2024-12-20 09:07:22',NULL,0,0,NULL,NULL),
(1541,'mixpanel','completed',10,'2024-12-20 11:30:40','2024-12-20 14:45:21','2024-12-20 10:49:40','2024-12-20 14:45:21',NULL,0,0,NULL,NULL),
(1542,'subscribers_engagement_score','completed',10,'2024-12-20 14:45:21','2024-12-20 16:40:57','2024-12-20 14:45:21','2024-12-20 16:40:57',NULL,0,0,NULL,NULL),
(1543,'subscribers_engagement_score','completed',10,'2024-12-21 22:24:00','2024-12-21 22:38:24','2024-12-20 16:40:57','2024-12-21 22:38:24',NULL,0,0,NULL,NULL),
(1544,'mixpanel','completed',10,'2024-12-20 17:36:57','2024-12-20 17:52:29','2024-12-20 16:40:57','2024-12-20 17:52:29',NULL,0,0,NULL,NULL),
(1545,'mixpanel','completed',10,'2024-12-20 17:57:49','2024-12-20 17:58:53','2024-12-20 17:54:49','2024-12-20 17:58:53',NULL,0,0,NULL,NULL),
(1546,'mixpanel','completed',10,'2024-12-20 18:56:56','2024-12-20 18:57:13','2024-12-20 18:02:56','2024-12-20 18:57:13',NULL,0,0,NULL,NULL),
(1547,'mixpanel','completed',10,'2024-12-20 19:30:49','2024-12-20 23:06:14','2024-12-20 19:07:49','2024-12-20 23:06:14',NULL,0,0,NULL,NULL),
(1548,'inactive_subscribers','completed',10,'2024-12-24 00:00:00','2024-12-24 00:14:54','2024-12-21 02:51:58','2024-12-24 00:14:54',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(1549,'schedule_re_engagement_email','completed',10,'2024-12-22 02:51:58','2024-12-22 02:52:19','2024-12-21 02:51:58','2024-12-22 02:52:19',NULL,0,0,NULL,NULL),
(1550,'mixpanel','completed',10,'2024-12-21 02:58:58','2024-12-21 06:52:38','2024-12-21 02:51:58','2024-12-21 06:52:38',NULL,0,0,NULL,NULL),
(1551,'mixpanel','completed',10,'2024-12-21 08:02:59','2024-12-21 10:48:05','2024-12-21 07:32:59','2024-12-21 10:48:05',NULL,0,0,NULL,NULL),
(1552,'mixpanel','completed',10,'2024-12-21 10:56:15','2024-12-21 14:58:03','2024-12-21 10:52:15','2024-12-21 14:58:03',NULL,0,0,NULL,NULL),
(1553,'mixpanel','completed',10,'2024-12-21 18:34:50','2024-12-21 18:49:48','2024-12-21 17:57:50','2024-12-21 18:49:48',NULL,0,0,NULL,NULL),
(1554,'mixpanel','completed',10,'2024-12-21 19:09:10','2024-12-21 19:14:49','2024-12-21 19:08:10','2024-12-21 19:14:49',NULL,0,0,NULL,NULL),
(1555,'mixpanel','completed',10,'2024-12-21 20:12:48','2024-12-21 20:14:20','2024-12-21 19:18:48','2024-12-21 20:14:20',NULL,0,0,NULL,NULL),
(1556,'mixpanel','completed',10,'2024-12-21 20:45:01','2024-12-21 20:49:11','2024-12-21 20:19:01','2024-12-21 20:49:11',NULL,0,0,NULL,NULL),
(1557,'mixpanel','completed',10,'2024-12-21 21:13:12','2024-12-21 21:23:12','2024-12-21 21:06:12','2024-12-21 21:23:12',NULL,0,0,NULL,NULL),
(1558,'mixpanel','completed',10,'2024-12-21 22:35:14','2024-12-21 22:38:24','2024-12-21 21:55:14','2024-12-21 22:38:24',NULL,0,0,NULL,NULL),
(1559,'subscribers_engagement_score','completed',10,'2024-12-21 22:38:24','2024-12-21 22:42:23','2024-12-21 22:38:24','2024-12-21 22:42:23',NULL,0,0,NULL,NULL),
(1560,'subscribers_engagement_score','completed',10,'2024-12-22 12:52:00','2024-12-22 12:52:56','2024-12-21 22:42:23','2024-12-22 12:52:56',NULL,0,0,NULL,NULL),
(1561,'mixpanel','completed',10,'2024-12-21 23:33:23','2024-12-21 23:34:46','2024-12-21 22:42:23','2024-12-21 23:34:46',NULL,0,0,NULL,NULL),
(1562,'mixpanel','completed',10,'2024-12-21 23:36:47','2024-12-21 23:38:48','2024-12-21 23:36:47','2024-12-21 23:38:48',NULL,0,0,NULL,NULL),
(1563,'mixpanel','completed',10,'2024-12-22 00:02:48','2024-12-22 00:03:00','2024-12-21 23:40:48','2024-12-22 00:03:00',NULL,0,0,NULL,NULL),
(1564,'mixpanel','completed',10,'2024-12-22 00:06:01','2024-12-22 00:07:02','2024-12-22 00:05:01','2024-12-22 00:07:02',NULL,0,0,NULL,NULL),
(1565,'mixpanel','completed',10,'2024-12-22 00:37:03','2024-12-22 00:37:17','2024-12-22 00:09:03','2024-12-22 00:37:17',NULL,0,0,NULL,NULL),
(1566,'mixpanel','completed',10,'2024-12-22 00:44:18','2024-12-22 00:45:21','2024-12-22 00:39:18','2024-12-22 00:45:21',NULL,0,0,NULL,NULL),
(1567,'mixpanel','completed',10,'2024-12-22 01:03:21','2024-12-22 01:03:24','2024-12-22 00:47:21','2024-12-22 01:03:24',NULL,0,0,NULL,NULL),
(1568,'mixpanel','completed',10,'2024-12-22 01:26:25','2024-12-22 01:27:37','2024-12-22 01:05:25','2024-12-22 01:27:37',NULL,0,0,NULL,NULL),
(1569,'mixpanel','completed',10,'2024-12-22 02:13:38','2024-12-22 02:16:01','2024-12-22 01:29:38','2024-12-22 02:16:01',NULL,0,0,NULL,NULL),
(1570,'mixpanel','completed',10,'2024-12-22 02:38:02','2024-12-22 02:38:11','2024-12-22 02:18:02','2024-12-22 02:38:11',NULL,0,0,NULL,NULL),
(1571,'mixpanel','completed',10,'2024-12-22 03:37:13','2024-12-22 03:38:38','2024-12-22 02:40:13','2024-12-22 03:38:38',NULL,0,0,NULL,NULL),
(1572,'schedule_re_engagement_email','completed',10,'2024-12-23 02:54:19','2024-12-23 02:55:31','2024-12-22 02:54:19','2024-12-23 02:55:31',NULL,0,0,NULL,NULL),
(1573,'mixpanel','completed',10,'2024-12-22 03:52:39','2024-12-22 03:52:44','2024-12-22 03:40:39','2024-12-22 03:52:44',NULL,0,0,NULL,NULL),
(1574,'mixpanel','completed',10,'2024-12-22 04:06:45','2024-12-22 04:06:51','2024-12-22 03:54:45','2024-12-22 04:06:51',NULL,0,0,NULL,NULL),
(1575,'mixpanel','completed',10,'2024-12-22 04:14:52','2024-12-22 04:14:56','2024-12-22 04:08:52','2024-12-22 04:14:56',NULL,0,0,NULL,NULL),
(1576,'mixpanel','completed',10,'2024-12-22 04:55:57','2024-12-22 04:57:17','2024-12-22 04:16:57','2024-12-22 04:57:17',NULL,0,0,NULL,NULL),
(1577,'mixpanel','completed',10,'2024-12-22 05:09:18','2024-12-22 05:09:23','2024-12-22 04:59:18','2024-12-22 05:09:23',NULL,0,0,NULL,NULL),
(1578,'mixpanel','completed',10,'2024-12-22 05:59:24','2024-12-22 05:59:44','2024-12-22 05:11:24','2024-12-22 05:59:44',NULL,0,0,NULL,NULL),
(1579,'mixpanel','completed',10,'2024-12-22 06:04:45','2024-12-22 06:05:46','2024-12-22 06:01:45','2024-12-22 06:05:46',NULL,0,0,NULL,NULL),
(1580,'mixpanel','completed',10,'2024-12-22 06:08:48','2024-12-22 06:09:48','2024-12-22 06:07:48','2024-12-22 06:09:48',NULL,0,0,NULL,NULL),
(1581,'mixpanel','completed',10,'2024-12-22 06:12:50','2024-12-22 06:13:51','2024-12-22 06:11:50','2024-12-22 06:13:51',NULL,0,0,NULL,NULL),
(1582,'mixpanel','completed',10,'2024-12-22 07:07:52','2024-12-22 07:08:17','2024-12-22 06:15:52','2024-12-22 07:08:17',NULL,0,0,NULL,NULL),
(1583,'mixpanel','completed',10,'2024-12-22 07:42:17','2024-12-22 07:42:31','2024-12-22 07:10:17','2024-12-22 07:42:31',NULL,0,0,NULL,NULL),
(1584,'mixpanel','completed',10,'2024-12-22 08:37:32','2024-12-22 08:38:59','2024-12-22 07:44:32','2024-12-22 08:38:59',NULL,0,0,NULL,NULL),
(1585,'mixpanel','completed',10,'2024-12-22 08:57:59','2024-12-22 08:59:09','2024-12-22 08:40:59','2024-12-22 08:59:09',NULL,0,0,NULL,NULL),
(1586,'mixpanel','completed',10,'2024-12-22 09:42:10','2024-12-22 09:43:28','2024-12-22 09:01:10','2024-12-22 09:43:28',NULL,0,0,NULL,NULL),
(1587,'mixpanel','completed',10,'2024-12-22 10:06:29','2024-12-22 10:07:40','2024-12-22 09:45:29','2024-12-22 10:07:40',NULL,0,0,NULL,NULL),
(1588,'mixpanel','completed',10,'2024-12-22 11:00:41','2024-12-22 11:02:07','2024-12-22 10:09:41','2024-12-22 11:02:07',NULL,0,0,NULL,NULL),
(1589,'mixpanel','completed',10,'2024-12-22 11:59:08','2024-12-22 12:00:30','2024-12-22 11:04:08','2024-12-22 12:00:30',NULL,0,0,NULL,NULL),
(1590,'mixpanel','completed',10,'2024-12-22 12:37:31','2024-12-22 12:38:49','2024-12-22 12:02:31','2024-12-22 12:38:49',NULL,0,0,NULL,NULL),
(1591,'mixpanel','completed',10,'2024-12-22 13:26:50','2024-12-22 13:27:13','2024-12-22 12:40:50','2024-12-22 13:27:13',NULL,0,0,NULL,NULL),
(1592,'subscribers_engagement_score','completed',10,'2024-12-23 21:08:00','2024-12-23 22:49:51','2024-12-22 12:52:56','2024-12-23 22:49:51',NULL,0,0,NULL,NULL),
(1593,'mixpanel','completed',10,'2024-12-22 14:27:14','2024-12-22 14:27:39','2024-12-22 13:29:14','2024-12-22 14:27:39',NULL,0,0,NULL,NULL),
(1594,'mixpanel','completed',10,'2024-12-22 14:49:40','2024-12-22 14:51:51','2024-12-22 14:29:40','2024-12-22 14:51:51',NULL,0,0,NULL,NULL),
(1595,'mixpanel','completed',10,'2024-12-22 15:48:52','2024-12-22 15:52:21','2024-12-22 14:53:52','2024-12-22 15:52:21',NULL,0,0,NULL,NULL),
(1596,'mixpanel','completed',10,'2024-12-22 16:44:22','2024-12-22 16:44:44','2024-12-22 15:54:22','2024-12-22 16:44:44',NULL,0,0,NULL,NULL),
(1597,'mixpanel','completed',10,'2024-12-22 17:11:45','2024-12-22 17:12:58','2024-12-22 16:46:45','2024-12-22 17:12:58',NULL,0,0,NULL,NULL),
(1598,'mixpanel','completed',10,'2024-12-22 17:51:59','2024-12-22 17:55:19','2024-12-22 17:14:59','2024-12-22 17:55:19',NULL,0,0,NULL,NULL),
(1599,'mixpanel','completed',10,'2024-12-22 18:40:20','2024-12-22 18:41:37','2024-12-22 17:57:20','2024-12-22 18:41:37',NULL,0,0,NULL,NULL),
(1600,'mixpanel','completed',10,'2024-12-22 19:22:38','2024-12-22 19:23:58','2024-12-22 18:43:38','2024-12-22 19:23:58',NULL,0,0,NULL,NULL),
(1601,'mixpanel','completed',10,'2024-12-22 20:03:59','2024-12-22 20:04:18','2024-12-22 19:25:59','2024-12-22 20:04:18',NULL,0,0,NULL,NULL),
(1602,'mixpanel','completed',10,'2024-12-22 20:09:19','2024-12-22 20:10:21','2024-12-22 20:06:19','2024-12-22 20:10:21',NULL,0,0,NULL,NULL),
(1603,'mixpanel','completed',10,'2024-12-22 21:08:22','2024-12-22 21:08:47','2024-12-22 20:12:22','2024-12-22 21:08:47',NULL,0,0,NULL,NULL),
(1604,'mixpanel','completed',10,'2024-12-22 21:52:48','2024-12-22 21:53:09','2024-12-22 21:10:48','2024-12-22 21:53:09',NULL,0,0,NULL,NULL),
(1605,'mixpanel','completed',10,'2024-12-22 22:43:10','2024-12-22 22:43:31','2024-12-22 21:55:10','2024-12-22 22:43:31',NULL,0,0,NULL,NULL),
(1606,'mixpanel','completed',10,'2024-12-22 22:44:32','2024-12-22 22:47:33','2024-12-22 22:45:32','2024-12-22 22:47:33',NULL,0,0,NULL,NULL),
(1607,'mixpanel','completed',10,'2024-12-22 23:39:34','2024-12-22 23:39:59','2024-12-22 22:49:34','2024-12-22 23:39:59',NULL,0,0,NULL,NULL),
(1608,'mixpanel','completed',10,'2024-12-23 00:01:00','2024-12-23 00:02:10','2024-12-22 23:42:00','2024-12-23 00:02:10',NULL,0,0,NULL,NULL),
(1609,'mixpanel','completed',10,'2024-12-23 00:10:11','2024-12-23 00:10:14','2024-12-23 00:04:11','2024-12-23 00:10:14',NULL,0,0,NULL,NULL),
(1610,'mixpanel','completed',10,'2024-12-23 00:28:15','2024-12-23 00:28:23','2024-12-23 00:12:15','2024-12-23 00:28:23',NULL,0,0,NULL,NULL),
(1611,'mixpanel','completed',10,'2024-12-23 00:37:24','2024-12-23 00:38:26','2024-12-23 00:30:24','2024-12-23 00:38:26',NULL,0,0,NULL,NULL),
(1612,'mixpanel','completed',10,'2024-12-23 01:38:27','2024-12-23 01:38:56','2024-12-23 00:42:27','2024-12-23 01:38:56',NULL,0,0,NULL,NULL),
(1613,'mixpanel','completed',10,'2024-12-23 01:55:57','2024-12-23 01:57:04','2024-12-23 01:42:57','2024-12-23 01:57:04',NULL,0,0,NULL,NULL),
(1614,'mixpanel','completed',10,'2024-12-23 02:04:05','2024-12-23 02:05:08','2024-12-23 01:59:05','2024-12-23 02:05:08',NULL,0,0,NULL,NULL),
(1615,'mixpanel','completed',10,'2024-12-23 02:10:09','2024-12-23 02:11:12','2024-12-23 02:07:09','2024-12-23 02:11:12',NULL,0,0,NULL,NULL),
(1616,'mixpanel','completed',10,'2024-12-23 02:21:13','2024-12-23 02:21:16','2024-12-23 02:13:13','2024-12-23 02:21:16',NULL,0,0,NULL,NULL),
(1617,'mixpanel','completed',10,'2024-12-23 02:53:18','2024-12-23 02:53:31','2024-12-23 02:23:18','2024-12-23 02:53:31',NULL,0,0,NULL,NULL),
(1618,'mixpanel','completed',10,'2024-12-23 03:09:31','2024-12-23 03:09:38','2024-12-23 02:55:31','2024-12-23 03:09:38',NULL,0,0,NULL,NULL),
(1619,'schedule_re_engagement_email','completed',10,'2024-12-24 02:57:32','2024-12-24 02:59:36','2024-12-23 02:57:32','2024-12-24 02:59:36',NULL,0,0,NULL,NULL),
(1620,'mixpanel','completed',10,'2024-12-23 03:55:39','2024-12-23 03:58:02','2024-12-23 03:11:39','2024-12-23 03:58:02',NULL,0,0,NULL,NULL),
(1621,'mixpanel','completed',10,'2024-12-23 04:39:03','2024-12-23 04:40:23','2024-12-23 04:00:03','2024-12-23 04:40:23',NULL,0,0,NULL,NULL),
(1622,'mixpanel','completed',10,'2024-12-23 04:46:25','2024-12-23 04:50:24','2024-12-23 04:42:25','2024-12-23 04:50:24',NULL,0,0,NULL,NULL),
(1623,'mixpanel','completed',10,'2024-12-23 05:22:24','2024-12-23 05:24:39','2024-12-23 04:52:24','2024-12-23 05:24:39',NULL,0,0,NULL,NULL),
(1624,'mixpanel','completed',10,'2024-12-23 06:13:40','2024-12-23 06:15:05','2024-12-23 05:26:40','2024-12-23 06:15:05',NULL,0,0,NULL,NULL),
(1625,'mixpanel','completed',10,'2024-12-23 07:06:05','2024-12-23 07:07:24','2024-12-23 06:17:05','2024-12-23 07:07:24',NULL,0,0,NULL,NULL),
(1626,'mixpanel','completed',10,'2024-12-23 07:11:25','2024-12-23 07:11:26','2024-12-23 07:09:25','2024-12-23 07:11:26',NULL,0,0,NULL,NULL),
(1627,'mixpanel','completed',10,'2024-12-23 08:09:27','2024-12-23 08:09:55','2024-12-23 07:13:27','2024-12-23 08:09:55',NULL,0,0,NULL,NULL),
(1628,'mixpanel','completed',10,'2024-12-23 08:58:56','2024-12-23 09:00:20','2024-12-23 08:11:56','2024-12-23 09:00:20',NULL,0,0,NULL,NULL),
(1629,'mixpanel','completed',10,'2024-12-23 09:07:22','2024-12-23 09:08:24','2024-12-23 09:02:22','2024-12-23 09:08:24',NULL,0,0,NULL,NULL),
(1630,'mixpanel','completed',10,'2024-12-23 10:05:24','2024-12-23 10:06:52','2024-12-23 09:10:24','2024-12-23 10:06:52',NULL,0,0,NULL,NULL),
(1631,'mixpanel','completed',10,'2024-12-23 10:43:52','2024-12-23 10:45:10','2024-12-23 10:08:52','2024-12-23 10:45:10',NULL,0,0,NULL,NULL),
(1632,'mixpanel','completed',10,'2024-12-23 10:52:11','2024-12-23 10:53:14','2024-12-23 10:47:11','2024-12-23 10:53:14',NULL,0,0,NULL,NULL),
(1633,'mixpanel','completed',10,'2024-12-23 11:53:16','2024-12-23 11:53:39','2024-12-23 10:55:16','2024-12-23 11:53:39',NULL,0,0,NULL,NULL),
(1634,'mixpanel','completed',10,'2024-12-23 11:55:40','2024-12-23 11:57:41','2024-12-23 11:55:40','2024-12-23 11:57:41',NULL,0,0,NULL,NULL),
(1635,'mixpanel','completed',10,'2024-12-23 12:42:42','2024-12-23 12:44:04','2024-12-23 11:59:42','2024-12-23 12:44:04',NULL,0,0,NULL,NULL),
(1636,'mixpanel','completed',10,'2024-12-23 13:27:05','2024-12-23 13:28:24','2024-12-23 12:46:05','2024-12-23 13:28:24',NULL,0,0,NULL,NULL),
(1637,'mixpanel','completed',10,'2024-12-23 13:48:24','2024-12-23 13:48:31','2024-12-23 13:30:24','2024-12-23 13:48:31',NULL,0,0,NULL,NULL),
(1638,'mixpanel','completed',10,'2024-12-23 14:14:32','2024-12-23 14:14:44','2024-12-23 13:50:32','2024-12-23 14:14:44',NULL,0,0,NULL,NULL),
(1639,'mixpanel','completed',10,'2024-12-23 14:24:45','2024-12-23 14:24:49','2024-12-23 14:16:45','2024-12-23 14:24:49',NULL,0,0,NULL,NULL),
(1640,'mixpanel','completed',10,'2024-12-23 15:16:50','2024-12-23 15:17:16','2024-12-23 14:26:50','2024-12-23 15:17:16',NULL,0,0,NULL,NULL),
(1641,'mixpanel','completed',10,'2024-12-23 15:43:16','2024-12-23 15:43:25','2024-12-23 15:19:16','2024-12-23 15:43:25',NULL,0,0,NULL,NULL),
(1642,'mixpanel','completed',10,'2024-12-23 16:39:27','2024-12-23 16:39:54','2024-12-23 15:45:27','2024-12-23 16:39:54',NULL,0,0,NULL,NULL),
(1643,'mixpanel','completed',10,'2024-12-23 17:13:54','2024-12-23 17:14:10','2024-12-23 16:41:54','2024-12-23 17:14:10',NULL,0,0,NULL,NULL),
(1644,'mixpanel','completed',10,'2024-12-23 17:49:11','2024-12-23 17:50:26','2024-12-23 17:16:11','2024-12-23 17:50:26',NULL,0,0,NULL,NULL),
(1645,'mixpanel','completed',10,'2024-12-23 18:35:27','2024-12-23 18:57:10','2024-12-23 17:52:27','2024-12-23 18:57:10',NULL,0,0,NULL,NULL),
(1646,'mixpanel','completed',10,'2024-12-23 19:41:18','2024-12-23 22:49:51','2024-12-23 19:04:18','2024-12-23 22:49:51',NULL,0,0,NULL,NULL),
(1647,'subscribers_engagement_score','completed',10,'2024-12-23 22:49:51','2024-12-23 23:40:36','2024-12-23 22:49:51','2024-12-23 23:40:36',NULL,0,0,NULL,NULL),
(1648,'subscribers_engagement_score','completed',10,'2024-12-24 16:43:00','2024-12-24 17:05:53','2024-12-23 23:40:36','2024-12-24 17:05:53',NULL,0,0,NULL,NULL),
(1649,'mixpanel','completed',10,'2024-12-24 00:13:36','2024-12-24 00:14:54','2024-12-23 23:40:36','2024-12-24 00:14:54',NULL,0,0,NULL,NULL),
(1650,'inactive_subscribers','completed',10,'2025-01-03 00:00:00','2025-01-03 00:00:51','2024-12-24 00:14:54','2025-01-03 00:00:51',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(1651,'mixpanel','completed',10,'2024-12-24 00:28:33','2024-12-24 00:37:50','2024-12-24 00:17:33','2024-12-24 00:37:50',NULL,0,0,NULL,NULL),
(1652,'mixpanel','completed',10,'2024-12-24 01:27:51','2024-12-24 01:31:29','2024-12-24 00:39:51','2024-12-24 01:31:29',NULL,0,0,NULL,NULL),
(1653,'mixpanel','completed',10,'2024-12-24 02:01:33','2024-12-24 02:01:40','2024-12-24 01:47:33','2024-12-24 02:01:40',NULL,0,0,NULL,NULL),
(1654,'mixpanel','completed',10,'2024-12-24 02:27:41','2024-12-24 02:29:53','2024-12-24 02:03:41','2024-12-24 02:29:53',NULL,0,0,NULL,NULL),
(1655,'mixpanel','completed',10,'2024-12-24 02:33:54','2024-12-24 02:33:55','2024-12-24 02:31:54','2024-12-24 02:33:55',NULL,0,0,NULL,NULL),
(1656,'mixpanel','completed',10,'2024-12-24 03:25:56','2024-12-24 03:27:04','2024-12-24 02:35:56','2024-12-24 03:27:04',NULL,0,0,NULL,NULL),
(1657,'schedule_re_engagement_email','completed',10,'2024-12-25 03:12:57','2024-12-25 03:17:03','2024-12-24 03:12:57','2024-12-25 03:17:03',NULL,0,0,NULL,NULL),
(1658,'mixpanel','completed',10,'2024-12-24 04:04:05','2024-12-24 04:05:23','2024-12-24 03:29:05','2024-12-24 04:05:23',NULL,0,0,NULL,NULL),
(1659,'mixpanel','completed',10,'2024-12-24 04:55:23','2024-12-24 04:58:55','2024-12-24 04:07:23','2024-12-24 04:58:55',NULL,0,0,NULL,NULL),
(1660,'mixpanel','completed',10,'2024-12-24 05:10:19','2024-12-24 05:26:09','2024-12-24 05:01:19','2024-12-24 05:26:09',NULL,0,0,NULL,NULL),
(1661,'mixpanel','completed',10,'2024-12-24 05:40:10','2024-12-24 05:48:54','2024-12-24 05:29:10','2024-12-24 05:48:54',NULL,0,0,NULL,NULL),
(1662,'mixpanel','completed',10,'2024-12-24 06:15:54','2024-12-24 06:17:08','2024-12-24 05:50:54','2024-12-24 06:17:08',NULL,0,0,NULL,NULL),
(1663,'mixpanel','completed',10,'2024-12-24 06:52:08','2024-12-24 06:53:24','2024-12-24 06:21:08','2024-12-24 06:53:24',NULL,0,0,NULL,NULL),
(1664,'mixpanel','completed',10,'2024-12-24 07:40:25','2024-12-24 07:59:00','2024-12-24 06:55:25','2024-12-24 07:59:00',NULL,0,0,NULL,NULL),
(1665,'mixpanel','completed',10,'2024-12-24 08:40:59','2024-12-24 08:47:11','2024-12-24 08:18:59','2024-12-24 08:47:11',NULL,0,0,NULL,NULL),
(1666,'mixpanel','completed',10,'2024-12-24 09:15:28','2024-12-24 09:16:35','2024-12-24 09:00:28','2024-12-24 09:16:35',NULL,0,0,NULL,NULL),
(1667,'mixpanel','completed',10,'2024-12-24 09:55:36','2024-12-24 09:56:52','2024-12-24 09:18:36','2024-12-24 09:56:52',NULL,0,0,NULL,NULL),
(1668,'mixpanel','completed',10,'2024-12-24 10:17:53','2024-12-24 10:30:48','2024-12-24 09:58:53','2024-12-24 10:30:48',NULL,0,0,NULL,NULL),
(1669,'mixpanel','completed',10,'2024-12-24 11:38:21','2024-12-24 11:47:06','2024-12-24 10:56:21','2024-12-24 11:47:06',NULL,0,0,NULL,NULL),
(1670,'mixpanel','completed',10,'2024-12-24 12:15:42','2024-12-24 12:21:42','2024-12-24 12:01:42','2024-12-24 12:21:42',NULL,0,0,NULL,NULL),
(1671,'mixpanel','completed',10,'2024-12-24 13:05:43','2024-12-24 13:21:09','2024-12-24 12:25:43','2024-12-24 13:21:09',NULL,0,0,NULL,NULL),
(1672,'mixpanel','completed',10,'2024-12-24 14:09:44','2024-12-24 14:21:09','2024-12-24 13:28:44','2024-12-24 14:21:09',NULL,0,0,NULL,NULL),
(1673,'mixpanel','completed',10,'2024-12-24 15:22:37','2024-12-24 15:28:59','2024-12-24 14:28:37','2024-12-24 15:28:59',NULL,0,0,NULL,NULL),
(1674,'mixpanel','completed',10,'2024-12-24 15:48:33','2024-12-24 16:02:03','2024-12-24 15:44:33','2024-12-24 16:02:03',NULL,0,0,NULL,NULL),
(1675,'mixpanel','completed',10,'2024-12-24 16:49:22','2024-12-24 17:05:53','2024-12-24 16:12:22','2024-12-24 17:05:53',NULL,0,0,NULL,NULL),
(1676,'subscribers_engagement_score','completed',10,'2024-12-25 12:38:00','2024-12-25 12:41:43','2024-12-24 17:05:53','2024-12-25 12:41:43',NULL,0,0,NULL,NULL),
(1677,'mixpanel','completed',10,'2024-12-24 17:46:27','2024-12-24 17:47:02','2024-12-24 17:15:27','2024-12-24 17:47:02',NULL,0,0,NULL,NULL),
(1678,'mixpanel','completed',10,'2024-12-24 18:40:20','2024-12-24 18:42:20','2024-12-24 17:49:20','2024-12-24 18:42:20',NULL,0,0,NULL,NULL),
(1679,'mixpanel','completed',10,'2024-12-24 19:37:49','2024-12-24 19:40:02','2024-12-24 18:44:49','2024-12-24 19:40:02',NULL,0,0,NULL,NULL),
(1680,'mixpanel','completed',10,'2024-12-24 19:48:03','2024-12-24 19:48:06','2024-12-24 19:42:03','2024-12-24 19:48:06',NULL,0,0,NULL,NULL),
(1681,'mixpanel','completed',10,'2024-12-24 20:42:07','2024-12-24 20:48:49','2024-12-24 19:50:07','2024-12-24 20:48:49',NULL,0,0,NULL,NULL),
(1682,'mixpanel','completed',10,'2024-12-24 21:20:46','2024-12-24 21:31:15','2024-12-24 20:51:46','2024-12-24 21:31:15',NULL,0,0,NULL,NULL),
(1683,'mixpanel','completed',10,'2024-12-24 22:04:04','2024-12-24 22:11:24','2024-12-24 21:47:04','2024-12-24 22:11:24',NULL,0,0,NULL,NULL),
(1684,'mixpanel','completed',10,'2024-12-24 22:45:04','2024-12-24 22:49:00','2024-12-24 22:27:04','2024-12-24 22:49:00',NULL,0,0,NULL,NULL),
(1685,'mixpanel','completed',10,'2024-12-24 23:33:15','2024-12-24 23:48:05','2024-12-24 22:55:15','2024-12-24 23:48:05',NULL,0,0,NULL,NULL),
(1686,'mixpanel','completed',10,'2024-12-25 00:54:57','2024-12-25 00:58:21','2024-12-25 00:15:57','2024-12-25 00:58:21',NULL,0,0,NULL,NULL),
(1687,'mixpanel','completed',10,'2024-12-25 01:27:38','2024-12-25 01:34:31','2024-12-25 01:03:38','2024-12-25 01:34:31',NULL,0,0,NULL,NULL),
(1688,'mixpanel','completed',10,'2024-12-25 01:54:46','2024-12-25 02:10:08','2024-12-25 01:52:46','2024-12-25 02:10:08',NULL,0,0,NULL,NULL),
(1689,'mixpanel','completed',10,'2024-12-25 02:24:08','2024-12-25 02:27:26','2024-12-25 02:12:08','2024-12-25 02:27:26',NULL,0,0,NULL,NULL),
(1690,'mixpanel','completed',10,'2024-12-25 02:51:03','2024-12-25 03:03:23','2024-12-25 02:34:03','2024-12-25 03:03:23',NULL,0,0,NULL,NULL),
(1691,'mixpanel','completed',10,'2024-12-25 03:18:03','2024-12-25 03:28:17','2024-12-25 03:17:03','2024-12-25 03:28:17',NULL,0,0,NULL,NULL),
(1692,'schedule_re_engagement_email','completed',10,'2024-12-26 03:28:17','2024-12-26 06:22:13','2024-12-25 03:28:17','2024-12-26 06:22:13',NULL,0,0,NULL,NULL),
(1693,'mixpanel','completed',10,'2024-12-25 03:33:53','2024-12-25 03:36:54','2024-12-25 03:34:53','2024-12-25 03:36:54',NULL,0,0,NULL,NULL),
(1694,'mixpanel','completed',10,'2024-12-25 04:25:54','2024-12-25 04:27:17','2024-12-25 03:38:54','2024-12-25 04:27:17',NULL,0,0,NULL,NULL),
(1695,'mixpanel','completed',10,'2024-12-25 04:41:18','2024-12-25 04:42:17','2024-12-25 04:29:18','2024-12-25 04:42:17',NULL,0,0,NULL,NULL),
(1696,'mixpanel','completed',10,'2024-12-25 05:07:57','2024-12-25 05:08:57','2024-12-25 04:44:57','2024-12-25 05:08:57',NULL,0,0,NULL,NULL),
(1697,'mixpanel','completed',10,'2024-12-25 05:59:50','2024-12-25 06:00:45','2024-12-25 05:13:50','2024-12-25 06:00:45',NULL,0,0,NULL,NULL),
(1698,'mixpanel','completed',10,'2024-12-25 06:51:21','2024-12-25 06:55:43','2024-12-25 06:03:21','2024-12-25 06:55:43',NULL,0,0,NULL,NULL),
(1699,'mixpanel','completed',10,'2024-12-25 07:30:19','2024-12-25 07:32:15','2024-12-25 07:14:19','2024-12-25 07:32:15',NULL,0,0,NULL,NULL),
(1700,'mixpanel','completed',10,'2024-12-25 08:38:05','2024-12-25 08:38:08','2024-12-25 07:50:05','2024-12-25 08:38:08',NULL,0,0,NULL,NULL),
(1701,'mixpanel','completed',10,'2024-12-25 09:29:09','2024-12-25 09:30:35','2024-12-25 08:40:09','2024-12-25 09:30:35',NULL,0,0,NULL,NULL),
(1702,'mixpanel','completed',10,'2024-12-25 09:49:30','2024-12-25 09:57:34','2024-12-25 09:48:30','2024-12-25 09:57:34',NULL,0,0,NULL,NULL),
(1703,'mixpanel','completed',10,'2024-12-25 10:46:24','2024-12-25 10:51:08','2024-12-25 10:00:24','2024-12-25 10:51:08',NULL,0,0,NULL,NULL),
(1704,'mixpanel','completed',10,'2024-12-25 10:54:40','2024-12-25 10:56:48','2024-12-25 10:54:40','2024-12-25 10:56:48',NULL,0,0,NULL,NULL),
(1705,'mixpanel','completed',10,'2024-12-25 12:01:12','2024-12-25 12:24:06','2024-12-25 11:17:12','2024-12-25 12:24:06',NULL,0,0,NULL,NULL),
(1706,'subscribers_engagement_score','completed',10,'2024-12-25 12:41:43','2024-12-25 12:54:22','2024-12-25 12:41:43','2024-12-25 12:54:22',NULL,0,0,NULL,NULL),
(1707,'mixpanel','completed',10,'2024-12-25 13:24:43','2024-12-25 13:32:46','2024-12-25 12:41:43','2024-12-25 13:32:46',NULL,0,0,NULL,NULL),
(1708,'subscribers_engagement_score','completed',10,'2024-12-26 14:36:00','2024-12-26 17:24:21','2024-12-25 12:54:22','2024-12-26 17:24:21',NULL,0,0,NULL,NULL),
(1709,'mixpanel','completed',10,'2024-12-25 14:24:42','2024-12-25 14:36:22','2024-12-25 13:36:42','2024-12-25 14:36:22',NULL,0,0,NULL,NULL),
(1710,'mixpanel','completed',10,'2024-12-25 19:05:25','2024-12-25 19:16:18','2024-12-25 18:39:25','2024-12-25 19:16:18',NULL,0,0,NULL,NULL),
(1711,'mixpanel','completed',10,'2024-12-25 20:04:15','2024-12-25 22:05:35','2024-12-25 19:21:15','2024-12-25 22:05:35',NULL,0,0,NULL,NULL),
(1712,'mixpanel','completed',10,'2024-12-25 22:34:27','2024-12-26 02:29:03','2024-12-25 22:29:27','2024-12-26 02:29:03',NULL,0,0,NULL,NULL),
(1713,'mixpanel','completed',10,'2024-12-26 07:14:13','2024-12-26 08:51:15','2024-12-26 06:22:13','2024-12-26 08:51:15',NULL,0,0,NULL,NULL),
(1714,'schedule_re_engagement_email','completed',10,'2024-12-27 08:51:15','2024-12-27 10:00:06','2024-12-26 08:51:15','2024-12-27 10:00:06',NULL,0,0,NULL,NULL),
(1715,'mixpanel','completed',10,'2024-12-26 10:19:13','2024-12-26 11:24:34','2024-12-26 10:15:13','2024-12-26 11:24:34',NULL,0,0,NULL,NULL),
(1716,'mixpanel','completed',10,'2024-12-26 15:08:10','2024-12-26 17:24:21','2024-12-26 14:12:10','2024-12-26 17:24:21',NULL,0,0,NULL,NULL),
(1717,'subscribers_engagement_score','completed',10,'2024-12-26 17:24:21','2024-12-26 18:03:14','2024-12-26 17:24:21','2024-12-26 18:03:14',NULL,0,0,NULL,NULL),
(1718,'subscribers_engagement_score','completed',10,'2024-12-27 05:10:00','2024-12-27 05:59:29','2024-12-26 18:03:14','2024-12-27 05:59:29',NULL,0,0,NULL,NULL),
(1719,'mixpanel','completed',10,'2024-12-26 18:23:14','2024-12-26 22:02:18','2024-12-26 18:03:14','2024-12-26 22:02:18',NULL,0,0,NULL,NULL),
(1720,'subscribers_email_count','completed',10,'2025-01-01 00:00:00','2025-01-01 01:46:51','2024-12-27 05:59:29','2025-01-01 01:46:51',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(1721,'subscribers_engagement_score','completed',10,'2024-12-28 21:22:00','2024-12-28 22:04:55','2024-12-27 05:59:29','2024-12-28 22:04:55',NULL,0,0,NULL,NULL),
(1722,'mixpanel','completed',10,'2024-12-27 06:23:29','2024-12-27 10:00:06','2024-12-27 05:59:29','2024-12-27 10:00:06',NULL,0,0,NULL,NULL),
(1723,'schedule_re_engagement_email','completed',10,'2024-12-28 13:51:57','2024-12-28 13:53:15','2024-12-27 13:51:57','2024-12-28 13:53:15',NULL,0,0,NULL,NULL),
(1724,'mixpanel','completed',10,'2024-12-27 14:15:57','2024-12-27 18:02:35','2024-12-27 13:51:57','2024-12-27 18:02:35',NULL,0,0,NULL,NULL),
(1725,'mixpanel','completed',10,'2024-12-27 22:39:54','2024-12-28 01:38:46','2024-12-27 22:10:54','2024-12-28 01:38:46',NULL,0,0,NULL,NULL),
(1726,'export_files_cleanup','completed',10,'2025-01-05 00:00:00','2025-01-05 00:19:16','2024-12-28 01:40:59','2025-01-05 00:19:16',NULL,0,0,NULL,NULL),
(1727,'mixpanel','completed',10,'2024-12-28 02:38:59','2024-12-28 02:39:56','2024-12-28 01:40:59','2024-12-28 02:39:56',NULL,0,0,NULL,NULL),
(1728,'mixpanel','completed',10,'2024-12-28 03:35:12','2024-12-28 03:40:33','2024-12-28 02:42:12','2024-12-28 03:40:33',NULL,0,0,NULL,NULL),
(1729,'mixpanel','completed',10,'2024-12-28 03:57:34','2024-12-28 03:59:29','2024-12-28 03:42:34','2024-12-28 03:59:29',NULL,0,0,NULL,NULL),
(1730,'mixpanel','completed',10,'2024-12-28 04:59:13','2024-12-28 05:06:09','2024-12-28 04:09:13','2024-12-28 05:06:09',NULL,0,0,NULL,NULL),
(1731,'mixpanel','completed',10,'2024-12-28 05:08:10','2024-12-28 05:10:11','2024-12-28 05:08:10','2024-12-28 05:10:11',NULL,0,0,NULL,NULL),
(1732,'mixpanel','completed',10,'2024-12-28 05:17:12','2024-12-28 05:20:16','2024-12-28 05:12:12','2024-12-28 05:20:16',NULL,0,0,NULL,NULL),
(1733,'mixpanel','completed',10,'2024-12-28 05:48:17','2024-12-28 05:48:30','2024-12-28 05:22:17','2024-12-28 05:48:30',NULL,0,0,NULL,NULL),
(1734,'mixpanel','completed',10,'2024-12-28 06:37:31','2024-12-28 06:39:11','2024-12-28 05:50:31','2024-12-28 06:39:11',NULL,0,0,NULL,NULL),
(1735,'mixpanel','completed',10,'2024-12-28 07:35:12','2024-12-28 07:44:18','2024-12-28 06:41:12','2024-12-28 07:44:18',NULL,0,0,NULL,NULL),
(1736,'mixpanel','completed',10,'2024-12-28 08:39:18','2024-12-28 08:41:56','2024-12-28 08:01:18','2024-12-28 08:41:56',NULL,0,0,NULL,NULL),
(1737,'mixpanel','completed',10,'2024-12-28 09:20:57','2024-12-28 09:22:16','2024-12-28 08:43:57','2024-12-28 09:22:16',NULL,0,0,NULL,NULL),
(1738,'mixpanel','completed',10,'2024-12-28 10:09:18','2024-12-28 10:26:28','2024-12-28 09:24:18','2024-12-28 10:26:28',NULL,0,0,NULL,NULL),
(1739,'mixpanel','completed',10,'2024-12-28 11:14:38','2024-12-28 11:18:26','2024-12-28 10:28:38','2024-12-28 11:18:26',NULL,0,0,NULL,NULL),
(1740,'mixpanel','completed',10,'2024-12-28 11:21:27','2024-12-28 11:45:19','2024-12-28 11:20:27','2024-12-28 11:45:19',NULL,0,0,NULL,NULL),
(1741,'mixpanel','completed',10,'2024-12-28 12:17:41','2024-12-28 12:18:42','2024-12-28 12:01:41','2024-12-28 12:18:42',NULL,0,0,NULL,NULL),
(1742,'mixpanel','completed',10,'2024-12-28 12:48:05','2024-12-28 12:54:30','2024-12-28 12:35:05','2024-12-28 12:54:30',NULL,0,0,NULL,NULL),
(1743,'mixpanel','completed',10,'2024-12-28 13:27:21','2024-12-28 13:30:54','2024-12-28 13:12:21','2024-12-28 13:30:54',NULL,0,0,NULL,NULL),
(1744,'mixpanel','completed',10,'2024-12-28 14:06:01','2024-12-28 14:13:59','2024-12-28 13:36:01','2024-12-28 14:13:59',NULL,0,0,NULL,NULL),
(1745,'schedule_re_engagement_email','completed',10,'2024-12-29 13:55:16','2024-12-29 13:58:31','2024-12-28 13:55:16','2024-12-29 13:58:31',NULL,0,0,NULL,NULL),
(1746,'mixpanel','completed',10,'2024-12-28 15:17:55','2024-12-28 15:30:45','2024-12-28 14:24:55','2024-12-28 15:30:45',NULL,0,0,NULL,NULL),
(1747,'mixpanel','completed',10,'2024-12-28 16:44:51','2024-12-28 16:50:29','2024-12-28 15:47:51','2024-12-28 16:50:29',NULL,0,0,NULL,NULL),
(1748,'mixpanel','completed',10,'2024-12-28 17:29:30','2024-12-28 18:14:37','2024-12-28 16:52:30','2024-12-28 18:14:37',NULL,0,0,NULL,NULL),
(1749,'mixpanel','completed',10,'2024-12-28 19:18:56','2024-12-28 22:04:55','2024-12-28 18:30:56','2024-12-28 22:04:55',NULL,0,0,NULL,NULL),
(1750,'subscribers_engagement_score','completed',10,'2024-12-28 22:04:55','2024-12-29 00:10:13','2024-12-28 22:04:55','2024-12-29 00:10:13',NULL,0,0,NULL,NULL),
(1751,'subscribers_engagement_score','completed',10,'2024-12-30 06:24:00','2024-12-30 09:33:12','2024-12-29 00:10:13','2024-12-30 09:33:12',NULL,0,0,NULL,NULL),
(1752,'mixpanel','completed',10,'2024-12-29 00:25:13','2024-12-29 00:38:27','2024-12-29 00:10:13','2024-12-29 00:38:27',NULL,0,0,NULL,NULL),
(1753,'mixpanel','completed',10,'2024-12-29 01:37:34','2024-12-29 01:38:29','2024-12-29 00:50:34','2024-12-29 01:38:29',NULL,0,0,NULL,NULL),
(1754,'mixpanel','completed',10,'2024-12-29 01:54:17','2024-12-29 01:58:58','2024-12-29 01:43:17','2024-12-29 01:58:58',NULL,0,0,NULL,NULL),
(1755,'mixpanel','completed',10,'2024-12-29 02:37:51','2024-12-29 02:39:27','2024-12-29 02:02:51','2024-12-29 02:39:27',NULL,0,0,NULL,NULL),
(1756,'mixpanel','completed',10,'2024-12-29 03:00:29','2024-12-29 03:01:39','2024-12-29 02:41:29','2024-12-29 03:01:39',NULL,0,0,NULL,NULL),
(1757,'mixpanel','completed',10,'2024-12-29 03:06:39','2024-12-29 03:07:42','2024-12-29 03:03:39','2024-12-29 03:07:42',NULL,0,0,NULL,NULL),
(1758,'mixpanel','completed',10,'2024-12-29 03:31:43','2024-12-29 03:32:05','2024-12-29 03:09:43','2024-12-29 03:32:05',NULL,0,0,NULL,NULL),
(1759,'mixpanel','completed',10,'2024-12-29 04:05:05','2024-12-29 04:06:17','2024-12-29 03:36:05','2024-12-29 04:06:17',NULL,0,0,NULL,NULL),
(1760,'mixpanel','completed',10,'2024-12-29 04:58:18','2024-12-29 04:58:22','2024-12-29 04:10:18','2024-12-29 04:58:22',NULL,0,0,NULL,NULL),
(1761,'mixpanel','completed',10,'2024-12-29 05:38:04','2024-12-29 05:48:51','2024-12-29 05:16:04','2024-12-29 05:48:51',NULL,0,0,NULL,NULL),
(1762,'mixpanel','completed',10,'2024-12-29 05:57:53','2024-12-29 06:01:43','2024-12-29 05:50:53','2024-12-29 06:01:43',NULL,0,0,NULL,NULL),
(1763,'mixpanel','completed',10,'2024-12-29 06:44:13','2024-12-29 06:58:53','2024-12-29 06:08:13','2024-12-29 06:58:53',NULL,0,0,NULL,NULL),
(1764,'mixpanel','completed',10,'2024-12-29 08:07:12','2024-12-29 08:09:42','2024-12-29 07:09:12','2024-12-29 08:09:42',NULL,0,0,NULL,NULL),
(1765,'mixpanel','completed',10,'2024-12-29 09:10:17','2024-12-29 09:10:38','2024-12-29 08:21:17','2024-12-29 09:10:38',NULL,0,0,NULL,NULL),
(1766,'mixpanel','completed',10,'2024-12-29 09:43:14','2024-12-29 09:44:20','2024-12-29 09:22:14','2024-12-29 09:44:20',NULL,0,0,NULL,NULL),
(1767,'mixpanel','completed',10,'2024-12-29 10:32:21','2024-12-29 10:32:38','2024-12-29 09:46:21','2024-12-29 10:32:38',NULL,0,0,NULL,NULL),
(1768,'mixpanel','completed',10,'2024-12-29 10:39:39','2024-12-29 11:07:13','2024-12-29 10:34:39','2024-12-29 11:07:13',NULL,0,0,NULL,NULL),
(1769,'mixpanel','completed',10,'2024-12-29 12:15:01','2024-12-29 12:21:13','2024-12-29 11:21:01','2024-12-29 12:21:13',NULL,0,0,NULL,NULL),
(1770,'mixpanel','completed',10,'2024-12-29 12:58:27','2024-12-29 13:14:35','2024-12-29 12:35:27','2024-12-29 13:14:35',NULL,0,0,NULL,NULL),
(1771,'mixpanel','completed',10,'2024-12-29 13:34:21','2024-12-29 13:40:36','2024-12-29 13:20:21','2024-12-29 13:40:36',NULL,0,0,NULL,NULL),
(1772,'mixpanel','completed',10,'2024-12-29 14:16:32','2024-12-29 14:21:24','2024-12-29 13:58:32','2024-12-29 14:21:24',NULL,0,0,NULL,NULL),
(1773,'schedule_re_engagement_email','completed',10,'2024-12-30 14:15:27','2024-12-30 15:04:28','2024-12-29 14:15:27','2024-12-30 15:04:28',NULL,0,0,NULL,NULL),
(1774,'mixpanel','completed',10,'2024-12-29 14:48:25','2024-12-29 14:57:53','2024-12-29 14:23:25','2024-12-29 14:57:53',NULL,0,0,NULL,NULL),
(1775,'mixpanel','completed',10,'2024-12-29 15:34:53','2024-12-29 15:35:01','2024-12-29 15:14:53','2024-12-29 15:35:01',NULL,0,0,NULL,NULL),
(1776,'mixpanel','completed',10,'2024-12-29 16:26:01','2024-12-29 16:39:10','2024-12-29 15:39:01','2024-12-29 16:39:10',NULL,0,0,NULL,NULL),
(1777,'mixpanel','completed',10,'2024-12-29 17:09:11','2024-12-29 17:52:33','2024-12-29 16:41:11','2024-12-29 17:52:33',NULL,0,0,NULL,NULL),
(1778,'mixpanel','completed',10,'2024-12-29 22:08:17','2024-12-30 01:38:43','2024-12-29 21:42:17','2024-12-30 01:38:43',NULL,0,0,NULL,NULL),
(1779,'mixpanel','completed',10,'2024-12-30 06:15:44','2024-12-30 09:33:12','2024-12-30 05:34:44','2024-12-30 09:33:12',NULL,0,0,NULL,NULL),
(1780,'subscribers_engagement_score','completed',10,'2024-12-30 09:33:12','2024-12-30 13:39:41','2024-12-30 09:33:12','2024-12-30 13:39:41',NULL,0,0,NULL,NULL),
(1781,'subscribers_engagement_score','completed',10,'2024-12-31 08:42:00','2024-12-31 08:51:18','2024-12-30 13:39:41','2024-12-31 08:51:18',NULL,0,0,NULL,NULL),
(1782,'mixpanel','completed',10,'2024-12-30 13:39:41','2024-12-30 15:04:28','2024-12-30 13:39:41','2024-12-30 15:04:28',NULL,0,0,NULL,NULL),
(1783,'schedule_re_engagement_email','completed',10,'2024-12-31 15:19:02','2024-12-31 15:35:32','2024-12-30 15:19:02','2024-12-31 15:35:32',NULL,0,0,NULL,NULL),
(1784,'mixpanel','completed',10,'2024-12-30 15:23:02','2024-12-30 15:35:00','2024-12-30 15:19:02','2024-12-30 15:35:00',NULL,0,0,NULL,NULL),
(1785,'mixpanel','completed',10,'2024-12-30 18:34:57','2024-12-30 21:49:10','2024-12-30 17:40:57','2024-12-30 21:49:10',NULL,0,0,NULL,NULL),
(1786,'mixpanel','completed',10,'2024-12-31 00:37:04','2024-12-31 00:37:09','2024-12-31 00:19:04','2024-12-31 00:37:09',NULL,0,0,NULL,NULL),
(1787,'mixpanel','completed',10,'2024-12-31 01:24:42','2024-12-31 01:37:22','2024-12-31 00:39:42','2024-12-31 01:37:22',NULL,0,0,NULL,NULL),
(1788,'mixpanel','completed',10,'2024-12-31 01:56:06','2024-12-31 02:03:08','2024-12-31 01:45:06','2024-12-31 02:03:08',NULL,0,0,NULL,NULL),
(1789,'mixpanel','completed',10,'2024-12-31 02:10:09','2024-12-31 02:11:12','2024-12-31 02:05:09','2024-12-31 02:11:12',NULL,0,0,NULL,NULL),
(1790,'mixpanel','completed',10,'2024-12-31 03:00:12','2024-12-31 03:00:20','2024-12-31 02:13:12','2024-12-31 03:00:20',NULL,0,0,NULL,NULL),
(1791,'mixpanel','completed',10,'2024-12-31 03:25:21','2024-12-31 03:26:32','2024-12-31 03:04:21','2024-12-31 03:26:32',NULL,0,0,NULL,NULL),
(1792,'mixpanel','completed',10,'2024-12-31 03:31:33','2024-12-31 03:32:35','2024-12-31 03:28:33','2024-12-31 03:32:35',NULL,0,0,NULL,NULL),
(1793,'mixpanel','completed',10,'2024-12-31 03:46:36','2024-12-31 03:48:43','2024-12-31 03:34:36','2024-12-31 03:48:43',NULL,0,0,NULL,NULL),
(1794,'mixpanel','completed',10,'2024-12-31 04:21:45','2024-12-31 04:23:00','2024-12-31 03:50:45','2024-12-31 04:23:00',NULL,0,0,NULL,NULL),
(1795,'mixpanel','completed',10,'2024-12-31 04:38:02','2024-12-31 04:41:09','2024-12-31 04:25:02','2024-12-31 04:41:09',NULL,0,0,NULL,NULL),
(1796,'mixpanel','completed',10,'2024-12-31 04:56:10','2024-12-31 05:02:37','2024-12-31 04:43:10','2024-12-31 05:02:37',NULL,0,0,NULL,NULL),
(1797,'mixpanel','completed',10,'2024-12-31 05:39:59','2024-12-31 06:00:07','2024-12-31 05:11:59','2024-12-31 06:00:07',NULL,0,0,NULL,NULL),
(1798,'mixpanel','completed',10,'2024-12-31 06:37:17','2024-12-31 06:52:10','2024-12-31 06:11:17','2024-12-31 06:52:10',NULL,0,0,NULL,NULL),
(1799,'mixpanel','completed',10,'2024-12-31 07:47:10','2024-12-31 08:10:37','2024-12-31 06:54:10','2024-12-31 08:10:37',NULL,0,0,NULL,NULL),
(1800,'mixpanel','completed',10,'2024-12-31 08:55:38','2024-12-31 09:07:23','2024-12-31 08:12:38','2024-12-31 09:07:23',NULL,0,0,NULL,NULL),
(1801,'subscribers_engagement_score','completed',10,'2025-01-01 18:41:00','2025-01-01 19:49:23','2024-12-31 08:51:18','2025-01-01 19:49:23',NULL,0,0,NULL,NULL),
(1802,'mixpanel','completed',10,'2024-12-31 09:40:25','2024-12-31 09:48:47','2024-12-31 09:09:25','2024-12-31 09:48:47',NULL,0,0,NULL,NULL),
(1803,'mixpanel','completed',10,'2024-12-31 10:45:37','2024-12-31 10:53:31','2024-12-31 09:52:37','2024-12-31 10:53:31',NULL,0,0,NULL,NULL),
(1804,'mixpanel','completed',10,'2024-12-31 11:43:31','2024-12-31 11:57:56','2024-12-31 10:55:31','2024-12-31 11:57:56',NULL,0,0,NULL,NULL),
(1805,'mixpanel','completed',10,'2024-12-31 12:32:57','2024-12-31 12:34:13','2024-12-31 11:59:57','2024-12-31 12:34:13',NULL,0,0,NULL,NULL),
(1806,'mixpanel','completed',10,'2024-12-31 13:06:01','2024-12-31 13:10:47','2024-12-31 12:53:01','2024-12-31 13:10:47',NULL,0,0,NULL,NULL),
(1807,'mixpanel','completed',10,'2024-12-31 13:57:48','2024-12-31 14:11:03','2024-12-31 13:32:48','2024-12-31 14:11:03',NULL,0,0,NULL,NULL),
(1808,'mixpanel','completed',10,'2024-12-31 14:57:27','2024-12-31 14:59:07','2024-12-31 14:17:27','2024-12-31 14:59:07',NULL,0,0,NULL,NULL),
(1809,'mixpanel','completed',10,'2024-12-31 15:46:30','2024-12-31 15:52:42','2024-12-31 15:17:30','2024-12-31 15:52:42',NULL,0,0,NULL,NULL),
(1810,'schedule_re_engagement_email','completed',10,'2025-01-01 15:52:42','2025-01-01 17:43:16','2024-12-31 15:52:42','2025-01-01 17:43:16',NULL,0,0,NULL,NULL),
(1811,'mixpanel','completed',10,'2024-12-31 17:08:01','2024-12-31 17:46:39','2024-12-31 16:18:01','2024-12-31 17:46:39',NULL,0,0,NULL,NULL),
(1812,'mixpanel','completed',10,'2024-12-31 18:53:59','2024-12-31 19:03:09','2024-12-31 18:30:59','2024-12-31 19:03:09',NULL,0,0,NULL,NULL),
(1813,'mixpanel','completed',10,'2024-12-31 19:13:20','2024-12-31 19:14:04','2024-12-31 19:05:20','2024-12-31 19:14:04',NULL,0,0,NULL,NULL),
(1814,'mixpanel','completed',10,'2024-12-31 19:48:28','2024-12-31 20:27:39','2024-12-31 19:16:28','2024-12-31 20:27:39',NULL,0,0,NULL,NULL),
(1815,'mixpanel','completed',10,'2024-12-31 21:02:41','2024-12-31 21:42:23','2024-12-31 20:30:41','2024-12-31 21:42:23',NULL,0,0,NULL,NULL),
(1816,'subscribers_email_count','completed',10,'2025-01-06 00:00:00','2025-01-06 01:51:14','2025-01-01 01:46:51','2025-01-06 01:51:14',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(1817,'mixpanel','completed',10,'2025-01-01 02:17:51','2025-01-01 05:37:43','2025-01-01 01:46:51','2025-01-01 05:37:43',NULL,0,0,NULL,NULL),
(1818,'mixpanel','completed',10,'2025-01-01 09:54:22','2025-01-01 12:22:01','2025-01-01 09:36:22','2025-01-01 12:22:01',NULL,0,0,NULL,NULL),
(1819,'mixpanel','completed',10,'2025-01-01 14:04:04','2025-01-01 15:46:47','2025-01-01 13:06:04','2025-01-01 15:46:47',NULL,0,0,NULL,NULL),
(1820,'mixpanel','completed',10,'2025-01-01 17:50:16','2025-01-01 19:49:23','2025-01-01 17:43:16','2025-01-01 19:49:23',NULL,0,0,NULL,NULL),
(1821,'subscribers_engagement_score','completed',10,'2025-01-01 19:49:23','2025-01-01 19:53:12','2025-01-01 19:49:23','2025-01-01 19:53:12',NULL,0,0,NULL,NULL),
(1822,'schedule_re_engagement_email','completed',10,'2025-01-02 19:49:23','2025-01-02 19:50:49','2025-01-01 19:49:23','2025-01-02 19:50:49',NULL,0,0,NULL,NULL),
(1823,'subscribers_engagement_score','completed',10,'2025-01-02 13:39:00','2025-01-02 13:39:34','2025-01-01 19:53:12','2025-01-02 13:39:34',NULL,0,0,NULL,NULL),
(1824,'mixpanel','completed',10,'2025-01-01 20:20:12','2025-01-01 20:35:00','2025-01-01 19:53:12','2025-01-01 20:35:00',NULL,0,0,NULL,NULL),
(1825,'mixpanel','completed',10,'2025-01-01 20:40:29','2025-01-01 20:42:29','2025-01-01 20:37:29','2025-01-01 20:42:29',NULL,0,0,NULL,NULL),
(1826,'mixpanel','completed',10,'2025-01-01 20:55:30','2025-01-01 20:56:36','2025-01-01 20:44:30','2025-01-01 20:56:36',NULL,0,0,NULL,NULL),
(1827,'mixpanel','completed',10,'2025-01-01 21:42:37','2025-01-01 21:42:46','2025-01-01 20:58:37','2025-01-01 21:42:46',NULL,0,0,NULL,NULL),
(1828,'mixpanel','completed',10,'2025-01-01 22:14:47','2025-01-01 22:26:46','2025-01-01 21:44:47','2025-01-01 22:26:46',NULL,0,0,NULL,NULL),
(1829,'mixpanel','completed',10,'2025-01-01 23:14:49','2025-01-01 23:15:09','2025-01-01 22:34:49','2025-01-01 23:15:09',NULL,0,0,NULL,NULL),
(1830,'mixpanel','completed',10,'2025-01-01 23:32:10','2025-01-01 23:33:19','2025-01-01 23:17:10','2025-01-01 23:33:19',NULL,0,0,NULL,NULL),
(1831,'mixpanel','completed',10,'2025-01-01 23:48:19','2025-01-01 23:48:40','2025-01-01 23:35:19','2025-01-01 23:48:40',NULL,0,0,NULL,NULL),
(1832,'mixpanel','completed',10,'2025-01-01 23:58:41','2025-01-02 00:00:46','2025-01-01 23:50:41','2025-01-02 00:00:46',NULL,0,0,NULL,NULL),
(1833,'mixpanel','completed',10,'2025-01-02 00:40:47','2025-01-02 00:44:59','2025-01-02 00:02:47','2025-01-02 00:44:59',NULL,0,0,NULL,NULL),
(1834,'mixpanel','completed',10,'2025-01-02 00:52:00','2025-01-02 00:53:02','2025-01-02 00:47:00','2025-01-02 00:53:02',NULL,0,0,NULL,NULL),
(1835,'mixpanel','completed',10,'2025-01-02 00:59:03','2025-01-02 00:59:06','2025-01-02 00:55:03','2025-01-02 00:59:06',NULL,0,0,NULL,NULL),
(1836,'mixpanel','completed',10,'2025-01-02 01:59:07','2025-01-02 02:00:31','2025-01-02 01:01:07','2025-01-02 02:00:31',NULL,0,0,NULL,NULL),
(1837,'mixpanel','completed',10,'2025-01-02 02:05:31','2025-01-02 02:05:57','2025-01-02 02:02:31','2025-01-02 02:05:57',NULL,0,0,NULL,NULL),
(1838,'mixpanel','completed',10,'2025-01-02 02:18:57','2025-01-02 02:21:18','2025-01-02 02:07:57','2025-01-02 02:21:18',NULL,0,0,NULL,NULL),
(1839,'mixpanel','completed',10,'2025-01-02 03:01:22','2025-01-02 03:02:06','2025-01-02 02:23:22','2025-01-02 03:02:06',NULL,0,0,NULL,NULL),
(1840,'mixpanel','completed',10,'2025-01-02 03:31:06','2025-01-02 03:32:30','2025-01-02 03:06:06','2025-01-02 03:32:30',NULL,0,0,NULL,NULL),
(1841,'mixpanel','completed',10,'2025-01-02 03:43:30','2025-01-02 03:46:39','2025-01-02 03:36:30','2025-01-02 03:46:39',NULL,0,0,NULL,NULL),
(1842,'mixpanel','completed',10,'2025-01-02 04:17:40','2025-01-02 04:18:54','2025-01-02 03:50:40','2025-01-02 04:18:54',NULL,0,0,NULL,NULL),
(1843,'mixpanel','completed',10,'2025-01-02 04:24:55','2025-01-02 04:24:56','2025-01-02 04:20:55','2025-01-02 04:24:56',NULL,0,0,NULL,NULL),
(1844,'mixpanel','completed',10,'2025-01-02 05:20:57','2025-01-02 05:21:51','2025-01-02 04:26:57','2025-01-02 05:21:51',NULL,0,0,NULL,NULL),
(1845,'mixpanel','completed',10,'2025-01-02 06:14:51','2025-01-02 06:16:16','2025-01-02 05:23:51','2025-01-02 06:16:16',NULL,0,0,NULL,NULL),
(1846,'mixpanel','completed',10,'2025-01-02 06:25:17','2025-01-02 06:26:20','2025-01-02 06:18:17','2025-01-02 06:26:20',NULL,0,0,NULL,NULL),
(1847,'mixpanel','completed',10,'2025-01-02 06:43:22','2025-01-02 06:44:30','2025-01-02 06:28:22','2025-01-02 06:44:30',NULL,0,0,NULL,NULL),
(1848,'mixpanel','completed',10,'2025-01-02 07:22:31','2025-01-02 07:23:30','2025-01-02 06:46:31','2025-01-02 07:23:30',NULL,0,0,NULL,NULL),
(1849,'mixpanel','completed',10,'2025-01-02 07:35:30','2025-01-02 07:35:36','2025-01-02 07:25:30','2025-01-02 07:35:36',NULL,0,0,NULL,NULL),
(1850,'mixpanel','completed',10,'2025-01-02 07:41:37','2025-01-02 07:41:38','2025-01-02 07:37:37','2025-01-02 07:41:38',NULL,0,0,NULL,NULL),
(1851,'mixpanel','completed',10,'2025-01-02 08:07:39','2025-01-02 08:07:52','2025-01-02 07:43:39','2025-01-02 08:07:52',NULL,0,0,NULL,NULL),
(1852,'mixpanel','completed',10,'2025-01-02 08:15:53','2025-01-02 08:17:03','2025-01-02 08:09:53','2025-01-02 08:17:03',NULL,0,0,NULL,NULL),
(1853,'mixpanel','completed',10,'2025-01-02 08:40:04','2025-01-02 08:41:24','2025-01-02 08:19:04','2025-01-02 08:41:24',NULL,0,0,NULL,NULL),
(1854,'mixpanel','completed',10,'2025-01-02 08:46:25','2025-01-02 08:47:27','2025-01-02 08:43:25','2025-01-02 08:47:27',NULL,0,0,NULL,NULL),
(1855,'mixpanel','completed',10,'2025-01-02 09:07:28','2025-01-02 09:07:37','2025-01-02 08:49:28','2025-01-02 09:07:37',NULL,0,0,NULL,NULL),
(1856,'mixpanel','completed',10,'2025-01-02 09:20:38','2025-01-02 09:21:44','2025-01-02 09:09:38','2025-01-02 09:21:44',NULL,0,0,NULL,NULL),
(1857,'mixpanel','completed',10,'2025-01-02 09:26:45','2025-01-02 09:27:47','2025-01-02 09:23:45','2025-01-02 09:27:47',NULL,0,0,NULL,NULL),
(1858,'mixpanel','completed',10,'2025-01-02 09:56:48','2025-01-02 09:58:02','2025-01-02 09:29:48','2025-01-02 09:58:02',NULL,0,0,NULL,NULL),
(1859,'mixpanel','completed',10,'2025-01-02 10:28:03','2025-01-02 10:28:16','2025-01-02 10:00:03','2025-01-02 10:28:16',NULL,0,0,NULL,NULL),
(1860,'mixpanel','completed',10,'2025-01-02 11:19:16','2025-01-02 11:20:42','2025-01-02 10:30:16','2025-01-02 11:20:42',NULL,0,0,NULL,NULL),
(1861,'mixpanel','completed',10,'2025-01-02 11:24:43','2025-01-02 11:24:44','2025-01-02 11:22:43','2025-01-02 11:24:44',NULL,0,0,NULL,NULL),
(1862,'mixpanel','completed',10,'2025-01-02 12:01:45','2025-01-02 12:03:07','2025-01-02 11:26:45','2025-01-02 12:03:07',NULL,0,0,NULL,NULL),
(1863,'mixpanel','completed',10,'2025-01-02 12:59:07','2025-01-02 12:59:13','2025-01-02 12:05:07','2025-01-02 12:59:13',NULL,0,0,NULL,NULL),
(1864,'mixpanel','completed',10,'2025-01-02 13:10:14','2025-01-02 13:11:19','2025-01-02 13:01:14','2025-01-02 13:11:19',NULL,0,0,NULL,NULL),
(1865,'mixpanel','completed',10,'2025-01-02 13:21:21','2025-01-02 13:21:24','2025-01-02 13:13:21','2025-01-02 13:21:24',NULL,0,0,NULL,NULL),
(1866,'mixpanel','completed',10,'2025-01-02 14:09:26','2025-01-02 14:11:06','2025-01-02 13:23:26','2025-01-02 14:11:06',NULL,0,0,NULL,NULL),
(1867,'subscribers_engagement_score','completed',10,'2025-01-03 18:29:00','2025-01-03 18:30:23','2025-01-02 13:39:34','2025-01-03 18:30:23',NULL,0,0,NULL,NULL),
(1868,'mixpanel','completed',10,'2025-01-02 15:06:08','2025-01-02 15:07:43','2025-01-02 14:13:08','2025-01-02 15:07:43',NULL,0,0,NULL,NULL),
(1869,'mixpanel','completed',10,'2025-01-02 15:47:45','2025-01-02 15:48:31','2025-01-02 15:09:45','2025-01-02 15:48:31',NULL,0,0,NULL,NULL),
(1870,'mixpanel','completed',10,'2025-01-02 16:07:32','2025-01-02 16:08:51','2025-01-02 15:50:32','2025-01-02 16:08:51',NULL,0,0,NULL,NULL),
(1871,'mixpanel','completed',10,'2025-01-02 16:21:53','2025-01-02 16:22:58','2025-01-02 16:10:53','2025-01-02 16:22:58',NULL,0,0,NULL,NULL),
(1872,'mixpanel','completed',10,'2025-01-02 17:11:00','2025-01-02 17:12:20','2025-01-02 16:25:00','2025-01-02 17:12:20',NULL,0,0,NULL,NULL),
(1873,'mixpanel','completed',10,'2025-01-02 17:17:23','2025-01-02 17:18:23','2025-01-02 17:14:23','2025-01-02 17:18:23',NULL,0,0,NULL,NULL),
(1874,'mixpanel','completed',10,'2025-01-02 17:51:39','2025-01-02 17:53:26','2025-01-02 17:20:39','2025-01-02 17:53:26',NULL,0,0,NULL,NULL),
(1875,'mixpanel','completed',10,'2025-01-02 18:48:27','2025-01-02 18:50:19','2025-01-02 17:55:27','2025-01-02 18:50:19',NULL,0,0,NULL,NULL),
(1876,'mixpanel','completed',10,'2025-01-02 19:06:20','2025-01-02 19:06:27','2025-01-02 18:52:20','2025-01-02 19:06:27',NULL,0,0,NULL,NULL),
(1877,'mixpanel','completed',10,'2025-01-02 19:10:28','2025-01-02 19:10:29','2025-01-02 19:08:28','2025-01-02 19:10:29',NULL,0,0,NULL,NULL),
(1878,'mixpanel','completed',10,'2025-01-02 19:31:30','2025-01-02 19:32:40','2025-01-02 19:12:30','2025-01-02 19:32:40',NULL,0,0,NULL,NULL),
(1879,'mixpanel','completed',10,'2025-01-02 19:46:41','2025-01-02 19:46:47','2025-01-02 19:34:41','2025-01-02 19:46:47',NULL,0,0,NULL,NULL),
(1880,'mixpanel','completed',10,'2025-01-02 20:13:48','2025-01-02 20:15:06','2025-01-02 19:48:48','2025-01-02 20:15:06',NULL,0,0,NULL,NULL),
(1881,'schedule_re_engagement_email','completed',10,'2025-01-03 19:52:50','2025-01-03 19:53:22','2025-01-02 19:52:50','2025-01-03 19:53:22',NULL,0,0,NULL,NULL),
(1882,'mixpanel','completed',10,'2025-01-02 21:03:07','2025-01-02 21:03:26','2025-01-02 20:17:07','2025-01-02 21:03:26',NULL,0,0,NULL,NULL),
(1883,'mixpanel','completed',10,'2025-01-02 21:04:27','2025-01-02 21:07:28','2025-01-02 21:05:27','2025-01-02 21:07:28',NULL,0,0,NULL,NULL),
(1884,'mixpanel','completed',10,'2025-01-02 21:38:29','2025-01-02 21:39:44','2025-01-02 21:09:29','2025-01-02 21:39:44',NULL,0,0,NULL,NULL),
(1885,'mixpanel','completed',10,'2025-01-02 22:21:45','2025-01-02 22:22:05','2025-01-02 21:41:45','2025-01-02 22:22:05',NULL,0,0,NULL,NULL),
(1886,'mixpanel','completed',10,'2025-01-02 22:48:06','2025-01-02 22:48:15','2025-01-02 22:24:06','2025-01-02 22:48:15',NULL,0,0,NULL,NULL),
(1887,'mixpanel','completed',10,'2025-01-02 22:53:17','2025-01-02 22:54:18','2025-01-02 22:50:17','2025-01-02 22:54:18',NULL,0,0,NULL,NULL),
(1888,'mixpanel','completed',10,'2025-01-02 23:32:19','2025-01-02 23:32:37','2025-01-02 22:56:19','2025-01-02 23:32:37',NULL,0,0,NULL,NULL),
(1889,'mixpanel','completed',10,'2025-01-02 23:37:38','2025-01-02 23:38:40','2025-01-02 23:34:38','2025-01-02 23:38:40',NULL,0,0,NULL,NULL),
(1890,'mixpanel','completed',10,'2025-01-02 23:49:41','2025-01-02 23:50:46','2025-01-02 23:40:41','2025-01-02 23:50:46',NULL,0,0,NULL,NULL),
(1891,'mixpanel','completed',10,'2025-01-03 00:01:48','2025-01-03 00:02:52','2025-01-02 23:52:48','2025-01-03 00:02:52',NULL,0,0,NULL,NULL),
(1892,'inactive_subscribers','completed',10,'2025-01-07 00:00:00','2025-01-07 00:01:34','2025-01-03 00:00:51','2025-01-07 00:01:34',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(1893,'mixpanel','completed',10,'2025-01-03 00:17:53','2025-01-03 00:19:00','2025-01-03 00:04:53','2025-01-03 00:19:00',NULL,0,0,NULL,NULL),
(1894,'mixpanel','completed',10,'2025-01-03 00:24:01','2025-01-03 00:27:04','2025-01-03 00:21:01','2025-01-03 00:27:04',NULL,0,0,NULL,NULL),
(1895,'mixpanel','completed',10,'2025-01-03 00:55:05','2025-01-03 00:57:21','2025-01-03 00:29:05','2025-01-03 00:57:21',NULL,0,0,NULL,NULL),
(1896,'mixpanel','completed',10,'2025-01-03 01:37:21','2025-01-03 01:37:39','2025-01-03 01:01:21','2025-01-03 01:37:39',NULL,0,0,NULL,NULL),
(1897,'mixpanel','completed',10,'2025-01-03 02:05:41','2025-01-03 02:05:53','2025-01-03 01:39:41','2025-01-03 02:05:53',NULL,0,0,NULL,NULL),
(1898,'mixpanel','completed',10,'2025-01-03 02:58:54','2025-01-03 03:00:20','2025-01-03 02:07:54','2025-01-03 03:00:20',NULL,0,0,NULL,NULL),
(1899,'mixpanel','completed',10,'2025-01-03 03:15:21','2025-01-03 03:16:28','2025-01-03 03:02:21','2025-01-03 03:16:28',NULL,0,0,NULL,NULL),
(1900,'mixpanel','completed',10,'2025-01-03 03:47:29','2025-01-03 03:48:58','2025-01-03 03:18:29','2025-01-03 03:48:58',NULL,0,0,NULL,NULL),
(1901,'mixpanel','completed',10,'2025-01-03 04:19:59','2025-01-03 04:21:12','2025-01-03 03:50:59','2025-01-03 04:21:12',NULL,0,0,NULL,NULL),
(1902,'mixpanel','completed',10,'2025-01-03 05:13:13','2025-01-03 05:13:49','2025-01-03 04:25:13','2025-01-03 05:13:49',NULL,0,0,NULL,NULL),
(1903,'mixpanel','completed',10,'2025-01-03 05:35:49','2025-01-03 05:35:59','2025-01-03 05:15:49','2025-01-03 05:35:59',NULL,0,0,NULL,NULL),
(1904,'mixpanel','completed',10,'2025-01-03 06:28:00','2025-01-03 06:28:26','2025-01-03 05:38:00','2025-01-03 06:28:26',NULL,0,0,NULL,NULL),
(1905,'mixpanel','completed',10,'2025-01-03 07:21:28','2025-01-03 07:22:52','2025-01-03 06:32:28','2025-01-03 07:22:52',NULL,0,0,NULL,NULL),
(1906,'mixpanel','completed',10,'2025-01-03 08:07:53','2025-01-03 08:09:15','2025-01-03 07:24:53','2025-01-03 08:09:15',NULL,0,0,NULL,NULL),
(1907,'mixpanel','completed',10,'2025-01-03 08:33:16','2025-01-03 08:33:28','2025-01-03 08:11:16','2025-01-03 08:33:28',NULL,0,0,NULL,NULL),
(1908,'mixpanel','completed',10,'2025-01-03 09:27:28','2025-01-03 09:27:56','2025-01-03 08:35:28','2025-01-03 09:27:56',NULL,0,0,NULL,NULL),
(1909,'mixpanel','completed',10,'2025-01-03 09:39:56','2025-01-03 09:40:04','2025-01-03 09:31:56','2025-01-03 09:40:04',NULL,0,0,NULL,NULL),
(1910,'mixpanel','completed',10,'2025-01-03 10:18:02','2025-01-03 10:18:19','2025-01-03 09:44:02','2025-01-03 10:18:19',NULL,0,0,NULL,NULL),
(1911,'mixpanel','completed',10,'2025-01-03 10:28:21','2025-01-03 10:28:24','2025-01-03 10:20:21','2025-01-03 10:28:24',NULL,0,0,NULL,NULL),
(1912,'mixpanel','completed',10,'2025-01-03 10:46:25','2025-01-03 10:46:33','2025-01-03 10:30:25','2025-01-03 10:46:33',NULL,0,0,NULL,NULL),
(1913,'mixpanel','completed',10,'2025-01-03 11:01:34','2025-01-03 11:02:41','2025-01-03 10:48:34','2025-01-03 11:02:41',NULL,0,0,NULL,NULL),
(1914,'mixpanel','completed',10,'2025-01-03 11:36:43','2025-01-03 11:36:59','2025-01-03 11:04:43','2025-01-03 11:36:59',NULL,0,0,NULL,NULL),
(1915,'mixpanel','completed',10,'2025-01-03 11:53:00','2025-01-03 11:53:06','2025-01-03 11:39:00','2025-01-03 11:53:06',NULL,0,0,NULL,NULL),
(1916,'mixpanel','completed',10,'2025-01-03 12:02:08','2025-01-03 12:03:11','2025-01-03 11:55:08','2025-01-03 12:03:11',NULL,0,0,NULL,NULL),
(1917,'mixpanel','completed',10,'2025-01-03 12:19:13','2025-01-03 12:19:20','2025-01-03 12:05:13','2025-01-03 12:19:20',NULL,0,0,NULL,NULL),
(1918,'mixpanel','completed',10,'2025-01-03 12:53:20','2025-01-03 12:53:37','2025-01-03 12:21:20','2025-01-03 12:53:37',NULL,0,0,NULL,NULL),
(1919,'mixpanel','completed',10,'2025-01-03 13:00:38','2025-01-03 13:01:40','2025-01-03 12:55:38','2025-01-03 13:01:40',NULL,0,0,NULL,NULL),
(1920,'mixpanel','completed',10,'2025-01-03 13:37:41','2025-01-03 13:37:59','2025-01-03 13:03:41','2025-01-03 13:37:59',NULL,0,0,NULL,NULL),
(1921,'mixpanel','completed',10,'2025-01-03 14:12:59','2025-01-03 14:14:17','2025-01-03 13:39:59','2025-01-03 14:14:17',NULL,0,0,NULL,NULL),
(1922,'mixpanel','completed',10,'2025-01-03 14:49:17','2025-01-03 14:50:34','2025-01-03 14:16:17','2025-01-03 14:50:34',NULL,0,0,NULL,NULL),
(1923,'mixpanel','completed',10,'2025-01-03 14:55:35','2025-01-03 14:56:37','2025-01-03 14:52:35','2025-01-03 14:56:37',NULL,0,0,NULL,NULL),
(1924,'mixpanel','completed',10,'2025-01-03 15:45:39','2025-01-03 15:47:03','2025-01-03 14:58:39','2025-01-03 15:47:03',NULL,0,0,NULL,NULL),
(1925,'mixpanel','completed',10,'2025-01-03 16:06:04','2025-01-03 16:07:12','2025-01-03 15:49:04','2025-01-03 16:07:12',NULL,0,0,NULL,NULL),
(1926,'mixpanel','completed',10,'2025-01-03 17:05:13','2025-01-03 17:05:42','2025-01-03 16:09:13','2025-01-03 17:05:42',NULL,0,0,NULL,NULL),
(1927,'mixpanel','completed',10,'2025-01-03 17:19:42','2025-01-03 17:19:48','2025-01-03 17:07:42','2025-01-03 17:19:48',NULL,0,0,NULL,NULL),
(1928,'mixpanel','completed',10,'2025-01-03 17:22:51','2025-01-03 17:25:51','2025-01-03 17:21:51','2025-01-03 17:25:51',NULL,0,0,NULL,NULL),
(1929,'mixpanel','completed',10,'2025-01-03 17:51:52','2025-01-03 17:52:05','2025-01-03 17:27:52','2025-01-03 17:52:05',NULL,0,0,NULL,NULL),
(1930,'mixpanel','completed',10,'2025-01-03 18:01:06','2025-01-03 18:02:09','2025-01-03 17:54:06','2025-01-03 18:02:09',NULL,0,0,NULL,NULL),
(1931,'mixpanel','completed',10,'2025-01-03 18:36:13','2025-01-03 18:36:27','2025-01-03 18:04:13','2025-01-03 18:36:27',NULL,0,0,NULL,NULL),
(1932,'subscribers_engagement_score','completed',10,'2025-01-03 18:30:23','2025-01-03 18:32:24','2025-01-03 18:30:23','2025-01-03 18:32:24',NULL,0,0,NULL,NULL),
(1933,'subscribers_engagement_score','completed',10,'2025-01-04 04:14:00','2025-01-04 04:20:10','2025-01-03 18:32:24','2025-01-04 04:20:10',NULL,0,0,NULL,NULL),
(1934,'mixpanel','completed',10,'2025-01-03 19:31:28','2025-01-03 19:33:11','2025-01-03 18:38:28','2025-01-03 19:33:11',NULL,0,0,NULL,NULL),
(1935,'mixpanel','completed',10,'2025-01-03 19:40:12','2025-01-03 19:41:16','2025-01-03 19:35:12','2025-01-03 19:41:16',NULL,0,0,NULL,NULL),
(1936,'mixpanel','completed',10,'2025-01-03 20:22:17','2025-01-03 20:22:30','2025-01-03 19:43:17','2025-01-03 20:22:30',NULL,0,0,NULL,NULL),
(1937,'schedule_re_engagement_email','completed',10,'2025-01-04 19:55:22','2025-01-04 21:48:11','2025-01-03 19:55:22','2025-01-04 21:48:11',NULL,0,0,NULL,NULL),
(1938,'mixpanel','completed',10,'2025-01-03 20:52:32','2025-01-03 20:54:05','2025-01-03 20:26:32','2025-01-03 20:54:05',NULL,0,0,NULL,NULL),
(1939,'mixpanel','completed',10,'2025-01-03 20:59:06','2025-01-03 21:00:08','2025-01-03 20:56:06','2025-01-03 21:00:08',NULL,0,0,NULL,NULL),
(1940,'mixpanel','completed',10,'2025-01-03 21:07:10','2025-01-03 21:08:40','2025-01-03 21:02:10','2025-01-03 21:08:40',NULL,0,0,NULL,NULL),
(1941,'mixpanel','completed',10,'2025-01-03 21:37:43','2025-01-03 21:38:27','2025-01-03 21:10:43','2025-01-03 21:38:27',NULL,0,0,NULL,NULL),
(1942,'mixpanel','completed',10,'2025-01-03 22:34:28','2025-01-03 22:36:56','2025-01-03 21:40:28','2025-01-03 22:36:56',NULL,0,0,NULL,NULL),
(1943,'mixpanel','completed',10,'2025-01-03 23:25:57','2025-01-03 23:27:21','2025-01-03 22:38:57','2025-01-03 23:27:21',NULL,0,0,NULL,NULL),
(1944,'mixpanel','completed',10,'2025-01-03 23:54:22','2025-01-03 23:55:35','2025-01-03 23:29:22','2025-01-03 23:55:35',NULL,0,0,NULL,NULL),
(1945,'mixpanel','completed',10,'2025-01-04 00:12:36','2025-01-04 00:13:44','2025-01-03 23:57:36','2025-01-04 00:13:44',NULL,0,0,NULL,NULL),
(1946,'mixpanel','completed',10,'2025-01-04 00:40:47','2025-01-04 00:41:23','2025-01-04 00:15:47','2025-01-04 00:41:23',NULL,0,0,NULL,NULL),
(1947,'mixpanel','completed',10,'2025-01-04 01:40:57','2025-01-04 01:41:04','2025-01-04 00:43:57','2025-01-04 01:41:04',NULL,0,0,NULL,NULL),
(1948,'mixpanel','completed',10,'2025-01-04 01:47:11','2025-01-04 01:48:24','2025-01-04 01:43:11','2025-01-04 01:48:25',NULL,0,0,NULL,NULL),
(1949,'mixpanel','completed',10,'2025-01-04 01:58:25','2025-01-04 01:58:59','2025-01-04 01:50:25','2025-01-04 01:58:59',NULL,0,0,NULL,NULL),
(1950,'mixpanel','completed',10,'2025-01-04 02:30:01','2025-01-04 02:30:25','2025-01-04 02:01:01','2025-01-04 02:30:25',NULL,0,0,NULL,NULL),
(1951,'mixpanel','completed',10,'2025-01-04 03:16:26','2025-01-04 03:16:48','2025-01-04 02:32:26','2025-01-04 03:16:48',NULL,0,0,NULL,NULL),
(1952,'mixpanel','completed',10,'2025-01-04 03:46:49','2025-01-04 03:47:03','2025-01-04 03:18:49','2025-01-04 03:47:03',NULL,0,0,NULL,NULL),
(1953,'mixpanel','completed',10,'2025-01-04 03:49:04','2025-01-04 03:51:06','2025-01-04 03:49:04','2025-01-04 03:51:06',NULL,0,0,NULL,NULL),
(1954,'mixpanel','completed',10,'2025-01-04 04:32:06','2025-01-04 04:32:17','2025-01-04 03:53:06','2025-01-04 04:32:17',NULL,0,0,NULL,NULL),
(1955,'subscribers_engagement_score','completed',10,'2025-01-05 00:12:00','2025-01-05 00:19:16','2025-01-04 04:20:10','2025-01-05 00:19:16',NULL,0,0,NULL,NULL),
(1956,'mixpanel','completed',10,'2025-01-04 05:31:19','2025-01-04 05:32:47','2025-01-04 04:34:19','2025-01-04 05:32:47',NULL,0,0,NULL,NULL),
(1957,'mixpanel','completed',10,'2025-01-04 06:17:48','2025-01-04 06:19:11','2025-01-04 05:34:48','2025-01-04 06:19:11',NULL,0,0,NULL,NULL),
(1958,'mixpanel','completed',10,'2025-01-04 06:24:11','2025-01-04 06:25:12','2025-01-04 06:23:11','2025-01-04 06:25:12',NULL,0,0,NULL,NULL),
(1959,'mixpanel','completed',10,'2025-01-04 07:19:13','2025-01-04 07:19:40','2025-01-04 06:27:13','2025-01-04 07:19:40',NULL,0,0,NULL,NULL),
(1960,'mixpanel','completed',10,'2025-01-04 08:17:41','2025-01-04 08:18:09','2025-01-04 07:21:41','2025-01-04 08:18:09',NULL,0,0,NULL,NULL),
(1961,'mixpanel','completed',10,'2025-01-04 09:16:10','2025-01-04 09:16:37','2025-01-04 08:20:10','2025-01-04 09:16:37',NULL,0,0,NULL,NULL),
(1962,'mixpanel','completed',10,'2025-01-04 10:04:39','2025-01-04 10:05:02','2025-01-04 09:18:39','2025-01-04 10:05:02',NULL,0,0,NULL,NULL),
(1963,'mixpanel','completed',10,'2025-01-04 11:02:02','2025-01-04 11:03:31','2025-01-04 10:07:02','2025-01-04 11:03:31',NULL,0,0,NULL,NULL),
(1964,'mixpanel','completed',10,'2025-01-04 11:33:32','2025-01-04 11:33:46','2025-01-04 11:05:32','2025-01-04 11:33:46',NULL,0,0,NULL,NULL),
(1965,'mixpanel','completed',10,'2025-01-04 11:54:47','2025-01-04 11:55:56','2025-01-04 11:35:47','2025-01-04 11:55:56',NULL,0,0,NULL,NULL),
(1966,'mixpanel','completed',10,'2025-01-04 12:31:58','2025-01-04 12:32:14','2025-01-04 11:57:58','2025-01-04 12:32:14',NULL,0,0,NULL,NULL),
(1967,'mixpanel','completed',10,'2025-01-04 13:02:16','2025-01-04 13:02:29','2025-01-04 12:34:16','2025-01-04 13:02:29',NULL,0,0,NULL,NULL),
(1968,'mixpanel','completed',10,'2025-01-04 14:00:31','2025-01-04 14:00:58','2025-01-04 13:04:31','2025-01-04 14:00:58',NULL,0,0,NULL,NULL),
(1969,'mixpanel','completed',10,'2025-01-04 14:41:00','2025-01-04 14:41:19','2025-01-04 14:03:00','2025-01-04 14:41:19',NULL,0,0,NULL,NULL),
(1970,'mixpanel','completed',10,'2025-01-04 15:35:20','2025-01-04 15:35:46','2025-01-04 14:43:20','2025-01-04 15:35:46',NULL,0,0,NULL,NULL),
(1971,'mixpanel','completed',10,'2025-01-04 15:36:47','2025-01-04 15:39:48','2025-01-04 15:37:47','2025-01-04 15:39:48',NULL,0,0,NULL,NULL),
(1972,'mixpanel','completed',10,'2025-01-04 15:53:49','2025-01-04 15:53:55','2025-01-04 15:41:49','2025-01-04 15:53:55',NULL,0,0,NULL,NULL),
(1973,'mixpanel','completed',10,'2025-01-04 16:10:56','2025-01-04 16:12:04','2025-01-04 15:55:56','2025-01-04 16:12:04',NULL,0,0,NULL,NULL),
(1974,'mixpanel','completed',10,'2025-01-04 16:54:04','2025-01-04 16:54:25','2025-01-04 16:14:04','2025-01-04 16:54:25',NULL,0,0,NULL,NULL),
(1975,'mixpanel','completed',10,'2025-01-04 17:31:26','2025-01-04 17:32:43','2025-01-04 16:56:26','2025-01-04 17:32:43',NULL,0,0,NULL,NULL),
(1976,'mixpanel','completed',10,'2025-01-04 18:20:44','2025-01-04 21:48:11','2025-01-04 17:34:44','2025-01-04 21:48:11',NULL,0,0,NULL,NULL),
(1977,'subscribers_engagement_score','completed',10,'2025-01-05 00:19:16','2025-01-05 00:21:42','2025-01-05 00:19:16','2025-01-05 00:21:42',NULL,0,0,NULL,NULL),
(1978,'schedule_re_engagement_email','completed',10,'2025-01-06 00:19:16','2025-01-06 01:51:14','2025-01-05 00:19:16','2025-01-06 01:51:14',NULL,0,0,NULL,NULL),
(1979,'mixpanel','completed',10,'2025-01-05 00:22:16','2025-01-05 00:23:43','2025-01-05 00:19:16','2025-01-05 00:23:43',NULL,0,0,NULL,NULL),
(1980,'export_files_cleanup','completed',10,'2025-01-06 00:00:00','2025-01-06 01:51:14','2025-01-05 00:21:42','2025-01-06 01:51:14',NULL,0,0,NULL,NULL),
(1981,'subscribers_engagement_score','completed',10,'2025-01-06 17:24:00','2025-01-06 17:35:18','2025-01-05 00:21:42','2025-01-06 17:35:18',NULL,0,0,NULL,NULL),
(1982,'mixpanel','completed',10,'2025-01-05 00:32:46','2025-01-05 00:35:17','2025-01-05 00:25:46','2025-01-05 00:35:17',NULL,0,0,NULL,NULL),
(1983,'mixpanel','completed',10,'2025-01-05 00:53:18','2025-01-05 00:53:35','2025-01-05 00:37:18','2025-01-05 00:53:35',NULL,0,0,NULL,NULL),
(1984,'mixpanel','completed',10,'2025-01-05 01:26:26','2025-01-05 01:27:14','2025-01-05 00:56:26','2025-01-05 01:27:14',NULL,0,0,NULL,NULL),
(1985,'mixpanel','completed',10,'2025-01-05 01:46:15','2025-01-05 01:56:09','2025-01-05 01:29:15','2025-01-05 01:56:09',NULL,0,0,NULL,NULL),
(1986,'mixpanel','completed',10,'2025-01-05 02:02:10','2025-01-05 02:02:12','2025-01-05 01:58:10','2025-01-05 02:02:12',NULL,0,0,NULL,NULL),
(1987,'mixpanel','completed',10,'2025-01-05 02:28:13','2025-01-05 02:28:25','2025-01-05 02:04:13','2025-01-05 02:28:25',NULL,0,0,NULL,NULL),
(1988,'mixpanel','completed',10,'2025-01-05 02:35:26','2025-01-05 02:36:29','2025-01-05 02:30:26','2025-01-05 02:36:29',NULL,0,0,NULL,NULL),
(1989,'mixpanel','completed',10,'2025-01-05 03:18:30','2025-01-05 03:42:46','2025-01-05 02:38:30','2025-01-05 03:42:46',NULL,0,0,NULL,NULL),
(1990,'mixpanel','completed',10,'2025-01-05 04:36:47','2025-01-05 04:58:14','2025-01-05 03:44:47','2025-01-05 04:58:14',NULL,0,0,NULL,NULL),
(1991,'mixpanel','completed',10,'2025-01-05 05:56:16','2025-01-05 06:02:00','2025-01-05 05:26:16','2025-01-05 06:02:00',NULL,0,0,NULL,NULL),
(1992,'mixpanel','completed',10,'2025-01-05 07:07:08','2025-01-05 07:07:32','2025-01-05 06:19:08','2025-01-05 07:07:32',NULL,0,0,NULL,NULL),
(1993,'mixpanel','completed',10,'2025-01-05 07:35:32','2025-01-05 08:07:25','2025-01-05 07:09:32','2025-01-05 08:07:25',NULL,0,0,NULL,NULL),
(1994,'mixpanel','completed',10,'2025-01-05 08:41:08','2025-01-05 08:52:18','2025-01-05 08:35:08','2025-01-05 08:52:18',NULL,0,0,NULL,NULL),
(1995,'mixpanel','completed',10,'2025-01-05 09:07:45','2025-01-05 09:08:46','2025-01-05 09:06:45','2025-01-05 09:08:46',NULL,0,0,NULL,NULL),
(1996,'mixpanel','completed',10,'2025-01-05 10:11:11','2025-01-05 13:38:50','2025-01-05 09:30:11','2025-01-05 13:38:50',NULL,0,0,NULL,NULL),
(1997,'mixpanel','completed',10,'2025-01-05 16:35:57','2025-01-05 16:40:56','2025-01-05 15:56:57','2025-01-05 16:40:56',NULL,0,0,NULL,NULL),
(1998,'mixpanel','completed',10,'2025-01-05 17:15:11','2025-01-05 17:15:25','2025-01-05 16:43:11','2025-01-05 17:15:25',NULL,0,0,NULL,NULL),
(1999,'mixpanel','completed',10,'2025-01-05 17:58:17','2025-01-05 17:59:34','2025-01-05 17:25:17','2025-01-05 17:59:34',NULL,0,0,NULL,NULL),
(2000,'mixpanel','completed',10,'2025-01-05 18:54:35','2025-01-05 21:56:32','2025-01-05 18:01:35','2025-01-05 21:56:32',NULL,0,0,NULL,NULL),
(2001,'subscribers_email_count','completed',10,'2025-01-17 00:00:00','2025-01-17 00:02:13','2025-01-06 01:51:14','2025-01-17 00:02:13',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(2002,'mixpanel','completed',10,'2025-01-06 02:28:14','2025-01-06 05:42:43','2025-01-06 01:51:14','2025-01-06 05:42:43',NULL,0,0,NULL,NULL),
(2003,'export_files_cleanup','completed',10,'2025-01-14 00:00:00','2025-01-14 02:22:24','2025-01-06 05:42:43','2025-01-14 02:22:24',NULL,0,0,NULL,NULL),
(2004,'schedule_re_engagement_email','completed',10,'2025-01-07 05:42:43','2025-01-07 09:45:26','2025-01-06 05:42:43','2025-01-07 09:45:26',NULL,0,0,NULL,NULL),
(2005,'mixpanel','completed',10,'2025-01-06 07:31:24','2025-01-06 09:32:48','2025-01-06 06:52:24','2025-01-06 09:32:48',NULL,0,0,NULL,NULL),
(2006,'mixpanel','completed',10,'2025-01-06 13:49:22','2025-01-06 16:46:34','2025-01-06 13:00:22','2025-01-06 16:46:34',NULL,0,0,NULL,NULL),
(2007,'subscribers_engagement_score','completed',10,'2025-01-06 17:35:18','2025-01-06 21:42:35','2025-01-06 17:35:18','2025-01-06 21:42:35',NULL,0,0,NULL,NULL),
(2008,'mixpanel','completed',10,'2025-01-06 17:55:18','2025-01-06 21:42:35','2025-01-06 17:35:18','2025-01-06 21:42:35',NULL,0,0,NULL,NULL),
(2009,'subscribers_engagement_score','completed',10,'2025-01-06 21:42:35','2025-01-06 23:20:16','2025-01-06 21:42:35','2025-01-06 23:20:16',NULL,0,0,NULL,NULL),
(2010,'subscribers_engagement_score','completed',10,'2025-01-07 06:42:00','2025-01-07 09:45:26','2025-01-06 23:20:16','2025-01-07 09:45:26',NULL,0,0,NULL,NULL),
(2011,'mixpanel','completed',10,'2025-01-06 23:38:16','2025-01-06 23:38:37','2025-01-06 23:20:16','2025-01-06 23:38:37',NULL,0,0,NULL,NULL),
(2012,'mixpanel','completed',10,'2025-01-06 23:49:21','2025-01-06 23:49:24','2025-01-06 23:47:21','2025-01-06 23:49:24',NULL,0,0,NULL,NULL),
(2013,'mixpanel','completed',10,'2025-01-06 23:55:02','2025-01-06 23:57:26','2025-01-06 23:52:02','2025-01-06 23:57:26',NULL,0,0,NULL,NULL),
(2014,'mixpanel','completed',10,'2025-01-07 00:53:30','2025-01-07 00:54:57','2025-01-06 23:59:30','2025-01-07 00:54:57',NULL,0,0,NULL,NULL),
(2015,'inactive_subscribers','completed',10,'2025-01-18 00:00:00','2025-01-18 00:00:39','2025-01-07 00:01:34','2025-01-18 00:00:39',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(2016,'mixpanel','completed',10,'2025-01-07 01:49:20','2025-01-07 04:39:05','2025-01-07 00:57:20','2025-01-07 04:39:05',NULL,0,0,NULL,NULL),
(2017,'mixpanel','completed',10,'2025-01-07 05:47:00','2025-01-07 09:45:26','2025-01-07 05:41:00','2025-01-07 09:45:26',NULL,0,0,NULL,NULL),
(2018,'subscribers_engagement_score','completed',10,'2025-01-08 08:20:00','2025-01-08 08:36:03','2025-01-07 09:45:26','2025-01-08 08:36:03',NULL,0,0,NULL,NULL),
(2019,'schedule_re_engagement_email','completed',10,'2025-01-08 11:03:34','2025-01-08 13:06:54','2025-01-07 11:03:34','2025-01-08 13:06:54',NULL,0,0,NULL,NULL),
(2020,'mixpanel','completed',10,'2025-01-07 11:42:34','2025-01-07 13:37:57','2025-01-07 11:03:34','2025-01-07 13:37:57',NULL,0,0,NULL,NULL),
(2021,'mixpanel','completed',10,'2025-01-07 15:26:26','2025-01-07 17:41:15','2025-01-07 15:10:26','2025-01-07 17:41:15',NULL,0,0,NULL,NULL),
(2022,'mixpanel','completed',10,'2025-01-07 22:25:53','2025-01-07 22:46:23','2025-01-07 21:34:53','2025-01-07 22:46:23',NULL,0,0,NULL,NULL),
(2023,'mixpanel','completed',10,'2025-01-07 22:56:40','2025-01-07 22:56:41','2025-01-07 22:48:40','2025-01-07 22:56:41',NULL,0,0,NULL,NULL),
(2024,'mixpanel','completed',10,'2025-01-07 23:15:12','2025-01-07 23:16:57','2025-01-07 22:59:12','2025-01-07 23:16:57',NULL,0,0,NULL,NULL),
(2025,'mixpanel','completed',10,'2025-01-07 23:27:58','2025-01-07 23:28:21','2025-01-07 23:19:58','2025-01-07 23:28:21',NULL,0,0,NULL,NULL),
(2026,'mixpanel','completed',10,'2025-01-08 00:29:38','2025-01-08 05:45:48','2025-01-07 23:31:38','2025-01-08 05:45:48',NULL,0,0,NULL,NULL),
(2027,'subscribers_engagement_score','completed',10,'2025-01-08 08:36:03','2025-01-08 09:55:59','2025-01-08 08:36:03','2025-01-08 09:55:59',NULL,0,0,NULL,NULL),
(2028,'mixpanel','completed',10,'2025-01-08 08:46:03','2025-01-08 09:55:59','2025-01-08 08:36:03','2025-01-08 09:55:59',NULL,0,0,NULL,NULL),
(2029,'subscribers_engagement_score','completed',10,'2025-01-09 16:44:00','2025-01-09 17:49:20','2025-01-08 09:55:59','2025-01-09 17:49:20',NULL,0,0,NULL,NULL),
(2030,'mixpanel','completed',10,'2025-01-08 13:19:54','2025-01-08 14:05:24','2025-01-08 13:06:54','2025-01-08 14:05:24',NULL,0,0,NULL,NULL),
(2031,'schedule_re_engagement_email','completed',10,'2025-01-09 14:05:24','2025-01-09 17:49:20','2025-01-08 14:05:24','2025-01-09 17:49:20',NULL,0,0,NULL,NULL),
(2032,'mixpanel','completed',10,'2025-01-08 18:31:12','2025-01-08 21:57:30','2025-01-08 17:56:12','2025-01-08 21:57:30',NULL,0,0,NULL,NULL),
(2033,'mixpanel','completed',10,'2025-01-09 01:18:33','2025-01-09 01:57:50','2025-01-09 00:25:33','2025-01-09 01:57:50',NULL,0,0,NULL,NULL),
(2034,'mixpanel','completed',10,'2025-01-09 05:44:14','2025-01-09 05:49:28','2025-01-09 05:02:14','2025-01-09 05:49:28',NULL,0,0,NULL,NULL),
(2035,'mixpanel','completed',10,'2025-01-09 10:44:41','2025-01-09 13:42:38','2025-01-09 09:51:41','2025-01-09 13:42:38',NULL,0,0,NULL,NULL),
(2036,'subscribers_engagement_score','completed',10,'2025-01-09 17:49:20','2025-01-09 21:51:53','2025-01-09 17:49:20','2025-01-09 21:51:53',NULL,0,0,NULL,NULL),
(2037,'mixpanel','completed',10,'2025-01-09 18:14:20','2025-01-09 21:51:53','2025-01-09 17:49:20','2025-01-09 21:51:53',NULL,0,0,NULL,NULL),
(2038,'subscribers_engagement_score','completed',10,'2025-01-10 19:42:00','2025-01-10 21:02:32','2025-01-09 21:51:53','2025-01-10 21:02:32',NULL,0,0,NULL,NULL),
(2039,'schedule_re_engagement_email','completed',10,'2025-01-10 21:51:53','2025-01-11 02:21:07','2025-01-09 21:51:53','2025-01-11 02:21:07',NULL,0,0,NULL,NULL),
(2040,'mixpanel','completed',10,'2025-01-10 03:59:22','2025-01-10 05:53:56','2025-01-10 03:07:22','2025-01-10 05:53:56',NULL,0,0,NULL,NULL),
(2041,'mixpanel','completed',10,'2025-01-10 06:41:12','2025-01-10 09:56:07','2025-01-10 06:31:12','2025-01-10 09:56:07',NULL,0,0,NULL,NULL),
(2042,'mixpanel','completed',10,'2025-01-10 14:27:32','2025-01-10 17:38:43','2025-01-10 14:05:32','2025-01-10 17:38:43',NULL,0,0,NULL,NULL),
(2043,'mixpanel','completed',10,'2025-01-10 18:44:10','2025-01-10 19:09:41','2025-01-10 18:04:10','2025-01-10 19:09:41',NULL,0,0,NULL,NULL),
(2044,'mixpanel','completed',10,'2025-01-10 19:56:13','2025-01-10 21:02:32','2025-01-10 19:20:13','2025-01-10 21:02:32',NULL,0,0,NULL,NULL),
(2045,'subscribers_engagement_score','completed',10,'2025-01-10 21:02:32','2025-01-11 02:21:07','2025-01-10 21:02:32','2025-01-11 02:21:07',NULL,0,0,NULL,NULL),
(2046,'subscribers_engagement_score','completed',10,'2025-01-12 16:23:00','2025-01-12 17:58:28','2025-01-11 02:21:07','2025-01-12 17:58:28',NULL,0,0,NULL,NULL),
(2047,'mixpanel','completed',10,'2025-01-11 02:58:07','2025-01-11 06:18:42','2025-01-11 02:21:07','2025-01-11 06:18:42',NULL,0,0,NULL,NULL),
(2048,'schedule_re_engagement_email','completed',10,'2025-01-12 06:18:42','2025-01-12 08:48:56','2025-01-11 06:18:42','2025-01-12 08:48:56',NULL,0,0,NULL,NULL),
(2049,'mixpanel','completed',10,'2025-01-11 11:05:27','2025-01-11 14:06:59','2025-01-11 10:15:27','2025-01-11 14:06:59',NULL,0,0,NULL,NULL),
(2050,'mixpanel','completed',10,'2025-01-11 18:17:59','2025-01-11 21:31:54','2025-01-11 18:11:59','2025-01-11 21:31:54',NULL,0,0,NULL,NULL),
(2051,'mixpanel','completed',10,'2025-01-11 22:27:19','2025-01-12 02:02:24','2025-01-11 21:34:19','2025-01-12 02:02:24',NULL,0,0,NULL,NULL),
(2052,'mixpanel','completed',10,'2025-01-12 03:02:14','2025-01-12 05:51:43','2025-01-12 02:12:14','2025-01-12 05:51:43',NULL,0,0,NULL,NULL),
(2053,'mixpanel','completed',10,'2025-01-12 08:48:56','2025-01-12 10:02:55','2025-01-12 08:48:56','2025-01-12 10:02:55',NULL,0,0,NULL,NULL),
(2054,'schedule_re_engagement_email','completed',10,'2025-01-13 10:02:55','2025-01-13 10:18:53','2025-01-12 10:02:55','2025-01-13 10:18:53',NULL,0,0,NULL,NULL),
(2055,'mixpanel','completed',10,'2025-01-12 11:46:28','2025-01-12 14:01:50','2025-01-12 11:08:28','2025-01-12 14:01:50',NULL,0,0,NULL,NULL),
(2056,'mixpanel','completed',10,'2025-01-12 15:53:18','2025-01-12 16:00:48','2025-01-12 15:30:18','2025-01-12 16:00:48',NULL,0,0,NULL,NULL),
(2057,'subscribers_engagement_score','completed',10,'2025-01-12 17:58:28','2025-01-12 21:59:00','2025-01-12 17:58:28','2025-01-12 21:59:00',NULL,0,0,NULL,NULL),
(2058,'mixpanel','completed',10,'2025-01-12 18:21:28','2025-01-12 21:59:00','2025-01-12 17:58:28','2025-01-12 21:59:00',NULL,0,0,NULL,NULL),
(2059,'subscribers_engagement_score','completed',10,'2025-01-13 01:53:00','2025-01-13 06:09:16','2025-01-12 21:59:00','2025-01-13 06:09:16',NULL,0,0,NULL,NULL),
(2060,'subscribers_engagement_score','completed',10,'2025-01-14 12:18:00','2025-01-14 14:27:21','2025-01-13 06:09:16','2025-01-14 14:27:21',NULL,0,0,NULL,NULL),
(2061,'mixpanel','completed',10,'2025-01-13 06:13:16','2025-01-13 06:18:45','2025-01-13 06:09:16','2025-01-13 06:18:45',NULL,0,0,NULL,NULL),
(2062,'mixpanel','completed',10,'2025-01-13 10:01:43','2025-01-13 10:18:53','2025-01-13 09:55:43','2025-01-13 10:18:53',NULL,0,0,NULL,NULL),
(2063,'schedule_re_engagement_email','completed',10,'2025-01-14 14:11:47','2025-01-14 14:27:21','2025-01-13 14:11:47','2025-01-14 14:27:21',NULL,0,0,NULL,NULL),
(2064,'mixpanel','completed',10,'2025-01-13 14:16:47','2025-01-13 14:18:41','2025-01-13 14:11:47','2025-01-13 14:18:41',NULL,0,0,NULL,NULL),
(2065,'mixpanel','completed',10,'2025-01-13 19:09:43','2025-01-13 21:41:19','2025-01-13 18:26:43','2025-01-13 21:41:19',NULL,0,0,NULL,NULL),
(2066,'mixpanel','completed',10,'2025-01-13 22:17:20','2025-01-13 22:19:17','2025-01-13 21:43:20','2025-01-13 22:19:17',NULL,0,0,NULL,NULL),
(2067,'mixpanel','completed',10,'2025-01-13 23:12:33','2025-01-14 02:22:24','2025-01-13 22:21:33','2025-01-14 02:22:24',NULL,0,0,NULL,NULL),
(2068,'export_files_cleanup','completed',10,'2025-01-22 00:00:00','2025-01-22 00:01:18','2025-01-14 06:25:29','2025-01-22 00:01:18',NULL,0,0,NULL,NULL),
(2069,'mixpanel','completed',10,'2025-01-14 06:39:29','2025-01-14 10:26:37','2025-01-14 06:25:29','2025-01-14 10:26:37',NULL,0,0,NULL,NULL),
(2070,'subscribers_engagement_score','completed',10,'2025-01-14 14:27:21','2025-01-14 18:22:23','2025-01-14 14:27:21','2025-01-14 18:22:23',NULL,0,0,NULL,NULL),
(2071,'mixpanel','completed',10,'2025-01-14 15:11:21','2025-01-14 18:22:23','2025-01-14 14:27:21','2025-01-14 18:22:23',NULL,0,0,NULL,NULL),
(2072,'subscribers_engagement_score','completed',10,'2025-01-15 02:49:00','2025-01-15 04:24:10','2025-01-14 18:22:23','2025-01-15 04:24:10',NULL,0,0,NULL,NULL),
(2073,'schedule_re_engagement_email','completed',10,'2025-01-15 18:22:23','2025-01-15 20:08:11','2025-01-14 18:22:23','2025-01-15 20:08:11',NULL,0,0,NULL,NULL),
(2074,'mixpanel','completed',10,'2025-01-14 22:31:06','2025-01-14 22:38:26','2025-01-14 21:56:06','2025-01-14 22:38:26',NULL,0,0,NULL,NULL),
(2075,'mixpanel','completed',10,'2025-01-14 22:52:26','2025-01-14 22:53:33','2025-01-14 22:40:26','2025-01-14 22:53:33',NULL,0,0,NULL,NULL),
(2076,'mixpanel','completed',10,'2025-01-14 23:08:34','2025-01-15 00:43:59','2025-01-14 22:55:34','2025-01-15 00:43:59',NULL,0,0,NULL,NULL),
(2077,'mixpanel','completed',10,'2025-01-15 01:45:00','2025-01-15 02:23:41','2025-01-15 00:47:00','2025-01-15 02:23:41',NULL,0,0,NULL,NULL),
(2078,'subscribers_engagement_score','completed',10,'2025-01-16 21:18:00','2025-01-16 21:29:22','2025-01-15 04:24:10','2025-01-16 21:29:22',NULL,0,0,NULL,NULL),
(2079,'mixpanel','completed',10,'2025-01-15 05:03:10','2025-01-15 05:27:21','2025-01-15 04:24:10','2025-01-15 05:27:21',NULL,0,0,NULL,NULL),
(2080,'mixpanel','completed',10,'2025-01-15 06:39:51','2025-01-15 10:02:33','2025-01-15 06:13:51','2025-01-15 10:02:33',NULL,0,0,NULL,NULL),
(2081,'mixpanel','completed',10,'2025-01-15 12:06:56','2025-01-15 13:54:44','2025-01-15 12:01:56','2025-01-15 13:54:44',NULL,0,0,NULL,NULL),
(2082,'mixpanel','completed',10,'2025-01-15 16:47:18','2025-01-15 17:58:33','2025-01-15 16:23:18','2025-01-15 17:58:33',NULL,0,0,NULL,NULL),
(2083,'mixpanel','completed',10,'2025-01-15 21:06:11','2025-01-15 22:05:49','2025-01-15 20:08:11','2025-01-15 22:05:49',NULL,0,0,NULL,NULL),
(2084,'schedule_re_engagement_email','completed',10,'2025-01-16 22:05:49','2025-01-16 22:06:18','2025-01-15 22:05:49','2025-01-16 22:06:18',NULL,0,0,NULL,NULL),
(2085,'mixpanel','completed',10,'2025-01-16 02:21:32','2025-01-16 04:27:33','2025-01-16 02:05:32','2025-01-16 04:27:33',NULL,0,0,NULL,NULL),
(2086,'mixpanel','completed',10,'2025-01-16 06:12:33','2025-01-16 09:58:42','2025-01-16 06:00:33','2025-01-16 09:58:42',NULL,0,0,NULL,NULL),
(2087,'mixpanel','completed',10,'2025-01-16 14:42:41','2025-01-16 17:52:31','2025-01-16 13:49:41','2025-01-16 17:52:31',NULL,0,0,NULL,NULL),
(2088,'mixpanel','completed',10,'2025-01-16 18:38:52','2025-01-16 20:03:34','2025-01-16 18:17:52','2025-01-16 20:03:34',NULL,0,0,NULL,NULL),
(2089,'mixpanel','completed',10,'2025-01-16 21:10:11','2025-01-16 21:29:22','2025-01-16 20:29:11','2025-01-16 21:29:22',NULL,0,0,NULL,NULL),
(2090,'subscribers_engagement_score','completed',10,'2025-01-16 21:29:22','2025-01-16 21:31:33','2025-01-16 21:29:22','2025-01-16 21:31:33',NULL,0,0,NULL,NULL),
(2091,'subscribers_engagement_score','completed',10,'2025-01-17 14:38:00','2025-01-17 14:38:16','2025-01-16 21:31:33','2025-01-17 14:38:16',NULL,0,0,NULL,NULL),
(2092,'mixpanel','completed',10,'2025-01-16 21:36:33','2025-01-16 21:36:45','2025-01-16 21:31:33','2025-01-16 21:36:45',NULL,0,0,NULL,NULL),
(2093,'mixpanel','completed',10,'2025-01-16 22:03:46','2025-01-16 22:03:54','2025-01-16 21:39:46','2025-01-16 22:03:54',NULL,0,0,NULL,NULL),
(2094,'mixpanel','completed',10,'2025-01-16 22:12:18','2025-01-16 22:12:47','2025-01-16 22:06:18','2025-01-16 22:12:47',NULL,0,0,NULL,NULL),
(2095,'schedule_re_engagement_email','completed',10,'2025-01-17 22:08:31','2025-01-17 22:10:42','2025-01-16 22:08:31','2025-01-17 22:10:42',NULL,0,0,NULL,NULL),
(2096,'mixpanel','completed',10,'2025-01-16 22:29:42','2025-01-16 22:30:50','2025-01-16 22:21:42','2025-01-16 22:30:50',NULL,0,0,NULL,NULL),
(2097,'mixpanel','completed',10,'2025-01-16 23:07:42','2025-01-16 23:09:35','2025-01-16 22:33:42','2025-01-16 23:09:35',NULL,0,0,NULL,NULL),
(2098,'mixpanel','completed',10,'2025-01-16 23:48:52','2025-01-16 23:51:33','2025-01-16 23:11:52','2025-01-16 23:51:33',NULL,0,0,NULL,NULL),
(2099,'mixpanel','completed',10,'2025-01-17 00:30:36','2025-01-17 00:32:28','2025-01-16 23:53:36','2025-01-17 00:32:28',NULL,0,0,NULL,NULL),
(2100,'subscribers_email_count','completed',10,'2025-01-25 00:00:00','2025-01-25 00:00:05','2025-01-17 00:02:13','2025-01-25 00:00:05',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(2101,'mixpanel','completed',10,'2025-01-17 00:41:29','2025-01-17 01:04:18','2025-01-17 00:34:29','2025-01-17 01:04:18',NULL,0,0,NULL,NULL),
(2102,'mixpanel','completed',10,'2025-01-17 02:35:01','2025-01-17 02:36:29','2025-01-17 01:37:01','2025-01-17 02:36:29',NULL,0,0,NULL,NULL),
(2103,'mixpanel','completed',10,'2025-01-17 02:56:30','2025-01-17 03:30:09','2025-01-17 02:38:30','2025-01-17 03:30:09',NULL,0,0,NULL,NULL),
(2104,'mixpanel','completed',10,'2025-01-17 04:02:10','2025-01-17 04:07:38','2025-01-17 03:32:10','2025-01-17 04:07:38',NULL,0,0,NULL,NULL),
(2105,'mixpanel','completed',10,'2025-01-17 04:41:31','2025-01-17 04:42:19','2025-01-17 04:12:31','2025-01-17 04:42:19',NULL,0,0,NULL,NULL),
(2106,'mixpanel','completed',10,'2025-01-17 05:02:41','2025-01-17 05:03:14','2025-01-17 04:49:41','2025-01-17 05:03:14',NULL,0,0,NULL,NULL),
(2107,'mixpanel','completed',10,'2025-01-17 05:43:03','2025-01-17 05:43:48','2025-01-17 05:13:03','2025-01-17 05:43:48',NULL,0,0,NULL,NULL),
(2108,'mixpanel','completed',10,'2025-01-17 06:02:04','2025-01-17 06:02:06','2025-01-17 05:46:04','2025-01-17 06:02:06',NULL,0,0,NULL,NULL),
(2109,'mixpanel','completed',10,'2025-01-17 06:41:13','2025-01-17 06:41:34','2025-01-17 06:04:13','2025-01-17 06:41:34',NULL,0,0,NULL,NULL),
(2110,'mixpanel','completed',10,'2025-01-17 07:41:37','2025-01-17 07:42:34','2025-01-17 06:43:37','2025-01-17 07:42:34',NULL,0,0,NULL,NULL),
(2111,'mixpanel','completed',10,'2025-01-17 08:32:08','2025-01-17 08:47:09','2025-01-17 07:57:08','2025-01-17 08:47:09',NULL,0,0,NULL,NULL),
(2112,'mixpanel','completed',10,'2025-01-17 09:47:22','2025-01-17 09:57:24','2025-01-17 08:57:22','2025-01-17 09:57:24',NULL,0,0,NULL,NULL),
(2113,'mixpanel','completed',10,'2025-01-17 10:46:09','2025-01-17 10:47:55','2025-01-17 10:12:09','2025-01-17 10:47:55',NULL,0,0,NULL,NULL),
(2114,'mixpanel','completed',10,'2025-01-17 11:39:48','2025-01-17 11:40:15','2025-01-17 10:58:48','2025-01-17 11:40:15',NULL,0,0,NULL,NULL),
(2115,'mixpanel','completed',10,'2025-01-17 12:10:16','2025-01-17 12:12:29','2025-01-17 11:42:16','2025-01-17 12:12:29',NULL,0,0,NULL,NULL),
(2116,'mixpanel','completed',10,'2025-01-17 12:58:30','2025-01-17 13:01:06','2025-01-17 12:14:30','2025-01-17 13:01:06',NULL,0,0,NULL,NULL),
(2117,'mixpanel','completed',10,'2025-01-17 13:52:08','2025-01-17 13:57:59','2025-01-17 13:19:08','2025-01-17 13:57:59',NULL,0,0,NULL,NULL),
(2118,'mixpanel','completed',10,'2025-01-17 15:02:19','2025-01-17 15:02:32','2025-01-17 14:04:19','2025-01-17 15:02:32',NULL,0,0,NULL,NULL),
(2119,'subscribers_engagement_score','completed',10,'2025-01-18 13:58:00','2025-01-18 14:11:37','2025-01-17 14:38:16','2025-01-18 14:11:37',NULL,0,0,NULL,NULL),
(2120,'mixpanel','completed',10,'2025-01-17 15:43:24','2025-01-17 15:58:03','2025-01-17 15:20:24','2025-01-17 15:58:03',NULL,0,0,NULL,NULL),
(2121,'mixpanel','completed',10,'2025-01-17 16:34:59','2025-01-17 16:48:25','2025-01-17 16:02:59','2025-01-17 16:48:25',NULL,0,0,NULL,NULL),
(2122,'mixpanel','completed',10,'2025-01-17 17:00:30','2025-01-17 17:08:29','2025-01-17 17:00:30','2025-01-17 17:08:29',NULL,0,0,NULL,NULL),
(2123,'mixpanel','completed',10,'2025-01-17 17:35:50','2025-01-17 17:47:09','2025-01-17 17:11:50','2025-01-17 17:47:09',NULL,0,0,NULL,NULL),
(2124,'mixpanel','completed',10,'2025-01-17 18:23:10','2025-01-17 18:28:44','2025-01-17 17:49:10','2025-01-17 18:28:44',NULL,0,0,NULL,NULL),
(2125,'mixpanel','completed',10,'2025-01-17 19:27:56','2025-01-17 21:31:20','2025-01-17 18:36:56','2025-01-17 21:31:20',NULL,0,0,NULL,NULL),
(2126,'mixpanel','completed',10,'2025-01-17 22:07:07','2025-01-17 22:10:42','2025-01-17 22:08:07','2025-01-17 22:10:42',NULL,0,0,NULL,NULL),
(2127,'schedule_re_engagement_email','completed',10,'2025-01-18 22:13:50','2025-01-18 23:59:40','2025-01-17 22:13:50','2025-01-18 23:59:40',NULL,0,0,NULL,NULL),
(2128,'mixpanel','completed',10,'2025-01-17 22:47:50','2025-01-17 22:48:19','2025-01-17 22:13:50','2025-01-17 22:48:19',NULL,0,0,NULL,NULL),
(2129,'mixpanel','completed',10,'2025-01-17 23:13:55','2025-01-17 23:17:04','2025-01-17 22:50:55','2025-01-17 23:17:04',NULL,0,0,NULL,NULL),
(2130,'mixpanel','completed',10,'2025-01-18 00:14:40','2025-01-18 00:14:46','2025-01-17 23:19:40','2025-01-18 00:14:46',NULL,0,0,NULL,NULL),
(2131,'inactive_subscribers','completed',10,'2025-01-25 00:00:00','2025-01-25 00:00:05','2025-01-18 00:00:39','2025-01-25 00:00:05',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(2132,'mixpanel','completed',10,'2025-01-18 00:20:22','2025-01-18 00:21:24','2025-01-18 00:17:22','2025-01-18 00:21:24',NULL,0,0,NULL,NULL),
(2133,'mixpanel','completed',10,'2025-01-18 00:47:25','2025-01-18 00:48:02','2025-01-18 00:23:25','2025-01-18 00:48:02',NULL,0,0,NULL,NULL),
(2134,'mixpanel','completed',10,'2025-01-18 01:23:59','2025-01-18 01:34:56','2025-01-18 01:00:59','2025-01-18 01:34:56',NULL,0,0,NULL,NULL),
(2135,'mixpanel','completed',10,'2025-01-18 02:12:55','2025-01-18 02:16:07','2025-01-18 01:37:55','2025-01-18 02:16:07',NULL,0,0,NULL,NULL),
(2136,'mixpanel','completed',10,'2025-01-18 02:38:35','2025-01-18 02:52:40','2025-01-18 02:31:35','2025-01-18 02:52:40',NULL,0,0,NULL,NULL),
(2137,'mixpanel','completed',10,'2025-01-18 03:20:41','2025-01-18 03:22:18','2025-01-18 02:54:41','2025-01-18 03:22:18',NULL,0,0,NULL,NULL),
(2138,'mixpanel','completed',10,'2025-01-18 03:35:30','2025-01-18 03:40:31','2025-01-18 03:29:30','2025-01-18 03:40:31',NULL,0,0,NULL,NULL),
(2139,'mixpanel','completed',10,'2025-01-18 04:07:54','2025-01-18 04:16:04','2025-01-18 03:57:54','2025-01-18 04:16:04',NULL,0,0,NULL,NULL),
(2140,'mixpanel','completed',10,'2025-01-18 04:26:45','2025-01-18 04:43:24','2025-01-18 04:24:45','2025-01-18 04:43:24',NULL,0,0,NULL,NULL),
(2141,'mixpanel','completed',10,'2025-01-18 05:17:25','2025-01-18 05:21:37','2025-01-18 04:45:25','2025-01-18 05:21:37',NULL,0,0,NULL,NULL),
(2142,'mixpanel','completed',10,'2025-01-18 05:43:51','2025-01-18 06:00:28','2025-01-18 05:30:51','2025-01-18 06:00:28',NULL,0,0,NULL,NULL),
(2143,'mixpanel','completed',10,'2025-01-18 06:53:52','2025-01-18 07:17:44','2025-01-18 06:09:52','2025-01-18 07:17:44',NULL,0,0,NULL,NULL),
(2144,'mixpanel','completed',10,'2025-01-18 08:14:14','2025-01-18 08:18:41','2025-01-18 07:22:14','2025-01-18 08:18:41',NULL,0,0,NULL,NULL),
(2145,'mixpanel','completed',10,'2025-01-18 09:26:43','2025-01-18 09:37:01','2025-01-18 08:36:43','2025-01-18 09:37:01',NULL,0,0,NULL,NULL),
(2146,'mixpanel','completed',10,'2025-01-18 09:40:27','2025-01-18 09:54:04','2025-01-18 09:39:27','2025-01-18 09:54:04',NULL,0,0,NULL,NULL),
(2147,'mixpanel','completed',10,'2025-01-18 10:01:33','2025-01-18 10:18:14','2025-01-18 10:02:33','2025-01-18 10:18:14',NULL,0,0,NULL,NULL),
(2148,'mixpanel','completed',10,'2025-01-18 10:27:34','2025-01-18 10:28:18','2025-01-18 10:21:34','2025-01-18 10:28:18',NULL,0,0,NULL,NULL),
(2149,'mixpanel','completed',10,'2025-01-18 11:19:19','2025-01-18 11:21:10','2025-01-18 10:30:19','2025-01-18 11:21:10',NULL,0,0,NULL,NULL),
(2150,'mixpanel','completed',10,'2025-01-18 12:11:11','2025-01-18 12:11:35','2025-01-18 11:23:11','2025-01-18 12:11:35',NULL,0,0,NULL,NULL),
(2151,'mixpanel','completed',10,'2025-01-18 13:09:36','2025-01-18 13:10:57','2025-01-18 12:13:36','2025-01-18 13:10:57',NULL,0,0,NULL,NULL),
(2152,'mixpanel','completed',10,'2025-01-18 13:43:58','2025-01-18 14:11:37','2025-01-18 13:12:58','2025-01-18 14:11:37',NULL,0,0,NULL,NULL),
(2153,'subscribers_engagement_score','completed',10,'2025-01-18 14:11:37','2025-01-18 14:13:37','2025-01-18 14:11:37','2025-01-18 14:13:37',NULL,0,0,NULL,NULL),
(2154,'subscribers_engagement_score','completed',10,'2025-01-19 17:00:00','2025-01-19 17:25:08','2025-01-18 14:13:37','2025-01-19 17:25:08',NULL,0,0,NULL,NULL),
(2155,'mixpanel','completed',10,'2025-01-18 14:17:37','2025-01-18 14:37:07','2025-01-18 14:13:37','2025-01-18 14:37:07',NULL,0,0,NULL,NULL),
(2156,'mixpanel','completed',10,'2025-01-18 15:46:26','2025-01-18 15:58:33','2025-01-18 14:53:26','2025-01-18 15:58:33',NULL,0,0,NULL,NULL),
(2157,'mixpanel','completed',10,'2025-01-18 16:51:34','2025-01-18 16:53:12','2025-01-18 16:00:34','2025-01-18 16:53:12',NULL,0,0,NULL,NULL),
(2158,'mixpanel','completed',10,'2025-01-18 17:07:18','2025-01-18 17:14:13','2025-01-18 16:55:18','2025-01-18 17:14:13',NULL,0,0,NULL,NULL),
(2159,'mixpanel','completed',10,'2025-01-18 18:09:34','2025-01-18 18:17:30','2025-01-18 17:23:34','2025-01-18 18:17:30',NULL,0,0,NULL,NULL),
(2160,'mixpanel','completed',10,'2025-01-18 18:58:27','2025-01-18 19:09:45','2025-01-18 18:25:27','2025-01-18 19:09:45',NULL,0,0,NULL,NULL),
(2161,'mixpanel','completed',10,'2025-01-18 19:43:46','2025-01-18 19:51:17','2025-01-18 19:11:46','2025-01-18 19:51:17',NULL,0,0,NULL,NULL),
(2162,'mixpanel','completed',10,'2025-01-18 19:57:32','2025-01-18 20:12:55','2025-01-18 19:57:32','2025-01-18 20:12:55',NULL,0,0,NULL,NULL),
(2163,'mixpanel','completed',10,'2025-01-18 21:39:44','2025-01-18 23:59:40','2025-01-18 21:31:44','2025-01-18 23:59:40',NULL,0,0,NULL,NULL),
(2164,'schedule_re_engagement_email','completed',10,'2025-01-20 01:08:09','2025-01-20 01:13:30','2025-01-19 01:08:09','2025-01-20 01:13:30',NULL,0,0,NULL,NULL),
(2165,'mixpanel','completed',10,'2025-01-19 01:16:09','2025-01-19 01:16:35','2025-01-19 01:08:09','2025-01-19 01:16:35',NULL,0,0,NULL,NULL),
(2166,'mixpanel','completed',10,'2025-01-19 02:11:36','2025-01-19 02:21:18','2025-01-19 01:18:36','2025-01-19 02:21:18',NULL,0,0,NULL,NULL),
(2167,'mixpanel','completed',10,'2025-01-19 03:25:54','2025-01-19 03:28:12','2025-01-19 02:39:54','2025-01-19 03:28:12',NULL,0,0,NULL,NULL),
(2168,'mixpanel','completed',10,'2025-01-19 03:57:12','2025-01-19 05:31:30','2025-01-19 03:30:12','2025-01-19 05:31:30',NULL,0,0,NULL,NULL),
(2169,'mixpanel','completed',10,'2025-01-19 10:07:00','2025-01-19 12:25:21','2025-01-19 09:39:00','2025-01-19 12:25:21',NULL,0,0,NULL,NULL),
(2170,'mixpanel','completed',10,'2025-01-19 13:33:44','2025-01-19 17:25:08','2025-01-19 13:28:44','2025-01-19 17:25:08',NULL,0,0,NULL,NULL),
(2171,'subscribers_engagement_score','completed',10,'2025-01-19 17:25:08','2025-01-19 17:57:43','2025-01-19 17:25:08','2025-01-19 17:57:43',NULL,0,0,NULL,NULL),
(2172,'subscribers_engagement_score','completed',10,'2025-01-20 12:01:00','2025-01-20 12:17:34','2025-01-19 17:57:43','2025-01-20 12:17:34',NULL,0,0,NULL,NULL),
(2173,'mixpanel','completed',10,'2025-01-19 18:55:43','2025-01-19 21:26:24','2025-01-19 17:57:43','2025-01-19 21:26:24',NULL,0,0,NULL,NULL),
(2174,'mixpanel','completed',10,'2025-01-20 02:02:30','2025-01-20 03:29:36','2025-01-20 01:13:30','2025-01-20 03:29:36',NULL,0,0,NULL,NULL),
(2175,'schedule_re_engagement_email','completed',10,'2025-01-21 03:29:36','2025-01-21 04:38:50','2025-01-20 03:29:36','2025-01-21 04:38:50',NULL,0,0,NULL,NULL),
(2176,'mixpanel','completed',10,'2025-01-20 04:11:37','2025-01-20 04:14:28','2025-01-20 03:31:37','2025-01-20 04:14:28',NULL,0,0,NULL,NULL),
(2177,'mixpanel','completed',10,'2025-01-20 04:51:39','2025-01-20 04:52:42','2025-01-20 04:17:39','2025-01-20 04:52:42',NULL,0,0,NULL,NULL),
(2178,'mixpanel','completed',10,'2025-01-20 05:27:47','2025-01-20 05:30:54','2025-01-20 05:15:47','2025-01-20 05:30:55',NULL,0,0,NULL,NULL),
(2179,'mixpanel','completed',10,'2025-01-20 05:47:27','2025-01-20 06:07:09','2025-01-20 05:33:27','2025-01-20 06:07:09',NULL,0,0,NULL,NULL),
(2180,'mixpanel','completed',10,'2025-01-20 07:13:04','2025-01-20 07:13:09','2025-01-20 06:26:04','2025-01-20 07:13:09',NULL,0,0,NULL,NULL),
(2181,'mixpanel','completed',10,'2025-01-20 07:17:10','2025-01-20 07:17:11','2025-01-20 07:15:10','2025-01-20 07:17:11',NULL,0,0,NULL,NULL),
(2182,'mixpanel','completed',10,'2025-01-20 08:15:12','2025-01-20 08:36:16','2025-01-20 07:19:12','2025-01-20 08:36:16',NULL,0,0,NULL,NULL),
(2183,'mixpanel','completed',10,'2025-01-20 08:52:17','2025-01-20 09:13:04','2025-01-20 08:38:17','2025-01-20 09:13:04',NULL,0,0,NULL,NULL),
(2184,'mixpanel','completed',10,'2025-01-20 10:07:39','2025-01-20 10:37:12','2025-01-20 09:22:39','2025-01-20 10:37:12',NULL,0,0,NULL,NULL),
(2185,'mixpanel','completed',10,'2025-01-20 11:28:13','2025-01-20 11:35:20','2025-01-20 10:39:13','2025-01-20 11:35:20',NULL,0,0,NULL,NULL),
(2186,'mixpanel','completed',10,'2025-01-20 12:19:21','2025-01-20 13:22:30','2025-01-20 11:37:21','2025-01-20 13:22:30',NULL,0,0,NULL,NULL),
(2187,'subscribers_engagement_score','completed',10,'2025-01-21 15:02:00','2025-01-21 15:21:07','2025-01-20 12:17:34','2025-01-21 15:21:07',NULL,0,0,NULL,NULL),
(2188,'mixpanel','completed',10,'2025-01-20 15:47:24','2025-01-20 17:20:55','2025-01-20 15:26:24','2025-01-20 17:20:55',NULL,0,0,NULL,NULL),
(2189,'mixpanel','completed',10,'2025-01-20 18:51:19','2025-01-20 19:17:35','2025-01-20 18:19:19','2025-01-20 19:17:35',NULL,0,0,NULL,NULL),
(2190,'mixpanel','completed',10,'2025-01-20 21:20:56','2025-01-21 01:11:56','2025-01-20 21:11:56','2025-01-21 01:11:56',NULL,0,0,NULL,NULL),
(2191,'mixpanel','completed',10,'2025-01-21 05:12:50','2025-01-21 05:15:32','2025-01-21 04:38:50','2025-01-21 05:15:32',NULL,0,0,NULL,NULL),
(2192,'schedule_re_engagement_email','completed',10,'2025-01-22 04:42:55','2025-01-22 04:51:18','2025-01-21 04:42:55','2025-01-22 04:51:18',NULL,0,0,NULL,NULL),
(2193,'mixpanel','completed',10,'2025-01-21 05:52:05','2025-01-21 05:54:03','2025-01-21 05:20:05','2025-01-21 05:54:03',NULL,0,0,NULL,NULL),
(2194,'mixpanel','completed',10,'2025-01-21 06:02:04','2025-01-21 06:02:07','2025-01-21 05:56:04','2025-01-21 06:02:07',NULL,0,0,NULL,NULL),
(2195,'mixpanel','completed',10,'2025-01-21 06:47:08','2025-01-21 06:48:30','2025-01-21 06:04:08','2025-01-21 06:48:30',NULL,0,0,NULL,NULL),
(2196,'mixpanel','completed',10,'2025-01-21 07:48:32','2025-01-21 07:51:10','2025-01-21 06:50:32','2025-01-21 07:51:10',NULL,0,0,NULL,NULL),
(2197,'mixpanel','completed',10,'2025-01-21 08:44:11','2025-01-21 08:56:40','2025-01-21 07:55:11','2025-01-21 08:56:40',NULL,0,0,NULL,NULL),
(2198,'mixpanel','completed',10,'2025-01-21 09:45:42','2025-01-21 09:55:42','2025-01-21 09:21:42','2025-01-21 09:55:42',NULL,0,0,NULL,NULL),
(2199,'mixpanel','completed',10,'2025-01-21 11:08:19','2025-01-21 11:26:30','2025-01-21 10:31:19','2025-01-21 11:26:30',NULL,0,0,NULL,NULL),
(2200,'mixpanel','completed',10,'2025-01-21 12:21:17','2025-01-21 12:42:25','2025-01-21 11:33:17','2025-01-21 12:42:25',NULL,0,0,NULL,NULL),
(2201,'mixpanel','completed',10,'2025-01-21 13:26:26','2025-01-21 13:32:36','2025-01-21 12:44:26','2025-01-21 13:32:36',NULL,0,0,NULL,NULL),
(2202,'mixpanel','completed',10,'2025-01-21 13:37:58','2025-01-21 13:39:58','2025-01-21 13:37:58','2025-01-21 13:39:58',NULL,0,0,NULL,NULL),
(2203,'mixpanel','completed',10,'2025-01-21 14:27:59','2025-01-21 14:28:22','2025-01-21 13:41:59','2025-01-21 14:28:22',NULL,0,0,NULL,NULL),
(2204,'mixpanel','completed',10,'2025-01-21 15:02:23','2025-01-21 15:21:07','2025-01-21 14:30:23','2025-01-21 15:21:07',NULL,0,0,NULL,NULL),
(2205,'subscribers_engagement_score','completed',10,'2025-01-21 15:21:07','2025-01-21 15:27:29','2025-01-21 15:21:07','2025-01-21 15:27:29',NULL,0,0,NULL,NULL),
(2206,'subscribers_engagement_score','completed',10,'2025-01-22 17:32:00','2025-01-22 17:35:46','2025-01-21 15:27:29','2025-01-22 17:35:46',NULL,0,0,NULL,NULL),
(2207,'mixpanel','completed',10,'2025-01-21 16:10:29','2025-01-21 16:35:23','2025-01-21 15:27:29','2025-01-21 16:35:23',NULL,0,0,NULL,NULL),
(2208,'mixpanel','completed',10,'2025-01-21 17:23:13','2025-01-21 17:28:21','2025-01-21 16:40:13','2025-01-21 17:28:21',NULL,0,0,NULL,NULL),
(2209,'mixpanel','completed',10,'2025-01-21 17:38:44','2025-01-21 17:40:28','2025-01-21 17:31:44','2025-01-21 17:40:28',NULL,0,0,NULL,NULL),
(2210,'mixpanel','completed',10,'2025-01-21 17:58:51','2025-01-21 18:19:44','2025-01-21 17:54:51','2025-01-21 18:19:44',NULL,0,0,NULL,NULL),
(2211,'mixpanel','completed',10,'2025-01-21 19:32:15','2025-01-21 19:33:27','2025-01-21 18:36:15','2025-01-21 19:33:27',NULL,0,0,NULL,NULL),
(2212,'mixpanel','completed',10,'2025-01-21 19:51:29','2025-01-21 19:51:38','2025-01-21 19:35:29','2025-01-21 19:51:38',NULL,0,0,NULL,NULL),
(2213,'mixpanel','completed',10,'2025-01-21 20:35:38','2025-01-21 20:35:58','2025-01-21 19:55:38','2025-01-21 20:35:58',NULL,0,0,NULL,NULL),
(2214,'mixpanel','completed',10,'2025-01-21 21:04:47','2025-01-21 21:04:59','2025-01-21 20:38:47','2025-01-21 21:04:59',NULL,0,0,NULL,NULL),
(2215,'mixpanel','completed',10,'2025-01-21 21:17:00','2025-01-21 21:17:05','2025-01-21 21:07:00','2025-01-21 21:17:05',NULL,0,0,NULL,NULL),
(2216,'mixpanel','completed',10,'2025-01-21 21:26:06','2025-01-21 21:27:10','2025-01-21 21:19:06','2025-01-21 21:27:10',NULL,0,0,NULL,NULL),
(2217,'mixpanel','completed',10,'2025-01-21 21:31:11','2025-01-21 21:31:23','2025-01-21 21:29:11','2025-01-21 21:31:23',NULL,0,0,NULL,NULL),
(2218,'mixpanel','completed',10,'2025-01-21 22:21:39','2025-01-21 22:27:41','2025-01-21 21:35:39','2025-01-21 22:27:41',NULL,0,0,NULL,NULL),
(2219,'mixpanel','completed',10,'2025-01-21 23:10:04','2025-01-21 23:24:35','2025-01-21 22:31:04','2025-01-21 23:24:35',NULL,0,0,NULL,NULL),
(2220,'mixpanel','completed',10,'2025-01-21 23:49:07','2025-01-21 23:51:14','2025-01-21 23:31:07','2025-01-21 23:51:14',NULL,0,0,NULL,NULL),
(2221,'mixpanel','completed',10,'2025-01-22 00:43:15','2025-01-22 00:43:39','2025-01-21 23:55:15','2025-01-22 00:43:39',NULL,0,0,NULL,NULL),
(2222,'export_files_cleanup','completed',10,'2025-01-28 00:00:00','2025-01-28 01:47:40','2025-01-22 00:03:19','2025-01-28 01:47:40',NULL,0,0,NULL,NULL),
(2223,'mixpanel','completed',10,'2025-01-22 01:40:40','2025-01-22 01:43:20','2025-01-22 00:45:40','2025-01-22 01:43:20',NULL,0,0,NULL,NULL),
(2224,'mixpanel','completed',10,'2025-01-22 01:54:21','2025-01-22 01:58:53','2025-01-22 01:45:21','2025-01-22 01:58:53',NULL,0,0,NULL,NULL),
(2225,'mixpanel','completed',10,'2025-01-22 02:17:25','2025-01-22 02:22:26','2025-01-22 02:09:25','2025-01-22 02:22:26',NULL,0,0,NULL,NULL),
(2226,'mixpanel','completed',10,'2025-01-22 03:07:50','2025-01-22 03:10:03','2025-01-22 02:35:50','2025-01-22 03:10:03',NULL,0,0,NULL,NULL),
(2227,'mixpanel','completed',10,'2025-01-22 03:35:40','2025-01-22 03:45:25','2025-01-22 03:18:40','2025-01-22 03:45:25',NULL,0,0,NULL,NULL),
(2228,'mixpanel','completed',10,'2025-01-22 04:03:26','2025-01-22 04:08:10','2025-01-22 03:47:26','2025-01-22 04:08:10',NULL,0,0,NULL,NULL),
(2229,'mixpanel','completed',10,'2025-01-22 04:50:00','2025-01-22 04:51:18','2025-01-22 04:11:00','2025-01-22 04:51:18',NULL,0,0,NULL,NULL),
(2230,'schedule_re_engagement_email','completed',10,'2025-01-23 05:16:08','2025-01-23 05:17:09','2025-01-22 05:16:08','2025-01-23 05:17:09',NULL,0,0,NULL,NULL),
(2231,'mixpanel','completed',10,'2025-01-22 06:00:08','2025-01-22 06:02:11','2025-01-22 05:16:08','2025-01-22 06:02:11',NULL,0,0,NULL,NULL),
(2232,'mixpanel','completed',10,'2025-01-22 06:39:16','2025-01-22 06:40:23','2025-01-22 06:05:16','2025-01-22 06:40:23',NULL,0,0,NULL,NULL),
(2233,'mixpanel','completed',10,'2025-01-22 07:19:28','2025-01-22 07:22:37','2025-01-22 06:47:28','2025-01-22 07:22:37',NULL,0,0,NULL,NULL),
(2234,'mixpanel','completed',10,'2025-01-22 07:54:38','2025-01-22 08:00:56','2025-01-22 07:39:38','2025-01-22 08:00:56',NULL,0,0,NULL,NULL),
(2235,'mixpanel','completed',10,'2025-01-22 08:22:05','2025-01-22 08:23:25','2025-01-22 08:14:05','2025-01-22 08:23:25',NULL,0,0,NULL,NULL),
(2236,'mixpanel','completed',10,'2025-01-22 08:44:54','2025-01-22 09:00:10','2025-01-22 08:39:54','2025-01-22 09:00:10',NULL,0,0,NULL,NULL),
(2237,'mixpanel','completed',10,'2025-01-22 09:58:21','2025-01-22 10:13:22','2025-01-22 09:18:21','2025-01-22 10:13:22',NULL,0,0,NULL,NULL),
(2238,'mixpanel','completed',10,'2025-01-22 10:17:23','2025-01-22 10:17:24','2025-01-22 10:15:23','2025-01-22 10:17:24',NULL,0,0,NULL,NULL),
(2239,'mixpanel','completed',10,'2025-01-22 11:10:25','2025-01-22 11:11:51','2025-01-22 10:19:25','2025-01-22 11:11:51',NULL,0,0,NULL,NULL),
(2240,'mixpanel','completed',10,'2025-01-22 12:14:08','2025-01-22 12:18:04','2025-01-22 11:28:08','2025-01-22 12:18:04',NULL,0,0,NULL,NULL),
(2241,'mixpanel','completed',10,'2025-01-22 13:17:39','2025-01-22 13:17:43','2025-01-22 12:27:39','2025-01-22 13:17:43',NULL,0,0,NULL,NULL),
(2242,'mixpanel','completed',10,'2025-01-22 13:45:44','2025-01-22 13:45:58','2025-01-22 13:19:44','2025-01-22 13:45:58',NULL,0,0,NULL,NULL),
(2243,'mixpanel','completed',10,'2025-01-22 13:56:58','2025-01-22 14:00:34','2025-01-22 13:47:58','2025-01-22 14:00:34',NULL,0,0,NULL,NULL),
(2244,'mixpanel','completed',10,'2025-01-22 14:47:35','2025-01-22 14:48:33','2025-01-22 14:02:35','2025-01-22 14:48:33',NULL,0,0,NULL,NULL),
(2245,'mixpanel','completed',10,'2025-01-22 15:39:06','2025-01-22 17:35:46','2025-01-22 14:51:06','2025-01-22 17:35:46',NULL,0,0,NULL,NULL),
(2246,'subscribers_engagement_score','completed',10,'2025-01-22 17:35:46','2025-01-22 21:25:36','2025-01-22 17:35:46','2025-01-22 21:25:36',NULL,0,0,NULL,NULL),
(2247,'subscribers_engagement_score','completed',10,'2025-01-23 03:50:00','2025-01-23 03:52:44','2025-01-22 21:25:36','2025-01-23 03:52:44',NULL,0,0,NULL,NULL),
(2248,'mixpanel','completed',10,'2025-01-22 22:01:36','2025-01-23 00:59:41','2025-01-22 21:25:36','2025-01-23 00:59:41',NULL,0,0,NULL,NULL),
(2249,'mixpanel','completed',10,'2025-01-23 01:28:07','2025-01-23 02:35:55','2025-01-23 01:28:07','2025-01-23 02:35:55',NULL,0,0,NULL,NULL),
(2250,'mixpanel','completed',10,'2025-01-23 02:40:56','2025-01-23 02:43:57','2025-01-23 02:39:56','2025-01-23 02:43:57',NULL,0,0,NULL,NULL),
(2251,'mixpanel','completed',10,'2025-01-23 03:38:58','2025-01-23 03:43:31','2025-01-23 02:45:58','2025-01-23 03:43:31',NULL,0,0,NULL,NULL),
(2252,'mixpanel','completed',10,'2025-01-23 04:13:41','2025-01-23 04:14:55','2025-01-23 03:46:41','2025-01-23 04:14:55',NULL,0,0,NULL,NULL),
(2253,'subscribers_engagement_score','completed',10,'2025-01-24 11:19:00','2025-01-24 11:54:21','2025-01-23 03:52:44','2025-01-24 11:54:21',NULL,0,0,NULL,NULL),
(2254,'mixpanel','completed',10,'2025-01-23 05:06:56','2025-01-23 05:07:04','2025-01-23 04:16:56','2025-01-23 05:07:04',NULL,0,0,NULL,NULL),
(2255,'mixpanel','completed',10,'2025-01-23 05:37:05','2025-01-23 05:39:20','2025-01-23 05:09:05','2025-01-23 05:39:20',NULL,0,0,NULL,NULL),
(2256,'schedule_re_engagement_email','completed',10,'2025-01-24 05:19:10','2025-01-24 05:30:48','2025-01-23 05:19:10','2025-01-24 05:30:48',NULL,0,0,NULL,NULL),
(2257,'mixpanel','completed',10,'2025-01-23 06:10:21','2025-01-23 06:21:57','2025-01-23 05:41:21','2025-01-23 06:21:57',NULL,0,0,NULL,NULL),
(2258,'mixpanel','completed',10,'2025-01-23 07:56:49','2025-01-23 08:16:28','2025-01-23 07:02:49','2025-01-23 08:16:28',NULL,0,0,NULL,NULL),
(2259,'mixpanel','completed',10,'2025-01-23 08:35:28','2025-01-23 08:37:05','2025-01-23 08:18:28','2025-01-23 08:37:05',NULL,0,0,NULL,NULL),
(2260,'mixpanel','completed',10,'2025-01-23 09:25:17','2025-01-23 09:35:08','2025-01-23 09:12:17','2025-01-23 09:35:08',NULL,0,0,NULL,NULL),
(2261,'mixpanel','completed',10,'2025-01-23 10:35:19','2025-01-23 10:35:39','2025-01-23 09:40:19','2025-01-23 10:35:39',NULL,0,0,NULL,NULL),
(2262,'mixpanel','completed',10,'2025-01-23 10:55:24','2025-01-23 10:56:31','2025-01-23 10:40:24','2025-01-23 10:56:31',NULL,0,0,NULL,NULL),
(2263,'mixpanel','completed',10,'2025-01-23 11:24:32','2025-01-23 11:24:45','2025-01-23 10:58:32','2025-01-23 11:24:45',NULL,0,0,NULL,NULL),
(2264,'mixpanel','completed',10,'2025-01-23 12:10:47','2025-01-23 12:40:19','2025-01-23 11:28:47','2025-01-23 12:40:20',NULL,0,0,NULL,NULL),
(2265,'mixpanel','completed',10,'2025-01-23 13:31:27','2025-01-23 13:40:16','2025-01-23 12:43:27','2025-01-23 13:40:16',NULL,0,0,NULL,NULL),
(2266,'mixpanel','completed',10,'2025-01-23 14:13:20','2025-01-23 14:22:43','2025-01-23 13:53:20','2025-01-23 14:22:43',NULL,0,0,NULL,NULL),
(2267,'mixpanel','completed',10,'2025-01-23 14:31:44','2025-01-23 14:35:50','2025-01-23 14:24:44','2025-01-23 14:35:50',NULL,0,0,NULL,NULL),
(2268,'mixpanel','completed',10,'2025-01-23 15:30:18','2025-01-23 15:39:18','2025-01-23 14:44:18','2025-01-23 15:39:18',NULL,0,0,NULL,NULL),
(2269,'mixpanel','completed',10,'2025-01-23 16:14:19','2025-01-23 16:20:30','2025-01-23 15:41:19','2025-01-23 16:20:30',NULL,0,0,NULL,NULL),
(2270,'mixpanel','completed',10,'2025-01-23 16:39:01','2025-01-23 16:41:02','2025-01-23 16:39:01','2025-01-23 16:41:02',NULL,0,0,NULL,NULL),
(2271,'mixpanel','completed',10,'2025-01-23 17:49:45','2025-01-23 18:54:06','2025-01-23 17:19:45','2025-01-23 18:54:06',NULL,0,0,NULL,NULL),
(2272,'mixpanel','completed',10,'2025-01-23 22:00:07','2025-01-24 00:45:31','2025-01-23 21:26:07','2025-01-24 00:45:31',NULL,0,0,NULL,NULL),
(2273,'mixpanel','completed',10,'2025-01-24 01:01:33','2025-01-24 01:01:38','2025-01-24 00:49:33','2025-01-24 01:01:38',NULL,0,0,NULL,NULL),
(2274,'mixpanel','completed',10,'2025-01-24 01:09:39','2025-01-24 01:09:42','2025-01-24 01:03:39','2025-01-24 01:09:42',NULL,0,0,NULL,NULL),
(2275,'mixpanel','completed',10,'2025-01-24 01:31:43','2025-01-24 01:33:42','2025-01-24 01:11:43','2025-01-24 01:33:42',NULL,0,0,NULL,NULL),
(2276,'mixpanel','completed',10,'2025-01-24 01:51:43','2025-01-24 01:51:51','2025-01-24 01:35:43','2025-01-24 01:51:51',NULL,0,0,NULL,NULL),
(2277,'mixpanel','completed',10,'2025-01-24 02:07:52','2025-01-24 02:09:12','2025-01-24 01:53:52','2025-01-24 02:09:12',NULL,0,0,NULL,NULL),
(2278,'mixpanel','completed',10,'2025-01-24 03:01:13','2025-01-24 03:02:42','2025-01-24 02:11:13','2025-01-24 03:02:42',NULL,0,0,NULL,NULL),
(2279,'mixpanel','completed',10,'2025-01-24 03:30:44','2025-01-24 03:30:56','2025-01-24 03:04:44','2025-01-24 03:30:56',NULL,0,0,NULL,NULL),
(2280,'mixpanel','completed',10,'2025-01-24 03:59:59','2025-01-24 04:15:02','2025-01-24 03:32:59','2025-01-24 04:15:02',NULL,0,0,NULL,NULL),
(2281,'mixpanel','completed',10,'2025-01-24 04:55:03','2025-01-24 05:01:58','2025-01-24 04:17:03','2025-01-24 05:01:58',NULL,0,0,NULL,NULL),
(2282,'mixpanel','completed',10,'2025-01-24 06:06:28','2025-01-24 06:18:54','2025-01-24 05:12:28','2025-01-24 06:18:54',NULL,0,0,NULL,NULL),
(2283,'schedule_re_engagement_email','completed',10,'2025-01-25 05:37:30','2025-01-25 06:10:53','2025-01-24 05:37:30','2025-01-25 06:10:53',NULL,0,0,NULL,NULL),
(2284,'mixpanel','completed',10,'2025-01-24 07:14:22','2025-01-24 07:26:00','2025-01-24 06:36:22','2025-01-24 07:26:00',NULL,0,0,NULL,NULL),
(2285,'mixpanel','completed',10,'2025-01-24 07:44:01','2025-01-24 07:47:46','2025-01-24 07:28:01','2025-01-24 07:47:46',NULL,0,0,NULL,NULL),
(2286,'mixpanel','completed',10,'2025-01-24 08:18:26','2025-01-24 08:19:29','2025-01-24 08:05:26','2025-01-24 08:19:29',NULL,0,0,NULL,NULL),
(2287,'mixpanel','completed',10,'2025-01-24 08:45:25','2025-01-24 08:45:42','2025-01-24 08:23:25','2025-01-24 08:45:42',NULL,0,0,NULL,NULL),
(2288,'mixpanel','completed',10,'2025-01-24 09:07:46','2025-01-24 09:09:09','2025-01-24 08:48:46','2025-01-24 09:09:09',NULL,0,0,NULL,NULL),
(2289,'mixpanel','completed',10,'2025-01-24 09:55:14','2025-01-24 10:06:49','2025-01-24 09:22:14','2025-01-24 10:06:49',NULL,0,0,NULL,NULL),
(2290,'mixpanel','completed',10,'2025-01-24 10:11:50','2025-01-24 10:35:54','2025-01-24 10:08:50','2025-01-24 10:35:54',NULL,0,0,NULL,NULL),
(2291,'mixpanel','completed',10,'2025-01-24 11:07:06','2025-01-24 11:54:21','2025-01-24 10:40:06','2025-01-24 11:54:21',NULL,0,0,NULL,NULL),
(2292,'subscribers_engagement_score','completed',10,'2025-01-24 11:54:21','2025-01-24 12:14:26','2025-01-24 11:54:21','2025-01-24 12:14:26',NULL,0,0,NULL,NULL),
(2293,'subscribers_engagement_score','completed',10,'2025-01-25 02:56:00','2025-01-25 03:00:48','2025-01-24 12:14:26','2025-01-25 03:00:48',NULL,0,0,NULL,NULL),
(2294,'mixpanel','completed',10,'2025-01-24 13:01:26','2025-01-24 13:01:37','2025-01-24 12:14:26','2025-01-24 13:01:37',NULL,0,0,NULL,NULL),
(2295,'mixpanel','completed',10,'2025-01-24 13:30:38','2025-01-24 13:31:52','2025-01-24 13:03:38','2025-01-24 13:31:52',NULL,0,0,NULL,NULL),
(2296,'mixpanel','completed',10,'2025-01-24 13:47:53','2025-01-24 14:16:12','2025-01-24 13:33:53','2025-01-24 14:16:12',NULL,0,0,NULL,NULL),
(2297,'mixpanel','completed',10,'2025-01-24 15:10:09','2025-01-24 16:08:14','2025-01-24 14:42:09','2025-01-24 16:08:14',NULL,0,0,NULL,NULL),
(2298,'mixpanel','completed',10,'2025-01-24 16:28:15','2025-01-24 16:28:24','2025-01-24 16:10:15','2025-01-24 16:28:24',NULL,0,0,NULL,NULL),
(2299,'mixpanel','completed',10,'2025-01-24 16:53:25','2025-01-24 16:54:37','2025-01-24 16:30:25','2025-01-24 16:54:37',NULL,0,0,NULL,NULL),
(2300,'mixpanel','completed',10,'2025-01-24 17:06:37','2025-01-24 17:08:16','2025-01-24 16:56:37','2025-01-24 17:08:16',NULL,0,0,NULL,NULL),
(2301,'mixpanel','completed',10,'2025-01-24 18:06:17','2025-01-24 18:06:56','2025-01-24 17:10:17','2025-01-24 18:06:56',NULL,0,0,NULL,NULL),
(2302,'mixpanel','completed',10,'2025-01-24 18:40:57','2025-01-24 18:43:38','2025-01-24 18:08:57','2025-01-24 18:43:38',NULL,0,0,NULL,NULL),
(2303,'mixpanel','completed',10,'2025-01-24 19:57:23','2025-01-24 19:57:52','2025-01-24 19:08:23','2025-01-24 19:57:52',NULL,0,0,NULL,NULL),
(2304,'mixpanel','completed',10,'2025-01-24 20:41:54','2025-01-24 20:54:29','2025-01-24 19:59:54','2025-01-24 20:54:29',NULL,0,0,NULL,NULL),
(2305,'mixpanel','completed',10,'2025-01-24 21:52:41','2025-01-24 21:55:03','2025-01-24 21:00:41','2025-01-24 21:55:03',NULL,0,0,NULL,NULL),
(2306,'mixpanel','completed',10,'2025-01-24 22:07:52','2025-01-24 22:09:37','2025-01-24 21:57:52','2025-01-24 22:09:37',NULL,0,0,NULL,NULL),
(2307,'mixpanel','completed',10,'2025-01-24 22:56:53','2025-01-24 22:58:41','2025-01-24 22:11:53','2025-01-24 22:58:41',NULL,0,0,NULL,NULL),
(2308,'mixpanel','completed',10,'2025-01-24 23:38:36','2025-01-24 23:39:55','2025-01-24 23:01:36','2025-01-24 23:39:55',NULL,0,0,NULL,NULL),
(2309,'mixpanel','completed',10,'2025-01-25 00:31:56','2025-01-25 00:34:21','2025-01-24 23:41:56','2025-01-25 00:34:21',NULL,0,0,NULL,NULL),
(2310,'subscribers_email_count','completed',10,'2025-01-28 00:00:00','2025-01-28 01:47:40','2025-01-25 00:00:05','2025-01-28 01:47:40',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(2311,'inactive_subscribers','completed',10,'2025-01-31 00:00:00','2025-01-31 01:13:29','2025-01-25 00:00:05','2025-01-31 01:13:29',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(2312,'mixpanel','completed',10,'2025-01-25 00:39:23','2025-01-25 00:40:25','2025-01-25 00:36:23','2025-01-25 00:40:25',NULL,0,0,NULL,NULL),
(2313,'mixpanel','completed',10,'2025-01-25 01:04:27','2025-01-25 01:04:37','2025-01-25 00:44:27','2025-01-25 01:04:37',NULL,0,0,NULL,NULL),
(2314,'mixpanel','completed',10,'2025-01-25 02:05:24','2025-01-25 02:07:19','2025-01-25 01:08:24','2025-01-25 02:07:19',NULL,0,0,NULL,NULL),
(2315,'mixpanel','completed',10,'2025-01-25 02:26:58','2025-01-25 02:27:44','2025-01-25 02:09:58','2025-01-25 02:27:44',NULL,0,0,NULL,NULL),
(2316,'mixpanel','completed',10,'2025-01-25 02:59:59','2025-01-25 03:00:48','2025-01-25 02:31:59','2025-01-25 03:00:48',NULL,0,0,NULL,NULL),
(2317,'subscribers_engagement_score','completed',10,'2025-01-26 06:57:00','2025-01-26 06:58:18','2025-01-25 03:00:48','2025-01-26 06:58:18',NULL,0,0,NULL,NULL),
(2318,'mixpanel','completed',10,'2025-01-25 03:49:48','2025-01-25 03:49:50','2025-01-25 03:02:48','2025-01-25 03:49:50',NULL,0,0,NULL,NULL),
(2319,'mixpanel','completed',10,'2025-01-25 04:09:55','2025-01-25 04:11:50','2025-01-25 03:55:55','2025-01-25 04:11:50',NULL,0,0,NULL,NULL),
(2320,'mixpanel','completed',10,'2025-01-25 04:46:16','2025-01-25 04:47:13','2025-01-25 04:19:16','2025-01-25 04:47:13',NULL,0,0,NULL,NULL),
(2321,'mixpanel','completed',10,'2025-01-25 05:16:01','2025-01-25 06:10:53','2025-01-25 04:50:01','2025-01-25 06:10:53',NULL,0,0,NULL,NULL),
(2322,'schedule_re_engagement_email','completed',10,'2025-01-26 09:09:19','2025-01-26 09:20:33','2025-01-25 09:09:19','2025-01-26 09:20:33',NULL,0,0,NULL,NULL),
(2323,'mixpanel','completed',10,'2025-01-25 09:30:19','2025-01-25 11:39:15','2025-01-25 09:09:19','2025-01-25 11:39:15',NULL,0,0,NULL,NULL),
(2324,'mixpanel','completed',10,'2025-01-25 13:30:17','2025-01-25 13:59:39','2025-01-25 13:06:17','2025-01-25 13:59:39',NULL,0,0,NULL,NULL),
(2325,'mixpanel','completed',10,'2025-01-25 15:28:16','2025-01-25 17:01:47','2025-01-25 14:36:16','2025-01-25 17:01:47',NULL,0,0,NULL,NULL),
(2326,'mixpanel','completed',10,'2025-01-25 21:12:18','2025-01-26 01:06:47','2025-01-25 20:59:18','2025-01-26 01:06:47',NULL,0,0,NULL,NULL),
(2327,'mixpanel','completed',10,'2025-01-26 02:12:43','2025-01-26 02:23:04','2025-01-26 01:21:43','2025-01-26 02:23:04',NULL,0,0,NULL,NULL),
(2328,'mixpanel','completed',10,'2025-01-26 03:21:04','2025-01-26 03:25:32','2025-01-26 02:27:04','2025-01-26 03:25:32',NULL,0,0,NULL,NULL),
(2329,'mixpanel','completed',10,'2025-01-26 04:21:40','2025-01-26 04:26:37','2025-01-26 03:33:40','2025-01-26 04:26:37',NULL,0,0,NULL,NULL),
(2330,'mixpanel','completed',10,'2025-01-26 05:33:43','2025-01-26 05:44:21','2025-01-26 04:35:43','2025-01-26 05:44:21',NULL,0,0,NULL,NULL),
(2331,'mixpanel','completed',10,'2025-01-26 06:16:22','2025-01-26 06:17:54','2025-01-26 05:46:22','2025-01-26 06:17:54',NULL,0,0,NULL,NULL),
(2332,'mixpanel','completed',10,'2025-01-26 06:50:56','2025-01-26 06:52:12','2025-01-26 06:21:56','2025-01-26 06:52:12',NULL,0,0,NULL,NULL),
(2333,'mixpanel','completed',10,'2025-01-26 07:38:12','2025-01-26 07:45:38','2025-01-26 06:54:12','2025-01-26 07:45:38',NULL,0,0,NULL,NULL),
(2334,'subscribers_engagement_score','completed',10,'2025-01-26 06:58:18','2025-01-26 07:02:17','2025-01-26 06:58:18','2025-01-26 07:02:17',NULL,0,0,NULL,NULL),
(2335,'subscribers_engagement_score','completed',10,'2025-01-27 15:50:00','2025-01-27 17:52:00','2025-01-26 07:02:17','2025-01-27 17:52:00',NULL,0,0,NULL,NULL),
(2336,'mixpanel','completed',10,'2025-01-26 08:04:26','2025-01-26 08:07:25','2025-01-26 07:50:26','2025-01-26 08:07:25',NULL,0,0,NULL,NULL),
(2337,'mixpanel','completed',10,'2025-01-26 08:31:25','2025-01-26 08:48:08','2025-01-26 08:11:25','2025-01-26 08:48:08',NULL,0,0,NULL,NULL),
(2338,'mixpanel','completed',10,'2025-01-26 09:42:32','2025-01-26 09:43:10','2025-01-26 08:57:32','2025-01-26 09:43:10',NULL,0,0,NULL,NULL),
(2339,'schedule_re_engagement_email','completed',10,'2025-01-27 09:25:03','2025-01-27 09:57:33','2025-01-26 09:25:03','2025-01-27 09:57:33',NULL,0,0,NULL,NULL),
(2340,'mixpanel','completed',10,'2025-01-26 10:45:03','2025-01-26 10:45:43','2025-01-26 09:50:03','2025-01-26 10:45:43',NULL,0,0,NULL,NULL),
(2341,'mixpanel','completed',10,'2025-01-26 11:10:45','2025-01-26 11:11:58','2025-01-26 10:47:45','2025-01-26 11:11:58',NULL,0,0,NULL,NULL),
(2342,'mixpanel','completed',10,'2025-01-26 11:46:58','2025-01-26 11:47:22','2025-01-26 11:13:58','2025-01-26 11:47:22',NULL,0,0,NULL,NULL),
(2343,'mixpanel','completed',10,'2025-01-26 12:24:24','2025-01-26 12:25:40','2025-01-26 11:49:24','2025-01-26 12:25:40',NULL,0,0,NULL,NULL),
(2344,'mixpanel','completed',10,'2025-01-26 12:39:41','2025-01-26 12:39:47','2025-01-26 12:27:41','2025-01-26 12:39:47',NULL,0,0,NULL,NULL),
(2345,'mixpanel','completed',10,'2025-01-26 13:14:59','2025-01-26 13:21:52','2025-01-26 12:56:59','2025-01-26 13:21:52',NULL,0,0,NULL,NULL),
(2346,'mixpanel','completed',10,'2025-01-26 13:48:25','2025-01-26 13:59:11','2025-01-26 13:41:25','2025-01-26 13:59:11',NULL,0,0,NULL,NULL),
(2347,'mixpanel','completed',10,'2025-01-26 14:52:00','2025-01-26 14:57:51','2025-01-26 14:24:00','2025-01-26 14:57:51',NULL,0,0,NULL,NULL),
(2348,'mixpanel','completed',10,'2025-01-26 15:21:43','2025-01-26 15:33:10','2025-01-26 15:15:43','2025-01-26 15:33:10',NULL,0,0,NULL,NULL),
(2349,'mixpanel','completed',10,'2025-01-26 16:32:59','2025-01-26 16:34:23','2025-01-26 15:47:59','2025-01-26 16:34:23',NULL,0,0,NULL,NULL),
(2350,'mixpanel','completed',10,'2025-01-26 16:53:23','2025-01-26 17:02:03','2025-01-26 16:36:23','2025-01-26 17:02:03',NULL,0,0,NULL,NULL),
(2351,'mixpanel','completed',10,'2025-01-26 17:28:54','2025-01-26 17:29:04','2025-01-26 17:08:54','2025-01-26 17:29:04',NULL,0,0,NULL,NULL),
(2352,'mixpanel','completed',10,'2025-01-26 18:11:05','2025-01-26 18:16:30','2025-01-26 17:31:05','2025-01-26 18:16:30',NULL,0,0,NULL,NULL),
(2353,'mixpanel','completed',10,'2025-01-26 18:42:04','2025-01-26 18:45:57','2025-01-26 18:19:04','2025-01-26 18:45:57',NULL,0,0,NULL,NULL),
(2354,'mixpanel','completed',10,'2025-01-26 19:45:06','2025-01-26 19:52:06','2025-01-26 18:49:06','2025-01-26 19:52:06',NULL,0,0,NULL,NULL),
(2355,'mixpanel','completed',10,'2025-01-26 20:09:18','2025-01-26 20:18:27','2025-01-26 19:57:18','2025-01-26 20:18:27',NULL,0,0,NULL,NULL),
(2356,'mixpanel','completed',10,'2025-01-26 20:53:58','2025-01-26 20:59:26','2025-01-26 20:27:58','2025-01-26 20:59:26',NULL,0,0,NULL,NULL),
(2357,'mixpanel','completed',10,'2025-01-26 22:02:43','2025-01-26 22:05:05','2025-01-26 21:04:43','2025-01-26 22:05:05',NULL,0,0,NULL,NULL),
(2358,'mixpanel','completed',10,'2025-01-26 22:25:36','2025-01-26 22:26:38','2025-01-26 22:08:36','2025-01-26 22:26:38',NULL,0,0,NULL,NULL),
(2359,'mixpanel','completed',10,'2025-01-26 23:12:39','2025-01-26 23:14:54','2025-01-26 22:28:39','2025-01-26 23:14:54',NULL,0,0,NULL,NULL),
(2360,'mixpanel','completed',10,'2025-01-27 00:14:55','2025-01-27 00:15:51','2025-01-26 23:16:55','2025-01-27 00:15:51',NULL,0,0,NULL,NULL),
(2361,'mixpanel','completed',10,'2025-01-27 00:36:38','2025-01-27 00:38:02','2025-01-27 00:26:38','2025-01-27 00:38:02',NULL,0,0,NULL,NULL),
(2362,'mixpanel','completed',10,'2025-01-27 01:36:03','2025-01-27 01:36:45','2025-01-27 00:41:03','2025-01-27 01:36:45',NULL,0,0,NULL,NULL),
(2363,'mixpanel','completed',10,'2025-01-27 03:52:49','2025-01-27 05:46:09','2025-01-27 03:37:49','2025-01-27 05:46:09',NULL,0,0,NULL,NULL),
(2364,'mixpanel','completed',10,'2025-01-27 07:07:33','2025-01-27 09:57:33','2025-01-27 06:12:33','2025-01-27 09:57:33',NULL,0,0,NULL,NULL),
(2365,'schedule_re_engagement_email','completed',10,'2025-01-28 13:55:26','2025-01-28 15:43:43','2025-01-27 13:55:26','2025-01-28 15:43:43',NULL,0,0,NULL,NULL),
(2366,'mixpanel','completed',10,'2025-01-27 14:35:26','2025-01-27 17:52:00','2025-01-27 13:55:26','2025-01-27 17:52:00',NULL,0,0,NULL,NULL),
(2367,'subscribers_engagement_score','completed',10,'2025-01-27 17:52:00','2025-01-27 21:44:09','2025-01-27 17:52:00','2025-01-27 21:44:09',NULL,0,0,NULL,NULL),
(2368,'subscribers_engagement_score','completed',10,'2025-01-28 15:49:00','2025-01-28 15:55:01','2025-01-27 21:44:09','2025-01-28 15:55:01',NULL,0,0,NULL,NULL),
(2369,'mixpanel','completed',10,'2025-01-27 22:00:09','2025-01-27 22:49:53','2025-01-27 21:44:09','2025-01-27 22:49:53',NULL,0,0,NULL,NULL),
(2370,'subscribers_email_count','completed',10,'2025-02-09 00:00:00','2025-02-09 06:00:18','2025-01-28 01:47:40','2025-02-09 06:00:18',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(2371,'mixpanel','completed',10,'2025-01-28 02:18:40','2025-01-28 05:43:24','2025-01-28 01:47:40','2025-01-28 05:43:24',NULL,0,0,NULL,NULL),
(2372,'export_files_cleanup','completed',10,'2025-02-05 00:00:00','2025-02-05 00:54:46','2025-01-28 05:43:24','2025-02-05 00:54:46',NULL,0,0,NULL,NULL),
(2373,'mixpanel','completed',10,'2025-01-28 09:51:26','2025-01-28 13:29:44','2025-01-28 09:40:26','2025-01-28 13:29:44',NULL,0,0,NULL,NULL),
(2374,'mixpanel','completed',10,'2025-01-28 15:50:43','2025-01-28 15:55:01','2025-01-28 15:43:43','2025-01-28 15:55:01',NULL,0,0,NULL,NULL),
(2375,'subscribers_engagement_score','completed',10,'2025-01-29 17:02:00','2025-01-29 17:26:21','2025-01-28 15:55:01','2025-01-29 17:26:21',NULL,0,0,NULL,NULL),
(2376,'schedule_re_engagement_email','completed',10,'2025-01-29 15:55:01','2025-01-29 17:26:21','2025-01-28 15:55:01','2025-01-29 17:26:21',NULL,0,0,NULL,NULL),
(2377,'mixpanel','completed',10,'2025-01-28 17:22:25','2025-01-28 17:28:35','2025-01-28 17:09:25','2025-01-28 17:28:35',NULL,0,0,NULL,NULL),
(2378,'mixpanel','completed',10,'2025-01-28 21:35:34','2025-01-28 21:50:59','2025-01-28 20:57:34','2025-01-28 21:50:59',NULL,0,0,NULL,NULL),
(2379,'mixpanel','completed',10,'2025-01-29 01:30:04','2025-01-29 03:07:05','2025-01-29 01:29:04','2025-01-29 03:07:05',NULL,0,0,NULL,NULL),
(2380,'mixpanel','completed',10,'2025-01-29 03:13:09','2025-01-29 03:13:10','2025-01-29 03:11:09','2025-01-29 03:13:10',NULL,0,0,NULL,NULL),
(2381,'mixpanel','completed',10,'2025-01-29 03:26:11','2025-01-29 03:27:17','2025-01-29 03:15:11','2025-01-29 03:27:17',NULL,0,0,NULL,NULL),
(2382,'mixpanel','completed',10,'2025-01-29 03:34:18','2025-01-29 03:35:21','2025-01-29 03:29:18','2025-01-29 03:35:21',NULL,0,0,NULL,NULL),
(2383,'mixpanel','completed',10,'2025-01-29 03:38:22','2025-01-29 03:39:25','2025-01-29 03:37:22','2025-01-29 03:39:25',NULL,0,0,NULL,NULL),
(2384,'mixpanel','completed',10,'2025-01-29 04:30:25','2025-01-29 05:25:13','2025-01-29 03:43:25','2025-01-29 05:25:13',NULL,0,0,NULL,NULL),
(2385,'mixpanel','completed',10,'2025-01-29 09:45:36','2025-01-29 12:42:01','2025-01-29 09:35:36','2025-01-29 12:42:01',NULL,0,0,NULL,NULL),
(2386,'mixpanel','completed',10,'2025-01-29 13:34:40','2025-01-29 17:26:21','2025-01-29 13:30:40','2025-01-29 17:26:21',NULL,0,0,NULL,NULL),
(2387,'subscribers_engagement_score','completed',10,'2025-01-29 17:26:21','2025-01-29 21:31:08','2025-01-29 17:26:21','2025-01-29 21:31:08',NULL,0,0,NULL,NULL),
(2388,'subscribers_engagement_score','completed',10,'2025-01-30 18:50:00','2025-01-30 20:58:32','2025-01-29 21:31:08','2025-01-30 20:58:32',NULL,0,0,NULL,NULL),
(2389,'schedule_re_engagement_email','completed',10,'2025-01-30 21:31:08','2025-01-31 01:13:29','2025-01-29 21:31:08','2025-01-31 01:13:29',NULL,0,0,NULL,NULL),
(2390,'mixpanel','completed',10,'2025-01-29 21:59:08','2025-01-29 22:16:47','2025-01-29 21:31:08','2025-01-29 22:16:47',NULL,0,0,NULL,NULL),
(2391,'mixpanel','completed',10,'2025-01-30 01:45:23','2025-01-30 02:33:29','2025-01-30 01:37:23','2025-01-30 02:33:29',NULL,0,0,NULL,NULL),
(2392,'mixpanel','completed',10,'2025-01-30 04:12:20','2025-01-30 04:13:00','2025-01-30 03:16:20','2025-01-30 04:13:00',NULL,0,0,NULL,NULL),
(2393,'mixpanel','completed',10,'2025-01-30 04:36:01','2025-01-30 04:40:07','2025-01-30 04:15:01','2025-01-30 04:40:07',NULL,0,0,NULL,NULL),
(2394,'mixpanel','completed',10,'2025-01-30 05:13:40','2025-01-30 05:13:54','2025-01-30 04:43:40','2025-01-30 05:13:54',NULL,0,0,NULL,NULL),
(2395,'mixpanel','completed',10,'2025-01-30 05:24:55','2025-01-30 05:26:34','2025-01-30 05:15:55','2025-01-30 05:26:34',NULL,0,0,NULL,NULL),
(2396,'mixpanel','completed',10,'2025-01-30 05:48:35','2025-01-30 05:48:45','2025-01-30 05:28:35','2025-01-30 05:48:45',NULL,0,0,NULL,NULL),
(2397,'mixpanel','completed',10,'2025-01-30 06:11:46','2025-01-30 06:34:04','2025-01-30 05:50:46','2025-01-30 06:34:04',NULL,0,0,NULL,NULL),
(2398,'mixpanel','completed',10,'2025-01-30 07:12:47','2025-01-30 07:13:16','2025-01-30 06:51:47','2025-01-30 07:13:16',NULL,0,0,NULL,NULL),
(2399,'mixpanel','completed',10,'2025-01-30 07:49:17','2025-01-30 07:49:34','2025-01-30 07:15:17','2025-01-30 07:49:34',NULL,0,0,NULL,NULL),
(2400,'mixpanel','completed',10,'2025-01-30 08:19:35','2025-01-30 08:20:48','2025-01-30 07:51:35','2025-01-30 08:20:48',NULL,0,0,NULL,NULL),
(2401,'mixpanel','completed',10,'2025-01-30 09:15:49','2025-01-30 09:17:38','2025-01-30 08:22:49','2025-01-30 09:17:38',NULL,0,0,NULL,NULL),
(2402,'mixpanel','completed',10,'2025-01-30 09:23:40','2025-01-30 09:23:41','2025-01-30 09:19:40','2025-01-30 09:23:41',NULL,0,0,NULL,NULL),
(2403,'mixpanel','completed',10,'2025-01-30 10:18:43','2025-01-30 10:20:09','2025-01-30 09:25:43','2025-01-30 10:20:09',NULL,0,0,NULL,NULL),
(2404,'mixpanel','completed',10,'2025-01-30 10:23:11','2025-01-30 10:24:11','2025-01-30 10:22:11','2025-01-30 10:24:11',NULL,0,0,NULL,NULL),
(2405,'mixpanel','completed',10,'2025-01-30 11:20:12','2025-01-30 11:20:40','2025-01-30 10:26:12','2025-01-30 11:20:40',NULL,0,0,NULL,NULL),
(2406,'mixpanel','completed',10,'2025-01-30 11:50:40','2025-01-30 13:26:01','2025-01-30 11:22:40','2025-01-30 13:26:01',NULL,0,0,NULL,NULL),
(2407,'mixpanel','completed',10,'2025-01-30 17:50:14','2025-01-30 20:58:32','2025-01-30 17:15:14','2025-01-30 20:58:32',NULL,0,0,NULL,NULL),
(2408,'subscribers_engagement_score','completed',10,'2025-01-30 20:58:32','2025-01-30 21:22:58','2025-01-30 20:58:32','2025-01-30 21:22:58',NULL,0,0,NULL,NULL),
(2409,'subscribers_engagement_score','completed',10,'2025-01-31 06:54:00','2025-01-31 08:38:27','2025-01-30 21:22:58','2025-01-31 08:38:27',NULL,0,0,NULL,NULL),
(2410,'mixpanel','completed',10,'2025-01-30 21:43:58','2025-01-31 01:13:29','2025-01-30 21:22:58','2025-01-31 01:13:29',NULL,0,0,NULL,NULL),
(2411,'inactive_subscribers','completed',10,'2025-02-06 00:00:00','2025-02-06 05:27:22','2025-01-31 01:13:29','2025-02-06 05:27:22',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(2412,'schedule_re_engagement_email','completed',10,'2025-02-01 05:04:23','2025-02-01 08:36:42','2025-01-31 05:04:23','2025-02-01 08:36:42',NULL,0,0,NULL,NULL),
(2413,'mixpanel','completed',10,'2025-01-31 05:54:23','2025-01-31 08:38:27','2025-01-31 05:04:23','2025-01-31 08:38:27',NULL,0,0,NULL,NULL),
(2414,'subscribers_engagement_score','completed',10,'2025-02-01 06:41:00','2025-02-01 08:36:42','2025-01-31 08:38:27','2025-02-01 08:36:42',NULL,0,0,NULL,NULL),
(2415,'mixpanel','completed',10,'2025-01-31 09:18:24','2025-01-31 13:02:42','2025-01-31 08:53:24','2025-01-31 13:02:42',NULL,0,0,NULL,NULL),
(2416,'mixpanel','completed',10,'2025-01-31 17:49:50','2025-01-31 19:19:08','2025-01-31 16:52:50','2025-01-31 19:19:08',NULL,0,0,NULL,NULL),
(2417,'mixpanel','completed',10,'2025-01-31 20:13:21','2025-01-31 20:13:36','2025-01-31 19:21:21','2025-01-31 20:13:36',NULL,0,0,NULL,NULL),
(2418,'mixpanel','completed',10,'2025-01-31 20:21:20','2025-01-31 20:22:37','2025-01-31 20:16:20','2025-01-31 20:22:37',NULL,0,0,NULL,NULL),
(2419,'mixpanel','completed',10,'2025-01-31 20:45:38','2025-01-31 20:46:28','2025-01-31 20:24:38','2025-01-31 20:46:28',NULL,0,0,NULL,NULL),
(2420,'mixpanel','completed',10,'2025-01-31 21:11:18','2025-01-31 21:11:32','2025-01-31 20:59:18','2025-01-31 21:11:32',NULL,0,0,NULL,NULL),
(2421,'mixpanel','completed',10,'2025-01-31 21:36:33','2025-01-31 21:38:26','2025-01-31 21:13:33','2025-01-31 21:38:26',NULL,0,0,NULL,NULL),
(2422,'mixpanel','completed',10,'2025-01-31 22:30:27','2025-01-31 22:31:35','2025-01-31 21:40:27','2025-01-31 22:31:35',NULL,0,0,NULL,NULL),
(2423,'mixpanel','completed',10,'2025-01-31 23:11:00','2025-01-31 23:12:18','2025-01-31 22:34:00','2025-01-31 23:12:18',NULL,0,0,NULL,NULL),
(2424,'mixpanel','completed',10,'2025-02-01 00:07:06','2025-02-01 00:08:53','2025-01-31 23:15:06','2025-02-01 00:08:53',NULL,0,0,NULL,NULL),
(2425,'mixpanel','completed',10,'2025-02-01 00:19:00','2025-02-01 00:21:11','2025-02-01 00:11:00','2025-02-01 00:21:11',NULL,0,0,NULL,NULL),
(2426,'mixpanel','completed',10,'2025-02-01 01:15:18','2025-02-01 04:40:24','2025-02-01 00:23:18','2025-02-01 04:40:24',NULL,0,0,NULL,NULL),
(2427,'subscribers_engagement_score','completed',10,'2025-02-01 08:36:42','2025-02-01 08:44:41','2025-02-01 08:36:42','2025-02-01 08:44:41',NULL,0,0,NULL,NULL),
(2428,'mixpanel','completed',10,'2025-02-01 08:48:42','2025-02-01 12:54:22','2025-02-01 08:36:42','2025-02-01 12:54:22',NULL,0,0,NULL,NULL),
(2429,'subscribers_engagement_score','completed',10,'2025-02-02 17:35:00','2025-02-02 17:44:30','2025-02-01 08:44:41','2025-02-02 17:44:30',NULL,0,0,NULL,NULL),
(2430,'schedule_re_engagement_email','completed',10,'2025-02-02 08:44:41','2025-02-02 08:57:02','2025-02-01 08:44:41','2025-02-02 08:57:02',NULL,0,0,NULL,NULL),
(2431,'mixpanel','completed',10,'2025-02-01 17:18:20','2025-02-01 17:41:45','2025-02-01 16:38:20','2025-02-01 17:41:45',NULL,0,0,NULL,NULL),
(2432,'mixpanel','completed',10,'2025-02-01 17:52:52','2025-02-01 19:55:08','2025-02-01 17:47:52','2025-02-01 19:55:08',NULL,0,0,NULL,NULL),
(2433,'mixpanel','completed',10,'2025-02-01 20:18:30','2025-02-01 20:19:41','2025-02-01 19:57:30','2025-02-01 20:19:41',NULL,0,0,NULL,NULL),
(2434,'mixpanel','completed',10,'2025-02-01 21:07:42','2025-02-01 21:29:41','2025-02-01 20:21:42','2025-02-01 21:29:41',NULL,0,0,NULL,NULL),
(2435,'mixpanel','completed',10,'2025-02-01 22:53:08','2025-02-01 23:00:05','2025-02-01 21:56:08','2025-02-01 23:00:05',NULL,0,0,NULL,NULL),
(2436,'mixpanel','completed',10,'2025-02-01 23:53:05','2025-02-01 23:55:19','2025-02-01 23:02:05','2025-02-01 23:55:19',NULL,0,0,NULL,NULL),
(2437,'mixpanel','completed',10,'2025-02-02 00:33:20','2025-02-02 00:34:24','2025-02-01 23:57:20','2025-02-02 00:34:24',NULL,0,0,NULL,NULL),
(2438,'mixpanel','completed',10,'2025-02-02 01:10:25','2025-02-02 01:21:51','2025-02-02 00:36:25','2025-02-02 01:21:51',NULL,0,0,NULL,NULL),
(2439,'mixpanel','completed',10,'2025-02-02 02:05:52','2025-02-02 02:07:50','2025-02-02 01:23:52','2025-02-02 02:07:50',NULL,0,0,NULL,NULL),
(2440,'mixpanel','completed',10,'2025-02-02 03:05:27','2025-02-02 03:06:54','2025-02-02 02:13:27','2025-02-02 03:06:54',NULL,0,0,NULL,NULL),
(2441,'mixpanel','completed',10,'2025-02-02 03:42:54','2025-02-02 03:55:14','2025-02-02 03:09:54','2025-02-02 03:55:14',NULL,0,0,NULL,NULL),
(2442,'mixpanel','completed',10,'2025-02-02 04:51:15','2025-02-02 05:03:51','2025-02-02 03:57:15','2025-02-02 05:03:51',NULL,0,0,NULL,NULL),
(2443,'mixpanel','completed',10,'2025-02-02 05:53:52','2025-02-02 06:03:59','2025-02-02 05:05:52','2025-02-02 06:03:59',NULL,0,0,NULL,NULL),
(2444,'mixpanel','completed',10,'2025-02-02 06:35:00','2025-02-02 06:47:28','2025-02-02 06:06:00','2025-02-02 06:47:28',NULL,0,0,NULL,NULL),
(2445,'mixpanel','completed',10,'2025-02-02 07:47:29','2025-02-02 07:47:32','2025-02-02 06:49:29','2025-02-02 07:47:32',NULL,0,0,NULL,NULL),
(2446,'mixpanel','completed',10,'2025-02-02 08:32:33','2025-02-02 08:43:31','2025-02-02 07:49:33','2025-02-02 08:43:31',NULL,0,0,NULL,NULL),
(2447,'mixpanel','completed',10,'2025-02-02 09:05:02','2025-02-02 09:15:21','2025-02-02 08:57:02','2025-02-02 09:15:21',NULL,0,0,NULL,NULL),
(2448,'schedule_re_engagement_email','completed',10,'2025-02-03 09:15:21','2025-02-03 12:54:27','2025-02-02 09:15:21','2025-02-03 12:54:27',NULL,0,0,NULL,NULL),
(2449,'mixpanel','completed',10,'2025-02-02 09:55:21','2025-02-02 09:55:40','2025-02-02 09:17:21','2025-02-02 09:55:40',NULL,0,0,NULL,NULL),
(2450,'mixpanel','completed',10,'2025-02-02 10:38:41','2025-02-02 11:00:10','2025-02-02 09:57:41','2025-02-02 11:00:10',NULL,0,0,NULL,NULL),
(2451,'mixpanel','completed',10,'2025-02-02 11:19:10','2025-02-02 11:19:12','2025-02-02 11:02:10','2025-02-02 11:19:12',NULL,0,0,NULL,NULL),
(2452,'mixpanel','completed',10,'2025-02-02 11:54:41','2025-02-02 12:08:12','2025-02-02 11:31:41','2025-02-02 12:08:12',NULL,0,0,NULL,NULL),
(2453,'mixpanel','completed',10,'2025-02-02 13:03:38','2025-02-02 13:04:05','2025-02-02 12:11:38','2025-02-02 13:04:05',NULL,0,0,NULL,NULL),
(2454,'mixpanel','completed',10,'2025-02-02 13:25:06','2025-02-02 15:45:11','2025-02-02 13:06:06','2025-02-02 15:45:11',NULL,0,0,NULL,NULL),
(2455,'mixpanel','completed',10,'2025-02-02 17:10:25','2025-02-02 17:25:38','2025-02-02 16:28:25','2025-02-02 17:25:38',NULL,0,0,NULL,NULL),
(2456,'subscribers_engagement_score','completed',10,'2025-02-02 17:44:30','2025-02-02 18:19:25','2025-02-02 17:44:30','2025-02-02 18:19:25',NULL,0,0,NULL,NULL),
(2457,'mixpanel','completed',10,'2025-02-02 18:42:30','2025-02-02 20:33:57','2025-02-02 17:44:30','2025-02-02 20:33:57',NULL,0,0,NULL,NULL),
(2458,'subscribers_engagement_score','completed',10,'2025-02-03 17:22:00','2025-02-03 17:37:30','2025-02-02 18:19:25','2025-02-03 17:37:30',NULL,0,0,NULL,NULL),
(2459,'mixpanel','completed',10,'2025-02-03 00:50:00','2025-02-03 00:52:07','2025-02-03 00:50:00','2025-02-03 00:52:07',NULL,0,0,NULL,NULL),
(2460,'mixpanel','completed',10,'2025-02-03 01:22:08','2025-02-03 04:41:14','2025-02-03 00:54:08','2025-02-03 04:41:14',NULL,0,0,NULL,NULL),
(2461,'mixpanel','completed',10,'2025-02-03 05:25:15','2025-02-03 08:33:38','2025-02-03 04:59:15','2025-02-03 08:33:38',NULL,0,0,NULL,NULL),
(2462,'mixpanel','completed',10,'2025-02-03 09:38:19','2025-02-03 12:54:27','2025-02-03 08:54:19','2025-02-03 12:54:27',NULL,0,0,NULL,NULL),
(2463,'schedule_re_engagement_email','completed',10,'2025-02-04 15:31:42','2025-02-04 17:09:58','2025-02-03 15:31:42','2025-02-04 17:09:58',NULL,0,0,NULL,NULL),
(2464,'mixpanel','completed',10,'2025-02-03 16:04:42','2025-02-03 17:00:14','2025-02-03 15:31:42','2025-02-03 17:00:14',NULL,0,0,NULL,NULL),
(2465,'subscribers_engagement_score','completed',10,'2025-02-04 18:30:00','2025-02-04 20:17:32','2025-02-03 17:37:30','2025-02-04 20:17:32',NULL,0,0,NULL,NULL),
(2466,'mixpanel','completed',10,'2025-02-03 17:41:30','2025-02-03 20:11:26','2025-02-03 17:37:30','2025-02-03 20:11:26',NULL,0,0,NULL,NULL),
(2467,'mixpanel','completed',10,'2025-02-03 22:24:39','2025-02-03 23:39:07','2025-02-03 21:47:39','2025-02-03 23:39:07',NULL,0,0,NULL,NULL),
(2468,'mixpanel','completed',10,'2025-02-04 01:35:35','2025-02-04 04:39:01','2025-02-04 00:42:35','2025-02-04 04:39:01',NULL,0,0,NULL,NULL),
(2469,'mixpanel','completed',10,'2025-02-04 08:48:45','2025-02-04 09:46:38','2025-02-04 08:39:45','2025-02-04 09:46:38',NULL,0,0,NULL,NULL),
(2470,'mixpanel','completed',10,'2025-02-04 12:52:38','2025-02-04 17:09:58','2025-02-04 12:53:38','2025-02-04 17:09:58',NULL,0,0,NULL,NULL),
(2471,'subscribers_engagement_score','completed',10,'2025-02-04 20:17:32','2025-02-04 21:18:44','2025-02-04 20:17:32','2025-02-04 21:18:44',NULL,0,0,NULL,NULL),
(2472,'schedule_re_engagement_email','completed',10,'2025-02-05 20:17:32','2025-02-05 21:16:59','2025-02-04 20:17:32','2025-02-05 21:16:59',NULL,0,0,NULL,NULL),
(2473,'mixpanel','completed',10,'2025-02-04 20:40:32','2025-02-04 21:18:44','2025-02-04 20:17:32','2025-02-04 21:18:44',NULL,0,0,NULL,NULL),
(2474,'subscribers_engagement_score','completed',10,'2025-02-05 19:46:00','2025-02-05 19:49:51','2025-02-04 21:18:44','2025-02-05 19:49:51',NULL,0,0,NULL,NULL),
(2475,'mixpanel','completed',10,'2025-02-05 01:47:46','2025-02-05 03:43:36','2025-02-05 00:54:46','2025-02-05 03:43:36',NULL,0,0,NULL,NULL),
(2476,'export_files_cleanup','completed',10,'2025-02-15 00:00:00','2025-02-15 01:26:18','2025-02-05 03:43:36','2025-02-15 01:26:18',NULL,0,0,NULL,NULL),
(2477,'mixpanel','completed',10,'2025-02-05 04:32:42','2025-02-05 05:04:22','2025-02-05 03:55:42','2025-02-05 05:04:22',NULL,0,0,NULL,NULL),
(2478,'mixpanel','completed',10,'2025-02-05 05:36:26','2025-02-05 05:39:02','2025-02-05 05:21:26','2025-02-05 05:39:02',NULL,0,0,NULL,NULL),
(2479,'mixpanel','completed',10,'2025-02-05 07:27:12','2025-02-05 09:00:59','2025-02-05 07:15:12','2025-02-05 09:00:59',NULL,0,0,NULL,NULL),
(2480,'mixpanel','completed',10,'2025-02-05 12:26:58','2025-02-05 13:12:35','2025-02-05 11:37:58','2025-02-05 13:12:35',NULL,0,0,NULL,NULL),
(2481,'mixpanel','completed',10,'2025-02-05 17:16:05','2025-02-05 19:49:51','2025-02-05 16:34:05','2025-02-05 19:49:51',NULL,0,0,NULL,NULL),
(2482,'subscribers_engagement_score','completed',10,'2025-02-06 13:44:00','2025-02-06 17:06:31','2025-02-05 19:49:51','2025-02-06 17:06:31',NULL,0,0,NULL,NULL),
(2483,'mixpanel','completed',10,'2025-02-05 22:08:59','2025-02-06 05:27:22','2025-02-05 21:16:59','2025-02-06 05:27:22',NULL,0,0,NULL,NULL),
(2484,'inactive_subscribers','completed',10,'2025-02-15 00:00:00','2025-02-15 01:26:18','2025-02-06 05:27:22','2025-02-15 01:26:18',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(2485,'schedule_re_engagement_email','completed',10,'2025-02-07 05:27:22','2025-02-07 05:41:02','2025-02-06 05:27:22','2025-02-07 05:41:02',NULL,0,0,NULL,NULL),
(2486,'mixpanel','completed',10,'2025-02-06 07:22:19','2025-02-06 09:44:04','2025-02-06 07:16:19','2025-02-06 09:44:04',NULL,0,0,NULL,NULL),
(2487,'mixpanel','completed',10,'2025-02-06 10:23:37','2025-02-06 10:54:33','2025-02-06 09:52:37','2025-02-06 10:54:33',NULL,0,0,NULL,NULL),
(2488,'mixpanel','completed',10,'2025-02-06 13:42:40','2025-02-06 17:06:31','2025-02-06 13:36:40','2025-02-06 17:06:31',NULL,0,0,NULL,NULL),
(2489,'subscribers_engagement_score','completed',10,'2025-02-06 17:06:31','2025-02-06 17:33:28','2025-02-06 17:06:31','2025-02-06 17:33:28',NULL,0,0,NULL,NULL),
(2490,'subscribers_engagement_score','completed',10,'2025-02-07 02:33:00','2025-02-07 05:41:02','2025-02-06 17:33:28','2025-02-07 05:41:02',NULL,0,0,NULL,NULL),
(2491,'mixpanel','completed',10,'2025-02-06 17:43:28','2025-02-06 18:35:24','2025-02-06 17:33:28','2025-02-06 18:35:24',NULL,0,0,NULL,NULL),
(2492,'mixpanel','completed',10,'2025-02-06 19:00:04','2025-02-06 21:37:59','2025-02-06 18:50:04','2025-02-06 21:37:59',NULL,0,0,NULL,NULL),
(2493,'mixpanel','completed',10,'2025-02-07 01:50:16','2025-02-07 05:41:02','2025-02-07 01:37:16','2025-02-07 05:41:02',NULL,0,0,NULL,NULL),
(2494,'subscribers_engagement_score','completed',10,'2025-02-07 05:41:02','2025-02-07 09:50:46','2025-02-07 05:41:02','2025-02-07 09:50:46',NULL,0,0,NULL,NULL),
(2495,'subscribers_engagement_score','completed',10,'2025-02-08 03:28:00','2025-02-08 05:26:15','2025-02-07 09:50:46','2025-02-08 05:26:15',NULL,0,0,NULL,NULL),
(2496,'schedule_re_engagement_email','completed',10,'2025-02-08 09:50:46','2025-02-08 10:04:54','2025-02-07 09:50:46','2025-02-08 10:04:54',NULL,0,0,NULL,NULL),
(2497,'mixpanel','completed',10,'2025-02-07 10:38:46','2025-02-07 10:39:12','2025-02-07 09:50:46','2025-02-07 10:39:12',NULL,0,0,NULL,NULL),
(2498,'mixpanel','completed',10,'2025-02-07 12:32:54','2025-02-07 14:02:07','2025-02-07 11:45:54','2025-02-07 14:02:07',NULL,0,0,NULL,NULL),
(2499,'mixpanel','completed',10,'2025-02-07 18:18:53','2025-02-07 18:22:24','2025-02-07 18:12:53','2025-02-07 18:22:24',NULL,0,0,NULL,NULL),
(2500,'mixpanel','completed',10,'2025-02-07 18:26:24','2025-02-07 20:32:27','2025-02-07 18:26:24','2025-02-07 20:32:27',NULL,0,0,NULL,NULL),
(2501,'mixpanel','completed',10,'2025-02-08 01:07:38','2025-02-08 02:09:47','2025-02-08 01:00:38','2025-02-08 02:09:47',NULL,0,0,NULL,NULL),
(2502,'mixpanel','completed',10,'2025-02-08 02:55:04','2025-02-08 05:26:15','2025-02-08 02:13:04','2025-02-08 05:26:15',NULL,0,0,NULL,NULL),
(2503,'subscribers_engagement_score','completed',10,'2025-02-08 05:26:15','2025-02-08 06:09:08','2025-02-08 05:26:15','2025-02-08 06:09:08',NULL,0,0,NULL,NULL),
(2504,'subscribers_engagement_score','completed',10,'2025-02-09 15:07:00','2025-02-09 15:42:59','2025-02-08 06:09:08','2025-02-09 15:42:59',NULL,0,0,NULL,NULL),
(2505,'mixpanel','completed',10,'2025-02-08 06:41:08','2025-02-08 08:47:54','2025-02-08 06:09:08','2025-02-08 08:47:54',NULL,0,0,NULL,NULL),
(2506,'mixpanel','completed',10,'2025-02-08 10:43:54','2025-02-08 13:57:34','2025-02-08 10:04:54','2025-02-08 13:57:34',NULL,0,0,NULL,NULL),
(2507,'schedule_re_engagement_email','completed',10,'2025-02-09 13:57:34','2025-02-09 14:09:03','2025-02-08 13:57:34','2025-02-09 14:09:03',NULL,0,0,NULL,NULL),
(2508,'mixpanel','completed',10,'2025-02-08 17:27:03','2025-02-08 17:52:33','2025-02-08 17:12:03','2025-02-08 17:52:33',NULL,0,0,NULL,NULL),
(2509,'mixpanel','completed',10,'2025-02-08 22:23:13','2025-02-09 06:00:18','2025-02-08 21:52:13','2025-02-09 06:00:18',NULL,0,0,NULL,NULL),
(2510,'subscribers_email_count','completed',10,'2025-02-10 00:00:00','2025-02-10 02:18:13','2025-02-09 06:00:18','2025-02-10 02:18:13',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(2511,'mixpanel','completed',10,'2025-02-09 10:47:35','2025-02-09 13:40:58','2025-02-09 10:05:35','2025-02-09 13:40:58',NULL,0,0,NULL,NULL),
(2512,'mixpanel','completed',10,'2025-02-09 14:55:03','2025-02-09 15:42:59','2025-02-09 14:09:03','2025-02-09 15:42:59',NULL,0,0,NULL,NULL),
(2513,'subscribers_engagement_score','completed',10,'2025-02-09 15:42:59','2025-02-09 17:30:32','2025-02-09 15:42:59','2025-02-09 17:30:32',NULL,0,0,NULL,NULL),
(2514,'schedule_re_engagement_email','completed',10,'2025-02-10 15:42:59','2025-02-10 18:10:02','2025-02-09 15:42:59','2025-02-10 18:10:02',NULL,0,0,NULL,NULL),
(2515,'subscribers_engagement_score','completed',10,'2025-02-10 12:09:00','2025-02-10 14:13:55','2025-02-09 17:30:32','2025-02-10 14:13:55',NULL,0,0,NULL,NULL),
(2516,'mixpanel','completed',10,'2025-02-09 17:57:32','2025-02-09 18:09:14','2025-02-09 17:30:32','2025-02-09 18:09:14',NULL,0,0,NULL,NULL),
(2517,'mixpanel','completed',10,'2025-02-09 19:54:14','2025-02-09 21:43:03','2025-02-09 19:07:14','2025-02-09 21:43:03',NULL,0,0,NULL,NULL),
(2518,'mixpanel','completed',10,'2025-02-09 23:04:57','2025-02-10 02:18:13','2025-02-09 22:56:57','2025-02-10 02:18:13',NULL,0,0,NULL,NULL),
(2519,'subscribers_email_count','completed',10,'2025-02-20 00:00:00','2025-02-20 01:17:45','2025-02-10 02:18:13','2025-02-20 01:17:45',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(2520,'mixpanel','completed',10,'2025-02-10 02:49:07','2025-02-10 06:20:44','2025-02-10 02:24:07','2025-02-10 06:20:44',NULL,0,0,NULL,NULL),
(2521,'mixpanel','completed',10,'2025-02-10 10:00:07','2025-02-10 10:16:31','2025-02-10 09:21:07','2025-02-10 10:16:31',NULL,0,0,NULL,NULL),
(2522,'mixpanel','completed',10,'2025-02-10 11:03:41','2025-02-10 11:36:34','2025-02-10 10:52:41','2025-02-10 11:36:34',NULL,0,0,NULL,NULL),
(2523,'subscribers_engagement_score','completed',10,'2025-02-11 18:31:00','2025-02-11 19:18:31','2025-02-10 14:13:55','2025-02-11 19:18:31',NULL,0,0,NULL,NULL),
(2524,'mixpanel','completed',10,'2025-02-10 14:39:55','2025-02-10 18:10:02','2025-02-10 14:13:55','2025-02-10 18:10:02',NULL,0,0,NULL,NULL),
(2525,'schedule_re_engagement_email','completed',10,'2025-02-11 18:15:55','2025-02-11 18:28:59','2025-02-10 18:15:55','2025-02-11 18:28:59',NULL,0,0,NULL,NULL),
(2526,'mixpanel','completed',10,'2025-02-10 19:08:55','2025-02-10 20:50:38','2025-02-10 18:15:55','2025-02-10 20:50:38',NULL,0,0,NULL,NULL),
(2527,'mixpanel','completed',10,'2025-02-11 02:32:08','2025-02-11 03:16:18','2025-02-11 02:11:08','2025-02-11 03:16:18',NULL,0,0,NULL,NULL),
(2528,'mixpanel','completed',10,'2025-02-11 05:33:28','2025-02-11 06:11:32','2025-02-11 04:57:28','2025-02-11 06:11:32',NULL,0,0,NULL,NULL),
(2529,'mixpanel','completed',10,'2025-02-11 06:23:11','2025-02-11 10:16:02','2025-02-11 06:23:11','2025-02-11 10:16:02',NULL,0,0,NULL,NULL),
(2530,'mixpanel','completed',10,'2025-02-11 14:53:12','2025-02-11 15:50:56','2025-02-11 14:26:12','2025-02-11 15:50:56',NULL,0,0,NULL,NULL),
(2531,'mixpanel','completed',10,'2025-02-11 16:14:38','2025-02-11 17:51:04','2025-02-11 15:56:38','2025-02-11 17:51:04',NULL,0,0,NULL,NULL),
(2532,'mixpanel','completed',10,'2025-02-11 18:34:59','2025-02-11 19:18:31','2025-02-11 18:28:59','2025-02-11 19:18:31',NULL,0,0,NULL,NULL),
(2533,'subscribers_engagement_score','completed',10,'2025-02-11 19:18:31','2025-02-11 19:21:58','2025-02-11 19:18:31','2025-02-11 19:21:58',NULL,0,0,NULL,NULL),
(2534,'schedule_re_engagement_email','completed',10,'2025-02-12 19:18:31','2025-02-12 20:57:15','2025-02-11 19:18:31','2025-02-12 20:57:15',NULL,0,0,NULL,NULL),
(2535,'subscribers_engagement_score','completed',10,'2025-02-12 18:43:00','2025-02-12 20:57:15','2025-02-11 19:21:58','2025-02-12 20:57:15',NULL,0,0,NULL,NULL),
(2536,'mixpanel','completed',10,'2025-02-11 19:45:58','2025-02-11 20:43:58','2025-02-11 19:21:58','2025-02-11 20:43:58',NULL,0,0,NULL,NULL),
(2537,'mixpanel','completed',10,'2025-02-12 00:10:15','2025-02-12 02:15:06','2025-02-12 00:10:15','2025-02-12 02:15:06',NULL,0,0,NULL,NULL),
(2538,'mixpanel','completed',10,'2025-02-12 02:51:41','2025-02-12 03:33:52','2025-02-12 02:27:41','2025-02-12 03:33:52',NULL,0,0,NULL,NULL),
(2539,'mixpanel','completed',10,'2025-02-12 06:21:46','2025-02-12 07:25:20','2025-02-12 05:32:46','2025-02-12 07:25:20',NULL,0,0,NULL,NULL),
(2540,'mixpanel','completed',10,'2025-02-12 08:44:55','2025-02-12 09:04:15','2025-02-12 08:06:55','2025-02-12 09:04:15',NULL,0,0,NULL,NULL),
(2541,'mixpanel','completed',10,'2025-02-12 10:21:59','2025-02-12 14:09:41','2025-02-12 10:13:59','2025-02-12 14:09:41',NULL,0,0,NULL,NULL),
(2542,'mixpanel','completed',10,'2025-02-12 16:00:26','2025-02-12 18:10:31','2025-02-12 15:51:26','2025-02-12 18:10:31',NULL,0,0,NULL,NULL),
(2543,'subscribers_engagement_score','completed',10,'2025-02-12 20:57:15','2025-02-12 21:19:16','2025-02-12 20:57:15','2025-02-12 21:19:16',NULL,0,0,NULL,NULL),
(2544,'mixpanel','completed',10,'2025-02-12 21:35:15','2025-02-12 22:17:30','2025-02-12 20:57:15','2025-02-12 22:17:30',NULL,0,0,NULL,NULL),
(2545,'subscribers_engagement_score','completed',10,'2025-02-13 10:07:00','2025-02-13 13:53:44','2025-02-12 21:19:16','2025-02-13 13:53:44',NULL,0,0,NULL,NULL),
(2546,'schedule_re_engagement_email','completed',10,'2025-02-13 21:19:16','2025-02-13 21:52:18','2025-02-12 21:19:16','2025-02-13 21:52:18',NULL,0,0,NULL,NULL),
(2547,'mixpanel','completed',10,'2025-02-13 00:32:10','2025-02-13 01:01:13','2025-02-12 23:53:10','2025-02-13 01:01:13',NULL,0,0,NULL,NULL),
(2548,'mixpanel','completed',10,'2025-02-13 02:46:03','2025-02-13 04:27:28','2025-02-13 02:10:03','2025-02-13 04:27:28',NULL,0,0,NULL,NULL),
(2549,'mixpanel','completed',10,'2025-02-13 06:01:18','2025-02-13 07:29:49','2025-02-13 05:59:18','2025-02-13 07:29:49',NULL,0,0,NULL,NULL),
(2550,'mixpanel','completed',10,'2025-02-13 09:44:33','2025-02-13 09:58:36','2025-02-13 09:29:33','2025-02-13 09:58:36',NULL,0,0,NULL,NULL),
(2551,'subscribers_engagement_score','completed',10,'2025-02-14 16:01:00','2025-02-14 18:02:25','2025-02-13 13:53:44','2025-02-14 18:02:25',NULL,0,0,NULL,NULL),
(2552,'mixpanel','completed',10,'2025-02-13 14:08:44','2025-02-13 15:49:01','2025-02-13 13:53:44','2025-02-13 15:49:01',NULL,0,0,NULL,NULL),
(2553,'mixpanel','completed',10,'2025-02-13 16:17:54','2025-02-13 17:46:29','2025-02-13 15:56:54','2025-02-13 17:46:29',NULL,0,0,NULL,NULL),
(2554,'mixpanel','completed',10,'2025-02-13 18:32:13','2025-02-13 19:20:23','2025-02-13 17:50:13','2025-02-13 19:20:23',NULL,0,0,NULL,NULL),
(2555,'mixpanel','completed',10,'2025-02-13 19:47:28','2025-02-13 21:52:18','2025-02-13 19:24:28','2025-02-13 21:52:18',NULL,0,0,NULL,NULL),
(2556,'schedule_re_engagement_email','completed',10,'2025-02-14 22:18:36','2025-02-15 01:26:18','2025-02-13 22:18:36','2025-02-15 01:26:18',NULL,0,0,NULL,NULL),
(2557,'mixpanel','completed',10,'2025-02-13 22:57:36','2025-02-14 00:30:16','2025-02-13 22:18:36','2025-02-14 00:30:16',NULL,0,0,NULL,NULL),
(2558,'mixpanel','completed',10,'2025-02-14 02:54:23','2025-02-14 04:56:14','2025-02-14 02:05:23','2025-02-14 04:56:14',NULL,0,0,NULL,NULL),
(2559,'mixpanel','completed',10,'2025-02-14 06:47:40','2025-02-14 08:45:44','2025-02-14 06:07:40','2025-02-14 08:45:44',NULL,0,0,NULL,NULL),
(2560,'mixpanel','completed',10,'2025-02-14 10:23:51','2025-02-14 14:09:55','2025-02-14 10:14:51','2025-02-14 14:09:55',NULL,0,0,NULL,NULL),
(2561,'mixpanel','completed',10,'2025-02-14 15:40:38','2025-02-14 18:02:25','2025-02-14 15:30:38','2025-02-14 18:02:25',NULL,0,0,NULL,NULL),
(2562,'subscribers_engagement_score','completed',10,'2025-02-14 18:02:25','2025-02-14 21:58:00','2025-02-14 18:02:25','2025-02-14 21:58:00',NULL,0,0,NULL,NULL),
(2563,'subscribers_engagement_score','completed',10,'2025-02-15 04:21:00','2025-02-15 05:43:54','2025-02-14 21:58:00','2025-02-15 05:43:54',NULL,0,0,NULL,NULL),
(2564,'mixpanel','completed',10,'2025-02-14 22:43:00','2025-02-15 01:26:18','2025-02-14 21:58:00','2025-02-15 01:26:18',NULL,0,0,NULL,NULL),
(2565,'inactive_subscribers','completed',10,'2025-02-20 00:00:00','2025-02-20 01:17:45','2025-02-15 01:26:18','2025-02-20 01:17:45',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(2566,'export_files_cleanup','completed',10,'2025-02-21 00:00:00','2025-02-21 00:00:18','2025-02-15 01:54:06','2025-02-21 00:00:18',NULL,0,0,NULL,NULL),
(2567,'schedule_re_engagement_email','completed',10,'2025-02-16 01:54:06','2025-02-16 04:52:58','2025-02-15 01:54:06','2025-02-16 04:52:58',NULL,0,0,NULL,NULL),
(2568,'mixpanel','completed',10,'2025-02-15 02:49:06','2025-02-15 05:43:54','2025-02-15 01:54:06','2025-02-15 05:43:54',NULL,0,0,NULL,NULL),
(2569,'subscribers_engagement_score','completed',10,'2025-02-16 07:08:00','2025-02-16 09:47:32','2025-02-15 05:43:54','2025-02-16 09:47:32',NULL,0,0,NULL,NULL),
(2570,'mixpanel','completed',10,'2025-02-15 10:51:56','2025-02-15 13:46:52','2025-02-15 09:54:56','2025-02-15 13:46:52',NULL,0,0,NULL,NULL),
(2571,'mixpanel','completed',10,'2025-02-15 18:07:48','2025-02-15 18:59:44','2025-02-15 17:56:48','2025-02-15 18:59:44',NULL,0,0,NULL,NULL),
(2572,'mixpanel','completed',10,'2025-02-15 22:28:13','2025-02-16 01:47:18','2025-02-15 21:47:13','2025-02-16 01:47:18',NULL,0,0,NULL,NULL),
(2573,'mixpanel','completed',10,'2025-02-16 05:16:58','2025-02-16 05:52:38','2025-02-16 04:52:58','2025-02-16 05:52:38',NULL,0,0,NULL,NULL),
(2574,'schedule_re_engagement_email','completed',10,'2025-02-17 05:52:38','2025-02-17 09:38:21','2025-02-16 05:52:38','2025-02-17 09:38:21',NULL,0,0,NULL,NULL),
(2575,'subscribers_engagement_score','completed',10,'2025-02-16 09:47:32','2025-02-16 13:42:01','2025-02-16 09:47:32','2025-02-16 13:42:01',NULL,0,0,NULL,NULL),
(2576,'mixpanel','completed',10,'2025-02-16 09:49:32','2025-02-16 13:42:01','2025-02-16 09:47:32','2025-02-16 13:42:01',NULL,0,0,NULL,NULL),
(2577,'subscribers_engagement_score','completed',10,'2025-02-17 19:26:00','2025-02-17 21:33:03','2025-02-16 13:42:01','2025-02-17 21:33:03',NULL,0,0,NULL,NULL),
(2578,'mixpanel','completed',10,'2025-02-16 15:50:19','2025-02-16 17:37:13','2025-02-16 15:09:19','2025-02-16 17:37:13',NULL,0,0,NULL,NULL),
(2579,'mixpanel','completed',10,'2025-02-16 20:42:51','2025-02-17 01:39:26','2025-02-16 19:46:51','2025-02-17 01:39:26',NULL,0,0,NULL,NULL),
(2580,'mixpanel','completed',10,'2025-02-17 06:01:51','2025-02-17 09:38:21','2025-02-17 05:48:51','2025-02-17 09:38:21',NULL,0,0,NULL,NULL),
(2581,'schedule_re_engagement_email','completed',10,'2025-02-18 13:40:45','2025-02-18 17:19:37','2025-02-17 13:40:45','2025-02-18 17:19:37',NULL,0,0,NULL,NULL),
(2582,'mixpanel','completed',10,'2025-02-17 14:31:45','2025-02-17 17:35:50','2025-02-17 13:40:45','2025-02-17 17:35:50',NULL,0,0,NULL,NULL),
(2583,'subscribers_engagement_score','completed',10,'2025-02-17 21:33:03','2025-02-18 01:25:12','2025-02-17 21:33:03','2025-02-18 01:25:12',NULL,0,0,NULL,NULL),
(2584,'mixpanel','completed',10,'2025-02-17 21:37:03','2025-02-18 01:25:12','2025-02-17 21:33:03','2025-02-18 01:25:12',NULL,0,0,NULL,NULL),
(2585,'subscribers_engagement_score','completed',10,'2025-02-19 15:40:00','2025-02-19 17:04:08','2025-02-18 01:25:12','2025-02-19 17:04:08',NULL,0,0,NULL,NULL),
(2586,'mixpanel','completed',10,'2025-02-18 05:18:22','2025-02-18 09:31:08','2025-02-18 05:19:22','2025-02-18 09:31:08',NULL,0,0,NULL,NULL),
(2587,'mixpanel','completed',10,'2025-02-18 12:40:26','2025-02-18 13:24:37','2025-02-18 11:48:26','2025-02-18 13:24:37',NULL,0,0,NULL,NULL),
(2588,'mixpanel','completed',10,'2025-02-18 17:25:37','2025-02-18 21:25:11','2025-02-18 17:19:37','2025-02-18 21:25:11',NULL,0,0,NULL,NULL),
(2589,'schedule_re_engagement_email','completed',10,'2025-02-19 21:25:11','2025-02-19 21:43:25','2025-02-18 21:25:11','2025-02-19 21:43:25',NULL,0,0,NULL,NULL),
(2590,'mixpanel','completed',10,'2025-02-19 01:51:03','2025-02-19 05:23:18','2025-02-19 01:14:03','2025-02-19 05:23:18',NULL,0,0,NULL,NULL),
(2591,'mixpanel','completed',10,'2025-02-19 07:49:09','2025-02-19 09:22:50','2025-02-19 06:55:09','2025-02-19 09:22:50',NULL,0,0,NULL,NULL),
(2592,'mixpanel','completed',10,'2025-02-19 11:01:20','2025-02-19 13:22:23','2025-02-19 10:54:20','2025-02-19 13:22:23',NULL,0,0,NULL,NULL),
(2593,'subscribers_engagement_score','completed',10,'2025-02-19 17:04:08','2025-02-19 17:30:52','2025-02-19 17:04:08','2025-02-19 17:30:52',NULL,0,0,NULL,NULL),
(2594,'mixpanel','completed',10,'2025-02-19 17:43:08','2025-02-19 18:59:09','2025-02-19 17:04:08','2025-02-19 18:59:09',NULL,0,0,NULL,NULL),
(2595,'subscribers_engagement_score','completed',10,'2025-02-20 17:22:00','2025-02-20 17:22:18','2025-02-19 17:30:52','2025-02-20 17:22:18',NULL,0,0,NULL,NULL),
(2596,'mixpanel','completed',10,'2025-02-19 19:59:55','2025-02-19 20:01:23','2025-02-19 19:08:55','2025-02-19 20:01:23',NULL,0,0,NULL,NULL),
(2597,'mixpanel','completed',10,'2025-02-19 20:57:18','2025-02-19 20:58:18','2025-02-19 20:04:18','2025-02-19 20:58:18',NULL,0,0,NULL,NULL),
(2598,'mixpanel','completed',10,'2025-02-19 21:48:18','2025-02-19 21:48:19','2025-02-19 21:01:18','2025-02-19 21:48:19',NULL,0,0,NULL,NULL),
(2599,'schedule_re_engagement_email','completed',10,'2025-02-20 21:46:17','2025-02-20 21:46:18','2025-02-19 21:46:17','2025-02-20 21:46:18',NULL,0,0,NULL,NULL),
(2600,'mixpanel','completed',10,'2025-02-19 22:08:18','2025-02-19 22:10:19','2025-02-19 21:51:18','2025-02-19 22:10:19',NULL,0,0,NULL,NULL),
(2601,'mixpanel','completed',10,'2025-02-19 22:49:18','2025-02-19 23:28:06','2025-02-19 22:13:18','2025-02-19 23:28:06',NULL,0,0,NULL,NULL),
(2602,'mixpanel','completed',10,'2025-02-19 23:56:32','2025-02-20 01:17:45','2025-02-19 23:35:32','2025-02-20 01:17:45',NULL,0,0,NULL,NULL),
(2603,'subscribers_email_count','completed',10,'2025-02-26 00:00:00','2025-02-26 00:01:21','2025-02-20 01:17:45','2025-02-26 00:01:21',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(2604,'inactive_subscribers','completed',10,'2025-02-24 00:00:00','2025-02-24 01:45:27','2025-02-20 01:17:45','2025-02-24 01:45:27',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(2605,'mixpanel','completed',10,'2025-02-20 02:00:04','2025-02-20 02:00:19','2025-02-20 01:35:04','2025-02-20 02:00:19',NULL,0,0,NULL,NULL),
(2606,'mixpanel','completed',10,'2025-02-20 02:12:18','2025-02-20 02:14:18','2025-02-20 02:03:18','2025-02-20 02:14:18',NULL,0,0,NULL,NULL),
(2607,'mixpanel','completed',10,'2025-02-20 02:24:18','2025-02-20 02:26:18','2025-02-20 02:16:18','2025-02-20 02:26:18',NULL,0,0,NULL,NULL),
(2608,'mixpanel','completed',10,'2025-02-20 02:35:17','2025-02-20 02:36:18','2025-02-20 02:29:17','2025-02-20 02:36:18',NULL,0,0,NULL,NULL),
(2609,'mixpanel','completed',10,'2025-02-20 03:27:18','2025-02-20 03:29:18','2025-02-20 02:39:18','2025-02-20 03:29:18',NULL,0,0,NULL,NULL),
(2610,'mixpanel','completed',10,'2025-02-20 04:22:17','2025-02-20 04:24:18','2025-02-20 03:32:17','2025-02-20 04:24:18',NULL,0,0,NULL,NULL),
(2611,'mixpanel','completed',10,'2025-02-20 04:58:18','2025-02-20 05:00:18','2025-02-20 04:26:18','2025-02-20 05:00:18',NULL,0,0,NULL,NULL),
(2612,'mixpanel','completed',10,'2025-02-20 05:05:18','2025-02-20 05:07:18','2025-02-20 05:02:18','2025-02-20 05:07:18',NULL,0,0,NULL,NULL),
(2613,'mixpanel','completed',10,'2025-02-20 05:16:19','2025-02-20 05:17:18','2025-02-20 05:09:19','2025-02-20 05:17:18',NULL,0,0,NULL,NULL),
(2614,'mixpanel','completed',10,'2025-02-20 05:54:19','2025-02-20 05:55:18','2025-02-20 05:19:19','2025-02-20 05:55:18',NULL,0,0,NULL,NULL),
(2615,'mixpanel','completed',10,'2025-02-20 06:51:18','2025-02-20 06:51:18','2025-02-20 05:58:18','2025-02-20 06:51:18',NULL,0,0,NULL,NULL),
(2616,'mixpanel','completed',10,'2025-02-20 07:41:18','2025-02-20 07:43:18','2025-02-20 06:53:19','2025-02-20 07:43:18',NULL,0,0,NULL,NULL),
(2617,'mixpanel','completed',10,'2025-02-20 07:55:18','2025-02-20 07:55:18','2025-02-20 07:45:18','2025-02-20 07:55:18',NULL,0,0,NULL,NULL),
(2618,'mixpanel','completed',10,'2025-02-20 08:49:18','2025-02-20 08:50:18','2025-02-20 07:57:18','2025-02-20 08:50:18',NULL,0,0,NULL,NULL),
(2619,'mixpanel','completed',10,'2025-02-20 09:05:19','2025-02-20 09:06:18','2025-02-20 08:53:19','2025-02-20 09:06:18',NULL,0,0,NULL,NULL),
(2620,'mixpanel','completed',10,'2025-02-20 09:08:19','2025-02-20 09:12:18','2025-02-20 09:09:19','2025-02-20 09:12:18',NULL,0,0,NULL,NULL),
(2621,'mixpanel','completed',10,'2025-02-20 10:08:18','2025-02-20 10:08:18','2025-02-20 09:14:18','2025-02-20 10:08:18',NULL,0,0,NULL,NULL),
(2622,'mixpanel','completed',10,'2025-02-20 10:20:18','2025-02-20 10:20:18','2025-02-20 10:10:18','2025-02-20 10:20:18',NULL,0,0,NULL,NULL),
(2623,'mixpanel','completed',10,'2025-02-20 11:08:19','2025-02-20 11:11:18','2025-02-20 10:22:19','2025-02-20 11:11:18',NULL,0,0,NULL,NULL),
(2624,'mixpanel','completed',10,'2025-02-20 11:30:18','2025-02-20 11:30:18','2025-02-20 11:14:18','2025-02-20 11:30:18',NULL,0,0,NULL,NULL),
(2625,'mixpanel','completed',10,'2025-02-20 12:22:19','2025-02-20 12:23:18','2025-02-20 11:32:19','2025-02-20 12:23:18',NULL,0,0,NULL,NULL),
(2626,'mixpanel','completed',10,'2025-02-20 12:55:18','2025-02-20 12:57:17','2025-02-20 12:26:18','2025-02-20 12:57:17',NULL,0,0,NULL,NULL),
(2627,'mixpanel','completed',10,'2025-02-20 13:14:18','2025-02-20 13:15:18','2025-02-20 12:59:18','2025-02-20 13:15:18',NULL,0,0,NULL,NULL),
(2628,'mixpanel','completed',10,'2025-02-20 13:16:18','2025-02-20 13:19:18','2025-02-20 13:17:18','2025-02-20 13:19:18',NULL,0,0,NULL,NULL),
(2629,'mixpanel','completed',10,'2025-02-20 14:17:18','2025-02-20 14:18:18','2025-02-20 13:22:18','2025-02-20 14:18:18',NULL,0,0,NULL,NULL),
(2630,'mixpanel','completed',10,'2025-02-20 14:31:18','2025-02-20 14:31:18','2025-02-20 14:21:18','2025-02-20 14:31:18',NULL,0,0,NULL,NULL),
(2631,'mixpanel','completed',10,'2025-02-20 14:44:17','2025-02-20 14:45:19','2025-02-20 14:34:17','2025-02-20 14:45:19',NULL,0,0,NULL,NULL),
(2632,'mixpanel','completed',10,'2025-02-20 14:49:17','2025-02-20 14:50:18','2025-02-20 14:48:17','2025-02-20 14:50:18',NULL,0,0,NULL,NULL),
(2633,'mixpanel','completed',10,'2025-02-20 14:58:18','2025-02-20 14:58:19','2025-02-20 14:53:18','2025-02-20 14:58:19',NULL,0,0,NULL,NULL),
(2634,'mixpanel','completed',10,'2025-02-20 15:32:18','2025-02-20 15:34:18','2025-02-20 15:01:18','2025-02-20 15:34:18',NULL,0,0,NULL,NULL),
(2635,'mixpanel','completed',10,'2025-02-20 16:09:17','2025-02-20 16:10:17','2025-02-20 15:37:17','2025-02-20 16:10:17',NULL,0,0,NULL,NULL),
(2636,'mixpanel','completed',10,'2025-02-20 17:02:18','2025-02-20 17:02:18','2025-02-20 16:12:18','2025-02-20 17:02:18',NULL,0,0,NULL,NULL),
(2637,'mixpanel','completed',10,'2025-02-20 17:17:18','2025-02-20 17:17:18','2025-02-20 17:05:18','2025-02-20 17:17:18',NULL,0,0,NULL,NULL),
(2638,'mixpanel','completed',10,'2025-02-20 18:16:19','2025-02-20 18:18:18','2025-02-20 17:19:19','2025-02-20 18:18:18',NULL,0,0,NULL,NULL),
(2639,'subscribers_engagement_score','completed',10,'2025-02-20 17:22:18','2025-02-20 17:24:18','2025-02-20 17:22:18','2025-02-20 17:24:18',NULL,0,0,NULL,NULL),
(2640,'subscribers_engagement_score','completed',10,'2025-02-21 15:34:00','2025-02-21 15:34:19','2025-02-20 17:24:18','2025-02-21 15:34:19',NULL,0,0,NULL,NULL),
(2641,'mixpanel','completed',10,'2025-02-20 18:36:18','2025-02-20 18:37:17','2025-02-20 18:20:18','2025-02-20 18:37:17',NULL,0,0,NULL,NULL),
(2642,'mixpanel','completed',10,'2025-02-20 18:59:19','2025-02-20 19:01:18','2025-02-20 18:39:19','2025-02-20 19:01:18',NULL,0,0,NULL,NULL),
(2643,'mixpanel','completed',10,'2025-02-20 19:03:18','2025-02-20 19:07:19','2025-02-20 19:04:18','2025-02-20 19:07:19',NULL,0,0,NULL,NULL),
(2644,'mixpanel','completed',10,'2025-02-20 19:15:18','2025-02-20 19:16:18','2025-02-20 19:10:18','2025-02-20 19:16:18',NULL,0,0,NULL,NULL),
(2645,'mixpanel','completed',10,'2025-02-20 20:13:17','2025-02-20 20:30:49','2025-02-20 19:19:17','2025-02-20 20:30:49',NULL,0,0,NULL,NULL),
(2646,'mixpanel','completed',10,'2025-02-20 21:13:19','2025-02-20 21:20:22','2025-02-20 20:33:19','2025-02-20 21:20:22',NULL,0,0,NULL,NULL),
(2647,'mixpanel','completed',10,'2025-02-20 22:06:17','2025-02-20 22:08:18','2025-02-20 21:23:17','2025-02-20 22:08:18',NULL,0,0,NULL,NULL),
(2648,'schedule_re_engagement_email','completed',10,'2025-02-21 21:48:18','2025-02-21 22:12:47','2025-02-20 21:48:18','2025-02-21 22:12:47',NULL,0,0,NULL,NULL),
(2649,'mixpanel','completed',10,'2025-02-20 22:38:18','2025-02-20 22:39:18','2025-02-20 22:10:18','2025-02-20 22:39:18',NULL,0,0,NULL,NULL),
(2650,'mixpanel','completed',10,'2025-02-20 23:17:18','2025-02-20 23:17:21','2025-02-20 22:42:18','2025-02-20 23:17:21',NULL,0,0,NULL,NULL),
(2651,'mixpanel','completed',10,'2025-02-20 23:20:18','2025-02-20 23:23:17','2025-02-20 23:20:18','2025-02-20 23:23:17',NULL,0,0,NULL,NULL),
(2652,'mixpanel','completed',10,'2025-02-20 23:46:18','2025-02-20 23:47:18','2025-02-20 23:26:18','2025-02-20 23:47:18',NULL,0,0,NULL,NULL),
(2653,'mixpanel','completed',10,'2025-02-21 00:23:18','2025-02-21 00:23:18','2025-02-20 23:50:18','2025-02-21 00:23:18',NULL,0,0,NULL,NULL),
(2654,'export_files_cleanup','completed',10,'2025-02-24 00:00:00','2025-02-24 01:45:27','2025-02-21 00:02:18','2025-02-24 01:45:27',NULL,0,0,NULL,NULL),
(2655,'mixpanel','completed',10,'2025-02-21 00:59:19','2025-02-21 01:16:48','2025-02-21 00:25:19','2025-02-21 01:16:48',NULL,0,0,NULL,NULL),
(2656,'mixpanel','completed',10,'2025-02-21 01:29:18','2025-02-21 01:29:51','2025-02-21 01:19:18','2025-02-21 01:29:51',NULL,0,0,NULL,NULL),
(2657,'mixpanel','completed',10,'2025-02-21 02:09:52','2025-02-21 02:11:18','2025-02-21 01:31:52','2025-02-21 02:11:18',NULL,0,0,NULL,NULL),
(2658,'mixpanel','completed',10,'2025-02-21 02:17:18','2025-02-21 02:17:19','2025-02-21 02:13:18','2025-02-21 02:17:19',NULL,0,0,NULL,NULL),
(2659,'mixpanel','completed',10,'2025-02-21 02:23:18','2025-02-21 02:24:19','2025-02-21 02:20:18','2025-02-21 02:24:19',NULL,0,0,NULL,NULL),
(2660,'mixpanel','completed',10,'2025-02-21 03:19:18','2025-02-21 03:19:18','2025-02-21 02:27:18','2025-02-21 03:19:18',NULL,0,0,NULL,NULL),
(2661,'mixpanel','completed',10,'2025-02-21 03:25:52','2025-02-21 03:27:20','2025-02-21 03:22:52','2025-02-21 03:27:20',NULL,0,0,NULL,NULL),
(2662,'mixpanel','completed',10,'2025-02-21 04:23:20','2025-02-21 04:25:19','2025-02-21 03:29:20','2025-02-21 04:25:19',NULL,0,0,NULL,NULL),
(2663,'mixpanel','completed',10,'2025-02-21 05:24:19','2025-02-21 05:26:19','2025-02-21 04:28:19','2025-02-21 05:26:19',NULL,0,0,NULL,NULL),
(2664,'mixpanel','completed',10,'2025-02-21 05:46:20','2025-02-21 05:48:19','2025-02-21 05:28:20','2025-02-21 05:48:19',NULL,0,0,NULL,NULL),
(2665,'mixpanel','completed',10,'2025-02-21 06:21:21','2025-02-21 06:22:19','2025-02-21 05:51:21','2025-02-21 06:22:19',NULL,0,0,NULL,NULL),
(2666,'mixpanel','completed',10,'2025-02-21 07:20:20','2025-02-21 07:21:17','2025-02-21 06:24:20','2025-02-21 07:21:17',NULL,0,0,NULL,NULL),
(2667,'mixpanel','completed',10,'2025-02-21 07:50:18','2025-02-21 07:52:18','2025-02-21 07:23:18','2025-02-21 07:52:18',NULL,0,0,NULL,NULL),
(2668,'mixpanel','completed',10,'2025-02-21 07:59:18','2025-02-21 07:59:20','2025-02-21 07:55:18','2025-02-21 07:59:20',NULL,0,0,NULL,NULL),
(2669,'mixpanel','completed',10,'2025-02-21 08:13:19','2025-02-21 08:14:18','2025-02-21 08:02:19','2025-02-21 08:14:18',NULL,0,0,NULL,NULL),
(2670,'mixpanel','completed',10,'2025-02-21 08:55:20','2025-02-21 08:57:19','2025-02-21 08:16:20','2025-02-21 08:57:19',NULL,0,0,NULL,NULL),
(2671,'mixpanel','completed',10,'2025-02-21 09:41:20','2025-02-21 09:43:20','2025-02-21 08:59:20','2025-02-21 09:43:20',NULL,0,0,NULL,NULL),
(2672,'mixpanel','completed',10,'2025-02-21 09:53:18','2025-02-21 09:53:20','2025-02-21 09:46:18','2025-02-21 09:53:20',NULL,0,0,NULL,NULL),
(2673,'mixpanel','completed',10,'2025-02-21 09:56:19','2025-02-21 09:58:20','2025-02-21 09:56:19','2025-02-21 09:58:20',NULL,0,0,NULL,NULL),
(2674,'mixpanel','completed',10,'2025-02-21 10:09:20','2025-02-21 10:10:19','2025-02-21 10:01:20','2025-02-21 10:10:19',NULL,0,0,NULL,NULL),
(2675,'mixpanel','completed',10,'2025-02-21 10:57:19','2025-02-21 10:59:18','2025-02-21 10:12:19','2025-02-21 10:59:18',NULL,0,0,NULL,NULL),
(2676,'mixpanel','completed',10,'2025-02-21 11:49:18','2025-02-21 11:51:19','2025-02-21 11:01:18','2025-02-21 11:51:19',NULL,0,0,NULL,NULL),
(2677,'mixpanel','completed',10,'2025-02-21 12:47:19','2025-02-21 12:48:19','2025-02-21 11:53:19','2025-02-21 12:48:19',NULL,0,0,NULL,NULL),
(2678,'mixpanel','completed',10,'2025-02-21 13:15:20','2025-02-21 13:17:18','2025-02-21 12:51:20','2025-02-21 13:17:18',NULL,0,0,NULL,NULL),
(2679,'mixpanel','completed',10,'2025-02-21 13:53:18','2025-02-21 13:53:19','2025-02-21 13:19:18','2025-02-21 13:53:19',NULL,0,0,NULL,NULL),
(2680,'mixpanel','completed',10,'2025-02-21 14:54:18','2025-02-21 14:56:19','2025-02-21 13:56:18','2025-02-21 14:56:19',NULL,0,0,NULL,NULL),
(2681,'mixpanel','completed',10,'2025-02-21 15:49:20','2025-02-21 15:50:20','2025-02-21 14:58:20','2025-02-21 15:50:20',NULL,0,0,NULL,NULL),
(2682,'subscribers_engagement_score','completed',10,'2025-02-22 08:52:00','2025-02-22 09:01:43','2025-02-21 15:34:19','2025-02-22 09:01:43',NULL,0,0,NULL,NULL),
(2683,'mixpanel','completed',10,'2025-02-21 16:39:20','2025-02-21 16:40:19','2025-02-21 15:53:20','2025-02-21 16:40:19',NULL,0,0,NULL,NULL),
(2684,'mixpanel','completed',10,'2025-02-21 16:47:18','2025-02-21 16:47:19','2025-02-21 16:43:18','2025-02-21 16:47:19',NULL,0,0,NULL,NULL),
(2685,'mixpanel','completed',10,'2025-02-21 16:51:19','2025-02-21 16:51:20','2025-02-21 16:49:19','2025-02-21 16:51:20',NULL,0,0,NULL,NULL),
(2686,'mixpanel','completed',10,'2025-02-21 17:24:18','2025-02-21 17:25:20','2025-02-21 16:54:18','2025-02-21 17:25:20',NULL,0,0,NULL,NULL),
(2687,'mixpanel','completed',10,'2025-02-21 17:50:20','2025-02-21 17:51:19','2025-02-21 17:28:20','2025-02-21 17:51:19',NULL,0,0,NULL,NULL),
(2688,'mixpanel','completed',10,'2025-02-21 17:58:19','2025-02-21 17:58:19','2025-02-21 17:53:19','2025-02-21 17:58:19',NULL,0,0,NULL,NULL),
(2689,'mixpanel','completed',10,'2025-02-21 18:38:19','2025-02-21 18:40:18','2025-02-21 18:01:19','2025-02-21 18:40:18',NULL,0,0,NULL,NULL),
(2690,'mixpanel','completed',10,'2025-02-21 18:58:21','2025-02-21 19:00:18','2025-02-21 18:42:21','2025-02-21 19:00:18',NULL,0,0,NULL,NULL),
(2691,'mixpanel','completed',10,'2025-02-21 19:34:19','2025-02-21 19:35:17','2025-02-21 19:02:19','2025-02-21 19:35:17',NULL,0,0,NULL,NULL),
(2692,'mixpanel','completed',10,'2025-02-21 19:41:19','2025-02-21 19:42:19','2025-02-21 19:37:19','2025-02-21 19:42:19',NULL,0,0,NULL,NULL),
(2693,'mixpanel','completed',10,'2025-02-21 20:27:18','2025-02-21 20:29:19','2025-02-21 19:45:18','2025-02-21 20:29:19',NULL,0,0,NULL,NULL),
(2694,'mixpanel','completed',10,'2025-02-21 20:52:19','2025-02-21 20:54:19','2025-02-21 20:32:19','2025-02-21 20:54:19',NULL,0,0,NULL,NULL),
(2695,'mixpanel','completed',10,'2025-02-21 21:00:19','2025-02-21 21:01:19','2025-02-21 20:56:19','2025-02-21 21:01:19',NULL,0,0,NULL,NULL),
(2696,'mixpanel','completed',10,'2025-02-21 21:45:19','2025-02-21 22:12:47','2025-02-21 21:03:19','2025-02-21 22:12:47',NULL,0,0,NULL,NULL),
(2697,'schedule_re_engagement_email','completed',10,'2025-02-22 22:15:18','2025-02-22 22:27:09','2025-02-21 22:15:18','2025-02-22 22:27:09',NULL,0,0,NULL,NULL),
(2698,'mixpanel','completed',10,'2025-02-21 22:41:18','2025-02-21 23:05:49','2025-02-21 22:15:18','2025-02-21 23:05:49',NULL,0,0,NULL,NULL),
(2699,'mixpanel','completed',10,'2025-02-21 23:55:03','2025-02-21 23:59:54','2025-02-21 23:15:03','2025-02-21 23:59:54',NULL,0,0,NULL,NULL),
(2700,'mixpanel','completed',10,'2025-02-22 00:28:18','2025-02-22 00:41:23','2025-02-22 00:02:18','2025-02-22 00:41:24',NULL,0,0,NULL,NULL),
(2701,'mixpanel','completed',10,'2025-02-22 01:30:18','2025-02-22 01:31:19','2025-02-22 00:44:18','2025-02-22 01:31:19',NULL,0,0,NULL,NULL),
(2702,'mixpanel','completed',10,'2025-02-22 01:40:18','2025-02-22 01:43:18','2025-02-22 01:34:18','2025-02-22 01:43:18',NULL,0,0,NULL,NULL),
(2703,'mixpanel','completed',10,'2025-02-22 01:47:18','2025-02-22 01:48:17','2025-02-22 01:45:18','2025-02-22 01:48:17',NULL,0,0,NULL,NULL),
(2704,'mixpanel','completed',10,'2025-02-22 02:13:18','2025-02-22 02:13:18','2025-02-22 01:50:18','2025-02-22 02:13:18',NULL,0,0,NULL,NULL),
(2705,'mixpanel','completed',10,'2025-02-22 03:11:18','2025-02-22 03:14:50','2025-02-22 02:16:18','2025-02-22 03:14:50',NULL,0,0,NULL,NULL),
(2706,'mixpanel','completed',10,'2025-02-22 03:28:15','2025-02-22 03:45:15','2025-02-22 03:23:15','2025-02-22 03:45:15',NULL,0,0,NULL,NULL),
(2707,'mixpanel','completed',10,'2025-02-22 04:28:26','2025-02-22 04:33:41','2025-02-22 03:47:26','2025-02-22 04:33:41',NULL,0,0,NULL,NULL),
(2708,'mixpanel','completed',10,'2025-02-22 05:45:49','2025-02-22 06:02:42','2025-02-22 04:53:49','2025-02-22 06:02:42',NULL,0,0,NULL,NULL),
(2709,'mixpanel','completed',10,'2025-02-22 06:37:21','2025-02-22 06:40:26','2025-02-22 06:08:21','2025-02-22 06:40:26',NULL,0,0,NULL,NULL),
(2710,'mixpanel','completed',10,'2025-02-22 07:10:00','2025-02-22 07:13:59','2025-02-22 06:43:00','2025-02-22 07:13:59',NULL,0,0,NULL,NULL),
(2711,'mixpanel','completed',10,'2025-02-22 07:31:31','2025-02-22 07:48:15','2025-02-22 07:17:31','2025-02-22 07:48:15',NULL,0,0,NULL,NULL),
(2712,'mixpanel','completed',10,'2025-02-22 08:33:06','2025-02-22 08:37:45','2025-02-22 07:51:06','2025-02-22 08:37:45',NULL,0,0,NULL,NULL),
(2713,'mixpanel','completed',10,'2025-02-22 09:16:40','2025-02-22 09:29:57','2025-02-22 08:41:40','2025-02-22 09:29:57',NULL,0,0,NULL,NULL),
(2714,'subscribers_engagement_score','completed',10,'2025-02-22 09:01:43','2025-02-22 09:05:33','2025-02-22 09:01:43','2025-02-22 09:05:33',NULL,0,0,NULL,NULL),
(2715,'subscribers_engagement_score','completed',10,'2025-02-23 21:47:00','2025-02-24 01:45:27','2025-02-22 09:05:33','2025-02-24 01:45:27',NULL,0,0,NULL,NULL),
(2716,'mixpanel','completed',10,'2025-02-22 10:00:17','2025-02-22 10:08:35','2025-02-22 09:32:17','2025-02-22 10:08:35',NULL,0,0,NULL,NULL),
(2717,'mixpanel','completed',10,'2025-02-22 10:49:52','2025-02-22 10:51:51','2025-02-22 10:14:52','2025-02-22 10:51:51',NULL,0,0,NULL,NULL),
(2718,'mixpanel','completed',10,'2025-02-22 11:20:09','2025-02-22 11:25:11','2025-02-22 10:58:09','2025-02-22 11:25:11',NULL,0,0,NULL,NULL),
(2719,'mixpanel','completed',10,'2025-02-22 11:39:33','2025-02-22 11:53:26','2025-02-22 11:32:33','2025-02-22 11:53:26',NULL,0,0,NULL,NULL),
(2720,'mixpanel','completed',10,'2025-02-22 12:51:16','2025-02-22 13:03:10','2025-02-22 12:00:16','2025-02-22 13:03:10',NULL,0,0,NULL,NULL),
(2721,'mixpanel','completed',10,'2025-02-22 13:15:51','2025-02-22 13:18:08','2025-02-22 13:12:51','2025-02-22 13:18:08',NULL,0,0,NULL,NULL),
(2722,'mixpanel','completed',10,'2025-02-22 13:48:56','2025-02-22 13:52:45','2025-02-22 13:21:56','2025-02-22 13:52:45',NULL,0,0,NULL,NULL),
(2723,'mixpanel','completed',10,'2025-02-22 14:46:14','2025-02-22 15:00:01','2025-02-22 14:15:14','2025-02-22 15:00:01',NULL,0,0,NULL,NULL),
(2724,'mixpanel','completed',10,'2025-02-22 15:26:12','2025-02-22 15:38:42','2025-02-22 15:07:12','2025-02-22 15:38:42',NULL,0,0,NULL,NULL),
(2725,'mixpanel','completed',10,'2025-02-22 16:33:23','2025-02-22 16:40:13','2025-02-22 15:41:23','2025-02-22 16:40:13',NULL,0,0,NULL,NULL),
(2726,'mixpanel','completed',10,'2025-02-22 17:12:15','2025-02-22 17:20:11','2025-02-22 16:52:15','2025-02-22 17:20:11',NULL,0,0,NULL,NULL),
(2727,'mixpanel','completed',10,'2025-02-22 18:27:11','2025-02-22 18:28:32','2025-02-22 17:43:11','2025-02-22 18:28:32',NULL,0,0,NULL,NULL),
(2728,'mixpanel','completed',10,'2025-02-22 18:45:47','2025-02-22 18:48:02','2025-02-22 18:30:47','2025-02-22 18:48:02',NULL,0,0,NULL,NULL),
(2729,'mixpanel','completed',10,'2025-02-22 19:39:03','2025-02-22 19:44:59','2025-02-22 18:54:03','2025-02-22 19:44:59',NULL,0,0,NULL,NULL),
(2730,'mixpanel','completed',10,'2025-02-22 20:15:31','2025-02-22 20:18:52','2025-02-22 19:59:31','2025-02-22 20:18:52',NULL,0,0,NULL,NULL),
(2731,'mixpanel','completed',10,'2025-02-22 20:36:27','2025-02-22 20:37:17','2025-02-22 20:34:27','2025-02-22 20:37:17',NULL,0,0,NULL,NULL),
(2732,'mixpanel','completed',10,'2025-02-22 20:54:26','2025-02-22 21:12:58','2025-02-22 20:39:26','2025-02-22 21:12:58',NULL,0,0,NULL,NULL),
(2733,'mixpanel','completed',10,'2025-02-22 21:55:17','2025-02-22 21:56:26','2025-02-22 21:16:17','2025-02-22 21:56:26',NULL,0,0,NULL,NULL),
(2734,'mixpanel','completed',10,'2025-02-22 22:35:33','2025-02-22 22:36:14','2025-02-22 21:59:33','2025-02-22 22:36:14',NULL,0,0,NULL,NULL),
(2735,'schedule_re_engagement_email','completed',10,'2025-02-23 22:29:56','2025-02-24 01:45:27','2025-02-22 22:29:56','2025-02-24 01:45:27',NULL,0,0,NULL,NULL),
(2736,'mixpanel','completed',10,'2025-02-22 23:01:57','2025-02-23 01:20:26','2025-02-22 22:39:57','2025-02-23 01:20:26',NULL,0,0,NULL,NULL),
(2737,'mixpanel','completed',10,'2025-02-23 01:30:55','2025-02-23 05:30:08','2025-02-23 01:26:55','2025-02-23 05:30:08',NULL,0,0,NULL,NULL),
(2738,'mixpanel','completed',10,'2025-02-23 09:36:50','2025-02-23 13:38:36','2025-02-23 09:27:50','2025-02-23 13:38:36',NULL,0,0,NULL,NULL),
(2739,'mixpanel','completed',10,'2025-02-23 13:58:56','2025-02-23 17:31:38','2025-02-23 13:44:56','2025-02-23 17:31:38',NULL,0,0,NULL,NULL),
(2740,'mixpanel','completed',10,'2025-02-23 18:34:48','2025-02-23 21:41:40','2025-02-23 17:38:48','2025-02-23 21:41:40',NULL,0,0,NULL,NULL),
(2741,'inactive_subscribers','completed',10,'2025-03-08 00:00:00','2025-03-08 00:32:52','2025-02-24 01:45:27','2025-03-08 00:32:52',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(2742,'subscribers_engagement_score','completed',10,'2025-02-24 01:45:27','2025-02-24 05:51:48','2025-02-24 01:45:27','2025-02-24 05:51:48',NULL,0,0,NULL,NULL),
(2743,'mixpanel','completed',10,'2025-02-24 01:54:27','2025-02-24 05:51:49','2025-02-24 01:45:27','2025-02-24 05:51:49',NULL,0,0,NULL,NULL),
(2744,'export_files_cleanup','completed',10,'2025-03-05 00:00:00','2025-03-05 06:02:44','2025-02-24 05:51:48','2025-03-05 06:02:44',NULL,0,0,NULL,NULL),
(2745,'subscribers_engagement_score','completed',10,'2025-02-25 02:54:00','2025-02-25 03:18:24','2025-02-24 05:51:48','2025-02-25 03:18:24',NULL,0,0,NULL,NULL),
(2746,'schedule_re_engagement_email','completed',10,'2025-02-25 05:51:49','2025-02-25 05:53:18','2025-02-24 05:51:49','2025-02-25 05:53:18',NULL,0,0,NULL,NULL),
(2747,'mixpanel','completed',10,'2025-02-24 10:32:50','2025-02-24 14:01:32','2025-02-24 10:00:50','2025-02-24 14:01:32',NULL,0,0,NULL,NULL),
(2748,'mixpanel','completed',10,'2025-02-24 16:18:44','2025-02-24 17:51:18','2025-02-24 15:24:44','2025-02-24 17:51:18',NULL,0,0,NULL,NULL),
(2749,'mixpanel','completed',10,'2025-02-24 21:51:45','2025-02-24 21:52:38','2025-02-24 21:16:45','2025-02-24 21:52:38',NULL,0,0,NULL,NULL),
(2750,'mixpanel','completed',10,'2025-02-24 22:53:24','2025-02-24 22:54:36','2025-02-24 21:55:24','2025-02-24 22:54:36',NULL,0,0,NULL,NULL),
(2751,'mixpanel','completed',10,'2025-02-24 23:29:28','2025-02-24 23:44:56','2025-02-24 22:57:28','2025-02-24 23:44:56',NULL,0,0,NULL,NULL),
(2752,'mixpanel','completed',10,'2025-02-25 00:41:17','2025-02-25 02:03:17','2025-02-24 23:47:17','2025-02-25 02:03:17',NULL,0,0,NULL,NULL),
(2753,'mixpanel','completed',10,'2025-02-25 02:35:50','2025-02-25 03:18:24','2025-02-25 02:11:50','2025-02-25 03:18:24',NULL,0,0,NULL,NULL),
(2754,'subscribers_engagement_score','completed',10,'2025-02-25 03:18:24','2025-02-25 03:21:18','2025-02-25 03:18:24','2025-02-25 03:21:18',NULL,0,0,NULL,NULL),
(2755,'subscribers_engagement_score','completed',10,'2025-02-26 06:52:00','2025-02-26 06:54:19','2025-02-25 03:21:18','2025-02-26 06:54:19',NULL,0,0,NULL,NULL),
(2756,'mixpanel','completed',10,'2025-02-25 03:44:18','2025-02-25 03:44:19','2025-02-25 03:21:18','2025-02-25 03:44:19',NULL,0,0,NULL,NULL),
(2757,'mixpanel','completed',10,'2025-02-25 04:29:19','2025-02-25 04:30:19','2025-02-25 03:47:19','2025-02-25 04:30:19',NULL,0,0,NULL,NULL),
(2758,'mixpanel','completed',10,'2025-02-25 04:50:20','2025-02-25 04:51:19','2025-02-25 04:32:20','2025-02-25 04:51:19',NULL,0,0,NULL,NULL),
(2759,'mixpanel','completed',10,'2025-02-25 05:39:23','2025-02-25 05:41:18','2025-02-25 04:54:23','2025-02-25 05:41:18',NULL,0,0,NULL,NULL),
(2760,'mixpanel','completed',10,'2025-02-25 06:10:19','2025-02-25 06:12:18','2025-02-25 05:43:19','2025-02-25 06:12:18',NULL,0,0,NULL,NULL),
(2761,'schedule_re_engagement_email','completed',10,'2025-02-26 05:56:18','2025-02-26 05:56:25','2025-02-25 05:56:18','2025-02-26 05:56:25',NULL,0,0,NULL,NULL),
(2762,'mixpanel','completed',10,'2025-02-25 06:34:19','2025-02-25 06:36:18','2025-02-25 06:14:19','2025-02-25 06:36:18',NULL,0,0,NULL,NULL),
(2763,'mixpanel','completed',10,'2025-02-25 07:02:17','2025-02-25 07:03:18','2025-02-25 06:39:17','2025-02-25 07:03:18',NULL,0,0,NULL,NULL),
(2764,'mixpanel','completed',10,'2025-02-25 07:26:18','2025-02-25 07:27:21','2025-02-25 07:06:18','2025-02-25 07:27:21',NULL,0,0,NULL,NULL),
(2765,'mixpanel','completed',10,'2025-02-25 08:00:18','2025-02-25 08:00:20','2025-02-25 07:30:18','2025-02-25 08:00:20',NULL,0,0,NULL,NULL),
(2766,'mixpanel','completed',10,'2025-02-25 08:21:21','2025-02-25 08:22:20','2025-02-25 08:02:21','2025-02-25 08:22:20',NULL,0,0,NULL,NULL),
(2767,'mixpanel','completed',10,'2025-02-25 09:16:21','2025-02-25 09:19:19','2025-02-25 08:25:21','2025-02-25 09:19:19',NULL,0,0,NULL,NULL),
(2768,'mixpanel','completed',10,'2025-02-25 10:11:19','2025-02-25 10:12:19','2025-02-25 09:21:19','2025-02-25 10:12:19',NULL,0,0,NULL,NULL),
(2769,'mixpanel','completed',10,'2025-02-25 10:41:18','2025-02-25 10:42:18','2025-02-25 10:15:18','2025-02-25 10:42:18',NULL,0,0,NULL,NULL),
(2770,'mixpanel','completed',10,'2025-02-25 11:03:17','2025-02-25 11:05:17','2025-02-25 10:45:17','2025-02-25 11:05:17',NULL,0,0,NULL,NULL),
(2771,'mixpanel','completed',10,'2025-02-25 11:50:19','2025-02-25 11:52:18','2025-02-25 11:07:19','2025-02-25 11:52:18',NULL,0,0,NULL,NULL),
(2772,'mixpanel','completed',10,'2025-02-25 12:51:18','2025-02-25 12:51:19','2025-02-25 11:54:18','2025-02-25 12:51:19',NULL,0,0,NULL,NULL),
(2773,'mixpanel','completed',10,'2025-02-25 13:33:20','2025-02-25 13:34:18','2025-02-25 12:53:20','2025-02-25 13:34:18',NULL,0,0,NULL,NULL),
(2774,'mixpanel','completed',10,'2025-02-25 13:55:20','2025-02-25 13:58:18','2025-02-25 13:36:20','2025-02-25 13:58:18',NULL,0,0,NULL,NULL),
(2775,'mixpanel','completed',10,'2025-02-25 14:09:19','2025-02-25 14:11:19','2025-02-25 14:00:19','2025-02-25 14:11:19',NULL,0,0,NULL,NULL),
(2776,'mixpanel','completed',10,'2025-02-25 14:27:18','2025-02-25 14:27:18','2025-02-25 14:14:18','2025-02-25 14:27:18',NULL,0,0,NULL,NULL),
(2777,'mixpanel','completed',10,'2025-02-25 14:51:19','2025-02-25 14:52:21','2025-02-25 14:29:19','2025-02-25 14:52:21',NULL,0,0,NULL,NULL),
(2778,'mixpanel','completed',10,'2025-02-25 15:44:19','2025-02-25 15:45:18','2025-02-25 14:55:19','2025-02-25 15:45:18',NULL,0,0,NULL,NULL),
(2779,'mixpanel','completed',10,'2025-02-25 16:45:18','2025-02-25 16:46:18','2025-02-25 15:48:18','2025-02-25 16:46:18',NULL,0,0,NULL,NULL),
(2780,'mixpanel','completed',10,'2025-02-25 17:44:20','2025-02-25 17:45:17','2025-02-25 16:48:20','2025-02-25 17:45:17',NULL,0,0,NULL,NULL),
(2781,'mixpanel','completed',10,'2025-02-25 18:41:18','2025-02-25 18:42:19','2025-02-25 17:47:18','2025-02-25 18:42:19',NULL,0,0,NULL,NULL),
(2782,'mixpanel','completed',10,'2025-02-25 19:06:18','2025-02-25 19:06:18','2025-02-25 18:45:18','2025-02-25 19:06:18',NULL,0,0,NULL,NULL),
(2783,'mixpanel','completed',10,'2025-02-25 20:04:18','2025-02-25 20:05:18','2025-02-25 19:08:18','2025-02-25 20:05:18',NULL,0,0,NULL,NULL),
(2784,'mixpanel','completed',10,'2025-02-25 20:18:18','2025-02-25 20:18:18','2025-02-25 20:07:18','2025-02-25 20:18:18',NULL,0,0,NULL,NULL),
(2785,'mixpanel','completed',10,'2025-02-25 21:11:18','2025-02-25 21:12:17','2025-02-25 20:21:18','2025-02-25 21:12:17',NULL,0,0,NULL,NULL),
(2786,'mixpanel','completed',10,'2025-02-25 21:53:18','2025-02-25 21:54:18','2025-02-25 21:14:18','2025-02-25 21:54:18',NULL,0,0,NULL,NULL),
(2787,'mixpanel','completed',10,'2025-02-25 21:59:20','2025-02-25 22:00:19','2025-02-25 21:57:20','2025-02-25 22:00:19',NULL,0,0,NULL,NULL),
(2788,'mixpanel','completed',10,'2025-02-25 22:39:18','2025-02-25 22:40:21','2025-02-25 22:03:18','2025-02-25 22:40:21',NULL,0,0,NULL,NULL),
(2789,'mixpanel','completed',10,'2025-02-25 23:00:20','2025-02-25 23:01:21','2025-02-25 22:43:20','2025-02-25 23:01:21',NULL,0,0,NULL,NULL),
(2790,'mixpanel','completed',10,'2025-02-25 23:58:58','2025-02-25 23:59:19','2025-02-25 23:05:58','2025-02-25 23:59:19',NULL,0,0,NULL,NULL),
(2791,'subscribers_email_count','completed',10,'2025-03-08 00:00:00','2025-03-08 00:32:52','2025-02-26 00:01:21','2025-03-08 00:32:52',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(2792,'mixpanel','completed',10,'2025-02-26 00:57:21','2025-02-26 01:00:21','2025-02-26 00:01:21','2025-02-26 01:00:21',NULL,0,0,NULL,NULL),
(2793,'mixpanel','completed',10,'2025-02-26 01:09:20','2025-02-26 01:11:17','2025-02-26 01:03:20','2025-02-26 01:11:17',NULL,0,0,NULL,NULL),
(2794,'mixpanel','completed',10,'2025-02-26 02:00:18','2025-02-26 02:07:25','2025-02-26 01:13:18','2025-02-26 02:07:25',NULL,0,0,NULL,NULL),
(2795,'mixpanel','completed',10,'2025-02-26 02:17:18','2025-02-26 02:27:10','2025-02-26 02:10:18','2025-02-26 02:27:10',NULL,0,0,NULL,NULL),
(2796,'mixpanel','completed',10,'2025-02-26 02:58:18','2025-02-26 02:58:18','2025-02-26 02:29:18','2025-02-26 02:58:18',NULL,0,0,NULL,NULL),
(2797,'mixpanel','completed',10,'2025-02-26 03:57:18','2025-02-26 03:59:18','2025-02-26 03:00:18','2025-02-26 03:59:18',NULL,0,0,NULL,NULL),
(2798,'mixpanel','completed',10,'2025-02-26 04:17:19','2025-02-26 04:28:33','2025-02-26 04:01:19','2025-02-26 04:28:33',NULL,0,0,NULL,NULL),
(2799,'mixpanel','completed',10,'2025-02-26 05:03:19','2025-02-26 05:03:34','2025-02-26 04:33:19','2025-02-26 05:03:34',NULL,0,0,NULL,NULL),
(2800,'mixpanel','completed',10,'2025-02-26 05:45:59','2025-02-26 05:48:24','2025-02-26 05:08:59','2025-02-26 05:48:24',NULL,0,0,NULL,NULL),
(2801,'mixpanel','completed',10,'2025-02-26 06:47:28','2025-02-26 06:48:21','2025-02-26 05:51:28','2025-02-26 06:48:21',NULL,0,0,NULL,NULL),
(2802,'schedule_re_engagement_email','completed',10,'2025-02-27 05:59:20','2025-02-27 06:00:18','2025-02-26 05:59:20','2025-02-27 06:00:18',NULL,0,0,NULL,NULL),
(2803,'mixpanel','completed',10,'2025-02-26 07:17:20','2025-02-26 07:19:21','2025-02-26 06:51:20','2025-02-26 07:19:21',NULL,0,0,NULL,NULL),
(2804,'subscribers_engagement_score','completed',10,'2025-02-26 06:54:19','2025-02-26 06:56:19','2025-02-26 06:54:19','2025-02-26 06:56:19',NULL,0,0,NULL,NULL),
(2805,'subscribers_engagement_score','completed',10,'2025-02-27 02:30:00','2025-02-27 02:32:19','2025-02-26 06:56:19','2025-02-27 02:32:19',NULL,0,0,NULL,NULL),
(2806,'mixpanel','completed',10,'2025-02-26 07:45:23','2025-02-26 07:48:18','2025-02-26 07:22:23','2025-02-26 07:48:18',NULL,0,0,NULL,NULL),
(2807,'mixpanel','completed',10,'2025-02-26 07:59:20','2025-02-26 08:00:17','2025-02-26 07:50:20','2025-02-26 08:00:17',NULL,0,0,NULL,NULL),
(2808,'mixpanel','completed',10,'2025-02-26 08:08:19','2025-02-26 08:10:20','2025-02-26 08:02:19','2025-02-26 08:10:20',NULL,0,0,NULL,NULL),
(2809,'mixpanel','completed',10,'2025-02-26 09:08:20','2025-02-26 09:09:20','2025-02-26 08:13:20','2025-02-26 09:09:20',NULL,0,0,NULL,NULL),
(2810,'mixpanel','completed',10,'2025-02-26 10:05:18','2025-02-26 10:05:19','2025-02-26 09:12:18','2025-02-26 10:05:19',NULL,0,0,NULL,NULL),
(2811,'mixpanel','completed',10,'2025-02-26 10:39:20','2025-02-26 10:39:20','2025-02-26 10:07:20','2025-02-26 10:39:20',NULL,0,0,NULL,NULL),
(2812,'mixpanel','completed',10,'2025-02-26 11:35:20','2025-02-26 11:37:18','2025-02-26 10:41:20','2025-02-26 11:37:18',NULL,0,0,NULL,NULL),
(2813,'mixpanel','completed',10,'2025-02-26 12:08:19','2025-02-26 12:10:18','2025-02-26 11:39:19','2025-02-26 12:10:18',NULL,0,0,NULL,NULL),
(2814,'mixpanel','completed',10,'2025-02-26 12:25:19','2025-02-26 12:25:20','2025-02-26 12:12:19','2025-02-26 12:25:20',NULL,0,0,NULL,NULL),
(2815,'mixpanel','completed',10,'2025-02-26 12:55:18','2025-02-26 12:56:19','2025-02-26 12:28:18','2025-02-26 12:56:19',NULL,0,0,NULL,NULL),
(2816,'mixpanel','completed',10,'2025-02-26 13:06:20','2025-02-26 13:07:19','2025-02-26 12:59:20','2025-02-26 13:07:19',NULL,0,0,NULL,NULL),
(2817,'mixpanel','completed',10,'2025-02-26 13:59:18','2025-02-26 14:00:19','2025-02-26 13:10:18','2025-02-26 14:00:19',NULL,0,0,NULL,NULL),
(2818,'mixpanel','completed',10,'2025-02-26 14:02:18','2025-02-26 14:05:18','2025-02-26 14:03:18','2025-02-26 14:05:18',NULL,0,0,NULL,NULL),
(2819,'mixpanel','completed',10,'2025-02-26 15:05:19','2025-02-26 15:07:19','2025-02-26 14:07:19','2025-02-26 15:07:19',NULL,0,0,NULL,NULL),
(2820,'mixpanel','completed',10,'2025-02-26 15:24:17','2025-02-26 15:24:18','2025-02-26 15:10:17','2025-02-26 15:24:18',NULL,0,0,NULL,NULL),
(2821,'mixpanel','completed',10,'2025-02-26 16:21:18','2025-02-26 16:22:20','2025-02-26 15:27:18','2025-02-26 16:22:20',NULL,0,0,NULL,NULL),
(2822,'mixpanel','completed',10,'2025-02-26 17:09:19','2025-02-26 17:10:19','2025-02-26 16:25:19','2025-02-26 17:10:19',NULL,0,0,NULL,NULL),
(2823,'mixpanel','completed',10,'2025-02-26 17:22:17','2025-02-26 17:23:19','2025-02-26 17:13:17','2025-02-26 17:23:19',NULL,0,0,NULL,NULL),
(2824,'mixpanel','completed',10,'2025-02-26 17:45:19','2025-02-26 17:47:18','2025-02-26 17:26:19','2025-02-26 17:47:18',NULL,0,0,NULL,NULL),
(2825,'mixpanel','completed',10,'2025-02-26 18:29:19','2025-02-26 18:32:19','2025-02-26 17:49:19','2025-02-26 18:32:19',NULL,0,0,NULL,NULL),
(2826,'mixpanel','completed',10,'2025-02-26 19:10:17','2025-02-26 19:12:20','2025-02-26 18:35:17','2025-02-26 19:12:20',NULL,0,0,NULL,NULL),
(2827,'mixpanel','completed',10,'2025-02-26 19:20:18','2025-02-26 19:20:19','2025-02-26 19:15:18','2025-02-26 19:20:19',NULL,0,0,NULL,NULL),
(2828,'mixpanel','completed',10,'2025-02-26 19:30:20','2025-02-26 19:31:18','2025-02-26 19:22:20','2025-02-26 19:31:18',NULL,0,0,NULL,NULL),
(2829,'mixpanel','completed',10,'2025-02-26 19:37:19','2025-02-26 19:38:18','2025-02-26 19:33:19','2025-02-26 19:38:18',NULL,0,0,NULL,NULL),
(2830,'mixpanel','completed',10,'2025-02-26 19:53:18','2025-02-26 19:54:19','2025-02-26 19:40:18','2025-02-26 19:54:19',NULL,0,0,NULL,NULL),
(2831,'mixpanel','completed',10,'2025-02-26 20:23:18','2025-02-26 20:25:19','2025-02-26 19:57:18','2025-02-26 20:25:19',NULL,0,0,NULL,NULL),
(2832,'mixpanel','completed',10,'2025-02-26 21:00:19','2025-02-26 21:01:18','2025-02-26 20:28:19','2025-02-26 21:01:18',NULL,0,0,NULL,NULL),
(2833,'mixpanel','completed',10,'2025-02-26 21:49:19','2025-02-26 21:55:48','2025-02-26 21:03:19','2025-02-26 21:55:48',NULL,0,0,NULL,NULL),
(2834,'mixpanel','completed',10,'2025-02-26 22:30:18','2025-02-26 22:31:20','2025-02-26 21:58:18','2025-02-26 22:31:20',NULL,0,0,NULL,NULL),
(2835,'mixpanel','completed',10,'2025-02-26 23:19:19','2025-02-26 23:44:37','2025-02-26 22:34:19','2025-02-26 23:44:37',NULL,0,0,NULL,NULL),
(2836,'mixpanel','completed',10,'2025-02-27 00:22:18','2025-02-27 00:22:49','2025-02-26 23:47:18','2025-02-27 00:22:49',NULL,0,0,NULL,NULL),
(2837,'mixpanel','completed',10,'2025-02-27 00:41:20','2025-02-27 00:42:36','2025-02-27 00:25:20','2025-02-27 00:42:36',NULL,0,0,NULL,NULL),
(2838,'mixpanel','completed',10,'2025-02-27 01:38:41','2025-02-27 01:39:38','2025-02-27 00:45:41','2025-02-27 01:39:38',NULL,0,0,NULL,NULL),
(2839,'mixpanel','completed',10,'2025-02-27 02:35:33','2025-02-27 02:38:18','2025-02-27 01:42:33','2025-02-27 02:38:18',NULL,0,0,NULL,NULL),
(2840,'subscribers_engagement_score','completed',10,'2025-02-28 16:10:00','2025-02-28 16:10:18','2025-02-27 02:32:19','2025-02-28 16:10:18',NULL,0,0,NULL,NULL),
(2841,'mixpanel','completed',10,'2025-02-27 03:04:19','2025-02-27 03:04:19','2025-02-27 02:40:19','2025-02-27 03:04:19',NULL,0,0,NULL,NULL),
(2842,'mixpanel','completed',10,'2025-02-27 03:27:17','2025-02-27 03:27:18','2025-02-27 03:07:17','2025-02-27 03:27:18',NULL,0,0,NULL,NULL),
(2843,'mixpanel','completed',10,'2025-02-27 04:18:18','2025-02-27 04:20:18','2025-02-27 03:29:18','2025-02-27 04:20:18',NULL,0,0,NULL,NULL),
(2844,'mixpanel','completed',10,'2025-02-27 04:22:18','2025-02-27 04:25:18','2025-02-27 04:22:18','2025-02-27 04:25:18',NULL,0,0,NULL,NULL),
(2845,'mixpanel','completed',10,'2025-02-27 05:15:18','2025-02-27 05:16:18','2025-02-27 04:27:18','2025-02-27 05:16:18',NULL,0,0,NULL,NULL),
(2846,'mixpanel','completed',10,'2025-02-27 05:44:18','2025-02-27 05:46:18','2025-02-27 05:19:18','2025-02-27 05:46:18',NULL,0,0,NULL,NULL),
(2847,'mixpanel','completed',10,'2025-02-27 06:13:19','2025-02-27 06:16:19','2025-02-27 05:48:19','2025-02-27 06:16:19',NULL,0,0,NULL,NULL),
(2848,'schedule_re_engagement_email','completed',10,'2025-02-28 06:03:18','2025-02-28 06:03:18','2025-02-27 06:03:18','2025-02-28 06:03:18',NULL,0,0,NULL,NULL),
(2849,'mixpanel','completed',10,'2025-02-27 06:46:18','2025-02-27 06:47:18','2025-02-27 06:19:18','2025-02-27 06:47:18',NULL,0,0,NULL,NULL),
(2850,'mixpanel','completed',10,'2025-02-27 06:52:18','2025-02-27 06:53:18','2025-02-27 06:49:18','2025-02-27 06:53:18',NULL,0,0,NULL,NULL),
(2851,'mixpanel','completed',10,'2025-02-27 07:34:18','2025-02-27 07:34:18','2025-02-27 06:55:18','2025-02-27 07:34:18',NULL,0,0,NULL,NULL),
(2852,'mixpanel','completed',10,'2025-02-27 08:31:18','2025-02-27 08:33:18','2025-02-27 07:36:18','2025-02-27 08:33:18',NULL,0,0,NULL,NULL),
(2853,'mixpanel','completed',10,'2025-02-27 09:18:18','2025-02-27 09:20:18','2025-02-27 08:36:18','2025-02-27 09:20:18',NULL,0,0,NULL,NULL),
(2854,'mixpanel','completed',10,'2025-02-27 10:00:18','2025-02-27 10:01:18','2025-02-27 09:23:18','2025-02-27 10:01:18',NULL,0,0,NULL,NULL),
(2855,'mixpanel','completed',10,'2025-02-27 10:40:18','2025-02-27 10:42:18','2025-02-27 10:03:18','2025-02-27 10:42:18',NULL,0,0,NULL,NULL),
(2856,'mixpanel','completed',10,'2025-02-27 11:12:18','2025-02-27 11:14:18','2025-02-27 10:45:18','2025-02-27 11:14:18',NULL,0,0,NULL,NULL),
(2857,'mixpanel','completed',10,'2025-02-27 11:55:18','2025-02-27 11:57:18','2025-02-27 11:17:18','2025-02-27 11:57:18',NULL,0,0,NULL,NULL),
(2858,'mixpanel','completed',10,'2025-02-27 12:23:18','2025-02-27 12:23:18','2025-02-27 12:00:18','2025-02-27 12:23:18',NULL,0,0,NULL,NULL),
(2859,'mixpanel','completed',10,'2025-02-27 12:25:18','2025-02-27 12:28:19','2025-02-27 12:26:18','2025-02-27 12:28:19',NULL,0,0,NULL,NULL),
(2860,'mixpanel','completed',10,'2025-02-27 13:20:17','2025-02-27 13:22:18','2025-02-27 12:31:17','2025-02-27 13:22:18',NULL,0,0,NULL,NULL),
(2861,'mixpanel','completed',10,'2025-02-27 13:35:19','2025-02-27 13:37:18','2025-02-27 13:24:19','2025-02-27 13:37:18',NULL,0,0,NULL,NULL),
(2862,'mixpanel','completed',10,'2025-02-27 13:59:18','2025-02-27 13:59:18','2025-02-27 13:39:18','2025-02-27 13:59:18',NULL,0,0,NULL,NULL),
(2863,'mixpanel','completed',10,'2025-02-27 14:27:19','2025-02-27 14:30:18','2025-02-27 14:01:19','2025-02-27 14:30:18',NULL,0,0,NULL,NULL),
(2864,'mixpanel','completed',10,'2025-02-27 14:50:18','2025-02-27 14:51:19','2025-02-27 14:32:18','2025-02-27 14:51:19',NULL,0,0,NULL,NULL),
(2865,'mixpanel','completed',10,'2025-02-27 14:53:19','2025-02-27 14:57:18','2025-02-27 14:54:19','2025-02-27 14:57:18',NULL,0,0,NULL,NULL),
(2866,'mixpanel','completed',10,'2025-02-27 15:44:18','2025-02-27 15:44:18','2025-02-27 14:59:18','2025-02-27 15:44:18',NULL,0,0,NULL,NULL),
(2867,'mixpanel','completed',10,'2025-02-27 15:45:18','2025-02-27 15:49:18','2025-02-27 15:46:18','2025-02-27 15:49:18',NULL,0,0,NULL,NULL),
(2868,'mixpanel','completed',10,'2025-02-27 16:34:18','2025-02-27 16:35:18','2025-02-27 15:52:18','2025-02-27 16:35:18',NULL,0,0,NULL,NULL),
(2869,'mixpanel','completed',10,'2025-02-27 16:42:17','2025-02-27 16:43:18','2025-02-27 16:38:17','2025-02-27 16:43:18',NULL,0,0,NULL,NULL),
(2870,'mixpanel','completed',10,'2025-02-27 16:56:18','2025-02-27 16:56:18','2025-02-27 16:45:18','2025-02-27 16:56:18',NULL,0,0,NULL,NULL),
(2871,'mixpanel','completed',10,'2025-02-27 17:39:18','2025-02-27 17:39:18','2025-02-27 16:58:18','2025-02-27 17:39:18',NULL,0,0,NULL,NULL),
(2872,'mixpanel','completed',10,'2025-02-27 18:18:18','2025-02-27 18:18:19','2025-02-27 17:42:18','2025-02-27 18:18:19',NULL,0,0,NULL,NULL),
(2873,'mixpanel','completed',10,'2025-02-27 18:32:17','2025-02-27 18:33:18','2025-02-27 18:21:17','2025-02-27 18:33:18',NULL,0,0,NULL,NULL),
(2874,'mixpanel','completed',10,'2025-02-27 19:24:18','2025-02-27 19:26:18','2025-02-27 18:35:18','2025-02-27 19:26:18',NULL,0,0,NULL,NULL),
(2875,'mixpanel','completed',10,'2025-02-27 19:56:18','2025-02-27 19:58:17','2025-02-27 19:29:18','2025-02-27 19:58:17',NULL,0,0,NULL,NULL),
(2876,'mixpanel','completed',10,'2025-02-27 20:07:18','2025-02-27 20:07:18','2025-02-27 20:00:18','2025-02-27 20:07:18',NULL,0,0,NULL,NULL),
(2877,'mixpanel','completed',10,'2025-02-27 20:49:18','2025-02-27 20:51:17','2025-02-27 20:09:18','2025-02-27 20:51:17',NULL,0,0,NULL,NULL),
(2878,'mixpanel','completed',10,'2025-02-27 21:20:18','2025-02-27 21:20:18','2025-02-27 20:53:18','2025-02-27 21:20:18',NULL,0,0,NULL,NULL),
(2879,'mixpanel','completed',10,'2025-02-27 22:16:18','2025-02-27 22:17:18','2025-02-27 21:23:18','2025-02-27 22:17:18',NULL,0,0,NULL,NULL),
(2880,'mixpanel','completed',10,'2025-02-27 22:52:17','2025-02-27 22:54:19','2025-02-27 22:20:17','2025-02-27 22:54:19',NULL,0,0,NULL,NULL),
(2881,'mixpanel','completed',10,'2025-02-27 23:47:17','2025-02-27 23:47:18','2025-02-27 22:57:17','2025-02-27 23:47:18',NULL,0,0,NULL,NULL),
(2882,'mixpanel','completed',10,'2025-02-28 00:07:18','2025-02-28 00:07:18','2025-02-27 23:50:18','2025-02-28 00:07:18',NULL,0,0,NULL,NULL),
(2883,'mixpanel','completed',10,'2025-02-28 01:00:18','2025-02-28 01:02:17','2025-02-28 00:10:18','2025-02-28 01:02:17',NULL,0,0,NULL,NULL),
(2884,'mixpanel','completed',10,'2025-02-28 01:55:18','2025-02-28 01:56:18','2025-02-28 01:05:18','2025-02-28 01:56:18',NULL,0,0,NULL,NULL),
(2885,'mixpanel','completed',10,'2025-02-28 02:05:18','2025-02-28 02:06:18','2025-02-28 01:58:18','2025-02-28 02:06:18',NULL,0,0,NULL,NULL),
(2886,'mixpanel','completed',10,'2025-02-28 03:07:17','2025-02-28 03:07:18','2025-02-28 02:09:17','2025-02-28 03:07:18',NULL,0,0,NULL,NULL),
(2887,'mixpanel','completed',10,'2025-02-28 03:31:17','2025-02-28 03:36:46','2025-02-28 03:10:17','2025-02-28 03:36:46',NULL,0,0,NULL,NULL),
(2888,'mixpanel','completed',10,'2025-02-28 04:20:18','2025-02-28 04:20:18','2025-02-28 03:39:18','2025-02-28 04:20:18',NULL,0,0,NULL,NULL),
(2889,'mixpanel','completed',10,'2025-02-28 04:43:19','2025-02-28 04:44:18','2025-02-28 04:23:19','2025-02-28 04:44:18',NULL,0,0,NULL,NULL),
(2890,'mixpanel','completed',10,'2025-02-28 05:11:18','2025-02-28 05:11:18','2025-02-28 04:47:18','2025-02-28 05:11:18',NULL,0,0,NULL,NULL),
(2891,'mixpanel','completed',10,'2025-02-28 05:24:18','2025-02-28 05:25:18','2025-02-28 05:13:18','2025-02-28 05:25:18',NULL,0,0,NULL,NULL),
(2892,'mixpanel','completed',10,'2025-02-28 05:29:17','2025-02-28 05:30:17','2025-02-28 05:28:17','2025-02-28 05:30:17',NULL,0,0,NULL,NULL),
(2893,'mixpanel','completed',10,'2025-02-28 06:17:18','2025-02-28 06:19:29','2025-02-28 05:32:18','2025-02-28 06:19:29',NULL,0,0,NULL,NULL),
(2894,'schedule_re_engagement_email','completed',10,'2025-03-01 06:05:18','2025-03-01 06:05:19','2025-02-28 06:05:18','2025-03-01 06:05:19',NULL,0,0,NULL,NULL),
(2895,'mixpanel','completed',10,'2025-02-28 06:26:18','2025-02-28 06:28:17','2025-02-28 06:22:18','2025-02-28 06:28:17',NULL,0,0,NULL,NULL),
(2896,'mixpanel','completed',10,'2025-02-28 06:40:18','2025-02-28 06:40:35','2025-02-28 06:30:18','2025-02-28 06:40:35',NULL,0,0,NULL,NULL),
(2897,'mixpanel','completed',10,'2025-02-28 07:03:17','2025-02-28 07:03:19','2025-02-28 06:43:17','2025-02-28 07:03:19',NULL,0,0,NULL,NULL),
(2898,'mixpanel','completed',10,'2025-02-28 07:21:18','2025-02-28 07:23:18','2025-02-28 07:06:18','2025-02-28 07:23:18',NULL,0,0,NULL,NULL),
(2899,'mixpanel','completed',10,'2025-02-28 08:16:18','2025-02-28 08:17:18','2025-02-28 07:25:18','2025-02-28 08:17:18',NULL,0,0,NULL,NULL),
(2900,'mixpanel','completed',10,'2025-02-28 09:13:18','2025-02-28 09:14:19','2025-02-28 08:19:18','2025-02-28 09:14:19',NULL,0,0,NULL,NULL),
(2901,'mixpanel','completed',10,'2025-02-28 09:30:18','2025-02-28 09:30:18','2025-02-28 09:17:18','2025-02-28 09:30:18',NULL,0,0,NULL,NULL),
(2902,'mixpanel','completed',10,'2025-02-28 09:54:18','2025-02-28 09:56:18','2025-02-28 09:32:18','2025-02-28 09:56:18',NULL,0,0,NULL,NULL),
(2903,'mixpanel','completed',10,'2025-02-28 10:26:18','2025-02-28 10:28:18','2025-02-28 09:59:18','2025-02-28 10:28:18',NULL,0,0,NULL,NULL),
(2904,'mixpanel','completed',10,'2025-02-28 11:19:18','2025-02-28 11:20:18','2025-02-28 10:30:18','2025-02-28 11:20:18',NULL,0,0,NULL,NULL),
(2905,'mixpanel','completed',10,'2025-02-28 11:23:18','2025-02-28 11:24:18','2025-02-28 11:22:18','2025-02-28 11:24:18',NULL,0,0,NULL,NULL),
(2906,'mixpanel','completed',10,'2025-02-28 12:14:17','2025-02-28 12:16:18','2025-02-28 11:27:17','2025-02-28 12:16:18',NULL,0,0,NULL,NULL),
(2907,'mixpanel','completed',10,'2025-02-28 13:06:18','2025-02-28 13:07:18','2025-02-28 12:18:18','2025-02-28 13:07:18',NULL,0,0,NULL,NULL),
(2908,'mixpanel','completed',10,'2025-02-28 13:46:18','2025-02-28 13:47:18','2025-02-28 13:10:18','2025-02-28 13:47:18',NULL,0,0,NULL,NULL),
(2909,'mixpanel','completed',10,'2025-02-28 14:22:18','2025-02-28 14:22:18','2025-02-28 13:49:18','2025-02-28 14:22:18',NULL,0,0,NULL,NULL),
(2910,'mixpanel','completed',10,'2025-02-28 14:41:18','2025-02-28 14:42:18','2025-02-28 14:25:18','2025-02-28 14:42:18',NULL,0,0,NULL,NULL),
(2911,'mixpanel','completed',10,'2025-02-28 15:02:18','2025-02-28 15:04:18','2025-02-28 14:44:18','2025-02-28 15:04:18',NULL,0,0,NULL,NULL),
(2912,'mixpanel','completed',10,'2025-02-28 15:19:17','2025-02-28 15:19:18','2025-02-28 15:07:17','2025-02-28 15:19:18',NULL,0,0,NULL,NULL),
(2913,'mixpanel','completed',10,'2025-02-28 15:36:18','2025-02-28 15:37:18','2025-02-28 15:21:18','2025-02-28 15:37:18',NULL,0,0,NULL,NULL),
(2914,'mixpanel','completed',10,'2025-02-28 16:20:18','2025-02-28 16:22:17','2025-02-28 15:39:18','2025-02-28 16:22:17',NULL,0,0,NULL,NULL),
(2915,'subscribers_engagement_score','completed',10,'2025-02-28 16:10:18','2025-02-28 16:13:18','2025-02-28 16:10:18','2025-02-28 16:13:18',NULL,0,0,NULL,NULL),
(2916,'subscribers_engagement_score','completed',10,'2025-03-01 11:50:00','2025-03-01 11:52:18','2025-02-28 16:13:18','2025-03-01 11:52:18',NULL,0,0,NULL,NULL),
(2917,'mixpanel','completed',10,'2025-02-28 17:01:18','2025-02-28 17:03:18','2025-02-28 16:24:18','2025-02-28 17:03:18',NULL,0,0,NULL,NULL),
(2918,'mixpanel','completed',10,'2025-02-28 17:11:19','2025-02-28 17:12:18','2025-02-28 17:05:19','2025-02-28 17:12:18',NULL,0,0,NULL,NULL),
(2919,'mixpanel','completed',10,'2025-02-28 17:27:18','2025-02-28 17:27:18','2025-02-28 17:15:18','2025-02-28 17:27:18',NULL,0,0,NULL,NULL),
(2920,'mixpanel','completed',10,'2025-02-28 18:18:18','2025-02-28 18:20:18','2025-02-28 17:29:18','2025-02-28 18:20:18',NULL,0,0,NULL,NULL),
(2921,'mixpanel','completed',10,'2025-02-28 18:33:18','2025-02-28 18:34:17','2025-02-28 18:22:18','2025-02-28 18:34:17',NULL,0,0,NULL,NULL),
(2922,'mixpanel','completed',10,'2025-02-28 19:33:18','2025-02-28 19:34:18','2025-02-28 18:36:18','2025-02-28 19:34:18',NULL,0,0,NULL,NULL),
(2923,'mixpanel','completed',10,'2025-02-28 19:54:18','2025-02-28 19:55:18','2025-02-28 19:37:18','2025-02-28 19:55:18',NULL,0,0,NULL,NULL),
(2924,'mixpanel','completed',10,'2025-02-28 20:17:18','2025-02-28 20:18:18','2025-02-28 19:58:18','2025-02-28 20:18:18',NULL,0,0,NULL,NULL),
(2925,'mixpanel','completed',10,'2025-02-28 20:30:18','2025-02-28 20:30:18','2025-02-28 20:20:18','2025-02-28 20:30:18',NULL,0,0,NULL,NULL),
(2926,'mixpanel','completed',10,'2025-02-28 21:06:18','2025-02-28 21:08:17','2025-02-28 20:33:18','2025-02-28 21:08:17',NULL,0,0,NULL,NULL),
(2927,'mixpanel','completed',10,'2025-02-28 21:31:18','2025-02-28 21:31:18','2025-02-28 21:10:18','2025-02-28 21:31:18',NULL,0,0,NULL,NULL),
(2928,'mixpanel','completed',10,'2025-02-28 22:03:18','2025-02-28 22:03:19','2025-02-28 21:34:18','2025-02-28 22:03:19',NULL,0,0,NULL,NULL),
(2929,'mixpanel','completed',10,'2025-02-28 22:51:18','2025-02-28 22:53:18','2025-02-28 22:06:18','2025-02-28 22:53:18',NULL,0,0,NULL,NULL),
(2930,'mixpanel','completed',10,'2025-02-28 22:55:18','2025-02-28 22:57:18','2025-02-28 22:55:18','2025-02-28 22:57:18',NULL,0,0,NULL,NULL),
(2931,'mixpanel','completed',10,'2025-02-28 23:36:18','2025-02-28 23:36:18','2025-02-28 22:59:18','2025-02-28 23:36:18',NULL,0,0,NULL,NULL),
(2932,'mixpanel','completed',10,'2025-03-01 00:08:18','2025-03-01 00:08:18','2025-02-28 23:39:18','2025-03-01 00:08:18',NULL,0,0,NULL,NULL),
(2933,'mixpanel','completed',10,'2025-03-01 01:03:18','2025-03-01 01:04:19','2025-03-01 00:11:18','2025-03-01 01:04:19',NULL,0,0,NULL,NULL),
(2934,'mixpanel','completed',10,'2025-03-01 01:24:18','2025-03-01 01:24:18','2025-03-01 01:07:18','2025-03-01 01:24:18',NULL,0,0,NULL,NULL),
(2935,'mixpanel','completed',10,'2025-03-01 01:27:18','2025-03-01 01:29:18','2025-03-01 01:27:18','2025-03-01 01:29:18',NULL,0,0,NULL,NULL),
(2936,'mixpanel','completed',10,'2025-03-01 01:33:18','2025-03-01 01:34:18','2025-03-01 01:31:18','2025-03-01 01:34:18',NULL,0,0,NULL,NULL),
(2937,'mixpanel','completed',10,'2025-03-01 01:45:18','2025-03-01 01:45:18','2025-03-01 01:36:18','2025-03-01 01:45:18',NULL,0,0,NULL,NULL),
(2938,'mixpanel','completed',10,'2025-03-01 02:31:18','2025-03-01 02:32:18','2025-03-01 01:48:18','2025-03-01 02:32:18',NULL,0,0,NULL,NULL),
(2939,'mixpanel','completed',10,'2025-03-01 02:54:18','2025-03-01 02:56:18','2025-03-01 02:34:18','2025-03-01 02:56:18',NULL,0,0,NULL,NULL),
(2940,'mixpanel','completed',10,'2025-03-01 03:29:18','2025-03-01 03:31:18','2025-03-01 02:58:18','2025-03-01 03:31:18',NULL,0,0,NULL,NULL),
(2941,'mixpanel','completed',10,'2025-03-01 03:52:18','2025-03-01 03:53:18','2025-03-01 03:33:18','2025-03-01 03:53:18',NULL,0,0,NULL,NULL),
(2942,'mixpanel','completed',10,'2025-03-01 04:04:18','2025-03-01 04:04:18','2025-03-01 03:55:18','2025-03-01 04:04:18',NULL,0,0,NULL,NULL),
(2943,'mixpanel','completed',10,'2025-03-01 04:30:18','2025-03-01 04:30:18','2025-03-01 04:06:18','2025-03-01 04:30:18',NULL,0,0,NULL,NULL),
(2944,'mixpanel','completed',10,'2025-03-01 05:28:18','2025-03-01 05:28:18','2025-03-01 04:32:18','2025-03-01 05:28:18',NULL,0,0,NULL,NULL),
(2945,'mixpanel','completed',10,'2025-03-01 06:03:18','2025-03-01 06:03:18','2025-03-01 05:31:18','2025-03-01 06:03:18',NULL,0,0,NULL,NULL),
(2946,'mixpanel','completed',10,'2025-03-01 06:57:19','2025-03-01 06:58:18','2025-03-01 06:05:19','2025-03-01 06:58:18',NULL,0,0,NULL,NULL),
(2947,'schedule_re_engagement_email','completed',10,'2025-03-02 06:08:17','2025-03-02 06:08:18','2025-03-01 06:08:17','2025-03-02 06:08:18',NULL,0,0,NULL,NULL),
(2948,'mixpanel','completed',10,'2025-03-01 07:54:18','2025-03-01 07:54:18','2025-03-01 07:01:18','2025-03-01 07:54:18',NULL,0,0,NULL,NULL),
(2949,'mixpanel','completed',10,'2025-03-01 08:13:18','2025-03-01 08:13:18','2025-03-01 07:56:18','2025-03-01 08:13:18',NULL,0,0,NULL,NULL),
(2950,'mixpanel','completed',10,'2025-03-01 09:08:19','2025-03-01 09:09:19','2025-03-01 08:16:19','2025-03-01 09:09:19',NULL,0,0,NULL,NULL),
(2951,'mixpanel','completed',10,'2025-03-01 10:07:19','2025-03-01 10:08:19','2025-03-01 09:12:19','2025-03-01 10:08:19',NULL,0,0,NULL,NULL),
(2952,'mixpanel','completed',10,'2025-03-01 10:52:18','2025-03-01 10:53:19','2025-03-01 10:11:18','2025-03-01 10:53:19',NULL,0,0,NULL,NULL),
(2953,'mixpanel','completed',10,'2025-03-01 11:49:18','2025-03-01 11:49:18','2025-03-01 10:56:18','2025-03-01 11:49:18',NULL,0,0,NULL,NULL),
(2954,'subscribers_engagement_score','completed',10,'2025-03-02 10:21:00','2025-03-02 10:21:23','2025-03-01 11:52:18','2025-03-02 10:21:23',NULL,0,0,NULL,NULL),
(2955,'mixpanel','completed',10,'2025-03-01 12:24:18','2025-03-01 12:24:18','2025-03-01 11:52:18','2025-03-01 12:24:18',NULL,0,0,NULL,NULL),
(2956,'mixpanel','completed',10,'2025-03-01 12:50:18','2025-03-01 12:51:19','2025-03-01 12:26:18','2025-03-01 12:51:19',NULL,0,0,NULL,NULL),
(2957,'mixpanel','completed',10,'2025-03-01 13:47:18','2025-03-01 13:48:18','2025-03-01 12:54:18','2025-03-01 13:48:18',NULL,0,0,NULL,NULL),
(2958,'mixpanel','completed',10,'2025-03-01 14:05:19','2025-03-01 14:07:19','2025-03-01 13:50:19','2025-03-01 14:07:19',NULL,0,0,NULL,NULL),
(2959,'mixpanel','completed',10,'2025-03-01 15:06:18','2025-03-01 15:06:18','2025-03-01 14:10:18','2025-03-01 15:06:18',NULL,0,0,NULL,NULL),
(2960,'mixpanel','completed',10,'2025-03-01 15:19:18','2025-03-01 15:19:18','2025-03-01 15:08:18','2025-03-01 15:19:18',NULL,0,0,NULL,NULL),
(2961,'mixpanel','completed',10,'2025-03-01 15:20:18','2025-03-01 15:24:19','2025-03-01 15:21:18','2025-03-01 15:24:19',NULL,0,0,NULL,NULL),
(2962,'mixpanel','completed',10,'2025-03-01 15:29:17','2025-03-01 15:29:19','2025-03-01 15:27:17','2025-03-01 15:29:19',NULL,0,0,NULL,NULL),
(2963,'mixpanel','completed',10,'2025-03-01 15:47:18','2025-03-01 15:48:18','2025-03-01 15:32:18','2025-03-01 15:48:18',NULL,0,0,NULL,NULL),
(2964,'mixpanel','completed',10,'2025-03-01 16:05:18','2025-03-01 16:07:18','2025-03-01 15:51:18','2025-03-01 16:07:18',NULL,0,0,NULL,NULL),
(2965,'mixpanel','completed',10,'2025-03-01 16:15:19','2025-03-01 16:18:19','2025-03-01 16:09:19','2025-03-01 16:18:19',NULL,0,0,NULL,NULL),
(2966,'mixpanel','completed',10,'2025-03-01 17:04:18','2025-03-01 17:06:18','2025-03-01 16:21:18','2025-03-01 17:06:18',NULL,0,0,NULL,NULL),
(2967,'mixpanel','completed',10,'2025-03-01 17:22:22','2025-03-01 17:23:18','2025-03-01 17:08:22','2025-03-01 17:23:18',NULL,0,0,NULL,NULL),
(2968,'mixpanel','completed',10,'2025-03-01 17:42:18','2025-03-01 17:43:18','2025-03-01 17:26:18','2025-03-01 17:43:18',NULL,0,0,NULL,NULL),
(2969,'mixpanel','completed',10,'2025-03-01 17:50:18','2025-03-01 17:52:18','2025-03-01 17:46:18','2025-03-01 17:52:18',NULL,0,0,NULL,NULL),
(2970,'mixpanel','completed',10,'2025-03-01 18:50:18','2025-03-01 18:51:19','2025-03-01 17:54:18','2025-03-01 18:51:19',NULL,0,0,NULL,NULL),
(2971,'mixpanel','completed',10,'2025-03-01 19:12:18','2025-03-01 19:13:18','2025-03-01 18:54:18','2025-03-01 19:13:18',NULL,0,0,NULL,NULL),
(2972,'mixpanel','completed',10,'2025-03-01 20:05:17','2025-03-01 20:05:18','2025-03-01 19:16:17','2025-03-01 20:05:18',NULL,0,0,NULL,NULL),
(2973,'mixpanel','completed',10,'2025-03-01 20:20:18','2025-03-01 20:21:18','2025-03-01 20:08:18','2025-03-01 20:21:18',NULL,0,0,NULL,NULL),
(2974,'mixpanel','completed',10,'2025-03-01 21:18:18','2025-03-01 21:19:17','2025-03-01 20:24:18','2025-03-01 21:19:17',NULL,0,0,NULL,NULL),
(2975,'mixpanel','completed',10,'2025-03-01 21:32:18','2025-03-01 21:32:18','2025-03-01 21:22:18','2025-03-01 21:32:18',NULL,0,0,NULL,NULL),
(2976,'mixpanel','completed',10,'2025-03-01 22:00:18','2025-03-01 22:01:18','2025-03-01 21:35:18','2025-03-01 22:01:18',NULL,0,0,NULL,NULL),
(2977,'mixpanel','completed',10,'2025-03-01 22:37:17','2025-03-01 22:38:18','2025-03-01 22:04:17','2025-03-01 22:38:18',NULL,0,0,NULL,NULL),
(2978,'mixpanel','completed',10,'2025-03-01 23:04:18','2025-03-01 23:04:18','2025-03-01 22:41:18','2025-03-01 23:04:18',NULL,0,0,NULL,NULL),
(2979,'mixpanel','completed',10,'2025-03-01 23:09:17','2025-03-01 23:10:18','2025-03-01 23:07:17','2025-03-01 23:10:18',NULL,0,0,NULL,NULL),
(2980,'mixpanel','completed',10,'2025-03-02 00:03:18','2025-03-02 00:03:18','2025-03-01 23:12:18','2025-03-02 00:03:18',NULL,0,0,NULL,NULL),
(2981,'mixpanel','completed',10,'2025-03-02 00:19:18','2025-03-02 00:19:18','2025-03-02 00:06:18','2025-03-02 00:19:18',NULL,0,0,NULL,NULL),
(2982,'mixpanel','completed',10,'2025-03-02 00:49:18','2025-03-02 00:50:18','2025-03-02 00:22:18','2025-03-02 00:50:18',NULL,0,0,NULL,NULL),
(2983,'mixpanel','completed',10,'2025-03-02 02:04:19','2025-03-02 04:15:21','2025-03-02 01:34:19','2025-03-02 04:15:21',NULL,0,0,NULL,NULL),
(2984,'mixpanel','completed',10,'2025-03-02 04:17:18','2025-03-02 04:21:18','2025-03-02 04:18:18','2025-03-02 04:21:18',NULL,0,0,NULL,NULL),
(2985,'mixpanel','completed',10,'2025-03-02 04:27:17','2025-03-02 04:28:18','2025-03-02 04:24:17','2025-03-02 04:28:18',NULL,0,0,NULL,NULL),
(2986,'mixpanel','completed',10,'2025-03-02 04:33:18','2025-03-02 04:34:18','2025-03-02 04:31:18','2025-03-02 04:34:18',NULL,0,0,NULL,NULL),
(2987,'mixpanel','completed',10,'2025-03-02 04:56:18','2025-03-02 04:56:18','2025-03-02 04:37:18','2025-03-02 04:56:18',NULL,0,0,NULL,NULL),
(2988,'mixpanel','completed',10,'2025-03-02 05:50:18','2025-03-02 05:52:18','2025-03-02 04:58:18','2025-03-02 05:52:18',NULL,0,0,NULL,NULL),
(2989,'mixpanel','completed',10,'2025-03-02 06:22:19','2025-03-02 06:23:18','2025-03-02 05:54:19','2025-03-02 06:23:18',NULL,0,0,NULL,NULL),
(2990,'schedule_re_engagement_email','completed',10,'2025-03-03 06:11:18','2025-03-03 06:13:18','2025-03-02 06:11:18','2025-03-03 06:13:18',NULL,0,0,NULL,NULL),
(2991,'mixpanel','completed',10,'2025-03-02 06:36:19','2025-03-02 06:37:18','2025-03-02 06:26:19','2025-03-02 06:37:19',NULL,0,0,NULL,NULL),
(2992,'mixpanel','completed',10,'2025-03-02 06:41:18','2025-03-02 06:43:18','2025-03-02 06:40:18','2025-03-02 06:43:18',NULL,0,0,NULL,NULL),
(2993,'mixpanel','completed',10,'2025-03-02 07:22:17','2025-03-02 07:22:18','2025-03-02 06:46:17','2025-03-02 07:22:18',NULL,0,0,NULL,NULL),
(2994,'mixpanel','completed',10,'2025-03-02 07:42:18','2025-03-02 07:44:18','2025-03-02 07:25:18','2025-03-02 07:44:18',NULL,0,0,NULL,NULL),
(2995,'mixpanel','completed',10,'2025-03-02 08:35:18','2025-03-02 08:35:18','2025-03-02 07:46:18','2025-03-02 08:35:18',NULL,0,0,NULL,NULL),
(2996,'mixpanel','completed',10,'2025-03-02 08:57:18','2025-03-02 08:57:18','2025-03-02 08:38:18','2025-03-02 08:57:18',NULL,0,0,NULL,NULL),
(2997,'mixpanel','completed',10,'2025-03-02 09:23:18','2025-03-02 09:24:18','2025-03-02 09:00:18','2025-03-02 09:24:18',NULL,0,0,NULL,NULL),
(2998,'mixpanel','completed',10,'2025-03-02 09:41:18','2025-03-02 09:41:18','2025-03-02 09:27:18','2025-03-02 09:41:18',NULL,0,0,NULL,NULL),
(2999,'mixpanel','completed',10,'2025-03-02 09:49:18','2025-03-02 09:49:18','2025-03-02 09:44:18','2025-03-02 09:49:18',NULL,0,0,NULL,NULL),
(3000,'mixpanel','completed',10,'2025-03-02 09:55:19','2025-03-02 09:57:18','2025-03-02 09:51:19','2025-03-02 09:57:18',NULL,0,0,NULL,NULL),
(3001,'mixpanel','completed',10,'2025-03-02 10:32:18','2025-03-02 10:32:18','2025-03-02 10:00:18','2025-03-02 10:32:18',NULL,0,0,NULL,NULL),
(3002,'subscribers_engagement_score','completed',10,'2025-03-02 10:21:23','2025-03-02 10:23:24','2025-03-02 10:21:23','2025-03-02 10:23:24',NULL,0,0,NULL,NULL),
(3003,'subscribers_engagement_score','completed',10,'2025-03-03 23:20:00','2025-03-03 23:21:18','2025-03-02 10:23:24','2025-03-03 23:21:18',NULL,0,0,NULL,NULL),
(3004,'mixpanel','completed',10,'2025-03-02 10:33:24','2025-03-02 10:37:37','2025-03-02 10:34:24','2025-03-02 10:37:37',NULL,0,0,NULL,NULL),
(3005,'mixpanel','completed',10,'2025-03-02 11:36:43','2025-03-02 11:37:37','2025-03-02 10:40:43','2025-03-02 11:37:37',NULL,0,0,NULL,NULL),
(3006,'mixpanel','completed',10,'2025-03-02 12:30:27','2025-03-02 12:31:36','2025-03-02 11:40:27','2025-03-02 12:31:36',NULL,0,0,NULL,NULL),
(3007,'mixpanel','completed',10,'2025-03-02 13:06:45','2025-03-02 13:06:48','2025-03-02 12:33:45','2025-03-02 13:06:48',NULL,0,0,NULL,NULL),
(3008,'mixpanel','completed',10,'2025-03-02 13:27:23','2025-03-02 13:28:28','2025-03-02 13:09:23','2025-03-02 13:28:28',NULL,0,0,NULL,NULL),
(3009,'mixpanel','completed',10,'2025-03-02 14:00:21','2025-03-02 14:02:12','2025-03-02 13:31:21','2025-03-02 14:02:12',NULL,0,0,NULL,NULL),
(3010,'mixpanel','completed',10,'2025-03-02 14:44:30','2025-03-02 14:45:17','2025-03-02 14:05:30','2025-03-02 14:45:17',NULL,0,0,NULL,NULL),
(3011,'mixpanel','completed',10,'2025-03-02 15:11:13','2025-03-02 15:16:33','2025-03-02 14:49:13','2025-03-02 15:16:33',NULL,0,0,NULL,NULL),
(3012,'mixpanel','completed',10,'2025-03-02 15:49:28','2025-03-02 15:54:13','2025-03-02 15:22:28','2025-03-02 15:54:13',NULL,0,0,NULL,NULL),
(3013,'mixpanel','completed',10,'2025-03-02 16:33:46','2025-03-02 16:36:31','2025-03-02 15:56:46','2025-03-02 16:36:31',NULL,0,0,NULL,NULL),
(3014,'mixpanel','completed',10,'2025-03-02 16:46:49','2025-03-02 16:50:14','2025-03-02 16:38:49','2025-03-02 16:50:14',NULL,0,0,NULL,NULL),
(3015,'mixpanel','completed',10,'2025-03-02 17:35:54','2025-03-02 17:39:52','2025-03-02 16:55:54','2025-03-02 17:39:52',NULL,0,0,NULL,NULL),
(3016,'mixpanel','completed',10,'2025-03-02 17:48:15','2025-03-02 17:50:38','2025-03-02 17:45:15','2025-03-02 17:50:38',NULL,0,0,NULL,NULL),
(3017,'mixpanel','completed',10,'2025-03-02 18:13:01','2025-03-02 18:17:27','2025-03-02 17:56:01','2025-03-02 18:17:27',NULL,0,0,NULL,NULL),
(3018,'mixpanel','completed',10,'2025-03-02 18:58:47','2025-03-02 18:59:31','2025-03-02 18:22:47','2025-03-02 18:59:32',NULL,0,0,NULL,NULL),
(3019,'mixpanel','completed',10,'2025-03-02 19:03:30','2025-03-02 19:07:45','2025-03-02 19:02:30','2025-03-02 19:07:45',NULL,0,0,NULL,NULL),
(3020,'mixpanel','completed',10,'2025-03-02 19:30:25','2025-03-02 19:33:07','2025-03-02 19:11:25','2025-03-02 19:33:07',NULL,0,0,NULL,NULL),
(3021,'mixpanel','completed',10,'2025-03-02 20:31:57','2025-03-02 20:32:41','2025-03-02 19:37:57','2025-03-02 20:32:41',NULL,0,0,NULL,NULL),
(3022,'mixpanel','completed',10,'2025-03-02 21:13:08','2025-03-02 21:17:47','2025-03-02 20:35:08','2025-03-02 21:17:47',NULL,0,0,NULL,NULL),
(3023,'mixpanel','completed',10,'2025-03-02 22:21:03','2025-03-02 22:22:45','2025-03-02 21:23:03','2025-03-02 22:22:45',NULL,0,0,NULL,NULL),
(3024,'mixpanel','completed',10,'2025-03-02 22:45:18','2025-03-02 22:46:54','2025-03-02 22:25:18','2025-03-02 22:46:54',NULL,0,0,NULL,NULL),
(3025,'mixpanel','completed',10,'2025-03-02 23:16:55','2025-03-02 23:20:28','2025-03-02 22:51:55','2025-03-02 23:20:28',NULL,0,0,NULL,NULL),
(3026,'mixpanel','completed',10,'2025-03-03 00:22:38','2025-03-03 00:26:20','2025-03-02 23:25:38','2025-03-03 00:26:20',NULL,0,0,NULL,NULL),
(3027,'mixpanel','completed',10,'2025-03-03 00:36:22','2025-03-03 00:36:42','2025-03-03 00:31:22','2025-03-03 00:36:42',NULL,0,0,NULL,NULL),
(3028,'mixpanel','completed',10,'2025-03-03 00:55:44','2025-03-03 00:57:18','2025-03-03 00:41:44','2025-03-03 00:57:18',NULL,0,0,NULL,NULL),
(3029,'mixpanel','completed',10,'2025-03-03 01:11:19','2025-03-03 01:12:17','2025-03-03 01:02:19','2025-03-03 01:12:17',NULL,0,0,NULL,NULL),
(3030,'mixpanel','completed',10,'2025-03-03 01:25:17','2025-03-03 01:29:40','2025-03-03 01:17:17','2025-03-03 01:29:40',NULL,0,0,NULL,NULL),
(3031,'mixpanel','completed',10,'2025-03-03 01:50:38','2025-03-03 01:51:18','2025-03-03 01:34:38','2025-03-03 01:51:18',NULL,0,0,NULL,NULL),
(3032,'mixpanel','completed',10,'2025-03-03 02:03:18','2025-03-03 02:04:18','2025-03-03 01:54:18','2025-03-03 02:04:18',NULL,0,0,NULL,NULL),
(3033,'mixpanel','completed',10,'2025-03-03 03:03:18','2025-03-03 03:03:19','2025-03-03 02:06:18','2025-03-03 03:03:19',NULL,0,0,NULL,NULL),
(3034,'mixpanel','completed',10,'2025-03-03 04:00:18','2025-03-03 04:00:18','2025-03-03 03:06:18','2025-03-03 04:00:18',NULL,0,0,NULL,NULL),
(3035,'mixpanel','completed',10,'2025-03-03 04:37:19','2025-03-03 04:39:18','2025-03-03 04:03:19','2025-03-03 04:39:18',NULL,0,0,NULL,NULL),
(3036,'mixpanel','completed',10,'2025-03-03 05:14:18','2025-03-03 05:15:18','2025-03-03 04:42:18','2025-03-03 05:15:18',NULL,0,0,NULL,NULL),
(3037,'mixpanel','completed',10,'2025-03-03 05:33:18','2025-03-03 05:33:18','2025-03-03 05:18:18','2025-03-03 05:33:18',NULL,0,0,NULL,NULL),
(3038,'mixpanel','completed',10,'2025-03-03 06:04:18','2025-03-03 06:05:18','2025-03-03 05:35:18','2025-03-03 06:05:18',NULL,0,0,NULL,NULL),
(3039,'mixpanel','completed',10,'2025-03-03 07:04:18','2025-03-03 07:04:18','2025-03-03 06:08:18','2025-03-03 07:04:18',NULL,0,0,NULL,NULL),
(3040,'schedule_re_engagement_email','completed',10,'2025-03-04 06:16:17','2025-03-04 06:16:18','2025-03-03 06:16:17','2025-03-04 06:16:18',NULL,0,0,NULL,NULL),
(3041,'mixpanel','completed',10,'2025-03-03 07:40:18','2025-03-03 07:41:17','2025-03-03 07:06:18','2025-03-03 07:41:17',NULL,0,0,NULL,NULL),
(3042,'mixpanel','completed',10,'2025-03-03 08:18:18','2025-03-03 08:18:18','2025-03-03 07:43:18','2025-03-03 08:18:18',NULL,0,0,NULL,NULL),
(3043,'mixpanel','completed',10,'2025-03-03 08:59:18','2025-03-03 08:59:18','2025-03-03 08:21:18','2025-03-03 08:59:18',NULL,0,0,NULL,NULL),
(3044,'mixpanel','completed',10,'2025-03-03 09:13:18','2025-03-03 09:14:18','2025-03-03 09:02:18','2025-03-03 09:14:18',NULL,0,0,NULL,NULL),
(3045,'mixpanel','completed',10,'2025-03-03 09:18:18','2025-03-03 09:19:19','2025-03-03 09:17:18','2025-03-03 09:19:19',NULL,0,0,NULL,NULL),
(3046,'mixpanel','completed',10,'2025-03-03 09:51:18','2025-03-03 09:53:18','2025-03-03 09:22:18','2025-03-03 09:53:18',NULL,0,0,NULL,NULL),
(3047,'mixpanel','completed',10,'2025-03-03 10:49:19','2025-03-03 10:51:18','2025-03-03 09:55:19','2025-03-03 10:51:18',NULL,0,0,NULL,NULL),
(3048,'mixpanel','completed',10,'2025-03-03 11:33:18','2025-03-03 11:33:19','2025-03-03 10:53:18','2025-03-03 11:33:19',NULL,0,0,NULL,NULL),
(3049,'mixpanel','completed',10,'2025-03-03 12:11:18','2025-03-03 12:12:18','2025-03-03 11:36:18','2025-03-03 12:12:18',NULL,0,0,NULL,NULL),
(3050,'mixpanel','completed',10,'2025-03-03 12:48:18','2025-03-03 12:49:18','2025-03-03 12:14:18','2025-03-03 12:49:18',NULL,0,0,NULL,NULL),
(3051,'mixpanel','completed',10,'2025-03-03 13:03:17','2025-03-03 13:03:18','2025-03-03 12:52:17','2025-03-03 13:03:18',NULL,0,0,NULL,NULL),
(3052,'mixpanel','completed',10,'2025-03-03 13:55:18','2025-03-03 13:55:18','2025-03-03 13:06:18','2025-03-03 13:55:18',NULL,0,0,NULL,NULL),
(3053,'mixpanel','completed',10,'2025-03-03 14:07:18','2025-03-03 14:07:18','2025-03-03 13:58:18','2025-03-03 14:07:18',NULL,0,0,NULL,NULL),
(3054,'mixpanel','completed',10,'2025-03-03 15:01:18','2025-03-03 15:02:17','2025-03-03 14:10:18','2025-03-03 15:02:17',NULL,0,0,NULL,NULL),
(3055,'mixpanel','completed',10,'2025-03-03 15:14:18','2025-03-03 15:15:18','2025-03-03 15:04:18','2025-03-03 15:15:18',NULL,0,0,NULL,NULL),
(3056,'mixpanel','completed',10,'2025-03-03 15:28:18','2025-03-03 15:29:18','2025-03-03 15:18:18','2025-03-03 15:29:18',NULL,0,0,NULL,NULL),
(3057,'mixpanel','completed',10,'2025-03-03 16:09:18','2025-03-03 16:09:18','2025-03-03 15:31:18','2025-03-03 16:09:18',NULL,0,0,NULL,NULL),
(3058,'mixpanel','completed',10,'2025-03-03 17:04:18','2025-03-03 17:04:18','2025-03-03 16:12:18','2025-03-03 17:04:18',NULL,0,0,NULL,NULL),
(3059,'mixpanel','completed',10,'2025-03-03 17:36:17','2025-03-03 17:36:18','2025-03-03 17:07:17','2025-03-03 17:36:18',NULL,0,0,NULL,NULL),
(3060,'mixpanel','completed',10,'2025-03-03 17:49:18','2025-03-03 17:49:18','2025-03-03 17:39:18','2025-03-03 17:49:18',NULL,0,0,NULL,NULL),
(3061,'mixpanel','completed',10,'2025-03-03 18:21:18','2025-03-03 18:23:18','2025-03-03 17:52:18','2025-03-03 18:23:18',NULL,0,0,NULL,NULL),
(3062,'mixpanel','completed',10,'2025-03-03 19:16:18','2025-03-03 19:17:18','2025-03-03 18:25:18','2025-03-03 19:17:18',NULL,0,0,NULL,NULL),
(3063,'mixpanel','completed',10,'2025-03-03 20:07:19','2025-03-03 20:07:19','2025-03-03 19:20:19','2025-03-03 20:07:19',NULL,0,0,NULL,NULL),
(3064,'mixpanel','completed',10,'2025-03-03 20:11:18','2025-03-03 20:12:18','2025-03-03 20:10:18','2025-03-03 20:12:18',NULL,0,0,NULL,NULL),
(3065,'mixpanel','completed',10,'2025-03-03 20:51:18','2025-03-03 20:52:18','2025-03-03 20:14:18','2025-03-03 20:52:18',NULL,0,0,NULL,NULL),
(3066,'mixpanel','completed',10,'2025-03-03 21:43:19','2025-03-03 21:45:18','2025-03-03 20:54:19','2025-03-03 21:45:18',NULL,0,0,NULL,NULL),
(3067,'mixpanel','completed',10,'2025-03-03 22:41:18','2025-03-03 22:41:18','2025-03-03 21:47:18','2025-03-03 22:41:18',NULL,0,0,NULL,NULL),
(3068,'mixpanel','completed',10,'2025-03-03 23:02:18','2025-03-03 23:04:19','2025-03-03 22:43:18','2025-03-03 23:04:19',NULL,0,0,NULL,NULL),
(3069,'mixpanel','completed',10,'2025-03-03 23:33:17','2025-03-03 23:35:19','2025-03-03 23:07:17','2025-03-03 23:35:19',NULL,0,0,NULL,NULL),
(3070,'subscribers_engagement_score','completed',10,'2025-03-03 23:21:18','2025-03-03 23:24:18','2025-03-03 23:21:18','2025-03-03 23:24:18',NULL,0,0,NULL,NULL),
(3071,'subscribers_engagement_score','completed',10,'2025-03-04 19:18:00','2025-03-04 22:44:35','2025-03-03 23:24:18','2025-03-04 22:44:35',NULL,0,0,NULL,NULL),
(3072,'mixpanel','completed',10,'2025-03-04 00:12:17','2025-03-04 00:14:18','2025-03-03 23:38:17','2025-03-04 00:14:18',NULL,0,0,NULL,NULL),
(3073,'mixpanel','completed',10,'2025-03-04 01:12:18','2025-03-04 01:12:18','2025-03-04 00:17:18','2025-03-04 01:12:18',NULL,0,0,NULL,NULL),
(3074,'mixpanel','completed',10,'2025-03-04 01:50:18','2025-03-04 01:51:19','2025-03-04 01:14:18','2025-03-04 01:51:19',NULL,0,0,NULL,NULL),
(3075,'mixpanel','completed',10,'2025-03-04 02:06:18','2025-03-04 02:07:18','2025-03-04 01:54:18','2025-03-04 02:07:18',NULL,0,0,NULL,NULL),
(3076,'mixpanel','completed',10,'2025-03-04 03:04:18','2025-03-04 03:05:18','2025-03-04 02:10:18','2025-03-04 03:05:18',NULL,0,0,NULL,NULL),
(3077,'mixpanel','completed',10,'2025-03-04 03:50:19','2025-03-04 03:52:18','2025-03-04 03:08:19','2025-03-04 03:52:18',NULL,0,0,NULL,NULL),
(3078,'mixpanel','completed',10,'2025-03-04 04:07:17','2025-03-04 04:08:18','2025-03-04 03:55:17','2025-03-04 04:08:18',NULL,0,0,NULL,NULL),
(3079,'mixpanel','completed',10,'2025-03-04 04:23:18','2025-03-04 04:25:18','2025-03-04 04:11:18','2025-03-04 04:25:18',NULL,0,0,NULL,NULL),
(3080,'mixpanel','completed',10,'2025-03-04 04:44:18','2025-03-04 04:45:19','2025-03-04 04:27:18','2025-03-04 04:45:19',NULL,0,0,NULL,NULL),
(3081,'mixpanel','completed',10,'2025-03-04 05:27:19','2025-03-04 05:30:18','2025-03-04 04:48:19','2025-03-04 05:30:18',NULL,0,0,NULL,NULL),
(3082,'mixpanel','completed',10,'2025-03-04 05:53:18','2025-03-04 05:53:18','2025-03-04 05:33:18','2025-03-04 05:53:18',NULL,0,0,NULL,NULL),
(3083,'mixpanel','completed',10,'2025-03-04 06:06:18','2025-03-04 06:06:18','2025-03-04 05:56:18','2025-03-04 06:06:18',NULL,0,0,NULL,NULL),
(3084,'mixpanel','completed',10,'2025-03-04 06:47:18','2025-03-04 06:48:18','2025-03-04 06:08:18','2025-03-04 06:48:18',NULL,0,0,NULL,NULL),
(3085,'schedule_re_engagement_email','completed',10,'2025-03-05 06:19:18','2025-03-05 06:46:31','2025-03-04 06:19:18','2025-03-05 06:46:31',NULL,0,0,NULL,NULL),
(3086,'mixpanel','completed',10,'2025-03-04 07:06:18','2025-03-04 07:07:18','2025-03-04 06:51:18','2025-03-04 07:07:18',NULL,0,0,NULL,NULL),
(3087,'mixpanel','completed',10,'2025-03-04 07:28:18','2025-03-04 07:30:18','2025-03-04 07:09:18','2025-03-04 07:30:18',NULL,0,0,NULL,NULL),
(3088,'mixpanel','completed',10,'2025-03-04 07:38:18','2025-03-04 07:38:18','2025-03-04 07:32:18','2025-03-04 07:38:18',NULL,0,0,NULL,NULL),
(3089,'mixpanel','completed',10,'2025-03-04 07:49:17','2025-03-04 07:50:18','2025-03-04 07:41:17','2025-03-04 07:50:18',NULL,0,0,NULL,NULL),
(3090,'mixpanel','completed',10,'2025-03-04 08:06:18','2025-03-04 08:07:18','2025-03-04 07:52:18','2025-03-04 08:07:18',NULL,0,0,NULL,NULL),
(3091,'mixpanel','completed',10,'2025-03-04 08:09:18','2025-03-04 08:13:17','2025-03-04 08:10:18','2025-03-04 08:13:17',NULL,0,0,NULL,NULL),
(3092,'mixpanel','completed',10,'2025-03-04 08:28:18','2025-03-04 08:28:19','2025-03-04 08:15:18','2025-03-04 08:28:19',NULL,0,0,NULL,NULL),
(3093,'mixpanel','completed',10,'2025-03-04 09:04:18','2025-03-04 09:04:18','2025-03-04 08:31:18','2025-03-04 09:04:18',NULL,0,0,NULL,NULL),
(3094,'mixpanel','completed',10,'2025-03-04 09:48:18','2025-03-04 09:49:18','2025-03-04 09:06:18','2025-03-04 09:49:18',NULL,0,0,NULL,NULL),
(3095,'mixpanel','completed',10,'2025-03-04 10:34:17','2025-03-04 10:37:31','2025-03-04 09:52:17','2025-03-04 10:37:31',NULL,0,0,NULL,NULL),
(3096,'mixpanel','completed',10,'2025-03-04 15:17:42','2025-03-04 18:39:25','2025-03-04 14:30:42','2025-03-04 18:39:25',NULL,0,0,NULL,NULL),
(3097,'subscribers_engagement_score','completed',10,'2025-03-05 22:00:00','2025-03-06 00:09:48','2025-03-04 22:44:35','2025-03-06 00:09:48',NULL,0,0,NULL,NULL),
(3098,'mixpanel','completed',10,'2025-03-04 23:30:35','2025-03-05 06:02:44','2025-03-04 22:44:35','2025-03-05 06:02:44',NULL,0,0,NULL,NULL),
(3099,'export_files_cleanup','completed',10,'2025-03-14 00:00:00','2025-03-14 00:06:41','2025-03-05 06:46:31','2025-03-14 00:06:41',NULL,0,0,NULL,NULL),
(3100,'mixpanel','completed',10,'2025-03-05 06:56:31','2025-03-05 10:45:19','2025-03-05 06:46:31','2025-03-05 10:45:19',NULL,0,0,NULL,NULL),
(3101,'schedule_re_engagement_email','completed',10,'2025-03-06 10:45:19','2025-03-06 10:53:53','2025-03-05 10:45:19','2025-03-06 10:53:53',NULL,0,0,NULL,NULL),
(3102,'mixpanel','completed',10,'2025-03-05 11:55:48','2025-03-05 13:07:45','2025-03-05 11:24:48','2025-03-05 13:07:45',NULL,0,0,NULL,NULL),
(3103,'mixpanel','completed',10,'2025-03-05 15:29:52','2025-03-05 16:24:53','2025-03-05 14:50:52','2025-03-05 16:24:53',NULL,0,0,NULL,NULL),
(3104,'mixpanel','completed',10,'2025-03-05 18:21:17','2025-03-05 19:04:46','2025-03-05 18:05:17','2025-03-05 19:04:46',NULL,0,0,NULL,NULL),
(3105,'mixpanel','completed',10,'2025-03-05 22:08:14','2025-03-06 00:09:48','2025-03-05 21:24:14','2025-03-06 00:09:48',NULL,0,0,NULL,NULL),
(3106,'subscribers_engagement_score','completed',10,'2025-03-06 00:09:48','2025-03-06 01:26:00','2025-03-06 00:09:48','2025-03-06 01:26:00',NULL,0,0,NULL,NULL),
(3107,'subscribers_engagement_score','completed',10,'2025-03-07 11:09:00','2025-03-07 11:55:52','2025-03-06 01:26:00','2025-03-07 11:55:52',NULL,0,0,NULL,NULL),
(3108,'mixpanel','completed',10,'2025-03-06 01:48:00','2025-03-06 03:02:59','2025-03-06 01:26:00','2025-03-06 03:02:59',NULL,0,0,NULL,NULL),
(3109,'mixpanel','completed',10,'2025-03-06 06:44:12','2025-03-06 06:50:27','2025-03-06 06:39:12','2025-03-06 06:50:27',NULL,0,0,NULL,NULL),
(3110,'mixpanel','completed',10,'2025-03-06 07:41:12','2025-03-06 07:43:31','2025-03-06 06:56:12','2025-03-06 07:43:31',NULL,0,0,NULL,NULL),
(3111,'mixpanel','completed',10,'2025-03-06 08:44:54','2025-03-06 10:11:31','2025-03-06 07:57:54','2025-03-06 10:11:31',NULL,0,0,NULL,NULL),
(3112,'mixpanel','completed',10,'2025-03-06 11:20:29','2025-03-06 11:42:35','2025-03-06 10:30:29','2025-03-06 11:42:35',NULL,0,0,NULL,NULL),
(3113,'schedule_re_engagement_email','completed',10,'2025-03-07 11:04:05','2025-03-07 11:55:52','2025-03-06 11:04:05','2025-03-07 11:55:52',NULL,0,0,NULL,NULL),
(3114,'mixpanel','completed',10,'2025-03-06 13:39:38','2025-03-06 13:41:36','2025-03-06 12:55:38','2025-03-06 13:41:36',NULL,0,0,NULL,NULL),
(3115,'mixpanel','completed',10,'2025-03-06 14:37:23','2025-03-06 14:38:23','2025-03-06 13:44:23','2025-03-06 14:38:23',NULL,0,0,NULL,NULL),
(3116,'mixpanel','completed',10,'2025-03-06 15:36:05','2025-03-06 16:17:12','2025-03-06 14:44:05','2025-03-06 16:17:12',NULL,0,0,NULL,NULL),
(3117,'mixpanel','completed',10,'2025-03-06 16:37:09','2025-03-06 16:38:34','2025-03-06 16:21:09','2025-03-06 16:38:34',NULL,0,0,NULL,NULL),
(3118,'mixpanel','completed',10,'2025-03-06 17:26:50','2025-03-06 17:27:16','2025-03-06 17:02:50','2025-03-06 17:27:16',NULL,0,0,NULL,NULL),
(3119,'mixpanel','completed',10,'2025-03-06 18:28:32','2025-03-06 18:31:41','2025-03-06 17:31:32','2025-03-06 18:31:41',NULL,0,0,NULL,NULL),
(3120,'mixpanel','completed',10,'2025-03-06 18:44:18','2025-03-06 18:44:35','2025-03-06 18:34:18','2025-03-06 18:44:35',NULL,0,0,NULL,NULL),
(3121,'mixpanel','completed',10,'2025-03-06 19:20:54','2025-03-06 19:21:52','2025-03-06 18:46:54','2025-03-06 19:21:52',NULL,0,0,NULL,NULL),
(3122,'mixpanel','completed',10,'2025-03-06 20:21:47','2025-03-06 20:24:11','2025-03-06 19:36:47','2025-03-06 20:24:11',NULL,0,0,NULL,NULL),
(3123,'mixpanel','completed',10,'2025-03-06 20:30:52','2025-03-06 20:34:47','2025-03-06 20:27:52','2025-03-06 20:34:47',NULL,0,0,NULL,NULL),
(3124,'mixpanel','completed',10,'2025-03-06 21:27:07','2025-03-06 21:28:22','2025-03-06 20:39:07','2025-03-06 21:28:22',NULL,0,0,NULL,NULL),
(3125,'mixpanel','completed',10,'2025-03-06 22:13:18','2025-03-06 22:15:13','2025-03-06 21:31:18','2025-03-06 22:15:13',NULL,0,0,NULL,NULL),
(3126,'mixpanel','completed',10,'2025-03-06 22:53:08','2025-03-06 22:56:08','2025-03-06 22:18:08','2025-03-06 22:56:08',NULL,0,0,NULL,NULL),
(3127,'mixpanel','completed',10,'2025-03-06 23:40:39','2025-03-06 23:42:20','2025-03-06 22:58:39','2025-03-06 23:42:20',NULL,0,0,NULL,NULL),
(3128,'mixpanel','completed',10,'2025-03-07 00:00:19','2025-03-07 00:04:46','2025-03-06 23:45:19','2025-03-07 00:04:46',NULL,0,0,NULL,NULL),
(3129,'mixpanel','completed',10,'2025-03-07 00:57:56','2025-03-07 01:06:59','2025-03-07 00:09:56','2025-03-07 01:06:59',NULL,0,0,NULL,NULL),
(3130,'mixpanel','completed',10,'2025-03-07 01:13:48','2025-03-07 01:15:18','2025-03-07 01:09:48','2025-03-07 01:15:18',NULL,0,0,NULL,NULL),
(3131,'mixpanel','completed',10,'2025-03-07 01:53:19','2025-03-07 02:06:43','2025-03-07 01:26:19','2025-03-07 02:06:43',NULL,0,0,NULL,NULL),
(3132,'mixpanel','completed',10,'2025-03-07 02:59:18','2025-03-07 03:05:15','2025-03-07 02:09:18','2025-03-07 03:05:15',NULL,0,0,NULL,NULL),
(3133,'mixpanel','completed',10,'2025-03-07 03:51:11','2025-03-07 03:52:42','2025-03-07 03:12:11','2025-03-07 03:52:42',NULL,0,0,NULL,NULL),
(3134,'mixpanel','completed',10,'2025-03-07 04:35:18','2025-03-07 05:49:45','2025-03-07 03:55:18','2025-03-07 05:49:45',NULL,0,0,NULL,NULL),
(3135,'mixpanel','completed',10,'2025-03-07 05:58:59','2025-03-07 06:01:23','2025-03-07 05:55:59','2025-03-07 06:01:23',NULL,0,0,NULL,NULL),
(3136,'mixpanel','completed',10,'2025-03-07 06:08:47','2025-03-07 06:09:27','2025-03-07 06:03:47','2025-03-07 06:09:27',NULL,0,0,NULL,NULL),
(3137,'mixpanel','completed',10,'2025-03-07 06:36:50','2025-03-07 06:39:20','2025-03-07 06:11:50','2025-03-07 06:39:20',NULL,0,0,NULL,NULL),
(3138,'mixpanel','completed',10,'2025-03-07 07:19:09','2025-03-07 07:21:46','2025-03-07 06:43:09','2025-03-07 07:21:46',NULL,0,0,NULL,NULL),
(3139,'mixpanel','completed',10,'2025-03-07 07:52:25','2025-03-07 07:54:27','2025-03-07 07:24:25','2025-03-07 07:54:27',NULL,0,0,NULL,NULL),
(3140,'mixpanel','completed',10,'2025-03-07 07:56:37','2025-03-07 07:59:31','2025-03-07 07:56:37','2025-03-07 07:59:31',NULL,0,0,NULL,NULL),
(3141,'mixpanel','completed',10,'2025-03-07 08:12:47','2025-03-07 08:13:13','2025-03-07 08:02:47','2025-03-07 08:13:13',NULL,0,0,NULL,NULL),
(3142,'mixpanel','completed',10,'2025-03-07 08:25:55','2025-03-07 08:27:31','2025-03-07 08:18:55','2025-03-07 08:27:31',NULL,0,0,NULL,NULL),
(3143,'mixpanel','completed',10,'2025-03-07 09:08:24','2025-03-07 09:40:37','2025-03-07 08:30:24','2025-03-07 09:40:37',NULL,0,0,NULL,NULL),
(3144,'mixpanel','completed',10,'2025-03-07 11:48:06','2025-03-07 11:55:52','2025-03-07 10:58:06','2025-03-07 11:55:52',NULL,0,0,NULL,NULL),
(3145,'subscribers_engagement_score','completed',10,'2025-03-07 11:55:52','2025-03-07 12:05:27','2025-03-07 11:55:52','2025-03-07 12:05:27',NULL,0,0,NULL,NULL),
(3146,'subscribers_engagement_score','completed',10,'2025-03-07 12:05:27','2025-03-07 12:34:49','2025-03-07 12:05:27','2025-03-07 12:34:50',NULL,0,0,NULL,NULL),
(3147,'schedule_re_engagement_email','completed',10,'2025-03-08 12:05:27','2025-03-08 15:49:58','2025-03-07 12:05:27','2025-03-08 15:49:58',NULL,0,0,NULL,NULL),
(3148,'mixpanel','completed',10,'2025-03-07 12:36:27','2025-03-07 12:47:35','2025-03-07 12:05:27','2025-03-07 12:47:35',NULL,0,0,NULL,NULL),
(3149,'subscribers_engagement_score','completed',10,'2025-03-08 18:36:00','2025-03-08 19:57:05','2025-03-07 12:34:49','2025-03-08 19:57:05',NULL,0,0,NULL,NULL),
(3150,'mixpanel','completed',10,'2025-03-07 13:28:06','2025-03-07 13:36:44','2025-03-07 12:58:06','2025-03-07 13:36:44',NULL,0,0,NULL,NULL),
(3151,'mixpanel','completed',10,'2025-03-07 13:57:46','2025-03-07 13:58:22','2025-03-07 13:39:46','2025-03-07 13:58:22',NULL,0,0,NULL,NULL),
(3152,'mixpanel','completed',10,'2025-03-07 14:05:36','2025-03-07 14:08:27','2025-03-07 14:00:36','2025-03-07 14:08:27',NULL,0,0,NULL,NULL),
(3153,'mixpanel','completed',10,'2025-03-07 14:39:22','2025-03-07 15:09:05','2025-03-07 14:11:22','2025-03-07 15:09:05',NULL,0,0,NULL,NULL),
(3154,'mixpanel','completed',10,'2025-03-07 15:52:25','2025-03-07 16:24:52','2025-03-07 15:11:25','2025-03-07 16:24:52',NULL,0,0,NULL,NULL),
(3155,'mixpanel','completed',10,'2025-03-07 16:29:28','2025-03-07 16:29:37','2025-03-07 16:27:28','2025-03-07 16:29:37',NULL,0,0,NULL,NULL),
(3156,'mixpanel','completed',10,'2025-03-07 16:42:53','2025-03-07 16:47:01','2025-03-07 16:35:53','2025-03-07 16:47:01',NULL,0,0,NULL,NULL),
(3157,'mixpanel','completed',10,'2025-03-07 17:21:39','2025-03-07 17:22:24','2025-03-07 16:49:39','2025-03-07 17:22:24',NULL,0,0,NULL,NULL),
(3158,'mixpanel','completed',10,'2025-03-07 18:18:41','2025-03-07 18:21:50','2025-03-07 17:24:41','2025-03-07 18:21:50',NULL,0,0,NULL,NULL),
(3159,'mixpanel','completed',10,'2025-03-07 18:58:01','2025-03-07 18:58:55','2025-03-07 18:40:01','2025-03-07 18:58:55',NULL,0,0,NULL,NULL),
(3160,'mixpanel','completed',10,'2025-03-07 19:55:07','2025-03-07 20:02:07','2025-03-07 19:01:07','2025-03-07 20:02:07',NULL,0,0,NULL,NULL),
(3161,'mixpanel','completed',10,'2025-03-07 20:30:28','2025-03-07 20:33:53','2025-03-07 20:04:28','2025-03-07 20:33:53',NULL,0,0,NULL,NULL),
(3162,'mixpanel','completed',10,'2025-03-07 20:42:37','2025-03-07 20:45:10','2025-03-07 20:41:37','2025-03-07 20:45:10',NULL,0,0,NULL,NULL),
(3163,'mixpanel','completed',10,'2025-03-07 21:06:44','2025-03-07 21:07:56','2025-03-07 20:48:44','2025-03-07 21:07:56',NULL,0,0,NULL,NULL),
(3164,'mixpanel','completed',10,'2025-03-07 21:27:10','2025-03-07 21:33:48','2025-03-07 21:11:10','2025-03-07 21:33:48',NULL,0,0,NULL,NULL),
(3165,'mixpanel','completed',10,'2025-03-07 22:07:12','2025-03-07 22:10:05','2025-03-07 21:38:12','2025-03-07 22:10:05',NULL,0,0,NULL,NULL),
(3166,'mixpanel','completed',10,'2025-03-07 22:27:23','2025-03-07 22:29:08','2025-03-07 22:15:23','2025-03-07 22:29:08',NULL,0,0,NULL,NULL),
(3167,'mixpanel','completed',10,'2025-03-07 22:37:28','2025-03-07 22:41:48','2025-03-07 22:31:28','2025-03-07 22:41:48',NULL,0,0,NULL,NULL),
(3168,'mixpanel','completed',10,'2025-03-07 23:08:35','2025-03-07 23:08:43','2025-03-07 22:44:35','2025-03-07 23:08:43',NULL,0,0,NULL,NULL),
(3169,'mixpanel','completed',10,'2025-03-08 00:03:32','2025-03-08 00:32:52','2025-03-07 23:12:32','2025-03-08 00:32:52',NULL,0,0,NULL,NULL),
(3170,'subscribers_email_count','completed',10,'2025-03-11 00:00:00','2025-03-11 00:04:13','2025-03-08 00:32:52','2025-03-11 00:04:13',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(3171,'inactive_subscribers','completed',10,'2025-03-15 00:00:00','2025-03-15 04:00:42','2025-03-08 00:32:52','2025-03-15 04:00:42',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(3172,'mixpanel','completed',10,'2025-03-08 01:07:25','2025-03-08 01:17:15','2025-03-08 00:35:25','2025-03-08 01:17:15',NULL,0,0,NULL,NULL),
(3173,'mixpanel','completed',10,'2025-03-08 03:41:50','2025-03-08 04:33:37','2025-03-08 03:31:50','2025-03-08 04:33:37',NULL,0,0,NULL,NULL),
(3174,'mixpanel','completed',10,'2025-03-08 05:16:29','2025-03-08 06:32:54','2025-03-08 04:47:29','2025-03-08 06:32:54',NULL,0,0,NULL,NULL),
(3175,'mixpanel','completed',10,'2025-03-08 07:17:46','2025-03-08 07:42:25','2025-03-08 06:36:46','2025-03-08 07:42:25',NULL,0,0,NULL,NULL),
(3176,'mixpanel','completed',10,'2025-03-08 09:08:06','2025-03-08 09:09:24','2025-03-08 08:47:06','2025-03-08 09:09:24',NULL,0,0,NULL,NULL),
(3177,'mixpanel','completed',10,'2025-03-08 09:59:55','2025-03-08 10:02:18','2025-03-08 09:11:55','2025-03-08 10:02:18',NULL,0,0,NULL,NULL),
(3178,'mixpanel','completed',10,'2025-03-08 10:54:09','2025-03-08 11:10:45','2025-03-08 10:07:09','2025-03-08 11:10:45',NULL,0,0,NULL,NULL),
(3179,'mixpanel','completed',10,'2025-03-08 12:16:22','2025-03-08 15:49:58','2025-03-08 11:41:22','2025-03-08 15:49:58',NULL,0,0,NULL,NULL),
(3180,'schedule_re_engagement_email','completed',10,'2025-03-09 18:10:12','2025-03-09 19:17:52','2025-03-08 18:10:12','2025-03-09 19:17:52',NULL,0,0,NULL,NULL),
(3181,'mixpanel','completed',10,'2025-03-08 18:23:12','2025-03-08 19:57:06','2025-03-08 18:10:12','2025-03-08 19:57:06',NULL,0,0,NULL,NULL),
(3182,'subscribers_engagement_score','completed',10,'2025-03-08 19:57:05','2025-03-09 00:07:57','2025-03-08 19:57:05','2025-03-09 00:07:57',NULL,0,0,NULL,NULL),
(3183,'subscribers_engagement_score','completed',10,'2025-03-10 10:03:00','2025-03-10 10:31:57','2025-03-09 00:07:57','2025-03-10 10:31:57',NULL,0,0,NULL,NULL),
(3184,'mixpanel','completed',10,'2025-03-09 00:06:57','2025-03-09 00:46:39','2025-03-09 00:07:57','2025-03-09 00:46:39',NULL,0,0,NULL,NULL),
(3185,'mixpanel','completed',10,'2025-03-09 03:05:11','2025-03-09 04:06:34','2025-03-09 02:08:11','2025-03-09 04:06:34',NULL,0,0,NULL,NULL),
(3186,'mixpanel','completed',10,'2025-03-09 06:23:40','2025-03-09 06:25:48','2025-03-09 05:56:40','2025-03-09 06:25:48',NULL,0,0,NULL,NULL),
(3187,'mixpanel','completed',10,'2025-03-09 07:27:58','2025-03-09 07:31:49','2025-03-09 06:55:58','2025-03-09 07:31:49',NULL,0,0,NULL,NULL),
(3188,'mixpanel','completed',10,'2025-03-09 08:27:22','2025-03-09 08:28:28','2025-03-09 07:34:22','2025-03-09 08:28:28',NULL,0,0,NULL,NULL),
(3189,'mixpanel','completed',10,'2025-03-09 08:34:28','2025-03-09 08:36:38','2025-03-09 08:30:28','2025-03-09 08:36:38',NULL,0,0,NULL,NULL),
(3190,'mixpanel','completed',10,'2025-03-09 09:17:28','2025-03-09 09:22:18','2025-03-09 08:40:28','2025-03-09 09:22:18',NULL,0,0,NULL,NULL),
(3191,'mixpanel','completed',10,'2025-03-09 10:28:58','2025-03-09 11:01:14','2025-03-09 09:52:58','2025-03-09 11:01:14',NULL,0,0,NULL,NULL),
(3192,'mixpanel','completed',10,'2025-03-09 11:57:18','2025-03-09 12:04:37','2025-03-09 11:03:18','2025-03-09 12:04:37',NULL,0,0,NULL,NULL),
(3193,'mixpanel','completed',10,'2025-03-09 13:44:25','2025-03-09 13:44:45','2025-03-09 13:11:25','2025-03-09 13:44:45',NULL,0,0,NULL,NULL),
(3194,'mixpanel','completed',10,'2025-03-09 14:36:41','2025-03-09 15:38:56','2025-03-09 13:48:41','2025-03-09 15:38:56',NULL,0,0,NULL,NULL),
(3195,'mixpanel','completed',10,'2025-03-09 16:37:34','2025-03-09 16:41:16','2025-03-09 15:43:34','2025-03-09 16:41:16',NULL,0,0,NULL,NULL),
(3196,'mixpanel','completed',10,'2025-03-09 16:56:12','2025-03-09 16:58:47','2025-03-09 16:44:12','2025-03-09 16:58:47',NULL,0,0,NULL,NULL),
(3197,'mixpanel','completed',10,'2025-03-09 17:03:22','2025-03-09 19:17:52','2025-03-09 17:01:22','2025-03-09 19:17:52',NULL,0,0,NULL,NULL),
(3198,'schedule_re_engagement_email','completed',10,'2025-03-10 20:01:51','2025-03-10 20:31:06','2025-03-09 20:01:51','2025-03-10 20:31:06',NULL,0,0,NULL,NULL),
(3199,'mixpanel','completed',10,'2025-03-09 20:55:51','2025-03-09 21:01:15','2025-03-09 20:01:51','2025-03-09 21:01:15',NULL,0,0,NULL,NULL),
(3200,'mixpanel','completed',10,'2025-03-09 22:00:42','2025-03-09 22:01:58','2025-03-09 21:12:42','2025-03-09 22:01:58',NULL,0,0,NULL,NULL),
(3201,'mixpanel','completed',10,'2025-03-09 22:07:02','2025-03-09 22:08:48','2025-03-09 22:04:02','2025-03-09 22:08:48',NULL,0,0,NULL,NULL),
(3202,'mixpanel','completed',10,'2025-03-09 22:56:49','2025-03-09 23:16:55','2025-03-09 22:08:49','2025-03-09 23:16:55',NULL,0,0,NULL,NULL),
(3203,'mixpanel','completed',10,'2025-03-09 23:46:57','2025-03-09 23:53:35','2025-03-09 23:16:57','2025-03-09 23:53:35',NULL,0,0,NULL,NULL),
(3204,'mixpanel','completed',10,'2025-03-09 23:57:36','2025-03-09 23:58:39','2025-03-09 23:53:36','2025-03-09 23:58:39',NULL,0,0,NULL,NULL),
(3205,'mixpanel','completed',10,'2025-03-10 00:55:41','2025-03-10 00:57:34','2025-03-09 23:58:41','2025-03-10 00:57:34',NULL,0,0,NULL,NULL),
(3206,'mixpanel','completed',10,'2025-03-10 01:16:36','2025-03-10 03:04:11','2025-03-10 00:57:36','2025-03-10 03:04:11',NULL,0,0,NULL,NULL),
(3207,'mixpanel','completed',10,'2025-03-10 03:23:12','2025-03-10 03:37:20','2025-03-10 03:04:12','2025-03-10 03:37:20',NULL,0,0,NULL,NULL),
(3208,'mixpanel','completed',10,'2025-03-10 04:35:21','2025-03-10 04:46:26','2025-03-10 03:37:21','2025-03-10 04:46:26',NULL,0,0,NULL,NULL),
(3209,'mixpanel','completed',10,'2025-03-10 04:54:28','2025-03-10 05:12:57','2025-03-10 04:46:28','2025-03-10 05:12:57',NULL,0,0,NULL,NULL),
(3210,'mixpanel','completed',10,'2025-03-10 05:50:58','2025-03-10 06:40:43','2025-03-10 05:12:58','2025-03-10 06:40:43',NULL,0,0,NULL,NULL),
(3211,'mixpanel','completed',10,'2025-03-10 06:58:45','2025-03-10 07:10:23','2025-03-10 06:40:45','2025-03-10 07:10:23',NULL,0,0,NULL,NULL),
(3212,'mixpanel','completed',10,'2025-03-10 07:51:25','2025-03-10 08:06:02','2025-03-10 07:10:25','2025-03-10 08:06:02',NULL,0,0,NULL,NULL),
(3213,'mixpanel','completed',10,'2025-03-10 08:34:04','2025-03-10 09:12:14','2025-03-10 08:06:04','2025-03-10 09:12:14',NULL,0,0,NULL,NULL),
(3214,'mixpanel','completed',10,'2025-03-10 09:20:16','2025-03-10 09:22:54','2025-03-10 09:12:16','2025-03-10 09:22:54',NULL,0,0,NULL,NULL),
(3215,'mixpanel','completed',10,'2025-03-10 10:12:56','2025-03-10 10:31:57','2025-03-10 09:22:56','2025-03-10 10:31:57',NULL,0,0,NULL,NULL),
(3216,'subscribers_engagement_score','completed',10,'2025-03-10 10:31:57','2025-03-10 10:31:59','2025-03-10 10:31:57','2025-03-10 10:31:59',NULL,0,0,NULL,NULL),
(3217,'subscribers_engagement_score','completed',10,'2025-03-11 22:36:00','2025-03-11 23:44:18','2025-03-10 10:31:59','2025-03-11 23:44:18',NULL,0,0,NULL,NULL),
(3218,'mixpanel','completed',10,'2025-03-10 10:45:59','2025-03-10 12:08:20','2025-03-10 10:31:59','2025-03-10 12:08:20',NULL,0,0,NULL,NULL),
(3219,'mixpanel','completed',10,'2025-03-10 12:55:22','2025-03-10 13:30:00','2025-03-10 12:08:22','2025-03-10 13:30:00',NULL,0,0,NULL,NULL),
(3220,'mixpanel','completed',10,'2025-03-10 14:20:02','2025-03-10 15:23:01','2025-03-10 13:30:02','2025-03-10 15:23:01',NULL,0,0,NULL,NULL),
(3221,'mixpanel','completed',10,'2025-03-10 15:41:02','2025-03-10 15:47:34','2025-03-10 15:23:02','2025-03-10 15:47:34',NULL,0,0,NULL,NULL),
(3222,'mixpanel','completed',10,'2025-03-10 16:11:36','2025-03-10 16:11:44','2025-03-10 15:47:36','2025-03-10 16:11:44',NULL,0,0,NULL,NULL),
(3223,'mixpanel','completed',10,'2025-03-10 17:02:45','2025-03-10 20:00:45','2025-03-10 16:11:45','2025-03-10 20:00:45',NULL,0,0,NULL,NULL),
(3224,'mixpanel','completed',10,'2025-03-10 20:22:46','2025-03-10 20:31:06','2025-03-10 20:00:46','2025-03-10 20:31:06',NULL,0,0,NULL,NULL),
(3225,'schedule_re_engagement_email','completed',10,'2025-03-11 20:31:08','2025-03-11 20:45:21','2025-03-10 20:31:08','2025-03-11 20:45:21',NULL,0,0,NULL,NULL),
(3226,'mixpanel','completed',10,'2025-03-10 20:51:08','2025-03-10 20:52:10','2025-03-10 20:31:08','2025-03-10 20:52:10',NULL,0,0,NULL,NULL),
(3227,'mixpanel','completed',10,'2025-03-10 21:32:11','2025-03-10 22:34:37','2025-03-10 20:52:11','2025-03-10 22:34:37',NULL,0,0,NULL,NULL),
(3228,'mixpanel','completed',10,'2025-03-10 23:11:38','2025-03-11 00:04:14','2025-03-10 22:34:38','2025-03-11 00:04:14',NULL,0,0,NULL,NULL),
(3229,'subscribers_email_count','completed',10,'2025-03-23 00:00:00','2025-03-23 00:07:56','2025-03-11 00:04:13','2025-03-23 00:07:56',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(3230,'mixpanel','completed',10,'2025-03-11 00:38:15','2025-03-11 02:27:23','2025-03-11 00:04:15','2025-03-11 02:27:23',NULL,0,0,NULL,NULL),
(3231,'mixpanel','completed',10,'2025-03-11 02:39:25','2025-03-11 02:52:51','2025-03-11 02:27:25','2025-03-11 02:52:51',NULL,0,0,NULL,NULL),
(3232,'mixpanel','completed',10,'2025-03-11 03:19:53','2025-03-11 03:56:47','2025-03-11 02:52:53','2025-03-11 03:56:47',NULL,0,0,NULL,NULL),
(3233,'mixpanel','completed',10,'2025-03-11 04:44:48','2025-03-11 05:02:06','2025-03-11 03:56:48','2025-03-11 05:02:06',NULL,0,0,NULL,NULL),
(3234,'mixpanel','completed',10,'2025-03-11 05:24:07','2025-03-11 05:45:46','2025-03-11 05:02:07','2025-03-11 05:45:46',NULL,0,0,NULL,NULL),
(3235,'mixpanel','completed',10,'2025-03-11 05:46:47','2025-03-11 06:15:29','2025-03-11 05:45:47','2025-03-11 06:15:29',NULL,0,0,NULL,NULL),
(3236,'mixpanel','completed',10,'2025-03-11 06:37:30','2025-03-11 07:57:58','2025-03-11 06:15:30','2025-03-11 07:57:58',NULL,0,0,NULL,NULL),
(3237,'mixpanel','completed',10,'2025-03-11 08:42:59','2025-03-11 09:49:35','2025-03-11 07:57:59','2025-03-11 09:49:35',NULL,0,0,NULL,NULL),
(3238,'mixpanel','completed',10,'2025-03-11 10:17:37','2025-03-11 10:31:26','2025-03-11 09:49:37','2025-03-11 10:31:26',NULL,0,0,NULL,NULL),
(3239,'mixpanel','completed',10,'2025-03-11 10:46:27','2025-03-11 11:03:02','2025-03-11 10:31:27','2025-03-11 11:03:02',NULL,0,0,NULL,NULL),
(3240,'mixpanel','completed',10,'2025-03-11 11:07:04','2025-03-11 11:24:11','2025-03-11 11:03:04','2025-03-11 11:24:11',NULL,0,0,NULL,NULL),
(3241,'mixpanel','completed',10,'2025-03-11 11:56:13','2025-03-11 12:15:36','2025-03-11 11:24:13','2025-03-11 12:15:36',NULL,0,0,NULL,NULL),
(3242,'mixpanel','completed',10,'2025-03-11 12:28:37','2025-03-11 15:09:22','2025-03-11 12:15:37','2025-03-11 15:09:22',NULL,0,0,NULL,NULL),
(3243,'mixpanel','completed',10,'2025-03-11 15:42:23','2025-03-11 16:18:36','2025-03-11 15:09:23','2025-03-11 16:18:36',NULL,0,0,NULL,NULL),
(3244,'mixpanel','completed',10,'2025-03-11 16:43:38','2025-03-11 17:35:18','2025-03-11 16:18:38','2025-03-11 17:35:18',NULL,0,0,NULL,NULL),
(3245,'mixpanel','completed',10,'2025-03-11 18:33:20','2025-03-11 19:21:54','2025-03-11 17:35:20','2025-03-11 19:21:54',NULL,0,0,NULL,NULL),
(3246,'mixpanel','completed',10,'2025-03-11 19:59:56','2025-03-11 20:13:29','2025-03-11 19:21:56','2025-03-11 20:13:29',NULL,0,0,NULL,NULL),
(3247,'mixpanel','completed',10,'2025-03-11 21:10:31','2025-03-11 21:17:58','2025-03-11 20:13:31','2025-03-11 21:17:58',NULL,0,0,NULL,NULL),
(3248,'schedule_re_engagement_email','completed',10,'2025-03-12 20:45:23','2025-03-12 20:50:37','2025-03-11 20:45:23','2025-03-12 20:50:37',NULL,0,0,NULL,NULL),
(3249,'mixpanel','completed',10,'2025-03-11 22:14:00','2025-03-11 22:16:08','2025-03-11 21:18:00','2025-03-11 22:16:08',NULL,0,0,NULL,NULL),
(3250,'mixpanel','completed',10,'2025-03-11 22:39:10','2025-03-11 23:44:18','2025-03-11 22:16:10','2025-03-11 23:44:18',NULL,0,0,NULL,NULL),
(3251,'subscribers_engagement_score','completed',10,'2025-03-11 23:44:18','2025-03-11 23:44:19','2025-03-11 23:44:18','2025-03-11 23:44:19',NULL,0,0,NULL,NULL),
(3252,'subscribers_engagement_score','completed',10,'2025-03-12 17:00:00','2025-03-12 17:14:46','2025-03-11 23:44:19','2025-03-12 17:14:46',NULL,0,0,NULL,NULL),
(3253,'mixpanel','completed',10,'2025-03-12 00:27:19','2025-03-12 01:11:15','2025-03-11 23:44:19','2025-03-12 01:11:15',NULL,0,0,NULL,NULL),
(3254,'mixpanel','completed',10,'2025-03-12 01:12:17','2025-03-12 01:27:59','2025-03-12 01:11:17','2025-03-12 01:27:59',NULL,0,0,NULL,NULL),
(3255,'mixpanel','completed',10,'2025-03-12 01:38:01','2025-03-12 01:50:36','2025-03-12 01:28:01','2025-03-12 01:50:36',NULL,0,0,NULL,NULL),
(3256,'mixpanel','completed',10,'2025-03-12 02:13:38','2025-03-12 02:19:07','2025-03-12 01:50:38','2025-03-12 02:19:07',NULL,0,0,NULL,NULL),
(3257,'mixpanel','completed',10,'2025-03-12 02:39:09','2025-03-12 02:43:41','2025-03-12 02:19:09','2025-03-12 02:43:41',NULL,0,0,NULL,NULL),
(3258,'mixpanel','completed',10,'2025-03-12 03:36:43','2025-03-12 03:37:13','2025-03-12 02:43:43','2025-03-12 03:37:13',NULL,0,0,NULL,NULL),
(3259,'mixpanel','completed',10,'2025-03-12 04:22:15','2025-03-12 04:24:56','2025-03-12 03:37:15','2025-03-12 04:24:56',NULL,0,0,NULL,NULL),
(3260,'mixpanel','completed',10,'2025-03-12 04:39:58','2025-03-12 04:41:03','2025-03-12 04:24:58','2025-03-12 04:41:03',NULL,0,0,NULL,NULL),
(3261,'mixpanel','completed',10,'2025-03-12 05:18:04','2025-03-12 05:18:11','2025-03-12 04:41:04','2025-03-12 05:18:11',NULL,0,0,NULL,NULL),
(3262,'mixpanel','completed',10,'2025-03-12 05:57:13','2025-03-12 06:02:00','2025-03-12 05:18:13','2025-03-12 06:02:00',NULL,0,0,NULL,NULL),
(3263,'mixpanel','completed',10,'2025-03-12 06:21:02','2025-03-12 06:24:41','2025-03-12 06:02:02','2025-03-12 06:24:41',NULL,0,0,NULL,NULL),
(3264,'mixpanel','completed',10,'2025-03-12 07:19:43','2025-03-12 07:22:03','2025-03-12 06:24:43','2025-03-12 07:22:03',NULL,0,0,NULL,NULL),
(3265,'mixpanel','completed',10,'2025-03-12 07:39:05','2025-03-12 07:39:35','2025-03-12 07:22:05','2025-03-12 07:39:35',NULL,0,0,NULL,NULL),
(3266,'mixpanel','completed',10,'2025-03-12 07:51:37','2025-03-12 07:52:08','2025-03-12 07:39:37','2025-03-12 07:52:08',NULL,0,0,NULL,NULL),
(3267,'mixpanel','completed',10,'2025-03-12 08:17:10','2025-03-12 08:19:09','2025-03-12 07:52:10','2025-03-12 08:19:09',NULL,0,0,NULL,NULL),
(3268,'mixpanel','completed',10,'2025-03-12 09:12:11','2025-03-12 09:22:29','2025-03-12 08:19:11','2025-03-12 09:22:29',NULL,0,0,NULL,NULL),
(3269,'mixpanel','completed',10,'2025-03-12 10:10:30','2025-03-12 10:11:06','2025-03-12 09:22:30','2025-03-12 10:11:06',NULL,0,0,NULL,NULL),
(3270,'mixpanel','completed',10,'2025-03-12 10:36:07','2025-03-12 10:41:43','2025-03-12 10:11:07','2025-03-12 10:41:43',NULL,0,0,NULL,NULL),
(3271,'mixpanel','completed',10,'2025-03-12 10:44:45','2025-03-12 10:56:36','2025-03-12 10:41:45','2025-03-12 10:56:36',NULL,0,0,NULL,NULL),
(3272,'mixpanel','completed',10,'2025-03-12 11:31:38','2025-03-12 11:32:04','2025-03-12 10:56:38','2025-03-12 11:32:04',NULL,0,0,NULL,NULL),
(3273,'mixpanel','completed',10,'2025-03-12 12:30:05','2025-03-12 12:30:41','2025-03-12 11:32:05','2025-03-12 12:30:41',NULL,0,0,NULL,NULL),
(3274,'mixpanel','completed',10,'2025-03-12 12:41:42','2025-03-12 12:54:46','2025-03-12 12:30:42','2025-03-12 12:54:46',NULL,0,0,NULL,NULL),
(3275,'mixpanel','completed',10,'2025-03-12 13:24:47','2025-03-12 13:28:30','2025-03-12 12:54:47','2025-03-12 13:28:30',NULL,0,0,NULL,NULL),
(3276,'mixpanel','completed',10,'2025-03-12 13:44:31','2025-03-12 14:29:52','2025-03-12 13:28:31','2025-03-12 14:29:52',NULL,0,0,NULL,NULL),
(3277,'mixpanel','completed',10,'2025-03-12 15:22:53','2025-03-12 15:51:20','2025-03-12 14:29:53','2025-03-12 15:51:20',NULL,0,0,NULL,NULL),
(3278,'mixpanel','completed',10,'2025-03-12 16:32:22','2025-03-12 16:33:52','2025-03-12 15:51:22','2025-03-12 16:33:52',NULL,0,0,NULL,NULL),
(3279,'mixpanel','completed',10,'2025-03-12 17:01:52','2025-03-12 17:14:46','2025-03-12 16:33:52','2025-03-12 17:14:46',NULL,0,0,NULL,NULL),
(3280,'subscribers_engagement_score','completed',10,'2025-03-13 07:31:00','2025-03-13 07:52:30','2025-03-12 17:14:46','2025-03-13 07:52:30',NULL,0,0,NULL,NULL),
(3281,'mixpanel','completed',10,'2025-03-12 17:50:47','2025-03-12 17:52:18','2025-03-12 17:14:47','2025-03-12 17:52:18',NULL,0,0,NULL,NULL),
(3282,'mixpanel','completed',10,'2025-03-12 18:46:20','2025-03-12 19:03:40','2025-03-12 17:52:20','2025-03-12 19:03:40',NULL,0,0,NULL,NULL),
(3283,'mixpanel','completed',10,'2025-03-12 19:51:42','2025-03-12 19:53:22','2025-03-12 19:03:42','2025-03-12 19:53:22',NULL,0,0,NULL,NULL),
(3284,'mixpanel','completed',10,'2025-03-12 20:03:23','2025-03-12 20:10:40','2025-03-12 19:53:23','2025-03-12 20:10:40',NULL,0,0,NULL,NULL),
(3285,'mixpanel','completed',10,'2025-03-12 20:45:42','2025-03-12 20:50:37','2025-03-12 20:10:42','2025-03-12 20:50:37',NULL,0,0,NULL,NULL),
(3286,'schedule_re_engagement_email','completed',10,'2025-03-13 20:50:39','2025-03-13 21:02:43','2025-03-12 20:50:39','2025-03-13 21:02:43',NULL,0,0,NULL,NULL),
(3287,'mixpanel','completed',10,'2025-03-12 21:36:39','2025-03-12 21:39:42','2025-03-12 20:50:39','2025-03-12 21:39:42',NULL,0,0,NULL,NULL),
(3288,'mixpanel','completed',10,'2025-03-12 22:01:44','2025-03-12 22:06:48','2025-03-12 21:39:44','2025-03-12 22:06:48',NULL,0,0,NULL,NULL),
(3289,'mixpanel','completed',10,'2025-03-12 23:01:50','2025-03-12 23:10:09','2025-03-12 22:06:50','2025-03-12 23:10:09',NULL,0,0,NULL,NULL),
(3290,'mixpanel','completed',10,'2025-03-12 23:34:10','2025-03-12 23:45:20','2025-03-12 23:10:10','2025-03-12 23:45:20',NULL,0,0,NULL,NULL),
(3291,'mixpanel','completed',10,'2025-03-13 00:11:22','2025-03-13 00:19:55','2025-03-12 23:45:22','2025-03-13 00:19:55',NULL,0,0,NULL,NULL),
(3292,'mixpanel','completed',10,'2025-03-13 00:44:56','2025-03-13 01:10:11','2025-03-13 00:19:56','2025-03-13 01:10:11',NULL,0,0,NULL,NULL),
(3293,'mixpanel','completed',10,'2025-03-13 01:52:12','2025-03-13 02:10:10','2025-03-13 01:10:12','2025-03-13 02:10:10',NULL,0,0,NULL,NULL),
(3294,'mixpanel','completed',10,'2025-03-13 02:28:11','2025-03-13 03:47:47','2025-03-13 02:10:11','2025-03-13 03:47:47',NULL,0,0,NULL,NULL),
(3295,'mixpanel','completed',10,'2025-03-13 04:00:49','2025-03-13 05:02:46','2025-03-13 03:47:49','2025-03-13 05:02:46',NULL,0,0,NULL,NULL),
(3296,'mixpanel','completed',10,'2025-03-13 05:59:47','2025-03-13 06:05:04','2025-03-13 05:02:47','2025-03-13 06:05:04',NULL,0,0,NULL,NULL),
(3297,'mixpanel','completed',10,'2025-03-13 06:06:05','2025-03-13 06:14:42','2025-03-13 06:05:05','2025-03-13 06:14:42',NULL,0,0,NULL,NULL),
(3298,'mixpanel','completed',10,'2025-03-13 06:53:43','2025-03-13 07:07:16','2025-03-13 06:14:43','2025-03-13 07:07:16',NULL,0,0,NULL,NULL),
(3299,'mixpanel','completed',10,'2025-03-13 07:44:18','2025-03-13 07:52:30','2025-03-13 07:07:18','2025-03-13 07:52:30',NULL,0,0,NULL,NULL),
(3300,'subscribers_engagement_score','completed',10,'2025-03-13 07:52:30','2025-03-13 07:52:32','2025-03-13 07:52:30','2025-03-13 07:52:32',NULL,0,0,NULL,NULL),
(3301,'subscribers_engagement_score','completed',10,'2025-03-14 03:50:00','2025-03-14 03:53:42','2025-03-13 07:52:32','2025-03-14 03:53:42',NULL,0,0,NULL,NULL),
(3302,'mixpanel','completed',10,'2025-03-13 08:00:32','2025-03-13 08:05:23','2025-03-13 07:52:32','2025-03-13 08:05:23',NULL,0,0,NULL,NULL),
(3303,'mixpanel','completed',10,'2025-03-13 08:11:25','2025-03-13 08:15:49','2025-03-13 08:05:25','2025-03-13 08:15:49',NULL,0,0,NULL,NULL),
(3304,'mixpanel','completed',10,'2025-03-13 08:59:50','2025-03-13 09:00:13','2025-03-13 08:15:50','2025-03-13 09:00:13',NULL,0,0,NULL,NULL),
(3305,'mixpanel','completed',10,'2025-03-13 09:12:15','2025-03-13 09:14:35','2025-03-13 09:00:15','2025-03-13 09:14:35',NULL,0,0,NULL,NULL),
(3306,'mixpanel','completed',10,'2025-03-13 09:45:36','2025-03-13 09:48:04','2025-03-13 09:14:36','2025-03-13 09:48:04',NULL,0,0,NULL,NULL),
(3307,'mixpanel','completed',10,'2025-03-13 09:58:06','2025-03-13 10:00:21','2025-03-13 09:48:06','2025-03-13 10:00:21',NULL,0,0,NULL,NULL),
(3308,'mixpanel','completed',10,'2025-03-13 10:27:23','2025-03-13 10:28:47','2025-03-13 10:00:23','2025-03-13 10:28:47',NULL,0,0,NULL,NULL),
(3309,'mixpanel','completed',10,'2025-03-13 10:45:48','2025-03-13 11:42:26','2025-03-13 10:28:48','2025-03-13 11:42:26',NULL,0,0,NULL,NULL),
(3310,'mixpanel','completed',10,'2025-03-13 12:05:27','2025-03-13 12:09:51','2025-03-13 11:42:27','2025-03-13 12:09:51',NULL,0,0,NULL,NULL),
(3311,'mixpanel','completed',10,'2025-03-13 12:59:53','2025-03-13 15:34:24','2025-03-13 12:09:53','2025-03-13 15:34:24',NULL,0,0,NULL,NULL),
(3312,'mixpanel','completed',10,'2025-03-13 15:57:25','2025-03-13 16:05:52','2025-03-13 15:34:25','2025-03-13 16:05:52',NULL,0,0,NULL,NULL),
(3313,'mixpanel','completed',10,'2025-03-13 16:10:54','2025-03-13 17:43:12','2025-03-13 16:05:54','2025-03-13 17:43:12',NULL,0,0,NULL,NULL),
(3314,'mixpanel','completed',10,'2025-03-13 18:29:14','2025-03-13 19:30:16','2025-03-13 17:43:14','2025-03-13 19:30:16',NULL,0,0,NULL,NULL),
(3315,'mixpanel','completed',10,'2025-03-13 20:24:17','2025-03-13 20:38:55','2025-03-13 19:30:17','2025-03-13 20:38:55',NULL,0,0,NULL,NULL),
(3316,'mixpanel','completed',10,'2025-03-13 20:52:57','2025-03-13 21:02:43','2025-03-13 20:38:57','2025-03-13 21:02:43',NULL,0,0,NULL,NULL),
(3317,'schedule_re_engagement_email','completed',10,'2025-03-14 21:02:44','2025-03-15 04:00:42','2025-03-13 21:02:44','2025-03-15 04:00:42',NULL,0,0,NULL,NULL),
(3318,'mixpanel','completed',10,'2025-03-13 21:54:44','2025-03-13 21:57:20','2025-03-13 21:02:44','2025-03-13 21:57:20',NULL,0,0,NULL,NULL),
(3319,'mixpanel','completed',10,'2025-03-13 21:59:21','2025-03-13 22:03:48','2025-03-13 21:57:21','2025-03-13 22:03:48',NULL,0,0,NULL,NULL),
(3320,'mixpanel','completed',10,'2025-03-13 22:51:49','2025-03-13 23:25:08','2025-03-13 22:03:49','2025-03-13 23:25:08',NULL,0,0,NULL,NULL),
(3321,'mixpanel','completed',10,'2025-03-14 00:12:10','2025-03-14 00:16:04','2025-03-13 23:25:10','2025-03-14 00:16:04',NULL,0,0,NULL,NULL),
(3322,'export_files_cleanup','completed',10,'2025-03-22 00:00:00','2025-03-22 00:02:19','2025-03-14 00:06:42','2025-03-22 00:02:19',NULL,0,0,NULL,NULL),
(3323,'mixpanel','completed',10,'2025-03-14 00:54:05','2025-03-14 00:56:37','2025-03-14 00:16:05','2025-03-14 00:56:37',NULL,0,0,NULL,NULL),
(3324,'mixpanel','completed',10,'2025-03-14 01:16:39','2025-03-14 01:18:23','2025-03-14 00:56:39','2025-03-14 01:18:23',NULL,0,0,NULL,NULL),
(3325,'mixpanel','completed',10,'2025-03-14 02:10:24','2025-03-14 02:12:48','2025-03-14 01:18:24','2025-03-14 02:12:48',NULL,0,0,NULL,NULL),
(3326,'mixpanel','completed',10,'2025-03-14 02:56:50','2025-03-14 03:43:25','2025-03-14 02:12:50','2025-03-14 03:43:25',NULL,0,0,NULL,NULL),
(3327,'mixpanel','completed',10,'2025-03-14 04:05:27','2025-03-14 05:47:40','2025-03-14 03:43:27','2025-03-14 05:47:40',NULL,0,0,NULL,NULL),
(3328,'subscribers_engagement_score','completed',10,'2025-03-15 11:23:00','2025-03-15 12:11:26','2025-03-14 03:53:42','2025-03-15 12:11:26',NULL,0,0,NULL,NULL),
(3329,'mixpanel','completed',10,'2025-03-14 06:34:42','2025-03-14 07:44:08','2025-03-14 05:47:42','2025-03-14 07:44:08',NULL,0,0,NULL,NULL),
(3330,'mixpanel','completed',10,'2025-03-14 08:22:09','2025-03-14 09:07:37','2025-03-14 07:44:09','2025-03-14 09:07:37',NULL,0,0,NULL,NULL),
(3331,'mixpanel','completed',10,'2025-03-14 09:11:38','2025-03-14 10:05:44','2025-03-14 09:07:38','2025-03-14 10:05:44',NULL,0,0,NULL,NULL),
(3332,'mixpanel','completed',10,'2025-03-14 10:30:45','2025-03-14 10:34:45','2025-03-14 10:05:45','2025-03-14 10:34:45',NULL,0,0,NULL,NULL),
(3333,'mixpanel','completed',10,'2025-03-14 11:20:46','2025-03-14 11:55:20','2025-03-14 10:34:46','2025-03-14 11:55:20',NULL,0,0,NULL,NULL),
(3334,'mixpanel','completed',10,'2025-03-14 12:02:22','2025-03-14 14:22:25','2025-03-14 11:55:22','2025-03-14 14:22:25',NULL,0,0,NULL,NULL),
(3335,'mixpanel','completed',10,'2025-03-14 14:51:26','2025-03-14 14:57:52','2025-03-14 14:22:26','2025-03-14 14:57:52',NULL,0,0,NULL,NULL),
(3336,'mixpanel','completed',10,'2025-03-14 15:14:54','2025-03-14 15:48:00','2025-03-14 14:57:54','2025-03-14 15:48:00',NULL,0,0,NULL,NULL),
(3337,'mixpanel','completed',10,'2025-03-14 16:35:02','2025-03-14 16:50:13','2025-03-14 15:48:02','2025-03-14 16:50:13',NULL,0,0,NULL,NULL),
(3338,'mixpanel','completed',10,'2025-03-14 16:51:15','2025-03-14 16:53:26','2025-03-14 16:50:15','2025-03-14 16:53:26',NULL,0,0,NULL,NULL),
(3339,'mixpanel','completed',10,'2025-03-14 17:01:28','2025-03-14 17:09:27','2025-03-14 16:53:28','2025-03-14 17:09:27',NULL,0,0,NULL,NULL),
(3340,'mixpanel','completed',10,'2025-03-14 17:58:29','2025-03-14 18:00:10','2025-03-14 17:09:29','2025-03-14 18:00:10',NULL,0,0,NULL,NULL),
(3341,'mixpanel','completed',10,'2025-03-14 18:18:11','2025-03-14 18:22:48','2025-03-14 18:00:11','2025-03-14 18:22:48',NULL,0,0,NULL,NULL),
(3342,'mixpanel','completed',10,'2025-03-14 18:58:50','2025-03-14 19:10:51','2025-03-14 18:22:50','2025-03-14 19:10:51',NULL,0,0,NULL,NULL),
(3343,'mixpanel','completed',10,'2025-03-14 19:10:52','2025-03-14 19:39:28','2025-03-14 19:10:52','2025-03-14 19:39:28',NULL,0,0,NULL,NULL),
(3344,'mixpanel','completed',10,'2025-03-14 20:30:30','2025-03-15 04:00:42','2025-03-14 19:39:30','2025-03-15 04:00:42',NULL,0,0,NULL,NULL),
(3345,'inactive_subscribers','completed',10,'2025-03-20 00:00:00','2025-03-20 00:00:33','2025-03-15 04:00:42','2025-03-20 00:00:33',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(3346,'schedule_re_engagement_email','completed',10,'2025-03-16 04:00:43','2025-03-16 04:38:19','2025-03-15 04:00:43','2025-03-16 04:38:19',NULL,0,0,NULL,NULL),
(3347,'mixpanel','completed',10,'2025-03-15 04:33:43','2025-03-15 05:06:17','2025-03-15 04:00:43','2025-03-15 05:06:17',NULL,0,0,NULL,NULL),
(3348,'mixpanel','completed',10,'2025-03-15 05:24:18','2025-03-15 06:45:11','2025-03-15 05:06:18','2025-03-15 06:45:11',NULL,0,0,NULL,NULL),
(3349,'mixpanel','completed',10,'2025-03-15 07:23:13','2025-03-15 07:25:10','2025-03-15 06:45:13','2025-03-15 07:25:10',NULL,0,0,NULL,NULL),
(3350,'mixpanel','completed',10,'2025-03-15 07:37:12','2025-03-15 07:38:20','2025-03-15 07:25:12','2025-03-15 07:38:20',NULL,0,0,NULL,NULL),
(3351,'mixpanel','completed',10,'2025-03-15 08:30:22','2025-03-15 08:31:31','2025-03-15 07:38:22','2025-03-15 08:31:31',NULL,0,0,NULL,NULL),
(3352,'mixpanel','completed',10,'2025-03-15 08:48:32','2025-03-15 08:49:33','2025-03-15 08:31:32','2025-03-15 08:49:33',NULL,0,0,NULL,NULL),
(3353,'mixpanel','completed',10,'2025-03-15 09:26:34','2025-03-15 09:29:01','2025-03-15 08:49:34','2025-03-15 09:29:01',NULL,0,0,NULL,NULL),
(3354,'mixpanel','completed',10,'2025-03-15 09:34:03','2025-03-15 09:38:12','2025-03-15 09:29:03','2025-03-15 09:38:12',NULL,0,0,NULL,NULL),
(3355,'mixpanel','completed',10,'2025-03-15 10:36:14','2025-03-15 12:11:26','2025-03-15 09:38:14','2025-03-15 12:11:26',NULL,0,0,NULL,NULL),
(3356,'subscribers_engagement_score','completed',10,'2025-03-15 12:11:26','2025-03-15 12:11:28','2025-03-15 12:11:26','2025-03-15 12:11:28',NULL,0,0,NULL,NULL),
(3357,'subscribers_engagement_score','completed',10,'2025-03-16 22:13:00','2025-03-17 01:21:10','2025-03-15 12:11:28','2025-03-17 01:21:10',NULL,0,0,NULL,NULL),
(3358,'mixpanel','completed',10,'2025-03-15 12:56:28','2025-03-15 16:19:07','2025-03-15 12:11:28','2025-03-15 16:19:07',NULL,0,0,NULL,NULL),
(3359,'mixpanel','completed',10,'2025-03-15 16:23:08','2025-03-15 18:04:23','2025-03-15 16:19:08','2025-03-15 18:04:23',NULL,0,0,NULL,NULL),
(3360,'mixpanel','completed',10,'2025-03-15 18:17:25','2025-03-15 18:19:39','2025-03-15 18:04:25','2025-03-15 18:19:39',NULL,0,0,NULL,NULL),
(3361,'mixpanel','completed',10,'2025-03-15 18:29:41','2025-03-15 18:32:52','2025-03-15 18:19:41','2025-03-15 18:32:52',NULL,0,0,NULL,NULL),
(3362,'mixpanel','completed',10,'2025-03-15 19:30:54','2025-03-15 19:32:37','2025-03-15 18:32:54','2025-03-15 19:32:37',NULL,0,0,NULL,NULL),
(3363,'mixpanel','completed',10,'2025-03-15 19:39:39','2025-03-15 19:42:24','2025-03-15 19:32:39','2025-03-15 19:42:24',NULL,0,0,NULL,NULL),
(3364,'mixpanel','completed',10,'2025-03-15 20:35:25','2025-03-15 20:35:25','2025-03-15 19:42:25','2025-03-15 20:35:25',NULL,0,0,NULL,NULL),
(3365,'mixpanel','completed',10,'2025-03-15 20:58:48','2025-03-15 21:01:40','2025-03-15 20:37:48','2025-03-15 21:01:40',NULL,0,0,NULL,NULL),
(3366,'mixpanel','completed',10,'2025-03-15 21:18:42','2025-03-15 22:21:39','2025-03-15 21:01:42','2025-03-15 22:21:39',NULL,0,0,NULL,NULL),
(3367,'mixpanel','completed',10,'2025-03-15 23:00:40','2025-03-15 23:02:30','2025-03-15 22:21:40','2025-03-15 23:02:30',NULL,0,0,NULL,NULL),
(3368,'mixpanel','completed',10,'2025-03-15 23:59:32','2025-03-16 00:01:47','2025-03-15 23:02:32','2025-03-16 00:01:47',NULL,0,0,NULL,NULL),
(3369,'mixpanel','completed',10,'2025-03-16 00:39:49','2025-03-16 00:41:49','2025-03-16 00:01:49','2025-03-16 00:41:49',NULL,0,0,NULL,NULL),
(3370,'mixpanel','completed',10,'2025-03-16 01:10:51','2025-03-16 01:12:45','2025-03-16 00:41:51','2025-03-16 01:12:45',NULL,0,0,NULL,NULL),
(3371,'mixpanel','completed',10,'2025-03-16 01:46:47','2025-03-16 01:50:18','2025-03-16 01:12:47','2025-03-16 01:50:18',NULL,0,0,NULL,NULL),
(3372,'mixpanel','completed',10,'2025-03-16 02:02:19','2025-03-16 02:06:51','2025-03-16 01:50:19','2025-03-16 02:06:51',NULL,0,0,NULL,NULL),
(3373,'mixpanel','completed',10,'2025-03-16 02:17:53','2025-03-16 02:19:57','2025-03-16 02:06:53','2025-03-16 02:19:57',NULL,0,0,NULL,NULL),
(3374,'mixpanel','completed',10,'2025-03-16 03:00:59','2025-03-16 03:01:07','2025-03-16 02:19:59','2025-03-16 03:01:07',NULL,0,0,NULL,NULL),
(3375,'mixpanel','completed',10,'2025-03-16 03:03:09','2025-03-16 03:03:45','2025-03-16 03:01:09','2025-03-16 03:03:45',NULL,0,0,NULL,NULL),
(3376,'mixpanel','completed',10,'2025-03-16 03:11:47','2025-03-16 03:41:53','2025-03-16 03:03:47','2025-03-16 03:41:53',NULL,0,0,NULL,NULL),
(3377,'mixpanel','completed',10,'2025-03-16 03:56:55','2025-03-16 04:38:19','2025-03-16 03:41:55','2025-03-16 04:38:19',NULL,0,0,NULL,NULL),
(3378,'schedule_re_engagement_email','completed',10,'2025-03-17 04:38:20','2025-03-17 04:58:03','2025-03-16 04:38:20','2025-03-17 04:58:03',NULL,0,0,NULL,NULL),
(3379,'mixpanel','completed',10,'2025-03-16 05:28:20','2025-03-16 08:00:20','2025-03-16 04:38:20','2025-03-16 08:00:20',NULL,0,0,NULL,NULL),
(3380,'mixpanel','completed',10,'2025-03-16 08:23:22','2025-03-16 08:31:35','2025-03-16 08:00:22','2025-03-16 08:31:35',NULL,0,0,NULL,NULL),
(3381,'mixpanel','completed',10,'2025-03-16 09:26:36','2025-03-16 12:26:29','2025-03-16 08:31:36','2025-03-16 12:26:29',NULL,0,0,NULL,NULL),
(3382,'mixpanel','completed',10,'2025-03-16 12:36:31','2025-03-16 16:35:58','2025-03-16 12:26:31','2025-03-16 16:35:58',NULL,0,0,NULL,NULL),
(3383,'mixpanel','completed',10,'2025-03-16 16:38:59','2025-03-16 16:55:59','2025-03-16 16:35:59','2025-03-16 16:55:59',NULL,0,0,NULL,NULL),
(3384,'mixpanel','completed',10,'2025-03-16 17:15:00','2025-03-16 20:40:19','2025-03-16 16:56:00','2025-03-16 20:40:19',NULL,0,0,NULL,NULL),
(3385,'mixpanel','completed',10,'2025-03-16 20:53:20','2025-03-17 01:21:10','2025-03-16 20:40:20','2025-03-17 01:21:10',NULL,0,0,NULL,NULL),
(3386,'subscribers_engagement_score','completed',10,'2025-03-17 01:21:10','2025-03-17 01:21:11','2025-03-17 01:21:10','2025-03-17 01:21:11',NULL,0,0,NULL,NULL),
(3387,'subscribers_engagement_score','completed',10,'2025-03-18 11:08:00','2025-03-18 12:24:45','2025-03-17 01:21:11','2025-03-18 12:24:45',NULL,0,0,NULL,NULL),
(3388,'mixpanel','completed',10,'2025-03-17 01:52:11','2025-03-17 02:21:48','2025-03-17 01:21:11','2025-03-17 02:21:48',NULL,0,0,NULL,NULL),
(3389,'mixpanel','completed',10,'2025-03-17 03:14:49','2025-03-17 03:42:45','2025-03-17 02:21:49','2025-03-17 03:42:45',NULL,0,0,NULL,NULL),
(3390,'mixpanel','completed',10,'2025-03-17 04:10:46','2025-03-17 04:17:10','2025-03-17 03:42:46','2025-03-17 04:17:10',NULL,0,0,NULL,NULL),
(3391,'mixpanel','completed',10,'2025-03-17 04:49:12','2025-03-17 04:58:03','2025-03-17 04:17:12','2025-03-17 04:58:03',NULL,0,0,NULL,NULL),
(3392,'schedule_re_engagement_email','completed',10,'2025-03-18 04:58:05','2025-03-18 07:02:00','2025-03-17 04:58:05','2025-03-18 07:02:00',NULL,0,0,NULL,NULL),
(3393,'mixpanel','completed',10,'2025-03-17 05:26:05','2025-03-17 06:57:51','2025-03-17 04:58:05','2025-03-17 06:57:51',NULL,0,0,NULL,NULL),
(3394,'mixpanel','completed',10,'2025-03-17 07:20:53','2025-03-17 07:40:25','2025-03-17 06:57:53','2025-03-17 07:40:25',NULL,0,0,NULL,NULL),
(3395,'mixpanel','completed',10,'2025-03-17 08:30:27','2025-03-17 08:42:55','2025-03-17 07:40:27','2025-03-17 08:42:55',NULL,0,0,NULL,NULL),
(3396,'mixpanel','completed',10,'2025-03-17 09:19:57','2025-03-17 09:20:05','2025-03-17 08:42:57','2025-03-17 09:20:05',NULL,0,0,NULL,NULL),
(3397,'mixpanel','completed',10,'2025-03-17 09:41:06','2025-03-17 12:14:57','2025-03-17 09:20:06','2025-03-17 12:14:57',NULL,0,0,NULL,NULL),
(3398,'mixpanel','completed',10,'2025-03-17 12:25:59','2025-03-17 16:08:05','2025-03-17 12:14:59','2025-03-17 16:08:05',NULL,0,0,NULL,NULL),
(3399,'mixpanel','completed',10,'2025-03-17 16:54:06','2025-03-17 18:20:56','2025-03-17 16:08:06','2025-03-17 18:20:56',NULL,0,0,NULL,NULL),
(3400,'mixpanel','completed',10,'2025-03-17 19:12:58','2025-03-17 19:21:29','2025-03-17 18:20:58','2025-03-17 19:21:29',NULL,0,0,NULL,NULL),
(3401,'mixpanel','completed',10,'2025-03-17 19:33:31','2025-03-17 19:45:19','2025-03-17 19:21:31','2025-03-17 19:45:19',NULL,0,0,NULL,NULL),
(3402,'mixpanel','completed',10,'2025-03-17 20:25:20','2025-03-17 20:27:01','2025-03-17 19:45:20','2025-03-17 20:27:01',NULL,0,0,NULL,NULL),
(3403,'mixpanel','completed',10,'2025-03-17 20:39:02','2025-03-17 20:39:28','2025-03-17 20:27:02','2025-03-17 20:39:28',NULL,0,0,NULL,NULL),
(3404,'mixpanel','completed',10,'2025-03-17 21:06:29','2025-03-17 21:07:56','2025-03-17 20:39:29','2025-03-17 21:07:56',NULL,0,0,NULL,NULL),
(3405,'mixpanel','completed',10,'2025-03-17 21:50:57','2025-03-17 21:53:31','2025-03-17 21:07:57','2025-03-17 21:53:31',NULL,0,0,NULL,NULL),
(3406,'mixpanel','completed',10,'2025-03-17 22:29:33','2025-03-17 22:31:30','2025-03-17 21:53:33','2025-03-17 22:31:30',NULL,0,0,NULL,NULL),
(3407,'mixpanel','completed',10,'2025-03-17 22:54:32','2025-03-17 22:54:52','2025-03-17 22:31:32','2025-03-17 22:54:52',NULL,0,0,NULL,NULL),
(3408,'mixpanel','completed',10,'2025-03-17 23:16:54','2025-03-17 23:17:18','2025-03-17 22:54:54','2025-03-17 23:17:18',NULL,0,0,NULL,NULL),
(3409,'mixpanel','completed',10,'2025-03-17 23:50:19','2025-03-17 23:52:23','2025-03-17 23:17:19','2025-03-17 23:52:23',NULL,0,0,NULL,NULL),
(3410,'mixpanel','completed',10,'2025-03-18 00:24:24','2025-03-18 00:26:13','2025-03-17 23:52:24','2025-03-18 00:26:13',NULL,0,0,NULL,NULL),
(3411,'mixpanel','completed',10,'2025-03-18 01:09:15','2025-03-18 01:10:23','2025-03-18 00:26:15','2025-03-18 01:10:23',NULL,0,0,NULL,NULL),
(3412,'mixpanel','completed',10,'2025-03-18 02:06:24','2025-03-18 02:07:32','2025-03-18 01:10:24','2025-03-18 02:07:32',NULL,0,0,NULL,NULL),
(3413,'mixpanel','completed',10,'2025-03-18 02:06:34','2025-03-18 02:10:30','2025-03-18 02:07:34','2025-03-18 02:10:30',NULL,0,0,NULL,NULL),
(3414,'mixpanel','completed',10,'2025-03-18 02:40:31','2025-03-18 02:56:05','2025-03-18 02:10:31','2025-03-18 02:56:05',NULL,0,0,NULL,NULL),
(3415,'mixpanel','completed',10,'2025-03-18 03:03:07','2025-03-18 03:09:49','2025-03-18 02:56:07','2025-03-18 03:09:49',NULL,0,0,NULL,NULL),
(3416,'mixpanel','completed',10,'2025-03-18 03:16:51','2025-03-18 03:43:18','2025-03-18 03:09:51','2025-03-18 03:43:18',NULL,0,0,NULL,NULL),
(3417,'mixpanel','completed',10,'2025-03-18 04:23:20','2025-03-18 04:50:01','2025-03-18 03:43:20','2025-03-18 04:50:01',NULL,0,0,NULL,NULL),
(3418,'mixpanel','completed',10,'2025-03-18 04:53:03','2025-03-18 07:02:00','2025-03-18 04:50:03','2025-03-18 07:02:00',NULL,0,0,NULL,NULL),
(3419,'schedule_re_engagement_email','completed',10,'2025-03-19 07:02:02','2025-03-19 07:04:36','2025-03-18 07:02:02','2025-03-19 07:04:36',NULL,0,0,NULL,NULL),
(3420,'mixpanel','completed',10,'2025-03-18 07:33:02','2025-03-18 08:16:18','2025-03-18 07:02:02','2025-03-18 08:16:18',NULL,0,0,NULL,NULL),
(3421,'mixpanel','completed',10,'2025-03-18 09:05:20','2025-03-18 12:24:45','2025-03-18 08:16:20','2025-03-18 12:24:45',NULL,0,0,NULL,NULL),
(3422,'subscribers_engagement_score','completed',10,'2025-03-18 12:24:45','2025-03-18 12:24:47','2025-03-18 12:24:45','2025-03-18 12:24:47',NULL,0,0,NULL,NULL),
(3423,'subscribers_engagement_score','completed',10,'2025-03-19 18:59:00','2025-03-19 20:03:57','2025-03-18 12:24:47','2025-03-19 20:03:57',NULL,0,0,NULL,NULL),
(3424,'mixpanel','completed',10,'2025-03-18 12:51:47','2025-03-18 12:52:22','2025-03-18 12:24:47','2025-03-18 12:52:22',NULL,0,0,NULL,NULL),
(3425,'mixpanel','completed',10,'2025-03-18 13:26:23','2025-03-18 13:46:53','2025-03-18 12:52:23','2025-03-18 13:46:53',NULL,0,0,NULL,NULL),
(3426,'mixpanel','completed',10,'2025-03-18 14:30:54','2025-03-18 15:11:36','2025-03-18 13:46:54','2025-03-18 15:11:36',NULL,0,0,NULL,NULL),
(3427,'mixpanel','completed',10,'2025-03-18 15:52:38','2025-03-18 16:02:16','2025-03-18 15:11:38','2025-03-18 16:02:16',NULL,0,0,NULL,NULL),
(3428,'mixpanel','completed',10,'2025-03-18 16:17:17','2025-03-18 16:22:14','2025-03-18 16:02:17','2025-03-18 16:22:14',NULL,0,0,NULL,NULL),
(3429,'mixpanel','completed',10,'2025-03-18 16:25:15','2025-03-18 16:57:22','2025-03-18 16:22:15','2025-03-18 16:57:22',NULL,0,0,NULL,NULL),
(3430,'mixpanel','completed',10,'2025-03-18 17:19:24','2025-03-18 17:27:13','2025-03-18 16:57:24','2025-03-18 17:27:13',NULL,0,0,NULL,NULL),
(3431,'mixpanel','completed',10,'2025-03-18 18:21:15','2025-03-18 18:29:04','2025-03-18 17:27:15','2025-03-18 18:29:04',NULL,0,0,NULL,NULL),
(3432,'mixpanel','completed',10,'2025-03-18 19:27:06','2025-03-18 19:44:20','2025-03-18 18:29:06','2025-03-18 19:44:20',NULL,0,0,NULL,NULL),
(3433,'mixpanel','completed',10,'2025-03-18 20:24:22','2025-03-18 20:27:37','2025-03-18 19:44:22','2025-03-18 20:27:37',NULL,0,0,NULL,NULL),
(3434,'mixpanel','completed',10,'2025-03-18 20:59:38','2025-03-18 23:13:16','2025-03-18 20:27:38','2025-03-18 23:13:16',NULL,0,0,NULL,NULL),
(3435,'mixpanel','completed',10,'2025-03-19 00:03:18','2025-03-19 00:08:23','2025-03-18 23:13:18','2025-03-19 00:08:23',NULL,0,0,NULL,NULL),
(3436,'mixpanel','completed',10,'2025-03-19 00:49:24','2025-03-19 00:51:12','2025-03-19 00:08:24','2025-03-19 00:51:12',NULL,0,0,NULL,NULL),
(3437,'mixpanel','completed',10,'2025-03-19 00:56:14','2025-03-19 00:56:58','2025-03-19 00:51:14','2025-03-19 00:56:58',NULL,0,0,NULL,NULL),
(3438,'mixpanel','completed',10,'2025-03-19 01:53:59','2025-03-19 01:57:48','2025-03-19 00:56:59','2025-03-19 01:57:48',NULL,0,0,NULL,NULL),
(3439,'mixpanel','completed',10,'2025-03-19 02:00:49','2025-03-19 02:03:28','2025-03-19 01:57:49','2025-03-19 02:03:28',NULL,0,0,NULL,NULL),
(3440,'mixpanel','completed',10,'2025-03-19 02:25:29','2025-03-19 02:26:34','2025-03-19 02:03:29','2025-03-19 02:26:34',NULL,0,0,NULL,NULL),
(3441,'mixpanel','completed',10,'2025-03-19 03:01:36','2025-03-19 03:01:57','2025-03-19 02:26:36','2025-03-19 03:01:57',NULL,0,0,NULL,NULL),
(3442,'mixpanel','completed',10,'2025-03-19 03:26:59','2025-03-19 03:29:34','2025-03-19 03:01:59','2025-03-19 03:29:34',NULL,0,0,NULL,NULL),
(3443,'mixpanel','completed',10,'2025-03-19 03:37:35','2025-03-19 03:41:02','2025-03-19 03:29:35','2025-03-19 03:41:02',NULL,0,0,NULL,NULL),
(3444,'mixpanel','completed',10,'2025-03-19 04:13:03','2025-03-19 04:15:09','2025-03-19 03:41:03','2025-03-19 04:15:09',NULL,0,0,NULL,NULL),
(3445,'mixpanel','completed',10,'2025-03-19 04:48:10','2025-03-19 05:00:05','2025-03-19 04:15:10','2025-03-19 05:00:05',NULL,0,0,NULL,NULL),
(3446,'mixpanel','completed',10,'2025-03-19 05:11:06','2025-03-19 05:13:37','2025-03-19 05:00:06','2025-03-19 05:13:37',NULL,0,0,NULL,NULL),
(3447,'mixpanel','completed',10,'2025-03-19 05:33:39','2025-03-19 05:38:34','2025-03-19 05:13:39','2025-03-19 05:38:34',NULL,0,0,NULL,NULL),
(3448,'mixpanel','completed',10,'2025-03-19 05:41:36','2025-03-19 06:55:36','2025-03-19 05:38:36','2025-03-19 06:55:36',NULL,0,0,NULL,NULL),
(3449,'mixpanel','completed',10,'2025-03-19 07:13:37','2025-03-19 07:16:59','2025-03-19 06:55:37','2025-03-19 07:16:59',NULL,0,0,NULL,NULL),
(3450,'schedule_re_engagement_email','completed',10,'2025-03-20 07:04:37','2025-03-20 08:01:06','2025-03-19 07:04:37','2025-03-20 08:01:06',NULL,0,0,NULL,NULL),
(3451,'mixpanel','completed',10,'2025-03-19 07:48:01','2025-03-19 07:53:48','2025-03-19 07:17:01','2025-03-19 07:53:48',NULL,0,0,NULL,NULL),
(3452,'mixpanel','completed',10,'2025-03-19 08:51:50','2025-03-19 08:52:53','2025-03-19 07:53:50','2025-03-19 08:52:53',NULL,0,0,NULL,NULL),
(3453,'mixpanel','completed',10,'2025-03-19 09:04:54','2025-03-19 09:05:24','2025-03-19 08:52:54','2025-03-19 09:05:24',NULL,0,0,NULL,NULL),
(3454,'mixpanel','completed',10,'2025-03-19 09:33:24','2025-03-19 09:34:29','2025-03-19 09:07:24','2025-03-19 09:34:29',NULL,0,0,NULL,NULL),
(3455,'mixpanel','completed',10,'2025-03-19 10:22:30','2025-03-19 11:24:03','2025-03-19 09:34:30','2025-03-19 11:24:03',NULL,0,0,NULL,NULL),
(3456,'mixpanel','completed',10,'2025-03-19 11:32:05','2025-03-19 11:34:57','2025-03-19 11:24:05','2025-03-19 11:34:57',NULL,0,0,NULL,NULL),
(3457,'mixpanel','completed',10,'2025-03-19 11:59:58','2025-03-19 12:00:14','2025-03-19 11:34:58','2025-03-19 12:00:14',NULL,0,0,NULL,NULL),
(3458,'mixpanel','completed',10,'2025-03-19 12:54:16','2025-03-19 12:54:29','2025-03-19 12:00:16','2025-03-19 12:54:29',NULL,0,0,NULL,NULL),
(3459,'mixpanel','completed',10,'2025-03-19 13:48:30','2025-03-19 13:50:04','2025-03-19 12:54:30','2025-03-19 13:50:04',NULL,0,0,NULL,NULL),
(3460,'mixpanel','completed',10,'2025-03-19 14:27:05','2025-03-19 14:27:16','2025-03-19 13:50:05','2025-03-19 14:27:16',NULL,0,0,NULL,NULL),
(3461,'mixpanel','completed',10,'2025-03-19 14:52:17','2025-03-19 14:53:25','2025-03-19 14:27:17','2025-03-19 14:53:25',NULL,0,0,NULL,NULL),
(3462,'mixpanel','completed',10,'2025-03-19 15:02:27','2025-03-19 15:05:32','2025-03-19 14:53:27','2025-03-19 15:05:32',NULL,0,0,NULL,NULL),
(3463,'mixpanel','completed',10,'2025-03-19 15:06:33','2025-03-19 16:08:14','2025-03-19 15:05:33','2025-03-19 16:08:14',NULL,0,0,NULL,NULL),
(3464,'mixpanel','completed',10,'2025-03-19 16:43:16','2025-03-19 16:54:34','2025-03-19 16:08:16','2025-03-19 16:54:34',NULL,0,0,NULL,NULL),
(3465,'mixpanel','completed',10,'2025-03-19 17:37:35','2025-03-19 18:19:25','2025-03-19 16:54:35','2025-03-19 18:19:25',NULL,0,0,NULL,NULL),
(3466,'mixpanel','completed',10,'2025-03-19 18:34:27','2025-03-19 20:03:57','2025-03-19 18:19:27','2025-03-19 20:03:57',NULL,0,0,NULL,NULL),
(3467,'subscribers_engagement_score','completed',10,'2025-03-19 20:03:57','2025-03-19 20:03:59','2025-03-19 20:03:57','2025-03-19 20:03:59',NULL,0,0,NULL,NULL),
(3468,'subscribers_engagement_score','completed',10,'2025-03-20 14:12:00','2025-03-20 14:13:17','2025-03-19 20:03:59','2025-03-20 14:13:17',NULL,0,0,NULL,NULL),
(3469,'mixpanel','completed',10,'2025-03-19 20:49:59','2025-03-19 20:51:32','2025-03-19 20:03:59','2025-03-19 20:51:32',NULL,0,0,NULL,NULL),
(3470,'mixpanel','completed',10,'2025-03-19 21:00:33','2025-03-19 21:02:08','2025-03-19 20:51:33','2025-03-19 21:02:08',NULL,0,0,NULL,NULL),
(3471,'mixpanel','completed',10,'2025-03-19 21:30:09','2025-03-19 21:30:36','2025-03-19 21:02:09','2025-03-19 21:30:36',NULL,0,0,NULL,NULL),
(3472,'mixpanel','completed',10,'2025-03-19 22:05:37','2025-03-19 22:06:23','2025-03-19 21:30:37','2025-03-19 22:06:23',NULL,0,0,NULL,NULL),
(3473,'mixpanel','completed',10,'2025-03-19 22:09:25','2025-03-19 22:11:43','2025-03-19 22:06:25','2025-03-19 22:11:43',NULL,0,0,NULL,NULL),
(3474,'mixpanel','completed',10,'2025-03-19 22:21:45','2025-03-19 22:23:01','2025-03-19 22:11:45','2025-03-19 22:23:01',NULL,0,0,NULL,NULL),
(3475,'mixpanel','completed',10,'2025-03-19 23:10:02','2025-03-19 23:12:25','2025-03-19 22:23:02','2025-03-19 23:12:25',NULL,0,0,NULL,NULL),
(3476,'mixpanel','completed',10,'2025-03-20 00:08:26','2025-03-20 00:09:08','2025-03-19 23:12:26','2025-03-20 00:09:08',NULL,0,0,NULL,NULL),
(3477,'inactive_subscribers','completed',10,'2025-03-29 00:00:00','2025-03-29 00:02:18','2025-03-20 00:00:33','2025-03-29 00:02:18',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(3478,'mixpanel','completed',10,'2025-03-20 00:26:09','2025-03-20 00:26:54','2025-03-20 00:09:09','2025-03-20 00:26:54',NULL,0,0,NULL,NULL),
(3479,'mixpanel','completed',10,'2025-03-20 01:18:55','2025-03-20 01:19:49','2025-03-20 00:26:55','2025-03-20 01:19:49',NULL,0,0,NULL,NULL),
(3480,'mixpanel','completed',10,'2025-03-20 02:00:51','2025-03-20 02:01:03','2025-03-20 01:19:51','2025-03-20 02:01:03',NULL,0,0,NULL,NULL),
(3481,'mixpanel','completed',10,'2025-03-20 02:47:05','2025-03-20 02:47:27','2025-03-20 02:01:05','2025-03-20 02:47:27',NULL,0,0,NULL,NULL),
(3482,'mixpanel','completed',10,'2025-03-20 03:32:29','2025-03-20 03:35:07','2025-03-20 02:47:29','2025-03-20 03:35:07',NULL,0,0,NULL,NULL),
(3483,'mixpanel','completed',10,'2025-03-20 03:49:09','2025-03-20 03:50:22','2025-03-20 03:35:09','2025-03-20 03:50:22',NULL,0,0,NULL,NULL),
(3484,'mixpanel','completed',10,'2025-03-20 04:12:24','2025-03-20 06:11:03','2025-03-20 03:50:24','2025-03-20 06:11:03',NULL,0,0,NULL,NULL),
(3485,'mixpanel','completed',10,'2025-03-20 07:02:04','2025-03-20 08:01:06','2025-03-20 06:11:04','2025-03-20 08:01:06',NULL,0,0,NULL,NULL),
(3486,'schedule_re_engagement_email','completed',10,'2025-03-21 08:01:08','2025-03-21 08:02:18','2025-03-20 08:01:08','2025-03-21 08:02:18',NULL,0,0,NULL,NULL),
(3487,'mixpanel','completed',10,'2025-03-20 08:26:08','2025-03-20 08:26:18','2025-03-20 08:01:08','2025-03-20 08:26:18',NULL,0,0,NULL,NULL),
(3488,'mixpanel','completed',10,'2025-03-20 08:56:20','2025-03-20 08:58:17','2025-03-20 08:26:20','2025-03-20 08:58:17',NULL,0,0,NULL,NULL),
(3489,'mixpanel','completed',10,'2025-03-20 09:55:19','2025-03-20 09:55:19','2025-03-20 08:58:19','2025-03-20 09:55:19',NULL,0,0,NULL,NULL),
(3490,'mixpanel','completed',10,'2025-03-20 10:15:18','2025-03-20 10:15:18','2025-03-20 09:57:18','2025-03-20 10:15:18',NULL,0,0,NULL,NULL),
(3491,'mixpanel','completed',10,'2025-03-20 10:27:18','2025-03-20 10:29:18','2025-03-20 10:17:18','2025-03-20 10:29:18',NULL,0,0,NULL,NULL),
(3492,'mixpanel','completed',10,'2025-03-20 10:56:19','2025-03-20 10:58:18','2025-03-20 10:29:19','2025-03-20 10:58:18',NULL,0,0,NULL,NULL),
(3493,'mixpanel','completed',10,'2025-03-20 11:33:19','2025-03-20 11:33:19','2025-03-20 10:58:19','2025-03-20 11:33:19',NULL,0,0,NULL,NULL),
(3494,'mixpanel','completed',10,'2025-03-20 11:49:18','2025-03-20 11:51:18','2025-03-20 11:36:18','2025-03-20 11:51:18',NULL,0,0,NULL,NULL),
(3495,'mixpanel','completed',10,'2025-03-20 12:11:20','2025-03-20 12:12:18','2025-03-20 11:51:20','2025-03-20 12:12:18',NULL,0,0,NULL,NULL),
(3496,'mixpanel','completed',10,'2025-03-20 12:19:20','2025-03-20 12:21:18','2025-03-20 12:12:20','2025-03-20 12:21:18',NULL,0,0,NULL,NULL),
(3497,'mixpanel','completed',10,'2025-03-20 13:03:20','2025-03-20 13:03:20','2025-03-20 12:21:20','2025-03-20 13:03:20',NULL,0,0,NULL,NULL),
(3498,'mixpanel','completed',10,'2025-03-20 13:13:18','2025-03-20 13:15:18','2025-03-20 13:06:18','2025-03-20 13:15:18',NULL,0,0,NULL,NULL),
(3499,'mixpanel','completed',10,'2025-03-20 14:05:19','2025-03-20 14:05:19','2025-03-20 13:15:19','2025-03-20 14:05:19',NULL,0,0,NULL,NULL),
(3500,'mixpanel','completed',10,'2025-03-20 14:38:19','2025-03-20 14:40:18','2025-03-20 14:07:19','2025-03-20 14:40:18',NULL,0,0,NULL,NULL),
(3501,'subscribers_engagement_score','completed',10,'2025-03-21 08:24:00','2025-03-21 08:26:18','2025-03-20 14:13:17','2025-03-21 08:26:18',NULL,0,0,NULL,NULL),
(3502,'mixpanel','completed',10,'2025-03-20 14:45:19','2025-03-20 14:46:18','2025-03-20 14:40:19','2025-03-20 14:46:18',NULL,0,0,NULL,NULL),
(3503,'mixpanel','completed',10,'2025-03-20 15:02:20','2025-03-20 15:03:18','2025-03-20 14:46:20','2025-03-20 15:03:18',NULL,0,0,NULL,NULL),
(3504,'mixpanel','completed',10,'2025-03-20 15:49:18','2025-03-20 15:50:18','2025-03-20 15:04:18','2025-03-20 15:50:18',NULL,0,0,NULL,NULL),
(3505,'mixpanel','completed',10,'2025-03-20 16:23:19','2025-03-20 16:23:20','2025-03-20 15:50:19','2025-03-20 16:23:20',NULL,0,0,NULL,NULL),
(3506,'mixpanel','completed',10,'2025-03-20 16:49:18','2025-03-20 16:49:18','2025-03-20 16:26:18','2025-03-20 16:49:18',NULL,0,0,NULL,NULL),
(3507,'mixpanel','completed',10,'2025-03-20 17:44:18','2025-03-20 17:46:18','2025-03-20 16:50:18','2025-03-20 17:46:18',NULL,0,0,NULL,NULL),
(3508,'mixpanel','completed',10,'2025-03-20 18:14:19','2025-03-20 18:15:18','2025-03-20 17:46:19','2025-03-20 18:15:18',NULL,0,0,NULL,NULL),
(3509,'mixpanel','completed',10,'2025-03-20 18:25:20','2025-03-20 18:27:18','2025-03-20 18:15:20','2025-03-20 18:27:18',NULL,0,0,NULL,NULL),
(3510,'mixpanel','completed',10,'2025-03-20 18:30:19','2025-03-20 18:30:19','2025-03-20 18:27:19','2025-03-20 18:30:19',NULL,0,0,NULL,NULL),
(3511,'mixpanel','completed',10,'2025-03-20 19:24:18','2025-03-20 19:24:18','2025-03-20 18:33:18','2025-03-20 19:24:18',NULL,0,0,NULL,NULL),
(3512,'mixpanel','completed',10,'2025-03-20 20:05:19','2025-03-20 20:06:23','2025-03-20 19:24:19','2025-03-20 20:06:23',NULL,0,0,NULL,NULL),
(3513,'mixpanel','completed',10,'2025-03-20 20:17:25','2025-03-20 20:18:18','2025-03-20 20:06:25','2025-03-20 20:18:18',NULL,0,0,NULL,NULL),
(3514,'mixpanel','completed',10,'2025-03-20 21:09:19','2025-03-20 21:10:17','2025-03-20 20:18:19','2025-03-20 21:10:17',NULL,0,0,NULL,NULL),
(3515,'mixpanel','completed',10,'2025-03-20 21:58:19','2025-03-20 22:00:19','2025-03-20 21:10:19','2025-03-20 22:00:19',NULL,0,0,NULL,NULL),
(3516,'mixpanel','completed',10,'2025-03-20 22:20:20','2025-03-20 22:21:19','2025-03-20 22:00:20','2025-03-20 22:21:19',NULL,0,0,NULL,NULL),
(3517,'mixpanel','completed',10,'2025-03-20 22:52:20','2025-03-20 22:54:17','2025-03-20 22:21:20','2025-03-20 22:54:17',NULL,0,0,NULL,NULL),
(3518,'mixpanel','completed',10,'2025-03-20 22:55:19','2025-03-20 22:57:18','2025-03-20 22:54:19','2025-03-20 22:57:18',NULL,0,0,NULL,NULL),
(3519,'mixpanel','completed',10,'2025-03-20 23:51:19','2025-03-20 23:53:18','2025-03-20 22:57:19','2025-03-20 23:53:18',NULL,0,0,NULL,NULL),
(3520,'mixpanel','completed',10,'2025-03-21 00:42:20','2025-03-21 00:43:18','2025-03-20 23:53:20','2025-03-21 00:43:18',NULL,0,0,NULL,NULL),
(3521,'mixpanel','completed',10,'2025-03-21 01:34:18','2025-03-21 01:36:19','2025-03-21 00:44:18','2025-03-21 01:36:19',NULL,0,0,NULL,NULL),
(3522,'mixpanel','completed',10,'2025-03-21 01:52:20','2025-03-21 01:54:18','2025-03-21 01:36:20','2025-03-21 01:54:18',NULL,0,0,NULL,NULL),
(3523,'mixpanel','completed',10,'2025-03-21 02:09:20','2025-03-21 02:09:20','2025-03-21 01:54:20','2025-03-21 02:09:20',NULL,0,0,NULL,NULL),
(3524,'mixpanel','completed',10,'2025-03-21 02:21:18','2025-03-21 02:21:18','2025-03-21 02:12:18','2025-03-21 02:21:18',NULL,0,0,NULL,NULL),
(3525,'mixpanel','completed',10,'2025-03-21 02:22:19','2025-03-21 02:24:18','2025-03-21 02:21:19','2025-03-21 02:24:18',NULL,0,0,NULL,NULL),
(3526,'mixpanel','completed',10,'2025-03-21 02:48:20','2025-03-21 02:49:18','2025-03-21 02:24:20','2025-03-21 02:49:18',NULL,0,0,NULL,NULL),
(3527,'mixpanel','completed',10,'2025-03-21 02:51:20','2025-03-21 02:52:18','2025-03-21 02:49:20','2025-03-21 02:52:18',NULL,0,0,NULL,NULL),
(3528,'mixpanel','completed',10,'2025-03-21 02:52:20','2025-03-21 02:55:18','2025-03-21 02:52:20','2025-03-21 02:55:18',NULL,0,0,NULL,NULL),
(3529,'mixpanel','completed',10,'2025-03-21 03:41:19','2025-03-21 03:43:18','2025-03-21 02:55:19','2025-03-21 03:43:18',NULL,0,0,NULL,NULL),
(3530,'mixpanel','completed',10,'2025-03-21 04:12:19','2025-03-21 04:12:19','2025-03-21 03:43:19','2025-03-21 04:12:19',NULL,0,0,NULL,NULL),
(3531,'mixpanel','completed',10,'2025-03-21 05:09:18','2025-03-21 05:09:18','2025-03-21 04:15:18','2025-03-21 05:09:18',NULL,0,0,NULL,NULL),
(3532,'mixpanel','completed',10,'2025-03-21 05:21:20','2025-03-21 05:24:18','2025-03-21 05:09:20','2025-03-21 05:24:18',NULL,0,0,NULL,NULL),
(3533,'mixpanel','completed',10,'2025-03-21 05:33:20','2025-03-21 05:33:20','2025-03-21 05:24:20','2025-03-21 05:33:20',NULL,0,0,NULL,NULL),
(3534,'mixpanel','completed',10,'2025-03-21 05:56:17','2025-03-21 05:56:17','2025-03-21 05:36:17','2025-03-21 05:56:17',NULL,0,0,NULL,NULL),
(3535,'mixpanel','completed',10,'2025-03-21 06:37:19','2025-03-21 06:37:20','2025-03-21 05:56:19','2025-03-21 06:37:20',NULL,0,0,NULL,NULL),
(3536,'mixpanel','completed',10,'2025-03-21 06:54:18','2025-03-21 06:55:17','2025-03-21 06:40:18','2025-03-21 06:55:17',NULL,0,0,NULL,NULL),
(3537,'mixpanel','completed',10,'2025-03-21 07:24:19','2025-03-21 07:24:20','2025-03-21 06:55:19','2025-03-21 07:24:20',NULL,0,0,NULL,NULL),
(3538,'mixpanel','completed',10,'2025-03-21 07:52:18','2025-03-21 07:53:18','2025-03-21 07:27:18','2025-03-21 07:53:18',NULL,0,0,NULL,NULL),
(3539,'mixpanel','completed',10,'2025-03-21 08:09:19','2025-03-21 08:11:18','2025-03-21 07:53:19','2025-03-21 08:11:18',NULL,0,0,NULL,NULL),
(3540,'schedule_re_engagement_email','completed',10,'2025-03-22 08:02:19','2025-03-22 08:07:18','2025-03-21 08:02:19','2025-03-22 08:07:18',NULL,0,0,NULL,NULL),
(3541,'mixpanel','completed',10,'2025-03-21 08:25:20','2025-03-21 08:26:18','2025-03-21 08:11:20','2025-03-21 08:26:18',NULL,0,0,NULL,NULL),
(3542,'subscribers_engagement_score','completed',10,'2025-03-21 08:26:18','2025-03-21 08:26:20','2025-03-21 08:26:18','2025-03-21 08:26:20',NULL,0,0,NULL,NULL),
(3543,'subscribers_engagement_score','completed',10,'2025-03-22 16:46:00','2025-03-22 16:57:57','2025-03-21 08:26:20','2025-03-22 16:57:57',NULL,0,0,NULL,NULL),
(3544,'mixpanel','completed',10,'2025-03-21 09:21:20','2025-03-21 09:23:18','2025-03-21 08:26:20','2025-03-21 09:23:18',NULL,0,0,NULL,NULL),
(3545,'mixpanel','completed',10,'2025-03-21 09:30:20','2025-03-21 09:32:18','2025-03-21 09:23:20','2025-03-21 09:32:18',NULL,0,0,NULL,NULL),
(3546,'mixpanel','completed',10,'2025-03-21 09:35:20','2025-03-21 09:38:18','2025-03-21 09:32:20','2025-03-21 09:38:18',NULL,0,0,NULL,NULL),
(3547,'mixpanel','completed',10,'2025-03-21 09:54:20','2025-03-21 09:56:18','2025-03-21 09:38:20','2025-03-21 09:56:18',NULL,0,0,NULL,NULL),
(3548,'mixpanel','completed',10,'2025-03-21 10:18:20','2025-03-21 10:20:18','2025-03-21 09:56:20','2025-03-21 10:20:18',NULL,0,0,NULL,NULL),
(3549,'mixpanel','completed',10,'2025-03-21 10:51:19','2025-03-21 10:52:17','2025-03-21 10:20:19','2025-03-21 10:52:17',NULL,0,0,NULL,NULL),
(3550,'mixpanel','completed',10,'2025-03-21 11:35:19','2025-03-21 11:35:19','2025-03-21 10:52:19','2025-03-21 11:35:19',NULL,0,0,NULL,NULL),
(3551,'mixpanel','completed',10,'2025-03-21 12:24:18','2025-03-21 12:26:18','2025-03-21 11:37:18','2025-03-21 12:26:18',NULL,0,0,NULL,NULL),
(3552,'mixpanel','completed',10,'2025-03-21 12:43:19','2025-03-21 12:44:19','2025-03-21 12:26:19','2025-03-21 12:44:19',NULL,0,0,NULL,NULL),
(3553,'mixpanel','completed',10,'2025-03-21 13:11:20','2025-03-21 13:12:18','2025-03-21 12:44:20','2025-03-21 13:12:18',NULL,0,0,NULL,NULL),
(3554,'mixpanel','completed',10,'2025-03-21 13:49:18','2025-03-21 13:51:18','2025-03-21 13:13:18','2025-03-21 13:51:18',NULL,0,0,NULL,NULL),
(3555,'mixpanel','completed',10,'2025-03-21 14:46:20','2025-03-21 14:48:18','2025-03-21 13:51:20','2025-03-21 14:48:18',NULL,0,0,NULL,NULL),
(3556,'mixpanel','completed',10,'2025-03-21 15:10:19','2025-03-21 15:12:18','2025-03-21 14:48:19','2025-03-21 15:12:18',NULL,0,0,NULL,NULL),
(3557,'mixpanel','completed',10,'2025-03-21 15:49:19','2025-03-21 16:15:04','2025-03-21 15:12:19','2025-03-21 16:15:04',NULL,0,0,NULL,NULL),
(3558,'mixpanel','completed',10,'2025-03-21 16:44:05','2025-03-21 17:03:59','2025-03-21 16:15:05','2025-03-21 17:03:59',NULL,0,0,NULL,NULL),
(3559,'mixpanel','completed',10,'2025-03-21 17:42:00','2025-03-21 17:50:00','2025-03-21 17:04:00','2025-03-21 17:50:00',NULL,0,0,NULL,NULL),
(3560,'mixpanel','completed',10,'2025-03-21 18:26:01','2025-03-21 18:58:49','2025-03-21 17:50:01','2025-03-21 18:58:49',NULL,0,0,NULL,NULL),
(3561,'mixpanel','completed',10,'2025-03-21 19:11:51','2025-03-21 20:10:27','2025-03-21 18:58:51','2025-03-21 20:10:27',NULL,0,0,NULL,NULL),
(3562,'mixpanel','completed',10,'2025-03-21 20:24:29','2025-03-21 20:25:05','2025-03-21 20:10:29','2025-03-21 20:25:05',NULL,0,0,NULL,NULL),
(3563,'mixpanel','completed',10,'2025-03-21 21:04:06','2025-03-21 21:04:18','2025-03-21 20:25:06','2025-03-21 21:04:18',NULL,0,0,NULL,NULL),
(3564,'mixpanel','completed',10,'2025-03-21 21:20:18','2025-03-21 21:21:18','2025-03-21 21:06:18','2025-03-21 21:21:18',NULL,0,0,NULL,NULL),
(3565,'mixpanel','completed',10,'2025-03-21 21:45:19','2025-03-21 21:45:19','2025-03-21 21:21:19','2025-03-21 21:45:19',NULL,0,0,NULL,NULL),
(3566,'mixpanel','completed',10,'2025-03-21 22:08:19','2025-03-21 22:09:18','2025-03-21 21:48:19','2025-03-21 22:09:18',NULL,0,0,NULL,NULL),
(3567,'mixpanel','completed',10,'2025-03-21 22:48:20','2025-03-21 22:48:20','2025-03-21 22:09:20','2025-03-21 22:48:20',NULL,0,0,NULL,NULL),
(3568,'mixpanel','completed',10,'2025-03-22 00:14:41','2025-03-22 01:16:04','2025-03-21 23:39:41','2025-03-22 01:16:04',NULL,0,0,NULL,NULL),
(3569,'export_files_cleanup','completed',10,'2025-03-24 00:00:00','2025-03-24 00:00:18','2025-03-22 00:02:21','2025-03-24 00:00:18',NULL,0,0,NULL,NULL),
(3570,'mixpanel','completed',10,'2025-03-22 01:38:05','2025-03-22 04:13:47','2025-03-22 01:16:05','2025-03-22 04:13:47',NULL,0,0,NULL,NULL),
(3571,'mixpanel','completed',10,'2025-03-22 04:41:49','2025-03-22 08:07:18','2025-03-22 04:13:49','2025-03-22 08:07:18',NULL,0,0,NULL,NULL),
(3572,'schedule_re_engagement_email','completed',10,'2025-03-23 08:07:19','2025-03-23 08:09:19','2025-03-22 08:07:19','2025-03-23 08:09:19',NULL,0,0,NULL,NULL),
(3573,'mixpanel','completed',10,'2025-03-22 08:30:19','2025-03-22 12:00:56','2025-03-22 08:07:19','2025-03-22 12:00:56',NULL,0,0,NULL,NULL),
(3574,'mixpanel','completed',10,'2025-03-22 12:44:57','2025-03-22 15:50:12','2025-03-22 12:00:57','2025-03-22 15:50:12',NULL,0,0,NULL,NULL),
(3575,'mixpanel','completed',10,'2025-03-22 16:18:14','2025-03-22 16:36:21','2025-03-22 15:50:14','2025-03-22 16:36:21',NULL,0,0,NULL,NULL),
(3576,'mixpanel','completed',10,'2025-03-22 16:35:23','2025-03-22 16:39:19','2025-03-22 16:36:23','2025-03-22 16:39:19',NULL,0,0,NULL,NULL),
(3577,'mixpanel','completed',10,'2025-03-22 16:56:21','2025-03-22 16:57:57','2025-03-22 16:39:21','2025-03-22 16:57:57',NULL,0,0,NULL,NULL),
(3578,'subscribers_engagement_score','completed',10,'2025-03-22 16:57:57','2025-03-22 16:57:59','2025-03-22 16:57:57','2025-03-22 16:57:59',NULL,0,0,NULL,NULL),
(3579,'subscribers_engagement_score','completed',10,'2025-03-23 10:09:00','2025-03-23 10:09:18','2025-03-22 16:57:59','2025-03-23 10:09:18',NULL,0,0,NULL,NULL),
(3580,'mixpanel','completed',10,'2025-03-22 17:05:59','2025-03-22 18:29:25','2025-03-22 16:57:59','2025-03-22 18:29:25',NULL,0,0,NULL,NULL),
(3581,'mixpanel','completed',10,'2025-03-22 18:41:26','2025-03-22 19:01:55','2025-03-22 18:29:26','2025-03-22 19:01:55',NULL,0,0,NULL,NULL),
(3582,'mixpanel','completed',10,'2025-03-22 19:41:56','2025-03-22 19:44:25','2025-03-22 19:01:56','2025-03-22 19:44:25',NULL,0,0,NULL,NULL),
(3583,'mixpanel','completed',10,'2025-03-22 20:24:27','2025-03-22 20:26:17','2025-03-22 19:44:27','2025-03-22 20:26:17',NULL,0,0,NULL,NULL),
(3584,'mixpanel','completed',10,'2025-03-22 20:31:19','2025-03-22 20:32:18','2025-03-22 20:26:19','2025-03-22 20:32:18',NULL,0,0,NULL,NULL),
(3585,'mixpanel','completed',10,'2025-03-22 21:01:20','2025-03-22 21:02:18','2025-03-22 20:32:20','2025-03-22 21:02:18',NULL,0,0,NULL,NULL),
(3586,'mixpanel','completed',10,'2025-03-22 21:29:20','2025-03-23 00:07:56','2025-03-22 21:02:20','2025-03-23 00:07:56',NULL,0,0,NULL,NULL),
(3587,'subscribers_email_count','completed',10,'2025-03-26 00:00:00','2025-03-26 00:01:18','2025-03-23 00:07:56','2025-03-26 00:01:18',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(3588,'mixpanel','completed',10,'2025-03-23 00:30:58','2025-03-23 00:47:12','2025-03-23 00:07:58','2025-03-23 00:47:12',NULL,0,0,NULL,NULL),
(3589,'mixpanel','completed',10,'2025-03-23 01:26:13','2025-03-23 01:28:19','2025-03-23 00:47:13','2025-03-23 01:28:19',NULL,0,0,NULL,NULL),
(3590,'mixpanel','completed',10,'2025-03-23 02:16:20','2025-03-23 02:16:20','2025-03-23 01:28:20','2025-03-23 02:16:20',NULL,0,0,NULL,NULL),
(3591,'mixpanel','completed',10,'2025-03-23 03:44:32','2025-03-23 03:45:18','2025-03-23 03:00:32','2025-03-23 03:45:18',NULL,0,0,NULL,NULL),
(3592,'mixpanel','completed',10,'2025-03-23 04:04:20','2025-03-23 04:06:18','2025-03-23 03:45:20','2025-03-23 04:06:18',NULL,0,0,NULL,NULL),
(3593,'mixpanel','completed',10,'2025-03-23 04:08:19','2025-03-23 04:09:18','2025-03-23 04:06:19','2025-03-23 04:09:18',NULL,0,0,NULL,NULL),
(3594,'mixpanel','completed',10,'2025-03-23 04:15:20','2025-03-23 04:15:20','2025-03-23 04:09:20','2025-03-23 04:15:20',NULL,0,0,NULL,NULL),
(3595,'mixpanel','completed',10,'2025-03-23 05:11:18','2025-03-23 05:13:17','2025-03-23 04:18:18','2025-03-23 05:13:17',NULL,0,0,NULL,NULL),
(3596,'mixpanel','completed',10,'2025-03-23 06:06:19','2025-03-23 06:07:19','2025-03-23 05:13:19','2025-03-23 06:07:19',NULL,0,0,NULL,NULL),
(3597,'mixpanel','completed',10,'2025-03-23 06:30:20','2025-03-23 06:31:18','2025-03-23 06:07:20','2025-03-23 06:31:18',NULL,0,0,NULL,NULL),
(3598,'mixpanel','completed',10,'2025-03-23 06:48:19','2025-03-23 06:48:20','2025-03-23 06:31:19','2025-03-23 06:48:20',NULL,0,0,NULL,NULL),
(3599,'mixpanel','completed',10,'2025-03-23 07:03:18','2025-03-23 07:03:18','2025-03-23 06:51:18','2025-03-23 07:03:18',NULL,0,0,NULL,NULL),
(3600,'mixpanel','completed',10,'2025-03-23 07:30:19','2025-03-23 07:31:19','2025-03-23 07:03:19','2025-03-23 07:31:19',NULL,0,0,NULL,NULL),
(3601,'mixpanel','completed',10,'2025-03-23 08:07:18','2025-03-23 08:09:19','2025-03-23 07:32:18','2025-03-23 08:09:19',NULL,0,0,NULL,NULL),
(3602,'schedule_re_engagement_email','completed',10,'2025-03-24 08:09:20','2025-03-24 08:10:18','2025-03-23 08:09:20','2025-03-24 08:10:18',NULL,0,0,NULL,NULL),
(3603,'mixpanel','completed',10,'2025-03-23 09:00:20','2025-03-23 09:02:18','2025-03-23 08:09:20','2025-03-23 09:02:18',NULL,0,0,NULL,NULL),
(3604,'mixpanel','completed',10,'2025-03-23 09:03:18','2025-03-23 09:05:18','2025-03-23 09:03:18','2025-03-23 09:05:18',NULL,0,0,NULL,NULL),
(3605,'mixpanel','completed',10,'2025-03-23 09:06:18','2025-03-23 09:07:19','2025-03-23 09:05:18','2025-03-23 09:07:19',NULL,0,0,NULL,NULL),
(3606,'mixpanel','completed',10,'2025-03-23 09:50:20','2025-03-23 09:51:17','2025-03-23 09:07:20','2025-03-23 09:51:17',NULL,0,0,NULL,NULL),
(3607,'mixpanel','completed',10,'2025-03-23 10:44:19','2025-03-23 10:45:18','2025-03-23 09:51:19','2025-03-23 10:45:18',NULL,0,0,NULL,NULL),
(3608,'subscribers_engagement_score','completed',10,'2025-03-24 08:16:00','2025-03-24 08:16:18','2025-03-23 10:09:18','2025-03-24 08:16:18',NULL,0,0,NULL,NULL),
(3609,'mixpanel','completed',10,'2025-03-23 11:38:18','2025-03-23 11:38:18','2025-03-23 10:46:18','2025-03-23 11:38:18',NULL,0,0,NULL,NULL),
(3610,'mixpanel','completed',10,'2025-03-23 12:26:19','2025-03-23 12:26:20','2025-03-23 11:38:19','2025-03-23 12:26:20',NULL,0,0,NULL,NULL),
(3611,'mixpanel','completed',10,'2025-03-23 12:34:18','2025-03-23 12:35:18','2025-03-23 12:29:18','2025-03-23 12:35:18',NULL,0,0,NULL,NULL),
(3612,'mixpanel','completed',10,'2025-03-23 13:22:19','2025-03-23 13:23:18','2025-03-23 12:35:19','2025-03-23 13:23:18',NULL,0,0,NULL,NULL),
(3613,'mixpanel','completed',10,'2025-03-23 13:54:19','2025-03-23 13:55:18','2025-03-23 13:23:19','2025-03-23 13:55:18',NULL,0,0,NULL,NULL),
(3614,'mixpanel','completed',10,'2025-03-23 14:45:18','2025-03-23 14:46:18','2025-03-23 13:55:18','2025-03-23 14:46:18',NULL,0,0,NULL,NULL),
(3615,'mixpanel','completed',10,'2025-03-23 15:10:20','2025-03-23 15:10:20','2025-03-23 14:46:20','2025-03-23 15:10:20',NULL,0,0,NULL,NULL),
(3616,'mixpanel','completed',10,'2025-03-23 15:52:18','2025-03-23 15:52:19','2025-03-23 15:13:18','2025-03-23 15:52:19',NULL,0,0,NULL,NULL),
(3617,'mixpanel','completed',10,'2025-03-23 16:18:20','2025-03-23 16:19:19','2025-03-23 15:52:20','2025-03-23 16:19:19',NULL,0,0,NULL,NULL),
(3618,'mixpanel','completed',10,'2025-03-23 17:01:20','2025-03-23 17:04:18','2025-03-23 16:19:20','2025-03-23 17:04:18',NULL,0,0,NULL,NULL),
(3619,'mixpanel','completed',10,'2025-03-23 17:09:20','2025-03-23 17:10:18','2025-03-23 17:04:20','2025-03-23 17:10:18',NULL,0,0,NULL,NULL),
(3620,'mixpanel','completed',10,'2025-03-23 18:08:18','2025-03-23 18:09:18','2025-03-23 17:12:18','2025-03-23 18:09:18',NULL,0,0,NULL,NULL),
(3621,'mixpanel','completed',10,'2025-03-23 18:44:19','2025-03-23 19:12:53','2025-03-23 18:09:19','2025-03-23 19:12:53',NULL,0,0,NULL,NULL),
(3622,'mixpanel','completed',10,'2025-03-23 20:06:55','2025-03-23 20:08:18','2025-03-23 19:12:55','2025-03-23 20:08:18',NULL,0,0,NULL,NULL),
(3623,'mixpanel','completed',10,'2025-03-23 20:30:20','2025-03-23 20:31:18','2025-03-23 20:08:20','2025-03-23 20:31:18',NULL,0,0,NULL,NULL),
(3624,'mixpanel','completed',10,'2025-03-23 21:00:20','2025-03-23 21:01:19','2025-03-23 20:31:20','2025-03-23 21:01:19',NULL,0,0,NULL,NULL),
(3625,'mixpanel','completed',10,'2025-03-23 21:34:20','2025-03-23 21:37:18','2025-03-23 21:01:20','2025-03-23 21:37:18',NULL,0,0,NULL,NULL),
(3626,'mixpanel','completed',10,'2025-03-23 22:18:19','2025-03-23 22:21:57','2025-03-23 21:37:19','2025-03-23 22:21:57',NULL,0,0,NULL,NULL),
(3627,'mixpanel','completed',10,'2025-03-23 23:17:59','2025-03-23 23:28:54','2025-03-23 22:21:59','2025-03-23 23:28:54',NULL,0,0,NULL,NULL),
(3628,'mixpanel','completed',10,'2025-03-24 00:04:55','2025-03-24 00:06:19','2025-03-23 23:28:55','2025-03-24 00:06:19',NULL,0,0,NULL,NULL),
(3629,'export_files_cleanup','completed',10,'2025-03-31 00:00:00','2025-03-31 00:02:19','2025-03-24 00:00:20','2025-03-31 00:02:19',NULL,0,0,NULL,NULL),
(3630,'mixpanel','completed',10,'2025-03-24 00:59:20','2025-03-24 01:02:18','2025-03-24 00:06:20','2025-03-24 01:02:18',NULL,0,0,NULL,NULL),
(3631,'mixpanel','completed',10,'2025-03-24 01:10:20','2025-03-24 01:11:18','2025-03-24 01:02:20','2025-03-24 01:11:18',NULL,0,0,NULL,NULL),
(3632,'mixpanel','completed',10,'2025-03-24 01:58:19','2025-03-24 01:58:20','2025-03-24 01:11:19','2025-03-24 01:58:20',NULL,0,0,NULL,NULL),
(3633,'mixpanel','completed',10,'2025-03-24 02:29:18','2025-03-24 02:30:18','2025-03-24 02:01:18','2025-03-24 02:30:18',NULL,0,0,NULL,NULL),
(3634,'mixpanel','completed',10,'2025-03-24 03:23:20','2025-03-24 03:23:20','2025-03-24 02:30:20','2025-03-24 03:23:20',NULL,0,0,NULL,NULL),
(3635,'mixpanel','completed',10,'2025-03-24 03:28:18','2025-03-24 03:29:19','2025-03-24 03:26:18','2025-03-24 03:29:19',NULL,0,0,NULL,NULL),
(3636,'mixpanel','completed',10,'2025-03-24 04:16:20','2025-03-24 04:18:18','2025-03-24 03:29:20','2025-03-24 04:18:18',NULL,0,0,NULL,NULL),
(3637,'mixpanel','completed',10,'2025-03-24 04:29:20','2025-03-24 04:30:17','2025-03-24 04:18:20','2025-03-24 04:30:17',NULL,0,0,NULL,NULL),
(3638,'mixpanel','completed',10,'2025-03-24 04:31:19','2025-03-24 04:33:18','2025-03-24 04:30:19','2025-03-24 04:33:18',NULL,0,0,NULL,NULL),
(3639,'mixpanel','completed',10,'2025-03-24 04:33:20','2025-03-24 04:36:18','2025-03-24 04:33:20','2025-03-24 04:36:18',NULL,0,0,NULL,NULL),
(3640,'mixpanel','completed',10,'2025-03-24 04:50:20','2025-03-24 04:52:18','2025-03-24 04:36:20','2025-03-24 04:52:18',NULL,0,0,NULL,NULL),
(3641,'mixpanel','completed',10,'2025-03-24 05:50:19','2025-03-24 05:52:18','2025-03-24 04:52:19','2025-03-24 05:52:18',NULL,0,0,NULL,NULL),
(3642,'mixpanel','completed',10,'2025-03-24 06:15:20','2025-03-24 06:16:18','2025-03-24 05:52:20','2025-03-24 06:16:18',NULL,0,0,NULL,NULL),
(3643,'mixpanel','completed',10,'2025-03-24 06:57:20','2025-03-24 06:58:18','2025-03-24 06:16:20','2025-03-24 06:58:18',NULL,0,0,NULL,NULL),
(3644,'mixpanel','completed',10,'2025-03-24 07:42:19','2025-03-24 07:44:18','2025-03-24 06:58:19','2025-03-24 07:44:18',NULL,0,0,NULL,NULL),
(3645,'mixpanel','completed',10,'2025-03-24 07:48:20','2025-03-24 07:50:18','2025-03-24 07:44:20','2025-03-24 07:50:18',NULL,0,0,NULL,NULL),
(3646,'mixpanel','completed',10,'2025-03-24 08:32:20','2025-03-24 08:34:17','2025-03-24 07:50:20','2025-03-24 08:34:17',NULL,0,0,NULL,NULL),
(3647,'schedule_re_engagement_email','completed',10,'2025-03-25 08:10:19','2025-03-25 08:11:18','2025-03-24 08:10:19','2025-03-25 08:11:18',NULL,0,0,NULL,NULL),
(3648,'subscribers_engagement_score','completed',10,'2025-03-24 08:16:18','2025-03-24 08:16:20','2025-03-24 08:16:18','2025-03-24 08:16:20',NULL,0,0,NULL,NULL),
(3649,'subscribers_engagement_score','completed',10,'2025-03-25 23:38:00','2025-03-25 23:40:18','2025-03-24 08:16:20','2025-03-25 23:40:18',NULL,0,0,NULL,NULL),
(3650,'mixpanel','completed',10,'2025-03-24 09:03:19','2025-03-24 09:04:18','2025-03-24 08:34:19','2025-03-24 09:04:18',NULL,0,0,NULL,NULL),
(3651,'mixpanel','completed',10,'2025-03-24 09:40:19','2025-03-24 09:40:19','2025-03-24 09:04:19','2025-03-24 09:40:19',NULL,0,0,NULL,NULL),
(3652,'mixpanel','completed',10,'2025-03-24 10:35:18','2025-03-24 10:36:17','2025-03-24 09:43:18','2025-03-24 10:36:17',NULL,0,0,NULL,NULL),
(3653,'mixpanel','completed',10,'2025-03-24 10:43:19','2025-03-24 10:45:18','2025-03-24 10:36:19','2025-03-24 10:45:18',NULL,0,0,NULL,NULL),
(3654,'mixpanel','completed',10,'2025-03-24 11:16:20','2025-03-24 11:18:18','2025-03-24 10:45:20','2025-03-24 11:18:18',NULL,0,0,NULL,NULL),
(3655,'mixpanel','completed',10,'2025-03-24 11:17:19','2025-03-24 11:21:19','2025-03-24 11:18:19','2025-03-24 11:21:19',NULL,0,0,NULL,NULL),
(3656,'mixpanel','completed',10,'2025-03-24 12:10:20','2025-03-24 12:12:18','2025-03-24 11:21:20','2025-03-24 12:12:18',NULL,0,0,NULL,NULL),
(3657,'mixpanel','completed',10,'2025-03-24 13:03:19','2025-03-24 13:03:19','2025-03-24 12:12:19','2025-03-24 13:03:19',NULL,0,0,NULL,NULL),
(3658,'mixpanel','completed',10,'2025-03-24 13:44:18','2025-03-24 13:45:18','2025-03-24 13:05:18','2025-03-24 13:45:18',NULL,0,0,NULL,NULL),
(3659,'mixpanel','completed',10,'2025-03-24 13:54:18','2025-03-24 13:54:18','2025-03-24 13:45:18','2025-03-24 13:54:18',NULL,0,0,NULL,NULL),
(3660,'mixpanel','completed',10,'2025-03-24 14:41:20','2025-03-24 14:42:18','2025-03-24 13:54:20','2025-03-24 14:42:18',NULL,0,0,NULL,NULL),
(3661,'mixpanel','completed',10,'2025-03-24 15:25:19','2025-03-24 16:22:38','2025-03-24 14:42:19','2025-03-24 16:22:38',NULL,0,0,NULL,NULL),
(3662,'mixpanel','completed',10,'2025-03-24 17:12:39','2025-03-24 18:08:18','2025-03-24 16:22:39','2025-03-24 18:08:18',NULL,0,0,NULL,NULL),
(3663,'mixpanel','completed',10,'2025-03-24 18:13:20','2025-03-24 18:14:18','2025-03-24 18:08:20','2025-03-24 18:14:18',NULL,0,0,NULL,NULL),
(3664,'mixpanel','completed',10,'2025-03-24 18:46:19','2025-03-24 18:47:19','2025-03-24 18:14:19','2025-03-24 18:47:19',NULL,0,0,NULL,NULL),
(3665,'mixpanel','completed',10,'2025-03-24 18:53:20','2025-03-24 18:56:18','2025-03-24 18:47:20','2025-03-24 18:56:18',NULL,0,0,NULL,NULL),
(3666,'mixpanel','completed',10,'2025-03-24 19:39:20','2025-03-24 19:41:18','2025-03-24 18:56:20','2025-03-24 19:41:18',NULL,0,0,NULL,NULL),
(3667,'mixpanel','completed',10,'2025-03-24 20:15:19','2025-03-24 20:16:18','2025-03-24 19:41:19','2025-03-24 20:16:18',NULL,0,0,NULL,NULL),
(3668,'mixpanel','completed',10,'2025-03-24 20:19:20','2025-03-24 20:19:20','2025-03-24 20:16:20','2025-03-24 20:19:20',NULL,0,0,NULL,NULL),
(3669,'mixpanel','completed',10,'2025-03-24 21:15:18','2025-03-24 21:15:18','2025-03-24 20:22:18','2025-03-24 21:15:18',NULL,0,0,NULL,NULL),
(3670,'mixpanel','completed',10,'2025-03-24 22:09:18','2025-03-24 22:09:19','2025-03-24 21:16:18','2025-03-24 22:09:19',NULL,0,0,NULL,NULL),
(3671,'mixpanel','completed',10,'2025-03-24 22:18:20','2025-03-24 22:18:20','2025-03-24 22:09:20','2025-03-24 22:18:20',NULL,0,0,NULL,NULL),
(3672,'mixpanel','completed',10,'2025-03-24 22:52:19','2025-03-24 23:10:48','2025-03-24 22:21:19','2025-03-24 23:10:48',NULL,0,0,NULL,NULL),
(3673,'mixpanel','completed',10,'2025-03-24 23:15:49','2025-03-24 23:37:20','2025-03-24 23:10:49','2025-03-24 23:37:20',NULL,0,0,NULL,NULL),
(3674,'mixpanel','completed',10,'2025-03-24 23:55:21','2025-03-24 23:59:22','2025-03-24 23:37:21','2025-03-24 23:59:22',NULL,0,0,NULL,NULL),
(3675,'mixpanel','completed',10,'2025-03-25 00:51:23','2025-03-25 00:51:54','2025-03-24 23:59:23','2025-03-25 00:51:54',NULL,0,0,NULL,NULL),
(3676,'mixpanel','completed',10,'2025-03-25 00:57:55','2025-03-25 01:01:05','2025-03-25 00:51:55','2025-03-25 01:01:05',NULL,0,0,NULL,NULL),
(3677,'mixpanel','completed',10,'2025-03-25 01:01:07','2025-03-25 01:03:18','2025-03-25 01:01:07','2025-03-25 01:03:18',NULL,0,0,NULL,NULL),
(3678,'mixpanel','completed',10,'2025-03-25 01:53:19','2025-03-25 01:54:17','2025-03-25 01:03:19','2025-03-25 01:54:17',NULL,0,0,NULL,NULL),
(3679,'mixpanel','completed',10,'2025-03-25 02:51:19','2025-03-25 02:51:20','2025-03-25 01:54:19','2025-03-25 02:51:20',NULL,0,0,NULL,NULL),
(3680,'mixpanel','completed',10,'2025-03-25 03:20:18','2025-03-25 03:21:19','2025-03-25 02:54:18','2025-03-25 03:21:19',NULL,0,0,NULL,NULL),
(3681,'mixpanel','completed',10,'2025-03-25 03:35:20','2025-03-25 03:36:19','2025-03-25 03:21:20','2025-03-25 03:36:19',NULL,0,0,NULL,NULL),
(3682,'mixpanel','completed',10,'2025-03-25 04:19:20','2025-03-25 04:20:18','2025-03-25 03:36:20','2025-03-25 04:20:18',NULL,0,0,NULL,NULL),
(3683,'mixpanel','completed',10,'2025-03-25 04:57:20','2025-03-25 04:59:17','2025-03-25 04:20:20','2025-03-25 04:59:17',NULL,0,0,NULL,NULL),
(3684,'mixpanel','completed',10,'2025-03-25 05:29:19','2025-03-25 05:30:18','2025-03-25 04:59:19','2025-03-25 05:30:18',NULL,0,0,NULL,NULL),
(3685,'mixpanel','completed',10,'2025-03-25 05:30:19','2025-03-25 05:33:18','2025-03-25 05:30:19','2025-03-25 05:33:18',NULL,0,0,NULL,NULL),
(3686,'mixpanel','completed',10,'2025-03-25 06:28:20','2025-03-25 06:30:18','2025-03-25 05:33:20','2025-03-25 06:30:18',NULL,0,0,NULL,NULL),
(3687,'mixpanel','completed',10,'2025-03-25 06:56:20','2025-03-25 06:57:18','2025-03-25 06:30:20','2025-03-25 06:57:18',NULL,0,0,NULL,NULL),
(3688,'mixpanel','completed',10,'2025-03-25 07:49:19','2025-03-25 07:51:18','2025-03-25 06:57:19','2025-03-25 07:51:18',NULL,0,0,NULL,NULL),
(3689,'mixpanel','completed',10,'2025-03-25 08:43:20','2025-03-25 08:46:18','2025-03-25 07:51:20','2025-03-25 08:46:18',NULL,0,0,NULL,NULL),
(3690,'schedule_re_engagement_email','completed',10,'2025-03-26 08:12:18','2025-03-26 08:12:18','2025-03-25 08:12:18','2025-03-26 08:12:18',NULL,0,0,NULL,NULL),
(3691,'mixpanel','completed',10,'2025-03-25 09:03:19','2025-03-25 09:04:18','2025-03-25 08:46:19','2025-03-25 09:04:18',NULL,0,0,NULL,NULL),
(3692,'mixpanel','completed',10,'2025-03-25 09:37:17','2025-03-25 09:37:18','2025-03-25 09:06:17','2025-03-25 09:37:18',NULL,0,0,NULL,NULL),
(3693,'mixpanel','completed',10,'2025-03-25 10:16:20','2025-03-25 10:19:18','2025-03-25 09:37:20','2025-03-25 10:19:18',NULL,0,0,NULL,NULL),
(3694,'mixpanel','completed',10,'2025-03-25 10:51:20','2025-03-25 10:52:18','2025-03-25 10:19:20','2025-03-25 10:52:18',NULL,0,0,NULL,NULL),
(3695,'mixpanel','completed',10,'2025-03-25 10:58:20','2025-03-25 10:58:20','2025-03-25 10:52:20','2025-03-25 10:58:20',NULL,0,0,NULL,NULL),
(3696,'mixpanel','completed',10,'2025-03-25 11:09:18','2025-03-25 11:10:19','2025-03-25 11:01:18','2025-03-25 11:10:19',NULL,0,0,NULL,NULL),
(3697,'mixpanel','completed',10,'2025-03-25 11:29:20','2025-03-25 11:31:18','2025-03-25 11:10:20','2025-03-25 11:31:18',NULL,0,0,NULL,NULL),
(3698,'mixpanel','completed',10,'2025-03-25 12:05:20','2025-03-25 12:07:18','2025-03-25 11:31:20','2025-03-25 12:07:18',NULL,0,0,NULL,NULL),
(3699,'mixpanel','completed',10,'2025-03-25 12:53:20','2025-03-25 12:54:17','2025-03-25 12:07:20','2025-03-25 12:54:17',NULL,0,0,NULL,NULL),
(3700,'mixpanel','completed',10,'2025-03-25 13:46:19','2025-03-25 13:46:19','2025-03-25 12:54:19','2025-03-25 13:46:19',NULL,0,0,NULL,NULL),
(3701,'mixpanel','completed',10,'2025-03-25 13:58:20','2025-03-25 13:58:20','2025-03-25 13:46:20','2025-03-25 13:58:20',NULL,0,0,NULL,NULL),
(3702,'mixpanel','completed',10,'2025-03-25 14:08:19','2025-03-25 14:10:18','2025-03-25 14:01:19','2025-03-25 14:10:18',NULL,0,0,NULL,NULL),
(3703,'mixpanel','completed',10,'2025-03-25 14:54:19','2025-03-25 14:55:17','2025-03-25 14:10:19','2025-03-25 14:55:17',NULL,0,0,NULL,NULL),
(3704,'mixpanel','completed',10,'2025-03-25 15:51:19','2025-03-25 15:51:19','2025-03-25 14:55:19','2025-03-25 15:51:19',NULL,0,0,NULL,NULL),
(3705,'mixpanel','completed',10,'2025-03-25 16:27:18','2025-03-25 16:27:18','2025-03-25 15:54:18','2025-03-25 16:27:18',NULL,0,0,NULL,NULL),
(3706,'mixpanel','completed',10,'2025-03-25 16:40:19','2025-03-25 16:42:19','2025-03-25 16:27:19','2025-03-25 16:42:19',NULL,0,0,NULL,NULL),
(3707,'mixpanel','completed',10,'2025-03-25 16:56:20','2025-03-25 16:57:19','2025-03-25 16:42:20','2025-03-25 16:57:19',NULL,0,0,NULL,NULL),
(3708,'mixpanel','completed',10,'2025-03-25 17:33:20','2025-03-25 17:34:18','2025-03-25 16:57:20','2025-03-25 17:34:18',NULL,0,0,NULL,NULL),
(3709,'mixpanel','completed',10,'2025-03-25 18:19:18','2025-03-25 18:19:19','2025-03-25 17:35:18','2025-03-25 18:19:19',NULL,0,0,NULL,NULL),
(3710,'mixpanel','completed',10,'2025-03-25 18:57:20','2025-03-25 18:58:18','2025-03-25 18:19:20','2025-03-25 18:58:18',NULL,0,0,NULL,NULL),
(3711,'mixpanel','completed',10,'2025-03-25 19:39:20','2025-03-25 19:42:17','2025-03-25 18:58:20','2025-03-25 19:42:17',NULL,0,0,NULL,NULL),
(3712,'mixpanel','completed',10,'2025-03-25 19:54:19','2025-03-25 19:56:18','2025-03-25 19:42:19','2025-03-25 19:56:18',NULL,0,0,NULL,NULL),
(3713,'mixpanel','completed',10,'2025-03-25 20:47:19','2025-03-25 20:49:18','2025-03-25 19:56:19','2025-03-25 20:49:18',NULL,0,0,NULL,NULL),
(3714,'mixpanel','completed',10,'2025-03-25 21:28:19','2025-03-25 21:28:19','2025-03-25 20:49:19','2025-03-25 21:28:19',NULL,0,0,NULL,NULL),
(3715,'mixpanel','completed',10,'2025-03-25 22:10:18','2025-03-25 22:10:19','2025-03-25 21:31:18','2025-03-25 22:10:19',NULL,0,0,NULL,NULL),
(3716,'mixpanel','completed',10,'2025-03-25 22:57:20','2025-03-25 22:58:18','2025-03-25 22:10:20','2025-03-25 22:58:18',NULL,0,0,NULL,NULL),
(3717,'mixpanel','completed',10,'2025-03-25 23:16:19','2025-03-25 23:16:19','2025-03-25 22:58:19','2025-03-25 23:16:19',NULL,0,0,NULL,NULL),
(3718,'mixpanel','completed',10,'2025-03-26 00:08:45','2025-03-26 00:10:18','2025-03-25 23:19:45','2025-03-26 00:10:18',NULL,0,0,NULL,NULL),
(3719,'subscribers_engagement_score','completed',10,'2025-03-25 23:40:18','2025-03-25 23:40:19','2025-03-25 23:40:18','2025-03-25 23:40:19',NULL,0,0,NULL,NULL),
(3720,'subscribers_engagement_score','completed',10,'2025-03-26 16:35:00','2025-03-26 16:57:54','2025-03-25 23:40:19','2025-03-26 16:57:54',NULL,0,0,NULL,NULL),
(3721,'subscribers_email_count','completed',10,'2025-03-31 00:00:00','2025-03-31 00:02:19','2025-03-26 00:01:18','2025-03-31 00:02:19',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(3722,'mixpanel','completed',10,'2025-03-26 01:03:20','2025-03-26 01:05:18','2025-03-26 00:10:20','2025-03-26 01:05:18',NULL,0,0,NULL,NULL),
(3723,'mixpanel','completed',10,'2025-03-26 01:19:20','2025-03-26 01:20:18','2025-03-26 01:05:20','2025-03-26 01:20:18',NULL,0,0,NULL,NULL),
(3724,'mixpanel','completed',10,'2025-03-26 01:56:20','2025-03-26 01:58:18','2025-03-26 01:20:20','2025-03-26 01:58:18',NULL,0,0,NULL,NULL),
(3725,'mixpanel','completed',10,'2025-03-26 02:52:20','2025-03-26 02:52:20','2025-03-26 01:58:20','2025-03-26 02:52:20',NULL,0,0,NULL,NULL),
(3726,'mixpanel','completed',10,'2025-03-26 03:09:18','2025-03-26 03:09:18','2025-03-26 02:55:18','2025-03-26 03:09:18',NULL,0,0,NULL,NULL),
(3727,'mixpanel','completed',10,'2025-03-26 03:39:18','2025-03-26 03:41:18','2025-03-26 03:10:18','2025-03-26 03:41:18',NULL,0,0,NULL,NULL),
(3728,'mixpanel','completed',10,'2025-03-26 04:38:20','2025-03-26 04:38:20','2025-03-26 03:41:20','2025-03-26 04:38:20',NULL,0,0,NULL,NULL),
(3729,'mixpanel','completed',10,'2025-03-26 05:36:18','2025-03-26 05:36:18','2025-03-26 04:41:18','2025-03-26 05:36:18',NULL,0,0,NULL,NULL),
(3730,'mixpanel','completed',10,'2025-03-26 06:27:18','2025-03-26 06:27:18','2025-03-26 05:37:18','2025-03-26 06:27:18',NULL,0,0,NULL,NULL),
(3731,'mixpanel','completed',10,'2025-03-26 07:22:19','2025-03-26 07:24:18','2025-03-26 06:27:19','2025-03-26 07:24:18',NULL,0,0,NULL,NULL),
(3732,'mixpanel','completed',10,'2025-03-26 07:58:20','2025-03-26 08:00:18','2025-03-26 07:24:20','2025-03-26 08:00:18',NULL,0,0,NULL,NULL),
(3733,'mixpanel','completed',10,'2025-03-26 08:47:20','2025-03-26 08:48:18','2025-03-26 08:00:20','2025-03-26 08:48:18',NULL,0,0,NULL,NULL),
(3734,'schedule_re_engagement_email','completed',10,'2025-03-27 08:12:19','2025-03-27 08:12:19','2025-03-26 08:12:19','2025-03-27 08:12:19',NULL,0,0,NULL,NULL),
(3735,'mixpanel','completed',10,'2025-03-26 09:01:20','2025-03-26 09:03:18','2025-03-26 08:48:20','2025-03-26 09:03:18',NULL,0,0,NULL,NULL),
(3736,'mixpanel','completed',10,'2025-03-26 09:30:20','2025-03-26 09:32:18','2025-03-26 09:03:20','2025-03-26 09:32:18',NULL,0,0,NULL,NULL),
(3737,'mixpanel','completed',10,'2025-03-26 10:17:19','2025-03-26 10:19:18','2025-03-26 09:32:19','2025-03-26 10:19:18',NULL,0,0,NULL,NULL),
(3738,'mixpanel','completed',10,'2025-03-26 10:28:20','2025-03-26 10:28:20','2025-03-26 10:19:20','2025-03-26 10:28:20',NULL,0,0,NULL,NULL),
(3739,'mixpanel','completed',10,'2025-03-26 10:41:19','2025-03-26 10:43:17','2025-03-26 10:31:19','2025-03-26 10:43:17',NULL,0,0,NULL,NULL),
(3740,'mixpanel','completed',10,'2025-03-26 10:49:19','2025-03-26 10:49:19','2025-03-26 10:43:19','2025-03-26 10:49:19',NULL,0,0,NULL,NULL),
(3741,'mixpanel','completed',10,'2025-03-26 11:50:18','2025-03-26 11:50:19','2025-03-26 10:52:18','2025-03-26 11:50:19',NULL,0,0,NULL,NULL),
(3742,'mixpanel','completed',10,'2025-03-26 12:33:18','2025-03-26 12:34:18','2025-03-26 11:53:18','2025-03-26 12:34:18',NULL,0,0,NULL,NULL),
(3743,'mixpanel','completed',10,'2025-03-26 13:08:18','2025-03-26 13:08:18','2025-03-26 12:35:18','2025-03-26 13:08:18',NULL,0,0,NULL,NULL),
(3744,'mixpanel','completed',10,'2025-03-26 13:26:19','2025-03-26 13:26:19','2025-03-26 13:08:19','2025-03-26 13:26:19',NULL,0,0,NULL,NULL),
(3745,'mixpanel','completed',10,'2025-03-26 13:34:18','2025-03-26 13:35:18','2025-03-26 13:29:18','2025-03-26 13:35:18',NULL,0,0,NULL,NULL),
(3746,'mixpanel','completed',10,'2025-03-26 13:51:19','2025-03-26 13:52:18','2025-03-26 13:35:19','2025-03-26 13:52:18',NULL,0,0,NULL,NULL),
(3747,'mixpanel','completed',10,'2025-03-26 13:57:18','2025-03-26 13:57:18','2025-03-26 13:52:18','2025-03-26 13:57:18',NULL,0,0,NULL,NULL),
(3748,'mixpanel','completed',10,'2025-03-26 13:56:20','2025-03-26 14:00:17','2025-03-26 13:57:20','2025-03-26 14:00:17',NULL,0,0,NULL,NULL),
(3749,'mixpanel','completed',10,'2025-03-26 14:17:19','2025-03-26 14:17:20','2025-03-26 14:00:19','2025-03-26 14:17:20',NULL,0,0,NULL,NULL),
(3750,'mixpanel','completed',10,'2025-03-26 14:40:19','2025-03-26 14:40:19','2025-03-26 14:20:19','2025-03-26 14:40:19',NULL,0,0,NULL,NULL),
(3751,'mixpanel','completed',10,'2025-03-26 15:37:19','2025-03-26 15:38:18','2025-03-26 14:43:19','2025-03-26 15:38:18',NULL,0,0,NULL,NULL),
(3752,'mixpanel','completed',10,'2025-03-26 16:31:18','2025-03-26 16:57:54','2025-03-26 15:38:18','2025-03-26 16:57:54',NULL,0,0,NULL,NULL),
(3753,'subscribers_engagement_score','completed',10,'2025-03-27 20:49:00','2025-03-27 22:44:20','2025-03-26 16:57:54','2025-03-27 22:44:20',NULL,0,0,NULL,NULL),
(3754,'mixpanel','completed',10,'2025-03-26 17:08:55','2025-03-26 17:09:19','2025-03-26 16:57:55','2025-03-26 17:09:19',NULL,0,0,NULL,NULL),
(3755,'mixpanel','completed',10,'2025-03-26 17:18:20','2025-03-26 17:18:20','2025-03-26 17:09:20','2025-03-26 17:18:20',NULL,0,0,NULL,NULL),
(3756,'mixpanel','completed',10,'2025-03-26 17:20:17','2025-03-26 17:21:19','2025-03-26 17:21:17','2025-03-26 17:21:19',NULL,0,0,NULL,NULL),
(3757,'mixpanel','completed',10,'2025-03-26 17:47:18','2025-03-26 17:48:17','2025-03-26 17:24:18','2025-03-26 17:48:17',NULL,0,0,NULL,NULL),
(3758,'mixpanel','completed',10,'2025-03-26 18:38:19','2025-03-26 18:40:18','2025-03-26 17:48:19','2025-03-26 18:40:18',NULL,0,0,NULL,NULL),
(3759,'mixpanel','completed',10,'2025-03-26 19:09:19','2025-03-26 19:10:18','2025-03-26 18:40:19','2025-03-26 19:10:18',NULL,0,0,NULL,NULL),
(3760,'mixpanel','completed',10,'2025-03-26 19:39:19','2025-03-26 19:39:20','2025-03-26 19:10:19','2025-03-26 19:39:20',NULL,0,0,NULL,NULL),
(3761,'mixpanel','completed',10,'2025-03-26 20:17:18','2025-03-26 20:17:19','2025-03-26 19:42:18','2025-03-26 20:17:19',NULL,0,0,NULL,NULL),
(3762,'mixpanel','completed',10,'2025-03-26 20:23:18','2025-03-26 20:25:18','2025-03-26 20:19:18','2025-03-26 20:25:18',NULL,0,0,NULL,NULL),
(3763,'mixpanel','completed',10,'2025-03-26 20:39:20','2025-03-26 20:40:18','2025-03-26 20:25:20','2025-03-26 20:40:18',NULL,0,0,NULL,NULL),
(3764,'mixpanel','completed',10,'2025-03-26 20:42:20','2025-03-26 20:43:18','2025-03-26 20:40:20','2025-03-26 20:43:18',NULL,0,0,NULL,NULL),
(3765,'mixpanel','completed',10,'2025-03-26 20:43:20','2025-03-26 20:46:18','2025-03-26 20:43:20','2025-03-26 20:46:18',NULL,0,0,NULL,NULL),
(3766,'mixpanel','completed',10,'2025-03-26 21:05:20','2025-03-26 21:07:17','2025-03-26 20:46:20','2025-03-26 21:07:17',NULL,0,0,NULL,NULL),
(3767,'mixpanel','completed',10,'2025-03-26 21:28:19','2025-03-26 21:28:19','2025-03-26 21:07:19','2025-03-26 21:28:19',NULL,0,0,NULL,NULL),
(3768,'mixpanel','completed',10,'2025-03-26 21:32:18','2025-03-26 21:34:18','2025-03-26 21:31:18','2025-03-26 21:34:18',NULL,0,0,NULL,NULL),
(3769,'mixpanel','completed',10,'2025-03-26 22:19:20','2025-03-26 22:19:20','2025-03-26 21:34:20','2025-03-26 22:19:20',NULL,0,0,NULL,NULL),
(3770,'mixpanel','completed',10,'2025-03-26 23:17:18','2025-03-26 23:18:19','2025-03-26 22:22:18','2025-03-26 23:18:19',NULL,0,0,NULL,NULL),
(3771,'mixpanel','completed',10,'2025-03-26 23:52:21','2025-03-26 23:53:18','2025-03-26 23:18:21','2025-03-26 23:53:18',NULL,0,0,NULL,NULL),
(3772,'mixpanel','completed',10,'2025-03-27 00:38:18','2025-03-27 00:39:18','2025-03-26 23:54:18','2025-03-27 00:39:18',NULL,0,0,NULL,NULL),
(3773,'mixpanel','completed',10,'2025-03-27 01:28:19','2025-03-27 01:28:19','2025-03-27 00:40:19','2025-03-27 01:28:19',NULL,0,0,NULL,NULL),
(3774,'mixpanel','completed',10,'2025-03-27 02:14:18','2025-03-27 02:14:18','2025-03-27 01:30:18','2025-03-27 02:14:18',NULL,0,0,NULL,NULL),
(3775,'mixpanel','completed',10,'2025-03-27 03:09:20','2025-03-27 03:18:05','2025-03-27 02:14:20','2025-03-27 03:18:05',NULL,0,0,NULL,NULL),
(3776,'mixpanel','completed',10,'2025-03-27 03:35:07','2025-03-27 03:35:18','2025-03-27 03:18:07','2025-03-27 03:35:18',NULL,0,0,NULL,NULL),
(3777,'mixpanel','completed',10,'2025-03-27 03:44:20','2025-03-27 03:44:20','2025-03-27 03:35:20','2025-03-27 03:44:20',NULL,0,0,NULL,NULL),
(3778,'mixpanel','completed',10,'2025-03-27 04:21:17','2025-03-27 04:23:18','2025-03-27 03:47:17','2025-03-27 04:23:18',NULL,0,0,NULL,NULL),
(3779,'mixpanel','completed',10,'2025-03-27 04:25:20','2025-03-27 04:26:19','2025-03-27 04:23:20','2025-03-27 04:26:19',NULL,0,0,NULL,NULL),
(3780,'mixpanel','completed',10,'2025-03-27 05:23:20','2025-03-27 05:50:33','2025-03-27 04:26:20','2025-03-27 05:50:33',NULL,0,0,NULL,NULL),
(3781,'mixpanel','completed',10,'2025-03-27 06:41:34','2025-03-27 06:42:18','2025-03-27 05:50:34','2025-03-27 06:42:18',NULL,0,0,NULL,NULL),
(3782,'mixpanel','completed',10,'2025-03-27 06:47:19','2025-03-27 06:48:18','2025-03-27 06:42:19','2025-03-27 06:48:18',NULL,0,0,NULL,NULL),
(3783,'mixpanel','completed',10,'2025-03-27 07:15:20','2025-03-27 07:18:18','2025-03-27 06:48:20','2025-03-27 07:18:18',NULL,0,0,NULL,NULL),
(3784,'mixpanel','completed',10,'2025-03-27 08:09:19','2025-03-27 08:09:19','2025-03-27 07:18:19','2025-03-27 08:09:19',NULL,0,0,NULL,NULL),
(3785,'mixpanel','completed',10,'2025-03-27 08:55:18','2025-03-27 08:57:18','2025-03-27 08:12:18','2025-03-27 08:57:18',NULL,0,0,NULL,NULL),
(3786,'schedule_re_engagement_email','completed',10,'2025-03-28 08:15:18','2025-03-28 08:15:18','2025-03-27 08:15:18','2025-03-28 08:15:18',NULL,0,0,NULL,NULL),
(3787,'mixpanel','completed',10,'2025-03-27 09:03:20','2025-03-27 09:03:20','2025-03-27 08:57:20','2025-03-27 09:03:20',NULL,0,0,NULL,NULL),
(3788,'mixpanel','completed',10,'2025-03-27 09:28:18','2025-03-27 09:30:18','2025-03-27 09:06:18','2025-03-27 09:30:18',NULL,0,0,NULL,NULL),
(3789,'mixpanel','completed',10,'2025-03-27 10:22:20','2025-03-27 10:23:18','2025-03-27 09:30:20','2025-03-27 10:23:18',NULL,0,0,NULL,NULL),
(3790,'mixpanel','completed',10,'2025-03-27 10:49:20','2025-03-27 10:50:17','2025-03-27 10:23:20','2025-03-27 10:50:17',NULL,0,0,NULL,NULL),
(3791,'mixpanel','completed',10,'2025-03-27 11:45:19','2025-03-27 11:46:19','2025-03-27 10:50:19','2025-03-27 11:46:19',NULL,0,0,NULL,NULL),
(3792,'mixpanel','completed',10,'2025-03-27 11:53:20','2025-03-27 11:54:19','2025-03-27 11:46:20','2025-03-27 11:54:19',NULL,0,0,NULL,NULL),
(3793,'mixpanel','completed',10,'2025-03-27 12:52:19','2025-03-27 12:52:19','2025-03-27 11:54:19','2025-03-27 12:52:19',NULL,0,0,NULL,NULL),
(3794,'mixpanel','completed',10,'2025-03-27 13:11:20','2025-03-27 13:13:18','2025-03-27 12:52:20','2025-03-27 13:13:18',NULL,0,0,NULL,NULL),
(3795,'mixpanel','completed',10,'2025-03-27 13:47:20','2025-03-27 13:50:17','2025-03-27 13:13:20','2025-03-27 13:50:17',NULL,0,0,NULL,NULL),
(3796,'mixpanel','completed',10,'2025-03-27 14:46:19','2025-03-27 14:47:18','2025-03-27 13:50:19','2025-03-27 14:47:18',NULL,0,0,NULL,NULL),
(3797,'mixpanel','completed',10,'2025-03-27 14:56:19','2025-03-27 14:56:20','2025-03-27 14:47:19','2025-03-27 14:56:20',NULL,0,0,NULL,NULL),
(3798,'mixpanel','completed',10,'2025-03-27 15:47:18','2025-03-27 15:49:19','2025-03-27 14:59:18','2025-03-27 15:49:19',NULL,0,0,NULL,NULL),
(3799,'mixpanel','completed',10,'2025-03-27 15:53:20','2025-03-27 15:55:18','2025-03-27 15:49:20','2025-03-27 15:55:18',NULL,0,0,NULL,NULL),
(3800,'mixpanel','completed',10,'2025-03-27 16:12:20','2025-03-27 16:13:18','2025-03-27 15:55:20','2025-03-27 16:13:18',NULL,0,0,NULL,NULL),
(3801,'mixpanel','completed',10,'2025-03-27 17:00:19','2025-03-27 17:02:18','2025-03-27 16:13:19','2025-03-27 17:02:18',NULL,0,0,NULL,NULL),
(3802,'mixpanel','completed',10,'2025-03-27 17:47:19','2025-03-27 17:49:17','2025-03-27 17:02:19','2025-03-27 17:49:17',NULL,0,0,NULL,NULL),
(3803,'mixpanel','completed',10,'2025-03-27 18:26:19','2025-03-27 18:27:18','2025-03-27 17:49:19','2025-03-27 18:27:18',NULL,0,0,NULL,NULL),
(3804,'mixpanel','completed',10,'2025-03-27 18:41:19','2025-03-27 18:41:19','2025-03-27 18:27:19','2025-03-27 18:41:19',NULL,0,0,NULL,NULL),
(3805,'mixpanel','completed',10,'2025-03-27 19:29:18','2025-03-27 19:29:19','2025-03-27 18:44:18','2025-03-27 19:29:19',NULL,0,0,NULL,NULL),
(3806,'mixpanel','completed',10,'2025-03-27 19:53:19','2025-03-27 19:53:19','2025-03-27 19:32:19','2025-03-27 19:53:19',NULL,0,0,NULL,NULL),
(3807,'mixpanel','completed',10,'2025-03-27 20:19:19','2025-03-27 20:23:01','2025-03-27 19:55:19','2025-03-27 20:23:01',NULL,0,0,NULL,NULL),
(3808,'mixpanel','completed',10,'2025-03-27 20:25:02','2025-03-27 22:44:20','2025-03-27 20:23:02','2025-03-27 22:44:20',NULL,0,0,NULL,NULL),
(3809,'subscribers_engagement_score','completed',10,'2025-03-27 22:44:20','2025-03-27 22:44:22','2025-03-27 22:44:20','2025-03-27 22:44:22',NULL,0,0,NULL,NULL),
(3810,'subscribers_engagement_score','completed',10,'2025-03-28 12:30:00','2025-03-28 12:30:19','2025-03-27 22:44:22','2025-03-28 12:30:19',NULL,0,0,NULL,NULL),
(3811,'mixpanel','completed',10,'2025-03-27 23:02:22','2025-03-27 23:50:51','2025-03-27 22:44:22','2025-03-27 23:50:51',NULL,0,0,NULL,NULL),
(3812,'mixpanel','completed',10,'2025-03-28 00:20:53','2025-03-28 00:24:26','2025-03-27 23:50:53','2025-03-28 00:24:26',NULL,0,0,NULL,NULL),
(3813,'mixpanel','completed',10,'2025-03-28 01:00:27','2025-03-28 01:00:57','2025-03-28 00:24:27','2025-03-28 01:00:57',NULL,0,0,NULL,NULL),
(3814,'mixpanel','completed',10,'2025-03-28 01:50:59','2025-03-28 01:51:48','2025-03-28 01:00:59','2025-03-28 01:51:48',NULL,0,0,NULL,NULL),
(3815,'mixpanel','completed',10,'2025-03-28 02:20:49','2025-03-28 02:21:18','2025-03-28 01:51:49','2025-03-28 02:21:18',NULL,0,0,NULL,NULL),
(3816,'mixpanel','completed',10,'2025-03-28 02:41:20','2025-03-28 02:42:17','2025-03-28 02:21:20','2025-03-28 02:42:17',NULL,0,0,NULL,NULL),
(3817,'mixpanel','completed',10,'2025-03-28 03:15:19','2025-03-28 03:16:18','2025-03-28 02:42:19','2025-03-28 03:16:18',NULL,0,0,NULL,NULL),
(3818,'mixpanel','completed',10,'2025-03-28 03:22:20','2025-03-28 03:25:18','2025-03-28 03:16:20','2025-03-28 03:25:18',NULL,0,0,NULL,NULL),
(3819,'mixpanel','completed',10,'2025-03-28 04:05:20','2025-03-28 04:06:19','2025-03-28 03:25:20','2025-03-28 04:06:19',NULL,0,0,NULL,NULL),
(3820,'mixpanel','completed',10,'2025-03-28 04:32:20','2025-03-28 04:33:18','2025-03-28 04:06:20','2025-03-28 04:33:18',NULL,0,0,NULL,NULL),
(3821,'mixpanel','completed',10,'2025-03-28 05:05:20','2025-03-28 05:06:18','2025-03-28 04:33:20','2025-03-28 05:06:18',NULL,0,0,NULL,NULL),
(3822,'mixpanel','completed',10,'2025-03-28 05:51:19','2025-03-28 05:53:18','2025-03-28 05:06:19','2025-03-28 05:53:18',NULL,0,0,NULL,NULL),
(3823,'mixpanel','completed',10,'2025-03-28 06:12:20','2025-03-28 06:14:18','2025-03-28 05:53:20','2025-03-28 06:14:18',NULL,0,0,NULL,NULL),
(3824,'mixpanel','completed',10,'2025-03-28 06:14:19','2025-03-28 06:17:18','2025-03-28 06:14:19','2025-03-28 06:17:18',NULL,0,0,NULL,NULL),
(3825,'mixpanel','completed',10,'2025-03-28 06:47:19','2025-03-28 06:49:17','2025-03-28 06:17:19','2025-03-28 06:49:17',NULL,0,0,NULL,NULL),
(3826,'mixpanel','completed',10,'2025-03-28 07:36:18','2025-03-28 07:36:18','2025-03-28 06:50:18','2025-03-28 07:36:18',NULL,0,0,NULL,NULL),
(3827,'mixpanel','completed',10,'2025-03-28 07:57:20','2025-03-28 08:00:18','2025-03-28 07:36:20','2025-03-28 08:00:18',NULL,0,0,NULL,NULL),
(3828,'mixpanel','completed',10,'2025-03-28 08:18:19','2025-03-28 08:18:20','2025-03-28 08:00:19','2025-03-28 08:18:20',NULL,0,0,NULL,NULL),
(3829,'schedule_re_engagement_email','completed',10,'2025-03-29 08:16:18','2025-03-29 08:17:18','2025-03-28 08:16:18','2025-03-29 08:17:18',NULL,0,0,NULL,NULL),
(3830,'mixpanel','completed',10,'2025-03-28 08:31:18','2025-03-28 08:33:19','2025-03-28 08:21:18','2025-03-28 08:33:19',NULL,0,0,NULL,NULL),
(3831,'mixpanel','completed',10,'2025-03-28 08:57:20','2025-03-28 08:57:20','2025-03-28 08:33:20','2025-03-28 08:57:20',NULL,0,0,NULL,NULL),
(3832,'mixpanel','completed',10,'2025-03-28 09:29:17','2025-03-28 09:30:19','2025-03-28 09:00:17','2025-03-28 09:30:19',NULL,0,0,NULL,NULL),
(3833,'mixpanel','completed',10,'2025-03-28 09:53:21','2025-03-28 09:54:18','2025-03-28 09:30:21','2025-03-28 09:54:18',NULL,0,0,NULL,NULL),
(3834,'mixpanel','completed',10,'2025-03-28 10:15:19','2025-03-28 10:15:19','2025-03-28 09:54:19','2025-03-28 10:15:19',NULL,0,0,NULL,NULL),
(3835,'mixpanel','completed',10,'2025-03-28 10:17:18','2025-03-28 10:18:19','2025-03-28 10:18:18','2025-03-28 10:18:19',NULL,0,0,NULL,NULL),
(3836,'mixpanel','completed',10,'2025-03-28 11:10:18','2025-03-28 11:12:19','2025-03-28 10:21:18','2025-03-28 11:12:19',NULL,0,0,NULL,NULL),
(3837,'mixpanel','completed',10,'2025-03-28 11:56:20','2025-03-28 11:57:19','2025-03-28 11:12:20','2025-03-28 11:57:19',NULL,0,0,NULL,NULL),
(3838,'mixpanel','completed',10,'2025-03-28 12:15:21','2025-03-28 12:18:19','2025-03-28 11:57:21','2025-03-28 12:18:19',NULL,0,0,NULL,NULL),
(3839,'mixpanel','completed',10,'2025-03-28 12:24:20','2025-03-28 12:27:19','2025-03-28 12:18:20','2025-03-28 12:27:19',NULL,0,0,NULL,NULL),
(3840,'mixpanel','completed',10,'2025-03-28 13:19:20','2025-03-28 13:21:18','2025-03-28 12:27:20','2025-03-28 13:21:18',NULL,0,0,NULL,NULL),
(3841,'subscribers_engagement_score','completed',10,'2025-03-29 07:28:00','2025-03-29 07:28:18','2025-03-28 12:30:19','2025-03-29 07:28:18',NULL,0,0,NULL,NULL),
(3842,'mixpanel','completed',10,'2025-03-28 13:46:18','2025-03-28 13:48:17','2025-03-28 13:22:18','2025-03-28 13:48:17',NULL,0,0,NULL,NULL),
(3843,'mixpanel','completed',10,'2025-03-28 14:22:19','2025-03-28 14:23:19','2025-03-28 13:48:19','2025-03-28 14:23:19',NULL,0,0,NULL,NULL),
(3844,'mixpanel','completed',10,'2025-03-28 15:16:21','2025-03-28 15:19:18','2025-03-28 14:23:21','2025-03-28 15:19:18',NULL,0,0,NULL,NULL),
(3845,'mixpanel','completed',10,'2025-03-28 16:12:19','2025-03-28 16:13:18','2025-03-28 15:19:19','2025-03-28 16:13:18',NULL,0,0,NULL,NULL),
(3846,'mixpanel','completed',10,'2025-03-28 16:20:20','2025-03-28 16:22:18','2025-03-28 16:13:20','2025-03-28 16:22:18',NULL,0,0,NULL,NULL),
(3847,'mixpanel','completed',10,'2025-03-28 16:27:20','2025-03-28 16:28:18','2025-03-28 16:22:20','2025-03-28 16:28:18',NULL,0,0,NULL,NULL),
(3848,'mixpanel','completed',10,'2025-03-28 17:19:20','2025-03-28 17:21:18','2025-03-28 16:28:20','2025-03-28 17:21:18',NULL,0,0,NULL,NULL),
(3849,'mixpanel','completed',10,'2025-03-28 17:21:19','2025-03-28 17:24:18','2025-03-28 17:21:19','2025-03-28 17:24:18',NULL,0,0,NULL,NULL),
(3850,'mixpanel','completed',10,'2025-03-28 18:04:20','2025-03-28 18:06:18','2025-03-28 17:24:20','2025-03-28 18:06:18',NULL,0,0,NULL,NULL),
(3851,'mixpanel','completed',10,'2025-03-28 18:11:20','2025-03-28 18:12:18','2025-03-28 18:06:20','2025-03-28 18:12:18',NULL,0,0,NULL,NULL),
(3852,'mixpanel','completed',10,'2025-03-28 18:55:20','2025-03-28 18:56:18','2025-03-28 18:12:20','2025-03-28 18:56:18',NULL,0,0,NULL,NULL),
(3853,'mixpanel','completed',10,'2025-03-28 19:50:20','2025-03-28 19:53:19','2025-03-28 18:56:20','2025-03-28 19:53:19',NULL,0,0,NULL,NULL),
(3854,'mixpanel','completed',10,'2025-03-28 20:06:20','2025-03-28 20:06:20','2025-03-28 19:53:20','2025-03-28 20:06:20',NULL,0,0,NULL,NULL),
(3855,'mixpanel','completed',10,'2025-03-28 20:11:21','2025-03-28 20:12:18','2025-03-28 20:06:21','2025-03-28 20:12:18',NULL,0,0,NULL,NULL),
(3856,'mixpanel','completed',10,'2025-03-28 20:19:19','2025-03-28 20:21:18','2025-03-28 20:12:19','2025-03-28 20:21:18',NULL,0,0,NULL,NULL),
(3857,'mixpanel','completed',10,'2025-03-28 20:28:20','2025-03-28 20:30:17','2025-03-28 20:21:20','2025-03-28 20:30:17',NULL,0,0,NULL,NULL),
(3858,'mixpanel','completed',10,'2025-03-28 21:04:19','2025-03-28 21:05:18','2025-03-28 20:30:19','2025-03-28 21:05:18',NULL,0,0,NULL,NULL),
(3859,'mixpanel','completed',10,'2025-03-28 21:10:20','2025-03-28 21:11:18','2025-03-28 21:05:20','2025-03-28 21:11:18',NULL,0,0,NULL,NULL),
(3860,'mixpanel','completed',10,'2025-03-28 21:33:19','2025-03-28 21:35:18','2025-03-28 21:11:19','2025-03-28 21:35:18',NULL,0,0,NULL,NULL),
(3861,'mixpanel','completed',10,'2025-03-28 22:23:20','2025-03-28 22:26:18','2025-03-28 21:35:20','2025-03-28 22:26:18',NULL,0,0,NULL,NULL),
(3862,'mixpanel','completed',10,'2025-03-28 22:32:20','2025-03-28 22:32:20','2025-03-28 22:26:20','2025-03-28 22:32:20',NULL,0,0,NULL,NULL),
(3863,'mixpanel','completed',10,'2025-03-28 23:09:18','2025-03-28 23:11:17','2025-03-28 22:35:18','2025-03-28 23:11:17',NULL,0,0,NULL,NULL),
(3864,'mixpanel','completed',10,'2025-03-28 23:53:19','2025-03-28 23:53:20','2025-03-28 23:11:19','2025-03-28 23:53:20',NULL,0,0,NULL,NULL),
(3865,'mixpanel','completed',10,'2025-03-29 00:49:18','2025-03-29 00:49:18','2025-03-28 23:56:18','2025-03-29 00:49:18',NULL,0,0,NULL,NULL),
(3866,'inactive_subscribers','completed',10,'2025-04-05 00:00:00','2025-04-05 00:54:23','2025-03-29 00:02:18','2025-04-05 00:54:23',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(3867,'mixpanel','completed',10,'2025-03-29 00:48:19','2025-03-29 00:52:18','2025-03-29 00:49:19','2025-03-29 00:52:18',NULL,0,0,NULL,NULL),
(3868,'mixpanel','completed',10,'2025-03-29 01:40:19','2025-03-29 01:41:18','2025-03-29 00:52:19','2025-03-29 01:41:18',NULL,0,0,NULL,NULL),
(3869,'mixpanel','completed',10,'2025-03-29 02:17:19','2025-03-29 02:17:20','2025-03-29 01:41:19','2025-03-29 02:17:20',NULL,0,0,NULL,NULL),
(3870,'mixpanel','completed',10,'2025-03-29 02:19:17','2025-03-29 02:20:19','2025-03-29 02:20:17','2025-03-29 02:20:19',NULL,0,0,NULL,NULL),
(3871,'mixpanel','completed',10,'2025-03-29 02:29:17','2025-03-29 02:29:18','2025-03-29 02:23:17','2025-03-29 02:29:18',NULL,0,0,NULL,NULL),
(3872,'mixpanel','completed',10,'2025-03-29 02:46:19','2025-03-29 02:47:18','2025-03-29 02:29:19','2025-03-29 02:47:18',NULL,0,0,NULL,NULL),
(3873,'mixpanel','completed',10,'2025-03-29 03:15:20','2025-03-29 03:18:19','2025-03-29 02:47:20','2025-03-29 03:18:19',NULL,0,0,NULL,NULL),
(3874,'mixpanel','completed',10,'2025-03-29 04:14:20','2025-03-29 04:17:18','2025-03-29 03:18:20','2025-03-29 04:17:18',NULL,0,0,NULL,NULL),
(3875,'mixpanel','completed',10,'2025-03-29 04:28:19','2025-03-29 04:29:18','2025-03-29 04:17:19','2025-03-29 04:29:18',NULL,0,0,NULL,NULL),
(3876,'mixpanel','completed',10,'2025-03-29 05:12:19','2025-03-29 05:13:18','2025-03-29 04:29:19','2025-03-29 05:13:18',NULL,0,0,NULL,NULL),
(3877,'mixpanel','completed',10,'2025-03-29 05:19:19','2025-03-29 05:19:19','2025-03-29 05:13:19','2025-03-29 05:19:19',NULL,0,0,NULL,NULL),
(3878,'mixpanel','completed',10,'2025-03-29 06:04:18','2025-03-29 06:04:18','2025-03-29 05:22:18','2025-03-29 06:04:18',NULL,0,0,NULL,NULL),
(3879,'mixpanel','completed',10,'2025-03-29 06:48:19','2025-03-29 06:50:19','2025-03-29 06:04:19','2025-03-29 06:50:19',NULL,0,0,NULL,NULL),
(3880,'mixpanel','completed',10,'2025-03-29 07:19:20','2025-03-29 07:19:20','2025-03-29 06:50:20','2025-03-29 07:19:20',NULL,0,0,NULL,NULL),
(3881,'mixpanel','completed',10,'2025-03-29 07:55:18','2025-03-29 07:57:17','2025-03-29 07:22:18','2025-03-29 07:57:17',NULL,0,0,NULL,NULL),
(3882,'subscribers_engagement_score','completed',10,'2025-03-29 07:28:18','2025-03-29 07:29:19','2025-03-29 07:28:18','2025-03-29 07:29:19',NULL,0,0,NULL,NULL),
(3883,'subscribers_engagement_score','completed',10,'2025-03-30 10:51:00','2025-03-30 10:52:23','2025-03-29 07:29:19','2025-03-30 10:52:23',NULL,0,0,NULL,NULL),
(3884,'mixpanel','completed',10,'2025-03-29 08:12:19','2025-03-29 08:14:18','2025-03-29 07:57:19','2025-03-29 08:14:18',NULL,0,0,NULL,NULL),
(3885,'mixpanel','completed',10,'2025-03-29 09:05:19','2025-03-29 09:05:19','2025-03-29 08:14:19','2025-03-29 09:05:19',NULL,0,0,NULL,NULL),
(3886,'schedule_re_engagement_email','completed',10,'2025-03-30 08:17:19','2025-03-30 08:18:18','2025-03-29 08:17:19','2025-03-30 08:18:18',NULL,0,0,NULL,NULL),
(3887,'mixpanel','completed',10,'2025-03-29 09:11:20','2025-03-29 09:11:20','2025-03-29 09:05:20','2025-03-29 09:11:20',NULL,0,0,NULL,NULL),
(3888,'mixpanel','completed',10,'2025-03-29 10:12:18','2025-03-29 10:12:19','2025-03-29 09:14:18','2025-03-29 10:12:19',NULL,0,0,NULL,NULL),
(3889,'mixpanel','completed',10,'2025-03-29 10:18:18','2025-03-29 10:18:18','2025-03-29 10:15:18','2025-03-29 10:18:18',NULL,0,0,NULL,NULL),
(3890,'mixpanel','completed',10,'2025-03-29 10:58:19','2025-03-29 10:59:18','2025-03-29 10:18:19','2025-03-29 10:59:18',NULL,0,0,NULL,NULL),
(3891,'mixpanel','completed',10,'2025-03-29 11:15:20','2025-03-29 11:16:18','2025-03-29 10:59:20','2025-03-29 11:16:18',NULL,0,0,NULL,NULL),
(3892,'mixpanel','completed',10,'2025-03-29 11:49:20','2025-03-29 11:52:18','2025-03-29 11:16:20','2025-03-29 11:52:18',NULL,0,0,NULL,NULL),
(3893,'mixpanel','completed',10,'2025-03-29 12:08:19','2025-03-29 12:10:17','2025-03-29 11:52:19','2025-03-29 12:10:17',NULL,0,0,NULL,NULL),
(3894,'mixpanel','completed',10,'2025-03-29 12:44:19','2025-03-29 12:44:19','2025-03-29 12:10:19','2025-03-29 12:44:19',NULL,0,0,NULL,NULL),
(3895,'mixpanel','completed',10,'2025-03-29 13:28:19','2025-03-29 13:28:20','2025-03-29 12:47:19','2025-03-29 13:28:20',NULL,0,0,NULL,NULL),
(3896,'mixpanel','completed',10,'2025-03-29 13:59:19','2025-03-29 14:01:18','2025-03-29 13:31:19','2025-03-29 14:01:18',NULL,0,0,NULL,NULL),
(3897,'mixpanel','completed',10,'2025-03-29 14:55:19','2025-03-29 14:57:18','2025-03-29 14:01:19','2025-03-29 14:57:18',NULL,0,0,NULL,NULL),
(3898,'mixpanel','completed',10,'2025-03-29 15:44:19','2025-03-29 15:45:18','2025-03-29 14:57:19','2025-03-29 15:45:18',NULL,0,0,NULL,NULL),
(3899,'mixpanel','completed',10,'2025-03-29 16:37:20','2025-03-29 16:38:18','2025-03-29 15:45:20','2025-03-29 16:38:18',NULL,0,0,NULL,NULL),
(3900,'mixpanel','completed',10,'2025-03-29 17:14:19','2025-03-29 17:15:18','2025-03-29 16:38:19','2025-03-29 17:15:18',NULL,0,0,NULL,NULL),
(3901,'mixpanel','completed',10,'2025-03-29 18:12:18','2025-03-29 18:14:18','2025-03-29 17:16:18','2025-03-29 18:14:18',NULL,0,0,NULL,NULL),
(3902,'mixpanel','completed',10,'2025-03-29 18:57:20','2025-03-29 18:59:18','2025-03-29 18:14:20','2025-03-29 18:59:18',NULL,0,0,NULL,NULL),
(3903,'mixpanel','completed',10,'2025-03-29 19:32:20','2025-03-29 19:35:17','2025-03-29 18:59:20','2025-03-29 19:35:17',NULL,0,0,NULL,NULL),
(3904,'mixpanel','completed',10,'2025-03-29 19:36:19','2025-03-29 19:37:18','2025-03-29 19:35:19','2025-03-29 19:37:18',NULL,0,0,NULL,NULL),
(3905,'mixpanel','completed',10,'2025-03-29 20:11:18','2025-03-29 20:13:18','2025-03-29 19:38:18','2025-03-29 20:13:18',NULL,0,0,NULL,NULL),
(3906,'mixpanel','completed',10,'2025-03-29 21:07:19','2025-03-29 21:07:20','2025-03-29 20:13:19','2025-03-29 21:07:20',NULL,0,0,NULL,NULL),
(3907,'mixpanel','completed',10,'2025-03-29 21:39:17','2025-03-29 21:39:18','2025-03-29 21:10:17','2025-03-29 21:39:18',NULL,0,0,NULL,NULL),
(3908,'mixpanel','completed',10,'2025-03-29 22:20:20','2025-03-29 22:22:18','2025-03-29 21:39:20','2025-03-29 22:22:18',NULL,0,0,NULL,NULL),
(3909,'mixpanel','completed',10,'2025-03-29 22:54:18','2025-03-29 22:55:18','2025-03-29 22:23:18','2025-03-29 22:55:18',NULL,0,0,NULL,NULL),
(3910,'mixpanel','completed',10,'2025-03-29 23:18:20','2025-03-29 23:18:20','2025-03-29 22:55:20','2025-03-29 23:18:20',NULL,0,0,NULL,NULL),
(3911,'mixpanel','completed',10,'2025-03-30 00:06:18','2025-03-30 00:08:17','2025-03-29 23:21:18','2025-03-30 00:08:17',NULL,0,0,NULL,NULL),
(3912,'mixpanel','completed',10,'2025-03-30 00:26:19','2025-03-30 00:28:19','2025-03-30 00:08:19','2025-03-30 00:28:19',NULL,0,0,NULL,NULL),
(3913,'mixpanel','completed',10,'2025-03-30 00:36:20','2025-03-30 00:37:18','2025-03-30 00:28:20','2025-03-30 00:37:18',NULL,0,0,NULL,NULL),
(3914,'mixpanel','completed',10,'2025-03-30 00:48:20','2025-03-30 00:49:18','2025-03-30 00:37:20','2025-03-30 00:49:18',NULL,0,0,NULL,NULL),
(3915,'mixpanel','completed',10,'2025-03-30 01:37:20','2025-03-30 01:37:20','2025-03-30 00:49:20','2025-03-30 01:37:20',NULL,0,0,NULL,NULL),
(3916,'mixpanel','completed',10,'2025-03-30 01:44:18','2025-03-30 01:46:18','2025-03-30 01:40:18','2025-03-30 01:46:18',NULL,0,0,NULL,NULL),
(3917,'mixpanel','completed',10,'2025-03-30 02:17:20','2025-03-30 02:19:18','2025-03-30 01:46:20','2025-03-30 02:19:18',NULL,0,0,NULL,NULL),
(3918,'mixpanel','completed',10,'2025-03-30 02:48:19','2025-03-30 02:49:18','2025-03-30 02:19:19','2025-03-30 02:49:18',NULL,0,0,NULL,NULL),
(3919,'mixpanel','completed',10,'2025-03-30 03:07:19','2025-03-30 03:07:19','2025-03-30 02:49:19','2025-03-30 03:07:19',NULL,0,0,NULL,NULL),
(3920,'mixpanel','completed',10,'2025-03-30 03:43:18','2025-03-30 03:43:19','2025-03-30 03:10:18','2025-03-30 03:43:19',NULL,0,0,NULL,NULL),
(3921,'mixpanel','completed',10,'2025-03-30 04:09:20','2025-03-30 04:10:18','2025-03-30 03:43:20','2025-03-30 04:10:18',NULL,0,0,NULL,NULL),
(3922,'mixpanel','completed',10,'2025-03-30 05:03:20','2025-03-30 05:04:18','2025-03-30 04:10:20','2025-03-30 05:04:18',NULL,0,0,NULL,NULL),
(3923,'mixpanel','completed',10,'2025-03-30 05:25:19','2025-03-30 05:25:19','2025-03-30 05:04:19','2025-03-30 05:25:19',NULL,0,0,NULL,NULL),
(3924,'mixpanel','completed',10,'2025-03-30 05:30:20','2025-03-30 05:31:18','2025-03-30 05:25:20','2025-03-30 05:31:18',NULL,0,0,NULL,NULL),
(3925,'mixpanel','completed',10,'2025-03-30 05:59:19','2025-03-30 06:01:18','2025-03-30 05:31:19','2025-03-30 06:01:18',NULL,0,0,NULL,NULL),
(3926,'mixpanel','completed',10,'2025-03-30 06:38:19','2025-03-30 06:40:18','2025-03-30 06:01:19','2025-03-30 06:40:18',NULL,0,0,NULL,NULL),
(3927,'mixpanel','completed',10,'2025-03-30 06:56:20','2025-03-30 06:57:19','2025-03-30 06:40:20','2025-03-30 06:57:19',NULL,0,0,NULL,NULL),
(3928,'mixpanel','completed',10,'2025-03-30 07:54:18','2025-03-30 07:55:17','2025-03-30 06:59:18','2025-03-30 07:55:17',NULL,0,0,NULL,NULL),
(3929,'mixpanel','completed',10,'2025-03-30 08:21:19','2025-03-30 08:21:19','2025-03-30 07:55:19','2025-03-30 08:21:19',NULL,0,0,NULL,NULL),
(3930,'schedule_re_engagement_email','completed',10,'2025-03-31 08:18:20','2025-03-31 08:18:20','2025-03-30 08:18:20','2025-03-31 08:18:20',NULL,0,0,NULL,NULL),
(3931,'mixpanel','completed',10,'2025-03-30 08:48:19','2025-03-30 08:50:21','2025-03-30 08:24:19','2025-03-30 08:50:21',NULL,0,0,NULL,NULL),
(3932,'mixpanel','completed',10,'2025-03-30 09:41:23','2025-03-30 09:43:17','2025-03-30 08:50:23','2025-03-30 09:43:17',NULL,0,0,NULL,NULL),
(3933,'mixpanel','completed',10,'2025-03-30 10:37:19','2025-03-30 10:37:19','2025-03-30 09:44:19','2025-03-30 10:37:19',NULL,0,0,NULL,NULL),
(3934,'mixpanel','completed',10,'2025-03-30 10:55:20','2025-03-30 10:57:17','2025-03-30 10:40:20','2025-03-30 10:57:17',NULL,0,0,NULL,NULL),
(3935,'subscribers_engagement_score','completed',10,'2025-03-30 10:52:23','2025-03-30 10:52:25','2025-03-30 10:52:23','2025-03-30 10:52:25',NULL,0,0,NULL,NULL),
(3936,'subscribers_engagement_score','completed',10,'2025-03-31 04:28:00','2025-03-31 04:28:20','2025-03-30 10:52:25','2025-03-31 04:28:20',NULL,0,0,NULL,NULL),
(3937,'mixpanel','completed',10,'2025-03-30 11:27:19','2025-03-30 11:28:29','2025-03-30 10:57:19','2025-03-30 11:28:29',NULL,0,0,NULL,NULL),
(3938,'mixpanel','completed',10,'2025-03-30 12:12:30','2025-03-30 12:15:19','2025-03-30 11:28:30','2025-03-30 12:15:19',NULL,0,0,NULL,NULL),
(3939,'mixpanel','completed',10,'2025-03-30 13:13:21','2025-03-30 13:15:19','2025-03-30 12:15:21','2025-03-30 13:15:19',NULL,0,0,NULL,NULL),
(3940,'mixpanel','completed',10,'2025-03-30 13:57:21','2025-03-30 14:00:18','2025-03-30 13:15:21','2025-03-30 14:00:18',NULL,0,0,NULL,NULL),
(3941,'mixpanel','completed',10,'2025-03-30 14:38:20','2025-03-30 14:38:27','2025-03-30 14:00:20','2025-03-30 14:38:27',NULL,0,0,NULL,NULL),
(3942,'mixpanel','completed',10,'2025-03-30 14:52:28','2025-03-30 14:53:19','2025-03-30 14:38:28','2025-03-30 14:53:19',NULL,0,0,NULL,NULL),
(3943,'mixpanel','completed',10,'2025-03-30 15:48:19','2025-03-30 15:50:19','2025-03-30 14:54:19','2025-03-30 15:50:19',NULL,0,0,NULL,NULL),
(3944,'mixpanel','completed',10,'2025-03-30 16:42:21','2025-03-30 16:44:18','2025-03-30 15:50:21','2025-03-30 16:44:18',NULL,0,0,NULL,NULL),
(3945,'mixpanel','completed',10,'2025-03-30 17:26:20','2025-03-30 17:27:25','2025-03-30 16:44:20','2025-03-30 17:27:25',NULL,0,0,NULL,NULL),
(3946,'mixpanel','completed',10,'2025-03-30 18:05:34','2025-03-30 18:08:20','2025-03-30 17:28:34','2025-03-30 18:08:20',NULL,0,0,NULL,NULL),
(3947,'mixpanel','completed',10,'2025-03-30 18:11:22','2025-03-30 18:13:23','2025-03-30 18:08:22','2025-03-30 18:13:23',NULL,0,0,NULL,NULL),
(3948,'mixpanel','completed',10,'2025-03-30 19:02:24','2025-03-30 19:02:32','2025-03-30 18:13:24','2025-03-30 19:02:32',NULL,0,0,NULL,NULL),
(3949,'mixpanel','completed',10,'2025-03-30 19:11:34','2025-03-30 19:14:18','2025-03-30 19:02:34','2025-03-30 19:14:18',NULL,0,0,NULL,NULL),
(3950,'mixpanel','completed',10,'2025-03-30 19:38:19','2025-03-30 19:40:18','2025-03-30 19:14:19','2025-03-30 19:40:18',NULL,0,0,NULL,NULL),
(3951,'mixpanel','completed',10,'2025-03-30 20:37:20','2025-03-30 20:37:21','2025-03-30 19:40:20','2025-03-30 20:37:21',NULL,0,0,NULL,NULL),
(3952,'mixpanel','completed',10,'2025-03-30 20:57:21','2025-03-30 20:59:18','2025-03-30 20:40:21','2025-03-30 20:59:18',NULL,0,0,NULL,NULL),
(3953,'mixpanel','completed',10,'2025-03-30 21:25:20','2025-03-30 21:27:18','2025-03-30 20:59:20','2025-03-30 21:27:18',NULL,0,0,NULL,NULL),
(3954,'mixpanel','completed',10,'2025-03-30 21:43:19','2025-03-30 21:43:20','2025-03-30 21:27:19','2025-03-30 21:43:20',NULL,0,0,NULL,NULL),
(3955,'mixpanel','completed',10,'2025-03-30 22:02:18','2025-03-30 22:03:18','2025-03-30 21:46:18','2025-03-30 22:03:18',NULL,0,0,NULL,NULL),
(3956,'mixpanel','completed',10,'2025-03-30 22:36:19','2025-03-30 22:37:50','2025-03-30 22:03:19','2025-03-30 22:37:50',NULL,0,0,NULL,NULL),
(3957,'mixpanel','completed',10,'2025-03-30 22:46:52','2025-03-30 22:49:18','2025-03-30 22:37:52','2025-03-30 22:49:18',NULL,0,0,NULL,NULL),
(3958,'mixpanel','completed',10,'2025-03-30 23:34:19','2025-03-30 23:36:19','2025-03-30 22:49:19','2025-03-30 23:36:19',NULL,0,0,NULL,NULL),
(3959,'mixpanel','completed',10,'2025-03-30 23:40:20','2025-03-30 23:42:21','2025-03-30 23:36:20','2025-03-30 23:42:21',NULL,0,0,NULL,NULL),
(3960,'mixpanel','completed',10,'2025-03-31 00:27:23','2025-03-31 00:30:18','2025-03-30 23:42:23','2025-03-31 00:30:18',NULL,0,0,NULL,NULL),
(3961,'subscribers_email_count','completed',10,'2025-04-07 00:00:00','2025-04-07 00:06:45','2025-03-31 00:02:19','2025-04-07 00:06:45',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(3962,'export_files_cleanup','completed',10,'2025-04-09 00:00:00','2025-04-09 00:15:32','2025-03-31 00:02:20','2025-04-09 00:15:32',NULL,0,0,NULL,NULL),
(3963,'mixpanel','completed',10,'2025-03-31 01:05:20','2025-03-31 01:05:20','2025-03-31 00:30:20','2025-03-31 01:05:20',NULL,0,0,NULL,NULL),
(3964,'mixpanel','completed',10,'2025-03-31 01:52:21','2025-03-31 01:53:35','2025-03-31 01:08:21','2025-03-31 01:53:35',NULL,0,0,NULL,NULL),
(3965,'mixpanel','completed',10,'2025-03-31 02:24:37','2025-03-31 02:27:23','2025-03-31 01:53:37','2025-03-31 02:27:23',NULL,0,0,NULL,NULL),
(3966,'mixpanel','completed',10,'2025-03-31 02:51:24','2025-03-31 02:52:18','2025-03-31 02:27:24','2025-03-31 02:52:18',NULL,0,0,NULL,NULL),
(3967,'mixpanel','completed',10,'2025-03-31 03:34:19','2025-03-31 03:36:19','2025-03-31 02:52:19','2025-03-31 03:36:19',NULL,0,0,NULL,NULL),
(3968,'mixpanel','completed',10,'2025-03-31 04:24:21','2025-03-31 04:25:21','2025-03-31 03:36:21','2025-03-31 04:25:21',NULL,0,0,NULL,NULL),
(3969,'mixpanel','completed',10,'2025-03-31 04:47:22','2025-03-31 04:48:22','2025-03-31 04:25:22','2025-03-31 04:48:22',NULL,0,0,NULL,NULL),
(3970,'subscribers_engagement_score','completed',10,'2025-04-01 12:55:00','2025-04-01 12:56:18','2025-03-31 04:28:20','2025-04-01 12:56:18',NULL,0,0,NULL,NULL),
(3971,'mixpanel','completed',10,'2025-03-31 04:55:23','2025-03-31 04:57:18','2025-03-31 04:48:23','2025-03-31 04:57:18',NULL,0,0,NULL,NULL),
(3972,'mixpanel','completed',10,'2025-03-31 05:13:19','2025-03-31 05:13:19','2025-03-31 04:57:19','2025-03-31 05:13:19',NULL,0,0,NULL,NULL),
(3973,'mixpanel','completed',10,'2025-03-31 05:30:20','2025-03-31 05:31:20','2025-03-31 05:13:20','2025-03-31 05:31:20',NULL,0,0,NULL,NULL),
(3974,'mixpanel','completed',10,'2025-03-31 05:50:22','2025-03-31 05:54:39','2025-03-31 05:31:22','2025-03-31 05:54:39',NULL,0,0,NULL,NULL),
(3975,'mixpanel','completed',10,'2025-03-31 06:39:40','2025-03-31 06:42:24','2025-03-31 05:54:40','2025-03-31 06:42:24',NULL,0,0,NULL,NULL),
(3976,'mixpanel','completed',10,'2025-03-31 06:53:25','2025-03-31 06:54:18','2025-03-31 06:42:25','2025-03-31 06:54:18',NULL,0,0,NULL,NULL),
(3977,'mixpanel','completed',10,'2025-03-31 07:45:20','2025-03-31 07:47:18','2025-03-31 06:54:20','2025-03-31 07:47:18',NULL,0,0,NULL,NULL),
(3978,'mixpanel','completed',10,'2025-03-31 08:44:20','2025-03-31 08:45:26','2025-03-31 07:47:20','2025-03-31 08:45:26',NULL,0,0,NULL,NULL),
(3979,'schedule_re_engagement_email','completed',10,'2025-04-01 08:18:21','2025-04-01 08:21:18','2025-03-31 08:18:21','2025-04-01 08:21:18',NULL,0,0,NULL,NULL),
(3980,'mixpanel','completed',10,'2025-03-31 09:36:28','2025-03-31 09:38:19','2025-03-31 08:45:28','2025-03-31 09:38:19',NULL,0,0,NULL,NULL),
(3981,'mixpanel','completed',10,'2025-03-31 09:46:20','2025-03-31 09:47:18','2025-03-31 09:38:20','2025-03-31 09:47:18',NULL,0,0,NULL,NULL),
(3982,'mixpanel','completed',10,'2025-03-31 10:09:20','2025-03-31 10:09:20','2025-03-31 09:47:20','2025-03-31 10:09:20',NULL,0,0,NULL,NULL),
(3983,'mixpanel','completed',10,'2025-03-31 10:18:26','2025-03-31 10:19:22','2025-03-31 10:11:26','2025-03-31 10:19:22',NULL,0,0,NULL,NULL),
(3984,'mixpanel','completed',10,'2025-03-31 10:50:24','2025-03-31 10:52:20','2025-03-31 10:19:24','2025-03-31 10:52:20',NULL,0,0,NULL,NULL),
(3985,'mixpanel','completed',10,'2025-03-31 10:56:21','2025-03-31 10:58:23','2025-03-31 10:52:21','2025-03-31 10:58:23',NULL,0,0,NULL,NULL),
(3986,'mixpanel','completed',10,'2025-03-31 11:05:25','2025-03-31 11:06:18','2025-03-31 10:58:25','2025-03-31 11:06:18',NULL,0,0,NULL,NULL),
(3987,'mixpanel','completed',10,'2025-03-31 11:34:20','2025-03-31 12:34:22','2025-03-31 11:06:20','2025-03-31 12:34:22',NULL,0,0,NULL,NULL),
(3988,'mixpanel','completed',10,'2025-03-31 13:08:24','2025-03-31 15:01:23','2025-03-31 12:34:24','2025-03-31 15:01:23',NULL,0,0,NULL,NULL),
(3989,'mixpanel','completed',10,'2025-03-31 15:55:25','2025-03-31 15:57:17','2025-03-31 15:01:25','2025-03-31 15:57:17',NULL,0,0,NULL,NULL),
(3990,'mixpanel','completed',10,'2025-03-31 16:01:19','2025-03-31 16:03:17','2025-03-31 15:57:19','2025-03-31 16:03:18',NULL,0,0,NULL,NULL),
(3991,'mixpanel','completed',10,'2025-03-31 16:32:19','2025-03-31 16:33:18','2025-03-31 16:03:19','2025-03-31 16:33:18',NULL,0,0,NULL,NULL),
(3992,'mixpanel','completed',10,'2025-03-31 16:56:19','2025-03-31 16:57:18','2025-03-31 16:33:19','2025-03-31 16:57:18',NULL,0,0,NULL,NULL),
(3993,'mixpanel','completed',10,'2025-03-31 17:11:20','2025-03-31 17:12:18','2025-03-31 16:57:20','2025-03-31 17:12:18',NULL,0,0,NULL,NULL),
(3994,'mixpanel','completed',10,'2025-03-31 17:16:19','2025-03-31 17:18:18','2025-03-31 17:12:19','2025-03-31 17:18:18',NULL,0,0,NULL,NULL),
(3995,'mixpanel','completed',10,'2025-03-31 17:37:20','2025-03-31 17:39:18','2025-03-31 17:18:20','2025-03-31 17:39:18',NULL,0,0,NULL,NULL),
(3996,'mixpanel','completed',10,'2025-03-31 17:52:20','2025-03-31 17:54:18','2025-03-31 17:39:20','2025-03-31 17:54:18',NULL,0,0,NULL,NULL),
(3997,'mixpanel','completed',10,'2025-03-31 18:36:20','2025-03-31 18:37:19','2025-03-31 17:54:20','2025-03-31 18:37:19',NULL,0,0,NULL,NULL),
(3998,'mixpanel','completed',10,'2025-03-31 18:50:20','2025-03-31 18:52:18','2025-03-31 18:37:20','2025-03-31 18:52:18',NULL,0,0,NULL,NULL),
(3999,'mixpanel','completed',10,'2025-03-31 18:53:20','2025-03-31 18:55:18','2025-03-31 18:52:20','2025-03-31 18:55:18',NULL,0,0,NULL,NULL),
(4000,'mixpanel','completed',10,'2025-03-31 19:05:19','2025-03-31 19:07:18','2025-03-31 18:55:19','2025-03-31 19:07:18',NULL,0,0,NULL,NULL),
(4001,'mixpanel','completed',10,'2025-03-31 19:24:20','2025-03-31 19:25:18','2025-03-31 19:07:20','2025-03-31 19:25:18',NULL,0,0,NULL,NULL),
(4002,'mixpanel','completed',10,'2025-03-31 19:42:20','2025-03-31 19:43:18','2025-03-31 19:25:20','2025-03-31 19:43:18',NULL,0,0,NULL,NULL),
(4003,'mixpanel','completed',10,'2025-03-31 20:00:20','2025-03-31 20:01:18','2025-03-31 19:43:20','2025-03-31 20:01:18',NULL,0,0,NULL,NULL),
(4004,'mixpanel','completed',10,'2025-03-31 20:20:20','2025-03-31 20:22:19','2025-03-31 20:01:20','2025-03-31 20:22:19',NULL,0,0,NULL,NULL),
(4005,'mixpanel','completed',10,'2025-03-31 21:01:20','2025-03-31 21:02:18','2025-03-31 20:22:20','2025-03-31 21:02:18',NULL,0,0,NULL,NULL),
(4006,'mixpanel','completed',10,'2025-03-31 21:20:18','2025-03-31 21:20:18','2025-03-31 21:03:18','2025-03-31 21:20:18',NULL,0,0,NULL,NULL),
(4007,'mixpanel','completed',10,'2025-03-31 21:44:20','2025-03-31 21:46:19','2025-03-31 21:20:20','2025-03-31 21:46:19',NULL,0,0,NULL,NULL),
(4008,'mixpanel','completed',10,'2025-03-31 22:42:19','2025-03-31 22:43:18','2025-03-31 21:46:19','2025-03-31 22:43:18',NULL,0,0,NULL,NULL),
(4009,'mixpanel','completed',10,'2025-03-31 23:01:20','2025-03-31 23:02:18','2025-03-31 22:43:20','2025-03-31 23:02:18',NULL,0,0,NULL,NULL),
(4010,'mixpanel','completed',10,'2025-03-31 23:41:20','2025-03-31 23:43:18','2025-03-31 23:02:20','2025-03-31 23:43:18',NULL,0,0,NULL,NULL),
(4011,'mixpanel','completed',10,'2025-04-01 00:24:19','2025-04-01 00:24:19','2025-03-31 23:43:19','2025-04-01 00:24:19',NULL,0,0,NULL,NULL),
(4012,'mixpanel','completed',10,'2025-04-01 00:45:18','2025-04-01 00:45:18','2025-04-01 00:27:18','2025-04-01 00:45:18',NULL,0,0,NULL,NULL),
(4013,'mixpanel','completed',10,'2025-04-01 00:55:20','2025-04-01 00:57:18','2025-04-01 00:45:20','2025-04-01 00:57:18',NULL,0,0,NULL,NULL),
(4014,'mixpanel','completed',10,'2025-04-01 01:54:20','2025-04-01 01:54:20','2025-04-01 00:57:20','2025-04-01 01:54:20',NULL,0,0,NULL,NULL),
(4015,'mixpanel','completed',10,'2025-04-01 01:57:18','2025-04-01 01:57:20','2025-04-01 01:57:18','2025-04-01 01:57:20',NULL,0,0,NULL,NULL),
(4016,'mixpanel','completed',10,'2025-04-01 02:58:19','2025-04-01 02:59:17','2025-04-01 02:00:19','2025-04-01 02:59:17',NULL,0,0,NULL,NULL),
(4017,'mixpanel','completed',10,'2025-04-01 03:20:19','2025-04-01 03:20:20','2025-04-01 02:59:19','2025-04-01 03:20:20',NULL,0,0,NULL,NULL),
(4018,'mixpanel','completed',10,'2025-04-01 03:50:18','2025-04-01 03:50:18','2025-04-01 03:23:18','2025-04-01 03:50:18',NULL,0,0,NULL,NULL),
(4019,'mixpanel','completed',10,'2025-04-01 04:12:20','2025-04-01 04:14:17','2025-04-01 03:50:20','2025-04-01 04:14:17',NULL,0,0,NULL,NULL),
(4020,'mixpanel','completed',10,'2025-04-01 04:59:19','2025-04-01 05:01:18','2025-04-01 04:14:19','2025-04-01 05:01:18',NULL,0,0,NULL,NULL),
(4021,'mixpanel','completed',10,'2025-04-01 05:36:19','2025-04-01 05:37:18','2025-04-01 05:01:19','2025-04-01 05:37:18',NULL,0,0,NULL,NULL),
(4022,'mixpanel','completed',10,'2025-04-01 05:48:18','2025-04-01 05:49:18','2025-04-01 05:38:18','2025-04-01 05:49:18',NULL,0,0,NULL,NULL),
(4023,'mixpanel','completed',10,'2025-04-01 05:51:19','2025-04-01 05:52:19','2025-04-01 05:49:19','2025-04-01 05:52:19',NULL,0,0,NULL,NULL),
(4024,'mixpanel','completed',10,'2025-04-01 06:25:20','2025-04-01 06:27:17','2025-04-01 05:52:20','2025-04-01 06:27:17',NULL,0,0,NULL,NULL),
(4025,'mixpanel','completed',10,'2025-04-01 06:39:19','2025-04-01 06:39:19','2025-04-01 06:27:19','2025-04-01 06:39:19',NULL,0,0,NULL,NULL),
(4026,'mixpanel','completed',10,'2025-04-01 07:38:18','2025-04-01 07:39:18','2025-04-01 06:42:18','2025-04-01 07:39:18',NULL,0,0,NULL,NULL),
(4027,'mixpanel','completed',10,'2025-04-01 07:57:20','2025-04-01 07:57:20','2025-04-01 07:39:20','2025-04-01 07:57:20',NULL,0,0,NULL,NULL),
(4028,'mixpanel','completed',10,'2025-04-01 08:34:18','2025-04-01 08:35:18','2025-04-01 08:00:18','2025-04-01 08:35:18',NULL,0,0,NULL,NULL),
(4029,'schedule_re_engagement_email','completed',10,'2025-04-02 08:21:20','2025-04-02 08:22:18','2025-04-01 08:21:20','2025-04-02 08:22:18',NULL,0,0,NULL,NULL),
(4030,'mixpanel','completed',10,'2025-04-01 08:54:20','2025-04-01 08:56:18','2025-04-01 08:35:20','2025-04-01 08:56:18',NULL,0,0,NULL,NULL),
(4031,'mixpanel','completed',10,'2025-04-01 09:25:20','2025-04-01 09:26:18','2025-04-01 08:56:20','2025-04-01 09:26:18',NULL,0,0,NULL,NULL),
(4032,'mixpanel','completed',10,'2025-04-01 09:43:20','2025-04-01 09:45:19','2025-04-01 09:26:20','2025-04-01 09:45:19',NULL,0,0,NULL,NULL),
(4033,'mixpanel','completed',10,'2025-04-01 10:33:20','2025-04-01 10:36:18','2025-04-01 09:45:20','2025-04-01 10:36:18',NULL,0,0,NULL,NULL),
(4034,'mixpanel','completed',10,'2025-04-01 11:31:19','2025-04-01 11:32:18','2025-04-01 10:36:19','2025-04-01 11:32:18',NULL,0,0,NULL,NULL),
(4035,'mixpanel','completed',10,'2025-04-01 11:44:20','2025-04-01 11:44:20','2025-04-01 11:32:20','2025-04-01 11:44:20',NULL,0,0,NULL,NULL),
(4036,'mixpanel','completed',10,'2025-04-01 11:58:18','2025-04-01 11:58:19','2025-04-01 11:47:18','2025-04-01 11:58:19',NULL,0,0,NULL,NULL),
(4037,'mixpanel','completed',10,'2025-04-01 12:13:19','2025-04-01 12:13:19','2025-04-01 11:58:19','2025-04-01 12:13:19',NULL,0,0,NULL,NULL),
(4038,'mixpanel','completed',10,'2025-04-01 13:10:18','2025-04-01 13:11:18','2025-04-01 12:16:18','2025-04-01 13:11:18',NULL,0,0,NULL,NULL),
(4039,'subscribers_engagement_score','completed',10,'2025-04-01 12:56:18','2025-04-01 12:56:20','2025-04-01 12:56:18','2025-04-01 12:56:20',NULL,0,0,NULL,NULL),
(4040,'subscribers_engagement_score','completed',10,'2025-04-02 09:27:00','2025-04-02 09:29:18','2025-04-01 12:56:20','2025-04-02 09:29:18',NULL,0,0,NULL,NULL),
(4041,'mixpanel','completed',10,'2025-04-01 13:18:20','2025-04-01 13:20:18','2025-04-01 13:11:20','2025-04-01 13:20:18',NULL,0,0,NULL,NULL),
(4042,'mixpanel','completed',10,'2025-04-01 13:49:19','2025-04-01 13:51:18','2025-04-01 13:20:19','2025-04-01 13:51:18',NULL,0,0,NULL,NULL),
(4043,'mixpanel','completed',10,'2025-04-01 13:58:19','2025-04-01 13:59:19','2025-04-01 13:51:19','2025-04-01 13:59:19',NULL,0,0,NULL,NULL),
(4044,'mixpanel','completed',10,'2025-04-01 14:55:20','2025-04-01 14:57:19','2025-04-01 13:59:20','2025-04-01 14:57:19',NULL,0,0,NULL,NULL),
(4045,'mixpanel','completed',10,'2025-04-01 15:18:20','2025-04-01 15:20:18','2025-04-01 14:57:20','2025-04-01 15:20:18',NULL,0,0,NULL,NULL),
(4046,'mixpanel','completed',10,'2025-04-01 15:48:19','2025-04-01 15:48:20','2025-04-01 15:20:19','2025-04-01 15:48:20',NULL,0,0,NULL,NULL),
(4047,'mixpanel','completed',10,'2025-04-01 16:24:20','2025-04-01 16:25:53','2025-04-01 15:50:20','2025-04-01 16:25:53',NULL,0,0,NULL,NULL),
(4048,'mixpanel','completed',10,'2025-04-01 17:04:54','2025-04-01 17:06:50','2025-04-01 16:25:54','2025-04-01 17:06:50',NULL,0,0,NULL,NULL),
(4049,'mixpanel','completed',10,'2025-04-01 18:01:51','2025-04-01 18:02:57','2025-04-01 17:06:51','2025-04-01 18:02:57',NULL,0,0,NULL,NULL),
(4050,'mixpanel','completed',10,'2025-04-01 18:40:57','2025-04-01 18:42:40','2025-04-01 18:02:57','2025-04-01 18:42:40',NULL,0,0,NULL,NULL),
(4051,'mixpanel','completed',10,'2025-04-01 19:36:41','2025-04-01 19:37:18','2025-04-01 18:42:41','2025-04-01 19:37:18',NULL,0,0,NULL,NULL),
(4052,'mixpanel','completed',10,'2025-04-01 20:19:18','2025-04-01 20:19:20','2025-04-01 19:37:18','2025-04-01 20:19:20',NULL,0,0,NULL,NULL),
(4053,'mixpanel','completed',10,'2025-04-01 20:56:20','2025-04-01 20:58:17','2025-04-01 20:19:20','2025-04-01 20:58:17',NULL,0,0,NULL,NULL),
(4054,'mixpanel','completed',10,'2025-04-01 21:30:19','2025-04-01 21:30:20','2025-04-01 20:58:19','2025-04-01 21:30:20',NULL,0,0,NULL,NULL),
(4055,'mixpanel','completed',10,'2025-04-01 21:42:21','2025-04-01 21:44:20','2025-04-01 21:30:21','2025-04-01 21:44:20',NULL,0,0,NULL,NULL),
(4056,'mixpanel','completed',10,'2025-04-01 22:34:21','2025-04-01 22:37:17','2025-04-01 21:44:21','2025-04-01 22:37:17',NULL,0,0,NULL,NULL),
(4057,'mixpanel','completed',10,'2025-04-01 23:35:19','2025-04-01 23:37:19','2025-04-01 22:37:19','2025-04-01 23:37:19',NULL,0,0,NULL,NULL),
(4058,'mixpanel','completed',10,'2025-04-01 23:45:21','2025-04-01 23:47:18','2025-04-01 23:37:21','2025-04-01 23:47:18',NULL,0,0,NULL,NULL),
(4059,'mixpanel','completed',10,'2025-04-02 00:34:20','2025-04-02 00:35:18','2025-04-01 23:47:20','2025-04-02 00:35:18',NULL,0,0,NULL,NULL),
(4060,'mixpanel','completed',10,'2025-04-02 00:59:18','2025-04-02 00:59:18','2025-04-02 00:35:18','2025-04-02 00:59:18',NULL,0,0,NULL,NULL),
(4061,'mixpanel','completed',10,'2025-04-02 01:56:19','2025-04-02 01:56:19','2025-04-02 00:59:19','2025-04-02 01:56:19',NULL,0,0,NULL,NULL),
(4062,'mixpanel','completed',10,'2025-04-02 02:36:20','2025-04-02 02:37:18','2025-04-02 01:56:20','2025-04-02 02:37:18',NULL,0,0,NULL,NULL),
(4063,'mixpanel','completed',10,'2025-04-02 02:39:19','2025-04-02 02:40:18','2025-04-02 02:37:19','2025-04-02 02:40:18',NULL,0,0,NULL,NULL),
(4064,'mixpanel','completed',10,'2025-04-02 03:15:20','2025-04-02 03:17:18','2025-04-02 02:40:20','2025-04-02 03:17:18',NULL,0,0,NULL,NULL),
(4065,'mixpanel','completed',10,'2025-04-02 03:17:19','2025-04-02 03:19:24','2025-04-02 03:17:19','2025-04-02 03:19:24',NULL,0,0,NULL,NULL),
(4066,'mixpanel','completed',10,'2025-04-02 03:27:24','2025-04-02 03:29:29','2025-04-02 03:19:24','2025-04-02 03:29:29',NULL,0,0,NULL,NULL),
(4067,'mixpanel','completed',10,'2025-04-02 04:23:29','2025-04-02 04:25:18','2025-04-02 03:29:29','2025-04-02 04:25:18',NULL,0,0,NULL,NULL),
(4068,'mixpanel','completed',10,'2025-04-02 05:14:19','2025-04-02 05:15:18','2025-04-02 04:25:19','2025-04-02 05:15:18',NULL,0,0,NULL,NULL),
(4069,'mixpanel','completed',10,'2025-04-02 05:59:19','2025-04-02 05:59:19','2025-04-02 05:15:19','2025-04-02 05:59:19',NULL,0,0,NULL,NULL),
(4070,'mixpanel','completed',10,'2025-04-02 06:19:18','2025-04-02 06:20:18','2025-04-02 06:01:18','2025-04-02 06:20:18',NULL,0,0,NULL,NULL),
(4071,'mixpanel','completed',10,'2025-04-02 06:35:19','2025-04-02 06:37:17','2025-04-02 06:20:19','2025-04-02 06:37:17',NULL,0,0,NULL,NULL),
(4072,'mixpanel','completed',10,'2025-04-02 06:47:19','2025-04-02 06:49:18','2025-04-02 06:37:19','2025-04-02 06:49:18',NULL,0,0,NULL,NULL),
(4073,'mixpanel','completed',10,'2025-04-02 07:13:20','2025-04-02 07:13:20','2025-04-02 06:49:20','2025-04-02 07:13:20',NULL,0,0,NULL,NULL),
(4074,'mixpanel','completed',10,'2025-04-02 07:54:18','2025-04-02 07:56:18','2025-04-02 07:16:18','2025-04-02 07:56:18',NULL,0,0,NULL,NULL),
(4075,'mixpanel','completed',10,'2025-04-02 08:30:19','2025-04-02 08:31:17','2025-04-02 07:56:19','2025-04-02 08:31:17',NULL,0,0,NULL,NULL),
(4076,'schedule_re_engagement_email','completed',10,'2025-04-03 08:22:20','2025-04-03 08:23:17','2025-04-02 08:22:20','2025-04-03 08:23:17',NULL,0,0,NULL,NULL),
(4077,'mixpanel','completed',10,'2025-04-02 09:02:19','2025-04-02 09:02:20','2025-04-02 08:31:19','2025-04-02 09:02:20',NULL,0,0,NULL,NULL),
(4078,'mixpanel','completed',10,'2025-04-02 09:22:00','2025-04-02 09:22:01','2025-04-02 09:05:00','2025-04-02 09:22:01',NULL,0,0,NULL,NULL),
(4079,'mixpanel','completed',10,'2025-04-02 10:18:01','2025-04-02 10:18:18','2025-04-02 09:22:01','2025-04-02 10:18:18',NULL,0,0,NULL,NULL),
(4080,'subscribers_engagement_score','completed',10,'2025-04-03 11:03:00','2025-04-03 11:04:18','2025-04-02 09:29:18','2025-04-03 11:04:18',NULL,0,0,NULL,NULL),
(4081,'mixpanel','completed',10,'2025-04-02 10:48:19','2025-04-02 10:50:18','2025-04-02 10:18:19','2025-04-02 10:50:18',NULL,0,0,NULL,NULL),
(4082,'mixpanel','completed',10,'2025-04-02 11:26:19','2025-04-02 11:26:20','2025-04-02 10:50:19','2025-04-02 11:26:20',NULL,0,0,NULL,NULL),
(4083,'mixpanel','completed',10,'2025-04-02 12:14:19','2025-04-02 12:15:18','2025-04-02 11:29:19','2025-04-02 12:15:18',NULL,0,0,NULL,NULL),
(4084,'mixpanel','completed',10,'2025-04-02 12:44:19','2025-04-02 12:45:18','2025-04-02 12:15:19','2025-04-02 12:45:18',NULL,0,0,NULL,NULL),
(4085,'mixpanel','completed',10,'2025-04-02 12:53:19','2025-04-02 12:54:19','2025-04-02 12:45:19','2025-04-02 12:54:19',NULL,0,0,NULL,NULL),
(4086,'mixpanel','completed',10,'2025-04-02 13:16:19','2025-04-02 13:17:36','2025-04-02 12:54:19','2025-04-02 13:17:36',NULL,0,0,NULL,NULL),
(4087,'mixpanel','completed',10,'2025-04-02 13:47:37','2025-04-02 13:49:19','2025-04-02 13:17:37','2025-04-02 13:49:19',NULL,0,0,NULL,NULL),
(4088,'mixpanel','completed',10,'2025-04-02 14:31:20','2025-04-02 14:32:17','2025-04-02 13:49:20','2025-04-02 14:32:17',NULL,0,0,NULL,NULL),
(4089,'mixpanel','completed',10,'2025-04-02 15:18:19','2025-04-02 15:20:16','2025-04-02 14:32:19','2025-04-02 15:20:16',NULL,0,0,NULL,NULL),
(4090,'mixpanel','completed',10,'2025-04-02 16:10:16','2025-04-02 16:10:18','2025-04-02 15:20:16','2025-04-02 16:10:18',NULL,0,0,NULL,NULL),
(4091,'mixpanel','completed',10,'2025-04-02 16:18:19','2025-04-02 16:19:18','2025-04-02 16:10:19','2025-04-02 16:19:18',NULL,0,0,NULL,NULL),
(4092,'mixpanel','completed',10,'2025-04-02 16:49:19','2025-04-02 16:51:18','2025-04-02 16:19:19','2025-04-02 16:51:18',NULL,0,0,NULL,NULL),
(4093,'mixpanel','completed',10,'2025-04-02 16:51:18','2025-04-02 16:53:18','2025-04-02 16:51:18','2025-04-02 16:53:18',NULL,0,0,NULL,NULL),
(4094,'mixpanel','completed',10,'2025-04-02 17:12:19','2025-04-02 17:12:19','2025-04-02 16:53:19','2025-04-02 17:12:19',NULL,0,0,NULL,NULL),
(4095,'mixpanel','completed',10,'2025-04-02 17:41:10','2025-04-02 17:41:23','2025-04-02 17:15:10','2025-04-02 17:41:23',NULL,0,0,NULL,NULL),
(4096,'mixpanel','completed',10,'2025-04-02 18:10:24','2025-04-02 18:10:43','2025-04-02 17:41:24','2025-04-02 18:10:43',NULL,0,0,NULL,NULL),
(4097,'mixpanel','completed',10,'2025-04-02 18:40:43','2025-04-02 18:41:17','2025-04-02 18:10:43','2025-04-02 18:41:17',NULL,0,0,NULL,NULL),
(4098,'mixpanel','completed',10,'2025-04-02 19:21:18','2025-04-02 19:22:18','2025-04-02 18:41:18','2025-04-02 19:22:18',NULL,0,0,NULL,NULL),
(4099,'mixpanel','completed',10,'2025-04-02 19:35:19','2025-04-02 19:37:18','2025-04-02 19:22:19','2025-04-02 19:37:18',NULL,0,0,NULL,NULL),
(4100,'mixpanel','completed',10,'2025-04-02 19:54:19','2025-04-02 19:55:18','2025-04-02 19:37:19','2025-04-02 19:55:18',NULL,0,0,NULL,NULL),
(4101,'mixpanel','completed',10,'2025-04-02 20:15:20','2025-04-02 20:16:18','2025-04-02 19:55:20','2025-04-02 20:16:18',NULL,0,0,NULL,NULL),
(4102,'mixpanel','completed',10,'2025-04-02 20:58:19','2025-04-02 20:58:20','2025-04-02 20:16:19','2025-04-02 20:58:20',NULL,0,0,NULL,NULL),
(4103,'mixpanel','completed',10,'2025-04-02 21:14:17','2025-04-02 21:22:32','2025-04-02 21:01:17','2025-04-02 21:22:32',NULL,0,0,NULL,NULL),
(4104,'mixpanel','completed',10,'2025-04-02 21:34:33','2025-04-02 21:37:18','2025-04-02 21:22:33','2025-04-02 21:37:18',NULL,0,0,NULL,NULL),
(4105,'mixpanel','completed',10,'2025-04-02 21:53:20','2025-04-02 21:55:18','2025-04-02 21:37:20','2025-04-02 21:55:18',NULL,0,0,NULL,NULL),
(4106,'mixpanel','completed',10,'2025-04-02 22:23:20','2025-04-02 22:25:18','2025-04-02 21:55:20','2025-04-02 22:25:18',NULL,0,0,NULL,NULL),
(4107,'mixpanel','completed',10,'2025-04-02 23:03:20','2025-04-02 23:04:18','2025-04-02 22:25:20','2025-04-02 23:04:18',NULL,0,0,NULL,NULL),
(4108,'mixpanel','completed',10,'2025-04-02 23:25:20','2025-04-02 23:26:18','2025-04-02 23:04:20','2025-04-02 23:26:18',NULL,0,0,NULL,NULL),
(4109,'mixpanel','completed',10,'2025-04-02 23:31:18','2025-04-02 23:31:18','2025-04-02 23:27:18','2025-04-02 23:31:18',NULL,0,0,NULL,NULL),
(4110,'mixpanel','completed',10,'2025-04-02 23:31:19','2025-04-02 23:33:19','2025-04-02 23:32:19','2025-04-02 23:33:19',NULL,0,0,NULL,NULL),
(4111,'mixpanel','completed',10,'2025-04-03 00:10:22','2025-04-03 00:12:18','2025-04-02 23:34:22','2025-04-03 00:12:18',NULL,0,0,NULL,NULL),
(4112,'mixpanel','completed',10,'2025-04-03 01:01:20','2025-04-03 01:03:18','2025-04-03 00:12:20','2025-04-03 01:03:18',NULL,0,0,NULL,NULL),
(4113,'mixpanel','completed',10,'2025-04-03 01:55:20','2025-04-03 01:55:20','2025-04-03 01:03:20','2025-04-03 01:55:20',NULL,0,0,NULL,NULL),
(4114,'mixpanel','completed',10,'2025-04-03 02:39:18','2025-04-03 02:39:18','2025-04-03 01:58:18','2025-04-03 02:39:18',NULL,0,0,NULL,NULL),
(4115,'mixpanel','completed',10,'2025-04-03 03:19:19','2025-04-03 03:21:18','2025-04-03 02:39:19','2025-04-03 03:21:18',NULL,0,0,NULL,NULL),
(4116,'mixpanel','completed',10,'2025-04-03 03:43:19','2025-04-03 03:44:19','2025-04-03 03:21:19','2025-04-03 03:44:19',NULL,0,0,NULL,NULL),
(4117,'mixpanel','completed',10,'2025-04-03 04:15:20','2025-04-03 04:17:17','2025-04-03 03:44:20','2025-04-03 04:17:17',NULL,0,0,NULL,NULL),
(4118,'mixpanel','completed',10,'2025-04-03 05:10:19','2025-04-03 05:10:19','2025-04-03 04:17:19','2025-04-03 05:10:19',NULL,0,0,NULL,NULL),
(4119,'mixpanel','completed',10,'2025-04-03 05:54:18','2025-04-03 05:55:18','2025-04-03 05:13:18','2025-04-03 05:55:18',NULL,0,0,NULL,NULL),
(4120,'mixpanel','completed',10,'2025-04-03 06:24:20','2025-04-03 06:25:18','2025-04-03 05:55:20','2025-04-03 06:25:18',NULL,0,0,NULL,NULL),
(4121,'mixpanel','completed',10,'2025-04-03 06:38:19','2025-04-03 06:40:18','2025-04-03 06:25:19','2025-04-03 06:40:18',NULL,0,0,NULL,NULL),
(4122,'mixpanel','completed',10,'2025-04-03 07:31:19','2025-04-03 07:33:18','2025-04-03 06:40:19','2025-04-03 07:33:18',NULL,0,0,NULL,NULL),
(4123,'mixpanel','completed',10,'2025-04-03 07:54:20','2025-04-03 07:54:20','2025-04-03 07:33:20','2025-04-03 07:54:20',NULL,0,0,NULL,NULL),
(4124,'mixpanel','completed',10,'2025-04-03 08:46:18','2025-04-03 08:47:19','2025-04-03 07:57:18','2025-04-03 08:47:19',NULL,0,0,NULL,NULL),
(4125,'schedule_re_engagement_email','completed',10,'2025-04-04 08:23:19','2025-04-04 08:25:18','2025-04-03 08:23:19','2025-04-04 08:25:18',NULL,0,0,NULL,NULL),
(4126,'mixpanel','completed',10,'2025-04-03 09:38:20','2025-04-03 09:39:19','2025-04-03 08:47:20','2025-04-03 09:39:19',NULL,0,0,NULL,NULL),
(4127,'mixpanel','completed',10,'2025-04-03 09:42:18','2025-04-03 09:42:18','2025-04-03 09:41:18','2025-04-03 09:42:18',NULL,0,0,NULL,NULL),
(4128,'mixpanel','completed',10,'2025-04-03 10:36:19','2025-04-03 10:37:18','2025-04-03 09:43:19','2025-04-03 10:37:18',NULL,0,0,NULL,NULL),
(4129,'mixpanel','completed',10,'2025-04-03 11:33:20','2025-04-03 11:34:18','2025-04-03 10:37:20','2025-04-03 11:34:18',NULL,0,0,NULL,NULL),
(4130,'subscribers_engagement_score','completed',10,'2025-04-03 11:04:18','2025-04-03 11:04:19','2025-04-03 11:04:18','2025-04-03 11:04:19',NULL,0,0,NULL,NULL),
(4131,'subscribers_engagement_score','completed',10,'2025-04-04 10:47:00','2025-04-04 10:47:18','2025-04-03 11:04:19','2025-04-04 10:47:18',NULL,0,0,NULL,NULL),
(4132,'mixpanel','completed',10,'2025-04-03 12:12:19','2025-04-03 12:13:18','2025-04-03 11:34:19','2025-04-03 12:13:18',NULL,0,0,NULL,NULL),
(4133,'mixpanel','completed',10,'2025-04-03 12:16:19','2025-04-03 12:16:20','2025-04-03 12:13:19','2025-04-03 12:16:20',NULL,0,0,NULL,NULL),
(4134,'mixpanel','completed',10,'2025-04-03 12:37:18','2025-04-03 12:37:18','2025-04-03 12:19:18','2025-04-03 12:37:18',NULL,0,0,NULL,NULL),
(4135,'mixpanel','completed',10,'2025-04-03 13:29:20','2025-04-03 13:31:18','2025-04-03 12:37:20','2025-04-03 13:31:18',NULL,0,0,NULL,NULL),
(4136,'mixpanel','completed',10,'2025-04-03 13:49:20','2025-04-03 13:51:18','2025-04-03 13:31:20','2025-04-03 13:51:18',NULL,0,0,NULL,NULL),
(4137,'mixpanel','completed',10,'2025-04-03 14:15:19','2025-04-03 14:16:18','2025-04-03 13:51:19','2025-04-03 14:16:18',NULL,0,0,NULL,NULL),
(4138,'mixpanel','completed',10,'2025-04-03 14:38:19','2025-04-03 14:38:19','2025-04-03 14:16:19','2025-04-03 14:38:19',NULL,0,0,NULL,NULL),
(4139,'mixpanel','completed',10,'2025-04-03 15:19:19','2025-04-03 15:20:18','2025-04-03 14:38:19','2025-04-03 15:20:19',NULL,0,0,NULL,NULL),
(4140,'mixpanel','completed',10,'2025-04-03 16:15:20','2025-04-03 16:18:18','2025-04-03 15:20:20','2025-04-03 16:18:18',NULL,0,0,NULL,NULL),
(4141,'mixpanel','completed',10,'2025-04-03 16:30:19','2025-04-03 16:31:20','2025-04-03 16:18:19','2025-04-03 16:31:20',NULL,0,0,NULL,NULL),
(4142,'mixpanel','completed',10,'2025-04-03 16:57:18','2025-04-03 17:01:22','2025-04-03 16:33:18','2025-04-03 17:01:22',NULL,0,0,NULL,NULL),
(4143,'mixpanel','completed',10,'2025-04-03 17:00:24','2025-04-03 17:04:18','2025-04-03 17:01:24','2025-04-03 17:04:18',NULL,0,0,NULL,NULL),
(4144,'mixpanel','completed',10,'2025-04-03 17:27:20','2025-04-03 17:28:18','2025-04-03 17:04:20','2025-04-03 17:28:18',NULL,0,0,NULL,NULL),
(4145,'mixpanel','completed',10,'2025-04-03 17:58:20','2025-04-03 18:01:18','2025-04-03 17:28:20','2025-04-03 18:01:18',NULL,0,0,NULL,NULL),
(4146,'mixpanel','completed',10,'2025-04-03 18:50:19','2025-04-03 18:50:20','2025-04-03 18:01:19','2025-04-03 18:50:20',NULL,0,0,NULL,NULL),
(4147,'mixpanel','completed',10,'2025-04-03 19:10:19','2025-04-03 19:11:19','2025-04-03 18:53:19','2025-04-03 19:11:19',NULL,0,0,NULL,NULL),
(4148,'mixpanel','completed',10,'2025-04-03 20:00:20','2025-04-03 20:01:36','2025-04-03 19:11:20','2025-04-03 20:01:36',NULL,0,0,NULL,NULL),
(4149,'mixpanel','completed',10,'2025-04-03 20:10:37','2025-04-03 20:13:18','2025-04-03 20:01:37','2025-04-03 20:13:18',NULL,0,0,NULL,NULL),
(4150,'mixpanel','completed',10,'2025-04-03 20:56:20','2025-04-03 20:58:18','2025-04-03 20:13:20','2025-04-03 20:58:18',NULL,0,0,NULL,NULL),
(4151,'mixpanel','completed',10,'2025-04-03 21:11:20','2025-04-03 21:13:18','2025-04-03 20:58:20','2025-04-03 21:13:18',NULL,0,0,NULL,NULL),
(4152,'mixpanel','completed',10,'2025-04-03 21:46:19','2025-04-03 21:46:20','2025-04-03 21:13:19','2025-04-03 21:46:20',NULL,0,0,NULL,NULL),
(4153,'mixpanel','completed',10,'2025-04-03 21:58:19','2025-04-03 21:58:20','2025-04-03 21:49:19','2025-04-03 21:58:20',NULL,0,0,NULL,NULL),
(4154,'mixpanel','completed',10,'2025-04-03 22:20:18','2025-04-03 22:22:18','2025-04-03 22:01:18','2025-04-03 22:22:18',NULL,0,0,NULL,NULL),
(4155,'mixpanel','completed',10,'2025-04-03 22:39:20','2025-04-03 22:42:18','2025-04-03 22:22:20','2025-04-03 22:42:18',NULL,0,0,NULL,NULL),
(4156,'mixpanel','completed',10,'2025-04-03 22:53:20','2025-04-03 22:54:19','2025-04-03 22:42:20','2025-04-03 22:54:19',NULL,0,0,NULL,NULL),
(4157,'mixpanel','completed',10,'2025-04-03 23:05:20','2025-04-03 23:06:17','2025-04-03 22:54:20','2025-04-03 23:06:17',NULL,0,0,NULL,NULL),
(4158,'mixpanel','completed',10,'2025-04-03 23:11:19','2025-04-03 23:11:19','2025-04-03 23:06:19','2025-04-03 23:11:19',NULL,0,0,NULL,NULL),
(4159,'mixpanel','completed',10,'2025-04-04 00:11:18','2025-04-04 00:11:18','2025-04-03 23:14:18','2025-04-04 00:11:18',NULL,0,0,NULL,NULL),
(4160,'mixpanel','completed',10,'2025-04-04 00:34:20','2025-04-04 00:35:18','2025-04-04 00:11:20','2025-04-04 00:35:18',NULL,0,0,NULL,NULL),
(4161,'mixpanel','completed',10,'2025-04-04 01:07:19','2025-04-04 01:09:18','2025-04-04 00:35:19','2025-04-04 01:09:18',NULL,0,0,NULL,NULL),
(4162,'mixpanel','completed',10,'2025-04-04 01:58:19','2025-04-04 02:00:18','2025-04-04 01:09:19','2025-04-04 02:00:18',NULL,0,0,NULL,NULL),
(4163,'mixpanel','completed',10,'2025-04-04 02:39:19','2025-04-04 02:39:19','2025-04-04 02:00:19','2025-04-04 02:39:19',NULL,0,0,NULL,NULL),
(4164,'mixpanel','completed',10,'2025-04-04 03:10:18','2025-04-04 03:12:18','2025-04-04 02:42:18','2025-04-04 03:12:18',NULL,0,0,NULL,NULL),
(4165,'mixpanel','completed',10,'2025-04-04 04:08:20','2025-04-04 04:09:18','2025-04-04 03:12:20','2025-04-04 04:09:18',NULL,0,0,NULL,NULL),
(4166,'mixpanel','completed',10,'2025-04-04 04:14:20','2025-04-04 04:15:19','2025-04-04 04:09:20','2025-04-04 04:15:19',NULL,0,0,NULL,NULL),
(4167,'mixpanel','completed',10,'2025-04-04 04:38:20','2025-04-04 04:39:18','2025-04-04 04:15:20','2025-04-04 04:39:18',NULL,0,0,NULL,NULL),
(4168,'mixpanel','completed',10,'2025-04-04 05:03:19','2025-04-04 05:03:19','2025-04-04 04:39:19','2025-04-04 05:03:19',NULL,0,0,NULL,NULL),
(4169,'mixpanel','completed',10,'2025-04-04 05:18:20','2025-04-04 05:20:18','2025-04-04 05:03:20','2025-04-04 05:20:18',NULL,0,0,NULL,NULL),
(4170,'mixpanel','completed',10,'2025-04-04 06:10:19','2025-04-04 06:11:18','2025-04-04 05:20:19','2025-04-04 06:11:18',NULL,0,0,NULL,NULL),
(4171,'mixpanel','completed',10,'2025-04-04 06:44:19','2025-04-04 06:46:18','2025-04-04 06:11:19','2025-04-04 06:46:18',NULL,0,0,NULL,NULL),
(4172,'mixpanel','completed',10,'2025-04-04 07:44:19','2025-04-04 07:46:18','2025-04-04 06:46:19','2025-04-04 07:46:18',NULL,0,0,NULL,NULL),
(4173,'mixpanel','completed',10,'2025-04-04 08:37:20','2025-04-04 08:40:17','2025-04-04 07:46:20','2025-04-04 08:40:17',NULL,0,0,NULL,NULL),
(4174,'schedule_re_engagement_email','completed',10,'2025-04-05 08:25:20','2025-04-05 09:03:12','2025-04-04 08:25:20','2025-04-05 09:03:12',NULL,0,0,NULL,NULL),
(4175,'mixpanel','completed',10,'2025-04-04 09:31:19','2025-04-04 09:33:18','2025-04-04 08:40:19','2025-04-04 09:33:18',NULL,0,0,NULL,NULL),
(4176,'mixpanel','completed',10,'2025-04-04 10:23:19','2025-04-04 10:23:20','2025-04-04 09:33:19','2025-04-04 10:23:20',NULL,0,0,NULL,NULL),
(4177,'mixpanel','completed',10,'2025-04-04 10:42:18','2025-04-04 10:42:19','2025-04-04 10:26:18','2025-04-04 10:42:19',NULL,0,0,NULL,NULL),
(4178,'mixpanel','completed',10,'2025-04-04 10:43:18','2025-04-04 10:45:18','2025-04-04 10:44:18','2025-04-04 10:45:18',NULL,0,0,NULL,NULL),
(4179,'subscribers_engagement_score','completed',10,'2025-04-05 00:37:00','2025-04-05 00:54:23','2025-04-04 10:47:18','2025-04-05 00:54:23',NULL,0,0,NULL,NULL),
(4180,'mixpanel','completed',10,'2025-04-04 11:37:18','2025-04-04 11:38:17','2025-04-04 10:47:18','2025-04-04 11:38:17',NULL,0,0,NULL,NULL),
(4181,'mixpanel','completed',10,'2025-04-04 12:27:18','2025-04-04 12:28:18','2025-04-04 11:39:18','2025-04-04 12:28:18',NULL,0,0,NULL,NULL),
(4182,'mixpanel','completed',10,'2025-04-04 12:27:20','2025-04-04 12:31:17','2025-04-04 12:28:20','2025-04-04 12:31:17',NULL,0,0,NULL,NULL),
(4183,'mixpanel','completed',10,'2025-04-04 12:35:19','2025-04-04 12:36:17','2025-04-04 12:31:19','2025-04-04 12:36:17',NULL,0,0,NULL,NULL),
(4184,'mixpanel','completed',10,'2025-04-04 13:21:19','2025-04-04 13:21:20','2025-04-04 12:36:19','2025-04-04 13:21:20',NULL,0,0,NULL,NULL),
(4185,'mixpanel','completed',10,'2025-04-04 14:16:19','2025-04-04 14:18:18','2025-04-04 13:24:19','2025-04-04 14:18:18',NULL,0,0,NULL,NULL),
(4186,'mixpanel','completed',10,'2025-04-04 15:16:19','2025-04-04 15:18:19','2025-04-04 14:18:19','2025-04-04 15:18:19',NULL,0,0,NULL,NULL),
(4187,'mixpanel','completed',10,'2025-04-04 15:32:20','2025-04-04 15:40:01','2025-04-04 15:18:20','2025-04-04 15:40:01',NULL,0,0,NULL,NULL),
(4188,'mixpanel','completed',10,'2025-04-04 16:35:02','2025-04-04 16:40:57','2025-04-04 15:40:02','2025-04-04 16:40:57',NULL,0,0,NULL,NULL),
(4189,'mixpanel','completed',10,'2025-04-04 16:44:59','2025-04-04 16:46:18','2025-04-04 16:40:59','2025-04-04 16:46:18',NULL,0,0,NULL,NULL),
(4190,'mixpanel','completed',10,'2025-04-04 17:09:20','2025-04-04 17:10:18','2025-04-04 16:46:20','2025-04-04 17:10:18',NULL,0,0,NULL,NULL),
(4191,'mixpanel','completed',10,'2025-04-04 17:52:19','2025-04-04 20:09:50','2025-04-04 17:10:19','2025-04-04 20:09:50',NULL,0,0,NULL,NULL),
(4192,'mixpanel','completed',10,'2025-04-04 20:11:51','2025-04-05 00:54:23','2025-04-04 20:09:51','2025-04-05 00:54:23',NULL,0,0,NULL,NULL),
(4193,'inactive_subscribers','completed',10,'2025-04-11 00:00:00','2025-04-11 03:57:53','2025-04-05 00:54:23','2025-04-11 03:57:53',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(4194,'subscribers_engagement_score','completed',10,'2025-04-05 00:54:23','2025-04-05 00:54:25','2025-04-05 00:54:23','2025-04-05 00:54:25',NULL,0,0,NULL,NULL),
(4195,'subscribers_engagement_score','completed',10,'2025-04-06 04:42:00','2025-04-06 08:19:19','2025-04-05 00:54:25','2025-04-06 08:19:19',NULL,0,0,NULL,NULL),
(4196,'mixpanel','completed',10,'2025-04-05 01:50:25','2025-04-05 04:24:52','2025-04-05 00:54:25','2025-04-05 04:24:52',NULL,0,0,NULL,NULL),
(4197,'mixpanel','completed',10,'2025-04-05 05:19:53','2025-04-05 07:08:39','2025-04-05 04:24:53','2025-04-05 07:08:39',NULL,0,0,NULL,NULL),
(4198,'mixpanel','completed',10,'2025-04-05 08:01:41','2025-04-05 08:25:15','2025-04-05 07:08:41','2025-04-05 08:25:15',NULL,0,0,NULL,NULL),
(4199,'mixpanel','completed',10,'2025-04-05 08:38:17','2025-04-05 09:03:12','2025-04-05 08:25:17','2025-04-05 09:03:12',NULL,0,0,NULL,NULL),
(4200,'schedule_re_engagement_email','completed',10,'2025-04-06 09:03:14','2025-04-06 10:55:54','2025-04-05 09:03:14','2025-04-06 10:55:54',NULL,0,0,NULL,NULL),
(4201,'mixpanel','completed',10,'2025-04-05 09:32:14','2025-04-05 11:10:52','2025-04-05 09:03:14','2025-04-05 11:10:52',NULL,0,0,NULL,NULL),
(4202,'mixpanel','completed',10,'2025-04-05 11:42:53','2025-04-05 12:26:26','2025-04-05 11:10:53','2025-04-05 12:26:26',NULL,0,0,NULL,NULL),
(4203,'mixpanel','completed',10,'2025-04-05 13:04:28','2025-04-05 16:21:25','2025-04-05 12:26:28','2025-04-05 16:21:25',NULL,0,0,NULL,NULL),
(4204,'mixpanel','completed',10,'2025-04-05 16:51:27','2025-04-05 20:21:20','2025-04-05 16:21:27','2025-04-05 20:21:20',NULL,0,0,NULL,NULL),
(4205,'mixpanel','completed',10,'2025-04-05 20:25:21','2025-04-06 01:40:17','2025-04-05 20:21:21','2025-04-06 01:40:17',NULL,0,0,NULL,NULL),
(4206,'mixpanel','completed',10,'2025-04-06 01:52:19','2025-04-06 03:26:55','2025-04-06 01:40:19','2025-04-06 03:26:55',NULL,0,0,NULL,NULL),
(4207,'mixpanel','completed',10,'2025-04-06 04:05:57','2025-04-06 04:27:09','2025-04-06 03:26:57','2025-04-06 04:27:09',NULL,0,0,NULL,NULL),
(4208,'mixpanel','completed',10,'2025-04-06 04:43:10','2025-04-06 08:19:19','2025-04-06 04:27:10','2025-04-06 08:19:19',NULL,0,0,NULL,NULL),
(4209,'subscribers_engagement_score','completed',10,'2025-04-06 08:19:19','2025-04-06 08:19:20','2025-04-06 08:19:19','2025-04-06 08:19:20',NULL,0,0,NULL,NULL),
(4210,'subscribers_engagement_score','completed',10,'2025-04-07 20:59:00','2025-04-07 23:25:28','2025-04-06 08:19:20','2025-04-07 23:25:28',NULL,0,0,NULL,NULL),
(4211,'mixpanel','completed',10,'2025-04-06 08:49:20','2025-04-06 10:55:54','2025-04-06 08:19:20','2025-04-06 10:55:54',NULL,0,0,NULL,NULL),
(4212,'schedule_re_engagement_email','completed',10,'2025-04-07 10:55:56','2025-04-07 12:15:24','2025-04-06 10:55:56','2025-04-07 12:15:24',NULL,0,0,NULL,NULL),
(4213,'mixpanel','completed',10,'2025-04-06 11:49:56','2025-04-06 12:24:43','2025-04-06 10:55:56','2025-04-06 12:24:43',NULL,0,0,NULL,NULL),
(4214,'mixpanel','completed',10,'2025-04-06 13:05:44','2025-04-06 16:27:35','2025-04-06 12:24:44','2025-04-06 16:27:35',NULL,0,0,NULL,NULL),
(4215,'mixpanel','completed',10,'2025-04-06 16:36:37','2025-04-06 19:09:32','2025-04-06 16:27:37','2025-04-06 19:09:32',NULL,0,0,NULL,NULL),
(4216,'mixpanel','completed',10,'2025-04-06 19:16:34','2025-04-06 20:17:53','2025-04-06 19:09:34','2025-04-06 20:17:53',NULL,0,0,NULL,NULL),
(4217,'mixpanel','completed',10,'2025-04-06 20:49:54','2025-04-07 00:06:45','2025-04-06 20:17:54','2025-04-07 00:06:45',NULL,0,0,NULL,NULL),
(4218,'subscribers_email_count','completed',10,'2025-04-16 00:00:00','2025-04-16 02:09:57','2025-04-07 00:06:45','2025-04-16 02:09:57',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(4219,'mixpanel','completed',10,'2025-04-07 00:49:46','2025-04-07 02:14:18','2025-04-07 00:06:46','2025-04-07 02:14:18',NULL,0,0,NULL,NULL),
(4220,'mixpanel','completed',10,'2025-04-07 03:07:18','2025-04-07 04:08:13','2025-04-07 02:14:18','2025-04-07 04:08:13',NULL,0,0,NULL,NULL),
(4221,'mixpanel','completed',10,'2025-04-07 04:18:15','2025-04-07 07:08:43','2025-04-07 04:08:15','2025-04-07 07:08:43',NULL,0,0,NULL,NULL),
(4222,'mixpanel','completed',10,'2025-04-07 07:18:45','2025-04-07 08:19:28','2025-04-07 07:08:45','2025-04-07 08:19:29',NULL,0,0,NULL,NULL),
(4223,'mixpanel','completed',10,'2025-04-07 09:08:30','2025-04-07 12:15:24','2025-04-07 08:19:30','2025-04-07 12:15:24',NULL,0,0,NULL,NULL),
(4224,'schedule_re_engagement_email','completed',10,'2025-04-08 12:15:25','2025-04-08 12:22:50','2025-04-07 12:15:25','2025-04-08 12:22:50',NULL,0,0,NULL,NULL),
(4225,'mixpanel','completed',10,'2025-04-07 12:18:25','2025-04-07 13:38:45','2025-04-07 12:15:25','2025-04-07 13:38:45',NULL,0,0,NULL,NULL),
(4226,'mixpanel','completed',10,'2025-04-07 13:52:47','2025-04-07 14:21:34','2025-04-07 13:38:47','2025-04-07 14:21:34',NULL,0,0,NULL,NULL),
(4227,'mixpanel','completed',10,'2025-04-07 15:13:36','2025-04-07 16:26:45','2025-04-07 14:21:36','2025-04-07 16:26:45',NULL,0,0,NULL,NULL),
(4228,'mixpanel','completed',10,'2025-04-07 17:20:47','2025-04-07 18:01:41','2025-04-07 16:26:47','2025-04-07 18:01:41',NULL,0,0,NULL,NULL),
(4229,'mixpanel','completed',10,'2025-04-07 18:35:43','2025-04-07 19:09:55','2025-04-07 18:01:43','2025-04-07 19:09:55',NULL,0,0,NULL,NULL),
(4230,'mixpanel','completed',10,'2025-04-07 19:16:57','2025-04-07 19:19:19','2025-04-07 19:09:57','2025-04-07 19:19:19',NULL,0,0,NULL,NULL),
(4231,'mixpanel','completed',10,'2025-04-07 19:52:21','2025-04-07 20:26:26','2025-04-07 19:19:21','2025-04-07 20:26:26',NULL,0,0,NULL,NULL),
(4232,'mixpanel','completed',10,'2025-04-07 20:58:27','2025-04-07 23:25:28','2025-04-07 20:26:27','2025-04-07 23:25:28',NULL,0,0,NULL,NULL),
(4233,'subscribers_engagement_score','completed',10,'2025-04-07 23:25:28','2025-04-07 23:25:29','2025-04-07 23:25:28','2025-04-07 23:25:29',NULL,0,0,NULL,NULL),
(4234,'subscribers_engagement_score','completed',10,'2025-04-07 23:25:29','2025-04-08 00:22:20','2025-04-07 23:25:29','2025-04-08 00:22:20',NULL,0,0,NULL,NULL),
(4235,'mixpanel','completed',10,'2025-04-07 23:53:29','2025-04-08 00:22:20','2025-04-07 23:25:29','2025-04-08 00:22:20',NULL,0,0,NULL,NULL),
(4236,'subscribers_engagement_score','completed',10,'2025-04-09 16:33:00','2025-04-09 16:46:27','2025-04-08 00:22:20','2025-04-09 16:46:27',NULL,0,0,NULL,NULL),
(4237,'mixpanel','completed',10,'2025-04-08 00:57:21','2025-04-08 03:26:21','2025-04-08 00:22:21','2025-04-08 03:26:21',NULL,0,0,NULL,NULL),
(4238,'mixpanel','completed',10,'2025-04-08 03:32:23','2025-04-08 03:38:22','2025-04-08 03:26:23','2025-04-08 03:38:22',NULL,0,0,NULL,NULL),
(4239,'mixpanel','completed',10,'2025-04-08 04:24:24','2025-04-08 04:27:19','2025-04-08 03:38:24','2025-04-08 04:27:19',NULL,0,0,NULL,NULL),
(4240,'mixpanel','completed',10,'2025-04-08 05:09:21','2025-04-08 06:08:26','2025-04-08 04:27:21','2025-04-08 06:08:26',NULL,0,0,NULL,NULL),
(4241,'mixpanel','completed',10,'2025-04-08 06:37:27','2025-04-08 07:56:20','2025-04-08 06:08:27','2025-04-08 07:56:20',NULL,0,0,NULL,NULL),
(4242,'mixpanel','completed',10,'2025-04-08 08:54:22','2025-04-08 09:33:46','2025-04-08 07:56:22','2025-04-08 09:33:46',NULL,0,0,NULL,NULL),
(4243,'mixpanel','completed',10,'2025-04-08 09:52:47','2025-04-08 10:44:52','2025-04-08 09:33:47','2025-04-08 10:44:52',NULL,0,0,NULL,NULL),
(4244,'mixpanel','completed',10,'2025-04-08 10:55:54','2025-04-08 11:01:41','2025-04-08 10:44:54','2025-04-08 11:01:41',NULL,0,0,NULL,NULL),
(4245,'mixpanel','completed',10,'2025-04-08 11:38:43','2025-04-08 12:02:17','2025-04-08 11:01:43','2025-04-08 12:02:17',NULL,0,0,NULL,NULL),
(4246,'mixpanel','completed',10,'2025-04-08 12:41:18','2025-04-08 16:25:38','2025-04-08 12:02:18','2025-04-08 16:25:38',NULL,0,0,NULL,NULL),
(4247,'schedule_re_engagement_email','completed',10,'2025-04-09 12:22:51','2025-04-09 12:34:48','2025-04-08 12:22:51','2025-04-09 12:34:48',NULL,0,0,NULL,NULL),
(4248,'mixpanel','completed',10,'2025-04-08 16:42:40','2025-04-08 18:27:15','2025-04-08 16:25:40','2025-04-08 18:27:15',NULL,0,0,NULL,NULL),
(4249,'mixpanel','completed',10,'2025-04-08 18:57:16','2025-04-08 18:58:37','2025-04-08 18:27:16','2025-04-08 18:58:37',NULL,0,0,NULL,NULL),
(4250,'mixpanel','completed',10,'2025-04-08 19:48:37','2025-04-08 20:20:20','2025-04-08 18:58:37','2025-04-08 20:20:20',NULL,0,0,NULL,NULL),
(4251,'mixpanel','completed',10,'2025-04-08 20:27:22','2025-04-09 00:15:32','2025-04-08 20:20:22','2025-04-09 00:15:32',NULL,0,0,NULL,NULL),
(4252,'export_files_cleanup','completed',10,'2025-04-15 00:00:00','2025-04-15 01:54:30','2025-04-09 00:15:34','2025-04-15 01:54:30',NULL,0,0,NULL,NULL),
(4253,'mixpanel','completed',10,'2025-04-09 00:44:34','2025-04-09 01:42:16','2025-04-09 00:15:34','2025-04-09 01:42:16',NULL,0,0,NULL,NULL),
(4254,'mixpanel','completed',10,'2025-04-09 01:41:18','2025-04-09 02:44:14','2025-04-09 01:42:18','2025-04-09 02:44:14',NULL,0,0,NULL,NULL),
(4255,'mixpanel','completed',10,'2025-04-09 03:37:16','2025-04-09 04:14:53','2025-04-09 02:44:16','2025-04-09 04:14:53',NULL,0,0,NULL,NULL),
(4256,'mixpanel','completed',10,'2025-04-09 04:53:55','2025-04-09 08:33:26','2025-04-09 04:14:55','2025-04-09 08:33:26',NULL,0,0,NULL,NULL),
(4257,'mixpanel','completed',10,'2025-04-09 08:56:27','2025-04-09 09:42:24','2025-04-09 08:33:27','2025-04-09 09:42:24',NULL,0,0,NULL,NULL),
(4258,'mixpanel','completed',10,'2025-04-09 10:20:26','2025-04-09 12:34:48','2025-04-09 09:42:26','2025-04-09 12:34:48',NULL,0,0,NULL,NULL),
(4259,'schedule_re_engagement_email','completed',10,'2025-04-10 12:34:49','2025-04-10 12:49:07','2025-04-09 12:34:49','2025-04-10 12:49:07',NULL,0,0,NULL,NULL),
(4260,'mixpanel','completed',10,'2025-04-09 13:27:49','2025-04-09 16:46:27','2025-04-09 12:34:49','2025-04-09 16:46:27',NULL,0,0,NULL,NULL),
(4261,'subscribers_engagement_score','completed',10,'2025-04-09 16:46:27','2025-04-09 16:46:29','2025-04-09 16:46:27','2025-04-09 16:46:29',NULL,0,0,NULL,NULL),
(4262,'subscribers_engagement_score','completed',10,'2025-04-10 19:45:00','2025-04-10 19:58:08','2025-04-09 16:46:29','2025-04-10 19:58:08',NULL,0,0,NULL,NULL),
(4263,'mixpanel','completed',10,'2025-04-09 16:55:29','2025-04-09 20:56:57','2025-04-09 16:46:29','2025-04-09 20:56:57',NULL,0,0,NULL,NULL),
(4264,'mixpanel','completed',10,'2025-04-09 21:14:58','2025-04-10 04:48:59','2025-04-09 20:56:58','2025-04-10 04:48:59',NULL,0,0,NULL,NULL),
(4265,'mixpanel','completed',10,'2025-04-10 05:16:00','2025-04-10 06:08:16','2025-04-10 04:49:00','2025-04-10 06:08:16',NULL,0,0,NULL,NULL),
(4266,'mixpanel','completed',10,'2025-04-10 07:00:18','2025-04-10 07:04:02','2025-04-10 06:08:18','2025-04-10 07:04:02',NULL,0,0,NULL,NULL),
(4267,'mixpanel','completed',10,'2025-04-10 07:16:03','2025-04-10 08:51:27','2025-04-10 07:04:03','2025-04-10 08:51:27',NULL,0,0,NULL,NULL),
(4268,'mixpanel','completed',10,'2025-04-10 09:07:29','2025-04-10 10:06:26','2025-04-10 08:51:29','2025-04-10 10:06:26',NULL,0,0,NULL,NULL),
(4269,'mixpanel','completed',10,'2025-04-10 10:25:28','2025-04-10 10:27:29','2025-04-10 10:06:28','2025-04-10 10:27:29',NULL,0,0,NULL,NULL),
(4270,'mixpanel','completed',10,'2025-04-10 11:07:31','2025-04-10 11:24:58','2025-04-10 10:27:31','2025-04-10 11:24:58',NULL,0,0,NULL,NULL),
(4271,'mixpanel','completed',10,'2025-04-10 12:14:59','2025-04-10 12:49:07','2025-04-10 11:24:59','2025-04-10 12:49:07',NULL,0,0,NULL,NULL),
(4272,'schedule_re_engagement_email','completed',10,'2025-04-11 12:49:09','2025-04-11 12:54:05','2025-04-10 12:49:09','2025-04-11 12:54:05',NULL,0,0,NULL,NULL),
(4273,'mixpanel','completed',10,'2025-04-10 12:57:09','2025-04-10 16:55:24','2025-04-10 12:49:09','2025-04-10 16:55:24',NULL,0,0,NULL,NULL),
(4274,'mixpanel','completed',10,'2025-04-10 17:06:25','2025-04-10 18:22:07','2025-04-10 16:55:25','2025-04-10 18:22:07',NULL,0,0,NULL,NULL),
(4275,'mixpanel','completed',10,'2025-04-10 19:09:07','2025-04-10 19:11:17','2025-04-10 18:22:07','2025-04-10 19:11:17',NULL,0,0,NULL,NULL),
(4276,'mixpanel','completed',10,'2025-04-10 19:28:18','2025-04-10 19:58:08','2025-04-10 19:11:18','2025-04-10 19:58:08',NULL,0,0,NULL,NULL),
(4277,'subscribers_engagement_score','completed',10,'2025-04-10 19:58:08','2025-04-10 19:58:10','2025-04-10 19:58:08','2025-04-10 19:58:10',NULL,0,0,NULL,NULL),
(4278,'subscribers_engagement_score','completed',10,'2025-04-11 03:23:00','2025-04-11 03:57:53','2025-04-10 19:58:10','2025-04-11 03:57:53',NULL,0,0,NULL,NULL),
(4279,'mixpanel','completed',10,'2025-04-10 20:29:10','2025-04-10 20:46:47','2025-04-10 19:58:10','2025-04-10 20:46:47',NULL,0,0,NULL,NULL),
(4280,'mixpanel','completed',10,'2025-04-10 21:19:48','2025-04-11 03:57:53','2025-04-10 20:46:48','2025-04-11 03:57:53',NULL,0,0,NULL,NULL),
(4281,'inactive_subscribers','completed',10,'2025-04-16 00:00:00','2025-04-16 02:09:57','2025-04-11 03:57:53','2025-04-16 02:09:57',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(4282,'subscribers_engagement_score','completed',10,'2025-04-12 05:20:00','2025-04-12 05:56:22','2025-04-11 03:57:53','2025-04-12 05:56:22',NULL,0,0,NULL,NULL),
(4283,'mixpanel','completed',10,'2025-04-11 04:43:55','2025-04-11 04:48:28','2025-04-11 03:57:55','2025-04-11 04:48:28',NULL,0,0,NULL,NULL),
(4284,'mixpanel','completed',10,'2025-04-11 05:34:29','2025-04-11 08:59:18','2025-04-11 04:48:29','2025-04-11 08:59:18',NULL,0,0,NULL,NULL),
(4285,'mixpanel','completed',10,'2025-04-11 09:14:20','2025-04-11 12:23:26','2025-04-11 08:59:20','2025-04-11 12:23:26',NULL,0,0,NULL,NULL),
(4286,'mixpanel','completed',10,'2025-04-11 13:20:27','2025-04-11 16:07:27','2025-04-11 12:23:27','2025-04-11 16:07:27',NULL,0,0,NULL,NULL),
(4287,'schedule_re_engagement_email','completed',10,'2025-04-12 12:54:06','2025-04-12 13:01:55','2025-04-11 12:54:06','2025-04-12 13:01:55',NULL,0,0,NULL,NULL),
(4288,'mixpanel','completed',10,'2025-04-11 16:35:29','2025-04-11 17:01:40','2025-04-11 16:07:29','2025-04-11 17:01:40',NULL,0,0,NULL,NULL),
(4289,'mixpanel','completed',10,'2025-04-11 17:15:42','2025-04-11 17:43:19','2025-04-11 17:01:42','2025-04-11 17:43:19',NULL,0,0,NULL,NULL),
(4290,'mixpanel','completed',10,'2025-04-11 18:28:20','2025-04-11 18:28:37','2025-04-11 17:43:20','2025-04-11 18:28:37',NULL,0,0,NULL,NULL),
(4291,'mixpanel','completed',10,'2025-04-11 19:24:37','2025-04-11 19:26:07','2025-04-11 18:28:37','2025-04-11 19:26:08',NULL,0,0,NULL,NULL),
(4292,'mixpanel','completed',10,'2025-04-11 19:32:08','2025-04-11 19:34:18','2025-04-11 19:26:08','2025-04-11 19:34:18',NULL,0,0,NULL,NULL),
(4293,'mixpanel','completed',10,'2025-04-11 19:56:19','2025-04-11 19:56:34','2025-04-11 19:34:19','2025-04-11 19:56:34',NULL,0,0,NULL,NULL),
(4294,'mixpanel','completed',10,'2025-04-11 20:43:34','2025-04-11 20:43:52','2025-04-11 19:56:34','2025-04-11 20:43:52',NULL,0,0,NULL,NULL),
(4295,'mixpanel','completed',10,'2025-04-11 20:59:52','2025-04-11 21:00:00','2025-04-11 20:43:52','2025-04-11 21:00:00',NULL,0,0,NULL,NULL),
(4296,'mixpanel','completed',10,'2025-04-11 21:15:00','2025-04-11 21:16:08','2025-04-11 21:00:00','2025-04-11 21:16:08',NULL,0,0,NULL,NULL),
(4297,'mixpanel','completed',10,'2025-04-11 21:49:08','2025-04-11 21:49:16','2025-04-11 21:16:08','2025-04-11 21:49:16',NULL,0,0,NULL,NULL),
(4298,'mixpanel','completed',10,'2025-04-11 22:03:17','2025-04-11 22:03:23','2025-04-11 21:49:17','2025-04-11 22:03:23',NULL,0,0,NULL,NULL),
(4299,'mixpanel','completed',10,'2025-04-11 22:40:24','2025-04-11 22:40:50','2025-04-11 22:03:24','2025-04-11 22:40:50',NULL,0,0,NULL,NULL),
(4300,'mixpanel','completed',10,'2025-04-11 22:59:50','2025-04-11 23:01:01','2025-04-11 22:40:50','2025-04-11 23:01:01',NULL,0,0,NULL,NULL),
(4301,'mixpanel','completed',10,'2025-04-11 23:21:01','2025-04-11 23:22:26','2025-04-11 23:01:01','2025-04-11 23:22:26',NULL,0,0,NULL,NULL),
(4302,'mixpanel','completed',10,'2025-04-11 23:46:27','2025-04-11 23:55:18','2025-04-11 23:22:27','2025-04-11 23:55:18',NULL,0,0,NULL,NULL),
(4303,'mixpanel','completed',10,'2025-04-12 00:19:18','2025-04-12 00:21:55','2025-04-11 23:55:18','2025-04-12 00:21:55',NULL,0,0,NULL,NULL),
(4304,'mixpanel','completed',10,'2025-04-12 01:06:56','2025-04-12 01:07:56','2025-04-12 00:21:56','2025-04-12 01:07:56',NULL,0,0,NULL,NULL),
(4305,'mixpanel','completed',10,'2025-04-12 02:01:57','2025-04-12 04:51:08','2025-04-12 01:07:57','2025-04-12 04:51:08',NULL,0,0,NULL,NULL),
(4306,'mixpanel','completed',10,'2025-04-12 05:42:10','2025-04-12 05:56:22','2025-04-12 04:51:10','2025-04-12 05:56:22',NULL,0,0,NULL,NULL),
(4307,'subscribers_engagement_score','completed',10,'2025-04-12 05:56:22','2025-04-12 05:56:24','2025-04-12 05:56:22','2025-04-12 05:56:24',NULL,0,0,NULL,NULL),
(4308,'subscribers_engagement_score','completed',10,'2025-04-13 15:40:00','2025-04-13 15:54:50','2025-04-12 05:56:24','2025-04-13 15:54:50',NULL,0,0,NULL,NULL),
(4309,'mixpanel','completed',10,'2025-04-12 06:45:24','2025-04-12 07:00:30','2025-04-12 05:56:24','2025-04-12 07:00:30',NULL,0,0,NULL,NULL),
(4310,'mixpanel','completed',10,'2025-04-12 07:50:31','2025-04-12 08:51:20','2025-04-12 07:00:31','2025-04-12 08:51:20',NULL,0,0,NULL,NULL),
(4311,'mixpanel','completed',10,'2025-04-12 09:08:22','2025-04-12 13:01:55','2025-04-12 08:51:22','2025-04-12 13:01:55',NULL,0,0,NULL,NULL),
(4312,'schedule_re_engagement_email','completed',10,'2025-04-13 13:01:57','2025-04-13 13:16:31','2025-04-12 13:01:57','2025-04-13 13:16:31',NULL,0,0,NULL,NULL),
(4313,'mixpanel','completed',10,'2025-04-12 13:59:57','2025-04-12 16:58:06','2025-04-12 13:01:57','2025-04-12 16:58:06',NULL,0,0,NULL,NULL),
(4314,'mixpanel','completed',10,'2025-04-12 17:09:08','2025-04-12 18:04:23','2025-04-12 16:58:08','2025-04-12 18:04:23',NULL,0,0,NULL,NULL),
(4315,'mixpanel','completed',10,'2025-04-12 18:47:25','2025-04-12 19:46:01','2025-04-12 18:04:25','2025-04-12 19:46:01',NULL,0,0,NULL,NULL),
(4316,'mixpanel','completed',10,'2025-04-12 20:03:03','2025-04-12 21:07:35','2025-04-12 19:46:03','2025-04-12 21:07:35',NULL,0,0,NULL,NULL),
(4317,'mixpanel','completed',10,'2025-04-12 21:45:36','2025-04-12 22:46:45','2025-04-12 21:07:36','2025-04-12 22:46:45',NULL,0,0,NULL,NULL),
(4318,'mixpanel','completed',10,'2025-04-12 23:41:47','2025-04-13 00:52:03','2025-04-12 22:46:47','2025-04-13 00:52:03',NULL,0,0,NULL,NULL),
(4319,'mixpanel','completed',10,'2025-04-13 01:05:05','2025-04-13 01:17:11','2025-04-13 00:52:05','2025-04-13 01:17:11',NULL,0,0,NULL,NULL),
(4320,'mixpanel','completed',10,'2025-04-13 02:02:12','2025-04-13 02:35:57','2025-04-13 01:17:12','2025-04-13 02:35:57',NULL,0,0,NULL,NULL),
(4321,'mixpanel','completed',10,'2025-04-13 03:17:58','2025-04-13 03:23:01','2025-04-13 02:35:58','2025-04-13 03:23:01',NULL,0,0,NULL,NULL),
(4322,'mixpanel','completed',10,'2025-04-13 03:59:03','2025-04-13 04:24:39','2025-04-13 03:23:03','2025-04-13 04:24:39',NULL,0,0,NULL,NULL),
(4323,'mixpanel','completed',10,'2025-04-13 04:55:41','2025-04-13 05:09:34','2025-04-13 04:24:41','2025-04-13 05:09:34',NULL,0,0,NULL,NULL),
(4324,'mixpanel','completed',10,'2025-04-13 05:47:36','2025-04-13 09:06:16','2025-04-13 05:09:36','2025-04-13 09:06:16',NULL,0,0,NULL,NULL),
(4325,'mixpanel','completed',10,'2025-04-13 09:30:17','2025-04-13 11:19:37','2025-04-13 09:06:17','2025-04-13 11:19:37',NULL,0,0,NULL,NULL),
(4326,'mixpanel','completed',10,'2025-04-13 11:42:38','2025-04-13 13:16:31','2025-04-13 11:19:38','2025-04-13 13:16:31',NULL,0,0,NULL,NULL),
(4327,'schedule_re_engagement_email','completed',10,'2025-04-14 13:16:32','2025-04-14 13:41:19','2025-04-13 13:16:32','2025-04-14 13:41:19',NULL,0,0,NULL,NULL),
(4328,'mixpanel','completed',10,'2025-04-13 13:45:32','2025-04-13 15:09:18','2025-04-13 13:16:32','2025-04-13 15:09:18',NULL,0,0,NULL,NULL),
(4329,'mixpanel','completed',10,'2025-04-13 15:29:20','2025-04-13 15:54:50','2025-04-13 15:09:20','2025-04-13 15:54:50',NULL,0,0,NULL,NULL),
(4330,'subscribers_engagement_score','completed',10,'2025-04-13 15:54:50','2025-04-13 15:54:52','2025-04-13 15:54:50','2025-04-13 15:54:52',NULL,0,0,NULL,NULL),
(4331,'subscribers_engagement_score','completed',10,'2025-04-14 00:26:00','2025-04-14 01:25:25','2025-04-13 15:54:52','2025-04-14 01:25:25',NULL,0,0,NULL,NULL),
(4332,'mixpanel','completed',10,'2025-04-13 16:31:52','2025-04-13 16:48:35','2025-04-13 15:54:52','2025-04-13 16:48:35',NULL,0,0,NULL,NULL),
(4333,'mixpanel','completed',10,'2025-04-13 17:41:37','2025-04-13 21:03:03','2025-04-13 16:48:37','2025-04-13 21:03:03',NULL,0,0,NULL,NULL),
(4334,'mixpanel','completed',10,'2025-04-13 21:18:05','2025-04-13 21:26:55','2025-04-13 21:03:05','2025-04-13 21:26:55',NULL,0,0,NULL,NULL),
(4335,'mixpanel','completed',10,'2025-04-13 21:39:56','2025-04-14 01:25:25','2025-04-13 21:26:56','2025-04-14 01:25:25',NULL,0,0,NULL,NULL),
(4336,'subscribers_engagement_score','completed',10,'2025-04-15 05:23:00','2025-04-15 06:06:09','2025-04-14 01:25:25','2025-04-15 06:06:09',NULL,0,0,NULL,NULL),
(4337,'mixpanel','completed',10,'2025-04-14 02:21:26','2025-04-14 03:36:01','2025-04-14 01:25:26','2025-04-14 03:36:01',NULL,0,0,NULL,NULL),
(4338,'mixpanel','completed',10,'2025-04-14 04:29:03','2025-04-14 05:10:14','2025-04-14 03:36:03','2025-04-14 05:10:14',NULL,0,0,NULL,NULL),
(4339,'mixpanel','completed',10,'2025-04-14 05:58:15','2025-04-14 08:15:21','2025-04-14 05:10:15','2025-04-14 08:15:21',NULL,0,0,NULL,NULL),
(4340,'mixpanel','completed',10,'2025-04-14 08:23:22','2025-04-14 08:24:12','2025-04-14 08:15:22','2025-04-14 08:24:12',NULL,0,0,NULL,NULL),
(4341,'mixpanel','completed',10,'2025-04-14 08:30:14','2025-04-14 08:45:47','2025-04-14 08:24:14','2025-04-14 08:45:47',NULL,0,0,NULL,NULL),
(4342,'mixpanel','completed',10,'2025-04-14 09:23:48','2025-04-14 09:34:05','2025-04-14 08:45:48','2025-04-14 09:34:05',NULL,0,0,NULL,NULL),
(4343,'mixpanel','completed',10,'2025-04-14 09:51:07','2025-04-14 13:07:25','2025-04-14 09:34:07','2025-04-14 13:07:25',NULL,0,0,NULL,NULL),
(4344,'mixpanel','completed',10,'2025-04-14 13:21:27','2025-04-14 13:41:19','2025-04-14 13:07:27','2025-04-14 13:41:19',NULL,0,0,NULL,NULL),
(4345,'schedule_re_engagement_email','completed',10,'2025-04-15 13:41:21','2025-04-15 13:59:14','2025-04-14 13:41:21','2025-04-15 13:59:14',NULL,0,0,NULL,NULL),
(4346,'mixpanel','completed',10,'2025-04-14 14:00:21','2025-04-14 14:38:03','2025-04-14 13:41:21','2025-04-14 14:38:03',NULL,0,0,NULL,NULL),
(4347,'mixpanel','completed',10,'2025-04-14 14:41:05','2025-04-14 14:54:05','2025-04-14 14:38:05','2025-04-14 14:54:05',NULL,0,0,NULL,NULL),
(4348,'mixpanel','completed',10,'2025-04-14 15:31:07','2025-04-14 17:48:05','2025-04-14 14:54:07','2025-04-14 17:48:05',NULL,0,0,NULL,NULL),
(4349,'mixpanel','completed',10,'2025-04-14 18:20:07','2025-04-14 18:25:26','2025-04-14 17:48:07','2025-04-14 18:25:26',NULL,0,0,NULL,NULL),
(4350,'mixpanel','completed',10,'2025-04-14 19:21:28','2025-04-14 19:24:29','2025-04-14 18:25:28','2025-04-14 19:24:29',NULL,0,0,NULL,NULL),
(4351,'mixpanel','completed',10,'2025-04-14 19:44:30','2025-04-14 20:37:23','2025-04-14 19:24:30','2025-04-14 20:37:23',NULL,0,0,NULL,NULL),
(4352,'mixpanel','completed',10,'2025-04-14 21:30:24','2025-04-14 22:03:14','2025-04-14 20:37:24','2025-04-14 22:03:14',NULL,0,0,NULL,NULL),
(4353,'mixpanel','completed',10,'2025-04-14 22:58:16','2025-04-15 01:54:30','2025-04-14 22:03:16','2025-04-15 01:54:30',NULL,0,0,NULL,NULL),
(4354,'export_files_cleanup','completed',10,'2025-04-24 00:00:00','2025-04-24 00:00:48','2025-04-15 01:54:32','2025-04-24 00:00:48',NULL,0,0,NULL,NULL),
(4355,'mixpanel','completed',10,'2025-04-15 02:26:32','2025-04-15 02:39:40','2025-04-15 01:54:32','2025-04-15 02:39:40',NULL,0,0,NULL,NULL),
(4356,'mixpanel','completed',10,'2025-04-15 03:11:42','2025-04-15 03:19:31','2025-04-15 02:39:42','2025-04-15 03:19:31',NULL,0,0,NULL,NULL),
(4357,'mixpanel','completed',10,'2025-04-15 03:47:32','2025-04-15 04:02:45','2025-04-15 03:19:32','2025-04-15 04:02:45',NULL,0,0,NULL,NULL),
(4358,'mixpanel','completed',10,'2025-04-15 04:12:47','2025-04-15 04:27:38','2025-04-15 04:02:47','2025-04-15 04:27:38',NULL,0,0,NULL,NULL),
(4359,'mixpanel','completed',10,'2025-04-15 05:06:39','2025-04-15 06:06:09','2025-04-15 04:27:39','2025-04-15 06:06:09',NULL,0,0,NULL,NULL),
(4360,'subscribers_engagement_score','completed',10,'2025-04-15 06:06:09','2025-04-15 06:06:11','2025-04-15 06:06:09','2025-04-15 06:06:11',NULL,0,0,NULL,NULL),
(4361,'subscribers_engagement_score','completed',10,'2025-04-16 13:55:00','2025-04-16 14:24:57','2025-04-15 06:06:11','2025-04-16 14:24:57',NULL,0,0,NULL,NULL),
(4362,'mixpanel','completed',10,'2025-04-15 06:50:11','2025-04-15 07:21:12','2025-04-15 06:06:11','2025-04-15 07:21:12',NULL,0,0,NULL,NULL),
(4363,'mixpanel','completed',10,'2025-04-15 08:15:14','2025-04-15 08:35:55','2025-04-15 07:21:14','2025-04-15 08:35:55',NULL,0,0,NULL,NULL),
(4364,'mixpanel','completed',10,'2025-04-15 08:55:57','2025-04-15 09:13:14','2025-04-15 08:35:57','2025-04-15 09:13:14',NULL,0,0,NULL,NULL),
(4365,'mixpanel','completed',10,'2025-04-15 10:07:16','2025-04-15 13:59:14','2025-04-15 09:13:16','2025-04-15 13:59:14',NULL,0,0,NULL,NULL),
(4366,'schedule_re_engagement_email','completed',10,'2025-04-16 13:59:15','2025-04-16 14:24:57','2025-04-15 13:59:15','2025-04-16 14:24:57',NULL,0,0,NULL,NULL),
(4367,'mixpanel','completed',10,'2025-04-15 14:11:15','2025-04-15 14:16:09','2025-04-15 13:59:15','2025-04-15 14:16:09',NULL,0,0,NULL,NULL),
(4368,'mixpanel','completed',10,'2025-04-15 14:33:11','2025-04-15 15:54:45','2025-04-15 14:16:11','2025-04-15 15:54:45',NULL,0,0,NULL,NULL),
(4369,'mixpanel','completed',10,'2025-04-15 16:02:47','2025-04-15 18:04:42','2025-04-15 15:54:47','2025-04-15 18:04:42',NULL,0,0,NULL,NULL),
(4370,'mixpanel','completed',10,'2025-04-15 18:36:43','2025-04-15 18:45:08','2025-04-15 18:04:43','2025-04-15 18:45:08',NULL,0,0,NULL,NULL),
(4371,'mixpanel','completed',10,'2025-04-15 19:26:09','2025-04-15 19:27:43','2025-04-15 18:45:09','2025-04-15 19:27:43',NULL,0,0,NULL,NULL),
(4372,'mixpanel','completed',10,'2025-04-15 19:42:43','2025-04-15 19:45:03','2025-04-15 19:27:43','2025-04-15 19:45:03',NULL,0,0,NULL,NULL),
(4373,'mixpanel','completed',10,'2025-04-15 20:18:04','2025-04-15 21:13:17','2025-04-15 19:45:04','2025-04-15 21:13:17',NULL,0,0,NULL,NULL),
(4374,'mixpanel','completed',10,'2025-04-15 21:18:19','2025-04-15 22:00:25','2025-04-15 21:13:19','2025-04-15 22:00:25',NULL,0,0,NULL,NULL),
(4375,'mixpanel','completed',10,'2025-04-15 22:46:27','2025-04-16 02:09:57','2025-04-15 22:00:27','2025-04-16 02:09:57',NULL,0,0,NULL,NULL),
(4376,'subscribers_email_count','completed',10,'2025-04-22 00:00:00','2025-04-22 00:01:01','2025-04-16 02:09:57','2025-04-22 00:01:01',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(4377,'inactive_subscribers','completed',10,'2025-04-25 00:00:00','2025-04-25 00:01:49','2025-04-16 02:09:57','2025-04-25 00:01:49',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(4378,'mixpanel','completed',10,'2025-04-16 02:19:59','2025-04-16 05:41:04','2025-04-16 02:09:59','2025-04-16 05:41:04',NULL,0,0,NULL,NULL),
(4379,'mixpanel','completed',10,'2025-04-16 06:38:05','2025-04-16 07:03:11','2025-04-16 05:41:05','2025-04-16 07:03:11',NULL,0,0,NULL,NULL),
(4380,'mixpanel','completed',10,'2025-04-16 07:04:13','2025-04-16 07:28:41','2025-04-16 07:03:13','2025-04-16 07:28:41',NULL,0,0,NULL,NULL),
(4381,'mixpanel','completed',10,'2025-04-16 07:40:42','2025-04-16 08:24:03','2025-04-16 07:28:42','2025-04-16 08:24:03',NULL,0,0,NULL,NULL),
(4382,'mixpanel','completed',10,'2025-04-16 09:06:04','2025-04-16 10:16:17','2025-04-16 08:24:04','2025-04-16 10:16:17',NULL,0,0,NULL,NULL),
(4383,'mixpanel','completed',10,'2025-04-16 10:16:19','2025-04-16 14:24:57','2025-04-16 10:16:19','2025-04-16 14:24:57',NULL,0,0,NULL,NULL),
(4384,'subscribers_engagement_score','completed',10,'2025-04-16 14:24:57','2025-04-16 14:24:59','2025-04-16 14:24:57','2025-04-16 14:24:59',NULL,0,0,NULL,NULL),
(4385,'subscribers_engagement_score','completed',10,'2025-04-17 19:44:00','2025-04-17 20:06:15','2025-04-16 14:24:59','2025-04-17 20:06:15',NULL,0,0,NULL,NULL),
(4386,'schedule_re_engagement_email','completed',10,'2025-04-17 14:24:59','2025-04-17 14:26:32','2025-04-16 14:24:59','2025-04-17 14:26:32',NULL,0,0,NULL,NULL),
(4387,'mixpanel','completed',10,'2025-04-16 14:25:59','2025-04-16 15:03:32','2025-04-16 14:24:59','2025-04-16 15:03:32',NULL,0,0,NULL,NULL),
(4388,'mixpanel','completed',10,'2025-04-16 15:29:34','2025-04-16 15:33:07','2025-04-16 15:03:34','2025-04-16 15:33:07',NULL,0,0,NULL,NULL),
(4389,'mixpanel','completed',10,'2025-04-16 15:42:09','2025-04-16 15:56:21','2025-04-16 15:33:09','2025-04-16 15:56:21',NULL,0,0,NULL,NULL),
(4390,'mixpanel','completed',10,'2025-04-16 16:26:22','2025-04-16 17:20:36','2025-04-16 15:56:22','2025-04-16 17:20:36',NULL,0,0,NULL,NULL),
(4391,'mixpanel','completed',10,'2025-04-16 18:07:38','2025-04-16 18:22:08','2025-04-16 17:20:38','2025-04-16 18:22:08',NULL,0,0,NULL,NULL),
(4392,'mixpanel','completed',10,'2025-04-16 18:35:09','2025-04-16 19:08:32','2025-04-16 18:22:09','2025-04-16 19:08:32',NULL,0,0,NULL,NULL),
(4393,'mixpanel','completed',10,'2025-04-16 19:49:34','2025-04-16 22:16:02','2025-04-16 19:08:34','2025-04-16 22:16:02',NULL,0,0,NULL,NULL),
(4394,'mixpanel','completed',10,'2025-04-16 22:40:04','2025-04-17 03:21:27','2025-04-16 22:16:04','2025-04-17 03:21:27',NULL,0,0,NULL,NULL),
(4395,'mixpanel','completed',10,'2025-04-17 03:49:29','2025-04-17 04:27:59','2025-04-17 03:21:29','2025-04-17 04:27:59',NULL,0,0,NULL,NULL),
(4396,'mixpanel','completed',10,'2025-04-17 04:40:01','2025-04-17 05:28:17','2025-04-17 04:28:01','2025-04-17 05:28:17',NULL,0,0,NULL,NULL),
(4397,'mixpanel','completed',10,'2025-04-17 06:20:18','2025-04-17 06:29:12','2025-04-17 05:28:18','2025-04-17 06:29:12',NULL,0,0,NULL,NULL),
(4398,'mixpanel','completed',10,'2025-04-17 06:30:14','2025-04-17 06:56:20','2025-04-17 06:29:14','2025-04-17 06:56:20',NULL,0,0,NULL,NULL),
(4399,'mixpanel','completed',10,'2025-04-17 07:51:21','2025-04-17 10:36:56','2025-04-17 06:56:21','2025-04-17 10:36:56',NULL,0,0,NULL,NULL),
(4400,'mixpanel','completed',10,'2025-04-17 11:32:58','2025-04-17 11:38:13','2025-04-17 10:36:58','2025-04-17 11:38:13',NULL,0,0,NULL,NULL),
(4401,'mixpanel','completed',10,'2025-04-17 11:40:14','2025-04-17 11:47:01','2025-04-17 11:38:14','2025-04-17 11:47:01',NULL,0,0,NULL,NULL),
(4402,'mixpanel','completed',10,'2025-04-17 12:45:03','2025-04-17 14:26:32','2025-04-17 11:47:03','2025-04-17 14:26:32',NULL,0,0,NULL,NULL),
(4403,'schedule_re_engagement_email','completed',10,'2025-04-18 14:26:34','2025-04-18 14:26:40','2025-04-17 14:26:34','2025-04-18 14:26:40',NULL,0,0,NULL,NULL),
(4404,'mixpanel','completed',10,'2025-04-17 15:24:34','2025-04-17 15:39:48','2025-04-17 14:26:34','2025-04-17 15:39:48',NULL,0,0,NULL,NULL),
(4405,'mixpanel','completed',10,'2025-04-17 16:17:50','2025-04-17 16:31:12','2025-04-17 15:39:50','2025-04-17 16:31:12',NULL,0,0,NULL,NULL),
(4406,'mixpanel','completed',10,'2025-04-17 16:48:13','2025-04-17 18:28:23','2025-04-17 16:31:13','2025-04-17 18:28:23',NULL,0,0,NULL,NULL),
(4407,'mixpanel','completed',10,'2025-04-17 18:38:24','2025-04-17 19:29:22','2025-04-17 18:28:24','2025-04-17 19:29:22',NULL,0,0,NULL,NULL),
(4408,'mixpanel','completed',10,'2025-04-17 20:13:23','2025-04-17 20:13:24','2025-04-17 19:29:23','2025-04-17 20:13:24',NULL,0,0,NULL,NULL),
(4409,'subscribers_engagement_score','completed',10,'2025-04-17 20:06:14','2025-04-17 20:06:15','2025-04-17 20:06:14','2025-04-17 20:06:15',NULL,0,0,NULL,NULL),
(4410,'subscribers_engagement_score','completed',10,'2025-04-18 08:36:00','2025-04-18 08:37:28','2025-04-17 20:06:15','2025-04-18 08:37:28',NULL,0,0,NULL,NULL),
(4411,'mixpanel','completed',10,'2025-04-17 20:28:21','2025-04-17 20:28:26','2025-04-17 20:16:21','2025-04-17 20:28:26',NULL,0,0,NULL,NULL),
(4412,'mixpanel','completed',10,'2025-04-17 21:08:27','2025-04-17 21:09:18','2025-04-17 20:28:27','2025-04-17 21:09:18',NULL,0,0,NULL,NULL),
(4413,'mixpanel','completed',10,'2025-04-17 21:30:19','2025-04-17 21:30:59','2025-04-17 21:09:19','2025-04-17 21:30:59',NULL,0,0,NULL,NULL),
(4414,'mixpanel','completed',10,'2025-04-17 21:33:00','2025-04-17 21:33:01','2025-04-17 21:31:00','2025-04-17 21:33:01',NULL,0,0,NULL,NULL),
(4415,'mixpanel','completed',10,'2025-04-17 22:20:01','2025-04-17 22:20:10','2025-04-17 21:33:01','2025-04-17 22:20:10',NULL,0,0,NULL,NULL),
(4416,'mixpanel','completed',10,'2025-04-17 23:15:11','2025-04-17 23:35:28','2025-04-17 22:20:11','2025-04-17 23:35:28',NULL,0,0,NULL,NULL),
(4417,'mixpanel','completed',10,'2025-04-17 23:41:29','2025-04-18 01:41:32','2025-04-17 23:35:29','2025-04-18 01:41:32',NULL,0,0,NULL,NULL),
(4418,'mixpanel','completed',10,'2025-04-18 02:04:32','2025-04-18 02:07:03','2025-04-18 01:41:32','2025-04-18 02:07:03',NULL,0,0,NULL,NULL),
(4419,'mixpanel','completed',10,'2025-04-18 02:21:04','2025-04-18 02:38:06','2025-04-18 02:07:04','2025-04-18 02:38:06',NULL,0,0,NULL,NULL),
(4420,'mixpanel','completed',10,'2025-04-18 03:00:08','2025-04-18 03:10:22','2025-04-18 02:38:08','2025-04-18 03:10:22',NULL,0,0,NULL,NULL),
(4421,'mixpanel','completed',10,'2025-04-18 03:10:24','2025-04-18 03:15:58','2025-04-18 03:10:24','2025-04-18 03:15:58',NULL,0,0,NULL,NULL),
(4422,'mixpanel','completed',10,'2025-04-18 04:13:58','2025-04-18 04:57:56','2025-04-18 03:15:58','2025-04-18 04:57:56',NULL,0,0,NULL,NULL),
(4423,'mixpanel','completed',10,'2025-04-18 05:17:56','2025-04-18 06:27:34','2025-04-18 04:57:56','2025-04-18 06:27:34',NULL,0,0,NULL,NULL),
(4424,'mixpanel','completed',10,'2025-04-18 06:30:36','2025-04-18 06:48:48','2025-04-18 06:27:36','2025-04-18 06:48:48',NULL,0,0,NULL,NULL),
(4425,'mixpanel','completed',10,'2025-04-18 07:12:49','2025-04-18 07:13:30','2025-04-18 06:48:49','2025-04-18 07:13:30',NULL,0,0,NULL,NULL),
(4426,'mixpanel','completed',10,'2025-04-18 07:25:32','2025-04-18 07:25:48','2025-04-18 07:13:32','2025-04-18 07:25:48',NULL,0,0,NULL,NULL),
(4427,'mixpanel','completed',10,'2025-04-18 07:34:49','2025-04-18 07:36:02','2025-04-18 07:25:49','2025-04-18 07:36:02',NULL,0,0,NULL,NULL),
(4428,'mixpanel','completed',10,'2025-04-18 08:03:04','2025-04-18 08:04:42','2025-04-18 07:36:04','2025-04-18 08:04:42',NULL,0,0,NULL,NULL),
(4429,'mixpanel','completed',10,'2025-04-18 08:48:44','2025-04-18 08:49:45','2025-04-18 08:04:44','2025-04-18 08:49:45',NULL,0,0,NULL,NULL),
(4430,'subscribers_engagement_score','completed',10,'2025-04-19 10:50:00','2025-04-19 10:50:38','2025-04-18 08:37:28','2025-04-19 10:50:38',NULL,0,0,NULL,NULL),
(4431,'mixpanel','completed',10,'2025-04-18 09:39:47','2025-04-18 09:40:57','2025-04-18 08:49:47','2025-04-18 09:40:57',NULL,0,0,NULL,NULL),
(4432,'mixpanel','completed',10,'2025-04-18 10:06:59','2025-04-18 10:07:35','2025-04-18 09:40:59','2025-04-18 10:07:35',NULL,0,0,NULL,NULL),
(4433,'mixpanel','completed',10,'2025-04-18 10:50:37','2025-04-18 10:50:37','2025-04-18 10:07:37','2025-04-18 10:50:37',NULL,0,0,NULL,NULL),
(4434,'mixpanel','completed',10,'2025-04-18 11:07:38','2025-04-18 11:09:03','2025-04-18 10:50:38','2025-04-18 11:09:03',NULL,0,0,NULL,NULL),
(4435,'mixpanel','completed',10,'2025-04-18 11:34:04','2025-04-18 11:35:40','2025-04-18 11:09:04','2025-04-18 11:35:40',NULL,0,0,NULL,NULL),
(4436,'mixpanel','completed',10,'2025-04-18 12:18:42','2025-04-18 12:18:42','2025-04-18 11:35:42','2025-04-18 12:18:42',NULL,0,0,NULL,NULL),
(4437,'mixpanel','completed',10,'2025-04-18 12:54:43','2025-04-18 12:55:32','2025-04-18 12:20:43','2025-04-18 12:55:32',NULL,0,0,NULL,NULL),
(4438,'mixpanel','completed',10,'2025-04-18 13:45:34','2025-04-18 13:46:44','2025-04-18 12:55:34','2025-04-18 13:46:44',NULL,0,0,NULL,NULL),
(4439,'mixpanel','completed',10,'2025-04-18 13:48:46','2025-04-18 13:48:47','2025-04-18 13:46:46','2025-04-18 13:48:47',NULL,0,0,NULL,NULL),
(4440,'mixpanel','completed',10,'2025-04-18 14:18:48','2025-04-18 14:19:30','2025-04-18 13:48:48','2025-04-18 14:19:30',NULL,0,0,NULL,NULL),
(4441,'mixpanel','completed',10,'2025-04-18 14:41:31','2025-04-18 14:43:03','2025-04-18 14:19:31','2025-04-18 14:43:03',NULL,0,0,NULL,NULL),
(4442,'schedule_re_engagement_email','completed',10,'2025-04-19 14:26:41','2025-04-19 14:26:56','2025-04-18 14:26:41','2025-04-19 14:26:56',NULL,0,0,NULL,NULL),
(4443,'mixpanel','completed',10,'2025-04-18 15:10:04','2025-04-18 15:10:41','2025-04-18 14:43:04','2025-04-18 15:10:41',NULL,0,0,NULL,NULL),
(4444,'mixpanel','completed',10,'2025-04-18 15:21:43','2025-04-18 15:22:59','2025-04-18 15:10:43','2025-04-18 15:22:59',NULL,0,0,NULL,NULL),
(4445,'mixpanel','completed',10,'2025-04-18 15:50:00','2025-04-18 15:51:39','2025-04-18 15:23:00','2025-04-18 15:51:39',NULL,0,0,NULL,NULL),
(4446,'mixpanel','completed',10,'2025-04-18 16:20:41','2025-04-18 16:22:22','2025-04-18 15:51:41','2025-04-18 16:22:22',NULL,0,0,NULL,NULL),
(4447,'mixpanel','completed',10,'2025-04-18 17:14:24','2025-04-18 17:15:37','2025-04-18 16:22:24','2025-04-18 17:15:37',NULL,0,0,NULL,NULL),
(4448,'mixpanel','completed',10,'2025-04-18 18:06:38','2025-04-18 18:06:49','2025-04-18 17:15:38','2025-04-18 18:06:49',NULL,0,0,NULL,NULL),
(4449,'mixpanel','completed',10,'2025-04-18 18:17:50','2025-04-18 18:19:06','2025-04-18 18:06:50','2025-04-18 18:19:06',NULL,0,0,NULL,NULL),
(4450,'mixpanel','completed',10,'2025-04-18 18:31:08','2025-04-18 18:32:25','2025-04-18 18:19:08','2025-04-18 18:32:25',NULL,0,0,NULL,NULL),
(4451,'mixpanel','completed',10,'2025-04-18 19:06:26','2025-04-18 19:07:14','2025-04-18 18:32:26','2025-04-18 19:07:14',NULL,0,0,NULL,NULL),
(4452,'mixpanel','completed',10,'2025-04-18 19:24:16','2025-04-18 19:25:40','2025-04-18 19:07:16','2025-04-18 19:25:40',NULL,0,0,NULL,NULL),
(4453,'mixpanel','completed',10,'2025-04-18 19:47:42','2025-04-18 19:48:12','2025-04-18 19:25:42','2025-04-18 19:48:12',NULL,0,0,NULL,NULL),
(4454,'mixpanel','completed',10,'2025-04-18 20:31:14','2025-04-18 20:32:14','2025-04-18 19:48:14','2025-04-18 20:32:14',NULL,0,0,NULL,NULL),
(4455,'mixpanel','completed',10,'2025-04-18 20:56:16','2025-04-18 20:56:48','2025-04-18 20:32:16','2025-04-18 20:56:48',NULL,0,0,NULL,NULL),
(4456,'mixpanel','completed',10,'2025-04-18 21:09:50','2025-04-18 21:11:08','2025-04-18 20:56:50','2025-04-18 21:11:08',NULL,0,0,NULL,NULL),
(4457,'mixpanel','completed',10,'2025-04-18 21:14:10','2025-04-18 21:16:15','2025-04-18 21:11:10','2025-04-18 21:16:15',NULL,0,0,NULL,NULL),
(4458,'mixpanel','completed',10,'2025-04-18 22:07:17','2025-04-18 22:07:51','2025-04-18 21:16:17','2025-04-18 22:07:51',NULL,0,0,NULL,NULL),
(4459,'mixpanel','completed',10,'2025-04-18 22:45:51','2025-04-18 22:46:21','2025-04-18 22:07:51','2025-04-18 22:46:21',NULL,0,0,NULL,NULL),
(4460,'mixpanel','completed',10,'2025-04-18 23:00:22','2025-04-18 23:00:41','2025-04-18 22:46:22','2025-04-18 23:00:41',NULL,0,0,NULL,NULL),
(4461,'mixpanel','completed',10,'2025-04-18 23:07:42','2025-04-18 23:07:51','2025-04-18 23:00:42','2025-04-18 23:07:51',NULL,0,0,NULL,NULL),
(4462,'mixpanel','completed',10,'2025-04-18 23:41:53','2025-04-18 23:42:37','2025-04-18 23:07:53','2025-04-18 23:42:37',NULL,0,0,NULL,NULL),
(4463,'mixpanel','completed',10,'2025-04-19 00:00:43','2025-04-19 00:01:06','2025-04-18 23:42:43','2025-04-19 00:01:06',NULL,0,0,NULL,NULL),
(4464,'mixpanel','completed',10,'2025-04-19 00:09:08','2025-04-19 00:09:18','2025-04-19 00:01:08','2025-04-19 00:09:18',NULL,0,0,NULL,NULL),
(4465,'mixpanel','completed',10,'2025-04-19 00:19:19','2025-04-19 00:20:34','2025-04-19 00:09:19','2025-04-19 00:20:34',NULL,0,0,NULL,NULL),
(4466,'mixpanel','completed',10,'2025-04-19 00:39:34','2025-04-19 00:41:03','2025-04-19 00:20:34','2025-04-19 00:41:03',NULL,0,0,NULL,NULL),
(4467,'mixpanel','completed',10,'2025-04-19 01:18:04','2025-04-19 01:19:57','2025-04-19 00:41:04','2025-04-19 01:19:57',NULL,0,0,NULL,NULL),
(4468,'mixpanel','completed',10,'2025-04-19 01:30:59','2025-04-19 01:32:15','2025-04-19 01:19:59','2025-04-19 01:32:15',NULL,0,0,NULL,NULL),
(4469,'mixpanel','completed',10,'2025-04-19 02:24:16','2025-04-19 02:25:29','2025-04-19 01:32:16','2025-04-19 02:25:29',NULL,0,0,NULL,NULL),
(4470,'mixpanel','completed',10,'2025-04-19 03:03:31','2025-04-19 03:04:24','2025-04-19 02:25:31','2025-04-19 03:04:24',NULL,0,0,NULL,NULL),
(4471,'mixpanel','completed',10,'2025-04-19 03:04:25','2025-04-19 03:06:27','2025-04-19 03:04:25','2025-04-19 03:06:27',NULL,0,0,NULL,NULL),
(4472,'mixpanel','completed',10,'2025-04-19 03:08:28','2025-04-19 03:08:30','2025-04-19 03:06:28','2025-04-19 03:08:30',NULL,0,0,NULL,NULL),
(4473,'mixpanel','completed',10,'2025-04-19 03:12:31','2025-04-19 03:12:35','2025-04-19 03:08:31','2025-04-19 03:12:35',NULL,0,0,NULL,NULL),
(4474,'mixpanel','completed',10,'2025-04-19 03:58:37','2025-04-19 04:00:43','2025-04-19 03:12:37','2025-04-19 04:00:43',NULL,0,0,NULL,NULL),
(4475,'mixpanel','completed',10,'2025-04-19 04:33:45','2025-04-19 04:35:35','2025-04-19 04:00:45','2025-04-19 04:35:35',NULL,0,0,NULL,NULL),
(4476,'mixpanel','completed',10,'2025-04-19 04:45:36','2025-04-19 04:45:49','2025-04-19 04:35:36','2025-04-19 04:45:49',NULL,0,0,NULL,NULL),
(4477,'mixpanel','completed',10,'2025-04-19 05:29:51','2025-04-19 05:29:51','2025-04-19 04:45:51','2025-04-19 05:29:51',NULL,0,0,NULL,NULL),
(4478,'mixpanel','completed',10,'2025-04-19 06:01:53','2025-04-19 06:02:38','2025-04-19 05:29:53','2025-04-19 06:02:38',NULL,0,0,NULL,NULL),
(4479,'mixpanel','completed',10,'2025-04-19 06:57:39','2025-04-19 06:59:01','2025-04-19 06:02:39','2025-04-19 06:59:01',NULL,0,0,NULL,NULL),
(4480,'mixpanel','completed',10,'2025-04-19 07:35:03','2025-04-19 07:35:53','2025-04-19 06:59:03','2025-04-19 07:35:53',NULL,0,0,NULL,NULL),
(4481,'mixpanel','completed',10,'2025-04-19 07:57:55','2025-04-19 07:58:25','2025-04-19 07:35:55','2025-04-19 07:58:25',NULL,0,0,NULL,NULL),
(4482,'mixpanel','completed',10,'2025-04-19 08:24:27','2025-04-19 08:25:05','2025-04-19 07:58:27','2025-04-19 08:25:05',NULL,0,0,NULL,NULL),
(4483,'mixpanel','completed',10,'2025-04-19 09:18:06','2025-04-19 09:18:23','2025-04-19 08:25:06','2025-04-19 09:18:23',NULL,0,0,NULL,NULL),
(4484,'mixpanel','completed',10,'2025-04-19 09:24:25','2025-04-19 09:24:32','2025-04-19 09:18:25','2025-04-19 09:24:32',NULL,0,0,NULL,NULL),
(4485,'mixpanel','completed',10,'2025-04-19 09:45:34','2025-04-19 09:47:05','2025-04-19 09:24:34','2025-04-19 09:47:05',NULL,0,0,NULL,NULL),
(4486,'mixpanel','completed',10,'2025-04-19 09:57:07','2025-04-19 09:57:20','2025-04-19 09:47:07','2025-04-19 09:57:20',NULL,0,0,NULL,NULL),
(4487,'mixpanel','completed',10,'2025-04-19 10:35:21','2025-04-19 10:36:17','2025-04-19 09:57:21','2025-04-19 10:36:17',NULL,0,0,NULL,NULL),
(4488,'mixpanel','completed',10,'2025-04-19 10:35:19','2025-04-19 10:38:20','2025-04-19 10:36:19','2025-04-19 10:38:20',NULL,0,0,NULL,NULL),
(4489,'mixpanel','completed',10,'2025-04-19 10:44:22','2025-04-19 10:44:29','2025-04-19 10:38:22','2025-04-19 10:44:29',NULL,0,0,NULL,NULL),
(4490,'mixpanel','completed',10,'2025-04-19 11:31:31','2025-04-19 11:31:38','2025-04-19 10:44:31','2025-04-19 11:31:38',NULL,0,0,NULL,NULL),
(4491,'subscribers_engagement_score','completed',10,'2025-04-19 10:50:38','2025-04-19 10:50:40','2025-04-19 10:50:38','2025-04-19 10:50:40',NULL,0,0,NULL,NULL),
(4492,'subscribers_engagement_score','completed',10,'2025-04-20 02:25:00','2025-04-20 02:25:54','2025-04-19 10:50:40','2025-04-20 02:25:54',NULL,0,0,NULL,NULL),
(4493,'mixpanel','completed',10,'2025-04-19 11:38:40','2025-04-19 11:40:52','2025-04-19 11:31:40','2025-04-19 11:40:52',NULL,0,0,NULL,NULL),
(4494,'mixpanel','completed',10,'2025-04-19 12:04:54','2025-04-19 12:05:28','2025-04-19 11:40:54','2025-04-19 12:05:28',NULL,0,0,NULL,NULL),
(4495,'mixpanel','completed',10,'2025-04-19 12:27:30','2025-04-19 12:28:02','2025-04-19 12:05:30','2025-04-19 12:28:02',NULL,0,0,NULL,NULL),
(4496,'mixpanel','completed',10,'2025-04-19 12:50:03','2025-04-19 12:50:35','2025-04-19 12:28:03','2025-04-19 12:50:35',NULL,0,0,NULL,NULL),
(4497,'mixpanel','completed',10,'2025-04-19 13:19:37','2025-04-19 13:20:19','2025-04-19 12:50:37','2025-04-19 13:20:19',NULL,0,0,NULL,NULL),
(4498,'mixpanel','completed',10,'2025-04-19 13:36:21','2025-04-19 13:36:34','2025-04-19 13:20:21','2025-04-19 13:36:34',NULL,0,0,NULL,NULL),
(4499,'mixpanel','completed',10,'2025-04-19 13:48:44','2025-04-19 13:50:02','2025-04-19 13:37:44','2025-04-19 13:50:02',NULL,0,0,NULL,NULL),
(4500,'mixpanel','completed',10,'2025-04-19 14:16:04','2025-04-19 14:16:41','2025-04-19 13:51:04','2025-04-19 14:16:41',NULL,0,0,NULL,NULL),
(4501,'mixpanel','completed',10,'2025-04-19 14:21:42','2025-04-19 14:22:51','2025-04-19 14:16:42','2025-04-19 14:22:51',NULL,0,0,NULL,NULL),
(4502,'mixpanel','completed',10,'2025-04-19 15:11:51','2025-04-19 15:12:04','2025-04-19 14:22:51','2025-04-19 15:12:04',NULL,0,0,NULL,NULL),
(4503,'schedule_re_engagement_email','completed',10,'2025-04-20 14:26:58','2025-04-20 14:27:49','2025-04-19 14:26:58','2025-04-20 14:27:49',NULL,0,0,NULL,NULL),
(4504,'mixpanel','completed',10,'2025-04-19 16:10:05','2025-04-19 16:11:31','2025-04-19 15:12:05','2025-04-19 16:11:31',NULL,0,0,NULL,NULL),
(4505,'mixpanel','completed',10,'2025-04-19 16:20:32','2025-04-19 16:21:46','2025-04-19 16:11:32','2025-04-19 16:21:46',NULL,0,0,NULL,NULL),
(4506,'mixpanel','completed',10,'2025-04-19 16:50:48','2025-04-19 16:52:31','2025-04-19 16:21:48','2025-04-19 16:52:31',NULL,0,0,NULL,NULL),
(4507,'mixpanel','completed',10,'2025-04-19 17:00:33','2025-04-19 17:00:43','2025-04-19 16:52:33','2025-04-19 17:00:43',NULL,0,0,NULL,NULL),
(4508,'mixpanel','completed',10,'2025-04-19 17:35:45','2025-04-19 17:36:34','2025-04-19 17:00:45','2025-04-19 17:36:34',NULL,0,0,NULL,NULL),
(4509,'mixpanel','completed',10,'2025-04-19 18:01:35','2025-04-19 18:03:11','2025-04-19 17:36:35','2025-04-19 18:03:11',NULL,0,0,NULL,NULL),
(4510,'mixpanel','completed',10,'2025-04-19 19:00:13','2025-04-19 19:00:31','2025-04-19 18:03:13','2025-04-19 19:00:31',NULL,0,0,NULL,NULL),
(4511,'mixpanel','completed',10,'2025-04-19 19:51:33','2025-04-19 19:51:43','2025-04-19 19:00:33','2025-04-19 19:51:43',NULL,0,0,NULL,NULL),
(4512,'mixpanel','completed',10,'2025-04-19 20:01:45','2025-04-19 20:01:57','2025-04-19 19:51:45','2025-04-19 20:01:57',NULL,0,0,NULL,NULL),
(4513,'mixpanel','completed',10,'2025-04-19 20:51:59','2025-04-19 20:53:09','2025-04-19 20:01:59','2025-04-19 20:53:09',NULL,0,0,NULL,NULL),
(4514,'mixpanel','completed',10,'2025-04-19 21:06:11','2025-04-19 21:07:29','2025-04-19 20:53:11','2025-04-19 21:07:29',NULL,0,0,NULL,NULL),
(4515,'mixpanel','completed',10,'2025-04-19 21:58:31','2025-04-19 21:58:41','2025-04-19 21:07:31','2025-04-19 21:58:41',NULL,0,0,NULL,NULL),
(4516,'mixpanel','completed',10,'2025-04-19 22:28:43','2025-04-19 22:30:25','2025-04-19 21:58:43','2025-04-19 22:30:25',NULL,0,0,NULL,NULL),
(4517,'mixpanel','completed',10,'2025-04-19 22:48:27','2025-04-19 22:48:51','2025-04-19 22:30:27','2025-04-19 22:48:51',NULL,0,0,NULL,NULL),
(4518,'mixpanel','completed',10,'2025-04-19 23:30:53','2025-04-19 23:31:51','2025-04-19 22:48:53','2025-04-19 23:31:51',NULL,0,0,NULL,NULL),
(4519,'mixpanel','completed',10,'2025-04-19 23:44:53','2025-04-19 23:45:10','2025-04-19 23:31:53','2025-04-19 23:45:10',NULL,0,0,NULL,NULL),
(4520,'mixpanel','completed',10,'2025-04-19 23:58:11','2025-04-19 23:59:30','2025-04-19 23:45:11','2025-04-19 23:59:30',NULL,0,0,NULL,NULL),
(4521,'mixpanel','completed',10,'2025-04-20 00:21:31','2025-04-20 00:22:01','2025-04-19 23:59:31','2025-04-20 00:22:01',NULL,0,0,NULL,NULL),
(4522,'mixpanel','completed',10,'2025-04-20 00:33:03','2025-04-20 00:34:18','2025-04-20 00:22:03','2025-04-20 00:34:18',NULL,0,0,NULL,NULL),
(4523,'mixpanel','completed',10,'2025-04-20 01:05:20','2025-04-20 01:07:04','2025-04-20 00:34:20','2025-04-20 01:07:04',NULL,0,0,NULL,NULL),
(4524,'mixpanel','completed',10,'2025-04-20 01:30:06','2025-04-20 01:31:38','2025-04-20 01:07:06','2025-04-20 01:31:38',NULL,0,0,NULL,NULL),
(4525,'mixpanel','completed',10,'2025-04-20 01:56:40','2025-04-20 01:58:16','2025-04-20 01:31:40','2025-04-20 01:58:16',NULL,0,0,NULL,NULL),
(4526,'mixpanel','completed',10,'2025-04-20 02:12:17','2025-04-20 02:12:36','2025-04-20 01:58:17','2025-04-20 02:12:36',NULL,0,0,NULL,NULL),
(4527,'mixpanel','completed',10,'2025-04-20 02:56:38','2025-04-20 02:56:38','2025-04-20 02:12:38','2025-04-20 02:56:38',NULL,0,0,NULL,NULL),
(4528,'subscribers_engagement_score','completed',10,'2025-04-21 16:37:00','2025-04-21 16:38:41','2025-04-20 02:25:54','2025-04-21 16:38:41',NULL,0,0,NULL,NULL),
(4529,'mixpanel','completed',10,'2025-04-20 03:10:39','2025-04-20 03:10:58','2025-04-20 02:56:39','2025-04-20 03:10:58',NULL,0,0,NULL,NULL),
(4530,'mixpanel','completed',10,'2025-04-20 03:56:59','2025-04-20 03:58:04','2025-04-20 03:10:59','2025-04-20 03:58:04',NULL,0,0,NULL,NULL),
(4531,'mixpanel','completed',10,'2025-04-20 04:16:05','2025-04-20 04:16:30','2025-04-20 03:58:05','2025-04-20 04:16:30',NULL,0,0,NULL,NULL),
(4532,'mixpanel','completed',10,'2025-04-20 04:15:31','2025-04-20 04:18:32','2025-04-20 04:16:31','2025-04-20 04:18:32',NULL,0,0,NULL,NULL),
(4533,'mixpanel','completed',10,'2025-04-20 05:04:34','2025-04-20 05:05:39','2025-04-20 04:18:34','2025-04-20 05:05:39',NULL,0,0,NULL,NULL),
(4534,'mixpanel','completed',10,'2025-04-20 05:13:41','2025-04-20 05:13:51','2025-04-20 05:05:41','2025-04-20 05:13:51',NULL,0,0,NULL,NULL),
(4535,'mixpanel','completed',10,'2025-04-20 06:10:52','2025-04-20 06:12:13','2025-04-20 05:13:52','2025-04-20 06:12:13',NULL,0,0,NULL,NULL),
(4536,'mixpanel','completed',10,'2025-04-20 06:12:14','2025-04-20 06:14:16','2025-04-20 06:12:14','2025-04-20 06:14:16',NULL,0,0,NULL,NULL),
(4537,'mixpanel','completed',10,'2025-04-20 07:02:17','2025-04-20 07:02:23','2025-04-20 06:14:17','2025-04-20 07:02:24',NULL,0,0,NULL,NULL),
(4538,'mixpanel','completed',10,'2025-04-20 07:43:25','2025-04-20 07:45:24','2025-04-20 07:02:25','2025-04-20 07:45:24',NULL,0,0,NULL,NULL),
(4539,'mixpanel','completed',10,'2025-04-20 08:26:26','2025-04-20 08:28:27','2025-04-20 07:45:26','2025-04-20 08:28:27',NULL,0,0,NULL,NULL),
(4540,'mixpanel','completed',10,'2025-04-20 08:45:28','2025-04-20 08:46:52','2025-04-20 08:28:28','2025-04-20 08:46:52',NULL,0,0,NULL,NULL),
(4541,'mixpanel','completed',10,'2025-04-20 09:04:54','2025-04-20 09:05:18','2025-04-20 08:46:54','2025-04-20 09:05:18',NULL,0,0,NULL,NULL),
(4542,'mixpanel','completed',10,'2025-04-20 09:28:20','2025-04-20 09:29:53','2025-04-20 09:05:20','2025-04-20 09:29:53',NULL,0,0,NULL,NULL),
(4543,'mixpanel','completed',10,'2025-04-20 10:00:54','2025-04-20 10:02:39','2025-04-20 09:29:54','2025-04-20 10:02:39',NULL,0,0,NULL,NULL),
(4544,'mixpanel','completed',10,'2025-04-20 10:25:40','2025-04-20 10:27:13','2025-04-20 10:02:40','2025-04-20 10:27:13',NULL,0,0,NULL,NULL),
(4545,'mixpanel','completed',10,'2025-04-20 11:05:14','2025-04-20 11:07:08','2025-04-20 10:27:14','2025-04-20 11:07:08',NULL,0,0,NULL,NULL),
(4546,'mixpanel','completed',10,'2025-04-20 11:43:10','2025-04-20 11:44:00','2025-04-20 11:07:10','2025-04-20 11:44:00',NULL,0,0,NULL,NULL),
(4547,'mixpanel','completed',10,'2025-04-20 12:30:01','2025-04-20 12:31:06','2025-04-20 11:44:01','2025-04-20 12:31:06',NULL,0,0,NULL,NULL),
(4548,'mixpanel','completed',10,'2025-04-20 13:17:07','2025-04-20 13:18:11','2025-04-20 12:31:07','2025-04-20 13:18:11',NULL,0,0,NULL,NULL),
(4549,'mixpanel','completed',10,'2025-04-20 13:39:13','2025-04-20 13:40:43','2025-04-20 13:18:13','2025-04-20 13:40:43',NULL,0,0,NULL,NULL),
(4550,'mixpanel','completed',10,'2025-04-20 13:58:45','2025-04-20 13:59:09','2025-04-20 13:40:45','2025-04-20 13:59:09',NULL,0,0,NULL,NULL),
(4551,'mixpanel','completed',10,'2025-04-20 14:56:11','2025-04-20 14:57:31','2025-04-20 13:59:11','2025-04-20 14:57:31',NULL,0,0,NULL,NULL),
(4552,'schedule_re_engagement_email','completed',10,'2025-04-21 14:27:51','2025-04-21 14:29:40','2025-04-20 14:27:51','2025-04-21 14:29:40',NULL,0,0,NULL,NULL),
(4553,'mixpanel','completed',10,'2025-04-20 15:35:32','2025-04-20 15:36:25','2025-04-20 14:57:32','2025-04-20 15:36:25',NULL,0,0,NULL,NULL),
(4554,'mixpanel','completed',10,'2025-04-20 15:35:26','2025-04-20 15:38:28','2025-04-20 15:36:26','2025-04-20 15:38:28',NULL,0,0,NULL,NULL),
(4555,'mixpanel','completed',10,'2025-04-20 15:53:29','2025-04-20 15:54:51','2025-04-20 15:38:29','2025-04-20 15:54:51',NULL,0,0,NULL,NULL),
(4556,'mixpanel','completed',10,'2025-04-20 16:03:52','2025-04-20 16:05:05','2025-04-20 15:54:52','2025-04-20 16:05:05',NULL,0,0,NULL,NULL),
(4557,'mixpanel','completed',10,'2025-04-20 17:03:07','2025-04-20 17:04:28','2025-04-20 16:05:07','2025-04-20 17:04:28',NULL,0,0,NULL,NULL),
(4558,'mixpanel','completed',10,'2025-04-20 17:57:30','2025-04-20 17:58:44','2025-04-20 17:04:30','2025-04-20 17:58:44',NULL,0,0,NULL,NULL),
(4559,'mixpanel','completed',10,'2025-04-20 18:11:46','2025-04-20 18:13:05','2025-04-20 17:58:46','2025-04-20 18:13:05',NULL,0,0,NULL,NULL),
(4560,'mixpanel','completed',10,'2025-04-20 18:32:06','2025-04-20 18:33:34','2025-04-20 18:13:06','2025-04-20 18:33:34',NULL,0,0,NULL,NULL),
(4561,'mixpanel','completed',10,'2025-04-20 19:27:34','2025-04-20 19:28:51','2025-04-20 18:33:34','2025-04-20 19:28:51',NULL,0,0,NULL,NULL),
(4562,'mixpanel','completed',10,'2025-04-20 19:36:53','2025-04-20 19:38:04','2025-04-20 19:28:53','2025-04-20 19:38:04',NULL,0,0,NULL,NULL),
(4563,'mixpanel','completed',10,'2025-04-20 19:39:05','2025-04-20 19:40:06','2025-04-20 19:38:05','2025-04-20 19:40:06',NULL,0,0,NULL,NULL),
(4564,'mixpanel','completed',10,'2025-04-20 20:25:08','2025-04-20 20:25:09','2025-04-20 19:40:08','2025-04-20 20:25:09',NULL,0,0,NULL,NULL),
(4565,'mixpanel','completed',10,'2025-04-20 20:46:11','2025-04-20 20:47:40','2025-04-20 20:25:11','2025-04-20 20:47:40',NULL,0,0,NULL,NULL),
(4566,'mixpanel','completed',10,'2025-04-20 21:03:42','2025-04-20 21:04:03','2025-04-20 20:47:42','2025-04-20 21:04:03',NULL,0,0,NULL,NULL),
(4567,'mixpanel','completed',10,'2025-04-20 21:37:05','2025-04-20 21:38:52','2025-04-20 21:04:05','2025-04-20 21:38:52',NULL,0,0,NULL,NULL),
(4568,'mixpanel','completed',10,'2025-04-20 22:00:53','2025-04-20 22:02:25','2025-04-20 21:38:53','2025-04-20 22:02:25',NULL,0,0,NULL,NULL),
(4569,'mixpanel','completed',10,'2025-04-20 22:16:26','2025-04-20 22:16:44','2025-04-20 22:02:26','2025-04-20 22:16:44',NULL,0,0,NULL,NULL),
(4570,'mixpanel','completed',10,'2025-04-20 22:36:46','2025-04-20 22:37:13','2025-04-20 22:16:46','2025-04-20 22:37:13',NULL,0,0,NULL,NULL),
(4571,'mixpanel','completed',10,'2025-04-20 23:33:14','2025-04-20 23:34:33','2025-04-20 22:37:14','2025-04-20 23:34:33',NULL,0,0,NULL,NULL),
(4572,'mixpanel','completed',10,'2025-04-21 00:10:34','2025-04-21 00:11:25','2025-04-20 23:34:34','2025-04-21 00:11:25',NULL,0,0,NULL,NULL),
(4573,'mixpanel','completed',10,'2025-04-21 00:46:26','2025-04-21 00:48:18','2025-04-21 00:11:26','2025-04-21 00:48:18',NULL,0,0,NULL,NULL),
(4574,'mixpanel','completed',10,'2025-04-21 01:33:18','2025-04-21 01:33:22','2025-04-21 00:48:18','2025-04-21 01:33:22',NULL,0,0,NULL,NULL),
(4575,'mixpanel','completed',10,'2025-04-21 02:05:23','2025-04-21 02:07:09','2025-04-21 01:33:23','2025-04-21 02:07:09',NULL,0,0,NULL,NULL),
(4576,'mixpanel','completed',10,'2025-04-21 02:36:11','2025-04-21 02:37:53','2025-04-21 02:07:11','2025-04-21 02:37:53',NULL,0,0,NULL,NULL),
(4577,'mixpanel','completed',10,'2025-04-21 02:56:55','2025-04-21 02:58:22','2025-04-21 02:37:55','2025-04-21 02:58:22',NULL,0,0,NULL,NULL),
(4578,'mixpanel','completed',10,'2025-04-21 03:34:24','2025-04-21 03:35:13','2025-04-21 02:58:24','2025-04-21 03:35:13',NULL,0,0,NULL,NULL),
(4579,'mixpanel','completed',10,'2025-04-21 04:00:15','2025-04-21 04:01:51','2025-04-21 03:35:15','2025-04-21 04:01:51',NULL,0,0,NULL,NULL),
(4580,'mixpanel','completed',10,'2025-04-21 04:13:51','2025-04-21 04:14:08','2025-04-21 04:01:51','2025-04-21 04:14:08',NULL,0,0,NULL,NULL),
(4581,'mixpanel','completed',10,'2025-04-21 04:19:10','2025-04-21 04:20:17','2025-04-21 04:14:10','2025-04-21 04:20:17',NULL,0,0,NULL,NULL),
(4582,'mixpanel','completed',10,'2025-04-21 04:50:18','2025-04-21 04:51:00','2025-04-21 04:20:18','2025-04-21 04:51:00',NULL,0,0,NULL,NULL),
(4583,'mixpanel','completed',10,'2025-04-21 05:22:01','2025-04-21 05:23:46','2025-04-21 04:51:01','2025-04-21 05:23:46',NULL,0,0,NULL,NULL),
(4584,'mixpanel','completed',10,'2025-04-21 06:05:47','2025-04-21 06:07:48','2025-04-21 05:23:47','2025-04-21 06:07:48',NULL,0,0,NULL,NULL),
(4585,'mixpanel','completed',10,'2025-04-21 06:11:49','2025-04-21 06:11:53','2025-04-21 06:07:49','2025-04-21 06:11:53',NULL,0,0,NULL,NULL),
(4586,'mixpanel','completed',10,'2025-04-21 06:55:55','2025-04-21 06:56:57','2025-04-21 06:11:55','2025-04-21 06:56:57',NULL,0,0,NULL,NULL),
(4587,'mixpanel','completed',10,'2025-04-21 07:08:57','2025-04-21 07:09:14','2025-04-21 06:56:57','2025-04-21 07:09:14',NULL,0,0,NULL,NULL),
(4588,'mixpanel','completed',10,'2025-04-21 07:20:15','2025-04-21 07:21:31','2025-04-21 07:09:15','2025-04-21 07:21:31',NULL,0,0,NULL,NULL),
(4589,'mixpanel','completed',10,'2025-04-21 07:20:32','2025-04-21 07:23:34','2025-04-21 07:21:32','2025-04-21 07:23:34',NULL,0,0,NULL,NULL),
(4590,'mixpanel','completed',10,'2025-04-21 07:52:35','2025-04-21 07:54:17','2025-04-21 07:23:35','2025-04-21 07:54:17',NULL,0,0,NULL,NULL),
(4591,'mixpanel','completed',10,'2025-04-21 08:20:18','2025-04-21 08:20:54','2025-04-21 07:54:18','2025-04-21 08:20:54',NULL,0,0,NULL,NULL),
(4592,'mixpanel','completed',10,'2025-04-21 08:33:55','2025-04-21 08:35:14','2025-04-21 08:20:55','2025-04-21 08:35:14',NULL,0,0,NULL,NULL),
(4593,'mixpanel','completed',10,'2025-04-21 08:58:15','2025-04-21 08:59:48','2025-04-21 08:35:15','2025-04-21 08:59:48',NULL,0,0,NULL,NULL),
(4594,'mixpanel','completed',10,'2025-04-21 09:43:50','2025-04-21 09:44:51','2025-04-21 08:59:50','2025-04-21 09:44:51',NULL,0,0,NULL,NULL),
(4595,'mixpanel','completed',10,'2025-04-21 10:05:53','2025-04-21 10:06:21','2025-04-21 09:44:53','2025-04-21 10:06:21',NULL,0,0,NULL,NULL),
(4596,'mixpanel','completed',10,'2025-04-21 10:11:23','2025-04-21 10:12:30','2025-04-21 10:06:23','2025-04-21 10:12:30',NULL,0,0,NULL,NULL),
(4597,'mixpanel','completed',10,'2025-04-21 10:32:31','2025-04-21 10:32:58','2025-04-21 10:12:31','2025-04-21 10:32:58',NULL,0,0,NULL,NULL),
(4598,'mixpanel','completed',10,'2025-04-21 10:56:00','2025-04-21 10:57:32','2025-04-21 10:33:00','2025-04-21 10:57:32',NULL,0,0,NULL,NULL),
(4599,'mixpanel','completed',10,'2025-04-21 11:05:34','2025-04-21 11:05:44','2025-04-21 10:57:34','2025-04-21 11:05:44',NULL,0,0,NULL,NULL),
(4600,'mixpanel','completed',10,'2025-04-21 11:32:46','2025-04-21 11:34:24','2025-04-21 11:05:46','2025-04-21 11:34:24',NULL,0,0,NULL,NULL),
(4601,'mixpanel','completed',10,'2025-04-21 11:34:26','2025-04-21 11:36:27','2025-04-21 11:34:26','2025-04-21 11:36:27',NULL,0,0,NULL,NULL),
(4602,'mixpanel','completed',10,'2025-04-21 11:47:28','2025-04-21 11:48:44','2025-04-21 11:36:28','2025-04-21 11:48:44',NULL,0,0,NULL,NULL),
(4603,'mixpanel','completed',10,'2025-04-21 12:46:46','2025-04-21 12:48:07','2025-04-21 11:48:46','2025-04-21 12:48:07',NULL,0,0,NULL,NULL),
(4604,'mixpanel','completed',10,'2025-04-21 13:13:08','2025-04-21 13:13:43','2025-04-21 12:48:08','2025-04-21 13:13:43',NULL,0,0,NULL,NULL),
(4605,'mixpanel','completed',10,'2025-04-21 13:52:44','2025-04-21 13:53:38','2025-04-21 13:13:44','2025-04-21 13:53:38',NULL,0,0,NULL,NULL),
(4606,'mixpanel','completed',10,'2025-04-21 13:59:40','2025-04-21 13:59:47','2025-04-21 13:53:40','2025-04-21 13:59:47',NULL,0,0,NULL,NULL),
(4607,'mixpanel','completed',10,'2025-04-21 14:55:48','2025-04-21 14:57:18','2025-04-21 13:59:48','2025-04-21 14:57:18',NULL,0,0,NULL,NULL),
(4608,'schedule_re_engagement_email','completed',10,'2025-04-22 14:29:42','2025-04-22 14:30:43','2025-04-21 14:29:42','2025-04-22 14:30:43',NULL,0,0,NULL,NULL),
(4609,'mixpanel','completed',10,'2025-04-21 15:49:20','2025-04-21 15:49:32','2025-04-21 14:57:20','2025-04-21 15:49:32',NULL,0,0,NULL,NULL),
(4610,'mixpanel','completed',10,'2025-04-21 16:28:34','2025-04-21 16:30:30','2025-04-21 15:49:34','2025-04-21 16:30:30',NULL,0,0,NULL,NULL),
(4611,'mixpanel','completed',10,'2025-04-21 17:21:32','2025-04-21 17:21:42','2025-04-21 16:30:32','2025-04-21 17:21:42',NULL,0,0,NULL,NULL),
(4612,'subscribers_engagement_score','completed',10,'2025-04-21 16:38:41','2025-04-21 16:38:43','2025-04-21 16:38:41','2025-04-21 16:38:43',NULL,0,0,NULL,NULL),
(4613,'subscribers_engagement_score','completed',10,'2025-04-22 04:45:00','2025-04-22 04:45:55','2025-04-21 16:38:43','2025-04-22 04:45:55',NULL,0,0,NULL,NULL),
(4614,'mixpanel','completed',10,'2025-04-21 17:46:44','2025-04-21 17:47:18','2025-04-21 17:21:44','2025-04-21 17:47:18',NULL,0,0,NULL,NULL),
(4615,'mixpanel','completed',10,'2025-04-21 18:34:19','2025-04-21 18:34:23','2025-04-21 17:47:19','2025-04-21 18:34:23',NULL,0,0,NULL,NULL),
(4616,'mixpanel','completed',10,'2025-04-21 19:00:25','2025-04-21 19:01:01','2025-04-21 18:34:25','2025-04-21 19:01:01',NULL,0,0,NULL,NULL),
(4617,'mixpanel','completed',10,'2025-04-21 19:42:02','2025-04-21 19:44:01','2025-04-21 19:01:02','2025-04-21 19:44:01',NULL,0,0,NULL,NULL),
(4618,'mixpanel','completed',10,'2025-04-21 20:09:03','2025-04-21 20:10:38','2025-04-21 19:44:03','2025-04-21 20:10:38',NULL,0,0,NULL,NULL),
(4619,'mixpanel','completed',10,'2025-04-21 20:37:40','2025-04-21 20:39:19','2025-04-21 20:10:40','2025-04-21 20:39:19',NULL,0,0,NULL,NULL),
(4620,'mixpanel','completed',10,'2025-04-21 20:38:20','2025-04-21 20:41:22','2025-04-21 20:39:20','2025-04-21 20:41:22',NULL,0,0,NULL,NULL),
(4621,'mixpanel','completed',10,'2025-04-21 20:54:23','2025-04-21 20:54:40','2025-04-21 20:41:23','2025-04-21 20:54:40',NULL,0,0,NULL,NULL),
(4622,'mixpanel','completed',10,'2025-04-21 21:52:42','2025-04-21 21:54:03','2025-04-21 20:54:42','2025-04-21 21:54:03',NULL,0,0,NULL,NULL),
(4623,'mixpanel','completed',10,'2025-04-21 22:44:05','2025-04-21 22:45:15','2025-04-21 21:54:05','2025-04-21 22:45:15',NULL,0,0,NULL,NULL),
(4624,'mixpanel','completed',10,'2025-04-21 22:54:17','2025-04-21 22:55:29','2025-04-21 22:45:17','2025-04-21 22:55:29',NULL,0,0,NULL,NULL),
(4625,'mixpanel','completed',10,'2025-04-21 23:27:31','2025-04-21 23:28:15','2025-04-21 22:55:31','2025-04-21 23:28:15',NULL,0,0,NULL,NULL),
(4626,'mixpanel','completed',10,'2025-04-22 00:09:17','2025-04-22 00:11:15','2025-04-21 23:28:17','2025-04-22 00:11:15',NULL,0,0,NULL,NULL),
(4627,'subscribers_email_count','completed',10,'2025-04-30 00:00:00','2025-04-30 00:01:44','2025-04-22 00:01:01','2025-04-30 00:01:44',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(4628,'mixpanel','completed',10,'2025-04-22 00:30:17','2025-04-22 00:31:44','2025-04-22 00:11:17','2025-04-22 00:31:44',NULL,0,0,NULL,NULL),
(4629,'mixpanel','completed',10,'2025-04-22 01:11:46','2025-04-22 01:12:41','2025-04-22 00:31:46','2025-04-22 01:12:41',NULL,0,0,NULL,NULL),
(4630,'mixpanel','completed',10,'2025-04-22 01:20:43','2025-04-22 01:20:53','2025-04-22 01:12:43','2025-04-22 01:20:53',NULL,0,0,NULL,NULL),
(4631,'mixpanel','completed',10,'2025-04-22 01:49:55','2025-04-22 01:51:36','2025-04-22 01:20:55','2025-04-22 01:51:36',NULL,0,0,NULL,NULL),
(4632,'mixpanel','completed',10,'2025-04-22 02:12:37','2025-04-22 02:14:07','2025-04-22 01:51:37','2025-04-22 02:14:07',NULL,0,0,NULL,NULL),
(4633,'mixpanel','completed',10,'2025-04-22 02:55:09','2025-04-22 02:56:21','2025-04-22 02:14:09','2025-04-22 02:56:21',NULL,0,0,NULL,NULL),
(4634,'mixpanel','completed',10,'2025-04-22 03:00:23','2025-04-22 03:00:27','2025-04-22 02:56:23','2025-04-22 03:00:27',NULL,0,0,NULL,NULL),
(4635,'mixpanel','completed',10,'2025-04-22 03:47:29','2025-04-22 03:47:33','2025-04-22 03:00:29','2025-04-22 03:47:33',NULL,0,0,NULL,NULL),
(4636,'mixpanel','completed',10,'2025-04-22 04:34:35','2025-04-22 04:35:41','2025-04-22 03:47:35','2025-04-22 04:35:41',NULL,0,0,NULL,NULL),
(4637,'mixpanel','completed',10,'2025-04-22 04:37:42','2025-04-22 04:37:43','2025-04-22 04:35:42','2025-04-22 04:37:43',NULL,0,0,NULL,NULL),
(4638,'mixpanel','completed',10,'2025-04-22 05:04:45','2025-04-22 05:06:24','2025-04-22 04:37:45','2025-04-22 05:06:24',NULL,0,0,NULL,NULL),
(4639,'subscribers_engagement_score','completed',10,'2025-04-23 17:18:00','2025-04-23 17:18:24','2025-04-22 04:45:55','2025-04-23 17:18:24',NULL,0,0,NULL,NULL),
(4640,'mixpanel','completed',10,'2025-04-22 05:43:25','2025-04-22 05:44:16','2025-04-22 05:06:25','2025-04-22 05:44:16',NULL,0,0,NULL,NULL),
(4641,'mixpanel','completed',10,'2025-04-22 06:17:18','2025-04-22 06:19:05','2025-04-22 05:44:18','2025-04-22 06:19:05',NULL,0,0,NULL,NULL),
(4642,'mixpanel','completed',10,'2025-04-22 06:49:07','2025-04-22 06:50:51','2025-04-22 06:19:07','2025-04-22 06:50:51',NULL,0,0,NULL,NULL),
(4643,'mixpanel','completed',10,'2025-04-22 07:43:53','2025-04-22 07:44:11','2025-04-22 06:50:53','2025-04-22 07:44:11',NULL,0,0,NULL,NULL),
(4644,'mixpanel','completed',10,'2025-04-22 07:48:13','2025-04-22 07:48:17','2025-04-22 07:44:13','2025-04-22 07:48:17',NULL,0,0,NULL,NULL),
(4645,'mixpanel','completed',10,'2025-04-22 08:31:19','2025-04-22 08:31:19','2025-04-22 07:48:19','2025-04-22 08:31:19',NULL,0,0,NULL,NULL),
(4646,'mixpanel','completed',10,'2025-04-22 08:44:21','2025-04-22 08:45:38','2025-04-22 08:33:21','2025-04-22 08:45:38',NULL,0,0,NULL,NULL),
(4647,'mixpanel','completed',10,'2025-04-22 09:04:39','2025-04-22 09:06:07','2025-04-22 08:45:39','2025-04-22 09:06:07',NULL,0,0,NULL,NULL),
(4648,'mixpanel','completed',10,'2025-04-22 09:42:08','2025-04-22 09:42:59','2025-04-22 09:06:08','2025-04-22 09:42:59',NULL,0,0,NULL,NULL),
(4649,'mixpanel','completed',10,'2025-04-22 10:09:00','2025-04-22 10:09:36','2025-04-22 09:43:00','2025-04-22 10:09:36',NULL,0,0,NULL,NULL),
(4650,'mixpanel','completed',10,'2025-04-22 11:02:37','2025-04-22 11:02:51','2025-04-22 10:09:37','2025-04-22 11:02:51',NULL,0,0,NULL,NULL),
(4651,'mixpanel','completed',10,'2025-04-22 11:11:52','2025-04-22 11:13:05','2025-04-22 11:02:52','2025-04-22 11:13:05',NULL,0,0,NULL,NULL),
(4652,'mixpanel','completed',10,'2025-04-22 12:03:07','2025-04-22 12:04:17','2025-04-22 11:13:07','2025-04-22 12:04:17',NULL,0,0,NULL,NULL),
(4653,'mixpanel','completed',10,'2025-04-22 12:10:19','2025-04-22 12:10:26','2025-04-22 12:04:19','2025-04-22 12:10:26',NULL,0,0,NULL,NULL),
(4654,'mixpanel','completed',10,'2025-04-22 12:23:27','2025-04-22 12:24:46','2025-04-22 12:10:27','2025-04-22 12:24:46',NULL,0,0,NULL,NULL),
(4655,'mixpanel','completed',10,'2025-04-22 12:49:48','2025-04-22 12:51:24','2025-04-22 12:24:48','2025-04-22 12:51:24',NULL,0,0,NULL,NULL),
(4656,'mixpanel','completed',10,'2025-04-22 12:53:25','2025-04-22 12:53:27','2025-04-22 12:51:25','2025-04-22 12:53:27',NULL,0,0,NULL,NULL),
(4657,'mixpanel','completed',10,'2025-04-22 13:29:28','2025-04-22 13:31:20','2025-04-22 12:53:28','2025-04-22 13:31:20',NULL,0,0,NULL,NULL),
(4658,'mixpanel','completed',10,'2025-04-22 14:14:21','2025-04-22 14:14:22','2025-04-22 13:31:21','2025-04-22 14:14:22',NULL,0,0,NULL,NULL),
(4659,'mixpanel','completed',10,'2025-04-22 15:03:23','2025-04-22 15:03:29','2025-04-22 14:16:23','2025-04-22 15:03:29',NULL,0,0,NULL,NULL),
(4660,'schedule_re_engagement_email','completed',10,'2025-04-23 14:30:45','2025-04-23 14:32:31','2025-04-22 14:30:45','2025-04-23 14:32:31',NULL,0,0,NULL,NULL),
(4661,'mixpanel','completed',10,'2025-04-22 15:13:31','2025-04-22 15:13:44','2025-04-22 15:03:31','2025-04-22 15:13:44',NULL,0,0,NULL,NULL),
(4662,'mixpanel','completed',10,'2025-04-22 15:15:45','2025-04-22 15:15:46','2025-04-22 15:13:45','2025-04-22 15:15:46',NULL,0,0,NULL,NULL),
(4663,'mixpanel','completed',10,'2025-04-22 15:23:48','2025-04-22 15:23:58','2025-04-22 15:15:48','2025-04-22 15:23:58',NULL,0,0,NULL,NULL),
(4664,'mixpanel','completed',10,'2025-04-22 16:07:00','2025-04-22 16:07:00','2025-04-22 15:24:00','2025-04-22 16:07:00',NULL,0,0,NULL,NULL),
(4665,'mixpanel','completed',10,'2025-04-22 16:10:02','2025-04-22 16:11:05','2025-04-22 16:09:02','2025-04-22 16:11:05',NULL,0,0,NULL,NULL),
(4666,'mixpanel','completed',10,'2025-04-22 17:00:06','2025-04-22 17:00:15','2025-04-22 16:11:06','2025-04-22 17:00:15',NULL,0,0,NULL,NULL),
(4667,'mixpanel','completed',10,'2025-04-22 17:36:17','2025-04-22 17:37:07','2025-04-22 17:00:17','2025-04-22 17:37:07',NULL,0,0,NULL,NULL),
(4668,'mixpanel','completed',10,'2025-04-22 17:37:08','2025-04-22 17:39:10','2025-04-22 17:37:08','2025-04-22 17:39:10',NULL,0,0,NULL,NULL),
(4669,'mixpanel','completed',10,'2025-04-22 17:56:11','2025-04-22 17:56:34','2025-04-22 17:39:11','2025-04-22 17:56:34',NULL,0,0,NULL,NULL),
(4670,'mixpanel','completed',10,'2025-04-22 18:49:35','2025-04-22 18:50:51','2025-04-22 17:56:35','2025-04-22 18:50:51',NULL,0,0,NULL,NULL),
(4671,'mixpanel','completed',10,'2025-04-22 19:11:53','2025-04-22 19:13:24','2025-04-22 18:50:53','2025-04-22 19:13:24',NULL,0,0,NULL,NULL),
(4672,'mixpanel','completed',10,'2025-04-22 19:55:26','2025-04-22 19:56:09','2025-04-22 19:13:26','2025-04-22 19:56:09',NULL,0,0,NULL,NULL),
(4673,'mixpanel','completed',10,'2025-04-22 20:01:09','2025-04-22 20:02:12','2025-04-22 19:56:09','2025-04-22 20:02:12',NULL,0,0,NULL,NULL),
(4674,'mixpanel','completed',10,'2025-04-22 20:30:13','2025-04-22 20:31:14','2025-04-22 20:02:13','2025-04-22 20:31:14',NULL,0,0,NULL,NULL),
(4675,'mixpanel','completed',10,'2025-04-22 20:41:16','2025-04-22 20:41:28','2025-04-22 20:31:16','2025-04-22 20:41:29',NULL,0,0,NULL,NULL),
(4676,'mixpanel','completed',10,'2025-04-22 20:50:29','2025-04-22 20:51:43','2025-04-22 20:41:29','2025-04-22 20:51:43',NULL,0,0,NULL,NULL),
(4677,'mixpanel','completed',10,'2025-04-22 21:43:43','2025-04-22 21:44:57','2025-04-22 20:51:43','2025-04-22 21:44:57',NULL,0,0,NULL,NULL),
(4678,'mixpanel','completed',10,'2025-04-22 22:07:59','2025-04-22 22:09:31','2025-04-22 21:44:59','2025-04-22 22:09:31',NULL,0,0,NULL,NULL),
(4679,'mixpanel','completed',10,'2025-04-22 22:26:33','2025-04-22 22:26:56','2025-04-22 22:09:33','2025-04-22 22:26:56',NULL,0,0,NULL,NULL),
(4680,'mixpanel','completed',10,'2025-04-22 23:03:57','2025-04-22 23:05:50','2025-04-22 22:26:57','2025-04-22 23:05:50',NULL,0,0,NULL,NULL),
(4681,'mixpanel','completed',10,'2025-04-22 23:50:51','2025-04-22 23:50:53','2025-04-22 23:05:51','2025-04-22 23:50:53',NULL,0,0,NULL,NULL),
(4682,'mixpanel','completed',10,'2025-04-23 00:20:55','2025-04-23 00:21:36','2025-04-22 23:50:55','2025-04-23 00:21:36',NULL,0,0,NULL,NULL),
(4683,'mixpanel','completed',10,'2025-04-23 00:48:37','2025-04-23 00:49:14','2025-04-23 00:21:37','2025-04-23 00:49:14',NULL,0,0,NULL,NULL),
(4684,'mixpanel','completed',10,'2025-04-23 01:23:16','2025-04-23 01:24:03','2025-04-23 00:49:16','2025-04-23 01:24:03',NULL,0,0,NULL,NULL),
(4685,'mixpanel','completed',10,'2025-04-23 02:19:04','2025-04-23 02:19:20','2025-04-23 01:24:04','2025-04-23 02:19:20',NULL,0,0,NULL,NULL),
(4686,'mixpanel','completed',10,'2025-04-23 02:19:22','2025-04-23 02:21:23','2025-04-23 02:19:22','2025-04-23 02:21:23',NULL,0,0,NULL,NULL),
(4687,'mixpanel','completed',10,'2025-04-23 02:54:24','2025-04-23 02:56:06','2025-04-23 02:21:24','2025-04-23 02:56:06',NULL,0,0,NULL,NULL),
(4688,'mixpanel','completed',10,'2025-04-23 03:46:08','2025-04-23 03:46:21','2025-04-23 02:56:08','2025-04-23 03:46:21',NULL,0,0,NULL,NULL),
(4689,'mixpanel','completed',10,'2025-04-23 04:33:23','2025-04-23 04:33:27','2025-04-23 03:46:23','2025-04-23 04:33:27',NULL,0,0,NULL,NULL),
(4690,'mixpanel','completed',10,'2025-04-23 05:04:29','2025-04-23 05:06:13','2025-04-23 04:33:29','2025-04-23 05:06:13',NULL,0,0,NULL,NULL),
(4691,'mixpanel','completed',10,'2025-04-23 05:06:15','2025-04-23 05:08:16','2025-04-23 05:06:15','2025-04-23 05:08:16',NULL,0,0,NULL,NULL),
(4692,'mixpanel','completed',10,'2025-04-23 06:00:18','2025-04-23 06:01:30','2025-04-23 05:08:18','2025-04-23 06:01:30',NULL,0,0,NULL,NULL),
(4693,'mixpanel','completed',10,'2025-04-23 06:27:32','2025-04-23 06:28:08','2025-04-23 06:01:32','2025-04-23 06:28:08',NULL,0,0,NULL,NULL),
(4694,'mixpanel','completed',10,'2025-04-23 07:14:09','2025-04-23 07:14:13','2025-04-23 06:28:09','2025-04-23 07:14:13',NULL,0,0,NULL,NULL),
(4695,'mixpanel','completed',10,'2025-04-23 07:53:14','2025-04-23 07:55:12','2025-04-23 07:14:14','2025-04-23 07:55:12',NULL,0,0,NULL,NULL),
(4696,'mixpanel','completed',10,'2025-04-23 08:06:14','2025-04-23 08:07:29','2025-04-23 07:55:14','2025-04-23 08:07:29',NULL,0,0,NULL,NULL),
(4697,'mixpanel','completed',10,'2025-04-23 08:25:31','2025-04-23 08:26:56','2025-04-23 08:07:31','2025-04-23 08:26:56',NULL,0,0,NULL,NULL),
(4698,'mixpanel','completed',10,'2025-04-23 08:46:58','2025-04-23 08:47:25','2025-04-23 08:26:58','2025-04-23 08:47:25',NULL,0,0,NULL,NULL),
(4699,'mixpanel','completed',10,'2025-04-23 09:16:27','2025-04-23 09:18:09','2025-04-23 08:47:27','2025-04-23 09:18:09',NULL,0,0,NULL,NULL),
(4700,'mixpanel','completed',10,'2025-04-23 09:30:11','2025-04-23 09:30:27','2025-04-23 09:18:11','2025-04-23 09:30:27',NULL,0,0,NULL,NULL),
(4701,'mixpanel','completed',10,'2025-04-23 10:10:28','2025-04-23 10:11:24','2025-04-23 09:30:28','2025-04-23 10:11:24',NULL,0,0,NULL,NULL),
(4702,'mixpanel','completed',10,'2025-04-23 10:23:25','2025-04-23 10:23:41','2025-04-23 10:11:25','2025-04-23 10:23:41',NULL,0,0,NULL,NULL),
(4703,'mixpanel','completed',10,'2025-04-23 10:31:43','2025-04-23 10:31:53','2025-04-23 10:23:43','2025-04-23 10:31:53',NULL,0,0,NULL,NULL),
(4704,'mixpanel','completed',10,'2025-04-23 11:00:54','2025-04-23 11:02:36','2025-04-23 10:31:54','2025-04-23 11:02:36',NULL,0,0,NULL,NULL),
(4705,'mixpanel','completed',10,'2025-04-23 11:45:37','2025-04-23 11:45:38','2025-04-23 11:02:37','2025-04-23 11:45:38',NULL,0,0,NULL,NULL),
(4706,'mixpanel','completed',10,'2025-04-23 12:26:39','2025-04-23 12:28:37','2025-04-23 11:47:39','2025-04-23 12:28:37',NULL,0,0,NULL,NULL),
(4707,'mixpanel','completed',10,'2025-04-23 13:12:39','2025-04-23 13:13:40','2025-04-23 12:28:39','2025-04-23 13:13:40',NULL,0,0,NULL,NULL),
(4708,'mixpanel','completed',10,'2025-04-23 13:57:42','2025-04-23 13:57:42','2025-04-23 13:13:42','2025-04-23 13:57:42',NULL,0,0,NULL,NULL),
(4709,'mixpanel','completed',10,'2025-04-23 14:26:44','2025-04-23 14:28:25','2025-04-23 13:57:44','2025-04-23 14:28:25',NULL,0,0,NULL,NULL),
(4710,'mixpanel','completed',10,'2025-04-23 15:10:27','2025-04-23 15:11:26','2025-04-23 14:28:27','2025-04-23 15:11:26',NULL,0,0,NULL,NULL),
(4711,'schedule_re_engagement_email','completed',10,'2025-04-24 14:32:33','2025-04-24 14:33:33','2025-04-23 14:32:33','2025-04-24 14:33:33',NULL,0,0,NULL,NULL),
(4712,'mixpanel','completed',10,'2025-04-23 15:28:27','2025-04-23 15:29:52','2025-04-23 15:11:27','2025-04-23 15:29:52',NULL,0,0,NULL,NULL),
(4713,'mixpanel','completed',10,'2025-04-23 15:50:53','2025-04-23 15:52:23','2025-04-23 15:29:53','2025-04-23 15:52:23',NULL,0,0,NULL,NULL),
(4714,'mixpanel','completed',10,'2025-04-23 16:48:25','2025-04-23 16:49:44','2025-04-23 15:52:25','2025-04-23 16:49:44',NULL,0,0,NULL,NULL),
(4715,'mixpanel','completed',10,'2025-04-23 17:03:45','2025-04-23 17:04:04','2025-04-23 16:49:45','2025-04-23 17:04:04',NULL,0,0,NULL,NULL),
(4716,'mixpanel','completed',10,'2025-04-23 17:19:06','2025-04-23 17:20:27','2025-04-23 17:04:06','2025-04-23 17:20:27',NULL,0,0,NULL,NULL),
(4717,'subscribers_engagement_score','completed',10,'2025-04-23 17:18:24','2025-04-23 17:18:26','2025-04-23 17:18:24','2025-04-23 17:18:26',NULL,0,0,NULL,NULL),
(4718,'subscribers_engagement_score','completed',10,'2025-04-24 14:30:00','2025-04-24 14:30:28','2025-04-23 17:18:26','2025-04-24 14:30:28',NULL,0,0,NULL,NULL),
(4719,'mixpanel','completed',10,'2025-04-23 17:55:28','2025-04-23 17:57:19','2025-04-23 17:20:28','2025-04-23 17:57:19',NULL,0,0,NULL,NULL),
(4720,'mixpanel','completed',10,'2025-04-23 18:21:20','2025-04-23 18:21:53','2025-04-23 17:57:20','2025-04-23 18:21:53',NULL,0,0,NULL,NULL),
(4721,'mixpanel','completed',10,'2025-04-23 18:59:55','2025-04-23 19:01:49','2025-04-23 18:21:55','2025-04-23 19:01:49',NULL,0,0,NULL,NULL),
(4722,'mixpanel','completed',10,'2025-04-23 19:59:51','2025-04-23 20:01:12','2025-04-23 19:01:51','2025-04-23 20:01:12',NULL,0,0,NULL,NULL),
(4723,'mixpanel','completed',10,'2025-04-23 20:49:14','2025-04-23 20:49:20','2025-04-23 20:01:14','2025-04-23 20:49:20',NULL,0,0,NULL,NULL),
(4724,'mixpanel','completed',10,'2025-04-23 21:42:21','2025-04-23 21:42:34','2025-04-23 20:49:21','2025-04-23 21:42:34',NULL,0,0,NULL,NULL),
(4725,'mixpanel','completed',10,'2025-04-23 22:33:36','2025-04-23 22:33:46','2025-04-23 21:42:36','2025-04-23 22:33:46',NULL,0,0,NULL,NULL),
(4726,'mixpanel','completed',10,'2025-04-23 22:35:48','2025-04-23 22:35:49','2025-04-23 22:33:48','2025-04-23 22:35:49',NULL,0,0,NULL,NULL),
(4727,'mixpanel','completed',10,'2025-04-23 23:20:50','2025-04-23 23:20:52','2025-04-23 22:35:50','2025-04-23 23:20:52',NULL,0,0,NULL,NULL),
(4728,'mixpanel','completed',10,'2025-04-23 23:42:53','2025-04-23 23:44:25','2025-04-23 23:20:53','2025-04-23 23:44:25',NULL,0,0,NULL,NULL),
(4729,'mixpanel','completed',10,'2025-04-24 00:09:26','2025-04-24 00:11:02','2025-04-23 23:44:26','2025-04-24 00:11:02',NULL,0,0,NULL,NULL),
(4730,'export_files_cleanup','completed',10,'2025-05-04 00:00:00','2025-05-04 00:01:10','2025-04-24 00:00:49','2025-05-04 00:01:10',NULL,0,0,NULL,NULL),
(4731,'mixpanel','completed',10,'2025-04-24 00:28:04','2025-04-24 00:28:27','2025-04-24 00:11:04','2025-04-24 00:28:27',NULL,0,0,NULL,NULL),
(4732,'mixpanel','completed',10,'2025-04-24 00:31:28','2025-04-24 00:32:32','2025-04-24 00:28:28','2025-04-24 00:32:32',NULL,0,0,NULL,NULL),
(4733,'mixpanel','completed',10,'2025-04-24 00:54:34','2025-04-24 00:55:04','2025-04-24 00:32:34','2025-04-24 00:55:04',NULL,0,0,NULL,NULL),
(4734,'mixpanel','completed',10,'2025-04-24 01:35:06','2025-04-24 01:38:05','2025-04-24 00:55:06','2025-04-24 01:38:05',NULL,0,0,NULL,NULL),
(4735,'mixpanel','completed',10,'2025-04-24 01:55:06','2025-04-24 01:55:29','2025-04-24 01:38:06','2025-04-24 01:55:29',NULL,0,0,NULL,NULL),
(4736,'mixpanel','completed',10,'2025-04-24 02:25:31','2025-04-24 02:25:58','2025-04-24 01:55:31','2025-04-24 02:25:58',NULL,0,0,NULL,NULL),
(4737,'mixpanel','completed',10,'2025-04-24 03:14:59','2025-04-24 03:15:21','2025-04-24 02:25:59','2025-04-24 03:15:21',NULL,0,0,NULL,NULL),
(4738,'mixpanel','completed',10,'2025-04-24 03:37:22','2025-04-24 03:37:53','2025-04-24 03:15:22','2025-04-24 03:37:53',NULL,0,0,NULL,NULL),
(4739,'mixpanel','completed',10,'2025-04-24 03:46:55','2025-04-24 03:48:07','2025-04-24 03:37:55','2025-04-24 03:48:07',NULL,0,0,NULL,NULL),
(4740,'mixpanel','completed',10,'2025-04-24 04:09:09','2025-04-24 04:10:39','2025-04-24 03:48:09','2025-04-24 04:10:39',NULL,0,0,NULL,NULL),
(4741,'mixpanel','completed',10,'2025-04-24 04:30:41','2025-04-24 04:31:08','2025-04-24 04:10:41','2025-04-24 04:31:08',NULL,0,0,NULL,NULL),
(4742,'mixpanel','completed',10,'2025-04-24 04:51:10','2025-04-24 04:52:39','2025-04-24 04:31:10','2025-04-24 04:52:39',NULL,0,0,NULL,NULL),
(4743,'mixpanel','completed',10,'2025-04-24 05:49:41','2025-04-24 05:50:00','2025-04-24 04:52:41','2025-04-24 05:50:00',NULL,0,0,NULL,NULL),
(4744,'mixpanel','completed',10,'2025-04-24 06:05:01','2025-04-24 06:05:22','2025-04-24 05:51:01','2025-04-24 06:05:22',NULL,0,0,NULL,NULL),
(4745,'mixpanel','completed',10,'2025-04-24 06:54:23','2025-04-24 06:54:37','2025-04-24 06:06:23','2025-04-24 06:54:37',NULL,0,0,NULL,NULL),
(4746,'mixpanel','completed',10,'2025-04-24 07:34:38','2025-04-24 07:35:36','2025-04-24 06:55:38','2025-04-24 07:35:36',NULL,0,0,NULL,NULL),
(4747,'mixpanel','completed',10,'2025-04-24 08:23:38','2025-04-24 08:23:47','2025-04-24 07:36:38','2025-04-24 08:23:47',NULL,0,0,NULL,NULL),
(4748,'mixpanel','completed',10,'2025-04-24 09:06:48','2025-04-24 09:07:49','2025-04-24 08:24:48','2025-04-24 09:07:49',NULL,0,0,NULL,NULL),
(4749,'mixpanel','completed',10,'2025-04-24 09:13:50','2025-04-24 09:13:57','2025-04-24 09:08:50','2025-04-24 09:13:57',NULL,0,0,NULL,NULL),
(4750,'mixpanel','completed',10,'2025-04-24 10:10:59','2025-04-24 10:11:19','2025-04-24 09:14:59','2025-04-24 10:11:19',NULL,0,0,NULL,NULL),
(4751,'mixpanel','completed',10,'2025-04-24 11:09:20','2025-04-24 11:09:42','2025-04-24 10:12:20','2025-04-24 11:09:42',NULL,0,0,NULL,NULL),
(4752,'mixpanel','completed',10,'2025-04-24 12:04:43','2025-04-24 12:05:00','2025-04-24 11:10:43','2025-04-24 12:05:00',NULL,0,0,NULL,NULL),
(4753,'mixpanel','completed',10,'2025-04-24 13:03:01','2025-04-24 13:03:22','2025-04-24 12:06:01','2025-04-24 13:03:22',NULL,0,0,NULL,NULL),
(4754,'mixpanel','completed',10,'2025-04-24 13:16:24','2025-04-24 13:16:41','2025-04-24 13:04:24','2025-04-24 13:16:41',NULL,0,0,NULL,NULL),
(4755,'mixpanel','completed',10,'2025-04-24 13:53:42','2025-04-24 13:54:37','2025-04-24 13:17:42','2025-04-24 13:54:37',NULL,0,0,NULL,NULL),
(4756,'mixpanel','completed',10,'2025-04-24 14:33:38','2025-04-24 14:34:34','2025-04-24 13:55:38','2025-04-24 14:34:34',NULL,0,0,NULL,NULL),
(4757,'subscribers_engagement_score','completed',10,'2025-04-25 18:26:00','2025-04-25 18:27:47','2025-04-24 14:30:28','2025-04-25 18:27:47',NULL,0,0,NULL,NULL),
(4758,'schedule_re_engagement_email','completed',10,'2025-04-25 14:34:34','2025-04-25 14:35:21','2025-04-24 14:34:34','2025-04-25 14:35:21',NULL,0,0,NULL,NULL),
(4759,'mixpanel','completed',10,'2025-04-24 15:20:35','2025-04-24 15:20:39','2025-04-24 14:35:35','2025-04-24 15:20:39',NULL,0,0,NULL,NULL),
(4760,'mixpanel','completed',10,'2025-04-24 16:01:40','2025-04-24 16:03:39','2025-04-24 15:21:40','2025-04-24 16:03:39',NULL,0,0,NULL,NULL),
(4761,'mixpanel','completed',10,'2025-04-24 16:29:41','2025-04-24 16:30:16','2025-04-24 16:03:41','2025-04-24 16:30:16',NULL,0,0,NULL,NULL),
(4762,'mixpanel','completed',10,'2025-04-24 17:14:18','2025-04-24 17:15:19','2025-04-24 16:30:18','2025-04-24 17:15:19',NULL,0,0,NULL,NULL),
(4763,'mixpanel','completed',10,'2025-04-24 17:29:21','2025-04-24 17:29:40','2025-04-24 17:15:21','2025-04-24 17:29:40',NULL,0,0,NULL,NULL),
(4764,'mixpanel','completed',10,'2025-04-24 18:27:41','2025-04-24 18:28:02','2025-04-24 17:29:41','2025-04-24 18:28:02',NULL,0,0,NULL,NULL),
(4765,'mixpanel','completed',10,'2025-04-24 18:40:03','2025-04-24 18:40:19','2025-04-24 18:28:03','2025-04-24 18:40:19',NULL,0,0,NULL,NULL),
(4766,'mixpanel','completed',10,'2025-04-24 19:19:20','2025-04-24 19:21:17','2025-04-24 18:40:20','2025-04-24 19:21:17',NULL,0,0,NULL,NULL),
(4767,'mixpanel','completed',10,'2025-04-24 20:06:18','2025-04-24 20:06:20','2025-04-24 19:21:18','2025-04-24 20:06:20',NULL,0,0,NULL,NULL),
(4768,'mixpanel','completed',10,'2025-04-24 20:34:22','2025-04-24 20:35:00','2025-04-24 20:06:22','2025-04-24 20:35:00',NULL,0,0,NULL,NULL),
(4769,'mixpanel','completed',10,'2025-04-24 20:36:02','2025-04-24 20:37:03','2025-04-24 20:35:02','2025-04-24 20:37:03',NULL,0,0,NULL,NULL),
(4770,'mixpanel','completed',10,'2025-04-24 21:29:04','2025-04-24 21:30:17','2025-04-24 20:37:04','2025-04-24 21:30:17',NULL,0,0,NULL,NULL),
(4771,'mixpanel','completed',10,'2025-04-24 22:00:19','2025-04-24 22:01:00','2025-04-24 21:30:19','2025-04-24 22:01:00',NULL,0,0,NULL,NULL),
(4772,'mixpanel','completed',10,'2025-04-24 22:12:02','2025-04-24 22:13:17','2025-04-24 22:01:02','2025-04-24 22:13:17',NULL,0,0,NULL,NULL),
(4773,'mixpanel','completed',10,'2025-04-24 22:12:19','2025-04-24 22:15:20','2025-04-24 22:13:19','2025-04-24 22:15:20',NULL,0,0,NULL,NULL),
(4774,'mixpanel','completed',10,'2025-04-24 22:30:22','2025-04-24 22:31:43','2025-04-24 22:15:22','2025-04-24 22:31:43',NULL,0,0,NULL,NULL),
(4775,'mixpanel','completed',10,'2025-04-24 22:35:45','2025-04-24 22:35:49','2025-04-24 22:31:45','2025-04-24 22:35:49',NULL,0,0,NULL,NULL),
(4776,'mixpanel','completed',10,'2025-04-24 23:14:50','2025-04-24 23:16:46','2025-04-24 22:35:50','2025-04-24 23:16:46',NULL,0,0,NULL,NULL),
(4777,'mixpanel','completed',10,'2025-04-24 23:41:48','2025-04-24 23:43:23','2025-04-24 23:16:48','2025-04-24 23:43:23',NULL,0,0,NULL,NULL),
(4778,'mixpanel','completed',10,'2025-04-24 23:52:25','2025-04-24 23:53:38','2025-04-24 23:43:25','2025-04-24 23:53:38',NULL,0,0,NULL,NULL),
(4779,'mixpanel','completed',10,'2025-04-25 00:16:39','2025-04-25 00:18:12','2025-04-24 23:53:39','2025-04-25 00:18:12',NULL,0,0,NULL,NULL),
(4780,'inactive_subscribers','completed',10,'2025-04-28 00:00:00','2025-04-28 00:00:01','2025-04-25 00:01:49','2025-04-28 00:00:01',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(4781,'mixpanel','completed',10,'2025-04-25 00:52:14','2025-04-25 00:53:01','2025-04-25 00:18:14','2025-04-25 00:53:01',NULL,0,0,NULL,NULL),
(4782,'mixpanel','completed',10,'2025-04-25 00:53:03','2025-04-25 00:55:05','2025-04-25 00:53:03','2025-04-25 00:55:05',NULL,0,0,NULL,NULL),
(4783,'mixpanel','completed',10,'2025-04-25 01:19:07','2025-04-25 01:19:39','2025-04-25 00:55:07','2025-04-25 01:19:40',NULL,0,0,NULL,NULL),
(4784,'mixpanel','completed',10,'2025-04-25 01:18:41','2025-04-25 01:21:42','2025-04-25 01:19:41','2025-04-25 01:21:42',NULL,0,0,NULL,NULL),
(4785,'mixpanel','completed',10,'2025-04-25 01:46:44','2025-04-25 01:48:20','2025-04-25 01:21:44','2025-04-25 01:48:20',NULL,0,0,NULL,NULL),
(4786,'mixpanel','completed',10,'2025-04-25 02:06:22','2025-04-25 02:06:45','2025-04-25 01:48:22','2025-04-25 02:06:46',NULL,0,0,NULL,NULL),
(4787,'mixpanel','completed',10,'2025-04-25 02:38:47','2025-04-25 02:40:36','2025-04-25 02:06:47','2025-04-25 02:40:36',NULL,0,0,NULL,NULL),
(4788,'mixpanel','completed',10,'2025-04-25 03:04:38','2025-04-25 03:05:11','2025-04-25 02:40:38','2025-04-25 03:05:11',NULL,0,0,NULL,NULL),
(4789,'mixpanel','completed',10,'2025-04-25 03:30:12','2025-04-25 03:31:48','2025-04-25 03:05:12','2025-04-25 03:31:48',NULL,0,0,NULL,NULL),
(4790,'mixpanel','completed',10,'2025-04-25 03:57:50','2025-04-25 03:58:26','2025-04-25 03:31:50','2025-04-25 03:58:26',NULL,0,0,NULL,NULL),
(4791,'mixpanel','completed',10,'2025-04-25 04:53:27','2025-04-25 04:53:43','2025-04-25 03:58:27','2025-04-25 04:53:43',NULL,0,0,NULL,NULL),
(4792,'mixpanel','completed',10,'2025-04-25 05:43:45','2025-04-25 05:44:55','2025-04-25 04:53:45','2025-04-25 05:44:55',NULL,0,0,NULL,NULL),
(4793,'mixpanel','completed',10,'2025-04-25 05:48:57','2025-04-25 05:49:01','2025-04-25 05:44:57','2025-04-25 05:49:01',NULL,0,0,NULL,NULL),
(4794,'mixpanel','completed',10,'2025-04-25 06:08:03','2025-04-25 06:09:30','2025-04-25 05:49:03','2025-04-25 06:09:30',NULL,0,0,NULL,NULL),
(4795,'mixpanel','completed',10,'2025-04-25 07:06:31','2025-04-25 07:06:50','2025-04-25 06:09:31','2025-04-25 07:06:50',NULL,0,0,NULL,NULL),
(4796,'mixpanel','completed',10,'2025-04-25 07:43:52','2025-04-25 07:44:43','2025-04-25 07:06:52','2025-04-25 07:44:43',NULL,0,0,NULL,NULL),
(4797,'mixpanel','completed',10,'2025-04-25 08:18:45','2025-04-25 08:21:35','2025-04-25 07:44:45','2025-04-25 08:21:35',NULL,0,0,NULL,NULL),
(4798,'mixpanel','completed',10,'2025-04-25 08:33:36','2025-04-25 08:33:52','2025-04-25 08:21:36','2025-04-25 08:33:52',NULL,0,0,NULL,NULL),
(4799,'mixpanel','completed',10,'2025-04-25 09:04:53','2025-04-25 09:06:38','2025-04-25 08:33:53','2025-04-25 09:06:38',NULL,0,0,NULL,NULL),
(4800,'mixpanel','completed',10,'2025-04-25 09:19:39','2025-04-25 09:20:58','2025-04-25 09:06:39','2025-04-25 09:20:58',NULL,0,0,NULL,NULL),
(4801,'mixpanel','completed',10,'2025-04-25 09:59:00','2025-04-25 09:59:52','2025-04-25 09:21:00','2025-04-25 09:59:52',NULL,0,0,NULL,NULL),
(4802,'mixpanel','completed',10,'2025-04-25 10:16:54','2025-04-25 10:18:19','2025-04-25 09:59:54','2025-04-25 10:18:19',NULL,0,0,NULL,NULL),
(4803,'mixpanel','completed',10,'2025-04-25 10:22:20','2025-04-25 10:22:24','2025-04-25 10:18:20','2025-04-25 10:22:24',NULL,0,0,NULL,NULL),
(4804,'mixpanel','completed',10,'2025-04-25 10:44:26','2025-04-25 10:44:56','2025-04-25 10:22:26','2025-04-25 10:44:56',NULL,0,0,NULL,NULL),
(4805,'mixpanel','completed',10,'2025-04-25 11:08:58','2025-04-25 11:09:31','2025-04-25 10:44:58','2025-04-25 11:09:31',NULL,0,0,NULL,NULL),
(4806,'mixpanel','completed',10,'2025-04-25 11:25:33','2025-04-25 11:25:54','2025-04-25 11:09:33','2025-04-25 11:25:54',NULL,0,0,NULL,NULL),
(4807,'mixpanel','completed',10,'2025-04-25 12:23:56','2025-04-25 12:25:18','2025-04-25 11:25:56','2025-04-25 12:25:18',NULL,0,0,NULL,NULL),
(4808,'mixpanel','completed',10,'2025-04-25 12:59:19','2025-04-25 13:00:07','2025-04-25 12:25:19','2025-04-25 13:00:07',NULL,0,0,NULL,NULL),
(4809,'mixpanel','completed',10,'2025-04-25 13:45:08','2025-04-25 13:45:11','2025-04-25 13:00:08','2025-04-25 13:45:11',NULL,0,0,NULL,NULL),
(4810,'mixpanel','completed',10,'2025-04-25 13:44:12','2025-04-25 13:47:14','2025-04-25 13:45:12','2025-04-25 13:47:14',NULL,0,0,NULL,NULL),
(4811,'mixpanel','completed',10,'2025-04-25 14:43:15','2025-04-25 14:43:33','2025-04-25 13:47:15','2025-04-25 14:43:33',NULL,0,0,NULL,NULL),
(4812,'schedule_re_engagement_email','completed',10,'2025-04-26 14:35:23','2025-04-26 14:37:06','2025-04-25 14:35:23','2025-04-26 14:37:06',NULL,0,0,NULL,NULL),
(4813,'mixpanel','completed',10,'2025-04-25 15:22:35','2025-04-25 15:24:30','2025-04-25 14:43:35','2025-04-25 15:24:30',NULL,0,0,NULL,NULL),
(4814,'mixpanel','completed',10,'2025-04-25 15:42:32','2025-04-25 15:42:56','2025-04-25 15:24:32','2025-04-25 15:42:56',NULL,0,0,NULL,NULL),
(4815,'mixpanel','completed',10,'2025-04-25 16:25:58','2025-04-25 16:25:58','2025-04-25 15:42:58','2025-04-25 16:25:58',NULL,0,0,NULL,NULL),
(4816,'mixpanel','completed',10,'2025-04-25 16:31:59','2025-04-25 16:32:05','2025-04-25 16:27:59','2025-04-25 16:32:05',NULL,0,0,NULL,NULL),
(4817,'mixpanel','completed',10,'2025-04-25 17:03:07','2025-04-25 17:04:51','2025-04-25 16:32:07','2025-04-25 17:04:51',NULL,0,0,NULL,NULL),
(4818,'mixpanel','completed',10,'2025-04-25 17:25:53','2025-04-25 17:26:21','2025-04-25 17:04:53','2025-04-25 17:26:21',NULL,0,0,NULL,NULL),
(4819,'mixpanel','completed',10,'2025-04-25 18:03:23','2025-04-25 18:05:16','2025-04-25 17:26:23','2025-04-25 18:05:16',NULL,0,0,NULL,NULL),
(4820,'mixpanel','completed',10,'2025-04-25 18:37:17','2025-04-25 18:38:02','2025-04-25 18:05:17','2025-04-25 18:38:02',NULL,0,0,NULL,NULL),
(4821,'subscribers_engagement_score','completed',10,'2025-04-25 18:27:47','2025-04-25 18:27:49','2025-04-25 18:27:47','2025-04-25 18:27:49',NULL,0,0,NULL,NULL),
(4822,'subscribers_engagement_score','completed',10,'2025-04-26 01:01:00','2025-04-26 01:01:12','2025-04-25 18:27:49','2025-04-26 01:01:12',NULL,0,0,NULL,NULL),
(4823,'mixpanel','completed',10,'2025-04-25 18:59:03','2025-04-25 18:59:32','2025-04-25 18:38:03','2025-04-25 18:59:32',NULL,0,0,NULL,NULL),
(4824,'mixpanel','completed',10,'2025-04-25 19:50:33','2025-04-25 19:50:44','2025-04-25 18:59:33','2025-04-25 19:50:44',NULL,0,0,NULL,NULL),
(4825,'mixpanel','completed',10,'2025-04-25 19:59:45','2025-04-25 20:00:58','2025-04-25 19:50:45','2025-04-25 20:00:58',NULL,0,0,NULL,NULL),
(4826,'mixpanel','completed',10,'2025-04-25 20:18:00','2025-04-25 20:18:22','2025-04-25 20:01:00','2025-04-25 20:18:22',NULL,0,0,NULL,NULL),
(4827,'mixpanel','completed',10,'2025-04-25 20:26:24','2025-04-25 20:26:34','2025-04-25 20:18:24','2025-04-25 20:26:34',NULL,0,0,NULL,NULL),
(4828,'mixpanel','completed',10,'2025-04-25 20:42:36','2025-04-25 20:44:36','2025-04-25 20:26:36','2025-04-25 20:44:36',NULL,0,0,NULL,NULL),
(4829,'mixpanel','completed',10,'2025-04-25 21:32:36','2025-04-25 21:35:01','2025-04-25 20:44:36','2025-04-25 21:35:01',NULL,0,0,NULL,NULL),
(4830,'mixpanel','completed',10,'2025-04-25 21:58:01','2025-04-25 21:58:45','2025-04-25 21:35:01','2025-04-25 21:58:45',NULL,0,0,NULL,NULL),
(4831,'mixpanel','completed',10,'2025-04-25 22:01:47','2025-04-25 22:02:51','2025-04-25 21:58:47','2025-04-25 22:02:51',NULL,0,0,NULL,NULL),
(4832,'mixpanel','completed',10,'2025-04-25 22:02:53','2025-04-25 22:04:54','2025-04-25 22:02:53','2025-04-25 22:04:54',NULL,0,0,NULL,NULL),
(4833,'mixpanel','completed',10,'2025-04-25 22:53:56','2025-04-25 22:55:07','2025-04-25 22:04:56','2025-04-25 22:55:07',NULL,0,0,NULL,NULL),
(4834,'mixpanel','completed',10,'2025-04-25 22:54:09','2025-04-25 22:57:11','2025-04-25 22:55:09','2025-04-25 22:57:11',NULL,0,0,NULL,NULL),
(4835,'mixpanel','completed',10,'2025-04-25 23:41:12','2025-04-25 23:42:16','2025-04-25 22:57:12','2025-04-25 23:42:16',NULL,0,0,NULL,NULL),
(4836,'mixpanel','completed',10,'2025-04-26 00:38:18','2025-04-26 00:39:41','2025-04-25 23:42:18','2025-04-26 00:39:41',NULL,0,0,NULL,NULL),
(4837,'mixpanel','completed',10,'2025-04-26 01:16:42','2025-04-26 01:17:36','2025-04-26 00:39:42','2025-04-26 01:17:36',NULL,0,0,NULL,NULL),
(4838,'subscribers_engagement_score','completed',10,'2025-04-27 02:38:00','2025-04-27 02:39:38','2025-04-26 01:01:12','2025-04-27 02:39:38',NULL,0,0,NULL,NULL),
(4839,'mixpanel','completed',10,'2025-04-26 02:00:38','2025-04-26 02:01:40','2025-04-26 01:17:38','2025-04-26 02:01:40',NULL,0,0,NULL,NULL),
(4840,'mixpanel','completed',10,'2025-04-26 02:13:42','2025-04-26 02:13:58','2025-04-26 02:01:42','2025-04-26 02:13:58',NULL,0,0,NULL,NULL),
(4841,'mixpanel','completed',10,'2025-04-26 03:02:00','2025-04-26 03:02:09','2025-04-26 02:14:00','2025-04-26 03:02:09',NULL,0,0,NULL,NULL),
(4842,'mixpanel','completed',10,'2025-04-26 03:59:10','2025-04-26 03:59:33','2025-04-26 03:02:10','2025-04-26 03:59:33',NULL,0,0,NULL,NULL),
(4843,'mixpanel','completed',10,'2025-04-26 04:41:35','2025-04-26 04:42:37','2025-04-26 03:59:35','2025-04-26 04:42:37',NULL,0,0,NULL,NULL),
(4844,'mixpanel','completed',10,'2025-04-26 05:17:38','2025-04-26 05:19:31','2025-04-26 04:42:38','2025-04-26 05:19:31',NULL,0,0,NULL,NULL),
(4845,'mixpanel','completed',10,'2025-04-26 05:23:32','2025-04-26 05:23:37','2025-04-26 05:19:32','2025-04-26 05:23:37',NULL,0,0,NULL,NULL),
(4846,'mixpanel','completed',10,'2025-04-26 05:41:38','2025-04-26 05:42:04','2025-04-26 05:23:38','2025-04-26 05:42:04',NULL,0,0,NULL,NULL),
(4847,'mixpanel','completed',10,'2025-04-26 06:05:05','2025-04-26 06:06:40','2025-04-26 05:42:05','2025-04-26 06:06:40',NULL,0,0,NULL,NULL),
(4848,'mixpanel','completed',10,'2025-04-26 06:43:42','2025-04-26 06:45:38','2025-04-26 06:06:42','2025-04-26 06:45:38',NULL,0,0,NULL,NULL),
(4849,'mixpanel','completed',10,'2025-04-26 06:57:40','2025-04-26 06:57:57','2025-04-26 06:45:40','2025-04-26 06:57:57',NULL,0,0,NULL,NULL),
(4850,'mixpanel','completed',10,'2025-04-26 07:35:58','2025-04-26 07:36:54','2025-04-26 06:57:58','2025-04-26 07:36:54',NULL,0,0,NULL,NULL),
(4851,'mixpanel','completed',10,'2025-04-26 07:44:55','2025-04-26 07:45:05','2025-04-26 07:36:55','2025-04-26 07:45:05',NULL,0,0,NULL,NULL),
(4852,'mixpanel','completed',10,'2025-04-26 08:22:07','2025-04-26 08:24:02','2025-04-26 07:45:07','2025-04-26 08:24:02',NULL,0,0,NULL,NULL),
(4853,'mixpanel','completed',10,'2025-04-26 08:43:04','2025-04-26 08:43:30','2025-04-26 08:24:04','2025-04-26 08:43:30',NULL,0,0,NULL,NULL),
(4854,'mixpanel','completed',10,'2025-04-26 09:41:32','2025-04-26 09:42:57','2025-04-26 08:43:32','2025-04-26 09:42:57',NULL,0,0,NULL,NULL),
(4855,'mixpanel','completed',10,'2025-04-26 10:38:59','2025-04-26 10:40:21','2025-04-26 09:42:59','2025-04-26 10:40:21',NULL,0,0,NULL,NULL),
(4856,'mixpanel','completed',10,'2025-04-26 10:56:22','2025-04-26 10:56:45','2025-04-26 10:40:22','2025-04-26 10:56:45',NULL,0,0,NULL,NULL),
(4857,'mixpanel','completed',10,'2025-04-26 11:28:46','2025-04-26 11:30:34','2025-04-26 10:56:46','2025-04-26 11:30:34',NULL,0,0,NULL,NULL),
(4858,'mixpanel','completed',10,'2025-04-26 12:19:35','2025-04-26 12:19:45','2025-04-26 11:30:35','2025-04-26 12:19:45',NULL,0,0,NULL,NULL),
(4859,'mixpanel','completed',10,'2025-04-26 12:18:47','2025-04-26 12:21:48','2025-04-26 12:19:47','2025-04-26 12:21:48',NULL,0,0,NULL,NULL),
(4860,'mixpanel','completed',10,'2025-04-26 12:39:50','2025-04-26 12:40:15','2025-04-26 12:21:50','2025-04-26 12:40:15',NULL,0,0,NULL,NULL),
(4861,'mixpanel','completed',10,'2025-04-26 13:07:17','2025-04-26 13:07:56','2025-04-26 12:40:17','2025-04-26 13:07:56',NULL,0,0,NULL,NULL),
(4862,'mixpanel','completed',10,'2025-04-26 13:52:58','2025-04-26 13:54:03','2025-04-26 13:07:58','2025-04-26 13:54:03',NULL,0,0,NULL,NULL),
(4863,'mixpanel','completed',10,'2025-04-26 14:19:05','2025-04-26 14:20:42','2025-04-26 13:54:05','2025-04-26 14:20:42',NULL,0,0,NULL,NULL),
(4864,'mixpanel','completed',10,'2025-04-26 14:20:44','2025-04-26 14:22:45','2025-04-26 14:20:44','2025-04-26 14:22:45',NULL,0,0,NULL,NULL),
(4865,'mixpanel','completed',10,'2025-04-26 15:13:46','2025-04-26 15:15:01','2025-04-26 14:22:46','2025-04-26 15:15:01',NULL,0,0,NULL,NULL),
(4866,'schedule_re_engagement_email','completed',10,'2025-04-27 14:37:07','2025-04-27 14:37:23','2025-04-26 14:37:07','2025-04-27 14:37:23',NULL,0,0,NULL,NULL),
(4867,'mixpanel','completed',10,'2025-04-26 16:13:03','2025-04-26 16:14:28','2025-04-26 15:15:03','2025-04-26 16:14:28',NULL,0,0,NULL,NULL),
(4868,'mixpanel','completed',10,'2025-04-26 16:26:30','2025-04-26 16:26:46','2025-04-26 16:14:30','2025-04-26 16:26:46',NULL,0,0,NULL,NULL),
(4869,'mixpanel','completed',10,'2025-04-26 16:34:48','2025-04-26 16:34:58','2025-04-26 16:26:48','2025-04-26 16:34:58',NULL,0,0,NULL,NULL),
(4870,'mixpanel','completed',10,'2025-04-26 16:40:00','2025-04-26 16:41:07','2025-04-26 16:35:00','2025-04-26 16:41:07',NULL,0,0,NULL,NULL),
(4871,'mixpanel','completed',10,'2025-04-26 17:37:09','2025-04-26 17:38:31','2025-04-26 16:41:09','2025-04-26 17:38:31',NULL,0,0,NULL,NULL),
(4872,'mixpanel','completed',10,'2025-04-26 17:59:33','2025-04-26 18:00:02','2025-04-26 17:38:33','2025-04-26 18:00:02',NULL,0,0,NULL,NULL),
(4873,'mixpanel','completed',10,'2025-04-26 18:14:04','2025-04-26 18:14:23','2025-04-26 18:00:04','2025-04-26 18:14:23',NULL,0,0,NULL,NULL),
(4874,'mixpanel','completed',10,'2025-04-26 18:43:25','2025-04-26 18:44:05','2025-04-26 18:14:25','2025-04-26 18:44:05',NULL,0,0,NULL,NULL),
(4875,'mixpanel','completed',10,'2025-04-26 19:14:06','2025-04-26 19:14:52','2025-04-26 18:44:06','2025-04-26 19:14:52',NULL,0,0,NULL,NULL),
(4876,'mixpanel','completed',10,'2025-04-26 19:33:53','2025-04-26 19:34:20','2025-04-26 19:14:53','2025-04-26 19:34:20',NULL,0,0,NULL,NULL),
(4877,'mixpanel','completed',10,'2025-04-26 19:37:21','2025-04-26 19:38:26','2025-04-26 19:34:21','2025-04-26 19:38:26',NULL,0,0,NULL,NULL),
(4878,'mixpanel','completed',10,'2025-04-26 20:17:27','2025-04-26 20:18:24','2025-04-26 19:38:27','2025-04-26 20:18:24',NULL,0,0,NULL,NULL),
(4879,'mixpanel','completed',10,'2025-04-26 21:02:25','2025-04-26 21:02:28','2025-04-26 20:18:25','2025-04-26 21:02:28',NULL,0,0,NULL,NULL),
(4880,'mixpanel','completed',10,'2025-04-26 21:05:29','2025-04-26 21:06:34','2025-04-26 21:02:29','2025-04-26 21:06:34',NULL,0,0,NULL,NULL),
(4881,'mixpanel','completed',10,'2025-04-26 21:45:35','2025-04-26 21:47:34','2025-04-26 21:06:35','2025-04-26 21:47:34',NULL,0,0,NULL,NULL),
(4882,'mixpanel','completed',10,'2025-04-26 21:46:35','2025-04-26 21:49:37','2025-04-26 21:47:35','2025-04-26 21:49:37',NULL,0,0,NULL,NULL),
(4883,'mixpanel','completed',10,'2025-04-26 22:37:38','2025-04-26 22:37:47','2025-04-26 21:49:38','2025-04-26 22:37:47',NULL,0,0,NULL,NULL),
(4884,'mixpanel','completed',10,'2025-04-26 23:24:48','2025-04-26 23:25:57','2025-04-26 22:37:48','2025-04-26 23:25:57',NULL,0,0,NULL,NULL),
(4885,'mixpanel','completed',10,'2025-04-27 00:20:58','2025-04-27 00:21:17','2025-04-26 23:25:58','2025-04-27 00:21:17',NULL,0,0,NULL,NULL),
(4886,'mixpanel','completed',10,'2025-04-27 00:58:18','2025-04-27 00:59:13','2025-04-27 00:21:18','2025-04-27 00:59:13',NULL,0,0,NULL,NULL),
(4887,'mixpanel','completed',10,'2025-04-27 01:25:14','2025-04-27 01:25:51','2025-04-27 00:59:14','2025-04-27 01:25:51',NULL,0,0,NULL,NULL),
(4888,'mixpanel','completed',10,'2025-04-27 01:52:53','2025-04-27 01:53:31','2025-04-27 01:25:53','2025-04-27 01:53:31',NULL,0,0,NULL,NULL),
(4889,'mixpanel','completed',10,'2025-04-27 02:31:32','2025-04-27 02:33:29','2025-04-27 01:53:32','2025-04-27 02:33:29',NULL,0,0,NULL,NULL),
(4890,'mixpanel','completed',10,'2025-04-27 02:53:30','2025-04-27 02:55:00','2025-04-27 02:33:30','2025-04-27 02:55:00',NULL,0,0,NULL,NULL),
(4891,'subscribers_engagement_score','completed',10,'2025-04-27 02:39:38','2025-04-27 02:39:39','2025-04-27 02:39:38','2025-04-27 02:39:39',NULL,0,0,NULL,NULL),
(4892,'subscribers_engagement_score','completed',10,'2025-04-28 07:15:00','2025-04-28 07:16:20','2025-04-27 02:39:39','2025-04-28 07:16:20',NULL,0,0,NULL,NULL),
(4893,'mixpanel','completed',10,'2025-04-27 03:51:02','2025-04-27 03:51:22','2025-04-27 02:55:02','2025-04-27 03:51:22',NULL,0,0,NULL,NULL),
(4894,'mixpanel','completed',10,'2025-04-27 04:48:23','2025-04-27 04:49:47','2025-04-27 03:51:23','2025-04-27 04:49:47',NULL,0,0,NULL,NULL),
(4895,'mixpanel','completed',10,'2025-04-27 04:49:49','2025-04-27 04:51:50','2025-04-27 04:49:49','2025-04-27 04:51:50',NULL,0,0,NULL,NULL),
(4896,'mixpanel','completed',10,'2025-04-27 04:55:52','2025-04-27 04:55:56','2025-04-27 04:51:52','2025-04-27 04:55:56',NULL,0,0,NULL,NULL),
(4897,'mixpanel','completed',10,'2025-04-27 05:49:58','2025-04-27 05:50:15','2025-04-27 04:55:58','2025-04-27 05:50:15',NULL,0,0,NULL,NULL),
(4898,'mixpanel','completed',10,'2025-04-27 06:40:17','2025-04-27 06:41:30','2025-04-27 05:50:17','2025-04-27 06:41:30',NULL,0,0,NULL,NULL),
(4899,'mixpanel','completed',10,'2025-04-27 07:01:32','2025-04-27 07:02:02','2025-04-27 06:41:32','2025-04-27 07:02:02',NULL,0,0,NULL,NULL),
(4900,'mixpanel','completed',10,'2025-04-27 07:51:04','2025-04-27 07:51:14','2025-04-27 07:02:04','2025-04-27 07:51:14',NULL,0,0,NULL,NULL),
(4901,'mixpanel','completed',10,'2025-04-27 07:58:16','2025-04-27 07:58:24','2025-04-27 07:51:16','2025-04-27 07:58:24',NULL,0,0,NULL,NULL),
(4902,'mixpanel','completed',10,'2025-04-27 08:39:26','2025-04-27 08:41:27','2025-04-27 07:58:26','2025-04-27 08:41:27',NULL,0,0,NULL,NULL),
(4903,'mixpanel','completed',10,'2025-04-27 09:20:28','2025-04-27 09:22:27','2025-04-27 08:41:28','2025-04-27 09:22:27',NULL,0,0,NULL,NULL),
(4904,'mixpanel','completed',10,'2025-04-27 09:34:29','2025-04-27 09:34:45','2025-04-27 09:22:29','2025-04-27 09:34:45',NULL,0,0,NULL,NULL),
(4905,'mixpanel','completed',10,'2025-04-27 10:17:47','2025-04-27 10:18:50','2025-04-27 09:34:47','2025-04-27 10:18:50',NULL,0,0,NULL,NULL),
(4906,'mixpanel','completed',10,'2025-04-27 10:47:52','2025-04-27 10:48:34','2025-04-27 10:18:52','2025-04-27 10:48:34',NULL,0,0,NULL,NULL),
(4907,'mixpanel','completed',10,'2025-04-27 11:21:35','2025-04-27 11:21:46','2025-04-27 10:48:35','2025-04-27 11:21:46',NULL,0,0,NULL,NULL),
(4908,'mixpanel','completed',10,'2025-04-27 11:49:47','2025-04-27 11:50:00','2025-04-27 11:21:47','2025-04-27 11:50:00',NULL,0,0,NULL,NULL),
(4909,'mixpanel','completed',10,'2025-04-27 12:23:05','2025-04-27 12:24:17','2025-04-27 11:51:05','2025-04-27 12:24:17',NULL,0,0,NULL,NULL),
(4910,'mixpanel','completed',10,'2025-04-27 13:13:18','2025-04-27 13:14:42','2025-04-27 12:24:18','2025-04-27 13:14:42',NULL,0,0,NULL,NULL),
(4911,'mixpanel','completed',10,'2025-04-27 13:40:43','2025-04-27 13:41:46','2025-04-27 13:14:43','2025-04-27 13:41:46',NULL,0,0,NULL,NULL),
(4912,'mixpanel','completed',10,'2025-04-27 14:36:47','2025-04-27 14:37:23','2025-04-27 13:41:47','2025-04-27 14:37:23',NULL,0,0,NULL,NULL),
(4913,'schedule_re_engagement_email','completed',10,'2025-04-28 14:37:24','2025-04-28 14:39:21','2025-04-27 14:37:24','2025-04-28 14:39:21',NULL,0,0,NULL,NULL),
(4914,'mixpanel','completed',10,'2025-04-27 15:13:24','2025-04-27 15:13:41','2025-04-27 14:37:24','2025-04-27 15:13:41',NULL,0,0,NULL,NULL),
(4915,'mixpanel','completed',10,'2025-04-27 15:45:42','2025-04-27 15:46:47','2025-04-27 15:13:42','2025-04-27 15:46:47',NULL,0,0,NULL,NULL),
(4916,'mixpanel','completed',10,'2025-04-27 15:52:48','2025-04-27 15:52:56','2025-04-27 15:46:48','2025-04-27 15:52:56',NULL,0,0,NULL,NULL),
(4917,'mixpanel','completed',10,'2025-04-27 16:13:57','2025-04-27 16:15:29','2025-04-27 15:52:57','2025-04-27 16:15:29',NULL,0,0,NULL,NULL),
(4918,'mixpanel','completed',10,'2025-04-27 16:29:31','2025-04-27 16:29:50','2025-04-27 16:15:31','2025-04-27 16:29:50',NULL,0,0,NULL,NULL),
(4919,'mixpanel','completed',10,'2025-04-27 17:21:52','2025-04-27 17:22:45','2025-04-27 16:29:52','2025-04-27 17:22:45',NULL,0,0,NULL,NULL),
(4920,'mixpanel','completed',10,'2025-04-27 17:38:46','2025-04-27 17:39:32','2025-04-27 17:22:46','2025-04-27 17:39:32',NULL,0,0,NULL,NULL),
(4921,'mixpanel','completed',10,'2025-04-27 17:46:33','2025-04-27 17:47:44','2025-04-27 17:39:33','2025-04-27 17:47:44',NULL,0,0,NULL,NULL),
(4922,'mixpanel','completed',10,'2025-04-27 17:46:45','2025-04-27 17:49:47','2025-04-27 17:47:45','2025-04-27 17:49:47',NULL,0,0,NULL,NULL),
(4923,'mixpanel','completed',10,'2025-04-27 18:01:48','2025-04-27 18:02:05','2025-04-27 17:49:48','2025-04-27 18:02:05',NULL,0,0,NULL,NULL),
(4924,'mixpanel','completed',10,'2025-04-27 18:24:07','2025-04-27 18:24:38','2025-04-27 18:02:07','2025-04-27 18:24:38',NULL,0,0,NULL,NULL),
(4925,'mixpanel','completed',10,'2025-04-27 18:36:40','2025-04-27 18:36:55','2025-04-27 18:24:40','2025-04-27 18:36:55',NULL,0,0,NULL,NULL),
(4926,'mixpanel','completed',10,'2025-04-27 19:08:57','2025-04-27 19:09:39','2025-04-27 18:36:57','2025-04-27 19:09:39',NULL,0,0,NULL,NULL),
(4927,'mixpanel','completed',10,'2025-04-27 19:39:39','2025-04-27 19:41:30','2025-04-27 19:09:39','2025-04-27 19:41:30',NULL,0,0,NULL,NULL),
(4928,'mixpanel','completed',10,'2025-04-27 20:25:31','2025-04-27 20:25:34','2025-04-27 19:41:31','2025-04-27 20:25:34',NULL,0,0,NULL,NULL),
(4929,'mixpanel','completed',10,'2025-04-27 20:48:35','2025-04-27 20:50:10','2025-04-27 20:25:35','2025-04-27 20:50:10',NULL,0,0,NULL,NULL),
(4930,'mixpanel','completed',10,'2025-04-27 21:19:11','2025-04-27 21:20:42','2025-04-27 20:50:11','2025-04-27 21:20:42',NULL,0,0,NULL,NULL),
(4931,'mixpanel','completed',10,'2025-04-27 21:35:43','2025-04-27 21:36:16','2025-04-27 21:20:43','2025-04-27 21:36:16',NULL,0,0,NULL,NULL),
(4932,'mixpanel','completed',10,'2025-04-27 22:15:18','2025-04-27 22:17:11','2025-04-27 21:36:18','2025-04-27 22:17:11',NULL,0,0,NULL,NULL),
(4933,'mixpanel','completed',10,'2025-04-27 23:05:11','2025-04-27 23:05:26','2025-04-27 22:17:11','2025-04-27 23:05:26',NULL,0,0,NULL,NULL),
(4934,'mixpanel','completed',10,'2025-04-27 23:19:28','2025-04-27 23:19:42','2025-04-27 23:05:28','2025-04-27 23:19:42',NULL,0,0,NULL,NULL),
(4935,'mixpanel','completed',10,'2025-04-27 23:58:42','2025-04-27 23:58:43','2025-04-27 23:19:42','2025-04-27 23:58:43',NULL,0,0,NULL,NULL),
(4936,'inactive_subscribers','completed',10,'2025-05-10 00:00:00','2025-05-10 00:01:56','2025-04-28 00:00:01','2025-05-10 00:01:56',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(4937,'mixpanel','completed',10,'2025-04-28 00:52:01','2025-04-28 00:52:28','2025-04-28 00:00:01','2025-04-28 00:52:28',NULL,0,0,NULL,NULL),
(4938,'mixpanel','completed',10,'2025-04-28 01:27:33','2025-04-28 01:27:52','2025-04-28 00:52:33','2025-04-28 01:27:52',NULL,0,0,NULL,NULL),
(4939,'mixpanel','completed',10,'2025-04-28 02:16:53','2025-04-28 02:18:05','2025-04-28 01:27:53','2025-04-28 02:18:05',NULL,0,0,NULL,NULL),
(4940,'mixpanel','completed',10,'2025-04-28 02:31:06','2025-04-28 02:32:26','2025-04-28 02:18:06','2025-04-28 02:32:26',NULL,0,0,NULL,NULL),
(4941,'mixpanel','completed',10,'2025-04-28 02:38:27','2025-04-28 02:38:35','2025-04-28 02:32:27','2025-04-28 02:38:35',NULL,0,0,NULL,NULL),
(4942,'mixpanel','completed',10,'2025-04-28 03:21:36','2025-04-28 03:21:38','2025-04-28 02:38:36','2025-04-28 03:21:38',NULL,0,0,NULL,NULL),
(4943,'mixpanel','completed',10,'2025-04-28 04:10:39','2025-04-28 04:10:50','2025-04-28 03:21:39','2025-04-28 04:10:50',NULL,0,0,NULL,NULL),
(4944,'mixpanel','completed',10,'2025-04-28 04:56:51','2025-04-28 04:56:57','2025-04-28 04:10:51','2025-04-28 04:56:57',NULL,0,0,NULL,NULL),
(4945,'mixpanel','completed',10,'2025-04-28 05:21:58','2025-04-28 05:23:36','2025-04-28 04:56:58','2025-04-28 05:23:36',NULL,0,0,NULL,NULL),
(4946,'mixpanel','completed',10,'2025-04-28 05:48:37','2025-04-28 05:49:13','2025-04-28 05:23:37','2025-04-28 05:49:13',NULL,0,0,NULL,NULL),
(4947,'mixpanel','completed',10,'2025-04-28 06:38:14','2025-04-28 06:39:26','2025-04-28 05:49:14','2025-04-28 06:39:26',NULL,0,0,NULL,NULL),
(4948,'mixpanel','completed',10,'2025-04-28 06:40:27','2025-04-28 06:41:29','2025-04-28 06:39:27','2025-04-28 06:41:29',NULL,0,0,NULL,NULL),
(4949,'mixpanel','completed',10,'2025-04-28 07:15:30','2025-04-28 07:16:20','2025-04-28 06:41:30','2025-04-28 07:16:20',NULL,0,0,NULL,NULL),
(4950,'subscribers_engagement_score','completed',10,'2025-04-28 07:16:20','2025-04-28 07:16:21','2025-04-28 07:16:20','2025-04-28 07:16:21',NULL,0,0,NULL,NULL),
(4951,'subscribers_engagement_score','completed',10,'2025-04-29 13:32:00','2025-04-29 13:50:57','2025-04-28 07:16:21','2025-04-29 13:50:57',NULL,0,0,NULL,NULL),
(4952,'mixpanel','completed',10,'2025-04-28 07:44:21','2025-04-28 07:45:01','2025-04-28 07:16:21','2025-04-28 07:45:01',NULL,0,0,NULL,NULL),
(4953,'mixpanel','completed',10,'2025-04-28 08:12:03','2025-04-28 08:13:52','2025-04-28 07:45:03','2025-04-28 08:13:52',NULL,0,0,NULL,NULL),
(4954,'mixpanel','completed',10,'2025-04-28 09:11:53','2025-04-28 09:13:18','2025-04-28 08:13:53','2025-04-28 09:13:18',NULL,0,0,NULL,NULL),
(4955,'mixpanel','completed',10,'2025-04-28 09:28:20','2025-04-28 09:29:42','2025-04-28 09:13:20','2025-04-28 09:29:42',NULL,0,0,NULL,NULL),
(4956,'mixpanel','completed',10,'2025-04-28 10:22:44','2025-04-28 10:24:01','2025-04-28 09:29:44','2025-04-28 10:24:01',NULL,0,0,NULL,NULL),
(4957,'mixpanel','completed',10,'2025-04-28 10:32:03','2025-04-28 10:32:13','2025-04-28 10:24:03','2025-04-28 10:32:13',NULL,0,0,NULL,NULL),
(4958,'mixpanel','completed',10,'2025-04-28 10:43:15','2025-04-28 10:44:31','2025-04-28 10:32:15','2025-04-28 10:44:31',NULL,0,0,NULL,NULL),
(4959,'mixpanel','completed',10,'2025-04-28 11:36:33','2025-04-28 11:36:47','2025-04-28 10:44:33','2025-04-28 11:36:47',NULL,0,0,NULL,NULL),
(4960,'mixpanel','completed',10,'2025-04-28 12:10:49','2025-04-28 12:11:38','2025-04-28 11:36:49','2025-04-28 12:11:38',NULL,0,0,NULL,NULL),
(4961,'mixpanel','completed',10,'2025-04-28 12:45:40','2025-04-28 12:47:30','2025-04-28 12:11:40','2025-04-28 12:47:30',NULL,0,0,NULL,NULL),
(4962,'mixpanel','completed',10,'2025-04-28 13:01:32','2025-04-28 13:01:51','2025-04-28 12:47:32','2025-04-28 13:01:51',NULL,0,0,NULL,NULL),
(4963,'mixpanel','completed',10,'2025-04-28 13:44:53','2025-04-28 13:45:56','2025-04-28 13:01:53','2025-04-28 13:45:56',NULL,0,0,NULL,NULL),
(4964,'mixpanel','completed',10,'2025-04-28 14:21:57','2025-04-28 14:22:49','2025-04-28 13:45:57','2025-04-28 14:22:49',NULL,0,0,NULL,NULL),
(4965,'mixpanel','completed',10,'2025-04-28 14:35:51','2025-04-28 14:37:18','2025-04-28 14:22:51','2025-04-28 14:37:18',NULL,0,0,NULL,NULL),
(4966,'mixpanel','completed',10,'2025-04-28 15:29:20','2025-04-28 15:29:35','2025-04-28 14:37:20','2025-04-28 15:29:35',NULL,0,0,NULL,NULL),
(4967,'schedule_re_engagement_email','completed',10,'2025-04-29 14:39:23','2025-04-29 15:10:51','2025-04-28 14:39:23','2025-04-29 15:10:51',NULL,0,0,NULL,NULL),
(4968,'mixpanel','completed',10,'2025-04-28 15:54:36','2025-04-28 15:55:12','2025-04-28 15:29:36','2025-04-28 15:55:12',NULL,0,0,NULL,NULL),
(4969,'mixpanel','completed',10,'2025-04-28 16:36:14','2025-04-28 16:36:14','2025-04-28 15:55:14','2025-04-28 16:36:14',NULL,0,0,NULL,NULL),
(4970,'mixpanel','completed',10,'2025-04-28 17:31:15','2025-04-28 17:32:35','2025-04-28 16:38:15','2025-04-28 17:32:35',NULL,0,0,NULL,NULL),
(4971,'mixpanel','completed',10,'2025-04-28 18:24:37','2025-04-28 18:24:54','2025-04-28 17:32:37','2025-04-28 18:24:54',NULL,0,0,NULL,NULL),
(4972,'mixpanel','completed',10,'2025-04-28 18:50:56','2025-04-28 18:51:35','2025-04-28 18:24:56','2025-04-28 18:51:35',NULL,0,0,NULL,NULL),
(4973,'mixpanel','completed',10,'2025-04-28 18:57:37','2025-04-28 18:57:44','2025-04-28 18:51:37','2025-04-28 18:57:44',NULL,0,0,NULL,NULL),
(4974,'mixpanel','completed',10,'2025-04-28 19:46:46','2025-04-28 19:46:57','2025-04-28 18:57:46','2025-04-28 19:46:57',NULL,0,0,NULL,NULL),
(4975,'mixpanel','completed',10,'2025-04-28 19:47:58','2025-04-28 19:49:00','2025-04-28 19:46:58','2025-04-28 19:49:00',NULL,0,0,NULL,NULL),
(4976,'mixpanel','completed',10,'2025-04-28 20:24:01','2025-04-28 20:25:03','2025-04-28 19:49:01','2025-04-28 20:25:03',NULL,0,0,NULL,NULL),
(4977,'mixpanel','completed',10,'2025-04-28 21:22:05','2025-04-28 21:22:27','2025-04-28 20:25:05','2025-04-28 21:22:27',NULL,0,0,NULL,NULL),
(4978,'mixpanel','completed',10,'2025-04-28 22:04:29','2025-04-28 22:04:30','2025-04-28 21:22:29','2025-04-28 22:04:30',NULL,0,0,NULL,NULL),
(4979,'mixpanel','completed',10,'2025-04-28 22:54:31','2025-04-28 22:55:43','2025-04-28 22:06:31','2025-04-28 22:55:43',NULL,0,0,NULL,NULL),
(4980,'mixpanel','completed',10,'2025-04-28 23:27:45','2025-04-28 23:28:31','2025-04-28 22:55:45','2025-04-28 23:28:31',NULL,0,0,NULL,NULL),
(4981,'mixpanel','completed',10,'2025-04-28 23:39:33','2025-04-28 23:40:49','2025-04-28 23:28:33','2025-04-28 23:40:49',NULL,0,0,NULL,NULL),
(4982,'mixpanel','completed',10,'2025-04-29 00:38:51','2025-04-29 00:39:14','2025-04-28 23:40:51','2025-04-29 00:39:14',NULL,0,0,NULL,NULL),
(4983,'mixpanel','completed',10,'2025-04-29 01:18:16','2025-04-29 01:19:34','2025-04-29 00:39:16','2025-04-29 01:19:34',NULL,0,0,NULL,NULL),
(4984,'mixpanel','completed',10,'2025-04-29 01:39:36','2025-04-29 01:39:42','2025-04-29 01:19:36','2025-04-29 01:39:42',NULL,0,0,NULL,NULL),
(4985,'mixpanel','completed',10,'2025-04-29 02:19:43','2025-04-29 02:20:41','2025-04-29 01:39:43','2025-04-29 02:20:41',NULL,0,0,NULL,NULL),
(4986,'mixpanel','completed',10,'2025-04-29 02:21:42','2025-04-29 02:22:44','2025-04-29 02:20:42','2025-04-29 02:22:44',NULL,0,0,NULL,NULL),
(4987,'mixpanel','completed',10,'2025-04-29 02:36:45','2025-04-29 02:38:30','2025-04-29 02:22:45','2025-04-29 02:38:30',NULL,0,0,NULL,NULL),
(4988,'mixpanel','completed',10,'2025-04-29 03:24:32','2025-04-29 03:25:15','2025-04-29 02:38:32','2025-04-29 03:25:15',NULL,0,0,NULL,NULL),
(4989,'mixpanel','completed',10,'2025-04-29 03:27:16','2025-04-29 03:27:18','2025-04-29 03:25:16','2025-04-29 03:27:18',NULL,0,0,NULL,NULL),
(4990,'mixpanel','completed',10,'2025-04-29 03:53:19','2025-04-29 03:53:57','2025-04-29 03:27:19','2025-04-29 03:53:57',NULL,0,0,NULL,NULL),
(4991,'mixpanel','completed',10,'2025-04-29 04:22:58','2025-04-29 04:23:40','2025-04-29 03:53:58','2025-04-29 04:23:40',NULL,0,0,NULL,NULL),
(4992,'mixpanel','completed',10,'2025-04-29 04:32:42','2025-04-29 04:32:54','2025-04-29 04:23:42','2025-04-29 04:32:54',NULL,0,0,NULL,NULL),
(4993,'mixpanel','completed',10,'2025-04-29 04:58:55','2025-04-29 05:00:34','2025-04-29 04:32:55','2025-04-29 05:00:34',NULL,0,0,NULL,NULL),
(4994,'mixpanel','completed',10,'2025-04-29 05:08:36','2025-04-29 05:08:49','2025-04-29 05:00:36','2025-04-29 05:08:49',NULL,0,0,NULL,NULL),
(4995,'mixpanel','completed',10,'2025-04-29 05:49:50','2025-04-29 05:51:49','2025-04-29 05:08:50','2025-04-29 05:51:49',NULL,0,0,NULL,NULL),
(4996,'mixpanel','completed',10,'2025-04-29 06:02:51','2025-04-29 06:03:06','2025-04-29 05:51:51','2025-04-29 06:03:06',NULL,0,0,NULL,NULL),
(4997,'mixpanel','completed',10,'2025-04-29 06:05:07','2025-04-29 06:05:09','2025-04-29 06:03:07','2025-04-29 06:05:09',NULL,0,0,NULL,NULL),
(4998,'mixpanel','completed',10,'2025-04-29 06:30:10','2025-04-29 06:30:47','2025-04-29 06:05:10','2025-04-29 06:30:47',NULL,0,0,NULL,NULL),
(4999,'mixpanel','completed',10,'2025-04-29 07:06:49','2025-04-29 07:09:42','2025-04-29 06:30:49','2025-04-29 07:09:42',NULL,0,0,NULL,NULL),
(5000,'mixpanel','completed',10,'2025-04-29 07:54:43','2025-04-29 07:54:45','2025-04-29 07:09:43','2025-04-29 07:54:45',NULL,0,0,NULL,NULL),
(5001,'mixpanel','completed',10,'2025-04-29 08:23:47','2025-04-29 08:25:28','2025-04-29 07:54:47','2025-04-29 08:25:28',NULL,0,0,NULL,NULL),
(5002,'mixpanel','completed',10,'2025-04-29 08:55:30','2025-04-29 08:56:11','2025-04-29 08:25:30','2025-04-29 08:56:11',NULL,0,0,NULL,NULL),
(5003,'mixpanel','completed',10,'2025-04-29 09:35:13','2025-04-29 09:38:10','2025-04-29 08:56:13','2025-04-29 09:38:10',NULL,0,0,NULL,NULL),
(5004,'mixpanel','completed',10,'2025-04-29 09:41:11','2025-04-29 09:41:14','2025-04-29 09:38:11','2025-04-29 09:41:14',NULL,0,0,NULL,NULL),
(5005,'mixpanel','completed',10,'2025-04-29 09:54:16','2025-04-29 09:55:34','2025-04-29 09:41:16','2025-04-29 09:55:34',NULL,0,0,NULL,NULL),
(5006,'mixpanel','completed',10,'2025-04-29 10:49:36','2025-04-29 10:49:50','2025-04-29 09:55:36','2025-04-29 10:49:50',NULL,0,0,NULL,NULL),
(5007,'mixpanel','completed',10,'2025-04-29 11:07:52','2025-04-29 11:08:16','2025-04-29 10:49:52','2025-04-29 11:08:16',NULL,0,0,NULL,NULL),
(5008,'mixpanel','completed',10,'2025-04-29 11:39:17','2025-04-29 11:40:00','2025-04-29 11:08:17','2025-04-29 11:40:00',NULL,0,0,NULL,NULL),
(5009,'mixpanel','completed',10,'2025-04-29 11:41:01','2025-04-29 11:42:03','2025-04-29 11:40:01','2025-04-29 11:42:03',NULL,0,0,NULL,NULL),
(5010,'mixpanel','completed',10,'2025-04-29 12:30:04','2025-04-29 12:30:35','2025-04-29 11:42:04','2025-04-29 12:30:35',NULL,0,0,NULL,NULL),
(5011,'mixpanel','completed',10,'2025-04-29 12:52:36','2025-04-29 13:12:26','2025-04-29 12:30:36','2025-04-29 13:12:26',NULL,0,0,NULL,NULL),
(5012,'mixpanel','completed',10,'2025-04-29 13:28:27','2025-04-29 13:50:57','2025-04-29 13:12:27','2025-04-29 13:50:57',NULL,0,0,NULL,NULL),
(5013,'subscribers_engagement_score','completed',10,'2025-04-29 13:50:57','2025-04-29 13:50:59','2025-04-29 13:50:57','2025-04-29 13:50:59',NULL,0,0,NULL,NULL),
(5014,'subscribers_engagement_score','completed',10,'2025-04-30 10:50:00','2025-04-30 10:50:35','2025-04-29 13:50:59','2025-04-30 10:50:35',NULL,0,0,NULL,NULL),
(5015,'mixpanel','completed',10,'2025-04-29 13:59:59','2025-04-29 15:10:51','2025-04-29 13:50:59','2025-04-29 15:10:51',NULL,0,0,NULL,NULL),
(5016,'schedule_re_engagement_email','completed',10,'2025-04-30 15:10:53','2025-04-30 15:12:45','2025-04-29 15:10:53','2025-04-30 15:12:45',NULL,0,0,NULL,NULL),
(5017,'mixpanel','completed',10,'2025-04-29 15:47:53','2025-04-29 16:53:17','2025-04-29 15:10:53','2025-04-29 16:53:17',NULL,0,0,NULL,NULL),
(5018,'mixpanel','completed',10,'2025-04-29 17:28:19','2025-04-29 17:47:59','2025-04-29 16:53:19','2025-04-29 17:47:59',NULL,0,0,NULL,NULL),
(5019,'mixpanel','completed',10,'2025-04-29 17:55:00','2025-04-29 18:10:46','2025-04-29 17:48:00','2025-04-29 18:10:46',NULL,0,0,NULL,NULL),
(5020,'mixpanel','completed',10,'2025-04-29 18:54:47','2025-04-29 19:20:11','2025-04-29 18:10:47','2025-04-29 19:20:11',NULL,0,0,NULL,NULL),
(5021,'mixpanel','completed',10,'2025-04-29 19:48:13','2025-04-29 19:48:51','2025-04-29 19:20:13','2025-04-29 19:48:51',NULL,0,0,NULL,NULL),
(5022,'mixpanel','completed',10,'2025-04-29 19:47:53','2025-04-29 19:50:54','2025-04-29 19:48:53','2025-04-29 19:50:54',NULL,0,0,NULL,NULL),
(5023,'mixpanel','completed',10,'2025-04-29 20:27:56','2025-04-29 20:28:47','2025-04-29 19:50:56','2025-04-29 20:28:47',NULL,0,0,NULL,NULL),
(5024,'mixpanel','completed',10,'2025-04-29 20:47:49','2025-04-29 20:49:16','2025-04-29 20:28:49','2025-04-29 20:49:16',NULL,0,0,NULL,NULL),
(5025,'mixpanel','completed',10,'2025-04-29 20:53:17','2025-04-29 20:53:21','2025-04-29 20:49:17','2025-04-29 20:53:21',NULL,0,0,NULL,NULL),
(5026,'mixpanel','completed',10,'2025-04-29 21:18:23','2025-04-29 21:19:59','2025-04-29 20:53:23','2025-04-29 21:19:59',NULL,0,0,NULL,NULL),
(5027,'mixpanel','completed',10,'2025-04-29 21:59:00','2025-04-29 22:00:56','2025-04-29 21:20:00','2025-04-29 22:00:56',NULL,0,0,NULL,NULL),
(5028,'mixpanel','completed',10,'2025-04-29 22:57:57','2025-04-29 22:59:17','2025-04-29 22:00:57','2025-04-29 22:59:17',NULL,0,0,NULL,NULL),
(5029,'mixpanel','completed',10,'2025-04-29 23:30:19','2025-04-29 23:33:04','2025-04-29 22:59:19','2025-04-29 23:33:04',NULL,0,0,NULL,NULL),
(5030,'mixpanel','completed',10,'2025-04-30 00:18:06','2025-04-30 00:19:08','2025-04-29 23:33:06','2025-04-30 00:19:08',NULL,0,0,NULL,NULL),
(5031,'subscribers_email_count','completed',10,'2025-05-11 00:00:00','2025-05-11 00:00:21','2025-04-30 00:01:44','2025-05-11 00:00:22',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(5032,'mixpanel','completed',10,'2025-04-30 01:12:10','2025-04-30 01:13:24','2025-04-30 00:19:10','2025-04-30 01:13:24',NULL,0,0,NULL,NULL),
(5033,'mixpanel','completed',10,'2025-04-30 01:16:25','2025-04-30 01:18:20','2025-04-30 01:13:25','2025-04-30 01:18:20',NULL,0,0,NULL,NULL),
(5034,'mixpanel','completed',10,'2025-04-30 01:32:21','2025-04-30 01:32:30','2025-04-30 01:18:21','2025-04-30 01:32:30',NULL,0,0,NULL,NULL),
(5035,'mixpanel','completed',10,'2025-04-30 02:22:31','2025-04-30 02:22:34','2025-04-30 01:32:31','2025-04-30 02:22:34',NULL,0,0,NULL,NULL),
(5036,'mixpanel','completed',10,'2025-04-30 03:09:36','2025-04-30 03:12:08','2025-04-30 02:22:36','2025-04-30 03:12:08',NULL,0,0,NULL,NULL),
(5037,'mixpanel','completed',10,'2025-04-30 03:44:09','2025-04-30 03:45:55','2025-04-30 03:12:09','2025-04-30 03:45:55',NULL,0,0,NULL,NULL),
(5038,'mixpanel','completed',10,'2025-04-30 03:59:56','2025-04-30 04:01:17','2025-04-30 03:45:56','2025-04-30 04:01:17',NULL,0,0,NULL,NULL),
(5039,'mixpanel','completed',10,'2025-04-30 04:44:18','2025-04-30 04:44:19','2025-04-30 04:01:18','2025-04-30 04:44:19',NULL,0,0,NULL,NULL),
(5040,'mixpanel','completed',10,'2025-04-30 05:38:20','2025-04-30 05:38:33','2025-04-30 04:46:20','2025-04-30 05:38:33',NULL,0,0,NULL,NULL),
(5041,'mixpanel','completed',10,'2025-04-30 06:11:35','2025-04-30 06:13:21','2025-04-30 05:38:35','2025-04-30 06:13:21',NULL,0,0,NULL,NULL),
(5042,'mixpanel','completed',10,'2025-04-30 06:44:23','2025-04-30 06:47:08','2025-04-30 06:13:23','2025-04-30 06:47:08',NULL,0,0,NULL,NULL),
(5043,'mixpanel','completed',10,'2025-04-30 07:08:10','2025-04-30 07:09:40','2025-04-30 06:47:10','2025-04-30 07:09:40',NULL,0,0,NULL,NULL),
(5044,'mixpanel','completed',10,'2025-04-30 07:17:42','2025-04-30 07:17:52','2025-04-30 07:09:42','2025-04-30 07:17:52',NULL,0,0,NULL,NULL),
(5045,'mixpanel','completed',10,'2025-04-30 07:41:53','2025-04-30 07:43:14','2025-04-30 07:17:53','2025-04-30 07:43:14',NULL,0,0,NULL,NULL),
(5046,'mixpanel','completed',10,'2025-04-30 08:33:15','2025-04-30 08:34:24','2025-04-30 07:43:15','2025-04-30 08:34:24',NULL,0,0,NULL,NULL),
(5047,'mixpanel','completed',10,'2025-04-30 08:59:26','2025-04-30 09:01:01','2025-04-30 08:34:26','2025-04-30 09:01:01',NULL,0,0,NULL,NULL),
(5048,'mixpanel','completed',10,'2025-04-30 09:21:03','2025-04-30 09:22:31','2025-04-30 09:01:03','2025-04-30 09:22:31',NULL,0,0,NULL,NULL),
(5049,'mixpanel','completed',10,'2025-04-30 09:44:33','2025-04-30 09:45:03','2025-04-30 09:22:33','2025-04-30 09:45:03',NULL,0,0,NULL,NULL),
(5050,'mixpanel','completed',10,'2025-04-30 10:30:04','2025-04-30 10:30:06','2025-04-30 09:45:04','2025-04-30 10:30:06',NULL,0,0,NULL,NULL),
(5051,'mixpanel','completed',10,'2025-04-30 10:30:08','2025-04-30 10:32:09','2025-04-30 10:30:08','2025-04-30 10:32:09',NULL,0,0,NULL,NULL),
(5052,'mixpanel','completed',10,'2025-04-30 10:52:10','2025-04-30 10:52:37','2025-04-30 10:32:10','2025-04-30 10:52:37',NULL,0,0,NULL,NULL),
(5053,'subscribers_engagement_score','completed',10,'2025-05-01 22:25:00','2025-05-01 22:25:57','2025-04-30 10:50:35','2025-05-01 22:25:57',NULL,0,0,NULL,NULL),
(5054,'mixpanel','completed',10,'2025-04-30 11:17:39','2025-04-30 11:18:13','2025-04-30 10:52:39','2025-04-30 11:18:13',NULL,0,0,NULL,NULL),
(5055,'mixpanel','completed',10,'2025-04-30 11:37:15','2025-04-30 11:37:41','2025-04-30 11:18:15','2025-04-30 11:37:41',NULL,0,0,NULL,NULL),
(5056,'mixpanel','completed',10,'2025-04-30 12:13:42','2025-04-30 12:14:32','2025-04-30 11:37:42','2025-04-30 12:14:32',NULL,0,0,NULL,NULL),
(5057,'mixpanel','completed',10,'2025-04-30 13:05:34','2025-04-30 13:05:45','2025-04-30 12:14:34','2025-04-30 13:05:45',NULL,0,0,NULL,NULL),
(5058,'mixpanel','completed',10,'2025-04-30 14:01:46','2025-04-30 14:02:04','2025-04-30 13:05:46','2025-04-30 14:02:04',NULL,0,0,NULL,NULL),
(5059,'mixpanel','completed',10,'2025-04-30 14:30:05','2025-04-30 14:31:45','2025-04-30 14:02:05','2025-04-30 14:31:45',NULL,0,0,NULL,NULL),
(5060,'mixpanel','completed',10,'2025-04-30 15:10:47','2025-04-30 15:12:45','2025-04-30 14:31:47','2025-04-30 15:12:45',NULL,0,0,NULL,NULL),
(5061,'schedule_re_engagement_email','completed',10,'2025-05-01 15:12:47','2025-05-01 15:13:41','2025-04-30 15:12:47','2025-05-01 15:13:41',NULL,0,0,NULL,NULL),
(5062,'mixpanel','completed',10,'2025-04-30 16:06:47','2025-04-30 16:08:03','2025-04-30 15:12:47','2025-04-30 16:08:03',NULL,0,0,NULL,NULL),
(5063,'mixpanel','completed',10,'2025-04-30 16:10:04','2025-04-30 16:10:06','2025-04-30 16:08:04','2025-04-30 16:10:06',NULL,0,0,NULL,NULL),
(5064,'mixpanel','completed',10,'2025-04-30 16:43:07','2025-04-30 16:43:53','2025-04-30 16:10:07','2025-04-30 16:43:53',NULL,0,0,NULL,NULL),
(5065,'mixpanel','completed',10,'2025-04-30 17:28:55','2025-04-30 17:29:57','2025-04-30 16:43:55','2025-04-30 17:29:57',NULL,0,0,NULL,NULL),
(5066,'mixpanel','completed',10,'2025-04-30 18:13:59','2025-04-30 18:15:00','2025-04-30 17:29:59','2025-04-30 18:15:00',NULL,0,0,NULL,NULL),
(5067,'mixpanel','completed',10,'2025-04-30 18:25:02','2025-04-30 18:26:16','2025-04-30 18:15:02','2025-04-30 18:26:16',NULL,0,0,NULL,NULL),
(5068,'mixpanel','completed',10,'2025-04-30 19:08:17','2025-04-30 19:09:16','2025-04-30 18:26:17','2025-04-30 19:09:16',NULL,0,0,NULL,NULL),
(5069,'mixpanel','completed',10,'2025-04-30 19:11:18','2025-04-30 19:11:19','2025-04-30 19:09:18','2025-04-30 19:11:19',NULL,0,0,NULL,NULL),
(5070,'mixpanel','completed',10,'2025-04-30 19:22:21','2025-04-30 19:23:36','2025-04-30 19:11:21','2025-04-30 19:23:36',NULL,0,0,NULL,NULL),
(5071,'mixpanel','completed',10,'2025-04-30 19:27:38','2025-04-30 19:27:42','2025-04-30 19:23:38','2025-04-30 19:27:42',NULL,0,0,NULL,NULL),
(5072,'mixpanel','completed',10,'2025-04-30 19:27:44','2025-04-30 19:29:45','2025-04-30 19:27:44','2025-04-30 19:29:45',NULL,0,0,NULL,NULL),
(5073,'mixpanel','completed',10,'2025-04-30 20:13:47','2025-04-30 20:14:48','2025-04-30 19:29:47','2025-04-30 20:14:48',NULL,0,0,NULL,NULL),
(5074,'mixpanel','completed',10,'2025-04-30 21:07:49','2025-04-30 21:09:04','2025-04-30 20:14:49','2025-04-30 21:09:04',NULL,0,0,NULL,NULL),
(5075,'mixpanel','completed',10,'2025-04-30 21:37:06','2025-04-30 21:37:45','2025-04-30 21:09:06','2025-04-30 21:37:45',NULL,0,0,NULL,NULL),
(5076,'mixpanel','completed',10,'2025-04-30 22:06:47','2025-04-30 22:07:27','2025-04-30 21:37:47','2025-04-30 22:07:27',NULL,0,0,NULL,NULL),
(5077,'mixpanel','completed',10,'2025-04-30 23:03:28','2025-04-30 23:04:47','2025-04-30 22:07:28','2025-04-30 23:04:47',NULL,0,0,NULL,NULL),
(5078,'mixpanel','completed',10,'2025-05-01 00:02:49','2025-05-01 00:03:08','2025-04-30 23:04:49','2025-05-01 00:03:08',NULL,0,0,NULL,NULL),
(5079,'mixpanel','completed',10,'2025-05-01 01:01:10','2025-05-01 01:02:31','2025-05-01 00:03:10','2025-05-01 01:02:31',NULL,0,0,NULL,NULL),
(5080,'mixpanel','completed',10,'2025-05-01 01:18:33','2025-05-01 01:18:51','2025-05-01 01:02:33','2025-05-01 01:18:51',NULL,0,0,NULL,NULL),
(5081,'mixpanel','completed',10,'2025-05-01 01:45:52','2025-05-01 01:47:33','2025-05-01 01:18:52','2025-05-01 01:47:33',NULL,0,0,NULL,NULL),
(5082,'mixpanel','completed',10,'2025-05-01 02:29:35','2025-05-01 02:30:33','2025-05-01 01:47:35','2025-05-01 02:30:33',NULL,0,0,NULL,NULL),
(5083,'mixpanel','completed',10,'2025-05-01 02:37:34','2025-05-01 02:38:44','2025-05-01 02:30:34','2025-05-01 02:38:44',NULL,0,0,NULL,NULL),
(5084,'mixpanel','completed',10,'2025-05-01 03:15:46','2025-05-01 03:16:37','2025-05-01 02:38:46','2025-05-01 03:16:37',NULL,0,0,NULL,NULL),
(5085,'mixpanel','completed',10,'2025-05-01 04:10:38','2025-05-01 04:12:56','2025-05-01 03:16:38','2025-05-01 04:12:56',NULL,0,0,NULL,NULL),
(5086,'mixpanel','completed',10,'2025-05-01 04:11:57','2025-05-01 04:14:59','2025-05-01 04:12:57','2025-05-01 04:14:59',NULL,0,0,NULL,NULL),
(5087,'mixpanel','completed',10,'2025-05-01 04:31:00','2025-05-01 04:32:23','2025-05-01 04:15:00','2025-05-01 04:32:23',NULL,0,0,NULL,NULL),
(5088,'mixpanel','completed',10,'2025-05-01 05:19:25','2025-05-01 05:19:30','2025-05-01 04:32:25','2025-05-01 05:19:30',NULL,0,0,NULL,NULL),
(5089,'mixpanel','completed',10,'2025-05-01 05:37:32','2025-05-01 05:37:56','2025-05-01 05:19:32','2025-05-01 05:37:56',NULL,0,0,NULL,NULL),
(5090,'mixpanel','completed',10,'2025-05-01 06:35:58','2025-05-01 06:37:21','2025-05-01 05:37:58','2025-05-01 06:37:21',NULL,0,0,NULL,NULL),
(5091,'mixpanel','completed',10,'2025-05-01 07:02:22','2025-05-01 07:03:59','2025-05-01 06:37:22','2025-05-01 07:03:59',NULL,0,0,NULL,NULL),
(5092,'mixpanel','completed',10,'2025-05-01 08:01:00','2025-05-01 08:01:20','2025-05-01 07:04:00','2025-05-01 08:01:20',NULL,0,0,NULL,NULL),
(5093,'mixpanel','completed',10,'2025-05-01 08:22:22','2025-05-01 08:23:52','2025-05-01 08:01:22','2025-05-01 08:23:52',NULL,0,0,NULL,NULL),
(5094,'mixpanel','completed',10,'2025-05-01 08:55:54','2025-05-01 08:56:39','2025-05-01 08:23:54','2025-05-01 08:56:39',NULL,0,0,NULL,NULL),
(5095,'mixpanel','completed',10,'2025-05-01 09:16:41','2025-05-01 09:17:08','2025-05-01 08:56:41','2025-05-01 09:17:08',NULL,0,0,NULL,NULL),
(5096,'mixpanel','completed',10,'2025-05-01 09:23:10','2025-05-01 09:23:17','2025-05-01 09:17:10','2025-05-01 09:23:17',NULL,0,0,NULL,NULL),
(5097,'mixpanel','completed',10,'2025-05-01 10:06:19','2025-05-01 10:06:20','2025-05-01 09:23:19','2025-05-01 10:06:20',NULL,0,0,NULL,NULL),
(5098,'mixpanel','completed',10,'2025-05-01 10:15:21','2025-05-01 10:16:33','2025-05-01 10:08:21','2025-05-01 10:16:33',NULL,0,0,NULL,NULL),
(5099,'mixpanel','completed',10,'2025-05-01 10:27:34','2025-05-01 10:28:50','2025-05-01 10:16:34','2025-05-01 10:28:50',NULL,0,0,NULL,NULL),
(5100,'mixpanel','completed',10,'2025-05-01 10:37:52','2025-05-01 10:39:05','2025-05-01 10:28:52','2025-05-01 10:39:05',NULL,0,0,NULL,NULL),
(5101,'mixpanel','completed',10,'2025-05-01 11:02:06','2025-05-01 11:03:39','2025-05-01 10:39:06','2025-05-01 11:03:39',NULL,0,0,NULL,NULL),
(5102,'mixpanel','completed',10,'2025-05-01 11:19:41','2025-05-01 11:20:03','2025-05-01 11:03:41','2025-05-01 11:20:03',NULL,0,0,NULL,NULL),
(5103,'mixpanel','completed',10,'2025-05-01 11:21:04','2025-05-01 11:22:06','2025-05-01 11:20:04','2025-05-01 11:22:06',NULL,0,0,NULL,NULL),
(5104,'mixpanel','completed',10,'2025-05-01 11:28:07','2025-05-01 11:28:14','2025-05-01 11:22:07','2025-05-01 11:28:14',NULL,0,0,NULL,NULL),
(5105,'mixpanel','completed',10,'2025-05-01 11:42:16','2025-05-01 11:42:35','2025-05-01 11:28:16','2025-05-01 11:42:35',NULL,0,0,NULL,NULL),
(5106,'mixpanel','completed',10,'2025-05-01 12:06:36','2025-05-01 12:07:10','2025-05-01 11:42:36','2025-05-01 12:07:10',NULL,0,0,NULL,NULL),
(5107,'mixpanel','completed',10,'2025-05-01 12:32:11','2025-05-01 12:33:47','2025-05-01 12:07:11','2025-05-01 12:33:47',NULL,0,0,NULL,NULL),
(5108,'mixpanel','completed',10,'2025-05-01 13:09:49','2025-05-01 13:10:40','2025-05-01 12:33:49','2025-05-01 13:10:40',NULL,0,0,NULL,NULL),
(5109,'mixpanel','completed',10,'2025-05-01 14:06:41','2025-05-01 14:08:01','2025-05-01 13:10:41','2025-05-01 14:08:01',NULL,0,0,NULL,NULL),
(5110,'mixpanel','completed',10,'2025-05-01 14:44:03','2025-05-01 14:45:01','2025-05-01 14:08:03','2025-05-01 14:45:01',NULL,0,0,NULL,NULL),
(5111,'mixpanel','completed',10,'2025-05-01 15:30:02','2025-05-01 15:30:05','2025-05-01 14:45:02','2025-05-01 15:30:05',NULL,0,0,NULL,NULL),
(5112,'schedule_re_engagement_email','completed',10,'2025-05-02 15:13:43','2025-05-02 15:14:07','2025-05-01 15:13:43','2025-05-02 15:14:07',NULL,0,0,NULL,NULL),
(5113,'mixpanel','completed',10,'2025-05-01 15:31:06','2025-05-01 15:32:08','2025-05-01 15:30:06','2025-05-01 15:32:08',NULL,0,0,NULL,NULL),
(5114,'mixpanel','completed',10,'2025-05-01 15:50:09','2025-05-01 15:50:34','2025-05-01 15:32:09','2025-05-01 15:50:34',NULL,0,0,NULL,NULL),
(5115,'mixpanel','completed',10,'2025-05-01 16:19:36','2025-05-01 16:21:18','2025-05-01 15:50:36','2025-05-01 16:21:18',NULL,0,0,NULL,NULL),
(5116,'mixpanel','completed',10,'2025-05-01 16:34:20','2025-05-01 16:35:38','2025-05-01 16:21:20','2025-05-01 16:35:38',NULL,0,0,NULL,NULL),
(5117,'mixpanel','completed',10,'2025-05-01 16:45:40','2025-05-01 16:45:53','2025-05-01 16:35:40','2025-05-01 16:45:53',NULL,0,0,NULL,NULL),
(5118,'mixpanel','completed',10,'2025-05-01 17:04:55','2025-05-01 17:05:21','2025-05-01 16:45:55','2025-05-01 17:05:21',NULL,0,0,NULL,NULL),
(5119,'mixpanel','completed',10,'2025-05-01 17:36:22','2025-05-01 17:38:07','2025-05-01 17:05:22','2025-05-01 17:38:07',NULL,0,0,NULL,NULL),
(5120,'mixpanel','completed',10,'2025-05-01 18:28:09','2025-05-01 18:29:20','2025-05-01 17:38:09','2025-05-01 18:29:20',NULL,0,0,NULL,NULL),
(5121,'mixpanel','completed',10,'2025-05-01 18:55:21','2025-05-01 18:55:58','2025-05-01 18:29:21','2025-05-01 18:55:58',NULL,0,0,NULL,NULL),
(5122,'mixpanel','completed',10,'2025-05-01 19:09:59','2025-05-01 19:10:18','2025-05-01 18:55:59','2025-05-01 19:10:18',NULL,0,0,NULL,NULL),
(5123,'mixpanel','completed',10,'2025-05-01 19:40:20','2025-05-01 19:41:02','2025-05-01 19:10:20','2025-05-01 19:41:02',NULL,0,0,NULL,NULL),
(5124,'mixpanel','completed',10,'2025-05-01 20:04:04','2025-05-01 20:04:04','2025-05-01 19:41:04','2025-05-01 20:04:04',NULL,0,0,NULL,NULL),
(5125,'mixpanel','completed',10,'2025-05-01 20:57:38','2025-05-01 20:57:52','2025-05-01 20:06:38','2025-05-01 20:57:52',NULL,0,0,NULL,NULL),
(5126,'mixpanel','completed',10,'2025-05-01 21:23:53','2025-05-01 21:24:29','2025-05-01 20:57:53','2025-05-01 21:24:29',NULL,0,0,NULL,NULL),
(5127,'mixpanel','completed',10,'2025-05-01 22:02:31','2025-05-01 22:03:25','2025-05-01 21:24:31','2025-05-01 22:03:25',NULL,0,0,NULL,NULL),
(5128,'mixpanel','completed',10,'2025-05-01 22:46:26','2025-05-01 22:46:26','2025-05-01 22:03:26','2025-05-01 22:46:26',NULL,0,0,NULL,NULL),
(5129,'subscribers_engagement_score','completed',10,'2025-05-01 22:25:57','2025-05-01 22:25:59','2025-05-01 22:25:57','2025-05-01 22:25:59',NULL,0,0,NULL,NULL),
(5130,'subscribers_engagement_score','completed',10,'2025-05-02 20:46:00','2025-05-02 20:46:06','2025-05-01 22:25:59','2025-05-02 20:46:06',NULL,0,0,NULL,NULL),
(5131,'mixpanel','completed',10,'2025-05-01 23:15:28','2025-05-01 23:17:10','2025-05-01 22:46:28','2025-05-01 23:17:10',NULL,0,0,NULL,NULL),
(5132,'mixpanel','completed',10,'2025-05-02 00:15:12','2025-05-02 00:16:35','2025-05-01 23:17:12','2025-05-02 00:16:35',NULL,0,0,NULL,NULL),
(5133,'mixpanel','completed',10,'2025-05-02 00:37:37','2025-05-02 00:39:07','2025-05-02 00:16:37','2025-05-02 00:39:07',NULL,0,0,NULL,NULL),
(5134,'mixpanel','completed',10,'2025-05-02 01:20:09','2025-05-02 01:22:08','2025-05-02 00:39:09','2025-05-02 01:22:08',NULL,0,0,NULL,NULL),
(5135,'mixpanel','completed',10,'2025-05-02 01:56:10','2025-05-02 01:57:59','2025-05-02 01:22:10','2025-05-02 01:57:59',NULL,0,0,NULL,NULL),
(5136,'mixpanel','completed',10,'2025-05-02 02:46:01','2025-05-02 02:47:20','2025-05-02 01:58:01','2025-05-02 02:47:20',NULL,0,0,NULL,NULL),
(5137,'mixpanel','completed',10,'2025-05-02 03:01:21','2025-05-02 03:01:40','2025-05-02 02:47:21','2025-05-02 03:01:40',NULL,0,0,NULL,NULL),
(5138,'mixpanel','completed',10,'2025-05-02 03:16:41','2025-05-02 03:18:03','2025-05-02 03:01:41','2025-05-02 03:18:03',NULL,0,0,NULL,NULL),
(5139,'mixpanel','completed',10,'2025-05-02 03:17:05','2025-05-02 03:20:06','2025-05-02 03:18:05','2025-05-02 03:20:06',NULL,0,0,NULL,NULL),
(5140,'mixpanel','completed',10,'2025-05-02 04:06:08','2025-05-02 04:06:12','2025-05-02 03:20:08','2025-05-02 04:06:12',NULL,0,0,NULL,NULL),
(5141,'mixpanel','completed',10,'2025-05-02 04:41:14','2025-05-02 04:42:03','2025-05-02 04:06:14','2025-05-02 04:42:03',NULL,0,0,NULL,NULL),
(5142,'mixpanel','completed',10,'2025-05-02 05:09:05','2025-05-02 05:11:34','2025-05-02 04:42:05','2025-05-02 05:11:34',NULL,0,0,NULL,NULL),
(5143,'mixpanel','completed',10,'2025-05-02 05:31:35','2025-05-02 05:33:18','2025-05-02 05:11:35','2025-05-02 05:33:18',NULL,0,0,NULL,NULL),
(5144,'mixpanel','completed',10,'2025-05-02 05:49:20','2025-05-02 05:49:38','2025-05-02 05:33:20','2025-05-02 05:49:38',NULL,0,0,NULL,NULL),
(5145,'mixpanel','completed',10,'2025-05-02 06:12:39','2025-05-02 06:14:12','2025-05-02 05:49:39','2025-05-02 06:14:12',NULL,0,0,NULL,NULL),
(5146,'mixpanel','completed',10,'2025-05-02 07:04:14','2025-05-02 07:05:25','2025-05-02 06:14:14','2025-05-02 07:05:25',NULL,0,0,NULL,NULL),
(5147,'mixpanel','completed',10,'2025-05-02 07:25:26','2025-05-02 07:26:19','2025-05-02 07:05:26','2025-05-02 07:26:19',NULL,0,0,NULL,NULL),
(5148,'mixpanel','completed',10,'2025-05-02 07:56:21','2025-05-02 07:57:39','2025-05-02 07:26:21','2025-05-02 07:57:39',NULL,0,0,NULL,NULL),
(5149,'mixpanel','completed',10,'2025-05-02 08:15:40','2025-05-02 08:16:05','2025-05-02 07:57:40','2025-05-02 08:16:05',NULL,0,0,NULL,NULL),
(5150,'mixpanel','completed',10,'2025-05-02 09:13:07','2025-05-02 09:13:32','2025-05-02 08:16:07','2025-05-02 09:13:32',NULL,0,0,NULL,NULL),
(5151,'mixpanel','completed',10,'2025-05-02 10:09:33','2025-05-02 10:10:54','2025-05-02 09:13:33','2025-05-02 10:10:54',NULL,0,0,NULL,NULL),
(5152,'mixpanel','completed',10,'2025-05-02 10:42:55','2025-05-02 10:43:40','2025-05-02 10:10:55','2025-05-02 10:43:40',NULL,0,0,NULL,NULL),
(5153,'mixpanel','completed',10,'2025-05-02 11:33:42','2025-05-02 11:34:53','2025-05-02 10:43:42','2025-05-02 11:34:53',NULL,0,0,NULL,NULL),
(5154,'mixpanel','completed',10,'2025-05-02 12:03:55','2025-05-02 12:05:37','2025-05-02 11:34:55','2025-05-02 12:05:37',NULL,0,0,NULL,NULL),
(5155,'mixpanel','completed',10,'2025-05-02 12:39:39','2025-05-02 12:40:27','2025-05-02 12:05:39','2025-05-02 12:40:27',NULL,0,0,NULL,NULL),
(5156,'mixpanel','completed',10,'2025-05-02 13:29:28','2025-05-02 13:29:37','2025-05-02 12:40:28','2025-05-02 13:29:37',NULL,0,0,NULL,NULL),
(5157,'mixpanel','completed',10,'2025-05-02 14:00:39','2025-05-02 14:02:24','2025-05-02 13:29:39','2025-05-02 14:02:24',NULL,0,0,NULL,NULL),
(5158,'mixpanel','completed',10,'2025-05-02 14:01:26','2025-05-02 14:04:27','2025-05-02 14:02:26','2025-05-02 14:04:27',NULL,0,0,NULL,NULL),
(5159,'mixpanel','completed',10,'2025-05-02 14:06:29','2025-05-02 14:06:30','2025-05-02 14:04:29','2025-05-02 14:06:30',NULL,0,0,NULL,NULL),
(5160,'mixpanel','completed',10,'2025-05-02 14:13:32','2025-05-02 14:14:42','2025-05-02 14:06:32','2025-05-02 14:14:42',NULL,0,0,NULL,NULL),
(5161,'mixpanel','completed',10,'2025-05-02 14:50:43','2025-05-02 14:51:35','2025-05-02 14:14:43','2025-05-02 14:51:35',NULL,0,0,NULL,NULL),
(5162,'mixpanel','completed',10,'2025-05-02 15:08:37','2025-05-02 15:10:01','2025-05-02 14:51:37','2025-05-02 15:10:01',NULL,0,0,NULL,NULL),
(5163,'mixpanel','completed',10,'2025-05-02 16:07:03','2025-05-02 16:07:28','2025-05-02 15:10:03','2025-05-02 16:07:28',NULL,0,0,NULL,NULL),
(5164,'schedule_re_engagement_email','completed',10,'2025-05-03 15:14:09','2025-05-03 15:16:45','2025-05-02 15:14:09','2025-05-03 15:16:45',NULL,0,0,NULL,NULL),
(5165,'mixpanel','completed',10,'2025-05-02 16:40:30','2025-05-02 16:42:18','2025-05-02 16:07:30','2025-05-02 16:42:18',NULL,0,0,NULL,NULL),
(5166,'mixpanel','completed',10,'2025-05-02 17:38:20','2025-05-02 17:38:39','2025-05-02 16:42:20','2025-05-02 17:38:39',NULL,0,0,NULL,NULL),
(5167,'mixpanel','completed',10,'2025-05-02 18:06:40','2025-05-02 18:07:19','2025-05-02 17:38:40','2025-05-02 18:07:19',NULL,0,0,NULL,NULL),
(5168,'mixpanel','completed',10,'2025-05-02 19:04:21','2025-05-02 19:04:42','2025-05-02 18:07:21','2025-05-02 19:04:42',NULL,0,0,NULL,NULL),
(5169,'mixpanel','completed',10,'2025-05-02 19:51:43','2025-05-02 19:51:49','2025-05-02 19:04:43','2025-05-02 19:51:49',NULL,0,0,NULL,NULL),
(5170,'mixpanel','completed',10,'2025-05-02 20:00:51','2025-05-02 20:02:04','2025-05-02 19:51:51','2025-05-02 20:02:04',NULL,0,0,NULL,NULL),
(5171,'mixpanel','completed',10,'2025-05-02 20:42:05','2025-05-02 20:44:03','2025-05-02 20:02:05','2025-05-02 20:44:03',NULL,0,0,NULL,NULL),
(5172,'mixpanel','completed',10,'2025-05-02 21:11:05','2025-05-02 21:12:44','2025-05-02 20:44:05','2025-05-02 21:12:44',NULL,0,0,NULL,NULL),
(5173,'subscribers_engagement_score','completed',10,'2025-05-03 06:14:00','2025-05-03 06:14:50','2025-05-02 20:46:06','2025-05-03 06:14:50',NULL,0,0,NULL,NULL),
(5174,'mixpanel','completed',10,'2025-05-02 22:01:46','2025-05-02 22:01:54','2025-05-02 21:12:46','2025-05-02 22:01:54',NULL,0,0,NULL,NULL),
(5175,'mixpanel','completed',10,'2025-05-02 22:35:56','2025-05-02 22:36:44','2025-05-02 22:01:56','2025-05-02 22:36:44',NULL,0,0,NULL,NULL),
(5176,'mixpanel','completed',10,'2025-05-02 23:13:45','2025-05-02 23:15:39','2025-05-02 22:36:45','2025-05-02 23:15:39',NULL,0,0,NULL,NULL),
(5177,'mixpanel','completed',10,'2025-05-02 23:49:41','2025-05-02 23:50:29','2025-05-02 23:15:41','2025-05-02 23:50:29',NULL,0,0,NULL,NULL),
(5178,'mixpanel','completed',10,'2025-05-02 23:58:31','2025-05-02 23:58:42','2025-05-02 23:50:31','2025-05-02 23:58:42',NULL,0,0,NULL,NULL),
(5179,'mixpanel','completed',10,'2025-05-03 00:23:44','2025-05-03 00:24:20','2025-05-02 23:58:44','2025-05-03 00:24:20',NULL,0,0,NULL,NULL),
(5180,'mixpanel','completed',10,'2025-05-03 00:43:22','2025-05-03 00:45:51','2025-05-03 00:24:22','2025-05-03 00:45:51',NULL,0,0,NULL,NULL),
(5181,'mixpanel','completed',10,'2025-05-03 01:26:53','2025-05-03 01:27:22','2025-05-03 00:45:53','2025-05-03 01:27:22',NULL,0,0,NULL,NULL),
(5182,'mixpanel','completed',10,'2025-05-03 02:11:24','2025-05-03 02:11:43','2025-05-03 01:27:24','2025-05-03 02:11:43',NULL,0,0,NULL,NULL),
(5183,'mixpanel','completed',10,'2025-05-03 02:24:44','2025-05-03 02:26:22','2025-05-03 02:11:44','2025-05-03 02:26:22',NULL,0,0,NULL,NULL),
(5184,'mixpanel','completed',10,'2025-05-03 03:02:24','2025-05-03 03:04:16','2025-05-03 02:26:24','2025-05-03 03:04:16',NULL,0,0,NULL,NULL),
(5185,'mixpanel','completed',10,'2025-05-03 03:40:17','2025-05-03 03:41:11','2025-05-03 03:04:17','2025-05-03 03:41:11',NULL,0,0,NULL,NULL),
(5186,'mixpanel','completed',10,'2025-05-03 04:12:12','2025-05-03 04:13:57','2025-05-03 03:41:12','2025-05-03 04:13:57',NULL,0,0,NULL,NULL),
(5187,'mixpanel','completed',10,'2025-05-03 04:39:59','2025-05-03 04:40:36','2025-05-03 04:13:59','2025-05-03 04:40:36',NULL,0,0,NULL,NULL),
(5188,'mixpanel','completed',10,'2025-05-03 04:49:38','2025-05-03 04:50:51','2025-05-03 04:40:38','2025-05-03 04:50:51',NULL,0,0,NULL,NULL),
(5189,'mixpanel','completed',10,'2025-05-03 05:29:53','2025-05-03 05:31:49','2025-05-03 04:50:53','2025-05-03 05:31:49',NULL,0,0,NULL,NULL),
(5190,'mixpanel','completed',10,'2025-05-03 06:15:51','2025-05-03 06:16:53','2025-05-03 05:31:51','2025-05-03 06:16:53',NULL,0,0,NULL,NULL),
(5191,'subscribers_engagement_score','completed',10,'2025-05-03 06:14:50','2025-05-03 06:14:52','2025-05-03 06:14:50','2025-05-03 06:14:52',NULL,0,0,NULL,NULL),
(5192,'subscribers_engagement_score','completed',10,'2025-05-04 06:15:00','2025-05-04 06:16:07','2025-05-03 06:14:52','2025-05-04 06:16:07',NULL,0,0,NULL,NULL),
(5193,'mixpanel','completed',10,'2025-05-03 06:49:54','2025-05-03 06:51:42','2025-05-03 06:16:54','2025-05-03 06:51:42',NULL,0,0,NULL,NULL),
(5194,'mixpanel','completed',10,'2025-05-03 07:45:44','2025-05-03 07:47:01','2025-05-03 06:51:44','2025-05-03 07:47:01',NULL,0,0,NULL,NULL),
(5195,'mixpanel','completed',10,'2025-05-03 08:04:03','2025-05-03 08:05:28','2025-05-03 07:47:03','2025-05-03 08:05:28',NULL,0,0,NULL,NULL),
(5196,'mixpanel','completed',10,'2025-05-03 08:07:29','2025-05-03 08:07:31','2025-05-03 08:05:29','2025-05-03 08:07:31',NULL,0,0,NULL,NULL),
(5197,'mixpanel','completed',10,'2025-05-03 08:36:32','2025-05-03 08:38:18','2025-05-03 08:07:32','2025-05-03 08:38:18',NULL,0,0,NULL,NULL),
(5198,'mixpanel','completed',10,'2025-05-03 08:57:20','2025-05-03 08:58:47','2025-05-03 08:38:20','2025-05-03 08:58:47',NULL,0,0,NULL,NULL),
(5199,'mixpanel','completed',10,'2025-05-03 09:28:49','2025-05-03 09:29:31','2025-05-03 08:58:49','2025-05-03 09:29:31',NULL,0,0,NULL,NULL),
(5200,'mixpanel','completed',10,'2025-05-03 09:53:32','2025-05-03 09:54:06','2025-05-03 09:29:32','2025-05-03 09:54:06',NULL,0,0,NULL,NULL),
(5201,'mixpanel','completed',10,'2025-05-03 10:02:07','2025-05-03 10:02:17','2025-05-03 09:54:07','2025-05-03 10:02:17',NULL,0,0,NULL,NULL),
(5202,'mixpanel','completed',10,'2025-05-03 10:23:19','2025-05-03 10:24:49','2025-05-03 10:02:19','2025-05-03 10:24:49',NULL,0,0,NULL,NULL),
(5203,'mixpanel','completed',10,'2025-05-03 10:29:51','2025-05-03 10:30:58','2025-05-03 10:24:51','2025-05-03 10:30:58',NULL,0,0,NULL,NULL),
(5204,'mixpanel','completed',10,'2025-05-03 11:05:00','2025-05-03 11:05:47','2025-05-03 10:31:00','2025-05-03 11:05:47',NULL,0,0,NULL,NULL),
(5205,'mixpanel','completed',10,'2025-05-03 11:37:49','2025-05-03 11:38:34','2025-05-03 11:05:49','2025-05-03 11:38:34',NULL,0,0,NULL,NULL),
(5206,'mixpanel','completed',10,'2025-05-03 11:37:36','2025-05-03 11:40:37','2025-05-03 11:38:36','2025-05-03 11:40:37',NULL,0,0,NULL,NULL),
(5207,'mixpanel','completed',10,'2025-05-03 11:45:39','2025-05-03 11:46:46','2025-05-03 11:40:39','2025-05-03 11:46:46',NULL,0,0,NULL,NULL),
(5208,'mixpanel','completed',10,'2025-05-03 12:22:47','2025-05-03 12:23:38','2025-05-03 11:46:47','2025-05-03 12:23:38',NULL,0,0,NULL,NULL),
(5209,'mixpanel','completed',10,'2025-05-03 12:57:40','2025-05-03 12:58:28','2025-05-03 12:23:40','2025-05-03 12:58:28',NULL,0,0,NULL,NULL),
(5210,'mixpanel','completed',10,'2025-05-03 12:57:29','2025-05-03 13:00:31','2025-05-03 12:58:29','2025-05-03 13:00:31',NULL,0,0,NULL,NULL),
(5211,'mixpanel','completed',10,'2025-05-03 13:36:32','2025-05-03 13:37:23','2025-05-03 13:00:32','2025-05-03 13:37:23',NULL,0,0,NULL,NULL),
(5212,'mixpanel','completed',10,'2025-05-03 13:42:25','2025-05-03 13:43:32','2025-05-03 13:37:25','2025-05-03 13:43:32',NULL,0,0,NULL,NULL),
(5213,'mixpanel','completed',10,'2025-05-03 13:53:34','2025-05-03 13:53:47','2025-05-03 13:43:34','2025-05-03 13:53:47',NULL,0,0,NULL,NULL),
(5214,'mixpanel','completed',10,'2025-05-03 14:04:48','2025-05-03 14:06:04','2025-05-03 13:53:48','2025-05-03 14:06:04',NULL,0,0,NULL,NULL),
(5215,'mixpanel','completed',10,'2025-05-03 14:44:06','2025-05-03 14:45:00','2025-05-03 14:06:06','2025-05-03 14:45:00',NULL,0,0,NULL,NULL),
(5216,'mixpanel','completed',10,'2025-05-03 15:31:01','2025-05-03 15:31:05','2025-05-03 14:45:01','2025-05-03 15:31:05',NULL,0,0,NULL,NULL),
(5217,'schedule_re_engagement_email','completed',10,'2025-05-04 15:16:46','2025-05-04 15:16:59','2025-05-03 15:16:46','2025-05-04 15:16:59',NULL,0,0,NULL,NULL),
(5218,'mixpanel','completed',10,'2025-05-03 15:32:07','2025-05-03 15:33:08','2025-05-03 15:31:07','2025-05-03 15:33:08',NULL,0,0,NULL,NULL),
(5219,'mixpanel','completed',10,'2025-05-03 15:52:10','2025-05-03 15:53:37','2025-05-03 15:33:10','2025-05-03 15:53:37',NULL,0,0,NULL,NULL),
(5220,'mixpanel','completed',10,'2025-05-03 16:44:39','2025-05-03 16:44:49','2025-05-03 15:53:39','2025-05-03 16:44:49',NULL,0,0,NULL,NULL),
(5221,'mixpanel','completed',10,'2025-05-03 16:54:51','2025-05-03 16:55:04','2025-05-03 16:44:51','2025-05-03 16:55:04',NULL,0,0,NULL,NULL),
(5222,'mixpanel','completed',10,'2025-05-03 17:35:06','2025-05-03 17:36:02','2025-05-03 16:55:06','2025-05-03 17:36:02',NULL,0,0,NULL,NULL),
(5223,'mixpanel','completed',10,'2025-05-03 18:13:04','2025-05-03 18:14:58','2025-05-03 17:36:04','2025-05-03 18:14:58',NULL,0,0,NULL,NULL),
(5224,'mixpanel','completed',10,'2025-05-03 18:36:59','2025-05-03 18:37:30','2025-05-03 18:14:59','2025-05-03 18:37:30',NULL,0,0,NULL,NULL),
(5225,'mixpanel','completed',10,'2025-05-03 19:19:31','2025-05-03 19:20:31','2025-05-03 18:37:31','2025-05-03 19:20:31',NULL,0,0,NULL,NULL),
(5226,'mixpanel','completed',10,'2025-05-03 19:43:32','2025-05-03 19:45:06','2025-05-03 19:20:32','2025-05-03 19:45:06',NULL,0,0,NULL,NULL),
(5227,'mixpanel','completed',10,'2025-05-03 20:12:07','2025-05-03 20:12:45','2025-05-03 19:45:07','2025-05-03 20:12:45',NULL,0,0,NULL,NULL),
(5228,'mixpanel','completed',10,'2025-05-03 20:26:46','2025-05-03 20:27:05','2025-05-03 20:12:46','2025-05-03 20:27:05',NULL,0,0,NULL,NULL),
(5229,'mixpanel','completed',10,'2025-05-03 20:27:07','2025-05-03 20:29:08','2025-05-03 20:27:07','2025-05-03 20:29:08',NULL,0,0,NULL,NULL),
(5230,'mixpanel','completed',10,'2025-05-03 21:25:10','2025-05-03 21:26:30','2025-05-03 20:29:10','2025-05-03 21:26:30',NULL,0,0,NULL,NULL),
(5231,'mixpanel','completed',10,'2025-05-03 22:10:32','2025-05-03 22:10:33','2025-05-03 21:26:32','2025-05-03 22:10:33',NULL,0,0,NULL,NULL),
(5232,'mixpanel','completed',10,'2025-05-03 22:43:34','2025-05-03 22:45:22','2025-05-03 22:10:34','2025-05-03 22:45:22',NULL,0,0,NULL,NULL),
(5233,'mixpanel','completed',10,'2025-05-03 22:55:24','2025-05-03 22:55:37','2025-05-03 22:45:24','2025-05-03 22:55:37',NULL,0,0,NULL,NULL),
(5234,'mixpanel','completed',10,'2025-05-03 23:38:38','2025-05-03 23:39:39','2025-05-03 22:55:38','2025-05-03 23:39:39',NULL,0,0,NULL,NULL),
(5235,'mixpanel','completed',10,'2025-05-03 23:47:41','2025-05-03 23:47:51','2025-05-03 23:39:41','2025-05-03 23:47:51',NULL,0,0,NULL,NULL),
(5236,'mixpanel','completed',10,'2025-05-03 23:53:52','2025-05-03 23:53:59','2025-05-03 23:47:52','2025-05-03 23:53:59',NULL,0,0,NULL,NULL),
(5237,'mixpanel','completed',10,'2025-05-04 00:52:01','2025-05-04 00:53:24','2025-05-03 23:54:01','2025-05-04 00:53:24',NULL,0,0,NULL,NULL),
(5238,'export_files_cleanup','completed',10,'2025-05-10 00:00:00','2025-05-10 00:01:56','2025-05-04 00:01:11','2025-05-10 00:01:56',NULL,0,0,NULL,NULL),
(5239,'mixpanel','completed',10,'2025-05-04 01:31:26','2025-05-04 01:33:20','2025-05-04 00:53:26','2025-05-04 01:33:20',NULL,0,0,NULL,NULL),
(5240,'mixpanel','completed',10,'2025-05-04 01:47:21','2025-05-04 01:48:41','2025-05-04 01:33:21','2025-05-04 01:48:41',NULL,0,0,NULL,NULL),
(5241,'mixpanel','completed',10,'2025-05-04 02:02:43','2025-05-04 02:04:30','2025-05-04 01:48:43','2025-05-04 02:04:30',NULL,0,0,NULL,NULL),
(5242,'mixpanel','completed',10,'2025-05-04 03:01:31','2025-05-04 03:03:30','2025-05-04 02:04:31','2025-05-04 03:03:30',NULL,0,0,NULL,NULL),
(5243,'mixpanel','completed',10,'2025-05-04 03:04:32','2025-05-04 03:05:33','2025-05-04 03:03:32','2025-05-04 03:05:33',NULL,0,0,NULL,NULL),
(5244,'mixpanel','completed',10,'2025-05-04 03:05:35','2025-05-04 03:07:36','2025-05-04 03:05:35','2025-05-04 03:07:36',NULL,0,0,NULL,NULL),
(5245,'mixpanel','completed',10,'2025-05-04 03:38:38','2025-05-04 03:40:25','2025-05-04 03:07:38','2025-05-04 03:40:25',NULL,0,0,NULL,NULL),
(5246,'mixpanel','completed',10,'2025-05-04 04:10:27','2025-05-04 04:11:09','2025-05-04 03:40:27','2025-05-04 04:11:09',NULL,0,0,NULL,NULL),
(5247,'mixpanel','completed',10,'2025-05-04 04:24:11','2025-05-04 04:25:30','2025-05-04 04:11:11','2025-05-04 04:25:30',NULL,0,0,NULL,NULL),
(5248,'mixpanel','completed',10,'2025-05-04 04:52:31','2025-05-04 04:54:10','2025-05-04 04:25:31','2025-05-04 04:54:10',NULL,0,0,NULL,NULL),
(5249,'mixpanel','completed',10,'2025-05-04 05:04:12','2025-05-04 05:04:25','2025-05-04 04:54:12','2025-05-04 05:04:25',NULL,0,0,NULL,NULL),
(5250,'mixpanel','completed',10,'2025-05-04 05:45:27','2025-05-04 05:46:25','2025-05-04 05:04:27','2025-05-04 05:46:25',NULL,0,0,NULL,NULL),
(5251,'mixpanel','completed',10,'2025-05-04 06:21:27','2025-05-04 06:22:16','2025-05-04 05:46:27','2025-05-04 06:22:16',NULL,0,0,NULL,NULL),
(5252,'subscribers_engagement_score','completed',10,'2025-05-04 06:16:07','2025-05-04 06:16:09','2025-05-04 06:16:07','2025-05-04 06:16:09',NULL,0,0,NULL,NULL),
(5253,'subscribers_engagement_score','completed',10,'2025-05-05 20:55:00','2025-05-05 20:55:49','2025-05-04 06:16:09','2025-05-05 20:55:49',NULL,0,0,NULL,NULL),
(5254,'mixpanel','completed',10,'2025-05-04 07:01:18','2025-05-04 07:03:15','2025-05-04 06:22:18','2025-05-04 07:03:15',NULL,0,0,NULL,NULL),
(5255,'mixpanel','completed',10,'2025-05-04 07:32:17','2025-05-04 07:33:59','2025-05-04 07:03:17','2025-05-04 07:33:59',NULL,0,0,NULL,NULL),
(5256,'mixpanel','completed',10,'2025-05-04 08:20:01','2025-05-04 08:21:06','2025-05-04 07:34:01','2025-05-04 08:21:06',NULL,0,0,NULL,NULL),
(5257,'mixpanel','completed',10,'2025-05-04 08:49:08','2025-05-04 08:49:47','2025-05-04 08:21:08','2025-05-04 08:49:47',NULL,0,0,NULL,NULL),
(5258,'mixpanel','completed',10,'2025-05-04 09:22:49','2025-05-04 09:24:37','2025-05-04 08:49:49','2025-05-04 09:24:37',NULL,0,0,NULL,NULL),
(5259,'mixpanel','completed',10,'2025-05-04 09:29:39','2025-05-04 09:30:46','2025-05-04 09:24:39','2025-05-04 09:30:46',NULL,0,0,NULL,NULL),
(5260,'mixpanel','completed',10,'2025-05-04 10:03:47','2025-05-04 10:05:35','2025-05-04 09:30:47','2025-05-04 10:05:35',NULL,0,0,NULL,NULL),
(5261,'mixpanel','completed',10,'2025-05-04 11:03:37','2025-05-04 11:05:00','2025-05-04 10:05:37','2025-05-04 11:05:00',NULL,0,0,NULL,NULL),
(5262,'mixpanel','completed',10,'2025-05-04 11:17:02','2025-05-04 11:17:18','2025-05-04 11:05:02','2025-05-04 11:17:18',NULL,0,0,NULL,NULL),
(5263,'mixpanel','completed',10,'2025-05-04 11:34:19','2025-05-04 11:35:44','2025-05-04 11:17:19','2025-05-04 11:35:44',NULL,0,0,NULL,NULL),
(5264,'mixpanel','completed',10,'2025-05-04 11:55:46','2025-05-04 11:56:13','2025-05-04 11:35:46','2025-05-04 11:56:13',NULL,0,0,NULL,NULL),
(5265,'mixpanel','completed',10,'2025-05-04 12:43:15','2025-05-04 12:43:20','2025-05-04 11:56:15','2025-05-04 12:43:20',NULL,0,0,NULL,NULL),
(5266,'mixpanel','completed',10,'2025-05-04 13:00:22','2025-05-04 13:01:47','2025-05-04 12:43:22','2025-05-04 13:01:47',NULL,0,0,NULL,NULL),
(5267,'mixpanel','completed',10,'2025-05-04 13:57:48','2025-05-04 13:59:08','2025-05-04 13:01:48','2025-05-04 13:59:08',NULL,0,0,NULL,NULL),
(5268,'mixpanel','completed',10,'2025-05-04 14:57:10','2025-05-04 14:58:33','2025-05-04 13:59:10','2025-05-04 14:58:33',NULL,0,0,NULL,NULL),
(5269,'mixpanel','completed',10,'2025-05-04 15:54:34','2025-05-04 15:55:55','2025-05-04 14:58:34','2025-05-04 15:55:55',NULL,0,0,NULL,NULL),
(5270,'schedule_re_engagement_email','completed',10,'2025-05-05 15:17:01','2025-05-05 15:17:08','2025-05-04 15:17:01','2025-05-05 15:17:08',NULL,0,0,NULL,NULL),
(5271,'mixpanel','completed',10,'2025-05-04 16:14:57','2025-05-04 16:16:24','2025-05-04 15:55:57','2025-05-04 16:16:24',NULL,0,0,NULL,NULL),
(5272,'mixpanel','completed',10,'2025-05-04 16:47:26','2025-05-04 16:49:11','2025-05-04 16:16:26','2025-05-04 16:49:11',NULL,0,0,NULL,NULL),
(5273,'mixpanel','completed',10,'2025-05-04 17:09:12','2025-05-04 17:09:40','2025-05-04 16:49:12','2025-05-04 17:09:40',NULL,0,0,NULL,NULL),
(5274,'mixpanel','completed',10,'2025-05-04 18:06:41','2025-05-04 18:07:02','2025-05-04 17:09:41','2025-05-04 18:07:02',NULL,0,0,NULL,NULL),
(5275,'mixpanel','completed',10,'2025-05-04 18:37:03','2025-05-04 18:37:46','2025-05-04 18:07:03','2025-05-04 18:37:46',NULL,0,0,NULL,NULL),
(5276,'mixpanel','completed',10,'2025-05-04 18:44:47','2025-05-04 18:45:58','2025-05-04 18:37:47','2025-05-04 18:45:58',NULL,0,0,NULL,NULL),
(5277,'mixpanel','completed',10,'2025-05-04 19:21:59','2025-05-04 19:22:51','2025-05-04 18:45:59','2025-05-04 19:22:51',NULL,0,0,NULL,NULL),
(5278,'mixpanel','completed',10,'2025-05-04 19:23:52','2025-05-04 19:24:54','2025-05-04 19:22:52','2025-05-04 19:24:54',NULL,0,0,NULL,NULL),
(5279,'mixpanel','completed',10,'2025-05-04 19:52:55','2025-05-04 19:53:35','2025-05-04 19:24:55','2025-05-04 19:53:35',NULL,0,0,NULL,NULL),
(5280,'mixpanel','completed',10,'2025-05-04 20:21:36','2025-05-04 20:22:16','2025-05-04 19:53:36','2025-05-04 20:22:16',NULL,0,0,NULL,NULL),
(5281,'mixpanel','completed',10,'2025-05-04 21:20:17','2025-05-04 21:21:41','2025-05-04 20:22:17','2025-05-04 21:21:41',NULL,0,0,NULL,NULL),
(5282,'mixpanel','completed',10,'2025-05-04 21:24:42','2025-05-04 21:25:47','2025-05-04 21:21:42','2025-05-04 21:25:47',NULL,0,0,NULL,NULL),
(5283,'mixpanel','completed',10,'2025-05-04 22:20:48','2025-05-04 22:21:06','2025-05-04 21:25:48','2025-05-04 22:21:06',NULL,0,0,NULL,NULL),
(5284,'mixpanel','completed',10,'2025-05-04 23:03:07','2025-05-04 23:04:07','2025-05-04 22:21:07','2025-05-04 23:04:07',NULL,0,0,NULL,NULL),
(5285,'mixpanel','completed',10,'2025-05-04 23:45:09','2025-05-04 23:47:09','2025-05-04 23:04:09','2025-05-04 23:47:09',NULL,0,0,NULL,NULL),
(5286,'mixpanel','completed',10,'2025-05-04 23:54:10','2025-05-04 23:55:20','2025-05-04 23:47:10','2025-05-04 23:55:20',NULL,0,0,NULL,NULL),
(5287,'mixpanel','completed',10,'2025-05-05 00:19:22','2025-05-05 00:19:56','2025-05-04 23:55:22','2025-05-05 00:19:56',NULL,0,0,NULL,NULL),
(5288,'mixpanel','completed',10,'2025-05-05 00:21:57','2025-05-05 00:21:59','2025-05-05 00:19:57','2025-05-05 00:21:59',NULL,0,0,NULL,NULL),
(5289,'mixpanel','completed',10,'2025-05-05 01:18:00','2025-05-05 01:18:18','2025-05-05 00:22:00','2025-05-05 01:18:18',NULL,0,0,NULL,NULL),
(5290,'mixpanel','completed',10,'2025-05-05 01:28:19','2025-05-05 01:29:21','2025-05-05 01:18:19','2025-05-05 01:29:21',NULL,0,0,NULL,NULL),
(5291,'mixpanel','completed',10,'2025-05-05 01:34:23','2025-05-05 01:34:40','2025-05-05 01:29:23','2025-05-05 01:34:40',NULL,0,0,NULL,NULL),
(5292,'mixpanel','completed',10,'2025-05-05 01:33:42','2025-05-05 01:37:23','2025-05-05 01:34:42','2025-05-05 01:37:23',NULL,0,0,NULL,NULL),
(5293,'mixpanel','completed',10,'2025-05-05 01:58:25','2025-05-05 01:58:25','2025-05-05 01:37:25','2025-05-05 01:58:25',NULL,0,0,NULL,NULL),
(5294,'mixpanel','completed',10,'2025-05-05 02:43:27','2025-05-05 02:45:20','2025-05-05 01:58:27','2025-05-05 02:45:20',NULL,0,0,NULL,NULL),
(5295,'mixpanel','completed',10,'2025-05-05 03:11:21','2025-05-05 03:11:58','2025-05-05 02:45:21','2025-05-05 03:11:58',NULL,0,0,NULL,NULL),
(5296,'mixpanel','completed',10,'2025-05-05 03:31:59','2025-05-05 03:32:27','2025-05-05 03:11:59','2025-05-05 03:32:27',NULL,0,0,NULL,NULL),
(5297,'mixpanel','completed',10,'2025-05-05 03:57:28','2025-05-05 03:59:05','2025-05-05 03:32:28','2025-05-05 03:59:05',NULL,0,0,NULL,NULL),
(5298,'mixpanel','completed',10,'2025-05-05 03:59:06','2025-05-05 04:01:08','2025-05-05 03:59:06','2025-05-05 04:01:08',NULL,0,0,NULL,NULL),
(5299,'mixpanel','completed',10,'2025-05-05 04:05:09','2025-05-05 04:05:13','2025-05-05 04:01:09','2025-05-05 04:05:13',NULL,0,0,NULL,NULL),
(5300,'mixpanel','completed',10,'2025-05-05 04:16:15','2025-05-05 04:17:31','2025-05-05 04:05:15','2025-05-05 04:17:31',NULL,0,0,NULL,NULL),
(5301,'mixpanel','completed',10,'2025-05-05 04:18:33','2025-05-05 04:19:34','2025-05-05 04:17:33','2025-05-05 04:19:34',NULL,0,0,NULL,NULL),
(5302,'mixpanel','completed',10,'2025-05-05 04:56:35','2025-05-05 04:58:29','2025-05-05 04:19:35','2025-05-05 04:58:29',NULL,0,0,NULL,NULL),
(5303,'mixpanel','completed',10,'2025-05-05 05:49:31','2025-05-05 05:50:44','2025-05-05 04:58:31','2025-05-05 05:50:44',NULL,0,0,NULL,NULL),
(5304,'mixpanel','completed',10,'2025-05-05 06:42:46','2025-05-05 06:44:01','2025-05-05 05:50:46','2025-05-05 06:44:01',NULL,0,0,NULL,NULL),
(5305,'mixpanel','completed',10,'2025-05-05 06:50:02','2025-05-05 06:50:10','2025-05-05 06:44:02','2025-05-05 06:50:10',NULL,0,0,NULL,NULL),
(5306,'mixpanel','completed',10,'2025-05-05 07:22:11','2025-05-05 07:23:01','2025-05-05 06:50:11','2025-05-05 07:23:01',NULL,0,0,NULL,NULL),
(5307,'mixpanel','completed',10,'2025-05-05 08:03:03','2025-05-05 08:04:04','2025-05-05 07:23:03','2025-05-05 08:04:04',NULL,0,0,NULL,NULL),
(5308,'mixpanel','completed',10,'2025-05-05 08:12:06','2025-05-05 08:12:17','2025-05-05 08:04:06','2025-05-05 08:12:17',NULL,0,0,NULL,NULL),
(5309,'mixpanel','completed',10,'2025-05-05 08:52:19','2025-05-05 08:53:17','2025-05-05 08:12:19','2025-05-05 08:53:17',NULL,0,0,NULL,NULL),
(5310,'mixpanel','completed',10,'2025-05-05 09:36:18','2025-05-05 09:36:18','2025-05-05 08:53:18','2025-05-05 09:36:18',NULL,0,0,NULL,NULL),
(5311,'mixpanel','completed',10,'2025-05-05 09:35:20','2025-05-05 09:38:21','2025-05-05 09:36:20','2025-05-05 09:38:21',NULL,0,0,NULL,NULL),
(5312,'mixpanel','completed',10,'2025-05-05 09:57:23','2025-05-05 09:58:50','2025-05-05 09:38:23','2025-05-05 09:58:50',NULL,0,0,NULL,NULL),
(5313,'mixpanel','completed',10,'2025-05-05 10:03:52','2025-05-05 10:05:00','2025-05-05 09:58:52','2025-05-05 10:05:00',NULL,0,0,NULL,NULL),
(5314,'mixpanel','completed',10,'2025-05-05 11:00:02','2025-05-05 11:00:25','2025-05-05 10:05:02','2025-05-05 11:00:25',NULL,0,0,NULL,NULL),
(5315,'mixpanel','completed',10,'2025-05-05 11:36:27','2025-05-05 11:37:22','2025-05-05 11:00:27','2025-05-05 11:37:22',NULL,0,0,NULL,NULL),
(5316,'mixpanel','completed',10,'2025-05-05 12:34:24','2025-05-05 12:34:53','2025-05-05 11:37:24','2025-05-05 12:34:53',NULL,0,0,NULL,NULL),
(5317,'mixpanel','completed',10,'2025-05-05 13:22:54','2025-05-05 13:24:14','2025-05-05 12:34:54','2025-05-05 13:24:14',NULL,0,0,NULL,NULL),
(5318,'mixpanel','completed',10,'2025-05-05 13:34:16','2025-05-05 13:34:30','2025-05-05 13:24:16','2025-05-05 13:34:30',NULL,0,0,NULL,NULL),
(5319,'mixpanel','completed',10,'2025-05-05 14:24:32','2025-05-05 14:25:50','2025-05-05 13:34:32','2025-05-05 14:25:50',NULL,0,0,NULL,NULL),
(5320,'mixpanel','completed',10,'2025-05-05 15:00:52','2025-05-05 15:02:46','2025-05-05 14:25:52','2025-05-05 15:02:46',NULL,0,0,NULL,NULL),
(5321,'mixpanel','completed',10,'2025-05-05 15:09:48','2025-05-05 15:10:59','2025-05-05 15:02:48','2025-05-05 15:10:59',NULL,0,0,NULL,NULL),
(5322,'mixpanel','completed',10,'2025-05-05 15:22:01','2025-05-05 15:23:18','2025-05-05 15:11:01','2025-05-05 15:23:18',NULL,0,0,NULL,NULL),
(5323,'schedule_re_engagement_email','completed',10,'2025-05-06 15:17:10','2025-05-06 15:19:02','2025-05-05 15:17:10','2025-05-06 15:19:02',NULL,0,0,NULL,NULL),
(5324,'mixpanel','completed',10,'2025-05-05 16:15:19','2025-05-05 16:16:40','2025-05-05 15:23:19','2025-05-05 16:16:40',NULL,0,0,NULL,NULL),
(5325,'mixpanel','completed',10,'2025-05-05 16:43:42','2025-05-05 16:45:24','2025-05-05 16:16:42','2025-05-05 16:45:24',NULL,0,0,NULL,NULL),
(5326,'mixpanel','completed',10,'2025-05-05 17:15:26','2025-05-05 17:16:12','2025-05-05 16:45:26','2025-05-05 17:16:12',NULL,0,0,NULL,NULL),
(5327,'mixpanel','completed',10,'2025-05-05 17:35:13','2025-05-05 17:36:43','2025-05-05 17:16:13','2025-05-05 17:36:43',NULL,0,0,NULL,NULL),
(5328,'mixpanel','completed',10,'2025-05-05 18:09:45','2025-05-05 18:11:36','2025-05-05 17:36:45','2025-05-05 18:11:36',NULL,0,0,NULL,NULL),
(5329,'mixpanel','completed',10,'2025-05-05 19:03:37','2025-05-05 19:03:56','2025-05-05 18:11:37','2025-05-05 19:03:56',NULL,0,0,NULL,NULL),
(5330,'mixpanel','completed',10,'2025-05-05 19:13:58','2025-05-05 19:14:12','2025-05-05 19:03:58','2025-05-05 19:14:12',NULL,0,0,NULL,NULL),
(5331,'mixpanel','completed',10,'2025-05-05 20:05:14','2025-05-05 20:06:33','2025-05-05 19:14:14','2025-05-05 20:06:33',NULL,0,0,NULL,NULL),
(5332,'mixpanel','completed',10,'2025-05-05 21:03:35','2025-05-05 21:04:02','2025-05-05 20:06:35','2025-05-05 21:04:02',NULL,0,0,NULL,NULL),
(5333,'subscribers_engagement_score','completed',10,'2025-05-05 20:55:49','2025-05-05 20:55:51','2025-05-05 20:55:49','2025-05-05 20:55:51',NULL,0,0,NULL,NULL),
(5334,'subscribers_engagement_score','completed',10,'2025-05-06 19:32:00','2025-05-06 19:33:05','2025-05-05 20:55:51','2025-05-06 19:33:05',NULL,0,0,NULL,NULL),
(5335,'mixpanel','completed',10,'2025-05-05 21:30:04','2025-05-05 21:30:43','2025-05-05 21:04:04','2025-05-05 21:30:43',NULL,0,0,NULL,NULL),
(5336,'mixpanel','completed',10,'2025-05-05 21:45:45','2025-05-05 21:47:08','2025-05-05 21:30:45','2025-05-05 21:47:08',NULL,0,0,NULL,NULL),
(5337,'mixpanel','completed',10,'2025-05-05 21:57:10','2025-05-05 21:57:24','2025-05-05 21:47:10','2025-05-05 21:57:24',NULL,0,0,NULL,NULL),
(5338,'mixpanel','completed',10,'2025-05-05 22:16:26','2025-05-05 22:17:56','2025-05-05 21:57:26','2025-05-05 22:17:56',NULL,0,0,NULL,NULL),
(5339,'mixpanel','completed',10,'2025-05-05 23:09:58','2025-05-05 23:11:18','2025-05-05 22:17:58','2025-05-05 23:11:18',NULL,0,0,NULL,NULL),
(5340,'mixpanel','completed',10,'2025-05-05 23:35:20','2025-05-05 23:35:56','2025-05-05 23:11:20','2025-05-05 23:35:56',NULL,0,0,NULL,NULL),
(5341,'mixpanel','completed',10,'2025-05-05 23:57:58','2025-05-05 23:58:31','2025-05-05 23:35:58','2025-05-05 23:58:31',NULL,0,0,NULL,NULL),
(5342,'mixpanel','completed',10,'2025-05-06 00:16:33','2025-05-06 00:18:00','2025-05-05 23:58:33','2025-05-06 00:18:00',NULL,0,0,NULL,NULL),
(5343,'mixpanel','completed',10,'2025-05-06 00:55:02','2025-05-06 00:55:58','2025-05-06 00:18:02','2025-05-06 00:55:58',NULL,0,0,NULL,NULL),
(5344,'mixpanel','completed',10,'2025-05-06 01:47:00','2025-05-06 01:48:59','2025-05-06 00:56:00','2025-05-06 01:48:59',NULL,0,0,NULL,NULL),
(5345,'mixpanel','completed',10,'2025-05-06 02:05:01','2025-05-06 02:05:42','2025-05-06 01:49:01','2025-05-06 02:05:42',NULL,0,0,NULL,NULL),
(5346,'mixpanel','completed',10,'2025-05-06 02:59:44','2025-05-06 03:00:05','2025-05-06 02:05:44','2025-05-06 03:00:05',NULL,0,0,NULL,NULL),
(5347,'mixpanel','completed',10,'2025-05-06 03:39:07','2025-05-06 03:39:07','2025-05-06 03:00:07','2025-05-06 03:39:07',NULL,0,0,NULL,NULL),
(5348,'mixpanel','completed',10,'2025-05-06 03:48:08','2025-05-06 03:49:21','2025-05-06 03:41:08','2025-05-06 03:49:21',NULL,0,0,NULL,NULL),
(5349,'mixpanel','completed',10,'2025-05-06 04:10:23','2025-05-06 04:11:56','2025-05-06 03:49:23','2025-05-06 04:11:56',NULL,0,0,NULL,NULL),
(5350,'mixpanel','completed',10,'2025-05-06 04:31:58','2025-05-06 04:32:28','2025-05-06 04:11:58','2025-05-06 04:32:28',NULL,0,0,NULL,NULL),
(5351,'mixpanel','completed',10,'2025-05-06 05:17:29','2025-05-06 05:17:37','2025-05-06 04:32:29','2025-05-06 05:17:37',NULL,0,0,NULL,NULL),
(5352,'mixpanel','completed',10,'2025-05-06 06:10:39','2025-05-06 06:10:56','2025-05-06 05:17:39','2025-05-06 06:10:56',NULL,0,0,NULL,NULL),
(5353,'mixpanel','completed',10,'2025-05-06 06:27:58','2025-05-06 06:29:23','2025-05-06 06:10:58','2025-05-06 06:29:23',NULL,0,0,NULL,NULL),
(5354,'mixpanel','completed',10,'2025-05-06 07:06:24','2025-05-06 07:08:19','2025-05-06 06:29:24','2025-05-06 07:08:19',NULL,0,0,NULL,NULL),
(5355,'mixpanel','completed',10,'2025-05-06 08:03:20','2025-05-06 08:03:38','2025-05-06 07:08:20','2025-05-06 08:03:38',NULL,0,0,NULL,NULL),
(5356,'mixpanel','completed',10,'2025-05-06 08:05:40','2025-05-06 08:05:41','2025-05-06 08:03:40','2025-05-06 08:05:41',NULL,0,0,NULL,NULL),
(5357,'mixpanel','completed',10,'2025-05-06 08:34:42','2025-05-06 08:36:24','2025-05-06 08:05:42','2025-05-06 08:36:24',NULL,0,0,NULL,NULL),
(5358,'mixpanel','completed',10,'2025-05-06 08:46:26','2025-05-06 08:46:39','2025-05-06 08:36:26','2025-05-06 08:46:39',NULL,0,0,NULL,NULL),
(5359,'mixpanel','completed',10,'2025-05-06 09:44:41','2025-05-06 09:46:04','2025-05-06 08:46:41','2025-05-06 09:46:04',NULL,0,0,NULL,NULL),
(5360,'mixpanel','completed',10,'2025-05-06 10:38:06','2025-05-06 10:39:20','2025-05-06 09:46:06','2025-05-06 10:39:20',NULL,0,0,NULL,NULL),
(5361,'mixpanel','completed',10,'2025-05-06 10:47:22','2025-05-06 10:47:32','2025-05-06 10:39:22','2025-05-06 10:47:32',NULL,0,0,NULL,NULL),
(5362,'mixpanel','completed',10,'2025-05-06 11:39:34','2025-05-06 11:40:49','2025-05-06 10:47:34','2025-05-06 11:40:49',NULL,0,0,NULL,NULL),
(5363,'mixpanel','completed',10,'2025-05-06 12:17:51','2025-05-06 12:19:46','2025-05-06 11:40:51','2025-05-06 12:19:46',NULL,0,0,NULL,NULL),
(5364,'mixpanel','completed',10,'2025-05-06 12:28:48','2025-05-06 12:30:01','2025-05-06 12:19:48','2025-05-06 12:30:01',NULL,0,0,NULL,NULL),
(5365,'mixpanel','completed',10,'2025-05-06 12:49:02','2025-05-06 12:50:30','2025-05-06 12:30:02','2025-05-06 12:50:30',NULL,0,0,NULL,NULL),
(5366,'mixpanel','completed',10,'2025-05-06 13:05:32','2025-05-06 13:06:54','2025-05-06 12:50:32','2025-05-06 13:06:54',NULL,0,0,NULL,NULL),
(5367,'mixpanel','completed',10,'2025-05-06 13:11:55','2025-05-06 13:13:02','2025-05-06 13:06:55','2025-05-06 13:13:02',NULL,0,0,NULL,NULL),
(5368,'mixpanel','completed',10,'2025-05-06 13:13:04','2025-05-06 13:15:05','2025-05-06 13:13:04','2025-05-06 13:15:05',NULL,0,0,NULL,NULL),
(5369,'mixpanel','completed',10,'2025-05-06 14:09:07','2025-05-06 14:10:24','2025-05-06 13:15:07','2025-05-06 14:10:24',NULL,0,0,NULL,NULL),
(5370,'mixpanel','completed',10,'2025-05-06 14:33:26','2025-05-06 14:35:00','2025-05-06 14:10:26','2025-05-06 14:35:00',NULL,0,0,NULL,NULL),
(5371,'mixpanel','completed',10,'2025-05-06 15:25:01','2025-05-06 15:25:11','2025-05-06 14:35:01','2025-05-06 15:25:11',NULL,0,0,NULL,NULL),
(5372,'schedule_re_engagement_email','completed',10,'2025-05-07 15:19:04','2025-05-07 15:19:26','2025-05-06 15:19:04','2025-05-07 15:19:26',NULL,0,0,NULL,NULL),
(5373,'mixpanel','completed',10,'2025-05-06 15:49:13','2025-05-06 15:49:46','2025-05-06 15:25:13','2025-05-06 15:49:46',NULL,0,0,NULL,NULL),
(5374,'mixpanel','completed',10,'2025-05-06 15:55:48','2025-05-06 15:55:55','2025-05-06 15:49:48','2025-05-06 15:55:55',NULL,0,0,NULL,NULL),
(5375,'mixpanel','completed',10,'2025-05-06 16:10:56','2025-05-06 16:12:18','2025-05-06 15:55:56','2025-05-06 16:12:18',NULL,0,0,NULL,NULL),
(5376,'mixpanel','completed',10,'2025-05-06 17:05:20','2025-05-06 17:06:36','2025-05-06 16:12:20','2025-05-06 17:06:36',NULL,0,0,NULL,NULL),
(5377,'mixpanel','completed',10,'2025-05-06 17:53:37','2025-05-06 17:54:44','2025-05-06 17:06:37','2025-05-06 17:54:44',NULL,0,0,NULL,NULL),
(5378,'mixpanel','completed',10,'2025-05-06 17:59:46','2025-05-06 18:00:53','2025-05-06 17:54:46','2025-05-06 18:00:53',NULL,0,0,NULL,NULL),
(5379,'mixpanel','completed',10,'2025-05-06 18:04:55','2025-05-06 18:06:00','2025-05-06 18:00:55','2025-05-06 18:06:00',NULL,0,0,NULL,NULL),
(5380,'mixpanel','completed',10,'2025-05-06 18:20:02','2025-05-06 18:21:22','2025-05-06 18:06:02','2025-05-06 18:21:22',NULL,0,0,NULL,NULL),
(5381,'mixpanel','completed',10,'2025-05-06 19:16:24','2025-05-06 19:16:41','2025-05-06 18:21:24','2025-05-06 19:16:41',NULL,0,0,NULL,NULL),
(5382,'mixpanel','completed',10,'2025-05-06 19:36:43','2025-05-06 19:37:10','2025-05-06 19:16:43','2025-05-06 19:37:10',NULL,0,0,NULL,NULL),
(5383,'subscribers_engagement_score','completed',10,'2025-05-07 03:30:00','2025-05-07 03:31:39','2025-05-06 19:33:05','2025-05-07 03:31:39',NULL,0,0,NULL,NULL),
(5384,'mixpanel','completed',10,'2025-05-06 19:56:12','2025-05-06 19:57:40','2025-05-06 19:37:12','2025-05-06 19:57:40',NULL,0,0,NULL,NULL),
(5385,'mixpanel','completed',10,'2025-05-06 20:47:41','2025-05-06 20:48:57','2025-05-06 19:57:41','2025-05-06 20:48:57',NULL,0,0,NULL,NULL),
(5386,'mixpanel','completed',10,'2025-05-06 21:16:59','2025-05-06 21:17:39','2025-05-06 20:48:59','2025-05-06 21:17:39',NULL,0,0,NULL,NULL),
(5387,'mixpanel','completed',10,'2025-05-06 21:52:41','2025-05-06 21:54:32','2025-05-06 21:17:41','2025-05-06 21:54:32',NULL,0,0,NULL,NULL),
(5388,'mixpanel','completed',10,'2025-05-06 22:47:34','2025-05-06 22:48:50','2025-05-06 21:54:34','2025-05-06 22:48:50',NULL,0,0,NULL,NULL),
(5389,'mixpanel','completed',10,'2025-05-06 23:09:51','2025-05-06 23:11:22','2025-05-06 22:48:51','2025-05-06 23:11:22',NULL,0,0,NULL,NULL),
(5390,'mixpanel','completed',10,'2025-05-06 23:33:23','2025-05-06 23:33:54','2025-05-06 23:11:23','2025-05-06 23:33:54',NULL,0,0,NULL,NULL),
(5391,'mixpanel','completed',10,'2025-05-07 00:21:55','2025-05-07 00:23:04','2025-05-06 23:33:55','2025-05-07 00:23:04',NULL,0,0,NULL,NULL),
(5392,'mixpanel','completed',10,'2025-05-07 01:00:06','2025-05-07 01:02:00','2025-05-07 00:23:06','2025-05-07 01:02:00',NULL,0,0,NULL,NULL),
(5393,'mixpanel','completed',10,'2025-05-07 01:53:01','2025-05-07 01:53:18','2025-05-07 01:02:01','2025-05-07 01:53:18',NULL,0,0,NULL,NULL),
(5394,'mixpanel','completed',10,'2025-05-07 02:50:20','2025-05-07 02:50:40','2025-05-07 01:53:20','2025-05-07 02:50:40',NULL,0,0,NULL,NULL),
(5395,'mixpanel','completed',10,'2025-05-07 02:52:42','2025-05-07 02:52:43','2025-05-07 02:50:42','2025-05-07 02:52:43',NULL,0,0,NULL,NULL),
(5396,'mixpanel','completed',10,'2025-05-07 02:52:45','2025-05-07 02:54:46','2025-05-07 02:52:45','2025-05-07 02:54:46',NULL,0,0,NULL,NULL),
(5397,'mixpanel','completed',10,'2025-05-07 03:02:48','2025-05-07 03:02:58','2025-05-07 02:54:48','2025-05-07 03:02:58',NULL,0,0,NULL,NULL),
(5398,'mixpanel','completed',10,'2025-05-07 03:26:00','2025-05-07 03:27:33','2025-05-07 03:03:00','2025-05-07 03:27:33',NULL,0,0,NULL,NULL),
(5399,'mixpanel','completed',10,'2025-05-07 03:29:35','2025-05-07 03:29:36','2025-05-07 03:27:35','2025-05-07 03:29:36',NULL,0,0,NULL,NULL),
(5400,'mixpanel','completed',10,'2025-05-07 04:09:38','2025-05-07 04:11:36','2025-05-07 03:29:38','2025-05-07 04:11:36',NULL,0,0,NULL,NULL),
(5401,'subscribers_engagement_score','completed',10,'2025-05-07 03:31:39','2025-05-07 03:31:41','2025-05-07 03:31:39','2025-05-07 03:31:41',NULL,0,0,NULL,NULL),
(5402,'subscribers_engagement_score','completed',10,'2025-05-08 18:18:00','2025-05-08 18:19:18','2025-05-07 03:31:41','2025-05-08 18:19:18',NULL,0,0,NULL,NULL),
(5403,'mixpanel','completed',10,'2025-05-07 04:57:38','2025-05-07 04:57:42','2025-05-07 04:11:38','2025-05-07 04:57:42',NULL,0,0,NULL,NULL),
(5404,'mixpanel','completed',10,'2025-05-07 05:48:43','2025-05-07 05:48:54','2025-05-07 04:57:43','2025-05-07 05:48:54',NULL,0,0,NULL,NULL),
(5405,'mixpanel','completed',10,'2025-05-07 06:39:55','2025-05-07 06:40:32','2025-05-07 05:48:55','2025-05-07 06:40:32',NULL,0,0,NULL,NULL),
(5406,'mixpanel','completed',10,'2025-05-07 06:50:34','2025-05-07 06:52:24','2025-05-07 06:40:34','2025-05-07 06:52:24',NULL,0,0,NULL,NULL),
(5407,'mixpanel','completed',10,'2025-05-07 07:37:26','2025-05-07 07:37:27','2025-05-07 06:52:26','2025-05-07 07:37:27',NULL,0,0,NULL,NULL),
(5408,'mixpanel','completed',10,'2025-05-07 08:27:31','2025-05-07 08:27:39','2025-05-07 07:39:31','2025-05-07 08:27:39',NULL,0,0,NULL,NULL),
(5409,'mixpanel','completed',10,'2025-05-07 08:46:40','2025-05-07 08:48:08','2025-05-07 08:27:40','2025-05-07 08:48:08',NULL,0,0,NULL,NULL),
(5410,'mixpanel','completed',10,'2025-05-07 09:26:10','2025-05-07 09:27:04','2025-05-07 08:48:10','2025-05-07 09:27:04',NULL,0,0,NULL,NULL),
(5411,'mixpanel','completed',10,'2025-05-07 09:57:05','2025-05-07 09:57:48','2025-05-07 09:27:05','2025-05-07 09:57:48',NULL,0,0,NULL,NULL),
(5412,'mixpanel','completed',10,'2025-05-07 10:19:49','2025-05-07 10:21:21','2025-05-07 09:57:49','2025-05-07 10:21:21',NULL,0,0,NULL,NULL),
(5413,'mixpanel','completed',10,'2025-05-07 10:29:22','2025-05-07 10:29:33','2025-05-07 10:21:22','2025-05-07 10:29:33',NULL,0,0,NULL,NULL),
(5414,'mixpanel','completed',10,'2025-05-07 11:20:34','2025-05-07 11:20:46','2025-05-07 10:29:34','2025-05-07 11:20:46',NULL,0,0,NULL,NULL),
(5415,'mixpanel','completed',10,'2025-05-07 12:16:47','2025-05-07 12:18:08','2025-05-07 11:20:47','2025-05-07 12:18:08',NULL,0,0,NULL,NULL),
(5416,'mixpanel','completed',10,'2025-05-07 12:56:09','2025-05-07 12:57:03','2025-05-07 12:18:09','2025-05-07 12:57:03',NULL,0,0,NULL,NULL),
(5417,'mixpanel','completed',10,'2025-05-07 13:00:05','2025-05-07 13:01:09','2025-05-07 12:57:05','2025-05-07 13:01:09',NULL,0,0,NULL,NULL),
(5418,'mixpanel','completed',10,'2025-05-07 13:23:10','2025-05-07 13:23:41','2025-05-07 13:01:10','2025-05-07 13:23:41',NULL,0,0,NULL,NULL),
(5419,'mixpanel','completed',10,'2025-05-07 14:12:42','2025-05-07 14:13:52','2025-05-07 13:23:42','2025-05-07 14:13:52',NULL,0,0,NULL,NULL),
(5420,'mixpanel','completed',10,'2025-05-07 14:19:54','2025-05-07 14:20:01','2025-05-07 14:13:54','2025-05-07 14:20:01',NULL,0,0,NULL,NULL),
(5421,'mixpanel','completed',10,'2025-05-07 14:39:03','2025-05-07 14:40:30','2025-05-07 14:20:03','2025-05-07 14:40:30',NULL,0,0,NULL,NULL),
(5422,'mixpanel','completed',10,'2025-05-07 15:17:32','2025-05-07 15:19:26','2025-05-07 14:40:32','2025-05-07 15:19:26',NULL,0,0,NULL,NULL),
(5423,'schedule_re_engagement_email','completed',10,'2025-05-08 15:19:28','2025-05-08 15:21:05','2025-05-07 15:19:28','2025-05-08 15:21:05',NULL,0,0,NULL,NULL),
(5424,'mixpanel','completed',10,'2025-05-07 15:49:28','2025-05-07 15:50:13','2025-05-07 15:19:28','2025-05-07 15:50:13',NULL,0,0,NULL,NULL),
(5425,'mixpanel','completed',10,'2025-05-07 16:46:15','2025-05-07 16:47:37','2025-05-07 15:50:15','2025-05-07 16:47:37',NULL,0,0,NULL,NULL),
(5426,'mixpanel','completed',10,'2025-05-07 17:24:39','2025-05-07 17:26:34','2025-05-07 16:47:39','2025-05-07 17:26:34',NULL,0,0,NULL,NULL),
(5427,'mixpanel','completed',10,'2025-05-07 17:33:36','2025-05-07 17:34:46','2025-05-07 17:26:36','2025-05-07 17:34:46',NULL,0,0,NULL,NULL),
(5428,'mixpanel','completed',10,'2025-05-07 17:58:48','2025-05-07 17:59:21','2025-05-07 17:34:48','2025-05-07 17:59:21',NULL,0,0,NULL,NULL),
(5429,'mixpanel','completed',10,'2025-05-07 18:51:22','2025-05-07 18:52:36','2025-05-07 17:59:22','2025-05-07 18:52:36',NULL,0,0,NULL,NULL),
(5430,'mixpanel','completed',10,'2025-05-07 19:46:38','2025-05-07 19:47:55','2025-05-07 18:52:38','2025-05-07 19:47:55',NULL,0,0,NULL,NULL),
(5431,'mixpanel','completed',10,'2025-05-07 20:06:57','2025-05-07 20:08:24','2025-05-07 19:47:57','2025-05-07 20:08:24',NULL,0,0,NULL,NULL),
(5432,'mixpanel','completed',10,'2025-05-07 20:07:26','2025-05-07 20:10:27','2025-05-07 20:08:26','2025-05-07 20:10:27',NULL,0,0,NULL,NULL),
(5433,'mixpanel','completed',10,'2025-05-07 20:49:29','2025-05-07 20:51:27','2025-05-07 20:10:29','2025-05-07 20:51:27',NULL,0,0,NULL,NULL),
(5434,'mixpanel','completed',10,'2025-05-07 20:54:29','2025-05-07 20:55:33','2025-05-07 20:51:29','2025-05-07 20:55:33',NULL,0,0,NULL,NULL),
(5435,'mixpanel','completed',10,'2025-05-07 21:26:35','2025-05-07 21:28:21','2025-05-07 20:55:35','2025-05-07 21:28:21',NULL,0,0,NULL,NULL),
(5436,'mixpanel','completed',10,'2025-05-07 21:35:23','2025-05-07 21:36:33','2025-05-07 21:28:23','2025-05-07 21:36:33',NULL,0,0,NULL,NULL),
(5437,'mixpanel','completed',10,'2025-05-07 22:29:34','2025-05-07 22:29:49','2025-05-07 21:36:34','2025-05-07 22:29:49',NULL,0,0,NULL,NULL),
(5438,'mixpanel','completed',10,'2025-05-07 22:52:51','2025-05-07 22:54:25','2025-05-07 22:29:51','2025-05-07 22:54:25',NULL,0,0,NULL,NULL),
(5439,'mixpanel','completed',10,'2025-05-07 23:38:26','2025-05-07 23:39:28','2025-05-07 22:54:26','2025-05-07 23:39:28',NULL,0,0,NULL,NULL),
(5440,'mixpanel','completed',10,'2025-05-08 00:32:30','2025-05-08 00:33:48','2025-05-07 23:39:30','2025-05-08 00:33:48',NULL,0,0,NULL,NULL),
(5441,'mixpanel','completed',10,'2025-05-08 00:38:49','2025-05-08 00:40:43','2025-05-08 00:33:49','2025-05-08 00:40:43',NULL,0,0,NULL,NULL),
(5442,'mixpanel','completed',10,'2025-05-08 00:53:44','2025-05-08 00:55:18','2025-05-08 00:40:44','2025-05-08 00:55:18',NULL,0,0,NULL,NULL),
(5443,'mixpanel','completed',10,'2025-05-08 01:10:19','2025-05-08 01:11:21','2025-05-08 00:55:19','2025-05-08 01:11:21',NULL,0,0,NULL,NULL),
(5444,'mixpanel','completed',10,'2025-05-08 01:46:22','2025-05-08 01:46:28','2025-05-08 01:11:22','2025-05-08 01:46:28',NULL,0,0,NULL,NULL),
(5445,'mixpanel','completed',10,'2025-05-08 02:39:30','2025-05-08 02:39:43','2025-05-08 01:46:30','2025-05-08 02:39:43',NULL,0,0,NULL,NULL),
(5446,'mixpanel','completed',10,'2025-05-08 03:31:45','2025-05-08 03:33:00','2025-05-08 02:39:45','2025-05-08 03:33:00',NULL,0,0,NULL,NULL),
(5447,'mixpanel','completed',10,'2025-05-08 04:29:02','2025-05-08 04:30:22','2025-05-08 03:33:02','2025-05-08 04:30:22',NULL,0,0,NULL,NULL),
(5448,'mixpanel','completed',10,'2025-05-08 04:33:23','2025-05-08 04:34:28','2025-05-08 04:30:23','2025-05-08 04:34:28',NULL,0,0,NULL,NULL),
(5449,'mixpanel','completed',10,'2025-05-08 05:21:29','2025-05-08 05:21:34','2025-05-08 04:34:29','2025-05-08 05:21:34',NULL,0,0,NULL,NULL),
(5450,'mixpanel','completed',10,'2025-05-08 06:13:36','2025-05-08 06:14:52','2025-05-08 05:21:36','2025-05-08 06:14:52',NULL,0,0,NULL,NULL),
(5451,'mixpanel','completed',10,'2025-05-08 07:04:54','2025-05-08 07:06:05','2025-05-08 06:14:54','2025-05-08 07:06:05',NULL,0,0,NULL,NULL),
(5452,'mixpanel','completed',10,'2025-05-08 07:40:07','2025-05-08 07:40:55','2025-05-08 07:06:07','2025-05-08 07:40:55',NULL,0,0,NULL,NULL),
(5453,'mixpanel','completed',10,'2025-05-08 07:50:56','2025-05-08 07:51:09','2025-05-08 07:40:56','2025-05-08 07:51:09',NULL,0,0,NULL,NULL),
(5454,'mixpanel','completed',10,'2025-05-08 07:54:11','2025-05-08 07:55:15','2025-05-08 07:51:11','2025-05-08 07:55:15',NULL,0,0,NULL,NULL),
(5455,'mixpanel','completed',10,'2025-05-08 07:54:17','2025-05-08 07:57:22','2025-05-08 07:55:17','2025-05-08 07:57:22',NULL,0,0,NULL,NULL),
(5456,'mixpanel','completed',10,'2025-05-08 08:51:24','2025-05-08 08:52:41','2025-05-08 07:57:24','2025-05-08 08:52:41',NULL,0,0,NULL,NULL),
(5457,'mixpanel','completed',10,'2025-05-08 09:29:43','2025-05-08 09:31:37','2025-05-08 08:52:43','2025-05-08 09:31:37',NULL,0,0,NULL,NULL),
(5458,'mixpanel','completed',10,'2025-05-08 10:19:39','2025-05-08 10:20:48','2025-05-08 09:31:39','2025-05-08 10:20:48',NULL,0,0,NULL,NULL),
(5459,'mixpanel','completed',10,'2025-05-08 11:12:50','2025-05-08 11:14:08','2025-05-08 10:20:50','2025-05-08 11:14:08',NULL,0,0,NULL,NULL),
(5460,'mixpanel','completed',10,'2025-05-08 11:19:10','2025-05-08 11:20:17','2025-05-08 11:14:10','2025-05-08 11:20:17',NULL,0,0,NULL,NULL),
(5461,'mixpanel','completed',10,'2025-05-08 11:48:19','2025-05-08 11:48:58','2025-05-08 11:20:19','2025-05-08 11:48:58',NULL,0,0,NULL,NULL),
(5462,'mixpanel','completed',10,'2025-05-08 11:52:00','2025-05-08 11:53:04','2025-05-08 11:49:00','2025-05-08 11:53:04',NULL,0,0,NULL,NULL),
(5463,'mixpanel','completed',10,'2025-05-08 12:48:06','2025-05-08 12:48:22','2025-05-08 11:53:06','2025-05-08 12:48:23',NULL,0,0,NULL,NULL),
(5464,'mixpanel','completed',10,'2025-05-08 13:05:24','2025-05-08 13:06:49','2025-05-08 12:48:24','2025-05-08 13:06:49',NULL,0,0,NULL,NULL),
(5465,'mixpanel','completed',10,'2025-05-08 13:12:50','2025-05-08 13:12:58','2025-05-08 13:06:50','2025-05-08 13:12:58',NULL,0,0,NULL,NULL),
(5466,'mixpanel','completed',10,'2025-05-08 13:38:00','2025-05-08 13:39:38','2025-05-08 13:13:00','2025-05-08 13:39:38',NULL,0,0,NULL,NULL),
(5467,'mixpanel','completed',10,'2025-05-08 13:47:40','2025-05-08 13:47:50','2025-05-08 13:39:40','2025-05-08 13:47:50',NULL,0,0,NULL,NULL),
(5468,'mixpanel','completed',10,'2025-05-08 14:42:52','2025-05-08 14:44:12','2025-05-08 13:47:52','2025-05-08 14:44:12',NULL,0,0,NULL,NULL),
(5469,'mixpanel','completed',10,'2025-05-08 14:45:14','2025-05-08 14:46:15','2025-05-08 14:44:14','2025-05-08 14:46:15',NULL,0,0,NULL,NULL),
(5470,'mixpanel','completed',10,'2025-05-08 15:12:17','2025-05-08 15:12:54','2025-05-08 14:46:17','2025-05-08 15:12:54',NULL,0,0,NULL,NULL),
(5471,'mixpanel','completed',10,'2025-05-08 16:07:55','2025-05-08 16:08:12','2025-05-08 15:12:55','2025-05-08 16:08:12',NULL,0,0,NULL,NULL),
(5472,'schedule_re_engagement_email','completed',10,'2025-05-09 15:21:07','2025-05-09 15:22:20','2025-05-08 15:21:07','2025-05-09 15:22:20',NULL,0,0,NULL,NULL),
(5473,'mixpanel','completed',10,'2025-05-08 16:16:14','2025-05-08 16:16:24','2025-05-08 16:08:14','2025-05-08 16:16:24',NULL,0,0,NULL,NULL),
(5474,'mixpanel','completed',10,'2025-05-08 16:58:26','2025-05-08 16:59:25','2025-05-08 16:16:26','2025-05-08 16:59:25',NULL,0,0,NULL,NULL),
(5475,'mixpanel','completed',10,'2025-05-08 17:07:26','2025-05-08 17:07:37','2025-05-08 16:59:26','2025-05-08 17:07:37',NULL,0,0,NULL,NULL),
(5476,'mixpanel','completed',10,'2025-05-08 17:57:38','2025-05-08 17:58:49','2025-05-08 17:07:38','2025-05-08 17:58:49',NULL,0,0,NULL,NULL),
(5477,'mixpanel','completed',10,'2025-05-08 18:04:51','2025-05-08 18:04:58','2025-05-08 17:58:51','2025-05-08 18:04:58',NULL,0,0,NULL,NULL),
(5478,'mixpanel','completed',10,'2025-05-08 18:46:59','2025-05-08 18:47:58','2025-05-08 18:04:59','2025-05-08 18:47:58',NULL,0,0,NULL,NULL),
(5479,'subscribers_engagement_score','completed',10,'2025-05-08 18:19:18','2025-05-08 18:19:20','2025-05-08 18:19:18','2025-05-08 18:19:20',NULL,0,0,NULL,NULL),
(5480,'subscribers_engagement_score','completed',10,'2025-05-08 18:19:20','2025-05-08 18:21:21','2025-05-08 18:19:20','2025-05-08 18:21:21',NULL,0,0,NULL,NULL),
(5481,'subscribers_engagement_score','completed',10,'2025-05-09 03:52:00','2025-05-09 03:53:54','2025-05-08 18:21:21','2025-05-09 03:53:54',NULL,0,0,NULL,NULL),
(5482,'mixpanel','completed',10,'2025-05-08 18:53:00','2025-05-08 18:54:07','2025-05-08 18:48:00','2025-05-08 18:54:07',NULL,0,0,NULL,NULL),
(5483,'mixpanel','completed',10,'2025-05-08 18:53:09','2025-05-08 18:56:10','2025-05-08 18:54:09','2025-05-08 18:56:10',NULL,0,0,NULL,NULL),
(5484,'mixpanel','completed',10,'2025-05-08 18:59:12','2025-05-08 19:00:16','2025-05-08 18:56:12','2025-05-08 19:00:16',NULL,0,0,NULL,NULL),
(5485,'mixpanel','completed',10,'2025-05-08 19:16:18','2025-05-08 19:16:39','2025-05-08 19:00:18','2025-05-08 19:16:39',NULL,0,0,NULL,NULL),
(5486,'mixpanel','completed',10,'2025-05-08 19:21:41','2025-05-08 19:22:48','2025-05-08 19:16:41','2025-05-08 19:22:48',NULL,0,0,NULL,NULL),
(5487,'mixpanel','completed',10,'2025-05-08 19:34:50','2025-05-08 19:35:05','2025-05-08 19:22:50','2025-05-08 19:35:05',NULL,0,0,NULL,NULL),
(5488,'mixpanel','completed',10,'2025-05-08 20:05:07','2025-05-08 20:05:49','2025-05-08 19:35:07','2025-05-08 20:05:49',NULL,0,0,NULL,NULL),
(5489,'mixpanel','completed',10,'2025-05-08 20:15:51','2025-05-08 20:16:04','2025-05-08 20:05:51','2025-05-08 20:16:04',NULL,0,0,NULL,NULL),
(5490,'mixpanel','completed',10,'2025-05-08 20:55:05','2025-05-08 20:57:03','2025-05-08 20:16:05','2025-05-08 20:57:03',NULL,0,0,NULL,NULL),
(5491,'mixpanel','completed',10,'2025-05-08 21:09:04','2025-05-08 21:09:20','2025-05-08 20:57:04','2025-05-08 21:09:20',NULL,0,0,NULL,NULL),
(5492,'mixpanel','completed',10,'2025-05-08 21:52:22','2025-05-08 21:52:23','2025-05-08 21:09:22','2025-05-08 21:52:23',NULL,0,0,NULL,NULL),
(5493,'mixpanel','completed',10,'2025-05-08 22:28:24','2025-05-08 22:29:13','2025-05-08 21:54:24','2025-05-08 22:29:13',NULL,0,0,NULL,NULL),
(5494,'mixpanel','completed',10,'2025-05-08 22:45:15','2025-05-08 22:45:37','2025-05-08 22:29:15','2025-05-08 22:45:37',NULL,0,0,NULL,NULL),
(5495,'mixpanel','completed',10,'2025-05-08 23:34:38','2025-05-08 23:35:48','2025-05-08 22:45:38','2025-05-08 23:35:48',NULL,0,0,NULL,NULL),
(5496,'mixpanel','completed',10,'2025-05-09 00:10:49','2025-05-09 00:12:40','2025-05-08 23:35:49','2025-05-09 00:12:40',NULL,0,0,NULL,NULL),
(5497,'mixpanel','completed',10,'2025-05-09 00:12:41','2025-05-09 00:14:42','2025-05-09 00:12:41','2025-05-09 00:14:42',NULL,0,0,NULL,NULL),
(5498,'mixpanel','completed',10,'2025-05-09 01:08:44','2025-05-09 01:09:36','2025-05-09 00:14:44','2025-05-09 01:09:36',NULL,0,0,NULL,NULL),
(5499,'mixpanel','completed',10,'2025-05-09 01:43:38','2025-05-09 01:43:50','2025-05-09 01:09:38','2025-05-09 01:43:50',NULL,0,0,NULL,NULL),
(5500,'mixpanel','completed',10,'2025-05-09 02:29:52','2025-05-09 02:29:55','2025-05-09 01:43:52','2025-05-09 02:29:55',NULL,0,0,NULL,NULL),
(5501,'mixpanel','completed',10,'2025-05-09 02:32:56','2025-05-09 02:32:59','2025-05-09 02:29:56','2025-05-09 02:32:59',NULL,0,0,NULL,NULL),
(5502,'mixpanel','completed',10,'2025-05-09 03:02:00','2025-05-09 03:02:41','2025-05-09 02:33:00','2025-05-09 03:02:41',NULL,0,0,NULL,NULL),
(5503,'mixpanel','completed',10,'2025-05-09 03:07:42','2025-05-09 03:08:49','2025-05-09 03:02:42','2025-05-09 03:08:49',NULL,0,0,NULL,NULL),
(5504,'mixpanel','completed',10,'2025-05-09 03:34:51','2025-05-09 03:35:27','2025-05-09 03:08:51','2025-05-09 03:35:27',NULL,0,0,NULL,NULL),
(5505,'mixpanel','completed',10,'2025-05-09 03:45:29','2025-05-09 03:45:42','2025-05-09 03:35:29','2025-05-09 03:45:42',NULL,0,0,NULL,NULL),
(5506,'mixpanel','completed',10,'2025-05-09 03:51:44','2025-05-09 03:51:51','2025-05-09 03:45:44','2025-05-09 03:51:51',NULL,0,0,NULL,NULL),
(5507,'mixpanel','completed',10,'2025-05-09 04:14:52','2025-05-09 04:16:26','2025-05-09 03:51:52','2025-05-09 04:16:26',NULL,0,0,NULL,NULL),
(5508,'subscribers_engagement_score','completed',10,'2025-05-10 18:59:00','2025-05-10 19:00:11','2025-05-09 03:53:54','2025-05-10 19:00:11',NULL,0,0,NULL,NULL),
(5509,'mixpanel','completed',10,'2025-05-09 04:43:28','2025-05-09 04:45:07','2025-05-09 04:16:28','2025-05-09 04:45:07',NULL,0,0,NULL,NULL),
(5510,'mixpanel','completed',10,'2025-05-09 05:30:09','2025-05-09 05:30:12','2025-05-09 04:45:09','2025-05-09 05:30:12',NULL,0,0,NULL,NULL),
(5511,'mixpanel','completed',10,'2025-05-09 06:20:13','2025-05-09 06:21:25','2025-05-09 05:30:13','2025-05-09 06:21:25',NULL,0,0,NULL,NULL),
(5512,'mixpanel','completed',10,'2025-05-09 06:56:26','2025-05-09 06:58:17','2025-05-09 06:21:26','2025-05-09 06:58:17',NULL,0,0,NULL,NULL),
(5513,'mixpanel','completed',10,'2025-05-09 07:22:18','2025-05-09 07:22:52','2025-05-09 06:58:18','2025-05-09 07:22:52',NULL,0,0,NULL,NULL),
(5514,'mixpanel','completed',10,'2025-05-09 07:53:54','2025-05-09 07:55:39','2025-05-09 07:22:54','2025-05-09 07:55:39',NULL,0,0,NULL,NULL),
(5515,'mixpanel','completed',10,'2025-05-09 08:48:40','2025-05-09 08:49:56','2025-05-09 07:55:40','2025-05-09 08:49:56',NULL,0,0,NULL,NULL),
(5516,'mixpanel','completed',10,'2025-05-09 09:41:58','2025-05-09 09:43:12','2025-05-09 08:49:58','2025-05-09 09:43:12',NULL,0,0,NULL,NULL),
(5517,'mixpanel','completed',10,'2025-05-09 09:44:14','2025-05-09 09:45:15','2025-05-09 09:43:14','2025-05-09 09:45:15',NULL,0,0,NULL,NULL),
(5518,'mixpanel','completed',10,'2025-05-09 10:32:17','2025-05-09 10:32:23','2025-05-09 09:45:17','2025-05-09 10:32:23',NULL,0,0,NULL,NULL),
(5519,'mixpanel','completed',10,'2025-05-09 11:09:24','2025-05-09 11:11:19','2025-05-09 10:32:24','2025-05-09 11:11:19',NULL,0,0,NULL,NULL),
(5520,'mixpanel','completed',10,'2025-05-09 11:10:21','2025-05-09 11:13:22','2025-05-09 11:11:21','2025-05-09 11:13:22',NULL,0,0,NULL,NULL),
(5521,'mixpanel','completed',10,'2025-05-09 11:49:24','2025-05-09 11:50:15','2025-05-09 11:13:24','2025-05-09 11:50:15',NULL,0,0,NULL,NULL),
(5522,'mixpanel','completed',10,'2025-05-09 12:15:16','2025-05-09 12:16:53','2025-05-09 11:50:16','2025-05-09 12:16:53',NULL,0,0,NULL,NULL),
(5523,'mixpanel','completed',10,'2025-05-09 13:07:54','2025-05-09 13:08:06','2025-05-09 12:16:54','2025-05-09 13:08:06',NULL,0,0,NULL,NULL),
(5524,'mixpanel','completed',10,'2025-05-09 13:30:08','2025-05-09 13:30:38','2025-05-09 13:08:08','2025-05-09 13:30:38',NULL,0,0,NULL,NULL),
(5525,'mixpanel','completed',10,'2025-05-09 13:56:40','2025-05-09 13:57:19','2025-05-09 13:30:40','2025-05-09 13:57:19',NULL,0,0,NULL,NULL),
(5526,'mixpanel','completed',10,'2025-05-09 14:01:20','2025-05-09 14:01:25','2025-05-09 13:57:20','2025-05-09 14:01:25',NULL,0,0,NULL,NULL),
(5527,'mixpanel','completed',10,'2025-05-09 14:42:26','2025-05-09 14:44:26','2025-05-09 14:01:26','2025-05-09 14:44:26',NULL,0,0,NULL,NULL),
(5528,'mixpanel','completed',10,'2025-05-09 15:10:27','2025-05-09 15:12:05','2025-05-09 14:44:27','2025-05-09 15:12:05',NULL,0,0,NULL,NULL),
(5529,'mixpanel','completed',10,'2025-05-09 15:52:07','2025-05-09 15:53:04','2025-05-09 15:12:07','2025-05-09 15:53:04',NULL,0,0,NULL,NULL),
(5530,'schedule_re_engagement_email','completed',10,'2025-05-10 15:22:22','2025-05-10 15:24:02','2025-05-09 15:22:22','2025-05-10 15:24:02',NULL,0,0,NULL,NULL),
(5531,'mixpanel','completed',10,'2025-05-09 16:07:05','2025-05-09 16:07:24','2025-05-09 15:53:05','2025-05-09 16:07:24',NULL,0,0,NULL,NULL),
(5532,'mixpanel','completed',10,'2025-05-09 16:07:26','2025-05-09 16:09:27','2025-05-09 16:07:26','2025-05-09 16:09:27',NULL,0,0,NULL,NULL),
(5533,'mixpanel','completed',10,'2025-05-09 16:48:29','2025-05-09 16:50:26','2025-05-09 16:09:29','2025-05-09 16:50:26',NULL,0,0,NULL,NULL),
(5534,'mixpanel','completed',10,'2025-05-09 17:37:27','2025-05-09 17:38:34','2025-05-09 16:50:27','2025-05-09 17:38:34',NULL,0,0,NULL,NULL),
(5535,'mixpanel','completed',10,'2025-05-09 18:30:36','2025-05-09 18:32:23','2025-05-09 17:38:36','2025-05-09 18:32:23',NULL,0,0,NULL,NULL),
(5536,'mixpanel','completed',10,'2025-05-09 19:20:24','2025-05-09 19:22:12','2025-05-09 18:32:24','2025-05-09 19:22:12',NULL,0,0,NULL,NULL),
(5537,'mixpanel','completed',10,'2025-05-09 20:13:13','2025-05-09 20:13:29','2025-05-09 19:22:13','2025-05-09 20:13:29',NULL,0,0,NULL,NULL),
(5538,'mixpanel','completed',10,'2025-05-09 20:37:31','2025-05-09 20:38:04','2025-05-09 20:13:31','2025-05-09 20:38:04',NULL,0,0,NULL,NULL),
(5539,'mixpanel','completed',10,'2025-05-09 21:24:06','2025-05-09 21:25:12','2025-05-09 20:38:06','2025-05-09 21:25:12',NULL,0,0,NULL,NULL),
(5540,'mixpanel','completed',10,'2025-05-09 21:44:14','2025-05-09 21:45:41','2025-05-09 21:25:14','2025-05-09 21:45:41',NULL,0,0,NULL,NULL),
(5541,'mixpanel','completed',10,'2025-05-09 22:41:43','2025-05-09 22:43:03','2025-05-09 21:45:43','2025-05-09 22:43:03',NULL,0,0,NULL,NULL),
(5542,'mixpanel','completed',10,'2025-05-09 23:20:05','2025-05-09 23:20:57','2025-05-09 22:43:05','2025-05-09 23:20:57',NULL,0,0,NULL,NULL),
(5543,'mixpanel','completed',10,'2025-05-10 00:01:59','2025-05-10 00:03:59','2025-05-09 23:20:59','2025-05-10 00:03:59',NULL,0,0,NULL,NULL),
(5544,'inactive_subscribers','completed',10,'2025-05-18 00:00:00','2025-05-18 00:01:10','2025-05-10 00:01:56','2025-05-18 00:01:10',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(5545,'export_files_cleanup','completed',10,'2025-05-13 00:00:00','2025-05-13 00:01:14','2025-05-10 00:01:58','2025-05-13 00:01:14',NULL,0,0,NULL,NULL),
(5546,'mixpanel','completed',10,'2025-05-10 00:07:01','2025-05-10 00:08:05','2025-05-10 00:04:01','2025-05-10 00:08:05',NULL,0,0,NULL,NULL),
(5547,'mixpanel','completed',10,'2025-05-10 00:55:06','2025-05-10 00:57:15','2025-05-10 00:08:06','2025-05-10 00:57:15',NULL,0,0,NULL,NULL),
(5548,'mixpanel','completed',10,'2025-05-10 00:58:16','2025-05-10 00:59:18','2025-05-10 00:57:16','2025-05-10 00:59:18',NULL,0,0,NULL,NULL),
(5549,'mixpanel','completed',10,'2025-05-10 01:27:19','2025-05-10 01:28:03','2025-05-10 00:59:19','2025-05-10 01:28:03',NULL,0,0,NULL,NULL),
(5550,'mixpanel','completed',10,'2025-05-10 01:43:05','2025-05-10 01:43:27','2025-05-10 01:28:05','2025-05-10 01:43:27',NULL,0,0,NULL,NULL),
(5551,'mixpanel','completed',10,'2025-05-10 02:13:28','2025-05-10 02:15:52','2025-05-10 01:43:28','2025-05-10 02:15:52',NULL,0,0,NULL,NULL),
(5552,'mixpanel','completed',10,'2025-05-10 02:50:54','2025-05-10 02:52:22','2025-05-10 02:15:54','2025-05-10 02:52:22',NULL,0,0,NULL,NULL),
(5553,'mixpanel','completed',10,'2025-05-10 02:53:06','2025-05-10 02:55:09','2025-05-10 02:54:06','2025-05-10 02:55:09',NULL,0,0,NULL,NULL),
(5554,'mixpanel','completed',10,'2025-05-10 03:05:12','2025-05-10 03:06:25','2025-05-10 02:57:12','2025-05-10 03:06:25',NULL,0,0,NULL,NULL),
(5555,'mixpanel','completed',10,'2025-05-10 03:10:27','2025-05-10 03:10:31','2025-05-10 03:06:27','2025-05-10 03:10:31',NULL,0,0,NULL,NULL),
(5556,'mixpanel','completed',10,'2025-05-10 03:36:33','2025-05-10 03:38:10','2025-05-10 03:10:33','2025-05-10 03:38:10',NULL,0,0,NULL,NULL),
(5557,'mixpanel','completed',10,'2025-05-10 03:50:12','2025-05-10 03:50:28','2025-05-10 03:38:12','2025-05-10 03:50:28',NULL,0,0,NULL,NULL),
(5558,'mixpanel','completed',10,'2025-05-10 04:12:29','2025-05-10 04:13:00','2025-05-10 03:50:29','2025-05-10 04:13:00',NULL,0,0,NULL,NULL),
(5559,'mixpanel','completed',10,'2025-05-10 04:45:01','2025-05-10 04:45:47','2025-05-10 04:13:01','2025-05-10 04:45:47',NULL,0,0,NULL,NULL),
(5560,'mixpanel','completed',10,'2025-05-10 04:52:48','2025-05-10 04:53:58','2025-05-10 04:45:48','2025-05-10 04:53:58',NULL,0,0,NULL,NULL),
(5561,'mixpanel','completed',10,'2025-05-10 04:57:00','2025-05-10 04:58:04','2025-05-10 04:54:00','2025-05-10 04:58:04',NULL,0,0,NULL,NULL),
(5562,'mixpanel','completed',10,'2025-05-10 05:11:06','2025-05-10 05:11:23','2025-05-10 04:58:06','2025-05-10 05:11:23',NULL,0,0,NULL,NULL),
(5563,'mixpanel','completed',10,'2025-05-10 05:11:25','2025-05-10 05:13:26','2025-05-10 05:11:25','2025-05-10 05:13:26',NULL,0,0,NULL,NULL),
(5564,'mixpanel','completed',10,'2025-05-10 05:35:28','2025-05-10 05:35:58','2025-05-10 05:13:28','2025-05-10 05:35:58',NULL,0,0,NULL,NULL),
(5565,'mixpanel','completed',10,'2025-05-10 05:42:00','2025-05-10 05:42:07','2025-05-10 05:36:00','2025-05-10 05:42:07',NULL,0,0,NULL,NULL),
(5566,'mixpanel','completed',10,'2025-05-10 05:52:09','2025-05-10 05:52:22','2025-05-10 05:42:09','2025-05-10 05:52:22',NULL,0,0,NULL,NULL),
(5567,'mixpanel','completed',10,'2025-05-10 06:16:23','2025-05-10 06:16:57','2025-05-10 05:52:23','2025-05-10 06:16:57',NULL,0,0,NULL,NULL),
(5568,'mixpanel','completed',10,'2025-05-10 06:33:59','2025-05-10 06:35:23','2025-05-10 06:16:59','2025-05-10 06:35:23',NULL,0,0,NULL,NULL),
(5569,'mixpanel','completed',10,'2025-05-10 07:19:25','2025-05-10 07:20:28','2025-05-10 06:35:25','2025-05-10 07:20:28',NULL,0,0,NULL,NULL),
(5570,'mixpanel','completed',10,'2025-05-10 07:34:30','2025-05-10 07:34:49','2025-05-10 07:20:30','2025-05-10 07:34:49',NULL,0,0,NULL,NULL),
(5571,'mixpanel','completed',10,'2025-05-10 08:26:50','2025-05-10 08:28:05','2025-05-10 07:34:50','2025-05-10 08:28:05',NULL,0,0,NULL,NULL),
(5572,'mixpanel','completed',10,'2025-05-10 08:44:07','2025-05-10 08:44:28','2025-05-10 08:28:07','2025-05-10 08:44:28',NULL,0,0,NULL,NULL),
(5573,'mixpanel','completed',10,'2025-05-10 08:44:30','2025-05-10 08:46:31','2025-05-10 08:44:30','2025-05-10 08:46:31',NULL,0,0,NULL,NULL),
(5574,'mixpanel','completed',10,'2025-05-10 09:27:33','2025-05-10 09:29:33','2025-05-10 08:46:33','2025-05-10 09:29:33',NULL,0,0,NULL,NULL),
(5575,'mixpanel','completed',10,'2025-05-10 10:27:35','2025-05-10 10:28:58','2025-05-10 09:29:35','2025-05-10 10:28:58',NULL,0,0,NULL,NULL),
(5576,'mixpanel','completed',10,'2025-05-10 11:02:00','2025-05-10 11:03:48','2025-05-10 10:29:00','2025-05-10 11:03:48',NULL,0,0,NULL,NULL),
(5577,'mixpanel','completed',10,'2025-05-10 11:28:50','2025-05-10 11:30:28','2025-05-10 11:03:50','2025-05-10 11:30:28',NULL,0,0,NULL,NULL),
(5578,'mixpanel','completed',10,'2025-05-10 12:26:29','2025-05-10 12:27:50','2025-05-10 11:30:29','2025-05-10 12:27:50',NULL,0,0,NULL,NULL),
(5579,'mixpanel','completed',10,'2025-05-10 12:50:51','2025-05-10 12:52:25','2025-05-10 12:27:51','2025-05-10 12:52:25',NULL,0,0,NULL,NULL),
(5580,'mixpanel','completed',10,'2025-05-10 13:16:26','2025-05-10 13:17:00','2025-05-10 12:52:26','2025-05-10 13:17:00',NULL,0,0,NULL,NULL),
(5581,'mixpanel','completed',10,'2025-05-10 13:40:02','2025-05-10 13:41:35','2025-05-10 13:17:02','2025-05-10 13:41:35',NULL,0,0,NULL,NULL),
(5582,'mixpanel','completed',10,'2025-05-10 13:47:37','2025-05-10 13:47:44','2025-05-10 13:41:37','2025-05-10 13:47:44',NULL,0,0,NULL,NULL),
(5583,'mixpanel','completed',10,'2025-05-10 14:33:46','2025-05-10 14:34:51','2025-05-10 13:47:46','2025-05-10 14:34:51',NULL,0,0,NULL,NULL),
(5584,'mixpanel','completed',10,'2025-05-10 14:34:53','2025-05-10 14:36:54','2025-05-10 14:34:53','2025-05-10 14:36:54',NULL,0,0,NULL,NULL),
(5585,'mixpanel','completed',10,'2025-05-10 15:12:56','2025-05-10 15:13:47','2025-05-10 14:36:56','2025-05-10 15:13:47',NULL,0,0,NULL,NULL),
(5586,'mixpanel','completed',10,'2025-05-10 15:46:49','2025-05-10 15:48:37','2025-05-10 15:13:49','2025-05-10 15:48:37',NULL,0,0,NULL,NULL),
(5587,'schedule_re_engagement_email','completed',10,'2025-05-11 15:24:04','2025-05-11 15:25:37','2025-05-10 15:24:04','2025-05-11 15:25:37',NULL,0,0,NULL,NULL),
(5588,'mixpanel','completed',10,'2025-05-10 16:24:39','2025-05-10 16:25:30','2025-05-10 15:48:39','2025-05-10 16:25:30',NULL,0,0,NULL,NULL),
(5589,'mixpanel','completed',10,'2025-05-10 16:54:31','2025-05-10 16:56:14','2025-05-10 16:25:31','2025-05-10 16:56:14',NULL,0,0,NULL,NULL),
(5590,'mixpanel','completed',10,'2025-05-10 17:32:15','2025-05-10 17:34:08','2025-05-10 16:56:15','2025-05-10 17:34:08',NULL,0,0,NULL,NULL),
(5591,'mixpanel','completed',10,'2025-05-10 18:17:09','2025-05-10 18:17:09','2025-05-10 17:34:09','2025-05-10 18:17:09',NULL,0,0,NULL,NULL),
(5592,'mixpanel','completed',10,'2025-05-10 19:13:11','2025-05-10 19:14:32','2025-05-10 18:17:11','2025-05-10 19:14:32',NULL,0,0,NULL,NULL),
(5593,'subscribers_engagement_score','completed',10,'2025-05-10 19:00:11','2025-05-10 19:00:13','2025-05-10 19:00:11','2025-05-10 19:00:13',NULL,0,0,NULL,NULL),
(5594,'subscribers_engagement_score','completed',10,'2025-05-11 08:07:00','2025-05-11 08:08:11','2025-05-10 19:00:13','2025-05-11 08:08:11',NULL,0,0,NULL,NULL),
(5595,'mixpanel','completed',10,'2025-05-10 19:51:34','2025-05-10 19:53:28','2025-05-10 19:14:34','2025-05-10 19:53:28',NULL,0,0,NULL,NULL),
(5596,'mixpanel','completed',10,'2025-05-10 20:50:30','2025-05-10 20:50:50','2025-05-10 19:53:30','2025-05-10 20:50:50',NULL,0,0,NULL,NULL),
(5597,'mixpanel','completed',10,'2025-05-10 21:17:52','2025-05-10 21:19:31','2025-05-10 20:50:52','2025-05-10 21:19:31',NULL,0,0,NULL,NULL),
(5598,'mixpanel','completed',10,'2025-05-10 21:39:33','2025-05-10 21:40:00','2025-05-10 21:19:33','2025-05-10 21:40:00',NULL,0,0,NULL,NULL),
(5599,'mixpanel','completed',10,'2025-05-10 22:36:02','2025-05-10 22:37:22','2025-05-10 21:40:02','2025-05-10 22:37:22',NULL,0,0,NULL,NULL),
(5600,'mixpanel','completed',10,'2025-05-10 23:01:24','2025-05-10 23:01:58','2025-05-10 22:37:24','2025-05-10 23:01:58',NULL,0,0,NULL,NULL),
(5601,'mixpanel','completed',10,'2025-05-10 23:47:59','2025-05-10 23:48:04','2025-05-10 23:01:59','2025-05-10 23:48:04',NULL,0,0,NULL,NULL),
(5602,'mixpanel','completed',10,'2025-05-10 23:59:05','2025-05-11 00:00:22','2025-05-10 23:48:05','2025-05-11 00:00:22',NULL,0,0,NULL,NULL),
(5603,'subscribers_email_count','completed',10,'2025-05-15 00:00:00','2025-05-15 00:01:42','2025-05-11 00:00:21','2025-05-15 00:01:42',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(5604,'mixpanel','completed',10,'2025-05-11 00:35:23','2025-05-11 00:37:16','2025-05-11 00:00:23','2025-05-11 00:37:16',NULL,0,0,NULL,NULL),
(5605,'mixpanel','completed',10,'2025-05-11 00:44:18','2025-05-11 00:45:28','2025-05-11 00:37:18','2025-05-11 00:45:28',NULL,0,0,NULL,NULL),
(5606,'mixpanel','completed',10,'2025-05-11 01:23:30','2025-05-11 01:24:24','2025-05-11 00:45:30','2025-05-11 01:24:24',NULL,0,0,NULL,NULL),
(5607,'mixpanel','completed',10,'2025-05-11 01:26:25','2025-05-11 01:26:26','2025-05-11 01:24:25','2025-05-11 01:26:26',NULL,0,0,NULL,NULL),
(5608,'mixpanel','completed',10,'2025-05-11 01:41:28','2025-05-11 01:42:50','2025-05-11 01:26:28','2025-05-11 01:42:50',NULL,0,0,NULL,NULL),
(5609,'mixpanel','completed',10,'2025-05-11 01:49:52','2025-05-11 01:51:02','2025-05-11 01:42:52','2025-05-11 01:51:02',NULL,0,0,NULL,NULL),
(5610,'mixpanel','completed',10,'2025-05-11 01:56:04','2025-05-11 01:57:11','2025-05-11 01:51:04','2025-05-11 01:57:11',NULL,0,0,NULL,NULL),
(5611,'mixpanel','completed',10,'2025-05-11 02:00:12','2025-05-11 02:01:17','2025-05-11 01:57:12','2025-05-11 02:01:17',NULL,0,0,NULL,NULL),
(5612,'mixpanel','completed',10,'2025-05-11 02:43:18','2025-05-11 02:44:18','2025-05-11 02:01:18','2025-05-11 02:44:18',NULL,0,0,NULL,NULL),
(5613,'mixpanel','completed',10,'2025-05-11 03:42:20','2025-05-11 03:42:41','2025-05-11 02:44:20','2025-05-11 03:42:41',NULL,0,0,NULL,NULL),
(5614,'mixpanel','completed',10,'2025-05-11 03:59:43','2025-05-11 04:01:07','2025-05-11 03:42:43','2025-05-11 04:01:07',NULL,0,0,NULL,NULL),
(5615,'mixpanel','completed',10,'2025-05-11 04:51:09','2025-05-11 04:52:20','2025-05-11 04:01:09','2025-05-11 04:52:20',NULL,0,0,NULL,NULL),
(5616,'mixpanel','completed',10,'2025-05-11 04:59:22','2025-05-11 05:00:32','2025-05-11 04:52:22','2025-05-11 05:00:32',NULL,0,0,NULL,NULL),
(5617,'mixpanel','completed',10,'2025-05-11 05:11:34','2025-05-11 05:11:48','2025-05-11 05:00:34','2025-05-11 05:11:48',NULL,0,0,NULL,NULL),
(5618,'mixpanel','completed',10,'2025-05-11 05:39:50','2025-05-11 05:40:29','2025-05-11 05:11:50','2025-05-11 05:40:29',NULL,0,0,NULL,NULL),
(5619,'mixpanel','completed',10,'2025-05-11 06:04:31','2025-05-11 06:05:04','2025-05-11 05:40:31','2025-05-11 06:05:04',NULL,0,0,NULL,NULL),
(5620,'mixpanel','completed',10,'2025-05-11 06:14:06','2025-05-11 06:15:19','2025-05-11 06:05:06','2025-05-11 06:15:19',NULL,0,0,NULL,NULL),
(5621,'mixpanel','completed',10,'2025-05-11 06:42:20','2025-05-11 06:44:00','2025-05-11 06:15:20','2025-05-11 06:44:00',NULL,0,0,NULL,NULL),
(5622,'mixpanel','completed',10,'2025-05-11 06:44:01','2025-05-11 06:46:03','2025-05-11 06:44:01','2025-05-11 06:46:03',NULL,0,0,NULL,NULL),
(5623,'mixpanel','completed',10,'2025-05-11 07:11:04','2025-05-11 07:12:41','2025-05-11 06:46:04','2025-05-11 07:12:41',NULL,0,0,NULL,NULL),
(5624,'mixpanel','completed',10,'2025-05-11 07:36:43','2025-05-11 07:37:16','2025-05-11 07:12:43','2025-05-11 07:37:16',NULL,0,0,NULL,NULL),
(5625,'mixpanel','completed',10,'2025-05-11 07:38:18','2025-05-11 07:39:20','2025-05-11 07:37:18','2025-05-11 07:39:20',NULL,0,0,NULL,NULL),
(5626,'mixpanel','completed',10,'2025-05-11 07:54:22','2025-05-11 07:55:54','2025-05-11 07:39:22','2025-05-11 07:55:54',NULL,0,0,NULL,NULL),
(5627,'mixpanel','completed',10,'2025-05-11 08:18:55','2025-05-11 08:20:29','2025-05-11 07:55:55','2025-05-11 08:20:29',NULL,0,0,NULL,NULL),
(5628,'subscribers_engagement_score','completed',10,'2025-05-12 10:26:00','2025-05-12 10:26:48','2025-05-11 08:08:11','2025-05-12 10:26:48',NULL,0,0,NULL,NULL),
(5629,'mixpanel','completed',10,'2025-05-11 08:25:30','2025-05-11 08:26:37','2025-05-11 08:20:30','2025-05-11 08:26:37',NULL,0,0,NULL,NULL),
(5630,'mixpanel','completed',10,'2025-05-11 09:07:39','2025-05-11 09:09:39','2025-05-11 08:26:39','2025-05-11 09:09:39',NULL,0,0,NULL,NULL),
(5631,'mixpanel','completed',10,'2025-05-11 09:42:40','2025-05-11 09:44:28','2025-05-11 09:09:40','2025-05-11 09:44:28',NULL,0,0,NULL,NULL),
(5632,'mixpanel','completed',10,'2025-05-11 10:07:30','2025-05-11 10:09:03','2025-05-11 09:44:30','2025-05-11 10:09:03',NULL,0,0,NULL,NULL),
(5633,'mixpanel','completed',10,'2025-05-11 11:06:05','2025-05-11 11:06:25','2025-05-11 10:09:05','2025-05-11 11:06:25',NULL,0,0,NULL,NULL),
(5634,'mixpanel','completed',10,'2025-05-11 11:18:27','2025-05-11 11:19:44','2025-05-11 11:06:27','2025-05-11 11:19:44',NULL,0,0,NULL,NULL),
(5635,'mixpanel','completed',10,'2025-05-11 11:40:46','2025-05-11 11:42:18','2025-05-11 11:19:46','2025-05-11 11:42:18',NULL,0,0,NULL,NULL),
(5636,'mixpanel','completed',10,'2025-05-11 12:07:20','2025-05-11 12:08:56','2025-05-11 11:42:20','2025-05-11 12:08:56',NULL,0,0,NULL,NULL),
(5637,'mixpanel','completed',10,'2025-05-11 12:13:58','2025-05-11 12:15:05','2025-05-11 12:08:58','2025-05-11 12:15:05',NULL,0,0,NULL,NULL),
(5638,'mixpanel','completed',10,'2025-05-11 12:54:06','2025-05-11 12:56:03','2025-05-11 12:15:06','2025-05-11 12:56:03',NULL,0,0,NULL,NULL),
(5639,'mixpanel','completed',10,'2025-05-11 13:29:04','2025-05-11 13:30:53','2025-05-11 12:56:04','2025-05-11 13:30:53',NULL,0,0,NULL,NULL),
(5640,'mixpanel','completed',10,'2025-05-11 13:54:54','2025-05-11 13:55:28','2025-05-11 13:30:54','2025-05-11 13:55:28',NULL,0,0,NULL,NULL),
(5641,'mixpanel','completed',10,'2025-05-11 14:03:29','2025-05-11 14:03:39','2025-05-11 13:55:29','2025-05-11 14:03:39',NULL,0,0,NULL,NULL),
(5642,'mixpanel','completed',10,'2025-05-11 14:02:41','2025-05-11 14:05:42','2025-05-11 14:03:41','2025-05-11 14:05:42',NULL,0,0,NULL,NULL),
(5643,'mixpanel','completed',10,'2025-05-11 14:09:44','2025-05-11 14:09:48','2025-05-11 14:05:44','2025-05-11 14:09:48',NULL,0,0,NULL,NULL),
(5644,'mixpanel','completed',10,'2025-05-11 14:25:50','2025-05-11 14:26:12','2025-05-11 14:09:50','2025-05-11 14:26:12',NULL,0,0,NULL,NULL),
(5645,'mixpanel','completed',10,'2025-05-11 15:17:13','2025-05-11 15:17:25','2025-05-11 14:26:13','2025-05-11 15:17:25',NULL,0,0,NULL,NULL),
(5646,'mixpanel','completed',10,'2025-05-11 15:56:27','2025-05-11 15:58:23','2025-05-11 15:17:27','2025-05-11 15:58:23',NULL,0,0,NULL,NULL),
(5647,'schedule_re_engagement_email','completed',10,'2025-05-12 15:25:38','2025-05-12 15:26:56','2025-05-11 15:25:38','2025-05-12 15:26:56',NULL,0,0,NULL,NULL),
(5648,'mixpanel','completed',10,'2025-05-11 16:22:25','2025-05-11 16:22:58','2025-05-11 15:58:25','2025-05-11 16:22:58',NULL,0,0,NULL,NULL),
(5649,'mixpanel','completed',10,'2025-05-11 16:47:00','2025-05-11 16:47:33','2025-05-11 16:23:00','2025-05-11 16:47:33',NULL,0,0,NULL,NULL),
(5650,'mixpanel','completed',10,'2025-05-11 17:42:35','2025-05-11 17:42:51','2025-05-11 16:47:35','2025-05-11 17:42:51',NULL,0,0,NULL,NULL),
(5651,'mixpanel','completed',10,'2025-05-11 18:22:53','2025-05-11 18:23:50','2025-05-11 17:42:53','2025-05-11 18:23:50',NULL,0,0,NULL,NULL),
(5652,'mixpanel','completed',10,'2025-05-11 18:42:51','2025-05-11 18:44:19','2025-05-11 18:23:51','2025-05-11 18:44:19',NULL,0,0,NULL,NULL),
(5653,'mixpanel','completed',10,'2025-05-11 19:22:21','2025-05-11 19:24:16','2025-05-11 18:44:21','2025-05-11 19:24:16',NULL,0,0,NULL,NULL),
(5654,'mixpanel','completed',10,'2025-05-11 19:24:18','2025-05-11 19:26:19','2025-05-11 19:24:18','2025-05-11 19:26:19',NULL,0,0,NULL,NULL),
(5655,'mixpanel','completed',10,'2025-05-11 20:14:21','2025-05-11 20:14:27','2025-05-11 19:26:21','2025-05-11 20:14:27',NULL,0,0,NULL,NULL),
(5656,'mixpanel','completed',10,'2025-05-11 21:02:29','2025-05-11 21:03:38','2025-05-11 20:14:29','2025-05-11 21:03:38',NULL,0,0,NULL,NULL),
(5657,'mixpanel','completed',10,'2025-05-11 21:57:39','2025-05-11 21:58:57','2025-05-11 21:03:39','2025-05-11 21:58:57',NULL,0,0,NULL,NULL),
(5658,'mixpanel','completed',10,'2025-05-11 21:59:58','2025-05-11 22:00:59','2025-05-11 21:58:58','2025-05-11 22:00:59',NULL,0,0,NULL,NULL),
(5659,'mixpanel','completed',10,'2025-05-11 22:08:01','2025-05-11 22:09:11','2025-05-11 22:01:01','2025-05-11 22:09:11',NULL,0,0,NULL,NULL),
(5660,'mixpanel','completed',10,'2025-05-11 22:35:13','2025-05-11 22:35:49','2025-05-11 22:09:13','2025-05-11 22:35:49',NULL,0,0,NULL,NULL),
(5661,'mixpanel','completed',10,'2025-05-11 22:59:51','2025-05-11 23:00:24','2025-05-11 22:35:51','2025-05-11 23:00:24',NULL,0,0,NULL,NULL),
(5662,'mixpanel','completed',10,'2025-05-11 23:11:25','2025-05-11 23:12:41','2025-05-11 23:00:25','2025-05-11 23:12:41',NULL,0,0,NULL,NULL),
(5663,'mixpanel','completed',10,'2025-05-11 23:29:43','2025-05-11 23:31:08','2025-05-11 23:12:43','2025-05-11 23:31:08',NULL,0,0,NULL,NULL),
(5664,'mixpanel','completed',10,'2025-05-12 00:02:09','2025-05-12 00:03:55','2025-05-11 23:31:09','2025-05-12 00:03:55',NULL,0,0,NULL,NULL),
(5665,'mixpanel','completed',10,'2025-05-12 01:01:56','2025-05-12 01:03:19','2025-05-12 00:03:56','2025-05-12 01:03:19',NULL,0,0,NULL,NULL),
(5666,'mixpanel','completed',10,'2025-05-12 01:10:21','2025-05-12 01:11:31','2025-05-12 01:03:21','2025-05-12 01:11:31',NULL,0,0,NULL,NULL),
(5667,'mixpanel','completed',10,'2025-05-12 01:12:33','2025-05-12 01:13:34','2025-05-12 01:11:33','2025-05-12 01:13:34',NULL,0,0,NULL,NULL),
(5668,'mixpanel','completed',10,'2025-05-12 01:36:35','2025-05-12 01:38:09','2025-05-12 01:13:35','2025-05-12 01:38:09',NULL,0,0,NULL,NULL),
(5669,'mixpanel','completed',10,'2025-05-12 02:31:11','2025-05-12 02:31:25','2025-05-12 01:38:11','2025-05-12 02:31:25',NULL,0,0,NULL,NULL),
(5670,'mixpanel','completed',10,'2025-05-12 03:16:27','2025-05-12 03:16:29','2025-05-12 02:31:27','2025-05-12 03:16:29',NULL,0,0,NULL,NULL),
(5671,'mixpanel','completed',10,'2025-05-12 03:32:31','2025-05-12 03:32:53','2025-05-12 03:16:31','2025-05-12 03:32:53',NULL,0,0,NULL,NULL),
(5672,'mixpanel','completed',10,'2025-05-12 03:33:54','2025-05-12 03:34:55','2025-05-12 03:32:54','2025-05-12 03:34:55',NULL,0,0,NULL,NULL),
(5673,'mixpanel','completed',10,'2025-05-12 04:08:57','2025-05-12 04:10:49','2025-05-12 03:34:57','2025-05-12 04:10:49',NULL,0,0,NULL,NULL),
(5674,'mixpanel','completed',10,'2025-05-12 04:56:51','2025-05-12 04:56:55','2025-05-12 04:10:51','2025-05-12 04:56:55',NULL,0,0,NULL,NULL),
(5675,'mixpanel','completed',10,'2025-05-12 05:46:57','2025-05-12 05:48:08','2025-05-12 04:56:57','2025-05-12 05:48:08',NULL,0,0,NULL,NULL),
(5676,'mixpanel','completed',10,'2025-05-12 06:21:10','2025-05-12 06:22:58','2025-05-12 05:48:10','2025-05-12 06:22:58',NULL,0,0,NULL,NULL),
(5677,'mixpanel','completed',10,'2025-05-12 06:24:59','2025-05-12 06:25:01','2025-05-12 06:22:59','2025-05-12 06:25:01',NULL,0,0,NULL,NULL),
(5678,'mixpanel','completed',10,'2025-05-12 06:24:02','2025-05-12 06:27:04','2025-05-12 06:25:02','2025-05-12 06:27:04',NULL,0,0,NULL,NULL),
(5679,'mixpanel','completed',10,'2025-05-12 06:53:05','2025-05-12 06:53:42','2025-05-12 06:27:05','2025-05-12 06:53:42',NULL,0,0,NULL,NULL),
(5680,'mixpanel','completed',10,'2025-05-12 07:01:43','2025-05-12 07:01:53','2025-05-12 06:53:43','2025-05-12 07:01:53',NULL,0,0,NULL,NULL),
(5681,'mixpanel','completed',10,'2025-05-12 07:59:55','2025-05-12 08:01:19','2025-05-12 07:01:55','2025-05-12 08:01:19',NULL,0,0,NULL,NULL),
(5682,'mixpanel','completed',10,'2025-05-12 08:00:20','2025-05-12 08:03:22','2025-05-12 08:01:20','2025-05-12 08:03:22',NULL,0,0,NULL,NULL),
(5683,'mixpanel','completed',10,'2025-05-12 08:34:23','2025-05-12 08:36:10','2025-05-12 08:03:23','2025-05-12 08:36:10',NULL,0,0,NULL,NULL),
(5684,'mixpanel','completed',10,'2025-05-12 09:33:12','2025-05-12 09:33:32','2025-05-12 08:36:12','2025-05-12 09:33:32',NULL,0,0,NULL,NULL),
(5685,'mixpanel','completed',10,'2025-05-12 10:20:34','2025-05-12 10:20:39','2025-05-12 09:33:34','2025-05-12 10:20:39',NULL,0,0,NULL,NULL),
(5686,'mixpanel','completed',10,'2025-05-12 10:29:41','2025-05-12 10:30:54','2025-05-12 10:20:41','2025-05-12 10:30:54',NULL,0,0,NULL,NULL),
(5687,'subscribers_engagement_score','completed',10,'2025-05-12 10:26:48','2025-05-12 10:26:50','2025-05-12 10:26:48','2025-05-12 10:26:50',NULL,0,0,NULL,NULL),
(5688,'subscribers_engagement_score','completed',10,'2025-05-13 08:09:00','2025-05-13 08:10:02','2025-05-12 10:26:50','2025-05-13 08:10:02',NULL,0,0,NULL,NULL),
(5689,'mixpanel','completed',10,'2025-05-12 11:18:56','2025-05-12 11:20:04','2025-05-12 10:30:56','2025-05-12 11:20:04',NULL,0,0,NULL,NULL),
(5690,'mixpanel','completed',10,'2025-05-12 11:57:06','2025-05-12 11:59:00','2025-05-12 11:20:06','2025-05-12 11:59:00',NULL,0,0,NULL,NULL),
(5691,'mixpanel','completed',10,'2025-05-12 12:26:02','2025-05-12 12:27:41','2025-05-12 11:59:02','2025-05-12 12:27:41',NULL,0,0,NULL,NULL),
(5692,'mixpanel','completed',10,'2025-05-12 13:13:42','2025-05-12 13:14:48','2025-05-12 12:27:42','2025-05-12 13:14:48',NULL,0,0,NULL,NULL),
(5693,'mixpanel','completed',10,'2025-05-12 13:20:50','2025-05-12 13:20:57','2025-05-12 13:14:50','2025-05-12 13:20:57',NULL,0,0,NULL,NULL),
(5694,'mixpanel','completed',10,'2025-05-12 13:37:58','2025-05-12 13:39:23','2025-05-12 13:20:58','2025-05-12 13:39:23',NULL,0,0,NULL,NULL),
(5695,'mixpanel','completed',10,'2025-05-12 14:18:25','2025-05-12 14:20:22','2025-05-12 13:39:25','2025-05-12 14:20:22',NULL,0,0,NULL,NULL),
(5696,'mixpanel','completed',10,'2025-05-12 14:32:23','2025-05-12 14:32:39','2025-05-12 14:20:23','2025-05-12 14:32:39',NULL,0,0,NULL,NULL),
(5697,'mixpanel','completed',10,'2025-05-12 15:07:41','2025-05-12 15:08:30','2025-05-12 14:32:41','2025-05-12 15:08:30',NULL,0,0,NULL,NULL),
(5698,'mixpanel','completed',10,'2025-05-12 15:52:32','2025-05-12 15:53:34','2025-05-12 15:08:32','2025-05-12 15:53:34',NULL,0,0,NULL,NULL),
(5699,'schedule_re_engagement_email','completed',10,'2025-05-13 15:26:58','2025-05-13 15:28:21','2025-05-12 15:26:58','2025-05-13 15:28:21',NULL,0,0,NULL,NULL),
(5700,'mixpanel','completed',10,'2025-05-12 16:40:36','2025-05-12 16:40:42','2025-05-12 15:53:36','2025-05-12 16:40:42',NULL,0,0,NULL,NULL),
(5701,'mixpanel','completed',10,'2025-05-12 17:28:44','2025-05-12 17:29:52','2025-05-12 16:40:44','2025-05-12 17:29:52',NULL,0,0,NULL,NULL),
(5702,'mixpanel','completed',10,'2025-05-12 17:50:54','2025-05-12 17:52:25','2025-05-12 17:29:54','2025-05-12 17:52:25',NULL,0,0,NULL,NULL),
(5703,'mixpanel','completed',10,'2025-05-12 18:25:26','2025-05-12 18:27:15','2025-05-12 17:52:26','2025-05-12 18:27:15',NULL,0,0,NULL,NULL),
(5704,'mixpanel','completed',10,'2025-05-12 19:23:16','2025-05-12 19:23:37','2025-05-12 18:27:16','2025-05-12 19:23:37',NULL,0,0,NULL,NULL),
(5705,'mixpanel','completed',10,'2025-05-12 20:04:38','2025-05-12 20:06:38','2025-05-12 19:23:38','2025-05-12 20:06:38',NULL,0,0,NULL,NULL),
(5706,'mixpanel','completed',10,'2025-05-12 20:39:40','2025-05-12 20:41:29','2025-05-12 20:06:40','2025-05-12 20:41:29',NULL,0,0,NULL,NULL),
(5707,'mixpanel','completed',10,'2025-05-12 21:38:31','2025-05-12 21:38:51','2025-05-12 20:41:31','2025-05-12 21:38:51',NULL,0,0,NULL,NULL),
(5708,'mixpanel','completed',10,'2025-05-12 21:57:52','2025-05-12 21:59:20','2025-05-12 21:38:52','2025-05-12 21:59:20',NULL,0,0,NULL,NULL),
(5709,'mixpanel','completed',10,'2025-05-12 22:05:22','2025-05-12 22:05:29','2025-05-12 21:59:22','2025-05-12 22:05:29',NULL,0,0,NULL,NULL),
(5710,'mixpanel','completed',10,'2025-05-12 22:07:30','2025-05-12 22:07:32','2025-05-12 22:05:30','2025-05-12 22:07:32',NULL,0,0,NULL,NULL),
(5711,'mixpanel','completed',10,'2025-05-12 22:20:33','2025-05-12 22:21:52','2025-05-12 22:07:33','2025-05-12 22:21:52',NULL,0,0,NULL,NULL),
(5712,'mixpanel','completed',10,'2025-05-12 22:44:54','2025-05-12 22:46:27','2025-05-12 22:21:54','2025-05-12 22:46:27',NULL,0,0,NULL,NULL),
(5713,'mixpanel','completed',10,'2025-05-12 23:01:29','2025-05-12 23:01:49','2025-05-12 22:46:29','2025-05-12 23:01:49',NULL,0,0,NULL,NULL),
(5714,'mixpanel','completed',10,'2025-05-12 23:38:51','2025-05-12 23:40:45','2025-05-12 23:01:51','2025-05-12 23:40:45',NULL,0,0,NULL,NULL),
(5715,'mixpanel','completed',10,'2025-05-13 00:10:46','2025-05-13 00:11:29','2025-05-12 23:40:46','2025-05-13 00:11:29',NULL,0,0,NULL,NULL),
(5716,'export_files_cleanup','completed',10,'2025-05-22 00:00:00','2025-05-22 00:01:34','2025-05-13 00:01:15','2025-05-22 00:01:34',NULL,0,0,NULL,NULL),
(5717,'mixpanel','completed',10,'2025-05-13 00:38:31','2025-05-13 00:40:11','2025-05-13 00:11:31','2025-05-13 00:40:11',NULL,0,0,NULL,NULL),
(5718,'mixpanel','completed',10,'2025-05-13 00:47:12','2025-05-13 00:48:22','2025-05-13 00:40:12','2025-05-13 00:48:22',NULL,0,0,NULL,NULL),
(5719,'mixpanel','completed',10,'2025-05-13 01:35:24','2025-05-13 01:35:29','2025-05-13 00:48:24','2025-05-13 01:35:29',NULL,0,0,NULL,NULL),
(5720,'mixpanel','completed',10,'2025-05-13 01:42:30','2025-05-13 01:43:41','2025-05-13 01:35:30','2025-05-13 01:43:41',NULL,0,0,NULL,NULL),
(5721,'mixpanel','completed',10,'2025-05-13 02:36:42','2025-05-13 02:37:09','2025-05-13 01:43:42','2025-05-13 02:37:09',NULL,0,0,NULL,NULL),
(5722,'mixpanel','completed',10,'2025-05-13 03:08:10','2025-05-13 03:09:56','2025-05-13 02:37:10','2025-05-13 03:09:56',NULL,0,0,NULL,NULL),
(5723,'mixpanel','completed',10,'2025-05-13 03:29:57','2025-05-13 03:30:25','2025-05-13 03:09:57','2025-05-13 03:30:25',NULL,0,0,NULL,NULL),
(5724,'mixpanel','completed',10,'2025-05-13 03:43:26','2025-05-13 03:44:45','2025-05-13 03:30:26','2025-05-13 03:44:45',NULL,0,0,NULL,NULL),
(5725,'mixpanel','completed',10,'2025-05-13 04:30:47','2025-05-13 04:30:51','2025-05-13 03:44:47','2025-05-13 04:30:51',NULL,0,0,NULL,NULL),
(5726,'mixpanel','completed',10,'2025-05-13 04:50:53','2025-05-13 04:51:20','2025-05-13 04:30:53','2025-05-13 04:51:20',NULL,0,0,NULL,NULL),
(5727,'mixpanel','completed',10,'2025-05-13 04:53:22','2025-05-13 04:53:23','2025-05-13 04:51:22','2025-05-13 04:53:23',NULL,0,0,NULL,NULL),
(5728,'mixpanel','completed',10,'2025-05-13 05:19:25','2025-05-13 05:20:01','2025-05-13 04:53:25','2025-05-13 05:20:01',NULL,0,0,NULL,NULL),
(5729,'mixpanel','completed',10,'2025-05-13 05:44:02','2025-05-13 05:44:36','2025-05-13 05:20:02','2025-05-13 05:44:36',NULL,0,0,NULL,NULL),
(5730,'mixpanel','completed',10,'2025-05-13 05:44:37','2025-05-13 05:46:39','2025-05-13 05:44:37','2025-05-13 05:46:39',NULL,0,0,NULL,NULL),
(5731,'mixpanel','completed',10,'2025-05-13 06:05:40','2025-05-13 06:07:08','2025-05-13 05:46:40','2025-05-13 06:07:08',NULL,0,0,NULL,NULL),
(5732,'mixpanel','completed',10,'2025-05-13 06:11:09','2025-05-13 06:11:13','2025-05-13 06:07:09','2025-05-13 06:11:13',NULL,0,0,NULL,NULL),
(5733,'mixpanel','completed',10,'2025-05-13 06:21:15','2025-05-13 06:21:28','2025-05-13 06:11:15','2025-05-13 06:21:28',NULL,0,0,NULL,NULL),
(5734,'mixpanel','completed',10,'2025-05-13 07:04:30','2025-05-13 07:04:31','2025-05-13 06:21:30','2025-05-13 07:04:31',NULL,0,0,NULL,NULL),
(5735,'mixpanel','completed',10,'2025-05-13 07:13:32','2025-05-13 07:14:44','2025-05-13 07:06:32','2025-05-13 07:14:44',NULL,0,0,NULL,NULL),
(5736,'mixpanel','completed',10,'2025-05-13 08:01:45','2025-05-13 08:01:50','2025-05-13 07:14:45','2025-05-13 08:01:50',NULL,0,0,NULL,NULL),
(5737,'mixpanel','completed',10,'2025-05-13 08:45:52','2025-05-13 08:46:54','2025-05-13 08:01:52','2025-05-13 08:46:54',NULL,0,0,NULL,NULL),
(5738,'subscribers_engagement_score','completed',10,'2025-05-14 00:33:00','2025-05-14 00:33:15','2025-05-13 08:10:02','2025-05-14 00:33:15',NULL,0,0,NULL,NULL),
(5739,'mixpanel','completed',10,'2025-05-13 08:53:55','2025-05-13 08:55:05','2025-05-13 08:46:55','2025-05-13 08:55:05',NULL,0,0,NULL,NULL),
(5740,'mixpanel','completed',10,'2025-05-13 08:54:07','2025-05-13 08:57:08','2025-05-13 08:55:07','2025-05-13 08:57:08',NULL,0,0,NULL,NULL),
(5741,'mixpanel','completed',10,'2025-05-13 09:29:10','2025-05-13 09:29:54','2025-05-13 08:57:10','2025-05-13 09:29:54',NULL,0,0,NULL,NULL),
(5742,'mixpanel','completed',10,'2025-05-13 10:06:56','2025-05-13 10:08:49','2025-05-13 09:29:56','2025-05-13 10:08:49',NULL,0,0,NULL,NULL),
(5743,'mixpanel','completed',10,'2025-05-13 10:14:51','2025-05-13 10:14:58','2025-05-13 10:08:51','2025-05-13 10:14:58',NULL,0,0,NULL,NULL),
(5744,'mixpanel','completed',10,'2025-05-13 11:05:00','2025-05-13 11:06:11','2025-05-13 10:15:00','2025-05-13 11:06:11',NULL,0,0,NULL,NULL),
(5745,'mixpanel','completed',10,'2025-05-13 11:48:12','2025-05-13 11:49:11','2025-05-13 11:06:12','2025-05-13 11:49:11',NULL,0,0,NULL,NULL),
(5746,'mixpanel','completed',10,'2025-05-13 12:00:13','2025-05-13 12:01:29','2025-05-13 11:49:13','2025-05-13 12:01:29',NULL,0,0,NULL,NULL),
(5747,'mixpanel','completed',10,'2025-05-13 12:02:30','2025-05-13 12:03:32','2025-05-13 12:01:30','2025-05-13 12:03:32',NULL,0,0,NULL,NULL),
(5748,'mixpanel','completed',10,'2025-05-13 12:48:33','2025-05-13 12:48:36','2025-05-13 12:03:33','2025-05-13 12:48:36',NULL,0,0,NULL,NULL),
(5749,'mixpanel','completed',10,'2025-05-13 12:57:37','2025-05-13 12:58:50','2025-05-13 12:48:37','2025-05-13 12:58:50',NULL,0,0,NULL,NULL),
(5750,'mixpanel','completed',10,'2025-05-13 13:18:51','2025-05-13 13:19:19','2025-05-13 12:58:51','2025-05-13 13:19:19',NULL,0,0,NULL,NULL),
(5751,'mixpanel','completed',10,'2025-05-13 13:46:20','2025-05-13 13:47:59','2025-05-13 13:19:20','2025-05-13 13:47:59',NULL,0,0,NULL,NULL),
(5752,'mixpanel','completed',10,'2025-05-13 13:53:01','2025-05-13 13:54:08','2025-05-13 13:48:01','2025-05-13 13:54:08',NULL,0,0,NULL,NULL),
(5753,'mixpanel','completed',10,'2025-05-13 14:52:10','2025-05-13 14:53:32','2025-05-13 13:54:10','2025-05-13 14:53:32',NULL,0,0,NULL,NULL),
(5754,'mixpanel','completed',10,'2025-05-13 15:38:33','2025-05-13 15:38:35','2025-05-13 14:53:33','2025-05-13 15:38:35',NULL,0,0,NULL,NULL),
(5755,'schedule_re_engagement_email','completed',10,'2025-05-14 15:28:22','2025-05-14 15:29:27','2025-05-13 15:28:22','2025-05-14 15:29:27',NULL,0,0,NULL,NULL),
(5756,'mixpanel','completed',10,'2025-05-13 16:21:37','2025-05-13 16:21:38','2025-05-13 15:38:37','2025-05-13 16:21:38',NULL,0,0,NULL,NULL),
(5757,'mixpanel','completed',10,'2025-05-13 16:33:39','2025-05-13 16:33:54','2025-05-13 16:23:39','2025-05-13 16:33:54',NULL,0,0,NULL,NULL),
(5758,'mixpanel','completed',10,'2025-05-13 17:04:55','2025-05-13 17:06:40','2025-05-13 16:33:55','2025-05-13 17:06:40',NULL,0,0,NULL,NULL),
(5759,'mixpanel','completed',10,'2025-05-13 17:35:42','2025-05-13 17:36:22','2025-05-13 17:06:42','2025-05-13 17:36:22',NULL,0,0,NULL,NULL),
(5760,'mixpanel','completed',10,'2025-05-13 18:02:24','2025-05-13 18:03:00','2025-05-13 17:36:24','2025-05-13 18:03:00',NULL,0,0,NULL,NULL),
(5761,'mixpanel','completed',10,'2025-05-13 18:35:02','2025-05-13 18:35:46','2025-05-13 18:03:02','2025-05-13 18:35:46',NULL,0,0,NULL,NULL),
(5762,'mixpanel','completed',10,'2025-05-13 19:29:48','2025-05-13 19:30:07','2025-05-13 18:35:48','2025-05-13 19:30:07',NULL,0,0,NULL,NULL),
(5763,'mixpanel','completed',10,'2025-05-13 19:45:08','2025-05-13 19:45:29','2025-05-13 19:31:08','2025-05-13 19:45:29',NULL,0,0,NULL,NULL),
(5764,'mixpanel','completed',10,'2025-05-13 20:33:30','2025-05-13 20:34:38','2025-05-13 19:46:30','2025-05-13 20:34:38',NULL,0,0,NULL,NULL),
(5765,'mixpanel','completed',10,'2025-05-13 21:07:40','2025-05-13 21:09:27','2025-05-13 20:34:40','2025-05-13 21:09:27',NULL,0,0,NULL,NULL),
(5766,'mixpanel','completed',10,'2025-05-13 21:49:29','2025-05-13 21:51:27','2025-05-13 21:09:29','2025-05-13 21:51:27',NULL,0,0,NULL,NULL),
(5767,'mixpanel','completed',10,'2025-05-13 22:24:28','2025-05-13 22:26:16','2025-05-13 21:51:28','2025-05-13 22:26:16',NULL,0,0,NULL,NULL),
(5768,'mixpanel','completed',10,'2025-05-13 22:36:17','2025-05-13 22:36:30','2025-05-13 22:26:17','2025-05-13 22:36:30',NULL,0,0,NULL,NULL),
(5769,'mixpanel','completed',10,'2025-05-13 23:14:32','2025-05-13 23:15:25','2025-05-13 22:36:32','2025-05-13 23:15:25',NULL,0,0,NULL,NULL),
(5770,'mixpanel','completed',10,'2025-05-13 23:59:27','2025-05-14 00:00:29','2025-05-13 23:15:27','2025-05-14 00:00:29',NULL,0,0,NULL,NULL),
(5771,'mixpanel','completed',10,'2025-05-14 00:16:30','2025-05-14 00:16:52','2025-05-14 00:00:30','2025-05-14 00:16:52',NULL,0,0,NULL,NULL),
(5772,'mixpanel','completed',10,'2025-05-14 00:23:53','2025-05-14 00:25:03','2025-05-14 00:16:53','2025-05-14 00:25:03',NULL,0,0,NULL,NULL),
(5773,'mixpanel','completed',10,'2025-05-14 01:03:05','2025-05-14 01:03:58','2025-05-14 00:25:05','2025-05-14 01:03:58',NULL,0,0,NULL,NULL),
(5774,'subscribers_engagement_score','completed',10,'2025-05-14 00:33:15','2025-05-14 00:33:16','2025-05-14 00:33:15','2025-05-14 00:33:16',NULL,0,0,NULL,NULL),
(5775,'subscribers_engagement_score','completed',10,'2025-05-15 20:38:00','2025-05-15 20:38:40','2025-05-14 00:33:16','2025-05-15 20:38:40',NULL,0,0,NULL,NULL),
(5776,'mixpanel','completed',10,'2025-05-14 01:49:59','2025-05-14 01:51:05','2025-05-14 01:03:59','2025-05-14 01:51:05',NULL,0,0,NULL,NULL),
(5777,'mixpanel','completed',10,'2025-05-14 02:27:06','2025-05-14 02:27:57','2025-05-14 01:51:06','2025-05-14 02:27:57',NULL,0,0,NULL,NULL),
(5778,'mixpanel','completed',10,'2025-05-14 02:55:59','2025-05-14 02:56:38','2025-05-14 02:27:59','2025-05-14 02:56:38',NULL,0,0,NULL,NULL),
(5779,'mixpanel','completed',10,'2025-05-14 03:13:39','2025-05-14 03:15:04','2025-05-14 02:56:39','2025-05-14 03:15:04',NULL,0,0,NULL,NULL),
(5780,'mixpanel','completed',10,'2025-05-14 03:31:05','2025-05-14 03:31:27','2025-05-14 03:15:05','2025-05-14 03:31:27',NULL,0,0,NULL,NULL),
(5781,'mixpanel','completed',10,'2025-05-14 04:08:28','2025-05-14 04:10:22','2025-05-14 03:31:28','2025-05-14 04:10:22',NULL,0,0,NULL,NULL),
(5782,'mixpanel','completed',10,'2025-05-14 04:11:24','2025-05-14 04:12:25','2025-05-14 04:10:24','2025-05-14 04:12:25',NULL,0,0,NULL,NULL),
(5783,'mixpanel','completed',10,'2025-05-14 05:10:26','2025-05-14 05:11:49','2025-05-14 04:12:26','2025-05-14 05:11:49',NULL,0,0,NULL,NULL),
(5784,'mixpanel','completed',10,'2025-05-14 05:19:51','2025-05-14 05:21:02','2025-05-14 05:11:51','2025-05-14 05:21:02',NULL,0,0,NULL,NULL),
(5785,'mixpanel','completed',10,'2025-05-14 05:44:04','2025-05-14 05:45:37','2025-05-14 05:21:04','2025-05-14 05:45:37',NULL,0,0,NULL,NULL),
(5786,'mixpanel','completed',10,'2025-05-14 06:36:38','2025-05-14 06:36:51','2025-05-14 05:45:38','2025-05-14 06:36:51',NULL,0,0,NULL,NULL),
(5787,'mixpanel','completed',10,'2025-05-14 06:56:53','2025-05-14 06:57:20','2025-05-14 06:36:53','2025-05-14 06:57:20',NULL,0,0,NULL,NULL),
(5788,'mixpanel','completed',10,'2025-05-14 06:59:22','2025-05-14 06:59:23','2025-05-14 06:57:22','2025-05-14 06:59:23',NULL,0,0,NULL,NULL),
(5789,'mixpanel','completed',10,'2025-05-14 07:54:25','2025-05-14 07:54:41','2025-05-14 06:59:25','2025-05-14 07:54:41',NULL,0,0,NULL,NULL),
(5790,'mixpanel','completed',10,'2025-05-14 08:04:43','2025-05-14 08:04:56','2025-05-14 07:54:43','2025-05-14 08:04:56',NULL,0,0,NULL,NULL),
(5791,'mixpanel','completed',10,'2025-05-14 08:32:57','2025-05-14 08:33:36','2025-05-14 08:04:57','2025-05-14 08:33:36',NULL,0,0,NULL,NULL),
(5792,'mixpanel','completed',10,'2025-05-14 08:43:38','2025-05-14 08:43:51','2025-05-14 08:33:38','2025-05-14 08:43:51',NULL,0,0,NULL,NULL),
(5793,'mixpanel','completed',10,'2025-05-14 09:38:52','2025-05-14 09:39:10','2025-05-14 08:43:52','2025-05-14 09:39:10',NULL,0,0,NULL,NULL),
(5794,'mixpanel','completed',10,'2025-05-14 10:32:12','2025-05-14 10:32:26','2025-05-14 09:39:12','2025-05-14 10:32:26',NULL,0,0,NULL,NULL),
(5795,'mixpanel','completed',10,'2025-05-14 11:03:27','2025-05-14 11:05:12','2025-05-14 10:32:27','2025-05-14 11:05:12',NULL,0,0,NULL,NULL),
(5796,'mixpanel','completed',10,'2025-05-14 11:22:14','2025-05-14 11:23:38','2025-05-14 11:05:14','2025-05-14 11:23:38',NULL,0,0,NULL,NULL),
(5797,'mixpanel','completed',10,'2025-05-14 11:26:40','2025-05-14 11:27:44','2025-05-14 11:23:40','2025-05-14 11:27:44',NULL,0,0,NULL,NULL),
(5798,'mixpanel','completed',10,'2025-05-14 11:53:45','2025-05-14 11:54:22','2025-05-14 11:27:45','2025-05-14 11:54:22',NULL,0,0,NULL,NULL),
(5799,'mixpanel','completed',10,'2025-05-14 12:05:24','2025-05-14 12:06:39','2025-05-14 11:54:24','2025-05-14 12:06:39',NULL,0,0,NULL,NULL),
(5800,'mixpanel','completed',10,'2025-05-14 12:47:41','2025-05-14 12:49:40','2025-05-14 12:06:41','2025-05-14 12:49:40',NULL,0,0,NULL,NULL),
(5801,'mixpanel','completed',10,'2025-05-14 13:15:42','2025-05-14 13:16:18','2025-05-14 12:49:42','2025-05-14 13:16:18',NULL,0,0,NULL,NULL),
(5802,'mixpanel','completed',10,'2025-05-14 13:57:20','2025-05-14 13:59:19','2025-05-14 13:16:20','2025-05-14 13:59:19',NULL,0,0,NULL,NULL),
(5803,'mixpanel','completed',10,'2025-05-14 14:27:21','2025-05-14 14:28:00','2025-05-14 13:59:21','2025-05-14 14:28:00',NULL,0,0,NULL,NULL),
(5804,'mixpanel','completed',10,'2025-05-14 14:38:01','2025-05-14 14:38:14','2025-05-14 14:28:01','2025-05-14 14:38:14',NULL,0,0,NULL,NULL),
(5805,'mixpanel','completed',10,'2025-05-14 15:27:16','2025-05-14 15:27:24','2025-05-14 14:38:16','2025-05-14 15:27:24',NULL,0,0,NULL,NULL),
(5806,'mixpanel','completed',10,'2025-05-14 16:13:25','2025-05-14 16:14:30','2025-05-14 15:27:25','2025-05-14 16:14:30',NULL,0,0,NULL,NULL),
(5807,'schedule_re_engagement_email','completed',10,'2025-05-15 15:29:28','2025-05-15 15:29:56','2025-05-14 15:29:28','2025-05-15 15:29:56',NULL,0,0,NULL,NULL),
(5808,'mixpanel','completed',10,'2025-05-14 16:56:32','2025-05-14 16:57:33','2025-05-14 16:14:32','2025-05-14 16:57:33',NULL,0,0,NULL,NULL),
(5809,'mixpanel','completed',10,'2025-05-14 17:21:35','2025-05-14 17:22:08','2025-05-14 16:57:35','2025-05-14 17:22:08',NULL,0,0,NULL,NULL),
(5810,'mixpanel','completed',10,'2025-05-14 17:35:10','2025-05-14 17:36:29','2025-05-14 17:22:10','2025-05-14 17:36:29',NULL,0,0,NULL,NULL),
(5811,'mixpanel','completed',10,'2025-05-14 17:42:31','2025-05-14 17:42:39','2025-05-14 17:36:31','2025-05-14 17:42:39',NULL,0,0,NULL,NULL),
(5812,'mixpanel','completed',10,'2025-05-14 18:38:41','2025-05-14 18:39:00','2025-05-14 17:42:41','2025-05-14 18:39:00',NULL,0,0,NULL,NULL),
(5813,'mixpanel','completed',10,'2025-05-14 18:53:02','2025-05-14 18:53:20','2025-05-14 18:39:02','2025-05-14 18:53:20',NULL,0,0,NULL,NULL),
(5814,'mixpanel','completed',10,'2025-05-14 18:52:22','2025-05-14 18:55:23','2025-05-14 18:53:22','2025-05-14 18:55:23',NULL,0,0,NULL,NULL),
(5815,'mixpanel','completed',10,'2025-05-14 19:04:25','2025-05-14 19:05:43','2025-05-14 18:55:25','2025-05-14 19:05:43',NULL,0,0,NULL,NULL),
(5816,'mixpanel','completed',10,'2025-05-14 19:07:45','2025-05-14 19:07:45','2025-05-14 19:05:45','2025-05-14 19:07:45',NULL,0,0,NULL,NULL),
(5817,'mixpanel','completed',10,'2025-05-14 19:59:46','2025-05-14 19:59:59','2025-05-14 19:08:46','2025-05-14 19:59:59',NULL,0,0,NULL,NULL),
(5818,'mixpanel','completed',10,'2025-05-14 20:49:01','2025-05-14 20:49:09','2025-05-14 20:01:01','2025-05-14 20:49:09',NULL,0,0,NULL,NULL),
(5819,'mixpanel','completed',10,'2025-05-14 20:59:11','2025-05-14 20:59:24','2025-05-14 20:49:11','2025-05-14 20:59:24',NULL,0,0,NULL,NULL),
(5820,'mixpanel','completed',10,'2025-05-14 21:39:25','2025-05-14 21:40:22','2025-05-14 20:59:25','2025-05-14 21:40:22',NULL,0,0,NULL,NULL),
(5821,'mixpanel','completed',10,'2025-05-14 21:45:23','2025-05-14 21:46:30','2025-05-14 21:40:23','2025-05-14 21:46:30',NULL,0,0,NULL,NULL),
(5822,'mixpanel','completed',10,'2025-05-14 21:45:32','2025-05-14 21:48:33','2025-05-14 21:46:32','2025-05-14 21:48:33',NULL,0,0,NULL,NULL),
(5823,'mixpanel','completed',10,'2025-05-14 22:36:35','2025-05-14 22:37:43','2025-05-14 21:48:35','2025-05-14 22:37:43',NULL,0,0,NULL,NULL),
(5824,'mixpanel','completed',10,'2025-05-14 23:04:44','2025-05-14 23:06:24','2025-05-14 22:37:44','2025-05-14 23:06:24',NULL,0,0,NULL,NULL),
(5825,'mixpanel','completed',10,'2025-05-14 23:54:25','2025-05-14 23:55:33','2025-05-14 23:06:25','2025-05-14 23:55:33',NULL,0,0,NULL,NULL),
(5826,'mixpanel','completed',10,'2025-05-15 00:48:34','2025-05-15 00:48:48','2025-05-14 23:55:34','2025-05-15 00:48:48',NULL,0,0,NULL,NULL),
(5827,'subscribers_email_count','completed',10,'2025-05-19 00:00:00','2025-05-19 00:00:02','2025-05-15 00:01:42','2025-05-19 00:00:02',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(5828,'mixpanel','completed',10,'2025-05-15 00:52:50','2025-05-15 00:52:54','2025-05-15 00:48:50','2025-05-15 00:52:54',NULL,0,0,NULL,NULL),
(5829,'mixpanel','completed',10,'2025-05-15 01:08:56','2025-05-15 01:09:17','2025-05-15 00:52:56','2025-05-15 01:09:17',NULL,0,0,NULL,NULL),
(5830,'mixpanel','completed',10,'2025-05-15 01:28:19','2025-05-15 01:29:47','2025-05-15 01:09:19','2025-05-15 01:29:47',NULL,0,0,NULL,NULL),
(5831,'mixpanel','completed',10,'2025-05-15 01:58:49','2025-05-15 01:59:31','2025-05-15 01:29:49','2025-05-15 01:59:31',NULL,0,0,NULL,NULL),
(5832,'mixpanel','completed',10,'2025-05-15 02:50:32','2025-05-15 02:50:46','2025-05-15 01:59:32','2025-05-15 02:50:46',NULL,0,0,NULL,NULL),
(5833,'mixpanel','completed',10,'2025-05-15 02:50:48','2025-05-15 02:52:50','2025-05-15 02:50:48','2025-05-15 02:52:50',NULL,0,0,NULL,NULL),
(5834,'mixpanel','completed',10,'2025-05-15 03:36:52','2025-05-15 03:36:54','2025-05-15 02:52:52','2025-05-15 03:36:54',NULL,0,0,NULL,NULL),
(5835,'mixpanel','completed',10,'2025-05-15 04:02:56','2025-05-15 04:03:32','2025-05-15 03:36:56','2025-05-15 04:03:32',NULL,0,0,NULL,NULL),
(5836,'mixpanel','completed',10,'2025-05-15 04:08:34','2025-05-15 04:09:41','2025-05-15 04:03:34','2025-05-15 04:09:41',NULL,0,0,NULL,NULL),
(5837,'mixpanel','completed',10,'2025-05-15 04:32:42','2025-05-15 04:33:14','2025-05-15 04:09:42','2025-05-15 04:33:14',NULL,0,0,NULL,NULL),
(5838,'mixpanel','completed',10,'2025-05-15 05:06:16','2025-05-15 05:07:02','2025-05-15 04:33:16','2025-05-15 05:07:02',NULL,0,0,NULL,NULL),
(5839,'mixpanel','completed',10,'2025-05-15 05:44:04','2025-05-15 05:44:56','2025-05-15 05:07:04','2025-05-15 05:44:56',NULL,0,0,NULL,NULL),
(5840,'mixpanel','completed',10,'2025-05-15 06:39:57','2025-05-15 06:40:14','2025-05-15 05:44:57','2025-05-15 06:40:14',NULL,0,0,NULL,NULL),
(5841,'mixpanel','completed',10,'2025-05-15 07:02:16','2025-05-15 07:02:46','2025-05-15 06:41:16','2025-05-15 07:02:46',NULL,0,0,NULL,NULL),
(5842,'mixpanel','completed',10,'2025-05-15 07:52:48','2025-05-15 07:52:58','2025-05-15 07:02:48','2025-05-15 07:52:58',NULL,0,0,NULL,NULL),
(5843,'mixpanel','completed',10,'2025-05-15 08:36:00','2025-05-15 08:36:05','2025-05-15 07:53:00','2025-05-15 08:36:05',NULL,0,0,NULL,NULL),
(5844,'mixpanel','completed',10,'2025-05-15 08:56:07','2025-05-15 08:57:36','2025-05-15 08:36:07','2025-05-15 08:57:36',NULL,0,0,NULL,NULL),
(5845,'mixpanel','completed',10,'2025-05-15 09:19:37','2025-05-15 09:20:08','2025-05-15 08:57:37','2025-05-15 09:20:08',NULL,0,0,NULL,NULL),
(5846,'mixpanel','completed',10,'2025-05-15 10:10:09','2025-05-15 10:11:21','2025-05-15 09:20:09','2025-05-15 10:11:21',NULL,0,0,NULL,NULL),
(5847,'mixpanel','completed',10,'2025-05-15 10:19:22','2025-05-15 10:19:32','2025-05-15 10:11:22','2025-05-15 10:19:32',NULL,0,0,NULL,NULL),
(5848,'mixpanel','completed',10,'2025-05-15 10:40:34','2025-05-15 10:42:27','2025-05-15 10:19:34','2025-05-15 10:42:27',NULL,0,0,NULL,NULL),
(5849,'mixpanel','completed',10,'2025-05-15 11:25:29','2025-05-15 11:28:08','2025-05-15 10:42:29','2025-05-15 11:28:08',NULL,0,0,NULL,NULL),
(5850,'mixpanel','completed',10,'2025-05-15 11:59:09','2025-05-15 11:59:53','2025-05-15 11:28:09','2025-05-15 11:59:53',NULL,0,0,NULL,NULL),
(5851,'mixpanel','completed',10,'2025-05-15 12:53:54','2025-05-15 12:54:09','2025-05-15 11:59:54','2025-05-15 12:54:09',NULL,0,0,NULL,NULL),
(5852,'mixpanel','completed',10,'2025-05-15 12:57:11','2025-05-15 12:58:28','2025-05-15 12:54:11','2025-05-15 12:58:28',NULL,0,0,NULL,NULL),
(5853,'mixpanel','completed',10,'2025-05-15 13:27:29','2025-05-15 13:28:59','2025-05-15 12:58:29','2025-05-15 13:28:59',NULL,0,0,NULL,NULL),
(5854,'mixpanel','completed',10,'2025-05-15 13:36:01','2025-05-15 13:36:10','2025-05-15 13:29:01','2025-05-15 13:36:10',NULL,0,0,NULL,NULL),
(5855,'mixpanel','completed',10,'2025-05-15 13:58:11','2025-05-15 13:59:44','2025-05-15 13:36:11','2025-05-15 13:59:44',NULL,0,0,NULL,NULL),
(5856,'mixpanel','completed',10,'2025-05-15 14:55:46','2025-05-15 14:58:09','2025-05-15 13:59:46','2025-05-15 14:58:09',NULL,0,0,NULL,NULL),
(5857,'mixpanel','completed',10,'2025-05-15 15:12:11','2025-05-15 15:12:30','2025-05-15 14:58:11','2025-05-15 15:12:30',NULL,0,0,NULL,NULL),
(5858,'mixpanel','completed',10,'2025-05-15 15:48:32','2025-05-15 15:49:25','2025-05-15 15:12:32','2025-05-15 15:49:25',NULL,0,0,NULL,NULL),
(5859,'schedule_re_engagement_email','completed',10,'2025-05-16 15:29:58','2025-05-16 15:30:25','2025-05-15 15:29:58','2025-05-16 15:30:25',NULL,0,0,NULL,NULL),
(5860,'mixpanel','completed',10,'2025-05-15 16:47:27','2025-05-15 16:48:52','2025-05-15 15:49:27','2025-05-15 16:48:52',NULL,0,0,NULL,NULL),
(5861,'mixpanel','completed',10,'2025-05-15 16:50:54','2025-05-15 16:50:55','2025-05-15 16:48:54','2025-05-15 16:50:55',NULL,0,0,NULL,NULL),
(5862,'mixpanel','completed',10,'2025-05-15 16:49:57','2025-05-15 16:52:58','2025-05-15 16:50:57','2025-05-15 16:52:58',NULL,0,0,NULL,NULL),
(5863,'mixpanel','completed',10,'2025-05-15 17:28:00','2025-05-15 17:28:51','2025-05-15 16:53:00','2025-05-15 17:28:51',NULL,0,0,NULL,NULL),
(5864,'mixpanel','completed',10,'2025-05-15 18:26:53','2025-05-15 18:28:24','2025-05-15 17:28:53','2025-05-15 18:28:24',NULL,0,0,NULL,NULL),
(5865,'mixpanel','completed',10,'2025-05-15 18:52:26','2025-05-15 18:54:27','2025-05-15 18:28:26','2025-05-15 18:54:27',NULL,0,0,NULL,NULL),
(5866,'mixpanel','completed',10,'2025-05-15 19:44:28','2025-05-15 19:45:21','2025-05-15 18:54:28','2025-05-15 19:45:21',NULL,0,0,NULL,NULL),
(5867,'mixpanel','completed',10,'2025-05-15 20:26:23','2025-05-15 20:26:24','2025-05-15 19:45:23','2025-05-15 20:26:24',NULL,0,0,NULL,NULL),
(5868,'mixpanel','completed',10,'2025-05-15 21:06:25','2025-05-15 21:07:24','2025-05-15 20:28:25','2025-05-15 21:07:24',NULL,0,0,NULL,NULL),
(5869,'subscribers_engagement_score','completed',10,'2025-05-15 20:38:40','2025-05-15 20:38:42','2025-05-15 20:38:40','2025-05-15 20:38:42',NULL,0,0,NULL,NULL),
(5870,'subscribers_engagement_score','completed',10,'2025-05-16 08:45:00','2025-05-16 08:47:47','2025-05-15 20:38:42','2025-05-16 08:47:47',NULL,0,0,NULL,NULL),
(5871,'mixpanel','completed',10,'2025-05-15 21:35:25','2025-05-15 21:37:08','2025-05-15 21:07:25','2025-05-15 21:37:08',NULL,0,0,NULL,NULL),
(5872,'mixpanel','completed',10,'2025-05-15 21:51:10','2025-05-15 21:51:29','2025-05-15 21:37:10','2025-05-15 21:51:29',NULL,0,0,NULL,NULL),
(5873,'mixpanel','completed',10,'2025-05-15 22:10:31','2025-05-15 22:10:58','2025-05-15 21:51:31','2025-05-15 22:10:58',NULL,0,0,NULL,NULL),
(5874,'mixpanel','completed',10,'2025-05-15 23:04:59','2025-05-15 23:06:19','2025-05-15 22:10:59','2025-05-15 23:06:19',NULL,0,0,NULL,NULL),
(5875,'mixpanel','completed',10,'2025-05-15 23:25:21','2025-05-15 23:26:49','2025-05-15 23:06:21','2025-05-15 23:26:49',NULL,0,0,NULL,NULL),
(5876,'mixpanel','completed',10,'2025-05-15 23:37:51','2025-05-15 23:39:08','2025-05-15 23:26:51','2025-05-15 23:39:08',NULL,0,0,NULL,NULL),
(5877,'mixpanel','completed',10,'2025-05-16 00:17:09','2025-05-16 00:19:07','2025-05-15 23:39:09','2025-05-16 00:19:07',NULL,0,0,NULL,NULL),
(5878,'mixpanel','completed',10,'2025-05-16 01:17:09','2025-05-16 01:18:36','2025-05-16 00:19:09','2025-05-16 01:18:36',NULL,0,0,NULL,NULL),
(5879,'mixpanel','completed',10,'2025-05-16 01:42:37','2025-05-16 01:44:14','2025-05-16 01:18:37','2025-05-16 01:44:14',NULL,0,0,NULL,NULL),
(5880,'mixpanel','completed',10,'2025-05-16 02:15:15','2025-05-16 02:17:07','2025-05-16 01:44:15','2025-05-16 02:17:07',NULL,0,0,NULL,NULL),
(5881,'mixpanel','completed',10,'2025-05-16 03:07:09','2025-05-16 03:08:23','2025-05-16 02:17:09','2025-05-16 03:08:23',NULL,0,0,NULL,NULL),
(5882,'mixpanel','completed',10,'2025-05-16 03:30:25','2025-05-16 03:30:56','2025-05-16 03:08:25','2025-05-16 03:30:56',NULL,0,0,NULL,NULL),
(5883,'mixpanel','completed',10,'2025-05-16 03:50:58','2025-05-16 03:52:28','2025-05-16 03:30:58','2025-05-16 03:52:28',NULL,0,0,NULL,NULL),
(5884,'mixpanel','completed',10,'2025-05-16 04:27:30','2025-05-16 04:28:21','2025-05-16 03:52:30','2025-05-16 04:28:21',NULL,0,0,NULL,NULL),
(5885,'mixpanel','completed',10,'2025-05-16 05:23:23','2025-05-16 05:24:45','2025-05-16 04:28:23','2025-05-16 05:24:45',NULL,0,0,NULL,NULL),
(5886,'mixpanel','completed',10,'2025-05-16 05:41:46','2025-05-16 05:44:13','2025-05-16 05:24:46','2025-05-16 05:44:13',NULL,0,0,NULL,NULL),
(5887,'mixpanel','completed',10,'2025-05-16 06:10:15','2025-05-16 06:10:53','2025-05-16 05:44:15','2025-05-16 06:10:53',NULL,0,0,NULL,NULL),
(5888,'mixpanel','completed',10,'2025-05-16 06:50:55','2025-05-16 06:51:54','2025-05-16 06:10:55','2025-05-16 06:51:54',NULL,0,0,NULL,NULL),
(5889,'mixpanel','completed',10,'2025-05-16 07:35:55','2025-05-16 07:35:59','2025-05-16 06:51:55','2025-05-16 07:35:59',NULL,0,0,NULL,NULL),
(5890,'mixpanel','completed',10,'2025-05-16 07:37:01','2025-05-16 07:38:02','2025-05-16 07:36:01','2025-05-16 07:38:02',NULL,0,0,NULL,NULL),
(5891,'mixpanel','completed',10,'2025-05-16 07:54:04','2025-05-16 07:55:29','2025-05-16 07:38:04','2025-05-16 07:55:29',NULL,0,0,NULL,NULL),
(5892,'mixpanel','completed',10,'2025-05-16 08:36:31','2025-05-16 08:36:32','2025-05-16 07:55:31','2025-05-16 08:36:32',NULL,0,0,NULL,NULL),
(5893,'mixpanel','completed',10,'2025-05-16 09:30:33','2025-05-16 09:31:56','2025-05-16 08:38:33','2025-05-16 09:31:56',NULL,0,0,NULL,NULL),
(5894,'subscribers_engagement_score','completed',10,'2025-05-17 22:47:00','2025-05-17 22:48:28','2025-05-16 08:47:47','2025-05-17 22:48:28',NULL,0,0,NULL,NULL),
(5895,'mixpanel','completed',10,'2025-05-16 09:40:58','2025-05-16 09:42:12','2025-05-16 09:31:58','2025-05-16 09:42:12',NULL,0,0,NULL,NULL),
(5896,'mixpanel','completed',10,'2025-05-16 10:31:13','2025-05-16 10:31:23','2025-05-16 09:42:13','2025-05-16 10:31:23',NULL,0,0,NULL,NULL),
(5897,'mixpanel','completed',10,'2025-05-16 10:46:25','2025-05-16 10:46:45','2025-05-16 10:31:25','2025-05-16 10:46:45',NULL,0,0,NULL,NULL),
(5898,'mixpanel','completed',10,'2025-05-16 11:32:46','2025-05-16 11:32:49','2025-05-16 10:46:46','2025-05-16 11:32:49',NULL,0,0,NULL,NULL),
(5899,'mixpanel','completed',10,'2025-05-16 12:17:51','2025-05-16 12:17:53','2025-05-16 11:32:51','2025-05-16 12:17:53',NULL,0,0,NULL,NULL),
(5900,'mixpanel','completed',10,'2025-05-16 12:19:55','2025-05-16 12:20:49','2025-05-16 12:17:55','2025-05-16 12:20:49',NULL,0,0,NULL,NULL),
(5901,'mixpanel','completed',10,'2025-05-16 13:17:50','2025-05-16 13:18:18','2025-05-16 12:20:50','2025-05-16 13:18:18',NULL,0,0,NULL,NULL),
(5902,'mixpanel','completed',10,'2025-05-16 13:37:20','2025-05-16 13:37:46','2025-05-16 13:18:20','2025-05-16 13:37:46',NULL,0,0,NULL,NULL),
(5903,'mixpanel','completed',10,'2025-05-16 13:42:47','2025-05-16 13:43:54','2025-05-16 13:37:47','2025-05-16 13:43:54',NULL,0,0,NULL,NULL),
(5904,'mixpanel','completed',10,'2025-05-16 14:25:56','2025-05-16 14:27:57','2025-05-16 13:43:56','2025-05-16 14:27:57',NULL,0,0,NULL,NULL),
(5905,'mixpanel','completed',10,'2025-05-16 14:26:58','2025-05-16 14:31:01','2025-05-16 14:27:58','2025-05-16 14:31:01',NULL,0,0,NULL,NULL),
(5906,'mixpanel','completed',10,'2025-05-16 15:00:02','2025-05-16 15:02:19','2025-05-16 14:31:02','2025-05-16 15:02:19',NULL,0,0,NULL,NULL),
(5907,'mixpanel','completed',10,'2025-05-16 15:33:20','2025-05-16 15:34:30','2025-05-16 15:02:20','2025-05-16 15:34:30',NULL,0,0,NULL,NULL),
(5908,'schedule_re_engagement_email','completed',10,'2025-05-17 15:30:26','2025-05-17 15:31:16','2025-05-16 15:30:26','2025-05-17 15:31:16',NULL,0,0,NULL,NULL),
(5909,'mixpanel','completed',10,'2025-05-16 16:22:32','2025-05-16 16:22:38','2025-05-16 15:34:32','2025-05-16 16:22:38',NULL,0,0,NULL,NULL),
(5910,'mixpanel','completed',10,'2025-05-16 16:26:39','2025-05-16 16:26:44','2025-05-16 16:22:39','2025-05-16 16:26:44',NULL,0,0,NULL,NULL),
(5911,'mixpanel','completed',10,'2025-05-16 16:37:45','2025-05-16 16:39:01','2025-05-16 16:26:45','2025-05-16 16:39:01',NULL,0,0,NULL,NULL),
(5912,'mixpanel','completed',10,'2025-05-16 16:55:03','2025-05-16 16:56:25','2025-05-16 16:39:03','2025-05-16 16:56:25',NULL,0,0,NULL,NULL),
(5913,'mixpanel','completed',10,'2025-05-16 16:56:27','2025-05-16 16:58:28','2025-05-16 16:56:27','2025-05-16 16:58:28',NULL,0,0,NULL,NULL),
(5914,'mixpanel','completed',10,'2025-05-16 17:11:30','2025-05-16 17:11:47','2025-05-16 16:58:30','2025-05-16 17:11:47',NULL,0,0,NULL,NULL),
(5915,'mixpanel','completed',10,'2025-05-16 17:10:49','2025-05-16 17:13:50','2025-05-16 17:11:49','2025-05-16 17:13:50',NULL,0,0,NULL,NULL),
(5916,'mixpanel','completed',10,'2025-05-16 18:08:51','2025-05-16 18:11:11','2025-05-16 17:13:51','2025-05-16 18:11:11',NULL,0,0,NULL,NULL),
(5917,'mixpanel','completed',10,'2025-05-16 18:27:12','2025-05-16 18:27:34','2025-05-16 18:11:12','2025-05-16 18:27:34',NULL,0,0,NULL,NULL),
(5918,'mixpanel','completed',10,'2025-05-16 18:27:36','2025-05-16 18:29:37','2025-05-16 18:27:36','2025-05-16 18:29:37',NULL,0,0,NULL,NULL),
(5919,'mixpanel','completed',10,'2025-05-16 19:18:39','2025-05-16 19:20:52','2025-05-16 18:29:39','2025-05-16 19:20:52',NULL,0,0,NULL,NULL),
(5920,'mixpanel','completed',10,'2025-05-16 20:16:53','2025-05-16 20:18:12','2025-05-16 19:20:53','2025-05-16 20:18:12',NULL,0,0,NULL,NULL),
(5921,'mixpanel','completed',10,'2025-05-16 20:59:14','2025-05-16 21:01:13','2025-05-16 20:18:14','2025-05-16 21:01:13',NULL,0,0,NULL,NULL),
(5922,'mixpanel','completed',10,'2025-05-16 21:23:15','2025-05-16 21:23:45','2025-05-16 21:01:15','2025-05-16 21:23:45',NULL,0,0,NULL,NULL),
(5923,'mixpanel','completed',10,'2025-05-16 21:35:47','2025-05-16 21:36:03','2025-05-16 21:23:47','2025-05-16 21:36:03',NULL,0,0,NULL,NULL),
(5924,'mixpanel','completed',10,'2025-05-16 21:41:04','2025-05-16 21:41:10','2025-05-16 21:36:04','2025-05-16 21:41:10',NULL,0,0,NULL,NULL),
(5925,'mixpanel','completed',10,'2025-05-16 21:43:12','2025-05-16 21:43:13','2025-05-16 21:41:12','2025-05-16 21:43:13',NULL,0,0,NULL,NULL),
(5926,'mixpanel','completed',10,'2025-05-16 22:38:14','2025-05-16 22:38:23','2025-05-16 21:43:14','2025-05-16 22:38:23',NULL,0,0,NULL,NULL),
(5927,'mixpanel','completed',10,'2025-05-16 22:53:24','2025-05-16 22:54:55','2025-05-16 22:38:24','2025-05-16 22:54:55',NULL,0,0,NULL,NULL),
(5928,'mixpanel','completed',10,'2025-05-16 23:38:56','2025-05-16 23:39:59','2025-05-16 22:54:56','2025-05-16 23:39:59',NULL,0,0,NULL,NULL),
(5929,'mixpanel','completed',10,'2025-05-16 23:55:00','2025-05-16 23:56:22','2025-05-16 23:40:00','2025-05-16 23:56:22',NULL,0,0,NULL,NULL),
(5930,'mixpanel','completed',10,'2025-05-17 00:23:23','2025-05-17 00:25:03','2025-05-16 23:56:23','2025-05-17 00:25:03',NULL,0,0,NULL,NULL),
(5931,'mixpanel','completed',10,'2025-05-17 00:37:05','2025-05-17 00:38:22','2025-05-17 00:25:05','2025-05-17 00:38:22',NULL,0,0,NULL,NULL),
(5932,'mixpanel','completed',10,'2025-05-17 00:59:23','2025-05-17 01:00:54','2025-05-17 00:38:23','2025-05-17 01:00:54',NULL,0,0,NULL,NULL),
(5933,'mixpanel','completed',10,'2025-05-17 00:59:55','2025-05-17 01:02:57','2025-05-17 01:00:55','2025-05-17 01:02:57',NULL,0,0,NULL,NULL),
(5934,'mixpanel','completed',10,'2025-05-17 01:47:58','2025-05-17 01:48:01','2025-05-17 01:02:58','2025-05-17 01:48:01',NULL,0,0,NULL,NULL),
(5935,'mixpanel','completed',10,'2025-05-17 01:59:02','2025-05-17 02:00:18','2025-05-17 01:48:02','2025-05-17 02:00:18',NULL,0,0,NULL,NULL),
(5936,'mixpanel','completed',10,'2025-05-17 02:37:19','2025-05-17 02:38:12','2025-05-17 02:00:19','2025-05-17 02:38:12',NULL,0,0,NULL,NULL),
(5937,'mixpanel','completed',10,'2025-05-17 03:06:13','2025-05-17 03:06:53','2025-05-17 02:38:13','2025-05-17 03:06:53',NULL,0,0,NULL,NULL),
(5938,'mixpanel','completed',10,'2025-05-17 03:21:54','2025-05-17 03:23:16','2025-05-17 03:06:54','2025-05-17 03:23:16',NULL,0,0,NULL,NULL),
(5939,'mixpanel','completed',10,'2025-05-17 03:32:17','2025-05-17 03:33:30','2025-05-17 03:23:17','2025-05-17 03:33:30',NULL,0,0,NULL,NULL),
(5940,'mixpanel','completed',10,'2025-05-17 03:40:32','2025-05-17 03:41:42','2025-05-17 03:33:32','2025-05-17 03:41:42',NULL,0,0,NULL,NULL),
(5941,'mixpanel','completed',10,'2025-05-17 04:34:43','2025-05-17 04:35:59','2025-05-17 03:41:43','2025-05-17 04:35:59',NULL,0,0,NULL,NULL),
(5942,'mixpanel','completed',10,'2025-05-17 04:47:00','2025-05-17 04:49:14','2025-05-17 04:36:00','2025-05-17 04:49:14',NULL,0,0,NULL,NULL),
(5943,'mixpanel','completed',10,'2025-05-17 05:44:16','2025-05-17 05:46:37','2025-05-17 04:49:16','2025-05-17 05:46:37',NULL,0,0,NULL,NULL),
(5944,'mixpanel','completed',10,'2025-05-17 06:07:39','2025-05-17 06:10:10','2025-05-17 05:46:39','2025-05-17 06:10:10',NULL,0,0,NULL,NULL),
(5945,'mixpanel','completed',10,'2025-05-17 06:17:12','2025-05-17 06:17:20','2025-05-17 06:10:12','2025-05-17 06:17:20',NULL,0,0,NULL,NULL),
(5946,'mixpanel','completed',10,'2025-05-17 06:39:22','2025-05-17 06:39:52','2025-05-17 06:17:22','2025-05-17 06:39:52',NULL,0,0,NULL,NULL),
(5947,'mixpanel','completed',10,'2025-05-17 06:41:54','2025-05-17 06:41:55','2025-05-17 06:39:54','2025-05-17 06:41:55',NULL,0,0,NULL,NULL),
(5948,'mixpanel','completed',10,'2025-05-17 06:59:57','2025-05-17 07:00:21','2025-05-17 06:41:57','2025-05-17 07:00:21',NULL,0,0,NULL,NULL),
(5949,'mixpanel','completed',10,'2025-05-17 07:20:23','2025-05-17 07:20:50','2025-05-17 07:00:23','2025-05-17 07:20:50',NULL,0,0,NULL,NULL),
(5950,'mixpanel','completed',10,'2025-05-17 08:05:52','2025-05-17 08:07:56','2025-05-17 07:20:52','2025-05-17 08:07:56',NULL,0,0,NULL,NULL),
(5951,'mixpanel','completed',10,'2025-05-17 08:31:58','2025-05-17 08:32:30','2025-05-17 08:07:58','2025-05-17 08:32:30',NULL,0,0,NULL,NULL),
(5952,'mixpanel','completed',10,'2025-05-17 09:21:32','2025-05-17 09:22:43','2025-05-17 08:32:32','2025-05-17 09:22:43',NULL,0,0,NULL,NULL),
(5953,'mixpanel','completed',10,'2025-05-17 09:47:45','2025-05-17 09:49:21','2025-05-17 09:22:45','2025-05-17 09:49:21',NULL,0,0,NULL,NULL),
(5954,'mixpanel','completed',10,'2025-05-17 09:54:23','2025-05-17 09:55:30','2025-05-17 09:49:23','2025-05-17 09:55:30',NULL,0,0,NULL,NULL),
(5955,'mixpanel','completed',10,'2025-05-17 10:01:32','2025-05-17 10:03:21','2025-05-17 09:55:32','2025-05-17 10:03:21',NULL,0,0,NULL,NULL),
(5956,'mixpanel','completed',10,'2025-05-17 10:30:23','2025-05-17 10:32:21','2025-05-17 10:03:23','2025-05-17 10:32:21',NULL,0,0,NULL,NULL),
(5957,'mixpanel','completed',10,'2025-05-17 10:43:22','2025-05-17 10:43:36','2025-05-17 10:32:22','2025-05-17 10:43:36',NULL,0,0,NULL,NULL),
(5958,'mixpanel','completed',10,'2025-05-17 11:41:38','2025-05-17 11:43:34','2025-05-17 10:43:38','2025-05-17 11:43:34',NULL,0,0,NULL,NULL),
(5959,'mixpanel','completed',10,'2025-05-17 12:20:36','2025-05-17 12:21:30','2025-05-17 11:43:36','2025-05-17 12:21:30',NULL,0,0,NULL,NULL),
(5960,'mixpanel','completed',10,'2025-05-17 13:14:32','2025-05-17 13:15:07','2025-05-17 12:21:32','2025-05-17 13:15:07',NULL,0,0,NULL,NULL),
(5961,'mixpanel','completed',10,'2025-05-17 13:57:08','2025-05-17 13:57:43','2025-05-17 13:15:08','2025-05-17 13:57:43',NULL,0,0,NULL,NULL),
(5962,'mixpanel','completed',10,'2025-05-17 14:12:44','2025-05-17 14:14:29','2025-05-17 13:57:44','2025-05-17 14:14:29',NULL,0,0,NULL,NULL),
(5963,'mixpanel','completed',10,'2025-05-17 14:55:31','2025-05-17 14:56:27','2025-05-17 14:14:31','2025-05-17 14:56:27',NULL,0,0,NULL,NULL),
(5964,'mixpanel','completed',10,'2025-05-17 15:01:29','2025-05-17 15:02:36','2025-05-17 14:56:29','2025-05-17 15:02:36',NULL,0,0,NULL,NULL),
(5965,'mixpanel','completed',10,'2025-05-17 15:41:38','2025-05-17 15:43:17','2025-05-17 15:02:38','2025-05-17 15:43:17',NULL,0,0,NULL,NULL),
(5966,'schedule_re_engagement_email','completed',10,'2025-05-18 15:31:18','2025-05-18 15:32:55','2025-05-17 15:31:18','2025-05-18 15:32:55',NULL,0,0,NULL,NULL),
(5967,'mixpanel','completed',10,'2025-05-17 16:33:35','2025-05-17 16:34:46','2025-05-17 15:44:35','2025-05-17 16:34:46',NULL,0,0,NULL,NULL),
(5968,'mixpanel','completed',10,'2025-05-17 17:28:47','2025-05-17 17:28:58','2025-05-17 16:34:47','2025-05-17 17:28:58',NULL,0,0,NULL,NULL),
(5969,'mixpanel','completed',10,'2025-05-17 17:47:59','2025-05-17 17:48:21','2025-05-17 17:28:59','2025-05-17 17:48:21',NULL,0,0,NULL,NULL),
(5970,'mixpanel','completed',10,'2025-05-17 18:30:23','2025-05-17 18:30:28','2025-05-17 17:48:23','2025-05-17 18:30:28',NULL,0,0,NULL,NULL),
(5971,'mixpanel','completed',10,'2025-05-17 19:01:30','2025-05-17 19:03:19','2025-05-17 18:30:30','2025-05-17 19:03:19',NULL,0,0,NULL,NULL),
(5972,'mixpanel','completed',10,'2025-05-17 19:24:23','2025-05-17 19:27:18','2025-05-17 19:03:23','2025-05-17 19:27:18',NULL,0,0,NULL,NULL),
(5973,'mixpanel','completed',10,'2025-05-17 19:28:19','2025-05-17 19:30:18','2025-05-17 19:27:19','2025-05-17 19:30:18',NULL,0,0,NULL,NULL),
(5974,'mixpanel','completed',10,'2025-05-17 19:47:19','2025-05-17 19:48:18','2025-05-17 19:30:19','2025-05-17 19:48:18',NULL,0,0,NULL,NULL),
(5975,'mixpanel','completed',10,'2025-05-17 20:24:19','2025-05-17 20:26:18','2025-05-17 19:48:19','2025-05-17 20:26:18',NULL,0,0,NULL,NULL),
(5976,'mixpanel','completed',10,'2025-05-17 21:00:19','2025-05-17 21:03:03','2025-05-17 20:26:19','2025-05-17 21:03:03',NULL,0,0,NULL,NULL),
(5977,'mixpanel','completed',10,'2025-05-17 21:07:04','2025-05-17 21:08:10','2025-05-17 21:03:04','2025-05-17 21:08:10',NULL,0,0,NULL,NULL),
(5978,'mixpanel','completed',10,'2025-05-17 22:03:11','2025-05-17 22:04:27','2025-05-17 21:08:11','2025-05-17 22:04:27',NULL,0,0,NULL,NULL),
(5979,'mixpanel','completed',10,'2025-05-17 22:54:28','2025-05-17 22:54:37','2025-05-17 22:04:28','2025-05-17 22:54:37',NULL,0,0,NULL,NULL),
(5980,'subscribers_engagement_score','completed',10,'2025-05-17 22:48:28','2025-05-17 22:48:30','2025-05-17 22:48:28','2025-05-17 22:48:30',NULL,0,0,NULL,NULL),
(5981,'subscribers_engagement_score','completed',10,'2025-05-18 08:04:00','2025-05-18 08:04:28','2025-05-17 22:48:30','2025-05-18 08:04:28',NULL,0,0,NULL,NULL),
(5982,'mixpanel','completed',10,'2025-05-17 23:14:38','2025-05-17 23:15:06','2025-05-17 22:54:38','2025-05-17 23:15:06',NULL,0,0,NULL,NULL),
(5983,'mixpanel','completed',10,'2025-05-17 23:52:07','2025-05-17 23:54:00','2025-05-17 23:15:07','2025-05-17 23:54:00',NULL,0,0,NULL,NULL),
(5984,'mixpanel','completed',10,'2025-05-18 00:02:02','2025-05-18 00:03:13','2025-05-17 23:54:02','2025-05-18 00:03:13',NULL,0,0,NULL,NULL),
(5985,'inactive_subscribers','completed',10,'2025-05-23 00:00:00','2025-05-23 00:00:19','2025-05-18 00:01:10','2025-05-23 00:00:19',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(5986,'mixpanel','completed',10,'2025-05-18 00:31:15','2025-05-18 00:32:54','2025-05-18 00:03:15','2025-05-18 00:32:54',NULL,0,0,NULL,NULL),
(5987,'mixpanel','completed',10,'2025-05-18 01:02:56','2025-05-18 01:03:37','2025-05-18 00:32:56','2025-05-18 01:03:37',NULL,0,0,NULL,NULL),
(5988,'mixpanel','completed',10,'2025-05-18 01:49:39','2025-05-18 01:50:43','2025-05-18 01:03:39','2025-05-18 01:50:43',NULL,0,0,NULL,NULL),
(5989,'mixpanel','completed',10,'2025-05-18 02:35:45','2025-05-18 02:35:47','2025-05-18 01:50:45','2025-05-18 02:35:47',NULL,0,0,NULL,NULL),
(5990,'mixpanel','completed',10,'2025-05-18 02:38:48','2025-05-18 02:39:52','2025-05-18 02:35:48','2025-05-18 02:39:52',NULL,0,0,NULL,NULL),
(5991,'mixpanel','completed',10,'2025-05-18 03:16:54','2025-05-18 03:18:47','2025-05-18 02:39:54','2025-05-18 03:18:47',NULL,0,0,NULL,NULL),
(5992,'mixpanel','completed',10,'2025-05-18 04:12:49','2025-05-18 04:14:04','2025-05-18 03:18:49','2025-05-18 04:14:04',NULL,0,0,NULL,NULL),
(5993,'mixpanel','completed',10,'2025-05-18 05:03:06','2025-05-18 05:03:13','2025-05-18 04:14:06','2025-05-18 05:03:13',NULL,0,0,NULL,NULL),
(5994,'mixpanel','completed',10,'2025-05-18 05:14:15','2025-05-18 05:15:30','2025-05-18 05:03:15','2025-05-18 05:15:30',NULL,0,0,NULL,NULL),
(5995,'mixpanel','completed',10,'2025-05-18 06:09:32','2025-05-18 06:09:46','2025-05-18 05:15:32','2025-05-18 06:09:46',NULL,0,0,NULL,NULL),
(5996,'mixpanel','completed',10,'2025-05-18 07:02:48','2025-05-18 07:03:01','2025-05-18 06:09:48','2025-05-18 07:03:01',NULL,0,0,NULL,NULL),
(5997,'mixpanel','completed',10,'2025-05-18 07:50:03','2025-05-18 07:50:07','2025-05-18 07:03:03','2025-05-18 07:50:07',NULL,0,0,NULL,NULL),
(5998,'mixpanel','completed',10,'2025-05-18 08:33:09','2025-05-18 08:34:09','2025-05-18 07:50:09','2025-05-18 08:34:09',NULL,0,0,NULL,NULL),
(5999,'subscribers_engagement_score','completed',10,'2025-05-19 11:01:00','2025-05-19 11:02:36','2025-05-18 08:04:28','2025-05-19 11:02:36',NULL,0,0,NULL,NULL),
(6000,'mixpanel','completed',10,'2025-05-18 09:20:11','2025-05-18 09:21:15','2025-05-18 08:34:11','2025-05-18 09:21:15',NULL,0,0,NULL,NULL),
(6001,'mixpanel','completed',10,'2025-05-18 09:58:17','2025-05-18 10:00:10','2025-05-18 09:21:17','2025-05-18 10:00:10',NULL,0,0,NULL,NULL),
(6002,'mixpanel','completed',10,'2025-05-18 10:46:12','2025-05-18 10:47:16','2025-05-18 10:00:12','2025-05-18 10:47:16',NULL,0,0,NULL,NULL),
(6003,'mixpanel','completed',10,'2025-05-18 11:37:17','2025-05-18 11:37:25','2025-05-18 10:47:17','2025-05-18 11:37:25',NULL,0,0,NULL,NULL),
(6004,'mixpanel','completed',10,'2025-05-18 12:21:27','2025-05-18 12:21:27','2025-05-18 11:37:27','2025-05-18 12:21:27',NULL,0,0,NULL,NULL),
(6005,'mixpanel','completed',10,'2025-05-18 12:27:28','2025-05-18 12:27:36','2025-05-18 12:21:28','2025-05-18 12:27:36',NULL,0,0,NULL,NULL),
(6006,'mixpanel','completed',10,'2025-05-18 12:33:37','2025-05-18 12:33:44','2025-05-18 12:27:37','2025-05-18 12:33:44',NULL,0,0,NULL,NULL),
(6007,'mixpanel','completed',10,'2025-05-18 13:18:46','2025-05-18 13:18:47','2025-05-18 12:33:46','2025-05-18 13:18:47',NULL,0,0,NULL,NULL),
(6008,'mixpanel','completed',10,'2025-05-18 13:24:49','2025-05-18 13:24:56','2025-05-18 13:18:49','2025-05-18 13:24:56',NULL,0,0,NULL,NULL),
(6009,'mixpanel','completed',10,'2025-05-18 13:23:57','2025-05-18 13:26:59','2025-05-18 13:24:57','2025-05-18 13:26:59',NULL,0,0,NULL,NULL),
(6010,'mixpanel','completed',10,'2025-05-18 13:55:00','2025-05-18 13:55:39','2025-05-18 13:27:00','2025-05-18 13:55:39',NULL,0,0,NULL,NULL),
(6011,'mixpanel','completed',10,'2025-05-18 14:27:40','2025-05-18 14:28:25','2025-05-18 13:55:40','2025-05-18 14:28:25',NULL,0,0,NULL,NULL),
(6012,'mixpanel','completed',10,'2025-05-18 15:19:27','2025-05-18 15:20:38','2025-05-18 14:28:27','2025-05-18 15:20:38',NULL,0,0,NULL,NULL),
(6013,'mixpanel','completed',10,'2025-05-18 16:17:40','2025-05-18 16:19:35','2025-05-18 15:20:40','2025-05-18 16:19:35',NULL,0,0,NULL,NULL),
(6014,'schedule_re_engagement_email','completed',10,'2025-05-19 15:32:57','2025-05-19 15:33:56','2025-05-18 15:32:57','2025-05-19 15:33:56',NULL,0,0,NULL,NULL),
(6015,'mixpanel','completed',10,'2025-05-18 17:06:36','2025-05-18 17:08:08','2025-05-18 16:19:36','2025-05-18 17:08:08',NULL,0,0,NULL,NULL),
(6016,'mixpanel','completed',10,'2025-05-18 17:39:10','2025-05-18 17:40:54','2025-05-18 17:08:10','2025-05-18 17:40:54',NULL,0,0,NULL,NULL),
(6017,'mixpanel','completed',10,'2025-05-18 17:49:56','2025-05-18 17:51:20','2025-05-18 17:40:56','2025-05-18 17:51:20',NULL,0,0,NULL,NULL),
(6018,'mixpanel','completed',10,'2025-05-18 17:57:22','2025-05-18 17:58:19','2025-05-18 17:51:22','2025-05-18 17:58:19',NULL,0,0,NULL,NULL),
(6019,'mixpanel','completed',10,'2025-05-18 18:36:20','2025-05-18 18:36:39','2025-05-18 17:58:20','2025-05-18 18:36:39',NULL,0,0,NULL,NULL),
(6020,'mixpanel','completed',10,'2025-05-18 18:52:41','2025-05-18 18:53:35','2025-05-18 18:36:41','2025-05-18 18:53:35',NULL,0,0,NULL,NULL),
(6021,'mixpanel','completed',10,'2025-05-18 19:00:37','2025-05-18 19:00:45','2025-05-18 18:53:37','2025-05-18 19:00:45',NULL,0,0,NULL,NULL),
(6022,'mixpanel','completed',10,'2025-05-18 19:20:47','2025-05-18 19:21:18','2025-05-18 19:00:47','2025-05-18 19:21:18',NULL,0,0,NULL,NULL),
(6023,'mixpanel','completed',10,'2025-05-18 19:27:19','2025-05-18 19:27:26','2025-05-18 19:22:19','2025-05-18 19:27:26',NULL,0,0,NULL,NULL),
(6024,'mixpanel','completed',10,'2025-05-18 20:10:28','2025-05-18 20:11:28','2025-05-18 19:27:28','2025-05-18 20:11:28',NULL,0,0,NULL,NULL),
(6025,'mixpanel','completed',10,'2025-05-18 20:23:29','2025-05-18 20:24:00','2025-05-18 20:11:29','2025-05-18 20:24:00',NULL,0,0,NULL,NULL),
(6026,'mixpanel','completed',10,'2025-05-18 21:12:01','2025-05-18 21:12:07','2025-05-18 20:24:01','2025-05-18 21:12:07',NULL,0,0,NULL,NULL),
(6027,'mixpanel','completed',10,'2025-05-18 21:16:09','2025-05-18 21:16:13','2025-05-18 21:12:09','2025-05-18 21:16:13',NULL,0,0,NULL,NULL),
(6028,'mixpanel','completed',10,'2025-05-18 21:32:14','2025-05-18 21:34:33','2025-05-18 21:16:14','2025-05-18 21:34:33',NULL,0,0,NULL,NULL),
(6029,'mixpanel','completed',10,'2025-05-18 21:50:34','2025-05-18 21:51:01','2025-05-18 21:34:34','2025-05-18 21:51:01',NULL,0,0,NULL,NULL),
(6030,'mixpanel','completed',10,'2025-05-18 22:17:03','2025-05-18 22:17:38','2025-05-18 21:51:03','2025-05-18 22:17:38',NULL,0,0,NULL,NULL),
(6031,'mixpanel','completed',10,'2025-05-18 22:35:40','2025-05-18 22:36:04','2025-05-18 22:17:40','2025-05-18 22:36:04',NULL,0,0,NULL,NULL),
(6032,'mixpanel','completed',10,'2025-05-18 22:49:06','2025-05-18 22:50:24','2025-05-18 22:36:06','2025-05-18 22:50:24',NULL,0,0,NULL,NULL),
(6033,'mixpanel','completed',10,'2025-05-18 23:18:26','2025-05-18 23:19:04','2025-05-18 22:50:26','2025-05-18 23:19:04',NULL,0,0,NULL,NULL),
(6034,'mixpanel','completed',10,'2025-05-18 23:32:06','2025-05-18 23:33:24','2025-05-18 23:19:06','2025-05-18 23:33:24',NULL,0,0,NULL,NULL),
(6035,'mixpanel','completed',10,'2025-05-18 23:59:26','2025-05-19 00:00:02','2025-05-18 23:33:26','2025-05-19 00:00:02',NULL,0,0,NULL,NULL),
(6036,'subscribers_email_count','completed',10,'2025-05-29 00:00:00','2025-05-29 00:01:45','2025-05-19 00:00:02','2025-05-29 00:01:45',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(6037,'mixpanel','completed',10,'2025-05-19 00:37:03','2025-05-19 00:38:56','2025-05-19 00:00:03','2025-05-19 00:38:56',NULL,0,0,NULL,NULL),
(6038,'mixpanel','completed',10,'2025-05-19 00:58:58','2025-05-19 00:59:25','2025-05-19 00:38:58','2025-05-19 00:59:25',NULL,0,0,NULL,NULL),
(6039,'mixpanel','completed',10,'2025-05-19 01:20:27','2025-05-19 01:21:57','2025-05-19 00:59:27','2025-05-19 01:21:57',NULL,0,0,NULL,NULL),
(6040,'mixpanel','completed',10,'2025-05-19 01:26:58','2025-05-19 01:28:05','2025-05-19 01:21:58','2025-05-19 01:28:05',NULL,0,0,NULL,NULL),
(6041,'mixpanel','completed',10,'2025-05-19 01:31:07','2025-05-19 01:32:11','2025-05-19 01:28:07','2025-05-19 01:32:11',NULL,0,0,NULL,NULL),
(6042,'mixpanel','completed',10,'2025-05-19 02:28:13','2025-05-19 02:29:36','2025-05-19 01:32:13','2025-05-19 02:29:36',NULL,0,0,NULL,NULL),
(6043,'mixpanel','completed',10,'2025-05-19 02:53:37','2025-05-19 02:54:11','2025-05-19 02:29:37','2025-05-19 02:54:11',NULL,0,0,NULL,NULL),
(6044,'mixpanel','completed',10,'2025-05-19 03:01:12','2025-05-19 03:02:22','2025-05-19 02:54:12','2025-05-19 03:02:22',NULL,0,0,NULL,NULL),
(6045,'mixpanel','completed',10,'2025-05-19 03:10:24','2025-05-19 03:10:34','2025-05-19 03:02:24','2025-05-19 03:10:34',NULL,0,0,NULL,NULL),
(6046,'mixpanel','completed',10,'2025-05-19 04:03:35','2025-05-19 04:03:49','2025-05-19 03:10:35','2025-05-19 04:03:49',NULL,0,0,NULL,NULL),
(6047,'mixpanel','completed',10,'2025-05-19 04:07:50','2025-05-19 04:07:54','2025-05-19 04:03:50','2025-05-19 04:07:54',NULL,0,0,NULL,NULL),
(6048,'mixpanel','completed',10,'2025-05-19 05:04:56','2025-05-19 05:05:15','2025-05-19 04:07:56','2025-05-19 05:05:15',NULL,0,0,NULL,NULL),
(6049,'mixpanel','completed',10,'2025-05-19 05:54:17','2025-05-19 05:54:24','2025-05-19 05:05:17','2025-05-19 05:54:24',NULL,0,0,NULL,NULL),
(6050,'mixpanel','completed',10,'2025-05-19 06:05:26','2025-05-19 06:06:41','2025-05-19 05:54:26','2025-05-19 06:06:41',NULL,0,0,NULL,NULL),
(6051,'mixpanel','completed',10,'2025-05-19 06:10:43','2025-05-19 06:10:47','2025-05-19 06:06:43','2025-05-19 06:10:47',NULL,0,0,NULL,NULL),
(6052,'mixpanel','completed',10,'2025-05-19 06:50:49','2025-05-19 06:51:44','2025-05-19 06:10:49','2025-05-19 06:51:44',NULL,0,0,NULL,NULL),
(6053,'mixpanel','completed',10,'2025-05-19 06:50:46','2025-05-19 06:53:47','2025-05-19 06:51:46','2025-05-19 06:53:47',NULL,0,0,NULL,NULL),
(6054,'mixpanel','completed',10,'2025-05-19 07:22:49','2025-05-19 07:24:31','2025-05-19 06:53:49','2025-05-19 07:24:31',NULL,0,0,NULL,NULL),
(6055,'mixpanel','completed',10,'2025-05-19 07:24:32','2025-05-19 07:26:34','2025-05-19 07:24:32','2025-05-19 07:26:34',NULL,0,0,NULL,NULL),
(6056,'mixpanel','completed',10,'2025-05-19 07:49:35','2025-05-19 07:51:08','2025-05-19 07:26:35','2025-05-19 07:51:08',NULL,0,0,NULL,NULL),
(6057,'mixpanel','completed',10,'2025-05-19 08:20:10','2025-05-19 08:21:51','2025-05-19 07:51:10','2025-05-19 08:21:51',NULL,0,0,NULL,NULL),
(6058,'mixpanel','completed',10,'2025-05-19 09:10:53','2025-05-19 09:12:20','2025-05-19 08:21:53','2025-05-19 09:12:20',NULL,0,0,NULL,NULL),
(6059,'mixpanel','completed',10,'2025-05-19 09:47:22','2025-05-19 09:47:51','2025-05-19 09:12:22','2025-05-19 09:47:51',NULL,0,0,NULL,NULL),
(6060,'mixpanel','completed',10,'2025-05-19 09:51:53','2025-05-19 09:51:57','2025-05-19 09:47:53','2025-05-19 09:51:57',NULL,0,0,NULL,NULL),
(6061,'mixpanel','completed',10,'2025-05-19 10:02:58','2025-05-19 10:04:14','2025-05-19 09:51:58','2025-05-19 10:04:14',NULL,0,0,NULL,NULL),
(6062,'mixpanel','completed',10,'2025-05-19 10:43:16','2025-05-19 10:44:10','2025-05-19 10:04:16','2025-05-19 10:44:10',NULL,0,0,NULL,NULL),
(6063,'mixpanel','completed',10,'2025-05-19 11:13:12','2025-05-19 11:14:53','2025-05-19 10:44:12','2025-05-19 11:14:53',NULL,0,0,NULL,NULL),
(6064,'subscribers_engagement_score','completed',10,'2025-05-19 11:02:36','2025-05-19 11:02:38','2025-05-19 11:02:36','2025-05-19 11:02:38',NULL,0,0,NULL,NULL),
(6065,'subscribers_engagement_score','completed',10,'2025-05-20 19:09:00','2025-05-20 19:10:49','2025-05-19 11:02:38','2025-05-20 19:10:49',NULL,0,0,NULL,NULL),
(6066,'mixpanel','completed',10,'2025-05-19 11:24:55','2025-05-19 11:25:08','2025-05-19 11:14:55','2025-05-19 11:25:08',NULL,0,0,NULL,NULL),
(6067,'mixpanel','completed',10,'2025-05-19 12:09:09','2025-05-19 12:09:09','2025-05-19 11:25:09','2025-05-19 12:09:09',NULL,0,0,NULL,NULL),
(6068,'mixpanel','completed',10,'2025-05-19 12:08:11','2025-05-19 12:11:12','2025-05-19 12:09:11','2025-05-19 12:11:12',NULL,0,0,NULL,NULL),
(6069,'mixpanel','completed',10,'2025-05-19 12:32:14','2025-05-19 12:33:44','2025-05-19 12:11:14','2025-05-19 12:33:44',NULL,0,0,NULL,NULL),
(6070,'mixpanel','completed',10,'2025-05-19 13:06:45','2025-05-19 13:08:32','2025-05-19 12:33:45','2025-05-19 13:08:32',NULL,0,0,NULL,NULL),
(6071,'mixpanel','completed',10,'2025-05-19 13:26:34','2025-05-19 13:26:58','2025-05-19 13:08:34','2025-05-19 13:26:58',NULL,0,0,NULL,NULL),
(6072,'mixpanel','completed',10,'2025-05-19 14:02:00','2025-05-19 14:03:50','2025-05-19 13:27:00','2025-05-19 14:03:50',NULL,0,0,NULL,NULL),
(6073,'mixpanel','completed',10,'2025-05-19 14:33:52','2025-05-19 14:34:33','2025-05-19 14:03:52','2025-05-19 14:34:33',NULL,0,0,NULL,NULL),
(6074,'mixpanel','completed',10,'2025-05-19 15:22:35','2025-05-19 15:23:42','2025-05-19 14:34:35','2025-05-19 15:23:42',NULL,0,0,NULL,NULL),
(6075,'mixpanel','completed',10,'2025-05-19 16:15:44','2025-05-19 16:15:55','2025-05-19 15:23:44','2025-05-19 16:15:55',NULL,0,0,NULL,NULL),
(6076,'schedule_re_engagement_email','completed',10,'2025-05-20 15:33:58','2025-05-20 15:34:18','2025-05-19 15:33:58','2025-05-20 15:34:18',NULL,0,0,NULL,NULL),
(6077,'mixpanel','completed',10,'2025-05-19 16:27:57','2025-05-19 16:28:12','2025-05-19 16:15:57','2025-05-19 16:28:12',NULL,0,0,NULL,NULL),
(6078,'mixpanel','completed',10,'2025-05-19 16:44:14','2025-05-19 16:44:35','2025-05-19 16:28:14','2025-05-19 16:44:35',NULL,0,0,NULL,NULL),
(6079,'mixpanel','completed',10,'2025-05-19 16:46:37','2025-05-19 16:46:38','2025-05-19 16:44:37','2025-05-19 16:46:38',NULL,0,0,NULL,NULL),
(6080,'mixpanel','completed',10,'2025-05-19 16:53:40','2025-05-19 16:54:50','2025-05-19 16:46:40','2025-05-19 16:54:50',NULL,0,0,NULL,NULL),
(6081,'mixpanel','completed',10,'2025-05-19 17:13:51','2025-05-19 17:14:17','2025-05-19 16:54:51','2025-05-19 17:14:17',NULL,0,0,NULL,NULL),
(6082,'mixpanel','completed',10,'2025-05-19 17:20:19','2025-05-19 17:20:26','2025-05-19 17:14:19','2025-05-19 17:20:26',NULL,0,0,NULL,NULL),
(6083,'mixpanel','completed',10,'2025-05-19 18:11:27','2025-05-19 18:11:38','2025-05-19 17:20:27','2025-05-19 18:11:38',NULL,0,0,NULL,NULL),
(6084,'mixpanel','completed',10,'2025-05-19 18:14:39','2025-05-19 18:15:43','2025-05-19 18:11:39','2025-05-19 18:15:43',NULL,0,0,NULL,NULL),
(6085,'mixpanel','completed',10,'2025-05-19 18:48:45','2025-05-19 18:49:31','2025-05-19 18:15:45','2025-05-19 18:49:31',NULL,0,0,NULL,NULL),
(6086,'mixpanel','completed',10,'2025-05-19 19:02:32','2025-05-19 19:03:53','2025-05-19 18:49:32','2025-05-19 19:03:53',NULL,0,0,NULL,NULL),
(6087,'mixpanel','completed',10,'2025-05-19 19:23:56','2025-05-19 19:25:24','2025-05-19 19:03:56','2025-05-19 19:25:24',NULL,0,0,NULL,NULL),
(6088,'mixpanel','completed',10,'2025-05-19 19:28:26','2025-05-19 19:29:30','2025-05-19 19:25:26','2025-05-19 19:29:30',NULL,0,0,NULL,NULL),
(6089,'mixpanel','completed',10,'2025-05-19 19:51:31','2025-05-19 19:52:01','2025-05-19 19:29:31','2025-05-19 19:52:01',NULL,0,0,NULL,NULL),
(6090,'mixpanel','completed',10,'2025-05-19 20:14:03','2025-05-19 20:14:33','2025-05-19 19:52:03','2025-05-19 20:14:33',NULL,0,0,NULL,NULL),
(6091,'mixpanel','completed',10,'2025-05-19 20:19:34','2025-05-19 20:20:41','2025-05-19 20:14:34','2025-05-19 20:20:41',NULL,0,0,NULL,NULL),
(6092,'mixpanel','completed',10,'2025-05-19 20:39:43','2025-05-19 20:40:08','2025-05-19 20:20:43','2025-05-19 20:40:08',NULL,0,0,NULL,NULL),
(6093,'mixpanel','completed',10,'2025-05-19 20:41:10','2025-05-19 20:42:11','2025-05-19 20:40:10','2025-05-19 20:42:11',NULL,0,0,NULL,NULL),
(6094,'mixpanel','completed',10,'2025-05-19 21:36:12','2025-05-19 21:37:28','2025-05-19 20:42:12','2025-05-19 21:37:28',NULL,0,0,NULL,NULL),
(6095,'mixpanel','completed',10,'2025-05-19 21:49:30','2025-05-19 21:49:45','2025-05-19 21:37:30','2025-05-19 21:49:45',NULL,0,0,NULL,NULL),
(6096,'mixpanel','completed',10,'2025-05-19 22:37:47','2025-05-19 22:38:54','2025-05-19 21:49:47','2025-05-19 22:38:54',NULL,0,0,NULL,NULL),
(6097,'mixpanel','completed',10,'2025-05-19 23:26:56','2025-05-19 23:28:03','2025-05-19 22:38:56','2025-05-19 23:28:03',NULL,0,0,NULL,NULL),
(6098,'mixpanel','completed',10,'2025-05-19 23:44:05','2025-05-19 23:44:26','2025-05-19 23:28:05','2025-05-19 23:44:26',NULL,0,0,NULL,NULL),
(6099,'mixpanel','completed',10,'2025-05-19 23:51:28','2025-05-19 23:52:38','2025-05-19 23:44:28','2025-05-19 23:52:38',NULL,0,0,NULL,NULL),
(6100,'mixpanel','completed',10,'2025-05-20 00:08:39','2025-05-20 00:09:01','2025-05-19 23:52:39','2025-05-20 00:09:01',NULL,0,0,NULL,NULL),
(6101,'mixpanel','completed',10,'2025-05-20 00:21:02','2025-05-20 00:21:18','2025-05-20 00:09:02','2025-05-20 00:21:18',NULL,0,0,NULL,NULL),
(6102,'mixpanel','completed',10,'2025-05-20 00:34:19','2025-05-20 00:35:38','2025-05-20 00:21:19','2025-05-20 00:35:38',NULL,0,0,NULL,NULL),
(6103,'mixpanel','completed',10,'2025-05-20 00:51:40','2025-05-20 00:52:01','2025-05-20 00:35:40','2025-05-20 00:52:01',NULL,0,0,NULL,NULL),
(6104,'mixpanel','completed',10,'2025-05-20 01:38:03','2025-05-20 01:39:07','2025-05-20 00:52:03','2025-05-20 01:39:07',NULL,0,0,NULL,NULL),
(6105,'mixpanel','completed',10,'2025-05-20 02:07:09','2025-05-20 02:09:18','2025-05-20 01:39:09','2025-05-20 02:09:18',NULL,0,0,NULL,NULL),
(6106,'mixpanel','completed',10,'2025-05-20 02:50:20','2025-05-20 02:51:20','2025-05-20 02:09:20','2025-05-20 02:51:20',NULL,0,0,NULL,NULL),
(6107,'mixpanel','completed',10,'2025-05-20 03:36:21','2025-05-20 03:36:22','2025-05-20 02:51:21','2025-05-20 03:36:22',NULL,0,0,NULL,NULL),
(6108,'mixpanel','completed',10,'2025-05-20 03:49:23','2025-05-20 03:50:22','2025-05-20 03:36:23','2025-05-20 03:50:22',NULL,0,0,NULL,NULL),
(6109,'mixpanel','completed',10,'2025-05-20 03:54:23','2025-05-20 03:56:19','2025-05-20 03:50:23','2025-05-20 03:56:19',NULL,0,0,NULL,NULL),
(6110,'mixpanel','completed',10,'2025-05-20 04:49:21','2025-05-20 04:51:18','2025-05-20 03:56:21','2025-05-20 04:51:18',NULL,0,0,NULL,NULL),
(6111,'mixpanel','completed',10,'2025-05-20 05:32:19','2025-05-20 05:33:19','2025-05-20 04:51:19','2025-05-20 05:33:19',NULL,0,0,NULL,NULL),
(6112,'mixpanel','completed',10,'2025-05-20 05:55:21','2025-05-20 05:56:18','2025-05-20 05:33:21','2025-05-20 05:56:18',NULL,0,0,NULL,NULL),
(6113,'mixpanel','completed',10,'2025-05-20 06:45:19','2025-05-20 06:46:19','2025-05-20 05:56:19','2025-05-20 06:46:19',NULL,0,0,NULL,NULL),
(6114,'mixpanel','completed',10,'2025-05-20 07:16:20','2025-05-20 07:16:20','2025-05-20 06:46:20','2025-05-20 07:16:20',NULL,0,0,NULL,NULL),
(6115,'mixpanel','completed',10,'2025-05-20 08:09:18','2025-05-20 08:09:20','2025-05-20 07:19:18','2025-05-20 08:09:20',NULL,0,0,NULL,NULL),
(6116,'mixpanel','completed',10,'2025-05-20 08:28:22','2025-05-20 08:29:21','2025-05-20 08:09:22','2025-05-20 08:29:21',NULL,0,0,NULL,NULL),
(6117,'mixpanel','completed',10,'2025-05-20 08:39:23','2025-05-20 08:41:19','2025-05-20 08:29:23','2025-05-20 08:41:19',NULL,0,0,NULL,NULL),
(6118,'mixpanel','completed',10,'2025-05-20 09:28:20','2025-05-20 09:28:20','2025-05-20 08:41:20','2025-05-20 09:28:20',NULL,0,0,NULL,NULL),
(6119,'mixpanel','completed',10,'2025-05-20 10:06:18','2025-05-20 10:06:19','2025-05-20 09:31:18','2025-05-20 10:06:19',NULL,0,0,NULL,NULL),
(6120,'mixpanel','completed',10,'2025-05-20 10:05:20','2025-05-20 10:09:18','2025-05-20 10:06:20','2025-05-20 10:09:18',NULL,0,0,NULL,NULL),
(6121,'mixpanel','completed',10,'2025-05-20 10:52:20','2025-05-20 10:54:19','2025-05-20 10:09:20','2025-05-20 10:54:19',NULL,0,0,NULL,NULL),
(6122,'mixpanel','completed',10,'2025-05-20 11:47:20','2025-05-20 11:48:18','2025-05-20 10:54:20','2025-05-20 11:48:18',NULL,0,0,NULL,NULL),
(6123,'mixpanel','completed',10,'2025-05-20 12:00:20','2025-05-20 12:00:21','2025-05-20 11:48:20','2025-05-20 12:00:21',NULL,0,0,NULL,NULL),
(6124,'mixpanel','completed',10,'2025-05-20 12:15:18','2025-05-20 12:16:19','2025-05-20 12:03:18','2025-05-20 12:16:19',NULL,0,0,NULL,NULL),
(6125,'mixpanel','completed',10,'2025-05-20 12:51:19','2025-05-20 12:52:18','2025-05-20 12:16:19','2025-05-20 12:52:18',NULL,0,0,NULL,NULL),
(6126,'mixpanel','completed',10,'2025-05-20 13:01:20','2025-05-20 13:04:18','2025-05-20 12:52:20','2025-05-20 13:04:18',NULL,0,0,NULL,NULL),
(6127,'mixpanel','completed',10,'2025-05-20 13:09:20','2025-05-20 13:10:18','2025-05-20 13:04:20','2025-05-20 13:10:18',NULL,0,0,NULL,NULL),
(6128,'mixpanel','completed',10,'2025-05-20 13:43:20','2025-05-20 13:46:20','2025-05-20 13:10:20','2025-05-20 13:46:20',NULL,0,0,NULL,NULL),
(6129,'mixpanel','completed',10,'2025-05-20 13:46:22','2025-05-20 13:49:18','2025-05-20 13:46:22','2025-05-20 13:49:18',NULL,0,0,NULL,NULL),
(6130,'mixpanel','completed',10,'2025-05-20 14:29:19','2025-05-20 14:29:20','2025-05-20 13:49:19','2025-05-20 14:29:20',NULL,0,0,NULL,NULL),
(6131,'mixpanel','completed',10,'2025-05-20 14:43:18','2025-05-20 14:44:18','2025-05-20 14:32:18','2025-05-20 14:44:18',NULL,0,0,NULL,NULL),
(6132,'mixpanel','completed',10,'2025-05-20 14:51:20','2025-05-20 14:53:17','2025-05-20 14:44:20','2025-05-20 14:53:18',NULL,0,0,NULL,NULL),
(6133,'mixpanel','completed',10,'2025-05-20 15:47:19','2025-05-20 15:49:17','2025-05-20 14:53:19','2025-05-20 15:49:17',NULL,0,0,NULL,NULL),
(6134,'schedule_re_engagement_email','completed',10,'2025-05-21 15:34:20','2025-05-21 15:35:27','2025-05-20 15:34:20','2025-05-21 15:35:27',NULL,0,0,NULL,NULL),
(6135,'mixpanel','completed',10,'2025-05-20 15:58:19','2025-05-20 15:58:20','2025-05-20 15:49:19','2025-05-20 15:58:20',NULL,0,0,NULL,NULL),
(6136,'mixpanel','completed',10,'2025-05-20 16:02:17','2025-05-20 16:04:18','2025-05-20 16:01:17','2025-05-20 16:04:18',NULL,0,0,NULL,NULL),
(6137,'mixpanel','completed',10,'2025-05-20 16:21:19','2025-05-20 16:22:18','2025-05-20 16:04:19','2025-05-20 16:22:18',NULL,0,0,NULL,NULL),
(6138,'mixpanel','completed',10,'2025-05-20 16:44:20','2025-05-20 16:46:18','2025-05-20 16:22:20','2025-05-20 16:46:18',NULL,0,0,NULL,NULL),
(6139,'mixpanel','completed',10,'2025-05-20 17:04:19','2025-05-20 17:04:19','2025-05-20 16:46:19','2025-05-20 17:04:19',NULL,0,0,NULL,NULL),
(6140,'mixpanel','completed',10,'2025-05-20 17:35:18','2025-05-20 17:35:29','2025-05-20 17:06:18','2025-05-20 17:35:29',NULL,0,0,NULL,NULL),
(6141,'mixpanel','completed',10,'2025-05-20 17:54:31','2025-05-20 17:54:57','2025-05-20 17:35:31','2025-05-20 17:54:57',NULL,0,0,NULL,NULL),
(6142,'mixpanel','completed',10,'2025-05-20 18:36:58','2025-05-20 18:36:58','2025-05-20 17:54:58','2025-05-20 18:36:58',NULL,0,0,NULL,NULL),
(6143,'mixpanel','completed',10,'2025-05-20 18:59:59','2025-05-20 19:01:31','2025-05-20 18:38:59','2025-05-20 19:01:31',NULL,0,0,NULL,NULL),
(6144,'mixpanel','completed',10,'2025-05-20 19:39:33','2025-05-20 19:41:32','2025-05-20 19:01:33','2025-05-20 19:41:32',NULL,0,0,NULL,NULL),
(6145,'subscribers_engagement_score','completed',10,'2025-05-20 19:10:49','2025-05-20 19:10:51','2025-05-20 19:10:49','2025-05-20 19:10:51',NULL,0,0,NULL,NULL),
(6146,'subscribers_engagement_score','completed',10,'2025-05-21 17:45:00','2025-05-21 17:45:27','2025-05-20 19:10:51','2025-05-21 17:45:27',NULL,0,0,NULL,NULL),
(6147,'mixpanel','completed',10,'2025-05-20 19:43:34','2025-05-20 19:43:35','2025-05-20 19:41:34','2025-05-20 19:43:35',NULL,0,0,NULL,NULL),
(6148,'mixpanel','completed',10,'2025-05-20 20:33:37','2025-05-20 20:34:48','2025-05-20 19:43:37','2025-05-20 20:34:48',NULL,0,0,NULL,NULL),
(6149,'mixpanel','completed',10,'2025-05-20 20:55:49','2025-05-20 20:56:18','2025-05-20 20:34:49','2025-05-20 20:56:18',NULL,0,0,NULL,NULL),
(6150,'mixpanel','completed',10,'2025-05-20 21:42:20','2025-05-20 21:43:24','2025-05-20 20:56:20','2025-05-20 21:43:24',NULL,0,0,NULL,NULL),
(6151,'mixpanel','completed',10,'2025-05-20 22:22:26','2025-05-20 22:23:18','2025-05-20 21:43:26','2025-05-20 22:23:18',NULL,0,0,NULL,NULL),
(6152,'mixpanel','completed',10,'2025-05-20 22:55:20','2025-05-20 22:57:22','2025-05-20 22:23:20','2025-05-20 22:57:22',NULL,0,0,NULL,NULL),
(6153,'mixpanel','completed',10,'2025-05-20 23:31:23','2025-05-20 23:32:55','2025-05-20 22:57:23','2025-05-20 23:32:55',NULL,0,0,NULL,NULL),
(6154,'mixpanel','completed',10,'2025-05-20 23:53:57','2025-05-20 23:55:27','2025-05-20 23:32:57','2025-05-20 23:55:27',NULL,0,0,NULL,NULL),
(6155,'mixpanel','completed',10,'2025-05-21 00:10:29','2025-05-21 00:11:50','2025-05-20 23:55:29','2025-05-21 00:11:50',NULL,0,0,NULL,NULL),
(6156,'mixpanel','completed',10,'2025-05-21 00:16:52','2025-05-21 00:17:59','2025-05-21 00:11:52','2025-05-21 00:17:59',NULL,0,0,NULL,NULL),
(6157,'mixpanel','completed',10,'2025-05-21 00:31:00','2025-05-21 00:31:17','2025-05-21 00:18:00','2025-05-21 00:31:17',NULL,0,0,NULL,NULL),
(6158,'mixpanel','completed',10,'2025-05-21 01:15:19','2025-05-21 01:16:21','2025-05-21 00:31:19','2025-05-21 01:16:21',NULL,0,0,NULL,NULL),
(6159,'mixpanel','completed',10,'2025-05-21 02:03:23','2025-05-21 02:03:27','2025-05-21 01:16:23','2025-05-21 02:03:27',NULL,0,0,NULL,NULL),
(6160,'mixpanel','completed',10,'2025-05-21 02:51:29','2025-05-21 02:52:37','2025-05-21 02:03:29','2025-05-21 02:52:37',NULL,0,0,NULL,NULL),
(6161,'mixpanel','completed',10,'2025-05-21 03:28:38','2025-05-21 03:29:29','2025-05-21 02:52:38','2025-05-21 03:29:29',NULL,0,0,NULL,NULL),
(6162,'mixpanel','completed',10,'2025-05-21 04:03:30','2025-05-21 04:05:19','2025-05-21 03:29:30','2025-05-21 04:05:19',NULL,0,0,NULL,NULL),
(6163,'mixpanel','completed',10,'2025-05-21 04:36:21','2025-05-21 04:38:05','2025-05-21 04:05:21','2025-05-21 04:38:05',NULL,0,0,NULL,NULL),
(6164,'mixpanel','completed',10,'2025-05-21 04:38:07','2025-05-21 04:40:08','2025-05-21 04:38:07','2025-05-21 04:40:08',NULL,0,0,NULL,NULL),
(6165,'mixpanel','completed',10,'2025-05-21 05:09:10','2025-05-21 05:09:50','2025-05-21 04:40:10','2025-05-21 05:09:50',NULL,0,0,NULL,NULL),
(6166,'mixpanel','completed',10,'2025-05-21 05:21:51','2025-05-21 05:22:07','2025-05-21 05:09:51','2025-05-21 05:22:07',NULL,0,0,NULL,NULL),
(6167,'mixpanel','completed',10,'2025-05-21 05:24:09','2025-05-21 05:24:10','2025-05-21 05:22:09','2025-05-21 05:24:10',NULL,0,0,NULL,NULL),
(6168,'mixpanel','completed',10,'2025-05-21 05:36:12','2025-05-21 05:37:29','2025-05-21 05:24:12','2025-05-21 05:37:29',NULL,0,0,NULL,NULL),
(6169,'mixpanel','completed',10,'2025-05-21 05:36:30','2025-05-21 05:39:32','2025-05-21 05:37:30','2025-05-21 05:39:32',NULL,0,0,NULL,NULL),
(6170,'mixpanel','completed',10,'2025-05-21 05:53:33','2025-05-21 05:53:52','2025-05-21 05:39:33','2025-05-21 05:53:52',NULL,0,0,NULL,NULL),
(6171,'mixpanel','completed',10,'2025-05-21 06:39:54','2025-05-21 06:39:57','2025-05-21 05:53:54','2025-05-21 06:39:57',NULL,0,0,NULL,NULL),
(6172,'mixpanel','completed',10,'2025-05-21 07:04:59','2025-05-21 07:05:33','2025-05-21 06:39:59','2025-05-21 07:05:33',NULL,0,0,NULL,NULL),
(6173,'mixpanel','completed',10,'2025-05-21 07:07:35','2025-05-21 07:07:36','2025-05-21 07:05:35','2025-05-21 07:07:36',NULL,0,0,NULL,NULL),
(6174,'mixpanel','completed',10,'2025-05-21 07:27:38','2025-05-21 07:29:07','2025-05-21 07:07:38','2025-05-21 07:29:07',NULL,0,0,NULL,NULL),
(6175,'mixpanel','completed',10,'2025-05-21 07:51:08','2025-05-21 07:52:40','2025-05-21 07:29:08','2025-05-21 07:52:40',NULL,0,0,NULL,NULL),
(6176,'mixpanel','completed',10,'2025-05-21 08:31:41','2025-05-21 08:33:37','2025-05-21 07:52:41','2025-05-21 08:33:37',NULL,0,0,NULL,NULL),
(6177,'mixpanel','completed',10,'2025-05-21 08:47:39','2025-05-21 08:47:45','2025-05-21 08:33:39','2025-05-21 08:47:45',NULL,0,0,NULL,NULL),
(6178,'mixpanel','completed',10,'2025-05-21 09:35:59','2025-05-21 09:38:08','2025-05-21 08:48:59','2025-05-21 09:38:08',NULL,0,0,NULL,NULL),
(6179,'mixpanel','completed',10,'2025-05-21 09:41:10','2025-05-21 09:42:14','2025-05-21 09:38:10','2025-05-21 09:42:14',NULL,0,0,NULL,NULL),
(6180,'mixpanel','completed',10,'2025-05-21 10:01:15','2025-05-21 10:02:43','2025-05-21 09:42:15','2025-05-21 10:02:43',NULL,0,0,NULL,NULL),
(6181,'mixpanel','completed',10,'2025-05-21 10:53:44','2025-05-21 10:54:56','2025-05-21 10:02:44','2025-05-21 10:54:56',NULL,0,0,NULL,NULL),
(6182,'mixpanel','completed',10,'2025-05-21 11:28:58','2025-05-21 11:29:46','2025-05-21 10:54:58','2025-05-21 11:29:46',NULL,0,0,NULL,NULL),
(6183,'mixpanel','completed',10,'2025-05-21 12:07:47','2025-05-21 12:10:22','2025-05-21 11:29:47','2025-05-21 12:10:22',NULL,0,0,NULL,NULL),
(6184,'mixpanel','completed',10,'2025-05-21 13:00:23','2025-05-21 13:01:44','2025-05-21 12:10:23','2025-05-21 13:01:44',NULL,0,0,NULL,NULL),
(6185,'mixpanel','completed',10,'2025-05-21 13:22:46','2025-05-21 13:24:26','2025-05-21 13:01:46','2025-05-21 13:24:26',NULL,0,0,NULL,NULL),
(6186,'mixpanel','completed',10,'2025-05-21 13:37:27','2025-05-21 13:38:43','2025-05-21 13:24:27','2025-05-21 13:38:43',NULL,0,0,NULL,NULL),
(6187,'mixpanel','completed',10,'2025-05-21 14:00:45','2025-05-21 14:01:52','2025-05-21 13:38:45','2025-05-21 14:01:52',NULL,0,0,NULL,NULL),
(6188,'mixpanel','completed',10,'2025-05-21 14:37:54','2025-05-21 14:39:10','2025-05-21 14:01:54','2025-05-21 14:39:10',NULL,0,0,NULL,NULL),
(6189,'mixpanel','completed',10,'2025-05-21 15:02:11','2025-05-21 15:04:23','2025-05-21 14:39:11','2025-05-21 15:04:23',NULL,0,0,NULL,NULL),
(6190,'mixpanel','completed',10,'2025-05-21 15:11:24','2025-05-21 15:11:43','2025-05-21 15:04:24','2025-05-21 15:11:43',NULL,0,0,NULL,NULL),
(6191,'mixpanel','completed',10,'2025-05-21 16:00:45','2025-05-21 16:02:59','2025-05-21 15:11:45','2025-05-21 16:02:59',NULL,0,0,NULL,NULL),
(6192,'schedule_re_engagement_email','completed',10,'2025-05-22 15:35:29','2025-05-22 15:37:23','2025-05-21 15:35:29','2025-05-22 15:37:23',NULL,0,0,NULL,NULL),
(6193,'mixpanel','completed',10,'2025-05-21 16:42:00','2025-05-21 16:42:23','2025-05-21 16:03:00','2025-05-21 16:42:23',NULL,0,0,NULL,NULL),
(6194,'mixpanel','completed',10,'2025-05-21 16:56:24','2025-05-21 16:57:20','2025-05-21 16:42:24','2025-05-21 16:57:20',NULL,0,0,NULL,NULL),
(6195,'mixpanel','completed',10,'2025-05-21 17:00:22','2025-05-21 17:01:26','2025-05-21 16:57:22','2025-05-21 17:01:26',NULL,0,0,NULL,NULL),
(6196,'mixpanel','completed',10,'2025-05-21 17:30:28','2025-05-21 17:30:35','2025-05-21 17:01:28','2025-05-21 17:30:35',NULL,0,0,NULL,NULL),
(6197,'mixpanel','completed',10,'2025-05-21 18:10:36','2025-05-21 18:11:31','2025-05-21 17:30:36','2025-05-21 18:11:31',NULL,0,0,NULL,NULL),
(6198,'subscribers_engagement_score','completed',10,'2025-05-22 01:02:00','2025-05-22 01:04:22','2025-05-21 17:45:27','2025-05-22 01:04:22',NULL,0,0,NULL,NULL),
(6199,'mixpanel','completed',10,'2025-05-21 18:35:33','2025-05-21 18:37:27','2025-05-21 18:11:33','2025-05-21 18:37:27',NULL,0,0,NULL,NULL),
(6200,'mixpanel','completed',10,'2025-05-21 18:51:28','2025-05-21 18:53:20','2025-05-21 18:37:28','2025-05-21 18:53:20',NULL,0,0,NULL,NULL),
(6201,'mixpanel','completed',10,'2025-05-21 18:59:22','2025-05-21 19:01:19','2025-05-21 18:53:22','2025-05-21 19:01:19',NULL,0,0,NULL,NULL),
(6202,'mixpanel','completed',10,'2025-05-21 19:35:20','2025-05-21 19:36:22','2025-05-21 19:01:20','2025-05-21 19:36:22',NULL,0,0,NULL,NULL),
(6203,'mixpanel','completed',10,'2025-05-21 20:22:24','2025-05-21 20:22:25','2025-05-21 19:36:24','2025-05-21 20:22:25',NULL,0,0,NULL,NULL),
(6204,'mixpanel','completed',10,'2025-05-21 20:30:27','2025-05-21 20:32:23','2025-05-21 20:22:27','2025-05-21 20:32:23',NULL,0,0,NULL,NULL),
(6205,'mixpanel','completed',10,'2025-05-21 20:55:25','2025-05-21 20:56:39','2025-05-21 20:32:25','2025-05-21 20:56:39',NULL,0,0,NULL,NULL),
(6206,'mixpanel','completed',10,'2025-05-21 21:32:30','2025-05-21 21:32:37','2025-05-21 20:57:30','2025-05-21 21:32:37',NULL,0,0,NULL,NULL),
(6207,'mixpanel','completed',10,'2025-05-21 21:43:38','2025-05-21 21:45:35','2025-05-21 21:32:38','2025-05-21 21:45:35',NULL,0,0,NULL,NULL),
(6208,'mixpanel','completed',10,'2025-05-21 22:13:37','2025-05-21 22:15:21','2025-05-21 21:45:37','2025-05-21 22:15:21',NULL,0,0,NULL,NULL),
(6209,'mixpanel','completed',10,'2025-05-21 22:48:22','2025-05-21 22:49:23','2025-05-21 22:15:22','2025-05-21 22:49:23',NULL,0,0,NULL,NULL),
(6210,'mixpanel','completed',10,'2025-05-21 23:31:24','2025-05-21 23:34:22','2025-05-21 22:49:24','2025-05-21 23:34:22',NULL,0,0,NULL,NULL),
(6211,'mixpanel','completed',10,'2025-05-21 23:54:24','2025-05-21 23:54:26','2025-05-21 23:34:24','2025-05-21 23:54:26',NULL,0,0,NULL,NULL),
(6212,'mixpanel','completed',10,'2025-05-22 00:21:33','2025-05-22 00:23:22','2025-05-21 23:56:33','2025-05-22 00:23:22',NULL,0,0,NULL,NULL),
(6213,'export_files_cleanup','completed',10,'2025-05-31 00:00:00','2025-05-31 00:01:42','2025-05-22 00:01:35','2025-05-31 00:01:42',NULL,0,0,NULL,NULL),
(6214,'mixpanel','completed',10,'2025-05-22 00:28:24','2025-05-22 00:28:25','2025-05-22 00:23:24','2025-05-22 00:28:25',NULL,0,0,NULL,NULL),
(6215,'mixpanel','completed',10,'2025-05-22 00:29:25','2025-05-22 00:30:36','2025-05-22 00:28:25','2025-05-22 00:30:36',NULL,0,0,NULL,NULL),
(6216,'mixpanel','completed',10,'2025-05-22 00:42:37','2025-05-22 00:43:23','2025-05-22 00:30:37','2025-05-22 00:43:23',NULL,0,0,NULL,NULL),
(6217,'mixpanel','completed',10,'2025-05-22 01:41:25','2025-05-22 01:42:24','2025-05-22 00:43:25','2025-05-22 01:42:24',NULL,0,0,NULL,NULL),
(6218,'subscribers_engagement_score','completed',10,'2025-05-22 01:04:22','2025-05-22 01:04:24','2025-05-22 01:04:22','2025-05-22 01:04:24',NULL,0,0,NULL,NULL),
(6219,'subscribers_engagement_score','completed',10,'2025-05-23 00:54:00','2025-05-23 00:54:18','2025-05-22 01:04:24','2025-05-23 00:54:18',NULL,0,0,NULL,NULL),
(6220,'mixpanel','completed',10,'2025-05-22 02:00:26','2025-05-22 02:02:21','2025-05-22 01:42:26','2025-05-22 02:02:21',NULL,0,0,NULL,NULL),
(6221,'mixpanel','completed',10,'2025-05-22 02:11:23','2025-05-22 02:11:24','2025-05-22 02:02:23','2025-05-22 02:11:24',NULL,0,0,NULL,NULL),
(6222,'mixpanel','completed',10,'2025-05-22 02:53:26','2025-05-22 02:55:24','2025-05-22 02:11:26','2025-05-22 02:55:24',NULL,0,0,NULL,NULL),
(6223,'mixpanel','completed',10,'2025-05-22 02:54:26','2025-05-22 02:58:24','2025-05-22 02:55:26','2025-05-22 02:58:24',NULL,0,0,NULL,NULL),
(6224,'mixpanel','completed',10,'2025-05-22 03:21:26','2025-05-22 03:24:19','2025-05-22 02:58:26','2025-05-22 03:24:19',NULL,0,0,NULL,NULL),
(6225,'mixpanel','completed',10,'2025-05-22 03:32:21','2025-05-22 03:34:18','2025-05-22 03:24:21','2025-05-22 03:34:18',NULL,0,0,NULL,NULL),
(6226,'mixpanel','completed',10,'2025-05-22 04:17:19','2025-05-22 04:17:24','2025-05-22 03:34:19','2025-05-22 04:17:24',NULL,0,0,NULL,NULL),
(6227,'mixpanel','completed',10,'2025-05-22 04:54:25','2025-05-22 04:54:25','2025-05-22 04:17:25','2025-05-22 04:54:25',NULL,0,0,NULL,NULL),
(6228,'mixpanel','completed',10,'2025-05-22 05:15:23','2025-05-22 05:15:23','2025-05-22 04:57:23','2025-05-22 05:15:23',NULL,0,0,NULL,NULL),
(6229,'mixpanel','completed',10,'2025-05-22 05:19:26','2025-05-22 05:20:29','2025-05-22 05:18:26','2025-05-22 05:20:29',NULL,0,0,NULL,NULL),
(6230,'mixpanel','completed',10,'2025-05-22 06:05:31','2025-05-22 06:07:25','2025-05-22 05:20:31','2025-05-22 06:07:25',NULL,0,0,NULL,NULL),
(6231,'mixpanel','completed',10,'2025-05-22 06:37:26','2025-05-22 06:40:19','2025-05-22 06:07:26','2025-05-22 06:40:19',NULL,0,0,NULL,NULL),
(6232,'mixpanel','completed',10,'2025-05-22 07:00:21','2025-05-22 07:01:20','2025-05-22 06:40:21','2025-05-22 07:01:20',NULL,0,0,NULL,NULL),
(6233,'mixpanel','completed',10,'2025-05-22 07:41:22','2025-05-22 07:41:22','2025-05-22 07:01:22','2025-05-22 07:41:22',NULL,0,0,NULL,NULL),
(6234,'mixpanel','completed',10,'2025-05-22 07:50:22','2025-05-22 07:50:22','2025-05-22 07:44:22','2025-05-22 07:50:22',NULL,0,0,NULL,NULL),
(6235,'mixpanel','completed',10,'2025-05-22 08:31:23','2025-05-22 08:31:31','2025-05-22 07:50:23','2025-05-22 08:31:31',NULL,0,0,NULL,NULL),
(6236,'mixpanel','completed',10,'2025-05-22 08:49:32','2025-05-22 08:49:36','2025-05-22 08:31:32','2025-05-22 08:49:36',NULL,0,0,NULL,NULL),
(6237,'mixpanel','completed',10,'2025-05-22 09:11:37','2025-05-22 09:13:41','2025-05-22 08:49:37','2025-05-22 09:13:41',NULL,0,0,NULL,NULL),
(6238,'mixpanel','completed',10,'2025-05-22 10:02:43','2025-05-22 10:03:26','2025-05-22 09:13:43','2025-05-22 10:03:26',NULL,0,0,NULL,NULL),
(6239,'mixpanel','completed',10,'2025-05-22 10:53:27','2025-05-22 10:56:22','2025-05-22 10:03:27','2025-05-22 10:56:22',NULL,0,0,NULL,NULL),
(6240,'mixpanel','completed',10,'2025-05-22 10:58:23','2025-05-22 10:58:38','2025-05-22 10:56:23','2025-05-22 10:58:38',NULL,0,0,NULL,NULL),
(6241,'mixpanel','completed',10,'2025-05-22 11:48:39','2025-05-22 11:50:21','2025-05-22 10:58:39','2025-05-22 11:50:21',NULL,0,0,NULL,NULL),
(6242,'mixpanel','completed',10,'2025-05-22 12:41:22','2025-05-22 12:41:25','2025-05-22 11:50:22','2025-05-22 12:41:25',NULL,0,0,NULL,NULL),
(6243,'mixpanel','completed',10,'2025-05-22 12:58:27','2025-05-22 12:59:23','2025-05-22 12:41:27','2025-05-22 12:59:23',NULL,0,0,NULL,NULL),
(6244,'mixpanel','completed',10,'2025-05-22 13:49:23','2025-05-22 13:50:37','2025-05-22 12:59:23','2025-05-22 13:50:37',NULL,0,0,NULL,NULL),
(6245,'mixpanel','completed',10,'2025-05-22 14:46:38','2025-05-22 14:48:22','2025-05-22 13:50:38','2025-05-22 14:48:22',NULL,0,0,NULL,NULL),
(6246,'mixpanel','completed',10,'2025-05-22 15:44:23','2025-05-22 15:46:19','2025-05-22 14:48:23','2025-05-22 15:46:19',NULL,0,0,NULL,NULL),
(6247,'schedule_re_engagement_email','completed',10,'2025-05-23 15:37:25','2025-05-23 15:40:19','2025-05-22 15:37:25','2025-05-23 15:40:19',NULL,0,0,NULL,NULL),
(6248,'mixpanel','completed',10,'2025-05-22 15:58:21','2025-05-22 16:00:36','2025-05-22 15:46:21','2025-05-22 16:00:36',NULL,0,0,NULL,NULL),
(6249,'mixpanel','completed',10,'2025-05-22 16:11:38','2025-05-22 16:14:24','2025-05-22 16:00:38','2025-05-22 16:14:24',NULL,0,0,NULL,NULL),
(6250,'mixpanel','completed',10,'2025-05-22 16:50:25','2025-05-22 16:51:20','2025-05-22 16:14:25','2025-05-22 16:51:20',NULL,0,0,NULL,NULL),
(6251,'mixpanel','completed',10,'2025-05-22 17:42:22','2025-05-22 17:43:21','2025-05-22 16:51:22','2025-05-22 17:43:21',NULL,0,0,NULL,NULL),
(6252,'mixpanel','completed',10,'2025-05-22 18:27:21','2025-05-22 18:28:25','2025-05-22 17:43:21','2025-05-22 18:28:25',NULL,0,0,NULL,NULL),
(6253,'mixpanel','completed',10,'2025-05-22 19:12:26','2025-05-22 19:13:18','2025-05-22 18:28:26','2025-05-22 19:13:18',NULL,0,0,NULL,NULL),
(6254,'mixpanel','completed',10,'2025-05-22 19:51:20','2025-05-22 19:51:22','2025-05-22 19:13:20','2025-05-22 19:51:22',NULL,0,0,NULL,NULL),
(6255,'mixpanel','completed',10,'2025-05-22 20:25:22','2025-05-22 20:26:10','2025-05-22 19:51:22','2025-05-22 20:26:10',NULL,0,0,NULL,NULL),
(6256,'mixpanel','completed',10,'2025-05-22 21:20:11','2025-05-22 21:21:28','2025-05-22 20:26:11','2025-05-22 21:21:28',NULL,0,0,NULL,NULL),
(6257,'mixpanel','completed',10,'2025-05-22 22:16:30','2025-05-22 22:16:46','2025-05-22 21:21:30','2025-05-22 22:16:46',NULL,0,0,NULL,NULL),
(6258,'mixpanel','completed',10,'2025-05-22 22:45:47','2025-05-22 22:47:30','2025-05-22 22:16:47','2025-05-22 22:47:30',NULL,0,0,NULL,NULL),
(6259,'mixpanel','completed',10,'2025-05-22 23:36:32','2025-05-22 23:38:24','2025-05-22 22:47:32','2025-05-22 23:38:24',NULL,0,0,NULL,NULL),
(6260,'mixpanel','completed',10,'2025-05-23 00:01:25','2025-05-23 00:03:18','2025-05-22 23:38:25','2025-05-23 00:03:18',NULL,0,0,NULL,NULL),
(6261,'inactive_subscribers','completed',10,'2025-05-28 00:00:00','2025-05-28 00:00:07','2025-05-23 00:00:19','2025-05-28 00:00:07',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(6262,'mixpanel','completed',10,'2025-05-23 00:08:20','2025-05-23 00:09:19','2025-05-23 00:03:20','2025-05-23 00:09:19',NULL,0,0,NULL,NULL),
(6263,'mixpanel','completed',10,'2025-05-23 00:29:21','2025-05-23 00:31:18','2025-05-23 00:09:21','2025-05-23 00:31:18',NULL,0,0,NULL,NULL),
(6264,'mixpanel','completed',10,'2025-05-23 00:49:19','2025-05-23 00:51:19','2025-05-23 00:31:19','2025-05-23 00:51:19',NULL,0,0,NULL,NULL),
(6265,'mixpanel','completed',10,'2025-05-23 00:53:21','2025-05-23 00:54:18','2025-05-23 00:51:21','2025-05-23 00:54:18',NULL,0,0,NULL,NULL),
(6266,'subscribers_engagement_score','completed',10,'2025-05-24 02:48:00','2025-05-24 02:49:18','2025-05-23 00:54:18','2025-05-24 02:49:18',NULL,0,0,NULL,NULL),
(6267,'mixpanel','completed',10,'2025-05-23 00:57:20','2025-05-23 00:58:20','2025-05-23 00:54:20','2025-05-23 00:58:20',NULL,0,0,NULL,NULL),
(6268,'mixpanel','completed',10,'2025-05-23 01:54:18','2025-05-23 01:55:18','2025-05-23 01:00:18','2025-05-23 01:55:18',NULL,0,0,NULL,NULL),
(6269,'mixpanel','completed',10,'2025-05-23 02:38:19','2025-05-23 02:40:18','2025-05-23 01:55:19','2025-05-23 02:40:18',NULL,0,0,NULL,NULL),
(6270,'mixpanel','completed',10,'2025-05-23 03:23:19','2025-05-23 03:25:19','2025-05-23 02:40:19','2025-05-23 03:25:19',NULL,0,0,NULL,NULL),
(6271,'mixpanel','completed',10,'2025-05-23 03:59:21','2025-05-23 03:59:21','2025-05-23 03:25:21','2025-05-23 03:59:21',NULL,0,0,NULL,NULL),
(6272,'mixpanel','completed',10,'2025-05-23 04:53:20','2025-05-23 04:54:19','2025-05-23 04:02:20','2025-05-23 04:54:19',NULL,0,0,NULL,NULL),
(6273,'mixpanel','completed',10,'2025-05-23 05:25:21','2025-05-23 05:26:19','2025-05-23 04:54:21','2025-05-23 05:26:19',NULL,0,0,NULL,NULL),
(6274,'mixpanel','completed',10,'2025-05-23 05:58:20','2025-05-23 05:59:22','2025-05-23 05:26:20','2025-05-23 05:59:22',NULL,0,0,NULL,NULL),
(6275,'mixpanel','completed',10,'2025-05-23 06:08:19','2025-05-23 06:10:18','2025-05-23 06:00:19','2025-05-23 06:10:18',NULL,0,0,NULL,NULL),
(6276,'mixpanel','completed',10,'2025-05-23 06:45:20','2025-05-23 06:46:19','2025-05-23 06:10:20','2025-05-23 06:46:19',NULL,0,0,NULL,NULL),
(6277,'mixpanel','completed',10,'2025-05-23 07:26:21','2025-05-23 07:29:18','2025-05-23 06:46:21','2025-05-23 07:29:18',NULL,0,0,NULL,NULL),
(6278,'mixpanel','completed',10,'2025-05-23 07:44:20','2025-05-23 07:44:23','2025-05-23 07:29:20','2025-05-23 07:44:23',NULL,0,0,NULL,NULL),
(6279,'mixpanel','completed',10,'2025-05-23 08:34:25','2025-05-23 08:36:20','2025-05-23 07:44:25','2025-05-23 08:36:20',NULL,0,0,NULL,NULL),
(6280,'mixpanel','completed',10,'2025-05-23 09:05:21','2025-05-23 09:05:21','2025-05-23 08:36:21','2025-05-23 09:05:21',NULL,0,0,NULL,NULL),
(6281,'mixpanel','completed',10,'2025-05-23 09:45:20','2025-05-23 09:47:18','2025-05-23 09:08:20','2025-05-23 09:47:18',NULL,0,0,NULL,NULL),
(6282,'mixpanel','completed',10,'2025-05-23 10:05:19','2025-05-23 10:05:20','2025-05-23 09:47:19','2025-05-23 10:05:20',NULL,0,0,NULL,NULL),
(6283,'mixpanel','completed',10,'2025-05-23 10:14:18','2025-05-23 10:14:20','2025-05-23 10:07:18','2025-05-23 10:14:20',NULL,0,0,NULL,NULL),
(6284,'mixpanel','completed',10,'2025-05-23 10:52:22','2025-05-23 10:54:19','2025-05-23 10:14:22','2025-05-23 10:54:19',NULL,0,0,NULL,NULL),
(6285,'mixpanel','completed',10,'2025-05-23 11:43:21','2025-05-23 11:45:19','2025-05-23 10:54:21','2025-05-23 11:45:19',NULL,0,0,NULL,NULL),
(6286,'mixpanel','completed',10,'2025-05-23 12:23:20','2025-05-23 12:24:20','2025-05-23 11:45:20','2025-05-23 12:24:20',NULL,0,0,NULL,NULL),
(6287,'mixpanel','completed',10,'2025-05-23 13:06:22','2025-05-23 13:08:19','2025-05-23 12:24:22','2025-05-23 13:08:19',NULL,0,0,NULL,NULL),
(6288,'mixpanel','completed',10,'2025-05-23 13:38:21','2025-05-23 13:40:18','2025-05-23 13:08:21','2025-05-23 13:40:18',NULL,0,0,NULL,NULL),
(6289,'mixpanel','completed',10,'2025-05-23 14:11:20','2025-05-23 14:11:20','2025-05-23 13:40:20','2025-05-23 14:11:20',NULL,0,0,NULL,NULL),
(6290,'mixpanel','completed',10,'2025-05-23 14:40:17','2025-05-23 14:40:18','2025-05-23 14:14:17','2025-05-23 14:40:18',NULL,0,0,NULL,NULL),
(6291,'mixpanel','completed',10,'2025-05-23 15:31:20','2025-05-23 15:31:20','2025-05-23 14:40:20','2025-05-23 15:31:20',NULL,0,0,NULL,NULL),
(6292,'mixpanel','completed',10,'2025-05-23 15:34:20','2025-05-23 15:34:22','2025-05-23 15:34:20','2025-05-23 15:34:22',NULL,0,0,NULL,NULL),
(6293,'mixpanel','completed',10,'2025-05-23 16:05:20','2025-05-23 16:07:19','2025-05-23 15:37:20','2025-05-23 16:07:19',NULL,0,0,NULL,NULL),
(6294,'schedule_re_engagement_email','completed',10,'2025-05-24 15:40:21','2025-05-24 15:42:19','2025-05-23 15:40:21','2025-05-24 15:42:19',NULL,0,0,NULL,NULL),
(6295,'mixpanel','completed',10,'2025-05-23 16:40:20','2025-05-23 16:40:21','2025-05-23 16:07:20','2025-05-23 16:40:21',NULL,0,0,NULL,NULL),
(6296,'mixpanel','completed',10,'2025-05-23 17:11:19','2025-05-23 17:12:18','2025-05-23 16:43:19','2025-05-23 17:12:18',NULL,0,0,NULL,NULL),
(6297,'mixpanel','completed',10,'2025-05-23 17:32:20','2025-05-23 17:32:47','2025-05-23 17:12:20','2025-05-23 17:32:47',NULL,0,0,NULL,NULL),
(6298,'mixpanel','completed',10,'2025-05-23 17:45:49','2025-05-23 17:46:06','2025-05-23 17:32:49','2025-05-23 17:46:06',NULL,0,0,NULL,NULL),
(6299,'mixpanel','completed',10,'2025-05-23 18:34:07','2025-05-23 18:36:18','2025-05-23 17:46:07','2025-05-23 18:36:18',NULL,0,0,NULL,NULL),
(6300,'mixpanel','completed',10,'2025-05-23 18:38:20','2025-05-23 18:39:04','2025-05-23 18:36:20','2025-05-23 18:39:04',NULL,0,0,NULL,NULL),
(6301,'mixpanel','completed',10,'2025-05-23 18:44:04','2025-05-23 18:44:18','2025-05-23 18:39:04','2025-05-23 18:44:18',NULL,0,0,NULL,NULL),
(6302,'mixpanel','completed',10,'2025-05-23 18:47:20','2025-05-23 18:47:20','2025-05-23 18:44:20','2025-05-23 18:47:20',NULL,0,0,NULL,NULL),
(6303,'mixpanel','completed',10,'2025-05-23 18:57:21','2025-05-23 18:57:40','2025-05-23 18:50:21','2025-05-23 18:57:40',NULL,0,0,NULL,NULL),
(6304,'mixpanel','completed',10,'2025-05-23 19:18:41','2025-05-23 19:20:26','2025-05-23 18:57:41','2025-05-23 19:20:26',NULL,0,0,NULL,NULL),
(6305,'mixpanel','completed',10,'2025-05-23 19:52:27','2025-05-23 19:53:17','2025-05-23 19:20:27','2025-05-23 19:53:17',NULL,0,0,NULL,NULL),
(6306,'mixpanel','completed',10,'2025-05-23 20:37:18','2025-05-23 20:39:19','2025-05-23 19:53:18','2025-05-23 20:39:19',NULL,0,0,NULL,NULL),
(6307,'mixpanel','completed',10,'2025-05-23 20:51:21','2025-05-23 20:53:08','2025-05-23 20:39:21','2025-05-23 20:53:08',NULL,0,0,NULL,NULL),
(6308,'mixpanel','completed',10,'2025-05-23 21:33:08','2025-05-23 21:35:19','2025-05-23 20:53:08','2025-05-23 21:35:19',NULL,0,0,NULL,NULL),
(6309,'mixpanel','completed',10,'2025-05-23 22:18:20','2025-05-23 22:20:18','2025-05-23 21:35:20','2025-05-23 22:20:18',NULL,0,0,NULL,NULL),
(6310,'mixpanel','completed',10,'2025-05-23 22:25:20','2025-05-23 22:26:19','2025-05-23 22:20:20','2025-05-23 22:26:19',NULL,0,0,NULL,NULL),
(6311,'mixpanel','completed',10,'2025-05-23 23:20:21','2025-05-23 23:22:18','2025-05-23 22:26:21','2025-05-23 23:22:18',NULL,0,0,NULL,NULL),
(6312,'mixpanel','completed',10,'2025-05-23 23:52:19','2025-05-23 23:54:22','2025-05-23 23:22:19','2025-05-23 23:54:22',NULL,0,0,NULL,NULL),
(6313,'mixpanel','completed',10,'2025-05-24 00:27:23','2025-05-24 00:28:19','2025-05-23 23:54:23','2025-05-24 00:28:19',NULL,0,0,NULL,NULL),
(6314,'mixpanel','completed',10,'2025-05-24 00:57:21','2025-05-24 00:58:26','2025-05-24 00:28:21','2025-05-24 00:58:26',NULL,0,0,NULL,NULL),
(6315,'mixpanel','completed',10,'2025-05-24 01:30:28','2025-05-24 01:31:19','2025-05-24 00:58:28','2025-05-24 01:31:19',NULL,0,0,NULL,NULL),
(6316,'mixpanel','completed',10,'2025-05-24 01:50:20','2025-05-24 01:51:19','2025-05-24 01:31:20','2025-05-24 01:51:19',NULL,0,0,NULL,NULL),
(6317,'mixpanel','completed',10,'2025-05-24 02:25:21','2025-05-24 02:26:18','2025-05-24 01:51:21','2025-05-24 02:26:18',NULL,0,0,NULL,NULL),
(6318,'mixpanel','completed',10,'2025-05-24 03:24:19','2025-05-24 03:25:18','2025-05-24 02:26:19','2025-05-24 03:25:18',NULL,0,0,NULL,NULL),
(6319,'subscribers_engagement_score','completed',10,'2025-05-24 02:49:18','2025-05-24 02:49:20','2025-05-24 02:49:18','2025-05-24 02:49:20',NULL,0,0,NULL,NULL),
(6320,'subscribers_engagement_score','completed',10,'2025-05-25 05:53:00','2025-05-25 05:54:17','2025-05-24 02:49:20','2025-05-25 05:54:17',NULL,0,0,NULL,NULL),
(6321,'mixpanel','completed',10,'2025-05-24 03:47:19','2025-05-24 03:48:18','2025-05-24 03:27:19','2025-05-24 03:48:18',NULL,0,0,NULL,NULL),
(6322,'mixpanel','completed',10,'2025-05-24 04:05:20','2025-05-24 04:06:19','2025-05-24 03:48:20','2025-05-24 04:06:19',NULL,0,0,NULL,NULL),
(6323,'mixpanel','completed',10,'2025-05-24 04:12:21','2025-05-24 04:14:21','2025-05-24 04:06:21','2025-05-24 04:14:21',NULL,0,0,NULL,NULL),
(6324,'mixpanel','completed',10,'2025-05-24 04:21:22','2025-05-24 04:23:18','2025-05-24 04:14:22','2025-05-24 04:23:18',NULL,0,0,NULL,NULL),
(6325,'mixpanel','completed',10,'2025-05-24 04:46:20','2025-05-24 04:47:18','2025-05-24 04:23:20','2025-05-24 04:47:18',NULL,0,0,NULL,NULL),
(6326,'mixpanel','completed',10,'2025-05-24 05:33:18','2025-05-24 05:34:18','2025-05-24 04:49:18','2025-05-24 05:34:18',NULL,0,0,NULL,NULL),
(6327,'mixpanel','completed',10,'2025-05-24 05:59:20','2025-05-24 05:59:32','2025-05-24 05:34:20','2025-05-24 05:59:32',NULL,0,0,NULL,NULL),
(6328,'mixpanel','completed',10,'2025-05-24 06:05:33','2025-05-24 06:07:18','2025-05-24 05:59:33','2025-05-24 06:07:18',NULL,0,0,NULL,NULL),
(6329,'mixpanel','completed',10,'2025-05-24 06:56:20','2025-05-24 06:58:17','2025-05-24 06:07:20','2025-05-24 06:58:17',NULL,0,0,NULL,NULL),
(6330,'mixpanel','completed',10,'2025-05-24 07:42:19','2025-05-24 07:42:19','2025-05-24 06:58:19','2025-05-24 07:42:19',NULL,0,0,NULL,NULL),
(6331,'mixpanel','completed',10,'2025-05-24 08:36:18','2025-05-24 08:38:17','2025-05-24 07:45:18','2025-05-24 08:38:17',NULL,0,0,NULL,NULL),
(6332,'mixpanel','completed',10,'2025-05-24 09:13:19','2025-05-24 09:14:18','2025-05-24 08:38:19','2025-05-24 09:14:18',NULL,0,0,NULL,NULL),
(6333,'mixpanel','completed',10,'2025-05-24 10:10:20','2025-05-24 10:11:18','2025-05-24 09:14:20','2025-05-24 10:11:18',NULL,0,0,NULL,NULL),
(6334,'mixpanel','completed',10,'2025-05-24 10:36:19','2025-05-24 10:38:18','2025-05-24 10:11:19','2025-05-24 10:38:18',NULL,0,0,NULL,NULL),
(6335,'mixpanel','completed',10,'2025-05-24 10:48:19','2025-05-24 10:50:19','2025-05-24 10:38:19','2025-05-24 10:50:19',NULL,0,0,NULL,NULL),
(6336,'mixpanel','completed',10,'2025-05-24 10:49:20','2025-05-24 10:53:19','2025-05-24 10:50:20','2025-05-24 10:53:19',NULL,0,0,NULL,NULL),
(6337,'mixpanel','completed',10,'2025-05-24 11:25:20','2025-05-24 11:26:19','2025-05-24 10:53:20','2025-05-24 11:26:19',NULL,0,0,NULL,NULL),
(6338,'mixpanel','completed',10,'2025-05-24 11:45:21','2025-05-24 11:47:18','2025-05-24 11:26:21','2025-05-24 11:47:18',NULL,0,0,NULL,NULL),
(6339,'mixpanel','completed',10,'2025-05-24 11:58:20','2025-05-24 11:59:19','2025-05-24 11:47:20','2025-05-24 11:59:19',NULL,0,0,NULL,NULL),
(6340,'mixpanel','completed',10,'2025-05-24 12:49:20','2025-05-24 12:50:17','2025-05-24 11:59:20','2025-05-24 12:50:17',NULL,0,0,NULL,NULL),
(6341,'mixpanel','completed',10,'2025-05-24 13:20:19','2025-05-24 13:20:20','2025-05-24 12:50:19','2025-05-24 13:20:20',NULL,0,0,NULL,NULL),
(6342,'mixpanel','completed',10,'2025-05-24 13:58:18','2025-05-24 13:58:18','2025-05-24 13:23:18','2025-05-24 13:58:18',NULL,0,0,NULL,NULL),
(6343,'mixpanel','completed',10,'2025-05-24 14:16:20','2025-05-24 14:16:20','2025-05-24 13:58:20','2025-05-24 14:16:20',NULL,0,0,NULL,NULL),
(6344,'mixpanel','completed',10,'2025-05-24 14:45:18','2025-05-24 14:46:18','2025-05-24 14:19:18','2025-05-24 14:46:18',NULL,0,0,NULL,NULL),
(6345,'mixpanel','completed',10,'2025-05-24 15:11:19','2025-05-24 15:13:18','2025-05-24 14:46:19','2025-05-24 15:13:18',NULL,0,0,NULL,NULL),
(6346,'mixpanel','completed',10,'2025-05-24 15:35:19','2025-05-24 15:36:18','2025-05-24 15:13:19','2025-05-24 15:36:18',NULL,0,0,NULL,NULL),
(6347,'mixpanel','completed',10,'2025-05-24 16:31:20','2025-05-24 16:31:20','2025-05-24 15:36:20','2025-05-24 16:31:20',NULL,0,0,NULL,NULL),
(6348,'schedule_re_engagement_email','completed',10,'2025-05-25 15:42:20','2025-05-25 15:44:18','2025-05-24 15:42:20','2025-05-25 15:44:18',NULL,0,0,NULL,NULL),
(6349,'mixpanel','completed',10,'2025-05-24 16:44:18','2025-05-24 16:46:18','2025-05-24 16:34:18','2025-05-24 16:46:18',NULL,0,0,NULL,NULL),
(6350,'mixpanel','completed',10,'2025-05-24 17:28:20','2025-05-24 17:30:17','2025-05-24 16:46:20','2025-05-24 17:30:17',NULL,0,0,NULL,NULL),
(6351,'mixpanel','completed',10,'2025-05-24 17:49:19','2025-05-24 17:51:17','2025-05-24 17:30:19','2025-05-24 17:51:17',NULL,0,0,NULL,NULL),
(6352,'mixpanel','completed',10,'2025-05-24 18:23:19','2025-05-24 18:23:19','2025-05-24 17:51:19','2025-05-24 18:23:19',NULL,0,0,NULL,NULL),
(6353,'mixpanel','completed',10,'2025-05-24 18:54:18','2025-05-24 18:56:18','2025-05-24 18:26:18','2025-05-24 18:56:18',NULL,0,0,NULL,NULL),
(6354,'mixpanel','completed',10,'2025-05-24 19:33:20','2025-05-24 19:34:18','2025-05-24 18:56:20','2025-05-24 19:34:18',NULL,0,0,NULL,NULL),
(6355,'mixpanel','completed',10,'2025-05-24 19:37:19','2025-05-24 19:37:19','2025-05-24 19:34:19','2025-05-24 19:37:19',NULL,0,0,NULL,NULL),
(6356,'mixpanel','completed',10,'2025-05-24 20:20:20','2025-05-24 20:22:18','2025-05-24 19:37:20','2025-05-24 20:22:18',NULL,0,0,NULL,NULL),
(6357,'mixpanel','completed',10,'2025-05-24 20:32:20','2025-05-24 20:34:18','2025-05-24 20:22:20','2025-05-24 20:34:18',NULL,0,0,NULL,NULL),
(6358,'mixpanel','completed',10,'2025-05-24 20:51:20','2025-05-24 20:52:18','2025-05-24 20:34:20','2025-05-24 20:52:18',NULL,0,0,NULL,NULL),
(6359,'mixpanel','completed',10,'2025-05-24 21:28:19','2025-05-24 21:28:19','2025-05-24 20:52:19','2025-05-24 21:28:19',NULL,0,0,NULL,NULL),
(6360,'mixpanel','completed',10,'2025-05-24 22:14:18','2025-05-24 22:15:19','2025-05-24 21:31:18','2025-05-24 22:15:19',NULL,0,0,NULL,NULL),
(6361,'mixpanel','completed',10,'2025-05-24 22:50:20','2025-05-24 22:51:18','2025-05-24 22:15:20','2025-05-24 22:51:18',NULL,0,0,NULL,NULL),
(6362,'mixpanel','completed',10,'2025-05-24 23:39:20','2025-05-24 23:39:20','2025-05-24 22:51:20','2025-05-24 23:39:20',NULL,0,0,NULL,NULL),
(6363,'mixpanel','completed',10,'2025-05-24 23:49:18','2025-05-24 23:51:18','2025-05-24 23:42:18','2025-05-24 23:51:18',NULL,0,0,NULL,NULL),
(6364,'mixpanel','completed',10,'2025-05-25 00:07:20','2025-05-25 00:09:19','2025-05-24 23:51:20','2025-05-25 00:09:19',NULL,0,0,NULL,NULL),
(6365,'mixpanel','completed',10,'2025-05-25 00:51:20','2025-05-25 00:54:18','2025-05-25 00:09:20','2025-05-25 00:54:18',NULL,0,0,NULL,NULL),
(6366,'mixpanel','completed',10,'2025-05-25 01:43:19','2025-05-25 01:43:19','2025-05-25 00:54:19','2025-05-25 01:43:19',NULL,0,0,NULL,NULL),
(6367,'mixpanel','completed',10,'2025-05-25 01:58:18','2025-05-25 02:00:18','2025-05-25 01:45:18','2025-05-25 02:00:18',NULL,0,0,NULL,NULL),
(6368,'mixpanel','completed',10,'2025-05-25 02:56:20','2025-05-25 02:56:20','2025-05-25 02:00:20','2025-05-25 02:56:20',NULL,0,0,NULL,NULL),
(6369,'mixpanel','completed',10,'2025-05-25 03:21:15','2025-05-25 03:22:18','2025-05-25 02:59:15','2025-05-25 03:22:18',NULL,0,0,NULL,NULL),
(6370,'mixpanel','completed',10,'2025-05-25 04:18:19','2025-05-25 04:20:17','2025-05-25 03:22:19','2025-05-25 04:20:17',NULL,0,0,NULL,NULL),
(6371,'mixpanel','completed',10,'2025-05-25 04:38:19','2025-05-25 04:39:19','2025-05-25 04:20:19','2025-05-25 04:39:19',NULL,0,0,NULL,NULL),
(6372,'mixpanel','completed',10,'2025-05-25 05:32:20','2025-05-25 05:33:18','2025-05-25 04:39:20','2025-05-25 05:33:18',NULL,0,0,NULL,NULL),
(6373,'mixpanel','completed',10,'2025-05-25 05:53:20','2025-05-25 05:54:17','2025-05-25 05:33:20','2025-05-25 05:54:17',NULL,0,0,NULL,NULL),
(6374,'subscribers_engagement_score','completed',10,'2025-05-25 05:54:17','2025-05-25 05:54:19','2025-05-25 05:54:17','2025-05-25 05:54:19',NULL,0,0,NULL,NULL),
(6375,'subscribers_engagement_score','completed',10,'2025-05-26 03:13:00','2025-05-26 03:14:37','2025-05-25 05:54:19','2025-05-26 03:14:37',NULL,0,0,NULL,NULL),
(6376,'mixpanel','completed',10,'2025-05-25 06:39:19','2025-05-25 06:39:19','2025-05-25 05:54:19','2025-05-25 06:39:19',NULL,0,0,NULL,NULL),
(6377,'mixpanel','completed',10,'2025-05-25 06:45:20','2025-05-25 06:48:18','2025-05-25 06:39:20','2025-05-25 06:48:18',NULL,0,0,NULL,NULL),
(6378,'mixpanel','completed',10,'2025-05-25 07:22:20','2025-05-25 07:24:18','2025-05-25 06:48:20','2025-05-25 07:24:18',NULL,0,0,NULL,NULL),
(6379,'mixpanel','completed',10,'2025-05-25 07:49:20','2025-05-25 07:51:17','2025-05-25 07:24:20','2025-05-25 07:51:17',NULL,0,0,NULL,NULL),
(6380,'mixpanel','completed',10,'2025-05-25 08:39:19','2025-05-25 08:39:19','2025-05-25 07:51:19','2025-05-25 08:39:19',NULL,0,0,NULL,NULL),
(6381,'mixpanel','completed',10,'2025-05-25 09:34:20','2025-05-25 09:35:19','2025-05-25 08:39:20','2025-05-25 09:35:19',NULL,0,0,NULL,NULL),
(6382,'mixpanel','completed',10,'2025-05-25 09:38:20','2025-05-25 09:38:20','2025-05-25 09:35:20','2025-05-25 09:38:20',NULL,0,0,NULL,NULL),
(6383,'mixpanel','completed',10,'2025-05-25 09:50:18','2025-05-25 09:50:19','2025-05-25 09:41:18','2025-05-25 09:50:19',NULL,0,0,NULL,NULL),
(6384,'mixpanel','completed',10,'2025-05-25 10:37:20','2025-05-25 10:38:18','2025-05-25 09:50:20','2025-05-25 10:38:18',NULL,0,0,NULL,NULL),
(6385,'mixpanel','completed',10,'2025-05-25 11:19:20','2025-05-25 11:20:18','2025-05-25 10:38:20','2025-05-25 11:20:18',NULL,0,0,NULL,NULL),
(6386,'mixpanel','completed',10,'2025-05-25 11:40:20','2025-05-25 11:41:18','2025-05-25 11:20:20','2025-05-25 11:41:18',NULL,0,0,NULL,NULL),
(6387,'mixpanel','completed',10,'2025-05-25 12:04:20','2025-05-25 12:05:18','2025-05-25 11:41:20','2025-05-25 12:05:18',NULL,0,0,NULL,NULL),
(6388,'mixpanel','completed',10,'2025-05-25 12:27:20','2025-05-25 12:28:18','2025-05-25 12:05:20','2025-05-25 12:28:18',NULL,0,0,NULL,NULL),
(6389,'mixpanel','completed',10,'2025-05-25 12:54:19','2025-05-25 12:55:19','2025-05-25 12:29:19','2025-05-25 12:55:19',NULL,0,0,NULL,NULL),
(6390,'mixpanel','completed',10,'2025-05-25 13:28:21','2025-05-25 13:31:19','2025-05-25 12:55:21','2025-05-25 13:31:19',NULL,0,0,NULL,NULL),
(6391,'mixpanel','completed',10,'2025-05-25 13:44:21','2025-05-25 13:45:18','2025-05-25 13:31:21','2025-05-25 13:45:18',NULL,0,0,NULL,NULL),
(6392,'mixpanel','completed',10,'2025-05-25 14:16:20','2025-05-25 14:18:18','2025-05-25 13:45:20','2025-05-25 14:18:18',NULL,0,0,NULL,NULL),
(6393,'mixpanel','completed',10,'2025-05-25 15:14:19','2025-05-25 15:14:20','2025-05-25 14:18:19','2025-05-25 15:14:20',NULL,0,0,NULL,NULL),
(6394,'mixpanel','completed',10,'2025-05-25 15:57:18','2025-05-25 15:58:18','2025-05-25 15:17:18','2025-05-25 15:58:18',NULL,0,0,NULL,NULL),
(6395,'schedule_re_engagement_email','completed',10,'2025-05-26 15:44:20','2025-05-26 15:46:19','2025-05-25 15:44:20','2025-05-26 15:46:19',NULL,0,0,NULL,NULL),
(6396,'mixpanel','completed',10,'2025-05-25 16:40:20','2025-05-25 16:42:22','2025-05-25 15:58:20','2025-05-25 16:42:22',NULL,0,0,NULL,NULL),
(6397,'mixpanel','completed',10,'2025-05-25 17:14:24','2025-05-25 17:16:20','2025-05-25 16:42:24','2025-05-25 17:16:20',NULL,0,0,NULL,NULL),
(6398,'mixpanel','completed',10,'2025-05-25 18:02:22','2025-05-25 18:02:22','2025-05-25 17:16:22','2025-05-25 18:02:22',NULL,0,0,NULL,NULL),
(6399,'mixpanel','completed',10,'2025-05-25 18:22:40','2025-05-25 18:25:20','2025-05-25 18:03:40','2025-05-25 18:25:20',NULL,0,0,NULL,NULL),
(6400,'mixpanel','completed',10,'2025-05-25 18:47:21','2025-05-25 18:47:23','2025-05-25 18:25:21','2025-05-25 18:47:23',NULL,0,0,NULL,NULL),
(6401,'mixpanel','completed',10,'2025-05-25 19:33:24','2025-05-25 19:34:20','2025-05-25 18:47:24','2025-05-25 19:34:20',NULL,0,0,NULL,NULL),
(6402,'mixpanel','completed',10,'2025-05-25 19:40:21','2025-05-25 19:42:18','2025-05-25 19:34:21','2025-05-25 19:42:18',NULL,0,0,NULL,NULL),
(6403,'mixpanel','completed',10,'2025-05-25 20:36:20','2025-05-25 20:38:18','2025-05-25 19:42:20','2025-05-25 20:38:18',NULL,0,0,NULL,NULL),
(6404,'mixpanel','completed',10,'2025-05-25 21:09:19','2025-05-25 21:10:43','2025-05-25 20:38:19','2025-05-25 21:10:43',NULL,0,0,NULL,NULL),
(6405,'mixpanel','completed',10,'2025-05-25 21:27:44','2025-05-25 21:28:18','2025-05-25 21:10:44','2025-05-25 21:28:18',NULL,0,0,NULL,NULL),
(6406,'mixpanel','completed',10,'2025-05-25 21:35:19','2025-05-25 21:35:19','2025-05-25 21:28:19','2025-05-25 21:35:19',NULL,0,0,NULL,NULL),
(6407,'mixpanel','completed',10,'2025-05-25 21:46:18','2025-05-25 21:47:18','2025-05-25 21:37:18','2025-05-25 21:47:18',NULL,0,0,NULL,NULL),
(6408,'mixpanel','completed',10,'2025-05-25 21:55:19','2025-05-25 21:55:19','2025-05-25 21:48:19','2025-05-25 21:55:19',NULL,0,0,NULL,NULL),
(6409,'mixpanel','completed',10,'2025-05-25 22:27:06','2025-05-25 22:29:18','2025-05-25 21:57:06','2025-05-25 22:29:18',NULL,0,0,NULL,NULL),
(6410,'mixpanel','completed',10,'2025-05-25 22:32:20','2025-05-25 22:32:20','2025-05-25 22:29:20','2025-05-25 22:32:20',NULL,0,0,NULL,NULL),
(6411,'mixpanel','completed',10,'2025-05-25 23:16:18','2025-05-25 23:18:18','2025-05-25 22:35:18','2025-05-25 23:18:18',NULL,0,0,NULL,NULL),
(6412,'mixpanel','completed',10,'2025-05-25 23:47:19','2025-05-25 23:47:50','2025-05-25 23:18:19','2025-05-25 23:47:50',NULL,0,0,NULL,NULL),
(6413,'mixpanel','completed',10,'2025-05-26 00:39:50','2025-05-26 00:42:17','2025-05-25 23:47:50','2025-05-26 00:42:17',NULL,0,0,NULL,NULL),
(6414,'mixpanel','completed',10,'2025-05-26 01:20:19','2025-05-26 01:20:19','2025-05-26 00:42:19','2025-05-26 01:20:19',NULL,0,0,NULL,NULL),
(6415,'mixpanel','completed',10,'2025-05-26 01:49:18','2025-05-26 01:51:17','2025-05-26 01:22:18','2025-05-26 01:51:17',NULL,0,0,NULL,NULL),
(6416,'mixpanel','completed',10,'2025-05-26 02:36:19','2025-05-26 02:37:11','2025-05-26 01:51:19','2025-05-26 02:37:11',NULL,0,0,NULL,NULL),
(6417,'mixpanel','completed',10,'2025-05-26 02:43:12','2025-05-26 02:44:18','2025-05-26 02:37:12','2025-05-26 02:44:18',NULL,0,0,NULL,NULL),
(6418,'mixpanel','completed',10,'2025-05-26 03:01:19','2025-05-26 03:01:19','2025-05-26 02:44:19','2025-05-26 03:01:19',NULL,0,0,NULL,NULL),
(6419,'mixpanel','completed',10,'2025-05-26 03:53:20','2025-05-26 03:54:18','2025-05-26 03:01:20','2025-05-26 03:54:18',NULL,0,0,NULL,NULL),
(6420,'subscribers_engagement_score','completed',10,'2025-05-27 06:06:00','2025-05-27 06:07:36','2025-05-26 03:14:37','2025-05-27 06:07:36',NULL,0,0,NULL,NULL),
(6421,'mixpanel','completed',10,'2025-05-26 04:12:20','2025-05-26 04:13:19','2025-05-26 03:54:20','2025-05-26 04:13:19',NULL,0,0,NULL,NULL),
(6422,'mixpanel','completed',10,'2025-05-26 05:02:21','2025-05-26 05:04:11','2025-05-26 04:13:21','2025-05-26 05:04:11',NULL,0,0,NULL,NULL),
(6423,'mixpanel','completed',10,'2025-05-26 05:56:18','2025-05-26 05:56:18','2025-05-26 05:05:18','2025-05-26 05:56:18',NULL,0,0,NULL,NULL),
(6424,'mixpanel','completed',10,'2025-05-26 06:32:20','2025-05-26 06:33:17','2025-05-26 05:56:20','2025-05-26 06:33:17',NULL,0,0,NULL,NULL),
(6425,'mixpanel','completed',10,'2025-05-26 07:30:19','2025-05-26 07:30:51','2025-05-26 06:33:19','2025-05-26 07:30:51',NULL,0,0,NULL,NULL),
(6426,'mixpanel','completed',10,'2025-05-26 07:52:51','2025-05-26 07:54:19','2025-05-26 07:30:51','2025-05-26 07:54:19',NULL,0,0,NULL,NULL),
(6427,'mixpanel','completed',10,'2025-05-26 08:07:20','2025-05-26 08:08:18','2025-05-26 07:54:20','2025-05-26 08:08:18',NULL,0,0,NULL,NULL),
(6428,'mixpanel','completed',10,'2025-05-26 08:13:20','2025-05-26 08:14:18','2025-05-26 08:08:20','2025-05-26 08:14:18',NULL,0,0,NULL,NULL),
(6429,'mixpanel','completed',10,'2025-05-26 08:23:20','2025-05-26 08:26:18','2025-05-26 08:14:20','2025-05-26 08:26:18',NULL,0,0,NULL,NULL),
(6430,'mixpanel','completed',10,'2025-05-26 08:51:19','2025-05-26 08:53:19','2025-05-26 08:26:19','2025-05-26 08:53:19',NULL,0,0,NULL,NULL),
(6431,'mixpanel','completed',10,'2025-05-26 09:26:21','2025-05-26 09:27:18','2025-05-26 08:53:21','2025-05-26 09:27:18',NULL,0,0,NULL,NULL),
(6432,'mixpanel','completed',10,'2025-05-26 09:43:19','2025-05-26 09:44:19','2025-05-26 09:29:19','2025-05-26 09:44:19',NULL,0,0,NULL,NULL),
(6433,'mixpanel','completed',10,'2025-05-26 10:04:20','2025-05-26 10:04:20','2025-05-26 09:44:20','2025-05-26 10:04:20',NULL,0,0,NULL,NULL),
(6434,'mixpanel','completed',10,'2025-05-26 10:36:18','2025-05-26 10:37:47','2025-05-26 10:07:18','2025-05-26 10:37:47',NULL,0,0,NULL,NULL),
(6435,'mixpanel','completed',10,'2025-05-26 10:47:49','2025-05-26 10:49:03','2025-05-26 10:37:49','2025-05-26 10:49:03',NULL,0,0,NULL,NULL),
(6436,'mixpanel','completed',10,'2025-05-26 10:58:05','2025-05-26 10:59:18','2025-05-26 10:49:05','2025-05-26 10:59:18',NULL,0,0,NULL,NULL),
(6437,'mixpanel','completed',10,'2025-05-26 11:26:19','2025-05-26 11:26:57','2025-05-26 10:59:19','2025-05-26 11:26:57',NULL,0,0,NULL,NULL),
(6438,'mixpanel','completed',10,'2025-05-26 12:01:59','2025-05-26 12:03:50','2025-05-26 11:26:59','2025-05-26 12:03:50',NULL,0,0,NULL,NULL),
(6439,'mixpanel','completed',10,'2025-05-26 12:31:52','2025-05-26 12:32:31','2025-05-26 12:03:52','2025-05-26 12:32:31',NULL,0,0,NULL,NULL),
(6440,'mixpanel','completed',10,'2025-05-26 13:18:32','2025-05-26 13:20:40','2025-05-26 12:32:32','2025-05-26 13:20:40',NULL,0,0,NULL,NULL),
(6441,'mixpanel','completed',10,'2025-05-26 14:01:41','2025-05-26 14:03:41','2025-05-26 13:20:41','2025-05-26 14:03:41',NULL,0,0,NULL,NULL),
(6442,'mixpanel','completed',10,'2025-05-26 14:03:43','2025-05-26 14:05:44','2025-05-26 14:03:43','2025-05-26 14:05:44',NULL,0,0,NULL,NULL),
(6443,'mixpanel','completed',10,'2025-05-26 14:18:46','2025-05-26 14:20:04','2025-05-26 14:05:46','2025-05-26 14:20:04',NULL,0,0,NULL,NULL),
(6444,'mixpanel','completed',10,'2025-05-26 15:00:06','2025-05-26 15:01:03','2025-05-26 14:20:06','2025-05-26 15:01:03',NULL,0,0,NULL,NULL),
(6445,'mixpanel','completed',10,'2025-05-26 15:53:04','2025-05-26 15:55:19','2025-05-26 15:01:04','2025-05-26 15:55:19',NULL,0,0,NULL,NULL),
(6446,'schedule_re_engagement_email','completed',10,'2025-05-27 15:46:21','2025-05-27 15:46:22','2025-05-26 15:46:21','2025-05-27 15:46:22',NULL,0,0,NULL,NULL),
(6447,'mixpanel','completed',10,'2025-05-26 16:30:20','2025-05-26 16:31:53','2025-05-26 15:55:20','2025-05-26 16:31:53',NULL,0,0,NULL,NULL),
(6448,'mixpanel','completed',10,'2025-05-26 17:21:53','2025-05-26 17:23:20','2025-05-26 16:31:53','2025-05-26 17:23:20',NULL,0,0,NULL,NULL),
(6449,'mixpanel','completed',10,'2025-05-26 17:41:22','2025-05-26 17:41:31','2025-05-26 17:23:22','2025-05-26 17:41:31',NULL,0,0,NULL,NULL),
(6450,'mixpanel','completed',10,'2025-05-26 18:27:31','2025-05-26 18:28:53','2025-05-26 17:41:31','2025-05-26 18:28:53',NULL,0,0,NULL,NULL),
(6451,'mixpanel','completed',10,'2025-05-26 18:48:55','2025-05-26 18:49:23','2025-05-26 18:28:55','2025-05-26 18:49:23',NULL,0,0,NULL,NULL),
(6452,'mixpanel','completed',10,'2025-05-26 19:19:24','2025-05-26 19:20:11','2025-05-26 18:49:24','2025-05-26 19:20:11',NULL,0,0,NULL,NULL),
(6453,'mixpanel','completed',10,'2025-05-26 19:44:13','2025-05-26 19:44:44','2025-05-26 19:20:13','2025-05-26 19:44:44',NULL,0,0,NULL,NULL),
(6454,'mixpanel','completed',10,'2025-05-26 20:14:38','2025-05-26 20:16:32','2025-05-26 19:45:38','2025-05-26 20:16:32',NULL,0,0,NULL,NULL),
(6455,'mixpanel','completed',10,'2025-05-26 21:03:34','2025-05-26 21:04:22','2025-05-26 20:16:34','2025-05-26 21:04:22',NULL,0,0,NULL,NULL),
(6456,'mixpanel','completed',10,'2025-05-26 21:05:24','2025-05-26 21:06:44','2025-05-26 21:04:24','2025-05-26 21:06:44',NULL,0,0,NULL,NULL),
(6457,'mixpanel','completed',10,'2025-05-26 21:22:44','2025-05-26 21:25:10','2025-05-26 21:06:44','2025-05-26 21:25:10',NULL,0,0,NULL,NULL),
(6458,'mixpanel','completed',10,'2025-05-26 21:27:11','2025-05-26 21:27:13','2025-05-26 21:25:11','2025-05-26 21:27:13',NULL,0,0,NULL,NULL),
(6459,'mixpanel','completed',10,'2025-05-26 22:12:14','2025-05-26 22:14:20','2025-05-26 21:27:14','2025-05-26 22:14:20',NULL,0,0,NULL,NULL),
(6460,'mixpanel','completed',10,'2025-05-26 22:49:22','2025-05-26 22:51:13','2025-05-26 22:14:22','2025-05-26 22:51:13',NULL,0,0,NULL,NULL),
(6461,'mixpanel','completed',10,'2025-05-26 23:32:14','2025-05-26 23:33:13','2025-05-26 22:51:14','2025-05-26 23:33:13',NULL,0,0,NULL,NULL),
(6462,'mixpanel','completed',10,'2025-05-26 23:55:14','2025-05-26 23:55:45','2025-05-26 23:33:14','2025-05-26 23:55:45',NULL,0,0,NULL,NULL),
(6463,'mixpanel','completed',10,'2025-05-27 00:47:47','2025-05-27 00:48:27','2025-05-26 23:55:47','2025-05-27 00:48:27',NULL,0,0,NULL,NULL),
(6464,'mixpanel','completed',10,'2025-05-27 01:40:27','2025-05-27 01:42:18','2025-05-27 00:48:27','2025-05-27 01:42:18',NULL,0,0,NULL,NULL),
(6465,'mixpanel','completed',10,'2025-05-27 02:30:19','2025-05-27 02:30:26','2025-05-27 01:42:19','2025-05-27 02:30:26',NULL,0,0,NULL,NULL),
(6466,'mixpanel','completed',10,'2025-05-27 02:40:28','2025-05-27 02:40:41','2025-05-27 02:30:28','2025-05-27 02:40:41',NULL,0,0,NULL,NULL),
(6467,'mixpanel','completed',10,'2025-05-27 03:25:42','2025-05-27 03:25:45','2025-05-27 02:40:42','2025-05-27 03:25:45',NULL,0,0,NULL,NULL),
(6468,'mixpanel','completed',10,'2025-05-27 04:12:47','2025-05-27 04:12:52','2025-05-27 03:25:47','2025-05-27 04:12:52',NULL,0,0,NULL,NULL),
(6469,'mixpanel','completed',10,'2025-05-27 05:06:54','2025-05-27 05:08:11','2025-05-27 04:12:54','2025-05-27 05:08:11',NULL,0,0,NULL,NULL),
(6470,'mixpanel','completed',10,'2025-05-27 05:47:13','2025-05-27 05:47:34','2025-05-27 05:08:13','2025-05-27 05:47:34',NULL,0,0,NULL,NULL),
(6471,'mixpanel','completed',10,'2025-05-27 06:07:35','2025-05-27 06:07:36','2025-05-27 05:47:35','2025-05-27 06:07:36',NULL,0,0,NULL,NULL),
(6472,'subscribers_engagement_score','completed',10,'2025-05-27 06:07:36','2025-05-27 06:07:38','2025-05-27 06:07:36','2025-05-27 06:07:38',NULL,0,0,NULL,NULL),
(6473,'subscribers_engagement_score','completed',10,'2025-05-28 06:13:00','2025-05-28 06:13:03','2025-05-27 06:07:38','2025-05-28 06:13:03',NULL,0,0,NULL,NULL),
(6474,'mixpanel','completed',10,'2025-05-27 06:52:38','2025-05-27 06:52:40','2025-05-27 06:07:38','2025-05-27 06:52:40',NULL,0,0,NULL,NULL),
(6475,'mixpanel','completed',10,'2025-05-27 07:03:42','2025-05-27 07:03:56','2025-05-27 06:52:42','2025-05-27 07:03:56',NULL,0,0,NULL,NULL),
(6476,'mixpanel','completed',10,'2025-05-27 07:26:57','2025-05-27 07:27:29','2025-05-27 07:03:57','2025-05-27 07:27:29',NULL,0,0,NULL,NULL),
(6477,'mixpanel','completed',10,'2025-05-27 08:11:31','2025-05-27 08:12:34','2025-05-27 07:27:31','2025-05-27 08:12:34',NULL,0,0,NULL,NULL),
(6478,'mixpanel','completed',10,'2025-05-27 08:51:35','2025-05-27 08:53:32','2025-05-27 08:12:35','2025-05-27 08:53:32',NULL,0,0,NULL,NULL),
(6479,'mixpanel','completed',10,'2025-05-27 09:00:33','2025-05-27 09:01:43','2025-05-27 08:53:33','2025-05-27 09:01:43',NULL,0,0,NULL,NULL),
(6480,'mixpanel','completed',10,'2025-05-27 09:59:45','2025-05-27 10:00:07','2025-05-27 09:01:45','2025-05-27 10:00:07',NULL,0,0,NULL,NULL),
(6481,'mixpanel','completed',10,'2025-05-27 10:31:09','2025-05-27 10:31:53','2025-05-27 10:00:09','2025-05-27 10:31:53',NULL,0,0,NULL,NULL),
(6482,'mixpanel','completed',10,'2025-05-27 11:12:55','2025-05-27 11:14:55','2025-05-27 10:31:55','2025-05-27 11:14:55',NULL,0,0,NULL,NULL),
(6483,'mixpanel','completed',10,'2025-05-27 11:33:56','2025-05-27 11:35:24','2025-05-27 11:14:56','2025-05-27 11:35:24',NULL,0,0,NULL,NULL),
(6484,'mixpanel','completed',10,'2025-05-27 12:22:25','2025-05-27 12:23:32','2025-05-27 11:35:25','2025-05-27 12:23:32',NULL,0,0,NULL,NULL),
(6485,'mixpanel','completed',10,'2025-05-27 13:18:33','2025-05-27 13:19:52','2025-05-27 12:23:33','2025-05-27 13:19:52',NULL,0,0,NULL,NULL),
(6486,'mixpanel','completed',10,'2025-05-27 14:05:53','2025-05-27 14:05:58','2025-05-27 13:19:53','2025-05-27 14:05:58',NULL,0,0,NULL,NULL),
(6487,'mixpanel','completed',10,'2025-05-27 14:40:58','2025-05-27 14:41:50','2025-05-27 14:05:58','2025-05-27 14:41:50',NULL,0,0,NULL,NULL),
(6488,'mixpanel','completed',10,'2025-05-27 15:14:51','2025-05-27 15:16:39','2025-05-27 14:41:51','2025-05-27 15:16:39',NULL,0,0,NULL,NULL),
(6489,'mixpanel','completed',10,'2025-05-27 15:25:41','2025-05-27 15:27:55','2025-05-27 15:16:41','2025-05-27 15:27:55',NULL,0,0,NULL,NULL),
(6490,'mixpanel','completed',10,'2025-05-27 15:39:57','2025-05-27 15:40:13','2025-05-27 15:27:57','2025-05-27 15:40:13',NULL,0,0,NULL,NULL),
(6491,'mixpanel','completed',10,'2025-05-27 16:23:15','2025-05-27 16:23:15','2025-05-27 15:40:15','2025-05-27 16:23:15',NULL,0,0,NULL,NULL),
(6492,'schedule_re_engagement_email','completed',10,'2025-05-28 15:46:23','2025-05-28 15:47:50','2025-05-27 15:46:23','2025-05-28 15:47:50',NULL,0,0,NULL,NULL),
(6493,'mixpanel','completed',10,'2025-05-27 17:05:16','2025-05-27 17:05:16','2025-05-27 16:23:16','2025-05-27 17:05:16',NULL,0,0,NULL,NULL),
(6494,'mixpanel','completed',10,'2025-05-27 17:10:18','2025-05-27 17:11:24','2025-05-27 17:07:18','2025-05-27 17:11:24',NULL,0,0,NULL,NULL),
(6495,'mixpanel','completed',10,'2025-05-27 17:18:25','2025-05-27 17:20:37','2025-05-27 17:11:25','2025-05-27 17:20:37',NULL,0,0,NULL,NULL),
(6496,'mixpanel','completed',10,'2025-05-27 18:11:39','2025-05-27 18:11:49','2025-05-27 17:20:39','2025-05-27 18:11:49',NULL,0,0,NULL,NULL),
(6497,'mixpanel','completed',10,'2025-05-27 18:50:51','2025-05-27 18:51:46','2025-05-27 18:11:51','2025-05-27 18:51:46',NULL,0,0,NULL,NULL),
(6498,'mixpanel','completed',10,'2025-05-27 19:39:48','2025-05-27 19:41:00','2025-05-27 18:51:48','2025-05-27 19:41:00',NULL,0,0,NULL,NULL),
(6499,'mixpanel','completed',10,'2025-05-27 19:48:02','2025-05-27 19:48:10','2025-05-27 19:41:02','2025-05-27 19:48:10',NULL,0,0,NULL,NULL),
(6500,'mixpanel','completed',10,'2025-05-27 20:33:12','2025-05-27 20:33:14','2025-05-27 19:48:12','2025-05-27 20:33:14',NULL,0,0,NULL,NULL),
(6501,'mixpanel','completed',10,'2025-05-27 21:01:16','2025-05-27 21:01:55','2025-05-27 20:33:16','2025-05-27 21:01:55',NULL,0,0,NULL,NULL),
(6502,'mixpanel','completed',10,'2025-05-27 21:07:57','2025-05-27 21:10:07','2025-05-27 21:01:57','2025-05-27 21:10:07',NULL,0,0,NULL,NULL),
(6503,'mixpanel','completed',10,'2025-05-27 21:18:08','2025-05-27 21:18:18','2025-05-27 21:10:08','2025-05-27 21:18:18',NULL,0,0,NULL,NULL),
(6504,'mixpanel','completed',10,'2025-05-27 22:14:20','2025-05-27 22:15:39','2025-05-27 21:18:20','2025-05-27 22:15:39',NULL,0,0,NULL,NULL),
(6505,'mixpanel','completed',10,'2025-05-27 22:21:41','2025-05-27 22:21:48','2025-05-27 22:15:41','2025-05-27 22:21:48',NULL,0,0,NULL,NULL),
(6506,'mixpanel','completed',10,'2025-05-27 23:02:50','2025-05-27 23:04:21','2025-05-27 22:21:50','2025-05-27 23:04:21',NULL,0,0,NULL,NULL),
(6507,'mixpanel','completed',10,'2025-05-27 23:45:23','2025-05-27 23:46:48','2025-05-27 23:04:23','2025-05-27 23:46:48',NULL,0,0,NULL,NULL),
(6508,'mixpanel','completed',10,'2025-05-28 00:06:50','2025-05-28 00:08:19','2025-05-27 23:46:50','2025-05-28 00:08:19',NULL,0,0,NULL,NULL),
(6509,'inactive_subscribers','completed',10,'2025-06-03 00:00:00','2025-06-03 00:02:01','2025-05-28 00:00:07','2025-06-03 00:02:01',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(6510,'mixpanel','completed',10,'2025-05-28 00:28:20','2025-05-28 00:29:49','2025-05-28 00:08:20','2025-05-28 00:29:49',NULL,0,0,NULL,NULL),
(6511,'mixpanel','completed',10,'2025-05-28 01:12:51','2025-05-28 01:12:51','2025-05-28 00:29:51','2025-05-28 01:12:51',NULL,0,0,NULL,NULL),
(6512,'mixpanel','completed',10,'2025-05-28 01:19:52','2025-05-28 01:21:03','2025-05-28 01:12:52','2025-05-28 01:21:03',NULL,0,0,NULL,NULL),
(6513,'mixpanel','completed',10,'2025-05-28 01:50:04','2025-05-28 01:51:48','2025-05-28 01:21:04','2025-05-28 01:51:48',NULL,0,0,NULL,NULL),
(6514,'mixpanel','completed',10,'2025-05-28 02:36:49','2025-05-28 02:36:53','2025-05-28 01:51:49','2025-05-28 02:36:53',NULL,0,0,NULL,NULL),
(6515,'mixpanel','completed',10,'2025-05-28 03:29:54','2025-05-28 03:30:09','2025-05-28 02:36:54','2025-05-28 03:30:09',NULL,0,0,NULL,NULL),
(6516,'mixpanel','completed',10,'2025-05-28 03:55:11','2025-05-28 03:56:48','2025-05-28 03:30:11','2025-05-28 03:56:48',NULL,0,0,NULL,NULL),
(6517,'mixpanel','completed',10,'2025-05-28 04:20:49','2025-05-28 04:22:24','2025-05-28 03:56:49','2025-05-28 04:22:24',NULL,0,0,NULL,NULL),
(6518,'mixpanel','completed',10,'2025-05-28 04:29:26','2025-05-28 04:30:36','2025-05-28 04:22:26','2025-05-28 04:30:36',NULL,0,0,NULL,NULL),
(6519,'mixpanel','completed',10,'2025-05-28 04:47:38','2025-05-28 04:49:03','2025-05-28 04:30:38','2025-05-28 04:49:03',NULL,0,0,NULL,NULL),
(6520,'mixpanel','completed',10,'2025-05-28 05:22:04','2025-05-28 05:23:52','2025-05-28 04:49:04','2025-05-28 05:23:52',NULL,0,0,NULL,NULL),
(6521,'mixpanel','completed',10,'2025-05-28 05:39:54','2025-05-28 05:40:16','2025-05-28 05:23:54','2025-05-28 05:40:16',NULL,0,0,NULL,NULL),
(6522,'mixpanel','completed',10,'2025-05-28 06:23:17','2025-05-28 06:23:17','2025-05-28 05:40:17','2025-05-28 06:23:17',NULL,0,0,NULL,NULL),
(6523,'subscribers_engagement_score','completed',10,'2025-05-28 06:13:03','2025-05-28 06:13:04','2025-05-28 06:13:03','2025-05-28 06:13:04',NULL,0,0,NULL,NULL),
(6524,'subscribers_engagement_score','completed',10,'2025-05-29 05:56:00','2025-05-29 05:57:15','2025-05-28 06:13:04','2025-05-29 05:57:15',NULL,0,0,NULL,NULL),
(6525,'mixpanel','completed',10,'2025-05-28 07:19:19','2025-05-28 07:19:40','2025-05-28 06:23:19','2025-05-28 07:19:40',NULL,0,0,NULL,NULL),
(6526,'mixpanel','completed',10,'2025-05-28 07:41:42','2025-05-28 07:42:13','2025-05-28 07:19:42','2025-05-28 07:42:13',NULL,0,0,NULL,NULL),
(6527,'mixpanel','completed',10,'2025-05-28 08:14:14','2025-05-28 08:15:00','2025-05-28 07:42:14','2025-05-28 08:15:00',NULL,0,0,NULL,NULL),
(6528,'mixpanel','completed',10,'2025-05-28 08:16:01','2025-05-28 08:17:03','2025-05-28 08:15:01','2025-05-28 08:17:03',NULL,0,0,NULL,NULL),
(6529,'mixpanel','completed',10,'2025-05-28 09:08:04','2025-05-28 09:08:16','2025-05-28 08:17:04','2025-05-28 09:08:16',NULL,0,0,NULL,NULL),
(6530,'mixpanel','completed',10,'2025-05-28 09:39:18','2025-05-28 09:41:04','2025-05-28 09:08:18','2025-05-28 09:41:04',NULL,0,0,NULL,NULL),
(6531,'mixpanel','completed',10,'2025-05-28 10:17:05','2025-05-28 10:18:58','2025-05-28 09:41:05','2025-05-28 10:18:58',NULL,0,0,NULL,NULL),
(6532,'mixpanel','completed',10,'2025-05-28 10:55:00','2025-05-28 10:55:51','2025-05-28 10:19:00','2025-05-28 10:55:51',NULL,0,0,NULL,NULL),
(6533,'mixpanel','completed',10,'2025-05-28 10:55:53','2025-05-28 10:57:54','2025-05-28 10:55:53','2025-05-28 10:57:54',NULL,0,0,NULL,NULL),
(6534,'mixpanel','completed',10,'2025-05-28 11:27:56','2025-05-28 11:28:39','2025-05-28 10:57:56','2025-05-28 11:28:39',NULL,0,0,NULL,NULL),
(6535,'mixpanel','completed',10,'2025-05-28 11:45:40','2025-05-28 11:47:05','2025-05-28 11:28:40','2025-05-28 11:47:05',NULL,0,0,NULL,NULL),
(6536,'mixpanel','completed',10,'2025-05-28 12:31:07','2025-05-28 12:32:10','2025-05-28 11:47:07','2025-05-28 12:32:10',NULL,0,0,NULL,NULL),
(6537,'mixpanel','completed',10,'2025-05-28 12:59:11','2025-05-28 13:00:51','2025-05-28 12:32:11','2025-05-28 13:00:51',NULL,0,0,NULL,NULL),
(6538,'mixpanel','completed',10,'2025-05-28 13:32:52','2025-05-28 13:33:38','2025-05-28 13:00:52','2025-05-28 13:33:38',NULL,0,0,NULL,NULL),
(6539,'mixpanel','completed',10,'2025-05-28 13:32:39','2025-05-28 13:35:40','2025-05-28 13:33:39','2025-05-28 13:35:40',NULL,0,0,NULL,NULL),
(6540,'mixpanel','completed',10,'2025-05-28 14:32:42','2025-05-28 14:35:05','2025-05-28 13:35:42','2025-05-28 14:35:05',NULL,0,0,NULL,NULL),
(6541,'mixpanel','completed',10,'2025-05-28 14:45:07','2025-05-28 14:45:20','2025-05-28 14:35:07','2025-05-28 14:45:20',NULL,0,0,NULL,NULL),
(6542,'mixpanel','completed',10,'2025-05-28 15:35:22','2025-05-28 15:37:34','2025-05-28 14:45:22','2025-05-28 15:37:34',NULL,0,0,NULL,NULL),
(6543,'mixpanel','completed',10,'2025-05-28 15:56:35','2025-05-28 15:58:05','2025-05-28 15:37:35','2025-05-28 15:58:05',NULL,0,0,NULL,NULL),
(6544,'schedule_re_engagement_email','completed',10,'2025-05-29 15:47:52','2025-05-29 15:49:11','2025-05-28 15:47:52','2025-05-29 15:49:11',NULL,0,0,NULL,NULL),
(6545,'mixpanel','completed',10,'2025-05-28 16:08:07','2025-05-28 16:08:20','2025-05-28 15:58:07','2025-05-28 16:08:20',NULL,0,0,NULL,NULL),
(6546,'mixpanel','completed',10,'2025-05-28 16:39:21','2025-05-28 16:41:07','2025-05-28 16:08:21','2025-05-28 16:41:07',NULL,0,0,NULL,NULL),
(6547,'mixpanel','completed',10,'2025-05-28 17:32:09','2025-05-28 17:32:20','2025-05-28 16:41:09','2025-05-28 17:32:20',NULL,0,0,NULL,NULL),
(6548,'mixpanel','completed',10,'2025-05-28 18:16:22','2025-05-28 18:17:25','2025-05-28 17:32:22','2025-05-28 18:17:25',NULL,0,0,NULL,NULL),
(6549,'mixpanel','completed',10,'2025-05-28 18:24:27','2025-05-28 18:25:37','2025-05-28 18:17:27','2025-05-28 18:25:37',NULL,0,0,NULL,NULL),
(6550,'mixpanel','completed',10,'2025-05-28 19:10:39','2025-05-28 19:10:48','2025-05-28 18:25:39','2025-05-28 19:10:48',NULL,0,0,NULL,NULL),
(6551,'mixpanel','completed',10,'2025-05-28 19:38:49','2025-05-28 19:39:29','2025-05-28 19:10:49','2025-05-28 19:39:29',NULL,0,0,NULL,NULL),
(6552,'mixpanel','completed',10,'2025-05-28 20:02:30','2025-05-28 20:04:04','2025-05-28 19:39:30','2025-05-28 20:04:04',NULL,0,0,NULL,NULL),
(6553,'mixpanel','completed',10,'2025-05-28 20:36:06','2025-05-28 20:36:51','2025-05-28 20:04:06','2025-05-28 20:36:51',NULL,0,0,NULL,NULL),
(6554,'mixpanel','completed',10,'2025-05-28 21:09:53','2025-05-28 21:11:41','2025-05-28 20:36:53','2025-05-28 21:11:41',NULL,0,0,NULL,NULL),
(6555,'mixpanel','completed',10,'2025-05-28 21:52:43','2025-05-28 21:54:43','2025-05-28 21:11:43','2025-05-28 21:54:43',NULL,0,0,NULL,NULL),
(6556,'mixpanel','completed',10,'2025-05-28 22:48:44','2025-05-28 22:50:02','2025-05-28 21:54:44','2025-05-28 22:50:02',NULL,0,0,NULL,NULL),
(6557,'mixpanel','completed',10,'2025-05-28 23:02:04','2025-05-28 23:02:20','2025-05-28 22:50:04','2025-05-28 23:02:20',NULL,0,0,NULL,NULL),
(6558,'mixpanel','completed',10,'2025-05-28 23:26:21','2025-05-28 23:26:55','2025-05-28 23:02:21','2025-05-28 23:26:55',NULL,0,0,NULL,NULL),
(6559,'mixpanel','completed',10,'2025-05-29 00:20:56','2025-05-29 00:21:13','2025-05-28 23:26:56','2025-05-29 00:21:13',NULL,0,0,NULL,NULL),
(6560,'subscribers_email_count','completed',10,'2025-06-07 00:00:00','2025-06-07 00:00:40','2025-05-29 00:01:45','2025-06-07 00:00:40',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(6561,'mixpanel','completed',10,'2025-05-29 00:33:13','2025-05-29 00:33:30','2025-05-29 00:21:13','2025-05-29 00:33:30',NULL,0,0,NULL,NULL),
(6562,'mixpanel','completed',10,'2025-05-29 01:00:32','2025-05-29 01:02:11','2025-05-29 00:33:32','2025-05-29 01:02:11',NULL,0,0,NULL,NULL),
(6563,'mixpanel','completed',10,'2025-05-29 01:51:13','2025-05-29 01:51:22','2025-05-29 01:02:13','2025-05-29 01:51:22',NULL,0,0,NULL,NULL),
(6564,'mixpanel','completed',10,'2025-05-29 01:56:24','2025-05-29 01:57:31','2025-05-29 01:51:24','2025-05-29 01:57:31',NULL,0,0,NULL,NULL),
(6565,'mixpanel','completed',10,'2025-05-29 02:19:33','2025-05-29 02:20:03','2025-05-29 01:57:33','2025-05-29 02:20:03',NULL,0,0,NULL,NULL),
(6566,'mixpanel','completed',10,'2025-05-29 02:44:05','2025-05-29 02:44:39','2025-05-29 02:20:05','2025-05-29 02:44:39',NULL,0,0,NULL,NULL),
(6567,'mixpanel','completed',10,'2025-05-29 02:52:40','2025-05-29 02:52:51','2025-05-29 02:44:40','2025-05-29 02:52:51',NULL,0,0,NULL,NULL),
(6568,'mixpanel','completed',10,'2025-05-29 03:25:52','2025-05-29 03:27:40','2025-05-29 02:52:52','2025-05-29 03:27:40',NULL,0,0,NULL,NULL),
(6569,'mixpanel','completed',10,'2025-05-29 03:27:42','2025-05-29 03:29:43','2025-05-29 03:27:42','2025-05-29 03:29:43',NULL,0,0,NULL,NULL),
(6570,'mixpanel','completed',10,'2025-05-29 04:01:45','2025-05-29 04:02:30','2025-05-29 03:29:45','2025-05-29 04:02:30',NULL,0,0,NULL,NULL),
(6571,'mixpanel','completed',10,'2025-05-29 04:57:32','2025-05-29 04:57:50','2025-05-29 04:02:32','2025-05-29 04:57:50',NULL,0,0,NULL,NULL),
(6572,'mixpanel','completed',10,'2025-05-29 05:08:51','2025-05-29 05:10:07','2025-05-29 04:57:51','2025-05-29 05:10:07',NULL,0,0,NULL,NULL),
(6573,'mixpanel','completed',10,'2025-05-29 05:54:08','2025-05-29 05:55:12','2025-05-29 05:10:08','2025-05-29 05:55:12',NULL,0,0,NULL,NULL),
(6574,'mixpanel','completed',10,'2025-05-29 06:18:14','2025-05-29 06:19:47','2025-05-29 05:55:14','2025-05-29 06:19:47',NULL,0,0,NULL,NULL),
(6575,'subscribers_engagement_score','completed',10,'2025-05-30 19:47:00','2025-05-30 19:47:39','2025-05-29 05:57:15','2025-05-30 19:47:39',NULL,0,0,NULL,NULL),
(6576,'mixpanel','completed',10,'2025-05-29 07:11:49','2025-05-29 07:13:06','2025-05-29 06:19:49','2025-05-29 07:13:06',NULL,0,0,NULL,NULL),
(6577,'mixpanel','completed',10,'2025-05-29 08:05:08','2025-05-29 08:06:21','2025-05-29 07:13:08','2025-05-29 08:06:21',NULL,0,0,NULL,NULL),
(6578,'mixpanel','completed',10,'2025-05-29 08:57:22','2025-05-29 08:58:34','2025-05-29 08:06:22','2025-05-29 08:58:34',NULL,0,0,NULL,NULL),
(6579,'mixpanel','completed',10,'2025-05-29 09:35:36','2025-05-29 09:38:30','2025-05-29 08:58:36','2025-05-29 09:38:30',NULL,0,0,NULL,NULL),
(6580,'mixpanel','completed',10,'2025-05-29 10:14:32','2025-05-29 10:15:22','2025-05-29 09:38:32','2025-05-29 10:15:22',NULL,0,0,NULL,NULL),
(6581,'mixpanel','completed',10,'2025-05-29 10:17:24','2025-05-29 10:17:25','2025-05-29 10:15:24','2025-05-29 10:17:25',NULL,0,0,NULL,NULL),
(6582,'mixpanel','completed',10,'2025-05-29 11:11:27','2025-05-29 11:12:42','2025-05-29 10:17:27','2025-05-29 11:12:42',NULL,0,0,NULL,NULL),
(6583,'mixpanel','completed',10,'2025-05-29 11:58:43','2025-05-29 11:58:46','2025-05-29 11:12:43','2025-05-29 11:58:46',NULL,0,0,NULL,NULL),
(6584,'mixpanel','completed',10,'2025-05-29 12:31:48','2025-05-29 12:33:35','2025-05-29 11:58:48','2025-05-29 12:33:35',NULL,0,0,NULL,NULL),
(6585,'mixpanel','completed',10,'2025-05-29 13:11:37','2025-05-29 13:13:31','2025-05-29 12:33:37','2025-05-29 13:13:31',NULL,0,0,NULL,NULL),
(6586,'mixpanel','completed',10,'2025-05-29 13:39:33','2025-05-29 13:40:08','2025-05-29 13:13:33','2025-05-29 13:40:08',NULL,0,0,NULL,NULL),
(6587,'mixpanel','completed',10,'2025-05-29 14:12:10','2025-05-29 14:12:56','2025-05-29 13:40:10','2025-05-29 14:12:56',NULL,0,0,NULL,NULL),
(6588,'mixpanel','completed',10,'2025-05-29 15:07:57','2025-05-29 15:08:13','2025-05-29 14:12:57','2025-05-29 15:08:13',NULL,0,0,NULL,NULL),
(6589,'mixpanel','completed',10,'2025-05-29 15:56:15','2025-05-29 15:57:22','2025-05-29 15:08:15','2025-05-29 15:57:22',NULL,0,0,NULL,NULL),
(6590,'schedule_re_engagement_email','completed',10,'2025-05-30 15:49:12','2025-05-30 15:51:02','2025-05-29 15:49:12','2025-05-30 15:51:02',NULL,0,0,NULL,NULL),
(6591,'mixpanel','completed',10,'2025-05-29 16:00:24','2025-05-29 16:01:28','2025-05-29 15:57:24','2025-05-29 16:01:28',NULL,0,0,NULL,NULL),
(6592,'mixpanel','completed',10,'2025-05-29 16:11:30','2025-05-29 16:11:42','2025-05-29 16:01:30','2025-05-29 16:11:42',NULL,0,0,NULL,NULL),
(6593,'mixpanel','completed',10,'2025-05-29 16:50:44','2025-05-29 16:52:40','2025-05-29 16:11:44','2025-05-29 16:52:40',NULL,0,0,NULL,NULL),
(6594,'mixpanel','completed',10,'2025-05-29 17:49:41','2025-05-29 17:51:02','2025-05-29 16:52:41','2025-05-29 17:51:02',NULL,0,0,NULL,NULL),
(6595,'mixpanel','completed',10,'2025-05-29 17:58:03','2025-05-29 17:59:13','2025-05-29 17:51:03','2025-05-29 17:59:13',NULL,0,0,NULL,NULL),
(6596,'mixpanel','completed',10,'2025-05-29 18:17:15','2025-05-29 18:17:39','2025-05-29 17:59:15','2025-05-29 18:17:39',NULL,0,0,NULL,NULL),
(6597,'mixpanel','completed',10,'2025-05-29 19:00:41','2025-05-29 19:00:41','2025-05-29 18:17:41','2025-05-29 19:00:41',NULL,0,0,NULL,NULL),
(6598,'mixpanel','completed',10,'2025-05-29 19:34:46','2025-05-29 19:35:32','2025-05-29 19:02:46','2025-05-29 19:35:32',NULL,0,0,NULL,NULL),
(6599,'mixpanel','completed',10,'2025-05-29 19:44:34','2025-05-29 19:44:45','2025-05-29 19:36:34','2025-05-29 19:44:45',NULL,0,0,NULL,NULL),
(6600,'mixpanel','completed',10,'2025-05-29 19:57:47','2025-05-29 19:58:04','2025-05-29 19:45:47','2025-05-29 19:58:04',NULL,0,0,NULL,NULL),
(6601,'mixpanel','completed',10,'2025-05-29 20:50:06','2025-05-29 20:51:19','2025-05-29 19:59:06','2025-05-29 20:51:19',NULL,0,0,NULL,NULL),
(6602,'mixpanel','completed',10,'2025-05-29 21:48:20','2025-05-29 21:48:39','2025-05-29 20:51:20','2025-05-29 21:48:39',NULL,0,0,NULL,NULL),
(6603,'mixpanel','completed',10,'2025-05-29 21:52:40','2025-05-29 21:52:45','2025-05-29 21:48:40','2025-05-29 21:52:45',NULL,0,0,NULL,NULL),
(6604,'mixpanel','completed',10,'2025-05-29 22:27:46','2025-05-29 22:29:37','2025-05-29 21:52:46','2025-05-29 22:29:37',NULL,0,0,NULL,NULL),
(6605,'mixpanel','completed',10,'2025-05-29 22:51:39','2025-05-29 22:52:11','2025-05-29 22:29:39','2025-05-29 22:52:11',NULL,0,0,NULL,NULL),
(6606,'mixpanel','completed',10,'2025-05-29 23:39:12','2025-05-29 23:39:20','2025-05-29 22:52:12','2025-05-29 23:39:20',NULL,0,0,NULL,NULL),
(6607,'mixpanel','completed',10,'2025-05-30 00:06:21','2025-05-30 00:08:00','2025-05-29 23:39:21','2025-05-30 00:08:00',NULL,0,0,NULL,NULL),
(6608,'mixpanel','completed',10,'2025-05-30 00:14:02','2025-05-30 00:14:09','2025-05-30 00:08:02','2025-05-30 00:14:09',NULL,0,0,NULL,NULL),
(6609,'mixpanel','completed',10,'2025-05-30 00:26:10','2025-05-30 00:26:26','2025-05-30 00:14:10','2025-05-30 00:26:26',NULL,0,0,NULL,NULL),
(6610,'mixpanel','completed',10,'2025-05-30 01:09:27','2025-05-30 01:10:28','2025-05-30 00:26:27','2025-05-30 01:10:28',NULL,0,0,NULL,NULL),
(6611,'mixpanel','completed',10,'2025-05-30 01:34:30','2025-05-30 01:35:03','2025-05-30 01:10:30','2025-05-30 01:35:03',NULL,0,0,NULL,NULL),
(6612,'mixpanel','completed',10,'2025-05-30 02:17:04','2025-05-30 02:18:03','2025-05-30 01:35:04','2025-05-30 02:18:03',NULL,0,0,NULL,NULL),
(6613,'mixpanel','completed',10,'2025-05-30 02:26:04','2025-05-30 02:26:14','2025-05-30 02:18:04','2025-05-30 02:26:14',NULL,0,0,NULL,NULL),
(6614,'mixpanel','completed',10,'2025-05-30 02:32:16','2025-05-30 02:32:23','2025-05-30 02:26:16','2025-05-30 02:32:23',NULL,0,0,NULL,NULL),
(6615,'mixpanel','completed',10,'2025-05-30 03:02:24','2025-05-30 03:03:06','2025-05-30 02:32:24','2025-05-30 03:03:06',NULL,0,0,NULL,NULL),
(6616,'mixpanel','completed',10,'2025-05-30 03:31:07','2025-05-30 03:31:46','2025-05-30 03:03:07','2025-05-30 03:31:46',NULL,0,0,NULL,NULL),
(6617,'mixpanel','completed',10,'2025-05-30 03:51:48','2025-05-30 03:52:15','2025-05-30 03:31:48','2025-05-30 03:52:15',NULL,0,0,NULL,NULL),
(6618,'mixpanel','completed',10,'2025-05-30 04:46:17','2025-05-30 04:46:31','2025-05-30 03:52:17','2025-05-30 04:46:31',NULL,0,0,NULL,NULL),
(6619,'mixpanel','completed',10,'2025-05-30 05:44:32','2025-05-30 05:44:53','2025-05-30 04:46:32','2025-05-30 05:44:53',NULL,0,0,NULL,NULL),
(6620,'mixpanel','completed',10,'2025-05-30 06:00:54','2025-05-30 06:01:16','2025-05-30 05:44:54','2025-05-30 06:01:16',NULL,0,0,NULL,NULL),
(6621,'mixpanel','completed',10,'2025-05-30 06:00:17','2025-05-30 06:03:18','2025-05-30 06:01:17','2025-05-30 06:03:18',NULL,0,0,NULL,NULL),
(6622,'mixpanel','completed',10,'2025-05-30 06:36:20','2025-05-30 06:38:07','2025-05-30 06:03:20','2025-05-30 06:38:07',NULL,0,0,NULL,NULL),
(6623,'mixpanel','completed',10,'2025-05-30 07:30:09','2025-05-30 07:31:22','2025-05-30 06:38:09','2025-05-30 07:31:22',NULL,0,0,NULL,NULL),
(6624,'mixpanel','completed',10,'2025-05-30 07:41:24','2025-05-30 07:41:36','2025-05-30 07:31:24','2025-05-30 07:41:36',NULL,0,0,NULL,NULL),
(6625,'mixpanel','completed',10,'2025-05-30 08:32:38','2025-05-30 08:32:48','2025-05-30 07:41:38','2025-05-30 08:32:48',NULL,0,0,NULL,NULL),
(6626,'mixpanel','completed',10,'2025-05-30 09:20:50','2025-05-30 09:20:55','2025-05-30 08:32:50','2025-05-30 09:20:55',NULL,0,0,NULL,NULL),
(6627,'mixpanel','completed',10,'2025-05-30 09:35:57','2025-05-30 09:37:19','2025-05-30 09:20:57','2025-05-30 09:37:19',NULL,0,0,NULL,NULL),
(6628,'mixpanel','completed',10,'2025-05-30 09:43:20','2025-05-30 09:43:27','2025-05-30 09:37:20','2025-05-30 09:43:27',NULL,0,0,NULL,NULL),
(6629,'mixpanel','completed',10,'2025-05-30 09:45:29','2025-05-30 09:45:30','2025-05-30 09:43:29','2025-05-30 09:45:30',NULL,0,0,NULL,NULL),
(6630,'mixpanel','completed',10,'2025-05-30 10:08:32','2025-05-30 10:10:04','2025-05-30 09:45:32','2025-05-30 10:10:04',NULL,0,0,NULL,NULL),
(6631,'mixpanel','completed',10,'2025-05-30 10:20:06','2025-05-30 10:20:20','2025-05-30 10:10:06','2025-05-30 10:20:20',NULL,0,0,NULL,NULL),
(6632,'mixpanel','completed',10,'2025-05-30 10:56:22','2025-05-30 10:57:12','2025-05-30 10:20:22','2025-05-30 10:57:12',NULL,0,0,NULL,NULL),
(6633,'mixpanel','completed',10,'2025-05-30 11:15:14','2025-05-30 11:15:38','2025-05-30 10:57:14','2025-05-30 11:15:38',NULL,0,0,NULL,NULL),
(6634,'mixpanel','completed',10,'2025-05-30 12:07:40','2025-05-30 12:07:51','2025-05-30 11:15:40','2025-05-30 12:07:51',NULL,0,0,NULL,NULL),
(6635,'mixpanel','completed',10,'2025-05-30 12:44:52','2025-05-30 12:45:44','2025-05-30 12:07:52','2025-05-30 12:45:44',NULL,0,0,NULL,NULL),
(6636,'mixpanel','completed',10,'2025-05-30 13:12:46','2025-05-30 13:13:23','2025-05-30 12:46:46','2025-05-30 13:13:23',NULL,0,0,NULL,NULL),
(6637,'mixpanel','completed',10,'2025-05-30 13:45:24','2025-05-30 13:46:08','2025-05-30 13:13:24','2025-05-30 13:46:08',NULL,0,0,NULL,NULL),
(6638,'mixpanel','completed',10,'2025-05-30 14:09:10','2025-05-30 14:09:42','2025-05-30 13:46:10','2025-05-30 14:09:42',NULL,0,0,NULL,NULL),
(6639,'mixpanel','completed',10,'2025-05-30 14:24:43','2025-05-30 14:26:02','2025-05-30 14:09:43','2025-05-30 14:26:02',NULL,0,0,NULL,NULL),
(6640,'mixpanel','completed',10,'2025-05-30 14:48:04','2025-05-30 14:48:35','2025-05-30 14:26:04','2025-05-30 14:48:35',NULL,0,0,NULL,NULL),
(6641,'mixpanel','completed',10,'2025-05-30 14:53:37','2025-05-30 14:54:43','2025-05-30 14:48:37','2025-05-30 14:54:43',NULL,0,0,NULL,NULL),
(6642,'mixpanel','completed',10,'2025-05-30 15:16:45','2025-05-30 15:17:15','2025-05-30 14:54:45','2025-05-30 15:17:15',NULL,0,0,NULL,NULL),
(6643,'mixpanel','completed',10,'2025-05-30 15:54:17','2025-05-30 15:56:09','2025-05-30 15:17:17','2025-05-30 15:56:09',NULL,0,0,NULL,NULL),
(6644,'schedule_re_engagement_email','completed',10,'2025-05-31 15:51:04','2025-05-31 15:53:04','2025-05-30 15:51:04','2025-05-31 15:53:04',NULL,0,0,NULL,NULL),
(6645,'mixpanel','completed',10,'2025-05-30 16:28:10','2025-05-30 16:28:55','2025-05-30 15:56:10','2025-05-30 16:28:55',NULL,0,0,NULL,NULL),
(6646,'mixpanel','completed',10,'2025-05-30 16:44:57','2025-05-30 16:45:18','2025-05-30 16:28:57','2025-05-30 16:45:18',NULL,0,0,NULL,NULL),
(6647,'mixpanel','completed',10,'2025-05-30 16:53:20','2025-05-30 16:53:30','2025-05-30 16:45:20','2025-05-30 16:53:30',NULL,0,0,NULL,NULL),
(6648,'mixpanel','completed',10,'2025-05-30 17:40:32','2025-05-30 17:40:36','2025-05-30 16:53:32','2025-05-30 17:40:36',NULL,0,0,NULL,NULL),
(6649,'mixpanel','completed',10,'2025-05-30 17:57:37','2025-05-30 18:00:21','2025-05-30 17:40:37','2025-05-30 18:00:21',NULL,0,0,NULL,NULL),
(6650,'mixpanel','completed',10,'2025-05-30 18:08:22','2025-05-30 18:10:17','2025-05-30 18:00:22','2025-05-30 18:10:17',NULL,0,0,NULL,NULL),
(6651,'mixpanel','completed',10,'2025-05-30 18:34:18','2025-05-30 18:34:51','2025-05-30 18:10:18','2025-05-30 18:34:51',NULL,0,0,NULL,NULL),
(6652,'mixpanel','completed',10,'2025-05-30 18:52:53','2025-05-30 18:53:17','2025-05-30 18:34:53','2025-05-30 18:53:17',NULL,0,0,NULL,NULL),
(6653,'mixpanel','completed',10,'2025-05-30 19:39:19','2025-05-30 19:39:28','2025-05-30 18:53:19','2025-05-30 19:39:28',NULL,0,0,NULL,NULL),
(6654,'mixpanel','completed',10,'2025-05-30 20:05:29','2025-05-30 20:06:05','2025-05-30 19:40:29','2025-05-30 20:06:05',NULL,0,0,NULL,NULL),
(6655,'subscribers_engagement_score','completed',10,'2025-05-30 19:47:39','2025-05-30 19:47:41','2025-05-30 19:47:39','2025-05-30 19:47:41',NULL,0,0,NULL,NULL),
(6656,'subscribers_engagement_score','completed',10,'2025-05-31 01:32:00','2025-05-31 01:33:53','2025-05-30 19:47:41','2025-05-31 01:33:53',NULL,0,0,NULL,NULL),
(6657,'mixpanel','completed',10,'2025-05-30 20:43:07','2025-05-30 20:45:03','2025-05-30 20:06:07','2025-05-30 20:45:03',NULL,0,0,NULL,NULL),
(6658,'mixpanel','completed',10,'2025-05-30 20:51:04','2025-05-30 20:51:12','2025-05-30 20:45:04','2025-05-30 20:51:12',NULL,0,0,NULL,NULL),
(6659,'mixpanel','completed',10,'2025-05-30 20:58:13','2025-05-30 20:59:23','2025-05-30 20:51:13','2025-05-30 20:59:23',NULL,0,0,NULL,NULL),
(6660,'mixpanel','completed',10,'2025-05-30 20:58:25','2025-05-30 21:01:26','2025-05-30 20:59:25','2025-05-30 21:01:26',NULL,0,0,NULL,NULL),
(6661,'mixpanel','completed',10,'2025-05-30 21:49:28','2025-05-30 21:51:37','2025-05-30 21:01:28','2025-05-30 21:51:37',NULL,0,0,NULL,NULL),
(6662,'mixpanel','completed',10,'2025-05-30 22:45:39','2025-05-30 22:45:54','2025-05-30 21:51:39','2025-05-30 22:45:54',NULL,0,0,NULL,NULL),
(6663,'mixpanel','completed',10,'2025-05-30 23:36:56','2025-05-30 23:37:07','2025-05-30 22:45:56','2025-05-30 23:37:07',NULL,0,0,NULL,NULL),
(6664,'mixpanel','completed',10,'2025-05-31 00:05:09','2025-05-31 00:05:48','2025-05-30 23:37:09','2025-05-31 00:05:48',NULL,0,0,NULL,NULL),
(6665,'export_files_cleanup','completed',10,'2025-06-05 00:00:00','2025-06-05 00:01:46','2025-05-31 00:01:43','2025-06-05 00:01:46',NULL,0,0,NULL,NULL),
(6666,'mixpanel','completed',10,'2025-05-31 00:31:49','2025-05-31 00:32:25','2025-05-31 00:05:49','2025-05-31 00:32:25',NULL,0,0,NULL,NULL),
(6667,'mixpanel','completed',10,'2025-05-31 01:25:27','2025-05-31 01:25:41','2025-05-31 00:32:27','2025-05-31 01:25:41',NULL,0,0,NULL,NULL),
(6668,'mixpanel','completed',10,'2025-05-31 01:44:42','2025-05-31 01:46:10','2025-05-31 01:25:42','2025-05-31 01:46:10',NULL,0,0,NULL,NULL),
(6669,'subscribers_engagement_score','completed',10,'2025-06-01 09:54:00','2025-06-01 09:55:30','2025-05-31 01:33:53','2025-06-01 09:55:30',NULL,0,0,NULL,NULL),
(6670,'mixpanel','completed',10,'2025-05-31 01:51:12','2025-05-31 01:52:19','2025-05-31 01:46:12','2025-05-31 01:52:19',NULL,0,0,NULL,NULL),
(6671,'mixpanel','completed',10,'2025-05-31 01:57:21','2025-05-31 01:58:28','2025-05-31 01:52:21','2025-05-31 01:58:28',NULL,0,0,NULL,NULL),
(6672,'mixpanel','completed',10,'2025-05-31 02:37:29','2025-05-31 02:39:26','2025-05-31 01:58:29','2025-05-31 02:39:26',NULL,0,0,NULL,NULL),
(6673,'mixpanel','completed',10,'2025-05-31 03:16:28','2025-05-31 03:17:19','2025-05-31 02:39:28','2025-05-31 03:17:19',NULL,0,0,NULL,NULL),
(6674,'mixpanel','completed',10,'2025-05-31 04:05:21','2025-05-31 04:05:27','2025-05-31 03:17:21','2025-05-31 04:05:27',NULL,0,0,NULL,NULL),
(6675,'mixpanel','completed',10,'2025-05-31 04:54:29','2025-05-31 04:54:37','2025-05-31 04:05:29','2025-05-31 04:54:37',NULL,0,0,NULL,NULL),
(6676,'mixpanel','completed',10,'2025-05-31 05:35:38','2025-05-31 05:36:36','2025-05-31 04:54:38','2025-05-31 05:36:36',NULL,0,0,NULL,NULL),
(6677,'mixpanel','completed',10,'2025-05-31 06:02:37','2025-05-31 06:03:13','2025-05-31 05:36:37','2025-05-31 06:03:13',NULL,0,0,NULL,NULL),
(6678,'mixpanel','completed',10,'2025-05-31 06:57:15','2025-05-31 06:57:30','2025-05-31 06:03:15','2025-05-31 06:57:30',NULL,0,0,NULL,NULL),
(6679,'mixpanel','completed',10,'2025-05-31 07:17:32','2025-05-31 07:18:59','2025-05-31 06:57:32','2025-05-31 07:18:59',NULL,0,0,NULL,NULL),
(6680,'mixpanel','completed',10,'2025-05-31 07:37:01','2025-05-31 07:37:26','2025-05-31 07:19:01','2025-05-31 07:37:26',NULL,0,0,NULL,NULL),
(6681,'mixpanel','completed',10,'2025-05-31 07:38:28','2025-05-31 07:39:29','2025-05-31 07:37:28','2025-05-31 07:39:29',NULL,0,0,NULL,NULL),
(6682,'mixpanel','completed',10,'2025-05-31 08:15:31','2025-05-31 08:16:21','2025-05-31 07:39:31','2025-05-31 08:16:21',NULL,0,0,NULL,NULL),
(6683,'mixpanel','completed',10,'2025-05-31 08:44:23','2025-05-31 08:46:02','2025-05-31 08:16:23','2025-05-31 08:46:02',NULL,0,0,NULL,NULL),
(6684,'mixpanel','completed',10,'2025-05-31 09:41:04','2025-05-31 09:42:21','2025-05-31 08:46:04','2025-05-31 09:42:21',NULL,0,0,NULL,NULL),
(6685,'mixpanel','completed',10,'2025-05-31 10:24:23','2025-05-31 10:25:22','2025-05-31 09:42:23','2025-05-31 10:25:22',NULL,0,0,NULL,NULL),
(6686,'mixpanel','completed',10,'2025-05-31 11:09:23','2025-05-31 11:10:25','2025-05-31 10:25:23','2025-05-31 11:10:25',NULL,0,0,NULL,NULL),
(6687,'mixpanel','completed',10,'2025-05-31 11:26:27','2025-05-31 11:26:48','2025-05-31 11:10:27','2025-05-31 11:26:48',NULL,0,0,NULL,NULL),
(6688,'mixpanel','completed',10,'2025-05-31 11:36:50','2025-05-31 11:37:03','2025-05-31 11:26:50','2025-05-31 11:37:03',NULL,0,0,NULL,NULL),
(6689,'mixpanel','completed',10,'2025-05-31 11:58:05','2025-05-31 11:59:35','2025-05-31 11:37:05','2025-05-31 11:59:35',NULL,0,0,NULL,NULL),
(6690,'mixpanel','completed',10,'2025-05-31 12:38:37','2025-05-31 12:40:33','2025-05-31 11:59:37','2025-05-31 12:40:33',NULL,0,0,NULL,NULL),
(6691,'mixpanel','completed',10,'2025-05-31 13:14:35','2025-05-31 13:15:22','2025-05-31 12:40:35','2025-05-31 13:15:22',NULL,0,0,NULL,NULL),
(6692,'mixpanel','completed',10,'2025-05-31 13:51:24','2025-05-31 13:52:14','2025-05-31 13:15:24','2025-05-31 13:52:14',NULL,0,0,NULL,NULL),
(6693,'mixpanel','completed',10,'2025-05-31 14:17:16','2025-05-31 14:18:52','2025-05-31 13:52:16','2025-05-31 14:18:52',NULL,0,0,NULL,NULL),
(6694,'mixpanel','completed',10,'2025-05-31 14:58:53','2025-05-31 14:59:49','2025-05-31 14:18:53','2025-05-31 14:59:49',NULL,0,0,NULL,NULL),
(6695,'mixpanel','completed',10,'2025-05-31 15:20:51','2025-05-31 15:22:21','2025-05-31 14:59:51','2025-05-31 15:22:21',NULL,0,0,NULL,NULL),
(6696,'mixpanel','completed',10,'2025-05-31 15:22:22','2025-05-31 15:24:24','2025-05-31 15:22:22','2025-05-31 15:24:24',NULL,0,0,NULL,NULL),
(6697,'mixpanel','completed',10,'2025-05-31 16:17:25','2025-05-31 16:17:39','2025-05-31 15:24:25','2025-05-31 16:17:39',NULL,0,0,NULL,NULL),
(6698,'schedule_re_engagement_email','completed',10,'2025-06-01 15:53:06','2025-06-01 15:53:56','2025-05-31 15:53:06','2025-06-01 15:53:56',NULL,0,0,NULL,NULL),
(6699,'mixpanel','completed',10,'2025-05-31 16:58:40','2025-05-31 17:00:39','2025-05-31 16:17:40','2025-05-31 17:00:39',NULL,0,0,NULL,NULL),
(6700,'mixpanel','completed',10,'2025-05-31 17:00:41','2025-05-31 17:02:42','2025-05-31 17:00:41','2025-05-31 17:02:42',NULL,0,0,NULL,NULL),
(6701,'mixpanel','completed',10,'2025-05-31 17:01:44','2025-05-31 17:04:45','2025-05-31 17:02:44','2025-05-31 17:04:45',NULL,0,0,NULL,NULL),
(6702,'mixpanel','completed',10,'2025-05-31 17:03:46','2025-05-31 17:06:48','2025-05-31 17:04:46','2025-05-31 17:06:48',NULL,0,0,NULL,NULL),
(6703,'mixpanel','completed',10,'2025-05-31 17:22:49','2025-05-31 17:24:12','2025-05-31 17:06:49','2025-05-31 17:24:12',NULL,0,0,NULL,NULL),
(6704,'mixpanel','completed',10,'2025-05-31 18:12:14','2025-05-31 18:13:21','2025-05-31 17:24:14','2025-05-31 18:13:21',NULL,0,0,NULL,NULL),
(6705,'mixpanel','completed',10,'2025-05-31 19:10:23','2025-05-31 19:10:47','2025-05-31 18:13:23','2025-05-31 19:10:47',NULL,0,0,NULL,NULL),
(6706,'mixpanel','completed',10,'2025-05-31 20:04:48','2025-05-31 20:06:05','2025-05-31 19:11:48','2025-05-31 20:06:05',NULL,0,0,NULL,NULL),
(6707,'mixpanel','completed',10,'2025-05-31 20:12:07','2025-05-31 20:12:14','2025-05-31 20:06:07','2025-05-31 20:12:14',NULL,0,0,NULL,NULL),
(6708,'mixpanel','completed',10,'2025-05-31 20:12:15','2025-05-31 20:14:17','2025-05-31 20:12:15','2025-05-31 20:14:17',NULL,0,0,NULL,NULL),
(6709,'mixpanel','completed',10,'2025-05-31 21:02:18','2025-05-31 21:03:25','2025-05-31 20:14:18','2025-05-31 21:03:25',NULL,0,0,NULL,NULL),
(6710,'mixpanel','completed',10,'2025-05-31 21:49:27','2025-05-31 21:50:32','2025-05-31 21:03:27','2025-05-31 21:50:32',NULL,0,0,NULL,NULL),
(6711,'mixpanel','completed',10,'2025-05-31 21:49:33','2025-05-31 21:52:34','2025-05-31 21:50:33','2025-05-31 21:52:34',NULL,0,0,NULL,NULL),
(6712,'mixpanel','completed',10,'2025-05-31 22:49:36','2025-05-31 22:49:55','2025-05-31 21:52:36','2025-05-31 22:49:55',NULL,0,0,NULL,NULL),
(6713,'mixpanel','completed',10,'2025-05-31 23:44:57','2025-05-31 23:45:13','2025-05-31 22:49:57','2025-05-31 23:45:13',NULL,0,0,NULL,NULL),
(6714,'mixpanel','completed',10,'2025-05-31 23:57:14','2025-05-31 23:57:30','2025-05-31 23:45:14','2025-05-31 23:57:30',NULL,0,0,NULL,NULL),
(6715,'mixpanel','completed',10,'2025-06-01 00:08:32','2025-06-01 00:10:49','2025-05-31 23:57:32','2025-06-01 00:10:49',NULL,0,0,NULL,NULL),
(6716,'mixpanel','completed',10,'2025-06-01 01:04:50','2025-06-01 01:06:07','2025-06-01 00:10:50','2025-06-01 01:06:07',NULL,0,0,NULL,NULL),
(6717,'mixpanel','completed',10,'2025-06-01 01:35:08','2025-06-01 01:36:50','2025-06-01 01:06:08','2025-06-01 01:36:50',NULL,0,0,NULL,NULL),
(6718,'mixpanel','completed',10,'2025-06-01 02:07:51','2025-06-01 02:09:36','2025-06-01 01:36:51','2025-06-01 02:09:36',NULL,0,0,NULL,NULL),
(6719,'mixpanel','completed',10,'2025-06-01 02:53:38','2025-06-01 02:54:39','2025-06-01 02:09:38','2025-06-01 02:54:39',NULL,0,0,NULL,NULL),
(6720,'mixpanel','completed',10,'2025-06-01 03:38:41','2025-06-01 03:39:42','2025-06-01 02:54:41','2025-06-01 03:39:42',NULL,0,0,NULL,NULL),
(6721,'mixpanel','completed',10,'2025-06-01 03:47:44','2025-06-01 03:47:53','2025-06-01 03:39:44','2025-06-01 03:47:53',NULL,0,0,NULL,NULL),
(6722,'mixpanel','completed',10,'2025-06-01 03:58:55','2025-06-01 04:00:11','2025-06-01 03:47:55','2025-06-01 04:00:11',NULL,0,0,NULL,NULL),
(6723,'mixpanel','completed',10,'2025-06-01 04:48:12','2025-06-01 04:49:20','2025-06-01 04:00:12','2025-06-01 04:49:20',NULL,0,0,NULL,NULL),
(6724,'mixpanel','completed',10,'2025-06-01 05:13:21','2025-06-01 05:13:54','2025-06-01 04:49:21','2025-06-01 05:13:54',NULL,0,0,NULL,NULL),
(6725,'mixpanel','completed',10,'2025-06-01 06:10:56','2025-06-01 06:11:15','2025-06-01 05:13:56','2025-06-01 06:11:15',NULL,0,0,NULL,NULL),
(6726,'mixpanel','completed',10,'2025-06-01 06:28:17','2025-06-01 06:29:41','2025-06-01 06:11:17','2025-06-01 06:29:41',NULL,0,0,NULL,NULL),
(6727,'mixpanel','completed',10,'2025-06-01 06:38:43','2025-06-01 06:39:56','2025-06-01 06:29:43','2025-06-01 06:39:56',NULL,0,0,NULL,NULL),
(6728,'mixpanel','completed',10,'2025-06-01 06:57:57','2025-06-01 06:58:21','2025-06-01 06:39:57','2025-06-01 06:58:21',NULL,0,0,NULL,NULL),
(6729,'mixpanel','completed',10,'2025-06-01 07:31:23','2025-06-01 07:33:10','2025-06-01 06:58:23','2025-06-01 07:33:10',NULL,0,0,NULL,NULL),
(6730,'mixpanel','completed',10,'2025-06-01 08:05:12','2025-06-01 08:06:58','2025-06-01 07:33:12','2025-06-01 08:06:58',NULL,0,0,NULL,NULL),
(6731,'mixpanel','completed',10,'2025-06-01 08:34:59','2025-06-01 08:35:38','2025-06-01 08:06:59','2025-06-01 08:35:38',NULL,0,0,NULL,NULL),
(6732,'mixpanel','completed',10,'2025-06-01 09:05:40','2025-06-01 09:06:21','2025-06-01 08:35:40','2025-06-01 09:06:21',NULL,0,0,NULL,NULL),
(6733,'mixpanel','completed',10,'2025-06-01 09:38:23','2025-06-01 09:39:07','2025-06-01 09:06:23','2025-06-01 09:39:07',NULL,0,0,NULL,NULL),
(6734,'mixpanel','completed',10,'2025-06-01 10:20:09','2025-06-01 10:22:07','2025-06-01 09:39:09','2025-06-01 10:22:07',NULL,0,0,NULL,NULL),
(6735,'subscribers_engagement_score','completed',10,'2025-06-01 09:55:30','2025-06-01 09:55:32','2025-06-01 09:55:30','2025-06-01 09:55:32',NULL,0,0,NULL,NULL),
(6736,'subscribers_engagement_score','completed',10,'2025-06-02 23:20:00','2025-06-02 23:20:02','2025-06-01 09:55:32','2025-06-02 23:20:02',NULL,0,0,NULL,NULL),
(6737,'mixpanel','completed',10,'2025-06-01 10:45:09','2025-06-01 10:46:42','2025-06-01 10:22:09','2025-06-01 10:46:42',NULL,0,0,NULL,NULL),
(6738,'mixpanel','completed',10,'2025-06-01 11:35:43','2025-06-01 11:35:51','2025-06-01 10:46:43','2025-06-01 11:35:51',NULL,0,0,NULL,NULL),
(6739,'mixpanel','completed',10,'2025-06-01 12:06:53','2025-06-01 12:07:36','2025-06-01 11:35:53','2025-06-01 12:07:36',NULL,0,0,NULL,NULL),
(6740,'mixpanel','completed',10,'2025-06-01 12:29:37','2025-06-01 12:30:07','2025-06-01 12:07:37','2025-06-01 12:30:07',NULL,0,0,NULL,NULL),
(6741,'mixpanel','completed',10,'2025-06-01 12:32:09','2025-06-01 12:32:10','2025-06-01 12:30:09','2025-06-01 12:32:10',NULL,0,0,NULL,NULL),
(6742,'mixpanel','completed',10,'2025-06-01 12:55:12','2025-06-01 12:56:45','2025-06-01 12:32:12','2025-06-01 12:56:45',NULL,0,0,NULL,NULL),
(6743,'mixpanel','completed',10,'2025-06-01 13:40:46','2025-06-01 13:41:48','2025-06-01 12:56:46','2025-06-01 13:41:48',NULL,0,0,NULL,NULL),
(6744,'mixpanel','completed',10,'2025-06-01 14:28:50','2025-06-01 14:29:58','2025-06-01 13:41:50','2025-06-01 14:29:58',NULL,0,0,NULL,NULL),
(6745,'mixpanel','completed',10,'2025-06-01 14:44:00','2025-06-01 14:44:18','2025-06-01 14:30:00','2025-06-01 14:44:18',NULL,0,0,NULL,NULL),
(6746,'mixpanel','completed',10,'2025-06-01 15:05:20','2025-06-01 15:06:50','2025-06-01 14:44:20','2025-06-01 15:06:50',NULL,0,0,NULL,NULL),
(6747,'mixpanel','completed',10,'2025-06-01 15:27:51','2025-06-01 15:29:21','2025-06-01 15:06:51','2025-06-01 15:29:21',NULL,0,0,NULL,NULL),
(6748,'mixpanel','completed',10,'2025-06-01 15:40:23','2025-06-01 15:41:39','2025-06-01 15:29:23','2025-06-01 15:41:39',NULL,0,0,NULL,NULL),
(6749,'mixpanel','completed',10,'2025-06-01 16:34:40','2025-06-01 16:34:54','2025-06-01 15:41:40','2025-06-01 16:34:54',NULL,0,0,NULL,NULL),
(6750,'schedule_re_engagement_email','completed',10,'2025-06-02 15:53:57','2025-06-02 15:54:39','2025-06-01 15:53:57','2025-06-02 15:54:39',NULL,0,0,NULL,NULL),
(6751,'mixpanel','completed',10,'2025-06-01 16:41:55','2025-06-01 16:43:05','2025-06-01 16:34:55','2025-06-01 16:43:05',NULL,0,0,NULL,NULL),
(6752,'mixpanel','completed',10,'2025-06-01 16:50:07','2025-06-01 16:51:16','2025-06-01 16:43:07','2025-06-01 16:51:16',NULL,0,0,NULL,NULL),
(6753,'mixpanel','completed',10,'2025-06-01 17:25:18','2025-06-01 17:26:06','2025-06-01 16:51:18','2025-06-01 17:26:06',NULL,0,0,NULL,NULL),
(6754,'mixpanel','completed',10,'2025-06-01 17:26:07','2025-06-01 17:28:08','2025-06-01 17:26:07','2025-06-01 17:28:08',NULL,0,0,NULL,NULL),
(6755,'mixpanel','completed',10,'2025-06-01 17:48:10','2025-06-01 17:48:37','2025-06-01 17:28:10','2025-06-01 17:48:37',NULL,0,0,NULL,NULL),
(6756,'mixpanel','completed',10,'2025-06-01 18:33:39','2025-06-01 18:33:40','2025-06-01 17:48:39','2025-06-01 18:33:40',NULL,0,0,NULL,NULL),
(6757,'mixpanel','completed',10,'2025-06-01 18:41:42','2025-06-01 18:41:52','2025-06-01 18:33:42','2025-06-01 18:41:52',NULL,0,0,NULL,NULL),
(6758,'mixpanel','completed',10,'2025-06-01 18:59:53','2025-06-01 19:00:18','2025-06-01 18:41:53','2025-06-01 19:00:18',NULL,0,0,NULL,NULL),
(6759,'mixpanel','completed',10,'2025-06-01 19:32:19','2025-06-01 19:33:09','2025-06-01 19:00:19','2025-06-01 19:33:09',NULL,0,0,NULL,NULL),
(6760,'mixpanel','completed',10,'2025-06-01 19:53:10','2025-06-01 19:53:38','2025-06-01 19:34:10','2025-06-01 19:53:38',NULL,0,0,NULL,NULL),
(6761,'mixpanel','completed',10,'2025-06-01 20:01:39','2025-06-01 20:01:49','2025-06-01 19:54:39','2025-06-01 20:01:49',NULL,0,0,NULL,NULL),
(6762,'mixpanel','completed',10,'2025-06-01 20:57:52','2025-06-01 20:59:10','2025-06-01 20:03:52','2025-06-01 20:59:10',NULL,0,0,NULL,NULL),
(6763,'mixpanel','completed',10,'2025-06-01 21:40:11','2025-06-01 21:42:10','2025-06-01 20:59:11','2025-06-01 21:42:10',NULL,0,0,NULL,NULL),
(6764,'mixpanel','completed',10,'2025-06-01 22:19:11','2025-06-01 22:21:04','2025-06-01 21:42:11','2025-06-01 22:21:04',NULL,0,0,NULL,NULL),
(6765,'mixpanel','completed',10,'2025-06-01 23:02:06','2025-06-01 23:04:05','2025-06-01 22:21:06','2025-06-01 23:04:05',NULL,0,0,NULL,NULL),
(6766,'mixpanel','completed',10,'2025-06-01 23:07:07','2025-06-01 23:08:11','2025-06-01 23:04:07','2025-06-01 23:08:11',NULL,0,0,NULL,NULL),
(6767,'mixpanel','completed',10,'2025-06-01 23:15:13','2025-06-01 23:16:23','2025-06-01 23:08:13','2025-06-01 23:16:23',NULL,0,0,NULL,NULL),
(6768,'mixpanel','completed',10,'2025-06-01 23:16:24','2025-06-01 23:18:25','2025-06-01 23:16:24','2025-06-01 23:18:25',NULL,0,0,NULL,NULL),
(6769,'mixpanel','completed',10,'2025-06-01 23:23:27','2025-06-01 23:24:34','2025-06-01 23:18:27','2025-06-01 23:24:34',NULL,0,0,NULL,NULL),
(6770,'mixpanel','completed',10,'2025-06-02 00:21:36','2025-06-02 00:21:55','2025-06-01 23:24:36','2025-06-02 00:21:55',NULL,0,0,NULL,NULL),
(6771,'mixpanel','completed',10,'2025-06-02 00:28:56','2025-06-02 00:30:06','2025-06-02 00:21:56','2025-06-02 00:30:06',NULL,0,0,NULL,NULL),
(6772,'mixpanel','completed',10,'2025-06-02 01:16:08','2025-06-02 01:17:12','2025-06-02 00:30:08','2025-06-02 01:17:12',NULL,0,0,NULL,NULL),
(6773,'mixpanel','completed',10,'2025-06-02 02:06:14','2025-06-02 02:07:22','2025-06-02 01:17:14','2025-06-02 02:07:22',NULL,0,0,NULL,NULL),
(6774,'mixpanel','completed',10,'2025-06-02 02:24:24','2025-06-02 02:25:48','2025-06-02 02:07:24','2025-06-02 02:25:48',NULL,0,0,NULL,NULL),
(6775,'mixpanel','completed',10,'2025-06-02 03:18:50','2025-06-02 03:20:04','2025-06-02 02:25:50','2025-06-02 03:20:04',NULL,0,0,NULL,NULL),
(6776,'mixpanel','completed',10,'2025-06-02 03:28:05','2025-06-02 03:28:15','2025-06-02 03:20:05','2025-06-02 03:28:15',NULL,0,0,NULL,NULL),
(6777,'mixpanel','completed',10,'2025-06-02 03:36:17','2025-06-02 03:36:27','2025-06-02 03:28:17','2025-06-02 03:36:27',NULL,0,0,NULL,NULL),
(6778,'mixpanel','completed',10,'2025-06-02 03:39:28','2025-06-02 03:40:32','2025-06-02 03:36:28','2025-06-02 03:40:32',NULL,0,0,NULL,NULL),
(6779,'mixpanel','completed',10,'2025-06-02 04:38:34','2025-06-02 04:39:55','2025-06-02 03:40:34','2025-06-02 04:39:55',NULL,0,0,NULL,NULL),
(6780,'mixpanel','completed',10,'2025-06-02 05:08:57','2025-06-02 05:09:36','2025-06-02 04:39:57','2025-06-02 05:09:36',NULL,0,0,NULL,NULL),
(6781,'mixpanel','completed',10,'2025-06-02 05:35:37','2025-06-02 05:38:17','2025-06-02 05:09:37','2025-06-02 05:38:17',NULL,0,0,NULL,NULL),
(6782,'mixpanel','completed',10,'2025-06-02 06:21:18','2025-06-02 06:21:18','2025-06-02 05:38:18','2025-06-02 06:21:18',NULL,0,0,NULL,NULL),
(6783,'mixpanel','completed',10,'2025-06-02 07:04:19','2025-06-02 07:06:20','2025-06-02 06:23:19','2025-06-02 07:06:20',NULL,0,0,NULL,NULL),
(6784,'mixpanel','completed',10,'2025-06-02 07:32:21','2025-06-02 07:32:57','2025-06-02 07:06:21','2025-06-02 07:32:57',NULL,0,0,NULL,NULL),
(6785,'mixpanel','completed',10,'2025-06-02 08:18:58','2025-06-02 08:20:02','2025-06-02 07:32:58','2025-06-02 08:20:02',NULL,0,0,NULL,NULL),
(6786,'mixpanel','completed',10,'2025-06-02 08:48:04','2025-06-02 08:48:42','2025-06-02 08:20:04','2025-06-02 08:48:42',NULL,0,0,NULL,NULL),
(6787,'mixpanel','completed',10,'2025-06-02 08:57:44','2025-06-02 08:58:56','2025-06-02 08:48:44','2025-06-02 08:58:56',NULL,0,0,NULL,NULL),
(6788,'mixpanel','completed',10,'2025-06-02 09:22:58','2025-06-02 09:23:31','2025-06-02 08:58:58','2025-06-02 09:23:31',NULL,0,0,NULL,NULL),
(6789,'mixpanel','completed',10,'2025-06-02 10:07:32','2025-06-02 10:09:25','2025-06-02 09:23:32','2025-06-02 10:09:25',NULL,0,0,NULL,NULL),
(6790,'mixpanel','completed',10,'2025-06-02 10:46:26','2025-06-02 10:47:27','2025-06-02 10:09:26','2025-06-02 10:47:27',NULL,0,0,NULL,NULL),
(6791,'mixpanel','completed',10,'2025-06-02 11:23:29','2025-06-02 11:24:19','2025-06-02 10:47:29','2025-06-02 11:24:19',NULL,0,0,NULL,NULL),
(6792,'mixpanel','completed',10,'2025-06-02 11:33:20','2025-06-02 11:34:33','2025-06-02 11:24:20','2025-06-02 11:34:33',NULL,0,0,NULL,NULL),
(6793,'mixpanel','completed',10,'2025-06-02 11:35:35','2025-06-02 11:36:36','2025-06-02 11:34:35','2025-06-02 11:36:36',NULL,0,0,NULL,NULL),
(6794,'mixpanel','completed',10,'2025-06-02 12:12:37','2025-06-02 12:13:28','2025-06-02 11:36:37','2025-06-02 12:13:28',NULL,0,0,NULL,NULL),
(6795,'mixpanel','completed',10,'2025-06-02 12:26:29','2025-06-02 12:27:48','2025-06-02 12:13:29','2025-06-02 12:27:48',NULL,0,0,NULL,NULL),
(6796,'mixpanel','completed',10,'2025-06-02 13:01:49','2025-06-02 13:02:37','2025-06-02 12:27:49','2025-06-02 13:02:37',NULL,0,0,NULL,NULL),
(6797,'mixpanel','completed',10,'2025-06-02 13:51:39','2025-06-02 13:51:46','2025-06-02 13:02:39','2025-06-02 13:51:46',NULL,0,0,NULL,NULL),
(6798,'mixpanel','completed',10,'2025-06-02 14:32:48','2025-06-02 14:34:47','2025-06-02 13:51:48','2025-06-02 14:34:47',NULL,0,0,NULL,NULL),
(6799,'mixpanel','completed',10,'2025-06-02 14:34:49','2025-06-02 14:36:50','2025-06-02 14:34:49','2025-06-02 14:36:50',NULL,0,0,NULL,NULL),
(6800,'mixpanel','completed',10,'2025-06-02 15:07:51','2025-06-02 15:09:36','2025-06-02 14:36:51','2025-06-02 15:09:36',NULL,0,0,NULL,NULL),
(6801,'mixpanel','completed',10,'2025-06-02 15:13:37','2025-06-02 15:13:41','2025-06-02 15:09:37','2025-06-02 15:13:41',NULL,0,0,NULL,NULL),
(6802,'mixpanel','completed',10,'2025-06-02 15:58:43','2025-06-02 15:58:45','2025-06-02 15:13:43','2025-06-02 15:58:45',NULL,0,0,NULL,NULL),
(6803,'schedule_re_engagement_email','completed',10,'2025-06-03 15:54:40','2025-06-03 15:55:12','2025-06-02 15:54:40','2025-06-03 15:55:12',NULL,0,0,NULL,NULL),
(6804,'mixpanel','completed',10,'2025-06-02 16:02:46','2025-06-02 16:02:50','2025-06-02 15:58:46','2025-06-02 16:02:50',NULL,0,0,NULL,NULL),
(6805,'mixpanel','completed',10,'2025-06-02 16:11:52','2025-06-02 16:13:05','2025-06-02 16:02:52','2025-06-02 16:13:05',NULL,0,0,NULL,NULL),
(6806,'mixpanel','completed',10,'2025-06-02 16:32:06','2025-06-02 16:32:32','2025-06-02 16:13:06','2025-06-02 16:32:32',NULL,0,0,NULL,NULL),
(6807,'mixpanel','completed',10,'2025-06-02 17:16:33','2025-06-02 17:17:35','2025-06-02 16:32:33','2025-06-02 17:17:35',NULL,0,0,NULL,NULL),
(6808,'mixpanel','completed',10,'2025-06-02 17:34:36','2025-06-02 17:36:01','2025-06-02 17:17:36','2025-06-02 17:36:01',NULL,0,0,NULL,NULL),
(6809,'mixpanel','completed',10,'2025-06-02 17:52:02','2025-06-02 17:52:24','2025-06-02 17:36:02','2025-06-02 17:52:24',NULL,0,0,NULL,NULL),
(6810,'mixpanel','completed',10,'2025-06-02 18:29:25','2025-06-02 18:31:18','2025-06-02 17:52:25','2025-06-02 18:31:18',NULL,0,0,NULL,NULL),
(6811,'mixpanel','completed',10,'2025-06-02 18:37:20','2025-06-02 18:38:28','2025-06-02 18:31:20','2025-06-02 18:38:28',NULL,0,0,NULL,NULL),
(6812,'mixpanel','completed',10,'2025-06-02 18:45:30','2025-06-02 18:46:40','2025-06-02 18:38:30','2025-06-02 18:46:40',NULL,0,0,NULL,NULL),
(6813,'mixpanel','completed',10,'2025-06-02 19:32:41','2025-06-02 19:34:49','2025-06-02 18:46:41','2025-06-02 19:34:49',NULL,0,0,NULL,NULL),
(6814,'mixpanel','completed',10,'2025-06-02 20:28:51','2025-06-02 20:30:07','2025-06-02 19:34:51','2025-06-02 20:30:07',NULL,0,0,NULL,NULL),
(6815,'mixpanel','completed',10,'2025-06-02 21:07:08','2025-06-02 21:09:01','2025-06-02 20:30:08','2025-06-02 21:09:01',NULL,0,0,NULL,NULL),
(6816,'mixpanel','completed',10,'2025-06-02 21:34:02','2025-06-02 21:35:38','2025-06-02 21:09:02','2025-06-02 21:35:38',NULL,0,0,NULL,NULL),
(6817,'mixpanel','completed',10,'2025-06-02 22:29:40','2025-06-02 22:30:22','2025-06-02 21:35:40','2025-06-02 22:30:22',NULL,0,0,NULL,NULL),
(6818,'mixpanel','completed',10,'2025-06-02 22:43:23','2025-06-02 22:45:14','2025-06-02 22:30:23','2025-06-02 22:45:14',NULL,0,0,NULL,NULL),
(6819,'mixpanel','completed',10,'2025-06-02 23:43:16','2025-06-02 23:44:37','2025-06-02 22:45:16','2025-06-02 23:44:37',NULL,0,0,NULL,NULL),
(6820,'subscribers_engagement_score','completed',10,'2025-06-02 23:20:02','2025-06-02 23:20:04','2025-06-02 23:20:02','2025-06-02 23:20:04',NULL,0,0,NULL,NULL),
(6821,'subscribers_engagement_score','completed',10,'2025-06-03 21:19:00','2025-06-03 21:19:42','2025-06-02 23:20:04','2025-06-03 21:19:42',NULL,0,0,NULL,NULL),
(6822,'mixpanel','completed',10,'2025-06-03 00:24:38','2025-06-03 00:25:34','2025-06-02 23:44:38','2025-06-03 00:25:34',NULL,0,0,NULL,NULL),
(6823,'inactive_subscribers','completed',10,'2025-06-09 00:00:00','2025-06-09 00:00:19','2025-06-03 00:02:01','2025-06-09 00:00:19',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(6824,'mixpanel','completed',10,'2025-06-03 01:03:35','2025-06-03 01:04:27','2025-06-03 00:25:35','2025-06-03 01:04:27',NULL,0,0,NULL,NULL),
(6825,'mixpanel','completed',10,'2025-06-03 01:41:29','2025-06-03 01:42:20','2025-06-03 01:04:29','2025-06-03 01:42:20',NULL,0,0,NULL,NULL),
(6826,'mixpanel','completed',10,'2025-06-03 02:38:22','2025-06-03 02:38:38','2025-06-03 01:42:22','2025-06-03 02:38:38',NULL,0,0,NULL,NULL),
(6827,'mixpanel','completed',10,'2025-06-03 03:32:39','2025-06-03 03:33:55','2025-06-03 02:39:39','2025-06-03 03:33:55',NULL,0,0,NULL,NULL),
(6828,'mixpanel','completed',10,'2025-06-03 04:24:56','2025-06-03 04:27:10','2025-06-03 03:33:56','2025-06-03 04:27:10',NULL,0,0,NULL,NULL),
(6829,'mixpanel','completed',10,'2025-06-03 04:33:11','2025-06-03 04:33:18','2025-06-03 04:27:11','2025-06-03 04:33:18',NULL,0,0,NULL,NULL),
(6830,'mixpanel','completed',10,'2025-06-03 05:11:20','2025-06-03 05:14:18','2025-06-03 04:33:20','2025-06-03 05:14:18',NULL,0,0,NULL,NULL),
(6831,'mixpanel','completed',10,'2025-06-03 05:58:19','2025-06-03 05:59:20','2025-06-03 05:14:19','2025-06-03 05:59:20',NULL,0,0,NULL,NULL),
(6832,'mixpanel','completed',10,'2025-06-03 06:43:22','2025-06-03 06:44:23','2025-06-03 05:59:22','2025-06-03 06:44:23',NULL,0,0,NULL,NULL),
(6833,'mixpanel','completed',10,'2025-06-03 06:59:23','2025-06-03 07:00:45','2025-06-03 06:44:23','2025-06-03 07:00:45',NULL,0,0,NULL,NULL),
(6834,'mixpanel','completed',10,'2025-06-03 07:08:47','2025-06-03 07:08:57','2025-06-03 07:00:47','2025-06-03 07:08:57',NULL,0,0,NULL,NULL),
(6835,'mixpanel','completed',10,'2025-06-03 07:29:58','2025-06-03 07:31:29','2025-06-03 07:08:58','2025-06-03 07:31:29',NULL,0,0,NULL,NULL),
(6836,'mixpanel','completed',10,'2025-06-03 08:28:30','2025-06-03 08:28:48','2025-06-03 07:31:30','2025-06-03 08:28:48',NULL,0,0,NULL,NULL),
(6837,'mixpanel','completed',10,'2025-06-03 08:30:50','2025-06-03 08:30:51','2025-06-03 08:28:50','2025-06-03 08:30:51',NULL,0,0,NULL,NULL),
(6838,'mixpanel','completed',10,'2025-06-03 09:12:53','2025-06-03 09:13:51','2025-06-03 08:30:53','2025-06-03 09:13:51',NULL,0,0,NULL,NULL),
(6839,'mixpanel','completed',10,'2025-06-03 09:47:53','2025-06-03 09:49:42','2025-06-03 09:13:53','2025-06-03 09:49:42',NULL,0,0,NULL,NULL),
(6840,'mixpanel','completed',10,'2025-06-03 09:51:43','2025-06-03 09:51:45','2025-06-03 09:49:43','2025-06-03 09:51:45',NULL,0,0,NULL,NULL),
(6841,'mixpanel','completed',10,'2025-06-03 10:47:46','2025-06-03 10:48:04','2025-06-03 09:51:46','2025-06-03 10:48:04',NULL,0,0,NULL,NULL),
(6842,'mixpanel','completed',10,'2025-06-03 11:22:06','2025-06-03 11:22:53','2025-06-03 10:48:06','2025-06-03 11:22:53',NULL,0,0,NULL,NULL),
(6843,'mixpanel','completed',10,'2025-06-03 12:14:53','2025-06-03 12:15:01','2025-06-03 11:22:53','2025-06-03 12:15:01',NULL,0,0,NULL,NULL),
(6844,'mixpanel','completed',10,'2025-06-03 12:56:02','2025-06-03 12:56:02','2025-06-03 12:15:02','2025-06-03 12:56:02',NULL,0,0,NULL,NULL),
(6845,'mixpanel','completed',10,'2025-06-03 13:16:04','2025-06-03 13:17:33','2025-06-03 12:56:04','2025-06-03 13:17:33',NULL,0,0,NULL,NULL),
(6846,'mixpanel','completed',10,'2025-06-03 13:26:34','2025-06-03 13:27:47','2025-06-03 13:17:34','2025-06-03 13:27:47',NULL,0,0,NULL,NULL),
(6847,'mixpanel','completed',10,'2025-06-03 14:05:49','2025-06-03 14:06:41','2025-06-03 13:27:49','2025-06-03 14:06:41',NULL,0,0,NULL,NULL),
(6848,'mixpanel','completed',10,'2025-06-03 14:41:43','2025-06-03 14:43:33','2025-06-03 14:06:43','2025-06-03 14:43:33',NULL,0,0,NULL,NULL),
(6849,'mixpanel','completed',10,'2025-06-03 15:27:33','2025-06-03 15:27:34','2025-06-03 14:43:33','2025-06-03 15:27:34',NULL,0,0,NULL,NULL),
(6850,'mixpanel','completed',10,'2025-06-03 15:44:35','2025-06-03 15:44:58','2025-06-03 15:27:35','2025-06-03 15:44:58',NULL,0,0,NULL,NULL),
(6851,'mixpanel','completed',10,'2025-06-03 16:21:59','2025-06-03 16:24:54','2025-06-03 15:44:59','2025-06-03 16:24:54',NULL,0,0,NULL,NULL),
(6852,'schedule_re_engagement_email','completed',10,'2025-06-04 15:55:14','2025-06-04 15:56:55','2025-06-03 15:55:14','2025-06-04 15:56:55',NULL,0,0,NULL,NULL),
(6853,'mixpanel','completed',10,'2025-06-03 16:54:56','2025-06-03 16:55:37','2025-06-03 16:24:56','2025-06-03 16:55:37',NULL,0,0,NULL,NULL),
(6854,'mixpanel','completed',10,'2025-06-03 17:21:39','2025-06-03 17:23:15','2025-06-03 16:55:39','2025-06-03 17:23:15',NULL,0,0,NULL,NULL),
(6855,'mixpanel','completed',10,'2025-06-03 17:32:17','2025-06-03 17:34:31','2025-06-03 17:23:17','2025-06-03 17:34:31',NULL,0,0,NULL,NULL),
(6856,'mixpanel','completed',10,'2025-06-03 17:57:33','2025-06-03 17:58:04','2025-06-03 17:34:33','2025-06-03 17:58:04',NULL,0,0,NULL,NULL),
(6857,'mixpanel','completed',10,'2025-06-03 18:02:05','2025-06-03 18:02:10','2025-06-03 17:58:05','2025-06-03 18:02:10',NULL,0,0,NULL,NULL),
(6858,'mixpanel','completed',10,'2025-06-03 18:13:11','2025-06-03 18:14:27','2025-06-03 18:02:11','2025-06-03 18:14:27',NULL,0,0,NULL,NULL),
(6859,'mixpanel','completed',10,'2025-06-03 18:59:29','2025-06-03 19:00:31','2025-06-03 18:14:29','2025-06-03 19:00:31',NULL,0,0,NULL,NULL),
(6860,'mixpanel','completed',10,'2025-06-03 19:56:32','2025-06-03 19:59:36','2025-06-03 19:00:32','2025-06-03 19:59:36',NULL,0,0,NULL,NULL),
(6861,'mixpanel','completed',10,'2025-06-03 20:53:38','2025-06-03 20:53:41','2025-06-03 19:59:38','2025-06-03 20:53:41',NULL,0,0,NULL,NULL),
(6862,'mixpanel','completed',10,'2025-06-03 21:14:37','2025-06-03 21:16:08','2025-06-03 20:54:37','2025-06-03 21:16:08',NULL,0,0,NULL,NULL),
(6863,'mixpanel','completed',10,'2025-06-03 22:14:40','2025-06-03 22:15:18','2025-06-03 21:17:40','2025-06-03 22:15:18',NULL,0,0,NULL,NULL),
(6864,'subscribers_engagement_score','completed',10,'2025-06-04 23:37:00','2025-06-04 23:38:33','2025-06-03 21:19:42','2025-06-04 23:38:33',NULL,0,0,NULL,NULL),
(6865,'mixpanel','completed',10,'2025-06-03 22:55:20','2025-06-03 22:56:18','2025-06-03 22:15:20','2025-06-03 22:56:18',NULL,0,0,NULL,NULL),
(6866,'mixpanel','completed',10,'2025-06-03 23:41:19','2025-06-03 23:43:18','2025-06-03 22:56:19','2025-06-03 23:43:18',NULL,0,0,NULL,NULL),
(6867,'mixpanel','completed',10,'2025-06-04 00:18:20','2025-06-04 00:19:26','2025-06-03 23:43:20','2025-06-04 00:19:26',NULL,0,0,NULL,NULL),
(6868,'mixpanel','completed',10,'2025-06-04 01:03:27','2025-06-04 01:04:07','2025-06-04 00:19:27','2025-06-04 01:04:07',NULL,0,0,NULL,NULL),
(6869,'mixpanel','completed',10,'2025-06-04 01:12:08','2025-06-04 01:12:11','2025-06-04 01:04:08','2025-06-04 01:12:11',NULL,0,0,NULL,NULL),
(6870,'mixpanel','completed',10,'2025-06-04 01:16:12','2025-06-04 01:16:13','2025-06-04 01:12:12','2025-06-04 01:16:13',NULL,0,0,NULL,NULL),
(6871,'mixpanel','completed',10,'2025-06-04 01:52:14','2025-06-04 01:52:56','2025-06-04 01:16:14','2025-06-04 01:52:56',NULL,0,0,NULL,NULL),
(6872,'mixpanel','completed',10,'2025-06-04 02:03:58','2025-06-04 02:04:12','2025-06-04 01:52:58','2025-06-04 02:04:12',NULL,0,0,NULL,NULL),
(6873,'mixpanel','completed',10,'2025-06-04 02:25:14','2025-06-04 02:26:44','2025-06-04 02:04:14','2025-06-04 02:26:44',NULL,0,0,NULL,NULL),
(6874,'mixpanel','completed',10,'2025-06-04 02:45:45','2025-06-04 02:46:10','2025-06-04 02:26:45','2025-06-04 02:46:10',NULL,0,0,NULL,NULL),
(6875,'mixpanel','completed',10,'2025-06-04 03:28:12','2025-06-04 03:30:10','2025-06-04 02:46:12','2025-06-04 03:30:10',NULL,0,0,NULL,NULL),
(6876,'mixpanel','completed',10,'2025-06-04 03:59:12','2025-06-04 04:01:12','2025-06-04 03:30:12','2025-06-04 04:01:12',NULL,0,0,NULL,NULL),
(6877,'mixpanel','completed',10,'2025-06-04 04:27:13','2025-06-04 04:27:27','2025-06-04 04:01:13','2025-06-04 04:27:27',NULL,0,0,NULL,NULL),
(6878,'mixpanel','completed',10,'2025-06-04 04:45:28','2025-06-04 04:45:51','2025-06-04 04:27:28','2025-06-04 04:45:51',NULL,0,0,NULL,NULL),
(6879,'mixpanel','completed',10,'2025-06-04 04:48:53','2025-06-04 04:48:56','2025-06-04 04:45:53','2025-06-04 04:48:56',NULL,0,0,NULL,NULL),
(6880,'mixpanel','completed',10,'2025-06-04 05:32:57','2025-06-04 05:33:56','2025-06-04 04:48:57','2025-06-04 05:33:56',NULL,0,0,NULL,NULL),
(6881,'mixpanel','completed',10,'2025-06-04 05:33:58','2025-06-04 05:35:59','2025-06-04 05:33:58','2025-06-04 05:35:59',NULL,0,0,NULL,NULL),
(6882,'mixpanel','completed',10,'2025-06-04 05:48:01','2025-06-04 05:49:17','2025-06-04 05:36:01','2025-06-04 05:49:17',NULL,0,0,NULL,NULL),
(6883,'mixpanel','completed',10,'2025-06-04 06:02:19','2025-06-04 06:02:35','2025-06-04 05:49:19','2025-06-04 06:02:35',NULL,0,0,NULL,NULL),
(6884,'mixpanel','completed',10,'2025-06-04 06:33:37','2025-06-04 06:35:20','2025-06-04 06:02:37','2025-06-04 06:35:20',NULL,0,0,NULL,NULL),
(6885,'mixpanel','completed',10,'2025-06-04 07:11:20','2025-06-04 07:12:33','2025-06-04 06:35:20','2025-06-04 07:12:33',NULL,0,0,NULL,NULL),
(6886,'mixpanel','completed',10,'2025-06-04 07:31:35','2025-06-04 07:31:35','2025-06-04 07:12:35','2025-06-04 07:31:35',NULL,0,0,NULL,NULL),
(6887,'mixpanel','completed',10,'2025-06-04 07:46:36','2025-06-04 07:47:57','2025-06-04 07:31:36','2025-06-04 07:47:57',NULL,0,0,NULL,NULL),
(6888,'mixpanel','completed',10,'2025-06-04 08:15:58','2025-06-04 08:16:36','2025-06-04 07:47:58','2025-06-04 08:16:36',NULL,0,0,NULL,NULL),
(6889,'mixpanel','completed',10,'2025-06-04 08:21:37','2025-06-04 08:22:44','2025-06-04 08:16:37','2025-06-04 08:22:44',NULL,0,0,NULL,NULL),
(6890,'mixpanel','completed',10,'2025-06-04 08:29:46','2025-06-04 08:31:56','2025-06-04 08:22:46','2025-06-04 08:31:56',NULL,0,0,NULL,NULL),
(6891,'mixpanel','completed',10,'2025-06-04 09:09:58','2025-06-04 09:11:50','2025-06-04 08:31:58','2025-06-04 09:11:50',NULL,0,0,NULL,NULL),
(6892,'mixpanel','completed',10,'2025-06-04 09:35:52','2025-06-04 09:36:23','2025-06-04 09:11:52','2025-06-04 09:36:23',NULL,0,0,NULL,NULL),
(6893,'mixpanel','completed',10,'2025-06-04 10:30:25','2025-06-04 10:31:28','2025-06-04 09:36:25','2025-06-04 10:31:28',NULL,0,0,NULL,NULL),
(6894,'mixpanel','completed',10,'2025-06-04 10:50:29','2025-06-04 10:53:06','2025-06-04 10:31:29','2025-06-04 10:53:06',NULL,0,0,NULL,NULL),
(6895,'mixpanel','completed',10,'2025-06-04 10:57:07','2025-06-04 10:57:11','2025-06-04 10:53:07','2025-06-04 10:57:11',NULL,0,0,NULL,NULL),
(6896,'mixpanel','completed',10,'2025-06-04 11:55:13','2025-06-04 11:55:31','2025-06-04 10:57:13','2025-06-04 11:55:31',NULL,0,0,NULL,NULL),
(6897,'mixpanel','completed',10,'2025-06-04 11:56:31','2025-06-04 11:57:33','2025-06-04 11:55:31','2025-06-04 11:57:33',NULL,0,0,NULL,NULL),
(6898,'mixpanel','completed',10,'2025-06-04 12:34:35','2025-06-04 12:35:22','2025-06-04 11:57:35','2025-06-04 12:35:22',NULL,0,0,NULL,NULL),
(6899,'mixpanel','completed',10,'2025-06-04 13:18:23','2025-06-04 13:19:23','2025-06-04 12:35:23','2025-06-04 13:19:23',NULL,0,0,NULL,NULL),
(6900,'mixpanel','completed',10,'2025-06-04 13:39:24','2025-06-04 13:39:50','2025-06-04 13:19:24','2025-06-04 13:39:50',NULL,0,0,NULL,NULL),
(6901,'mixpanel','completed',10,'2025-06-04 13:39:52','2025-06-04 13:41:53','2025-06-04 13:39:52','2025-06-04 13:41:53',NULL,0,0,NULL,NULL),
(6902,'mixpanel','completed',10,'2025-06-04 13:42:55','2025-06-04 13:43:56','2025-06-04 13:41:55','2025-06-04 13:43:56',NULL,0,0,NULL,NULL),
(6903,'mixpanel','completed',10,'2025-06-04 13:58:58','2025-06-04 13:59:45','2025-06-04 13:43:58','2025-06-04 13:59:45',NULL,0,0,NULL,NULL),
(6904,'mixpanel','completed',10,'2025-06-04 14:11:45','2025-06-04 14:12:34','2025-06-04 13:59:45','2025-06-04 14:12:34',NULL,0,0,NULL,NULL),
(6905,'mixpanel','completed',10,'2025-06-04 14:23:36','2025-06-04 14:24:43','2025-06-04 14:12:36','2025-06-04 14:24:43',NULL,0,0,NULL,NULL),
(6906,'mixpanel','completed',10,'2025-06-04 15:17:44','2025-06-04 15:18:03','2025-06-04 14:24:44','2025-06-04 15:18:03',NULL,0,0,NULL,NULL),
(6907,'mixpanel','completed',10,'2025-06-04 15:26:05','2025-06-04 15:28:17','2025-06-04 15:18:05','2025-06-04 15:28:17',NULL,0,0,NULL,NULL),
(6908,'mixpanel','completed',10,'2025-06-04 15:42:18','2025-06-04 15:42:36','2025-06-04 15:28:18','2025-06-04 15:42:36',NULL,0,0,NULL,NULL),
(6909,'mixpanel','completed',10,'2025-06-04 16:35:38','2025-06-04 16:36:30','2025-06-04 15:42:38','2025-06-04 16:36:30',NULL,0,0,NULL,NULL),
(6910,'schedule_re_engagement_email','completed',10,'2025-06-05 15:56:57','2025-06-05 15:58:21','2025-06-04 15:56:57','2025-06-05 15:58:21',NULL,0,0,NULL,NULL),
(6911,'mixpanel','completed',10,'2025-06-04 17:02:31','2025-06-04 17:03:27','2025-06-04 16:36:31','2025-06-04 17:03:27',NULL,0,0,NULL,NULL),
(6912,'mixpanel','completed',10,'2025-06-04 17:44:27','2025-06-04 17:46:22','2025-06-04 17:03:27','2025-06-04 17:46:22',NULL,0,0,NULL,NULL),
(6913,'mixpanel','completed',10,'2025-06-04 17:54:24','2025-06-04 17:56:29','2025-06-04 17:46:24','2025-06-04 17:56:29',NULL,0,0,NULL,NULL),
(6914,'mixpanel','completed',10,'2025-06-04 18:54:31','2025-06-04 18:55:56','2025-06-04 17:56:31','2025-06-04 18:55:56',NULL,0,0,NULL,NULL),
(6915,'mixpanel','completed',10,'2025-06-04 19:02:56','2025-06-04 19:04:07','2025-06-04 18:55:56','2025-06-04 19:04:07',NULL,0,0,NULL,NULL),
(6916,'mixpanel','completed',10,'2025-06-04 19:43:08','2025-06-04 19:44:00','2025-06-04 19:04:08','2025-06-04 19:44:00',NULL,0,0,NULL,NULL),
(6917,'mixpanel','completed',10,'2025-06-04 20:20:02','2025-06-04 20:20:50','2025-06-04 19:44:02','2025-06-04 20:20:50',NULL,0,0,NULL,NULL),
(6918,'mixpanel','completed',10,'2025-06-04 20:44:52','2025-06-04 20:45:23','2025-06-04 20:20:52','2025-06-04 20:45:23',NULL,0,0,NULL,NULL),
(6919,'mixpanel','completed',10,'2025-06-04 21:17:24','2025-06-04 21:18:07','2025-06-04 20:45:24','2025-06-04 21:18:07',NULL,0,0,NULL,NULL),
(6920,'mixpanel','completed',10,'2025-06-04 21:18:09','2025-06-04 21:20:10','2025-06-04 21:18:09','2025-06-04 21:20:10',NULL,0,0,NULL,NULL),
(6921,'mixpanel','completed',10,'2025-06-04 21:33:11','2025-06-04 21:34:29','2025-06-04 21:20:11','2025-06-04 21:34:29',NULL,0,0,NULL,NULL),
(6922,'mixpanel','completed',10,'2025-06-04 21:40:31','2025-06-04 21:41:39','2025-06-04 21:34:31','2025-06-04 21:41:39',NULL,0,0,NULL,NULL),
(6923,'mixpanel','completed',10,'2025-06-04 22:13:40','2025-06-04 22:15:25','2025-06-04 21:41:40','2025-06-04 22:15:25',NULL,0,0,NULL,NULL),
(6924,'mixpanel','completed',10,'2025-06-04 22:16:26','2025-06-04 22:17:28','2025-06-04 22:15:26','2025-06-04 22:17:28',NULL,0,0,NULL,NULL),
(6925,'mixpanel','completed',10,'2025-06-04 22:47:29','2025-06-04 22:50:11','2025-06-04 22:17:29','2025-06-04 22:50:11',NULL,0,0,NULL,NULL),
(6926,'mixpanel','completed',10,'2025-06-04 23:39:12','2025-06-04 23:40:34','2025-06-04 22:50:12','2025-06-04 23:40:34',NULL,0,0,NULL,NULL),
(6927,'subscribers_engagement_score','completed',10,'2025-06-04 23:38:33','2025-06-04 23:38:33','2025-06-04 23:38:33','2025-06-04 23:38:33',NULL,0,0,NULL,NULL),
(6928,'subscribers_engagement_score','completed',10,'2025-06-05 14:46:00','2025-06-05 14:46:45','2025-06-04 23:38:33','2025-06-05 14:46:45',NULL,0,0,NULL,NULL),
(6929,'mixpanel','completed',10,'2025-06-05 00:28:34','2025-06-05 00:30:25','2025-06-04 23:40:34','2025-06-05 00:30:25',NULL,0,0,NULL,NULL),
(6930,'export_files_cleanup','completed',10,'2025-06-10 00:00:00','2025-06-10 00:00:18','2025-06-05 00:01:47','2025-06-10 00:00:18',NULL,0,0,NULL,NULL),
(6931,'mixpanel','completed',10,'2025-06-05 00:55:25','2025-06-05 00:58:02','2025-06-05 00:30:25','2025-06-05 00:58:02',NULL,0,0,NULL,NULL),
(6932,'mixpanel','completed',10,'2025-06-05 01:14:04','2025-06-05 01:15:25','2025-06-05 00:58:04','2025-06-05 01:15:25',NULL,0,0,NULL,NULL),
(6933,'mixpanel','completed',10,'2025-06-05 01:21:27','2025-06-05 01:22:35','2025-06-05 01:15:27','2025-06-05 01:22:35',NULL,0,0,NULL,NULL),
(6934,'mixpanel','completed',10,'2025-06-05 01:41:36','2025-06-05 01:41:45','2025-06-05 01:22:36','2025-06-05 01:41:45',NULL,0,0,NULL,NULL),
(6935,'mixpanel','completed',10,'2025-06-05 02:32:45','2025-06-05 02:33:10','2025-06-05 01:41:45','2025-06-05 02:33:10',NULL,0,0,NULL,NULL),
(6936,'mixpanel','completed',10,'2025-06-05 02:37:11','2025-06-05 02:38:17','2025-06-05 02:33:11','2025-06-05 02:38:17',NULL,0,0,NULL,NULL),
(6937,'mixpanel','completed',10,'2025-06-05 03:16:18','2025-06-05 03:17:09','2025-06-05 02:38:18','2025-06-05 03:17:09',NULL,0,0,NULL,NULL),
(6938,'mixpanel','completed',10,'2025-06-05 03:48:11','2025-06-05 03:49:38','2025-06-05 03:17:11','2025-06-05 03:49:38',NULL,0,0,NULL,NULL),
(6939,'mixpanel','completed',10,'2025-06-05 04:39:40','2025-06-05 04:41:02','2025-06-05 03:49:40','2025-06-05 04:41:02',NULL,0,0,NULL,NULL),
(6940,'mixpanel','completed',10,'2025-06-05 04:51:04','2025-06-05 04:51:16','2025-06-05 04:41:04','2025-06-05 04:51:16',NULL,0,0,NULL,NULL),
(6941,'mixpanel','completed',10,'2025-06-05 04:56:17','2025-06-05 04:57:24','2025-06-05 04:51:17','2025-06-05 04:57:24',NULL,0,0,NULL,NULL),
(6942,'mixpanel','completed',10,'2025-06-05 05:04:26','2025-06-05 05:05:35','2025-06-05 04:57:26','2025-06-05 05:05:35',NULL,0,0,NULL,NULL),
(6943,'mixpanel','completed',10,'2025-06-05 05:26:37','2025-06-05 05:28:06','2025-06-05 05:05:37','2025-06-05 05:28:06',NULL,0,0,NULL,NULL),
(6944,'mixpanel','completed',10,'2025-06-05 05:27:07','2025-06-05 05:30:09','2025-06-05 05:28:07','2025-06-05 05:30:09',NULL,0,0,NULL,NULL),
(6945,'mixpanel','completed',10,'2025-06-05 05:44:10','2025-06-05 05:44:28','2025-06-05 05:30:10','2025-06-05 05:44:28',NULL,0,0,NULL,NULL),
(6946,'mixpanel','completed',10,'2025-06-05 06:01:29','2025-06-05 06:02:53','2025-06-05 05:44:29','2025-06-05 06:02:53',NULL,0,0,NULL,NULL),
(6947,'mixpanel','completed',10,'2025-06-05 06:28:54','2025-06-05 06:29:29','2025-06-05 06:02:54','2025-06-05 06:29:29',NULL,0,0,NULL,NULL),
(6948,'mixpanel','completed',10,'2025-06-05 06:30:30','2025-06-05 06:31:32','2025-06-05 06:29:30','2025-06-05 06:31:32',NULL,0,0,NULL,NULL),
(6949,'mixpanel','completed',10,'2025-06-05 07:12:33','2025-06-05 07:15:31','2025-06-05 06:31:33','2025-06-05 07:15:31',NULL,0,0,NULL,NULL),
(6950,'mixpanel','completed',10,'2025-06-05 08:00:32','2025-06-05 08:00:35','2025-06-05 07:15:32','2025-06-05 08:00:35',NULL,0,0,NULL,NULL),
(6951,'mixpanel','completed',10,'2025-06-05 08:13:37','2025-06-05 08:14:55','2025-06-05 08:00:37','2025-06-05 08:14:55',NULL,0,0,NULL,NULL),
(6952,'mixpanel','completed',10,'2025-06-05 08:30:56','2025-06-05 08:31:17','2025-06-05 08:14:56','2025-06-05 08:31:17',NULL,0,0,NULL,NULL),
(6953,'mixpanel','completed',10,'2025-06-05 09:02:18','2025-06-05 09:05:03','2025-06-05 08:31:18','2025-06-05 09:05:03',NULL,0,0,NULL,NULL),
(6954,'mixpanel','completed',10,'2025-06-05 09:30:04','2025-06-05 09:30:37','2025-06-05 09:05:04','2025-06-05 09:30:37',NULL,0,0,NULL,NULL),
(6955,'mixpanel','completed',10,'2025-06-05 10:07:39','2025-06-05 10:09:30','2025-06-05 09:30:39','2025-06-05 10:09:30',NULL,0,0,NULL,NULL),
(6956,'mixpanel','completed',10,'2025-06-05 10:49:32','2025-06-05 10:51:27','2025-06-05 10:09:32','2025-06-05 10:51:27',NULL,0,0,NULL,NULL),
(6957,'mixpanel','completed',10,'2025-06-05 11:16:28','2025-06-05 11:18:03','2025-06-05 10:51:28','2025-06-05 11:18:03',NULL,0,0,NULL,NULL),
(6958,'mixpanel','completed',10,'2025-06-05 11:19:04','2025-06-05 11:20:05','2025-06-05 11:18:04','2025-06-05 11:20:05',NULL,0,0,NULL,NULL),
(6959,'mixpanel','completed',10,'2025-06-05 11:28:07','2025-06-05 11:28:17','2025-06-05 11:20:07','2025-06-05 11:28:17',NULL,0,0,NULL,NULL),
(6960,'mixpanel','completed',10,'2025-06-05 11:44:18','2025-06-05 11:44:39','2025-06-05 11:28:18','2025-06-05 11:44:39',NULL,0,0,NULL,NULL),
(6961,'mixpanel','completed',10,'2025-06-05 12:07:41','2025-06-05 12:08:11','2025-06-05 11:44:41','2025-06-05 12:08:11',NULL,0,0,NULL,NULL),
(6962,'mixpanel','completed',10,'2025-06-05 12:44:13','2025-06-05 12:45:00','2025-06-05 12:08:13','2025-06-05 12:45:00',NULL,0,0,NULL,NULL),
(6963,'mixpanel','completed',10,'2025-06-05 13:12:02','2025-06-05 13:13:39','2025-06-05 12:45:02','2025-06-05 13:13:39',NULL,0,0,NULL,NULL),
(6964,'mixpanel','completed',10,'2025-06-05 13:13:41','2025-06-05 13:16:43','2025-06-05 13:13:41','2025-06-05 13:16:43',NULL,0,0,NULL,NULL),
(6965,'mixpanel','completed',10,'2025-06-05 14:14:45','2025-06-05 14:16:03','2025-06-05 13:16:45','2025-06-05 14:16:03',NULL,0,0,NULL,NULL),
(6966,'mixpanel','completed',10,'2025-06-05 14:21:05','2025-06-05 14:22:12','2025-06-05 14:16:05','2025-06-05 14:22:12',NULL,0,0,NULL,NULL),
(6967,'mixpanel','completed',10,'2025-06-05 14:46:13','2025-06-05 14:46:45','2025-06-05 14:22:13','2025-06-05 14:46:45',NULL,0,0,NULL,NULL),
(6968,'subscribers_engagement_score','completed',10,'2025-06-06 06:46:00','2025-06-06 06:47:22','2025-06-05 14:46:45','2025-06-06 06:47:22',NULL,0,0,NULL,NULL),
(6969,'mixpanel','completed',10,'2025-06-05 15:36:46','2025-06-05 15:37:37','2025-06-05 14:46:46','2025-06-05 15:37:37',NULL,0,0,NULL,NULL),
(6970,'mixpanel','completed',10,'2025-06-05 16:35:38','2025-06-05 16:36:11','2025-06-05 15:37:38','2025-06-05 16:36:11',NULL,0,0,NULL,NULL),
(6971,'schedule_re_engagement_email','completed',10,'2025-06-06 15:58:22','2025-06-06 16:00:17','2025-06-05 15:58:22','2025-06-06 16:00:17',NULL,0,0,NULL,NULL),
(6972,'mixpanel','completed',10,'2025-06-05 16:50:13','2025-06-05 16:50:31','2025-06-05 16:36:13','2025-06-05 16:50:31',NULL,0,0,NULL,NULL),
(6973,'mixpanel','completed',10,'2025-06-05 17:24:33','2025-06-05 17:25:17','2025-06-05 16:50:33','2025-06-05 17:25:17',NULL,0,0,NULL,NULL),
(6974,'mixpanel','completed',10,'2025-06-05 17:54:19','2025-06-05 17:54:57','2025-06-05 17:25:19','2025-06-05 17:54:57',NULL,0,0,NULL,NULL),
(6975,'mixpanel','completed',10,'2025-06-05 17:55:58','2025-06-05 17:57:00','2025-06-05 17:54:58','2025-06-05 17:57:00',NULL,0,0,NULL,NULL),
(6976,'mixpanel','completed',10,'2025-06-05 18:04:01','2025-06-05 18:05:11','2025-06-05 17:57:01','2025-06-05 18:05:11',NULL,0,0,NULL,NULL),
(6977,'mixpanel','completed',10,'2025-06-05 18:38:12','2025-06-05 18:40:38','2025-06-05 18:05:12','2025-06-05 18:40:38',NULL,0,0,NULL,NULL),
(6978,'mixpanel','completed',10,'2025-06-05 18:56:39','2025-06-05 18:57:21','2025-06-05 18:40:39','2025-06-05 18:57:21',NULL,0,0,NULL,NULL),
(6979,'mixpanel','completed',10,'2025-06-05 19:18:23','2025-06-05 19:18:50','2025-06-05 18:57:23','2025-06-05 19:18:50',NULL,0,0,NULL,NULL),
(6980,'mixpanel','completed',10,'2025-06-05 19:53:52','2025-06-05 19:55:39','2025-06-05 19:18:52','2025-06-05 19:55:39',NULL,0,0,NULL,NULL),
(6981,'mixpanel','completed',10,'2025-06-05 20:06:41','2025-06-05 20:08:44','2025-06-05 19:55:41','2025-06-05 20:08:44',NULL,0,0,NULL,NULL),
(6982,'mixpanel','completed',10,'2025-06-05 21:04:46','2025-06-05 21:06:14','2025-06-05 20:08:46','2025-06-05 21:06:14',NULL,0,0,NULL,NULL),
(6983,'mixpanel','completed',10,'2025-06-05 21:08:16','2025-06-05 21:08:17','2025-06-05 21:06:16','2025-06-05 21:08:17',NULL,0,0,NULL,NULL),
(6984,'mixpanel','completed',10,'2025-06-05 21:20:18','2025-06-05 21:20:34','2025-06-05 21:08:18','2025-06-05 21:20:34',NULL,0,0,NULL,NULL),
(6985,'mixpanel','completed',10,'2025-06-05 22:04:35','2025-06-05 22:04:35','2025-06-05 21:20:35','2025-06-05 22:04:35',NULL,0,0,NULL,NULL),
(6986,'mixpanel','completed',10,'2025-06-05 22:58:36','2025-06-05 22:58:47','2025-06-05 22:06:36','2025-06-05 22:58:47',NULL,0,0,NULL,NULL),
(6987,'mixpanel','completed',10,'2025-06-05 23:30:48','2025-06-05 23:32:32','2025-06-05 22:58:48','2025-06-05 23:32:32',NULL,0,0,NULL,NULL),
(6988,'mixpanel','completed',10,'2025-06-05 23:52:34','2025-06-05 23:54:53','2025-06-05 23:32:34','2025-06-05 23:54:53',NULL,0,0,NULL,NULL),
(6989,'mixpanel','completed',10,'2025-06-06 00:31:54','2025-06-06 00:32:53','2025-06-05 23:54:54','2025-06-06 00:32:53',NULL,0,0,NULL,NULL),
(6990,'mixpanel','completed',10,'2025-06-06 00:41:54','2025-06-06 00:42:05','2025-06-06 00:32:54','2025-06-06 00:42:05',NULL,0,0,NULL,NULL),
(6991,'mixpanel','completed',10,'2025-06-06 01:17:07','2025-06-06 01:18:55','2025-06-06 00:42:07','2025-06-06 01:18:55',NULL,0,0,NULL,NULL),
(6992,'mixpanel','completed',10,'2025-06-06 01:53:56','2025-06-06 01:54:43','2025-06-06 01:18:56','2025-06-06 01:54:43',NULL,0,0,NULL,NULL),
(6993,'mixpanel','completed',10,'2025-06-06 02:51:45','2025-06-06 02:53:02','2025-06-06 01:54:45','2025-06-06 02:53:02',NULL,0,0,NULL,NULL),
(6994,'mixpanel','completed',10,'2025-06-06 03:38:03','2025-06-06 03:41:06','2025-06-06 02:53:03','2025-06-06 03:41:06',NULL,0,0,NULL,NULL),
(6995,'mixpanel','completed',10,'2025-06-06 04:12:08','2025-06-06 04:13:50','2025-06-06 03:41:08','2025-06-06 04:13:50',NULL,0,0,NULL,NULL),
(6996,'mixpanel','completed',10,'2025-06-06 04:17:52','2025-06-06 04:17:56','2025-06-06 04:13:52','2025-06-06 04:17:56',NULL,0,0,NULL,NULL),
(6997,'mixpanel','completed',10,'2025-06-06 05:07:57','2025-06-06 05:09:07','2025-06-06 04:17:57','2025-06-06 05:09:07',NULL,0,0,NULL,NULL),
(6998,'mixpanel','completed',10,'2025-06-06 05:51:08','2025-06-06 05:53:41','2025-06-06 05:09:08','2025-06-06 05:53:41',NULL,0,0,NULL,NULL),
(6999,'mixpanel','completed',10,'2025-06-06 06:34:43','2025-06-06 06:34:59','2025-06-06 05:53:43','2025-06-06 06:34:59',NULL,0,0,NULL,NULL),
(7000,'mixpanel','completed',10,'2025-06-06 07:14:01','2025-06-06 07:14:18','2025-06-06 06:35:01','2025-06-06 07:14:18',NULL,0,0,NULL,NULL),
(7001,'subscribers_engagement_score','completed',10,'2025-06-06 06:47:22','2025-06-06 06:47:24','2025-06-06 06:47:22','2025-06-06 06:47:24',NULL,0,0,NULL,NULL),
(7002,'subscribers_engagement_score','completed',10,'2025-06-07 15:53:00','2025-06-07 15:53:19','2025-06-06 06:47:24','2025-06-07 15:53:19',NULL,0,0,NULL,NULL),
(7003,'mixpanel','completed',10,'2025-06-06 07:20:19','2025-06-06 07:20:19','2025-06-06 07:14:19','2025-06-06 07:20:19',NULL,0,0,NULL,NULL),
(7004,'mixpanel','completed',10,'2025-06-06 08:10:18','2025-06-06 08:12:04','2025-06-06 07:22:18','2025-06-06 08:12:04',NULL,0,0,NULL,NULL),
(7005,'mixpanel','completed',10,'2025-06-06 08:11:05','2025-06-06 08:14:39','2025-06-06 08:12:05','2025-06-06 08:14:39',NULL,0,0,NULL,NULL),
(7006,'mixpanel','completed',10,'2025-06-06 08:58:40','2025-06-06 08:59:18','2025-06-06 08:14:40','2025-06-06 08:59:18',NULL,0,0,NULL,NULL),
(7007,'mixpanel','completed',10,'2025-06-06 09:07:19','2025-06-06 09:07:20','2025-06-06 08:59:19','2025-06-06 09:07:20',NULL,0,0,NULL,NULL),
(7008,'mixpanel','completed',10,'2025-06-06 09:46:18','2025-06-06 09:47:18','2025-06-06 09:10:18','2025-06-06 09:47:18',NULL,0,0,NULL,NULL),
(7009,'mixpanel','completed',10,'2025-06-06 09:57:18','2025-06-06 09:59:17','2025-06-06 09:48:18','2025-06-06 09:59:17',NULL,0,0,NULL,NULL),
(7010,'mixpanel','completed',10,'2025-06-06 10:26:19','2025-06-06 10:26:20','2025-06-06 09:59:19','2025-06-06 10:26:20',NULL,0,0,NULL,NULL),
(7011,'mixpanel','completed',10,'2025-06-06 10:39:18','2025-06-06 10:41:18','2025-06-06 10:29:18','2025-06-06 10:41:18',NULL,0,0,NULL,NULL),
(7012,'mixpanel','completed',10,'2025-06-06 11:20:19','2025-06-06 11:20:19','2025-06-06 10:41:19','2025-06-06 11:20:19',NULL,0,0,NULL,NULL),
(7013,'mixpanel','completed',10,'2025-06-06 12:05:21','2025-06-06 12:08:18','2025-06-06 11:20:21','2025-06-06 12:08:18',NULL,0,0,NULL,NULL),
(7014,'mixpanel','completed',10,'2025-06-06 12:51:19','2025-06-06 12:52:18','2025-06-06 12:08:19','2025-06-06 12:52:18',NULL,0,0,NULL,NULL),
(7015,'mixpanel','completed',10,'2025-06-06 13:44:20','2025-06-06 13:45:17','2025-06-06 12:52:20','2025-06-06 13:45:17',NULL,0,0,NULL,NULL),
(7016,'mixpanel','completed',10,'2025-06-06 14:33:19','2025-06-06 14:34:18','2025-06-06 13:45:19','2025-06-06 14:34:18',NULL,0,0,NULL,NULL),
(7017,'mixpanel','completed',10,'2025-06-06 15:09:19','2025-06-06 15:09:20','2025-06-06 14:34:19','2025-06-06 15:09:20',NULL,0,0,NULL,NULL),
(7018,'mixpanel','completed',10,'2025-06-06 15:31:18','2025-06-06 15:33:19','2025-06-06 15:12:18','2025-06-06 15:33:19',NULL,0,0,NULL,NULL),
(7019,'mixpanel','completed',10,'2025-06-06 16:02:20','2025-06-06 16:02:21','2025-06-06 15:33:20','2025-06-06 16:02:21',NULL,0,0,NULL,NULL),
(7020,'schedule_re_engagement_email','completed',10,'2025-06-07 16:00:19','2025-06-07 16:02:19','2025-06-06 16:00:19','2025-06-07 16:02:19',NULL,0,0,NULL,NULL),
(7021,'mixpanel','completed',10,'2025-06-06 16:57:18','2025-06-06 16:57:19','2025-06-06 16:05:18','2025-06-06 16:57:19',NULL,0,0,NULL,NULL),
(7022,'mixpanel','completed',10,'2025-06-06 17:31:18','2025-06-06 17:32:18','2025-06-06 17:00:18','2025-06-06 17:32:18',NULL,0,0,NULL,NULL),
(7023,'mixpanel','completed',10,'2025-06-06 18:23:17','2025-06-06 18:25:18','2025-06-06 17:33:17','2025-06-06 18:25:18',NULL,0,0,NULL,NULL),
(7024,'mixpanel','completed',10,'2025-06-06 18:38:19','2025-06-06 18:38:20','2025-06-06 18:25:19','2025-06-06 18:38:20',NULL,0,0,NULL,NULL),
(7025,'mixpanel','completed',10,'2025-06-06 18:56:21','2025-06-06 18:59:18','2025-06-06 18:38:21','2025-06-06 18:59:18',NULL,0,0,NULL,NULL),
(7026,'mixpanel','completed',10,'2025-06-06 19:34:20','2025-06-06 19:35:18','2025-06-06 18:59:20','2025-06-06 19:35:18',NULL,0,0,NULL,NULL),
(7027,'mixpanel','completed',10,'2025-06-06 19:58:20','2025-06-06 19:59:19','2025-06-06 19:35:20','2025-06-06 19:59:19',NULL,0,0,NULL,NULL),
(7028,'mixpanel','completed',10,'2025-06-06 20:23:20','2025-06-06 20:25:18','2025-06-06 19:59:20','2025-06-06 20:25:18',NULL,0,0,NULL,NULL),
(7029,'mixpanel','completed',10,'2025-06-06 21:13:20','2025-06-06 21:15:18','2025-06-06 20:25:20','2025-06-06 21:15:18',NULL,0,0,NULL,NULL),
(7030,'mixpanel','completed',10,'2025-06-06 21:59:20','2025-06-06 21:59:20','2025-06-06 21:15:20','2025-06-06 21:59:20',NULL,0,0,NULL,NULL),
(7031,'mixpanel','completed',10,'2025-06-06 22:38:18','2025-06-06 22:40:18','2025-06-06 22:02:18','2025-06-06 22:40:18',NULL,0,0,NULL,NULL),
(7032,'mixpanel','completed',10,'2025-06-06 23:26:20','2025-06-06 23:29:18','2025-06-06 22:40:20','2025-06-06 23:29:18',NULL,0,0,NULL,NULL),
(7033,'mixpanel','completed',10,'2025-06-06 23:48:19','2025-06-06 23:50:26','2025-06-06 23:29:19','2025-06-06 23:50:26',NULL,0,0,NULL,NULL),
(7034,'mixpanel','completed',10,'2025-06-07 00:35:28','2025-06-07 00:35:28','2025-06-06 23:50:28','2025-06-07 00:35:28',NULL,0,0,NULL,NULL),
(7035,'subscribers_email_count','completed',10,'2025-06-09 00:00:00','2025-06-09 00:00:19','2025-06-07 00:00:40','2025-06-09 00:00:19',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(7036,'mixpanel','completed',10,'2025-06-07 01:08:29','2025-06-07 01:11:18','2025-06-07 00:35:29','2025-06-07 01:11:18',NULL,0,0,NULL,NULL),
(7037,'mixpanel','completed',10,'2025-06-07 01:24:20','2025-06-07 01:26:17','2025-06-07 01:11:20','2025-06-07 01:26:17',NULL,0,0,NULL,NULL),
(7038,'mixpanel','completed',10,'2025-06-07 01:48:19','2025-06-07 01:49:18','2025-06-07 01:26:19','2025-06-07 01:49:18',NULL,0,0,NULL,NULL),
(7039,'mixpanel','completed',10,'2025-06-07 02:38:19','2025-06-07 02:38:20','2025-06-07 01:49:19','2025-06-07 02:38:20',NULL,0,0,NULL,NULL),
(7040,'mixpanel','completed',10,'2025-06-07 03:12:22','2025-06-07 03:13:55','2025-06-07 02:38:22','2025-06-07 03:13:55',NULL,0,0,NULL,NULL),
(7041,'mixpanel','completed',10,'2025-06-07 03:34:57','2025-06-07 03:36:18','2025-06-07 03:13:57','2025-06-07 03:36:18',NULL,0,0,NULL,NULL),
(7042,'mixpanel','completed',10,'2025-06-07 03:51:19','2025-06-07 03:51:21','2025-06-07 03:36:19','2025-06-07 03:51:21',NULL,0,0,NULL,NULL),
(7043,'mixpanel','completed',10,'2025-06-07 04:12:22','2025-06-07 04:14:38','2025-06-07 03:51:22','2025-06-07 04:14:38',NULL,0,0,NULL,NULL),
(7044,'mixpanel','completed',10,'2025-06-07 04:27:39','2025-06-07 04:30:18','2025-06-07 04:14:39','2025-06-07 04:30:18',NULL,0,0,NULL,NULL),
(7045,'mixpanel','completed',10,'2025-06-07 05:24:19','2025-06-07 05:26:19','2025-06-07 04:30:19','2025-06-07 05:26:19',NULL,0,0,NULL,NULL),
(7046,'mixpanel','completed',10,'2025-06-07 05:32:20','2025-06-07 05:35:18','2025-06-07 05:26:20','2025-06-07 05:35:18',NULL,0,0,NULL,NULL),
(7047,'mixpanel','completed',10,'2025-06-07 06:18:19','2025-06-07 06:20:18','2025-06-07 05:35:19','2025-06-07 06:20:18',NULL,0,0,NULL,NULL),
(7048,'mixpanel','completed',10,'2025-06-07 07:12:19','2025-06-07 07:12:20','2025-06-07 06:20:19','2025-06-07 07:12:20',NULL,0,0,NULL,NULL),
(7049,'mixpanel','completed',10,'2025-06-07 08:10:18','2025-06-07 08:11:18','2025-06-07 07:15:18','2025-06-07 08:11:18',NULL,0,0,NULL,NULL),
(7050,'mixpanel','completed',10,'2025-06-07 08:38:20','2025-06-07 08:40:19','2025-06-07 08:11:20','2025-06-07 08:40:19',NULL,0,0,NULL,NULL),
(7051,'mixpanel','completed',10,'2025-06-07 09:37:20','2025-06-07 09:39:18','2025-06-07 08:40:20','2025-06-07 09:39:18',NULL,0,0,NULL,NULL),
(7052,'mixpanel','completed',10,'2025-06-07 09:44:19','2025-06-07 09:45:17','2025-06-07 09:39:19','2025-06-07 09:45:17',NULL,0,0,NULL,NULL),
(7053,'mixpanel','completed',10,'2025-06-07 10:28:19','2025-06-07 10:30:18','2025-06-07 09:45:19','2025-06-07 10:30:18',NULL,0,0,NULL,NULL),
(7054,'mixpanel','completed',10,'2025-06-07 10:36:20','2025-06-07 10:38:18','2025-06-07 10:30:20','2025-06-07 10:38:18',NULL,0,0,NULL,NULL),
(7055,'mixpanel','completed',10,'2025-06-07 11:24:18','2025-06-07 11:25:18','2025-06-07 10:39:18','2025-06-07 11:25:18',NULL,0,0,NULL,NULL),
(7056,'mixpanel','completed',10,'2025-06-07 11:50:20','2025-06-07 11:52:18','2025-06-07 11:25:20','2025-06-07 11:52:18',NULL,0,0,NULL,NULL),
(7057,'mixpanel','completed',10,'2025-06-07 11:51:20','2025-06-07 11:55:19','2025-06-07 11:52:20','2025-06-07 11:55:19',NULL,0,0,NULL,NULL),
(7058,'mixpanel','completed',10,'2025-06-07 12:02:20','2025-06-07 12:04:18','2025-06-07 11:55:20','2025-06-07 12:04:18',NULL,0,0,NULL,NULL),
(7059,'mixpanel','completed',10,'2025-06-07 12:21:20','2025-06-07 12:21:20','2025-06-07 12:04:20','2025-06-07 12:21:20',NULL,0,0,NULL,NULL),
(7060,'mixpanel','completed',10,'2025-06-07 13:14:18','2025-06-07 13:15:18','2025-06-07 12:24:18','2025-06-07 13:15:18',NULL,0,0,NULL,NULL),
(7061,'mixpanel','completed',10,'2025-06-07 13:53:19','2025-06-07 13:54:18','2025-06-07 13:15:19','2025-06-07 13:54:18',NULL,0,0,NULL,NULL),
(7062,'mixpanel','completed',10,'2025-06-07 14:51:19','2025-06-07 14:51:19','2025-06-07 13:54:19','2025-06-07 14:51:19',NULL,0,0,NULL,NULL),
(7063,'mixpanel','completed',10,'2025-06-07 15:17:18','2025-06-07 15:17:19','2025-06-07 14:54:18','2025-06-07 15:17:19',NULL,0,0,NULL,NULL),
(7064,'mixpanel','completed',10,'2025-06-07 15:29:19','2025-06-07 15:29:20','2025-06-07 15:20:19','2025-06-07 15:29:20',NULL,0,0,NULL,NULL),
(7065,'mixpanel','completed',10,'2025-06-07 16:24:18','2025-06-07 16:25:18','2025-06-07 15:32:18','2025-06-07 16:25:18',NULL,0,0,NULL,NULL),
(7066,'subscribers_engagement_score','completed',10,'2025-06-07 15:53:19','2025-06-07 15:53:20','2025-06-07 15:53:19','2025-06-07 15:53:20',NULL,0,0,NULL,NULL),
(7067,'subscribers_engagement_score','completed',10,'2025-06-08 17:29:00','2025-06-08 17:31:19','2025-06-07 15:53:20','2025-06-08 17:31:19',NULL,0,0,NULL,NULL),
(7068,'schedule_re_engagement_email','completed',10,'2025-06-08 16:02:20','2025-06-08 16:04:18','2025-06-07 16:02:20','2025-06-08 16:04:18',NULL,0,0,NULL,NULL),
(7069,'mixpanel','completed',10,'2025-06-07 16:26:19','2025-06-07 16:28:19','2025-06-07 16:25:19','2025-06-07 16:28:19',NULL,0,0,NULL,NULL),
(7070,'mixpanel','completed',10,'2025-06-07 16:55:20','2025-06-07 16:58:18','2025-06-07 16:28:20','2025-06-07 16:58:18',NULL,0,0,NULL,NULL),
(7071,'mixpanel','completed',10,'2025-06-07 17:01:19','2025-06-07 17:01:20','2025-06-07 16:58:19','2025-06-07 17:01:20',NULL,0,0,NULL,NULL),
(7072,'mixpanel','completed',10,'2025-06-07 17:32:18','2025-06-07 17:34:19','2025-06-07 17:04:18','2025-06-07 17:34:19',NULL,0,0,NULL,NULL),
(7073,'mixpanel','completed',10,'2025-06-07 18:23:20','2025-06-07 18:25:18','2025-06-07 17:34:20','2025-06-07 18:25:18',NULL,0,0,NULL,NULL),
(7074,'mixpanel','completed',10,'2025-06-07 18:35:20','2025-06-07 18:37:18','2025-06-07 18:25:20','2025-06-07 18:37:18',NULL,0,0,NULL,NULL),
(7075,'mixpanel','completed',10,'2025-06-07 19:22:19','2025-06-07 19:22:20','2025-06-07 18:37:19','2025-06-07 19:22:20',NULL,0,0,NULL,NULL),
(7076,'mixpanel','completed',10,'2025-06-07 19:46:18','2025-06-07 19:48:18','2025-06-07 19:25:18','2025-06-07 19:48:18',NULL,0,0,NULL,NULL),
(7077,'mixpanel','completed',10,'2025-06-07 20:44:20','2025-06-07 20:45:19','2025-06-07 19:48:20','2025-06-07 20:45:19',NULL,0,0,NULL,NULL),
(7078,'mixpanel','completed',10,'2025-06-07 21:43:20','2025-06-07 21:45:18','2025-06-07 20:45:20','2025-06-07 21:45:18',NULL,0,0,NULL,NULL),
(7079,'mixpanel','completed',10,'2025-06-07 21:46:17','2025-06-07 21:48:18','2025-06-07 21:46:17','2025-06-07 21:48:18',NULL,0,0,NULL,NULL),
(7080,'mixpanel','completed',10,'2025-06-07 21:55:19','2025-06-07 21:55:19','2025-06-07 21:48:19','2025-06-07 21:55:19',NULL,0,0,NULL,NULL),
(7081,'mixpanel','completed',10,'2025-06-07 22:36:20','2025-06-07 22:36:28','2025-06-07 21:55:20','2025-06-07 22:36:28',NULL,0,0,NULL,NULL),
(7082,'mixpanel','completed',10,'2025-06-07 22:38:30','2025-06-07 22:40:18','2025-06-07 22:36:30','2025-06-07 22:40:18',NULL,0,0,NULL,NULL),
(7083,'mixpanel','completed',10,'2025-06-07 23:03:19','2025-06-07 23:04:18','2025-06-07 22:40:19','2025-06-07 23:04:18',NULL,0,0,NULL,NULL),
(7084,'mixpanel','completed',10,'2025-06-07 23:30:19','2025-06-07 23:32:19','2025-06-07 23:04:19','2025-06-07 23:32:19',NULL,0,0,NULL,NULL),
(7085,'mixpanel','completed',10,'2025-06-08 00:23:20','2025-06-08 00:25:17','2025-06-07 23:32:20','2025-06-08 00:25:17',NULL,0,0,NULL,NULL),
(7086,'mixpanel','completed',10,'2025-06-08 00:57:19','2025-06-08 00:58:19','2025-06-08 00:25:19','2025-06-08 00:58:19',NULL,0,0,NULL,NULL),
(7087,'mixpanel','completed',10,'2025-06-08 01:11:19','2025-06-08 01:13:18','2025-06-08 00:58:19','2025-06-08 01:13:18',NULL,0,0,NULL,NULL),
(7088,'mixpanel','completed',10,'2025-06-08 01:53:20','2025-06-08 01:54:17','2025-06-08 01:13:20','2025-06-08 01:54:17',NULL,0,0,NULL,NULL),
(7089,'mixpanel','completed',10,'2025-06-08 01:57:19','2025-06-08 01:57:19','2025-06-08 01:54:19','2025-06-08 01:57:19',NULL,0,0,NULL,NULL),
(7090,'mixpanel','completed',10,'2025-06-08 02:23:18','2025-06-08 02:23:32','2025-06-08 02:00:18','2025-06-08 02:23:32',NULL,0,0,NULL,NULL),
(7091,'mixpanel','completed',10,'2025-06-08 02:45:34','2025-06-08 02:47:18','2025-06-08 02:23:34','2025-06-08 02:47:18',NULL,0,0,NULL,NULL),
(7092,'mixpanel','completed',10,'2025-06-08 03:24:20','2025-06-08 03:24:30','2025-06-08 02:47:20','2025-06-08 03:24:30',NULL,0,0,NULL,NULL),
(7093,'mixpanel','completed',10,'2025-06-08 03:58:32','2025-06-08 03:59:18','2025-06-08 03:24:32','2025-06-08 03:59:18',NULL,0,0,NULL,NULL),
(7094,'mixpanel','completed',10,'2025-06-08 04:46:20','2025-06-08 04:47:18','2025-06-08 03:59:20','2025-06-08 04:47:18',NULL,0,0,NULL,NULL),
(7095,'mixpanel','completed',10,'2025-06-08 05:18:20','2025-06-08 05:19:18','2025-06-08 04:47:20','2025-06-08 05:19:18',NULL,0,0,NULL,NULL),
(7096,'mixpanel','completed',10,'2025-06-08 05:29:18','2025-06-08 05:30:18','2025-06-08 05:19:18','2025-06-08 05:30:18',NULL,0,0,NULL,NULL),
(7097,'mixpanel','completed',10,'2025-06-08 05:46:19','2025-06-08 05:48:18','2025-06-08 05:30:19','2025-06-08 05:48:18',NULL,0,0,NULL,NULL),
(7098,'mixpanel','completed',10,'2025-06-08 06:44:20','2025-06-08 06:45:19','2025-06-08 05:48:20','2025-06-08 06:45:19',NULL,0,0,NULL,NULL),
(7099,'mixpanel','completed',10,'2025-06-08 07:05:20','2025-06-08 07:07:18','2025-06-08 06:45:20','2025-06-08 07:07:18',NULL,0,0,NULL,NULL),
(7100,'mixpanel','completed',10,'2025-06-08 07:21:20','2025-06-08 07:22:17','2025-06-08 07:07:20','2025-06-08 07:22:17',NULL,0,0,NULL,NULL),
(7101,'mixpanel','completed',10,'2025-06-08 07:28:19','2025-06-08 07:30:18','2025-06-08 07:22:19','2025-06-08 07:30:18',NULL,0,0,NULL,NULL),
(7102,'mixpanel','completed',10,'2025-06-08 07:39:20','2025-06-08 07:42:18','2025-06-08 07:30:20','2025-06-08 07:42:18',NULL,0,0,NULL,NULL),
(7103,'mixpanel','completed',10,'2025-06-08 07:57:19','2025-06-08 07:57:19','2025-06-08 07:42:19','2025-06-08 07:57:19',NULL,0,0,NULL,NULL),
(7104,'mixpanel','completed',10,'2025-06-08 08:41:18','2025-06-08 08:42:18','2025-06-08 08:00:18','2025-06-08 08:42:18',NULL,0,0,NULL,NULL),
(7105,'mixpanel','completed',10,'2025-06-08 09:29:20','2025-06-08 09:29:20','2025-06-08 08:42:20','2025-06-08 09:29:20',NULL,0,0,NULL,NULL),
(7106,'mixpanel','completed',10,'2025-06-08 09:51:18','2025-06-08 09:53:18','2025-06-08 09:32:18','2025-06-08 09:53:18',NULL,0,0,NULL,NULL),
(7107,'mixpanel','completed',10,'2025-06-08 10:47:19','2025-06-08 10:47:20','2025-06-08 09:53:19','2025-06-08 10:47:20',NULL,0,0,NULL,NULL),
(7108,'mixpanel','completed',10,'2025-06-08 11:48:18','2025-06-08 11:50:18','2025-06-08 10:50:18','2025-06-08 11:50:18',NULL,0,0,NULL,NULL),
(7109,'mixpanel','completed',10,'2025-06-08 12:27:20','2025-06-08 12:28:18','2025-06-08 11:50:20','2025-06-08 12:28:18',NULL,0,0,NULL,NULL),
(7110,'mixpanel','completed',10,'2025-06-08 12:40:20','2025-06-08 12:40:20','2025-06-08 12:28:20','2025-06-08 12:40:20',NULL,0,0,NULL,NULL),
(7111,'mixpanel','completed',10,'2025-06-08 12:50:18','2025-06-08 12:52:18','2025-06-08 12:43:18','2025-06-08 12:52:18',NULL,0,0,NULL,NULL),
(7112,'mixpanel','completed',10,'2025-06-08 13:07:20','2025-06-08 13:10:18','2025-06-08 12:52:20','2025-06-08 13:10:18',NULL,0,0,NULL,NULL),
(7113,'mixpanel','completed',10,'2025-06-08 13:39:19','2025-06-08 13:40:19','2025-06-08 13:10:19','2025-06-08 13:40:19',NULL,0,0,NULL,NULL),
(7114,'mixpanel','completed',10,'2025-06-08 14:19:20','2025-06-08 14:22:18','2025-06-08 13:40:20','2025-06-08 14:22:18',NULL,0,0,NULL,NULL),
(7115,'mixpanel','completed',10,'2025-06-08 15:04:20','2025-06-08 15:04:20','2025-06-08 14:22:20','2025-06-08 15:04:20',NULL,0,0,NULL,NULL),
(7116,'mixpanel','completed',10,'2025-06-08 15:34:19','2025-06-08 15:36:18','2025-06-08 15:07:19','2025-06-08 15:36:18',NULL,0,0,NULL,NULL),
(7117,'mixpanel','completed',10,'2025-06-08 16:34:20','2025-06-08 16:35:17','2025-06-08 15:36:20','2025-06-08 16:35:17',NULL,0,0,NULL,NULL),
(7118,'schedule_re_engagement_email','completed',10,'2025-06-09 16:04:20','2025-06-09 16:05:19','2025-06-08 16:04:20','2025-06-09 16:05:19',NULL,0,0,NULL,NULL),
(7119,'mixpanel','completed',10,'2025-06-08 17:15:19','2025-06-08 17:16:18','2025-06-08 16:35:19','2025-06-08 17:16:18',NULL,0,0,NULL,NULL),
(7120,'mixpanel','completed',10,'2025-06-08 17:30:19','2025-06-08 17:31:19','2025-06-08 17:16:19','2025-06-08 17:31:19',NULL,0,0,NULL,NULL),
(7121,'subscribers_engagement_score','completed',10,'2025-06-08 17:31:19','2025-06-08 17:31:20','2025-06-08 17:31:19','2025-06-08 17:31:20',NULL,0,0,NULL,NULL),
(7122,'subscribers_engagement_score','completed',10,'2025-06-09 07:44:00','2025-06-09 07:45:30','2025-06-08 17:31:20','2025-06-09 07:45:30',NULL,0,0,NULL,NULL),
(7123,'mixpanel','completed',10,'2025-06-08 17:39:20','2025-06-08 17:40:18','2025-06-08 17:31:20','2025-06-08 17:40:18',NULL,0,0,NULL,NULL),
(7124,'mixpanel','completed',10,'2025-06-08 18:30:20','2025-06-08 18:32:18','2025-06-08 17:40:20','2025-06-08 18:32:18',NULL,0,0,NULL,NULL),
(7125,'mixpanel','completed',10,'2025-06-08 18:41:19','2025-06-08 18:41:19','2025-06-08 18:32:19','2025-06-08 18:41:19',NULL,0,0,NULL,NULL),
(7126,'mixpanel','completed',10,'2025-06-08 19:01:17','2025-06-08 19:03:18','2025-06-08 18:44:17','2025-06-08 19:03:18',NULL,0,0,NULL,NULL),
(7127,'mixpanel','completed',10,'2025-06-08 19:07:19','2025-06-08 19:09:18','2025-06-08 19:03:19','2025-06-08 19:09:18',NULL,0,0,NULL,NULL),
(7128,'mixpanel','completed',10,'2025-06-08 20:00:19','2025-06-08 20:00:20','2025-06-08 19:09:19','2025-06-08 20:00:20',NULL,0,0,NULL,NULL),
(7129,'mixpanel','completed',10,'2025-06-08 20:44:38','2025-06-08 20:45:18','2025-06-08 20:02:38','2025-06-08 20:45:18',NULL,0,0,NULL,NULL),
(7130,'mixpanel','completed',10,'2025-06-08 21:17:19','2025-06-08 21:18:18','2025-06-08 20:45:19','2025-06-08 21:18:18',NULL,0,0,NULL,NULL),
(7131,'mixpanel','completed',10,'2025-06-08 21:31:20','2025-06-08 21:33:18','2025-06-08 21:18:20','2025-06-08 21:33:18',NULL,0,0,NULL,NULL),
(7132,'mixpanel','completed',10,'2025-06-08 22:10:19','2025-06-08 22:12:18','2025-06-08 21:33:19','2025-06-08 22:12:18',NULL,0,0,NULL,NULL),
(7133,'mixpanel','completed',10,'2025-06-08 23:03:20','2025-06-08 23:05:18','2025-06-08 22:12:20','2025-06-08 23:05:18',NULL,0,0,NULL,NULL),
(7134,'mixpanel','completed',10,'2025-06-08 23:57:20','2025-06-08 23:58:17','2025-06-08 23:05:20','2025-06-08 23:58:17',NULL,0,0,NULL,NULL),
(7135,'mixpanel','completed',10,'2025-06-09 00:12:19','2025-06-09 00:12:19','2025-06-08 23:58:19','2025-06-09 00:12:19',NULL,0,0,NULL,NULL),
(7136,'subscribers_email_count','completed',10,'2025-06-18 00:00:00','2025-06-18 00:02:18','2025-06-09 00:00:19','2025-06-18 00:02:18',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(7137,'inactive_subscribers','completed',10,'2025-06-18 00:00:00','2025-06-18 00:02:18','2025-06-09 00:00:19','2025-06-18 00:02:18',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(7138,'mixpanel','completed',10,'2025-06-09 00:21:18','2025-06-09 00:21:18','2025-06-09 00:15:18','2025-06-09 00:21:18',NULL,0,0,NULL,NULL),
(7139,'mixpanel','completed',10,'2025-06-09 01:08:20','2025-06-09 01:11:18','2025-06-09 00:21:20','2025-06-09 01:11:18',NULL,0,0,NULL,NULL),
(7140,'mixpanel','completed',10,'2025-06-09 01:33:20','2025-06-09 01:35:18','2025-06-09 01:11:20','2025-06-09 01:35:18',NULL,0,0,NULL,NULL),
(7141,'mixpanel','completed',10,'2025-06-09 02:18:19','2025-06-09 02:19:36','2025-06-09 01:35:19','2025-06-09 02:19:36',NULL,0,0,NULL,NULL),
(7142,'mixpanel','completed',10,'2025-06-09 02:53:38','2025-06-09 02:55:19','2025-06-09 02:19:38','2025-06-09 02:55:19',NULL,0,0,NULL,NULL),
(7143,'mixpanel','completed',10,'2025-06-09 03:50:20','2025-06-09 03:51:18','2025-06-09 02:55:20','2025-06-09 03:51:18',NULL,0,0,NULL,NULL),
(7144,'mixpanel','completed',10,'2025-06-09 03:56:20','2025-06-09 03:57:17','2025-06-09 03:51:20','2025-06-09 03:57:17',NULL,0,0,NULL,NULL),
(7145,'mixpanel','completed',10,'2025-06-09 04:00:19','2025-06-09 04:01:50','2025-06-09 03:57:19','2025-06-09 04:01:50',NULL,0,0,NULL,NULL),
(7146,'mixpanel','completed',10,'2025-06-09 04:12:19','2025-06-09 04:12:19','2025-06-09 04:03:19','2025-06-09 04:12:19',NULL,0,0,NULL,NULL),
(7147,'mixpanel','completed',10,'2025-06-09 04:52:19','2025-06-09 04:54:22','2025-06-09 04:15:19','2025-06-09 04:54:22',NULL,0,0,NULL,NULL),
(7148,'mixpanel','completed',10,'2025-06-09 05:30:24','2025-06-09 05:32:51','2025-06-09 04:54:24','2025-06-09 05:32:51',NULL,0,0,NULL,NULL),
(7149,'mixpanel','completed',10,'2025-06-09 06:30:53','2025-06-09 06:31:24','2025-06-09 05:32:53','2025-06-09 06:31:24',NULL,0,0,NULL,NULL),
(7150,'mixpanel','completed',10,'2025-06-09 06:32:26','2025-06-09 06:34:19','2025-06-09 06:31:26','2025-06-09 06:34:19',NULL,0,0,NULL,NULL),
(7151,'mixpanel','completed',10,'2025-06-09 07:29:21','2025-06-09 07:30:30','2025-06-09 06:34:21','2025-06-09 07:30:30',NULL,0,0,NULL,NULL),
(7152,'mixpanel','completed',10,'2025-06-09 07:30:31','2025-06-09 07:33:22','2025-06-09 07:30:31','2025-06-09 07:33:22',NULL,0,0,NULL,NULL),
(7153,'mixpanel','completed',10,'2025-06-09 08:27:24','2025-06-09 08:28:34','2025-06-09 07:33:24','2025-06-09 08:28:34',NULL,0,0,NULL,NULL),
(7154,'subscribers_engagement_score','completed',10,'2025-06-09 07:45:30','2025-06-09 07:45:32','2025-06-09 07:45:30','2025-06-09 07:45:32',NULL,0,0,NULL,NULL),
(7155,'subscribers_engagement_score','completed',10,'2025-06-10 20:25:00','2025-06-10 20:25:18','2025-06-09 07:45:32','2025-06-10 20:25:18',NULL,0,0,NULL,NULL),
(7156,'mixpanel','completed',10,'2025-06-09 08:42:35','2025-06-09 08:42:35','2025-06-09 08:28:35','2025-06-09 08:42:35',NULL,0,0,NULL,NULL),
(7157,'mixpanel','completed',10,'2025-06-09 09:19:37','2025-06-09 09:21:20','2025-06-09 08:44:37','2025-06-09 09:21:20',NULL,0,0,NULL,NULL),
(7158,'mixpanel','completed',10,'2025-06-09 09:53:21','2025-06-09 09:54:41','2025-06-09 09:21:21','2025-06-09 09:54:41',NULL,0,0,NULL,NULL),
(7159,'mixpanel','completed',10,'2025-06-09 10:48:42','2025-06-09 10:50:20','2025-06-09 09:54:42','2025-06-09 10:50:20',NULL,0,0,NULL,NULL),
(7160,'mixpanel','completed',10,'2025-06-09 11:42:22','2025-06-09 11:43:19','2025-06-09 10:50:22','2025-06-09 11:43:19',NULL,0,0,NULL,NULL),
(7161,'mixpanel','completed',10,'2025-06-09 11:51:20','2025-06-09 11:51:20','2025-06-09 11:43:20','2025-06-09 11:51:20',NULL,0,0,NULL,NULL),
(7162,'mixpanel','completed',10,'2025-06-09 11:59:21','2025-06-09 11:59:30','2025-06-09 11:53:21','2025-06-09 11:59:30',NULL,0,0,NULL,NULL),
(7163,'mixpanel','completed',10,'2025-06-09 12:04:31','2025-06-09 12:05:38','2025-06-09 11:59:31','2025-06-09 12:05:38',NULL,0,0,NULL,NULL),
(7164,'mixpanel','completed',10,'2025-06-09 12:15:39','2025-06-09 12:16:53','2025-06-09 12:05:39','2025-06-09 12:16:53',NULL,0,0,NULL,NULL),
(7165,'mixpanel','completed',10,'2025-06-09 13:04:55','2025-06-09 13:07:18','2025-06-09 12:16:55','2025-06-09 13:07:18',NULL,0,0,NULL,NULL),
(7166,'mixpanel','completed',10,'2025-06-09 13:12:19','2025-06-09 13:13:18','2025-06-09 13:07:19','2025-06-09 13:13:18',NULL,0,0,NULL,NULL),
(7167,'mixpanel','completed',10,'2025-06-09 14:04:20','2025-06-09 14:05:18','2025-06-09 13:13:20','2025-06-09 14:05:18',NULL,0,0,NULL,NULL),
(7168,'mixpanel','completed',10,'2025-06-09 15:02:19','2025-06-09 15:03:19','2025-06-09 14:05:19','2025-06-09 15:03:19',NULL,0,0,NULL,NULL),
(7169,'mixpanel','completed',10,'2025-06-09 15:19:18','2025-06-09 15:20:17','2025-06-09 15:05:18','2025-06-09 15:20:17',NULL,0,0,NULL,NULL),
(7170,'mixpanel','completed',10,'2025-06-09 15:33:19','2025-06-09 15:35:18','2025-06-09 15:20:19','2025-06-09 15:35:18',NULL,0,0,NULL,NULL),
(7171,'mixpanel','completed',10,'2025-06-09 16:01:19','2025-06-09 16:02:18','2025-06-09 15:35:19','2025-06-09 16:02:18',NULL,0,0,NULL,NULL),
(7172,'mixpanel','completed',10,'2025-06-09 16:55:19','2025-06-09 16:56:19','2025-06-09 16:02:19','2025-06-09 16:56:19',NULL,0,0,NULL,NULL),
(7173,'schedule_re_engagement_email','completed',10,'2025-06-10 16:05:20','2025-06-10 16:06:24','2025-06-09 16:05:20','2025-06-10 16:06:24',NULL,0,0,NULL,NULL),
(7174,'mixpanel','completed',10,'2025-06-09 17:11:18','2025-06-09 17:13:18','2025-06-09 16:58:18','2025-06-09 17:13:18',NULL,0,0,NULL,NULL),
(7175,'mixpanel','completed',10,'2025-06-09 17:50:20','2025-06-09 17:52:19','2025-06-09 17:13:20','2025-06-09 17:52:19',NULL,0,0,NULL,NULL),
(7176,'mixpanel','completed',10,'2025-06-09 18:22:20','2025-06-09 18:25:18','2025-06-09 17:52:20','2025-06-09 18:25:18',NULL,0,0,NULL,NULL),
(7177,'mixpanel','completed',10,'2025-06-09 19:03:20','2025-06-09 19:04:19','2025-06-09 18:25:20','2025-06-09 19:04:19',NULL,0,0,NULL,NULL),
(7178,'mixpanel','completed',10,'2025-06-09 19:12:21','2025-06-09 19:13:18','2025-06-09 19:04:21','2025-06-09 19:13:18',NULL,0,0,NULL,NULL),
(7179,'mixpanel','completed',10,'2025-06-09 20:08:20','2025-06-09 20:10:13','2025-06-09 19:13:20','2025-06-09 20:10:13',NULL,0,0,NULL,NULL),
(7180,'mixpanel','completed',10,'2025-06-09 20:51:14','2025-06-09 20:53:18','2025-06-09 20:10:14','2025-06-09 20:53:18',NULL,0,0,NULL,NULL),
(7181,'mixpanel','completed',10,'2025-06-09 21:33:20','2025-06-09 21:36:03','2025-06-09 20:53:20','2025-06-09 21:36:03',NULL,0,0,NULL,NULL),
(7182,'mixpanel','completed',10,'2025-06-09 21:38:05','2025-06-09 21:38:50','2025-06-09 21:36:05','2025-06-09 21:38:50',NULL,0,0,NULL,NULL),
(7183,'mixpanel','completed',10,'2025-06-09 22:24:51','2025-06-09 22:25:14','2025-06-09 21:38:51','2025-06-09 22:25:14',NULL,0,0,NULL,NULL),
(7184,'mixpanel','completed',10,'2025-06-09 22:28:16','2025-06-09 22:29:20','2025-06-09 22:25:16','2025-06-09 22:29:20',NULL,0,0,NULL,NULL),
(7185,'mixpanel','completed',10,'2025-06-09 22:48:21','2025-06-09 22:51:18','2025-06-09 22:29:21','2025-06-09 22:51:18',NULL,0,0,NULL,NULL),
(7186,'mixpanel','completed',10,'2025-06-09 23:45:19','2025-06-09 23:45:20','2025-06-09 22:51:19','2025-06-09 23:45:20',NULL,0,0,NULL,NULL),
(7187,'mixpanel','completed',10,'2025-06-10 00:31:18','2025-06-10 00:33:18','2025-06-09 23:48:18','2025-06-10 00:33:18',NULL,0,0,NULL,NULL),
(7188,'export_files_cleanup','completed',10,'2025-06-17 00:00:00','2025-06-17 00:01:18','2025-06-10 00:00:20','2025-06-17 00:01:18',NULL,0,0,NULL,NULL),
(7189,'mixpanel','completed',10,'2025-06-10 01:11:20','2025-06-10 01:11:32','2025-06-10 00:33:20','2025-06-10 01:11:32',NULL,0,0,NULL,NULL),
(7190,'mixpanel','completed',10,'2025-06-10 01:57:33','2025-06-10 02:00:18','2025-06-10 01:11:33','2025-06-10 02:00:18',NULL,0,0,NULL,NULL),
(7191,'mixpanel','completed',10,'2025-06-10 02:11:20','2025-06-10 02:11:42','2025-06-10 02:00:20','2025-06-10 02:11:42',NULL,0,0,NULL,NULL),
(7192,'mixpanel','completed',10,'2025-06-10 02:21:43','2025-06-10 02:23:19','2025-06-10 02:11:43','2025-06-10 02:23:19',NULL,0,0,NULL,NULL),
(7193,'mixpanel','completed',10,'2025-06-10 03:15:20','2025-06-10 03:16:18','2025-06-10 02:23:20','2025-06-10 03:16:18',NULL,0,0,NULL,NULL),
(7194,'mixpanel','completed',10,'2025-06-10 03:44:20','2025-06-10 03:45:18','2025-06-10 03:16:20','2025-06-10 03:45:18',NULL,0,0,NULL,NULL),
(7195,'mixpanel','completed',10,'2025-06-10 04:24:19','2025-06-10 04:24:25','2025-06-10 03:45:19','2025-06-10 04:24:25',NULL,0,0,NULL,NULL),
(7196,'mixpanel','completed',10,'2025-06-10 04:32:26','2025-06-10 04:33:18','2025-06-10 04:24:26','2025-06-10 04:33:18',NULL,0,0,NULL,NULL),
(7197,'mixpanel','completed',10,'2025-06-10 05:15:19','2025-06-10 05:15:20','2025-06-10 04:33:19','2025-06-10 05:15:20',NULL,0,0,NULL,NULL),
(7198,'mixpanel','completed',10,'2025-06-10 05:52:22','2025-06-10 05:54:18','2025-06-10 05:15:22','2025-06-10 05:54:18',NULL,0,0,NULL,NULL),
(7199,'mixpanel','completed',10,'2025-06-10 05:57:20','2025-06-10 06:00:18','2025-06-10 05:54:20','2025-06-10 06:00:18',NULL,0,0,NULL,NULL),
(7200,'mixpanel','completed',10,'2025-06-10 06:31:20','2025-06-10 06:33:18','2025-06-10 06:00:20','2025-06-10 06:33:18',NULL,0,0,NULL,NULL),
(7201,'mixpanel','completed',10,'2025-06-10 07:14:20','2025-06-10 07:15:18','2025-06-10 06:33:20','2025-06-10 07:15:18',NULL,0,0,NULL,NULL),
(7202,'mixpanel','completed',10,'2025-06-10 08:00:19','2025-06-10 08:00:19','2025-06-10 07:15:19','2025-06-10 08:00:19',NULL,0,0,NULL,NULL),
(7203,'mixpanel','completed',10,'2025-06-10 08:54:21','2025-06-10 08:56:18','2025-06-10 08:00:21','2025-06-10 08:56:18',NULL,0,0,NULL,NULL),
(7204,'mixpanel','completed',10,'2025-06-10 09:08:20','2025-06-10 09:10:19','2025-06-10 08:56:20','2025-06-10 09:10:19',NULL,0,0,NULL,NULL),
(7205,'mixpanel','completed',10,'2025-06-10 09:53:20','2025-06-10 09:55:18','2025-06-10 09:10:20','2025-06-10 09:55:18',NULL,0,0,NULL,NULL),
(7206,'mixpanel','completed',10,'2025-06-10 10:39:20','2025-06-10 10:41:17','2025-06-10 09:55:20','2025-06-10 10:41:17',NULL,0,0,NULL,NULL),
(7207,'mixpanel','completed',10,'2025-06-10 11:10:19','2025-06-10 11:11:17','2025-06-10 10:41:19','2025-06-10 11:11:17',NULL,0,0,NULL,NULL),
(7208,'mixpanel','completed',10,'2025-06-10 11:42:19','2025-06-10 11:43:17','2025-06-10 11:11:19','2025-06-10 11:43:17',NULL,0,0,NULL,NULL),
(7209,'mixpanel','completed',10,'2025-06-10 12:05:19','2025-06-10 12:07:23','2025-06-10 11:43:19','2025-06-10 12:07:23',NULL,0,0,NULL,NULL),
(7210,'mixpanel','completed',10,'2025-06-10 12:48:24','2025-06-10 12:50:18','2025-06-10 12:07:24','2025-06-10 12:50:18',NULL,0,0,NULL,NULL),
(7211,'mixpanel','completed',10,'2025-06-10 13:10:18','2025-06-10 13:11:18','2025-06-10 12:51:18','2025-06-10 13:11:18',NULL,0,0,NULL,NULL),
(7212,'mixpanel','completed',10,'2025-06-10 14:04:20','2025-06-10 14:07:17','2025-06-10 13:11:20','2025-06-10 14:07:17',NULL,0,0,NULL,NULL),
(7213,'mixpanel','completed',10,'2025-06-10 14:54:19','2025-06-10 14:56:18','2025-06-10 14:07:19','2025-06-10 14:56:18',NULL,0,0,NULL,NULL),
(7214,'mixpanel','completed',10,'2025-06-10 14:55:20','2025-06-10 14:59:19','2025-06-10 14:56:20','2025-06-10 14:59:19',NULL,0,0,NULL,NULL),
(7215,'mixpanel','completed',10,'2025-06-10 15:23:20','2025-06-10 15:26:18','2025-06-10 14:59:20','2025-06-10 15:26:18',NULL,0,0,NULL,NULL),
(7216,'mixpanel','completed',10,'2025-06-10 15:41:19','2025-06-10 15:41:19','2025-06-10 15:26:19','2025-06-10 15:41:19',NULL,0,0,NULL,NULL),
(7217,'mixpanel','completed',10,'2025-06-10 16:19:18','2025-06-10 16:20:43','2025-06-10 15:44:18','2025-06-10 16:20:43',NULL,0,0,NULL,NULL),
(7218,'schedule_re_engagement_email','completed',10,'2025-06-11 16:06:25','2025-06-11 16:07:18','2025-06-10 16:06:25','2025-06-11 16:07:18',NULL,0,0,NULL,NULL),
(7219,'mixpanel','completed',10,'2025-06-10 16:54:45','2025-06-10 16:57:33','2025-06-10 16:20:45','2025-06-10 16:57:33',NULL,0,0,NULL,NULL),
(7220,'mixpanel','completed',10,'2025-06-10 17:09:35','2025-06-10 17:09:50','2025-06-10 16:57:35','2025-06-10 17:09:50',NULL,0,0,NULL,NULL),
(7221,'mixpanel','completed',10,'2025-06-10 17:08:51','2025-06-10 17:11:53','2025-06-10 17:09:51','2025-06-10 17:11:53',NULL,0,0,NULL,NULL),
(7222,'mixpanel','completed',10,'2025-06-10 17:41:54','2025-06-10 17:43:19','2025-06-10 17:11:54','2025-06-10 17:43:19',NULL,0,0,NULL,NULL),
(7223,'mixpanel','completed',10,'2025-06-10 17:46:20','2025-06-10 17:46:20','2025-06-10 17:43:20','2025-06-10 17:46:20',NULL,0,0,NULL,NULL),
(7224,'mixpanel','completed',10,'2025-06-10 18:11:18','2025-06-10 18:13:17','2025-06-10 17:49:18','2025-06-10 18:13:17',NULL,0,0,NULL,NULL),
(7225,'mixpanel','completed',10,'2025-06-10 18:37:19','2025-06-10 18:37:20','2025-06-10 18:13:19','2025-06-10 18:37:20',NULL,0,0,NULL,NULL),
(7226,'mixpanel','completed',10,'2025-06-10 18:55:18','2025-06-10 18:55:19','2025-06-10 18:40:18','2025-06-10 18:55:19',NULL,0,0,NULL,NULL),
(7227,'mixpanel','completed',10,'2025-06-10 19:44:20','2025-06-10 19:47:19','2025-06-10 18:55:20','2025-06-10 19:47:19',NULL,0,0,NULL,NULL),
(7228,'mixpanel','completed',10,'2025-06-10 19:53:20','2025-06-10 19:53:20','2025-06-10 19:47:20','2025-06-10 19:53:20',NULL,0,0,NULL,NULL),
(7229,'mixpanel','completed',10,'2025-06-10 20:29:18','2025-06-10 20:31:18','2025-06-10 19:56:18','2025-06-10 20:31:18',NULL,0,0,NULL,NULL),
(7230,'subscribers_engagement_score','completed',10,'2025-06-10 20:25:18','2025-06-10 20:25:20','2025-06-10 20:25:18','2025-06-10 20:25:20',NULL,0,0,NULL,NULL),
(7231,'subscribers_engagement_score','completed',10,'2025-06-11 13:08:00','2025-06-11 13:08:19','2025-06-10 20:25:20','2025-06-11 13:08:19',NULL,0,0,NULL,NULL),
(7232,'mixpanel','completed',10,'2025-06-10 21:18:19','2025-06-10 21:18:20','2025-06-10 20:31:19','2025-06-10 21:18:20',NULL,0,0,NULL,NULL),
(7233,'mixpanel','completed',10,'2025-06-10 21:50:19','2025-06-10 21:51:18','2025-06-10 21:21:19','2025-06-10 21:51:18',NULL,0,0,NULL,NULL),
(7234,'mixpanel','completed',10,'2025-06-10 22:47:19','2025-06-10 22:47:20','2025-06-10 21:51:19','2025-06-10 22:47:20',NULL,0,0,NULL,NULL),
(7235,'mixpanel','completed',10,'2025-06-10 23:28:23','2025-06-10 23:31:18','2025-06-10 22:50:23','2025-06-10 23:31:18',NULL,0,0,NULL,NULL),
(7236,'mixpanel','completed',10,'2025-06-11 00:02:20','2025-06-11 00:02:50','2025-06-10 23:31:20','2025-06-11 00:02:50',NULL,0,0,NULL,NULL),
(7237,'mixpanel','completed',10,'2025-06-11 00:05:52','2025-06-11 00:07:18','2025-06-11 00:02:52','2025-06-11 00:07:18',NULL,0,0,NULL,NULL),
(7238,'mixpanel','completed',10,'2025-06-11 00:58:20','2025-06-11 01:01:18','2025-06-11 00:07:20','2025-06-11 01:01:18',NULL,0,0,NULL,NULL),
(7239,'mixpanel','completed',10,'2025-06-11 01:35:19','2025-06-11 01:36:22','2025-06-11 01:01:19','2025-06-11 01:36:22',NULL,0,0,NULL,NULL),
(7240,'mixpanel','completed',10,'2025-06-11 02:20:24','2025-06-11 02:22:19','2025-06-11 01:36:24','2025-06-11 02:22:19',NULL,0,0,NULL,NULL),
(7241,'mixpanel','completed',10,'2025-06-11 02:56:20','2025-06-11 02:56:20','2025-06-11 02:22:20','2025-06-11 02:56:20',NULL,0,0,NULL,NULL),
(7242,'mixpanel','completed',10,'2025-06-11 03:20:17','2025-06-11 03:20:18','2025-06-11 02:59:17','2025-06-11 03:20:18',NULL,0,0,NULL,NULL),
(7243,'mixpanel','completed',10,'2025-06-11 03:44:19','2025-06-11 03:44:19','2025-06-11 03:20:19','2025-06-11 03:44:19',NULL,0,0,NULL,NULL),
(7244,'mixpanel','completed',10,'2025-06-11 04:06:18','2025-06-11 04:08:19','2025-06-11 03:47:18','2025-06-11 04:08:19',NULL,0,0,NULL,NULL),
(7245,'mixpanel','completed',10,'2025-06-11 04:36:20','2025-06-11 04:38:18','2025-06-11 04:08:20','2025-06-11 04:38:18',NULL,0,0,NULL,NULL),
(7246,'mixpanel','completed',10,'2025-06-11 05:15:20','2025-06-11 05:18:18','2025-06-11 04:38:20','2025-06-11 05:18:18',NULL,0,0,NULL,NULL),
(7247,'mixpanel','completed',10,'2025-06-11 06:06:20','2025-06-11 06:09:17','2025-06-11 05:18:20','2025-06-11 06:09:17',NULL,0,0,NULL,NULL),
(7248,'mixpanel','completed',10,'2025-06-11 07:01:19','2025-06-11 07:03:18','2025-06-11 06:09:19','2025-06-11 07:03:18',NULL,0,0,NULL,NULL),
(7249,'mixpanel','completed',10,'2025-06-11 07:06:19','2025-06-11 07:06:19','2025-06-11 07:03:19','2025-06-11 07:06:19',NULL,0,0,NULL,NULL),
(7250,'mixpanel','completed',10,'2025-06-11 07:26:18','2025-06-11 07:27:18','2025-06-11 07:09:18','2025-06-11 07:27:18',NULL,0,0,NULL,NULL),
(7251,'mixpanel','completed',10,'2025-06-11 07:52:20','2025-06-11 07:54:18','2025-06-11 07:27:20','2025-06-11 07:54:18',NULL,0,0,NULL,NULL),
(7252,'mixpanel','completed',10,'2025-06-11 08:50:19','2025-06-11 08:52:17','2025-06-11 07:54:19','2025-06-11 08:52:17',NULL,0,0,NULL,NULL),
(7253,'mixpanel','completed',10,'2025-06-11 09:12:19','2025-06-11 09:13:18','2025-06-11 08:52:19','2025-06-11 09:13:18',NULL,0,0,NULL,NULL),
(7254,'mixpanel','completed',10,'2025-06-11 09:49:19','2025-06-11 09:51:18','2025-06-11 09:13:19','2025-06-11 09:51:18',NULL,0,0,NULL,NULL),
(7255,'mixpanel','completed',10,'2025-06-11 10:14:20','2025-06-11 10:16:19','2025-06-11 09:51:20','2025-06-11 10:16:19',NULL,0,0,NULL,NULL),
(7256,'mixpanel','completed',10,'2025-06-11 10:33:20','2025-06-11 10:34:17','2025-06-11 10:16:20','2025-06-11 10:34:17',NULL,0,0,NULL,NULL),
(7257,'mixpanel','completed',10,'2025-06-11 11:27:19','2025-06-11 11:28:17','2025-06-11 10:34:19','2025-06-11 11:28:17',NULL,0,0,NULL,NULL),
(7258,'mixpanel','completed',10,'2025-06-11 11:47:19','2025-06-11 11:49:18','2025-06-11 11:28:19','2025-06-11 11:49:18',NULL,0,0,NULL,NULL),
(7259,'mixpanel','completed',10,'2025-06-11 12:37:20','2025-06-11 12:39:18','2025-06-11 11:49:20','2025-06-11 12:39:18',NULL,0,0,NULL,NULL),
(7260,'mixpanel','completed',10,'2025-06-11 13:14:19','2025-06-11 13:14:20','2025-06-11 12:39:19','2025-06-11 13:14:20',NULL,0,0,NULL,NULL),
(7261,'subscribers_engagement_score','completed',10,'2025-06-12 01:30:00','2025-06-12 01:30:18','2025-06-11 13:08:19','2025-06-12 01:30:18',NULL,0,0,NULL,NULL),
(7262,'mixpanel','completed',10,'2025-06-11 13:28:21','2025-06-11 13:29:18','2025-06-11 13:14:21','2025-06-11 13:29:18',NULL,0,0,NULL,NULL),
(7263,'mixpanel','completed',10,'2025-06-11 13:31:20','2025-06-11 13:32:17','2025-06-11 13:29:20','2025-06-11 13:32:17',NULL,0,0,NULL,NULL),
(7264,'mixpanel','completed',10,'2025-06-11 13:56:19','2025-06-11 13:56:19','2025-06-11 13:32:19','2025-06-11 13:56:19',NULL,0,0,NULL,NULL),
(7265,'mixpanel','completed',10,'2025-06-11 14:45:20','2025-06-11 14:46:18','2025-06-11 13:58:20','2025-06-11 14:46:18',NULL,0,0,NULL,NULL),
(7266,'mixpanel','completed',10,'2025-06-11 15:42:19','2025-06-11 15:44:18','2025-06-11 14:46:19','2025-06-11 15:44:18',NULL,0,0,NULL,NULL),
(7267,'mixpanel','completed',10,'2025-06-11 16:23:19','2025-06-11 16:24:18','2025-06-11 15:44:19','2025-06-11 16:24:18',NULL,0,0,NULL,NULL),
(7268,'schedule_re_engagement_email','completed',10,'2025-06-12 16:07:19','2025-06-12 16:09:18','2025-06-11 16:07:19','2025-06-12 16:09:18',NULL,0,0,NULL,NULL),
(7269,'mixpanel','completed',10,'2025-06-11 17:08:19','2025-06-11 17:10:18','2025-06-11 16:24:19','2025-06-11 17:10:18',NULL,0,0,NULL,NULL),
(7270,'mixpanel','completed',10,'2025-06-11 17:11:19','2025-06-11 17:13:18','2025-06-11 17:10:19','2025-06-11 17:13:18',NULL,0,0,NULL,NULL),
(7271,'mixpanel','completed',10,'2025-06-11 17:42:19','2025-06-11 17:43:18','2025-06-11 17:13:19','2025-06-11 17:43:18',NULL,0,0,NULL,NULL),
(7272,'mixpanel','completed',10,'2025-06-11 18:13:20','2025-06-11 18:13:20','2025-06-11 17:43:20','2025-06-11 18:13:20',NULL,0,0,NULL,NULL),
(7273,'mixpanel','completed',10,'2025-06-11 18:31:18','2025-06-11 18:31:18','2025-06-11 18:16:18','2025-06-11 18:31:18',NULL,0,0,NULL,NULL),
(7274,'mixpanel','completed',10,'2025-06-11 18:57:19','2025-06-11 18:58:17','2025-06-11 18:31:19','2025-06-11 18:58:17',NULL,0,0,NULL,NULL),
(7275,'mixpanel','completed',10,'2025-06-11 19:33:19','2025-06-11 19:34:19','2025-06-11 18:58:19','2025-06-11 19:34:19',NULL,0,0,NULL,NULL),
(7276,'mixpanel','completed',10,'2025-06-11 20:09:20','2025-06-11 20:11:18','2025-06-11 19:34:20','2025-06-11 20:11:18',NULL,0,0,NULL,NULL),
(7277,'mixpanel','completed',10,'2025-06-11 20:29:19','2025-06-11 20:29:20','2025-06-11 20:11:19','2025-06-11 20:29:20',NULL,0,0,NULL,NULL),
(7278,'mixpanel','completed',10,'2025-06-11 20:51:18','2025-06-11 20:53:18','2025-06-11 20:32:18','2025-06-11 20:53:18',NULL,0,0,NULL,NULL),
(7279,'mixpanel','completed',10,'2025-06-11 21:07:19','2025-06-11 21:07:19','2025-06-11 20:53:19','2025-06-11 21:07:19',NULL,0,0,NULL,NULL),
(7280,'mixpanel','completed',10,'2025-06-11 21:36:21','2025-06-11 21:37:18','2025-06-11 21:07:21','2025-06-11 21:37:18',NULL,0,0,NULL,NULL),
(7281,'mixpanel','completed',10,'2025-06-11 21:50:19','2025-06-11 21:52:18','2025-06-11 21:37:19','2025-06-11 21:52:18',NULL,0,0,NULL,NULL),
(7282,'mixpanel','completed',10,'2025-06-11 21:52:20','2025-06-11 21:55:18','2025-06-11 21:52:20','2025-06-11 21:55:18',NULL,0,0,NULL,NULL),
(7283,'mixpanel','completed',10,'2025-06-11 22:27:20','2025-06-11 22:27:20','2025-06-11 21:55:20','2025-06-11 22:27:20',NULL,0,0,NULL,NULL),
(7284,'mixpanel','completed',10,'2025-06-11 22:42:20','2025-06-11 22:42:20','2025-06-11 22:27:20','2025-06-11 22:42:20',NULL,0,0,NULL,NULL),
(7285,'mixpanel','completed',10,'2025-06-11 22:48:17','2025-06-11 22:48:19','2025-06-11 22:45:17','2025-06-11 22:48:19',NULL,0,0,NULL,NULL),
(7286,'mixpanel','completed',10,'2025-06-11 23:36:18','2025-06-11 23:37:19','2025-06-11 22:49:18','2025-06-11 23:37:19',NULL,0,0,NULL,NULL),
(7287,'mixpanel','completed',10,'2025-06-12 00:22:20','2025-06-12 00:24:18','2025-06-11 23:37:20','2025-06-12 00:24:18',NULL,0,0,NULL,NULL),
(7288,'mixpanel','completed',10,'2025-06-12 00:48:20','2025-06-12 00:49:18','2025-06-12 00:24:20','2025-06-12 00:49:18',NULL,0,0,NULL,NULL),
(7289,'mixpanel','completed',10,'2025-06-12 01:04:19','2025-06-12 01:06:18','2025-06-12 00:49:19','2025-06-12 01:06:18',NULL,0,0,NULL,NULL),
(7290,'mixpanel','completed',10,'2025-06-12 01:08:19','2025-06-12 01:09:19','2025-06-12 01:06:19','2025-06-12 01:09:19',NULL,0,0,NULL,NULL),
(7291,'mixpanel','completed',10,'2025-06-12 01:17:20','2025-06-12 01:18:18','2025-06-12 01:09:20','2025-06-12 01:18:18',NULL,0,0,NULL,NULL),
(7292,'mixpanel','completed',10,'2025-06-12 01:31:20','2025-06-12 01:33:18','2025-06-12 01:18:20','2025-06-12 01:33:18',NULL,0,0,NULL,NULL),
(7293,'subscribers_engagement_score','completed',10,'2025-06-12 01:30:18','2025-06-12 01:30:19','2025-06-12 01:30:18','2025-06-12 01:30:19',NULL,0,0,NULL,NULL),
(7294,'subscribers_engagement_score','completed',10,'2025-06-13 09:38:00','2025-06-13 09:40:18','2025-06-12 01:30:19','2025-06-13 09:40:18',NULL,0,0,NULL,NULL),
(7295,'mixpanel','completed',10,'2025-06-12 01:45:20','2025-06-12 01:45:20','2025-06-12 01:33:20','2025-06-12 01:45:20',NULL,0,0,NULL,NULL),
(7296,'mixpanel','completed',10,'2025-06-12 01:58:19','2025-06-12 02:00:19','2025-06-12 01:48:19','2025-06-12 02:00:19',NULL,0,0,NULL,NULL),
(7297,'mixpanel','completed',10,'2025-06-12 02:55:20','2025-06-12 02:56:18','2025-06-12 02:00:20','2025-06-12 02:56:18',NULL,0,0,NULL,NULL),
(7298,'mixpanel','completed',10,'2025-06-12 03:08:20','2025-06-12 03:11:19','2025-06-12 02:56:20','2025-06-12 03:11:19',NULL,0,0,NULL,NULL),
(7299,'mixpanel','completed',10,'2025-06-12 03:31:20','2025-06-12 03:32:18','2025-06-12 03:11:20','2025-06-12 03:32:18',NULL,0,0,NULL,NULL),
(7300,'mixpanel','completed',10,'2025-06-12 03:39:20','2025-06-12 03:41:17','2025-06-12 03:32:20','2025-06-12 03:41:17',NULL,0,0,NULL,NULL);
INSERT INTO `wp_mailpoet_scheduled_tasks` VALUES
(7301,'mixpanel','completed',10,'2025-06-12 04:29:19','2025-06-12 04:31:18','2025-06-12 03:41:19','2025-06-12 04:31:18',NULL,0,0,NULL,NULL),
(7302,'mixpanel','completed',10,'2025-06-12 04:52:20','2025-06-12 04:52:20','2025-06-12 04:31:20','2025-06-12 04:52:20',NULL,0,0,NULL,NULL),
(7303,'mixpanel','completed',10,'2025-06-12 04:56:44','2025-06-12 04:57:18','2025-06-12 04:54:44','2025-06-12 04:57:18',NULL,0,0,NULL,NULL),
(7304,'mixpanel','completed',10,'2025-06-12 05:13:19','2025-06-12 05:14:53','2025-06-12 04:57:19','2025-06-12 05:14:53',NULL,0,0,NULL,NULL),
(7305,'mixpanel','completed',10,'2025-06-12 05:17:54','2025-06-12 05:20:17','2025-06-12 05:14:54','2025-06-12 05:20:17',NULL,0,0,NULL,NULL),
(7306,'mixpanel','completed',10,'2025-06-12 05:28:19','2025-06-12 05:29:18','2025-06-12 05:20:19','2025-06-12 05:29:18',NULL,0,0,NULL,NULL),
(7307,'mixpanel','completed',10,'2025-06-12 05:40:20','2025-06-12 05:41:34','2025-06-12 05:29:20','2025-06-12 05:41:34',NULL,0,0,NULL,NULL),
(7308,'mixpanel','completed',10,'2025-06-12 05:49:36','2025-06-12 05:51:00','2025-06-12 05:41:36','2025-06-12 05:51:00',NULL,0,0,NULL,NULL),
(7309,'mixpanel','completed',10,'2025-06-12 06:35:01','2025-06-12 06:35:18','2025-06-12 05:51:01','2025-06-12 06:35:18',NULL,0,0,NULL,NULL),
(7310,'mixpanel','completed',10,'2025-06-12 07:03:20','2025-06-12 07:04:26','2025-06-12 06:35:20','2025-06-12 07:04:26',NULL,0,0,NULL,NULL),
(7311,'mixpanel','completed',10,'2025-06-12 07:17:18','2025-06-12 07:17:18','2025-06-12 07:06:18','2025-06-12 07:17:18',NULL,0,0,NULL,NULL),
(7312,'mixpanel','completed',10,'2025-06-12 07:37:20','2025-06-12 07:39:18','2025-06-12 07:17:20','2025-06-12 07:39:18',NULL,0,0,NULL,NULL),
(7313,'mixpanel','completed',10,'2025-06-12 08:17:20','2025-06-12 08:18:18','2025-06-12 07:39:20','2025-06-12 08:18:18',NULL,0,0,NULL,NULL),
(7314,'mixpanel','completed',10,'2025-06-12 08:28:20','2025-06-12 08:30:18','2025-06-12 08:18:20','2025-06-12 08:30:18',NULL,0,0,NULL,NULL),
(7315,'mixpanel','completed',10,'2025-06-12 09:03:19','2025-06-12 09:03:19','2025-06-12 08:30:19','2025-06-12 09:03:19',NULL,0,0,NULL,NULL),
(7316,'mixpanel','completed',10,'2025-06-12 09:59:18','2025-06-12 09:59:19','2025-06-12 09:06:18','2025-06-12 09:59:19',NULL,0,0,NULL,NULL),
(7317,'mixpanel','completed',10,'2025-06-12 10:16:18','2025-06-12 10:17:18','2025-06-12 10:01:18','2025-06-12 10:17:18',NULL,0,0,NULL,NULL),
(7318,'mixpanel','completed',10,'2025-06-12 10:48:19','2025-06-12 10:50:18','2025-06-12 10:17:19','2025-06-12 10:50:18',NULL,0,0,NULL,NULL),
(7319,'mixpanel','completed',10,'2025-06-12 10:51:19','2025-06-12 10:53:17','2025-06-12 10:50:19','2025-06-12 10:53:17',NULL,0,0,NULL,NULL),
(7320,'mixpanel','completed',10,'2025-06-12 11:49:19','2025-06-12 11:49:19','2025-06-12 10:53:19','2025-06-12 11:49:19',NULL,0,0,NULL,NULL),
(7321,'mixpanel','completed',10,'2025-06-12 12:24:20','2025-06-12 12:25:19','2025-06-12 11:49:20','2025-06-12 12:25:19',NULL,0,0,NULL,NULL),
(7322,'mixpanel','completed',10,'2025-06-12 13:23:20','2025-06-12 13:23:20','2025-06-12 12:25:20','2025-06-12 13:23:20',NULL,0,0,NULL,NULL),
(7323,'mixpanel','completed',10,'2025-06-12 13:30:18','2025-06-12 13:32:18','2025-06-12 13:26:18','2025-06-12 13:32:18',NULL,0,0,NULL,NULL),
(7324,'mixpanel','completed',10,'2025-06-12 13:58:19','2025-06-12 13:58:19','2025-06-12 13:32:19','2025-06-12 13:58:19',NULL,0,0,NULL,NULL),
(7325,'mixpanel','completed',10,'2025-06-12 14:34:19','2025-06-12 14:34:20','2025-06-12 14:01:19','2025-06-12 14:34:20',NULL,0,0,NULL,NULL),
(7326,'mixpanel','completed',10,'2025-06-12 15:05:19','2025-06-12 15:06:18','2025-06-12 14:37:19','2025-06-12 15:06:18',NULL,0,0,NULL,NULL),
(7327,'mixpanel','completed',10,'2025-06-12 15:59:20','2025-06-12 16:00:18','2025-06-12 15:06:20','2025-06-12 16:00:18',NULL,0,0,NULL,NULL),
(7328,'mixpanel','completed',10,'2025-06-12 16:24:20','2025-06-12 16:24:20','2025-06-12 16:00:20','2025-06-12 16:24:20',NULL,0,0,NULL,NULL),
(7329,'schedule_re_engagement_email','completed',10,'2025-06-13 16:09:20','2025-06-13 16:10:18','2025-06-12 16:09:20','2025-06-13 16:10:18',NULL,0,0,NULL,NULL),
(7330,'mixpanel','completed',10,'2025-06-12 17:12:18','2025-06-12 17:13:18','2025-06-12 16:27:18','2025-06-12 17:13:18',NULL,0,0,NULL,NULL),
(7331,'mixpanel','completed',10,'2025-06-12 17:56:19','2025-06-12 17:57:18','2025-06-12 17:13:19','2025-06-12 17:57:18',NULL,0,0,NULL,NULL),
(7332,'mixpanel','completed',10,'2025-06-12 18:41:18','2025-06-12 18:43:18','2025-06-12 17:58:18','2025-06-12 18:43:18',NULL,0,0,NULL,NULL),
(7333,'mixpanel','completed',10,'2025-06-12 19:00:20','2025-06-12 19:01:17','2025-06-12 18:43:20','2025-06-12 19:01:17',NULL,0,0,NULL,NULL),
(7334,'mixpanel','completed',10,'2025-06-12 19:40:19','2025-06-12 19:41:18','2025-06-12 19:01:19','2025-06-12 19:41:18',NULL,0,0,NULL,NULL),
(7335,'mixpanel','completed',10,'2025-06-12 19:57:19','2025-06-12 19:57:28','2025-06-12 19:41:19','2025-06-12 19:57:28',NULL,0,0,NULL,NULL),
(7336,'mixpanel','completed',10,'2025-06-12 20:30:30','2025-06-12 20:33:18','2025-06-12 19:57:30','2025-06-12 20:33:18',NULL,0,0,NULL,NULL),
(7337,'mixpanel','completed',10,'2025-06-12 21:05:19','2025-06-12 21:06:18','2025-06-12 20:33:19','2025-06-12 21:06:18',NULL,0,0,NULL,NULL),
(7338,'mixpanel','completed',10,'2025-06-12 21:59:20','2025-06-12 22:00:17','2025-06-12 21:06:20','2025-06-12 22:00:17',NULL,0,0,NULL,NULL),
(7339,'mixpanel','completed',10,'2025-06-12 22:35:19','2025-06-12 22:36:17','2025-06-12 22:00:19','2025-06-12 22:36:17',NULL,0,0,NULL,NULL),
(7340,'mixpanel','completed',10,'2025-06-12 22:56:19','2025-06-12 22:57:18','2025-06-12 22:36:19','2025-06-12 22:57:18',NULL,0,0,NULL,NULL),
(7341,'mixpanel','completed',10,'2025-06-12 23:22:20','2025-06-12 23:23:18','2025-06-12 22:57:20','2025-06-12 23:23:18',NULL,0,0,NULL,NULL),
(7342,'mixpanel','completed',10,'2025-06-12 23:43:20','2025-06-12 23:43:21','2025-06-12 23:23:20','2025-06-12 23:43:21',NULL,0,0,NULL,NULL),
(7343,'mixpanel','completed',10,'2025-06-13 00:16:18','2025-06-13 00:18:18','2025-06-12 23:46:18','2025-06-13 00:18:18',NULL,0,0,NULL,NULL),
(7344,'mixpanel','completed',10,'2025-06-13 00:30:20','2025-06-13 00:30:20','2025-06-13 00:18:20','2025-06-13 00:30:20',NULL,0,0,NULL,NULL),
(7345,'mixpanel','completed',10,'2025-06-13 00:34:19','2025-06-13 00:36:19','2025-06-13 00:33:19','2025-06-13 00:36:19',NULL,0,0,NULL,NULL),
(7346,'mixpanel','completed',10,'2025-06-13 01:13:20','2025-06-13 01:15:19','2025-06-13 00:36:20','2025-06-13 01:15:19',NULL,0,0,NULL,NULL),
(7347,'mixpanel','completed',10,'2025-06-13 01:49:20','2025-06-13 01:50:18','2025-06-13 01:15:20','2025-06-13 01:50:18',NULL,0,0,NULL,NULL),
(7348,'mixpanel','completed',10,'2025-06-13 02:35:18','2025-06-13 02:35:19','2025-06-13 01:51:18','2025-06-13 02:35:19',NULL,0,0,NULL,NULL),
(7349,'mixpanel','completed',10,'2025-06-13 02:48:18','2025-06-13 02:50:18','2025-06-13 02:37:18','2025-06-13 02:50:18',NULL,0,0,NULL,NULL),
(7350,'mixpanel','completed',10,'2025-06-13 02:50:20','2025-06-13 02:53:18','2025-06-13 02:50:20','2025-06-13 02:53:18',NULL,0,0,NULL,NULL),
(7351,'mixpanel','completed',10,'2025-06-13 03:06:19','2025-06-13 03:08:19','2025-06-13 02:53:19','2025-06-13 03:08:19',NULL,0,0,NULL,NULL),
(7352,'mixpanel','completed',10,'2025-06-13 03:25:20','2025-06-13 03:26:18','2025-06-13 03:08:20','2025-06-13 03:26:18',NULL,0,0,NULL,NULL),
(7353,'mixpanel','completed',10,'2025-06-13 03:46:20','2025-06-13 03:46:20','2025-06-13 03:26:20','2025-06-13 03:46:20',NULL,0,0,NULL,NULL),
(7354,'mixpanel','completed',10,'2025-06-13 04:17:17','2025-06-13 04:18:27','2025-06-13 03:49:17','2025-06-13 04:18:27',NULL,0,0,NULL,NULL),
(7355,'mixpanel','completed',10,'2025-06-13 05:02:28','2025-06-13 05:03:19','2025-06-13 04:18:28','2025-06-13 05:03:19',NULL,0,0,NULL,NULL),
(7356,'mixpanel','completed',10,'2025-06-13 05:10:21','2025-06-13 05:12:19','2025-06-13 05:03:21','2025-06-13 05:12:19',NULL,0,0,NULL,NULL),
(7357,'mixpanel','completed',10,'2025-06-13 05:26:21','2025-06-13 05:28:18','2025-06-13 05:12:21','2025-06-13 05:28:18',NULL,0,0,NULL,NULL),
(7358,'mixpanel','completed',10,'2025-06-13 05:35:19','2025-06-13 05:37:18','2025-06-13 05:28:19','2025-06-13 05:37:18',NULL,0,0,NULL,NULL),
(7359,'mixpanel','completed',10,'2025-06-13 06:18:20','2025-06-13 06:19:19','2025-06-13 05:37:20','2025-06-13 06:19:19',NULL,0,0,NULL,NULL),
(7360,'mixpanel','completed',10,'2025-06-13 06:58:18','2025-06-13 07:00:18','2025-06-13 06:20:18','2025-06-13 07:00:18',NULL,0,0,NULL,NULL),
(7361,'mixpanel','completed',10,'2025-06-13 07:48:19','2025-06-13 07:48:19','2025-06-13 07:00:19','2025-06-13 07:48:19',NULL,0,0,NULL,NULL),
(7362,'mixpanel','completed',10,'2025-06-13 08:10:19','2025-06-13 08:11:18','2025-06-13 07:50:19','2025-06-13 08:11:18',NULL,0,0,NULL,NULL),
(7363,'mixpanel','completed',10,'2025-06-13 08:25:20','2025-06-13 08:25:20','2025-06-13 08:11:20','2025-06-13 08:25:20',NULL,0,0,NULL,NULL),
(7364,'mixpanel','completed',10,'2025-06-13 09:23:18','2025-06-13 09:25:17','2025-06-13 08:28:18','2025-06-13 09:25:17',NULL,0,0,NULL,NULL),
(7365,'mixpanel','completed',10,'2025-06-13 09:30:19','2025-06-13 09:31:17','2025-06-13 09:25:19','2025-06-13 09:31:17',NULL,0,0,NULL,NULL),
(7366,'mixpanel','completed',10,'2025-06-13 10:16:19','2025-06-13 10:17:18','2025-06-13 09:31:19','2025-06-13 10:17:18',NULL,0,0,NULL,NULL),
(7367,'subscribers_engagement_score','completed',10,'2025-06-13 09:40:18','2025-06-13 09:40:19','2025-06-13 09:40:18','2025-06-13 09:40:19',NULL,0,0,NULL,NULL),
(7368,'subscribers_engagement_score','completed',10,'2025-06-14 12:34:00','2025-06-14 12:34:19','2025-06-13 09:40:19','2025-06-14 12:34:19',NULL,0,0,NULL,NULL),
(7369,'mixpanel','completed',10,'2025-06-13 10:44:19','2025-06-13 10:44:20','2025-06-13 10:17:19','2025-06-13 10:44:20',NULL,0,0,NULL,NULL),
(7370,'mixpanel','completed',10,'2025-06-13 11:02:18','2025-06-13 11:02:18','2025-06-13 10:47:18','2025-06-13 11:02:18',NULL,0,0,NULL,NULL),
(7371,'mixpanel','completed',10,'2025-06-13 11:36:20','2025-06-13 11:37:18','2025-06-13 11:02:20','2025-06-13 11:37:18',NULL,0,0,NULL,NULL),
(7372,'mixpanel','completed',10,'2025-06-13 11:50:20','2025-06-13 11:52:18','2025-06-13 11:37:20','2025-06-13 11:52:18',NULL,0,0,NULL,NULL),
(7373,'mixpanel','completed',10,'2025-06-13 11:57:19','2025-06-13 11:58:18','2025-06-13 11:52:19','2025-06-13 11:58:18',NULL,0,0,NULL,NULL),
(7374,'mixpanel','completed',10,'2025-06-13 12:01:19','2025-06-13 12:01:20','2025-06-13 11:58:19','2025-06-13 12:01:20',NULL,0,0,NULL,NULL),
(7375,'mixpanel','completed',10,'2025-06-13 12:37:17','2025-06-13 12:37:18','2025-06-13 12:04:17','2025-06-13 12:37:18',NULL,0,0,NULL,NULL),
(7376,'mixpanel','completed',10,'2025-06-13 12:41:19','2025-06-13 12:43:18','2025-06-13 12:37:19','2025-06-13 12:43:18',NULL,0,0,NULL,NULL),
(7377,'mixpanel','completed',10,'2025-06-13 13:12:19','2025-06-13 13:12:20','2025-06-13 12:43:19','2025-06-13 13:12:20',NULL,0,0,NULL,NULL),
(7378,'mixpanel','completed',10,'2025-06-13 13:42:18','2025-06-13 13:44:18','2025-06-13 13:15:18','2025-06-13 13:44:18',NULL,0,0,NULL,NULL),
(7379,'mixpanel','completed',10,'2025-06-13 14:16:20','2025-06-13 14:16:20','2025-06-13 13:44:20','2025-06-13 14:16:20',NULL,0,0,NULL,NULL),
(7380,'mixpanel','completed',10,'2025-06-13 15:04:18','2025-06-13 15:06:18','2025-06-13 14:19:18','2025-06-13 15:06:18',NULL,0,0,NULL,NULL),
(7381,'mixpanel','completed',10,'2025-06-13 15:30:19','2025-06-13 15:32:19','2025-06-13 15:06:19','2025-06-13 15:32:19',NULL,0,0,NULL,NULL),
(7382,'mixpanel','completed',10,'2025-06-13 16:28:21','2025-06-13 16:30:18','2025-06-13 15:32:21','2025-06-13 16:30:18',NULL,0,0,NULL,NULL),
(7383,'schedule_re_engagement_email','completed',10,'2025-06-14 16:10:20','2025-06-14 16:11:19','2025-06-13 16:10:20','2025-06-14 16:11:19',NULL,0,0,NULL,NULL),
(7384,'mixpanel','completed',10,'2025-06-13 17:02:20','2025-06-13 17:03:18','2025-06-13 16:30:20','2025-06-13 17:03:18',NULL,0,0,NULL,NULL),
(7385,'mixpanel','completed',10,'2025-06-13 17:52:20','2025-06-13 17:53:18','2025-06-13 17:03:20','2025-06-13 17:53:18',NULL,0,0,NULL,NULL),
(7386,'mixpanel','completed',10,'2025-06-13 18:18:19','2025-06-13 18:19:18','2025-06-13 17:53:19','2025-06-13 18:19:18',NULL,0,0,NULL,NULL),
(7387,'mixpanel','completed',10,'2025-06-13 18:47:19','2025-06-13 18:48:18','2025-06-13 18:19:19','2025-06-13 18:48:18',NULL,0,0,NULL,NULL),
(7388,'mixpanel','completed',10,'2025-06-13 18:55:19','2025-06-13 18:57:18','2025-06-13 18:48:19','2025-06-13 18:57:18',NULL,0,0,NULL,NULL),
(7389,'mixpanel','completed',10,'2025-06-13 19:40:20','2025-06-13 19:42:18','2025-06-13 18:57:20','2025-06-13 19:42:18',NULL,0,0,NULL,NULL),
(7390,'mixpanel','completed',10,'2025-06-13 20:36:19','2025-06-13 20:38:18','2025-06-13 19:42:19','2025-06-13 20:38:18',NULL,0,0,NULL,NULL),
(7391,'mixpanel','completed',10,'2025-06-13 21:05:20','2025-06-13 21:08:18','2025-06-13 20:38:20','2025-06-13 21:08:18',NULL,0,0,NULL,NULL),
(7392,'mixpanel','completed',10,'2025-06-13 22:06:20','2025-06-13 22:07:18','2025-06-13 21:08:20','2025-06-13 22:07:18',NULL,0,0,NULL,NULL),
(7393,'mixpanel','completed',10,'2025-06-13 22:21:19','2025-06-13 22:21:20','2025-06-13 22:07:19','2025-06-13 22:21:20',NULL,0,0,NULL,NULL),
(7394,'mixpanel','completed',10,'2025-06-13 22:53:18','2025-06-13 22:54:18','2025-06-13 22:24:18','2025-06-13 22:54:18',NULL,0,0,NULL,NULL),
(7395,'mixpanel','completed',10,'2025-06-13 23:19:19','2025-06-13 23:21:18','2025-06-13 22:54:19','2025-06-13 23:21:18',NULL,0,0,NULL,NULL),
(7396,'mixpanel','completed',10,'2025-06-13 23:24:20','2025-06-13 23:24:20','2025-06-13 23:21:20','2025-06-13 23:24:20',NULL,0,0,NULL,NULL),
(7397,'mixpanel','completed',10,'2025-06-13 23:49:18','2025-06-13 23:50:18','2025-06-13 23:27:18','2025-06-13 23:50:18',NULL,0,0,NULL,NULL),
(7398,'mixpanel','completed',10,'2025-06-14 00:01:19','2025-06-14 00:02:18','2025-06-13 23:50:19','2025-06-14 00:02:18',NULL,0,0,NULL,NULL),
(7399,'mixpanel','completed',10,'2025-06-14 00:42:18','2025-06-14 00:44:18','2025-06-14 00:03:18','2025-06-14 00:44:18',NULL,0,0,NULL,NULL),
(7400,'mixpanel','completed',10,'2025-06-14 01:41:20','2025-06-14 01:41:20','2025-06-14 00:44:20','2025-06-14 01:41:20',NULL,0,0,NULL,NULL),
(7401,'mixpanel','completed',10,'2025-06-14 01:53:17','2025-06-14 01:53:18','2025-06-14 01:44:17','2025-06-14 01:53:18',NULL,0,0,NULL,NULL),
(7402,'mixpanel','completed',10,'2025-06-14 02:40:20','2025-06-14 02:41:18','2025-06-14 01:53:20','2025-06-14 02:41:18',NULL,0,0,NULL,NULL),
(7403,'mixpanel','completed',10,'2025-06-14 03:07:20','2025-06-14 03:10:18','2025-06-14 02:41:20','2025-06-14 03:10:18',NULL,0,0,NULL,NULL),
(7404,'mixpanel','completed',10,'2025-06-14 03:13:19','2025-06-14 03:13:19','2025-06-14 03:10:19','2025-06-14 03:13:19',NULL,0,0,NULL,NULL),
(7405,'mixpanel','completed',10,'2025-06-14 03:32:20','2025-06-14 03:34:18','2025-06-14 03:13:20','2025-06-14 03:34:18',NULL,0,0,NULL,NULL),
(7406,'mixpanel','completed',10,'2025-06-14 03:55:19','2025-06-14 03:55:20','2025-06-14 03:34:19','2025-06-14 03:55:20',NULL,0,0,NULL,NULL),
(7407,'mixpanel','completed',10,'2025-06-14 04:04:17','2025-06-14 04:04:18','2025-06-14 03:58:17','2025-06-14 04:04:18',NULL,0,0,NULL,NULL),
(7408,'mixpanel','completed',10,'2025-06-14 04:29:19','2025-06-14 04:31:18','2025-06-14 04:04:19','2025-06-14 04:31:18',NULL,0,0,NULL,NULL),
(7409,'mixpanel','completed',10,'2025-06-14 05:14:19','2025-06-14 05:16:18','2025-06-14 04:31:19','2025-06-14 05:16:18',NULL,0,0,NULL,NULL),
(7410,'mixpanel','completed',10,'2025-06-14 05:33:19','2025-06-14 05:34:17','2025-06-14 05:16:19','2025-06-14 05:34:18',NULL,0,0,NULL,NULL),
(7411,'mixpanel','completed',10,'2025-06-14 05:55:19','2025-06-14 05:55:20','2025-06-14 05:34:19','2025-06-14 05:55:20',NULL,0,0,NULL,NULL),
(7412,'mixpanel','completed',10,'2025-06-14 06:43:18','2025-06-14 06:45:17','2025-06-14 05:58:18','2025-06-14 06:45:17',NULL,0,0,NULL,NULL),
(7413,'mixpanel','completed',10,'2025-06-14 07:27:19','2025-06-14 07:27:19','2025-06-14 06:45:19','2025-06-14 07:27:19',NULL,0,0,NULL,NULL),
(7414,'mixpanel','completed',10,'2025-06-14 08:23:19','2025-06-14 08:25:18','2025-06-14 07:30:19','2025-06-14 08:25:18',NULL,0,0,NULL,NULL),
(7415,'mixpanel','completed',10,'2025-06-14 08:40:19','2025-06-14 08:40:20','2025-06-14 08:25:19','2025-06-14 08:40:20',NULL,0,0,NULL,NULL),
(7416,'mixpanel','completed',10,'2025-06-14 09:17:18','2025-06-14 09:19:18','2025-06-14 08:43:18','2025-06-14 09:19:18',NULL,0,0,NULL,NULL),
(7417,'mixpanel','completed',10,'2025-06-14 09:53:20','2025-06-14 09:54:18','2025-06-14 09:19:20','2025-06-14 09:54:18',NULL,0,0,NULL,NULL),
(7418,'mixpanel','completed',10,'2025-06-14 10:10:19','2025-06-14 10:12:18','2025-06-14 09:56:19','2025-06-14 10:12:18',NULL,0,0,NULL,NULL),
(7419,'mixpanel','completed',10,'2025-06-14 11:08:20','2025-06-14 11:11:18','2025-06-14 10:12:20','2025-06-14 11:11:18',NULL,0,0,NULL,NULL),
(7420,'mixpanel','completed',10,'2025-06-14 11:57:19','2025-06-14 11:59:18','2025-06-14 11:11:19','2025-06-14 11:59:18',NULL,0,0,NULL,NULL),
(7421,'mixpanel','completed',10,'2025-06-14 12:39:19','2025-06-14 12:39:19','2025-06-14 11:59:19','2025-06-14 12:39:19',NULL,0,0,NULL,NULL),
(7422,'subscribers_engagement_score','completed',10,'2025-06-14 12:34:19','2025-06-14 12:36:18','2025-06-14 12:34:19','2025-06-14 12:36:18',NULL,0,0,NULL,NULL),
(7423,'subscribers_engagement_score','completed',10,'2025-06-15 16:25:00','2025-06-15 16:25:17','2025-06-14 12:36:18','2025-06-15 16:25:17',NULL,0,0,NULL,NULL),
(7424,'mixpanel','completed',10,'2025-06-14 13:29:18','2025-06-14 13:30:18','2025-06-14 12:41:18','2025-06-14 13:30:18',NULL,0,0,NULL,NULL),
(7425,'mixpanel','completed',10,'2025-06-14 13:55:19','2025-06-14 13:57:18','2025-06-14 13:30:19','2025-06-14 13:57:18',NULL,0,0,NULL,NULL),
(7426,'mixpanel','completed',10,'2025-06-14 14:54:20','2025-06-14 14:57:18','2025-06-14 13:57:20','2025-06-14 14:57:18',NULL,0,0,NULL,NULL),
(7427,'mixpanel','completed',10,'2025-06-14 15:24:19','2025-06-14 15:26:19','2025-06-14 14:57:19','2025-06-14 15:26:19',NULL,0,0,NULL,NULL),
(7428,'mixpanel','completed',10,'2025-06-14 16:01:21','2025-06-14 16:02:18','2025-06-14 15:26:21','2025-06-14 16:02:18',NULL,0,0,NULL,NULL),
(7429,'mixpanel','completed',10,'2025-06-14 16:14:19','2025-06-14 16:14:19','2025-06-14 16:02:19','2025-06-14 16:14:19',NULL,0,0,NULL,NULL),
(7430,'schedule_re_engagement_email','completed',10,'2025-06-15 16:11:20','2025-06-15 16:13:19','2025-06-14 16:11:20','2025-06-15 16:13:19',NULL,0,0,NULL,NULL),
(7431,'mixpanel','completed',10,'2025-06-14 16:53:19','2025-06-14 16:55:17','2025-06-14 16:17:19','2025-06-14 16:55:17',NULL,0,0,NULL,NULL),
(7432,'mixpanel','completed',10,'2025-06-14 17:50:19','2025-06-14 17:51:18','2025-06-14 16:55:19','2025-06-14 17:51:18',NULL,0,0,NULL,NULL),
(7433,'mixpanel','completed',10,'2025-06-14 18:46:20','2025-06-14 18:47:18','2025-06-14 17:51:20','2025-06-14 18:47:18',NULL,0,0,NULL,NULL),
(7434,'mixpanel','completed',10,'2025-06-14 18:54:20','2025-06-14 18:56:19','2025-06-14 18:47:20','2025-06-14 18:56:19',NULL,0,0,NULL,NULL),
(7435,'mixpanel','completed',10,'2025-06-14 19:01:20','2025-06-14 19:02:18','2025-06-14 18:56:20','2025-06-14 19:02:18',NULL,0,0,NULL,NULL),
(7436,'mixpanel','completed',10,'2025-06-14 19:39:20','2025-06-14 19:39:20','2025-06-14 19:02:20','2025-06-14 19:39:20',NULL,0,0,NULL,NULL),
(7437,'mixpanel','completed',10,'2025-06-14 20:21:18','2025-06-14 20:22:18','2025-06-14 19:42:18','2025-06-14 20:22:18',NULL,0,0,NULL,NULL),
(7438,'mixpanel','completed',10,'2025-06-14 20:23:19','2025-06-14 20:25:18','2025-06-14 20:22:19','2025-06-14 20:25:18',NULL,0,0,NULL,NULL),
(7439,'mixpanel','completed',10,'2025-06-14 21:05:20','2025-06-14 21:07:19','2025-06-14 20:25:20','2025-06-14 21:07:19',NULL,0,0,NULL,NULL),
(7440,'mixpanel','completed',10,'2025-06-14 21:24:20','2025-06-14 21:27:18','2025-06-14 21:07:20','2025-06-14 21:27:18',NULL,0,0,NULL,NULL),
(7441,'mixpanel','completed',10,'2025-06-14 22:23:20','2025-06-14 22:24:18','2025-06-14 21:27:20','2025-06-14 22:24:18',NULL,0,0,NULL,NULL),
(7442,'mixpanel','completed',10,'2025-06-14 23:06:19','2025-06-14 23:07:18','2025-06-14 22:24:19','2025-06-14 23:07:18',NULL,0,0,NULL,NULL),
(7443,'mixpanel','completed',10,'2025-06-14 23:16:20','2025-06-14 23:19:18','2025-06-14 23:07:20','2025-06-14 23:19:18',NULL,0,0,NULL,NULL),
(7444,'mixpanel','completed',10,'2025-06-14 23:21:19','2025-06-14 23:22:18','2025-06-14 23:19:19','2025-06-14 23:22:18',NULL,0,0,NULL,NULL),
(7445,'mixpanel','completed',10,'2025-06-14 23:56:20','2025-06-14 23:57:18','2025-06-14 23:22:20','2025-06-14 23:57:18',NULL,0,0,NULL,NULL),
(7446,'mixpanel','completed',10,'2025-06-15 00:18:19','2025-06-15 00:19:27','2025-06-14 23:57:19','2025-06-15 00:19:27',NULL,0,0,NULL,NULL),
(7447,'mixpanel','completed',10,'2025-06-15 00:20:27','2025-06-15 00:22:18','2025-06-15 00:19:27','2025-06-15 00:22:18',NULL,0,0,NULL,NULL),
(7448,'mixpanel','completed',10,'2025-06-15 01:01:19','2025-06-15 01:01:19','2025-06-15 00:22:19','2025-06-15 01:01:19',NULL,0,0,NULL,NULL),
(7449,'mixpanel','completed',10,'2025-06-15 01:20:18','2025-06-15 01:22:18','2025-06-15 01:04:18','2025-06-15 01:22:18',NULL,0,0,NULL,NULL),
(7450,'mixpanel','completed',10,'2025-06-15 01:25:20','2025-06-15 01:25:20','2025-06-15 01:22:20','2025-06-15 01:25:20',NULL,0,0,NULL,NULL),
(7451,'mixpanel','completed',10,'2025-06-15 01:53:18','2025-06-15 01:55:18','2025-06-15 01:28:18','2025-06-15 01:55:18',NULL,0,0,NULL,NULL),
(7452,'mixpanel','completed',10,'2025-06-15 02:01:20','2025-06-15 02:01:20','2025-06-15 01:55:20','2025-06-15 02:01:20',NULL,0,0,NULL,NULL),
(7453,'mixpanel','completed',10,'2025-06-15 02:50:17','2025-06-15 02:51:18','2025-06-15 02:04:17','2025-06-15 02:51:18',NULL,0,0,NULL,NULL),
(7454,'mixpanel','completed',10,'2025-06-15 03:13:20','2025-06-15 03:15:18','2025-06-15 02:51:20','2025-06-15 03:15:18',NULL,0,0,NULL,NULL),
(7455,'mixpanel','completed',10,'2025-06-15 03:51:19','2025-06-15 03:51:20','2025-06-15 03:15:19','2025-06-15 03:51:20',NULL,0,0,NULL,NULL),
(7456,'mixpanel','completed',10,'2025-06-15 04:52:19','2025-06-15 04:54:17','2025-06-15 03:54:19','2025-06-15 04:54:17',NULL,0,0,NULL,NULL),
(7457,'mixpanel','completed',10,'2025-06-15 05:04:19','2025-06-15 05:05:18','2025-06-15 04:54:19','2025-06-15 05:05:18',NULL,0,0,NULL,NULL),
(7458,'mixpanel','completed',10,'2025-06-15 05:05:18','2025-06-15 05:08:14','2025-06-15 05:05:18','2025-06-15 05:08:14',NULL,0,0,NULL,NULL),
(7459,'mixpanel','completed',10,'2025-06-15 05:35:15','2025-06-15 05:37:18','2025-06-15 05:08:15','2025-06-15 05:37:18',NULL,0,0,NULL,NULL),
(7460,'mixpanel','completed',10,'2025-06-15 05:52:20','2025-06-15 05:54:18','2025-06-15 05:37:20','2025-06-15 05:54:18',NULL,0,0,NULL,NULL),
(7461,'mixpanel','completed',10,'2025-06-15 05:54:19','2025-06-15 05:57:18','2025-06-15 05:54:19','2025-06-15 05:57:18',NULL,0,0,NULL,NULL),
(7462,'mixpanel','completed',10,'2025-06-15 06:26:20','2025-06-15 06:28:19','2025-06-15 05:57:20','2025-06-15 06:28:19',NULL,0,0,NULL,NULL),
(7463,'mixpanel','completed',10,'2025-06-15 06:55:21','2025-06-15 06:58:18','2025-06-15 06:28:21','2025-06-15 06:58:18',NULL,0,0,NULL,NULL),
(7464,'mixpanel','completed',10,'2025-06-15 07:14:19','2025-06-15 07:16:17','2025-06-15 06:58:19','2025-06-15 07:16:17',NULL,0,0,NULL,NULL),
(7465,'mixpanel','completed',10,'2025-06-15 07:27:19','2025-06-15 07:27:19','2025-06-15 07:16:19','2025-06-15 07:27:19',NULL,0,0,NULL,NULL),
(7466,'mixpanel','completed',10,'2025-06-15 08:15:21','2025-06-15 08:18:19','2025-06-15 07:27:21','2025-06-15 08:18:19',NULL,0,0,NULL,NULL),
(7467,'mixpanel','completed',10,'2025-06-15 08:18:20','2025-06-15 08:21:18','2025-06-15 08:18:20','2025-06-15 08:21:18',NULL,0,0,NULL,NULL),
(7468,'mixpanel','completed',10,'2025-06-15 09:07:20','2025-06-15 09:09:17','2025-06-15 08:21:20','2025-06-15 09:09:17',NULL,0,0,NULL,NULL),
(7469,'mixpanel','completed',10,'2025-06-15 09:36:19','2025-06-15 09:38:18','2025-06-15 09:09:19','2025-06-15 09:38:18',NULL,0,0,NULL,NULL),
(7470,'mixpanel','completed',10,'2025-06-15 09:59:20','2025-06-15 10:02:19','2025-06-15 09:38:20','2025-06-15 10:02:19',NULL,0,0,NULL,NULL),
(7471,'mixpanel','completed',10,'2025-06-15 10:25:20','2025-06-15 10:25:20','2025-06-15 10:02:20','2025-06-15 10:25:20',NULL,0,0,NULL,NULL),
(7472,'mixpanel','completed',10,'2025-06-15 10:36:20','2025-06-15 10:39:18','2025-06-15 10:27:20','2025-06-15 10:39:18',NULL,0,0,NULL,NULL),
(7473,'mixpanel','completed',10,'2025-06-15 10:48:20','2025-06-15 10:51:18','2025-06-15 10:39:20','2025-06-15 10:51:18',NULL,0,0,NULL,NULL),
(7474,'mixpanel','completed',10,'2025-06-15 11:30:20','2025-06-15 11:32:18','2025-06-15 10:51:20','2025-06-15 11:32:18',NULL,0,0,NULL,NULL),
(7475,'mixpanel','completed',10,'2025-06-15 12:11:19','2025-06-15 12:11:19','2025-06-15 11:32:19','2025-06-15 12:11:19',NULL,0,0,NULL,NULL),
(7476,'mixpanel','completed',10,'2025-06-15 13:07:18','2025-06-15 13:07:19','2025-06-15 12:13:18','2025-06-15 13:07:19',NULL,0,0,NULL,NULL),
(7477,'mixpanel','completed',10,'2025-06-15 14:04:20','2025-06-15 14:06:18','2025-06-15 13:07:20','2025-06-15 14:06:18',NULL,0,0,NULL,NULL),
(7478,'mixpanel','completed',10,'2025-06-15 14:43:19','2025-06-15 14:44:18','2025-06-15 14:06:19','2025-06-15 14:44:18',NULL,0,0,NULL,NULL),
(7479,'mixpanel','completed',10,'2025-06-15 14:57:18','2025-06-15 14:58:19','2025-06-15 14:45:18','2025-06-15 14:58:19',NULL,0,0,NULL,NULL),
(7480,'mixpanel','completed',10,'2025-06-15 15:27:19','2025-06-15 15:28:18','2025-06-15 14:58:19','2025-06-15 15:28:18',NULL,0,0,NULL,NULL),
(7481,'mixpanel','completed',10,'2025-06-15 16:15:20','2025-06-15 16:16:18','2025-06-15 15:28:20','2025-06-15 16:16:18',NULL,0,0,NULL,NULL),
(7482,'schedule_re_engagement_email','completed',10,'2025-06-16 16:13:20','2025-06-16 16:13:20','2025-06-15 16:13:20','2025-06-16 16:13:20',NULL,0,0,NULL,NULL),
(7483,'mixpanel','completed',10,'2025-06-15 16:44:19','2025-06-15 16:46:18','2025-06-15 16:16:19','2025-06-15 16:46:18',NULL,0,0,NULL,NULL),
(7484,'subscribers_engagement_score','completed',10,'2025-06-15 16:25:17','2025-06-15 16:25:19','2025-06-15 16:25:17','2025-06-15 16:25:19',NULL,0,0,NULL,NULL),
(7485,'subscribers_engagement_score','completed',10,'2025-06-16 01:43:00','2025-06-16 01:44:17','2025-06-15 16:25:19','2025-06-16 01:44:17',NULL,0,0,NULL,NULL),
(7486,'mixpanel','completed',10,'2025-06-15 17:34:20','2025-06-15 17:34:20','2025-06-15 16:46:20','2025-06-15 17:34:20',NULL,0,0,NULL,NULL),
(7487,'mixpanel','completed',10,'2025-06-15 18:29:19','2025-06-15 18:31:20','2025-06-15 17:37:19','2025-06-15 18:31:20',NULL,0,0,NULL,NULL),
(7488,'mixpanel','completed',10,'2025-06-15 19:19:21','2025-06-15 19:20:19','2025-06-15 18:31:21','2025-06-15 19:20:19',NULL,0,0,NULL,NULL),
(7489,'mixpanel','completed',10,'2025-06-15 19:50:20','2025-06-15 19:53:18','2025-06-15 19:20:20','2025-06-15 19:53:18',NULL,0,0,NULL,NULL),
(7490,'mixpanel','completed',10,'2025-06-15 20:14:19','2025-06-15 20:16:19','2025-06-15 19:53:19','2025-06-15 20:16:19',NULL,0,0,NULL,NULL),
(7491,'mixpanel','completed',10,'2025-06-15 20:57:20','2025-06-15 20:58:18','2025-06-15 20:16:20','2025-06-15 20:58:18',NULL,0,0,NULL,NULL),
(7492,'mixpanel','completed',10,'2025-06-15 21:56:20','2025-06-15 21:59:19','2025-06-15 20:58:20','2025-06-15 21:59:19',NULL,0,0,NULL,NULL),
(7493,'mixpanel','completed',10,'2025-06-15 22:49:20','2025-06-15 22:51:18','2025-06-15 21:59:20','2025-06-15 22:51:18',NULL,0,0,NULL,NULL),
(7494,'mixpanel','completed',10,'2025-06-15 23:16:20','2025-06-15 23:19:19','2025-06-15 22:51:20','2025-06-15 23:19:19',NULL,0,0,NULL,NULL),
(7495,'mixpanel','completed',10,'2025-06-16 00:17:20','2025-06-16 00:18:17','2025-06-15 23:19:20','2025-06-16 00:18:17',NULL,0,0,NULL,NULL),
(7496,'mixpanel','completed',10,'2025-06-16 00:30:19','2025-06-16 00:30:19','2025-06-16 00:18:19','2025-06-16 00:30:19',NULL,0,0,NULL,NULL),
(7497,'mixpanel','completed',10,'2025-06-16 01:09:18','2025-06-16 01:11:18','2025-06-16 00:33:18','2025-06-16 01:11:18',NULL,0,0,NULL,NULL),
(7498,'mixpanel','completed',10,'2025-06-16 01:52:19','2025-06-16 01:52:20','2025-06-16 01:11:19','2025-06-16 01:52:20',NULL,0,0,NULL,NULL),
(7499,'subscribers_engagement_score','completed',10,'2025-06-17 10:50:00','2025-06-17 10:51:18','2025-06-16 01:44:17','2025-06-17 10:51:18',NULL,0,0,NULL,NULL),
(7500,'mixpanel','completed',10,'2025-06-16 02:06:18','2025-06-16 02:07:19','2025-06-16 01:55:18','2025-06-16 02:07:19',NULL,0,0,NULL,NULL),
(7501,'mixpanel','completed',10,'2025-06-16 02:43:20','2025-06-16 02:45:19','2025-06-16 02:07:20','2025-06-16 02:45:19',NULL,0,0,NULL,NULL),
(7502,'mixpanel','completed',10,'2025-06-16 03:25:20','2025-06-16 03:27:18','2025-06-16 02:45:20','2025-06-16 03:27:18',NULL,0,0,NULL,NULL),
(7503,'mixpanel','completed',10,'2025-06-16 04:14:19','2025-06-16 04:15:18','2025-06-16 03:27:19','2025-06-16 04:15:18',NULL,0,0,NULL,NULL),
(7504,'mixpanel','completed',10,'2025-06-16 04:17:19','2025-06-16 04:18:18','2025-06-16 04:15:19','2025-06-16 04:18:18',NULL,0,0,NULL,NULL),
(7505,'mixpanel','completed',10,'2025-06-16 04:26:20','2025-06-16 04:27:18','2025-06-16 04:18:20','2025-06-16 04:27:18',NULL,0,0,NULL,NULL),
(7506,'mixpanel','completed',10,'2025-06-16 05:02:20','2025-06-16 05:04:19','2025-06-16 04:27:20','2025-06-16 05:04:19',NULL,0,0,NULL,NULL),
(7507,'mixpanel','completed',10,'2025-06-16 05:39:20','2025-06-16 05:40:18','2025-06-16 05:04:20','2025-06-16 05:40:18',NULL,0,0,NULL,NULL),
(7508,'mixpanel','completed',10,'2025-06-16 05:54:19','2025-06-16 05:55:17','2025-06-16 05:40:19','2025-06-16 05:55:17',NULL,0,0,NULL,NULL),
(7509,'mixpanel','completed',10,'2025-06-16 06:28:19','2025-06-16 06:30:18','2025-06-16 05:55:19','2025-06-16 06:30:18',NULL,0,0,NULL,NULL),
(7510,'mixpanel','completed',10,'2025-06-16 06:54:19','2025-06-16 06:54:19','2025-06-16 06:30:19','2025-06-16 06:54:19',NULL,0,0,NULL,NULL),
(7511,'mixpanel','completed',10,'2025-06-16 07:44:20','2025-06-16 07:46:20','2025-06-16 06:54:20','2025-06-16 07:46:20',NULL,0,0,NULL,NULL),
(7512,'mixpanel','completed',10,'2025-06-16 07:55:21','2025-06-16 07:57:18','2025-06-16 07:46:21','2025-06-16 07:57:18',NULL,0,0,NULL,NULL),
(7513,'mixpanel','completed',10,'2025-06-16 08:31:20','2025-06-16 08:33:18','2025-06-16 07:57:20','2025-06-16 08:33:18',NULL,0,0,NULL,NULL),
(7514,'mixpanel','completed',10,'2025-06-16 08:44:20','2025-06-16 08:45:17','2025-06-16 08:33:20','2025-06-16 08:45:17',NULL,0,0,NULL,NULL),
(7515,'mixpanel','completed',10,'2025-06-16 09:43:19','2025-06-16 09:44:18','2025-06-16 08:45:19','2025-06-16 09:44:18',NULL,0,0,NULL,NULL),
(7516,'mixpanel','completed',10,'2025-06-16 09:47:20','2025-06-16 09:47:20','2025-06-16 09:44:20','2025-06-16 09:47:20',NULL,0,0,NULL,NULL),
(7517,'mixpanel','completed',10,'2025-06-16 10:43:18','2025-06-16 10:43:19','2025-06-16 09:50:18','2025-06-16 10:43:19',NULL,0,0,NULL,NULL),
(7518,'mixpanel','completed',10,'2025-06-16 11:29:18','2025-06-16 11:31:18','2025-06-16 10:46:18','2025-06-16 11:31:18',NULL,0,0,NULL,NULL),
(7519,'mixpanel','completed',10,'2025-06-16 11:37:19','2025-06-16 11:37:19','2025-06-16 11:31:19','2025-06-16 11:37:19',NULL,0,0,NULL,NULL),
(7520,'mixpanel','completed',10,'2025-06-16 11:42:20','2025-06-16 11:43:19','2025-06-16 11:37:20','2025-06-16 11:43:19',NULL,0,0,NULL,NULL),
(7521,'mixpanel','completed',10,'2025-06-16 12:35:20','2025-06-16 12:36:18','2025-06-16 11:43:20','2025-06-16 12:36:18',NULL,0,0,NULL,NULL),
(7522,'mixpanel','completed',10,'2025-06-16 13:12:19','2025-06-16 13:14:18','2025-06-16 12:36:19','2025-06-16 13:14:18',NULL,0,0,NULL,NULL),
(7523,'mixpanel','completed',10,'2025-06-16 13:24:20','2025-06-16 13:26:18','2025-06-16 13:14:20','2025-06-16 13:26:18',NULL,0,0,NULL,NULL),
(7524,'mixpanel','completed',10,'2025-06-16 14:09:20','2025-06-16 14:10:18','2025-06-16 13:26:20','2025-06-16 14:10:18',NULL,0,0,NULL,NULL),
(7525,'mixpanel','completed',10,'2025-06-16 14:33:19','2025-06-16 14:34:18','2025-06-16 14:10:19','2025-06-16 14:34:18',NULL,0,0,NULL,NULL),
(7526,'mixpanel','completed',10,'2025-06-16 14:47:19','2025-06-16 14:49:19','2025-06-16 14:34:19','2025-06-16 14:49:19',NULL,0,0,NULL,NULL),
(7527,'mixpanel','completed',10,'2025-06-16 15:31:20','2025-06-16 15:31:20','2025-06-16 14:49:20','2025-06-16 15:31:20',NULL,0,0,NULL,NULL),
(7528,'mixpanel','completed',10,'2025-06-16 16:11:17','2025-06-16 16:13:18','2025-06-16 15:34:17','2025-06-16 16:13:18',NULL,0,0,NULL,NULL),
(7529,'mixpanel','completed',10,'2025-06-16 16:18:20','2025-06-16 16:19:18','2025-06-16 16:13:20','2025-06-16 16:19:18',NULL,0,0,NULL,NULL),
(7530,'schedule_re_engagement_email','completed',10,'2025-06-17 16:16:18','2025-06-17 16:18:17','2025-06-16 16:16:18','2025-06-17 16:18:17',NULL,0,0,NULL,NULL),
(7531,'mixpanel','completed',10,'2025-06-16 17:07:20','2025-06-16 17:08:15','2025-06-16 16:19:20','2025-06-16 17:08:15',NULL,0,0,NULL,NULL),
(7532,'mixpanel','completed',10,'2025-06-16 18:00:15','2025-06-16 18:02:18','2025-06-16 17:08:15','2025-06-16 18:02:18',NULL,0,0,NULL,NULL),
(7533,'mixpanel','completed',10,'2025-06-16 18:51:19','2025-06-16 18:53:18','2025-06-16 18:02:19','2025-06-16 18:53:18',NULL,0,0,NULL,NULL),
(7534,'mixpanel','completed',10,'2025-06-16 19:19:20','2025-06-16 19:21:18','2025-06-16 18:53:20','2025-06-16 19:21:18',NULL,0,0,NULL,NULL),
(7535,'mixpanel','completed',10,'2025-06-16 20:03:19','2025-06-16 20:05:18','2025-06-16 19:21:19','2025-06-16 20:05:18',NULL,0,0,NULL,NULL),
(7536,'mixpanel','completed',10,'2025-06-16 20:22:20','2025-06-16 20:23:17','2025-06-16 20:05:20','2025-06-16 20:23:17',NULL,0,0,NULL,NULL),
(7537,'mixpanel','completed',10,'2025-06-16 21:01:18','2025-06-16 21:01:19','2025-06-16 20:24:18','2025-06-16 21:01:19',NULL,0,0,NULL,NULL),
(7538,'mixpanel','completed',10,'2025-06-16 21:17:20','2025-06-16 21:19:18','2025-06-16 21:01:20','2025-06-16 21:19:18',NULL,0,0,NULL,NULL),
(7539,'mixpanel','completed',10,'2025-06-16 21:44:20','2025-06-16 21:46:19','2025-06-16 21:19:20','2025-06-16 21:46:19',NULL,0,0,NULL,NULL),
(7540,'mixpanel','completed',10,'2025-06-16 22:20:20','2025-06-16 22:22:19','2025-06-16 21:46:20','2025-06-16 22:22:19',NULL,0,0,NULL,NULL),
(7541,'mixpanel','completed',10,'2025-06-16 23:07:20','2025-06-16 23:09:18','2025-06-16 22:22:20','2025-06-16 23:09:18',NULL,0,0,NULL,NULL),
(7542,'mixpanel','completed',10,'2025-06-16 23:41:20','2025-06-16 23:43:18','2025-06-16 23:09:20','2025-06-16 23:43:18',NULL,0,0,NULL,NULL),
(7543,'mixpanel','completed',10,'2025-06-17 00:40:20','2025-06-17 00:40:20','2025-06-16 23:43:20','2025-06-17 00:40:20',NULL,0,0,NULL,NULL),
(7544,'export_files_cleanup','completed',10,'2025-06-28 00:00:00','2025-06-28 00:00:26','2025-06-17 00:01:20','2025-06-28 00:00:26',NULL,0,0,NULL,NULL),
(7545,'mixpanel','completed',10,'2025-06-17 01:22:18','2025-06-17 01:24:18','2025-06-17 00:43:18','2025-06-17 01:24:18',NULL,0,0,NULL,NULL),
(7546,'mixpanel','completed',10,'2025-06-17 01:41:20','2025-06-17 01:41:20','2025-06-17 01:24:20','2025-06-17 01:41:20',NULL,0,0,NULL,NULL),
(7547,'mixpanel','completed',10,'2025-06-17 02:38:18','2025-06-17 02:40:18','2025-06-17 01:44:18','2025-06-17 02:40:18',NULL,0,0,NULL,NULL),
(7548,'mixpanel','completed',10,'2025-06-17 02:54:20','2025-06-17 02:54:20','2025-06-17 02:40:20','2025-06-17 02:54:20',NULL,0,0,NULL,NULL),
(7549,'mixpanel','completed',10,'2025-06-17 03:35:18','2025-06-17 03:36:18','2025-06-17 02:57:18','2025-06-17 03:36:18',NULL,0,0,NULL,NULL),
(7550,'mixpanel','completed',10,'2025-06-17 03:36:20','2025-06-17 03:39:19','2025-06-17 03:36:20','2025-06-17 03:39:19',NULL,0,0,NULL,NULL),
(7551,'mixpanel','completed',10,'2025-06-17 03:47:21','2025-06-17 03:48:18','2025-06-17 03:39:21','2025-06-17 03:48:18',NULL,0,0,NULL,NULL),
(7552,'mixpanel','completed',10,'2025-06-17 03:57:20','2025-06-17 03:58:19','2025-06-17 03:48:20','2025-06-17 03:58:19',NULL,0,0,NULL,NULL),
(7553,'mixpanel','completed',10,'2025-06-17 04:38:20','2025-06-17 04:40:18','2025-06-17 03:58:20','2025-06-17 04:40:18',NULL,0,0,NULL,NULL),
(7554,'mixpanel','completed',10,'2025-06-17 04:51:19','2025-06-17 04:51:19','2025-06-17 04:40:19','2025-06-17 04:51:19',NULL,0,0,NULL,NULL),
(7555,'mixpanel','completed',10,'2025-06-17 05:04:18','2025-06-17 05:04:18','2025-06-17 04:54:18','2025-06-17 05:04:18',NULL,0,0,NULL,NULL),
(7556,'mixpanel','completed',10,'2025-06-17 05:43:20','2025-06-17 05:44:18','2025-06-17 05:04:20','2025-06-17 05:44:18',NULL,0,0,NULL,NULL),
(7557,'mixpanel','completed',10,'2025-06-17 05:45:17','2025-06-17 05:46:19','2025-06-17 05:46:17','2025-06-17 05:46:19',NULL,0,0,NULL,NULL),
(7558,'mixpanel','completed',10,'2025-06-17 05:49:18','2025-06-17 05:49:19','2025-06-17 05:49:18','2025-06-17 05:49:19',NULL,0,0,NULL,NULL),
(7559,'mixpanel','completed',10,'2025-06-17 06:27:19','2025-06-17 06:28:19','2025-06-17 05:51:19','2025-06-17 06:28:19',NULL,0,0,NULL,NULL),
(7560,'mixpanel','completed',10,'2025-06-17 07:15:21','2025-06-17 07:17:20','2025-06-17 06:28:21','2025-06-17 07:17:20',NULL,0,0,NULL,NULL),
(7561,'mixpanel','completed',10,'2025-06-17 07:49:22','2025-06-17 07:52:18','2025-06-17 07:17:22','2025-06-17 07:52:18',NULL,0,0,NULL,NULL),
(7562,'mixpanel','completed',10,'2025-06-17 08:13:20','2025-06-17 08:14:21','2025-06-17 07:52:20','2025-06-17 08:14:21',NULL,0,0,NULL,NULL),
(7563,'mixpanel','completed',10,'2025-06-17 08:17:22','2025-06-17 08:20:19','2025-06-17 08:14:22','2025-06-17 08:20:19',NULL,0,0,NULL,NULL),
(7564,'mixpanel','completed',10,'2025-06-17 09:07:21','2025-06-17 09:08:19','2025-06-17 08:20:21','2025-06-17 09:08:19',NULL,0,0,NULL,NULL),
(7565,'mixpanel','completed',10,'2025-06-17 09:36:20','2025-06-17 09:36:21','2025-06-17 09:08:20','2025-06-17 09:36:21',NULL,0,0,NULL,NULL),
(7566,'mixpanel','completed',10,'2025-06-17 10:06:21','2025-06-17 10:06:21','2025-06-17 09:36:21','2025-06-17 10:06:21',NULL,0,0,NULL,NULL),
(7567,'mixpanel','completed',10,'2025-06-17 11:01:18','2025-06-17 11:03:18','2025-06-17 10:09:18','2025-06-17 11:03:18',NULL,0,0,NULL,NULL),
(7568,'subscribers_engagement_score','completed',10,'2025-06-17 10:51:18','2025-06-17 10:51:19','2025-06-17 10:51:18','2025-06-17 10:51:19',NULL,0,0,NULL,NULL),
(7569,'subscribers_engagement_score','completed',10,'2025-06-18 11:48:00','2025-06-18 17:49:36','2025-06-17 10:51:19','2025-06-18 17:49:36',NULL,0,0,NULL,NULL),
(7570,'mixpanel','completed',10,'2025-06-17 11:44:20','2025-06-17 11:45:18','2025-06-17 11:03:20','2025-06-17 11:45:18',NULL,0,0,NULL,NULL),
(7571,'mixpanel','completed',10,'2025-06-17 12:08:20','2025-06-17 12:10:19','2025-06-17 11:45:20','2025-06-17 12:10:19',NULL,0,0,NULL,NULL),
(7572,'mixpanel','completed',10,'2025-06-17 12:47:20','2025-06-17 12:49:18','2025-06-17 12:10:20','2025-06-17 12:49:18',NULL,0,0,NULL,NULL),
(7573,'mixpanel','completed',10,'2025-06-17 12:57:19','2025-06-17 12:58:18','2025-06-17 12:49:19','2025-06-17 12:58:18',NULL,0,0,NULL,NULL),
(7574,'mixpanel','completed',10,'2025-06-17 13:02:19','2025-06-17 13:04:18','2025-06-17 12:58:19','2025-06-17 13:04:18',NULL,0,0,NULL,NULL),
(7575,'mixpanel','completed',10,'2025-06-17 13:40:20','2025-06-17 13:40:20','2025-06-17 13:04:20','2025-06-17 13:40:20',NULL,0,0,NULL,NULL),
(7576,'mixpanel','completed',10,'2025-06-17 14:06:21','2025-06-17 14:07:20','2025-06-17 13:40:21','2025-06-17 14:07:20',NULL,0,0,NULL,NULL),
(7577,'mixpanel','completed',10,'2025-06-17 14:27:21','2025-06-17 14:28:20','2025-06-17 14:07:21','2025-06-17 14:28:20',NULL,0,0,NULL,NULL),
(7578,'mixpanel','completed',10,'2025-06-17 15:03:21','2025-06-17 15:06:18','2025-06-17 14:28:21','2025-06-17 15:06:18',NULL,0,0,NULL,NULL),
(7579,'mixpanel','completed',10,'2025-06-17 15:52:20','2025-06-17 15:54:19','2025-06-17 15:06:20','2025-06-17 15:54:19',NULL,0,0,NULL,NULL),
(7580,'mixpanel','completed',10,'2025-06-17 16:04:20','2025-06-17 16:06:17','2025-06-17 15:54:20','2025-06-17 16:06:17',NULL,0,0,NULL,NULL),
(7581,'mixpanel','completed',10,'2025-06-17 16:20:19','2025-06-17 16:20:20','2025-06-17 16:06:19','2025-06-17 16:20:20',NULL,0,0,NULL,NULL),
(7582,'schedule_re_engagement_email','completed',10,'2025-06-18 16:18:19','2025-06-18 17:49:36','2025-06-17 16:18:19','2025-06-18 17:49:36',NULL,0,0,NULL,NULL),
(7583,'mixpanel','completed',10,'2025-06-17 17:18:21','2025-06-17 17:19:21','2025-06-17 16:20:21','2025-06-17 17:19:21',NULL,0,0,NULL,NULL),
(7584,'mixpanel','completed',10,'2025-06-17 18:12:23','2025-06-17 18:15:18','2025-06-17 17:19:23','2025-06-17 18:15:18',NULL,0,0,NULL,NULL),
(7585,'mixpanel','completed',10,'2025-06-17 18:45:19','2025-06-17 18:47:18','2025-06-17 18:15:19','2025-06-17 18:47:18',NULL,0,0,NULL,NULL),
(7586,'mixpanel','completed',10,'2025-06-17 19:33:18','2025-06-17 19:33:19','2025-06-17 18:47:18','2025-06-17 19:33:19',NULL,0,0,NULL,NULL),
(7587,'mixpanel','completed',10,'2025-06-17 20:10:18','2025-06-17 20:12:18','2025-06-17 19:34:18','2025-06-17 20:12:18',NULL,0,0,NULL,NULL),
(7588,'mixpanel','completed',10,'2025-06-17 20:53:20','2025-06-17 20:54:19','2025-06-17 20:12:20','2025-06-17 20:54:19',NULL,0,0,NULL,NULL),
(7589,'mixpanel','completed',10,'2025-06-17 21:30:19','2025-06-17 21:32:19','2025-06-17 20:56:19','2025-06-17 21:32:19',NULL,0,0,NULL,NULL),
(7590,'mixpanel','completed',10,'2025-06-17 21:40:20','2025-06-17 21:41:19','2025-06-17 21:32:20','2025-06-17 21:41:19',NULL,0,0,NULL,NULL),
(7591,'mixpanel','completed',10,'2025-06-17 22:19:21','2025-06-17 22:19:21','2025-06-17 21:41:21','2025-06-17 22:19:21',NULL,0,0,NULL,NULL),
(7592,'mixpanel','completed',10,'2025-06-17 23:00:18','2025-06-17 23:00:18','2025-06-17 22:22:18','2025-06-17 23:00:18',NULL,0,0,NULL,NULL),
(7593,'mixpanel','completed',10,'2025-06-17 23:48:20','2025-06-17 23:49:26','2025-06-17 23:00:20','2025-06-17 23:49:26',NULL,0,0,NULL,NULL),
(7594,'mixpanel','completed',10,'2025-06-18 00:39:28','2025-06-18 00:42:18','2025-06-17 23:49:28','2025-06-18 00:42:18',NULL,0,0,NULL,NULL),
(7595,'subscribers_email_count','completed',10,'2025-06-27 00:00:00','2025-06-27 00:02:24','2025-06-18 00:02:18','2025-06-27 00:02:24',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(7596,'inactive_subscribers','completed',10,'2025-06-26 00:00:00','2025-06-26 00:00:48','2025-06-18 00:02:18','2025-06-26 00:00:48',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(7597,'mixpanel','completed',10,'2025-06-18 01:26:20','2025-06-18 01:26:20','2025-06-18 00:42:20','2025-06-18 01:26:20',NULL,0,0,NULL,NULL),
(7598,'mixpanel','completed',10,'2025-06-18 01:55:18','2025-06-18 01:56:19','2025-06-18 01:29:18','2025-06-18 01:56:19',NULL,0,0,NULL,NULL),
(7599,'mixpanel','completed',10,'2025-06-18 02:11:20','2025-06-18 02:13:21','2025-06-18 01:56:20','2025-06-18 02:13:21',NULL,0,0,NULL,NULL),
(7600,'mixpanel','completed',10,'2025-06-18 02:13:22','2025-06-18 02:16:18','2025-06-18 02:13:22','2025-06-18 02:16:18',NULL,0,0,NULL,NULL),
(7601,'mixpanel','completed',10,'2025-06-18 02:46:19','2025-06-18 02:48:17','2025-06-18 02:16:19','2025-06-18 02:48:17',NULL,0,0,NULL,NULL),
(7602,'mixpanel','completed',10,'2025-06-18 03:27:19','2025-06-18 03:29:19','2025-06-18 02:48:19','2025-06-18 03:29:19',NULL,0,0,NULL,NULL),
(7603,'mixpanel','completed',10,'2025-06-18 04:01:20','2025-06-18 04:02:18','2025-06-18 03:29:20','2025-06-18 04:02:18',NULL,0,0,NULL,NULL),
(7604,'mixpanel','completed',10,'2025-06-18 04:34:19','2025-06-18 04:34:20','2025-06-18 04:02:19','2025-06-18 04:34:20',NULL,0,0,NULL,NULL),
(7605,'mixpanel','completed',10,'2025-06-18 04:40:19','2025-06-18 04:40:19','2025-06-18 04:37:19','2025-06-18 04:40:19',NULL,0,0,NULL,NULL),
(7606,'mixpanel','completed',10,'2025-06-18 05:16:20','2025-06-18 05:18:19','2025-06-18 04:40:20','2025-06-18 05:18:19',NULL,0,0,NULL,NULL),
(7607,'mixpanel','completed',10,'2025-06-18 05:30:21','2025-06-18 05:33:18','2025-06-18 05:18:21','2025-06-18 05:33:18',NULL,0,0,NULL,NULL),
(7608,'mixpanel','completed',10,'2025-06-18 06:10:19','2025-06-18 06:11:18','2025-06-18 05:33:19','2025-06-18 06:11:18',NULL,0,0,NULL,NULL),
(7609,'mixpanel','completed',10,'2025-06-18 06:38:19','2025-06-18 17:49:36','2025-06-18 06:11:19','2025-06-18 17:49:36',NULL,0,0,NULL,NULL),
(7610,'subscribers_engagement_score','completed',10,'2025-06-18 17:49:36','2025-06-18 17:49:38','2025-06-18 17:49:36','2025-06-18 17:49:38',NULL,0,0,NULL,NULL),
(7611,'subscribers_engagement_score','completed',10,'2025-06-19 00:04:00','2025-06-19 00:04:40','2025-06-18 17:49:38','2025-06-19 00:04:40',NULL,0,0,NULL,NULL),
(7612,'schedule_re_engagement_email','completed',10,'2025-06-19 17:49:38','2025-06-19 17:50:15','2025-06-18 17:49:38','2025-06-19 17:50:15',NULL,0,0,NULL,NULL),
(7613,'mixpanel','completed',10,'2025-06-18 18:43:38','2025-06-18 18:44:39','2025-06-18 17:49:38','2025-06-18 18:44:39',NULL,0,0,NULL,NULL),
(7614,'mixpanel','completed',10,'2025-06-18 19:34:40','2025-06-18 19:34:50','2025-06-18 18:44:40','2025-06-18 19:34:50',NULL,0,0,NULL,NULL),
(7615,'mixpanel','completed',10,'2025-06-18 20:30:52','2025-06-18 20:33:07','2025-06-18 19:34:52','2025-06-18 20:33:07',NULL,0,0,NULL,NULL),
(7616,'mixpanel','completed',10,'2025-06-18 21:25:08','2025-06-18 21:27:17','2025-06-18 20:33:08','2025-06-18 21:27:17',NULL,0,0,NULL,NULL),
(7617,'mixpanel','completed',10,'2025-06-18 22:21:18','2025-06-18 22:22:28','2025-06-18 21:27:18','2025-06-18 22:22:28',NULL,0,0,NULL,NULL),
(7618,'mixpanel','completed',10,'2025-06-18 23:20:30','2025-06-18 23:21:45','2025-06-18 22:22:30','2025-06-18 23:21:45',NULL,0,0,NULL,NULL),
(7619,'mixpanel','completed',10,'2025-06-18 23:28:46','2025-06-18 23:29:55','2025-06-18 23:21:46','2025-06-18 23:29:55',NULL,0,0,NULL,NULL),
(7620,'mixpanel','completed',10,'2025-06-19 00:14:57','2025-06-19 00:16:25','2025-06-18 23:29:57','2025-06-19 00:16:25',NULL,0,0,NULL,NULL),
(7621,'subscribers_engagement_score','completed',10,'2025-06-20 00:59:00','2025-06-20 01:00:28','2025-06-19 00:04:40','2025-06-20 01:00:28',NULL,0,0,NULL,NULL),
(7622,'mixpanel','completed',10,'2025-06-19 00:20:27','2025-06-19 00:21:01','2025-06-19 00:16:27','2025-06-19 00:21:01',NULL,0,0,NULL,NULL),
(7623,'mixpanel','completed',10,'2025-06-19 01:07:03','2025-06-19 01:09:29','2025-06-19 00:21:03','2025-06-19 01:09:29',NULL,0,0,NULL,NULL),
(7624,'mixpanel','completed',10,'2025-06-19 01:11:31','2025-06-19 01:12:08','2025-06-19 01:09:31','2025-06-19 01:12:08',NULL,0,0,NULL,NULL),
(7625,'mixpanel','completed',10,'2025-06-19 01:18:09','2025-06-19 01:19:17','2025-06-19 01:12:09','2025-06-19 01:19:17',NULL,0,0,NULL,NULL),
(7626,'mixpanel','completed',10,'2025-06-19 01:37:18','2025-06-19 01:38:42','2025-06-19 01:19:18','2025-06-19 01:38:42',NULL,0,0,NULL,NULL),
(7627,'mixpanel','completed',10,'2025-06-19 02:36:43','2025-06-19 02:36:57','2025-06-19 01:38:43','2025-06-19 02:36:57',NULL,0,0,NULL,NULL),
(7628,'mixpanel','completed',10,'2025-06-19 03:25:59','2025-06-19 03:26:25','2025-06-19 02:36:59','2025-06-19 03:26:25',NULL,0,0,NULL,NULL),
(7629,'mixpanel','completed',10,'2025-06-19 04:05:03','2025-06-19 04:06:53','2025-06-19 03:28:03','2025-06-19 04:06:53',NULL,0,0,NULL,NULL),
(7630,'mixpanel','completed',10,'2025-06-19 04:10:55','2025-06-19 04:11:22','2025-06-19 04:06:55','2025-06-19 04:11:22',NULL,0,0,NULL,NULL),
(7631,'mixpanel','completed',10,'2025-06-19 04:50:23','2025-06-19 04:51:51','2025-06-19 04:11:23','2025-06-19 04:51:51',NULL,0,0,NULL,NULL),
(7632,'mixpanel','completed',10,'2025-06-19 05:26:52','2025-06-19 05:28:38','2025-06-19 04:51:52','2025-06-19 05:28:38',NULL,0,0,NULL,NULL),
(7633,'mixpanel','completed',10,'2025-06-19 06:18:40','2025-06-19 06:18:43','2025-06-19 05:28:40','2025-06-19 06:18:43',NULL,0,0,NULL,NULL),
(7634,'mixpanel','completed',10,'2025-06-19 07:12:45','2025-06-19 07:12:55','2025-06-19 06:18:45','2025-06-19 07:12:55',NULL,0,0,NULL,NULL),
(7635,'mixpanel','completed',10,'2025-06-19 07:56:57','2025-06-19 07:57:54','2025-06-19 07:12:57','2025-06-19 07:57:54',NULL,0,0,NULL,NULL),
(7636,'mixpanel','completed',10,'2025-06-19 08:06:55','2025-06-19 08:07:06','2025-06-19 07:57:55','2025-06-19 08:07:06',NULL,0,0,NULL,NULL),
(7637,'mixpanel','completed',10,'2025-06-19 08:41:07','2025-06-19 08:41:50','2025-06-19 08:07:07','2025-06-19 08:41:50',NULL,0,0,NULL,NULL),
(7638,'mixpanel','completed',10,'2025-06-19 08:47:52','2025-06-19 08:47:58','2025-06-19 08:41:52','2025-06-19 08:47:58',NULL,0,0,NULL,NULL),
(7639,'mixpanel','completed',10,'2025-06-19 08:54:00','2025-06-19 08:54:05','2025-06-19 08:48:00','2025-06-19 08:54:05',NULL,0,0,NULL,NULL),
(7640,'mixpanel','completed',10,'2025-06-19 09:06:07','2025-06-19 09:06:22','2025-06-19 08:54:07','2025-06-19 09:06:22',NULL,0,0,NULL,NULL),
(7641,'mixpanel','completed',10,'2025-06-19 09:14:24','2025-06-19 09:14:33','2025-06-19 09:06:24','2025-06-19 09:14:33',NULL,0,0,NULL,NULL),
(7642,'mixpanel','completed',10,'2025-06-19 09:34:34','2025-06-19 09:34:59','2025-06-19 09:14:34','2025-06-19 09:34:59',NULL,0,0,NULL,NULL),
(7643,'mixpanel','completed',10,'2025-06-19 09:53:01','2025-06-19 09:54:24','2025-06-19 09:35:01','2025-06-19 09:54:24',NULL,0,0,NULL,NULL),
(7644,'mixpanel','completed',10,'2025-06-19 10:52:26','2025-06-19 10:53:40','2025-06-19 09:54:26','2025-06-19 10:53:40',NULL,0,0,NULL,NULL),
(7645,'mixpanel','completed',10,'2025-06-19 10:56:42','2025-06-19 10:58:47','2025-06-19 10:53:42','2025-06-19 10:58:47',NULL,0,0,NULL,NULL),
(7646,'mixpanel','completed',10,'2025-06-19 10:59:49','2025-06-19 11:00:50','2025-06-19 10:58:49','2025-06-19 11:00:50',NULL,0,0,NULL,NULL),
(7647,'mixpanel','completed',10,'2025-06-19 11:27:51','2025-06-19 11:28:25','2025-06-19 11:00:51','2025-06-19 11:28:25',NULL,0,0,NULL,NULL),
(7648,'mixpanel','completed',10,'2025-06-19 12:05:27','2025-06-19 12:06:14','2025-06-19 11:28:27','2025-06-19 12:06:14',NULL,0,0,NULL,NULL),
(7649,'mixpanel','completed',10,'2025-06-19 12:36:16','2025-06-19 12:36:54','2025-06-19 12:06:16','2025-06-19 12:36:54',NULL,0,0,NULL,NULL),
(7650,'mixpanel','completed',10,'2025-06-19 12:46:56','2025-06-19 12:48:09','2025-06-19 12:36:56','2025-06-19 12:48:09',NULL,0,0,NULL,NULL),
(7651,'mixpanel','completed',10,'2025-06-19 13:41:10','2025-06-19 13:43:20','2025-06-19 12:48:10','2025-06-19 13:43:20',NULL,0,0,NULL,NULL),
(7652,'mixpanel','completed',10,'2025-06-19 14:40:22','2025-06-19 14:41:35','2025-06-19 13:43:22','2025-06-19 14:41:35',NULL,0,0,NULL,NULL),
(7653,'mixpanel','completed',10,'2025-06-19 15:29:37','2025-06-19 15:30:38','2025-06-19 14:41:37','2025-06-19 15:30:38',NULL,0,0,NULL,NULL),
(7654,'mixpanel','completed',10,'2025-06-19 15:37:40','2025-06-19 15:37:48','2025-06-19 15:30:40','2025-06-19 15:37:48',NULL,0,0,NULL,NULL),
(7655,'mixpanel','completed',10,'2025-06-19 16:01:49','2025-06-19 16:03:20','2025-06-19 15:37:49','2025-06-19 16:03:20',NULL,0,0,NULL,NULL),
(7656,'mixpanel','completed',10,'2025-06-19 16:28:22','2025-06-19 16:28:53','2025-06-19 16:03:22','2025-06-19 16:28:53',NULL,0,0,NULL,NULL),
(7657,'mixpanel','completed',10,'2025-06-19 16:32:55','2025-06-19 16:34:39','2025-06-19 16:28:55','2025-06-19 16:34:39',NULL,0,0,NULL,NULL),
(7658,'mixpanel','completed',10,'2025-06-19 17:20:41','2025-06-19 17:21:29','2025-06-19 16:34:41','2025-06-19 17:21:29',NULL,0,0,NULL,NULL),
(7659,'mixpanel','completed',10,'2025-06-19 18:14:30','2025-06-19 18:17:27','2025-06-19 17:21:30','2025-06-19 18:17:27',NULL,0,0,NULL,NULL),
(7660,'schedule_re_engagement_email','completed',10,'2025-06-20 17:51:15','2025-06-20 17:53:34','2025-06-19 17:51:15','2025-06-20 17:53:34',NULL,0,0,NULL,NULL),
(7661,'mixpanel','completed',10,'2025-06-19 18:30:29','2025-06-19 18:31:34','2025-06-19 18:17:29','2025-06-19 18:31:34',NULL,0,0,NULL,NULL),
(7662,'mixpanel','completed',10,'2025-06-19 18:45:35','2025-06-19 18:45:49','2025-06-19 18:31:35','2025-06-19 18:45:49',NULL,0,0,NULL,NULL),
(7663,'mixpanel','completed',10,'2025-06-19 19:21:50','2025-06-19 19:22:36','2025-06-19 18:45:50','2025-06-19 19:22:36',NULL,0,0,NULL,NULL),
(7664,'mixpanel','completed',10,'2025-06-19 20:17:37','2025-06-19 20:19:34','2025-06-19 19:22:37','2025-06-19 20:19:34',NULL,0,0,NULL,NULL),
(7665,'mixpanel','completed',10,'2025-06-19 20:26:35','2025-06-19 20:28:00','2025-06-19 20:19:35','2025-06-19 20:28:00',NULL,0,0,NULL,NULL),
(7666,'mixpanel','completed',10,'2025-06-19 20:43:02','2025-06-19 20:43:20','2025-06-19 20:28:02','2025-06-19 20:43:20',NULL,0,0,NULL,NULL),
(7667,'mixpanel','completed',10,'2025-06-19 21:24:22','2025-06-19 21:25:14','2025-06-19 20:43:22','2025-06-19 21:25:14',NULL,0,0,NULL,NULL),
(7668,'mixpanel','completed',10,'2025-06-19 21:55:16','2025-06-19 21:57:46','2025-06-19 21:25:16','2025-06-19 21:57:46',NULL,0,0,NULL,NULL),
(7669,'mixpanel','completed',10,'2025-06-19 22:27:47','2025-06-19 22:29:37','2025-06-19 21:57:47','2025-06-19 22:29:37',NULL,0,0,NULL,NULL),
(7670,'mixpanel','completed',10,'2025-06-19 22:47:39','2025-06-19 22:49:30','2025-06-19 22:29:39','2025-06-19 22:49:30',NULL,0,0,NULL,NULL),
(7671,'mixpanel','completed',10,'2025-06-19 23:33:31','2025-06-19 23:34:01','2025-06-19 22:49:31','2025-06-19 23:34:01',NULL,0,0,NULL,NULL),
(7672,'mixpanel','completed',10,'2025-06-20 00:08:03','2025-06-20 00:09:48','2025-06-19 23:34:03','2025-06-20 00:09:48',NULL,0,0,NULL,NULL),
(7673,'mixpanel','completed',10,'2025-06-20 00:23:49','2025-06-20 00:24:06','2025-06-20 00:09:49','2025-06-20 00:24:06',NULL,0,0,NULL,NULL),
(7674,'mixpanel','completed',10,'2025-06-20 00:38:08','2025-06-20 00:38:25','2025-06-20 00:24:08','2025-06-20 00:38:25',NULL,0,0,NULL,NULL),
(7675,'mixpanel','completed',10,'2025-06-20 00:53:26','2025-06-20 00:53:29','2025-06-20 00:38:26','2025-06-20 00:53:29',NULL,0,0,NULL,NULL),
(7676,'mixpanel','completed',10,'2025-06-20 01:19:31','2025-06-20 01:20:19','2025-06-20 00:53:31','2025-06-20 01:20:19',NULL,0,0,NULL,NULL),
(7677,'subscribers_engagement_score','completed',10,'2025-06-20 01:00:28','2025-06-20 01:00:30','2025-06-20 01:00:28','2025-06-20 01:00:30',NULL,0,0,NULL,NULL),
(7678,'subscribers_engagement_score','completed',10,'2025-06-21 13:07:00','2025-06-21 13:08:40','2025-06-20 01:00:30','2025-06-21 13:08:40',NULL,0,0,NULL,NULL),
(7679,'mixpanel','completed',10,'2025-06-20 01:51:20','2025-06-20 01:52:00','2025-06-20 01:20:20','2025-06-20 01:52:00',NULL,0,0,NULL,NULL),
(7680,'mixpanel','completed',10,'2025-06-20 02:15:01','2025-06-20 02:15:30','2025-06-20 01:52:01','2025-06-20 02:15:30',NULL,0,0,NULL,NULL),
(7681,'mixpanel','completed',10,'2025-06-20 03:00:32','2025-06-20 03:01:29','2025-06-20 02:15:32','2025-06-20 03:01:29',NULL,0,0,NULL,NULL),
(7682,'mixpanel','completed',10,'2025-06-20 03:03:31','2025-06-20 03:04:33','2025-06-20 03:01:31','2025-06-20 03:04:33',NULL,0,0,NULL,NULL),
(7683,'mixpanel','completed',10,'2025-06-20 03:26:34','2025-06-20 03:28:04','2025-06-20 03:04:34','2025-06-20 03:28:04',NULL,0,0,NULL,NULL),
(7684,'mixpanel','completed',10,'2025-06-20 03:29:05','2025-06-20 03:30:06','2025-06-20 03:28:05','2025-06-20 03:30:06',NULL,0,0,NULL,NULL),
(7685,'mixpanel','completed',10,'2025-06-20 04:10:08','2025-06-20 04:12:00','2025-06-20 03:30:08','2025-06-20 04:12:00',NULL,0,0,NULL,NULL),
(7686,'mixpanel','completed',10,'2025-06-20 04:35:02','2025-06-20 04:35:30','2025-06-20 04:12:02','2025-06-20 04:35:30',NULL,0,0,NULL,NULL),
(7687,'mixpanel','completed',10,'2025-06-20 04:43:32','2025-06-20 04:43:41','2025-06-20 04:35:32','2025-06-20 04:43:41',NULL,0,0,NULL,NULL),
(7688,'mixpanel','completed',10,'2025-06-20 05:25:42','2025-06-20 05:27:37','2025-06-20 04:43:42','2025-06-20 05:27:37',NULL,0,0,NULL,NULL),
(7689,'mixpanel','completed',10,'2025-06-20 05:32:39','2025-06-20 05:33:45','2025-06-20 05:27:39','2025-06-20 05:33:45',NULL,0,0,NULL,NULL),
(7690,'mixpanel','completed',10,'2025-06-20 05:54:46','2025-06-20 05:54:46','2025-06-20 05:33:46','2025-06-20 05:54:46',NULL,0,0,NULL,NULL),
(7691,'mixpanel','completed',10,'2025-06-20 06:31:48','2025-06-20 06:33:04','2025-06-20 05:54:48','2025-06-20 06:33:04',NULL,0,0,NULL,NULL),
(7692,'mixpanel','completed',10,'2025-06-20 06:45:06','2025-06-20 06:45:20','2025-06-20 06:33:06','2025-06-20 06:45:20',NULL,0,0,NULL,NULL),
(7693,'mixpanel','completed',10,'2025-06-20 07:18:22','2025-06-20 07:18:47','2025-06-20 06:45:22','2025-06-20 07:18:47',NULL,0,0,NULL,NULL),
(7694,'mixpanel','completed',10,'2025-06-20 07:20:48','2025-06-20 07:22:01','2025-06-20 07:18:48','2025-06-20 07:22:01',NULL,0,0,NULL,NULL),
(7695,'mixpanel','completed',10,'2025-06-20 07:55:03','2025-06-20 07:56:54','2025-06-20 07:22:03','2025-06-20 07:56:54',NULL,0,0,NULL,NULL),
(7696,'mixpanel','completed',10,'2025-06-20 08:21:56','2025-06-20 08:23:29','2025-06-20 07:56:56','2025-06-20 08:23:29',NULL,0,0,NULL,NULL),
(7697,'mixpanel','completed',10,'2025-06-20 09:19:31','2025-06-20 09:19:43','2025-06-20 08:23:31','2025-06-20 09:19:43',NULL,0,0,NULL,NULL),
(7698,'mixpanel','completed',10,'2025-06-20 09:52:45','2025-06-20 09:54:29','2025-06-20 09:19:45','2025-06-20 09:54:29',NULL,0,0,NULL,NULL),
(7699,'mixpanel','completed',10,'2025-06-20 10:43:31','2025-06-20 10:45:36','2025-06-20 09:54:31','2025-06-20 10:45:36',NULL,0,0,NULL,NULL),
(7700,'mixpanel','completed',10,'2025-06-20 11:24:37','2025-06-20 11:26:29','2025-06-20 10:45:37','2025-06-20 11:26:29',NULL,0,0,NULL,NULL),
(7701,'mixpanel','completed',10,'2025-06-20 12:04:29','2025-06-20 12:06:21','2025-06-20 11:26:29','2025-06-20 12:06:21',NULL,0,0,NULL,NULL),
(7702,'mixpanel','completed',10,'2025-06-20 12:24:23','2025-06-20 12:25:47','2025-06-20 12:06:23','2025-06-20 12:25:47',NULL,0,0,NULL,NULL),
(7703,'mixpanel','completed',10,'2025-06-20 13:17:48','2025-06-20 13:18:37','2025-06-20 12:25:48','2025-06-20 13:18:37',NULL,0,0,NULL,NULL),
(7704,'mixpanel','completed',10,'2025-06-20 13:46:38','2025-06-20 13:48:35','2025-06-20 13:18:38','2025-06-20 13:48:35',NULL,0,0,NULL,NULL),
(7705,'mixpanel','completed',10,'2025-06-20 14:21:37','2025-06-20 14:23:21','2025-06-20 13:48:37','2025-06-20 14:23:21',NULL,0,0,NULL,NULL),
(7706,'mixpanel','completed',10,'2025-06-20 14:43:22','2025-06-20 14:43:48','2025-06-20 14:23:22','2025-06-20 14:43:48',NULL,0,0,NULL,NULL),
(7707,'mixpanel','completed',10,'2025-06-20 15:04:50','2025-06-20 15:05:17','2025-06-20 14:43:50','2025-06-20 15:05:17',NULL,0,0,NULL,NULL),
(7708,'mixpanel','completed',10,'2025-06-20 15:16:18','2025-06-20 15:17:33','2025-06-20 15:05:18','2025-06-20 15:17:33',NULL,0,0,NULL,NULL),
(7709,'mixpanel','completed',10,'2025-06-20 15:34:34','2025-06-20 15:35:57','2025-06-20 15:17:34','2025-06-20 15:35:57',NULL,0,0,NULL,NULL),
(7710,'mixpanel','completed',10,'2025-06-20 16:28:59','2025-06-20 16:30:50','2025-06-20 15:35:59','2025-06-20 16:30:50',NULL,0,0,NULL,NULL),
(7711,'mixpanel','completed',10,'2025-06-20 17:03:52','2025-06-20 17:03:53','2025-06-20 16:30:52','2025-06-20 17:03:53',NULL,0,0,NULL,NULL),
(7712,'mixpanel','completed',10,'2025-06-20 17:34:54','2025-06-20 17:35:37','2025-06-20 17:03:54','2025-06-20 17:35:37',NULL,0,0,NULL,NULL),
(7713,'mixpanel','completed',10,'2025-06-20 17:35:39','2025-06-20 17:37:40','2025-06-20 17:35:39','2025-06-20 17:37:40',NULL,0,0,NULL,NULL),
(7714,'mixpanel','completed',10,'2025-06-20 18:13:41','2025-06-20 18:14:28','2025-06-20 17:37:41','2025-06-20 18:14:28',NULL,0,0,NULL,NULL),
(7715,'schedule_re_engagement_email','completed',10,'2025-06-21 17:53:35','2025-06-21 17:53:59','2025-06-20 17:53:35','2025-06-21 17:53:59',NULL,0,0,NULL,NULL),
(7716,'mixpanel','completed',10,'2025-06-20 18:25:29','2025-06-20 18:26:44','2025-06-20 18:14:29','2025-06-20 18:26:44',NULL,0,0,NULL,NULL),
(7717,'mixpanel','completed',10,'2025-06-20 19:07:46','2025-06-20 19:09:42','2025-06-20 18:26:46','2025-06-20 19:09:42',NULL,0,0,NULL,NULL),
(7718,'mixpanel','completed',10,'2025-06-20 19:35:44','2025-06-20 19:37:19','2025-06-20 19:09:44','2025-06-20 19:37:19',NULL,0,0,NULL,NULL),
(7719,'mixpanel','completed',10,'2025-06-20 20:25:20','2025-06-20 20:25:23','2025-06-20 19:37:20','2025-06-20 20:25:23',NULL,0,0,NULL,NULL),
(7720,'mixpanel','completed',10,'2025-06-20 20:56:24','2025-06-20 20:58:06','2025-06-20 20:25:24','2025-06-20 20:58:06',NULL,0,0,NULL,NULL),
(7721,'mixpanel','completed',10,'2025-06-20 21:08:08','2025-06-20 21:08:21','2025-06-20 20:58:08','2025-06-20 21:08:21',NULL,0,0,NULL,NULL),
(7722,'mixpanel','completed',10,'2025-06-20 21:41:22','2025-06-20 21:43:07','2025-06-20 21:08:22','2025-06-20 21:43:07',NULL,0,0,NULL,NULL),
(7723,'mixpanel','completed',10,'2025-06-20 22:23:09','2025-06-20 22:24:02','2025-06-20 21:43:09','2025-06-20 22:24:02',NULL,0,0,NULL,NULL),
(7724,'mixpanel','completed',10,'2025-06-20 23:08:04','2025-06-20 23:09:02','2025-06-20 22:24:04','2025-06-20 23:09:02',NULL,0,0,NULL,NULL),
(7725,'mixpanel','completed',10,'2025-06-20 23:35:04','2025-06-20 23:35:37','2025-06-20 23:09:04','2025-06-20 23:35:37',NULL,0,0,NULL,NULL),
(7726,'mixpanel','completed',10,'2025-06-20 23:41:39','2025-06-20 23:41:46','2025-06-20 23:35:39','2025-06-20 23:41:46',NULL,0,0,NULL,NULL),
(7727,'mixpanel','completed',10,'2025-06-21 00:08:47','2025-06-21 00:10:24','2025-06-20 23:41:47','2025-06-21 00:10:24',NULL,0,0,NULL,NULL),
(7728,'mixpanel','completed',10,'2025-06-21 00:16:26','2025-06-21 00:16:32','2025-06-21 00:10:26','2025-06-21 00:16:32',NULL,0,0,NULL,NULL),
(7729,'mixpanel','completed',10,'2025-06-21 01:02:34','2025-06-21 01:03:35','2025-06-21 00:16:34','2025-06-21 01:03:35',NULL,0,0,NULL,NULL),
(7730,'mixpanel','completed',10,'2025-06-21 01:52:37','2025-06-21 01:53:42','2025-06-21 01:03:37','2025-06-21 01:53:42',NULL,0,0,NULL,NULL),
(7731,'mixpanel','completed',10,'2025-06-21 02:39:44','2025-06-21 02:40:45','2025-06-21 01:53:44','2025-06-21 02:40:45',NULL,0,0,NULL,NULL),
(7732,'mixpanel','completed',10,'2025-06-21 03:21:47','2025-06-21 03:22:42','2025-06-21 02:40:47','2025-06-21 03:22:42',NULL,0,0,NULL,NULL),
(7733,'mixpanel','completed',10,'2025-06-21 03:46:43','2025-06-21 03:47:14','2025-06-21 03:22:43','2025-06-21 03:47:14',NULL,0,0,NULL,NULL),
(7734,'mixpanel','completed',10,'2025-06-21 04:45:16','2025-06-21 04:46:34','2025-06-21 03:47:16','2025-06-21 04:46:34',NULL,0,0,NULL,NULL),
(7735,'mixpanel','completed',10,'2025-06-21 05:37:35','2025-06-21 05:38:43','2025-06-21 04:46:35','2025-06-21 05:38:43',NULL,0,0,NULL,NULL),
(7736,'mixpanel','completed',10,'2025-06-21 06:03:45','2025-06-21 06:05:19','2025-06-21 05:38:45','2025-06-21 06:05:19',NULL,0,0,NULL,NULL),
(7737,'mixpanel','completed',10,'2025-06-21 06:42:20','2025-06-21 06:43:09','2025-06-21 06:05:20','2025-06-21 06:43:09',NULL,0,0,NULL,NULL),
(7738,'mixpanel','completed',10,'2025-06-21 06:58:10','2025-06-21 06:59:31','2025-06-21 06:43:10','2025-06-21 06:59:31',NULL,0,0,NULL,NULL),
(7739,'mixpanel','completed',10,'2025-06-21 07:52:32','2025-06-21 07:52:41','2025-06-21 06:59:32','2025-06-21 07:52:41',NULL,0,0,NULL,NULL),
(7740,'mixpanel','completed',10,'2025-06-21 08:02:43','2025-06-21 08:02:55','2025-06-21 07:52:43','2025-06-21 08:02:55',NULL,0,0,NULL,NULL),
(7741,'mixpanel','completed',10,'2025-06-21 08:52:56','2025-06-21 08:54:03','2025-06-21 08:02:56','2025-06-21 08:54:03',NULL,0,0,NULL,NULL),
(7742,'mixpanel','completed',10,'2025-06-21 08:56:04','2025-06-21 08:56:06','2025-06-21 08:54:04','2025-06-21 08:56:06',NULL,0,0,NULL,NULL),
(7743,'mixpanel','completed',10,'2025-06-21 09:09:07','2025-06-21 09:10:24','2025-06-21 08:56:07','2025-06-21 09:10:24',NULL,0,0,NULL,NULL),
(7744,'mixpanel','completed',10,'2025-06-21 09:36:26','2025-06-21 09:38:01','2025-06-21 09:10:26','2025-06-21 09:38:01',NULL,0,0,NULL,NULL),
(7745,'mixpanel','completed',10,'2025-06-21 09:40:03','2025-06-21 09:40:04','2025-06-21 09:38:03','2025-06-21 09:40:04',NULL,0,0,NULL,NULL),
(7746,'mixpanel','completed',10,'2025-06-21 10:03:06','2025-06-21 10:04:36','2025-06-21 09:40:06','2025-06-21 10:04:36',NULL,0,0,NULL,NULL),
(7747,'mixpanel','completed',10,'2025-06-21 10:59:38','2025-06-21 10:59:50','2025-06-21 10:04:38','2025-06-21 10:59:50',NULL,0,0,NULL,NULL),
(7748,'mixpanel','completed',10,'2025-06-21 11:56:51','2025-06-21 11:57:05','2025-06-21 10:59:51','2025-06-21 11:57:05',NULL,0,0,NULL,NULL),
(7749,'mixpanel','completed',10,'2025-06-21 12:15:07','2025-06-21 12:15:30','2025-06-21 11:57:07','2025-06-21 12:15:30',NULL,0,0,NULL,NULL),
(7750,'mixpanel','completed',10,'2025-06-21 13:10:31','2025-06-21 13:10:43','2025-06-21 12:15:31','2025-06-21 13:10:43',NULL,0,0,NULL,NULL),
(7751,'subscribers_engagement_score','completed',10,'2025-06-21 13:08:40','2025-06-21 13:08:42','2025-06-21 13:08:40','2025-06-21 13:08:42',NULL,0,0,NULL,NULL),
(7752,'subscribers_engagement_score','completed',10,'2025-06-22 09:47:00','2025-06-22 09:48:01','2025-06-21 13:08:42','2025-06-22 09:48:01',NULL,0,0,NULL,NULL),
(7753,'mixpanel','completed',10,'2025-06-21 13:13:44','2025-06-21 13:14:48','2025-06-21 13:10:44','2025-06-21 13:14:48',NULL,0,0,NULL,NULL),
(7754,'mixpanel','completed',10,'2025-06-21 13:23:50','2025-06-21 13:25:02','2025-06-21 13:14:50','2025-06-21 13:25:02',NULL,0,0,NULL,NULL),
(7755,'mixpanel','completed',10,'2025-06-21 14:10:03','2025-06-21 14:10:03','2025-06-21 13:25:03','2025-06-21 14:10:03',NULL,0,0,NULL,NULL),
(7756,'mixpanel','completed',10,'2025-06-21 14:11:04','2025-06-21 14:12:06','2025-06-21 14:12:04','2025-06-21 14:12:06',NULL,0,0,NULL,NULL),
(7757,'mixpanel','completed',10,'2025-06-21 15:01:07','2025-06-21 15:01:09','2025-06-21 14:14:07','2025-06-21 15:01:09',NULL,0,0,NULL,NULL),
(7758,'mixpanel','completed',10,'2025-06-21 15:34:11','2025-06-21 15:35:56','2025-06-21 15:01:11','2025-06-21 15:35:56',NULL,0,0,NULL,NULL),
(7759,'mixpanel','completed',10,'2025-06-21 16:21:58','2025-06-21 16:22:58','2025-06-21 15:35:58','2025-06-21 16:22:58',NULL,0,0,NULL,NULL),
(7760,'mixpanel','completed',10,'2025-06-21 16:44:00','2025-06-21 16:45:28','2025-06-21 16:23:00','2025-06-21 16:45:28',NULL,0,0,NULL,NULL),
(7761,'mixpanel','completed',10,'2025-06-21 17:21:30','2025-06-21 17:23:18','2025-06-21 16:45:30','2025-06-21 17:23:18',NULL,0,0,NULL,NULL),
(7762,'mixpanel','completed',10,'2025-06-21 18:16:20','2025-06-21 18:16:29','2025-06-21 17:23:20','2025-06-21 18:16:29',NULL,0,0,NULL,NULL),
(7763,'schedule_re_engagement_email','completed',10,'2025-06-22 17:54:00','2025-06-22 17:54:45','2025-06-21 17:54:00','2025-06-22 17:54:45',NULL,0,0,NULL,NULL),
(7764,'mixpanel','completed',10,'2025-06-21 18:45:30','2025-06-21 18:47:09','2025-06-21 18:16:30','2025-06-21 18:47:09',NULL,0,0,NULL,NULL),
(7765,'mixpanel','completed',10,'2025-06-21 19:12:11','2025-06-21 19:13:44','2025-06-21 18:47:11','2025-06-21 19:13:44',NULL,0,0,NULL,NULL),
(7766,'mixpanel','completed',10,'2025-06-21 19:19:46','2025-06-21 19:19:53','2025-06-21 19:13:46','2025-06-21 19:19:53',NULL,0,0,NULL,NULL),
(7767,'mixpanel','completed',10,'2025-06-21 20:03:54','2025-06-21 20:05:53','2025-06-21 19:19:54','2025-06-21 20:05:53',NULL,0,0,NULL,NULL),
(7768,'mixpanel','completed',10,'2025-06-21 20:49:55','2025-06-21 20:50:53','2025-06-21 20:05:55','2025-06-21 20:50:53',NULL,0,0,NULL,NULL),
(7769,'mixpanel','completed',10,'2025-06-21 21:02:55','2025-06-21 21:03:09','2025-06-21 20:50:55','2025-06-21 21:03:09',NULL,0,0,NULL,NULL),
(7770,'mixpanel','completed',10,'2025-06-21 21:02:11','2025-06-21 21:05:12','2025-06-21 21:03:11','2025-06-21 21:05:12',NULL,0,0,NULL,NULL),
(7771,'mixpanel','completed',10,'2025-06-21 21:16:14','2025-06-21 21:17:28','2025-06-21 21:05:14','2025-06-21 21:17:28',NULL,0,0,NULL,NULL),
(7772,'mixpanel','completed',10,'2025-06-21 22:05:30','2025-06-21 22:06:33','2025-06-21 21:17:30','2025-06-21 22:06:33',NULL,0,0,NULL,NULL),
(7773,'mixpanel','completed',10,'2025-06-21 22:38:35','2025-06-21 22:40:17','2025-06-21 22:06:35','2025-06-21 22:40:17',NULL,0,0,NULL,NULL),
(7774,'mixpanel','completed',10,'2025-06-21 22:40:19','2025-06-21 22:42:20','2025-06-21 22:40:19','2025-06-21 22:42:20',NULL,0,0,NULL,NULL),
(7775,'mixpanel','completed',10,'2025-06-21 22:57:22','2025-06-21 22:58:42','2025-06-21 22:42:22','2025-06-21 22:58:42',NULL,0,0,NULL,NULL),
(7776,'mixpanel','completed',10,'2025-06-21 23:01:43','2025-06-21 23:02:47','2025-06-21 22:58:43','2025-06-21 23:02:47',NULL,0,0,NULL,NULL),
(7777,'mixpanel','completed',10,'2025-06-21 23:45:49','2025-06-21 23:47:47','2025-06-21 23:02:49','2025-06-21 23:47:47',NULL,0,0,NULL,NULL),
(7778,'mixpanel','completed',10,'2025-06-22 00:18:48','2025-06-22 00:20:31','2025-06-21 23:47:48','2025-06-22 00:20:31',NULL,0,0,NULL,NULL),
(7779,'mixpanel','completed',10,'2025-06-22 01:00:32','2025-06-22 01:01:25','2025-06-22 00:20:32','2025-06-22 01:01:25',NULL,0,0,NULL,NULL),
(7780,'mixpanel','completed',10,'2025-06-22 01:43:26','2025-06-22 01:45:23','2025-06-22 01:01:26','2025-06-22 01:45:23',NULL,0,0,NULL,NULL),
(7781,'mixpanel','completed',10,'2025-06-22 02:15:24','2025-06-22 02:17:05','2025-06-22 01:45:24','2025-06-22 02:17:05',NULL,0,0,NULL,NULL),
(7782,'mixpanel','completed',10,'2025-06-22 02:27:06','2025-06-22 02:27:18','2025-06-22 02:17:06','2025-06-22 02:27:18',NULL,0,0,NULL,NULL),
(7783,'mixpanel','completed',10,'2025-06-22 02:34:20','2025-06-22 02:35:29','2025-06-22 02:27:20','2025-06-22 02:35:29',NULL,0,0,NULL,NULL),
(7784,'mixpanel','completed',10,'2025-06-22 03:30:30','2025-06-22 03:30:42','2025-06-22 02:35:30','2025-06-22 03:30:42',NULL,0,0,NULL,NULL),
(7785,'mixpanel','completed',10,'2025-06-22 04:18:44','2025-06-22 04:18:46','2025-06-22 03:30:44','2025-06-22 04:18:46',NULL,0,0,NULL,NULL),
(7786,'mixpanel','completed',10,'2025-06-22 04:29:47','2025-06-22 04:31:02','2025-06-22 04:18:47','2025-06-22 04:31:02',NULL,0,0,NULL,NULL),
(7787,'mixpanel','completed',10,'2025-06-22 04:51:03','2025-06-22 04:51:29','2025-06-22 04:31:03','2025-06-22 04:51:29',NULL,0,0,NULL,NULL),
(7788,'mixpanel','completed',10,'2025-06-22 05:47:30','2025-06-22 05:48:44','2025-06-22 04:51:30','2025-06-22 05:48:44',NULL,0,0,NULL,NULL),
(7789,'mixpanel','completed',10,'2025-06-22 06:07:46','2025-06-22 06:10:13','2025-06-22 05:48:46','2025-06-22 06:10:13',NULL,0,0,NULL,NULL),
(7790,'mixpanel','completed',10,'2025-06-22 06:49:14','2025-06-22 06:51:07','2025-06-22 06:10:14','2025-06-22 06:51:07',NULL,0,0,NULL,NULL),
(7791,'mixpanel','completed',10,'2025-06-22 07:20:09','2025-06-22 07:21:48','2025-06-22 06:51:09','2025-06-22 07:21:48',NULL,0,0,NULL,NULL),
(7792,'mixpanel','completed',10,'2025-06-22 08:13:49','2025-06-22 08:14:58','2025-06-22 07:21:49','2025-06-22 08:14:58',NULL,0,0,NULL,NULL),
(7793,'mixpanel','completed',10,'2025-06-22 08:16:59','2025-06-22 08:18:02','2025-06-22 08:14:59','2025-06-22 08:18:02',NULL,0,0,NULL,NULL),
(7794,'mixpanel','completed',10,'2025-06-22 08:47:03','2025-06-22 08:48:42','2025-06-22 08:18:03','2025-06-22 08:48:42',NULL,0,0,NULL,NULL),
(7795,'mixpanel','completed',10,'2025-06-22 09:42:44','2025-06-22 09:43:55','2025-06-22 08:48:44','2025-06-22 09:43:55',NULL,0,0,NULL,NULL),
(7796,'mixpanel','completed',10,'2025-06-22 10:06:57','2025-06-22 10:07:26','2025-06-22 09:43:57','2025-06-22 10:07:26',NULL,0,0,NULL,NULL),
(7797,'subscribers_engagement_score','completed',10,'2025-06-23 15:21:00','2025-06-23 15:21:07','2025-06-22 09:48:01','2025-06-23 15:21:07',NULL,0,0,NULL,NULL),
(7798,'mixpanel','completed',10,'2025-06-22 10:28:28','2025-06-22 10:29:56','2025-06-22 10:07:28','2025-06-22 10:29:56',NULL,0,0,NULL,NULL),
(7799,'mixpanel','completed',10,'2025-06-22 10:52:57','2025-06-22 10:54:29','2025-06-22 10:29:57','2025-06-22 10:54:29',NULL,0,0,NULL,NULL),
(7800,'mixpanel','completed',10,'2025-06-22 11:06:30','2025-06-22 11:06:45','2025-06-22 10:54:30','2025-06-22 11:06:45',NULL,0,0,NULL,NULL),
(7801,'mixpanel','completed',10,'2025-06-22 11:05:46','2025-06-22 11:08:47','2025-06-22 11:06:46','2025-06-22 11:08:47',NULL,0,0,NULL,NULL),
(7802,'mixpanel','completed',10,'2025-06-22 11:42:49','2025-06-22 11:43:33','2025-06-22 11:08:49','2025-06-22 11:43:33',NULL,0,0,NULL,NULL),
(7803,'mixpanel','completed',10,'2025-06-22 12:10:35','2025-06-22 12:12:11','2025-06-22 11:43:35','2025-06-22 12:12:11',NULL,0,0,NULL,NULL),
(7804,'mixpanel','completed',10,'2025-06-22 12:56:13','2025-06-22 12:58:12','2025-06-22 12:12:13','2025-06-22 12:58:12',NULL,0,0,NULL,NULL),
(7805,'mixpanel','completed',10,'2025-06-22 13:50:14','2025-06-22 13:51:22','2025-06-22 12:58:14','2025-06-22 13:51:22',NULL,0,0,NULL,NULL),
(7806,'mixpanel','completed',10,'2025-06-22 14:02:24','2025-06-22 14:03:39','2025-06-22 13:51:24','2025-06-22 14:03:39',NULL,0,0,NULL,NULL),
(7807,'mixpanel','completed',10,'2025-06-22 14:58:40','2025-06-22 14:58:52','2025-06-22 14:03:40','2025-06-22 14:58:52',NULL,0,0,NULL,NULL),
(7808,'mixpanel','completed',10,'2025-06-22 15:33:53','2025-06-22 15:35:41','2025-06-22 14:58:53','2025-06-22 15:35:41',NULL,0,0,NULL,NULL),
(7809,'mixpanel','completed',10,'2025-06-22 15:52:42','2025-06-22 15:54:05','2025-06-22 15:35:42','2025-06-22 15:54:05',NULL,0,0,NULL,NULL),
(7810,'mixpanel','completed',10,'2025-06-22 16:18:06','2025-06-22 16:19:38','2025-06-22 15:54:06','2025-06-22 16:19:38',NULL,0,0,NULL,NULL),
(7811,'mixpanel','completed',10,'2025-06-22 17:07:40','2025-06-22 17:08:46','2025-06-22 16:19:40','2025-06-22 17:08:46',NULL,0,0,NULL,NULL),
(7812,'mixpanel','completed',10,'2025-06-22 17:37:47','2025-06-22 17:38:23','2025-06-22 17:08:47','2025-06-22 17:38:23',NULL,0,0,NULL,NULL),
(7813,'mixpanel','completed',10,'2025-06-22 17:43:24','2025-06-22 17:44:31','2025-06-22 17:38:24','2025-06-22 17:44:31',NULL,0,0,NULL,NULL),
(7814,'mixpanel','completed',10,'2025-06-22 17:43:32','2025-06-22 17:46:34','2025-06-22 17:44:32','2025-06-22 17:46:34',NULL,0,0,NULL,NULL),
(7815,'mixpanel','completed',10,'2025-06-22 18:28:35','2025-06-22 18:30:32','2025-06-22 17:46:35','2025-06-22 18:30:32',NULL,0,0,NULL,NULL),
(7816,'schedule_re_engagement_email','completed',10,'2025-06-23 17:54:46','2025-06-23 17:56:33','2025-06-22 17:54:46','2025-06-23 17:56:33',NULL,0,0,NULL,NULL),
(7817,'mixpanel','completed',10,'2025-06-22 19:12:33','2025-06-22 19:13:29','2025-06-22 18:30:33','2025-06-22 19:13:29',NULL,0,0,NULL,NULL),
(7818,'mixpanel','completed',10,'2025-06-22 20:07:30','2025-06-22 20:08:42','2025-06-22 19:13:30','2025-06-22 20:08:42',NULL,0,0,NULL,NULL),
(7819,'mixpanel','completed',10,'2025-06-22 20:12:43','2025-06-22 20:12:47','2025-06-22 20:08:43','2025-06-22 20:12:47',NULL,0,0,NULL,NULL),
(7820,'mixpanel','completed',10,'2025-06-22 20:37:49','2025-06-22 20:39:22','2025-06-22 20:12:49','2025-06-22 20:39:22',NULL,0,0,NULL,NULL),
(7821,'mixpanel','completed',10,'2025-06-22 20:45:24','2025-06-22 20:45:31','2025-06-22 20:39:24','2025-06-22 20:45:31',NULL,0,0,NULL,NULL),
(7822,'mixpanel','completed',10,'2025-06-22 21:41:32','2025-06-22 21:42:46','2025-06-22 20:45:32','2025-06-22 21:42:46',NULL,0,0,NULL,NULL),
(7823,'mixpanel','completed',10,'2025-06-22 22:16:48','2025-06-22 22:17:32','2025-06-22 21:42:48','2025-06-22 22:17:32',NULL,0,0,NULL,NULL),
(7824,'mixpanel','completed',10,'2025-06-22 23:06:34','2025-06-22 23:06:37','2025-06-22 22:17:34','2025-06-22 23:06:37',NULL,0,0,NULL,NULL),
(7825,'mixpanel','completed',10,'2025-06-22 23:10:39','2025-06-22 23:10:43','2025-06-22 23:06:39','2025-06-22 23:10:43',NULL,0,0,NULL,NULL),
(7826,'mixpanel','completed',10,'2025-06-22 23:27:44','2025-06-22 23:29:07','2025-06-22 23:10:44','2025-06-22 23:29:07',NULL,0,0,NULL,NULL),
(7827,'mixpanel','completed',10,'2025-06-23 00:02:08','2025-06-23 00:03:53','2025-06-22 23:29:08','2025-06-23 00:03:53',NULL,0,0,NULL,NULL),
(7828,'mixpanel','completed',10,'2025-06-23 00:14:55','2025-06-23 00:16:09','2025-06-23 00:03:55','2025-06-23 00:16:09',NULL,0,0,NULL,NULL),
(7829,'mixpanel','completed',10,'2025-06-23 00:29:11','2025-06-23 00:30:28','2025-06-23 00:16:11','2025-06-23 00:30:28',NULL,0,0,NULL,NULL),
(7830,'mixpanel','completed',10,'2025-06-23 00:46:30','2025-06-23 00:46:50','2025-06-23 00:30:30','2025-06-23 00:46:50',NULL,0,0,NULL,NULL),
(7831,'mixpanel','completed',10,'2025-06-23 01:10:51','2025-06-23 01:11:22','2025-06-23 00:46:51','2025-06-23 01:11:22',NULL,0,0,NULL,NULL),
(7832,'mixpanel','completed',10,'2025-06-23 02:00:24','2025-06-23 02:00:27','2025-06-23 01:11:24','2025-06-23 02:00:27',NULL,0,0,NULL,NULL),
(7833,'mixpanel','completed',10,'2025-06-23 02:23:29','2025-06-23 02:25:00','2025-06-23 02:00:29','2025-06-23 02:25:00',NULL,0,0,NULL,NULL),
(7834,'mixpanel','completed',10,'2025-06-23 02:29:01','2025-06-23 02:29:05','2025-06-23 02:25:01','2025-06-23 02:29:05',NULL,0,0,NULL,NULL),
(7835,'mixpanel','completed',10,'2025-06-23 02:51:07','2025-06-23 02:51:35','2025-06-23 02:29:07','2025-06-23 02:51:35',NULL,0,0,NULL,NULL),
(7836,'mixpanel','completed',10,'2025-06-23 03:01:37','2025-06-23 03:01:49','2025-06-23 02:51:37','2025-06-23 03:01:49',NULL,0,0,NULL,NULL),
(7837,'mixpanel','completed',10,'2025-06-23 03:35:50','2025-06-23 03:37:36','2025-06-23 03:01:50','2025-06-23 03:37:36',NULL,0,0,NULL,NULL),
(7838,'mixpanel','completed',10,'2025-06-23 04:22:38','2025-06-23 04:24:38','2025-06-23 03:37:38','2025-06-23 04:24:38',NULL,0,0,NULL,NULL),
(7839,'mixpanel','completed',10,'2025-06-23 04:38:39','2025-06-23 04:38:57','2025-06-23 04:24:39','2025-06-23 04:38:57',NULL,0,0,NULL,NULL),
(7840,'mixpanel','completed',10,'2025-06-23 04:49:58','2025-06-23 04:51:13','2025-06-23 04:38:58','2025-06-23 04:51:13',NULL,0,0,NULL,NULL),
(7841,'mixpanel','completed',10,'2025-06-23 05:47:14','2025-06-23 05:47:27','2025-06-23 04:51:14','2025-06-23 05:47:27',NULL,0,0,NULL,NULL),
(7842,'mixpanel','completed',10,'2025-06-23 06:41:29','2025-06-23 06:42:40','2025-06-23 05:47:29','2025-06-23 06:42:40',NULL,0,0,NULL,NULL),
(7843,'mixpanel','completed',10,'2025-06-23 07:18:42','2025-06-23 07:19:29','2025-06-23 06:42:42','2025-06-23 07:19:29',NULL,0,0,NULL,NULL),
(7844,'mixpanel','completed',10,'2025-06-23 07:34:31','2025-06-23 07:35:51','2025-06-23 07:19:31','2025-06-23 07:35:51',NULL,0,0,NULL,NULL),
(7845,'mixpanel','completed',10,'2025-06-23 08:31:52','2025-06-23 08:32:06','2025-06-23 07:35:52','2025-06-23 08:32:06',NULL,0,0,NULL,NULL),
(7846,'mixpanel','completed',10,'2025-06-23 09:23:07','2025-06-23 09:24:14','2025-06-23 08:32:07','2025-06-23 09:24:14',NULL,0,0,NULL,NULL),
(7847,'mixpanel','completed',10,'2025-06-23 09:43:16','2025-06-23 09:44:42','2025-06-23 09:24:16','2025-06-23 09:44:42',NULL,0,0,NULL,NULL),
(7848,'mixpanel','completed',10,'2025-06-23 10:35:43','2025-06-23 10:35:49','2025-06-23 09:44:43','2025-06-23 10:35:49',NULL,0,0,NULL,NULL),
(7849,'mixpanel','completed',10,'2025-06-23 11:32:51','2025-06-23 11:34:06','2025-06-23 10:35:51','2025-06-23 11:34:06',NULL,0,0,NULL,NULL),
(7850,'mixpanel','completed',10,'2025-06-23 12:09:08','2025-06-23 12:09:53','2025-06-23 11:34:08','2025-06-23 12:09:53',NULL,0,0,NULL,NULL),
(7851,'mixpanel','completed',10,'2025-06-23 12:38:55','2025-06-23 12:39:33','2025-06-23 12:09:55','2025-06-23 12:39:33',NULL,0,0,NULL,NULL),
(7852,'mixpanel','completed',10,'2025-06-23 12:47:34','2025-06-23 12:47:43','2025-06-23 12:39:34','2025-06-23 12:47:43',NULL,0,0,NULL,NULL),
(7853,'mixpanel','completed',10,'2025-06-23 13:40:45','2025-06-23 13:41:56','2025-06-23 12:47:45','2025-06-23 13:41:56',NULL,0,0,NULL,NULL),
(7854,'mixpanel','completed',10,'2025-06-23 13:55:57','2025-06-23 13:57:16','2025-06-23 13:41:57','2025-06-23 13:57:16',NULL,0,0,NULL,NULL),
(7855,'mixpanel','completed',10,'2025-06-23 14:00:18','2025-06-23 14:01:22','2025-06-23 13:57:18','2025-06-23 14:01:22',NULL,0,0,NULL,NULL),
(7856,'mixpanel','completed',10,'2025-06-23 14:45:23','2025-06-23 14:47:22','2025-06-23 14:01:23','2025-06-23 14:47:22',NULL,0,0,NULL,NULL),
(7857,'mixpanel','completed',10,'2025-06-23 14:58:24','2025-06-23 14:59:38','2025-06-23 14:47:24','2025-06-23 14:59:38',NULL,0,0,NULL,NULL),
(7858,'mixpanel','completed',10,'2025-06-23 15:46:40','2025-06-23 15:46:41','2025-06-23 14:59:40','2025-06-23 15:46:41',NULL,0,0,NULL,NULL),
(7859,'subscribers_engagement_score','completed',10,'2025-06-23 15:21:07','2025-06-23 15:21:08','2025-06-23 15:21:07','2025-06-23 15:21:08',NULL,0,0,NULL,NULL),
(7860,'subscribers_engagement_score','completed',10,'2025-06-24 10:53:00','2025-06-24 10:53:01','2025-06-23 15:21:08','2025-06-24 10:53:01',NULL,0,0,NULL,NULL),
(7861,'mixpanel','completed',10,'2025-06-23 16:19:42','2025-06-23 16:20:25','2025-06-23 15:46:42','2025-06-23 16:20:25',NULL,0,0,NULL,NULL),
(7862,'mixpanel','completed',10,'2025-06-23 16:27:27','2025-06-23 16:28:36','2025-06-23 16:20:27','2025-06-23 16:28:36',NULL,0,0,NULL,NULL),
(7863,'mixpanel','completed',10,'2025-06-23 16:34:38','2025-06-23 16:34:45','2025-06-23 16:28:38','2025-06-23 16:34:45',NULL,0,0,NULL,NULL),
(7864,'mixpanel','completed',10,'2025-06-23 16:39:46','2025-06-23 16:40:53','2025-06-23 16:34:46','2025-06-23 16:40:53',NULL,0,0,NULL,NULL),
(7865,'mixpanel','completed',10,'2025-06-23 17:05:54','2025-06-23 17:07:28','2025-06-23 16:40:54','2025-06-23 17:07:28',NULL,0,0,NULL,NULL),
(7866,'mixpanel','completed',10,'2025-06-23 17:42:30','2025-06-23 17:44:17','2025-06-23 17:07:30','2025-06-23 17:44:17',NULL,0,0,NULL,NULL),
(7867,'mixpanel','completed',10,'2025-06-23 18:37:18','2025-06-23 18:37:27','2025-06-23 17:44:18','2025-06-23 18:37:27',NULL,0,0,NULL,NULL),
(7868,'schedule_re_engagement_email','completed',10,'2025-06-24 17:56:35','2025-06-24 17:58:25','2025-06-23 17:56:35','2025-06-24 17:58:25',NULL,0,0,NULL,NULL),
(7869,'mixpanel','completed',10,'2025-06-23 18:48:29','2025-06-23 18:49:44','2025-06-23 18:37:29','2025-06-23 18:49:44',NULL,0,0,NULL,NULL),
(7870,'mixpanel','completed',10,'2025-06-23 19:29:45','2025-06-23 19:30:38','2025-06-23 18:49:45','2025-06-23 19:30:38',NULL,0,0,NULL,NULL),
(7871,'mixpanel','completed',10,'2025-06-23 20:26:39','2025-06-23 20:26:52','2025-06-23 19:30:39','2025-06-23 20:26:52',NULL,0,0,NULL,NULL),
(7872,'mixpanel','completed',10,'2025-06-23 20:34:54','2025-06-23 20:35:03','2025-06-23 20:26:54','2025-06-23 20:35:03',NULL,0,0,NULL,NULL),
(7873,'mixpanel','completed',10,'2025-06-23 20:58:05','2025-06-23 20:59:36','2025-06-23 20:35:05','2025-06-23 20:59:36',NULL,0,0,NULL,NULL),
(7874,'mixpanel','completed',10,'2025-06-23 21:22:37','2025-06-23 21:23:07','2025-06-23 20:59:37','2025-06-23 21:23:07',NULL,0,0,NULL,NULL),
(7875,'mixpanel','completed',10,'2025-06-23 21:53:08','2025-06-23 21:53:47','2025-06-23 21:23:08','2025-06-23 21:53:47',NULL,0,0,NULL,NULL),
(7876,'mixpanel','completed',10,'2025-06-23 22:26:49','2025-06-23 22:27:32','2025-06-23 21:53:49','2025-06-23 22:27:32',NULL,0,0,NULL,NULL),
(7877,'mixpanel','completed',10,'2025-06-23 23:09:34','2025-06-23 23:11:30','2025-06-23 22:27:34','2025-06-23 23:11:30',NULL,0,0,NULL,NULL),
(7878,'mixpanel','completed',10,'2025-06-23 23:25:32','2025-06-23 23:26:50','2025-06-23 23:11:32','2025-06-23 23:26:50',NULL,0,0,NULL,NULL),
(7879,'mixpanel','completed',10,'2025-06-23 23:47:52','2025-06-23 23:49:20','2025-06-23 23:26:52','2025-06-23 23:49:20',NULL,0,0,NULL,NULL),
(7880,'mixpanel','completed',10,'2025-06-23 23:54:22','2025-06-23 23:55:29','2025-06-23 23:49:22','2025-06-23 23:55:29',NULL,0,0,NULL,NULL),
(7881,'mixpanel','completed',10,'2025-06-24 00:33:30','2025-06-24 00:34:20','2025-06-23 23:55:30','2025-06-24 00:34:20',NULL,0,0,NULL,NULL),
(7882,'mixpanel','completed',10,'2025-06-24 00:58:22','2025-06-24 00:58:53','2025-06-24 00:34:22','2025-06-24 00:58:53',NULL,0,0,NULL,NULL),
(7883,'mixpanel','completed',10,'2025-06-24 01:28:54','2025-06-24 01:30:35','2025-06-24 00:58:54','2025-06-24 01:30:35',NULL,0,0,NULL,NULL),
(7884,'mixpanel','completed',10,'2025-06-24 02:24:36','2025-06-24 02:25:48','2025-06-24 01:30:36','2025-06-24 02:25:48',NULL,0,0,NULL,NULL),
(7885,'mixpanel','completed',10,'2025-06-24 03:03:49','2025-06-24 03:04:39','2025-06-24 02:25:49','2025-06-24 03:04:39',NULL,0,0,NULL,NULL),
(7886,'mixpanel','completed',10,'2025-06-24 03:26:41','2025-06-24 03:27:09','2025-06-24 03:04:41','2025-06-24 03:27:09',NULL,0,0,NULL,NULL),
(7887,'mixpanel','completed',10,'2025-06-24 04:22:11','2025-06-24 04:22:23','2025-06-24 03:27:11','2025-06-24 04:22:23',NULL,0,0,NULL,NULL),
(7888,'mixpanel','completed',10,'2025-06-24 04:30:24','2025-06-24 04:30:33','2025-06-24 04:22:24','2025-06-24 04:30:33',NULL,0,0,NULL,NULL),
(7889,'mixpanel','completed',10,'2025-06-24 05:14:35','2025-06-24 05:15:35','2025-06-24 04:30:35','2025-06-24 05:15:35',NULL,0,0,NULL,NULL),
(7890,'mixpanel','completed',10,'2025-06-24 05:55:36','2025-06-24 05:56:29','2025-06-24 05:15:36','2025-06-24 05:56:29',NULL,0,0,NULL,NULL),
(7891,'mixpanel','completed',10,'2025-06-24 06:42:30','2025-06-24 06:43:31','2025-06-24 05:56:30','2025-06-24 06:43:31',NULL,0,0,NULL,NULL),
(7892,'mixpanel','completed',10,'2025-06-24 07:15:33','2025-06-24 07:16:15','2025-06-24 06:43:33','2025-06-24 07:16:15',NULL,0,0,NULL,NULL),
(7893,'mixpanel','completed',10,'2025-06-24 08:11:16','2025-06-24 08:12:29','2025-06-24 07:16:16','2025-06-24 08:12:30',NULL,0,0,NULL,NULL),
(7894,'mixpanel','completed',10,'2025-06-24 08:30:31','2025-06-24 08:30:54','2025-06-24 08:12:31','2025-06-24 08:30:54',NULL,0,0,NULL,NULL),
(7895,'mixpanel','completed',10,'2025-06-24 08:49:55','2025-06-24 08:51:21','2025-06-24 08:30:55','2025-06-24 08:51:21',NULL,0,0,NULL,NULL),
(7896,'mixpanel','completed',10,'2025-06-24 09:31:22','2025-06-24 09:33:16','2025-06-24 08:51:22','2025-06-24 09:33:16',NULL,0,0,NULL,NULL),
(7897,'mixpanel','completed',10,'2025-06-24 10:03:17','2025-06-24 10:03:57','2025-06-24 09:33:17','2025-06-24 10:03:57',NULL,0,0,NULL,NULL),
(7898,'mixpanel','completed',10,'2025-06-24 10:48:58','2025-06-24 10:48:58','2025-06-24 10:03:58','2025-06-24 10:48:58',NULL,0,0,NULL,NULL),
(7899,'mixpanel','completed',10,'2025-06-24 10:56:59','2025-06-24 10:57:07','2025-06-24 10:50:59','2025-06-24 10:57:07',NULL,0,0,NULL,NULL),
(7900,'subscribers_engagement_score','completed',10,'2025-06-25 03:37:00','2025-06-25 03:37:10','2025-06-24 10:53:01','2025-06-25 03:37:10',NULL,0,0,NULL,NULL),
(7901,'mixpanel','completed',10,'2025-06-24 11:06:08','2025-06-24 11:07:20','2025-06-24 10:57:08','2025-06-24 11:07:20',NULL,0,0,NULL,NULL),
(7902,'mixpanel','completed',10,'2025-06-24 11:22:22','2025-06-24 11:23:42','2025-06-24 11:07:22','2025-06-24 11:23:42',NULL,0,0,NULL,NULL),
(7903,'mixpanel','completed',10,'2025-06-24 11:24:43','2025-06-24 11:25:44','2025-06-24 11:23:43','2025-06-24 11:25:44',NULL,0,0,NULL,NULL),
(7904,'mixpanel','completed',10,'2025-06-24 11:56:46','2025-06-24 11:58:27','2025-06-24 11:25:46','2025-06-24 11:58:27',NULL,0,0,NULL,NULL),
(7905,'mixpanel','completed',10,'2025-06-24 11:59:29','2025-06-24 12:00:30','2025-06-24 11:58:29','2025-06-24 12:00:30',NULL,0,0,NULL,NULL),
(7906,'mixpanel','completed',10,'2025-06-24 12:44:32','2025-06-24 12:45:30','2025-06-24 12:00:32','2025-06-24 12:45:30',NULL,0,0,NULL,NULL),
(7907,'mixpanel','completed',10,'2025-06-24 12:44:32','2025-06-24 12:47:33','2025-06-24 12:45:32','2025-06-24 12:47:33',NULL,0,0,NULL,NULL),
(7908,'mixpanel','completed',10,'2025-06-24 13:30:34','2025-06-24 13:32:33','2025-06-24 12:47:34','2025-06-24 13:32:33',NULL,0,0,NULL,NULL),
(7909,'mixpanel','completed',10,'2025-06-24 13:35:34','2025-06-24 13:36:38','2025-06-24 13:32:34','2025-06-24 13:36:38',NULL,0,0,NULL,NULL),
(7910,'mixpanel','completed',10,'2025-06-24 14:04:40','2025-06-24 14:05:16','2025-06-24 13:36:40','2025-06-24 14:05:16',NULL,0,0,NULL,NULL),
(7911,'mixpanel','completed',10,'2025-06-24 14:24:17','2025-06-24 14:25:43','2025-06-24 14:05:17','2025-06-24 14:25:43',NULL,0,0,NULL,NULL),
(7912,'mixpanel','completed',10,'2025-06-24 14:31:44','2025-06-24 14:31:51','2025-06-24 14:25:44','2025-06-24 14:31:51',NULL,0,0,NULL,NULL),
(7913,'mixpanel','completed',10,'2025-06-24 15:14:53','2025-06-24 15:16:51','2025-06-24 14:31:53','2025-06-24 15:16:51',NULL,0,0,NULL,NULL),
(7914,'mixpanel','completed',10,'2025-06-24 15:39:52','2025-06-24 15:41:23','2025-06-24 15:16:52','2025-06-24 15:41:23',NULL,0,0,NULL,NULL),
(7915,'mixpanel','completed',10,'2025-06-24 15:53:24','2025-06-24 15:53:40','2025-06-24 15:41:24','2025-06-24 15:53:40',NULL,0,0,NULL,NULL),
(7916,'mixpanel','completed',10,'2025-06-24 16:00:41','2025-06-24 16:01:50','2025-06-24 15:53:41','2025-06-24 16:01:50',NULL,0,0,NULL,NULL),
(7917,'mixpanel','completed',10,'2025-06-24 16:15:52','2025-06-24 16:16:09','2025-06-24 16:01:52','2025-06-24 16:16:09',NULL,0,0,NULL,NULL),
(7918,'mixpanel','completed',10,'2025-06-24 16:43:11','2025-06-24 16:44:47','2025-06-24 16:16:11','2025-06-24 16:44:47',NULL,0,0,NULL,NULL),
(7919,'mixpanel','completed',10,'2025-06-24 17:09:49','2025-06-24 17:11:23','2025-06-24 16:44:49','2025-06-24 17:11:23',NULL,0,0,NULL,NULL),
(7920,'mixpanel','completed',10,'2025-06-24 17:43:24','2025-06-24 17:44:06','2025-06-24 17:11:24','2025-06-24 17:44:06',NULL,0,0,NULL,NULL),
(7921,'mixpanel','completed',10,'2025-06-24 18:19:08','2025-06-24 18:20:55','2025-06-24 17:44:08','2025-06-24 18:20:55',NULL,0,0,NULL,NULL),
(7922,'schedule_re_engagement_email','completed',10,'2025-06-25 17:58:27','2025-06-25 17:59:53','2025-06-24 17:58:27','2025-06-25 17:59:53',NULL,0,0,NULL,NULL),
(7923,'mixpanel','completed',10,'2025-06-24 18:43:56','2025-06-24 18:45:27','2025-06-24 18:20:56','2025-06-24 18:45:27',NULL,0,0,NULL,NULL),
(7924,'mixpanel','completed',10,'2025-06-24 19:13:29','2025-06-24 19:15:07','2025-06-24 18:45:29','2025-06-24 19:15:07',NULL,0,0,NULL,NULL),
(7925,'mixpanel','completed',10,'2025-06-24 19:44:08','2025-06-24 19:45:47','2025-06-24 19:15:08','2025-06-24 19:45:47',NULL,0,0,NULL,NULL),
(7926,'mixpanel','completed',10,'2025-06-24 19:50:49','2025-06-24 19:50:54','2025-06-24 19:45:49','2025-06-24 19:50:54',NULL,0,0,NULL,NULL),
(7927,'mixpanel','completed',10,'2025-06-24 20:17:55','2025-06-24 20:18:30','2025-06-24 19:50:55','2025-06-24 20:18:30',NULL,0,0,NULL,NULL),
(7928,'mixpanel','completed',10,'2025-06-24 21:08:32','2025-06-24 21:09:38','2025-06-24 20:18:32','2025-06-24 21:09:38',NULL,0,0,NULL,NULL),
(7929,'mixpanel','completed',10,'2025-06-24 21:51:39','2025-06-24 21:52:35','2025-06-24 21:09:39','2025-06-24 21:52:35',NULL,0,0,NULL,NULL),
(7930,'mixpanel','completed',10,'2025-06-24 22:01:36','2025-06-24 22:02:23','2025-06-24 21:52:36','2025-06-24 22:02:23',NULL,0,0,NULL,NULL),
(7931,'mixpanel','completed',10,'2025-06-24 22:54:24','2025-06-24 22:55:58','2025-06-24 22:02:24','2025-06-24 22:55:58',NULL,0,0,NULL,NULL),
(7932,'mixpanel','completed',10,'2025-06-24 23:11:00','2025-06-24 23:12:20','2025-06-24 22:56:00','2025-06-24 23:12:20',NULL,0,0,NULL,NULL),
(7933,'mixpanel','completed',10,'2025-06-24 23:25:22','2025-06-24 23:25:38','2025-06-24 23:12:22','2025-06-24 23:25:38',NULL,0,0,NULL,NULL),
(7934,'mixpanel','completed',10,'2025-06-24 23:39:39','2025-06-24 23:40:58','2025-06-24 23:25:39','2025-06-24 23:40:58',NULL,0,0,NULL,NULL),
(7935,'mixpanel','completed',10,'2025-06-25 00:17:00','2025-06-25 00:17:47','2025-06-24 23:41:00','2025-06-25 00:17:47',NULL,0,0,NULL,NULL),
(7936,'mixpanel','completed',10,'2025-06-25 01:07:48','2025-06-25 01:08:55','2025-06-25 00:17:48','2025-06-25 01:08:55',NULL,0,0,NULL,NULL),
(7937,'mixpanel','completed',10,'2025-06-25 01:13:56','2025-06-25 01:15:03','2025-06-25 01:08:56','2025-06-25 01:15:03',NULL,0,0,NULL,NULL),
(7938,'mixpanel','completed',10,'2025-06-25 01:28:04','2025-06-25 01:28:20','2025-06-25 01:15:04','2025-06-25 01:28:20',NULL,0,0,NULL,NULL),
(7939,'mixpanel','completed',10,'2025-06-25 02:06:22','2025-06-25 02:08:02','2025-06-25 01:28:22','2025-06-25 02:08:02',NULL,0,0,NULL,NULL),
(7940,'mixpanel','completed',10,'2025-06-25 02:51:04','2025-06-25 02:51:10','2025-06-25 02:08:04','2025-06-25 02:51:10',NULL,0,0,NULL,NULL),
(7941,'mixpanel','completed',10,'2025-06-25 03:43:11','2025-06-25 03:43:18','2025-06-25 02:51:11','2025-06-25 03:43:18',NULL,0,0,NULL,NULL),
(7942,'subscribers_engagement_score','completed',10,'2025-06-25 03:37:10','2025-06-25 03:37:12','2025-06-25 03:37:10','2025-06-25 03:37:12',NULL,0,0,NULL,NULL),
(7943,'subscribers_engagement_score','completed',10,'2025-06-26 19:43:00','2025-06-26 19:44:45','2025-06-25 03:37:12','2025-06-26 19:44:45',NULL,0,0,NULL,NULL),
(7944,'mixpanel','completed',10,'2025-06-25 04:30:20','2025-06-25 04:30:20','2025-06-25 03:43:20','2025-06-25 04:30:20',NULL,0,0,NULL,NULL),
(7945,'mixpanel','completed',10,'2025-06-25 05:26:21','2025-06-25 05:27:35','2025-06-25 04:30:21','2025-06-25 05:27:35',NULL,0,0,NULL,NULL),
(7946,'mixpanel','completed',10,'2025-06-25 05:40:37','2025-06-25 05:40:53','2025-06-25 05:27:37','2025-06-25 05:40:53',NULL,0,0,NULL,NULL),
(7947,'mixpanel','completed',10,'2025-06-25 06:30:54','2025-06-25 06:30:59','2025-06-25 05:40:54','2025-06-25 06:30:59',NULL,0,0,NULL,NULL),
(7948,'mixpanel','completed',10,'2025-06-25 06:52:00','2025-06-25 06:53:28','2025-06-25 06:31:00','2025-06-25 06:53:28',NULL,0,0,NULL,NULL),
(7949,'mixpanel','completed',10,'2025-06-25 06:56:30','2025-06-25 06:57:34','2025-06-25 06:53:30','2025-06-25 06:57:34',NULL,0,0,NULL,NULL),
(7950,'mixpanel','completed',10,'2025-06-25 06:59:35','2025-06-25 06:59:36','2025-06-25 06:57:35','2025-06-25 06:59:36',NULL,0,0,NULL,NULL),
(7951,'mixpanel','completed',10,'2025-06-25 07:26:38','2025-06-25 07:28:14','2025-06-25 06:59:38','2025-06-25 07:28:14',NULL,0,0,NULL,NULL),
(7952,'mixpanel','completed',10,'2025-06-25 08:14:15','2025-06-25 08:15:16','2025-06-25 07:28:15','2025-06-25 08:15:16',NULL,0,0,NULL,NULL),
(7953,'mixpanel','completed',10,'2025-06-25 08:54:17','2025-06-25 08:56:53','2025-06-25 08:15:17','2025-06-25 08:56:53',NULL,0,0,NULL,NULL),
(7954,'mixpanel','completed',10,'2025-06-25 09:00:55','2025-06-25 09:02:17','2025-06-25 08:56:55','2025-06-25 09:02:17',NULL,0,0,NULL,NULL),
(7955,'mixpanel','completed',10,'2025-06-25 09:57:19','2025-06-25 09:58:31','2025-06-25 09:02:19','2025-06-25 09:58:31',NULL,0,0,NULL,NULL),
(7956,'mixpanel','completed',10,'2025-06-25 10:06:33','2025-06-25 10:07:44','2025-06-25 09:58:33','2025-06-25 10:07:44',NULL,0,0,NULL,NULL),
(7957,'mixpanel','completed',10,'2025-06-25 10:37:45','2025-06-25 10:38:23','2025-06-25 10:07:45','2025-06-25 10:38:23',NULL,0,0,NULL,NULL),
(7958,'mixpanel','completed',10,'2025-06-25 11:18:25','2025-06-25 11:20:20','2025-06-25 10:38:25','2025-06-25 11:20:20',NULL,0,0,NULL,NULL),
(7959,'mixpanel','completed',10,'2025-06-25 11:50:22','2025-06-25 11:52:54','2025-06-25 11:20:22','2025-06-25 11:52:54',NULL,0,0,NULL,NULL),
(7960,'mixpanel','completed',10,'2025-06-25 12:40:56','2025-06-25 12:43:31','2025-06-25 11:52:56','2025-06-25 12:43:31',NULL,0,0,NULL,NULL),
(7961,'mixpanel','completed',10,'2025-06-25 12:44:32','2025-06-25 12:45:49','2025-06-25 12:43:32','2025-06-25 12:45:49',NULL,0,0,NULL,NULL),
(7962,'mixpanel','completed',10,'2025-06-25 12:49:51','2025-06-25 12:51:20','2025-06-25 12:45:51','2025-06-25 12:51:20',NULL,0,0,NULL,NULL),
(7963,'mixpanel','completed',10,'2025-06-25 13:02:22','2025-06-25 13:02:35','2025-06-25 12:51:22','2025-06-25 13:02:35',NULL,0,0,NULL,NULL),
(7964,'mixpanel','completed',10,'2025-06-25 13:04:37','2025-06-25 13:05:30','2025-06-25 13:02:37','2025-06-25 13:05:30',NULL,0,0,NULL,NULL),
(7965,'mixpanel','completed',10,'2025-06-25 13:12:31','2025-06-25 13:12:35','2025-06-25 13:05:31','2025-06-25 13:12:35',NULL,0,0,NULL,NULL),
(7966,'mixpanel','completed',10,'2025-06-25 14:06:50','2025-06-25 14:08:29','2025-06-25 13:13:50','2025-06-25 14:08:29',NULL,0,0,NULL,NULL),
(7967,'mixpanel','completed',10,'2025-06-25 14:59:31','2025-06-25 14:59:48','2025-06-25 14:08:31','2025-06-25 14:59:48',NULL,0,0,NULL,NULL),
(7968,'mixpanel','completed',10,'2025-06-25 15:53:49','2025-06-25 15:54:21','2025-06-25 14:59:49','2025-06-25 15:54:21',NULL,0,0,NULL,NULL),
(7969,'mixpanel','completed',10,'2025-06-25 16:45:22','2025-06-25 16:46:29','2025-06-25 15:54:22','2025-06-25 16:46:29',NULL,0,0,NULL,NULL),
(7970,'mixpanel','completed',10,'2025-06-25 17:41:31','2025-06-25 17:42:43','2025-06-25 16:46:31','2025-06-25 17:42:43',NULL,0,0,NULL,NULL),
(7971,'mixpanel','completed',10,'2025-06-25 18:20:45','2025-06-25 18:22:36','2025-06-25 17:42:45','2025-06-25 18:22:36',NULL,0,0,NULL,NULL),
(7972,'schedule_re_engagement_email','completed',10,'2025-06-26 17:59:54','2025-06-26 18:00:28','2025-06-25 17:59:54','2025-06-26 18:00:28',NULL,0,0,NULL,NULL),
(7973,'mixpanel','completed',10,'2025-06-25 19:10:37','2025-06-25 19:11:33','2025-06-25 18:22:37','2025-06-25 19:11:33',NULL,0,0,NULL,NULL),
(7974,'mixpanel','completed',10,'2025-06-25 20:04:35','2025-06-25 20:06:52','2025-06-25 19:11:35','2025-06-25 20:06:52',NULL,0,0,NULL,NULL),
(7975,'mixpanel','completed',10,'2025-06-25 21:04:54','2025-06-25 21:05:08','2025-06-25 20:06:54','2025-06-25 21:05:08',NULL,0,0,NULL,NULL),
(7976,'mixpanel','completed',10,'2025-06-25 21:43:04','2025-06-25 21:45:32','2025-06-25 21:06:04','2025-06-25 21:45:32',NULL,0,0,NULL,NULL),
(7977,'mixpanel','completed',10,'2025-06-25 22:37:34','2025-06-25 22:39:48','2025-06-25 21:45:34','2025-06-25 22:39:48',NULL,0,0,NULL,NULL),
(7978,'mixpanel','completed',10,'2025-06-25 22:50:50','2025-06-25 22:52:28','2025-06-25 22:39:50','2025-06-25 22:52:28',NULL,0,0,NULL,NULL),
(7979,'mixpanel','completed',10,'2025-06-25 22:59:30','2025-06-25 23:01:25','2025-06-25 22:52:30','2025-06-25 23:01:25',NULL,0,0,NULL,NULL),
(7980,'mixpanel','completed',10,'2025-06-25 23:01:27','2025-06-25 23:03:43','2025-06-25 23:01:27','2025-06-25 23:03:43',NULL,0,0,NULL,NULL),
(7981,'mixpanel','completed',10,'2025-06-25 23:51:44','2025-06-25 23:52:47','2025-06-25 23:03:44','2025-06-25 23:52:47',NULL,0,0,NULL,NULL),
(7982,'mixpanel','completed',10,'2025-06-26 00:18:48','2025-06-26 00:20:23','2025-06-25 23:52:48','2025-06-26 00:20:23',NULL,0,0,NULL,NULL),
(7983,'inactive_subscribers','completed',10,'2025-07-05 00:00:00','2025-07-05 00:04:51','2025-06-26 00:00:48','2025-07-05 00:04:51',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(7984,'mixpanel','completed',10,'2025-06-26 00:49:23','2025-06-26 00:50:43','2025-06-26 00:20:23','2025-06-26 00:50:43',NULL,0,0,NULL,NULL),
(7985,'mixpanel','completed',10,'2025-06-26 01:33:44','2025-06-26 01:34:22','2025-06-26 00:50:44','2025-06-26 01:34:22',NULL,0,0,NULL,NULL),
(7986,'mixpanel','completed',10,'2025-06-26 02:17:23','2025-06-26 02:18:52','2025-06-26 01:34:23','2025-06-26 02:18:52',NULL,0,0,NULL,NULL),
(7987,'mixpanel','completed',10,'2025-06-26 02:42:54','2025-06-26 02:43:29','2025-06-26 02:18:54','2025-06-26 02:43:29',NULL,0,0,NULL,NULL),
(7988,'mixpanel','completed',10,'2025-06-26 02:54:31','2025-06-26 02:54:44','2025-06-26 02:43:31','2025-06-26 02:54:44',NULL,0,0,NULL,NULL),
(7989,'mixpanel','completed',10,'2025-06-26 03:43:46','2025-06-26 03:43:48','2025-06-26 02:54:46','2025-06-26 03:43:48',NULL,0,0,NULL,NULL),
(7990,'mixpanel','completed',10,'2025-06-26 03:48:50','2025-06-26 03:49:57','2025-06-26 03:43:50','2025-06-26 03:49:57',NULL,0,0,NULL,NULL),
(7991,'mixpanel','completed',10,'2025-06-26 04:09:58','2025-06-26 04:10:23','2025-06-26 03:49:58','2025-06-26 04:10:23',NULL,0,0,NULL,NULL),
(7992,'mixpanel','completed',10,'2025-06-26 04:58:25','2025-06-26 04:59:28','2025-06-26 04:10:25','2025-06-26 04:59:28',NULL,0,0,NULL,NULL),
(7993,'mixpanel','completed',10,'2025-06-26 05:10:29','2025-06-26 05:11:41','2025-06-26 04:59:29','2025-06-26 05:11:41',NULL,0,0,NULL,NULL),
(7994,'mixpanel','completed',10,'2025-06-26 05:57:42','2025-06-26 05:58:24','2025-06-26 05:11:42','2025-06-26 05:58:24',NULL,0,0,NULL,NULL),
(7995,'mixpanel','completed',10,'2025-06-26 05:57:26','2025-06-26 06:00:48','2025-06-26 05:58:26','2025-06-26 06:00:48',NULL,0,0,NULL,NULL),
(7996,'mixpanel','completed',10,'2025-06-26 06:23:50','2025-06-26 06:24:19','2025-06-26 06:00:50','2025-06-26 06:24:19',NULL,0,0,NULL,NULL),
(7997,'mixpanel','completed',10,'2025-06-26 07:05:21','2025-06-26 07:06:44','2025-06-26 06:24:21','2025-06-26 07:06:44',NULL,0,0,NULL,NULL),
(7998,'mixpanel','completed',10,'2025-06-26 07:49:45','2025-06-26 07:50:04','2025-06-26 07:06:45','2025-06-26 07:50:04',NULL,0,0,NULL,NULL),
(7999,'mixpanel','completed',10,'2025-06-26 08:33:05','2025-06-26 08:34:35','2025-06-26 07:50:05','2025-06-26 08:34:35',NULL,0,0,NULL,NULL),
(8000,'mixpanel','completed',10,'2025-06-26 08:36:37','2025-06-26 08:36:52','2025-06-26 08:34:37','2025-06-26 08:36:52',NULL,0,0,NULL,NULL),
(8001,'mixpanel','completed',10,'2025-06-26 09:20:53','2025-06-26 09:23:23','2025-06-26 08:36:53','2025-06-26 09:23:23',NULL,0,0,NULL,NULL),
(8002,'mixpanel','completed',10,'2025-06-26 10:04:24','2025-06-26 10:07:01','2025-06-26 09:23:24','2025-06-26 10:07:01',NULL,0,0,NULL,NULL),
(8003,'mixpanel','completed',10,'2025-06-26 10:49:03','2025-06-26 10:50:31','2025-06-26 10:07:03','2025-06-26 10:50:31',NULL,0,0,NULL,NULL),
(8004,'mixpanel','completed',10,'2025-06-26 11:18:33','2025-06-26 11:19:38','2025-06-26 10:50:33','2025-06-26 11:19:38',NULL,0,0,NULL,NULL),
(8005,'mixpanel','completed',10,'2025-06-26 11:39:40','2025-06-26 11:40:57','2025-06-26 11:19:40','2025-06-26 11:40:57',NULL,0,0,NULL,NULL),
(8006,'mixpanel','completed',10,'2025-06-26 12:29:59','2025-06-26 12:32:19','2025-06-26 11:40:59','2025-06-26 12:32:19',NULL,0,0,NULL,NULL),
(8007,'mixpanel','completed',10,'2025-06-26 13:11:20','2025-06-26 13:12:52','2025-06-26 12:32:20','2025-06-26 13:12:52',NULL,0,0,NULL,NULL),
(8008,'mixpanel','completed',10,'2025-06-26 13:17:53','2025-06-26 13:18:19','2025-06-26 13:12:53','2025-06-26 13:18:19',NULL,0,0,NULL,NULL),
(8009,'mixpanel','completed',10,'2025-06-26 13:49:20','2025-06-26 13:51:44','2025-06-26 13:18:20','2025-06-26 13:51:44',NULL,0,0,NULL,NULL),
(8010,'mixpanel','completed',10,'2025-06-26 14:13:45','2025-06-26 14:14:32','2025-06-26 13:51:45','2025-06-26 14:14:32',NULL,0,0,NULL,NULL),
(8011,'mixpanel','completed',10,'2025-06-26 14:35:33','2025-06-26 14:38:02','2025-06-26 14:14:33','2025-06-26 14:38:02',NULL,0,0,NULL,NULL),
(8012,'mixpanel','completed',10,'2025-06-26 15:26:04','2025-06-26 15:27:06','2025-06-26 14:38:04','2025-06-26 15:27:06',NULL,0,0,NULL,NULL),
(8013,'mixpanel','completed',10,'2025-06-26 16:14:08','2025-06-26 16:15:36','2025-06-26 15:27:08','2025-06-26 16:15:36',NULL,0,0,NULL,NULL),
(8014,'mixpanel','completed',10,'2025-06-26 17:10:38','2025-06-26 17:11:23','2025-06-26 16:15:38','2025-06-26 17:11:23',NULL,0,0,NULL,NULL),
(8015,'mixpanel','completed',10,'2025-06-26 18:03:25','2025-06-26 18:04:34','2025-06-26 17:11:25','2025-06-26 18:04:34',NULL,0,0,NULL,NULL),
(8016,'schedule_re_engagement_email','completed',10,'2025-06-27 18:00:30','2025-06-27 18:02:30','2025-06-26 18:00:30','2025-06-27 18:02:30',NULL,0,0,NULL,NULL),
(8017,'mixpanel','completed',10,'2025-06-26 18:34:35','2025-06-26 18:35:14','2025-06-26 18:04:35','2025-06-26 18:35:14',NULL,0,0,NULL,NULL),
(8018,'mixpanel','completed',10,'2025-06-26 18:38:15','2025-06-26 18:38:18','2025-06-26 18:35:15','2025-06-26 18:38:18',NULL,0,0,NULL,NULL),
(8019,'mixpanel','completed',10,'2025-06-26 19:31:19','2025-06-26 19:31:28','2025-06-26 18:38:19','2025-06-26 19:31:28',NULL,0,0,NULL,NULL),
(8020,'mixpanel','completed',10,'2025-06-26 20:05:29','2025-06-26 20:06:15','2025-06-26 19:31:29','2025-06-26 20:06:15',NULL,0,0,NULL,NULL),
(8021,'subscribers_engagement_score','completed',10,'2025-06-26 19:44:45','2025-06-26 19:44:47','2025-06-26 19:44:45','2025-06-26 19:44:47',NULL,0,0,NULL,NULL),
(8022,'subscribers_engagement_score','completed',10,'2025-06-27 13:46:00','2025-06-27 13:47:19','2025-06-26 19:44:47','2025-06-27 13:47:19',NULL,0,0,NULL,NULL),
(8023,'mixpanel','completed',10,'2025-06-26 20:47:16','2025-06-26 20:49:11','2025-06-26 20:06:16','2025-06-26 20:49:11',NULL,0,0,NULL,NULL),
(8024,'mixpanel','completed',10,'2025-06-26 20:54:13','2025-06-26 20:54:18','2025-06-26 20:49:13','2025-06-26 20:54:18',NULL,0,0,NULL,NULL),
(8025,'mixpanel','completed',10,'2025-06-26 20:55:19','2025-06-26 20:56:20','2025-06-26 20:54:19','2025-06-26 20:56:20',NULL,0,0,NULL,NULL),
(8026,'mixpanel','completed',10,'2025-06-26 20:58:22','2025-06-26 20:58:23','2025-06-26 20:56:22','2025-06-26 20:58:23',NULL,0,0,NULL,NULL),
(8027,'mixpanel','completed',10,'2025-06-26 21:45:25','2025-06-26 21:45:25','2025-06-26 20:58:25','2025-06-26 21:45:25',NULL,0,0,NULL,NULL),
(8028,'mixpanel','completed',10,'2025-06-26 22:23:26','2025-06-26 22:24:15','2025-06-26 21:45:26','2025-06-26 22:24:15',NULL,0,0,NULL,NULL),
(8029,'mixpanel','completed',10,'2025-06-26 22:27:17','2025-06-26 22:28:21','2025-06-26 22:24:17','2025-06-26 22:28:21',NULL,0,0,NULL,NULL),
(8030,'mixpanel','completed',10,'2025-06-26 23:17:22','2025-06-26 23:18:21','2025-06-26 22:28:22','2025-06-26 23:18:21',NULL,0,0,NULL,NULL),
(8031,'mixpanel','completed',10,'2025-06-26 23:22:22','2025-06-26 23:23:33','2025-06-26 23:18:22','2025-06-26 23:23:33',NULL,0,0,NULL,NULL),
(8032,'mixpanel','completed',10,'2025-06-26 23:24:35','2025-06-26 23:25:36','2025-06-26 23:23:35','2025-06-26 23:25:36',NULL,0,0,NULL,NULL),
(8033,'mixpanel','completed',10,'2025-06-27 00:11:37','2025-06-27 00:12:37','2025-06-26 23:25:37','2025-06-27 00:12:37',NULL,0,0,NULL,NULL),
(8034,'subscribers_email_count','completed',10,'2025-07-03 00:00:00','2025-07-03 00:00:55','2025-06-27 00:02:24','2025-07-03 00:00:55',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(8035,'mixpanel','completed',10,'2025-06-27 01:06:39','2025-06-27 01:07:25','2025-06-27 00:12:39','2025-06-27 01:07:25',NULL,0,0,NULL,NULL),
(8036,'mixpanel','completed',10,'2025-06-27 01:33:26','2025-06-27 01:35:26','2025-06-27 01:07:26','2025-06-27 01:35:26',NULL,0,0,NULL,NULL),
(8037,'mixpanel','completed',10,'2025-06-27 01:52:27','2025-06-27 01:53:50','2025-06-27 01:35:27','2025-06-27 01:53:50',NULL,0,0,NULL,NULL),
(8038,'mixpanel','completed',10,'2025-06-27 02:13:51','2025-06-27 02:14:44','2025-06-27 01:53:51','2025-06-27 02:14:44',NULL,0,0,NULL,NULL),
(8039,'mixpanel','completed',10,'2025-06-27 02:32:45','2025-06-27 02:33:42','2025-06-27 02:14:45','2025-06-27 02:33:42',NULL,0,0,NULL,NULL),
(8040,'mixpanel','completed',10,'2025-06-27 03:21:43','2025-06-27 03:22:46','2025-06-27 02:33:43','2025-06-27 03:22:46',NULL,0,0,NULL,NULL),
(8041,'mixpanel','completed',10,'2025-06-27 03:32:47','2025-06-27 03:32:59','2025-06-27 03:22:47','2025-06-27 03:32:59',NULL,0,0,NULL,NULL),
(8042,'mixpanel','completed',10,'2025-06-27 03:34:00','2025-06-27 03:35:31','2025-06-27 03:33:00','2025-06-27 03:35:31',NULL,0,0,NULL,NULL),
(8043,'mixpanel','completed',10,'2025-06-27 03:35:33','2025-06-27 03:37:46','2025-06-27 03:35:33','2025-06-27 03:37:46',NULL,0,0,NULL,NULL),
(8044,'mixpanel','completed',10,'2025-06-27 04:18:48','2025-06-27 04:19:49','2025-06-27 03:37:48','2025-06-27 04:19:49',NULL,0,0,NULL,NULL),
(8045,'mixpanel','completed',10,'2025-06-27 04:22:50','2025-06-27 04:24:50','2025-06-27 04:19:50','2025-06-27 04:24:50',NULL,0,0,NULL,NULL),
(8046,'mixpanel','completed',10,'2025-06-27 04:36:52','2025-06-27 04:38:22','2025-06-27 04:24:52','2025-06-27 04:38:22',NULL,0,0,NULL,NULL),
(8047,'mixpanel','completed',10,'2025-06-27 05:06:18','2025-06-27 05:08:31','2025-06-27 04:39:18','2025-06-27 05:08:31',NULL,0,0,NULL,NULL),
(8048,'mixpanel','completed',10,'2025-06-27 05:42:33','2025-06-27 05:42:47','2025-06-27 05:08:33','2025-06-27 05:42:47',NULL,0,0,NULL,NULL),
(8049,'mixpanel','completed',10,'2025-06-27 05:52:48','2025-06-27 05:54:45','2025-06-27 05:42:48','2025-06-27 05:54:45',NULL,0,0,NULL,NULL),
(8050,'mixpanel','completed',10,'2025-06-27 06:05:47','2025-06-27 06:06:18','2025-06-27 05:54:47','2025-06-27 06:06:18',NULL,0,0,NULL,NULL),
(8051,'mixpanel','completed',10,'2025-06-27 06:05:19','2025-06-27 06:08:20','2025-06-27 06:06:19','2025-06-27 06:08:20',NULL,0,0,NULL,NULL),
(8052,'mixpanel','completed',10,'2025-06-27 06:23:22','2025-06-27 06:24:42','2025-06-27 06:08:22','2025-06-27 06:24:42',NULL,0,0,NULL,NULL),
(8053,'mixpanel','completed',10,'2025-06-27 07:17:43','2025-06-27 07:19:54','2025-06-27 06:24:43','2025-06-27 07:19:54',NULL,0,0,NULL,NULL),
(8054,'mixpanel','completed',10,'2025-06-27 08:14:55','2025-06-27 08:15:50','2025-06-27 07:19:55','2025-06-27 08:15:50',NULL,0,0,NULL,NULL),
(8055,'mixpanel','completed',10,'2025-06-27 08:38:52','2025-06-27 08:41:30','2025-06-27 08:15:52','2025-06-27 08:41:30',NULL,0,0,NULL,NULL),
(8056,'mixpanel','completed',10,'2025-06-27 09:27:31','2025-06-27 09:27:40','2025-06-27 08:41:31','2025-06-27 09:27:40',NULL,0,0,NULL,NULL),
(8057,'mixpanel','completed',10,'2025-06-27 09:43:41','2025-06-27 09:44:35','2025-06-27 09:27:41','2025-06-27 09:44:35',NULL,0,0,NULL,NULL),
(8058,'mixpanel','completed',10,'2025-06-27 10:04:37','2025-06-27 10:06:30','2025-06-27 09:44:37','2025-06-27 10:06:30',NULL,0,0,NULL,NULL),
(8059,'mixpanel','completed',10,'2025-06-27 10:50:32','2025-06-27 10:53:30','2025-06-27 10:06:32','2025-06-27 10:53:30',NULL,0,0,NULL,NULL),
(8060,'mixpanel','completed',10,'2025-06-27 11:06:32','2025-06-27 11:06:38','2025-06-27 10:53:32','2025-06-27 11:06:38',NULL,0,0,NULL,NULL),
(8061,'mixpanel','completed',10,'2025-06-27 11:13:39','2025-06-27 11:14:59','2025-06-27 11:06:39','2025-06-27 11:14:59',NULL,0,0,NULL,NULL),
(8062,'mixpanel','completed',10,'2025-06-27 11:40:01','2025-06-27 11:41:34','2025-06-27 11:15:01','2025-06-27 11:41:34',NULL,0,0,NULL,NULL),
(8063,'mixpanel','completed',10,'2025-06-27 12:06:35','2025-06-27 12:07:49','2025-06-27 11:41:35','2025-06-27 12:07:49',NULL,0,0,NULL,NULL),
(8064,'mixpanel','completed',10,'2025-06-27 12:20:51','2025-06-27 12:21:26','2025-06-27 12:07:51','2025-06-27 12:21:26',NULL,0,0,NULL,NULL),
(8065,'mixpanel','completed',10,'2025-06-27 13:04:28','2025-06-27 13:06:25','2025-06-27 12:21:28','2025-06-27 13:06:25',NULL,0,0,NULL,NULL),
(8066,'mixpanel','completed',10,'2025-06-27 13:20:27','2025-06-27 13:20:38','2025-06-27 13:06:27','2025-06-27 13:20:38',NULL,0,0,NULL,NULL),
(8067,'mixpanel','completed',10,'2025-06-27 13:21:39','2025-06-27 13:23:26','2025-06-27 13:20:39','2025-06-27 13:23:26',NULL,0,0,NULL,NULL),
(8068,'mixpanel','completed',10,'2025-06-27 13:25:27','2025-06-27 13:25:48','2025-06-27 13:23:27','2025-06-27 13:25:48',NULL,0,0,NULL,NULL),
(8069,'mixpanel','completed',10,'2025-06-27 13:40:50','2025-06-27 13:43:02','2025-06-27 13:25:50','2025-06-27 13:43:02',NULL,0,0,NULL,NULL),
(8070,'mixpanel','completed',10,'2025-06-27 13:45:03','2025-06-27 13:45:16','2025-06-27 13:43:03','2025-06-27 13:45:16',NULL,0,0,NULL,NULL),
(8071,'mixpanel','completed',10,'2025-06-27 14:17:17','2025-06-27 14:19:51','2025-06-27 13:45:17','2025-06-27 14:19:51',NULL,0,0,NULL,NULL),
(8072,'subscribers_engagement_score','completed',10,'2025-06-28 18:23:00','2025-06-28 18:23:35','2025-06-27 13:47:19','2025-06-28 18:23:35',NULL,0,0,NULL,NULL),
(8073,'mixpanel','completed',10,'2025-06-27 14:21:53','2025-06-27 14:22:46','2025-06-27 14:19:53','2025-06-27 14:22:46',NULL,0,0,NULL,NULL),
(8074,'mixpanel','completed',10,'2025-06-27 14:34:48','2025-06-27 14:35:22','2025-06-27 14:22:48','2025-06-27 14:35:22',NULL,0,0,NULL,NULL),
(8075,'mixpanel','completed',10,'2025-06-27 14:35:24','2025-06-27 14:37:24','2025-06-27 14:35:24','2025-06-27 14:37:24',NULL,0,0,NULL,NULL),
(8076,'mixpanel','completed',10,'2025-06-27 14:47:26','2025-06-27 14:48:39','2025-06-27 14:37:26','2025-06-27 14:48:39',NULL,0,0,NULL,NULL),
(8077,'mixpanel','completed',10,'2025-06-27 15:16:41','2025-06-27 15:19:04','2025-06-27 14:48:41','2025-06-27 15:19:04',NULL,0,0,NULL,NULL),
(8078,'mixpanel','completed',10,'2025-06-27 15:28:05','2025-06-27 15:29:18','2025-06-27 15:19:05','2025-06-27 15:29:18',NULL,0,0,NULL,NULL),
(8079,'mixpanel','completed',10,'2025-06-27 15:57:20','2025-06-27 15:57:56','2025-06-27 15:29:20','2025-06-27 15:57:56',NULL,0,0,NULL,NULL),
(8080,'mixpanel','completed',10,'2025-06-27 16:33:57','2025-06-27 16:36:46','2025-06-27 15:57:57','2025-06-27 16:36:46',NULL,0,0,NULL,NULL),
(8081,'mixpanel','completed',10,'2025-06-27 17:27:48','2025-06-27 17:28:54','2025-06-27 16:36:48','2025-06-27 17:28:54',NULL,0,0,NULL,NULL),
(8082,'mixpanel','completed',10,'2025-06-27 17:37:56','2025-06-27 17:38:49','2025-06-27 17:28:56','2025-06-27 17:38:49',NULL,0,0,NULL,NULL),
(8083,'mixpanel','completed',10,'2025-06-27 18:19:50','2025-06-27 18:20:31','2025-06-27 17:38:50','2025-06-27 18:20:31',NULL,0,0,NULL,NULL),
(8084,'schedule_re_engagement_email','completed',10,'2025-06-28 18:02:32','2025-06-28 18:04:09','2025-06-27 18:02:32','2025-06-28 18:04:09',NULL,0,0,NULL,NULL),
(8085,'mixpanel','completed',10,'2025-06-27 19:00:33','2025-06-27 19:02:57','2025-06-27 18:20:33','2025-06-27 19:02:57',NULL,0,0,NULL,NULL),
(8086,'mixpanel','completed',10,'2025-06-27 19:02:59','2025-06-27 19:05:33','2025-06-27 19:02:59','2025-06-27 19:05:34',NULL,0,0,NULL,NULL),
(8087,'mixpanel','completed',10,'2025-06-27 19:33:35','2025-06-27 19:34:19','2025-06-27 19:05:35','2025-06-27 19:34:19',NULL,0,0,NULL,NULL),
(8088,'mixpanel','completed',10,'2025-06-27 20:29:20','2025-06-27 20:29:51','2025-06-27 19:34:20','2025-06-27 20:29:51',NULL,0,0,NULL,NULL),
(8089,'mixpanel','completed',10,'2025-06-27 20:29:52','2025-06-27 20:31:53','2025-06-27 20:29:52','2025-06-27 20:31:53',NULL,0,0,NULL,NULL),
(8090,'mixpanel','completed',10,'2025-06-27 21:23:55','2025-06-27 21:25:03','2025-06-27 20:31:55','2025-06-27 21:25:03',NULL,0,0,NULL,NULL),
(8091,'mixpanel','completed',10,'2025-06-27 21:30:04','2025-06-27 21:30:51','2025-06-27 21:25:04','2025-06-27 21:30:51',NULL,0,0,NULL,NULL),
(8092,'mixpanel','completed',10,'2025-06-27 22:24:53','2025-06-27 22:26:23','2025-06-27 21:30:53','2025-06-27 22:26:23',NULL,0,0,NULL,NULL),
(8093,'mixpanel','completed',10,'2025-06-27 22:40:24','2025-06-27 22:42:44','2025-06-27 22:26:24','2025-06-27 22:42:44',NULL,0,0,NULL,NULL),
(8094,'mixpanel','completed',10,'2025-06-27 23:30:46','2025-06-27 23:32:50','2025-06-27 22:42:46','2025-06-27 23:32:50',NULL,0,0,NULL,NULL),
(8095,'mixpanel','completed',10,'2025-06-27 23:46:51','2025-06-27 23:48:10','2025-06-27 23:32:51','2025-06-27 23:48:10',NULL,0,0,NULL,NULL),
(8096,'mixpanel','completed',10,'2025-06-27 23:51:12','2025-06-27 23:52:15','2025-06-27 23:48:12','2025-06-27 23:52:15',NULL,0,0,NULL,NULL),
(8097,'mixpanel','completed',10,'2025-06-28 00:40:17','2025-06-28 00:40:18','2025-06-27 23:52:17','2025-06-28 00:40:18',NULL,0,0,NULL,NULL),
(8098,'export_files_cleanup','completed',10,'2025-07-04 00:00:00','2025-07-04 00:17:48','2025-06-28 00:00:28','2025-07-04 00:17:48',NULL,0,0,NULL,NULL),
(8099,'mixpanel','completed',10,'2025-06-28 01:33:20','2025-06-28 01:33:28','2025-06-28 00:40:20','2025-06-28 01:33:28',NULL,0,0,NULL,NULL),
(8100,'mixpanel','completed',10,'2025-06-28 02:21:30','2025-06-28 02:21:31','2025-06-28 01:33:30','2025-06-28 02:21:31',NULL,0,0,NULL,NULL),
(8101,'mixpanel','completed',10,'2025-06-28 02:27:33','2025-06-28 02:28:41','2025-06-28 02:21:33','2025-06-28 02:28:41',NULL,0,0,NULL,NULL),
(8102,'mixpanel','completed',10,'2025-06-28 03:18:42','2025-06-28 03:19:47','2025-06-28 02:28:42','2025-06-28 03:19:47',NULL,0,0,NULL,NULL),
(8103,'mixpanel','completed',10,'2025-06-28 03:24:48','2025-06-28 03:24:53','2025-06-28 03:19:48','2025-06-28 03:24:53',NULL,0,0,NULL,NULL),
(8104,'mixpanel','completed',10,'2025-06-28 04:13:55','2025-06-28 04:13:58','2025-06-28 03:24:55','2025-06-28 04:13:58',NULL,0,0,NULL,NULL),
(8105,'mixpanel','completed',10,'2025-06-28 05:11:59','2025-06-28 05:12:14','2025-06-28 04:13:59','2025-06-28 05:12:14',NULL,0,0,NULL,NULL),
(8106,'mixpanel','completed',10,'2025-06-28 05:46:15','2025-06-28 05:46:56','2025-06-28 05:12:15','2025-06-28 05:46:56',NULL,0,0,NULL,NULL),
(8107,'mixpanel','completed',10,'2025-06-28 06:32:57','2025-06-28 06:32:59','2025-06-28 05:46:57','2025-06-28 06:32:59',NULL,0,0,NULL,NULL),
(8108,'mixpanel','completed',10,'2025-06-28 07:16:01','2025-06-28 07:16:58','2025-06-28 06:33:01','2025-06-28 07:16:58',NULL,0,0,NULL,NULL),
(8109,'mixpanel','completed',10,'2025-06-28 07:49:00','2025-06-28 07:50:42','2025-06-28 07:17:00','2025-06-28 07:50:42',NULL,0,0,NULL,NULL),
(8110,'mixpanel','completed',10,'2025-06-28 08:42:44','2025-06-28 08:43:52','2025-06-28 07:50:44','2025-06-28 08:43:52',NULL,0,0,NULL,NULL),
(8111,'mixpanel','completed',10,'2025-06-28 09:14:54','2025-06-28 09:15:34','2025-06-28 08:43:54','2025-06-28 09:15:34',NULL,0,0,NULL,NULL),
(8112,'mixpanel','completed',10,'2025-06-28 09:41:35','2025-06-28 09:43:10','2025-06-28 09:15:35','2025-06-28 09:43:10',NULL,0,0,NULL,NULL),
(8113,'mixpanel','completed',10,'2025-06-28 10:05:12','2025-06-28 10:07:43','2025-06-28 09:43:12','2025-06-28 10:07:43',NULL,0,0,NULL,NULL),
(8114,'mixpanel','completed',10,'2025-06-28 10:09:45','2025-06-28 10:09:46','2025-06-28 10:07:45','2025-06-28 10:09:46',NULL,0,0,NULL,NULL),
(8115,'mixpanel','completed',10,'2025-06-28 11:03:47','2025-06-28 11:03:57','2025-06-28 10:09:47','2025-06-28 11:03:57',NULL,0,0,NULL,NULL),
(8116,'mixpanel','completed',10,'2025-06-28 11:06:59','2025-06-28 11:08:03','2025-06-28 11:03:59','2025-06-28 11:08:03',NULL,0,0,NULL,NULL),
(8117,'mixpanel','completed',10,'2025-06-28 11:45:04','2025-06-28 11:46:54','2025-06-28 11:08:04','2025-06-28 11:46:54',NULL,0,0,NULL,NULL),
(8118,'mixpanel','completed',10,'2025-06-28 12:37:55','2025-06-28 12:39:02','2025-06-28 11:46:55','2025-06-28 12:39:02',NULL,0,0,NULL,NULL),
(8119,'mixpanel','completed',10,'2025-06-28 13:37:04','2025-06-28 13:37:19','2025-06-28 12:39:04','2025-06-28 13:37:19',NULL,0,0,NULL,NULL),
(8120,'mixpanel','completed',10,'2025-06-28 14:07:21','2025-06-28 14:10:02','2025-06-28 13:37:21','2025-06-28 14:10:02',NULL,0,0,NULL,NULL),
(8121,'mixpanel','completed',10,'2025-06-28 14:21:04','2025-06-28 14:22:18','2025-06-28 14:10:04','2025-06-28 14:22:18',NULL,0,0,NULL,NULL),
(8122,'mixpanel','completed',10,'2025-06-28 15:10:20','2025-06-28 15:11:23','2025-06-28 14:22:20','2025-06-28 15:11:23',NULL,0,0,NULL,NULL),
(8123,'mixpanel','completed',10,'2025-06-28 16:08:25','2025-06-28 16:08:38','2025-06-28 15:11:25','2025-06-28 16:08:38',NULL,0,0,NULL,NULL),
(8124,'mixpanel','completed',10,'2025-06-28 16:23:39','2025-06-28 16:23:58','2025-06-28 16:08:39','2025-06-28 16:23:58',NULL,0,0,NULL,NULL),
(8125,'mixpanel','completed',10,'2025-06-28 16:55:00','2025-06-28 16:56:41','2025-06-28 16:24:00','2025-06-28 16:56:41',NULL,0,0,NULL,NULL),
(8126,'mixpanel','completed',10,'2025-06-28 17:12:43','2025-06-28 17:13:02','2025-06-28 16:56:43','2025-06-28 17:13:02',NULL,0,0,NULL,NULL),
(8127,'mixpanel','completed',10,'2025-06-28 17:45:04','2025-06-28 17:45:45','2025-06-28 17:13:04','2025-06-28 17:45:45',NULL,0,0,NULL,NULL),
(8128,'mixpanel','completed',10,'2025-06-28 17:59:47','2025-06-28 18:01:06','2025-06-28 17:45:47','2025-06-28 18:01:06',NULL,0,0,NULL,NULL),
(8129,'mixpanel','completed',10,'2025-06-28 18:00:07','2025-06-28 18:04:09','2025-06-28 18:01:07','2025-06-28 18:04:09',NULL,0,0,NULL,NULL),
(8130,'schedule_re_engagement_email','completed',10,'2025-06-29 18:04:11','2025-06-29 18:04:36','2025-06-28 18:04:11','2025-06-29 18:04:36',NULL,0,0,NULL,NULL),
(8131,'mixpanel','completed',10,'2025-06-28 18:17:11','2025-06-28 18:17:27','2025-06-28 18:04:11','2025-06-28 18:17:27',NULL,0,0,NULL,NULL),
(8132,'mixpanel','completed',10,'2025-06-28 19:10:28','2025-06-28 19:10:36','2025-06-28 18:17:28','2025-06-28 19:10:36',NULL,0,0,NULL,NULL),
(8133,'subscribers_engagement_score','completed',10,'2025-06-28 18:23:35','2025-06-28 18:23:36','2025-06-28 18:23:35','2025-06-28 18:23:36',NULL,0,0,NULL,NULL),
(8134,'subscribers_engagement_score','completed',10,'2025-06-29 00:39:00','2025-06-29 00:40:39','2025-06-28 18:23:36','2025-06-29 00:40:39',NULL,0,0,NULL,NULL),
(8135,'mixpanel','completed',10,'2025-06-28 19:49:37','2025-06-28 19:51:29','2025-06-28 19:10:37','2025-06-28 19:51:29',NULL,0,0,NULL,NULL),
(8136,'mixpanel','completed',10,'2025-06-28 20:37:31','2025-06-28 20:38:31','2025-06-28 19:51:31','2025-06-28 20:38:31',NULL,0,0,NULL,NULL),
(8137,'mixpanel','completed',10,'2025-06-28 20:42:33','2025-06-28 20:43:38','2025-06-28 20:38:33','2025-06-28 20:43:38',NULL,0,0,NULL,NULL),
(8138,'mixpanel','completed',10,'2025-06-28 20:45:39','2025-06-28 20:46:42','2025-06-28 20:43:39','2025-06-28 20:46:42',NULL,0,0,NULL,NULL),
(8139,'mixpanel','completed',10,'2025-06-28 21:11:43','2025-06-28 21:12:47','2025-06-28 20:46:43','2025-06-28 21:12:47',NULL,0,0,NULL,NULL),
(8140,'mixpanel','completed',10,'2025-06-28 21:57:49','2025-06-28 21:58:05','2025-06-28 21:12:49','2025-06-28 21:58:05',NULL,0,0,NULL,NULL),
(8141,'mixpanel','completed',10,'2025-06-28 22:17:07','2025-06-28 22:18:42','2025-06-28 21:58:07','2025-06-28 22:18:42',NULL,0,0,NULL,NULL),
(8142,'mixpanel','completed',10,'2025-06-28 22:19:43','2025-06-28 22:21:46','2025-06-28 22:18:43','2025-06-28 22:21:46',NULL,0,0,NULL,NULL),
(8143,'mixpanel','completed',10,'2025-06-28 23:13:47','2025-06-28 23:14:55','2025-06-28 22:21:47','2025-06-28 23:14:55',NULL,0,0,NULL,NULL),
(8144,'mixpanel','completed',10,'2025-06-29 00:05:56','2025-06-29 00:06:02','2025-06-28 23:14:56','2025-06-29 00:06:02',NULL,0,0,NULL,NULL),
(8145,'mixpanel','completed',10,'2025-06-29 00:48:03','2025-06-29 00:49:33','2025-06-29 00:06:03','2025-06-29 00:49:33',NULL,0,0,NULL,NULL),
(8146,'subscribers_engagement_score','completed',10,'2025-06-30 20:31:00','2025-06-30 20:32:31','2025-06-29 00:40:39','2025-06-30 20:32:31',NULL,0,0,NULL,NULL),
(8147,'mixpanel','completed',10,'2025-06-29 01:43:35','2025-06-29 01:45:11','2025-06-29 00:49:35','2025-06-29 01:45:11',NULL,0,0,NULL,NULL),
(8148,'mixpanel','completed',10,'2025-06-29 01:50:13','2025-06-29 01:50:18','2025-06-29 01:45:13','2025-06-29 01:50:18',NULL,0,0,NULL,NULL),
(8149,'mixpanel','completed',10,'2025-06-29 02:40:20','2025-06-29 02:40:24','2025-06-29 01:50:20','2025-06-29 02:40:24',NULL,0,0,NULL,NULL),
(8150,'mixpanel','completed',10,'2025-06-29 03:27:25','2025-06-29 03:27:26','2025-06-29 02:40:25','2025-06-29 03:27:26',NULL,0,0,NULL,NULL),
(8151,'mixpanel','completed',10,'2025-06-29 04:23:27','2025-06-29 04:24:41','2025-06-29 03:27:27','2025-06-29 04:24:41',NULL,0,0,NULL,NULL),
(8152,'mixpanel','completed',10,'2025-06-29 05:22:43','2025-06-29 05:23:59','2025-06-29 04:24:43','2025-06-29 05:23:59',NULL,0,0,NULL,NULL),
(8153,'mixpanel','completed',10,'2025-06-29 06:00:00','2025-06-29 06:01:48','2025-06-29 05:24:00','2025-06-29 06:01:48',NULL,0,0,NULL,NULL),
(8154,'mixpanel','completed',10,'2025-06-29 06:52:50','2025-06-29 06:52:56','2025-06-29 06:01:50','2025-06-29 06:52:56',NULL,0,0,NULL,NULL),
(8155,'mixpanel','completed',10,'2025-06-29 07:33:57','2025-06-29 07:35:52','2025-06-29 06:52:57','2025-06-29 07:35:52',NULL,0,0,NULL,NULL),
(8156,'mixpanel','completed',10,'2025-06-29 07:55:54','2025-06-29 07:57:20','2025-06-29 07:35:54','2025-06-29 07:57:20',NULL,0,0,NULL,NULL),
(8157,'mixpanel','completed',10,'2025-06-29 07:59:21','2025-06-29 07:59:23','2025-06-29 07:57:21','2025-06-29 07:59:23',NULL,0,0,NULL,NULL),
(8158,'mixpanel','completed',10,'2025-06-29 08:27:24','2025-06-29 08:29:02','2025-06-29 07:59:24','2025-06-29 08:29:02',NULL,0,0,NULL,NULL),
(8159,'mixpanel','completed',10,'2025-06-29 09:03:03','2025-06-29 09:03:48','2025-06-29 08:29:03','2025-06-29 09:03:48',NULL,0,0,NULL,NULL),
(8160,'mixpanel','completed',10,'2025-06-29 09:56:49','2025-06-29 09:57:58','2025-06-29 09:03:49','2025-06-29 09:57:58',NULL,0,0,NULL,NULL),
(8161,'mixpanel','completed',10,'2025-06-29 10:07:00','2025-06-29 10:07:10','2025-06-29 09:58:00','2025-06-29 10:07:10',NULL,0,0,NULL,NULL),
(8162,'mixpanel','completed',10,'2025-06-29 10:49:12','2025-06-29 10:50:06','2025-06-29 10:07:12','2025-06-29 10:50:06',NULL,0,0,NULL,NULL),
(8163,'mixpanel','completed',10,'2025-06-29 11:01:08','2025-06-29 11:01:21','2025-06-29 10:50:08','2025-06-29 11:01:21',NULL,0,0,NULL,NULL),
(8164,'mixpanel','completed',10,'2025-06-29 11:00:23','2025-06-29 11:03:24','2025-06-29 11:01:23','2025-06-29 11:03:24',NULL,0,0,NULL,NULL),
(8165,'mixpanel','completed',10,'2025-06-29 11:41:25','2025-06-29 11:43:42','2025-06-29 11:03:25','2025-06-29 11:43:42',NULL,0,0,NULL,NULL),
(8166,'mixpanel','completed',10,'2025-06-29 11:53:43','2025-06-29 11:55:30','2025-06-29 11:43:43','2025-06-29 11:55:30',NULL,0,0,NULL,NULL),
(8167,'mixpanel','completed',10,'2025-06-29 12:35:32','2025-06-29 12:36:25','2025-06-29 11:55:32','2025-06-29 12:36:25',NULL,0,0,NULL,NULL),
(8168,'mixpanel','completed',10,'2025-06-29 13:30:27','2025-06-29 13:30:36','2025-06-29 12:36:27','2025-06-29 13:30:36',NULL,0,0,NULL,NULL),
(8169,'mixpanel','completed',10,'2025-06-29 13:59:38','2025-06-29 14:01:50','2025-06-29 13:30:38','2025-06-29 14:01:50',NULL,0,0,NULL,NULL),
(8170,'mixpanel','completed',10,'2025-06-29 14:57:52','2025-06-29 14:58:31','2025-06-29 14:01:52','2025-06-29 14:58:31',NULL,0,0,NULL,NULL),
(8171,'mixpanel','completed',10,'2025-06-29 15:15:33','2025-06-29 15:16:55','2025-06-29 14:58:33','2025-06-29 15:16:55',NULL,0,0,NULL,NULL),
(8172,'mixpanel','completed',10,'2025-06-29 15:25:57','2025-06-29 15:27:09','2025-06-29 15:16:57','2025-06-29 15:27:09',NULL,0,0,NULL,NULL),
(8173,'mixpanel','completed',10,'2025-06-29 15:34:10','2025-06-29 15:34:18','2025-06-29 15:27:10','2025-06-29 15:34:18',NULL,0,0,NULL,NULL),
(8174,'mixpanel','completed',10,'2025-06-29 15:55:20','2025-06-29 15:56:48','2025-06-29 15:34:20','2025-06-29 15:56:48',NULL,0,0,NULL,NULL),
(8175,'mixpanel','completed',10,'2025-06-29 16:22:49','2025-06-29 16:23:23','2025-06-29 15:56:49','2025-06-29 16:23:23',NULL,0,0,NULL,NULL),
(8176,'mixpanel','completed',10,'2025-06-29 16:22:24','2025-06-29 16:25:26','2025-06-29 16:23:24','2025-06-29 16:25:26',NULL,0,0,NULL,NULL),
(8177,'mixpanel','completed',10,'2025-06-29 16:46:27','2025-06-29 16:46:54','2025-06-29 16:25:27','2025-06-29 16:46:54',NULL,0,0,NULL,NULL),
(8178,'mixpanel','completed',10,'2025-06-29 17:05:55','2025-06-29 17:07:21','2025-06-29 16:46:55','2025-06-29 17:07:21',NULL,0,0,NULL,NULL),
(8179,'mixpanel','completed',10,'2025-06-29 17:20:22','2025-06-29 17:21:40','2025-06-29 17:07:22','2025-06-29 17:21:40',NULL,0,0,NULL,NULL),
(8180,'mixpanel','completed',10,'2025-06-29 17:26:41','2025-06-29 17:26:46','2025-06-29 17:21:41','2025-06-29 17:26:46',NULL,0,0,NULL,NULL),
(8181,'mixpanel','completed',10,'2025-06-29 18:23:48','2025-06-29 18:24:02','2025-06-29 17:26:48','2025-06-29 18:24:02',NULL,0,0,NULL,NULL),
(8182,'schedule_re_engagement_email','completed',10,'2025-06-30 18:04:38','2025-06-30 18:06:18','2025-06-29 18:04:38','2025-06-30 18:06:18',NULL,0,0,NULL,NULL),
(8183,'mixpanel','completed',10,'2025-06-29 19:10:03','2025-06-29 19:11:04','2025-06-29 18:24:03','2025-06-29 19:11:04',NULL,0,0,NULL,NULL),
(8184,'mixpanel','completed',10,'2025-06-29 19:27:05','2025-06-29 19:27:25','2025-06-29 19:11:05','2025-06-29 19:27:25',NULL,0,0,NULL,NULL),
(8185,'mixpanel','completed',10,'2025-06-29 19:56:27','2025-06-29 19:58:06','2025-06-29 19:27:27','2025-06-29 19:58:06',NULL,0,0,NULL,NULL),
(8186,'mixpanel','completed',10,'2025-06-29 20:36:07','2025-06-29 20:38:59','2025-06-29 19:58:07','2025-06-29 20:38:59',NULL,0,0,NULL,NULL),
(8187,'mixpanel','completed',10,'2025-06-29 21:15:01','2025-06-29 21:15:47','2025-06-29 20:39:01','2025-06-29 21:15:47',NULL,0,0,NULL,NULL),
(8188,'mixpanel','completed',10,'2025-06-29 21:58:49','2025-06-29 22:01:47','2025-06-29 21:16:49','2025-06-29 22:01:47',NULL,0,0,NULL,NULL),
(8189,'mixpanel','completed',10,'2025-06-29 22:26:49','2025-06-29 22:28:22','2025-06-29 22:01:49','2025-06-29 22:28:22',NULL,0,0,NULL,NULL),
(8190,'mixpanel','completed',10,'2025-06-29 23:10:24','2025-06-29 23:11:19','2025-06-29 22:28:24','2025-06-29 23:11:19',NULL,0,0,NULL,NULL),
(8191,'mixpanel','completed',10,'2025-06-29 23:17:20','2025-06-29 23:17:27','2025-06-29 23:11:20','2025-06-29 23:17:27',NULL,0,0,NULL,NULL),
(8192,'mixpanel','completed',10,'2025-06-29 23:38:28','2025-06-29 23:39:56','2025-06-29 23:17:28','2025-06-29 23:39:56',NULL,0,0,NULL,NULL),
(8193,'mixpanel','completed',10,'2025-06-29 23:42:58','2025-06-29 23:44:02','2025-06-29 23:39:58','2025-06-29 23:44:02',NULL,0,0,NULL,NULL),
(8194,'mixpanel','completed',10,'2025-06-30 00:02:03','2025-06-30 00:02:26','2025-06-29 23:44:03','2025-06-30 00:02:26',NULL,0,0,NULL,NULL),
(8195,'mixpanel','completed',10,'2025-06-30 00:06:27','2025-06-30 00:06:31','2025-06-30 00:02:27','2025-06-30 00:06:31',NULL,0,0,NULL,NULL),
(8196,'mixpanel','completed',10,'2025-06-30 00:47:33','2025-06-30 00:49:28','2025-06-30 00:06:33','2025-06-30 00:49:28',NULL,0,0,NULL,NULL),
(8197,'mixpanel','completed',10,'2025-06-30 01:10:29','2025-06-30 01:12:58','2025-06-30 00:49:29','2025-06-30 01:12:58',NULL,0,0,NULL,NULL),
(8198,'mixpanel','completed',10,'2025-06-30 01:33:00','2025-06-30 01:34:27','2025-06-30 01:13:00','2025-06-30 01:34:27',NULL,0,0,NULL,NULL),
(8199,'mixpanel','completed',10,'2025-06-30 01:43:28','2025-06-30 01:43:39','2025-06-30 01:34:28','2025-06-30 01:43:39',NULL,0,0,NULL,NULL),
(8200,'mixpanel','completed',10,'2025-06-30 02:32:40','2025-06-30 02:32:44','2025-06-30 01:43:40','2025-06-30 02:32:44',NULL,0,0,NULL,NULL),
(8201,'mixpanel','completed',10,'2025-06-30 03:07:45','2025-06-30 03:09:33','2025-06-30 02:32:45','2025-06-30 03:09:33',NULL,0,0,NULL,NULL),
(8202,'mixpanel','completed',10,'2025-06-30 03:27:34','2025-06-30 03:28:58','2025-06-30 03:09:34','2025-06-30 03:28:58',NULL,0,0,NULL,NULL),
(8203,'mixpanel','completed',10,'2025-06-30 03:59:00','2025-06-30 04:00:40','2025-06-30 03:29:00','2025-06-30 04:00:40',NULL,0,0,NULL,NULL),
(8204,'mixpanel','completed',10,'2025-06-30 04:39:42','2025-06-30 04:40:33','2025-06-30 04:00:42','2025-06-30 04:40:33',NULL,0,0,NULL,NULL),
(8205,'mixpanel','completed',10,'2025-06-30 05:33:34','2025-06-30 05:33:42','2025-06-30 04:40:34','2025-06-30 05:33:42',NULL,0,0,NULL,NULL),
(8206,'mixpanel','completed',10,'2025-06-30 06:20:44','2025-06-30 06:22:47','2025-06-30 05:33:44','2025-06-30 06:22:47',NULL,0,0,NULL,NULL),
(8207,'mixpanel','completed',10,'2025-06-30 07:17:49','2025-06-30 07:19:01','2025-06-30 06:22:49','2025-06-30 07:19:01',NULL,0,0,NULL,NULL),
(8208,'mixpanel','completed',10,'2025-06-30 07:54:03','2025-06-30 07:56:51','2025-06-30 07:19:03','2025-06-30 07:56:51',NULL,0,0,NULL,NULL),
(8209,'mixpanel','completed',10,'2025-06-30 08:35:53','2025-06-30 08:36:44','2025-06-30 07:56:53','2025-06-30 08:36:44',NULL,0,0,NULL,NULL),
(8210,'mixpanel','completed',10,'2025-06-30 08:56:45','2025-06-30 08:58:12','2025-06-30 08:36:45','2025-06-30 08:58:12',NULL,0,0,NULL,NULL),
(8211,'mixpanel','completed',10,'2025-06-30 09:44:14','2025-06-30 09:44:14','2025-06-30 08:58:14','2025-06-30 09:44:14',NULL,0,0,NULL,NULL),
(8212,'mixpanel','completed',10,'2025-06-30 09:58:17','2025-06-30 09:59:33','2025-06-30 09:47:17','2025-06-30 09:59:33',NULL,0,0,NULL,NULL),
(8213,'mixpanel','completed',10,'2025-06-30 10:15:35','2025-06-30 10:15:55','2025-06-30 09:59:35','2025-06-30 10:15:55',NULL,0,0,NULL,NULL),
(8214,'mixpanel','completed',10,'2025-06-30 10:57:57','2025-06-30 10:58:52','2025-06-30 10:15:57','2025-06-30 10:58:52',NULL,0,0,NULL,NULL),
(8215,'mixpanel','completed',10,'2025-06-30 11:29:53','2025-06-30 11:31:35','2025-06-30 10:58:53','2025-06-30 11:31:35',NULL,0,0,NULL,NULL),
(8216,'mixpanel','completed',10,'2025-06-30 12:17:36','2025-06-30 12:17:36','2025-06-30 11:31:36','2025-06-30 12:17:36',NULL,0,0,NULL,NULL),
(8217,'mixpanel','completed',10,'2025-06-30 12:16:37','2025-06-30 12:19:38','2025-06-30 12:17:37','2025-06-30 12:19:38',NULL,0,0,NULL,NULL),
(8218,'mixpanel','completed',10,'2025-06-30 12:44:40','2025-06-30 12:45:12','2025-06-30 12:19:40','2025-06-30 12:45:12',NULL,0,0,NULL,NULL),
(8219,'mixpanel','completed',10,'2025-06-30 13:40:14','2025-06-30 13:40:26','2025-06-30 12:45:14','2025-06-30 13:40:26',NULL,0,0,NULL,NULL),
(8220,'mixpanel','completed',10,'2025-06-30 14:12:28','2025-06-30 14:14:11','2025-06-30 13:40:28','2025-06-30 14:14:11',NULL,0,0,NULL,NULL),
(8221,'mixpanel','completed',10,'2025-06-30 15:02:12','2025-06-30 15:03:16','2025-06-30 14:14:12','2025-06-30 15:03:16',NULL,0,0,NULL,NULL),
(8222,'mixpanel','completed',10,'2025-06-30 15:33:17','2025-06-30 15:33:56','2025-06-30 15:03:17','2025-06-30 15:33:56',NULL,0,0,NULL,NULL),
(8223,'mixpanel','completed',10,'2025-06-30 15:46:58','2025-06-30 15:47:14','2025-06-30 15:33:58','2025-06-30 15:47:14',NULL,0,0,NULL,NULL),
(8224,'mixpanel','completed',10,'2025-06-30 16:32:15','2025-06-30 16:34:16','2025-06-30 15:47:15','2025-06-30 16:34:16',NULL,0,0,NULL,NULL),
(8225,'mixpanel','completed',10,'2025-06-30 16:46:17','2025-06-30 16:47:33','2025-06-30 16:34:17','2025-06-30 16:47:33',NULL,0,0,NULL,NULL),
(8226,'mixpanel','completed',10,'2025-06-30 17:23:35','2025-06-30 17:24:22','2025-06-30 16:47:35','2025-06-30 17:24:22',NULL,0,0,NULL,NULL),
(8227,'mixpanel','completed',10,'2025-06-30 18:08:24','2025-06-30 18:10:23','2025-06-30 17:24:24','2025-06-30 18:10:23',NULL,0,0,NULL,NULL),
(8228,'schedule_re_engagement_email','completed',10,'2025-07-01 18:06:19','2025-07-01 18:08:08','2025-06-30 18:06:19','2025-07-01 18:08:08',NULL,0,0,NULL,NULL),
(8229,'mixpanel','completed',10,'2025-06-30 18:40:25','2025-06-30 18:42:05','2025-06-30 18:10:25','2025-06-30 18:42:05',NULL,0,0,NULL,NULL),
(8230,'mixpanel','completed',10,'2025-06-30 19:21:06','2025-06-30 19:22:59','2025-06-30 18:42:06','2025-06-30 19:22:59',NULL,0,0,NULL,NULL),
(8231,'mixpanel','completed',10,'2025-06-30 19:27:01','2025-06-30 19:27:05','2025-06-30 19:23:01','2025-06-30 19:27:05',NULL,0,0,NULL,NULL),
(8232,'mixpanel','completed',10,'2025-06-30 19:39:06','2025-06-30 19:39:21','2025-06-30 19:27:06','2025-06-30 19:39:21',NULL,0,0,NULL,NULL),
(8233,'mixpanel','completed',10,'2025-06-30 19:41:23','2025-06-30 19:41:24','2025-06-30 19:39:23','2025-06-30 19:41:24',NULL,0,0,NULL,NULL),
(8234,'mixpanel','completed',10,'2025-06-30 20:25:25','2025-06-30 20:26:23','2025-06-30 19:41:25','2025-06-30 20:26:23',NULL,0,0,NULL,NULL),
(8235,'mixpanel','completed',10,'2025-06-30 20:39:25','2025-06-30 20:40:42','2025-06-30 20:26:25','2025-06-30 20:40:42',NULL,0,0,NULL,NULL),
(8236,'subscribers_engagement_score','completed',10,'2025-06-30 20:32:31','2025-06-30 20:32:33','2025-06-30 20:32:31','2025-06-30 20:32:33',NULL,0,0,NULL,NULL),
(8237,'subscribers_engagement_score','completed',10,'2025-07-01 14:40:00','2025-07-01 14:40:33','2025-06-30 20:32:33','2025-07-01 14:40:33',NULL,0,0,NULL,NULL),
(8238,'mixpanel','completed',10,'2025-06-30 21:12:44','2025-06-30 21:13:25','2025-06-30 20:40:44','2025-06-30 21:13:25',NULL,0,0,NULL,NULL),
(8239,'mixpanel','completed',10,'2025-06-30 21:36:27','2025-06-30 21:37:58','2025-06-30 21:13:27','2025-06-30 21:37:58',NULL,0,0,NULL,NULL),
(8240,'mixpanel','completed',10,'2025-06-30 22:02:00','2025-06-30 22:02:31','2025-06-30 21:38:00','2025-06-30 22:02:31',NULL,0,0,NULL,NULL),
(8241,'mixpanel','completed',10,'2025-06-30 22:06:32','2025-06-30 22:06:36','2025-06-30 22:02:32','2025-06-30 22:06:36',NULL,0,0,NULL,NULL),
(8242,'mixpanel','completed',10,'2025-06-30 22:58:38','2025-06-30 22:58:45','2025-06-30 22:06:38','2025-06-30 22:58:45',NULL,0,0,NULL,NULL),
(8243,'mixpanel','completed',10,'2025-06-30 23:31:46','2025-06-30 23:33:31','2025-06-30 22:58:46','2025-06-30 23:33:31',NULL,0,0,NULL,NULL),
(8244,'mixpanel','completed',10,'2025-06-30 23:46:32','2025-06-30 23:47:50','2025-06-30 23:33:32','2025-06-30 23:47:50',NULL,0,0,NULL,NULL),
(8245,'mixpanel','completed',10,'2025-06-30 23:54:51','2025-06-30 23:56:01','2025-06-30 23:47:51','2025-06-30 23:56:01',NULL,0,0,NULL,NULL),
(8246,'mixpanel','completed',10,'2025-07-01 00:39:02','2025-07-01 00:41:00','2025-06-30 23:56:02','2025-07-01 00:41:00',NULL,0,0,NULL,NULL),
(8247,'mixpanel','completed',10,'2025-07-01 01:32:02','2025-07-01 01:32:09','2025-07-01 00:41:02','2025-07-01 01:32:09',NULL,0,0,NULL,NULL),
(8248,'mixpanel','completed',10,'2025-07-01 02:14:10','2025-07-01 02:15:06','2025-07-01 01:32:10','2025-07-01 02:15:06',NULL,0,0,NULL,NULL),
(8249,'mixpanel','completed',10,'2025-07-01 02:33:07','2025-07-01 02:33:30','2025-07-01 02:15:07','2025-07-01 02:33:30',NULL,0,0,NULL,NULL),
(8250,'mixpanel','completed',10,'2025-07-01 02:33:32','2025-07-01 02:35:33','2025-07-01 02:33:32','2025-07-01 02:35:33',NULL,0,0,NULL,NULL),
(8251,'mixpanel','completed',10,'2025-07-01 03:29:34','2025-07-01 03:30:46','2025-07-01 02:35:34','2025-07-01 03:30:46',NULL,0,0,NULL,NULL),
(8252,'mixpanel','completed',10,'2025-07-01 04:19:48','2025-07-01 04:20:52','2025-07-01 03:30:48','2025-07-01 04:20:52',NULL,0,0,NULL,NULL),
(8253,'mixpanel','completed',10,'2025-07-01 04:40:54','2025-07-01 04:42:20','2025-07-01 04:20:54','2025-07-01 04:42:20',NULL,0,0,NULL,NULL),
(8254,'mixpanel','completed',10,'2025-07-01 04:50:22','2025-07-01 04:50:31','2025-07-01 04:42:22','2025-07-01 04:50:31',NULL,0,0,NULL,NULL),
(8255,'mixpanel','completed',10,'2025-07-01 04:51:33','2025-07-01 04:52:34','2025-07-01 04:50:33','2025-07-01 04:52:34',NULL,0,0,NULL,NULL),
(8256,'mixpanel','completed',10,'2025-07-01 05:34:35','2025-07-01 05:36:32','2025-07-01 04:52:35','2025-07-01 05:36:32',NULL,0,0,NULL,NULL),
(8257,'mixpanel','completed',10,'2025-07-01 06:23:33','2025-07-01 06:24:35','2025-07-01 05:36:33','2025-07-01 06:24:35',NULL,0,0,NULL,NULL),
(8258,'mixpanel','completed',10,'2025-07-01 07:02:37','2025-07-01 07:04:28','2025-07-01 06:24:37','2025-07-01 07:04:28',NULL,0,0,NULL,NULL),
(8259,'mixpanel','completed',10,'2025-07-01 07:39:30','2025-07-01 07:40:16','2025-07-01 07:04:30','2025-07-01 07:40:16',NULL,0,0,NULL,NULL),
(8260,'mixpanel','completed',10,'2025-07-01 08:28:18','2025-07-01 08:29:22','2025-07-01 07:40:18','2025-07-01 08:29:22',NULL,0,0,NULL,NULL),
(8261,'mixpanel','completed',10,'2025-07-01 08:38:23','2025-07-01 08:39:35','2025-07-01 08:29:23','2025-07-01 08:39:35',NULL,0,0,NULL,NULL),
(8262,'mixpanel','completed',10,'2025-07-01 09:32:37','2025-07-01 09:32:46','2025-07-01 08:39:37','2025-07-01 09:32:46',NULL,0,0,NULL,NULL),
(8263,'mixpanel','completed',10,'2025-07-01 10:07:47','2025-07-01 10:09:34','2025-07-01 09:32:47','2025-07-01 10:09:34',NULL,0,0,NULL,NULL),
(8264,'mixpanel','completed',10,'2025-07-01 10:42:36','2025-07-01 10:43:19','2025-07-01 10:09:36','2025-07-01 10:43:19',NULL,0,0,NULL,NULL),
(8265,'mixpanel','completed',10,'2025-07-01 10:42:20','2025-07-01 10:45:22','2025-07-01 10:43:20','2025-07-01 10:45:22',NULL,0,0,NULL,NULL),
(8266,'mixpanel','completed',10,'2025-07-01 11:30:23','2025-07-01 11:31:23','2025-07-01 10:45:23','2025-07-01 11:31:23',NULL,0,0,NULL,NULL),
(8267,'mixpanel','completed',10,'2025-07-01 11:50:24','2025-07-01 11:50:49','2025-07-01 11:31:24','2025-07-01 11:50:49',NULL,0,0,NULL,NULL),
(8268,'mixpanel','completed',10,'2025-07-01 12:44:50','2025-07-01 12:46:02','2025-07-01 11:50:50','2025-07-01 12:46:02',NULL,0,0,NULL,NULL),
(8269,'mixpanel','completed',10,'2025-07-01 13:39:04','2025-07-01 13:39:12','2025-07-01 12:46:04','2025-07-01 13:39:12',NULL,0,0,NULL,NULL),
(8270,'mixpanel','completed',10,'2025-07-01 13:50:14','2025-07-01 13:51:29','2025-07-01 13:39:14','2025-07-01 13:51:29',NULL,0,0,NULL,NULL),
(8271,'mixpanel','completed',10,'2025-07-01 14:13:30','2025-07-01 14:15:00','2025-07-01 13:51:30','2025-07-01 14:15:00',NULL,0,0,NULL,NULL),
(8272,'mixpanel','completed',10,'2025-07-01 15:01:01','2025-07-01 15:02:02','2025-07-01 14:15:01','2025-07-01 15:02:02',NULL,0,0,NULL,NULL),
(8273,'subscribers_engagement_score','completed',10,'2025-07-02 11:07:00','2025-07-02 11:08:39','2025-07-01 14:40:33','2025-07-02 11:08:39',NULL,0,0,NULL,NULL),
(8274,'mixpanel','completed',10,'2025-07-01 15:53:03','2025-07-01 15:53:09','2025-07-01 15:02:03','2025-07-01 15:53:09',NULL,0,0,NULL,NULL),
(8275,'mixpanel','completed',10,'2025-07-01 16:43:11','2025-07-01 16:44:17','2025-07-01 15:53:11','2025-07-01 16:44:17',NULL,0,0,NULL,NULL),
(8276,'mixpanel','completed',10,'2025-07-01 17:16:19','2025-07-01 17:18:02','2025-07-01 16:44:19','2025-07-01 17:18:02',NULL,0,0,NULL,NULL),
(8277,'mixpanel','completed',10,'2025-07-01 17:56:03','2025-07-01 17:57:54','2025-07-01 17:18:03','2025-07-01 17:57:54',NULL,0,0,NULL,NULL),
(8278,'mixpanel','completed',10,'2025-07-01 18:37:56','2025-07-01 18:38:48','2025-07-01 17:57:56','2025-07-01 18:38:48',NULL,0,0,NULL,NULL),
(8279,'schedule_re_engagement_email','completed',10,'2025-07-02 18:08:09','2025-07-02 18:09:04','2025-07-01 18:08:09','2025-07-02 18:09:04',NULL,0,0,NULL,NULL),
(8280,'mixpanel','completed',10,'2025-07-01 19:04:50','2025-07-01 19:05:24','2025-07-01 18:38:50','2025-07-01 19:05:24',NULL,0,0,NULL,NULL),
(8281,'mixpanel','completed',10,'2025-07-01 19:41:25','2025-07-01 19:42:12','2025-07-01 19:05:25','2025-07-01 19:42:12',NULL,0,0,NULL,NULL),
(8282,'mixpanel','completed',10,'2025-07-01 19:48:14','2025-07-01 19:48:21','2025-07-01 19:42:14','2025-07-01 19:48:21',NULL,0,0,NULL,NULL),
(8283,'mixpanel','completed',10,'2025-07-01 19:58:22','2025-07-01 19:58:34','2025-07-01 19:48:22','2025-07-01 19:58:34',NULL,0,0,NULL,NULL),
(8284,'mixpanel','completed',10,'2025-07-01 20:50:36','2025-07-01 20:50:43','2025-07-01 19:58:36','2025-07-01 20:50:43',NULL,0,0,NULL,NULL),
(8285,'mixpanel','completed',10,'2025-07-01 20:52:45','2025-07-01 20:52:46','2025-07-01 20:50:45','2025-07-01 20:52:46',NULL,0,0,NULL,NULL),
(8286,'mixpanel','completed',10,'2025-07-01 21:16:47','2025-07-01 21:17:18','2025-07-01 20:52:47','2025-07-01 21:17:18',NULL,0,0,NULL,NULL),
(8287,'mixpanel','completed',10,'2025-07-01 21:35:20','2025-07-01 21:35:43','2025-07-01 21:17:20','2025-07-01 21:35:43',NULL,0,0,NULL,NULL),
(8288,'mixpanel','completed',10,'2025-07-01 22:19:44','2025-07-01 22:21:44','2025-07-01 21:35:44','2025-07-01 22:21:44',NULL,0,0,NULL,NULL),
(8289,'mixpanel','completed',10,'2025-07-01 23:02:45','2025-07-01 23:04:41','2025-07-01 22:21:45','2025-07-01 23:04:41',NULL,0,0,NULL,NULL),
(8290,'mixpanel','completed',10,'2025-07-01 23:35:42','2025-07-01 23:36:22','2025-07-01 23:04:42','2025-07-01 23:36:22',NULL,0,0,NULL,NULL),
(8291,'mixpanel','completed',10,'2025-07-02 00:22:24','2025-07-02 00:23:24','2025-07-01 23:36:24','2025-07-02 00:23:24',NULL,0,0,NULL,NULL),
(8292,'mixpanel','completed',10,'2025-07-02 01:01:26','2025-07-02 01:03:17','2025-07-02 00:23:26','2025-07-02 01:03:17',NULL,0,0,NULL,NULL),
(8293,'mixpanel','completed',10,'2025-07-02 01:08:19','2025-07-02 01:09:25','2025-07-02 01:03:19','2025-07-02 01:09:25',NULL,0,0,NULL,NULL),
(8294,'mixpanel','completed',10,'2025-07-02 01:28:27','2025-07-02 01:29:52','2025-07-02 01:09:27','2025-07-02 01:29:52',NULL,0,0,NULL,NULL),
(8295,'mixpanel','completed',10,'2025-07-02 01:33:54','2025-07-02 01:33:58','2025-07-02 01:29:54','2025-07-02 01:33:58',NULL,0,0,NULL,NULL),
(8296,'mixpanel','completed',10,'2025-07-02 01:43:59','2025-07-02 01:44:11','2025-07-02 01:33:59','2025-07-02 01:44:11',NULL,0,0,NULL,NULL),
(8297,'mixpanel','completed',10,'2025-07-02 02:39:13','2025-07-02 02:39:24','2025-07-02 01:44:13','2025-07-02 02:39:24',NULL,0,0,NULL,NULL),
(8298,'mixpanel','completed',10,'2025-07-02 03:03:26','2025-07-02 03:03:57','2025-07-02 02:39:26','2025-07-02 03:03:57',NULL,0,0,NULL,NULL),
(8299,'mixpanel','completed',10,'2025-07-02 03:02:58','2025-07-02 03:05:59','2025-07-02 03:03:58','2025-07-02 03:05:59',NULL,0,0,NULL,NULL),
(8300,'mixpanel','completed',10,'2025-07-02 03:22:01','2025-07-02 03:22:21','2025-07-02 03:06:01','2025-07-02 03:22:21',NULL,0,0,NULL,NULL),
(8301,'mixpanel','completed',10,'2025-07-02 04:01:22','2025-07-02 04:02:14','2025-07-02 03:22:22','2025-07-02 04:02:14',NULL,0,0,NULL,NULL),
(8302,'mixpanel','completed',10,'2025-07-02 04:16:15','2025-07-02 04:16:33','2025-07-02 04:02:15','2025-07-02 04:16:33',NULL,0,0,NULL,NULL),
(8303,'mixpanel','completed',10,'2025-07-02 04:30:34','2025-07-02 04:30:51','2025-07-02 04:16:34','2025-07-02 04:30:51',NULL,0,0,NULL,NULL),
(8304,'mixpanel','completed',10,'2025-07-02 04:50:53','2025-07-02 04:52:20','2025-07-02 04:30:53','2025-07-02 04:52:20',NULL,0,0,NULL,NULL),
(8305,'mixpanel','completed',10,'2025-07-02 05:10:22','2025-07-02 05:11:46','2025-07-02 04:52:22','2025-07-02 05:11:46',NULL,0,0,NULL,NULL),
(8306,'mixpanel','completed',10,'2025-07-02 05:58:47','2025-07-02 05:59:49','2025-07-02 05:11:47','2025-07-02 05:59:49',NULL,0,0,NULL,NULL),
(8307,'mixpanel','completed',10,'2025-07-02 06:13:51','2025-07-02 06:14:08','2025-07-02 05:59:51','2025-07-02 06:14:08',NULL,0,0,NULL,NULL),
(8308,'mixpanel','completed',10,'2025-07-02 06:34:09','2025-07-02 06:34:35','2025-07-02 06:14:09','2025-07-02 06:34:35',NULL,0,0,NULL,NULL),
(8309,'mixpanel','completed',10,'2025-07-02 06:54:37','2025-07-02 06:56:04','2025-07-02 06:34:37','2025-07-02 06:56:04',NULL,0,0,NULL,NULL),
(8310,'mixpanel','completed',10,'2025-07-02 07:24:05','2025-07-02 07:24:42','2025-07-02 06:56:05','2025-07-02 07:24:42',NULL,0,0,NULL,NULL),
(8311,'mixpanel','completed',10,'2025-07-02 08:16:43','2025-07-02 08:17:52','2025-07-02 07:24:43','2025-07-02 08:17:52',NULL,0,0,NULL,NULL),
(8312,'mixpanel','completed',10,'2025-07-02 08:19:54','2025-07-02 08:19:55','2025-07-02 08:17:54','2025-07-02 08:19:55',NULL,0,0,NULL,NULL),
(8313,'mixpanel','completed',10,'2025-07-02 08:41:56','2025-07-02 08:42:25','2025-07-02 08:19:56','2025-07-02 08:42:25',NULL,0,0,NULL,NULL),
(8314,'mixpanel','completed',10,'2025-07-02 09:08:26','2025-07-02 09:09:00','2025-07-02 08:42:26','2025-07-02 09:09:00',NULL,0,0,NULL,NULL),
(8315,'mixpanel','completed',10,'2025-07-02 09:14:01','2025-07-02 09:15:08','2025-07-02 09:09:01','2025-07-02 09:15:08',NULL,0,0,NULL,NULL),
(8316,'mixpanel','completed',10,'2025-07-02 09:45:09','2025-07-02 09:45:49','2025-07-02 09:15:09','2025-07-02 09:45:49',NULL,0,0,NULL,NULL),
(8317,'mixpanel','completed',10,'2025-07-02 09:47:51','2025-07-02 09:47:52','2025-07-02 09:45:51','2025-07-02 09:47:52',NULL,0,0,NULL,NULL),
(8318,'mixpanel','completed',10,'2025-07-02 09:55:54','2025-07-02 09:57:04','2025-07-02 09:47:54','2025-07-02 09:57:04',NULL,0,0,NULL,NULL),
(8319,'mixpanel','completed',10,'2025-07-02 10:26:06','2025-07-02 10:27:45','2025-07-02 09:57:06','2025-07-02 10:27:45',NULL,0,0,NULL,NULL),
(8320,'mixpanel','completed',10,'2025-07-02 11:10:46','2025-07-02 11:12:44','2025-07-02 10:27:46','2025-07-02 11:12:44',NULL,0,0,NULL,NULL),
(8321,'subscribers_engagement_score','completed',10,'2025-07-02 11:08:39','2025-07-02 11:08:41','2025-07-02 11:08:39','2025-07-02 11:08:41',NULL,0,0,NULL,NULL),
(8322,'subscribers_engagement_score','completed',10,'2025-07-03 00:55:00','2025-07-03 01:29:19','2025-07-02 11:08:41','2025-07-03 01:29:19',NULL,0,0,NULL,NULL),
(8323,'mixpanel','completed',10,'2025-07-02 12:01:46','2025-07-02 12:01:49','2025-07-02 11:12:46','2025-07-02 12:01:49',NULL,0,0,NULL,NULL),
(8324,'mixpanel','completed',10,'2025-07-02 12:30:51','2025-07-02 12:32:30','2025-07-02 12:01:51','2025-07-02 12:32:30',NULL,0,0,NULL,NULL),
(8325,'mixpanel','completed',10,'2025-07-02 13:20:32','2025-07-02 13:20:33','2025-07-02 12:32:32','2025-07-02 13:20:33',NULL,0,0,NULL,NULL),
(8326,'mixpanel','completed',10,'2025-07-02 14:11:35','2025-07-02 14:11:42','2025-07-02 13:20:35','2025-07-02 14:11:42',NULL,0,0,NULL,NULL),
(8327,'mixpanel','completed',10,'2025-07-02 14:14:44','2025-07-02 14:15:48','2025-07-02 14:11:44','2025-07-02 14:15:48',NULL,0,0,NULL,NULL),
(8328,'mixpanel','completed',10,'2025-07-02 14:21:49','2025-07-02 14:21:56','2025-07-02 14:15:49','2025-07-02 14:21:56',NULL,0,0,NULL,NULL),
(8329,'mixpanel','completed',10,'2025-07-02 14:38:57','2025-07-02 14:40:20','2025-07-02 14:21:57','2025-07-02 14:40:20',NULL,0,0,NULL,NULL),
(8330,'mixpanel','completed',10,'2025-07-02 15:00:22','2025-07-02 15:00:47','2025-07-02 14:40:22','2025-07-02 15:00:47',NULL,0,0,NULL,NULL),
(8331,'mixpanel','completed',10,'2025-07-02 15:31:49','2025-07-02 15:33:31','2025-07-02 15:00:49','2025-07-02 15:33:31',NULL,0,0,NULL,NULL),
(8332,'mixpanel','completed',10,'2025-07-02 16:31:32','2025-07-02 16:32:51','2025-07-02 15:33:32','2025-07-02 16:32:51',NULL,0,0,NULL,NULL),
(8333,'mixpanel','completed',10,'2025-07-02 16:36:52','2025-07-02 16:36:56','2025-07-02 16:32:52','2025-07-02 16:36:56',NULL,0,0,NULL,NULL),
(8334,'mixpanel','completed',10,'2025-07-02 16:54:58','2025-07-02 16:55:21','2025-07-02 16:36:58','2025-07-02 16:55:21',NULL,0,0,NULL,NULL),
(8335,'mixpanel','completed',10,'2025-07-02 17:06:22','2025-07-02 17:07:37','2025-07-02 16:55:22','2025-07-02 17:07:37',NULL,0,0,NULL,NULL),
(8336,'mixpanel','completed',10,'2025-07-02 17:56:38','2025-07-02 17:56:47','2025-07-02 17:07:38','2025-07-02 17:56:47',NULL,0,0,NULL,NULL),
(8337,'mixpanel','completed',10,'2025-07-02 18:54:48','2025-07-02 18:56:11','2025-07-02 17:56:48','2025-07-02 18:56:11',NULL,0,0,NULL,NULL),
(8338,'schedule_re_engagement_email','completed',10,'2025-07-03 18:09:06','2025-07-03 19:13:53','2025-07-02 18:09:06','2025-07-03 19:13:53',NULL,0,0,NULL,NULL),
(8339,'mixpanel','completed',10,'2025-07-02 19:30:13','2025-07-02 19:30:57','2025-07-02 18:56:13','2025-07-02 19:30:57',NULL,0,0,NULL,NULL),
(8340,'mixpanel','completed',10,'2025-07-02 19:38:59','2025-07-02 19:39:08','2025-07-02 19:30:59','2025-07-02 19:39:08',NULL,0,0,NULL,NULL),
(8341,'mixpanel','completed',10,'2025-07-02 20:20:10','2025-07-02 20:22:05','2025-07-02 19:39:10','2025-07-02 20:22:05',NULL,0,0,NULL,NULL),
(8342,'mixpanel','completed',10,'2025-07-02 21:06:06','2025-07-02 21:07:05','2025-07-02 20:22:06','2025-07-02 21:07:05',NULL,0,0,NULL,NULL),
(8343,'mixpanel','completed',10,'2025-07-02 21:59:06','2025-07-02 22:00:15','2025-07-02 21:07:06','2025-07-02 22:00:15',NULL,0,0,NULL,NULL),
(8344,'mixpanel','completed',10,'2025-07-02 22:18:17','2025-07-02 22:18:40','2025-07-02 22:00:17','2025-07-02 22:18:40',NULL,0,0,NULL,NULL),
(8345,'mixpanel','completed',10,'2025-07-02 22:33:41','2025-07-02 22:35:01','2025-07-02 22:18:41','2025-07-02 22:35:01',NULL,0,0,NULL,NULL),
(8346,'mixpanel','completed',10,'2025-07-02 23:25:03','2025-07-02 23:25:08','2025-07-02 22:35:03','2025-07-02 23:25:08',NULL,0,0,NULL,NULL),
(8347,'mixpanel','completed',10,'2025-07-02 23:27:09','2025-07-02 23:27:10','2025-07-02 23:25:09','2025-07-02 23:27:10',NULL,0,0,NULL,NULL),
(8348,'mixpanel','completed',10,'2025-07-02 23:59:12','2025-07-03 00:00:55','2025-07-02 23:27:12','2025-07-03 00:00:55',NULL,0,0,NULL,NULL),
(8349,'subscribers_email_count','completed',10,'2025-07-07 00:00:00','2025-07-07 00:41:20','2025-07-03 00:00:55','2025-07-07 00:41:20',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(8350,'mixpanel','completed',10,'2025-07-03 00:04:57','2025-07-03 00:12:19','2025-07-03 00:00:57','2025-07-03 00:12:19',NULL,0,0,NULL,NULL),
(8351,'mixpanel','completed',10,'2025-07-03 00:56:20','2025-07-03 01:29:19','2025-07-03 00:12:20','2025-07-03 01:29:19',NULL,0,0,NULL,NULL),
(8352,'subscribers_engagement_score','completed',10,'2025-07-04 08:51:00','2025-07-04 08:58:25','2025-07-03 01:29:19','2025-07-04 08:58:25',NULL,0,0,NULL,NULL),
(8353,'mixpanel','completed',10,'2025-07-03 02:07:20','2025-07-03 02:11:51','2025-07-03 01:29:20','2025-07-03 02:11:51',NULL,0,0,NULL,NULL),
(8354,'mixpanel','completed',10,'2025-07-03 02:13:53','2025-07-03 02:49:22','2025-07-03 02:11:53','2025-07-03 02:49:22',NULL,0,0,NULL,NULL),
(8355,'mixpanel','completed',10,'2025-07-03 02:56:23','2025-07-03 03:16:23','2025-07-03 02:49:23','2025-07-03 03:16:23',NULL,0,0,NULL,NULL),
(8356,'mixpanel','completed',10,'2025-07-03 03:49:24','2025-07-03 03:56:54','2025-07-03 03:16:24','2025-07-03 03:56:54',NULL,0,0,NULL,NULL),
(8357,'mixpanel','completed',10,'2025-07-03 04:20:55','2025-07-03 04:23:54','2025-07-03 03:56:55','2025-07-03 04:23:54',NULL,0,0,NULL,NULL),
(8358,'mixpanel','completed',10,'2025-07-03 04:35:56','2025-07-03 04:40:14','2025-07-03 04:23:56','2025-07-03 04:40:14',NULL,0,0,NULL,NULL),
(8359,'mixpanel','completed',10,'2025-07-03 04:51:15','2025-07-03 04:57:19','2025-07-03 04:40:15','2025-07-03 04:57:19',NULL,0,0,NULL,NULL),
(8360,'mixpanel','completed',10,'2025-07-03 05:15:21','2025-07-03 05:28:43','2025-07-03 04:57:21','2025-07-03 05:28:43',NULL,0,0,NULL,NULL),
(8361,'mixpanel','completed',10,'2025-07-03 05:27:45','2025-07-03 05:44:56','2025-07-03 05:28:45','2025-07-03 05:44:56',NULL,0,0,NULL,NULL),
(8362,'mixpanel','completed',10,'2025-07-03 06:38:57','2025-07-03 06:41:00','2025-07-03 05:44:57','2025-07-03 06:41:00',NULL,0,0,NULL,NULL),
(8363,'mixpanel','completed',10,'2025-07-03 07:24:01','2025-07-03 07:25:57','2025-07-03 06:41:01','2025-07-03 07:25:57',NULL,0,0,NULL,NULL),
(8364,'mixpanel','completed',10,'2025-07-03 07:52:58','2025-07-03 07:57:25','2025-07-03 07:25:58','2025-07-03 07:57:25',NULL,0,0,NULL,NULL),
(8365,'mixpanel','completed',10,'2025-07-03 08:05:27','2025-07-03 08:25:57','2025-07-03 07:57:27','2025-07-03 08:25:57',NULL,0,0,NULL,NULL),
(8366,'mixpanel','completed',10,'2025-07-03 08:34:58','2025-07-03 08:46:57','2025-07-03 08:25:58','2025-07-03 08:46:57',NULL,0,0,NULL,NULL),
(8367,'mixpanel','completed',10,'2025-07-03 08:53:58','2025-07-03 09:05:56','2025-07-03 08:46:58','2025-07-03 09:05:56',NULL,0,0,NULL,NULL),
(8368,'mixpanel','completed',10,'2025-07-03 09:31:58','2025-07-03 09:47:57','2025-07-03 09:05:58','2025-07-03 09:47:57',NULL,0,0,NULL,NULL),
(8369,'mixpanel','completed',10,'2025-07-03 10:05:58','2025-07-03 10:06:50','2025-07-03 09:47:58','2025-07-03 10:06:50',NULL,0,0,NULL,NULL),
(8370,'mixpanel','completed',10,'2025-07-03 10:57:52','2025-07-03 10:59:40','2025-07-03 10:06:52','2025-07-03 10:59:40',NULL,0,0,NULL,NULL),
(8371,'mixpanel','completed',10,'2025-07-03 11:12:42','2025-07-03 12:01:43','2025-07-03 10:59:42','2025-07-03 12:01:43',NULL,0,0,NULL,NULL),
(8372,'mixpanel','completed',10,'2025-07-03 12:35:44','2025-07-03 12:36:51','2025-07-03 12:01:44','2025-07-03 12:36:51',NULL,0,0,NULL,NULL),
(8373,'mixpanel','completed',10,'2025-07-03 12:35:53','2025-07-03 12:45:02','2025-07-03 12:36:53','2025-07-03 12:45:02',NULL,0,0,NULL,NULL),
(8374,'mixpanel','completed',10,'2025-07-03 13:09:03','2025-07-03 13:39:02','2025-07-03 12:45:03','2025-07-03 13:39:02',NULL,0,0,NULL,NULL),
(8375,'mixpanel','completed',10,'2025-07-03 14:02:03','2025-07-03 14:25:14','2025-07-03 13:39:03','2025-07-03 14:25:14',NULL,0,0,NULL,NULL),
(8376,'mixpanel','completed',10,'2025-07-03 15:21:15','2025-07-03 15:53:15','2025-07-03 14:25:15','2025-07-03 15:53:15',NULL,0,0,NULL,NULL),
(8377,'mixpanel','completed',10,'2025-07-03 16:13:16','2025-07-03 16:34:07','2025-07-03 15:53:16','2025-07-03 16:34:07',NULL,0,0,NULL,NULL),
(8378,'mixpanel','completed',10,'2025-07-03 16:42:09','2025-07-03 17:58:59','2025-07-03 16:34:09','2025-07-03 17:58:59',NULL,0,0,NULL,NULL),
(8379,'mixpanel','completed',10,'2025-07-03 18:46:01','2025-07-03 19:13:53','2025-07-03 17:59:01','2025-07-03 19:13:53',NULL,0,0,NULL,NULL),
(8380,'schedule_re_engagement_email','completed',10,'2025-07-04 19:13:55','2025-07-04 19:56:47','2025-07-03 19:13:55','2025-07-04 19:56:47',NULL,0,0,NULL,NULL),
(8381,'mixpanel','completed',10,'2025-07-03 20:02:55','2025-07-03 21:11:49','2025-07-03 19:13:55','2025-07-03 21:11:49',NULL,0,0,NULL,NULL),
(8382,'mixpanel','completed',10,'2025-07-03 21:16:50','2025-07-03 22:29:07','2025-07-03 21:11:50','2025-07-03 22:29:07',NULL,0,0,NULL,NULL),
(8383,'mixpanel','completed',10,'2025-07-03 23:15:09','2025-07-03 23:23:08','2025-07-03 22:29:09','2025-07-03 23:23:08',NULL,0,0,NULL,NULL),
(8384,'mixpanel','completed',10,'2025-07-04 00:07:09','2025-07-04 00:17:48','2025-07-03 23:23:09','2025-07-04 00:17:48',NULL,0,0,NULL,NULL),
(8385,'export_files_cleanup','completed',10,'2025-07-13 00:00:00','2025-07-13 00:00:19','2025-07-04 00:17:49','2025-07-13 00:00:19',NULL,0,0,NULL,NULL),
(8386,'mixpanel','completed',10,'2025-07-04 01:01:49','2025-07-04 01:03:21','2025-07-04 00:17:49','2025-07-04 01:03:21',NULL,0,0,NULL,NULL),
(8387,'mixpanel','completed',10,'2025-07-04 01:36:23','2025-07-04 01:56:44','2025-07-04 01:03:23','2025-07-04 01:56:44',NULL,0,0,NULL,NULL),
(8388,'mixpanel','completed',10,'2025-07-04 02:25:46','2025-07-04 03:07:53','2025-07-04 01:56:46','2025-07-04 03:07:53',NULL,0,0,NULL,NULL),
(8389,'mixpanel','completed',10,'2025-07-04 03:26:55','2025-07-04 03:38:45','2025-07-04 03:07:55','2025-07-04 03:38:45',NULL,0,0,NULL,NULL),
(8390,'mixpanel','completed',10,'2025-07-04 04:15:47','2025-07-04 05:43:51','2025-07-04 03:38:47','2025-07-04 05:43:51',NULL,0,0,NULL,NULL),
(8391,'mixpanel','completed',10,'2025-07-04 05:52:53','2025-07-04 07:15:23','2025-07-04 05:43:53','2025-07-04 07:15:23',NULL,0,0,NULL,NULL),
(8392,'mixpanel','completed',10,'2025-07-04 08:09:24','2025-07-04 08:45:23','2025-07-04 07:15:24','2025-07-04 08:45:23',NULL,0,0,NULL,NULL),
(8393,'mixpanel','completed',10,'2025-07-04 09:42:24','2025-07-04 09:53:54','2025-07-04 08:45:24','2025-07-04 09:53:54',NULL,0,0,NULL,NULL),
(8394,'subscribers_engagement_score','completed',10,'2025-07-04 08:58:25','2025-07-04 08:58:26','2025-07-04 08:58:25','2025-07-04 08:58:26',NULL,0,0,NULL,NULL),
(8395,'subscribers_engagement_score','completed',10,'2025-07-05 06:47:00','2025-07-05 07:49:31','2025-07-04 08:58:26','2025-07-05 07:49:31',NULL,0,0,NULL,NULL),
(8396,'mixpanel','completed',10,'2025-07-04 10:43:55','2025-07-04 10:56:02','2025-07-04 09:53:55','2025-07-04 10:56:02',NULL,0,0,NULL,NULL),
(8397,'mixpanel','completed',10,'2025-07-04 11:25:04','2025-07-04 11:56:54','2025-07-04 10:56:04','2025-07-04 11:56:54',NULL,0,0,NULL,NULL),
(8398,'mixpanel','completed',10,'2025-07-04 12:51:56','2025-07-04 12:52:26','2025-07-04 11:56:56','2025-07-04 12:52:26',NULL,0,0,NULL,NULL),
(8399,'mixpanel','completed',10,'2025-07-04 13:26:28','2025-07-04 13:57:07','2025-07-04 12:52:28','2025-07-04 13:57:07',NULL,0,0,NULL,NULL),
(8400,'mixpanel','completed',10,'2025-07-04 13:57:08','2025-07-04 16:03:24','2025-07-04 13:57:08','2025-07-04 16:03:24',NULL,0,0,NULL,NULL),
(8401,'mixpanel','completed',10,'2025-07-04 16:22:26','2025-07-04 18:06:43','2025-07-04 16:03:26','2025-07-04 18:06:43',NULL,0,0,NULL,NULL),
(8402,'mixpanel','completed',10,'2025-07-04 18:35:44','2025-07-04 19:56:47','2025-07-04 18:06:44','2025-07-04 19:56:47',NULL,0,0,NULL,NULL),
(8403,'schedule_re_engagement_email','completed',10,'2025-07-05 19:56:49','2025-07-05 20:27:10','2025-07-04 19:56:49','2025-07-05 20:27:10',NULL,0,0,NULL,NULL),
(8404,'mixpanel','completed',10,'2025-07-04 20:39:49','2025-07-04 20:46:47','2025-07-04 19:56:49','2025-07-04 20:46:47',NULL,0,0,NULL,NULL),
(8405,'mixpanel','completed',10,'2025-07-04 21:15:49','2025-07-04 23:59:08','2025-07-04 20:46:49','2025-07-04 23:59:08',NULL,0,0,NULL,NULL),
(8406,'mixpanel','completed',10,'2025-07-05 00:13:09','2025-07-05 00:45:51','2025-07-04 23:59:09','2025-07-05 00:45:51',NULL,0,0,NULL,NULL),
(8407,'inactive_subscribers','completed',10,'2025-07-12 00:00:00','2025-07-12 00:00:20','2025-07-05 00:04:51','2025-07-12 00:00:20',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(8408,'mixpanel','completed',10,'2025-07-05 00:51:53','2025-07-05 02:42:07','2025-07-05 00:45:53','2025-07-05 02:42:07',NULL,0,0,NULL,NULL),
(8409,'mixpanel','completed',10,'2025-07-05 03:31:09','2025-07-05 03:51:49','2025-07-05 02:42:09','2025-07-05 03:51:49',NULL,0,0,NULL,NULL),
(8410,'mixpanel','completed',10,'2025-07-05 04:40:50','2025-07-05 06:45:05','2025-07-05 03:51:50','2025-07-05 06:45:05',NULL,0,0,NULL,NULL),
(8411,'mixpanel','completed',10,'2025-07-05 07:26:07','2025-07-05 07:49:31','2025-07-05 06:45:07','2025-07-05 07:49:31',NULL,0,0,NULL,NULL),
(8412,'subscribers_engagement_score','completed',10,'2025-07-06 12:49:00','2025-07-06 12:56:38','2025-07-05 07:49:31','2025-07-06 12:56:38',NULL,0,0,NULL,NULL),
(8413,'mixpanel','completed',10,'2025-07-05 08:07:32','2025-07-05 08:26:56','2025-07-05 07:49:32','2025-07-05 08:26:56',NULL,0,0,NULL,NULL),
(8414,'mixpanel','completed',10,'2025-07-05 08:51:58','2025-07-05 10:46:38','2025-07-05 08:26:58','2025-07-05 10:46:38',NULL,0,0,NULL,NULL),
(8415,'mixpanel','completed',10,'2025-07-05 11:38:39','2025-07-05 12:27:21','2025-07-05 10:46:39','2025-07-05 12:27:21',NULL,0,0,NULL,NULL),
(8416,'mixpanel','completed',10,'2025-07-05 13:19:23','2025-07-05 13:52:41','2025-07-05 12:27:23','2025-07-05 13:52:41',NULL,0,0,NULL,NULL),
(8417,'mixpanel','completed',10,'2025-07-05 14:48:42','2025-07-05 16:05:43','2025-07-05 13:52:42','2025-07-05 16:05:43',NULL,0,0,NULL,NULL),
(8418,'mixpanel','completed',10,'2025-07-05 16:59:44','2025-07-05 19:35:09','2025-07-05 16:05:44','2025-07-05 19:35:09',NULL,0,0,NULL,NULL),
(8419,'mixpanel','completed',10,'2025-07-05 19:47:10','2025-07-05 20:27:10','2025-07-05 19:35:10','2025-07-05 20:27:10',NULL,0,0,NULL,NULL),
(8420,'schedule_re_engagement_email','completed',10,'2025-07-06 20:27:11','2025-07-06 20:40:37','2025-07-05 20:27:11','2025-07-06 20:40:37',NULL,0,0,NULL,NULL),
(8421,'mixpanel','completed',10,'2025-07-05 20:26:11','2025-07-05 21:10:03','2025-07-05 20:27:11','2025-07-05 21:10:03',NULL,0,0,NULL,NULL),
(8422,'mixpanel','completed',10,'2025-07-05 21:22:04','2025-07-05 21:57:11','2025-07-05 21:10:04','2025-07-05 21:57:11',NULL,0,0,NULL,NULL),
(8423,'mixpanel','completed',10,'2025-07-05 22:50:12','2025-07-05 23:28:10','2025-07-05 21:57:12','2025-07-05 23:28:10',NULL,0,0,NULL,NULL),
(8424,'mixpanel','completed',10,'2025-07-06 00:23:12','2025-07-06 00:44:58','2025-07-05 23:28:12','2025-07-06 00:44:58',NULL,0,0,NULL,NULL),
(8425,'mixpanel','completed',10,'2025-07-06 00:59:00','2025-07-06 02:25:42','2025-07-06 00:45:00','2025-07-06 02:25:42',NULL,0,0,NULL,NULL),
(8426,'mixpanel','completed',10,'2025-07-06 02:28:44','2025-07-06 02:51:42','2025-07-06 02:25:44','2025-07-06 02:51:42',NULL,0,0,NULL,NULL),
(8427,'mixpanel','completed',10,'2025-07-06 03:04:43','2025-07-06 03:31:49','2025-07-06 02:51:43','2025-07-06 03:31:49',NULL,0,0,NULL,NULL),
(8428,'mixpanel','completed',10,'2025-07-06 03:38:51','2025-07-06 04:12:09','2025-07-06 03:31:51','2025-07-06 04:12:09',NULL,0,0,NULL,NULL),
(8429,'mixpanel','completed',10,'2025-07-06 05:03:11','2025-07-06 06:41:17','2025-07-06 04:12:11','2025-07-06 06:41:17',NULL,0,0,NULL,NULL),
(8430,'mixpanel','completed',10,'2025-07-06 07:39:19','2025-07-06 08:52:18','2025-07-06 06:41:19','2025-07-06 08:52:18',NULL,0,0,NULL,NULL),
(8431,'mixpanel','completed',10,'2025-07-06 09:14:20','2025-07-06 10:17:02','2025-07-06 08:52:20','2025-07-06 10:17:02',NULL,0,0,NULL,NULL),
(8432,'mixpanel','completed',10,'2025-07-06 11:05:04','2025-07-06 11:35:35','2025-07-06 10:17:04','2025-07-06 11:35:35',NULL,0,0,NULL,NULL),
(8433,'mixpanel','completed',10,'2025-07-06 12:29:36','2025-07-06 12:56:38','2025-07-06 11:35:36','2025-07-06 12:56:38',NULL,0,0,NULL,NULL),
(8434,'subscribers_engagement_score','completed',10,'2025-07-06 12:56:38','2025-07-06 12:56:40','2025-07-06 12:56:38','2025-07-06 12:56:40',NULL,0,0,NULL,NULL),
(8435,'subscribers_engagement_score','completed',10,'2025-07-07 22:23:00','2025-07-07 22:24:19','2025-07-06 12:56:40','2025-07-07 22:24:19',NULL,0,0,NULL,NULL),
(8436,'mixpanel','completed',10,'2025-07-06 13:18:40','2025-07-06 14:09:30','2025-07-06 12:56:40','2025-07-06 14:09:30',NULL,0,0,NULL,NULL),
(8437,'mixpanel','completed',10,'2025-07-06 14:31:32','2025-07-06 15:58:30','2025-07-06 14:09:32','2025-07-06 15:58:30',NULL,0,0,NULL,NULL),
(8438,'mixpanel','completed',10,'2025-07-06 16:53:32','2025-07-06 17:24:53','2025-07-06 15:58:32','2025-07-06 17:24:53',NULL,0,0,NULL,NULL),
(8439,'mixpanel','completed',10,'2025-07-06 17:49:55','2025-07-06 18:08:25','2025-07-06 17:24:55','2025-07-06 18:08:25',NULL,0,0,NULL,NULL),
(8440,'mixpanel','completed',10,'2025-07-06 18:32:27','2025-07-06 18:33:14','2025-07-06 18:08:27','2025-07-06 18:33:14',NULL,0,0,NULL,NULL),
(8441,'mixpanel','completed',10,'2025-07-06 18:43:16','2025-07-06 18:49:40','2025-07-06 18:33:16','2025-07-06 18:49:40',NULL,0,0,NULL,NULL),
(8442,'mixpanel','completed',10,'2025-07-06 19:09:42','2025-07-06 20:40:37','2025-07-06 18:49:42','2025-07-06 20:40:37',NULL,0,0,NULL,NULL),
(8443,'schedule_re_engagement_email','completed',10,'2025-07-07 20:40:39','2025-07-07 20:43:18','2025-07-06 20:40:39','2025-07-07 20:43:18',NULL,0,0,NULL,NULL),
(8444,'mixpanel','completed',10,'2025-07-06 21:05:39','2025-07-06 22:18:57','2025-07-06 20:40:39','2025-07-06 22:18:57',NULL,0,0,NULL,NULL),
(8445,'mixpanel','completed',10,'2025-07-06 22:41:59','2025-07-06 22:58:03','2025-07-06 22:18:59','2025-07-06 22:58:03',NULL,0,0,NULL,NULL),
(8446,'mixpanel','completed',10,'2025-07-06 23:17:05','2025-07-06 23:18:55','2025-07-06 22:58:05','2025-07-06 23:18:55',NULL,0,0,NULL,NULL),
(8447,'mixpanel','completed',10,'2025-07-06 23:53:57','2025-07-07 00:41:20','2025-07-06 23:18:57','2025-07-07 00:41:20',NULL,0,0,NULL,NULL),
(8448,'subscribers_email_count','completed',10,'2025-07-17 00:00:00','2025-07-17 00:00:18','2025-07-07 00:41:20','2025-07-17 00:00:18',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(8449,'mixpanel','completed',10,'2025-07-07 01:09:21','2025-07-07 02:01:35','2025-07-07 00:41:21','2025-07-07 02:01:35',NULL,0,0,NULL,NULL),
(8450,'mixpanel','completed',10,'2025-07-07 02:58:37','2025-07-07 04:52:01','2025-07-07 02:01:37','2025-07-07 04:52:01',NULL,0,0,NULL,NULL),
(8451,'mixpanel','completed',10,'2025-07-07 05:50:02','2025-07-07 06:15:37','2025-07-07 04:52:02','2025-07-07 06:15:37',NULL,0,0,NULL,NULL),
(8452,'mixpanel','completed',10,'2025-07-07 07:04:38','2025-07-07 07:32:31','2025-07-07 06:15:38','2025-07-07 07:32:31',NULL,0,0,NULL,NULL),
(8453,'mixpanel','completed',10,'2025-07-07 07:51:33','2025-07-07 07:54:04','2025-07-07 07:32:33','2025-07-07 07:54:04',NULL,0,0,NULL,NULL),
(8454,'mixpanel','completed',10,'2025-07-07 08:23:05','2025-07-07 08:59:41','2025-07-07 07:54:05','2025-07-07 08:59:41',NULL,0,0,NULL,NULL),
(8455,'mixpanel','completed',10,'2025-07-07 09:33:43','2025-07-07 09:35:57','2025-07-07 08:59:43','2025-07-07 09:35:57',NULL,0,0,NULL,NULL),
(8456,'mixpanel','completed',10,'2025-07-07 09:42:59','2025-07-07 09:46:29','2025-07-07 09:35:59','2025-07-07 09:46:29',NULL,0,0,NULL,NULL),
(8457,'mixpanel','completed',10,'2025-07-07 10:18:31','2025-07-07 10:30:16','2025-07-07 09:46:31','2025-07-07 10:30:16',NULL,0,0,NULL,NULL),
(8458,'mixpanel','completed',10,'2025-07-07 11:14:18','2025-07-07 12:05:34','2025-07-07 10:30:18','2025-07-07 12:05:34',NULL,0,0,NULL,NULL),
(8459,'mixpanel','completed',10,'2025-07-07 12:35:36','2025-07-07 13:05:39','2025-07-07 12:05:36','2025-07-07 13:05:39',NULL,0,0,NULL,NULL),
(8460,'mixpanel','completed',10,'2025-07-07 13:13:40','2025-07-07 14:10:33','2025-07-07 13:05:40','2025-07-07 14:10:33',NULL,0,0,NULL,NULL),
(8461,'mixpanel','completed',10,'2025-07-07 14:18:35','2025-07-07 14:50:28','2025-07-07 14:10:35','2025-07-07 14:50:28',NULL,0,0,NULL,NULL),
(8462,'mixpanel','completed',10,'2025-07-07 14:49:29','2025-07-07 14:53:17','2025-07-07 14:50:29','2025-07-07 14:53:17',NULL,0,0,NULL,NULL),
(8463,'mixpanel','completed',10,'2025-07-07 15:34:19','2025-07-07 16:54:15','2025-07-07 14:53:19','2025-07-07 16:54:15',NULL,0,0,NULL,NULL),
(8464,'mixpanel','completed',10,'2025-07-07 17:01:17','2025-07-07 17:11:48','2025-07-07 16:54:17','2025-07-07 17:11:48',NULL,0,0,NULL,NULL),
(8465,'mixpanel','completed',10,'2025-07-07 17:48:50','2025-07-07 17:48:52','2025-07-07 17:11:50','2025-07-07 17:48:52',NULL,0,0,NULL,NULL),
(8466,'mixpanel','completed',10,'2025-07-07 18:00:53','2025-07-07 18:01:56','2025-07-07 17:48:53','2025-07-07 18:01:56',NULL,0,0,NULL,NULL),
(8467,'mixpanel','completed',10,'2025-07-07 18:46:57','2025-07-07 18:48:14','2025-07-07 18:01:57','2025-07-07 18:48:14',NULL,0,0,NULL,NULL),
(8468,'mixpanel','completed',10,'2025-07-07 19:45:16','2025-07-07 19:48:26','2025-07-07 18:48:16','2025-07-07 19:48:26',NULL,0,0,NULL,NULL),
(8469,'mixpanel','completed',10,'2025-07-07 20:12:28','2025-07-07 20:13:17','2025-07-07 19:48:28','2025-07-07 20:13:17',NULL,0,0,NULL,NULL),
(8470,'mixpanel','completed',10,'2025-07-07 20:12:19','2025-07-07 20:15:20','2025-07-07 20:13:19','2025-07-07 20:15:20',NULL,0,0,NULL,NULL),
(8471,'mixpanel','completed',10,'2025-07-07 21:00:21','2025-07-07 21:03:18','2025-07-07 20:15:21','2025-07-07 21:03:18',NULL,0,0,NULL,NULL),
(8472,'schedule_re_engagement_email','completed',10,'2025-07-08 20:43:20','2025-07-08 20:45:19','2025-07-07 20:43:20','2025-07-08 20:45:19',NULL,0,0,NULL,NULL),
(8473,'mixpanel','completed',10,'2025-07-07 21:52:20','2025-07-07 21:52:20','2025-07-07 21:03:20','2025-07-07 21:52:20',NULL,0,0,NULL,NULL),
(8474,'mixpanel','completed',10,'2025-07-07 22:11:18','2025-07-07 22:12:18','2025-07-07 21:55:18','2025-07-07 22:12:18',NULL,0,0,NULL,NULL),
(8475,'mixpanel','completed',10,'2025-07-07 23:03:20','2025-07-07 23:06:17','2025-07-07 22:12:20','2025-07-07 23:06:17',NULL,0,0,NULL,NULL),
(8476,'subscribers_engagement_score','completed',10,'2025-07-07 22:24:19','2025-07-07 22:24:20','2025-07-07 22:24:19','2025-07-07 22:24:20',NULL,0,0,NULL,NULL),
(8477,'subscribers_engagement_score','completed',10,'2025-07-08 16:22:00','2025-07-08 16:22:18','2025-07-07 22:24:20','2025-07-08 16:22:18',NULL,0,0,NULL,NULL),
(8478,'mixpanel','completed',10,'2025-07-07 23:27:19','2025-07-07 23:29:18','2025-07-07 23:06:19','2025-07-07 23:29:18',NULL,0,0,NULL,NULL),
(8479,'mixpanel','completed',10,'2025-07-07 23:39:19','2025-07-07 23:41:57','2025-07-07 23:29:19','2025-07-07 23:41:57',NULL,0,0,NULL,NULL),
(8480,'mixpanel','completed',10,'2025-07-08 00:03:58','2025-07-08 00:04:18','2025-07-07 23:41:58','2025-07-08 00:04:18',NULL,0,0,NULL,NULL),
(8481,'mixpanel','completed',10,'2025-07-08 00:07:20','2025-07-08 00:10:17','2025-07-08 00:04:20','2025-07-08 00:10:17',NULL,0,0,NULL,NULL),
(8482,'mixpanel','completed',10,'2025-07-08 00:51:19','2025-07-08 00:53:18','2025-07-08 00:10:19','2025-07-08 00:53:18',NULL,0,0,NULL,NULL),
(8483,'mixpanel','completed',10,'2025-07-08 00:59:20','2025-07-08 00:59:20','2025-07-08 00:53:20','2025-07-08 00:59:20',NULL,0,0,NULL,NULL),
(8484,'mixpanel','completed',10,'2025-07-08 01:07:18','2025-07-08 01:08:17','2025-07-08 01:02:18','2025-07-08 01:08:17',NULL,0,0,NULL,NULL),
(8485,'mixpanel','completed',10,'2025-07-08 01:42:19','2025-07-08 01:43:18','2025-07-08 01:08:19','2025-07-08 01:43:18',NULL,0,0,NULL,NULL),
(8486,'mixpanel','completed',10,'2025-07-08 01:50:19','2025-07-08 01:52:18','2025-07-08 01:43:19','2025-07-08 01:52:18',NULL,0,0,NULL,NULL),
(8487,'mixpanel','completed',10,'2025-07-08 02:46:19','2025-07-08 02:47:18','2025-07-08 01:52:19','2025-07-08 02:47:18',NULL,0,0,NULL,NULL),
(8488,'mixpanel','completed',10,'2025-07-08 02:51:19','2025-07-08 02:53:18','2025-07-08 02:47:19','2025-07-08 02:53:18',NULL,0,0,NULL,NULL),
(8489,'mixpanel','completed',10,'2025-07-08 02:58:19','2025-07-08 02:59:18','2025-07-08 02:53:19','2025-07-08 02:59:18',NULL,0,0,NULL,NULL),
(8490,'mixpanel','completed',10,'2025-07-08 03:38:18','2025-07-08 03:40:17','2025-07-08 03:00:18','2025-07-08 03:40:17',NULL,0,0,NULL,NULL),
(8491,'mixpanel','completed',10,'2025-07-08 04:16:19','2025-07-08 04:16:19','2025-07-08 03:40:19','2025-07-08 04:16:19',NULL,0,0,NULL,NULL),
(8492,'mixpanel','completed',10,'2025-07-08 05:14:17','2025-07-08 05:15:18','2025-07-08 04:19:17','2025-07-08 05:15:18',NULL,0,0,NULL,NULL),
(8493,'mixpanel','completed',10,'2025-07-08 06:01:20','2025-07-08 06:02:17','2025-07-08 05:15:20','2025-07-08 06:02:17',NULL,0,0,NULL,NULL),
(8494,'mixpanel','completed',10,'2025-07-08 06:29:19','2025-07-08 06:31:18','2025-07-08 06:02:19','2025-07-08 06:31:18',NULL,0,0,NULL,NULL),
(8495,'mixpanel','completed',10,'2025-07-08 07:16:19','2025-07-08 07:16:19','2025-07-08 06:31:19','2025-07-08 07:16:19',NULL,0,0,NULL,NULL),
(8496,'mixpanel','completed',10,'2025-07-08 08:00:18','2025-07-08 08:00:18','2025-07-08 07:18:18','2025-07-08 08:00:18',NULL,0,0,NULL,NULL),
(8497,'mixpanel','completed',10,'2025-07-08 08:12:18','2025-07-08 08:14:18','2025-07-08 08:02:18','2025-07-08 08:14:18',NULL,0,0,NULL,NULL),
(8498,'mixpanel','completed',10,'2025-07-08 08:33:19','2025-07-08 08:35:18','2025-07-08 08:14:19','2025-07-08 08:35:18',NULL,0,0,NULL,NULL),
(8499,'mixpanel','completed',10,'2025-07-08 08:54:20','2025-07-08 08:55:18','2025-07-08 08:35:20','2025-07-08 08:55:18',NULL,0,0,NULL,NULL),
(8500,'mixpanel','completed',10,'2025-07-08 09:48:20','2025-07-08 09:49:18','2025-07-08 08:55:20','2025-07-08 09:49:18',NULL,0,0,NULL,NULL),
(8501,'mixpanel','completed',10,'2025-07-08 10:06:17','2025-07-08 10:08:18','2025-07-08 09:51:17','2025-07-08 10:08:18',NULL,0,0,NULL,NULL),
(8502,'mixpanel','completed',10,'2025-07-08 10:46:20','2025-07-08 10:47:17','2025-07-08 10:08:20','2025-07-08 10:47:17',NULL,0,0,NULL,NULL),
(8503,'mixpanel','completed',10,'2025-07-08 10:47:19','2025-07-08 10:50:18','2025-07-08 10:47:19','2025-07-08 10:50:18',NULL,0,0,NULL,NULL),
(8504,'mixpanel','completed',10,'2025-07-08 11:04:19','2025-07-08 11:05:18','2025-07-08 10:50:19','2025-07-08 11:05:18',NULL,0,0,NULL,NULL),
(8505,'mixpanel','completed',10,'2025-07-08 12:00:19','2025-07-08 12:01:18','2025-07-08 11:05:19','2025-07-08 12:01:18',NULL,0,0,NULL,NULL),
(8506,'mixpanel','completed',10,'2025-07-08 12:42:19','2025-07-08 12:43:18','2025-07-08 12:01:19','2025-07-08 12:43:18',NULL,0,0,NULL,NULL),
(8507,'mixpanel','completed',10,'2025-07-08 12:56:20','2025-07-08 12:58:18','2025-07-08 12:43:20','2025-07-08 12:58:18',NULL,0,0,NULL,NULL),
(8508,'mixpanel','completed',10,'2025-07-08 13:38:19','2025-07-08 13:39:19','2025-07-08 12:58:19','2025-07-08 13:39:19',NULL,0,0,NULL,NULL),
(8509,'mixpanel','completed',10,'2025-07-08 14:07:20','2025-07-08 14:08:17','2025-07-08 13:39:20','2025-07-08 14:08:17',NULL,0,0,NULL,NULL),
(8510,'mixpanel','completed',10,'2025-07-08 14:55:19','2025-07-08 14:56:18','2025-07-08 14:08:19','2025-07-08 14:56:18',NULL,0,0,NULL,NULL),
(8511,'mixpanel','completed',10,'2025-07-08 15:18:18','2025-07-08 15:18:18','2025-07-08 14:57:18','2025-07-08 15:18:18',NULL,0,0,NULL,NULL),
(8512,'mixpanel','completed',10,'2025-07-08 15:40:19','2025-07-08 15:42:17','2025-07-08 15:19:19','2025-07-08 15:42:17',NULL,0,0,NULL,NULL),
(8513,'mixpanel','completed',10,'2025-07-08 16:31:19','2025-07-08 16:31:19','2025-07-08 15:42:19','2025-07-08 16:31:19',NULL,0,0,NULL,NULL),
(8514,'subscribers_engagement_score','completed',10,'2025-07-09 22:15:00','2025-07-09 22:17:18','2025-07-08 16:22:18','2025-07-09 22:17:18',NULL,0,0,NULL,NULL),
(8515,'mixpanel','completed',10,'2025-07-08 17:02:18','2025-07-08 17:02:18','2025-07-08 16:34:18','2025-07-08 17:02:18',NULL,0,0,NULL,NULL),
(8516,'mixpanel','completed',10,'2025-07-08 17:12:18','2025-07-08 17:13:18','2025-07-08 17:03:18','2025-07-08 17:13:18',NULL,0,0,NULL,NULL),
(8517,'mixpanel','completed',10,'2025-07-08 17:42:19','2025-07-08 17:42:19','2025-07-08 17:13:19','2025-07-08 17:42:19',NULL,0,0,NULL,NULL),
(8518,'mixpanel','completed',10,'2025-07-08 18:26:18','2025-07-08 18:26:18','2025-07-08 17:45:18','2025-07-08 18:26:18',NULL,0,0,NULL,NULL),
(8519,'mixpanel','completed',10,'2025-07-08 19:13:20','2025-07-08 19:14:18','2025-07-08 18:26:20','2025-07-08 19:14:18',NULL,0,0,NULL,NULL),
(8520,'mixpanel','completed',10,'2025-07-08 19:38:19','2025-07-08 19:40:18','2025-07-08 19:14:19','2025-07-08 19:40:18',NULL,0,0,NULL,NULL),
(8521,'mixpanel','completed',10,'2025-07-08 19:54:20','2025-07-08 19:55:18','2025-07-08 19:40:20','2025-07-08 19:55:18',NULL,0,0,NULL,NULL),
(8522,'mixpanel','completed',10,'2025-07-08 20:20:20','2025-07-08 20:21:18','2025-07-08 19:55:20','2025-07-08 20:21:18',NULL,0,0,NULL,NULL),
(8523,'mixpanel','completed',10,'2025-07-08 20:45:20','2025-07-08 20:45:20','2025-07-08 20:21:20','2025-07-08 20:45:20',NULL,0,0,NULL,NULL),
(8524,'schedule_re_engagement_email','completed',10,'2025-07-09 20:45:20','2025-07-09 20:46:18','2025-07-08 20:45:20','2025-07-09 20:46:18',NULL,0,0,NULL,NULL),
(8525,'mixpanel','completed',10,'2025-07-08 21:41:19','2025-07-08 21:42:17','2025-07-08 20:48:19','2025-07-08 21:42:17',NULL,0,0,NULL,NULL),
(8526,'mixpanel','completed',10,'2025-07-08 22:18:19','2025-07-08 22:19:18','2025-07-08 21:42:19','2025-07-08 22:19:18',NULL,0,0,NULL,NULL),
(8527,'mixpanel','completed',10,'2025-07-08 23:15:19','2025-07-08 23:17:19','2025-07-08 22:19:19','2025-07-08 23:17:19',NULL,0,0,NULL,NULL),
(8528,'mixpanel','completed',10,'2025-07-08 23:24:20','2025-07-08 23:26:18','2025-07-08 23:17:20','2025-07-08 23:26:18',NULL,0,0,NULL,NULL),
(8529,'mixpanel','completed',10,'2025-07-08 23:47:20','2025-07-08 23:48:20','2025-07-08 23:26:20','2025-07-08 23:48:20',NULL,0,0,NULL,NULL),
(8530,'mixpanel','completed',10,'2025-07-09 00:12:46','2025-07-09 00:14:49','2025-07-08 23:49:46','2025-07-09 00:14:49',NULL,0,0,NULL,NULL),
(8531,'mixpanel','completed',10,'2025-07-09 00:37:50','2025-07-09 00:38:21','2025-07-09 00:14:50','2025-07-09 00:38:21',NULL,0,0,NULL,NULL),
(8532,'mixpanel','completed',10,'2025-07-09 01:25:23','2025-07-09 01:27:18','2025-07-09 00:38:23','2025-07-09 01:27:18',NULL,0,0,NULL,NULL),
(8533,'mixpanel','completed',10,'2025-07-09 01:54:20','2025-07-09 01:56:18','2025-07-09 01:27:20','2025-07-09 01:56:18',NULL,0,0,NULL,NULL),
(8534,'mixpanel','completed',10,'2025-07-09 02:25:19','2025-07-09 02:26:18','2025-07-09 01:56:19','2025-07-09 02:26:18',NULL,0,0,NULL,NULL),
(8535,'mixpanel','completed',10,'2025-07-09 02:38:20','2025-07-09 02:38:20','2025-07-09 02:26:20','2025-07-09 02:38:20',NULL,0,0,NULL,NULL),
(8536,'mixpanel','completed',10,'2025-07-09 03:12:22','2025-07-09 03:13:35','2025-07-09 02:40:22','2025-07-09 03:13:35',NULL,0,0,NULL,NULL),
(8537,'mixpanel','completed',10,'2025-07-09 03:42:36','2025-07-09 03:45:18','2025-07-09 03:13:36','2025-07-09 03:45:18',NULL,0,0,NULL,NULL),
(8538,'mixpanel','completed',10,'2025-07-09 04:42:20','2025-07-09 04:43:31','2025-07-09 03:45:20','2025-07-09 04:43:31',NULL,0,0,NULL,NULL),
(8539,'mixpanel','completed',10,'2025-07-09 05:35:33','2025-07-09 05:41:25','2025-07-09 04:43:33','2025-07-09 05:41:25',NULL,0,0,NULL,NULL),
(8540,'mixpanel','completed',10,'2025-07-09 06:14:26','2025-07-09 06:16:03','2025-07-09 05:41:26','2025-07-09 06:16:03',NULL,0,0,NULL,NULL),
(8541,'mixpanel','completed',10,'2025-07-09 06:45:05','2025-07-09 06:47:18','2025-07-09 06:16:05','2025-07-09 06:47:18',NULL,0,0,NULL,NULL),
(8542,'mixpanel','completed',10,'2025-07-09 07:18:20','2025-07-09 07:18:20','2025-07-09 06:47:20','2025-07-09 07:18:20',NULL,0,0,NULL,NULL),
(8543,'mixpanel','completed',10,'2025-07-09 07:56:18','2025-07-09 07:56:18','2025-07-09 07:21:18','2025-07-09 07:56:18',NULL,0,0,NULL,NULL),
(8544,'mixpanel','completed',10,'2025-07-09 08:03:19','2025-07-09 08:05:18','2025-07-09 07:56:19','2025-07-09 08:05:18',NULL,0,0,NULL,NULL),
(8545,'mixpanel','completed',10,'2025-07-09 08:55:20','2025-07-09 08:55:20','2025-07-09 08:05:20','2025-07-09 08:55:20',NULL,0,0,NULL,NULL),
(8546,'mixpanel','completed',10,'2025-07-09 09:28:18','2025-07-09 09:28:18','2025-07-09 08:58:18','2025-07-09 09:28:18',NULL,0,0,NULL,NULL),
(8547,'mixpanel','completed',10,'2025-07-09 09:35:19','2025-07-09 09:37:17','2025-07-09 09:28:19','2025-07-09 09:37:17',NULL,0,0,NULL,NULL),
(8548,'mixpanel','completed',10,'2025-07-09 09:52:19','2025-07-09 09:53:18','2025-07-09 09:37:19','2025-07-09 09:53:18',NULL,0,0,NULL,NULL),
(8549,'mixpanel','completed',10,'2025-07-09 10:23:20','2025-07-09 10:31:58','2025-07-09 09:53:20','2025-07-09 10:31:58',NULL,0,0,NULL,NULL),
(8550,'mixpanel','completed',10,'2025-07-09 11:10:59','2025-07-09 11:22:34','2025-07-09 10:31:59','2025-07-09 11:22:34',NULL,0,0,NULL,NULL),
(8551,'mixpanel','completed',10,'2025-07-09 11:54:36','2025-07-09 12:13:35','2025-07-09 11:22:36','2025-07-09 12:13:35',NULL,0,0,NULL,NULL),
(8552,'mixpanel','completed',10,'2025-07-09 12:18:36','2025-07-09 12:56:06','2025-07-09 12:13:36','2025-07-09 12:56:06',NULL,0,0,NULL,NULL),
(8553,'mixpanel','completed',10,'2025-07-09 13:39:07','2025-07-09 13:57:36','2025-07-09 12:56:07','2025-07-09 13:57:36',NULL,0,0,NULL,NULL),
(8554,'mixpanel','completed',10,'2025-07-09 14:29:37','2025-07-09 14:54:19','2025-07-09 13:57:37','2025-07-09 14:54:19',NULL,0,0,NULL,NULL),
(8555,'mixpanel','completed',10,'2025-07-09 15:48:21','2025-07-09 15:57:03','2025-07-09 14:54:21','2025-07-09 15:57:03',NULL,0,0,NULL,NULL),
(8556,'mixpanel','completed',10,'2025-07-09 16:30:05','2025-07-09 16:37:43','2025-07-09 15:57:05','2025-07-09 16:37:43',NULL,0,0,NULL,NULL),
(8557,'mixpanel','completed',10,'2025-07-09 17:12:44','2025-07-09 17:13:17','2025-07-09 16:37:44','2025-07-09 17:13:17',NULL,0,0,NULL,NULL),
(8558,'mixpanel','completed',10,'2025-07-09 18:00:19','2025-07-09 18:00:20','2025-07-09 17:13:19','2025-07-09 18:00:20',NULL,0,0,NULL,NULL),
(8559,'mixpanel','completed',10,'2025-07-09 18:13:18','2025-07-09 18:15:18','2025-07-09 18:03:18','2025-07-09 18:15:18',NULL,0,0,NULL,NULL),
(8560,'mixpanel','completed',10,'2025-07-09 18:33:19','2025-07-09 18:33:20','2025-07-09 18:15:19','2025-07-09 18:33:20',NULL,0,0,NULL,NULL),
(8561,'mixpanel','completed',10,'2025-07-09 19:13:18','2025-07-09 19:15:18','2025-07-09 18:36:18','2025-07-09 19:15:18',NULL,0,0,NULL,NULL),
(8562,'mixpanel','completed',10,'2025-07-09 19:37:19','2025-07-09 19:39:18','2025-07-09 19:15:19','2025-07-09 19:39:18',NULL,0,0,NULL,NULL),
(8563,'mixpanel','completed',10,'2025-07-09 19:46:20','2025-07-09 19:48:18','2025-07-09 19:39:20','2025-07-09 19:48:18',NULL,0,0,NULL,NULL),
(8564,'mixpanel','completed',10,'2025-07-09 20:26:20','2025-07-09 20:28:17','2025-07-09 19:48:20','2025-07-09 20:28:17',NULL,0,0,NULL,NULL),
(8565,'mixpanel','completed',10,'2025-07-09 20:35:19','2025-07-09 20:37:18','2025-07-09 20:28:19','2025-07-09 20:37:18',NULL,0,0,NULL,NULL),
(8566,'mixpanel','completed',10,'2025-07-09 21:29:20','2025-07-09 21:32:18','2025-07-09 20:37:20','2025-07-09 21:32:18',NULL,0,0,NULL,NULL),
(8567,'schedule_re_engagement_email','completed',10,'2025-07-10 20:46:19','2025-07-10 20:46:20','2025-07-09 20:46:19','2025-07-10 20:46:20',NULL,0,0,NULL,NULL),
(8568,'mixpanel','completed',10,'2025-07-09 22:03:20','2025-07-09 22:03:20','2025-07-09 21:32:20','2025-07-09 22:03:20',NULL,0,0,NULL,NULL),
(8569,'mixpanel','completed',10,'2025-07-09 22:22:18','2025-07-09 22:23:18','2025-07-09 22:06:18','2025-07-09 22:23:18',NULL,0,0,NULL,NULL),
(8570,'subscribers_engagement_score','completed',10,'2025-07-09 22:17:18','2025-07-09 22:17:20','2025-07-09 22:17:18','2025-07-09 22:17:20',NULL,0,0,NULL,NULL),
(8571,'subscribers_engagement_score','completed',10,'2025-07-09 22:17:20','2025-07-09 22:20:18','2025-07-09 22:17:20','2025-07-09 22:20:18',NULL,0,0,NULL,NULL),
(8572,'subscribers_engagement_score','completed',10,'2025-07-10 13:24:00','2025-07-10 14:07:09','2025-07-09 22:20:18','2025-07-10 14:07:09',NULL,0,0,NULL,NULL),
(8573,'mixpanel','completed',10,'2025-07-09 22:24:20','2025-07-09 22:26:18','2025-07-09 22:23:20','2025-07-09 22:26:18',NULL,0,0,NULL,NULL),
(8574,'mixpanel','completed',10,'2025-07-09 23:06:20','2025-07-09 23:07:18','2025-07-09 22:26:20','2025-07-09 23:07:18',NULL,0,0,NULL,NULL),
(8575,'mixpanel','completed',10,'2025-07-09 23:13:20','2025-07-09 23:13:20','2025-07-09 23:07:20','2025-07-09 23:13:20',NULL,0,0,NULL,NULL),
(8576,'mixpanel','completed',10,'2025-07-09 23:37:17','2025-07-10 00:15:03','2025-07-09 23:16:17','2025-07-10 00:15:03',NULL,0,0,NULL,NULL),
(8577,'mixpanel','completed',10,'2025-07-10 00:44:05','2025-07-10 01:06:45','2025-07-10 00:15:05','2025-07-10 01:06:45',NULL,0,0,NULL,NULL),
(8578,'mixpanel','completed',10,'2025-07-10 01:30:46','2025-07-10 01:36:09','2025-07-10 01:06:46','2025-07-10 01:36:09',NULL,0,0,NULL,NULL),
(8579,'mixpanel','completed',10,'2025-07-10 02:18:11','2025-07-10 02:18:22','2025-07-10 01:36:11','2025-07-10 02:18:22',NULL,0,0,NULL,NULL),
(8580,'mixpanel','completed',10,'2025-07-10 02:27:24','2025-07-10 02:30:18','2025-07-10 02:18:24','2025-07-10 02:30:18',NULL,0,0,NULL,NULL),
(8581,'mixpanel','completed',10,'2025-07-10 02:52:19','2025-07-10 02:54:19','2025-07-10 02:30:19','2025-07-10 02:54:19',NULL,0,0,NULL,NULL),
(8582,'mixpanel','completed',10,'2025-07-10 03:18:20','2025-07-10 03:20:18','2025-07-10 02:54:20','2025-07-10 03:20:18',NULL,0,0,NULL,NULL),
(8583,'mixpanel','completed',10,'2025-07-10 03:20:20','2025-07-10 03:23:20','2025-07-10 03:20:20','2025-07-10 03:23:20',NULL,0,0,NULL,NULL),
(8584,'mixpanel','completed',10,'2025-07-10 03:56:21','2025-07-10 03:59:18','2025-07-10 03:23:21','2025-07-10 03:59:18',NULL,0,0,NULL,NULL),
(8585,'mixpanel','completed',10,'2025-07-10 04:34:19','2025-07-10 04:35:18','2025-07-10 03:59:19','2025-07-10 04:35:18',NULL,0,0,NULL,NULL),
(8586,'mixpanel','completed',10,'2025-07-10 04:59:20','2025-07-10 05:01:19','2025-07-10 04:35:20','2025-07-10 05:01:19',NULL,0,0,NULL,NULL),
(8587,'mixpanel','completed',10,'2025-07-10 05:34:20','2025-07-10 05:37:18','2025-07-10 05:01:20','2025-07-10 05:37:18',NULL,0,0,NULL,NULL),
(8588,'mixpanel','completed',10,'2025-07-10 05:50:20','2025-07-10 06:07:14','2025-07-10 05:37:20','2025-07-10 06:07:14',NULL,0,0,NULL,NULL),
(8589,'mixpanel','completed',10,'2025-07-10 06:42:16','2025-07-10 06:57:21','2025-07-10 06:07:16','2025-07-10 06:57:21',NULL,0,0,NULL,NULL),
(8590,'mixpanel','completed',10,'2025-07-10 07:53:23','2025-07-10 07:56:40','2025-07-10 06:57:23','2025-07-10 07:56:40',NULL,0,0,NULL,NULL),
(8591,'mixpanel','completed',10,'2025-07-10 08:14:42','2025-07-10 08:31:35','2025-07-10 07:56:42','2025-07-10 08:31:35',NULL,0,0,NULL,NULL),
(8592,'mixpanel','completed',10,'2025-07-10 08:59:36','2025-07-10 09:06:33','2025-07-10 08:31:36','2025-07-10 09:06:33',NULL,0,0,NULL,NULL),
(8593,'mixpanel','completed',10,'2025-07-10 09:44:35','2025-07-10 10:07:52','2025-07-10 09:06:35','2025-07-10 10:07:52',NULL,0,0,NULL,NULL),
(8594,'mixpanel','completed',10,'2025-07-10 10:07:54','2025-07-10 10:10:01','2025-07-10 10:07:54','2025-07-10 10:10:01',NULL,0,0,NULL,NULL),
(8595,'mixpanel','completed',10,'2025-07-10 10:17:03','2025-07-10 10:41:54','2025-07-10 10:10:03','2025-07-10 10:41:54',NULL,0,0,NULL,NULL),
(8596,'mixpanel','completed',10,'2025-07-10 11:06:55','2025-07-10 11:42:16','2025-07-10 10:41:55','2025-07-10 11:42:16',NULL,0,0,NULL,NULL),
(8597,'mixpanel','completed',10,'2025-07-10 11:44:17','2025-07-10 13:18:51','2025-07-10 11:42:17','2025-07-10 13:18:51',NULL,0,0,NULL,NULL),
(8598,'mixpanel','completed',10,'2025-07-10 13:18:53','2025-07-10 14:07:09','2025-07-10 13:18:53','2025-07-10 14:07:09',NULL,0,0,NULL,NULL),
(8599,'subscribers_engagement_score','completed',10,'2025-07-11 12:19:00','2025-07-11 12:21:18','2025-07-10 14:07:09','2025-07-11 12:21:18',NULL,0,0,NULL,NULL),
(8600,'mixpanel','completed',10,'2025-07-10 14:44:11','2025-07-10 14:56:42','2025-07-10 14:07:11','2025-07-10 14:56:42',NULL,0,0,NULL,NULL),
(8601,'mixpanel','completed',10,'2025-07-10 15:06:44','2025-07-10 15:25:57','2025-07-10 14:56:44','2025-07-10 15:25:57',NULL,0,0,NULL,NULL),
(8602,'mixpanel','completed',10,'2025-07-10 16:15:58','2025-07-10 16:52:12','2025-07-10 15:25:58','2025-07-10 16:52:12',NULL,0,0,NULL,NULL),
(8603,'mixpanel','completed',10,'2025-07-10 17:42:14','2025-07-10 17:44:18','2025-07-10 16:52:14','2025-07-10 17:44:18',NULL,0,0,NULL,NULL),
(8604,'mixpanel','completed',10,'2025-07-10 18:27:19','2025-07-10 18:29:18','2025-07-10 17:44:19','2025-07-10 18:29:18',NULL,0,0,NULL,NULL),
(8605,'mixpanel','completed',10,'2025-07-10 18:55:20','2025-07-10 18:58:17','2025-07-10 18:29:20','2025-07-10 18:58:17',NULL,0,0,NULL,NULL),
(8606,'mixpanel','completed',10,'2025-07-10 19:21:19','2025-07-10 19:23:17','2025-07-10 18:58:19','2025-07-10 19:23:17',NULL,0,0,NULL,NULL),
(8607,'mixpanel','completed',10,'2025-07-10 19:31:19','2025-07-10 19:33:18','2025-07-10 19:23:19','2025-07-10 19:33:18',NULL,0,0,NULL,NULL),
(8608,'mixpanel','completed',10,'2025-07-10 19:50:20','2025-07-10 19:51:18','2025-07-10 19:33:20','2025-07-10 19:51:18',NULL,0,0,NULL,NULL),
(8609,'mixpanel','completed',10,'2025-07-10 20:09:20','2025-07-10 20:11:18','2025-07-10 19:51:20','2025-07-10 20:11:18',NULL,0,0,NULL,NULL),
(8610,'mixpanel','completed',10,'2025-07-10 20:37:20','2025-07-10 20:37:20','2025-07-10 20:11:20','2025-07-10 20:37:20',NULL,0,0,NULL,NULL),
(8611,'mixpanel','completed',10,'2025-07-10 21:06:18','2025-07-10 21:07:18','2025-07-10 20:40:18','2025-07-10 21:07:18',NULL,0,0,NULL,NULL),
(8612,'schedule_re_engagement_email','completed',10,'2025-07-11 20:49:18','2025-07-11 20:51:18','2025-07-10 20:49:18','2025-07-11 20:51:18',NULL,0,0,NULL,NULL),
(8613,'mixpanel','completed',10,'2025-07-10 21:15:20','2025-07-10 21:18:19','2025-07-10 21:07:20','2025-07-10 21:18:19',NULL,0,0,NULL,NULL),
(8614,'mixpanel','completed',10,'2025-07-10 21:34:20','2025-07-10 21:36:18','2025-07-10 21:18:20','2025-07-10 21:36:18',NULL,0,0,NULL,NULL),
(8615,'mixpanel','completed',10,'2025-07-10 22:10:20','2025-07-10 22:13:18','2025-07-10 21:36:20','2025-07-10 22:13:18',NULL,0,0,NULL,NULL),
(8616,'mixpanel','completed',10,'2025-07-10 22:50:19','2025-07-10 22:51:18','2025-07-10 22:13:19','2025-07-10 22:51:18',NULL,0,0,NULL,NULL),
(8617,'mixpanel','completed',10,'2025-07-10 23:02:20','2025-07-10 23:03:18','2025-07-10 22:51:20','2025-07-10 23:03:18',NULL,0,0,NULL,NULL),
(8618,'mixpanel','completed',10,'2025-07-10 23:28:20','2025-07-10 23:29:18','2025-07-10 23:03:20','2025-07-10 23:29:18',NULL,0,0,NULL,NULL),
(8619,'mixpanel','completed',10,'2025-07-11 00:00:19','2025-07-11 00:00:33','2025-07-10 23:29:19','2025-07-11 00:00:33',NULL,0,0,NULL,NULL),
(8620,'mixpanel','completed',10,'2025-07-11 00:37:34','2025-07-11 00:38:18','2025-07-11 00:00:34','2025-07-11 00:38:18',NULL,0,0,NULL,NULL),
(8621,'mixpanel','completed',10,'2025-07-11 00:57:19','2025-07-11 00:59:19','2025-07-11 00:38:19','2025-07-11 00:59:19',NULL,0,0,NULL,NULL),
(8622,'mixpanel','completed',10,'2025-07-11 01:22:20','2025-07-11 01:23:18','2025-07-11 00:59:20','2025-07-11 01:23:18',NULL,0,0,NULL,NULL),
(8623,'mixpanel','completed',10,'2025-07-11 02:16:20','2025-07-11 02:17:17','2025-07-11 01:23:20','2025-07-11 02:17:17',NULL,0,0,NULL,NULL),
(8624,'mixpanel','completed',10,'2025-07-11 02:41:19','2025-07-11 02:42:18','2025-07-11 02:17:19','2025-07-11 02:42:18',NULL,0,0,NULL,NULL),
(8625,'mixpanel','completed',10,'2025-07-11 03:07:18','2025-07-11 03:08:18','2025-07-11 02:43:18','2025-07-11 03:08:18',NULL,0,0,NULL,NULL),
(8626,'mixpanel','completed',10,'2025-07-11 03:20:20','2025-07-11 03:22:18','2025-07-11 03:08:20','2025-07-11 03:22:18',NULL,0,0,NULL,NULL),
(8627,'mixpanel','completed',10,'2025-07-11 03:41:20','2025-07-11 03:43:18','2025-07-11 03:22:20','2025-07-11 03:43:18',NULL,0,0,NULL,NULL),
(8628,'mixpanel','completed',10,'2025-07-11 04:10:20','2025-07-11 04:13:18','2025-07-11 03:43:20','2025-07-11 04:13:18',NULL,0,0,NULL,NULL),
(8629,'mixpanel','completed',10,'2025-07-11 04:14:20','2025-07-11 04:16:18','2025-07-11 04:13:20','2025-07-11 04:16:18',NULL,0,0,NULL,NULL),
(8630,'mixpanel','completed',10,'2025-07-11 04:53:20','2025-07-11 04:55:18','2025-07-11 04:16:20','2025-07-11 04:55:18',NULL,0,0,NULL,NULL),
(8631,'mixpanel','completed',10,'2025-07-11 05:51:19','2025-07-11 05:53:18','2025-07-11 04:55:19','2025-07-11 05:53:18',NULL,0,0,NULL,NULL),
(8632,'mixpanel','completed',10,'2025-07-11 06:26:20','2025-07-11 06:27:18','2025-07-11 05:53:20','2025-07-11 06:27:18',NULL,0,0,NULL,NULL),
(8633,'mixpanel','completed',10,'2025-07-11 06:53:20','2025-07-11 06:54:18','2025-07-11 06:27:20','2025-07-11 06:54:18',NULL,0,0,NULL,NULL),
(8634,'mixpanel','completed',10,'2025-07-11 07:37:20','2025-07-11 07:39:18','2025-07-11 06:54:20','2025-07-11 07:39:18',NULL,0,0,NULL,NULL),
(8635,'mixpanel','completed',10,'2025-07-11 08:37:19','2025-07-11 08:38:17','2025-07-11 07:39:19','2025-07-11 08:38:17',NULL,0,0,NULL,NULL),
(8636,'mixpanel','completed',10,'2025-07-11 09:10:19','2025-07-11 09:12:18','2025-07-11 08:38:19','2025-07-11 09:12:18',NULL,0,0,NULL,NULL),
(8637,'mixpanel','completed',10,'2025-07-11 09:11:20','2025-07-11 09:15:18','2025-07-11 09:12:20','2025-07-11 09:15:18',NULL,0,0,NULL,NULL),
(8638,'mixpanel','completed',10,'2025-07-11 09:50:20','2025-07-11 09:50:52','2025-07-11 09:15:20','2025-07-11 09:50:52',NULL,0,0,NULL,NULL),
(8639,'mixpanel','completed',10,'2025-07-11 10:00:54','2025-07-11 10:01:24','2025-07-11 09:50:54','2025-07-11 10:01:24',NULL,0,0,NULL,NULL),
(8640,'mixpanel','completed',10,'2025-07-11 10:36:18','2025-07-11 10:38:18','2025-07-11 10:03:18','2025-07-11 10:38:18',NULL,0,0,NULL,NULL),
(8641,'mixpanel','completed',10,'2025-07-11 10:59:19','2025-07-11 10:59:19','2025-07-11 10:38:19','2025-07-11 10:59:19',NULL,0,0,NULL,NULL),
(8642,'mixpanel','completed',10,'2025-07-11 11:43:17','2025-07-11 11:43:18','2025-07-11 11:02:17','2025-07-11 11:43:18',NULL,0,0,NULL,NULL),
(8643,'mixpanel','completed',10,'2025-07-11 12:23:20','2025-07-11 12:24:18','2025-07-11 11:43:20','2025-07-11 12:24:18',NULL,0,0,NULL,NULL),
(8644,'subscribers_engagement_score','completed',10,'2025-07-11 12:21:18','2025-07-11 12:21:19','2025-07-11 12:21:18','2025-07-11 12:21:19',NULL,0,0,NULL,NULL),
(8645,'subscribers_engagement_score','completed',10,'2025-07-12 22:59:00','2025-07-12 22:59:20','2025-07-11 12:21:19','2025-07-12 22:59:20',NULL,0,0,NULL,NULL),
(8646,'mixpanel','completed',10,'2025-07-11 12:30:20','2025-07-11 12:32:18','2025-07-11 12:24:20','2025-07-11 12:32:18',NULL,0,0,NULL,NULL),
(8647,'mixpanel','completed',10,'2025-07-11 12:46:20','2025-07-11 12:47:18','2025-07-11 12:32:20','2025-07-11 12:47:18',NULL,0,0,NULL,NULL),
(8648,'mixpanel','completed',10,'2025-07-11 13:15:19','2025-07-11 13:15:20','2025-07-11 12:47:19','2025-07-11 13:15:20',NULL,0,0,NULL,NULL),
(8649,'mixpanel','completed',10,'2025-07-11 14:09:18','2025-07-11 14:10:18','2025-07-11 13:18:18','2025-07-11 14:10:18',NULL,0,0,NULL,NULL),
(8650,'mixpanel','completed',10,'2025-07-11 14:31:20','2025-07-11 14:31:47','2025-07-11 14:10:20','2025-07-11 14:31:47',NULL,0,0,NULL,NULL),
(8651,'mixpanel','completed',10,'2025-07-11 14:50:48','2025-07-11 14:52:18','2025-07-11 14:31:48','2025-07-11 14:52:18',NULL,0,0,NULL,NULL),
(8652,'mixpanel','completed',10,'2025-07-11 15:49:18','2025-07-11 15:51:19','2025-07-11 14:53:18','2025-07-11 15:51:19',NULL,0,0,NULL,NULL),
(8653,'mixpanel','completed',10,'2025-07-11 16:29:21','2025-07-11 16:31:18','2025-07-11 15:51:21','2025-07-11 16:31:18',NULL,0,0,NULL,NULL),
(8654,'mixpanel','completed',10,'2025-07-11 17:01:19','2025-07-11 17:03:19','2025-07-11 16:31:19','2025-07-11 17:03:19',NULL,0,0,NULL,NULL),
(8655,'mixpanel','completed',10,'2025-07-11 17:09:20','2025-07-11 17:09:20','2025-07-11 17:03:20','2025-07-11 17:09:20',NULL,0,0,NULL,NULL),
(8656,'mixpanel','completed',10,'2025-07-11 18:09:18','2025-07-11 18:10:18','2025-07-11 17:12:18','2025-07-11 18:10:18',NULL,0,0,NULL,NULL),
(8657,'mixpanel','completed',10,'2025-07-11 18:13:20','2025-07-11 18:13:20','2025-07-11 18:10:20','2025-07-11 18:13:20',NULL,0,0,NULL,NULL),
(8658,'mixpanel','completed',10,'2025-07-11 18:40:19','2025-07-11 18:40:20','2025-07-11 18:16:19','2025-07-11 18:40:20',NULL,0,0,NULL,NULL),
(8659,'mixpanel','completed',10,'2025-07-11 19:38:18','2025-07-11 19:40:18','2025-07-11 18:43:18','2025-07-11 19:40:18',NULL,0,0,NULL,NULL),
(8660,'mixpanel','completed',10,'2025-07-11 20:32:20','2025-07-11 20:33:18','2025-07-11 19:40:20','2025-07-11 20:33:18',NULL,0,0,NULL,NULL),
(8661,'mixpanel','completed',10,'2025-07-11 21:28:20','2025-07-11 21:29:20','2025-07-11 20:33:20','2025-07-11 21:29:20',NULL,0,0,NULL,NULL),
(8662,'schedule_re_engagement_email','completed',10,'2025-07-12 20:51:20','2025-07-12 20:52:26','2025-07-11 20:51:20','2025-07-12 20:52:26',NULL,0,0,NULL,NULL),
(8663,'mixpanel','completed',10,'2025-07-11 22:22:22','2025-07-11 22:25:19','2025-07-11 21:29:22','2025-07-11 22:25:19',NULL,0,0,NULL,NULL),
(8664,'mixpanel','completed',10,'2025-07-11 22:56:20','2025-07-11 22:58:18','2025-07-11 22:25:20','2025-07-11 22:58:18',NULL,0,0,NULL,NULL),
(8665,'mixpanel','completed',10,'2025-07-11 23:08:20','2025-07-11 23:09:19','2025-07-11 22:58:20','2025-07-11 23:09:19',NULL,0,0,NULL,NULL),
(8666,'mixpanel','completed',10,'2025-07-11 23:57:20','2025-07-11 23:57:20','2025-07-11 23:09:20','2025-07-11 23:57:20',NULL,0,0,NULL,NULL),
(8667,'mixpanel','completed',10,'2025-07-12 00:10:21','2025-07-12 00:13:21','2025-07-11 23:57:21','2025-07-12 00:13:21',NULL,0,0,NULL,NULL),
(8668,'inactive_subscribers','completed',10,'2025-07-17 00:00:00','2025-07-17 00:00:18','2025-07-12 00:00:20','2025-07-17 00:00:18',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(8669,'mixpanel','completed',10,'2025-07-12 00:46:23','2025-07-12 00:48:18','2025-07-12 00:13:23','2025-07-12 00:48:18',NULL,0,0,NULL,NULL),
(8670,'mixpanel','completed',10,'2025-07-12 00:47:19','2025-07-12 00:51:19','2025-07-12 00:48:19','2025-07-12 00:51:19',NULL,0,0,NULL,NULL),
(8671,'mixpanel','completed',10,'2025-07-12 01:30:21','2025-07-12 01:32:19','2025-07-12 00:51:21','2025-07-12 01:32:19',NULL,0,0,NULL,NULL),
(8672,'mixpanel','completed',10,'2025-07-12 02:19:20','2025-07-12 02:22:17','2025-07-12 01:32:20','2025-07-12 02:22:17',NULL,0,0,NULL,NULL),
(8673,'mixpanel','completed',10,'2025-07-12 03:16:19','2025-07-12 03:18:18','2025-07-12 02:22:19','2025-07-12 03:18:18',NULL,0,0,NULL,NULL),
(8674,'mixpanel','completed',10,'2025-07-12 04:06:20','2025-07-12 04:07:19','2025-07-12 03:18:20','2025-07-12 04:07:19',NULL,0,0,NULL,NULL),
(8675,'mixpanel','completed',10,'2025-07-12 04:15:21','2025-07-12 04:17:20','2025-07-12 04:07:21','2025-07-12 04:17:20',NULL,0,0,NULL,NULL),
(8676,'mixpanel','completed',10,'2025-07-12 04:39:22','2025-07-12 04:42:01','2025-07-12 04:17:22','2025-07-12 04:42:01',NULL,0,0,NULL,NULL),
(8677,'mixpanel','completed',10,'2025-07-12 04:41:03','2025-07-12 04:44:20','2025-07-12 04:42:03','2025-07-12 04:44:20',NULL,0,0,NULL,NULL),
(8678,'mixpanel','completed',10,'2025-07-12 05:18:21','2025-07-12 05:18:21','2025-07-12 04:44:21','2025-07-12 05:18:21',NULL,0,0,NULL,NULL),
(8679,'mixpanel','completed',10,'2025-07-12 05:35:17','2025-07-12 05:35:18','2025-07-12 05:21:17','2025-07-12 05:35:18',NULL,0,0,NULL,NULL),
(8680,'mixpanel','completed',10,'2025-07-12 05:51:19','2025-07-12 05:53:18','2025-07-12 05:35:19','2025-07-12 05:53:18',NULL,0,0,NULL,NULL),
(8681,'mixpanel','completed',10,'2025-07-12 06:02:19','2025-07-12 06:04:20','2025-07-12 05:53:19','2025-07-12 06:04:20',NULL,0,0,NULL,NULL),
(8682,'mixpanel','completed',10,'2025-07-12 06:42:21','2025-07-12 06:43:20','2025-07-12 06:04:21','2025-07-12 06:43:20',NULL,0,0,NULL,NULL),
(8683,'mixpanel','completed',10,'2025-07-12 07:13:22','2025-07-12 07:16:17','2025-07-12 06:43:22','2025-07-12 07:16:17',NULL,0,0,NULL,NULL),
(8684,'mixpanel','completed',10,'2025-07-12 07:17:19','2025-07-12 07:18:20','2025-07-12 07:16:19','2025-07-12 07:18:20',NULL,0,0,NULL,NULL),
(8685,'mixpanel','completed',10,'2025-07-12 07:26:22','2025-07-12 07:29:20','2025-07-12 07:18:22','2025-07-12 07:29:20',NULL,0,0,NULL,NULL),
(8686,'mixpanel','completed',10,'2025-07-12 07:38:21','2025-07-12 07:40:18','2025-07-12 07:29:21','2025-07-12 07:40:18',NULL,0,0,NULL,NULL),
(8687,'mixpanel','completed',10,'2025-07-12 08:14:18','2025-07-12 08:28:55','2025-07-12 07:41:18','2025-07-12 08:28:55',NULL,0,0,NULL,NULL),
(8688,'mixpanel','completed',10,'2025-07-12 09:01:57','2025-07-12 09:03:18','2025-07-12 08:28:57','2025-07-12 09:03:18',NULL,0,0,NULL,NULL),
(8689,'mixpanel','completed',10,'2025-07-12 09:57:20','2025-07-12 09:59:59','2025-07-12 09:03:20','2025-07-12 09:59:59',NULL,0,0,NULL,NULL),
(8690,'mixpanel','completed',10,'2025-07-12 10:44:01','2025-07-12 10:44:21','2025-07-12 10:00:01','2025-07-12 10:44:21',NULL,0,0,NULL,NULL),
(8691,'mixpanel','completed',10,'2025-07-12 10:55:23','2025-07-12 10:57:19','2025-07-12 10:44:23','2025-07-12 10:57:19',NULL,0,0,NULL,NULL),
(8692,'mixpanel','completed',10,'2025-07-12 11:54:21','2025-07-12 12:07:34','2025-07-12 10:57:21','2025-07-12 12:07:34',NULL,0,0,NULL,NULL),
(8693,'mixpanel','completed',10,'2025-07-12 12:33:35','2025-07-12 12:36:27','2025-07-12 12:07:35','2025-07-12 12:36:27',NULL,0,0,NULL,NULL),
(8694,'mixpanel','completed',10,'2025-07-12 12:43:29','2025-07-12 12:45:30','2025-07-12 12:36:29','2025-07-12 12:45:30',NULL,0,0,NULL,NULL),
(8695,'mixpanel','completed',10,'2025-07-12 13:18:32','2025-07-12 13:18:40','2025-07-12 12:45:32','2025-07-12 13:18:40',NULL,0,0,NULL,NULL),
(8696,'mixpanel','completed',10,'2025-07-12 14:10:42','2025-07-12 14:21:23','2025-07-12 13:18:42','2025-07-12 14:21:23',NULL,0,0,NULL,NULL),
(8697,'mixpanel','completed',10,'2025-07-12 14:44:25','2025-07-12 15:25:30','2025-07-12 14:21:25','2025-07-12 15:25:30',NULL,0,0,NULL,NULL),
(8698,'mixpanel','completed',10,'2025-07-12 15:51:31','2025-07-12 16:06:05','2025-07-12 15:25:31','2025-07-12 16:06:05',NULL,0,0,NULL,NULL),
(8699,'mixpanel','completed',10,'2025-07-12 16:38:07','2025-07-12 17:27:17','2025-07-12 16:06:07','2025-07-12 17:27:17',NULL,0,0,NULL,NULL),
(8700,'mixpanel','completed',10,'2025-07-12 18:19:18','2025-07-12 18:20:10','2025-07-12 17:27:18','2025-07-12 18:20:10',NULL,0,0,NULL,NULL),
(8701,'mixpanel','completed',10,'2025-07-12 18:33:12','2025-07-12 18:34:22','2025-07-12 18:20:12','2025-07-12 18:34:22',NULL,0,0,NULL,NULL),
(8702,'mixpanel','completed',10,'2025-07-12 18:55:24','2025-07-12 18:57:20','2025-07-12 18:34:24','2025-07-12 18:57:20',NULL,0,0,NULL,NULL),
(8703,'mixpanel','completed',10,'2025-07-12 19:35:21','2025-07-12 19:37:18','2025-07-12 18:57:21','2025-07-12 19:37:18',NULL,0,0,NULL,NULL),
(8704,'mixpanel','completed',10,'2025-07-12 20:34:19','2025-07-12 20:35:17','2025-07-12 19:37:19','2025-07-12 20:35:17',NULL,0,0,NULL,NULL),
(8705,'mixpanel','completed',10,'2025-07-12 21:33:19','2025-07-12 21:34:18','2025-07-12 20:35:19','2025-07-12 21:34:18',NULL,0,0,NULL,NULL),
(8706,'schedule_re_engagement_email','completed',10,'2025-07-13 20:52:28','2025-07-13 20:53:19','2025-07-12 20:52:28','2025-07-13 20:53:19',NULL,0,0,NULL,NULL),
(8707,'mixpanel','completed',10,'2025-07-12 22:15:19','2025-07-12 22:17:24','2025-07-12 21:34:19','2025-07-12 22:17:24',NULL,0,0,NULL,NULL),
(8708,'mixpanel','completed',10,'2025-07-12 23:12:25','2025-07-12 23:13:18','2025-07-12 22:17:25','2025-07-12 23:13:18',NULL,0,0,NULL,NULL),
(8709,'subscribers_engagement_score','completed',10,'2025-07-12 22:59:20','2025-07-12 22:59:20','2025-07-12 22:59:20','2025-07-12 22:59:20',NULL,0,0,NULL,NULL),
(8710,'subscribers_engagement_score','completed',10,'2025-07-13 15:02:00','2025-07-13 16:09:59','2025-07-12 22:59:20','2025-07-13 16:09:59',NULL,0,0,NULL,NULL),
(8711,'mixpanel','completed',10,'2025-07-13 00:03:19','2025-07-13 00:03:25','2025-07-12 23:13:19','2025-07-13 00:03:25',NULL,0,0,NULL,NULL),
(8712,'export_files_cleanup','completed',10,'2025-07-15 00:00:00','2025-07-15 00:01:17','2025-07-13 00:00:21','2025-07-15 00:01:17',NULL,0,0,NULL,NULL),
(8713,'mixpanel','completed',10,'2025-07-13 00:15:26','2025-07-13 00:17:17','2025-07-13 00:03:26','2025-07-13 00:17:17',NULL,0,0,NULL,NULL),
(8714,'mixpanel','completed',10,'2025-07-13 00:58:19','2025-07-13 00:58:22','2025-07-13 00:17:19','2025-07-13 00:58:22',NULL,0,0,NULL,NULL),
(8715,'mixpanel','completed',10,'2025-07-13 01:19:24','2025-07-13 01:20:18','2025-07-13 00:58:24','2025-07-13 01:20:18',NULL,0,0,NULL,NULL),
(8716,'mixpanel','completed',10,'2025-07-13 01:42:19','2025-07-13 01:43:21','2025-07-13 01:20:19','2025-07-13 01:43:21',NULL,0,0,NULL,NULL),
(8717,'mixpanel','completed',10,'2025-07-13 02:41:23','2025-07-13 02:44:19','2025-07-13 01:43:23','2025-07-13 02:44:19',NULL,0,0,NULL,NULL),
(8718,'mixpanel','completed',10,'2025-07-13 03:38:21','2025-07-13 03:40:19','2025-07-13 02:44:21','2025-07-13 03:40:19',NULL,0,0,NULL,NULL),
(8719,'mixpanel','completed',10,'2025-07-13 04:05:21','2025-07-13 04:07:18','2025-07-13 03:40:21','2025-07-13 04:07:18',NULL,0,0,NULL,NULL),
(8720,'mixpanel','completed',10,'2025-07-13 04:12:19','2025-07-13 04:13:17','2025-07-13 04:07:19','2025-07-13 04:13:17',NULL,0,0,NULL,NULL),
(8721,'mixpanel','completed',10,'2025-07-13 04:43:20','2025-07-13 04:44:18','2025-07-13 04:15:20','2025-07-13 04:44:18',NULL,0,0,NULL,NULL),
(8722,'mixpanel','completed',10,'2025-07-13 05:30:20','2025-07-13 05:32:19','2025-07-13 04:44:20','2025-07-13 05:32:19',NULL,0,0,NULL,NULL),
(8723,'mixpanel','completed',10,'2025-07-13 05:37:21','2025-07-13 05:40:20','2025-07-13 05:32:21','2025-07-13 05:40:20',NULL,0,0,NULL,NULL),
(8724,'mixpanel','completed',10,'2025-07-13 06:38:21','2025-07-13 06:39:19','2025-07-13 05:40:21','2025-07-13 06:39:19',NULL,0,0,NULL,NULL),
(8725,'mixpanel','completed',10,'2025-07-13 07:01:20','2025-07-13 07:01:51','2025-07-13 06:39:20','2025-07-13 07:01:51',NULL,0,0,NULL,NULL),
(8726,'mixpanel','completed',10,'2025-07-13 07:05:52','2025-07-13 07:07:52','2025-07-13 07:01:52','2025-07-13 07:07:52',NULL,0,0,NULL,NULL),
(8727,'mixpanel','completed',10,'2025-07-13 07:29:54','2025-07-13 07:30:18','2025-07-13 07:07:54','2025-07-13 07:30:18',NULL,0,0,NULL,NULL),
(8728,'mixpanel','completed',10,'2025-07-13 08:27:20','2025-07-13 08:28:18','2025-07-13 07:30:20','2025-07-13 08:28:18',NULL,0,0,NULL,NULL),
(8729,'mixpanel','completed',10,'2025-07-13 09:08:20','2025-07-13 09:10:20','2025-07-13 08:28:20','2025-07-13 09:10:20',NULL,0,0,NULL,NULL),
(8730,'mixpanel','completed',10,'2025-07-13 09:43:21','2025-07-13 09:46:19','2025-07-13 09:10:21','2025-07-13 09:46:19',NULL,0,0,NULL,NULL),
(8731,'mixpanel','completed',10,'2025-07-13 10:24:20','2025-07-13 10:26:18','2025-07-13 09:46:20','2025-07-13 10:26:18',NULL,0,0,NULL,NULL),
(8732,'mixpanel','completed',10,'2025-07-13 10:47:20','2025-07-13 10:49:19','2025-07-13 10:26:20','2025-07-13 10:49:19',NULL,0,0,NULL,NULL),
(8733,'mixpanel','completed',10,'2025-07-13 11:45:20','2025-07-13 11:47:19','2025-07-13 10:49:20','2025-07-13 11:47:19',NULL,0,0,NULL,NULL),
(8734,'mixpanel','completed',10,'2025-07-13 11:56:21','2025-07-13 11:59:19','2025-07-13 11:47:21','2025-07-13 11:59:19',NULL,0,0,NULL,NULL),
(8735,'mixpanel','completed',10,'2025-07-13 12:27:20','2025-07-13 12:29:22','2025-07-13 11:59:20','2025-07-13 12:29:22',NULL,0,0,NULL,NULL),
(8736,'mixpanel','completed',10,'2025-07-13 12:58:24','2025-07-13 13:00:17','2025-07-13 12:29:24','2025-07-13 13:00:17',NULL,0,0,NULL,NULL),
(8737,'mixpanel','completed',10,'2025-07-13 13:31:19','2025-07-13 13:32:18','2025-07-13 13:00:19','2025-07-13 13:32:18',NULL,0,0,NULL,NULL),
(8738,'mixpanel','completed',10,'2025-07-13 13:33:20','2025-07-13 13:34:19','2025-07-13 13:32:20','2025-07-13 13:34:19',NULL,0,0,NULL,NULL),
(8739,'mixpanel','completed',10,'2025-07-13 13:36:18','2025-07-13 13:37:18','2025-07-13 13:35:18','2025-07-13 13:37:18',NULL,0,0,NULL,NULL),
(8740,'mixpanel','completed',10,'2025-07-13 14:19:18','2025-07-13 14:21:36','2025-07-13 13:37:18','2025-07-13 14:21:36',NULL,0,0,NULL,NULL),
(8741,'mixpanel','completed',10,'2025-07-13 15:16:37','2025-07-13 16:09:59','2025-07-13 14:21:37','2025-07-13 16:09:59',NULL,0,0,NULL,NULL),
(8742,'subscribers_engagement_score','completed',10,'2025-07-14 18:46:00','2025-07-14 18:48:18','2025-07-13 16:09:59','2025-07-14 18:48:18',NULL,0,0,NULL,NULL),
(8743,'mixpanel','completed',10,'2025-07-13 16:37:01','2025-07-13 16:39:17','2025-07-13 16:10:01','2025-07-13 16:39:17',NULL,0,0,NULL,NULL),
(8744,'mixpanel','completed',10,'2025-07-13 17:01:19','2025-07-13 17:02:20','2025-07-13 16:39:19','2025-07-13 17:02:20',NULL,0,0,NULL,NULL),
(8745,'mixpanel','completed',10,'2025-07-13 17:18:22','2025-07-13 17:18:22','2025-07-13 17:02:22','2025-07-13 17:18:22',NULL,0,0,NULL,NULL),
(8746,'mixpanel','completed',10,'2025-07-13 17:55:19','2025-07-13 17:57:19','2025-07-13 17:21:19','2025-07-13 17:57:19',NULL,0,0,NULL,NULL),
(8747,'mixpanel','completed',10,'2025-07-13 18:42:21','2025-07-13 18:43:18','2025-07-13 17:57:21','2025-07-13 18:43:18',NULL,0,0,NULL,NULL),
(8748,'mixpanel','completed',10,'2025-07-13 19:25:20','2025-07-13 19:27:18','2025-07-13 18:43:20','2025-07-13 19:27:18',NULL,0,0,NULL,NULL),
(8749,'mixpanel','completed',10,'2025-07-13 19:44:20','2025-07-13 19:45:18','2025-07-13 19:27:20','2025-07-13 19:45:18',NULL,0,0,NULL,NULL),
(8750,'mixpanel','completed',10,'2025-07-13 19:58:20','2025-07-13 19:58:21','2025-07-13 19:45:20','2025-07-13 19:58:21',NULL,0,0,NULL,NULL),
(8751,'mixpanel','completed',10,'2025-07-13 20:55:22','2025-07-13 20:56:19','2025-07-13 19:58:22','2025-07-13 20:56:19',NULL,0,0,NULL,NULL),
(8752,'schedule_re_engagement_email','completed',10,'2025-07-14 20:53:20','2025-07-14 20:53:20','2025-07-13 20:53:20','2025-07-14 20:53:20',NULL,0,0,NULL,NULL),
(8753,'mixpanel','completed',10,'2025-07-13 21:46:20','2025-07-13 21:47:18','2025-07-13 20:56:20','2025-07-13 21:47:18',NULL,0,0,NULL,NULL),
(8754,'mixpanel','completed',10,'2025-07-13 22:00:20','2025-07-13 22:02:18','2025-07-13 21:47:20','2025-07-13 22:02:18',NULL,0,0,NULL,NULL),
(8755,'mixpanel','completed',10,'2025-07-13 22:57:19','2025-07-13 22:58:18','2025-07-13 22:02:19','2025-07-13 22:58:18',NULL,0,0,NULL,NULL),
(8756,'mixpanel','completed',10,'2025-07-13 23:46:19','2025-07-13 23:46:19','2025-07-13 22:58:19','2025-07-13 23:46:19',NULL,0,0,NULL,NULL),
(8757,'mixpanel','completed',10,'2025-07-14 00:21:19','2025-07-14 00:21:20','2025-07-13 23:47:19','2025-07-14 00:21:20',NULL,0,0,NULL,NULL),
(8758,'mixpanel','completed',10,'2025-07-14 00:39:18','2025-07-14 00:39:18','2025-07-14 00:24:18','2025-07-14 00:39:18',NULL,0,0,NULL,NULL),
(8759,'mixpanel','completed',10,'2025-07-14 01:36:19','2025-07-14 01:37:21','2025-07-14 00:39:19','2025-07-14 01:37:21',NULL,0,0,NULL,NULL),
(8760,'mixpanel','completed',10,'2025-07-14 02:20:22','2025-07-14 02:22:18','2025-07-14 01:37:22','2025-07-14 02:22:18',NULL,0,0,NULL,NULL),
(8761,'mixpanel','completed',10,'2025-07-14 02:56:19','2025-07-14 02:57:18','2025-07-14 02:22:19','2025-07-14 02:57:18',NULL,0,0,NULL,NULL),
(8762,'mixpanel','completed',10,'2025-07-14 03:38:19','2025-07-14 03:40:18','2025-07-14 02:57:19','2025-07-14 03:40:18',NULL,0,0,NULL,NULL),
(8763,'mixpanel','completed',10,'2025-07-14 04:17:19','2025-07-14 04:18:19','2025-07-14 03:40:19','2025-07-14 04:18:19',NULL,0,0,NULL,NULL),
(8764,'mixpanel','completed',10,'2025-07-14 04:45:20','2025-07-14 04:45:20','2025-07-14 04:18:20','2025-07-14 04:45:20',NULL,0,0,NULL,NULL),
(8765,'mixpanel','completed',10,'2025-07-14 05:27:18','2025-07-14 05:28:18','2025-07-14 04:48:18','2025-07-14 05:28:18',NULL,0,0,NULL,NULL),
(8766,'mixpanel','completed',10,'2025-07-14 06:18:20','2025-07-14 06:19:18','2025-07-14 05:28:20','2025-07-14 06:19:18',NULL,0,0,NULL,NULL),
(8767,'mixpanel','completed',10,'2025-07-14 06:51:20','2025-07-14 06:52:18','2025-07-14 06:19:20','2025-07-14 06:52:18',NULL,0,0,NULL,NULL),
(8768,'mixpanel','completed',10,'2025-07-14 06:52:20','2025-07-14 06:55:18','2025-07-14 06:52:20','2025-07-14 06:55:18',NULL,0,0,NULL,NULL),
(8769,'mixpanel','completed',10,'2025-07-14 07:16:19','2025-07-14 07:17:18','2025-07-14 06:55:19','2025-07-14 07:17:18',NULL,0,0,NULL,NULL),
(8770,'mixpanel','completed',10,'2025-07-14 07:19:18','2025-07-14 07:20:18','2025-07-14 07:17:18','2025-07-14 07:20:18',NULL,0,0,NULL,NULL),
(8771,'mixpanel','completed',10,'2025-07-14 08:01:20','2025-07-14 08:04:18','2025-07-14 07:20:20','2025-07-14 08:04:18',NULL,0,0,NULL,NULL),
(8772,'mixpanel','completed',10,'2025-07-14 08:37:20','2025-07-14 08:37:20','2025-07-14 08:04:20','2025-07-14 08:37:20',NULL,0,0,NULL,NULL),
(8773,'mixpanel','completed',10,'2025-07-14 09:17:18','2025-07-14 09:18:18','2025-07-14 08:40:18','2025-07-14 09:18:18',NULL,0,0,NULL,NULL),
(8774,'mixpanel','completed',10,'2025-07-14 09:41:18','2025-07-14 09:42:17','2025-07-14 09:18:18','2025-07-14 09:42:17',NULL,0,0,NULL,NULL),
(8775,'mixpanel','completed',10,'2025-07-14 10:21:19','2025-07-14 10:21:19','2025-07-14 09:42:19','2025-07-14 10:21:19',NULL,0,0,NULL,NULL),
(8776,'mixpanel','completed',10,'2025-07-14 10:49:18','2025-07-14 10:51:18','2025-07-14 10:24:18','2025-07-14 10:51:18',NULL,0,0,NULL,NULL),
(8777,'mixpanel','completed',10,'2025-07-14 11:13:19','2025-07-14 11:14:18','2025-07-14 10:51:19','2025-07-14 11:14:18',NULL,0,0,NULL,NULL),
(8778,'mixpanel','completed',10,'2025-07-14 11:38:20','2025-07-14 11:41:18','2025-07-14 11:14:20','2025-07-14 11:41:18',NULL,0,0,NULL,NULL),
(8779,'mixpanel','completed',10,'2025-07-14 11:47:20','2025-07-14 11:50:18','2025-07-14 11:41:20','2025-07-14 11:50:18',NULL,0,0,NULL,NULL),
(8780,'mixpanel','completed',10,'2025-07-14 11:57:20','2025-07-14 11:59:18','2025-07-14 11:50:20','2025-07-14 11:59:18',NULL,0,0,NULL,NULL),
(8781,'mixpanel','completed',10,'2025-07-14 12:40:20','2025-07-14 12:42:18','2025-07-14 11:59:20','2025-07-14 12:42:18',NULL,0,0,NULL,NULL),
(8782,'mixpanel','completed',10,'2025-07-14 13:17:20','2025-07-14 13:18:18','2025-07-14 12:42:20','2025-07-14 13:18:18',NULL,0,0,NULL,NULL),
(8783,'mixpanel','completed',10,'2025-07-14 13:43:20','2025-07-14 13:44:18','2025-07-14 13:18:20','2025-07-14 13:44:18',NULL,0,0,NULL,NULL),
(8784,'mixpanel','completed',10,'2025-07-14 14:02:19','2025-07-14 14:02:19','2025-07-14 13:44:19','2025-07-14 14:02:19',NULL,0,0,NULL,NULL),
(8785,'mixpanel','completed',10,'2025-07-14 14:32:18','2025-07-14 14:34:18','2025-07-14 14:05:18','2025-07-14 14:34:18',NULL,0,0,NULL,NULL),
(8786,'mixpanel','completed',10,'2025-07-14 15:01:19','2025-07-14 15:01:19','2025-07-14 14:34:19','2025-07-14 15:01:19',NULL,0,0,NULL,NULL),
(8787,'mixpanel','completed',10,'2025-07-14 15:35:18','2025-07-14 15:37:17','2025-07-14 15:04:18','2025-07-14 15:37:17',NULL,0,0,NULL,NULL),
(8788,'mixpanel','completed',10,'2025-07-14 15:45:19','2025-07-14 15:45:20','2025-07-14 15:37:19','2025-07-14 15:45:20',NULL,0,0,NULL,NULL),
(8789,'mixpanel','completed',10,'2025-07-14 16:29:18','2025-07-14 16:31:18','2025-07-14 15:48:18','2025-07-14 16:31:18',NULL,0,0,NULL,NULL),
(8790,'mixpanel','completed',10,'2025-07-14 16:58:20','2025-07-14 16:58:20','2025-07-14 16:31:20','2025-07-14 16:58:20',NULL,0,0,NULL,NULL),
(8791,'mixpanel','completed',10,'2025-07-14 17:13:18','2025-07-14 17:13:18','2025-07-14 17:01:18','2025-07-14 17:13:18',NULL,0,0,NULL,NULL),
(8792,'mixpanel','completed',10,'2025-07-14 17:27:19','2025-07-14 17:28:18','2025-07-14 17:13:19','2025-07-14 17:28:18',NULL,0,0,NULL,NULL),
(8793,'mixpanel','completed',10,'2025-07-14 17:51:20','2025-07-14 17:52:18','2025-07-14 17:28:20','2025-07-14 17:52:18',NULL,0,0,NULL,NULL),
(8794,'mixpanel','completed',10,'2025-07-14 18:35:20','2025-07-14 18:36:18','2025-07-14 17:52:20','2025-07-14 18:36:18',NULL,0,0,NULL,NULL),
(8795,'mixpanel','completed',10,'2025-07-14 19:27:20','2025-07-14 19:27:20','2025-07-14 18:36:20','2025-07-14 19:27:20',NULL,0,0,NULL,NULL),
(8796,'subscribers_engagement_score','completed',10,'2025-07-14 18:48:18','2025-07-14 18:48:19','2025-07-14 18:48:18','2025-07-14 18:48:20',NULL,0,0,NULL,NULL),
(8797,'subscribers_engagement_score','completed',10,'2025-07-15 23:31:00','2025-07-15 23:31:18','2025-07-14 18:48:19','2025-07-15 23:31:18',NULL,0,0,NULL,NULL),
(8798,'mixpanel','completed',10,'2025-07-14 20:19:18','2025-07-14 20:20:19','2025-07-14 19:30:18','2025-07-14 20:20:19',NULL,0,0,NULL,NULL),
(8799,'mixpanel','completed',10,'2025-07-14 20:47:20','2025-07-14 20:47:20','2025-07-14 20:20:20','2025-07-14 20:47:20',NULL,0,0,NULL,NULL),
(8800,'mixpanel','completed',10,'2025-07-14 21:18:18','2025-07-14 21:20:18','2025-07-14 20:50:18','2025-07-14 21:20:18',NULL,0,0,NULL,NULL),
(8801,'schedule_re_engagement_email','completed',10,'2025-07-15 20:56:18','2025-07-15 20:58:18','2025-07-14 20:56:18','2025-07-15 20:58:18',NULL,0,0,NULL,NULL),
(8802,'mixpanel','completed',10,'2025-07-14 21:34:19','2025-07-14 21:35:18','2025-07-14 21:20:19','2025-07-14 21:35:18',NULL,0,0,NULL,NULL),
(8803,'mixpanel','completed',10,'2025-07-14 22:16:19','2025-07-14 22:18:18','2025-07-14 21:35:19','2025-07-14 22:18:18',NULL,0,0,NULL,NULL),
(8804,'mixpanel','completed',10,'2025-07-14 22:41:19','2025-07-14 22:42:18','2025-07-14 22:18:19','2025-07-14 22:42:18',NULL,0,0,NULL,NULL),
(8805,'mixpanel','completed',10,'2025-07-14 23:36:20','2025-07-14 23:37:18','2025-07-14 22:42:20','2025-07-14 23:37:18',NULL,0,0,NULL,NULL),
(8806,'mixpanel','completed',10,'2025-07-15 00:25:20','2025-07-15 00:28:18','2025-07-14 23:37:20','2025-07-15 00:28:18',NULL,0,0,NULL,NULL),
(8807,'export_files_cleanup','completed',10,'2025-07-26 00:00:00','2025-07-26 00:01:21','2025-07-15 00:01:19','2025-07-26 00:01:21',NULL,0,0,NULL,NULL),
(8808,'mixpanel','completed',10,'2025-07-15 01:03:20','2025-07-15 01:03:20','2025-07-15 00:28:20','2025-07-15 01:03:20',NULL,0,0,NULL,NULL),
(8809,'mixpanel','completed',10,'2025-07-15 01:39:18','2025-07-15 01:39:18','2025-07-15 01:06:18','2025-07-15 01:39:18',NULL,0,0,NULL,NULL),
(8810,'mixpanel','completed',10,'2025-07-15 02:31:20','2025-07-15 02:32:18','2025-07-15 01:39:20','2025-07-15 02:32:18',NULL,0,0,NULL,NULL),
(8811,'mixpanel','completed',10,'2025-07-15 02:37:19','2025-07-15 02:38:18','2025-07-15 02:32:19','2025-07-15 02:38:18',NULL,0,0,NULL,NULL),
(8812,'mixpanel','completed',10,'2025-07-15 02:45:18','2025-07-15 02:46:17','2025-07-15 02:39:18','2025-07-15 02:46:17',NULL,0,0,NULL,NULL),
(8813,'mixpanel','completed',10,'2025-07-15 03:37:19','2025-07-15 03:38:19','2025-07-15 02:46:19','2025-07-15 03:38:19',NULL,0,0,NULL,NULL),
(8814,'mixpanel','completed',10,'2025-07-15 03:37:20','2025-07-15 03:41:18','2025-07-15 03:38:20','2025-07-15 03:41:18',NULL,0,0,NULL,NULL),
(8815,'mixpanel','completed',10,'2025-07-15 04:06:19','2025-07-15 04:08:18','2025-07-15 03:41:19','2025-07-15 04:08:18',NULL,0,0,NULL,NULL),
(8816,'mixpanel','completed',10,'2025-07-15 05:01:19','2025-07-15 05:03:18','2025-07-15 04:08:19','2025-07-15 05:03:18',NULL,0,0,NULL,NULL),
(8817,'mixpanel','completed',10,'2025-07-15 05:19:19','2025-07-15 05:21:18','2025-07-15 05:03:19','2025-07-15 05:21:18',NULL,0,0,NULL,NULL),
(8818,'mixpanel','completed',10,'2025-07-15 06:01:19','2025-07-15 06:02:18','2025-07-15 05:21:19','2025-07-15 06:02:18',NULL,0,0,NULL,NULL),
(8819,'mixpanel','completed',10,'2025-07-15 06:12:20','2025-07-15 06:14:18','2025-07-15 06:02:20','2025-07-15 06:14:18',NULL,0,0,NULL,NULL),
(8820,'mixpanel','completed',10,'2025-07-15 06:52:19','2025-07-15 06:54:18','2025-07-15 06:14:19','2025-07-15 06:54:18',NULL,0,0,NULL,NULL),
(8821,'mixpanel','completed',10,'2025-07-15 07:18:20','2025-07-15 07:20:18','2025-07-15 06:54:20','2025-07-15 07:20:18',NULL,0,0,NULL,NULL),
(8822,'mixpanel','completed',10,'2025-07-15 07:39:19','2025-07-15 07:40:18','2025-07-15 07:20:19','2025-07-15 07:40:18',NULL,0,0,NULL,NULL),
(8823,'mixpanel','completed',10,'2025-07-15 08:32:19','2025-07-15 08:34:17','2025-07-15 07:40:19','2025-07-15 08:34:17',NULL,0,0,NULL,NULL),
(8824,'mixpanel','completed',10,'2025-07-15 09:14:19','2025-07-15 09:16:18','2025-07-15 08:34:19','2025-07-15 09:16:18',NULL,0,0,NULL,NULL),
(8825,'mixpanel','completed',10,'2025-07-15 09:40:20','2025-07-15 09:42:18','2025-07-15 09:16:20','2025-07-15 09:42:18',NULL,0,0,NULL,NULL),
(8826,'mixpanel','completed',10,'2025-07-15 10:20:19','2025-07-15 10:20:20','2025-07-15 09:42:19','2025-07-15 10:20:20',NULL,0,0,NULL,NULL),
(8827,'mixpanel','completed',10,'2025-07-15 11:06:18','2025-07-15 11:07:18','2025-07-15 10:23:18','2025-07-15 11:07:18',NULL,0,0,NULL,NULL),
(8828,'mixpanel','completed',10,'2025-07-15 11:22:19','2025-07-15 11:23:18','2025-07-15 11:07:19','2025-07-15 11:23:18',NULL,0,0,NULL,NULL),
(8829,'mixpanel','completed',10,'2025-07-15 12:02:18','2025-07-15 12:03:17','2025-07-15 11:24:18','2025-07-15 12:03:17',NULL,0,0,NULL,NULL),
(8830,'mixpanel','completed',10,'2025-07-15 12:34:19','2025-07-15 12:35:18','2025-07-15 12:03:19','2025-07-15 12:35:18',NULL,0,0,NULL,NULL),
(8831,'mixpanel','completed',10,'2025-07-15 13:12:20','2025-07-15 13:13:19','2025-07-15 12:35:20','2025-07-15 13:13:19',NULL,0,0,NULL,NULL),
(8832,'mixpanel','completed',10,'2025-07-15 14:09:20','2025-07-15 14:12:18','2025-07-15 13:13:20','2025-07-15 14:12:18',NULL,0,0,NULL,NULL),
(8833,'mixpanel','completed',10,'2025-07-15 14:41:19','2025-07-15 14:41:20','2025-07-15 14:12:19','2025-07-15 14:41:20',NULL,0,0,NULL,NULL),
(8834,'mixpanel','completed',10,'2025-07-15 14:43:17','2025-07-15 14:44:19','2025-07-15 14:44:17','2025-07-15 14:44:19',NULL,0,0,NULL,NULL),
(8835,'mixpanel','completed',10,'2025-07-15 15:10:19','2025-07-15 15:11:17','2025-07-15 14:47:19','2025-07-15 15:11:17',NULL,0,0,NULL,NULL),
(8836,'mixpanel','completed',10,'2025-07-15 15:26:18','2025-07-15 15:26:19','2025-07-15 15:13:18','2025-07-15 15:26:19',NULL,0,0,NULL,NULL),
(8837,'mixpanel','completed',10,'2025-07-15 15:36:20','2025-07-15 15:38:18','2025-07-15 15:26:20','2025-07-15 15:38:18',NULL,0,0,NULL,NULL),
(8838,'mixpanel','completed',10,'2025-07-15 16:06:19','2025-07-15 16:08:18','2025-07-15 15:38:19','2025-07-15 16:08:18',NULL,0,0,NULL,NULL),
(8839,'mixpanel','completed',10,'2025-07-15 17:01:20','2025-07-15 17:03:17','2025-07-15 16:08:20','2025-07-15 17:03:17',NULL,0,0,NULL,NULL),
(8840,'mixpanel','completed',10,'2025-07-15 17:58:19','2025-07-15 17:59:18','2025-07-15 17:03:19','2025-07-15 17:59:18',NULL,0,0,NULL,NULL),
(8841,'mixpanel','completed',10,'2025-07-15 18:31:20','2025-07-15 18:33:18','2025-07-15 17:59:20','2025-07-15 18:33:18',NULL,0,0,NULL,NULL),
(8842,'mixpanel','completed',10,'2025-07-15 19:23:20','2025-07-15 19:24:18','2025-07-15 18:33:20','2025-07-15 19:24:18',NULL,0,0,NULL,NULL),
(8843,'mixpanel','completed',10,'2025-07-15 19:45:19','2025-07-15 19:47:18','2025-07-15 19:24:19','2025-07-15 19:47:18',NULL,0,0,NULL,NULL),
(8844,'mixpanel','completed',10,'2025-07-15 20:09:20','2025-07-15 20:10:18','2025-07-15 19:47:20','2025-07-15 20:10:18',NULL,0,0,NULL,NULL),
(8845,'mixpanel','completed',10,'2025-07-15 21:03:19','2025-07-15 21:04:18','2025-07-15 20:10:19','2025-07-15 21:04:18',NULL,0,0,NULL,NULL),
(8846,'schedule_re_engagement_email','completed',10,'2025-07-16 20:58:20','2025-07-16 20:59:19','2025-07-15 20:58:20','2025-07-16 20:59:19',NULL,0,0,NULL,NULL),
(8847,'mixpanel','completed',10,'2025-07-15 21:28:20','2025-07-15 21:30:18','2025-07-15 21:04:20','2025-07-15 21:30:18',NULL,0,0,NULL,NULL),
(8848,'mixpanel','completed',10,'2025-07-15 22:19:19','2025-07-15 22:20:19','2025-07-15 21:30:19','2025-07-15 22:20:19',NULL,0,0,NULL,NULL),
(8849,'mixpanel','completed',10,'2025-07-15 23:07:20','2025-07-15 23:08:18','2025-07-15 22:20:20','2025-07-15 23:08:18',NULL,0,0,NULL,NULL),
(8850,'mixpanel','completed',10,'2025-07-15 23:58:19','2025-07-15 23:58:19','2025-07-15 23:08:19','2025-07-15 23:58:19',NULL,0,0,NULL,NULL),
(8851,'subscribers_engagement_score','completed',10,'2025-07-15 23:31:18','2025-07-15 23:31:20','2025-07-15 23:31:18','2025-07-15 23:31:20',NULL,0,0,NULL,NULL),
(8852,'subscribers_engagement_score','completed',10,'2025-07-16 19:55:00','2025-07-16 19:57:17','2025-07-15 23:31:20','2025-07-16 19:57:17',NULL,0,0,NULL,NULL),
(8853,'mixpanel','completed',10,'2025-07-16 00:42:18','2025-07-16 00:43:18','2025-07-16 00:01:18','2025-07-16 00:43:18',NULL,0,0,NULL,NULL),
(8854,'mixpanel','completed',10,'2025-07-16 01:26:20','2025-07-16 01:27:19','2025-07-16 00:43:20','2025-07-16 01:27:19',NULL,0,0,NULL,NULL),
(8855,'mixpanel','completed',10,'2025-07-16 01:45:20','2025-07-16 01:47:19','2025-07-16 01:27:20','2025-07-16 01:47:19',NULL,0,0,NULL,NULL),
(8856,'mixpanel','completed',10,'2025-07-16 02:21:20','2025-07-16 02:22:18','2025-07-16 01:47:20','2025-07-16 02:22:18',NULL,0,0,NULL,NULL),
(8857,'mixpanel','completed',10,'2025-07-16 02:57:19','2025-07-16 02:57:19','2025-07-16 02:22:19','2025-07-16 02:57:19',NULL,0,0,NULL,NULL),
(8858,'mixpanel','completed',10,'2025-07-16 03:08:18','2025-07-16 03:09:18','2025-07-16 03:00:18','2025-07-16 03:09:18',NULL,0,0,NULL,NULL),
(8859,'mixpanel','completed',10,'2025-07-16 03:34:19','2025-07-16 03:36:18','2025-07-16 03:09:19','2025-07-16 03:36:18',NULL,0,0,NULL,NULL),
(8860,'mixpanel','completed',10,'2025-07-16 03:48:19','2025-07-16 03:48:19','2025-07-16 03:36:19','2025-07-16 03:48:19',NULL,0,0,NULL,NULL),
(8861,'mixpanel','completed',10,'2025-07-16 04:19:18','2025-07-16 04:21:18','2025-07-16 03:51:18','2025-07-16 04:21:18',NULL,0,0,NULL,NULL),
(8862,'mixpanel','completed',10,'2025-07-16 04:47:19','2025-07-16 04:47:19','2025-07-16 04:21:19','2025-07-16 04:47:19',NULL,0,0,NULL,NULL),
(8863,'mixpanel','completed',10,'2025-07-16 05:04:18','2025-07-16 05:04:18','2025-07-16 04:50:18','2025-07-16 05:04:18',NULL,0,0,NULL,NULL),
(8864,'mixpanel','completed',10,'2025-07-16 05:38:19','2025-07-16 05:40:18','2025-07-16 05:04:19','2025-07-16 05:40:18',NULL,0,0,NULL,NULL),
(8865,'mixpanel','completed',10,'2025-07-16 05:49:20','2025-07-16 05:51:18','2025-07-16 05:40:20','2025-07-16 05:51:18',NULL,0,0,NULL,NULL),
(8866,'mixpanel','completed',10,'2025-07-16 05:51:19','2025-07-16 05:54:18','2025-07-16 05:51:19','2025-07-16 05:54:18',NULL,0,0,NULL,NULL),
(8867,'mixpanel','completed',10,'2025-07-16 06:23:20','2025-07-16 06:24:18','2025-07-16 05:54:20','2025-07-16 06:24:18',NULL,0,0,NULL,NULL),
(8868,'mixpanel','completed',10,'2025-07-16 06:40:19','2025-07-16 06:41:18','2025-07-16 06:24:19','2025-07-16 06:41:18',NULL,0,0,NULL,NULL),
(8869,'mixpanel','completed',10,'2025-07-16 06:50:19','2025-07-16 06:50:19','2025-07-16 06:41:19','2025-07-16 06:50:19',NULL,0,0,NULL,NULL),
(8870,'mixpanel','completed',10,'2025-07-16 07:12:18','2025-07-16 07:13:17','2025-07-16 06:52:18','2025-07-16 07:13:17',NULL,0,0,NULL,NULL),
(8871,'mixpanel','completed',10,'2025-07-16 07:27:19','2025-07-16 07:28:18','2025-07-16 07:13:19','2025-07-16 07:28:18',NULL,0,0,NULL,NULL),
(8872,'mixpanel','completed',10,'2025-07-16 07:49:19','2025-07-16 07:51:18','2025-07-16 07:28:19','2025-07-16 07:51:18',NULL,0,0,NULL,NULL),
(8873,'mixpanel','completed',10,'2025-07-16 07:54:20','2025-07-16 07:56:20','2025-07-16 07:51:20','2025-07-16 07:56:20',NULL,0,0,NULL,NULL),
(8874,'mixpanel','completed',10,'2025-07-16 08:08:22','2025-07-16 08:10:18','2025-07-16 07:56:22','2025-07-16 08:10:18',NULL,0,0,NULL,NULL),
(8875,'mixpanel','completed',10,'2025-07-16 08:46:20','2025-07-16 08:48:18','2025-07-16 08:10:20','2025-07-16 08:48:18',NULL,0,0,NULL,NULL),
(8876,'mixpanel','completed',10,'2025-07-16 09:01:19','2025-07-16 09:03:18','2025-07-16 08:48:19','2025-07-16 09:03:18',NULL,0,0,NULL,NULL),
(8877,'mixpanel','completed',10,'2025-07-16 09:42:20','2025-07-16 09:43:18','2025-07-16 09:03:20','2025-07-16 09:43:18',NULL,0,0,NULL,NULL),
(8878,'mixpanel','completed',10,'2025-07-16 10:23:19','2025-07-16 10:24:18','2025-07-16 09:43:19','2025-07-16 10:24:18',NULL,0,0,NULL,NULL),
(8879,'mixpanel','completed',10,'2025-07-16 11:18:18','2025-07-16 11:18:18','2025-07-16 10:24:18','2025-07-16 11:18:18',NULL,0,0,NULL,NULL),
(8880,'mixpanel','completed',10,'2025-07-16 11:44:20','2025-07-16 11:45:18','2025-07-16 11:18:20','2025-07-16 11:45:18',NULL,0,0,NULL,NULL),
(8881,'mixpanel','completed',10,'2025-07-16 12:29:19','2025-07-16 12:30:18','2025-07-16 11:45:19','2025-07-16 12:30:18',NULL,0,0,NULL,NULL),
(8882,'mixpanel','completed',10,'2025-07-16 12:46:20','2025-07-16 12:48:18','2025-07-16 12:30:20','2025-07-16 12:48:18',NULL,0,0,NULL,NULL),
(8883,'mixpanel','completed',10,'2025-07-16 13:31:20','2025-07-16 13:33:18','2025-07-16 12:48:20','2025-07-16 13:33:18',NULL,0,0,NULL,NULL),
(8884,'mixpanel','completed',10,'2025-07-16 14:28:18','2025-07-16 14:28:18','2025-07-16 13:34:18','2025-07-16 14:28:18',NULL,0,0,NULL,NULL),
(8885,'mixpanel','completed',10,'2025-07-16 14:56:20','2025-07-16 14:58:18','2025-07-16 14:28:20','2025-07-16 14:58:18',NULL,0,0,NULL,NULL),
(8886,'mixpanel','completed',10,'2025-07-16 15:06:20','2025-07-16 15:07:18','2025-07-16 14:58:20','2025-07-16 15:07:18',NULL,0,0,NULL,NULL),
(8887,'mixpanel','completed',10,'2025-07-16 15:16:19','2025-07-16 15:16:19','2025-07-16 15:07:19','2025-07-16 15:16:19',NULL,0,0,NULL,NULL),
(8888,'mixpanel','completed',10,'2025-07-16 16:14:18','2025-07-16 16:16:17','2025-07-16 15:19:18','2025-07-16 16:16:17',NULL,0,0,NULL,NULL),
(8889,'mixpanel','completed',10,'2025-07-16 16:43:19','2025-07-16 16:43:20','2025-07-16 16:16:19','2025-07-16 16:43:20',NULL,0,0,NULL,NULL),
(8890,'mixpanel','completed',10,'2025-07-16 17:32:18','2025-07-16 17:34:18','2025-07-16 16:46:18','2025-07-16 17:34:18',NULL,0,0,NULL,NULL),
(8891,'mixpanel','completed',10,'2025-07-16 18:26:19','2025-07-16 18:28:18','2025-07-16 17:34:19','2025-07-16 18:28:18',NULL,0,0,NULL,NULL),
(8892,'mixpanel','completed',10,'2025-07-16 18:43:19','2025-07-16 18:43:19','2025-07-16 18:28:19','2025-07-16 18:43:19',NULL,0,0,NULL,NULL),
(8893,'mixpanel','completed',10,'2025-07-16 19:43:18','2025-07-16 19:45:18','2025-07-16 18:46:18','2025-07-16 19:45:18',NULL,0,0,NULL,NULL),
(8894,'mixpanel','completed',10,'2025-07-16 20:32:20','2025-07-16 20:35:18','2025-07-16 19:45:20','2025-07-16 20:35:18',NULL,0,0,NULL,NULL),
(8895,'subscribers_engagement_score','completed',10,'2025-07-17 07:44:00','2025-07-17 07:46:18','2025-07-16 19:57:17','2025-07-17 07:46:18',NULL,0,0,NULL,NULL),
(8896,'mixpanel','completed',10,'2025-07-16 21:22:20','2025-07-16 21:25:19','2025-07-16 20:35:20','2025-07-16 21:25:19',NULL,0,0,NULL,NULL),
(8897,'schedule_re_engagement_email','completed',10,'2025-07-17 20:59:20','2025-07-17 21:00:18','2025-07-16 20:59:20','2025-07-17 21:00:18',NULL,0,0,NULL,NULL),
(8898,'mixpanel','completed',10,'2025-07-16 21:37:20','2025-07-16 21:40:18','2025-07-16 21:25:20','2025-07-16 21:40:18',NULL,0,0,NULL,NULL),
(8899,'mixpanel','completed',10,'2025-07-16 22:11:20','2025-07-16 22:13:18','2025-07-16 21:40:20','2025-07-16 22:13:18',NULL,0,0,NULL,NULL),
(8900,'mixpanel','completed',10,'2025-07-16 23:03:20','2025-07-16 23:04:18','2025-07-16 22:13:20','2025-07-16 23:04:18',NULL,0,0,NULL,NULL),
(8901,'mixpanel','completed',10,'2025-07-16 23:56:19','2025-07-16 23:57:18','2025-07-16 23:04:19','2025-07-16 23:57:18',NULL,0,0,NULL,NULL),
(8902,'mixpanel','completed',10,'2025-07-17 00:40:20','2025-07-17 00:42:18','2025-07-16 23:57:20','2025-07-17 00:42:18',NULL,0,0,NULL,NULL),
(8903,'subscribers_email_count','completed',10,'2025-07-26 00:00:00','2025-07-26 00:01:21','2025-07-17 00:00:18','2025-07-26 00:01:21',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(8904,'inactive_subscribers','completed',10,'2025-07-26 00:00:00','2025-07-26 00:01:21','2025-07-17 00:00:18','2025-07-26 00:01:21',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(8905,'mixpanel','completed',10,'2025-07-17 01:03:19','2025-07-17 01:03:20','2025-07-17 00:42:19','2025-07-17 01:03:20',NULL,0,0,NULL,NULL),
(8906,'mixpanel','completed',10,'2025-07-17 01:09:17','2025-07-17 01:09:19','2025-07-17 01:06:17','2025-07-17 01:09:19',NULL,0,0,NULL,NULL),
(8907,'mixpanel','completed',10,'2025-07-17 01:59:20','2025-07-17 02:00:17','2025-07-17 01:09:20','2025-07-17 02:00:17',NULL,0,0,NULL,NULL),
(8908,'mixpanel','completed',10,'2025-07-17 02:00:19','2025-07-17 02:03:18','2025-07-17 02:00:19','2025-07-17 02:03:18',NULL,0,0,NULL,NULL),
(8909,'mixpanel','completed',10,'2025-07-17 02:12:20','2025-07-17 02:15:18','2025-07-17 02:03:20','2025-07-17 02:15:18',NULL,0,0,NULL,NULL),
(8910,'mixpanel','completed',10,'2025-07-17 02:55:20','2025-07-17 02:56:35','2025-07-17 02:15:20','2025-07-17 02:56:35',NULL,0,0,NULL,NULL),
(8911,'mixpanel','completed',10,'2025-07-17 03:18:37','2025-07-17 03:19:18','2025-07-17 02:56:37','2025-07-17 03:19:18',NULL,0,0,NULL,NULL),
(8912,'mixpanel','completed',10,'2025-07-17 03:48:20','2025-07-17 03:51:19','2025-07-17 03:19:20','2025-07-17 03:51:19',NULL,0,0,NULL,NULL),
(8913,'mixpanel','completed',10,'2025-07-17 04:43:20','2025-07-17 04:45:25','2025-07-17 03:51:20','2025-07-17 04:45:25',NULL,0,0,NULL,NULL),
(8914,'mixpanel','completed',10,'2025-07-17 05:33:26','2025-07-17 05:36:19','2025-07-17 04:45:26','2025-07-17 05:36:19',NULL,0,0,NULL,NULL),
(8915,'mixpanel','completed',10,'2025-07-17 06:33:20','2025-07-17 06:35:17','2025-07-17 05:36:20','2025-07-17 06:35:17',NULL,0,0,NULL,NULL),
(8916,'mixpanel','completed',10,'2025-07-17 07:01:19','2025-07-17 07:02:18','2025-07-17 06:35:19','2025-07-17 07:02:18',NULL,0,0,NULL,NULL),
(8917,'mixpanel','completed',10,'2025-07-17 07:57:19','2025-07-17 07:58:18','2025-07-17 07:02:19','2025-07-17 07:58:18',NULL,0,0,NULL,NULL),
(8918,'subscribers_engagement_score','completed',10,'2025-07-17 07:46:18','2025-07-17 07:46:20','2025-07-17 07:46:18','2025-07-17 07:46:20',NULL,0,0,NULL,NULL),
(8919,'subscribers_engagement_score','completed',10,'2025-07-18 01:40:00','2025-07-18 01:40:17','2025-07-17 07:46:20','2025-07-18 01:40:17',NULL,0,0,NULL,NULL),
(8920,'mixpanel','completed',10,'2025-07-17 08:36:19','2025-07-17 08:37:18','2025-07-17 07:58:19','2025-07-17 08:37:18',NULL,0,0,NULL,NULL),
(8921,'mixpanel','completed',10,'2025-07-17 09:07:20','2025-07-17 09:10:19','2025-07-17 08:37:20','2025-07-17 09:10:19',NULL,0,0,NULL,NULL),
(8922,'mixpanel','completed',10,'2025-07-17 09:24:20','2025-07-17 09:25:18','2025-07-17 09:10:20','2025-07-17 09:25:18',NULL,0,0,NULL,NULL),
(8923,'mixpanel','completed',10,'2025-07-17 09:56:19','2025-07-17 09:58:18','2025-07-17 09:25:19','2025-07-17 09:58:18',NULL,0,0,NULL,NULL),
(8924,'mixpanel','completed',10,'2025-07-17 10:52:19','2025-07-17 10:53:18','2025-07-17 09:58:19','2025-07-17 10:53:18',NULL,0,0,NULL,NULL),
(8925,'mixpanel','completed',10,'2025-07-17 11:24:19','2025-07-17 11:24:20','2025-07-17 10:53:19','2025-07-17 11:24:20',NULL,0,0,NULL,NULL),
(8926,'mixpanel','completed',10,'2025-07-17 12:16:18','2025-07-17 12:16:18','2025-07-17 11:27:18','2025-07-17 12:16:18',NULL,0,0,NULL,NULL),
(8927,'mixpanel','completed',10,'2025-07-17 12:34:19','2025-07-17 12:34:20','2025-07-17 12:16:19','2025-07-17 12:34:20',NULL,0,0,NULL,NULL),
(8928,'mixpanel','completed',10,'2025-07-17 13:02:18','2025-07-17 13:04:18','2025-07-17 12:37:18','2025-07-17 13:04:18',NULL,0,0,NULL,NULL),
(8929,'mixpanel','completed',10,'2025-07-17 13:14:19','2025-07-17 13:16:17','2025-07-17 13:04:19','2025-07-17 13:16:17',NULL,0,0,NULL,NULL),
(8930,'mixpanel','completed',10,'2025-07-17 13:25:19','2025-07-17 13:25:19','2025-07-17 13:16:19','2025-07-17 13:25:19',NULL,0,0,NULL,NULL),
(8931,'mixpanel','completed',10,'2025-07-17 14:03:18','2025-07-17 14:04:17','2025-07-17 13:28:18','2025-07-17 14:04:17',NULL,0,0,NULL,NULL),
(8932,'mixpanel','completed',10,'2025-07-17 14:19:19','2025-07-17 14:19:19','2025-07-17 14:04:19','2025-07-17 14:19:19',NULL,0,0,NULL,NULL),
(8933,'mixpanel','completed',10,'2025-07-17 14:50:18','2025-07-17 14:56:22','2025-07-17 14:22:18','2025-07-17 14:56:22',NULL,0,0,NULL,NULL),
(8934,'mixpanel','completed',10,'2025-07-17 15:39:23','2025-07-17 15:41:18','2025-07-17 14:56:23','2025-07-17 15:41:18',NULL,0,0,NULL,NULL),
(8935,'mixpanel','completed',10,'2025-07-17 16:20:19','2025-07-17 16:22:17','2025-07-17 15:41:19','2025-07-17 16:22:17',NULL,0,0,NULL,NULL),
(8936,'mixpanel','completed',10,'2025-07-17 16:46:19','2025-07-17 16:48:18','2025-07-17 16:22:19','2025-07-17 16:48:18',NULL,0,0,NULL,NULL),
(8937,'mixpanel','completed',10,'2025-07-17 16:56:20','2025-07-17 17:07:29','2025-07-17 16:48:20','2025-07-17 17:07:29',NULL,0,0,NULL,NULL),
(8938,'mixpanel','completed',10,'2025-07-17 17:28:31','2025-07-17 17:29:18','2025-07-17 17:07:31','2025-07-17 17:29:18',NULL,0,0,NULL,NULL),
(8939,'mixpanel','completed',10,'2025-07-17 18:23:20','2025-07-17 18:24:18','2025-07-17 17:29:20','2025-07-17 18:24:18',NULL,0,0,NULL,NULL),
(8940,'mixpanel','completed',10,'2025-07-17 19:00:19','2025-07-17 19:00:20','2025-07-17 18:24:19','2025-07-17 19:00:20',NULL,0,0,NULL,NULL),
(8941,'mixpanel','completed',10,'2025-07-17 19:19:18','2025-07-17 19:21:17','2025-07-17 19:03:18','2025-07-17 19:21:17',NULL,0,0,NULL,NULL),
(8942,'mixpanel','completed',10,'2025-07-17 19:38:19','2025-07-17 19:39:18','2025-07-17 19:21:19','2025-07-17 19:39:18',NULL,0,0,NULL,NULL),
(8943,'mixpanel','completed',10,'2025-07-17 20:01:19','2025-07-17 20:02:40','2025-07-17 19:39:19','2025-07-17 20:02:40',NULL,0,0,NULL,NULL),
(8944,'mixpanel','completed',10,'2025-07-17 20:06:42','2025-07-17 20:08:18','2025-07-17 20:02:42','2025-07-17 20:08:18',NULL,0,0,NULL,NULL),
(8945,'mixpanel','completed',10,'2025-07-17 20:55:20','2025-07-17 20:56:18','2025-07-17 20:08:20','2025-07-17 20:56:18',NULL,0,0,NULL,NULL),
(8946,'mixpanel','completed',10,'2025-07-17 21:55:18','2025-07-17 21:59:02','2025-07-17 20:58:18','2025-07-17 21:59:02',NULL,0,0,NULL,NULL),
(8947,'schedule_re_engagement_email','completed',10,'2025-07-18 21:00:20','2025-07-18 21:03:09','2025-07-17 21:00:20','2025-07-18 21:03:09',NULL,0,0,NULL,NULL),
(8948,'mixpanel','completed',10,'2025-07-17 22:46:04','2025-07-17 22:48:18','2025-07-17 21:59:04','2025-07-17 22:48:18',NULL,0,0,NULL,NULL),
(8949,'mixpanel','completed',10,'2025-07-17 23:33:20','2025-07-17 23:36:18','2025-07-17 22:48:20','2025-07-17 23:36:18',NULL,0,0,NULL,NULL),
(8950,'mixpanel','completed',10,'2025-07-18 00:23:19','2025-07-18 00:25:18','2025-07-17 23:36:19','2025-07-18 00:25:18',NULL,0,0,NULL,NULL),
(8951,'mixpanel','completed',10,'2025-07-18 00:41:19','2025-07-18 00:43:18','2025-07-18 00:25:19','2025-07-18 00:43:18',NULL,0,0,NULL,NULL),
(8952,'mixpanel','completed',10,'2025-07-18 01:19:19','2025-07-18 01:19:19','2025-07-18 00:43:19','2025-07-18 01:19:19',NULL,0,0,NULL,NULL),
(8953,'mixpanel','completed',10,'2025-07-18 02:02:18','2025-07-18 02:04:18','2025-07-18 01:22:18','2025-07-18 02:04:18',NULL,0,0,NULL,NULL),
(8954,'subscribers_engagement_score','completed',10,'2025-07-19 15:51:00','2025-07-19 15:52:28','2025-07-18 01:40:17','2025-07-19 15:52:28',NULL,0,0,NULL,NULL),
(8955,'mixpanel','completed',10,'2025-07-18 02:40:20','2025-07-18 02:40:20','2025-07-18 02:04:20','2025-07-18 02:40:20',NULL,0,0,NULL,NULL),
(8956,'mixpanel','completed',10,'2025-07-18 03:31:18','2025-07-18 03:31:18','2025-07-18 02:43:18','2025-07-18 03:31:18',NULL,0,0,NULL,NULL),
(8957,'mixpanel','completed',10,'2025-07-18 03:35:20','2025-07-18 03:37:18','2025-07-18 03:31:20','2025-07-18 03:37:18',NULL,0,0,NULL,NULL),
(8958,'mixpanel','completed',10,'2025-07-18 04:02:19','2025-07-18 04:04:18','2025-07-18 03:37:19','2025-07-18 04:04:18',NULL,0,0,NULL,NULL),
(8959,'mixpanel','completed',10,'2025-07-18 04:31:19','2025-07-18 04:31:19','2025-07-18 04:04:19','2025-07-18 04:31:19',NULL,0,0,NULL,NULL),
(8960,'mixpanel','completed',10,'2025-07-18 05:18:17','2025-07-18 05:19:18','2025-07-18 04:34:17','2025-07-18 05:19:18',NULL,0,0,NULL,NULL),
(8961,'mixpanel','completed',10,'2025-07-18 05:51:19','2025-07-18 05:52:18','2025-07-18 05:19:19','2025-07-18 05:52:18',NULL,0,0,NULL,NULL),
(8962,'mixpanel','completed',10,'2025-07-18 06:01:20','2025-07-18 06:04:18','2025-07-18 05:52:20','2025-07-18 06:04:18',NULL,0,0,NULL,NULL),
(8963,'mixpanel','completed',10,'2025-07-18 06:12:19','2025-07-18 06:13:18','2025-07-18 06:04:19','2025-07-18 06:13:18',NULL,0,0,NULL,NULL),
(8964,'mixpanel','completed',10,'2025-07-18 07:05:20','2025-07-18 07:07:18','2025-07-18 06:13:20','2025-07-18 07:07:18',NULL,0,0,NULL,NULL),
(8965,'mixpanel','completed',10,'2025-07-18 07:41:19','2025-07-18 07:43:18','2025-07-18 07:07:19','2025-07-18 07:43:18',NULL,0,0,NULL,NULL),
(8966,'mixpanel','completed',10,'2025-07-18 08:24:19','2025-07-18 08:25:18','2025-07-18 07:43:19','2025-07-18 08:25:18',NULL,0,0,NULL,NULL),
(8967,'mixpanel','completed',10,'2025-07-18 09:22:20','2025-07-18 09:24:18','2025-07-18 08:25:20','2025-07-18 09:24:18',NULL,0,0,NULL,NULL),
(8968,'mixpanel','completed',10,'2025-07-18 09:56:20','2025-07-18 09:57:18','2025-07-18 09:24:20','2025-07-18 09:57:18',NULL,0,0,NULL,NULL),
(8969,'mixpanel','completed',10,'2025-07-18 10:56:18','2025-07-18 10:57:18','2025-07-18 09:59:18','2025-07-18 10:57:18',NULL,0,0,NULL,NULL),
(8970,'mixpanel','completed',10,'2025-07-18 11:00:19','2025-07-18 11:00:20','2025-07-18 10:57:19','2025-07-18 11:00:20',NULL,0,0,NULL,NULL),
(8971,'mixpanel','completed',10,'2025-07-18 11:27:18','2025-07-18 11:27:18','2025-07-18 11:03:18','2025-07-18 11:27:18',NULL,0,0,NULL,NULL),
(8972,'mixpanel','completed',10,'2025-07-18 12:13:18','2025-07-18 12:15:18','2025-07-18 11:28:18','2025-07-18 12:15:18',NULL,0,0,NULL,NULL),
(8973,'mixpanel','completed',10,'2025-07-18 12:32:20','2025-07-18 12:33:18','2025-07-18 12:15:20','2025-07-18 12:33:18',NULL,0,0,NULL,NULL),
(8974,'mixpanel','completed',10,'2025-07-18 12:41:20','2025-07-18 12:42:18','2025-07-18 12:33:20','2025-07-18 12:42:18',NULL,0,0,NULL,NULL),
(8975,'mixpanel','completed',10,'2025-07-18 13:26:19','2025-07-18 13:26:20','2025-07-18 12:42:19','2025-07-18 13:26:20',NULL,0,0,NULL,NULL),
(8976,'mixpanel','completed',10,'2025-07-18 13:46:17','2025-07-18 13:47:18','2025-07-18 13:29:17','2025-07-18 13:47:18',NULL,0,0,NULL,NULL),
(8977,'mixpanel','completed',10,'2025-07-18 14:27:19','2025-07-18 14:29:18','2025-07-18 13:47:19','2025-07-18 14:29:18',NULL,0,0,NULL,NULL),
(8978,'mixpanel','completed',10,'2025-07-18 15:24:20','2025-07-18 15:25:17','2025-07-18 14:29:20','2025-07-18 15:25:17',NULL,0,0,NULL,NULL),
(8979,'mixpanel','completed',10,'2025-07-18 15:30:17','2025-07-18 15:30:18','2025-07-18 15:27:17','2025-07-18 15:30:18',NULL,0,0,NULL,NULL),
(8980,'mixpanel','completed',10,'2025-07-18 15:39:20','2025-07-18 15:39:20','2025-07-18 15:30:20','2025-07-18 15:39:20',NULL,0,0,NULL,NULL),
(8981,'mixpanel','completed',10,'2025-07-18 16:15:18','2025-07-18 16:15:18','2025-07-18 15:42:18','2025-07-18 16:15:18',NULL,0,0,NULL,NULL),
(8982,'mixpanel','completed',10,'2025-07-18 16:44:19','2025-07-18 16:45:18','2025-07-18 16:15:19','2025-07-18 16:45:18',NULL,0,0,NULL,NULL),
(8983,'mixpanel','completed',10,'2025-07-18 16:54:19','2025-07-18 16:54:19','2025-07-18 16:45:19','2025-07-18 16:54:19',NULL,0,0,NULL,NULL),
(8984,'mixpanel','completed',10,'2025-07-18 17:16:18','2025-07-18 20:32:21','2025-07-18 16:57:18','2025-07-18 20:32:21',NULL,0,0,NULL,NULL),
(8985,'mixpanel','completed',10,'2025-07-18 21:12:24','2025-07-18 21:20:32','2025-07-18 20:32:24','2025-07-18 21:20:32',NULL,0,0,NULL,NULL),
(8986,'schedule_re_engagement_email','completed',10,'2025-07-19 21:03:11','2025-07-19 21:04:43','2025-07-18 21:03:11','2025-07-19 21:04:43',NULL,0,0,NULL,NULL),
(8987,'mixpanel','completed',10,'2025-07-18 21:50:35','2025-07-18 21:53:47','2025-07-18 21:20:35','2025-07-18 21:53:47',NULL,0,0,NULL,NULL),
(8988,'mixpanel','completed',10,'2025-07-18 22:31:49','2025-07-18 22:43:26','2025-07-18 21:53:49','2025-07-18 22:43:26',NULL,0,0,NULL,NULL),
(8989,'mixpanel','completed',10,'2025-07-18 23:30:30','2025-07-18 23:42:13','2025-07-18 22:43:30','2025-07-18 23:42:13',NULL,0,0,NULL,NULL),
(8990,'mixpanel','completed',10,'2025-07-19 00:11:16','2025-07-19 00:23:50','2025-07-18 23:42:16','2025-07-19 00:23:50',NULL,0,0,NULL,NULL),
(8991,'mixpanel','completed',10,'2025-07-19 00:54:53','2025-07-19 00:59:30','2025-07-19 00:23:53','2025-07-19 00:59:30',NULL,0,0,NULL,NULL),
(8992,'mixpanel','completed',10,'2025-07-19 01:56:32','2025-07-19 02:21:41','2025-07-19 00:59:32','2025-07-19 02:21:41',NULL,0,0,NULL,NULL),
(8993,'mixpanel','completed',10,'2025-07-19 02:43:44','2025-07-19 02:45:28','2025-07-19 02:21:44','2025-07-19 02:45:28',NULL,0,0,NULL,NULL),
(8994,'mixpanel','completed',10,'2025-07-19 03:01:31','2025-07-19 03:02:49','2025-07-19 02:45:31','2025-07-19 03:02:49',NULL,0,0,NULL,NULL),
(8995,'mixpanel','completed',10,'2025-07-19 03:23:52','2025-07-19 03:40:26','2025-07-19 03:02:52','2025-07-19 03:40:26',NULL,0,0,NULL,NULL),
(8996,'mixpanel','completed',10,'2025-07-19 04:37:29','2025-07-19 04:37:44','2025-07-19 03:40:29','2025-07-19 04:37:44',NULL,0,0,NULL,NULL),
(8997,'mixpanel','completed',10,'2025-07-19 05:19:46','2025-07-19 05:21:47','2025-07-19 04:38:46','2025-07-19 05:21:47',NULL,0,0,NULL,NULL),
(8998,'mixpanel','completed',10,'2025-07-19 06:00:49','2025-07-19 06:02:44','2025-07-19 05:21:49','2025-07-19 06:02:44',NULL,0,0,NULL,NULL),
(8999,'mixpanel','completed',10,'2025-07-19 06:42:45','2025-07-19 06:44:48','2025-07-19 06:02:45','2025-07-19 06:44:48',NULL,0,0,NULL,NULL),
(9000,'mixpanel','completed',10,'2025-07-19 07:05:50','2025-07-19 07:06:39','2025-07-19 06:44:50','2025-07-19 07:06:39',NULL,0,0,NULL,NULL),
(9001,'mixpanel','completed',10,'2025-07-19 07:38:41','2025-07-19 07:40:12','2025-07-19 07:06:41','2025-07-19 07:40:12',NULL,0,0,NULL,NULL),
(9002,'mixpanel','completed',10,'2025-07-19 08:25:15','2025-07-19 08:26:23','2025-07-19 07:40:15','2025-07-19 08:26:23',NULL,0,0,NULL,NULL),
(9003,'mixpanel','completed',10,'2025-07-19 08:54:24','2025-07-19 08:54:51','2025-07-19 08:26:24','2025-07-19 08:54:51',NULL,0,0,NULL,NULL),
(9004,'mixpanel','completed',10,'2025-07-19 09:12:53','2025-07-19 09:13:23','2025-07-19 08:54:53','2025-07-19 09:13:23',NULL,0,0,NULL,NULL),
(9005,'mixpanel','completed',10,'2025-07-19 09:20:25','2025-07-19 09:21:54','2025-07-19 09:13:25','2025-07-19 09:21:54',NULL,0,0,NULL,NULL),
(9006,'mixpanel','completed',10,'2025-07-19 10:09:57','2025-07-19 10:11:24','2025-07-19 09:21:57','2025-07-19 10:11:24',NULL,0,0,NULL,NULL),
(9007,'mixpanel','completed',10,'2025-07-19 10:31:26','2025-07-19 10:32:29','2025-07-19 10:11:26','2025-07-19 10:32:29',NULL,0,0,NULL,NULL),
(9008,'mixpanel','completed',10,'2025-07-19 10:42:31','2025-07-19 10:43:03','2025-07-19 10:32:31','2025-07-19 10:43:03',NULL,0,0,NULL,NULL),
(9009,'mixpanel','completed',10,'2025-07-19 10:44:05','2025-07-19 10:45:09','2025-07-19 10:43:05','2025-07-19 10:45:09',NULL,0,0,NULL,NULL),
(9010,'mixpanel','completed',10,'2025-07-19 10:56:12','2025-07-19 10:57:49','2025-07-19 10:45:12','2025-07-19 10:57:49',NULL,0,0,NULL,NULL),
(9011,'mixpanel','completed',10,'2025-07-19 11:25:52','2025-07-19 11:26:22','2025-07-19 10:57:52','2025-07-19 11:26:22',NULL,0,0,NULL,NULL),
(9012,'mixpanel','completed',10,'2025-07-19 12:09:24','2025-07-19 12:10:27','2025-07-19 11:26:24','2025-07-19 12:10:27',NULL,0,0,NULL,NULL),
(9013,'mixpanel','completed',10,'2025-07-19 12:48:29','2025-07-19 12:49:26','2025-07-19 12:10:29','2025-07-19 12:49:26',NULL,0,0,NULL,NULL),
(9014,'mixpanel','completed',10,'2025-07-19 13:27:29','2025-07-19 13:28:25','2025-07-19 12:49:29','2025-07-19 13:28:25',NULL,0,0,NULL,NULL),
(9015,'mixpanel','completed',10,'2025-07-19 14:04:26','2025-07-19 14:04:48','2025-07-19 13:29:26','2025-07-19 14:04:48',NULL,0,0,NULL,NULL),
(9016,'mixpanel','completed',10,'2025-07-19 14:31:50','2025-07-19 14:32:17','2025-07-19 14:05:50','2025-07-19 14:32:17',NULL,0,0,NULL,NULL),
(9017,'mixpanel','completed',10,'2025-07-19 14:56:19','2025-07-19 14:56:40','2025-07-19 14:33:19','2025-07-19 14:56:40',NULL,0,0,NULL,NULL),
(9018,'mixpanel','completed',10,'2025-07-19 15:07:45','2025-07-19 15:08:10','2025-07-19 14:57:45','2025-07-19 15:08:10',NULL,0,0,NULL,NULL),
(9019,'mixpanel','completed',10,'2025-07-19 15:55:15','2025-07-19 15:56:42','2025-07-19 15:09:15','2025-07-19 15:56:42',NULL,0,0,NULL,NULL),
(9020,'subscribers_engagement_score','completed',10,'2025-07-19 15:52:28','2025-07-19 15:52:31','2025-07-19 15:52:28','2025-07-19 15:52:31',NULL,0,0,NULL,NULL),
(9021,'subscribers_engagement_score','completed',10,'2025-07-20 20:33:00','2025-07-20 20:33:21','2025-07-19 15:52:31','2025-07-20 20:33:21',NULL,0,0,NULL,NULL),
(9022,'mixpanel','completed',10,'2025-07-19 15:56:45','2025-07-19 15:58:50','2025-07-19 15:56:45','2025-07-19 15:58:50',NULL,0,0,NULL,NULL),
(9023,'mixpanel','completed',10,'2025-07-19 16:42:53','2025-07-19 16:43:03','2025-07-19 15:58:53','2025-07-19 16:43:03',NULL,0,0,NULL,NULL),
(9024,'mixpanel','completed',10,'2025-07-19 16:47:09','2025-07-19 16:47:15','2025-07-19 16:44:09','2025-07-19 16:47:15',NULL,0,0,NULL,NULL),
(9025,'mixpanel','completed',10,'2025-07-19 16:49:18','2025-07-19 16:49:20','2025-07-19 16:48:18','2025-07-19 16:49:20',NULL,0,0,NULL,NULL),
(9026,'mixpanel','completed',10,'2025-07-19 17:47:26','2025-07-19 17:48:42','2025-07-19 16:50:26','2025-07-19 17:48:42',NULL,0,0,NULL,NULL),
(9027,'mixpanel','completed',10,'2025-07-19 17:53:45','2025-07-19 17:54:57','2025-07-19 17:48:45','2025-07-19 17:54:57',NULL,0,0,NULL,NULL),
(9028,'mixpanel','completed',10,'2025-07-19 17:55:59','2025-07-19 17:56:59','2025-07-19 17:54:59','2025-07-19 17:56:59',NULL,0,0,NULL,NULL),
(9029,'mixpanel','completed',10,'2025-07-19 18:36:01','2025-07-19 18:36:13','2025-07-19 17:57:01','2025-07-19 18:36:13',NULL,0,0,NULL,NULL),
(9030,'mixpanel','completed',10,'2025-07-19 19:03:15','2025-07-19 19:03:42','2025-07-19 18:36:15','2025-07-19 19:03:42',NULL,0,0,NULL,NULL),
(9031,'mixpanel','completed',10,'2025-07-19 19:54:44','2025-07-19 19:54:51','2025-07-19 19:03:44','2025-07-19 19:54:51',NULL,0,0,NULL,NULL),
(9032,'mixpanel','completed',10,'2025-07-19 20:13:51','2025-07-19 20:14:38','2025-07-19 19:55:51','2025-07-19 20:14:38',NULL,0,0,NULL,NULL),
(9033,'mixpanel','completed',10,'2025-07-19 20:23:40','2025-07-19 20:25:08','2025-07-19 20:14:40','2025-07-19 20:25:08',NULL,0,0,NULL,NULL),
(9034,'mixpanel','completed',10,'2025-07-19 21:21:10','2025-07-19 21:21:36','2025-07-19 20:25:10','2025-07-19 21:21:36',NULL,0,0,NULL,NULL),
(9035,'schedule_re_engagement_email','completed',10,'2025-07-20 21:04:46','2025-07-20 21:06:22','2025-07-19 21:04:46','2025-07-20 21:06:22',NULL,0,0,NULL,NULL),
(9036,'mixpanel','completed',10,'2025-07-19 22:10:39','2025-07-19 22:10:52','2025-07-19 21:21:39','2025-07-19 22:10:52',NULL,0,0,NULL,NULL),
(9037,'mixpanel','completed',10,'2025-07-19 23:04:54','2025-07-19 23:05:09','2025-07-19 22:10:54','2025-07-19 23:05:09',NULL,0,0,NULL,NULL),
(9038,'mixpanel','completed',10,'2025-07-20 00:00:12','2025-07-20 00:00:48','2025-07-19 23:05:12','2025-07-20 00:00:48',NULL,0,0,NULL,NULL),
(9039,'mixpanel','completed',10,'2025-07-20 00:10:50','2025-07-20 00:11:14','2025-07-20 00:00:50','2025-07-20 00:11:14',NULL,0,0,NULL,NULL),
(9040,'mixpanel','completed',10,'2025-07-20 00:25:15','2025-07-20 00:27:01','2025-07-20 00:11:15','2025-07-20 00:27:01',NULL,0,0,NULL,NULL),
(9041,'mixpanel','completed',10,'2025-07-20 00:27:04','2025-07-20 00:29:05','2025-07-20 00:27:04','2025-07-20 00:29:05',NULL,0,0,NULL,NULL),
(9042,'mixpanel','completed',10,'2025-07-20 00:47:08','2025-07-20 00:48:07','2025-07-20 00:29:08','2025-07-20 00:48:07',NULL,0,0,NULL,NULL),
(9043,'mixpanel','completed',10,'2025-07-20 01:01:10','2025-07-20 01:02:54','2025-07-20 00:48:10','2025-07-20 01:02:54',NULL,0,0,NULL,NULL),
(9044,'mixpanel','completed',10,'2025-07-20 02:00:00','2025-07-20 02:01:44','2025-07-20 01:05:00','2025-07-20 02:01:44',NULL,0,0,NULL,NULL),
(9045,'mixpanel','completed',10,'2025-07-20 02:29:46','2025-07-20 02:30:06','2025-07-20 02:01:46','2025-07-20 02:30:06',NULL,0,0,NULL,NULL),
(9046,'mixpanel','completed',10,'2025-07-20 02:34:08','2025-07-20 02:34:18','2025-07-20 02:30:08','2025-07-20 02:34:18',NULL,0,0,NULL,NULL),
(9047,'mixpanel','completed',10,'2025-07-20 02:39:20','2025-07-20 02:40:36','2025-07-20 02:34:20','2025-07-20 02:40:36',NULL,0,0,NULL,NULL),
(9048,'mixpanel','completed',10,'2025-07-20 02:57:39','2025-07-20 02:58:29','2025-07-20 02:40:39','2025-07-20 02:58:29',NULL,0,0,NULL,NULL),
(9049,'mixpanel','completed',10,'2025-07-20 03:25:31','2025-07-20 03:25:36','2025-07-20 02:59:31','2025-07-20 03:25:36',NULL,0,0,NULL,NULL),
(9050,'mixpanel','completed',10,'2025-07-20 04:10:39','2025-07-20 04:11:42','2025-07-20 03:27:39','2025-07-20 04:11:42',NULL,0,0,NULL,NULL),
(9051,'mixpanel','completed',10,'2025-07-20 04:44:44','2025-07-20 04:45:07','2025-07-20 04:11:44','2025-07-20 04:45:07',NULL,0,0,NULL,NULL),
(9052,'mixpanel','completed',10,'2025-07-20 04:50:09','2025-07-20 04:51:25','2025-07-20 04:45:09','2025-07-20 04:51:25',NULL,0,0,NULL,NULL),
(9053,'mixpanel','completed',10,'2025-07-20 05:30:28','2025-07-20 05:31:15','2025-07-20 04:51:28','2025-07-20 05:31:15',NULL,0,0,NULL,NULL),
(9054,'mixpanel','completed',10,'2025-07-20 05:53:18','2025-07-20 05:54:08','2025-07-20 05:31:18','2025-07-20 05:54:08',NULL,0,0,NULL,NULL),
(9055,'mixpanel','completed',10,'2025-07-20 06:11:11','2025-07-20 06:11:52','2025-07-20 05:54:11','2025-07-20 06:11:52',NULL,0,0,NULL,NULL),
(9056,'mixpanel','completed',10,'2025-07-20 06:16:55','2025-07-20 06:18:07','2025-07-20 06:11:55','2025-07-20 06:18:07',NULL,0,0,NULL,NULL),
(9057,'mixpanel','completed',10,'2025-07-20 06:54:10','2025-07-20 06:55:53','2025-07-20 06:18:10','2025-07-20 06:55:53',NULL,0,0,NULL,NULL),
(9058,'mixpanel','completed',10,'2025-07-20 07:48:55','2025-07-20 07:49:05','2025-07-20 06:55:55','2025-07-20 07:49:05',NULL,0,0,NULL,NULL),
(9059,'mixpanel','completed',10,'2025-07-20 07:48:07','2025-07-20 07:51:13','2025-07-20 07:49:07','2025-07-20 07:51:13',NULL,0,0,NULL,NULL),
(9060,'mixpanel','completed',10,'2025-07-20 08:32:15','2025-07-20 08:33:01','2025-07-20 07:51:15','2025-07-20 08:33:01',NULL,0,0,NULL,NULL),
(9061,'mixpanel','completed',10,'2025-07-20 09:02:03','2025-07-20 09:02:24','2025-07-20 08:33:03','2025-07-20 09:02:24',NULL,0,0,NULL,NULL),
(9062,'mixpanel','completed',10,'2025-07-20 09:09:27','2025-07-20 09:10:42','2025-07-20 09:02:27','2025-07-20 09:10:42',NULL,0,0,NULL,NULL),
(9063,'mixpanel','completed',10,'2025-07-20 09:27:43','2025-07-20 09:28:35','2025-07-20 09:10:43','2025-07-20 09:28:35',NULL,0,0,NULL,NULL),
(9064,'mixpanel','completed',10,'2025-07-20 10:17:37','2025-07-20 10:18:02','2025-07-20 09:28:37','2025-07-20 10:18:02',NULL,0,0,NULL,NULL),
(9065,'mixpanel','completed',10,'2025-07-20 10:37:04','2025-07-20 10:37:50','2025-07-20 10:18:04','2025-07-20 10:37:50',NULL,0,0,NULL,NULL),
(9066,'mixpanel','completed',10,'2025-07-20 10:39:52','2025-07-20 10:39:57','2025-07-20 10:37:52','2025-07-20 10:39:57',NULL,0,0,NULL,NULL),
(9067,'mixpanel','completed',10,'2025-07-20 11:25:59','2025-07-20 11:27:00','2025-07-20 10:39:59','2025-07-20 11:27:00',NULL,0,0,NULL,NULL),
(9068,'mixpanel','completed',10,'2025-07-20 11:45:02','2025-07-20 11:47:02','2025-07-20 11:27:02','2025-07-20 11:47:02',NULL,0,0,NULL,NULL),
(9069,'mixpanel','completed',10,'2025-07-20 12:05:05','2025-07-20 12:06:10','2025-07-20 11:47:05','2025-07-20 12:06:10',NULL,0,0,NULL,NULL),
(9070,'mixpanel','completed',10,'2025-07-20 12:54:13','2025-07-20 12:54:39','2025-07-20 12:06:13','2025-07-20 12:54:39',NULL,0,0,NULL,NULL),
(9071,'mixpanel','completed',10,'2025-07-20 13:21:41','2025-07-20 13:21:54','2025-07-20 12:54:41','2025-07-20 13:21:54',NULL,0,0,NULL,NULL),
(9072,'mixpanel','completed',10,'2025-07-20 13:57:58','2025-07-20 13:58:51','2025-07-20 13:22:58','2025-07-20 13:58:51',NULL,0,0,NULL,NULL),
(9073,'mixpanel','completed',10,'2025-07-20 14:05:53','2025-07-20 14:06:19','2025-07-20 13:58:53','2025-07-20 14:06:19',NULL,0,0,NULL,NULL),
(9074,'mixpanel','completed',10,'2025-07-20 14:58:22','2025-07-20 15:00:50','2025-07-20 14:06:22','2025-07-20 15:00:50',NULL,0,0,NULL,NULL),
(9075,'mixpanel','completed',10,'2025-07-20 15:38:53','2025-07-20 15:40:47','2025-07-20 15:00:53','2025-07-20 15:40:47',NULL,0,0,NULL,NULL),
(9076,'mixpanel','completed',10,'2025-07-20 15:46:50','2025-07-20 15:47:05','2025-07-20 15:40:50','2025-07-20 15:47:05',NULL,0,0,NULL,NULL),
(9077,'mixpanel','completed',10,'2025-07-20 16:15:06','2025-07-20 16:15:27','2025-07-20 15:48:06','2025-07-20 16:15:27',NULL,0,0,NULL,NULL),
(9078,'mixpanel','completed',10,'2025-07-20 17:08:29','2025-07-20 17:08:50','2025-07-20 16:16:29','2025-07-20 17:08:50',NULL,0,0,NULL,NULL),
(9079,'mixpanel','completed',10,'2025-07-20 17:51:34','2025-07-20 17:52:19','2025-07-20 17:21:34','2025-07-20 17:52:19',NULL,0,0,NULL,NULL),
(9080,'mixpanel','completed',10,'2025-07-20 18:07:23','2025-07-20 18:07:23','2025-07-20 17:52:23','2025-07-20 18:07:23',NULL,0,0,NULL,NULL),
(9081,'mixpanel','completed',10,'2025-07-20 18:21:27','2025-07-20 18:22:21','2025-07-20 18:07:27','2025-07-20 18:22:21',NULL,0,0,NULL,NULL),
(9082,'mixpanel','completed',10,'2025-07-20 18:50:25','2025-07-20 18:51:21','2025-07-20 18:22:25','2025-07-20 18:51:21',NULL,0,0,NULL,NULL),
(9083,'mixpanel','completed',10,'2025-07-20 18:58:25','2025-07-20 19:00:22','2025-07-20 18:51:25','2025-07-20 19:00:22',NULL,0,0,NULL,NULL),
(9084,'mixpanel','completed',10,'2025-07-20 19:17:26','2025-07-20 19:18:22','2025-07-20 19:00:26','2025-07-20 19:18:22',NULL,0,0,NULL,NULL),
(9085,'mixpanel','completed',10,'2025-07-20 19:30:26','2025-07-20 19:30:26','2025-07-20 19:18:26','2025-07-20 19:30:26',NULL,0,0,NULL,NULL),
(9086,'mixpanel','completed',10,'2025-07-20 20:12:21','2025-07-20 20:12:22','2025-07-20 19:33:21','2025-07-20 20:12:22',NULL,0,0,NULL,NULL),
(9087,'mixpanel','completed',10,'2025-07-20 20:22:26','2025-07-20 20:24:21','2025-07-20 20:12:26','2025-07-20 20:24:21',NULL,0,0,NULL,NULL),
(9088,'mixpanel','completed',10,'2025-07-20 20:50:25','2025-07-20 20:51:21','2025-07-20 20:24:25','2025-07-20 20:51:21',NULL,0,0,NULL,NULL),
(9089,'subscribers_engagement_score','completed',10,'2025-07-20 20:33:21','2025-07-20 20:33:25','2025-07-20 20:33:21','2025-07-20 20:33:25',NULL,0,0,NULL,NULL),
(9090,'subscribers_engagement_score','completed',10,'2025-07-21 10:13:00','2025-07-21 10:13:20','2025-07-20 20:33:25','2025-07-21 10:13:20',NULL,0,0,NULL,NULL),
(9091,'mixpanel','completed',10,'2025-07-20 21:37:25','2025-07-20 21:38:22','2025-07-20 20:51:25','2025-07-20 21:38:22',NULL,0,0,NULL,NULL),
(9092,'schedule_re_engagement_email','completed',10,'2025-07-21 21:06:26','2025-07-21 21:07:05','2025-07-20 21:06:26','2025-07-21 21:07:05',NULL,0,0,NULL,NULL),
(9093,'mixpanel','completed',10,'2025-07-20 22:35:27','2025-07-20 22:38:21','2025-07-20 21:38:27','2025-07-20 22:38:21',NULL,0,0,NULL,NULL),
(9094,'mixpanel','completed',10,'2025-07-20 22:44:25','2025-07-20 22:44:25','2025-07-20 22:38:25','2025-07-20 22:44:25',NULL,0,0,NULL,NULL),
(9095,'mixpanel','completed',10,'2025-07-20 22:52:22','2025-07-20 22:53:21','2025-07-20 22:47:22','2025-07-20 22:53:21',NULL,0,0,NULL,NULL),
(9096,'mixpanel','completed',10,'2025-07-20 23:08:25','2025-07-20 23:08:25','2025-07-20 22:53:25','2025-07-20 23:08:25',NULL,0,0,NULL,NULL),
(9097,'mixpanel','completed',10,'2025-07-20 23:37:23','2025-07-20 23:38:21','2025-07-20 23:11:23','2025-07-20 23:38:21',NULL,0,0,NULL,NULL),
(9098,'mixpanel','completed',10,'2025-07-21 00:28:25','2025-07-21 00:28:27','2025-07-20 23:38:25','2025-07-21 00:28:27',NULL,0,0,NULL,NULL),
(9099,'mixpanel','completed',10,'2025-07-21 01:22:22','2025-07-21 01:22:25','2025-07-21 00:31:22','2025-07-21 01:22:25',NULL,0,0,NULL,NULL),
(9100,'mixpanel','completed',10,'2025-07-21 01:59:21','2025-07-21 02:01:22','2025-07-21 01:25:21','2025-07-21 02:01:22',NULL,0,0,NULL,NULL),
(9101,'mixpanel','completed',10,'2025-07-21 02:13:25','2025-07-21 02:13:26','2025-07-21 02:01:25','2025-07-21 02:13:26',NULL,0,0,NULL,NULL),
(9102,'mixpanel','completed',10,'2025-07-21 03:09:21','2025-07-21 03:10:22','2025-07-21 02:16:21','2025-07-21 03:10:22',NULL,0,0,NULL,NULL),
(9103,'mixpanel','completed',10,'2025-07-21 03:19:27','2025-07-21 03:19:27','2025-07-21 03:10:27','2025-07-21 03:19:27',NULL,0,0,NULL,NULL),
(9104,'mixpanel','completed',10,'2025-07-21 03:28:20','2025-07-21 03:28:23','2025-07-21 03:22:20','2025-07-21 03:28:23',NULL,0,0,NULL,NULL),
(9105,'mixpanel','completed',10,'2025-07-21 03:54:27','2025-07-21 03:55:22','2025-07-21 03:28:27','2025-07-21 03:55:22',NULL,0,0,NULL,NULL),
(9106,'mixpanel','completed',10,'2025-07-21 04:02:26','2025-07-21 04:04:22','2025-07-21 03:55:26','2025-07-21 04:04:22',NULL,0,0,NULL,NULL),
(9107,'mixpanel','completed',10,'2025-07-21 04:42:27','2025-07-21 04:43:22','2025-07-21 04:04:27','2025-07-21 04:43:22',NULL,0,0,NULL,NULL),
(9108,'mixpanel','completed',10,'2025-07-21 04:58:26','2025-07-21 05:01:21','2025-07-21 04:43:26','2025-07-21 05:01:21',NULL,0,0,NULL,NULL),
(9109,'mixpanel','completed',10,'2025-07-21 05:30:25','2025-07-21 05:31:20','2025-07-21 05:01:25','2025-07-21 05:31:20',NULL,0,0,NULL,NULL),
(9110,'mixpanel','completed',10,'2025-07-21 05:44:24','2025-07-21 05:46:22','2025-07-21 05:31:24','2025-07-21 05:46:22',NULL,0,0,NULL,NULL),
(9111,'mixpanel','completed',10,'2025-07-21 05:52:26','2025-07-21 05:55:23','2025-07-21 05:46:26','2025-07-21 05:55:23',NULL,0,0,NULL,NULL),
(9112,'mixpanel','completed',10,'2025-07-21 06:01:27','2025-07-21 06:04:22','2025-07-21 05:55:27','2025-07-21 06:04:22',NULL,0,0,NULL,NULL),
(9113,'mixpanel','completed',10,'2025-07-21 06:52:26','2025-07-21 06:52:26','2025-07-21 06:04:26','2025-07-21 06:52:26',NULL,0,0,NULL,NULL),
(9114,'mixpanel','completed',10,'2025-07-21 07:13:21','2025-07-21 07:13:22','2025-07-21 06:55:21','2025-07-21 07:13:22',NULL,0,0,NULL,NULL),
(9115,'mixpanel','completed',10,'2025-07-21 07:23:26','2025-07-21 07:25:21','2025-07-21 07:13:26','2025-07-21 07:25:21',NULL,0,0,NULL,NULL),
(9116,'mixpanel','completed',10,'2025-07-21 07:31:25','2025-07-21 07:31:25','2025-07-21 07:25:25','2025-07-21 07:31:25',NULL,0,0,NULL,NULL),
(9117,'mixpanel','completed',10,'2025-07-21 08:23:22','2025-07-21 08:25:21','2025-07-21 07:34:22','2025-07-21 08:25:21',NULL,0,0,NULL,NULL),
(9118,'mixpanel','completed',10,'2025-07-21 08:50:25','2025-07-21 08:52:22','2025-07-21 08:25:25','2025-07-21 08:52:22',NULL,0,0,NULL,NULL),
(9119,'mixpanel','completed',10,'2025-07-21 09:43:26','2025-07-21 09:46:23','2025-07-21 08:52:26','2025-07-21 09:46:23',NULL,0,0,NULL,NULL),
(9120,'mixpanel','completed',10,'2025-07-21 10:43:27','2025-07-21 10:44:21','2025-07-21 09:46:27','2025-07-21 10:44:21',NULL,0,0,NULL,NULL),
(9121,'subscribers_engagement_score','completed',10,'2025-07-22 05:25:00','2025-07-22 05:26:53','2025-07-21 10:13:20','2025-07-22 05:26:53',NULL,0,0,NULL,NULL),
(9122,'mixpanel','completed',10,'2025-07-21 11:17:21','2025-07-21 11:17:22','2025-07-21 10:45:21','2025-07-21 11:17:22',NULL,0,0,NULL,NULL),
(9123,'mixpanel','completed',10,'2025-07-21 11:29:21','2025-07-21 11:31:22','2025-07-21 11:19:21','2025-07-21 11:31:22',NULL,0,0,NULL,NULL),
(9124,'mixpanel','completed',10,'2025-07-21 11:55:26','2025-07-21 11:55:26','2025-07-21 11:31:26','2025-07-21 11:55:26',NULL,0,0,NULL,NULL),
(9125,'mixpanel','completed',10,'2025-07-21 12:15:23','2025-07-21 12:16:06','2025-07-21 11:58:23','2025-07-21 12:16:06',NULL,0,0,NULL,NULL),
(9126,'mixpanel','completed',10,'2025-07-21 12:20:09','2025-07-21 12:21:21','2025-07-21 12:16:09','2025-07-21 12:21:21',NULL,0,0,NULL,NULL),
(9127,'mixpanel','completed',10,'2025-07-21 12:24:26','2025-07-21 12:24:27','2025-07-21 12:21:26','2025-07-21 12:24:27',NULL,0,0,NULL,NULL),
(9128,'mixpanel','completed',10,'2025-07-21 13:20:22','2025-07-21 13:20:29','2025-07-21 12:27:22','2025-07-21 13:20:29',NULL,0,0,NULL,NULL),
(9129,'mixpanel','completed',10,'2025-07-21 13:22:33','2025-07-21 13:23:20','2025-07-21 13:20:33','2025-07-21 13:23:20',NULL,0,0,NULL,NULL),
(9130,'mixpanel','completed',10,'2025-07-21 13:56:24','2025-07-21 13:56:25','2025-07-21 13:23:24','2025-07-21 13:56:25',NULL,0,0,NULL,NULL),
(9131,'mixpanel','completed',10,'2025-07-21 14:48:22','2025-07-21 14:50:22','2025-07-21 13:59:22','2025-07-21 14:50:22',NULL,0,0,NULL,NULL),
(9132,'mixpanel','completed',10,'2025-07-21 15:38:26','2025-07-21 15:38:26','2025-07-21 14:50:27','2025-07-21 15:38:26',NULL,0,0,NULL,NULL),
(9133,'mixpanel','completed',10,'2025-07-21 15:42:21','2025-07-21 15:44:21','2025-07-21 15:41:21','2025-07-21 15:44:21',NULL,0,0,NULL,NULL),
(9134,'mixpanel','completed',10,'2025-07-21 15:55:25','2025-07-21 15:55:25','2025-07-21 15:44:25','2025-07-21 15:55:25',NULL,0,0,NULL,NULL),
(9135,'mixpanel','completed',10,'2025-07-21 16:24:22','2025-07-21 16:24:30','2025-07-21 15:58:22','2025-07-21 16:24:30',NULL,0,0,NULL,NULL),
(9136,'mixpanel','completed',10,'2025-07-21 17:05:34','2025-07-21 17:06:20','2025-07-21 16:24:34','2025-07-21 17:06:20',NULL,0,0,NULL,NULL),
(9137,'mixpanel','completed',10,'2025-07-21 17:55:24','2025-07-21 17:57:21','2025-07-21 17:06:24','2025-07-21 17:57:21',NULL,0,0,NULL,NULL),
(9138,'mixpanel','completed',10,'2025-07-21 18:34:24','2025-07-21 18:34:28','2025-07-21 17:57:24','2025-07-21 18:34:28',NULL,0,0,NULL,NULL),
(9139,'mixpanel','completed',10,'2025-07-21 19:22:21','2025-07-21 19:22:23','2025-07-21 18:37:21','2025-07-21 19:22:23',NULL,0,0,NULL,NULL),
(9140,'mixpanel','completed',10,'2025-07-21 20:03:27','2025-07-21 20:04:21','2025-07-21 19:22:27','2025-07-21 20:04:21',NULL,0,0,NULL,NULL),
(9141,'mixpanel','completed',10,'2025-07-21 20:37:25','2025-07-21 20:37:25','2025-07-21 20:04:25','2025-07-21 20:37:25',NULL,0,0,NULL,NULL),
(9142,'mixpanel','completed',10,'2025-07-21 21:11:21','2025-07-21 21:13:20','2025-07-21 20:40:21','2025-07-21 21:13:20',NULL,0,0,NULL,NULL),
(9143,'schedule_re_engagement_email','completed',10,'2025-07-22 21:07:08','2025-07-22 21:38:22','2025-07-21 21:07:08','2025-07-22 21:38:22',NULL,0,0,NULL,NULL),
(9144,'mixpanel','completed',10,'2025-07-21 21:26:22','2025-07-21 21:27:46','2025-07-21 21:13:22','2025-07-21 21:27:46',NULL,0,0,NULL,NULL),
(9145,'mixpanel','completed',10,'2025-07-21 22:21:48','2025-07-21 22:23:31','2025-07-21 21:27:48','2025-07-21 22:23:31',NULL,0,0,NULL,NULL),
(9146,'mixpanel','completed',10,'2025-07-21 22:58:34','2025-07-21 23:00:07','2025-07-21 22:23:34','2025-07-21 23:00:07',NULL,0,0,NULL,NULL),
(9147,'mixpanel','completed',10,'2025-07-21 23:03:10','2025-07-21 23:04:22','2025-07-21 23:00:10','2025-07-21 23:04:22',NULL,0,0,NULL,NULL),
(9148,'mixpanel','completed',10,'2025-07-21 23:57:25','2025-07-21 23:58:56','2025-07-21 23:04:25','2025-07-21 23:58:56',NULL,0,0,NULL,NULL),
(9149,'mixpanel','completed',10,'2025-07-22 00:41:59','2025-07-22 00:44:00','2025-07-21 23:58:59','2025-07-22 00:44:00',NULL,0,0,NULL,NULL),
(9150,'mixpanel','completed',10,'2025-07-22 00:51:03','2025-07-22 00:52:32','2025-07-22 00:44:03','2025-07-22 00:52:32',NULL,0,0,NULL,NULL),
(9151,'mixpanel','completed',10,'2025-07-22 01:41:34','2025-07-22 01:43:08','2025-07-22 00:52:34','2025-07-22 01:43:08',NULL,0,0,NULL,NULL),
(9152,'mixpanel','completed',10,'2025-07-22 02:35:10','2025-07-22 02:36:47','2025-07-22 01:43:10','2025-07-22 02:36:47',NULL,0,0,NULL,NULL),
(9153,'mixpanel','completed',10,'2025-07-22 02:55:49','2025-07-22 02:57:58','2025-07-22 02:36:49','2025-07-22 02:57:58',NULL,0,0,NULL,NULL),
(9154,'mixpanel','completed',10,'2025-07-22 03:39:00','2025-07-22 03:39:29','2025-07-22 02:58:00','2025-07-22 03:39:29',NULL,0,0,NULL,NULL),
(9155,'mixpanel','completed',10,'2025-07-22 04:28:32','2025-07-22 04:28:58','2025-07-22 03:39:32','2025-07-22 04:28:58',NULL,0,0,NULL,NULL),
(9156,'mixpanel','completed',10,'2025-07-22 04:38:03','2025-07-22 04:38:25','2025-07-22 04:30:03','2025-07-22 04:38:25',NULL,0,0,NULL,NULL),
(9157,'mixpanel','completed',10,'2025-07-22 05:34:28','2025-07-22 05:35:15','2025-07-22 04:38:28','2025-07-22 05:35:15',NULL,0,0,NULL,NULL),
(9158,'subscribers_engagement_score','completed',10,'2025-07-22 05:26:53','2025-07-22 05:26:55','2025-07-22 05:26:53','2025-07-22 05:26:55',NULL,0,0,NULL,NULL),
(9159,'subscribers_engagement_score','completed',10,'2025-07-23 22:04:00','2025-07-23 22:04:47','2025-07-22 05:26:55','2025-07-23 22:04:47',NULL,0,0,NULL,NULL),
(9160,'mixpanel','completed',10,'2025-07-22 06:10:16','2025-07-22 06:10:44','2025-07-22 05:35:16','2025-07-22 06:10:44',NULL,0,0,NULL,NULL),
(9161,'mixpanel','completed',10,'2025-07-22 06:10:47','2025-07-22 06:12:53','2025-07-22 06:10:47','2025-07-22 06:12:53',NULL,0,0,NULL,NULL),
(9162,'mixpanel','completed',10,'2025-07-22 07:07:56','2025-07-22 07:09:59','2025-07-22 06:12:56','2025-07-22 07:09:59',NULL,0,0,NULL,NULL),
(9163,'mixpanel','completed',10,'2025-07-22 08:07:02','2025-07-22 08:07:33','2025-07-22 07:10:02','2025-07-22 08:07:33',NULL,0,0,NULL,NULL),
(9164,'mixpanel','completed',10,'2025-07-22 08:23:35','2025-07-22 08:24:14','2025-07-22 08:07:35','2025-07-22 08:24:14',NULL,0,0,NULL,NULL),
(9165,'mixpanel','completed',10,'2025-07-22 08:25:16','2025-07-22 08:27:19','2025-07-22 08:24:16','2025-07-22 08:27:19',NULL,0,0,NULL,NULL),
(9166,'mixpanel','completed',10,'2025-07-22 09:21:21','2025-07-22 09:21:37','2025-07-22 08:27:21','2025-07-22 09:21:37',NULL,0,0,NULL,NULL),
(9167,'mixpanel','completed',10,'2025-07-22 09:35:40','2025-07-22 09:36:15','2025-07-22 09:21:40','2025-07-22 09:36:15',NULL,0,0,NULL,NULL),
(9168,'mixpanel','completed',10,'2025-07-22 10:07:16','2025-07-22 10:07:40','2025-07-22 09:36:16','2025-07-22 10:07:40',NULL,0,0,NULL,NULL),
(9169,'mixpanel','completed',10,'2025-07-22 10:46:42','2025-07-22 10:47:29','2025-07-22 10:07:42','2025-07-22 10:47:29',NULL,0,0,NULL,NULL),
(9170,'mixpanel','completed',10,'2025-07-22 11:12:31','2025-07-22 11:12:46','2025-07-22 10:48:31','2025-07-22 11:12:46',NULL,0,0,NULL,NULL),
(9171,'mixpanel','completed',10,'2025-07-22 11:14:51','2025-07-22 11:14:56','2025-07-22 11:13:51','2025-07-22 11:14:56',NULL,0,0,NULL,NULL),
(9172,'mixpanel','completed',10,'2025-07-22 12:11:57','2025-07-22 12:12:26','2025-07-22 11:15:57','2025-07-22 12:12:26',NULL,0,0,NULL,NULL),
(9173,'mixpanel','completed',10,'2025-07-22 12:27:32','2025-07-22 12:28:11','2025-07-22 12:13:32','2025-07-22 12:28:11',NULL,0,0,NULL,NULL),
(9174,'mixpanel','completed',10,'2025-07-22 13:20:14','2025-07-22 13:21:32','2025-07-22 12:28:14','2025-07-22 13:21:32',NULL,0,0,NULL,NULL),
(9175,'mixpanel','completed',10,'2025-07-22 13:59:35','2025-07-22 14:00:12','2025-07-22 13:21:35','2025-07-22 14:00:12',NULL,0,0,NULL,NULL),
(9176,'mixpanel','completed',10,'2025-07-22 14:03:14','2025-07-22 14:04:27','2025-07-22 14:00:14','2025-07-22 14:04:27',NULL,0,0,NULL,NULL),
(9177,'mixpanel','completed',10,'2025-07-22 14:36:29','2025-07-22 14:38:01','2025-07-22 14:04:29','2025-07-22 14:38:01',NULL,0,0,NULL,NULL),
(9178,'mixpanel','completed',10,'2025-07-22 15:35:03','2025-07-22 15:36:25','2025-07-22 14:38:03','2025-07-22 15:36:25',NULL,0,0,NULL,NULL),
(9179,'mixpanel','completed',10,'2025-07-22 15:37:28','2025-07-22 15:38:30','2025-07-22 15:36:28','2025-07-22 15:38:30',NULL,0,0,NULL,NULL),
(9180,'mixpanel','completed',10,'2025-07-22 16:26:33','2025-07-22 16:26:55','2025-07-22 15:38:33','2025-07-22 16:26:55',NULL,0,0,NULL,NULL),
(9181,'mixpanel','completed',10,'2025-07-22 16:45:57','2025-07-22 16:46:48','2025-07-22 16:26:57','2025-07-22 16:46:48',NULL,0,0,NULL,NULL),
(9182,'mixpanel','completed',10,'2025-07-22 17:20:50','2025-07-22 17:21:32','2025-07-22 16:46:50','2025-07-22 17:21:32',NULL,0,0,NULL,NULL),
(9183,'mixpanel','completed',10,'2025-07-22 17:25:35','2025-07-22 17:25:46','2025-07-22 17:21:35','2025-07-22 17:25:46',NULL,0,0,NULL,NULL),
(9184,'mixpanel','completed',10,'2025-07-22 17:42:48','2025-07-22 17:43:38','2025-07-22 17:25:48','2025-07-22 17:43:38',NULL,0,0,NULL,NULL),
(9185,'mixpanel','completed',10,'2025-07-22 17:48:41','2025-07-22 17:50:03','2025-07-22 17:43:41','2025-07-22 17:50:03',NULL,0,0,NULL,NULL),
(9186,'mixpanel','completed',10,'2025-07-22 18:28:05','2025-07-22 18:29:44','2025-07-22 17:50:05','2025-07-22 18:29:44',NULL,0,0,NULL,NULL),
(9187,'mixpanel','completed',10,'2025-07-22 18:45:47','2025-07-22 18:46:26','2025-07-22 18:29:47','2025-07-22 18:46:26',NULL,0,0,NULL,NULL),
(9188,'mixpanel','completed',10,'2025-07-22 19:28:28','2025-07-22 19:28:31','2025-07-22 18:47:28','2025-07-22 19:28:31',NULL,0,0,NULL,NULL),
(9189,'mixpanel','completed',10,'2025-07-22 20:13:33','2025-07-22 21:38:22','2025-07-22 19:28:33','2025-07-22 21:38:22',NULL,0,0,NULL,NULL),
(9190,'schedule_re_engagement_email','completed',10,'2025-07-23 21:38:25','2025-07-23 22:02:35','2025-07-22 21:38:25','2025-07-23 22:02:35',NULL,0,0,NULL,NULL),
(9191,'mixpanel','completed',10,'2025-07-22 22:13:25','2025-07-22 22:35:38','2025-07-22 21:38:25','2025-07-22 22:35:38',NULL,0,0,NULL,NULL),
(9192,'mixpanel','completed',10,'2025-07-22 23:02:41','2025-07-22 23:23:30','2025-07-22 22:35:41','2025-07-22 23:23:30',NULL,0,0,NULL,NULL),
(9193,'mixpanel','completed',10,'2025-07-22 23:28:34','2025-07-22 23:52:10','2025-07-22 23:23:34','2025-07-22 23:52:10',NULL,0,0,NULL,NULL),
(9194,'mixpanel','completed',10,'2025-07-23 00:31:14','2025-07-23 00:32:13','2025-07-22 23:52:14','2025-07-23 00:32:13',NULL,0,0,NULL,NULL),
(9195,'mixpanel','completed',10,'2025-07-23 00:43:17','2025-07-23 01:12:12','2025-07-23 00:32:17','2025-07-23 01:12:12',NULL,0,0,NULL,NULL),
(9196,'mixpanel','completed',10,'2025-07-23 01:28:15','2025-07-23 01:37:16','2025-07-23 01:12:15','2025-07-23 01:37:16',NULL,0,0,NULL,NULL),
(9197,'mixpanel','completed',10,'2025-07-23 02:21:19','2025-07-23 02:22:16','2025-07-23 01:37:19','2025-07-23 02:22:16',NULL,0,0,NULL,NULL),
(9198,'mixpanel','completed',10,'2025-07-23 02:32:19','2025-07-23 02:37:16','2025-07-23 02:22:19','2025-07-23 02:37:16',NULL,0,0,NULL,NULL),
(9199,'mixpanel','completed',10,'2025-07-23 03:05:19','2025-07-23 03:07:58','2025-07-23 02:37:19','2025-07-23 03:07:58',NULL,0,0,NULL,NULL),
(9200,'mixpanel','completed',10,'2025-07-23 03:32:03','2025-07-23 03:37:16','2025-07-23 03:08:03','2025-07-23 03:37:16',NULL,0,0,NULL,NULL),
(9201,'mixpanel','completed',10,'2025-07-23 04:06:19','2025-07-23 04:08:18','2025-07-23 03:37:19','2025-07-23 04:08:18',NULL,0,0,NULL,NULL),
(9202,'mixpanel','completed',10,'2025-07-23 05:00:21','2025-07-23 05:04:17','2025-07-23 04:08:21','2025-07-23 05:04:17',NULL,0,0,NULL,NULL),
(9203,'mixpanel','completed',10,'2025-07-23 05:35:20','2025-07-23 05:41:16','2025-07-23 05:04:20','2025-07-23 05:41:16',NULL,0,0,NULL,NULL),
(9204,'mixpanel','completed',10,'2025-07-23 06:19:19','2025-07-23 06:32:21','2025-07-23 05:41:19','2025-07-23 06:32:21',NULL,0,0,NULL,NULL),
(9205,'mixpanel','completed',10,'2025-07-23 07:05:24','2025-07-23 07:14:46','2025-07-23 06:32:24','2025-07-23 07:14:46',NULL,0,0,NULL,NULL),
(9206,'mixpanel','completed',10,'2025-07-23 07:16:49','2025-07-23 07:37:16','2025-07-23 07:14:49','2025-07-23 07:37:16',NULL,0,0,NULL,NULL),
(9207,'mixpanel','completed',10,'2025-07-23 08:00:19','2025-07-23 08:10:28','2025-07-23 07:37:19','2025-07-23 08:10:28',NULL,0,0,NULL,NULL),
(9208,'mixpanel','completed',10,'2025-07-23 09:03:32','2025-07-23 09:44:22','2025-07-23 08:10:32','2025-07-23 09:44:22',NULL,0,0,NULL,NULL),
(9209,'mixpanel','completed',10,'2025-07-23 09:51:25','2025-07-23 09:54:00','2025-07-23 09:44:25','2025-07-23 09:54:00',NULL,0,0,NULL,NULL),
(9210,'mixpanel','completed',10,'2025-07-23 10:04:02','2025-07-23 10:04:21','2025-07-23 09:54:02','2025-07-23 10:04:21',NULL,0,0,NULL,NULL),
(9211,'mixpanel','completed',10,'2025-07-23 10:40:22','2025-07-23 10:42:02','2025-07-23 10:05:22','2025-07-23 10:42:02',NULL,0,0,NULL,NULL),
(9212,'mixpanel','completed',10,'2025-07-23 10:46:04','2025-07-23 10:47:16','2025-07-23 10:42:04','2025-07-23 10:47:16',NULL,0,0,NULL,NULL),
(9213,'mixpanel','completed',10,'2025-07-23 11:09:19','2025-07-23 11:10:27','2025-07-23 10:47:19','2025-07-23 11:10:27',NULL,0,0,NULL,NULL),
(9214,'mixpanel','completed',10,'2025-07-23 11:58:30','2025-07-23 11:58:48','2025-07-23 11:10:30','2025-07-23 11:58:48',NULL,0,0,NULL,NULL),
(9215,'mixpanel','completed',10,'2025-07-23 12:45:50','2025-07-23 12:47:00','2025-07-23 11:58:50','2025-07-23 12:47:00',NULL,0,0,NULL,NULL),
(9216,'mixpanel','completed',10,'2025-07-23 13:05:02','2025-07-23 13:08:00','2025-07-23 12:47:02','2025-07-23 13:08:00',NULL,0,0,NULL,NULL),
(9217,'mixpanel','completed',10,'2025-07-23 13:27:03','2025-07-23 13:27:49','2025-07-23 13:08:03','2025-07-23 13:27:49',NULL,0,0,NULL,NULL),
(9218,'mixpanel','completed',10,'2025-07-23 13:32:54','2025-07-23 13:33:03','2025-07-23 13:28:54','2025-07-23 13:33:03',NULL,0,0,NULL,NULL),
(9219,'mixpanel','completed',10,'2025-07-23 14:02:08','2025-07-23 14:03:18','2025-07-23 13:35:08','2025-07-23 14:03:18',NULL,0,0,NULL,NULL),
(9220,'mixpanel','completed',10,'2025-07-23 14:27:21','2025-07-23 14:28:29','2025-07-23 14:03:21','2025-07-23 14:28:29',NULL,0,0,NULL,NULL),
(9221,'mixpanel','completed',10,'2025-07-23 15:07:32','2025-07-23 15:08:15','2025-07-23 14:28:32','2025-07-23 15:08:15',NULL,0,0,NULL,NULL),
(9222,'mixpanel','completed',10,'2025-07-23 15:30:20','2025-07-23 15:32:19','2025-07-23 15:09:20','2025-07-23 15:32:19',NULL,0,0,NULL,NULL),
(9223,'mixpanel','completed',10,'2025-07-23 15:38:21','2025-07-23 15:38:42','2025-07-23 15:32:21','2025-07-23 15:38:42',NULL,0,0,NULL,NULL),
(9224,'mixpanel','completed',10,'2025-07-23 16:17:44','2025-07-23 16:18:31','2025-07-23 15:38:44','2025-07-23 16:18:31',NULL,0,0,NULL,NULL),
(9225,'mixpanel','completed',10,'2025-07-23 16:21:34','2025-07-23 16:22:44','2025-07-23 16:18:34','2025-07-23 16:22:44',NULL,0,0,NULL,NULL),
(9226,'mixpanel','completed',10,'2025-07-23 16:53:49','2025-07-23 16:54:09','2025-07-23 16:22:49','2025-07-23 16:54:09',NULL,0,0,NULL,NULL),
(9227,'mixpanel','completed',10,'2025-07-23 17:41:11','2025-07-23 17:42:32','2025-07-23 16:54:11','2025-07-23 17:42:32',NULL,0,0,NULL,NULL),
(9228,'mixpanel','completed',10,'2025-07-23 18:17:36','2025-07-23 18:32:09','2025-07-23 17:42:36','2025-07-23 18:32:09',NULL,0,0,NULL,NULL),
(9229,'mixpanel','completed',10,'2025-07-23 18:53:12','2025-07-23 19:00:16','2025-07-23 18:32:12','2025-07-23 19:00:16',NULL,0,0,NULL,NULL),
(9230,'mixpanel','completed',10,'2025-07-23 19:08:19','2025-07-23 19:21:16','2025-07-23 19:00:19','2025-07-23 19:21:16',NULL,0,0,NULL,NULL),
(9231,'mixpanel','completed',10,'2025-07-23 19:57:20','2025-07-23 20:02:16','2025-07-23 19:21:20','2025-07-23 20:02:16',NULL,0,0,NULL,NULL),
(9232,'mixpanel','completed',10,'2025-07-23 20:39:18','2025-07-23 21:13:43','2025-07-23 20:02:18','2025-07-23 21:13:43',NULL,0,0,NULL,NULL),
(9233,'mixpanel','completed',10,'2025-07-23 22:10:47','2025-07-23 22:15:04','2025-07-23 21:13:47','2025-07-23 22:15:04',NULL,0,0,NULL,NULL),
(9234,'schedule_re_engagement_email','completed',10,'2025-07-24 22:02:38','2025-07-24 22:04:22','2025-07-23 22:02:38','2025-07-24 22:04:22',NULL,0,0,NULL,NULL),
(9235,'subscribers_engagement_score','completed',10,'2025-07-23 22:04:47','2025-07-23 22:04:50','2025-07-23 22:04:47','2025-07-23 22:04:50',NULL,0,0,NULL,NULL),
(9236,'subscribers_engagement_score','completed',10,'2025-07-24 06:00:00','2025-07-24 06:02:23','2025-07-23 22:04:50','2025-07-24 06:02:23',NULL,0,0,NULL,NULL),
(9237,'mixpanel','completed',10,'2025-07-23 22:52:08','2025-07-23 22:55:50','2025-07-23 22:15:08','2025-07-23 22:55:50',NULL,0,0,NULL,NULL),
(9238,'mixpanel','completed',10,'2025-07-23 23:01:53','2025-07-23 23:04:39','2025-07-23 22:55:53','2025-07-23 23:04:39',NULL,0,0,NULL,NULL),
(9239,'mixpanel','completed',10,'2025-07-24 00:00:42','2025-07-24 00:02:03','2025-07-23 23:04:42','2025-07-24 00:02:03',NULL,0,0,NULL,NULL),
(9240,'unsubscribe_tokens','completed',0,'2025-07-23 23:36:27','2025-07-23 23:58:21','2025-07-23 23:36:27','2025-07-23 23:58:21',NULL,0,0,'{\"last_subscriber_id\":9,\"last_newsletter_id\":0}',NULL),
(9241,'subscriber_link_tokens','completed',0,'2025-07-23 23:36:27','2025-07-23 23:55:40','2025-07-23 23:36:27','2025-07-23 23:55:40',NULL,0,0,NULL,NULL),
(9242,'newsletter_templates_thumbnails','completed',10,'2025-07-23 23:36:27','2025-07-23 23:55:40','2025-07-23 23:36:27','2025-07-23 23:55:40',NULL,0,0,NULL,NULL),
(9243,'subscribers_engagement_score','completed',10,'2025-07-25 02:21:00','2025-07-25 02:23:32','2025-07-24 06:02:23','2025-07-25 02:23:32',NULL,0,0,NULL,NULL),
(9244,'mixpanel','completed',10,'2025-07-24 06:39:23','2025-07-24 06:41:23','2025-07-24 06:02:23','2025-07-24 06:41:23',NULL,0,0,NULL,NULL),
(9245,'mixpanel','completed',10,'2025-07-24 22:53:22','2025-07-24 22:54:21','2025-07-24 22:04:22','2025-07-24 22:54:21',NULL,0,0,NULL,NULL),
(9246,'schedule_re_engagement_email','completed',10,'2025-07-25 22:54:21','2025-07-25 22:55:23','2025-07-24 22:54:21','2025-07-25 22:55:23',NULL,0,0,NULL,NULL),
(9247,'subscribers_engagement_score','completed',10,'2025-07-25 02:23:32','2025-07-25 03:13:36','2025-07-25 02:23:32','2025-07-25 03:13:36',NULL,0,0,NULL,NULL),
(9248,'mixpanel','completed',10,'2025-07-25 02:22:32','2025-07-25 03:13:36','2025-07-25 02:23:32','2025-07-25 03:13:36',NULL,0,0,NULL,NULL),
(9249,'subscribers_engagement_score','completed',10,'2025-07-26 11:10:00','2025-07-26 11:11:21','2025-07-25 03:13:36','2025-07-26 11:11:21',NULL,0,0,NULL,NULL),
(9250,'mixpanel','completed',10,'2025-07-25 23:37:23','2025-07-25 23:39:23','2025-07-25 22:55:23','2025-07-25 23:39:23',NULL,0,0,NULL,NULL),
(9251,'schedule_re_engagement_email','completed',10,'2025-07-26 23:39:22','2025-07-26 23:43:22','2025-07-25 23:39:22','2025-07-26 23:43:22',NULL,0,0,NULL,NULL),
(9252,'subscribers_email_count','completed',10,'2025-08-03 00:00:00','2025-08-03 00:01:23','2025-07-26 00:01:21','2025-08-03 00:01:23',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(9253,'inactive_subscribers','completed',10,'2025-07-30 00:00:00','2025-07-30 00:01:21','2025-07-26 00:01:21','2025-07-30 00:01:21',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(9254,'mixpanel','completed',10,'2025-07-26 00:20:21','2025-07-26 00:21:27','2025-07-26 00:01:21','2025-07-26 00:21:27',NULL,0,0,NULL,NULL),
(9255,'export_files_cleanup','completed',10,'2025-07-30 00:00:00','2025-07-30 00:01:21','2025-07-26 00:21:27','2025-07-30 00:01:21',NULL,0,0,NULL,NULL),
(9256,'subscribers_engagement_score','completed',10,'2025-07-26 11:11:21','2025-07-26 11:14:21','2025-07-26 11:11:21','2025-07-26 11:14:21',NULL,0,0,NULL,NULL),
(9257,'mixpanel','completed',10,'2025-07-26 11:56:21','2025-07-26 11:58:21','2025-07-26 11:11:21','2025-07-26 11:58:21',NULL,0,0,NULL,NULL),
(9258,'subscribers_engagement_score','completed',10,'2025-07-27 02:49:00','2025-07-27 02:49:22','2025-07-26 11:14:21','2025-07-27 02:49:22',NULL,0,0,NULL,NULL),
(9259,'mixpanel','completed',10,'2025-07-27 00:06:22','2025-07-27 00:08:22','2025-07-26 23:43:22','2025-07-27 00:08:22',NULL,0,0,NULL,NULL),
(9260,'schedule_re_engagement_email','completed',10,'2025-07-28 00:08:22','2025-07-28 00:10:22','2025-07-27 00:08:22','2025-07-28 00:10:22',NULL,0,0,NULL,NULL),
(9261,'subscribers_engagement_score','completed',10,'2025-07-28 20:52:00','2025-07-28 20:52:21','2025-07-27 02:49:22','2025-07-28 20:52:21',NULL,0,0,NULL,NULL),
(9262,'mixpanel','completed',10,'2025-07-27 02:48:22','2025-07-27 02:52:22','2025-07-27 02:49:22','2025-07-27 02:52:22',NULL,0,0,NULL,NULL),
(9263,'mixpanel','completed',10,'2025-07-28 01:07:23','2025-07-28 01:09:21','2025-07-28 00:10:23','2025-07-28 01:09:21',NULL,0,0,NULL,NULL),
(9264,'schedule_re_engagement_email','completed',10,'2025-07-29 01:09:21','2025-07-29 01:18:56','2025-07-28 01:09:21','2025-07-29 01:18:56',NULL,0,0,NULL,NULL),
(9265,'subscribers_engagement_score','completed',10,'2025-07-28 20:52:21','2025-07-28 20:55:21','2025-07-28 20:52:21','2025-07-28 20:55:21',NULL,0,0,NULL,NULL),
(9266,'mixpanel','completed',10,'2025-07-28 20:56:21','2025-07-28 20:58:22','2025-07-28 20:52:21','2025-07-28 20:58:22',NULL,0,0,NULL,NULL),
(9267,'subscribers_engagement_score','completed',10,'2025-07-29 10:14:00','2025-07-29 12:03:44','2025-07-28 20:55:21','2025-07-29 12:03:44',NULL,0,0,NULL,NULL),
(9268,'mixpanel','completed',10,'2025-07-29 02:04:56','2025-07-29 02:15:49','2025-07-29 01:18:56','2025-07-29 02:15:49',NULL,0,0,NULL,NULL),
(9269,'schedule_re_engagement_email','completed',10,'2025-07-30 02:15:49','2025-07-30 02:18:22','2025-07-29 02:15:49','2025-07-30 02:18:22',NULL,0,0,NULL,NULL),
(9270,'subscribers_engagement_score','completed',10,'2025-07-30 15:02:00','2025-07-30 15:02:22','2025-07-29 12:03:44','2025-07-30 15:02:22',NULL,0,0,NULL,NULL),
(9271,'mixpanel','completed',10,'2025-07-29 12:40:44','2025-07-29 12:49:39','2025-07-29 12:03:44','2025-07-29 12:49:39',NULL,0,0,NULL,NULL),
(9272,'inactive_subscribers','completed',10,'2025-08-05 00:00:00','2025-08-05 00:02:22','2025-07-30 00:01:21','2025-08-05 00:02:22',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(9273,'mixpanel','completed',10,'2025-07-30 00:34:21','2025-07-30 00:36:48','2025-07-30 00:01:21','2025-07-30 00:36:48',NULL,0,0,NULL,NULL),
(9274,'export_files_cleanup','completed',10,'2025-08-08 00:00:00','2025-08-08 06:00:22','2025-07-30 00:36:48','2025-08-08 06:00:22',NULL,0,0,NULL,NULL),
(9275,'mixpanel','completed',10,'2025-07-30 02:52:22','2025-07-30 02:55:22','2025-07-30 02:18:22','2025-07-30 02:55:22',NULL,0,0,NULL,NULL),
(9276,'schedule_re_engagement_email','completed',10,'2025-07-31 02:55:22','2025-07-31 02:56:22','2025-07-30 02:55:22','2025-07-31 02:56:22',NULL,0,0,NULL,NULL),
(9277,'subscribers_engagement_score','completed',10,'2025-07-30 15:02:22','2025-07-30 15:05:22','2025-07-30 15:02:22','2025-07-30 15:05:22',NULL,0,0,NULL,NULL),
(9278,'mixpanel','completed',10,'2025-07-30 15:05:22','2025-07-30 15:05:22','2025-07-30 15:02:22','2025-07-30 15:05:22',NULL,0,0,NULL,NULL),
(9279,'subscribers_engagement_score','completed',10,'2025-07-31 02:18:00','2025-07-31 02:19:22','2025-07-30 15:05:22','2025-07-31 02:19:22',NULL,0,0,NULL,NULL),
(9280,'subscribers_engagement_score','completed',10,'2025-08-01 17:05:00','2025-08-01 17:07:26','2025-07-31 02:19:22','2025-08-01 17:07:26',NULL,0,0,NULL,NULL),
(9281,'mixpanel','completed',10,'2025-07-31 02:50:22','2025-07-31 02:51:21','2025-07-31 02:19:22','2025-07-31 02:51:21',NULL,0,0,NULL,NULL),
(9282,'mixpanel','completed',10,'2025-07-31 02:59:22','2025-07-31 03:01:23','2025-07-31 02:56:22','2025-07-31 03:01:23',NULL,0,0,NULL,NULL),
(9283,'schedule_re_engagement_email','completed',10,'2025-08-01 03:01:23','2025-08-01 03:04:22','2025-07-31 03:01:23','2025-08-01 03:04:22',NULL,0,0,NULL,NULL),
(9284,'mixpanel','completed',10,'2025-08-01 03:20:22','2025-08-01 03:22:22','2025-08-01 03:04:22','2025-08-01 03:22:22',NULL,0,0,NULL,NULL),
(9285,'schedule_re_engagement_email','completed',10,'2025-08-02 03:22:22','2025-08-02 03:23:22','2025-08-01 03:22:22','2025-08-02 03:23:22',NULL,0,0,NULL,NULL),
(9286,'subscribers_engagement_score','completed',10,'2025-08-01 17:07:26','2025-08-01 17:09:37','2025-08-01 17:07:26','2025-08-01 17:09:37',NULL,0,0,NULL,NULL),
(9287,'mixpanel','completed',10,'2025-08-01 17:15:26','2025-08-01 17:19:13','2025-08-01 17:07:26','2025-08-01 17:19:13',NULL,0,0,NULL,NULL),
(9288,'subscribers_engagement_score','completed',10,'2025-08-02 23:30:00','2025-08-02 23:31:22','2025-08-01 17:09:37','2025-08-02 23:31:22',NULL,0,0,NULL,NULL),
(9289,'mixpanel','completed',10,'2025-08-02 03:26:22','2025-08-02 03:28:22','2025-08-02 03:23:22','2025-08-02 03:28:22',NULL,0,0,NULL,NULL),
(9290,'schedule_re_engagement_email','completed',10,'2025-08-03 03:28:22','2025-08-03 03:29:21','2025-08-02 03:28:22','2025-08-03 03:29:21',NULL,0,0,NULL,NULL),
(9291,'subscribers_engagement_score','completed',10,'2025-08-02 23:31:22','2025-08-02 23:34:21','2025-08-02 23:31:22','2025-08-02 23:34:21',NULL,0,0,NULL,NULL),
(9292,'mixpanel','completed',10,'2025-08-03 00:08:22','2025-08-03 00:10:21','2025-08-02 23:31:22','2025-08-03 00:10:21',NULL,0,0,NULL,NULL),
(9293,'subscribers_engagement_score','completed',10,'2025-08-03 14:01:00','2025-08-03 14:01:21','2025-08-02 23:34:21','2025-08-03 14:01:21',NULL,0,0,NULL,NULL),
(9294,'subscribers_email_count','completed',10,'2025-08-05 00:00:00','2025-08-05 00:02:22','2025-08-03 00:01:23','2025-08-05 00:02:22',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(9295,'mixpanel','completed',10,'2025-08-03 04:11:21','2025-08-03 04:13:21','2025-08-03 03:29:21','2025-08-03 04:13:21',NULL,0,0,NULL,NULL),
(9296,'schedule_re_engagement_email','completed',10,'2025-08-04 04:13:21','2025-08-04 04:15:22','2025-08-03 04:13:21','2025-08-04 04:15:22',NULL,0,0,NULL,NULL),
(9297,'subscribers_engagement_score','completed',10,'2025-08-04 00:38:00','2025-08-04 00:39:22','2025-08-03 14:01:21','2025-08-04 00:39:22',NULL,0,0,NULL,NULL),
(9298,'mixpanel','completed',10,'2025-08-03 14:32:21','2025-08-03 14:34:22','2025-08-03 14:01:21','2025-08-03 14:34:22',NULL,0,0,NULL,NULL),
(9299,'subscribers_engagement_score','completed',10,'2025-08-04 00:39:22','2025-08-04 00:42:22','2025-08-04 00:39:22','2025-08-04 00:42:22',NULL,0,0,NULL,NULL),
(9300,'mixpanel','completed',10,'2025-08-04 00:53:22','2025-08-04 00:56:21','2025-08-04 00:39:22','2025-08-04 00:56:21',NULL,0,0,NULL,NULL),
(9301,'subscribers_engagement_score','completed',10,'2025-08-05 00:55:00','2025-08-05 00:56:22','2025-08-04 00:42:22','2025-08-05 00:56:22',NULL,0,0,NULL,NULL),
(9302,'mixpanel','completed',10,'2025-08-04 04:36:22','2025-08-04 04:37:23','2025-08-04 04:15:22','2025-08-04 04:37:23',NULL,0,0,NULL,NULL),
(9303,'schedule_re_engagement_email','completed',10,'2025-08-05 04:37:22','2025-08-05 04:38:22','2025-08-04 04:37:22','2025-08-05 04:38:22',NULL,0,0,NULL,NULL),
(9304,'subscribers_email_count','completed',10,'2025-08-12 00:00:00','2025-08-12 00:00:22','2025-08-05 00:02:22','2025-08-12 00:00:22',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(9305,'inactive_subscribers','completed',10,'2025-08-11 00:00:00','2025-08-11 00:01:21','2025-08-05 00:02:22','2025-08-11 00:01:21',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(9306,'mixpanel','completed',10,'2025-08-05 00:49:22','2025-08-05 00:51:21','2025-08-05 00:02:22','2025-08-05 00:51:21',NULL,0,0,NULL,NULL),
(9307,'subscribers_engagement_score','completed',10,'2025-08-05 00:56:22','2025-08-05 00:59:22','2025-08-05 00:56:22','2025-08-05 00:59:22',NULL,0,0,NULL,NULL),
(9308,'mixpanel','completed',10,'2025-08-05 01:47:22','2025-08-05 01:48:21','2025-08-05 00:56:22','2025-08-05 01:48:21',NULL,0,0,NULL,NULL),
(9309,'subscribers_engagement_score','completed',10,'2025-08-06 07:21:00','2025-08-06 07:21:22','2025-08-05 00:59:22','2025-08-06 07:21:22',NULL,0,0,NULL,NULL),
(9310,'mixpanel','completed',10,'2025-08-05 05:02:22','2025-08-05 05:05:21','2025-08-05 04:38:22','2025-08-05 05:05:21',NULL,0,0,NULL,NULL),
(9311,'schedule_re_engagement_email','completed',10,'2025-08-06 05:05:21','2025-08-06 05:07:21','2025-08-05 05:05:21','2025-08-06 05:07:21',NULL,0,0,NULL,NULL),
(9312,'mixpanel','completed',10,'2025-08-06 05:27:21','2025-08-06 05:29:21','2025-08-06 05:07:21','2025-08-06 05:29:21',NULL,0,0,NULL,NULL),
(9313,'schedule_re_engagement_email','completed',10,'2025-08-07 05:29:21','2025-08-07 05:31:23','2025-08-06 05:29:21','2025-08-07 05:31:23',NULL,0,0,NULL,NULL),
(9314,'subscribers_engagement_score','completed',10,'2025-08-06 07:21:22','2025-08-06 07:24:21','2025-08-06 07:21:22','2025-08-06 07:24:21',NULL,0,0,NULL,NULL),
(9315,'mixpanel','completed',10,'2025-08-06 07:52:22','2025-08-06 07:54:22','2025-08-06 07:21:22','2025-08-06 07:54:22',NULL,0,0,NULL,NULL),
(9316,'subscribers_engagement_score','completed',10,'2025-08-07 15:38:00','2025-08-07 15:39:22','2025-08-06 07:24:21','2025-08-07 15:39:22',NULL,0,0,NULL,NULL),
(9317,'mixpanel','completed',10,'2025-08-07 05:56:23','2025-08-07 05:58:22','2025-08-07 05:31:23','2025-08-07 05:58:22',NULL,0,0,NULL,NULL),
(9318,'schedule_re_engagement_email','completed',10,'2025-08-08 05:58:22','2025-08-08 06:00:22','2025-08-07 05:58:22','2025-08-08 06:00:22',NULL,0,0,NULL,NULL),
(9319,'subscribers_engagement_score','completed',10,'2025-08-07 15:39:22','2025-08-07 15:42:20','2025-08-07 15:39:22','2025-08-07 15:42:20',NULL,0,0,NULL,NULL),
(9320,'mixpanel','completed',10,'2025-08-07 16:00:22','2025-08-07 16:03:21','2025-08-07 15:39:22','2025-08-07 16:03:21',NULL,0,0,NULL,NULL),
(9321,'subscribers_engagement_score','completed',10,'2025-08-08 13:57:00','2025-08-08 13:59:21','2025-08-07 15:42:20','2025-08-08 13:59:21',NULL,0,0,NULL,NULL),
(9322,'mixpanel','completed',10,'2025-08-08 06:21:22','2025-08-08 06:23:21','2025-08-08 06:00:22','2025-08-08 06:23:21',NULL,0,0,NULL,NULL),
(9323,'export_files_cleanup','completed',10,'2025-08-16 00:00:00','2025-08-16 09:30:21','2025-08-08 06:23:21','2025-08-16 09:30:21',NULL,0,0,NULL,NULL),
(9324,'schedule_re_engagement_email','completed',10,'2025-08-09 06:23:21','2025-08-09 06:24:22','2025-08-08 06:23:21','2025-08-09 06:24:22',NULL,0,0,NULL,NULL),
(9325,'subscribers_engagement_score','completed',10,'2025-08-09 08:32:00','2025-08-09 08:33:21','2025-08-08 13:59:21','2025-08-09 08:33:21',NULL,0,0,NULL,NULL),
(9326,'mixpanel','completed',10,'2025-08-08 14:08:21','2025-08-08 14:10:22','2025-08-08 13:59:21','2025-08-08 14:10:22',NULL,0,0,NULL,NULL),
(9327,'mixpanel','completed',10,'2025-08-09 06:37:22','2025-08-09 06:39:24','2025-08-09 06:24:22','2025-08-09 06:39:24',NULL,0,0,NULL,NULL),
(9328,'schedule_re_engagement_email','completed',10,'2025-08-10 06:39:24','2025-08-10 06:42:21','2025-08-09 06:39:24','2025-08-10 06:42:21',NULL,0,0,NULL,NULL),
(9329,'subscribers_engagement_score','completed',10,'2025-08-09 08:33:21','2025-08-09 08:35:23','2025-08-09 08:33:21','2025-08-09 08:35:23',NULL,0,0,NULL,NULL),
(9330,'mixpanel','completed',10,'2025-08-09 08:40:21','2025-08-09 08:43:27','2025-08-09 08:33:21','2025-08-09 08:43:27',NULL,0,0,NULL,NULL),
(9331,'subscribers_engagement_score','completed',10,'2025-08-10 21:24:00','2025-08-10 21:25:23','2025-08-09 08:35:23','2025-08-10 21:25:23',NULL,0,0,NULL,NULL),
(9332,'mixpanel','completed',10,'2025-08-10 07:09:21','2025-08-10 07:11:22','2025-08-10 06:42:21','2025-08-10 07:11:22',NULL,0,0,NULL,NULL),
(9333,'schedule_re_engagement_email','completed',10,'2025-08-11 07:11:22','2025-08-11 07:13:21','2025-08-10 07:11:22','2025-08-11 07:13:21',NULL,0,0,NULL,NULL),
(9334,'subscribers_engagement_score','completed',10,'2025-08-10 21:25:23','2025-08-10 21:28:21','2025-08-10 21:25:23','2025-08-10 21:28:21',NULL,0,0,NULL,NULL),
(9335,'mixpanel','completed',10,'2025-08-10 21:40:23','2025-08-10 21:42:21','2025-08-10 21:25:23','2025-08-10 21:42:21',NULL,0,0,NULL,NULL),
(9336,'subscribers_engagement_score','completed',10,'2025-08-10 21:28:21','2025-08-10 21:31:21','2025-08-10 21:28:21','2025-08-10 21:31:21',NULL,0,0,NULL,NULL),
(9337,'subscribers_engagement_score','completed',10,'2025-08-11 22:40:00','2025-08-11 22:42:21','2025-08-10 21:31:21','2025-08-11 22:42:21',NULL,0,0,NULL,NULL),
(9338,'inactive_subscribers','completed',10,'2025-08-19 00:00:00','2025-08-19 00:00:23','2025-08-11 00:01:21','2025-08-19 00:00:23',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(9339,'mixpanel','completed',10,'2025-08-11 00:51:21','2025-08-11 00:52:21','2025-08-11 00:01:21','2025-08-11 00:52:21',NULL,0,0,NULL,NULL),
(9340,'mixpanel','completed',10,'2025-08-11 07:58:21','2025-08-11 08:00:21','2025-08-11 07:13:21','2025-08-11 08:00:21',NULL,0,0,NULL,NULL),
(9341,'schedule_re_engagement_email','completed',10,'2025-08-12 08:00:21','2025-08-12 08:03:21','2025-08-11 08:00:21','2025-08-12 08:03:21',NULL,0,0,NULL,NULL),
(9342,'subscribers_engagement_score','completed',10,'2025-08-11 22:42:21','2025-08-11 22:45:22','2025-08-11 22:42:21','2025-08-11 22:45:22',NULL,0,0,NULL,NULL),
(9343,'mixpanel','completed',10,'2025-08-11 23:13:21','2025-08-11 23:14:21','2025-08-11 22:42:21','2025-08-11 23:14:21',NULL,0,0,NULL,NULL),
(9344,'subscribers_engagement_score','completed',10,'2025-08-12 05:32:00','2025-08-12 05:33:21','2025-08-11 22:45:22','2025-08-12 05:33:21',NULL,0,0,NULL,NULL),
(9345,'subscribers_email_count','completed',10,'2025-08-23 00:00:00','2025-08-23 00:02:21','2025-08-12 00:00:22','2025-08-23 00:02:21',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(9346,'mixpanel','completed',10,'2025-08-12 00:34:22','2025-08-12 00:35:22','2025-08-12 00:00:22','2025-08-12 00:35:22',NULL,0,0,NULL,NULL),
(9347,'subscribers_engagement_score','completed',10,'2025-08-13 19:14:00','2025-08-13 19:14:22','2025-08-12 05:33:21','2025-08-13 19:14:22',NULL,0,0,NULL,NULL),
(9348,'mixpanel','completed',10,'2025-08-12 06:03:21','2025-08-12 06:04:21','2025-08-12 05:33:21','2025-08-12 06:04:21',NULL,0,0,NULL,NULL),
(9349,'mixpanel','completed',10,'2025-08-12 08:02:21','2025-08-12 08:06:21','2025-08-12 08:03:21','2025-08-12 08:06:21',NULL,0,0,NULL,NULL),
(9350,'schedule_re_engagement_email','completed',10,'2025-08-13 08:06:21','2025-08-13 08:08:23','2025-08-12 08:06:21','2025-08-13 08:08:23',NULL,0,0,NULL,NULL),
(9351,'mixpanel','completed',10,'2025-08-13 08:30:23','2025-08-13 08:33:23','2025-08-13 08:08:23','2025-08-13 08:33:23',NULL,0,0,NULL,NULL),
(9352,'schedule_re_engagement_email','completed',10,'2025-08-14 08:33:23','2025-08-14 08:35:21','2025-08-13 08:33:23','2025-08-14 08:35:21',NULL,0,0,NULL,NULL),
(9353,'subscribers_engagement_score','completed',10,'2025-08-13 19:14:22','2025-08-13 19:17:23','2025-08-13 19:14:22','2025-08-13 19:17:23',NULL,0,0,NULL,NULL),
(9354,'mixpanel','completed',10,'2025-08-13 19:44:22','2025-08-13 19:47:22','2025-08-13 19:14:22','2025-08-13 19:47:22',NULL,0,0,NULL,NULL),
(9355,'subscribers_engagement_score','completed',10,'2025-08-14 11:22:00','2025-08-14 11:23:23','2025-08-13 19:17:23','2025-08-14 11:23:23',NULL,0,0,NULL,NULL),
(9356,'mixpanel','completed',10,'2025-08-14 09:23:21','2025-08-14 09:24:22','2025-08-14 08:35:21','2025-08-14 09:24:22',NULL,0,0,NULL,NULL),
(9357,'schedule_re_engagement_email','completed',10,'2025-08-15 09:24:22','2025-08-15 09:26:22','2025-08-14 09:24:22','2025-08-15 09:26:22',NULL,0,0,NULL,NULL),
(9358,'subscribers_engagement_score','completed',10,'2025-08-15 06:31:00','2025-08-15 06:31:22','2025-08-14 11:23:23','2025-08-15 06:31:22',NULL,0,0,NULL,NULL),
(9359,'mixpanel','completed',10,'2025-08-14 12:11:23','2025-08-14 12:14:21','2025-08-14 11:23:23','2025-08-14 12:14:21',NULL,0,0,NULL,NULL),
(9360,'subscribers_engagement_score','completed',10,'2025-08-15 06:31:22','2025-08-15 06:34:21','2025-08-15 06:31:22','2025-08-15 06:34:21',NULL,0,0,NULL,NULL),
(9361,'mixpanel','completed',10,'2025-08-15 07:29:22','2025-08-15 07:31:22','2025-08-15 06:31:22','2025-08-15 07:31:22',NULL,0,0,NULL,NULL),
(9362,'subscribers_engagement_score','completed',10,'2025-08-16 10:50:00','2025-08-16 10:51:23','2025-08-15 06:34:21','2025-08-16 10:51:23',NULL,0,0,NULL,NULL),
(9363,'mixpanel','completed',10,'2025-08-15 09:28:22','2025-08-15 09:29:23','2025-08-15 09:26:22','2025-08-15 09:29:23',NULL,0,0,NULL,NULL),
(9364,'schedule_re_engagement_email','completed',10,'2025-08-16 09:29:23','2025-08-16 09:30:21','2025-08-15 09:29:23','2025-08-16 09:30:21',NULL,0,0,NULL,NULL),
(9365,'mixpanel','completed',10,'2025-08-16 09:54:21','2025-08-16 09:56:21','2025-08-16 09:30:21','2025-08-16 09:56:21',NULL,0,0,NULL,NULL),
(9366,'export_files_cleanup','completed',10,'2025-08-23 00:00:00','2025-08-23 00:02:21','2025-08-16 09:56:21','2025-08-23 00:02:21',NULL,0,0,NULL,NULL),
(9367,'schedule_re_engagement_email','completed',10,'2025-08-17 09:56:21','2025-08-17 09:57:22','2025-08-16 09:56:21','2025-08-17 09:57:22',NULL,0,0,NULL,NULL),
(9368,'subscribers_engagement_score','completed',10,'2025-08-16 10:51:23','2025-08-16 10:54:21','2025-08-16 10:51:23','2025-08-16 10:54:21',NULL,0,0,NULL,NULL),
(9369,'mixpanel','completed',10,'2025-08-16 11:20:23','2025-08-16 11:22:21','2025-08-16 10:51:23','2025-08-16 11:22:21',NULL,0,0,NULL,NULL),
(9370,'subscribers_engagement_score','completed',10,'2025-08-17 17:17:00','2025-08-17 17:19:22','2025-08-16 10:54:21','2025-08-17 17:19:22',NULL,0,0,NULL,NULL),
(9371,'mixpanel','completed',10,'2025-08-17 10:19:22','2025-08-17 10:21:24','2025-08-17 09:57:22','2025-08-17 10:21:24',NULL,0,0,NULL,NULL),
(9372,'schedule_re_engagement_email','completed',10,'2025-08-18 10:21:24','2025-08-18 10:23:24','2025-08-17 10:21:24','2025-08-18 10:23:24',NULL,0,0,NULL,NULL),
(9373,'subscribers_engagement_score','completed',10,'2025-08-17 17:19:22','2025-08-17 17:22:23','2025-08-17 17:19:22','2025-08-17 17:22:23',NULL,0,0,NULL,NULL),
(9374,'mixpanel','completed',10,'2025-08-17 17:36:22','2025-08-17 17:39:21','2025-08-17 17:19:22','2025-08-17 17:39:21',NULL,0,0,NULL,NULL),
(9375,'subscribers_engagement_score','completed',10,'2025-08-18 20:26:00','2025-08-18 20:26:21','2025-08-17 17:22:23','2025-08-18 20:26:21',NULL,0,0,NULL,NULL),
(9376,'mixpanel','completed',10,'2025-08-18 10:52:24','2025-08-18 10:53:21','2025-08-18 10:23:24','2025-08-18 10:53:21',NULL,0,0,NULL,NULL),
(9377,'schedule_re_engagement_email','completed',10,'2025-08-19 10:53:21','2025-08-19 10:55:21','2025-08-18 10:53:21','2025-08-19 10:55:21',NULL,0,0,NULL,NULL),
(9378,'subscribers_engagement_score','completed',10,'2025-08-18 20:26:21','2025-08-18 20:29:22','2025-08-18 20:26:21','2025-08-18 20:29:22',NULL,0,0,NULL,NULL),
(9379,'mixpanel','completed',10,'2025-08-18 20:53:21','2025-08-18 20:54:21','2025-08-18 20:26:21','2025-08-18 20:54:21',NULL,0,0,NULL,NULL),
(9380,'subscribers_engagement_score','completed',10,'2025-08-19 18:06:00','2025-08-19 18:06:09','2025-08-18 20:29:22','2025-08-19 18:06:09',NULL,0,0,NULL,NULL),
(9381,'inactive_subscribers','completed',10,'2025-08-31 00:00:00','2025-08-31 01:20:58','2025-08-19 00:00:23','2025-08-31 01:20:58',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(9382,'mixpanel','completed',10,'2025-08-19 00:01:23','2025-08-19 00:04:22','2025-08-19 00:00:23','2025-08-19 00:04:22',NULL,0,0,NULL,NULL),
(9383,'mixpanel','completed',10,'2025-08-19 11:00:21','2025-08-19 11:01:20','2025-08-19 10:55:21','2025-08-19 11:01:20',NULL,0,0,NULL,NULL),
(9384,'schedule_re_engagement_email','completed',10,'2025-08-20 11:01:20','2025-08-20 11:03:23','2025-08-19 11:01:20','2025-08-20 11:03:23',NULL,0,0,NULL,NULL),
(9385,'subscribers_engagement_score','completed',10,'2025-08-20 11:28:00','2025-08-20 11:30:21','2025-08-19 18:06:09','2025-08-20 11:30:21',NULL,0,0,NULL,NULL),
(9386,'mixpanel','completed',10,'2025-08-19 18:13:09','2025-08-19 18:14:22','2025-08-19 18:06:09','2025-08-19 18:14:22',NULL,0,0,NULL,NULL),
(9387,'mixpanel','completed',10,'2025-08-20 11:17:23','2025-08-20 11:20:21','2025-08-20 11:03:23','2025-08-20 11:20:21',NULL,0,0,NULL,NULL),
(9388,'schedule_re_engagement_email','completed',10,'2025-08-21 11:20:21','2025-08-21 11:21:23','2025-08-20 11:20:21','2025-08-21 11:21:23',NULL,0,0,NULL,NULL),
(9389,'subscribers_engagement_score','completed',10,'2025-08-20 11:30:21','2025-08-20 11:33:22','2025-08-20 11:30:21','2025-08-20 11:33:22',NULL,0,0,NULL,NULL),
(9390,'mixpanel','completed',10,'2025-08-20 12:23:21','2025-08-20 12:25:23','2025-08-20 11:30:21','2025-08-20 12:25:23',NULL,0,0,NULL,NULL),
(9391,'subscribers_engagement_score','completed',10,'2025-08-21 06:18:00','2025-08-21 06:18:20','2025-08-20 11:33:22','2025-08-21 06:18:20',NULL,0,0,NULL,NULL),
(9392,'subscribers_engagement_score','completed',10,'2025-08-22 07:12:00','2025-08-22 07:12:22','2025-08-21 06:18:20','2025-08-22 07:12:22',NULL,0,0,NULL,NULL),
(9393,'mixpanel','completed',10,'2025-08-21 06:35:20','2025-08-21 06:37:23','2025-08-21 06:18:20','2025-08-21 06:37:23',NULL,0,0,NULL,NULL),
(9394,'mixpanel','completed',10,'2025-08-21 11:37:23','2025-08-21 11:38:22','2025-08-21 11:21:23','2025-08-21 11:38:22',NULL,0,0,NULL,NULL),
(9395,'schedule_re_engagement_email','completed',10,'2025-08-22 11:38:22','2025-08-22 11:40:23','2025-08-21 11:38:22','2025-08-22 11:40:23',NULL,0,0,NULL,NULL),
(9396,'subscribers_engagement_score','completed',10,'2025-08-22 07:12:22','2025-08-22 07:15:22','2025-08-22 07:12:22','2025-08-22 07:15:22',NULL,0,0,NULL,NULL),
(9397,'mixpanel','completed',10,'2025-08-22 07:49:22','2025-08-22 07:51:22','2025-08-22 07:12:22','2025-08-22 07:51:22',NULL,0,0,NULL,NULL),
(9398,'subscribers_engagement_score','completed',10,'2025-08-23 04:37:00','2025-08-23 04:38:22','2025-08-22 07:15:22','2025-08-23 04:38:22',NULL,0,0,NULL,NULL),
(9399,'mixpanel','completed',10,'2025-08-22 12:36:23','2025-08-22 12:37:22','2025-08-22 11:40:23','2025-08-22 12:37:22',NULL,0,0,NULL,NULL),
(9400,'schedule_re_engagement_email','completed',10,'2025-08-23 12:37:22','2025-08-23 12:38:22','2025-08-22 12:37:22','2025-08-23 12:38:22',NULL,0,0,NULL,NULL),
(9401,'subscribers_email_count','completed',10,'2025-08-28 00:00:00','2025-08-28 00:33:10','2025-08-23 00:02:21','2025-08-28 00:33:10',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(9402,'mixpanel','completed',10,'2025-08-23 00:24:21','2025-08-23 00:25:21','2025-08-23 00:02:21','2025-08-23 00:25:21',NULL,0,0,NULL,NULL),
(9403,'export_files_cleanup','completed',10,'2025-08-30 00:00:00','2025-08-30 18:22:38','2025-08-23 00:25:21','2025-08-30 18:22:38',NULL,0,0,NULL,NULL),
(9404,'subscribers_engagement_score','completed',10,'2025-08-24 05:17:00','2025-08-24 05:18:21','2025-08-23 04:38:22','2025-08-24 05:18:21',NULL,0,0,NULL,NULL),
(9405,'mixpanel','completed',10,'2025-08-23 04:51:22','2025-08-23 04:54:21','2025-08-23 04:38:22','2025-08-23 04:54:21',NULL,0,0,NULL,NULL),
(9406,'mixpanel','completed',10,'2025-08-23 13:25:22','2025-08-23 13:27:22','2025-08-23 12:38:22','2025-08-23 13:27:22',NULL,0,0,NULL,NULL),
(9407,'schedule_re_engagement_email','completed',10,'2025-08-24 13:27:22','2025-08-24 13:28:21','2025-08-23 13:27:22','2025-08-24 13:28:21',NULL,0,0,NULL,NULL),
(9408,'subscribers_engagement_score','completed',10,'2025-08-24 05:18:21','2025-08-24 05:21:21','2025-08-24 05:18:21','2025-08-24 05:21:21',NULL,0,0,NULL,NULL),
(9409,'mixpanel','completed',10,'2025-08-24 05:24:21','2025-08-24 05:27:21','2025-08-24 05:18:21','2025-08-24 05:27:21',NULL,0,0,NULL,NULL),
(9410,'subscribers_engagement_score','completed',10,'2025-08-25 06:30:00','2025-08-25 06:32:21','2025-08-24 05:21:21','2025-08-25 06:32:21',NULL,0,0,NULL,NULL),
(9411,'mixpanel','completed',10,'2025-08-24 13:38:22','2025-08-24 13:39:21','2025-08-24 13:28:22','2025-08-24 13:39:21',NULL,0,0,NULL,NULL),
(9412,'schedule_re_engagement_email','completed',10,'2025-08-25 13:39:21','2025-08-25 13:40:22','2025-08-24 13:39:21','2025-08-25 13:40:22',NULL,0,0,NULL,NULL),
(9413,'subscribers_engagement_score','completed',10,'2025-08-25 06:32:21','2025-08-25 06:35:22','2025-08-25 06:32:21','2025-08-25 06:35:22',NULL,0,0,NULL,NULL),
(9414,'mixpanel','completed',10,'2025-08-25 07:22:21','2025-08-25 07:24:21','2025-08-25 06:32:21','2025-08-25 07:24:21',NULL,0,0,NULL,NULL),
(9415,'subscribers_engagement_score','completed',10,'2025-08-26 14:31:00','2025-08-26 14:31:20','2025-08-25 06:35:22','2025-08-26 14:31:20',NULL,0,0,NULL,NULL),
(9416,'mixpanel','completed',10,'2025-08-25 13:41:22','2025-08-25 13:43:22','2025-08-25 13:40:22','2025-08-25 13:43:22',NULL,0,0,NULL,NULL),
(9417,'schedule_re_engagement_email','completed',10,'2025-08-26 13:43:22','2025-08-26 13:44:22','2025-08-25 13:43:22','2025-08-26 13:44:22',NULL,0,0,NULL,NULL),
(9418,'mixpanel','completed',10,'2025-08-26 13:44:22','2025-08-26 13:47:21','2025-08-26 13:44:22','2025-08-26 13:47:21',NULL,0,0,NULL,NULL),
(9419,'schedule_re_engagement_email','completed',10,'2025-08-27 13:47:21','2025-08-27 13:49:22','2025-08-26 13:47:21','2025-08-27 13:49:22',NULL,0,0,NULL,NULL),
(9420,'subscribers_engagement_score','completed',10,'2025-08-26 14:31:20','2025-08-26 14:34:22','2025-08-26 14:31:20','2025-08-26 14:34:22',NULL,0,0,NULL,NULL),
(9421,'mixpanel','completed',10,'2025-08-26 15:07:20','2025-08-26 15:09:21','2025-08-26 14:31:20','2025-08-26 15:09:21',NULL,0,0,NULL,NULL),
(9422,'subscribers_engagement_score','completed',10,'2025-08-27 20:23:00','2025-08-27 20:44:33','2025-08-26 14:34:22','2025-08-27 20:44:33',NULL,0,0,NULL,NULL),
(9423,'mixpanel','completed',10,'2025-08-27 14:27:22','2025-08-27 14:30:22','2025-08-27 13:49:22','2025-08-27 14:30:22',NULL,0,0,NULL,NULL),
(9424,'schedule_re_engagement_email','completed',10,'2025-08-28 14:30:21','2025-08-28 14:41:11','2025-08-27 14:30:21','2025-08-28 14:41:11',NULL,0,0,NULL,NULL),
(9425,'subscribers_engagement_score','completed',10,'2025-08-27 20:44:33','2025-08-27 21:08:28','2025-08-27 20:44:33','2025-08-27 21:08:28',NULL,0,0,NULL,NULL),
(9426,'mixpanel','completed',10,'2025-08-27 20:52:33','2025-08-27 21:08:28','2025-08-27 20:44:33','2025-08-27 21:08:28',NULL,0,0,NULL,NULL),
(9427,'subscribers_engagement_score','completed',10,'2025-08-28 01:41:00','2025-08-28 02:41:30','2025-08-27 21:08:28','2025-08-28 02:41:30',NULL,0,0,NULL,NULL),
(9428,'subscribers_email_count','completed',10,'2025-09-06 00:00:00','2025-09-06 00:01:34','2025-08-28 00:33:10','2025-09-06 00:01:34',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(9429,'mixpanel','completed',10,'2025-08-28 01:20:10','2025-08-28 02:41:30','2025-08-28 00:33:10','2025-08-28 02:41:30',NULL,0,0,NULL,NULL),
(9430,'subscribers_engagement_score','completed',10,'2025-08-29 10:57:00','2025-08-29 13:30:53','2025-08-28 02:41:30','2025-08-29 13:30:53',NULL,0,0,NULL,NULL),
(9431,'mixpanel','completed',10,'2025-08-28 14:46:11','2025-08-28 15:03:46','2025-08-28 14:41:11','2025-08-28 15:03:46',NULL,0,0,NULL,NULL),
(9432,'schedule_re_engagement_email','completed',10,'2025-08-29 15:03:46','2025-08-29 15:07:03','2025-08-28 15:03:46','2025-08-29 15:07:03',NULL,0,0,NULL,NULL),
(9433,'subscribers_engagement_score','completed',10,'2025-08-29 13:30:53','2025-08-29 13:45:37','2025-08-29 13:30:53','2025-08-29 13:45:37',NULL,0,0,NULL,NULL),
(9434,'mixpanel','completed',10,'2025-08-29 13:31:53','2025-08-29 13:45:37','2025-08-29 13:30:53','2025-08-29 13:45:37',NULL,0,0,NULL,NULL),
(9435,'subscribers_engagement_score','completed',10,'2025-08-30 22:03:00','2025-08-30 22:19:12','2025-08-29 13:45:37','2025-08-30 22:19:12',NULL,0,0,NULL,NULL),
(9436,'mixpanel','completed',10,'2025-08-29 15:13:03','2025-08-29 17:13:55','2025-08-29 15:07:03','2025-08-29 17:13:55',NULL,0,0,NULL,NULL),
(9437,'schedule_re_engagement_email','completed',10,'2025-08-30 17:13:54','2025-08-30 18:22:38','2025-08-29 17:13:54','2025-08-30 18:22:38',NULL,0,0,NULL,NULL),
(9438,'mixpanel','completed',10,'2025-08-30 18:34:38','2025-08-30 19:35:03','2025-08-30 18:22:38','2025-08-30 19:35:03',NULL,0,0,NULL,NULL),
(9439,'export_files_cleanup','completed',10,'2025-09-06 00:00:00','2025-09-06 00:01:34','2025-08-30 19:35:03','2025-09-06 00:01:34',NULL,0,0,NULL,NULL),
(9440,'schedule_re_engagement_email','completed',10,'2025-08-31 19:35:03','2025-08-31 19:44:49','2025-08-30 19:35:03','2025-08-31 19:44:49',NULL,0,0,NULL,NULL),
(9441,'subscribers_engagement_score','completed',10,'2025-08-30 22:19:12','2025-08-30 23:02:14','2025-08-30 22:19:12','2025-08-30 23:02:14',NULL,0,0,NULL,NULL),
(9442,'mixpanel','completed',10,'2025-08-30 22:33:12','2025-08-30 23:02:14','2025-08-30 22:19:12','2025-08-30 23:02:14',NULL,0,0,NULL,NULL),
(9443,'subscribers_engagement_score','completed',10,'2025-08-31 08:01:00','2025-08-31 08:06:05','2025-08-30 23:02:14','2025-08-31 08:06:05',NULL,0,0,NULL,NULL),
(9444,'inactive_subscribers','completed',10,'2025-09-02 00:00:00','2025-09-02 00:00:23','2025-08-31 01:20:58','2025-09-02 00:00:23',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(9445,'mixpanel','completed',10,'2025-08-31 01:24:58','2025-08-31 02:32:41','2025-08-31 01:20:58','2025-08-31 02:32:41',NULL,0,0,NULL,NULL),
(9446,'subscribers_engagement_score','completed',10,'2025-09-01 04:47:00','2025-09-01 04:58:34','2025-08-31 08:06:05','2025-09-01 04:58:34',NULL,0,0,NULL,NULL),
(9447,'mixpanel','completed',10,'2025-08-31 08:41:05','2025-08-31 10:27:56','2025-08-31 08:06:05','2025-08-31 10:27:56',NULL,0,0,NULL,NULL),
(9448,'mixpanel','completed',10,'2025-08-31 19:48:49','2025-08-31 20:07:00','2025-08-31 19:44:49','2025-08-31 20:07:00',NULL,0,0,NULL,NULL),
(9449,'schedule_re_engagement_email','completed',10,'2025-09-01 20:07:00','2025-09-01 20:07:21','2025-08-31 20:07:00','2025-09-01 20:07:21',NULL,0,0,NULL,NULL),
(9450,'subscribers_engagement_score','completed',10,'2025-09-01 04:58:34','2025-09-01 05:22:27','2025-09-01 04:58:34','2025-09-01 05:22:27',NULL,0,0,NULL,NULL),
(9451,'mixpanel','completed',10,'2025-09-01 04:58:34','2025-09-01 05:22:27','2025-09-01 04:58:34','2025-09-01 05:22:27',NULL,0,0,NULL,NULL),
(9452,'subscribers_engagement_score','completed',10,'2025-09-02 10:55:00','2025-09-02 10:56:22','2025-09-01 05:22:27','2025-09-02 10:56:22',NULL,0,0,NULL,NULL),
(9453,'mixpanel','completed',10,'2025-09-01 20:39:21','2025-09-01 20:41:22','2025-09-01 20:07:21','2025-09-01 20:41:22',NULL,0,0,NULL,NULL),
(9454,'schedule_re_engagement_email','completed',10,'2025-09-02 20:41:22','2025-09-02 20:43:22','2025-09-01 20:41:22','2025-09-02 20:43:22',NULL,0,0,NULL,NULL),
(9455,'inactive_subscribers','completed',10,'2025-09-12 00:00:00','2025-11-12 18:35:38','2025-09-02 00:00:23','2025-11-12 18:35:38',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(9456,'mixpanel','completed',10,'2025-09-02 00:37:23','2025-09-02 00:38:21','2025-09-02 00:00:23','2025-09-02 00:38:21',NULL,0,0,NULL,NULL),
(9457,'subscribers_engagement_score','completed',10,'2025-09-02 10:56:22','2025-09-02 10:59:22','2025-09-02 10:56:22','2025-09-02 10:59:22',NULL,0,0,NULL,NULL),
(9458,'mixpanel','completed',10,'2025-09-02 11:04:22','2025-09-02 11:07:22','2025-09-02 10:56:22','2025-09-02 11:07:22',NULL,0,0,NULL,NULL),
(9459,'subscribers_engagement_score','completed',10,'2025-09-03 11:38:00','2025-09-03 11:38:42','2025-09-02 10:59:22','2025-09-03 11:38:42',NULL,0,0,NULL,NULL),
(9460,'mixpanel','completed',10,'2025-09-02 20:58:22','2025-09-02 21:00:21','2025-09-02 20:43:22','2025-09-02 21:00:21',NULL,0,0,NULL,NULL),
(9461,'schedule_re_engagement_email','completed',10,'2025-09-03 21:00:21','2025-09-03 21:00:32','2025-09-02 21:00:21','2025-09-03 21:00:32',NULL,0,0,NULL,NULL),
(9462,'subscribers_engagement_score','completed',10,'2025-09-03 11:38:42','2025-09-03 11:41:36','2025-09-03 11:38:42','2025-09-03 11:41:36',NULL,0,0,NULL,NULL),
(9463,'mixpanel','completed',10,'2025-09-03 12:19:42','2025-09-03 12:20:42','2025-09-03 11:38:42','2025-09-03 12:20:42',NULL,0,0,NULL,NULL),
(9464,'subscribers_engagement_score','completed',10,'2025-09-04 07:25:00','2025-09-04 07:26:42','2025-09-03 11:41:36','2025-09-04 07:26:42',NULL,0,0,NULL,NULL),
(9465,'mixpanel','completed',10,'2025-09-03 21:04:32','2025-09-03 21:04:43','2025-09-03 21:00:32','2025-09-03 21:04:43',NULL,0,0,NULL,NULL),
(9466,'schedule_re_engagement_email','completed',10,'2025-09-04 21:04:43','2025-09-04 21:05:44','2025-09-03 21:04:43','2025-09-04 21:05:44',NULL,0,0,NULL,NULL),
(9467,'subscribers_engagement_score','completed',10,'2025-09-05 09:12:00','2025-09-05 09:13:40','2025-09-04 07:26:42','2025-09-05 09:13:40',NULL,0,0,NULL,NULL),
(9468,'mixpanel','completed',10,'2025-09-04 08:08:42','2025-09-04 08:09:43','2025-09-04 07:26:42','2025-09-04 08:09:43',NULL,0,0,NULL,NULL),
(9469,'mixpanel','completed',10,'2025-09-04 21:56:44','2025-09-04 21:57:37','2025-09-04 21:05:44','2025-09-04 21:57:37',NULL,0,0,NULL,NULL),
(9470,'schedule_re_engagement_email','completed',10,'2025-09-05 21:57:37','2025-09-05 22:02:45','2025-09-04 21:57:37','2025-09-05 22:02:45',NULL,0,0,NULL,NULL),
(9471,'subscribers_engagement_score','completed',10,'2025-09-05 09:13:40','2025-09-05 09:16:38','2025-09-05 09:13:40','2025-09-05 09:16:38',NULL,0,0,NULL,NULL),
(9472,'mixpanel','completed',10,'2025-09-05 09:53:40','2025-09-05 09:55:37','2025-09-05 09:13:40','2025-09-05 09:55:37',NULL,0,0,NULL,NULL),
(9473,'subscribers_engagement_score','completed',10,'2025-09-06 18:28:00','2025-09-06 18:28:38','2025-09-05 09:16:38','2025-09-06 18:28:38',NULL,0,0,NULL,NULL),
(9474,'mixpanel','completed',10,'2025-09-05 22:32:45','2025-09-05 22:41:26','2025-09-05 22:02:45','2025-09-05 22:41:26',NULL,0,0,NULL,NULL),
(9475,'schedule_re_engagement_email','completed',10,'2025-09-06 22:41:26','2025-09-06 22:42:30','2025-09-05 22:41:26','2025-09-06 22:42:30',NULL,0,0,NULL,NULL),
(9476,'subscribers_email_count','completed',10,'2025-09-13 00:00:00','2025-11-12 18:35:38','2025-09-06 00:01:34','2025-11-12 18:35:38',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(9477,'mixpanel','completed',10,'2025-09-06 00:36:34','2025-09-06 00:39:17','2025-09-06 00:01:34','2025-09-06 00:39:17',NULL,0,0,NULL,NULL),
(9478,'export_files_cleanup','completed',10,'2025-09-11 00:00:00','2025-11-12 18:35:38','2025-09-06 00:39:17','2025-11-12 18:35:38',NULL,0,0,NULL,NULL),
(9479,'subscribers_engagement_score','completed',10,'2025-09-06 18:28:38','2025-09-06 18:34:09','2025-09-06 18:28:38','2025-09-06 18:34:09',NULL,0,0,NULL,NULL),
(9480,'mixpanel','completed',10,'2025-09-06 19:04:38','2025-09-06 19:05:53','2025-09-06 18:28:38','2025-09-06 19:05:53',NULL,0,0,NULL,NULL),
(9481,'subscribers_engagement_score','completed',10,'2025-09-07 19:54:00','2025-09-07 20:00:20','2025-09-06 18:34:09','2025-09-07 20:00:20',NULL,0,0,NULL,NULL),
(9482,'mixpanel','completed',10,'2025-09-06 23:26:30','2025-09-06 23:33:29','2025-09-06 22:42:30','2025-09-06 23:33:29',NULL,0,0,NULL,NULL),
(9483,'schedule_re_engagement_email','completed',10,'2025-09-07 23:33:29','2025-09-07 23:40:43','2025-09-06 23:33:29','2025-09-07 23:40:43',NULL,0,0,NULL,NULL),
(9484,'subscribers_engagement_score','completed',10,'2025-09-07 20:00:20','2025-09-07 20:02:34','2025-09-07 20:00:20','2025-09-07 20:02:34',NULL,0,0,NULL,NULL),
(9485,'mixpanel','completed',10,'2025-09-07 20:43:20','2025-09-07 21:12:20','2025-09-07 20:00:20','2025-09-07 21:12:20',NULL,0,0,NULL,NULL),
(9486,'subscribers_engagement_score','completed',10,'2025-09-08 16:55:00','2025-09-08 17:09:42','2025-09-07 20:02:34','2025-09-08 17:09:42',NULL,0,0,NULL,NULL),
(9487,'mixpanel','completed',10,'2025-09-07 23:45:43','2025-09-07 23:54:19','2025-09-07 23:40:43','2025-09-07 23:54:19',NULL,0,0,NULL,NULL),
(9488,'schedule_re_engagement_email','completed',10,'2025-09-08 23:54:19','2025-09-09 00:17:24','2025-09-07 23:54:19','2025-09-09 00:17:24',NULL,0,0,NULL,NULL),
(9489,'subscribers_engagement_score','completed',10,'2025-09-09 11:17:00','2025-11-12 18:35:38','2025-09-08 17:09:42','2025-11-12 18:35:38',NULL,0,0,NULL,NULL),
(9490,'mixpanel','completed',10,'2025-09-08 17:34:42','2025-09-08 17:54:41','2025-09-08 17:09:42','2025-09-08 17:54:41',NULL,0,0,NULL,NULL),
(9491,'mixpanel','completed',10,'2025-09-09 00:18:24','2025-09-09 00:45:08','2025-09-09 00:17:24','2025-09-09 00:45:08',NULL,0,0,NULL,NULL),
(9492,'schedule_re_engagement_email','completed',10,'2025-09-10 00:45:08','2025-11-12 18:35:38','2025-09-09 00:45:08','2025-11-12 18:35:38',NULL,0,0,NULL,NULL),
(9493,'subscribers_email_count','completed',10,'2025-11-21 00:00:00','2025-11-21 07:23:14','2025-11-12 18:35:38','2025-11-21 07:23:14',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(9494,'inactive_subscribers','completed',10,'2025-11-23 00:00:00','2025-11-23 01:05:55','2025-11-12 18:35:38','2025-11-23 01:05:55',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(9495,'subscribers_engagement_score','completed',10,'2025-11-12 18:35:38','2025-11-13 01:59:07','2025-11-12 18:35:38','2025-11-13 01:59:07',NULL,0,0,NULL,NULL),
(9496,'mixpanel','completed',10,'2025-11-12 18:54:38','2025-11-13 01:59:07','2025-11-12 18:35:38','2025-11-13 01:59:07',NULL,0,0,NULL,NULL),
(9497,'export_files_cleanup','completed',10,'2025-11-22 00:00:00','2025-11-22 01:38:18','2025-11-13 01:59:07','2025-11-22 01:38:18',NULL,0,0,NULL,NULL),
(9498,'subscribers_engagement_score','completed',10,'2025-11-13 01:59:07','2025-11-13 07:01:20','2025-11-13 01:59:07','2025-11-13 07:01:20',NULL,0,0,NULL,NULL),
(9499,'schedule_re_engagement_email','completed',10,'2025-11-14 01:59:07','2025-11-14 03:04:32','2025-11-13 01:59:07','2025-11-14 03:04:32',NULL,0,0,NULL,NULL),
(9500,'subscribers_engagement_score','completed',10,'2025-11-14 09:17:00','2025-11-15 04:01:37','2025-11-13 07:01:20','2025-11-15 04:01:37',NULL,0,0,NULL,NULL),
(9501,'mixpanel','completed',10,'2025-11-13 07:03:20','2025-11-13 09:23:54','2025-11-13 07:01:20','2025-11-13 09:23:54',NULL,0,0,NULL,NULL),
(9502,'mixpanel','completed',10,'2025-11-14 03:59:32','2025-11-15 04:01:37','2025-11-14 03:04:32','2025-11-15 04:01:37',NULL,0,0,NULL,NULL),
(9503,'subscribers_engagement_score','completed',10,'2025-11-15 04:01:37','2025-11-15 15:37:36','2025-11-15 04:01:37','2025-11-15 15:37:36',NULL,0,0,NULL,NULL),
(9504,'schedule_re_engagement_email','completed',10,'2025-11-16 04:01:37','2025-11-16 05:00:24','2025-11-15 04:01:37','2025-11-16 05:00:24',NULL,0,0,NULL,NULL),
(9505,'subscribers_engagement_score','completed',10,'2025-11-16 13:25:00','2025-11-17 10:39:04','2025-11-15 15:37:36','2025-11-17 10:39:04',NULL,0,0,NULL,NULL),
(9506,'mixpanel','completed',10,'2025-11-15 16:33:36','2025-11-15 16:38:11','2025-11-15 15:37:36','2025-11-15 16:38:11',NULL,0,0,NULL,NULL),
(9507,'mixpanel','completed',10,'2025-11-16 05:34:24','2025-11-17 10:39:04','2025-11-16 05:00:24','2025-11-17 10:39:04',NULL,0,0,NULL,NULL),
(9508,'subscribers_engagement_score','completed',10,'2025-11-17 10:39:04','2025-11-17 10:39:48','2025-11-17 10:39:04','2025-11-17 10:39:48',NULL,0,0,NULL,NULL),
(9509,'schedule_re_engagement_email','completed',10,'2025-11-18 10:39:04','2025-11-18 11:10:20','2025-11-17 10:39:04','2025-11-18 11:10:20',NULL,0,0,NULL,NULL),
(9510,'subscribers_engagement_score','completed',10,'2025-11-18 14:30:00','2025-11-18 14:47:22','2025-11-17 10:39:48','2025-11-18 14:47:22',NULL,0,0,NULL,NULL),
(9511,'mixpanel','completed',10,'2025-11-17 10:41:48','2025-11-18 01:48:12','2025-11-17 10:39:48','2025-11-18 01:48:12',NULL,0,0,NULL,NULL),
(9512,'mixpanel','completed',10,'2025-11-18 11:55:20','2025-11-18 12:45:20','2025-11-18 11:10:20','2025-11-18 12:45:20',NULL,0,0,NULL,NULL),
(9513,'schedule_re_engagement_email','completed',10,'2025-11-19 12:45:20','2025-11-19 14:10:21','2025-11-18 12:45:20','2025-11-19 14:10:21',NULL,0,0,NULL,NULL),
(9514,'subscribers_engagement_score','completed',10,'2025-11-18 14:47:22','2025-11-19 14:10:21','2025-11-18 14:47:22','2025-11-19 14:10:21',NULL,0,0,NULL,NULL),
(9515,'mixpanel','completed',10,'2025-11-18 15:35:22','2025-11-19 14:10:21','2025-11-18 14:47:22','2025-11-19 14:10:21',NULL,0,0,NULL,NULL),
(9516,'subscribers_engagement_score','completed',10,'2025-11-20 10:17:00','2025-11-20 15:01:26','2025-11-19 14:10:21','2025-11-20 15:01:26',NULL,0,0,NULL,NULL),
(9517,'subscribers_engagement_score','completed',10,'2025-11-20 15:01:26','2025-11-20 19:28:57','2025-11-20 15:01:26','2025-11-20 19:28:57',NULL,0,0,NULL,NULL),
(9518,'schedule_re_engagement_email','completed',10,'2025-11-21 15:01:26','2025-11-21 15:26:49','2025-11-20 15:01:26','2025-11-21 15:26:49',NULL,0,0,NULL,NULL),
(9519,'mixpanel','completed',10,'2025-11-20 15:31:27','2025-11-20 19:28:57','2025-11-20 15:01:27','2025-11-20 19:28:57',NULL,0,0,NULL,NULL),
(9520,'subscribers_engagement_score','completed',10,'2025-11-21 16:46:00','2025-11-22 01:38:18','2025-11-20 19:28:57','2025-11-22 01:38:18',NULL,0,0,NULL,NULL),
(9521,'subscribers_email_count','completed',10,'2025-11-30 00:00:00','2025-11-30 00:41:34','2025-11-21 07:23:14','2025-11-30 00:41:34',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(9522,'mixpanel','completed',10,'2025-11-21 07:23:14','2025-11-21 15:26:49','2025-11-21 07:23:14','2025-11-21 15:26:49',NULL,0,0,NULL,NULL),
(9523,'subscribers_engagement_score','completed',10,'2025-11-22 01:38:18','2025-11-22 01:41:53','2025-11-22 01:38:18','2025-11-22 01:41:53',NULL,0,0,NULL,NULL),
(9524,'schedule_re_engagement_email','completed',10,'2025-11-23 01:38:18','2025-11-23 21:29:25','2025-11-22 01:38:18','2025-11-23 21:29:25',NULL,0,0,NULL,NULL),
(9525,'mixpanel','completed',10,'2025-11-22 02:18:18','2025-11-22 02:48:41','2025-11-22 01:38:18','2025-11-22 02:48:41',NULL,0,0,NULL,NULL),
(9526,'export_files_cleanup','completed',10,'2025-11-24 00:00:00','2025-11-24 11:53:12','2025-11-22 01:41:53','2025-11-24 11:53:12',NULL,0,0,NULL,NULL),
(9527,'subscribers_engagement_score','completed',10,'2025-11-23 14:31:00','2025-11-23 21:29:25','2025-11-22 01:41:53','2025-11-23 21:29:25',NULL,0,0,NULL,NULL),
(9528,'inactive_subscribers','completed',10,'2025-11-25 00:00:00','2025-11-25 00:02:53','2025-11-23 01:05:55','2025-11-25 00:02:53',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(9529,'mixpanel','completed',10,'2025-11-23 01:57:55','2025-11-23 21:29:25','2025-11-23 01:05:55','2025-11-23 21:29:25',NULL,0,0,NULL,NULL),
(9530,'subscribers_engagement_score','completed',10,'2025-11-23 21:29:25','2025-11-23 21:42:18','2025-11-23 21:29:25','2025-11-23 21:42:18',NULL,0,0,NULL,NULL),
(9531,'subscribers_engagement_score','completed',10,'2025-11-24 11:28:00','2025-11-24 11:53:12','2025-11-23 21:42:18','2025-11-24 11:53:12',NULL,0,0,NULL,NULL),
(9532,'schedule_re_engagement_email','completed',10,'2025-11-24 21:42:18','2025-11-24 22:42:20','2025-11-23 21:42:18','2025-11-24 22:42:20',NULL,0,0,NULL,NULL),
(9533,'mixpanel','completed',10,'2025-11-23 22:18:18','2025-11-23 22:53:06','2025-11-23 21:42:18','2025-11-23 22:53:06',NULL,0,0,NULL,NULL),
(9534,'subscribers_engagement_score','completed',10,'2025-11-25 10:57:00','2025-11-25 10:58:19','2025-11-24 11:53:12','2025-11-25 10:58:19',NULL,0,0,NULL,NULL),
(9535,'mixpanel','completed',10,'2025-11-24 12:26:12','2025-11-24 17:44:02','2025-11-24 11:53:12','2025-11-24 17:44:02',NULL,0,0,NULL,NULL),
(9536,'export_files_cleanup','completed',10,'2025-12-02 00:00:00','2025-12-02 14:47:09','2025-11-24 17:44:02','2025-12-02 14:47:09',NULL,0,0,NULL,NULL),
(9537,'mixpanel','completed',10,'2025-11-24 22:58:20','2025-11-24 23:43:31','2025-11-24 22:42:20','2025-11-24 23:43:31',NULL,0,0,NULL,NULL),
(9538,'schedule_re_engagement_email','completed',10,'2025-11-25 23:43:31','2025-11-26 01:23:51','2025-11-24 23:43:31','2025-11-26 01:23:51',NULL,0,0,NULL,NULL),
(9539,'inactive_subscribers','completed',10,'2025-12-07 00:00:00','2025-12-07 00:34:18','2025-11-25 00:02:53','2025-12-07 00:34:18',NULL,0,0,'{\"last_subscriber_id\":1000}',NULL),
(9540,'mixpanel','completed',10,'2025-11-25 00:39:53','2025-11-25 00:40:16','2025-11-25 00:02:53','2025-11-25 00:40:16',NULL,0,0,NULL,NULL),
(9541,'subscribers_engagement_score','completed',10,'2025-11-25 10:58:19','2025-11-25 11:01:00','2025-11-25 10:58:19','2025-11-25 11:01:00',NULL,0,0,NULL,NULL),
(9542,'mixpanel','completed',10,'2025-11-25 11:45:19','2025-11-25 11:51:42','2025-11-25 10:58:19','2025-11-25 11:51:42',NULL,0,0,NULL,NULL),
(9543,'subscribers_engagement_score','completed',10,'2025-11-26 07:41:00','2025-11-26 07:49:15','2025-11-25 11:01:00','2025-11-26 07:49:15',NULL,0,0,NULL,NULL),
(9544,'mixpanel','completed',10,'2025-11-26 01:38:51','2025-11-26 01:42:51','2025-11-26 01:23:51','2025-11-26 01:42:51',NULL,0,0,NULL,NULL),
(9545,'schedule_re_engagement_email','completed',10,'2025-11-27 01:42:51','2025-11-27 06:54:27','2025-11-26 01:42:51','2025-11-27 06:54:27',NULL,0,0,NULL,NULL),
(9546,'subscribers_engagement_score','completed',10,'2025-11-27 12:54:00','2025-11-27 20:42:44','2025-11-26 07:49:15','2025-11-27 20:42:44',NULL,0,0,NULL,NULL),
(9547,'mixpanel','completed',10,'2025-11-26 07:48:15','2025-11-26 11:42:52','2025-11-26 07:49:15','2025-11-26 11:42:52',NULL,0,0,NULL,NULL),
(9548,'mixpanel','completed',10,'2025-11-27 07:44:27','2025-11-27 20:42:44','2025-11-27 06:54:27','2025-11-27 20:42:44',NULL,0,0,NULL,NULL),
(9549,'subscribers_engagement_score','completed',10,'2025-11-27 20:42:44','2025-11-27 22:01:50','2025-11-27 20:42:44','2025-11-27 22:01:50',NULL,0,0,NULL,NULL),
(9550,'schedule_re_engagement_email','completed',10,'2025-11-28 20:42:44','2025-11-28 22:32:10','2025-11-27 20:42:44','2025-11-28 22:32:10',NULL,0,0,NULL,NULL),
(9551,'subscribers_engagement_score','completed',10,'2025-11-28 13:53:00','2025-11-28 15:06:08','2025-11-27 22:01:50','2025-11-28 15:06:08',NULL,0,0,NULL,NULL),
(9552,'mixpanel','completed',10,'2025-11-27 22:52:50','2025-11-28 00:48:48','2025-11-27 22:01:50','2025-11-28 00:48:48',NULL,0,0,NULL,NULL),
(9553,'subscribers_engagement_score','completed',10,'2025-11-29 20:48:00','2025-11-29 23:57:48','2025-11-28 15:06:08','2025-11-29 23:57:48',NULL,0,0,NULL,NULL),
(9554,'mixpanel','completed',10,'2025-11-28 15:28:08','2025-11-28 22:32:10','2025-11-28 15:06:08','2025-11-28 22:32:10',NULL,0,0,NULL,NULL),
(9555,'subscribers_engagement_score','completed',10,'2025-11-29 23:57:48','2025-11-30 00:41:34','2025-11-29 23:57:48','2025-11-30 00:41:34',NULL,0,0,NULL,NULL),
(9556,'schedule_re_engagement_email','completed',10,'2025-11-30 23:57:48','2025-12-01 00:58:15','2025-11-29 23:57:48','2025-12-01 00:58:15',NULL,0,0,NULL,NULL),
(9557,'mixpanel','completed',10,'2025-11-30 00:27:48','2025-11-30 00:41:34','2025-11-29 23:57:48','2025-11-30 00:41:34',NULL,0,0,NULL,NULL),
(9558,'subscribers_email_count','completed',10,'2025-12-07 00:00:00','2025-12-07 00:34:18','2025-11-30 00:41:34','2025-12-07 00:34:18',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(9559,'subscribers_engagement_score','completed',10,'2025-12-01 12:24:00','2025-12-01 15:14:20','2025-11-30 00:41:34','2025-12-01 15:14:20',NULL,0,0,NULL,NULL),
(9560,'mixpanel','completed',10,'2025-12-01 01:27:15','2025-12-01 07:57:18','2025-12-01 00:58:15','2025-12-01 07:57:18',NULL,0,0,NULL,NULL),
(9561,'schedule_re_engagement_email','completed',10,'2025-12-02 07:57:18','2025-12-02 14:47:09','2025-12-01 07:57:18','2025-12-02 14:47:09',NULL,0,0,NULL,NULL),
(9562,'subscribers_engagement_score','completed',10,'2025-12-01 15:14:20','2025-12-01 17:15:21','2025-12-01 15:14:20','2025-12-01 17:15:21',NULL,0,0,NULL,NULL),
(9563,'mixpanel','completed',10,'2025-12-01 15:44:20','2025-12-01 17:15:21','2025-12-01 15:14:20','2025-12-01 17:15:21',NULL,0,0,NULL,NULL),
(9564,'subscribers_engagement_score','completed',10,'2025-12-02 08:35:00','2025-12-02 14:47:09','2025-12-01 17:15:21','2025-12-02 14:47:09',NULL,0,0,NULL,NULL),
(9565,'subscribers_engagement_score','completed',10,'2025-12-03 10:01:00','2025-12-03 21:19:32','2025-12-02 14:47:09','2025-12-03 21:19:32',NULL,0,0,NULL,NULL),
(9566,'mixpanel','completed',10,'2025-12-02 15:01:09','2025-12-03 02:26:51','2025-12-02 14:47:09','2025-12-03 02:26:51',NULL,0,0,NULL,NULL),
(9567,'export_files_cleanup','completed',10,'2025-12-11 00:00:00','2025-12-11 10:56:22','2025-12-03 02:26:51','2025-12-11 10:56:22',NULL,0,0,NULL,NULL),
(9568,'schedule_re_engagement_email','completed',10,'2025-12-04 02:26:51','2025-12-04 04:02:25','2025-12-03 02:26:51','2025-12-04 04:02:25',NULL,0,0,NULL,NULL),
(9569,'subscribers_engagement_score','completed',10,'2025-12-03 21:19:32','2025-12-04 02:16:03','2025-12-03 21:19:32','2025-12-04 02:16:03',NULL,0,0,NULL,NULL),
(9570,'mixpanel','completed',10,'2025-12-03 21:40:32','2025-12-04 02:16:03','2025-12-03 21:19:32','2025-12-04 02:16:03',NULL,0,0,NULL,NULL),
(9571,'subscribers_engagement_score','completed',10,'2025-12-05 20:42:00','2025-12-05 23:15:57','2025-12-04 02:16:03','2025-12-05 23:15:57',NULL,0,0,NULL,NULL),
(9572,'mixpanel','completed',10,'2025-12-04 04:41:25','2025-12-04 04:48:09','2025-12-04 04:02:25','2025-12-04 04:48:09',NULL,0,0,NULL,NULL),
(9573,'schedule_re_engagement_email','completed',10,'2025-12-05 04:48:09','2025-12-05 04:53:32','2025-12-04 04:48:09','2025-12-05 04:53:32',NULL,0,0,NULL,NULL),
(9574,'mixpanel','completed',10,'2025-12-05 05:11:32','2025-12-05 15:13:35','2025-12-05 04:53:32','2025-12-05 15:13:35',NULL,0,0,NULL,NULL),
(9575,'schedule_re_engagement_email','completed',10,'2025-12-06 15:13:35','2025-12-06 18:46:24','2025-12-05 15:13:35','2025-12-06 18:46:24',NULL,0,0,NULL,NULL),
(9576,'subscribers_engagement_score','completed',10,'2025-12-05 23:15:57','2025-12-05 23:22:15','2025-12-05 23:15:57','2025-12-05 23:22:15',NULL,0,0,NULL,NULL),
(9577,'mixpanel','completed',10,'2025-12-05 23:28:57','2025-12-06 00:04:19','2025-12-05 23:15:57','2025-12-06 00:04:19',NULL,0,0,NULL,NULL),
(9578,'subscribers_engagement_score','completed',10,'2025-12-06 17:03:00','2025-12-06 18:46:24','2025-12-05 23:22:15','2025-12-06 18:46:24',NULL,0,0,NULL,NULL),
(9579,'subscribers_engagement_score','completed',10,'2025-12-07 13:42:00','2025-12-07 21:01:58','2025-12-06 18:46:24','2025-12-07 21:01:58',NULL,0,0,NULL,NULL),
(9580,'mixpanel','completed',10,'2025-12-06 19:16:24','2025-12-06 21:00:57','2025-12-06 18:46:24','2025-12-06 21:00:57',NULL,0,0,NULL,NULL),
(9581,'schedule_re_engagement_email','completed',10,'2025-12-07 21:00:57','2025-12-07 21:01:58','2025-12-06 21:00:57','2025-12-07 21:01:58',NULL,0,0,NULL,NULL),
(9582,'subscribers_email_count','completed',10,'2025-12-09 00:00:00','2025-12-09 02:26:40','2025-12-07 00:34:18','2025-12-09 02:26:40',NULL,0,0,'{\"highest_subscriber_id\":9}',NULL),
(9583,'inactive_subscribers','scheduled',10,'2025-12-13 00:00:00',NULL,'2025-12-07 00:34:18','2025-12-07 00:34:18',NULL,NULL,0,NULL,NULL),
(9584,'mixpanel','completed',10,'2025-12-07 01:01:18','2025-12-07 06:56:34','2025-12-07 00:34:18','2025-12-07 06:56:34',NULL,0,0,NULL,NULL),
(9585,'subscribers_engagement_score','completed',10,'2025-12-07 21:01:58','2025-12-07 22:12:36','2025-12-07 21:01:58','2025-12-07 22:12:36',NULL,0,0,NULL,NULL),
(9586,'mixpanel','completed',10,'2025-12-07 21:21:58','2025-12-07 22:12:36','2025-12-07 21:01:58','2025-12-07 22:12:36',NULL,0,0,NULL,NULL),
(9587,'subscribers_engagement_score','completed',10,'2025-12-08 23:44:00','2025-12-09 02:26:40','2025-12-07 22:12:36','2025-12-09 02:26:40',NULL,0,0,NULL,NULL),
(9588,'schedule_re_engagement_email','completed',10,'2025-12-08 22:12:36','2025-12-09 02:26:41','2025-12-07 22:12:36','2025-12-09 02:26:41',NULL,0,0,NULL,NULL),
(9589,'subscribers_email_count','scheduled',10,'2025-12-20 00:00:00',NULL,'2025-12-09 02:26:40','2025-12-09 02:26:40',NULL,NULL,0,NULL,NULL),
(9590,'subscribers_engagement_score','completed',10,'2025-12-09 02:26:40','2025-12-09 05:38:17','2025-12-09 02:26:40','2025-12-09 05:38:17',NULL,0,0,NULL,NULL),
(9591,'mixpanel','completed',10,'2025-12-09 03:13:41','2025-12-09 05:38:17','2025-12-09 02:26:41','2025-12-09 05:38:17',NULL,0,0,NULL,NULL),
(9592,'subscribers_engagement_score','completed',10,'2025-12-10 00:04:00','2025-12-10 06:31:02','2025-12-09 05:38:17','2025-12-10 06:31:02',NULL,0,0,NULL,NULL),
(9593,'schedule_re_engagement_email','completed',10,'2025-12-10 05:38:17','2025-12-10 06:31:03','2025-12-09 05:38:17','2025-12-10 06:31:03',NULL,0,0,NULL,NULL),
(9594,'subscribers_engagement_score','completed',10,'2025-12-10 06:31:02','2025-12-10 08:21:42','2025-12-10 06:31:02','2025-12-10 08:21:42',NULL,0,0,NULL,NULL),
(9595,'mixpanel','completed',10,'2025-12-10 06:49:03','2025-12-10 08:21:42','2025-12-10 06:31:03','2025-12-10 08:21:42',NULL,0,0,NULL,NULL),
(9596,'subscribers_engagement_score','completed',10,'2025-12-11 20:21:00','2025-12-12 00:05:32','2025-12-10 08:21:42','2025-12-12 00:05:32',NULL,0,0,NULL,NULL),
(9597,'schedule_re_engagement_email','completed',10,'2025-12-11 08:21:42','2025-12-11 10:56:22','2025-12-10 08:21:42','2025-12-11 10:56:22',NULL,0,0,NULL,NULL),
(9598,'mixpanel','completed',10,'2025-12-11 11:19:22','2025-12-11 16:42:09','2025-12-11 10:56:22','2025-12-11 16:42:09',NULL,0,0,NULL,NULL),
(9599,'export_files_cleanup','scheduled',10,'2025-12-15 00:00:00',NULL,'2025-12-11 16:42:09','2025-12-11 16:42:09',NULL,NULL,0,NULL,NULL),
(9600,'schedule_re_engagement_email','completed',10,'2025-12-12 16:42:09','2025-12-12 19:39:07','2025-12-11 16:42:09','2025-12-12 19:39:07',NULL,0,0,NULL,NULL),
(9601,'subscribers_engagement_score','completed',10,'2025-12-12 00:05:32','2025-12-12 05:35:25','2025-12-12 00:05:32','2025-12-12 05:35:25',NULL,0,0,NULL,NULL),
(9602,'mixpanel','completed',10,'2025-12-12 00:42:32','2025-12-12 05:35:25','2025-12-12 00:05:32','2025-12-12 05:35:25',NULL,0,0,NULL,NULL),
(9603,'subscribers_engagement_score','scheduled',10,'2025-12-13 22:20:00',NULL,'2025-12-12 05:35:25','2025-12-12 05:35:25',NULL,NULL,0,NULL,NULL),
(9604,'mixpanel','scheduled',10,'2025-12-12 20:15:07',NULL,'2025-12-12 19:39:07','2025-12-12 19:39:07',NULL,NULL,0,NULL,NULL);
/*!40000 ALTER TABLE `wp_mailpoet_scheduled_tasks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_mailpoet_segments`
--

DROP TABLE IF EXISTS `wp_mailpoet_segments`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_segments` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(90) NOT NULL,
  `type` varchar(90) NOT NULL DEFAULT 'default',
  `description` varchar(250) NOT NULL DEFAULT '',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL,
  `average_engagement_score` float unsigned DEFAULT NULL,
  `average_engagement_score_updated_at` timestamp NULL DEFAULT NULL,
  `display_in_manage_subscription_page` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`),
  KEY `average_engagement_score_updated_at` (`average_engagement_score_updated_at`)
) 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_mailpoet_segments`
--

LOCK TABLES `wp_mailpoet_segments` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_segments` DISABLE KEYS */;
INSERT INTO `wp_mailpoet_segments` VALUES
(1,'WordPress Users','wp_users','This list contains all of your WordPress users.','2024-09-02 22:23:35','2025-12-12 00:05:32',NULL,NULL,'2025-12-12 00:05:32',0),
(2,'WooCommerce Customers','woocommerce_users','This list contains all of your WooCommerce customers.','2024-09-02 22:23:35','2025-12-12 00:05:32',NULL,NULL,'2025-12-12 00:05:32',0),
(3,'Newsletter mailing list','default','This list is automatically created when you install MailPoet.','2024-09-02 22:23:35','2025-12-12 00:05:32',NULL,NULL,'2025-12-12 00:05:32',0);
/*!40000 ALTER TABLE `wp_mailpoet_segments` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_mailpoet_sending_queues`
--

DROP TABLE IF EXISTS `wp_mailpoet_sending_queues`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_sending_queues` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `task_id` int(11) unsigned NOT NULL,
  `newsletter_id` int(11) unsigned DEFAULT NULL,
  `newsletter_rendered_body` longtext DEFAULT NULL,
  `newsletter_rendered_subject` varchar(250) DEFAULT NULL,
  `subscribers` longtext DEFAULT NULL,
  `count_total` int(11) unsigned NOT NULL DEFAULT 0,
  `count_processed` int(11) unsigned NOT NULL DEFAULT 0,
  `count_to_process` int(11) unsigned NOT NULL DEFAULT 0,
  `meta` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `task_id` (`task_id`),
  KEY `newsletter_id` (`newsletter_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_sending_queues`
--

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

--
-- Table structure for table `wp_mailpoet_settings`
--

DROP TABLE IF EXISTS `wp_mailpoet_settings`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_settings` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(50) NOT NULL,
  `value` longtext DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB AUTO_INCREMENT=605970 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_settings`
--

LOCK TABLES `wp_mailpoet_settings` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_settings` DISABLE KEYS */;
INSERT INTO `wp_mailpoet_settings` VALUES
(1,'mta_log','a:8:{s:4:\"sent\";a:0:{}s:7:\"started\";i:1753313787;s:6:\"status\";N;s:13:\"retry_attempt\";N;s:8:\"retry_at\";N;s:5:\"error\";N;s:33:\"transactional_email_last_error_at\";N;s:31:\"transactional_email_error_count\";N;}','2024-09-02 22:23:34','2025-12-12 19:39:07'),
(2,'homepage','a:1:{s:27:\"product_discovery_dismissed\";b:0;}','2024-09-02 22:23:34','2024-09-02 22:23:34'),
(3,'cron_trigger','a:1:{s:6:\"method\";s:16:\"Action Scheduler\";}','2024-09-02 22:23:35','2024-09-02 22:23:35'),
(4,'sender','a:2:{s:4:\"name\";s:8:\"victoria\";s:7:\"address\";s:23:\"victoria@shilohcode.com\";}','2024-09-02 22:23:35','2024-09-02 22:23:35'),
(5,'signup_confirmation','a:1:{s:7:\"enabled\";b:1;}','2024-09-02 22:23:35','2024-09-02 22:23:35'),
(6,'installed_at','2024-09-02 22:23:35','2024-09-02 22:23:35','2024-09-02 22:23:35'),
(7,'captcha','a:3:{s:4:\"type\";s:8:\"built-in\";s:20:\"recaptcha_site_token\";s:0:\"\";s:22:\"recaptcha_secret_token\";s:0:\"\";}','2024-09-02 22:23:35','2024-09-02 22:23:35'),
(8,'subscriber_email_notification','a:3:{s:7:\"enabled\";b:1;s:9:\"automated\";b:1;s:7:\"address\";s:23:\"victoria@shilohcode.com\";}','2024-09-02 22:23:35','2024-09-02 22:23:35'),
(9,'stats_notifications','a:2:{s:7:\"enabled\";b:1;s:7:\"address\";s:23:\"victoria@shilohcode.com\";}','2024-09-02 22:23:35','2024-09-02 22:23:35'),
(10,'woocommerce','a:1:{s:17:\"optin_on_checkout\";a:3:{s:7:\"enabled\";b:1;s:7:\"message\";s:79:\"I would like to receive exclusive emails with discounts and product information\";s:8:\"position\";s:18:\"after_billing_info\";}}','2024-09-02 22:23:35','2024-09-02 22:23:35'),
(12,'subscription','a:1:{s:5:\"pages\";a:5:{s:11:\"unsubscribe\";i:3166;s:6:\"manage\";i:3166;s:12:\"confirmation\";i:3166;s:7:\"captcha\";i:4584;s:19:\"confirm_unsubscribe\";i:3166;}}','2024-09-02 22:23:35','2025-07-23 23:36:27'),
(13,'db_version','5.12.12','2024-09-02 22:23:35','2025-07-23 23:36:27'),
(14,'updates_log','a:3:{i:0;a:3:{s:16:\"previous_version\";N;s:11:\"new_version\";s:5:\"5.0.2\";s:4:\"date\";s:19:\"2024-09-02 22:23:35\";}i:1;a:3:{s:16:\"previous_version\";s:5:\"5.0.2\";s:11:\"new_version\";s:5:\"5.3.3\";s:4:\"date\";s:19:\"2024-10-25 20:00:58\";}i:2;a:3:{s:16:\"previous_version\";s:5:\"5.3.3\";s:11:\"new_version\";s:7:\"5.12.12\";s:4:\"date\";s:19:\"2025-07-23 23:36:27\";}}','2024-09-02 22:23:35','2025-07-23 23:36:27'),
(15,'queue_disabled_mail_function_check','1','2024-09-02 22:23:35','2025-07-23 23:36:27'),
(16,'cron_daemon','a:8:{s:5:\"token\";s:5:\"5c6oy\";s:6:\"status\";s:6:\"active\";s:15:\"run_accessed_at\";N;s:14:\"run_started_at\";i:1765568347;s:16:\"run_completed_at\";i:1765568347;s:10:\"last_error\";N;s:15:\"last_error_date\";N;s:10:\"updated_at\";i:1765568347;}','2024-09-02 22:24:10','2025-12-12 19:39:07');
/*!40000 ALTER TABLE `wp_mailpoet_settings` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_mailpoet_statistics_bounces`
--

DROP TABLE IF EXISTS `wp_mailpoet_statistics_bounces`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_statistics_bounces` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `newsletter_id` int(11) unsigned NOT NULL,
  `subscriber_id` int(11) unsigned NOT NULL,
  `queue_id` int(11) unsigned NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_statistics_bounces`
--

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

--
-- Table structure for table `wp_mailpoet_statistics_clicks`
--

DROP TABLE IF EXISTS `wp_mailpoet_statistics_clicks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_statistics_clicks` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `newsletter_id` int(11) unsigned NOT NULL,
  `subscriber_id` int(11) unsigned NOT NULL,
  `queue_id` int(11) unsigned NOT NULL,
  `link_id` int(11) unsigned NOT NULL,
  `user_agent_id` int(11) unsigned DEFAULT NULL,
  `user_agent_type` tinyint(1) NOT NULL DEFAULT 0,
  `count` int(11) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `newsletter_id_subscriber_id_user_agent_type` (`newsletter_id`,`subscriber_id`,`user_agent_type`),
  KEY `queue_id` (`queue_id`),
  KEY `subscriber_id` (`subscriber_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_statistics_clicks`
--

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

--
-- Table structure for table `wp_mailpoet_statistics_forms`
--

DROP TABLE IF EXISTS `wp_mailpoet_statistics_forms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_statistics_forms` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `form_id` int(11) unsigned NOT NULL,
  `subscriber_id` int(11) unsigned NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `form_subscriber` (`form_id`,`subscriber_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_statistics_forms`
--

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

--
-- Table structure for table `wp_mailpoet_statistics_newsletters`
--

DROP TABLE IF EXISTS `wp_mailpoet_statistics_newsletters`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_statistics_newsletters` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `newsletter_id` int(11) unsigned NOT NULL,
  `subscriber_id` int(11) unsigned NOT NULL,
  `queue_id` int(11) unsigned NOT NULL,
  `sent_at` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `newsletter_id` (`newsletter_id`),
  KEY `subscriber_id` (`subscriber_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_statistics_newsletters`
--

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

--
-- Table structure for table `wp_mailpoet_statistics_opens`
--

DROP TABLE IF EXISTS `wp_mailpoet_statistics_opens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_statistics_opens` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `newsletter_id` int(11) unsigned NOT NULL,
  `subscriber_id` int(11) unsigned NOT NULL,
  `queue_id` int(11) unsigned NOT NULL,
  `user_agent_id` int(11) unsigned DEFAULT NULL,
  `user_agent_type` tinyint(1) NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`),
  KEY `newsletter_id_subscriber_id_user_agent_type` (`newsletter_id`,`subscriber_id`,`user_agent_type`),
  KEY `queue_id` (`queue_id`),
  KEY `subscriber_id` (`subscriber_id`),
  KEY `created_at` (`created_at`),
  KEY `subscriber_id_created_at` (`subscriber_id`,`created_at`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_statistics_opens`
--

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

--
-- Table structure for table `wp_mailpoet_statistics_unsubscribes`
--

DROP TABLE IF EXISTS `wp_mailpoet_statistics_unsubscribes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_statistics_unsubscribes` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `newsletter_id` int(11) unsigned DEFAULT NULL,
  `subscriber_id` int(11) unsigned NOT NULL,
  `queue_id` int(11) unsigned DEFAULT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  `source` varchar(255) DEFAULT 'unknown',
  `meta` varchar(255) DEFAULT NULL,
  `method` varchar(40) NOT NULL DEFAULT 'unknown',
  PRIMARY KEY (`id`),
  KEY `newsletter_id_subscriber_id` (`newsletter_id`,`subscriber_id`),
  KEY `queue_id` (`queue_id`),
  KEY `subscriber_id` (`subscriber_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_statistics_unsubscribes`
--

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

--
-- Table structure for table `wp_mailpoet_statistics_woocommerce_purchases`
--

DROP TABLE IF EXISTS `wp_mailpoet_statistics_woocommerce_purchases`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_statistics_woocommerce_purchases` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `newsletter_id` int(11) unsigned DEFAULT NULL,
  `subscriber_id` int(11) unsigned NOT NULL,
  `queue_id` int(11) unsigned NOT NULL,
  `click_id` int(11) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL,
  `order_currency` char(3) NOT NULL,
  `order_price_total` float NOT NULL COMMENT 'With shipping and taxes in order_currency',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `status` varchar(40) NOT NULL DEFAULT 'unknown',
  PRIMARY KEY (`id`),
  UNIQUE KEY `click_id_order_id` (`click_id`,`order_id`),
  KEY `newsletter_id` (`newsletter_id`),
  KEY `queue_id` (`queue_id`),
  KEY `subscriber_id` (`subscriber_id`),
  KEY `status` (`status`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_statistics_woocommerce_purchases`
--

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

--
-- Table structure for table `wp_mailpoet_stats_notifications`
--

DROP TABLE IF EXISTS `wp_mailpoet_stats_notifications`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_stats_notifications` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `newsletter_id` int(11) unsigned NOT NULL,
  `task_id` int(11) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `newsletter_id_task_id` (`newsletter_id`,`task_id`),
  KEY `task_id` (`task_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_stats_notifications`
--

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

--
-- Table structure for table `wp_mailpoet_subscriber_custom_field`
--

DROP TABLE IF EXISTS `wp_mailpoet_subscriber_custom_field`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_subscriber_custom_field` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `subscriber_id` int(11) unsigned NOT NULL,
  `custom_field_id` int(11) unsigned NOT NULL,
  `value` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `subscriber_id_custom_field_id` (`subscriber_id`,`custom_field_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_subscriber_custom_field`
--

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

--
-- Table structure for table `wp_mailpoet_subscriber_ips`
--

DROP TABLE IF EXISTS `wp_mailpoet_subscriber_ips`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_subscriber_ips` (
  `ip` varchar(45) NOT NULL,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`created_at`,`ip`),
  KEY `ip` (`ip`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_subscriber_ips`
--

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

--
-- Table structure for table `wp_mailpoet_subscriber_segment`
--

DROP TABLE IF EXISTS `wp_mailpoet_subscriber_segment`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_subscriber_segment` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `subscriber_id` int(11) unsigned NOT NULL,
  `segment_id` int(11) unsigned NOT NULL,
  `status` varchar(12) NOT NULL DEFAULT 'subscribed',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `subscriber_segment` (`subscriber_id`,`segment_id`),
  KEY `segment_id` (`segment_id`)
) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_subscriber_segment`
--

LOCK TABLES `wp_mailpoet_subscriber_segment` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_subscriber_segment` DISABLE KEYS */;
INSERT INTO `wp_mailpoet_subscriber_segment` VALUES
(1,7,1,'subscribed','2024-09-02 22:23:35','2024-09-02 22:23:35'),
(2,3,1,'subscribed','2024-09-02 22:23:35','2024-09-02 22:23:35'),
(3,6,1,'subscribed','2024-09-02 22:23:35','2024-09-02 22:23:35'),
(4,1,1,'subscribed','2024-09-02 22:23:35','2024-09-02 22:23:35'),
(5,4,1,'subscribed','2024-09-02 22:23:35','2024-09-02 22:23:35'),
(6,5,1,'subscribed','2024-09-02 22:23:35','2024-09-02 22:23:35'),
(7,8,1,'subscribed','2024-09-02 22:23:35','2024-09-02 22:23:35'),
(8,2,1,'subscribed','2024-09-02 22:23:35','2024-09-02 22:23:35'),
(9,9,1,'subscribed','2024-09-02 22:23:35','2024-09-02 22:23:35'),
(11,9,2,'subscribed','2025-01-26 01:06:48','2025-01-26 01:06:48');
/*!40000 ALTER TABLE `wp_mailpoet_subscriber_segment` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_mailpoet_subscriber_tag`
--

DROP TABLE IF EXISTS `wp_mailpoet_subscriber_tag`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_subscriber_tag` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `subscriber_id` int(11) unsigned NOT NULL,
  `tag_id` int(11) unsigned NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `subscriber_tag` (`subscriber_id`,`tag_id`),
  KEY `tag_id` (`tag_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_subscriber_tag`
--

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

--
-- Table structure for table `wp_mailpoet_subscribers`
--

DROP TABLE IF EXISTS `wp_mailpoet_subscribers`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_subscribers` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `wp_user_id` bigint(20) DEFAULT NULL,
  `is_woocommerce_user` int(1) NOT NULL DEFAULT 0,
  `first_name` varchar(255) NOT NULL DEFAULT '',
  `last_name` varchar(255) NOT NULL DEFAULT '',
  `email` varchar(150) NOT NULL,
  `status` varchar(12) NOT NULL DEFAULT 'unconfirmed',
  `subscribed_ip` varchar(45) DEFAULT NULL,
  `confirmed_ip` varchar(45) DEFAULT NULL,
  `confirmed_at` timestamp NULL DEFAULT NULL,
  `last_subscribed_at` timestamp NULL DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `deleted_at` timestamp NULL DEFAULT NULL,
  `unconfirmed_data` longtext DEFAULT NULL,
  `source` enum('form','imported','administrator','api','wordpress_user','woocommerce_user','woocommerce_checkout','unknown') DEFAULT 'unknown',
  `count_confirmations` int(11) unsigned NOT NULL DEFAULT 0,
  `unsubscribe_token` char(15) DEFAULT NULL,
  `link_token` char(32) DEFAULT NULL,
  `engagement_score` float unsigned DEFAULT NULL,
  `engagement_score_updated_at` timestamp NULL DEFAULT NULL,
  `last_engagement_at` timestamp NULL DEFAULT NULL,
  `woocommerce_synced_at` timestamp NULL DEFAULT NULL,
  `email_count` int(11) unsigned NOT NULL DEFAULT 0,
  `last_sending_at` timestamp NULL DEFAULT NULL,
  `last_open_at` timestamp NULL DEFAULT NULL,
  `last_click_at` timestamp NULL DEFAULT NULL,
  `last_purchase_at` timestamp NULL DEFAULT NULL,
  `last_page_view_at` timestamp NULL DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `email` (`email`),
  UNIQUE KEY `unsubscribe_token` (`unsubscribe_token`),
  KEY `wp_user_id` (`wp_user_id`),
  KEY `updated_at` (`updated_at`),
  KEY `status_deleted_at` (`status`,`deleted_at`),
  KEY `last_subscribed_at` (`last_subscribed_at`),
  KEY `engagement_score_updated_at` (`engagement_score_updated_at`),
  KEY `link_token` (`link_token`),
  KEY `first_name` (`first_name`(10)),
  KEY `last_name` (`last_name`(10)),
  KEY `last_sending_at` (`last_sending_at`),
  KEY `last_open_at` (`last_open_at`),
  KEY `last_click_at` (`last_click_at`),
  KEY `last_purchase_at` (`last_purchase_at`),
  KEY `last_page_view_at` (`last_page_view_at`)
) ENGINE=InnoDB AUTO_INCREMENT=10 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_subscribers`
--

LOCK TABLES `wp_mailpoet_subscribers` WRITE;
/*!40000 ALTER TABLE `wp_mailpoet_subscribers` DISABLE KEYS */;
INSERT INTO `wp_mailpoet_subscribers` VALUES
(1,5,0,'Bill','Rapier','bill@amtacshooting.com','unconfirmed',NULL,NULL,NULL,NULL,'2024-09-02 22:23:35','2025-11-12 18:35:38',NULL,NULL,'wordpress_user',0,NULL,'f2410b',NULL,'2025-11-12 18:35:38',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL),
(2,9,0,'Sandy','Newcomb','creatingpapermemories@gmail.com','unconfirmed',NULL,NULL,NULL,NULL,'2024-09-02 22:23:35','2025-11-12 18:35:38',NULL,NULL,'wordpress_user',0,NULL,'14047e',NULL,'2025-11-12 18:35:38','2025-03-12 22:32:03',NULL,0,NULL,NULL,NULL,NULL,'2025-03-12 22:32:03'),
(3,3,0,'Mariah','Rapier','gmariah@gmail.com','unconfirmed',NULL,NULL,NULL,NULL,'2024-09-02 22:23:35','2025-11-12 18:35:38',NULL,NULL,'wordpress_user',0,NULL,'c1f1dd',NULL,'2025-11-12 18:35:38','2025-04-26 17:57:28',NULL,0,NULL,NULL,NULL,NULL,'2025-04-26 17:57:28'),
(4,6,0,'Jessica','Rolquin','jessica@amtacshooting.com','unconfirmed',NULL,NULL,NULL,NULL,'2024-09-02 22:23:35','2025-11-12 18:35:38',NULL,NULL,'wordpress_user',0,NULL,'df9fa4',NULL,'2025-11-12 18:35:38',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL),
(5,7,0,'Julie','Jordan','jewels31899@gmail.com','unconfirmed',NULL,NULL,NULL,NULL,'2024-09-02 22:23:35','2025-11-12 18:35:38',NULL,NULL,'wordpress_user',0,NULL,'43223d',NULL,'2025-11-12 18:35:38','2024-09-16 16:28:14',NULL,0,NULL,NULL,NULL,NULL,'2024-09-16 16:28:14'),
(6,4,0,'Natalie','Meuche','natalie@ampvirtualservice.com','unconfirmed',NULL,NULL,NULL,NULL,'2024-09-02 22:23:35','2025-11-12 18:35:38',NULL,NULL,'wordpress_user',0,NULL,'cf1671',NULL,'2025-11-12 18:35:38',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL),
(7,1,0,'lasthour','','support@lasthourhosting.org','unconfirmed',NULL,NULL,NULL,NULL,'2024-09-02 22:23:35','2025-12-10 17:44:34',NULL,NULL,'wordpress_user',0,NULL,'2a2a86',NULL,'2025-11-12 18:35:38','2025-12-10 17:43:34',NULL,0,NULL,NULL,NULL,NULL,'2025-12-10 17:43:34'),
(8,8,0,'Sandy','Vietor','svietor0@gmail.com','unconfirmed',NULL,NULL,NULL,NULL,'2024-09-02 22:23:35','2025-11-12 18:35:38',NULL,NULL,'wordpress_user',0,NULL,'ab6f25',NULL,'2025-11-12 18:35:38',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL),
(9,10,1,'victoria','','victoria@shilohcode.com','unconfirmed',NULL,NULL,NULL,NULL,'2024-09-02 22:23:35','2025-12-08 01:32:12',NULL,NULL,'wordpress_user',0,NULL,'c5e500',NULL,'2025-11-12 18:35:38','2025-12-08 01:31:12',NULL,0,NULL,NULL,NULL,NULL,'2025-12-08 01:31:12');
/*!40000 ALTER TABLE `wp_mailpoet_subscribers` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_mailpoet_tags`
--

DROP TABLE IF EXISTS `wp_mailpoet_tags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_tags` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(191) NOT NULL,
  `description` text NOT NULL DEFAULT '',
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_tags`
--

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

--
-- Table structure for table `wp_mailpoet_user_agents`
--

DROP TABLE IF EXISTS `wp_mailpoet_user_agents`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_user_agents` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `hash` varchar(32) NOT NULL,
  `user_agent` text NOT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `hash` (`hash`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_user_agents`
--

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

--
-- Table structure for table `wp_mailpoet_user_flags`
--

DROP TABLE IF EXISTS `wp_mailpoet_user_flags`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_mailpoet_user_flags` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) NOT NULL,
  `name` varchar(50) NOT NULL,
  `value` varchar(255) DEFAULT NULL,
  `created_at` timestamp NULL DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`id`),
  UNIQUE KEY `user_id_name` (`user_id`,`name`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_mailpoet_user_flags`
--

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

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

DROP TABLE IF EXISTS `wp_options`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_options` (
  `option_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `option_name` varchar(191) NOT NULL DEFAULT '',
  `option_value` longtext NOT NULL,
  `autoload` varchar(20) NOT NULL DEFAULT 'yes',
  PRIMARY KEY (`option_id`),
  UNIQUE KEY `option_name` (`option_name`),
  KEY `autoload` (`autoload`)
) ENGINE=InnoDB AUTO_INCREMENT=829372 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,'siteurl','https://staging.amtacshooting.com','yes'),
(2,'home','https://staging.amtacshooting.com','yes'),
(3,'blogname','Amtac Shooting','yes'),
(4,'blogdescription','train hard. know your tools. win. | Amtac Shooting','yes'),
(5,'users_can_register','0','yes'),
(6,'admin_email','support@lasthourhosting.org','yes'),
(7,'start_of_week','1','yes'),
(8,'use_balanceTags','0','yes'),
(9,'use_smilies','1','yes'),
(10,'require_name_email','1','yes'),
(11,'comments_notify','1','yes'),
(12,'posts_per_rss','10','yes'),
(13,'rss_use_excerpt','0','yes'),
(14,'mailserver_url','mail.example.com','yes'),
(15,'mailserver_login','login@example.com','yes'),
(16,'mailserver_pass','password','yes'),
(17,'mailserver_port','110','yes'),
(18,'default_category','1','yes'),
(19,'default_comment_status','open','yes'),
(20,'default_ping_status','open','yes'),
(21,'default_pingback_flag','1','yes'),
(22,'posts_per_page','10','yes'),
(23,'date_format','F j, Y','yes'),
(24,'time_format','g:i a','yes'),
(25,'links_updated_date_format','F j, Y g:i a','yes'),
(26,'comment_moderation','0','yes'),
(27,'moderation_notify','1','yes'),
(28,'permalink_structure','/%year%/%monthnum%/%day%/%postname%/','yes'),
(29,'rewrite_rules','a:709:{s:28:\"tribe/events/kitchen-sink/?$\";s:69:\"index.php?post_type=tribe_events&tribe_events_views_kitchen_sink=page\";s:93:\"tribe/events/kitchen-sink/(page|grid|typographical|elements|events-bar|navigation|manager)/?$\";s:76:\"index.php?post_type=tribe_events&tribe_events_views_kitchen_sink=$matches[1]\";s:20:\"events/qr/([^/]+)/?$\";s:33:\"index.php?tec_qr_hash=$matches[1]\";s:28:\"event-aggregator/(insert)/?$\";s:53:\"index.php?tribe-aggregator=1&tribe-action=$matches[1]\";s:25:\"(?:event)/([^/]+)/ical/?$\";s:56:\"index.php?ical=1&name=$matches[1]&post_type=tribe_events\";s:28:\"(?:events)/(?:page)/(\\d+)/?$\";s:71:\"index.php?post_type=tribe_events&eventDisplay=default&paged=$matches[1]\";s:41:\"(?:events)/(?:featured)/(?:page)/(\\d+)/?$\";s:79:\"index.php?post_type=tribe_events&featured=1&eventDisplay=list&paged=$matches[1]\";s:38:\"(?:events)/(feed|rdf|rss|rss2|atom)/?$\";s:67:\"index.php?post_type=tribe_events&eventDisplay=list&feed=$matches[1]\";s:51:\"(?:events)/(?:featured)/(feed|rdf|rss|rss2|atom)/?$\";s:78:\"index.php?post_type=tribe_events&featured=1&eventDisplay=list&feed=$matches[1]\";s:23:\"(?:events)/(?:month)/?$\";s:51:\"index.php?post_type=tribe_events&eventDisplay=month\";s:36:\"(?:events)/(?:month)/(?:featured)/?$\";s:62:\"index.php?post_type=tribe_events&eventDisplay=month&featured=1\";s:37:\"(?:events)/(?:month)/(\\d{4}-\\d{2})/?$\";s:73:\"index.php?post_type=tribe_events&eventDisplay=month&eventDate=$matches[1]\";s:37:\"(?:events)/(?:list)/(?:page)/(\\d+)/?$\";s:68:\"index.php?post_type=tribe_events&eventDisplay=list&paged=$matches[1]\";s:50:\"(?:events)/(?:list)/(?:featured)/(?:page)/(\\d+)/?$\";s:79:\"index.php?post_type=tribe_events&eventDisplay=list&featured=1&paged=$matches[1]\";s:22:\"(?:events)/(?:list)/?$\";s:50:\"index.php?post_type=tribe_events&eventDisplay=list\";s:35:\"(?:events)/(?:list)/(?:featured)/?$\";s:61:\"index.php?post_type=tribe_events&eventDisplay=list&featured=1\";s:23:\"(?:events)/(?:today)/?$\";s:49:\"index.php?post_type=tribe_events&eventDisplay=day\";s:36:\"(?:events)/(?:today)/(?:featured)/?$\";s:60:\"index.php?post_type=tribe_events&eventDisplay=day&featured=1\";s:27:\"(?:events)/(\\d{4}-\\d{2})/?$\";s:73:\"index.php?post_type=tribe_events&eventDisplay=month&eventDate=$matches[1]\";s:40:\"(?:events)/(\\d{4}-\\d{2})/(?:featured)/?$\";s:84:\"index.php?post_type=tribe_events&eventDisplay=month&eventDate=$matches[1]&featured=1\";s:33:\"(?:events)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:71:\"index.php?post_type=tribe_events&eventDisplay=day&eventDate=$matches[1]\";s:46:\"(?:events)/(\\d{4}-\\d{2}-\\d{2})/(?:featured)/?$\";s:82:\"index.php?post_type=tribe_events&eventDisplay=day&eventDate=$matches[1]&featured=1\";s:26:\"(?:events)/(?:featured)/?$\";s:43:\"index.php?post_type=tribe_events&featured=1\";s:13:\"(?:events)/?$\";s:53:\"index.php?post_type=tribe_events&eventDisplay=default\";s:18:\"(?:events)/ical/?$\";s:39:\"index.php?post_type=tribe_events&ical=1\";s:31:\"(?:events)/(?:featured)/ical/?$\";s:50:\"index.php?post_type=tribe_events&ical=1&featured=1\";s:38:\"(?:events)/(\\d{4}-\\d{2}-\\d{2})/ical/?$\";s:78:\"index.php?post_type=tribe_events&ical=1&eventDisplay=day&eventDate=$matches[1]\";s:51:\"(?:events)/(\\d{4}-\\d{2}-\\d{2})/ical/(?:featured)/?$\";s:89:\"index.php?post_type=tribe_events&ical=1&eventDisplay=day&eventDate=$matches[1]&featured=1\";s:60:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:page)/(\\d+)/?$\";s:97:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:73:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:featured)/(?:page)/(\\d+)/?$\";s:108:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&featured=1&eventDisplay=list&paged=$matches[2]\";s:55:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:month)/?$\";s:80:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=month\";s:68:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:month)/(?:featured)/?$\";s:91:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=month&featured=1\";s:69:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:list)/(?:page)/(\\d+)/?$\";s:97:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:82:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:list)/(?:featured)/(?:page)/(\\d+)/?$\";s:108:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&featured=1&paged=$matches[2]\";s:54:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:list)/?$\";s:79:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list\";s:67:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:list)/(?:featured)/?$\";s:90:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&featured=1\";s:55:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:today)/?$\";s:78:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day\";s:68:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:today)/(?:featured)/?$\";s:89:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&featured=1\";s:73:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:day)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:100:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:86:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:day)/(\\d{4}-\\d{2}-\\d{2})/(?:featured)/?$\";s:111:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&eventDate=$matches[2]&featured=1\";s:59:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(\\d{4}-\\d{2})/?$\";s:102:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=month&eventDate=$matches[2]\";s:72:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(\\d{4}-\\d{2})/(?:featured)/?$\";s:113:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=month&eventDate=$matches[2]&featured=1\";s:65:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:100:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:78:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(\\d{4}-\\d{2}-\\d{2})/(?:featured)/?$\";s:111:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=day&eventDate=$matches[2]&featured=1\";s:50:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/feed/?$\";s:89:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=list&feed=rss2\";s:63:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:featured)/feed/?$\";s:100:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&featured=1&eventDisplay=list&feed=rss2\";s:50:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/ical/?$\";s:68:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&ical=1\";s:63:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:featured)/ical/?$\";s:79:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&featured=1&ical=1\";s:75:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:78:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&feed=$matches[2]\";s:88:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:featured)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:89:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&featured=1&feed=$matches[2]\";s:58:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/(?:featured)/?$\";s:93:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&featured=1&eventDisplay=default\";s:45:\"(?:events)/(?:category)/(?:[^/]+/)*([^/]+)/?$\";s:82:\"index.php?post_type=tribe_events&tribe_events_cat=$matches[1]&eventDisplay=default\";s:44:\"(?:events)/(?:tag)/([^/]+)/(?:page)/(\\d+)/?$\";s:84:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:57:\"(?:events)/(?:tag)/([^/]+)/(?:featured)/(?:page)/(\\d+)/?$\";s:95:\"index.php?post_type=tribe_events&tag=$matches[1]&featured=1&eventDisplay=list&paged=$matches[2]\";s:39:\"(?:events)/(?:tag)/([^/]+)/(?:month)/?$\";s:67:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=month\";s:52:\"(?:events)/(?:tag)/([^/]+)/(?:month)/(?:featured)/?$\";s:78:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=month&featured=1\";s:53:\"(?:events)/(?:tag)/([^/]+)/(?:list)/(?:page)/(\\d+)/?$\";s:84:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&paged=$matches[2]\";s:66:\"(?:events)/(?:tag)/([^/]+)/(?:list)/(?:featured)/(?:page)/(\\d+)/?$\";s:95:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&featured=1&paged=$matches[2]\";s:38:\"(?:events)/(?:tag)/([^/]+)/(?:list)/?$\";s:66:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list\";s:51:\"(?:events)/(?:tag)/([^/]+)/(?:list)/(?:featured)/?$\";s:77:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&featured=1\";s:39:\"(?:events)/(?:tag)/([^/]+)/(?:today)/?$\";s:65:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day\";s:52:\"(?:events)/(?:tag)/([^/]+)/(?:today)/(?:featured)/?$\";s:76:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&featured=1\";s:57:\"(?:events)/(?:tag)/([^/]+)/(?:day)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:87:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:70:\"(?:events)/(?:tag)/([^/]+)/(?:day)/(\\d{4}-\\d{2}-\\d{2})/(?:featured)/?$\";s:98:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&eventDate=$matches[2]&featured=1\";s:43:\"(?:events)/(?:tag)/([^/]+)/(\\d{4}-\\d{2})/?$\";s:89:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=month&eventDate=$matches[2]\";s:56:\"(?:events)/(?:tag)/([^/]+)/(\\d{4}-\\d{2})/(?:featured)/?$\";s:100:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=month&eventDate=$matches[2]&featured=1\";s:49:\"(?:events)/(?:tag)/([^/]+)/(\\d{4}-\\d{2}-\\d{2})/?$\";s:87:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&eventDate=$matches[2]\";s:62:\"(?:events)/(?:tag)/([^/]+)/(\\d{4}-\\d{2}-\\d{2})/(?:featured)/?$\";s:98:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=day&eventDate=$matches[2]&featured=1\";s:34:\"(?:events)/(?:tag)/([^/]+)/feed/?$\";s:76:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&feed=rss2\";s:47:\"(?:events)/(?:tag)/([^/]+)/(?:featured)/feed/?$\";s:87:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=list&feed=rss2&featured=1\";s:34:\"(?:events)/(?:tag)/([^/]+)/ical/?$\";s:55:\"index.php?post_type=tribe_events&tag=$matches[1]&ical=1\";s:47:\"(?:events)/(?:tag)/([^/]+)/(?:featured)/ical/?$\";s:66:\"index.php?post_type=tribe_events&tag=$matches[1]&featured=1&ical=1\";s:59:\"(?:events)/(?:tag)/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:65:\"index.php?post_type=tribe_events&tag=$matches[1]&feed=$matches[2]\";s:72:\"(?:events)/(?:tag)/([^/]+)/(?:featured)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:76:\"index.php?post_type=tribe_events&tag=$matches[1]&featured=1&feed=$matches[2]\";s:42:\"(?:events)/(?:tag)/([^/]+)/(?:featured)/?$\";s:59:\"index.php?post_type=tribe_events&tag=$matches[1]&featured=1\";s:29:\"(?:events)/(?:tag)/([^/]+)/?$\";s:69:\"index.php?post_type=tribe_events&tag=$matches[1]&eventDisplay=default\";s:24:\"^wc-auth/v([1]{1})/(.*)?\";s:63:\"index.php?wc-auth-version=$matches[1]&wc-auth-route=$matches[2]\";s:21:\"^wc/file/transient/?$\";s:33:\"index.php?wc-transient-file-name=\";s:24:\"^wc/file/transient/(.+)$\";s:44:\"index.php?wc-transient-file-name=$matches[1]\";s:22:\"^wc-api/v([1-3]{1})/?$\";s:51:\"index.php?wc-api-version=$matches[1]&wc-api-route=/\";s:24:\"^wc-api/v([1-3]{1})(.*)?\";s:61:\"index.php?wc-api-version=$matches[1]&wc-api-route=$matches[2]\";s:10:\"project/?$\";s:27:\"index.php?post_type=project\";s:40:\"project/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:35:\"project/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=project&feed=$matches[1]\";s:27:\"project/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=project&paged=$matches[1]\";s:7:\"shop/?$\";s:27:\"index.php?post_type=product\";s:37:\"shop/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:32:\"shop/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?post_type=product&feed=$matches[1]\";s:24:\"shop/page/([0-9]{1,})/?$\";s:45:\"index.php?post_type=product&paged=$matches[1]\";s:11:\"^wp-json/?$\";s:22:\"index.php?rest_route=/\";s:14:\"^wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s:21:\"^index.php/wp-json/?$\";s:22:\"index.php?rest_route=/\";s:24:\"^index.php/wp-json/(.*)?\";s:33:\"index.php?rest_route=/$matches[1]\";s: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:17:\"mailpoet_email/?$\";s:34:\"index.php?post_type=mailpoet_email\";s:47:\"mailpoet_email/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=mailpoet_email&feed=$matches[1]\";s:42:\"mailpoet_email/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?post_type=mailpoet_email&feed=$matches[1]\";s:34:\"mailpoet_email/page/([0-9]{1,})/?$\";s:52:\"index.php?post_type=mailpoet_email&paged=$matches[1]\";s:22:\"tribe-promoter-auth/?$\";s:37:\"index.php?tribe-promoter-auth-check=1\";s:8:\"event/?$\";s:32:\"index.php?post_type=tribe_events\";s:38:\"event/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=tribe_events&feed=$matches[1]\";s:33:\"event/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?post_type=tribe_events&feed=$matches[1]\";s:25:\"event/page/([0-9]{1,})/?$\";s:50:\"index.php?post_type=tribe_events&paged=$matches[1]\";s:15:\"^checkout-link$\";s:28:\"index.php?checkout-link=true\";s:47:\"category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:42:\"category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?category_name=$matches[1]&feed=$matches[2]\";s:23:\"category/(.+?)/embed/?$\";s:46:\"index.php?category_name=$matches[1]&embed=true\";s:35:\"category/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?category_name=$matches[1]&paged=$matches[2]\";s:43:\"category/(.+?)/wc/file/transient(/(.*))?/?$\";s:65:\"index.php?category_name=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"category/(.+?)/wc-api(/(.*))?/?$\";s:54:\"index.php?category_name=$matches[1]&wc-api=$matches[3]\";s:17:\"category/(.+?)/?$\";s:35:\"index.php?category_name=$matches[1]\";s:44:\"tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:39:\"tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?tag=$matches[1]&feed=$matches[2]\";s:20:\"tag/([^/]+)/embed/?$\";s:36:\"index.php?tag=$matches[1]&embed=true\";s:32:\"tag/([^/]+)/page/?([0-9]{1,})/?$\";s:43:\"index.php?tag=$matches[1]&paged=$matches[2]\";s:40:\"tag/([^/]+)/wc/file/transient(/(.*))?/?$\";s:55:\"index.php?tag=$matches[1]&wc/file/transient=$matches[3]\";s:29:\"tag/([^/]+)/wc-api(/(.*))?/?$\";s:44:\"index.php?tag=$matches[1]&wc-api=$matches[3]\";s:14:\"tag/([^/]+)/?$\";s:25:\"index.php?tag=$matches[1]\";s:45:\"type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:40:\"type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?post_format=$matches[1]&feed=$matches[2]\";s:21:\"type/([^/]+)/embed/?$\";s:44:\"index.php?post_format=$matches[1]&embed=true\";s:33:\"type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?post_format=$matches[1]&paged=$matches[2]\";s:15:\"type/([^/]+)/?$\";s:33:\"index.php?post_format=$matches[1]\";s:56:\"layout_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:51:\"layout_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?layout_category=$matches[1]&feed=$matches[2]\";s:32:\"layout_category/([^/]+)/embed/?$\";s:48:\"index.php?layout_category=$matches[1]&embed=true\";s:44:\"layout_category/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?layout_category=$matches[1]&paged=$matches[2]\";s:26:\"layout_category/([^/]+)/?$\";s:37:\"index.php?layout_category=$matches[1]\";s:51:\"layout_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?layout_tag=$matches[1]&feed=$matches[2]\";s:46:\"layout_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?layout_tag=$matches[1]&feed=$matches[2]\";s:27:\"layout_tag/([^/]+)/embed/?$\";s:43:\"index.php?layout_tag=$matches[1]&embed=true\";s:39:\"layout_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:50:\"index.php?layout_tag=$matches[1]&paged=$matches[2]\";s:21:\"layout_tag/([^/]+)/?$\";s:32:\"index.php?layout_tag=$matches[1]\";s:52:\"layout_pack/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_pack=$matches[1]&feed=$matches[2]\";s:47:\"layout_pack/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_pack=$matches[1]&feed=$matches[2]\";s:28:\"layout_pack/([^/]+)/embed/?$\";s:44:\"index.php?layout_pack=$matches[1]&embed=true\";s:40:\"layout_pack/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_pack=$matches[1]&paged=$matches[2]\";s:22:\"layout_pack/([^/]+)/?$\";s:33:\"index.php?layout_pack=$matches[1]\";s:52:\"layout_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:47:\"layout_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?layout_type=$matches[1]&feed=$matches[2]\";s:28:\"layout_type/([^/]+)/embed/?$\";s:44:\"index.php?layout_type=$matches[1]&embed=true\";s:40:\"layout_type/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?layout_type=$matches[1]&paged=$matches[2]\";s:22:\"layout_type/([^/]+)/?$\";s:33:\"index.php?layout_type=$matches[1]\";s:53:\"module_width/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:48:\"module_width/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?module_width=$matches[1]&feed=$matches[2]\";s:29:\"module_width/([^/]+)/embed/?$\";s:45:\"index.php?module_width=$matches[1]&embed=true\";s:41:\"module_width/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?module_width=$matches[1]&paged=$matches[2]\";s:23:\"module_width/([^/]+)/?$\";s:34:\"index.php?module_width=$matches[1]\";s:46:\"scope/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:41:\"scope/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:44:\"index.php?scope=$matches[1]&feed=$matches[2]\";s:22:\"scope/([^/]+)/embed/?$\";s:38:\"index.php?scope=$matches[1]&embed=true\";s:34:\"scope/([^/]+)/page/?([0-9]{1,})/?$\";s:45:\"index.php?scope=$matches[1]&paged=$matches[2]\";s:16:\"scope/([^/]+)/?$\";s:27:\"index.php?scope=$matches[1]\";s:40:\"et_pb_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:50:\"et_pb_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:70:\"et_pb_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:65:\"et_pb_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:46:\"et_pb_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:29:\"et_pb_layout/([^/]+)/embed/?$\";s:60:\"index.php?post_type=et_pb_layout&name=$matches[1]&embed=true\";s:33:\"et_pb_layout/([^/]+)/trackback/?$\";s:54:\"index.php?post_type=et_pb_layout&name=$matches[1]&tb=1\";s:41:\"et_pb_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&paged=$matches[2]\";s:48:\"et_pb_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:67:\"index.php?post_type=et_pb_layout&name=$matches[1]&cpage=$matches[2]\";s:49:\"et_pb_layout/([^/]+)/wc/file/transient(/(.*))?/?$\";s:79:\"index.php?post_type=et_pb_layout&name=$matches[1]&wc/file/transient=$matches[3]\";s:38:\"et_pb_layout/([^/]+)/wc-api(/(.*))?/?$\";s:68:\"index.php?post_type=et_pb_layout&name=$matches[1]&wc-api=$matches[3]\";s:55:\"et_pb_layout/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:66:\"et_pb_layout/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:44:\"et_pb_layout/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:55:\"et_pb_layout/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:37:\"et_pb_layout/([^/]+)(?:/([0-9]+))?/?$\";s:66:\"index.php?post_type=et_pb_layout&name=$matches[1]&page=$matches[2]\";s:29:\"et_pb_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:39:\"et_pb_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:59:\"et_pb_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:54:\"et_pb_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:35:\"et_pb_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:56:\"et_tb_item_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?et_tb_item_type=$matches[1]&feed=$matches[2]\";s:51:\"et_tb_item_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:54:\"index.php?et_tb_item_type=$matches[1]&feed=$matches[2]\";s:32:\"et_tb_item_type/([^/]+)/embed/?$\";s:48:\"index.php?et_tb_item_type=$matches[1]&embed=true\";s:44:\"et_tb_item_type/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?et_tb_item_type=$matches[1]&paged=$matches[2]\";s:26:\"et_tb_item_type/([^/]+)/?$\";s:37:\"index.php?et_tb_item_type=$matches[1]\";s:38:\"et_tb_item/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:48:\"et_tb_item/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:68:\"et_tb_item/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"et_tb_item/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:63:\"et_tb_item/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:44:\"et_tb_item/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:27:\"et_tb_item/([^/]+)/embed/?$\";s:58:\"index.php?post_type=et_tb_item&name=$matches[1]&embed=true\";s:31:\"et_tb_item/([^/]+)/trackback/?$\";s:52:\"index.php?post_type=et_tb_item&name=$matches[1]&tb=1\";s:39:\"et_tb_item/([^/]+)/page/?([0-9]{1,})/?$\";s:65:\"index.php?post_type=et_tb_item&name=$matches[1]&paged=$matches[2]\";s:46:\"et_tb_item/([^/]+)/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?post_type=et_tb_item&name=$matches[1]&cpage=$matches[2]\";s:47:\"et_tb_item/([^/]+)/wc/file/transient(/(.*))?/?$\";s:77:\"index.php?post_type=et_tb_item&name=$matches[1]&wc/file/transient=$matches[3]\";s:36:\"et_tb_item/([^/]+)/wc-api(/(.*))?/?$\";s:66:\"index.php?post_type=et_tb_item&name=$matches[1]&wc-api=$matches[3]\";s:53:\"et_tb_item/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:64:\"et_tb_item/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:42:\"et_tb_item/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:53:\"et_tb_item/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:35:\"et_tb_item/([^/]+)(?:/([0-9]+))?/?$\";s:64:\"index.php?post_type=et_tb_item&name=$matches[1]&page=$matches[2]\";s:27:\"et_tb_item/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\"et_tb_item/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\"et_tb_item/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"et_tb_item/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\"et_tb_item/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\"et_tb_item/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:35:\"project/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"project/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"project/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"project/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"project/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"project/([^/]+)/embed/?$\";s:40:\"index.php?project=$matches[1]&embed=true\";s:28:\"project/([^/]+)/trackback/?$\";s:34:\"index.php?project=$matches[1]&tb=1\";s:48:\"project/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:43:\"project/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?project=$matches[1]&feed=$matches[2]\";s:36:\"project/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&paged=$matches[2]\";s:43:\"project/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?project=$matches[1]&cpage=$matches[2]\";s:44:\"project/([^/]+)/wc/file/transient(/(.*))?/?$\";s:59:\"index.php?project=$matches[1]&wc/file/transient=$matches[3]\";s:33:\"project/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?project=$matches[1]&wc-api=$matches[3]\";s:50:\"project/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:61:\"project/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:39:\"project/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"project/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"project/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?project=$matches[1]&page=$matches[2]\";s:24:\"project/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"project/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"project/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"project/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"project/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:57:\"project_category/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:52:\"project_category/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?project_category=$matches[1]&feed=$matches[2]\";s:33:\"project_category/([^/]+)/embed/?$\";s:49:\"index.php?project_category=$matches[1]&embed=true\";s:45:\"project_category/([^/]+)/page/?([0-9]{1,})/?$\";s:56:\"index.php?project_category=$matches[1]&paged=$matches[2]\";s:27:\"project_category/([^/]+)/?$\";s:38:\"index.php?project_category=$matches[1]\";s:52:\"project_tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:47:\"project_tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?project_tag=$matches[1]&feed=$matches[2]\";s:28:\"project_tag/([^/]+)/embed/?$\";s:44:\"index.php?project_tag=$matches[1]&embed=true\";s:40:\"project_tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?project_tag=$matches[1]&paged=$matches[2]\";s:22:\"project_tag/([^/]+)/?$\";s:33:\"index.php?project_tag=$matches[1]\";s:44:\"brand/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:39:\"brand/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:52:\"index.php?product_brand=$matches[1]&feed=$matches[2]\";s:20:\"brand/(.+?)/embed/?$\";s:46:\"index.php?product_brand=$matches[1]&embed=true\";s:32:\"brand/(.+?)/page/?([0-9]{1,})/?$\";s:53:\"index.php?product_brand=$matches[1]&paged=$matches[2]\";s:14:\"brand/(.+?)/?$\";s:35:\"index.php?product_brand=$matches[1]\";s:55:\"product-category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:50:\"product-category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_cat=$matches[1]&feed=$matches[2]\";s:31:\"product-category/(.+?)/embed/?$\";s:44:\"index.php?product_cat=$matches[1]&embed=true\";s:43:\"product-category/(.+?)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_cat=$matches[1]&paged=$matches[2]\";s:25:\"product-category/(.+?)/?$\";s:33:\"index.php?product_cat=$matches[1]\";s:52:\"product-tag/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:47:\"product-tag/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?product_tag=$matches[1]&feed=$matches[2]\";s:28:\"product-tag/([^/]+)/embed/?$\";s:44:\"index.php?product_tag=$matches[1]&embed=true\";s:40:\"product-tag/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?product_tag=$matches[1]&paged=$matches[2]\";s:22:\"product-tag/([^/]+)/?$\";s:33:\"index.php?product_tag=$matches[1]\";s:35:\"product/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:45:\"product/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:65:\"product/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:60:\"product/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:41:\"product/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:24:\"product/([^/]+)/embed/?$\";s:40:\"index.php?product=$matches[1]&embed=true\";s:28:\"product/([^/]+)/trackback/?$\";s:34:\"index.php?product=$matches[1]&tb=1\";s:48:\"product/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:43:\"product/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:46:\"index.php?product=$matches[1]&feed=$matches[2]\";s:36:\"product/([^/]+)/page/?([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&paged=$matches[2]\";s:43:\"product/([^/]+)/comment-page-([0-9]{1,})/?$\";s:47:\"index.php?product=$matches[1]&cpage=$matches[2]\";s:44:\"product/([^/]+)/wc/file/transient(/(.*))?/?$\";s:59:\"index.php?product=$matches[1]&wc/file/transient=$matches[3]\";s:33:\"product/([^/]+)/wc-api(/(.*))?/?$\";s:48:\"index.php?product=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:61:\"product/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:39:\"product/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:50:\"product/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:32:\"product/([^/]+)(?:/([0-9]+))?/?$\";s:46:\"index.php?product=$matches[1]&page=$matches[2]\";s:24:\"product/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:34:\"product/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:54:\"product/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:49:\"product/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:30:\"product/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"mailpoet_email/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"mailpoet_email/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"mailpoet_email/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"mailpoet_email/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"mailpoet_email/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"mailpoet_email/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"mailpoet_email/([^/]+)/embed/?$\";s:47:\"index.php?mailpoet_email=$matches[1]&embed=true\";s:35:\"mailpoet_email/([^/]+)/trackback/?$\";s:41:\"index.php?mailpoet_email=$matches[1]&tb=1\";s:55:\"mailpoet_email/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?mailpoet_email=$matches[1]&feed=$matches[2]\";s:50:\"mailpoet_email/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:53:\"index.php?mailpoet_email=$matches[1]&feed=$matches[2]\";s:43:\"mailpoet_email/([^/]+)/page/?([0-9]{1,})/?$\";s:54:\"index.php?mailpoet_email=$matches[1]&paged=$matches[2]\";s:50:\"mailpoet_email/([^/]+)/comment-page-([0-9]{1,})/?$\";s:54:\"index.php?mailpoet_email=$matches[1]&cpage=$matches[2]\";s:51:\"mailpoet_email/([^/]+)/wc/file/transient(/(.*))?/?$\";s:66:\"index.php?mailpoet_email=$matches[1]&wc/file/transient=$matches[3]\";s:40:\"mailpoet_email/([^/]+)/wc-api(/(.*))?/?$\";s:55:\"index.php?mailpoet_email=$matches[1]&wc-api=$matches[3]\";s:57:\"mailpoet_email/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:68:\"mailpoet_email/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:46:\"mailpoet_email/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"mailpoet_email/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"mailpoet_email/([^/]+)(?:/([0-9]+))?/?$\";s:53:\"index.php?mailpoet_email=$matches[1]&page=$matches[2]\";s:31:\"mailpoet_email/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"mailpoet_email/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"mailpoet_email/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"mailpoet_email/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"mailpoet_email/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"mailpoet_email/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"venue/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"venue/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"venue/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"venue/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"venue/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"venue/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"venue/([^/]+)/embed/?$\";s:44:\"index.php?tribe_venue=$matches[1]&embed=true\";s:26:\"venue/([^/]+)/trackback/?$\";s:38:\"index.php?tribe_venue=$matches[1]&tb=1\";s:34:\"venue/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?tribe_venue=$matches[1]&paged=$matches[2]\";s:41:\"venue/([^/]+)/comment-page-([0-9]{1,})/?$\";s:51:\"index.php?tribe_venue=$matches[1]&cpage=$matches[2]\";s:42:\"venue/([^/]+)/wc/file/transient(/(.*))?/?$\";s:63:\"index.php?tribe_venue=$matches[1]&wc/file/transient=$matches[3]\";s:31:\"venue/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?tribe_venue=$matches[1]&wc-api=$matches[3]\";s:48:\"venue/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:59:\"venue/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:37:\"venue/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:48:\"venue/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:30:\"venue/([^/]+)(?:/([0-9]+))?/?$\";s:50:\"index.php?tribe_venue=$matches[1]&page=$matches[2]\";s:22:\"venue/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"venue/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"venue/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"venue/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"venue/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"venue/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:37:\"organizer/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:47:\"organizer/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:67:\"organizer/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:62:\"organizer/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:43:\"organizer/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:26:\"organizer/([^/]+)/embed/?$\";s:48:\"index.php?tribe_organizer=$matches[1]&embed=true\";s:30:\"organizer/([^/]+)/trackback/?$\";s:42:\"index.php?tribe_organizer=$matches[1]&tb=1\";s:38:\"organizer/([^/]+)/page/?([0-9]{1,})/?$\";s:55:\"index.php?tribe_organizer=$matches[1]&paged=$matches[2]\";s:45:\"organizer/([^/]+)/comment-page-([0-9]{1,})/?$\";s:55:\"index.php?tribe_organizer=$matches[1]&cpage=$matches[2]\";s:46:\"organizer/([^/]+)/wc/file/transient(/(.*))?/?$\";s:67:\"index.php?tribe_organizer=$matches[1]&wc/file/transient=$matches[3]\";s:35:\"organizer/([^/]+)/wc-api(/(.*))?/?$\";s:56:\"index.php?tribe_organizer=$matches[1]&wc-api=$matches[3]\";s:52:\"organizer/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:63:\"organizer/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:41:\"organizer/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:52:\"organizer/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:34:\"organizer/([^/]+)(?:/([0-9]+))?/?$\";s:54:\"index.php?tribe_organizer=$matches[1]&page=$matches[2]\";s:26:\"organizer/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:36:\"organizer/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:56:\"organizer/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:51:\"organizer/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:32:\"organizer/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:22:\"event/([^/]+)/embed/?$\";s:45:\"index.php?tribe_events=$matches[1]&embed=true\";s:26:\"event/([^/]+)/trackback/?$\";s:39:\"index.php?tribe_events=$matches[1]&tb=1\";s:46:\"event/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?tribe_events=$matches[1]&feed=$matches[2]\";s:41:\"event/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:51:\"index.php?tribe_events=$matches[1]&feed=$matches[2]\";s:34:\"event/([^/]+)/page/?([0-9]{1,})/?$\";s:52:\"index.php?tribe_events=$matches[1]&paged=$matches[2]\";s:41:\"event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:52:\"index.php?tribe_events=$matches[1]&cpage=$matches[2]\";s:42:\"event/([^/]+)/wc/file/transient(/(.*))?/?$\";s:64:\"index.php?tribe_events=$matches[1]&wc/file/transient=$matches[3]\";s:31:\"event/([^/]+)/wc-api(/(.*))?/?$\";s:53:\"index.php?tribe_events=$matches[1]&wc-api=$matches[3]\";s:48:\"event/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:59:\"event/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:37:\"event/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:48:\"event/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:30:\"event/([^/]+)(?:/([0-9]+))?/?$\";s:51:\"index.php?tribe_events=$matches[1]&page=$matches[2]\";s:22:\"event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:32:\"event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:52:\"event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:47:\"event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:28:\"event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:54:\"events/category/(.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?tribe_events_cat=$matches[1]&feed=$matches[2]\";s:49:\"events/category/(.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:55:\"index.php?tribe_events_cat=$matches[1]&feed=$matches[2]\";s:30:\"events/category/(.+?)/embed/?$\";s:49:\"index.php?tribe_events_cat=$matches[1]&embed=true\";s:42:\"events/category/(.+?)/page/?([0-9]{1,})/?$\";s:56:\"index.php?tribe_events_cat=$matches[1]&paged=$matches[2]\";s:24:\"events/category/(.+?)/?$\";s:38:\"index.php?tribe_events_cat=$matches[1]\";s:41:\"deleted_event/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:51:\"deleted_event/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:71:\"deleted_event/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"deleted_event/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:66:\"deleted_event/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:47:\"deleted_event/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:30:\"deleted_event/([^/]+)/embed/?$\";s:46:\"index.php?deleted_event=$matches[1]&embed=true\";s:34:\"deleted_event/([^/]+)/trackback/?$\";s:40:\"index.php?deleted_event=$matches[1]&tb=1\";s:42:\"deleted_event/([^/]+)/page/?([0-9]{1,})/?$\";s:53:\"index.php?deleted_event=$matches[1]&paged=$matches[2]\";s:49:\"deleted_event/([^/]+)/comment-page-([0-9]{1,})/?$\";s:53:\"index.php?deleted_event=$matches[1]&cpage=$matches[2]\";s:50:\"deleted_event/([^/]+)/wc/file/transient(/(.*))?/?$\";s:65:\"index.php?deleted_event=$matches[1]&wc/file/transient=$matches[3]\";s:39:\"deleted_event/([^/]+)/wc-api(/(.*))?/?$\";s:54:\"index.php?deleted_event=$matches[1]&wc-api=$matches[3]\";s:56:\"deleted_event/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:67:\"deleted_event/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:45:\"deleted_event/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:56:\"deleted_event/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:38:\"deleted_event/([^/]+)(?:/([0-9]+))?/?$\";s:52:\"index.php?deleted_event=$matches[1]&page=$matches[2]\";s:30:\"deleted_event/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:40:\"deleted_event/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:60:\"deleted_event/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"deleted_event/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:55:\"deleted_event/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:36:\"deleted_event/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_theme_options/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_options/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_options/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_options/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_options/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_options/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_options/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_options&name=$matches[1]&embed=true\";s:37:\"et_theme_options/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_options&name=$matches[1]&tb=1\";s:45:\"et_theme_options/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_options&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_options/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_options&name=$matches[1]&cpage=$matches[2]\";s:53:\"et_theme_options/([^/]+)/wc/file/transient(/(.*))?/?$\";s:83:\"index.php?post_type=et_theme_options&name=$matches[1]&wc/file/transient=$matches[3]\";s:42:\"et_theme_options/([^/]+)/wc-api(/(.*))?/?$\";s:72:\"index.php?post_type=et_theme_options&name=$matches[1]&wc-api=$matches[3]\";s:59:\"et_theme_options/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:70:\"et_theme_options/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:48:\"et_theme_options/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:59:\"et_theme_options/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:41:\"et_theme_options/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_options&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_options/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_options/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_options/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_options/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_options/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_options/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:61:\"et_code_snippet_type/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?et_code_snippet_type=$matches[1]&feed=$matches[2]\";s:56:\"et_code_snippet_type/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:59:\"index.php?et_code_snippet_type=$matches[1]&feed=$matches[2]\";s:37:\"et_code_snippet_type/([^/]+)/embed/?$\";s:53:\"index.php?et_code_snippet_type=$matches[1]&embed=true\";s:49:\"et_code_snippet_type/([^/]+)/page/?([0-9]{1,})/?$\";s:60:\"index.php?et_code_snippet_type=$matches[1]&paged=$matches[2]\";s:31:\"et_code_snippet_type/([^/]+)/?$\";s:42:\"index.php?et_code_snippet_type=$matches[1]\";s:43:\"et_code_snippet/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:53:\"et_code_snippet/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:73:\"et_code_snippet/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"et_code_snippet/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:68:\"et_code_snippet/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:49:\"et_code_snippet/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:32:\"et_code_snippet/([^/]+)/embed/?$\";s:63:\"index.php?post_type=et_code_snippet&name=$matches[1]&embed=true\";s:36:\"et_code_snippet/([^/]+)/trackback/?$\";s:57:\"index.php?post_type=et_code_snippet&name=$matches[1]&tb=1\";s:44:\"et_code_snippet/([^/]+)/page/?([0-9]{1,})/?$\";s:70:\"index.php?post_type=et_code_snippet&name=$matches[1]&paged=$matches[2]\";s:51:\"et_code_snippet/([^/]+)/comment-page-([0-9]{1,})/?$\";s:70:\"index.php?post_type=et_code_snippet&name=$matches[1]&cpage=$matches[2]\";s:52:\"et_code_snippet/([^/]+)/wc/file/transient(/(.*))?/?$\";s:82:\"index.php?post_type=et_code_snippet&name=$matches[1]&wc/file/transient=$matches[3]\";s:41:\"et_code_snippet/([^/]+)/wc-api(/(.*))?/?$\";s:71:\"index.php?post_type=et_code_snippet&name=$matches[1]&wc-api=$matches[3]\";s:58:\"et_code_snippet/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:69:\"et_code_snippet/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:47:\"et_code_snippet/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:58:\"et_code_snippet/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:40:\"et_code_snippet/([^/]+)(?:/([0-9]+))?/?$\";s:69:\"index.php?post_type=et_code_snippet&name=$matches[1]&page=$matches[2]\";s:32:\"et_code_snippet/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:42:\"et_code_snippet/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:62:\"et_code_snippet/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"et_code_snippet/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:57:\"et_code_snippet/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:38:\"et_code_snippet/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_theme_builder/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_theme_builder/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_theme_builder/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_theme_builder/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_theme_builder/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_theme_builder/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_theme_builder&name=$matches[1]&embed=true\";s:37:\"et_theme_builder/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_theme_builder&name=$matches[1]&tb=1\";s:45:\"et_theme_builder/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&paged=$matches[2]\";s:52:\"et_theme_builder/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_theme_builder&name=$matches[1]&cpage=$matches[2]\";s:53:\"et_theme_builder/([^/]+)/wc/file/transient(/(.*))?/?$\";s:83:\"index.php?post_type=et_theme_builder&name=$matches[1]&wc/file/transient=$matches[3]\";s:42:\"et_theme_builder/([^/]+)/wc-api(/(.*))?/?$\";s:72:\"index.php?post_type=et_theme_builder&name=$matches[1]&wc-api=$matches[3]\";s:59:\"et_theme_builder/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:70:\"et_theme_builder/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:48:\"et_theme_builder/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:59:\"et_theme_builder/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:41:\"et_theme_builder/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_theme_builder&name=$matches[1]&page=$matches[2]\";s:33:\"et_theme_builder/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_theme_builder/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_theme_builder/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_theme_builder/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_theme_builder/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:39:\"et_template/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:49:\"et_template/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:69:\"et_template/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:64:\"et_template/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:45:\"et_template/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:28:\"et_template/([^/]+)/embed/?$\";s:59:\"index.php?post_type=et_template&name=$matches[1]&embed=true\";s:32:\"et_template/([^/]+)/trackback/?$\";s:53:\"index.php?post_type=et_template&name=$matches[1]&tb=1\";s:40:\"et_template/([^/]+)/page/?([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&paged=$matches[2]\";s:47:\"et_template/([^/]+)/comment-page-([0-9]{1,})/?$\";s:66:\"index.php?post_type=et_template&name=$matches[1]&cpage=$matches[2]\";s:48:\"et_template/([^/]+)/wc/file/transient(/(.*))?/?$\";s:78:\"index.php?post_type=et_template&name=$matches[1]&wc/file/transient=$matches[3]\";s:37:\"et_template/([^/]+)/wc-api(/(.*))?/?$\";s:67:\"index.php?post_type=et_template&name=$matches[1]&wc-api=$matches[3]\";s:54:\"et_template/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:65:\"et_template/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:43:\"et_template/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:54:\"et_template/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:36:\"et_template/([^/]+)(?:/([0-9]+))?/?$\";s:65:\"index.php?post_type=et_template&name=$matches[1]&page=$matches[2]\";s:28:\"et_template/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:38:\"et_template/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:58:\"et_template/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:53:\"et_template/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:34:\"et_template/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_header_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_header_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_header_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_header_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_header_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_header_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_header_layout&name=$matches[1]&embed=true\";s:37:\"et_header_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_header_layout&name=$matches[1]&tb=1\";s:45:\"et_header_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_header_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_header_layout&name=$matches[1]&cpage=$matches[2]\";s:53:\"et_header_layout/([^/]+)/wc/file/transient(/(.*))?/?$\";s:83:\"index.php?post_type=et_header_layout&name=$matches[1]&wc/file/transient=$matches[3]\";s:42:\"et_header_layout/([^/]+)/wc-api(/(.*))?/?$\";s:72:\"index.php?post_type=et_header_layout&name=$matches[1]&wc-api=$matches[3]\";s:59:\"et_header_layout/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:70:\"et_header_layout/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:48:\"et_header_layout/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:59:\"et_header_layout/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:41:\"et_header_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_header_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_header_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_header_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_header_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_header_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_header_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"et_body_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"et_body_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"et_body_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"et_body_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"et_body_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"et_body_layout/([^/]+)/embed/?$\";s:62:\"index.php?post_type=et_body_layout&name=$matches[1]&embed=true\";s:35:\"et_body_layout/([^/]+)/trackback/?$\";s:56:\"index.php?post_type=et_body_layout&name=$matches[1]&tb=1\";s:43:\"et_body_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&paged=$matches[2]\";s:50:\"et_body_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:69:\"index.php?post_type=et_body_layout&name=$matches[1]&cpage=$matches[2]\";s:51:\"et_body_layout/([^/]+)/wc/file/transient(/(.*))?/?$\";s:81:\"index.php?post_type=et_body_layout&name=$matches[1]&wc/file/transient=$matches[3]\";s:40:\"et_body_layout/([^/]+)/wc-api(/(.*))?/?$\";s:70:\"index.php?post_type=et_body_layout&name=$matches[1]&wc-api=$matches[3]\";s:57:\"et_body_layout/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:68:\"et_body_layout/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:46:\"et_body_layout/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"et_body_layout/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"et_body_layout/([^/]+)(?:/([0-9]+))?/?$\";s:68:\"index.php?post_type=et_body_layout&name=$matches[1]&page=$matches[2]\";s:31:\"et_body_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"et_body_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"et_body_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"et_body_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"et_body_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:44:\"et_footer_layout/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:54:\"et_footer_layout/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:74:\"et_footer_layout/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:69:\"et_footer_layout/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:50:\"et_footer_layout/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:33:\"et_footer_layout/([^/]+)/embed/?$\";s:64:\"index.php?post_type=et_footer_layout&name=$matches[1]&embed=true\";s:37:\"et_footer_layout/([^/]+)/trackback/?$\";s:58:\"index.php?post_type=et_footer_layout&name=$matches[1]&tb=1\";s:45:\"et_footer_layout/([^/]+)/page/?([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&paged=$matches[2]\";s:52:\"et_footer_layout/([^/]+)/comment-page-([0-9]{1,})/?$\";s:71:\"index.php?post_type=et_footer_layout&name=$matches[1]&cpage=$matches[2]\";s:53:\"et_footer_layout/([^/]+)/wc/file/transient(/(.*))?/?$\";s:83:\"index.php?post_type=et_footer_layout&name=$matches[1]&wc/file/transient=$matches[3]\";s:42:\"et_footer_layout/([^/]+)/wc-api(/(.*))?/?$\";s:72:\"index.php?post_type=et_footer_layout&name=$matches[1]&wc-api=$matches[3]\";s:59:\"et_footer_layout/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:70:\"et_footer_layout/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:48:\"et_footer_layout/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:59:\"et_footer_layout/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:41:\"et_footer_layout/([^/]+)(?:/([0-9]+))?/?$\";s:70:\"index.php?post_type=et_footer_layout&name=$matches[1]&page=$matches[2]\";s:33:\"et_footer_layout/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:43:\"et_footer_layout/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:63:\"et_footer_layout/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:58:\"et_footer_layout/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:39:\"et_footer_layout/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:42:\"calendar-embed/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:52:\"calendar-embed/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:72:\"calendar-embed/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"calendar-embed/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:67:\"calendar-embed/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:48:\"calendar-embed/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:31:\"calendar-embed/([^/]+)/embed/?$\";s:51:\"index.php?tec_calendar_embed=$matches[1]&embed=true\";s:35:\"calendar-embed/([^/]+)/trackback/?$\";s:45:\"index.php?tec_calendar_embed=$matches[1]&tb=1\";s:43:\"calendar-embed/([^/]+)/page/?([0-9]{1,})/?$\";s:58:\"index.php?tec_calendar_embed=$matches[1]&paged=$matches[2]\";s:50:\"calendar-embed/([^/]+)/comment-page-([0-9]{1,})/?$\";s:58:\"index.php?tec_calendar_embed=$matches[1]&cpage=$matches[2]\";s:51:\"calendar-embed/([^/]+)/wc/file/transient(/(.*))?/?$\";s:70:\"index.php?tec_calendar_embed=$matches[1]&wc/file/transient=$matches[3]\";s:40:\"calendar-embed/([^/]+)/wc-api(/(.*))?/?$\";s:59:\"index.php?tec_calendar_embed=$matches[1]&wc-api=$matches[3]\";s:57:\"calendar-embed/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:68:\"calendar-embed/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:46:\"calendar-embed/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:57:\"calendar-embed/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:39:\"calendar-embed/([^/]+)(?:/([0-9]+))?/?$\";s:57:\"index.php?tec_calendar_embed=$matches[1]&page=$matches[2]\";s:31:\"calendar-embed/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:41:\"calendar-embed/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:61:\"calendar-embed/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"calendar-embed/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:56:\"calendar-embed/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:37:\"calendar-embed/[^/]+/([^/]+)/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:23:\"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:32:\"feed/(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:27:\"(feed|rdf|rss|rss2|atom)/?$\";s:27:\"index.php?&feed=$matches[1]\";s:8:\"embed/?$\";s:21:\"index.php?&embed=true\";s:20:\"page/?([0-9]{1,})/?$\";s:28:\"index.php?&paged=$matches[1]\";s:27:\"comment-page-([0-9]{1,})/?$\";s:39:\"index.php?&page_id=81&cpage=$matches[1]\";s:28:\"wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:17:\"wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:41:\"comments/feed/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:36:\"comments/(feed|rdf|rss|rss2|atom)/?$\";s:42:\"index.php?&feed=$matches[1]&withcomments=1\";s:17:\"comments/embed/?$\";s:21:\"index.php?&embed=true\";s:37:\"comments/wc/file/transient(/(.*))?/?$\";s:40:\"index.php?&wc/file/transient=$matches[2]\";s:26:\"comments/wc-api(/(.*))?/?$\";s:29:\"index.php?&wc-api=$matches[2]\";s:44:\"search/(.+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:39:\"search/(.+)/(feed|rdf|rss|rss2|atom)/?$\";s:40:\"index.php?s=$matches[1]&feed=$matches[2]\";s:20:\"search/(.+)/embed/?$\";s:34:\"index.php?s=$matches[1]&embed=true\";s:32:\"search/(.+)/page/?([0-9]{1,})/?$\";s:41:\"index.php?s=$matches[1]&paged=$matches[2]\";s:40:\"search/(.+)/wc/file/transient(/(.*))?/?$\";s:53:\"index.php?s=$matches[1]&wc/file/transient=$matches[3]\";s:29:\"search/(.+)/wc-api(/(.*))?/?$\";s:42:\"index.php?s=$matches[1]&wc-api=$matches[3]\";s:14:\"search/(.+)/?$\";s:23:\"index.php?s=$matches[1]\";s:47:\"author/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:42:\"author/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:50:\"index.php?author_name=$matches[1]&feed=$matches[2]\";s:23:\"author/([^/]+)/embed/?$\";s:44:\"index.php?author_name=$matches[1]&embed=true\";s:35:\"author/([^/]+)/page/?([0-9]{1,})/?$\";s:51:\"index.php?author_name=$matches[1]&paged=$matches[2]\";s:43:\"author/([^/]+)/wc/file/transient(/(.*))?/?$\";s:63:\"index.php?author_name=$matches[1]&wc/file/transient=$matches[3]\";s:32:\"author/([^/]+)/wc-api(/(.*))?/?$\";s:52:\"index.php?author_name=$matches[1]&wc-api=$matches[3]\";s:17:\"author/([^/]+)/?$\";s:33:\"index.php?author_name=$matches[1]\";s:69:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:80:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&feed=$matches[4]\";s:45:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/embed/?$\";s:74:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&paged=$matches[4]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:93:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc/file/transient=$matches[5]\";s:54:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:82:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&wc-api=$matches[5]\";s:39:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/?$\";s:63:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]\";s:56:\"([0-9]{4})/([0-9]{1,2})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:51:\"([0-9]{4})/([0-9]{1,2})/(feed|rdf|rss|rss2|atom)/?$\";s:64:\"index.php?year=$matches[1]&monthnum=$matches[2]&feed=$matches[3]\";s:32:\"([0-9]{4})/([0-9]{1,2})/embed/?$\";s:58:\"index.php?year=$matches[1]&monthnum=$matches[2]&embed=true\";s:44:\"([0-9]{4})/([0-9]{1,2})/page/?([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&paged=$matches[3]\";s:52:\"([0-9]{4})/([0-9]{1,2})/wc/file/transient(/(.*))?/?$\";s:77:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc/file/transient=$matches[4]\";s:41:\"([0-9]{4})/([0-9]{1,2})/wc-api(/(.*))?/?$\";s:66:\"index.php?year=$matches[1]&monthnum=$matches[2]&wc-api=$matches[4]\";s:26:\"([0-9]{4})/([0-9]{1,2})/?$\";s:47:\"index.php?year=$matches[1]&monthnum=$matches[2]\";s:43:\"([0-9]{4})/feed/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:38:\"([0-9]{4})/(feed|rdf|rss|rss2|atom)/?$\";s:43:\"index.php?year=$matches[1]&feed=$matches[2]\";s:19:\"([0-9]{4})/embed/?$\";s:37:\"index.php?year=$matches[1]&embed=true\";s:31:\"([0-9]{4})/page/?([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&paged=$matches[2]\";s:39:\"([0-9]{4})/wc/file/transient(/(.*))?/?$\";s:56:\"index.php?year=$matches[1]&wc/file/transient=$matches[3]\";s:28:\"([0-9]{4})/wc-api(/(.*))?/?$\";s:45:\"index.php?year=$matches[1]&wc-api=$matches[3]\";s:13:\"([0-9]{4})/?$\";s:26:\"index.php?year=$matches[1]\";s:58:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:68:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:88:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:83:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:64:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:53:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/embed/?$\";s:91:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&embed=true\";s:57:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/trackback/?$\";s:85:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&tb=1\";s:77:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&feed=$matches[5]\";s:65:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/page/?([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&paged=$matches[5]\";s:72:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/comment-page-([0-9]{1,})/?$\";s:98:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&cpage=$matches[5]\";s:73:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc/file/transient(/(.*))?/?$\";s:110:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc/file/transient=$matches[6]\";s:62:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)/wc-api(/(.*))?/?$\";s:99:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&wc-api=$matches[6]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:84:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:62:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:73:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:61:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/([^/]+)(?:/([0-9]+))?/?$\";s:97:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&name=$matches[4]&page=$matches[5]\";s:47:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:57:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:77:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:72:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:53:\"[0-9]{4}/[0-9]{1,2}/[0-9]{1,2}/[^/]+/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:64:\"([0-9]{4})/([0-9]{1,2})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:81:\"index.php?year=$matches[1]&monthnum=$matches[2]&day=$matches[3]&cpage=$matches[4]\";s:51:\"([0-9]{4})/([0-9]{1,2})/comment-page-([0-9]{1,})/?$\";s:65:\"index.php?year=$matches[1]&monthnum=$matches[2]&cpage=$matches[3]\";s:38:\"([0-9]{4})/comment-page-([0-9]{1,})/?$\";s:44:\"index.php?year=$matches[1]&cpage=$matches[2]\";s:27:\".?.+?/attachment/([^/]+)/?$\";s:32:\"index.php?attachment=$matches[1]\";s:37:\".?.+?/attachment/([^/]+)/trackback/?$\";s:37:\"index.php?attachment=$matches[1]&tb=1\";s:57:\".?.+?/attachment/([^/]+)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/(feed|rdf|rss|rss2|atom)/?$\";s:49:\"index.php?attachment=$matches[1]&feed=$matches[2]\";s:52:\".?.+?/attachment/([^/]+)/comment-page-([0-9]{1,})/?$\";s:50:\"index.php?attachment=$matches[1]&cpage=$matches[2]\";s:33:\".?.+?/attachment/([^/]+)/embed/?$\";s:43:\"index.php?attachment=$matches[1]&embed=true\";s:16:\"(.?.+?)/embed/?$\";s:41:\"index.php?pagename=$matches[1]&embed=true\";s:20:\"(.?.+?)/trackback/?$\";s:35:\"index.php?pagename=$matches[1]&tb=1\";s:40:\"(.?.+?)/feed/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:35:\"(.?.+?)/(feed|rdf|rss|rss2|atom)/?$\";s:47:\"index.php?pagename=$matches[1]&feed=$matches[2]\";s:28:\"(.?.+?)/page/?([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&paged=$matches[2]\";s:35:\"(.?.+?)/comment-page-([0-9]{1,})/?$\";s:48:\"index.php?pagename=$matches[1]&cpage=$matches[2]\";s:36:\"(.?.+?)/wc/file/transient(/(.*))?/?$\";s:60:\"index.php?pagename=$matches[1]&wc/file/transient=$matches[3]\";s:25:\"(.?.+?)/wc-api(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&wc-api=$matches[3]\";s:28:\"(.?.+?)/order-pay(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&order-pay=$matches[3]\";s:33:\"(.?.+?)/order-received(/(.*))?/?$\";s:57:\"index.php?pagename=$matches[1]&order-received=$matches[3]\";s:25:\"(.?.+?)/orders(/(.*))?/?$\";s:49:\"index.php?pagename=$matches[1]&orders=$matches[3]\";s:29:\"(.?.+?)/view-order(/(.*))?/?$\";s:53:\"index.php?pagename=$matches[1]&view-order=$matches[3]\";s:28:\"(.?.+?)/downloads(/(.*))?/?$\";s:52:\"index.php?pagename=$matches[1]&downloads=$matches[3]\";s:31:\"(.?.+?)/edit-account(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-account=$matches[3]\";s:31:\"(.?.+?)/edit-address(/(.*))?/?$\";s:55:\"index.php?pagename=$matches[1]&edit-address=$matches[3]\";s:34:\"(.?.+?)/payment-methods(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&payment-methods=$matches[3]\";s:32:\"(.?.+?)/lost-password(/(.*))?/?$\";s:56:\"index.php?pagename=$matches[1]&lost-password=$matches[3]\";s:34:\"(.?.+?)/customer-logout(/(.*))?/?$\";s:58:\"index.php?pagename=$matches[1]&customer-logout=$matches[3]\";s:37:\"(.?.+?)/add-payment-method(/(.*))?/?$\";s:61:\"index.php?pagename=$matches[1]&add-payment-method=$matches[3]\";s:40:\"(.?.+?)/delete-payment-method(/(.*))?/?$\";s:64:\"index.php?pagename=$matches[1]&delete-payment-method=$matches[3]\";s:45:\"(.?.+?)/set-default-payment-method(/(.*))?/?$\";s:69:\"index.php?pagename=$matches[1]&set-default-payment-method=$matches[3]\";s:42:\".?.+?/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:53:\".?.+?/attachment/([^/]+)/wc/file/transient(/(.*))?/?$\";s:62:\"index.php?attachment=$matches[1]&wc/file/transient=$matches[3]\";s:31:\".?.+?/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:42:\".?.+?/attachment/([^/]+)/wc-api(/(.*))?/?$\";s:51:\"index.php?attachment=$matches[1]&wc-api=$matches[3]\";s:24:\"(.?.+?)(?:/([0-9]+))?/?$\";s:47:\"index.php?pagename=$matches[1]&page=$matches[2]\";}','yes'),
(30,'hack_file','0','yes'),
(31,'blog_charset','UTF-8','yes'),
(32,'moderation_keys','','no'),
(33,'active_plugins','a:23:{i:0;s:35:\"addons-for-divi/addons-for-divi.php\";i:1;s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";i:2;s:47:\"better-search-replace/better-search-replace.php\";i:3;s:28:\"convertkit/wp-convertkit.php\";i:4;s:57:\"divi-event-calendar-module/divi-event-calendar-module.php\";i:5;s:34:\"feeds-for-youtube/youtube-feed.php\";i:6;s:51:\"google-listings-and-ads/google-listings-and-ads.php\";i:7;s:23:\"grid-plus/grid-plus.php\";i:8;s:19:\"jetpack/jetpack.php\";i:9;s:21:\"mailpoet/mailpoet.php\";i:10;s:48:\"overlay-image-divi-module/lwp-overlay-images.php\";i:11;s:55:\"pinterest-for-woocommerce/pinterest-for-woocommerce.php\";i:12;s:41:\"post-type-switcher/post-type-switcher.php\";i:13;s:55:\"printful-shipping-for-woocommerce/printful-shipping.php\";i:14;s:43:\"the-events-calendar/the-events-calendar.php\";i:15;s:33:\"w3-total-cache/w3-total-cache.php\";i:16;s:45:\"woocommerce-payments/woocommerce-payments.php\";i:17;s:45:\"woocommerce-services/woocommerce-services.php\";i:18;s:27:\"woocommerce/woocommerce.php\";i:19;s:41:\"wordpress-importer/wordpress-importer.php\";i:20;s:24:\"wordpress-seo/wp-seo.php\";i:21;s:29:\"wp-mail-smtp/wp_mail_smtp.php\";i:22;s:25:\"wp-staging/wp-staging.php\";}','yes'),
(34,'category_base','','yes'),
(35,'ping_sites','https://rpc.pingomatic.com/','yes'),
(36,'comment_max_links','2','yes'),
(37,'gmt_offset','0','yes'),
(38,'default_email_category','1','yes'),
(39,'recently_edited','a:3:{i:0;s:51:\"/var/www/wordpress/wp-content/themes/Divi/style.css\";i:1;s:51:\"/var/www/wordpress/wp-content/themes/Divi/index.php\";i:3;s:0:\"\";}','no'),
(40,'template','Divi','yes'),
(41,'stylesheet','Divi','yes'),
(42,'comment_registration','0','yes'),
(43,'html_type','text/html','yes'),
(44,'use_trackback','0','yes'),
(45,'default_role','subscriber','yes'),
(46,'db_version','60717','yes'),
(47,'uploads_use_yearmonth_folders','1','yes'),
(48,'upload_path','','yes'),
(49,'blog_public','1','yes'),
(50,'default_link_category','2','yes'),
(51,'show_on_front','page','yes'),
(52,'tag_base','','yes'),
(53,'show_avatars','1','yes'),
(54,'avatar_rating','G','yes'),
(55,'upload_url_path','','yes'),
(56,'thumbnail_size_w','150','yes'),
(57,'thumbnail_size_h','150','yes'),
(58,'thumbnail_crop','1','yes'),
(59,'medium_size_w','300','yes'),
(60,'medium_size_h','300','yes'),
(61,'avatar_default','mystery','yes'),
(62,'large_size_w','1024','yes'),
(63,'large_size_h','1024','yes'),
(64,'image_default_link_type','none','yes'),
(65,'image_default_size','','yes'),
(66,'image_default_align','','yes'),
(67,'close_comments_for_old_posts','0','yes'),
(68,'close_comments_days_old','14','yes'),
(69,'thread_comments','1','yes'),
(70,'thread_comments_depth','5','yes'),
(71,'page_comments','0','yes'),
(72,'comments_per_page','50','yes'),
(73,'default_comments_page','newest','yes'),
(74,'comment_order','asc','yes'),
(75,'sticky_posts','a:1:{i:0;i:2933;}','yes'),
(76,'widget_categories','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(77,'widget_text','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(78,'widget_rss','a:2:{i:1;a:0:{}s:12:\"_multiwidget\";i:1;}','yes'),
(79,'uninstall_plugins','a:2:{s:24:\"wordpress-seo/wp-seo.php\";s:14:\"__return_false\";s:45:\"woocommerce-services/woocommerce-services.php\";a:2:{i:0;s:17:\"WC_Connect_Loader\";i:1;s:16:\"plugin_uninstall\";}}','no'),
(80,'timezone_string','','yes'),
(81,'page_for_posts','79','yes'),
(82,'page_on_front','81','yes'),
(83,'default_post_format','0','yes'),
(84,'link_manager_enabled','0','yes'),
(85,'finished_splitting_shared_terms','1','yes'),
(86,'site_icon','2993','yes'),
(87,'medium_large_size_w','768','yes'),
(88,'medium_large_size_h','0','yes'),
(89,'wp_page_for_privacy_policy','3','yes'),
(90,'show_comments_cookies_opt_in','1','yes'),
(91,'admin_email_lifespan','1768865512','yes'),
(92,'disallowed_keys','','no'),
(93,'comment_previously_approved','1','yes'),
(94,'auto_plugin_theme_update_emails','a:0:{}','no'),
(95,'auto_update_core_dev','enabled','yes'),
(96,'auto_update_core_minor','enabled','yes'),
(97,'auto_update_core_major','enabled','yes'),
(98,'wp_force_deactivated_plugins','a:0:{}','off'),
(99,'wp_attachment_pages_enabled','0','yes'),
(100,'initial_db_version','57155','yes'),
(101,'wp_user_roles','a:9:{s:13:\"administrator\";a:2:{s:4:\"name\";s:13:\"Administrator\";s:12:\"capabilities\";a:172:{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:20:\"wpseo_manage_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:25:\"read_private_tribe_events\";b:1;s:17:\"edit_tribe_events\";b:1;s:24:\"edit_others_tribe_events\";b:1;s:25:\"edit_private_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:26:\"delete_others_tribe_events\";b:1;s:27:\"delete_private_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:25:\"read_private_tribe_venues\";b:1;s:17:\"edit_tribe_venues\";b:1;s:24:\"edit_others_tribe_venues\";b:1;s:25:\"edit_private_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:26:\"delete_others_tribe_venues\";b:1;s:27:\"delete_private_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;s:29:\"read_private_tribe_organizers\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:28:\"edit_others_tribe_organizers\";b:1;s:29:\"edit_private_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:30:\"delete_others_tribe_organizers\";b:1;s:31:\"delete_private_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;s:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:27:\"manage_youtube_feed_options\";b:1;s:28:\"mailpoet_access_plugin_admin\";b:1;s:24:\"mailpoet_manage_settings\";b:1;s:24:\"mailpoet_manage_features\";b:1;s:22:\"mailpoet_manage_emails\";b:1;s:27:\"mailpoet_manage_subscribers\";b:1;s:21:\"mailpoet_manage_forms\";b:1;s:24:\"mailpoet_manage_segments\";b:1;s:27:\"mailpoet_manage_automations\";b:1;s:20:\"mailpoet_manage_help\";b:1;s:17:\"et_support_center\";b:1;s:24:\"et_support_center_system\";b:1;s:31:\"et_support_center_remote_access\";b:1;s:31:\"et_support_center_documentation\";b:1;s:27:\"et_support_center_safe_mode\";b:1;s:22:\"et_support_center_logs\";b:1;s:16:\"create_customers\";b:1;}}s:6:\"editor\";a:2:{s:4:\"name\";s:6:\"Editor\";s:12:\"capabilities\";a:80:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:25:\"read_private_tribe_events\";b:1;s:17:\"edit_tribe_events\";b:1;s:24:\"edit_others_tribe_events\";b:1;s:25:\"edit_private_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:26:\"delete_others_tribe_events\";b:1;s:27:\"delete_private_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:25:\"read_private_tribe_venues\";b:1;s:17:\"edit_tribe_venues\";b:1;s:24:\"edit_others_tribe_venues\";b:1;s:25:\"edit_private_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:26:\"delete_others_tribe_venues\";b:1;s:27:\"delete_private_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;s:29:\"read_private_tribe_organizers\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:28:\"edit_others_tribe_organizers\";b:1;s:29:\"edit_private_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:30:\"delete_others_tribe_organizers\";b:1;s:31:\"delete_private_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;s:31:\"read_private_aggregator-records\";b:1;s:23:\"edit_aggregator-records\";b:1;s:30:\"edit_others_aggregator-records\";b:1;s:31:\"edit_private_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:32:\"delete_others_aggregator-records\";b:1;s:33:\"delete_private_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;s:28:\"mailpoet_access_plugin_admin\";b:1;s:22:\"mailpoet_manage_emails\";b:1;s:27:\"mailpoet_manage_automations\";b:1;s:20:\"mailpoet_manage_help\";b:1;}}s:6:\"author\";a:2:{s:4:\"name\";s:6:\"Author\";s:12:\"capabilities\";a:30:{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:17:\"edit_tribe_events\";b:1;s:27:\"edit_published_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:29:\"delete_published_tribe_events\";b:1;s:20:\"publish_tribe_events\";b:1;s:17:\"edit_tribe_venues\";b:1;s:27:\"edit_published_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:29:\"delete_published_tribe_venues\";b:1;s:20:\"publish_tribe_venues\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:31:\"edit_published_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:33:\"delete_published_tribe_organizers\";b:1;s:24:\"publish_tribe_organizers\";b:1;s:23:\"edit_aggregator-records\";b:1;s:33:\"edit_published_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";b:1;s:35:\"delete_published_aggregator-records\";b:1;s:26:\"publish_aggregator-records\";b:1;}}s:11:\"contributor\";a:2:{s:4:\"name\";s:11:\"Contributor\";s:12:\"capabilities\";a:13:{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:17:\"edit_tribe_events\";b:1;s:19:\"delete_tribe_events\";b:1;s:17:\"edit_tribe_venues\";b:1;s:19:\"delete_tribe_venues\";b:1;s:21:\"edit_tribe_organizers\";b:1;s:23:\"delete_tribe_organizers\";b:1;s:23:\"edit_aggregator-records\";b:1;s:25:\"delete_aggregator-records\";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:13:\"wpseo_manager\";a:2:{s:4:\"name\";s:11:\"SEO Manager\";s:12:\"capabilities\";a:38:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;s:20:\"wpseo_manage_options\";b:1;s:23:\"view_site_health_checks\";b:1;}}s:12:\"wpseo_editor\";a:2:{s:4:\"name\";s:10:\"SEO Editor\";s:12:\"capabilities\";a:36:{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:15:\"wpseo_bulk_edit\";b:1;s:28:\"wpseo_edit_advanced_metadata\";b:1;}}s:8:\"customer\";a:2:{s:4:\"name\";s:8:\"Customer\";s:12:\"capabilities\";a:1:{s:4:\"read\";b:1;}}s:12:\"shop_manager\";a:2:{s:4:\"name\";s:12:\"Shop manager\";s:12:\"capabilities\";a:93:{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:4:\"read\";b:1;s:18:\"read_private_pages\";b:1;s:18:\"read_private_posts\";b:1;s:10:\"edit_posts\";b:1;s:10:\"edit_pages\";b:1;s:20:\"edit_published_posts\";b:1;s:20:\"edit_published_pages\";b:1;s:18:\"edit_private_pages\";b:1;s:18:\"edit_private_posts\";b:1;s:17:\"edit_others_posts\";b:1;s:17:\"edit_others_pages\";b:1;s:13:\"publish_posts\";b:1;s:13:\"publish_pages\";b:1;s:12:\"delete_posts\";b:1;s:12:\"delete_pages\";b:1;s:20:\"delete_private_pages\";b:1;s:20:\"delete_private_posts\";b:1;s:22:\"delete_published_pages\";b:1;s:22:\"delete_published_posts\";b:1;s:19:\"delete_others_posts\";b:1;s:19:\"delete_others_pages\";b:1;s:17:\"manage_categories\";b:1;s:12:\"manage_links\";b:1;s:17:\"moderate_comments\";b:1;s:12:\"upload_files\";b:1;s:6:\"export\";b:1;s:6:\"import\";b:1;s:10:\"list_users\";b:1;s:18:\"edit_theme_options\";b:1;s:18:\"manage_woocommerce\";b:1;s:24:\"view_woocommerce_reports\";b:1;s:12:\"edit_product\";b:1;s:12:\"read_product\";b:1;s:14:\"delete_product\";b:1;s:13:\"edit_products\";b:1;s:20:\"edit_others_products\";b:1;s:16:\"publish_products\";b:1;s:21:\"read_private_products\";b:1;s:15:\"delete_products\";b:1;s:23:\"delete_private_products\";b:1;s:25:\"delete_published_products\";b:1;s:22:\"delete_others_products\";b:1;s:21:\"edit_private_products\";b:1;s:23:\"edit_published_products\";b:1;s:20:\"manage_product_terms\";b:1;s:18:\"edit_product_terms\";b:1;s:20:\"delete_product_terms\";b:1;s:20:\"assign_product_terms\";b:1;s:15:\"edit_shop_order\";b:1;s:15:\"read_shop_order\";b:1;s:17:\"delete_shop_order\";b:1;s:16:\"edit_shop_orders\";b:1;s:23:\"edit_others_shop_orders\";b:1;s:19:\"publish_shop_orders\";b:1;s:24:\"read_private_shop_orders\";b:1;s:18:\"delete_shop_orders\";b:1;s:26:\"delete_private_shop_orders\";b:1;s:28:\"delete_published_shop_orders\";b:1;s:25:\"delete_others_shop_orders\";b:1;s:24:\"edit_private_shop_orders\";b:1;s:26:\"edit_published_shop_orders\";b:1;s:23:\"manage_shop_order_terms\";b:1;s:21:\"edit_shop_order_terms\";b:1;s:23:\"delete_shop_order_terms\";b:1;s:23:\"assign_shop_order_terms\";b:1;s:16:\"edit_shop_coupon\";b:1;s:16:\"read_shop_coupon\";b:1;s:18:\"delete_shop_coupon\";b:1;s:17:\"edit_shop_coupons\";b:1;s:24:\"edit_others_shop_coupons\";b:1;s:20:\"publish_shop_coupons\";b:1;s:25:\"read_private_shop_coupons\";b:1;s:19:\"delete_shop_coupons\";b:1;s:27:\"delete_private_shop_coupons\";b:1;s:29:\"delete_published_shop_coupons\";b:1;s:26:\"delete_others_shop_coupons\";b:1;s:25:\"edit_private_shop_coupons\";b:1;s:27:\"edit_published_shop_coupons\";b:1;s:24:\"manage_shop_coupon_terms\";b:1;s:22:\"edit_shop_coupon_terms\";b:1;s:24:\"delete_shop_coupon_terms\";b:1;s:24:\"assign_shop_coupon_terms\";b:1;s:16:\"create_customers\";b:1;}}}','yes'),
(102,'fresh_site','0','off'),
(103,'user_count','9','off'),
(104,'widget_block','a:23:{i:5;a:1:{s:7:\"content\";s:146:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Archives</h2><!-- /wp:heading --><!-- wp:archives /--></div><!-- /wp:group -->\";}i:6;a:1:{s:7:\"content\";s:150:\"<!-- wp:group --><div class=\"wp-block-group\"><!-- wp:heading --><h2>Categories</h2><!-- /wp:heading --><!-- wp:categories /--></div><!-- /wp:group -->\";}i:8;a:1:{s:7:\"content\";s:898:\"<!-- wp:media-text {\"align\":\"full\",\"mediaId\":3440,\"mediaLink\":\"https://staging.amtacshooting.com/hat-close-up/\",\"linkDestination\":\"none\",\"mediaType\":\"image\",\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-bottom\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg\" alt=\"\" class=\"wp-image-3440 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"fontSize\":\"small\"} -->\n<h2 class=\"wp-block-heading has-small-font-size\"><a href=\"https://staging.amtacshooting.com/shop/\" data-type=\"link\" data-id=\"https://amtacblades.com/store/\">Apparel</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:9;a:1:{s:7:\"content\";s:741:\"<!-- wp:media-text {\"mediaId\":3441,\"mediaLink\":\"https://staging.amtacshooting.com/teaching/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" alt=\"Bill teaching\" class=\"wp-image-3441 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"fontSize\":\"small\"} -->\n<h2 class=\"wp-block-heading has-small-font-size\"><a href=\"https://staging.amtacshooting.com/courses/\">Training</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:10;a:1:{s:7:\"content\";s:801:\"<!-- wp:media-text {\"mediaId\":3442,\"mediaLink\":\"https://staging.amtacshooting.com/gear/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/gear.jpg\" alt=\"\" class=\"wp-image-3442 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"fontSize\":\"small\"} -->\n<h2 class=\"wp-block-heading has-small-font-size\"><a href=\"https://staging.amtacshooting.com/guns-gear/\" data-type=\"link\" data-id=\"https://staging.amtacshooting.com/guns-gear/\">Guns &amp; Gear</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:11;a:1:{s:7:\"content\";s:758:\"<!-- wp:media-text {\"mediaId\":4035,\"mediaLink\":\"https://staging.amtacshooting.com/radio/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/radio.jpg\" alt=\"\" class=\"wp-image-4035 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"textAlign\":\"left\",\"fontSize\":\"small\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-small-font-size\"><a href=\"https://staging.amtacshooting.com/radios/\">Radios</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:12;a:1:{s:7:\"content\";s:778:\"<!-- wp:media-text {\"mediaId\":4072,\"mediaLink\":\"https://staging.amtacshooting.com/20230121_113850-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/20230121_113850-min-1024x1024.jpg\" alt=\"\" class=\"wp-image-4072 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"fontSize\":\"small\"} -->\n<h2 class=\"wp-block-heading has-small-font-size\"><a href=\"https://staging.amtacshooting.com/2025/01/07/backpacking/\">Backpacking</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:13;a:1:{s:7:\"content\";s:97:\"<!-- wp:shortcode -->\n[et_pb_section global_module=\"3469\"][/et_pb_section]\n<!-- /wp:shortcode -->\";}i:14;a:1:{s:7:\"content\";s:75:\"<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"></h2>\n<!-- /wp:heading -->\";}i:19;a:1:{s:7:\"content\";s:232:\"<!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"textColor\":\"black\"} -->\n<h2 class=\"wp-block-heading has-black-color has-text-color has-link-color\">Recent Articles</h2>\n<!-- /wp:heading -->\";}i:20;a:1:{s:7:\"content\";s:844:\"<!-- wp:media-text {\"mediaId\":3439,\"mediaLink\":\"https://staging.amtacshooting.com/four-blade-lineup/\",\"linkDestination\":\"none\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/Four-Blade-Lineup.jpg\" alt=\"Amtac Blades\" class=\"wp-image-3439 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"fontSize\":\"small\"} -->\n<h2 class=\"wp-block-heading has-small-font-size\"><a href=\"https://staging.amtacshooting.com/?page_id=3493\" data-type=\"link\" data-id=\"https://amtacblades.com/store/\">Blades</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:22;a:1:{s:7:\"content\";s:689:\"<!-- wp:cover {\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/david-acosta-1.jpeg\",\"id\":2777,\"dimRatio\":50,\"align\":\"none\"} -->\n<div class=\"wp-block-cover\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-2777\" alt=\"\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/david-acosta-1.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://staging.amtacshooting.com/amtac-shooting-instructors/\">Our Instructors</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\";}i:23;a:1:{s:7:\"content\";s:862:\"<!-- wp:media-text {\"mediaId\":2777,\"mediaLink\":\"https://staging.amtacshooting.com/david-acosta-lead-instructor/david-acosta-1/\",\"mediaType\":\"image\",\"imageFill\":false,\"className\":\".main_color .sidebar a { color: #fff !important } .main_color .sidebar a:hover { text-effect: underline; }\"} -->\n<div class=\"wp-block-media-text is-stacked-on-mobile .main_color .sidebar a { color: #fff !important } a:hover text-effect: underline;\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/david-acosta-1.jpeg\" alt=\"\" class=\"wp-image-2777 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://staging.amtacshooting.com/amtac-shooting-instructors/\">Our Instructors</a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\";}i:35;a:1:{s:7:\"content\";s:1051:\"<!-- wp:columns {\"verticalAlignment\":\"center\",\"isStackedOnMobile\":false,\"className\":\"aligned-posts\"} -->\n<div class=\"wp-block-columns are-vertically-aligned-center is-not-stacked-on-mobile aligned-posts\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"100%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:100%\"><!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"isStackedOnMobile\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull are-vertically-aligned-center is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"100%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:100%\"><!-- wp:columns {\"isStackedOnMobile\":false} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";}i:36;a:1:{s:7:\"content\";s:725:\"<!-- wp:media-text {\"align\":\"full\",\"mediaId\":4031,\"mediaLink\":\"https://staging.amtacshooting.com/talking/\",\"mediaType\":\"image\",\"verticalAlignment\":\"bottom\",\"imageFill\":false} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-bottom\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/talking.jpg\" alt=\"\" class=\"wp-image-4031 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"fontSize\":\"medium\"} -->\n<h2 class=\"wp-block-heading has-medium-font-size\"><a href=\"https://amtacshooting.com/amtac-shooting-testimonials/\">Testimonials</a></h2>\n<!-- /wp:heading --></div></div>\n<!-- /wp:media-text -->\";}i:37;a:1:{s:7:\"content\";s:910:\"<!-- wp:media-text {\"align\":\"full\",\"mediaId\":3441,\"mediaLink\":\"https://staging.amtacshooting.com/teaching/\",\"linkDestination\":\"none\",\"mediaType\":\"image\",\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-bottom\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" alt=\"\" class=\"wp-image-3441 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"fontSize\":\"medium\"} -->\n<h2 class=\"wp-block-heading has-medium-font-size\"><a href=\"https://amtacshooting.com/amtac-shooting-instructors/\" data-type=\"link\" data-id=\"https://amtacblades.com/store/\">Instructors</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:media-text -->\";}i:38;a:1:{s:7:\"content\";s:828:\"<!-- wp:media-text {\"mediaId\":2161,\"mediaLink\":\"https://staging.amtacshooting.com/2023/08/24/aar-the-amtac-shooting-modern-minuteman/after-action-report-modern-minuteman-course-thumbnail-473x455px/\",\"mediaType\":\"image\",\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-bottom\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png\" alt=\"\" class=\"wp-image-2161 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:heading {\"fontSize\":\"medium\"} -->\n<h2 class=\"wp-block-heading has-medium-font-size\"><a href=\"https://amtacshooting.com/category/press/aar/\">AARS</a></h2>\n<!-- /wp:heading --></div></div>\n<!-- /wp:media-text -->\";}i:51;a:1:{s:7:\"content\";s:1100:\"<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:widget-group -->\n<h2 class=\"widget-title\"></h2><div class=\"wp-widget-group__inner-blocks\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Latest Videos</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"lightbox\":{\"enabled\":false},\"id\":4587,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2025/11/Walther_-Hammerli_TessRousey_4760-1-1.jpg\" alt=\"\" class=\"wp-image-4587\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:widget-group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:52;a:1:{s:7:\"content\";s:1092:\"<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:widget-group -->\n<h2 class=\"widget-title\"></h2><div class=\"wp-widget-group__inner-blocks\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Podcasts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"lightbox\":{\"enabled\":false},\"id\":4588,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2025/11/A1S9269-1.jpg\" alt=\"\" class=\"wp-image-4588\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:widget-group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:53;a:1:{s:7:\"content\";s:1291:\"<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><a href=\"http://amtacshooting.com/amtac-shooting-testimonials/\" data-type=\"link\" data-id=\"amtacshooting.com/amtac-shooting-testimonials/\">Testimonials</a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:widget-group -->\n<h2 class=\"widget-title\"></h2><div class=\"wp-widget-group__inner-blocks\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:image {\"lightbox\":{\"enabled\":false},\"id\":4589,\"width\":\"666px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2025/11/AMTAC-2023-10-21-1-2.jpg\" alt=\"\" class=\"wp-image-4589\" style=\"aspect-ratio:1;object-fit:cover;width:666px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:widget-group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";}i:55;a:1:{s:7:\"content\";s:6660:\"<!-- wp:latest-posts {\"categories\":[{\"id\":22,\"count\":19,\"description\":\"\",\"link\":\"https://staging.amtacshooting.com/category/knowledge/articles/\",\"name\":\"Articles\",\"slug\":\"articles\",\"taxonomy\":\"category\",\"parent\":16,\"meta\":[],\"yoast_head\":\"\\u003c!\\u002d\\u002d This site is optimized with the Yoast SEO plugin v23.7 - https://yoast.com/wordpress/plugins/seo/ \\u002d\\u002d\\u003e\\n\\u003ctitle\\u003eArticles Archives - Amtac Shooting\\u003c/title\\u003e\\n\\u003c!\\u002d\\u002d Admin only notice: this page does not show a meta description because it does not have one, either write it for this page specifically or go into the [Yoast SEO - Settings] menu and set up a template. \\u002d\\u002d\\u003e\\n\\u003cmeta name=\\u0022robots\\u0022 content=\\u0022index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\\u0022 /\\u003e\\n\\u003clink rel=\\u0022canonical\\u0022 href=\\u0022https://staging.amtacshooting.com/category/knowledge/articles/\\u0022 /\\u003e\\n\\u003cmeta property=\\u0022og:locale\\u0022 content=\\u0022en_US\\u0022 /\\u003e\\n\\u003cmeta property=\\u0022og:type\\u0022 content=\\u0022article\\u0022 /\\u003e\\n\\u003cmeta property=\\u0022og:title\\u0022 content=\\u0022Articles Archives - Amtac Shooting\\u0022 /\\u003e\\n\\u003cmeta property=\\u0022og:url\\u0022 content=\\u0022https://staging.amtacshooting.com/category/knowledge/articles/\\u0022 /\\u003e\\n\\u003cmeta property=\\u0022og:site_name\\u0022 content=\\u0022Amtac Shooting\\u0022 /\\u003e\\n\\u003cmeta name=\\u0022twitter:card\\u0022 content=\\u0022summary_large_image\\u0022 /\\u003e\\n\\u003cscript type=\\u0022application/ld+json\\u0022 class=\\u0022yoast-schema-graph\\u0022\\u003e{\\u0022@context\\u0022:\\u0022https://schema.org\\u0022,\\u0022@graph\\u0022:[{\\u0022@type\\u0022:\\u0022CollectionPage\\u0022,\\u0022@id\\u0022:\\u0022https://staging.amtacshooting.com/category/knowledge/articles/\\u0022,\\u0022url\\u0022:\\u0022https://staging.amtacshooting.com/category/knowledge/articles/\\u0022,\\u0022name\\u0022:\\u0022Articles Archives - Amtac Shooting\\u0022,\\u0022isPartOf\\u0022:{\\u0022@id\\u0022:\\u0022https://staging.amtacshooting.com/#website\\u0022},\\u0022breadcrumb\\u0022:{\\u0022@id\\u0022:\\u0022https://staging.amtacshooting.com/category/knowledge/articles/#breadcrumb\\u0022},\\u0022inLanguage\\u0022:\\u0022en-US\\u0022},{\\u0022@type\\u0022:\\u0022BreadcrumbList\\u0022,\\u0022@id\\u0022:\\u0022https://staging.amtacshooting.com/category/knowledge/articles/#breadcrumb\\u0022,\\u0022itemListElement\\u0022:[{\\u0022@type\\u0022:\\u0022ListItem\\u0022,\\u0022position\\u0022:1,\\u0022name\\u0022:\\u0022Home\\u0022,\\u0022item\\u0022:\\u0022https://staging.amtacshooting.com/\\u0022},{\\u0022@type\\u0022:\\u0022ListItem\\u0022,\\u0022position\\u0022:2,\\u0022name\\u0022:\\u0022Knowledge \\u0026amp; Philosophy\\u0022,\\u0022item\\u0022:\\u0022https://staging.amtacshooting.com/category/knowledge/\\u0022},{\\u0022@type\\u0022:\\u0022ListItem\\u0022,\\u0022position\\u0022:3,\\u0022name\\u0022:\\u0022Articles\\u0022}]},{\\u0022@type\\u0022:\\u0022WebSite\\u0022,\\u0022@id\\u0022:\\u0022https://staging.amtacshooting.com/#website\\u0022,\\u0022url\\u0022:\\u0022https://staging.amtacshooting.com/\\u0022,\\u0022name\\u0022:\\u0022Amtac Shooting\\u0022,\\u0022description\\u0022:\\u0022train hard. know your tools. win. | Amtac Shooting\\u0022,\\u0022potentialAction\\u0022:[{\\u0022@type\\u0022:\\u0022SearchAction\\u0022,\\u0022target\\u0022:{\\u0022@type\\u0022:\\u0022EntryPoint\\u0022,\\u0022urlTemplate\\u0022:\\u0022https://staging.amtacshooting.com/?s={search_term_string}\\u0022},\\u0022query-input\\u0022:{\\u0022@type\\u0022:\\u0022PropertyValueSpecification\\u0022,\\u0022valueRequired\\u0022:true,\\u0022valueName\\u0022:\\u0022search_term_string\\u0022}}],\\u0022inLanguage\\u0022:\\u0022en-US\\u0022}]}\\u003c/script\\u003e\\n\\u003c!\\u002d\\u002d / Yoast SEO plugin. \\u002d\\u002d\\u003e\",\"yoast_head_json\":{\"title\":\"Articles Archives - Amtac Shooting\",\"robots\":{\"index\":\"index\",\"follow\":\"follow\",\"max-snippet\":\"max-snippet:-1\",\"max-image-preview\":\"max-image-preview:large\",\"max-video-preview\":\"max-video-preview:-1\"},\"canonical\":\"https://staging.amtacshooting.com/category/knowledge/articles/\",\"og_locale\":\"en_US\",\"og_type\":\"article\",\"og_title\":\"Articles Archives - Amtac Shooting\",\"og_url\":\"https://staging.amtacshooting.com/category/knowledge/articles/\",\"og_site_name\":\"Amtac Shooting\",\"twitter_card\":\"summary_large_image\",\"schema\":{\"@context\":\"https://schema.org\",\"@graph\":[{\"@type\":\"CollectionPage\",\"@id\":\"https://staging.amtacshooting.com/category/knowledge/articles/\",\"url\":\"https://staging.amtacshooting.com/category/knowledge/articles/\",\"name\":\"Articles Archives - Amtac Shooting\",\"isPartOf\":{\"@id\":\"https://staging.amtacshooting.com/#website\"},\"breadcrumb\":{\"@id\":\"https://staging.amtacshooting.com/category/knowledge/articles/#breadcrumb\"},\"inLanguage\":\"en-US\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https://staging.amtacshooting.com/category/knowledge/articles/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https://staging.amtacshooting.com/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Knowledge \\u0026amp; Philosophy\",\"item\":\"https://staging.amtacshooting.com/category/knowledge/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Articles\"}]},{\"@type\":\"WebSite\",\"@id\":\"https://staging.amtacshooting.com/#website\",\"url\":\"https://staging.amtacshooting.com/\",\"name\":\"Amtac Shooting\",\"description\":\"train hard. know your tools. win. | Amtac Shooting\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https://staging.amtacshooting.com/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"}]}},\"_links\":{\"self\":[{\"href\":\"https://staging.amtacshooting.com/wp-json/wp/v2/categories/22\",\"targetHints\":{\"allow\":[\"GET\",\"POST\",\"PUT\",\"PATCH\",\"DELETE\"]}}],\"collection\":[{\"href\":\"https://staging.amtacshooting.com/wp-json/wp/v2/categories\"}],\"about\":[{\"href\":\"https://staging.amtacshooting.com/wp-json/wp/v2/taxonomies/category\"}],\"up\":[{\"embeddable\":true,\"href\":\"https://staging.amtacshooting.com/wp-json/wp/v2/categories/16\"}],\"wp:post_type\":[{\"href\":\"https://staging.amtacshooting.com/wp-json/wp/v2/posts?categories=22\"}],\"curies\":[{\"name\":\"wp\",\"href\":\"https://api.w.org/{rel}\",\"templated\":true}]}}],\"postsToShow\":3,\"displayFeaturedImage\":true,\"featuredImageSizeSlug\":\"medium\",\"addLinkToFeaturedImage\":true,\"align\":\"center\",\"className\":\".widget_recent_entries li {   display: flex;   align-items: center; /* Vertically centers text with image */   gap: 10px; /* Adds a little space between image and text */ }\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|black\"}}}},\"backgroundColor\":\"white\",\"textColor\":\"black\",\"fontSize\":\"medium\"} /-->\";}i:56;a:1:{s:7:\"content\";s:90:\"<!-- wp:image -->\n<figure class=\"wp-block-image\"><img alt=\"\"/></figure>\n<!-- /wp:image -->\";}s:12:\"_multiwidget\";i:1;}','yes'),
(105,'sidebars_widgets','a:10:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"block-36\";i:1;s:8:\"block-23\";i:2;s:8:\"block-14\";i:3;s:8:\"block-22\";i:4;s:8:\"block-37\";i:5;s:8:\"block-38\";}s:9:\"sidebar-1\";a:7:{i:0;s:8:\"block-19\";i:1;s:8:\"block-55\";i:2;s:8:\"block-51\";i:3;s:8:\"block-52\";i:4;s:8:\"block-53\";i:5;s:8:\"block-56\";i:6;s:8:\"block-35\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:1:{i:0;s:8:\"block-13\";}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:19:\"et_pb_widget_area_5\";a:6:{i:0;s:7:\"block-8\";i:1;s:8:\"block-20\";i:2;s:7:\"block-9\";i:3;s:8:\"block-10\";i:4;s:8:\"block-11\";i:5;s:8:\"block-12\";}s:13:\"array_version\";i:3;}','yes'),
(106,'cron','a:33:{i:1765568357;a:1:{s:26:\"action_scheduler_run_queue\";a:1:{s:32:\"0d04ed39571b55704c122d726248bbac\";a:3:{s:8:\"schedule\";s:12:\"every_minute\";s:4:\"args\";a:1:{i:0;s:7:\"WP Cron\";}s:8:\"interval\";i:60;}}}i:1765568604;a:2:{s:17:\"jetpack_sync_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}s:22:\"jetpack_sync_full_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:21:\"jetpack_sync_interval\";s:4:\"args\";a:0:{}s:8:\"interval\";i:300;}}}i:1765569210;a:1:{s:33:\"convertkit_resource_refresh_posts\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1765570090;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:1765570763;a:2:{s:20:\"jetpack_clean_nonces\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}s:33:\"wc_admin_process_orders_milestone\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1765570788;a:1:{s:29:\"wc_admin_unsnooze_admin_notes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1765571950;a:1:{s:15:\"sby_feed_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"hourly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:3600;}}}i:1765578205;a:1:{s:29:\"validate_woopay_compatibility\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1765578248;a:1:{s:24:\"jp_purge_transients_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1765582598;a:2:{s:30:\"woocommerce_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;}}s:33:\"woocommerce_cleanup_personal_data\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1765583739;a:1:{s:21:\"ai1wm_storage_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1765584000;a:1:{s:27:\"woocommerce_scheduled_sales\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1765585161;a:1:{s:14:\"wc_admin_daily\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1765585163;a:1:{s:20:\"jetpack_v2_heartbeat\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1765593020;a:3:{s:24:\"tribe_common_log_cleanup\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:16:\"tribe_daily_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:30:\"tribe_schedule_transient_purge\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1765593388;a:2:{s:24:\"woocommerce_cleanup_logs\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"woocommerce_cleanup_rate_limits\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1765597048;a:1:{s:12:\"sby_cron_job\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1765600623;a:1:{s:45:\"woocommerce_marketplace_cron_fetch_promotions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1765602490;a:3:{s:16:\"wp_version_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:17:\"wp_update_plugins\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}s:16:\"wp_update_themes\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1765602505;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:1765604188;a:1:{s:28:\"woocommerce_cleanup_sessions\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:10:\"twicedaily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:43200;}}}i:1765623123;a:1:{s:23:\"sby_usage_tracking_cron\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1765645690;a:2:{s:30:\"wp_site_health_scheduled_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}s:32:\"recovery_mode_clean_expired_keys\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1765645705;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:1765645706;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:1765646091;a:1:{s:17:\"wpstg_daily_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:1765646195;a:2:{s:13:\"wpseo-reindex\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}s:31:\"wpseo_permalink_structure_check\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:5:\"daily\";s:4:\"args\";a:0:{}s:8:\"interval\";i:86400;}}}i:1765778400;a:1:{s:23:\"sby_notification_update\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:9:\"sbyweekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1766164209;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:1766164491;a:1:{s:18:\"wpstg_weekly_event\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:6:\"weekly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:604800;}}}i:1766273848;a:1:{s:25:\"woocommerce_geoip_updater\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:11:\"fifteendays\";s:4:\"args\";a:0:{}s:8:\"interval\";i:1296000;}}}i:1766293949;a:1:{s:32:\"et_core_page_resource_auto_clear\";a:1:{s:32:\"40cd750bba9870f18aada2478b24840a\";a:3:{s:8:\"schedule\";s:7:\"monthly\";s:4:\"args\";a:0:{}s:8:\"interval\";i:2592000;}}}s:7:\"version\";i:2;}','on'),
(107,'widget_pages','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(108,'widget_calendar','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(109,'widget_archives','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(110,'widget_media_audio','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(111,'widget_media_image','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(112,'widget_media_gallery','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(113,'widget_media_video','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(114,'widget_meta','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(115,'widget_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(116,'widget_recent-posts','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(117,'widget_recent-comments','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(118,'widget_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(119,'widget_nav_menu','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(120,'widget_custom_html','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(121,'_transient_wp_core_block_css_files','a:2:{s:7:\"version\";s:3:\"6.9\";s:5:\"files\";a:584:{i:0;s:31:\"accordion-heading/style-rtl.css\";i:1;s:35:\"accordion-heading/style-rtl.min.css\";i:2;s:27:\"accordion-heading/style.css\";i:3;s:31:\"accordion-heading/style.min.css\";i:4;s:28:\"accordion-item/style-rtl.css\";i:5;s:32:\"accordion-item/style-rtl.min.css\";i:6;s:24:\"accordion-item/style.css\";i:7;s:28:\"accordion-item/style.min.css\";i:8;s:29:\"accordion-panel/style-rtl.css\";i:9;s:33:\"accordion-panel/style-rtl.min.css\";i:10;s:25:\"accordion-panel/style.css\";i:11;s:29:\"accordion-panel/style.min.css\";i:12;s:23:\"accordion/style-rtl.css\";i:13;s:27:\"accordion/style-rtl.min.css\";i:14;s:19:\"accordion/style.css\";i:15;s:23:\"accordion/style.min.css\";i:16;s:23:\"archives/editor-rtl.css\";i:17;s:27:\"archives/editor-rtl.min.css\";i:18;s:19:\"archives/editor.css\";i:19;s:23:\"archives/editor.min.css\";i:20;s:22:\"archives/style-rtl.css\";i:21;s:26:\"archives/style-rtl.min.css\";i:22;s:18:\"archives/style.css\";i:23;s:22:\"archives/style.min.css\";i:24;s:20:\"audio/editor-rtl.css\";i:25;s:24:\"audio/editor-rtl.min.css\";i:26;s:16:\"audio/editor.css\";i:27;s:20:\"audio/editor.min.css\";i:28;s:19:\"audio/style-rtl.css\";i:29;s:23:\"audio/style-rtl.min.css\";i:30;s:15:\"audio/style.css\";i:31;s:19:\"audio/style.min.css\";i:32;s:19:\"audio/theme-rtl.css\";i:33;s:23:\"audio/theme-rtl.min.css\";i:34;s:15:\"audio/theme.css\";i:35;s:19:\"audio/theme.min.css\";i:36;s:21:\"avatar/editor-rtl.css\";i:37;s:25:\"avatar/editor-rtl.min.css\";i:38;s:17:\"avatar/editor.css\";i:39;s:21:\"avatar/editor.min.css\";i:40;s:20:\"avatar/style-rtl.css\";i:41;s:24:\"avatar/style-rtl.min.css\";i:42;s:16:\"avatar/style.css\";i:43;s:20:\"avatar/style.min.css\";i:44;s:21:\"button/editor-rtl.css\";i:45;s:25:\"button/editor-rtl.min.css\";i:46;s:17:\"button/editor.css\";i:47;s:21:\"button/editor.min.css\";i:48;s:20:\"button/style-rtl.css\";i:49;s:24:\"button/style-rtl.min.css\";i:50;s:16:\"button/style.css\";i:51;s:20:\"button/style.min.css\";i:52;s:22:\"buttons/editor-rtl.css\";i:53;s:26:\"buttons/editor-rtl.min.css\";i:54;s:18:\"buttons/editor.css\";i:55;s:22:\"buttons/editor.min.css\";i:56;s:21:\"buttons/style-rtl.css\";i:57;s:25:\"buttons/style-rtl.min.css\";i:58;s:17:\"buttons/style.css\";i:59;s:21:\"buttons/style.min.css\";i:60;s:22:\"calendar/style-rtl.css\";i:61;s:26:\"calendar/style-rtl.min.css\";i:62;s:18:\"calendar/style.css\";i:63;s:22:\"calendar/style.min.css\";i:64;s:25:\"categories/editor-rtl.css\";i:65;s:29:\"categories/editor-rtl.min.css\";i:66;s:21:\"categories/editor.css\";i:67;s:25:\"categories/editor.min.css\";i:68;s:24:\"categories/style-rtl.css\";i:69;s:28:\"categories/style-rtl.min.css\";i:70;s:20:\"categories/style.css\";i:71;s:24:\"categories/style.min.css\";i:72;s:19:\"code/editor-rtl.css\";i:73;s:23:\"code/editor-rtl.min.css\";i:74;s:15:\"code/editor.css\";i:75;s:19:\"code/editor.min.css\";i:76;s:18:\"code/style-rtl.css\";i:77;s:22:\"code/style-rtl.min.css\";i:78;s:14:\"code/style.css\";i:79;s:18:\"code/style.min.css\";i:80;s:18:\"code/theme-rtl.css\";i:81;s:22:\"code/theme-rtl.min.css\";i:82;s:14:\"code/theme.css\";i:83;s:18:\"code/theme.min.css\";i:84;s:22:\"columns/editor-rtl.css\";i:85;s:26:\"columns/editor-rtl.min.css\";i:86;s:18:\"columns/editor.css\";i:87;s:22:\"columns/editor.min.css\";i:88;s:21:\"columns/style-rtl.css\";i:89;s:25:\"columns/style-rtl.min.css\";i:90;s:17:\"columns/style.css\";i:91;s:21:\"columns/style.min.css\";i:92;s:33:\"comment-author-name/style-rtl.css\";i:93;s:37:\"comment-author-name/style-rtl.min.css\";i:94;s:29:\"comment-author-name/style.css\";i:95;s:33:\"comment-author-name/style.min.css\";i:96;s:29:\"comment-content/style-rtl.css\";i:97;s:33:\"comment-content/style-rtl.min.css\";i:98;s:25:\"comment-content/style.css\";i:99;s:29:\"comment-content/style.min.css\";i:100;s:26:\"comment-date/style-rtl.css\";i:101;s:30:\"comment-date/style-rtl.min.css\";i:102;s:22:\"comment-date/style.css\";i:103;s:26:\"comment-date/style.min.css\";i:104;s:31:\"comment-edit-link/style-rtl.css\";i:105;s:35:\"comment-edit-link/style-rtl.min.css\";i:106;s:27:\"comment-edit-link/style.css\";i:107;s:31:\"comment-edit-link/style.min.css\";i:108;s:32:\"comment-reply-link/style-rtl.css\";i:109;s:36:\"comment-reply-link/style-rtl.min.css\";i:110;s:28:\"comment-reply-link/style.css\";i:111;s:32:\"comment-reply-link/style.min.css\";i:112;s:30:\"comment-template/style-rtl.css\";i:113;s:34:\"comment-template/style-rtl.min.css\";i:114;s:26:\"comment-template/style.css\";i:115;s:30:\"comment-template/style.min.css\";i:116;s:42:\"comments-pagination-numbers/editor-rtl.css\";i:117;s:46:\"comments-pagination-numbers/editor-rtl.min.css\";i:118;s:38:\"comments-pagination-numbers/editor.css\";i:119;s:42:\"comments-pagination-numbers/editor.min.css\";i:120;s:34:\"comments-pagination/editor-rtl.css\";i:121;s:38:\"comments-pagination/editor-rtl.min.css\";i:122;s:30:\"comments-pagination/editor.css\";i:123;s:34:\"comments-pagination/editor.min.css\";i:124;s:33:\"comments-pagination/style-rtl.css\";i:125;s:37:\"comments-pagination/style-rtl.min.css\";i:126;s:29:\"comments-pagination/style.css\";i:127;s:33:\"comments-pagination/style.min.css\";i:128;s:29:\"comments-title/editor-rtl.css\";i:129;s:33:\"comments-title/editor-rtl.min.css\";i:130;s:25:\"comments-title/editor.css\";i:131;s:29:\"comments-title/editor.min.css\";i:132;s:23:\"comments/editor-rtl.css\";i:133;s:27:\"comments/editor-rtl.min.css\";i:134;s:19:\"comments/editor.css\";i:135;s:23:\"comments/editor.min.css\";i:136;s:22:\"comments/style-rtl.css\";i:137;s:26:\"comments/style-rtl.min.css\";i:138;s:18:\"comments/style.css\";i:139;s:22:\"comments/style.min.css\";i:140;s:20:\"cover/editor-rtl.css\";i:141;s:24:\"cover/editor-rtl.min.css\";i:142;s:16:\"cover/editor.css\";i:143;s:20:\"cover/editor.min.css\";i:144;s:19:\"cover/style-rtl.css\";i:145;s:23:\"cover/style-rtl.min.css\";i:146;s:15:\"cover/style.css\";i:147;s:19:\"cover/style.min.css\";i:148;s:22:\"details/editor-rtl.css\";i:149;s:26:\"details/editor-rtl.min.css\";i:150;s:18:\"details/editor.css\";i:151;s:22:\"details/editor.min.css\";i:152;s:21:\"details/style-rtl.css\";i:153;s:25:\"details/style-rtl.min.css\";i:154;s:17:\"details/style.css\";i:155;s:21:\"details/style.min.css\";i:156;s:20:\"embed/editor-rtl.css\";i:157;s:24:\"embed/editor-rtl.min.css\";i:158;s:16:\"embed/editor.css\";i:159;s:20:\"embed/editor.min.css\";i:160;s:19:\"embed/style-rtl.css\";i:161;s:23:\"embed/style-rtl.min.css\";i:162;s:15:\"embed/style.css\";i:163;s:19:\"embed/style.min.css\";i:164;s:19:\"embed/theme-rtl.css\";i:165;s:23:\"embed/theme-rtl.min.css\";i:166;s:15:\"embed/theme.css\";i:167;s:19:\"embed/theme.min.css\";i:168;s:19:\"file/editor-rtl.css\";i:169;s:23:\"file/editor-rtl.min.css\";i:170;s:15:\"file/editor.css\";i:171;s:19:\"file/editor.min.css\";i:172;s:18:\"file/style-rtl.css\";i:173;s:22:\"file/style-rtl.min.css\";i:174;s:14:\"file/style.css\";i:175;s:18:\"file/style.min.css\";i:176;s:23:\"footnotes/style-rtl.css\";i:177;s:27:\"footnotes/style-rtl.min.css\";i:178;s:19:\"footnotes/style.css\";i:179;s:23:\"footnotes/style.min.css\";i:180;s:23:\"freeform/editor-rtl.css\";i:181;s:27:\"freeform/editor-rtl.min.css\";i:182;s:19:\"freeform/editor.css\";i:183;s:23:\"freeform/editor.min.css\";i:184;s:22:\"gallery/editor-rtl.css\";i:185;s:26:\"gallery/editor-rtl.min.css\";i:186;s:18:\"gallery/editor.css\";i:187;s:22:\"gallery/editor.min.css\";i:188;s:21:\"gallery/style-rtl.css\";i:189;s:25:\"gallery/style-rtl.min.css\";i:190;s:17:\"gallery/style.css\";i:191;s:21:\"gallery/style.min.css\";i:192;s:21:\"gallery/theme-rtl.css\";i:193;s:25:\"gallery/theme-rtl.min.css\";i:194;s:17:\"gallery/theme.css\";i:195;s:21:\"gallery/theme.min.css\";i:196;s:20:\"group/editor-rtl.css\";i:197;s:24:\"group/editor-rtl.min.css\";i:198;s:16:\"group/editor.css\";i:199;s:20:\"group/editor.min.css\";i:200;s:19:\"group/style-rtl.css\";i:201;s:23:\"group/style-rtl.min.css\";i:202;s:15:\"group/style.css\";i:203;s:19:\"group/style.min.css\";i:204;s:19:\"group/theme-rtl.css\";i:205;s:23:\"group/theme-rtl.min.css\";i:206;s:15:\"group/theme.css\";i:207;s:19:\"group/theme.min.css\";i:208;s:21:\"heading/style-rtl.css\";i:209;s:25:\"heading/style-rtl.min.css\";i:210;s:17:\"heading/style.css\";i:211;s:21:\"heading/style.min.css\";i:212;s:19:\"html/editor-rtl.css\";i:213;s:23:\"html/editor-rtl.min.css\";i:214;s:15:\"html/editor.css\";i:215;s:19:\"html/editor.min.css\";i:216;s:20:\"image/editor-rtl.css\";i:217;s:24:\"image/editor-rtl.min.css\";i:218;s:16:\"image/editor.css\";i:219;s:20:\"image/editor.min.css\";i:220;s:19:\"image/style-rtl.css\";i:221;s:23:\"image/style-rtl.min.css\";i:222;s:15:\"image/style.css\";i:223;s:19:\"image/style.min.css\";i:224;s:19:\"image/theme-rtl.css\";i:225;s:23:\"image/theme-rtl.min.css\";i:226;s:15:\"image/theme.css\";i:227;s:19:\"image/theme.min.css\";i:228;s:29:\"latest-comments/style-rtl.css\";i:229;s:33:\"latest-comments/style-rtl.min.css\";i:230;s:25:\"latest-comments/style.css\";i:231;s:29:\"latest-comments/style.min.css\";i:232;s:27:\"latest-posts/editor-rtl.css\";i:233;s:31:\"latest-posts/editor-rtl.min.css\";i:234;s:23:\"latest-posts/editor.css\";i:235;s:27:\"latest-posts/editor.min.css\";i:236;s:26:\"latest-posts/style-rtl.css\";i:237;s:30:\"latest-posts/style-rtl.min.css\";i:238;s:22:\"latest-posts/style.css\";i:239;s:26:\"latest-posts/style.min.css\";i:240;s:18:\"list/style-rtl.css\";i:241;s:22:\"list/style-rtl.min.css\";i:242;s:14:\"list/style.css\";i:243;s:18:\"list/style.min.css\";i:244;s:22:\"loginout/style-rtl.css\";i:245;s:26:\"loginout/style-rtl.min.css\";i:246;s:18:\"loginout/style.css\";i:247;s:22:\"loginout/style.min.css\";i:248;s:19:\"math/editor-rtl.css\";i:249;s:23:\"math/editor-rtl.min.css\";i:250;s:15:\"math/editor.css\";i:251;s:19:\"math/editor.min.css\";i:252;s:18:\"math/style-rtl.css\";i:253;s:22:\"math/style-rtl.min.css\";i:254;s:14:\"math/style.css\";i:255;s:18:\"math/style.min.css\";i:256;s:25:\"media-text/editor-rtl.css\";i:257;s:29:\"media-text/editor-rtl.min.css\";i:258;s:21:\"media-text/editor.css\";i:259;s:25:\"media-text/editor.min.css\";i:260;s:24:\"media-text/style-rtl.css\";i:261;s:28:\"media-text/style-rtl.min.css\";i:262;s:20:\"media-text/style.css\";i:263;s:24:\"media-text/style.min.css\";i:264;s:19:\"more/editor-rtl.css\";i:265;s:23:\"more/editor-rtl.min.css\";i:266;s:15:\"more/editor.css\";i:267;s:19:\"more/editor.min.css\";i:268;s:30:\"navigation-link/editor-rtl.css\";i:269;s:34:\"navigation-link/editor-rtl.min.css\";i:270;s:26:\"navigation-link/editor.css\";i:271;s:30:\"navigation-link/editor.min.css\";i:272;s:29:\"navigation-link/style-rtl.css\";i:273;s:33:\"navigation-link/style-rtl.min.css\";i:274;s:25:\"navigation-link/style.css\";i:275;s:29:\"navigation-link/style.min.css\";i:276;s:33:\"navigation-submenu/editor-rtl.css\";i:277;s:37:\"navigation-submenu/editor-rtl.min.css\";i:278;s:29:\"navigation-submenu/editor.css\";i:279;s:33:\"navigation-submenu/editor.min.css\";i:280;s:25:\"navigation/editor-rtl.css\";i:281;s:29:\"navigation/editor-rtl.min.css\";i:282;s:21:\"navigation/editor.css\";i:283;s:25:\"navigation/editor.min.css\";i:284;s:24:\"navigation/style-rtl.css\";i:285;s:28:\"navigation/style-rtl.min.css\";i:286;s:20:\"navigation/style.css\";i:287;s:24:\"navigation/style.min.css\";i:288;s:23:\"nextpage/editor-rtl.css\";i:289;s:27:\"nextpage/editor-rtl.min.css\";i:290;s:19:\"nextpage/editor.css\";i:291;s:23:\"nextpage/editor.min.css\";i:292;s:24:\"page-list/editor-rtl.css\";i:293;s:28:\"page-list/editor-rtl.min.css\";i:294;s:20:\"page-list/editor.css\";i:295;s:24:\"page-list/editor.min.css\";i:296;s:23:\"page-list/style-rtl.css\";i:297;s:27:\"page-list/style-rtl.min.css\";i:298;s:19:\"page-list/style.css\";i:299;s:23:\"page-list/style.min.css\";i:300;s:24:\"paragraph/editor-rtl.css\";i:301;s:28:\"paragraph/editor-rtl.min.css\";i:302;s:20:\"paragraph/editor.css\";i:303;s:24:\"paragraph/editor.min.css\";i:304;s:23:\"paragraph/style-rtl.css\";i:305;s:27:\"paragraph/style-rtl.min.css\";i:306;s:19:\"paragraph/style.css\";i:307;s:23:\"paragraph/style.min.css\";i:308;s:35:\"post-author-biography/style-rtl.css\";i:309;s:39:\"post-author-biography/style-rtl.min.css\";i:310;s:31:\"post-author-biography/style.css\";i:311;s:35:\"post-author-biography/style.min.css\";i:312;s:30:\"post-author-name/style-rtl.css\";i:313;s:34:\"post-author-name/style-rtl.min.css\";i:314;s:26:\"post-author-name/style.css\";i:315;s:30:\"post-author-name/style.min.css\";i:316;s:25:\"post-author/style-rtl.css\";i:317;s:29:\"post-author/style-rtl.min.css\";i:318;s:21:\"post-author/style.css\";i:319;s:25:\"post-author/style.min.css\";i:320;s:33:\"post-comments-count/style-rtl.css\";i:321;s:37:\"post-comments-count/style-rtl.min.css\";i:322;s:29:\"post-comments-count/style.css\";i:323;s:33:\"post-comments-count/style.min.css\";i:324;s:33:\"post-comments-form/editor-rtl.css\";i:325;s:37:\"post-comments-form/editor-rtl.min.css\";i:326;s:29:\"post-comments-form/editor.css\";i:327;s:33:\"post-comments-form/editor.min.css\";i:328;s:32:\"post-comments-form/style-rtl.css\";i:329;s:36:\"post-comments-form/style-rtl.min.css\";i:330;s:28:\"post-comments-form/style.css\";i:331;s:32:\"post-comments-form/style.min.css\";i:332;s:32:\"post-comments-link/style-rtl.css\";i:333;s:36:\"post-comments-link/style-rtl.min.css\";i:334;s:28:\"post-comments-link/style.css\";i:335;s:32:\"post-comments-link/style.min.css\";i:336;s:26:\"post-content/style-rtl.css\";i:337;s:30:\"post-content/style-rtl.min.css\";i:338;s:22:\"post-content/style.css\";i:339;s:26:\"post-content/style.min.css\";i:340;s:23:\"post-date/style-rtl.css\";i:341;s:27:\"post-date/style-rtl.min.css\";i:342;s:19:\"post-date/style.css\";i:343;s:23:\"post-date/style.min.css\";i:344;s:27:\"post-excerpt/editor-rtl.css\";i:345;s:31:\"post-excerpt/editor-rtl.min.css\";i:346;s:23:\"post-excerpt/editor.css\";i:347;s:27:\"post-excerpt/editor.min.css\";i:348;s:26:\"post-excerpt/style-rtl.css\";i:349;s:30:\"post-excerpt/style-rtl.min.css\";i:350;s:22:\"post-excerpt/style.css\";i:351;s:26:\"post-excerpt/style.min.css\";i:352;s:34:\"post-featured-image/editor-rtl.css\";i:353;s:38:\"post-featured-image/editor-rtl.min.css\";i:354;s:30:\"post-featured-image/editor.css\";i:355;s:34:\"post-featured-image/editor.min.css\";i:356;s:33:\"post-featured-image/style-rtl.css\";i:357;s:37:\"post-featured-image/style-rtl.min.css\";i:358;s:29:\"post-featured-image/style.css\";i:359;s:33:\"post-featured-image/style.min.css\";i:360;s:34:\"post-navigation-link/style-rtl.css\";i:361;s:38:\"post-navigation-link/style-rtl.min.css\";i:362;s:30:\"post-navigation-link/style.css\";i:363;s:34:\"post-navigation-link/style.min.css\";i:364;s:27:\"post-template/style-rtl.css\";i:365;s:31:\"post-template/style-rtl.min.css\";i:366;s:23:\"post-template/style.css\";i:367;s:27:\"post-template/style.min.css\";i:368;s:24:\"post-terms/style-rtl.css\";i:369;s:28:\"post-terms/style-rtl.min.css\";i:370;s:20:\"post-terms/style.css\";i:371;s:24:\"post-terms/style.min.css\";i:372;s:31:\"post-time-to-read/style-rtl.css\";i:373;s:35:\"post-time-to-read/style-rtl.min.css\";i:374;s:27:\"post-time-to-read/style.css\";i:375;s:31:\"post-time-to-read/style.min.css\";i:376;s:24:\"post-title/style-rtl.css\";i:377;s:28:\"post-title/style-rtl.min.css\";i:378;s:20:\"post-title/style.css\";i:379;s:24:\"post-title/style.min.css\";i:380;s:26:\"preformatted/style-rtl.css\";i:381;s:30:\"preformatted/style-rtl.min.css\";i:382;s:22:\"preformatted/style.css\";i:383;s:26:\"preformatted/style.min.css\";i:384;s:24:\"pullquote/editor-rtl.css\";i:385;s:28:\"pullquote/editor-rtl.min.css\";i:386;s:20:\"pullquote/editor.css\";i:387;s:24:\"pullquote/editor.min.css\";i:388;s:23:\"pullquote/style-rtl.css\";i:389;s:27:\"pullquote/style-rtl.min.css\";i:390;s:19:\"pullquote/style.css\";i:391;s:23:\"pullquote/style.min.css\";i:392;s:23:\"pullquote/theme-rtl.css\";i:393;s:27:\"pullquote/theme-rtl.min.css\";i:394;s:19:\"pullquote/theme.css\";i:395;s:23:\"pullquote/theme.min.css\";i:396;s:39:\"query-pagination-numbers/editor-rtl.css\";i:397;s:43:\"query-pagination-numbers/editor-rtl.min.css\";i:398;s:35:\"query-pagination-numbers/editor.css\";i:399;s:39:\"query-pagination-numbers/editor.min.css\";i:400;s:31:\"query-pagination/editor-rtl.css\";i:401;s:35:\"query-pagination/editor-rtl.min.css\";i:402;s:27:\"query-pagination/editor.css\";i:403;s:31:\"query-pagination/editor.min.css\";i:404;s:30:\"query-pagination/style-rtl.css\";i:405;s:34:\"query-pagination/style-rtl.min.css\";i:406;s:26:\"query-pagination/style.css\";i:407;s:30:\"query-pagination/style.min.css\";i:408;s:25:\"query-title/style-rtl.css\";i:409;s:29:\"query-title/style-rtl.min.css\";i:410;s:21:\"query-title/style.css\";i:411;s:25:\"query-title/style.min.css\";i:412;s:25:\"query-total/style-rtl.css\";i:413;s:29:\"query-total/style-rtl.min.css\";i:414;s:21:\"query-total/style.css\";i:415;s:25:\"query-total/style.min.css\";i:416;s:20:\"query/editor-rtl.css\";i:417;s:24:\"query/editor-rtl.min.css\";i:418;s:16:\"query/editor.css\";i:419;s:20:\"query/editor.min.css\";i:420;s:19:\"quote/style-rtl.css\";i:421;s:23:\"quote/style-rtl.min.css\";i:422;s:15:\"quote/style.css\";i:423;s:19:\"quote/style.min.css\";i:424;s:19:\"quote/theme-rtl.css\";i:425;s:23:\"quote/theme-rtl.min.css\";i:426;s:15:\"quote/theme.css\";i:427;s:19:\"quote/theme.min.css\";i:428;s:23:\"read-more/style-rtl.css\";i:429;s:27:\"read-more/style-rtl.min.css\";i:430;s:19:\"read-more/style.css\";i:431;s:23:\"read-more/style.min.css\";i:432;s:18:\"rss/editor-rtl.css\";i:433;s:22:\"rss/editor-rtl.min.css\";i:434;s:14:\"rss/editor.css\";i:435;s:18:\"rss/editor.min.css\";i:436;s:17:\"rss/style-rtl.css\";i:437;s:21:\"rss/style-rtl.min.css\";i:438;s:13:\"rss/style.css\";i:439;s:17:\"rss/style.min.css\";i:440;s:21:\"search/editor-rtl.css\";i:441;s:25:\"search/editor-rtl.min.css\";i:442;s:17:\"search/editor.css\";i:443;s:21:\"search/editor.min.css\";i:444;s:20:\"search/style-rtl.css\";i:445;s:24:\"search/style-rtl.min.css\";i:446;s:16:\"search/style.css\";i:447;s:20:\"search/style.min.css\";i:448;s:20:\"search/theme-rtl.css\";i:449;s:24:\"search/theme-rtl.min.css\";i:450;s:16:\"search/theme.css\";i:451;s:20:\"search/theme.min.css\";i:452;s:24:\"separator/editor-rtl.css\";i:453;s:28:\"separator/editor-rtl.min.css\";i:454;s:20:\"separator/editor.css\";i:455;s:24:\"separator/editor.min.css\";i:456;s:23:\"separator/style-rtl.css\";i:457;s:27:\"separator/style-rtl.min.css\";i:458;s:19:\"separator/style.css\";i:459;s:23:\"separator/style.min.css\";i:460;s:23:\"separator/theme-rtl.css\";i:461;s:27:\"separator/theme-rtl.min.css\";i:462;s:19:\"separator/theme.css\";i:463;s:23:\"separator/theme.min.css\";i:464;s:24:\"shortcode/editor-rtl.css\";i:465;s:28:\"shortcode/editor-rtl.min.css\";i:466;s:20:\"shortcode/editor.css\";i:467;s:24:\"shortcode/editor.min.css\";i:468;s:24:\"site-logo/editor-rtl.css\";i:469;s:28:\"site-logo/editor-rtl.min.css\";i:470;s:20:\"site-logo/editor.css\";i:471;s:24:\"site-logo/editor.min.css\";i:472;s:23:\"site-logo/style-rtl.css\";i:473;s:27:\"site-logo/style-rtl.min.css\";i:474;s:19:\"site-logo/style.css\";i:475;s:23:\"site-logo/style.min.css\";i:476;s:27:\"site-tagline/editor-rtl.css\";i:477;s:31:\"site-tagline/editor-rtl.min.css\";i:478;s:23:\"site-tagline/editor.css\";i:479;s:27:\"site-tagline/editor.min.css\";i:480;s:26:\"site-tagline/style-rtl.css\";i:481;s:30:\"site-tagline/style-rtl.min.css\";i:482;s:22:\"site-tagline/style.css\";i:483;s:26:\"site-tagline/style.min.css\";i:484;s:25:\"site-title/editor-rtl.css\";i:485;s:29:\"site-title/editor-rtl.min.css\";i:486;s:21:\"site-title/editor.css\";i:487;s:25:\"site-title/editor.min.css\";i:488;s:24:\"site-title/style-rtl.css\";i:489;s:28:\"site-title/style-rtl.min.css\";i:490;s:20:\"site-title/style.css\";i:491;s:24:\"site-title/style.min.css\";i:492;s:26:\"social-link/editor-rtl.css\";i:493;s:30:\"social-link/editor-rtl.min.css\";i:494;s:22:\"social-link/editor.css\";i:495;s:26:\"social-link/editor.min.css\";i:496;s:27:\"social-links/editor-rtl.css\";i:497;s:31:\"social-links/editor-rtl.min.css\";i:498;s:23:\"social-links/editor.css\";i:499;s:27:\"social-links/editor.min.css\";i:500;s:26:\"social-links/style-rtl.css\";i:501;s:30:\"social-links/style-rtl.min.css\";i:502;s:22:\"social-links/style.css\";i:503;s:26:\"social-links/style.min.css\";i:504;s:21:\"spacer/editor-rtl.css\";i:505;s:25:\"spacer/editor-rtl.min.css\";i:506;s:17:\"spacer/editor.css\";i:507;s:21:\"spacer/editor.min.css\";i:508;s:20:\"spacer/style-rtl.css\";i:509;s:24:\"spacer/style-rtl.min.css\";i:510;s:16:\"spacer/style.css\";i:511;s:20:\"spacer/style.min.css\";i:512;s:20:\"table/editor-rtl.css\";i:513;s:24:\"table/editor-rtl.min.css\";i:514;s:16:\"table/editor.css\";i:515;s:20:\"table/editor.min.css\";i:516;s:19:\"table/style-rtl.css\";i:517;s:23:\"table/style-rtl.min.css\";i:518;s:15:\"table/style.css\";i:519;s:19:\"table/style.min.css\";i:520;s:19:\"table/theme-rtl.css\";i:521;s:23:\"table/theme-rtl.min.css\";i:522;s:15:\"table/theme.css\";i:523;s:19:\"table/theme.min.css\";i:524;s:24:\"tag-cloud/editor-rtl.css\";i:525;s:28:\"tag-cloud/editor-rtl.min.css\";i:526;s:20:\"tag-cloud/editor.css\";i:527;s:24:\"tag-cloud/editor.min.css\";i:528;s:23:\"tag-cloud/style-rtl.css\";i:529;s:27:\"tag-cloud/style-rtl.min.css\";i:530;s:19:\"tag-cloud/style.css\";i:531;s:23:\"tag-cloud/style.min.css\";i:532;s:28:\"template-part/editor-rtl.css\";i:533;s:32:\"template-part/editor-rtl.min.css\";i:534;s:24:\"template-part/editor.css\";i:535;s:28:\"template-part/editor.min.css\";i:536;s:27:\"template-part/theme-rtl.css\";i:537;s:31:\"template-part/theme-rtl.min.css\";i:538;s:23:\"template-part/theme.css\";i:539;s:27:\"template-part/theme.min.css\";i:540;s:24:\"term-count/style-rtl.css\";i:541;s:28:\"term-count/style-rtl.min.css\";i:542;s:20:\"term-count/style.css\";i:543;s:24:\"term-count/style.min.css\";i:544;s:30:\"term-description/style-rtl.css\";i:545;s:34:\"term-description/style-rtl.min.css\";i:546;s:26:\"term-description/style.css\";i:547;s:30:\"term-description/style.min.css\";i:548;s:23:\"term-name/style-rtl.css\";i:549;s:27:\"term-name/style-rtl.min.css\";i:550;s:19:\"term-name/style.css\";i:551;s:23:\"term-name/style.min.css\";i:552;s:28:\"term-template/editor-rtl.css\";i:553;s:32:\"term-template/editor-rtl.min.css\";i:554;s:24:\"term-template/editor.css\";i:555;s:28:\"term-template/editor.min.css\";i:556;s:27:\"term-template/style-rtl.css\";i:557;s:31:\"term-template/style-rtl.min.css\";i:558;s:23:\"term-template/style.css\";i:559;s:27:\"term-template/style.min.css\";i:560;s:27:\"text-columns/editor-rtl.css\";i:561;s:31:\"text-columns/editor-rtl.min.css\";i:562;s:23:\"text-columns/editor.css\";i:563;s:27:\"text-columns/editor.min.css\";i:564;s:26:\"text-columns/style-rtl.css\";i:565;s:30:\"text-columns/style-rtl.min.css\";i:566;s:22:\"text-columns/style.css\";i:567;s:26:\"text-columns/style.min.css\";i:568;s:19:\"verse/style-rtl.css\";i:569;s:23:\"verse/style-rtl.min.css\";i:570;s:15:\"verse/style.css\";i:571;s:19:\"verse/style.min.css\";i:572;s:20:\"video/editor-rtl.css\";i:573;s:24:\"video/editor-rtl.min.css\";i:574;s:16:\"video/editor.css\";i:575;s:20:\"video/editor.min.css\";i:576;s:19:\"video/style-rtl.css\";i:577;s:23:\"video/style-rtl.min.css\";i:578;s:15:\"video/style.css\";i:579;s:19:\"video/style.min.css\";i:580;s:19:\"video/theme-rtl.css\";i:581;s:23:\"video/theme-rtl.min.css\";i:582;s:15:\"video/theme.css\";i:583;s:19:\"video/theme.min.css\";}}','yes'),
(123,'recovery_keys','a:0:{}','off'),
(125,'theme_mods_twentytwentyfour','a:2:{s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1718989949;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\";}}}}','no'),
(152,'finished_updating_comment_type','1','yes'),
(156,'current_theme','Divi','yes'),
(157,'theme_mods_Divi','a:8:{i:0;b:0;s:18:\"custom_css_post_id\";i:7;s:16:\"et_pb_css_synced\";s:3:\"yes\";s:18:\"nav_menu_locations\";a:3:{s:12:\"primary-menu\";i:78;s:14:\"secondary-menu\";i:0;s:11:\"footer-menu\";i:77;}s:39:\"et_updated_layouts_built_for_post_types\";s:3:\"yes\";s:16:\"background_color\";s:6:\"c6c6c6\";s:13:\"et_pb_widgets\";a:2:{s:5:\"areas\";a:1:{s:19:\"et_pb_widget_area_5\";s:12:\"shop sidebar\";}s:6:\"number\";i:5;}s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1750358140;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"block-36\";i:1;s:8:\"block-23\";i:2;s:8:\"block-14\";i:3;s:8:\"block-22\";i:4;s:8:\"block-37\";i:5;s:8:\"block-38\";}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"block-51\";i:1;s:8:\"block-52\";i:2;s:8:\"block-53\";i:3;s:8:\"block-19\";i:4;s:8:\"block-35\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:1:{i:0;s:8:\"block-13\";}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:19:\"et_pb_widget_area_5\";a:6:{i:0;s:7:\"block-8\";i:1;s:8:\"block-20\";i:2;s:7:\"block-9\";i:3;s:8:\"block-10\";i:4;s:8:\"block-11\";i:5;s:8:\"block-12\";}}}}','off'),
(158,'theme_switched','','yes'),
(159,'et_pb_cache_notice','a:1:{s:6:\"4.27.2\";s:6:\"ignore\";}','yes'),
(164,'et_core_version','4.27.4','yes'),
(166,'et_divi','a:194:{s:39:\"static_css_custom_css_safety_check_done\";b:1;s:29:\"presets_storage_migrated_flag\";b:1;s:39:\"builder_global_presets_history_migrated\";b:1;s:23:\"2_5_flush_rewrite_rules\";s:4:\"done\";s:30:\"et_flush_rewrite_rules_library\";s:6:\"4.27.4\";s:31:\"divi_previous_installed_version\";s:6:\"4.27.2\";s:29:\"divi_latest_installed_version\";s:6:\"4.27.4\";s:27:\"divi_skip_font_subset_force\";b:1;s:27:\"et_pb_clear_templates_cache\";b:1;s:23:\"builder_custom_defaults\";O:8:\"stdClass\":0:{}s:33:\"customizer_settings_migrated_flag\";b:1;s:34:\"builder_custom_defaults_unmigrated\";b:0;s:40:\"divi_email_provider_credentials_migrated\";b:1;s:29:\"custom_defaults_migrated_flag\";b:1;s:15:\"divi_1_3_images\";s:7:\"checked\";s:21:\"et_pb_layouts_updated\";b:1;s:30:\"library_removed_legacy_layouts\";b:1;s:30:\"divi_2_4_documentation_message\";s:9:\"triggered\";s:9:\"divi_logo\";s:100:\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\";s:14:\"divi_fixed_nav\";s:2:\"on\";s:26:\"divi_gallery_layout_enable\";s:5:\"false\";s:18:\"divi_color_palette\";s:63:\"#d1d1d1|#ffffff|#e02b20|#e09900|#edf000|#7cda24|#0c71c3|#8300e9\";s:15:\"divi_grab_image\";s:5:\"false\";s:15:\"divi_blog_style\";s:5:\"false\";s:12:\"divi_sidebar\";s:16:\"et_right_sidebar\";s:22:\"divi_shop_page_sidebar\";s:16:\"et_right_sidebar\";s:33:\"divi_gf_enable_all_character_sets\";s:5:\"false\";s:23:\"divi_show_facebook_icon\";s:2:\"on\";s:22:\"divi_show_twitter_icon\";s:2:\"on\";s:24:\"divi_show_instagram_icon\";s:2:\"on\";s:18:\"divi_show_rss_icon\";s:2:\"on\";s:17:\"divi_facebook_url\";s:89:\"https://www.facebook.com/pages/American-Tactical-Shooting-Instruction-LLC/313798015492539\";s:16:\"divi_twitter_url\";s:25:\"https://x.com/AmtacActual\";s:18:\"divi_instagram_url\";s:38:\"http://www.instagram.com/amtacshooting\";s:12:\"divi_rss_url\";s:0:\"\";s:34:\"divi_woocommerce_archive_num_posts\";i:9;s:17:\"divi_catnum_posts\";i:6;s:21:\"divi_archivenum_posts\";i:5;s:20:\"divi_searchnum_posts\";i:5;s:17:\"divi_tagnum_posts\";i:5;s:16:\"divi_date_format\";s:6:\"M j, Y\";s:16:\"divi_use_excerpt\";s:5:\"false\";s:16:\"divi_back_to_top\";s:5:\"false\";s:18:\"divi_smooth_scroll\";s:5:\"false\";s:25:\"divi_disable_translations\";s:5:\"false\";s:29:\"divi_enable_responsive_images\";s:2:\"on\";s:15:\"divi_custom_css\";s:11022:\"#et-top-navigation nav>ul>li>a {\n    padding-bottom: 16px!important;\n    padding-top: 15px!important;\n}\n#top-menu .menu-item-has-children>a:first-child:after {\n    top: 15px!important;\n}\n\n.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: solid #5b5b5b 2px;\n}\n\n/* Style for the custom class added to the widget by Victoria*/\n.aligned-posts ul li {\n  display: flex;\n  align-items: top;\n  gap: 5px;\n	font-family: oswald;\n	font-size:12pt;\n	font-color: black;\n\n}\n\";s:29:\"divi_dynamic_module_framework\";s:2:\"on\";s:16:\"divi_dynamic_css\";s:2:\"on\";s:18:\"divi_dynamic_icons\";s:2:\"on\";s:22:\"divi_inline_stylesheet\";s:2:\"on\";s:17:\"divi_critical_css\";s:2:\"on\";s:30:\"divi_critical_threshold_height\";s:6:\"Medium\";s:25:\"divi_dynamic_js_libraries\";s:2:\"on\";s:19:\"divi_disable_emojis\";s:2:\"on\";s:20:\"divi_defer_block_css\";s:2:\"on\";s:24:\"divi_google_fonts_inline\";s:5:\"false\";s:51:\"divi_limit_google_fonts_support_for_legacy_browsers\";s:2:\"on\";s:23:\"divi_enable_jquery_body\";s:2:\"on\";s:32:\"divi_enable_jquery_compatibility\";s:2:\"on\";s:29:\"divi_enable_jquery_body_super\";s:5:\"false\";s:21:\"divi_enable_dropdowns\";s:2:\"on\";s:14:\"divi_home_link\";s:2:\"on\";s:15:\"divi_sort_pages\";s:10:\"post_title\";s:15:\"divi_order_page\";s:3:\"asc\";s:22:\"divi_tiers_shown_pages\";i:3;s:32:\"divi_enable_dropdowns_categories\";s:2:\"on\";s:21:\"divi_categories_empty\";s:2:\"on\";s:27:\"divi_tiers_shown_categories\";i:3;s:13:\"divi_sort_cat\";s:4:\"name\";s:14:\"divi_order_cat\";s:3:\"asc\";s:20:\"divi_disable_toptier\";s:5:\"false\";s:27:\"et_pb_post_type_integration\";a:5:{s:4:\"post\";s:2:\"on\";s:4:\"page\";s:2:\"on\";s:7:\"project\";s:2:\"on\";s:7:\"product\";s:2:\"on\";s:12:\"tribe_events\";s:2:\"on\";}s:21:\"et_pb_static_css_file\";s:2:\"on\";s:19:\"et_pb_css_in_footer\";s:3:\"off\";s:25:\"et_pb_product_tour_global\";s:2:\"on\";s:24:\"et_enable_classic_editor\";s:3:\"off\";s:14:\"divi_postinfo2\";a:4:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";i:3;s:8:\"comments\";}s:22:\"divi_show_postcomments\";s:2:\"on\";s:15:\"divi_thumbnails\";s:2:\"on\";s:20:\"divi_page_thumbnails\";s:5:\"false\";s:23:\"divi_show_pagescomments\";s:5:\"false\";s:14:\"divi_postinfo1\";a:3:{i:0;s:6:\"author\";i:1;s:4:\"date\";i:2;s:10:\"categories\";}s:21:\"divi_thumbnails_index\";s:2:\"on\";s:19:\"divi_seo_home_title\";s:5:\"false\";s:25:\"divi_seo_home_description\";s:5:\"false\";s:22:\"divi_seo_home_keywords\";s:5:\"false\";s:23:\"divi_seo_home_canonical\";s:5:\"false\";s:23:\"divi_seo_home_titletext\";s:0:\"\";s:29:\"divi_seo_home_descriptiontext\";s:0:\"\";s:26:\"divi_seo_home_keywordstext\";s:0:\"\";s:18:\"divi_seo_home_type\";s:27:\"BlogName | Blog description\";s:22:\"divi_seo_home_separate\";s:3:\" | \";s:21:\"divi_seo_single_title\";s:5:\"false\";s:27:\"divi_seo_single_description\";s:5:\"false\";s:24:\"divi_seo_single_keywords\";s:5:\"false\";s:25:\"divi_seo_single_canonical\";s:5:\"false\";s:27:\"divi_seo_single_field_title\";s:9:\"seo_title\";s:33:\"divi_seo_single_field_description\";s:15:\"seo_description\";s:30:\"divi_seo_single_field_keywords\";s:12:\"seo_keywords\";s:20:\"divi_seo_single_type\";s:21:\"Post title | BlogName\";s:24:\"divi_seo_single_separate\";s:3:\" | \";s:24:\"divi_seo_index_canonical\";s:5:\"false\";s:26:\"divi_seo_index_description\";s:5:\"false\";s:19:\"divi_seo_index_type\";s:24:\"Category name | BlogName\";s:23:\"divi_seo_index_separate\";s:3:\" | \";s:28:\"divi_integrate_header_enable\";s:2:\"on\";s:26:\"divi_integrate_body_enable\";s:2:\"on\";s:31:\"divi_integrate_singletop_enable\";s:2:\"on\";s:34:\"divi_integrate_singlebottom_enable\";s:2:\"on\";s:21:\"divi_integration_head\";s:0:\"\";s:21:\"divi_integration_body\";s:0:\"\";s:27:\"divi_integration_single_top\";s:0:\"\";s:30:\"divi_integration_single_bottom\";s:0:\"\";s:15:\"divi_468_enable\";s:5:\"false\";s:14:\"divi_468_image\";s:0:\"\";s:12:\"divi_468_url\";s:0:\"\";s:16:\"divi_468_adsense\";s:0:\"\";s:19:\"product_tour_status\";a:3:{i:1;s:3:\"off\";i:10;s:3:\"off\";i:3;s:3:\"off\";}s:32:\"et_fb_pref_settings_bar_location\";s:6:\"bottom\";s:28:\"et_fb_pref_builder_animation\";s:4:\"true\";s:41:\"et_fb_pref_builder_display_modal_settings\";s:5:\"false\";s:39:\"et_fb_pref_builder_enable_dummy_content\";s:4:\"true\";s:46:\"et_fb_pref_builder_enable_visual_theme_builder\";s:4:\"true\";s:21:\"et_fb_pref_event_mode\";s:5:\"hover\";s:20:\"et_fb_pref_view_mode\";s:7:\"desktop\";s:32:\"et_fb_pref_hide_disabled_modules\";s:5:\"false\";s:28:\"et_fb_pref_history_intervals\";i:1;s:29:\"et_fb_pref_page_creation_flow\";s:7:\"default\";s:42:\"et_fb_pref_quick_actions_always_start_with\";s:7:\"nothing\";s:44:\"et_fb_pref_quick_actions_show_recent_queries\";s:3:\"off\";s:39:\"et_fb_pref_quick_actions_recent_queries\";s:0:\"\";s:40:\"et_fb_pref_quick_actions_recent_category\";s:0:\"\";s:27:\"et_fb_pref_modal_preference\";s:7:\"default\";s:30:\"et_fb_pref_modal_snap_location\";s:0:\"\";s:21:\"et_fb_pref_modal_snap\";s:5:\"false\";s:27:\"et_fb_pref_modal_fullscreen\";s:5:\"false\";s:32:\"et_fb_pref_modal_dimension_width\";i:743;s:33:\"et_fb_pref_modal_dimension_height\";i:511;s:27:\"et_fb_pref_modal_position_x\";i:54;s:27:\"et_fb_pref_modal_position_y\";i:53;s:24:\"et_fb_pref_toolbar_click\";s:5:\"false\";s:26:\"et_fb_pref_toolbar_desktop\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_grid\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_hover\";s:5:\"false\";s:24:\"et_fb_pref_toolbar_phone\";s:4:\"true\";s:25:\"et_fb_pref_toolbar_tablet\";s:4:\"true\";s:28:\"et_fb_pref_toolbar_wireframe\";s:4:\"true\";s:23:\"et_fb_pref_toolbar_zoom\";s:4:\"true\";s:36:\"et_fb_pref_lv_modal_dimension_height\";i:0;s:35:\"et_fb_pref_lv_modal_dimension_width\";i:0;s:30:\"et_fb_pref_lv_modal_position_x\";i:0;s:30:\"et_fb_pref_lv_modal_position_y\";i:0;s:34:\"et_fb_pref_responsive_tablet_width\";i:768;s:35:\"et_fb_pref_responsive_tablet_height\";i:0;s:33:\"et_fb_pref_responsive_phone_width\";i:400;s:34:\"et_fb_pref_responsive_phone_height\";i:0;s:35:\"et_fb_pref_responsive_minimum_width\";i:320;s:35:\"et_fb_pref_responsive_maximum_width\";i:980;s:32:\"et_pb_woocommerce_product_layout\";s:16:\"et_right_sidebar\";s:29:\"et_pb_woocommerce_page_layout\";s:21:\"et_build_from_scratch\";s:24:\"footer_widget_text_color\";s:7:\"#ffffff\";s:24:\"footer_widget_link_color\";s:7:\"#ffffff\";s:12:\"header_style\";s:4:\"left\";s:12:\"vertical_nav\";b:0;s:24:\"show_header_social_icons\";b:1;s:13:\"nav_fullwidth\";b:1;s:11:\"menu_height\";i:200;s:11:\"logo_height\";i:100;s:16:\"primary_nav_font\";s:9:\"Noto Sans\";s:12:\"boxed_layout\";b:0;s:16:\"show_search_icon\";b:1;s:12:\"divi_favicon\";s:0:\"\";s:16:\"secondary_nav_bg\";s:7:\"#1f304e\";s:21:\"minimized_menu_height\";i:125;s:15:\"hide_fixed_logo\";b:0;s:9:\"menu_link\";s:7:\"#1d304d\";s:28:\"secondary_nav_text_color_new\";s:7:\"#ffffff\";s:8:\"hide_nav\";b:0;s:23:\"secondary_nav_fullwidth\";b:1;s:12:\"accent_color\";s:7:\"#adadad\";s:22:\"secondary_accent_color\";s:7:\"#1f304e\";s:16:\"et_global_colors\";a:1:{s:41:\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\";a:2:{s:5:\"color\";s:7:\"#1b3249\";s:6:\"active\";s:3:\"yes\";}}s:16:\"menu_link_active\";s:7:\"#1d304d\";s:30:\"primary_nav_dropdown_animation\";s:6:\"expand\";s:31:\"primary_nav_dropdown_line_color\";s:7:\"#1d304d\";s:12:\"heading_font\";s:6:\"Oswald\";s:9:\"body_font\";s:4:\"Lato\";s:18:\"body_header_height\";d:1;s:17:\"hide_primary_logo\";b:0;s:21:\"primary_nav_font_size\";i:16;s:24:\"primary_nav_font_spacing\";i:-1;s:23:\"secondary_nav_font_size\";i:14;s:27:\"fixed_primary_nav_font_size\";i:16;}','on'),
(167,'widget_aboutmewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(168,'widget_adsensewidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(169,'widget_advwidget','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(170,'shop_catalog_image_size','a:3:{s:5:\"width\";s:3:\"400\";s:6:\"height\";s:3:\"400\";s:4:\"crop\";i:1;}','yes'),
(171,'shop_single_image_size','a:3:{s:5:\"width\";s:3:\"510\";s:6:\"height\";s:4:\"9999\";s:4:\"crop\";i:0;}','yes'),
(172,'shop_thumbnail_image_size','a:3:{s:5:\"width\";s:3:\"157\";s:6:\"height\";s:3:\"157\";s:4:\"crop\";i:1;}','yes'),
(173,'et_safe_mode_plugins_allowlist','a:9:{i:0;s:15:\"etdev/etdev.php\";i:1;s:15:\"bloom/bloom.php\";i:2;s:19:\"monarch/monarch.php\";i:3;s:29:\"divi-builder/divi-builder.php\";i:4;s:23:\"divi-dash/divi-dash.php\";i:5;s:27:\"ari-adminer/ari-adminer.php\";i:6;s:31:\"query-monitor/query-monitor.php\";i:7;s:27:\"woocommerce/woocommerce.php\";i:8;s:47:\"really-simple-ssl/rlrsssl-really-simple-ssl.php\";}','yes'),
(175,'et_images_temp_folder','/var/www/wordpress/wp-content/uploads/et_temp','yes'),
(176,'et_schedule_clean_images_last_time','1765424916','yes'),
(177,'et_bfb_settings','a:2:{s:10:\"enable_bfb\";s:2:\"on\";s:10:\"toggle_bfb\";s:2:\"on\";}','yes'),
(178,'_transient_et_builder_show_bfb_welcome_modal','1','yes'),
(179,'et_pb_builder_options','a:2:{i:0;b:0;s:35:\"email_provider_credentials_migrated\";b:1;}','yes'),
(180,'et_divi_builder_global_presets_ng','O:8:\"stdClass\":1:{s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"022b41b6-c844-474a-882c-69e1dd2e6b67\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Side Bar Space with Shadow \";s:7:\"created\";i:1738364642859;s:7:\"updated\";i:1738364642859;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";}}s:36:\"354b1d79-e153-4d95-9006-b29f92155acc\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Sidebar Shadow Settings\";s:7:\"created\";i:1738364940810;s:7:\"updated\";i:1738364940810;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}}}s:7:\"default\";s:8:\"_initial\";}}','off'),
(183,'et_account_status','active','no'),
(187,'et_google_api_settings','a:3:{s:7:\"api_key\";s:0:\"\";s:16:\"use_google_fonts\";s:2:\"on\";s:26:\"enqueue_google_maps_script\";s:2:\"on\";}','yes'),
(188,'et_automatic_updates_options','a:2:{s:8:\"username\";s:6:\"dshunt\";s:7:\"api_key\";s:40:\"36fe58b28121db805864f0144c60355e6876570d\";}','no'),
(190,'_site_transient_et_update_all_plugins','O:8:\"stdClass\":4:{s:7:\"checked\";a:11:{s:28:\"convertkit/wp-convertkit.php\";s:5:\"2.5.2\";s:57:\"divi-event-calendar-module/divi-event-calendar-module.php\";s:6:\"2.8.16\";s:34:\"feeds-for-youtube/youtube-feed.php\";s:5:\"2.2.2\";s:55:\"printful-shipping-for-woocommerce/printful-shipping.php\";s:6:\"2.2.10\";s:43:\"the-events-calendar/the-events-calendar.php\";s:7:\"6.6.0.2\";s:33:\"w3-total-cache/w3-total-cache.php\";s:5:\"2.7.4\";s:27:\"woocommerce/woocommerce.php\";s:5:\"9.1.4\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.8.2\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"4.1.0\";s:25:\"wp-staging/wp-staging.php\";s:5:\"3.8.3\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"23.1\";}s:8:\"response\";a:0:{}s:9:\"no_update\";a:1:{s:57:\"divi-event-calendar-module/divi-event-calendar-module.php\";O:8:\"stdClass\":12:{s:11:\"new_version\";s:6:\"2.8.16\";s:6:\"plugin\";s:57:\"divi-event-calendar-module/divi-event-calendar-module.php\";s:4:\"slug\";s:26:\"divi-event-calendar-module\";s:6:\"tested\";s:5:\"5.3.2\";s:5:\"icons\";a:2:{s:2:\"2x\";s:90:\"https://ucarecdn.com/c6eb97fa-6e3c-4947-b2f5-95757d7670ee/-/resize/256x256/-/quality/best/\";s:2:\"1x\";s:90:\"https://ucarecdn.com/c6eb97fa-6e3c-4947-b2f5-95757d7670ee/-/resize/128x128/-/quality/best/\";}s:3:\"url\";s:91:\"https://www.elegantthemes.com/marketplace/index.php/wp-json/api/v1/changelog/product_id/408\";s:7:\"package\";s:159:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=marketplace-product-408&api_key=36fe58b28121db805864f0144c60355e6876570d&username=dshunt\";s:2:\"id\";s:57:\"divi-event-calendar-module/divi-event-calendar-module.php\";s:7:\"banners\";a:0:{}s:11:\"banners_rtl\";a:0:{}s:12:\"requires_php\";s:0:\"\";s:13:\"compatibility\";O:8:\"stdClass\":0:{}}}s:12:\"last_checked\";i:1722439349;}','off'),
(193,'et_support_site_id','lsUSOWBKw6pIcQv2PtG-','yes'),
(195,'_site_transient_et_update_themes','O:8:\"stdClass\":3:{s:7:\"checked\";a:2:{s:4:\"Divi\";s:6:\"4.27.4\";s:16:\"twentytwentyfive\";s:3:\"1.2\";}s:8:\"response\";a:1:{s:4:\"Divi\";a:4:{s:11:\"new_version\";s:6:\"4.27.5\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:140:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=36fe58b28121db805864f0144c60355e6876570d&username=dshunt\";}}s:12:\"last_checked\";i:1765568343;}','off'),
(201,'_site_transient_wp_plugin_dependencies_plugin_data','a:2:{s:19:\"the-events-calendar\";a:35:{s:4:\"name\";s:19:\"The Events Calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:7:\"version\";s:6:\"6.14.2\";s:6:\"author\";s:83:\"<a href=\"https://profiles.wordpress.org/theeventscalendar/\">The Events Calendar</a>\";s:14:\"author_profile\";s:49:\"https://profiles.wordpress.org/theeventscalendar/\";s:12:\"contributors\";a:13:{s:17:\"theeventscalendar\";a:3:{s:7:\"profile\";s:49:\"https://profiles.wordpress.org/theeventscalendar/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/435f23ee0f44cdd850b49b16431731ee9995dc2c3f66ce2da24fe11ba49e1dd5?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"The Events Calendar\";}s:9:\"stellarwp\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/stellarwp/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/d614d953044e11b41ac7023709e850df4db1005b6845af94909326b25137590c?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:9:\"StellarWP\";}s:7:\"borkweb\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/borkweb/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/cc19377aa23016d5b6429e2420f71c551032c4397647ec1d418582ed3a8414b5?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:18:\"Matthew Batchelder\";}s:7:\"bordoni\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/bordoni/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/e3171496e198834c638911ad3c3220bec77871cdf6557eaa9e2a58d16600a1a1?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"Gustavo Bordoni\";}s:11:\"brianjessee\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/brianjessee/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/a2a3ad9f38044cc01967b3ae4dbb250282d1f82076b7a6c8c8384dd51e005ec4?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"Brian\";}s:6:\"aguseo\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/aguseo/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0de4fed4ea2fd2347884de250c661a0571a5e025c5952a981d49a06b4cf78b55?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"András Guseo\";}s:8:\"camwynsp\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/camwynsp/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/825243412e57fee3f2ac012ed06dc585304018474c281384df5a35aa2f283926?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Stephen Page\";}s:7:\"jentheo\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/jentheo/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/d7c75e17cffe14f16e231a807e0beb7400863d124cca6ac83ea5fffcaec1ce80?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"Jennifer\";}s:11:\"leahkoerper\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/leahkoerper/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/82a33306f8c3ca72179178253a54f45ab037699e2fef7602f81df5b83b680d6c?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"leahkoerper\";}s:8:\"lucatume\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/lucatume/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/a4749105e66f40847bdffd6dc201f937280b9f54f4d348063a5728d17f5ca1dd?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"lucatume\";}s:11:\"neillmcshea\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/neillmcshea/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/cf54e357ba7733d555025d50a854eac709957e900365460a686451419418b34f?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"neillmcshea\";}s:6:\"vicskf\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/vicskf/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/2a6151d990b5a3c45f1bebb25685cf1845f89e82ce29e2ec14a4f82a9785c4e9?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Victor Zarranz\";}s:9:\"zbtirrell\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/zbtirrell/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/9a7363c5cd50c59e5f55f1d528192c4dd240f37e69d6051265a6bbe2e5fbe773?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Zach Tirrell\";}}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.8.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:86;s:7:\"ratings\";a:5:{i:5;i:1767;i:4;i:134;i:3;i:89;i:2;i:71;i:1;i:309;}s:11:\"num_ratings\";i:2370;s:11:\"support_url\";s:57:\"https://wordpress.org/support/plugin/the-events-calendar/\";s:15:\"support_threads\";i:112;s:24:\"support_threads_resolved\";i:101;s:15:\"active_installs\";i:700000;s:12:\"last_updated\";s:21:\"2025-07-22 8:23pm GMT\";s:5:\"added\";s:10:\"2010-01-19\";s:8:\"homepage\";s:0:\"\";s:8:\"sections\";a:6:{s:11:\"description\";s:6622:\"<p>Easily create and manage an events calendar on your WordPress site with <a href=\"https://evnt.is/mj\" rel=\"nofollow ugc\">The Events Calendar</a> free plugin. Whether your events are in-person or virtual events, this WordPress calendar plugin boasts professional features backed by our world-class team of developers and designers.</p>\n<p><iframe loading=\"lazy\" title=\"The Events Calendar\" src=\"https://player.vimeo.com/video/425323974?dnt=1&amp;app_id=122963\" width=\"750\" height=\"422\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write\"></iframe></p>\n<p><a href=\"https://evnt.is/1b4-\" rel=\"nofollow ugc\">See more videos on our YouTube channel</a></p>\n<p>Packed with loads of features, The Events Calendar is ready to go out of the box. It’s also extensible, easy to use, and completely customizable.</p>\n<h4>📅 The #1 Calendar for WordPress</h4>\n<p>See the calendar in action on our <a href=\"https://evnt.is/1ajs\" rel=\"nofollow ugc\">demo experience</a>. Just getting started? Read through the <a href=\"https://evnt.is/2d\" rel=\"nofollow ugc\">New User Primer</a> to get set up.</p>\n<p>Looking for additional features like recurring events, ticket sales, user-submitted events, automatic imports, and more?</p>\n<p><strong>Check out <a href=\"https://evnt.is/mj\" rel=\"nofollow ugc\">Events Calendar Pro</a>, <a href=\"https://evnt.is/197u\" rel=\"nofollow ugc\">Event Aggregator</a>, and <a href=\"https://evnt.is/2a\" rel=\"nofollow ugc\">more add-ons</a>.</strong></p>\n<h4>🔌🎨 Plug and Play or Customize</h4>\n<p>The Events Calendar is built to work out of the box. Simply install the plugin, configure your settings, and start creating events in minutes.</p>\n<p>Want to add your personal touch? Use The Events Calendar as the foundation for customization. Personalize to your heart&#8217;s content with the help of a skeleton stylesheet, partial template overrides, template tags, hooks and filters, <a href=\"https://evnt.is/eu\" rel=\"nofollow ugc\">careful documentation</a>, and a <a href=\"https://evnt.is/1a0r\" rel=\"nofollow ugc\">library of free extensions</a>.</p>\n<p>Whether your vision is big or small, you&#8217;re in good company. Hundreds of thousands of small businesses, musicians, venues, restaurants, and non-profits are publishing and promoting their in-person and virtual events with The Events Calendar. Our plugins have also been scaled to work on large networks for Fortune 100 companies, universities, and government institutions.</p>\n<h4>✨ Features</h4>\n<p>Our feature-rich plugin comes with everything you need to create and manage your calendar.</p>\n<p>✔️ Rapidly create events<br />\n✔️ Saved venues &amp; organizers<br />\n✔️ Calendar month view with tooltips<br />\n✔️ Event List view<br />\n✔️ Day view<br />\n✔️ Block Editor support<br />\n✔️ Event search<br />\n✔️ Google maps<br />\n✔️ Widget: Upcoming events list<br />\n✔️ Events Taxonomies (Categories &amp; Tags)<br />\n✔️ Google Calendar and iCal exporting<br />\n✔️ WP REST API endpoints<br />\n✔️ Completely ajaxified for super smooth browsing<br />\n✔️ Completely responsive from mobile to tablet to desktop<br />\n✔️ Tested on the major theme frameworks such as Avada, Divi, Enfold, Genesis, and many more.<br />\n✔️ Increase your SEO with JSON-LD Structured Data<br />\n✔️ Internationalized &amp; translated<br />\n✔️ Multiple stylesheets to improve integration<br />\n✔️ Extensive template tags for customization<br />\n✔️ Hooks &amp; filters galore<br />\n✔️ Caching support<br />\n✔️ Debug mode for developers<br />\n✔️ <a href=\"https://evnt.is/1a0r\" rel=\"nofollow ugc\">Library of extensions</a></p>\n<h3>📃 Documentation</h3>\n<p>All of our documentation can be found in <a href=\"https://evnt.is/eu\" rel=\"nofollow ugc\">our Knowledgebase</a>.</p>\n<p>Additional helpful links:</p>\n<ul>\n<li><a href=\"https://evnt.is/2l\" rel=\"nofollow ugc\">The Events Calendar New User Primer</a></li>\n<li><a href=\"https://evnt.is/2m\" rel=\"nofollow ugc\">The Themer&#8217;s Guide to The Events Calendar</a></li>\n</ul>\n<p>If you have any questions about this plugin, you can post a thread in the <a href=\"https://wordpress.org/support/plugin/the-events-calendar\" rel=\"ugc\">WordPress.org forum</a>. Please search existing threads before starting a new one.</p>\n<h3>Add-Ons</h3>\n<p>Take your calendar to the next level by pairing it with our plugins for ticketing, crowdsourcing, email marketing, and more. Learn more about all our products on <a href=\"https://evnt.is/18wn\" rel=\"nofollow ugc\">our website</a>.</p>\n<p>Our Free Plugins:</p>\n<p>🎟️ <a href=\"https://wordpress.org/plugins/event-tickets/\" rel=\"ugc\">Event Tickets</a><br />\n📐 <a href=\"https://wordpress.org/plugins/advanced-post-manager/\" rel=\"ugc\">Advanced Post Manager</a></p>\n<p>Our Premium Plugins and Services:</p>\n<p>⚡ <a href=\"https://evnt.is/18wi\" rel=\"nofollow ugc\">Events Calendar PRO</a><br />\n↪️ <a href=\"https://evnt.is/197u\" rel=\"nofollow ugc\">Event Aggregator</a> (service)<br />\n🎟️ <a href=\"https://evnt.is/18wk\" rel=\"nofollow ugc\">Event Tickets Plus</a><br />\n✉️ <a href=\"https://evnt.is/1ajt\" rel=\"nofollow ugc\">Promoter</a><br />\n👥 <a href=\"https://evnt.is/2g\" rel=\"nofollow ugc\">Community Events</a><br />\n✏️ <a href=\"https://evnt.is/fa\" rel=\"nofollow ugc\">Filter Bar</a><br />\n🗓️ <a href=\"https://evnt.is/2e\" rel=\"nofollow ugc\">Eventbrite Tickets</a></p>\n<h3>Help</h3>\n<p>If you aren’t familiar with The Events Calendar, check out our <a href=\"https://evnt.is/2p\" rel=\"nofollow ugc\">New User Primer</a>. It will have you creating events in no time.</p>\n<p>Ready to dig deeper? Check out these resources:</p>\n<ul>\n<li><a href=\"https://evnt.is/2u\" rel=\"nofollow ugc\">Tutorials</a></li>\n<li><a href=\"https://theeventscalendar.com/release-schedule/\" rel=\"nofollow ugc\">Release Schedule</a></li>\n<li><a href=\"https://theeventscalendar.com/known-issues/\" rel=\"nofollow ugc\">Known Issues</a></li>\n<li><a href=\"https://evnt.is/eu\" rel=\"nofollow ugc\">Documentation</a></li>\n<li><a href=\"https://evnt.is/2t\" rel=\"nofollow ugc\">Help Videos</a></li>\n<li><a href=\"https://evnt.is/2v\" rel=\"nofollow ugc\">Release Notes</a></li>\n</ul>\n<p>We check in on the <a href=\"https://wordpress.org/support/plugin/the-events-calendar/\" rel=\"ugc\">The Events Calendar forum here on WordPress.org</a> about once a week to help users with basic troubleshooting and identifying bugs. If you’re looking for premium, personalized support, consider upgrading to Events Calendar Pro.</p>\n<p>Still have a question? Shoot us an email at support@theeventscalendar.com.</p>\n\";s:12:\"installation\";s:1322:\"<p>Installing the plugin is easy. Just follow one of the following methods:</p>\n<h4>Install The Events Calendar from within WordPress</h4>\n<ol>\n<li>Visit the plugins page within your dashboard and select ‘Add New’</li>\n<li>Search for &#8220;Events Calendar&#8221;</li>\n<li>Activate The Events Calendar from your Plugins page</li>\n<li>You&#8217;re done!</li>\n</ol>\n<h4>Install The Events Calendar Manually</h4>\n<ol>\n<li>From the dashboard of your site, navigate to Plugins &#8211;&gt; Add New.</li>\n<li>Select the Upload option and hit &#8220;Choose File.&#8221;</li>\n<li>When the popup appears select the the-events-calendar-x.x.zip file from your desktop. (The &#8216;x.x&#8217; will change depending on the current version number).</li>\n<li>Follow the on-screen instructions and wait as the upload completes.</li>\n<li>When it&#8217;s finished, activate the plugin via the prompt. A message will show confirming activation was successful. A link to access the calendar directly on the frontend will be presented here as well.</li>\n</ol>\n<p>That&#8217;s it! Just configure your settings as you see fit, and you&#8217;re on your way to creating events in style. Need help getting things started? Check out our <a href=\"https://evnt.is/2l\" rel=\"nofollow ugc\">new user primer</a> for help with settings and features.</p>\n\";s:3:\"faq\";s:10299:\"\n<dt id=\'are%20there%20any%20troubleshooting%20steps%20you%27d%20suggest%20i%20try%20that%20might%20resolve%20my%20issue%20before%20i%20post%20a%20new%20thread%3F\'>\nAre there any troubleshooting steps you&#8217;d suggest I try that might resolve my issue before I post a new thread?\n</h4>\n<p>\n<p>First, make sure that you&#8217;re running the latest version of The Events Calendar. If you’re running Events Calendar PRO or  any other add-ons, make sure those are current / running the latest code as well.</p>\n<p>The most common issues we see are either plugin or theme conflicts. You can test if a plugin or theme is conflicting by manually deactivating other plugins until just The Events Calendar is running on your site. If the issue persists from there, revert to the default <a href=\"https://wordpress.org/themes/twentytwenty/\" rel=\"ugc\">Twenty Twenty</a> theme. If the issue is resolved after deactivating a specific plugin or your theme, you’ll know that is the source of the conflict.</p>\n<p>Note that we aren’t going to say “tough luck” if you identify a plugin/theme conflict. While we can’t guarantee 100% integration with any plugin or theme out there, we will do our best (and reach out the plugin/theme author as needed) to figure out a solution that benefits everyone.</p>\n</p>\n<dt id=\'i%27m%20still%20stuck.%20where%20do%20i%20go%20to%20file%20a%20bug%20or%20ask%20a%20question%3F\'>\nI&#8217;m still stuck. Where do I go to file a bug or ask a question?\n</h4>\n<p>\n<p>Users of the free The Events Calendar should post their questions in the plugin&#8217;s <a href=\"https://wordpress.org/support/plugin/the-events-calendar/\" rel=\"ugc\">WordPress.org forum</a>, which we visit about once a week. Please make sure to read <a href=\"https://evnt.is/19oc\" rel=\"nofollow ugc\">our sticky post</a> providing an overview of the support we provide free users BEFORE posting. If you find you&#8217;re not getting support in as timely a fashion as you wish, you might want to consider purchasing a license for Events Calendar Pro.</p>\n<p>If you&#8217;re already an Events Calendar Pro user, you&#8217;re entitled access to our actively-monitored <a href=\"https://evnt.is/1aju\" rel=\"nofollow ugc\">Premium Support</a> on our website. We can provide a deeper level of support here and hit these forums on a daily basis during the work week. Generally, except in times of increased support loads, we reply to all tickets within 24-48 hours during the business week.</p>\n</p>\n<dt id=\'what%27s%20the%20difference%20between%20the%20events%20calendar%20and%20events%20calendar%20pro%3F\'>\nWhat&#8217;s the difference between The Events Calendar and Events Calendar Pro?\n</h4>\n<p>\n<p>The Events Calendar is our cornerstone plugin, and it’s required in order to run any of our premium calendar add-ons, including Events Calendar Pro, Community Events, Filter Bar, and others.</p>\n<p>In other words, Events Calendar Pro runs alongside The Events Calendar and enhances it with extra features, including recurring events, additional calendar views, calendar shortcodes, advanced widgets, custom event fields and more.</p>\n</p>\n<dt id=\'what%20add-ons%20are%20available%20for%20the%20events%20calendar%2C%20and%20where%20can%20i%20read%20more%20about%20them%3F\'>\nWhat add-ons are available for The Events Calendar, and where can I read more about them?\n</h4>\n<p>\n<p>The following add-ons are available for The Events Calendar:</p>\n<ul>\n<li><a href=\"https://evnt.is/18wi\" rel=\"nofollow ugc\">Events Calendar Pro</a>, for adding premium calendar features like recurring events, advanced views, cool widgets, <a href=\"https://evnt.is/1ajw\" rel=\"nofollow ugc\">shortcodes</a>, additional fields, and more!</li>\n<li><a href=\"https://evnt.is/197u\" rel=\"nofollow ugc\">Event Aggregator</a>, a service that effortlessly fills your calendar with events from Meetup, Google Calendar, iCalendar, Eventbrite, CSV, and ICS.</li>\n<li><a href=\"https://wordpress.org/plugins/event-tickets/\" rel=\"ugc\">Event Tickets</a> (free), which allows you to sell tickets and collect RSVPs to events. It can run alongside The Events Calendar or as a standalone plugin that adds ticket and RSVP functionality to WordPress posts and pages.</li>\n<li><a href=\"https://evnt.is/18wk\" rel=\"nofollow ugc\">Event Tickets Plus</a>, which allows you to sell tickets for your events using your favorite e-commerce platform.</li>\n<li><a href=\"https://evnt.is/1ajt\" rel=\"nofollow ugc\">Promoter</a>, automated email communication made just for The Events Calendar and Event Tickets. Stay in touch with your attendees every step of the way.</li>\n<li><a href=\"https://evnt.is/2g\" rel=\"nofollow ugc\">Community Events</a>, for allowing frontend event submission from your readers.</li>\n<li><a href=\"https://evnt.is/fa\" rel=\"nofollow ugc\">Filter Bar</a>, for adding advanced frontend filtering capabilities to your events calendar.</li>\n<li><a href=\"https://evnt.is/2e\" rel=\"nofollow ugc\">Eventbrite Tickets</a>, for selling tickets to your event directly through Eventbrite.</li>\n</ul>\n</p>\n<dt id=\'can%20i%20import%20events%20to%20my%20calendar%3F\'>\nCan I import events to my calendar?\n</h4>\n<p>\n<p>Yes! The Events Calendar has a built-in CSV import tool. If you want to step it up and automatically import events from Google Calendar, Meetup, Eventbrite and more, check out <a href=\"https://evnt.is/197u\" rel=\"nofollow ugc\">Event Aggregator</a>.</p>\n</p>\n<dt id=\'how%20do%20i%20sell%20tickets%20to%20events%20on%20my%20calendar%3F\'>\nHow do I sell tickets to events on my calendar?\n</h4>\n<p>\n<p>You&#8217;ll want to use our <a href=\"https://wordpress.org/plugins/event-tickets/\" rel=\"ugc\">Event Tickets</a> plugin for that. This free plugin works alongside The Events Calendar and lets you create RSVPs and tickets for events. Event Tickets integrates with PayPal so you can collect payments for tickets, while our premium solution, Event Tickets Plus fully integrates with WooCommerce or Easy Digital Downloads. If you want to include digital tickets like Apple Wallet passes and PDF tickets check out <a href=\"https://evnt.is/etwp\" rel=\"nofollow ugc\">Event Tickets Wallet Plus</a>.</p>\n</p>\n<dt id=\'can%20i%20have%20more%20than%20one%20calendar%20on%20my%20site%3F\'>\nCan I have more than one calendar on my site?\n</h4>\n<p>\n<p>Unfortunately, no. However, you can use <a href=\"https://evnt.is/1bay\" rel=\"nofollow ugc\">event categories</a> or tags to create calendar views that only display certain events. For example, you could create a direct link to a calendar view that only shows events categorized as “Fitness,” <a href=\"https://evnt.is/1ajv\" rel=\"nofollow ugc\">like this example from our demo site</a>.</p>\n<p>With <a href=\"https://evnt.is/18wi\" rel=\"nofollow ugc\">Events Calendar Pro</a>, you can use <a href=\"https://evnt.is/1ajw\" rel=\"nofollow ugc\">shortcodes</a> to embed your calendar on other WordPress pages and posts, then filter that calendar by category.</p>\n</p>\n<dt id=\'can%20i%20allow%20people%20to%20submit%20events%20to%20my%20calendar%3F\'>\nCan I allow people to submit events to my calendar?\n</h4>\n<p>\n<p>This is available with the <a href=\"https://evnt.is/2g\" rel=\"nofollow ugc\">Community Events</a> add-on to facilitate submissions. Install Community Events alongside The Events Calendar and a page will be added to your WordPress site with a form that visitors can use to submit events. As the calendar owner, you have full control over whether event submissions are published immediately or require moderation first.</p>\n<p>If you want to let users sell tickets for the events they submit, check out <a href=\"https://evnt.is/18wl\" rel=\"nofollow ugc\">Community Tickets</a>. It runs with The Events Calendar, Community Events, and Event Tickets and empowers visitors to create and sell tickets, splitting the profits with you.</p>\n</p>\n<dt id=\'what%E2%80%99s%20the%20difference%20between%20the%20events%20calendar%20and%20events%20calendar%20pro\'>\nWhat’s the difference between The Events Calendar and Events Calendar Pro\n</h4>\n<p>\n<p>The Events Calendar is our cornerstone plugin, and it’s required in order to run any of our premium calendar add-ons, including <a href=\"https://evnt.is/18wi\" rel=\"nofollow ugc\">Events Calendar Pro</a>, <a href=\"https://evnt.is/1bax\" rel=\"nofollow ugc\">Community Events</a>, <a href=\"https://evnt.is/fa\" rel=\"nofollow ugc\">Filter Bar</a>, and others.</p>\n<p>In other words, Events Calendar Pro runs alongside The Events Calendar and enhances it with extra features, including recurring events and event Series, additional calendar views, calendar shortcodes, advanced widgets, custom event fields, a duplicate event tool, and more.</p>\n</p>\n<dt id=\'found%20a%20security%20vulnerability%3F\'>\nFound a security vulnerability?\n</h4>\n<p>\n<p>Make sure you are reporting in a safe and responsible way. We take security very seriously. If you discover a security issue, please bring it to our attention right away! Below you will find all the methods to report security vulnerabilities:</p>\n<ul>\n<li><a href=\"https://patchstack.com/database/vdp/the-events-calendar\" rel=\"nofollow ugc\">Report security bugs through the Patchstack Vulnerability Disclosure Program</a></li>\n<li>Check our <a href=\"https://www.liquidweb.com/policies/bug-bounty-program/\" rel=\"nofollow ugc\">Bug Bounty Program</a></li>\n<li>Reach out directly to us on <code>security [at] stellarwp.com</code>.</li>\n</ul>\n</p>\n<dt id=\'i%20have%20a%20feature%20idea.%20what%27s%20the%20best%20way%20to%20tell%20you%20about%20it%3F\'>\nI have a feature idea. What&#8217;s the best way to tell you about it?\n</h4>\n<p>\n<p>We&#8217;ve got an <a href=\"https://app.loopedin.io/the-events-calendar-suite-roadmap#/ideas\" rel=\"nofollow ugc\">ideas page</a> where we&#8217;re actively watching for feature ideas from the community. Vote up existing feature requests or add your own, and help us shape <a href=\"https://app.loopedin.io/the-events-calendar-suite-roadmap#/roadmap\" rel=\"nofollow ugc\">our roadmap</a>.</p>\n</p>\n<dt id=\'i%27ve%20still%20got%20questions.%20where%20can%20i%20find%20answers%3F\'>\nI&#8217;ve still got questions. Where can I find answers?\n</h4>\n<p>\n<p>Check out our extensive <a href=\"https://evnt.is/18wm\" rel=\"nofollow ugc\">knowledgebase</a> for articles on using, tweaking, and troubleshooting our plugins.</p>\n</p>\n\n\";s:9:\"changelog\";s:52451:\"<h4>[6.14.2] 2025-07-22</h4>\n<ul>\n<li>Tweak &#8211; Implemented an Enable setting for Category Colors. [TEC-5533]</li>\n<li>Tweak &#8211; Updated the Category Colors settings to add a tooltip to the Reset Button option that explains Superpowers must be enabled. [TEC-5534]</li>\n<li>Tweak &#8211; Changed views: <code>v2/components/top-bar/category-color-picker</code>, <code>v2/day/event/featured-image</code>, <code>v2/list/event/featured-image</code>, <code>v2/month</code>, <code>v2/month/calendar-body/day</code>, <code>v2/month/calendar-body/day/calendar-events/calendar-event/featured-image</code>, <code>v2/month/calendar-body/day/calendar-events/calendar-event/tooltip/featured-image</code>, <code>v2/month/calendar-body/day/cell-title</code>, <code>v2/month/calendar-header</code></li>\n<li>Performance &#8211; Avoid use of TIMESTAMPDIFF when fetching overlapping events. [TEC-5537]</li>\n<li>Accessibility &#8211; Updated day views with proper aria label and titles for event linked featured images. [TEC-5179]</li>\n<li>Language &#8211; 2 new strings added, 24 updated, 0 fuzzied, and 0 obsoleted.</li>\n</ul>\n<h4>[6.14.1] 2025-07-16</h4>\n<ul>\n<li>Fix &#8211; Ensure all featured images on calendar views have dimensions set to reduce layout shifts. [TEC-4715]</li>\n<li>Fix &#8211; Ensure views selector links have proper aria-current attributes.<br />\nTweak &#8211; Changed views: <code>v2/components/events-bar/views/list/item</code>, <code>v2/day/event/featured-image</code>, <code>v2/latest-past/event/featured-image</code>, <code>v2/list/event/featured-image</code>, <code>v2/month/calendar-body/day/calendar-events/calendar-event/featured-image</code>, <code>v2/month/mobile-events/mobile-day/mobile-event/featured-image</code></li>\n<li>Language &#8211; 0 new strings added, 1 updated, 0 fuzzied, and 0 obsoleted.</li>\n</ul>\n<h4>[6.14.0] 2025-07-03</h4>\n<ul>\n<li>Feature &#8211; Category Colors functionality has been merged into The Events Calendar. [TEC-5364]</li>\n<li>Feature &#8211; Events Variables for Yoast SEO [TEC-5437]</li>\n<li>Fix &#8211; Add width and height attributes on images displayed in our Events pages [TEC-4715]</li>\n<li>Fix &#8211; Disabled Event Views should redirect to default view [TEC-5427]</li>\n<li>Fix &#8211; Recognize when the theme is registering single or archive Event templates when using a Block theme, and avoid registering our own. [TEC-5525]</li>\n<li>Tweak &#8211; Added actions: <code>tec_events_category_colors_saved</code>, <code>tec_events_category_colors_migration_status_updated</code>, <code>tec_events_category_colors_migration_reset</code>, <code>tribe_log</code>, <code>tec_events_category_colors_migration_preprocessor_start</code>, <code>tec_events_category_colors_migration_preprocessor_end</code>, <code>tec_events_category_colors_migration_validator_start</code>, <code>tec_events_category_colors_migration_validator_end</code>, <code>tec_events_category_colors_migration_runner_start</code>, <code>tec_events_category_colors_migration_runner_end</code>, <code>tec_events_category_colors_migration_post_schedule_action</code>, <code>tec_events_category_colors_migration_post_cancel_action</code>, <code>tec_events_settings_tab_display_category_colors</code>, <code>tec_conditional_content_header_notice</code></li>\n<li>Tweak &#8211; Added filters: <code>tec_events_category_color_generator_batch_size</code>, <code>tec_events_category_colors_enabled</code>, <code>tec_events_category_colors_show_frontend_ui</code>, <code>tec_events_category_validate_meta_key</code>, <code>tec_events_category_validate_meta_value</code>, <code>tec_events_category_colors_force_migration_notice</code>, <code>tec_category_colors_is_tec_admin_page</code>, <code>tec_events_category_colors_migration_batch_size</code>, <code>tec_events_category_colors_migration_pre_schedule_action</code>, <code>tec_events_category_colors_migration_pre_execute_action</code>, <code>tec_events_category_colors_migration_</code>, <code>tec_events_category_colors_migration_pre_cancel_action</code>, <code>tec_events_category_color_enabled_views</code>, <code>tec_events_category_color_dropdown_categories</code>, <code>tec_events_category_color_raw_categories</code>, <code>tec_events_category_color_category_meta</code>, <code>tec_events_category_color_filtered_categories</code>, <code>tec_events_category_color_sorted_categories</code>, <code>tec_events_category_color_highest_priority_category</code>, <code>tec_events_category_color_event_categories</code>, <code>tec_events_category_color_category_priorities</code>, <code>tec_events_views_v2_view_template_vars</code></li>\n<li>Tweak &#8211; Add the conditional content notice to Event Aggregator pages [TEC-5530]</li>\n<li>Tweak &#8211; Changed views: <code>blocks/classic-event-details</code>, <code>blocks/event-category</code>, <code>blocks/event-datetime</code>, <code>blocks/event-organizer</code>, <code>blocks/event-price</code>, <code>blocks/event-tags</code>, <code>blocks/event-venue</code>, <code>blocks/event-website</code>, <code>blocks/parts/subscribe-list</code>, <code>blocks/parts/subscribe-single</code>, <code>integrations/elementor/widgets/empty</code>, <code>integrations/elementor/widgets/event-calendar-link</code>, <code>integrations/elementor/widgets/event-categories</code>, <code>integrations/elementor/widgets/event-categories/header</code>, <code>integrations/elementor/widgets/event-cost</code>, <code>integrations/elementor/widgets/event-cost/header</code>, <code>integrations/elementor/widgets/event-datetime</code>, <code>integrations/elementor/widgets/event-datetime/all-day</code>, <code>integrations/elementor/widgets/event-datetime/end-date</code>, <code>integrations/elementor/widgets/event-datetime/end-time</code>, <code>integrations/elementor/widgets/event-datetime/header</code>, <code>integrations/elementor/widgets/event-datetime/range-separator</code>, <code>integrations/elementor/widgets/event-datetime/start-date</code>, <code>integrations/elementor/widgets/event-datetime/start-time</code>, <code>integrations/elementor/widgets/event-datetime/time-separator</code>, <code>integrations/elementor/widgets/event-export</code>, <code>integrations/elementor/widgets/event-export/button</code>, <code>integrations/elementor/widgets/event-export/link</code>, <code>integrations/elementor/widgets/event-export/list-item</code>, <code>integrations/elementor/widgets/event-image</code>, <code>integrations/elementor/widgets/event-navigation</code>, <code>integrations/elementor/widgets/event-navigation/next</code>, <code>integrations/elementor/widgets/event-navigation/previous</code>, <code>integrations/elementor/widgets/event-organizer</code>, <code>integrations/elementor/widgets/event-organizer/details</code>, <code>integrations/elementor/widgets/event-organizer/details/email</code>, <code>integrations/elementor/widgets/event-organizer/details/email/content</code>, <code>integrations/elementor/widgets/event-organizer/details/email/header</code>, <code>integrations/elementor/widgets/event-organizer/details/phone</code>, <code>integrations/elementor/widgets/event-organizer/details/phone/content</code>, <code>integrations/elementor/widgets/event-organizer/details/phone/header</code>, <code>integrations/elementor/widgets/event-organizer/details/website</code>, <code>integrations/elementor/widgets/event-organizer/details/website/content</code>, <code>integrations/elementor/widgets/event-organizer/details/website/header</code>, <code>integrations/elementor/widgets/event-organizer/header</code>, <code>integrations/elementor/widgets/event-organizer/names</code>, <code>integrations/elementor/widgets/event-status/passed</code>, <code>integrations/elementor/widgets/event-status/status</code>, <code>integrations/elementor/widgets/event-tags</code>, <code>integrations/elementor/widgets/event-tags/content</code>, <code>integrations/elementor/widgets/event-tags/header</code>, <code>integrations/elementor/widgets/event-title</code>, <code>integrations/elementor/widgets/event-venue</code>, <code>integrations/elementor/widgets/event-venue/address</code>, <code>integrations/elementor/widgets/event-venue/address/address</code>, <code>integrations/elementor/widgets/event-venue/address/header</code>, <code>integrations/elementor/widgets/event-venue/address/map_link</code>, <code>integrations/elementor/widgets/event-venue/header</code>, <code>integrations/elementor/widgets/event-venue/map</code>, <code>integrations/elementor/widgets/event-venue/name</code>, <code>integrations/elementor/widgets/event-venue/phone</code>, <code>integrations/elementor/widgets/event-venue/phone/header</code>, <code>integrations/elementor/widgets/event-venue/phone/phone</code>, <code>integrations/elementor/widgets/event-venue/single-venue</code>, <code>integrations/elementor/widgets/event-venue/website</code>, <code>integrations/elementor/widgets/event-venue/website/header</code>, <code>integrations/elementor/widgets/event-venue/website/website</code>, <code>integrations/elementor/widgets/event-website</code>, <code>integrations/elementor/widgets/event-website/header</code>, <code>integrations/elementor/widgets/event-website/link</code>, <code>modules/meta/venue</code>, <code>single-event</code>, <code>v2/components/events-bar</code>, <code>v2/components/events-bar/views</code>, <code>v2/components/header</code>, <code>v2/components/messages</code>, <code>v2/components/messages/error-icon</code>, <code>v2/components/messages/notice-icon</code>, <code>v2/components/top-bar/category-color-picker</code>, <code>v2/components/top-bar/today</code>, <code>v2/day</code>, <code>v2/day/event</code>, <code>v2/day/event/category</code>, <code>v2/day/event/date/featured</code>, <code>v2/day/event/featured-image</code>, <code>v2/day/top-bar</code>, <code>v2/day/top-bar/datepicker</code>, <code>v2/latest-past/event</code>, <code>v2/latest-past/event/date/featured</code>, <code>v2/latest-past/event/featured-image</code>, <code>v2/list</code>, <code>v2/list/event</code>, <code>v2/list/event/category</code>, <code>v2/list/event/date-tag</code>, <code>v2/list/event/date/featured</code>, <code>v2/list/nav/next-disabled</code>, <code>v2/list/nav/next</code>, <code>v2/list/nav/prev-disabled</code>, <code>v2/list/nav/prev</code>, <code>v2/list/top-bar</code>, <code>v2/list/top-bar/datepicker</code>, <code>v2/month</code>, <code>v2/month/calendar-body</code>, <code>v2/month/calendar-body/day</code>, <code>v2/month/calendar-body/day/calendar-events/calendar-event</code>, <code>v2/month/calendar-body/day/calendar-events/calendar-event/date/featured</code>, <code>v2/month/calendar-body/day/calendar-events/calendar-event/title</code>, <code>v2/month/calendar-body/day/calendar-events/calendar-event/tooltip/date/featured</code>, <code>v2/month/calendar-body/day/calendar-events/calendar-event/tooltip/title</code>, <code>v2/month/calendar-body/day/cell-title</code>, <code>v2/month/calendar-body/day/date-extras</code>, <code>v2/month/calendar-body/day/date</code>, <code>v2/month/calendar-body/day/multiday-events/multiday-event</code>, <code>v2/month/calendar-body/day/multiday-events/multiday-event/bar/featured</code>, <code>v2/month/calendar-body/day/multiday-events/multiday-event/bar/title</code>, <code>v2/month/calendar-body/day/multiday-events/multiday-event/hidden/link/featured</code>, <code>v2/month/calendar-body/day/multiday-events/multiday-event/hidden/link/title</code>, <code>v2/month/calendar-header</code>, <code>v2/month/mobile-events/mobile-day</code>, <code>v2/month/mobile-events/mobile-day/mobile-event</code>, <code>v2/month/mobile-events/mobile-day/mobile-event/date/featured</code>, <code>v2/month/mobile-events/mobile-day/mobile-event/featured-image</code>, <code>v2/month/mobile-events/mobile-day/mobile-event/title</code>, <code>v2/month/top-bar</code>, <code>v2/month/top-bar/datepicker</code>, <code>v2/widgets/widget-events-list</code>, <code>v2/widgets/widget-events-list/event</code>, <code>v2/widgets/widget-events-list/event/date/featured</code>, <code>v2/widgets/widget-events-qr-code</code></li>\n<li>Tweak &#8211; Update Month view templates to use a more semantically appropriate table structure. Developers are advised to carefully review any customizations for compatibility before updating. [TEC-5185]</li>\n<li>Accessibility &#8211; Changed aria-labels to aria-descriptions for WCAG compliance. [TEC-5524]</li>\n<li>Accessibility &#8211; Correct an issue where alert text was not announced by screen readers. [TEC-5184]</li>\n<li>Accessibility &#8211; Correct some heading uses that were confusing and/or misapplied. [TEC-5199]</li>\n<li>Accessibility &#8211; Correct some images where the alt text conflicted with the linked title. [TEC-5183]</li>\n<li>Accessibility &#8211; Improve the keyboard navigation of the Views menu. [TEC-5192]</li>\n<li>Accessibility &#8211; Remove redundant aria-label attributes where they duplicate existing visible text. [TEC-5197]</li>\n<li>Accessibility &#8211; Remove redundant title attributes on some images and links. [TEC-5194, TEC-5195]</li>\n<li>Accessibility &#8211; Updated featured icons in all calendar views to include accessible labels. Reorganized the Month view Feature icons to be more understandable when read by a screen reader. Reworked several icon applications to make them more accessible. [TEC-5190, TEC-5201]</li>\n<li>Language &#8211; 59 new strings added, 132 updated, 1 fuzzied, and 1 obsoleted.</li>\n</ul>\n<h4>[6.13.2.1] 2025-06-05</h4>\n<ul>\n<li>Fix &#8211; Fix some hardcoded asset paths. [TEC-5523]</li>\n<li>Fix &#8211; Utilize the newer version of our build process to ensure inline svgs are being handled properly. [TCMN-188]</li>\n<li>Security &#8211; Fixed an issue where some templates were not sanitized properly.</li>\n</ul>\n<h4>[6.13.2] 2025-06-03</h4>\n<ul>\n<li>Version &#8211; The Events Calendar 6.13.2 is only compatible with Event Tickets 5.24.0 and higher.</li>\n<li>Tweak &#8211; Updated Help Hub functionality to follow new standards.</li>\n<li>Language &#8211; 8 new strings added, 23 updated, 0 fuzzied, and 0 obsoleted.</li>\n</ul>\n<h4>[6.13.1] 2025-05-27</h4>\n<ul>\n<li>Fix &#8211; Add Domain Path to the plugin header to ensure installed files get read. [TEC-5520]</li>\n<li>Fix &#8211; Ensures symbolic links are followed on Assets Group Paths. [TCMN-187]</li>\n<li>Fix &#8211; Update aggregator scripts to ensure globals remain global. [TEC-5509]</li>\n<li>Language &#8211; 0 new strings added, 1 updated, 0 fuzzied, and 0 obsoleted.</li>\n</ul>\n<h4>[6.13.0] 2025-05-20</h4>\n<ul>\n<li>Version &#8211; The Events Calendar 6.13.0 is only compatible with Events Pro 7.6.0 and higher.</li>\n<li>Version &#8211; The Events Calendar 6.13.0 is only compatible with Events Community 5.0.7 and higher.</li>\n<li>Version &#8211; The Events Calendar 6.13.0 is only compatible with Event Tickets 5.23.0 and higher.</li>\n<li>Version &#8211; The Events Calendar 6.13.0 is only compatible with Event Tickets Plus 6.5.0 and higher.</li>\n<li>Feature &#8211; Add a <code>Block_Trait</code> to simplify block assets registration and avoid code duplication.</li>\n<li>Fix &#8211; Improve Settings UX by preventing unstyled error state when tab object does not exist.</li>\n<li>Fix &#8211; Update class steps to use namespaced class names consistently to improve class reusability.</li>\n<li>Fix &#8211; In the onboarding API, improve data management by merging new params instead of overwriting existing ones.</li>\n<li>Fix &#8211; Standardize asset loading by using a consistent function to load assets.</li>\n<li>Tweak &#8211; Alter Telemetry to allow classes to hook in and supress the modal for specific pages.</li>\n<li>Tweak &#8211; Hide Telemetry modal on the onboarding page.</li>\n<li>Tweak &#8211; Improve the onboarding wizard by properly storing current tab completion and adding filter to force redirect.</li>\n<li>Tweak &#8211; Replace <code>tribe_asset</code> with <code>tec_asset</code> function for proper asset pathing.</li>\n<li>Tweak &#8211; Add <code>tec_events_onboarding_wizard_force_display</code> filter to allow bypassing Guided Setup display checks.</li>\n<li>Tweak &#8211; Add <code>tec_events_onboarding_force_redirect_to_guided_setup</code> filter to bypass checks for redirecting to Guided Setup.</li>\n<li>Tweak &#8211; Move Country and Currency lists to Common for better code reuse.</li>\n<li>Tweak &#8211; Update asset handling to leverage group paths consistently.</li>\n<li>Language &#8211; 2 new strings added, 252 updated, 4 fuzzied, and 38 obsoleted.</li>\n</ul>\n<h4>[6.12.0.1] 2025-05-14</h4>\n<ul>\n<li>Fix &#8211; Prevents fatal if QR library in common has not loaded. [TEC-5497]</li>\n<li>Language &#8211; 10 new strings added, 247 updated, 1 fuzzied, and 0 obsoleted.</li>\n</ul>\n<h4>[6.12.0] 2025-05-13</h4>\n<ul>\n<li>Feature &#8211; Add an editor block to display an event QR code [TEC-5404]</li>\n<li>Feature &#8211; Add a widget to display a QR code for an event [TEC-5405]</li>\n<li>Feature &#8211; Add the [tec_event_qr] shortcode [TEC-5406]</li>\n<li>Feature &#8211; Generate QR Code link in the Events Admin Table [TEC-5428]</li>\n<li>Feature &#8211; QR Code metabox in Events Edit screen [TEC-5429]</li>\n<li>Feature &#8211; Support QR Codes in TEC [TEC-5396]</li>\n<li>Security &#8211; Harden backend requests to enforce user capabilities. [SVUL-15]</li>\n<li>Tweak &#8211; Added filters: <code>tec_events_qr_enabled</code>, <code>tec_events_qr_valid_screens</code>, <code>tec_events_qr_code_supported_post_types</code>, <code>tec_events_qr_code_post_types</code>, <code>tec_events_qr_code_redirection_type</code>, <code>tec_events_qr_code_modal_vars</code>, <code>tec_events_qr_code_regenerate</code>, <code>tec_events_qr_current_event_url</code>, <code>tec_events_qr_upcoming_event_url</code>, <code>tec_events_qr_specific_event_url</code>, <code>tec_events_qr_redirection_url</code>, <code>tec_events_qr_widget_options</code>, <code>tec_events_qr_widget_fields</code>, <code>tec_events_qr_next_series_event_url</code>,</li>\n<li>Tweak &#8211; Added actions: <code>tec_events_fully_loaded</code></li>\n<li>Tweak &#8211; Changed views: <code>blocks/parts/subscribe-list</code>, <code>v2/components/events-bar/views</code>, <code>v2/components/events-bar/views/list/item</code>, <code>v2/components/messages</code>, <code>v2/components/subscribe-links/single-event-list</code>, <code>v2/day</code>, <code>v2/list</code>, <code>v2/month</code>, <code>v2/widgets/widget-events-qr-code</code></li>\n<li>Accessibility &#8211; Add aria-labels to view options and aria-current to selected view. [TEC-5022]</li>\n<li>Accessibility &#8211; Add aria-label to view selector button. [TEC-5021]</li>\n<li>Accessibility &#8211; Add aria label to Add to calendar button. [TEC-5088]</li>\n<li>Accessibility &#8211; Change focus to results after filtering <code>events/</code>. [FBAR-332]</li>\n<li>Accessibility &#8211; Change wrapper div to a section tag to avoid multiple &#8216;banner&#8217; landmarks. [TEC-3424]</li>\n<li>Accessibility &#8211; Small tweaks to improve accessibility of user-facing messages. [FBAR-333]</li>\n<li>Accessibility &#8211; Tweaked accordions so they will toggle and not submit when using keyboard navigation. [FBAR-343]</li>\n<li>Language &#8211; 61 new strings added, 145 updated, 0 fuzzied, and 0 obsoleted.</li>\n</ul>\n<h4>[6.11.2.1] 2025-04-28</h4>\n<ul>\n<li>Version &#8211; The Events Calendar 6.11.2.1 is only compatible with Event Tickets 5.21.1.1 or higher.</li>\n<li>Fix &#8211; Amend various callbacks of the External Calendar Embeds feature to not be so strict on the expected arguments, as a result fixing fatal errors when the arguments are not of the expected type. [TEC-5484]</li>\n<li>Security &#8211; Added more safety checks to telemetry opt-ins/opt-outs. [TCMN-186]</li>\n<li>Language &#8211; 0 new strings added, 186 updated, 0 fuzzied, and 61 obsoleted.</li>\n</ul>\n<h4>[6.11.2] 2025-04-09</h4>\n<ul>\n<li>Fix &#8211; Ensure that Copy and Render for our Legacy Widgets works for all Event related widgets [TEC-5447]</li>\n<li>Fix &#8211; Prevent language notice when loading Aggregator cron interval too early. props @peter8nss</li>\n<li>Language &#8211; 0 new strings added, 1 updated, 0 fuzzied, and 0 obsoleted.</li>\n</ul>\n<h4>[6.11.1] 2025-04-07</h4>\n<ul>\n<li>Version &#8211; The Events Calendar 6.11.1 is only compatible with Event Tickets 5.20.0 and higher</li>\n<li>Fix &#8211; Avoid running unbound queries, avoid too long queries being killed. [ECP-1898]</li>\n<li>Fix &#8211; Correct some text-domains copied from common</li>\n<li>Fix &#8211; Ensures the ajaxComplete callback is fired after AJAX has actually completed. [FBAR-344]</li>\n<li>Fix &#8211; Ensures <code>delete_custom_tables_data</code> method is called only for events. [TEC-5445]</li>\n<li>Fix &#8211; Ensures <code>events_per_page</code> is type casted to int before used. [TEC-5442]</li>\n<li>Fix &#8211; Include Label for viewing post type archives. props @mikeritter</li>\n<li>Fix &#8211; Makes sure that Custom Tables are loaded after our Common library is loaded. [TEC-5445]</li>\n<li>Fix &#8211; Prevent invalid argument supplied for foreach() warning, props to @zosterops-lateralis</li>\n<li>Tweak &#8211; Fixed typo in the First Time Setup page.  [TEC-5415]</li>\n<li>Tweak &#8211; Improve our widgets to enable copying it in between different instances of the Block and Site editor.</li>\n<li>Tweak &#8211; Make sure our settings for showing comments is respected as much as possible. props @zosterops-lateralis</li>\n<li>Tweak &#8211; Modify the URL params for Views HTML REST Requests to enable usage of GET requests enabling caching</li>\n<li>Tweak &#8211; Modify the visibility of tribe-ea- statuses to prevent them from slowing down WP_Query that are unrelated to Aggregator</li>\n<li>Tweak &#8211; Prevent REST API notice from showing in certain cases of false positives.</li>\n<li>Performance &#8211; Aggregator query for Authors on the import form has better boundaries props @dilipbheda</li>\n<li>Performance &#8211; Avoid duplicate queries by caching model queries results. [ECP-1898]</li>\n<li>Language &#8211; 2 new strings added, 192 updated, 2 fuzzied, and 0 obsoleted.</li>\n</ul>\n<h4>[6.11.0.1] 2025-04-01</h4>\n<ul>\n<li>Fix &#8211; Ensures <code>get_current_screen()</code> function is only called if it exists, avoiding fatal error if called too early. [TEC-5439]</li>\n</ul>\n<h4>[6.11.0] 2025-03-31</h4>\n<ul>\n<li>Feature &#8211; Added External Calendar Embeds functionality. [TEC-5359]</li>\n<li>Tweak &#8211; Add auto-width to Subscribe to Calendar button to accommodate translations. Props to @huubl [TEC-5430]</li>\n<li>Tweak &#8211; Adjust CSS to make sure that onboarding wizard form elements are properly aligned on all WordPress versions. [TEC-5402]</li>\n<li>Tweak &#8211; Adjusted vertical spacing in the onboarding wizard to better fit the content on the screen. [TEC-5402]</li>\n<li>Tweak &#8211; Changed some organizer and venue fields in the onboarding wizard to not be required. [TEC-5408]</li>\n<li>Tweak &#8211; Make sure the Setup Guide page shows up only when asked for. [TEC-5411]</li>\n<li>Fix &#8211; Add check for single venue and single organizer to the Template_Bootstrap class. Use those checks for SEO titles and enable SEO plugins to overwrite their respective titles. [ECP-1059]</li>\n<li>Fix &#8211; Add notice that at least one view is required for Onboarding Wizard display tab. [TEC-5398]</li>\n<li>Fix &#8211; Add one time redirect to the Guided Setup page. [TEC-5401]</li>\n<li>Fix &#8211; Adjusted logic for when to reset isSaving state for Onboarding Wizard. [TEC-5409]</li>\n<li>Language &#8211; 49 new strings added, 158 updated, 0 fuzzied, and 2 obsoleted.</li>\n</ul>\n<h4>[6.10.3] 2025-03-25</h4>\n<ul>\n<li>Fix &#8211; Improved user experience by ensuring Event Tickets installation and activation notices only appear on TEC-related admin pages.</li>\n<li>Language &#8211; 0 new strings added, 5 updated, 0 fuzzied, and 0 obsoleted.</li>\n</ul>\n<h4>[6.10.2] 2025-03-04</h4>\n<ul>\n<li>Feature &#8211; Use the filter hook in TCMN to define the pages to show IAN notifications [ET-2294]</li>\n<li>Tweak &#8211; Added actions: <code>tec_events_before_view_html_cache</code></li>\n<li>Tweak &#8211; Added check that <code>$_FILES</code> is set before setting the param on an HTTP request. [TEC-5363]</li>\n<li>Tweak &#8211; Added filters: <code>tec_events_filter_wp_robots_meta_directives</code></li>\n<li>Tweak &#8211; Added link to Events Calendar Pro in onboarding wizard. [TEC-5397]</li>\n<li>Tweak &#8211; Changed views: <code>v2/month/top-bar/datepicker</code>, <code>v2/widgets/widget-events-list/event/date-tag</code></li>\n<li>Tweak &#8211; Removed filters: <code>tec_events_seo_robots_meta_content</code>, <code>tec_events_no_index_meta</code></li>\n<li>Tweak &#8211; Update docblocks in the <code>Tribe__Events__iCal</code> class.</li>\n<li>Fix &#8211; Corrected template override file path for Event List Widget date-tag. [ECP-1725]</li>\n<li>Fix &#8211; Fix past events shortcode attribute [TEC-5348]</li>\n<li>Fix &#8211; Fix the time zone blocks in the iCal feed to make sure the iCal feed is valid and the calendar can be subscribed to. [TEC-5360]</li>\n<li>Fix &#8211; Hide Not-Found notice in Astra Theme archive page [TEC-4853]</li>\n<li>Fix &#8211; Hook the noindex directives into a new hook before the View HTML cache check. [TEC-5354]</li>\n<li>Compatibility &#8211; Added 404 handling for day view when disabled or accessed outside the range of earliest and latest events, with an exception for the current month when no events exist. [TEC-5356]</li>\n<li>Compatibility &#8211; Added 404 handling for month view when disabled or accessed outside the range of earliest and latest events, with an exception for the current month when no events exist. [TEC-5356]</li>\n<li>Compatibility &#8211; Switched to using WordPress wp_robots for improved SEO plugin compatibility and to prevent duplicate meta robots tags. [TEC-5355]</li>\n<li>Language &#8211; 0 new strings added, 129 updated, 0 fuzzied, and 0 obsoleted.</li>\n</ul>\n<h4>[6.10.1.1] 2025-02-12</h4>\n<ul>\n<li>Fix &#8211; Updated common library to correct issues with notifications around licensing.</li>\n<li>Fix &#8211; Add a callback to remove the <code>tribe_pue_key_notices</code> once on upgrade to version 6.5.1.1 [TEC-5384]</li>\n<li>Fix &#8211; Adjustments were made to prevent a fatal error when tec_pue_checker_init was triggered too early, attempting to call tribe_is_truthy() before it was available. The license check and active plugin monitoring now run on admin_init to ensure proper loading. [TEC-5384]</li>\n<li>Fix &#8211; Update the license checker to ignore empty licenses. [TEC-5385]</li>\n<li>Language &#8211; 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted.</li>\n</ul>\n<h4>[6.10.1] 2025-02-10</h4>\n<ul>\n<li>Fix &#8211; Added a check for <code>$subscribe_links</code> in <code>single_event_links</code> function. [TEC-5357]</li>\n<li>Fix &#8211; Added <code>format_item()</code> function so venues read from ORM are decorated objects. (props to @m8nmueller) [TEC-5353]</li>\n<li>Fix &#8211; Make Eventbrite import available when the Eventbrite Tickets plugin is installed [EBT-149]</li>\n<li>Fix &#8211; Replaced deprecated functions with their modern equivalents to maintain compatibility. [EA-476]</li>\n<li>Fix &#8211; Support Additional Fields in Events REST API [TEC-5015]</li>\n<li>Fix &#8211; Changed the way translations are loaded to work with the latest WordPress language changes.</li>\n<li>Accessibility &#8211; Increased pagination button sizes on the events page. [TEC-5176]</li>\n<li>Tweak &#8211; Added aliases for Venue ORM for <code>show_map</code> and <code>show_map_link</code>. (props to @m8nmueller) [TEC-5352]</li>\n<li>Tweak &#8211; Remove class_exists() and use register_on_action() for Notifications [TEC-5336]</li>\n<li>Tweak &#8211; Added filters: <code>tribe_repository_venues_format_item</code></li>\n<li>Language &#8211; 0 new strings added, 8 updated, 1 fuzzied, and 0 obsoleted.</li>\n</ul>\n<h4>[6.10.0] 2025-01-30</h4>\n<ul>\n<li>Fix &#8211; Update asset, dependencies, customizations to align with WordPress 6.7 and React 18. [TEC-5322]</li>\n<li>Language &#8211; 0 new strings added, 44 updated, 0 fuzzied, and 1 obsoleted.</li>\n</ul>\n<h4>[6.9.1] 2025-01-22</h4>\n<ul>\n<li>Security &#8211; Ensure Elementor HTML tags are properly escaped to avoid potential Stored Cross Site Scripting. [SVUL-13]</li>\n<li>Fix &#8211; Added check to <code>disable_blocks_on_display</code> for if <code>$content</code> is <code>null</code>. [TEC-5343]</li>\n<li>Fix &#8211; Ensure Aggregator translations are not loaded before init. [TEC-5341]</li>\n<li>Fix &#8211; Fixes edge cases where the nonce_user_logged_out hook was returning a value when the user was logged out, causing the nonce validation to fail. [TEC-5340]</li>\n<li>Fix &#8211; Fix the filter name <code>tec_views_v2_subscribe_links_{$slug}_label</code> which was accidentally changed in a previous release. [TEC-5342]</li>\n<li>Fix &#8211; Re-add logic to add page template options from theme to Display Settings. [TEC-5337]</li>\n<li>Fix &#8211; Update Tribe__Events__Aggregator__Errors to ensure we don&#8217;t load translations before <code>init</code>. [TEC-5341]</li>\n<li>Fix &#8211; Update uses of unload_textdomain to ensure they allow JIT loading of translations afterwards. [TEC-5341]</li>\n<li>Tweak &#8211; Moved Action Scheduler loading into Common instead of TEC. [TEC-5345]</li>\n<li>Tweak &#8211; Updated Telemetry heading under Settings &gt; Debugging. [TEC-5335]</li>\n<li>Tweak &#8211; Re-added filter: <code>tec_views_v2_subscribe_links_{$slug}_label</code></li>\n<li>Tweak &#8211; Tweak &#8211; Removed duplicate filter: <code>tec_views_v2_single_subscribe_links_{$slug}_label</code></li>\n<li>Tweak &#8211; Changed views: <code>integrations/elementor/widgets/event-calendar-link</code>, <code>integrations/elementor/widgets/event-datetime/range-separator</code>, <code>v2/components/loader</code>, <code>v2/components/messages</code></li>\n<li>Accessibility &#8211; Updated the event search page to handle search results better for screen readers, with alerts noting the results of the search.[TEC-5175]</li>\n<li>Language &#8211; 3 new strings added, 84 updated, 0 fuzzied, and 2 obsoleted.</li>\n</ul>\n<h4>[6.9.0] 2024-12-17</h4>\n<ul>\n<li>Feature &#8211; Added new Onboarding Wizard and First Time Setup admin page for new installs. [TEC-5285]</li>\n<li>Fix &#8211; When importing events from Google Calendar when using Events Calendar Pro with a custom Google Maps API key, Provinces/States for non-US countries are now saved to the correct field. [ECP-1877]</li>\n<li>Fix &#8211; When using &#8220;Move to trash events older than&#8221;, trashed imported events are now ignored. [TEC-5319]</li>\n<li>Fix &#8211; Changed <code>format</code> method to <code>format_i18n</code> to allow for translations of dates in the TEC Elementor Widget. [TEC-5323]</li>\n<li>Fix &#8211; Correct template override path to match docblocks for <code>event-export</code> directory. [TEC-5326]</li>\n<li>Fix &#8211; Correct application of upsell classes in settings page.</li>\n<li>Tweak &#8211; Fix the integration with TEC Tweaks to avoid a fatal error when using the extension. [TEC-5316]</li>\n<li>Tweak &#8211; Updated the docblock for the <code>tribe_get_previous_events_link</code>, <code>tribe_get_next_event_link</code>, and <code>tribe_get_gridview_link</code> functions.</li>\n<li>Tweak &#8211; Improved documentation for the <code>tribe_the_next_event_link</code>, <code>tribe_the_prev_event_link</code>, and <code>tribe_get_events_link</code> functions.</li>\n<li>Tweak &#8211; Update docblocks in the <code>Tribe__Events__Importer__File_Importer_Events</code> class.</li>\n<li>Tweak &#8211; Added filters: <code>tec_events_onboarding_wizard_permissions</code>, <code>tec_events_onboarding_wizard_handle</code>, <code>tec_events_onboarding_wizard_country_list</code>, <code>tec_events_onboarding_wizard_timezone_list</code>, <code>tec_events_onboarding_wizard_currencies_list</code>, <code>tribe_events_onboarding_wizard_initial_data</code>, <code>tec_events_admin_notice_event_tickets_should_display</code>, <code>tec_events_admin_notice_utc_timezone_should_display</code>, <code>tec_events_settings_should_filter_page_logo_source</code></li>\n<li>Tweak &#8211; Changed views: <code>integrations/elementor/widgets/event-export</code>, <code>integrations/elementor/widgets/event-export/list-item</code></li>\n<li>Language &#8211; 87 new strings added, 156 updated, 2 fuzzied, and 0 obsoleted.</li>\n</ul>\n<h4>[6.8.3] 2024-12-05</h4>\n<ul>\n<li>Feature &#8211; In-App Notifications system. [TEC-5165]</li>\n<li>Tweak &#8211; Added actions: <code>tec_ian_icon</code></li>\n<li>Language &#8211; 0 new strings added, 118 updated, 0 fuzzied, and 1 obsoleted.</li>\n</ul>\n<h4>[6.8.2.1] 2024-11-21</h4>\n<ul>\n<li>Tweak &#8211; Introduced filter <code>tec_events_rest_api_password_protected_fields</code> which can be used to control which event fields should be hidden in the REST API for password protected events. [SVUL-8]</li>\n<li>Security &#8211; Hide content fields from the archive REST endpoint for password protected events. [SVUL-8]</li>\n<li>Fix &#8211; Prevent notices on <code>_load_textdomain_just_in_time</code> due to Aggregator and Export links code.</li>\n</ul>\n<h4>[6.8.2] 2024-11-19</h4>\n<ul>\n<li>Feature &#8211; Introduced Help Hub, a centralized support and resource interface for enhanced user guidance and plugin assistance.</li>\n<li>Fix &#8211; Prevent a couple of instances where translations were loading too early, avoids notices with <code>_load_textdomain_just_in_time</code> on WordPress 6.7. [TEC-5325]</li>\n<li>Deprecated &#8211; Deprecated the unused update/activation page [TEC-5311]</li>\n<li>Language &#8211; 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted.</li>\n</ul>\n<h4>[6.8.1] 2024-11-04</h4>\n<ul>\n<li>Fix &#8211; Order of past events in the list view when no future events exist. [TEC-5309]</li>\n<li>Fix &#8211; Prevent new Settings pages from over-sanitizing textarea fields, thus removing HTML from before/after in the Events UI. [TEC-5283]</li>\n<li>Fix &#8211; Include backwards compatibility for deprecated proprieties in the Settings class used in The Events Calendar and Event Tickets [TEC-5312]</li>\n</ul>\n<h4>[6.8.0] 2024-10-30</h4>\n<ul>\n<li>Version &#8211; The Events Calendar 6.8.0 is only compatible with Events Calendar Pro 7.3.0 and higher.</li>\n<li>Version &#8211; The Events Calendar 6.8.0 is only compatible with Events Tickets Plus 6.1.0 or higher.</li>\n<li>Version &#8211; The Events Calendar 6.8.0 is only compatible with Event Tickets 5.16.0 or higher.</li>\n<li>Feature &#8211; Added integration with new premium Seating product for Event Tickets.</li>\n<li>Language &#8211; 0 new strings added, 6 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[6.7.1] 2024-10-21</h4>\n<ul>\n<li>Feature &#8211; Allow importing custom data when importing Organizers from a CSV file. [TEC-4846]</li>\n<li>Feature &#8211; Allow importing custom data when importing Venues from a CSV file. [TEC-5138]</li>\n<li>Security &#8211; Ensure restoring events from trash does not allow for unauthorized access. [SVUL-7] (props @patchstack)</li>\n<li>Fix &#8211; Ensure Latest Past Events appear properly in Category views [TEC-4991]</li>\n<li>Fix &#8211; Cast theme object to string to avoid a deprecation notice. [TEC-5062]</li>\n<li>Tweak &#8211; Removed the 6.0 welcome message. [TEC-5166]</li>\n<li>Tweak &#8211; Added filters: <code>tribe_events_csv_import_organizer_additional_fields</code>, <code>tribe_events_csv_import_venue_additional_fields</code></li>\n<li>Tweak &#8211; Changed views: <code>v2/latest-past</code></li>\n<li>Tweak &#8211; Updated docblocks in the <code>Tribe__Events__Aggregator__Records</code>, <code>Tribe__Events__Importer__File_Importer</code>, and <code>Tribe__Events__Repositories__Organizer</code> classes.</li>\n<li>Tweak &#8211; Improved documentation for the <code>tribe_is_event</code>, <code>tribe_get_event_link</code>, <code>tribe_events_get_event_website_title</code>, <code>tribe_get_event_website_link</code>, <code>tribe_get_listview_display</code>, <code>tribe_get_listview_args</code>, and <code>tribe_get_listview_prev_link</code> functions.</li>\n<li>Language &#8211; 3 new strings added, 218 updated, 0 fuzzied, and 32 obsoleted</li>\n</ul>\n<h4>[6.7.0] 2024-09-26</h4>\n<ul>\n<li>Version &#8211; The Events Calendar 6.7.0 is only compatible with Events Calendar Pro 7.1.0 and higher</li>\n<li>Version &#8211; The Events Calendar 6.7.0 is only compatible with Events Filterbar 5.5.7 and higher</li>\n<li>Version &#8211; The Events Calendar 6.7.0 is only compatible with Events Community 5.0.4 and higher</li>\n<li>Feature &#8211; New and improved settings layout and styles. [TEC-5124]</li>\n<li>Fix &#8211; Correct translation domains in a few templates. [6.7.2]</li>\n<li>Tweak &#8211; Added filters: <code>tec_settings_gmaps_js_api_start</code>, <code>tec_events_settings_display_calendar_display_section</code>, <code>tec_general_settings_viewing_section</code>, <code>tec_events_aggregator_show_all_settings</code>, <code>tec_events_settings_tab_imports_fields</code></li>\n<li>Tweak &#8211; Removed filters: <code>tec_events_should_display_events_template_setting</code>, <code>tec_events_display_settings_tab_fields</code>, <code>tribe_general_settings_tab_fields</code></li>\n<li>Tweak &#8211; Added actions: <code>tec_events_settings_tab_display_additional_content</code>, <code>tec_events_settings_tab_display_calendar</code>, <code>tec_events_settings_tab_display_date_time</code>, <code>tec_events_settings_tab_display_maps</code>, <code>tec_events_settings_tab_general_debugging</code>, <code>tec_events_settings_tab_general_editing</code>, <code>tec_events_settings_tab_general_maintenance</code>, <code>tec_events_settings_tab_general_viewing</code>, <code>tec_settings_tab_addons</code>, <code>tec_events_settings_tab_display</code>, <code>tec_events_settings_tab_general</code>, <code>tec_events_settings_tab_imports</code></li>\n<li>Tweak &#8211; Changed views: <code>v2/latest-past/event/venue</code></li>\n<li>Language &#8211; 6 new strings added, 356 updated, 3 fuzzied, and 29 obsoleted</li>\n</ul>\n<h4>[6.6.4.2] 2024-09-17</h4>\n<ul>\n<li>Fix &#8211; Resolve fatal errors happening when Events search was being used alongside query ordering. [TEC-5155]</li>\n</ul>\n<h4>[6.6.4.1] 2024-09-16</h4>\n<ul>\n<li>Security &#8211; Improve general escaping for ORM queries to prevent legacy Events methods to be used for SQL injections.</li>\n</ul>\n<h4>[6.6.4] 2024-09-11</h4>\n<ul>\n<li>Security &#8211; Improve handling of Date/Time Separator settings to prevent potential XSS vulnerabilities.</li>\n<li>Fix &#8211; Add an option to allow for duplicate Venue creation as part of creating/editing Events.</li>\n<li>Fix &#8211; Adding small adjustment to WPML integration to allow for location searches on a translated site. (props to @dgwatkins) [BTRIA-2353]</li>\n<li>Fix &#8211; Changed logic within the custom tables query to avoid a database error. (props @datadiver0x0) [ECP-1562]</li>\n<li>Fix &#8211; Update the logic that displays the &#8220;REST API blocked&#8221; banner to reduce false positives. [TEC-5105]</li>\n<li>Tweak &#8211; Include methods <code>tec_events_get_date_time_separator</code> and <code>tec_events_get_time_range_separator</code> and it&#8217;s respective filters.</li>\n<li>Tweak &#8211; Add docblock for make_select_box()</li>\n<li>Tweak &#8211; Add docblock for <code>set_defaults()</code> in the <code>Tribe__Events__Importer__Column_Mapper</code> class.</li>\n<li>Tweak &#8211; Add docblocks to the methods in the <code>Tribe__Events__Importer__Column_Mapper</code> class.</li>\n<li>Tweak &#8211; Add information and missing tags to <code>tribe_get_listview_args()</code> docblock.</li>\n<li>Tweak &#8211; Add information and missing tags to <code>tribe_get_listview_dir_link()</code> docblock.</li>\n<li>Tweak &#8211; Add information and missing tags to <code>tribe_get_listview_link()</code> docblock.</li>\n<li>Tweak &#8211; Add information and missing tags to <code>tribe_get_listview_past_link()</code> docblock.</li>\n<li>Tweak &#8211; Add information and missing tags to <code>tribe_get_prev_event_link()</code>.</li>\n<li>Tweak &#8211; Made a string translatable in <code>settings.php</code> file. (props to @DAnn2012) [TEC-5142]</li>\n<li>Tweak &#8211; Update the docblock of the <code>tribe_embed_google_map()</code> method, change a variable name to match current naming conventions, and added a docblock to the <code>tribe_embed_google_map</code> filter.</li>\n<li>Tweak &#8211; Update the docblock of the <code>tribe_embed_google_map_link()</code> method, change a variable name to match current naming conventions, and added a docblock to the <code>tribe_embed_google_map_link</code> filter.</li>\n<li>Tweak &#8211; Changed views: <code>silence</code>, <code>v2/month/calendar-body/day/calendar-events/calendar-event/date</code></li>\n<li>Language &#8211; 0 new strings added, 46 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[6.6.3] 2024-08-29</h4>\n<ul>\n<li>Fix &#8211; Add an option to allow for duplicate Venue creation as part of creating/editing Events. [TEC-4941]</li>\n<li>Fix &#8211; Character encoding issues on subscribe URLs for Outlook. [TEC-5085, TEC-5094, TEC-5136]</li>\n<li>Fix &#8211; Update the logic that displays the &#8220;REST API blocked&#8221; banner to reduce false positives. [TEC-5105]</li>\n<li>Tweak &#8211; Add docblock for make_select_box()</li>\n<li>Tweak &#8211; Changed views: <code>v2/month/calendar-body/day/calendar-events/calendar-event/date</code></li>\n<li>Language &#8211; 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[6.6.2] 2024-09-20</h4>\n<ul>\n<li>Feature &#8211; Adding the Remove Event End Time feature from the Tweaks addon to the Month view. [TEC-5080]</li>\n<li>Feature &#8211; Adapt to using the refactored tribe_asset. Remove some unused asset calls. [TCMN-172]</li>\n<li>Fix &#8211; Remove automatic capitalization for &#8216;View Calendar&#8217; text on Calendar List Widget. [TEC-5146]</li>\n<li>Tweak &#8211; Add note to <code>tribe_create_venue()</code>, <code>tribe_create_organizer()</code>, <code>tribe_create_event()</code>, <code>tribe_update_event()</code>, <code>tribe_update_venue()</code>, <code>tribe_update_organizer()</code>, <code>tribe_delete_organizer()</code>, and <code>tribe_delete_venue()</code> docblocks to indicate future deprecation.</li>\n<li>Tweak &#8211; Add docblocks to <code>src/Tribe/Featured_Events/Permalinks_Helper.php</code> and <code>src/Tribe/Featured_Events/Query_Helper.php</code>.</li>\n<li>Tweak &#8211; Added filters: <code>tec_events_rest_api_response_blocked</code>, <code>tec_events_rest_api_response_blocked_due_to_timeout</code>, <code>tec_events_site_is_development_mode</code>, <code>tec_events_hide_end_time_modifier_defaults</code></li>\n<li>Tweak &#8211; Added actions: <code>tec_events_views_v2_hide_end_time_init</code></li>\n<li>Tweak &#8211; Changed views: <code>v2/month/calendar-body/day/calendar-events/calendar-event/date</code></li>\n<li>Language &#8211; 6 new strings added, 81 updated, 0 fuzzied, and 4 obsoleted</li>\n</ul>\n<h4>[6.6.1] 2024-08-06</h4>\n<ul>\n<li>Fix &#8211; Ensure we don&#8217;t try to enqueue nonexistent override stylesheets. [ECP-1811]</li>\n<li>Tweak &#8211; Changed views: <code>single-event</code>, <code>v2/widgets/widget-events-list/view-more</code></li>\n<li>Language &#8211; 0 new strings added, 7 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[6.6.0.2] 2024-07-24</h4>\n<ul>\n<li>Fix &#8211; Stellar Sale&#8217;s banner links, details, and HTML tags handling. [TEC-5121]</li>\n</ul>\n<h4>[6.6.0.1] 2024-07-23</h4>\n<ul>\n<li>Fix &#8211; Prevent fatal on WooCommerce Order transition when Event Tickets plugin is not present. [EVA-166]</li>\n</ul>\n<h4>[6.6.0] 2024-07-22</h4>\n<ul>\n<li>Feature &#8211; Included compatibility with Events Calendar Pro 7.0.0 for integrations with Zapier and Power Automate.</li>\n<li>Fix &#8211; Properly handle custom theme assets when files are not present, prevents errors on Query Monitor and some notices. [ECP-1811]</li>\n<li>Tweak &#8211; Added filters: <code>tec_events_integration_elementor_bypass_template_override</code>, <code>tec_events_display_settings_toc</code>, <code>tec_events_general_settings_toc</code></li>\n<li>Tweak &#8211; Changed views: <code>single-event-blocks</code>, <code>v2/month/mobile-events/mobile-day/day-marker</code></li>\n<li>Language &#8211; 1 new strings added, 172 updated, 1 fuzzied, and 1 obsoleted</li>\n</ul>\n<h4>[6.5.2] 2024-07-18</h4>\n<ul>\n<li>Fix &#8211; Add <code>@param</code> and corrected <code>@return</code> to docblock for <code>filter_display_events_bar()</code> &#8211; credit goes to @IanDelMar</li>\n<li>Fix &#8211; Correct docblocks in the file <code>Tribe\\Events\\Views\\V2\\Views\\Traits\\Breakpoint_Behavior.php</code> &#8211; credit goes to @IanDelMar</li>\n<li>Fix &#8211; Add missing closing tags on some admin pages to ensure valid HTML markup. [TEC-4807]</li>\n<li>Fix &#8211; Fix an issue where the import screen broke when the import limit type was set to &#8220;date range&#8221;. [EA-485]</li>\n<li>Tweak &#8211; Update many docblock typos &#8211; credit goes to @szepeviktor.</li>\n<li>Tweak &#8211; Correct some variables with typos, such as <code>$ics_filname</code> to <code>$ics_filename</code> and <code>$deleteable_statuses_interval</code> to <code>$deletable_statuses_interval</code> and <code>$delimter</code> to `$delimiter. Credit goes to @szepeviktor.</li>\n<li>Tweak &#8211; Add filters <code>tec_events_general_settings_toc</code>, <code>tec_events_display_settings_toc</code>.</li>\n<li>Tweak &#8211; Update docblock for hooks: <code>month_multiday_classes</code>, <code>month_day_classes</code>, <code>get_before_events_html</code>, <code>get_after_events_html</code>, <code>tribe_events_views_v2_month_multiday_classes</code> and <code>tec_events_month_day_classes_comparison_date</code> to provide more clarity.</li>\n<li>Tweak &#8211; Update docblock for methods/functions: <code>tec_views_v2_subscribe_link_visibility</code>, <code>tec_views_v2_subscribe_link_{$slug}_visibility</code>, <code>tribe_get_view_permalink()</code>, <code>tribe_get_basic_gmap_embed_url()</code>, <code>tribe_event_featured_image()</code>, <code>tribe_get_map_link()</code> and <code>tribe_get_map_link_html()</code> methods and add docblocks for the <code>tribe_events_google_map_link</code>, <code>tribe_get_map_link</code> and <code>tribe_get_map_link_html</code> filters.</li>\n<li>Tweak &#8211; Added filters: <code>tec_events_integration_elementor_bypass_template_override</code>, <code>tec_events_display_settings_toc</code>, <code>tec_events_general_settings_toc</code></li>\n<li>Tweak &#8211; Changed views: <code>single-event-blocks</code>, <code>v2/month/mobile-events/mobile-day/day-marker</code></li>\n<li>Language &#8211; 0 new strings added, 222 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[6.5.1.6] 2024-07-11</h4>\n<ul>\n<li>Fix &#8211; Ensure compatibility with WordPress 6.6 for removed polyfill <code>regenerator-runtime</code>. [TEC-5120]</li>\n</ul>\n<h4>[6.5.1.5] 2024-06-27</h4>\n<ul>\n<li>Security &#8211; Added additional security check when an ignored event is restored. [SVUL-3]</li>\n<li>Language &#8211; 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[6.5.1.4] 2024-06-18</h4>\n<ul>\n<li>Fix &#8211; In installations where the plugins or wp-content directories were symbolic linked, assets would fail to be located.[TEC-5106]</li>\n<li>Language &#8211; 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[6.5.1.3] 2024-06-14</h4>\n<ul>\n<li>Fix &#8211; Issue where scripts would not be enqueued as modules. [ET-2136]</li>\n<li>Language &#8211; 0 new strings added, 109 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[6.5.1.2] 2024-06-14</h4>\n<ul>\n<li>Fix &#8211; Windows Server compatibility issues with updated Assets handling. [TEC-5104]</li>\n<li>Language &#8211; 0 new strings added, 0 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[6.5.1.1] 2024-06-13</h4>\n<ul>\n<li>Fix &#8211; Issue on which some assets (css,js) would not be located in WP installs which could have some WP constant modified (WP_CONTENT_DIR, WP_PLUGIN_DIR)[TEC-5104]</li>\n<li>Language &#8211; 0 new strings added, 0 updated, 1 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[6.5.1] 2024-06-11</h4>\n<ul>\n<li>Feature &#8211; Adapt to using the refactored tribe_asset. Remove some unused asset calls. [TCMN-172]</li>\n<li>Fix &#8211; Remove automatic capitalization for &#8216;View Calendar&#8217; text on Calendar List Widget. [TEC-5146]</li>\n<li>Tweak &#8211; Include a filter to the Elementor integration <code>tec_events_integration_elementor_bypass_template_override</code> to allow users to bypass the single event template. [TEC-5102]</li>\n<li>Tweak &#8211; Add note to <code>tribe_create_venue()</code>, <code>tribe_create_organizer()</code>, <code>tribe_create_event()</code>, <code>tribe_update_event()</code>, <code>tribe_update_venue()</code>, <code>tribe_update_organizer()</code>, <code>tribe_delete_organizer()</code> and <code>tribe_delete_venue()</code> docblocks to indicate future deprecation.</li>\n<li>Tweak &#8211; Add docblocks to <code>src/Tribe/Featured_Events/Permalinks_Helper.php</code> and <code>src/Tribe/Featured_Events/Query_Helper.php</code>.</li>\n<li>Tweak &#8211; Changed views: <code>single-event</code></li>\n<li>Language: 2 new strings added, 69 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[6.5.0.1] 2024-06-04</h4>\n<ul>\n<li>Fix &#8211; Ensure REST API notice only checks on Events admin pages and once every 48 hours regardless of transients rules. [TEC-5147]</li>\n<li>Security &#8211; Ensure the Events REST API respects the individual post access restrictions. [TEC-5148]</li>\n</ul>\n<h4>[6.5.0] 2024-05-14</h4>\n<ul>\n<li>Version &#8211; The Events Calendar 6.5.0 is only compatible with Event Tickets 5.10.0 and higher</li>\n<li>Feature &#8211; Moved the Remove End Time settings from our Tweaks extension into the TEC &gt; Settings &gt; Display section. Fixes some compatibility issues with recent updates to the views. Also adds a compatibility layer in case of using an older Tweaks extension. [TEC-4371]</li>\n<li>Fix &#8211; When creating a new event the Currency symbol, code and position fields are populated from the general settings options. [TEC-5072]</li>\n<li>Fix &#8211; Wrong page titles in List page when using a Classic Theme. [TEC-5074]</li>\n<li>Tweak &#8211; Add a warning notice in admin area when the REST API endpoints are not accessible. [TEC-4667]</li>\n<li>Tweak &#8211; Add aria-hidden=&#8221;true&#8221; to the event image link so that screen readers ignore it. [TEC-5023]</li>\n<li>Tweak &#8211; Add note to <code>tribe_event_delete()</code> docblock to indicate future deprecation.</li>\n<li>Tweak &#8211; Added actions: <code>tec_events_elementor_widgets_registered</code> [TEC-5091]</li>\n<li>Tweak &#8211; Added filters: <code>tec_events_filter_events_template_setting_option</code>, <code>tec_events_filter_tribe_get_single_option</code>, <code>tec_events_{$slug}_visibility_is_visible</code>, <code>tec_events_{$slug}_visibility_is_visible:{$area}</code>, <code>tec_events_{$slug}_visibility_is_visible:{$area}:{$post_id}</code>, <code>tec_events_display_remove_event_end_time_options</code></li>\n<li>Tweak &#8211; Removed filters: <code>tribe_events_register_venue_post_type_labels</code></li>\n<li>Tweak &#8211; Added actions: <code>tec_events_elementor_widgets_registered</code></li>\n<li>Tweak &#8211; Changed views: <code>single-event/recurring-description</code>, <code>v2/list/event/featured-image</code></li>\n<li>Security &#8211; Replace uses of the retired moment.js with Day.js [TEC-5011]</li>\n<li>Language &#8211; 8 new strings added, 190 updated, 0 fuzzied, and 0 obsoleted</li>\n</ul>\n<h4>[6.4.0.1] 2024-05-06</h4>\n<ul>\n<li>Fix &#8211; Prevent the Status widget from potentially running undefined methods. [ECP-1797]</li>\n<li>Tweak &#8211; Add action to signal activation of TEC Elementor compatibility. [ECP-1789]</li>\n<li>Tweak &#8211; Added actions: <code>tec_events_elementor_loaded</code></li>\n<li>Security &#8211; Ensure JSON response of Reflector View class is sanitized, to avoid potential security issues. [SVUL-2]</li>\n<li>Security &#8211; Correct a user permissions check.</li>\n<li>Language &#8211; 0 new strings added, 27 updated,  &hellip;</li>\n</ul>\n\";s:11:\"screenshots\";s:2015:\"<ol><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=2755131\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=2755131\" alt=\"Month View with hover\"></a><p>Month View with hover</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=2755131\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=2755131\" alt=\"Mobile Views\"></a><p>Mobile Views</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=2755131\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=2755131\" alt=\"Single event\"></a><p>Single event</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=2755131\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=2755131\" alt=\"List View\"></a><p>List View</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=2755131\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=2755131\" alt=\"Event Editor\"></a><p>Event Editor</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=2755131\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=2755131\" alt=\"Events admin listing\"></a><p>Events admin listing</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=2755131\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=2755131\" alt=\"General Settings\"></a><p>General Settings</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=2755131\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=2755131\" alt=\"Display Settings\"></a><p>Display Settings</p></li><li><a href=\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=2755131\"><img src=\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=2755131\" alt=\"CSV Importer\"></a><p>CSV Importer</p></li></ol>\";s:7:\"reviews\";s:19379:\"<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Fantastic Plugin and Support Team</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/emilypearce/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/232836cc4c39145b94c0191dda2c3bfc031ac861d3c90ac09e184d98499f7c96?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/232836cc4c39145b94c0191dda2c3bfc031ac861d3c90ac09e184d98499f7c96?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/emilypearce/\" class=\"reviewer-name\">emily.pearce</a> on <span class=\"review-date\">July 23, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Not only is this a great plugin the support team are fantastic - going above and beyond to get any issues sorted out. </p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">A wonderful plugin</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/yavorh/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/e488353c9051fc1f2c658632d25dfd81e07bc5706d22242afaf7517ee4922b5b?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/e488353c9051fc1f2c658632d25dfd81e07bc5706d22242afaf7517ee4922b5b?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/yavorh/\" class=\"reviewer-name\">yavorh</a> on <span class=\"review-date\">July 19, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I am amazed at how smooth and easily configurable the plugin is. It has some really great features!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Flexible and works great</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/edbryantca/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/d97a398e7025a6831939f3d6a89f2bf12c071694c0ee94812d31c776adfef80b?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/d97a398e7025a6831939f3d6a89f2bf12c071694c0ee94812d31c776adfef80b?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/edbryantca/\" class=\"reviewer-name\">edbryantca</a> on <span class=\"review-date\">July 17, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I run a website for our cycling club. we use TEC for all our rides and social events. The calendar page is great, and looks good on mobile as well, which is what people do when they are on a ride. The widget sidebar is on every page, reminding people to get our and ride.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The ride scheduler uses a spreadsheet to schedule rides, assign leaders, balances rides, etc. I get that spreadsheet, export as CSV, run it through a couple of awk scripts to add some html detail, and then batch load it. I can add 3 months of events easily in 10 minutes - that is great.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>My only gripe is that I need today\'s ride to appear in the sidebar widget after the ride starts, in case riders get lost (yes, it\'s on the calendar page, but that\'s more clicks when you are lost). There is no clean filter to adjust the event query, so I \"fix\" the plugin from \"now\" to \"today\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We also the registration for TEC plugin from @roundupwp, which works seamlessly thanks to the great design of TEC.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Five star plugin</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/rodeboy/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/c60c3b0abbb66109e19cac7001f569a2dcc034ab9cc7f1f0ba2438a5c458d3e1?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/c60c3b0abbb66109e19cac7001f569a2dcc034ab9cc7f1f0ba2438a5c458d3e1?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/rodeboy/\" class=\"reviewer-name\">rodeboy</a> on <span class=\"review-date\">July 16, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Very clean and nice plugin to use. Support is efficient and very helpful. Highly recommended.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Good App and Excellent Support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/lawriem1/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4d42745b0d10eb823ee83567ae17b7886445a36afd3fba6ad5fe507478fb899f?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/4d42745b0d10eb823ee83567ae17b7886445a36afd3fba6ad5fe507478fb899f?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/lawriem1/\" class=\"reviewer-name\">lawriem1</a> on <span class=\"review-date\">July 14, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I have been using the Events Calendar for years and like any plugin there is bound to be the occasional blip but I must say that the support is fantastic and the staff have always stuck with any problems until resolved.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Good support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/zactoff/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/69c6c7a664c64b8cfbc6247e70053c5efc4d60c8a13b8d419e2d53029fd91290?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/69c6c7a664c64b8cfbc6247e70053c5efc4d60c8a13b8d419e2d53029fd91290?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/zactoff/\" class=\"reviewer-name\">zactoff</a> on <span class=\"review-date\">July 8, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Even with the free version these guys provided excellent support for a solid plugin.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great features and superb customer service</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/monosoph/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/917845cff6ccebf804f24839061b80daa37841df5037bad2f67fe23986785ccb?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/917845cff6ccebf804f24839061b80daa37841df5037bad2f67fe23986785ccb?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/monosoph/\" class=\"reviewer-name\">monosoph</a> on <span class=\"review-date\">July 7, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I truly consider upgrading to pro, because they are just good. The features are great if you want to display events on your website in different views. Even importing as csv is available on the free plan. <br />The support is amazing, always quik, polite and solves the issue/answers the question.<br /></p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">LATEST UPDATE CAUSING MAJOR PROBLEMS!!!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"1 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"1\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/erichehl/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4a23e7e1fa0f0720508c5d02b4f95aaba74ec64175c732cb7c1ec923ac9f6f83?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/4a23e7e1fa0f0720508c5d02b4f95aaba74ec64175c732cb7c1ec923ac9f6f83?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/erichehl/\" class=\"reviewer-name\">erichehl</a> on <span class=\"review-date\">July 7, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>They just did an update to their Event Calendar Plugin and their Event Calendar Pro plugin two days ago. It is causing MAJOR PROBLEMS with how the calendar appears from a cell phone and when you look at it from a desktop. So far, I have submitted 4 emails requesting help and received one response. I sent two on Friday and then again over the weekend hoping someone would possibly see it. I got one response early on Friday and nothing since. If they had real phone support this plugin would be worth it. Now I am hoping they will help me fix what is going on, but they are not acknowledging that it is an issue. They are pretending the issue doesn\'t exist, but I am not the only one having problems on here with their latest update. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I have been using the Event Calendar and Event Calendar Pro for over a year now. There are several things if I had known in the beginning I honestly would not have chosen this plugin. First, they don\'t provide any phone support whatsoever. Their Chat Support ALWAYS SAYS WAIT FOR AT LEAST 4 hours. I have tried their chat support and it is literally useless. No one is going to sit waiting online for 4+ hours to chat with someone. I tried waiting for over 4 hours and no one came!!!!! They left a generic message 12 hours later and it didn\'t help at all. Next, they have no tech support over the weekend. I PAID FOR PREMIUM SERVICE to get the priority tech support, but IT IS A SCAM. IT DOES NOT EXIST! Also there is no option for them to log into your website and try to fix the problem. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next, when you send them an email it is so frustrating because you have to wait up to four 4 days for them to respond and then their response is often so generic and unhelpful you have to resubmit the request for help again only to have to wait another 4 days for someone to respond. I had two issues and it literally took more than a month of going back and forth trying to find someone to respond to my emails to offer a real fix. Finally, after a month of trying again and again someone sent me an email that cut to the chase and actually told me what to do and two problems were fixed. Her name is Marta. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The current problem with their latest update is so frustrating because they pushed the update and are ignoring the problems it is causing. I have read at least one other person who is having the same problems with the latest update. I sent four emails asking for help and submitted to support tickets. I got one response and it didn\'t work. I replied back multiple times and no one has responded. It is the weekend so hopefully on Monday they will respond. This company needs real live tech support. They refuse to pay the money to pay for live tech support. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I have been looking for another calendar Plugin because The Events Calendar plugin is useless without real live phone tech support. Be prepared to be frustrated waiting 4 days for your email to be answered only to have the answer be useless because they will say things like \"You need to fix your CSS\" and not tell you what needs to be fixed or what code to add. </p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Good but can be problematic</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"4 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"4\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/asbator/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4047cfd26c98c2a8f14809ad30e9ebfbd8373a53ce8a21967bd90e500a7e976b?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/4047cfd26c98c2a8f14809ad30e9ebfbd8373a53ce8a21967bd90e500a7e976b?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/asbator/\" class=\"reviewer-name\">asbator</a> on <span class=\"review-date\">July 4, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Good plugin. Had a lot of problems after upgrade to new major version, but finally there are bugfixes and some improvements.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Very good plugin</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/hj1910/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/c5d46d576cc9d1f0a70d51c5597976028684cf9869f67efa1edc14eb101ead7d?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/c5d46d576cc9d1f0a70d51c5597976028684cf9869f67efa1edc14eb101ead7d?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/hj1910/\" class=\"reviewer-name\">hj1910</a> on <span class=\"review-date\">July 4, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Love the plugin. Very easy to use. I have used it now for a number of years. No complains whatsoever. It does exactly what I expect and what I need.</p>\n<!-- /wp:paragraph --></div>\n</div>\n\";}s:17:\"short_description\";s:125:\"The Events Calendar: #1 calendar plugin for WordPress. Create/manage events (virtual too!) on your site with the free plugin.\";s:13:\"download_link\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.14.2.zip\";s:14:\"upgrade_notice\";a:1:{s:5:\"[6.0]\";s:242:\"<p>Please see the changelog for the complete list of changes in this release.\nPrevious versions of The Events Calendar are not cross-compatible with 6.X add-ons.\nRemember to always make a backup of your database and files before updating!</p>\";}s:11:\"screenshots\";a:9:{i:1;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-1.png?rev=2755131\";s:7:\"caption\";s:21:\"Month View with hover\";}i:2;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-2.png?rev=2755131\";s:7:\"caption\";s:12:\"Mobile Views\";}i:3;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-3.png?rev=2755131\";s:7:\"caption\";s:12:\"Single event\";}i:4;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-4.png?rev=2755131\";s:7:\"caption\";s:9:\"List View\";}i:5;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-5.png?rev=2755131\";s:7:\"caption\";s:12:\"Event Editor\";}i:6;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-6.png?rev=2755131\";s:7:\"caption\";s:20:\"Events admin listing\";}i:7;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-7.png?rev=2755131\";s:7:\"caption\";s:16:\"General Settings\";}i:8;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-8.png?rev=2755131\";s:7:\"caption\";s:16:\"Display Settings\";}i:9;a:2:{s:3:\"src\";s:72:\"https://ps.w.org/the-events-calendar/assets/screenshot-9.png?rev=2755131\";s:7:\"caption\";s:12:\"CSV Importer\";}}s:4:\"tags\";a:5:{s:8:\"calendar\";s:8:\"calendar\";s:5:\"event\";s:5:\"Event\";s:6:\"events\";s:6:\"events\";s:9:\"organizer\";s:9:\"organizer\";s:8:\"schedule\";s:8:\"schedule\";}s:8:\"versions\";a:373:{s:3:\"1.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.zip\";s:5:\"1.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.1.zip\";s:5:\"1.5.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.2.zip\";s:5:\"1.5.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.3.zip\";s:5:\"1.5.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.4.zip\";s:5:\"1.5.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.5.zip\";s:5:\"1.5.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.5.6.zip\";s:3:\"1.6\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.zip\";s:5:\"1.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.1.zip\";s:5:\"1.6.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.2.zip\";s:5:\"1.6.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.3.zip\";s:5:\"1.6.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.4.zip\";s:5:\"1.6.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.1.6.5.zip\";s:3:\"2.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.zip\";s:5:\"2.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.1.zip\";s:6:\"2.0.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.10.zip\";s:6:\"2.0.11\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.11.zip\";s:5:\"2.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.2.zip\";s:5:\"2.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.3.zip\";s:5:\"2.0.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.4.zip\";s:5:\"2.0.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.5.zip\";s:5:\"2.0.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.6.zip\";s:5:\"2.0.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.7.zip\";s:5:\"2.0.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.8.zip\";s:5:\"2.0.9\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.2.0.9.zip\";s:3:\"3.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.zip\";s:5:\"3.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.1.zip\";s:5:\"3.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.2.zip\";s:5:\"3.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.0.3.zip\";s:3:\"3.1\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.1.zip\";s:4:\"3.10\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.10.zip\";s:6:\"3.10.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.10.1.zip\";s:4:\"3.11\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.zip\";s:6:\"3.11.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.1.zip\";s:6:\"3.11.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.11.2.zip\";s:4:\"3.12\";s:67:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.zip\";s:6:\"3.12.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.1.zip\";s:6:\"3.12.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.2.zip\";s:6:\"3.12.3\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.3.zip\";s:6:\"3.12.4\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.4.zip\";s:6:\"3.12.5\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.5.zip\";s:6:\"3.12.6\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.12.6.zip\";s:3:\"3.2\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.2.zip\";s:3:\"3.3\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.3.zip\";s:5:\"3.3.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.3.1.zip\";s:3:\"3.4\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.4.zip\";s:5:\"3.4.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.4.1.zip\";s:3:\"3.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.5.zip\";s:5:\"3.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.5.1.zip\";s:3:\"3.6\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.6.zip\";s:5:\"3.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.6.1.zip\";s:3:\"3.7\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.7.zip\";s:3:\"3.8\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.8.zip\";s:5:\"3.8.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.8.1.zip\";s:3:\"3.9\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.zip\";s:5:\"3.9.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.1.zip\";s:5:\"3.9.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.2.zip\";s:5:\"3.9.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.3.9.3.zip\";s:3:\"4.0\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.zip\";s:5:\"4.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.1.zip\";s:5:\"4.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.2.zip\";s:5:\"4.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.3.zip\";s:5:\"4.0.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.4.zip\";s:5:\"4.0.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.5.zip\";s:5:\"4.0.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.6.zip\";s:5:\"4.0.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.0.7.zip\";s:3:\"4.1\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.zip\";s:7:\"4.1.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.0.1.zip\";s:5:\"4.1.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.1.zip\";s:7:\"4.1.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.1.1.zip\";s:5:\"4.1.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.2.zip\";s:5:\"4.1.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.3.zip\";s:5:\"4.1.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.1.4.zip\";s:3:\"4.2\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.zip\";s:5:\"4.2.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.1.zip\";s:7:\"4.2.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.1.1.zip\";s:5:\"4.2.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.2.zip\";s:5:\"4.2.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.3.zip\";s:5:\"4.2.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.4.zip\";s:5:\"4.2.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.5.zip\";s:5:\"4.2.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.6.zip\";s:5:\"4.2.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.2.7.zip\";s:3:\"4.3\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.zip\";s:7:\"4.3.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.0.2.zip\";s:5:\"4.3.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.1.zip\";s:7:\"4.3.1.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.1.2.zip\";s:7:\"4.3.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.2.1.zip\";s:7:\"4.3.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.3.1.zip\";s:7:\"4.3.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.1.zip\";s:7:\"4.3.4.3\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.4.3.zip\";s:7:\"4.3.5.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.3.5.1.zip\";s:3:\"4.4\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.zip\";s:7:\"4.4.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.0.2.zip\";s:5:\"4.4.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.1.zip\";s:7:\"4.4.1.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.1.2.zip\";s:7:\"4.4.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.2.1.zip\";s:7:\"4.4.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.3.1.zip\";s:7:\"4.4.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.4.1.zip\";s:7:\"4.4.5.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.4.5.1.zip\";s:3:\"4.5\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.zip\";s:7:\"4.5.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.0.1.zip\";s:7:\"4.5.0.3\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.0.3.zip\";s:7:\"4.5.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.1.1.zip\";s:6:\"4.5.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.10.zip\";s:8:\"4.5.10.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.10.2.zip\";s:8:\"4.5.11.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.11.1.zip\";s:6:\"4.5.12\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.zip\";s:8:\"4.5.12.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.1.zip\";s:8:\"4.5.12.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.2.zip\";s:8:\"4.5.12.4\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.12.4.zip\";s:8:\"4.5.13.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.13.1.zip\";s:5:\"4.5.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.2.zip\";s:7:\"4.5.2.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.2.2.zip\";s:7:\"4.5.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.3.1.zip\";s:7:\"4.5.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.4.1.zip\";s:7:\"4.5.5.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.5.1.zip\";s:7:\"4.5.6.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.6.1.zip\";s:7:\"4.5.7.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.7.1.zip\";s:5:\"4.5.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.8.zip\";s:7:\"4.5.8.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.8.2.zip\";s:7:\"4.5.9.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.5.9.1.zip\";s:7:\"4.6.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.0.1.zip\";s:7:\"4.6.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.1.1.zip\";s:6:\"4.6.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.10.zip\";s:8:\"4.6.10.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.10.2.zip\";s:6:\"4.6.11\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.11.zip\";s:8:\"4.6.11.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.11.2.zip\";s:8:\"4.6.12.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.12.1.zip\";s:8:\"4.6.13.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.13.1.zip\";s:6:\"4.6.14\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.14.zip\";s:8:\"4.6.14.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.14.2.zip\";s:8:\"4.6.15.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.15.1.zip\";s:8:\"4.6.16.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.16.1.zip\";s:8:\"4.6.17.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.17.1.zip\";s:8:\"4.6.18.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.18.1.zip\";s:8:\"4.6.19.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.19.1.zip\";s:7:\"4.6.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.2.1.zip\";s:6:\"4.6.20\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.20.zip\";s:8:\"4.6.20.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.20.2.zip\";s:8:\"4.6.21.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.21.1.zip\";s:6:\"4.6.22\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.22.zip\";s:8:\"4.6.22.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.22.2.zip\";s:8:\"4.6.23.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.23.1.zip\";s:6:\"4.6.24\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.24.zip\";s:8:\"4.6.24.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.24.2.zip\";s:8:\"4.6.25.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.25.1.zip\";s:6:\"4.6.26\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.26.zip\";s:8:\"4.6.26.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.26.2.zip\";s:7:\"4.6.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.3.1.zip\";s:7:\"4.6.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.4.1.zip\";s:7:\"4.6.5.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.5.1.zip\";s:7:\"4.6.6.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.6.1.zip\";s:7:\"4.6.7.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.7.1.zip\";s:7:\"4.6.8.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.8.1.zip\";s:7:\"4.6.9.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.6.9.1.zip\";s:3:\"4.7\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.zip\";s:7:\"4.7.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.0.2.zip\";s:7:\"4.7.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.1.1.zip\";s:7:\"4.7.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.2.1.zip\";s:7:\"4.7.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.3.1.zip\";s:7:\"4.7.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.7.4.1.zip\";s:3:\"4.8\";s:66:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.8.zip\";s:7:\"4.8.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.8.0.2.zip\";s:7:\"4.8.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.8.1.1.zip\";s:7:\"4.8.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.8.2.1.zip\";s:7:\"4.9.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.0.1.zip\";s:7:\"4.9.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.0.2.zip\";s:7:\"4.9.0.4\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.0.4.zip\";s:5:\"4.9.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.1.zip\";s:7:\"4.9.1.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.1.2.zip\";s:8:\"4.9.10.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.10.1.zip\";s:8:\"4.9.11.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.11.1.zip\";s:8:\"4.9.12.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.12.1.zip\";s:8:\"4.9.13.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.13.1.zip\";s:8:\"4.9.14.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.14.1.zip\";s:7:\"4.9.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.2.1.zip\";s:5:\"4.9.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.3.zip\";s:7:\"4.9.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.3.1.zip\";s:7:\"4.9.3.3\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.3.3.zip\";s:7:\"4.9.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.4.1.zip\";s:7:\"4.9.5.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.5.1.zip\";s:7:\"4.9.6.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.6.1.zip\";s:7:\"4.9.7.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.7.1.zip\";s:7:\"4.9.8.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.8.1.zip\";s:7:\"4.9.9.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.4.9.9.1.zip\";s:5:\"5.0.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.0.zip\";s:7:\"5.0.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.0.1.zip\";s:7:\"5.0.0.3\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.0.3.zip\";s:7:\"5.0.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.1.1.zip\";s:7:\"5.0.1.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.1.2.zip\";s:5:\"5.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.2.zip\";s:7:\"5.0.2.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.2.2.zip\";s:7:\"5.0.2.3\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.2.3.zip\";s:5:\"5.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.3.zip\";s:7:\"5.0.3.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.3.2.zip\";s:7:\"5.0.3.3\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.0.3.3.zip\";s:7:\"5.1.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.0.1.zip\";s:7:\"5.1.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.0.2.zip\";s:7:\"5.1.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.1.1.zip\";s:7:\"5.1.1.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.1.2.zip\";s:7:\"5.1.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.2.1.zip\";s:7:\"5.1.2.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.2.2.zip\";s:5:\"5.1.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.3.zip\";s:7:\"5.1.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.3.1.zip\";s:5:\"5.1.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.4.zip\";s:7:\"5.1.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.4.1.zip\";s:5:\"5.1.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.5.zip\";s:7:\"5.1.5.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.5.1.zip\";s:5:\"5.1.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.6.zip\";s:7:\"5.1.6.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.1.6.1.zip\";s:6:\"5.10.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.10.0.zip\";s:6:\"5.10.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.10.1.zip\";s:6:\"5.11.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.11.0.zip\";s:6:\"5.12.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.12.0.zip\";s:6:\"5.12.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.12.1.zip\";s:6:\"5.12.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.12.2.zip\";s:6:\"5.12.3\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.12.3.zip\";s:6:\"5.12.4\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.12.4.zip\";s:6:\"5.13.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.13.0.zip\";s:6:\"5.14.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.14.0.zip\";s:8:\"5.14.0.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.14.0.1.zip\";s:8:\"5.14.0.2\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.14.0.2.zip\";s:8:\"5.14.0.3\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.14.0.3.zip\";s:8:\"5.14.0.4\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.14.0.4.zip\";s:6:\"5.14.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.14.1.zip\";s:6:\"5.14.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.14.2.zip\";s:8:\"5.14.2.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.14.2.1.zip\";s:6:\"5.15.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.15.0.zip\";s:8:\"5.15.0.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.15.0.1.zip\";s:6:\"5.16.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.16.0.zip\";s:6:\"5.16.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.16.1.zip\";s:8:\"5.16.1.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.16.1.1.zip\";s:6:\"5.16.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.16.2.zip\";s:8:\"5.16.2.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.16.2.1.zip\";s:6:\"5.16.3\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.16.3.zip\";s:8:\"5.16.3.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.16.3.1.zip\";s:6:\"5.16.4\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.16.4.zip\";s:8:\"5.16.4.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.16.4.1.zip\";s:5:\"5.2.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.2.0.zip\";s:7:\"5.2.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.2.0.1.zip\";s:5:\"5.2.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.2.1.zip\";s:7:\"5.2.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.2.1.1.zip\";s:7:\"5.2.1.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.2.1.2.zip\";s:5:\"5.3.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.0.zip\";s:7:\"5.3.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.0.1.zip\";s:5:\"5.3.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.1.zip\";s:7:\"5.3.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.1.1.zip\";s:7:\"5.3.1.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.1.2.zip\";s:5:\"5.3.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.2.zip\";s:7:\"5.3.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.2.1.zip\";s:7:\"5.3.2.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.3.2.2.zip\";s:5:\"5.4.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.4.0.zip\";s:7:\"5.4.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.4.0.1.zip\";s:7:\"5.4.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.4.0.2.zip\";s:7:\"5.4.0.3\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.4.0.3.zip\";s:5:\"5.5.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.5.0.zip\";s:7:\"5.5.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.5.0.1.zip\";s:7:\"5.5.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.5.0.2.zip\";s:5:\"5.6.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.6.0.zip\";s:5:\"5.7.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.7.0.zip\";s:5:\"5.7.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.7.1.zip\";s:5:\"5.8.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.8.0.zip\";s:5:\"5.8.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.8.1.zip\";s:5:\"5.8.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.8.2.zip\";s:5:\"5.9.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.9.0.zip\";s:5:\"5.9.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.9.1.zip\";s:5:\"5.9.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.5.9.2.zip\";s:5:\"6.0.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.0.zip\";s:7:\"6.0.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.0.1.zip\";s:5:\"6.0.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.1.zip\";s:7:\"6.0.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.1.1.zip\";s:6:\"6.0.10\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.10.zip\";s:6:\"6.0.11\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.11.zip\";s:6:\"6.0.12\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.12.zip\";s:6:\"6.0.13\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.13.zip\";s:8:\"6.0.13.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.13.1.zip\";s:5:\"6.0.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.2.zip\";s:5:\"6.0.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.3.zip\";s:7:\"6.0.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.3.1.zip\";s:5:\"6.0.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.4.zip\";s:5:\"6.0.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.5.zip\";s:5:\"6.0.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.6.zip\";s:7:\"6.0.6.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.6.1.zip\";s:7:\"6.0.6.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.6.2.zip\";s:5:\"6.0.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.7.zip\";s:7:\"6.0.7.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.7.1.zip\";s:5:\"6.0.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.8.zip\";s:5:\"6.0.9\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.0.9.zip\";s:5:\"6.1.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.1.0.zip\";s:7:\"6.1.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.1.0.1.zip\";s:7:\"6.1.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.1.0.2.zip\";s:5:\"6.1.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.1.1.zip\";s:5:\"6.1.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.1.2.zip\";s:7:\"6.1.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.1.2.1.zip\";s:7:\"6.1.2.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.1.2.2.zip\";s:5:\"6.1.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.1.3.zip\";s:5:\"6.1.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.1.4.zip\";s:6:\"6.10.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.10.0.zip\";s:6:\"6.10.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.10.1.zip\";s:8:\"6.10.1.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.10.1.1.zip\";s:6:\"6.10.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.10.2.zip\";s:6:\"6.10.3\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.10.3.zip\";s:6:\"6.11.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.11.0.zip\";s:8:\"6.11.0.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.11.0.1.zip\";s:6:\"6.11.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.11.1.zip\";s:6:\"6.11.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.11.2.zip\";s:8:\"6.11.2.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.11.2.1.zip\";s:6:\"6.12.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.12.0.zip\";s:8:\"6.12.0.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.12.0.1.zip\";s:6:\"6.13.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.13.0.zip\";s:6:\"6.13.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.13.1.zip\";s:6:\"6.13.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.13.2.zip\";s:8:\"6.13.2.1\";s:71:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.13.2.1.zip\";s:6:\"6.14.0\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.14.0.zip\";s:6:\"6.14.1\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.14.1.zip\";s:6:\"6.14.2\";s:69:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.14.2.zip\";s:5:\"6.2.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.0.zip\";s:7:\"6.2.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.0.1.zip\";s:5:\"6.2.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.1.zip\";s:5:\"6.2.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.2.zip\";s:7:\"6.2.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.2.1.zip\";s:5:\"6.2.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.3.zip\";s:7:\"6.2.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.3.1.zip\";s:7:\"6.2.3.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.3.2.zip\";s:5:\"6.2.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.4.zip\";s:5:\"6.2.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.5.zip\";s:5:\"6.2.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.6.zip\";s:7:\"6.2.6.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.6.1.zip\";s:5:\"6.2.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.7.zip\";s:5:\"6.2.8\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.8.zip\";s:7:\"6.2.8.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.8.1.zip\";s:7:\"6.2.8.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.8.2.zip\";s:5:\"6.2.9\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.2.9.zip\";s:5:\"6.3.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.0.zip\";s:5:\"6.3.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.1.zip\";s:5:\"6.3.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.2.zip\";s:5:\"6.3.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.3.zip\";s:7:\"6.3.3.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.3.1.zip\";s:5:\"6.3.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.4.zip\";s:5:\"6.3.5\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.5.zip\";s:5:\"6.3.6\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.6.zip\";s:5:\"6.3.7\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.3.7.zip\";s:5:\"6.4.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.4.0.zip\";s:7:\"6.4.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.4.0.1.zip\";s:5:\"6.5.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.0.zip\";s:7:\"6.5.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.0.1.zip\";s:5:\"6.5.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.1.zip\";s:7:\"6.5.1.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.1.1.zip\";s:7:\"6.5.1.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.1.2.zip\";s:7:\"6.5.1.3\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.1.3.zip\";s:7:\"6.5.1.4\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.1.4.zip\";s:7:\"6.5.1.5\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.1.5.zip\";s:7:\"6.5.1.6\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.1.6.zip\";s:5:\"6.5.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.5.2.zip\";s:5:\"6.6.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.6.0.zip\";s:7:\"6.6.0.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.6.0.1.zip\";s:7:\"6.6.0.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.6.0.2.zip\";s:5:\"6.6.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.6.1.zip\";s:5:\"6.6.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.6.2.zip\";s:5:\"6.6.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.6.3.zip\";s:5:\"6.6.4\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.6.4.zip\";s:7:\"6.6.4.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.6.4.1.zip\";s:7:\"6.6.4.2\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.6.4.2.zip\";s:5:\"6.7.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.7.0.zip\";s:5:\"6.7.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.7.1.zip\";s:5:\"6.8.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.8.0.zip\";s:5:\"6.8.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.8.1.zip\";s:5:\"6.8.2\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.8.2.zip\";s:7:\"6.8.2.1\";s:70:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.8.2.1.zip\";s:5:\"6.8.3\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.8.3.zip\";s:5:\"6.9.0\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.9.0.zip\";s:5:\"6.9.1\";s:68:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.9.1.zip\";s:5:\"trunk\";s:62:\"https://downloads.wordpress.org/plugin/the-events-calendar.zip\";}s:14:\"business_model\";b:0;s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:0:\"\";s:11:\"donate_link\";s:18:\"https://evnt.is/29\";s:7:\"banners\";a:2:{s:3:\"low\";s:74:\"https://ps.w.org/the-events-calendar/assets/banner-772x250.png?rev=2257622\";s:4:\"high\";s:75:\"https://ps.w.org/the-events-calendar/assets/banner-1544x500.png?rev=2257622\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:72:\"https://ps.w.org/the-events-calendar/assets/icon-128x128.gif?rev=2516440\";s:2:\"2x\";s:72:\"https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440\";}s:12:\"preview_link\";s:0:\"\";s:4:\"Name\";s:19:\"The Events Calendar\";}s:11:\"woocommerce\";a:35:{s:4:\"name\";s:11:\"WooCommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:7:\"version\";s:6:\"10.0.4\";s:6:\"author\";s:67:\"<a href=\"https://profiles.wordpress.org/automattic/\">Automattic</a>\";s:14:\"author_profile\";s:42:\"https://profiles.wordpress.org/automattic/\";s:12:\"contributors\";a:50:{s:10:\"automattic\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/automattic/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/73edc627541112a447e978843cf72f516bdbf6350e7cbac10016c71ab1b8c8a1?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"Automattic\";}s:11:\"woocommerce\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/woocommerce/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/c7781a3c13bcc86b57064b9539ec22da52fd5ef1902fbc020d0a4a8595b14ea0?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"WooCommerce\";}s:10:\"mikejolley\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/mikejolley/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/8295774fc174b6a5b9bd960709949f4de88cd0b8708d711dc5b6676693d41432?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Mike Jolley\";}s:11:\"jameskoster\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/jameskoster/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/94b5473c03a46cb204f0a868dfe65f8199ef483242814ec1bcaf6770ba90d203?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"James Koster\";}s:14:\"claudiosanches\";a:3:{s:7:\"profile\";s:46:\"https://profiles.wordpress.org/claudiosanches/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/ac91c7d73bb4501567ab3790755bf001d53dac8d1f4311a2480a5fb62dfb180c?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"Claudio Sanches\";}s:13:\"rodrigosprimo\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/rodrigosprimo/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1dc85457417601db220b14e7fa96c842700fbd1cceecd21d65306c26fffb92cc?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Rodrigo Primo\";}s:15:\"peterfabian1000\";a:3:{s:7:\"profile\";s:47:\"https://profiles.wordpress.org/peterfabian1000/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/c25372df076206b9fe44dddd7ec6af6ba427d3fe2a457fa301fcb9cf90b23ddd?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Peter Fabian\";}s:7:\"vedjain\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/vedjain/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/eb19da24784b2f86d310a213b60c903b0a5464a6c725cf5fcabfd274383337c4?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"Vedanshu - a11n\";}s:8:\"jamosova\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/jamosova/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/73f150b0172cbb319293e372b3b20f4b78f0d5fbe70558318f69aad70908e95a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Julia Amosova\";}s:16:\"obliviousharmony\";a:3:{s:7:\"profile\";s:48:\"https://profiles.wordpress.org/obliviousharmony/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/67851e0deeb2c6a7a4c238cf45c0e9694a919e2c5e02706c5852e67c4ad279c9?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"obliviousharmony\";}s:9:\"konamiman\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/konamiman/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/ee97f225bf5be24cd3c3b04990b9fc3dfc67a2c9aaea418ec2bdd32e164ed9b1?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:23:\"Néstor Soriano Vilchez\";}s:8:\"sadowski\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/sadowski/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/cee318a6ec06e747df7f70f274da4e0cf4adba60c59e12d660d0f5a6ba78658a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:8:\"sadowski\";}s:8:\"wpmuguru\";a:3:{s:7:\"profile\";s:40:\"https://profiles.wordpress.org/wpmuguru/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/23afb25faac780cb6ec9533b2ac9e5daedf7a1faf444b41db471b9529701f87e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Ron Rennick\";}s:5:\"royho\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/royho/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1beda14f19fa93030ba2c66359dc270286820af6c667cdfeb4e87833c747f3a0?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"royho\";}s:13:\"barryhughes-1\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/barryhughes-1/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/6ce0f4afb77f8d32da9c43e9a39c84fcfb3ed0e9cac24f440c46a151946cdec8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"Barry\";}s:12:\"claudiulodro\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/claudiulodro/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/34a74527d3859bd9fb0b477cd80c9f78b3610259a251c32a31023ead285ac124?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"Claudiu Lodromanean\";}s:12:\"tiagonoronha\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/tiagonoronha/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0352cd451932c8a2ab15b8457933e6d90cc919bbf23db63e3bc35ee41d56577e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Tiago Noronha\";}s:6:\"ryelle\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/ryelle/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/6d860975d8bd4b166268bba8da8c1ea0e861a7d7f4ef0aee52fa727fc69e12b2?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:17:\"Kelly Choyce-Dwan\";}s:10:\"levinmedia\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/levinmedia/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/657d301b3683f02c75e4b2363681518e94485770056cc51526f19818884ba6aa?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:10:\"levinmedia\";}s:7:\"aljullu\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/aljullu/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/784f29a6d06799d1d40adc32b115da932cd1ee2b22d91cd8597e9fe6e4ee1420?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:21:\"Albert Juhé Lluveras\";}s:6:\"nerrad\";a:3:{s:7:\"profile\";s:38:\"https://profiles.wordpress.org/nerrad/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1bd692736861bd20949789e4a3d922736480efcacb0e44041616c5a79eaa54c0?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:22:\"Darren Ethier (nerrad)\";}s:10:\"joshuawold\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/joshuawold/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/f98224d78e12fcc0e9686dbf15f8c37b1967835212f25a92fceb6caafdc5b08d?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Joshua Wold\";}s:13:\"assassinateur\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/assassinateur/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/00ec8d736cf51890768bcfd3614fc7eea91eec753262bc37cea7c8e988d4d3a3?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"Nadir Seghir\";}s:7:\"haszari\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/haszari/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/5478c55437f47714a4dae1016cf521e803dfc4633ce5781b2f24d749d1623f69?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Rua Haszard\";}s:10:\"mppfeiffer\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/mppfeiffer/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0fe64f1ef1e4abe1825653bcb17113a4a14c755f5b6f77d2f27494fe349d7081?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"Michael P. Pfeiffer\";}s:10:\"nielslange\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/nielslange/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0894ec0d7e5d70306a16431b36249b1928cad88a572de9b5211a54d75ad5d77a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Niels Lange\";}s:9:\"ralucastn\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/ralucastn/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/e65d79886499f47ee368495f5016117deef427d5abca9d3ed76c4bfaa42e7c0a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:6:\"Raluca\";}s:11:\"tjcafferkey\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/tjcafferkey/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/23d134901eef453e721759c9d84810f5748a84fc8681ed230c7d78e53583c77a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"tjcafferkey\";}s:13:\"danielwrobert\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/danielwrobert/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/f1f823ffbe2a6adb7f94c6998079fd6ae6636d3b6272dd8c54385783360e2cf8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"danielwrobert\";}s:19:\"patriciahillebrandt\";a:3:{s:7:\"profile\";s:51:\"https://profiles.wordpress.org/patriciahillebrandt/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/13f5707fad9a68e5cf9c3c0ebb9c7179c862dcb279c761d20c9b40bd2fff9f4a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:19:\"patriciahillebrandt\";}s:7:\"albarin\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/albarin/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/0dd150b60949026a3c34f49d40089e3a8cf97dc331e2f5b27e805ffd34648e22?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:7:\"albarin\";}s:10:\"dinhtungdu\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/dinhtungdu/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/07e79c32b1abba868f8c5e3ee0c85b9150c74e2c2a946088a268e6be486d9114?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:7:\"Tung Du\";}s:10:\"imanish003\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/imanish003/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/59ff646ede2dd6475f24762ac21ee2afd7d72fdcade7b9d2915cf1c3c2d984a2?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Manish Menaria\";}s:12:\"karolmanijak\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/karolmanijak/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/42305d7047ca11d494b1912d687266a50edd05954fdec22e61ab1fe63cf2df6b?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Karol Manijak\";}s:13:\"sunyatasattva\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/sunyatasattva/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/73ce316f9775441698b601e6902728a80837f7fd6df0846e3c5a82448dce447c?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:20:\"sunyatasattva (a11n)\";}s:13:\"alexandrelara\";a:3:{s:7:\"profile\";s:45:\"https://profiles.wordpress.org/alexandrelara/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/1c0c71a072f798066e4661395461e73e0fb6692eaddcced2a0e457ef01a458e8?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:14:\"Alexandre Lara\";}s:7:\"gigitux\";a:3:{s:7:\"profile\";s:39:\"https://profiles.wordpress.org/gigitux/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/2dcd003f15403180364c56b093b48e6edca9a88c8f1470b965b87fc230c66d7f?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Luigi Teschio\";}s:12:\"danieldudzic\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/danieldudzic/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/b689767c4b308b8f5910cef3a2f44c2acdadcb3b63326b0d5c865d2c208c668e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"danieldudzic\";}s:11:\"samueljseay\";a:3:{s:7:\"profile\";s:43:\"https://profiles.wordpress.org/samueljseay/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/4c4a5e8fd5b99749ed9ac735c31d0370254356e40feea46bcf51b2b607f8ab0e?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:3:\"Sam\";}s:12:\"alexflorisca\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/alexflorisca/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/b68615471f527e6224909ce0726dda68b074e6cbcf89e0d4b5ecc483a96557ca?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Alex Florisca\";}s:5:\"opr18\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/opr18/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/e083a0759b8ea01b11c1f154a3087ddfaf65a93011cf97a85fdbfc0cda709538?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:5:\"opr18\";}s:12:\"tarunvijwani\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/tarunvijwani/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/fa4a4b2688afb8d238bb035f31fda4d07dabd67ccf41576276e5eb084463d617?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:12:\"tarunvijwani\";}s:12:\"pauloarromba\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/pauloarromba/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/ab6034aa12c0e53f21978df9e470f161f06810d814082cbe3ab74450f0618818?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Paulo Arromba\";}s:9:\"saadtarhi\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/saadtarhi/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/f4fd0df69b8c7bf3a3e6526df3b42c3854de544904ef825bfd549afc9829f645?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:7:\"Saad T.\";}s:4:\"bor0\";a:3:{s:7:\"profile\";s:36:\"https://profiles.wordpress.org/bor0/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/787d8ea71701ced680cd80411d656c20e0e600be5d34f6ce3478143d43dc9fd9?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:16:\"Boro Sitnikovski\";}s:5:\"kloon\";a:3:{s:7:\"profile\";s:37:\"https://profiles.wordpress.org/kloon/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/c7c708f5b0957714ab48e00220b0f74acccb43b70fa0d4b5ee091d59951ae751?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:17:\"Gerhard Potgieter\";}s:12:\"coreymckrill\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/coreymckrill/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/9cc64cf0f650f165ac55f1294105259f82f2b72c4c24903a79af6d6cd1ad2a9a?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Corey McKrill\";}s:12:\"jorgeatorres\";a:3:{s:7:\"profile\";s:44:\"https://profiles.wordpress.org/jorgeatorres/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/33d6a063c7411775135383c5bae6cd4e45d094b72ec062c96ceafca5e2a4956f?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:15:\"Jorge A. Torres\";}s:10:\"leifsinger\";a:3:{s:7:\"profile\";s:42:\"https://profiles.wordpress.org/leifsinger/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/8107603a6bbc5ff73e07e2450f260335af41a5adb2cccd80cba20cdd28b96651?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:11:\"Leif Singer\";}s:9:\"neosinner\";a:3:{s:7:\"profile\";s:41:\"https://profiles.wordpress.org/neosinner/\";s:6:\"avatar\";s:120:\"https://secure.gravatar.com/avatar/68b52d53a3c6dd39841f697853a1965057c6f3aeb9e89f7d960d1921ffa90d29?s=96&d=monsterid&r=g\";s:12:\"display_name\";s:13:\"Ján Mikláš\";}}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:5:\"6.8.2\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}s:6:\"rating\";i:90;s:7:\"ratings\";a:5:{i:5;i:3767;i:4;i:184;i:3;i:101;i:2;i:109;i:1;i:403;}s:11:\"num_ratings\";i:4564;s:11:\"support_url\";s:49:\"https://wordpress.org/support/plugin/woocommerce/\";s:15:\"support_threads\";i:722;s:24:\"support_threads_resolved\";i:566;s:15:\"active_installs\";i:7000000;s:12:\"last_updated\";s:21:\"2025-07-23 8:38am GMT\";s:5:\"added\";s:10:\"2011-09-27\";s:8:\"homepage\";s:24:\"https://woocommerce.com/\";s:8:\"sections\";a:6:{s:11:\"description\";s:12355:\"<p><a href=\"https://woocommerce.com/woocommerce/\" rel=\"nofollow ugc\">WooCommerce</a> is the open-source ecommerce platform for WordPress.</p>\n<p>Our core platform is free, flexible, and amplified by a global community. The freedom of open-source means you retain full ownership of your store’s content and data forever.</p>\n<p>Whether you’re launching a business, taking brick-and-mortar retail online, or developing sites for clients, use WooCommerce for a store that powerfully blends content and commerce.</p>\n<ul>\n<li><strong>Create beautiful, enticing storefronts</strong> with <a href=\"https://woocommerce.com/product-category/themes/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">themes</a> suited to your brand and industry.</li>\n<li><strong>Increase revenue</strong> with an optimized <a href=\"https://woocommerce.com/checkout-blocks/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">shopping cart experience</a> that converts.</li>\n<li><strong>Customize product pages in minutes</strong> using modular <a href=\"https://woocommerce.com/document/woocommerce-blocks/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">product blocks</a>.</li>\n<li>Showcase physical and digital goods, product variations, custom configurations, instant downloads, and affiliate items.</li>\n<li>Sell <a href=\"https://woocommerce.com/products/woocommerce-subscriptions/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">subscriptions</a>, <a href=\"https://woocommerce.com/products/woocommerce-bookings/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">bookings</a>, or <a href=\"https://woocommerce.com/products/woocommerce-memberships/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">memberships</a>, with our developer-vetted extensions.</li>\n<li><strong>Rise to the top of search results</strong> by leveraging <a href=\"https://www.searchenginejournal.com/wordpress-best-cms-seo/\" rel=\"nofollow ugc\">WordPress’ SEO advantage</a>.</li>\n<li><strong>Build on a platform that scales.</strong> Get flexible ecommerce for <a href=\"https://woocommerce.com/high-volume-stores/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">high-volume stores</a>.</li>\n</ul>\n<h4>ALL THE TOOLS YOU NEED TO SELL</h4>\n<p>Built-in tools and popular integrations help you efficiently manage your business operations. Many services are free to add with a single click via the optional <a href=\"https://woocommerce.com/document/woocommerce-setup-wizard/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Setup Wizard</a>.</p>\n<ul>\n<li><strong>Choose how you want to get paid</strong>. Conveniently manage payments from the comfort of your store with <a href=\"https://woocommerce.com/payments/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooPayments</a> (Available in the U.S., U.K., Ireland, Australia, New Zealand, Canada, Spain, France, Germany, and Italy). Securely accept credit cards, mobile wallets, bank transfers, and cash thanks to <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">100+ payment gateways</a> – including <a href=\"https://woocommerce.com/products/stripe/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Stripe</a>, <a href=\"https://woocommerce.com/products/woocommerce-gateway-paypal-checkout/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">PayPal</a>, and <a href=\"https://woocommerce.com/products/square/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Square</a>.</li>\n<li><strong>Configure your shipping options</strong>. Print USPS labels right from your dashboard and even schedule a pickup with <a href=\"https://woocommerce.com/products/shipping/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Shipping</a> (U.S.-only). Connect with <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">well-known carriers</a> such as UPS and FedEx – plus a wide variety of delivery, inventory, and fulfillment solutions for your locale.</li>\n<li><strong>Simplify sales tax</strong>. Add <a href=\"https://woocommerce.com/products/tax/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Tax</a> or <a href=\"https://woocommerce.com/product-category/woocommerce-extensions/tax?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">similar integrated services</a> to make automated calculations a reality.</li>\n</ul>\n<h4>Grow your business, add features, and monitor your store on the go</h4>\n<p>WooCommerce means business. Keep tabs on the performance metrics most important to you with a powerful and flexible central dashboard built into WooCommerce.</p>\n<p>Expand your audience across marketing and social channels with <a href=\"https://woocommerce.com/products/google-ads/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Google Ads</a>, <a href=\"https://woocommerce.com/products/hubspot-for-woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">HubSpot</a>, <a href=\"https://woocommerce.com/products/mailchimp-for-woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Mailchimp</a>, and <a href=\"https://woocommerce.com/products/facebook/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Facebook</a> integrations. You can always check out the in-dashboard <a href=\"https://woocommerce.com/document/marketing-hub/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Marketing Hub</a> for fresh ideas and tips to help you succeed.</p>\n<p>Enhance store functionality with hundreds of free and paid extensions from the <a href=\"https://woocommerce.com/products/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Marketplace</a>. Our developers <a href=\"https://woocommerce.com/document/marketplace-overview/#section-6?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">vet each new extension</a> and regularly review existing extensions to maintain Marketplace quality standards. We are actively <a href=\"https://woocommerce.com/document/marketplace-overview/#section-2?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">looking for products that help store builders create successful stores</a>.</p>\n<p>Manage your store from anywhere with the free WooCommerce <a href=\"https://woocommerce.com/mobile/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">mobile app</a> (Android and iOS). Spoiler alert: Keep an ear out for the slightly addictive &#8220;cha-ching&#8221; notification sound each time you make a new sale!</p>\n<h4>Own and control your store data – forever</h4>\n<p>With <a href=\"https://woocommerce.com/woocommerce/\" rel=\"nofollow ugc\">WooCommerce</a>, your data belongs to you. Always.</p>\n<p>If you opt to share <a href=\"https://woocommerce.com/usage-tracking/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">usage data</a> with us, you can feel confident knowing that it’s anonymized and kept secure. Choose to opt-out at any time without impacting your store.</p>\n<p>Unlike hosted ecommerce solutions, WooCommerce store data is future-proof; you’re free to export all your content and take your site to any platform you choose. No restrictions.</p>\n<h4>Why developers choose (and love) WooCommerce</h4>\n<p>Developers can use <a href=\"https://woocommerce.com/woocommerce/\" rel=\"nofollow ugc\">WooCommerce</a> to create, customize, and scale a store to meet a client’s exact specifications, making enhancements through extensions or custom solutions.</p>\n<ul>\n<li>Leverage <a href=\"https://woocommerce.com/document/introduction-to-hooks-actions-and-filters/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">hooks and filters</a> to modify or create functionality.</li>\n<li>Integrate virtually any service using a robust <a href=\"https://developer.woocommerce.com/docs/getting-started-with-the-woocommerce-rest-api/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">REST API</a> and webhooks.</li>\n<li>Design and build custom content blocks with React.</li>\n<li><a href=\"https://developer.woocommerce.com/docs/category/extension-development/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Inspect and modify</a> any aspect of the core plugin code.</li>\n<li>Speed up development with a lightning-fast <a href=\"https://developer.woocommerce.com/docs/category/wc-cli/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">CLI</a>.</li>\n</ul>\n<p>The core platform is tested rigorously and often, supported by a dedicated development team working across time zones. Comprehensive documentation is updated with each release, empowering you to build exactly the store required.</p>\n<h4>Be part of our growing international community</h4>\n<p>WooCommerce has a large, passionate community dedicated to helping merchants succeed – and it’s growing fast.</p>\n<p>There are <a href=\"https://woocommerce.com/meetups/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Meetups</a> in locations around the world that you can attend for free and even get involved in running. These events are a great way to learn from others, share your expertise, and connect with like-minded folks.</p>\n<p>WooCommerce also has a regular presence at WordCamps across the globe – we’d love to meet you.</p>\n<h4>Contribute and translate</h4>\n<p>WooCommerce is developed and supported by Automattic, the creators of WordPress.com and Jetpack. We also have hundreds of independent contributors, and there’s always room for more. Head to the <a href=\"https://github.com/woocommerce/woocommerce?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce GitHub Repository</a> to find out how you can pitch in.</p>\n<p>WooCommerce is translated into multiple languages, including Danish, Ukrainian, and Persian. Help localize WooCommerce even further by adding your locale – visit <a href=\"https://translate.wordpress.org/projects/wp-plugins/woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">translate.wordpress.org</a>.</p>\n<h4>Connection to WooCommerce.com</h4>\n<p>You can connect your store to <a href=\"https://woocommerce.com/\" rel=\"nofollow ugc\">WooCommerce.com</a> to manage your subscriptions on WooCommerce Marketplace and receive product updates without leaving WordPress admin. Connection also enables installation of purchased products right from WooCommerce.com and streamlines access to technical support. If you’d like to learn about what data is gathered and how it is used, please refer to our <a href=\"https://automattic.com/privacy/\" rel=\"nofollow ugc\">Privacy Policy</a>.</p>\n\";s:12:\"installation\";s:2382:\"<h4>Minimum Requirements</h4>\n<ul>\n<li>PHP 7.4 or greater is required (PHP 8.0 or greater is recommended)</li>\n<li>MySQL 5.6 or greater, OR MariaDB version 10.1 or greater, is required</li>\n</ul>\n<p>Visit the <a href=\"https://woocommerce.com/document/server-requirements/?utm_source=wp%20org%20repo%20listing&amp;utm_content=3.6\" rel=\"nofollow ugc\">WooCommerce server requirements documentation</a> for a detailed list of server requirements.</p>\n<h4>Automatic installation</h4>\n<p>Automatic installation is the easiest option &#8212; WordPress will handle the file transfer, and you won’t need to leave your web browser. To do an automatic install of WooCommerce, log in to your WordPress dashboard, navigate to the Plugins menu, and click “Add New.”</p>\n<p>In the search field type “WooCommerce,” then click “Search Plugins.” Once you’ve found us,  you can view details about it such as the point release, rating, and description. Most importantly of course, you can install it by! Click “Install Now,” and WordPress will take it from there.</p>\n<h4>Manual installation</h4>\n<p>Manual installation method requires downloading the WooCommerce plugin and uploading it to your web server via your favorite FTP application. The WordPress codex contains <a href=\"https://wordpress.org/support/article/managing-plugins/#manual-plugin-installation\" rel=\"ugc\">instructions on how to do this here</a>.</p>\n<h4>Updating</h4>\n<p>Automatic updates should work smoothly, but we still recommend you back up your site.</p>\n<p>If you encounter issues with the shop/category pages after an update, flush the permalinks by going to WordPress &gt; Settings &gt; Permalinks and hitting “Save.” That should return things to normal.</p>\n<h4>Sample data</h4>\n<p>WooCommerce comes with some sample data you can use to see how products look; import sample_products.xml via the <a href=\"https://wordpress.org/plugins/wordpress-importer/\" rel=\"ugc\">WordPress importer</a>. You can also use the core <a href=\"https://woocommerce.com/document/product-csv-importer-exporter/?utm_source=wp%20org%20repo%20listing&amp;utm_content=3.6\" rel=\"nofollow ugc\">CSV importer</a> or our <a href=\"https://woocommerce.com/products/product-csv-import-suite/?utm_source=wp%20org%20repo%20listing&amp;utm_content=3.6\" rel=\"nofollow ugc\">CSV Import Suite extension</a> to import sample_products.csv</p>\n\";s:3:\"faq\";s:7803:\"\n<dt id=\'where%20can%20i%20find%20woocommerce%20documentation%20and%20user%20guides%3F\'>\nWhere can I find WooCommerce documentation and user guides?\n</h4>\n<p>\n<p>For help setting up and configuring WooCommerce, please refer to <a href=\"https://woocommerce.com/documentation/plugins/woocommerce/getting-started/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Getting Started</a> and the <a href=\"https://woocommerce.com/guides/new-store/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">New WooCommerce Store Owner Guide</a>.</p>\n<p>For extending or theming WooCommerce, see our <a href=\"https://github.com/woocommerce/woocommerce/tree/trunk/docs\" rel=\"nofollow ugc\">documentation</a>, as well as the <a href=\"https://github.com/woocommerce/woocommerce/blob/trunk/docs/extension-development/extension-development-best-practices.md\" rel=\"nofollow ugc\">Plugin Developer Best Practices</a>.</p>\n</p>\n<dt id=\'where%20can%20i%20get%20help%20or%20talk%20to%20other%20users%20about%20woocommerce%20core%3F\'>\nWhere can I get help or talk to other users about WooCommerce Core?\n</h4>\n<p>\n<p>If you get stuck, you can ask for help in the <a href=\"https://wordpress.org/support/plugin/woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"ugc\">WooCommerce Support Forum</a> by following <a href=\"https://wordpress.org/support/topic/guide-to-the-woocommerce-forum/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"ugc\">these guidelines</a>, reach out via the <a href=\"https://woocommerce.com/community-slack/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Community Slack</a>, or post in the <a href=\"https://www.facebook.com/groups/advanced.woocommerce?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce Community group</a> on Facebook.</p>\n</p>\n<dt id=\'where%20can%20i%20get%20help%20for%20extensions%20i%20have%20purchased%20from%20the%20woocommerce%20marketplace%3F\'>\nWhere can I get help for extensions I have purchased from the WooCommerce Marketplace?\n</h4>\n<p>\n<p>For assistance with paid extensions from the WooCommerce Marketplace: first, review our <a href=\"https://woocommerce.com/document/woocommerce-self-service-guide/\" rel=\"nofollow ugc\">self-service troubleshooting guide</a>. If the problem persists, kindly log a support ticket via <a href=\"https://woocommerce.com/my-account/create-a-ticket/\" rel=\"nofollow ugc\">our helpdesk</a>. Our dedicated Happiness Engineers aim to respond within 24 hours.</p>\n</p>\n<dt id=\'i%E2%80%99m%20having%20trouble%20logging%20in%20to%20woocommerce.com%20%E2%80%93%20what%20now%3F\'>\nI’m having trouble logging in to WooCommerce.com – what now?\n</h4>\n<p>\n<p>First, troubleshoot common login issues using this helpful <a href=\"https://woocommerce.com/document/log-into-woocommerce-com-with-wordpress-com/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">step-by-step guide</a>. Still not working? <a href=\"https://woocommerce.com/contact-us/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Get in touch with us</a>.</p>\n</p>\n<dt id=\'will%20woocommerce%20work%20with%20my%20theme%3F\'>\nWill WooCommerce work with my theme?\n</h4>\n<p>\n<p>Yes! WooCommerce will work with any theme but may require some additional styling. If you’re looking for a theme featuring deep WooCommerce integration, we recommend <a href=\"https://woocommerce.com/storefront/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Storefront</a>.</p>\n</p>\n<dt id=\'how%20do%20i%20update%20woocommerce%3F\'>\nHow do I update WooCommerce?\n</h4>\n<p>\n<p>We have a detailed guide on <a href=\"https://woocommerce.com/document/how-to-update-woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">How To Update WooCommerce</a>.</p>\n</p>\n<dt id=\'my%20site%20broke%20%E2%80%93%20what%20do%20i%20do%3F\'>\nMy site broke – what do I do?\n</h4>\n<p>\n<p>Start by diagnosing the issue using our helpful <a href=\"https://woocommerce.com/documentation/get-help/troubleshooting-get-help/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">troubleshooting guide</a>.</p>\n<p>If you noticed the error after updating a theme or plugin, there might be compatibility issues between it and WooCommerce. If the issue appeared after updating WooCommerce, there could be a conflict between WooCommerce and an outdated theme or plugin.</p>\n<p>In both instances, we recommend running a conflict test using <a href=\"https://woocommerce.com/document/troubleshooting-using-health-check/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Health Check</a> (which allows you to disable themes and plugins without affecting your visitors) or troubleshooting the issue using a <a href=\"https://woocommerce.com/document/how-to-test-for-conflicts/#section-3?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">staging site</a>.</p>\n</p>\n<dt id=\'where%20can%20i%20report%20bugs%3F\'>\nWhere can I report bugs?\n</h4>\n<p>\n<p>Report bugs on the <a href=\"https://github.com/woocommerce/woocommerce/issues?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce GitHub repository</a>. You can also notify us via our support forum – be sure to search the forums to confirm that the error has not already been reported.</p>\n</p>\n<dt id=\'where%20can%20i%20request%20new%20features%2C%20themes%2C%20and%20extensions%3F\'>\nWhere can I request new features, themes, and extensions?\n</h4>\n<p>\n<p>Request new features and extensions and vote on existing suggestions on our official <a href=\"https://woocommerce.com/feature-requests/woocommerce?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">feature request board</a>. Our Product teams regularly review requests and consider them valuable for product planning.</p>\n</p>\n<dt id=\'woocommerce%20is%20awesome%21%20can%20i%20contribute%3F\'>\nWooCommerce is awesome! Can I contribute?\n</h4>\n<p>\n<p>Yes, you can! Join in on our <a href=\"https://github.com/woocommerce/woocommerce/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">GitHub repository</a> and follow the <a href=\"https://woocommerce.wordpress.com/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">development blog</a> to stay up-to-date with everything happening in the project.</p>\n</p>\n<dt id=\'where%20can%20i%20find%20rest%20api%20documentation%3F\'>\nWhere can I find REST API documentation?\n</h4>\n<p>\n<p>Extensive <a href=\"https://woocommerce.github.io/woocommerce-rest-api-docs/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">WooCommerce REST API Documentation</a> is available on GitHub.</p>\n</p>\n<dt id=\'my%20question%20is%20not%20listed%20here.%20where%20can%20i%20find%20more%20answers%3F\'>\nMy question is not listed here. Where can I find more answers?\n</h4>\n<p>\n<p>Check out <a href=\"https://woocommerce.com/document/frequently-asked-questions/?utm_medium=referral&amp;utm_source=wordpress.org&amp;utm_campaign=wp_org_repo_listing\" rel=\"nofollow ugc\">Frequently Asked Questions</a> for more.</p>\n</p>\n\n\";s:9:\"changelog\";s:419:\"<h4>10.0.4 2025-07-23</h4>\n<p><strong>WooCommerce</strong></p>\n<ul>\n<li>Fix &#8211; Possible fatal error with Gutenberg 21.2.0, in particular in Analytics reports. <a href=\"https://github.com/woocommerce/woocommerce/pull/59846\" rel=\"nofollow ugc\">#59846</a></li>\n</ul>\n<p><a href=\"https://raw.githubusercontent.com/woocommerce/woocommerce/trunk/changelog.txt\" rel=\"nofollow ugc\">See changelog for all versions</a>.</p>\n\";s:11:\"screenshots\";s:1035:\"<ol><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=3235205\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=3235205\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=3234504\" alt=\"\"></a></li><li><a href=\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=3234504\"><img src=\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=3234504\" alt=\"\"></a></li></ol>\";s:7:\"reviews\";s:15326:\"<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great and quick support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/sciroccodomme/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/6d6c222e933b8ec9c5ab62ad334097229ebceda9a86323fa8d89ff731aa3fcf3?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/6d6c222e933b8ec9c5ab62ad334097229ebceda9a86323fa8d89ff731aa3fcf3?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/sciroccodomme/\" class=\"reviewer-name\">sciroccodomme</a> on <span class=\"review-date\">July 25, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>As my title says this was a very quick and great support of you guys!<br />Thanks all for the help!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">It worked!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/gleggio/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/552b2dc22bc75e39a0b8e464c6981278839aefe99a7b41905f0130ce9c99ec86?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/552b2dc22bc75e39a0b8e464c6981278839aefe99a7b41905f0130ce9c99ec86?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/gleggio/\" class=\"reviewer-name\">gleggio</a> on <span class=\"review-date\">July 24, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>The response was quick and their solution was successful.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Woocommerce support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/junooni/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/f300dc1a6d406cdea87ae78259098f9a85f916214c37867673f1c495a355b2a5?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/f300dc1a6d406cdea87ae78259098f9a85f916214c37867673f1c495a355b2a5?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/junooni/\" class=\"reviewer-name\">junooni</a> on <span class=\"review-date\">July 24, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Very professional team. Awesome support</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great support!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/kotisivutohtori/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/4ab792af5f27e53553efffee80cadc729c62a53a3b0430191c9fa428fc4c9e3f?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/4ab792af5f27e53553efffee80cadc729c62a53a3b0430191c9fa428fc4c9e3f?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/kotisivutohtori/\" class=\"reviewer-name\">kotisivutohtori</a> on <span class=\"review-date\">July 23, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Fast and good support! Thank you!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Anne</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Friendly support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/istok/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/699775f57e5a7acf8a2c59395caad5ec476ce5de3257b0c852e1abbcdead70a6?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/699775f57e5a7acf8a2c59395caad5ec476ce5de3257b0c852e1abbcdead70a6?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/istok/\" class=\"reviewer-name\">istok</a> on <span class=\"review-date\">July 22, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>I was affraid to have lost all PDF files but with support I found all and now understand hot downloadlinks work :-)</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Good Base, Needs Some Improvements</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"3 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"3\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-empty\"></span><span class=\"star dashicons dashicons-star-empty\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/williedgarcia/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/0fa87555931fffbebf02902d2eff36fc0bd098081f6303fbb039cabdb99af724?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/0fa87555931fffbebf02902d2eff36fc0bd098081f6303fbb039cabdb99af724?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/williedgarcia/\" class=\"reviewer-name\">williedgarcia</a> on <span class=\"review-date\">July 21, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>WooCommerce is quite powerful for setting up an online store without coding. It works well for basic needs, but some advanced features require too many extensions. Still, it’s a solid choice if you’re okay with a bit of tweaking.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Great plugin and support team</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/psychonet/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/89c0eb1b47baa6bb5c1f3aa0ff11d951924ccad0bf3c51c5680de9f834a57a60?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/89c0eb1b47baa6bb5c1f3aa0ff11d951924ccad0bf3c51c5680de9f834a57a60?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/psychonet/\" class=\"reviewer-name\">psychonet</a> on <span class=\"review-date\">July 18, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>It\'s a great plugin, and the support team responds quickly and effectively.</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Excellent Plugin, Excellent Support!</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/edyplat/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/d6ddd833fcbb3de9481d90b36694d4a6cc9a9de73d1e38a69ac8afab5a42363a?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/d6ddd833fcbb3de9481d90b36694d4a6cc9a9de73d1e38a69ac8afab5a42363a?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/edyplat/\" class=\"reviewer-name\">edyplat</a> on <span class=\"review-date\">July 18, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>The plugin and support really make the difference. <br />Thanks to the people behind Woocommerce!!</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Excellent support</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/whuchumeen/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/0188245c1ef5824af7a42feee415aef8d068403eb2883e84b8eba9c16c56100b?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/0188245c1ef5824af7a42feee415aef8d068403eb2883e84b8eba9c16c56100b?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/whuchumeen/\" class=\"reviewer-name\">whuchumeen</a> on <span class=\"review-date\">July 17, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Excellent support! Fast, professional, and courteous. Thank you</p>\n<!-- /wp:paragraph --></div>\n</div>\n<div class=\"review\">\n	<div class=\"review-head\">\n		<div class=\"reviewer-info\">\n			<div class=\"review-title-section\">\n				<h4 class=\"review-title\">Silly questions but very clever answers</h4>\n				<div class=\"star-rating\">\n				<div class=\"wporg-ratings\" aria-label=\"5 out of 5 stars\" data-title-template=\"%s out of 5 stars\" data-rating=\"5\" style=\"color:#ffb900;\"><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span><span class=\"star dashicons dashicons-star-filled\"></span></div>				</div>\n			</div>\n			<p class=\"reviewer\">\n				By <a href=\"https://profiles.wordpress.org/jaana20/\"><img alt=\'\' src=\'https://secure.gravatar.com/avatar/a07ad30ebdb384a7559ed1ec784933009b2d6d2b8efa536bf48695486dd7a219?s=16&#038;d=monsterid&#038;r=g\' srcset=\'https://secure.gravatar.com/avatar/a07ad30ebdb384a7559ed1ec784933009b2d6d2b8efa536bf48695486dd7a219?s=32&#038;d=monsterid&#038;r=g 2x\' class=\'avatar avatar-16 photo\' height=\'16\' width=\'16\' loading=\'lazy\' decoding=\'async\'/></a><a href=\"https://profiles.wordpress.org/jaana20/\" class=\"reviewer-name\">jaana20</a> on <span class=\"review-date\">July 16, 2025</span>			</p>\n		</div>\n	</div>\n	<div class=\"review-body\"><!-- wp:paragraph -->\n<p>Just when I thought I had screwed up so badly that I was going to lose all my efforts for my online store - and in the worst case, my entire website - I found very professional help here. I received very clear guidance and none of my questions seemed too stupid or ridiculous. I am not very good at these things, but I learn by doing. You are doing a good job and I will certainly contact you again when I need help. Special thanks to Moses M, LovingBro and shahzeen! Another special thanks to Bruno Kos at WooCommerce Multilingual!</p>\n<!-- /wp:paragraph --></div>\n</div>\n\";}s:17:\"short_description\";s:146:\"Everything you need to launch an online store in days and keep it growing for years. From your first sale to millions in revenue, Woo is with you.\";s:13:\"download_link\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.4.zip\";s:14:\"upgrade_notice\";a:0:{}s:11:\"screenshots\";a:6:{i:1;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-1.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:2;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-2.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:3;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-3.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:4;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-4.png?rev=3235205\";s:7:\"caption\";s:0:\"\";}i:5;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-5.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}i:6;a:2:{s:3:\"src\";s:64:\"https://ps.w.org/woocommerce/assets/screenshot-6.png?rev=3234504\";s:7:\"caption\";s:0:\"\";}}s:4:\"tags\";a:5:{s:9:\"ecommerce\";s:9:\"ecommerce\";s:12:\"online-store\";s:12:\"online store\";s:11:\"sell-online\";s:11:\"sell online\";s:4:\"shop\";s:4:\"shop\";s:13:\"shopping-cart\";s:13:\"shopping cart\";}s:8:\"versions\";a:499:{s:6:\"10.0.0\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.0.zip\";s:11:\"10.0.0-rc.1\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.0-rc.1.zip\";s:11:\"10.0.0-rc.2\";s:66:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.0-rc.2.zip\";s:6:\"10.0.1\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.1.zip\";s:6:\"10.0.2\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.2.zip\";s:6:\"10.0.3\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.3.zip\";s:6:\"10.0.4\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.0.4.zip\";s:5:\"3.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.0.zip\";s:5:\"3.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.1.zip\";s:5:\"3.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.2.zip\";s:5:\"3.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.3.zip\";s:5:\"3.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.4.zip\";s:5:\"3.0.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.5.zip\";s:5:\"3.0.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.6.zip\";s:5:\"3.0.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.7.zip\";s:5:\"3.0.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.8.zip\";s:5:\"3.0.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.0.9.zip\";s:5:\"3.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.0.zip\";s:5:\"3.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.1.zip\";s:5:\"3.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.1.2.zip\";s:5:\"3.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.0.zip\";s:5:\"3.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.1.zip\";s:5:\"3.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.2.zip\";s:5:\"3.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.3.zip\";s:5:\"3.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.4.zip\";s:5:\"3.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.5.zip\";s:5:\"3.2.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.2.6.zip\";s:5:\"3.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.0.zip\";s:5:\"3.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.1.zip\";s:5:\"3.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.2.zip\";s:10:\"3.3.2-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.2-rc.1.zip\";s:5:\"3.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.3.zip\";s:5:\"3.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.4.zip\";s:5:\"3.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.5.zip\";s:5:\"3.3.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.3.6.zip\";s:5:\"3.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0.zip\";s:12:\"3.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0-beta.1.zip\";s:10:\"3.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.0-rc.2.zip\";s:5:\"3.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.1.zip\";s:5:\"3.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.2.zip\";s:5:\"3.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.3.zip\";s:5:\"3.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.4.zip\";s:5:\"3.4.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.5.zip\";s:5:\"3.4.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.6.zip\";s:5:\"3.4.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.7.zip\";s:5:\"3.4.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.4.8.zip\";s:5:\"3.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0.zip\";s:12:\"3.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-beta.1.zip\";s:10:\"3.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-rc.1.zip\";s:10:\"3.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.0-rc.2.zip\";s:5:\"3.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.1.zip\";s:6:\"3.5.10\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.10.zip\";s:5:\"3.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.2.zip\";s:5:\"3.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.3.zip\";s:5:\"3.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.4.zip\";s:5:\"3.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.5.zip\";s:5:\"3.5.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.6.zip\";s:5:\"3.5.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.7.zip\";s:5:\"3.5.8\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.8.zip\";s:5:\"3.5.9\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.5.9.zip\";s:5:\"3.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0.zip\";s:12:\"3.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-beta.1.zip\";s:10:\"3.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.1.zip\";s:10:\"3.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.2.zip\";s:10:\"3.6.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.0-rc.3.zip\";s:5:\"3.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.1.zip\";s:5:\"3.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.2.zip\";s:5:\"3.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.3.zip\";s:5:\"3.6.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.4.zip\";s:5:\"3.6.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.5.zip\";s:5:\"3.6.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.6.zip\";s:5:\"3.6.7\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.6.7.zip\";s:5:\"3.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0.zip\";s:12:\"3.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-beta.1.zip\";s:10:\"3.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-rc.1.zip\";s:10:\"3.7.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.0-rc.2.zip\";s:5:\"3.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.1.zip\";s:5:\"3.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.2.zip\";s:5:\"3.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.7.3.zip\";s:5:\"3.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0.zip\";s:12:\"3.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-beta.1.zip\";s:10:\"3.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-rc.1.zip\";s:10:\"3.8.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.0-rc.2.zip\";s:5:\"3.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.1.zip\";s:5:\"3.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.2.zip\";s:5:\"3.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.8.3.zip\";s:5:\"3.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0.zip\";s:12:\"3.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-beta.1.zip\";s:12:\"3.9.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-beta.2.zip\";s:10:\"3.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.1.zip\";s:10:\"3.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.2.zip\";s:10:\"3.9.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.3.zip\";s:10:\"3.9.0-rc.4\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.0-rc.4.zip\";s:5:\"3.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.1.zip\";s:5:\"3.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.2.zip\";s:5:\"3.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.3.zip\";s:5:\"3.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.4.zip\";s:5:\"3.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.3.9.5.zip\";s:5:\"4.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0.zip\";s:12:\"4.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-beta.1.zip\";s:10:\"4.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-rc.1.zip\";s:10:\"4.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.0-rc.2.zip\";s:5:\"4.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.1.zip\";s:5:\"4.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.2.zip\";s:5:\"4.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.3.zip\";s:5:\"4.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.0.4.zip\";s:5:\"4.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0.zip\";s:12:\"4.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-beta.1.zip\";s:12:\"4.1.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-beta.2.zip\";s:10:\"4.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-rc.1.zip\";s:10:\"4.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.0-rc.2.zip\";s:5:\"4.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.1.zip\";s:5:\"4.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.2.zip\";s:5:\"4.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.3.zip\";s:5:\"4.1.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.1.4.zip\";s:5:\"4.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0.zip\";s:10:\"4.2.0-RC.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-RC.1.zip\";s:10:\"4.2.0-RC.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-RC.2.zip\";s:12:\"4.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.0-beta.1.zip\";s:5:\"4.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.1.zip\";s:5:\"4.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.2.zip\";s:5:\"4.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.3.zip\";s:5:\"4.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.4.zip\";s:5:\"4.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.2.5.zip\";s:5:\"4.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0.zip\";s:12:\"4.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-beta.1.zip\";s:10:\"4.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.1.zip\";s:10:\"4.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.2.zip\";s:10:\"4.3.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.0-rc.3.zip\";s:5:\"4.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.1.zip\";s:5:\"4.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.2.zip\";s:5:\"4.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.3.zip\";s:5:\"4.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.4.zip\";s:5:\"4.3.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.5.zip\";s:5:\"4.3.6\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.3.6.zip\";s:5:\"4.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.0.zip\";s:12:\"4.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.0-beta.1.zip\";s:10:\"4.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.0-rc.1.zip\";s:5:\"4.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.1.zip\";s:5:\"4.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.2.zip\";s:5:\"4.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.3.zip\";s:5:\"4.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.4.4.zip\";s:5:\"4.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0.zip\";s:12:\"4.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-beta.1.zip\";s:10:\"4.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-rc.1.zip\";s:10:\"4.5.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.0-rc.3.zip\";s:5:\"4.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.1.zip\";s:5:\"4.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.2.zip\";s:5:\"4.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.3.zip\";s:5:\"4.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.4.zip\";s:5:\"4.5.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.5.5.zip\";s:5:\"4.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.0.zip\";s:12:\"4.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.0-beta.1.zip\";s:10:\"4.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.0-rc.1.zip\";s:5:\"4.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.1.zip\";s:5:\"4.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.2.zip\";s:5:\"4.6.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.3.zip\";s:5:\"4.6.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.4.zip\";s:5:\"4.6.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.6.5.zip\";s:5:\"4.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0.zip\";s:12:\"4.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-beta.1.zip\";s:12:\"4.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-beta.2.zip\";s:10:\"4.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.0-rc.1.zip\";s:5:\"4.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.1.zip\";s:12:\"4.7.1-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.1-beta.1.zip\";s:5:\"4.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.2.zip\";s:5:\"4.7.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.3.zip\";s:5:\"4.7.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.7.4.zip\";s:5:\"4.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0.zip\";s:12:\"4.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-beta.1.zip\";s:10:\"4.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-rc.1.zip\";s:10:\"4.8.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.0-rc.2.zip\";s:5:\"4.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.1.zip\";s:5:\"4.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.2.zip\";s:5:\"4.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.8.3.zip\";s:5:\"4.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0.zip\";s:12:\"4.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-beta.1.zip\";s:10:\"4.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-rc.1.zip\";s:10:\"4.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.0-rc.2.zip\";s:5:\"4.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.1.zip\";s:5:\"4.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.2.zip\";s:5:\"4.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.3.zip\";s:5:\"4.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.4.zip\";s:5:\"4.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.4.9.5.zip\";s:5:\"5.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0.zip\";s:12:\"5.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-beta.1.zip\";s:12:\"5.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-beta.2.zip\";s:10:\"5.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.1.zip\";s:10:\"5.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.2.zip\";s:10:\"5.0.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.0-rc.3.zip\";s:5:\"5.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.1.zip\";s:5:\"5.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.2.zip\";s:5:\"5.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.0.3.zip\";s:5:\"5.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.0.zip\";s:12:\"5.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.0-beta.1.zip\";s:10:\"5.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.0-rc.1.zip\";s:5:\"5.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.1.zip\";s:5:\"5.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.2.zip\";s:5:\"5.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.1.3.zip\";s:5:\"5.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0.zip\";s:12:\"5.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-beta.1.zip\";s:10:\"5.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-rc.1.zip\";s:10:\"5.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.0-rc.2.zip\";s:5:\"5.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.1.zip\";s:5:\"5.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.2.zip\";s:5:\"5.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.3.zip\";s:5:\"5.2.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.4.zip\";s:5:\"5.2.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.2.5.zip\";s:5:\"5.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0.zip\";s:12:\"5.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-beta.1.zip\";s:10:\"5.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-rc.1.zip\";s:10:\"5.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.0-rc.2.zip\";s:5:\"5.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.1.zip\";s:5:\"5.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.2.zip\";s:5:\"5.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.3.3.zip\";s:5:\"5.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.0.zip\";s:12:\"5.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.0-beta.1.zip\";s:10:\"5.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.0-rc.1.zip\";s:5:\"5.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.1.zip\";s:5:\"5.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.2.zip\";s:5:\"5.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.3.zip\";s:5:\"5.4.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.4.4.zip\";s:5:\"5.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0.zip\";s:12:\"5.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0-beta.1.zip\";s:10:\"5.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0-rc.1.zip\";s:10:\"5.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.0-rc.2.zip\";s:5:\"5.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.1.zip\";s:5:\"5.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.2.zip\";s:5:\"5.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.3.zip\";s:5:\"5.5.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.5.4.zip\";s:5:\"5.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0.zip\";s:12:\"5.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0-beta.1.zip\";s:10:\"5.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0-rc.1.zip\";s:10:\"5.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.0-rc.2.zip\";s:5:\"5.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.1.zip\";s:5:\"5.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.6.2.zip\";s:5:\"5.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.0.zip\";s:12:\"5.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.0-beta.1.zip\";s:10:\"5.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.0-rc.1.zip\";s:5:\"5.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.1.zip\";s:5:\"5.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.7.2.zip\";s:5:\"5.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0.zip\";s:12:\"5.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0-beta.1.zip\";s:12:\"5.8.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0-beta.2.zip\";s:10:\"5.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.0-rc.1.zip\";s:5:\"5.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.8.1.zip\";s:5:\"5.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0.zip\";s:12:\"5.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0-beta.1.zip\";s:10:\"5.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0-rc.1.zip\";s:10:\"5.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.0-rc.2.zip\";s:5:\"5.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.5.9.1.zip\";s:5:\"6.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.0.zip\";s:12:\"6.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.0-beta.1.zip\";s:10:\"6.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.0-rc.1.zip\";s:5:\"6.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.0.1.zip\";s:5:\"6.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0.zip\";s:12:\"6.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0-beta.1.zip\";s:10:\"6.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0-rc.1.zip\";s:10:\"6.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.0-rc.2.zip\";s:5:\"6.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.1.zip\";s:5:\"6.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.1.2.zip\";s:5:\"6.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0.zip\";s:12:\"6.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0-beta.1.zip\";s:10:\"6.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0-rc.1.zip\";s:10:\"6.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.0-rc.2.zip\";s:5:\"6.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.1.zip\";s:5:\"6.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.2.2.zip\";s:5:\"6.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0.zip\";s:12:\"6.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0-beta.1.zip\";s:10:\"6.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0-rc.1.zip\";s:10:\"6.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.0-rc.2.zip\";s:5:\"6.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.3.1.zip\";s:5:\"6.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.0.zip\";s:12:\"6.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.0-beta.1.zip\";s:10:\"6.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.0-rc.1.zip\";s:5:\"6.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.4.1.zip\";s:5:\"6.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0.zip\";s:12:\"6.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0-beta.1.zip\";s:10:\"6.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0-rc.1.zip\";s:10:\"6.5.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.0-rc.2.zip\";s:5:\"6.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.5.1.zip\";s:5:\"6.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0.zip\";s:12:\"6.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0-beta.1.zip\";s:10:\"6.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0-rc.1.zip\";s:10:\"6.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.0-rc.2.zip\";s:5:\"6.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.6.1.zip\";s:5:\"6.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0.zip\";s:12:\"6.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0-beta.1.zip\";s:12:\"6.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0-beta.2.zip\";s:10:\"6.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.7.0-rc.1.zip\";s:5:\"6.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0.zip\";s:12:\"6.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0-beta.1.zip\";s:12:\"6.8.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0-beta.2.zip\";s:10:\"6.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.0-rc.1.zip\";s:5:\"6.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.1.zip\";s:5:\"6.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.8.2.zip\";s:5:\"6.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0.zip\";s:12:\"6.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0-beta.1.zip\";s:12:\"6.9.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0-beta.2.zip\";s:10:\"6.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.0-rc.1.zip\";s:5:\"6.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.1.zip\";s:5:\"6.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.2.zip\";s:5:\"6.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.3.zip\";s:5:\"6.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.6.9.4.zip\";s:5:\"7.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0.zip\";s:12:\"7.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-beta.1.zip\";s:12:\"7.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-beta.2.zip\";s:12:\"7.0.0-beta.3\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-beta.3.zip\";s:10:\"7.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-rc.1.zip\";s:10:\"7.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.0-rc.2.zip\";s:5:\"7.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.0.1.zip\";s:5:\"7.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0.zip\";s:12:\"7.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-beta.1.zip\";s:12:\"7.1.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-beta.2.zip\";s:10:\"7.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-rc.1.zip\";s:10:\"7.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.0-rc.2.zip\";s:5:\"7.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.1.1.zip\";s:5:\"7.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0.zip\";s:12:\"7.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-beta.1.zip\";s:12:\"7.2.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-beta.2.zip\";s:10:\"7.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-rc.1.zip\";s:10:\"7.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.0-rc.2.zip\";s:5:\"7.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.1.zip\";s:5:\"7.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.2.zip\";s:5:\"7.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.2.3.zip\";s:5:\"7.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0.zip\";s:12:\"7.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-beta.1.zip\";s:12:\"7.3.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-beta.2.zip\";s:10:\"7.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-rc.1.zip\";s:10:\"7.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.3.0-rc.2.zip\";s:5:\"7.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0.zip\";s:12:\"7.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-beta.1.zip\";s:12:\"7.4.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-beta.2.zip\";s:10:\"7.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-rc.1.zip\";s:10:\"7.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.0-rc.2.zip\";s:5:\"7.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.4.1.zip\";s:5:\"7.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0.zip\";s:12:\"7.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0-beta.1.zip\";s:12:\"7.5.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0-beta.2.zip\";s:10:\"7.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.0-rc.1.zip\";s:5:\"7.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.5.1.zip\";s:5:\"7.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0.zip\";s:12:\"7.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-beta.1.zip\";s:12:\"7.6.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-beta.2.zip\";s:10:\"7.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-rc.1.zip\";s:10:\"7.6.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-rc.2.zip\";s:10:\"7.6.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.0-rc.3.zip\";s:5:\"7.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.6.1.zip\";s:5:\"7.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0.zip\";s:12:\"7.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0-beta.1.zip\";s:12:\"7.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0-beta.2.zip\";s:10:\"7.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.0-rc.1.zip\";s:5:\"7.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.1.zip\";s:5:\"7.7.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.7.2.zip\";s:5:\"7.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0.zip\";s:12:\"7.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-beta.1.zip\";s:12:\"7.8.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-beta.2.zip\";s:10:\"7.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-rc.1.zip\";s:10:\"7.8.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.0-rc.2.zip\";s:5:\"7.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.1.zip\";s:5:\"7.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.2.zip\";s:5:\"7.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.8.3.zip\";s:5:\"7.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0.zip\";s:12:\"7.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-beta.1.zip\";s:12:\"7.9.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-beta.2.zip\";s:10:\"7.9.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-rc.2.zip\";s:10:\"7.9.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.0-rc.3.zip\";s:5:\"7.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.7.9.1.zip\";s:5:\"8.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0.zip\";s:12:\"8.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-beta.1.zip\";s:12:\"8.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-beta.2.zip\";s:10:\"8.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-rc.1.zip\";s:10:\"8.0.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.0-rc.2.zip\";s:5:\"8.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.1.zip\";s:5:\"8.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.2.zip\";s:5:\"8.0.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.3.zip\";s:5:\"8.0.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.0.4.zip\";s:5:\"8.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0.zip\";s:12:\"8.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0-beta.1.zip\";s:10:\"8.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0-rc.1.zip\";s:10:\"8.1.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.0-rc.2.zip\";s:5:\"8.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.1.zip\";s:5:\"8.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.1.2.zip\";s:5:\"8.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0.zip\";s:12:\"8.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0-beta.1.zip\";s:10:\"8.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0-rc.1.zip\";s:10:\"8.2.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.0-rc.2.zip\";s:5:\"8.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.1.zip\";s:5:\"8.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.2.zip\";s:5:\"8.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.2.3.zip\";s:5:\"8.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0.zip\";s:12:\"8.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0-beta.1.zip\";s:10:\"8.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0-rc.1.zip\";s:10:\"8.3.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.0-rc.2.zip\";s:5:\"8.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.1.zip\";s:5:\"8.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.3.2.zip\";s:5:\"8.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.0.zip\";s:12:\"8.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.0-beta.1.zip\";s:10:\"8.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.0-rc.1.zip\";s:5:\"8.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.4.1.zip\";s:5:\"8.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.0.zip\";s:12:\"8.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.0-beta.1.zip\";s:10:\"8.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.0-rc.1.zip\";s:5:\"8.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.1.zip\";s:5:\"8.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.2.zip\";s:5:\"8.5.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.5.3.zip\";s:5:\"8.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.0.zip\";s:12:\"8.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.0-beta.1.zip\";s:10:\"8.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.0-rc.1.zip\";s:5:\"8.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.1.zip\";s:5:\"8.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.6.2.zip\";s:5:\"8.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0.zip\";s:12:\"8.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0-beta.1.zip\";s:12:\"8.7.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0-beta.2.zip\";s:10:\"8.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.0-rc.1.zip\";s:5:\"8.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.7.1.zip\";s:5:\"8.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.0.zip\";s:12:\"8.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.0-beta.1.zip\";s:10:\"8.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.0-rc.1.zip\";s:5:\"8.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.1.zip\";s:5:\"8.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.2.zip\";s:5:\"8.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.3.zip\";s:5:\"8.8.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.4.zip\";s:5:\"8.8.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.8.5.zip\";s:5:\"8.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.0.zip\";s:12:\"8.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.0-beta.1.zip\";s:10:\"8.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.0-rc.1.zip\";s:5:\"8.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.1.zip\";s:5:\"8.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.2.zip\";s:5:\"8.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.8.9.3.zip\";s:5:\"9.0.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0.zip\";s:12:\"9.0.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0-beta.1.zip\";s:12:\"9.0.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0-beta.2.zip\";s:10:\"9.0.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.0-rc.1.zip\";s:5:\"9.0.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.1.zip\";s:5:\"9.0.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.0.2.zip\";s:5:\"9.1.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.0.zip\";s:12:\"9.1.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.0-beta.1.zip\";s:10:\"9.1.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.0-rc.1.zip\";s:5:\"9.1.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.1.zip\";s:5:\"9.1.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.2.zip\";s:5:\"9.1.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.3.zip\";s:5:\"9.1.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.1.4.zip\";s:5:\"9.2.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.0.zip\";s:12:\"9.2.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.0-beta.1.zip\";s:10:\"9.2.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.0-rc.1.zip\";s:5:\"9.2.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.1.zip\";s:5:\"9.2.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.2.zip\";s:5:\"9.2.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.2.3.zip\";s:5:\"9.3.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.0.zip\";s:12:\"9.3.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.0-beta.1.zip\";s:10:\"9.3.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.0-rc.1.zip\";s:5:\"9.3.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.1.zip\";s:5:\"9.3.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.2.zip\";s:5:\"9.3.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.3.zip\";s:5:\"9.3.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.3.4.zip\";s:5:\"9.4.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0.zip\";s:12:\"9.4.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-beta.1.zip\";s:12:\"9.4.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-beta.2.zip\";s:10:\"9.4.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.1.zip\";s:10:\"9.4.0-rc.2\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.2.zip\";s:10:\"9.4.0-rc.3\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.3.zip\";s:10:\"9.4.0-rc.4\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.0-rc.4.zip\";s:5:\"9.4.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.1.zip\";s:5:\"9.4.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.2.zip\";s:5:\"9.4.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.4.3.zip\";s:5:\"9.5.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0.zip\";s:12:\"9.5.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0-beta.1.zip\";s:12:\"9.5.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0-beta.2.zip\";s:10:\"9.5.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.0-rc.1.zip\";s:5:\"9.5.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.1.zip\";s:5:\"9.5.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.5.2.zip\";s:5:\"9.6.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0.zip\";s:12:\"9.6.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0-beta.1.zip\";s:12:\"9.6.0-beta.2\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0-beta.2.zip\";s:10:\"9.6.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.0-rc.1.zip\";s:5:\"9.6.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.1.zip\";s:5:\"9.6.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.6.2.zip\";s:5:\"9.7.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.0.zip\";s:12:\"9.7.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.0-beta.1.zip\";s:10:\"9.7.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.0-rc.1.zip\";s:5:\"9.7.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.7.1.zip\";s:5:\"9.8.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.0.zip\";s:12:\"9.8.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.0-beta.1.zip\";s:10:\"9.8.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.0-rc.1.zip\";s:5:\"9.8.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.1.zip\";s:5:\"9.8.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.2.zip\";s:5:\"9.8.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.3.zip\";s:5:\"9.8.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.4.zip\";s:5:\"9.8.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.8.5.zip\";s:5:\"9.9.0\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.0.zip\";s:12:\"9.9.0-beta.1\";s:67:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.0-beta.1.zip\";s:10:\"9.9.0-rc.1\";s:65:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.0-rc.1.zip\";s:5:\"9.9.1\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.1.zip\";s:5:\"9.9.2\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.2.zip\";s:5:\"9.9.3\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.3.zip\";s:5:\"9.9.4\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.4.zip\";s:5:\"9.9.5\";s:60:\"https://downloads.wordpress.org/plugin/woocommerce.9.9.5.zip\";s:5:\"trunk\";s:54:\"https://downloads.wordpress.org/plugin/woocommerce.zip\";}s:14:\"business_model\";s:10:\"commercial\";s:14:\"repository_url\";s:0:\"\";s:22:\"commercial_support_url\";s:0:\"\";s:11:\"donate_link\";s:0:\"\";s:7:\"banners\";a:2:{s:3:\"low\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3234504\";s:4:\"high\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3234504\";}s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";s:3:\"svg\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";}s:12:\"preview_link\";s:0:\"\";s:4:\"Name\";s:11:\"WooCommerce\";}}','off'),
(202,'recently_activated','a:0:{}','off'),
(203,'_transient_et_updated_plugins_data','O:8:\"stdClass\":2:{s:12:\"last_checked\";i:1753547908;s:10:\"changelogs\";a:1:{s:26:\"divi-event-calendar-module\";s:128:\"https://www.elegantthemes.com/marketplace/index.php/wp-json/api/v1/changelog/product_id/408?TB_iframe=true&width=1024&height=800\";}}','yes'),
(212,'wpstg_settings','a:8:{s:17:\"lastAnalyticsSend\";i:1765568314;s:10:\"queryLimit\";s:5:\"10000\";s:12:\"querySRLimit\";s:5:\"20000\";s:9:\"fileLimit\";s:2:\"50\";s:7:\"cpuLoad\";s:3:\"low\";s:9:\"batchSize\";s:1:\"2\";s:11:\"maxFileSize\";s:1:\"8\";s:9:\"optimizer\";s:1:\"1\";}','yes'),
(213,'_transient_wpstg.directory_listing.last_checked','1765156674','yes'),
(216,'wpstg_free_install_date','2024-06-21 05:14:51','yes'),
(217,'wpstg_installDate','2024-06-21 05:14:51','yes'),
(223,'wpstg_missing_cloneName_routine_executed','1','yes'),
(224,'wpstg_version','4.2.1','yes'),
(225,'wpstg_version_upgraded_from','3.9.0','yes'),
(226,'wpstg_free_upgrade_date','2025-07-23 23:55','yes'),
(233,'w3tc_state','{\"common.install\":1718990137,\"common.install_version\":\"2.7.3\",\"common.show_note.nginx_restart_required\":\"false\",\"license.status\":\"no_key\",\"license.next_check\":1765679205,\"license.terms\":\"\",\"common.show_note.flush_statics_needed\":false,\"common.show_note.flush_statics_needed.timestamp\":1748029018,\"common.show_note.flush_posts_needed\":false,\"common.show_note.flush_posts_needed.timestamp\":1748029018,\"common.show_note.plugins_updated\":false,\"common.show_note.plugins_updated.timestamp\":1748029018,\"wordpress_seo.hide_note_suggest_activation\":\"true\",\"tasks.generic.last_run_version\":\"2.8.10\",\"tasks.last_run_version\":null,\"tasks.admin.last_run_version\":\"2.8.10\"}','off'),
(247,'yoast_migrations_free','a:1:{s:7:\"version\";s:4:\"25.5\";}','yes'),
(248,'wpseo','a:114:{s:8:\"tracking\";b:0;s:16:\"toggled_tracking\";b:0;s:22:\"license_server_version\";s:5:\"false\";s:15:\"ms_defaults_set\";b:0;s:40:\"ignore_search_engines_discouraged_notice\";b:0;s:19:\"indexing_first_time\";b:1;s:16:\"indexing_started\";b:0;s:15:\"indexing_reason\";s:20:\"taxonomy_made_public\";s:29:\"indexables_indexing_completed\";b:1;s:13:\"index_now_key\";s:0:\"\";s:7:\"version\";s:4:\"25.5\";s:16:\"previous_version\";s:4:\"23.7\";s:20:\"disableadvanced_meta\";b:1;s:30:\"enable_headless_rest_endpoints\";b:1;s:17:\"ryte_indexability\";b:0;s:11:\"baiduverify\";s:0:\"\";s:12:\"googleverify\";s:0:\"\";s:8:\"msverify\";s:0:\"\";s:12:\"yandexverify\";s:0:\"\";s:9:\"site_type\";s:0:\"\";s:20:\"has_multiple_authors\";s:0:\"\";s:16:\"environment_type\";s:0:\"\";s:23:\"content_analysis_active\";b:1;s:23:\"keyword_analysis_active\";b:1;s:34:\"inclusive_language_analysis_active\";b:0;s:21:\"enable_admin_bar_menu\";b:1;s:26:\"enable_cornerstone_content\";b:1;s:18:\"enable_xml_sitemap\";b:1;s:24:\"enable_text_link_counter\";b:1;s:16:\"enable_index_now\";b:1;s:19:\"enable_ai_generator\";b:1;s:22:\"ai_enabled_pre_default\";b:0;s:22:\"show_onboarding_notice\";b:1;s:18:\"first_activated_on\";s:10:\"1718990195\";s:13:\"myyoast-oauth\";b:0;s:26:\"semrush_integration_active\";b:1;s:14:\"semrush_tokens\";a:0:{}s:20:\"semrush_country_code\";s:2:\"us\";s:19:\"permalink_structure\";s:36:\"/%year%/%monthnum%/%day%/%postname%/\";s:8:\"home_url\";s:33:\"https://staging.amtacshooting.com\";s:18:\"dynamic_permalinks\";b:0;s:17:\"category_base_url\";s:0:\"\";s:12:\"tag_base_url\";s:0:\"\";s:21:\"custom_taxonomy_slugs\";a:19:{s:15:\"layout_category\";s:15:\"layout_category\";s:10:\"layout_tag\";s:10:\"layout_tag\";s:11:\"layout_pack\";s:11:\"layout_pack\";s:11:\"layout_type\";s:11:\"layout_type\";s:12:\"module_width\";s:12:\"module_width\";s:5:\"scope\";s:5:\"scope\";s:15:\"et_tb_item_type\";s:15:\"et_tb_item_type\";s:16:\"project_category\";s:16:\"project_category\";s:11:\"project_tag\";s:11:\"project_tag\";s:13:\"product_brand\";s:5:\"brand\";s:12:\"product_type\";s:12:\"product_type\";s:18:\"product_visibility\";s:18:\"product_visibility\";s:11:\"product_cat\";s:16:\"product-category\";s:11:\"product_tag\";s:11:\"product-tag\";s:22:\"product_shipping_class\";s:22:\"product_shipping_class\";s:8:\"pa_color\";s:8:\"pa_color\";s:7:\"pa_size\";s:7:\"pa_size\";s:16:\"tribe_events_cat\";s:15:\"events/category\";s:20:\"et_code_snippet_type\";s:20:\"et_code_snippet_type\";}s:29:\"enable_enhanced_slack_sharing\";b:1;s:23:\"enable_metabox_insights\";b:1;s:23:\"enable_link_suggestions\";b:1;s:26:\"algolia_integration_active\";b:0;s:14:\"import_cursors\";a:0:{}s:13:\"workouts_data\";a:1:{s:13:\"configuration\";a:1:{s:13:\"finishedSteps\";a:0:{}}}s:28:\"configuration_finished_steps\";a:0:{}s:36:\"dismiss_configuration_workout_notice\";b:1;s:34:\"dismiss_premium_deactivated_notice\";b:0;s:19:\"importing_completed\";a:0:{}s:26:\"wincher_integration_active\";b:1;s:14:\"wincher_tokens\";a:0:{}s:36:\"wincher_automatically_add_keyphrases\";b:0;s:18:\"wincher_website_id\";s:0:\"\";s:18:\"first_time_install\";b:1;s:34:\"should_redirect_after_install_free\";b:0;s:34:\"activation_redirect_timestamp_free\";s:10:\"1718990196\";s:18:\"remove_feed_global\";b:0;s:27:\"remove_feed_global_comments\";b:0;s:25:\"remove_feed_post_comments\";b:0;s:19:\"remove_feed_authors\";b:0;s:22:\"remove_feed_categories\";b:0;s:16:\"remove_feed_tags\";b:0;s:29:\"remove_feed_custom_taxonomies\";b:0;s:22:\"remove_feed_post_types\";b:0;s:18:\"remove_feed_search\";b:0;s:21:\"remove_atom_rdf_feeds\";b:0;s:17:\"remove_shortlinks\";b:0;s:21:\"remove_rest_api_links\";b:0;s:20:\"remove_rsd_wlw_links\";b:0;s:19:\"remove_oembed_links\";b:0;s:16:\"remove_generator\";b:0;s:20:\"remove_emoji_scripts\";b:0;s:24:\"remove_powered_by_header\";b:0;s:22:\"remove_pingback_header\";b:0;s:28:\"clean_campaign_tracking_urls\";b:0;s:16:\"clean_permalinks\";b:0;s:32:\"clean_permalinks_extra_variables\";s:0:\"\";s:14:\"search_cleanup\";b:0;s:20:\"search_cleanup_emoji\";b:0;s:23:\"search_cleanup_patterns\";b:0;s:22:\"search_character_limit\";i:50;s:20:\"deny_search_crawling\";b:0;s:21:\"deny_wp_json_crawling\";b:0;s:20:\"deny_adsbot_crawling\";b:0;s:19:\"deny_ccbot_crawling\";b:0;s:29:\"deny_google_extended_crawling\";b:0;s:20:\"deny_gptbot_crawling\";b:0;s:27:\"redirect_search_pretty_urls\";b:0;s:29:\"least_readability_ignore_list\";a:0:{}s:27:\"least_seo_score_ignore_list\";a:0:{}s:23:\"most_linked_ignore_list\";a:0:{}s:24:\"least_linked_ignore_list\";a:0:{}s:28:\"indexables_page_reading_list\";a:5:{i:0;b:0;i:1;b:0;i:2;b:0;i:3;b:0;i:4;b:0;}s:25:\"indexables_overview_state\";s:21:\"dashboard-not-visited\";s:28:\"last_known_public_post_types\";a:6:{i:0;s:4:\"post\";i:1;s:4:\"page\";i:2;s:7:\"project\";i:3;s:7:\"product\";i:4;s:13:\"mailpoet_page\";i:5;s:12:\"tribe_events\";}s:28:\"last_known_public_taxonomies\";a:14:{i:0;s:8:\"category\";i:1;s:8:\"post_tag\";i:2;s:11:\"post_format\";i:3;s:15:\"layout_category\";i:4;s:10:\"layout_tag\";i:5;s:15:\"et_tb_item_type\";i:6;s:16:\"project_category\";i:7;s:11:\"project_tag\";i:8;s:13:\"product_brand\";i:9;s:11:\"product_cat\";i:10;s:11:\"product_tag\";i:11;s:22:\"product_shipping_class\";i:12;s:16:\"tribe_events_cat\";i:13;s:20:\"et_code_snippet_type\";}s:23:\"last_known_no_unindexed\";a:6:{s:40:\"wpseo_total_unindexed_post_type_archives\";i:1765156696;s:31:\"wpseo_unindexed_post_link_count\";i:1765156696;s:31:\"wpseo_unindexed_term_link_count\";i:1765156696;s:35:\"wpseo_total_unindexed_general_items\";i:1765156696;s:27:\"wpseo_total_unindexed_posts\";i:1750358140;s:27:\"wpseo_total_unindexed_terms\";i:1753547834;}s:14:\"new_post_types\";a:1:{i:2;s:7:\"project\";}s:14:\"new_taxonomies\";a:0:{}s:34:\"show_new_content_type_notification\";b:1;s:44:\"site_kit_configuration_permanently_dismissed\";b:0;s:18:\"site_kit_connected\";b:0;s:37:\"site_kit_tracking_setup_widget_loaded\";s:2:\"no\";s:41:\"site_kit_tracking_first_interaction_stage\";s:0:\"\";s:40:\"site_kit_tracking_last_interaction_stage\";s:0:\"\";s:52:\"site_kit_tracking_setup_widget_temporarily_dismissed\";s:2:\"no\";s:52:\"site_kit_tracking_setup_widget_permanently_dismissed\";s:2:\"no\";s:31:\"google_site_kit_feature_enabled\";b:0;s:15:\"enable_llms_txt\";b:0;}','yes'),
(249,'wpseo_titles','a:285:{s:17:\"forcerewritetitle\";b:0;s:9:\"separator\";s:7:\"sc-dash\";s:16:\"title-home-wpseo\";s:42:\"%%sitename%% %%page%% %%sep%% %%sitedesc%%\";s:18:\"title-author-wpseo\";s:41:\"%%name%%, Author at %%sitename%% %%page%%\";s:19:\"title-archive-wpseo\";s:38:\"%%date%% %%page%% %%sep%% %%sitename%%\";s:18:\"title-search-wpseo\";s:63:\"You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%\";s:15:\"title-404-wpseo\";s:35:\"Page not found %%sep%% %%sitename%%\";s:25:\"social-title-author-wpseo\";s:8:\"%%name%%\";s:26:\"social-title-archive-wpseo\";s:8:\"%%date%%\";s:31:\"social-description-author-wpseo\";s:0:\"\";s:32:\"social-description-archive-wpseo\";s:0:\"\";s:29:\"social-image-url-author-wpseo\";s:0:\"\";s:30:\"social-image-url-archive-wpseo\";s:0:\"\";s:28:\"social-image-id-author-wpseo\";i:0;s:29:\"social-image-id-archive-wpseo\";i:0;s:19:\"metadesc-home-wpseo\";s:0:\"\";s:21:\"metadesc-author-wpseo\";s:0:\"\";s:22:\"metadesc-archive-wpseo\";s:0:\"\";s:9:\"rssbefore\";s:0:\"\";s:8:\"rssafter\";s:53:\"The post %%POSTLINK%% appeared first on %%BLOGLINK%%.\";s:20:\"noindex-author-wpseo\";b:0;s:28:\"noindex-author-noposts-wpseo\";b:1;s:21:\"noindex-archive-wpseo\";b:1;s:14:\"disable-author\";b:1;s:12:\"disable-date\";b:0;s:19:\"disable-post_format\";b:0;s:18:\"disable-attachment\";b:1;s:20:\"breadcrumbs-404crumb\";s:25:\"Error 404: Page not found\";s:29:\"breadcrumbs-display-blog-page\";b:1;s:20:\"breadcrumbs-boldlast\";b:0;s:25:\"breadcrumbs-archiveprefix\";s:12:\"Archives for\";s:18:\"breadcrumbs-enable\";b:1;s:16:\"breadcrumbs-home\";s:4:\"Home\";s:18:\"breadcrumbs-prefix\";s:0:\"\";s:24:\"breadcrumbs-searchprefix\";s:16:\"You searched for\";s:15:\"breadcrumbs-sep\";s:2:\"»\";s:12:\"website_name\";s:0:\"\";s:11:\"person_name\";s:0:\"\";s:11:\"person_logo\";s:0:\"\";s:22:\"alternate_website_name\";s:0:\"\";s:12:\"company_logo\";s:0:\"\";s:12:\"company_name\";s:0:\"\";s:22:\"company_alternate_name\";s:0:\"\";s:17:\"company_or_person\";s:7:\"company\";s:25:\"company_or_person_user_id\";b:0;s:17:\"stripcategorybase\";b:0;s:26:\"open_graph_frontpage_title\";s:12:\"%%sitename%%\";s:25:\"open_graph_frontpage_desc\";s:0:\"\";s:26:\"open_graph_frontpage_image\";s:0:\"\";s:24:\"publishing_principles_id\";i:0;s:25:\"ownership_funding_info_id\";i:0;s:29:\"actionable_feedback_policy_id\";i:0;s:21:\"corrections_policy_id\";i:0;s:16:\"ethics_policy_id\";i:0;s:19:\"diversity_policy_id\";i:0;s:28:\"diversity_staffing_report_id\";i:0;s:15:\"org-description\";s:0:\"\";s:9:\"org-email\";s:0:\"\";s:9:\"org-phone\";s:0:\"\";s:14:\"org-legal-name\";s:0:\"\";s:17:\"org-founding-date\";s:0:\"\";s:20:\"org-number-employees\";s:0:\"\";s:10:\"org-vat-id\";s:0:\"\";s:10:\"org-tax-id\";s:0:\"\";s:7:\"org-iso\";s:0:\"\";s:8:\"org-duns\";s:0:\"\";s:11:\"org-leicode\";s:0:\"\";s:9:\"org-naics\";s:0:\"\";s:10:\"title-post\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-post\";s:0:\"\";s:12:\"noindex-post\";b:0;s:23:\"display-metabox-pt-post\";b:1;s:23:\"post_types-post-maintax\";i:0;s:21:\"schema-page-type-post\";s:7:\"WebPage\";s:24:\"schema-article-type-post\";s:7:\"Article\";s:17:\"social-title-post\";s:9:\"%%title%%\";s:23:\"social-description-post\";s:0:\"\";s:21:\"social-image-url-post\";s:0:\"\";s:20:\"social-image-id-post\";i:0;s:10:\"title-page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:13:\"metadesc-page\";s:0:\"\";s:12:\"noindex-page\";b:0;s:23:\"display-metabox-pt-page\";b:1;s:23:\"post_types-page-maintax\";i:0;s:21:\"schema-page-type-page\";s:7:\"WebPage\";s:24:\"schema-article-type-page\";s:4:\"None\";s:17:\"social-title-page\";s:9:\"%%title%%\";s:23:\"social-description-page\";s:0:\"\";s:21:\"social-image-url-page\";s:0:\"\";s:20:\"social-image-id-page\";i:0;s:16:\"title-attachment\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:19:\"metadesc-attachment\";s:0:\"\";s:18:\"noindex-attachment\";b:0;s:29:\"display-metabox-pt-attachment\";b:1;s:29:\"post_types-attachment-maintax\";i:0;s:27:\"schema-page-type-attachment\";s:7:\"WebPage\";s:30:\"schema-article-type-attachment\";s:4:\"None\";s:18:\"title-tax-category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-category\";s:0:\"\";s:28:\"display-metabox-tax-category\";b:1;s:20:\"noindex-tax-category\";b:0;s:25:\"social-title-tax-category\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-category\";s:0:\"\";s:29:\"social-image-url-tax-category\";s:0:\"\";s:28:\"social-image-id-tax-category\";i:0;s:26:\"taxonomy-category-ptparent\";i:0;s:18:\"title-tax-post_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tax-post_tag\";s:0:\"\";s:28:\"display-metabox-tax-post_tag\";b:1;s:20:\"noindex-tax-post_tag\";b:0;s:25:\"social-title-tax-post_tag\";s:23:\"%%term_title%% Archives\";s:31:\"social-description-tax-post_tag\";s:0:\"\";s:29:\"social-image-url-tax-post_tag\";s:0:\"\";s:28:\"social-image-id-tax-post_tag\";i:0;s:26:\"taxonomy-post_tag-ptparent\";i:0;s:21:\"title-tax-post_format\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-post_format\";s:0:\"\";s:31:\"display-metabox-tax-post_format\";b:1;s:23:\"noindex-tax-post_format\";b:1;s:28:\"social-title-tax-post_format\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-post_format\";s:0:\"\";s:32:\"social-image-url-tax-post_format\";s:0:\"\";s:31:\"social-image-id-tax-post_format\";i:0;s:29:\"taxonomy-post_format-ptparent\";i:0;s:13:\"title-project\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-project\";s:0:\"\";s:15:\"noindex-project\";b:0;s:26:\"display-metabox-pt-project\";b:1;s:26:\"post_types-project-maintax\";i:0;s:24:\"schema-page-type-project\";s:7:\"WebPage\";s:27:\"schema-article-type-project\";s:4:\"None\";s:20:\"social-title-project\";s:9:\"%%title%%\";s:26:\"social-description-project\";s:0:\"\";s:24:\"social-image-url-project\";s:0:\"\";s:23:\"social-image-id-project\";i:0;s:23:\"title-ptarchive-project\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-project\";s:0:\"\";s:25:\"bctitle-ptarchive-project\";s:0:\"\";s:25:\"noindex-ptarchive-project\";b:0;s:30:\"social-title-ptarchive-project\";s:21:\"%%pt_plural%% Archive\";s:36:\"social-description-ptarchive-project\";s:0:\"\";s:34:\"social-image-url-ptarchive-project\";s:0:\"\";s:33:\"social-image-id-ptarchive-project\";i:0;s:13:\"title-product\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:16:\"metadesc-product\";s:0:\"\";s:15:\"noindex-product\";b:0;s:26:\"display-metabox-pt-product\";b:1;s:26:\"post_types-product-maintax\";i:0;s:24:\"schema-page-type-product\";s:7:\"WebPage\";s:27:\"schema-article-type-product\";s:4:\"None\";s:20:\"social-title-product\";s:9:\"%%title%%\";s:26:\"social-description-product\";s:0:\"\";s:24:\"social-image-url-product\";s:0:\"\";s:23:\"social-image-id-product\";i:0;s:23:\"title-ptarchive-product\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:26:\"metadesc-ptarchive-product\";s:0:\"\";s:25:\"bctitle-ptarchive-product\";s:0:\"\";s:25:\"noindex-ptarchive-product\";b:0;s:30:\"social-title-ptarchive-product\";s:21:\"%%pt_plural%% Archive\";s:36:\"social-description-ptarchive-product\";s:0:\"\";s:34:\"social-image-url-ptarchive-product\";s:0:\"\";s:33:\"social-image-id-ptarchive-product\";i:0;s:19:\"title-mailpoet_page\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:22:\"metadesc-mailpoet_page\";s:0:\"\";s:21:\"noindex-mailpoet_page\";b:0;s:32:\"display-metabox-pt-mailpoet_page\";b:1;s:32:\"post_types-mailpoet_page-maintax\";i:0;s:30:\"schema-page-type-mailpoet_page\";s:7:\"WebPage\";s:33:\"schema-article-type-mailpoet_page\";s:4:\"None\";s:26:\"social-title-mailpoet_page\";s:9:\"%%title%%\";s:32:\"social-description-mailpoet_page\";s:0:\"\";s:30:\"social-image-url-mailpoet_page\";s:0:\"\";s:29:\"social-image-id-mailpoet_page\";i:0;s:25:\"title-tax-layout_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-tax-layout_category\";s:0:\"\";s:35:\"display-metabox-tax-layout_category\";b:1;s:27:\"noindex-tax-layout_category\";b:0;s:32:\"social-title-tax-layout_category\";s:23:\"%%term_title%% Archives\";s:38:\"social-description-tax-layout_category\";s:0:\"\";s:36:\"social-image-url-tax-layout_category\";s:0:\"\";s:35:\"social-image-id-tax-layout_category\";i:0;s:33:\"taxonomy-layout_category-ptparent\";i:0;s:20:\"title-tax-layout_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:23:\"metadesc-tax-layout_tag\";s:0:\"\";s:30:\"display-metabox-tax-layout_tag\";b:1;s:22:\"noindex-tax-layout_tag\";b:0;s:27:\"social-title-tax-layout_tag\";s:23:\"%%term_title%% Archives\";s:33:\"social-description-tax-layout_tag\";s:0:\"\";s:31:\"social-image-url-tax-layout_tag\";s:0:\"\";s:30:\"social-image-id-tax-layout_tag\";i:0;s:28:\"taxonomy-layout_tag-ptparent\";i:0;s:25:\"title-tax-et_tb_item_type\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:28:\"metadesc-tax-et_tb_item_type\";s:0:\"\";s:35:\"display-metabox-tax-et_tb_item_type\";b:1;s:27:\"noindex-tax-et_tb_item_type\";b:0;s:32:\"social-title-tax-et_tb_item_type\";s:23:\"%%term_title%% Archives\";s:38:\"social-description-tax-et_tb_item_type\";s:0:\"\";s:36:\"social-image-url-tax-et_tb_item_type\";s:0:\"\";s:35:\"social-image-id-tax-et_tb_item_type\";i:0;s:33:\"taxonomy-et_tb_item_type-ptparent\";i:0;s:26:\"title-tax-project_category\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-project_category\";s:0:\"\";s:36:\"display-metabox-tax-project_category\";b:1;s:28:\"noindex-tax-project_category\";b:0;s:33:\"social-title-tax-project_category\";s:23:\"%%term_title%% Archives\";s:39:\"social-description-tax-project_category\";s:0:\"\";s:37:\"social-image-url-tax-project_category\";s:0:\"\";s:36:\"social-image-id-tax-project_category\";i:0;s:34:\"taxonomy-project_category-ptparent\";i:0;s:21:\"title-tax-project_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-project_tag\";s:0:\"\";s:31:\"display-metabox-tax-project_tag\";b:1;s:23:\"noindex-tax-project_tag\";b:0;s:28:\"social-title-tax-project_tag\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-project_tag\";s:0:\"\";s:32:\"social-image-url-tax-project_tag\";s:0:\"\";s:31:\"social-image-id-tax-project_tag\";i:0;s:29:\"taxonomy-project_tag-ptparent\";i:0;s:21:\"title-tax-product_cat\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_cat\";s:0:\"\";s:31:\"display-metabox-tax-product_cat\";b:1;s:23:\"noindex-tax-product_cat\";b:0;s:28:\"social-title-tax-product_cat\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-product_cat\";s:0:\"\";s:32:\"social-image-url-tax-product_cat\";s:0:\"\";s:31:\"social-image-id-tax-product_cat\";i:0;s:29:\"taxonomy-product_cat-ptparent\";i:0;s:21:\"title-tax-product_tag\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:24:\"metadesc-tax-product_tag\";s:0:\"\";s:31:\"display-metabox-tax-product_tag\";b:1;s:23:\"noindex-tax-product_tag\";b:0;s:28:\"social-title-tax-product_tag\";s:23:\"%%term_title%% Archives\";s:34:\"social-description-tax-product_tag\";s:0:\"\";s:32:\"social-image-url-tax-product_tag\";s:0:\"\";s:31:\"social-image-id-tax-product_tag\";i:0;s:29:\"taxonomy-product_tag-ptparent\";i:0;s:32:\"title-tax-product_shipping_class\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:35:\"metadesc-tax-product_shipping_class\";s:0:\"\";s:42:\"display-metabox-tax-product_shipping_class\";b:1;s:34:\"noindex-tax-product_shipping_class\";b:0;s:39:\"social-title-tax-product_shipping_class\";s:23:\"%%term_title%% Archives\";s:45:\"social-description-tax-product_shipping_class\";s:0:\"\";s:43:\"social-image-url-tax-product_shipping_class\";s:0:\"\";s:42:\"social-image-id-tax-product_shipping_class\";i:0;s:40:\"taxonomy-product_shipping_class-ptparent\";i:0;s:18:\"title-tribe_events\";s:39:\"%%title%% %%page%% %%sep%% %%sitename%%\";s:21:\"metadesc-tribe_events\";s:0:\"\";s:20:\"noindex-tribe_events\";b:0;s:31:\"display-metabox-pt-tribe_events\";b:1;s:31:\"post_types-tribe_events-maintax\";i:0;s:29:\"schema-page-type-tribe_events\";s:7:\"WebPage\";s:32:\"schema-article-type-tribe_events\";s:4:\"None\";s:25:\"social-title-tribe_events\";s:9:\"%%title%%\";s:31:\"social-description-tribe_events\";s:0:\"\";s:29:\"social-image-url-tribe_events\";s:0:\"\";s:28:\"social-image-id-tribe_events\";i:0;s:28:\"title-ptarchive-tribe_events\";s:51:\"%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%\";s:31:\"metadesc-ptarchive-tribe_events\";s:0:\"\";s:30:\"bctitle-ptarchive-tribe_events\";s:0:\"\";s:30:\"noindex-ptarchive-tribe_events\";b:0;s:35:\"social-title-ptarchive-tribe_events\";s:21:\"%%pt_plural%% Archive\";s:41:\"social-description-ptarchive-tribe_events\";s:0:\"\";s:39:\"social-image-url-ptarchive-tribe_events\";s:0:\"\";s:38:\"social-image-id-ptarchive-tribe_events\";i:0;s:26:\"title-tax-tribe_events_cat\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:29:\"metadesc-tax-tribe_events_cat\";s:0:\"\";s:36:\"display-metabox-tax-tribe_events_cat\";b:1;s:28:\"noindex-tax-tribe_events_cat\";b:0;s:33:\"social-title-tax-tribe_events_cat\";s:23:\"%%term_title%% Archives\";s:39:\"social-description-tax-tribe_events_cat\";s:0:\"\";s:37:\"social-image-url-tax-tribe_events_cat\";s:0:\"\";s:36:\"social-image-id-tax-tribe_events_cat\";i:0;s:34:\"taxonomy-tribe_events_cat-ptparent\";i:0;s:30:\"title-tax-et_code_snippet_type\";s:53:\"%%term_title%% Archives %%page%% %%sep%% %%sitename%%\";s:33:\"metadesc-tax-et_code_snippet_type\";s:0:\"\";s:40:\"display-metabox-tax-et_code_snippet_type\";b:1;s:32:\"noindex-tax-et_code_snippet_type\";b:0;s:37:\"social-title-tax-et_code_snippet_type\";s:23:\"%%term_title%% Archives\";s:43:\"social-description-tax-et_code_snippet_type\";s:0:\"\";s:41:\"social-image-url-tax-et_code_snippet_type\";s:0:\"\";s:40:\"social-image-id-tax-et_code_snippet_type\";i:0;s:38:\"taxonomy-et_code_snippet_type-ptparent\";i:0;s:14:\"person_logo_id\";i:0;s:15:\"company_logo_id\";i:0;s:29:\"open_graph_frontpage_image_id\";i:0;}','yes'),
(250,'wpseo_social','a:20:{s:13:\"facebook_site\";s:0:\"\";s:13:\"instagram_url\";s:0:\"\";s:12:\"linkedin_url\";s:0:\"\";s:11:\"myspace_url\";s:0:\"\";s:16:\"og_default_image\";s:0:\"\";s:19:\"og_default_image_id\";s:0:\"\";s:18:\"og_frontpage_title\";s:0:\"\";s:17:\"og_frontpage_desc\";s:0:\"\";s:18:\"og_frontpage_image\";s:0:\"\";s:21:\"og_frontpage_image_id\";s:0:\"\";s:9:\"opengraph\";b:1;s:13:\"pinterest_url\";s:0:\"\";s:15:\"pinterestverify\";s:0:\"\";s:7:\"twitter\";b:1;s:12:\"twitter_site\";s:0:\"\";s:17:\"twitter_card_type\";s:19:\"summary_large_image\";s:11:\"youtube_url\";s:0:\"\";s:13:\"wikipedia_url\";s:0:\"\";s:17:\"other_social_urls\";a:0:{}s:12:\"mastodon_url\";s:0:\"\";}','yes'),
(271,'wpseo_sitemap_cache_validator_global','poc8','off'),
(276,'wpseo_sitemap_1_cache_validator','DBa9','off'),
(277,'wpseo_sitemap_author_cache_validator','6OjAx','off'),
(295,'https_detection_errors','a:1:{s:20:\"https_request_failed\";a:1:{i:0;s:21:\"HTTPS request failed.\";}}','off'),
(301,'_transient_health-check-site-status-result','{\"good\":18,\"recommended\":5,\"critical\":1}','yes'),
(323,'wpseo_sitemap_post_cache_validator','DBak','off'),
(341,'auto_core_update_notified','a:4:{s:4:\"type\";s:7:\"success\";s:5:\"email\";s:27:\"support@lasthourhosting.org\";s:7:\"version\";s:3:\"6.9\";s:9:\"timestamp\";i:1764780421;}','off'),
(392,'w3tc_stats_hotspot_start','1748029024','off'),
(393,'w3tc_stats_hotspot_end','1748029084.676','no'),
(455,'action_scheduler_hybrid_store_demarkation','12','yes'),
(456,'schema-ActionScheduler_StoreSchema','7.0.1720484357','yes'),
(457,'schema-ActionScheduler_LoggerSchema','3.0.1720484357','yes'),
(460,'woocommerce_newly_installed','no','yes'),
(461,'woocommerce_schema_version','920','yes'),
(462,'woocommerce_store_address','','yes'),
(463,'woocommerce_store_address_2','','yes'),
(464,'woocommerce_store_city','','yes'),
(465,'woocommerce_default_country','US:ID','on'),
(466,'woocommerce_store_postcode','','yes'),
(467,'woocommerce_allowed_countries','all','yes'),
(468,'woocommerce_all_except_countries','a:0:{}','on'),
(469,'woocommerce_specific_allowed_countries','a:0:{}','on'),
(470,'woocommerce_ship_to_countries','','yes'),
(471,'woocommerce_specific_ship_to_countries','a:0:{}','on'),
(472,'woocommerce_default_customer_address','base','yes'),
(473,'woocommerce_calc_taxes','no','yes'),
(474,'woocommerce_enable_coupons','yes','yes'),
(475,'woocommerce_calc_discounts_sequentially','no','no'),
(476,'woocommerce_currency','USD','yes'),
(477,'woocommerce_currency_pos','left','yes'),
(478,'woocommerce_price_thousand_sep',',','yes'),
(479,'woocommerce_price_decimal_sep','.','yes'),
(480,'woocommerce_price_num_decimals','2','on'),
(481,'woocommerce_shop_page_id','13','yes'),
(482,'woocommerce_cart_redirect_after_add','no','yes'),
(483,'woocommerce_enable_ajax_add_to_cart','yes','yes'),
(484,'woocommerce_placeholder_image','12','yes'),
(485,'woocommerce_weight_unit','kg','yes'),
(486,'woocommerce_dimension_unit','cm','yes'),
(487,'woocommerce_enable_reviews','yes','yes'),
(488,'woocommerce_review_rating_verification_label','yes','no'),
(489,'woocommerce_review_rating_verification_required','no','no'),
(490,'woocommerce_enable_review_rating','yes','yes'),
(491,'woocommerce_review_rating_required','yes','no'),
(492,'woocommerce_manage_stock','yes','yes'),
(493,'woocommerce_hold_stock_minutes','60','no'),
(494,'woocommerce_notify_low_stock','yes','no'),
(495,'woocommerce_notify_no_stock','yes','no'),
(496,'woocommerce_stock_email_recipient','support@lasthourhosting.org','no'),
(497,'woocommerce_notify_low_stock_amount','2','no'),
(498,'woocommerce_notify_no_stock_amount','0','yes'),
(499,'woocommerce_hide_out_of_stock_items','no','yes'),
(500,'woocommerce_stock_format','','yes'),
(501,'woocommerce_file_download_method','force','no'),
(502,'woocommerce_downloads_redirect_fallback_allowed','no','no'),
(503,'woocommerce_downloads_require_login','no','no'),
(504,'woocommerce_downloads_grant_access_after_payment','yes','no'),
(505,'woocommerce_downloads_deliver_inline','','no'),
(506,'woocommerce_downloads_add_hash_to_filename','yes','yes'),
(508,'woocommerce_attribute_lookup_direct_updates','no','yes'),
(509,'woocommerce_product_match_featured_image_by_sku','no','yes'),
(510,'woocommerce_prices_include_tax','no','yes'),
(511,'woocommerce_tax_based_on','shipping','yes'),
(512,'woocommerce_shipping_tax_class','inherit','yes'),
(513,'woocommerce_tax_round_at_subtotal','no','yes'),
(514,'woocommerce_tax_classes','','yes'),
(515,'woocommerce_tax_display_shop','excl','yes'),
(516,'woocommerce_tax_display_cart','excl','yes'),
(517,'woocommerce_price_display_suffix','','yes'),
(518,'woocommerce_tax_total_display','itemized','no'),
(519,'woocommerce_enable_shipping_calc','yes','no'),
(520,'woocommerce_shipping_cost_requires_address','no','yes'),
(521,'woocommerce_ship_to_destination','billing','no'),
(522,'woocommerce_shipping_debug_mode','no','yes'),
(523,'woocommerce_enable_guest_checkout','yes','no'),
(524,'woocommerce_enable_checkout_login_reminder','no','no'),
(525,'woocommerce_enable_signup_and_login_from_checkout','no','no'),
(526,'woocommerce_enable_myaccount_registration','no','no'),
(527,'woocommerce_registration_generate_username','yes','no'),
(528,'woocommerce_registration_generate_password','yes','no'),
(529,'woocommerce_erasure_request_removes_order_data','no','no'),
(530,'woocommerce_erasure_request_removes_download_data','no','no'),
(531,'woocommerce_allow_bulk_remove_personal_data','no','no'),
(532,'woocommerce_registration_privacy_policy_text','Your personal data will be used to support your experience throughout this website, to manage access to your account, and for other purposes described in our [privacy_policy].','yes'),
(533,'woocommerce_checkout_privacy_policy_text','Your personal data will be used to process your order, support your experience throughout this website, and for other purposes described in our [privacy_policy].','yes'),
(534,'woocommerce_delete_inactive_accounts','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),
(535,'woocommerce_trash_pending_orders','','no'),
(536,'woocommerce_trash_failed_orders','','no'),
(537,'woocommerce_trash_cancelled_orders','','no'),
(538,'woocommerce_anonymize_completed_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','no'),
(539,'woocommerce_email_from_name','Amtac Shooting','no'),
(540,'woocommerce_email_from_address','support@lasthourhosting.org','no'),
(541,'woocommerce_email_header_image','','no'),
(542,'woocommerce_email_footer_text','{site_title} &mdash; Built with {WooCommerce}','no'),
(543,'woocommerce_email_base_color','#720eec','no'),
(544,'woocommerce_email_background_color','#f7f7f7','no'),
(545,'woocommerce_email_body_background_color','#ffffff','no'),
(546,'woocommerce_email_text_color','#3c3c3c','no'),
(547,'woocommerce_merchant_email_notifications','no','no'),
(548,'woocommerce_cart_page_id','14','no'),
(549,'woocommerce_checkout_page_id','15','no'),
(550,'woocommerce_myaccount_page_id','16','no'),
(551,'woocommerce_terms_page_id','','no'),
(552,'woocommerce_force_ssl_checkout','no','yes'),
(553,'woocommerce_unforce_ssl_checkout','no','yes'),
(554,'woocommerce_checkout_pay_endpoint','order-pay','yes'),
(555,'woocommerce_checkout_order_received_endpoint','order-received','yes'),
(556,'woocommerce_myaccount_add_payment_method_endpoint','add-payment-method','yes'),
(557,'woocommerce_myaccount_delete_payment_method_endpoint','delete-payment-method','yes'),
(558,'woocommerce_myaccount_set_default_payment_method_endpoint','set-default-payment-method','yes'),
(559,'woocommerce_myaccount_orders_endpoint','orders','yes'),
(560,'woocommerce_myaccount_view_order_endpoint','view-order','yes'),
(561,'woocommerce_myaccount_downloads_endpoint','downloads','yes'),
(562,'woocommerce_myaccount_edit_account_endpoint','edit-account','yes'),
(563,'woocommerce_myaccount_edit_address_endpoint','edit-address','yes'),
(564,'woocommerce_myaccount_payment_methods_endpoint','payment-methods','yes'),
(565,'woocommerce_myaccount_lost_password_endpoint','lost-password','yes'),
(566,'woocommerce_logout_endpoint','customer-logout','yes'),
(567,'woocommerce_api_enabled','no','yes'),
(568,'woocommerce_allow_tracking','yes','on'),
(569,'woocommerce_show_marketplace_suggestions','yes','no'),
(570,'woocommerce_custom_orders_table_enabled','yes','yes'),
(571,'woocommerce_analytics_enabled','yes','yes'),
(572,'woocommerce_feature_order_attribution_enabled','yes','yes'),
(573,'woocommerce_feature_product_block_editor_enabled','no','yes'),
(574,'woocommerce_hpos_fts_index_enabled','no','yes'),
(575,'woocommerce_single_image_width','600','yes'),
(576,'woocommerce_thumbnail_image_width','300','yes'),
(577,'woocommerce_checkout_highlight_required_fields','yes','yes'),
(578,'woocommerce_demo_store','no','no'),
(579,'wc_downloads_approved_directories_mode','enabled','yes'),
(580,'woocommerce_permalinks','a:5:{s:12:\"product_base\";s:7:\"product\";s:13:\"category_base\";s:16:\"product-category\";s:8:\"tag_base\";s:11:\"product-tag\";s:14:\"attribute_base\";s:0:\"\";s:22:\"use_verbose_page_rules\";b:0;}','yes'),
(581,'current_theme_supports_woocommerce','yes','yes'),
(582,'woocommerce_queue_flush_rewrite_rules','no','yes'),
(585,'default_product_cat','15','yes'),
(587,'woocommerce_refund_returns_page_id','17','yes'),
(590,'woocommerce_paypal_settings','a:23:{s:7:\"enabled\";s:2:\"no\";s:5:\"title\";s:6:\"PayPal\";s:11:\"description\";s:85:\"Pay via PayPal; you can pay with your credit card if you don\'t have a PayPal account.\";s:5:\"email\";s:27:\"support@lasthourhosting.org\";s:8:\"advanced\";s:0:\"\";s:8:\"testmode\";s:2:\"no\";s:5:\"debug\";s:2:\"no\";s:16:\"ipn_notification\";s:3:\"yes\";s:14:\"receiver_email\";s:27:\"support@lasthourhosting.org\";s:14:\"identity_token\";s:0:\"\";s:14:\"invoice_prefix\";s:3:\"WC-\";s:13:\"send_shipping\";s:3:\"yes\";s:16:\"address_override\";s:2:\"no\";s:13:\"paymentaction\";s:4:\"sale\";s:9:\"image_url\";s:0:\"\";s:11:\"api_details\";s:0:\"\";s:12:\"api_username\";s:0:\"\";s:12:\"api_password\";s:0:\"\";s:13:\"api_signature\";s:0:\"\";s:20:\"sandbox_api_username\";s:0:\"\";s:20:\"sandbox_api_password\";s:0:\"\";s:21:\"sandbox_api_signature\";s:0:\"\";s:12:\"_should_load\";s:2:\"no\";}','yes'),
(591,'woocommerce_version','10.0.4','yes'),
(592,'woocommerce_db_version','10.0.4','yes'),
(593,'woocommerce_store_id','c70c33f8-2f41-43f4-8df3-53ae88737e3b','yes'),
(594,'woocommerce_admin_install_timestamp','1720484362','yes'),
(595,'woocommerce_inbox_variant_assignment','3','yes'),
(596,'woocommerce_remote_variant_assignment','110','yes'),
(600,'wpseo_sitemap_product_cat_cache_validator','5YvDE','off'),
(601,'wpseo_sitemap_attachment_cache_validator','2q95','off'),
(602,'wpseo_sitemap_page_cache_validator','47Pg','off'),
(603,'_transient_jetpack_autoloader_plugin_paths','a:5:{i:0;s:25:\"{{WP_PLUGIN_DIR}}/jetpack\";i:1;s:43:\"{{WP_PLUGIN_DIR}}/pinterest-for-woocommerce\";i:2;s:29:\"{{WP_PLUGIN_DIR}}/woocommerce\";i:3;s:38:\"{{WP_PLUGIN_DIR}}/woocommerce-payments\";i:4;s:38:\"{{WP_PLUGIN_DIR}}/woocommerce-services\";}','yes'),
(604,'action_scheduler_lock_async-request-runner','693c6f5b859fa4.96229575|1765568407','no'),
(605,'woocommerce_admin_notices','a:4:{i:0;s:6:\"update\";i:1;s:74:\"pinterest-for-woocommerce/pinterest-for-woocommerce.php-wordpress-untested\";i:2;s:90:\"pinterest-for-woocommerce/pinterest-for-woocommerce.php-woocommerce-upgrade-recommendation\";i:3;s:76:\"pinterest-for-woocommerce/pinterest-for-woocommerce.php-woocommerce-untested\";}','yes'),
(606,'wc_blocks_version','11.8.0-dev','yes'),
(607,'jetpack_connection_active_plugins','a:5:{s:7:\"jetpack\";a:1:{s:4:\"name\";s:7:\"Jetpack\";}s:23:\"google-listings-and-ads\";a:1:{s:4:\"name\";s:22:\"Google for WooCommerce\";}s:20:\"woocommerce-payments\";a:1:{s:4:\"name\";s:11:\"WooPayments\";}s:20:\"woocommerce-services\";a:1:{s:4:\"name\";s:26:\"WooCommerce Shipping & Tax\";}s:11:\"woocommerce\";a:1:{s:4:\"name\";s:11:\"WooCommerce\";}}','yes'),
(612,'woocommerce_maxmind_geolocation_settings','a:1:{s:15:\"database_prefix\";s:32:\"JT1wn22weKoWgt6WSZyoGWLc4LGPCrxj\";}','yes'),
(614,'widget_woocommerce_widget_cart','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(615,'widget_woocommerce_layered_nav_filters','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(616,'widget_woocommerce_layered_nav','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(617,'widget_woocommerce_price_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(618,'widget_woocommerce_product_categories','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(619,'widget_woocommerce_product_search','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(620,'widget_woocommerce_product_tag_cloud','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(621,'widget_woocommerce_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(622,'widget_woocommerce_recently_viewed_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(623,'widget_woocommerce_top_rated_products','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(624,'widget_woocommerce_recent_reviews','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(625,'widget_woocommerce_rating_filter','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(638,'wcpay_was_in_use','no','yes'),
(642,'wc_admin_show_legacy_coupon_menu','0','yes'),
(643,'woocommerce_custom_orders_table_created','yes','yes'),
(652,'wc_remote_inbox_notifications_stored_state','O:8:\"stdClass\":2:{s:22:\"there_were_no_products\";b:1;s:22:\"there_are_now_products\";b:1;}','no'),
(653,'wc_blocks_db_schema_version','260','yes'),
(664,'jetpack_options','a:10:{s:14:\"last_heartbeat\";i:1765517710;s:28:\"fallback_no_verify_ssl_certs\";i:0;s:9:\"time_diff\";i:0;s:2:\"id\";i:236611410;s:6:\"public\";i:1;s:7:\"version\";s:15:\"14.8:1753313791\";s:11:\"old_version\";s:17:\"13.9.1:1729886451\";s:27:\"recommendations_conditional\";a:3:{i:0;s:7:\"protect\";i:1;s:5:\"boost\";i:2;s:9:\"publicize\";}s:27:\"historically_active_modules\";a:3:{i:0;s:7:\"creator\";i:1;s:6:\"extras\";i:2;s:5:\"stats\";}s:26:\"identity_crisis_url_secret\";a:2:{s:6:\"secret\";s:12:\"9HKd7n5DNQYk\";s:10:\"expires_at\";s:10:\"1757390570\";}}','yes'),
(671,'_transient_woocommerce_reports-transient-version','1737853608','yes'),
(687,'wp_mail_smtp_initial_version','4.0.1','no'),
(688,'wp_mail_smtp_version','4.0.1','no'),
(689,'wp_mail_smtp','a:11:{s:4:\"mail\";a:6:{s:10:\"from_email\";s:22:\"bill@amtacshooting.com\";s:9:\"from_name\";s:14:\"Amtac Shooting\";s:6:\"mailer\";s:7:\"mailgun\";s:11:\"return_path\";b:0;s:16:\"from_email_force\";b:1;s:15:\"from_name_force\";b:0;}s:4:\"smtp\";a:7:{s:7:\"autotls\";s:3:\"yes\";s:4:\"auth\";s:3:\"yes\";s:4:\"host\";s:0:\"\";s:10:\"encryption\";s:4:\"none\";s:4:\"port\";s:0:\"\";s:4:\"user\";s:0:\"\";s:4:\"pass\";s:0:\"\";}s:7:\"general\";a:1:{s:29:\"summary_report_email_disabled\";b:0;}s:9:\"sendlayer\";a:1:{s:7:\"api_key\";s:0:\"\";}s:7:\"smtpcom\";a:2:{s:7:\"api_key\";s:0:\"\";s:7:\"channel\";s:0:\"\";}s:10:\"sendinblue\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:5:\"gmail\";a:2:{s:9:\"client_id\";s:0:\"\";s:13:\"client_secret\";s:0:\"\";}s:7:\"mailgun\";a:3:{s:7:\"api_key\";s:36:\"key-c63ff48e6fa9e39a3238a7e22d72bb8e\";s:6:\"domain\";s:20:\"mg.amtacshooting.com\";s:6:\"region\";s:2:\"US\";}s:8:\"postmark\";a:2:{s:16:\"server_api_token\";s:0:\"\";s:14:\"message_stream\";s:0:\"\";}s:8:\"sendgrid\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"domain\";s:0:\"\";}s:9:\"sparkpost\";a:2:{s:7:\"api_key\";s:0:\"\";s:6:\"region\";s:2:\"US\";}}','no'),
(690,'wp_mail_smtp_activated_time','1720484393','no'),
(691,'wp_mail_smtp_activated','a:1:{s:4:\"lite\";i:1720484393;}','yes'),
(701,'wp_mail_smtp_migration_version','5','yes'),
(702,'wp_mail_smtp_debug_events_db_version','1','yes'),
(703,'wp_mail_smtp_activation_prevent_redirect','1','yes'),
(706,'wp_mail_smtp_review_notice','a:2:{s:4:\"time\";i:1722439997;s:9:\"dismissed\";b:1;}','yes'),
(709,'wp_mail_smtp_debug','a:0:{}','off'),
(726,'wp_mail_smtp_notifications','a:4:{s:6:\"update\";i:1765539673;s:4:\"feed\";a:0:{}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),
(770,'_transient_product_query-transient-version','1764029437','yes'),
(789,'wp_calendar_block_has_published_posts','1','yes'),
(792,'woocommerce_admin_customize_store_completed','yes','yes'),
(802,'category_children','a:2:{i:16;a:4:{i:0;i:19;i:1;i:20;i:2;i:22;i:3;i:23;}i:17;a:2:{i:0;i:21;i:1;i:24;}}','yes'),
(803,'layout_category_children','a:0:{}','yes'),
(804,'project_category_children','a:0:{}','yes'),
(805,'product_cat_children','a:0:{}','yes'),
(813,'_transient_shipping-transient-version','1725314587','yes'),
(852,'nav_menu_options','a:2:{i:0;b:0;s:8:\"auto_add\";a:0:{}}','off'),
(853,'wpseo_sitemap_2925_cache_validator','oI5q','no'),
(854,'wpseo_sitemap_2926_cache_validator','oI5G','no'),
(855,'wpseo_sitemap_2927_cache_validator','oI5P','no'),
(856,'wpseo_sitemap_2939_cache_validator','oI5Z','no'),
(857,'wpseo_sitemap_2940_cache_validator','oI6a','no'),
(858,'wpseo_sitemap_2942_cache_validator','oI6r','no'),
(859,'wpseo_sitemap_2943_cache_validator','oI6D','no'),
(860,'wpseo_sitemap_2944_cache_validator','oI6M','no'),
(861,'wpseo_sitemap_2946_cache_validator','oI6U','no'),
(862,'wpseo_sitemap_2960_cache_validator','oI73','no'),
(863,'wpseo_sitemap_2969_cache_validator','oI7d','no'),
(864,'wpseo_sitemap_2972_cache_validator','oI7t','no'),
(865,'wpseo_sitemap_2976_cache_validator','oI7E','no'),
(869,'wpseo_sitemap_2919_cache_validator','p8IU','no'),
(870,'wpseo_sitemap_2920_cache_validator','p8Jg','no'),
(871,'wpseo_sitemap_2929_cache_validator','p8Jo','no'),
(872,'wpseo_sitemap_2930_cache_validator','p8Jy','no'),
(873,'wpseo_sitemap_2931_cache_validator','p8JF','no'),
(874,'wpseo_sitemap_2932_cache_validator','p8JN','no'),
(875,'wpseo_sitemap_2947_cache_validator','p8JU','no'),
(876,'wpseo_sitemap_2949_cache_validator','p8K2','no'),
(877,'wpseo_sitemap_2951_cache_validator','p8Kf','no'),
(878,'wpseo_sitemap_2952_cache_validator','p8Kq','no'),
(879,'wpseo_sitemap_2954_cache_validator','p8Ky','no'),
(880,'wpseo_sitemap_2968_cache_validator','p8KH','no'),
(881,'wpseo_sitemap_2979_cache_validator','p8KT','no'),
(882,'wpseo_sitemap_2981_cache_validator','p8L6','no'),
(897,'woocommerce_maybe_regenerate_images_hash','991b1ca641921cf0f5baf7a2fe85861b','yes'),
(2419,'et_pb_signup_8ad8ed88f7473d0fc2a4cff844681a0a','off','yes'),
(2420,'et_pb_signup_9923273df8e8047d8264c747ce5a4c42','on','yes'),
(2429,'et_pb_signup_3c7d518e96248b4d35350a72b8c96713','on','yes'),
(2447,'wpseo_sitemap_2955_cache_validator','4zaT','no'),
(2448,'wpseo_sitemap_2956_cache_validator','4zb4','no'),
(2449,'wpseo_sitemap_2922_cache_validator','AIyz','no'),
(2450,'wpseo_sitemap_2957_cache_validator','AIyK','no'),
(2451,'wpseo_sitemap_2959_cache_validator','AIyT','no'),
(2464,'et_pb_signup_b005f08b91736d1c48af8c95258f7370','on','yes'),
(2486,'tribe_last_updated_option','1765156693.342','yes'),
(2490,'tribe_events_calendar_options','a:20:{s:8:\"did_init\";b:1;s:19:\"tribeEventsTemplate\";s:0:\"\";s:16:\"tribeEnableViews\";a:3:{i:0;s:4:\"list\";i:1;s:5:\"month\";i:2;s:3:\"day\";}s:10:\"viewOption\";s:4:\"list\";s:14:\"schema-version\";s:6:\"6.14.2\";s:21:\"previous_ecp_versions\";a:6:{i:0;s:1:\"0\";i:1;s:7:\"6.5.1.5\";i:2;s:7:\"6.6.0.2\";i:3;s:5:\"6.6.1\";i:4;s:5:\"6.6.3\";i:5;s:5:\"6.7.1\";}s:18:\"latest_ecp_version\";s:6:\"6.14.2\";s:18:\"dateWithYearFormat\";s:6:\"F j, Y\";s:24:\"recurrenceMaxMonthsAfter\";i:60;s:22:\"google_maps_js_api_key\";s:39:\"AIzaSyDNsicAsP6-VuGtAb1O9riI3oc_NOb7IOU\";s:39:\"last-update-message-the-events-calendar\";s:5:\"6.7.1\";s:13:\"opt-in-status\";b:0;s:13:\"earliest_date\";s:19:\"2018-02-15 00:00:00\";s:21:\"earliest_date_markers\";a:1:{i:0;i:3641;}s:11:\"latest_date\";s:19:\"2025-12-05 23:59:59\";s:19:\"latest_date_markers\";a:1:{i:0;i:3933;}s:24:\"front_page_event_archive\";b:0;s:21:\"tribeEventsBeforeHTML\";s:0:\"\";s:20:\"tribeEventsAfterHTML\";s:0:\"\";s:18:\"tec-schema-version\";s:5:\"6.8.4\";}','yes'),
(2497,'tribe_last_save_post','1765156693.348','yes'),
(2498,'widget_tribe-widget-events-list','a:1:{s:12:\"_multiwidget\";i:1;}','yes'),
(2499,'tec_timed_tec_custom_tables_v1_initialized','a:3:{s:3:\"key\";s:32:\"tec_custom_tables_v1_initialized\";s:5:\"value\";i:1;s:10:\"expiration\";i:1765626054;}','on'),
(2500,'tec_ct1_migration_state','a:3:{s:18:\"complete_timestamp\";N;s:5:\"phase\";s:22:\"migration-not-required\";s:19:\"preview_unsupported\";b:0;}','yes'),
(2501,'tec_ct1_events_table_schema_version','1.0.1','yes'),
(2502,'tec_ct1_occurrences_table_schema_version','1.0.3','yes'),
(2503,'stellarwp_telemetry_last_send','','yes'),
(2504,'stellarwp_telemetry','a:1:{s:7:\"plugins\";a:1:{s:19:\"the-events-calendar\";a:2:{s:7:\"wp_slug\";s:43:\"the-events-calendar/the-events-calendar.php\";s:5:\"optin\";b:0;}}}','yes'),
(2505,'stellarwp_telemetry_the-events-calendar_show_optin','0','yes'),
(2506,'tribe_last_generate_rewrite_rules','1765156693.3048','yes'),
(2509,'tec_timed_tribe_supports_async_process','a:3:{s:3:\"key\";s:28:\"tribe_supports_async_process\";s:5:\"value\";i:1;s:10:\"expiration\";i:1766029740;}','on'),
(2527,'tec_timed_events_is_rest_api_blocked','a:3:{s:3:\"key\";s:26:\"events_is_rest_api_blocked\";s:5:\"value\";b:0;s:10:\"expiration\";i:1736384060;}','on'),
(2536,'external_updates-event-aggregator','O:8:\"stdClass\":3:{s:9:\"lastCheck\";i:1734574460;s:14:\"checkedVersion\";N;s:6:\"update\";O:19:\"Tribe__PUE__Utility\":16:{s:2:\"id\";i:0;s:6:\"plugin\";N;s:4:\"slug\";N;s:7:\"version\";s:3:\"1.0\";s:8:\"homepage\";N;s:12:\"download_url\";N;s:8:\"sections\";O:8:\"stdClass\":1:{s:9:\"changelog\";s:0:\"\";}s:14:\"upgrade_notice\";N;s:13:\"custom_update\";N;s:13:\"license_error\";s:197:\"<p>You are using Event Aggregator but your license key is invalid. Visit <a href=\"https://theeventscalendar.com/?utm_medium=pue&amp;utm_campaign=in-app\">your account</a> to check your licenses.</p>\";s:8:\"auth_url\";N;s:11:\"api_expired\";N;s:11:\"api_upgrade\";N;s:11:\"api_invalid\";b:1;s:19:\"api_invalid_message\";s:190:\"<p>You are using %plugin_name% but your license key is invalid. Visit <a href=\"https://theeventscalendar.com/?utm_medium=pue&utm_campaign=in-app\">your account</a> to check your licenses.</p>\";s:26:\"api_inline_invalid_message\";s:190:\"<p>You are using %plugin_name% but your license key is invalid. Visit <a href=\"https://theeventscalendar.com/?utm_medium=pue&utm_campaign=in-app\">your account</a> to check your licenses.</p>\";}}','off'),
(2544,'tec_timed_events_timezone_update_needed','a:3:{s:3:\"key\";s:29:\"events_timezone_update_needed\";s:5:\"value\";b:0;s:10:\"expiration\";i:1734478177;}','on'),
(2552,'wpseo_sitemap_tribe_events_cache_validator','5wFwK','off'),
(2592,'wpseo_sitemap_tribe_events_cat_cache_validator','5wFwV','off'),
(2595,'wpseo_sitemap_3026_cache_validator','Icb5','no'),
(2604,'wpseo_sitemap_2937_cache_validator','J8Ra','no'),
(2612,'et_pb_signup_e61e354f8c388a8d0aaed65ac641d900','on','yes'),
(2660,'et_pb_signup_43e4ce119db785fd00ea6cea082e8211','on','yes'),
(2664,'et_pb_signup_7bf3b571c5e808344dbe4d75f9997f8a','on','yes'),
(2669,'tribe_customizer','a:1:{s:15:\"global_elements\";a:2:{s:9:\"font_size\";s:1:\"0\";s:14:\"font_size_base\";s:2:\"16\";}}','yes'),
(2678,'_transient_product-transient-version','1725315884','yes'),
(2686,'w3tc_stats_history','[{\"timestamp_start\":1748025424,\"timestamp_end\":1748029023}]','off'),
(2710,'youtubeprefs_alloptions','a:92:{s:3:\"rel\";s:2:\"-1\";s:14:\"modestbranding\";i:1;s:10:\"responsive\";i:1;s:14:\"responsive_all\";i:1;s:8:\"defer_js\";i:0;s:16:\"gallery_pagesize\";i:15;s:15:\"gallery_columns\";i:3;s:16:\"not_live_content\";s:0:\"\";s:11:\"not_live_on\";i:0;s:19:\"not_live_on_channel\";i:0;s:10:\"ytapi_load\";s:5:\"light\";s:11:\"facade_mode\";i:1;s:15:\"facade_autoplay\";i:1;s:12:\"gdpr_consent\";i:0;s:20:\"gdpr_consent_message\";s:358:\"<p><strong>Please accept YouTube cookies to play this video.</strong> By accepting you will be accessing content from YouTube, a service provided by an external third party.</p><p><a href=\"https://policies.google.com/privacy\" target=\"_blank\">YouTube privacy policy</a></p><p>If you accept this notice, your choice will be saved and the page will refresh.</p>\";s:19:\"gdpr_consent_button\";s:22:\"Accept YouTube Content\";s:8:\"nocookie\";i:0;s:9:\"onboarded\";i:1;s:7:\"version\";s:8:\"14.2.1.2\";s:9:\"centervid\";i:0;s:6:\"glance\";i:0;s:8:\"autoplay\";i:0;s:14:\"cc_load_policy\";i:0;s:12:\"cc_lang_pref\";s:0:\"\";s:14:\"iv_load_policy\";i:1;s:4:\"loop\";i:0;s:2:\"fs\";i:1;s:11:\"playsinline\";i:0;s:6:\"origin\";i:0;s:8:\"autohide\";i:2;s:2:\"hl\";s:0:\"\";s:4:\"dohl\";i:0;s:5:\"theme\";s:4:\"dark\";s:5:\"color\";s:3:\"red\";s:3:\"pro\";s:0:\"\";s:9:\"gb_compat\";i:1;s:13:\"playlistorder\";i:0;s:8:\"acctitle\";i:0;s:7:\"migrate\";i:0;s:15:\"migrate_youtube\";i:0;s:22:\"migrate_embedplusvideo\";i:0;s:8:\"controls\";i:1;s:10:\"oldspacing\";i:0;s:13:\"frontend_only\";i:1;s:9:\"widgetfit\";i:1;s:16:\"evselector_light\";i:0;s:18:\"stop_mobile_buffer\";i:1;s:15:\"restrict_wizard\";i:0;s:21:\"restrict_wizard_roles\";a:5:{i:0;s:13:\"administrator\";i:1;s:6:\"editor\";i:2;s:6:\"author\";i:3;s:11:\"contributor\";i:4;s:10:\"subscriber\";}s:11:\"ajax_compat\";i:0;s:13:\"maxres_facade\";s:5:\"eager\";s:11:\"defaultdims\";i:1;s:5:\"width\";i:1080;s:6:\"height\";i:607;s:12:\"pause_others\";i:0;s:10:\"defaultvol\";i:0;s:3:\"vol\";s:0:\"\";s:6:\"apikey\";s:0:\"\";s:21:\"gallery_collapse_grid\";i:0;s:28:\"gallery_collapse_grid_breaks\";a:1:{i:0;a:2:{s:2:\"bp\";a:2:{s:3:\"min\";i:0;s:3:\"max\";i:767;}s:4:\"cols\";i:1;}}s:20:\"gallery_scrolloffset\";i:20;s:19:\"gallery_hideprivate\";i:1;s:17:\"gallery_showtitle\";i:1;s:18:\"gallery_showpaging\";i:1;s:16:\"gallery_autonext\";i:0;s:17:\"gallery_thumbplay\";i:1;s:18:\"gallery_channelsub\";i:0;s:22:\"gallery_channelsublink\";s:0:\"\";s:22:\"gallery_channelsubtext\";s:23:\"Subscribe to my channel\";s:20:\"gallery_customarrows\";i:0;s:18:\"gallery_customnext\";s:4:\"Next\";s:18:\"gallery_customprev\";s:4:\"Prev\";s:9:\"debugmode\";i:0;s:14:\"uninstall_data\";i:0;s:17:\"admin_off_scripts\";i:0;s:12:\"defer_jquery\";i:0;s:9:\"ajax_save\";i:1;s:12:\"show_pointer\";i:1;s:17:\"old_script_method\";i:0;s:9:\"vi_active\";i:0;s:20:\"vi_hide_monetize_tab\";i:0;s:12:\"vi_endpoints\";s:0:\"\";s:8:\"vi_token\";s:0:\"\";s:13:\"vi_last_login\";s:19:\"2000-01-01 00:00:00\";s:23:\"vi_last_category_update\";s:19:\"2000-01-01 00:00:00\";s:9:\"vi_adstxt\";s:0:\"\";s:14:\"vi_js_settings\";a:15:{s:5:\"divId\";s:20:\"ytvi_story_container\";s:8:\"language\";s:5:\"en-us\";s:11:\"iabCategory\";s:0:\"\";s:4:\"font\";s:5:\"Arial\";s:8:\"fontSize\";i:12;s:8:\"keywords\";s:0:\"\";s:9:\"textColor\";s:7:\"#000000\";s:15:\"backgroundColor\";s:7:\"#ffffff\";s:11:\"vioptional1\";s:0:\"\";s:11:\"vioptional2\";s:0:\"\";s:11:\"vioptional3\";s:0:\"\";s:5:\"float\";b:1;s:10:\"dfpSupport\";b:1;s:13:\"sponsoredText\";s:0:\"\";s:13:\"poweredByText\";s:0:\"\";}s:12:\"vi_js_script\";s:0:\"\";s:15:\"vi_js_posttypes\";a:0:{}s:14:\"vi_js_position\";s:3:\"top\";s:26:\"vi_show_gdpr_authorization\";i:1;s:22:\"vi_show_privacy_button\";i:0;}','yes'),
(2739,'sby_statuses','a:3:{s:24:\"support_legacy_shortcode\";b:0;s:13:\"first_install\";i:1720496249;s:16:\"wizard_dismissed\";b:1;}','no'),
(2742,'sby_rating_notice','pending','no'),
(2743,'sby_db_version','2.3','yes'),
(2748,'sby_usage_tracking_config','a:6:{s:3:\"day\";i:6;s:4:\"hour\";i:10;s:6:\"minute\";i:52;s:6:\"second\";i:3;s:6:\"offset\";i:557523;s:8:\"initsend\";i:1720867923;}','yes'),
(2750,'sby_cron_report','a:1:{s:5:\"notes\";a:2:{s:8:\"time_ran\";s:19:\"2025-12-12 19:39:14\";s:20:\"num_found_transients\";i:0;}}','off'),
(2751,'sby_notifications','a:4:{s:6:\"update\";i:1765156694;s:4:\"feed\";a:1:{i:0;a:9:{s:2:\"id\";i:45;s:6:\"plugin\";a:6:{i:0;s:9:\"instagram\";i:1;s:8:\"facebook\";i:2;s:7:\"twitter\";i:3;s:7:\"reviews\";i:4;s:6:\"tiktok\";i:5;s:7:\"youtube\";}s:4:\"type\";a:1:{i:0;s:4:\"free\";}s:5:\"title\";s:48:\"Add a Free WhatsApp Chat to Your Site in Minutes\";s:7:\"content\";s:541:\"Hey there! We\'re excited to share something new from the Smash Balloon team. Knowing how important direct connection is, we built WPChat. It’s the easiest way to chat with your site visitors on WhatsApp, Messenger, and Telegram, helping you provide instant, personal support. It\'s completely free to get started. The free version includes live chat for one agent via WhatsApp, Facebook Messenger or Telegram, AI-Powered Smart FAQs to automatically answer questions, and a beautiful, customizable chat widget that looks great on any device.\";s:5:\"start\";s:19:\"2025-10-30 00:00:00\";s:3:\"end\";s:19:\"2026-10-30 23:59:59\";s:5:\"image\";s:7:\"balloon\";s:4:\"btns\";a:2:{s:7:\"primary\";a:3:{s:4:\"text\";s:19:\"Try WPChat for Free\";s:3:\"url\";s:181:\"https://wpchat.com/how-to-get-free-whatsapp-chat-plugin-wordpress/?utm_source={plugin}-free&utm_medium=plugin-dashboard-notices&utm_campaign=wpchatlaunch&utm_content=try-wpchat-free\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:9:\"secondary\";a:3:{s:4:\"text\";s:17:\"Add Free Chat Now\";s:3:\"url\";s:179:\"https://wpchat.com/how-to-get-free-whatsapp-chat-plugin-wordpress/?utm_source={plugin}-free&utm_medium=plugin-dashboard-notices&utm_campaign=wpchatlaunch&utm_content=add-free-chat\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}}}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),
(2752,'sby_newuser_notifications','a:4:{s:6:\"update\";i:1720496250;s:4:\"feed\";a:2:{s:6:\"review\";a:6:{s:5:\"title\";s:25:\"How Do You Like {plugin}?\";s:7:\"content\";s:260:\"It\'s great to see that you\'ve been using the <strong>{plugin}</strong> plugin for a while now. Hopefully you\'re happy with it!&nbsp; If so, would you consider leaving a positive review? It really helps to support the plugin and helps others to discover it too!\";s:2:\"id\";s:6:\"review\";s:5:\"image\";s:12:\"sbi-icon.png\";s:4:\"btns\";a:4:{s:7:\"primary\";a:4:{s:3:\"url\";s:12:\"{review-url}\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"Sure, I\'d love to!\";}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:9:\"No thanks\";}s:8:\"complete\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:1:\"1\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:27:\"I\'ve already given a review\";}s:5:\"later\";a:3:{s:3:\"url\";a:1:{s:28:\"sbi_ignore_rating_notice_nag\";s:5:\"later\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:12:\"Ask Me Later\";}}s:4:\"wait\";s:2:\"14\";}s:8:\"discount\";a:8:{s:5:\"title\";s:28:\"Attention {platform} Lovers!\";s:7:\"content\";s:195:\"<strong>Exclusive offer!</strong> We don\'t run promotions very often, but for a limited time we\'re offering <strong>{amount} off</strong> our Pro version to all users of our free {plugin} plugin.\";s:2:\"id\";s:8:\"discount\";s:6:\"amount\";s:3:\"60%\";s:5:\"image\";s:12:\"sbi-icon.png\";s:13:\"image_overlay\";s:7:\"60% off\";s:4:\"btns\";a:2:{s:7:\"primary\";a:4:{s:3:\"url\";s:127:\"https://smashballoon.com/{slug}/?utm_campaign={campaign}&utm_source=notices&utm_medium=newuser&discount={lowerplatform}thankyou\";s:5:\"class\";s:32:\"sbi_notice_dismiss sbi_offer_btn\";s:4:\"text\";s:14:\"Get this offer\";s:4:\"attr\";a:1:{i:0;s:11:\"targetblank\";}}s:7:\"dismiss\";a:3:{s:3:\"url\";a:1:{s:31:\"sbi_ignore_new_user_sale_notice\";s:6:\"always\";}s:5:\"class\";s:18:\"sbi_notice_dismiss\";s:4:\"text\";s:18:\"I\'m not interested\";}}s:4:\"wait\";s:2:\"30\";}}s:6:\"events\";a:0:{}s:9:\"dismissed\";a:0:{}}','yes'),
(2753,'sby_check_license_api_when_expires','true','yes'),
(2754,'sby_license_data','O:8:\"stdClass\":5:{s:7:\"success\";b:0;s:7:\"license\";s:7:\"invalid\";s:7:\"item_id\";b:0;s:9:\"item_name\";s:17:\"Feeds for YouTube\";s:8:\"checksum\";s:32:\"ea66ab2e8fd5d88785fced99003b24da\";}','yes'),
(2755,'sby_license_status','invalid','yes'),
(2756,'sby_check_license_api_post_grace_period','true','yes'),
(2762,'et_pb_signup_d5949f5511d7c1f47aa443c1c2351564','on','yes'),
(2918,'wp_mail_smtp_lite_sent_email_counter','92','on'),
(2919,'wp_mail_smtp_lite_weekly_sent_email_counter','a:12:{i:30;i:2;i:31;i:1;i:32;i:1;i:33;i:1;i:34;i:1;i:35;i:1;i:36;i:1;i:46;i:1;i:47;i:1;i:48;i:1;i:49;i:2;i:50;i:1;}','on'),
(2997,'woocommerce_attribute_lookup_optimized_updates','no','on'),
(3005,'wpstg_backup_schedules_report_email','support@lasthourhosting.org','auto'),
(3006,'wpstg_backup_schedules_send_error_report','true','auto'),
(3008,'wc_remote_inbox_notifications_wca_updated','','off'),
(3016,'et_divi_builder_presets_history_meta','a:1:{s:5:\"index\";s:1:\"0\";}','off'),
(3159,'woocommerce_marketplace_suggestions','a:2:{s:11:\"suggestions\";a:28:{i:0;a:4:{s:4:\"slug\";s:28:\"product-edit-meta-tab-header\";s:7:\"context\";s:28:\"product-edit-meta-tab-header\";s:5:\"title\";s:22:\"Recommended extensions\";s:13:\"allow-dismiss\";b:0;}i:1;a:6:{s:4:\"slug\";s:39:\"product-edit-meta-tab-footer-browse-all\";s:7:\"context\";s:28:\"product-edit-meta-tab-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:2;a:9:{s:4:\"slug\";s:46:\"product-edit-mailchimp-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-mailchimp\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/mailchimp-for-memberships.svg\";s:5:\"title\";s:25:\"Mailchimp for Memberships\";s:4:\"copy\";s:79:\"Completely automate your email lists by syncing membership changes to Mailchimp\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/mailchimp-woocommerce-memberships/\";}i:3;a:9:{s:4:\"slug\";s:19:\"product-edit-addons\";s:7:\"product\";s:26:\"woocommerce-product-addons\";s:14:\"show-if-active\";a:2:{i:0;s:25:\"woocommerce-subscriptions\";i:1;s:20:\"woocommerce-bookings\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-add-ons.svg\";s:5:\"title\";s:15:\"Product Add-Ons\";s:4:\"copy\";s:93:\"Offer add-ons like gift wrapping, special messages or other special options for your products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-add-ons/\";}i:4;a:9:{s:4:\"slug\";s:46:\"product-edit-woocommerce-subscriptions-gifting\";s:7:\"product\";s:33:\"woocommerce-subscriptions-gifting\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/gifting-for-subscriptions.svg\";s:5:\"title\";s:25:\"Gifting for Subscriptions\";s:4:\"copy\";s:70:\"Let customers buy subscriptions for others - they\'re the ultimate gift\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:67:\"https://woocommerce.com/products/woocommerce-subscriptions-gifting/\";}i:5;a:9:{s:4:\"slug\";s:42:\"product-edit-teams-woocommerce-memberships\";s:7:\"product\";s:33:\"woocommerce-memberships-for-teams\";s:14:\"show-if-active\";a:1:{i:0;s:23:\"woocommerce-memberships\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/teams-for-memberships.svg\";s:5:\"title\";s:21:\"Teams for Memberships\";s:4:\"copy\";s:123:\"Adds B2B functionality to WooCommerce Memberships, allowing sites to sell team, group, corporate, or family member accounts\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/teams-woocommerce-memberships/\";}i:6;a:8:{s:4:\"slug\";s:29:\"product-edit-variation-images\";s:7:\"product\";s:39:\"woocommerce-additional-variation-images\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/additional-variation-images.svg\";s:5:\"title\";s:27:\"Additional Variation Images\";s:4:\"copy\";s:72:\"Showcase your products in the best light with a image for each variation\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:73:\"https://woocommerce.com/products/woocommerce-additional-variation-images/\";}i:7;a:9:{s:4:\"slug\";s:47:\"product-edit-woocommerce-subscription-downloads\";s:7:\"product\";s:34:\"woocommerce-subscription-downloads\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscription-downloads.svg\";s:5:\"title\";s:22:\"Subscription Downloads\";s:4:\"copy\";s:57:\"Give customers special downloads with their subscriptions\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:68:\"https://woocommerce.com/products/woocommerce-subscription-downloads/\";}i:8;a:8:{s:4:\"slug\";s:31:\"product-edit-min-max-quantities\";s:7:\"product\";s:30:\"woocommerce-min-max-quantities\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/min-max-quantities.svg\";s:5:\"title\";s:18:\"Min/Max Quantities\";s:4:\"copy\";s:81:\"Specify minimum and maximum allowed product quantities for orders to be completed\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/min-max-quantities/\";}i:9;a:8:{s:4:\"slug\";s:28:\"product-edit-name-your-price\";s:7:\"product\";s:27:\"woocommerce-name-your-price\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/name-your-price.svg\";s:5:\"title\";s:15:\"Name Your Price\";s:4:\"copy\";s:70:\"Let customers pay what they want - useful for donations, tips and more\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/name-your-price/\";}i:10;a:8:{s:4:\"slug\";s:42:\"product-edit-woocommerce-one-page-checkout\";s:7:\"product\";s:29:\"woocommerce-one-page-checkout\";s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/one-page-checkout.svg\";s:5:\"title\";s:17:\"One Page Checkout\";s:4:\"copy\";s:92:\"Don\'t make customers click around - let them choose products, checkout & pay all on one page\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:63:\"https://woocommerce.com/products/woocommerce-one-page-checkout/\";}i:11;a:9:{s:4:\"slug\";s:24:\"product-edit-automatewoo\";s:7:\"product\";s:11:\"automatewoo\";s:14:\"show-if-active\";a:1:{i:0;s:25:\"woocommerce-subscriptions\";}s:7:\"context\";a:1:{i:0;s:26:\"product-edit-meta-tab-body\";}s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:23:\"Automate your marketing\";s:4:\"copy\";s:89:\"Win customers and keep them coming back with a nearly endless range of powerful workflows\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/automatewoo/\";}i:12;a:4:{s:4:\"slug\";s:19:\"orders-empty-header\";s:7:\"context\";s:24:\"orders-list-empty-header\";s:5:\"title\";s:20:\"Tools for your store\";s:13:\"allow-dismiss\";b:0;}i:13;a:6:{s:4:\"slug\";s:30:\"orders-empty-footer-browse-all\";s:7:\"context\";s:24:\"orders-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:14;a:8:{s:4:\"slug\";s:19:\"orders-empty-wc-pay\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-payments\";s:4:\"icon\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/woocommerce-payments.svg\";s:5:\"title\";s:11:\"WooPayments\";s:4:\"copy\";s:125:\"Securely accept payments and manage transactions directly from your WooCommerce dashboard – no setup costs or monthly fees.\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:45:\"https://woocommerce.com/products/woopayments/\";}i:15;a:8:{s:4:\"slug\";s:19:\"orders-empty-zapier\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:18:\"woocommerce-zapier\";s:4:\"icon\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/zapier.svg\";s:5:\"title\";s:6:\"Zapier\";s:4:\"copy\";s:88:\"Save time and increase productivity by connecting your store to more than 1000+ services\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:52:\"https://woocommerce.com/products/woocommerce-zapier/\";}i:16;a:8:{s:4:\"slug\";s:30:\"orders-empty-shipment-tracking\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:29:\"woocommerce-shipment-tracking\";s:4:\"icon\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipment-tracking.svg\";s:5:\"title\";s:17:\"Shipment Tracking\";s:4:\"copy\";s:86:\"Let customers know when their orders will arrive by adding shipment tracking to emails\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:51:\"https://woocommerce.com/products/shipment-tracking/\";}i:17;a:8:{s:4:\"slug\";s:32:\"orders-empty-table-rate-shipping\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:31:\"woocommerce-table-rate-shipping\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/table-rate-shipping.svg\";s:5:\"title\";s:19:\"Table Rate Shipping\";s:4:\"copy\";s:122:\"Advanced, flexible shipping. Define multiple shipping rates based on location, price, weight, shipping class or item count\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/table-rate-shipping/\";}i:18;a:8:{s:4:\"slug\";s:40:\"orders-empty-shipping-carrier-extensions\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:4:\"icon\";s:118:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/shipping-carrier-extensions.svg\";s:5:\"title\";s:27:\"Shipping Carrier Extensions\";s:4:\"copy\";s:116:\"Show live rates from FedEx, UPS, USPS and more directly on your store - never under or overcharge for shipping again\";s:11:\"button-text\";s:13:\"Find Carriers\";s:8:\"promoted\";s:26:\"category-shipping-carriers\";s:3:\"url\";s:99:\"https://woocommerce.com/product-category/woocommerce-extensions/shipping-methods/shipping-carriers/\";}i:19;a:8:{s:4:\"slug\";s:32:\"orders-empty-google-product-feed\";s:7:\"context\";s:22:\"orders-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-product-feeds\";s:4:\"icon\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/google-product-feed.svg\";s:5:\"title\";s:19:\"Google Product Feed\";s:4:\"copy\";s:76:\"Increase sales by letting customers find you when they\'re shopping on Google\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:53:\"https://woocommerce.com/products/google-product-feed/\";}i:20;a:4:{s:4:\"slug\";s:35:\"products-empty-header-product-types\";s:7:\"context\";s:26:\"products-list-empty-header\";s:5:\"title\";s:23:\"Other types of products\";s:13:\"allow-dismiss\";b:0;}i:21;a:6:{s:4:\"slug\";s:32:\"products-empty-footer-browse-all\";s:7:\"context\";s:26:\"products-list-empty-footer\";s:9:\"link-text\";s:21:\"Browse all extensions\";s:3:\"url\";s:64:\"https://woocommerce.com/product-category/woocommerce-extensions/\";s:8:\"promoted\";s:31:\"category-woocommerce-extensions\";s:13:\"allow-dismiss\";b:0;}i:22;a:8:{s:4:\"slug\";s:30:\"products-empty-product-vendors\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-vendors\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-vendors.svg\";s:5:\"title\";s:15:\"Product Vendors\";s:4:\"copy\";s:47:\"Turn your store into a multi-vendor marketplace\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-vendors/\";}i:23;a:8:{s:4:\"slug\";s:26:\"products-empty-memberships\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:23:\"woocommerce-memberships\";s:4:\"icon\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/memberships.svg\";s:5:\"title\";s:11:\"Memberships\";s:4:\"copy\";s:76:\"Give members access to restricted content or products, for a fee or for free\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:57:\"https://woocommerce.com/products/woocommerce-memberships/\";}i:24;a:9:{s:4:\"slug\";s:35:\"products-empty-woocommerce-deposits\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-deposits\";s:14:\"show-if-active\";a:1:{i:0;s:20:\"woocommerce-bookings\";}s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/deposits.svg\";s:5:\"title\";s:8:\"Deposits\";s:4:\"copy\";s:75:\"Make it easier for customers to pay by offering a deposit or a payment plan\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-deposits/\";}i:25;a:8:{s:4:\"slug\";s:40:\"products-empty-woocommerce-subscriptions\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:25:\"woocommerce-subscriptions\";s:4:\"icon\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/subscriptions.svg\";s:5:\"title\";s:13:\"Subscriptions\";s:4:\"copy\";s:97:\"Let customers subscribe to your products or services and pay on a weekly, monthly or annual basis\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:59:\"https://woocommerce.com/products/woocommerce-subscriptions/\";}i:26;a:8:{s:4:\"slug\";s:35:\"products-empty-woocommerce-bookings\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:20:\"woocommerce-bookings\";s:4:\"icon\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/bookings.svg\";s:5:\"title\";s:8:\"Bookings\";s:4:\"copy\";s:99:\"Allow customers to book appointments, make reservations or rent equipment without leaving your site\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:54:\"https://woocommerce.com/products/woocommerce-bookings/\";}i:27;a:8:{s:4:\"slug\";s:30:\"products-empty-product-bundles\";s:7:\"context\";s:24:\"products-list-empty-body\";s:7:\"product\";s:27:\"woocommerce-product-bundles\";s:4:\"icon\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/marketplace-suggestions/icons/product-bundles.svg\";s:5:\"title\";s:15:\"Product Bundles\";s:4:\"copy\";s:49:\"Offer customizable bundles and assembled products\";s:11:\"button-text\";s:10:\"Learn More\";s:3:\"url\";s:49:\"https://woocommerce.com/products/product-bundles/\";}}s:7:\"updated\";i:1730232798;}','off'),
(3224,'woocommerce_task_list_reminder_bar_hidden','yes','auto'),
(3283,'wpseo_sitemap_category_cache_validator','5uFSj','off'),
(3342,'WPLANG','','auto'),
(3343,'new_admin_email','support@lasthourhosting.org','auto'),
(3380,'widget_convertkit_form','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(3381,'convertkit_version','2.8.6.1','auto'),
(3448,'bsr_data','a:8:{s:13:\"select_tables\";a:62:{i:0;s:26:\"wp_actionscheduler_actions\";i:1;s:25:\"wp_actionscheduler_claims\";i:2;s:25:\"wp_actionscheduler_groups\";i:3;s:23:\"wp_actionscheduler_logs\";i:4;s:14:\"wp_commentmeta\";i:5;s:11:\"wp_comments\";i:6;s:8:\"wp_links\";i:7;s:10:\"wp_options\";i:8;s:11:\"wp_postmeta\";i:9;s:8:\"wp_posts\";i:10;s:18:\"wp_sby_feed_caches\";i:11;s:19:\"wp_sby_feed_locator\";i:12;s:12:\"wp_sby_feeds\";i:13;s:13:\"wp_tec_events\";i:14;s:18:\"wp_tec_occurrences\";i:15;s:21:\"wp_term_relationships\";i:16;s:16:\"wp_term_taxonomy\";i:17;s:11:\"wp_termmeta\";i:18;s:8:\"wp_terms\";i:19;s:11:\"wp_usermeta\";i:20;s:8:\"wp_users\";i:21;s:24:\"wp_wc_admin_note_actions\";i:22;s:17:\"wp_wc_admin_notes\";i:23;s:21:\"wp_wc_category_lookup\";i:24;s:21:\"wp_wc_customer_lookup\";i:25;s:18:\"wp_wc_download_log\";i:26;s:21:\"wp_wc_order_addresses\";i:27;s:25:\"wp_wc_order_coupon_lookup\";i:28;s:28:\"wp_wc_order_operational_data\";i:29;s:26:\"wp_wc_order_product_lookup\";i:30;s:17:\"wp_wc_order_stats\";i:31;s:22:\"wp_wc_order_tax_lookup\";i:32;s:12:\"wp_wc_orders\";i:33;s:17:\"wp_wc_orders_meta\";i:34;s:31:\"wp_wc_product_attributes_lookup\";i:35;s:34:\"wp_wc_product_download_directories\";i:36;s:25:\"wp_wc_product_meta_lookup\";i:37;s:17:\"wp_wc_rate_limits\";i:38;s:20:\"wp_wc_reserved_stock\";i:39;s:22:\"wp_wc_tax_rate_classes\";i:40;s:14:\"wp_wc_webhooks\";i:41;s:23:\"wp_woocommerce_api_keys\";i:42;s:35:\"wp_woocommerce_attribute_taxonomies\";i:43;s:47:\"wp_woocommerce_downloadable_product_permissions\";i:44;s:18:\"wp_woocommerce_log\";i:45;s:29:\"wp_woocommerce_order_itemmeta\";i:46;s:26:\"wp_woocommerce_order_items\";i:47;s:32:\"wp_woocommerce_payment_tokenmeta\";i:48;s:29:\"wp_woocommerce_payment_tokens\";i:49;s:23:\"wp_woocommerce_sessions\";i:50;s:38:\"wp_woocommerce_shipping_zone_locations\";i:51;s:36:\"wp_woocommerce_shipping_zone_methods\";i:52;s:29:\"wp_woocommerce_shipping_zones\";i:53;s:33:\"wp_woocommerce_tax_rate_locations\";i:54;s:24:\"wp_woocommerce_tax_rates\";i:55;s:26:\"wp_wpmailsmtp_debug_events\";i:56;s:24:\"wp_wpmailsmtp_tasks_meta\";i:57;s:18:\"wp_yoast_indexable\";i:58;s:28:\"wp_yoast_indexable_hierarchy\";i:59;s:19:\"wp_yoast_migrations\";i:60;s:21:\"wp_yoast_primary_term\";i:61;s:18:\"wp_yoast_seo_links\";}s:16:\"case_insensitive\";s:3:\"off\";s:13:\"replace_guids\";s:3:\"off\";s:7:\"dry_run\";s:3:\"off\";s:10:\"search_for\";s:39:\"http://[2a00:7c80:0:33::21]/wp-content/\";s:12:\"replace_with\";s:45:\"https://staging.amtacshooting.com/wp-content/\";s:15:\"completed_pages\";i:62;s:11:\"total_pages\";i:62;}','auto'),
(4278,'wpseo_sitemap_product_cache_validator','5YvDG','off'),
(4586,'_wp_convertkit_settings','a:14:{s:12:\"access_token\";s:43:\"d4C4G-mO0Im61LrHelW2VmJRqbcYaXhJaqz1ENlqhZk\";s:13:\"refresh_token\";s:43:\"MDTsf9Ng9S-Mo0XkvVCgh1PrPHH7xNl3Mrzrj3dOFRw\";s:13:\"token_expires\";i:1725460143;s:7:\"api_key\";s:0:\"\";s:10:\"api_secret\";s:0:\"\";s:15:\"non_inline_form\";s:0:\"\";s:5:\"debug\";s:2:\"on\";s:10:\"no_scripts\";s:0:\"\";s:6:\"no_css\";s:0:\"\";s:9:\"page_form\";s:7:\"default\";s:9:\"post_form\";s:7:\"default\";s:12:\"project_form\";s:7:\"default\";s:12:\"product_form\";s:7:\"default\";s:17:\"tribe_events_form\";s:7:\"default\";}','auto'),
(4598,'convertkit_sequences_last_queried','1725313782','auto'),
(4599,'convertkit_sequences','a:2:{i:587830;a:5:{s:2:\"id\";i:587830;s:4:\"name\";s:9:\"Radio Q&A\";s:4:\"hold\";b:0;s:6:\"repeat\";b:0;s:10:\"created_at\";s:20:\"2020-04-11T22:03:34Z\";}i:196263;a:5:{s:2:\"id\";i:196263;s:4:\"name\";s:21:\"Sample Sales Sequence\";s:4:\"hold\";b:0;s:6:\"repeat\";b:0;s:10:\"created_at\";s:20:\"2018-04-06T15:49:17Z\";}}','auto'),
(4610,'et_pb_signup_bfc3f4f473b42bc0364b3be8caea231c','on','auto'),
(4622,'et_core_api_email_options','a:2:{i:0;b:0;s:8:\"accounts\";a:1:{s:10:\"convertkit\";a:2:{s:21:\"bill@amtacshootingcom\";a:5:{s:7:\"api_key\";s:22:\"SA5lmbvb-Rdb1rkIC-a93Q\";s:10:\"api_secret\";s:43:\"zEFLpaEmVerCP1qoeB_fY4LNnxKROy-VyEzD_tCjKuo\";s:5:\"lists\";a:10:{i:786321;a:3:{s:7:\"list_id\";i:786321;s:4:\"name\";s:12:\"Amtac Blades\";s:17:\"subscribers_count\";i:4539;}i:423396;a:3:{s:7:\"list_id\";i:423396;s:4:\"name\";s:32:\"Amtac Shooting Updates from Bill\";s:17:\"subscribers_count\";i:2152;}i:1334162;a:3:{s:7:\"list_id\";i:1334162;s:4:\"name\";s:23:\"Amtac Training Waitlist\";s:17:\"subscribers_count\";i:3;}i:5311860;a:3:{s:7:\"list_id\";i:5311860;s:4:\"name\";s:12:\"CQB Waitlist\";s:17:\"subscribers_count\";i:13;}i:1314354;a:3:{s:7:\"list_id\";i:1314354;s:4:\"name\";s:18:\"Embedded Radio Q&A\";s:17:\"subscribers_count\";i:74;}i:370950;a:3:{s:7:\"list_id\";i:370950;s:4:\"name\";s:6:\"Form 2\";s:17:\"subscribers_count\";i:0;}i:5528390;a:3:{s:7:\"list_id\";i:5528390;s:4:\"name\";s:25:\"Modern Minuteman Waitlist\";s:17:\"subscribers_count\";i:44;}i:1314093;a:3:{s:7:\"list_id\";i:1314093;s:4:\"name\";s:9:\"Radio Q&A\";s:17:\"subscribers_count\";i:74;}i:1312316;a:3:{s:7:\"list_id\";i:1312316;s:4:\"name\";s:18:\"Radio Q&A Bar Form\";s:17:\"subscribers_count\";i:0;}i:370945;a:3:{s:7:\"list_id\";i:370945;s:4:\"name\";s:18:\"Sample Lead Magnet\";s:17:\"subscribers_count\";i:0;}}s:13:\"is_authorized\";s:4:\"true\";s:13:\"custom_fields\";a:2:{s:9:\"last_name\";a:3:{s:8:\"field_id\";s:9:\"last_name\";s:4:\"name\";s:9:\"LAST NAME\";s:4:\"type\";s:3:\"any\";}s:5:\"state\";a:3:{s:8:\"field_id\";s:5:\"state\";s:4:\"name\";s:5:\"STATE\";s:4:\"type\";s:3:\"any\";}}}s:14:\"Amtac Shooting\";a:5:{s:7:\"api_key\";s:22:\"SA5lmbvb-Rdb1rkIC-a93Q\";s:10:\"api_secret\";s:43:\"zEFLpaEmVerCP1qoeB_fY4LNnxKROy-VyEzD_tCjKuo\";s:5:\"lists\";a:10:{i:786321;a:3:{s:7:\"list_id\";i:786321;s:4:\"name\";s:12:\"Amtac Blades\";s:17:\"subscribers_count\";i:4539;}i:423396;a:3:{s:7:\"list_id\";i:423396;s:4:\"name\";s:32:\"Amtac Shooting Updates from Bill\";s:17:\"subscribers_count\";i:2152;}i:1334162;a:3:{s:7:\"list_id\";i:1334162;s:4:\"name\";s:23:\"Amtac Training Waitlist\";s:17:\"subscribers_count\";i:3;}i:5311860;a:3:{s:7:\"list_id\";i:5311860;s:4:\"name\";s:12:\"CQB Waitlist\";s:17:\"subscribers_count\";i:13;}i:1314354;a:3:{s:7:\"list_id\";i:1314354;s:4:\"name\";s:18:\"Embedded Radio Q&A\";s:17:\"subscribers_count\";i:74;}i:370950;a:3:{s:7:\"list_id\";i:370950;s:4:\"name\";s:6:\"Form 2\";s:17:\"subscribers_count\";i:0;}i:5528390;a:3:{s:7:\"list_id\";i:5528390;s:4:\"name\";s:25:\"Modern Minuteman Waitlist\";s:17:\"subscribers_count\";i:44;}i:1314093;a:3:{s:7:\"list_id\";i:1314093;s:4:\"name\";s:9:\"Radio Q&A\";s:17:\"subscribers_count\";i:74;}i:1312316;a:3:{s:7:\"list_id\";i:1312316;s:4:\"name\";s:18:\"Radio Q&A Bar Form\";s:17:\"subscribers_count\";i:0;}i:370945;a:3:{s:7:\"list_id\";i:370945;s:4:\"name\";s:18:\"Sample Lead Magnet\";s:17:\"subscribers_count\";i:0;}}s:13:\"is_authorized\";s:4:\"true\";s:13:\"custom_fields\";a:2:{s:9:\"last_name\";a:3:{s:8:\"field_id\";s:9:\"last_name\";s:4:\"name\";s:9:\"LAST NAME\";s:4:\"type\";s:3:\"any\";}s:5:\"state\";a:3:{s:8:\"field_id\";s:5:\"state\";s:4:\"name\";s:5:\"STATE\";s:4:\"type\";s:3:\"any\";}}}}}}','auto'),
(4669,'et_pb_signup_76d23730689a1e28a54bf8f6689ca5b7','on','auto'),
(4710,'woocommerce_downloads_count_partial','yes','on'),
(4759,'et_pb_signup_1fb0fdd8e575e5d5e5613008270ac177','on','auto'),
(4778,'et_pb_signup_19f3ca2fdaa9038ccbc6978078695d3c','on','auto'),
(4787,'et_pb_signup_e5fd9e0b33c36866f4a8ccce1a3fae93','on','auto'),
(4797,'et_pb_signup_a6f6c9d8793eaa5269b25a15975ffd5d','on','auto'),
(4808,'ck_code_verifier','YrDTn8KpnC7vKGaCJjIeVtOCxtYxu2OPNrBVhzDWA4gKdimqOJbhVQVaIBKsq_u4IBSzZ13QzHX70V3B8iIUvg','auto'),
(4809,'convertkit_forms_last_queried','1725313780','auto'),
(4810,'convertkit_forms','a:9:{i:5528390;a:9:{s:2:\"id\";i:5528390;s:4:\"name\";s:25:\"Modern Minuteman Waitlist\";s:10:\"created_at\";s:20:\"2023-08-24T17:24:05Z\";s:4:\"type\";s:5:\"embed\";s:6:\"format\";s:6:\"inline\";s:8:\"embed_js\";s:60:\"https://polished-wildflower-3672.ck.page/68f4e7e13a/index.js\";s:9:\"embed_url\";s:51:\"https://polished-wildflower-3672.ck.page/68f4e7e13a\";s:8:\"archived\";b:0;s:3:\"uid\";s:10:\"68f4e7e13a\";}i:5311860;a:9:{s:2:\"id\";i:5311860;s:4:\"name\";s:12:\"CQB Waitlist\";s:10:\"created_at\";s:20:\"2023-06-27T21:42:21Z\";s:4:\"type\";s:5:\"embed\";s:6:\"format\";s:6:\"inline\";s:8:\"embed_js\";s:60:\"https://polished-wildflower-3672.ck.page/484fca5c55/index.js\";s:9:\"embed_url\";s:51:\"https://polished-wildflower-3672.ck.page/484fca5c55\";s:8:\"archived\";b:0;s:3:\"uid\";s:10:\"484fca5c55\";}i:1334162;a:9:{s:2:\"id\";i:1334162;s:4:\"name\";s:23:\"Amtac Training Waitlist\";s:10:\"created_at\";s:20:\"2020-04-20T19:57:02Z\";s:4:\"type\";s:5:\"embed\";s:6:\"format\";s:6:\"inline\";s:8:\"embed_js\";s:60:\"https://polished-wildflower-3672.ck.page/6ec2011210/index.js\";s:9:\"embed_url\";s:51:\"https://polished-wildflower-3672.ck.page/6ec2011210\";s:8:\"archived\";b:0;s:3:\"uid\";s:10:\"6ec2011210\";}i:1314354;a:9:{s:2:\"id\";i:1314354;s:4:\"name\";s:18:\"Embedded Radio Q&A\";s:10:\"created_at\";s:20:\"2020-04-12T00:06:30Z\";s:4:\"type\";s:5:\"embed\";s:6:\"format\";s:6:\"inline\";s:8:\"embed_js\";s:60:\"https://polished-wildflower-3672.ck.page/12b037f6fc/index.js\";s:9:\"embed_url\";s:51:\"https://polished-wildflower-3672.ck.page/12b037f6fc\";s:8:\"archived\";b:0;s:3:\"uid\";s:10:\"12b037f6fc\";}i:1312316;a:9:{s:2:\"id\";i:1312316;s:4:\"name\";s:18:\"Radio Q&A Bar Form\";s:10:\"created_at\";s:20:\"2020-04-10T23:31:33Z\";s:4:\"type\";s:5:\"embed\";s:6:\"format\";s:10:\"sticky bar\";s:8:\"embed_js\";s:60:\"https://polished-wildflower-3672.ck.page/837f47fd6f/index.js\";s:9:\"embed_url\";s:51:\"https://polished-wildflower-3672.ck.page/837f47fd6f\";s:8:\"archived\";b:0;s:3:\"uid\";s:10:\"837f47fd6f\";}i:786321;a:9:{s:2:\"id\";i:786321;s:4:\"name\";s:12:\"Amtac Blades\";s:10:\"created_at\";s:20:\"2018-11-16T22:33:20Z\";s:4:\"type\";s:5:\"embed\";s:6:\"format\";s:6:\"inline\";s:8:\"embed_js\";s:60:\"https://polished-wildflower-3672.ck.page/a8405ca564/index.js\";s:9:\"embed_url\";s:51:\"https://polished-wildflower-3672.ck.page/a8405ca564\";s:8:\"archived\";b:0;s:3:\"uid\";s:10:\"a8405ca564\";}i:423396;a:12:{s:2:\"id\";i:423396;s:4:\"name\";s:32:\"Amtac Shooting Updates from Bill\";s:10:\"created_at\";s:20:\"2018-06-29T18:08:44Z\";s:4:\"type\";s:5:\"embed\";s:3:\"url\";s:47:\"https://app.convertkit.com/landing_pages/423396\";s:8:\"embed_js\";s:80:\"https://api.convertkit.com/api/v3/forms/423396.js?api_key=SA5lmbvb-Rdb1rkIC-a93Q\";s:9:\"embed_url\";s:82:\"https://api.convertkit.com/api/v3/forms/423396.html?api_key=SA5lmbvb-Rdb1rkIC-a93Q\";s:5:\"title\";s:21:\"Get updates from Bill\";s:11:\"description\";s:82:\"<p>Subscribe to hear about upcoming courses, articles, videos, and products...</p>\";s:19:\"sign_up_button_text\";s:11:\"Count me in\";s:15:\"success_message\";s:59:\"Success! Now check your email to confirm your subscription.\";s:8:\"archived\";b:0;}i:370950;a:12:{s:2:\"id\";i:370950;s:4:\"name\";s:6:\"Form 2\";s:10:\"created_at\";s:20:\"2018-04-06T15:51:26Z\";s:4:\"type\";s:5:\"embed\";s:3:\"url\";s:47:\"https://app.convertkit.com/landing_pages/370950\";s:8:\"embed_js\";s:80:\"https://api.convertkit.com/api/v3/forms/370950.js?api_key=SA5lmbvb-Rdb1rkIC-a93Q\";s:9:\"embed_url\";s:82:\"https://api.convertkit.com/api/v3/forms/370950.html?api_key=SA5lmbvb-Rdb1rkIC-a93Q\";s:5:\"title\";s:19:\"Join the newsletter\";s:11:\"description\";s:52:\"<p>Subscribe to get our latest content by email.</p>\";s:19:\"sign_up_button_text\";s:9:\"Subscribe\";s:15:\"success_message\";s:59:\"Success! Now check your email to confirm your subscription.\";s:8:\"archived\";b:0;}i:370945;a:12:{s:2:\"id\";i:370945;s:4:\"name\";s:18:\"Sample Lead Magnet\";s:10:\"created_at\";s:20:\"2018-04-06T15:49:15Z\";s:4:\"type\";s:5:\"embed\";s:3:\"url\";s:47:\"https://app.convertkit.com/landing_pages/370945\";s:8:\"embed_js\";s:80:\"https://api.convertkit.com/api/v3/forms/370945.js?api_key=SA5lmbvb-Rdb1rkIC-a93Q\";s:9:\"embed_url\";s:82:\"https://api.convertkit.com/api/v3/forms/370945.html?api_key=SA5lmbvb-Rdb1rkIC-a93Q\";s:5:\"title\";s:22:\"Title of your giveaway\";s:11:\"description\";s:113:\"<p>Tell them what they\'ll get! Focus on value; what\'s in it for them? Just write like you talk. Be yourself. </p>\";s:19:\"sign_up_button_text\";s:26:\"Tell them what they\'ll get\";s:15:\"success_message\";s:59:\"Success! Now check your email to confirm your subscription.\";s:8:\"archived\";b:0;}}','auto'),
(4811,'convertkit_products_last_queried','1756849919','auto'),
(4812,'convertkit_products','a:0:{}','auto'),
(4813,'convertkit_posts_last_queried','1765568341','auto'),
(4814,'convertkit_posts','a:0:{}','auto'),
(4815,'convertkit_tags_last_queried','1756858198','auto'),
(4816,'convertkit_tags','a:30:{i:4612747;a:3:{s:2:\"id\";i:4612747;s:4:\"name\";s:32:\"New Magnacut Northman Email List\";s:10:\"created_at\";s:20:\"2024-03-19T19:33:35Z\";}i:4412825;a:3:{s:2:\"id\";i:4412825;s:4:\"name\";s:29:\"Texas and Surrounding States \";s:10:\"created_at\";s:20:\"2024-01-08T19:06:24Z\";}i:4322325;a:3:{s:2:\"id\";i:4322325;s:4:\"name\";s:19:\"California Students\";s:10:\"created_at\";s:20:\"2023-11-28T19:23:52Z\";}i:4137835;a:3:{s:2:\"id\";i:4137835;s:4:\"name\";s:16:\"Georgia Students\";s:10:\"created_at\";s:20:\"2023-09-19T21:43:07Z\";}i:3805293;a:3:{s:2:\"id\";i:3805293;s:4:\"name\";s:27:\"ATC Course Reminder 4-24-23\";s:10:\"created_at\";s:20:\"2023-04-25T01:39:23Z\";}i:3779338;a:3:{s:2:\"id\";i:3779338;s:4:\"name\";s:28:\"2023 MWC Early Bird Reminder\";s:10:\"created_at\";s:20:\"2023-04-12T15:10:05Z\";}i:3755738;a:3:{s:2:\"id\";i:3755738;s:4:\"name\";s:6:\"Alumni\";s:10:\"created_at\";s:20:\"2023-04-01T01:28:45Z\";}i:3755732;a:3:{s:2:\"id\";i:3755732;s:4:\"name\";s:32:\"Modern Warrior Conference Alumni\";s:10:\"created_at\";s:20:\"2023-04-01T01:19:32Z\";}i:3683787;a:3:{s:2:\"id\";i:3683787;s:4:\"name\";s:50:\"Last Minute Hybrid Carbine Course on March 10 2023\";s:10:\"created_at\";s:20:\"2023-03-03T00:38:11Z\";}i:3541278;a:3:{s:2:\"id\";i:3541278;s:4:\"name\";s:46:\"Feb 17/18 2023 Intro to Winter Skills Interest\";s:10:\"created_at\";s:20:\"2022-12-25T01:55:49Z\";}i:3541277;a:3:{s:2:\"id\";i:3541277;s:4:\"name\";s:47:\"Jan 26/27 2023 Winter Modern Minuteman Interest\";s:10:\"created_at\";s:20:\"2022-12-25T01:55:01Z\";}i:3541276;a:3:{s:2:\"id\";i:3541276;s:4:\"name\";s:22:\"KitBadger.com interest\";s:10:\"created_at\";s:20:\"2022-12-25T01:44:23Z\";}i:3541273;a:3:{s:2:\"id\";i:3541273;s:4:\"name\";s:129:\"Targeted Email Group for Winter Skills & Winter Minuteman Course: NW Region and past MM Students & Waitlisters (created 12/23/22)\";s:10:\"created_at\";s:20:\"2022-12-25T01:34:22Z\";}i:3539240;a:3:{s:2:\"id\";i:3539240;s:4:\"name\";s:8:\"Test Tag\";s:10:\"created_at\";s:20:\"2022-12-23T03:02:26Z\";}i:3539228;a:3:{s:2:\"id\";i:3539228;s:4:\"name\";s:46:\"SW Region Students & Waitlisted (2019-12/1/22)\";s:10:\"created_at\";s:20:\"2022-12-23T02:33:39Z\";}i:1748780;a:3:{s:2:\"id\";i:1748780;s:4:\"name\";s:20:\"Fall Course Interest\";s:10:\"created_at\";s:20:\"2020-07-23T14:45:11Z\";}i:1747604;a:3:{s:2:\"id\";i:1747604;s:4:\"name\";s:32:\"Interested in 2021 Winter Course\";s:10:\"created_at\";s:20:\"2020-07-22T23:21:00Z\";}i:1406104;a:3:{s:2:\"id\";i:1406104;s:4:\"name\";s:5:\"radio\";s:10:\"created_at\";s:20:\"2020-04-11T23:17:41Z\";}i:1406087;a:3:{s:2:\"id\";i:1406087;s:4:\"name\";s:7:\"fitness\";s:10:\"created_at\";s:20:\"2020-04-11T23:05:51Z\";}i:910240;a:3:{s:2:\"id\";i:910240;s:4:\"name\";s:33:\"modern minute man course interest\";s:10:\"created_at\";s:20:\"2019-05-07T19:03:08Z\";}i:677020;a:3:{s:2:\"id\";i:677020;s:4:\"name\";s:25:\"GDPR: Advertising Consent\";s:10:\"created_at\";s:20:\"2018-11-16T22:45:50Z\";}i:677019;a:3:{s:2:\"id\";i:677019;s:4:\"name\";s:19:\"GDPR: Email Consent\";s:10:\"created_at\";s:20:\"2018-11-16T22:45:50Z\";}i:675968;a:3:{s:2:\"id\";i:675968;s:4:\"name\";s:25:\"Amtac Blades Announcement\";s:10:\"created_at\";s:20:\"2018-11-16T02:08:54Z\";}i:675556;a:3:{s:2:\"id\";i:675556;s:4:\"name\";s:6:\"Regfox\";s:10:\"created_at\";s:20:\"2018-11-15T19:49:37Z\";}i:634717;a:3:{s:2:\"id\";i:634717;s:4:\"name\";s:7:\"courses\";s:10:\"created_at\";s:20:\"2018-10-12T03:09:51Z\";}i:634712;a:3:{s:2:\"id\";i:634712;s:4:\"name\";s:8:\"articles\";s:10:\"created_at\";s:20:\"2018-10-12T02:50:58Z\";}i:634708;a:3:{s:2:\"id\";i:634708;s:4:\"name\";s:8:\"holsters\";s:10:\"created_at\";s:20:\"2018-10-12T02:44:58Z\";}i:540307;a:3:{s:2:\"id\";i:540307;s:4:\"name\";s:11:\"Invite Only\";s:10:\"created_at\";s:20:\"2018-07-14T21:26:17Z\";}i:524820;a:3:{s:2:\"id\";i:524820;s:4:\"name\";s:6:\"Tester\";s:10:\"created_at\";s:20:\"2018-06-29T17:56:46Z\";}i:524816;a:3:{s:2:\"id\";i:524816;s:4:\"name\";s:18:\"General Newsletter\";s:10:\"created_at\";s:20:\"2018-06-29T17:53:03Z\";}}','auto'),
(4817,'convertkit_landing_pages_last_queried','1725313781','auto'),
(4818,'convertkit_landing_pages','a:1:{i:1314093;a:9:{s:2:\"id\";i:1314093;s:4:\"name\";s:9:\"Radio Q&A\";s:10:\"created_at\";s:20:\"2020-04-11T21:21:08Z\";s:4:\"type\";s:6:\"hosted\";s:6:\"format\";N;s:8:\"embed_js\";s:60:\"https://polished-wildflower-3672.ck.page/21d4cf8b3f/index.js\";s:9:\"embed_url\";s:51:\"https://polished-wildflower-3672.ck.page/21d4cf8b3f\";s:8:\"archived\";b:0;s:3:\"uid\";s:10:\"21d4cf8b3f\";}}','auto'),
(4820,'convertkit-review-request','1725570743','auto'),
(4828,'et_pb_signup_cc1d354837a75ee3f9ab5d4cb44c9e20','off','auto'),
(4837,'et_pb_signup_629f728531d8159966025e27c6b1f257','off','auto'),
(4840,'et_pb_signup_7726f403de1297b6269ae32bcd7fd11c','off','auto'),
(4892,'woocommerce_task_list_tracked_completed_tasks','a:4:{i:0;s:15:\"customize-store\";i:1;s:8:\"products\";i:2;s:17:\"launch-your-store\";i:3;s:8:\"shipping\";}','auto'),
(4898,'woocommerce_share_key','PsI3eEVcvwtTV3j5ZoLrBxrHHqyONn49','auto'),
(4910,'wc_has_tracked_default_theme','1','auto'),
(4911,'woocommerce_onboarding_profile','a:10:{s:15:\"business_choice\";s:28:\"im_just_starting_my_business\";s:21:\"selling_online_answer\";N;s:17:\"selling_platforms\";N;s:20:\"is_store_country_set\";b:1;s:8:\"industry\";a:1:{i:0;N;}s:18:\"is_agree_marketing\";b:0;s:11:\"store_email\";s:23:\"amtacshooting@gmail.com\";s:9:\"completed\";b:1;s:23:\"is_plugins_page_skipped\";b:1;s:19:\"business_extensions\";a:5:{i:0;s:25:\"pinterest-for-woocommerce\";i:1;s:20:\"woocommerce-payments\";i:2;s:23:\"google-listings-and-ads\";i:3;s:8:\"mailpoet\";i:4;s:7:\"jetpack\";}}','auto'),
(4916,'woocommerce_coming_soon','yes','auto'),
(4917,'woocommerce_store_pages_only','yes','auto'),
(4918,'woocommerce_private_link','no','auto'),
(4921,'woocommerce_free_shipping_1_settings','a:4:{s:5:\"title\";s:13:\"Free shipping\";s:8:\"requires\";s:0:\"\";s:10:\"min_amount\";s:1:\"0\";s:16:\"ignore_discounts\";s:2:\"no\";}','auto'),
(4922,'woocommerce_admin_created_default_shipping_zones','yes','auto'),
(4923,'_transient_woocommerce_shipping_task_zone_count_transient','1','on'),
(4950,'et_pb_signup_ad1e8f39624513607c9e3683764bc544','off','auto'),
(4973,'et_pb_signup_15ea6a9b427d738e70a0ca0161da13f8','off','auto'),
(4988,'jetpack_tos_agreed','1','auto'),
(4989,'jetpack_secrets','a:1:{s:20:\"jetpack_authorize_10\";a:3:{s:8:\"secret_1\";s:32:\"XsOY8Gv5fClOyD9TjJMTTOnlLHQoJx4f\";s:8:\"secret_2\";s:32:\"2vA6wS5KE8te7x5opZxRVlruHvKan8iU\";s:3:\"exp\";i:1725322998;}}','no'),
(4990,'jetpack_sync_https_history_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','auto'),
(4991,'jetpack_sync_https_history_home_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','auto'),
(4992,'_transient_jetpack_assumed_site_creation_date','2016-05-31 16:39:31','on'),
(4997,'jetpack_package_versions','a:6:{s:6:\"backup\";s:5:\"4.2.9\";s:10:\"connection\";s:7:\"6.13.12\";s:4:\"sync\";s:6:\"4.14.2\";s:6:\"search\";s:6:\"0.52.5\";s:10:\"videopress\";s:6:\"0.30.2\";s:5:\"stats\";s:6:\"0.17.1\";}','auto'),
(4998,'jetpack_private_options','a:1:{s:10:\"blog_token\";s:65:\"3bB4Q3L5f54jA@J@kjTOG%My&iElRK^Z.7tvm4bU3Wt37OGDD3MPTu41Rcw%TD@7*\";}','auto'),
(5005,'pinterest-for-woocommerce-update-version','1.4.21','auto'),
(5012,'pinterest_for_woocommerce','a:3:{s:12:\"account_data\";a:1:{s:20:\"currency_credit_info\";a:2:{s:12:\"spendRequire\";s:3:\"$15\";s:12:\"creditsGiven\";s:4:\"$125\";}}s:22:\"ads_campaign_is_active\";b:1;s:22:\"track_conversions_capi\";b:0;}','auto'),
(5019,'jetpack_sync_settings_disable','0','on'),
(5024,'jetpack_sync_settings_dedicated_sync_enabled','1','on'),
(5025,'jetpack_sync_settings_sync_via_cron','1','on'),
(5026,'jetpack_sync_settings_custom_queue_table_enabled','1','on'),
(5027,'jetpack_sync_settings_max_queue_size','5000','on'),
(5028,'jetpack_sync_settings_max_queue_lag','7200','on'),
(5033,'widget_currency_switcher_widget','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(5035,'jetpack_sync_settings_dequeue_max_bytes','500000','on'),
(5036,'jetpack_sync_settings_upload_max_bytes','600000','on'),
(5037,'jetpack_sync_settings_upload_max_rows','500','on'),
(5038,'jetpack_sync_settings_sync_wait_time','10','on'),
(5039,'jetpack_sync_settings_sync_wait_threshold','10','on'),
(5040,'jetpack_sync_settings_enqueue_wait_time','1','on'),
(5041,'jetpack_sync_settings_queue_max_writes_sec','100','on'),
(5042,'jetpack_sync_settings_post_types_blacklist','a:36:{i:0;s:10:\"_term_meta\";i:1;s:11:\"ai1ec_event\";i:2;s:9:\"bwg_album\";i:3;s:11:\"bwg_gallery\";i:4;s:19:\"customize_changeset\";i:5;s:12:\"dn_wp_yt_log\";i:6;s:4:\"http\";i:7;s:8:\"idx_page\";i:8;s:17:\"jetpack_migration\";i:9;s:14:\"jp_img_sitemap\";i:10;s:20:\"jp_img_sitemap_index\";i:11;s:10:\"jp_sitemap\";i:12;s:16:\"jp_sitemap_index\";i:13;s:17:\"jp_sitemap_master\";i:14;s:14:\"jp_vid_sitemap\";i:15;s:20:\"jp_vid_sitemap_index\";i:16;s:17:\"postman_sent_mail\";i:17;s:10:\"rssap-feed\";i:18;s:15:\"rssmi_feed_item\";i:19;s:16:\"scheduled-action\";i:20;s:20:\"secupress_log_action\";i:21;s:17:\"sg_optimizer_jobs\";i:22;s:6:\"snitch\";i:23;s:19:\"vip-legacy-redirect\";i:24;s:12:\"wp_automatic\";i:25;s:15:\"wp-rest-api-log\";i:26;s:17:\"wpephpcompat_jobs\";i:27;s:15:\"wprss_feed_item\";i:28;s:18:\"memberships_coupon\";i:29;s:16:\"memberships_gift\";i:30;s:15:\"tribe-ea-record\";i:31;s:17:\"wphb_minify_group\";i:32;s:16:\"bigcommerce_task\";i:33;s:20:\"secupress_log_err404\";i:34;s:20:\"iw_omnibus_price_log\";i:35;s:14:\"od_url_metrics\";}','on'),
(5046,'jetpack_sync_settings_taxonomies_blacklist','a:149:{i:0;s:9:\"ancestors\";i:1;s:13:\"archives_link\";i:2;s:13:\"attached_file\";i:3;s:14:\"attached_media\";i:4;s:19:\"attached_media_args\";i:5;s:10:\"attachment\";i:6;s:19:\"available_languages\";i:7;s:6:\"avatar\";i:8;s:20:\"avatar_comment_types\";i:9;s:11:\"avatar_data\";i:10;s:10:\"avatar_url\";i:11;s:12:\"bloginfo_rss\";i:12;s:13:\"blogs_of_user\";i:13;s:13:\"bookmark_link\";i:14;s:9:\"bookmarks\";i:15;s:8:\"calendar\";i:16;s:13:\"canonical_url\";i:17;s:19:\"categories_per_page\";i:18;s:19:\"categories_taxonomy\";i:19;s:13:\"category_form\";i:20;s:20:\"category_form_fields\";i:21;s:17:\"category_form_pre\";i:22;s:7:\"comment\";i:23;s:10:\"comment_ID\";i:24;s:14:\"comment_author\";i:25;s:17:\"comment_author_IP\";i:26;s:20:\"comment_author_email\";i:27;s:19:\"comment_author_link\";i:28;s:18:\"comment_author_url\";i:29;s:23:\"comment_author_url_link\";i:30;s:12:\"comment_date\";i:31;s:15:\"comment_excerpt\";i:32;s:12:\"comment_link\";i:33;s:20:\"comment_misc_actions\";i:34;s:12:\"comment_text\";i:35;s:12:\"comment_time\";i:36;s:12:\"comment_type\";i:37;s:13:\"comments_link\";i:38;s:15:\"comments_number\";i:39;s:21:\"comments_pagenum_link\";i:40;s:11:\"custom_logo\";i:41;s:8:\"date_sql\";i:42;s:22:\"default_comment_status\";i:43;s:16:\"delete_post_link\";i:44;s:18:\"edit_bookmark_link\";i:45;s:17:\"edit_comment_link\";i:46;s:14:\"edit_post_link\";i:47;s:13:\"edit_tag_link\";i:48;s:14:\"edit_term_link\";i:49;s:14:\"edit_user_link\";i:50;s:8:\"enclosed\";i:51;s:15:\"feed_build_date\";i:52;s:13:\"form_advanced\";i:53;s:17:\"form_after_editor\";i:54;s:16:\"form_after_title\";i:55;s:21:\"form_before_permalink\";i:56;s:8:\"form_top\";i:57;s:18:\"handle_product_cat\";i:58;s:16:\"header_image_tag\";i:59;s:16:\"header_video_url\";i:60;s:9:\"image_tag\";i:61;s:15:\"image_tag_class\";i:62;s:12:\"lastpostdate\";i:63;s:16:\"lastpostmodified\";i:64;s:4:\"link\";i:65;s:18:\"link_category_form\";i:66;s:25:\"link_category_form_fields\";i:67;s:22:\"link_category_form_pre\";i:68;s:15:\"main_network_id\";i:69;s:5:\"media\";i:70;s:15:\"media_item_args\";i:71;s:7:\"ms_user\";i:72;s:7:\"network\";i:73;s:12:\"object_terms\";i:74;s:6:\"option\";i:75;s:4:\"page\";i:76;s:9:\"page_form\";i:77;s:15:\"page_of_comment\";i:78;s:8:\"page_uri\";i:79;s:12:\"pagenum_link\";i:80;s:5:\"pages\";i:81;s:6:\"plugin\";i:82;s:4:\"post\";i:83;s:14:\"post_galleries\";i:84;s:12:\"post_gallery\";i:85;s:9:\"post_link\";i:86;s:18:\"post_modified_time\";i:87;s:11:\"post_status\";i:88;s:9:\"post_time\";i:89;s:8:\"postmeta\";i:90;s:14:\"posts_per_page\";i:91;s:19:\"product_search_form\";i:92;s:11:\"profile_url\";i:93;s:4:\"pung\";i:94;s:9:\"role_list\";i:95;s:16:\"sample_permalink\";i:96;s:21:\"sample_permalink_html\";i:97;s:8:\"schedule\";i:98;s:11:\"search_form\";i:99;s:12:\"search_query\";i:100;s:9:\"shortlink\";i:101;s:4:\"site\";i:102;s:18:\"site_email_content\";i:103;s:13:\"site_icon_url\";i:104;s:11:\"site_option\";i:105;s:13:\"space_allowed\";i:106;s:3:\"tag\";i:107;s:8:\"tag_form\";i:108;s:15:\"tag_form_fields\";i:109;s:12:\"tag_form_pre\";i:110;s:8:\"tag_link\";i:111;s:4:\"tags\";i:112;s:13:\"tags_per_page\";i:113;s:4:\"term\";i:114;s:9:\"term_link\";i:115;s:18:\"term_relationships\";i:116;s:15:\"term_taxonomies\";i:117;s:13:\"term_taxonomy\";i:118;s:5:\"terms\";i:119;s:10:\"terms_args\";i:120;s:14:\"terms_defaults\";i:121;s:12:\"terms_fields\";i:122;s:13:\"terms_orderby\";i:123;s:23:\"the_archive_description\";i:124;s:17:\"the_archive_title\";i:125;s:14:\"the_categories\";i:126;s:8:\"the_date\";i:127;s:11:\"the_excerpt\";i:128;s:8:\"the_guid\";i:129;s:17:\"the_modified_date\";i:130;s:17:\"the_modified_time\";i:131;s:25:\"the_post_type_description\";i:132;s:8:\"the_tags\";i:133;s:9:\"the_terms\";i:134;s:8:\"the_time\";i:135;s:21:\"theme_starter_content\";i:136;s:7:\"to_ping\";i:137;s:4:\"user\";i:138;s:17:\"user_created_user\";i:139;s:9:\"user_form\";i:140;s:12:\"user_profile\";i:141;s:19:\"user_profile_update\";i:142;s:8:\"usermeta\";i:143;s:12:\"usernumposts\";i:144;s:12:\"users_drafts\";i:145;s:7:\"webhook\";i:146;s:6:\"widget\";i:147;s:19:\"woocommerce_archive\";i:148;s:12:\"wp_title_rss\";}','on'),
(5048,'jetpack_sync_settings_render_filtered_content','0','on'),
(5049,'jetpack_sync_settings_post_meta_whitelist','a:133:{i:0;s:24:\"_feedback_akismet_values\";i:1;s:15:\"_feedback_email\";i:2;s:22:\"_feedback_extra_fields\";i:3;s:21:\"_g_feedback_shortcode\";i:4;s:23:\"_jetpack_post_thumbnail\";i:5;s:25:\"_last_editor_used_jetpack\";i:6;s:18:\"_menu_item_classes\";i:7;s:27:\"_menu_item_menu_item_parent\";i:8;s:17:\"_menu_item_object\";i:9;s:20:\"_menu_item_object_id\";i:10;s:19:\"_menu_item_orphaned\";i:11;s:15:\"_menu_item_type\";i:12;s:14:\"_menu_item_xfn\";i:13;s:24:\"_publicize_facebook_user\";i:14;s:23:\"_publicize_twitter_user\";i:15;s:13:\"_thumbnail_id\";i:16;s:17:\"_wp_attached_file\";i:17;s:27:\"_wp_attachment_backup_sizes\";i:18;s:22:\"_wp_attachment_context\";i:19;s:24:\"_wp_attachment_image_alt\";i:20;s:35:\"_wp_attachment_is_custom_background\";i:21;s:31:\"_wp_attachment_is_custom_header\";i:22;s:23:\"_wp_attachment_metadata\";i:23;s:17:\"_wp_page_template\";i:24;s:30:\"_wp_trash_meta_comments_status\";i:25;s:21:\"_wpas_feature_enabled\";i:26;s:10:\"_wpas_mess\";i:27;s:13:\"_wpas_options\";i:28;s:24:\"advanced_seo_description\";i:29;s:13:\"content_width\";i:30;s:14:\"custom_css_add\";i:31;s:23:\"custom_css_preprocessor\";i:32;s:9:\"enclosure\";i:33;s:9:\"imagedata\";i:34;s:10:\"nova_price\";i:35;s:17:\"publicize_results\";i:36;s:16:\"sharing_disabled\";i:37;s:18:\"switch_like_status\";i:38;s:15:\"videopress_guid\";i:39;s:18:\"vimeo_poster_image\";i:40;s:28:\"_jetpack_blogging_prompt_key\";i:41;s:11:\"_visibility\";i:42;s:4:\"_sku\";i:43;s:6:\"_price\";i:44;s:14:\"_regular_price\";i:45;s:11:\"_sale_price\";i:46;s:22:\"_sale_price_dates_from\";i:47;s:20:\"_sale_price_dates_to\";i:48;s:11:\"total_sales\";i:49;s:11:\"_tax_status\";i:50;s:10:\"_tax_class\";i:51;s:13:\"_manage_stock\";i:52;s:11:\"_backorders\";i:53;s:18:\"_sold_individually\";i:54;s:7:\"_weight\";i:55;s:7:\"_length\";i:56;s:6:\"_width\";i:57;s:7:\"_height\";i:58;s:11:\"_upsell_ids\";i:59;s:14:\"_crosssell_ids\";i:60;s:14:\"_purchase_note\";i:61;s:19:\"_default_attributes\";i:62;s:19:\"_product_attributes\";i:63;s:8:\"_virtual\";i:64;s:13:\"_downloadable\";i:65;s:15:\"_download_limit\";i:66;s:16:\"_download_expiry\";i:67;s:9:\"_featured\";i:68;s:19:\"_downloadable_files\";i:69;s:16:\"_wc_rating_count\";i:70;s:18:\"_wc_average_rating\";i:71;s:16:\"_wc_review_count\";i:72;s:22:\"_variation_description\";i:73;s:11:\"_file_paths\";i:74;s:22:\"_product_image_gallery\";i:75;s:16:\"_product_version\";i:76;s:12:\"_wp_old_slug\";i:77;s:10:\"_order_key\";i:78;s:15:\"_order_currency\";i:79;s:13:\"_billing_city\";i:80;s:14:\"_billing_state\";i:81;s:17:\"_billing_postcode\";i:82;s:16:\"_billing_country\";i:83;s:14:\"_shipping_city\";i:84;s:15:\"_shipping_state\";i:85;s:18:\"_shipping_postcode\";i:86;s:17:\"_shipping_country\";i:87;s:15:\"_completed_date\";i:88;s:10:\"_paid_date\";i:89;s:14:\"_cart_discount\";i:90;s:18:\"_cart_discount_tax\";i:91;s:15:\"_order_shipping\";i:92;s:19:\"_order_shipping_tax\";i:93;s:10:\"_order_tax\";i:94;s:12:\"_order_total\";i:95;s:15:\"_payment_method\";i:96;s:21:\"_payment_method_title\";i:97;s:12:\"_created_via\";i:98;s:14:\"_order_version\";i:99;s:19:\"_prices_include_tax\";i:100;s:15:\"_date_completed\";i:101;s:10:\"_date_paid\";i:102;s:15:\"_payment_tokens\";i:103;s:22:\"_billing_address_index\";i:104;s:23:\"_shipping_address_index\";i:105;s:15:\"_recorded_sales\";i:106;s:29:\"_recorded_coupon_usage_counts\";i:107;s:29:\"_download_permissions_granted\";i:108;s:20:\"_order_stock_reduced\";i:109;s:10:\"_cart_hash\";i:110;s:14:\"_refund_amount\";i:111;s:12:\"_refunded_by\";i:112;s:14:\"_refund_reason\";i:113;s:42:\"_jetpack_memberships_contains_paid_content\";i:114;s:25:\"jetpack_memberships_price\";i:115;s:28:\"jetpack_memberships_currency\";i:116;s:35:\"jetpack_memberships_site_subscriber\";i:117;s:30:\"jetpack_memberships_product_id\";i:118;s:24:\"jetpack_memberships_tier\";i:119;s:30:\"jetpack_memberships_is_deleted\";i:120;s:32:\"jetpack_memberships_is_sandboxed\";i:121;s:14:\"spay_paypal_id\";i:122;s:11:\"spay_status\";i:123;s:15:\"spay_product_id\";i:124;s:13:\"spay_quantity\";i:125;s:10:\"spay_price\";i:126;s:19:\"spay_customer_email\";i:127;s:13:\"spay_currency\";i:128;s:8:\"spay_cta\";i:129;s:10:\"spay_email\";i:130;s:13:\"spay_multiple\";i:131;s:20:\"spay_formatted_price\";i:173;s:9:\"footnotes\";}','on'),
(5051,'jetpack_sync_settings_comment_meta_whitelist','a:5:{i:0;s:9:\"hc_avatar\";i:1;s:18:\"hc_foreign_user_id\";i:2;s:10:\"hc_post_as\";i:3;s:15:\"hc_wpcom_id_sig\";i:4;s:6:\"rating\";}','on'),
(5053,'jetpack_sync_settings_max_enqueue_full_sync','100','on'),
(5054,'jetpack_sync_settings_max_queue_size_full_sync','1000','on'),
(5055,'jetpack_sync_settings_cron_sync_time_limit','240','on'),
(5056,'jetpack_sync_settings_known_importers','a:6:{s:16:\"Blogger_Importer\";s:7:\"blogger\";s:13:\"LJ_API_Import\";s:11:\"livejournal\";s:9:\"MT_Import\";s:2:\"mt\";s:10:\"RSS_Import\";s:3:\"rss\";s:20:\"WC_Tax_Rate_Importer\";s:12:\"woo-tax-rate\";s:9:\"WP_Import\";s:9:\"wordpress\";}','on'),
(5057,'jetpack_sync_settings_term_relationships_full_sync_item_size','100','on'),
(5058,'jetpack_sync_settings_sync_sender_enabled','1','on'),
(5059,'jetpack_sync_settings_full_sync_sender_enabled','1','on'),
(5060,'jetpack_sync_settings_full_sync_send_duration','9','on'),
(5061,'jetpack_sync_settings_full_sync_limits','a:5:{s:8:\"comments\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}s:5:\"posts\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:1;}s:18:\"term_relationships\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"terms\";a:2:{s:10:\"chunk_size\";i:1000;s:10:\"max_chunks\";i:10;}s:5:\"users\";a:2:{s:10:\"chunk_size\";i:100;s:10:\"max_chunks\";i:10;}}','on'),
(5062,'jetpack_sync_settings_checksum_disable','0','on'),
(5063,'jetpack_sync_settings_wpcom_rest_api_enabled','1','on'),
(5067,'jetpack_plugin_api_action_links','a:7:{s:35:\"addons-for-divi/addons-for-divi.php\";a:2:{s:9:\"Dashboard\";s:68:\"https://staging.amtacshooting.com/wp-admin/admin.php?page=divitorque\";s:8:\"Rollback\";s:126:\"https://staging.amtacshooting.com/wp-admin/admin-post.php?action=divi_torque_lite_rollback&_wpnonce=d7e84dd2fb&version=VERSION\";}s:34:\"feeds-for-youtube/youtube-feed.php\";a:2:{s:16:\"Try the Pro Demo\";s:117:\"https://smashballoon.com/youtube-feed/demo/?utm_campaign=youtube-free&utm_source=plugins-page&utm_medium=upgrade-link\";s:8:\"Settings\";s:74:\"https://staging.amtacshooting.com/wp-admin/admin.php?page=sby-feed-builder\";}s:19:\"jetpack/jetpack.php\";a:1:{s:10:\"My Jetpack\";s:68:\"https://staging.amtacshooting.com/wp-admin/admin.php?page=my-jetpack\";}s:21:\"mailpoet/mailpoet.php\";a:1:{s:8:\"Settings\";s:75:\"https://staging.amtacshooting.com/wp-admin/admin.php?page=mailpoet-settings\";}s:48:\"overlay-image-divi-module/lwp-overlay-images.php\";a:2:{s:11:\"Rate Plugin\";s:89:\"https://wordpress.org/support/plugin/overlay-image-divi-module/reviews/?filter=5#new-post\";s:17:\"More Divi Plugins\";s:40:\"https://www.learnhowwp.com/divi-plugins/\";}s:43:\"the-events-calendar/the-events-calendar.php\";a:2:{s:8:\"Settings\";s:99:\"https://staging.amtacshooting.com/wp-admin/edit.php?page=tec-events-settings&post_type=tribe_events\";s:8:\"Calendar\";s:41:\"https://staging.amtacshooting.com/events/\";}s:27:\"woocommerce/woocommerce.php\";a:1:{s:8:\"Settings\";s:69:\"https://staging.amtacshooting.com/wp-admin/admin.php?page=wc-settings\";}}','auto'),
(5068,'jp_sync_last_success_immediate-send','1725316445.8149','off'),
(5069,'woocommerce_woocommerce_payments_settings','a:19:{s:7:\"enabled\";s:2:\"no\";s:28:\"account_statement_descriptor\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";s:23:\"payment_request_details\";s:0:\"\";s:15:\"payment_request\";s:3:\"yes\";s:27:\"payment_request_button_type\";s:3:\"buy\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:32:\"payment_request_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:30:\"upe_enabled_payment_method_ids\";a:1:{i:0;s:4:\"card\";}s:27:\"payment_request_button_size\";s:6:\"medium\";s:34:\"platform_checkout_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:32:\"platform_checkout_custom_message\";s:84:\"By placing this order, you agree to our [terms] and understand our [privacy_policy].\";s:17:\"platform_checkout\";s:2:\"no\";s:35:\"payment_request_button_branded_type\";s:0:\"\";}','on'),
(5070,'woocommerce_woocommerce_payments_bancontact_settings','a:17:{s:7:\"enabled\";s:2:\"no\";s:28:\"account_statement_descriptor\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";s:23:\"payment_request_details\";s:0:\"\";s:15:\"payment_request\";s:3:\"yes\";s:27:\"payment_request_button_type\";s:3:\"buy\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:32:\"payment_request_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:30:\"upe_enabled_payment_method_ids\";a:1:{i:0;s:4:\"card\";}s:27:\"payment_request_button_size\";s:6:\"medium\";s:34:\"platform_checkout_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:32:\"platform_checkout_custom_message\";s:84:\"By placing this order, you agree to our [terms] and understand our [privacy_policy].\";}','on'),
(5071,'woocommerce_woocommerce_payments_sepa_debit_settings','a:17:{s:7:\"enabled\";s:2:\"no\";s:28:\"account_statement_descriptor\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";s:23:\"payment_request_details\";s:0:\"\";s:15:\"payment_request\";s:3:\"yes\";s:27:\"payment_request_button_type\";s:3:\"buy\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:32:\"payment_request_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:30:\"upe_enabled_payment_method_ids\";a:1:{i:0;s:4:\"card\";}s:27:\"payment_request_button_size\";s:6:\"medium\";s:34:\"platform_checkout_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:32:\"platform_checkout_custom_message\";s:84:\"By placing this order, you agree to our [terms] and understand our [privacy_policy].\";}','on'),
(5072,'woocommerce_woocommerce_payments_giropay_settings','a:17:{s:7:\"enabled\";s:2:\"no\";s:28:\"account_statement_descriptor\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";s:23:\"payment_request_details\";s:0:\"\";s:15:\"payment_request\";s:3:\"yes\";s:27:\"payment_request_button_type\";s:3:\"buy\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:32:\"payment_request_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:30:\"upe_enabled_payment_method_ids\";a:1:{i:0;s:4:\"card\";}s:27:\"payment_request_button_size\";s:6:\"medium\";s:34:\"platform_checkout_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:32:\"platform_checkout_custom_message\";s:84:\"By placing this order, you agree to our [terms] and understand our [privacy_policy].\";}','on'),
(5073,'woocommerce_woocommerce_payments_sofort_settings','a:17:{s:7:\"enabled\";s:2:\"no\";s:28:\"account_statement_descriptor\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";s:23:\"payment_request_details\";s:0:\"\";s:15:\"payment_request\";s:3:\"yes\";s:27:\"payment_request_button_type\";s:3:\"buy\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:32:\"payment_request_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:30:\"upe_enabled_payment_method_ids\";a:1:{i:0;s:4:\"card\";}s:27:\"payment_request_button_size\";s:6:\"medium\";s:34:\"platform_checkout_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:32:\"platform_checkout_custom_message\";s:84:\"By placing this order, you agree to our [terms] and understand our [privacy_policy].\";}','on'),
(5074,'woocommerce_woocommerce_payments_p24_settings','a:17:{s:7:\"enabled\";s:2:\"no\";s:28:\"account_statement_descriptor\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";s:23:\"payment_request_details\";s:0:\"\";s:15:\"payment_request\";s:3:\"yes\";s:27:\"payment_request_button_type\";s:3:\"buy\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:32:\"payment_request_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:30:\"upe_enabled_payment_method_ids\";a:1:{i:0;s:4:\"card\";}s:27:\"payment_request_button_size\";s:6:\"medium\";s:34:\"platform_checkout_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:32:\"platform_checkout_custom_message\";s:84:\"By placing this order, you agree to our [terms] and understand our [privacy_policy].\";}','on'),
(5075,'woocommerce_woocommerce_payments_ideal_settings','a:17:{s:7:\"enabled\";s:2:\"no\";s:28:\"account_statement_descriptor\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";s:23:\"payment_request_details\";s:0:\"\";s:15:\"payment_request\";s:3:\"yes\";s:27:\"payment_request_button_type\";s:3:\"buy\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:32:\"payment_request_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:30:\"upe_enabled_payment_method_ids\";a:1:{i:0;s:4:\"card\";}s:27:\"payment_request_button_size\";s:6:\"medium\";s:34:\"platform_checkout_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:32:\"platform_checkout_custom_message\";s:84:\"By placing this order, you agree to our [terms] and understand our [privacy_policy].\";}','on'),
(5076,'woocommerce_woocommerce_payments_au_becs_debit_settings','a:17:{s:7:\"enabled\";s:2:\"no\";s:28:\"account_statement_descriptor\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";s:23:\"payment_request_details\";s:0:\"\";s:15:\"payment_request\";s:3:\"yes\";s:27:\"payment_request_button_type\";s:3:\"buy\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:32:\"payment_request_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:30:\"upe_enabled_payment_method_ids\";a:1:{i:0;s:4:\"card\";}s:27:\"payment_request_button_size\";s:6:\"medium\";s:34:\"platform_checkout_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:32:\"platform_checkout_custom_message\";s:84:\"By placing this order, you agree to our [terms] and understand our [privacy_policy].\";}','on'),
(5077,'woocommerce_woocommerce_payments_eps_settings','a:17:{s:7:\"enabled\";s:2:\"no\";s:28:\"account_statement_descriptor\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";s:23:\"payment_request_details\";s:0:\"\";s:15:\"payment_request\";s:3:\"yes\";s:27:\"payment_request_button_type\";s:3:\"buy\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:32:\"payment_request_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:30:\"upe_enabled_payment_method_ids\";a:1:{i:0;s:4:\"card\";}s:27:\"payment_request_button_size\";s:6:\"medium\";s:34:\"platform_checkout_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:32:\"platform_checkout_custom_message\";s:84:\"By placing this order, you agree to our [terms] and understand our [privacy_policy].\";}','on'),
(5078,'woocommerce_woocommerce_payments_link_settings','a:17:{s:7:\"enabled\";s:2:\"no\";s:28:\"account_statement_descriptor\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";s:23:\"payment_request_details\";s:0:\"\";s:15:\"payment_request\";s:3:\"yes\";s:27:\"payment_request_button_type\";s:3:\"buy\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:32:\"payment_request_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:30:\"upe_enabled_payment_method_ids\";a:1:{i:0;s:4:\"card\";}s:27:\"payment_request_button_size\";s:6:\"medium\";s:34:\"platform_checkout_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:32:\"platform_checkout_custom_message\";s:84:\"By placing this order, you agree to our [terms] and understand our [privacy_policy].\";}','on'),
(5079,'woocommerce_woocommerce_payments_affirm_settings','a:17:{s:7:\"enabled\";s:2:\"no\";s:28:\"account_statement_descriptor\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";s:23:\"payment_request_details\";s:0:\"\";s:15:\"payment_request\";s:3:\"yes\";s:27:\"payment_request_button_type\";s:3:\"buy\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:32:\"payment_request_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:30:\"upe_enabled_payment_method_ids\";a:1:{i:0;s:4:\"card\";}s:27:\"payment_request_button_size\";s:6:\"medium\";s:34:\"platform_checkout_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:32:\"platform_checkout_custom_message\";s:84:\"By placing this order, you agree to our [terms] and understand our [privacy_policy].\";}','on'),
(5080,'woocommerce_woocommerce_payments_afterpay_clearpay_settings','a:17:{s:7:\"enabled\";s:2:\"no\";s:28:\"account_statement_descriptor\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";s:23:\"payment_request_details\";s:0:\"\";s:15:\"payment_request\";s:3:\"yes\";s:27:\"payment_request_button_type\";s:3:\"buy\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:32:\"payment_request_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:30:\"upe_enabled_payment_method_ids\";a:1:{i:0;s:4:\"card\";}s:27:\"payment_request_button_size\";s:6:\"medium\";s:34:\"platform_checkout_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:32:\"platform_checkout_custom_message\";s:84:\"By placing this order, you agree to our [terms] and understand our [privacy_policy].\";}','on'),
(5081,'woocommerce_woocommerce_payments_klarna_settings','a:17:{s:7:\"enabled\";s:2:\"no\";s:28:\"account_statement_descriptor\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";s:23:\"payment_request_details\";s:0:\"\";s:15:\"payment_request\";s:3:\"yes\";s:27:\"payment_request_button_type\";s:3:\"buy\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:32:\"payment_request_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:30:\"upe_enabled_payment_method_ids\";a:1:{i:0;s:4:\"card\";}s:27:\"payment_request_button_size\";s:6:\"medium\";s:34:\"platform_checkout_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:32:\"platform_checkout_custom_message\";s:84:\"By placing this order, you agree to our [terms] and understand our [privacy_policy].\";}','on'),
(5082,'wcpay_activation_timestamp','1725315805','auto'),
(5083,'woocommerce_woocommerce_payments_version','9.6.0','auto'),
(5084,'wcpay_multi_currency_store_currency','USD','auto'),
(5092,'jetpack_callables_sync_checksum','a:37:{s:21:\"get_loaded_extensions\";i:13704714;s:11:\"get_plugins\";i:1223176379;s:10:\"get_themes\";i:1273630596;s:24:\"get_plugins_action_links\";i:2978370449;s:28:\"has_file_system_write_access\";i:4261170317;s:8:\"home_url\";i:2573502517;s:16:\"hosting_provider\";i:769900095;s:12:\"is_fse_theme\";i:734881840;s:15:\"is_main_network\";i:734881840;s:13:\"is_multi_site\";i:734881840;s:21:\"is_version_controlled\";i:734881840;s:6:\"locale\";i:110763218;s:17:\"main_network_site\";i:2573502517;s:26:\"main_network_site_wpcom_id\";i:3811354652;s:14:\"paused_plugins\";i:223132457;s:13:\"paused_themes\";i:223132457;s:18:\"post_type_features\";i:3745653268;s:10:\"post_types\";i:1741900476;s:27:\"rest_api_allowed_post_types\";i:1589598350;s:32:\"rest_api_allowed_public_metadata\";i:3610467939;s:5:\"roles\";i:1320629324;s:10:\"shortcodes\";i:1816060979;s:13:\"site_icon_url\";i:3645187485;s:8:\"site_url\";i:2573502517;s:10:\"taxonomies\";i:2735720527;s:13:\"theme_support\";i:3934714375;s:8:\"timezone\";i:3808505409;s:23:\"wp_get_environment_type\";i:1138987844;s:18:\"wp_max_upload_size\";i:3220964978;s:10:\"wp_version\";i:1096059824;s:14:\"active_modules\";i:3701036302;s:33:\"jetpack_connection_active_plugins\";i:1560011043;s:16:\"single_user_site\";i:734881840;s:7:\"updates\";i:2903718415;s:24:\"available_jetpack_blocks\";i:2582611603;s:27:\"jetpack_sync_active_modules\";i:2678548844;s:24:\"jetpack_package_versions\";i:3170915505;}','no'),
(5118,'jetpack_constants_sync_checksum','a:33:{s:7:\"ABSPATH\";i:3257514237;s:17:\"ALTERNATE_WP_CRON\";i:634125391;s:16:\"ATOMIC_CLIENT_ID\";i:634125391;s:26:\"AUTOMATIC_UPDATER_DISABLED\";i:634125391;s:15:\"DISABLE_WP_CRON\";i:634125391;s:18:\"DISALLOW_FILE_EDIT\";i:634125391;s:18:\"DISALLOW_FILE_MODS\";i:634125391;s:16:\"EMPTY_TRASH_DAYS\";i:2473281379;s:9:\"FS_METHOD\";i:634125391;s:12:\"IS_PRESSABLE\";i:634125391;s:16:\"JETPACK__VERSION\";i:3900861867;s:11:\"PHP_VERSION\";i:3752267610;s:19:\"WP_ACCESSIBLE_HOSTS\";i:634125391;s:19:\"WP_AUTO_UPDATE_CORE\";i:634125391;s:14:\"WP_CONTENT_DIR\";i:160810099;s:20:\"WP_CRON_LOCK_TIMEOUT\";i:3994858278;s:8:\"WP_DEBUG\";i:734881840;s:22:\"WP_HTTP_BLOCK_EXTERNAL\";i:634125391;s:19:\"WP_MAX_MEMORY_LIMIT\";i:3898294937;s:15:\"WP_MEMORY_LIMIT\";i:3065409971;s:17:\"WP_POST_REVISIONS\";i:4261170317;s:14:\"WC_PLUGIN_FILE\";i:3992277138;s:10:\"WC_ABSPATH\";i:1440381995;s:18:\"WC_PLUGIN_BASENAME\";i:1149093810;s:10:\"WC_VERSION\";i:106734388;s:19:\"WOOCOMMERCE_VERSION\";i:106734388;s:21:\"WC_ROUNDING_PRECISION\";i:498629140;s:25:\"WC_DISCOUNT_ROUNDING_MODE\";i:450215437;s:20:\"WC_TAX_ROUNDING_MODE\";i:2212294583;s:12:\"WC_DELIMITER\";i:2455911554;s:10:\"WC_LOG_DIR\";i:70383547;s:22:\"WC_SESSION_CACHE_GROUP\";i:4278978988;s:22:\"WC_TEMPLATE_DEBUG_MODE\";i:734881840;}','auto'),
(5119,'jpsq_sync_checkout','0:0','no'),
(5120,'jp_sync_last_success_sync','1765568352.9313','off'),
(5121,'jp_sync_lock_full_sync','','off'),
(5123,'jetpack_updates_sync_checksum','a:3:{s:14:\"update_plugins\";i:613733909;s:13:\"update_themes\";i:1053586149;s:11:\"update_core\";i:933152780;}','auto'),
(5140,'_wcpay_feature_woopay_first_party_auth','1','auto'),
(5141,'woopay_enabled_adapted_extensions','a:0:{}','auto'),
(5144,'jetpack_next_sync_time_sync','1750353616','on'),
(5145,'jetpack_next_sync_time_full-sync-enqueue','1725316445','on'),
(5154,'jp_sync_retry_after_immediate-send','','off'),
(5155,'jp_sync_error_log_immediate-send','a:4:{s:15:\"1725315810.5238\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:27:\"concurrent_processing_error\";a:5:{s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 02 Sep 2024 22:23:30 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"vary\";a:2:{i:0;s:15:\"Accept-Encoding\";i:1;s:20:\"accept, content-type\";}s:8:\"x-hacker\";s:62:\"Want root?  Visit join.a8c.com/hacker and mention this header.\";s:11:\"host-header\";s:13:\"WordPress.com\";s:22:\"jetpack-dedicated-sync\";s:3:\"off\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-ac\";s:17:\"4.lhr _dfw BYPASS\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";}s:4:\"body\";s:472:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<methodResponse>\n  <fault>\n    <value>\n      <struct>\n        <member>\n          <name>faultCode</name>\n          <value><int>400</int></value>\n        </member>\n        <member>\n          <name>faultString</name>\n          <value><string>Jetpack: [concurrent_processing_error] There is another sync processing running for the same blog ID</string></value>\n        </member>\n      </struct>\n    </value>\n  </fault>\n</methodResponse>\n\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}}s:18:\"\0*\0additional_data\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;i:400;}}}s:14:\"1725315810.788\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:27:\"concurrent_processing_error\";a:5:{s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 02 Sep 2024 22:23:30 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"vary\";a:2:{i:0;s:15:\"Accept-Encoding\";i:1;s:20:\"accept, content-type\";}s:8:\"x-hacker\";s:62:\"Want root?  Visit join.a8c.com/hacker and mention this header.\";s:11:\"host-header\";s:13:\"WordPress.com\";s:22:\"jetpack-dedicated-sync\";s:3:\"off\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-ac\";s:17:\"4.lhr _dfw BYPASS\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";}s:4:\"body\";s:472:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<methodResponse>\n  <fault>\n    <value>\n      <struct>\n        <member>\n          <name>faultCode</name>\n          <value><int>400</int></value>\n        </member>\n        <member>\n          <name>faultString</name>\n          <value><string>Jetpack: [concurrent_processing_error] There is another sync processing running for the same blog ID</string></value>\n        </member>\n      </struct>\n    </value>\n  </fault>\n</methodResponse>\n\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}}s:18:\"\0*\0additional_data\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;i:400;}}}s:14:\"1725315811.028\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:27:\"concurrent_processing_error\";a:5:{s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 02 Sep 2024 22:23:31 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"vary\";a:2:{i:0;s:15:\"Accept-Encoding\";i:1;s:20:\"accept, content-type\";}s:8:\"x-hacker\";s:62:\"Want root?  Visit join.a8c.com/hacker and mention this header.\";s:11:\"host-header\";s:13:\"WordPress.com\";s:22:\"jetpack-dedicated-sync\";s:3:\"off\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-ac\";s:17:\"4.lhr _dfw BYPASS\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";}s:4:\"body\";s:472:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<methodResponse>\n  <fault>\n    <value>\n      <struct>\n        <member>\n          <name>faultCode</name>\n          <value><int>400</int></value>\n        </member>\n        <member>\n          <name>faultString</name>\n          <value><string>Jetpack: [concurrent_processing_error] There is another sync processing running for the same blog ID</string></value>\n        </member>\n      </struct>\n    </value>\n  </fault>\n</methodResponse>\n\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}}s:18:\"\0*\0additional_data\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;i:400;}}}s:15:\"1725315811.2503\";O:8:\"WP_Error\":3:{s:6:\"errors\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;s:61:\"There is another sync processing running for the same blog ID\";}}s:10:\"error_data\";a:1:{s:27:\"concurrent_processing_error\";a:5:{s:7:\"headers\";a:11:{s:6:\"server\";s:5:\"nginx\";s:4:\"date\";s:29:\"Mon, 02 Sep 2024 22:23:31 GMT\";s:12:\"content-type\";s:23:\"text/xml; charset=UTF-8\";s:4:\"vary\";a:2:{i:0;s:15:\"Accept-Encoding\";i:1;s:20:\"accept, content-type\";}s:8:\"x-hacker\";s:62:\"Want root?  Visit join.a8c.com/hacker and mention this header.\";s:11:\"host-header\";s:13:\"WordPress.com\";s:22:\"jetpack-dedicated-sync\";s:3:\"off\";s:16:\"content-encoding\";s:2:\"br\";s:4:\"x-ac\";s:17:\"4.ams _dca BYPASS\";s:25:\"strict-transport-security\";s:16:\"max-age=31536000\";s:7:\"alt-svc\";s:19:\"h3=\":443\"; ma=86400\";}s:4:\"body\";s:472:\"<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n<methodResponse>\n  <fault>\n    <value>\n      <struct>\n        <member>\n          <name>faultCode</name>\n          <value><int>400</int></value>\n        </member>\n        <member>\n          <name>faultString</name>\n          <value><string>Jetpack: [concurrent_processing_error] There is another sync processing running for the same blog ID</string></value>\n        </member>\n      </struct>\n    </value>\n  </fault>\n</methodResponse>\n\";s:8:\"response\";a:2:{s:4:\"code\";i:200;s:7:\"message\";s:2:\"OK\";}s:7:\"cookies\";a:0:{}s:8:\"filename\";N;}}s:18:\"\0*\0additional_data\";a:1:{s:27:\"concurrent_processing_error\";a:1:{i:0;i:400;}}}}','auto'),
(5166,'pinterest_for_woocommerce_data','a:3:{s:14:\"local_feed_ids\";b:0;s:15:\"feed_registered\";b:0;s:17:\"linked_businesses\";a:0:{}}','auto'),
(5181,'widget_mailpoet_form','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(5193,'jetpack_activated','1','auto'),
(5196,'jetpack_activation_source','a:2:{i:0;s:7:\"unknown\";i:1;N;}','auto'),
(5200,'jetpack_available_modules','a:1:{s:4:\"14.8\";a:43:{s:18:\"account-protection\";s:4:\"14.5\";s:5:\"blaze\";s:4:\"12.3\";s:6:\"blocks\";s:8:\"13.9-a.8\";s:8:\"carousel\";s:3:\"1.5\";s:13:\"comment-likes\";s:3:\"5.1\";s:8:\"comments\";s:3:\"1.4\";s:12:\"contact-form\";s:3:\"1.3\";s:9:\"copy-post\";s:3:\"7.0\";s:20:\"custom-content-types\";s:3:\"3.1\";s:12:\"google-fonts\";s:6:\"10.8.0\";s:19:\"gravatar-hovercards\";s:3:\"1.1\";s:15:\"infinite-scroll\";s:3:\"2.0\";s:8:\"json-api\";s:3:\"1.9\";s:5:\"latex\";s:3:\"1.1\";s:5:\"likes\";s:3:\"2.2\";s:8:\"markdown\";s:3:\"2.8\";s:7:\"monitor\";s:3:\"2.6\";s:5:\"notes\";s:3:\"1.9\";s:10:\"photon-cdn\";s:3:\"6.6\";s:6:\"photon\";s:3:\"2.0\";s:13:\"post-by-email\";s:3:\"2.0\";s:9:\"post-list\";s:4:\"11.3\";s:7:\"protect\";s:3:\"3.4\";s:9:\"publicize\";s:3:\"2.0\";s:13:\"related-posts\";s:3:\"2.9\";s:6:\"search\";s:3:\"5.0\";s:9:\"seo-tools\";s:3:\"4.4\";s:10:\"sharedaddy\";s:3:\"1.1\";s:10:\"shortcodes\";s:3:\"1.1\";s:10:\"shortlinks\";s:3:\"1.1\";s:8:\"sitemaps\";s:3:\"3.9\";s:3:\"sso\";s:3:\"2.6\";s:5:\"stats\";s:3:\"1.1\";s:13:\"subscriptions\";s:3:\"1.2\";s:13:\"tiled-gallery\";s:3:\"2.1\";s:10:\"vaultpress\";s:5:\"0:1.2\";s:18:\"verification-tools\";s:3:\"3.0\";s:10:\"videopress\";s:3:\"2.5\";s:3:\"waf\";s:4:\"10.9\";s:17:\"widget-visibility\";s:3:\"2.4\";s:7:\"widgets\";s:3:\"1.2\";s:21:\"woocommerce-analytics\";s:3:\"8.4\";s:7:\"wordads\";s:5:\"4.5.0\";}}','auto'),
(5201,'jetpack_active_modules','a:8:{i:0;s:5:\"blaze\";i:1;s:12:\"contact-form\";i:2;s:8:\"json-api\";i:3;s:7:\"protect\";i:4;s:5:\"stats\";i:5;s:21:\"woocommerce-analytics\";i:6;s:6:\"blocks\";i:7;s:18:\"account-protection\";}','auto'),
(5212,'jetpack_search_plan_info','a:3:{s:23:\"supports_instant_search\";b:0;s:28:\"supports_only_classic_search\";b:0;s:15:\"supports_search\";b:0;}','auto'),
(5223,'jetpack_testimonial','0','auto'),
(5241,'wc_connect_options','a:1:{s:12:\"tos_accepted\";b:1;}','auto'),
(5243,'wcpay_connect_incentive','a:3:{s:4:\"data\";a:3:{s:9:\"incentive\";a:0:{}s:3:\"ttl\";i:86400;s:12:\"context_hash\";s:32:\"6d37bc19d822af681f896b21065134c7\";}s:7:\"fetched\";i:1753313514;s:7:\"errored\";b:0;}','off'),
(5245,'do_activate','0','auto'),
(5250,'jetpack_waf_needs_update','','auto'),
(5253,'jetpack_protect_error','API Key Required','off'),
(5256,'trusted_ip_header','','off'),
(5257,'gla_file_version','3.2.0','auto'),
(5258,'gla_install_timestamp','1725315848','auto'),
(5259,'gla_db_version','3.2.0','auto'),
(5266,'wcpay_fraud_services_data','a:3:{s:4:\"data\";a:2:{s:6:\"stripe\";a:0:{}s:4:\"sift\";a:2:{s:10:\"beacon_key\";s:10:\"1d81b5c86a\";s:18:\"sandbox_beacon_key\";s:10:\"43e8654e6f\";}}s:7:\"fetched\";i:1765156699;s:7:\"errored\";b:0;}','off'),
(5267,'wcpay_session_store_id','st_Sdok7rSqvcmT4:YIQoV$0!6AY8X9x','auto'),
(5269,'jetpack_sync_https_history_main_network_site_url','a:5:{i:0;s:5:\"https\";i:1;s:5:\"https\";i:2;s:5:\"https\";i:3;s:5:\"https\";i:4;s:5:\"https\";}','auto'),
(5306,'woocommerce_onboarding_plugins_install_and_activate_async_66d63af2a00f8','a:4:{s:12:\"created_time\";i:1725315851;s:6:\"status\";s:8:\"complete\";s:7:\"plugins\";a:1:{s:20:\"woocommerce-services\";a:3:{s:6:\"status\";s:9:\"activated\";s:6:\"errors\";a:0:{}s:16:\"install_duration\";i:0;}}s:13:\"complete_time\";i:1725315851;}','off'),
(5322,'_transient_no_forms_displayed_bellow_content','1','on'),
(5405,'_transient_timeout_dirsize_cache','2040675894','off'),
(5406,'_transient_dirsize_cache','a:72:{s:45:\"/var/www/wordpress/wp-content/uploads/2020/04\";i:2432012;s:45:\"/var/www/wordpress/wp-content/uploads/2020/07\";i:1225450;s:42:\"/var/www/wordpress/wp-content/uploads/2020\";i:3657462;s:45:\"/var/www/wordpress/wp-content/uploads/wc-logs\";i:18387;s:46:\"/var/www/wordpress/wp-content/uploads/mailpoet\";i:27;s:45:\"/var/www/wordpress/wp-content/uploads/2017/03\";i:938994;s:45:\"/var/www/wordpress/wp-content/uploads/2017/05\";i:2996664;s:45:\"/var/www/wordpress/wp-content/uploads/2017/12\";i:2169340;s:42:\"/var/www/wordpress/wp-content/uploads/2017\";i:6104998;s:53:\"/var/www/wordpress/wp-content/uploads/sby-local-media\";i:0;s:45:\"/var/www/wordpress/wp-content/uploads/et_temp\";i:0;s:45:\"/var/www/wordpress/wp-content/uploads/2021/09\";i:1591198;s:45:\"/var/www/wordpress/wp-content/uploads/2021/01\";i:1741562;s:45:\"/var/www/wordpress/wp-content/uploads/2021/02\";i:653846;s:45:\"/var/www/wordpress/wp-content/uploads/2021/04\";i:743056;s:45:\"/var/www/wordpress/wp-content/uploads/2021/07\";i:843790;s:45:\"/var/www/wordpress/wp-content/uploads/2021/12\";i:8288618;s:42:\"/var/www/wordpress/wp-content/uploads/2021\";i:13862070;s:45:\"/var/www/wordpress/wp-content/uploads/2024/09\";i:5094295;s:45:\"/var/www/wordpress/wp-content/uploads/2024/03\";i:13905541;s:45:\"/var/www/wordpress/wp-content/uploads/2024/01\";i:3134786;s:45:\"/var/www/wordpress/wp-content/uploads/2024/05\";i:6369948;s:45:\"/var/www/wordpress/wp-content/uploads/2024/02\";i:44677319;s:45:\"/var/www/wordpress/wp-content/uploads/2024/04\";i:37409013;s:45:\"/var/www/wordpress/wp-content/uploads/2024/07\";i:0;s:45:\"/var/www/wordpress/wp-content/uploads/2024/06\";i:2788188;s:45:\"/var/www/wordpress/wp-content/uploads/2024/08\";i:0;s:42:\"/var/www/wordpress/wp-content/uploads/2024\";i:113379090;s:53:\"/var/www/wordpress/wp-content/uploads/wp-staging/logs\";i:1299;s:56:\"/var/www/wordpress/wp-content/uploads/wp-staging/backups\";i:1299;s:54:\"/var/www/wordpress/wp-content/uploads/wp-staging/cache\";i:1299;s:48:\"/var/www/wordpress/wp-content/uploads/wp-staging\";i:5196;s:45:\"/var/www/wordpress/wp-content/uploads/2016/05\";i:1336698;s:45:\"/var/www/wordpress/wp-content/uploads/2016/08\";i:1828438;s:42:\"/var/www/wordpress/wp-content/uploads/2016\";i:3165136;s:45:\"/var/www/wordpress/wp-content/uploads/2018/09\";i:2697668;s:45:\"/var/www/wordpress/wp-content/uploads/2018/03\";i:108091005;s:45:\"/var/www/wordpress/wp-content/uploads/2018/01\";i:83330183;s:45:\"/var/www/wordpress/wp-content/uploads/2018/05\";i:27278;s:45:\"/var/www/wordpress/wp-content/uploads/2018/02\";i:6773867;s:45:\"/var/www/wordpress/wp-content/uploads/2018/04\";i:38057381;s:45:\"/var/www/wordpress/wp-content/uploads/2018/06\";i:12472852;s:45:\"/var/www/wordpress/wp-content/uploads/2018/12\";i:44765254;s:45:\"/var/www/wordpress/wp-content/uploads/2018/08\";i:5258694;s:45:\"/var/www/wordpress/wp-content/uploads/2018/10\";i:76207126;s:42:\"/var/www/wordpress/wp-content/uploads/2018\";i:377681308;s:45:\"/var/www/wordpress/wp-content/uploads/2019/03\";i:125856500;s:45:\"/var/www/wordpress/wp-content/uploads/2019/05\";i:7932818;s:45:\"/var/www/wordpress/wp-content/uploads/2019/04\";i:1250720;s:45:\"/var/www/wordpress/wp-content/uploads/2019/12\";i:1536228;s:45:\"/var/www/wordpress/wp-content/uploads/2019/10\";i:712122;s:42:\"/var/www/wordpress/wp-content/uploads/2019\";i:137288388;s:45:\"/var/www/wordpress/wp-content/uploads/2023/09\";i:9861043;s:45:\"/var/www/wordpress/wp-content/uploads/2023/11\";i:24646627;s:45:\"/var/www/wordpress/wp-content/uploads/2023/07\";i:942644;s:45:\"/var/www/wordpress/wp-content/uploads/2023/06\";i:25991421;s:45:\"/var/www/wordpress/wp-content/uploads/2023/12\";i:10239873;s:45:\"/var/www/wordpress/wp-content/uploads/2023/08\";i:19364458;s:45:\"/var/www/wordpress/wp-content/uploads/2023/10\";i:15131541;s:42:\"/var/www/wordpress/wp-content/uploads/2023\";i:106177607;s:45:\"/var/www/wordpress/wp-content/uploads/2022/03\";i:321467;s:45:\"/var/www/wordpress/wp-content/uploads/2022/05\";i:4022111;s:45:\"/var/www/wordpress/wp-content/uploads/2022/02\";i:3104803;s:45:\"/var/www/wordpress/wp-content/uploads/2022/04\";i:4795324;s:45:\"/var/www/wordpress/wp-content/uploads/2022/07\";i:22379589;s:45:\"/var/www/wordpress/wp-content/uploads/2022/12\";i:2521192;s:45:\"/var/www/wordpress/wp-content/uploads/2022/08\";i:5347352;s:45:\"/var/www/wordpress/wp-content/uploads/2022/10\";i:6994168;s:42:\"/var/www/wordpress/wp-content/uploads/2022\";i:49486006;s:57:\"/var/www/wordpress/wp-content/uploads/woocommerce_uploads\";i:13;s:43:\"/var/www/wordpress/wp-content/uploads/fonts\";i:1982368;s:37:\"/var/www/wordpress/wp-content/uploads\";i:813554842;}','off'),
(5448,'jetpack_sync_health_status','a:2:{s:6:\"status\";s:7:\"in_sync\";s:9:\"timestamp\";d:1725315936.034086;}','auto'),
(5459,'et_pb_signup_6000520d281e3b3160a02fe0c7755079','off','auto'),
(5509,'sharing-options','a:1:{s:6:\"global\";a:5:{s:12:\"button_style\";s:9:\"icon-text\";s:13:\"sharing_label\";s:11:\"Share this:\";s:10:\"open_links\";s:4:\"same\";s:4:\"show\";a:2:{i:0;s:4:\"post\";i:1;s:4:\"page\";}s:6:\"custom\";a:0:{}}}','auto'),
(5513,'post_by_email_address10','NULL','auto'),
(5521,'jpsq_sync-1725316178.486227-163763-2','a:6:{i:0;s:14:\"updated_option\";i:1;a:3:{i:0;s:48:\"jetpack_sync_settings_custom_queue_table_enabled\";i:1;s:1:\"0\";i:2;i:1;}i:2;i:0;i:3;d:1725316178.486147;i:4;b:0;i:5;a:14:{s:13:\"wpcom_user_id\";N;s:16:\"external_user_id\";i:0;s:12:\"display_name\";N;s:10:\"user_email\";N;s:10:\"user_roles\";a:0:{}s:15:\"translated_role\";N;s:7:\"is_cron\";b:0;s:7:\"is_rest\";b:0;s:9:\"is_xmlrpc\";b:0;s:10:\"is_wp_rest\";b:1;s:7:\"is_ajax\";b:0;s:11:\"is_wp_admin\";b:0;s:6:\"is_cli\";b:0;s:8:\"from_url\";s:269:\"https://staging.amtacshooting.com/?rest_route=%2Fjetpack%2Fv4%2Fsync%2Fsettings&_for=jetpack&token=3bB4Q3L5f54jA%40J%40kjTOG%25My%26iElRK%5EZ%3A1%3A0&timestamp=1725316177&nonce=4KazDHCJBm&body-hash=p03riSqJgAEbjpEe4NzGVpfkolQ%3D&signature=OfjD8vWrOIhHGK47st323chYaLg%3D\";}}','no'),
(5573,'jetpack_sync_full_status','a:4:{s:7:\"started\";i:1725316399;s:8:\"finished\";i:1725316445;s:8:\"progress\";a:10:{s:8:\"comments\";a:4:{s:5:\"total\";i:3;s:4:\"sent\";i:3;s:8:\"finished\";b:1;s:9:\"last_sent\";s:1:\"2\";}s:9:\"constants\";a:1:{s:8:\"finished\";b:1;}s:9:\"functions\";a:1:{s:8:\"finished\";b:1;}s:7:\"options\";a:1:{s:8:\"finished\";b:1;}s:5:\"posts\";a:4:{s:5:\"total\";i:1007;s:4:\"sent\";i:1007;s:8:\"finished\";b:1;s:9:\"last_sent\";s:1:\"2\";}s:18:\"term_relationships\";a:4:{s:5:\"total\";i:148;s:4:\"sent\";i:148;s:8:\"finished\";b:1;s:9:\"last_sent\";a:2:{s:9:\"object_id\";s:2:\"27\";s:16:\"term_taxonomy_id\";s:2:\"16\";}}s:5:\"terms\";a:4:{s:5:\"total\";i:119;s:4:\"sent\";i:119;s:8:\"finished\";b:1;s:9:\"last_sent\";s:1:\"1\";}s:6:\"themes\";a:1:{s:8:\"finished\";b:1;}s:7:\"updates\";a:1:{s:8:\"finished\";b:1;}s:5:\"users\";a:4:{s:5:\"total\";i:2;s:4:\"sent\";i:2;s:8:\"finished\";b:1;s:9:\"last_sent\";s:1:\"1\";}}s:6:\"config\";a:10:{s:8:\"comments\";i:1;s:9:\"constants\";i:1;s:9:\"functions\";i:1;s:7:\"options\";i:1;s:5:\"posts\";i:1;s:18:\"term_relationships\";i:1;s:5:\"terms\";i:1;s:6:\"themes\";i:1;s:7:\"updates\";i:1;s:5:\"users\";i:1;}}','no'),
(5708,'woocommerce_tracker_last_send','1764900047','auto'),
(5725,'jetpack_active_plan','a:11:{s:10:\"product_id\";i:2002;s:12:\"product_slug\";s:12:\"jetpack_free\";s:12:\"product_name\";s:12:\"Jetpack Free\";s:18:\"product_name_short\";s:4:\"Free\";s:7:\"expired\";b:0;s:14:\"billing_period\";s:0:\"\";s:13:\"user_is_owner\";b:0;s:7:\"is_free\";b:1;s:11:\"license_key\";s:0:\"\";s:15:\"subscribed_date\";s:0:\"\";s:8:\"features\";a:2:{s:6:\"active\";a:21:{i:0;s:12:\"advanced-seo\";i:1;s:3:\"cdn\";i:2;s:9:\"donations\";i:3;s:13:\"form-webhooks\";i:4;s:14:\"multistep-form\";i:5;s:14:\"install-themes\";i:6;s:17:\"jetpack-dashboard\";i:7;s:18:\"recurring-payments\";i:8;s:11:\"republicize\";i:9;s:17:\"security-settings\";i:10;s:17:\"seo-preview-tools\";i:11;s:14:\"send-a-message\";i:12;s:18:\"social-shares-1000\";i:13;s:29:\"social-connections-management\";i:14;s:18:\"upload-audio-files\";i:15;s:18:\"upload-video-files\";i:16;s:15:\"whatsapp-button\";i:17;s:25:\"social-image-auto-convert\";i:18;s:17:\"social-admin-page\";i:19;s:19:\"social-share-status\";i:20;s:21:\"social-editor-preview\";}s:9:\"available\";a:49:{s:7:\"akismet\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"antispam\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:13:\"backups-daily\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:8:\"calendly\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:20:\"cloudflare-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:14:\"cloudflare-cdn\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/audio\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:10:\"core/cover\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:10:\"core/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:17:\"full-activity-log\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:16:\"google-analytics\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:9:\"opentable\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:16:\"priority_support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:4:\"scan\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"simple-payments\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:28:\"subscriber-unlimited-imports\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:7:\"support\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:29:\"vaultpress-automated-restores\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:25:\"vaultpress-backup-archive\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:18:\"vaultpress-backups\";a:17:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:22:\"jetpack_security_daily\";i:7;s:30:\"jetpack_security_daily_monthly\";i:8;s:25:\"jetpack_security_realtime\";i:9;s:33:\"jetpack_security_realtime_monthly\";i:10;s:16:\"jetpack_complete\";i:11;s:24:\"jetpack_complete_monthly\";i:12;s:29:\"jetpack_security_t1_bi_yearly\";i:13;s:26:\"jetpack_security_t1_yearly\";i:14;s:27:\"jetpack_security_t1_monthly\";i:15;s:26:\"jetpack_security_t2_yearly\";i:16;s:27:\"jetpack_security_t2_monthly\";}s:24:\"vaultpress-storage-space\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:13:\"video-hosting\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:10:\"videopress\";a:8:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:16:\"jetpack_personal\";i:3;s:23:\"jetpack_premium_monthly\";i:4;s:24:\"jetpack_business_monthly\";i:5;s:24:\"jetpack_personal_monthly\";i:6;s:16:\"jetpack_complete\";i:7;s:24:\"jetpack_complete_monthly\";}s:22:\"videopress-1tb-storage\";a:6:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";}s:16:\"videopress/video\";a:4:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";}s:7:\"wordads\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:15:\"wordads-jetpack\";a:15:{i:0;s:15:\"jetpack_premium\";i:1;s:16:\"jetpack_business\";i:2;s:23:\"jetpack_premium_monthly\";i:3;s:24:\"jetpack_business_monthly\";i:4;s:22:\"jetpack_security_daily\";i:5;s:30:\"jetpack_security_daily_monthly\";i:6;s:25:\"jetpack_security_realtime\";i:7;s:33:\"jetpack_security_realtime_monthly\";i:8;s:16:\"jetpack_complete\";i:9;s:24:\"jetpack_complete_monthly\";i:10;s:29:\"jetpack_security_t1_bi_yearly\";i:11;s:26:\"jetpack_security_t1_yearly\";i:12;s:27:\"jetpack_security_t1_monthly\";i:13;s:26:\"jetpack_security_t2_yearly\";i:14;s:27:\"jetpack_security_t2_monthly\";}s:6:\"search\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:18:\"google-my-business\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:9:\"polldaddy\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:15:\"personal-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:14:\"premium-themes\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:17:\"real-time-backups\";a:11:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:25:\"jetpack_security_realtime\";i:3;s:33:\"jetpack_security_realtime_monthly\";i:4;s:16:\"jetpack_complete\";i:5;s:24:\"jetpack_complete_monthly\";i:6;s:29:\"jetpack_security_t1_bi_yearly\";i:7;s:26:\"jetpack_security_t1_yearly\";i:8;s:27:\"jetpack_security_t1_monthly\";i:9;s:26:\"jetpack_security_t2_yearly\";i:10;s:27:\"jetpack_security_t2_monthly\";}s:10:\"stats-paid\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:16:\"stats-commercial\";a:4:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";i:2;s:16:\"jetpack_complete\";i:3;s:24:\"jetpack_complete_monthly\";}s:28:\"vaultpress-security-scanning\";a:2:{i:0;s:16:\"jetpack_business\";i:1;s:24:\"jetpack_business_monthly\";}s:12:\"ai-assistant\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:15:\"ai-seo-enhancer\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:18:\"cloud-critical-css\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:20:\"cornerstone-10-pages\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:10:\"field-file\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"image-cdn-liar\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:17:\"image-cdn-quality\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"image-size-analysis\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:14:\"instant-search\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:19:\"performance-history\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:26:\"social-enhanced-publishing\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}s:22:\"social-image-generator\";a:2:{i:0;s:16:\"jetpack_complete\";i:1;s:24:\"jetpack_complete_monthly\";}}}}','on'),
(5821,'woocommerce_tracker_ua','a:24:{i:0;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";i:1;s:68:\"Mozilla/5.0 (Windows NT 10.0; rv:129.0) Gecko/20100101 Firefox/129.0\";i:2;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/17.2 Safari/605.1.15\";i:3;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";i:4;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\";i:5;s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";i:6;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\";i:7;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36\";i:8;s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/129.0.0.0 Safari/537.36\";i:9;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/130.0.0.0 Safari/537.36\";i:10;s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";i:11;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";i:12;s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";i:13;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36\";i:14;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15\";i:15;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/134.0.0.0 Safari/537.36\";i:16;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/133.0.0.0 Safari/537.36\";i:17;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/135.0.0.0 Safari/537.36\";i:18;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/136.0.0.0 Safari/537.36\";i:19;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\";i:20;s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/137.0.0.0 Safari/537.36\";i:21;s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/138.0.0.0 Safari/537.36\";i:22;s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36\";i:23;s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36\";}','off'),
(5911,'et_pb_signup_68924b23967475595bbc22ffd6dcf174','off','auto'),
(5933,'et_pb_signup_d26c08f7489c25f5bfcfa93bba6f75c8','off','auto'),
(6014,'wpseo_sitemap_post_tag_cache_validator','5wFwQ','off'),
(6053,'et_pb_signup_3761a7c8935880de3d1429c00b8e6246','off','auto'),
(8562,'wp_mail_smtp_summary_report_email_last_sent_week','50','auto'),
(9159,'woocommerce_printful_settings','a:2:{s:18:\"printful_oauth_key\";s:40:\"Q0p6dx1I3TgKJpWuttHSjEgVEy3dbe20y1gLP8NU\";s:17:\"printful_store_id\";i:14309913;}','auto'),
(9183,'_transient_woocommerce_webhook_ids_status_active','a:3:{i:0;i:3;i:1;i:2;i:2;i:1;}','on'),
(9184,'printful_outgoing_api_request_log','a:20:{i:0;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:00:49\";s:7:\"request\";s:34:\"GET https://api.printful.com/store\";s:6:\"result\";s:2:\"OK\";}i:1;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:00:52\";s:7:\"request\";s:45:\"GET https://api.printful.com/store/statistics\";s:6:\"result\";s:2:\"OK\";}i:2;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:01:10\";s:7:\"request\";s:55:\"GET https://api.printful.com/store/get-shipping-methods\";s:6:\"result\";s:2:\"OK\";}i:3;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:02:26\";s:7:\"request\";s:34:\"GET https://api.printful.com/store\";s:6:\"result\";s:2:\"OK\";}i:4;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:02:26\";s:7:\"request\";s:34:\"GET https://api.printful.com/store\";s:6:\"result\";s:2:\"OK\";}i:5;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:02:26\";s:7:\"request\";s:34:\"GET https://api.printful.com/store\";s:6:\"result\";s:2:\"OK\";}i:6;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:02:27\";s:7:\"request\";s:34:\"GET https://api.printful.com/store\";s:6:\"result\";s:2:\"OK\";}i:7;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:02:27\";s:7:\"request\";s:34:\"GET https://api.printful.com/store\";s:6:\"result\";s:2:\"OK\";}i:8;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:02:28\";s:7:\"request\";s:34:\"GET https://api.printful.com/store\";s:6:\"result\";s:2:\"OK\";}i:9;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:02:28\";s:7:\"request\";s:34:\"GET https://api.printful.com/store\";s:6:\"result\";s:2:\"OK\";}i:10;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:02:29\";s:7:\"request\";s:34:\"GET https://api.printful.com/store\";s:6:\"result\";s:2:\"OK\";}i:11;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:02:30\";s:7:\"request\";s:34:\"GET https://api.printful.com/store\";s:6:\"result\";s:2:\"OK\";}i:12;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:02:31\";s:7:\"request\";s:34:\"GET https://api.printful.com/store\";s:6:\"result\";s:2:\"OK\";}i:13;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:02:31\";s:7:\"request\";s:34:\"GET https://api.printful.com/store\";s:6:\"result\";s:2:\"OK\";}i:14;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:02:32\";s:7:\"request\";s:34:\"GET https://api.printful.com/store\";s:6:\"result\";s:2:\"OK\";}i:15;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:02:32\";s:7:\"request\";s:34:\"GET https://api.printful.com/store\";s:6:\"result\";s:2:\"OK\";}i:16;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:02:32\";s:7:\"request\";s:34:\"GET https://api.printful.com/store\";s:6:\"result\";s:2:\"OK\";}i:17;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:02:33\";s:7:\"request\";s:34:\"GET https://api.printful.com/store\";s:6:\"result\";s:2:\"OK\";}i:18;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:02:33\";s:7:\"request\";s:34:\"GET https://api.printful.com/store\";s:6:\"result\";s:2:\"OK\";}i:19;a:3:{s:4:\"date\";s:19:\"2024-09-06 20:02:34\";s:7:\"request\";s:34:\"GET https://api.printful.com/store\";s:6:\"result\";s:2:\"OK\";}}','auto'),
(9185,'printful_last_api_response','cc6de60efa56bcedc74fe3acc8999d8e','auto'),
(9186,'_transient_printful_api_connect_status','a:1:{s:6:\"status\";i:1;}','on'),
(9284,'et_pb_contact_form_38c0ff72f41d9b0f247ee090e67c36a8','off','auto'),
(9306,'et_pb_contact_form_f390a073d7814ef6804b74e907e47712','off','auto'),
(9330,'et_pb_contact_form_e21ebd7759dc14eae283beb7d996b308','off','auto'),
(9634,'wpseo_sitemap_scope_cache_validator','3Osx','off'),
(9635,'wpseo_sitemap_layout_type_cache_validator','3OsI','off'),
(9636,'wpseo_sitemap_module_width_cache_validator','3OsS','off'),
(10746,'wpseo_sitemap_3167_cache_validator','5YvDC','off'),
(12204,'et_pb_signup_67abf27e4c961dd13b8557b77a273334','off','auto'),
(12327,'wpseo_sitemap_2971_cache_validator','4lEn','off'),
(13786,'post_by_email_address7','NULL','auto'),
(16560,'fs_active_plugins','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:34:\"overlay-image-divi-module/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:6:\"2.11.0\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1753313733;s:11:\"plugin_path\";s:48:\"overlay-image-divi-module/lwp-overlay-images.php\";}}s:7:\"abspath\";s:19:\"/var/www/wordpress/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:48:\"overlay-image-divi-module/lwp-overlay-images.php\";s:8:\"sdk_path\";s:34:\"overlay-image-divi-module/freemius\";s:7:\"version\";s:6:\"2.11.0\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1753313733;}}','auto'),
(16561,'fs_debug_mode','','auto'),
(16562,'fs_accounts','a:7:{s:21:\"id_slug_type_path_map\";a:1:{i:8358;a:3:{s:4:\"slug\";s:25:\"overlay-image-divi-module\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:48:\"overlay-image-divi-module/lwp-overlay-images.php\";}}s:11:\"plugin_data\";a:1:{s:25:\"overlay-image-divi-module\";a:17:{s:19:\"last_load_timestamp\";i:1765539651;s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:48:\"overlay-image-divi-module/lwp-overlay-images.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1727989579;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:0;s:16:\"sdk_last_version\";s:5:\"2.7.2\";s:11:\"sdk_version\";s:6:\"2.11.0\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";s:3:\"1.5\";s:14:\"plugin_version\";s:5:\"1.5.1\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";N;s:4:\"host\";s:25:\"staging.amtacshooting.com\";s:9:\"server_ip\";N;s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1753313733;s:7:\"version\";s:5:\"1.5.1\";}s:15:\"prev_is_premium\";b:0;s:21:\"trial_promotion_shown\";i:1731626743;}}s:13:\"file_slug_map\";a:1:{s:48:\"overlay-image-divi-module/lwp-overlay-images.php\";s:25:\"overlay-image-divi-module\";}s:7:\"plugins\";a:1:{s:25:\"overlay-image-divi-module\";O:9:\"FS_Plugin\":24:{s:2:\"id\";s:4:\"8358\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:0;s:10:\"public_key\";s:32:\"pk_f607d882d3ad34f82ebe58c3ec41a\";s:10:\"secret_key\";N;s:16:\"parent_plugin_id\";N;s:5:\"title\";s:25:\"Overlay Image Divi Module\";s:4:\"slug\";s:25:\"overlay-image-divi-module\";s:12:\"premium_slug\";s:33:\"overlay-image-divi-module-premium\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:48:\"overlay-image-divi-module/lwp-overlay-images.php\";s:7:\"version\";s:5:\"1.5.1\";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:13:\"admin_notices\";a:1:{s:25:\"overlay-image-divi-module\";a:1:{s:15:\"trial_promotion\";a:10:{s:7:\"message\";s:409:\"Hey! How do you like <b>Overlay Image Divi Module</b> so far? Test all our awesome premium features with a 7-day free trial. No credit card required!  <a style=\"margin-left: 10px; vertical-align: super;\" href=\"https://staging.amtacshooting.com/wp-admin/admin.php?billing_cycle=annual&trial=true&page=lwp_overlay_image-pricing\"><button class=\"button button-primary\">Start free trial &nbsp;&#10140;</button></a>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:9:\"promotion\";s:6:\"sticky\";b:1;s:2:\"id\";s:15:\"trial_promotion\";s:10:\"manager_id\";s:25:\"overlay-image-divi-module\";s:6:\"plugin\";s:25:\"Overlay Image Divi Module\";s:10:\"wp_user_id\";N;s:11:\"dismissible\";b:1;s:4:\"data\";a:0:{}}}}}','auto'),
(16563,'fs_api_cache','a:0:{}','off'),
(16566,'divitorque_activation_time','1727208100','auto'),
(16567,'divitorque_lite_version','4.0.5','auto'),
(16568,'_divitorque_lite_modules','a:26:{s:8:\"icon-box\";s:8:\"icon-box\";s:13:\"contact-form7\";s:13:\"contact-form7\";s:7:\"divider\";s:7:\"divider\";s:9:\"skill-bar\";s:9:\"skill-bar\";s:9:\"logo-grid\";s:9:\"logo-grid\";s:8:\"team-box\";s:8:\"team-box\";s:11:\"testimonial\";s:11:\"testimonial\";s:8:\"info-box\";s:8:\"info-box\";s:9:\"info-card\";s:9:\"info-card\";s:11:\"dual-button\";s:11:\"dual-button\";s:13:\"compare-image\";s:13:\"compare-image\";s:14:\"image-carousel\";s:14:\"image-carousel\";s:13:\"logo-carousel\";s:13:\"logo-carousel\";s:21:\"twitter-feed-carousel\";s:21:\"twitter-feed-carousel\";s:12:\"twitter-feed\";s:12:\"twitter-feed\";s:6:\"number\";s:6:\"number\";s:11:\"video-modal\";s:11:\"video-modal\";s:12:\"scroll-image\";s:12:\"scroll-image\";s:11:\"news-ticker\";s:11:\"news-ticker\";s:9:\"post-list\";s:9:\"post-list\";s:6:\"review\";s:6:\"review\";s:8:\"flip-box\";s:8:\"flip-box\";s:13:\"animated-text\";s:13:\"animated-text\";s:13:\"business-hour\";s:13:\"business-hour\";s:16:\"gradient-heading\";s:16:\"gradient-heading\";s:13:\"inline-notice\";s:13:\"inline-notice\";}','auto'),
(16571,'tec_freemius_accounts_archive','s:1817:\"a:4:{s:21:\"id_slug_type_path_map\";a:1:{i:14886;a:3:{s:4:\"slug\";s:15:\"addons-for-divi\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:35:\"addons-for-divi/addons-for-divi.php\";}}s:11:\"plugin_data\";a:1:{s:15:\"addons-for-divi\";a:16:{s:19:\"last_load_timestamp\";i:1727208100;s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:35:\"addons-for-divi/addons-for-divi.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1727208100;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.7.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"4.0.5\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";N;s:4:\"host\";s:25:\"staging.amtacshooting.com\";s:9:\"server_ip\";s:18:\"2a00:7c80:0:33::21\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1727208100;s:7:\"version\";s:5:\"4.0.5\";}s:15:\"prev_is_premium\";b:0;}}s:13:\"file_slug_map\";a:1:{s:35:\"addons-for-divi/addons-for-divi.php\";s:15:\"addons-for-divi\";}s:7:\"plugins\";a:1:{s:15:\"addons-for-divi\";O:9:\"FS_Plugin\":24:{s:2:\"id\";s:5:\"14886\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;s:10:\"public_key\";s:32:\"pk_8f558616fc3f1a6ad3193595141b1\";s:10:\"secret_key\";N;s:16:\"parent_plugin_id\";N;s:5:\"title\";s:16:\"Divi Torque Lite\";s:4:\"slug\";s:15:\"addons-for-divi\";s:12:\"premium_slug\";s:14:\"divitorque-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:35:\"addons-for-divi/addons-for-divi.php\";s:7:\"version\";s:5:\"4.0.5\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;}}}\";','auto'),
(16572,'tec_freemius_accounts_data_archive','a:4:{s:21:\"id_slug_type_path_map\";a:1:{i:14886;a:3:{s:4:\"slug\";s:15:\"addons-for-divi\";s:4:\"type\";s:6:\"plugin\";s:4:\"path\";s:35:\"addons-for-divi/addons-for-divi.php\";}}s:11:\"plugin_data\";a:1:{s:15:\"addons-for-divi\";a:16:{s:19:\"last_load_timestamp\";i:1727208100;s:16:\"plugin_main_file\";O:8:\"stdClass\":1:{s:4:\"path\";s:35:\"addons-for-divi/addons-for-divi.php\";}s:20:\"is_network_activated\";b:0;s:17:\"install_timestamp\";i:1727208100;s:17:\"was_plugin_loaded\";b:1;s:21:\"is_plugin_new_install\";b:1;s:16:\"sdk_last_version\";N;s:11:\"sdk_version\";s:5:\"2.7.2\";s:16:\"sdk_upgrade_mode\";b:1;s:18:\"sdk_downgrade_mode\";b:0;s:19:\"plugin_last_version\";N;s:14:\"plugin_version\";s:5:\"4.0.5\";s:19:\"plugin_upgrade_mode\";b:1;s:21:\"plugin_downgrade_mode\";b:0;s:17:\"connectivity_test\";a:6:{s:12:\"is_connected\";N;s:4:\"host\";s:25:\"staging.amtacshooting.com\";s:9:\"server_ip\";s:18:\"2a00:7c80:0:33::21\";s:9:\"is_active\";b:1;s:9:\"timestamp\";i:1727208100;s:7:\"version\";s:5:\"4.0.5\";}s:15:\"prev_is_premium\";b:0;}}s:13:\"file_slug_map\";a:1:{s:35:\"addons-for-divi/addons-for-divi.php\";s:15:\"addons-for-divi\";}s:7:\"plugins\";a:1:{s:15:\"addons-for-divi\";a:25:{s:10:\"tec_fs_key\";s:9:\"FS_Plugin\";s:2:\"id\";s:5:\"14886\";s:7:\"updated\";N;s:7:\"created\";N;s:22:\"\0FS_Entity\0_is_updated\";b:1;s:10:\"public_key\";s:32:\"pk_8f558616fc3f1a6ad3193595141b1\";s:10:\"secret_key\";N;s:16:\"parent_plugin_id\";N;s:5:\"title\";s:16:\"Divi Torque Lite\";s:4:\"slug\";s:15:\"addons-for-divi\";s:12:\"premium_slug\";s:14:\"divitorque-pro\";s:4:\"type\";s:6:\"plugin\";s:20:\"affiliate_moderation\";b:0;s:19:\"is_wp_org_compliant\";b:1;s:22:\"premium_releases_count\";N;s:4:\"file\";s:35:\"addons-for-divi/addons-for-divi.php\";s:7:\"version\";s:5:\"4.0.5\";s:11:\"auto_update\";N;s:4:\"info\";N;s:10:\"is_premium\";b:0;s:14:\"premium_suffix\";s:9:\"(Premium)\";s:7:\"is_live\";b:1;s:9:\"bundle_id\";N;s:17:\"bundle_public_key\";N;s:17:\"opt_in_moderation\";N;}}}','auto'),
(16573,'tec_freemius_plugins_archive','O:8:\"stdClass\":3:{s:7:\"plugins\";a:1:{s:24:\"addons-for-divi/freemius\";O:8:\"stdClass\":4:{s:7:\"version\";s:5:\"2.7.2\";s:4:\"type\";s:6:\"plugin\";s:9:\"timestamp\";i:1727208100;s:11:\"plugin_path\";s:35:\"addons-for-divi/addons-for-divi.php\";}}s:7:\"abspath\";s:19:\"/var/www/wordpress/\";s:6:\"newest\";O:8:\"stdClass\":5:{s:11:\"plugin_path\";s:35:\"addons-for-divi/addons-for-divi.php\";s:8:\"sdk_path\";s:24:\"addons-for-divi/freemius\";s:7:\"version\";s:5:\"2.7.2\";s:13:\"in_activation\";b:0;s:9:\"timestamp\";i:1727208100;}}','auto'),
(20570,'et_pb_signup_5e65f4b1dd7114a1dae09bbf961be305','off','auto'),
(20587,'et_pb_signup_53ded2362b8e2bc454b3efbea22604bd','off','auto'),
(20871,'et_pb_signup_4c06967771cdda18ee346e75320e2b5f','off','auto'),
(21595,'et_pb_signup_ca207a85022b41cf61d0f7d04c822986','off','auto'),
(24750,'wpseo_sitemap_3193_cache_validator','5MwJb','off'),
(24751,'wpseo_sitemap_3218_cache_validator','5MwJm','off'),
(24752,'wpseo_sitemap_3226_cache_validator','5MwJs','off'),
(24753,'wpseo_sitemap_3224_cache_validator','5MwJx','off'),
(24754,'wpseo_sitemap_3222_cache_validator','5MwJD','off'),
(26161,'wpcom_publish_posts_with_markdown','1','auto'),
(28656,'et_pb_signup_0b244e8678ec20c65d093f30880818c4','off','auto'),
(32321,'woocommerce_email_footer_text_color','#3c3c3c','off'),
(36262,'wpseo_sitemap_3428_cache_validator','5RaDI','off'),
(36297,'wpseo_sitemap_2964_cache_validator','5RUYs','off'),
(37849,'post_by_email_address9','NULL','auto'),
(48698,'convertkit-review-dismissed','1','auto'),
(49817,'db_upgraded','','on'),
(49860,'_transient_wp_styles_for_blocks','a:2:{s:4:\"hash\";s:32:\"0ff62347c0239a4578c2e6f7c04b7067\";s:6:\"blocks\";a:6:{s:11:\"core/button\";s:0:\"\";s:14:\"core/site-logo\";s:0:\"\";s:18:\"core/post-template\";s:120:\":where(.wp-block-post-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-post-template.is-layout-grid){gap: 1.25em;}\";s:18:\"core/term-template\";s:120:\":where(.wp-block-term-template.is-layout-flex){gap: 1.25em;}:where(.wp-block-term-template.is-layout-grid){gap: 1.25em;}\";s:12:\"core/columns\";s:102:\":where(.wp-block-columns.is-layout-flex){gap: 2em;}:where(.wp-block-columns.is-layout-grid){gap: 2em;}\";s:14:\"core/pullquote\";s:69:\":root :where(.wp-block-pullquote){font-size: 1.5em;line-height: 1.6;}\";}}','on'),
(49978,'woocommerce_admin_notice_pinterest-for-woocommerce/pinterest-for-woocommerce.php-wordpress-untested','<strong>Pinterest for WooCommerce</strong> - 1.4.21 is untested with WordPress 6.9.','auto'),
(56648,'recovery_mode_email_last_sent','1753313731','auto'),
(58038,'lwp_overlay_image_spare_me','1','auto'),
(58050,'post_by_email_address3','NULL','auto'),
(71029,'tribe_events_import_column_mapping_events','a:34:{i:0;s:0:\"\";i:1;s:10:\"event_name\";i:2;s:17:\"event_description\";i:3;s:0:\"\";i:4;s:16:\"event_start_date\";i:5;s:0:\"\";i:6;s:0:\"\";i:7;s:0:\"\";i:8;s:0:\"\";i:9;s:0:\"\";i:10;s:0:\"\";i:11;s:0:\"\";i:12;s:14:\"featured_image\";i:13;s:0:\"\";i:14;s:10:\"event_tags\";i:15;s:0:\"\";i:16;s:20:\"event_organizer_name\";i:17;s:14:\"event_category\";i:18;s:0:\"\";i:19;s:0:\"\";i:20;s:0:\"\";i:21;s:0:\"\";i:22;s:0:\"\";i:23;s:0:\"\";i:24;s:0:\"\";i:25;s:0:\"\";i:26;s:0:\"\";i:27;s:0:\"\";i:28;s:0:\"\";i:29;s:0:\"\";i:30;s:0:\"\";i:31;s:20:\"event_comment_status\";i:32;s:0:\"\";i:33;s:0:\"\";}','auto'),
(71048,'tribe_events_importer_offset','-1','auto'),
(71049,'tribe_events_import_log','a:4:{s:7:\"updated\";i:10;s:7:\"created\";i:214;s:7:\"skipped\";i:0;s:8:\"encoding\";i:0;}','auto'),
(71050,'tribe_events_import_failed_rows','a:0:{}','auto'),
(71051,'tribe_events_import_encoded_rows','a:0:{}','auto'),
(71052,'_tribe_chunker_chunked_keys','a:1:{i:3639;a:49:{i:0;s:23:\"_tribe_aggregator_queue\";i:1;s:23:\"_tribe_aggregator_queue\";i:2;s:23:\"_tribe_aggregator_queue\";i:3;s:23:\"_tribe_aggregator_queue\";i:4;s:23:\"_tribe_aggregator_queue\";i:5;s:23:\"_tribe_aggregator_queue\";i:6;s:23:\"_tribe_aggregator_queue\";i:7;s:23:\"_tribe_aggregator_queue\";i:8;s:23:\"_tribe_aggregator_queue\";i:9;s:23:\"_tribe_aggregator_queue\";i:10;s:23:\"_tribe_aggregator_queue\";i:11;s:23:\"_tribe_aggregator_queue\";i:12;s:23:\"_tribe_aggregator_queue\";i:13;s:23:\"_tribe_aggregator_queue\";i:14;s:23:\"_tribe_aggregator_queue\";i:15;s:23:\"_tribe_aggregator_queue\";i:16;s:23:\"_tribe_aggregator_queue\";i:17;s:23:\"_tribe_aggregator_queue\";i:18;s:23:\"_tribe_aggregator_queue\";i:19;s:23:\"_tribe_aggregator_queue\";i:20;s:23:\"_tribe_aggregator_queue\";i:21;s:23:\"_tribe_aggregator_queue\";i:22;s:23:\"_tribe_aggregator_queue\";i:23;s:23:\"_tribe_aggregator_queue\";i:24;s:23:\"_tribe_aggregator_queue\";i:25;s:23:\"_tribe_aggregator_queue\";i:26;s:23:\"_tribe_aggregator_queue\";i:27;s:23:\"_tribe_aggregator_queue\";i:28;s:23:\"_tribe_aggregator_queue\";i:29;s:23:\"_tribe_aggregator_queue\";i:30;s:23:\"_tribe_aggregator_queue\";i:31;s:23:\"_tribe_aggregator_queue\";i:32;s:23:\"_tribe_aggregator_queue\";i:33;s:23:\"_tribe_aggregator_queue\";i:34;s:23:\"_tribe_aggregator_queue\";i:35;s:23:\"_tribe_aggregator_queue\";i:36;s:23:\"_tribe_aggregator_queue\";i:37;s:23:\"_tribe_aggregator_queue\";i:38;s:23:\"_tribe_aggregator_queue\";i:39;s:23:\"_tribe_aggregator_queue\";i:40;s:23:\"_tribe_aggregator_queue\";i:41;s:23:\"_tribe_aggregator_queue\";i:42;s:23:\"_tribe_aggregator_queue\";i:43;s:23:\"_tribe_aggregator_queue\";i:44;s:23:\"_tribe_aggregator_queue\";i:45;s:23:\"_tribe_aggregator_queue\";i:46;s:23:\"_tribe_aggregator_queue\";i:47;s:23:\"_tribe_aggregator_queue\";i:48;s:23:\"_tribe_aggregator_queue\";}}','on'),
(71303,'tribe_events_cat_children','a:1:{i:102;a:1:{i:0;i:103;}}','auto'),
(73826,'wpseo_sitemap_3506_cache_validator','5EwJ8','off'),
(81891,'wpseo_sitemap_2941_cache_validator','HDZI','off'),
(81924,'wpseo_sitemap_4018_cache_validator','5mBe','off'),
(82665,'wpseo_sitemap_index_cache_validator','5tFWs','off'),
(85012,'wpseo_sitemap_2053_cache_validator','5Qh7f','off'),
(85142,'wpseo_sitemap_2966_cache_validator','5ZtAr','off'),
(91520,'jetpack_protect_status','s:48:\"O:8:\"stdClass\":1:{s:6:\"status\";s:9:\"scheduled\";}\";','auto'),
(91521,'jetpack_protect_status_time','1735954438','auto'),
(100131,'wpseo_sitemap_3197_cache_validator','5ur1M','off'),
(104480,'woocommerce_admin_notice_pinterest-for-woocommerce/pinterest-for-woocommerce.php-woocommerce-upgrade-recommendation','Heads up! <strong>Pinterest for WooCommerce</strong> will soon discontinue support for WooCommerce 9.3.3. Please <a href=\"https://staging.amtacshooting.com/wp-admin/update-core.php#update-plugins-table\">update WooCommerce</a> to take advantage of the latest updates and features.','auto'),
(105217,'_transient_orders-transient-version','1737853608','on'),
(105223,'wcpay_multi_currency_stored_customer_currencies','a:1:{i:0;s:3:\"USD\";}','auto'),
(108331,'wpseo_sitemap_3527_cache_validator','5uFSe','off'),
(109707,'et_divi_builder_presets_history_item_0','O:8:\"stdClass\":3:{s:8:\"settings\";O:8:\"stdClass\":1:{s:13:\"et_pb_sidebar\";O:8:\"stdClass\":2:{s:7:\"presets\";O:8:\"stdClass\":3:{s:8:\"_initial\";O:8:\"stdClass\":6:{s:4:\"name\";s:16:\"Sidebar Preset 1\";s:7:\"created\";i:0;s:7:\"updated\";i:0;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":0:{}}s:36:\"022b41b6-c844-474a-882c-69e1dd2e6b67\";O:8:\"stdClass\":6:{s:4:\"name\";s:27:\"Side Bar Space with Shadow \";s:7:\"created\";i:1738364642859;s:7:\"updated\";i:1738364642859;s:7:\"version\";s:6:\"4.27.2\";s:7:\"is_temp\";b:0;s:8:\"settings\";O:8:\"stdClass\":2:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";}}s:36:\"354b1d79-e153-4d95-9006-b29f92155acc\";O:8:\"stdClass\":5:{s:4:\"name\";s:23:\"Sidebar Shadow Settings\";s:7:\"created\";i:1738364940810;s:7:\"updated\";i:1738364940810;s:7:\"version\";s:6:\"4.27.2\";s:8:\"settings\";O:8:\"stdClass\":19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}}}s:7:\"default\";s:8:\"_initial\";}}s:4:\"time\";i:1738364940936;s:5:\"label\";s:26:\"Preset Created For Sidebar\";}','off'),
(158231,'et_pb_signup_557abca139fe468c83178d4917a72856','off','auto'),
(163466,'_site_transient_et_update_plugins','O:8:\"stdClass\":3:{s:7:\"checked\";a:24:{s:55:\"all-in-one-event-calendar/all-in-one-event-calendar.php\";s:5:\"3.0.1\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.97\";s:47:\"better-search-replace/better-search-replace.php\";s:6:\"1.4.10\";s:57:\"divi-event-calendar-module/divi-event-calendar-module.php\";s:6:\"2.8.16\";s:35:\"addons-for-divi/addons-for-divi.php\";s:5:\"4.2.1\";s:34:\"feeds-for-youtube/youtube-feed.php\";s:5:\"2.4.0\";s:51:\"google-listings-and-ads/google-listings-and-ads.php\";s:5:\"3.2.0\";s:23:\"grid-plus/grid-plus.php\";s:5:\"1.3.5\";s:19:\"jetpack/jetpack.php\";s:4:\"14.8\";s:28:\"convertkit/wp-convertkit.php\";s:7:\"2.8.6.1\";s:21:\"mailpoet/mailpoet.php\";s:7:\"5.12.12\";s:48:\"overlay-image-divi-module/lwp-overlay-images.php\";s:5:\"1.5.1\";s:55:\"pinterest-for-woocommerce/pinterest-for-woocommerce.php\";s:6:\"1.4.21\";s:41:\"post-type-switcher/post-type-switcher.php\";s:5:\"4.0.0\";s:55:\"printful-shipping-for-woocommerce/printful-shipping.php\";s:6:\"2.2.11\";s:43:\"the-events-calendar/the-events-calendar.php\";s:6:\"6.14.2\";s:33:\"w3-total-cache/w3-total-cache.php\";s:6:\"2.8.10\";s:27:\"woocommerce/woocommerce.php\";s:6:\"10.0.4\";s:45:\"woocommerce-services/woocommerce-services.php\";s:5:\"3.0.7\";s:45:\"woocommerce-payments/woocommerce-payments.php\";s:5:\"9.6.0\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.8.4\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"4.5.0\";s:25:\"wp-staging/wp-staging.php\";s:5:\"4.2.1\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"25.5\";}s:8:\"response\";a:1:{s:57:\"divi-event-calendar-module/divi-event-calendar-module.php\";O:8:\"stdClass\":6:{s:11:\"new_version\";s:6:\"2.8.28\";s:6:\"plugin\";s:57:\"divi-event-calendar-module/divi-event-calendar-module.php\";s:4:\"slug\";s:26:\"divi-event-calendar-module\";s:6:\"tested\";s:5:\"5.3.2\";s:5:\"icons\";a:2:{s:2:\"2x\";s:90:\"https://ucarecdn.com/c6eb97fa-6e3c-4947-b2f5-95757d7670ee/-/resize/256x256/-/quality/best/\";s:2:\"1x\";s:90:\"https://ucarecdn.com/c6eb97fa-6e3c-4947-b2f5-95757d7670ee/-/resize/128x128/-/quality/best/\";}s:3:\"url\";s:91:\"https://www.elegantthemes.com/marketplace/index.php/wp-json/api/v1/changelog/product_id/408\";}}s:12:\"last_checked\";i:1765568342;}','off'),
(226521,'wpseo_sitemap_3029_cache_validator','5f1lb','off'),
(226522,'wpseo_sitemap_4066_cache_validator','5f1li','off'),
(226523,'wpseo_sitemap_3429_cache_validator','5f1lo','off'),
(244518,'wpstg_access_token','q9VjaJ011FiaxRMtoy3pp8Tbft3LLaJL6oFzRgUQETDBiqaxB43JyOKfXIwW5NUS','auto'),
(244521,'wpstg_default_os_color_mode','dark','auto'),
(244522,'wpstg_analytics_notice_dismissed','1','off'),
(244523,'wpstg_analytics_modal_dismissed','1','off'),
(244524,'wpstg_analytics_has_consent','0','off'),
(247695,'wpseo_sitemap_2965_cache_validator','6s4BW','off'),
(247734,'wpseo_sitemap_4332_cache_validator','6sKud','off'),
(344291,'et_pb_signup_77911b095a68d1a53af6cc4363b9043f','off','auto'),
(408892,'_transient_woocommerce_product_task_product_count_transient','1','on'),
(531622,'w3tc_extensions_hooks','{\"actions\":[],\"filters\":[],\"next_check_date\":1765243094}','auto'),
(531623,'ai1wm_secret_key','Se9roPKBzheu','auto'),
(531624,'ai1wm_auth_user','','auto'),
(531630,'ai1wm_status','a:2:{s:4:\"type\";s:8:\"download\";s:7:\"message\";s:235:\"<a href=\"https://staging.amtacshooting.com/wp-content/ai1wm-backups/staging.amtacshooting.com-20250618-054758-470.wpress\" class=\"ai1wm-button-green ai1wm-emphasize\"><span>Download staging.amtacshooting.com</span><em>Size: 2 GB</em></a>\";}','auto'),
(531635,'action_scheduler_migration_status','complete','auto'),
(531855,'ai1wm_updater','a:0:{}','auto'),
(536403,'theme_mods_twentytwentyfive','a:5:{i:0;b:0;s:18:\"nav_menu_locations\";a:0:{}s:19:\"wp_classic_sidebars\";a:8:{s:9:\"sidebar-1\";a:11:{s:4:\"name\";s:7:\"Sidebar\";s:2:\"id\";s:9:\"sidebar-1\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:41:\"<div id=\"%1$s\" class=\"et_pb_widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:24:\"<h4 class=\"widgettitle\">\";s:11:\"after_title\";s:5:\"</h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:9:\"sidebar-2\";a:11:{s:4:\"name\";s:14:\"Footer Area #1\";s:2:\"id\";s:9:\"sidebar-2\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:49:\"<div id=\"%1$s\" class=\"fwidget et_pb_widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:18:\"<h4 class=\"title\">\";s:11:\"after_title\";s:5:\"</h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:9:\"sidebar-3\";a:11:{s:4:\"name\";s:14:\"Footer Area #2\";s:2:\"id\";s:9:\"sidebar-3\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:49:\"<div id=\"%1$s\" class=\"fwidget et_pb_widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:18:\"<h4 class=\"title\">\";s:11:\"after_title\";s:5:\"</h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:9:\"sidebar-4\";a:11:{s:4:\"name\";s:14:\"Footer Area #3\";s:2:\"id\";s:9:\"sidebar-4\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:49:\"<div id=\"%1$s\" class=\"fwidget et_pb_widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:18:\"<h4 class=\"title\">\";s:11:\"after_title\";s:5:\"</h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:9:\"sidebar-5\";a:11:{s:4:\"name\";s:14:\"Footer Area #4\";s:2:\"id\";s:9:\"sidebar-5\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:49:\"<div id=\"%1$s\" class=\"fwidget et_pb_widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:18:\"<h4 class=\"title\">\";s:11:\"after_title\";s:5:\"</h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:9:\"sidebar-6\";a:11:{s:4:\"name\";s:14:\"Footer Area #5\";s:2:\"id\";s:9:\"sidebar-6\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:49:\"<div id=\"%1$s\" class=\"fwidget et_pb_widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:18:\"<h4 class=\"title\">\";s:11:\"after_title\";s:5:\"</h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:9:\"sidebar-7\";a:11:{s:4:\"name\";s:14:\"Footer Area #6\";s:2:\"id\";s:9:\"sidebar-7\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:49:\"<div id=\"%1$s\" class=\"fwidget et_pb_widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:18:\"<h4 class=\"title\">\";s:11:\"after_title\";s:5:\"</h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}s:19:\"et_pb_widget_area_5\";a:11:{s:4:\"name\";s:12:\"shop sidebar\";s:2:\"id\";s:19:\"et_pb_widget_area_5\";s:11:\"description\";s:0:\"\";s:5:\"class\";s:0:\"\";s:13:\"before_widget\";s:41:\"<div id=\"%1$s\" class=\"et_pb_widget %2$s\">\";s:12:\"after_widget\";s:6:\"</div>\";s:12:\"before_title\";s:24:\"<h4 class=\"widgettitle\">\";s:11:\"after_title\";s:5:\"</h4>\";s:14:\"before_sidebar\";s:0:\"\";s:13:\"after_sidebar\";s:0:\"\";s:12:\"show_in_rest\";b:0;}}s:18:\"custom_css_post_id\";i:-1;s:16:\"sidebars_widgets\";a:2:{s:4:\"time\";i:1750358136;s:4:\"data\";a:9:{s:19:\"wp_inactive_widgets\";a:6:{i:0;s:8:\"block-36\";i:1;s:8:\"block-23\";i:2;s:8:\"block-14\";i:3;s:8:\"block-22\";i:4;s:8:\"block-37\";i:5;s:8:\"block-38\";}s:9:\"sidebar-1\";a:5:{i:0;s:8:\"block-51\";i:1;s:8:\"block-52\";i:2;s:8:\"block-53\";i:3;s:8:\"block-19\";i:4;s:8:\"block-35\";}s:9:\"sidebar-2\";a:2:{i:0;s:7:\"block-5\";i:1;s:7:\"block-6\";}s:9:\"sidebar-3\";a:0:{}s:9:\"sidebar-4\";a:1:{i:0;s:8:\"block-13\";}s:9:\"sidebar-5\";a:0:{}s:9:\"sidebar-6\";a:0:{}s:9:\"sidebar-7\";a:0:{}s:19:\"et_pb_widget_area_5\";a:6:{i:0;s:7:\"block-8\";i:1;s:8:\"block-20\";i:2;s:7:\"block-9\";i:3;s:8:\"block-10\";i:4;s:8:\"block-11\";i:5;s:8:\"block-12\";}}}}','off'),
(536409,'woocommerce_hooked_blocks_version','9.3.3','auto'),
(536410,'wc_blocks_use_blockified_product_grid_block_as_template','1','auto'),
(536680,'et_support_center_installed','true','auto'),
(536683,'et_support_center_setup_done','processed','auto'),
(655379,'wpseo_sitemap_mailpoet_page_cache_validator','6LnhQ','off'),
(655380,'wpseo_sitemap_et_tb_item_type_cache_validator','6LnhS','off'),
(666400,'dtl_review_notice_shown','1','auto'),
(666440,'w3tc_post_update_generic_tasks_ran_versions','a:1:{i:0;s:5:\"2.8.6\";}','off'),
(666441,'w3tc_post_update_admin_tasks_ran_versions','a:2:{i:0;s:5:\"2.8.1\";i:1;s:5:\"2.8.6\";}','off'),
(666463,'widget_wc_brands_brand_description','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(666464,'widget_woocommerce_brand_nav','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(666465,'widget_wc_brands_brand_thumbnails','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(666466,'widget_tribe-widget-events-qr-code','a:1:{s:12:\"_multiwidget\";i:1;}','auto'),
(666471,'woocommerce_shipping_hide_rates_when_free','no','off'),
(666472,'woocommerce_anonymize_refunded_orders','a:2:{s:6:\"number\";s:0:\"\";s:4:\"unit\";s:6:\"months\";}','off'),
(666473,'woocommerce_email_header_image_width','120','on'),
(666474,'woocommerce_email_header_alignment','left','on'),
(666475,'woocommerce_email_font_family','Helvetica','on'),
(666476,'woocommerce_email_auto_sync_with_theme','no','off'),
(666477,'woocommerce_pos_store_name','Amtac Shooting','on'),
(666478,'woocommerce_pos_store_address','ID','on'),
(666479,'woocommerce_pos_store_phone','','on'),
(666480,'woocommerce_pos_store_email','support@lasthourhosting.org','on'),
(666481,'woocommerce_pos_refund_returns_policy','','on'),
(666482,'woocommerce_feature_rate_limit_checkout_enabled','no','on'),
(666483,'woocommerce_feature_site_visibility_badge_enabled','yes','on'),
(666484,'woocommerce_feature_remote_logging_enabled','yes','on'),
(666485,'woocommerce_feature_email_improvements_enabled','no','on'),
(666486,'woocommerce_feature_blueprint_enabled','yes','on'),
(666487,'woocommerce_hpos_datastore_caching_enabled','no','on'),
(666488,'woocommerce_feature_block_email_editor_enabled','no','on'),
(666489,'woocommerce_feature_point_of_sale_enabled','yes','on'),
(666490,'woocommerce_feature_cost_of_goods_sold_enabled','no','on'),
(666491,'woocommerce_attribute_lookup_enabled','yes','auto'),
(666496,'woocommerce_woocommerce_payments_multibanco_settings','a:17:{s:7:\"enabled\";s:2:\"no\";s:28:\"account_statement_descriptor\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";s:23:\"payment_request_details\";s:0:\"\";s:15:\"payment_request\";s:2:\"no\";s:27:\"payment_request_button_type\";s:7:\"default\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:32:\"payment_request_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:30:\"upe_enabled_payment_method_ids\";a:1:{i:0;s:4:\"card\";}s:27:\"payment_request_button_size\";s:6:\"medium\";s:34:\"platform_checkout_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:32:\"platform_checkout_custom_message\";s:84:\"By placing this order, you agree to our [terms] and understand our [privacy_policy].\";}','on'),
(666497,'woocommerce_woocommerce_payments_grabpay_settings','a:17:{s:7:\"enabled\";s:2:\"no\";s:28:\"account_statement_descriptor\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";s:23:\"payment_request_details\";s:0:\"\";s:15:\"payment_request\";s:2:\"no\";s:27:\"payment_request_button_type\";s:7:\"default\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:32:\"payment_request_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:30:\"upe_enabled_payment_method_ids\";a:1:{i:0;s:4:\"card\";}s:27:\"payment_request_button_size\";s:6:\"medium\";s:34:\"platform_checkout_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:32:\"platform_checkout_custom_message\";s:84:\"By placing this order, you agree to our [terms] and understand our [privacy_policy].\";}','on'),
(666498,'woocommerce_woocommerce_payments_alipay_settings','a:17:{s:7:\"enabled\";s:2:\"no\";s:28:\"account_statement_descriptor\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";s:23:\"payment_request_details\";s:0:\"\";s:15:\"payment_request\";s:2:\"no\";s:27:\"payment_request_button_type\";s:7:\"default\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:32:\"payment_request_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:30:\"upe_enabled_payment_method_ids\";a:1:{i:0;s:4:\"card\";}s:27:\"payment_request_button_size\";s:6:\"medium\";s:34:\"platform_checkout_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:32:\"platform_checkout_custom_message\";s:84:\"By placing this order, you agree to our [terms] and understand our [privacy_policy].\";}','on'),
(666499,'woocommerce_woocommerce_payments_wechat_pay_settings','a:17:{s:7:\"enabled\";s:2:\"no\";s:28:\"account_statement_descriptor\";s:0:\"\";s:14:\"manual_capture\";s:2:\"no\";s:11:\"saved_cards\";s:3:\"yes\";s:9:\"test_mode\";s:2:\"no\";s:14:\"enable_logging\";s:2:\"no\";s:23:\"payment_request_details\";s:0:\"\";s:15:\"payment_request\";s:2:\"no\";s:27:\"payment_request_button_type\";s:7:\"default\";s:28:\"payment_request_button_theme\";s:4:\"dark\";s:29:\"payment_request_button_height\";s:2:\"44\";s:28:\"payment_request_button_label\";s:7:\"Buy now\";s:32:\"payment_request_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:30:\"upe_enabled_payment_method_ids\";a:1:{i:0;s:4:\"card\";}s:27:\"payment_request_button_size\";s:6:\"medium\";s:34:\"platform_checkout_button_locations\";a:3:{i:0;s:7:\"product\";i:1;s:4:\"cart\";i:2;s:8:\"checkout\";}s:32:\"platform_checkout_custom_message\";s:84:\"By placing this order, you agree to our [terms] and understand our [privacy_policy].\";}','on'),
(666503,'_transient_wc_attribute_taxonomies','a:2:{i:0;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"2\";s:14:\"attribute_name\";s:5:\"color\";s:15:\"attribute_label\";s:5:\"color\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}i:1;O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"1\";s:14:\"attribute_name\";s:4:\"size\";s:15:\"attribute_label\";s:4:\"size\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";s:1:\"0\";}}','on');
INSERT INTO `wp_options` VALUES
(666504,'ptk_patterns','a:99:{i:0;a:19:{s:2:\"ID\";i:450;s:7:\"site_id\";i:231214916;s:5:\"title\";s:47:\"Intro: Heading with image and two columns above\";s:4:\"name\";s:51:\"intro-heading-with-image-and-two-columns-above-copy\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4005:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"480px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Stay dry in style</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Designed for both fashion and function, our rain jackets offers sleek styles and waterproof protection to keep you dry in any downpour.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Discover collection</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":75,\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/man-person-winter-photography-statue-coat.png\" alt=\"\" class=\"wp-image-75\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:105:\"https://wooblockpatterns.wpcomstaging.com/2024/07/10/intro-heading-with-image-and-two-columns-above-copy/\";s:13:\"modified_date\";s:19:\"2025-05-06 14:29:32\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:1;a:19:{s:2:\"ID\";i:448;s:7:\"site_id\";i:231214916;s:5:\"title\";s:40:\"Intro: Two column with content and image\";s:4:\"name\";s:39:\"intro-two-column-with-content-and-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3489:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-xx-large-font-size\">Sounds like<br>no other</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Experience your music like never before with our latest generation of hi-fidelity headphones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":79,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/man-person-music-black-and-white-white-photography.jpg\" alt=\"\" class=\"wp-image-79\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/07/10/intro-two-column-with-content-and-image/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:14:17\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:2;a:19:{s:2:\"ID\";i:410;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Review: Centered testimonial\";s:4:\"name\";s:27:\"review-centered-testimonial\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4632:\"<!-- wp:group {\"metadata\":{\"name\":\"Review\",\"categories\":[\"featured\",\"reviews\"],\"patternName\":\"review-centered-testimonial\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center has-large-font-size\">What people are saying</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">\"I recently attended a pottery workshop at this shop, and it was such a wonderful experience. The instructor was patient and encouraging, and I had a blast getting creative with clay.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":107,\"width\":\"64px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100px\"}}} -->\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:64px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-text-align-center has-medium-font-size\">Liz S.</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-center has-small-font-size\">Painter</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:24:\"_dotcom_imported_reviews\";a:3:{s:4:\"slug\";s:24:\"_dotcom_imported_reviews\";s:5:\"title\";s:24:\"_dotcom_imported_reviews\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/04/review-centered-testimonial/\";s:13:\"modified_date\";s:19:\"2024-07-04 12:03:45\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:3;a:19:{s:2:\"ID\";i:404;s:7:\"site_id\";i:231214916;s:5:\"title\";s:37:\"Review: A quote with scattered images\";s:4:\"name\";s:36:\"review-a-quote-with-scattered-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4579:\"<!-- wp:group {\"metadata\":{\"categories\":[\"reviews\"],\"patternName\":\"review-a-quote-with-scattered-images\",\"name\":\"Review: A quote with scattered images\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":405,\"width\":\"200px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized has-custom-border is-style-default\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/table-food-dessert-cake-circle-painting-23295-pxhere-2.png\" alt=\"\" class=\"wp-image-405\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:200px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":408,\"width\":\"95px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"right\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignright size-full is-resized has-custom-border is-style-default\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/formation-cave-food-autumn-darkness-still-life-790116-pxhere-2.png\" alt=\"\" class=\"wp-image-408\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:95px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":\"var:preset|spacing|20\",\"padding\":{\"right\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\",\"top\":\"var:preset|spacing|60\",\"bottom\":\"var:preset|spacing|60\"}},\"dimensions\":{\"minHeight\":\"\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--60);padding-right:var(--wp--preset--spacing--20);padding-bottom:var(--wp--preset--spacing--60);padding-left:var(--wp--preset--spacing--20)\"><!-- wp:spacer {\"height\":\"40px\"} -->\n<div style=\"height:40px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":107,\"width\":\"62px\",\"height\":\"62px\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"className\":\"is-style-rounded\"} -->\n<figure class=\"wp-block-image aligncenter size-full is-resized is-style-rounded\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"object-fit:cover;width:62px;height:62px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">\"The only limit is the extent of your imagination.\"</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Jayla H.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":406,\"width\":\"200px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"right\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignright size-full is-resized has-custom-border is-style-default\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/plant-fruit-dish-meal-food-cooking-88153-pxhere-2.png\" alt=\"\" class=\"wp-image-406\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:200px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":407,\"width\":\"112px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"left\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignleft size-full is-resized has-custom-border is-style-default\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/tree-nature-branch-plant-fruit-flower-104610-pxhere.png\" alt=\"\" class=\"wp-image-407\" style=\"border-style:none;border-width:0px;aspect-ratio:1;object-fit:cover;width:112px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|40\"} -->\n<div style=\"height:var(--wp--preset--spacing--40)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:24:\"_dotcom_imported_reviews\";a:3:{s:4:\"slug\";s:24:\"_dotcom_imported_reviews\";s:5:\"title\";s:24:\"_dotcom_imported_reviews\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:90:\"https://wooblockpatterns.wpcomstaging.com/2024/07/04/review-a-quote-with-scattered-images/\";s:13:\"modified_date\";s:19:\"2024-07-04 12:00:48\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:4;a:19:{s:2:\"ID\";i:401;s:7:\"site_id\";i:231214916;s:5:\"title\";s:35:\"Review: Two column centered reviews\";s:4:\"name\";s:2:\"ff\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7029:\"<!-- wp:group {\"metadata\":{\"name\":\"Reviews\",\"categories\":[\"featured\",\"reviews\"],\"patternName\":\"review-two-column-centered-reviews\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\",\"wideSize\":\"900px\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center\">Reviews</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":107,\"width\":\"48px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100px\"}}} -->\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:48px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"6px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"is-testimonial-name\",\"fontSize\":\"small\"} -->\n<h3 class=\"wp-block-heading has-text-align-center is-testimonial-name has-small-font-size\" style=\"line-height:1\">Jayla H.</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"0\"} -->\n<div style=\"height:0\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-testimonial-review\"} -->\n<p class=\"has-text-align-center is-testimonial-review\">\"I\'ve been a loyal customer for years, and for good reason. The customer service is top-notch, and the products are always reliable.\"</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":325,\"width\":\"48px\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100px\"}}} -->\n<figure class=\"wp-block-image size-full is-resized has-custom-border\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/cf19a5d21c3eeb7afa7c346b32af3ece-1.jpeg\" alt=\"\" class=\"wp-image-325\" style=\"border-radius:100px;aspect-ratio:1;object-fit:cover;width:48px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"6px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":4,\"style\":{\"typography\":{\"lineHeight\":\"1\"}},\"className\":\"is-testimonial-name\",\"fontSize\":\"small\"} -->\n<h4 class=\"wp-block-heading has-text-align-center is-testimonial-name has-small-font-size\" style=\"line-height:1\">Scott F.</h4>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"0\"} -->\n<div style=\"height:0\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-testimonial-review\"} -->\n<p class=\"has-text-align-center is-testimonial-review\">“I recently purchased a smart TV, and I couldn\'t be happier with my purchase. The staff was friendly and helpful, answering all of my questions.\"</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:24:\"_dotcom_imported_reviews\";a:3:{s:4:\"slug\";s:24:\"_dotcom_imported_reviews\";s:5:\"title\";s:24:\"_dotcom_imported_reviews\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:56:\"https://wooblockpatterns.wpcomstaging.com/2024/07/04/ff/\";s:13:\"modified_date\";s:19:\"2024-07-04 12:00:56\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:5;a:19:{s:2:\"ID\";i:397;s:7:\"site_id\";i:231214916;s:5:\"title\";s:26:\"Three column pricing table\";s:4:\"name\";s:28:\"three-column-pricing-table-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:15916:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing table\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Elevate your learning</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\",\"width\":\"0px\"} -->\n<div style=\"height:var(--wp--preset--spacing--30);width:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"metadata\":{\"name\":\"Tiers\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"metadata\":{\"name\":\"Tier Item\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\"},\"blockGap\":\"var:preset|spacing|40\"},\"border\":{\"width\":\"1px\"}},\"borderColor\":\"primary\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-border-color has-primary-border-color has-base-2-background-color has-background\" style=\"border-width:1px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Free</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-default\"} -->\n<h2 class=\"wp-block-heading is-style-default\">$0</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Video lectures</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Interactive quizzes</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Downloadable resources</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Certificates of completion</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"16px\"} -->\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Subscribe</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"metadata\":{\"name\":\"Tier Item (highlighted)\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\"},\"blockGap\":\"var:preset|spacing|40\"},\"border\":{\"width\":\"2px\"}},\"borderColor\":\"primary\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-border-color has-primary-border-color has-base-2-background-color has-background\" style=\"border-width:2px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Basic</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-default\"} -->\n<h2 class=\"wp-block-heading is-style-default\">$39</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Everything included in Free</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Personalized feedback</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Live Q&amp;A sessions</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Community forums</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"16px\"} -->\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Subscribe</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"metadata\":{\"name\":\"Tier Item\"},\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|50\"},\"blockGap\":\"var:preset|spacing|40\"},\"border\":{\"width\":\"1px\"}},\"borderColor\":\"primary\",\"backgroundColor\":\"base-2\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-border-color has-primary-border-color has-base-2-background-color has-background\" style=\"border-width:1px;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--50);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Premium</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"className\":\"is-style-default\"} -->\n<h2 class=\"wp-block-heading is-style-default\">$99</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\"><s><span></span></s>Everything included in Basic</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Premium support</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Coaching sessions</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast-2\"}}}},\"textColor\":\"contrast-2\"} -->\n<p class=\"has-text-align-left has-contrast-2-color has-text-color has-link-color\"><strong>✦</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"textColor\":\"contrast\"} -->\n<p class=\"has-text-align-left has-contrast-color has-text-color has-link-color\">Priority access to new content</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"16px\"} -->\n<div style=\"height:16px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Subscribe</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/three-column-pricing-table-2/\";s:13:\"modified_date\";s:19:\"2024-07-05 10:59:28\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:6;a:19:{s:2:\"ID\";i:395;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Two column boxed pricing table\";s:4:\"name\";s:30:\"two-column-boxed-pricing-table\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7641:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing Table\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\",\"className\":\"is-pricing-title\"} -->\n<h2 class=\"wp-block-heading has-text-align-center is-pricing-title has-ast-global-color-2-color has-text-color\">Pricing</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-pricing-description\"} -->\n<p class=\"has-text-align-center is-pricing-description\">Whether you\'re a self-paced learner looking for flexibility or someone who thrives with additional support and guidance, we have a plan for you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"800px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Free</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$0.00/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Video lectures</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Interactive quizzes</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Downloadable resources</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Downloadable resources</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"metadata\":{\"name\":\"Pricing Title\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Basic</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$69.00</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Everything included in Free</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Personalized feedback</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Live Q&amp;A sessions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Online community forums</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-column-boxed-pricing-table/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:49:48\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:7;a:19:{s:2:\"ID\";i:392;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"Two column pricing table\";s:4:\"name\";s:24:\"two-column-pricing-table\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7002:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\",\"contentSize\":\"960px\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"className\":\"is-pricing-title\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center is-pricing-title\">Pricing</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-text-align-center is-pricing-tier-name has-medium-font-size\">Basic</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":4,\"className\":\"is-pricing-tier-price\",\"fontSize\":\"xx-large\"} -->\n<h4 class=\"wp-block-heading has-text-align-center is-pricing-tier-price has-xx-large-font-size\">$99</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-pricing-tier-service\"} -->\n<p class=\"has-text-align-center is-pricing-tier-service\">It offers comprehensive access to all course materials, including video lectures, interactive quizzes, and downloadable resources.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50} --><div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\",\"left\":\"var:preset|spacing|10\",\"right\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--10);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--10)\"><!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"380px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-text-align-center is-pricing-tier-name has-medium-font-size\">Premium</h3>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"level\":4,\"className\":\"is-pricing-tier-price\",\"fontSize\":\"xx-large\"} -->\n<h4 class=\"wp-block-heading has-text-align-center is-pricing-tier-price has-xx-large-font-size\">$199</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"className\":\"is-pricing-tier-service\"} -->\n<p class=\"has-text-align-center is-pricing-tier-service\">Everything in the Basic plan plus exclusive perks and additional support. Enjoy live Q&amp;A, coaching sessions, and priority access to new content.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50} --><div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"0px\"} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-column-pricing-table/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:48:37\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:8;a:19:{s:2:\"ID\";i:384;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Two column service offerings\";s:4:\"name\";s:28:\"two-column-service-offerings\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4331:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-text-align-center has-large-font-size\">Basic</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">$99/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":250,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/0ad9cb5f991125c89fc952521795a1e6-1.jpeg\" alt=\"\" class=\"wp-image-250\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-text-align-center has-large-font-size\">Premium</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">$199/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":237,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/8d8416beec2ca80653d3b811bf6b1f77.jpeg\" alt=\"\" class=\"wp-image-237\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-column-service-offerings/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:21:24\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:9;a:19:{s:2:\"ID\";i:382;s:7:\"site_id\";i:231214916;s:5:\"title\";s:43:\"Three columns of headings, images and links\";s:4:\"name\";s:42:\"three-columns-of-headings-images-and-links\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5801:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Furniture customization</h3>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:4px\"><!-- wp:image {\"id\":63,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/table-wood-house-chair-floor-window-1-1024x683.jpg\" alt=\"\" class=\"wp-image-63\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Create bespoke pieces that perfectly fit your space and style with our customization services. From fabric selection to dimensions, we\'ll bring your vision to life.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Get started</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Interior design</h3>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:4px\"><!-- wp:image {\"id\":304,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/54f708281f82831c082a1cf9d7b7faa9-1-683x1024.jpeg\" alt=\"\" class=\"wp-image-304\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Our expert designers will work with you to transform your space into a stylish and functional haven that reflects your personal taste and lifestyle.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Get started</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Delivery and assembly</h3>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"bottom\":\"4px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-bottom:4px\"><!-- wp:image {\"id\":354,\"aspectRatio\":\"3/2\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/ade23ce2024ccbbb42f7f7d6dfe5f2e0-1-684x1024.jpeg\" alt=\"\" class=\"wp-image-354\" style=\"aspect-ratio:3/2;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Enjoy hassle-free shopping with our delivery and assembly services. Let our team handle the heavy lifting and installation, so you can relax in your newly furnished home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Get started</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:96:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/three-columns-of-headings-images-and-links/\";s:13:\"modified_date\";s:19:\"2024-07-04 13:40:28\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:10;a:19:{s:2:\"ID\";i:380;s:7:\"site_id\";i:231214916;s:5:\"title\";s:21:\"Grid of text features\";s:4:\"name\";s:21:\"grid-of-text-features\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5163:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Personal styling</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Work one-on-one with our expert stylists to curate outfits that align with your unique taste, body type, and lifestyle.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Alterations and tailoring</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Ensure the perfect fit. From hemming to resizing, our skilled tailors will tailor your garments<br>to perfection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Wardrobe refresh</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Revamp your wardrobe. Our stylists will help you declutter, organize, and update your closet with fresh new pieces.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Virtual Shopping</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Can\'t make it to our store? Our virtual shopping assistance service allows you to shop from the comfort of your home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:75:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/grid-of-text-features/\";s:13:\"modified_date\";s:19:\"2024-07-04 13:41:09\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:11;a:19:{s:2:\"ID\";i:378;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Headings left, content right\";s:4:\"name\";s:27:\"headings-left-content-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:6543:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|40\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Installation</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Enjoy peace of mind with our professional installation and setup services. From home theater systems to smart home devices, we\'ll ensure everything is installed and configured correctly for optimal performance.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Discover more</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Maintenance</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Extend the lifespan of your electronics with our repair and maintenance services. Our skilled technicians will diagnose and fix any issues to keep your devices running smoothly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Discover more</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Trade-in</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Upgrade to the latest technology while being environmentally conscious with our trade-in and recycling programs. Trade in your old devices for credit towards new purchases or recycle them responsibly with us.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Discover more</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Support</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Get the most out of your electronics with our tech support and training services. Our experts will help troubleshoot any issues and provide guidance on using your devices effectively.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#\">Discover more</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#4747471a\"}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignwide has-text-color has-alpha-channel-opacity has-background is-style-wide\" style=\"background-color:#4747471a;color:#4747471a\"/>\n<!-- /wp:separator --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/headings-left-content-right/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:17:53\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:12;a:19:{s:2:\"ID\";i:376;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Heading with six text sections\";s:4:\"name\";s:30:\"heading-with-six-text-sections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:6956:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"100%\"}},\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Our services</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Furniture customization</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Create bespoke pieces that perfectly fit your space and style with our customization services. We\'ll bring your vision to life.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Home staging</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Planning to sell your home? Our home staging service will help maximize its appeal to potential buyers, showcasing its full potential.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Interior design consultation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our expert designers will work with you to transform your space into a stylish and functional haven that reflects your personal taste and lifestyle.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Furniture restoration</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Restore the beauty of your beloved furniture pieces. From refinishing to repairs, we\'ll breathe new life into your cherished items.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Delivery and assembly</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Enjoy hassle-free shopping with our delivery and assembly services. Let our team handle the heavy lifting and installation, so you can relax.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Virtual design consultation</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Can\'t make it to our showroom? No problem! Our virtual design consultation service allows you to get expert advice from the comfort of your home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/heading-with-six-text-sections/\";s:13:\"modified_date\";s:19:\"2024-07-24 14:34:50\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:13;a:19:{s:2:\"ID\";i:371;s:7:\"site_id\";i:231214916;s:5:\"title\";s:32:\"Three column boxed pricing table\";s:4:\"name\";s:26:\"three-column-pricing-table\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:9435:\"<!-- wp:group {\"metadata\":{\"name\":\"Pricing Table\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"is-pricing-title\"} -->\n<h2 class=\"wp-block-heading has-text-align-center is-pricing-title\">Pricing</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Free</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$0.00/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Video lectures</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Interactive quizzes</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Downloadable resources</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Certificate of completion</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"metadata\":{\"name\":\"Pricing Title\"},\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Basic</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$39.00/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-fill\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-fill\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Everything included in Free</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Personalized feedback</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Live Q&amp;A sessions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Online community forums</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"color\":{\"background\":\"#00000012\"},\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#00000012;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"className\":\"is-pricing-tier-name\",\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading is-pricing-tier-name has-large-font-size\">Premium</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-price\",\"fontSize\":\"small\"} -->\n<p class=\"is-pricing-tier-price has-small-font-size\">$99.00/month</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":100,\"className\":\"is-style-outline\"} --><div class=\"wp-block-button has-custom-width wp-block-button__width-100 is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Everything included in Basic</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Premium support</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Coaching sessions</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"className\":\"is-pricing-tier-service-checked\"} -->\n<p class=\"is-pricing-tier-service-checked\"><strong>✓</strong> Priority access to new content</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:80:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/three-column-pricing-table/\";s:13:\"modified_date\";s:19:\"2024-07-02 11:47:39\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:14;a:19:{s:2:\"ID\";i:359;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Two columns with images\";s:4:\"name\";s:23:\"two-columns-with-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5251:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|60\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":368,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/56b4ef6554bcb138de65c66f1ec092b9-2.jpeg\" alt=\"\" class=\"wp-image-368\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Trade-in and recycling</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Upgrade to the latest technology while being environmentally conscious with our trade-in and recycling programs. Trade in your old devices for credit towards new purchases or recycle them responsibly.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":222,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/772d1d20f57861f0aa71dccda165b03e.jpeg\" alt=\"\" class=\"wp-image-222\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Extended warranty</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Protect your investment with our extended warranty and protection plans. Get peace of mind knowing your electronics are covered against unexpected damage and defects.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-buttons\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/two-columns-with-images/\";s:13:\"modified_date\";s:19:\"2024-07-04 13:21:17\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:15;a:19:{s:2:\"ID\";i:357;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"Heading with four text sections\";s:4:\"name\";s:31:\"heading-with-four-text-sections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5530:\"<!-- wp:group {\"metadata\":{\"name\":\"Services\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"100%\"}},\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Services</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div style=\"margin-top:0;margin-bottom:0;height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Personal styling</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Work one-on-one with our expert stylists to curate outfits that align with your unique taste, body type, and lifestyle.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Wardrobe refresh</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Revamp your wardrobe. Our stylists will help you declutter, organize, and update your closet with fresh new pieces.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Alterations and tailoring</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Ensure the perfect fit. From hemming to resizing, our skilled tailors will tailor your garments to perfection.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"56px\"} -->\n<div style=\"height:56px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Virtual Shopping</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Can\'t make it to our store? Our virtual shopping assistance service allows you to shop from the comfort of your home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:25:\"_dotcom_imported_services\";a:3:{s:4:\"slug\";s:25:\"_dotcom_imported_services\";s:5:\"title\";s:25:\"_dotcom_imported_services\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:85:\"https://wooblockpatterns.wpcomstaging.com/2024/07/02/heading-with-four-text-sections/\";s:13:\"modified_date\";s:19:\"2024-07-24 14:35:12\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:16;a:19:{s:2:\"ID\";i:348;s:7:\"site_id\";i:231214916;s:5:\"title\";s:34:\"Personal bio with a contact button\";s:4:\"name\";s:34:\"personal-bio-with-a-contact-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3746:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":107,\"width\":\"175px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":\"100em\"}}} -->\n<figure class=\"wp-block-image aligncenter size-full is-resized has-custom-border\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/portrait.png\" alt=\"\" class=\"wp-image-107\" style=\"border-radius:100em;aspect-ratio:1;object-fit:cover;width:175px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"wideSize\":\"460px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-ast-global-color-2-color has-text-color\">Marianne R.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">“My journey into fashion began with a passion for sustainability and a love for artisanal crafts. Since childhood, I’ve been captivated by the intricate handiwork of global artisans and the stories behind their creations.” </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">About me</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:88:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/personal-bio-with-a-contact-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 18:33:10\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:17;a:19:{s:2:\"ID\";i:345;s:7:\"site_id\";i:231214916;s:5:\"title\";s:66:\"Circular avatar on left header on right with sub-header and button\";s:4:\"name\";s:66:\"circular-avatar-on-left-header-on-right-with-sub-header-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3620:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":346,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100em\"}}} -->\n<figure class=\"wp-block-image size-full has-custom-border\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/8d605dc291be9f49e7e9afe9b8d0f5c7-1.png\" alt=\"\" class=\"wp-image-346\" style=\"border-radius:100em;aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Sustainable fashion</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We believe that fashion should be as kind to the planet as it is to your wardrobe. With a commitment to sustainability and environmental responsibility, we curate a collection of chic and eco-friendly clothing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get in touch</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:120:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/circular-avatar-on-left-header-on-right-with-sub-header-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:53:07\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:18;a:19:{s:2:\"ID\";i:343;s:7:\"site_id\";i:231214916;s:5:\"title\";s:57:\"Circular image on right with large border header on right\";s:4:\"name\";s:57:\"circular-image-on-right-with-large-border-header-on-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3565:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"fontSize\":\"small\"} -->\n<h2 class=\"wp-block-heading has-small-font-size\">About us</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Sustainable fashion</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We believe that fashion should be as kind to the planet as it is to your wardrobe. With a commitment to sustainability and environmental responsibility, we curate a collection of chic and eco-friendly clothing.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":262,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"radius\":\"100em\",\"width\":\"0px\",\"style\":\"none\"}}} -->\n<figure class=\"wp-block-image size-full has-custom-border\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/96bbcf9839d875a42e9aaaada8132a33.jpeg\" alt=\"\" class=\"wp-image-262\" style=\"border-style:none;border-width:0px;border-radius:100em;aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:111:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/circular-image-on-right-with-large-border-header-on-right/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:46:29\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:19;a:19:{s:2:\"ID\";i:341;s:7:\"site_id\";i:231214916;s:5:\"title\";s:33:\"Header with a paragraph and stats\";s:4:\"name\";s:33:\"header-with-a-paragraph-and-stats\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4298:\"<!-- wp:group {\"metadata\":{\"name\":\"Numbers\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left has-xx-large-font-size\">Create anything</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"padding-right:0;padding-left:0\"><!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"75%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:75%\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\">Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"fontSize\":\"x-large\"} -->\n<h3 class=\"wp-block-heading has-x-large-font-size\">14M</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Satisfied clients</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"fontSize\":\"x-large\"} -->\n<h3 class=\"wp-block-heading has-x-large-font-size\">Eco</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We are thinking about the planet</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"fontSize\":\"x-large\"} -->\n<h3 class=\"wp-block-heading has-x-large-font-size\">120</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Options</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:87:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/header-with-a-paragraph-and-stats/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:49:56\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:20;a:19:{s:2:\"ID\";i:338;s:7:\"site_id\";i:231214916;s:5:\"title\";s:12:\"Team members\";s:4:\"name\";s:12:\"team-members\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:11352:\"<!-- wp:group {\"metadata\":{\"name\":\"Team\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">Our Team</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"metadata\":{\"name\":\"Team members\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":336,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/fab46ce87d847342cbe7410cdaa90732.jpeg\" alt=\"\" class=\"wp-image-336\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Emily Hayes</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interior designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Emily brings over a decade of experience in interior design, specializing in creating unique and personalized spaces that reflect each client\'s personality and lifestyle.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":335,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/f53d7341f90e86c42ed293bb386b5db4.jpeg\" alt=\"\" class=\"wp-image-335\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Mark Johnson</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Furniture designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>With a keen eye for detail and craftsmanship, Mark designs furniture pieces that blend style with functionality, ensuring every piece enhances the beauty of any space.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":331,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/885b26a44a4ca21844c169eca79dcf8c.jpeg\" alt=\"\" class=\"wp-image-331\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Alex Parker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customer support specialist</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Alex is committed to ensuring our customers have a seamless experience, providing attentive support and assistance with any inquiries or concerns they may have.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"metadata\":{\"name\":\"Team members\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|50\",\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":330,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/44df767ec48f3788eb836df942c12ca5.jpeg\" alt=\"\" class=\"wp-image-330\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">David Carter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Project manager</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>David oversees every project with precision and efficiency, ensuring that timelines are met and that every detail is executed flawlessly from concept to completion.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":332,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/b804be09af895837548af933fdea519f.jpeg\" alt=\"\" class=\"wp-image-332\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Sophia Lee</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sales manager</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Sophia is dedicated to providing exceptional service to our customers, offering guidance to help them find the perfect furniture and décor pieces for their homes.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":339,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/05414bb38f179cc7c6969cbaf1b152e1-1.jpeg\" alt=\"\" class=\"wp-image-339\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Emma Reynolds</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Marketing coordinator</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Emma\'s creative flair and passion for design shine through in her work, as she curates captivating content and engaging campaigns to showcase our products and services.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/team-members/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:42:27\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:21;a:19:{s:2:\"ID\";i:334;s:7:\"site_id\";i:231214916;s:5:\"title\";s:8:\"Our team\";s:4:\"name\";s:8:\"our-team\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:10105:\"<!-- wp:group {\"metadata\":{\"name\":\"Team\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:heading {\"textAlign\":\"left\"} -->\n<h2 class=\"wp-block-heading has-text-align-left\">Our Team</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":336,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/fab46ce87d847342cbe7410cdaa90732.jpeg\" alt=\"\" class=\"wp-image-336\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Emily Hayes</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Interior designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Emily brings over a decade of experience in interior design, specializing in creating unique and personalized spaces that reflect each client\'s personality and lifestyle. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":335,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/f53d7341f90e86c42ed293bb386b5db4.jpeg\" alt=\"\" class=\"wp-image-335\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Mark Johnson</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Furniture designer</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>With a keen eye for detail and craftsmanship, Mark designs furniture pieces that blend style with functionality, ensuring every piece enhances the beauty of any space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":331,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/885b26a44a4ca21844c169eca79dcf8c.jpeg\" alt=\"\" class=\"wp-image-331\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Alex Parker</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Customer support specialist</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Alex is committed to ensuring our customers have a seamless experience, providing attentive support and assistance with any inquiries or concerns they may have.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":332,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/b804be09af895837548af933fdea519f.jpeg\" alt=\"\" class=\"wp-image-332\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"4px\"} -->\n<div style=\"height:4px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"9px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Sophia Lee</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Sales manager</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p>Sophia is dedicated to providing exceptional service to our customers, offering guidance to help them find the perfect furniture and décor pieces for their homes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"iconColor\":\"theme-4\",\"iconColorValue\":\"#242b2d\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"#\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"#\",\"service\":\"linkedin\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:62:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/our-team/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:43:04\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:22;a:19:{s:2:\"ID\";i:329;s:7:\"site_id\";i:231214916;s:5:\"title\";s:4:\"Team\";s:4:\"name\";s:4:\"team\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4779:\"<!-- wp:group {\"metadata\":{\"name\":\"Team\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"textAlign\":\"left\"} -->\n<h2 class=\"wp-block-heading has-text-align-left\">Meet the passionate team behind our brand</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":332,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]},\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/b804be09af895837548af933fdea519f.jpeg\" alt=\"\" class=\"wp-image-332\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":331,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/885b26a44a4ca21844c169eca79dcf8c.jpeg\" alt=\"\" class=\"wp-image-331\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|20\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":330,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/44df767ec48f3788eb836df942c12ca5.jpeg\" alt=\"\" class=\"wp-image-330\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"><!-- wp:image {\"id\":325,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/cf19a5d21c3eeb7afa7c346b32af3ece-1.jpeg\" alt=\"\" class=\"wp-image-325\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:58:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/team/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:45:42\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:23;a:19:{s:2:\"ID\";i:327;s:7:\"site_id\";i:231214916;s:5:\"title\";s:5:\"About\";s:4:\"name\";s:5:\"about\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:6587:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:image {\"id\":462,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/girls-in-the-hills-3.jpg\" alt=\"\" class=\"wp-image-462\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"80%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:80%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embrace<br>sustainable fashion</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We believe that fashion should be as kind to the planet as it is to your wardrobe. With a commitment to sustainability and environmental responsibility, we curate a collection of chic and eco-friendly clothing.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"stretch\"} -->\n<div class=\"wp-block-column is-vertically-aligned-stretch\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"24px\"} -->\n<div style=\"height:24px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"fontSize\":\"medium\"} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile has-medium-font-size\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">100%</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Eco-friendly packaging</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">75%</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Recycled materials</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"isStackedOnMobile\":false,\"fontSize\":\"medium\"} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile has-medium-font-size\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">80%</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Less water usage</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"var:preset|spacing|20\",\"right\":\"var:preset|spacing|20\"},\"blockGap\":\"4px\"},\"border\":{\"left\":{\"color\":\"#1e1e1e40\",\"width\":\"1px\"},\"top\":[],\"right\":[],\"bottom\":[]}}} -->\n<div class=\"wp-block-column\" style=\"border-left-color:#1e1e1e40;border-left-width:1px;padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:var(--wp--preset--spacing--20)\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">100%</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Organic cotton</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"9px\"} -->\n<div style=\"height:9px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:59:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/about/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:31:42\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:24;a:19:{s:2:\"ID\";i:322;s:7:\"site_id\";i:231214916;s:5:\"title\";s:29:\"About with heading and images\";s:4:\"name\";s:29:\"about-with-heading-and-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4808:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Chic and eco-friendly fashion, thoughtfully crafted with organic fabrics and recycled materials.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:image {\"id\":323,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/f3b0161d47e4ada886ef5f69d0637ddd.jpeg\" alt=\"\" class=\"wp-image-323\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"5vw\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":75,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/man-person-winter-photography-statue-coat.png\" alt=\"\" class=\"wp-image-75\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":325,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/cf19a5d21c3eeb7afa7c346b32af3ece-1.jpeg\" alt=\"\" class=\"wp-image-325\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group\"><!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"5vw\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":324,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/f554dfb297c4824916eb82ee70a3d942.jpeg\" alt=\"\" class=\"wp-image-324\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/about-with-heading-and-images/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:38:19\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:25;a:19:{s:2:\"ID\";i:319;s:7:\"site_id\";i:231214916;s:5:\"title\";s:22:\"List with descriptions\";s:4:\"name\";s:4:\"data\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:10266:\"<!-- wp:group {\"metadata\":{\"name\":\"Data list\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"border\":{\"top\":{\"color\":\"var:preset|color|theme-4\",\"width\":\"1px\"},\"right\":[],\"bottom\":[],\"left\":[]},\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-color:var(--wp--preset--color--theme-4);border-top-width:1px;padding-right:0;padding-left:0\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">18 years</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">We have been in the market for 18 years and proved our customers our experience matters.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|20\"}},\"border\":{\"top\":{\"width\":\"1px\"}}}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-width:1px\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">54 countries</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">We are worldwide with market participation in more than 54 countries in 5 continents.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"}},\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-width:1px;padding-right:0;padding-left:0\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">98K users</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">We have almost 100k active users with a high level of engagement and adoption.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Data entry\"},\"align\":\"wide\",\"style\":{\"border\":{\"top\":{\"width\":\"1px\"}}}} -->\n<div class=\"wp-block-group alignwide\" style=\"border-top-width:1px\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"color\":[],\"border\":{\"radius\":\"0px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"border-radius:0px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-4\"}}}},\"textColor\":\"theme-4\"} -->\n<h2 class=\"wp-block-heading has-theme-4-color has-text-color has-link-color\">$12M revenue</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">We closed 2023 over $12M dollars in revenue which position us as leader in our industry</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:58:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/data/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:33:26\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:26;a:19:{s:2:\"ID\";i:317;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Tall content with image left\";s:4:\"name\";s:28:\"tall-content-with-image-left\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4051:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":273,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/44024b9b9c88dd50f5cf11f5c31311c5-1.jpeg\" alt=\"\" class=\"wp-image-273\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"min-height:100%;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-x-large-font-size\">Committed to a greener lifestyle</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"400px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>Our passion is crafting mindful moments with locally sourced, organic, and sustainable products. We\'re more than a store; we\'re your path to a community-driven, eco-friendly lifestyle that embraces premium quality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Meet us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/tall-content-with-image-left/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:06:24\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:27;a:19:{s:2:\"ID\";i:315;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"Two column text sections\";s:4:\"name\";s:24:\"two-column-text-sections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3953:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Commitment to sustainability</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">Ethical sourcing is at the forefront of everything we do. We\'re proud to champion sustainable fashion by prioritizing the use of organic and recycled materials in our clothing and accessories. By supporting fair trade initiatives and maintaining transparent supply chains, we ensure that every piece upholds our commitment to ethical practices.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Quality and Craftsmanship</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">We are dedicated to crafting timeless pieces that stand the test of time. Each garment and accessory in our collection is a testament to our unwavering commitment to quality and craftsmanship. We take pride in using only the finest materials and employing meticulous attention to detail in every step of the creation process.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/two-column-text-sections/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:16:22\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:28;a:19:{s:2:\"ID\";i:313;s:7:\"site_id\";i:231214916;s:5:\"title\";s:36:\"Content with grid of images on right\";s:4:\"name\";s:36:\"content-with-grid-of-images-on-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5365:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:25%\"><!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">Crafting beauty</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We are dedicated to the art of craftsmanship, where each vase is meticulously crafted to perfection. Our passion for detail and commitment to quality shines through in every piece, resulting in vases that are not just functional, but true works of art.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">More about us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"16px\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"18px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":266,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-large is-style-default\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/a0c4b80dc701de6a1143de003da3ef95-1-768x1024.jpeg\" alt=\"\" class=\"wp-image-266\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":88,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/white-vase-decoration-pattern-ceramic-lamp.jpg\" alt=\"\" class=\"wp-image-88\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"18px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":62,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/plant-white-leaf-flower-vase-green.jpg\" alt=\"\" class=\"wp-image-62\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"lightbox\":{\"enabled\":true},\"id\":69,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:90:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-with-grid-of-images-on-right/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:15:00\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:29;a:19:{s:2:\"ID\";i:311;s:7:\"site_id\";i:231214916;s:5:\"title\";s:26:\"Pull left, fullwidth image\";s:4:\"name\";s:25:\"pull-left-fullwidth-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3473:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you. From cozy furnishings to stylish accents, we offer everything you need to turn your house into a home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":63,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/table-wood-house-chair-floor-window-1.jpg\" alt=\"\" class=\"wp-image-63\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:79:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/pull-left-fullwidth-image/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:24:14\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:30;a:19:{s:2:\"ID\";i:309;s:7:\"site_id\";i:231214916;s:5:\"title\";s:21:\"Right-aligned content\";s:4:\"name\";s:21:\"right-aligned-content\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3470:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>We are dedicated to crafting timeless pieces that stand the test of time. Each garment and accessory in our collection is a testament to our unwavering commitment to quality and craftsmanship. We take pride in using only the finest materials and employing meticulous attention to detail in every step of the creation process. From the stitching to the finishing touches, our products are thoughtfully designed to exude durability, longevity, and timeless elegance. When you shop with us, you can trust that you\'re investing in items that are not only stylish but also built to last, ensuring years of enjoyment and wear. We believe in fashion that not only looks good but also does good for the planet and its people. That\'s why we\'re dedicated to reducing the environmental and social impact of the clothing and accessories industry. When you shop with us, you can feel confident knowing that your purchase supports a more sustainable and ethical approach to fashion, making a positive difference in the world.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:75:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/right-aligned-content/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:23:24\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:31;a:19:{s:2:\"ID\";i:306;s:7:\"site_id\";i:231214916;s:5:\"title\";s:35:\"Large heading with content on right\";s:4:\"name\";s:39:\"large-heading-with-content-on-the-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3440:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"50%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:50%\"><!-- wp:heading {\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-xx-large-font-size\">Create anything</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"50%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:50%\"><!-- wp:paragraph -->\n<p>Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence. The only limit is the extent of your imagination.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/large-heading-with-content-on-the-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 16:22:38\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:32;a:19:{s:2:\"ID\";i:303;s:7:\"site_id\";i:231214916;s:5:\"title\";s:29:\"Tall content with image right\";s:4:\"name\";s:29:\"tall-content-with-image-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3981:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"blockGap\":\"var:preset|spacing|30\"},\"dimensions\":{\"minHeight\":\"100%\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"min-height:100%;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:heading {\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-x-large-font-size\">Discover a world of possibilities</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"400px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you. From cozy furnishings to stylish accents, we offer everything you need to turn your house into a home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Meet us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":304,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/54f708281f82831c082a1cf9d7b7faa9-1.jpeg\" alt=\"\" class=\"wp-image-304\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/tall-content-with-image-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:58:41\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:33;a:19:{s:2:\"ID\";i:301;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"Spread right, heavy text\";s:4:\"name\";s:23:\"spread-right-heavy-text\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3950:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:image {\"id\":69,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">About us</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Step into a world of botanical beauty</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p>With a passion for all things leafy, we offer a diverse collection of plants, from lush foliage to exotic blooms, to bring the beauty of nature into your home. Whether you\'re a seasoned plant parent or just beginning your green journey, our friendly team is here to help you find the perfect plant companion.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">More about us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/spread-right-heavy-text/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:07:51\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:34;a:19:{s:2:\"ID\";i:299;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Heading with button and text\";s:4:\"name\";s:28:\"heading-with-button-and-text\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3802:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"textAlign\":\"left\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-x-large-font-size\">Discover a world of possibilities</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>Our expert designers will work closely with you to bring your vision to life. From furniture selection to color schemes, we\'ll provide professional advice and guidance every step of the way to help you achieve the perfect balance of comfort, functionality, and aesthetic appeal.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-button-and-text/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:56:19\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:35;a:19:{s:2:\"ID\";i:297;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Left-aligned content\";s:4:\"name\";s:22:\"left-aligned-content-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2881:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"\"} -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>As we navigate the intricate tapestry of existence, we are constantly presented with choices, each a potential pathway to something extraordinary. This is a world where creativity knows no bounds, where the curious mind finds solace, and where the fearless heart discovers uncharted territories. It is a place where the pursuit of knowledge, the embrace of change, and the willingness to take risks are not mere options but essential ingredients for a life well-lived.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence. The only limit is the extent of your imagination.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:76:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/left-aligned-content-2/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:54:34\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:36;a:19:{s:2:\"ID\";i:294;s:7:\"site_id\";i:231214916;s:5:\"title\";s:35:\"Fullwidth image, content pull right\";s:4:\"name\";s:34:\"fullwidth-image-content-pull-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3046:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:image {\"id\":295,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/90731e071ce29177b55e394f139c6400.jpeg\" alt=\"\" class=\"wp-image-295\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|10\",\"bottom\":\"var:preset|spacing|10\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:var(--wp--preset--spacing--10);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--10);padding-left:var(--wp--preset--spacing--40)\"><!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"40%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Welcome to your premier destination for premium headphones and audio accessories. Dive into our curated collection, where cutting-edge technology meets sleek design to deliver an unparalleled listening experience. From wireless wonders to noise-canceling marvels, we have the perfect pair to suit every lifestyle and preference.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\"} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:88:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/fullwidth-image-content-pull-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:53:49\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:37;a:19:{s:2:\"ID\";i:291;s:7:\"site_id\";i:231214916;s:5:\"title\";s:25:\"Content left, image right\";s:4:\"name\";s:24:\"content-left-image-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3389:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:heading {\"level\":4,\"fontSize\":\"small\"} -->\n<h4 class=\"wp-block-heading has-small-font-size\">About us</h4>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Elevate your space</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We specialize in curating exquisite home decor pieces that add an element of elegance to every space. With a keen eye for detail and a commitment to quality, we strive to bring sophistication and charm into your home.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">More about us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:image {\"id\":292,\"width\":\"521px\",\"height\":\"auto\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/b7754a09d649f4fe4ae390a60df7b556.jpeg\" alt=\"\" class=\"wp-image-292\" style=\"object-fit:cover;width:521px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-left-image-right/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:15:40\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:38;a:19:{s:2:\"ID\";i:289;s:7:\"site_id\";i:231214916;s:5:\"title\";s:27:\"Centered heading and button\";s:4:\"name\";s:27:\"centered-heading-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2670:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"textAlign\":\"center\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-x-large-font-size\">Discover a world of possibilities</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"8px\"} -->\n<div style=\"height:8px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/centered-heading-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:49:09\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:39;a:19:{s:2:\"ID\";i:287;s:7:\"site_id\";i:231214916;s:5:\"title\";s:42:\"Heading with content and large image below\";s:4:\"name\";s:42:\"heading-with-content-and-large-image-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4054:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|60\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"textAlign\":\"left\",\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-x-large-font-size\">Embrace<br>sustainable fashion</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Discover more</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>We believe that fashion should be as kind to the planet as it is to your wardrobe. With a commitment to sustainability and environmental responsibility, we curate a collection of chic and eco-friendly clothing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p>From organic fabrics to recycled materials, every piece in our collection is thoughtfully crafted with the planet in mind.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|30\"} -->\n<div style=\"height:var(--wp--preset--spacing--30)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":75,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"wide\"} -->\n<figure class=\"wp-block-image alignwide size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/man-person-winter-photography-statue-coat.png\" alt=\"\" class=\"wp-image-75\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:96:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-content-and-large-image-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:48:30\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:40;a:19:{s:2:\"ID\";i:284;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Heading with two media columns\";s:4:\"name\";s:30:\"heading-with-two-media-columns\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4356:\"<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|30\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:10px\"><!-- wp:image {\"id\":285,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/e7e21c3e64f977311b55a59d66aec660.jpeg\" alt=\"\" class=\"wp-image-285\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading {\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-large-font-size\">Commitment to sustainability</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>At the heart of our mission is a commitment to sustainability. We prioritize environmentally friendly practices by sourcing locally grown produce, minimizing packaging waste, and championing sustainable farming methods.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"10px\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group\" style=\"margin-bottom:10px\"><!-- wp:image {\"id\":273,\"aspectRatio\":\"4/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"color\":[]}} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/44024b9b9c88dd50f5cf11f5c31311c5-1.jpeg\" alt=\"\" class=\"wp-image-273\" style=\"aspect-ratio:4/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:heading {\"level\":3,\"fontSize\":\"large\"} -->\n<h3 class=\"wp-block-heading has-large-font-size\">Quality and freshness</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Every step of our process, from meticulous ingredient selection to adhering to stringent standards, reflects our dedication to quality. From the initial harvest to the finished product, we uphold uncompromising standards of freshness and flavor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-two-media-columns/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:47:28\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:41;a:19:{s:2:\"ID\";i:282;s:7:\"site_id\";i:231214916;s:5:\"title\";s:27:\"Three columns with features\";s:4:\"name\";s:27:\"three-columns-with-features\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4409:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Commitment to sustainability</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">At the heart of our mission is a commitment to sustainability. We prioritize environmentally friendly practices by sourcing locally grown produce, minimizing packaging waste, and championing sustainable farming methods.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Quality and freshness</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">At our core, we\'re dedicated to delivering excellence. We take great care in selecting only the finest organic fruits and vegetables, adhering to stringent standards to guarantee optimal freshness and flavor.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"className\":\"is-service-name\",\"fontSize\":\"medium\"} -->\n<h3 class=\"wp-block-heading is-service-name has-medium-font-size\" style=\"font-style:normal;font-weight:700\">Community engagement</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"className\":\"is-service-description\"} -->\n<p class=\"is-service-description\">From fostering partnerships with local farmers to active participation in community events, we\'re deeply committed to supporting initiatives focused on food security, nutrition, and overall well-being.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/three-columns-with-features/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:17:24\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:42;a:19:{s:2:\"ID\";i:279;s:7:\"site_id\";i:231214916;s:5:\"title\";s:36:\"Four image grid, content on the left\";s:4:\"name\";s:35:\"four-image-grid-content-on-the-left\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5194:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"8px\",\"left\":\"8px\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":266,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/a0c4b80dc701de6a1143de003da3ef95-1.jpeg\" alt=\"\" class=\"wp-image-266\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":88,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/white-vase-decoration-pattern-ceramic-lamp.jpg\" alt=\"\" class=\"wp-image-88\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":62,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/plant-white-leaf-flower-vase-green.jpg\" alt=\"\" class=\"wp-image-62\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":69,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image size-full is-style-default\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"400px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:40%\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Crafting beauty</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>We are dedicated to the art of craftsmanship, where each vase is meticulously crafted to perfection. Our passion for detail and commitment to quality shines through in every piece, resulting in vases that are not just functional, but true works of art.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">More about us</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:89:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/four-image-grid-content-on-the-left/\";s:13:\"modified_date\";s:19:\"2024-07-18 12:07:14\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:43;a:19:{s:2:\"ID\";i:277;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Heading left and content right\";s:4:\"name\";s:30:\"heading-left-and-content-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3526:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"45%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:heading {\"fontSize\":\"small\"} -->\n<h2 class=\"wp-block-heading has-small-font-size\">Create anything</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Discover a world of possibilities</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"55%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:55%\"><!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our expert designers will work closely with you to bring your vision to life. From furniture selection to color schemes, we\'ll provide professional advice and guidance every step of the way to help you achieve the perfect balance of comfort, functionality, and aesthetic appeal.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-left-and-content-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:41:54\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:44;a:19:{s:2:\"ID\";i:275;s:7:\"site_id\";i:231214916;s:5:\"title\";s:29:\"Content left with image right\";s:4:\"name\";s:29:\"content-left-with-image-right\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3420:\"<!-- wp:group {\"metadata\":{\"name\":\"About\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where cycling dreams take flight</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Founded by avid cyclists with a passion for pedal-powered adventures, we\'re dedicated to providing top-quality bikes, accessories, and expert advice to riders of all levels.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Discover more</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:image {\"lightbox\":{\"enabled\":false},\"id\":70,\"aspectRatio\":\"1\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/road-sport-vintage-wheel-retro-old.jpg\" alt=\"\" class=\"wp-image-70\" style=\"aspect-ratio:1;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_about\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_about\";s:5:\"title\";s:22:\"_dotcom_imported_about\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-left-with-image-right/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:40:59\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:45;a:19:{s:2:\"ID\";i:269;s:7:\"site_id\";i:231214916;s:5:\"title\";s:40:\"Heading with image and two columns below\";s:4:\"name\";s:40:\"heading-with-image-and-two-columns-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4851:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:0;margin-bottom:0\"><!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Create anything</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"60%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":270,\"aspectRatio\":\"16/9\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/07/bc60cf21a37262b760535f0448a60acf-1.jpeg\" alt=\"\" class=\"wp-image-270\" style=\"aspect-ratio:16/9;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"top\",\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-top\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"420px\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Unleash your creativity at our pottery workshop</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"40%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:40%\"><!-- wp:paragraph -->\n<p>Join us for an immersive pottery workshop where you can explore the art of shaping clay. Learn techniques from experienced artisans, unleash your creativity, and create your own unique pieces to take home. Perfect for all skill levels!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Book now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:94:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-image-and-two-columns-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:35:10\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:46;a:19:{s:2:\"ID\";i:264;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"Heading with three images below\";s:4:\"name\";s:31:\"heading-with-three-images-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4705:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|60\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:heading {\"align\":\"wide\"} -->\n<h2 class=\"wp-block-heading alignwide\">Beyond function: vases as works of art</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:33.33%\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p class=\"has-text-align-left\">We are dedicated to the art of craftsmanship, where each vase is meticulously crafted to perfection. Our passion for detail and commitment to quality shines through in every piece, resulting in vases that are not just functional, but true works of art.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|20\"} -->\n<div style=\"height:var(--wp--preset--spacing--20)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:image {\"id\":266,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/a0c4b80dc701de6a1143de003da3ef95-1.jpeg\" alt=\"\" class=\"wp-image-266\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":62,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/plant-white-leaf-flower-vase-green.jpg\" alt=\"\" class=\"wp-image-62\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":69,\"aspectRatio\":\"2/3\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:2/3;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:85:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/heading-with-three-images-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:26:33\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:47;a:19:{s:2:\"ID\";i:261;s:7:\"site_id\";i:231214916;s:5:\"title\";s:52:\"Full-width cover with heading, paragraph, and button\";s:4:\"name\";s:50:\"full-width-cover-with-heading-paragraph-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4040:\"<!-- wp:cover {\"url\":\"https://s0.wp.com/i/woo-block-patterns/2024/07/96bbcf9839d875a42e9aaaada8132a33.jpeg\",\"id\":262,\"dimRatio\":50,\"overlayColor\":\"theme-5\",\"isUserOverlayColor\":true,\"minHeight\":558,\"minHeightUnit\":\"px\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|50\",\"bottom\":\"var:preset|spacing|40\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover alignfull\" style=\"padding-top:var(--wp--preset--spacing--50);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);min-height:558px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-theme-5-background-color has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-262\" alt=\"\" src=\"https://s0.wp.com/i/woo-block-patterns/2024/07/96bbcf9839d875a42e9aaaada8132a33.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"66.67%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:66.67%\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"className\":\"text-balance\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center text-balance has-xx-large-font-size\" style=\"margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\">Find your shade</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"300px\"} -->\n<div style=\"height:300px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Explore our exclusive collection of sunglasses, crafted to elevate your look and safeguard your eyes. Find your perfect pair and see the world through a new lens.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\",\"orientation\":\"horizontal\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"theme-1\",\"textColor\":\"theme-5\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-5\"}}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-theme-5-color has-theme-1-background-color has-text-color has-background has-link-color wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-columns are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:104:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/full-width-cover-with-heading-paragraph-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:23:05\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:48;a:19:{s:2:\"ID\";i:259;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Left-aligned header and button\";s:4:\"name\";s:30:\"left-aligned-header-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2621:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Learn More</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/left-aligned-header-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:20:39\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:49;a:19:{s:2:\"ID\";i:254;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Left-aligned content\";s:4:\"name\";s:20:\"left-aligned-content\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3792:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"verticalAlignment\":\"center\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"textAlign\":\"left\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-left has-xx-large-font-size\">A world of possibilities</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"80%\",\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|30\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:80%\"><!-- wp:paragraph {\"align\":\"left\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p class=\"has-text-align-left\">Welcome to a world of limitless possibilities, where the journey is as exhilarating as the destination, and where every moment is an opportunity to make your mark on the canvas of existence.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Get Started</a></div><!-- /wp:button -->\n\n<!-- wp:button {\"className\":\"is-style-outline\"} --><div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Learn more</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></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:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/left-aligned-content/\";s:13:\"modified_date\";s:19:\"2024-07-23 14:32:19\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:50;a:19:{s:2:\"ID\";i:252;s:7:\"site_id\";i:231214916;s:5:\"title\";s:32:\"Pull right with wide image below\";s:4:\"name\";s:32:\"pull-right-with-wide-image-below\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3885:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:heading {\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-x-large-font-size\">Ride into adventure</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Zoom through the streets on this premium 3-speed bike. Manufactured and assembled in Germany in the 80s.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop now</a></div><!-- /wp:button -->\n\n<!-- wp:button {\"className\":\"is-style-outline\"} --><div class=\"wp-block-button is-style-outline\"><a class=\"wp-block-button__link wp-element-button\">Discover collection</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"30%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:30%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":70,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"wide\",\"className\":\"is-style-default\"} -->\n<figure class=\"wp-block-image alignwide size-full is-style-default\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/road-sport-vintage-wheel-retro-old.jpg\" alt=\"\" class=\"wp-image-70\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:86:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/pull-right-with-wide-image-below/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:17:04\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:51;a:19:{s:2:\"ID\";i:249;s:7:\"site_id\";i:231214916;s:5:\"title\";s:39:\"Fullwidth image with content and button\";s:4:\"name\";s:39:\"fullwidth-image-with-content-and-button\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3735:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\",\"categories\":[\"intro\"],\"patternName\":\"a8c/intro-fullwidth-image-with-content-and-button-2\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:cover {\"url\":\"https://s1.wp.com/i/woo-block-patterns/2024/07/0ad9cb5f991125c89fc952521795a1e6-1.jpeg\",\"id\":250,\"dimRatio\":0,\"customOverlayColor\":\"#FFF\",\"isUserOverlayColor\":true,\"minHeight\":550,\"minHeightUnit\":\"px\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:550px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#FFF\"></span><img class=\"wp-block-cover__image-background wp-image-250\" alt=\"\" src=\"https://s1.wp.com/i/woo-block-patterns/2024/07/0ad9cb5f991125c89fc952521795a1e6-1.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-ast-global-color-2-color has-text-color\">Vintage vinyl treasures</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Step back in time and groove to the melodies of vinyl records. Dive into our eclectic collection, where each record spins tales of nostalgia and magic.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop vinyl records</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/fullwidth-image-with-content-and-button/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:15:23\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:52;a:19:{s:2:\"ID\";i:247;s:7:\"site_id\";i:231214916;s:5:\"title\";s:26:\"Large left-aligned heading\";s:4:\"name\";s:26:\"large-left-aligned-heading\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2447:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\",\"categories\":[\"intro\"],\"patternName\":\"a8c/intro-left-aligned-header-and-button\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading -->\n<h2 class=\"wp-block-heading\">A world filled with boundless opportunities and endless potential</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:80:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/large-left-aligned-heading/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:11:33\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:53;a:19:{s:2:\"ID\";i:244;s:7:\"site_id\";i:231214916;s:5:\"title\";s:37:\"Centered heading with two column text\";s:4:\"name\";s:37:\"centered-heading-with-two-column-text\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4449:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\",\"categories\":[\"intro\"],\"patternName\":\"a8c/centered-heading-with-two-column-text\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"15%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:15%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"70%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:70%\"><!-- wp:heading {\"textAlign\":\"center\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-xx-large-font-size\">Welcome home</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textAlign\":\"center\"} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-align-center wp-element-button\">Get Started</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"15%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:15%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>We believe that your home should be a reflection of your unique style and personality. Our curated collection of home essentials and decor pieces is designed to help you create a space that feels truly like you. From cozy furnishings to stylish accents, we offer everything you need to turn your house into a home.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:paragraph -->\n<p>Our expert designers will work closely with you to bring your vision to life. From furniture selection to color schemes, we\'ll provide professional advice and guidance every step of the way to help you achieve the perfect balance of comfort, functionality, and aesthetic appeal.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:91:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/centered-heading-with-two-column-text/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:08:38\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:54;a:19:{s:2:\"ID\";i:243;s:7:\"site_id\";i:231214916;s:5:\"title\";s:33:\"Two column with image and content\";s:4:\"name\";s:35:\"two-column-with-image-and-content-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3498:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"verticalAlignment\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center\"><!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":69,\"aspectRatio\":\"3/4\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/tree-branch-plant-wood-leaf-flower.jpg\" alt=\"\" class=\"wp-image-69\" style=\"aspect-ratio:3/4;object-fit:cover\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:heading {\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-xx-large-font-size\">Elevate your greenery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Spruce up your plants with our delightful ceramic pots, lovingly crafted to bring joy to your indoor and outdoor spaces.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:89:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/two-column-with-image-and-content-2/\";s:13:\"modified_date\";s:19:\"2024-07-04 14:02:00\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:55;a:19:{s:2:\"ID\";i:242;s:7:\"site_id\";i:231214916;s:5:\"title\";s:16:\"Centered content\";s:4:\"name\";s:18:\"centered-content-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3583:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"60%\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:60%\"><!-- wp:heading {\"textAlign\":\"center\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-xx-large-font-size\">Ride into adventure</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"70%\"}}} -->\n<p class=\"has-text-align-center\">Welcome to your ultimate destination for high-quality bikes that fuel your passion for adventure. Whether you\'re a casual rider, a mountain biking enthusiast, or a road cycling pro, our diverse range of bikes promises to elevate your riding experience. Each bike is crafted with precision, combining cutting-edge technology and superior craftsmanship.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Explore our collection</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:72:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/centered-content-2/\";s:13:\"modified_date\";s:19:\"2024-07-01 15:06:53\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:56;a:19:{s:2:\"ID\";i:241;s:7:\"site_id\";i:231214916;s:5:\"title\";s:39:\"Content with button and fullwidth image\";s:4:\"name\";s:41:\"content-with-button-and-fullwidth-image-3\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3540:\"<!-- wp:group {\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"0\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:0;padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:heading {\"textAlign\":\"center\",\"textColor\":\"ast-global-color-2\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-ast-global-color-2-color has-text-color\">Sit back and relax</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">With a wide range of designer chairs to elevate your living space.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:cover {\"url\":\"https://s1.wp.com/i/woo-block-patterns/2024/06/fa0e410e907dc5ba65806d0a9e45c89c.jpeg\",\"id\":231,\"dimRatio\":0,\"customOverlayColor\":\"#FFF\",\"isUserOverlayColor\":true,\"minHeight\":550,\"minHeightUnit\":\"px\",\"isDark\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"min-height:550px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-0 has-background-dim\" style=\"background-color:#FFF\"></span><img class=\"wp-block-cover__image-background wp-image-231\" alt=\"\" src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/fa0e410e907dc5ba65806d0a9e45c89c.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer -->\n<div style=\"height:100px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:95:\"https://wooblockpatterns.wpcomstaging.com/2024/07/01/content-with-button-and-fullwidth-image-3/\";s:13:\"modified_date\";s:19:\"2024-07-05 09:58:45\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:57;a:19:{s:2:\"ID\";i:239;s:7:\"site_id\";i:231214916;s:5:\"title\";s:41:\"Left-aligned content overlaid on an image\";s:4:\"name\";s:43:\"left-aligned-content-overlaid-on-an-image-2\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3486:\"<!-- wp:cover {\"url\":\"https://s1.wp.com/i/woo-block-patterns/2024/06/man-person-music-black-and-white-white-photography.jpg\",\"id\":79,\"dimRatio\":30,\"customOverlayColor\":\"#010101\",\"isUserOverlayColor\":true,\"focalPoint\":{\"x\":0.45,\"y\":0.19},\"contentPosition\":\"bottom left\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-bottom-left alignfull\" style=\"padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-30 has-background-dim\" style=\"background-color:#010101\"></span><img class=\"wp-block-cover__image-background wp-image-79\" alt=\"\" src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/man-person-music-black-and-white-white-photography.jpg\" style=\"object-position:45% 19%\" data-object-fit=\"cover\" data-object-position=\"45% 19%\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|80\"} -->\n<div style=\"height:var(--wp--preset--spacing--80)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"700px\",\"wideSize\":\"960px\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"left\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"}},\"className\":\"text-balance\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-left text-balance has-text-color has-link-color has-xx-large-font-size\" style=\"color:#fefefe;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\">Sounds like no other</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"left\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"},\"spacing\":{\"margin\":{\"bottom\":\"var:preset|spacing|30\"}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#fefefe;margin-bottom:var(--wp--preset--spacing--30)\">Experience your music like never before with our latest generation of hi-fidelity headphones.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-buttons alignwide\"><!-- wp:button {\"backgroundColor\":\"theme-1\",\"textColor\":\"theme-5\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-5\"}}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-theme-5-color has-theme-1-background-color has-text-color has-background has-link-color wp-element-button\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:97:\"https://wooblockpatterns.wpcomstaging.com/2024/06/28/left-aligned-content-overlaid-on-an-image-2/\";s:13:\"modified_date\";s:19:\"2024-07-05 10:42:03\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:58;a:19:{s:2:\"ID\";i:235;s:7:\"site_id\";i:231214916;s:5:\"title\";s:43:\"Center-aligned content overlaid on an image\";s:4:\"name\";s:44:\"fullwidth-image-with-call-to-action-overlaid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3467:\"<!-- wp:cover {\"url\":\"https://s0.wp.com/i/woo-block-patterns/2024/06/8d8416beec2ca80653d3b811bf6b1f77.jpeg\",\"id\":237,\"dimRatio\":20,\"customOverlayColor\":\"#010101\",\"isUserOverlayColor\":true,\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\",\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#ffffff\"}}}},\"className\":\"alignfull\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover alignfull has-text-color has-link-color\" style=\"color:#ffffff;padding-top:var(--wp--preset--spacing--40);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-20 has-background-dim\" style=\"background-color:#010101\"></span><img class=\"wp-block-cover__image-background wp-image-237\" alt=\"\" src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/8d8416beec2ca80653d3b811bf6b1f77.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"padding\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignwide\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:spacer {\"height\":\"var:preset|spacing|70\"} -->\n<div style=\"height:var(--wp--preset--spacing--70)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\",\"wideSize\":\"580px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:heading {\"textAlign\":\"center\",\"align\":\"wide\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"}},\"className\":\"text-balance\",\"fontSize\":\"xx-large\"} -->\n<h2 class=\"wp-block-heading alignwide has-text-align-center text-balance has-text-color has-link-color has-xx-large-font-size\" style=\"color:#fefefe;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0\">Find your groove</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"#fefefe\"}}},\"color\":{\"text\":\"#fefefe\"}}} -->\n<p class=\"has-text-align-center has-text-color has-link-color\" style=\"color:#fefefe\">Embark on a musical adventure, where every chord is a step towards harmony. Discover guitars of all shapes, sizes, and melodies.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"},\"style\":{\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"backgroundColor\":\"theme-1\",\"textColor\":\"theme-5\",\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|theme-5\"}}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-theme-5-color has-theme-1-background-color has-text-color has-background has-link-color wp-element-button\">Discover collection</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|70\"} -->\n<div style=\"height:var(--wp--preset--spacing--70)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:98:\"https://wooblockpatterns.wpcomstaging.com/2024/06/28/fullwidth-image-with-call-to-action-overlaid/\";s:13:\"modified_date\";s:19:\"2024-07-05 09:24:31\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:59;a:19:{s:2:\"ID\";i:224;s:7:\"site_id\";i:231214916;s:5:\"title\";s:39:\"Fullwidth content with background image\";s:4:\"name\";s:39:\"fullwidth-content-with-background-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2606:\"<!-- wp:cover {\"url\":\"https://s0.wp.com/i/woo-block-patterns/2024/06/772d1d20f57861f0aa71dccda165b03e.jpeg\",\"id\":222,\"dimRatio\":0,\"overlayColor\":\"theme-5\",\"isUserOverlayColor\":true,\"minHeightUnit\":\"vh\",\"isDark\":false,\"metadata\":{\"name\":\"Intro\"},\"align\":\"full\",\"className\":\"alignfull\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|20\",\"bottom\":\"var:preset|spacing|20\",\"left\":\"var:preset|spacing|40\",\"right\":\"var:preset|spacing|40\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-cover alignfull is-light\" style=\"margin-top:0;margin-bottom:0;padding-top:var(--wp--preset--spacing--20);padding-right:var(--wp--preset--spacing--40);padding-bottom:var(--wp--preset--spacing--20);padding-left:var(--wp--preset--spacing--40)\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-theme-5-background-color has-background-dim-0 has-background-dim\"></span><img class=\"wp-block-cover__image-background wp-image-222\" alt=\"\" src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/772d1d20f57861f0aa71dccda165b03e.jpeg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:spacer {\"height\":\"var:preset|spacing|50\"} -->\n<div style=\"height:var(--wp--preset--spacing--50)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"metadata\":{\"name\":\"Content\"},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"xx-large\"} -->\n<p class=\"has-text-align-center has-xx-large-font-size\">Craft your Story</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">Welcome to the place where the journey of a thousand stories begins. Embrace the transformative power of writing, and let your voice echo through the pages of time. Join us, and turn your imagination into reality.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|10\",\"style\":{\"layout\":[]}} -->\n<div style=\"height:var(--wp--preset--spacing--10)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\">Discover more</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"var:preset|spacing|50\"} -->\n<div style=\"height:var(--wp--preset--spacing--50)\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div></div>\n<!-- /wp:cover -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:22:\"_dotcom_imported_intro\";a:3:{s:4:\"slug\";s:22:\"_dotcom_imported_intro\";s:5:\"title\";s:22:\"_dotcom_imported_intro\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/06/28/fullwidth-content-with-background-image/\";s:13:\"modified_date\";s:19:\"2024-07-24 11:18:13\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:60;a:19:{s:2:\"ID\";i:208;s:7:\"site_id\";i:231214916;s:5:\"title\";s:32:\"Small Discount Banner with Image\";s:4:\"name\";s:32:\"small-discount-banner-with-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2269:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/small-discount-banner-with-image\",\"name\":\"Small Discount Banner with Image\"},\"style\":{\"color\":{\"background\":\"#fcf8e1\"},\"spacing\":{\"padding\":{\"top\":\"20px\",\"right\":\"20px\",\"bottom\":\"20px\",\"left\":\"20px\"}}}} -->\n<div class=\"wp-block-columns has-background\" style=\"background-color:#fcf8e1;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px\"><!-- wp:column {\"width\":\"45%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:45%\"><!-- wp:group {\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"},\"padding\":{\"left\":\"25px\",\"top\":\"25px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:0;padding-top:25px;padding-left:25px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1\",\"fontSize\":\"30px\"}}} -->\n<p style=\"font-size:30px;font-style:normal;font-weight:300;line-height:1\"><em>Chairs</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"0\",\"fontSize\":\"30px\"},\"color\":{\"text\":\"#74227b\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#74227b\"}}}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#74227b;font-size:30px;font-style:normal;font-weight:300;line-height:0\"><em>from</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#74227b\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"900\",\"fontSize\":\"52px\",\"lineHeight\":\"1.2\"},\"elements\":{\"link\":{\"color\":{\"text\":\"#74227b\"}}}}} -->\n<p class=\"has-text-color has-link-color\" style=\"color:#74227b;font-size:52px;font-style:normal;font-weight:900;line-height:1.2\"><a href=\"https://wooblockpatterns.wpcomstaging.com/shop/\">$149</a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":117,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-lg.png\" alt=\"\" class=\"wp-image-117\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:86:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/small-discount-banner-with-image/\";s:13:\"modified_date\";s:19:\"2024-11-06 17:35:31\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:61;a:19:{s:2:\"ID\";i:206;s:7:\"site_id\";i:231214916;s:5:\"title\";s:13:\"Shop by Price\";s:4:\"name\";s:13:\"shop-by-price\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:11069:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/shop-by-price\",\"name\":\"Shop by Price\"},\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#e09300\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"isDark\":false,\"style\":{\"spacing\":{\"blockGap\":\"0em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"is-light has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover is-light has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#e09300\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?rating_filter=5\">Highest</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?rating_filter=5\">rated</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?rating_filter=5\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><strong>Outdoor Furniture &amp; Accessories</strong></a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#6f64f1\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"blockGap\":\"0.8em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#6f64f1\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?max_price=15\">Under</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?max_price=15\">$15</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?max_price=15\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n					<strong>Summer Dinning</strong>\n				</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#c1d21c\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"blockGap\":\"0.8em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#c1d21c\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?max_price=25\">Under</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?max_price=25\">$25</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?max_price=25\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n					<strong>Women\'s Styles</strong>\n				</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"25%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:25%\"><!-- wp:cover {\"customOverlayColor\":\"#10ca99\",\"isUserOverlayColor\":true,\"minHeight\":130,\"minHeightUnit\":\"px\",\"contentPosition\":\"top left\",\"style\":{\"spacing\":{\"blockGap\":\"0.8em\",\"padding\":{\"top\":\"0.8em\"}}},\"className\":\"has-background-color has-text-color\"} -->\n<div class=\"wp-block-cover has-custom-content-position is-position-top-left has-background-color has-text-color\" style=\"padding-top:0.8em;min-height:130px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-100 has-background-dim\" style=\"background-color:#10ca99\"></span><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"left\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} -->\n<p class=\"has-text-align-left has-text-color has-link-color\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><a style=\"text-decoration:none\" href=\"/shop/?max_price=20\">Under</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"5px\"}},\"color\":{\"text\":\"#ffffff\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}},\"fontSize\":\"large\"} -->\n<p class=\"has-text-color has-link-color has-large-font-size\" style=\"color:#ffffff;margin-top:0px;margin-bottom:5px;font-size:0.7em;line-height:1\"><strong><a style=\"text-decoration:none\" href=\"/shop/?max_price=20\">$20</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover -->\n\n<!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"textColor\":\"contrast\",\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"left\":\"0\",\"right\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"className\":\"is-style-outline\",\"fontSize\":\"small\"} --><div class=\"wp-block-button has-custom-font-size is-style-outline has-small-font-size\"><a class=\"wp-block-button__link has-contrast-color has-text-color wp-element-button\" href=\"/shop/?max_price=20\" style=\"border-style:none;border-width:0px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\">\n					<strong>Kids\' Styles</strong>\n				</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:67:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/shop-by-price/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:41:33\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:62;a:19:{s:2:\"ID\";i:204;s:7:\"site_id\";i:231214916;s:5:\"title\";s:42:\"Product List with Full Product Description\";s:4:\"name\";s:42:\"product-list-with-full-product-description\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3309:\"<!-- wp:query {\"queryId\":18,\"query\":{\"perPage\":\"5\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-product-list-with-full-product-description\",\"name\":\"Product List with Full Product Description\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"default\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:columns {\"isStackedOnMobile\":false} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:post-terms {\"term\":\"product_cat\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-sku {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-button {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:96:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-list-with-full-product-description/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:35:59\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:63;a:19:{s:2:\"ID\";i:202;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Product List with 1:1 Images\";s:4:\"name\";s:27:\"product-list-with-11-images\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2434:\"<!-- wp:query {\"queryId\":16,\"query\":{\"perPage\":\"5\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-product-list-with-1-1-images\",\"name\":\"Product List with 1:1 Images\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"default\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:columns {\"isStackedOnMobile\":false} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:post-excerpt {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /-->\n\n<!-- wp:woocommerce/product-button {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-list-with-11-images/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:35:29\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:64;a:19:{s:2:\"ID\";i:200;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Minimal Product List\";s:4:\"name\";s:20:\"minimal-product-list\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2060:\"<!-- wp:query {\"queryId\":14,\"query\":{\"perPage\":\"5\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-minimal-product-list\",\"name\":\"Minimal Product List\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"default\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:columns {\"isStackedOnMobile\":false} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/minimal-product-list/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:34:48\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:65;a:19:{s:2:\"ID\";i:198;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"4-Column Product Row\";s:4:\"name\";s:20:\"4-column-product-row\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2017:\"<!-- wp:query {\"queryId\":10,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-query-4-column-product-row\",\"name\":\"4-Column Product Row\"},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":4},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\",\"justifyContent\":\"space-between\",\"orientation\":\"horizontal\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/product-button {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n<!-- /wp:post-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:query -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/4-column-product-row/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:34:06\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:66;a:19:{s:2:\"ID\";i:192;s:7:\"site_id\";i:231214916;s:5:\"title\";s:44:\"Product Listing with Gallery and Description\";s:4:\"name\";s:44:\"product-listing-with-gallery-and-description\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:7230:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-listing-with-gallery-and-description\",\"name\":\"Product Listing with Gallery and Description\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":{\"top\":\"60px\",\"left\":\"60px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:columns {\"isStackedOnMobile\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"},\"blockGap\":{\"top\":\"1.5rem\",\"left\":\"1.5rem\"}}}} -->\n<div class=\"wp-block-columns is-not-stacked-on-mobile\" style=\"margin-top:0;margin-bottom:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"width\":\"15%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"var:preset|spacing|20\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0\"}},\"layout\":{\"type\":\"constrained\",\"wideSize\":\"80px\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:var(--wp--preset--spacing--20);padding-bottom:0;padding-left:0;flex-basis:15%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"1rem\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"verticalAlignment\":\"center\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":193,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"color\":\"#dddddd\",\"width\":\"1px\",\"radius\":\"5px\"}},\"className\":\"is-resized\"} -->\n<figure class=\"wp-block-image size-full has-custom-border is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/desk-table-wood-chair-floor-home-square.png\" alt=\"\" class=\"has-border-color wp-image-193\" style=\"border-color:#dddddd;border-width:1px;border-radius:5px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":194,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"color\":\"#dddddd\",\"width\":\"1px\",\"radius\":\"5px\"}},\"className\":\"is-resized\"} -->\n<figure class=\"wp-block-image size-full has-custom-border is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-1.png\" alt=\"\" class=\"has-border-color wp-image-194\" style=\"border-color:#dddddd;border-width:1px;border-radius:5px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":195,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"style\":{\"border\":{\"color\":\"#dddddd\",\"width\":\"1px\",\"radius\":\"5px\"}},\"className\":\"is-resized\"} -->\n<figure class=\"wp-block-image size-full has-custom-border is-resized\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/table-floor-home-living-room-furniture-room-square.png\" alt=\"\" class=\"has-border-color wp-image-195\" style=\"border-color:#dddddd;border-width:1px;border-radius:5px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"85%\",\"style\":{\"spacing\":{\"blockGap\":\"0\"}}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:85%\"><!-- wp:image {\"id\":196,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/table-wood-chair-floor-living-room-furniture-vertical.png\" alt=\"\" class=\"wp-image-196\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"typography\":{\"fontSize\":\"48px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"textColor\":\"foreground\"} -->\n<h2 class=\"wp-block-heading has-foreground-color has-text-color\" style=\"font-size:48px;font-style:normal;font-weight:700\">Patterned Upright, Orange and White, Wood Legs</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"0px\",\"margin\":{\"top\":\"10px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:10px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"textColor\":\"luminous-vivid-amber\"} -->\n<p class=\"has-luminous-vivid-amber-color has-text-color\">★★★★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe8a4\"},\"spacing\":{\"margin\":{\"right\":\"5px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe8a4;margin-right:5px\">★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"}},\"textColor\":\"foreground\"} -->\n<p class=\"has-foreground-color has-text-color\" style=\"font-size:0.7em\">\n				<strong>4.2</strong>(1,079 reviews)\n			</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\",\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"margin\":{\"top\":\"2px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:2px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"1.2em\"}},\"textColor\":\"foreground\"} -->\n<p class=\"has-foreground-color has-text-color\" style=\"font-size:1.2em\">\n				<strong><sup><sub>$</sub></sup>37.49</strong>\n			</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"color\":{\"text\":\"#7c0a99\"}}} -->\n<p class=\"has-text-color\" style=\"color:#7c0a99;font-size:0.7em\">Save $10 <s>was $47.49</s></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"18px\"}},\"textColor\":\"foreground\"} -->\n<p class=\"has-foreground-color has-text-color\" style=\"font-size:18px\">Designed with your well-being in mind, this chair features a contoured backrest that provides exceptional lumbar support, helping to reduce strain on your back during long hours of sitting. The adjustable height and tilt mechanisms allow you to customize the chair to your preferred sitting position, ensuring a comfortable and productive workday. Upholstered in premium fabric and available in a variety of colors, the Harmony Ergonomic Chair adds a touch of elegance to any room.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"80px\",\"right\":\"80px\"}},\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000;padding-right:80px;padding-left:80px\">Add to cart</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"16px\"}}} -->\n<p style=\"font-size:16px\">SKU 6355793</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:98:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-listing-with-gallery-and-description/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:33:29\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:67;a:19:{s:2:\"ID\";i:188;s:7:\"site_id\";i:231214916;s:5:\"title\";s:12:\"Product Hero\";s:4:\"name\";s:12:\"product-hero\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1616:\"\n<!-- wp:woocommerce/single-product {\"isPreview\":true,\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-single-product alignwide\">\n	<!-- wp:columns -->\n	<div class=\"wp-block-columns\">\n		<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"40%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n		<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;flex-basis:40%\">\n			<!-- wp:woocommerce/product-image {\"showSaleBadge\":false,\"isDescendentOfSingleProductBlock\":true,\"height\":\"300px\"} /-->\n		</div>\n		<!-- /wp:column -->\n\n		<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"60%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\",\"contentSize\":\"650px\"}} -->\n		<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:60%\">\n			<!-- wp:post-title {\"textAlign\":\"\",\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}},\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n			<!-- wp:woocommerce/product-price {\"isDescendentOfSingleProductBlock\":true} /-->\n\n			<!-- wp:group {\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n			<div class=\"wp-block-group\">\n				<!-- wp:woocommerce/product-button {\"isDescendentOfSingleProductBlock\":true} /-->\n			</div>\n			<!-- /wp:group -->\n\n			<!-- wp:post-excerpt {\"__woocommerceNamespace\":\"woocommerce/product-query/product-summary\"} /-->\n		</div>\n		<!-- /wp:column -->\n	</div>\n	<!-- /wp:columns -->\n</div>\n<!-- /wp:woocommerce/single-product -->\n\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-hero/\";s:13:\"modified_date\";s:19:\"2025-02-14 15:20:35\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:68;a:19:{s:2:\"ID\";i:186;s:7:\"site_id\";i:231214916;s:5:\"title\";s:27:\"Featured Products 2 Columns\";s:4:\"name\";s:27:\"featured-products-2-columns\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2625:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/featured-products-2-cols\",\"name\":\"Featured Products 2 Columns\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:query {\"queryId\":8,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"24px\",\"top\":\"0\"}}}} /-->\n\n<!-- wp:columns {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-columns are-vertically-aligned-bottom\"><!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"bottom\"} -->\n<div class=\"wp-block-column is-vertically-aligned-bottom\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"right\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0rem\",\"top\":\"0\"}}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\"><strong>Fan favorites</strong></h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Get ready to start the season right. All the fan favorites in one place at the best price.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"width\":50} --><div class=\"wp-block-button has-custom-width wp-block-button__width-50\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\">Shop All</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/featured-products-2-columns/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:30:24\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:69;a:19:{s:2:\"ID\";i:182;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Product Details Pattern\";s:4:\"name\";s:23:\"product-details-pattern\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:8559:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-details-pattern\",\"name\":\"Product Details Pattern\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"40px\",\"bottom\":\"0\",\"left\":\"0px\"},\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:40px;padding-bottom:0;padding-left:0px\"><!-- wp:image {\"id\":183,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/table-floor-home-living-room-furniture-room.png\" alt=\"\" class=\"wp-image-183\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\",\"left\":\"0\"},\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"0.2em\",\"bottom\":\"0.2em\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:0.2em;margin-bottom:0.2em;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"5px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"0\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0px;padding-right:5px;padding-bottom:0px;padding-left:0px\"><!-- wp:image {\"id\":184,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/table-white-chair-floor-shelf-lamp-square-lg.png\" alt=\"\" class=\"wp-image-184\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:image {\"id\":117,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-lg.png\" alt=\"\" class=\"wp-image-117\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"style\":{\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-color has-x-large-font-size\" style=\"color:#000000\">Luxurious Charcoal Grey Upholstered Sofa</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"0px\",\"margin\":{\"top\":\"10px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:10px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fcb900\"}}} -->\n<p class=\"has-text-color\" style=\"color:#fcb900\">★★★★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#ffe8a4\"},\"spacing\":{\"margin\":{\"right\":\"5px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#ffe8a4;margin-right:5px\">★</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.7em\">  <strong>4.2</strong>(1,079 reviews)</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\",\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"margin\":{\"top\":\"2px\",\"bottom\":\"0px\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:2px;margin-bottom:0px;padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"1.2em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:1.2em\"><strong><sup><sub>$</sub></sup>158.99</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.7em\"><s>was $173.99</s></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"color\":{\"text\":\"#C51313\"}}} -->\n<p class=\"has-text-color\" style=\"color:#C51313;font-size:0.7em\"><strong>9% off</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"margin\":{\"top\":\"5px\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:5px\"><!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#00A510\"},\"typography\":{\"fontSize\":\"0.7em\"},\"spacing\":{\"margin\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#00A510;margin-top:0px;margin-right:0px;margin-bottom:0px;margin-left:0px;font-size:0.7em\"><strong>Free 2-Day Shipping</strong></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.8em\">The \"Modern Elegance: Luxurious Charcoal Grey Upholstered Sofa\" harmonizes style and comfort to redefine your living space. This stunning piece is crafted with plush, high-density foam cushions, enveloped in a rich, charcoal grey fabric that is invitingly soft to the touch. Its clean lines and contemporary silhouette are complemented by the sturdy wooden frame, making it a durable yet stylish addition to any home decor. Whether you\'re lounging or entertaining, this sofa promises unrivaled comfort and a look that\'s seamlessly chic.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"text\":\"#ffffff\",\"background\":\"#000000\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" style=\"color:#ffffff;background-color:#000000\">Add to cart</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.8em\"><strong>Features</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"style\":{\"spacing\":{\"margin\":{\"top\":\"10px\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}},\"color\":{\"text\":\"#000000\"}},\"className\":\"has-foreground-color\"} -->\n<ul style=\"color:#000000;margin-top:10px;margin-right:0;margin-bottom:0;margin-left:0\" class=\"wp-block-list has-foreground-color has-text-color\"><!-- wp:list-item {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"}}} -->\n<li style=\"font-size:0.8em\">Top shelf weight capacity of 100 lbs</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"}}} -->\n<li style=\"font-size:0.8em\">Drawer weight capacity of 50 lbs</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"0.8em\"},\"color\":{\"text\":\"#000000\"}}} -->\n<p class=\"has-text-color\" style=\"color:#000000;font-size:0.8em\"><strong>Weight and Dimensions</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:table {\"hasFixedLayout\":false,\"style\":{\"typography\":{\"fontSize\":\"0.7em\"},\"color\":{\"text\":\"#000000\"}},\"backgroundColor\":\"background\",\"className\":\"is-style-stripes\"} -->\n<figure class=\"wp-block-table is-style-stripes\" style=\"font-size:0.7em\"><table class=\"has-background-background-color has-text-color has-background\" style=\"color:#000000\"><tbody><tr><td>Overall</td><td>36.5\'\' H X 40\'\' W X 20\'\' D</td></tr><tr><td>Drawer Interior</td><td>2\'\' H X 29.25\'\' W X 12.5\'\' D</td></tr><tr><td>Countertop</td><td>40\'\' W X 20\'\' D</td></tr><tr><td>Countertop Thickness</td><td>0.7\'\' H</td></tr><tr><td>Overall Product Weight</td><td>39.6 lb.</td></tr></tbody></table></figure>\n<!-- /wp:table --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-details-pattern/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:29:31\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:70;a:19:{s:2:\"ID\";i:180;s:7:\"site_id\";i:231214916;s:5:\"title\";s:31:\"Product Details Product Listing\";s:4:\"name\";s:31:\"product-details-product-listing\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1582:\"\n<!-- wp:woocommerce/single-product {\"isPreview\":true} -->\n<div class=\"wp-block-woocommerce-single-product\">\n	<!-- wp:columns -->\n	<div class=\"wp-block-columns\">\n		<!-- wp:column -->\n		<div class=\"wp-block-column\">\n			<!-- wp:post-featured-image {\"height\":\"490px\"} /-->\n\n			<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n			<div class=\"wp-block-group\">\n				<!-- wp:woocommerce/product-rating-stars {\"isDescendentOfSingleProductBlock\":true,\"textColor\":\"luminous-vivid-amber\",\"style\":{\"spacing\":{\"margin\":{\"right\":\"5px\"}}}} /-->\n				<!-- wp:woocommerce/product-average-rating {\"style\":{\"typography\":{\"fontWeight\":\"600\",\"fontSize\":\"14px\"}}} /-->\n				<!-- wp:woocommerce/product-rating-counter {\"isDescendentOfSingleProductBlock\":true,\"style\":{\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|contrast\"}}},\"typography\":{\"fontSize\":\"14px\"}}} /-->\n			</div>\n			<!-- /wp:group -->\n\n			<!-- wp:post-title {\"textAlign\":\"center\",\"isLink\":true,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}},\"fontSize\":\"x-large\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n			<!-- wp:woocommerce/product-price {\"textAlign\":\"center\",\"isDescendentOfSingleProductBlock\":true,\"style\":{\"typography\":{\"fontSize\":\"28px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n			<!-- wp:woocommerce/product-button {\"textAlign\":\"center\",\"isDescendentOfSingleProductBlock\":true} /-->\n		</div>\n		<!-- /wp:column -->\n	</div>\n	<!-- /wp:columns -->\n</div>\n<!-- /wp:woocommerce/single-product -->\n\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:85:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-details-product-listing/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:28:16\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:71;a:19:{s:2:\"ID\";i:178;s:7:\"site_id\";i:231214916;s:5:\"title\";s:35:\"Product Collections Newest Arrivals\";s:4:\"name\";s:35:\"product-collections-newest-arrivals\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1993:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collections-newest-arrivals\",\"name\":\"Product Collections Newest Arrivals\"},\"align\":\"wide\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Our newest arrivals</h3>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:buttons {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-buttons\"><!-- wp:button --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\">More new products</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:query {\"queryId\":6,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"className\":\"products-block-post-template\",\"layout\":{\"type\":\"grid\",\"columnCount\":4},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:89:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collections-newest-arrivals/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:26:37\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:72;a:19:{s:2:\"ID\";i:172;s:7:\"site_id\";i:231214916;s:5:\"title\";s:40:\"Product Collections Featured Collections\";s:4:\"name\";s:40:\"product-collections-featured-collections\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4771:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collections-featured-collections\",\"name\":\"Product Collections Featured Collections\"},\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":{\"top\":\"0\",\"left\":\"0\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:column {\"width\":\"50%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"30px\",\"right\":\"30px\",\"bottom\":\"30px\",\"left\":\"30px\"}},\"color\":{\"background\":\"#f3edd8\"}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#f3edd8;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;flex-basis:50%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-color has-x-large-font-size\" style=\"color:#000000;font-style:normal;font-weight:700\">Tech gifts under $100</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"18px\",\"right\":\"18px\",\"top\":\"9px\",\"bottom\":\"9px\"}},\"typography\":{\"fontSize\":\"16px\"},\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"}}} --><div class=\"wp-block-button has-custom-font-size\" style=\"font-size:16px\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"color:#ffffff;background-color:#000000;padding-top:9px;padding-right:18px;padding-bottom:9px;padding-left:18px\">Shop tech</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":173,\"width\":\"140px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/technology-white-camera-photography-vintage-photographer.png\" alt=\"\" class=\"wp-image-173\" style=\"width:140px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":174,\"width\":\"140px\",\"height\":\"100px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/leather-guitar-typewriter-red-gadget-sofa.png\" alt=\"\" class=\"wp-image-174\" style=\"width:140px;height:100px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"50%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"30px\",\"right\":\"30px\",\"bottom\":\"30px\",\"left\":\"30px\"}},\"color\":{\"background\":\"#d8f2f3\"}}} -->\n<div class=\"wp-block-column has-background\" style=\"background-color:#d8f2f3;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px;flex-basis:50%\"><!-- wp:heading {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#000000\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-color has-x-large-font-size\" style=\"color:#000000;font-style:normal;font-weight:700\">For the gamers</h2>\n<!-- /wp:heading -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"spacing\":{\"padding\":{\"left\":\"18px\",\"right\":\"18px\",\"top\":\"9px\",\"bottom\":\"9px\"}},\"typography\":{\"fontSize\":\"16px\"},\"color\":{\"background\":\"#000000\",\"text\":\"#ffffff\"}}} --><div class=\"wp-block-button has-custom-font-size\" style=\"font-size:16px\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"color:#ffffff;background-color:#000000;padding-top:9px;padding-right:18px;padding-bottom:9px;padding-left:18px\">Shop games</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:image {\"id\":175,\"width\":\"140px\",\"height\":\"100px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/music-technology-play-equipment-studio-gadget.png\" alt=\"\" class=\"wp-image-175\" style=\"width:140px;height:100px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":176,\"width\":\"140px\",\"height\":\"100px\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/technology-joystick-gadget-console-games-playstation.png\" alt=\"\" class=\"wp-image-176\" style=\"width:140px;height:100px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:94:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collections-featured-collections/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:25:38\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:73;a:19:{s:2:\"ID\";i:169;s:7:\"site_id\";i:231214916;s:5:\"title\";s:39:\"Product Collections Featured Collection\";s:4:\"name\";s:39:\"product-collections-featured-collection\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4254:\"<!-- wp:columns {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collections-featured-collection\",\"name\":\"Product Collections Featured Collection\"},\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#333333\"},\"spacing\":{\"padding\":{\"top\":\"1.3rem\",\"right\":\"1.3rem\",\"bottom\":\"1.3rem\",\"left\":\"1.3rem\"}}},\"textColor\":\"white\"} -->\n<div class=\"wp-block-columns alignwide has-white-color has-text-color has-background\" style=\"background-color:#333333;padding-top:1.3rem;padding-right:1.3rem;padding-bottom:1.3rem;padding-left:1.3rem\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"33.33%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"var:preset|spacing|40\",\"left\":\"var:preset|spacing|40\"}}}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"padding-right:var(--wp--preset--spacing--40);padding-left:var(--wp--preset--spacing--40);flex-basis:33.33%\"><!-- wp:heading {\"textAlign\":\"center\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#ffffff\"}},\"fontSize\":\"x-large\"} -->\n<h2 class=\"wp-block-heading has-text-align-center has-text-color has-x-large-font-size\" style=\"color:#ffffff;font-style:normal;font-weight:700\">\n			This week\'s popular products		</h2>\n<!-- /wp:heading --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":\"3\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceAttributes\":[],\"__woocommerceStockStatus\":[\"instock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":3},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0\"},\"color\":{\"background\":\"#484848\"},\"border\":{\"radius\":{\"topLeft\":\"0px\",\"topRight\":\"0px\",\"bottomLeft\":\"4px\",\"bottomRight\":\"4px\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"stretch\"}} -->\n<div class=\"wp-block-group has-background\" style=\"border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#484848;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:group {\"style\":{\"border\":{\"radius\":{\"topLeft\":\"4px\",\"topRight\":\"4px\"},\"color\":\"#ffffff\",\"style\":\"solid\",\"width\":\"3px\"},\"spacing\":{\"padding\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"},\"blockGap\":\"0\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group has-border-color\" style=\"border-color:#ffffff;border-style:solid;border-width:3px;border-top-left-radius:4px;border-top-right-radius:4px;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0\"><!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true,\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\",\"right\":\"0\",\"bottom\":\"0\",\"left\":\"0\"}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"top\":\"20px\",\"right\":\"20px\",\"left\":\"20px\",\"bottom\":\"10px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"left\",\"verticalAlignment\":\"center\"}} -->\n<div class=\"wp-block-group has-link-color\" style=\"padding-top:20px;padding-right:20px;padding-bottom:10px;padding-left:20px\"><!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontFamily\":\"system-font\",\"style\":{\"typography\":{\"fontSize\":\"16px\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"},\"color\":{\"text\":\"#ffffff\"}}} /-->\n\n<!-- wp:post-title {\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"16px\",\"textDecoration\":\"none\"},\"color\":{\"text\":\"#ffffff\"}},\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n<!-- /wp:post-template --></div>\n<!-- /wp:query --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:93:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collections-featured-collection/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:23:59\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:74;a:19:{s:2:\"ID\";i:167;s:7:\"site_id\";i:231214916;s:5:\"title\";s:30:\"Product Collection Simple Grid\";s:4:\"name\";s:30:\"product-collection-simple-grid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1707:\"<!-- wp:woocommerce/product-collection {\"queryId\":22,\"query\":{\"perPage\":5,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":5,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-simple-grid\",\"name\":\"Product Collection Simple Grid\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true,\"style\":{\"typography\":{\"fontSize\":\"0.8rem\"}}} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"fontSize\":\"1rem\"}},\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\",\"orientation\":\"horizontal\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:84:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-simple-grid/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:23:15\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:75;a:19:{s:2:\"ID\";i:165;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Product Collection Rows\";s:4:\"name\";s:23:\"product-collection-rows\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2506:\"<!-- wp:woocommerce/product-collection {\"queryId\":21,\"query\":{\"perPage\":9,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"list\",\"columns\":3,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-rows\",\"name\":\"Product Collection Rows\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:post-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1\"},\"spacing\":{\"margin\":{\"top\":\"0\",\"bottom\":\"0\",\"left\":\"0\",\"right\":\"0\"},\"padding\":{\"right\":\"0\",\"left\":\"0\",\"top\":\"0\",\"bottom\":\"0\"}}},\"fontSize\":\"large\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"fontSize\":\"medium\",\"style\":{\"typography\":{\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"textColor\":\"luminous-vivid-amber\",\"fontSize\":\"medium\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"bottom\":\"0px\"}}}} /-->\n\n<!-- wp:post-excerpt {\"showMoreOnNewLine\":false,\"excerptLength\":23,\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-summary\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-rows/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:22:29\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:76;a:19:{s:2:\"ID\";i:163;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Product Collection Grid\";s:4:\"name\";s:23:\"product-collection-grid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1807:\"<!-- wp:woocommerce/product-collection {\"queryId\":20,\"query\":{\"perPage\":4,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":4,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-grid\",\"name\":\"Product Collection Grid\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"lineHeight\":\"1\"}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"left\",\"style\":{\"typography\":{\"fontSize\":\"0.8rem\",\"lineHeight\":\"1\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\"}}} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-grid/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:21:55\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:77;a:19:{s:2:\"ID\";i:161;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Product Collection Full Grid\";s:4:\"name\";s:28:\"product-collection-full-grid\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1966:\"<!-- wp:woocommerce/product-collection {\"queryId\":19,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":3,\"shrinkColumns\":true},\"queryContextIncludes\":[\"collection\"],\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-full-grid\",\"name\":\"Product Collection Full Grid\"}} -->\n<div class=\"wp-block-woocommerce-product-collection\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"imageSizing\":\"thumbnail\",\"isDescendentOfQueryLoop\":true} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"left\",\"fontSize\":\"medium\",\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"lineHeight\":\"1\"}}} /-->\n\n<!-- wp:post-title {\"textAlign\":\"left\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}},\"typography\":{\"lineHeight\":\"1\"}},\"fontSize\":\"small\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-button {\"textAlign\":\"left\",\"width\":50,\"isDescendentOfQueryLoop\":true,\"style\":{\"typography\":{\"fontSize\":\"0.8rem\"}}} /-->\n<!-- /wp:woocommerce/product-template -->\n\n<!-- wp:query-pagination {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<!-- wp:query-pagination-previous /-->\n\n<!-- wp:query-pagination-numbers /-->\n\n<!-- wp:query-pagination-next /-->\n<!-- /wp:query-pagination -->\n\n<!-- wp:query-no-results -->\n<!-- wp:paragraph {\"placeholder\":\"Add text or blocks that will display when a query returns no results.\"} -->\n<p></p>\n<!-- /wp:paragraph -->\n<!-- /wp:query-no-results --></div>\n<!-- /wp:woocommerce/product-collection -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-full-grid/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:21:05\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:78;a:19:{s:2:\"ID\";i:158;s:7:\"site_id\";i:231214916;s:5:\"title\";s:25:\"Product Collection Banner\";s:4:\"name\";s:25:\"product-collection-banner\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3025:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/product-collection-banner\",\"name\":\"Product Collection Banner\"},\"align\":\"wide\",\"layout\":{\"type\":\"constrained\",\"contentSize\":\"1000px\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#ffedf5\"}}} -->\n<div class=\"wp-block-columns alignwide has-background\" style=\"background-color:#ffedf5\"><!-- wp:column {\"width\":\"58%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:58%\"><!-- wp:cover {\"url\":\"https://s0.wp.com/i/woo-block-patterns/2024/06/beach-landscape-sea-coast-nature-person.jpg\",\"id\":159,\"dimRatio\":20,\"customOverlayColor\":\"#9aacbd\",\"minHeight\":430,\"minHeightUnit\":\"px\",\"isDark\":false,\"style\":{\"spacing\":{\"padding\":{\"top\":\"80px\",\"right\":\"80px\",\"bottom\":\"80px\",\"left\":\"80px\"}}}} -->\n<div class=\"wp-block-cover is-light\" style=\"padding-top:80px;padding-right:80px;padding-bottom:80px;padding-left:80px;min-height:430px\"><span aria-hidden=\"true\" class=\"wp-block-cover__background has-background-dim-20 has-background-dim\" style=\"background-color:#9aacbd\"></span><img class=\"wp-block-cover__image-background wp-image-159\" alt=\"\" src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/beach-landscape-sea-coast-nature-person.jpg\" data-object-fit=\"cover\"/><div class=\"wp-block-cover__inner-container\"><!-- wp:paragraph {\"align\":\"center\",\"placeholder\":\"Write title…\",\"style\":{\"typography\":{\"fontSize\":\"40px\",\"textTransform\":\"uppercase\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"lineHeight\":\"1.3\"},\"color\":{\"text\":\"#ffffff\"}},\"fontFamily\":\"inter\"} -->\n<p class=\"has-text-align-center has-text-color has-inter-font-family\" style=\"color:#ffffff;font-size:40px;font-style:normal;font-weight:700;line-height:1.3;text-transform:uppercase\">Brand New for the Holidays</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:cover --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"22px\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"lineHeight\":\"1.3\"},\"color\":{\"text\":\"#000000\"}},\"fontFamily\":\"inter\"} -->\n<p class=\"has-text-color has-inter-font-family\" style=\"color:#000000;font-size:22px;font-style:normal;font-weight:300;line-height:1.3\">Check out our brand new collection of holiday products and find the right gift for anyone.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ff7179\",\"text\":\"#000000\"},\"border\":{\"radius\":\"100px\",\"width\":\"0px\",\"style\":\"none\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px;border-radius:100px;color:#000000;background-color:#ff7179\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:79:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/product-collection-banner/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:19:42\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:79;a:19:{s:2:\"ID\";i:153;s:7:\"site_id\";i:231214916;s:5:\"title\";s:14:\"Minimal Header\";s:4:\"name\";s:14:\"minimal-header\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1538:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-minimal\",\"name\":\"Minimal Header\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"40px\",\"bottom\":\"24px\",\"left\":\"40px\",\"top\":\"24px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"className\":\"wc-blocks-pattern-header-minimal wc-blocks-header-pattern sticky-header\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-minimal wc-blocks-header-pattern sticky-header\" style=\"margin-top:0px;margin-bottom:0px;padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"20px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false,\"className\":\"is-style-default\"} /-->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart /-->\n\n<!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"always\",\"metadata\":{\"ignoredHookedBlocks\":[\"woocommerce/customer-account\"]},\"layout\":{\"type\":\"flex\",\"justifyContent\":\"left\"}} /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"style\":{\"spacing\":{\"margin\":{\"left\":\"0.5em\"}}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:68:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/minimal-header/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:14:02\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:80;a:19:{s:2:\"ID\";i:151;s:7:\"site_id\";i:231214916;s:5:\"title\";s:17:\"Large Header Dark\";s:4:\"name\";s:17:\"large-header-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2045:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-large-dark\",\"name\":\"Large Header Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"0px\",\"padding\":{\"top\":\"1rem\",\"right\":\"1rem\",\"bottom\":\"1rem\",\"left\":\"1rem\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-header-pattern has-background-color\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-header-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:1rem;padding-right:1rem;padding-bottom:1rem;padding-left:1rem\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"1rem\"}},\"className\":\"has-small-font-size\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group has-small-font-size\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /-->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\",\"fontSize\":\"small\"} /-->\n\n<!-- wp:woocommerce/mini-cart {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"16px\",\"padding\":{\"top\":\"1rem\",\"left\":\"0px\",\"bottom\":\"2rem\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:1rem;padding-bottom:2rem;padding-left:0px\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:site-title /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":24,\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:71:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-header-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:13:31\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:81;a:19:{s:2:\"ID\";i:149;s:7:\"site_id\";i:231214916;s:5:\"title\";s:12:\"Large Header\";s:4:\"name\";s:12:\"large-header\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2444:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-large\",\"name\":\"Large Header\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"40px\",\"left\":\"40px\",\"top\":\"24px\",\"bottom\":\"24px\"}}},\"className\":\"wc-blocks-pattern-header-large wc-blocks-header-pattern\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-large wc-blocks-header-pattern\" style=\"padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"isStackedOnMobile\":false,\"align\":\"full\"} -->\n<div class=\"wp-block-columns alignfull are-vertically-aligned-center is-not-stacked-on-mobile\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"70%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:70%\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"200px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /-->\n\n<!-- wp:woocommerce/mini-cart /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"align\":\"full\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\"><!-- wp:navigation {\"ref\":24} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\" style=\"padding-right:0;padding-left:0\"><!-- wp:search {\"label\":\"\",\"showLabel\":false,\"placeholder\":\"Search\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-header/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:13:05\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:82;a:19:{s:2:\"ID\";i:147;s:7:\"site_id\";i:231214916;s:5:\"title\";s:21:\"Essential Header Dark\";s:4:\"name\";s:21:\"essential-header-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1885:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-essential-dark\",\"name\":\"Essential Header Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"2%\",\"bottom\":\"32px\",\"left\":\"2%\",\"top\":\"32px\"},\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-header-pattern sticky-header has-background-color\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-header-pattern sticky-header has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"margin-top:0px;margin-bottom:0px;padding-top:32px;padding-right:2%;padding-bottom:32px;padding-left:2%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"40px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}},\"backgroundColor\":\"contrast-2\"} /-->\n\n<!-- wp:navigation {\"ref\":24,\"textColor\":\"background\",\"overlayTextColor\":\"contrast\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconStyle\":\"alt\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /-->\n\n<!-- wp:woocommerce/mini-cart /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:75:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/essential-header-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:12:34\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:83;a:19:{s:2:\"ID\";i:145;s:7:\"site_id\";i:231214916;s:5:\"title\";s:16:\"Essential Header\";s:4:\"name\";s:16:\"essential-header\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1298:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-essential\",\"name\":\"Essential Header\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"className\":\"wc-blocks-pattern-header-essential wc-blocks-header-pattern\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-essential wc-blocks-header-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/mini-cart /-->\n\n<!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:navigation {\"ref\":24,\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:70:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/essential-header/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:12:09\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:84;a:19:{s:2:\"ID\";i:143;s:7:\"site_id\";i:231214916;s:5:\"title\";s:20:\"Centered Header Menu\";s:4:\"name\";s:20:\"centered-header-menu\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2534:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/header-centered-menu\",\"name\":\"Centered Header Menu\"},\"align\":\"full\",\"className\":\"wc-blocks-pattern-header-centered-menu wc-blocks-header-pattern\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-header-centered-menu wc-blocks-header-pattern\"><!-- wp:columns {\"verticalAlignment\":\"center\",\"isStackedOnMobile\":false,\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"24px\",\"bottom\":\"24px\",\"left\":\"40px\",\"right\":\"40px\"}}}} -->\n<div class=\"wp-block-columns alignfull are-vertically-aligned-center is-not-stacked-on-mobile\" style=\"padding-top:24px;padding-right:40px;padding-bottom:24px;padding-left:40px\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"70%\",\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:70%\"><!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:site-title {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"200px\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"icon_only\",\"iconClass\":\"wc-block-customer-account__account-icon\"} /-->\n\n<!-- wp:woocommerce/mini-cart /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"0px\",\"bottom\":\"0px\"}}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignfull has-alpha-channel-opacity is-style-wide\" style=\"margin-top:0px;margin-bottom:0px\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24,\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\"},\"spacing\":{\"blockGap\":\"30px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:separator {\"align\":\"full\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignfull has-alpha-channel-opacity is-style-wide\"/>\n<!-- /wp:separator --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:74:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/centered-header-menu/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:11:37\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:85;a:19:{s:2:\"ID\";i:141;s:7:\"site_id\";i:231214916;s:5:\"title\";s:17:\"Footer with menus\";s:4:\"name\";s:17:\"footer-with-menus\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2902:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-with-3-menus\",\"name\":\"Footer with menus\"},\"align\":\"full\",\"style\":{\"spacing\":{\"blockGap\":\"40px\",\"padding\":{\"top\":\"40px\",\"right\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\"}}},\"className\":\"wc-blocks-pattern-footer-with-3-menus wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-footer-with-3-menus wc-blocks-footer-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:columns {\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"className\":\"are-vertically-aligned-top\"} -->\n<div class=\"wp-block-columns are-vertically-aligned-top\" style=\"padding-right:0;padding-left:0\"><!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"60%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:60%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"verticalAlignment\":\"top\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"var:preset|spacing|50\"}},\"layout\":{\"selfStretch\":\"fill\",\"flexSize\":null}}} -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"10px\"}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"10%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:10%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"stretch\",\"width\":\"30%\",\"style\":{\"spacing\":{\"blockGap\":\"60px\"}},\"layout\":{\"type\":\"default\"}} -->\n<div class=\"wp-block-column is-vertically-aligned-stretch\" style=\"flex-basis:30%\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0\",\"padding\":{\"right\":\"0\",\"left\":\"0\"},\"margin\":{\"top\":\"56px\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\" style=\"margin-top:56px;margin-bottom:0;padding-right:0;padding-left:0\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:paragraph {\"align\":\"right\"} -->\n<p class=\"has-text-align-right\">\n					Powered by <a href=\"https://wordpress.org\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WordPress</a> with <a href=\"https://woocommerce.com\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>				</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:71:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-menus/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:11:08\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:86;a:19:{s:2:\"ID\";i:139;s:7:\"site_id\";i:231214916;s:5:\"title\";s:24:\"Footer with 2 Menus Dark\";s:4:\"name\";s:24:\"footer-with-2-menus-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3670:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-with-2-menus-dark\",\"name\":\"Footer with 2 Menus Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"4%\",\"bottom\":\"32px\",\"left\":\"4%\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-footer-pattern has-background-color\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:32px;padding-right:4%;padding-bottom:32px;padding-left:4%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"70%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:70%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group has-background-color has-text-color\"><!-- wp:paragraph {\"textColor\":\"background\",\"fontSize\":\"medium\"} -->\n<p class=\"has-background-color has-text-color has-medium-font-size\"><strong>Join our community</strong>\n				</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\">Learn about new products and discounts!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"iconColor\":\"background\",\"iconColorValue\":\"#ffffff\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-icon-color is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"16px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-text-color has-link-color\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|base\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n			Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:78:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-2-menus-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:10:37\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:87;a:19:{s:2:\"ID\";i:137;s:7:\"site_id\";i:231214916;s:5:\"title\";s:19:\"Footer with 2 Menus\";s:4:\"name\";s:19:\"footer-with-2-menus\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3013:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-with-2-menus\",\"name\":\"Footer with 2 Menus\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"4%\",\"bottom\":\"32px\",\"left\":\"4%\"},\"blockGap\":\"40px\"}},\"className\":\"wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern\" style=\"padding-top:32px;padding-right:4%;padding-bottom:32px;padding-left:4%\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"70%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:70%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"shouldSyncIcon\":false} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"4px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"fontSize\":\"medium\"} -->\n<p class=\"has-medium-font-size\"><strong>Join our community</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\">Learn about new products and discounts!</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"16px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n			Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:73:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-2-menus/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:10:01\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:88;a:19:{s:2:\"ID\";i:135;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Footer with Simple Menu\";s:4:\"name\";s:23:\"footer-with-simple-menu\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2412:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-simple-menu\",\"name\":\"Footer with Simple Menu\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\",\"right\":\"40px\"}}},\"className\":\"wc-blocks-pattern-footer-simple-menu wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-footer-simple-menu wc-blocks-footer-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"0\",\"left\":\"0\"}}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"space-between\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-right:0;padding-left:0\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"24px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:search {\"label\":\"Search\",\"showLabel\":false,\"placeholder\":\"Search\",\"width\":100,\"widthUnit\":\"%\",\"buttonText\":\"Search\",\"buttonUseIcon\":true,\"query\":{\"post_type\":\"product\"},\"style\":{\"border\":{\"radius\":\"0px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"never\",\"layout\":{\"type\":\"flex\",\"orientation\":\"horizontal\",\"justifyContent\":\"left\",\"flexWrap\":\"wrap\"},\"style\":{\"spacing\":{\"blockGap\":\"24px\"}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:separator {\"align\":\"full\",\"style\":{\"spacing\":{\"margin\":{\"top\":\"var:preset|spacing|40\",\"bottom\":\"var:preset|spacing|40\"}}},\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator alignfull has-alpha-channel-opacity is-style-wide\" style=\"margin-top:var(--wp--preset--spacing--40);margin-bottom:var(--wp--preset--spacing--40)\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"5px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title /-->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">\n			Powered by <a href=\"https://wordpress.org\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WordPress</a> with <a href=\"https://woocommerce.com\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:77:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/footer-with-simple-menu/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:09:23\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:89;a:19:{s:2:\"ID\";i:133;s:7:\"site_id\";i:231214916;s:5:\"title\";s:18:\"Simple Footer Dark\";s:4:\"name\";s:18:\"simple-footer-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2951:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-simple-dark\",\"name\":\"Simple Footer Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-footer-pattern has-background-color\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:woocommerce/customer-account {\"fontSize\":\"small\"} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:social-links {\"iconColor\":\"background\",\"iconColorValue\":\"#ffffff\",\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links has-icon-color is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"12px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-text-color\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n			Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:72:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/simple-footer-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:08:48\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:90;a:19:{s:2:\"ID\";i:131;s:7:\"site_id\";i:231214916;s:5:\"title\";s:13:\"Simple Footer\";s:4:\"name\";s:13:\"simple-footer\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2499:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-simple\",\"name\":\"Simple Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"48px\",\"bottom\":\"32px\",\"left\":\"48px\"},\"blockGap\":\"40px\"}},\"className\":\"wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern\" style=\"padding-top:32px;padding-right:48px;padding-bottom:32px;padding-left:48px\"><!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"50%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:50%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"32px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:woocommerce/customer-account {\"fontSize\":\"small\"} /-->\n\n<!-- wp:navigation {\"ref\":24} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"50%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:50%\"><!-- wp:social-links {\"className\":\"is-style-logos-only\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"center\"}} -->\n<ul class=\"wp-block-social-links is-style-logos-only\"><!-- wp:social-link {\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"service\":\"twitter\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"12px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"12px\"}}} -->\n<p style=\"font-size:12px\">@ 2022</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"fontSize\":\"12px\"}}} /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"14px\"}}} -->\n<p style=\"font-size:14px\"><em>\n			Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:67:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/simple-footer/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:07:40\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:91;a:19:{s:2:\"ID\";i:129;s:7:\"site_id\";i:231214916;s:5:\"title\";s:17:\"Large Footer Dark\";s:4:\"name\";s:17:\"large-footer-dark\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:4192:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-large-dark\",\"name\":\"Large Footer Dark\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"32px\",\"right\":\"4%\",\"bottom\":\"32px\",\"left\":\"4%\"},\"blockGap\":\"40px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"backgroundColor\":\"black\",\"textColor\":\"white\",\"className\":\"wc-blocks-footer-pattern has-background-color\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-footer-pattern has-background-color has-white-color has-black-background-color has-text-color has-background has-link-color\" style=\"padding-top:32px;padding-right:4%;padding-bottom:32px;padding-left:4%\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column {\"width\":\"45%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"50px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:50px;flex-basis:45%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group has-background-color has-text-color\"><!-- wp:site-logo /-->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"30px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading {\"level\":5} -->\n<h5 class=\"wp-block-heading\">Join the community</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Learn about new products and discounts!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"0px\",\"style\":{\"layout\":{\"flexSize\":\"20px\",\"selfStretch\":\"fixed\"}}} -->\n<div style=\"height:0px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\n\n<!-- wp:social-links {\"iconColor\":\"background\",\"iconColorValue\":\"#ffffff\",\"size\":\"has-small-icon-size\",\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size has-icon-color is-style-logos-only\"><!-- wp:social-link {\"url\":\"https://www.facebook.com\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.x.com\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.instagram.com\",\"service\":\"instagram\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0px;flex-basis:20%\"><!-- wp:navigation {\"ref\":24,\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"><!-- wp:navigation {\"ref\":24,\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} /--></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"><!-- wp:woocommerce/customer-account {\"displayStyle\":\"text_only\",\"fontSize\":\"small\"} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"10px\"}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull has-background-color has-text-color\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"},\"elements\":{\"link\":{\"color\":{\"text\":\"var:preset|color|background\"}}}},\"textColor\":\"background\",\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group has-background-color has-text-color has-link-color\"><!-- wp:paragraph -->\n<p>@ 2024</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:site-title /--></div>\n<!-- /wp:group -->\n\n<!-- wp:paragraph -->\n<p><em>\n			Built with <a href=\"https://woocommerce.com/\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</em></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:71:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-footer-dark/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:06:19\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:92;a:19:{s:2:\"ID\";i:125;s:7:\"site_id\";i:231214916;s:5:\"title\";s:12:\"Large Footer\";s:4:\"name\";s:12:\"large-footer\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3605:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/footer-large\",\"name\":\"Large Footer\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"40px\",\"right\":\"40px\",\"bottom\":\"40px\",\"left\":\"40px\"},\"blockGap\":\"40px\"}},\"className\":\"wc-blocks-pattern-footer-large wc-blocks-footer-pattern\"} -->\n<div class=\"wp-block-group alignfull wc-blocks-pattern-footer-large wc-blocks-footer-pattern\" style=\"padding-top:40px;padding-right:40px;padding-bottom:40px;padding-left:40px\"><!-- wp:columns {\"align\":\"wide\",\"style\":{\"spacing\":{\"blockGap\":\"32px\",\"padding\":{\"right\":\"0px\",\"left\":\"0px\"}}}} -->\n<div class=\"wp-block-columns alignwide\" style=\"padding-right:0px;padding-left:0px\"><!-- wp:column {\"width\":\"60%\",\"style\":{\"spacing\":{\"padding\":{\"right\":\"50px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-right:50px;flex-basis:60%\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"8px\"}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo /-->\n\n<!-- wp:heading {\"level\":5,\"style\":{\"typography\":{\"textTransform\":\"none\"},\"spacing\":{\"margin\":{\"top\":\"40px\"}}}} -->\n<h5 class=\"wp-block-heading\" style=\"margin-top:40px;text-transform:none\">Join the community</h5>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph {\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"40px\"}}}} -->\n<p style=\"margin-bottom:40px\">Learn about new products and discounts</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:social-links {\"size\":\"has-small-icon-size\",\"style\":{\"spacing\":{\"blockGap\":{\"left\":\"16px\"}}},\"className\":\"is-style-logos-only\"} -->\n<ul class=\"wp-block-social-links has-small-icon-size is-style-logos-only\"><!-- wp:social-link {\"url\":\"https://www.facebook.com\",\"service\":\"facebook\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.x.com\",\"service\":\"x\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.instagram.com\",\"service\":\"instagram\"} /-->\n\n<!-- wp:social-link {\"url\":\"https://www.twitch.com\",\"service\":\"twitch\"} /--></ul>\n<!-- /wp:social-links --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"20%\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\"}}}} -->\n<div class=\"wp-block-column\" style=\"padding-top:0px;flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"top\",\"width\":\"20%\",\"style\":{\"spacing\":{\"blockGap\":\"16px\"}}} -->\n<div class=\"wp-block-column is-vertically-aligned-top\" style=\"flex-basis:20%\"><!-- wp:navigation {\"ref\":24,\"overlayMenu\":\"never\",\"layout\":{\"overlayMenu\":\"never\",\"type\":\"flex\",\"orientation\":\"vertical\"},\"style\":{\"spacing\":{\"blockGap\":\"10px\"}}} /--></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:group {\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"0px\",\"right\":\"0px\",\"bottom\":\"0px\",\"left\":\"0px\"},\"blockGap\":\"10px\"}},\"layout\":{\"type\":\"flex\",\"flexWrap\":\"wrap\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:0px;padding-right:0px;padding-bottom:0px;padding-left:0px\"><!-- wp:site-title {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"700\"}}} /-->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\">\n			Powered by <a href=\"https://wordpress.org\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WordPress</a> with <a href=\"https://woocommerce.com\" target=\"_blank\" rel=\"noreferrer nofollow noopener\">WooCommerce</a>		</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:66:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/large-footer/\";s:13:\"modified_date\";s:19:\"2024-06-17 14:05:20\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:93;a:19:{s:2:\"ID\";i:119;s:7:\"site_id\";i:231214916;s:5:\"title\";s:36:\"Featured Products: Fresh &amp; Tasty\";s:4:\"name\";s:29:\"featured-products-fresh-tasty\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:5006:\"<!-- wp:columns {\"align\":\"wide\"} -->\n<div class=\"wp-block-columns alignwide\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":120,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/sweet-organic-lemons.png\" alt=\"\" class=\"wp-image-120\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Sweet Organic Lemons</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">from $1.99</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":121,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/fresh-organic-tomatoes.png\" alt=\"\" class=\"wp-image-121\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Fresh Organic Tomatoes</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">from $2.99</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":122,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://s2.wp.com/i/woo-block-patterns/2024/06/fresh-lettuce-washed.png\" alt=\"\" class=\"wp-image-122\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Fresh Lettuce (Washed)</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">from $0.99</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":123,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"full\"} -->\n<figure class=\"wp-block-image alignfull size-full\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/russet-organic-potatoes.png\" alt=\"\" class=\"wp-image-123\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns {\"style\":{\"spacing\":{\"blockGap\":{\"top\":\"0\"},\"margin\":{\"top\":\"5px\",\"bottom\":\"0\"}}}} -->\n<div class=\"wp-block-columns\" style=\"margin-top:5px;margin-bottom:0\"><!-- wp:column {\"width\":\"67%\",\"style\":{\"typography\":{\"fontWeight\":\"600\"}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"left\"}} -->\n<div class=\"wp-block-column\" style=\"font-weight:600;flex-basis:67%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Russet Organic Potatoes</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"33%\",\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33%\"><!-- wp:paragraph {\"align\":\"left\",\"fontSize\":\"small\"} -->\n<p class=\"has-text-align-left has-small-font-size\">from $1.49</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:83:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/featured-products-fresh-tasty/\";s:13:\"modified_date\";s:19:\"2024-06-17 13:47:45\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:94;a:19:{s:2:\"ID\";i:115;s:7:\"site_id\";i:231214916;s:5:\"title\";s:26:\"Discount Banner with Image\";s:4:\"name\";s:26:\"discount-banner-with-image\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3248:\"<!-- wp:columns {\"verticalAlignment\":\"center\",\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/discount-banner-with-image\",\"name\":\"Discount Banner with Image\"},\"align\":\"wide\",\"style\":{\"color\":{\"background\":\"#254094\"},\"spacing\":{\"padding\":{\"top\":\"30px\",\"right\":\"30px\",\"bottom\":\"30px\",\"left\":\"30px\"}}}} -->\n<div class=\"wp-block-columns alignwide are-vertically-aligned-center has-background\" style=\"background-color:#254094;padding-top:30px;padding-right:30px;padding-bottom:30px;padding-left:30px\"><!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"15px\"}}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"350px\"}} -->\n<div class=\"wp-block-group\" style=\"padding-top:15px\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"fontSize\":\"45px\",\"lineHeight\":\"0\"},\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;font-size:45px;font-style:normal;font-weight:500;line-height:0\">UP TO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fdf251\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"fontSize\":\"90px\",\"lineHeight\":\"0.8\"}}} -->\n<p class=\"has-text-color\" style=\"color:#fdf251;font-size:90px;font-style:normal;font-weight:800;line-height:0.8\">40% off</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"35px\",\"lineHeight\":\"0\"},\"color\":{\"text\":\"#ffffff\"},\"spacing\":{\"margin\":{\"bottom\":\"40px\"}}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;margin-bottom:40px;font-size:35px;font-style:normal;font-weight:300;line-height:0\">Select products</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ff7179\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"40px\",\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\",\"left\":\"30px\",\"right\":\"30px\"}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px;border-radius:40px;color:#ffffff;background-color:#ff7179;padding-top:10px;padding-right:30px;padding-bottom:10px;padding-left:30px\">Shop now</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\"><!-- wp:image {\"id\":117,\"sizeSlug\":\"full\",\"linkDestination\":\"none\",\"align\":\"center\",\"style\":{\"border\":{\"radius\":{\"topLeft\":\"100px\",\"topRight\":\"10px\",\"bottomLeft\":\"10px\",\"bottomRight\":\"100px\"}}}} -->\n<figure class=\"wp-block-image aligncenter size-full has-custom-border\"><img src=\"https://s0.wp.com/i/woo-block-patterns/2024/06/table-floor-interior-atmosphere-living-room-furniture-square-lg.png\" alt=\"\" class=\"wp-image-117\" style=\"border-top-left-radius:100px;border-top-right-radius:10px;border-bottom-left-radius:10px;border-bottom-right-radius:100px\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:80:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/discount-banner-with-image/\";s:13:\"modified_date\";s:19:\"2024-06-17 13:45:36\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:95;a:19:{s:2:\"ID\";i:113;s:7:\"site_id\";i:231214916;s:5:\"title\";s:15:\"Discount banner\";s:4:\"name\";s:15:\"discount-banner\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:2312:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/discount-banner\",\"name\":\"Discount Banner\"},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"470px\"}} -->\n<div class=\"wp-block-group\"><!-- wp:group {\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|30\",\"bottom\":\"var:preset|spacing|30\",\"left\":\"var:preset|spacing|30\",\"right\":\"var:preset|spacing|30\"}},\"color\":{\"background\":\"#254094\"}},\"layout\":{\"type\":\"constrained\",\"contentSize\":\"\"}} -->\n<div class=\"wp-block-group has-background\" style=\"background-color:#254094;padding-top:var(--wp--preset--spacing--30);padding-right:var(--wp--preset--spacing--30);padding-bottom:var(--wp--preset--spacing--30);padding-left:var(--wp--preset--spacing--30)\"><!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"fontSize\":\"45px\"},\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;font-size:45px;font-style:normal;font-weight:500\">UP TO</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#fdf251\"},\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"fontSize\":\"90px\",\"lineHeight\":\"0.1\"}}} -->\n<p class=\"has-text-color\" style=\"color:#fdf251;font-size:90px;font-style:normal;font-weight:800;line-height:0.1\">40% off</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"fontSize\":\"35px\"},\"color\":{\"text\":\"#ffffff\"}}} -->\n<p class=\"has-text-color\" style=\"color:#ffffff;font-size:35px;font-style:normal;font-weight:300\">Select products</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"color\":{\"background\":\"#ff7179\",\"text\":\"#ffffff\"},\"border\":{\"radius\":\"40px\",\"width\":\"0px\",\"style\":\"none\"},\"spacing\":{\"padding\":{\"top\":\"10px\",\"bottom\":\"10px\",\"left\":\"30px\",\"right\":\"30px\"}}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link has-text-color has-background wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px;border-radius:40px;color:#ffffff;background-color:#ff7179;padding-top:10px;padding-right:30px;padding-bottom:10px;padding-left:30px\">\n					Shop now\n				</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:16:\"_woo_woocommerce\";a:3:{s:4:\"slug\";s:16:\"_woo_woocommerce\";s:5:\"title\";s:16:\"_woo_WooCommerce\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:69:\"https://wooblockpatterns.wpcomstaging.com/2024/06/17/discount-banner/\";s:13:\"modified_date\";s:19:\"2024-06-17 13:39:37\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:96;a:19:{s:2:\"ID\";i:99;s:7:\"site_id\";i:231214916;s:5:\"title\";s:23:\"Featured Category Focus\";s:4:\"name\";s:22:\"feature-category-focus\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:1621:\"<!-- wp:group {\"metadata\":{\"categories\":[\"woo-commerce\"],\"patternName\":\"woocommerce-blocks/featured-category-focus\",\"name\":\"Featured Category Focus\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"var:preset|spacing|70\",\"right\":\"var:preset|spacing|70\",\"bottom\":\"var:preset|spacing|70\",\"left\":\"var:preset|spacing|70\"}}},\"layout\":{\"type\":\"flex\",\"orientation\":\"vertical\",\"justifyContent\":\"center\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"padding-top:var(--wp--preset--spacing--70);padding-right:var(--wp--preset--spacing--70);padding-bottom:var(--wp--preset--spacing--70);padding-left:var(--wp--preset--spacing--70)\"><!-- wp:image {\"id\":100,\"width\":\"469px\",\"height\":\"348px\",\"scale\":\"cover\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://s1.wp.com/i/woo-block-patterns/2024/06/white-black-black-and-white-photograph-monochrome-photography.jpg\" alt=\"\" class=\"wp-image-100\" style=\"object-fit:cover;width:469px;height:348px\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"large\"} -->\n<p class=\"has-text-align-center has-large-font-size\">Black and white high-quality prints</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:buttons -->\n<div class=\"wp-block-buttons\"><!-- wp:button {\"style\":{\"border\":{\"width\":\"0px\",\"style\":\"none\"}}} --><div class=\"wp-block-button\"><a class=\"wp-block-button__link wp-element-button\" href=\"https://wooblockpatterns.wpcomstaging.com/shop/\" style=\"border-style:none;border-width:0px\">Shop prints</a></div><!-- /wp:button --></div>\n<!-- /wp:buttons --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:0:{}s:10:\"categories\";a:1:{s:21:\"_woo_featured_selling\";a:3:{s:4:\"slug\";s:21:\"_woo_featured_selling\";s:5:\"title\";s:21:\"_woo_featured_selling\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:76:\"https://wooblockpatterns.wpcomstaging.com/2024/06/14/feature-category-focus/\";s:13:\"modified_date\";s:19:\"2024-07-18 16:17:19\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:97;a:19:{s:2:\"ID\";i:90;s:7:\"site_id\";i:231214916;s:5:\"title\";s:27:\"Large Image Product Gallery\";s:4:\"name\";s:27:\"large-image-product-gallery\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3144:\"<!-- wp:group {\"metadata\":{\"name\":\"Large Image Product Gallery\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:query {\"queryId\":3,\"query\":{\"perPage\":\"4\",\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"desc\",\"orderBy\":\"date\",\"author\":\"\",\"search\":\"\",\"exclude\":[],\"sticky\":\"\",\"inherit\":false,\"__woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"]},\"namespace\":\"woocommerce/product-query\"} -->\n<div class=\"wp-block-query\"><!-- wp:post-template {\"layout\":{\"type\":\"grid\",\"columnCount\":2},\"__woocommerceNamespace\":\"woocommerce/product-query/product-template\"} -->\n<!-- wp:woocommerce/product-image {\"saleBadgeAlign\":\"left\",\"isDescendentOfQueryLoop\":true,\"aspectRatio\":\"2/3\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-query/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"fontSize\":\"small\",\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\"}}}} /-->\n<!-- /wp:post-template --></div>\n<!-- /wp:query -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:21:\"_woo_featured_selling\";a:3:{s:4:\"slug\";s:21:\"_woo_featured_selling\";s:5:\"title\";s:21:\"_woo_featured_selling\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:81:\"https://wooblockpatterns.wpcomstaging.com/2024/06/14/large-image-product-gallery/\";s:13:\"modified_date\";s:19:\"2024-07-02 10:55:34\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}i:98;a:19:{s:2:\"ID\";i:83;s:7:\"site_id\";i:231214916;s:5:\"title\";s:28:\"Product Collection 3 Columns\";s:4:\"name\";s:28:\"product-collection-3-columns\";s:11:\"description\";s:0:\"\";s:14:\"ai_description\";s:0:\"\";s:4:\"html\";s:3351:\"<!-- wp:group {\"metadata\":{\"name\":\"Product Collection 3 Columns\"},\"align\":\"full\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"bottom\":\"calc( 0.5 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\",\"left\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-left, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\",\"right\":\"var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal))\"},\"margin\":{\"top\":\"0\",\"bottom\":\"0\"}}},\"layout\":{\"type\":\"constrained\",\"justifyContent\":\"center\"}} -->\n<div class=\"wp-block-group alignfull\" style=\"margin-top:0;margin-bottom:0;padding-top:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-right:var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal));padding-bottom:calc( 0.5 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)));padding-left:var(--wp--style--root--padding-left, var(--wp--custom--gap--horizontal))\"><!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:woocommerce/product-collection {\"queryId\":26,\"query\":{\"perPage\":3,\"pages\":0,\"offset\":0,\"postType\":\"product\",\"order\":\"asc\",\"orderBy\":\"title\",\"search\":\"\",\"exclude\":[],\"inherit\":false,\"taxQuery\":[],\"isProductCollectionBlock\":true,\"woocommerceOnSale\":false,\"woocommerceStockStatus\":[\"instock\",\"outofstock\",\"onbackorder\"],\"woocommerceAttributes\":[],\"woocommerceHandPickedProducts\":[]},\"tagName\":\"div\",\"displayLayout\":{\"type\":\"flex\",\"columns\":3},\"queryContextIncludes\":[\"collection\"],\"align\":\"wide\"} -->\n<div class=\"wp-block-woocommerce-product-collection alignwide\"><!-- wp:woocommerce/product-template -->\n<!-- wp:woocommerce/product-image {\"isDescendentOfQueryLoop\":true,\"aspectRatio\":\"3/5\"} /-->\n\n<!-- wp:woocommerce/product-rating {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\"} /-->\n\n<!-- wp:post-title {\"textAlign\":\"center\",\"level\":3,\"isLink\":true,\"style\":{\"spacing\":{\"margin\":{\"bottom\":\"0.75rem\",\"top\":\"0\"}}},\"fontSize\":\"medium\",\"__woocommerceNamespace\":\"woocommerce/product-collection/product-title\"} /-->\n\n<!-- wp:woocommerce/product-price {\"isDescendentOfQueryLoop\":true,\"textAlign\":\"center\",\"fontSize\":\"small\"} /-->\n<!-- /wp:woocommerce/product-template --></div>\n<!-- /wp:woocommerce/product-collection -->\n\n<!-- wp:spacer {\"height\":\"calc( 0.25 * var(\\u002d\\u002dwp\\u002d\\u002dstyle\\u002d\\u002droot\\u002d\\u002dpadding-right, var(\\u002d\\u002dwp\\u002d\\u002dcustom\\u002d\\u002dgap\\u002d\\u002dhorizontal)))\"} -->\n<div style=\"height:calc( 0.25 * var(--wp--style--root--padding-right, var(--wp--custom--gap--horizontal)))\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer --></div>\n<!-- /wp:group -->\";s:14:\"disallow_after\";a:0:{}s:12:\"dependencies\";a:1:{i:0;s:11:\"woocommerce\";}s:10:\"categories\";a:1:{s:21:\"_woo_featured_selling\";a:3:{s:4:\"slug\";s:21:\"_woo_featured_selling\";s:5:\"title\";s:21:\"_woo_featured_selling\";s:11:\"description\";s:0:\"\";}}s:24:\"virtual_theme_categories\";a:0:{}s:4:\"tags\";a:0:{}s:12:\"pattern_meta\";a:0:{}s:10:\"source_url\";s:82:\"https://wooblockpatterns.wpcomstaging.com/2024/06/14/product-collection-3-columns/\";s:13:\"modified_date\";s:19:\"2024-07-02 10:35:33\";s:12:\"preview_data\";a:0:{}s:23:\"pattern_design_metadata\";a:6:{s:9:\"alignment\";a:0:{}s:12:\"text_density\";a:0:{}s:13:\"media_density\";a:0:{}s:14:\"next_alignment\";a:0:{}s:17:\"next_text_density\";a:0:{}s:18:\"next_media_density\";a:0:{}}s:9:\"post_type\";s:8:\"wp_block\";s:22:\"is_included_in_big_sky\";i:0;}}','off'),
(666505,'woocommerce_show_lys_tour','yes','auto'),
(666516,'woocommerce_feature_reactify-classic-payments-settings_enabled','yes','auto'),
(666548,'woocommerce_checkout_phone_field','optional','auto'),
(666549,'woocommerce_checkout_company_field','hidden','auto'),
(666550,'woocommerce_checkout_address_2_field','optional','auto'),
(666806,'product_brand_children','a:0:{}','auto'),
(667035,'_site_transient_ai1wm_last_check_for_updates','1765568342','off'),
(669306,'wpstg_otps','a:0:{}','auto'),
(677525,'woocommerce_admin_pes_incentive_woopayments_store_had_woopayments','no','auto'),
(677528,'wcpay_recommended_payment_methods__US__en_US','a:3:{s:4:\"data\";a:13:{i:0;a:8:{s:2:\"id\";s:4:\"card\";s:4:\"type\";s:7:\"enabled\";s:8:\"category\";s:7:\"primary\";s:5:\"title\";s:17:\"Credit/debit card\";s:11:\"description\";s:40:\"Accepts all major credit and debit cards\";s:8:\"priority\";i:1;s:8:\"required\";b:1;s:4:\"icon\";s:44:\"https://s0.wp.com/i/payment-methods/card.svg\";}i:1;a:8:{s:2:\"id\";s:9:\"apple_pay\";s:4:\"type\";s:7:\"enabled\";s:8:\"category\";s:7:\"primary\";s:5:\"title\";s:9:\"Apple Pay\";s:11:\"description\";s:65:\"Give your shoppers an easy and secure way to pay, with Apple Pay.\";s:8:\"priority\";i:2;s:8:\"required\";b:0;s:4:\"icon\";s:49:\"https://s0.wp.com/i/payment-methods/apple_pay.svg\";}i:2;a:8:{s:2:\"id\";s:10:\"google_pay\";s:4:\"type\";s:7:\"enabled\";s:8:\"category\";s:7:\"primary\";s:5:\"title\";s:10:\"Google Pay\";s:11:\"description\";s:70:\"Offer customers a fast and secure checkout experience with Google Pay.\";s:8:\"priority\";i:3;s:8:\"required\";b:0;s:4:\"icon\";s:50:\"https://s0.wp.com/i/payment-methods/google_pay.svg\";}i:3;a:8:{s:2:\"id\";s:6:\"woopay\";s:4:\"type\";s:7:\"enabled\";s:8:\"category\";s:7:\"primary\";s:5:\"title\";s:6:\"WooPay\";s:11:\"description\";s:91:\"Boost conversions and customer loyalty by offering a secure way to pay with a single click.\";s:8:\"priority\";i:4;s:8:\"required\";b:0;s:4:\"icon\";s:46:\"https://s0.wp.com/i/payment-methods/woopay.svg\";}i:4;a:8:{s:2:\"id\";s:6:\"affirm\";s:4:\"type\";s:7:\"enabled\";s:8:\"category\";s:7:\"primary\";s:5:\"title\";s:6:\"Affirm\";s:11:\"description\";s:49:\"Allow your shoppers to pay over time with Affirm.\";s:8:\"priority\";i:5;s:8:\"required\";b:0;s:4:\"icon\";s:46:\"https://s0.wp.com/i/payment-methods/affirm.svg\";}i:5;a:8:{s:2:\"id\";s:17:\"afterpay_clearpay\";s:4:\"type\";s:7:\"enabled\";s:8:\"category\";s:7:\"primary\";s:5:\"title\";s:17:\"Cash App Afterpay\";s:11:\"description\";s:60:\"Allow your shoppers to pay over time with Cash App Afterpay.\";s:8:\"priority\";i:6;s:8:\"required\";b:0;s:4:\"icon\";s:57:\"https://s0.wp.com/i/payment-methods/afterpay_clearpay.svg\";}i:6;a:8:{s:2:\"id\";s:6:\"klarna\";s:4:\"type\";s:7:\"enabled\";s:8:\"category\";s:7:\"primary\";s:5:\"title\";s:6:\"Klarna\";s:11:\"description\";s:49:\"Allow your shoppers to pay over time with Klarna.\";s:8:\"priority\";i:7;s:8:\"required\";b:0;s:4:\"icon\";s:46:\"https://s0.wp.com/i/payment-methods/klarna.svg\";}i:7;a:8:{s:2:\"id\";s:10:\"bancontact\";s:4:\"type\";s:9:\"available\";s:8:\"category\";s:9:\"secondary\";s:5:\"title\";s:10:\"Bancontact\";s:11:\"description\";s:102:\"Bancontact is a bank redirect payment method offered by more than 80% of online businesses in Belgium.\";s:8:\"priority\";i:8;s:8:\"required\";b:0;s:4:\"icon\";s:50:\"https://s0.wp.com/i/payment-methods/bancontact.svg\";}i:8;a:8:{s:2:\"id\";s:3:\"eps\";s:4:\"type\";s:9:\"available\";s:8:\"category\";s:9:\"secondary\";s:5:\"title\";s:3:\"EPS\";s:11:\"description\";s:68:\"Accept your payment with EPS — a common payment method in Austria.\";s:8:\"priority\";i:9;s:8:\"required\";b:0;s:4:\"icon\";s:43:\"https://s0.wp.com/i/payment-methods/eps.svg\";}i:9;a:8:{s:2:\"id\";s:5:\"ideal\";s:4:\"type\";s:9:\"available\";s:8:\"category\";s:9:\"secondary\";s:5:\"title\";s:5:\"iDEAL\";s:11:\"description\";s:127:\"iDEAL is a Netherlands-based payment method that allows customers to complete transactions online using their bank credentials.\";s:8:\"priority\";i:10;s:8:\"required\";b:0;s:4:\"icon\";s:45:\"https://s0.wp.com/i/payment-methods/ideal.svg\";}i:10;a:8:{s:2:\"id\";s:10:\"multibanco\";s:4:\"type\";s:9:\"available\";s:8:\"category\";s:9:\"secondary\";s:5:\"title\";s:10:\"Multibanco\";s:11:\"description\";s:62:\"A voucher based payment method for your customers in Portugal.\";s:8:\"priority\";i:14;s:8:\"required\";b:0;s:4:\"icon\";s:50:\"https://s0.wp.com/i/payment-methods/multibanco.svg\";}i:11;a:8:{s:2:\"id\";s:6:\"alipay\";s:4:\"type\";s:9:\"available\";s:8:\"category\";s:9:\"secondary\";s:5:\"title\";s:6:\"Alipay\";s:11:\"description\";s:133:\"Alipay is a popular wallet in China, operated by Ant Financial Services Group, a financial services provider affiliated with Alibaba.\";s:8:\"priority\";i:15;s:8:\"required\";b:0;s:4:\"icon\";s:46:\"https://s0.wp.com/i/payment-methods/alipay.svg\";}i:12;a:8:{s:2:\"id\";s:10:\"wechat_pay\";s:4:\"type\";s:9:\"available\";s:8:\"category\";s:9:\"secondary\";s:5:\"title\";s:10:\"WeChat Pay\";s:11:\"description\";s:51:\"A digital wallet popular with customers from China.\";s:8:\"priority\";i:16;s:8:\"required\";b:0;s:4:\"icon\";s:50:\"https://s0.wp.com/i/payment-methods/wechat_pay.svg\";}}s:7:\"fetched\";i:1765156694;s:7:\"errored\";b:0;}','off'),
(677529,'woocommerce_gateway_order','a:23:{s:25:\"_wc_pes_paypal_full_stack\";i:0;s:19:\"_wc_pes_woopayments\";i:1;s:20:\"woocommerce_payments\";i:2;s:31:\"woocommerce_payments_bancontact\";i:3;s:31:\"woocommerce_payments_sepa_debit\";i:4;s:28:\"woocommerce_payments_giropay\";i:5;s:27:\"woocommerce_payments_sofort\";i:6;s:24:\"woocommerce_payments_p24\";i:7;s:26:\"woocommerce_payments_ideal\";i:8;s:34:\"woocommerce_payments_au_becs_debit\";i:9;s:24:\"woocommerce_payments_eps\";i:10;s:25:\"woocommerce_payments_link\";i:11;s:27:\"woocommerce_payments_affirm\";i:12;s:38:\"woocommerce_payments_afterpay_clearpay\";i:13;s:27:\"woocommerce_payments_klarna\";i:14;s:31:\"woocommerce_payments_multibanco\";i:15;s:28:\"woocommerce_payments_grabpay\";i:16;s:27:\"woocommerce_payments_alipay\";i:17;s:31:\"woocommerce_payments_wechat_pay\";i:18;s:33:\"_wc_offline_payment_methods_group\";i:19;s:4:\"bacs\";i:20;s:6:\"cheque\";i:21;s:3:\"cod\";i:22;}','auto'),
(677554,'_transient_timeout_woocommerce_marketplace_promotions_v2','1765654741','off'),
(677555,'_transient_woocommerce_marketplace_promotions_v2','a:2:{s:6:\"notice\";a:8:{s:13:\"date_from_gmt\";s:16:\"2024-11-17 00:00\";s:11:\"date_to_gmt\";s:16:\"2024-11-20 23:59\";s:6:\"format\";s:6:\"notice\";s:5:\"style\";s:4:\"info\";s:5:\"pages\";a:5:{i:0;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:0:\"\";s:4:\"name\";s:8:\"Discover\";}i:1;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:10:\"extensions\";s:4:\"name\";s:6:\"Browse\";}i:2;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:6:\"themes\";s:4:\"name\";s:6:\"Themes\";}i:3;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:17:\"business-services\";s:4:\"name\";s:17:\"Business Services\";}i:4;a:4:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";s:3:\"tab\";s:16:\"my-subscriptions\";s:4:\"name\";s:16:\"My Subscriptions\";}}s:7:\"content\";a:1:{s:5:\"en_US\";s:192:\"<strong>Save 40%</strong> in the WooCommerce Marketplace sale. Offer ends December 3 at 3 pm UTC. <a href=\"https://woocommerce.com/products/#sale-ts-and-cs\" target=\"_blank\">T&amp;Cs</a> apply.\";}s:4:\"icon\";s:7:\"percent\";s:14:\"is_dismissible\";b:1;}s:6:\"promos\";a:4:{i:0;a:9:{s:13:\"date_from_gmt\";s:16:\"2025-11-26 14:15\";s:11:\"date_to_gmt\";s:16:\"2025-12-02 13:59\";s:6:\"format\";s:10:\"promo-card\";s:5:\"pages\";a:1:{i:0;a:2:{s:4:\"path\";s:0:\"\";s:8:\"pathname\";s:33:\"/wp-admin/admin.php?page=wc-admin\";}}s:9:\"cta_label\";a:1:{s:5:\"en_US\";s:13:\"Shop the sale\";}s:8:\"cta_link\";s:52:\"/wp-admin/admin.php?page=wc-admin&path=%2Fextensions\";s:7:\"content\";a:1:{s:5:\"en_US\";s:240:\"Save up to 40% on themes and extensions in the WooCommerce Marketplace until December 2 at 14:00 UTC. <strong>Coupon applied at checkout.</strong> <a href=\"https://woocommerce.com/products/#sale-ts-and-cs\" target=\"_blank\">T&C</a>’s apply.\";}s:5:\"title\";a:1:{s:5:\"en_US\";s:29:\"Black Friday savings are live\";}s:4:\"icon\";s:7:\"percent\";}i:1;a:9:{s:13:\"date_from_gmt\";s:16:\"2025-11-26 14:15\";s:11:\"date_to_gmt\";s:16:\"2025-12-02 13:59\";s:6:\"format\";s:10:\"promo-card\";s:5:\"pages\";a:1:{i:0;a:2:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:10:\"/marketing\";}}s:9:\"cta_label\";a:1:{s:5:\"en_US\";s:23:\"Level up your marketing\";}s:8:\"cta_link\";s:52:\"/wp-admin/admin.php?page=wc-admin&path=%2Fextensions\";s:7:\"content\";a:1:{s:5:\"en_US\";s:223:\"Save up to 40% in the Woo BFCM sale. <strong>Coupon applied at checkout.</strong> Offer ends December 2 at 14:00 UTC. T&Cs apply. <a href=\"https://woocommerce.com/products/#sale-ts-and-cs\" target=\"_blank\">T&C</a>’s apply.\";}s:5:\"title\";a:1:{s:5:\"en_US\";s:43:\"Take up to 40% off marketing tools and more\";}s:4:\"icon\";s:7:\"percent\";}i:2;a:10:{s:13:\"date_from_gmt\";s:16:\"2025-11-26 14:15\";s:11:\"date_to_gmt\";s:16:\"2025-12-02 13:59\";s:6:\"format\";s:10:\"promo-card\";s:5:\"pages\";a:1:{i:0;a:2:{s:4:\"path\";s:0:\"\";s:8:\"pathname\";s:40:\"/wp-admin/edit.php?post_type=shop_coupon\";}}s:9:\"cta_label\";a:1:{s:5:\"en_US\";s:19:\"Upgrade your promos\";}s:8:\"cta_link\";s:52:\"/wp-admin/admin.php?page=wc-admin&path=%2Fextensions\";s:7:\"content\";a:1:{s:5:\"en_US\";s:211:\"Save up to 40% in the Woo BFCM sale. <strong>Coupon applied at checkout.</strong> Offer ends December 2 at 14:00 UTC. <a href=\"https://woocommerce.com/products/#sale-ts-and-cs\" target=\"_blank\">T&C</a>’s apply.\";}s:5:\"title\";a:1:{s:5:\"en_US\";s:46:\"Take up to 40% off coupon and promo extensions\";}s:5:\"style\";s:4:\"wide\";s:4:\"icon\";s:7:\"percent\";}i:3;a:10:{s:13:\"date_from_gmt\";s:16:\"2025-11-26 14:15\";s:11:\"date_to_gmt\";s:16:\"2025-12-02 13:59\";s:6:\"format\";s:10:\"promo-card\";s:5:\"pages\";a:1:{i:0;a:2:{s:4:\"page\";s:8:\"wc-admin\";s:4:\"path\";s:11:\"/extensions\";}}s:9:\"cta_label\";a:1:{s:5:\"en_US\";s:13:\"Shop the sale\";}s:8:\"cta_link\";s:52:\"/wp-admin/admin.php?page=wc-admin&path=%2Fextensions\";s:7:\"content\";a:1:{s:5:\"en_US\";s:233:\"Take up to 40% off WooCommerce Marketplace products this BFCM. <strong>Coupon applied at checkout.</strong> Sale ends December 2 at 14:00 UTC. <a href=\"https://woocommerce.com/products/#sale-ts-and-cs\" target=\"_blank\">T&Cs</a> apply.\";}s:5:\"title\";a:1:{s:5:\"en_US\";s:39:\"Save up to 40% on your next big upgrade\";}s:5:\"style\";s:14:\"has-background\";s:4:\"icon\";s:7:\"percent\";}}}','off'),
(677562,'odyssey_stats_admin_asset_cache_buster','{\"cache_buster\":\"678bb81e79d\",\"cached_at\":1764027906944}','off'),
(677565,'woocommerce_admin_notice_pinterest-for-woocommerce/pinterest-for-woocommerce.php-woocommerce-untested','<strong>Pinterest for WooCommerce</strong> - version 1.4.21 is untested with WooCommerce 10.0.4.','auto'),
(677625,'_transient_timeout_woocommerce_analytics_orders_statuses_all','1785083911','off'),
(677626,'_transient_woocommerce_analytics_orders_statuses_all','a:0:{}','off'),
(825279,'_transient_timeout_woocommerce_blocks_asset_api_script_data_ssl','1766621182','off'),
(825280,'_transient_woocommerce_blocks_asset_api_script_data_ssl','{\"script_data\":{\"assets\\/client\\/blocks\\/wc-settings.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-settings.js\",\"version\":\"4f2e7067bd1c84cca43f\",\"dependencies\":[\"wc-types\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-types.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-types.js\",\"version\":\"35dee88875b85ff65531\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-middleware.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-middleware.js\",\"version\":\"d79dedade2f2e4dc9df4\",\"dependencies\":[\"wp-api-fetch\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-data.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-data.js\",\"version\":\"0829e8e0d76bff927a49\",\"dependencies\":[\"wc-blocks-checkout-events\",\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-data\",\"wp-data-controls\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/wc-blocks-vendors.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-vendors.js\",\"version\":\"25692b6132997b8359d3\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-registry.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-registry.js\",\"version\":\"a54ead1833becfc12662\",\"dependencies\":[\"react-jsx-runtime\",\"wc-settings\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks.js\",\"version\":\"0db759a8a6e010732c50\",\"dependencies\":[\"react-jsx-runtime\",\"wp-blocks\",\"wp-compose\",\"wp-element\",\"wp-hooks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-context.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-context.js\",\"version\":\"1d9ff4f03584490ad390\",\"dependencies\":[\"react-jsx-runtime\",\"wp-element\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-shared-hocs.js\",\"version\":\"99a2a0de38bfa707fc7b\",\"dependencies\":[\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-blocks-shared-context\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/price-format.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-format.js\",\"version\":\"57e176e7cc02bdd27978\",\"dependencies\":[\"wc-settings\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-frontend-vendors-frontend.js\",\"version\":\"2a67f05c7f92833d4e15\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-vendors-frontend.js\",\"version\":\"dc1dcf69b8c5fe0b6e90\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-cart-checkout-base-frontend.js\",\"version\":\"ee046eedc5351d6040d2\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-checkout.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout.js\",\"version\":\"831c209cc1dd2f820fc4\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/blocks-checkout-events.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-checkout-events.js\",\"version\":\"2d0fd4590f6cc663947c\",\"dependencies\":[\"wc-types\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/blocks-components.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/blocks-components.js\",\"version\":\"150bd47634d08fcc2dfc\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/wc-schema-parser.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-schema-parser.js\",\"version\":\"f762078aeb4207fe9c3d\",\"dependencies\":[\"wp-polyfill\"]},\"assets\\/client\\/admin\\/customer-effort-score\\/index.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/admin\\/customer-effort-score\\/index.js\",\"version\":\"ebdc0b2d7487174621e6\",\"dependencies\":[\"react\",\"wc-experimental\",\"wc-navigation\",\"wc-store-data\",\"wc-tracks\",\"wp-api-fetch\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-data-controls\",\"wp-element\",\"wp-i18n\"]},\"assets\\/client\\/blocks\\/mini-cart-component-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-component-frontend.js\",\"version\":\"66d748b272ca9f1cd81b\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-jsx-runtime\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/cart-button-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/checkout-button-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/empty-cart-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/filled-cart-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/footer-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/items-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/shopping-button-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-items-counter-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-label-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents-block\\/title-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items--mini-cart-contents-block\\/products-table-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/wc-shipping-method-pickup-location.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-shipping-method-pickup-location.js\",\"version\":\"0446a66f2604add5f739\",\"dependencies\":[\"react\",\"react-dom\",\"react-jsx-runtime\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/cart-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-frontend.js\",\"version\":\"87f90889ed47544b57eb\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-jsx-runtime\",\"wc-blocks-checkout\",\"wc-blocks-checkout-events\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-notices\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/checkout-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-frontend.js\",\"version\":\"220b68a74d9aaeecae4c\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"react\",\"react-jsx-runtime\",\"wc-blocks-checkout\",\"wc-blocks-checkout-events\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-notices\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/wc-blocks-classic-template-revert-button.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/wc-blocks-classic-template-revert-button.js\",\"version\":\"69f6194d91fc4dcdbccb\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-data\",\"wp-editor\",\"wp-element\",\"wp-i18n\",\"wp-plugins\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/active-filters.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/active-filters.js\",\"version\":\"6845a16c77c390404f04\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/active-filters-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/active-filters-frontend.js\",\"version\":\"50f195818544f840e06c\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/all-reviews.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-reviews.js\",\"version\":\"7b3d4ba248c0ef3da496\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/reviews-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-frontend.js\",\"version\":\"2691d1cb2321a3959f67\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-settings\",\"wp-a11y\",\"wp-api-fetch\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/attribute-filter.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/attribute-filter.js\",\"version\":\"b9599d3181ab5742da97\",\"dependencies\":[\"lodash\",\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/attribute-filter-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/attribute-filter-frontend.js\",\"version\":\"9658c07927cc186847ab\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"lodash\",\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/breadcrumbs.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/breadcrumbs.js\",\"version\":\"707d9a3ce1ce34bfa957\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/cart-link.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-link.js\",\"version\":\"90816cbdab22d1620d03\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/catalog-sorting.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/catalog-sorting.js\",\"version\":\"ed06ff482496d2720cf1\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/classic-shortcode.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/classic-shortcode.js\",\"version\":\"b86ea131616cb65c6f9b\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-notices\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/customer-account.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/customer-account.js\",\"version\":\"eb8aec89095d4f916023\",\"dependencies\":[\"react-jsx-runtime\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/featured-category.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/featured-category.js\",\"version\":\"934196a9d56816c7c2c8\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\"]},\"assets\\/client\\/blocks\\/featured-product.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/featured-product.js\",\"version\":\"b43afa4b4b58f2c56181\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\"]},\"assets\\/client\\/blocks\\/filter-wrapper.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filter-wrapper.js\",\"version\":\"403c4541c8220ae06a2c\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/filter-wrapper-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filter-wrapper-frontend.js\",\"version\":\"9e970081894c2441a0c6\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"lodash\",\"react\",\"react-jsx-runtime\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/handpicked-products.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/handpicked-products.js\",\"version\":\"ec3d5e4fa2f44827da4d\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/mini-cart.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart.js\",\"version\":\"87b8312b6bf3658c88a0\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/mini-cart-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-frontend.js\",\"version\":\"57afd6974dfbfd956d06\",\"dependencies\":[\"wc-cart-checkout-base\",\"wc-cart-checkout-vendors\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-data\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/price-filter.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-filter.js\",\"version\":\"e6038ba2b8731ef1e0b2\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/price-filter-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/price-filter-frontend.js\",\"version\":\"3d8f6f4868e89c59eb5e\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-best-sellers.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-best-sellers.js\",\"version\":\"ff30c7ee1ad859f22682\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-categories.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-categories.js\",\"version\":\"d44a3ebfb21927a00e6d\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\"]},\"assets\\/client\\/blocks\\/product-category.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-category.js\",\"version\":\"fbf15c4f1ff0e1841e9b\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-filters.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filters.js\",\"version\":\"5d4febb6d48fa9ac64a0\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-status.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-status.js\",\"version\":\"41e25888a221dda8b56e\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-price.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-price.js\",\"version\":\"806df670dea3d47a7ff3\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-price-format\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-price-slider.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-price-slider.js\",\"version\":\"4ee8aab7dd50bdd698e7\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-price-format\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-attribute.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-attribute.js\",\"version\":\"ecc1c073c2feb6e3cbf0\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-rating.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-rating.js\",\"version\":\"dab8cf4cf4953ec0a569\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-filter-active.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-active.js\",\"version\":\"dff9b5a50cc63b55fe22\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-removable-chips.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-removable-chips.js\",\"version\":\"9aec0f8d9a682ad6bc63\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-clear-button.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-clear-button.js\",\"version\":\"780618f6f958d84f19b6\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-checkbox-list.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-checkbox-list.js\",\"version\":\"a2aa9f80292135bf848c\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-filter-chips.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-filter-chips.js\",\"version\":\"21c7b3a17fa900c9310d\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-new.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-new.js\",\"version\":\"f69954121cca4230a528\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-on-sale.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-on-sale.js\",\"version\":\"b46ebbeffb20aea1109f\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-results-count.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-results-count.js\",\"version\":\"abbeb48c5765e1441556\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-search.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-search.js\",\"version\":\"d751e390158f6b777cc3\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-hooks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-tag.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-tag.js\",\"version\":\"c448b9b3ef058aa9e971\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-top-rated.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-top-rated.js\",\"version\":\"0359238f4371249d37eb\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/products-by-attribute.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/products-by-attribute.js\",\"version\":\"3db4c6e415bbfc941309\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-server-side-render\",\"wp-url\"]},\"assets\\/client\\/blocks\\/rating-filter.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/rating-filter.js\",\"version\":\"a3c425c7eae0da4dcfa5\",\"dependencies\":[\"lodash\",\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/reviews-by-category.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-by-category.js\",\"version\":\"c923ec2a8c95195dd937\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-settings\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/reviews-by-product.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/reviews-by-product.js\",\"version\":\"7126c2314766304b0903\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-element\",\"wp-escape-html\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/stock-filter.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/stock-filter.js\",\"version\":\"810c551128fa3a08cf0b\",\"dependencies\":[\"lodash\",\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/stock-filter-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/stock-filter-frontend.js\",\"version\":\"474135905eb987ec1ea8\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"lodash\",\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-compose\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-warning\"]},\"assets\\/client\\/blocks\\/add-to-cart-form.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/add-to-cart-form.js\",\"version\":\"8432d617a59318738baa\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/all-products.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-products.js\",\"version\":\"88883478f4d0746a305f\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/all-products-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/all-products-frontend.js\",\"version\":\"fac7a8cd2674803694e4\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-block-editor\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/coming-soon.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/coming-soon.js\",\"version\":\"948b16ce9040618a7c59\",\"dependencies\":[\"react-jsx-runtime\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-editor\",\"wp-i18n\",\"wp-plugins\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/store-notices.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/store-notices.js\",\"version\":\"55ef31f3cab5ed0fde09\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-a11y\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-button.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-button.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-collection.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-collection.js\",\"version\":\"6eaa0e12a0cbe7802353\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-registry\",\"wc-customer-effort-score\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-editor\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-collection-no-results.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-collection-no-results.js\",\"version\":\"5605fcd916d6586c6ea1\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-gallery.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-gallery.js\",\"version\":\"f77a62c6aff95e49cdba\",\"dependencies\":[\"react-jsx-runtime\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-settings\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-gallery-large-image.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-gallery-large-image.js\",\"version\":\"579e9a9e4bc700379bcf\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-template.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-template.js\",\"version\":\"7e1ce72cb69f8a5023c9\",\"dependencies\":[\"react-jsx-runtime\",\"wc-blocks-shared-context\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-query.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-query.js\",\"version\":\"5bc4f6fcf42418dc2d73\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wc-types\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/product-query-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-query-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-title.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-title.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/product-title-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-title-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/single-product.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/single-product.js\",\"version\":\"c60cb6118d7dd01d86b9\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-store-data\",\"wc-types\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-escape-html\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/page-content-wrapper.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/page-content-wrapper.js\",\"version\":\"8b42f9fde24fe77c4f9d\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-create-account.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-create-account.js\",\"version\":\"de5a6821a11788e52cd9\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/order-confirmation-create-account-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/order-confirmation-create-account-frontend.js\",\"version\":\"a4dacfedf25981095fa1\",\"dependencies\":[\"wc-blocks-frontend-vendors\",\"react\",\"react-jsx-runtime\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-settings\",\"wp-compose\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-description.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-description.js\",\"version\":\"1f5600c36c2735e05c9c\",\"dependencies\":[\"react-jsx-runtime\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-specifications.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-specifications.js\",\"version\":\"839bc132713e11616f44\",\"dependencies\":[\"react-jsx-runtime\",\"wc-store-data\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/accordion-group.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/accordion-group.js\",\"version\":\"aa124ca1e723ec7397de\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/accordion-item.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/accordion-item.js\",\"version\":\"d36bf2998865d0b7efda\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/accordion-panel.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/accordion-panel.js\",\"version\":\"7b6c895143f956ef43be\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/accordion-header.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/accordion-header.js\",\"version\":\"f8c36bc6eed18d6637b6\",\"dependencies\":[\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-reviews.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-reviews.js\",\"version\":\"6ec025e01c67e58f4a27\",\"dependencies\":[\"react-jsx-runtime\",\"wc-types\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-i18n\",\"wp-polyfill\"]},\"assets\\/client\\/blocks\\/product-review-rating.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-review-rating.js\",\"version\":\"c7356b182347ab81c44c\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-store-data\",\"wp-block-editor\",\"wp-blocks\",\"wp-data\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-reviews-title.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-reviews-title.js\",\"version\":\"0382916bde4044632c8d\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-store-data\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-review-form.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-review-form.js\",\"version\":\"754e6cf2ed273d6f4a45\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-store-data\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-review-date.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-review-date.js\",\"version\":\"4c0efb4b9b63b8619111\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-date\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-review-content.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-review-content.js\",\"version\":\"a4c8cdcc2a27a00761ae\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-review-author-name.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-review-author-name.js\",\"version\":\"7889909dea8ac111cfcf\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-data\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-reviews-pagination.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-reviews-pagination.js\",\"version\":\"748a894dba54d954ecd9\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-reviews-pagination-next.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-reviews-pagination-next.js\",\"version\":\"8104662b6e94eb7de269\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-reviews-pagination-previous.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-reviews-pagination-previous.js\",\"version\":\"a4ce5e1180f51ac9d7ec\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-reviews-pagination-numbers.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-reviews-pagination-numbers.js\",\"version\":\"6320b999a6faa27a26ab\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-block-editor\",\"wp-blocks\",\"wp-polyfill\",\"wp-primitives\"]},\"assets\\/client\\/blocks\\/product-review-template.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/product-review-template.js\",\"version\":\"9d729c09ffc8df3147ee\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wp-api-fetch\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-core-data\",\"wp-data\",\"wp-element\",\"wp-i18n\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\"]},\"assets\\/client\\/blocks\\/cart.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart.js\",\"version\":\"d99cb2443220c46e1a44\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-checkout\",\"wc-blocks-checkout-events\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-blocks-shared-context\",\"wc-blocks-shared-hocs\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-editor\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-notices\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-style-engine\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-accepted-payment-methods-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-products-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-cross-sells-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-items-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-items-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-items-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-items-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-line-items-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-order-summary-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-totals-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/empty-cart-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/filled-cart-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-coupon-form-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-discount-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-fee-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-heading-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-shipping-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-subtotal-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-taxes-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-totals-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-totals-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/order-summary-totals-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/order-summary-totals-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/proceed-to-checkout-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-taxes-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-taxes-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-subtotal-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-subtotal-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-totals-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-totals-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/filled-cart-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filled-cart-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/empty-cart-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/empty-cart-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-totals-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-totals-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-items-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-items-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-line-items-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-line-items-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-express-payment-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-express-payment-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/proceed-to-checkout-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/proceed-to-checkout-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-accepted-payment-methods-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-accepted-payment-methods-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-coupon-form-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-coupon-form-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-discount-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-discount-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-fee-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-fee-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-heading-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-heading-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-order-summary-shipping-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-order-summary-shipping-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-cross-sells-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-cross-sells-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-cross-sells-products-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-cross-sells-products-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout.js\",\"version\":\"9e74541a03244766ade3\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-checkout\",\"wc-blocks-checkout-events\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-api-fetch\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-compose\",\"wp-core-data\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-editor\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-notices\",\"wp-plugins\",\"wp-polyfill\",\"wp-primitives\",\"wp-url\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/checkout-blocks\\/actions-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/actions-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/actions-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/actions-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/additional-information-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/additional-information-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/additional-information-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/additional-information-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/billing-address-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/contact-information-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/express-payment-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/express-payment-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/express-payment-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/express-payment-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/fields-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/fields-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/fields-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/fields-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-note-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-note-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-cart-items-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-coupon-form-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-discount-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-fee-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-shipping-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-subtotal-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/order-summary-taxes-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/payment-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/payment-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/payment-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/payment-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/pickup-options-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-address-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-methods-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/shipping-method-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/terms-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/terms-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/terms-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/terms-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/totals-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/totals-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-blocks\\/totals-style.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-blocks\\/totals-style.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment--checkout-blocks\\/express-payment-frontend.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/cart-blocks\\/cart-express-payment--checkout-blocks\\/express-payment-frontend.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-actions-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-actions-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-additional-information-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-additional-information-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-billing-address-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-billing-address-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-contact-information-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-contact-information-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-express-payment-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-express-payment-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-fields-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-fields-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-note-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-note-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-cart-items-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-cart-items-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-coupon-form-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-coupon-form-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-discount-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-discount-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-fee-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-fee-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-shipping-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-shipping-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-subtotal-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-subtotal-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-taxes-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-taxes-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-order-summary-totals-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-order-summary-totals-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-payment-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-payment-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-address-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-address-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-methods-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-methods-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-shipping-method-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-shipping-method-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-pickup-options-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-pickup-options-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-terms-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-terms-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/checkout-totals-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/checkout-totals-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-contents.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-contents.js\",\"version\":\"7bc26b7e00da77af6fb5\",\"dependencies\":[\"react\",\"react-jsx-runtime\",\"wc-blocks-checkout\",\"wc-blocks-components\",\"wc-blocks-data-store\",\"wc-blocks-registry\",\"wc-price-format\",\"wc-settings\",\"wc-types\",\"wp-a11y\",\"wp-autop\",\"wp-block-editor\",\"wp-blocks\",\"wp-components\",\"wp-data\",\"wp-deprecated\",\"wp-dom\",\"wp-element\",\"wp-hooks\",\"wp-html-entities\",\"wp-i18n\",\"wp-is-shallow-equal\",\"wp-keycodes\",\"wp-polyfill\",\"wp-primitives\",\"wp-wordcount\"]},\"assets\\/client\\/blocks\\/empty-mini-cart-contents-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/empty-mini-cart-contents-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/filled-mini-cart-contents-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/filled-mini-cart-contents-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-footer-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-footer-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-items-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-items-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-products-table-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-products-table-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-shopping-button-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-shopping-button-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-cart-button-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-cart-button-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-checkout-button-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-checkout-button-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-items-counter-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-items-counter-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]},\"assets\\/client\\/blocks\\/mini-cart-title-label-block.js\":{\"src\":\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/plugins\\/woocommerce\\/assets\\/client\\/blocks\\/mini-cart-title-label-block.js\",\"version\":\"wc-10.0.4\",\"dependencies\":[]}},\"version\":\"wc-10.0.4\",\"hash\":\"33b9bd61b11037c7ddf3a5e3446fcf48\"}','off'),
(825302,'_transient_timeout_wc_term_counts','1766621254','off'),
(825303,'_transient_wc_term_counts','a:2:{s:14:\"75_product_cat\";i:1;s:14:\"15_product_cat\";i:0;}','off'),
(825304,'_transient_timeout_woocommerce_admin_payment_gateway_suggestions_specs','1766122508','off'),
(825305,'_transient_woocommerce_admin_payment_gateway_suggestions_specs','a:1:{s:5:\"en_US\";a:24:{s:6:\"affirm\";O:8:\"stdClass\":11:{s:2:\"id\";s:6:\"affirm\";s:5:\"title\";s:6:\"Affirm\";s:7:\"content\";s:169:\"Affirm’s tailored Buy Now Pay Later programs remove price as a barrier, turning browsers into buyers, increasing average order value, and expanding your customer base.\";s:5:\"image\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/affirm.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/affirm.png\";s:7:\"plugins\";a:0:{}s:13:\"external_link\";s:59:\"https://woocommerce.com/products/woocommerce-gateway-affirm\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"6.5.0-dev\";s:8:\"operator\";s:2:\">=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:1:\"<\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:2:{i:0;s:2:\"US\";i:1;s:2:\"CA\";}s:23:\"recommendation_priority\";i:7;}s:8:\"afterpay\";O:8:\"stdClass\":10:{s:2:\"id\";s:8:\"afterpay\";s:5:\"title\";s:8:\"Afterpay\";s:7:\"content\";s:125:\"Afterpay allows customers to receive products immediately and pay for purchases over four installments, always interest-free.\";s:5:\"image\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/afterpay.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/afterpay.png\";s:7:\"plugins\";a:1:{i:0;s:32:\"afterpay-gateway-for-woocommerce\";}s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"6.5.0-dev\";s:8:\"operator\";s:2:\">=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:1:\"<\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:3:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"AU\";}s:23:\"recommendation_priority\";i:8;}s:14:\"airwallex_main\";O:8:\"stdClass\":11:{s:2:\"id\";s:14:\"airwallex_main\";s:5:\"title\";s:18:\"Airwallex Payments\";s:7:\"content\";s:115:\"Boost international sales and save on FX fees. Accept 60+ local payment methods including Apple Pay and Google Pay.\";s:5:\"image\";s:105:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/airwallex.png\";s:11:\"image_72x72\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/airwallex.png\";s:12:\"square_image\";s:112:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/airwallex-square.png\";s:7:\"plugins\";a:1:{i:0;s:33:\"airwallex-online-payments-gateway\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:17:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CN\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"category_other\";a:17:{i:0;s:2:\"GB\";i:1;s:2:\"AT\";i:2;s:2:\"BE\";i:3;s:2:\"EE\";i:4;s:2:\"FR\";i:5;s:2:\"DE\";i:6;s:2:\"GR\";i:7;s:2:\"IE\";i:8;s:2:\"IT\";i:9;s:2:\"NL\";i:10;s:2:\"PL\";i:11;s:2:\"PT\";i:12;s:2:\"AU\";i:13;s:2:\"NZ\";i:14;s:2:\"HK\";i:15;s:2:\"SG\";i:16;s:2:\"CN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:24:\"amazon_payments_advanced\";O:8:\"stdClass\":10:{s:2:\"id\";s:24:\"amazon_payments_advanced\";s:5:\"title\";s:10:\"Amazon Pay\";s:7:\"content\";s:94:\"Enable a familiar, fast checkout for hundreds of millions of active Amazon customers globally.\";s:5:\"image\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/amazonpay.png\";s:11:\"image_72x72\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/amazonpay.png\";s:7:\"plugins\";a:1:{i:0;s:44:\"woocommerce-gateway-amazon-payments-advanced\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:18:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"6.5.0-dev\";s:8:\"operator\";s:2:\">=\";}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:18:{i:0;s:2:\"US\";i:1;s:2:\"AT\";i:2;s:2:\"BE\";i:3;s:2:\"CY\";i:4;s:2:\"DK\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"DE\";i:8;s:2:\"GB\";i:9;s:2:\"HU\";i:10;s:2:\"IE\";i:11;s:2:\"IT\";i:12;s:2:\"LU\";i:13;s:2:\"NL\";i:14;s:2:\"PT\";i:15;s:2:\"SL\";i:16;s:2:\"SE\";i:17;s:2:\"JP\";}s:23:\"recommendation_priority\";i:6;}s:4:\"bacs\";O:8:\"stdClass\":8:{s:2:\"id\";s:4:\"bacs\";s:5:\"title\";s:20:\"Direct bank transfer\";s:7:\"content\";s:32:\"Take payments via bank transfer.\";s:5:\"image\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/bacs.svg\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/bacs.png\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":1:{s:4:\"type\";s:4:\"pass\";}}s:10:\"is_offline\";b:1;s:23:\"recommendation_priority\";i:10;}s:3:\"cod\";O:8:\"stdClass\":8:{s:2:\"id\";s:3:\"cod\";s:5:\"title\";s:16:\"Cash on delivery\";s:7:\"content\";s:36:\"Take payments in cash upon delivery.\";s:5:\"image\";s:99:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/cod.svg\";s:11:\"image_72x72\";s:105:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/cod.png\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":1:{s:4:\"type\";s:4:\"pass\";}}s:10:\"is_offline\";b:1;s:23:\"recommendation_priority\";i:10;}s:4:\"eway\";O:8:\"stdClass\":11:{s:2:\"id\";s:4:\"eway\";s:5:\"title\";s:4:\"Eway\";s:7:\"content\";s:171:\"The Eway extension for WooCommerce allows you to take credit card payments directly on your store without redirecting your customers to a third party site to make payment.\";s:5:\"image\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/eway.png\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/eway.png\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/eway-square.png\";s:7:\"plugins\";a:1:{i:0;s:24:\"woocommerce-gateway-eway\";}s:10:\"is_visible\";b:0;s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:3:\"kco\";O:8:\"stdClass\":10:{s:2:\"id\";s:3:\"kco\";s:5:\"title\";s:15:\"Klarna Checkout\";s:7:\"content\";s:115:\"Choose the payment that you want, pay now, pay later or slice it. No credit card numbers, no passwords, no worries.\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/klarna-black.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/klarna.png\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-checkout-for-woocommerce\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:3:{i:0;s:2:\"NO\";i:1;s:2:\"SE\";i:2;s:2:\"FI\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:15:\"klarna_payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:15:\"klarna_payments\";s:5:\"title\";s:15:\"Klarna Payments\";s:7:\"content\";s:115:\"Choose the payment that you want, pay now, pay later or slice it. No credit card numbers, no passwords, no worries.\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/klarna-black.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/klarna.png\";s:7:\"plugins\";a:1:{i:0;s:31:\"klarna-payments-for-woocommerce\";}s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:19:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:4:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:1:\"<\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:39:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:19:{i:0;s:2:\"MX\";i:1;s:2:\"US\";i:2;s:2:\"CA\";i:3;s:2:\"AT\";i:4;s:2:\"BE\";i:5;s:2:\"CH\";i:6;s:2:\"DK\";i:7;s:2:\"ES\";i:8;s:2:\"FI\";i:9;s:2:\"FR\";i:10;s:2:\"DE\";i:11;s:2:\"GB\";i:12;s:2:\"IT\";i:13;s:2:\"NL\";i:14;s:2:\"NO\";i:15;s:2:\"PL\";i:16;s:2:\"SE\";i:17;s:2:\"NZ\";i:18;s:2:\"AU\";}s:23:\"recommendation_priority\";i:9;}s:30:\"mollie_wc_gateway_banktransfer\";O:8:\"stdClass\":11:{s:2:\"id\";s:30:\"mollie_wc_gateway_banktransfer\";s:5:\"title\";s:6:\"Mollie\";s:7:\"content\";s:128:\"Effortless payments by Mollie: Offer global and local payment methods, get onboarded in minutes, and supported in your language.\";s:5:\"image\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/mollie.svg\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/mollie.png\";s:12:\"square_image\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/mollie-square.png\";s:7:\"plugins\";a:1:{i:0;s:31:\"mollie-payments-for-woocommerce\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"category_other\";a:11:{i:0;s:2:\"AT\";i:1;s:2:\"BE\";i:2;s:2:\"CH\";i:3;s:2:\"ES\";i:4;s:2:\"FI\";i:5;s:2:\"FR\";i:6;s:2:\"DE\";i:7;s:2:\"GB\";i:8;s:2:\"IT\";i:9;s:2:\"NL\";i:10;s:2:\"PL\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:7:\"payfast\";O:8:\"stdClass\":10:{s:2:\"id\";s:7:\"payfast\";s:5:\"title\";s:7:\"Payfast\";s:7:\"content\";s:299:\"The Payfast extension for WooCommerce enables you to accept payments by Credit Card and EFT via one of South Africa’s most popular payment gateways. No setup fees or monthly subscription costs. Selecting this extension will configure your store to use South African rands as the selected currency.\";s:5:\"image\";s:80:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/payfast.png\";s:11:\"image_72x72\";s:109:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/payfast.png\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-payfast-gateway\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ZA\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:1:{i:0;s:2:\"ZA\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:17:\"payoneer-checkout\";O:8:\"stdClass\":10:{s:2:\"id\";s:17:\"payoneer-checkout\";s:5:\"title\";s:17:\"Payoneer Checkout\";s:7:\"content\";s:202:\"Payoneer Checkout is the next generation of payment processing platforms, giving merchants around the world the solutions and direction they need to succeed in today’s hyper-competitive global market.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/payoneer.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/payoneer.png\";s:7:\"plugins\";a:1:{i:0;s:17:\"payoneer-checkout\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CN\";s:9:\"operation\";s:1:\"=\";}}}}s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:2:{i:0;s:2:\"HK\";i:1;s:2:\"CN\";}s:23:\"recommendation_priority\";i:10;}s:8:\"paystack\";O:8:\"stdClass\":11:{s:2:\"id\";s:8:\"paystack\";s:5:\"title\";s:8:\"Paystack\";s:7:\"content\";s:127:\"Paystack helps African merchants accept one-time and recurring payments online with a modern, safe, and secure payment gateway.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/paystack.png\";s:12:\"square_image\";s:111:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/paystack-square.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/paystack.png\";s:7:\"plugins\";a:1:{i:0;s:12:\"woo-paystack\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ZA\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GH\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NG\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:3:{i:0;s:2:\"ZA\";i:1;s:2:\"GH\";i:2;s:2:\"NG\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:7:\"payubiz\";O:8:\"stdClass\":10:{s:2:\"id\";s:7:\"payubiz\";s:5:\"title\";s:20:\"PayU for WooCommerce\";s:7:\"content\";s:169:\"Enable PayU’s exclusive plugin for WooCommerce to start accepting payments in 100+ payment methods available in India including credit cards, debit cards, UPI, & more!\";s:5:\"image\";s:100:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/payu.svg\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/payu.png\";s:7:\"plugins\";a:1:{i:0;s:10:\"payu-india\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:1:{i:0;s:2:\"IN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:12:\"ppcp-gateway\";O:8:\"stdClass\":11:{s:2:\"id\";s:12:\"ppcp-gateway\";s:5:\"title\";s:15:\"PayPal Payments\";s:7:\"content\";s:78:\"Safe and secure payments using credit cards or your customer\'s PayPal account.\";s:5:\"image\";s:79:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/paypal.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/paypal.png\";s:12:\"square_image\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/paypal.svg\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:49:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CL\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CO\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EC\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"UY\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"VE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SL\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CN\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ID\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:48:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"BR\";i:4;s:2:\"AR\";i:5;s:2:\"CL\";i:6;s:2:\"CO\";i:7;s:2:\"EC\";i:8;s:2:\"PE\";i:9;s:2:\"UY\";i:10;s:2:\"VE\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"BG\";i:14;s:2:\"HR\";i:15;s:2:\"CH\";i:16;s:2:\"CY\";i:17;s:2:\"CZ\";i:18;s:2:\"DK\";i:19;s:2:\"EE\";i:20;s:2:\"ES\";i:21;s:2:\"FI\";i:22;s:2:\"FR\";i:23;s:2:\"DE\";i:24;s:2:\"GB\";i:25;s:2:\"GR\";i:26;s:2:\"HU\";i:27;s:2:\"IE\";i:28;s:2:\"IT\";i:29;s:2:\"LV\";i:30;s:2:\"LT\";i:31;s:2:\"LU\";i:32;s:2:\"MT\";i:33;s:2:\"NL\";i:34;s:2:\"NO\";i:35;s:2:\"PL\";i:36;s:2:\"PT\";i:37;s:2:\"RO\";i:38;s:2:\"SK\";i:39;s:2:\"SL\";i:40;s:2:\"SE\";i:41;s:2:\"AU\";i:42;s:2:\"NZ\";i:43;s:2:\"HK\";i:44;s:2:\"JP\";i:45;s:2:\"SG\";i:46;s:2:\"CN\";i:47;s:2:\"ID\";}s:19:\"category_additional\";a:49:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"BR\";i:4;s:2:\"AR\";i:5;s:2:\"CL\";i:6;s:2:\"CO\";i:7;s:2:\"EC\";i:8;s:2:\"PE\";i:9;s:2:\"UY\";i:10;s:2:\"VE\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"BG\";i:14;s:2:\"HR\";i:15;s:2:\"CH\";i:16;s:2:\"CY\";i:17;s:2:\"CZ\";i:18;s:2:\"DK\";i:19;s:2:\"EE\";i:20;s:2:\"ES\";i:21;s:2:\"FI\";i:22;s:2:\"FR\";i:23;s:2:\"DE\";i:24;s:2:\"GB\";i:25;s:2:\"GR\";i:26;s:2:\"HU\";i:27;s:2:\"IE\";i:28;s:2:\"IT\";i:29;s:2:\"LV\";i:30;s:2:\"LT\";i:31;s:2:\"LU\";i:32;s:2:\"MT\";i:33;s:2:\"NL\";i:34;s:2:\"NO\";i:35;s:2:\"PL\";i:36;s:2:\"PT\";i:37;s:2:\"RO\";i:38;s:2:\"SK\";i:39;s:2:\"SL\";i:40;s:2:\"SE\";i:41;s:2:\"AU\";i:42;s:2:\"NZ\";i:43;s:2:\"HK\";i:44;s:2:\"JP\";i:45;s:2:\"SG\";i:46;s:2:\"CN\";i:47;s:2:\"ID\";i:48;s:2:\"IN\";}s:23:\"recommendation_priority\";i:4;}s:8:\"razorpay\";O:8:\"stdClass\":10:{s:2:\"id\";s:8:\"razorpay\";s:5:\"title\";s:8:\"Razorpay\";s:7:\"content\";s:133:\"The official Razorpay extension for WooCommerce allows you to accept credit cards, debit cards, netbanking, wallet, and UPI payments.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/razorpay.svg\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/razorpay.png\";s:7:\"plugins\";a:1:{i:0;s:12:\"woo-razorpay\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:1:{i:0;s:2:\"IN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:18:\"square_credit_card\";O:8:\"stdClass\":10:{s:2:\"id\";s:18:\"square_credit_card\";s:5:\"title\";s:6:\"Square\";s:7:\"content\";s:169:\"Securely accept credit and debit cards with one low rate, no surprise fees (custom rates available). Sell online and in store and track sales and inventory in one place.\";s:5:\"image\";s:85:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/square-black.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/square.png\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-square\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}i:1;a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:8:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:14:\"selling_venues\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:12:\"brick-mortar\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:14:\"selling_venues\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:18:\"brick-mortar-other\";}}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:21:\"selling_online_answer\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:21:\"no_im_selling_offline\";s:7:\"default\";s:0:\"\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:21:\"selling_online_answer\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:34:\"im_selling_both_online_and_offline\";s:7:\"default\";s:0:\"\";}}}}}}}}}s:14:\"category_other\";a:8:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"IE\";i:3;s:2:\"ES\";i:4;s:2:\"FR\";i:5;s:2:\"GB\";i:6;s:2:\"AU\";i:7;s:2:\"JP\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:5;}s:6:\"stripe\";O:8:\"stdClass\":11:{s:2:\"id\";s:6:\"stripe\";s:5:\"title\";s:6:\"Stripe\";s:7:\"content\";s:112:\"Accept debit and credit cards in 135+ currencies, methods such as Alipay, and one-touch checkout with Apple Pay.\";s:5:\"image\";s:79:\"https://woocommerce.com/wp-content/plugins/woocommerce/assets/images/stripe.png\";s:11:\"image_72x72\";s:108:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/stripe.png\";s:12:\"square_image\";s:102:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/stripe.svg\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:40:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SL\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ID\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IN\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"category_other\";a:40:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"BR\";i:4;s:2:\"AT\";i:5;s:2:\"BE\";i:6;s:2:\"BG\";i:7;s:2:\"CH\";i:8;s:2:\"CY\";i:9;s:2:\"CZ\";i:10;s:2:\"DK\";i:11;s:2:\"EE\";i:12;s:2:\"ES\";i:13;s:2:\"FI\";i:14;s:2:\"FR\";i:15;s:2:\"DE\";i:16;s:2:\"GB\";i:17;s:2:\"GR\";i:18;s:2:\"HU\";i:19;s:2:\"IE\";i:20;s:2:\"IT\";i:21;s:2:\"LV\";i:22;s:2:\"LT\";i:23;s:2:\"LU\";i:24;s:2:\"MT\";i:25;s:2:\"NL\";i:26;s:2:\"NO\";i:27;s:2:\"PL\";i:28;s:2:\"PT\";i:29;s:2:\"RO\";i:30;s:2:\"SK\";i:31;s:2:\"SL\";i:32;s:2:\"SE\";i:33;s:2:\"AU\";i:34;s:2:\"NZ\";i:35;s:2:\"HK\";i:36;s:2:\"JP\";i:37;s:2:\"SG\";i:38;s:2:\"ID\";i:39;s:2:\"IN\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:3;}s:23:\"woo-mercado-pago-custom\";O:8:\"stdClass\":11:{s:2:\"id\";s:23:\"woo-mercado-pago-custom\";s:5:\"title\";s:12:\"Mercado Pago\";s:7:\"content\";s:198:\"Set up your payment methods and accept credit and debit cards, cash, bank transfers and money from your Mercado Pago account. Offer safe and secure payments with Latin America’s leading processor.\";s:5:\"image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/mercadopago.png\";s:11:\"image_72x72\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/mercadopago.png\";s:7:\"plugins\";a:1:{i:0;s:23:\"woocommerce-mercadopago\";}s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:8:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AR\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CL\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CO\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EC\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"UY\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MX\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BR\";s:9:\"operation\";s:1:\"=\";}}}}s:16:\"is_local_partner\";b:1;s:14:\"category_other\";a:8:{i:0;s:2:\"AR\";i:1;s:2:\"CL\";i:2;s:2:\"CO\";i:3;s:2:\"EC\";i:4;s:2:\"PE\";i:5;s:2:\"UY\";i:6;s:2:\"MX\";i:7;s:2:\"BR\";}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}s:20:\"woocommerce_payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:20:\"woocommerce_payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:84:\"Manage transactions without leaving your WordPress Dashboard. Only with WooPayments.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:11:\"image_72x72\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:11:\"description\";s:225:\"With WooPayments, you can securely accept major cards, Apple Pay, and payments in over 100 currencies. Track cash flow and manage recurring revenue directly from your store’s dashboard - with no setup costs or monthly fees.\";s:10:\"is_visible\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:39:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"5.10.0-dev\";s:8:\"operator\";s:1:\"<\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:17:\"woocommerce-admin\";}}}}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:17:\"woocommerce-admin\";s:7:\"version\";s:9:\"2.9.0-dev\";s:8:\"operator\";s:1:\"<\";}}}}s:23:\"recommendation_priority\";i:2;}s:47:\"woocommerce_payments:without-in-person-payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:47:\"woocommerce_payments:without-in-person-payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:84:\"Manage transactions without leaving your WordPress Dashboard. Only with WooPayments.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:11:\"image_72x72\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:11:\"description\";s:225:\"With WooPayments, you can securely accept major cards, Apple Pay, and payments in over 100 currencies. Track cash flow and manage recurring revenue directly from your store’s dashboard - with no setup costs or monthly fees.\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:37:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PR\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IE\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PT\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HK\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SG\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CY\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"EE\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GR\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LU\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LT\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"LV\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"MT\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SI\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SK\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BG\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CZ\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HR\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"HU\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"RO\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"JP\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AE\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:17:\"woocommerce-admin\";s:7:\"version\";s:9:\"2.9.0-dev\";s:8:\"operator\";s:2:\">=\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"5.10.0-dev\";s:8:\"operator\";s:2:\">=\";}}}}s:23:\"recommendation_priority\";i:1;}s:44:\"woocommerce_payments:with-in-person-payments\";O:8:\"stdClass\":10:{s:2:\"id\";s:44:\"woocommerce_payments:with-in-person-payments\";s:5:\"title\";s:11:\"WooPayments\";s:7:\"content\";s:84:\"Manage transactions without leaving your WordPress Dashboard. Only with WooPayments.\";s:5:\"image\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:11:\"image_72x72\";s:101:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:11:\"description\";s:212:\"With WooPayments, you can securely accept major cards, Apple Pay, and payments in over 100 currencies – with no setup costs or monthly fees – and you can now accept in-person payments with the Woo mobile app.\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:17:\"woocommerce-admin\";s:7:\"version\";s:9:\"2.9.0-dev\";s:8:\"operator\";s:2:\">=\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"5.10.0-dev\";s:8:\"operator\";s:2:\">=\";}}}}s:23:\"recommendation_priority\";i:0;}s:25:\"woocommerce_payments:bnpl\";O:8:\"stdClass\":9:{s:2:\"id\";s:25:\"woocommerce_payments:bnpl\";s:5:\"title\";s:38:\"Activate BNPL instantly on WooPayments\";s:7:\"content\";s:185:\"The world’s favorite buy now, pay later options and many more are right at your fingertips with WooPayments — all from one dashboard, without needing multiple extensions and logins.\";s:5:\"image\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay-bnpl.svg\";s:11:\"image_72x72\";s:106:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/wcpay-bnpl.svg\";s:12:\"square_image\";s:107:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/woocommerce.svg\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}s:10:\"is_visible\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:18:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CA\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AU\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"AT\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"BE\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"CH\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DK\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"ES\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FI\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"FR\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"DE\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"GB\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"IT\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NL\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NO\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"PL\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"SE\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"NZ\";s:9:\"operation\";s:1:\"=\";}}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:9:\"9.2.0-dev\";s:8:\"operator\";s:2:\">=\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}i:4;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:4:\"data\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:10:\"array_keys\";}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:10:\"account_id\";s:7:\"default\";a:0:{}}}s:23:\"recommendation_priority\";i:10;}s:8:\"zipmoney\";O:8:\"stdClass\":10:{s:2:\"id\";s:8:\"zipmoney\";s:5:\"title\";s:27:\"Zip Co - Buy Now, Pay Later\";s:7:\"content\";s:84:\"Give your customers the power to pay later, interest free and watch your sales grow.\";s:5:\"image\";s:104:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/zipmoney.png\";s:11:\"image_72x72\";s:110:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/payment-gateway-suggestions/images/72x72/zipmoney.png\";s:7:\"plugins\";a:1:{i:0;s:29:\"zipmoney-payments-woocommerce\";}s:10:\"is_visible\";b:0;s:14:\"category_other\";a:0:{}s:19:\"category_additional\";a:0:{}s:23:\"recommendation_priority\";i:10;}}}','off'),
(825306,'_transient_timeout_woocommerce_admin_remote_free_extensions_specs','1766122508','off'),
(825307,'_transient_woocommerce_admin_remote_free_extensions_specs','a:1:{s:5:\"en_US\";a:5:{s:10:\"obw/basics\";O:8:\"stdClass\":3:{s:3:\"key\";s:10:\"obw/basics\";s:5:\"title\";s:14:\"Get the basics\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"WooPayments\";s:11:\"description\";s:154:\"Accept credit cards and other popular payment methods with <a href=\"https://woocommerce.com/products/woocommerce-payments\" target=\"_blank\">WooPayments</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"is_built_by_wc\";b:1;s:14:\"min_wp_version\";s:3:\"5.9\";s:3:\"key\";s:20:\"woocommerce-payments\";}i:1;O:8:\"stdClass\":5:{s:4:\"name\";s:20:\"WooCommerce Shipping\";s:11:\"description\";s:119:\"Print shipping labels with <a href=\"https://woocommerce.com/products/shipping\" target=\"_blank\">WooCommerce Shipping</a>\";s:10:\"is_visible\";a:3:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:1:{i:0;s:2:\"US\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-shipping\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:13:\"product_types\";}}i:1;O:8:\"stdClass\":1:{s:3:\"use\";s:5:\"count\";}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";i:1;s:7:\"default\";a:0:{}s:9:\"operation\";s:2:\"!=\";}}i:1;a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:15:\"product_types.0\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";s:9:\"downloads\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:2:\"!=\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:20:\"woocommerce-shipping\";}i:2;O:8:\"stdClass\":5:{s:4:\"name\";s:15:\"WooCommerce Tax\";s:11:\"description\";s:111:\"Get automated sales tax with <a href=\"https://woocommerce.com/products/tax\" target=\"_blank\">WooCommerce Tax</a>\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:11:{i:0;s:2:\"US\";i:1;s:2:\"FR\";i:2;s:2:\"GB\";i:3;s:2:\"DE\";i:4;s:2:\"CA\";i:5;s:2:\"AU\";i:6;s:2:\"GR\";i:7;s:2:\"BE\";i:8;s:2:\"PT\";i:9;s:2:\"DK\";i:10;s:2:\"SE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}}}}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:24:\"woocommerce-services:tax\";}i:3;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"Jetpack\";s:11:\"description\";s:110:\"Enhance speed and security with <a href=\"https://woocommerce.com/products/jetpack\" target=\"_blank\">Jetpack</a>\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:7:\"jetpack\";}}}}}s:14:\"is_built_by_wc\";b:0;s:14:\"min_wp_version\";s:3:\"6.0\";s:3:\"key\";s:7:\"jetpack\";}}}s:8:\"obw/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:8:\"obw/grow\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:4:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:115:\"Level up your email marketing with <a href=\"https://woocommerce.com/products/mailpoet\" target=\"_blank\">MailPoet</a>\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:84;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:8:\"mailpoet\";}i:1;O:8:\"stdClass\":8:{s:4:\"name\";s:22:\"Google for WooCommerce\";s:11:\"description\";s:126:\"Drive sales with <a href=\"https://woocommerce.com/products/google-listings-and-ads\" target=\"_blank\">Google for WooCommerce</a>\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google-listings-and-ads\";}}}}}s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.4\";s:3:\"key\";s:23:\"google-listings-and-ads\";}i:2;O:8:\"stdClass\":8:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:76:\"Get your products in front of Pinners searching for ideas and things to buy.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/pinterest.png\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.3\";s:3:\"key\";s:25:\"pinterest-for-woocommerce\";}i:3;O:8:\"stdClass\":7:{s:4:\"name\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:141:\"List products and create ads on Facebook and Instagram with <a href=\"https://woocommerce.com/products/facebook/\">Facebook for WooCommerce</a>\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:10:\"is_visible\";b:0;s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:24:\"facebook-for-woocommerce\";}}}s:15:\"task-list/reach\";O:8:\"stdClass\":3:{s:3:\"key\";s:15:\"task-list/reach\";s:5:\"title\";s:22:\"Reach out to customers\";s:7:\"plugins\";a:3:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:111:\"Create and send purchase follow-up emails, newsletters, and promotional campaigns straight from your dashboard.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailpoet.svg\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:12:\"mailpoet:alt\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"Klaviyo\";s:11:\"description\";s:138:\"Grow and retain customers with intelligent, impactful email and SMS marketing automation and a consolidated view of customer interactions.\";s:9:\"image_url\";s:95:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/klaviyo.png\";s:10:\"manage_url\";s:31:\"admin.php?page=klaviyo_settings\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:11:\"klaviyo:alt\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"Mailchimp\";s:11:\"description\";s:78:\"Send targeted campaigns, recover abandoned carts and much more with Mailchimp.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/mailchimp.svg\";s:10:\"manage_url\";s:36:\"admin.php?page=mailchimp-woocommerce\";s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:29:\"mailchimp-for-woocommerce:alt\";}}}s:14:\"task-list/grow\";O:8:\"stdClass\":3:{s:3:\"key\";s:14:\"task-list/grow\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:5:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"Google for WooCommerce\";s:11:\"description\";s:134:\"Reach more shoppers and drive sales for your store. Integrate with Google to list your products for free and launch paid ad campaigns.\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:27:\"google-listings-and-ads:alt\";}i:1;O:8:\"stdClass\":7:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/tiktok.svg\";s:11:\"description\";s:118:\"Grow your online sales by promoting your products on TikTok to over one billion monthly active users around the world.\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:40:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"AT\";i:4;s:2:\"BE\";i:5;s:2:\"CZ\";i:6;s:2:\"DK\";i:7;s:2:\"FI\";i:8;s:2:\"FR\";i:9;s:2:\"DE\";i:10;s:2:\"GR\";i:11;s:2:\"HU\";i:12;s:2:\"IE\";i:13;s:2:\"IT\";i:14;s:2:\"NL\";i:15;s:2:\"PL\";i:16;s:2:\"PT\";i:17;s:2:\"RO\";i:18;s:2:\"ES\";i:19;s:2:\"SE\";i:20;s:2:\"GB\";i:21;s:2:\"CH\";i:22;s:2:\"NO\";i:23;s:2:\"AU\";i:24;s:2:\"NZ\";i:25;s:2:\"SG\";i:26;s:2:\"MY\";i:27;s:2:\"PH\";i:28;s:2:\"ID\";i:29;s:2:\"VN\";i:30;s:2:\"TH\";i:31;s:2:\"KR\";i:32;s:2:\"IL\";i:33;s:2:\"AE\";i:34;s:2:\"RU\";i:35;s:2:\"UA\";i:36;s:2:\"TR\";i:37;s:2:\"SA\";i:38;s:2:\"BR\";i:39;s:2:\"JP\";}s:9:\"operation\";s:2:\"in\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:19:\"tiktok-for-business\";}i:2;O:8:\"stdClass\":6:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:159:\"Get your products in front of Pinterest users searching for ideas and things to buy. Get started with Pinterest and make your entire product catalog browsable.\";s:9:\"image_url\";s:97:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/pinterest.png\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:29:\"pinterest-for-woocommerce:alt\";}i:3;O:8:\"stdClass\":8:{s:4:\"name\";s:26:\"Meta Ads & Pixel by Kliken\";s:11:\"description\";s:150:\"Automate Facebook & Instagram marketing with Kliken. Launch ads and schedule a month of posts in 5 minutes—first 5 free! Plans start at just $20/mo.\";s:9:\"image_url\";s:94:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/kliken.svg\";s:10:\"manage_url\";s:40:\"admin.php?page=kliken-ads-pixel-for-meta\";s:14:\"is_built_by_wc\";b:0;s:16:\"install_external\";b:0;s:10:\"is_visible\";b:1;s:3:\"key\";s:29:\"kliken-ads-pixel-for-meta:alt\";}i:4;O:8:\"stdClass\":7:{s:4:\"name\";s:24:\"Facebook for WooCommerce\";s:11:\"description\";s:55:\"List products and create ads on Facebook and Instagram.\";s:9:\"image_url\";s:96:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/facebook.png\";s:10:\"manage_url\";s:26:\"admin.php?page=wc-facebook\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:28:\"facebook-for-woocommerce:alt\";}}}s:17:\"obw/core-profiler\";O:8:\"stdClass\":3:{s:3:\"key\";s:17:\"obw/core-profiler\";s:5:\"title\";s:15:\"Grow your store\";s:7:\"plugins\";a:12:{i:0;O:8:\"stdClass\":11:{s:4:\"name\";s:11:\"WooPayments\";s:11:\"description\";s:54:\"Offer safe and convenient ways to pay with WooPayments\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:2:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:8:\"industry\";}}i:1;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"array_column\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:3:\"key\";s:4:\"slug\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:9:\"operation\";s:9:\"!contains\";s:5:\"value\";s:31:\"cbd-other-hemp-derived-products\";s:7:\"default\";a:0:{}}}s:14:\"is_built_by_wc\";b:1;s:14:\"min_wp_version\";s:3:\"5.9\";s:3:\"key\";s:20:\"woocommerce-payments\";s:5:\"label\";s:25:\"Get paid with WooPayments\";s:9:\"image_url\";s:120:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-woo-rebrand-2.svg\";s:15:\"learn_more_link\";s:123:\"https://woocommerce.com/products/woocommerce-payments?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:5;s:12:\"requires_jpc\";b:1;}i:1;O:8:\"stdClass\":9:{s:4:\"name\";s:20:\"WooCommerce Shipping\";s:11:\"description\";s:41:\"Print discounted USPS, UPS and DHL labels\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";s:2:\"US\";s:9:\"operation\";s:1:\"=\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:20:\"woocommerce-shipping\";s:5:\"label\";s:42:\"Save on shipping with WooCommerce Shipping\";s:9:\"image_url\";s:120:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-woo-rebrand-2.svg\";s:15:\"learn_more_link\";s:114:\"https://woocommerce.com/woocommerce-shipping?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:3;}i:2;O:8:\"stdClass\":10:{s:4:\"name\";s:31:\"PayPal Payments for WooCommerce\";s:11:\"description\";s:61:\"Offer more ways to pay with this all-in-one checkout solution\";s:14:\"is_built_by_wc\";b:0;s:15:\"install_options\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"name\";s:26:\"woocommerce_paypal_branded\";s:5:\"value\";s:8:\"profiler\";}}s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:3:\"!in\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"9.8.0-rc.1\";s:8:\"operator\";s:2:\">=\";}}s:3:\"key\";s:27:\"woocommerce-paypal-payments\";s:5:\"label\";s:41:\"Maximize conversions with PayPal Payments\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-paypal.svg\";s:15:\"learn_more_link\";s:130:\"https://woocommerce.com/products/woocommerce-paypal-payments?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:5;}i:3;O:8:\"stdClass\":9:{s:4:\"name\";s:31:\"PayPal Payments for WooCommerce\";s:11:\"description\";s:60:\"Offer additional flexible payment options with PayPal Wallet\";s:14:\"is_built_by_wc\";b:0;s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:39:{i:0;s:2:\"US\";i:1;s:2:\"PR\";i:2;s:2:\"AU\";i:3;s:2:\"CA\";i:4;s:2:\"DE\";i:5;s:2:\"ES\";i:6;s:2:\"FR\";i:7;s:2:\"GB\";i:8;s:2:\"IE\";i:9;s:2:\"IT\";i:10;s:2:\"NZ\";i:11;s:2:\"AT\";i:12;s:2:\"BE\";i:13;s:2:\"NL\";i:14;s:2:\"PL\";i:15;s:2:\"PT\";i:16;s:2:\"CH\";i:17;s:2:\"HK\";i:18;s:2:\"SG\";i:19;s:2:\"CY\";i:20;s:2:\"DK\";i:21;s:2:\"EE\";i:22;s:2:\"FI\";i:23;s:2:\"GR\";i:24;s:2:\"LU\";i:25;s:2:\"LT\";i:26;s:2:\"LV\";i:27;s:2:\"NO\";i:28;s:2:\"MT\";i:29;s:2:\"SI\";i:30;s:2:\"SK\";i:31;s:2:\"BG\";i:32;s:2:\"CZ\";i:33;s:2:\"HR\";i:34;s:2:\"HU\";i:35;s:2:\"RO\";i:36;s:2:\"SE\";i:37;s:2:\"JP\";i:38;s:2:\"AE\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:7:\"version\";s:10:\"9.8.0-rc.1\";s:8:\"operator\";s:2:\">=\";}}s:3:\"key\";s:39:\"woocommerce-paypal-payments:wallet-only\";s:5:\"label\";s:38:\"Give shoppers a variety of ways to pay\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-paypal.svg\";s:15:\"learn_more_link\";s:130:\"https://woocommerce.com/products/woocommerce-paypal-payments?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:5;}i:4;O:8:\"stdClass\":11:{s:4:\"name\";s:7:\"Jetpack\";s:11:\"description\";s:53:\"Keep your store online with full security and backups\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:0;s:14:\"min_wp_version\";s:3:\"6.0\";s:3:\"key\";s:7:\"jetpack\";s:5:\"label\";s:49:\"Protect your store and your shoppers with Jetpack\";s:9:\"image_url\";s:114:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-jetpack.svg\";s:15:\"learn_more_link\";s:110:\"https://woocommerce.com/products/jetpack?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:8;s:12:\"requires_jpc\";b:1;}i:5;O:8:\"stdClass\":11:{s:4:\"name\";s:25:\"Pinterest for WooCommerce\";s:11:\"description\";s:55:\"Get your products in front of a highly engaged audience\";s:9:\"image_url\";s:116:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-pinterest.svg\";s:10:\"manage_url\";s:51:\"admin.php?page=wc-admin&path=%2Fpinterest%2Flanding\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.3\";s:3:\"key\";s:25:\"pinterest-for-woocommerce\";s:5:\"label\";s:37:\"Showcase your products with Pinterest\";s:15:\"learn_more_link\";s:128:\"https://woocommerce.com/products/pinterest-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:2;}i:6;O:8:\"stdClass\":10:{s:4:\"name\";s:8:\"MailPoet\";s:11:\"description\";s:58:\"Attract and retain shoppers with email marketing campaigns\";s:10:\"manage_url\";s:35:\"admin.php?page=mailpoet-newsletters\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:1;i:1;i:84;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:8:\"mailpoet\";s:5:\"label\";s:34:\"Reach your customers with MailPoet\";s:9:\"image_url\";s:115:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-mailpoet.svg\";s:15:\"learn_more_link\";s:111:\"https://woocommerce.com/products/mailpoet?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:7;}i:7;O:8:\"stdClass\":10:{s:4:\"name\";s:7:\"Klaviyo\";s:11:\"description\";s:56:\"Build personalized email and SMS campaigns using Klaviyo\";s:9:\"image_url\";s:95:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/klaviyo.png\";s:10:\"manage_url\";s:31:\"admin.php?page=klaviyo_settings\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:37:\"woocommerce_remote_variant_assignment\";s:5:\"value\";a:2:{i:0;i:85;i:1;i:120;}s:7:\"default\";b:0;s:9:\"operation\";s:5:\"range\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:7:\"klaviyo\";s:5:\"label\";s:7:\"Klaviyo\";s:15:\"learn_more_link\";s:126:\"https://woocommerce.com/products/klaviyo-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:7;}i:8;O:8:\"stdClass\":11:{s:4:\"name\";s:22:\"Google for WooCommerce\";s:11:\"description\";s:57:\"Create ads for your products straight from your dashboard\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-google.svg\";s:10:\"manage_url\";s:46:\"admin.php?page=wc-admin&path=%2Fgoogle%2Fstart\";s:10:\"is_visible\";b:1;s:14:\"is_built_by_wc\";b:1;s:15:\"min_php_version\";s:3:\"7.4\";s:3:\"key\";s:23:\"google-listings-and-ads\";s:5:\"label\";s:39:\"Drive sales with Google for WooCommerce\";s:15:\"learn_more_link\";s:126:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:6;}i:9;O:8:\"stdClass\":9:{s:4:\"name\";s:15:\"WooCommerce Tax\";s:11:\"description\";s:62:\"Automatically calculate how much sales tax should be collected\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:11:{i:0;s:2:\"US\";i:1;s:2:\"FR\";i:2;s:2:\"GB\";i:3;s:2:\"DE\";i:4;s:2:\"CA\";i:5;s:2:\"AU\";i:6;s:2:\"GR\";i:7;s:2:\"BE\";i:8;s:2:\"PT\";i:9;s:2:\"DK\";i:10;s:2:\"SE\";}s:9:\"operation\";s:2:\"in\";}}s:14:\"is_built_by_wc\";b:1;s:3:\"key\";s:24:\"woocommerce-services:tax\";s:5:\"label\";s:44:\"Get automated tax rates with WooCommerce Tax\";s:9:\"image_url\";s:120:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-woo-rebrand-2.svg\";s:15:\"learn_more_link\";s:106:\"https://woocommerce.com/products/tax?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:4;}i:10;O:8:\"stdClass\":10:{s:4:\"name\";s:22:\"TikTok for WooCommerce\";s:9:\"image_url\";s:113:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-tiktok.svg\";s:11:\"description\";s:59:\"Sync your store with TikTok to create engaging ad campaigns\";s:10:\"manage_url\";s:21:\"admin.php?page=tiktok\";s:10:\"is_visible\";a:1:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:40:{i:0;s:2:\"US\";i:1;s:2:\"CA\";i:2;s:2:\"MX\";i:3;s:2:\"AT\";i:4;s:2:\"BE\";i:5;s:2:\"CZ\";i:6;s:2:\"DK\";i:7;s:2:\"FI\";i:8;s:2:\"FR\";i:9;s:2:\"DE\";i:10;s:2:\"GR\";i:11;s:2:\"HU\";i:12;s:2:\"IE\";i:13;s:2:\"IT\";i:14;s:2:\"NL\";i:15;s:2:\"PL\";i:16;s:2:\"PT\";i:17;s:2:\"RO\";i:18;s:2:\"ES\";i:19;s:2:\"SE\";i:20;s:2:\"GB\";i:21;s:2:\"CH\";i:22;s:2:\"NO\";i:23;s:2:\"AU\";i:24;s:2:\"NZ\";i:25;s:2:\"SG\";i:26;s:2:\"MY\";i:27;s:2:\"PH\";i:28;s:2:\"ID\";i:29;s:2:\"VN\";i:30;s:2:\"TH\";i:31;s:2:\"KR\";i:32;s:2:\"IL\";i:33;s:2:\"AE\";i:34;s:2:\"RU\";i:35;s:2:\"UA\";i:36;s:2:\"TR\";i:37;s:2:\"SA\";i:38;s:2:\"BR\";i:39;s:2:\"JP\";}s:9:\"operation\";s:2:\"in\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:19:\"tiktok-for-business\";s:5:\"label\";s:31:\"Create ad campaigns with TikTok\";s:15:\"learn_more_link\";s:125:\"https://woocommerce.com/products/tiktok-for-woocommerce?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:1;}i:11;O:8:\"stdClass\":10:{s:4:\"name\";s:29:\"Print on Demand with Printful\";s:9:\"image_url\";s:115:\"https://woocommerce.com/wp-content/plugins/wccom-plugins/obw-free-extensions/images/core-profiler/logo-printful.png\";s:11:\"description\";s:65:\"Design and easily sell custom print products online with Printful\";s:10:\"manage_url\";s:0:\"\";s:10:\"is_visible\";a:2:{i:0;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:5:\"value\";a:9:{i:0;s:2:\"AU\";i:1;s:2:\"GB\";i:2;s:2:\"CA\";i:3;s:2:\"ES\";i:4;s:2:\"DE\";i:5;s:2:\"FR\";i:6;s:2:\"NL\";i:7;s:2:\"BE\";i:8;s:2:\"LU\";}s:9:\"operation\";s:2:\"in\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:10:\"industry.0\";}}}s:11:\"option_name\";s:30:\"woocommerce_onboarding_profile\";s:5:\"value\";s:24:\"clothing_and_accessories\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}s:14:\"is_built_by_wc\";b:0;s:3:\"key\";s:33:\"printful-shipping-for-woocommerce\";s:5:\"label\";s:29:\"Print on Demand with Printful\";s:15:\"learn_more_link\";s:111:\"https://woocommerce.com/products/printful?utm_source=storeprofiler&utm_medium=product&utm_campaign=freefeatures\";s:16:\"install_priority\";i:9;}}}}}','off'),
(825308,'_transient_timeout_woocommerce_admin_remote_inbox_notifications_specs','1766122508','off'),
(825309,'_transient_woocommerce_admin_remote_inbox_notifications_specs','a:1:{s:5:\"en_US\";a:56:{s:18:\"your-first-product\";O:8:\"stdClass\":8:{s:4:\"slug\";s:18:\"your-first-product\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:18:\"Your first product\";s:7:\"content\";s:467:\"That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br/><br/>Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:130:\"https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:13\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_were_no_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:12:\"stored_state\";s:5:\"index\";s:22:\"there_are_now_products\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:2:\">=\";s:5:\"value\";i:1;}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:18:\"onboarding_profile\";s:5:\"index\";s:13:\"product_types\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"physical\";s:7:\"default\";a:0:{}}}}s:37:\"wc-admin-optimizing-the-checkout-flow\";O:8:\"stdClass\":8:{s:4:\"slug\";s:37:\"wc-admin-optimizing-the-checkout-flow\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:28:\"Optimizing the checkout flow\";s:7:\"content\";s:177:\"It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:28:\"optimizing-the-checkout-flow\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:144:\"https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:19:49\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:8:\"payments\";s:7:\"default\";a:0:{}}}}s:32:\"wc-payments-qualitative-feedback\";O:8:\"stdClass\":8:{s:4:\"slug\";s:32:\"wc-payments-qualitative-feedback\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:46:\"WooPayments setup - let us know what you think\";s:7:\"content\";s:137:\"Congrats on enabling WooPayments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"qualitative-feedback-from-new-users\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:58:\"https://automattic.survey.fm/woopayments-new-user-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:13\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:45:\"woocommerce_task_list_tracked_completed_tasks\";s:9:\"operation\";s:8:\"contains\";s:5:\"value\";s:20:\"woocommerce-payments\";s:7:\"default\";a:0:{}}}}s:29:\"share-your-feedback-on-paypal\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"share-your-feedback-on-paypal\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:29:\"Share your feedback on PayPal\";s:7:\"content\";s:127:\"Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:43:\"http://automattic.survey.fm/paypal-feedback\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:21:50\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-stripe\";}}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}}}s:31:\"google_listings_and_ads_install\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"google_listings_and_ads_install\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Drive traffic and sales with Google\";s:7:\"content\";s:123:\"Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"get-started\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Get started\";}}s:3:\"url\";s:122:\"https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2021-06-09 00:00:00\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:23:\"google_listings_and_ads\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:10;}}}s:39:\"wc-subscriptions-security-update-3-0-15\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"wc-subscriptions-security-update-3-0-15\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:42:\"WooCommerce Subscriptions security update!\";s:7:\"content\";s:738:\"We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br/><br/>Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br/><br/>We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br/><br/>If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:30:\"update-wc-subscriptions-3-0-15\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"View latest version\";}}s:3:\"url\";s:30:\"&page=wc-addons&section=helper\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:30:32\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:6:\"3.0.15\";}}}s:29:\"woocommerce-core-update-5-4-0\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"woocommerce-core-update-5-4-0\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Update to WooCommerce 5.4.1 now\";s:7:\"content\";s:140:\"WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:20:\"update-wc-core-5-4-0\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:25:\"How to update WooCommerce\";}}s:3:\"url\";s:64:\"https://docs.woocommerce.com/document/how-to-update-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:31:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.0\";}}}s:19:\"wcpay-promo-2020-11\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-11\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-11\";s:7:\"content\";s:19:\"wcpay-promo-2020-11\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:19:\"wcpay-promo-2020-12\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"wcpay-promo-2020-12\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:19:\"wcpay-promo-2020-12\";s:7:\"content\";s:19:\"wcpay-promo-2020-12\";}}s:7:\"actions\";a:0:{}s:5:\"rules\";a:0:{}}s:34:\"ppxo-pps-upgrade-paypal-payments-1\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-1\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"Get the latest PayPal extension for WooCommerce\";s:7:\"content\";s:442:\"Heads up! There’s a new PayPal on the block!<br/><br/>Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br/><br/>Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-1\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:33:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:7;s:7:\"default\";i:1;s:9:\"operation\";s:1:\"<\";}}}s:34:\"ppxo-pps-upgrade-paypal-payments-2\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"ppxo-pps-upgrade-paypal-payments-2\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:31:\"Upgrade your PayPal experience!\";s:7:\"content\";s:358:\"Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"ppxo-pps-install-paypal-payments-2\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"View upgrade guide\";}}s:3:\"url\";s:96:\"https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:34:30\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:43:\"woocommerce-gateway-paypal-express-checkout\";}}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;}}}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:36:\"woocommerce_inbox_variant_assignment\";s:5:\"value\";i:6;s:7:\"default\";i:1;s:9:\"operation\";s:1:\">\";}}}s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:56:\"Action required: Critical vulnerabilities in WooCommerce\";s:7:\"content\";s:574:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:59:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.8\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.9\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.2\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.3\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.4\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.5\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.4\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.4\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.2\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:36;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:37;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.3\";}i:38;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}i:39;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.5.10\";}i:40;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.7\";}i:41;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.3\";}i:42;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.3\";}i:43;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.5\";}i:44;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.4\";}i:45;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.4\";}i:46;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.5\";}i:47;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.6\";}i:48;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.4\";}i:49;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.5\";}i:50;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.5\";}i:51;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.4\";}i:52;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.3\";}i:53;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.5\";}i:54;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.3\";}i:55;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:56;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.5\";}i:57;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.3\";}i:58;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.4\";}}}s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Critical vulnerabilities in WooCommerce Blocks\";s:7:\"content\";s:570:\"In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/>Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br/><br/>For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:32:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:35:42\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"2.5.16\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.6.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.7.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.8.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"2.9.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.0.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.1.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.5.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.6.1\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.7.2\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.8.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.9.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.0.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.1.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.2.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.3.1\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.4.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.3\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.2\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.1\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.2\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.5.1\";}}}s:45:\"woocommerce-core-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woocommerce-core-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"Solved: Critical vulnerabilities patched in WooCommerce\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:18\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:23:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.6\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.8\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.9\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.2\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.1\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-blocks-sqli-july-2021-store-patched\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Solved: Critical vulnerabilities patched in WooCommerce Blocks\";s:7:\"content\";s:433:\"In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br/><br/><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:137:\"https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";b:0;s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:36:54\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:46:\"woocommerce-core-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"woocommerce-blocks-sqli-july-2021-need-to-update\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:31:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"2.5.16\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.7.2\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.8.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"2.9.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.0.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.1.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.1\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.1\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.1\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.1\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.1\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.1\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.1\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.3\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.1\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.1\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.2\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.1\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.1\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.2\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.1\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:28:\"woo-gutenberg-products-block\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.5.1\";}}}}}s:19:\"habit-moment-survey\";O:8:\"stdClass\":8:{s:4:\"slug\";s:19:\"habit-moment-survey\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"We’re all ears! Share your experience so far with WooCommerce\";s:7:\"content\";s:136:\"We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:14:\"share-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:45:\"https://automattic.survey.fm/store-management\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-27 20:37:30\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:3;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:30;}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:13:\"product_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:0;}}}s:42:\"woocommerce-core-paypal-march-2022-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:391:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-core-paypal-march-2022-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:44:57\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"5.5\";}i:1;a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.5\";}i:1;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:27:\"woocommerce_paypal_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";b:0;s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}}}}}}}s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";O:8:\"stdClass\":8:{s:4:\"slug\";s:47:\"woocommerce-core-paypal-march-2022-updated-nopp\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:35:\"Security auto-update of WooCommerce\";s:7:\"content\";s:237:\"<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:88:\"https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:0:\"\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-10 18:45:04\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:28:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.5.10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.6.7\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.7.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.8.3\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.9.5\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.0.4\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.1.4\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.2.5\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.3.6\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.4.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.5\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.5\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.5\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.3\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.5\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.4\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.2\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.1\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.1\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.2.2\";}}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:42:\"woocommerce-core-paypal-march-2022-updated\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}}}s:24:\"pinterest_03_2022_update\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"pinterest_03_2022_update\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:53:\"Your Pinterest for WooCommerce plugin is out of date!\";s:7:\"content\";s:262:\"Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"pinterest_03_2022_update\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:19:\"Update Instructions\";}}s:3:\"url\";s:148:\"https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-03-23 00:00:39\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"pinterest-for-woocommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"1.0.8\";}}}s:33:\"store_setup_survey_survey_q2_2022\";O:8:\"stdClass\":8:{s:4:\"slug\";s:33:\"store_setup_survey_survey_q2_2022\";s:4:\"type\";s:6:\"survey\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:30:\"How is your store setup going?\";s:7:\"content\";s:232:\"Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:53:\"store_setup_survey_survey_q2_2022_share_your_thoughts\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:24:\"Tell us how it’s going\";}}s:3:\"url\";s:52:\"https://automattic.survey.fm/store-setup-survey-2022\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-05-09 08:42:10\";}i:1;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:7;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\"<\";s:4:\"days\";i:9;}}}s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:58:\"Security vulnerability patched in WooCommerce Eway Gateway\";s:7:\"content\";s:323:\"In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:62:\"needs-update-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:63:\"needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:7:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:53\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:6:\"3.1.26\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.2.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.3.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"3.4.6\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"3.5.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"3.1.0\";}}}s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"updated-eway-payment-gateway-rin-2022-12-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:55:\"WooCommerce Eway Gateway has been automatically updated\";s:7:\"content\";s:280:\"Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"updated-eway-payment-gateway-rin-action-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"See all updates\";}}s:3:\"url\";s:16:\"/update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"updated-eway-payment-gateway-rin-dismiss-button-2022-12-20\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2022-01-03 23:45:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:11:\"note_status\";s:9:\"note_name\";s:48:\"needs-update-eway-payment-gateway-rin-2022-12-20\";s:6:\"status\";s:7:\"pending\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:5:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:6:\"3.1.26\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.2.3\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.3.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.4.6\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:24:\"woocommerce-gateway-eway\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"3.5.1\";}}}}}s:31:\"ecomm-wc-navigation-survey-2023\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"ecomm-wc-navigation-survey-2023\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:39:\"Navigating WooCommerce on WordPress.com\";s:7:\"content\";s:166:\"We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:32:\"share-navigation-survey-feedback\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Share feedback\";}}s:3:\"url\";s:58:\"https://automattic.survey.fm/new-ecommerce-plan-navigation\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-01-16 09:53:44\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:12:\"is_ecommerce\";s:5:\"value\";b:1;}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:180;}}}s:39:\"woopay-beta-merchantrecruitment-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:39:\"woopay-beta-merchantrecruitment-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:319:\"WooPay, a new express checkout feature built into WooCommerce Payments, is <b>now available</b> —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\n<b>Boost conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\r\n<br><br>\r\n<b>Get started in seconds.</b>\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:48:\"woopay-beta-merchantrecruitment-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-activate-learnmore-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:155:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:27\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.handinhandparenting.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://pritikinfoods.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://utahrecsports.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.hunterpta.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.smokinbeans.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://shulabeauty.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bingeworthytvmerch.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://s91.4d8.myftpupload.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://stephanienicolenorris.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://aliensshirt.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://libertyordeathapparelllc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://cowboystatedaily.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:42:\"https://fundrgear.com/beckendorffathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:50:\"http://wordpress-528155-2231771.cloudwaysapps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://checkout.sohaprice.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://amadozstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://eliwehbe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://lunabra.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://nptixx.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://louisianapantry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://aplusanatomy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://wildsvg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://bleachfilm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://benabeautyspa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:47:\"http://barrettfitnessenterprises.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://goabroadable.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://alexoathletica.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.fourpurls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.hagmannreport.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://busybeeorganics.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nallsproduce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://bigtimebats.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://shop.cookingwithkarli.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.queenofpeacemedia.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://bigjohnsbeefjerky.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://paperbyjaney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://carolinarisemembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://veroticaevents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://spira.farm\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://endlessassist.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://betterlifeblog.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://ashleighrenard.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.turkeymerck.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://carfiershop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://normanmusicfestival.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://www.olfactoryfactoryllc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://fundrgear.com/anthonyathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"http://tkechilifestdotcom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://pvsa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://becbatop.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wwmeconvention.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://lswmp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bubbaskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://fusango.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://vcdpostershow.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.rileysribz.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.fakeultrasound.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://onelongfellowsquare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://agodpod.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/littleladybulldogs\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://thecirclelarp.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://byletam.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.nachonite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://designerdab.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2151.temp.domains/~lovebyt2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://shortporchbaseballcompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://distancecme.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://middleswarthchips.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://railblazausa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://mikescountrymeats.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://www.woodenshoe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://rockspringscafe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"http://footballfangears.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://ybtoner.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://simplyclayyy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://naturecreation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://marisrodriguez.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://asanteinternational.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://theatre55.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://carolynscreativeclassroom.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.miiriya.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://trendyds.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wooedbythefood.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://papasteamstores.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://omdurags.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://happydogbarkery.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://kitbose.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://seamossdeals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://zeatala.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://shop.atwaterffa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://www.brettsfirstresponders.org/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://shirtactive.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://boerneparade.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://zorahshrine.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://davidcervenka.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://addisjourney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://305ycle.cc\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"http://yourworstnightmarehaunt.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://westcoastpreps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://checkout.sohaking.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://www.theunshakeablepundit.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.stellaandchewys.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.raywhitcomb.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"http://constellationtheatercompany.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://stacynguyen.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:46:\"https://fundrgear.com/lakecreekgirlsbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://winslowartcenter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://flufftastik.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mygreenbeach.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://ebookvip.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/needvillevolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bifocalmedia.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://clrc.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://hyperpins.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/lakecreekboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://fundrgear.com/kparktennis\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mogadorspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://fundrgear.com/newcaneytrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://sigmascents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://bsharisemoore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://morrflate.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://westbrosinc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://shop.danceplexaz.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://chikepod.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.advanahealth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://tatter.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://greatawakeningbrewing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://waterfowlfestival.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://preppedwellness.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://events.thus.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://stormtide.thefifthtrooper.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.tabsynth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"http://staging.fliptheswitchon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://duffysdough.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodieliving.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://breakerbrotherstcg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://andymation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://recklessmetals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://sophielark.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://wp.arabtherapy.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://creativeappliques.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://altitude.win\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:42:\"woocommerce-wcpay-march-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-wcpay-march-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:57:\"Action required: Security update for WooCommerce Payments\";s:7:\"content\";s:296:\"<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:49:\"woocommerce-wcpay-march-2023-update-needed-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"See Blog Post\";}}s:3:\"url\";s:122:\"https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:57:\"woocommerce-wcpay-march-2023-update-needed-dismiss-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:11:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-03-22 20:25:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.1\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.5.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"4.8.0\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"5.6.1\";}}}s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";O:8:\"stdClass\":8:{s:4:\"slug\";s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:52:\"Accept in-person contactless payments on your iPhone\";s:7:\"content\";s:230:\"Tap to Pay on iPhone and WooCommerce Payments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:34:\"tap_to_pay_iphone_q2_2023_no_wcpay\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:20:\"Simplify my payments\";}}s:3:\"url\";s:143:\"https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-03 23:59:47\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-payments\";}}}}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}s:48:\"woocommerce-WCPreOrders-april-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-WCPreOrders-april-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:68:\"Action required: Security update of WooCommerce Pre-Orders extension\";s:7:\"content\";s:220:\"<strong>Your store requires a security update for the WooCommerce Pre-Orders extension</strong>. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"extension-settings\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:15:\"update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-12 22:16:37\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:22:\"woocommerce-pre-orders\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.0.0\";}}}s:46:\"woopay-beta-merchantrecruitment-update-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woopay-beta-merchantrecruitment-update-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:321:\"WooPay, a new express checkout feature built into WooCommerce Payments, is <b>now available</b> — and you’re invited to try it. \r\n<br /><br />\r\n<b>Boost conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\r\n<br /><br />\r\n<b>Update WooCommerce Payments</b> to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:52:\"woopay-beta-merchantrecruitment-update-WCPay-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:55:\"woopay-beta-merchantrecruitment-update-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.handinhandparenting.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://pritikinfoods.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://utahrecsports.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.hunterpta.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.smokinbeans.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://shulabeauty.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bingeworthytvmerch.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://s91.4d8.myftpupload.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://stephanienicolenorris.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://aliensshirt.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://libertyordeathapparelllc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://cowboystatedaily.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:42:\"https://fundrgear.com/beckendorffathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:50:\"http://wordpress-528155-2231771.cloudwaysapps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://checkout.sohaprice.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://amadozstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://eliwehbe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://lunabra.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://nptixx.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://louisianapantry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://aplusanatomy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://wildsvg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://bleachfilm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://benabeautyspa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:47:\"http://barrettfitnessenterprises.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://goabroadable.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://alexoathletica.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.fourpurls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.hagmannreport.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://busybeeorganics.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nallsproduce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://bigtimebats.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://shop.cookingwithkarli.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.queenofpeacemedia.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://bigjohnsbeefjerky.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://paperbyjaney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://carolinarisemembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://veroticaevents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://spira.farm\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://endlessassist.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://betterlifeblog.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://ashleighrenard.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.turkeymerck.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://carfiershop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://normanmusicfestival.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://www.olfactoryfactoryllc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://fundrgear.com/anthonyathletics\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"http://tkechilifestdotcom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://pvsa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://becbatop.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wwmeconvention.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://lswmp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bubbaskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://fusango.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://vcdpostershow.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://www.rileysribz.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.fakeultrasound.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://onelongfellowsquare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://agodpod.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/littleladybulldogs\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://thecirclelarp.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://byletam.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.nachonite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://designerdab.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2151.temp.domains/~lovebyt2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://shortporchbaseballcompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://distancecme.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://middleswarthchips.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://railblazausa.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://mikescountrymeats.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://www.woodenshoe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://rockspringscafe.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"http://footballfangears.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://ybtoner.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://simplyclayyy.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://naturecreation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://marisrodriguez.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://asanteinternational.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://theatre55.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://carolynscreativeclassroom.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.miiriya.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://trendyds.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wooedbythefood.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://papasteamstores.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://omdurags.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://happydogbarkery.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"http://kitbose.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://seamossdeals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://zeatala.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://shop.atwaterffa.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://www.brettsfirstresponders.org/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://shirtactive.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://boerneparade.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://zorahshrine.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://davidcervenka.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://addisjourney.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://305ycle.cc\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"http://yourworstnightmarehaunt.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://westcoastpreps.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://checkout.sohaking.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://www.theunshakeablepundit.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.stellaandchewys.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.raywhitcomb.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"http://constellationtheatercompany.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://stacynguyen.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:46:\"https://fundrgear.com/lakecreekgirlsbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://winslowartcenter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://flufftastik.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mygreenbeach.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://ebookvip.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/needvillevolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://bifocalmedia.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://clrc.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://hyperpins.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/lakecreekboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://fundrgear.com/kparktennis\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mogadorspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://fundrgear.com/newcaneytrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://sigmascents.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://bsharisemoore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://morrflate.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://westbrosinc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://shop.danceplexaz.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://chikepod.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.advanahealth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://tatter.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://greatawakeningbrewing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://waterfowlfestival.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://preppedwellness.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://events.thus.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://stormtide.thefifthtrooper.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.tabsynth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"http://staging.fliptheswitchon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://duffysdough.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodieliving.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://breakerbrotherstcg.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://andymation.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://recklessmetals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://sophielark.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://wp.arabtherapy.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://creativeappliques.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://altitude.win\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:46:\"woopay-beta-existingmerchants-noaction-27APR23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woopay-beta-existingmerchants-noaction-27APR23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:15:\"WooPay is back!\";s:7:\"content\";s:361:\"Thanks for previously trying WooPay, the<b> express checkout feature</b> built into WooCommerce Payments. We’re excited to announce that <b>WooPay availability has resumed</b>. No action is required on your part.\r\n<br /><br />\r\nYou can now <b>continue boosting conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woopay-beta-existingmerchants-noaction-documentation-27APR23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:13:\"Documentation\";}}s:3:\"url\";s:178:\"https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 19:00:23\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.0\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://store.startingstrongman.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://joacreativelab.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.pureskincaresalon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mariablaquier.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://getprodigital.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://dalefrickeholsters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://sstour.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://tk-txstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://humanspiritproject.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://viradadrums.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://rosariumblends.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://organicskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://stuckpigmedical.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.seattlegiftbasket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.cloverandviolet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gvscholarship.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://yesimadiva.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://www.old.jmtrashbgone.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://victorialansford.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://craftcosplay.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://thefossilexchange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nextgenspeed.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cappellarecords.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://ontimesupermarket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://new2knox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://lovestudiollc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://socceruniformkits.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://willowcreativ.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://summitprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://howda.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://soapavenuecompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://subsbox.mystagingwebsite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wifflebreakers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.mps-outfitters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://howardharrisassociates.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bettersaferadio.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://bunnyluna.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:44:\"woopay-beta-existingmerchants-update-27APR23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"woopay-beta-existingmerchants-update-27APR23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:15:\"WooPay is back!\";s:7:\"content\";s:368:\"Thanks for previously trying WooPay, the <b>express checkout feature</b> built into WooCommerce Payments. We’re excited to announce that <b>WooPay availability has resumed</b>.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to <b>continue boosting conversions</b> by offering your customers a simple, secure way to pay with a <b>single click</b>.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:50:\"woopay-beta-existingmerchants-update-WCPay-27APR23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-04-26 19:00:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.0\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:38:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://store.startingstrongman.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://joacreativelab.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.pureskincaresalon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://mariablaquier.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://getprodigital.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://dalefrickeholsters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"https://sstour.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://tk-txstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://humanspiritproject.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://viradadrums.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://rosariumblends.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://organicskincare.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://stuckpigmedical.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.seattlegiftbasket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://www.cloverandviolet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gvscholarship.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://yesimadiva.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://www.old.jmtrashbgone.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://victorialansford.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://craftcosplay.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://thefossilexchange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://nextgenspeed.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cappellarecords.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://ontimesupermarket.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://new2knox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://lovestudiollc.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://socceruniformkits.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://willowcreativ.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://summitprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://howda.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://soapavenuecompany.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"https://subsbox.mystagingwebsite.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://wifflebreakers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.mps-outfitters.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://howardharrisassociates.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bettersaferadio.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://bunnyluna.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:45:\"woopay-beta-merchantrecruitment-short-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woopay-beta-merchantrecruitment-short-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woopay-beta-merchantrecruitment-short-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:64:\"woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:161:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:36\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://pieroatomic3.wpcomstaging.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.bluebeautifly.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://indianrivernatural.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://fouroaksproducts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:14:\"https://acb.la\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://www.sweetpotatoplant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://www.gocaseyourself.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://laugun.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://nebraskadaybyday.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://vintagemarche727.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://kohai.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://gracegaze.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://aliensmeaning.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://myheritagegardens.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://shopmoresport.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://oladino.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://frogjumpstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cagedthundermma.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/mcelwainelementary\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://mgco.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://500gp.io/pay\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://waterglassslimes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://antiqueful.shop/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://deeperkidmin.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/cyspringsboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://houseofminifigs.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2273.temp.domains/~dreambx2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://madebymixture.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://reliabletrash.company\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.daddybutter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://circleqessentials.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://garlicbraids.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://fbdonline.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://galaxysedge.us\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://duckduckbeetfarm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://varsitygraphics.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://jademackenzie.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://kristysketolifestyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://covid19criticalcare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://parkviewprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://rock-fest.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://fillinxsolutions.com/etarix/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://doughremitx.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.montanafiddlecamp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://fococomiccon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://patricendouglas.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://hectue.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://montanamaxbbq.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://smellzoom.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://uptowne.theoandson.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://superbasic.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ppodstore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://kerenzan.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://a13bargains.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://colorgr.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://mindbodysoulcandles.com/Charlotte\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://peaceloveandadhd.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://seymoursmash.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mwtournament.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:43:\"https://fundrgear.com/beckendorffgirlstrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://allswellnyc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://childoftheredwoodsmembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/grandoaksvolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.newhollandrochester.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.purplecatvet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"https://www.mustangmountaincoaster.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.roccanj.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.teerico.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://passportunlimited.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.paladincards20.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://giantshorties.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visualsports.biz\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://thefreakinricanrestaurant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://arequestionscom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://pt.tktxcompanystore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodiechicks.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://nutoshop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://backwoodzhiphop.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://gartapparel.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bodega.badiaspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://rampartrange.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://teeuni.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bearsinthealley.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://vitalbooks.net/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://hair-free-hair-remover.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gangtaynails.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://crochetfoundry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://westcoastbelts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://payment.sundryfiles.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://ccadunkirk.mudhenmama.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://desertsupercup.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://shops-eminem.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://75yearsofracing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://tixpls.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:44:\"http://legacyoutfitters.org/banquet/raffles/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://91170e9fc9.nxcli.io/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://beachwayrentals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://esd.camp\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mfkgamecalls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://1greatce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.luthyouth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://electionintegrityidaho.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://renbundle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://premierseamoss.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://teemart.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/beckendorffgirlsbb\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visiblechild.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ebookvital.me/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://renemarsh.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://www.eventricate.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://transgression.party\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://profadex.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://mxsbattlegrounds.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.poeinbaltimore.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://freefall.gg\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://underthechurchhatblog.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://naksparkle.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"http://bearlyburly.gay/inventory\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.premierboneandjoint.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://farm-2-bowl.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://hollandgrill.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://lividian.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.trainingrange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://sarakepskitchen.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.phoenixyouththeatre.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://drivenarmsco.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://audiobro.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://www.iowaabortionaccessfund.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://findthemenu.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://moderndepot.co\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://granitesupplements.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://healthyrican.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://utest.edsandbox.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://c-pounds.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://littleschoolofsmiths.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://goblinstyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://proper-testing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.cosafoundation.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://farmsteadboxes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://fundraise4books.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://norskenook.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://cajulove.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:52:\"woopay-beta-merchantrecruitment-short-update-04MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woopay-beta-merchantrecruitment-short-update-04MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:227:\"Be one of the first to try WooPay, our new express checkout feature. <br><b>Boost conversions</b> by letting customers pay with a <b>single click</b>. <br><br>Update to the latest version of WooCommerce Payments to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-update-activate-04MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-04 18:00:20\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:144:{i:0;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:36:\"http://pieroatomic3.wpcomstaging.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:1;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.bluebeautifly.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:2;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://indianrivernatural.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:3;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://fouroaksproducts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:4;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:14:\"https://acb.la\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:5;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://www.sweetpotatoplant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:6;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"http://www.gocaseyourself.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:7;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://laugun.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:8;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://nebraskadaybyday.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:9;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://vintagemarche727.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:10;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:17:\"https://kohai.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:11;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://gracegaze.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:12;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://aliensmeaning.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:13;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://myheritagegardens.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:14;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://shopmoresport.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:15;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://oladino.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:16;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://frogjumpstore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:17;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://cagedthundermma.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:18;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/mcelwainelementary\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:19;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://mgco.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:20;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://500gp.io/pay\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:21;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://waterglassslimes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:22;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://antiqueful.shop/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:23;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://deeperkidmin.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:24;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:45:\"https://fundrgear.com/cyspringsboysbasketball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:25;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://houseofminifigs.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:26;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"http://box2273.temp.domains/~dreambx2/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:27;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://madebymixture.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:28;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://reliabletrash.company\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:29;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://www.daddybutter.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:30;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://circleqessentials.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:31;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://garlicbraids.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:32;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://fbdonline.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:33;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://galaxysedge.us\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:34;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://duckduckbeetfarm.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:35;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://varsitygraphics.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:36;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"http://jademackenzie.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:37;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://kristysketolifestyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:38;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://covid19criticalcare.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:39;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://parkviewprep.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:40;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://rock-fest.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:41;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"http://fillinxsolutions.com/etarix/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:42;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://doughremitx.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:43;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://www.montanafiddlecamp.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:44;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://fococomiccon.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:45;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://patricendouglas.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:46;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://hectue.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:47;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://montanamaxbbq.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:48;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://smellzoom.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:49;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://uptowne.theoandson.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:50;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://superbasic.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:51;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ppodstore.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:52;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://kerenzan.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:53;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://a13bargains.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:54;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://colorgr.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:55;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://mindbodysoulcandles.com/Charlotte\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:56;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://peaceloveandadhd.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:57;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://seymoursmash.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:58;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mwtournament.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:59;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:43:\"https://fundrgear.com/beckendorffgirlstrack\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:60;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:15:\"No results foun\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:61;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"http://allswellnyc.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:62;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://childoftheredwoodsmembers.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:63;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:41:\"https://fundrgear.com/grandoaksvolleyball\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:64;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.newhollandrochester.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:65;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://www.purplecatvet.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:66;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:39:\"https://www.mustangmountaincoaster.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:67;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://www.roccanj.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:68;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://www.teerico.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:69;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://passportunlimited.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:70;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.paladincards20.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:71;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://giantshorties.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:72;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visualsports.biz\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:73;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"https://thefreakinricanrestaurant.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:74;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:37:\"http://arequestionscom.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:75;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"https://pt.tktxcompanystore.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:76;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://fitfoodiechicks.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:77;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://nutoshop.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:78;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://backwoodzhiphop.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:79;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://gartapparel.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:80;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://bodega.badiaspices.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:81;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://rampartrange.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:82;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://teeuni.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:83;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://bearsinthealley.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:84;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"http://vitalbooks.net/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:85;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://hair-free-hair-remover.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:86;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://gangtaynails.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:87;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://crochetfoundry.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:88;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://westcoastbelts.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:89;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:31:\"http://payment.sundryfiles.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:90;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://ccadunkirk.mudhenmama.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:91;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://desertsupercup.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:92;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://shops-eminem.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:93;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://75yearsofracing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:94;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:18:\"http://tixpls.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:95;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:44:\"http://legacyoutfitters.org/banquet/raffles/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:96;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://91170e9fc9.nxcli.io/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:97;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://beachwayrentals.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:98;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://thehivelivebox.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:99;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:16:\"https://esd.camp\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:100;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://mfkgamecalls.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:101;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://1greatce.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:102;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:25:\"https://www.luthyouth.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:103;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:34:\"https://electionintegrityidaho.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:104;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://renbundle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:105;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"http://premierseamoss.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:106;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://teemart.net\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:107;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:40:\"https://fundrgear.com/beckendorffgirlsbb\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:108;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://visiblechild.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:109;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"http://ebookvital.me/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:110;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:21:\"https://renemarsh.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:111;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://www.eventricate.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:112;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"https://transgression.party\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:113;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://profadex.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:114;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:28:\"https://mxsbattlegrounds.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:115;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.poeinbaltimore.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:116;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:19:\"https://freefall.gg\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:117;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"https://underthechurchhatblog.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:118;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"http://naksparkle.store/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:119;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"http://bearlyburly.gay/inventory\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:120;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.premierboneandjoint.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:121;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://farm-2-bowl.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:122;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://hollandgrill.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:123;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://lividian.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:124;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:29:\"https://www.trainingrange.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:125;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://sarakepskitchen.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:126;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:35:\"https://www.phoenixyouththeatre.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:127;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://drivenarmsco.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:128;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://audiobro.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:129;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:38:\"https://www.iowaabortionaccessfund.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:130;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:33:\"http://findthemenu.wordpress.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:131;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://moderndepot.co\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:132;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://granitesupplements.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:133;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:24:\"https://healthyrican.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:134;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://utest.edsandbox.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:135;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"http://c-pounds.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:136;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:32:\"https://littleschoolofsmiths.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:137;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:23:\"https://goblinstyle.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:138;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://proper-testing.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:139;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:30:\"https://www.cosafoundation.org\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:140;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:26:\"https://farmsteadboxes.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:141;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:27:\"http://fundraise4books.com/\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:142;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:22:\"https://norskenook.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}i:143;O:8:\"stdClass\":5:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:7:\"siteurl\";s:5:\"value\";s:20:\"https://cajulove.com\";s:7:\"default\";s:0:\"\";s:9:\"operation\";s:1:\"=\";}}}}}s:45:\"woopay-beta-merchantrecruitment-short-09MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:45:\"woopay-beta-merchantrecruitment-short-09MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:181:\"Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\n<b>Boost conversions</b> by letting customers pay with a <b>single click</b>.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-activate-button-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:72:\"woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:169:\"https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-08 19:18:44\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:17:\"platform_checkout\";}}}s:11:\"option_name\";s:41:\"woocommerce_woocommerce_payments_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"no\";s:7:\"default\";b:0;}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:31:\"data.platform_checkout_eligible\";}}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;s:7:\"default\";b:0;}}}s:52:\"woopay-beta-merchantrecruitment-short-update-09MAY23\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woopay-beta-merchantrecruitment-short-update-09MAY23\";s:4:\"type\";s:4:\"info\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Increase conversions with WooPay — our fastest checkout yet\";s:7:\"content\";s:227:\"Be one of the first to try WooPay, our new express checkout feature. <br><b>Boost conversions</b> by letting customers pay with a <b>single click</b>. <br><br>Update to the latest version of WooCommerce Payments to get started.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:58:\"woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:27:\"Update WooCommerce Payments\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:61:\"woopay-beta-merchantrecruitment-short-update-activate-09MAY23\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Activate WooPay\";}}s:3:\"url\";s:93:\"admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-05-08 19:45:57\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"5.8.1\";}i:2;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:17:\"platform_checkout\";}}}s:11:\"option_name\";s:41:\"woocommerce_woocommerce_payments_settings\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"no\";s:7:\"default\";b:0;}i:3;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:31:\"data.platform_checkout_eligible\";}}}s:11:\"option_name\";s:18:\"wcpay_account_data\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";b:1;s:7:\"default\";b:0;}}}s:52:\"woocommerce-WCSubscriptions-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:52:\"woocommerce-WCSubscriptions-June-2023-updated-needed\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:61:\"Action required: Security update of WooCommerce Subscriptions\";s:7:\"content\";s:197:\"<strong>Your store requires a security update for the WooCommerce Subscriptions plugin</strong>. Please update the WooCommerce Subscriptions plugin immediately to address a potential vulnerability.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:68:\"woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:60:\"woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-06 08:00:08\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"2.1.0\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:25:\"woocommerce-subscriptions\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"5.1.2\";}}}s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:87:\"Action required: Security update of WooCommerce Returns and Warranty Requests extension\";s:7:\"content\";s:270:\"<strong>Your store requires a security update for the Returns and Warranty Requests extension</strong>.  Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:54:\"woocommerce-WCReturnsWarranty-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-02 23:53:57\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-warranty\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.1.8\";}}}s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:65:\"Action required: Security update of WooCommerce One Page Checkout\";s:7:\"content\";s:232:\"<strong>Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension</strong>. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"woocommerce-WCOPC-June-2023-updated-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-06-21 14:05:46\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:29:\"woocommerce-one-page-checkout\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"2.4.0\";}}}s:40:\"woocommerce-WCGC-July-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:68:\"Action required: Security update of WooCommerce GoCardless Extension\";s:7:\"content\";s:205:\"<strong>Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension</strong>. The fix for this vulnerability was released on July 4th. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:40:\"woocommerce-WCGC-July-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-04 15:36:07\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:30:\"woocommerce-gateway-gocardless\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"2.5.6\";}}}s:48:\"woocommerce-shipping-fedex-api-outage-2023-07-16\";O:8:\"stdClass\":8:{s:4:\"slug\";s:48:\"woocommerce-shipping-fedex-api-outage-2023-07-16\";s:4:\"type\";s:7:\"warning\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"Scheduled FedEx API outage — July 2023\";s:7:\"content\";s:277:\"On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:10:\"learn-more\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn more\";}}s:3:\"url\";s:125:\"https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-05 18:19:17\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-shipping-fedex\";}}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-07-17 00:00:00\";}}}s:35:\"wcship-2023-07-hazmat-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"wcship-2023-07-hazmat-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:87:\"Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension\";s:7:\"content\";s:251:\"<strong>Your store requires an update for the WooCommerce Shipping extension</strong>. Please update to the latest version of the WooCommerce Shipping &amp; Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:11:\"plugin-list\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:29:\"plugins.php?plugin_status=all\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:23:\"admin.php?page=wc-admin\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-07-11 20:26:59\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-services\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"2.3.0\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:21:\"base_location_country\";s:9:\"operation\";s:1:\"=\";s:5:\"value\";s:2:\"US\";}}}s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:62:\"Action required: Security update for WooCommerce Stripe plugin\";s:7:\"content\";s:183:\"<strong>Your shop requires an important security update for the  WooCommerce Stripe plugin</strong>. The fix for this vulnerability was released on July 31. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"woocommerce-WCStripe-Aug-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"update-core.php?\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:4:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:3:\"5.6\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"7.4.2\";}i:3;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.3.2\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.4.5\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.5.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.6.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.9.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.0.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.2.2\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.3.2\";}}}}}}}s:46:\"woocommerce-WCStripe-Aug-2023-security-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:46:\"woocommerce-WCStripe-Aug-2023-security-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:44:\"Security update of WooCommerce Stripe plugin\";s:7:\"content\";s:144:\"<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. This update was released on July 31.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:11:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.3.2\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.4.5\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.5.3\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.6.2\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.7.2\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.8.2\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.9.2\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.0.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.1.2\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.2.2\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"7.3.2\";}}}}}s:49:\"woocommerce-WooPayments-Aug-2023-security-updated\";O:8:\"stdClass\":8:{s:4:\"slug\";s:49:\"woocommerce-WooPayments-Aug-2023-security-updated\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:60:\"Security update of WooPayments (WooCommerce Payments) plugin\";s:7:\"content\";s:147:\"<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. This update was released on July 31.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-03 05:00:13\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:2:\"or\";s:8:\"operands\";a:17:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.5.3\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.6.2\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.7.4\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.8.4\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"4.9.3\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.0.6\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.1.5\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.2.4\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.3.3\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.4.3\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.5.4\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.6.4\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.7.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.8.3\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"5.9.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.0.1\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"=\";s:7:\"version\";s:5:\"6.1.2\";}}}}}s:24:\"avalara_q3-2023_noAvaTax\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"avalara_q3-2023_noAvaTax\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:40:\"Automatically calculate VAT in real time\";s:7:\"content\";s:284:\"Take the effort out of determining tax rates and sell confidently across borders with automated tax management from Avalara AvaTax— including built-in VAT calculation when you sell into or across the EU and UK. Save time and stay compliant when you let Avalara do the heavy lifting.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:24:\"avalara_q3-2023_noAvaTax\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"Automate my sales tax\";}}s:3:\"url\";s:131:\"https://woocommerce.com/products/woocommerce-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_noAvaTax\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-08-08 22:32:23\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2023-08-09 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"not\";s:7:\"operand\";a:1:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:18:\"woocommerce-avatax\";}}}}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:18:\"wcadmin_active_for\";s:9:\"operation\";s:1:\">\";s:4:\"days\";i:30;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"total_payments_value\";s:9:\"timeframe\";s:9:\"last_year\";s:5:\"value\";i:100;s:9:\"operation\";s:1:\">\";}}}s:44:\"woocommerce-usermeta-Sept2023-productvendors\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"woocommerce-usermeta-Sept2023-productvendors\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:37:\"Your store requires a security update\";s:7:\"content\";s:339:\"<strong>Your shop needs an update to address a vulnerability in WooCommerce.</strong> The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. <a href=\"https://developer.woocommerce.com/2023/09/16/woocommerce-vulnerability-reintroduced-from-7-0-1/\" />Read our developer update</a> for more information.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:44:\"woocommerce-usermeta-Sept2023-productvendors\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:11:\"plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-09-20 00:50:07\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-product-vendors\";}}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"woocommerce\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"8.1.1\";}}}s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";O:8:\"stdClass\":8:{s:4:\"slug\";s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:63:\"Action required: Security update for WooCommerce Stripe Gateway\";s:7:\"content\";s:201:\"<strong>Your shop requires a security update to address a vulnerability in the WooCommerce Stripe Gateway</strong>. The fix for this vulnerability was released on October 17. Please update immediately.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:41:\"woocommerce-STRIPE-Oct-2023-update-needed\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:15:\"update-core.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:7:\"dismiss\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:36:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-10-18 00:01:58\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"4.5.4\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.5.6\";}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.6.1\";}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.7.1\";}i:5;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.8.1\";}i:6;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"4.9.1\";}i:7;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.0.1\";}i:8;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.1.1\";}i:9;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.2.4\";}i:10;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.3.1\";}i:11;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.4.2\";}i:12;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.5.2\";}i:13;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.6.4\";}i:14;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.7.2\";}i:15;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.8.3\";}i:16;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"5.9.2\";}i:17;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.0.2\";}i:18;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.1.2\";}i:19;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.2.2\";}i:20;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.3.3\";}i:21;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.4.6\";}i:22;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.5.4\";}i:23;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.6.3\";}i:24;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.5.4\";}i:25;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.6.3\";}i:26;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.7.3\";}i:27;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.8.3\";}i:28;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"6.9.3\";}i:29;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.0.5\";}i:30;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.1.3\";}i:31;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.2.3\";}i:32;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.3.3\";}i:33;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.4.3\";}i:34;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:2:\"!=\";s:7:\"version\";s:5:\"7.5.1\";}i:35;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:26:\"woocommerce-gateway-stripe\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"7.6.1\";}}}s:29:\"amazon-mcf-reviews-2023-12-07\";O:8:\"stdClass\":8:{s:4:\"slug\";s:29:\"amazon-mcf-reviews-2023-12-07\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:36:\"Enjoying Amazon MCF for WooCommerce?\";s:7:\"content\";s:292:\"We\'re Never Settle, the developers behind Amazon MCF for WooCommerce, and would be deeply honored to have your review. Reviews help immensely as other users can learn how MCF can solve their needs too! Not happy or need help? Please reach out for support and we’d love to make things right!\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:35:\"amazon-mcf-review-button-2023-12-07\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:14:\"Leave a review\";}}s:3:\"url\";s:161:\"https://woocommerce.com/products/woocommerce-amazon-fulfillment/?review&utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-review-button-2023-12-07\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:36:\"amazon-mcf-support-button-2023-12-07\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:15:\"Request support\";}}s:3:\"url\";s:142:\"https://woocommerce.com/my-account/contact-support/?utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-support-button-2023-12-07\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2023-12-06 15:21:27\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:30:\"woocommerce-amazon-fulfillment\";}}}}s:30:\"remove_estimated_deposits_2024\";O:8:\"stdClass\":8:{s:4:\"slug\";s:30:\"remove_estimated_deposits_2024\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:33:\"Estimated deposits are going away\";s:7:\"content\";s:267:\"To provide more accurate deposit information and support the expansion of instant deposits, estimated deposit details will no longer be available in WooPayments. We recommend upgrading to the latest version of WooPayments for more detailed balance status information.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:9:\"view_docs\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:29:\"Learn about Deposit schedules\";}}s:3:\"url\";s:151:\"https://woocommerce.com/document/woopayments/deposits/deposit-schedule/?utm_source=inbox_note&utm_medium=product&utm_campaign=view_docs#available-funds\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:20:\"woocommerce-payments\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:3:\"6.9\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-01-21 08:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2024-01-31 23:59:59\";}}}s:26:\"sirt-woo-2024-11-xss-admin\";O:8:\"stdClass\":8:{s:4:\"slug\";s:26:\"sirt-woo-2024-11-xss-admin\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:47:\"An important update is required for WooCommerce\";s:7:\"content\";s:353:\"This update addresses a security vulnerability that could allow unauthorized access to administrative privileges on your site. <a href=\"https://developer.woocommerce.com/2024/12/03/woocommerce-9-4-3-and-woocommerce-9-3-4-available-now/\">Learn more</a>.\r\n<br><br>\r\n<strong>Please ensure your site is updated to the latest version to stay secure.</strong>\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"sirt-woo-2024-11-xss-admin\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:21:\"See available updates\";}}s:3:\"url\";s:16:\"update-core.php?\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:26:\"sirt-woo-2024-11-xss-admin\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:7:\"Dismiss\";}}s:3:\"url\";s:1:\"#\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2024-12-04 02:07:06\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"WooCommerce\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"8.4.0\";}i:2;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:11:\"WooCommerce\";s:8:\"operator\";s:1:\"<\";s:7:\"version\";s:5:\"9.4.3\";}}}s:44:\"paypal-braintree-sdk-depreciation-2025-02-20\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"paypal-braintree-sdk-depreciation-2025-02-20\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:51:\"Update required for your PayPal Braintree extension\";s:7:\"content\";s:253:\"To continue securely accepting payments, you must update your PayPal Braintree extension to version 3.2.4 or newer before June 30, 2025. Your current extension version will not support payment processing after this date due to an SSL certificate update.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:51:\"paypal-braintree-sdk-depreciation-2025-02-20-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:11:\"Upgrade now\";}}s:3:\"url\";s:21:\"/wp-admin/plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-03-03 19:49:10\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:47:\"woocommerce-gateway-paypal-powered-by-braintree\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"3.2.3\";}}}s:24:\"uk-vat-notice-2025-04-30\";O:8:\"stdClass\":8:{s:4:\"slug\";s:24:\"uk-vat-notice-2025-04-30\";s:4:\"type\";s:7:\"warning\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:38:\"UK VAT numbers are no longer supported\";s:7:\"content\";s:322:\"Due to recent HM Revenue &amp; Customs (HMRC) VAT API changes, your EU VAT Number for WooCommerce extension can no longer validate UK VAT numbers. HMRC now requires merchants to register an API key, which this extension does not currently support. We recommend EU/UK VAT Validation Manager for WooCommerce as a replacement\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:31:\"uk-vat-notice-button-2025-04-30\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:31:\"Learn more about this extension\";}}s:3:\"url\";s:53:\"https://wordpress.org/plugins/eu-vat-for-woocommerce/\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:0;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:25:\"woocommerce-eu-vat-number\";}}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-05-05 00:00:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2025-05-15 00:00:00\";}}}s:22:\"payson-retirement-2025\";O:8:\"stdClass\":8:{s:4:\"slug\";s:22:\"payson-retirement-2025\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:22:\"Payson Form Retirement\";s:7:\"content\";s:208:\"Svea Bank is discontinuing the Payson service; the last date for transactions is August 31, 2025. As a result, the Payson Form extension has been removed from WooCommerce.com. Documentation remains available.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:22:\"payson-retirement-2025\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:35:\"Explore alternative payment methods\";}}s:3:\"url\";s:218:\"https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?categoryIds=28680&collections=product&page=1&country=Sweden&utm_source=inbox_note&utm_medium=product&utm_campaign=payson-retirement-2025\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:8:\"actioned\";}}s:5:\"rules\";a:3:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-05-13 01:35:31\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2025-12-31 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:26:\"woocommerce-gateway-payson\";}}}}s:44:\"paypal-braintree-sdk-depreciation-2025-05-30\";O:8:\"stdClass\":8:{s:4:\"slug\";s:44:\"paypal-braintree-sdk-depreciation-2025-05-30\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:54:\"Action required: Update the PayPal Braintree extension\";s:7:\"content\";s:228:\"Your PayPal Braintree extension is using an outdated SDK and will stop processing payments after June 30, 2025, due to a root SSL certificate expiration. To avoid service disruption, update to version 3.2.4 or newer immediately.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:51:\"paypal-braintree-sdk-depreciation-2025-05-30-button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Update now\";}}s:3:\"url\";s:21:\"/wp-admin/plugins.php\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:2:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-05-29 17:56:45\";}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:47:\"woocommerce-gateway-paypal-powered-by-braintree\";s:8:\"operator\";s:2:\"<=\";s:7:\"version\";s:5:\"3.2.3\";}}}s:31:\"paypal-carding-recaptcha-dec-25\";O:8:\"stdClass\":8:{s:4:\"slug\";s:31:\"paypal-carding-recaptcha-dec-25\";s:4:\"type\";s:6:\"update\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:32:\"Activate PayPal fraud management\";s:7:\"content\";s:165:\"PayPal detected increased suspicious card activity in market. Please enable fraud protection in your PayPal Payment settings by enabling CAPTCHA for PayPal Payments.\";}}s:7:\"actions\";a:2:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:18:\"setup-instructions\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:18:\"Setup Instructions\";}}s:3:\"url\";s:163:\"https://woocommerce.com/document/woocommerce-paypal-payments/fraud-and-disputes/?utm_source=inbox_note&utm_medium=product&utm_campaign=setup-instructions#section-4\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}i:1;O:8:\"stdClass\":6:{s:4:\"name\";s:12:\"activate-now\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:12:\"Activate Now\";}}s:3:\"url\";s:65:\"admin.php?page=wc-settings&tab=integration&section=ppcp-recaptcha\";s:18:\"url_is_admin_query\";b:1;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-12-04 01:54:34\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2026-01-30 23:59:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:27:\"woocommerce-paypal-payments\";}}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:14:\"plugin_version\";s:6:\"plugin\";s:27:\"woocommerce-paypal-payments\";s:8:\"operator\";s:2:\">=\";s:7:\"version\";s:5:\"3.3.0\";}i:4;O:8:\"stdClass\":6:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:35:\"woocommerce_ppcp-recaptcha_settings\";s:12:\"transformers\";a:1:{i:0;O:8:\"stdClass\":2:{s:3:\"use\";s:12:\"dot_notation\";s:9:\"arguments\";O:8:\"stdClass\":1:{s:4:\"path\";s:7:\"enabled\";}}}s:9:\"operation\";s:2:\"!=\";s:5:\"value\";s:3:\"yes\";s:7:\"default\";s:2:\"no\";}}}s:36:\"holiday_shipping_deadlines_WCST_2025\";O:8:\"stdClass\":8:{s:4:\"slug\";s:36:\"holiday_shipping_deadlines_WCST_2025\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:26:\"Holiday shipping deadlines\";s:7:\"content\";s:125:\"Ensure your packages arrive before December 25. Verify your exact ship-by date for your destination, carrier, and mail class.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:43:\"holiday_shipping_deadlines_WCST_2025_button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:184:\"https://woocommerce.com/document/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=holiday_shipping_deadlines_WCST_2025_button#2025-holiday-shipping-deadlines\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-12-11 19:00:18\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2025-12-14 21:48:00\";}i:2;O:8:\"stdClass\":2:{s:4:\"type\";s:3:\"and\";s:8:\"operands\";a:2:{i:0;O:8:\"stdClass\":4:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-services\";}s:8:\"operator\";s:1:\"=\";s:5:\"value\";b:1;}i:1;O:8:\"stdClass\":4:{s:4:\"type\";s:6:\"option\";s:11:\"option_name\";s:19:\"wc_connect_tax_only\";s:8:\"operator\";s:2:\"!=\";s:5:\"value\";s:1:\"1\";}}}i:3;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:3;}i:4;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"total_payments_value\";s:9:\"timeframe\";s:9:\"last_year\";s:5:\"value\";i:10;s:9:\"operation\";s:1:\">\";}}}s:35:\"holiday_shipping_deadlines_WCS_2025\";O:8:\"stdClass\":8:{s:4:\"slug\";s:35:\"holiday_shipping_deadlines_WCS_2025\";s:4:\"type\";s:9:\"marketing\";s:6:\"status\";s:10:\"unactioned\";s:12:\"is_snoozable\";i:0;s:6:\"source\";s:15:\"woocommerce.com\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":3:{s:6:\"locale\";s:5:\"en_US\";s:5:\"title\";s:26:\"Holiday shipping deadlines\";s:7:\"content\";s:125:\"Ensure your packages arrive before December 25. Verify your exact ship-by date for your destination, carrier, and mail class.\";}}s:7:\"actions\";a:1:{i:0;O:8:\"stdClass\":6:{s:4:\"name\";s:42:\"holiday_shipping_deadlines_WCS_2025_button\";s:7:\"locales\";a:1:{i:0;O:8:\"stdClass\":2:{s:6:\"locale\";s:5:\"en_US\";s:5:\"label\";s:10:\"Learn More\";}}s:3:\"url\";s:183:\"https://woocommerce.com/document/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=holiday_shipping_deadlines_WCS_2025_button#2025-holiday-shipping-deadlines\";s:18:\"url_is_admin_query\";b:0;s:10:\"is_primary\";b:1;s:6:\"status\";s:10:\"unactioned\";}}s:5:\"rules\";a:5:{i:0;O:8:\"stdClass\":2:{s:4:\"type\";s:18:\"publish_after_time\";s:13:\"publish_after\";s:19:\"2025-12-11 19:00:59\";}i:1;O:8:\"stdClass\":2:{s:4:\"type\";s:19:\"publish_before_time\";s:14:\"publish_before\";s:19:\"2025-12-14 21:48:00\";}i:2;O:8:\"stdClass\":3:{s:4:\"type\";s:11:\"order_count\";s:9:\"operation\";s:1:\">\";s:5:\"value\";i:3;}i:3;O:8:\"stdClass\":4:{s:4:\"type\";s:20:\"total_payments_value\";s:9:\"timeframe\";s:9:\"last_year\";s:5:\"value\";i:10;s:9:\"operation\";s:1:\">\";}i:4;O:8:\"stdClass\":2:{s:4:\"type\";s:17:\"plugins_activated\";s:7:\"plugins\";a:1:{i:0;s:20:\"woocommerce-shipping\";}}}}}}','off'),
(826621,'_transient_timeout_wc_shipping_method_count','1766619922','off'),
(826622,'_transient_wc_shipping_method_count','a:4:{s:7:\"version\";s:10:\"1725314587\";s:6:\"legacy\";i:0;s:7:\"enabled\";i:1;s:8:\"disabled\";i:0;}','off'),
(826757,'_transient_timeout_wc_product_children_2541','1766621254','off'),
(826758,'_transient_wc_product_children_2541','a:3:{s:3:\"all\";a:34:{i:0;i:2544;i:1;i:2545;i:2;i:2546;i:3;i:2547;i:4;i:2548;i:5;i:2549;i:6;i:2550;i:7;i:2551;i:8;i:2552;i:9;i:2553;i:10;i:2554;i:11;i:2555;i:12;i:2556;i:13;i:2557;i:14;i:2558;i:15;i:2559;i:16;i:2560;i:17;i:2561;i:18;i:2562;i:19;i:2563;i:20;i:2564;i:21;i:2565;i:22;i:2566;i:23;i:2567;i:24;i:2568;i:25;i:2569;i:26;i:2570;i:27;i:2571;i:28;i:2572;i:29;i:2573;i:30;i:2574;i:31;i:2575;i:32;i:2576;i:33;i:2577;}s:7:\"visible\";a:34:{i:0;i:2544;i:1;i:2545;i:2;i:2546;i:3;i:2547;i:4;i:2548;i:5;i:2549;i:6;i:2550;i:7;i:2551;i:8;i:2552;i:9;i:2553;i:10;i:2554;i:11;i:2555;i:12;i:2556;i:13;i:2557;i:14;i:2558;i:15;i:2559;i:16;i:2560;i:17;i:2561;i:18;i:2562;i:19;i:2563;i:20;i:2564;i:21;i:2565;i:22;i:2566;i:23;i:2567;i:24;i:2568;i:25;i:2569;i:26;i:2570;i:27;i:2571;i:28;i:2572;i:29;i:2573;i:30;i:2574;i:31;i:2575;i:32;i:2576;i:33;i:2577;}s:7:\"version\";s:10:\"1725315884\";}','off'),
(826759,'_transient_timeout_wc_child_has_weight_2541','1766621254','off'),
(826760,'_transient_wc_child_has_weight_2541','1','off'),
(826843,'_et_builder_da_feature_cache','a:2:{i:0;s:38:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\"}\";i:1;a:5:{s:8:\"notfound\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:3;s:10:\"et_pb_menu\";i:4;s:10:\"et_pb_text\";}s:29:\"_et_dynamic_cached_attributes\";a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}}s:21:\"taxonomy/post_tag/134\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}s:29:\"_et_dynamic_cached_attributes\";a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}}s:29:\"taxonomy/tribe_events_cat/102\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}s:29:\"_et_dynamic_cached_attributes\";a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}}s:28:\"taxonomy/tribe_events_cat/99\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}s:29:\"_et_dynamic_cached_attributes\";a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}}s:7:\"archive\";a:2:{s:29:\"_et_dynamic_cached_shortcodes\";a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}s:29:\"_et_dynamic_cached_attributes\";a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}}}}','auto'),
(827926,'wp_notes_notify','1','on');
INSERT INTO `wp_options` VALUES
(827927,'_site_transient_update_core','O:8:\"stdClass\":4:{s:7:\"updates\";a:1:{i:0;O:8:\"stdClass\":10:{s:8:\"response\";s:6:\"latest\";s:8:\"download\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.9.zip\";s:6:\"locale\";s:5:\"en_US\";s:8:\"packages\";O:8:\"stdClass\":5:{s:4:\"full\";s:57:\"https://downloads.wordpress.org/release/wordpress-6.9.zip\";s:10:\"no_content\";s:68:\"https://downloads.wordpress.org/release/wordpress-6.9-no-content.zip\";s:11:\"new_bundled\";s:69:\"https://downloads.wordpress.org/release/wordpress-6.9-new-bundled.zip\";s:7:\"partial\";s:0:\"\";s:8:\"rollback\";s:0:\"\";}s:7:\"current\";s:3:\"6.9\";s:7:\"version\";s:3:\"6.9\";s:11:\"php_version\";s:6:\"7.2.24\";s:13:\"mysql_version\";s:5:\"5.5.5\";s:11:\"new_bundled\";s:3:\"6.7\";s:15:\"partial_version\";s:0:\"\";}}s:12:\"last_checked\";i:1765568341;s:15:\"version_checked\";s:3:\"6.9\";s:12:\"translations\";a:0:{}}','off'),
(827930,'_transient_timeout_et_core_version','1765626053','off'),
(827931,'_transient_et_core_version','4.27.4','off'),
(828338,'_site_transient_timeout_php_check_76d2cd2a5eb29facccd351abf19ed9c8','1765651567','off'),
(828339,'_site_transient_php_check_76d2cd2a5eb29facccd351abf19ed9c8','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'),
(828563,'_transient_timeout_w3tc.verify_plugins','1765761505','off'),
(828564,'_transient_w3tc.verify_plugins','1','off'),
(828569,'_site_transient_timeout_woocommerce_new_version','1765761506','off'),
(828570,'_site_transient_woocommerce_new_version','10.3.6','off'),
(828591,'_site_transient_timeout_woocommerce_block_asset_resource_hints','1765761535','off'),
(828592,'_site_transient_woocommerce_block_asset_resource_hints','a:2:{s:5:\"files\";a:2:{s:13:\"cart-frontend\";a:44:{i:0;a:2:{s:4:\"href\";s:127:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/cart-frontend.js?ver=87f90889ed47544b57eb\";s:2:\"as\";s:6:\"script\";}i:1;a:2:{s:4:\"href\";s:144:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-cart-checkout-base-frontend.js?ver=ee046eedc5351d6040d2\";s:2:\"as\";s:6:\"script\";}i:2;a:2:{s:4:\"href\";s:90:\"https://staging.amtacshooting.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0\";s:2:\"as\";s:6:\"script\";}i:3;a:2:{s:4:\"href\";s:90:\"https://staging.amtacshooting.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375\";s:2:\"as\";s:6:\"script\";}i:4;a:2:{s:4:\"href\";s:91:\"https://staging.amtacshooting.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1\";s:2:\"as\";s:6:\"script\";}i:5;a:2:{s:4:\"href\";s:147:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-cart-checkout-vendors-frontend.js?ver=dc1dcf69b8c5fe0b6e90\";s:2:\"as\";s:6:\"script\";}i:9;a:2:{s:4:\"href\";s:86:\"https://staging.amtacshooting.com/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1\";s:2:\"as\";s:6:\"script\";}i:10;a:2:{s:4:\"href\";s:96:\"https://staging.amtacshooting.com/wp-includes/js/dist/vendor/react-jsx-runtime.min.js?ver=18.3.1\";s:2:\"as\";s:6:\"script\";}i:12;a:2:{s:4:\"href\";s:129:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/blocks-checkout.js?ver=831c209cc1dd2f820fc4\";s:2:\"as\";s:6:\"script\";}i:22;a:2:{s:4:\"href\";s:90:\"https://staging.amtacshooting.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1\";s:2:\"as\";s:6:\"script\";}i:26;a:2:{s:4:\"href\";s:131:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/blocks-components.js?ver=150bd47634d08fcc2dfc\";s:2:\"as\";s:6:\"script\";}i:40;a:2:{s:4:\"href\";s:128:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-data.js?ver=0829e8e0d76bff927a49\";s:2:\"as\";s:6:\"script\";}i:41;a:2:{s:4:\"href\";s:136:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/blocks-checkout-events.js?ver=2d0fd4590f6cc663947c\";s:2:\"as\";s:6:\"script\";}i:42;a:2:{s:4:\"href\";s:122:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-types.js?ver=35dee88875b85ff65531\";s:2:\"as\";s:6:\"script\";}i:47;a:2:{s:4:\"href\";s:132:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-registry.js?ver=a54ead1833becfc12662\";s:2:\"as\";s:6:\"script\";}i:50;a:2:{s:4:\"href\";s:125:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-settings.js?ver=4f2e7067bd1c84cca43f\";s:2:\"as\";s:6:\"script\";}i:55;a:2:{s:4:\"href\";s:95:\"https://staging.amtacshooting.com/wp-includes/js/dist/api-fetch.min.js?ver=3a4d9af2b423048b0dee\";s:2:\"as\";s:6:\"script\";}i:58;a:2:{s:4:\"href\";s:89:\"https://staging.amtacshooting.com/wp-includes/js/dist/url.min.js?ver=9e178c9516d1222dc834\";s:2:\"as\";s:6:\"script\";}i:62;a:2:{s:4:\"href\";s:90:\"https://staging.amtacshooting.com/wp-includes/js/dist/data.min.js?ver=f940198280891b0b6318\";s:2:\"as\";s:6:\"script\";}i:65;a:2:{s:4:\"href\";s:93:\"https://staging.amtacshooting.com/wp-includes/js/dist/compose.min.js?ver=7a9b375d8c19cf9d3d9b\";s:2:\"as\";s:6:\"script\";}i:69;a:2:{s:4:\"href\";s:96:\"https://staging.amtacshooting.com/wp-includes/js/dist/deprecated.min.js?ver=e1f84915c5e8ae38964c\";s:2:\"as\";s:6:\"script\";}i:71;a:2:{s:4:\"href\";s:89:\"https://staging.amtacshooting.com/wp-includes/js/dist/dom.min.js?ver=26edef3be6483da3de2e\";s:2:\"as\";s:6:\"script\";}i:74;a:2:{s:4:\"href\";s:93:\"https://staging.amtacshooting.com/wp-includes/js/dist/element.min.js?ver=6a582b0c827fa25df3dd\";s:2:\"as\";s:6:\"script\";}i:78;a:2:{s:4:\"href\";s:97:\"https://staging.amtacshooting.com/wp-includes/js/dist/escape-html.min.js?ver=6561a406d2d232a6fbd2\";s:2:\"as\";s:6:\"script\";}i:79;a:2:{s:4:\"href\";s:102:\"https://staging.amtacshooting.com/wp-includes/js/dist/is-shallow-equal.min.js?ver=e0f9f1d78d83f5196979\";s:2:\"as\";s:6:\"script\";}i:80;a:2:{s:4:\"href\";s:94:\"https://staging.amtacshooting.com/wp-includes/js/dist/keycodes.min.js?ver=34c8fb5e7a594a1c8037\";s:2:\"as\";s:6:\"script\";}i:83;a:2:{s:4:\"href\";s:100:\"https://staging.amtacshooting.com/wp-includes/js/dist/priority-queue.min.js?ver=2d59d091223ee9a33838\";s:2:\"as\";s:6:\"script\";}i:93;a:2:{s:4:\"href\";s:98:\"https://staging.amtacshooting.com/wp-includes/js/dist/private-apis.min.js?ver=4f465748bda624774139\";s:2:\"as\";s:6:\"script\";}i:94;a:2:{s:4:\"href\";s:99:\"https://staging.amtacshooting.com/wp-includes/js/dist/redux-routine.min.js?ver=8bb92d45458b29590f53\";s:2:\"as\";s:6:\"script\";}i:156;a:2:{s:4:\"href\";s:99:\"https://staging.amtacshooting.com/wp-includes/js/dist/data-controls.min.js?ver=49f5587e8b90f9e7cc7e\";s:2:\"as\";s:6:\"script\";}i:208;a:2:{s:4:\"href\";s:99:\"https://staging.amtacshooting.com/wp-includes/js/dist/html-entities.min.js?ver=e8b78b18a162491d5e5f\";s:2:\"as\";s:6:\"script\";}i:212;a:2:{s:4:\"href\";s:93:\"https://staging.amtacshooting.com/wp-includes/js/dist/notices.min.js?ver=f62fbf15dcc23301922f\";s:2:\"as\";s:6:\"script\";}i:248;a:2:{s:4:\"href\";s:134:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-middleware.js?ver=d79dedade2f2e4dc9df4\";s:2:\"as\";s:6:\"script\";}i:270;a:2:{s:4:\"href\";s:90:\"https://staging.amtacshooting.com/wp-includes/js/dist/a11y.min.js?ver=cb460b4676c94bd228ed\";s:2:\"as\";s:6:\"script\";}i:271;a:2:{s:4:\"href\";s:95:\"https://staging.amtacshooting.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381\";s:2:\"as\";s:6:\"script\";}i:371;a:2:{s:4:\"href\";s:96:\"https://staging.amtacshooting.com/wp-includes/js/dist/primitives.min.js?ver=0b5dcc337aa7cbf75570\";s:2:\"as\";s:6:\"script\";}i:776;a:2:{s:4:\"href\";s:93:\"https://staging.amtacshooting.com/wp-includes/js/dist/warning.min.js?ver=d69bc18c456d01c11d5a\";s:2:\"as\";s:6:\"script\";}i:1409;a:2:{s:4:\"href\";s:138:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-shared-context.js?ver=1d9ff4f03584490ad390\";s:2:\"as\";s:6:\"script\";}i:1420;a:2:{s:4:\"href\";s:135:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-shared-hocs.js?ver=99a2a0de38bfa707fc7b\";s:2:\"as\";s:6:\"script\";}i:1692;a:2:{s:4:\"href\";s:126:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/price-format.js?ver=57e176e7cc02bdd27978\";s:2:\"as\";s:6:\"script\";}i:1729;a:2:{s:4:\"href\";s:91:\"https://staging.amtacshooting.com/wp-includes/js/dist/autop.min.js?ver=9fb50649848277dd318d\";s:2:\"as\";s:6:\"script\";}i:1831;a:2:{s:4:\"href\";s:93:\"https://staging.amtacshooting.com/wp-includes/js/dist/plugins.min.js?ver=039ed87b5b9f7036ceee\";s:2:\"as\";s:6:\"script\";}i:1879;a:2:{s:4:\"href\";s:98:\"https://staging.amtacshooting.com/wp-includes/js/dist/style-engine.min.js?ver=7c6fcedc37dadafb8a81\";s:2:\"as\";s:6:\"script\";}i:1880;a:2:{s:4:\"href\";s:95:\"https://staging.amtacshooting.com/wp-includes/js/dist/wordcount.min.js?ver=c5b97f11206928ea9130\";s:2:\"as\";s:6:\"script\";}}s:17:\"checkout-frontend\";a:47:{i:0;a:2:{s:4:\"href\";s:131:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/checkout-frontend.js?ver=220b68a74d9aaeecae4c\";s:2:\"as\";s:6:\"script\";}i:1;a:2:{s:4:\"href\";s:144:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-cart-checkout-base-frontend.js?ver=ee046eedc5351d6040d2\";s:2:\"as\";s:6:\"script\";}i:2;a:2:{s:4:\"href\";s:90:\"https://staging.amtacshooting.com/wp-includes/js/dist/vendor/wp-polyfill.min.js?ver=3.15.0\";s:2:\"as\";s:6:\"script\";}i:3;a:2:{s:4:\"href\";s:90:\"https://staging.amtacshooting.com/wp-includes/js/dist/i18n.min.js?ver=c26c3dc7bed366793375\";s:2:\"as\";s:6:\"script\";}i:4;a:2:{s:4:\"href\";s:91:\"https://staging.amtacshooting.com/wp-includes/js/dist/hooks.min.js?ver=dd5603f07f9220ed27f1\";s:2:\"as\";s:6:\"script\";}i:5;a:2:{s:4:\"href\";s:147:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-cart-checkout-vendors-frontend.js?ver=dc1dcf69b8c5fe0b6e90\";s:2:\"as\";s:6:\"script\";}i:9;a:2:{s:4:\"href\";s:86:\"https://staging.amtacshooting.com/wp-includes/js/dist/vendor/react.min.js?ver=18.3.1.1\";s:2:\"as\";s:6:\"script\";}i:10;a:2:{s:4:\"href\";s:96:\"https://staging.amtacshooting.com/wp-includes/js/dist/vendor/react-jsx-runtime.min.js?ver=18.3.1\";s:2:\"as\";s:6:\"script\";}i:12;a:2:{s:4:\"href\";s:129:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/blocks-checkout.js?ver=831c209cc1dd2f820fc4\";s:2:\"as\";s:6:\"script\";}i:22;a:2:{s:4:\"href\";s:90:\"https://staging.amtacshooting.com/wp-includes/js/dist/vendor/react-dom.min.js?ver=18.3.1.1\";s:2:\"as\";s:6:\"script\";}i:26;a:2:{s:4:\"href\";s:131:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/blocks-components.js?ver=150bd47634d08fcc2dfc\";s:2:\"as\";s:6:\"script\";}i:40;a:2:{s:4:\"href\";s:128:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-data.js?ver=0829e8e0d76bff927a49\";s:2:\"as\";s:6:\"script\";}i:41;a:2:{s:4:\"href\";s:136:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/blocks-checkout-events.js?ver=2d0fd4590f6cc663947c\";s:2:\"as\";s:6:\"script\";}i:42;a:2:{s:4:\"href\";s:122:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-types.js?ver=35dee88875b85ff65531\";s:2:\"as\";s:6:\"script\";}i:47;a:2:{s:4:\"href\";s:132:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-registry.js?ver=a54ead1833becfc12662\";s:2:\"as\";s:6:\"script\";}i:50;a:2:{s:4:\"href\";s:125:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-settings.js?ver=4f2e7067bd1c84cca43f\";s:2:\"as\";s:6:\"script\";}i:55;a:2:{s:4:\"href\";s:95:\"https://staging.amtacshooting.com/wp-includes/js/dist/api-fetch.min.js?ver=3a4d9af2b423048b0dee\";s:2:\"as\";s:6:\"script\";}i:58;a:2:{s:4:\"href\";s:89:\"https://staging.amtacshooting.com/wp-includes/js/dist/url.min.js?ver=9e178c9516d1222dc834\";s:2:\"as\";s:6:\"script\";}i:62;a:2:{s:4:\"href\";s:90:\"https://staging.amtacshooting.com/wp-includes/js/dist/data.min.js?ver=f940198280891b0b6318\";s:2:\"as\";s:6:\"script\";}i:65;a:2:{s:4:\"href\";s:93:\"https://staging.amtacshooting.com/wp-includes/js/dist/compose.min.js?ver=7a9b375d8c19cf9d3d9b\";s:2:\"as\";s:6:\"script\";}i:69;a:2:{s:4:\"href\";s:96:\"https://staging.amtacshooting.com/wp-includes/js/dist/deprecated.min.js?ver=e1f84915c5e8ae38964c\";s:2:\"as\";s:6:\"script\";}i:71;a:2:{s:4:\"href\";s:89:\"https://staging.amtacshooting.com/wp-includes/js/dist/dom.min.js?ver=26edef3be6483da3de2e\";s:2:\"as\";s:6:\"script\";}i:74;a:2:{s:4:\"href\";s:93:\"https://staging.amtacshooting.com/wp-includes/js/dist/element.min.js?ver=6a582b0c827fa25df3dd\";s:2:\"as\";s:6:\"script\";}i:78;a:2:{s:4:\"href\";s:97:\"https://staging.amtacshooting.com/wp-includes/js/dist/escape-html.min.js?ver=6561a406d2d232a6fbd2\";s:2:\"as\";s:6:\"script\";}i:79;a:2:{s:4:\"href\";s:102:\"https://staging.amtacshooting.com/wp-includes/js/dist/is-shallow-equal.min.js?ver=e0f9f1d78d83f5196979\";s:2:\"as\";s:6:\"script\";}i:80;a:2:{s:4:\"href\";s:94:\"https://staging.amtacshooting.com/wp-includes/js/dist/keycodes.min.js?ver=34c8fb5e7a594a1c8037\";s:2:\"as\";s:6:\"script\";}i:83;a:2:{s:4:\"href\";s:100:\"https://staging.amtacshooting.com/wp-includes/js/dist/priority-queue.min.js?ver=2d59d091223ee9a33838\";s:2:\"as\";s:6:\"script\";}i:93;a:2:{s:4:\"href\";s:98:\"https://staging.amtacshooting.com/wp-includes/js/dist/private-apis.min.js?ver=4f465748bda624774139\";s:2:\"as\";s:6:\"script\";}i:94;a:2:{s:4:\"href\";s:99:\"https://staging.amtacshooting.com/wp-includes/js/dist/redux-routine.min.js?ver=8bb92d45458b29590f53\";s:2:\"as\";s:6:\"script\";}i:156;a:2:{s:4:\"href\";s:99:\"https://staging.amtacshooting.com/wp-includes/js/dist/data-controls.min.js?ver=49f5587e8b90f9e7cc7e\";s:2:\"as\";s:6:\"script\";}i:208;a:2:{s:4:\"href\";s:99:\"https://staging.amtacshooting.com/wp-includes/js/dist/html-entities.min.js?ver=e8b78b18a162491d5e5f\";s:2:\"as\";s:6:\"script\";}i:212;a:2:{s:4:\"href\";s:93:\"https://staging.amtacshooting.com/wp-includes/js/dist/notices.min.js?ver=f62fbf15dcc23301922f\";s:2:\"as\";s:6:\"script\";}i:248;a:2:{s:4:\"href\";s:134:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-middleware.js?ver=d79dedade2f2e4dc9df4\";s:2:\"as\";s:6:\"script\";}i:270;a:2:{s:4:\"href\";s:90:\"https://staging.amtacshooting.com/wp-includes/js/dist/a11y.min.js?ver=cb460b4676c94bd228ed\";s:2:\"as\";s:6:\"script\";}i:271;a:2:{s:4:\"href\";s:95:\"https://staging.amtacshooting.com/wp-includes/js/dist/dom-ready.min.js?ver=f77871ff7694fffea381\";s:2:\"as\";s:6:\"script\";}i:371;a:2:{s:4:\"href\";s:96:\"https://staging.amtacshooting.com/wp-includes/js/dist/primitives.min.js?ver=0b5dcc337aa7cbf75570\";s:2:\"as\";s:6:\"script\";}i:776;a:2:{s:4:\"href\";s:93:\"https://staging.amtacshooting.com/wp-includes/js/dist/warning.min.js?ver=d69bc18c456d01c11d5a\";s:2:\"as\";s:6:\"script\";}i:1409;a:2:{s:4:\"href\";s:135:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-shared-hocs.js?ver=99a2a0de38bfa707fc7b\";s:2:\"as\";s:6:\"script\";}i:1628;a:2:{s:4:\"href\";s:138:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/wc-blocks-shared-context.js?ver=1d9ff4f03584490ad390\";s:2:\"as\";s:6:\"script\";}i:1681;a:2:{s:4:\"href\";s:126:\"https://staging.amtacshooting.com/wp-content/plugins/woocommerce/assets/client/blocks/price-format.js?ver=57e176e7cc02bdd27978\";s:2:\"as\";s:6:\"script\";}i:1718;a:2:{s:4:\"href\";s:91:\"https://staging.amtacshooting.com/wp-includes/js/dist/autop.min.js?ver=9fb50649848277dd318d\";s:2:\"as\";s:6:\"script\";}i:1719;a:2:{s:4:\"href\";s:96:\"https://staging.amtacshooting.com/wp-includes/js/dist/components.min.js?ver=ad5cb4227f07a3d422ad\";s:2:\"as\";s:6:\"script\";}i:1748;a:2:{s:4:\"href\";s:90:\"https://staging.amtacshooting.com/wp-includes/js/dist/date.min.js?ver=795a56839718d3ff7eae\";s:2:\"as\";s:6:\"script\";}i:1749;a:2:{s:4:\"href\";s:85:\"https://staging.amtacshooting.com/wp-includes/js/dist/vendor/moment.min.js?ver=2.30.1\";s:2:\"as\";s:6:\"script\";}i:1780;a:2:{s:4:\"href\";s:95:\"https://staging.amtacshooting.com/wp-includes/js/dist/rich-text.min.js?ver=5bdbb44f3039529e3645\";s:2:\"as\";s:6:\"script\";}i:1952;a:2:{s:4:\"href\";s:93:\"https://staging.amtacshooting.com/wp-includes/js/dist/plugins.min.js?ver=039ed87b5b9f7036ceee\";s:2:\"as\";s:6:\"script\";}i:2001;a:2:{s:4:\"href\";s:95:\"https://staging.amtacshooting.com/wp-includes/js/dist/wordcount.min.js?ver=c5b97f11206928ea9130\";s:2:\"as\";s:6:\"script\";}}}s:7:\"version\";a:2:{s:11:\"woocommerce\";s:6:\"10.0.4\";s:9:\"wordpress\";s:3:\"6.9\";}}','off'),
(828597,'_transient_timeout_jetpack_a8c_data','1765761559','off'),
(828598,'_transient_jetpack_a8c_data','a:4:{s:4:\"a12s\";i:1467;s:9:\"countries\";i:82;s:9:\"languages\";s:3:\"110\";s:16:\"featured_plugins\";a:4:{i:0;s:11:\"woocommerce\";i:1;s:11:\"activitypub\";i:2;s:14:\"wp-job-manager\";i:3;s:14:\"wp-super-cache\";}}','off'),
(828599,'can_compress_scripts','1','on'),
(829142,'_transient_timeout_compat_checker_wc_versions','1766029742','off'),
(829143,'_transient_compat_checker_wc_versions','a:307:{i:0;s:5:\"9.9.5\";i:1;s:5:\"9.9.4\";i:2;s:5:\"9.9.3\";i:3;s:5:\"9.9.2\";i:4;s:5:\"9.9.1\";i:5;s:5:\"9.9.0\";i:6;s:5:\"9.8.5\";i:7;s:5:\"9.8.4\";i:8;s:5:\"9.8.3\";i:9;s:5:\"9.8.2\";i:10;s:5:\"9.8.1\";i:11;s:5:\"9.8.0\";i:12;s:5:\"9.7.1\";i:13;s:5:\"9.7.0\";i:14;s:5:\"9.6.2\";i:15;s:5:\"9.6.1\";i:16;s:5:\"9.6.0\";i:17;s:5:\"9.5.2\";i:18;s:5:\"9.5.1\";i:19;s:5:\"9.5.0\";i:20;s:5:\"9.4.3\";i:21;s:5:\"9.4.2\";i:22;s:5:\"9.4.1\";i:23;s:5:\"9.4.0\";i:24;s:5:\"9.3.4\";i:25;s:5:\"9.3.3\";i:26;s:5:\"9.3.2\";i:27;s:5:\"9.3.1\";i:28;s:5:\"9.3.0\";i:29;s:5:\"9.2.3\";i:30;s:5:\"9.2.2\";i:31;s:5:\"9.2.1\";i:32;s:5:\"9.2.0\";i:33;s:5:\"9.1.4\";i:34;s:5:\"9.1.3\";i:35;s:5:\"9.1.2\";i:36;s:5:\"9.1.1\";i:37;s:5:\"9.1.0\";i:38;s:5:\"9.0.2\";i:39;s:5:\"9.0.1\";i:40;s:5:\"9.0.0\";i:41;s:5:\"8.9.3\";i:42;s:5:\"8.9.2\";i:43;s:5:\"8.9.1\";i:44;s:5:\"8.9.0\";i:45;s:5:\"8.8.5\";i:46;s:5:\"8.8.4\";i:47;s:5:\"8.8.3\";i:48;s:5:\"8.8.2\";i:49;s:5:\"8.8.1\";i:50;s:5:\"8.8.0\";i:51;s:5:\"8.7.1\";i:52;s:5:\"8.7.0\";i:53;s:5:\"8.6.2\";i:54;s:5:\"8.6.1\";i:55;s:5:\"8.6.0\";i:56;s:5:\"8.5.3\";i:57;s:5:\"8.5.2\";i:58;s:5:\"8.5.1\";i:59;s:5:\"8.5.0\";i:60;s:5:\"8.4.1\";i:61;s:5:\"8.4.0\";i:62;s:5:\"8.3.2\";i:63;s:5:\"8.3.1\";i:64;s:5:\"8.3.0\";i:65;s:5:\"8.2.3\";i:66;s:5:\"8.2.2\";i:67;s:5:\"8.2.1\";i:68;s:5:\"8.2.0\";i:69;s:5:\"8.1.2\";i:70;s:5:\"8.1.1\";i:71;s:5:\"8.1.0\";i:72;s:5:\"8.0.4\";i:73;s:5:\"8.0.3\";i:74;s:5:\"8.0.2\";i:75;s:5:\"8.0.1\";i:76;s:5:\"8.0.0\";i:77;s:5:\"7.9.1\";i:78;s:5:\"7.9.0\";i:79;s:5:\"7.8.3\";i:80;s:5:\"7.8.2\";i:81;s:5:\"7.8.1\";i:82;s:5:\"7.8.0\";i:83;s:5:\"7.7.2\";i:84;s:5:\"7.7.1\";i:85;s:5:\"7.7.0\";i:86;s:5:\"7.6.1\";i:87;s:5:\"7.6.0\";i:88;s:5:\"7.5.1\";i:89;s:5:\"7.5.0\";i:90;s:5:\"7.4.1\";i:91;s:5:\"7.4.0\";i:92;s:5:\"7.3.0\";i:93;s:5:\"7.2.3\";i:94;s:5:\"7.2.2\";i:95;s:5:\"7.2.1\";i:96;s:5:\"7.2.0\";i:97;s:5:\"7.1.1\";i:98;s:5:\"7.1.0\";i:99;s:5:\"7.0.1\";i:100;s:5:\"7.0.0\";i:101;s:5:\"6.9.4\";i:102;s:5:\"6.9.3\";i:103;s:5:\"6.9.2\";i:104;s:5:\"6.9.1\";i:105;s:5:\"6.9.0\";i:106;s:5:\"6.8.2\";i:107;s:5:\"6.8.1\";i:108;s:5:\"6.8.0\";i:109;s:5:\"6.7.0\";i:110;s:5:\"6.6.1\";i:111;s:5:\"6.6.0\";i:112;s:5:\"6.5.1\";i:113;s:5:\"6.5.0\";i:114;s:5:\"6.4.1\";i:115;s:5:\"6.4.0\";i:116;s:5:\"6.3.1\";i:117;s:5:\"6.3.0\";i:118;s:5:\"6.2.2\";i:119;s:5:\"6.2.1\";i:120;s:5:\"6.2.0\";i:121;s:5:\"6.1.2\";i:122;s:5:\"6.1.1\";i:123;s:5:\"6.1.0\";i:124;s:5:\"6.0.1\";i:125;s:5:\"6.0.0\";i:126;s:5:\"5.9.1\";i:127;s:5:\"5.9.0\";i:128;s:5:\"5.8.1\";i:129;s:5:\"5.8.0\";i:130;s:5:\"5.7.2\";i:131;s:5:\"5.7.1\";i:132;s:5:\"5.7.0\";i:133;s:5:\"5.6.2\";i:134;s:5:\"5.6.1\";i:135;s:5:\"5.6.0\";i:136;s:5:\"5.5.4\";i:137;s:5:\"5.5.3\";i:138;s:5:\"5.5.2\";i:139;s:5:\"5.5.1\";i:140;s:5:\"5.5.0\";i:141;s:5:\"5.4.4\";i:142;s:5:\"5.4.3\";i:143;s:5:\"5.4.2\";i:144;s:5:\"5.4.1\";i:145;s:5:\"5.4.0\";i:146;s:5:\"5.3.3\";i:147;s:5:\"5.3.2\";i:148;s:5:\"5.3.1\";i:149;s:5:\"5.3.0\";i:150;s:5:\"5.2.5\";i:151;s:5:\"5.2.4\";i:152;s:5:\"5.2.3\";i:153;s:5:\"5.2.2\";i:154;s:5:\"5.2.1\";i:155;s:5:\"5.2.0\";i:156;s:5:\"5.1.3\";i:157;s:5:\"5.1.2\";i:158;s:5:\"5.1.1\";i:159;s:5:\"5.1.0\";i:160;s:5:\"5.0.3\";i:161;s:5:\"5.0.2\";i:162;s:5:\"5.0.1\";i:163;s:5:\"5.0.0\";i:164;s:5:\"4.9.5\";i:165;s:5:\"4.9.4\";i:166;s:5:\"4.9.3\";i:167;s:5:\"4.9.2\";i:168;s:5:\"4.9.1\";i:169;s:5:\"4.9.0\";i:170;s:5:\"4.8.3\";i:171;s:5:\"4.8.2\";i:172;s:5:\"4.8.1\";i:173;s:5:\"4.8.0\";i:174;s:5:\"4.7.4\";i:175;s:5:\"4.7.3\";i:176;s:5:\"4.7.2\";i:177;s:5:\"4.7.1\";i:178;s:5:\"4.7.0\";i:179;s:5:\"4.6.5\";i:180;s:5:\"4.6.4\";i:181;s:5:\"4.6.3\";i:182;s:5:\"4.6.2\";i:183;s:5:\"4.6.1\";i:184;s:5:\"4.6.0\";i:185;s:5:\"4.5.5\";i:186;s:5:\"4.5.4\";i:187;s:5:\"4.5.3\";i:188;s:5:\"4.5.2\";i:189;s:5:\"4.5.1\";i:190;s:5:\"4.5.0\";i:191;s:5:\"4.4.4\";i:192;s:5:\"4.4.3\";i:193;s:5:\"4.4.2\";i:194;s:5:\"4.4.1\";i:195;s:5:\"4.4.0\";i:196;s:5:\"4.3.6\";i:197;s:5:\"4.3.5\";i:198;s:5:\"4.3.4\";i:199;s:5:\"4.3.3\";i:200;s:5:\"4.3.2\";i:201;s:5:\"4.3.1\";i:202;s:5:\"4.3.0\";i:203;s:5:\"4.2.5\";i:204;s:5:\"4.2.4\";i:205;s:5:\"4.2.3\";i:206;s:5:\"4.2.2\";i:207;s:5:\"4.2.1\";i:208;s:5:\"4.2.0\";i:209;s:5:\"4.1.4\";i:210;s:5:\"4.1.3\";i:211;s:5:\"4.1.2\";i:212;s:5:\"4.1.1\";i:213;s:5:\"4.1.0\";i:214;s:5:\"4.0.4\";i:215;s:5:\"4.0.3\";i:216;s:5:\"4.0.2\";i:217;s:5:\"4.0.1\";i:218;s:5:\"4.0.0\";i:219;s:5:\"3.9.5\";i:220;s:5:\"3.9.4\";i:221;s:5:\"3.9.3\";i:222;s:5:\"3.9.2\";i:223;s:5:\"3.9.1\";i:224;s:5:\"3.9.0\";i:225;s:5:\"3.8.3\";i:226;s:5:\"3.8.2\";i:227;s:5:\"3.8.1\";i:228;s:5:\"3.8.0\";i:229;s:5:\"3.7.3\";i:230;s:5:\"3.7.2\";i:231;s:5:\"3.7.1\";i:232;s:5:\"3.7.0\";i:233;s:5:\"3.6.7\";i:234;s:5:\"3.6.6\";i:235;s:5:\"3.6.5\";i:236;s:5:\"3.6.4\";i:237;s:5:\"3.6.3\";i:238;s:5:\"3.6.2\";i:239;s:5:\"3.6.1\";i:240;s:5:\"3.6.0\";i:241;s:5:\"3.5.9\";i:242;s:5:\"3.5.8\";i:243;s:5:\"3.5.7\";i:244;s:5:\"3.5.6\";i:245;s:5:\"3.5.5\";i:246;s:5:\"3.5.4\";i:247;s:5:\"3.5.3\";i:248;s:5:\"3.5.2\";i:249;s:6:\"3.5.10\";i:250;s:5:\"3.5.1\";i:251;s:5:\"3.5.0\";i:252;s:5:\"3.4.8\";i:253;s:5:\"3.4.7\";i:254;s:5:\"3.4.6\";i:255;s:5:\"3.4.5\";i:256;s:5:\"3.4.4\";i:257;s:5:\"3.4.3\";i:258;s:5:\"3.4.2\";i:259;s:5:\"3.4.1\";i:260;s:5:\"3.4.0\";i:261;s:5:\"3.3.6\";i:262;s:5:\"3.3.5\";i:263;s:5:\"3.3.4\";i:264;s:5:\"3.3.3\";i:265;s:5:\"3.3.2\";i:266;s:5:\"3.3.1\";i:267;s:5:\"3.3.0\";i:268;s:5:\"3.2.6\";i:269;s:5:\"3.2.5\";i:270;s:5:\"3.2.4\";i:271;s:5:\"3.2.3\";i:272;s:5:\"3.2.2\";i:273;s:5:\"3.2.1\";i:274;s:5:\"3.2.0\";i:275;s:5:\"3.1.2\";i:276;s:5:\"3.1.1\";i:277;s:5:\"3.1.0\";i:278;s:5:\"3.0.9\";i:279;s:5:\"3.0.8\";i:280;s:5:\"3.0.7\";i:281;s:5:\"3.0.6\";i:282;s:5:\"3.0.5\";i:283;s:5:\"3.0.4\";i:284;s:5:\"3.0.3\";i:285;s:5:\"3.0.2\";i:286;s:5:\"3.0.1\";i:287;s:5:\"3.0.0\";i:288;s:6:\"10.4.0\";i:289;s:6:\"10.3.6\";i:290;s:6:\"10.3.5\";i:291;s:6:\"10.3.4\";i:292;s:6:\"10.3.3\";i:293;s:6:\"10.3.2\";i:294;s:6:\"10.3.1\";i:295;s:6:\"10.3.0\";i:296;s:6:\"10.2.2\";i:297;s:6:\"10.2.1\";i:298;s:6:\"10.2.0\";i:299;s:6:\"10.1.2\";i:300;s:6:\"10.1.1\";i:301;s:6:\"10.1.0\";i:302;s:6:\"10.0.4\";i:303;s:6:\"10.0.3\";i:304;s:6:\"10.0.2\";i:305;s:6:\"10.0.1\";i:306;s:6:\"10.0.0\";}','off'),
(829233,'_transient_timeout__et_builder_gf_feature_cache','1765584295','off'),
(829234,'_transient__et_builder_gf_feature_cache','1','off'),
(829236,'_transient_timeout_jetpack_file_data_14.8','1768003505','off'),
(829237,'_transient_jetpack_file_data_14.8','a:1:{s:32:\"3fd340ad52927afb3bbb9e98575eccfd\";a:15:{s:4:\"name\";s:0:\"\";s:11:\"description\";s:0:\"\";s:4:\"sort\";s:0:\"\";s:20:\"recommendation_order\";s:0:\"\";s:10:\"introduced\";s:0:\"\";s:7:\"changed\";s:0:\"\";s:10:\"deactivate\";s:0:\"\";s:4:\"free\";s:0:\"\";s:19:\"requires_connection\";s:0:\"\";s:24:\"requires_user_connection\";s:0:\"\";s:13:\"auto_activate\";s:0:\"\";s:11:\"module_tags\";s:0:\"\";s:7:\"feature\";s:0:\"\";s:25:\"additional_search_queries\";s:0:\"\";s:12:\"plan_classes\";s:0:\"\";}}','off'),
(829268,'_transient_timeout_jetpack_https_test','1765604110','off'),
(829269,'_transient_jetpack_https_test','1','off'),
(829270,'_transient_timeout_jetpack_https_test_message','1765604110','off'),
(829271,'_transient_jetpack_https_test_message','','off'),
(829279,'jetpack_site_products','a:0:{}','on'),
(829289,'_transient_timeout_jetpack_plugin_api_action_links_refresh','1765604120','off'),
(829290,'_transient_jetpack_plugin_api_action_links_refresh','1765517720','off'),
(829304,'_transient_timeout_wcpay_currency_format','1765626052','off'),
(829305,'_transient_wcpay_currency_format','a:150:{s:3:\"EUR\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"de_AT\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"de_BE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"de_LU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"el_CY\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"en_IE\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_MT\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"es_EA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"es_IC\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_BE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_BL\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_GF\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_GP\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_LU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_MC\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_MF\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_MQ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_PM\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_RE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_YT\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"it_SM\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"it_VA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"nl_BE\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"pt_PT\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"sq_XK\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:10:\"sr_Latn_ME\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:10:\"sr_Latn_XK\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"sv_AX\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"sv_FI\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"tr_CY\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:6:\"ast_ES\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"ca_ES\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"de_DE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"el_GR\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"es_ES\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"et_EE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"eu_ES\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fi_FI\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_FR\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fy_NL\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"ga_IE\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"gl_ES\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"it_IT\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"lb_LU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"lt_LT\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"lv_LV\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"mt_MT\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"nl_NL\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"sk_SK\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"sl_SI\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"AED\";a:2:{s:5:\"ar_AE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"AFN\";a:4:{s:5:\"fa_AF\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"ps_AF\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"uz_AF\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"XCD\";a:9:{s:5:\"en_AG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_AI\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_DM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_GD\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_KN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_LC\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_MS\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_VC\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"ALL\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"sq_AL\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"AMD\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"hy_AM\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"AOA\";a:2:{s:5:\"pt_AO\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"ARS\";a:2:{s:5:\"es_AR\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"USD\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_DG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_FM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_GU\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_IO\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_MH\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_MP\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_PR\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_PW\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_TC\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_UM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_VG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_VI\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_ZW\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"es_EC\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"es_PA\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"es_PR\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"es_SV\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"es_US\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"fr_HT\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"nl_BQ\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"pt_TL\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"qu_EC\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_US\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:6:\"haw_US\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"nd_ZW\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"sn_ZW\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"AUD\";a:8:{s:5:\"en_AU\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_CC\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_CX\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_KI\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_NF\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_NR\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_TV\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"AWG\";a:2:{s:5:\"nl_AW\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"AZN\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"az_AZ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"BAM\";a:4:{s:5:\"hr_BA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:10:\"sr_Latn_BA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"bs_BA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"BBD\";a:2:{s:5:\"en_BB\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"BDT\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:5:\"right\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"bn_BD\";a:4:{s:12:\"currency_pos\";s:5:\"right\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"XOF\";a:11:{s:5:\"fr_BF\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_BJ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_CI\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_ML\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_NE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_SN\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_TG\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"pt_GW\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:6:\"dyo_SN\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"wo_SN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"BGN\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"bg_BG\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"BHD\";a:2:{s:5:\"ar_BH\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}}s:3:\"BIF\";a:4:{s:5:\"en_BI\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"fr_BI\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"rn_BI\";a:4:{s:12:\"currency_pos\";s:5:\"right\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"BMD\";a:2:{s:5:\"en_BM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"BND\";a:2:{s:5:\"ms_BN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"BOB\";a:3:{s:5:\"es_BO\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"qu_BO\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"BRL\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"pt_BR\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"BSD\";a:2:{s:5:\"en_BS\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"BTN\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"dz_BT\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"BWP\";a:2:{s:5:\"en_BW\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"BYN\";a:3:{s:5:\"ru_BY\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"be_BY\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"BZD\";a:2:{s:5:\"en_BZ\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"CAD\";a:3:{s:5:\"en_CA\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"fr_CA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"CDF\";a:4:{s:5:\"fr_CD\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"sw_CD\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"ln_CD\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"XAF\";a:12:{s:5:\"ar_TD\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"en_CM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"es_GQ\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_CF\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_CG\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_CM\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_GA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_GQ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_TD\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"pt_GQ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"sg_CF\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"CHF\";a:8:{s:5:\"de_CH\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"de_LI\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"fr_CH\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:6:\"gsw_LI\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"it_CH\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:6:\"gsw_CH\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"rm_CH\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"NZD\";a:7:{s:5:\"en_CK\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_NU\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_NZ\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_PN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_TK\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"mi_NZ\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"CLP\";a:2:{s:5:\"es_CL\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"CNY\";a:4:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"bo_CN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ug_CN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"zh_CN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"COP\";a:2:{s:5:\"es_CO\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"CRC\";a:2:{s:5:\"es_CR\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"CUC\";a:2:{s:5:\"es_CU\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"CVE\";a:2:{s:5:\"pt_CV\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"ANG\";a:4:{s:5:\"en_SX\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"nl_CW\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"nl_SX\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"CZK\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"cs_CZ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"DJF\";a:3:{s:5:\"ar_DJ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_DJ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"DKK\";a:4:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"da_DK\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fo_FO\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"kl_GL\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"DOP\";a:2:{s:5:\"es_DO\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"DZD\";a:3:{s:5:\"ar_DZ\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_DZ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"EGP\";a:2:{s:5:\"ar_EG\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"MAD\";a:5:{s:5:\"ar_EH\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ar_MA\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"fr_MA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:6:\"tzm_MA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"ERN\";a:4:{s:5:\"ar_ER\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"en_ER\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ti_ER\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"ETB\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"am_ET\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"FJD\";a:2:{s:5:\"en_FJ\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"FKP\";a:2:{s:5:\"en_FK\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"GBP\";a:9:{s:5:\"en_GB\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_GG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_IM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_JE\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ga_GB\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"cy_GB\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"gd_GB\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"gv_IM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"GEL\";a:3:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"ka_GE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"os_GE\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"GHS\";a:4:{s:5:\"en_GH\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ak_GH\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ee_GH\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"GIP\";a:2:{s:5:\"en_GI\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"GMD\";a:2:{s:5:\"en_GM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"GNF\";a:2:{s:5:\"fr_GN\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"GTQ\";a:2:{s:5:\"es_GT\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"GYD\";a:2:{s:5:\"en_GY\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"HKD\";a:3:{s:5:\"en_HK\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:10:\"zh_Hant_HK\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"HNL\";a:2:{s:5:\"es_HN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"HUF\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"hu_HU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"IDR\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"id_ID\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"ILS\";a:4:{s:5:\"ar_IL\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"ar_PS\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"he_IL\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"INR\";a:19:{s:5:\"bn_IN\";a:4:{s:12:\"currency_pos\";s:5:\"right\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_IN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ne_IN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ur_IN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"as_IN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"dz_BT\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"gu_IN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"hi_IN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"kn_IN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:6:\"kok_IN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:6:\"mai_IN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ml_IN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"mr_IN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"or_IN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"sa_IN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"sd_PK\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"ta_IN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"te_IN\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"IQD\";a:3:{s:5:\"ar_IQ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:6:\"ckb_IQ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"IRR\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fa_IR\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"ISK\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"is_IS\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"JMD\";a:2:{s:5:\"en_JM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"JOD\";a:3:{s:5:\"ar_JO\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}s:5:\"ar_PS\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}}s:3:\"JPY\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"ja_JP\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"KES\";a:3:{s:5:\"en_KE\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"sw_KE\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"KGS\";a:3:{s:5:\"ru_KG\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"ky_KG\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"KHR\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:5:\"right\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"km_KH\";a:4:{s:12:\"currency_pos\";s:5:\"right\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"KMF\";a:3:{s:5:\"ar_KM\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_KM\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"KPW\";a:2:{s:5:\"ko_KP\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"KRW\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"ko_KR\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"KWD\";a:2:{s:5:\"ar_KW\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}}s:3:\"KYD\";a:2:{s:5:\"en_KY\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"KZT\";a:3:{s:5:\"ru_KZ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"kk_KZ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"LAK\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"lo_LA\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"LBP\";a:2:{s:5:\"ar_LB\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"LKR\";a:3:{s:5:\"ta_LK\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"si_LK\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"LRD\";a:2:{s:5:\"en_LR\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"LSL\";a:2:{s:5:\"en_LS\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"LYD\";a:2:{s:5:\"ar_LY\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}}s:3:\"MDL\";a:2:{s:5:\"ro_MD\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"MGA\";a:4:{s:5:\"en_MG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"fr_MG\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"mg_MG\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"MKD\";a:3:{s:5:\"sq_MK\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"mk_MK\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"MMK\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"my_MM\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"MNT\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"mn_MN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"MOP\";a:3:{s:5:\"pt_MO\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:10:\"zh_Hant_MO\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"MRU\";a:2:{s:5:\"ar_MR\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"MUR\";a:3:{s:5:\"en_MU\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"fr_MU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"MWK\";a:2:{s:5:\"en_MW\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"MXN\";a:2:{s:5:\"es_MX\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"MYR\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ms_MY\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"MZN\";a:2:{s:5:\"pt_MZ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"NAD\";a:2:{s:5:\"en_NA\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"XPF\";a:4:{s:5:\"fr_NC\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_PF\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_WF\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"NGN\";a:3:{s:5:\"en_NG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"yo_NG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"NIO\";a:2:{s:5:\"es_NI\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"NOK\";a:5:{s:5:\"nb_SJ\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"nb_NO\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"nn_NO\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"se_NO\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"NPR\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ne_NP\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"OMR\";a:2:{s:5:\"ar_OM\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}}s:3:\"PEN\";a:3:{s:5:\"es_PE\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"qu_PE\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"PGK\";a:2:{s:5:\"en_PG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"PHP\";a:4:{s:5:\"en_PH\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:6:\"ceb_PH\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:6:\"fil_PH\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"PKR\";a:3:{s:5:\"en_PK\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"ur_PK\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"PLN\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"pl_PL\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"PYG\";a:2:{s:5:\"es_PY\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"QAR\";a:2:{s:5:\"ar_QA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"RON\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"ro_RO\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"RSD\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"sr_RS\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"RUB\";a:5:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"ce_RU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ru_RU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:6:\"sah_RU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"tt_RU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"RWF\";a:4:{s:5:\"en_RW\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"fr_RW\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"rw_RW\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"SAR\";a:2:{s:5:\"ar_SA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"SBD\";a:2:{s:5:\"en_SB\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"SCR\";a:3:{s:5:\"en_SC\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"fr_SC\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"SDG\";a:3:{s:5:\"ar_SD\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"en_SD\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"SEK\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"sv_SE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"SGD\";a:4:{s:5:\"en_SG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ms_SG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"ta_SG\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"SHP\";a:2:{s:5:\"en_SH\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"SLL\";a:2:{s:5:\"en_SL\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"SOS\";a:3:{s:5:\"ar_SO\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"so_SO\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"SRD\";a:2:{s:5:\"nl_SR\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"SSP\";a:2:{s:5:\"en_SS\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"STN\";a:2:{s:5:\"pt_ST\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"SYP\";a:3:{s:5:\"ar_SY\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"fr_SY\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"SZL\";a:2:{s:5:\"en_SZ\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"THB\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"th_TH\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"TJS\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"tg_TJ\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"TMT\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"tk_TM\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"TND\";a:3:{s:5:\"ar_TN\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}s:5:\"fr_TN\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;}}s:3:\"TOP\";a:3:{s:5:\"en_TO\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"to_TO\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"TRY\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"tr_TR\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"TTD\";a:2:{s:5:\"en_TT\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"TWD\";a:2:{s:7:\"zh_Hant\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"TZS\";a:3:{s:5:\"en_TZ\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"sw_TZ\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"UAH\";a:3:{s:5:\"ru_UA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"uk_UA\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"UGX\";a:3:{s:5:\"en_UG\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"sw_UG\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"UYU\";a:2:{s:5:\"es_UY\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"UZS\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"uz_AF\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"VES\";a:2:{s:5:\"es_VE\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}}s:3:\"VND\";a:2:{s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:5:\"vi_VN\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"VUV\";a:3:{s:5:\"en_VU\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}s:5:\"fr_VU\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;}}s:3:\"WST\";a:2:{s:5:\"en_WS\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"YER\";a:2:{s:5:\"ar_YE\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;}}s:3:\"ZAR\";a:7:{s:5:\"en_LS\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_NA\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"en_ZA\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"af_ZA\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;}s:5:\"xh_ZA\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:5:\"zu_ZA\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}s:3:\"ZMW\";a:2:{s:5:\"en_ZM\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}s:7:\"default\";a:4:{s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;}}}','off'),
(829306,'_transient_timeout_wcpay_locale_info','1765626052','off'),
(829307,'_transient_wcpay_locale_info','a:248:{s:2:\"AD\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ca_AD\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"AE\";a:14:{s:13:\"currency_code\";s:3:\"AED\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_AE\";s:4:\"name\";s:27:\"United Arab Emirates dirham\";s:8:\"singular\";s:10:\"UAE dirham\";s:6:\"plural\";s:11:\"UAE dirhams\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ar_AE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"AF\";a:14:{s:13:\"currency_code\";s:3:\"AFN\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"fa_AF\";s:4:\"name\";s:14:\"Afghan afghani\";s:8:\"singular\";s:14:\"Afghan Afghani\";s:6:\"plural\";s:15:\"Afghan Afghanis\";s:12:\"short_symbol\";s:2:\"؋\";s:7:\"locales\";a:4:{s:5:\"fa_AF\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ps_AF\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"uz_AF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"AG\";a:14:{s:13:\"currency_code\";s:3:\"XCD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_AG\";s:4:\"name\";s:21:\"East Caribbean dollar\";s:8:\"singular\";s:21:\"East Caribbean dollar\";s:6:\"plural\";s:22:\"East Caribbean dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:9:{s:5:\"en_AG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_AI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_LC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"AI\";a:14:{s:13:\"currency_code\";s:3:\"XCD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_AI\";s:4:\"name\";s:21:\"East Caribbean dollar\";s:8:\"singular\";s:21:\"East Caribbean dollar\";s:6:\"plural\";s:22:\"East Caribbean dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:9:{s:5:\"en_AG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_AI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_LC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"AL\";a:14:{s:13:\"currency_code\";s:3:\"ALL\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sq_AL\";s:4:\"name\";s:12:\"Albanian lek\";s:8:\"singular\";s:12:\"Albanian lek\";s:6:\"plural\";s:14:\"Albanian lekë\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_AL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"AM\";a:14:{s:13:\"currency_code\";s:3:\"AMD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"hy_AM\";s:4:\"name\";s:13:\"Armenian dram\";s:8:\"singular\";s:13:\"Armenian dram\";s:6:\"plural\";s:14:\"Armenian drams\";s:12:\"short_symbol\";s:2:\"֏\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"hy_AM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"AO\";a:14:{s:13:\"currency_code\";s:3:\"AOA\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"pt_AO\";s:4:\"name\";s:14:\"Angolan kwanza\";s:8:\"singular\";s:14:\"Angolan kwanza\";s:6:\"plural\";s:15:\"Angolan kwanzas\";s:12:\"short_symbol\";s:2:\"Kz\";s:7:\"locales\";a:2:{s:5:\"pt_AO\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"AR\";a:14:{s:13:\"currency_code\";s:3:\"ARS\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_AR\";s:4:\"name\";s:14:\"Argentine peso\";s:8:\"singular\";s:14:\"Argentine peso\";s:6:\"plural\";s:15:\"Argentine pesos\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"es_AR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"AS\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:3:\"lbs\";s:14:\"dimension_unit\";s:2:\"in\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_AS\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"AT\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"de_AT\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"AU\";a:14:{s:13:\"currency_code\";s:3:\"AUD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_AU\";s:4:\"name\";s:17:\"Australian dollar\";s:8:\"singular\";s:17:\"Australian dollar\";s:6:\"plural\";s:18:\"Australian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:8:{s:5:\"en_AU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NF\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"AW\";a:14:{s:13:\"currency_code\";s:3:\"AWG\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"nl_AW\";s:4:\"name\";s:13:\"Aruban florin\";s:8:\"singular\";s:13:\"Aruban florin\";s:6:\"plural\";s:13:\"Aruban florin\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"nl_AW\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"AX\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sv_AX\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"AZ\";a:14:{s:13:\"currency_code\";s:3:\"AZN\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"az_AZ\";s:4:\"name\";s:17:\"Azerbaijani manat\";s:8:\"singular\";s:17:\"Azerbaijani manat\";s:6:\"plural\";s:18:\"Azerbaijani manats\";s:12:\"short_symbol\";s:3:\"₼\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"az_AZ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"BA\";a:14:{s:13:\"currency_code\";s:3:\"BAM\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"bs_BA\";s:4:\"name\";s:39:\"Bosnia and Herzegovina convertible mark\";s:8:\"singular\";s:35:\"Bosnia-Herzegovina convertible mark\";s:6:\"plural\";s:36:\"Bosnia-Herzegovina convertible marks\";s:12:\"short_symbol\";s:2:\"KM\";s:7:\"locales\";a:4:{s:5:\"hr_BA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_BA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"bs_BA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"BB\";a:14:{s:13:\"currency_code\";s:3:\"BBD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_BB\";s:4:\"name\";s:16:\"Barbadian dollar\";s:8:\"singular\";s:16:\"Barbadian dollar\";s:6:\"plural\";s:17:\"Barbadian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_BB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"BD\";a:14:{s:13:\"currency_code\";s:3:\"BDT\";s:12:\"currency_pos\";s:5:\"right\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"bn_BD\";s:4:\"name\";s:16:\"Bangladeshi taka\";s:8:\"singular\";s:16:\"Bangladeshi taka\";s:6:\"plural\";s:17:\"Bangladeshi takas\";s:12:\"short_symbol\";s:3:\"৳\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:5:\"right\";}s:5:\"bn_BD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:5:\"right\";}}}s:2:\"BE\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"nl_BE\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"BF\";a:14:{s:13:\"currency_code\";s:3:\"XOF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_BF\";s:4:\"name\";s:22:\"West African CFA franc\";s:8:\"singular\";s:22:\"West African CFA franc\";s:6:\"plural\";s:23:\"West African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:11:{s:5:\"fr_BF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_ML\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_NE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GW\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"dyo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"wo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"BG\";a:14:{s:13:\"currency_code\";s:3:\"BGN\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"bg_BG\";s:4:\"name\";s:13:\"Bulgarian lev\";s:8:\"singular\";s:13:\"Bulgarian lev\";s:6:\"plural\";s:14:\"Bulgarian leva\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"bg_BG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"BH\";a:14:{s:13:\"currency_code\";s:3:\"BHD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_BH\";s:4:\"name\";s:14:\"Bahraini dinar\";s:8:\"singular\";s:14:\"Bahraini dinar\";s:6:\"plural\";s:15:\"Bahraini dinars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ar_BH\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"BI\";a:14:{s:13:\"currency_code\";s:3:\"BIF\";s:12:\"currency_pos\";s:5:\"right\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"rn_BI\";s:4:\"name\";s:15:\"Burundian franc\";s:8:\"singular\";s:15:\"Burundian franc\";s:6:\"plural\";s:16:\"Burundian francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:4:{s:5:\"en_BI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_BI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"rn_BI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:5:\"right\";}}}s:2:\"BJ\";a:14:{s:13:\"currency_code\";s:3:\"XOF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_BJ\";s:4:\"name\";s:22:\"West African CFA franc\";s:8:\"singular\";s:22:\"West African CFA franc\";s:6:\"plural\";s:23:\"West African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:11:{s:5:\"fr_BF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_ML\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_NE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GW\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"dyo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"wo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"BL\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_BL\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"BM\";a:14:{s:13:\"currency_code\";s:3:\"BMD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_BM\";s:4:\"name\";s:16:\"Bermudian dollar\";s:8:\"singular\";s:15:\"Bermudan dollar\";s:6:\"plural\";s:16:\"Bermudan dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_BM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"BN\";a:14:{s:13:\"currency_code\";s:3:\"BND\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ms_BN\";s:4:\"name\";s:13:\"Brunei dollar\";s:8:\"singular\";s:13:\"Brunei dollar\";s:6:\"plural\";s:14:\"Brunei dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"ms_BN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"BO\";a:14:{s:13:\"currency_code\";s:3:\"BOB\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_BO\";s:4:\"name\";s:18:\"Bolivian boliviano\";s:8:\"singular\";s:18:\"Bolivian boliviano\";s:6:\"plural\";s:19:\"Bolivian bolivianos\";s:12:\"short_symbol\";s:2:\"Bs\";s:7:\"locales\";a:3:{s:5:\"es_BO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"qu_BO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"BQ\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"nl_BQ\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"BR\";a:14:{s:13:\"currency_code\";s:3:\"BRL\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"pt_BR\";s:4:\"name\";s:14:\"Brazilian real\";s:8:\"singular\";s:14:\"Brazilian real\";s:6:\"plural\";s:15:\"Brazilian reals\";s:12:\"short_symbol\";s:2:\"R$\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_BR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"BS\";a:14:{s:13:\"currency_code\";s:3:\"BSD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_BS\";s:4:\"name\";s:15:\"Bahamian dollar\";s:8:\"singular\";s:15:\"Bahamian dollar\";s:6:\"plural\";s:16:\"Bahamian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_BS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"BT\";a:14:{s:13:\"currency_code\";s:3:\"BTN\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"dz_BT\";s:4:\"name\";s:18:\"Bhutanese ngultrum\";s:8:\"singular\";s:18:\"Bhutanese ngultrum\";s:6:\"plural\";s:19:\"Bhutanese ngultrums\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"dz_BT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"BW\";a:14:{s:13:\"currency_code\";s:3:\"BWP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_BW\";s:4:\"name\";s:13:\"Botswana pula\";s:8:\"singular\";s:14:\"Botswanan pula\";s:6:\"plural\";s:15:\"Botswanan pulas\";s:12:\"short_symbol\";s:1:\"P\";s:7:\"locales\";a:2:{s:5:\"en_BW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"BY\";a:14:{s:13:\"currency_code\";s:3:\"BYN\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"be_BY\";s:4:\"name\";s:16:\"Belarusian ruble\";s:8:\"singular\";s:16:\"Belarusian ruble\";s:6:\"plural\";s:17:\"Belarusian rubles\";s:12:\"short_symbol\";s:3:\"р.\";s:7:\"locales\";a:3:{s:5:\"ru_BY\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"be_BY\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"BZ\";a:14:{s:13:\"currency_code\";s:3:\"BZD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_BZ\";s:4:\"name\";s:13:\"Belize dollar\";s:8:\"singular\";s:13:\"Belize dollar\";s:6:\"plural\";s:14:\"Belize dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_BZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CA\";a:14:{s:13:\"currency_code\";s:3:\"CAD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_CA\";s:4:\"name\";s:15:\"Canadian dollar\";s:8:\"singular\";s:15:\"Canadian dollar\";s:6:\"plural\";s:16:\"Canadian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:3:{s:5:\"en_CA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_CA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CC\";a:14:{s:13:\"currency_code\";s:3:\"AUD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_CC\";s:4:\"name\";s:17:\"Australian dollar\";s:8:\"singular\";s:17:\"Australian dollar\";s:6:\"plural\";s:18:\"Australian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:8:{s:5:\"en_AU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NF\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CD\";a:14:{s:13:\"currency_code\";s:3:\"CDF\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sw_CD\";s:4:\"name\";s:15:\"Congolese franc\";s:8:\"singular\";s:15:\"Congolese franc\";s:6:\"plural\";s:16:\"Congolese francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:4:{s:5:\"fr_CD\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sw_CD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ln_CD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"CF\";a:14:{s:13:\"currency_code\";s:3:\"XAF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_CF\";s:4:\"name\";s:25:\"Central African CFA franc\";s:8:\"singular\";s:25:\"Central African CFA franc\";s:6:\"plural\";s:26:\"Central African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:12:{s:5:\"ar_TD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_CM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_CF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TD\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sg_CF\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CG\";a:14:{s:13:\"currency_code\";s:3:\"XAF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_CG\";s:4:\"name\";s:25:\"Central African CFA franc\";s:8:\"singular\";s:25:\"Central African CFA franc\";s:6:\"plural\";s:26:\"Central African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:12:{s:5:\"ar_TD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_CM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_CF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TD\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sg_CF\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CH\";a:14:{s:13:\"currency_code\";s:3:\"CHF\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"de_CH\";s:4:\"name\";s:11:\"Swiss franc\";s:8:\"singular\";s:11:\"Swiss franc\";s:6:\"plural\";s:12:\"Swiss francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:8:{s:5:\"de_CH\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_LI\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"fr_CH\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"gsw_LI\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_CH\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:6:\"gsw_CH\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"rm_CH\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"CI\";a:14:{s:13:\"currency_code\";s:3:\"XOF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_CI\";s:4:\"name\";s:22:\"West African CFA franc\";s:8:\"singular\";s:22:\"West African CFA franc\";s:6:\"plural\";s:23:\"West African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:11:{s:5:\"fr_BF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_ML\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_NE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GW\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"dyo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"wo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"CK\";a:14:{s:13:\"currency_code\";s:3:\"NZD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_CK\";s:4:\"name\";s:18:\"New Zealand dollar\";s:8:\"singular\";s:18:\"New Zealand dollar\";s:6:\"plural\";s:19:\"New Zealand dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:7:{s:5:\"en_CK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"mi_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"CL\";a:14:{s:13:\"currency_code\";s:3:\"CLP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_CL\";s:4:\"name\";s:12:\"Chilean peso\";s:8:\"singular\";s:12:\"Chilean peso\";s:6:\"plural\";s:13:\"Chilean pesos\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"es_CL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CM\";a:14:{s:13:\"currency_code\";s:3:\"XAF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_CM\";s:4:\"name\";s:25:\"Central African CFA franc\";s:8:\"singular\";s:25:\"Central African CFA franc\";s:6:\"plural\";s:26:\"Central African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:12:{s:5:\"ar_TD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_CM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_CF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TD\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sg_CF\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CN\";a:14:{s:13:\"currency_code\";s:3:\"CNY\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"zh_CN\";s:4:\"name\";s:12:\"Chinese yuan\";s:8:\"singular\";s:12:\"Chinese yuan\";s:6:\"plural\";s:12:\"Chinese yuan\";s:12:\"short_symbol\";s:2:\"¥\";s:7:\"locales\";a:4:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"bo_CN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ug_CN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"zh_CN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CO\";a:14:{s:13:\"currency_code\";s:3:\"COP\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_CO\";s:4:\"name\";s:14:\"Colombian peso\";s:8:\"singular\";s:14:\"Colombian peso\";s:6:\"plural\";s:15:\"Colombian pesos\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"es_CO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"CR\";a:14:{s:13:\"currency_code\";s:3:\"CRC\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_CR\";s:4:\"name\";s:18:\"Costa Rican colón\";s:8:\"singular\";s:18:\"Costa Rican colón\";s:6:\"plural\";s:19:\"Costa Rican colóns\";s:12:\"short_symbol\";s:3:\"₡\";s:7:\"locales\";a:2:{s:5:\"es_CR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CU\";a:14:{s:13:\"currency_code\";s:3:\"CUC\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_CU\";s:4:\"name\";s:22:\"Cuban convertible peso\";s:8:\"singular\";s:22:\"Cuban convertible peso\";s:6:\"plural\";s:23:\"Cuban convertible pesos\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"es_CU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CV\";a:14:{s:13:\"currency_code\";s:3:\"CVE\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"pt_CV\";s:4:\"name\";s:19:\"Cape Verdean escudo\";s:8:\"singular\";s:19:\"Cape Verdean escudo\";s:6:\"plural\";s:20:\"Cape Verdean escudos\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"pt_CV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"CW\";a:14:{s:13:\"currency_code\";s:3:\"ANG\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"nl_CW\";s:4:\"name\";s:29:\"Netherlands Antillean guilder\";s:8:\"singular\";s:29:\"Netherlands Antillean guilder\";s:6:\"plural\";s:30:\"Netherlands Antillean guilders\";s:12:\"short_symbol\";N;s:7:\"locales\";a:4:{s:5:\"en_SX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_CW\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"nl_SX\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"CX\";a:14:{s:13:\"currency_code\";s:3:\"AUD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_CX\";s:4:\"name\";s:17:\"Australian dollar\";s:8:\"singular\";s:17:\"Australian dollar\";s:6:\"plural\";s:18:\"Australian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:8:{s:5:\"en_AU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NF\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"CY\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"el_CY\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"CZ\";a:14:{s:13:\"currency_code\";s:3:\"CZK\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"cs_CZ\";s:4:\"name\";s:12:\"Czech koruna\";s:8:\"singular\";s:12:\"Czech koruna\";s:6:\"plural\";s:13:\"Czech korunas\";s:12:\"short_symbol\";s:3:\"Kč\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"cs_CZ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"DE\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"de_DE\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"DG\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_DG\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"DJ\";a:14:{s:13:\"currency_code\";s:3:\"DJF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_DJ\";s:4:\"name\";s:16:\"Djiboutian franc\";s:8:\"singular\";s:16:\"Djiboutian franc\";s:6:\"plural\";s:17:\"Djiboutian francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"ar_DJ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_DJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"DK\";a:14:{s:13:\"currency_code\";s:3:\"DKK\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"da_DK\";s:4:\"name\";s:12:\"Danish krone\";s:8:\"singular\";s:12:\"Danish krone\";s:6:\"plural\";s:13:\"Danish kroner\";s:12:\"short_symbol\";s:3:\"kr.\";s:7:\"locales\";a:4:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"da_DK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fo_FO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"kl_GL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"DM\";a:14:{s:13:\"currency_code\";s:3:\"XCD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_DM\";s:4:\"name\";s:21:\"East Caribbean dollar\";s:8:\"singular\";s:21:\"East Caribbean dollar\";s:6:\"plural\";s:22:\"East Caribbean dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:9:{s:5:\"en_AG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_AI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_LC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"DO\";a:14:{s:13:\"currency_code\";s:3:\"DOP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_DO\";s:4:\"name\";s:14:\"Dominican peso\";s:8:\"singular\";s:14:\"Dominican peso\";s:6:\"plural\";s:15:\"Dominican pesos\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"es_DO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"DZ\";a:14:{s:13:\"currency_code\";s:3:\"DZD\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_DZ\";s:4:\"name\";s:14:\"Algerian dinar\";s:8:\"singular\";s:14:\"Algerian dinar\";s:6:\"plural\";s:15:\"Algerian dinars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"ar_DZ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"fr_DZ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"EA\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_EA\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"EC\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_EC\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"EE\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"et_EE\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"EG\";a:14:{s:13:\"currency_code\";s:3:\"EGP\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_EG\";s:4:\"name\";s:14:\"Egyptian pound\";s:8:\"singular\";s:14:\"Egyptian pound\";s:6:\"plural\";s:15:\"Egyptian pounds\";s:12:\"short_symbol\";s:3:\"E£\";s:7:\"locales\";a:2:{s:5:\"ar_EG\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"EH\";a:14:{s:13:\"currency_code\";s:3:\"MAD\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_EH\";s:4:\"name\";s:15:\"Moroccan dirham\";s:8:\"singular\";s:15:\"Moroccan dirham\";s:6:\"plural\";s:16:\"Moroccan dirhams\";s:12:\"short_symbol\";N;s:7:\"locales\";a:5:{s:5:\"ar_EH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ar_MA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"fr_MA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:6:\"tzm_MA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"ER\";a:14:{s:13:\"currency_code\";s:3:\"ERN\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ti_ER\";s:4:\"name\";s:14:\"Eritrean nakfa\";s:8:\"singular\";s:14:\"Eritrean nakfa\";s:6:\"plural\";s:15:\"Eritrean nakfas\";s:12:\"short_symbol\";N;s:7:\"locales\";a:4:{s:5:\"ar_ER\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_ER\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ti_ER\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"ES\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_ES\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"ET\";a:14:{s:13:\"currency_code\";s:3:\"ETB\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"am_ET\";s:4:\"name\";s:14:\"Ethiopian birr\";s:8:\"singular\";s:14:\"Ethiopian birr\";s:6:\"plural\";s:15:\"Ethiopian birrs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"am_ET\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"FI\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fi_FI\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"FJ\";a:14:{s:13:\"currency_code\";s:3:\"FJD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_FJ\";s:4:\"name\";s:13:\"Fijian dollar\";s:8:\"singular\";s:13:\"Fijian dollar\";s:6:\"plural\";s:14:\"Fijian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_FJ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"FK\";a:14:{s:13:\"currency_code\";s:3:\"FKP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_FK\";s:4:\"name\";s:22:\"Falkland Islands pound\";s:8:\"singular\";s:22:\"Falkland Islands pound\";s:6:\"plural\";s:23:\"Falkland Islands pounds\";s:12:\"short_symbol\";s:2:\"£\";s:7:\"locales\";a:2:{s:5:\"en_FK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"FM\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_FM\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"FO\";a:14:{s:13:\"currency_code\";s:3:\"DKK\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fo_FO\";s:4:\"name\";s:12:\"Danish krone\";s:8:\"singular\";s:12:\"Danish krone\";s:6:\"plural\";s:13:\"Danish kroner\";s:12:\"short_symbol\";s:2:\"kr\";s:7:\"locales\";a:4:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"da_DK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fo_FO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"kl_GL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"FR\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_FR\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"GA\";a:14:{s:13:\"currency_code\";s:3:\"XAF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_GA\";s:4:\"name\";s:25:\"Central African CFA franc\";s:8:\"singular\";s:25:\"Central African CFA franc\";s:6:\"plural\";s:26:\"Central African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:12:{s:5:\"ar_TD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_CM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_CF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TD\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sg_CF\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GB\";a:14:{s:13:\"currency_code\";s:3:\"GBP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_GB\";s:4:\"name\";s:14:\"Pound sterling\";s:8:\"singular\";s:13:\"British pound\";s:6:\"plural\";s:14:\"British pounds\";s:12:\"short_symbol\";s:2:\"£\";s:7:\"locales\";a:9:{s:5:\"en_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_JE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ga_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"cy_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gd_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gv_IM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GD\";a:14:{s:13:\"currency_code\";s:3:\"XCD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_GD\";s:4:\"name\";s:21:\"East Caribbean dollar\";s:8:\"singular\";s:21:\"East Caribbean dollar\";s:6:\"plural\";s:22:\"East Caribbean dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:9:{s:5:\"en_AG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_AI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_LC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GE\";a:14:{s:13:\"currency_code\";s:3:\"GEL\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ka_GE\";s:4:\"name\";s:13:\"Georgian lari\";s:8:\"singular\";s:13:\"Georgian lari\";s:6:\"plural\";s:14:\"Georgian laris\";s:12:\"short_symbol\";s:3:\"₾\";s:7:\"locales\";a:3:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ka_GE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"os_GE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"GF\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_GF\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"GG\";a:14:{s:13:\"currency_code\";s:3:\"GBP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_GG\";s:4:\"name\";s:14:\"Pound sterling\";s:8:\"singular\";s:13:\"British pound\";s:6:\"plural\";s:14:\"British pounds\";s:12:\"short_symbol\";s:2:\"£\";s:7:\"locales\";a:9:{s:5:\"en_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_JE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ga_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"cy_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gd_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gv_IM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GH\";a:14:{s:13:\"currency_code\";s:3:\"GHS\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ak_GH\";s:4:\"name\";s:10:\"Ghana cedi\";s:8:\"singular\";s:13:\"Ghanaian cedi\";s:6:\"plural\";s:14:\"Ghanaian cedis\";s:12:\"short_symbol\";s:5:\"GH₵\";s:7:\"locales\";a:4:{s:5:\"en_GH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ak_GH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ee_GH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GI\";a:14:{s:13:\"currency_code\";s:3:\"GIP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_GI\";s:4:\"name\";s:15:\"Gibraltar pound\";s:8:\"singular\";s:15:\"Gibraltar pound\";s:6:\"plural\";s:16:\"Gibraltar pounds\";s:12:\"short_symbol\";s:2:\"£\";s:7:\"locales\";a:2:{s:5:\"en_GI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GL\";a:14:{s:13:\"currency_code\";s:3:\"DKK\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"kl_GL\";s:4:\"name\";s:12:\"Danish krone\";s:8:\"singular\";s:12:\"Danish krone\";s:6:\"plural\";s:13:\"Danish kroner\";s:12:\"short_symbol\";s:2:\"kr\";s:7:\"locales\";a:4:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"da_DK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fo_FO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"kl_GL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GM\";a:14:{s:13:\"currency_code\";s:3:\"GMD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_GM\";s:4:\"name\";s:14:\"Gambian dalasi\";s:8:\"singular\";s:14:\"Gambian dalasi\";s:6:\"plural\";s:15:\"Gambian dalasis\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"en_GM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GN\";a:14:{s:13:\"currency_code\";s:3:\"GNF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_GN\";s:4:\"name\";s:13:\"Guinean franc\";s:8:\"singular\";s:13:\"Guinean franc\";s:6:\"plural\";s:14:\"Guinean francs\";s:12:\"short_symbol\";s:2:\"FG\";s:7:\"locales\";a:2:{s:5:\"fr_GN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"GP\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_GP\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"GQ\";a:14:{s:13:\"currency_code\";s:3:\"XAF\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_GQ\";s:4:\"name\";s:25:\"Central African CFA franc\";s:8:\"singular\";s:25:\"Central African CFA franc\";s:6:\"plural\";s:26:\"Central African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:12:{s:5:\"ar_TD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_CM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_CF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TD\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sg_CF\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GR\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"el_GR\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"GT\";a:14:{s:13:\"currency_code\";s:3:\"GTQ\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_GT\";s:4:\"name\";s:18:\"Guatemalan quetzal\";s:8:\"singular\";s:18:\"Guatemalan quetzal\";s:6:\"plural\";s:19:\"Guatemalan quetzals\";s:12:\"short_symbol\";s:1:\"Q\";s:7:\"locales\";a:2:{s:5:\"es_GT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"GU\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:3:\"lbs\";s:14:\"dimension_unit\";s:2:\"in\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_GU\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"GW\";a:14:{s:13:\"currency_code\";s:3:\"XOF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"pt_GW\";s:4:\"name\";s:22:\"West African CFA franc\";s:8:\"singular\";s:22:\"West African CFA franc\";s:6:\"plural\";s:23:\"West African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:11:{s:5:\"fr_BF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_ML\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_NE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GW\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"dyo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"wo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"GY\";a:14:{s:13:\"currency_code\";s:3:\"GYD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_GY\";s:4:\"name\";s:15:\"Guyanese dollar\";s:8:\"singular\";s:16:\"Guyanaese dollar\";s:6:\"plural\";s:17:\"Guyanaese dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_GY\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"HK\";a:14:{s:13:\"currency_code\";s:3:\"HKD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:10:\"zh_Hant_HK\";s:4:\"name\";s:16:\"Hong Kong dollar\";s:8:\"singular\";s:16:\"Hong Kong dollar\";s:6:\"plural\";s:17:\"Hong Kong dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:3:{s:5:\"en_HK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:10:\"zh_Hant_HK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"HN\";a:14:{s:13:\"currency_code\";s:3:\"HNL\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_HN\";s:4:\"name\";s:16:\"Honduran lempira\";s:8:\"singular\";s:16:\"Honduran lempira\";s:6:\"plural\";s:17:\"Honduran lempiras\";s:12:\"short_symbol\";s:1:\"L\";s:7:\"locales\";a:2:{s:5:\"es_HN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"HR\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"hr_HR\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"HT\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_HT\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"HU\";a:14:{s:13:\"currency_code\";s:3:\"HUF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"hu_HU\";s:4:\"name\";s:16:\"Hungarian forint\";s:8:\"singular\";s:16:\"Hungarian forint\";s:6:\"plural\";s:17:\"Hungarian forints\";s:12:\"short_symbol\";s:2:\"Ft\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"hu_HU\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"IC\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_IC\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"ID\";a:14:{s:13:\"currency_code\";s:3:\"IDR\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"id_ID\";s:4:\"name\";s:17:\"Indonesian rupiah\";s:8:\"singular\";s:17:\"Indonesian rupiah\";s:6:\"plural\";s:18:\"Indonesian rupiahs\";s:12:\"short_symbol\";s:2:\"Rp\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"id_ID\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"IE\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_IE\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"IL\";a:14:{s:13:\"currency_code\";s:3:\"ILS\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"he_IL\";s:4:\"name\";s:18:\"Israeli new shekel\";s:8:\"singular\";s:18:\"Israeli new shekel\";s:6:\"plural\";s:19:\"Israeli new shekels\";s:12:\"short_symbol\";s:3:\"₪\";s:7:\"locales\";a:4:{s:5:\"ar_IL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ar_PS\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"he_IL\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"IM\";a:14:{s:13:\"currency_code\";s:3:\"GBP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_IM\";s:4:\"name\";s:14:\"Pound sterling\";s:8:\"singular\";s:13:\"British pound\";s:6:\"plural\";s:14:\"British pounds\";s:12:\"short_symbol\";s:2:\"£\";s:7:\"locales\";a:9:{s:5:\"en_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_JE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ga_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"cy_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gd_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gv_IM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"IN\";a:14:{s:13:\"currency_code\";s:3:\"INR\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"hi_IN\";s:4:\"name\";s:12:\"Indian rupee\";s:8:\"singular\";s:12:\"Indian rupee\";s:6:\"plural\";s:13:\"Indian rupees\";s:12:\"short_symbol\";s:3:\"₹\";s:7:\"locales\";a:19:{s:5:\"bn_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:5:\"right\";}s:5:\"en_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ne_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ur_IN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"as_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"dz_BT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gu_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"hi_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"kn_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"kok_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:6:\"mai_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ml_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"mr_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"or_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sa_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sd_PK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ta_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"te_IN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"IO\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_IO\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"IQ\";a:14:{s:13:\"currency_code\";s:3:\"IQD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_IQ\";s:4:\"name\";s:11:\"Iraqi dinar\";s:8:\"singular\";s:11:\"Iraqi dinar\";s:6:\"plural\";s:12:\"Iraqi dinars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"ar_IQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ckb_IQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"IR\";a:14:{s:13:\"currency_code\";s:3:\"IRR\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"fa_IR\";s:4:\"name\";s:12:\"Iranian rial\";s:8:\"singular\";s:12:\"Iranian rial\";s:6:\"plural\";s:13:\"Iranian rials\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fa_IR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"IS\";a:14:{s:13:\"currency_code\";s:3:\"ISK\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"is_IS\";s:4:\"name\";s:16:\"Icelandic króna\";s:8:\"singular\";s:16:\"Icelandic króna\";s:6:\"plural\";s:17:\"Icelandic krónur\";s:12:\"short_symbol\";s:2:\"kr\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"is_IS\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"IT\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"it_IT\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"JE\";a:14:{s:13:\"currency_code\";s:3:\"GBP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_JE\";s:4:\"name\";s:14:\"Pound sterling\";s:8:\"singular\";s:13:\"British pound\";s:6:\"plural\";s:14:\"British pounds\";s:12:\"short_symbol\";s:2:\"£\";s:7:\"locales\";a:9:{s:5:\"en_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_JE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ga_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"cy_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gd_GB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gv_IM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"JM\";a:14:{s:13:\"currency_code\";s:3:\"JMD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_JM\";s:4:\"name\";s:15:\"Jamaican dollar\";s:8:\"singular\";s:15:\"Jamaican dollar\";s:6:\"plural\";s:16:\"Jamaican dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_JM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"JO\";a:14:{s:13:\"currency_code\";s:3:\"JOD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_JO\";s:4:\"name\";s:15:\"Jordanian dinar\";s:8:\"singular\";s:15:\"Jordanian dinar\";s:6:\"plural\";s:16:\"Jordanian dinars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"ar_JO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ar_PS\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"JP\";a:14:{s:13:\"currency_code\";s:3:\"JPY\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ja_JP\";s:4:\"name\";s:12:\"Japanese yen\";s:8:\"singular\";s:12:\"Japanese yen\";s:6:\"plural\";s:12:\"Japanese yen\";s:12:\"short_symbol\";s:2:\"¥\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ja_JP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"KE\";a:14:{s:13:\"currency_code\";s:3:\"KES\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sw_KE\";s:4:\"name\";s:15:\"Kenyan shilling\";s:8:\"singular\";s:15:\"Kenyan shilling\";s:6:\"plural\";s:16:\"Kenyan shillings\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"en_KE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sw_KE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"KG\";a:14:{s:13:\"currency_code\";s:3:\"KGS\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ky_KG\";s:4:\"name\";s:15:\"Kyrgyzstani som\";s:8:\"singular\";s:14:\"Kyrgystani som\";s:6:\"plural\";s:15:\"Kyrgystani soms\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"ru_KG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ky_KG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"KH\";a:14:{s:13:\"currency_code\";s:3:\"KHR\";s:12:\"currency_pos\";s:5:\"right\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"km_KH\";s:4:\"name\";s:14:\"Cambodian riel\";s:8:\"singular\";s:14:\"Cambodian riel\";s:6:\"plural\";s:15:\"Cambodian riels\";s:12:\"short_symbol\";s:3:\"៛\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:5:\"right\";}s:5:\"km_KH\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:5:\"right\";}}}s:2:\"KI\";a:14:{s:13:\"currency_code\";s:3:\"AUD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_KI\";s:4:\"name\";s:17:\"Australian dollar\";s:8:\"singular\";s:17:\"Australian dollar\";s:6:\"plural\";s:18:\"Australian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:8:{s:5:\"en_AU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NF\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"KM\";a:14:{s:13:\"currency_code\";s:3:\"KMF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_KM\";s:4:\"name\";s:14:\"Comorian franc\";s:8:\"singular\";s:14:\"Comorian franc\";s:6:\"plural\";s:15:\"Comorian francs\";s:12:\"short_symbol\";s:2:\"CF\";s:7:\"locales\";a:3:{s:5:\"ar_KM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_KM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"KN\";a:14:{s:13:\"currency_code\";s:3:\"XCD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_KN\";s:4:\"name\";s:21:\"East Caribbean dollar\";s:8:\"singular\";s:21:\"East Caribbean dollar\";s:6:\"plural\";s:22:\"East Caribbean dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:9:{s:5:\"en_AG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_AI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_LC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"KP\";a:14:{s:13:\"currency_code\";s:3:\"KPW\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ko_KP\";s:4:\"name\";s:16:\"North Korean won\";s:8:\"singular\";s:16:\"North Korean won\";s:6:\"plural\";s:16:\"North Korean won\";s:12:\"short_symbol\";s:3:\"₩\";s:7:\"locales\";a:2:{s:5:\"ko_KP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"KR\";a:14:{s:13:\"currency_code\";s:3:\"KRW\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ko_KR\";s:4:\"name\";s:16:\"South Korean won\";s:8:\"singular\";s:16:\"South Korean won\";s:6:\"plural\";s:16:\"South Korean won\";s:12:\"short_symbol\";s:3:\"₩\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ko_KR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"KW\";a:14:{s:13:\"currency_code\";s:3:\"KWD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_KW\";s:4:\"name\";s:13:\"Kuwaiti dinar\";s:8:\"singular\";s:13:\"Kuwaiti dinar\";s:6:\"plural\";s:14:\"Kuwaiti dinars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ar_KW\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"KY\";a:14:{s:13:\"currency_code\";s:3:\"KYD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_KY\";s:4:\"name\";s:21:\"Cayman Islands dollar\";s:8:\"singular\";s:21:\"Cayman Islands dollar\";s:6:\"plural\";s:22:\"Cayman Islands dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_KY\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"KZ\";a:14:{s:13:\"currency_code\";s:3:\"KZT\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ru_KZ\";s:4:\"name\";s:17:\"Kazakhstani tenge\";s:8:\"singular\";s:17:\"Kazakhstani tenge\";s:6:\"plural\";s:18:\"Kazakhstani tenges\";s:12:\"short_symbol\";s:3:\"₸\";s:7:\"locales\";a:3:{s:5:\"ru_KZ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"kk_KZ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"LA\";a:14:{s:13:\"currency_code\";s:3:\"LAK\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"lo_LA\";s:4:\"name\";s:7:\"Lao kip\";s:8:\"singular\";s:11:\"Laotian kip\";s:6:\"plural\";s:12:\"Laotian kips\";s:12:\"short_symbol\";s:3:\"₭\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"lo_LA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"LB\";a:14:{s:13:\"currency_code\";s:3:\"LBP\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_LB\";s:4:\"name\";s:14:\"Lebanese pound\";s:8:\"singular\";s:14:\"Lebanese pound\";s:6:\"plural\";s:15:\"Lebanese pounds\";s:12:\"short_symbol\";s:3:\"L£\";s:7:\"locales\";a:2:{s:5:\"ar_LB\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"LC\";a:14:{s:13:\"currency_code\";s:3:\"XCD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_LC\";s:4:\"name\";s:21:\"East Caribbean dollar\";s:8:\"singular\";s:21:\"East Caribbean dollar\";s:6:\"plural\";s:22:\"East Caribbean dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:9:{s:5:\"en_AG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_AI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_LC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"LI\";a:14:{s:13:\"currency_code\";s:3:\"CHF\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"de_LI\";s:4:\"name\";s:11:\"Swiss franc\";s:8:\"singular\";s:11:\"Swiss franc\";s:6:\"plural\";s:12:\"Swiss francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:8:{s:5:\"de_CH\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_LI\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"fr_CH\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"gsw_LI\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_CH\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:6:\"gsw_CH\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"rm_CH\";a:4:{s:12:\"thousand_sep\";s:1:\"\'\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"LK\";a:14:{s:13:\"currency_code\";s:3:\"LKR\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"si_LK\";s:4:\"name\";s:16:\"Sri Lankan rupee\";s:8:\"singular\";s:16:\"Sri Lankan rupee\";s:6:\"plural\";s:17:\"Sri Lankan rupees\";s:12:\"short_symbol\";s:2:\"Rs\";s:7:\"locales\";a:3:{s:5:\"ta_LK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"si_LK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"LR\";a:14:{s:13:\"currency_code\";s:3:\"LRD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_LR\";s:4:\"name\";s:15:\"Liberian dollar\";s:8:\"singular\";s:15:\"Liberian dollar\";s:6:\"plural\";s:16:\"Liberian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_LR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"LS\";a:14:{s:13:\"currency_code\";s:3:\"LSL\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_LS\";s:4:\"name\";s:12:\"Lesotho loti\";s:8:\"singular\";s:12:\"Lesotho loti\";s:6:\"plural\";s:13:\"Lesotho lotis\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"en_LS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"LT\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"lt_LT\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"LU\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_LU\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"LV\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"lv_LV\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"LY\";a:14:{s:13:\"currency_code\";s:3:\"LYD\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_LY\";s:4:\"name\";s:12:\"Libyan dinar\";s:8:\"singular\";s:12:\"Libyan dinar\";s:6:\"plural\";s:13:\"Libyan dinars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ar_LY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"MA\";a:14:{s:13:\"currency_code\";s:3:\"MAD\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_MA\";s:4:\"name\";s:15:\"Moroccan dirham\";s:8:\"singular\";s:15:\"Moroccan dirham\";s:6:\"plural\";s:16:\"Moroccan dirhams\";s:12:\"short_symbol\";N;s:7:\"locales\";a:5:{s:5:\"ar_EH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ar_MA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"fr_MA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:6:\"tzm_MA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"MC\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_MC\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"MD\";a:14:{s:13:\"currency_code\";s:3:\"MDL\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ro_MD\";s:4:\"name\";s:12:\"Moldovan leu\";s:8:\"singular\";s:12:\"Moldovan leu\";s:6:\"plural\";s:12:\"Moldovan lei\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ro_MD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"ME\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:10:\"sr_Latn_ME\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"MF\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_MF\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"MG\";a:14:{s:13:\"currency_code\";s:3:\"MGA\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"mg_MG\";s:4:\"name\";s:15:\"Malagasy ariary\";s:8:\"singular\";s:15:\"Malagasy ariary\";s:6:\"plural\";s:17:\"Malagasy ariaries\";s:12:\"short_symbol\";s:2:\"Ar\";s:7:\"locales\";a:4:{s:5:\"en_MG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_MG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"mg_MG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"MH\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_MH\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"MK\";a:14:{s:13:\"currency_code\";s:3:\"MKD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"mk_MK\";s:4:\"name\";s:16:\"Macedonian denar\";s:8:\"singular\";s:16:\"Macedonian denar\";s:6:\"plural\";s:17:\"Macedonian denari\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"sq_MK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mk_MK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"ML\";a:14:{s:13:\"currency_code\";s:3:\"XOF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_ML\";s:4:\"name\";s:22:\"West African CFA franc\";s:8:\"singular\";s:22:\"West African CFA franc\";s:6:\"plural\";s:23:\"West African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:11:{s:5:\"fr_BF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_ML\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_NE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GW\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"dyo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"wo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"MM\";a:14:{s:13:\"currency_code\";s:3:\"MMK\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"my_MM\";s:4:\"name\";s:12:\"Burmese kyat\";s:8:\"singular\";s:12:\"Myanmar kyat\";s:6:\"plural\";s:13:\"Myanmar kyats\";s:12:\"short_symbol\";s:1:\"K\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"my_MM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"MN\";a:14:{s:13:\"currency_code\";s:3:\"MNT\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"mn_MN\";s:4:\"name\";s:18:\"Mongolian tögrög\";s:8:\"singular\";s:16:\"Mongolian tugrik\";s:6:\"plural\";s:17:\"Mongolian tugriks\";s:12:\"short_symbol\";s:3:\"₮\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"mn_MN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"MO\";a:14:{s:13:\"currency_code\";s:3:\"MOP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:10:\"zh_Hant_MO\";s:4:\"name\";s:15:\"Macanese pataca\";s:8:\"singular\";s:15:\"Macanese pataca\";s:6:\"plural\";s:16:\"Macanese patacas\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"pt_MO\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"zh_Hant_MO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"MP\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_MP\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"MQ\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_MQ\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"MR\";a:14:{s:13:\"currency_code\";s:3:\"MRU\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_MR\";s:4:\"name\";s:19:\"Mauritanian ouguiya\";s:8:\"singular\";s:19:\"Mauritanian ouguiya\";s:6:\"plural\";s:20:\"Mauritanian ouguiyas\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ar_MR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"MS\";a:14:{s:13:\"currency_code\";s:3:\"XCD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_MS\";s:4:\"name\";s:21:\"East Caribbean dollar\";s:8:\"singular\";s:21:\"East Caribbean dollar\";s:6:\"plural\";s:22:\"East Caribbean dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:9:{s:5:\"en_AG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_AI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_LC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"MT\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"mt_MT\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"MU\";a:14:{s:13:\"currency_code\";s:3:\"MUR\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_MU\";s:4:\"name\";s:15:\"Mauritian rupee\";s:8:\"singular\";s:15:\"Mauritian rupee\";s:6:\"plural\";s:16:\"Mauritian rupees\";s:12:\"short_symbol\";s:2:\"Rs\";s:7:\"locales\";a:3:{s:5:\"en_MU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_MU\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"MV\";a:14:{s:13:\"currency_code\";s:3:\"MVR\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"dv_MV\";s:4:\"name\";s:17:\"Maldivian rufiyaa\";s:8:\"singular\";s:17:\"Maldivian rufiyaa\";s:6:\"plural\";s:18:\"Maldivian rufiyaas\";s:12:\"short_symbol\";N;s:7:\"locales\";a:1:{s:7:\"default\";a:0:{}}}s:2:\"MW\";a:14:{s:13:\"currency_code\";s:3:\"MWK\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_MW\";s:4:\"name\";s:15:\"Malawian kwacha\";s:8:\"singular\";s:15:\"Malawian kwacha\";s:6:\"plural\";s:16:\"Malawian kwachas\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"en_MW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"MX\";a:14:{s:13:\"currency_code\";s:3:\"MXN\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_MX\";s:4:\"name\";s:12:\"Mexican peso\";s:8:\"singular\";s:12:\"Mexican peso\";s:6:\"plural\";s:13:\"Mexican pesos\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"es_MX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"MY\";a:14:{s:13:\"currency_code\";s:3:\"MYR\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ms_MY\";s:4:\"name\";s:17:\"Malaysian ringgit\";s:8:\"singular\";s:17:\"Malaysian ringgit\";s:6:\"plural\";s:18:\"Malaysian ringgits\";s:12:\"short_symbol\";s:2:\"RM\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ms_MY\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"MZ\";a:14:{s:13:\"currency_code\";s:3:\"MZN\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"pt_MZ\";s:4:\"name\";s:18:\"Mozambican metical\";s:8:\"singular\";s:18:\"Mozambican metical\";s:6:\"plural\";s:19:\"Mozambican meticals\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"pt_MZ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"NA\";a:14:{s:13:\"currency_code\";s:3:\"NAD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_NA\";s:4:\"name\";s:15:\"Namibian dollar\";s:8:\"singular\";s:15:\"Namibian dollar\";s:6:\"plural\";s:16:\"Namibian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_NA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"NC\";a:14:{s:13:\"currency_code\";s:3:\"XPF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_NC\";s:4:\"name\";s:9:\"CFP franc\";s:8:\"singular\";s:9:\"CFP franc\";s:6:\"plural\";s:10:\"CFP francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:4:{s:5:\"fr_NC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_WF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"NE\";a:14:{s:13:\"currency_code\";s:3:\"XOF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_NE\";s:4:\"name\";s:22:\"West African CFA franc\";s:8:\"singular\";s:22:\"West African CFA franc\";s:6:\"plural\";s:23:\"West African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:11:{s:5:\"fr_BF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_ML\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_NE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GW\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"dyo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"wo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"NF\";a:14:{s:13:\"currency_code\";s:3:\"AUD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_NF\";s:4:\"name\";s:17:\"Australian dollar\";s:8:\"singular\";s:17:\"Australian dollar\";s:6:\"plural\";s:18:\"Australian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:8:{s:5:\"en_AU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NF\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"NG\";a:14:{s:13:\"currency_code\";s:3:\"NGN\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_NG\";s:4:\"name\";s:14:\"Nigerian naira\";s:8:\"singular\";s:14:\"Nigerian naira\";s:6:\"plural\";s:15:\"Nigerian nairas\";s:12:\"short_symbol\";s:3:\"₦\";s:7:\"locales\";a:3:{s:5:\"en_NG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"yo_NG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"NI\";a:14:{s:13:\"currency_code\";s:3:\"NIO\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_NI\";s:4:\"name\";s:19:\"Nicaraguan córdoba\";s:8:\"singular\";s:19:\"Nicaraguan córdoba\";s:6:\"plural\";s:20:\"Nicaraguan córdobas\";s:12:\"short_symbol\";s:2:\"C$\";s:7:\"locales\";a:2:{s:5:\"es_NI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"NL\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"nl_NL\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"NO\";a:14:{s:13:\"currency_code\";s:3:\"NOK\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"nb_NO\";s:4:\"name\";s:15:\"Norwegian krone\";s:8:\"singular\";s:15:\"Norwegian krone\";s:6:\"plural\";s:16:\"Norwegian kroner\";s:12:\"short_symbol\";s:2:\"kr\";s:7:\"locales\";a:5:{s:5:\"nb_SJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"nb_NO\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"nn_NO\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"se_NO\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"NP\";a:14:{s:13:\"currency_code\";s:3:\"NPR\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ne_NP\";s:4:\"name\";s:14:\"Nepalese rupee\";s:8:\"singular\";s:14:\"Nepalese rupee\";s:6:\"plural\";s:15:\"Nepalese rupees\";s:12:\"short_symbol\";s:2:\"Rs\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ne_NP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"NR\";a:14:{s:13:\"currency_code\";s:3:\"AUD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_NR\";s:4:\"name\";s:17:\"Australian dollar\";s:8:\"singular\";s:17:\"Australian dollar\";s:6:\"plural\";s:18:\"Australian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:8:{s:5:\"en_AU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NF\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"NU\";a:14:{s:13:\"currency_code\";s:3:\"NZD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_NU\";s:4:\"name\";s:18:\"New Zealand dollar\";s:8:\"singular\";s:18:\"New Zealand dollar\";s:6:\"plural\";s:19:\"New Zealand dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:7:{s:5:\"en_CK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"mi_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"NZ\";a:14:{s:13:\"currency_code\";s:3:\"NZD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_NZ\";s:4:\"name\";s:18:\"New Zealand dollar\";s:8:\"singular\";s:18:\"New Zealand dollar\";s:6:\"plural\";s:19:\"New Zealand dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:7:{s:5:\"en_CK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"mi_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"OM\";a:14:{s:13:\"currency_code\";s:3:\"OMR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_OM\";s:4:\"name\";s:10:\"Omani rial\";s:8:\"singular\";s:10:\"Omani rial\";s:6:\"plural\";s:11:\"Omani rials\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ar_OM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"PA\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_PA\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"PE\";a:14:{s:13:\"currency_code\";s:3:\"PEN\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_PE\";s:4:\"name\";s:3:\"Sol\";s:8:\"singular\";s:12:\"Peruvian sol\";s:6:\"plural\";s:14:\"Peruvian soles\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"es_PE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"qu_PE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"PF\";a:14:{s:13:\"currency_code\";s:3:\"XPF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_PF\";s:4:\"name\";s:9:\"CFP franc\";s:8:\"singular\";s:9:\"CFP franc\";s:6:\"plural\";s:10:\"CFP francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:4:{s:5:\"fr_NC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_WF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"PG\";a:14:{s:13:\"currency_code\";s:3:\"PGK\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_PG\";s:4:\"name\";s:22:\"Papua New Guinean kina\";s:8:\"singular\";s:22:\"Papua New Guinean kina\";s:6:\"plural\";s:22:\"Papua New Guinean kina\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"en_PG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"PH\";a:14:{s:13:\"currency_code\";s:3:\"PHP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_PH\";s:4:\"name\";s:15:\"Philippine peso\";s:8:\"singular\";s:15:\"Philippine piso\";s:6:\"plural\";s:16:\"Philippine pisos\";s:12:\"short_symbol\";s:3:\"₱\";s:7:\"locales\";a:4:{s:5:\"en_PH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"ceb_PH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"fil_PH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"PK\";a:14:{s:13:\"currency_code\";s:3:\"PKR\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ur_PK\";s:4:\"name\";s:15:\"Pakistani rupee\";s:8:\"singular\";s:15:\"Pakistani rupee\";s:6:\"plural\";s:16:\"Pakistani rupees\";s:12:\"short_symbol\";s:2:\"Rs\";s:7:\"locales\";a:3:{s:5:\"en_PK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ur_PK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"PL\";a:14:{s:13:\"currency_code\";s:3:\"PLN\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"pl_PL\";s:4:\"name\";s:13:\"Polish złoty\";s:8:\"singular\";s:12:\"Polish zloty\";s:6:\"plural\";s:13:\"Polish zlotys\";s:12:\"short_symbol\";s:3:\"zł\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pl_PL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"PM\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_PM\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"PN\";a:14:{s:13:\"currency_code\";s:3:\"NZD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_PN\";s:4:\"name\";s:18:\"New Zealand dollar\";s:8:\"singular\";s:18:\"New Zealand dollar\";s:6:\"plural\";s:19:\"New Zealand dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:7:{s:5:\"en_CK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"mi_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"PR\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_PR\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"PS\";a:14:{s:13:\"currency_code\";s:3:\"JOD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_PS\";s:4:\"name\";s:15:\"Jordanian dinar\";s:8:\"singular\";s:15:\"Jordanian dinar\";s:6:\"plural\";s:16:\"Jordanian dinars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"ar_JO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ar_PS\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"PT\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"pt_PT\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"PW\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_PW\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"PY\";a:14:{s:13:\"currency_code\";s:3:\"PYG\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_PY\";s:4:\"name\";s:19:\"Paraguayan guaraní\";s:8:\"singular\";s:18:\"Paraguayan guarani\";s:6:\"plural\";s:19:\"Paraguayan guaranis\";s:12:\"short_symbol\";s:3:\"₲\";s:7:\"locales\";a:2:{s:5:\"es_PY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"QA\";a:14:{s:13:\"currency_code\";s:3:\"QAR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_QA\";s:4:\"name\";s:12:\"Qatari riyal\";s:8:\"singular\";s:11:\"Qatari rial\";s:6:\"plural\";s:12:\"Qatari rials\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ar_QA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"RE\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_RE\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"RO\";a:14:{s:13:\"currency_code\";s:3:\"RON\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ro_RO\";s:4:\"name\";s:12:\"Romanian leu\";s:8:\"singular\";s:12:\"Romanian leu\";s:6:\"plural\";s:12:\"Romanian lei\";s:12:\"short_symbol\";s:3:\"lei\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ro_RO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"RS\";a:14:{s:13:\"currency_code\";s:3:\"RSD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sr_RS\";s:4:\"name\";s:13:\"Serbian dinar\";s:8:\"singular\";s:13:\"Serbian dinar\";s:6:\"plural\";s:14:\"Serbian dinars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sr_RS\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"RU\";a:14:{s:13:\"currency_code\";s:3:\"RUB\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"ru_RU\";s:4:\"name\";s:13:\"Russian ruble\";s:8:\"singular\";s:13:\"Russian ruble\";s:6:\"plural\";s:14:\"Russian rubles\";s:12:\"short_symbol\";s:3:\"₽\";s:7:\"locales\";a:5:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ce_RU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ru_RU\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"sah_RU\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tt_RU\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"RW\";a:14:{s:13:\"currency_code\";s:3:\"RWF\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"rw_RW\";s:4:\"name\";s:13:\"Rwandan franc\";s:8:\"singular\";s:13:\"Rwandan franc\";s:6:\"plural\";s:14:\"Rwandan francs\";s:12:\"short_symbol\";s:2:\"RF\";s:7:\"locales\";a:4:{s:5:\"en_RW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_RW\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"rw_RW\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"SA\";a:14:{s:13:\"currency_code\";s:3:\"SAR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_SA\";s:4:\"name\";s:11:\"Saudi riyal\";s:8:\"singular\";s:11:\"Saudi riyal\";s:6:\"plural\";s:12:\"Saudi riyals\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ar_SA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"SB\";a:14:{s:13:\"currency_code\";s:3:\"SBD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_SB\";s:4:\"name\";s:22:\"Solomon Islands dollar\";s:8:\"singular\";s:22:\"Solomon Islands dollar\";s:6:\"plural\";s:23:\"Solomon Islands dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_SB\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"SC\";a:14:{s:13:\"currency_code\";s:3:\"SCR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_SC\";s:4:\"name\";s:17:\"Seychellois rupee\";s:8:\"singular\";s:17:\"Seychellois rupee\";s:6:\"plural\";s:18:\"Seychellois rupees\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"en_SC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_SC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"SD\";a:14:{s:13:\"currency_code\";s:3:\"SDG\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_SD\";s:4:\"name\";s:14:\"Sudanese pound\";s:8:\"singular\";s:14:\"Sudanese pound\";s:6:\"plural\";s:15:\"Sudanese pounds\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"ar_SD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_SD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"SE\";a:14:{s:13:\"currency_code\";s:3:\"SEK\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sv_SE\";s:4:\"name\";s:13:\"Swedish krona\";s:8:\"singular\";s:13:\"Swedish krona\";s:6:\"plural\";s:14:\"Swedish kronor\";s:12:\"short_symbol\";s:2:\"kr\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_SE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"SG\";a:14:{s:13:\"currency_code\";s:3:\"SGD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_SG\";s:4:\"name\";s:16:\"Singapore dollar\";s:8:\"singular\";s:16:\"Singapore dollar\";s:6:\"plural\";s:17:\"Singapore dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:4:{s:5:\"en_SG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ms_SG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"ta_SG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"SH\";a:14:{s:13:\"currency_code\";s:3:\"SHP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_SH\";s:4:\"name\";s:18:\"Saint Helena pound\";s:8:\"singular\";s:16:\"St. Helena pound\";s:6:\"plural\";s:17:\"St. Helena pounds\";s:12:\"short_symbol\";s:2:\"£\";s:7:\"locales\";a:2:{s:5:\"en_SH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"SI\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sl_SI\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"SJ\";a:14:{s:13:\"currency_code\";s:3:\"NOK\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"nb_SJ\";s:4:\"name\";s:15:\"Norwegian krone\";s:8:\"singular\";s:15:\"Norwegian krone\";s:6:\"plural\";s:16:\"Norwegian kroner\";s:12:\"short_symbol\";s:2:\"kr\";s:7:\"locales\";a:5:{s:5:\"nb_SJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"nb_NO\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"nn_NO\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"se_NO\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"SK\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sk_SK\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"SL\";a:14:{s:13:\"currency_code\";s:3:\"SLL\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_SL\";s:4:\"name\";s:20:\"Sierra Leonean leone\";s:8:\"singular\";s:20:\"Sierra Leonean leone\";s:6:\"plural\";s:21:\"Sierra Leonean leones\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"en_SL\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"SM\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"it_SM\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"SN\";a:14:{s:13:\"currency_code\";s:3:\"XOF\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"wo_SN\";s:4:\"name\";s:22:\"West African CFA franc\";s:8:\"singular\";s:22:\"West African CFA franc\";s:6:\"plural\";s:23:\"West African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:11:{s:5:\"fr_BF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_ML\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_NE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GW\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"dyo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"wo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"SO\";a:14:{s:13:\"currency_code\";s:3:\"SOS\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"so_SO\";s:4:\"name\";s:15:\"Somali shilling\";s:8:\"singular\";s:15:\"Somali shilling\";s:6:\"plural\";s:16:\"Somali shillings\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"ar_SO\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"so_SO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"SR\";a:14:{s:13:\"currency_code\";s:3:\"SRD\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"nl_SR\";s:4:\"name\";s:17:\"Surinamese dollar\";s:8:\"singular\";s:17:\"Surinamese dollar\";s:6:\"plural\";s:18:\"Surinamese dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"nl_SR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"SS\";a:14:{s:13:\"currency_code\";s:3:\"SSP\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_SS\";s:4:\"name\";s:20:\"South Sudanese pound\";s:8:\"singular\";s:20:\"South Sudanese pound\";s:6:\"plural\";s:21:\"South Sudanese pounds\";s:12:\"short_symbol\";s:2:\"£\";s:7:\"locales\";a:2:{s:5:\"en_SS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"ST\";a:14:{s:13:\"currency_code\";s:3:\"STN\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"pt_ST\";s:4:\"name\";s:30:\"São Tomé and Príncipe dobra\";s:8:\"singular\";s:28:\"São Tomé & Príncipe dobra\";s:6:\"plural\";s:29:\"São Tomé & Príncipe dobras\";s:12:\"short_symbol\";s:2:\"Db\";s:7:\"locales\";a:2:{s:5:\"pt_ST\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"SV\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_SV\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"SX\";a:14:{s:13:\"currency_code\";s:3:\"ANG\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_SX\";s:4:\"name\";s:29:\"Netherlands Antillean guilder\";s:8:\"singular\";s:29:\"Netherlands Antillean guilder\";s:6:\"plural\";s:30:\"Netherlands Antillean guilders\";s:12:\"short_symbol\";N;s:7:\"locales\";a:4:{s:5:\"en_SX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_CW\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"nl_SX\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"SY\";a:14:{s:13:\"currency_code\";s:3:\"SYP\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_SY\";s:4:\"name\";s:12:\"Syrian pound\";s:8:\"singular\";s:12:\"Syrian pound\";s:6:\"plural\";s:13:\"Syrian pounds\";s:12:\"short_symbol\";s:2:\"£\";s:7:\"locales\";a:3:{s:5:\"ar_SY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_SY\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"SZ\";a:14:{s:13:\"currency_code\";s:3:\"SZL\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_SZ\";s:4:\"name\";s:15:\"Swazi lilangeni\";s:8:\"singular\";s:15:\"Swazi lilangeni\";s:6:\"plural\";s:16:\"Swazi emalangeni\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"en_SZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"TC\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_TC\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"TD\";a:14:{s:13:\"currency_code\";s:3:\"XAF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_TD\";s:4:\"name\";s:25:\"Central African CFA franc\";s:8:\"singular\";s:25:\"Central African CFA franc\";s:6:\"plural\";s:26:\"Central African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:12:{s:5:\"ar_TD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_CM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_CF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TD\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sg_CF\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"TG\";a:14:{s:13:\"currency_code\";s:3:\"XOF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_TG\";s:4:\"name\";s:22:\"West African CFA franc\";s:8:\"singular\";s:22:\"West African CFA franc\";s:6:\"plural\";s:23:\"West African CFA francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:11:{s:5:\"fr_BF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_CI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_ML\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_NE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_TG\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"pt_GW\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"dyo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"wo_SN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"TH\";a:14:{s:13:\"currency_code\";s:3:\"THB\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"th_TH\";s:4:\"name\";s:9:\"Thai baht\";s:8:\"singular\";s:9:\"Thai baht\";s:6:\"plural\";s:9:\"Thai baht\";s:12:\"short_symbol\";s:3:\"฿\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"th_TH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"TJ\";a:14:{s:13:\"currency_code\";s:3:\"TJS\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"tg_TJ\";s:4:\"name\";s:18:\"Tajikistani somoni\";s:8:\"singular\";s:18:\"Tajikistani somoni\";s:6:\"plural\";s:19:\"Tajikistani somonis\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tg_TJ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"TK\";a:14:{s:13:\"currency_code\";s:3:\"NZD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_TK\";s:4:\"name\";s:18:\"New Zealand dollar\";s:8:\"singular\";s:18:\"New Zealand dollar\";s:6:\"plural\";s:19:\"New Zealand dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:7:{s:5:\"en_CK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TK\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"mi_NZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"TL\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"pt_TL\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"TM\";a:14:{s:13:\"currency_code\";s:3:\"TMT\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"tk_TM\";s:4:\"name\";s:18:\"Turkmenistan manat\";s:8:\"singular\";s:19:\"Turkmenistani manat\";s:6:\"plural\";s:19:\"Turkmenistani manat\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tk_TM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"TN\";a:14:{s:13:\"currency_code\";s:3:\"TND\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:3;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_TN\";s:4:\"name\";s:14:\"Tunisian dinar\";s:8:\"singular\";s:14:\"Tunisian dinar\";s:6:\"plural\";s:15:\"Tunisian dinars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"ar_TN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"fr_TN\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"TO\";a:14:{s:13:\"currency_code\";s:3:\"TOP\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"to_TO\";s:4:\"name\";s:15:\"Tongan paʻanga\";s:8:\"singular\";s:15:\"Tongan paʻanga\";s:6:\"plural\";s:15:\"Tongan paʻanga\";s:12:\"short_symbol\";s:2:\"T$\";s:7:\"locales\";a:3:{s:5:\"en_TO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"to_TO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"TR\";a:14:{s:13:\"currency_code\";s:3:\"TRY\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"tr_TR\";s:4:\"name\";s:12:\"Turkish lira\";s:8:\"singular\";s:12:\"Turkish lira\";s:6:\"plural\";s:12:\"Turkish Lira\";s:12:\"short_symbol\";s:3:\"₺\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"tr_TR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"TT\";a:14:{s:13:\"currency_code\";s:3:\"TTD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_TT\";s:4:\"name\";s:26:\"Trinidad and Tobago dollar\";s:8:\"singular\";s:24:\"Trinidad & Tobago dollar\";s:6:\"plural\";s:25:\"Trinidad & Tobago dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"en_TT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"TV\";a:14:{s:13:\"currency_code\";s:3:\"AUD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_TV\";s:4:\"name\";s:17:\"Australian dollar\";s:8:\"singular\";s:17:\"Australian dollar\";s:6:\"plural\";s:18:\"Australian dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:8:{s:5:\"en_AU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_CX\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NF\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"TW\";a:14:{s:13:\"currency_code\";s:3:\"TWD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:7:\"zh_Hant\";s:4:\"name\";s:17:\"New Taiwan dollar\";s:8:\"singular\";s:17:\"New Taiwan dollar\";s:6:\"plural\";s:18:\"New Taiwan dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:7:\"zh_Hant\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"TZ\";a:14:{s:13:\"currency_code\";s:3:\"TZS\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sw_TZ\";s:4:\"name\";s:18:\"Tanzanian shilling\";s:8:\"singular\";s:18:\"Tanzanian shilling\";s:6:\"plural\";s:19:\"Tanzanian shillings\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"en_TZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sw_TZ\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"UA\";a:14:{s:13:\"currency_code\";s:3:\"UAH\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"uk_UA\";s:4:\"name\";s:17:\"Ukrainian hryvnia\";s:8:\"singular\";s:17:\"Ukrainian hryvnia\";s:6:\"plural\";s:18:\"Ukrainian hryvnias\";s:12:\"short_symbol\";s:3:\"₴\";s:7:\"locales\";a:3:{s:5:\"ru_UA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"uk_UA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"UG\";a:14:{s:13:\"currency_code\";s:3:\"UGX\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sw_UG\";s:4:\"name\";s:16:\"Ugandan shilling\";s:8:\"singular\";s:16:\"Ugandan shilling\";s:6:\"plural\";s:17:\"Ugandan shillings\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"en_UG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sw_UG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"UM\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_UM\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"US\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:3:\"lbs\";s:14:\"dimension_unit\";s:2:\"in\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_US\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"UY\";a:14:{s:13:\"currency_code\";s:3:\"UYU\";s:12:\"currency_pos\";s:10:\"left_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_UY\";s:4:\"name\";s:14:\"Uruguayan peso\";s:8:\"singular\";s:14:\"Uruguayan peso\";s:6:\"plural\";s:15:\"Uruguayan pesos\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:2:{s:5:\"es_UY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"UZ\";a:14:{s:13:\"currency_code\";s:3:\"UZS\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"uz_AF\";s:4:\"name\";s:15:\"Uzbekistani som\";s:8:\"singular\";s:15:\"Uzbekistani som\";s:6:\"plural\";s:15:\"Uzbekistani som\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"uz_AF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"VA\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"it_VA\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"VC\";a:14:{s:13:\"currency_code\";s:3:\"XCD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_VC\";s:4:\"name\";s:21:\"East Caribbean dollar\";s:8:\"singular\";s:21:\"East Caribbean dollar\";s:6:\"plural\";s:22:\"East Caribbean dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:9:{s:5:\"en_AG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_AI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GD\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_KN\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_LC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"VE\";a:14:{s:13:\"currency_code\";s:3:\"VES\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"es_VE\";s:4:\"name\";s:8:\"Bolívar\";s:8:\"singular\";s:19:\"Venezuelan bolívar\";s:6:\"plural\";s:20:\"Venezuelan bolívars\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"es_VE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"VG\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_VG\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"VI\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:3:\"lbs\";s:14:\"dimension_unit\";s:2:\"in\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_VI\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"VN\";a:14:{s:13:\"currency_code\";s:3:\"VND\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"vi_VN\";s:4:\"name\";s:18:\"Vietnamese đồng\";s:8:\"singular\";s:15:\"Vietnamese dong\";s:6:\"plural\";s:15:\"Vietnamese dong\";s:12:\"short_symbol\";s:3:\"₫\";s:7:\"locales\";a:2:{s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"vi_VN\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"VU\";a:14:{s:13:\"currency_code\";s:3:\"VUV\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_VU\";s:4:\"name\";s:12:\"Vanuatu vatu\";s:8:\"singular\";s:12:\"Vanuatu vatu\";s:6:\"plural\";s:13:\"Vanuatu vatus\";s:12:\"short_symbol\";N;s:7:\"locales\";a:3:{s:5:\"en_VU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_VU\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"WF\";a:14:{s:13:\"currency_code\";s:3:\"XPF\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_WF\";s:4:\"name\";s:9:\"CFP franc\";s:8:\"singular\";s:9:\"CFP franc\";s:6:\"plural\";s:10:\"CFP francs\";s:12:\"short_symbol\";N;s:7:\"locales\";a:4:{s:5:\"fr_NC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_WF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}s:2:\"WS\";a:14:{s:13:\"currency_code\";s:3:\"WST\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_WS\";s:4:\"name\";s:13:\"Samoan tālā\";s:8:\"singular\";s:11:\"Samoan tala\";s:6:\"plural\";s:11:\"Samoan tala\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"en_WS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"XK\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sq_XK\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"YE\";a:14:{s:13:\"currency_code\";s:3:\"YER\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:0;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"rtl\";s:14:\"default_locale\";s:5:\"ar_YE\";s:4:\"name\";s:11:\"Yemeni rial\";s:8:\"singular\";s:11:\"Yemeni rial\";s:6:\"plural\";s:12:\"Yemeni rials\";s:12:\"short_symbol\";N;s:7:\"locales\";a:2:{s:5:\"ar_YE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"rtl\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"YT\";a:14:{s:13:\"currency_code\";s:3:\"EUR\";s:12:\"currency_pos\";s:11:\"right_space\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"fr_YT\";s:4:\"name\";s:4:\"Euro\";s:8:\"singular\";s:4:\"euro\";s:6:\"plural\";s:5:\"euros\";s:12:\"short_symbol\";s:3:\"€\";s:7:\"locales\";a:51:{s:5:\"ca_AD\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_AT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"de_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"en_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_IC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_BL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_GP\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MC\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MF\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_MQ\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_PM\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_RE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_YT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_SM\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_VA\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_PT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sq_XK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_ME\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:10:\"sr_Latn_XK\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_AX\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sv_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"tr_CY\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:6:\"ast_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"ca_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"de_DE\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"el_GR\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"es_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"et_EE\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"eu_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fi_FI\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fr_FR\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"fy_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"ga_IE\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"gl_ES\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"it_IT\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lb_LU\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lt_LT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"lv_LV\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"mt_MT\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nl_NL\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"sk_SK\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"sl_SI\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}}}s:2:\"ZA\";a:14:{s:13:\"currency_code\";s:3:\"ZAR\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_ZA\";s:4:\"name\";s:18:\"South African rand\";s:8:\"singular\";s:18:\"South African rand\";s:6:\"plural\";s:18:\"South African rand\";s:12:\"short_symbol\";s:1:\"R\";s:7:\"locales\";a:7:{s:5:\"en_LS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_NA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"af_ZA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"xh_ZA\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"zu_ZA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"ZM\";a:14:{s:13:\"currency_code\";s:3:\"ZMW\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"en_ZM\";s:4:\"name\";s:14:\"Zambian kwacha\";s:8:\"singular\";s:14:\"Zambian kwacha\";s:6:\"plural\";s:15:\"Zambian kwachas\";s:12:\"short_symbol\";s:2:\"ZK\";s:7:\"locales\";a:2:{s:5:\"en_ZM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}}}s:2:\"ZW\";a:14:{s:13:\"currency_code\";s:3:\"USD\";s:12:\"currency_pos\";s:4:\"left\";s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:12:\"num_decimals\";i:2;s:11:\"weight_unit\";s:2:\"kg\";s:14:\"dimension_unit\";s:2:\"cm\";s:9:\"direction\";s:3:\"ltr\";s:14:\"default_locale\";s:5:\"sn_ZW\";s:4:\"name\";s:25:\"United States (US) dollar\";s:8:\"singular\";s:9:\"US dollar\";s:6:\"plural\";s:10:\"US dollars\";s:12:\"short_symbol\";s:1:\"$\";s:7:\"locales\";a:28:{s:5:\"en_AS\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_DG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_FM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_GU\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_IO\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MH\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_MP\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_PW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_TC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_UM\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VG\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_VI\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_EC\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PA\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_PR\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_SV\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"es_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"fr_HT\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"nl_BQ\";a:4:{s:12:\"thousand_sep\";s:1:\".\";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:5:\"pt_TL\";a:4:{s:12:\"thousand_sep\";s:1:\" \";s:11:\"decimal_sep\";s:1:\",\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:11:\"right_space\";}s:5:\"qu_EC\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}s:7:\"default\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"en_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:6:\"haw_US\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"nd_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:4:\"left\";}s:5:\"sn_ZW\";a:4:{s:12:\"thousand_sep\";s:1:\",\";s:11:\"decimal_sep\";s:1:\".\";s:9:\"direction\";s:3:\"ltr\";s:12:\"currency_pos\";s:10:\"left_space\";}}}}','off'),
(829308,'_transient_timeout_et_core_path','1765626053','off'),
(829309,'_transient_et_core_path','/var/www/wordpress/wp-content/themes/Divi/core','off'),
(829314,'_transient_timeout_jetpack_woocommerce_analytics_cart_checkout_content_sources','1765626054','off'),
(829315,'_transient_jetpack_woocommerce_analytics_cart_checkout_content_sources','a:2:{s:19:\"cart_content_source\";s:3990:\"<!-- wp:woocommerce/cart -->\n<div class=\"wp-block-woocommerce-cart alignwide is-loading\"><!-- wp:woocommerce/filled-cart-block -->\n<div class=\"wp-block-woocommerce-filled-cart-block\"><!-- wp:woocommerce/cart-items-block -->\n<div class=\"wp-block-woocommerce-cart-items-block\"><!-- wp:woocommerce/cart-line-items-block -->\n<div class=\"wp-block-woocommerce-cart-line-items-block\"></div>\n<!-- /wp:woocommerce/cart-line-items-block -->\n\n<!-- wp:woocommerce/cart-cross-sells-block -->\n<div class=\"wp-block-woocommerce-cart-cross-sells-block\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">You may be interested in…</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/cart-cross-sells-products-block -->\n<div class=\"wp-block-woocommerce-cart-cross-sells-products-block\"></div>\n<!-- /wp:woocommerce/cart-cross-sells-products-block --></div>\n<!-- /wp:woocommerce/cart-cross-sells-block --></div>\n<!-- /wp:woocommerce/cart-items-block -->\n\n<!-- wp:woocommerce/cart-totals-block -->\n<div class=\"wp-block-woocommerce-cart-totals-block\"><!-- wp:woocommerce/cart-order-summary-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-block\"><!-- wp:woocommerce/cart-order-summary-heading-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-heading-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-heading-block -->\n\n<!-- wp:woocommerce/cart-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/cart-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/cart-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-fee-block -->\n\n<!-- wp:woocommerce/cart-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-discount-block -->\n\n<!-- wp:woocommerce/cart-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/cart-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/cart-order-summary-block -->\n\n<!-- wp:woocommerce/cart-express-payment-block -->\n<div class=\"wp-block-woocommerce-cart-express-payment-block\"></div>\n<!-- /wp:woocommerce/cart-express-payment-block -->\n\n<!-- wp:woocommerce/proceed-to-checkout-block -->\n<div class=\"wp-block-woocommerce-proceed-to-checkout-block\"></div>\n<!-- /wp:woocommerce/proceed-to-checkout-block -->\n\n<!-- wp:woocommerce/cart-accepted-payment-methods-block -->\n<div class=\"wp-block-woocommerce-cart-accepted-payment-methods-block\"></div>\n<!-- /wp:woocommerce/cart-accepted-payment-methods-block --></div>\n<!-- /wp:woocommerce/cart-totals-block --></div>\n<!-- /wp:woocommerce/filled-cart-block -->\n\n<!-- wp:woocommerce/empty-cart-block -->\n<div class=\"wp-block-woocommerce-empty-cart-block\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"with-empty-cart-icon wc-block-cart__empty-cart__title\"} -->\n<h2 class=\"wp-block-heading has-text-align-center with-empty-cart-icon wc-block-cart__empty-cart__title\">Your cart is currently empty!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">New in store</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/product-new {\"columns\":4,\"rows\":1} /--></div>\n<!-- /wp:woocommerce/empty-cart-block --></div>\n<!-- /wp:woocommerce/cart -->\";s:23:\"checkout_content_source\";s:4216:\"<!-- wp:woocommerce/checkout -->\n<div class=\"wp-block-woocommerce-checkout alignwide wc-block-checkout is-loading\"><!-- wp:woocommerce/checkout-fields-block -->\n<div class=\"wp-block-woocommerce-checkout-fields-block\"><!-- wp:woocommerce/checkout-express-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-express-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-express-payment-block -->\n\n<!-- wp:woocommerce/checkout-contact-information-block -->\n<div class=\"wp-block-woocommerce-checkout-contact-information-block\"></div>\n<!-- /wp:woocommerce/checkout-contact-information-block -->\n\n<!-- wp:woocommerce/checkout-shipping-method-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-method-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-method-block -->\n\n<!-- wp:woocommerce/checkout-pickup-options-block -->\n<div class=\"wp-block-woocommerce-checkout-pickup-options-block\"></div>\n<!-- /wp:woocommerce/checkout-pickup-options-block -->\n\n<!-- wp:woocommerce/checkout-shipping-address-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-address-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-address-block -->\n\n<!-- wp:woocommerce/checkout-billing-address-block -->\n<div class=\"wp-block-woocommerce-checkout-billing-address-block\"></div>\n<!-- /wp:woocommerce/checkout-billing-address-block -->\n\n<!-- wp:woocommerce/checkout-shipping-methods-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-methods-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-methods-block -->\n\n<!-- wp:woocommerce/checkout-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-payment-block -->\n\n<!-- wp:woocommerce/checkout-additional-information-block -->\n<div class=\"wp-block-woocommerce-checkout-additional-information-block\"></div>\n<!-- /wp:woocommerce/checkout-additional-information-block -->\n\n<!-- wp:woocommerce/checkout-order-note-block -->\n<div class=\"wp-block-woocommerce-checkout-order-note-block\"></div>\n<!-- /wp:woocommerce/checkout-order-note-block -->\n\n<!-- wp:woocommerce/checkout-terms-block -->\n<div class=\"wp-block-woocommerce-checkout-terms-block\"></div>\n<!-- /wp:woocommerce/checkout-terms-block -->\n\n<!-- wp:woocommerce/checkout-actions-block -->\n<div class=\"wp-block-woocommerce-checkout-actions-block\"></div>\n<!-- /wp:woocommerce/checkout-actions-block --></div>\n<!-- /wp:woocommerce/checkout-fields-block -->\n\n<!-- wp:woocommerce/checkout-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-totals-block\"><!-- wp:woocommerce/checkout-order-summary-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-block\"><!-- wp:woocommerce/checkout-order-summary-cart-items-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-cart-items-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-cart-items-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-fee-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-discount-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-block --></div>\n<!-- /wp:woocommerce/checkout-totals-block --></div>\n<!-- /wp:woocommerce/checkout -->\";}','off'),
(829316,'_transient_timeout_jetpack_woocommerce_analytics_additional_blocks_on_cart_page','1765626054','off'),
(829317,'_transient_jetpack_woocommerce_analytics_additional_blocks_on_cart_page','a:0:{}','off'),
(829318,'_transient_timeout_jetpack_woocommerce_analytics_additional_blocks_on_checkout_page','1765626054','off'),
(829319,'_transient_jetpack_woocommerce_analytics_additional_blocks_on_checkout_page','a:0:{}','off'),
(829320,'_transient_timeout_wc_block_product_filter_attribute_default_attribute','1765626058','off'),
(829321,'_transient_wc_block_product_filter_attribute_default_attribute','O:8:\"stdClass\":6:{s:12:\"attribute_id\";s:1:\"1\";s:14:\"attribute_name\";s:4:\"size\";s:15:\"attribute_label\";s:4:\"size\";s:14:\"attribute_type\";s:6:\"select\";s:17:\"attribute_orderby\";s:10:\"menu_order\";s:16:\"attribute_public\";i:0;}','off'),
(829322,'_transient_timeout_et_check_mod_pagespeed','1765626060','off'),
(829323,'_transient_et_check_mod_pagespeed','','off'),
(829338,'_transient_timeout_wc_grow_compat_checker_pinterest-for-woocommerce/pinterest-for-woocommerce.php1.4.21','1768160314','off'),
(829339,'_transient_wc_grow_compat_checker_pinterest-for-woocommerce/pinterest-for-woocommerce.php1.4.21','a:12:{s:20:\"WC requires at least\";s:3:\"6.3\";s:15:\"WC tested up to\";s:3:\"9.9\";s:3:\"Woo\";s:0:\"\";s:18:\"Requires Yoast SEO\";s:0:\"\";s:4:\"Name\";s:25:\"Pinterest for WooCommerce\";s:7:\"Version\";s:6:\"1.4.21\";s:10:\"RequiresWP\";s:3:\"5.6\";s:11:\"RequiresPHP\";s:3:\"7.4\";s:10:\"RequiresWC\";s:3:\"6.3\";s:8:\"TestedWP\";s:3:\"6.8\";s:8:\"TestedWC\";s:3:\"9.9\";s:4:\"File\";s:93:\"/var/www/wordpress/wp-content/plugins/pinterest-for-woocommerce/pinterest-for-woocommerce.php\";}','off'),
(829340,'_transient_timeout_wpstg.run_daily','1765571915','off'),
(829341,'_transient_wpstg.run_daily','1','off'),
(829344,'_site_transient_timeout_woocommerce_blocks_patterns','1768160316','off'),
(829345,'_site_transient_woocommerce_blocks_patterns','a:2:{s:7:\"version\";s:6:\"10.0.4\";s:8:\"patterns\";a:41:{i:0;a:11:{s:5:\"title\";s:6:\"Banner\";s:4:\"slug\";s:25:\"woocommerce-blocks/banner\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:10:\"banner.php\";}i:1;a:11:{s:5:\"title\";s:23:\"Coming Soon Entire Site\";s:4:\"slug\";s:35:\"woocommerce/coming-soon-entire-site\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:17:\"launch-your-store\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:27:\"coming-soon-entire-site.php\";}i:2;a:11:{s:5:\"title\";s:22:\"Coming Soon Store Only\";s:4:\"slug\";s:34:\"woocommerce/coming-soon-store-only\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:17:\"launch-your-store\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:26:\"coming-soon-store-only.php\";}i:3;a:11:{s:5:\"title\";s:11:\"Coming Soon\";s:4:\"slug\";s:23:\"woocommerce/coming-soon\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:17:\"launch-your-store\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:15:\"coming-soon.php\";}i:4;a:11:{s:5:\"title\";s:29:\"Content right with image left\";s:4:\"slug\";s:48:\"woocommerce-blocks/content-right-with-image-left\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, About\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:28:\"content-right-image-left.php\";}i:5;a:11:{s:5:\"title\";s:29:\"Featured Category Cover Image\";s:4:\"slug\";s:48:\"woocommerce-blocks/featured-category-cover-image\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:33:\"featured-category-cover-image.php\";}i:6;a:11:{s:5:\"title\";s:24:\"Featured Category Triple\";s:4:\"slug\";s:43:\"woocommerce-blocks/featured-category-triple\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:28:\"featured-category-triple.php\";}i:7;a:11:{s:5:\"title\";s:12:\"Large Footer\";s:4:\"slug\";s:31:\"woocommerce-blocks/footer-large\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/footer\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:16:\"footer-large.php\";}i:8;a:11:{s:5:\"title\";s:23:\"Footer with Simple Menu\";s:4:\"slug\";s:37:\"woocommerce-blocks/footer-simple-menu\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/footer\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:22:\"footer-simple-menu.php\";}i:9;a:11:{s:5:\"title\";s:17:\"Footer with menus\";s:4:\"slug\";s:38:\"woocommerce-blocks/footer-with-3-menus\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/footer\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:23:\"footer-with-3-menus.php\";}i:10;a:11:{s:5:\"title\";s:28:\"Four Image Grid Content Left\";s:4:\"slug\";s:47:\"woocommerce-blocks/form-image-grid-content-left\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, About\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:32:\"four-image-grid-content-left.php\";}i:11;a:11:{s:5:\"title\";s:20:\"Centered Header Menu\";s:4:\"slug\";s:39:\"woocommerce-blocks/header-centered-menu\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:27:\"header-centered-pattern.php\";}i:12;a:11:{s:5:\"title\";s:23:\"Distraction Free Header\";s:4:\"slug\";s:42:\"woocommerce-blocks/header-distraction-free\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:27:\"header-distraction-free.php\";}i:13;a:11:{s:5:\"title\";s:16:\"Essential Header\";s:4:\"slug\";s:35:\"woocommerce-blocks/header-essential\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:20:\"header-essential.php\";}i:14;a:11:{s:5:\"title\";s:12:\"Large Header\";s:4:\"slug\";s:31:\"woocommerce-blocks/header-large\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:16:\"header-large.php\";}i:15;a:11:{s:5:\"title\";s:14:\"Minimal Header\";s:4:\"slug\";s:33:\"woocommerce-blocks/header-minimal\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:25:\"core/template-part/header\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:18:\"header-minimal.php\";}i:16;a:11:{s:5:\"title\";s:47:\"Heading with three columns of content with link\";s:4:\"slug\";s:66:\"woocommerce-blocks/heading-with-three-columns-of-content-with-link\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:21:\"WooCommerce, Services\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:51:\"heading-with-three-columns-of-content-with-link.php\";}i:17;a:11:{s:5:\"title\";s:20:\"Hero Product 3 Split\";s:4:\"slug\";s:39:\"woocommerce-blocks/hero-product-3-split\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:24:\"hero-product-3-split.php\";}i:18;a:11:{s:5:\"title\";s:23:\"Hero Product Chessboard\";s:4:\"slug\";s:42:\"woocommerce-blocks/hero-product-chessboard\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:27:\"hero-product-chessboard.php\";}i:19;a:11:{s:5:\"title\";s:18:\"Hero Product Split\";s:4:\"slug\";s:37:\"woocommerce-blocks/hero-product-split\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:22:\"hero-product-split.php\";}i:20;a:11:{s:5:\"title\";s:33:\"Centered content with image below\";s:4:\"slug\";s:52:\"woocommerce-blocks/centered-content-with-image-below\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:43:\"intro-centered-content-with-image-below.php\";}i:21;a:11:{s:5:\"title\";s:22:\"Just Arrived Full Hero\";s:4:\"slug\";s:41:\"woocommerce-blocks/just-arrived-full-hero\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:18:\"WooCommerce, Intro\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:26:\"just-arrived-full-hero.php\";}i:22;a:11:{s:5:\"title\";s:33:\"No Products Found - Clear Filters\";s:4:\"slug\";s:43:\"woocommerce/no-products-found-clear-filters\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:2:\"no\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:29:\"no-products-found-filters.php\";}i:23;a:11:{s:5:\"title\";s:17:\"No Products Found\";s:4:\"slug\";s:29:\"woocommerce/no-products-found\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:2:\"no\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:21:\"no-products-found.php\";}i:24;a:11:{s:5:\"title\";s:19:\"Default Coming Soon\";s:4:\"slug\";s:36:\"woocommerce/page-coming-soon-default\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:28:\"page-coming-soon-default.php\";}i:25;a:11:{s:5:\"title\";s:25:\"Coming Soon Image Gallery\";s:4:\"slug\";s:42:\"woocommerce/page-coming-soon-image-gallery\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:34:\"page-coming-soon-image-gallery.php\";}i:26;a:11:{s:5:\"title\";s:30:\"Coming Soon Minimal Left Image\";s:4:\"slug\";s:47:\"woocommerce/page-coming-soon-minimal-left-image\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:39:\"page-coming-soon-minimal-left-image.php\";}i:27;a:11:{s:5:\"title\";s:24:\"Coming Soon Modern Black\";s:4:\"slug\";s:41:\"woocommerce/page-coming-soon-modern-black\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:33:\"page-coming-soon-modern-black.php\";}i:28;a:11:{s:5:\"title\";s:29:\"Coming Soon Split Right Image\";s:4:\"slug\";s:46:\"woocommerce/page-coming-soon-split-right-image\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:38:\"page-coming-soon-split-right-image.php\";}i:29;a:11:{s:5:\"title\";s:34:\"Coming Soon With Header and Footer\";s:4:\"slug\";s:47:\"woocommerce/page-coming-soon-with-header-footer\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:11:\"coming-soon\";s:6:\"source\";s:39:\"page-coming-soon-with-header-footer.php\";}i:30;a:11:{s:5:\"title\";s:28:\"Product Collection 3 Columns\";s:4:\"slug\";s:47:\"woocommerce-blocks/product-collection-3-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:32:\"product-collection-3-columns.php\";}i:31;a:11:{s:5:\"title\";s:28:\"Product Collection 4 Columns\";s:4:\"slug\";s:47:\"woocommerce-blocks/product-collection-4-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:32:\"product-collection-4-columns.php\";}i:32;a:11:{s:5:\"title\";s:28:\"Product Collection 5 Columns\";s:4:\"slug\";s:47:\"woocommerce-blocks/product-collection-5-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:32:\"product-collection-5-columns.php\";}i:33;a:11:{s:5:\"title\";s:47:\"Product Collection: Featured Products 5 Columns\";s:4:\"slug\";s:65:\"woocommerce-blocks/product-collection-featured-products-5-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:50:\"product-collection-featured-products-5-columns.php\";}i:34;a:11:{s:5:\"title\";s:15:\"Product Gallery\";s:4:\"slug\";s:48:\"woocommerce-blocks/product-query-product-gallery\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:29:\"WooCommerce, featured-selling\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:36:\"core/query/woocommerce/product-query\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:33:\"product-query-product-gallery.php\";}i:35;a:11:{s:5:\"title\";s:14:\"Product Search\";s:4:\"slug\";s:31:\"woocommerce/product-search-form\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:2:\"no\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:23:\"product-search-form.php\";}i:36;a:11:{s:5:\"title\";s:16:\"Related Products\";s:4:\"slug\";s:35:\"woocommerce-blocks/related-products\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:11:\"WooCommerce\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:5:\"false\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:20:\"related-products.php\";}i:37;a:11:{s:5:\"title\";s:33:\"Social: Follow us on social media\";s:4:\"slug\";s:51:\"woocommerce-blocks/social-follow-us-in-social-media\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:25:\"WooCommerce, social-media\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:36:\"social-follow-us-in-social-media.php\";}i:38;a:11:{s:5:\"title\";s:22:\"Testimonials 3 Columns\";s:4:\"slug\";s:41:\"woocommerce-blocks/testimonials-3-columns\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:20:\"WooCommerce, Reviews\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:26:\"testimonials-3-columns.php\";}i:39;a:11:{s:5:\"title\";s:19:\"Testimonials Single\";s:4:\"slug\";s:38:\"woocommerce-blocks/testimonials-single\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:20:\"WooCommerce, Reviews\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:23:\"testimonials-single.php\";}i:40;a:11:{s:5:\"title\";s:37:\"Three columns with images and content\";s:4:\"slug\";s:56:\"woocommerce-blocks/three-columns-with-images-and-content\";s:11:\"description\";s:0:\"\";s:13:\"viewportWidth\";s:0:\"\";s:10:\"categories\";s:21:\"WooCommerce, Services\";s:8:\"keywords\";s:0:\"\";s:10:\"blockTypes\";s:0:\"\";s:8:\"inserter\";s:0:\"\";s:11:\"featureFlag\";s:0:\"\";s:13:\"templateTypes\";s:0:\"\";s:6:\"source\";s:41:\"three-columns-with-images-and-content.php\";}}}','off'),
(829346,'_transient_timeout_jetpack_update_remote_package_last_query','1765568388','off'),
(829347,'_transient_jetpack_update_remote_package_last_query','1765568328','off'),
(829350,'_transient_timeout__woocommerce_helper_subscriptions','1765569242','off'),
(829351,'_transient__woocommerce_helper_subscriptions','a:0:{}','off'),
(829352,'_site_transient_timeout_theme_roots','1765570142','off'),
(829353,'_site_transient_theme_roots','a:2:{s:4:\"Divi\";s:7:\"/themes\";s:16:\"twentytwentyfive\";s:7:\"/themes\";}','off'),
(829354,'_site_transient_update_themes','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1765568344;s:7:\"checked\";a:2:{s:4:\"Divi\";s:6:\"4.27.4\";s:16:\"twentytwentyfive\";s:3:\"1.2\";}s:8:\"response\";a:2:{s:16:\"twentytwentyfive\";a:6:{s:5:\"theme\";s:16:\"twentytwentyfive\";s:11:\"new_version\";s:3:\"1.4\";s:3:\"url\";s:46:\"https://wordpress.org/themes/twentytwentyfive/\";s:7:\"package\";s:62:\"https://downloads.wordpress.org/theme/twentytwentyfive.1.4.zip\";s:8:\"requires\";s:3:\"6.7\";s:12:\"requires_php\";s:3:\"7.2\";}s:4:\"Divi\";a:4:{s:11:\"new_version\";s:6:\"4.27.5\";s:5:\"theme\";s:4:\"Divi\";s:3:\"url\";s:52:\"https://www.elegantthemes.com/api/changelog/divi.txt\";s:7:\"package\";s:140:\"https://www.elegantthemes.com/api/api_downloads.php?api_update=1&theme=Divi&api_key=36fe58b28121db805864f0144c60355e6876570d&username=dshunt\";}}s:9:\"no_update\";a:0:{}s:12:\"translations\";a:0:{}}','off'),
(829355,'_site_transient_update_plugins','O:8:\"stdClass\":5:{s:12:\"last_checked\";i:1765568345;s:8:\"response\";a:19:{s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:37:\"w.org/plugins/all-in-one-wp-migration\";s:4:\"slug\";s:23:\"all-in-one-wp-migration\";s:6:\"plugin\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:11:\"new_version\";s:5:\"7.101\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/all-in-one-wp-migration/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/all-in-one-wp-migration.7.101.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-256x256.png?rev=2458334\";s:2:\"1x\";s:76:\"https://ps.w.org/all-in-one-wp-migration/assets/icon-128x128.png?rev=2458334\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-1544x500.png?rev=3264554\";s:2:\"1x\";s:78:\"https://ps.w.org/all-in-one-wp-migration/assets/banner-772x250.png?rev=3264554\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.3\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"5.3\";s:16:\"requires_plugins\";a:0:{}}s:35:\"addons-for-divi/addons-for-divi.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:29:\"w.org/plugins/addons-for-divi\";s:4:\"slug\";s:15:\"addons-for-divi\";s:6:\"plugin\";s:35:\"addons-for-divi/addons-for-divi.php\";s:11:\"new_version\";s:5:\"4.2.2\";s:3:\"url\";s:46:\"https://wordpress.org/plugins/addons-for-divi/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/addons-for-divi.4.2.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:60:\"https://ps.w.org/addons-for-divi/assets/icon.svg?rev=3405524\";s:3:\"svg\";s:60:\"https://ps.w.org/addons-for-divi/assets/icon.svg?rev=3405524\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/addons-for-divi/assets/banner-1544x500.png?rev=3088441\";s:2:\"1x\";s:70:\"https://ps.w.org/addons-for-divi/assets/banner-772x250.png?rev=3088441\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:34:\"feeds-for-youtube/youtube-feed.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:31:\"w.org/plugins/feeds-for-youtube\";s:4:\"slug\";s:17:\"feeds-for-youtube\";s:6:\"plugin\";s:34:\"feeds-for-youtube/youtube-feed.php\";s:11:\"new_version\";s:5:\"2.6.1\";s:3:\"url\";s:48:\"https://wordpress.org/plugins/feeds-for-youtube/\";s:7:\"package\";s:66:\"https://downloads.wordpress.org/plugin/feeds-for-youtube.2.6.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:70:\"https://ps.w.org/feeds-for-youtube/assets/icon-256x256.png?rev=2700809\";s:2:\"1x\";s:70:\"https://ps.w.org/feeds-for-youtube/assets/icon-128x128.png?rev=2700809\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/feeds-for-youtube/assets/banner-1544x500.png?rev=2680369\";s:2:\"1x\";s:72:\"https://ps.w.org/feeds-for-youtube/assets/banner-772x250.png?rev=2680369\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"4.1\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:51:\"google-listings-and-ads/google-listings-and-ads.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:37:\"w.org/plugins/google-listings-and-ads\";s:4:\"slug\";s:23:\"google-listings-and-ads\";s:6:\"plugin\";s:51:\"google-listings-and-ads/google-listings-and-ads.php\";s:11:\"new_version\";s:5:\"3.5.1\";s:3:\"url\";s:54:\"https://wordpress.org/plugins/google-listings-and-ads/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/google-listings-and-ads.3.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:68:\"https://ps.w.org/google-listings-and-ads/assets/icon.svg?rev=2775988\";s:3:\"svg\";s:68:\"https://ps.w.org/google-listings-and-ads/assets/icon.svg?rev=2775988\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:79:\"https://ps.w.org/google-listings-and-ads/assets/banner-1544x500.png?rev=3133149\";s:2:\"1x\";s:78:\"https://ps.w.org/google-listings-and-ads/assets/banner-772x250.png?rev=3133149\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:1:{i:0;s:11:\"woocommerce\";}}s:19:\"jetpack/jetpack.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:21:\"w.org/plugins/jetpack\";s:4:\"slug\";s:7:\"jetpack\";s:6:\"plugin\";s:19:\"jetpack/jetpack.php\";s:11:\"new_version\";s:6:\"15.3.1\";s:3:\"url\";s:38:\"https://wordpress.org/plugins/jetpack/\";s:7:\"package\";s:57:\"https://downloads.wordpress.org/plugin/jetpack.15.3.1.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";s:3:\"svg\";s:52:\"https://ps.w.org/jetpack/assets/icon.svg?rev=2819237\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/jetpack/assets/banner-1544x500.png?rev=2653649\";s:2:\"1x\";s:62:\"https://ps.w.org/jetpack/assets/banner-772x250.png?rev=2653649\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:28:\"convertkit/wp-convertkit.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/convertkit\";s:4:\"slug\";s:10:\"convertkit\";s:6:\"plugin\";s:28:\"convertkit/wp-convertkit.php\";s:11:\"new_version\";s:5:\"3.1.2\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/convertkit/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/convertkit.3.1.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/convertkit/assets/icon-256x256.jpg?rev=3160977\";s:2:\"1x\";s:63:\"https://ps.w.org/convertkit/assets/icon-128x128.jpg?rev=3160977\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/convertkit/assets/banner-1544x500.jpg?rev=3160977\";s:2:\"1x\";s:65:\"https://ps.w.org/convertkit/assets/banner-772x250.jpg?rev=3160977\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.1\";s:16:\"requires_plugins\";a:0:{}}s:21:\"mailpoet/mailpoet.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:22:\"w.org/plugins/mailpoet\";s:4:\"slug\";s:8:\"mailpoet\";s:6:\"plugin\";s:21:\"mailpoet/mailpoet.php\";s:11:\"new_version\";s:6:\"5.17.4\";s:3:\"url\";s:39:\"https://wordpress.org/plugins/mailpoet/\";s:7:\"package\";s:58:\"https://downloads.wordpress.org/plugin/mailpoet.5.17.4.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:61:\"https://ps.w.org/mailpoet/assets/icon-256x256.png?rev=3284564\";s:2:\"1x\";s:61:\"https://ps.w.org/mailpoet/assets/icon-128x128.png?rev=3284564\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:64:\"https://ps.w.org/mailpoet/assets/banner-1544x500.png?rev=3284564\";s:2:\"1x\";s:63:\"https://ps.w.org/mailpoet/assets/banner-772x250.png?rev=3284564\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:55:\"pinterest-for-woocommerce/pinterest-for-woocommerce.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:39:\"w.org/plugins/pinterest-for-woocommerce\";s:4:\"slug\";s:25:\"pinterest-for-woocommerce\";s:6:\"plugin\";s:55:\"pinterest-for-woocommerce/pinterest-for-woocommerce.php\";s:11:\"new_version\";s:6:\"1.4.23\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/pinterest-for-woocommerce/\";s:7:\"package\";s:75:\"https://downloads.wordpress.org/plugin/pinterest-for-woocommerce.1.4.23.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:70:\"https://ps.w.org/pinterest-for-woocommerce/assets/icon.svg?rev=2619817\";s:3:\"svg\";s:70:\"https://ps.w.org/pinterest-for-woocommerce/assets/icon.svg?rev=2619817\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:81:\"https://ps.w.org/pinterest-for-woocommerce/assets/banner-1544x500.png?rev=2619817\";s:2:\"1x\";s:80:\"https://ps.w.org/pinterest-for-woocommerce/assets/banner-772x250.png?rev=2619817\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.6\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:1:{i:0;s:11:\"woocommerce\";}}s:41:\"post-type-switcher/post-type-switcher.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:32:\"w.org/plugins/post-type-switcher\";s:4:\"slug\";s:18:\"post-type-switcher\";s:6:\"plugin\";s:41:\"post-type-switcher/post-type-switcher.php\";s:11:\"new_version\";s:5:\"4.0.1\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/post-type-switcher/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/post-type-switcher.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:71:\"https://ps.w.org/post-type-switcher/assets/icon-256x256.jpg?rev=1823578\";s:2:\"1x\";s:71:\"https://ps.w.org/post-type-switcher/assets/icon-128x128.jpg?rev=1823578\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/post-type-switcher/assets/banner-1544x500.jpg?rev=1823571\";s:2:\"1x\";s:73:\"https://ps.w.org/post-type-switcher/assets/banner-772x250.jpg?rev=1823571\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.2\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"8.0\";s:16:\"requires_plugins\";a:0:{}}s:43:\"the-events-calendar/the-events-calendar.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:33:\"w.org/plugins/the-events-calendar\";s:4:\"slug\";s:19:\"the-events-calendar\";s:6:\"plugin\";s:43:\"the-events-calendar/the-events-calendar.php\";s:11:\"new_version\";s:9:\"6.15.12.2\";s:3:\"url\";s:50:\"https://wordpress.org/plugins/the-events-calendar/\";s:7:\"package\";s:72:\"https://downloads.wordpress.org/plugin/the-events-calendar.6.15.12.2.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:72:\"https://ps.w.org/the-events-calendar/assets/icon-256x256.gif?rev=2516440\";s:2:\"1x\";s:72:\"https://ps.w.org/the-events-calendar/assets/icon-128x128.gif?rev=2516440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:75:\"https://ps.w.org/the-events-calendar/assets/banner-1544x500.png?rev=2257622\";s:2:\"1x\";s:74:\"https://ps.w.org/the-events-calendar/assets/banner-772x250.png?rev=2257622\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.6\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:33:\"w3-total-cache/w3-total-cache.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:28:\"w.org/plugins/w3-total-cache\";s:4:\"slug\";s:14:\"w3-total-cache\";s:6:\"plugin\";s:33:\"w3-total-cache/w3-total-cache.php\";s:11:\"new_version\";s:6:\"2.8.15\";s:3:\"url\";s:45:\"https://wordpress.org/plugins/w3-total-cache/\";s:7:\"package\";s:64:\"https://downloads.wordpress.org/plugin/w3-total-cache.2.8.15.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-256x256.png?rev=1041806\";s:2:\"1x\";s:67:\"https://ps.w.org/w3-total-cache/assets/icon-128x128.png?rev=1041806\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:69:\"https://ps.w.org/w3-total-cache/assets/banner-772x250.jpg?rev=1041806\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:5:\"7.2.5\";s:16:\"requires_plugins\";a:0:{}}s:27:\"woocommerce/woocommerce.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:25:\"w.org/plugins/woocommerce\";s:4:\"slug\";s:11:\"woocommerce\";s:6:\"plugin\";s:27:\"woocommerce/woocommerce.php\";s:11:\"new_version\";s:6:\"10.4.2\";s:3:\"url\";s:42:\"https://wordpress.org/plugins/woocommerce/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/woocommerce.10.4.2.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";s:3:\"svg\";s:56:\"https://ps.w.org/woocommerce/assets/icon.svg?rev=3234504\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:67:\"https://ps.w.org/woocommerce/assets/banner-1544x500.png?rev=3234504\";s:2:\"1x\";s:66:\"https://ps.w.org/woocommerce/assets/banner-772x250.png?rev=3234504\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.8\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:45:\"woocommerce-services/woocommerce-services.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/woocommerce-services\";s:4:\"slug\";s:20:\"woocommerce-services\";s:6:\"plugin\";s:45:\"woocommerce-services/woocommerce-services.php\";s:11:\"new_version\";s:5:\"3.3.0\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-services/\";s:7:\"package\";s:69:\"https://downloads.wordpress.org/plugin/woocommerce-services.3.3.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-256x256.png?rev=3234419\";s:2:\"1x\";s:73:\"https://ps.w.org/woocommerce-services/assets/icon-128x128.png?rev=3234419\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/woocommerce-services/assets/banner-1544x500.png?rev=3234419\";s:2:\"1x\";s:75:\"https://ps.w.org/woocommerce-services/assets/banner-772x250.png?rev=3234419\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:1:{i:0;s:11:\"woocommerce\";}}s:45:\"woocommerce-payments/woocommerce-payments.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:34:\"w.org/plugins/woocommerce-payments\";s:4:\"slug\";s:20:\"woocommerce-payments\";s:6:\"plugin\";s:45:\"woocommerce-payments/woocommerce-payments.php\";s:11:\"new_version\";s:6:\"10.3.0\";s:3:\"url\";s:51:\"https://wordpress.org/plugins/woocommerce-payments/\";s:7:\"package\";s:70:\"https://downloads.wordpress.org/plugin/woocommerce-payments.10.3.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/woocommerce-payments/assets/icon-256x256.png?rev=3234740\";s:2:\"1x\";s:73:\"https://ps.w.org/woocommerce-payments/assets/icon-128x128.png?rev=3234740\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:76:\"https://ps.w.org/woocommerce-payments/assets/banner-1544x500.png?rev=3234740\";s:2:\"1x\";s:75:\"https://ps.w.org/woocommerce-payments/assets/banner-772x250.png?rev=3234740\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"6.0\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.3\";s:16:\"requires_plugins\";a:1:{i:0;s:11:\"woocommerce\";}}s:41:\"wordpress-importer/wordpress-importer.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:32:\"w.org/plugins/wordpress-importer\";s:4:\"slug\";s:18:\"wordpress-importer\";s:6:\"plugin\";s:41:\"wordpress-importer/wordpress-importer.php\";s:11:\"new_version\";s:5:\"0.9.5\";s:3:\"url\";s:49:\"https://wordpress.org/plugins/wordpress-importer/\";s:7:\"package\";s:67:\"https://downloads.wordpress.org/plugin/wordpress-importer.0.9.5.zip\";s:5:\"icons\";a:2:{s:2:\"1x\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";s:3:\"svg\";s:63:\"https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-importer/assets/banner-772x250.png?rev=547654\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.2\";s:6:\"tested\";s:5:\"6.8.3\";s:12:\"requires_php\";s:3:\"7.2\";s:16:\"requires_plugins\";a:0:{}}s:29:\"wp-mail-smtp/wp_mail_smtp.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:26:\"w.org/plugins/wp-mail-smtp\";s:4:\"slug\";s:12:\"wp-mail-smtp\";s:6:\"plugin\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:11:\"new_version\";s:5:\"4.7.1\";s:3:\"url\";s:43:\"https://wordpress.org/plugins/wp-mail-smtp/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wp-mail-smtp.4.7.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-256x256.png?rev=1755440\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-mail-smtp/assets/icon-128x128.png?rev=1755440\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:68:\"https://ps.w.org/wp-mail-smtp/assets/banner-1544x500.png?rev=3206423\";s:2:\"1x\";s:67:\"https://ps.w.org/wp-mail-smtp/assets/banner-772x250.png?rev=3206423\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.5\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:25:\"wp-staging/wp-staging.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:24:\"w.org/plugins/wp-staging\";s:4:\"slug\";s:10:\"wp-staging\";s:6:\"plugin\";s:25:\"wp-staging/wp-staging.php\";s:11:\"new_version\";s:5:\"4.4.0\";s:3:\"url\";s:41:\"https://wordpress.org/plugins/wp-staging/\";s:7:\"package\";s:59:\"https://downloads.wordpress.org/plugin/wp-staging.4.4.0.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:63:\"https://ps.w.org/wp-staging/assets/icon-256x256.png?rev=2972932\";s:2:\"1x\";s:63:\"https://ps.w.org/wp-staging/assets/icon-256x256.png?rev=2972932\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wp-staging/assets/banner-1544x500.png?rev=2602209\";s:2:\"1x\";s:65:\"https://ps.w.org/wp-staging/assets/banner-772x250.png?rev=2602209\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"3.6\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.0\";s:16:\"requires_plugins\";a:0:{}}s:24:\"wordpress-seo/wp-seo.php\";O:8:\"stdClass\":13:{s:2:\"id\";s:27:\"w.org/plugins/wordpress-seo\";s:4:\"slug\";s:13:\"wordpress-seo\";s:6:\"plugin\";s:24:\"wordpress-seo/wp-seo.php\";s:11:\"new_version\";s:4:\"26.5\";s:3:\"url\";s:44:\"https://wordpress.org/plugins/wordpress-seo/\";s:7:\"package\";s:61:\"https://downloads.wordpress.org/plugin/wordpress-seo.26.5.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3112542\";s:2:\"1x\";s:66:\"https://ps.w.org/wordpress-seo/assets/icon-128x128.gif?rev=3112542\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:69:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500.png?rev=3257862\";s:2:\"1x\";s:68:\"https://ps.w.org/wordpress-seo/assets/banner-772x250.png?rev=3257862\";}s:11:\"banners_rtl\";a:2:{s:2:\"2x\";s:73:\"https://ps.w.org/wordpress-seo/assets/banner-1544x500-rtl.png?rev=3257862\";s:2:\"1x\";s:72:\"https://ps.w.org/wordpress-seo/assets/banner-772x250-rtl.png?rev=3257862\";}s:8:\"requires\";s:3:\"6.7\";s:6:\"tested\";s:3:\"6.9\";s:12:\"requires_php\";s:3:\"7.4\";s:16:\"requires_plugins\";a:0:{}}s:57:\"divi-event-calendar-module/divi-event-calendar-module.php\";O:8:\"stdClass\":6:{s:11:\"new_version\";s:6:\"2.8.28\";s:6:\"plugin\";s:57:\"divi-event-calendar-module/divi-event-calendar-module.php\";s:4:\"slug\";s:26:\"divi-event-calendar-module\";s:6:\"tested\";s:5:\"5.3.2\";s:5:\"icons\";a:2:{s:2:\"2x\";s:90:\"https://ucarecdn.com/c6eb97fa-6e3c-4947-b2f5-95757d7670ee/-/resize/256x256/-/quality/best/\";s:2:\"1x\";s:90:\"https://ucarecdn.com/c6eb97fa-6e3c-4947-b2f5-95757d7670ee/-/resize/128x128/-/quality/best/\";}s:3:\"url\";s:91:\"https://www.elegantthemes.com/marketplace/index.php/wp-json/api/v1/changelog/product_id/408\";}}s:12:\"translations\";a:0:{}s:9:\"no_update\";a:3:{s:47:\"better-search-replace/better-search-replace.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:35:\"w.org/plugins/better-search-replace\";s:4:\"slug\";s:21:\"better-search-replace\";s:6:\"plugin\";s:47:\"better-search-replace/better-search-replace.php\";s:11:\"new_version\";s:6:\"1.4.10\";s:3:\"url\";s:52:\"https://wordpress.org/plugins/better-search-replace/\";s:7:\"package\";s:71:\"https://downloads.wordpress.org/plugin/better-search-replace.1.4.10.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-256x256.png?rev=2706527\";s:2:\"1x\";s:74:\"https://ps.w.org/better-search-replace/assets/icon-128x128.png?rev=2706527\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:77:\"https://ps.w.org/better-search-replace/assets/banner-1544x500.png?rev=2706527\";s:2:\"1x\";s:76:\"https://ps.w.org/better-search-replace/assets/banner-772x250.jpg?rev=2706527\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:5:\"3.0.1\";}s:48:\"overlay-image-divi-module/lwp-overlay-images.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:39:\"w.org/plugins/overlay-image-divi-module\";s:4:\"slug\";s:25:\"overlay-image-divi-module\";s:6:\"plugin\";s:48:\"overlay-image-divi-module/lwp-overlay-images.php\";s:11:\"new_version\";s:5:\"1.5.1\";s:3:\"url\";s:56:\"https://wordpress.org/plugins/overlay-image-divi-module/\";s:7:\"package\";s:74:\"https://downloads.wordpress.org/plugin/overlay-image-divi-module.1.5.1.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:78:\"https://ps.w.org/overlay-image-divi-module/assets/icon-256x256.png?rev=2295926\";s:2:\"1x\";s:78:\"https://ps.w.org/overlay-image-divi-module/assets/icon-256x256.png?rev=2295926\";}s:7:\"banners\";a:1:{s:2:\"1x\";s:80:\"https://ps.w.org/overlay-image-divi-module/assets/banner-772x250.png?rev=2295926\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.0\";}s:55:\"printful-shipping-for-woocommerce/printful-shipping.php\";O:8:\"stdClass\":10:{s:2:\"id\";s:47:\"w.org/plugins/printful-shipping-for-woocommerce\";s:4:\"slug\";s:33:\"printful-shipping-for-woocommerce\";s:6:\"plugin\";s:55:\"printful-shipping-for-woocommerce/printful-shipping.php\";s:11:\"new_version\";s:6:\"2.2.11\";s:3:\"url\";s:64:\"https://wordpress.org/plugins/printful-shipping-for-woocommerce/\";s:7:\"package\";s:83:\"https://downloads.wordpress.org/plugin/printful-shipping-for-woocommerce.2.2.11.zip\";s:5:\"icons\";a:2:{s:2:\"2x\";s:86:\"https://ps.w.org/printful-shipping-for-woocommerce/assets/icon-256x256.png?rev=1067891\";s:2:\"1x\";s:86:\"https://ps.w.org/printful-shipping-for-woocommerce/assets/icon-128x128.png?rev=1067891\";}s:7:\"banners\";a:2:{s:2:\"2x\";s:89:\"https://ps.w.org/printful-shipping-for-woocommerce/assets/banner-1544x500.png?rev=1741557\";s:2:\"1x\";s:88:\"https://ps.w.org/printful-shipping-for-woocommerce/assets/banner-772x250.png?rev=1741557\";}s:11:\"banners_rtl\";a:0:{}s:8:\"requires\";s:3:\"5.3\";}}s:7:\"checked\";a:24:{s:55:\"all-in-one-event-calendar/all-in-one-event-calendar.php\";s:5:\"3.0.1\";s:51:\"all-in-one-wp-migration/all-in-one-wp-migration.php\";s:4:\"7.97\";s:47:\"better-search-replace/better-search-replace.php\";s:6:\"1.4.10\";s:57:\"divi-event-calendar-module/divi-event-calendar-module.php\";s:6:\"2.8.16\";s:35:\"addons-for-divi/addons-for-divi.php\";s:5:\"4.2.1\";s:34:\"feeds-for-youtube/youtube-feed.php\";s:5:\"2.4.0\";s:51:\"google-listings-and-ads/google-listings-and-ads.php\";s:5:\"3.2.0\";s:23:\"grid-plus/grid-plus.php\";s:5:\"1.3.5\";s:19:\"jetpack/jetpack.php\";s:4:\"14.8\";s:28:\"convertkit/wp-convertkit.php\";s:7:\"2.8.6.1\";s:21:\"mailpoet/mailpoet.php\";s:7:\"5.12.12\";s:48:\"overlay-image-divi-module/lwp-overlay-images.php\";s:5:\"1.5.1\";s:55:\"pinterest-for-woocommerce/pinterest-for-woocommerce.php\";s:6:\"1.4.21\";s:41:\"post-type-switcher/post-type-switcher.php\";s:5:\"4.0.0\";s:55:\"printful-shipping-for-woocommerce/printful-shipping.php\";s:6:\"2.2.11\";s:43:\"the-events-calendar/the-events-calendar.php\";s:6:\"6.14.2\";s:33:\"w3-total-cache/w3-total-cache.php\";s:6:\"2.8.10\";s:27:\"woocommerce/woocommerce.php\";s:6:\"10.0.4\";s:45:\"woocommerce-services/woocommerce-services.php\";s:5:\"3.0.7\";s:45:\"woocommerce-payments/woocommerce-payments.php\";s:5:\"9.6.0\";s:41:\"wordpress-importer/wordpress-importer.php\";s:5:\"0.8.4\";s:29:\"wp-mail-smtp/wp_mail_smtp.php\";s:5:\"4.5.0\";s:25:\"wp-staging/wp-staging.php\";s:5:\"4.2.1\";s:24:\"wordpress-seo/wp-seo.php\";s:4:\"25.5\";}}','off'),
(829356,'_transient_timeout_jetpack_sync_last_checked_queue_state_sync','1765568375','off'),
(829357,'_transient_jetpack_sync_last_checked_queue_state_sync','a:2:{i:0;i:0;i:1;d:0;}','off'),
(829359,'_transient_timeout_TEC_IS_ANY_LICENSE_VALID_TRANSIENT','1765571946','off'),
(829360,'_transient_TEC_IS_ANY_LICENSE_VALID_TRANSIENT','a:1:{s:7:\"plugins\";a:2:{s:16:\"event-aggregator\";b:0;s:8:\"promoter\";b:0;}}','off'),
(829361,'_transient_timeout_pinterest-for-woocommerce-ads-credit-campaign-transient','1765654746','off'),
(829362,'_transient_pinterest-for-woocommerce-ads-credit-campaign-transient','yes','off'),
(829364,'_site_transient_timeout_wp_theme_files_patterns-5aa8ef672953131e857b5fabe74ac666','1765570148','off'),
(829365,'_site_transient_wp_theme_files_patterns-5aa8ef672953131e857b5fabe74ac666','a:2:{s:7:\"version\";s:6:\"4.27.4\";s:8:\"patterns\";a:0:{}}','off'),
(829366,'_transient_timeout_jetpack_sync_constants_await','1765571952','off'),
(829367,'_transient_jetpack_sync_constants_await','1765568352.151','off'),
(829368,'_transient_timeout_jetpack_is_single_user','1765611552','off'),
(829369,'_transient_jetpack_is_single_user','2','off'),
(829370,'_transient_timeout_jetpack_sync_callables_await','1765568412','off'),
(829371,'_transient_jetpack_sync_callables_await','1765568352.2463','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 */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_postmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `post_id` (`post_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=24810 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
(1,2,'_wp_page_template','default'),
(2,3,'_wp_page_template','default'),
(5,12,'_wp_attached_file','woocommerce-placeholder.png'),
(6,12,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:1200;s:4:\"file\";s:27:\"woocommerce-placeholder.png\";s:8:\"filesize\";i:102644;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12475;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2344;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39879;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12475;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1024x1024.png\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98202;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4204;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60014;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18763;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"woocommerce-placeholder-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104848;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18994;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28773;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1080x1080.png\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109217;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29516;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-980x980.png\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:90291;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26622;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(9,6,'_wp_attached_file','2017/12/6X0C1084-Edit.jpg'),
(10,6,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1183;s:4:\"file\";s:25:\"2017/12/6X0C1084-Edit.jpg\";s:8:\"filesize\";i:56408;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"6X0C1084-Edit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21023;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"6X0C1084-Edit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4155;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"6X0C1084-Edit-600x768.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70276;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"6X0C1084-Edit-234x300.jpg\";s:5:\"width\";i:234;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16647;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"6X0C1084-Edit-800x1024.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108312;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"6X0C1084-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7336;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"6X0C1084-Edit-768x983.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:983;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101942;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"6X0C1084-Edit-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23913;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"6X0C1084-Edit-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97103;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"6X0C1084-Edit-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26102;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"6X0C1084-Edit-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39907;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"6X0C1084-Edit-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37846;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"6X0C1084-Edit-480x615.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49839;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(11,6,'_shortpixel_was_converted','1720206970'),
(12,19,'_wp_attached_file','2017/12/14222218_553769208162084_4270006112621452642_n-1.jpg'),
(13,19,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:60:\"2017/12/14222218_553769208162084_4270006112621452642_n-1.jpg\";s:8:\"filesize\";i:30426;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18149;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3728;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40003;}s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13492;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-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:6447;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56182;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19821;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21754;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33059;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33937;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28996;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(14,19,'_shortpixel_was_converted','1720206970'),
(15,20,'_wp_attached_file','2017/12/PART_1438268005254_0722150921a.jpg'),
(16,20,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1643;s:6:\"height\";i:924;s:4:\"file\";s:42:\"2017/12/PART_1438268005254_0722150921a.jpg\";s:8:\"filesize\";i:83331;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:42:\"PART_1438268005254_0722150921a-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22043;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"PART_1438268005254_0722150921a-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3716;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:42:\"PART_1438268005254_0722150921a-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43689;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"PART_1438268005254_0722150921a-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13480;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"PART_1438268005254_0722150921a-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100107;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"PART_1438268005254_0722150921a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6836;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"PART_1438268005254_0722150921a-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63976;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:43:\"PART_1438268005254_0722150921a-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183078;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"PART_1438268005254_0722150921a-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24084;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:43:\"PART_1438268005254_0722150921a-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117716;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"PART_1438268005254_0722150921a-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26708;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:42:\"PART_1438268005254_0722150921a-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41576;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:43:\"PART_1438268005254_0722150921a-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109110;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"PART_1438268005254_0722150921a-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42578;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:43:\"PART_1438268005254_0722150921a-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140268;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:42:\"PART_1438268005254_0722150921a-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94398;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"PART_1438268005254_0722150921a-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29629;}}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:{}}}'),
(17,20,'_shortpixel_was_converted','1720206970'),
(18,21,'_wp_attached_file','2017/12/atsi_logo_small.jpg'),
(19,21,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:250;s:6:\"height\";i:167;s:4:\"file\";s:27:\"2017/12/atsi_logo_small.jpg\";s:8:\"filesize\";i:7197;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"atsi_logo_small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5036;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"atsi_logo_small-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8518;}}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:{}}}'),
(20,21,'_shortpixel_was_converted','1720206977'),
(21,22,'_wp_attached_file','2017/12/cropped-atsi_logo_small.jpg'),
(22,22,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:129;s:4:\"file\";s:35:\"2017/12/cropped-atsi_logo_small.jpg\";s:8:\"filesize\";i:5519;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"cropped-atsi_logo_small-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4885;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"cropped-atsi_logo_small-150x129.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:129;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7810;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(23,22,'_wp_attachment_context','custom-logo'),
(24,22,'_shortpixel_was_converted','1720206977'),
(25,22,'_oembed_3f85a8acacbbc9f27840fcdcf5fb07c8','{{unknown}}'),
(26,23,'_wp_attached_file','2017/12/cropped-atsi_logo_small-1.jpg'),
(27,23,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:125;s:4:\"file\";s:37:\"2017/12/cropped-atsi_logo_small-1.jpg\";s:8:\"filesize\";i:4906;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"cropped-atsi_logo_small-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"cropped-atsi_logo_small-1-150x125.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:125;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7557;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(28,23,'_wp_attachment_context','custom-logo'),
(29,23,'_shortpixel_was_converted','1720206977'),
(30,23,'_oembed_4022da977785eab1e81bfcf489f12d4b','{{unknown}}'),
(31,24,'_wp_attached_file','2018/01/rifle_header-e1517083968747.jpg'),
(32,24,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:768;s:6:\"height\";i:576;s:4:\"file\";s:39:\"2018/01/rifle_header-e1517083968747.jpg\";s:8:\"filesize\";i:47098;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"rifle_header-e1517083968747-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22626;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"rifle_header-e1517083968747-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3599;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"rifle_header-e1517083968747-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55962;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"rifle_header-e1517083968747-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17399;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"rifle_header-e1517083968747-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6790;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"rifle_header-e1517083968747-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23670;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"rifle_header-e1517083968747-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26767;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"rifle_header-e1517083968747-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42649;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"rifle_header-e1517083968747-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43123;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"rifle_header-e1517083968747-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38778;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(33,24,'_wp_attachment_image_alt','Precision Rifle Classes'),
(34,24,'_wp_attachment_backup_sizes','a:22:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1067;s:6:\"height\";i:576;s:4:\"file\";s:16:\"rifle_header.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-768x415.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:25:\"rifle_header-1024x553.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-200x108.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-690x372.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1517083672882\";a:3:{s:5:\"width\";i:768;s:6:\"height\";i:576;s:4:\"file\";s:31:\"rifle_header-e1517083340518.jpg\";}s:23:\"thumbnail-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-small-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-large-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-blog-image-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1517083968747\";a:3:{s:5:\"width\";i:768;s:6:\"height\";i:576;s:4:\"file\";s:31:\"rifle_header-e1517083672882.jpg\";}s:23:\"thumbnail-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-small-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-large-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-blog-image-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(35,24,'_edit_last','3'),
(36,24,'_shortpixel_was_converted','1720206977'),
(37,25,'_wp_attached_file','2018/01/carbine_header-e1521240651480.jpg'),
(38,25,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:768;s:6:\"height\";i:576;s:4:\"file\";s:41:\"2018/01/carbine_header-e1521240651480.jpg\";s:8:\"filesize\";i:38405;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"carbine_header-e1521240651480-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18387;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"carbine_header-e1521240651480-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3746;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"carbine_header-e1521240651480-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43648;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"carbine_header-e1521240651480-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14417;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"carbine_header-e1521240651480-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6407;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"carbine_header-e1521240651480-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19813;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"carbine_header-e1521240651480-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21648;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"carbine_header-e1521240651480-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33486;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"carbine_header-e1521240651480-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34863;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"carbine_header-e1521240651480-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30531;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(39,25,'_wp_attachment_image_alt','Carbine Classes'),
(40,25,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:960;s:6:\"height\";i:576;s:4:\"file\";s:18:\"carbine_header.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-200x120.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-690x414.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1521240651480\";a:3:{s:5:\"width\";i:768;s:6:\"height\";i:576;s:4:\"file\";s:33:\"carbine_header-e1517083525740.jpg\";}}'),
(41,25,'_edit_last','3'),
(42,25,'_shortpixel_was_converted','1720206977'),
(43,26,'_wp_attached_file','2018/01/pistol_header-e1521241232795.jpg'),
(44,26,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:919;s:6:\"height\";i:516;s:4:\"file\";s:40:\"2018/01/pistol_header-e1521241232795.jpg\";s:8:\"filesize\";i:52084;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"pistol_header-e1521241232795-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23661;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"pistol_header-e1521241232795-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4353;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:40:\"pistol_header-e1521241232795-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36073;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"pistol_header-e1521241232795-300x168.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:168;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11557;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"pistol_header-e1521241232795-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7748;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"pistol_header-e1521241232795-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51899;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"pistol_header-e1521241232795-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21248;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"pistol_header-e1521241232795-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24991;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:40:\"pistol_header-e1521241232795-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39066;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:40:\"pistol_header-e1521241232795-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50605;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"pistol_header-e1521241232795-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24940;}}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:{}}}'),
(45,26,'_wp_attachment_image_alt','Pistol Classes'),
(46,26,'_wp_attachment_backup_sizes','a:15:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1160;s:6:\"height\";i:800;s:4:\"file\";s:17:\"pistol_header.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-768x530.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:26:\"pistol_header-1024x706.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:706;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-200x138.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-690x476.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1521241232795\";a:3:{s:5:\"width\";i:919;s:6:\"height\";i:690;s:4:\"file\";s:32:\"pistol_header-e1517083439476.jpg\";}s:23:\"thumbnail-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-small-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-large-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-blog-image-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(47,26,'_edit_last','3'),
(48,26,'_shortpixel_was_converted','1720206977'),
(49,31,'_wp_attached_file','2018/01/20170215_094146-e1517084937211.jpg'),
(50,31,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1230;s:6:\"height\";i:924;s:4:\"file\";s:42:\"2018/01/20170215_094146-e1517084937211.jpg\";s:8:\"filesize\";i:75004;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:42:\"20170215_094146-e1517084937211-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23921;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"20170215_094146-e1517084937211-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4354;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:42:\"20170215_094146-e1517084937211-600x451.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59902;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"20170215_094146-e1517084937211-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19458;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"20170215_094146-e1517084937211-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136959;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"20170215_094146-e1517084937211-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7862;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"20170215_094146-e1517084937211-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88320;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"20170215_094146-e1517084937211-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26234;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:43:\"20170215_094146-e1517084937211-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124769;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"20170215_094146-e1517084937211-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28751;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:42:\"20170215_094146-e1517084937211-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45798;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:43:\"20170215_094146-e1517084937211-1080x811.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:811;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147842;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"20170215_094146-e1517084937211-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45301;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:42:\"20170215_094146-e1517084937211-980x736.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127525;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"20170215_094146-e1517084937211-480x361.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41696;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(51,31,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:19:\"20170215_094146.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:28:\"20170215_094146-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(52,31,'_shortpixel_was_converted','1720206977'),
(53,45,'_wp_attached_file','2018/01/Night-Vision-Image.jpg'),
(54,45,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1380;s:6:\"height\";i:924;s:4:\"file\";s:30:\"2018/01/Night-Vision-Image.jpg\";s:8:\"filesize\";i:73727;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"Night-Vision-Image-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14819;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"Night-Vision-Image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2434;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"Night-Vision-Image-600x402.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:402;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33711;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Night-Vision-Image-300x201.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:201;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9548;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"Night-Vision-Image-1024x686.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:686;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84304;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Night-Vision-Image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4337;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Night-Vision-Image-768x514.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:514;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52157;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"Night-Vision-Image-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15189;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"Night-Vision-Image-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87995;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"Night-Vision-Image-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17112;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"Night-Vision-Image-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28629;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"Night-Vision-Image-1080x723.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:723;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92385;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"Night-Vision-Image-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32242;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"Night-Vision-Image-1280x857.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:857;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119759;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"Night-Vision-Image-980x656.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:656;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78637;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"Night-Vision-Image-480x321.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22420;}}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:{}}}'),
(55,45,'_shortpixel_was_converted','1720206977'),
(56,51,'_wp_attached_file','2018/01/aar_womens_course.jpg'),
(57,51,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:211;s:4:\"file\";s:29:\"2018/01/aar_womens_course.jpg\";s:8:\"filesize\";i:12338;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"aar_womens_course-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5646;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"aar_womens_course-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10499;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(58,51,'_shortpixel_was_converted','1720206977'),
(59,55,'_wp_attached_file','2018/01/pistol_6.jpg'),
(60,55,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:350;s:6:\"height\";i:233;s:4:\"file\";s:20:\"2018/01/pistol_6.jpg\";s:8:\"filesize\";i:9449;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"pistol_6-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12048;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"pistol_6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3265;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"pistol_6-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10966;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"pistol_6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5366;}}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:{}}}'),
(61,55,'_shortpixel_was_converted','1720206977'),
(62,56,'_wp_attached_file','2018/01/cropped-pistol_6.jpg'),
(63,56,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1643;s:6:\"height\";i:924;s:4:\"file\";s:28:\"2018/01/cropped-pistol_6.jpg\";s:8:\"filesize\";i:32682;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"cropped-pistol_6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12379;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"cropped-pistol_6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3155;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"cropped-pistol_6-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24408;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"cropped-pistol_6-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9377;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"cropped-pistol_6-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53074;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"cropped-pistol_6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5058;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"cropped-pistol_6-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34570;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"cropped-pistol_6-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96199;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"cropped-pistol_6-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14367;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"cropped-pistol_6-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61044;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"cropped-pistol_6-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15268;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"cropped-pistol_6-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22064;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"cropped-pistol_6-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57699;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"cropped-pistol_6-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20893;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:29:\"cropped-pistol_6-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73982;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"cropped-pistol_6-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50107;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"cropped-pistol_6-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17551;}}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:{}}}'),
(64,56,'_wp_attachment_context','custom-header'),
(65,56,'_shortpixel_was_converted','1720206976'),
(66,62,'_wp_attached_file','2018/01/atsi_logo_big-e1517089776966.jpg'),
(67,62,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:260;s:6:\"height\";i:260;s:4:\"file\";s:40:\"2018/01/atsi_logo_big-e1517089776966.jpg\";s:8:\"filesize\";i:10167;s:5:\"sizes\";a:3:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"atsi_logo_big-e1517089776966-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4580;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"atsi_logo_big-e1517089776966-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7402;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"atsi_logo_big-e1517089776966-260x250.jpg\";s:5:\"width\";i:260;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15052;}}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:{}}}'),
(68,62,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:334;s:4:\"file\";s:17:\"atsi_logo_big.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"atsi_logo_big-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"atsi_logo_big-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:25:\"atsi_logo_big-200x134.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:25:\"atsi_logo_big-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(69,62,'_edit_last','3'),
(70,62,'_wp_attachment_image_alt','Amtac Shooting Logo'),
(71,62,'_shortpixel_was_converted','1720206976'),
(72,63,'_wp_attached_file','2018/01/cropped-atsi_logo_big-e1517089776966.jpg'),
(73,63,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:48:\"2018/01/cropped-atsi_logo_big-e1517089776966.jpg\";s:8:\"filesize\";i:15114;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"cropped-atsi_logo_big-e1517089776966-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16722;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"cropped-atsi_logo_big-e1517089776966-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7336;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"cropped-atsi_logo_big-e1517089776966-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19595;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"cropped-atsi_logo_big-e1517089776966-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21515;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"cropped-atsi_logo_big-e1517089776966-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28481;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"cropped-atsi_logo_big-e1517089776966-400x512.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21865;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"cropped-atsi_logo_big-e1517089776966-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30859;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"cropped-atsi_logo_big-e1517089776966-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16722;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"cropped-atsi_logo_big-e1517089776966-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4561;}}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:{}}}'),
(74,63,'_wp_attachment_context','site-icon'),
(75,63,'_shortpixel_was_converted','1720206976'),
(76,63,'_oembed_aafba14d7556d5cd6da66ffb27bbd8d5','{{unknown}}'),
(77,65,'_wp_attached_file','2018/01/AMTAC5.jpg'),
(78,65,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1386;s:4:\"file\";s:18:\"2018/01/AMTAC5.jpg\";s:8:\"filesize\";i:166465;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"AMTAC5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30989;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"AMTAC5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4822;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"AMTAC5-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174233;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"AMTAC5-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22220;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"AMTAC5-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216773;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"AMTAC5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8980;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"AMTAC5-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:262536;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"AMTAC5-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32562;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"AMTAC5-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171732;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"AMTAC5-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36353;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"AMTAC5-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59889;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"AMTAC5-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69993;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"AMTAC5-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116331;}}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:{}}}'),
(79,65,'_wp_attachment_is_custom_background','talon/talon'),
(80,65,'_shortpixel_was_converted','1720206976'),
(81,70,'_wp_attached_file','2018/01/IC-Suplex-1.jpg'),
(82,70,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:853;s:6:\"height\";i:853;s:4:\"file\";s:23:\"2018/01/IC-Suplex-1.jpg\";s:8:\"filesize\";i:64788;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"IC-Suplex-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26367;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"IC-Suplex-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4492;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"IC-Suplex-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83302;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"IC-Suplex-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26367;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"IC-Suplex-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:8174;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IC-Suplex-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121415;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"IC-Suplex-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28069;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IC-Suplex-1-853x675.jpg\";s:5:\"width\";i:853;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119216;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"IC-Suplex-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31527;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"IC-Suplex-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49778;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"IC-Suplex-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49542;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"IC-Suplex-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58073;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(83,70,'_shortpixel_was_converted','1720206976'),
(84,71,'_wp_attached_file','2018/01/AMTAC4-1.jpg'),
(85,71,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1007;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/01/AMTAC4-1.jpg\";s:8:\"filesize\";i:64884;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"AMTAC4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26500;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"AMTAC4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4877;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"AMTAC4-1-600x551.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71769;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AMTAC4-1-300x275.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:275;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25370;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AMTAC4-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:8801;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"AMTAC4-1-768x705.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:705;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102731;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"AMTAC4-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27249;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"AMTAC4-1-1007x675.jpg\";s:5:\"width\";i:1007;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112646;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"AMTAC4-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30439;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"AMTAC4-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46022;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"AMTAC4-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45920;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"AMTAC4-1-980x899.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:899;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145540;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"AMTAC4-1-480x440.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51207;}}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:{}}}'),
(86,71,'_shortpixel_was_converted','1720206976'),
(87,72,'_wp_attached_file','2018/01/0219161030e-1.jpg'),
(88,72,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1643;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2018/01/0219161030e-1.jpg\";s:8:\"filesize\";i:80055;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"0219161030e-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19178;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"0219161030e-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3335;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"0219161030e-1-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39520;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"0219161030e-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11911;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"0219161030e-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98678;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"0219161030e-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:5904;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"0219161030e-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60752;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"0219161030e-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186470;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"0219161030e-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21448;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"0219161030e-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117955;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"0219161030e-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23966;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"0219161030e-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39136;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"0219161030e-1-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107839;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"0219161030e-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37101;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"0219161030e-1-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141106;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"0219161030e-1-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92386;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"0219161030e-1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26522;}}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:{}}}'),
(89,72,'_shortpixel_was_converted','1720206976'),
(90,73,'_wp_attached_file','2018/01/11902398_10155901153815414_4189277617284867691_n.jpg'),
(91,73,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:60:\"2018/01/11902398_10155901153815414_4189277617284867691_n.jpg\";s:8:\"filesize\";i:45562;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"11902398_10155901153815414_4189277617284867691_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20800;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"11902398_10155901153815414_4189277617284867691_n-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3470;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:60:\"11902398_10155901153815414_4189277617284867691_n-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56534;}s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"11902398_10155901153815414_4189277617284867691_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17091;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"11902398_10155901153815414_4189277617284867691_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6378;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"11902398_10155901153815414_4189277617284867691_n-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79466;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:60:\"11902398_10155901153815414_4189277617284867691_n-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23937;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:60:\"11902398_10155901153815414_4189277617284867691_n-960x675.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110732;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:60:\"11902398_10155901153815414_4189277617284867691_n-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26525;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:60:\"11902398_10155901153815414_4189277617284867691_n-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42072;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:60:\"11902398_10155901153815414_4189277617284867691_n-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41848;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:60:\"11902398_10155901153815414_4189277617284867691_n-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40042;}}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:{}}}'),
(92,73,'_shortpixel_was_converted','1720206976'),
(93,74,'_wp_attached_file','2018/01/DSCF1872.jpg'),
(94,74,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/01/DSCF1872.jpg\";s:8:\"filesize\";i:80709;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"DSCF1872-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26228;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF1872-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4334;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"DSCF1872-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67918;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSCF1872-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21735;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSCF1872-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152465;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF1872-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8181;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"DSCF1872-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98876;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"DSCF1872-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29669;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"DSCF1872-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138953;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"DSCF1872-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33311;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"DSCF1872-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52049;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"DSCF1872-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165833;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"DSCF1872-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47687;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"DSCF1872-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143713;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"DSCF1872-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47002;}}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:{}}}'),
(95,74,'_shortpixel_was_converted','1720206976'),
(96,86,'_wp_attached_file','2018/01/525B0090.jpg'),
(97,86,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1479;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/01/525B0090.jpg\";s:8:\"filesize\";i:71982;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"525B0090-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23673;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"525B0090-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4524;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"525B0090-600x375.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50441;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"525B0090-300x187.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:187;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16975;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"525B0090-1024x640.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114466;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"525B0090-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8110;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"525B0090-768x480.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73729;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"525B0090-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26664;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"525B0090-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124816;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"525B0090-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28988;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"525B0090-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44289;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"525B0090-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124864;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"525B0090-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42305;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"525B0090-1280x800.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159328;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"525B0090-980x612.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108035;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"525B0090-480x300.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35610;}}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:{}}}'),
(98,86,'_shortpixel_was_converted','1720206976'),
(99,161,'_wp_attached_file','2018/02/aar_womens_course.jpg'),
(100,161,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:211;s:4:\"file\";s:29:\"2018/02/aar_womens_course.jpg\";s:8:\"filesize\";i:12338;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"aar_womens_course-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5646;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"aar_womens_course-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10499;}}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:{}}}'),
(101,161,'_shortpixel_was_converted','1720206987'),
(102,165,'_wp_attached_file','2018/02/DSCF2049.jpg'),
(103,165,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/02/DSCF2049.jpg\";s:8:\"filesize\";i:116602;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"DSCF2049-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31841;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF2049-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4833;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"DSCF2049-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84871;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSCF2049-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24469;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSCF2049-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200974;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSCF2049-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"DSCF2049-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126898;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"DSCF2049-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34203;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"DSCF2049-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179635;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"DSCF2049-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38734;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"DSCF2049-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63216;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"DSCF2049-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219152;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"DSCF2049-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63301;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"DSCF2049-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188474;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"DSCF2049-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56587;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(104,165,'_shortpixel_was_converted','1720206987'),
(105,196,'_wp_attached_file','2018/02/6X0C2057-Edit-e1521928665482.jpg'),
(106,196,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1843;s:6:\"height\";i:924;s:4:\"file\";s:40:\"2018/02/6X0C2057-Edit-e1521928665482.jpg\";s:8:\"filesize\";i:57331;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"6X0C2057-Edit-e1521928665482-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14316;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"6X0C2057-Edit-e1521928665482-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3163;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:40:\"6X0C2057-Edit-e1521928665482-600x301.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28315;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"6X0C2057-Edit-e1521928665482-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9965;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"6X0C2057-Edit-e1521928665482-1024x513.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65043;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"6X0C2057-Edit-e1521928665482-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"6X0C2057-Edit-e1521928665482-768x385.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41911;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"6X0C2057-Edit-e1521928665482-1536x770.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119720;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"6X0C2057-Edit-e1521928665482-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18381;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:41:\"6X0C2057-Edit-e1521928665482-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83490;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"6X0C2057-Edit-e1521928665482-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19814;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:40:\"6X0C2057-Edit-e1521928665482-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29238;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:41:\"6X0C2057-Edit-e1521928665482-1080x541.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70117;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:40:\"6X0C2057-Edit-e1521928665482-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21619;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:41:\"6X0C2057-Edit-e1521928665482-1280x642.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91270;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:40:\"6X0C2057-Edit-e1521928665482-980x491.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60889;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"6X0C2057-Edit-e1521928665482-480x241.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20339;}}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:{}}}'),
(107,196,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2200;s:6:\"height\";i:1467;s:4:\"file\";s:17:\"6X0C2057-Edit.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:26:\"6X0C2057-Edit-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-690x460.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(108,196,'_shortpixel_was_converted','1720206987'),
(109,201,'_wp_attached_file','2018/02/pistol181_sm.jpg'),
(110,201,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:350;s:6:\"height\";i:233;s:4:\"file\";s:24:\"2018/02/pistol181_sm.jpg\";s:8:\"filesize\";i:30302;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"pistol181_sm-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25201;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"pistol181_sm-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4553;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"pistol181_sm-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19823;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"pistol181_sm-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8642;}}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:{}}}'),
(111,201,'_shortpixel_was_converted','1720206987'),
(112,203,'_wp_attached_file','2018/02/combative2.jpg'),
(113,203,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:350;s:6:\"height\";i:263;s:4:\"file\";s:22:\"2018/02/combative2.jpg\";s:8:\"filesize\";i:38576;s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"combative2-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28890;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"combative2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4496;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"combative2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21412;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"combative2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8314;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"combative2-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31707;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(114,203,'_shortpixel_was_converted','1720206987'),
(115,206,'_wp_attached_file','2018/02/AMTAC8_blurred.jpg'),
(116,206,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:350;s:6:\"height\";i:233;s:4:\"file\";s:26:\"2018/02/AMTAC8_blurred.jpg\";s:8:\"filesize\";i:26975;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"AMTAC8_blurred-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23614;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"AMTAC8_blurred-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4824;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"AMTAC8_blurred-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19157;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"AMTAC8_blurred-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8780;}}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:{}}}'),
(117,206,'_shortpixel_was_converted','1720206987'),
(118,207,'_wp_attached_file','2018/02/stonewall_arms.jpg'),
(119,207,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:200;s:4:\"file\";s:26:\"2018/02/stonewall_arms.jpg\";s:8:\"filesize\";i:8357;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"stonewall_arms-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4723;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"stonewall_arms-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8172;}}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:{}}}'),
(120,207,'_wp_attachment_image_alt',''),
(121,207,'_shortpixel_was_converted','1720206987'),
(122,214,'_wp_attached_file','2018/02/pistol.jpg'),
(123,214,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:18:\"2018/02/pistol.jpg\";s:8:\"filesize\";i:58314;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"pistol-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18626;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"pistol-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3745;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"pistol-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40248;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"pistol-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13601;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"pistol-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91223;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"pistol-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6476;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"pistol-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58840;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"pistol-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20565;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"pistol-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94223;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"pistol-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22669;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"pistol-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34916;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"pistol-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98189;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"pistol-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33368;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:19:\"pistol-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125929;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"pistol-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85380;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"pistol-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28079;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(124,214,'_shortpixel_was_converted','1720206987'),
(125,215,'_wp_attached_file','2018/02/cropped-pistol-e1521958639481.jpg'),
(126,215,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1896;s:6:\"height\";i:633;s:4:\"file\";s:41:\"2018/02/cropped-pistol-e1521958639481.jpg\";s:8:\"filesize\";i:44408;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"cropped-pistol-e1521958639481-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12090;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"cropped-pistol-e1521958639481-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2840;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"cropped-pistol-e1521958639481-600x200.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18710;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"cropped-pistol-e1521958639481-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7077;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"cropped-pistol-e1521958639481-1024x342.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42166;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"cropped-pistol-e1521958639481-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4626;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"cropped-pistol-e1521958639481-768x256.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26933;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"cropped-pistol-e1521958639481-1536x513.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77388;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"cropped-pistol-e1521958639481-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16215;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"cropped-pistol-e1521958639481-1080x633.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:633;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49810;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"cropped-pistol-e1521958639481-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17013;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"cropped-pistol-e1521958639481-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24886;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"cropped-pistol-e1521958639481-1080x361.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45867;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"cropped-pistol-e1521958639481-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20329;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:42:\"cropped-pistol-e1521958639481-1280x427.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58596;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"cropped-pistol-e1521958639481-980x327.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:327;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39497;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"cropped-pistol-e1521958639481-480x160.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13326;}}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:{}}}'),
(127,215,'_wp_attachment_context','custom-header'),
(128,215,'_edit_last','3'),
(129,215,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"cropped-pistol.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:27:\"cropped-pistol-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-690x388.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(130,215,'_shortpixel_was_converted','1720206987'),
(131,222,'_wp_attached_file','2018/03/Precision-Rifle-1-e1520520104821.jpg'),
(132,222,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1643;s:6:\"height\";i:924;s:4:\"file\";s:44:\"2018/03/Precision-Rifle-1-e1520520104821.jpg\";s:8:\"filesize\";i:83576;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:44:\"Precision-Rifle-1-e1520520104821-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22137;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:44:\"Precision-Rifle-1-e1520520104821-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3691;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:44:\"Precision-Rifle-1-e1520520104821-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43746;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"Precision-Rifle-1-e1520520104821-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13474;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"Precision-Rifle-1-e1520520104821-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100115;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"Precision-Rifle-1-e1520520104821-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6851;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"Precision-Rifle-1-e1520520104821-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64049;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"Precision-Rifle-1-e1520520104821-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183122;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"Precision-Rifle-1-e1520520104821-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24192;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"Precision-Rifle-1-e1520520104821-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117806;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"Precision-Rifle-1-e1520520104821-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26794;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"Precision-Rifle-1-e1520520104821-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41596;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:45:\"Precision-Rifle-1-e1520520104821-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109118;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"Precision-Rifle-1-e1520520104821-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42586;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:45:\"Precision-Rifle-1-e1520520104821-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140198;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:44:\"Precision-Rifle-1-e1520520104821-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94446;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"Precision-Rifle-1-e1520520104821-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29736;}}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:{}}}'),
(133,222,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4160;s:6:\"height\";i:2340;s:4:\"file\";s:21:\"Precision-Rifle-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:30:\"Precision-Rifle-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-690x388.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(134,222,'_shortpixel_was_converted','1720206987'),
(135,225,'_wp_attached_file','2018/03/carbine4-e1520521458447.jpg'),
(136,225,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:350;s:6:\"height\";i:263;s:4:\"file\";s:35:\"2018/03/carbine4-e1520521458447.jpg\";s:8:\"filesize\";i:23840;s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"carbine4-e1520521458447-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26258;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"carbine4-e1520521458447-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3528;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"carbine4-e1520521458447-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19117;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"carbine4-e1520521458447-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6772;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"carbine4-e1520521458447-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29277;}}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:{}}}'),
(137,225,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:350;s:6:\"height\";i:263;s:4:\"file\";s:12:\"carbine4.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"carbine4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"carbine4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"carbine4-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"carbine4-280x263.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(138,225,'_shortpixel_was_converted','1720206987'),
(139,227,'_wp_attached_file','2018/03/Hybrid-Carbine-1.jpg'),
(140,227,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:28:\"2018/03/Hybrid-Carbine-1.jpg\";s:8:\"filesize\";i:118775;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"Hybrid-Carbine-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25803;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"Hybrid-Carbine-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4222;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"Hybrid-Carbine-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65611;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"Hybrid-Carbine-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18067;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"Hybrid-Carbine-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172467;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"Hybrid-Carbine-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:7737;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"Hybrid-Carbine-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103626;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"Hybrid-Carbine-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28964;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"Hybrid-Carbine-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177160;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"Hybrid-Carbine-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32586;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"Hybrid-Carbine-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53342;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"Hybrid-Carbine-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187678;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"Hybrid-Carbine-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52806;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:29:\"Hybrid-Carbine-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247655;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"Hybrid-Carbine-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160835;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"Hybrid-Carbine-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42910;}}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:{}}}'),
(141,227,'_shortpixel_was_converted','1720206987'),
(142,228,'_wp_attached_file','2018/03/Hybrid-Carbine-2-e1521240511508.jpg'),
(143,228,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1419;s:6:\"height\";i:924;s:4:\"file\";s:43:\"2018/03/Hybrid-Carbine-2-e1521240511508.jpg\";s:8:\"filesize\";i:78653;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:43:\"Hybrid-Carbine-2-e1521240511508-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26365;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:43:\"Hybrid-Carbine-2-e1521240511508-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4833;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:43:\"Hybrid-Carbine-2-e1521240511508-600x391.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55793;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"Hybrid-Carbine-2-e1521240511508-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19440;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"Hybrid-Carbine-2-e1521240511508-1024x667.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123395;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"Hybrid-Carbine-2-e1521240511508-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8991;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"Hybrid-Carbine-2-e1521240511508-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80901;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"Hybrid-Carbine-2-e1521240511508-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29144;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"Hybrid-Carbine-2-e1521240511508-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129261;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"Hybrid-Carbine-2-e1521240511508-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31836;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:43:\"Hybrid-Carbine-2-e1521240511508-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47669;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:44:\"Hybrid-Carbine-2-e1521240511508-1080x703.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133423;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"Hybrid-Carbine-2-e1521240511508-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46470;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:44:\"Hybrid-Carbine-2-e1521240511508-1280x833.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:833;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170948;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:43:\"Hybrid-Carbine-2-e1521240511508-980x638.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:638;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116230;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:43:\"Hybrid-Carbine-2-e1521240511508-480x313.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39822;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(144,228,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:5050;s:6:\"height\";i:3287;s:4:\"file\";s:20:\"Hybrid-Carbine-2.jpg\";}}'),
(145,228,'_edit_last','3'),
(146,228,'_shortpixel_was_converted','1720206987'),
(147,229,'_wp_attached_file','2018/03/amtac_logo_small.png'),
(148,229,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:100;s:6:\"height\";i:69;s:4:\"file\";s:28:\"2018/03/amtac_logo_small.png\";s:8:\"filesize\";i:2195;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(149,229,'_shortpixel_was_converted','1720206987'),
(150,230,'_wp_attached_file','2018/03/amtac_logo_small-1.png'),
(151,230,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:200;s:6:\"height\";i:138;s:4:\"file\";s:30:\"2018/03/amtac_logo_small-1.png\";s:8:\"filesize\";i:4780;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"amtac_logo_small-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15751;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"amtac_logo_small-1-150x138.png\";s:5:\"width\";i:150;s:6:\"height\";i:138;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11504;}}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:{}}}'),
(152,230,'_shortpixel_was_converted','1720206987'),
(153,269,'_wp_attached_file','2018/03/new_precision_rifle.jpg'),
(154,269,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1623;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/03/new_precision_rifle.jpg\";s:8:\"filesize\";i:99375;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"new_precision_rifle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22485;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"new_precision_rifle-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3641;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"new_precision_rifle-600x342.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:342;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47189;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"new_precision_rifle-300x171.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13801;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"new_precision_rifle-1024x583.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:583;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115976;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"new_precision_rifle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6762;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"new_precision_rifle-768x437.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:437;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72571;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"new_precision_rifle-1536x874.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:874;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216651;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"new_precision_rifle-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24567;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"new_precision_rifle-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133411;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"new_precision_rifle-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27646;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"new_precision_rifle-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44488;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"new_precision_rifle-1080x615.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:615;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126073;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"new_precision_rifle-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45800;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"new_precision_rifle-1280x729.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:729;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165030;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"new_precision_rifle-980x558.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:558;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108562;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"new_precision_rifle-480x273.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:273;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31745;}}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:{}}}'),
(155,269,'_edit_last','3'),
(156,269,'_shortpixel_was_converted','1720206987'),
(157,273,'_wp_attached_file','2018/03/new_precision_rifle-1.jpg'),
(158,273,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1644;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/03/new_precision_rifle-1.jpg\";s:8:\"filesize\";i:100255;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"new_precision_rifle-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22987;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"new_precision_rifle-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3669;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"new_precision_rifle-1-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46994;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"new_precision_rifle-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13742;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"new_precision_rifle-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115464;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"new_precision_rifle-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:6785;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"new_precision_rifle-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71743;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"new_precision_rifle-1-1536x863.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:215405;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"new_precision_rifle-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24876;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"new_precision_rifle-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134790;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"new_precision_rifle-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27834;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"new_precision_rifle-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45069;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"new_precision_rifle-1-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125559;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"new_precision_rifle-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46347;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"new_precision_rifle-1-1280x719.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163537;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"new_precision_rifle-1-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108169;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"new_precision_rifle-1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31179;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(159,273,'_shortpixel_was_converted','1720206987'),
(160,274,'_wp_attached_file','2018/03/carbine_header.jpg'),
(161,274,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:768;s:6:\"height\";i:432;s:4:\"file\";s:26:\"2018/03/carbine_header.jpg\";s:8:\"filesize\";i:26859;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"carbine_header-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17917;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"carbine_header-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3796;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"carbine_header-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33243;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"carbine_header-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11871;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"carbine_header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6498;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"carbine_header-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19754;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"carbine_header-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21739;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"carbine_header-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32104;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"carbine_header-400x432.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23077;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"carbine_header-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24090;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(162,274,'_shortpixel_was_converted','1720206987'),
(163,275,'_wp_attached_file','2018/03/pistol.jpg'),
(164,275,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:919;s:6:\"height\";i:517;s:4:\"file\";s:18:\"2018/03/pistol.jpg\";s:8:\"filesize\";i:44680;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"pistol-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23582;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"pistol-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4359;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"pistol-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36120;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"pistol-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11869;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"pistol-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7736;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"pistol-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51856;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"pistol-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21236;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"pistol-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24943;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"pistol-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38838;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"pistol-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44577;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"pistol-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24916;}}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:{}}}'),
(165,275,'_shortpixel_was_converted','1720206987'),
(166,292,'_wp_attached_file','2018/03/swat.jpg'),
(167,292,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1039;s:6:\"height\";i:924;s:4:\"file\";s:16:\"2018/03/swat.jpg\";s:8:\"filesize\";i:56057;s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:16:\"swat-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22287;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:16:\"swat-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4455;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:16:\"swat-600x534.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60062;}s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"swat-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20769;}s:5:\"large\";a:5:{s:4:\"file\";s:17:\"swat-1024x911.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:911;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133227;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"swat-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7764;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"swat-768x683.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87165;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"swat-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25255;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"swat-1039x675.jpg\";s:5:\"width\";i:1039;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113086;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"swat-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27449;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"swat-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41422;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"swat-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39398;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:16:\"swat-980x872.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:872;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124615;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"swat-480x427.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42584;}}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:{}}}'),
(168,292,'_shortpixel_was_converted','1720206987'),
(169,303,'_wp_attached_file','2018/01/crosses.jpg'),
(170,303,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1039;s:6:\"height\";i:924;s:4:\"file\";s:19:\"2018/01/crosses.jpg\";s:8:\"filesize\";i:20524;s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"crosses-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8641;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"crosses-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2313;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"crosses-600x534.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:534;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21496;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"crosses-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7803;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"crosses-1024x911.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:911;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46071;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"crosses-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3754;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"crosses-768x683.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30555;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"crosses-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10193;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"crosses-1039x675.jpg\";s:5:\"width\";i:1039;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41581;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"crosses-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10504;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"crosses-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15235;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"crosses-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14297;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"crosses-980x872.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:872;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43107;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"crosses-480x427.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:427;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15181;}}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:{}}}'),
(171,303,'_shortpixel_was_converted','1720206997'),
(172,304,'_wp_attached_file','2018/01/school_hallway.jpg'),
(173,304,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2018/01/school_hallway.jpg\";s:8:\"filesize\";i:45626;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"school_hallway-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16246;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"school_hallway-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3376;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"school_hallway-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34239;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"school_hallway-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12189;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"school_hallway-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73929;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"school_hallway-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5744;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"school_hallway-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48886;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"school_hallway-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17932;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"school_hallway-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77667;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"school_hallway-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19504;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"school_hallway-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28206;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"school_hallway-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80332;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"school_hallway-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28933;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:27:\"school_hallway-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103258;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"school_hallway-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70313;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"school_hallway-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24102;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(174,304,'_shortpixel_was_converted','1720206997'),
(175,316,'_wp_attached_file','2018/03/IMG_1792-Exposure.jpg'),
(176,316,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:973;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2018/03/IMG_1792-Exposure.jpg\";s:8:\"filesize\";i:58414;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"IMG_1792-Exposure-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27047;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"IMG_1792-Exposure-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4986;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"IMG_1792-Exposure-600x493.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67190;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"IMG_1792-Exposure-300x247.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22930;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"IMG_1792-Exposure-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9226;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_1792-Exposure-768x631.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:631;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97012;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"IMG_1792-Exposure-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28182;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"IMG_1792-Exposure-973x675.jpg\";s:5:\"width\";i:973;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117301;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"IMG_1792-Exposure-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31465;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"IMG_1792-Exposure-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48184;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"IMG_1792-Exposure-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48751;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"IMG_1792-Exposure-480x395.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47777;}}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:{}}}'),
(177,316,'_shortpixel_was_converted','1720206997'),
(178,380,'_wp_attached_file','2018/03/sayoc_tactical_group.png'),
(179,380,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:100;s:4:\"file\";s:32:\"2018/03/sayoc_tactical_group.png\";s:8:\"filesize\";i:5303;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"sayoc_tactical_group-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3926;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"sayoc_tactical_group-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7407;}}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:{}}}'),
(180,380,'_gallery_link_url','https://sayoctactical.com/'),
(181,380,'_gallery_link_target','_blank'),
(182,380,'_gallery_link_preserve_click','remove'),
(183,380,'_gallery_link_additional_css_classes',''),
(184,380,'_shortpixel_was_converted','1720206997'),
(185,381,'_wp_attached_file','2018/03/defoor.png'),
(186,381,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:155;s:6:\"height\";i:100;s:4:\"file\";s:18:\"2018/03/defoor.png\";s:8:\"filesize\";i:5520;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"defoor-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15371;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"defoor-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18998;}}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:{}}}'),
(187,381,'_gallery_link_url','https://defoor-proformance-shooting.myshopify.com'),
(188,381,'_gallery_link_target','_blank'),
(189,381,'_gallery_link_preserve_click','remove'),
(190,381,'_gallery_link_additional_css_classes',''),
(191,381,'_shortpixel_was_converted','1720206997'),
(192,382,'_wp_attached_file','2018/03/gustavo_muchado_jiu_jitsu.jpg'),
(193,382,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:116;s:6:\"height\";i:100;s:4:\"file\";s:37:\"2018/03/gustavo_muchado_jiu_jitsu.jpg\";s:8:\"filesize\";i:4548;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"gustavo_muchado_jiu_jitsu-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4625;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(194,382,'_edit_last','3'),
(195,382,'_oembed_206a125b57db15f38022bc968a05f32c','{{unknown}}'),
(196,382,'_gallery_link_url','http://www.gustavomachado.com'),
(197,382,'_gallery_link_target',''),
(198,382,'_gallery_link_preserve_click','remove'),
(199,382,'_gallery_link_additional_css_classes',''),
(200,382,'_shortpixel_was_converted','1720206997'),
(201,383,'_wp_attached_file','2018/03/black_hills_ammo.gif'),
(202,383,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:116;s:6:\"height\";i:100;s:4:\"file\";s:28:\"2018/03/black_hills_ammo.gif\";s:8:\"filesize\";i:4714;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"black_hills_ammo-100x100.gif\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/gif\";s:8:\"filesize\";i:5940;}}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:{}}}'),
(203,383,'_gallery_link_url','www.black-hills.com'),
(204,383,'_gallery_link_target',''),
(205,383,'_gallery_link_preserve_click','remove'),
(206,383,'_gallery_link_additional_css_classes',''),
(207,383,'_shortpixel_was_converted','1720206997'),
(208,384,'_wp_attached_file','2018/03/black_point_tactical.png'),
(209,384,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:725;s:6:\"height\";i:100;s:4:\"file\";s:32:\"2018/03/black_point_tactical.png\";s:8:\"filesize\";i:5381;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"black_point_tactical-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5956;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"black_point_tactical-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2198;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"black_point_tactical-600x83.png\";s:5:\"width\";i:600;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23483;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"black_point_tactical-300x41.png\";s:5:\"width\";i:300;s:6:\"height\";i:41;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9678;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"black_point_tactical-150x100.png\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3523;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"black_point_tactical-400x100.png\";s:5:\"width\";i:400;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8540;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"black_point_tactical-400x100.png\";s:5:\"width\";i:400;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8540;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"black_point_tactical-510x100.png\";s:5:\"width\";i:510;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9713;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"black_point_tactical-400x100.png\";s:5:\"width\";i:400;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8540;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"black_point_tactical-480x66.png\";s:5:\"width\";i:480;s:6:\"height\";i:66;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17578;}}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:{}}}'),
(210,384,'_gallery_link_url','www.blackpointtactical.com'),
(211,384,'_gallery_link_target',''),
(212,384,'_gallery_link_preserve_click','remove'),
(213,384,'_gallery_link_additional_css_classes',''),
(214,384,'_shortpixel_was_converted','1720206997'),
(215,385,'_wp_attached_file','2018/03/PROOF_logo_sm.jpg'),
(216,385,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:340;s:6:\"height\";i:100;s:4:\"file\";s:25:\"2018/03/PROOF_logo_sm.jpg\";s:8:\"filesize\";i:5493;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"PROOF_logo_sm-300x100.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6800;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"PROOF_logo_sm-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3064;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"PROOF_logo_sm-300x88.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:88;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5952;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"PROOF_logo_sm-150x100.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4150;}}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:{}}}'),
(217,385,'_gallery_link_url','https://www.proofresearch.com'),
(218,385,'_gallery_link_target','_blank'),
(219,385,'_gallery_link_preserve_click','remove'),
(220,385,'_gallery_link_additional_css_classes',''),
(221,385,'_shortpixel_was_converted','1720206997'),
(222,386,'_wp_attached_file','2018/03/usnightvisionlogo_small.png'),
(223,386,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:146;s:6:\"height\";i:163;s:4:\"file\";s:35:\"2018/03/usnightvisionlogo_small.png\";s:8:\"filesize\";i:5221;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"usnightvisionlogo_small-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18754;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"usnightvisionlogo_small-146x150.png\";s:5:\"width\";i:146;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13421;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(224,386,'_gallery_link_url','http://www.usnightvision.com'),
(225,386,'_gallery_link_target','_blank'),
(226,386,'_gallery_link_preserve_click','remove'),
(227,386,'_gallery_link_additional_css_classes',''),
(228,386,'_shortpixel_was_converted','1720206997'),
(229,387,'_wp_attached_file','2018/03/vortex_logo.png'),
(230,387,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:162;s:6:\"height\";i:115;s:4:\"file\";s:23:\"2018/03/vortex_logo.png\";s:8:\"filesize\";i:3545;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"vortex_logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10613;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"vortex_logo-150x115.png\";s:5:\"width\";i:150;s:6:\"height\";i:115;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8441;}}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:{}}}'),
(231,387,'_gallery_link_url','http://vortexoptics.com'),
(232,387,'_gallery_link_target','_blank'),
(233,387,'_gallery_link_preserve_click','remove'),
(234,387,'_gallery_link_additional_css_classes',''),
(235,387,'_shortpixel_was_converted','1720206997'),
(236,405,'_wp_attached_file','2018/03/IMG018.jpeg'),
(237,405,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG018.jpeg\";s:8:\"filesize\";i:43539;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG018-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16328;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG018-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3287;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG018-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42323;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG018-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13981;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG018-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5654;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG018-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17062;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG018-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19276;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG018-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30459;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG018-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30741;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG018-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29912;}}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:{}}}'),
(238,405,'_shortpixel_was_converted','1720206997'),
(239,406,'_wp_attached_file','2018/03/IMG018-1.jpeg'),
(240,406,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2018/03/IMG018-1.jpeg\";s:8:\"filesize\";i:43539;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG018-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16328;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG018-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3287;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG018-1-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42323;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG018-1-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13981;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG018-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5654;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"IMG018-1-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17062;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"IMG018-1-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19276;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"IMG018-1-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30459;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"IMG018-1-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30741;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"IMG018-1-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29912;}}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:{}}}'),
(241,406,'_shortpixel_was_converted','1720206997'),
(242,408,'_wp_attached_file','2018/03/IMG018-2.jpeg'),
(243,408,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2018/03/IMG018-2.jpeg\";s:8:\"filesize\";i:43539;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG018-2-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16328;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG018-2-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3287;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG018-2-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42323;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG018-2-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13981;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG018-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5654;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"IMG018-2-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17062;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"IMG018-2-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19276;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"IMG018-2-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30459;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"IMG018-2-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30741;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"IMG018-2-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29912;}}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:{}}}'),
(244,408,'_shortpixel_was_converted','1720206997'),
(245,412,'_wp_attached_file','2018/03/IMG_1452.HEIC_-e1521594005226.jpg'),
(246,412,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1639;s:6:\"height\";i:924;s:4:\"file\";s:41:\"2018/03/IMG_1452.HEIC_-e1521594005226.jpg\";s:8:\"filesize\";i:208469;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"IMG_1452.HEIC_-e1521594005226-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33505;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"IMG_1452.HEIC_-e1521594005226-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4501;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"IMG_1452.HEIC_-e1521594005226-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78434;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"IMG_1452.HEIC_-e1521594005226-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19977;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"IMG_1452.HEIC_-e1521594005226-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212903;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"IMG_1452.HEIC_-e1521594005226-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8938;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"IMG_1452.HEIC_-e1521594005226-768x433.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:433;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126196;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"IMG_1452.HEIC_-e1521594005226-1536x866.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:866;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:412878;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"IMG_1452.HEIC_-e1521594005226-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38531;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"IMG_1452.HEIC_-e1521594005226-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:247276;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"IMG_1452.HEIC_-e1521594005226-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43087;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"IMG_1452.HEIC_-e1521594005226-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72606;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"IMG_1452.HEIC_-e1521594005226-1080x609.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:609;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:232817;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"IMG_1452.HEIC_-e1521594005226-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70999;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:42:\"IMG_1452.HEIC_-e1521594005226-1280x722.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:722;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:309256;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"IMG_1452.HEIC_-e1521594005226-980x552.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195981;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"IMG_1452.HEIC_-e1521594005226-480x271.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:271;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49778;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(247,412,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:18:\"IMG_1452.HEIC_.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:27:\"IMG_1452.HEIC_-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:27:\"IMG_1452.HEIC_-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"IMG_1452.HEIC_-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-200x267.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-690x920.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:920;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(248,412,'_wp_attachment_image_alt','FLIR Thermosight Pro PTS233,'),
(249,412,'_shortpixel_was_converted','1720206997'),
(250,413,'_wp_attached_file','2018/03/IMG_1452.HEIC_-1.jpg'),
(251,413,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:28:\"2018/03/IMG_1452.HEIC_-1.jpg\";s:8:\"filesize\";i:157627;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"IMG_1452.HEIC_-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34507;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1452.HEIC_-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4736;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"IMG_1452.HEIC_-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168468;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"IMG_1452.HEIC_-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26261;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"IMG_1452.HEIC_-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:255049;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"IMG_1452.HEIC_-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:9272;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG_1452.HEIC_-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:255049;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"IMG_1452.HEIC_-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37436;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"IMG_1452.HEIC_-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199185;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"IMG_1452.HEIC_-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41911;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"IMG_1452.HEIC_-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69673;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"IMG_1452.HEIC_-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77456;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"IMG_1452.HEIC_-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112733;}}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:{}}}'),
(252,413,'_shortpixel_was_converted','1720206997'),
(253,414,'_wp_attached_file','2018/03/IMG_1452.jpg'),
(254,414,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:20:\"2018/03/IMG_1452.jpg\";s:8:\"filesize\";i:157627;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_1452-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34507;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1452-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4736;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_1452-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168468;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_1452-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26261;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_1452-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:255049;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1452-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9272;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_1452-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:255049;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_1452-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37436;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"IMG_1452-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199185;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_1452-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41911;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_1452-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69673;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_1452-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77456;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_1452-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112733;}}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:{}}}'),
(255,414,'_shortpixel_was_converted','1720206997'),
(256,416,'_wp_attached_file','2018/03/IMG002.jpeg'),
(257,416,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG002.jpeg\";s:8:\"filesize\";i:43301;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG002-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14906;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG002-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2700;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG002-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41548;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG002-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12696;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG002-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4788;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG002-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15929;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG002-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18098;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG002-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29403;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG002-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29516;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG002-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28751;}}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:{}}}'),
(258,416,'_shortpixel_was_converted','1720207013'),
(259,417,'_wp_attached_file','2018/03/IMG004.jpeg'),
(260,417,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG004.jpeg\";s:8:\"filesize\";i:43182;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG004-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14721;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG004-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2696;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG004-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41260;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG004-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12555;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG004-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4722;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG004-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15776;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG004-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17875;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG004-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29335;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG004-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29599;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG004-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28480;}}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:{}}}'),
(261,417,'_shortpixel_was_converted','1720207013'),
(262,418,'_wp_attached_file','2018/03/IMG005.jpeg'),
(263,418,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG005.jpeg\";s:8:\"filesize\";i:36622;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG005-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13387;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG005-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2693;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG005-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35527;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG005-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11626;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG005-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4583;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG005-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13838;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG005-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15700;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG005-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25277;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG005-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25380;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG005-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25091;}}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:{}}}'),
(264,418,'_shortpixel_was_converted','1720207013'),
(265,419,'_wp_attached_file','2018/03/IMG006.jpeg'),
(266,419,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG006.jpeg\";s:8:\"filesize\";i:37200;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG006-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13017;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG006-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2392;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG006-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35976;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG006-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11066;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG006-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4178;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG006-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13480;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG006-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15307;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG006-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25294;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG006-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25259;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG006-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25022;}}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:{}}}'),
(267,419,'_shortpixel_was_converted','1720207013'),
(268,420,'_wp_attached_file','2018/03/IMG007.jpeg'),
(269,420,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG007.jpeg\";s:8:\"filesize\";i:38532;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG007-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13186;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG007-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2340;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG007-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37020;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG007-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11373;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG007-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4178;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG007-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13852;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG007-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15816;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG007-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26078;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG007-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26164;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG007-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25684;}}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:{}}}'),
(270,420,'_shortpixel_was_converted','1720207013'),
(271,421,'_wp_attached_file','2018/03/IMG009.jpeg'),
(272,421,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG009.jpeg\";s:8:\"filesize\";i:17526;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG009-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8491;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG009-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2140;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG009-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19616;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG009-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7939;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG009-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3472;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG009-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8129;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG009-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9487;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG009-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14330;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG009-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12365;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG009-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14531;}}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:{}}}'),
(273,421,'_shortpixel_was_converted','1720207013'),
(274,422,'_wp_attached_file','2018/03/IMG010.jpeg'),
(275,422,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG010.jpeg\";s:8:\"filesize\";i:17094;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG010-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8185;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG010-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2090;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG010-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19191;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG010-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7698;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG010-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3386;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG010-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7822;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG010-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9128;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG010-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13940;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG010-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11940;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG010-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14129;}}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:{}}}'),
(276,422,'_shortpixel_was_converted','1720207013'),
(277,423,'_wp_attached_file','2018/03/IMG019.jpeg'),
(278,423,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG019.jpeg\";s:8:\"filesize\";i:27753;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG019-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16095;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG019-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3220;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG019-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39987;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG019-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14001;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG019-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5649;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG019-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17158;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG019-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19302;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG019-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29431;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG019-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25369;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG019-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29030;}}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:{}}}'),
(279,423,'_shortpixel_was_converted','1720207013'),
(280,424,'_wp_attached_file','2018/03/IMG021.jpeg'),
(281,424,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG021.jpeg\";s:8:\"filesize\";i:30236;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG021-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16573;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG021-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3326;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG021-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42398;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG021-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14498;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG021-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5709;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG021-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17354;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG021-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19857;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG021-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30696;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG021-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26826;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG021-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30585;}}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:{}}}'),
(282,424,'_shortpixel_was_converted','1720207013'),
(283,425,'_wp_attached_file','2018/03/IMG022.jpeg'),
(284,425,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG022.jpeg\";s:8:\"filesize\";i:46706;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG022-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16896;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG022-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3258;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG022-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44960;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG022-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14554;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG022-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5757;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG022-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17592;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG022-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20104;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG022-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32112;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG022-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32228;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG022-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31685;}}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:{}}}'),
(285,425,'_shortpixel_was_converted','1720207013'),
(286,426,'_wp_attached_file','2018/03/IMG023.jpeg'),
(287,426,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG023.jpeg\";s:8:\"filesize\";i:47491;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG023-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17122;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG023-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3301;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG023-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45638;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG023-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14790;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG023-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5721;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG023-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17743;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG023-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20458;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG023-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32540;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG023-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32698;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG023-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32035;}}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:{}}}'),
(288,426,'_shortpixel_was_converted','1720207013'),
(289,427,'_wp_attached_file','2018/03/IMG024.jpeg'),
(290,427,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG024.jpeg\";s:8:\"filesize\";i:30822;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG024-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16794;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG024-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3330;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG024-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43038;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG024-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14719;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG024-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5731;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG024-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17568;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG024-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20076;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG024-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31176;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG024-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27250;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG024-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31113;}}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:{}}}'),
(291,427,'_shortpixel_was_converted','1720207013'),
(292,428,'_wp_attached_file','2018/03/IMG025.jpeg'),
(293,428,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG025.jpeg\";s:8:\"filesize\";i:29237;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG025-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16301;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG025-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3304;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG025-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41518;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG025-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14290;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG025-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5661;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG025-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16904;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG025-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19391;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG025-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30027;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG025-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26179;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG025-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29941;}}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:{}}}'),
(294,428,'_shortpixel_was_converted','1720207013'),
(295,429,'_wp_attached_file','2018/03/IMG026.jpeg'),
(296,429,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG026.jpeg\";s:8:\"filesize\";i:47376;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG026-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17138;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG026-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3360;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG026-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45487;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG026-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14843;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG026-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5824;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG026-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17745;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG026-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20345;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG026-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32582;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG026-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32726;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG026-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31982;}}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:{}}}'),
(297,429,'_shortpixel_was_converted','1720207013'),
(298,430,'_wp_attached_file','2018/03/IMG027.jpeg'),
(299,430,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG027.jpeg\";s:8:\"filesize\";i:44675;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG027-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16348;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG027-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3232;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG027-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42918;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG027-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13997;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG027-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5559;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG027-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16741;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG027-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19157;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG027-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30690;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG027-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30796;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG027-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30176;}}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:{}}}'),
(300,430,'_shortpixel_was_converted','1720207013'),
(301,431,'_wp_attached_file','2018/03/IMG029.jpeg'),
(302,431,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG029.jpeg\";s:8:\"filesize\";i:42561;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG029-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15453;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG029-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3002;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG029-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41031;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG029-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13448;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG029-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5220;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG029-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16249;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG029-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18367;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG029-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29395;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG029-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29422;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG029-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28904;}}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:{}}}'),
(303,431,'_shortpixel_was_converted','1720207013'),
(304,432,'_wp_attached_file','2018/03/IMG030.jpeg'),
(305,432,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG030.jpeg\";s:8:\"filesize\";i:42924;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG030-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15531;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG030-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3055;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG030-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41487;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG030-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13455;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG030-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5241;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG030-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16387;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG030-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18448;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG030-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29659;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG030-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29613;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG030-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29132;}}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:{}}}'),
(306,432,'_shortpixel_was_converted','1720207013'),
(307,433,'_wp_attached_file','2018/03/IMG034.jpeg'),
(308,433,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG034.jpeg\";s:8:\"filesize\";i:40808;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG034-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14826;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG034-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2950;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG034-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39719;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG034-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12771;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG034-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5056;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG034-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15479;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG034-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17468;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG034-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28027;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG034-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28205;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG034-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27821;}}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:{}}}'),
(309,433,'_shortpixel_was_converted','1720207013'),
(310,434,'_wp_attached_file','2018/03/IMG035.jpeg'),
(311,434,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG035.jpeg\";s:8:\"filesize\";i:38652;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG035-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14344;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG035-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2914;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG035-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37850;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG035-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12410;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG035-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5004;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG035-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14554;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG035-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16773;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG035-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26658;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG035-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26336;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG035-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26803;}}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:{}}}'),
(312,434,'_shortpixel_was_converted','1720207013'),
(313,438,'_wp_attached_file','2018/03/IMG008.jpeg'),
(314,438,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG008.jpeg\";s:8:\"filesize\";i:36947;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG008-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12892;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG008-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2408;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG008-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35846;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG008-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11203;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG008-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4170;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG008-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13417;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG008-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15362;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG008-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25269;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG008-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24368;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG008-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25005;}}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:{}}}'),
(315,438,'_shortpixel_was_converted','1720207013'),
(316,439,'_wp_attached_file','2018/03/IMG015.jpeg'),
(317,439,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG015.jpeg\";s:8:\"filesize\";i:34615;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG015-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12439;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG015-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2425;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG015-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34058;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG015-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10989;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG015-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4191;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG015-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12825;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG015-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14641;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG015-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23812;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG015-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23649;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG015-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23785;}}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:{}}}'),
(318,439,'_shortpixel_was_converted','1720207021'),
(319,484,'_wp_attached_file','2018/03/fighting.jpg'),
(320,484,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/03/fighting.jpg\";s:8:\"filesize\";i:83291;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"fighting-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27187;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"fighting-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4588;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"fighting-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67918;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"fighting-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21976;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"fighting-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149259;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"fighting-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8568;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"fighting-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97460;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"fighting-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28750;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"fighting-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127528;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"fighting-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33167;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"fighting-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52220;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"fighting-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162377;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"fighting-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50707;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"fighting-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140640;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"fighting-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47147;}}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:{}}}'),
(321,484,'_shortpixel_was_converted','1720207021'),
(322,486,'_wp_attached_file','2018/03/20180209_104920.jpg'),
(323,486,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:27:\"2018/03/20180209_104920.jpg\";s:8:\"filesize\";i:51544;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"20180209_104920-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9941;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"20180209_104920-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2102;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"20180209_104920-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27546;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"20180209_104920-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8430;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"20180209_104920-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68691;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"20180209_104920-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3422;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"20180209_104920-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42622;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"20180209_104920-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12855;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"20180209_104920-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71993;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"20180209_104920-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13213;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"20180209_104920-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20707;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"20180209_104920-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75327;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"20180209_104920-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18836;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"20180209_104920-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64525;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"20180209_104920-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18625;}}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:{}}}'),
(324,486,'_shortpixel_was_converted','1720207021'),
(325,506,'_wp_attached_file','2018/03/carbine_high_ready-e1521919096910.jpg'),
(326,506,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:45:\"2018/03/carbine_high_ready-e1521919096910.jpg\";s:8:\"filesize\";i:53245;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:45:\"carbine_high_ready-e1521919096910-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24784;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:45:\"carbine_high_ready-e1521919096910-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4754;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:45:\"carbine_high_ready-e1521919096910-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68953;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"carbine_high_ready-e1521919096910-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24784;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"carbine_high_ready-e1521919096910-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8591;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"carbine_high_ready-e1521919096910-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98672;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"carbine_high_ready-e1521919096910-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26406;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"carbine_high_ready-e1521919096910-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104305;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"carbine_high_ready-e1521919096910-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29169;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"carbine_high_ready-e1521919096910-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43590;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"carbine_high_ready-e1521919096910-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42830;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"carbine_high_ready-e1521919096910-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49514;}}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:{}}}'),
(327,506,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3312;s:6:\"height\";i:2848;s:4:\"file\";s:22:\"carbine_high_ready.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:31:\"carbine_high_ready-1024x881.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:881;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:28:\"carbine_high_ready-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-200x172.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-690x593.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(328,506,'_shortpixel_was_converted','1720207021'),
(329,507,'_wp_attached_file','2018/03/carbine_laying_down.jpg'),
(330,507,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/03/carbine_laying_down.jpg\";s:8:\"filesize\";i:97215;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"carbine_laying_down-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25140;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"carbine_laying_down-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4035;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"carbine_laying_down-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61045;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"carbine_laying_down-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17849;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"carbine_laying_down-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146551;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"carbine_laying_down-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7498;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"carbine_laying_down-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92246;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"carbine_laying_down-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28374;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"carbine_laying_down-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149975;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"carbine_laying_down-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31702;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"carbine_laying_down-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50695;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"carbine_laying_down-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158533;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"carbine_laying_down-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47318;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"carbine_laying_down-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205277;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"carbine_laying_down-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137186;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"carbine_laying_down-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41178;}}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:{}}}'),
(331,507,'_shortpixel_was_converted','1720207021'),
(332,508,'_wp_attached_file','2018/03/carbine_platform.jpg'),
(333,508,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:28:\"2018/03/carbine_platform.jpg\";s:8:\"filesize\";i:53800;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"carbine_platform-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18242;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"carbine_platform-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3637;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"carbine_platform-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37524;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"carbine_platform-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12729;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"carbine_platform-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85074;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"carbine_platform-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6296;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"carbine_platform-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54708;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"carbine_platform-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19174;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"carbine_platform-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88364;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"carbine_platform-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21104;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"carbine_platform-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32421;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"carbine_platform-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91936;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"carbine_platform-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33657;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:29:\"carbine_platform-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118649;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"carbine_platform-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79957;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"carbine_platform-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26428;}}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:{}}}'),
(334,508,'_shortpixel_was_converted','1720207021'),
(335,509,'_wp_attached_file','2018/03/carbine.jpg'),
(336,509,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:19:\"2018/03/carbine.jpg\";s:8:\"filesize\";i:81719;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"carbine-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27935;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"carbine-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4521;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"carbine-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91310;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"carbine-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27935;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"carbine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8378;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"carbine-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134479;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"carbine-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27726;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"carbine-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134533;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"carbine-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31846;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"carbine-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50798;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"carbine-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53071;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"carbine-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62677;}}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:{}}}'),
(337,509,'_shortpixel_was_converted','1720207021'),
(338,510,'_wp_attached_file','2018/03/elbow_sq.jpg'),
(339,510,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/03/elbow_sq.jpg\";s:8:\"filesize\";i:85406;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"elbow_sq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27511;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"elbow_sq-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4504;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"elbow_sq-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93086;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"elbow_sq-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27511;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"elbow_sq-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8346;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"elbow_sq-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138823;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"elbow_sq-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30013;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"elbow_sq-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152581;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"elbow_sq-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33937;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"elbow_sq-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55059;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"elbow_sq-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55548;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"elbow_sq-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63209;}}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:{}}}'),
(340,510,'_shortpixel_was_converted','1720207021'),
(341,511,'_wp_attached_file','2018/03/narrow_carbine.jpg'),
(342,511,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1848;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2018/03/narrow_carbine.jpg\";s:8:\"filesize\";i:88898;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"narrow_carbine-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18490;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"narrow_carbine-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3665;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"narrow_carbine-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40568;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"narrow_carbine-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13247;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"narrow_carbine-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93201;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"narrow_carbine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6405;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"narrow_carbine-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59844;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"narrow_carbine-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169715;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"narrow_carbine-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23381;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"narrow_carbine-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107557;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"narrow_carbine-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24200;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"narrow_carbine-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36341;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"narrow_carbine-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101667;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"narrow_carbine-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33437;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:27:\"narrow_carbine-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129971;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"narrow_carbine-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88309;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"narrow_carbine-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28021;}}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:{}}}'),
(343,511,'_shortpixel_was_converted','1720207021'),
(344,512,'_wp_attached_file','2018/03/narrow_combatives_pads.jpg'),
(345,512,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1595;s:6:\"height\";i:798;s:4:\"file\";s:34:\"2018/03/narrow_combatives_pads.jpg\";s:8:\"filesize\";i:119903;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"narrow_combatives_pads-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26274;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"narrow_combatives_pads-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3853;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"narrow_combatives_pads-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53007;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"narrow_combatives_pads-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13982;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"narrow_combatives_pads-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135861;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"narrow_combatives_pads-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7383;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"narrow_combatives_pads-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82594;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"narrow_combatives_pads-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257888;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"narrow_combatives_pads-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30123;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"narrow_combatives_pads-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169342;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"narrow_combatives_pads-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33635;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"narrow_combatives_pads-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54444;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"narrow_combatives_pads-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149006;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"narrow_combatives_pads-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50748;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"narrow_combatives_pads-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194311;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"narrow_combatives_pads-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127668;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"narrow_combatives_pads-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33993;}}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:{}}}'),
(346,512,'_shortpixel_was_converted','1720207021'),
(347,513,'_wp_attached_file','2018/03/narrow_elbow.jpg'),
(348,513,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1836;s:6:\"height\";i:918;s:4:\"file\";s:24:\"2018/03/narrow_elbow.jpg\";s:8:\"filesize\";i:136004;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"narrow_elbow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26581;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"narrow_elbow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4340;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"narrow_elbow-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52462;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"narrow_elbow-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15577;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"narrow_elbow-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127877;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"narrow_elbow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8061;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"narrow_elbow-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79424;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"narrow_elbow-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238421;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"narrow_elbow-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30278;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"narrow_elbow-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159664;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"narrow_elbow-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34021;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"narrow_elbow-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54258;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"narrow_elbow-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139863;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"narrow_elbow-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50588;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"narrow_elbow-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181326;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"narrow_elbow-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120509;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"narrow_elbow-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34766;}}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:{}}}'),
(349,513,'_shortpixel_was_converted','1720207021'),
(350,514,'_wp_attached_file','2018/03/narrow_fighting.jpg'),
(351,514,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1593;s:6:\"height\";i:797;s:4:\"file\";s:27:\"2018/03/narrow_fighting.jpg\";s:8:\"filesize\";i:73153;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"narrow_fighting-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22845;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"narrow_fighting-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4269;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"narrow_fighting-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42138;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"narrow_fighting-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14084;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"narrow_fighting-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94084;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"narrow_fighting-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7903;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"narrow_fighting-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60841;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"narrow_fighting-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170925;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"narrow_fighting-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25866;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"narrow_fighting-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116050;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"narrow_fighting-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27958;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"narrow_fighting-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41835;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"narrow_fighting-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102486;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"narrow_fighting-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42783;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"narrow_fighting-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131492;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"narrow_fighting-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89255;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"narrow_fighting-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29475;}}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:{}}}'),
(352,514,'_shortpixel_was_converted','1720207021'),
(353,515,'_wp_attached_file','2018/03/narrow_pistol-plaid-2.jpg'),
(354,515,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1467;s:6:\"height\";i:733;s:4:\"file\";s:33:\"2018/03/narrow_pistol-plaid-2.jpg\";s:8:\"filesize\";i:54539;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"narrow_pistol-plaid-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15872;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"narrow_pistol-plaid-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3308;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"narrow_pistol-plaid-2-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34253;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"narrow_pistol-plaid-2-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11291;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"narrow_pistol-plaid-2-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79391;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"narrow_pistol-plaid-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5563;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"narrow_pistol-plaid-2-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50558;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"narrow_pistol-plaid-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19418;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"narrow_pistol-plaid-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91563;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"narrow_pistol-plaid-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20465;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"narrow_pistol-plaid-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30927;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"narrow_pistol-plaid-2-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86616;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"narrow_pistol-plaid-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29227;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:34:\"narrow_pistol-plaid-2-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111269;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"narrow_pistol-plaid-2-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75065;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"narrow_pistol-plaid-2-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23446;}}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:{}}}'),
(355,515,'_shortpixel_was_converted','1720207021'),
(356,516,'_wp_attached_file','2018/03/narrow_pistol-plaid.jpg'),
(357,516,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1467;s:6:\"height\";i:733;s:4:\"file\";s:31:\"2018/03/narrow_pistol-plaid.jpg\";s:8:\"filesize\";i:61505;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"narrow_pistol-plaid-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20319;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"narrow_pistol-plaid-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3984;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"narrow_pistol-plaid-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37052;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"narrow_pistol-plaid-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12328;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"narrow_pistol-plaid-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86654;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"narrow_pistol-plaid-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6843;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"narrow_pistol-plaid-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54815;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"narrow_pistol-plaid-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23445;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"narrow_pistol-plaid-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115078;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"narrow_pistol-plaid-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25847;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"narrow_pistol-plaid-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40190;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"narrow_pistol-plaid-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94844;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"narrow_pistol-plaid-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37395;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:32:\"narrow_pistol-plaid-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122399;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"narrow_pistol-plaid-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81881;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"narrow_pistol-plaid-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25231;}}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:{}}}'),
(358,516,'_shortpixel_was_converted','1720207021'),
(359,517,'_wp_attached_file','2018/03/p_rfile_in_grass.jpg'),
(360,517,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1848;s:6:\"height\";i:924;s:4:\"file\";s:28:\"2018/03/p_rfile_in_grass.jpg\";s:8:\"filesize\";i:207199;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"p_rfile_in_grass-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31908;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"p_rfile_in_grass-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4577;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"p_rfile_in_grass-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60750;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"p_rfile_in_grass-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16011;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"p_rfile_in_grass-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165724;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"p_rfile_in_grass-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8845;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"p_rfile_in_grass-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96743;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"p_rfile_in_grass-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:330232;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"p_rfile_in_grass-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34859;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"p_rfile_in_grass-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218269;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"p_rfile_in_grass-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39332;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"p_rfile_in_grass-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65828;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"p_rfile_in_grass-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183786;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"p_rfile_in_grass-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65869;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:29:\"p_rfile_in_grass-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:245045;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"p_rfile_in_grass-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154894;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"p_rfile_in_grass-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38664;}}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:{}}}'),
(361,517,'_shortpixel_was_converted','1720207021'),
(362,518,'_wp_attached_file','2018/03/pistol-plaid-2.jpg'),
(363,518,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2018/03/pistol-plaid-2.jpg\";s:8:\"filesize\";i:49938;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"pistol-plaid-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20526;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"pistol-plaid-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4128;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"pistol-plaid-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60322;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"pistol-plaid-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20526;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"pistol-plaid-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7176;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"pistol-plaid-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87034;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"pistol-plaid-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22161;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"pistol-plaid-2-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92944;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"pistol-plaid-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24742;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"pistol-plaid-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37557;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"pistol-plaid-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35581;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"pistol-plaid-2-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42507;}}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:{}}}'),
(364,518,'_shortpixel_was_converted','1720207021'),
(365,6,'_shortpixel_was_converted','1720206970'),
(366,19,'_shortpixel_was_converted','1720206970'),
(367,20,'_shortpixel_was_converted','1720206970'),
(368,21,'_shortpixel_was_converted','1720206977'),
(369,22,'_wp_attachment_context','custom-logo'),
(370,22,'_shortpixel_was_converted','1720206977'),
(371,22,'_oembed_3f85a8acacbbc9f27840fcdcf5fb07c8','{{unknown}}'),
(372,23,'_wp_attachment_context','custom-logo'),
(373,23,'_shortpixel_was_converted','1720206977'),
(374,23,'_oembed_4022da977785eab1e81bfcf489f12d4b','{{unknown}}'),
(375,24,'_wp_attachment_image_alt','Precision Rifle Classes'),
(376,24,'_wp_attachment_backup_sizes','a:22:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1067;s:6:\"height\";i:576;s:4:\"file\";s:16:\"rifle_header.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-768x415.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:25:\"rifle_header-1024x553.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-200x108.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-690x372.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1517083672882\";a:3:{s:5:\"width\";i:768;s:6:\"height\";i:576;s:4:\"file\";s:31:\"rifle_header-e1517083340518.jpg\";}s:23:\"thumbnail-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-small-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-large-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-blog-image-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1517083968747\";a:3:{s:5:\"width\";i:768;s:6:\"height\";i:576;s:4:\"file\";s:31:\"rifle_header-e1517083672882.jpg\";}s:23:\"thumbnail-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-small-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-large-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-blog-image-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(377,24,'_edit_last','1'),
(378,24,'_shortpixel_was_converted','1720206977'),
(379,25,'_wp_attachment_image_alt','Carbine Classes'),
(380,25,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:960;s:6:\"height\";i:576;s:4:\"file\";s:18:\"carbine_header.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-200x120.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-690x414.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1521240651480\";a:3:{s:5:\"width\";i:768;s:6:\"height\";i:576;s:4:\"file\";s:33:\"carbine_header-e1517083525740.jpg\";}}'),
(381,25,'_edit_last','1'),
(382,25,'_shortpixel_was_converted','1720206977'),
(383,26,'_wp_attachment_image_alt','Pistol Classes'),
(384,26,'_wp_attachment_backup_sizes','a:15:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1160;s:6:\"height\";i:800;s:4:\"file\";s:17:\"pistol_header.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-768x530.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:26:\"pistol_header-1024x706.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:706;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-200x138.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-690x476.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1521241232795\";a:3:{s:5:\"width\";i:919;s:6:\"height\";i:690;s:4:\"file\";s:32:\"pistol_header-e1517083439476.jpg\";}s:23:\"thumbnail-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-small-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-large-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-blog-image-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(385,26,'_edit_last','1'),
(386,26,'_shortpixel_was_converted','1720206977'),
(387,31,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:19:\"20170215_094146.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:28:\"20170215_094146-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(388,31,'_shortpixel_was_converted','1720206977'),
(389,45,'_shortpixel_was_converted','1720206977'),
(390,51,'_shortpixel_was_converted','1720206977'),
(391,55,'_shortpixel_was_converted','1720206977'),
(392,56,'_wp_attachment_context','custom-header'),
(393,56,'_shortpixel_was_converted','1720206976'),
(394,62,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:334;s:4:\"file\";s:17:\"atsi_logo_big.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"atsi_logo_big-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"atsi_logo_big-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:25:\"atsi_logo_big-200x134.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:25:\"atsi_logo_big-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(395,62,'_edit_last','1'),
(396,62,'_wp_attachment_image_alt','Amtac Shooting Logo'),
(397,62,'_shortpixel_was_converted','1720206976'),
(398,63,'_wp_attachment_context','site-icon'),
(399,63,'_shortpixel_was_converted','1720206976'),
(400,63,'_oembed_aafba14d7556d5cd6da66ffb27bbd8d5','{{unknown}}'),
(401,65,'_wp_attachment_is_custom_background','talon/talon'),
(402,65,'_shortpixel_was_converted','1720206976'),
(403,70,'_shortpixel_was_converted','1720206976'),
(404,71,'_shortpixel_was_converted','1720206976'),
(405,72,'_shortpixel_was_converted','1720206976'),
(406,73,'_shortpixel_was_converted','1720206976'),
(407,74,'_shortpixel_was_converted','1720206976'),
(408,86,'_shortpixel_was_converted','1720206976'),
(409,161,'_shortpixel_was_converted','1720206987'),
(410,165,'_shortpixel_was_converted','1720206987'),
(411,196,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2200;s:6:\"height\";i:1467;s:4:\"file\";s:17:\"6X0C2057-Edit.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:26:\"6X0C2057-Edit-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-690x460.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(412,196,'_shortpixel_was_converted','1720206987'),
(413,201,'_shortpixel_was_converted','1720206987'),
(414,203,'_shortpixel_was_converted','1720206987'),
(415,206,'_shortpixel_was_converted','1720206987'),
(416,207,'_wp_attachment_image_alt',''),
(417,207,'_shortpixel_was_converted','1720206987'),
(418,214,'_shortpixel_was_converted','1720206987'),
(419,215,'_wp_attachment_context','custom-header'),
(420,215,'_edit_last','1'),
(421,215,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"cropped-pistol.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:27:\"cropped-pistol-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-690x388.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(422,215,'_shortpixel_was_converted','1720206987'),
(423,222,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4160;s:6:\"height\";i:2340;s:4:\"file\";s:21:\"Precision-Rifle-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:30:\"Precision-Rifle-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-690x388.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(424,222,'_shortpixel_was_converted','1720206987'),
(425,225,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:350;s:6:\"height\";i:263;s:4:\"file\";s:12:\"carbine4.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"carbine4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"carbine4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"carbine4-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"carbine4-280x263.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(426,225,'_shortpixel_was_converted','1720206987'),
(427,227,'_shortpixel_was_converted','1720206987'),
(428,228,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:5050;s:6:\"height\";i:3287;s:4:\"file\";s:20:\"Hybrid-Carbine-2.jpg\";}}'),
(429,228,'_edit_last','1'),
(430,228,'_shortpixel_was_converted','1720206987'),
(431,229,'_shortpixel_was_converted','1720206987'),
(432,230,'_shortpixel_was_converted','1720206987'),
(433,269,'_edit_last','1'),
(434,269,'_shortpixel_was_converted','1720206987'),
(435,273,'_shortpixel_was_converted','1720206987'),
(436,274,'_shortpixel_was_converted','1720206987'),
(437,275,'_shortpixel_was_converted','1720206987'),
(438,292,'_shortpixel_was_converted','1720206987'),
(439,303,'_shortpixel_was_converted','1720206997'),
(440,304,'_shortpixel_was_converted','1720206997'),
(441,316,'_shortpixel_was_converted','1720206997'),
(442,380,'_gallery_link_url','https://sayoctactical.com/'),
(443,380,'_gallery_link_target','_blank'),
(444,380,'_gallery_link_preserve_click','remove'),
(445,380,'_gallery_link_additional_css_classes',''),
(446,380,'_shortpixel_was_converted','1720206997'),
(447,381,'_gallery_link_url','https://defoor-proformance-shooting.myshopify.com'),
(448,381,'_gallery_link_target','_blank'),
(449,381,'_gallery_link_preserve_click','remove'),
(450,381,'_gallery_link_additional_css_classes',''),
(451,381,'_shortpixel_was_converted','1720206997'),
(452,382,'_edit_last','1'),
(453,382,'_oembed_206a125b57db15f38022bc968a05f32c','{{unknown}}'),
(454,382,'_gallery_link_url','http://www.gustavomachado.com'),
(455,382,'_gallery_link_target',''),
(456,382,'_gallery_link_preserve_click','remove'),
(457,382,'_gallery_link_additional_css_classes',''),
(458,382,'_shortpixel_was_converted','1720206997'),
(459,383,'_gallery_link_url','www.black-hills.com'),
(460,383,'_gallery_link_target',''),
(461,383,'_gallery_link_preserve_click','remove'),
(462,383,'_gallery_link_additional_css_classes',''),
(463,383,'_shortpixel_was_converted','1720206997'),
(464,384,'_gallery_link_url','www.blackpointtactical.com'),
(465,384,'_gallery_link_target',''),
(466,384,'_gallery_link_preserve_click','remove'),
(467,384,'_gallery_link_additional_css_classes',''),
(468,384,'_shortpixel_was_converted','1720206997'),
(469,385,'_gallery_link_url','https://www.proofresearch.com'),
(470,385,'_gallery_link_target','_blank'),
(471,385,'_gallery_link_preserve_click','remove'),
(472,519,'_wp_attached_file','2018/03/pistol-plaid.jpg'),
(473,385,'_gallery_link_additional_css_classes',''),
(474,519,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2018/03/pistol-plaid.jpg\";s:8:\"filesize\";i:55376;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"pistol-plaid-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22699;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"pistol-plaid-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4419;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"pistol-plaid-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67148;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"pistol-plaid-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22699;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"pistol-plaid-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7830;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"pistol-plaid-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97417;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"pistol-plaid-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24084;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"pistol-plaid-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102878;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"pistol-plaid-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26901;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"pistol-plaid-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41511;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"pistol-plaid-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44501;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"pistol-plaid-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47221;}}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:{}}}'),
(475,385,'_shortpixel_was_converted','1720206997'),
(476,386,'_gallery_link_url','http://www.usnightvision.com'),
(477,386,'_gallery_link_target','_blank'),
(478,386,'_gallery_link_preserve_click','remove'),
(479,386,'_gallery_link_additional_css_classes',''),
(480,386,'_shortpixel_was_converted','1720206997'),
(481,387,'_gallery_link_url','http://vortexoptics.com'),
(482,387,'_gallery_link_target','_blank'),
(483,387,'_gallery_link_preserve_click','remove'),
(484,387,'_gallery_link_additional_css_classes',''),
(485,387,'_shortpixel_was_converted','1720206997'),
(486,405,'_shortpixel_was_converted','1720206997'),
(487,406,'_shortpixel_was_converted','1720206997'),
(488,519,'_shortpixel_was_converted','1720207021'),
(489,408,'_shortpixel_was_converted','1720206997'),
(490,520,'_wp_attached_file','2018/03/pistol-proof.jpg'),
(491,520,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2133;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2018/03/pistol-proof.jpg\";s:8:\"filesize\";i:184462;s:5:\"sizes\";a:18:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"pistol-proof-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32772;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"pistol-proof-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4860;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"pistol-proof-600x260.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53640;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"pistol-proof-300x130.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:130;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15638;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"pistol-proof-1024x444.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135524;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"pistol-proof-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9349;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"pistol-proof-768x333.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82743;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"pistol-proof-1536x665.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:665;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:254847;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:25:\"pistol-proof-2048x887.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:887;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:389708;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"pistol-proof-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35031;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"pistol-proof-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178732;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"pistol-proof-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38851;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"pistol-proof-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61864;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"pistol-proof-1080x468.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148069;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"pistol-proof-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66000;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"pistol-proof-1280x554.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:554;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193423;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"pistol-proof-980x425.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126356;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"pistol-proof-480x208.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35284;}}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:{}}}'),
(492,520,'_shortpixel_was_converted','1720207021'),
(493,521,'_wp_attached_file','2018/03/Ready-for-hike-ski.jpg'),
(494,521,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:30:\"2018/03/Ready-for-hike-ski.jpg\";s:8:\"filesize\";i:52509;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"Ready-for-hike-ski-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25538;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"Ready-for-hike-ski-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5068;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"Ready-for-hike-ski-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70076;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Ready-for-hike-ski-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25538;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Ready-for-hike-ski-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9070;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Ready-for-hike-ski-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99539;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"Ready-for-hike-ski-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25741;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"Ready-for-hike-ski-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101745;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"Ready-for-hike-ski-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29138;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"Ready-for-hike-ski-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43268;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"Ready-for-hike-ski-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43985;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"Ready-for-hike-ski-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50276;}}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:{}}}'),
(495,521,'_shortpixel_was_converted','1720207021'),
(496,412,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:18:\"IMG_1452.HEIC_.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:27:\"IMG_1452.HEIC_-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:27:\"IMG_1452.HEIC_-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"IMG_1452.HEIC_-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-200x267.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-690x920.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:920;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(497,412,'_wp_attachment_image_alt','FLIR Thermosight Pro PTS233,'),
(498,412,'_shortpixel_was_converted','1720206997'),
(499,413,'_shortpixel_was_converted','1720206997'),
(500,414,'_shortpixel_was_converted','1720206997'),
(501,416,'_shortpixel_was_converted','1720207013'),
(502,417,'_shortpixel_was_converted','1720207013'),
(503,418,'_shortpixel_was_converted','1720207013'),
(504,419,'_shortpixel_was_converted','1720207013'),
(505,420,'_shortpixel_was_converted','1720207013'),
(506,421,'_shortpixel_was_converted','1720207013'),
(507,422,'_shortpixel_was_converted','1720207013'),
(508,423,'_shortpixel_was_converted','1720207013'),
(509,424,'_shortpixel_was_converted','1720207013'),
(510,425,'_shortpixel_was_converted','1720207013'),
(511,426,'_shortpixel_was_converted','1720207013'),
(512,427,'_shortpixel_was_converted','1720207013'),
(513,428,'_shortpixel_was_converted','1720207013'),
(514,429,'_shortpixel_was_converted','1720207013'),
(515,430,'_shortpixel_was_converted','1720207013'),
(516,431,'_shortpixel_was_converted','1720207013'),
(517,432,'_shortpixel_was_converted','1720207013'),
(518,433,'_shortpixel_was_converted','1720207013'),
(519,434,'_shortpixel_was_converted','1720207013'),
(520,438,'_shortpixel_was_converted','1720207013'),
(521,439,'_shortpixel_was_converted','1720207021'),
(522,484,'_shortpixel_was_converted','1720207021'),
(523,486,'_shortpixel_was_converted','1720207021'),
(524,506,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3312;s:6:\"height\";i:2848;s:4:\"file\";s:22:\"carbine_high_ready.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:31:\"carbine_high_ready-1024x881.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:881;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:28:\"carbine_high_ready-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-200x172.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-690x593.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(525,506,'_shortpixel_was_converted','1720207021'),
(526,507,'_shortpixel_was_converted','1720207021'),
(527,508,'_shortpixel_was_converted','1720207021'),
(528,509,'_shortpixel_was_converted','1720207021'),
(529,510,'_shortpixel_was_converted','1720207021'),
(530,511,'_shortpixel_was_converted','1720207021'),
(531,512,'_shortpixel_was_converted','1720207021'),
(532,513,'_shortpixel_was_converted','1720207021'),
(533,514,'_shortpixel_was_converted','1720207021'),
(534,515,'_shortpixel_was_converted','1720207021'),
(535,516,'_shortpixel_was_converted','1720207021'),
(536,517,'_shortpixel_was_converted','1720207021'),
(537,518,'_shortpixel_was_converted','1720207021'),
(538,519,'_shortpixel_was_converted','1720207021'),
(539,520,'_shortpixel_was_converted','1720207021'),
(540,521,'_shortpixel_was_converted','1720207021'),
(541,522,'_wp_attached_file','2018/03/sitting-teaching.jpg'),
(542,522,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:28:\"2018/03/sitting-teaching.jpg\";s:8:\"filesize\";i:61734;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"sitting-teaching-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25548;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"sitting-teaching-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4675;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"sitting-teaching-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73996;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"sitting-teaching-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25548;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"sitting-teaching-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8432;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"sitting-teaching-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106288;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"sitting-teaching-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24712;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"sitting-teaching-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101555;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"sitting-teaching-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27736;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"sitting-teaching-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42323;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"sitting-teaching-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48017;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"sitting-teaching-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52342;}}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:{}}}'),
(543,522,'_shortpixel_was_converted','1720207021'),
(544,523,'_wp_attached_file','2018/03/sitting-teaching-1.jpg'),
(545,523,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:30:\"2018/03/sitting-teaching-1.jpg\";s:8:\"filesize\";i:61734;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"sitting-teaching-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25548;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"sitting-teaching-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4675;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"sitting-teaching-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73996;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"sitting-teaching-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25548;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"sitting-teaching-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:8432;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"sitting-teaching-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106288;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"sitting-teaching-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24712;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"sitting-teaching-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101555;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"sitting-teaching-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27736;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"sitting-teaching-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42323;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"sitting-teaching-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48017;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"sitting-teaching-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52342;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(546,523,'_shortpixel_was_converted','1720207021'),
(547,524,'_wp_attached_file','2018/03/snow_hike.jpg'),
(548,524,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:21:\"2018/03/snow_hike.jpg\";s:8:\"filesize\";i:45772;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"snow_hike-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18578;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"snow_hike-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3510;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"snow_hike-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57770;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"snow_hike-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18578;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"snow_hike-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6204;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"snow_hike-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84222;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"snow_hike-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23136;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"snow_hike-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99644;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"snow_hike-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24631;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"snow_hike-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37945;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"snow_hike-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37526;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"snow_hike-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40089;}}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:{}}}'),
(549,524,'_shortpixel_was_converted','1720207035'),
(550,525,'_wp_attached_file','2018/03/snow_hike-1.jpg'),
(551,525,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:23:\"2018/03/snow_hike-1.jpg\";s:8:\"filesize\";i:45772;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"snow_hike-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18578;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"snow_hike-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3510;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"snow_hike-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57770;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"snow_hike-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18578;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"snow_hike-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:6204;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"snow_hike-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84222;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"snow_hike-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23136;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"snow_hike-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99644;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"snow_hike-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24631;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"snow_hike-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37945;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"snow_hike-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37526;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"snow_hike-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40089;}}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:{}}}'),
(552,525,'_shortpixel_was_converted','1720207035'),
(553,526,'_wp_attached_file','2018/03/snowy_Bill.jpg'),
(554,526,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/03/snowy_Bill.jpg\";s:8:\"filesize\";i:55447;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"snowy_Bill-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20221;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"snowy_Bill-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3189;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"snowy_Bill-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68427;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"snowy_Bill-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20221;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"snowy_Bill-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5847;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"snowy_Bill-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101466;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"snowy_Bill-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22627;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"snowy_Bill-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110811;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"snowy_Bill-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25263;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"snowy_Bill-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40513;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"snowy_Bill-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42391;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"snowy_Bill-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46448;}}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:{}}}'),
(555,526,'_shortpixel_was_converted','1720207035'),
(556,527,'_wp_attached_file','2018/03/snowy_Bill-1.jpg'),
(557,527,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2018/03/snowy_Bill-1.jpg\";s:8:\"filesize\";i:55447;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"snowy_Bill-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20221;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"snowy_Bill-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3189;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"snowy_Bill-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68427;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"snowy_Bill-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20221;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"snowy_Bill-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:5847;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"snowy_Bill-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101466;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"snowy_Bill-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22627;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"snowy_Bill-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110811;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"snowy_Bill-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25263;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"snowy_Bill-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40513;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"snowy_Bill-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42391;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"snowy_Bill-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46448;}}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:{}}}'),
(558,527,'_shortpixel_was_converted','1720207035'),
(559,535,'_wp_attached_file','2018/03/spear_elbow_2.jpg'),
(560,535,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2018/03/spear_elbow_2.jpg\";s:8:\"filesize\";i:92957;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"spear_elbow_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28532;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"spear_elbow_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4559;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"spear_elbow_2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98339;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"spear_elbow_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28532;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"spear_elbow_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8361;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"spear_elbow_2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146791;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"spear_elbow_2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34266;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"spear_elbow_2-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174043;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"spear_elbow_2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38167;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"spear_elbow_2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61579;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"spear_elbow_2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58440;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"spear_elbow_2-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66450;}}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:{}}}'),
(561,535,'_shortpixel_was_converted','1720207035'),
(562,536,'_wp_attached_file','2018/03/spear_elbow_2-1.jpg'),
(563,536,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:27:\"2018/03/spear_elbow_2-1.jpg\";s:8:\"filesize\";i:92957;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"spear_elbow_2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28532;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"spear_elbow_2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4559;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"spear_elbow_2-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98339;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"spear_elbow_2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28532;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"spear_elbow_2-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:8361;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"spear_elbow_2-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146791;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"spear_elbow_2-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34266;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"spear_elbow_2-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174043;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"spear_elbow_2-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38167;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"spear_elbow_2-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61579;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"spear_elbow_2-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58440;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"spear_elbow_2-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66450;}}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:{}}}'),
(564,536,'_shortpixel_was_converted','1720207035'),
(565,537,'_wp_attached_file','2018/03/spear_elbow.jpg'),
(566,537,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:23:\"2018/03/spear_elbow.jpg\";s:8:\"filesize\";i:81340;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"spear_elbow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28763;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"spear_elbow-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4685;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"spear_elbow-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91997;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"spear_elbow-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28763;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"spear_elbow-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8787;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"spear_elbow-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134809;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"spear_elbow-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33364;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"spear_elbow-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152548;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"spear_elbow-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37014;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"spear_elbow-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57832;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"spear_elbow-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56417;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"spear_elbow-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63805;}}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:{}}}'),
(567,537,'_shortpixel_was_converted','1720207035'),
(568,538,'_wp_attached_file','2018/03/spear_elbow-1.jpg'),
(569,538,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2018/03/spear_elbow-1.jpg\";s:8:\"filesize\";i:81340;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"spear_elbow-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28763;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"spear_elbow-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4685;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"spear_elbow-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91997;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"spear_elbow-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28763;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"spear_elbow-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:8787;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"spear_elbow-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134809;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"spear_elbow-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33364;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"spear_elbow-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152548;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"spear_elbow-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37014;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"spear_elbow-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57832;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"spear_elbow-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56417;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"spear_elbow-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63805;}}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:{}}}'),
(570,538,'_shortpixel_was_converted','1720207035'),
(571,539,'_wp_attached_file','2018/03/The-One-Rifle.jpg'),
(572,539,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1088;s:6:\"height\";i:725;s:4:\"file\";s:25:\"2018/03/The-One-Rifle.jpg\";s:8:\"filesize\";i:59481;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"The-One-Rifle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26780;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5055;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56514;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19099;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"The-One-Rifle-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125859;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9120;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82023;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28635;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"The-One-Rifle-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129508;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31753;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48717;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"The-One-Rifle-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136010;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49953;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118242;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39689;}}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:{}}}'),
(573,540,'_wp_attached_file','2018/03/The-One-Rifle-1.jpg'),
(574,540,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1088;s:6:\"height\";i:725;s:4:\"file\";s:27:\"2018/03/The-One-Rifle-1.jpg\";s:8:\"filesize\";i:59481;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"The-One-Rifle-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26780;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5055;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56514;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19099;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"The-One-Rifle-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125859;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-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:9120;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82023;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28635;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"The-One-Rifle-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129508;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31753;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48717;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"The-One-Rifle-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136010;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49953;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118242;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39689;}}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:{}}}'),
(575,539,'_shortpixel_was_converted','1720207035'),
(576,540,'_shortpixel_was_converted','1720207035'),
(577,598,'_wp_attached_file','2018/01/full-size-4.jpg'),
(578,598,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1420;s:6:\"height\";i:924;s:4:\"file\";s:23:\"2018/01/full-size-4.jpg\";s:8:\"filesize\";i:80813;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"full-size-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26592;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"full-size-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4853;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"full-size-4-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56443;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"full-size-4-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19474;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"full-size-4-1024x666.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"full-size-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8989;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"full-size-4-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81962;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"full-size-4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29294;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"full-size-4-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131407;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"full-size-4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32053;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"full-size-4-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48081;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"full-size-4-1080x703.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135451;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"full-size-4-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47300;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"full-size-4-1280x833.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:833;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174078;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"full-size-4-980x638.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:638;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118224;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"full-size-4-480x312.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39817;}}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:{}}}'),
(579,599,'_wp_attached_file','2018/01/full-size-4-1.jpg'),
(580,599,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1420;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2018/01/full-size-4-1.jpg\";s:8:\"filesize\";i:80813;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"full-size-4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26592;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4853;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56443;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19474;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"full-size-4-1-1024x666.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"full-size-4-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:8989;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81962;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29294;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"full-size-4-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131407;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32053;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48081;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"full-size-4-1-1080x703.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135451;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47300;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"full-size-4-1-1280x833.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:833;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174078;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-980x638.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:638;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118224;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-480x312.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39817;}}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:{}}}'),
(581,598,'_shortpixel_was_converted','1720207035'),
(582,599,'_shortpixel_was_converted','1720207035'),
(583,600,'_wp_attached_file','2018/01/full-size-5.jpg'),
(584,600,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1075;s:6:\"height\";i:924;s:4:\"file\";s:23:\"2018/01/full-size-5.jpg\";s:8:\"filesize\";i:60681;s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"full-size-5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24813;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"full-size-5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4795;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"full-size-5-600x516.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63879;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"full-size-5-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22700;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"full-size-5-1024x880.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"full-size-5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8616;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"full-size-5-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91483;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"full-size-5-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27290;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"full-size-5-1075x675.jpg\";s:5:\"width\";i:1075;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119853;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"full-size-5-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30042;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"full-size-5-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45265;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"full-size-5-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43718;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"full-size-5-980x842.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:842;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130260;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"full-size-5-480x413.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45722;}}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:{}}}'),
(585,601,'_wp_attached_file','2018/01/full-size-5-1.jpg'),
(586,601,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1075;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2018/01/full-size-5-1.jpg\";s:8:\"filesize\";i:60681;s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"full-size-5-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24813;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"full-size-5-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4795;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"full-size-5-1-600x516.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63879;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"full-size-5-1-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22700;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"full-size-5-1-1024x880.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"full-size-5-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:8616;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"full-size-5-1-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91483;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"full-size-5-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27290;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"full-size-5-1-1075x675.jpg\";s:5:\"width\";i:1075;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119853;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"full-size-5-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30042;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"full-size-5-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45265;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"full-size-5-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43718;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"full-size-5-1-980x842.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:842;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130260;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"full-size-5-1-480x413.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45722;}}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:{}}}'),
(587,600,'_shortpixel_was_converted','1720207035'),
(588,601,'_shortpixel_was_converted','1720207035'),
(589,602,'_wp_attached_file','2018/01/full-size-3.jpg'),
(590,602,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1275;s:4:\"file\";s:23:\"2018/01/full-size-3.jpg\";s:8:\"filesize\";i:148380;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"full-size-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33414;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"full-size-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4518;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"full-size-3-600x828.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:828;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163471;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"full-size-3-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25114;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"full-size-3-742x1024.jpg\";s:5:\"width\";i:742;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230347;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"full-size-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9044;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"full-size-3-768x1060.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1060;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243758;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"full-size-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33981;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"full-size-3-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165390;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"full-size-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38774;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"full-size-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62660;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"full-size-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73988;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"full-size-3-480x662.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111017;}}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:{}}}'),
(591,603,'_wp_attached_file','2018/01/full-size-3-1.jpg'),
(592,602,'_shortpixel_was_converted','1720207035'),
(593,603,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1275;s:4:\"file\";s:25:\"2018/01/full-size-3-1.jpg\";s:8:\"filesize\";i:148380;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"full-size-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33414;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"full-size-3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4518;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"full-size-3-1-600x828.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:828;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163471;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"full-size-3-1-217x300.jpg\";s:5:\"width\";i:217;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25114;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"full-size-3-1-742x1024.jpg\";s:5:\"width\";i:742;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230347;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"full-size-3-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:9044;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"full-size-3-1-768x1060.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1060;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243758;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"full-size-3-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33981;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"full-size-3-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165390;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"full-size-3-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38774;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"full-size-3-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62660;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"full-size-3-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73988;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"full-size-3-1-480x662.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111017;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(594,602,'_wp_attachment_image_alt','Carbine'),
(595,604,'_wp_attached_file','2018/01/full-size-4-1-1.jpg'),
(596,604,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1420;s:6:\"height\";i:924;s:4:\"file\";s:27:\"2018/01/full-size-4-1-1.jpg\";s:8:\"filesize\";i:80813;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"full-size-4-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26592;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"full-size-4-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4853;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"full-size-4-1-1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56443;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"full-size-4-1-1-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19474;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"full-size-4-1-1-1024x666.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"full-size-4-1-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:8989;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"full-size-4-1-1-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81962;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"full-size-4-1-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29294;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"full-size-4-1-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131407;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"full-size-4-1-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32053;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"full-size-4-1-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48081;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"full-size-4-1-1-1080x703.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135451;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"full-size-4-1-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47300;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"full-size-4-1-1-1280x833.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:833;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174078;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"full-size-4-1-1-980x638.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:638;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118224;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"full-size-4-1-1-480x312.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39817;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(597,603,'_shortpixel_was_converted','1720207035'),
(598,603,'_wp_attachment_image_alt','Carbine'),
(599,604,'_shortpixel_was_converted','1720207035'),
(600,605,'_wp_attached_file','2018/01/full-size-5-1-1.jpg'),
(601,605,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1075;s:6:\"height\";i:924;s:4:\"file\";s:27:\"2018/01/full-size-5-1-1.jpg\";s:8:\"filesize\";i:60681;s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"full-size-5-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24813;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"full-size-5-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4795;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"full-size-5-1-1-600x516.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63879;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"full-size-5-1-1-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22700;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"full-size-5-1-1-1024x880.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"full-size-5-1-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:8616;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"full-size-5-1-1-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91483;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"full-size-5-1-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27290;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"full-size-5-1-1-1075x675.jpg\";s:5:\"width\";i:1075;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119853;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"full-size-5-1-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30042;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"full-size-5-1-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45265;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"full-size-5-1-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43718;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"full-size-5-1-1-980x842.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:842;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130260;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"full-size-5-1-1-480x413.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45722;}}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:{}}}'),
(602,604,'_shortpixel_was_converted','1720207035'),
(603,605,'_shortpixel_was_converted','1720207035'),
(604,605,'_shortpixel_was_converted','1720207035'),
(605,606,'_wp_attached_file','2018/01/full-size-6.jpg'),
(606,606,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1180;s:6:\"height\";i:924;s:4:\"file\";s:23:\"2018/01/full-size-6.jpg\";s:8:\"filesize\";i:52840;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"full-size-6-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20199;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"full-size-6-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4057;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"full-size-6-600x470.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49081;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"full-size-6-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16929;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"full-size-6-1024x802.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:802;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109123;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"full-size-6-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7150;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"full-size-6-768x601.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71281;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"full-size-6-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21756;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"full-size-6-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98009;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"full-size-6-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24015;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"full-size-6-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36596;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"full-size-6-1080x846.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:846;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117258;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"full-size-6-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36762;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"full-size-6-980x767.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102082;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"full-size-6-480x376.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34442;}}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:{}}}'),
(607,607,'_wp_attached_file','2018/01/full-size-6-1.jpg'),
(608,607,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1180;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2018/01/full-size-6-1.jpg\";s:8:\"filesize\";i:52840;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"full-size-6-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20199;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"full-size-6-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4057;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"full-size-6-1-600x470.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:470;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49081;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"full-size-6-1-300x235.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16929;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"full-size-6-1-1024x802.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:802;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109123;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"full-size-6-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:7150;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"full-size-6-1-768x601.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71281;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"full-size-6-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21756;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"full-size-6-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98009;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"full-size-6-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24015;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"full-size-6-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36596;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"full-size-6-1-1080x846.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:846;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117258;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"full-size-6-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36762;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"full-size-6-1-980x767.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102082;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"full-size-6-1-480x376.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:376;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34442;}}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:{}}}'),
(609,606,'_shortpixel_was_converted','1720207035'),
(610,607,'_shortpixel_was_converted','1720207035'),
(611,608,'_wp_attached_file','2018/01/IMG_4783.jpg'),
(612,608,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1468;s:4:\"file\";s:20:\"2018/01/IMG_4783.jpg\";s:8:\"filesize\";i:87039;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_4783-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26183;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4783-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4900;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_4783-600x953.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:953;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112994;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4783-189x300.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18727;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_4783-645x1024.jpg\";s:5:\"width\";i:645;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125720;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4783-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8936;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_4783-768x1220.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162812;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_4783-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28351;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"IMG_4783-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121938;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_4783-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31642;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_4783-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48421;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_4783-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50640;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_4783-480x763.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80289;}}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:{}}}'),
(613,609,'_wp_attached_file','2018/01/IMG_4783-1.jpg'),
(614,609,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1468;s:4:\"file\";s:22:\"2018/01/IMG_4783-1.jpg\";s:8:\"filesize\";i:87039;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4783-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26183;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4783-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4900;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4783-1-600x953.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:953;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112994;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4783-1-189x300.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18727;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4783-1-645x1024.jpg\";s:5:\"width\";i:645;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125720;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4783-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:8936;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_4783-1-768x1220.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162812;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_4783-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28351;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"IMG_4783-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121938;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_4783-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31642;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_4783-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48421;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_4783-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50640;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_4783-1-480x763.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80289;}}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,608,'_shortpixel_was_converted','1720207035'),
(616,609,'_shortpixel_was_converted','1720207035'),
(617,610,'_wp_attached_file','2018/01/IMG_4793.jpg'),
(618,610,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1468;s:4:\"file\";s:20:\"2018/01/IMG_4793.jpg\";s:8:\"filesize\";i:61647;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_4793-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22351;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4793-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4549;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_4793-600x953.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:953;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88195;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4793-189x300.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16254;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_4793-645x1024.jpg\";s:5:\"width\";i:645;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97730;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4793-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7863;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_4793-768x1220.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125695;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_4793-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23757;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"IMG_4793-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90232;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_4793-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26213;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_4793-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38795;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_4793-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41812;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_4793-480x763.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63718;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(619,611,'_wp_attached_file','2018/01/IMG_4793-1.jpg'),
(620,611,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1468;s:4:\"file\";s:22:\"2018/01/IMG_4793-1.jpg\";s:8:\"filesize\";i:61647;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4793-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22351;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4793-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4549;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4793-1-600x953.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:953;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88195;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4793-1-189x300.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16254;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4793-1-645x1024.jpg\";s:5:\"width\";i:645;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97730;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4793-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:7863;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_4793-1-768x1220.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1220;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125695;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_4793-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23757;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"IMG_4793-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90232;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_4793-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26213;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_4793-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38795;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_4793-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41812;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_4793-1-480x763.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63718;}}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:{}}}'),
(621,610,'_shortpixel_was_converted','1720207035'),
(622,611,'_shortpixel_was_converted','1720207035'),
(623,612,'_wp_attached_file','2018/01/IMG_4802.jpg'),
(624,612,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/01/IMG_4802.jpg\";s:8:\"filesize\";i:79589;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_4802-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26697;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4802-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5050;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_4802-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55879;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4802-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19087;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_4802-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125607;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4802-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9113;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_4802-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81224;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_4802-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28475;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_4802-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129327;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_4802-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31534;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_4802-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48146;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_4802-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135058;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_4802-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49912;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"IMG_4802-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172529;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_4802-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117414;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_4802-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39342;}}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:{}}}'),
(625,613,'_wp_attached_file','2018/01/IMG_4802-1.jpg'),
(626,613,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/01/IMG_4802-1.jpg\";s:8:\"filesize\";i:79589;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4802-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26697;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4802-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5050;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4802-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55879;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4802-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19087;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4802-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125607;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4802-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:9113;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4802-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81224;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_4802-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28475;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_4802-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129327;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_4802-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31534;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_4802-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48146;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_4802-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135058;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_4802-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49912;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"IMG_4802-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172529;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_4802-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117414;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_4802-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39342;}}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:{}}}'),
(627,612,'_shortpixel_was_converted','1720207035'),
(628,613,'_shortpixel_was_converted','1720207035'),
(629,614,'_wp_attached_file','2018/01/Low-ready.jpg'),
(630,614,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:684;s:6:\"height\";i:1087;s:4:\"file\";s:21:\"2018/01/Low-ready.jpg\";s:8:\"filesize\";i:57981;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"Low-ready-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26325;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"Low-ready-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4897;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"Low-ready-600x954.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:954;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112051;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Low-ready-189x300.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18720;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Low-ready-644x1024.jpg\";s:5:\"width\";i:644;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124142;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Low-ready-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8945;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"Low-ready-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28162;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"Low-ready-684x675.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93677;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"Low-ready-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31406;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"Low-ready-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47757;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"Low-ready-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50850;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"Low-ready-480x763.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80165;}}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:{}}}'),
(631,615,'_wp_attached_file','2018/01/Low-ready-1.jpg'),
(632,615,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:684;s:6:\"height\";i:1087;s:4:\"file\";s:23:\"2018/01/Low-ready-1.jpg\";s:8:\"filesize\";i:57981;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"Low-ready-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26325;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"Low-ready-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4897;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"Low-ready-1-600x954.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:954;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112051;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Low-ready-1-189x300.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18720;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Low-ready-1-644x1024.jpg\";s:5:\"width\";i:644;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124142;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Low-ready-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:8945;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"Low-ready-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28162;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"Low-ready-1-684x675.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93677;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"Low-ready-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31406;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"Low-ready-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47757;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"Low-ready-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50850;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"Low-ready-1-480x763.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80165;}}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:{}}}'),
(633,614,'_shortpixel_was_converted','1720207035'),
(634,615,'_shortpixel_was_converted','1720207035'),
(635,616,'_wp_attached_file','2018/01/Strike-Ready.jpg'),
(636,616,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:684;s:6:\"height\";i:1087;s:4:\"file\";s:24:\"2018/01/Strike-Ready.jpg\";s:8:\"filesize\";i:43682;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"Strike-Ready-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22507;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"Strike-Ready-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4547;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"Strike-Ready-600x954.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:954;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89454;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Strike-Ready-189x300.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16327;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"Strike-Ready-644x1024.jpg\";s:5:\"width\";i:644;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99145;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Strike-Ready-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7871;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"Strike-Ready-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23963;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"Strike-Ready-684x675.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72681;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"Strike-Ready-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26382;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"Strike-Ready-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38912;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"Strike-Ready-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42331;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"Strike-Ready-480x763.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64816;}}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:{}}}'),
(637,617,'_wp_attached_file','2018/01/Strike-Ready-1.jpg'),
(638,617,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:684;s:6:\"height\";i:1087;s:4:\"file\";s:26:\"2018/01/Strike-Ready-1.jpg\";s:8:\"filesize\";i:43682;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"Strike-Ready-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22507;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"Strike-Ready-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4547;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"Strike-Ready-1-600x954.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:954;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89454;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Strike-Ready-1-189x300.jpg\";s:5:\"width\";i:189;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16327;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Strike-Ready-1-644x1024.jpg\";s:5:\"width\";i:644;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99145;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Strike-Ready-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:7871;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"Strike-Ready-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23963;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"Strike-Ready-1-684x675.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72681;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"Strike-Ready-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26382;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"Strike-Ready-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38912;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"Strike-Ready-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42331;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"Strike-Ready-1-480x763.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:763;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64816;}}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:{}}}'),
(639,616,'_shortpixel_was_converted','1720207035'),
(640,617,'_shortpixel_was_converted','1720207035'),
(641,618,'_wp_attached_file','2018/01/The-One-Rifle.jpg'),
(642,618,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1088;s:6:\"height\";i:725;s:4:\"file\";s:25:\"2018/01/The-One-Rifle.jpg\";s:8:\"filesize\";i:59481;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"The-One-Rifle-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26780;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5055;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56514;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19099;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"The-One-Rifle-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125859;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9120;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82023;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28635;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"The-One-Rifle-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129508;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31753;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48717;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"The-One-Rifle-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136010;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49953;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118242;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"The-One-Rifle-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39689;}}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:{}}}'),
(643,619,'_wp_attached_file','2018/01/The-One-Rifle-1.jpg'),
(644,619,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1088;s:6:\"height\";i:725;s:4:\"file\";s:27:\"2018/01/The-One-Rifle-1.jpg\";s:8:\"filesize\";i:59481;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"The-One-Rifle-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26780;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5055;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56514;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19099;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"The-One-Rifle-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125859;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-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:9120;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82023;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28635;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"The-One-Rifle-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129508;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31753;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48717;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"The-One-Rifle-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136010;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49953;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118242;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"The-One-Rifle-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39689;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(645,618,'_shortpixel_was_converted','1720207035'),
(646,619,'_shortpixel_was_converted','1720207035'),
(647,631,'_wp_attached_file','2018/04/HuBSaWF.png'),
(648,631,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:842;s:6:\"height\";i:800;s:4:\"file\";s:19:\"2018/04/HuBSaWF.png\";s:8:\"filesize\";i:279340;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"HuBSaWF-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:190300;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"HuBSaWF-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25809;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"HuBSaWF-600x570.png\";s:5:\"width\";i:600;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:640753;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"HuBSaWF-300x285.png\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:181636;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"HuBSaWF-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53715;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"HuBSaWF-768x730.png\";s:5:\"width\";i:768;s:6:\"height\";i:730;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:979900;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"HuBSaWF-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:204867;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"HuBSaWF-842x675.png\";s:5:\"width\";i:842;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:656031;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"HuBSaWF-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:231640;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"HuBSaWF-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:379793;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"HuBSaWF-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:399675;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"HuBSaWF-480x456.png\";s:5:\"width\";i:480;s:6:\"height\";i:456;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:429932;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(649,632,'_wp_attached_file','2018/04/HuBSaWF-1.png'),
(650,632,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:842;s:6:\"height\";i:800;s:4:\"file\";s:21:\"2018/04/HuBSaWF-1.png\";s:8:\"filesize\";i:279340;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"HuBSaWF-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:190300;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"HuBSaWF-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25809;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"HuBSaWF-1-600x570.png\";s:5:\"width\";i:600;s:6:\"height\";i:570;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:640753;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"HuBSaWF-1-300x285.png\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:181636;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"HuBSaWF-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53715;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"HuBSaWF-1-768x730.png\";s:5:\"width\";i:768;s:6:\"height\";i:730;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:979900;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"HuBSaWF-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:204867;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"HuBSaWF-1-842x675.png\";s:5:\"width\";i:842;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:656031;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"HuBSaWF-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:231640;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"HuBSaWF-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:379793;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"HuBSaWF-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:399675;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"HuBSaWF-1-480x456.png\";s:5:\"width\";i:480;s:6:\"height\";i:456;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:429932;}}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:{}}}'),
(651,631,'_wp_attachment_image_alt','Integrated Combatives AAR'),
(652,631,'_shortpixel_was_converted','1720207035'),
(653,632,'_wp_attachment_image_alt','Integrated Combatives AAR'),
(654,632,'_shortpixel_was_converted','1720207035'),
(655,637,'_wp_attached_file','2018/04/20170527_085259_34883481066_o.jpg'),
(656,637,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:756;s:6:\"height\";i:742;s:4:\"file\";s:41:\"2018/04/20170527_085259_34883481066_o.jpg\";s:8:\"filesize\";i:79354;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"20170527_085259_34883481066_o-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27951;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"20170527_085259_34883481066_o-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3888;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"20170527_085259_34883481066_o-600x589.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97351;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"20170527_085259_34883481066_o-300x294.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27283;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"20170527_085259_34883481066_o-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7464;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"20170527_085259_34883481066_o-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29963;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:41:\"20170527_085259_34883481066_o-756x675.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137159;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"20170527_085259_34883481066_o-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33966;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"20170527_085259_34883481066_o-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55511;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"20170527_085259_34883481066_o-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58837;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"20170527_085259_34883481066_o-480x471.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65554;}}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:{}}}'),
(657,637,'_shortpixel_was_converted','1720207035'),
(658,638,'_wp_attached_file','2018/04/20170527_085259_34883481066_o-1.jpg'),
(659,638,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:756;s:6:\"height\";i:742;s:4:\"file\";s:43:\"2018/04/20170527_085259_34883481066_o-1.jpg\";s:8:\"filesize\";i:79354;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:43:\"20170527_085259_34883481066_o-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27951;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:43:\"20170527_085259_34883481066_o-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3888;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:43:\"20170527_085259_34883481066_o-1-600x589.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:589;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97351;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"20170527_085259_34883481066_o-1-300x294.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:294;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27283;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"20170527_085259_34883481066_o-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:7464;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"20170527_085259_34883481066_o-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29963;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:43:\"20170527_085259_34883481066_o-1-756x675.jpg\";s:5:\"width\";i:756;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137159;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"20170527_085259_34883481066_o-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33966;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:43:\"20170527_085259_34883481066_o-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55511;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"20170527_085259_34883481066_o-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58837;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:43:\"20170527_085259_34883481066_o-1-480x471.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:471;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65554;}}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:{}}}'),
(660,643,'_wp_attached_file','2018/04/Blackpoint-Logo-01.png'),
(661,638,'_shortpixel_was_converted','1720207035'),
(662,643,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:603;s:6:\"height\";i:314;s:4:\"file\";s:30:\"2018/04/Blackpoint-Logo-01.png\";s:8:\"filesize\";i:1905;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"Blackpoint-Logo-01-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6414;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"Blackpoint-Logo-01-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1938;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"Blackpoint-Logo-01-600x312.png\";s:5:\"width\";i:600;s:6:\"height\";i:312;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9168;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Blackpoint-Logo-01-300x156.png\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:4364;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Blackpoint-Logo-01-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2893;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"Blackpoint-Logo-01-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6919;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"Blackpoint-Logo-01-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7657;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"Blackpoint-Logo-01-510x314.png\";s:5:\"width\";i:510;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3707;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"Blackpoint-Logo-01-400x314.png\";s:5:\"width\";i:400;s:6:\"height\";i:314;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3263;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"Blackpoint-Logo-01-480x250.png\";s:5:\"width\";i:480;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7265;}}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:{}}}'),
(663,643,'_shortpixel_was_converted','1720207035'),
(664,643,'_shortpixel_was_converted','1720207035'),
(665,648,'_wp_attached_file','2018/04/recommended.jpg'),
(666,648,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:23:\"2018/04/recommended.jpg\";s:8:\"filesize\";i:9233;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"recommended-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14460;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"recommended-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3445;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"recommended-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14460;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"recommended-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5687;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"recommended-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14855;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"recommended-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16258;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"recommended-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20150;}}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:{}}}'),
(667,648,'_shortpixel_was_converted','1720207072'),
(668,649,'_wp_attached_file','2018/04/recommended-1.jpg'),
(669,649,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2018/04/recommended-1.jpg\";s:8:\"filesize\";i:9233;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"recommended-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14460;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"recommended-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3445;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"recommended-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14460;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"recommended-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:5687;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"recommended-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14855;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"recommended-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16258;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"recommended-1-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20150;}}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:{}}}'),
(670,649,'_shortpixel_was_converted','1720207072'),
(671,657,'_wp_attached_file','2017/05/aar_civilian_gunfighter.jpg'),
(672,657,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:128;s:4:\"file\";s:35:\"2017/05/aar_civilian_gunfighter.jpg\";s:8:\"filesize\";i:7810;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"aar_civilian_gunfighter-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3760;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"aar_civilian_gunfighter-150x128.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5730;}}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:{}}}'),
(673,657,'_shortpixel_was_converted','1720207072'),
(674,658,'_wp_attached_file','2017/05/aar_civilian_gunfighter-1.jpg'),
(675,658,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:128;s:4:\"file\";s:37:\"2017/05/aar_civilian_gunfighter-1.jpg\";s:8:\"filesize\";i:7810;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"aar_civilian_gunfighter-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3760;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"aar_civilian_gunfighter-1-150x128.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5730;}}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:{}}}'),
(676,658,'_shortpixel_was_converted','1720207072'),
(677,663,'_wp_attached_file','2018/04/AB0A3350_edit_zps6igcmeyf.jpg'),
(678,663,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:731;s:6:\"height\";i:1024;s:4:\"file\";s:37:\"2018/04/AB0A3350_edit_zps6igcmeyf.jpg\";s:8:\"filesize\";i:63883;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"AB0A3350_edit_zps6igcmeyf-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25231;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"AB0A3350_edit_zps6igcmeyf-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4368;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"AB0A3350_edit_zps6igcmeyf-600x840.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104504;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"AB0A3350_edit_zps6igcmeyf-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18494;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"AB0A3350_edit_zps6igcmeyf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7894;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"AB0A3350_edit_zps6igcmeyf-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26152;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"AB0A3350_edit_zps6igcmeyf-731x675.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100645;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"AB0A3350_edit_zps6igcmeyf-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29573;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"AB0A3350_edit_zps6igcmeyf-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45974;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"AB0A3350_edit_zps6igcmeyf-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50590;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"AB0A3350_edit_zps6igcmeyf-480x672.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72791;}}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:{}}}'),
(679,664,'_wp_attached_file','2018/04/AB0A3350_edit_zps6igcmeyf-1.jpg'),
(680,664,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:731;s:6:\"height\";i:1024;s:4:\"file\";s:39:\"2018/04/AB0A3350_edit_zps6igcmeyf-1.jpg\";s:8:\"filesize\";i:63883;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25231;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4368;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf-1-600x840.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104504;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf-1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18494;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf-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:7894;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26152;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf-1-731x675.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100645;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29573;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45974;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50590;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf-1-480x672.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72791;}}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:{}}}'),
(681,663,'_wp_attachment_backup_sizes','a:1:{s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:37:\"AB0A3350_edit_zps6igcmeyf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(682,663,'_wp_attachment_image_alt','Kevin Kelly'),
(683,663,'_shortpixel_was_converted','1712792935'),
(684,664,'_wp_attachment_backup_sizes','a:1:{s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:37:\"AB0A3350_edit_zps6igcmeyf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(685,664,'_wp_attachment_image_alt','Kevin Kelly'),
(686,664,'_shortpixel_was_converted','1712792935'),
(687,667,'_wp_attached_file','2018/04/N9v6o62.jpg'),
(688,667,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1175;s:6:\"height\";i:924;s:4:\"file\";s:19:\"2018/04/N9v6o62.jpg\";s:8:\"filesize\";i:71929;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"N9v6o62-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25556;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"N9v6o62-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4681;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"N9v6o62-600x472.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62777;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"N9v6o62-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22031;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"N9v6o62-1024x805.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:805;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140189;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"N9v6o62-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8584;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"N9v6o62-768x604.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91440;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"N9v6o62-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27205;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"N9v6o62-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119976;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"N9v6o62-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30781;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"N9v6o62-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46754;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"N9v6o62-1080x849.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:849;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151686;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"N9v6o62-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48208;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"N9v6o62-980x771.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:771;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132333;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"N9v6o62-480x377.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45070;}}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:{}}}'),
(689,668,'_wp_attached_file','2018/04/N9v6o62-1.jpg'),
(690,668,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1175;s:6:\"height\";i:924;s:4:\"file\";s:21:\"2018/04/N9v6o62-1.jpg\";s:8:\"filesize\";i:71929;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"N9v6o62-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25556;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"N9v6o62-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4681;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"N9v6o62-1-600x472.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62777;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"N9v6o62-1-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22031;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"N9v6o62-1-1024x805.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:805;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140189;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"N9v6o62-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:8584;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"N9v6o62-1-768x604.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:604;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91440;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"N9v6o62-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27205;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"N9v6o62-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119976;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"N9v6o62-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30781;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"N9v6o62-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46754;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"N9v6o62-1-1080x849.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:849;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151686;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"N9v6o62-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48208;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"N9v6o62-1-980x771.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:771;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132333;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"N9v6o62-1-480x377.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:377;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45070;}}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:{}}}'),
(691,667,'_shortpixel_was_converted','1720207072'),
(692,668,'_shortpixel_was_converted','1720207072'),
(693,672,'_wp_attached_file','2018/04/f0Mn13L.jpg'),
(694,672,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:598;s:4:\"file\";s:19:\"2018/04/f0Mn13L.jpg\";s:8:\"filesize\";i:60212;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"f0Mn13L-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22949;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"f0Mn13L-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4393;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"f0Mn13L-600x359.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45891;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"f0Mn13L-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15367;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"f0Mn13L-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7891;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"f0Mn13L-768x459.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66804;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"f0Mn13L-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24837;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"f0Mn13L-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27451;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"f0Mn13L-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42109;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"f0Mn13L-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41259;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"f0Mn13L-980x586.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96112;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"f0Mn13L-480x287.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31936;}}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:{}}}'),
(695,673,'_wp_attached_file','2018/04/f0Mn13L-1.jpg'),
(696,673,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:598;s:4:\"file\";s:21:\"2018/04/f0Mn13L-1.jpg\";s:8:\"filesize\";i:60212;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"f0Mn13L-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22949;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"f0Mn13L-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4393;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"f0Mn13L-1-600x359.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45891;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"f0Mn13L-1-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15367;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"f0Mn13L-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:7891;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"f0Mn13L-1-768x459.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66804;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"f0Mn13L-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24837;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"f0Mn13L-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27451;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"f0Mn13L-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42109;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"f0Mn13L-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41259;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"f0Mn13L-1-980x586.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96112;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"f0Mn13L-1-480x287.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31936;}}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:{}}}'),
(697,672,'_shortpixel_was_converted','1720207072'),
(698,673,'_shortpixel_was_converted','1720207072'),
(699,696,'_wp_attached_file','2017/05/aar_civilian_gunfighter_integrated_john.jpg'),
(700,696,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:648;s:6:\"height\";i:648;s:4:\"file\";s:51:\"2017/05/aar_civilian_gunfighter_integrated_john.jpg\";s:8:\"filesize\";i:36760;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"aar_civilian_gunfighter_integrated_john-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25808;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"aar_civilian_gunfighter_integrated_john-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4173;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"aar_civilian_gunfighter_integrated_john-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76418;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"aar_civilian_gunfighter_integrated_john-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25808;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"aar_civilian_gunfighter_integrated_john-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7859;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"aar_civilian_gunfighter_integrated_john-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26664;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"aar_civilian_gunfighter_integrated_john-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29570;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"aar_civilian_gunfighter_integrated_john-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45296;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"aar_civilian_gunfighter_integrated_john-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47575;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"aar_civilian_gunfighter_integrated_john-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54312;}}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:{}}}'),
(701,697,'_wp_attached_file','2017/05/aar_civilian_gunfighter_integrated_john-1.jpg'),
(702,696,'_wp_attachment_image_alt','AAR Civilian Gunfighter Integrated Combatives'),
(703,697,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:648;s:6:\"height\";i:648;s:4:\"file\";s:53:\"2017/05/aar_civilian_gunfighter_integrated_john-1.jpg\";s:8:\"filesize\";i:36760;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:53:\"aar_civilian_gunfighter_integrated_john-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25808;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:53:\"aar_civilian_gunfighter_integrated_john-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4173;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:53:\"aar_civilian_gunfighter_integrated_john-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76418;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"aar_civilian_gunfighter_integrated_john-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25808;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"aar_civilian_gunfighter_integrated_john-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:7859;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:53:\"aar_civilian_gunfighter_integrated_john-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26664;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:53:\"aar_civilian_gunfighter_integrated_john-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29570;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:53:\"aar_civilian_gunfighter_integrated_john-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45296;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:53:\"aar_civilian_gunfighter_integrated_john-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47575;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:53:\"aar_civilian_gunfighter_integrated_john-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54312;}}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:{}}}'),
(704,696,'_shortpixel_was_converted','1720207072'),
(705,697,'_wp_attachment_image_alt','AAR Civilian Gunfighter Integrated Combatives'),
(706,697,'_shortpixel_was_converted','1720207072'),
(707,699,'_wp_attached_file','2018/04/aars_button.jpg'),
(708,699,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:23:\"2018/04/aars_button.jpg\";s:8:\"filesize\";i:24137;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"aars_button-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20347;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"aars_button-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3786;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"aars_button-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20347;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"aars_button-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7008;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"aars_button-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27214;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"aars_button-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28602;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"aars_button-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31402;}}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:{}}}'),
(709,699,'_shortpixel_was_converted','1720207072'),
(710,700,'_wp_attached_file','2018/04/aars_button-1.jpg'),
(711,700,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:400;s:4:\"file\";s:25:\"2018/04/aars_button-1.jpg\";s:8:\"filesize\";i:24137;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"aars_button-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20347;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"aars_button-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3786;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"aars_button-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20347;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"aars_button-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:7008;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"aars_button-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27214;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"aars_button-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28602;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"aars_button-1-400x382.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31402;}}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:{}}}'),
(712,700,'_shortpixel_was_converted','1720207072'),
(713,706,'_wp_attached_file','2017/03/aar_breach_bang_clear_amtac.jpg'),
(714,706,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:819;s:6:\"height\";i:819;s:4:\"file\";s:39:\"2017/03/aar_breach_bang_clear_amtac.jpg\";s:8:\"filesize\";i:41618;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"aar_breach_bang_clear_amtac-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22253;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"aar_breach_bang_clear_amtac-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4389;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"aar_breach_bang_clear_amtac-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63240;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"aar_breach_bang_clear_amtac-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22253;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"aar_breach_bang_clear_amtac-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7750;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"aar_breach_bang_clear_amtac-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90055;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"aar_breach_bang_clear_amtac-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23376;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:39:\"aar_breach_bang_clear_amtac-819x675.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66384;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"aar_breach_bang_clear_amtac-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25608;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"aar_breach_bang_clear_amtac-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38057;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"aar_breach_bang_clear_amtac-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41633;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"aar_breach_bang_clear_amtac-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45134;}}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:{}}}'),
(715,707,'_wp_attached_file','2017/03/aar_breach_bang_clear_amtac-1.jpg'),
(716,707,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:819;s:6:\"height\";i:819;s:4:\"file\";s:41:\"2017/03/aar_breach_bang_clear_amtac-1.jpg\";s:8:\"filesize\";i:41618;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"aar_breach_bang_clear_amtac-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22253;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"aar_breach_bang_clear_amtac-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4389;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"aar_breach_bang_clear_amtac-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63240;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"aar_breach_bang_clear_amtac-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22253;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"aar_breach_bang_clear_amtac-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:7750;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"aar_breach_bang_clear_amtac-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90055;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"aar_breach_bang_clear_amtac-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23376;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:41:\"aar_breach_bang_clear_amtac-1-819x675.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66384;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"aar_breach_bang_clear_amtac-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25608;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"aar_breach_bang_clear_amtac-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38057;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"aar_breach_bang_clear_amtac-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41633;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"aar_breach_bang_clear_amtac-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45134;}}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:{}}}'),
(717,706,'_wp_attachment_image_alt','AAR Responsible Armed Citizen Breach Bang Clear'),
(718,706,'_shortpixel_was_converted','1720207072'),
(719,707,'_wp_attachment_image_alt','AAR Responsible Armed Citizen Breach Bang Clear'),
(720,707,'_shortpixel_was_converted','1720207072'),
(721,710,'_wp_attached_file','2017/05/AAR_vdmsr_amtac_integrated_combatives.jpg'),
(722,710,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:842;s:6:\"height\";i:800;s:4:\"file\";s:49:\"2017/05/AAR_vdmsr_amtac_integrated_combatives.jpg\";s:8:\"filesize\";i:57529;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"AAR_vdmsr_amtac_integrated_combatives-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24183;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"AAR_vdmsr_amtac_integrated_combatives-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4815;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"AAR_vdmsr_amtac_integrated_combatives-600x570.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64418;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"AAR_vdmsr_amtac_integrated_combatives-300x285.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22937;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"AAR_vdmsr_amtac_integrated_combatives-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8668;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"AAR_vdmsr_amtac_integrated_combatives-768x730.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:730;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91203;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"AAR_vdmsr_amtac_integrated_combatives-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24114;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:49:\"AAR_vdmsr_amtac_integrated_combatives-842x675.jpg\";s:5:\"width\";i:842;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90050;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"AAR_vdmsr_amtac_integrated_combatives-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26358;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"AAR_vdmsr_amtac_integrated_combatives-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39541;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"AAR_vdmsr_amtac_integrated_combatives-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43352;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"AAR_vdmsr_amtac_integrated_combatives-480x456.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46090;}}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:{}}}'),
(723,711,'_wp_attached_file','2017/05/AAR_vdmsr_amtac_integrated_combatives-1.jpg'),
(724,711,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:842;s:6:\"height\";i:800;s:4:\"file\";s:51:\"2017/05/AAR_vdmsr_amtac_integrated_combatives-1.jpg\";s:8:\"filesize\";i:57529;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"AAR_vdmsr_amtac_integrated_combatives-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24183;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"AAR_vdmsr_amtac_integrated_combatives-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4815;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"AAR_vdmsr_amtac_integrated_combatives-1-600x570.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64418;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"AAR_vdmsr_amtac_integrated_combatives-1-300x285.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22937;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"AAR_vdmsr_amtac_integrated_combatives-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:8668;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"AAR_vdmsr_amtac_integrated_combatives-1-768x730.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:730;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91203;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"AAR_vdmsr_amtac_integrated_combatives-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24114;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:51:\"AAR_vdmsr_amtac_integrated_combatives-1-842x675.jpg\";s:5:\"width\";i:842;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90050;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"AAR_vdmsr_amtac_integrated_combatives-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26358;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"AAR_vdmsr_amtac_integrated_combatives-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39541;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"AAR_vdmsr_amtac_integrated_combatives-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43352;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"AAR_vdmsr_amtac_integrated_combatives-1-480x456.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46090;}}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:{}}}'),
(725,710,'_wp_attachment_image_alt','AAR Integrated Combatives VDMSR'),
(726,710,'_shortpixel_was_converted','1720207072'),
(727,711,'_wp_attachment_image_alt','AAR Integrated Combatives VDMSR'),
(728,711,'_shortpixel_was_converted','1720207072'),
(729,714,'_wp_attached_file','2017/05/aar_womens_combatives_vdmsr.jpg'),
(730,714,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:973;s:6:\"height\";i:800;s:4:\"file\";s:39:\"2017/05/aar_womens_combatives_vdmsr.jpg\";s:8:\"filesize\";i:67205;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"aar_womens_combatives_vdmsr-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25742;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"aar_womens_combatives_vdmsr-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4947;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"aar_womens_combatives_vdmsr-600x493.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62813;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"aar_womens_combatives_vdmsr-300x247.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22105;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"aar_womens_combatives_vdmsr-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8998;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"aar_womens_combatives_vdmsr-768x631.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:631;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90733;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"aar_womens_combatives_vdmsr-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26514;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:39:\"aar_womens_combatives_vdmsr-973x675.jpg\";s:5:\"width\";i:973;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109185;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"aar_womens_combatives_vdmsr-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29753;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"aar_womens_combatives_vdmsr-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45389;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"aar_womens_combatives_vdmsr-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45030;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"aar_womens_combatives_vdmsr-480x395.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44925;}}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:{}}}'),
(731,715,'_wp_attached_file','2017/05/aar_womens_combatives_vdmsr-1.jpg'),
(732,715,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:973;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2017/05/aar_womens_combatives_vdmsr-1.jpg\";s:8:\"filesize\";i:67205;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"aar_womens_combatives_vdmsr-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25742;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"aar_womens_combatives_vdmsr-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4947;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"aar_womens_combatives_vdmsr-1-600x493.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62813;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"aar_womens_combatives_vdmsr-1-300x247.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:247;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22105;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"aar_womens_combatives_vdmsr-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:8998;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"aar_womens_combatives_vdmsr-1-768x631.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:631;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90733;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"aar_womens_combatives_vdmsr-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26514;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:41:\"aar_womens_combatives_vdmsr-1-973x675.jpg\";s:5:\"width\";i:973;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109185;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"aar_womens_combatives_vdmsr-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29753;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"aar_womens_combatives_vdmsr-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45389;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"aar_womens_combatives_vdmsr-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45030;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"aar_womens_combatives_vdmsr-1-480x395.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:395;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44925;}}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:{}}}'),
(733,714,'_wp_attachment_image_alt','AAR Womens Shooting Defense Course VDMSR'),
(734,714,'_shortpixel_was_converted','1720207071'),
(735,715,'_wp_attachment_image_alt','AAR Womens Shooting Defense Course VDMSR'),
(736,715,'_shortpixel_was_converted','1720207071'),
(737,719,'_wp_attached_file','2016/08/AAR-Integrated-Combatives-Glock-Talk.jpg'),
(738,719,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:731;s:6:\"height\";i:1024;s:4:\"file\";s:48:\"2016/08/AAR-Integrated-Combatives-Glock-Talk.jpg\";s:8:\"filesize\";i:77879;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"AAR-Integrated-Combatives-Glock-Talk-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23558;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"AAR-Integrated-Combatives-Glock-Talk-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4244;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"AAR-Integrated-Combatives-Glock-Talk-600x840.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99402;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"AAR-Integrated-Combatives-Glock-Talk-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17905;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"AAR-Integrated-Combatives-Glock-Talk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7652;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"AAR-Integrated-Combatives-Glock-Talk-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26121;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:48:\"AAR-Integrated-Combatives-Glock-Talk-731x675.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93667;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"AAR-Integrated-Combatives-Glock-Talk-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28818;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"AAR-Integrated-Combatives-Glock-Talk-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44462;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"AAR-Integrated-Combatives-Glock-Talk-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47752;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"AAR-Integrated-Combatives-Glock-Talk-480x672.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68406;}}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:{}}}'),
(739,720,'_wp_attached_file','2016/08/AAR-Integrated-Combatives-Glock-Talk-1.jpg'),
(740,720,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:731;s:6:\"height\";i:1024;s:4:\"file\";s:50:\"2016/08/AAR-Integrated-Combatives-Glock-Talk-1.jpg\";s:8:\"filesize\";i:77879;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:50:\"AAR-Integrated-Combatives-Glock-Talk-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23558;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:50:\"AAR-Integrated-Combatives-Glock-Talk-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4244;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:50:\"AAR-Integrated-Combatives-Glock-Talk-1-600x840.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:840;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99402;}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"AAR-Integrated-Combatives-Glock-Talk-1-214x300.jpg\";s:5:\"width\";i:214;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17905;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"AAR-Integrated-Combatives-Glock-Talk-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:7652;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:50:\"AAR-Integrated-Combatives-Glock-Talk-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26121;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"AAR-Integrated-Combatives-Glock-Talk-1-731x675.jpg\";s:5:\"width\";i:731;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93667;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:50:\"AAR-Integrated-Combatives-Glock-Talk-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28818;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:50:\"AAR-Integrated-Combatives-Glock-Talk-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44462;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:50:\"AAR-Integrated-Combatives-Glock-Talk-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47752;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:50:\"AAR-Integrated-Combatives-Glock-Talk-1-480x672.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:672;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68406;}}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:{}}}'),
(741,719,'_wp_attachment_image_alt','AAR Integrated Combatives Glock Talk'),
(742,719,'_shortpixel_was_converted','1720207071'),
(743,720,'_wp_attachment_image_alt','AAR Integrated Combatives Glock Talk'),
(744,720,'_shortpixel_was_converted','1720207071'),
(745,723,'_wp_attached_file','2016/08/AAR_shooting_and_CQB_VDMSR.jpg'),
(746,723,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:918;s:6:\"height\";i:598;s:4:\"file\";s:38:\"2016/08/AAR_shooting_and_CQB_VDMSR.jpg\";s:8:\"filesize\";i:45614;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"AAR_shooting_and_CQB_VDMSR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22241;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"AAR_shooting_and_CQB_VDMSR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4380;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"AAR_shooting_and_CQB_VDMSR-600x391.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47082;}s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"AAR_shooting_and_CQB_VDMSR-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16260;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"AAR_shooting_and_CQB_VDMSR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7778;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"AAR_shooting_and_CQB_VDMSR-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68144;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"AAR_shooting_and_CQB_VDMSR-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24141;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"AAR_shooting_and_CQB_VDMSR-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26701;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:38:\"AAR_shooting_and_CQB_VDMSR-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40416;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"AAR_shooting_and_CQB_VDMSR-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38477;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"AAR_shooting_and_CQB_VDMSR-480x313.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33119;}}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:{}}}'),
(747,724,'_wp_attached_file','2016/08/AAR_shooting_and_CQB_VDMSR-1.jpg'),
(748,724,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:918;s:6:\"height\";i:598;s:4:\"file\";s:40:\"2016/08/AAR_shooting_and_CQB_VDMSR-1.jpg\";s:8:\"filesize\";i:45614;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"AAR_shooting_and_CQB_VDMSR-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22241;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"AAR_shooting_and_CQB_VDMSR-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4380;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:40:\"AAR_shooting_and_CQB_VDMSR-1-600x391.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47082;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"AAR_shooting_and_CQB_VDMSR-1-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16260;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"AAR_shooting_and_CQB_VDMSR-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:7778;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"AAR_shooting_and_CQB_VDMSR-1-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68144;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"AAR_shooting_and_CQB_VDMSR-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24141;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"AAR_shooting_and_CQB_VDMSR-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26701;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:40:\"AAR_shooting_and_CQB_VDMSR-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40416;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:40:\"AAR_shooting_and_CQB_VDMSR-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38477;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"AAR_shooting_and_CQB_VDMSR-1-480x313.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33119;}}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:{}}}'),
(749,723,'_wp_attachment_image_alt','AAR Shooting and CQB VDMSR'),
(750,723,'_shortpixel_was_converted','1720207071'),
(751,724,'_wp_attachment_image_alt','AAR Shooting and CQB VDMSR'),
(752,724,'_shortpixel_was_converted','1720207071'),
(753,728,'_wp_attached_file','2016/05/AAR-Responsible-Armed-Citizen-VDMSR.jpg'),
(754,728,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:806;s:4:\"file\";s:47:\"2016/05/AAR-Responsible-Armed-Citizen-VDMSR.jpg\";s:8:\"filesize\";i:66673;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"AAR-Responsible-Armed-Citizen-VDMSR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24273;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"AAR-Responsible-Armed-Citizen-VDMSR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4630;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:47:\"AAR-Responsible-Armed-Citizen-VDMSR-600x472.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57779;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"AAR-Responsible-Armed-Citizen-VDMSR-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20948;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"AAR-Responsible-Armed-Citizen-VDMSR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8501;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"AAR-Responsible-Armed-Citizen-VDMSR-768x605.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83579;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"AAR-Responsible-Armed-Citizen-VDMSR-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25040;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:48:\"AAR-Responsible-Armed-Citizen-VDMSR-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102049;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"AAR-Responsible-Armed-Citizen-VDMSR-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28861;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"AAR-Responsible-Armed-Citizen-VDMSR-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43642;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"AAR-Responsible-Armed-Citizen-VDMSR-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43144;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:47:\"AAR-Responsible-Armed-Citizen-VDMSR-980x771.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:771;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117146;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"AAR-Responsible-Armed-Citizen-VDMSR-480x378.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42084;}}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:{}}}'),
(755,729,'_wp_attached_file','2016/05/AAR-Responsible-Armed-Citizen-VDMSR-1.jpg'),
(756,729,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:806;s:4:\"file\";s:49:\"2016/05/AAR-Responsible-Armed-Citizen-VDMSR-1.jpg\";s:8:\"filesize\";i:66673;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"AAR-Responsible-Armed-Citizen-VDMSR-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24273;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"AAR-Responsible-Armed-Citizen-VDMSR-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4630;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"AAR-Responsible-Armed-Citizen-VDMSR-1-600x472.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:472;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57779;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"AAR-Responsible-Armed-Citizen-VDMSR-1-300x236.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:236;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20948;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"AAR-Responsible-Armed-Citizen-VDMSR-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:8501;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"AAR-Responsible-Armed-Citizen-VDMSR-1-768x605.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:605;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83579;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"AAR-Responsible-Armed-Citizen-VDMSR-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25040;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"AAR-Responsible-Armed-Citizen-VDMSR-1-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102049;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"AAR-Responsible-Armed-Citizen-VDMSR-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28861;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"AAR-Responsible-Armed-Citizen-VDMSR-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43642;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"AAR-Responsible-Armed-Citizen-VDMSR-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43144;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"AAR-Responsible-Armed-Citizen-VDMSR-1-980x771.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:771;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117146;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"AAR-Responsible-Armed-Citizen-VDMSR-1-480x378.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:378;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42084;}}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:{}}}'),
(757,728,'_wp_attachment_image_alt','AAR Responsible Armed Citizen VDMSR'),
(758,728,'_shortpixel_was_converted','1720207071'),
(759,729,'_wp_attachment_image_alt','AAR Responsible Armed Citizen VDMSR'),
(760,729,'_shortpixel_was_converted','1720207071'),
(761,740,'_wp_attached_file','2018/04/IMG_1826-e1523575982520.jpg'),
(762,740,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:35:\"2018/04/IMG_1826-e1523575982520.jpg\";s:8:\"filesize\";i:54631;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"IMG_1826-e1523575982520-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22041;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_1826-e1523575982520-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3651;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"IMG_1826-e1523575982520-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70569;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"IMG_1826-e1523575982520-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22041;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_1826-e1523575982520-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6650;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"IMG_1826-e1523575982520-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103353;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"IMG_1826-e1523575982520-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23800;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"IMG_1826-e1523575982520-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109727;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"IMG_1826-e1523575982520-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26656;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"IMG_1826-e1523575982520-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42136;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"IMG_1826-e1523575982520-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43914;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"IMG_1826-e1523575982520-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48909;}}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:{}}}'),
(763,741,'_wp_attached_file','2018/04/IMG_1826-e1523575982520-1.jpg'),
(764,741,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:37:\"2018/04/IMG_1826-e1523575982520-1.jpg\";s:8:\"filesize\";i:54631;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"IMG_1826-e1523575982520-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22041;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"IMG_1826-e1523575982520-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3651;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"IMG_1826-e1523575982520-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70569;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"IMG_1826-e1523575982520-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22041;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"IMG_1826-e1523575982520-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:6650;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"IMG_1826-e1523575982520-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103353;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"IMG_1826-e1523575982520-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23800;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"IMG_1826-e1523575982520-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109727;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"IMG_1826-e1523575982520-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26656;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"IMG_1826-e1523575982520-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42136;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"IMG_1826-e1523575982520-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43914;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"IMG_1826-e1523575982520-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48909;}}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:{}}}'),
(765,740,'_wp_attachment_backup_sizes','a:19:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:12:\"IMG_1826.jpg\";}s:18:\"full-1523572535532\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1500;s:4:\"file\";s:27:\"IMG_1826-e1523572525145.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_1826-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"IMG_1826-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1523575982520\";a:3:{s:5:\"width\";i:1500;s:6:\"height\";i:2000;s:4:\"file\";s:27:\"IMG_1826-e1523572535532.jpg\";}s:23:\"thumbnail-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1523575982520\";a:4:{s:4:\"file\";s:36:\"IMG_1826-e1523572535532-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1523575982520\";a:4:{s:4:\"file\";s:36:\"IMG_1826-e1523572535532-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"widget-thumbnail-1523575982520\";a:4:{s:4:\"file\";s:33:\"IMG_1826-e1523572535532-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-small-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-200x267.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-large-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-blog-image-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-690x920.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:920;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(766,740,'_shortpixel_was_converted','1720207071'),
(767,741,'_wp_attachment_backup_sizes','a:19:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:12:\"IMG_1826.jpg\";}s:18:\"full-1523572535532\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1500;s:4:\"file\";s:27:\"IMG_1826-e1523572525145.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_1826-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"IMG_1826-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1523575982520\";a:3:{s:5:\"width\";i:1500;s:6:\"height\";i:2000;s:4:\"file\";s:27:\"IMG_1826-e1523572535532.jpg\";}s:23:\"thumbnail-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1523575982520\";a:4:{s:4:\"file\";s:36:\"IMG_1826-e1523572535532-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1523575982520\";a:4:{s:4:\"file\";s:36:\"IMG_1826-e1523572535532-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"widget-thumbnail-1523575982520\";a:4:{s:4:\"file\";s:33:\"IMG_1826-e1523572535532-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-small-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-200x267.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-large-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-blog-image-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-690x920.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:920;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(768,741,'_shortpixel_was_converted','1720207071'),
(769,749,'_wp_attached_file','2018/04/AMTAC7.jpg'),
(770,749,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:18:\"2018/04/AMTAC7.jpg\";s:8:\"filesize\";i:91564;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"AMTAC7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26953;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"AMTAC7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4741;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"AMTAC7-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62985;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"AMTAC7-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20532;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"AMTAC7-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141278;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"AMTAC7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8803;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"AMTAC7-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91811;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"AMTAC7-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30970;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"AMTAC7-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142476;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"AMTAC7-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34460;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"AMTAC7-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51812;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"AMTAC7-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152520;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"AMTAC7-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51938;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:19:\"AMTAC7-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195373;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"AMTAC7-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132874;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"AMTAC7-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43995;}}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:{}}}'),
(771,750,'_wp_attached_file','2018/04/AMTAC7-1.jpg'),
(772,750,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/04/AMTAC7-1.jpg\";s:8:\"filesize\";i:91564;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"AMTAC7-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26953;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"AMTAC7-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4741;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"AMTAC7-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62985;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"AMTAC7-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20532;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"AMTAC7-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141278;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"AMTAC7-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:8803;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"AMTAC7-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91811;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"AMTAC7-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30970;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"AMTAC7-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142476;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"AMTAC7-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34460;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"AMTAC7-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51812;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"AMTAC7-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152520;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"AMTAC7-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51938;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"AMTAC7-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195373;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"AMTAC7-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132874;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"AMTAC7-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43995;}}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:{}}}'),
(773,749,'_shortpixel_was_converted','1720207071'),
(774,750,'_shortpixel_was_converted','1720207071'),
(775,751,'_wp_attached_file','2018/04/Rapier_Womans_Class-11.jpg'),
(776,751,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1362;s:6:\"height\";i:924;s:4:\"file\";s:34:\"2018/04/Rapier_Womans_Class-11.jpg\";s:8:\"filesize\";i:78450;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"Rapier_Womans_Class-11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26566;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4935;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-11-600x407.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57969;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-11-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20612;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Rapier_Womans_Class-11-1024x695.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:695;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9060;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-11-768x521.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82867;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-11-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29866;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"Rapier_Womans_Class-11-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126573;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-11-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32337;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-11-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47840;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"Rapier_Womans_Class-11-1080x733.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135229;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-11-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48545;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"Rapier_Womans_Class-11-1280x868.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:868;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172085;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-11-980x665.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:665;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118176;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-11-480x326.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41615;}}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:{}}}'),
(777,752,'_wp_attached_file','2018/04/Rapier_Womans_Class-11-1.jpg'),
(778,752,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1362;s:6:\"height\";i:924;s:4:\"file\";s:36:\"2018/04/Rapier_Womans_Class-11-1.jpg\";s:8:\"filesize\";i:78450;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"Rapier_Womans_Class-11-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26566;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-11-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4935;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-11-1-600x407.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:407;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57969;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-11-1-300x204.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20612;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Rapier_Womans_Class-11-1-1024x695.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:695;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-11-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:9060;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-11-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:82867;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-11-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29866;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"Rapier_Womans_Class-11-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126573;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-11-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32337;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-11-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47840;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"Rapier_Womans_Class-11-1-1080x733.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:733;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135229;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-11-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48545;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"Rapier_Womans_Class-11-1-1280x868.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:868;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172085;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-11-1-980x665.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:665;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118176;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-11-1-480x326.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41615;}}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:{}}}'),
(779,751,'_shortpixel_was_converted','1720207071'),
(780,752,'_shortpixel_was_converted','1720207071'),
(781,753,'_wp_attached_file','2018/04/2011-Sniper-team-Ranch-training-001.jpg'),
(782,753,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:47:\"2018/04/2011-Sniper-team-Ranch-training-001.jpg\";s:8:\"filesize\";i:85025;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"2011-Sniper-team-Ranch-training-001-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30629;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"2011-Sniper-team-Ranch-training-001-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4358;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:47:\"2011-Sniper-team-Ranch-training-001-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83349;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"2011-Sniper-team-Ranch-training-001-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23249;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"2011-Sniper-team-Ranch-training-001-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8569;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"2011-Sniper-team-Ranch-training-001-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130837;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"2011-Sniper-team-Ranch-training-001-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34420;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:48:\"2011-Sniper-team-Ranch-training-001-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198827;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"2011-Sniper-team-Ranch-training-001-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37711;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"2011-Sniper-team-Ranch-training-001-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61497;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"2011-Sniper-team-Ranch-training-001-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64342;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:47:\"2011-Sniper-team-Ranch-training-001-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188894;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"2011-Sniper-team-Ranch-training-001-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54743;}}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:{}}}'),
(783,754,'_wp_attached_file','2018/04/2011-Sniper-team-Ranch-training-001-1.jpg'),
(784,754,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:49:\"2018/04/2011-Sniper-team-Ranch-training-001-1.jpg\";s:8:\"filesize\";i:85025;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"2011-Sniper-team-Ranch-training-001-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30629;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"2011-Sniper-team-Ranch-training-001-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4358;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"2011-Sniper-team-Ranch-training-001-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83349;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"2011-Sniper-team-Ranch-training-001-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23249;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"2011-Sniper-team-Ranch-training-001-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:8569;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"2011-Sniper-team-Ranch-training-001-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130837;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"2011-Sniper-team-Ranch-training-001-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34420;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"2011-Sniper-team-Ranch-training-001-1-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198827;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"2011-Sniper-team-Ranch-training-001-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37711;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"2011-Sniper-team-Ranch-training-001-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61497;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"2011-Sniper-team-Ranch-training-001-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64342;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"2011-Sniper-team-Ranch-training-001-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188894;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"2011-Sniper-team-Ranch-training-001-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54743;}}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:{}}}'),
(785,753,'_shortpixel_was_converted','1720207071'),
(786,754,'_shortpixel_was_converted','1720207071'),
(787,755,'_wp_attached_file','2018/04/11836858_10155901153455414_3374731815603334938_n.jpg'),
(788,755,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:60:\"2018/04/11836858_10155901153455414_3374731815603334938_n.jpg\";s:8:\"filesize\";i:63965;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"11836858_10155901153455414_3374731815603334938_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27220;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"11836858_10155901153455414_3374731815603334938_n-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4192;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:60:\"11836858_10155901153455414_3374731815603334938_n-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73943;}s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"11836858_10155901153455414_3374731815603334938_n-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21240;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"11836858_10155901153455414_3374731815603334938_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8023;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"11836858_10155901153455414_3374731815603334938_n-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106724;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:60:\"11836858_10155901153455414_3374731815603334938_n-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29752;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:60:\"11836858_10155901153455414_3374731815603334938_n-960x675.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150459;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:60:\"11836858_10155901153455414_3374731815603334938_n-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33545;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:60:\"11836858_10155901153455414_3374731815603334938_n-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54496;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:60:\"11836858_10155901153455414_3374731815603334938_n-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53811;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:60:\"11836858_10155901153455414_3374731815603334938_n-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52312;}}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:{}}}'),
(789,756,'_wp_attached_file','2018/04/11836858_10155901153455414_3374731815603334938_n-1.jpg'),
(790,756,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:62:\"2018/04/11836858_10155901153455414_3374731815603334938_n-1.jpg\";s:8:\"filesize\";i:63965;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"11836858_10155901153455414_3374731815603334938_n-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27220;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"11836858_10155901153455414_3374731815603334938_n-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4192;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:62:\"11836858_10155901153455414_3374731815603334938_n-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73943;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"11836858_10155901153455414_3374731815603334938_n-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21240;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"11836858_10155901153455414_3374731815603334938_n-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:8023;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"11836858_10155901153455414_3374731815603334938_n-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106724;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:62:\"11836858_10155901153455414_3374731815603334938_n-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29752;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:62:\"11836858_10155901153455414_3374731815603334938_n-1-960x675.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150459;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:62:\"11836858_10155901153455414_3374731815603334938_n-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33545;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:62:\"11836858_10155901153455414_3374731815603334938_n-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54496;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:62:\"11836858_10155901153455414_3374731815603334938_n-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53811;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:62:\"11836858_10155901153455414_3374731815603334938_n-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52312;}}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:{}}}'),
(791,755,'_shortpixel_was_converted','1720207071'),
(792,756,'_shortpixel_was_converted','1720207071'),
(793,784,'_wp_attached_file','2018/03/IMG045.jpeg'),
(794,784,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:19:\"2018/03/IMG045.jpeg\";s:8:\"filesize\";i:41770;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"IMG045-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15162;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG045-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3028;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"IMG045-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40342;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"IMG045-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13079;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"IMG045-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5141;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"IMG045-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15517;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"IMG045-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17745;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"IMG045-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28657;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"IMG045-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28958;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"IMG045-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28503;}}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:{}}}'),
(795,785,'_wp_attached_file','2018/03/IMG045-1.jpeg'),
(796,785,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:21:\"2018/03/IMG045-1.jpeg\";s:8:\"filesize\";i:41770;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG045-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15162;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG045-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3028;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG045-1-600x480.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40342;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG045-1-300x240.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13079;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG045-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5141;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"IMG045-1-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15517;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"IMG045-1-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17745;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"IMG045-1-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28657;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"IMG045-1-400x512.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28958;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"IMG045-1-480x384.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28503;}}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:{}}}'),
(797,784,'_shortpixel_was_converted','1720207071'),
(798,785,'_shortpixel_was_converted','1720207071'),
(799,796,'_wp_attached_file','2018/01/2018-04-03-17.36.05.jpg'),
(800,796,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/01/2018-04-03-17.36.05.jpg\";s:8:\"filesize\";i:136086;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-03-17.36.05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34695;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.05-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5253;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.05-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93765;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.05-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26965;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.36.05-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225914;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9987;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.05-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142280;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.05-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37901;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.36.05-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202554;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.05-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42578;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.05-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69823;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.36.05-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246186;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.05-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69559;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.05-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212055;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.05-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62290;}}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:{}}}'),
(801,797,'_wp_attached_file','2018/01/2018-04-03-17.36.05-1.jpg'),
(802,797,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/01/2018-04-03-17.36.05-1.jpg\";s:8:\"filesize\";i:136086;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-03-17.36.05-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34695;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.05-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5253;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.05-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93765;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.05-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26965;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.36.05-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:225914;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.05-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:9987;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.05-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142280;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.05-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37901;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.36.05-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202554;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.05-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42578;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.05-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69823;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.36.05-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246186;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.05-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69559;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.05-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:212055;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.05-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62290;}}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:{}}}'),
(803,796,'_shortpixel_was_converted','1720207071'),
(804,797,'_shortpixel_was_converted','1720207071'),
(805,798,'_wp_attached_file','2018/01/2018-04-03-17.36.19.jpg'),
(806,798,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/01/2018-04-03-17.36.19.jpg\";s:8:\"filesize\";i:132913;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-03-17.36.19-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33605;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.19-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5109;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.19-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92436;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.19-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26535;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.36.19-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:222055;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9786;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.19-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139925;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.19-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37134;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.36.19-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199866;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.19-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42036;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.19-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68731;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.36.19-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:241986;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.19-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67205;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.19-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208334;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.19-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61375;}}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:{}}}'),
(807,799,'_wp_attached_file','2018/01/2018-04-03-17.36.19-1.jpg'),
(808,799,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/01/2018-04-03-17.36.19-1.jpg\";s:8:\"filesize\";i:132913;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-03-17.36.19-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33605;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.19-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5109;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.19-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92436;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.19-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26535;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.36.19-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:222055;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.19-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:9786;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.19-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139925;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.19-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37134;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.36.19-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199866;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.19-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42036;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.19-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68731;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.36.19-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:241986;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.19-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67205;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.19-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208334;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.19-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61375;}}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:{}}}'),
(809,798,'_shortpixel_was_converted','1720207081'),
(810,799,'_shortpixel_was_converted','1720207081'),
(811,800,'_wp_attached_file','2018/01/2018-04-03-17.36.21.jpg'),
(812,800,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/01/2018-04-03-17.36.21.jpg\";s:8:\"filesize\";i:132453;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-03-17.36.21-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33787;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.21-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5106;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.21-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92267;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.21-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26643;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.36.21-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221850;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.21-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9785;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.21-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139743;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.21-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37137;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.36.21-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199251;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.21-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42079;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.21-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68939;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.36.21-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:241498;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.21-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67100;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.21-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207796;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.21-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61358;}}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:{}}}'),
(813,801,'_wp_attached_file','2018/01/2018-04-03-17.36.21-1.jpg'),
(814,801,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/01/2018-04-03-17.36.21-1.jpg\";s:8:\"filesize\";i:132453;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-03-17.36.21-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33787;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.21-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5106;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.21-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92267;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.21-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26643;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.36.21-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221850;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.21-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:9785;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.21-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139743;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.21-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37137;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.36.21-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199251;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.21-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42079;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.21-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68939;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.36.21-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:241498;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.21-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67100;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.21-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:207796;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.21-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61358;}}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:{}}}'),
(815,800,'_shortpixel_was_converted','1720207081'),
(816,801,'_shortpixel_was_converted','1720207081'),
(817,802,'_wp_attached_file','2018/01/2018-04-03-17.36.49.jpg'),
(818,802,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/01/2018-04-03-17.36.49.jpg\";s:8:\"filesize\";i:55941;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-03-17.36.49-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19157;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.49-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3218;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.49-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49812;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.49-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14731;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.36.49-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118638;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.49-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5932;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.49-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75155;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.49-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21220;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.36.49-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111222;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.49-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23392;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.49-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37292;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.36.49-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129032;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.49-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39197;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.49-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111339;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.49-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33395;}}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:{}}}'),
(819,803,'_wp_attached_file','2018/01/2018-04-03-17.36.49-1.jpg'),
(820,803,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/01/2018-04-03-17.36.49-1.jpg\";s:8:\"filesize\";i:55941;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-03-17.36.49-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19157;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.49-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3218;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.49-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49812;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.49-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14731;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.36.49-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118638;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.49-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:5932;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.49-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75155;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.49-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21220;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.36.49-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111222;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.49-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23392;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.49-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37292;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.36.49-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129032;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.49-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39197;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.49-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111339;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.49-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33395;}}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:{}}}'),
(821,802,'_shortpixel_was_converted','1720207081'),
(822,803,'_shortpixel_was_converted','1720207081'),
(823,804,'_wp_attached_file','2018/01/2018-04-03-17.36.53.jpg'),
(824,804,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/01/2018-04-03-17.36.53.jpg\";s:8:\"filesize\";i:56774;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-03-17.36.53-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19425;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.53-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3280;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.53-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50249;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.53-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15103;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.36.53-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118873;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.53-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5970;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.53-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75686;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.53-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21483;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.36.53-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112057;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.53-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23820;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.53-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37535;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.36.53-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129370;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.53-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39438;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.53-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111609;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.53-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33838;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(825,805,'_wp_attached_file','2018/01/2018-04-03-17.36.53-1.jpg'),
(826,805,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/01/2018-04-03-17.36.53-1.jpg\";s:8:\"filesize\";i:56774;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-03-17.36.53-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19425;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.53-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3280;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.53-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50249;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.53-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15103;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.36.53-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118873;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.53-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:5970;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.53-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75686;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.53-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21483;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.36.53-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112057;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.53-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23820;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.53-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37535;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.36.53-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129370;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.53-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39438;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.53-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111609;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.53-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33838;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(827,804,'_shortpixel_was_converted','1720207081'),
(828,805,'_shortpixel_was_converted','1720207081'),
(829,806,'_wp_attached_file','2018/01/2018-04-03-17.36.55.jpg'),
(830,806,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/01/2018-04-03-17.36.55.jpg\";s:8:\"filesize\";i:55967;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-03-17.36.55-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19118;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.55-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3244;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.55-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49899;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.55-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14914;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.36.55-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118391;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.55-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5927;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.55-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75307;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.55-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21463;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.36.55-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112306;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.55-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23565;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.55-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37447;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.36.55-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128969;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.55-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39172;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.55-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111351;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.36.55-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33539;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(831,807,'_wp_attached_file','2018/01/2018-04-03-17.36.55-1.jpg'),
(832,807,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/01/2018-04-03-17.36.55-1.jpg\";s:8:\"filesize\";i:55967;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-03-17.36.55-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19118;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.55-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3244;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.55-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49899;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.55-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14914;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.36.55-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118391;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.55-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:5927;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.55-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75307;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.55-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21463;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.36.55-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112306;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.55-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23565;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.55-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37447;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.36.55-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128969;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.55-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39172;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.55-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111351;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.36.55-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33539;}}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:{}}}'),
(833,806,'_shortpixel_was_converted','1720207081'),
(834,807,'_shortpixel_was_converted','1720207081'),
(835,808,'_wp_attached_file','2018/01/2018-04-03-17.40.02.jpg'),
(836,808,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/01/2018-04-03-17.40.02.jpg\";s:8:\"filesize\";i:53631;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-03-17.40.02-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19101;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.02-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3258;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.02-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48654;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.02-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14493;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.40.02-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115216;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.02-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5956;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.02-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73279;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.02-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21106;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.40.02-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109733;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.02-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23004;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.02-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36553;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.40.02-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125786;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.02-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38492;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.02-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108530;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.02-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32785;}}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:{}}}'),
(837,809,'_wp_attached_file','2018/01/2018-04-03-17.40.02-1.jpg'),
(838,809,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/01/2018-04-03-17.40.02-1.jpg\";s:8:\"filesize\";i:53631;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-03-17.40.02-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19101;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.02-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3258;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.02-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48654;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.02-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14493;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.40.02-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115216;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.02-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:5956;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.02-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73279;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.02-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21106;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.40.02-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109733;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.02-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23004;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.02-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36553;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.40.02-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125786;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.02-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38492;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.02-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108530;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.02-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32785;}}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:{}}}'),
(839,808,'_shortpixel_was_converted','1720207081'),
(840,809,'_shortpixel_was_converted','1720207081'),
(841,810,'_wp_attached_file','2018/01/2018-04-03-17.40.05.jpg'),
(842,810,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/01/2018-04-03-17.40.05.jpg\";s:8:\"filesize\";i:54678;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-03-17.40.05-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19199;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.05-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3249;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.05-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49208;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.05-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14811;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.40.05-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116459;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.05-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6002;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.05-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74038;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.05-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21328;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.40.05-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111072;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.05-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23336;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.05-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36976;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.40.05-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126410;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.05-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38704;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.05-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109398;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.05-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33272;}}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:{}}}'),
(843,811,'_wp_attached_file','2018/01/2018-04-03-17.40.05-1.jpg'),
(844,811,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/01/2018-04-03-17.40.05-1.jpg\";s:8:\"filesize\";i:54678;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-03-17.40.05-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19199;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.05-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3249;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.05-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49208;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.05-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14811;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.40.05-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116459;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.05-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:6002;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.05-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74038;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.05-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21328;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.40.05-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111072;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.05-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23336;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.05-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36976;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.40.05-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126410;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.05-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38704;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.05-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109398;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.05-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33272;}}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:{}}}'),
(845,810,'_shortpixel_was_converted','1720207081'),
(846,811,'_shortpixel_was_converted','1720207081'),
(847,812,'_wp_attached_file','2018/01/2018-04-03-17.40.07.jpg'),
(848,813,'_wp_attached_file','2018/01/2018-04-03-17.40.07-1.jpg'),
(849,812,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/01/2018-04-03-17.40.07.jpg\";s:8:\"filesize\";i:53085;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-03-17.40.07-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19203;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.07-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3263;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.07-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48995;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.07-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14826;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.40.07-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.07-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5986;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.07-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73258;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.07-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21380;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.40.07-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109437;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.07-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23162;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.07-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36834;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.40.07-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124767;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.07-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38537;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.07-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107819;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.40.07-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33056;}}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:{}}}'),
(850,813,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/01/2018-04-03-17.40.07-1.jpg\";s:8:\"filesize\";i:53085;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-03-17.40.07-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19203;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.07-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3263;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.07-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48995;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.07-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14826;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.40.07-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.07-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:5986;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.07-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73258;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.07-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21380;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.40.07-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109437;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.07-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23162;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.07-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36834;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.40.07-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124767;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.07-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38537;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.07-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107819;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.40.07-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33056;}}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:{}}}'),
(851,812,'_shortpixel_was_converted','1720207081'),
(852,813,'_shortpixel_was_converted','1720207081'),
(853,814,'_wp_attached_file','2018/01/2018-04-03-17.41.19.jpg'),
(854,815,'_wp_attached_file','2018/01/2018-04-03-17.41.19-1.jpg'),
(855,814,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/01/2018-04-03-17.41.19.jpg\";s:8:\"filesize\";i:54690;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-03-17.41.19-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19331;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.19-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3327;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.19-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49055;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.19-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14720;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.41.19-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115831;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.19-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6045;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.19-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73841;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.19-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21274;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.41.19-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109236;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.19-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23123;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.19-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36892;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.41.19-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125964;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.19-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38567;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.19-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109060;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.19-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33163;}}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:{}}}'),
(856,815,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/01/2018-04-03-17.41.19-1.jpg\";s:8:\"filesize\";i:54690;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-03-17.41.19-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19331;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.19-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3327;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.19-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49055;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.19-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14720;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.41.19-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115831;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.19-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:6045;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.19-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73841;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.19-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21274;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.41.19-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109236;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.19-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23123;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.19-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36892;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.41.19-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125964;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.19-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38567;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.19-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109060;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.19-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33163;}}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:{}}}'),
(857,814,'_shortpixel_was_converted','1720207081'),
(858,815,'_shortpixel_was_converted','1720207081'),
(859,816,'_wp_attached_file','2018/01/2018-04-03-17.41.25.jpg'),
(860,817,'_wp_attached_file','2018/01/2018-04-03-17.41.25-1.jpg'),
(861,816,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/01/2018-04-03-17.41.25.jpg\";s:8:\"filesize\";i:53589;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-03-17.41.25-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19186;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.25-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3290;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.25-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48657;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.25-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14639;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.41.25-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114726;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5962;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.25-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73307;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.25-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21158;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.41.25-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108214;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.25-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23121;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.25-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36631;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.41.25-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124944;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.25-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38006;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.25-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107915;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.25-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33005;}}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:{}}}'),
(862,817,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/01/2018-04-03-17.41.25-1.jpg\";s:8:\"filesize\";i:53589;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-03-17.41.25-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19186;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.25-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3290;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.25-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48657;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.25-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14639;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.41.25-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114726;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.25-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:5962;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.25-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73307;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.25-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21158;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.41.25-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108214;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.25-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23121;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.25-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36631;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.41.25-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124944;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.25-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38006;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.25-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107915;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.25-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33005;}}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:{}}}'),
(863,816,'_shortpixel_was_converted','1720207081'),
(864,817,'_shortpixel_was_converted','1720207081'),
(865,818,'_wp_attached_file','2018/01/2018-04-03-17.41.30.jpg'),
(866,818,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/01/2018-04-03-17.41.30.jpg\";s:8:\"filesize\";i:54701;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-03-17.41.30-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19000;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.30-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3331;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.30-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49378;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.30-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14820;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.41.30-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116585;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5937;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.30-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73955;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.30-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21350;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.41.30-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110935;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.30-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23135;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.30-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37078;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.41.30-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126495;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.30-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37837;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.30-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109487;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.30-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33309;}}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:{}}}'),
(867,819,'_wp_attached_file','2018/01/2018-04-03-17.41.30-1.jpg'),
(868,819,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/01/2018-04-03-17.41.30-1.jpg\";s:8:\"filesize\";i:54701;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-03-17.41.30-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19000;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.30-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3331;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.30-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49378;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.30-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14820;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.41.30-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116585;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.30-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:5937;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.30-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73955;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.30-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21350;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.41.30-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110935;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.30-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23135;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.30-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37078;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.41.30-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126495;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.30-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37837;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.30-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109487;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.41.30-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33309;}}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:{}}}'),
(869,818,'_shortpixel_was_converted','1720207081'),
(870,819,'_shortpixel_was_converted','1720207081'),
(875,821,'_wp_attached_file','2018/01/2018-04-03-17.41.32.jpg'),
(876,822,'_wp_attached_file','2018/01/2018-04-03-17.41.32.jpg'),
(877,821,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/01/2018-04-03-17.41.32.jpg\";s:8:\"filesize\";i:54127;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19064;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3230;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49263;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14731;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.41.32-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116596;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5950;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73795;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21201;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.41.32-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110927;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23053;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36840;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.41.32-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126389;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38151;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109129;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33002;}}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:{}}}'),
(878,822,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/01/2018-04-03-17.41.32.jpg\";s:8:\"filesize\";i:54127;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19064;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3230;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49263;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14731;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.41.32-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116596;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5950;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73795;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21201;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.41.32-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110927;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23053;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36840;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.41.32-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126389;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38151;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109129;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.41.32-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33002;}}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:{}}}'),
(879,821,'_shortpixel_was_converted','1720207081'),
(880,822,'_shortpixel_was_converted','1720207081'),
(881,823,'_wp_attached_file','2018/01/2018-04-03-17.51.59.jpg'),
(882,823,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/01/2018-04-03-17.51.59.jpg\";s:8:\"filesize\";i:169179;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-03-17.51.59-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44074;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.51.59-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5752;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.51.59-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120013;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.51.59-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33761;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.51.59-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:282748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.51.59-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11848;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.51.59-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179968;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.51.59-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47642;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.51.59-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252503;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.51.59-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54439;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.51.59-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89717;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.51.59-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:307386;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.51.59-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89332;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.51.59-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:265587;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.51.59-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80023;}}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:{}}}'),
(883,824,'_wp_attached_file','2018/01/2018-04-03-17.51.59-1.jpg'),
(884,824,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/01/2018-04-03-17.51.59-1.jpg\";s:8:\"filesize\";i:169179;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-03-17.51.59-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44074;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.51.59-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5752;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.51.59-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120013;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.51.59-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33761;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.51.59-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:282748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.51.59-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:11848;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.51.59-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179968;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.51.59-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47642;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.51.59-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252503;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.51.59-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54439;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.51.59-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89717;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.51.59-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:307386;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.51.59-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89332;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.51.59-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:265587;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.51.59-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80023;}}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:{}}}'),
(885,823,'_shortpixel_was_converted','1720207081'),
(886,824,'_shortpixel_was_converted','1720207081'),
(887,825,'_wp_attached_file','2018/01/2018-04-03-17.52.00.jpg'),
(888,825,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/01/2018-04-03-17.52.00.jpg\";s:8:\"filesize\";i:171840;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-03-17.52.00-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44721;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.00-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5795;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.00-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121687;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.00-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34180;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.52.00-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:286624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.00-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11972;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.00-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182365;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.00-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48301;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.52.00-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:256730;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.00-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54987;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.00-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90802;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.52.00-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:311862;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.00-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91005;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.00-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:269354;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.00-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81051;}}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:{}}}'),
(889,826,'_wp_attached_file','2018/01/2018-04-03-17.52.00-1.jpg'),
(890,826,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/01/2018-04-03-17.52.00-1.jpg\";s:8:\"filesize\";i:171840;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-03-17.52.00-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44721;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.00-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5795;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.00-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121687;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.00-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34180;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.52.00-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:286624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.00-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:11972;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.00-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182365;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.00-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48301;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.52.00-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:256730;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.00-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54987;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.00-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90802;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.52.00-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:311862;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.00-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91005;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.00-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:269354;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.00-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81051;}}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:{}}}'),
(891,825,'_shortpixel_was_converted','1720207081'),
(892,826,'_shortpixel_was_converted','1720207081'),
(893,827,'_wp_attached_file','2018/01/2018-04-03-17.52.32-e1523914382566.jpg'),
(894,828,'_wp_attached_file','2018/01/2018-04-03-17.52.32-e1523914382566-1.jpg'),
(895,827,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1231;s:6:\"height\";i:924;s:4:\"file\";s:46:\"2018/01/2018-04-03-17.52.32-e1523914382566.jpg\";s:8:\"filesize\";i:142257;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:46:\"2018-04-03-17.52.32-e1523914382566-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41336;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:46:\"2018-04-03-17.52.32-e1523914382566-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5801;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:46:\"2018-04-03-17.52.32-e1523914382566-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108417;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"2018-04-03-17.52.32-e1523914382566-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32808;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"2018-04-03-17.52.32-e1523914382566-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246626;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"2018-04-03-17.52.32-e1523914382566-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11756;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"2018-04-03-17.52.32-e1523914382566-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158827;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"2018-04-03-17.52.32-e1523914382566-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45417;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"2018-04-03-17.52.32-e1523914382566-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:222830;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"2018-04-03-17.52.32-e1523914382566-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51516;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"2018-04-03-17.52.32-e1523914382566-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82646;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:47:\"2018-04-03-17.52.32-e1523914382566-1080x811.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:811;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:266557;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"2018-04-03-17.52.32-e1523914382566-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78282;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:46:\"2018-04-03-17.52.32-e1523914382566-980x736.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230616;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"2018-04-03-17.52.32-e1523914382566-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74118;}}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:{}}}'),
(896,828,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1231;s:6:\"height\";i:924;s:4:\"file\";s:48:\"2018/01/2018-04-03-17.52.32-e1523914382566-1.jpg\";s:8:\"filesize\";i:142257;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"2018-04-03-17.52.32-e1523914382566-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41336;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"2018-04-03-17.52.32-e1523914382566-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5801;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"2018-04-03-17.52.32-e1523914382566-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108417;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"2018-04-03-17.52.32-e1523914382566-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32808;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"2018-04-03-17.52.32-e1523914382566-1-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:246626;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"2018-04-03-17.52.32-e1523914382566-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:11756;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"2018-04-03-17.52.32-e1523914382566-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158827;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"2018-04-03-17.52.32-e1523914382566-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45417;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:49:\"2018-04-03-17.52.32-e1523914382566-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:222830;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"2018-04-03-17.52.32-e1523914382566-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51516;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"2018-04-03-17.52.32-e1523914382566-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82646;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:49:\"2018-04-03-17.52.32-e1523914382566-1-1080x811.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:811;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:266557;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"2018-04-03-17.52.32-e1523914382566-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78282;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:48:\"2018-04-03-17.52.32-e1523914382566-1-980x736.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230616;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"2018-04-03-17.52.32-e1523914382566-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74118;}}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:{}}}'),
(897,828,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:23:\"2018-04-03-17.52.32.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:32:\"2018-04-03-17.52.32-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"2018-04-03-17.52.32-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(898,828,'_shortpixel_was_converted','1720207081'),
(899,827,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:23:\"2018-04-03-17.52.32.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:32:\"2018-04-03-17.52.32-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"2018-04-03-17.52.32-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(900,827,'_shortpixel_was_converted','1720207081'),
(901,829,'_wp_attached_file','2018/01/2018-04-03-17.52.35.jpg'),
(902,829,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/01/2018-04-03-17.52.35.jpg\";s:8:\"filesize\";i:145830;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-03-17.52.35-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41814;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.35-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5781;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.35-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110219;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.35-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32961;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.52.35-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:249873;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.35-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11770;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.35-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161508;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.35-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45921;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.52.35-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:228176;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.35-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52026;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.35-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83588;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-03-17.52.35-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:271611;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.35-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79587;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.35-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235564;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-03-17.52.35-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75197;}}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:{}}}'),
(903,830,'_wp_attached_file','2018/01/2018-04-03-17.52.35-1.jpg'),
(904,830,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/01/2018-04-03-17.52.35-1.jpg\";s:8:\"filesize\";i:145830;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-03-17.52.35-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41814;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.35-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5781;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.35-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110219;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.35-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32961;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.52.35-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:249873;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.35-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:11770;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.35-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161508;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.35-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45921;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.52.35-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:228176;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.35-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52026;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.35-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83588;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-03-17.52.35-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:271611;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.35-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79587;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.35-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:235564;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-03-17.52.35-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75197;}}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:{}}}'),
(905,829,'_shortpixel_was_converted','1720207081'),
(906,830,'_shortpixel_was_converted','1720207081'),
(907,831,'_wp_attached_file','2018/01/aac_flash_suppressor-e1523914422542.jpg'),
(908,831,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1233;s:6:\"height\";i:924;s:4:\"file\";s:47:\"2018/01/aac_flash_suppressor-e1523914422542.jpg\";s:8:\"filesize\";i:67677;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"aac_flash_suppressor-e1523914422542-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16604;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"aac_flash_suppressor-e1523914422542-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2591;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:47:\"aac_flash_suppressor-e1523914422542-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43673;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"aac_flash_suppressor-e1523914422542-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13201;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"aac_flash_suppressor-e1523914422542-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100608;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"aac_flash_suppressor-e1523914422542-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4924;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"aac_flash_suppressor-e1523914422542-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64685;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"aac_flash_suppressor-e1523914422542-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18301;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:48:\"aac_flash_suppressor-e1523914422542-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91185;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"aac_flash_suppressor-e1523914422542-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20601;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"aac_flash_suppressor-e1523914422542-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33063;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:48:\"aac_flash_suppressor-e1523914422542-1080x809.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:809;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109165;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"aac_flash_suppressor-e1523914422542-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31856;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:47:\"aac_flash_suppressor-e1523914422542-980x734.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94702;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"aac_flash_suppressor-e1523914422542-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29668;}}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:{}}}'),
(909,832,'_wp_attached_file','2018/01/aac_flash_suppressor-e1523914422542-1.jpg'),
(910,832,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1233;s:6:\"height\";i:924;s:4:\"file\";s:49:\"2018/01/aac_flash_suppressor-e1523914422542-1.jpg\";s:8:\"filesize\";i:67677;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"aac_flash_suppressor-e1523914422542-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16604;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"aac_flash_suppressor-e1523914422542-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2591;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"aac_flash_suppressor-e1523914422542-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43673;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"aac_flash_suppressor-e1523914422542-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13201;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"aac_flash_suppressor-e1523914422542-1-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100608;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"aac_flash_suppressor-e1523914422542-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:4924;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"aac_flash_suppressor-e1523914422542-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64685;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"aac_flash_suppressor-e1523914422542-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18301;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"aac_flash_suppressor-e1523914422542-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91185;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"aac_flash_suppressor-e1523914422542-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20601;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"aac_flash_suppressor-e1523914422542-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33063;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"aac_flash_suppressor-e1523914422542-1-1080x809.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:809;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109165;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"aac_flash_suppressor-e1523914422542-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31856;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"aac_flash_suppressor-e1523914422542-1-980x734.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94702;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"aac_flash_suppressor-e1523914422542-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29668;}}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:{}}}'),
(911,831,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3024;s:6:\"height\";i:2016;s:4:\"file\";s:24:\"aac_flash_suppressor.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:33:\"aac_flash_suppressor-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"aac_flash_suppressor-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-690x460.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(912,832,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3024;s:6:\"height\";i:2016;s:4:\"file\";s:24:\"aac_flash_suppressor.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:33:\"aac_flash_suppressor-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"aac_flash_suppressor-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-690x460.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(913,831,'_shortpixel_was_converted','1720207081'),
(914,832,'_shortpixel_was_converted','1720207081'),
(915,833,'_wp_attached_file','2018/01/bemeyers_flash_suppressor-e1523914469829.jpg'),
(916,834,'_wp_attached_file','2018/01/bemeyers_flash_suppressor-e1523914469829-1.jpg'),
(917,833,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1233;s:6:\"height\";i:924;s:4:\"file\";s:52:\"2018/01/bemeyers_flash_suppressor-e1523914469829.jpg\";s:8:\"filesize\";i:52922;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:52:\"bemeyers_flash_suppressor-e1523914469829-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12173;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:52:\"bemeyers_flash_suppressor-e1523914469829-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2207;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:52:\"bemeyers_flash_suppressor-e1523914469829-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31956;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"bemeyers_flash_suppressor-e1523914469829-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9729;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"bemeyers_flash_suppressor-e1523914469829-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75166;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"bemeyers_flash_suppressor-e1523914469829-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3871;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"bemeyers_flash_suppressor-e1523914469829-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47611;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:52:\"bemeyers_flash_suppressor-e1523914469829-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13600;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:53:\"bemeyers_flash_suppressor-e1523914469829-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70146;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:52:\"bemeyers_flash_suppressor-e1523914469829-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15056;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:52:\"bemeyers_flash_suppressor-e1523914469829-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23991;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:53:\"bemeyers_flash_suppressor-e1523914469829-1080x809.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:809;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81814;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:52:\"bemeyers_flash_suppressor-e1523914469829-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23556;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:52:\"bemeyers_flash_suppressor-e1523914469829-980x734.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70475;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:52:\"bemeyers_flash_suppressor-e1523914469829-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21582;}}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:{}}}'),
(918,834,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1233;s:6:\"height\";i:924;s:4:\"file\";s:54:\"2018/01/bemeyers_flash_suppressor-e1523914469829-1.jpg\";s:8:\"filesize\";i:52922;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:54:\"bemeyers_flash_suppressor-e1523914469829-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12173;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:54:\"bemeyers_flash_suppressor-e1523914469829-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2207;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:54:\"bemeyers_flash_suppressor-e1523914469829-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31956;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"bemeyers_flash_suppressor-e1523914469829-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9729;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"bemeyers_flash_suppressor-e1523914469829-1-1024x767.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:767;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75166;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"bemeyers_flash_suppressor-e1523914469829-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:3871;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"bemeyers_flash_suppressor-e1523914469829-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47611;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:54:\"bemeyers_flash_suppressor-e1523914469829-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13600;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:55:\"bemeyers_flash_suppressor-e1523914469829-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70146;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:54:\"bemeyers_flash_suppressor-e1523914469829-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15056;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:54:\"bemeyers_flash_suppressor-e1523914469829-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23991;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:55:\"bemeyers_flash_suppressor-e1523914469829-1-1080x809.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:809;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81814;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:54:\"bemeyers_flash_suppressor-e1523914469829-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23556;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:54:\"bemeyers_flash_suppressor-e1523914469829-1-980x734.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:734;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70475;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:54:\"bemeyers_flash_suppressor-e1523914469829-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21582;}}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:{}}}'),
(919,834,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3576;s:6:\"height\";i:2384;s:4:\"file\";s:29:\"bemeyers_flash_suppressor.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:38:\"bemeyers_flash_suppressor-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:35:\"bemeyers_flash_suppressor-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-690x460.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(920,834,'_shortpixel_was_converted','1720207081'),
(921,833,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3576;s:6:\"height\";i:2384;s:4:\"file\";s:29:\"bemeyers_flash_suppressor.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:38:\"bemeyers_flash_suppressor-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:35:\"bemeyers_flash_suppressor-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-690x460.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(922,833,'_shortpixel_was_converted','1720207081'),
(923,835,'_wp_attached_file','2018/01/F77E832A-6D44-4264-A3D6-D77B19711E5D.jpg'),
(924,835,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:48:\"2018/01/F77E832A-6D44-4264-A3D6-D77B19711E5D.jpg\";s:8:\"filesize\";i:144290;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34272;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4891;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98429;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26991;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239555;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9622;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150037;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38422;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:49:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214769;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43730;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72818;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:49:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:261025;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66516;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:48:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224627;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64752;}}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:{}}}'),
(925,836,'_wp_attached_file','2018/01/F77E832A-6D44-4264-A3D6-D77B19711E5D-1.jpg'),
(926,836,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:50:\"2018/01/F77E832A-6D44-4264-A3D6-D77B19711E5D-1.jpg\";s:8:\"filesize\";i:144290;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:50:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34272;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:50:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4891;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:50:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98429;}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26991;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239555;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-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:9622;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150037;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:50:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38422;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:51:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214769;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:50:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43730;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:50:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72818;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:51:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:261025;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:50:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66516;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:50:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224627;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:50:\"F77E832A-6D44-4264-A3D6-D77B19711E5D-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64752;}}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:{}}}'),
(927,835,'_shortpixel_was_converted','1720207081'),
(928,836,'_shortpixel_was_converted','1720207081'),
(929,837,'_wp_attached_file','2018/01/7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727.jpg'),
(930,837,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1589;s:6:\"height\";i:924;s:4:\"file\";s:63:\"2018/01/7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727.jpg\";s:8:\"filesize\";i:140149;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:63:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28032;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:63:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3263;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:63:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-600x349.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60980;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14517;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1024x595.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167568;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6753;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-768x447.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98067;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:64:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1536x893.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:893;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:326801;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:63:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28763;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:64:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195359;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:63:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33862;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:63:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58752;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:64:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1080x628.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183644;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:63:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63065;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:64:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1280x744.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:744;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243146;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:63:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-980x570.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155763;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:63:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-480x279.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38413;}}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:{}}}'),
(931,838,'_wp_attached_file','2018/01/7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1.jpg'),
(932,838,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1589;s:6:\"height\";i:924;s:4:\"file\";s:65:\"2018/01/7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1.jpg\";s:8:\"filesize\";i:140149;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:65:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28032;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:65:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3263;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:65:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1-600x349.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:349;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60980;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14517;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1-1024x595.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:595;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167568;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-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:6753;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1-768x447.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:447;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98067;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:66:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1-1536x893.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:893;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:326801;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:65:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28763;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:66:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195359;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:65:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33862;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:65:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58752;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:66:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1-1080x628.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:628;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183644;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:65:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63065;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:66:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1-1280x744.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:744;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243146;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:65:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1-980x570.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155763;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:65:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1-480x279.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:279;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38413;}}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:{}}}'),
(933,837,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:40:\"7680FC55-38D6-45FD-92E5-736B699AF2C7.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:49:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(934,837,'_shortpixel_was_converted','1720207081'),
(935,838,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:40:\"7680FC55-38D6-45FD-92E5-736B699AF2C7.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:49:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(936,838,'_shortpixel_was_converted','1720207081'),
(937,839,'_wp_attached_file','2018/04/running_pistol.jpg'),
(938,840,'_wp_attached_file','2018/04/running_pistol.jpg'),
(939,839,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2018/04/running_pistol.jpg\";s:8:\"filesize\";i:74721;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"running_pistol-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14442;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"running_pistol-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2980;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"running_pistol-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31316;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"running_pistol-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10361;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"running_pistol-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"running_pistol-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5013;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"running_pistol-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46811;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"running_pistol-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15463;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"running_pistol-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74569;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"running_pistol-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17362;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"running_pistol-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26666;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"running_pistol-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79848;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"running_pistol-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27530;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:27:\"running_pistol-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103696;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"running_pistol-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69442;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"running_pistol-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21782;}}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:{}}}'),
(940,840,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2018/04/running_pistol.jpg\";s:8:\"filesize\";i:74721;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"running_pistol-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14442;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"running_pistol-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2980;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"running_pistol-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31316;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"running_pistol-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10361;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"running_pistol-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74308;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"running_pistol-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5013;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"running_pistol-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46811;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"running_pistol-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15463;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"running_pistol-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74569;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"running_pistol-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17362;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"running_pistol-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26666;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"running_pistol-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79848;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"running_pistol-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27530;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:27:\"running_pistol-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103696;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"running_pistol-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69442;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"running_pistol-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21782;}}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:{}}}'),
(941,839,'_shortpixel_was_converted','1720207116'),
(942,840,'_shortpixel_was_converted','1720207116'),
(943,841,'_wp_attached_file','2018/04/IMG_2174-e1523917480607.jpg'),
(944,841,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:35:\"2018/04/IMG_2174-e1523917480607.jpg\";s:8:\"filesize\";i:74163;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"IMG_2174-e1523917480607-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26134;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_2174-e1523917480607-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4511;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"IMG_2174-e1523917480607-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94881;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"IMG_2174-e1523917480607-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19803;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"IMG_2174-e1523917480607-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136959;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_2174-e1523917480607-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8401;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"IMG_2174-e1523917480607-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136959;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"IMG_2174-e1523917480607-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28418;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"IMG_2174-e1523917480607-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117858;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"IMG_2174-e1523917480607-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31918;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"IMG_2174-e1523917480607-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48794;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"IMG_2174-e1523917480607-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49424;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"IMG_2174-e1523917480607-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66990;}}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:{}}}'),
(945,842,'_wp_attached_file','2018/04/IMG_2174-e1523917480607-1.jpg'),
(946,842,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:37:\"2018/04/IMG_2174-e1523917480607-1.jpg\";s:8:\"filesize\";i:74163;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"IMG_2174-e1523917480607-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26134;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"IMG_2174-e1523917480607-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4511;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"IMG_2174-e1523917480607-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94881;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"IMG_2174-e1523917480607-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19803;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"IMG_2174-e1523917480607-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136959;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"IMG_2174-e1523917480607-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:8401;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"IMG_2174-e1523917480607-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136959;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"IMG_2174-e1523917480607-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28418;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"IMG_2174-e1523917480607-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117858;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"IMG_2174-e1523917480607-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31918;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"IMG_2174-e1523917480607-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48794;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"IMG_2174-e1523917480607-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49424;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"IMG_2174-e1523917480607-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66990;}}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:{}}}'),
(947,841,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"IMG_2174.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_2174-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"IMG_2174-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(948,842,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"IMG_2174.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_2174-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"IMG_2174-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(949,841,'_shortpixel_was_converted','1720207116'),
(950,842,'_shortpixel_was_converted','1720207116'),
(951,843,'_wp_attached_file','2018/04/IMG_2187-e1523917517293.jpg'),
(952,843,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:35:\"2018/04/IMG_2187-e1523917517293.jpg\";s:8:\"filesize\";i:62822;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"IMG_2187-e1523917517293-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24629;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_2187-e1523917517293-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4594;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"IMG_2187-e1523917517293-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83547;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"IMG_2187-e1523917517293-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19023;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"IMG_2187-e1523917517293-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119355;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_2187-e1523917517293-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8328;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"IMG_2187-e1523917517293-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119355;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"IMG_2187-e1523917517293-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26110;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"IMG_2187-e1523917517293-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100360;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"IMG_2187-e1523917517293-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29288;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"IMG_2187-e1523917517293-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43623;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"IMG_2187-e1523917517293-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44939;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"IMG_2187-e1523917517293-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60150;}}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:{}}}'),
(953,844,'_wp_attached_file','2018/04/IMG_2187-e1523917517293-1.jpg'),
(954,844,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:37:\"2018/04/IMG_2187-e1523917517293-1.jpg\";s:8:\"filesize\";i:62822;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"IMG_2187-e1523917517293-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24629;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"IMG_2187-e1523917517293-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4594;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"IMG_2187-e1523917517293-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83547;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"IMG_2187-e1523917517293-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19023;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"IMG_2187-e1523917517293-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119355;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"IMG_2187-e1523917517293-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:8328;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"IMG_2187-e1523917517293-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119355;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"IMG_2187-e1523917517293-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26110;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"IMG_2187-e1523917517293-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100360;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"IMG_2187-e1523917517293-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29288;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"IMG_2187-e1523917517293-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43623;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"IMG_2187-e1523917517293-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44939;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"IMG_2187-e1523917517293-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60150;}}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:{}}}'),
(955,843,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"IMG_2187.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_2187-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"IMG_2187-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(956,843,'_shortpixel_was_converted','1720207116'),
(957,844,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"IMG_2187.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_2187-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"IMG_2187-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(958,844,'_shortpixel_was_converted','1720207116'),
(959,845,'_wp_attached_file','2018/03/IMG_20151229_124237948.jpg'),
(960,845,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1641;s:6:\"height\";i:924;s:4:\"file\";s:34:\"2018/03/IMG_20151229_124237948.jpg\";s:8:\"filesize\";i:76047;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"IMG_20151229_124237948-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17115;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"IMG_20151229_124237948-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3212;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"IMG_20151229_124237948-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31156;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"IMG_20151229_124237948-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9975;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"IMG_20151229_124237948-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74908;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"IMG_20151229_124237948-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5773;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"IMG_20151229_124237948-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46629;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:35:\"IMG_20151229_124237948-1536x865.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138418;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"IMG_20151229_124237948-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17484;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"IMG_20151229_124237948-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88622;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"IMG_20151229_124237948-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19848;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"IMG_20151229_124237948-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31080;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"IMG_20151229_124237948-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80905;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"IMG_20151229_124237948-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33933;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:35:\"IMG_20151229_124237948-1280x721.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105354;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"IMG_20151229_124237948-980x552.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69825;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"IMG_20151229_124237948-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21352;}}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:{}}}'),
(961,846,'_wp_attached_file','2018/03/IMG_20151229_124237948-1.jpg'),
(962,846,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1641;s:6:\"height\";i:924;s:4:\"file\";s:36:\"2018/03/IMG_20151229_124237948-1.jpg\";s:8:\"filesize\";i:76047;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"IMG_20151229_124237948-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17115;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"IMG_20151229_124237948-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3212;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"IMG_20151229_124237948-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31156;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"IMG_20151229_124237948-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9975;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"IMG_20151229_124237948-1-1024x577.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74908;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"IMG_20151229_124237948-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:5773;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"IMG_20151229_124237948-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46629;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"IMG_20151229_124237948-1-1536x865.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:865;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138418;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"IMG_20151229_124237948-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17484;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"IMG_20151229_124237948-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88622;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"IMG_20151229_124237948-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19848;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"IMG_20151229_124237948-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31080;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"IMG_20151229_124237948-1-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80905;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"IMG_20151229_124237948-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33933;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"IMG_20151229_124237948-1-1280x721.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105354;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"IMG_20151229_124237948-1-980x552.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69825;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"IMG_20151229_124237948-1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21352;}}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:{}}}'),
(963,845,'_shortpixel_was_converted','1720207116'),
(964,846,'_shortpixel_was_converted','1720207116'),
(965,847,'_wp_attached_file','2018/04/race_ruck.jpg'),
(966,847,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:21:\"2018/04/race_ruck.jpg\";s:8:\"filesize\";i:93196;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"race_ruck-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20954;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"race_ruck-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3435;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"race_ruck-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57254;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"race_ruck-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15430;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"race_ruck-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146183;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"race_ruck-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6233;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"race_ruck-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89140;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"race_ruck-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22089;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"race_ruck-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133612;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"race_ruck-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24822;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"race_ruck-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41520;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"race_ruck-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160349;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"race_ruck-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45285;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"race_ruck-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136665;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"race_ruck-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36739;}}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:{}}}'),
(967,848,'_wp_attached_file','2018/04/race_ruck-1.jpg'),
(968,848,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:23:\"2018/04/race_ruck-1.jpg\";s:8:\"filesize\";i:93196;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"race_ruck-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20954;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"race_ruck-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3435;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"race_ruck-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57254;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"race_ruck-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15430;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"race_ruck-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146183;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"race_ruck-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:6233;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"race_ruck-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89140;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"race_ruck-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22089;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"race_ruck-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133612;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"race_ruck-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24822;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"race_ruck-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41520;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"race_ruck-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160349;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"race_ruck-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45285;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"race_ruck-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136665;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"race_ruck-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36739;}}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:{}}}'),
(969,847,'_shortpixel_was_converted','1720207116'),
(970,848,'_shortpixel_was_converted','1720207116'),
(971,849,'_wp_attached_file','2018/04/skiing.jpg'),
(972,849,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:18:\"2018/04/skiing.jpg\";s:8:\"filesize\";i:66813;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"skiing-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14129;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"skiing-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2511;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"skiing-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36847;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"skiing-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11156;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"skiing-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87749;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"skiing-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4484;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"skiing-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55458;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"skiing-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15449;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"skiing-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80877;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"skiing-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17326;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"skiing-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27762;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"skiing-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95808;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"skiing-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28118;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"skiing-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82601;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"skiing-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24878;}}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:{}}}'),
(973,850,'_wp_attached_file','2018/04/skiing-1.jpg'),
(974,850,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/04/skiing-1.jpg\";s:8:\"filesize\";i:66813;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"skiing-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14129;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"skiing-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2511;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"skiing-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36847;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"skiing-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11156;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"skiing-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87749;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"skiing-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:4484;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"skiing-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55458;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"skiing-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15449;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"skiing-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80877;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"skiing-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17326;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"skiing-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27762;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"skiing-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95808;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"skiing-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28118;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"skiing-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82601;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"skiing-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24878;}}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:{}}}'),
(975,849,'_shortpixel_was_converted','1720207116'),
(976,850,'_shortpixel_was_converted','1720207116'),
(977,851,'_wp_attached_file','2018/03/2018-04-12-16.05.45-1.jpg'),
(978,851,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/03/2018-04-12-16.05.45-1.jpg\";s:8:\"filesize\";i:75650;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-12-16.05.45-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19947;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-12-16.05.45-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3408;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-12-16.05.45-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56237;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-12-16.05.45-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15831;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-12-16.05.45-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141064;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-12-16.05.45-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:6128;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-12-16.05.45-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86906;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-12-16.05.45-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22749;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-12-16.05.45-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133678;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-12-16.05.45-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25091;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-12-16.05.45-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41221;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-12-16.05.45-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154620;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-12-16.05.45-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42695;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-12-16.05.45-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132070;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-12-16.05.45-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36637;}}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:{}}}'),
(979,852,'_wp_attached_file','2018/03/2018-04-12-16.05.45-1-1.jpg'),
(980,852,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:35:\"2018/03/2018-04-12-16.05.45-1-1.jpg\";s:8:\"filesize\";i:75650;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"2018-04-12-16.05.45-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19947;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"2018-04-12-16.05.45-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3408;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"2018-04-12-16.05.45-1-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56237;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"2018-04-12-16.05.45-1-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15831;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"2018-04-12-16.05.45-1-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141064;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"2018-04-12-16.05.45-1-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:6128;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"2018-04-12-16.05.45-1-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86906;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"2018-04-12-16.05.45-1-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22749;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"2018-04-12-16.05.45-1-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133678;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"2018-04-12-16.05.45-1-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25091;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"2018-04-12-16.05.45-1-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41221;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:36:\"2018-04-12-16.05.45-1-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154620;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"2018-04-12-16.05.45-1-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42695;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"2018-04-12-16.05.45-1-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132070;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"2018-04-12-16.05.45-1-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36637;}}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:{}}}'),
(981,851,'_shortpixel_was_converted','1720207116'),
(982,852,'_shortpixel_was_converted','1720207116'),
(983,853,'_wp_attached_file','2018/03/2018-04-16-17.17.50.jpg'),
(984,853,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/03/2018-04-16-17.17.50.jpg\";s:8:\"filesize\";i:153268;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-16-17.17.50-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35666;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.17.50-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5119;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.17.50-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102727;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.17.50-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28278;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.17.50-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250522;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.17.50-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10024;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.17.50-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156760;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.17.50-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40210;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.17.50-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224748;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.17.50-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45719;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.17.50-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75927;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.17.50-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:273392;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.17.50-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72077;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.17.50-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:234934;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.17.50-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67402;}}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:{}}}'),
(985,854,'_wp_attached_file','2018/03/2018-04-16-17.17.50-1.jpg'),
(986,854,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/03/2018-04-16-17.17.50-1.jpg\";s:8:\"filesize\";i:153268;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-16-17.17.50-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35666;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.17.50-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5119;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.17.50-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102727;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.17.50-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28278;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.17.50-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:250522;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.17.50-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:10024;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.17.50-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156760;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.17.50-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40210;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.17.50-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224748;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.17.50-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45719;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.17.50-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75927;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.17.50-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:273392;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.17.50-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72077;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.17.50-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:234934;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.17.50-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67402;}}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:{}}}'),
(987,853,'_shortpixel_was_converted','1720207116'),
(988,854,'_shortpixel_was_converted','1720207116'),
(989,855,'_wp_attached_file','2018/03/2018-04-16-17.20.16.jpg'),
(990,855,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/03/2018-04-16-17.20.16.jpg\";s:8:\"filesize\";i:185943;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-16-17.20.16-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41039;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.20.16-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4845;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.20.16-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125334;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.20.16-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30807;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.20.16-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:326173;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.20.16-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10175;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.20.16-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198243;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.20.16-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45639;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.20.16-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:295047;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.20.16-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51797;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.20.16-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90287;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.20.16-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:357746;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.20.16-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94269;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.20.16-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:304770;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.20.16-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79272;}}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:{}}}'),
(991,856,'_wp_attached_file','2018/03/2018-04-16-17.20.16-1.jpg'),
(992,856,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/03/2018-04-16-17.20.16-1.jpg\";s:8:\"filesize\";i:185943;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-16-17.20.16-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41039;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.20.16-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4845;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.20.16-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125334;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.20.16-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30807;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.20.16-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:326173;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.20.16-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:10175;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.20.16-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198243;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.20.16-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45639;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.20.16-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:295047;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.20.16-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51797;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.20.16-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90287;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.20.16-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:357746;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.20.16-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94269;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.20.16-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:304770;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.20.16-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79272;}}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:{}}}'),
(993,855,'_shortpixel_was_converted','1720207116'),
(994,856,'_shortpixel_was_converted','1720207116'),
(995,857,'_wp_attached_file','2018/03/2018-04-16-17.51.52.jpg'),
(996,857,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/03/2018-04-16-17.51.52.jpg\";s:8:\"filesize\";i:66901;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-16-17.51.52-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20924;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.52-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3286;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.52-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55803;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.52-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16106;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.51.52-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.52-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6133;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.52-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84816;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.52-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23094;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.51.52-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125735;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.52-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25629;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.52-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41511;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.51.52-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147642;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.52-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43730;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.52-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126529;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.52-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37271;}}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:{}}}'),
(997,858,'_wp_attached_file','2018/03/2018-04-16-17.51.52-1.jpg'),
(998,858,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/03/2018-04-16-17.51.52-1.jpg\";s:8:\"filesize\";i:66901;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-16-17.51.52-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20924;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.52-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3286;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.52-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55803;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.52-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16106;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.51.52-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.52-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:6133;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.52-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84816;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.52-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23094;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.51.52-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125735;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.52-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25629;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.52-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41511;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.51.52-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147642;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.52-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43730;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.52-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126529;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.52-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37271;}}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:{}}}'),
(999,857,'_shortpixel_was_converted','1720207116'),
(1000,858,'_shortpixel_was_converted','1720207116'),
(1001,859,'_wp_attached_file','2018/03/2018-04-16-17.51.55.jpg'),
(1002,859,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/03/2018-04-16-17.51.55.jpg\";s:8:\"filesize\";i:68239;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-16-17.51.55-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21132;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.55-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3265;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.55-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56854;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.55-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16253;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.51.55-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138225;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.55-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6141;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.55-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86574;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.55-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23469;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.51.55-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128933;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.55-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25878;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.55-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42181;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.51.55-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150663;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.55-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43998;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.55-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129555;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.51.55-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37502;}}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:{}}}'),
(1003,860,'_wp_attached_file','2018/03/2018-04-16-17.51.55-1.jpg'),
(1004,860,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/03/2018-04-16-17.51.55-1.jpg\";s:8:\"filesize\";i:68239;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-16-17.51.55-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21132;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.55-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3265;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.55-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56854;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.55-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16253;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.51.55-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138225;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.55-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:6141;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.55-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86574;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.55-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23469;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.51.55-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128933;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.55-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25878;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.55-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42181;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.51.55-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150663;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.55-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43998;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.55-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129555;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.51.55-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37502;}}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:{}}}'),
(1005,859,'_shortpixel_was_converted','1720207116'),
(1006,860,'_shortpixel_was_converted','1720207116'),
(1007,861,'_wp_attached_file','2018/03/2018-04-16-17.52.38.jpg'),
(1008,861,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/03/2018-04-16-17.52.38.jpg\";s:8:\"filesize\";i:83525;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-16-17.52.38-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26020;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.52.38-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4341;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.52.38-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64968;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.52.38-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19443;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.52.38-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155392;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.52.38-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7987;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.52.38-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97871;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.52.38-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28379;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.52.38-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148269;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.52.38-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30753;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.52.38-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48725;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.52.38-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169389;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.52.38-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53563;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.52.38-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145747;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.52.38-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43844;}}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:{}}}'),
(1009,862,'_wp_attached_file','2018/03/2018-04-16-17.52.38-1.jpg'),
(1010,862,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/03/2018-04-16-17.52.38-1.jpg\";s:8:\"filesize\";i:83525;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-16-17.52.38-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26020;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.52.38-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4341;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.52.38-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64968;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.52.38-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19443;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.52.38-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155392;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.52.38-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:7987;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.52.38-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97871;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.52.38-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28379;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.52.38-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148269;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.52.38-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30753;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.52.38-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48725;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.52.38-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169389;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.52.38-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53563;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.52.38-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145747;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.52.38-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43844;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1011,861,'_shortpixel_was_converted','1720207116'),
(1012,862,'_shortpixel_was_converted','1720207116'),
(1013,863,'_wp_attached_file','2018/03/2018-04-16-17.56.11.jpg'),
(1014,863,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/03/2018-04-16-17.56.11.jpg\";s:8:\"filesize\";i:76877;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-16-17.56.11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21944;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3156;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.11-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61031;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.11-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16842;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.56.11-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150963;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6080;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.11-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93688;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.11-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24274;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.56.11-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140508;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.11-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27153;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.11-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44859;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.56.11-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164689;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.11-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46593;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.11-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141393;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.11-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39910;}}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:{}}}'),
(1015,864,'_wp_attached_file','2018/03/2018-04-16-17.56.11-1.jpg'),
(1016,864,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/03/2018-04-16-17.56.11-1.jpg\";s:8:\"filesize\";i:76877;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-16-17.56.11-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21944;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.11-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3156;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.11-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61031;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.11-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16842;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.56.11-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150963;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.11-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:6080;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.11-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93688;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.11-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24274;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.56.11-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140508;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.11-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27153;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.11-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44859;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.56.11-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164689;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.11-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46593;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.11-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141393;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.11-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39910;}}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:{}}}'),
(1017,863,'_shortpixel_was_converted','1720207116'),
(1018,864,'_shortpixel_was_converted','1720207116'),
(1019,865,'_wp_attached_file','2018/03/2018-04-16-17.56.13.jpg'),
(1020,865,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/03/2018-04-16-17.56.13.jpg\";s:8:\"filesize\";i:79483;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-16-17.56.13-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22300;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.13-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3170;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.13-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62545;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.13-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17044;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.56.13-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155746;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.13-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6206;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.13-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96375;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.13-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24630;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.56.13-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144498;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.13-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27487;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.13-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46019;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.56.13-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169919;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.13-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47940;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.13-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145348;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.13-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40889;}}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:{}}}'),
(1021,866,'_wp_attached_file','2018/03/2018-04-16-17.56.13-1.jpg'),
(1022,866,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/03/2018-04-16-17.56.13-1.jpg\";s:8:\"filesize\";i:79483;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-16-17.56.13-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22300;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.13-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3170;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.13-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62545;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.13-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17044;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.56.13-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155746;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.13-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6206;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.13-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96375;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.13-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24630;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.56.13-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144498;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.13-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27487;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.13-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46019;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.56.13-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169919;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.13-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47940;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.13-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145348;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.13-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40889;}}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:{}}}'),
(1023,865,'_shortpixel_was_converted','1720207116'),
(1024,866,'_shortpixel_was_converted','1720207116'),
(1025,867,'_wp_attached_file','2018/03/2018-04-16-17.56.27.jpg'),
(1026,867,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/03/2018-04-16-17.56.27.jpg\";s:8:\"filesize\";i:95510;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-04-16-17.56.27-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24830;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.27-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3643;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.27-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68645;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.27-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18986;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.56.27-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168476;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7075;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.27-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104976;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.27-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27855;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.56.27-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157574;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.27-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30861;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.27-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50828;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"2018-04-16-17.56.27-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184014;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.27-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51954;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.27-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157739;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-04-16-17.56.27-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45197;}}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:{}}}'),
(1027,868,'_wp_attached_file','2018/03/2018-04-16-17.56.27-1.jpg'),
(1028,868,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/03/2018-04-16-17.56.27-1.jpg\";s:8:\"filesize\";i:95510;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-04-16-17.56.27-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24830;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.27-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3643;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.27-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68645;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.27-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18986;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.56.27-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168476;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.27-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:7075;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.27-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104976;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.27-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27855;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.56.27-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157574;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.27-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30861;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.27-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50828;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:34:\"2018-04-16-17.56.27-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184014;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.27-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51954;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.27-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157739;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-04-16-17.56.27-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45197;}}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:{}}}'),
(1029,867,'_shortpixel_was_converted','1720207116'),
(1030,868,'_shortpixel_was_converted','1720207116'),
(1031,869,'_wp_attached_file','2018/03/2018-03-21-09.11.49.jpg'),
(1032,869,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/03/2018-03-21-09.11.49.jpg\";s:8:\"filesize\";i:56436;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"2018-03-21-09.11.49-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26943;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-03-21-09.11.49-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5271;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"2018-03-21-09.11.49-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74430;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"2018-03-21-09.11.49-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26943;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"2018-03-21-09.11.49-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9455;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"2018-03-21-09.11.49-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105900;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"2018-03-21-09.11.49-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26754;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"2018-03-21-09.11.49-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105775;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"2018-03-21-09.11.49-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29902;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"2018-03-21-09.11.49-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44813;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"2018-03-21-09.11.49-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46626;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"2018-03-21-09.11.49-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53449;}}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:{}}}'),
(1033,870,'_wp_attached_file','2018/03/2018-03-21-09.11.49-1.jpg'),
(1034,870,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:33:\"2018/03/2018-03-21-09.11.49-1.jpg\";s:8:\"filesize\";i:56436;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2018-03-21-09.11.49-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26943;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-03-21-09.11.49-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5271;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"2018-03-21-09.11.49-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74430;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2018-03-21-09.11.49-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26943;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2018-03-21-09.11.49-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:9455;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"2018-03-21-09.11.49-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105900;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2018-03-21-09.11.49-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26754;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"2018-03-21-09.11.49-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105775;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2018-03-21-09.11.49-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29902;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"2018-03-21-09.11.49-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44813;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"2018-03-21-09.11.49-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46626;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"2018-03-21-09.11.49-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53449;}}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:{}}}'),
(1035,869,'_shortpixel_was_converted','1720207116'),
(1036,870,'_shortpixel_was_converted','1720207116'),
(1037,871,'_wp_attached_file','2018/03/2018-03-21-10.35.11-1-e1523938204646.jpg'),
(1038,871,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:48:\"2018/03/2018-03-21-10.35.11-1-e1523938204646.jpg\";s:8:\"filesize\";i:103806;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"2018-03-21-10.35.11-1-e1523938204646-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18388;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"2018-03-21-10.35.11-1-e1523938204646-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3034;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"2018-03-21-10.35.11-1-e1523938204646-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89681;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"2018-03-21-10.35.11-1-e1523938204646-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15444;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"2018-03-21-10.35.11-1-e1523938204646-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136314;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"2018-03-21-10.35.11-1-e1523938204646-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5520;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"2018-03-21-10.35.11-1-e1523938204646-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136314;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"2018-03-21-10.35.11-1-e1523938204646-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19740;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:48:\"2018-03-21-10.35.11-1-e1523938204646-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106212;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"2018-03-21-10.35.11-1-e1523938204646-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22167;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"2018-03-21-10.35.11-1-e1523938204646-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36625;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"2018-03-21-10.35.11-1-e1523938204646-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41895;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"2018-03-21-10.35.11-1-e1523938204646-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60188;}}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:{}}}'),
(1039,872,'_wp_attached_file','2018/03/2018-03-21-10.35.11-1-e1523938204646-1.jpg'),
(1040,872,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:50:\"2018/03/2018-03-21-10.35.11-1-e1523938204646-1.jpg\";s:8:\"filesize\";i:103806;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:50:\"2018-03-21-10.35.11-1-e1523938204646-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18388;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:50:\"2018-03-21-10.35.11-1-e1523938204646-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3034;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:50:\"2018-03-21-10.35.11-1-e1523938204646-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89681;}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"2018-03-21-10.35.11-1-e1523938204646-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15444;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"2018-03-21-10.35.11-1-e1523938204646-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136314;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"2018-03-21-10.35.11-1-e1523938204646-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:5520;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"2018-03-21-10.35.11-1-e1523938204646-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136314;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:50:\"2018-03-21-10.35.11-1-e1523938204646-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19740;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"2018-03-21-10.35.11-1-e1523938204646-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106212;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:50:\"2018-03-21-10.35.11-1-e1523938204646-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22167;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:50:\"2018-03-21-10.35.11-1-e1523938204646-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36625;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:50:\"2018-03-21-10.35.11-1-e1523938204646-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41895;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:50:\"2018-03-21-10.35.11-1-e1523938204646-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60188;}}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:{}}}'),
(1041,871,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:25:\"2018-03-21-10.35.11-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:34:\"2018-03-21-10.35.11-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"2018-03-21-10.35.11-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1042,871,'_shortpixel_was_converted','1720207116'),
(1043,872,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:25:\"2018-03-21-10.35.11-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:34:\"2018-03-21-10.35.11-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"2018-03-21-10.35.11-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1044,872,'_shortpixel_was_converted','1720207116'),
(1045,873,'_wp_attached_file','2018/04/DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747.jpg'),
(1046,873,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:63:\"2018/04/DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747.jpg\";s:8:\"filesize\";i:69965;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:63:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25577;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:63:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4608;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:63:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90347;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19360;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8403;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129812;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:63:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29081;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:63:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116155;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:63:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32234;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:63:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48919;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:63:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47601;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:63:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64194;}}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:{}}}'),
(1047,874,'_wp_attached_file','2018/04/DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-1.jpg'),
(1048,874,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:65:\"2018/04/DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-1.jpg\";s:8:\"filesize\";i:69965;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:65:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25577;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:65:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4608;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:65:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90347;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19360;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129812;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-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:8403;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129812;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:65:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29081;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:65:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116155;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:65:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32234;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:65:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48919;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:65:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47601;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:65:\"DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64194;}}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:{}}}'),
(1049,873,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:40:\"DEA1F19B-1608-4603-A898-44477B13501D.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:49:\"DEA1F19B-1608-4603-A898-44477B13501D-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"DEA1F19B-1608-4603-A898-44477B13501D-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1050,873,'_shortpixel_was_converted','1720207116'),
(1051,874,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:40:\"DEA1F19B-1608-4603-A898-44477B13501D.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:49:\"DEA1F19B-1608-4603-A898-44477B13501D-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"DEA1F19B-1608-4603-A898-44477B13501D-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1052,874,'_shortpixel_was_converted','1720207116'),
(1053,875,'_wp_attached_file','2018/04/F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464.jpg'),
(1054,875,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:63:\"2018/04/F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464.jpg\";s:8:\"filesize\";i:64536;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:63:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25335;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:63:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4660;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:63:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85766;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19368;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122187;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8458;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:64:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122187;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:63:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27076;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:63:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106054;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:63:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30339;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:63:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45702;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:63:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46165;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:63:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61447;}}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:{}}}'),
(1055,876,'_wp_attached_file','2018/04/F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-1.jpg'),
(1056,876,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:65:\"2018/04/F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-1.jpg\";s:8:\"filesize\";i:64536;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:65:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25335;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:65:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4660;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:65:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85766;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19368;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122187;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-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:8458;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122187;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:65:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27076;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:65:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106054;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:65:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30339;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:65:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45702;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:65:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46165;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:65:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61447;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1057,875,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:40:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:49:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1058,875,'_shortpixel_was_converted','1720207116'),
(1059,876,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:40:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:49:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1060,876,'_shortpixel_was_converted','1720207116'),
(1061,877,'_wp_attached_file','2018/04/IMG_2199.jpg'),
(1062,877,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/04/IMG_2199.jpg\";s:8:\"filesize\";i:53342;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_2199-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15306;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_2199-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3356;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_2199-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45311;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_2199-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15661;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_2199-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99500;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_2199-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5649;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_2199-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64952;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_2199-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20613;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_2199-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93106;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_2199-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22839;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_2199-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35077;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_2199-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108136;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_2199-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26798;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_2199-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94023;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_2199-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31770;}}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:{}}}'),
(1063,878,'_wp_attached_file','2018/04/IMG_2199-1.jpg'),
(1064,878,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/04/IMG_2199-1.jpg\";s:8:\"filesize\";i:53342;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_2199-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15306;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_2199-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3356;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_2199-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45311;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_2199-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15661;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_2199-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99500;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_2199-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:5649;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_2199-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64952;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_2199-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20613;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_2199-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93106;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_2199-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22839;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_2199-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35077;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_2199-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108136;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_2199-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26798;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_2199-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94023;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_2199-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31770;}}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:{}}}'),
(1065,877,'_shortpixel_was_converted','1720207116'),
(1066,878,'_shortpixel_was_converted','1720207116'),
(1067,879,'_wp_attached_file','2018/04/IMG_2216.jpg'),
(1068,879,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/04/IMG_2216.jpg\";s:8:\"filesize\";i:40534;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_2216-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14463;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_2216-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3317;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_2216-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37485;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_2216-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13400;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_2216-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82254;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_2216-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5484;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_2216-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53818;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_2216-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17583;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_2216-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77938;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_2216-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19164;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_2216-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29236;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_2216-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89210;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_2216-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25277;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_2216-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77631;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_2216-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26449;}}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:{}}}'),
(1069,880,'_wp_attached_file','2018/04/IMG_2216-1.jpg'),
(1070,880,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/04/IMG_2216-1.jpg\";s:8:\"filesize\";i:40534;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_2216-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14463;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_2216-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3317;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_2216-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37485;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_2216-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13400;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_2216-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82254;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_2216-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:5484;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_2216-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53818;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_2216-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17583;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_2216-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77938;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_2216-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19164;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_2216-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29236;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_2216-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89210;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_2216-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25277;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_2216-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77631;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_2216-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26449;}}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:{}}}'),
(1071,879,'_shortpixel_was_converted','1720207317'),
(1072,880,'_shortpixel_was_converted','1720207317'),
(1073,881,'_wp_attached_file','2018/04/IMG_2225.jpg'),
(1074,881,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/04/IMG_2225.jpg\";s:8:\"filesize\";i:48533;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_2225-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16384;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_2225-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3526;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_2225-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42982;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_2225-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15012;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_2225-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93310;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_2225-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6006;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_2225-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61588;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_2225-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19648;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_2225-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86509;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_2225-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21867;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_2225-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33301;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_2225-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101179;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_2225-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26776;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_2225-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88486;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_2225-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30112;}}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:{}}}'),
(1075,882,'_wp_attached_file','2018/04/IMG_2225-1.jpg'),
(1076,882,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/04/IMG_2225-1.jpg\";s:8:\"filesize\";i:48533;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_2225-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16384;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_2225-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3526;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_2225-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42982;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_2225-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15012;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_2225-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93310;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_2225-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:6006;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_2225-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61588;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_2225-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19648;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_2225-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86509;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_2225-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21867;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_2225-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33301;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_2225-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101179;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_2225-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26776;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_2225-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88486;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_2225-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30112;}}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:{}}}'),
(1077,881,'_shortpixel_was_converted','1720207317'),
(1078,882,'_shortpixel_was_converted','1720207317'),
(1079,950,'_wp_attached_file','2018/01/carbine_rug.jpg'),
(1080,950,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:769;s:4:\"file\";s:23:\"2018/01/carbine_rug.jpg\";s:8:\"filesize\";i:54790;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"carbine_rug-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23602;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"carbine_rug-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4347;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"carbine_rug-600x451.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58461;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"carbine_rug-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19321;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"carbine_rug-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7795;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"carbine_rug-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86225;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"carbine_rug-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25916;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"carbine_rug-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114644;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"carbine_rug-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28302;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"carbine_rug-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44760;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"carbine_rug-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43520;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"carbine_rug-980x736.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120955;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"carbine_rug-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40674;}}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:{}}}'),
(1081,951,'_wp_attached_file','2018/01/carbine_rug-1.jpg'),
(1082,951,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:769;s:4:\"file\";s:25:\"2018/01/carbine_rug-1.jpg\";s:8:\"filesize\";i:54790;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"carbine_rug-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23602;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"carbine_rug-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4347;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"carbine_rug-1-600x451.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58461;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"carbine_rug-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19321;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"carbine_rug-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:7795;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"carbine_rug-1-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86225;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"carbine_rug-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25916;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"carbine_rug-1-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114644;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"carbine_rug-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28302;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"carbine_rug-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44760;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"carbine_rug-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43520;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"carbine_rug-1-980x736.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120955;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"carbine_rug-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40674;}}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:{}}}'),
(1083,950,'_shortpixel_was_converted','1720207317'),
(1084,951,'_shortpixel_was_converted','1720207317'),
(1085,954,'_wp_attached_file','2018/02/womens_course.jpg'),
(1086,954,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1848;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2018/02/womens_course.jpg\";s:8:\"filesize\";i:116844;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"womens_course-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29655;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"womens_course-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5628;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"womens_course-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53773;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"womens_course-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18589;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"womens_course-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119420;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"womens_course-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10215;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"womens_course-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77311;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"womens_course-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217420;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"womens_course-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34336;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"womens_course-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153608;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"womens_course-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36973;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"womens_course-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55038;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"womens_course-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130336;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"womens_course-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53692;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"womens_course-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166222;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"womens_course-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112942;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"womens_course-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37713;}}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:{}}}'),
(1087,955,'_wp_attached_file','2018/02/womens_course-1.jpg'),
(1088,955,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1848;s:6:\"height\";i:924;s:4:\"file\";s:27:\"2018/02/womens_course-1.jpg\";s:8:\"filesize\";i:116844;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"womens_course-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29655;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"womens_course-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5628;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"womens_course-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53773;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"womens_course-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18589;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"womens_course-1-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119420;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"womens_course-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:10215;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"womens_course-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77311;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"womens_course-1-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217420;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"womens_course-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34336;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"womens_course-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153608;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"womens_course-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36973;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"womens_course-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55038;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"womens_course-1-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130336;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"womens_course-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53692;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"womens_course-1-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166222;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"womens_course-1-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112942;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"womens_course-1-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37713;}}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:{}}}'),
(1089,954,'_shortpixel_was_converted','1720207317'),
(1090,955,'_shortpixel_was_converted','1720207317'),
(1091,960,'_wp_attached_file','2018/05/Screen-Shot-2018-05-01-at-8.47.22-AM.png'),
(1092,960,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:104;s:6:\"height\";i:111;s:4:\"file\";s:48:\"2018/05/Screen-Shot-2018-05-01-at-8.47.22-AM.png\";s:8:\"filesize\";i:2425;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"Screen-Shot-2018-05-01-at-8.47.22-AM-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11214;}}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:{}}}'),
(1093,960,'_shortpixel_was_converted','1720207317'),
(1094,961,'_wp_attached_file','2018/05/Screen-Shot-2018-05-01-at-8.47.22-AM-1.png'),
(1095,961,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:104;s:6:\"height\";i:111;s:4:\"file\";s:50:\"2018/05/Screen-Shot-2018-05-01-at-8.47.22-AM-1.png\";s:8:\"filesize\";i:2425;s:5:\"sizes\";a:1:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:50:\"Screen-Shot-2018-05-01-at-8.47.22-AM-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11214;}}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:{}}}'),
(1096,961,'_shortpixel_was_converted','1720207317'),
(1097,973,'_wp_attached_file','2018/06/298759E6-99D1-4169-B252-CCEA8738582F.jpeg'),
(1098,973,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:49:\"2018/06/298759E6-99D1-4169-B252-CCEA8738582F.jpeg\";s:8:\"filesize\";i:120113;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"298759E6-99D1-4169-B252-CCEA8738582F-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31064;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"298759E6-99D1-4169-B252-CCEA8738582F-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4699;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"298759E6-99D1-4169-B252-CCEA8738582F-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85127;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"298759E6-99D1-4169-B252-CCEA8738582F-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24646;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"298759E6-99D1-4169-B252-CCEA8738582F-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202078;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"298759E6-99D1-4169-B252-CCEA8738582F-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8995;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"298759E6-99D1-4169-B252-CCEA8738582F-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127649;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"298759E6-99D1-4169-B252-CCEA8738582F-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34638;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"298759E6-99D1-4169-B252-CCEA8738582F-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183231;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"298759E6-99D1-4169-B252-CCEA8738582F-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38921;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"298759E6-99D1-4169-B252-CCEA8738582F-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63550;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"298759E6-99D1-4169-B252-CCEA8738582F-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220544;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"298759E6-99D1-4169-B252-CCEA8738582F-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62357;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"298759E6-99D1-4169-B252-CCEA8738582F-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189633;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"298759E6-99D1-4169-B252-CCEA8738582F-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56667;}}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:{}}}'),
(1099,974,'_wp_attached_file','2018/06/298759E6-99D1-4169-B252-CCEA8738582F-1.jpeg'),
(1100,974,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:51:\"2018/06/298759E6-99D1-4169-B252-CCEA8738582F-1.jpeg\";s:8:\"filesize\";i:120113;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"298759E6-99D1-4169-B252-CCEA8738582F-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31064;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"298759E6-99D1-4169-B252-CCEA8738582F-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4699;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"298759E6-99D1-4169-B252-CCEA8738582F-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85127;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"298759E6-99D1-4169-B252-CCEA8738582F-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24646;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"298759E6-99D1-4169-B252-CCEA8738582F-1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202078;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"298759E6-99D1-4169-B252-CCEA8738582F-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8995;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"298759E6-99D1-4169-B252-CCEA8738582F-1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127649;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"298759E6-99D1-4169-B252-CCEA8738582F-1-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34638;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:52:\"298759E6-99D1-4169-B252-CCEA8738582F-1-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183231;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"298759E6-99D1-4169-B252-CCEA8738582F-1-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38921;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"298759E6-99D1-4169-B252-CCEA8738582F-1-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63550;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:52:\"298759E6-99D1-4169-B252-CCEA8738582F-1-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220544;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"298759E6-99D1-4169-B252-CCEA8738582F-1-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62357;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:51:\"298759E6-99D1-4169-B252-CCEA8738582F-1-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189633;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"298759E6-99D1-4169-B252-CCEA8738582F-1-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56667;}}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:{}}}'),
(1101,973,'_shortpixel_was_converted','1720207317'),
(1102,974,'_shortpixel_was_converted','1720207317'),
(1103,975,'_wp_attached_file','2018/06/95A05920-C7E1-44D6-AC32-CF03D79C533D.jpeg'),
(1104,975,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:49:\"2018/06/95A05920-C7E1-44D6-AC32-CF03D79C533D.jpeg\";s:8:\"filesize\";i:118671;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31037;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4664;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84874;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24491;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202397;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8933;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128233;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35565;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193277;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39321;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63712;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220628;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62772;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190309;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56870;}}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:{}}}'),
(1105,976,'_wp_attached_file','2018/06/95A05920-C7E1-44D6-AC32-CF03D79C533D-1.jpeg'),
(1106,976,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:51:\"2018/06/95A05920-C7E1-44D6-AC32-CF03D79C533D-1.jpeg\";s:8:\"filesize\";i:118671;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31037;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4664;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84874;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24491;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202397;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8933;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128233;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-1-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35565;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:52:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-1-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193277;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-1-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39321;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-1-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63712;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:52:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-1-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220628;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-1-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62772;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:51:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-1-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190309;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"95A05920-C7E1-44D6-AC32-CF03D79C533D-1-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56870;}}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:{}}}'),
(1107,975,'_shortpixel_was_converted','1720207317'),
(1108,976,'_shortpixel_was_converted','1720207317'),
(1109,977,'_wp_attached_file','2018/06/9E59DED2-71DD-4A88-834B-E73DF632999A.jpeg'),
(1110,977,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:49:\"2018/06/9E59DED2-71DD-4A88-834B-E73DF632999A.jpeg\";s:8:\"filesize\";i:141628;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"9E59DED2-71DD-4A88-834B-E73DF632999A-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34238;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"9E59DED2-71DD-4A88-834B-E73DF632999A-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5009;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"9E59DED2-71DD-4A88-834B-E73DF632999A-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96621;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"9E59DED2-71DD-4A88-834B-E73DF632999A-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27027;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"9E59DED2-71DD-4A88-834B-E73DF632999A-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:234164;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"9E59DED2-71DD-4A88-834B-E73DF632999A-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9724;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"9E59DED2-71DD-4A88-834B-E73DF632999A-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146866;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"9E59DED2-71DD-4A88-834B-E73DF632999A-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38392;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"9E59DED2-71DD-4A88-834B-E73DF632999A-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211404;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"9E59DED2-71DD-4A88-834B-E73DF632999A-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43452;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"9E59DED2-71DD-4A88-834B-E73DF632999A-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71733;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"9E59DED2-71DD-4A88-834B-E73DF632999A-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:255135;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"9E59DED2-71DD-4A88-834B-E73DF632999A-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68550;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"9E59DED2-71DD-4A88-834B-E73DF632999A-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219514;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"9E59DED2-71DD-4A88-834B-E73DF632999A-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63559;}}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:{}}}'),
(1111,978,'_wp_attached_file','2018/06/9E59DED2-71DD-4A88-834B-E73DF632999A-1.jpeg'),
(1112,978,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:51:\"2018/06/9E59DED2-71DD-4A88-834B-E73DF632999A-1.jpeg\";s:8:\"filesize\";i:141628;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"9E59DED2-71DD-4A88-834B-E73DF632999A-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34238;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"9E59DED2-71DD-4A88-834B-E73DF632999A-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5009;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"9E59DED2-71DD-4A88-834B-E73DF632999A-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96621;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"9E59DED2-71DD-4A88-834B-E73DF632999A-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27027;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"9E59DED2-71DD-4A88-834B-E73DF632999A-1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:234164;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"9E59DED2-71DD-4A88-834B-E73DF632999A-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9724;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"9E59DED2-71DD-4A88-834B-E73DF632999A-1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146866;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"9E59DED2-71DD-4A88-834B-E73DF632999A-1-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38392;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:52:\"9E59DED2-71DD-4A88-834B-E73DF632999A-1-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211404;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"9E59DED2-71DD-4A88-834B-E73DF632999A-1-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43452;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"9E59DED2-71DD-4A88-834B-E73DF632999A-1-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71733;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:52:\"9E59DED2-71DD-4A88-834B-E73DF632999A-1-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:255135;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"9E59DED2-71DD-4A88-834B-E73DF632999A-1-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68550;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:51:\"9E59DED2-71DD-4A88-834B-E73DF632999A-1-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219514;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"9E59DED2-71DD-4A88-834B-E73DF632999A-1-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63559;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1113,977,'_shortpixel_was_converted','1720207317'),
(1114,978,'_shortpixel_was_converted','1720207317'),
(1115,979,'_wp_attached_file','2018/06/749A14EC-5451-4955-A5EB-CCB9EF608F01.jpeg'),
(1116,979,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:49:\"2018/06/749A14EC-5451-4955-A5EB-CCB9EF608F01.jpeg\";s:8:\"filesize\";i:139612;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34154;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5032;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95937;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26986;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:231169;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9712;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145542;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38238;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208788;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43264;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71226;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:251974;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68110;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216740;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63260;}}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:{}}}'),
(1117,980,'_wp_attached_file','2018/06/749A14EC-5451-4955-A5EB-CCB9EF608F01-1.jpeg'),
(1118,980,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:51:\"2018/06/749A14EC-5451-4955-A5EB-CCB9EF608F01-1.jpeg\";s:8:\"filesize\";i:139612;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34154;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5032;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95937;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26986;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:231169;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9712;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145542;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-1-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38238;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:52:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-1-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208788;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-1-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43264;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-1-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71226;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:52:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-1-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:251974;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-1-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68110;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:51:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-1-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216740;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"749A14EC-5451-4955-A5EB-CCB9EF608F01-1-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63260;}}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:{}}}'),
(1119,979,'_shortpixel_was_converted','1720207317'),
(1120,980,'_shortpixel_was_converted','1720207317'),
(1121,981,'_wp_attached_file','2018/03/A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939.jpeg'),
(1122,981,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:64:\"2018/03/A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939.jpeg\";s:8:\"filesize\";i:122091;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:64:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30872;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:64:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4642;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:64:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-600x800.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137637;}s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24476;}s:5:\"large\";a:5:{s:4:\"file\";s:65:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203972;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8989;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203972;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:64:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32473;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:64:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-924x675.jpeg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153924;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:64:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36924;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:64:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58710;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:64:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66600;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:64:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-480x640.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94251;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1123,982,'_wp_attached_file','2018/03/A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-1.jpeg'),
(1124,982,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:66:\"2018/03/A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-1.jpeg\";s:8:\"filesize\";i:122091;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:66:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30872;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:66:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4642;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:66:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-1-600x800.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137637;}s:6:\"medium\";a:5:{s:4:\"file\";s:66:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-1-225x300.jpeg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24476;}s:5:\"large\";a:5:{s:4:\"file\";s:67:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-1-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203972;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:66:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8989;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:67:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-1-768x1024.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203972;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:66:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-1-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32473;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:66:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-1-924x675.jpeg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153924;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:66:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-1-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36924;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:66:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-1-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58710;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:66:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-1-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66600;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:66:\"A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-1-480x640.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94251;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1125,981,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:41:\"A13E6688-3690-48C8-8910-4220CC1B5A14.jpeg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:50:\"A13E6688-3690-48C8-8910-4220CC1B5A14-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:47:\"A13E6688-3690-48C8-8910-4220CC1B5A14-75x75.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-200x150.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-280x280.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-690x518.jpeg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1126,981,'_shortpixel_was_converted','1720207317'),
(1127,982,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:41:\"A13E6688-3690-48C8-8910-4220CC1B5A14.jpeg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:50:\"A13E6688-3690-48C8-8910-4220CC1B5A14-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:47:\"A13E6688-3690-48C8-8910-4220CC1B5A14-75x75.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-200x150.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-280x280.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-690x518.jpeg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1128,982,'_shortpixel_was_converted','1720207317'),
(1129,991,'_wp_attached_file','2018/03/3D6E4C14-368D-4720-B3B4-72B49F6EE877.jpeg'),
(1130,991,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:49:\"2018/03/3D6E4C14-368D-4720-B3B4-72B49F6EE877.jpeg\";s:8:\"filesize\";i:171952;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37291;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4925;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108215;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27977;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:274426;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9944;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168219;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40410;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:245435;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46191;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78711;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:300014;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80008;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:256348;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69699;}}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:{}}}'),
(1131,992,'_wp_attached_file','2018/03/3D6E4C14-368D-4720-B3B4-72B49F6EE877-1.jpeg'),
(1132,992,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:51:\"2018/03/3D6E4C14-368D-4720-B3B4-72B49F6EE877-1.jpeg\";s:8:\"filesize\";i:171952;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37291;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4925;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108215;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27977;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:274426;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9944;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168219;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-1-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40410;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:52:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-1-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:245435;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-1-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46191;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-1-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78711;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:52:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-1-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:300014;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-1-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80008;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:51:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-1-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:256348;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"3D6E4C14-368D-4720-B3B4-72B49F6EE877-1-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69699;}}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:{}}}'),
(1133,991,'_shortpixel_was_converted','1720207317'),
(1134,992,'_shortpixel_was_converted','1720207317'),
(1135,993,'_wp_attached_file','2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg'),
(1136,993,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:49:\"2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg\";s:8:\"filesize\";i:170734;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37307;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4925;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107850;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28001;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9917;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167472;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40452;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244077;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46044;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78727;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:298481;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79776;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:255286;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69491;}}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:{}}}'),
(1137,994,'_wp_attached_file','2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1.jpeg'),
(1138,994,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:51:\"2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1.jpeg\";s:8:\"filesize\";i:170734;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37307;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4925;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107850;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28001;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9917;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167472;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40452;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:52:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244077;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46044;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78727;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:52:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:298481;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79776;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:51:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:255286;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69491;}}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:{}}}'),
(1139,993,'_shortpixel_was_converted','1720207317'),
(1140,994,'_shortpixel_was_converted','1720207317'),
(1141,995,'_wp_attached_file','2018/03/A411F6A0-B029-4F6F-8E71-E4FECC2A1C49.jpeg'),
(1142,995,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:49:\"2018/03/A411F6A0-B029-4F6F-8E71-E4FECC2A1C49.jpeg\";s:8:\"filesize\";i:170542;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37292;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4912;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107823;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28003;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272668;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9918;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167473;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40441;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243876;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46042;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78703;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:298395;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79801;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:255101;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69458;}}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:{}}}'),
(1143,996,'_wp_attached_file','2018/03/A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1.jpeg'),
(1144,996,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:51:\"2018/03/A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1.jpeg\";s:8:\"filesize\";i:170542;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37292;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4912;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107823;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28003;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272668;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9918;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167473;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40441;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:52:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243876;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46042;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78703;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:52:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:298395;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79801;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:51:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:255101;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69458;}}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:{}}}'),
(1145,995,'_shortpixel_was_converted','1720207317'),
(1146,996,'_shortpixel_was_converted','1720207317'),
(1147,997,'_wp_attached_file','2018/03/13AAB8D0-B3FE-45A0-A922-3D43DC300DF8.jpeg'),
(1148,997,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:49:\"2018/03/13AAB8D0-B3FE-45A0-A922-3D43DC300DF8.jpeg\";s:8:\"filesize\";i:172132;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37300;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4930;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107354;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27842;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272979;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9868;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167167;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40147;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244445;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45858;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78307;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:298699;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79528;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:255039;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69089;}}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:{}}}'),
(1149,998,'_wp_attached_file','2018/03/13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1.jpeg'),
(1150,998,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:51:\"2018/03/13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1.jpeg\";s:8:\"filesize\";i:172132;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37300;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4930;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107354;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27842;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272979;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9868;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167167;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40147;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:52:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244445;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45858;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78307;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:52:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:298699;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79528;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:51:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:255039;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69089;}}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:{}}}'),
(1151,997,'_shortpixel_was_converted','1720207316'),
(1152,998,'_shortpixel_was_converted','1720207316'),
(1153,999,'_wp_attached_file','2018/03/47C32636-7E9E-4801-9AE7-DBCAD8CB0C59.jpeg'),
(1154,999,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:49:\"2018/03/47C32636-7E9E-4801-9AE7-DBCAD8CB0C59.jpeg\";s:8:\"filesize\";i:173630;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37141;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4890;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110504;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28996;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:278307;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9853;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171357;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42374;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:253103;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47766;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80747;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:304740;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76950;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:260547;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71411;}}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:{}}}'),
(1155,1000,'_wp_attached_file','2018/03/47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1.jpeg'),
(1156,1000,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:51:\"2018/03/47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1.jpeg\";s:8:\"filesize\";i:173630;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37141;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4890;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110504;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28996;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:278307;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9853;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171357;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42374;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:52:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:253103;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47766;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80747;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:52:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:304740;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76950;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:51:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:260547;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71411;}}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:{}}}'),
(1157,999,'_shortpixel_was_converted','1720207316'),
(1158,1000,'_shortpixel_was_converted','1720207316'),
(1159,1011,'_wp_attached_file','2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg'),
(1160,1011,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:467;s:4:\"file\";s:45:\"2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg\";s:8:\"filesize\";i:19758;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:45:\"rfl_pst-2_5-25x50_mrad_br_turrets-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12151;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:45:\"rfl_pst-2_5-25x50_mrad_br_turrets-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2902;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:45:\"rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21860;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8384;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"rfl_pst-2_5-25x50_mrad_br_turrets-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4818;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30656;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"rfl_pst-2_5-25x50_mrad_br_turrets-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13013;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"rfl_pst-2_5-25x50_mrad_br_turrets-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14479;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"rfl_pst-2_5-25x50_mrad_br_turrets-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20707;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"rfl_pst-2_5-25x50_mrad_br_turrets-400x467.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18555;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"rfl_pst-2_5-25x50_mrad_br_turrets-480x280.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16058;}}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:{}}}'),
(1161,1012,'_wp_attached_file','2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-1.jpg'),
(1162,1012,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:467;s:4:\"file\";s:47:\"2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-1.jpg\";s:8:\"filesize\";i:19758;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"rfl_pst-2_5-25x50_mrad_br_turrets-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12151;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"rfl_pst-2_5-25x50_mrad_br_turrets-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2902;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:47:\"rfl_pst-2_5-25x50_mrad_br_turrets-1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21860;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"rfl_pst-2_5-25x50_mrad_br_turrets-1-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8384;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"rfl_pst-2_5-25x50_mrad_br_turrets-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:4818;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"rfl_pst-2_5-25x50_mrad_br_turrets-1-768x448.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30656;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"rfl_pst-2_5-25x50_mrad_br_turrets-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13013;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"rfl_pst-2_5-25x50_mrad_br_turrets-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14479;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"rfl_pst-2_5-25x50_mrad_br_turrets-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20707;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"rfl_pst-2_5-25x50_mrad_br_turrets-1-400x467.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18555;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"rfl_pst-2_5-25x50_mrad_br_turrets-1-480x280.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16058;}}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:{}}}'),
(1163,1011,'_shortpixel_was_converted','1720207316'),
(1164,1012,'_shortpixel_was_converted','1720207316'),
(1165,1013,'_wp_attached_file','2018/03/31VoeR751xL.jpg'),
(1166,1013,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:488;s:4:\"file\";s:23:\"2018/03/31VoeR751xL.jpg\";s:8:\"filesize\";i:4791;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"31VoeR751xL-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6882;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"31VoeR751xL-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2039;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"31VoeR751xL-300x293.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6713;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"31VoeR751xL-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3084;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"31VoeR751xL-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8749;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"31VoeR751xL-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8849;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"31VoeR751xL-500x382.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12507;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"31VoeR751xL-400x488.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11637;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"31VoeR751xL-480x468.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12569;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1167,1014,'_wp_attached_file','2018/03/31VoeR751xL-1.jpg'),
(1168,1014,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:488;s:4:\"file\";s:25:\"2018/03/31VoeR751xL-1.jpg\";s:8:\"filesize\";i:4791;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"31VoeR751xL-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6882;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"31VoeR751xL-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2039;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"31VoeR751xL-1-300x293.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6713;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"31VoeR751xL-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:3084;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"31VoeR751xL-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8749;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"31VoeR751xL-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8849;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"31VoeR751xL-1-500x382.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12507;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"31VoeR751xL-1-400x488.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11637;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"31VoeR751xL-1-480x468.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12569;}}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:{}}}'),
(1169,1013,'_shortpixel_was_converted','1720207316'),
(1170,1014,'_shortpixel_was_converted','1720207316'),
(1171,1015,'_wp_attached_file','2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg'),
(1172,1015,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:467;s:4:\"file\";s:43:\"2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg\";s:8:\"filesize\";i:9949;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:43:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9692;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:43:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2481;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:43:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17828;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6827;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3874;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25145;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10852;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11736;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:43:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17229;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-400x467.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12611;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:43:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-480x280.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12791;}}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:{}}}'),
(1173,1016,'_wp_attached_file','2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-1.jpg'),
(1174,1016,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:467;s:4:\"file\";s:45:\"2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-1.jpg\";s:8:\"filesize\";i:9949;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:45:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9692;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:45:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2481;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:45:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-1-600x350.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17828;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-1-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6827;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-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:3874;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-1-768x448.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:448;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25145;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10852;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11736;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17229;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-1-400x467.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:467;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12611;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"rfl_rzr-g2_f_45-27x56_mrad_fr-t-1-480x280.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12791;}}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:{}}}'),
(1175,1015,'_shortpixel_was_converted','1720207316'),
(1176,1016,'_shortpixel_was_converted','1720207316'),
(1177,1017,'_wp_attached_file','2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png'),
(1178,1017,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:520;s:6:\"height\";i:390;s:4:\"file\";s:62:\"2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png\";s:8:\"filesize\";i:20503;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45027;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6705;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34792;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13374;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:62:\"nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56909;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:62:\"nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57198;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:62:\"nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84862;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:62:\"nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-400x390.png\";s:5:\"width\";i:400;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48831;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:62:\"nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78062;}}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:{}}}'),
(1179,1018,'_wp_attached_file','2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-1.png'),
(1180,1018,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:520;s:6:\"height\";i:390;s:4:\"file\";s:64:\"2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-1.png\";s:8:\"filesize\";i:20503;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:64:\"nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45027;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:64:\"nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6705;}s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-1-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34792;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13374;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:64:\"nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56909;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:64:\"nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57198;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:64:\"nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:84862;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:64:\"nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-1-400x390.png\";s:5:\"width\";i:400;s:6:\"height\";i:390;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48831;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:64:\"nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-1-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78062;}}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:{}}}'),
(1181,1017,'_shortpixel_was_converted','1720207316'),
(1182,1018,'_shortpixel_was_converted','1720207316'),
(1183,1019,'_wp_attached_file','2018/03/mark8-3.jpg'),
(1184,1019,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:425;s:4:\"file\";s:19:\"2018/03/mark8-3.jpg\";s:8:\"filesize\";i:22166;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"mark8-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11953;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"mark8-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2726;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"mark8-3-600x255.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17111;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"mark8-3-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6032;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"mark8-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4380;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"mark8-3-768x326.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25326;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"mark8-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13009;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"mark8-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14348;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"mark8-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21627;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"mark8-3-400x425.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21383;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"mark8-3-980x417.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37537;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"mark8-3-480x204.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11939;}}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:{}}}'),
(1185,1020,'_wp_attached_file','2018/03/mark8-3-1.jpg'),
(1186,1020,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:425;s:4:\"file\";s:21:\"2018/03/mark8-3-1.jpg\";s:8:\"filesize\";i:22166;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"mark8-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11953;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"mark8-3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2726;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"mark8-3-1-600x255.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17111;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"mark8-3-1-300x128.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:128;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6032;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"mark8-3-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:4380;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"mark8-3-1-768x326.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:326;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25326;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"mark8-3-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13009;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"mark8-3-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14348;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"mark8-3-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21627;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"mark8-3-1-400x425.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21383;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"mark8-3-1-980x417.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37537;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"mark8-3-1-480x204.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:204;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11939;}}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:{}}}'),
(1187,1019,'_shortpixel_was_converted','1720207316'),
(1188,1020,'_shortpixel_was_converted','1720207316'),
(1189,1021,'_wp_attached_file','2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg'),
(1190,1021,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:550;s:6:\"height\";i:424;s:4:\"file\";s:52:\"2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg\";s:8:\"filesize\";i:12573;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:52:\"7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10458;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:52:\"7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2725;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9006;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4403;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:52:\"7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12046;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:52:\"7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12793;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:52:\"7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17886;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:52:\"7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-400x424.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16620;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:52:\"7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-480x370.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16579;}}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:{}}}'),
(1191,1022,'_wp_attached_file','2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-1.jpg'),
(1192,1022,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:550;s:6:\"height\";i:424;s:4:\"file\";s:54:\"2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-1.jpg\";s:8:\"filesize\";i:12573;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:54:\"7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10458;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:54:\"7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2725;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-1-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9006;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-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:4403;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:54:\"7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12046;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:54:\"7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12793;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:54:\"7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17886;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:54:\"7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-1-400x424.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16620;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:54:\"7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-1-480x370.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16579;}}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:{}}}'),
(1193,1021,'_shortpixel_was_converted','1720207325'),
(1194,1022,'_shortpixel_was_converted','1720207325'),
(1195,1023,'_wp_attached_file','2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg'),
(1196,1023,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:495;s:6:\"height\";i:495;s:4:\"file\";s:58:\"2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg\";s:8:\"filesize\";i:18547;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:58:\"vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10112;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:58:\"vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2606;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10112;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4217;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"vortex-precision-matched-rings-35mm-medium-b4b-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13092;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"vortex-precision-matched-rings-35mm-medium-b4b-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13973;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"vortex-precision-matched-rings-35mm-medium-b4b-495x382.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20696;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"vortex-precision-matched-rings-35mm-medium-b4b-400x495.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21416;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"vortex-precision-matched-rings-35mm-medium-b4b-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19544;}}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:{}}}'),
(1197,1024,'_wp_attached_file','2018/03/vortex-precision-matched-rings-35mm-medium-b4b-1.jpg'),
(1198,1024,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:495;s:6:\"height\";i:495;s:4:\"file\";s:60:\"2018/03/vortex-precision-matched-rings-35mm-medium-b4b-1.jpg\";s:8:\"filesize\";i:18547;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"vortex-precision-matched-rings-35mm-medium-b4b-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10112;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"vortex-precision-matched-rings-35mm-medium-b4b-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2606;}s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"vortex-precision-matched-rings-35mm-medium-b4b-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10112;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"vortex-precision-matched-rings-35mm-medium-b4b-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:4217;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:60:\"vortex-precision-matched-rings-35mm-medium-b4b-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13092;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:60:\"vortex-precision-matched-rings-35mm-medium-b4b-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13973;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:60:\"vortex-precision-matched-rings-35mm-medium-b4b-1-495x382.jpg\";s:5:\"width\";i:495;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20696;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:60:\"vortex-precision-matched-rings-35mm-medium-b4b-1-400x495.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21416;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:60:\"vortex-precision-matched-rings-35mm-medium-b4b-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19544;}}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:{}}}'),
(1199,1023,'_shortpixel_was_converted','1720207325'),
(1200,1024,'_shortpixel_was_converted','1720207325'),
(1201,1025,'_wp_attached_file','2018/03/279224.jpg'),
(1202,1025,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:880;s:6:\"height\";i:660;s:4:\"file\";s:18:\"2018/03/279224.jpg\";s:8:\"filesize\";i:17890;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"279224-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13506;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"279224-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3443;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"279224-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29288;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"279224-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11417;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"279224-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5498;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"279224-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40793;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"279224-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15340;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"279224-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16104;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"279224-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23289;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"279224-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22309;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"279224-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21406;}}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:{}}}'),
(1203,1026,'_wp_attached_file','2018/03/279224-1.jpg');
INSERT INTO `wp_postmeta` VALUES
(1204,1026,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:880;s:6:\"height\";i:660;s:4:\"file\";s:20:\"2018/03/279224-1.jpg\";s:8:\"filesize\";i:17890;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"279224-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13506;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"279224-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3443;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"279224-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29288;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"279224-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11417;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"279224-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:5498;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"279224-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40793;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"279224-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15340;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"279224-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16104;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"279224-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23289;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"279224-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22309;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"279224-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21406;}}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:{}}}'),
(1205,1025,'_shortpixel_was_converted','1720207325'),
(1206,1026,'_shortpixel_was_converted','1720207325'),
(1207,1031,'_wp_attached_file','2018/03/ammunition.jpg'),
(1208,1031,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/03/ammunition.jpg\";s:8:\"filesize\";i:40649;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"ammunition-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20639;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"ammunition-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4134;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"ammunition-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56803;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"ammunition-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20639;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"ammunition-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7240;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"ammunition-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80099;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"ammunition-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22094;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"ammunition-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85260;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"ammunition-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24330;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"ammunition-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36758;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"ammunition-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35899;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"ammunition-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40683;}}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:{}}}'),
(1209,1032,'_wp_attached_file','2018/03/ammunition-1.jpg'),
(1210,1032,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2018/03/ammunition-1.jpg\";s:8:\"filesize\";i:40649;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"ammunition-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20639;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"ammunition-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4134;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"ammunition-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56803;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"ammunition-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20639;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"ammunition-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:7240;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"ammunition-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80099;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"ammunition-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22094;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"ammunition-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85260;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"ammunition-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24330;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"ammunition-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36758;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"ammunition-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35899;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"ammunition-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40683;}}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:{}}}'),
(1211,1031,'_shortpixel_was_converted','1720207325'),
(1212,1032,'_shortpixel_was_converted','1720207325'),
(1213,1058,'_wp_attached_file','2018/08/AAR_vdmsr_force_course.jpg'),
(1214,1058,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:34:\"2018/08/AAR_vdmsr_force_course.jpg\";s:8:\"filesize\";i:58438;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"AAR_vdmsr_force_course-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21448;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"AAR_vdmsr_force_course-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4517;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"AAR_vdmsr_force_course-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59491;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"AAR_vdmsr_force_course-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21448;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"AAR_vdmsr_force_course-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7786;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"AAR_vdmsr_force_course-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84820;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"AAR_vdmsr_force_course-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24786;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"AAR_vdmsr_force_course-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97798;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"AAR_vdmsr_force_course-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26870;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"AAR_vdmsr_force_course-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39418;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"AAR_vdmsr_force_course-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38768;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"AAR_vdmsr_force_course-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42519;}}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:{}}}'),
(1215,1059,'_wp_attached_file','2018/08/AAR_vdmsr_force_course-1.jpg'),
(1216,1059,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:36:\"2018/08/AAR_vdmsr_force_course-1.jpg\";s:8:\"filesize\";i:58438;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"AAR_vdmsr_force_course-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21448;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"AAR_vdmsr_force_course-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4517;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"AAR_vdmsr_force_course-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59491;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"AAR_vdmsr_force_course-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21448;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"AAR_vdmsr_force_course-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:7786;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"AAR_vdmsr_force_course-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84820;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"AAR_vdmsr_force_course-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24786;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"AAR_vdmsr_force_course-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97798;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"AAR_vdmsr_force_course-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26870;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"AAR_vdmsr_force_course-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39418;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"AAR_vdmsr_force_course-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38768;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"AAR_vdmsr_force_course-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42519;}}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:{}}}'),
(1217,1058,'_shortpixel_was_converted','1720207325'),
(1218,1059,'_shortpixel_was_converted','1720207325'),
(1219,1062,'_wp_attached_file','2018/08/AAR_RAC_Hill_People.jpg'),
(1220,1062,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:31:\"2018/08/AAR_RAC_Hill_People.jpg\";s:8:\"filesize\";i:69847;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"AAR_RAC_Hill_People-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24018;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"AAR_RAC_Hill_People-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3700;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"AAR_RAC_Hill_People-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65221;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"AAR_RAC_Hill_People-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18872;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"AAR_RAC_Hill_People-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6816;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"AAR_RAC_Hill_People-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25599;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"AAR_RAC_Hill_People-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29632;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"AAR_RAC_Hill_People-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48750;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"AAR_RAC_Hill_People-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49743;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"AAR_RAC_Hill_People-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44007;}}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:{}}}'),
(1221,1063,'_wp_attached_file','2018/08/AAR_RAC_Hill_People-1.jpg'),
(1222,1063,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:480;s:4:\"file\";s:33:\"2018/08/AAR_RAC_Hill_People-1.jpg\";s:8:\"filesize\";i:69847;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"AAR_RAC_Hill_People-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24018;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"AAR_RAC_Hill_People-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3700;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"AAR_RAC_Hill_People-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65221;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"AAR_RAC_Hill_People-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18872;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"AAR_RAC_Hill_People-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:6816;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"AAR_RAC_Hill_People-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25599;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"AAR_RAC_Hill_People-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29632;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"AAR_RAC_Hill_People-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48750;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"AAR_RAC_Hill_People-1-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49743;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"AAR_RAC_Hill_People-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44007;}}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:{}}}'),
(1223,1062,'_shortpixel_was_converted','1720207325'),
(1224,1063,'_shortpixel_was_converted','1720207325'),
(1225,1067,'_wp_attached_file','2018/08/IMG_2485.jpg'),
(1226,1067,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:20:\"2018/08/IMG_2485.jpg\";s:8:\"filesize\";i:43965;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_2485-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29967;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_2485-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4747;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_2485-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91694;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_2485-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29967;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_2485-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8880;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_2485-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28209;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_2485-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32674;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_2485-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49953;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_2485-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55395;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_2485-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66529;}}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:{}}}'),
(1227,1068,'_wp_attached_file','2018/08/IMG_2485-1.jpg'),
(1228,1068,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:22:\"2018/08/IMG_2485-1.jpg\";s:8:\"filesize\";i:43965;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_2485-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29967;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_2485-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4747;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_2485-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91694;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_2485-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29967;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_2485-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:8880;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_2485-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28209;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_2485-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32674;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_2485-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49953;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_2485-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55395;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_2485-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66529;}}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:{}}}'),
(1229,1067,'_shortpixel_was_converted','1720207325'),
(1230,1068,'_shortpixel_was_converted','1720207325'),
(1231,1097,'_wp_attached_file','2018/08/FO3-G19-Front.jpg'),
(1232,1097,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2018/08/FO3-G19-Front.jpg\";s:8:\"filesize\";i:28551;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"FO3-G19-Front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10087;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"FO3-G19-Front-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2440;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"FO3-G19-Front-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34249;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"FO3-G19-Front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10087;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"FO3-G19-Front-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3777;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"FO3-G19-Front-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52175;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"FO3-G19-Front-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12399;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"FO3-G19-Front-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67025;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"FO3-G19-Front-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14271;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"FO3-G19-Front-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22884;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"FO3-G19-Front-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25385;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"FO3-G19-Front-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22965;}}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:{}}}'),
(1233,1098,'_wp_attached_file','2018/08/FO3-G19-Front-1.jpg'),
(1234,1098,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:27:\"2018/08/FO3-G19-Front-1.jpg\";s:8:\"filesize\";i:28551;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"FO3-G19-Front-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10087;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"FO3-G19-Front-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2440;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"FO3-G19-Front-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34249;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"FO3-G19-Front-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10087;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"FO3-G19-Front-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:3777;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"FO3-G19-Front-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52175;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"FO3-G19-Front-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12399;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"FO3-G19-Front-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67025;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"FO3-G19-Front-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14271;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"FO3-G19-Front-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22884;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"FO3-G19-Front-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25385;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"FO3-G19-Front-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22965;}}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:{}}}'),
(1235,1097,'_wp_attachment_backup_sizes','a:3:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Front-700x300.jpg\";s:4:\"file\";s:25:\"FO3-G19-Front-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Front-620x266.jpg\";s:4:\"file\";s:25:\"FO3-G19-Front-620x266.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Front-400x171.jpg\";s:4:\"file\";s:25:\"FO3-G19-Front-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1236,1097,'_shortpixel_was_converted','1720207325'),
(1237,1098,'_wp_attachment_backup_sizes','a:3:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Front-700x300.jpg\";s:4:\"file\";s:25:\"FO3-G19-Front-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Front-620x266.jpg\";s:4:\"file\";s:25:\"FO3-G19-Front-620x266.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Front-400x171.jpg\";s:4:\"file\";s:25:\"FO3-G19-Front-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1238,1098,'_shortpixel_was_converted','1720207325'),
(1239,1108,'_wp_attached_file','2018/08/FO3-G17-Back.jpg'),
(1240,1108,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2018/08/FO3-G17-Back.jpg\";s:8:\"filesize\";i:39318;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"FO3-G17-Back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10630;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"FO3-G17-Back-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2454;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"FO3-G17-Back-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40360;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"FO3-G17-Back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"FO3-G17-Back-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3846;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"FO3-G17-Back-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63516;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"FO3-G17-Back-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13410;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"FO3-G17-Back-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84979;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"FO3-G17-Back-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15464;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"FO3-G17-Back-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26385;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"FO3-G17-Back-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29235;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"FO3-G17-Back-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26146;}}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:{}}}'),
(1241,1109,'_wp_attached_file','2018/08/FO3-G17-Back-1.jpg'),
(1242,1109,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2018/08/FO3-G17-Back-1.jpg\";s:8:\"filesize\";i:39318;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"FO3-G17-Back-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10630;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"FO3-G17-Back-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2454;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"FO3-G17-Back-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40360;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"FO3-G17-Back-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"FO3-G17-Back-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:3846;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"FO3-G17-Back-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63516;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"FO3-G17-Back-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13410;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"FO3-G17-Back-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84979;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"FO3-G17-Back-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15464;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"FO3-G17-Back-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26385;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"FO3-G17-Back-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29235;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"FO3-G17-Back-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26146;}}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:{}}}'),
(1243,1108,'_wp_attachment_backup_sizes','a:3:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Back-700x300.jpg\";s:4:\"file\";s:24:\"FO3-G17-Back-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Back-620x266.jpg\";s:4:\"file\";s:24:\"FO3-G17-Back-620x266.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Back-400x171.jpg\";s:4:\"file\";s:24:\"FO3-G17-Back-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1244,1108,'_shortpixel_was_converted','1720207325'),
(1245,1109,'_wp_attachment_backup_sizes','a:3:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Back-700x300.jpg\";s:4:\"file\";s:24:\"FO3-G17-Back-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Back-620x266.jpg\";s:4:\"file\";s:24:\"FO3-G17-Back-620x266.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Back-400x171.jpg\";s:4:\"file\";s:24:\"FO3-G17-Back-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1246,1109,'_shortpixel_was_converted','1720207325'),
(1247,1110,'_wp_attached_file','2018/08/FO3-G17-Front.jpg'),
(1248,1110,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2018/08/FO3-G17-Front.jpg\";s:8:\"filesize\";i:38110;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"FO3-G17-Front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11298;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"FO3-G17-Front-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2706;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"FO3-G17-Front-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41279;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"FO3-G17-Front-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11298;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"FO3-G17-Front-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4168;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"FO3-G17-Front-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64149;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"FO3-G17-Front-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14335;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"FO3-G17-Front-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83703;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"FO3-G17-Front-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16370;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"FO3-G17-Front-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27409;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"FO3-G17-Front-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30522;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"FO3-G17-Front-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27228;}}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:{}}}'),
(1249,1111,'_wp_attached_file','2018/08/FO3-G17-Front-1.jpg'),
(1250,1111,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:27:\"2018/08/FO3-G17-Front-1.jpg\";s:8:\"filesize\";i:38110;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"FO3-G17-Front-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11298;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"FO3-G17-Front-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2706;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"FO3-G17-Front-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41279;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"FO3-G17-Front-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11298;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"FO3-G17-Front-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:4168;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"FO3-G17-Front-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64149;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"FO3-G17-Front-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14335;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"FO3-G17-Front-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83703;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"FO3-G17-Front-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16370;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"FO3-G17-Front-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27409;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"FO3-G17-Front-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30522;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"FO3-G17-Front-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27228;}}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:{}}}'),
(1251,1110,'_wp_attachment_backup_sizes','a:3:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Front-700x300.jpg\";s:4:\"file\";s:25:\"FO3-G17-Front-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Front-620x266.jpg\";s:4:\"file\";s:25:\"FO3-G17-Front-620x266.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Front-400x171.jpg\";s:4:\"file\";s:25:\"FO3-G17-Front-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1252,1110,'_shortpixel_was_converted','1720207325'),
(1253,1111,'_wp_attachment_backup_sizes','a:3:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Front-700x300.jpg\";s:4:\"file\";s:25:\"FO3-G17-Front-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Front-620x266.jpg\";s:4:\"file\";s:25:\"FO3-G17-Front-620x266.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Front-400x171.jpg\";s:4:\"file\";s:25:\"FO3-G17-Front-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1254,1111,'_shortpixel_was_converted','1720207325'),
(1255,1112,'_wp_attached_file','2018/08/FO3-G19-Back.jpg'),
(1256,1112,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2018/08/FO3-G19-Back.jpg\";s:8:\"filesize\";i:30455;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"FO3-G19-Back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9888;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"FO3-G19-Back-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2462;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"FO3-G19-Back-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36399;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"FO3-G19-Back-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9888;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"FO3-G19-Back-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3717;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"FO3-G19-Back-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56528;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"FO3-G19-Back-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11713;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"FO3-G19-Back-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73178;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"FO3-G19-Back-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13497;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"FO3-G19-Back-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23413;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"FO3-G19-Back-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26369;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"FO3-G19-Back-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23623;}}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:{}}}'),
(1257,1113,'_wp_attached_file','2018/08/FO3-G19-Back-1.jpg'),
(1258,1113,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2018/08/FO3-G19-Back-1.jpg\";s:8:\"filesize\";i:30455;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"FO3-G19-Back-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9888;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"FO3-G19-Back-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2462;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"FO3-G19-Back-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36399;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"FO3-G19-Back-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9888;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"FO3-G19-Back-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:3717;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"FO3-G19-Back-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56528;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"FO3-G19-Back-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11713;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"FO3-G19-Back-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73178;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"FO3-G19-Back-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13497;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"FO3-G19-Back-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23413;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"FO3-G19-Back-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26369;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"FO3-G19-Back-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23623;}}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:{}}}'),
(1259,1112,'_wp_attachment_backup_sizes','a:3:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Back-700x300.jpg\";s:4:\"file\";s:24:\"FO3-G19-Back-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Back-620x266.jpg\";s:4:\"file\";s:24:\"FO3-G19-Back-620x266.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Back-400x171.jpg\";s:4:\"file\";s:24:\"FO3-G19-Back-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1260,1112,'_shortpixel_was_converted','1720207325'),
(1261,1113,'_wp_attachment_backup_sizes','a:3:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Back-700x300.jpg\";s:4:\"file\";s:24:\"FO3-G19-Back-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Back-620x266.jpg\";s:4:\"file\";s:24:\"FO3-G19-Back-620x266.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Back-400x171.jpg\";s:4:\"file\";s:24:\"FO3-G19-Back-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1262,1113,'_shortpixel_was_converted','1720207325'),
(1263,1118,'_wp_attached_file','2018/09/BR7.jpg'),
(1264,1118,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1643;s:6:\"height\";i:924;s:4:\"file\";s:15:\"2018/09/BR7.jpg\";s:8:\"filesize\";i:35747;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"BR7-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15064;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"BR7-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3569;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:15:\"BR7-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25920;}s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"BR7-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9936;}s:5:\"large\";a:5:{s:4:\"file\";s:16:\"BR7-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55191;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"BR7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5965;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"BR7-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36458;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:16:\"BR7-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97682;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"BR7-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16331;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:16:\"BR7-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66826;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"BR7-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18433;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"BR7-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26968;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:16:\"BR7-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59677;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"BR7-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24691;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:16:\"BR7-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75875;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:15:\"BR7-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52139;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"BR7-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18616;}}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:{}}}'),
(1265,1119,'_wp_attached_file','2018/09/BR7-1.jpg'),
(1266,1119,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1643;s:6:\"height\";i:924;s:4:\"file\";s:17:\"2018/09/BR7-1.jpg\";s:8:\"filesize\";i:35747;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:17:\"BR7-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15064;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:17:\"BR7-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3569;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:17:\"BR7-1-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25920;}s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"BR7-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9936;}s:5:\"large\";a:5:{s:4:\"file\";s:18:\"BR7-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55191;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"BR7-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:5965;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"BR7-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36458;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:18:\"BR7-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97682;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"BR7-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16331;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"BR7-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66826;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"BR7-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18433;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"BR7-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26968;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:18:\"BR7-1-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59677;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"BR7-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24691;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:18:\"BR7-1-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75875;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:17:\"BR7-1-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52139;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"BR7-1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18616;}}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:{}}}'),
(1267,1118,'_shortpixel_was_converted','1720207325'),
(1268,1119,'_shortpixel_was_converted','1720207325'),
(1269,1130,'_wp_attached_file','2018/10/IMG-4044.jpg'),
(1270,1130,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/10/IMG-4044.jpg\";s:8:\"filesize\";i:66041;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG-4044-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21465;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG-4044-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3496;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG-4044-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53634;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG-4044-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14925;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG-4044-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131239;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG-4044-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6304;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG-4044-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81887;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG-4044-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21485;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG-4044-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121323;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG-4044-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23805;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG-4044-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39563;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG-4044-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143051;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG-4044-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46021;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG-4044-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123145;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG-4044-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35460;}}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:{}}}'),
(1271,1131,'_wp_attached_file','2018/10/IMG-4044-1.jpg'),
(1272,1131,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/IMG-4044-1.jpg\";s:8:\"filesize\";i:66041;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG-4044-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21465;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG-4044-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3496;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG-4044-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53634;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG-4044-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14925;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG-4044-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131239;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG-4044-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:6304;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG-4044-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81887;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG-4044-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21485;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG-4044-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121323;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG-4044-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23805;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG-4044-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39563;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG-4044-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143051;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG-4044-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46021;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG-4044-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123145;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG-4044-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35460;}}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:{}}}'),
(1273,1130,'_shortpixel_was_converted','1720207325'),
(1274,1131,'_shortpixel_was_converted','1720207325'),
(1275,1132,'_wp_attached_file','2018/10/IMG-4222.jpg'),
(1276,1132,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:20:\"2018/10/IMG-4222.jpg\";s:8:\"filesize\";i:61444;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG-4222-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20289;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG-4222-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3952;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG-4222-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76554;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG-4222-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15732;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG-4222-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111982;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG-4222-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6922;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG-4222-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111982;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG-4222-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23219;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"IMG-4222-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94433;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG-4222-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25793;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG-4222-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39293;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG-4222-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38989;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG-4222-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53659;}}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:{}}}'),
(1277,1133,'_wp_attached_file','2018/10/IMG-4222-1.jpg'),
(1278,1133,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:22:\"2018/10/IMG-4222-1.jpg\";s:8:\"filesize\";i:61444;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG-4222-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20289;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG-4222-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3952;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG-4222-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76554;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG-4222-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15732;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG-4222-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111982;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG-4222-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:6922;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG-4222-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111982;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG-4222-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23219;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"IMG-4222-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94433;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG-4222-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25793;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG-4222-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39293;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG-4222-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38989;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG-4222-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53659;}}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:{}}}'),
(1279,1132,'_shortpixel_was_converted','1720207325'),
(1280,1133,'_shortpixel_was_converted','1720207325'),
(1281,1134,'_wp_attached_file','2018/10/20180131_120245-2.jpg'),
(1282,1134,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:29:\"2018/10/20180131_120245-2.jpg\";s:8:\"filesize\";i:77307;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"20180131_120245-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23401;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"20180131_120245-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4258;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"20180131_120245-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59923;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"20180131_120245-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18759;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"20180131_120245-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138924;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"20180131_120245-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7662;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"20180131_120245-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88719;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"20180131_120245-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27450;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"20180131_120245-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138084;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"20180131_120245-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29164;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"20180131_120245-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45323;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"20180131_120245-2-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150882;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"20180131_120245-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44988;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"20180131_120245-2-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130641;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"20180131_120245-2-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40791;}}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:{}}}'),
(1283,1135,'_wp_attached_file','2018/10/20180131_120245-2-1.jpg'),
(1284,1135,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/10/20180131_120245-2-1.jpg\";s:8:\"filesize\";i:77307;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"20180131_120245-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23401;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"20180131_120245-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4258;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"20180131_120245-2-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59923;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"20180131_120245-2-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18759;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"20180131_120245-2-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138924;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"20180131_120245-2-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:7662;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"20180131_120245-2-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88719;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"20180131_120245-2-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27450;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"20180131_120245-2-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138084;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"20180131_120245-2-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29164;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"20180131_120245-2-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45323;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"20180131_120245-2-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150882;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"20180131_120245-2-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44988;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"20180131_120245-2-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130641;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"20180131_120245-2-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40791;}}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:{}}}'),
(1285,1134,'_shortpixel_was_converted','1720207325'),
(1286,1135,'_shortpixel_was_converted','1720207325'),
(1287,1136,'_wp_attached_file','2018/10/20180131_120413-2.jpg'),
(1288,1136,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:29:\"2018/10/20180131_120413-2.jpg\";s:8:\"filesize\";i:77842;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"20180131_120413-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22656;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"20180131_120413-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4105;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"20180131_120413-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61614;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"20180131_120413-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19447;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"20180131_120413-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142627;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"20180131_120413-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7419;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"20180131_120413-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91358;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"20180131_120413-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27738;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"20180131_120413-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138206;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"20180131_120413-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30047;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"20180131_120413-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46981;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"20180131_120413-2-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155346;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"20180131_120413-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41882;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"20180131_120413-2-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134322;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"20180131_120413-2-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42223;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1289,1137,'_wp_attached_file','2018/10/20180131_120413-2-1.jpg'),
(1290,1137,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2018/10/20180131_120413-2-1.jpg\";s:8:\"filesize\";i:77842;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"20180131_120413-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22656;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"20180131_120413-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4105;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"20180131_120413-2-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61614;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"20180131_120413-2-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19447;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"20180131_120413-2-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142627;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"20180131_120413-2-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:7419;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"20180131_120413-2-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91358;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"20180131_120413-2-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27738;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"20180131_120413-2-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138206;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"20180131_120413-2-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30047;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"20180131_120413-2-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46981;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:32:\"20180131_120413-2-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155346;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"20180131_120413-2-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41882;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"20180131_120413-2-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134322;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"20180131_120413-2-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42223;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(1291,1136,'_shortpixel_was_converted','1720207325'),
(1292,1137,'_shortpixel_was_converted','1720207325'),
(1293,1138,'_wp_attached_file','2018/10/20180217_145312.jpg'),
(1294,1138,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:27:\"2018/10/20180217_145312.jpg\";s:8:\"filesize\";i:63915;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"20180217_145312-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21786;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"20180217_145312-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3935;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"20180217_145312-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51577;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"20180217_145312-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16183;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"20180217_145312-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119838;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"20180217_145312-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7082;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"20180217_145312-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76409;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"20180217_145312-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22166;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"20180217_145312-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107911;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"20180217_145312-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24918;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"20180217_145312-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39069;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"20180217_145312-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130250;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"20180217_145312-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45066;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"20180217_145312-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112730;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"20180217_145312-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35217;}}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:{}}}'),
(1295,1139,'_wp_attached_file','2018/10/20180217_145312-1.jpg'),
(1296,1139,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:29:\"2018/10/20180217_145312-1.jpg\";s:8:\"filesize\";i:63915;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"20180217_145312-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21786;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"20180217_145312-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3935;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"20180217_145312-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51577;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"20180217_145312-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16183;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"20180217_145312-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119838;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"20180217_145312-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:7082;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"20180217_145312-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76409;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"20180217_145312-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22166;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"20180217_145312-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107911;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"20180217_145312-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24918;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"20180217_145312-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39069;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"20180217_145312-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130250;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"20180217_145312-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45066;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"20180217_145312-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112730;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"20180217_145312-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35217;}}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:{}}}'),
(1297,1138,'_shortpixel_was_converted','1720207325'),
(1298,1139,'_shortpixel_was_converted','1720207325'),
(1299,1140,'_wp_attached_file','2018/10/20180217_145319.jpg'),
(1300,1140,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:27:\"2018/10/20180217_145319.jpg\";s:8:\"filesize\";i:64536;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"20180217_145319-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21679;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"20180217_145319-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3968;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"20180217_145319-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52076;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"20180217_145319-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16414;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"20180217_145319-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121040;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"20180217_145319-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7068;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"20180217_145319-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77253;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"20180217_145319-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22196;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"20180217_145319-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107734;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"20180217_145319-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25079;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"20180217_145319-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39465;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"20180217_145319-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131279;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"20180217_145319-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44457;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"20180217_145319-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113799;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"20180217_145319-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35412;}}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:{}}}'),
(1301,1141,'_wp_attached_file','2018/10/20180217_145319-1.jpg'),
(1302,1141,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:29:\"2018/10/20180217_145319-1.jpg\";s:8:\"filesize\";i:64536;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"20180217_145319-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21679;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"20180217_145319-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3968;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"20180217_145319-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52076;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"20180217_145319-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16414;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"20180217_145319-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121040;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"20180217_145319-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:7068;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"20180217_145319-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77253;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"20180217_145319-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22196;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"20180217_145319-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107734;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"20180217_145319-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25079;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"20180217_145319-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39465;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"20180217_145319-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131279;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"20180217_145319-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44457;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"20180217_145319-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113799;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"20180217_145319-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35412;}}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:{}}}'),
(1303,1140,'_shortpixel_was_converted','1720207325'),
(1304,1141,'_shortpixel_was_converted','1720207325'),
(1305,1142,'_wp_attached_file','2018/10/20180217_145332.jpg'),
(1306,1142,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:27:\"2018/10/20180217_145332.jpg\";s:8:\"filesize\";i:75082;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"20180217_145332-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22402;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"20180217_145332-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4017;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"20180217_145332-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56021;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"20180217_145332-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17265;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"20180217_145332-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"20180217_145332-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7238;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"20180217_145332-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83325;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"20180217_145332-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24527;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"20180217_145332-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123598;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"20180217_145332-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26707;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"20180217_145332-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42147;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"20180217_145332-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142580;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"20180217_145332-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42088;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"20180217_145332-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123208;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"20180217_145332-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37911;}}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:{}}}'),
(1307,1143,'_wp_attached_file','2018/10/20180217_145332-1.jpg'),
(1308,1143,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:29:\"2018/10/20180217_145332-1.jpg\";s:8:\"filesize\";i:75082;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"20180217_145332-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22402;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"20180217_145332-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4017;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"20180217_145332-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56021;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"20180217_145332-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17265;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"20180217_145332-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131272;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"20180217_145332-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:7238;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"20180217_145332-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83325;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"20180217_145332-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24527;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"20180217_145332-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123598;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"20180217_145332-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26707;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"20180217_145332-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42147;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"20180217_145332-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142580;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"20180217_145332-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42088;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"20180217_145332-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123208;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"20180217_145332-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37911;}}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:{}}}'),
(1309,1142,'_shortpixel_was_converted','1720207325'),
(1310,1143,'_shortpixel_was_converted','1720207325'),
(1311,1144,'_wp_attached_file','2018/10/IMG_3214-2.jpg'),
(1312,1144,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:22:\"2018/10/IMG_3214-2.jpg\";s:8:\"filesize\";i:58983;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_3214-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20567;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3214-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3821;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_3214-2-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78777;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_3214-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17053;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_3214-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113885;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3214-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6883;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_3214-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113885;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_3214-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19594;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"IMG_3214-2-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75557;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_3214-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22038;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_3214-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33220;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_3214-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41199;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_3214-2-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55842;}}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:{}}}'),
(1313,1145,'_wp_attached_file','2018/10/IMG_3214-2-1.jpg'),
(1314,1145,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:24:\"2018/10/IMG_3214-2-1.jpg\";s:8:\"filesize\";i:58983;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_3214-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20567;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_3214-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3821;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_3214-2-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78777;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_3214-2-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17053;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"IMG_3214-2-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113885;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_3214-2-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:6883;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"IMG_3214-2-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113885;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_3214-2-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19594;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"IMG_3214-2-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75557;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_3214-2-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22038;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_3214-2-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33220;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_3214-2-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41199;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_3214-2-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55842;}}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:{}}}'),
(1315,1144,'_shortpixel_was_converted','1720207325'),
(1316,1145,'_shortpixel_was_converted','1720207325'),
(1317,1146,'_wp_attached_file','2018/10/IMG_3691.jpg'),
(1318,1146,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/10/IMG_3691.jpg\";s:8:\"filesize\";i:161405;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_3691-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35719;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_3691-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4848;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_3691-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105673;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_3691-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28255;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_3691-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:261281;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_3691-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9690;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_3691-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162423;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_3691-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39837;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_3691-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:229534;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_3691-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45935;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_3691-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77544;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_3691-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:285636;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_3691-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71354;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_3691-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244671;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_3691-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68879;}}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:{}}}'),
(1319,1147,'_wp_attached_file','2018/10/IMG_3691-1.jpg'),
(1320,1147,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/IMG_3691-1.jpg\";s:8:\"filesize\";i:161405;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_3691-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35719;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3691-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4848;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_3691-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105673;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_3691-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28255;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_3691-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:261281;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3691-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:9690;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3691-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162423;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_3691-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39837;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_3691-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:229534;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_3691-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45935;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_3691-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77544;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_3691-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:285636;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_3691-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71354;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_3691-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244671;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_3691-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68879;}}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:{}}}'),
(1321,1146,'_shortpixel_was_converted','1720207335'),
(1322,1147,'_shortpixel_was_converted','1720207335'),
(1323,1148,'_wp_attached_file','2018/10/IMG_3214-3.jpg'),
(1324,1148,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:22:\"2018/10/IMG_3214-3.jpg\";s:8:\"filesize\";i:58983;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_3214-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20567;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3214-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3821;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_3214-3-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78777;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_3214-3-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17053;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_3214-3-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113885;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3214-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6883;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_3214-3-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113885;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_3214-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19594;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"IMG_3214-3-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75557;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_3214-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22038;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_3214-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33220;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_3214-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41199;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_3214-3-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55842;}}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:{}}}'),
(1325,1149,'_wp_attached_file','2018/10/IMG_3214-3-1.jpg'),
(1326,1149,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:24:\"2018/10/IMG_3214-3-1.jpg\";s:8:\"filesize\";i:58983;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_3214-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20567;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_3214-3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3821;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_3214-3-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78777;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_3214-3-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17053;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"IMG_3214-3-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113885;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_3214-3-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:6883;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"IMG_3214-3-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113885;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_3214-3-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19594;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"IMG_3214-3-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75557;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_3214-3-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22038;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_3214-3-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33220;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_3214-3-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41199;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_3214-3-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55842;}}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:{}}}'),
(1327,1148,'_shortpixel_was_converted','1720207335'),
(1328,1149,'_shortpixel_was_converted','1720207335'),
(1329,1150,'_wp_attached_file','2018/10/IMG_3691-2.jpg'),
(1330,1150,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/IMG_3691-2.jpg\";s:8:\"filesize\";i:161405;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_3691-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35719;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3691-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4848;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_3691-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105673;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_3691-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28255;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_3691-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:261281;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3691-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9690;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3691-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162423;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_3691-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39837;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_3691-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:229534;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_3691-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45935;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_3691-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77544;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_3691-2-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:285636;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_3691-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71354;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_3691-2-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244671;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_3691-2-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68879;}}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:{}}}'),
(1331,1151,'_wp_attached_file','2018/10/IMG_3691-2-1.jpg'),
(1332,1151,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2018/10/IMG_3691-2-1.jpg\";s:8:\"filesize\";i:161405;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_3691-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35719;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_3691-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4848;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_3691-2-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105673;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_3691-2-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28255;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"IMG_3691-2-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:261281;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_3691-2-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:9690;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_3691-2-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:162423;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_3691-2-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39837;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"IMG_3691-2-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:229534;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_3691-2-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45935;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_3691-2-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77544;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"IMG_3691-2-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:285636;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_3691-2-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71354;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"IMG_3691-2-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244671;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_3691-2-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68879;}}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:{}}}'),
(1333,1150,'_shortpixel_was_converted','1720207335'),
(1334,1151,'_shortpixel_was_converted','1720207335'),
(1335,1152,'_wp_attached_file','2018/10/IMG_4572.jpg'),
(1336,1152,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/10/IMG_4572.jpg\";s:8:\"filesize\";i:61379;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_4572-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18328;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4572-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3348;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_4572-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49097;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4572-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14200;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_4572-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119750;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4572-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5780;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_4572-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74826;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_4572-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19994;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_4572-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111499;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_4572-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22232;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_4572-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36255;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_4572-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130893;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_4572-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37255;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_4572-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112364;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_4572-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32359;}}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:{}}}'),
(1337,1153,'_wp_attached_file','2018/10/IMG_4572-1.jpg'),
(1338,1153,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/IMG_4572-1.jpg\";s:8:\"filesize\";i:61379;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4572-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18328;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4572-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3348;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4572-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49097;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4572-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14200;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4572-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119750;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4572-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:5780;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4572-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74826;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_4572-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19994;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_4572-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111499;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_4572-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22232;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_4572-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36255;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_4572-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130893;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_4572-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37255;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_4572-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112364;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_4572-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32359;}}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:{}}}'),
(1339,1152,'_shortpixel_was_converted','1720207335'),
(1340,1153,'_shortpixel_was_converted','1720207335'),
(1341,1154,'_wp_attached_file','2018/10/IMG_4580.jpg'),
(1342,1154,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/10/IMG_4580.jpg\";s:8:\"filesize\";i:74576;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_4580-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20954;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4580-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3219;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_4580-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58850;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4580-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16348;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_4580-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145557;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4580-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6105;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_4580-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90558;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_4580-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24097;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_4580-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138452;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_4580-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26468;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_4580-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43310;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_4580-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159401;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_4580-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43923;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_4580-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136463;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_4580-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38474;}}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:{}}}'),
(1343,1155,'_wp_attached_file','2018/10/IMG_4580-1.jpg'),
(1344,1155,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/IMG_4580-1.jpg\";s:8:\"filesize\";i:74576;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4580-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20954;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4580-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3219;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4580-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58850;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4580-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16348;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4580-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145557;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4580-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:6105;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4580-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90558;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_4580-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24097;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_4580-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138452;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_4580-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26468;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_4580-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43310;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_4580-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159401;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_4580-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43923;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_4580-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136463;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_4580-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38474;}}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:{}}}'),
(1345,1154,'_shortpixel_was_converted','1720207335'),
(1346,1155,'_shortpixel_was_converted','1720207335'),
(1347,1156,'_wp_attached_file','2018/10/IMG_4588.jpg'),
(1348,1156,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/10/IMG_4588.jpg\";s:8:\"filesize\";i:107212;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_4588-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26831;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4588-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3994;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_4588-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75251;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4588-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20531;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_4588-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186647;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4588-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7628;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_4588-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115263;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_4588-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28715;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_4588-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167751;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_4588-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32941;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_4588-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54918;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_4588-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204632;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_4588-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55747;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_4588-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175000;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_4588-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48716;}}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:{}}}'),
(1349,1157,'_wp_attached_file','2018/10/IMG_4588-1.jpg'),
(1350,1157,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/IMG_4588-1.jpg\";s:8:\"filesize\";i:107212;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4588-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26831;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4588-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3994;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4588-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75251;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4588-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20531;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4588-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186647;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4588-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:7628;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4588-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115263;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_4588-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28715;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_4588-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167751;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_4588-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32941;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_4588-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54918;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_4588-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204632;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_4588-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55747;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_4588-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175000;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_4588-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48716;}}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:{}}}'),
(1351,1156,'_shortpixel_was_converted','1720207335'),
(1352,1157,'_shortpixel_was_converted','1720207335'),
(1353,1158,'_wp_attached_file','2018/10/IMG_4597.jpg'),
(1354,1158,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/10/IMG_4597.jpg\";s:8:\"filesize\";i:116134;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_4597-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28121;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4597-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4224;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_4597-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79727;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4597-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21569;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_4597-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4597-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7970;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_4597-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123665;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_4597-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31635;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_4597-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189351;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_4597-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35066;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_4597-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58113;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_4597-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220504;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_4597-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60247;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_4597-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188465;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_4597-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51457;}}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:{}}}'),
(1355,1159,'_wp_attached_file','2018/10/IMG_4597-1.jpg'),
(1356,1159,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/IMG_4597-1.jpg\";s:8:\"filesize\";i:116134;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4597-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28121;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4597-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4224;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4597-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79727;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4597-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21569;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4597-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4597-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:7970;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4597-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123665;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_4597-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31635;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_4597-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189351;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_4597-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35066;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_4597-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58113;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_4597-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220504;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_4597-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60247;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_4597-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188465;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_4597-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51457;}}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:{}}}'),
(1357,1158,'_shortpixel_was_converted','1720207335'),
(1358,1159,'_shortpixel_was_converted','1720207335'),
(1359,1160,'_wp_attached_file','2018/10/IMG_4622.jpg'),
(1360,1160,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/10/IMG_4622.jpg\";s:8:\"filesize\";i:138360;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_4622-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33879;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4622-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4721;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_4622-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94224;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4622-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25587;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_4622-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:231517;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4622-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9207;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_4622-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144482;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_4622-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37638;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_4622-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216040;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_4622-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41959;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_4622-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69550;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_4622-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:253532;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_4622-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71826;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_4622-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217183;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_4622-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61490;}}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:{}}}'),
(1361,1161,'_wp_attached_file','2018/10/IMG_4622-1.jpg'),
(1362,1161,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/IMG_4622-1.jpg\";s:8:\"filesize\";i:138360;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4622-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33879;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4622-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4721;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4622-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94224;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4622-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25587;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4622-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:231517;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4622-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:9207;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4622-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144482;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_4622-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37638;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_4622-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216040;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_4622-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41959;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_4622-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69550;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_4622-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:253532;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_4622-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71826;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_4622-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217183;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_4622-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61490;}}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:{}}}'),
(1363,1160,'_shortpixel_was_converted','1720207335'),
(1364,1161,'_shortpixel_was_converted','1720207335'),
(1365,1162,'_wp_attached_file','2018/10/IMG_4628.jpg'),
(1366,1162,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/10/IMG_4628.jpg\";s:8:\"filesize\";i:58545;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_4628-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17493;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4628-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3184;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_4628-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48501;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4628-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14352;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_4628-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117005;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4628-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5623;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_4628-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73406;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_4628-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20350;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_4628-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111700;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_4628-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22422;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_4628-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35960;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_4628-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128232;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_4628-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34515;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_4628-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109790;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_4628-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32147;}}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:{}}}'),
(1367,1163,'_wp_attached_file','2018/10/IMG_4628-1.jpg'),
(1368,1163,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/IMG_4628-1.jpg\";s:8:\"filesize\";i:58545;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4628-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17493;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4628-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3184;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4628-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48501;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4628-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14352;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4628-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117005;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4628-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:5623;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4628-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73406;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_4628-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20350;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_4628-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111700;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_4628-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22422;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_4628-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35960;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_4628-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128232;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_4628-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34515;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_4628-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109790;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_4628-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32147;}}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:{}}}'),
(1369,1162,'_shortpixel_was_converted','1720207335'),
(1370,1163,'_shortpixel_was_converted','1720207335'),
(1371,1164,'_wp_attached_file','2018/10/IMG_4479.jpg'),
(1372,1164,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/10/IMG_4479.jpg\";s:8:\"filesize\";i:55691;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_4479-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17432;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4479-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3369;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_4479-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45774;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4479-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14254;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_4479-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107575;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4479-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5881;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_4479-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68151;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_4479-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19768;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_4479-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100733;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_4479-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21807;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_4479-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34208;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_4479-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116970;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_4479-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33118;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_4479-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101032;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_4479-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30797;}}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:{}}}'),
(1373,1165,'_wp_attached_file','2018/10/IMG_4479-1.jpg'),
(1374,1165,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/IMG_4479-1.jpg\";s:8:\"filesize\";i:55691;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4479-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17432;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4479-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3369;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4479-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45774;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4479-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14254;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4479-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107575;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4479-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:5881;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4479-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68151;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_4479-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19768;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_4479-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100733;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_4479-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21807;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_4479-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34208;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_4479-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116970;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_4479-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33118;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_4479-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101032;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_4479-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30797;}}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:{}}}'),
(1375,1164,'_shortpixel_was_converted','1720207335'),
(1376,1165,'_shortpixel_was_converted','1720207335'),
(1377,1166,'_wp_attached_file','2018/10/IMG_4535.jpg'),
(1378,1166,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/10/IMG_4535.jpg\";s:8:\"filesize\";i:85730;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_4535-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26354;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4535-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4621;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_4535-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67637;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4535-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21358;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_4535-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154760;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4535-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8494;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_4535-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99933;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_4535-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30296;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_4535-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149458;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_4535-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33074;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_4535-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51597;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_4535-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168102;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_4535-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49030;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_4535-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145758;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_4535-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46305;}}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:{}}}'),
(1379,1167,'_wp_attached_file','2018/10/IMG_4535-1.jpg'),
(1380,1167,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/IMG_4535-1.jpg\";s:8:\"filesize\";i:85730;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4535-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26354;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4535-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4621;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4535-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67637;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4535-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21358;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4535-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154760;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4535-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:8494;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4535-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99933;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_4535-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30296;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_4535-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149458;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_4535-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33074;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_4535-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51597;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_4535-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168102;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_4535-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49030;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_4535-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145758;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_4535-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46305;}}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:{}}}'),
(1381,1166,'_shortpixel_was_converted','1720207335'),
(1382,1167,'_shortpixel_was_converted','1720207335'),
(1383,1168,'_wp_attached_file','2018/10/IMG_4539.jpg'),
(1384,1168,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/10/IMG_4539.jpg\";s:8:\"filesize\";i:66870;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_4539-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24516;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4539-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4436;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_4539-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61788;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4539-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19867;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_4539-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140016;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4539-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7958;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_4539-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90554;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_4539-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27866;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_4539-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133407;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_4539-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30389;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_4539-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47156;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_4539-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152022;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_4539-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45028;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_4539-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131900;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_4539-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42536;}}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:{}}}'),
(1385,1169,'_wp_attached_file','2018/10/IMG_4539-1.jpg'),
(1386,1169,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/IMG_4539-1.jpg\";s:8:\"filesize\";i:66870;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4539-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24516;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4539-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4436;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4539-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61788;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4539-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19867;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4539-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140016;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4539-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:7958;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4539-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90554;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_4539-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27866;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_4539-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133407;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_4539-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30389;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_4539-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47156;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_4539-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152022;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_4539-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45028;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_4539-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131900;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_4539-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42536;}}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:{}}}'),
(1387,1168,'_shortpixel_was_converted','1720207335'),
(1388,1169,'_shortpixel_was_converted','1720207335'),
(1389,1170,'_wp_attached_file','2018/10/IMG_4552.jpg'),
(1390,1170,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:20:\"2018/10/IMG_4552.jpg\";s:8:\"filesize\";i:60406;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_4552-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23321;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4552-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4418;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_4552-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83444;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4552-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19089;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_4552-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4552-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7923;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_4552-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119118;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_4552-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23735;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"IMG_4552-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91112;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_4552-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26451;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_4552-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39672;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_4552-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44689;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_4552-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59935;}}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:{}}}'),
(1391,1171,'_wp_attached_file','2018/10/IMG_4552-1.jpg'),
(1392,1171,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:22:\"2018/10/IMG_4552-1.jpg\";s:8:\"filesize\";i:60406;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4552-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23321;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4552-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4418;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4552-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83444;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4552-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19089;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4552-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119118;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4552-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:7923;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_4552-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119118;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_4552-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23735;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"IMG_4552-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91112;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_4552-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26451;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_4552-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39672;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_4552-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44689;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_4552-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59935;}}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:{}}}'),
(1393,1170,'_shortpixel_was_converted','1720207335'),
(1394,1171,'_shortpixel_was_converted','1720207335'),
(1395,1172,'_wp_attached_file','2018/10/IMG_3960.jpg'),
(1396,1172,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/10/IMG_3960.jpg\";s:8:\"filesize\";i:98689;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_3960-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22894;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_3960-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3822;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_3960-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54673;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_3960-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15418;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_3960-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142043;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_3960-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6965;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_3960-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85917;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_3960-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25127;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_3960-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148238;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_3960-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27519;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_3960-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45482;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_3960-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154015;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_3960-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47527;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"IMG_3960-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202938;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_3960-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131963;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_3960-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35945;}}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:{}}}'),
(1397,1173,'_wp_attached_file','2018/10/IMG_3960-1.jpg'),
(1398,1173,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/IMG_3960-1.jpg\";s:8:\"filesize\";i:98689;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_3960-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22894;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3960-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3822;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_3960-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54673;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_3960-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15418;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_3960-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142043;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3960-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:6965;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3960-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85917;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_3960-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25127;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_3960-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148238;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_3960-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27519;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_3960-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45482;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_3960-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154015;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_3960-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47527;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"IMG_3960-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202938;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_3960-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131963;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_3960-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35945;}}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:{}}}'),
(1399,1172,'_shortpixel_was_converted','1720207334'),
(1400,1173,'_shortpixel_was_converted','1720207334'),
(1401,1174,'_wp_attached_file','2018/10/IMG_4220.jpg'),
(1402,1174,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:20:\"2018/10/IMG_4220.jpg\";s:8:\"filesize\";i:85402;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_4220-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22979;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4220-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4100;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_4220-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101098;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4220-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19041;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_4220-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148404;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4220-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7248;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_4220-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148404;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_4220-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20591;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"IMG_4220-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92023;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_4220-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24147;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_4220-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38251;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_4220-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49556;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_4220-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69984;}}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:{}}}'),
(1403,1175,'_wp_attached_file','2018/10/IMG_4220-1.jpg'),
(1404,1175,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:22:\"2018/10/IMG_4220-1.jpg\";s:8:\"filesize\";i:85402;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4220-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22979;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4220-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4100;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4220-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101098;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4220-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19041;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4220-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148404;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4220-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:7248;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"IMG_4220-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148404;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_4220-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20591;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"IMG_4220-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92023;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_4220-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24147;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_4220-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38251;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_4220-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49556;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_4220-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69984;}}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:{}}}'),
(1405,1174,'_shortpixel_was_converted','1720207334'),
(1406,1175,'_shortpixel_was_converted','1720207334'),
(1407,1176,'_wp_attached_file','2018/10/IMG_4221.jpg'),
(1408,1176,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/10/IMG_4221.jpg\";s:8:\"filesize\";i:64320;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_4221-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22472;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4221-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4413;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_4221-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55311;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4221-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18366;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_4221-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122019;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4221-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7690;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_4221-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80109;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_4221-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25112;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_4221-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114296;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_4221-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27834;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_4221-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42552;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_4221-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132972;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_4221-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41934;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_4221-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115036;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_4221-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38683;}}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:{}}}'),
(1409,1177,'_wp_attached_file','2018/10/IMG_4221-1.jpg'),
(1410,1177,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/IMG_4221-1.jpg\";s:8:\"filesize\";i:64320;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4221-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22472;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4221-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4413;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4221-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55311;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4221-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18366;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4221-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122019;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4221-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:7690;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4221-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80109;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_4221-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25112;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_4221-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114296;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_4221-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27834;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_4221-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42552;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_4221-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132972;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_4221-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41934;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_4221-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115036;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_4221-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38683;}}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:{}}}'),
(1411,1176,'_shortpixel_was_converted','1720207334'),
(1412,1177,'_shortpixel_was_converted','1720207334'),
(1413,1178,'_wp_attached_file','2018/10/IMG_4224.jpg'),
(1414,1178,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/10/IMG_4224.jpg\";s:8:\"filesize\";i:52352;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_4224-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20200;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4224-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4149;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_4224-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44939;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4224-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15460;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_4224-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98498;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4224-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7148;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_4224-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64627;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_4224-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20360;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_4224-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89035;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_4224-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22830;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_4224-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34690;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_4224-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106766;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_4224-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35905;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_4224-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92759;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_4224-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31679;}}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:{}}}'),
(1415,1179,'_wp_attached_file','2018/10/IMG_4224-1.jpg'),
(1416,1179,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/IMG_4224-1.jpg\";s:8:\"filesize\";i:52352;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4224-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20200;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4224-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4149;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4224-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44939;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4224-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15460;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4224-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98498;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4224-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:7148;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4224-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64627;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_4224-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20360;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_4224-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89035;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_4224-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22830;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_4224-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34690;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_4224-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106766;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_4224-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35905;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_4224-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92759;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_4224-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31679;}}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:{}}}'),
(1417,1178,'_shortpixel_was_converted','1720207334'),
(1418,1179,'_shortpixel_was_converted','1720207334'),
(1419,1180,'_wp_attached_file','2018/10/IMG-4044-1-1.jpg'),
(1420,1180,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:24:\"2018/10/IMG-4044-1-1.jpg\";s:8:\"filesize\";i:74261;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG-4044-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21465;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3428;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97838;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16928;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"IMG-4044-1-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145613;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-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:6285;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"IMG-4044-1-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145613;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22366;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107069;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25470;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40889;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46828;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66639;}}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:{}}}'),
(1421,1181,'_wp_attached_file','2018/10/IMG-4044-1-2.jpg'),
(1422,1181,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:24:\"2018/10/IMG-4044-1-2.jpg\";s:8:\"filesize\";i:74261;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG-4044-1-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21465;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3428;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-2-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97838;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-2-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16928;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"IMG-4044-1-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145613;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6285;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"IMG-4044-1-2-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145613;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22366;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-2-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107069;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25470;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40889;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46828;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG-4044-1-2-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66639;}}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:{}}}'),
(1423,1180,'_wp_attachment_image_alt','Bill and Chainsaw Sniper Adventure Challenge 2018'),
(1424,1180,'_shortpixel_was_converted','1720207334'),
(1425,1181,'_wp_attachment_image_alt','Bill and Chainsaw Sniper Adventure Challenge 2018'),
(1426,1181,'_shortpixel_was_converted','1720207334'),
(1427,1182,'_wp_attached_file','2018/10/minuteman.jpg'),
(1428,1182,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:130;s:6:\"height\";i:300;s:4:\"file\";s:21:\"2018/10/minuteman.jpg\";s:8:\"filesize\";i:16677;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"minuteman-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4413;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"minuteman-130x150.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8438;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"minuteman-130x250.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12975;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"minuteman-130x284.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14581;}}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:{}}}'),
(1429,1183,'_wp_attached_file','2018/10/minuteman-1.jpg'),
(1430,1183,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:130;s:6:\"height\";i:300;s:4:\"file\";s:23:\"2018/10/minuteman-1.jpg\";s:8:\"filesize\";i:16677;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"minuteman-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4413;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"minuteman-1-130x150.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8438;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"minuteman-1-130x250.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12975;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"minuteman-1-130x284.jpg\";s:5:\"width\";i:130;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14581;}}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:{}}}'),
(1431,1182,'_shortpixel_was_converted','1720207334'),
(1432,1183,'_shortpixel_was_converted','1720207334'),
(1433,1184,'_wp_attached_file','2018/10/newsletter.jpg'),
(1434,1184,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:288;s:6:\"height\";i:216;s:4:\"file\";s:22:\"2018/10/newsletter.jpg\";s:8:\"filesize\";i:8635;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"newsletter-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3087;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"newsletter-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5046;}}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:{}}}'),
(1435,1185,'_wp_attached_file','2018/10/newsletter-1.jpg'),
(1436,1185,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:288;s:6:\"height\";i:216;s:4:\"file\";s:24:\"2018/10/newsletter-1.jpg\";s:8:\"filesize\";i:8635;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"newsletter-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3087;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"newsletter-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:5046;}}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:{}}}'),
(1437,1184,'_shortpixel_was_converted','1720207334'),
(1438,1185,'_shortpixel_was_converted','1720207334'),
(1439,1186,'_wp_attached_file','2018/10/6X0C1105.jpg'),
(1440,1186,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/10/6X0C1105.jpg\";s:8:\"filesize\";i:84453;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"6X0C1105-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25844;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1105-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4503;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"6X0C1105-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57580;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"6X0C1105-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18591;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"6X0C1105-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130371;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1105-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8356;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"6X0C1105-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84054;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"6X0C1105-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28870;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"6X0C1105-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134731;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"6X0C1105-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31636;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"6X0C1105-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48743;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"6X0C1105-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140626;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"6X0C1105-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47453;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"6X0C1105-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180679;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"6X0C1105-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122527;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"6X0C1105-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40026;}}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:{}}}'),
(1441,1187,'_wp_attached_file','2018/10/6X0C1105-1.jpg'),
(1442,1187,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/6X0C1105-1.jpg\";s:8:\"filesize\";i:84453;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"6X0C1105-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25844;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"6X0C1105-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4503;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"6X0C1105-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57580;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"6X0C1105-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18591;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"6X0C1105-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130371;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"6X0C1105-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:8356;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"6X0C1105-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84054;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"6X0C1105-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28870;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"6X0C1105-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134731;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"6X0C1105-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31636;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"6X0C1105-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48743;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"6X0C1105-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140626;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"6X0C1105-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47453;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"6X0C1105-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180679;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"6X0C1105-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122527;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"6X0C1105-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40026;}}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:{}}}'),
(1443,1186,'_shortpixel_was_converted','1720207344'),
(1444,1187,'_shortpixel_was_converted','1720207344'),
(1445,1188,'_wp_attached_file','2018/10/6X0C1113.jpg'),
(1446,1188,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/10/6X0C1113.jpg\";s:8:\"filesize\";i:31244;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"6X0C1113-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13837;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1113-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3422;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"6X0C1113-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29407;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"6X0C1113-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10992;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"6X0C1113-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65160;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1113-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5502;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"6X0C1113-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42315;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"6X0C1113-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15744;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"6X0C1113-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67340;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"6X0C1113-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17020;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"6X0C1113-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25143;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"6X0C1113-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70173;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"6X0C1113-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24240;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"6X0C1113-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89779;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"6X0C1113-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61292;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"6X0C1113-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21067;}}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:{}}}'),
(1447,1189,'_wp_attached_file','2018/10/6X0C1113-1.jpg'),
(1448,1189,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/6X0C1113-1.jpg\";s:8:\"filesize\";i:31244;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"6X0C1113-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13837;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"6X0C1113-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3422;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"6X0C1113-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29407;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"6X0C1113-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10992;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"6X0C1113-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65160;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"6X0C1113-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:5502;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"6X0C1113-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42315;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"6X0C1113-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15744;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"6X0C1113-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67340;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"6X0C1113-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17020;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"6X0C1113-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25143;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"6X0C1113-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70173;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"6X0C1113-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24240;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"6X0C1113-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89779;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"6X0C1113-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61292;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"6X0C1113-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21067;}}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:{}}}'),
(1449,1188,'_shortpixel_was_converted','1720207344'),
(1450,1189,'_shortpixel_was_converted','1720207344'),
(1451,1190,'_wp_attached_file','2018/10/6X0C1165-Edit.jpg'),
(1452,1190,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1387;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2018/10/6X0C1165-Edit.jpg\";s:8:\"filesize\";i:69102;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"6X0C1165-Edit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22401;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"6X0C1165-Edit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4399;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"6X0C1165-Edit-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47487;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"6X0C1165-Edit-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16107;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"6X0C1165-Edit-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108104;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"6X0C1165-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7682;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"6X0C1165-Edit-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69464;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"6X0C1165-Edit-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24092;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"6X0C1165-Edit-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111052;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"6X0C1165-Edit-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26561;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"6X0C1165-Edit-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40663;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"6X0C1165-Edit-1080x719.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116760;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"6X0C1165-Edit-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40128;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"6X0C1165-Edit-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149845;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"6X0C1165-Edit-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101440;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"6X0C1165-Edit-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33315;}}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:{}}}'),
(1453,1191,'_wp_attached_file','2018/10/6X0C1165-Edit-1.jpg'),
(1454,1191,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1387;s:6:\"height\";i:924;s:4:\"file\";s:27:\"2018/10/6X0C1165-Edit-1.jpg\";s:8:\"filesize\";i:69102;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"6X0C1165-Edit-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22401;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"6X0C1165-Edit-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4399;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"6X0C1165-Edit-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47487;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"6X0C1165-Edit-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16107;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"6X0C1165-Edit-1-1024x682.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:682;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108104;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"6X0C1165-Edit-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:7682;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"6X0C1165-Edit-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69464;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"6X0C1165-Edit-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24092;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"6X0C1165-Edit-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111052;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"6X0C1165-Edit-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26561;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"6X0C1165-Edit-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40663;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"6X0C1165-Edit-1-1080x719.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116760;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"6X0C1165-Edit-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40128;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"6X0C1165-Edit-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149845;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"6X0C1165-Edit-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101440;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"6X0C1165-Edit-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33315;}}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:{}}}'),
(1455,1190,'_shortpixel_was_converted','1720207344'),
(1456,1191,'_shortpixel_was_converted','1720207344'),
(1457,1192,'_wp_attached_file','2018/10/6X0C1176.jpg'),
(1458,1192,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/10/6X0C1176.jpg\";s:8:\"filesize\";i:107909;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"6X0C1176-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27704;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1176-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4354;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"6X0C1176-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65582;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"6X0C1176-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19479;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"6X0C1176-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156486;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1176-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8269;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"6X0C1176-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98686;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"6X0C1176-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31044;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"6X0C1176-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160341;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"6X0C1176-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34453;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"6X0C1176-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54917;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"6X0C1176-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168588;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"6X0C1176-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53881;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"6X0C1176-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218359;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"6X0C1176-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146155;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"6X0C1176-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44428;}}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:{}}}'),
(1459,1193,'_wp_attached_file','2018/10/6X0C1176-1.jpg'),
(1460,1193,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/6X0C1176-1.jpg\";s:8:\"filesize\";i:107909;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"6X0C1176-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27704;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"6X0C1176-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4354;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"6X0C1176-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65582;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"6X0C1176-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19479;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"6X0C1176-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156486;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"6X0C1176-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:8269;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"6X0C1176-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98686;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"6X0C1176-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31044;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"6X0C1176-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160341;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"6X0C1176-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34453;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"6X0C1176-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54917;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"6X0C1176-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168588;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"6X0C1176-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53881;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"6X0C1176-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218359;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"6X0C1176-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146155;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"6X0C1176-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44428;}}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:{}}}'),
(1461,1192,'_shortpixel_was_converted','1720207344'),
(1462,1193,'_shortpixel_was_converted','1720207344'),
(1463,1194,'_wp_attached_file','2018/10/6X0C1181.jpg'),
(1464,1194,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1386;s:4:\"file\";s:20:\"2018/10/6X0C1181.jpg\";s:8:\"filesize\";i:87601;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"6X0C1181-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25405;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1181-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4574;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"6X0C1181-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107166;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"6X0C1181-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17891;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"6X0C1181-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130377;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1181-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8546;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"6X0C1181-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154869;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"6X0C1181-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24257;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"6X0C1181-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99402;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"6X0C1181-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27887;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"6X0C1181-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42725;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"6X0C1181-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49309;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"6X0C1181-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75267;}}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:{}}}'),
(1465,1195,'_wp_attached_file','2018/10/6X0C1181-1.jpg'),
(1466,1195,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1386;s:4:\"file\";s:22:\"2018/10/6X0C1181-1.jpg\";s:8:\"filesize\";i:87601;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"6X0C1181-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25405;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"6X0C1181-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4574;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"6X0C1181-1-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107166;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"6X0C1181-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17891;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"6X0C1181-1-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130377;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"6X0C1181-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:8546;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"6X0C1181-1-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154869;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"6X0C1181-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24257;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"6X0C1181-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99402;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"6X0C1181-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27887;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"6X0C1181-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42725;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"6X0C1181-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49309;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"6X0C1181-1-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75267;}}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:{}}}'),
(1467,1194,'_shortpixel_was_converted','1720207344'),
(1468,1195,'_shortpixel_was_converted','1720207344'),
(1469,1196,'_wp_attached_file','2018/10/6X0C1242-Edit.jpg'),
(1470,1196,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2018/10/6X0C1242-Edit.jpg\";s:8:\"filesize\";i:105281;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"6X0C1242-Edit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28341;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"6X0C1242-Edit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4480;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"6X0C1242-Edit-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63691;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"6X0C1242-Edit-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19027;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"6X0C1242-Edit-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151689;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"6X0C1242-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8538;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"6X0C1242-Edit-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95853;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"6X0C1242-Edit-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30566;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"6X0C1242-Edit-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154646;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"6X0C1242-Edit-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33912;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"6X0C1242-Edit-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53831;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"6X0C1242-Edit-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163443;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"6X0C1242-Edit-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54527;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"6X0C1242-Edit-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211353;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"6X0C1242-Edit-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141729;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"6X0C1242-Edit-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43463;}}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:{}}}'),
(1471,1197,'_wp_attached_file','2018/10/6X0C1242-Edit-1.jpg'),
(1472,1197,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:27:\"2018/10/6X0C1242-Edit-1.jpg\";s:8:\"filesize\";i:105281;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"6X0C1242-Edit-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28341;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"6X0C1242-Edit-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4480;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"6X0C1242-Edit-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63691;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"6X0C1242-Edit-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19027;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"6X0C1242-Edit-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151689;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"6X0C1242-Edit-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:8538;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"6X0C1242-Edit-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95853;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"6X0C1242-Edit-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30566;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"6X0C1242-Edit-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154646;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"6X0C1242-Edit-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33912;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"6X0C1242-Edit-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53831;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"6X0C1242-Edit-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163443;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"6X0C1242-Edit-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54527;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"6X0C1242-Edit-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211353;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"6X0C1242-Edit-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141729;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"6X0C1242-Edit-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43463;}}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:{}}}'),
(1473,1196,'_shortpixel_was_converted','1720207344'),
(1474,1197,'_shortpixel_was_converted','1720207344'),
(1475,1198,'_wp_attached_file','2018/10/IMG_72730321.jpg'),
(1476,1198,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2018/10/IMG_72730321.jpg\";s:8:\"filesize\";i:69867;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_72730321-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30799;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5433;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87160;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30799;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124928;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28957;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120743;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33127;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50307;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54794;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62366;}}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:{}}}'),
(1477,1199,'_wp_attached_file','2018/10/IMG_72730321-1.jpg'),
(1478,1199,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2018/10/IMG_72730321-1.jpg\";s:8:\"filesize\";i:69867;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"IMG_72730321-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30799;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5433;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87160;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30799;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-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:10227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124928;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28957;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120743;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33127;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50307;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54794;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62366;}}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:{}}}'),
(1479,1198,'_shortpixel_was_converted','1720207344'),
(1480,1199,'_shortpixel_was_converted','1720207344'),
(1481,1200,'_wp_attached_file','2018/10/full-size-4.jpg'),
(1482,1200,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1420;s:6:\"height\";i:924;s:4:\"file\";s:23:\"2018/10/full-size-4.jpg\";s:8:\"filesize\";i:80813;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"full-size-4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26592;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"full-size-4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4853;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"full-size-4-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56443;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"full-size-4-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19474;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"full-size-4-1024x666.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"full-size-4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8989;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"full-size-4-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81962;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"full-size-4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29294;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"full-size-4-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131407;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"full-size-4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32053;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"full-size-4-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48081;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"full-size-4-1080x703.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135451;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"full-size-4-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47300;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"full-size-4-1280x833.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:833;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174078;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"full-size-4-980x638.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:638;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118224;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"full-size-4-480x312.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39817;}}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:{}}}'),
(1483,1201,'_wp_attached_file','2018/10/full-size-4-1.jpg'),
(1484,1201,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1420;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2018/10/full-size-4-1.jpg\";s:8:\"filesize\";i:80813;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"full-size-4-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26592;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4853;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56443;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19474;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"full-size-4-1-1024x666.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125406;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"full-size-4-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:8989;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81962;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29294;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"full-size-4-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131407;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32053;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48081;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"full-size-4-1-1080x703.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135451;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47300;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"full-size-4-1-1280x833.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:833;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174078;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-980x638.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:638;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118224;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"full-size-4-1-480x312.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39817;}}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:{}}}'),
(1485,1200,'_shortpixel_was_converted','1720207344'),
(1486,1200,'_wp_attachment_image_alt','Carbine'),
(1487,1201,'_shortpixel_was_converted','1720207344'),
(1488,1201,'_wp_attachment_image_alt','Carbine'),
(1489,1202,'_wp_attached_file','2018/10/12316422_465776493628023_5159069073735849397_n.jpg'),
(1490,1202,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:664;s:4:\"file\";s:58:\"2018/10/12316422_465776493628023_5159069073735849397_n.jpg\";s:8:\"filesize\";i:53285;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:58:\"12316422_465776493628023_5159069073735849397_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24971;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:58:\"12316422_465776493628023_5159069073735849397_n-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4247;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:58:\"12316422_465776493628023_5159069073735849397_n-600x415.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60171;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"12316422_465776493628023_5159069073735849397_n-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19129;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"12316422_465776493628023_5159069073735849397_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7901;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"12316422_465776493628023_5159069073735849397_n-768x531.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86140;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"12316422_465776493628023_5159069073735849397_n-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27843;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"12316422_465776493628023_5159069073735849397_n-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31521;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"12316422_465776493628023_5159069073735849397_n-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48119;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"12316422_465776493628023_5159069073735849397_n-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44444;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"12316422_465776493628023_5159069073735849397_n-480x332.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43753;}}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:{}}}'),
(1491,1203,'_wp_attached_file','2018/10/12316422_465776493628023_5159069073735849397_n-1.jpg'),
(1492,1203,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:664;s:4:\"file\";s:60:\"2018/10/12316422_465776493628023_5159069073735849397_n-1.jpg\";s:8:\"filesize\";i:53285;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"12316422_465776493628023_5159069073735849397_n-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24971;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"12316422_465776493628023_5159069073735849397_n-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4247;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:60:\"12316422_465776493628023_5159069073735849397_n-1-600x415.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60171;}s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"12316422_465776493628023_5159069073735849397_n-1-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19129;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"12316422_465776493628023_5159069073735849397_n-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:7901;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"12316422_465776493628023_5159069073735849397_n-1-768x531.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:531;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86140;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:60:\"12316422_465776493628023_5159069073735849397_n-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27843;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:60:\"12316422_465776493628023_5159069073735849397_n-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31521;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:60:\"12316422_465776493628023_5159069073735849397_n-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48119;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:60:\"12316422_465776493628023_5159069073735849397_n-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44444;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:60:\"12316422_465776493628023_5159069073735849397_n-1-480x332.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:332;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43753;}}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:{}}}'),
(1493,1202,'_shortpixel_was_converted','1720207344'),
(1494,1203,'_shortpixel_was_converted','1720207344'),
(1495,1204,'_wp_attached_file','2018/10/14222218_553769208162084_4270006112621452642_n.jpg'),
(1496,1204,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:58:\"2018/10/14222218_553769208162084_4270006112621452642_n.jpg\";s:8:\"filesize\";i:30426;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:58:\"14222218_553769208162084_4270006112621452642_n-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18149;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:58:\"14222218_553769208162084_4270006112621452642_n-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3728;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:58:\"14222218_553769208162084_4270006112621452642_n-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40003;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"14222218_553769208162084_4270006112621452642_n-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13492;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"14222218_553769208162084_4270006112621452642_n-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6447;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"14222218_553769208162084_4270006112621452642_n-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56182;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"14222218_553769208162084_4270006112621452642_n-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19821;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"14222218_553769208162084_4270006112621452642_n-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21754;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"14222218_553769208162084_4270006112621452642_n-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33059;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"14222218_553769208162084_4270006112621452642_n-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33937;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"14222218_553769208162084_4270006112621452642_n-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28996;}}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:{}}}'),
(1497,1205,'_wp_attached_file','2018/10/14222218_553769208162084_4270006112621452642_n-1.jpg'),
(1498,1205,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:640;s:4:\"file\";s:60:\"2018/10/14222218_553769208162084_4270006112621452642_n-1.jpg\";s:8:\"filesize\";i:30426;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18149;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3728;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40003;}s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13492;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-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:6447;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56182;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19821;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21754;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33059;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33937;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:60:\"14222218_553769208162084_4270006112621452642_n-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28996;}}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:{}}}'),
(1499,1204,'_shortpixel_was_converted','1720207344'),
(1500,1205,'_shortpixel_was_converted','1720207344'),
(1501,1206,'_wp_attached_file','2018/10/IMG_2758.jpg'),
(1502,1206,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/10/IMG_2758.jpg\";s:8:\"filesize\";i:133556;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_2758-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27250;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_2758-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3930;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_2758-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68117;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_2758-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18044;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_2758-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179033;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_2758-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7539;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_2758-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107646;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_2758-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30119;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_2758-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186545;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_2758-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33392;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_2758-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56460;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_2758-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194717;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_2758-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58141;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"IMG_2758-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257098;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_2758-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166860;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_2758-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44118;}}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:{}}}'),
(1503,1207,'_wp_attached_file','2018/10/IMG_2758-1.jpg'),
(1504,1207,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/10/IMG_2758-1.jpg\";s:8:\"filesize\";i:133556;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_2758-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27250;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_2758-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3930;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_2758-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68117;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_2758-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18044;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_2758-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179033;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_2758-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:7539;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_2758-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107646;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_2758-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30119;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_2758-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186545;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_2758-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33392;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_2758-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56460;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_2758-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194717;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_2758-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58141;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"IMG_2758-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257098;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_2758-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166860;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_2758-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44118;}}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:{}}}'),
(1505,1206,'_shortpixel_was_converted','1720207344'),
(1506,1207,'_shortpixel_was_converted','1720207344'),
(1507,1208,'_wp_attached_file','2018/10/full-size-2.jpg'),
(1508,1208,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1150;s:6:\"height\";i:924;s:4:\"file\";s:23:\"2018/10/full-size-2.jpg\";s:8:\"filesize\";i:60258;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"full-size-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21889;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"full-size-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4219;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"full-size-2-600x482.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56533;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"full-size-2-300x241.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20153;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"full-size-2-1024x823.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:823;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122903;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"full-size-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7687;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"full-size-2-768x617.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80945;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"full-size-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26513;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"full-size-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113214;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"full-size-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28636;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"full-size-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42349;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"full-size-2-1080x868.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:868;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132813;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"full-size-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38501;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"full-size-2-980x787.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:787;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116074;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"full-size-2-480x386.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40607;}}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:{}}}'),
(1509,1209,'_wp_attached_file','2018/10/full-size-2-1.jpg'),
(1510,1209,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1150;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2018/10/full-size-2-1.jpg\";s:8:\"filesize\";i:60258;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"full-size-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21889;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"full-size-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4219;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"full-size-2-1-600x482.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:482;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56533;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"full-size-2-1-300x241.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20153;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"full-size-2-1-1024x823.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:823;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122903;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"full-size-2-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:7687;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"full-size-2-1-768x617.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:617;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80945;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"full-size-2-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26513;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"full-size-2-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113214;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"full-size-2-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28636;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"full-size-2-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42349;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"full-size-2-1-1080x868.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:868;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132813;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"full-size-2-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38501;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"full-size-2-1-980x787.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:787;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116074;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"full-size-2-1-480x386.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:386;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40607;}}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:{}}}'),
(1511,1208,'_shortpixel_was_converted','1712883203'),
(1512,1209,'_shortpixel_was_converted','1712883203'),
(1513,1210,'_wp_attached_file','2018/10/img_94390340.jpg'),
(1514,1210,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2018/10/img_94390340.jpg\";s:8:\"filesize\";i:65963;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"img_94390340-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25948;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"img_94390340-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4699;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"img_94390340-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77725;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"img_94390340-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25948;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"img_94390340-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8419;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"img_94390340-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112329;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"img_94390340-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24954;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"img_94390340-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103782;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"img_94390340-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28350;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"img_94390340-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43279;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"img_94390340-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49030;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"img_94390340-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54695;}}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:{}}}'),
(1515,1211,'_wp_attached_file','2018/10/img_94390340-1.jpg'),
(1516,1211,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2018/10/img_94390340-1.jpg\";s:8:\"filesize\";i:65963;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"img_94390340-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25948;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"img_94390340-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4699;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"img_94390340-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77725;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"img_94390340-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25948;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"img_94390340-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:8419;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"img_94390340-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112329;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"img_94390340-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24954;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"img_94390340-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103782;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"img_94390340-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28350;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"img_94390340-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43279;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"img_94390340-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49030;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"img_94390340-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54695;}}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:{}}}'),
(1517,1210,'_shortpixel_was_converted','1720207344'),
(1518,1211,'_shortpixel_was_converted','1720207344'),
(1519,1212,'_wp_attached_file','2018/09/low-light-bk-2.jpg'),
(1520,1212,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1643;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2018/09/low-light-bk-2.jpg\";s:8:\"filesize\";i:66977;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"low-light-bk-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12160;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"low-light-bk-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2794;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"low-light-bk-2-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22599;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"low-light-bk-2-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7727;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"low-light-bk-2-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59531;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"low-light-bk-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4387;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"low-light-bk-2-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34701;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"low-light-bk-2-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119136;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"low-light-bk-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12516;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"low-light-bk-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74025;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"low-light-bk-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14255;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"low-light-bk-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22895;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"low-light-bk-2-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65742;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"low-light-bk-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25479;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:27:\"low-light-bk-2-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88392;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"low-light-bk-2-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55229;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"low-light-bk-2-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15201;}}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:{}}}'),
(1521,1213,'_wp_attached_file','2018/09/low-light-bk-2-1.jpg'),
(1522,1213,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1643;s:6:\"height\";i:924;s:4:\"file\";s:28:\"2018/09/low-light-bk-2-1.jpg\";s:8:\"filesize\";i:66977;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"low-light-bk-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12160;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"low-light-bk-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2794;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"low-light-bk-2-1-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22599;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"low-light-bk-2-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7727;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"low-light-bk-2-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59531;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"low-light-bk-2-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:4387;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"low-light-bk-2-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34701;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"low-light-bk-2-1-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119136;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"low-light-bk-2-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12516;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"low-light-bk-2-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74025;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"low-light-bk-2-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14255;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"low-light-bk-2-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22895;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"low-light-bk-2-1-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65742;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"low-light-bk-2-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25479;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:29:\"low-light-bk-2-1-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88392;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"low-light-bk-2-1-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55229;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"low-light-bk-2-1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15201;}}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:{}}}'),
(1523,1212,'_shortpixel_was_converted','1720207344'),
(1524,1213,'_shortpixel_was_converted','1720207344'),
(1525,1217,'_wp_attached_file','2018/12/AMTAC_NORTHMAN.jpg'),
(1526,1217,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:652;s:6:\"height\";i:1000;s:4:\"file\";s:26:\"2018/12/AMTAC_NORTHMAN.jpg\";s:8:\"filesize\";i:77472;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"AMTAC_NORTHMAN-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25232;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"AMTAC_NORTHMAN-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3668;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"AMTAC_NORTHMAN-600x920.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:920;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129497;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"AMTAC_NORTHMAN-196x300.jpg\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16796;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"AMTAC_NORTHMAN-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6890;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"AMTAC_NORTHMAN-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27333;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"AMTAC_NORTHMAN-652x675.jpg\";s:5:\"width\";i:652;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107884;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"AMTAC_NORTHMAN-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30619;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"AMTAC_NORTHMAN-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48662;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"AMTAC_NORTHMAN-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55344;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"AMTAC_NORTHMAN-480x736.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89369;}}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:{}}}'),
(1527,1218,'_wp_attached_file','2018/12/AMTAC_NORTHMAN-1.jpg'),
(1528,1218,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:652;s:6:\"height\";i:1000;s:4:\"file\";s:28:\"2018/12/AMTAC_NORTHMAN-1.jpg\";s:8:\"filesize\";i:77472;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"AMTAC_NORTHMAN-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25232;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"AMTAC_NORTHMAN-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3668;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"AMTAC_NORTHMAN-1-600x920.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:920;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129497;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"AMTAC_NORTHMAN-1-196x300.jpg\";s:5:\"width\";i:196;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16796;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"AMTAC_NORTHMAN-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:6890;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"AMTAC_NORTHMAN-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27333;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"AMTAC_NORTHMAN-1-652x675.jpg\";s:5:\"width\";i:652;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107884;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"AMTAC_NORTHMAN-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30619;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"AMTAC_NORTHMAN-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48662;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"AMTAC_NORTHMAN-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55344;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"AMTAC_NORTHMAN-1-480x736.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89369;}}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:{}}}'),
(1529,1217,'_shortpixel_was_converted','1720207344'),
(1530,1218,'_shortpixel_was_converted','1720207344'),
(1531,1219,'_wp_attached_file','2018/12/amtac-blades-side-menu.png'),
(1532,1219,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:248;s:6:\"height\";i:248;s:4:\"file\";s:34:\"2018/12/amtac-blades-side-menu.png\";s:8:\"filesize\";i:34424;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"amtac-blades-side-menu-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27031;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"amtac-blades-side-menu-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56422;}}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:{}}}'),
(1533,1219,'_shortpixel_was_converted','1720207344'),
(1534,1220,'_wp_attached_file','2018/12/amtac-blades-side-menu-1.png'),
(1535,1220,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:248;s:6:\"height\";i:248;s:4:\"file\";s:36:\"2018/12/amtac-blades-side-menu-1.png\";s:8:\"filesize\";i:34424;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"amtac-blades-side-menu-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27031;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"amtac-blades-side-menu-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56422;}}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:{}}}'),
(1536,1220,'_shortpixel_was_converted','1720207344'),
(1537,1221,'_wp_attached_file','2018/12/amtac-blades-logo.png'),
(1538,1221,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:335;s:6:\"height\";i:286;s:4:\"file\";s:29:\"2018/12/amtac-blades-logo.png\";s:8:\"filesize\";i:54168;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"amtac-blades-logo-300x286.png\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:178757;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"amtac-blades-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27318;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"amtac-blades-logo-300x256.png\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:175783;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"amtac-blades-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57633;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"amtac-blades-logo-335x250.png\";s:5:\"width\";i:335;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:173857;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"amtac-blades-logo-335x284.png\";s:5:\"width\";i:335;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198451;}}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:{}}}'),
(1539,1222,'_wp_attached_file','2018/12/amtac-blades-logo-1.png'),
(1540,1222,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:335;s:6:\"height\";i:286;s:4:\"file\";s:31:\"2018/12/amtac-blades-logo-1.png\";s:8:\"filesize\";i:54168;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"amtac-blades-logo-1-300x286.png\";s:5:\"width\";i:300;s:6:\"height\";i:286;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:178757;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"amtac-blades-logo-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27318;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"amtac-blades-logo-1-300x256.png\";s:5:\"width\";i:300;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:175783;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"amtac-blades-logo-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57633;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"amtac-blades-logo-1-335x250.png\";s:5:\"width\";i:335;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:173857;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"amtac-blades-logo-1-335x284.png\";s:5:\"width\";i:335;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198451;}}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:{}}}'),
(1541,1221,'_shortpixel_was_converted','1720207344'),
(1542,1222,'_shortpixel_was_converted','1720207344'),
(1543,1223,'_wp_attached_file','2018/12/amtac-blades-logo-1-1.png'),
(1544,1223,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:33:\"2018/12/amtac-blades-logo-1-1.png\";s:8:\"filesize\";i:44927;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"amtac-blades-logo-1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27279;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"amtac-blades-logo-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57647;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"amtac-blades-logo-1-1-288x250.png\";s:5:\"width\";i:288;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144781;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"amtac-blades-logo-1-1-288x284.png\";s:5:\"width\";i:288;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:165428;}}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:{}}}'),
(1545,1223,'_shortpixel_was_converted','1720207344'),
(1546,1224,'_wp_attached_file','2018/12/amtac-blades-logo-1-2.png'),
(1547,1224,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:288;s:6:\"height\";i:288;s:4:\"file\";s:33:\"2018/12/amtac-blades-logo-1-2.png\";s:8:\"filesize\";i:44927;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"amtac-blades-logo-1-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27279;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"amtac-blades-logo-1-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57647;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"amtac-blades-logo-1-2-288x250.png\";s:5:\"width\";i:288;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144781;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"amtac-blades-logo-1-2-288x284.png\";s:5:\"width\";i:288;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:165428;}}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:{}}}'),
(1548,1224,'_shortpixel_was_converted','1720207344'),
(1549,1225,'_wp_attached_file','2018/12/amtac-blades-side-image.jpg'),
(1550,1225,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:35:\"2018/12/amtac-blades-side-image.jpg\";s:8:\"filesize\";i:35741;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"amtac-blades-side-image-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5368;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"amtac-blades-side-image-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10226;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"amtac-blades-side-image-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27235;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"amtac-blades-side-image-300x284.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31863;}}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:{}}}'),
(1551,1225,'_shortpixel_was_converted','1720207344'),
(1552,1226,'_wp_attached_file','2018/12/amtac-blades-side-image-1.jpg'),
(1553,1226,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:300;s:4:\"file\";s:37:\"2018/12/amtac-blades-side-image-1.jpg\";s:8:\"filesize\";i:35741;s:5:\"sizes\";a:4:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"amtac-blades-side-image-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5368;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"amtac-blades-side-image-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:10226;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"amtac-blades-side-image-1-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27235;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"amtac-blades-side-image-1-300x284.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31863;}}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:{}}}'),
(1554,1226,'_shortpixel_was_converted','1720207344'),
(1555,1228,'_wp_attached_file','2018/12/IMG_4394-e1544903948691.jpg'),
(1556,1228,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:35:\"2018/12/IMG_4394-e1544903948691.jpg\";s:8:\"filesize\";i:156799;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"IMG_4394-e1544903948691-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34738;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_4394-e1544903948691-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4875;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"IMG_4394-e1544903948691-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169132;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"IMG_4394-e1544903948691-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27615;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"IMG_4394-e1544903948691-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:253899;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_4394-e1544903948691-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9522;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"IMG_4394-e1544903948691-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:253899;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"IMG_4394-e1544903948691-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35819;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"IMG_4394-e1544903948691-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185213;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"IMG_4394-e1544903948691-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41032;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"IMG_4394-e1544903948691-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67312;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"IMG_4394-e1544903948691-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78985;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"IMG_4394-e1544903948691-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114068;}}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:{}}}'),
(1557,1229,'_wp_attached_file','2018/12/IMG_4394-e1544903948691-1.jpg'),
(1558,1229,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:37:\"2018/12/IMG_4394-e1544903948691-1.jpg\";s:8:\"filesize\";i:156799;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"IMG_4394-e1544903948691-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34738;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"IMG_4394-e1544903948691-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4875;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"IMG_4394-e1544903948691-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169132;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"IMG_4394-e1544903948691-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27615;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"IMG_4394-e1544903948691-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:253899;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"IMG_4394-e1544903948691-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:9522;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"IMG_4394-e1544903948691-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:253899;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"IMG_4394-e1544903948691-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35819;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"IMG_4394-e1544903948691-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185213;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"IMG_4394-e1544903948691-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41032;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"IMG_4394-e1544903948691-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67312;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"IMG_4394-e1544903948691-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78985;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"IMG_4394-e1544903948691-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114068;}}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:{}}}'),
(1559,1228,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"IMG_4394.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_4394-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"IMG_4394-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1560,1228,'_shortpixel_was_converted','1720207344'),
(1561,1229,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"IMG_4394.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_4394-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"IMG_4394-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1562,1229,'_shortpixel_was_converted','1720207344'),
(1563,1230,'_wp_attached_file','2018/12/IMG_3931.jpg'),
(1564,1230,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1152;s:6:\"height\";i:864;s:4:\"file\";s:20:\"2018/12/IMG_3931.jpg\";s:8:\"filesize\";i:39848;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_3931-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14641;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_3931-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2822;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_3931-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34641;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_3931-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11254;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_3931-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76619;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_3931-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4937;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_3931-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49567;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_3931-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14697;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_3931-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69040;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_3931-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16646;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_3931-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26281;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_3931-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84443;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_3931-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27955;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_3931-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72553;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_3931-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23743;}}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:{}}}'),
(1565,1231,'_wp_attached_file','2018/12/IMG_3931-1.jpg'),
(1566,1231,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1152;s:6:\"height\";i:864;s:4:\"file\";s:22:\"2018/12/IMG_3931-1.jpg\";s:8:\"filesize\";i:39848;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_3931-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14641;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3931-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2822;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_3931-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34641;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_3931-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11254;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_3931-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76619;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3931-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:4937;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3931-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49567;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_3931-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14697;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_3931-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69040;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_3931-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16646;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_3931-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26281;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_3931-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84443;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_3931-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27955;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_3931-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72553;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_3931-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23743;}}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:{}}}'),
(1567,1230,'_shortpixel_was_converted','1720207379'),
(1568,1231,'_shortpixel_was_converted','1720207379'),
(1569,1232,'_wp_attached_file','2018/12/IMG_3998.jpg'),
(1570,1232,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/12/IMG_3998.jpg\";s:8:\"filesize\";i:88765;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_3998-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27008;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_3998-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4568;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_3998-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68113;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_3998-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20585;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_3998-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157980;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_3998-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8483;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_3998-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101209;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_3998-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29613;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_3998-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144798;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_3998-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32463;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_3998-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51321;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_3998-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172392;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_3998-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51119;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_3998-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148571;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_3998-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46010;}}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:{}}}'),
(1571,1233,'_wp_attached_file','2018/12/IMG_3998-1.jpg'),
(1572,1233,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/12/IMG_3998-1.jpg\";s:8:\"filesize\";i:88765;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_3998-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27008;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3998-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4568;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_3998-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68113;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_3998-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20585;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_3998-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157980;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3998-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:8483;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3998-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101209;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_3998-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29613;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_3998-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144798;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_3998-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32463;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_3998-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51321;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_3998-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172392;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_3998-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51119;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_3998-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148571;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_3998-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46010;}}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:{}}}'),
(1573,1232,'_shortpixel_was_converted','1720207379'),
(1574,1233,'_shortpixel_was_converted','1720207379'),
(1575,1234,'_wp_attached_file','2018/12/IMG_068643398165-1.jpeg'),
(1576,1234,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1643;s:4:\"file\";s:31:\"2018/12/IMG_068643398165-1.jpeg\";s:8:\"filesize\";i:24669;s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"IMG_068643398165-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8702;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG_068643398165-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2452;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"IMG_068643398165-1-600x1067.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37099;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG_068643398165-1-169x300.jpeg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6436;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG_068643398165-1-576x1024.jpeg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35385;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG_068643398165-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3842;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"IMG_068643398165-1-768x1366.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54101;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"IMG_068643398165-1-864x1536.jpeg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64181;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"IMG_068643398165-1-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7707;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"IMG_068643398165-1-924x675.jpeg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34174;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"IMG_068643398165-1-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9409;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"IMG_068643398165-1-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15442;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"IMG_068643398165-1-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14069;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"IMG_068643398165-1-480x854.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27158;}}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:{}}}'),
(1577,1235,'_wp_attached_file','2018/12/IMG_068643398165-1-1.jpeg'),
(1578,1235,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1643;s:4:\"file\";s:33:\"2018/12/IMG_068643398165-1-1.jpeg\";s:8:\"filesize\";i:24669;s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"IMG_068643398165-1-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8702;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"IMG_068643398165-1-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2452;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"IMG_068643398165-1-1-600x1067.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:1067;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37099;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"IMG_068643398165-1-1-169x300.jpeg\";s:5:\"width\";i:169;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6436;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"IMG_068643398165-1-1-576x1024.jpeg\";s:5:\"width\";i:576;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35385;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"IMG_068643398165-1-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3842;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"IMG_068643398165-1-1-768x1366.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1366;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54101;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:34:\"IMG_068643398165-1-1-864x1536.jpeg\";s:5:\"width\";i:864;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64181;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"IMG_068643398165-1-1-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7707;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"IMG_068643398165-1-1-924x675.jpeg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34174;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"IMG_068643398165-1-1-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9409;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"IMG_068643398165-1-1-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15442;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"IMG_068643398165-1-1-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14069;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"IMG_068643398165-1-1-480x854.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27158;}}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:{}}}'),
(1579,1234,'_shortpixel_was_converted','1720207379'),
(1580,1235,'_shortpixel_was_converted','1720207379'),
(1581,1236,'_wp_attached_file','2018/12/stopwatch-153398_1280.png'),
(1582,1236,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1155;s:4:\"file\";s:33:\"2018/12/stopwatch-153398_1280.png\";s:8:\"filesize\";i:119962;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"stopwatch-153398_1280-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93012;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"stopwatch-153398_1280-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16396;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"stopwatch-153398_1280-600x750.png\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:312637;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"stopwatch-153398_1280-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74924;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"stopwatch-153398_1280-819x1024.png\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:516658;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"stopwatch-153398_1280-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31787;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"stopwatch-153398_1280-768x960.png\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:465018;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"stopwatch-153398_1280-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99447;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"stopwatch-153398_1280-924x675.png\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:270025;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"stopwatch-153398_1280-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109800;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"stopwatch-153398_1280-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:167202;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"stopwatch-153398_1280-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:170146;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"stopwatch-153398_1280-480x600.png\";s:5:\"width\";i:480;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:215584;}}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:{}}}'),
(1583,1237,'_wp_attached_file','2018/12/stopwatch-153398_1280-1.png'),
(1584,1237,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1155;s:4:\"file\";s:35:\"2018/12/stopwatch-153398_1280-1.png\";s:8:\"filesize\";i:119962;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"stopwatch-153398_1280-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:93012;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"stopwatch-153398_1280-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16396;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"stopwatch-153398_1280-1-600x750.png\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:312637;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"stopwatch-153398_1280-1-240x300.png\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:74924;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"stopwatch-153398_1280-1-819x1024.png\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:516658;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"stopwatch-153398_1280-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31787;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"stopwatch-153398_1280-1-768x960.png\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:465018;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"stopwatch-153398_1280-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:99447;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"stopwatch-153398_1280-1-924x675.png\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:270025;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"stopwatch-153398_1280-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109800;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"stopwatch-153398_1280-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:167202;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"stopwatch-153398_1280-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:170146;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"stopwatch-153398_1280-1-480x600.png\";s:5:\"width\";i:480;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:215584;}}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:{}}}'),
(1585,1236,'_shortpixel_was_converted','1720207379'),
(1586,1237,'_shortpixel_was_converted','1720207379'),
(1587,1239,'_wp_attached_file','2018/12/Coliseum.jpg'),
(1588,1239,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1645;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/12/Coliseum.jpg\";s:8:\"filesize\";i:112811;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"Coliseum-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21282;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"Coliseum-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3754;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"Coliseum-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47827;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"Coliseum-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14329;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"Coliseum-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120848;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"Coliseum-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6688;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"Coliseum-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73468;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"Coliseum-1536x863.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230473;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"Coliseum-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25762;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"Coliseum-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144959;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"Coliseum-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28107;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"Coliseum-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45020;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"Coliseum-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132028;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"Coliseum-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40978;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"Coliseum-1280x719.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174036;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"Coliseum-980x550.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113180;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"Coliseum-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31940;}}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:{}}}'),
(1589,1240,'_wp_attached_file','2018/12/Coliseum-1.jpg'),
(1590,1240,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1645;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/12/Coliseum-1.jpg\";s:8:\"filesize\";i:112811;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Coliseum-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21282;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Coliseum-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3754;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Coliseum-1-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47827;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Coliseum-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14329;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"Coliseum-1-1024x575.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:575;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120848;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Coliseum-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:6688;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Coliseum-1-768x431.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:431;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73468;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"Coliseum-1-1536x863.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:230473;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"Coliseum-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25762;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"Coliseum-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144959;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"Coliseum-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28107;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"Coliseum-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45020;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"Coliseum-1-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132028;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"Coliseum-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40978;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"Coliseum-1-1280x719.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174036;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"Coliseum-1-980x550.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:550;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113180;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"Coliseum-1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31940;}}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:{}}}'),
(1591,1239,'_shortpixel_was_converted','1720207379'),
(1592,1240,'_shortpixel_was_converted','1720207379'),
(1593,1256,'_wp_attached_file','2018/12/img_86900331-2.jpg'),
(1594,1256,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1273;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2018/12/img_86900331-2.jpg\";s:8:\"filesize\";i:56755;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"img_86900331-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21684;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"img_86900331-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4523;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"img_86900331-2-600x436.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50435;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"img_86900331-2-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18531;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"img_86900331-2-1024x743.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108195;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"img_86900331-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7964;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"img_86900331-2-768x557.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71472;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"img_86900331-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24223;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"img_86900331-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100958;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"img_86900331-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27278;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"img_86900331-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40341;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"img_86900331-2-1080x784.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116594;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"img_86900331-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38067;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"img_86900331-2-980x711.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101984;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"img_86900331-2-480x348.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36242;}}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:{}}}'),
(1595,1257,'_wp_attached_file','2018/12/img_86900331-2-1.jpg'),
(1596,1257,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1273;s:6:\"height\";i:924;s:4:\"file\";s:28:\"2018/12/img_86900331-2-1.jpg\";s:8:\"filesize\";i:56755;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"img_86900331-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21684;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"img_86900331-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4523;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"img_86900331-2-1-600x436.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50435;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"img_86900331-2-1-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18531;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"img_86900331-2-1-1024x743.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108195;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"img_86900331-2-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:7964;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"img_86900331-2-1-768x557.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71472;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"img_86900331-2-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24223;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"img_86900331-2-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100958;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"img_86900331-2-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27278;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"img_86900331-2-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40341;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"img_86900331-2-1-1080x784.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116594;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"img_86900331-2-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38067;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"img_86900331-2-1-980x711.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101984;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"img_86900331-2-1-480x348.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36242;}}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:{}}}'),
(1597,1256,'_shortpixel_was_converted','1720207379'),
(1598,1257,'_shortpixel_was_converted','1720207379'),
(1599,1258,'_wp_attached_file','2018/12/IMG_5164.jpg'),
(1600,1258,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/12/IMG_5164.jpg\";s:8:\"filesize\";i:45518;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_5164-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18923;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_5164-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3591;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_5164-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40904;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_5164-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13684;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_5164-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91108;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_5164-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6301;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_5164-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59085;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_5164-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18021;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_5164-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79933;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_5164-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20205;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_5164-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31326;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_5164-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99008;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_5164-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39207;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_5164-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85617;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_5164-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28279;}}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:{}}}'),
(1601,1259,'_wp_attached_file','2018/12/IMG_5164-1.jpg'),
(1602,1259,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/12/IMG_5164-1.jpg\";s:8:\"filesize\";i:45518;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_5164-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18923;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_5164-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3591;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_5164-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40904;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_5164-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13684;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_5164-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91108;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_5164-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:6301;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_5164-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59085;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_5164-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18021;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_5164-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79933;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_5164-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20205;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_5164-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31326;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_5164-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99008;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_5164-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39207;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_5164-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85617;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_5164-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28279;}}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:{}}}'),
(1603,1258,'_shortpixel_was_converted','1720207379'),
(1604,1259,'_shortpixel_was_converted','1720207379'),
(1605,1260,'_wp_attached_file','2018/12/IMG_3930.jpg'),
(1606,1260,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/12/IMG_3930.jpg\";s:8:\"filesize\";i:58183;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_3930-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17031;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_3930-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2969;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_3930-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46279;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_3930-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13253;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_3930-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111725;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_3930-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5343;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_3930-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69852;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_3930-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17991;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_3930-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98270;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_3930-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20650;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_3930-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34088;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_3930-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122771;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_3930-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34816;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_3930-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104612;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_3930-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30440;}}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:{}}}'),
(1607,1261,'_wp_attached_file','2018/12/IMG_3930-1.jpg'),
(1608,1261,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/12/IMG_3930-1.jpg\";s:8:\"filesize\";i:58183;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_3930-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17031;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3930-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2969;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_3930-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46279;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_3930-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13253;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_3930-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111725;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_3930-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:5343;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_3930-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69852;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_3930-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17991;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_3930-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98270;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_3930-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20650;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_3930-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34088;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_3930-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122771;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_3930-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34816;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_3930-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104612;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_3930-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30440;}}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:{}}}'),
(1609,1260,'_shortpixel_was_converted','1720207379'),
(1610,1261,'_shortpixel_was_converted','1720207379'),
(1611,1262,'_wp_attached_file','2018/12/watch-e1544924690325.png'),
(1612,1262,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:32:\"2018/12/watch-e1544924690325.png\";s:8:\"filesize\";i:205720;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"watch-e1544924690325-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105829;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"watch-e1544924690325-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15382;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"watch-e1544924690325-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:375378;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"watch-e1544924690325-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105829;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"watch-e1544924690325-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30907;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"watch-e1544924690325-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:586029;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"watch-e1544924690325-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:141183;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"watch-e1544924690325-924x675.png\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:491275;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"watch-e1544924690325-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:154032;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"watch-e1544924690325-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:249098;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"watch-e1544924690325-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:263498;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"watch-e1544924690325-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:249549;}}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:{}}}'),
(1613,1263,'_wp_attached_file','2018/12/watch-e1544924690325-1.png'),
(1614,1263,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:34:\"2018/12/watch-e1544924690325-1.png\";s:8:\"filesize\";i:205720;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"watch-e1544924690325-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105829;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"watch-e1544924690325-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15382;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"watch-e1544924690325-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:375378;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"watch-e1544924690325-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:105829;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"watch-e1544924690325-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30907;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"watch-e1544924690325-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:586029;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"watch-e1544924690325-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:141183;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"watch-e1544924690325-1-924x675.png\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:491275;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"watch-e1544924690325-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:154032;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"watch-e1544924690325-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:249098;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"watch-e1544924690325-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:263498;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"watch-e1544924690325-1-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:249549;}}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:{}}}'),
(1615,1262,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:9:\"watch.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:17:\"watch-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:17:\"watch-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:18:\"watch-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:18:\"watch-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:15:\"watch-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:17:\"watch-200x267.png\";s:5:\"width\";i:200;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:17:\"watch-280x280.png\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:17:\"watch-690x920.png\";s:5:\"width\";i:690;s:6:\"height\";i:920;s:9:\"mime-type\";s:9:\"image/png\";}}'),
(1616,1262,'_shortpixel_was_converted','1720207379'),
(1617,1263,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:9:\"watch.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:17:\"watch-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:17:\"watch-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:18:\"watch-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:18:\"watch-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:15:\"watch-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:17:\"watch-200x267.png\";s:5:\"width\";i:200;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:17:\"watch-280x280.png\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:17:\"watch-690x920.png\";s:5:\"width\";i:690;s:6:\"height\";i:920;s:9:\"mime-type\";s:9:\"image/png\";}}'),
(1618,1263,'_shortpixel_was_converted','1720207379'),
(1619,1265,'_wp_attached_file','2018/12/IMG_3998-1-1.jpg'),
(1620,1265,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2018/12/IMG_3998-1-1.jpg\";s:8:\"filesize\";i:89890;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_3998-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27073;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4566;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68227;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20626;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"IMG_3998-1-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158841;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-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:8475;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101409;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29691;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"IMG_3998-1-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145595;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32484;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51449;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"IMG_3998-1-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173206;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51375;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149245;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46098;}}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:{}}}'),
(1621,1266,'_wp_attached_file','2018/12/IMG_3998-1-2.jpg'),
(1622,1266,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2018/12/IMG_3998-1-2.jpg\";s:8:\"filesize\";i:89890;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_3998-1-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27073;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4566;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68227;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20626;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"IMG_3998-1-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158841;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8475;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101409;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29691;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"IMG_3998-1-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145595;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32484;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51449;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"IMG_3998-1-2-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173206;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51375;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-2-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149245;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_3998-1-2-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46098;}}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:{}}}'),
(1623,1265,'_shortpixel_was_converted','1720207379'),
(1624,1266,'_shortpixel_was_converted','1720207379'),
(1625,1267,'_wp_attached_file','2018/12/IMG_4573.jpg'),
(1626,1268,'_wp_attached_file','2018/12/IMG_4573.jpg'),
(1627,1267,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/12/IMG_4573.jpg\";s:8:\"filesize\";i:60825;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_4573-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18374;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4573-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3352;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_4573-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48986;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4573-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14293;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_4573-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119385;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4573-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5809;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_4573-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74587;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_4573-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20205;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_4573-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111171;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_4573-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22389;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_4573-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36364;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_4573-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130583;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_4573-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37138;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_4573-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112232;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_4573-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32309;}}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:{}}}'),
(1628,1268,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2018/12/IMG_4573.jpg\";s:8:\"filesize\";i:60825;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_4573-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18374;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4573-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3352;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG_4573-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48986;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_4573-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14293;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_4573-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119385;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_4573-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5809;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"IMG_4573-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74587;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_4573-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20205;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_4573-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111171;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_4573-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22389;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_4573-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36364;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"IMG_4573-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130583;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_4573-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37138;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"IMG_4573-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112232;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG_4573-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32309;}}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:{}}}'),
(1629,1267,'_shortpixel_was_converted','1720207379'),
(1630,1268,'_shortpixel_was_converted','1720207379'),
(1631,1269,'_wp_attached_file','2018/12/IMG_4572-2.jpg'),
(1632,1269,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/12/IMG_4572-2.jpg\";s:8:\"filesize\";i:61873;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4572-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18316;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4572-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3356;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4572-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49009;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4572-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14221;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4572-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120266;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4572-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5793;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4572-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74950;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_4572-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20004;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_4572-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111917;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_4572-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22237;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_4572-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36280;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_4572-2-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131265;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_4572-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37388;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_4572-2-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112627;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_4572-2-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32300;}}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:{}}}'),
(1633,1270,'_wp_attached_file','2018/12/IMG_4572-2-1.jpg'),
(1634,1270,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2018/12/IMG_4572-2-1.jpg\";s:8:\"filesize\";i:61873;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_4572-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18316;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4572-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3356;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_4572-2-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49009;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_4572-2-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14221;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"IMG_4572-2-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120266;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4572-2-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:5793;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_4572-2-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74950;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_4572-2-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20004;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"IMG_4572-2-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111917;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_4572-2-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22237;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_4572-2-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36280;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"IMG_4572-2-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131265;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_4572-2-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37388;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"IMG_4572-2-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112627;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_4572-2-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32300;}}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:{}}}'),
(1635,1269,'_shortpixel_was_converted','1720207379'),
(1636,1270,'_shortpixel_was_converted','1720207379'),
(1637,1280,'_wp_attached_file','2018/12/IMG_4597-3.jpg'),
(1638,1280,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2018/12/IMG_4597-3.jpg\";s:8:\"filesize\";i:116134;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"IMG_4597-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28121;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4597-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4224;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"IMG_4597-3-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79727;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"IMG_4597-3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21569;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"IMG_4597-3-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"IMG_4597-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7970;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_4597-3-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123665;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"IMG_4597-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31635;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"IMG_4597-3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189351;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"IMG_4597-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35066;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"IMG_4597-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58113;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"IMG_4597-3-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220504;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"IMG_4597-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60247;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"IMG_4597-3-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188465;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"IMG_4597-3-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51457;}}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:{}}}'),
(1639,1281,'_wp_attached_file','2018/12/IMG_4597-3-1.jpg'),
(1640,1281,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2018/12/IMG_4597-3-1.jpg\";s:8:\"filesize\";i:116134;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_4597-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28121;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4597-3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4224;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_4597-3-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79727;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_4597-3-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21569;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"IMG_4597-3-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4597-3-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:7970;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_4597-3-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123665;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_4597-3-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31635;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"IMG_4597-3-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189351;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_4597-3-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35066;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_4597-3-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58113;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"IMG_4597-3-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220504;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_4597-3-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60247;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"IMG_4597-3-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188465;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_4597-3-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51457;}}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:{}}}'),
(1641,1280,'_shortpixel_was_converted','1720207379'),
(1642,1281,'_shortpixel_was_converted','1720207379'),
(1643,1282,'_wp_attached_file','2018/12/Rapier_Womans_Class-18.jpg'),
(1644,1282,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1064;s:6:\"height\";i:924;s:4:\"file\";s:34:\"2018/12/Rapier_Womans_Class-18.jpg\";s:8:\"filesize\";i:90903;s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"Rapier_Womans_Class-18-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30881;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-18-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5034;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-18-600x521.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87505;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-18-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28308;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"Rapier_Womans_Class-18-1024x889.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:889;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193332;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-18-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9613;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-18-768x667.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126957;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-18-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32466;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"Rapier_Womans_Class-18-1064x675.jpg\";s:5:\"width\";i:1064;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148460;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-18-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37182;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-18-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57664;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-18-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57328;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-18-980x851.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:851;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182656;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"Rapier_Womans_Class-18-480x417.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61230;}}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:{}}}'),
(1645,1283,'_wp_attached_file','2018/12/Rapier_Womans_Class-18-1.jpg'),
(1646,1283,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1064;s:6:\"height\";i:924;s:4:\"file\";s:36:\"2018/12/Rapier_Womans_Class-18-1.jpg\";s:8:\"filesize\";i:90903;s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30881;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5034;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-1-600x521.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:521;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87505;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-1-300x261.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:261;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28308;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Rapier_Womans_Class-18-1-1024x889.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:889;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193332;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-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:9613;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-1-768x667.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126957;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32466;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"Rapier_Womans_Class-18-1-1064x675.jpg\";s:5:\"width\";i:1064;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148460;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37182;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57664;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57328;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-1-980x851.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:851;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182656;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-1-480x417.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61230;}}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:{}}}'),
(1647,1282,'_shortpixel_was_converted','1720207379'),
(1648,1283,'_shortpixel_was_converted','1720207379'),
(1649,1284,'_wp_attached_file','2018/12/Rapier_Womans_Class-18-1-1.jpg'),
(1650,1284,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1418;s:6:\"height\";i:924;s:4:\"file\";s:38:\"2018/12/Rapier_Womans_Class-18-1-1.jpg\";s:8:\"filesize\";i:98912;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26449;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4750;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-1-600x391.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63889;}s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-1-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20934;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"Rapier_Womans_Class-18-1-1-1024x667.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-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:8762;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-1-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93723;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32400;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:39:\"Rapier_Womans_Class-18-1-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150087;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34817;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52558;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:39:\"Rapier_Womans_Class-18-1-1-1080x704.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:704;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154586;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47357;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:39:\"Rapier_Womans_Class-18-1-1-1280x834.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:834;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199200;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-1-980x639.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134831;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-1-480x313.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44712;}}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:{}}}'),
(1651,1285,'_wp_attached_file','2018/12/Rapier_Womans_Class-18-1-2.jpg'),
(1652,1285,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1418;s:6:\"height\";i:924;s:4:\"file\";s:38:\"2018/12/Rapier_Womans_Class-18-1-2.jpg\";s:8:\"filesize\";i:98912;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26449;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4750;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-2-600x391.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63889;}s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-2-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20934;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"Rapier_Womans_Class-18-1-2-1024x667.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8762;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-2-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93723;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32400;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:39:\"Rapier_Womans_Class-18-1-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150087;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34817;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52558;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:39:\"Rapier_Womans_Class-18-1-2-1080x704.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:704;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154586;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47357;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:39:\"Rapier_Womans_Class-18-1-2-1280x834.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:834;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199200;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-2-980x639.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:639;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134831;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-1-2-480x313.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44712;}}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:{}}}'),
(1653,1284,'_shortpixel_was_converted','1720207379'),
(1654,1285,'_shortpixel_was_converted','1720207379'),
(1655,1286,'_wp_attached_file','2018/12/Rapier_Womans_Class-18-2.jpg'),
(1656,1287,'_wp_attached_file','2018/12/Rapier_Womans_Class-18-2-1.jpg'),
(1657,1286,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1675;s:6:\"height\";i:924;s:4:\"file\";s:36:\"2018/12/Rapier_Womans_Class-18-2.jpg\";s:8:\"filesize\";i:114674;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25463;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4597;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-2-600x331.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57288;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-2-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18374;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"Rapier_Womans_Class-18-2-1024x565.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130855;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8363;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-2-768x424.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84064;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:37:\"Rapier_Womans_Class-18-2-1536x847.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236448;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31536;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"Rapier_Womans_Class-18-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148569;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33398;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50521;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"Rapier_Womans_Class-18-2-1080x596.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:596;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141670;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47859;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:37:\"Rapier_Womans_Class-18-2-1280x706.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:706;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182068;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-2-980x541.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122572;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"Rapier_Womans_Class-18-2-480x265.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39637;}}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:{}}}'),
(1658,1287,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1675;s:6:\"height\";i:924;s:4:\"file\";s:38:\"2018/12/Rapier_Womans_Class-18-2-1.jpg\";s:8:\"filesize\";i:114674;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25463;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4597;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-2-1-600x331.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57288;}s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-2-1-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18374;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"Rapier_Womans_Class-18-2-1-1024x565.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130855;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-2-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:8363;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-2-1-768x424.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84064;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"Rapier_Womans_Class-18-2-1-1536x847.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236448;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-2-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31536;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:39:\"Rapier_Womans_Class-18-2-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148569;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-2-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33398;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-2-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50521;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:39:\"Rapier_Womans_Class-18-2-1-1080x596.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:596;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141670;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-2-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47859;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:39:\"Rapier_Womans_Class-18-2-1-1280x706.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:706;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182068;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-2-1-980x541.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122572;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"Rapier_Womans_Class-18-2-1-480x265.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39637;}}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:{}}}'),
(1659,1286,'_shortpixel_was_converted','1720207379'),
(1660,1287,'_shortpixel_was_converted','1720207379'),
(1661,1297,'_wp_attached_file','2019/03/IMG_66280319.jpg'),
(1662,1297,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2019/03/IMG_66280319.jpg\";s:8:\"filesize\";i:93992;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_66280319-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31540;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_66280319-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5328;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_66280319-600x462.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80861;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_66280319-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26997;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"IMG_66280319-1024x788.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:788;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_66280319-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10208;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_66280319-768x591.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112733;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_66280319-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34563;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"IMG_66280319-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150326;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_66280319-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39249;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_66280319-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59474;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"IMG_66280319-1080x832.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:832;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185900;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_66280319-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57270;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"IMG_66280319-980x755.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163099;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_66280319-480x370.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55894;}}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:{}}}'),
(1663,1298,'_wp_attached_file','2019/03/IMG_66280319-1.jpg'),
(1664,1298,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2019/03/IMG_66280319-1.jpg\";s:8:\"filesize\";i:93992;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"IMG_66280319-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31540;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_66280319-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5328;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"IMG_66280319-1-600x462.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80861;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"IMG_66280319-1-300x231.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:231;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26997;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"IMG_66280319-1-1024x788.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:788;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_66280319-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:10208;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"IMG_66280319-1-768x591.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112733;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"IMG_66280319-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34563;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"IMG_66280319-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150326;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"IMG_66280319-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39249;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"IMG_66280319-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59474;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"IMG_66280319-1-1080x832.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:832;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185900;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"IMG_66280319-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57270;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"IMG_66280319-1-980x755.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:755;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163099;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"IMG_66280319-1-480x370.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:370;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55894;}}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:{}}}'),
(1665,1297,'_shortpixel_was_converted','1720207379'),
(1666,1298,'_shortpixel_was_converted','1720207379'),
(1667,1299,'_wp_attached_file','2019/03/IMG_72730321.jpg'),
(1668,1299,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2019/03/IMG_72730321.jpg\";s:8:\"filesize\";i:69867;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_72730321-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30799;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5433;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87160;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30799;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124928;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28957;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120743;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33127;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50307;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54794;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_72730321-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62366;}}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:{}}}'),
(1669,1300,'_wp_attached_file','2019/03/IMG_72730321-1.jpg'),
(1670,1300,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2019/03/IMG_72730321-1.jpg\";s:8:\"filesize\";i:69867;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"IMG_72730321-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30799;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5433;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87160;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30799;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-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:10227;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124928;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28957;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120743;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33127;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50307;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54794;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"IMG_72730321-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62366;}}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:{}}}'),
(1671,1299,'_shortpixel_was_converted','1720207379'),
(1672,1300,'_shortpixel_was_converted','1720207379'),
(1673,1301,'_wp_attached_file','2019/03/IMG_77140324.jpg'),
(1674,1301,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2019/03/IMG_77140324.jpg\";s:8:\"filesize\";i:109104;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_77140324-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29541;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_77140324-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5274;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_77140324-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62944;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_77140324-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20828;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"IMG_77140324-1024x591.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136416;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_77140324-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9804;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_77140324-768x444.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89914;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:25:\"IMG_77140324-1536x887.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:887;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244552;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_77140324-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34875;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"IMG_77140324-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154364;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_77140324-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37851;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_77140324-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56934;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"IMG_77140324-1080x624.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147821;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_77140324-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51473;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"IMG_77140324-1280x739.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:739;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186298;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"IMG_77140324-980x566.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128969;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_77140324-480x277.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43993;}}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:{}}}'),
(1675,1302,'_wp_attached_file','2019/03/IMG_77140324-1.jpg'),
(1676,1302,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1600;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2019/03/IMG_77140324-1.jpg\";s:8:\"filesize\";i:109104;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"IMG_77140324-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29541;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_77140324-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5274;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"IMG_77140324-1-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62944;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"IMG_77140324-1-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20828;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"IMG_77140324-1-1024x591.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:591;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136416;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_77140324-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:9804;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"IMG_77140324-1-768x444.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:444;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89914;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"IMG_77140324-1-1536x887.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:887;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244552;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"IMG_77140324-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34875;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"IMG_77140324-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154364;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"IMG_77140324-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37851;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"IMG_77140324-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56934;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"IMG_77140324-1-1080x624.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147821;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"IMG_77140324-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51473;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:27:\"IMG_77140324-1-1280x739.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:739;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186298;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"IMG_77140324-1-980x566.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128969;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"IMG_77140324-1-480x277.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:277;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43993;}}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:{}}}'),
(1677,1301,'_shortpixel_was_converted','1720207379'),
(1678,1302,'_shortpixel_was_converted','1720207379'),
(1679,1303,'_wp_attached_file','2019/03/IMG_82330328.jpg'),
(1680,1304,'_wp_attached_file','2019/03/IMG_82330328-1.jpg'),
(1681,1303,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:952;s:4:\"file\";s:24:\"2019/03/IMG_82330328.jpg\";s:8:\"filesize\";i:52943;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_82330328-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23843;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_82330328-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4675;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_82330328-600x618.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:618;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68278;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_82330328-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23244;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_82330328-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8324;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_82330328-768x791.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97680;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_82330328-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25238;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"IMG_82330328-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98605;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_82330328-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28320;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_82330328-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42643;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_82330328-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41733;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_82330328-480x495.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48846;}}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:{}}}'),
(1682,1304,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:952;s:4:\"file\";s:26:\"2019/03/IMG_82330328-1.jpg\";s:8:\"filesize\";i:52943;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"IMG_82330328-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23843;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_82330328-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4675;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"IMG_82330328-1-600x618.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:618;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68278;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"IMG_82330328-1-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23244;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_82330328-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:8324;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"IMG_82330328-1-768x791.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97680;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"IMG_82330328-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25238;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"IMG_82330328-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98605;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"IMG_82330328-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28320;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"IMG_82330328-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42643;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"IMG_82330328-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41733;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"IMG_82330328-1-480x495.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48846;}}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:{}}}'),
(1683,1303,'_shortpixel_was_converted','1720207379'),
(1684,1304,'_shortpixel_was_converted','1720207379'),
(1685,1305,'_wp_attached_file','2019/03/IMG_86900331.jpg'),
(1686,1305,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1273;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2019/03/IMG_86900331.jpg\";s:8:\"filesize\";i:56664;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_86900331-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21683;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_86900331-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4522;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_86900331-600x436.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50411;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_86900331-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18538;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"IMG_86900331-1024x743.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108214;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_86900331-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7965;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_86900331-768x557.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71461;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_86900331-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24230;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"IMG_86900331-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100919;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_86900331-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27291;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_86900331-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40304;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"IMG_86900331-1080x784.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116578;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_86900331-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38018;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"IMG_86900331-980x711.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101966;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_86900331-480x348.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36222;}}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:{}}}'),
(1687,1306,'_wp_attached_file','2019/03/IMG_86900331-1.jpg'),
(1688,1306,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1273;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2019/03/IMG_86900331-1.jpg\";s:8:\"filesize\";i:56664;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"IMG_86900331-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21683;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_86900331-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4522;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"IMG_86900331-1-600x436.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50411;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"IMG_86900331-1-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18538;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"IMG_86900331-1-1024x743.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108214;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_86900331-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:7965;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"IMG_86900331-1-768x557.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71461;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"IMG_86900331-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24230;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"IMG_86900331-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100919;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"IMG_86900331-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27291;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"IMG_86900331-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40304;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"IMG_86900331-1-1080x784.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116578;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"IMG_86900331-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38018;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"IMG_86900331-1-980x711.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101966;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"IMG_86900331-1-480x348.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36222;}}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:{}}}'),
(1689,1305,'_wp_attachment_image_alt','Integrated Combatives'),
(1690,1305,'_shortpixel_was_converted','1710369017'),
(1691,1306,'_wp_attachment_image_alt','Integrated Combatives'),
(1692,1306,'_shortpixel_was_converted','1710369017'),
(1693,1307,'_wp_attached_file','2019/03/IMG_92510336.jpg'),
(1694,1307,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2019/03/IMG_92510336.jpg\";s:8:\"filesize\";i:72789;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_92510336-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27382;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_92510336-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4728;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_92510336-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84459;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_92510336-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27382;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_92510336-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8749;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_92510336-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123751;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_92510336-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24809;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"IMG_92510336-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111990;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_92510336-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29003;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_92510336-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45524;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_92510336-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51122;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_92510336-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),
(1695,1308,'_wp_attached_file','2019/03/IMG_92510336-1.jpg'),
(1696,1308,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2019/03/IMG_92510336-1.jpg\";s:8:\"filesize\";i:72789;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"IMG_92510336-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27382;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_92510336-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4728;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"IMG_92510336-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84459;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"IMG_92510336-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27382;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_92510336-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:8749;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"IMG_92510336-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123751;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"IMG_92510336-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24809;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"IMG_92510336-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111990;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"IMG_92510336-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29003;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"IMG_92510336-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45524;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"IMG_92510336-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51122;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"IMG_92510336-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;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:{}}}'),
(1697,1307,'_shortpixel_was_converted','1720207389'),
(1698,1308,'_shortpixel_was_converted','1720207389'),
(1699,1309,'_wp_attached_file','2019/03/IMG_65610316.jpg'),
(1700,1309,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2019/03/IMG_65610316.jpg\";s:8:\"filesize\";i:127311;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_65610316-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32935;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_65610316-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4986;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_65610316-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76165;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_65610316-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23135;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"IMG_65610316-1024x657.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:657;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175053;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_65610316-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9882;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_65610316-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111960;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_65610316-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37386;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"IMG_65610316-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191214;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_65610316-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41234;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_65610316-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64049;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"IMG_65610316-1080x693.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:693;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193762;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_65610316-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60981;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"IMG_65610316-1280x821.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:821;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242941;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"IMG_65610316-980x629.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:629;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164589;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_65610316-480x308.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53191;}}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:{}}}'),
(1701,1310,'_wp_attached_file','2019/03/IMG_65610316-1.jpg'),
(1702,1310,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2019/03/IMG_65610316-1.jpg\";s:8:\"filesize\";i:127311;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"IMG_65610316-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32935;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_65610316-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4986;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"IMG_65610316-1-600x385.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76165;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"IMG_65610316-1-300x193.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:193;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23135;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"IMG_65610316-1-1024x657.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:657;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175053;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_65610316-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:9882;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"IMG_65610316-1-768x493.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:493;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111960;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"IMG_65610316-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37386;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"IMG_65610316-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191214;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"IMG_65610316-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41234;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"IMG_65610316-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64049;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"IMG_65610316-1-1080x693.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:693;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193762;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"IMG_65610316-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60981;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:27:\"IMG_65610316-1-1280x821.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:821;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242941;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"IMG_65610316-1-980x629.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:629;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164589;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"IMG_65610316-1-480x308.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:308;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53191;}}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:{}}}'),
(1703,1309,'_shortpixel_was_converted','1720207389'),
(1704,1310,'_shortpixel_was_converted','1720207389'),
(1705,1311,'_wp_attached_file','2019/03/6X0C1330.jpg'),
(1706,1311,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2019/03/6X0C1330.jpg\";s:8:\"filesize\";i:112662;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"6X0C1330-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27792;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1330-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4390;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"6X0C1330-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65295;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"6X0C1330-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19163;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"6X0C1330-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157179;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1330-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8279;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"6X0C1330-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98728;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"6X0C1330-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30821;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"6X0C1330-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160947;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"6X0C1330-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34289;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"6X0C1330-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54517;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"6X0C1330-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169236;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"6X0C1330-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53427;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"6X0C1330-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219822;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"6X0C1330-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147085;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"6X0C1330-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44209;}}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:{}}}'),
(1707,1312,'_wp_attached_file','2019/03/6X0C1330-1.jpg'),
(1708,1312,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2019/03/6X0C1330-1.jpg\";s:8:\"filesize\";i:112662;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"6X0C1330-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27792;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"6X0C1330-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4390;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"6X0C1330-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65295;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"6X0C1330-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19163;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"6X0C1330-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157179;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"6X0C1330-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:8279;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"6X0C1330-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98728;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"6X0C1330-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30821;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"6X0C1330-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160947;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"6X0C1330-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34289;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"6X0C1330-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54517;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"6X0C1330-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169236;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"6X0C1330-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53427;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"6X0C1330-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219822;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"6X0C1330-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147085;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"6X0C1330-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44209;}}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:{}}}'),
(1709,1311,'_shortpixel_was_converted','1720207389'),
(1710,1312,'_shortpixel_was_converted','1720207389'),
(1711,1313,'_wp_attached_file','2019/03/6X0C1331.jpg'),
(1712,1313,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2019/03/6X0C1331.jpg\";s:8:\"filesize\";i:112034;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"6X0C1331-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27636;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1331-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4388;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"6X0C1331-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65142;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"6X0C1331-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19143;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"6X0C1331-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156295;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1331-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8297;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"6X0C1331-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98241;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"6X0C1331-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30838;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"6X0C1331-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160174;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"6X0C1331-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34137;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"6X0C1331-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54384;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"6X0C1331-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168672;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"6X0C1331-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53140;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"6X0C1331-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218657;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"6X0C1331-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146290;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"6X0C1331-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44052;}}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:{}}}'),
(1713,1314,'_wp_attached_file','2019/03/6X0C1331-1.jpg'),
(1714,1314,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2019/03/6X0C1331-1.jpg\";s:8:\"filesize\";i:112034;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"6X0C1331-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27636;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"6X0C1331-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4388;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"6X0C1331-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65142;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"6X0C1331-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19143;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"6X0C1331-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156295;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"6X0C1331-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:8297;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"6X0C1331-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98241;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"6X0C1331-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30838;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"6X0C1331-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160174;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"6X0C1331-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34137;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"6X0C1331-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54384;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"6X0C1331-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168672;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"6X0C1331-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53140;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"6X0C1331-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218657;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"6X0C1331-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146290;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"6X0C1331-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44052;}}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:{}}}'),
(1715,1313,'_shortpixel_was_converted','1720207389'),
(1716,1314,'_shortpixel_was_converted','1720207389'),
(1717,1315,'_wp_attached_file','2019/03/6X0C1343-Edit.jpg'),
(1718,1315,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1089;s:4:\"file\";s:25:\"2019/03/6X0C1343-Edit.jpg\";s:8:\"filesize\";i:87837;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"6X0C1343-Edit-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28268;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"6X0C1343-Edit-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4617;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"6X0C1343-Edit-600x707.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100272;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"6X0C1343-Edit-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23973;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"6X0C1343-Edit-869x1024.jpg\";s:5:\"width\";i:869;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"6X0C1343-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8624;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"6X0C1343-Edit-768x905.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:905;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145680;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"6X0C1343-Edit-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29124;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"6X0C1343-Edit-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118704;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"6X0C1343-Edit-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32732;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"6X0C1343-Edit-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50497;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"6X0C1343-Edit-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54963;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"6X0C1343-Edit-480x566.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69721;}}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:{}}}'),
(1719,1316,'_wp_attached_file','2019/03/6X0C1343-Edit-1.jpg'),
(1720,1316,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1089;s:4:\"file\";s:27:\"2019/03/6X0C1343-Edit-1.jpg\";s:8:\"filesize\";i:87837;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"6X0C1343-Edit-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28268;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"6X0C1343-Edit-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4617;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"6X0C1343-Edit-1-600x707.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:707;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100272;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"6X0C1343-Edit-1-255x300.jpg\";s:5:\"width\";i:255;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23973;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"6X0C1343-Edit-1-869x1024.jpg\";s:5:\"width\";i:869;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174624;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"6X0C1343-Edit-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:8624;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"6X0C1343-Edit-1-768x905.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:905;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145680;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"6X0C1343-Edit-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29124;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"6X0C1343-Edit-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118704;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"6X0C1343-Edit-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32732;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"6X0C1343-Edit-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50497;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"6X0C1343-Edit-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54963;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"6X0C1343-Edit-1-480x566.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:566;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69721;}}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:{}}}'),
(1721,1315,'_shortpixel_was_converted','1720207389'),
(1722,1316,'_shortpixel_was_converted','1720207389'),
(1723,1317,'_wp_attached_file','2019/03/6X0C1585.jpg'),
(1724,1317,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2019/03/6X0C1585.jpg\";s:8:\"filesize\";i:87107;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"6X0C1585-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26847;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1585-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4543;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"6X0C1585-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58193;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"6X0C1585-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18606;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"6X0C1585-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1585-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8449;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"6X0C1585-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85363;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"6X0C1585-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28648;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"6X0C1585-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133438;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"6X0C1585-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32230;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"6X0C1585-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50361;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"6X0C1585-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142494;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"6X0C1585-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48628;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"6X0C1585-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182688;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"6X0C1585-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124119;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"6X0C1585-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40382;}}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:{}}}'),
(1725,1318,'_wp_attached_file','2019/03/6X0C1585-1.jpg'),
(1726,1318,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2019/03/6X0C1585-1.jpg\";s:8:\"filesize\";i:87107;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"6X0C1585-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26847;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"6X0C1585-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4543;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"6X0C1585-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58193;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"6X0C1585-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18606;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"6X0C1585-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132630;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"6X0C1585-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:8449;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"6X0C1585-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85363;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"6X0C1585-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28648;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"6X0C1585-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133438;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"6X0C1585-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32230;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"6X0C1585-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50361;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"6X0C1585-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142494;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"6X0C1585-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48628;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"6X0C1585-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182688;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"6X0C1585-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124119;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"6X0C1585-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40382;}}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:{}}}'),
(1727,1317,'_shortpixel_was_converted','1720207389'),
(1728,1318,'_shortpixel_was_converted','1720207389'),
(1729,1319,'_wp_attached_file','2019/03/6X0C1720.jpg'),
(1730,1319,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2019/03/6X0C1720.jpg\";s:8:\"filesize\";i:35920;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"6X0C1720-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14874;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1720-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3408;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"6X0C1720-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30509;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"6X0C1720-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11104;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"6X0C1720-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67905;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5617;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"6X0C1720-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44097;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"6X0C1720-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16164;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"6X0C1720-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70299;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"6X0C1720-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17600;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"6X0C1720-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26240;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"6X0C1720-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73079;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"6X0C1720-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28017;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"6X0C1720-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93578;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"6X0C1720-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63721;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"6X0C1720-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21818;}}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:{}}}'),
(1731,1320,'_wp_attached_file','2019/03/6X0C1720-1.jpg'),
(1732,1320,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2019/03/6X0C1720-1.jpg\";s:8:\"filesize\";i:35920;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"6X0C1720-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14874;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"6X0C1720-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3408;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"6X0C1720-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30509;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"6X0C1720-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11104;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"6X0C1720-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67905;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"6X0C1720-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:5617;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"6X0C1720-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44097;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"6X0C1720-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16164;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"6X0C1720-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70299;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"6X0C1720-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17600;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"6X0C1720-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26240;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"6X0C1720-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73079;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"6X0C1720-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28017;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"6X0C1720-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93578;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"6X0C1720-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63721;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"6X0C1720-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21818;}}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:{}}}'),
(1733,1319,'_shortpixel_was_converted','1720207389'),
(1734,1320,'_shortpixel_was_converted','1720207389'),
(1735,1321,'_wp_attached_file','2019/03/6X0C1842.jpg'),
(1736,1322,'_wp_attached_file','2019/03/6X0C1842.jpg'),
(1737,1321,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2019/03/6X0C1842.jpg\";s:8:\"filesize\";i:38808;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"6X0C1842-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16599;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1842-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3840;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"6X0C1842-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33253;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"6X0C1842-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12613;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"6X0C1842-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72368;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1842-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6421;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"6X0C1842-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47457;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"6X0C1842-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17729;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"6X0C1842-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73956;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"6X0C1842-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19377;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"6X0C1842-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28440;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"6X0C1842-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78041;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"6X0C1842-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29947;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"6X0C1842-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99622;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"6X0C1842-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68020;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"6X0C1842-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23911;}}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:{}}}'),
(1738,1322,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2019/03/6X0C1842.jpg\";s:8:\"filesize\";i:38808;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"6X0C1842-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16599;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1842-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3840;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"6X0C1842-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33253;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"6X0C1842-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12613;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"6X0C1842-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72368;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"6X0C1842-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6421;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"6X0C1842-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47457;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"6X0C1842-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17729;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"6X0C1842-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73956;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"6X0C1842-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19377;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"6X0C1842-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28440;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"6X0C1842-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78041;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"6X0C1842-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29947;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"6X0C1842-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99622;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"6X0C1842-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68020;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"6X0C1842-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23911;}}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:{}}}'),
(1739,1321,'_shortpixel_was_converted','1720207389'),
(1740,1322,'_shortpixel_was_converted','1720207389'),
(1741,1323,'_wp_attached_file','2019/03/DSC01618.jpg'),
(1742,1323,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2019/03/DSC01618.jpg\";s:8:\"filesize\";i:70869;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"DSC01618-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23272;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC01618-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4389;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"DSC01618-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51236;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC01618-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17753;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSC01618-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113179;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC01618-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7958;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"DSC01618-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73782;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"DSC01618-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26485;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"DSC01618-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115557;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"DSC01618-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29218;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"DSC01618-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43554;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"DSC01618-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121555;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"DSC01618-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41285;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"DSC01618-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155861;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"DSC01618-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106326;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"DSC01618-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36454;}}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:{}}}'),
(1743,1324,'_wp_attached_file','2019/03/DSC01618-1.jpg'),
(1744,1324,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2019/03/DSC01618-1.jpg\";s:8:\"filesize\";i:70869;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"DSC01618-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23272;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC01618-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4389;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"DSC01618-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51236;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"DSC01618-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17753;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"DSC01618-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113179;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC01618-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:7958;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"DSC01618-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73782;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"DSC01618-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26485;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"DSC01618-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115557;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"DSC01618-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29218;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"DSC01618-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43554;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"DSC01618-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121555;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"DSC01618-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41285;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"DSC01618-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155861;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"DSC01618-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106326;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"DSC01618-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36454;}}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:{}}}'),
(1745,1323,'_shortpixel_was_converted','1712883541'),
(1746,1324,'_shortpixel_was_converted','1712883541'),
(1747,1325,'_wp_attached_file','2019/03/DSC01685.jpg'),
(1748,1325,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2019/03/DSC01685.jpg\";s:8:\"filesize\";i:49387;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"DSC01685-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16432;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC01685-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3414;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"DSC01685-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34271;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC01685-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11949;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSC01685-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78677;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC01685-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5877;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"DSC01685-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50329;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"DSC01685-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17245;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"DSC01685-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80774;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"DSC01685-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19306;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"DSC01685-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29651;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"DSC01685-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84853;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"DSC01685-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32856;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"DSC01685-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109155;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"DSC01685-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73755;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"DSC01685-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24012;}}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:{}}}'),
(1749,1326,'_wp_attached_file','2019/03/DSC01685-1.jpg'),
(1750,1326,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2019/03/DSC01685-1.jpg\";s:8:\"filesize\";i:49387;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"DSC01685-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16432;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC01685-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3414;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"DSC01685-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34271;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"DSC01685-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11949;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"DSC01685-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78677;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC01685-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:5877;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"DSC01685-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50329;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"DSC01685-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17245;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"DSC01685-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80774;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"DSC01685-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19306;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"DSC01685-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29651;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"DSC01685-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84853;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"DSC01685-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32856;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"DSC01685-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109155;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"DSC01685-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73755;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"DSC01685-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24012;}}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:{}}}'),
(1751,1325,'_shortpixel_was_converted','1720207389'),
(1752,1326,'_shortpixel_was_converted','1720207389'),
(1753,1327,'_wp_attached_file','2019/03/DSC01686.jpg'),
(1754,1327,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2019/03/DSC01686.jpg\";s:8:\"filesize\";i:46347;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"DSC01686-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16015;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC01686-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3450;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"DSC01686-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33228;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC01686-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11804;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSC01686-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75197;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC01686-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5865;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"DSC01686-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48504;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"DSC01686-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17221;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"DSC01686-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77101;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"DSC01686-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19009;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"DSC01686-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28621;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"DSC01686-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81056;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"DSC01686-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30974;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"DSC01686-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104338;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"DSC01686-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70831;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"DSC01686-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23523;}}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:{}}}'),
(1755,1328,'_wp_attached_file','2019/03/DSC01686-1.jpg'),
(1756,1328,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2019/03/DSC01686-1.jpg\";s:8:\"filesize\";i:46347;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"DSC01686-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16015;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC01686-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3450;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"DSC01686-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33228;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"DSC01686-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11804;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"DSC01686-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75197;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC01686-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:5865;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"DSC01686-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48504;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"DSC01686-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17221;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"DSC01686-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77101;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"DSC01686-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19009;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"DSC01686-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28621;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"DSC01686-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81056;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"DSC01686-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30974;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"DSC01686-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104338;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"DSC01686-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70831;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"DSC01686-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23523;}}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:{}}}'),
(1757,1327,'_shortpixel_was_converted','1720207389'),
(1758,1328,'_shortpixel_was_converted','1720207389'),
(1759,1329,'_wp_attached_file','2019/03/DSC01687.jpg'),
(1760,1329,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2019/03/DSC01687.jpg\";s:8:\"filesize\";i:48366;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"DSC01687-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16212;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC01687-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3424;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"DSC01687-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33656;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC01687-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11835;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSC01687-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77106;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC01687-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5868;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"DSC01687-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49334;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"DSC01687-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17147;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"DSC01687-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79043;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"DSC01687-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19125;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"DSC01687-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29163;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"DSC01687-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83186;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"DSC01687-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32210;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"DSC01687-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106937;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"DSC01687-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72355;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"DSC01687-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23777;}}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:{}}}'),
(1761,1330,'_wp_attached_file','2019/03/DSC01687-1.jpg'),
(1762,1330,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2019/03/DSC01687-1.jpg\";s:8:\"filesize\";i:48366;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"DSC01687-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16212;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC01687-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3424;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"DSC01687-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33656;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"DSC01687-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11835;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"DSC01687-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77106;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC01687-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:5868;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"DSC01687-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49334;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"DSC01687-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17147;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"DSC01687-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79043;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"DSC01687-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19125;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"DSC01687-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29163;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"DSC01687-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83186;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"DSC01687-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32210;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"DSC01687-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106937;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"DSC01687-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72355;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"DSC01687-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23777;}}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:{}}}'),
(1763,1329,'_shortpixel_was_converted','1720207389'),
(1764,1330,'_shortpixel_was_converted','1720207389'),
(1765,1331,'_wp_attached_file','2019/03/DSC01688.jpg'),
(1766,1331,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2019/03/DSC01688.jpg\";s:8:\"filesize\";i:49726;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"DSC01688-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16484;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC01688-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3464;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"DSC01688-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34192;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC01688-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11891;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSC01688-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78449;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC01688-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5980;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"DSC01688-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50307;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"DSC01688-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17517;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"DSC01688-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80380;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"DSC01688-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19448;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"DSC01688-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29439;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"DSC01688-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84834;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"DSC01688-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32801;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"DSC01688-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109167;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"DSC01688-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73795;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"DSC01688-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24132;}}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:{}}}'),
(1767,1332,'_wp_attached_file','2019/03/DSC01688-1.jpg'),
(1768,1332,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2019/03/DSC01688-1.jpg\";s:8:\"filesize\";i:49726;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"DSC01688-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16484;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC01688-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3464;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"DSC01688-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34192;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"DSC01688-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11891;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"DSC01688-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78449;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC01688-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:5980;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"DSC01688-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50307;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"DSC01688-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17517;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"DSC01688-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80380;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"DSC01688-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19448;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"DSC01688-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29439;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"DSC01688-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84834;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"DSC01688-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32801;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"DSC01688-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109167;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"DSC01688-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73795;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"DSC01688-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24132;}}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:{}}}'),
(1769,1331,'_shortpixel_was_converted','1720207389'),
(1770,1332,'_shortpixel_was_converted','1720207389'),
(1771,1333,'_wp_attached_file','2019/03/DSC01691.jpg'),
(1772,1333,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2019/03/DSC01691.jpg\";s:8:\"filesize\";i:48449;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"DSC01691-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16090;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC01691-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3349;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"DSC01691-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33461;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC01691-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11657;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSC01691-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76873;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC01691-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5761;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"DSC01691-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49214;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"DSC01691-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16876;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"DSC01691-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78815;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"DSC01691-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18838;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"DSC01691-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28873;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"DSC01691-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83135;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"DSC01691-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31932;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"DSC01691-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107141;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"DSC01691-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72127;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"DSC01691-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23530;}}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:{}}}'),
(1773,1334,'_wp_attached_file','2019/03/DSC01691-1.jpg'),
(1774,1334,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2019/03/DSC01691-1.jpg\";s:8:\"filesize\";i:48449;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"DSC01691-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16090;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC01691-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3349;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"DSC01691-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33461;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"DSC01691-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11657;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"DSC01691-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76873;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC01691-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:5761;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"DSC01691-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49214;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"DSC01691-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16876;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"DSC01691-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78815;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"DSC01691-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18838;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"DSC01691-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28873;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"DSC01691-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83135;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"DSC01691-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31932;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"DSC01691-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107141;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"DSC01691-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72127;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"DSC01691-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23530;}}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:{}}}'),
(1775,1333,'_shortpixel_was_converted','1720207389'),
(1776,1334,'_shortpixel_was_converted','1720207389'),
(1777,1335,'_wp_attached_file','2019/03/DSC02298.jpg'),
(1778,1335,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2019/03/DSC02298.jpg\";s:8:\"filesize\";i:113398;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"DSC02298-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28356;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC02298-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4215;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"DSC02298-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67572;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"DSC02298-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19347;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"DSC02298-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163367;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"DSC02298-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8155;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"DSC02298-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102695;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"DSC02298-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31648;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"DSC02298-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168878;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"DSC02298-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34736;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"DSC02298-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56369;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"DSC02298-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176318;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"DSC02298-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55422;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:21:\"DSC02298-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:228413;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"DSC02298-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152945;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"DSC02298-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45264;}}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:{}}}'),
(1779,1336,'_wp_attached_file','2019/03/DSC02298-1.jpg'),
(1780,1336,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:22:\"2019/03/DSC02298-1.jpg\";s:8:\"filesize\";i:113398;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"DSC02298-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28356;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC02298-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4215;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"DSC02298-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67572;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"DSC02298-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19347;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"DSC02298-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163367;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"DSC02298-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:8155;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"DSC02298-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102695;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"DSC02298-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31648;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"DSC02298-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168878;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"DSC02298-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34736;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"DSC02298-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56369;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"DSC02298-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:176318;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"DSC02298-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55422;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"DSC02298-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:228413;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"DSC02298-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152945;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"DSC02298-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45264;}}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:{}}}'),
(1781,1335,'_shortpixel_was_converted','1720207389'),
(1782,1336,'_shortpixel_was_converted','1720207389'),
(1783,1337,'_wp_attached_file','2019/03/Charger-3.png'),
(1784,1337,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1643;s:6:\"height\";i:924;s:4:\"file\";s:21:\"2019/03/Charger-3.png\";s:8:\"filesize\";i:767522;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"Charger-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:201663;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"Charger-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24765;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"Charger-3-600x337.png\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:446526;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Charger-3-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118005;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Charger-3-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1217156;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Charger-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53044;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Charger-3-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:712796;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"Charger-3-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2513958;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"Charger-3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:227688;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"Charger-3-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1474297;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"Charger-3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:256904;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"Charger-3-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:428355;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"Charger-3-1080x607.png\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1340082;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"Charger-3-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:444378;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"Charger-3-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1826216;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"Charger-3-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1121417;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"Charger-3-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:291370;}}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:{}}}'),
(1785,1338,'_wp_attached_file','2019/03/Charger-3-1.png'),
(1786,1338,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1643;s:6:\"height\";i:924;s:4:\"file\";s:23:\"2019/03/Charger-3-1.png\";s:8:\"filesize\";i:767522;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"Charger-3-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:201663;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"Charger-3-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24765;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"Charger-3-1-600x337.png\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:446526;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Charger-3-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118005;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Charger-3-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1217156;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Charger-3-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53044;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Charger-3-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:712796;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"Charger-3-1-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2513958;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"Charger-3-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:227688;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"Charger-3-1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1474297;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"Charger-3-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:256904;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"Charger-3-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:428355;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"Charger-3-1-1080x607.png\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1340082;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"Charger-3-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:444378;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"Charger-3-1-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1826216;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"Charger-3-1-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1121417;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"Charger-3-1-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:291370;}}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:{}}}'),
(1787,1338,'_shortpixel_was_converted','1720207389'),
(1788,1337,'_shortpixel_was_converted','1720207389'),
(1789,1339,'_wp_attached_file','2019/03/Charger-4.png'),
(1790,1339,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1643;s:6:\"height\";i:924;s:4:\"file\";s:21:\"2019/03/Charger-4.png\";s:8:\"filesize\";i:658089;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"Charger-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:197292;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"Charger-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24836;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"Charger-4-600x337.png\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:429420;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Charger-4-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114883;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Charger-4-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1156232;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Charger-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53056;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Charger-4-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:680546;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"Charger-4-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2375500;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"Charger-4-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:220884;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"Charger-4-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1398191;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"Charger-4-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:250061;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"Charger-4-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:414962;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"Charger-4-1080x607.png\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1272946;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"Charger-4-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:422445;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"Charger-4-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1731398;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"Charger-4-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1066102;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"Charger-4-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:281915;}}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:{}}}'),
(1791,1340,'_wp_attached_file','2019/03/Charger-4-1.png'),
(1792,1340,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1643;s:6:\"height\";i:924;s:4:\"file\";s:23:\"2019/03/Charger-4-1.png\";s:8:\"filesize\";i:658089;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"Charger-4-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:197292;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"Charger-4-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24836;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"Charger-4-1-600x337.png\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:429420;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Charger-4-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:114883;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Charger-4-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1156232;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Charger-4-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53056;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Charger-4-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:680546;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"Charger-4-1-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2375500;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"Charger-4-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:220884;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"Charger-4-1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1398191;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"Charger-4-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:250061;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"Charger-4-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:414962;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"Charger-4-1-1080x607.png\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1272946;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"Charger-4-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:422445;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"Charger-4-1-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1731398;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"Charger-4-1-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1066102;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"Charger-4-1-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:281915;}}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:{}}}'),
(1793,1339,'_shortpixel_was_converted','1720207389'),
(1794,1340,'_shortpixel_was_converted','1720207389'),
(1795,1341,'_wp_attached_file','2019/03/Charger-1.png'),
(1796,1341,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1643;s:6:\"height\";i:924;s:4:\"file\";s:21:\"2019/03/Charger-1.png\";s:8:\"filesize\";i:826537;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"Charger-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:208496;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"Charger-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24576;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"Charger-1-600x337.png\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:462241;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Charger-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118897;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"Charger-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1302659;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Charger-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53191;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Charger-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:749665;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:22:\"Charger-1-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2742759;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"Charger-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:232136;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"Charger-1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1583905;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"Charger-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:263035;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"Charger-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:444264;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"Charger-1-1080x607.png\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1439952;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"Charger-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:469676;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"Charger-1-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1980700;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"Charger-1-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1196834;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"Charger-1-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:299094;}}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:{}}}'),
(1797,1342,'_wp_attached_file','2019/03/Charger-1-1.png'),
(1798,1342,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1643;s:6:\"height\";i:924;s:4:\"file\";s:23:\"2019/03/Charger-1-1.png\";s:8:\"filesize\";i:826537;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"Charger-1-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:208496;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"Charger-1-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24576;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"Charger-1-1-600x337.png\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:462241;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Charger-1-1-300x169.png\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118897;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"Charger-1-1-1024x576.png\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1302659;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Charger-1-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53191;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Charger-1-1-768x432.png\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:749665;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"Charger-1-1-1536x864.png\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2742759;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"Charger-1-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:232136;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"Charger-1-1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1583905;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"Charger-1-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:263035;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"Charger-1-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:444264;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"Charger-1-1-1080x607.png\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1439952;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"Charger-1-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:469676;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"Charger-1-1-1280x720.png\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1980700;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"Charger-1-1-980x551.png\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1196834;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"Charger-1-1-480x270.png\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:299094;}}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:{}}}'),
(1799,1341,'_shortpixel_was_converted','1720207389'),
(1800,1342,'_shortpixel_was_converted','1720207389'),
(1801,1343,'_wp_attached_file','2019/03/carbine_header-min.jpg'),
(1802,1343,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:768;s:6:\"height\";i:432;s:4:\"file\";s:30:\"2019/03/carbine_header-min.jpg\";s:8:\"filesize\";i:21376;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"carbine_header-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19026;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"carbine_header-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3805;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"carbine_header-min-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35639;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"carbine_header-min-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12242;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"carbine_header-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6641;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"carbine_header-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20832;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"carbine_header-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23034;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"carbine_header-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34386;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"carbine_header-min-400x432.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24060;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"carbine_header-min-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25696;}}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:{}}}'),
(1803,1344,'_wp_attached_file','2019/03/carbine_header-min-1.jpg'),
(1804,1344,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:768;s:6:\"height\";i:432;s:4:\"file\";s:32:\"2019/03/carbine_header-min-1.jpg\";s:8:\"filesize\";i:21376;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"carbine_header-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19026;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"carbine_header-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3805;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"carbine_header-min-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35639;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"carbine_header-min-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12242;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"carbine_header-min-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:6641;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"carbine_header-min-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20832;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"carbine_header-min-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23034;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"carbine_header-min-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34386;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"carbine_header-min-1-400x432.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24060;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"carbine_header-min-1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25696;}}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:{}}}'),
(1805,1343,'_shortpixel_was_converted','1720207389'),
(1806,1344,'_shortpixel_was_converted','1720207389'),
(1807,1345,'_wp_attached_file','2019/03/image5-min-2.jpg'),
(1808,1346,'_wp_attached_file','2019/03/image5-min-2-1.jpg'),
(1809,1345,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1159;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2019/03/image5-min-2.jpg\";s:8:\"filesize\";i:65380;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"image5-min-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20733;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"image5-min-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3380;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"image5-min-2-600x478.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56945;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"image5-min-2-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16967;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"image5-min-2-1024x816.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:816;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132974;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"image5-min-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6371;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"image5-min-2-768x612.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85458;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"image5-min-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23984;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"image5-min-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124369;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"image5-min-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26117;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"image5-min-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41564;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"image5-min-2-1080x861.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:861;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144725;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"image5-min-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41692;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"image5-min-2-980x781.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:781;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125497;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"image5-min-2-480x383.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38853;}}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:{}}}'),
(1810,1346,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1159;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2019/03/image5-min-2-1.jpg\";s:8:\"filesize\";i:65380;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"image5-min-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20733;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"image5-min-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3380;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"image5-min-2-1-600x478.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:478;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56945;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"image5-min-2-1-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16967;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"image5-min-2-1-1024x816.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:816;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132974;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"image5-min-2-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:6371;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"image5-min-2-1-768x612.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:612;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85458;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"image5-min-2-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23984;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"image5-min-2-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124369;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"image5-min-2-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26117;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"image5-min-2-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41564;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"image5-min-2-1-1080x861.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:861;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144725;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"image5-min-2-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41692;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"image5-min-2-1-980x781.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:781;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125497;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"image5-min-2-1-480x383.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38853;}}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:{}}}'),
(1811,1345,'_shortpixel_was_converted','1720207403'),
(1812,1346,'_shortpixel_was_converted','1720207403'),
(1813,1347,'_wp_attached_file','2019/03/pistol_header-e1517083439476-min.jpg'),
(1814,1347,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:919;s:6:\"height\";i:690;s:4:\"file\";s:44:\"2019/03/pistol_header-e1517083439476-min.jpg\";s:8:\"filesize\";i:35655;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:44:\"pistol_header-e1517083439476-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21403;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:44:\"pistol_header-e1517083439476-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3953;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:44:\"pistol_header-e1517083439476-min-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47427;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"pistol_header-e1517083439476-min-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15185;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"pistol_header-e1517083439476-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6914;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"pistol_header-e1517083439476-min-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69472;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"pistol_header-e1517083439476-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21352;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"pistol_header-e1517083439476-min-919x675.jpg\";s:5:\"width\";i:919;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91196;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"pistol_header-e1517083439476-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23257;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"pistol_header-e1517083439476-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36258;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"pistol_header-e1517083439476-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46275;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"pistol_header-e1517083439476-min-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32647;}}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:{}}}'),
(1815,1348,'_wp_attached_file','2019/03/pistol_header-e1517083439476-min-1.jpg'),
(1816,1348,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:919;s:6:\"height\";i:690;s:4:\"file\";s:46:\"2019/03/pistol_header-e1517083439476-min-1.jpg\";s:8:\"filesize\";i:35655;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:46:\"pistol_header-e1517083439476-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21403;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:46:\"pistol_header-e1517083439476-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3953;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:46:\"pistol_header-e1517083439476-min-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47427;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"pistol_header-e1517083439476-min-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15185;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"pistol_header-e1517083439476-min-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:6914;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"pistol_header-e1517083439476-min-1-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69472;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"pistol_header-e1517083439476-min-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21352;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"pistol_header-e1517083439476-min-1-919x675.jpg\";s:5:\"width\";i:919;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91196;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"pistol_header-e1517083439476-min-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23257;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"pistol_header-e1517083439476-min-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36258;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"pistol_header-e1517083439476-min-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46275;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"pistol_header-e1517083439476-min-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32647;}}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:{}}}'),
(1817,1347,'_shortpixel_was_converted','1720207403'),
(1818,1348,'_shortpixel_was_converted','1720207403'),
(1819,1349,'_wp_attached_file','2019/03/new_precision_rifle-min.jpg'),
(1820,1349,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1644;s:6:\"height\";i:924;s:4:\"file\";s:35:\"2019/03/new_precision_rifle-min.jpg\";s:8:\"filesize\";i:90896;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"new_precision_rifle-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22633;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"new_precision_rifle-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3667;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"new_precision_rifle-min-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46150;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"new_precision_rifle-min-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13654;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"new_precision_rifle-min-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110908;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"new_precision_rifle-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6785;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"new_precision_rifle-min-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69728;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"new_precision_rifle-min-1536x863.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205277;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"new_precision_rifle-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24584;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"new_precision_rifle-min-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129115;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"new_precision_rifle-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27391;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"new_precision_rifle-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43927;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:36:\"new_precision_rifle-min-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120554;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"new_precision_rifle-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44499;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:36:\"new_precision_rifle-min-1280x719.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156237;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"new_precision_rifle-min-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104124;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"new_precision_rifle-min-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30855;}}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:{}}}'),
(1821,1350,'_wp_attached_file','2019/03/new_precision_rifle-min-1.jpg'),
(1822,1350,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1644;s:6:\"height\";i:924;s:4:\"file\";s:37:\"2019/03/new_precision_rifle-min-1.jpg\";s:8:\"filesize\";i:90896;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"new_precision_rifle-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22633;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"new_precision_rifle-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3667;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"new_precision_rifle-min-1-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46150;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"new_precision_rifle-min-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13654;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"new_precision_rifle-min-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110908;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"new_precision_rifle-min-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:6785;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"new_precision_rifle-min-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69728;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"new_precision_rifle-min-1-1536x863.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205277;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"new_precision_rifle-min-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24584;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:38:\"new_precision_rifle-min-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129115;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"new_precision_rifle-min-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27391;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"new_precision_rifle-min-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43927;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:38:\"new_precision_rifle-min-1-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:120554;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"new_precision_rifle-min-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44499;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:38:\"new_precision_rifle-min-1-1280x719.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156237;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:37:\"new_precision_rifle-min-1-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104124;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"new_precision_rifle-min-1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30855;}}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:{}}}'),
(1823,1349,'_shortpixel_was_converted','1720207403'),
(1824,1350,'_shortpixel_was_converted','1720207403'),
(1825,1351,'_wp_attached_file','2019/03/pistol-min.jpg'),
(1826,1352,'_wp_attached_file','2019/03/pistol-min-1.jpg'),
(1827,1351,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:919;s:6:\"height\";i:517;s:4:\"file\";s:22:\"2019/03/pistol-min.jpg\";s:8:\"filesize\";i:34611;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"pistol-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23710;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"pistol-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4349;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"pistol-min-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36644;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"pistol-min-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11952;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"pistol-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7780;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"pistol-min-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52597;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"pistol-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21588;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"pistol-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25177;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"pistol-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39043;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"pistol-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44491;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"pistol-min-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25372;}}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:{}}}'),
(1828,1352,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:919;s:6:\"height\";i:517;s:4:\"file\";s:24:\"2019/03/pistol-min-1.jpg\";s:8:\"filesize\";i:34611;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"pistol-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23710;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"pistol-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4349;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"pistol-min-1-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36644;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"pistol-min-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11952;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"pistol-min-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:7780;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"pistol-min-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52597;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"pistol-min-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21588;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"pistol-min-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25177;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"pistol-min-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39043;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"pistol-min-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44491;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"pistol-min-1-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25372;}}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:{}}}'),
(1829,1351,'_shortpixel_was_converted','1720207403'),
(1830,1352,'_shortpixel_was_converted','1720207403'),
(1831,1356,'_wp_attached_file','2019/04/AK-in-the-snow-min.jpg'),
(1832,1357,'_wp_attached_file','2019/04/AK-in-the-snow-min-1.jpg'),
(1833,1356,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1309;s:6:\"height\";i:924;s:4:\"file\";s:30:\"2019/04/AK-in-the-snow-min.jpg\";s:8:\"filesize\";i:31831;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"AK-in-the-snow-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12800;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"AK-in-the-snow-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2870;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"AK-in-the-snow-min-600x424.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30926;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"AK-in-the-snow-min-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10204;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"AK-in-the-snow-min-1024x723.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:723;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71609;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"AK-in-the-snow-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4649;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"AK-in-the-snow-min-768x542.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46021;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"AK-in-the-snow-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14486;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"AK-in-the-snow-min-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70671;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"AK-in-the-snow-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15917;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"AK-in-the-snow-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24701;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"AK-in-the-snow-min-1080x762.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:762;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77539;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"AK-in-the-snow-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23565;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"AK-in-the-snow-min-1280x904.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:904;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98834;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"AK-in-the-snow-min-980x692.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67285;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"AK-in-the-snow-min-480x339.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21452;}}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:{}}}'),
(1834,1357,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1309;s:6:\"height\";i:924;s:4:\"file\";s:32:\"2019/04/AK-in-the-snow-min-1.jpg\";s:8:\"filesize\";i:31831;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"AK-in-the-snow-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12800;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"AK-in-the-snow-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2870;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"AK-in-the-snow-min-1-600x424.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30926;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"AK-in-the-snow-min-1-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10204;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"AK-in-the-snow-min-1-1024x723.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:723;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71609;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"AK-in-the-snow-min-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:4649;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"AK-in-the-snow-min-1-768x542.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46021;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"AK-in-the-snow-min-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14486;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"AK-in-the-snow-min-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70671;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"AK-in-the-snow-min-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15917;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"AK-in-the-snow-min-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24701;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"AK-in-the-snow-min-1-1080x762.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:762;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77539;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"AK-in-the-snow-min-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23565;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"AK-in-the-snow-min-1-1280x904.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:904;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98834;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"AK-in-the-snow-min-1-980x692.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67285;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"AK-in-the-snow-min-1-480x339.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21452;}}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:{}}}'),
(1835,1357,'_shortpixel_was_converted','1720207403'),
(1836,1356,'_shortpixel_was_converted','1720207403'),
(1837,1376,'_wp_attached_file','2019/05/narrow_carbine-min.jpg'),
(1838,1376,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1848;s:6:\"height\";i:924;s:4:\"file\";s:30:\"2019/05/narrow_carbine-min.jpg\";s:8:\"filesize\";i:85723;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"narrow_carbine-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18473;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"narrow_carbine-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3662;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"narrow_carbine-min-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40494;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"narrow_carbine-min-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13218;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"narrow_carbine-min-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93193;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"narrow_carbine-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6391;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"narrow_carbine-min-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59812;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"narrow_carbine-min-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169680;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"narrow_carbine-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23392;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"narrow_carbine-min-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107568;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"narrow_carbine-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24189;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"narrow_carbine-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36273;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"narrow_carbine-min-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101598;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"narrow_carbine-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33531;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"narrow_carbine-min-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130015;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"narrow_carbine-min-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88307;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"narrow_carbine-min-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28083;}}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:{}}}'),
(1839,1377,'_wp_attached_file','2019/05/narrow_carbine-min-1.jpg'),
(1840,1377,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1848;s:6:\"height\";i:924;s:4:\"file\";s:32:\"2019/05/narrow_carbine-min-1.jpg\";s:8:\"filesize\";i:85723;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"narrow_carbine-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18473;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"narrow_carbine-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3662;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"narrow_carbine-min-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40494;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"narrow_carbine-min-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13218;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"narrow_carbine-min-1-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93193;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"narrow_carbine-min-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:6391;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"narrow_carbine-min-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59812;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"narrow_carbine-min-1-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169680;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"narrow_carbine-min-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23392;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"narrow_carbine-min-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107568;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"narrow_carbine-min-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24189;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"narrow_carbine-min-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36273;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"narrow_carbine-min-1-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101598;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"narrow_carbine-min-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33531;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"narrow_carbine-min-1-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130015;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"narrow_carbine-min-1-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88307;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"narrow_carbine-min-1-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28083;}}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:{}}}'),
(1841,1376,'_wp_attachment_image_alt','Carbine'),
(1842,1376,'_shortpixel_was_converted','1720207403'),
(1843,1377,'_wp_attachment_image_alt','Carbine'),
(1844,1377,'_shortpixel_was_converted','1720207403'),
(1845,1378,'_wp_attached_file','2019/05/combatives-cropped.jpg'),
(1846,1378,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:30:\"2019/05/combatives-cropped.jpg\";s:8:\"filesize\";i:135156;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"combatives-cropped-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39607;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5149;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143367;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39607;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10392;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214830;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43236;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226708;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48790;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80566;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85369;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96445;}}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:{}}}'),
(1847,1379,'_wp_attached_file','2019/05/combatives-cropped-1.jpg'),
(1848,1379,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:32:\"2019/05/combatives-cropped-1.jpg\";s:8:\"filesize\";i:135156;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"combatives-cropped-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39607;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"combatives-cropped-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5149;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"combatives-cropped-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143367;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"combatives-cropped-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39607;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"combatives-cropped-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:10392;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"combatives-cropped-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214830;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"combatives-cropped-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43236;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"combatives-cropped-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226708;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"combatives-cropped-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48790;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"combatives-cropped-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80566;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"combatives-cropped-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85369;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"combatives-cropped-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96445;}}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:{}}}'),
(1849,1378,'_wp_attachment_image_alt','Combatives'),
(1850,1378,'_shortpixel_was_converted','1720207403'),
(1851,1379,'_wp_attachment_image_alt','Combatives'),
(1852,1379,'_shortpixel_was_converted','1720207403'),
(1853,1383,'_wp_attached_file','2019/05/AMTAC18-min.jpg'),
(1854,1383,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:23:\"2019/05/AMTAC18-min.jpg\";s:8:\"filesize\";i:138080;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"AMTAC18-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34151;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"AMTAC18-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5055;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"AMTAC18-min-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82920;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"AMTAC18-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23958;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"AMTAC18-min-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198685;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"AMTAC18-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9904;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"AMTAC18-min-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125658;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"AMTAC18-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38427;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"AMTAC18-min-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203377;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"AMTAC18-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42726;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"AMTAC18-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68883;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"AMTAC18-min-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214925;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"AMTAC18-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66581;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"AMTAC18-min-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:278039;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"AMTAC18-min-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186135;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"AMTAC18-min-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55688;}}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:{}}}'),
(1855,1384,'_wp_attached_file','2019/05/AMTAC18-min-1.jpg'),
(1856,1384,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2019/05/AMTAC18-min-1.jpg\";s:8:\"filesize\";i:138080;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"AMTAC18-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34151;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"AMTAC18-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5055;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"AMTAC18-min-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82920;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"AMTAC18-min-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23958;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"AMTAC18-min-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198685;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"AMTAC18-min-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:9904;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"AMTAC18-min-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125658;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"AMTAC18-min-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38427;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"AMTAC18-min-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203377;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"AMTAC18-min-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42726;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"AMTAC18-min-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68883;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"AMTAC18-min-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214925;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"AMTAC18-min-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66581;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"AMTAC18-min-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:278039;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"AMTAC18-min-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186135;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"AMTAC18-min-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55688;}}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:{}}}'),
(1857,1383,'_wp_attachment_image_alt','Amtac Mil Leo Carbine Course'),
(1858,1383,'_shortpixel_was_converted','1720207403'),
(1859,1384,'_wp_attachment_image_alt','Amtac Mil Leo Carbine Course'),
(1860,1384,'_shortpixel_was_converted','1720207403'),
(1861,1390,'_wp_attached_file','2019/10/carbine_course-min.jpg'),
(1862,1390,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:462;s:4:\"file\";s:30:\"2019/10/carbine_course-min.jpg\";s:8:\"filesize\";i:33634;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"carbine_course-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23178;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"carbine_course-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4455;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"carbine_course-min-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43333;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"carbine_course-min-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14606;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"carbine_course-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8072;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"carbine_course-min-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62183;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"carbine_course-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26767;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"carbine_course-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28916;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"carbine_course-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42835;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"carbine_course-min-400x462.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37503;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"carbine_course-min-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30579;}}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:{}}}'),
(1863,1391,'_wp_attached_file','2019/10/carbine_course-min-1.jpg'),
(1864,1391,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:462;s:4:\"file\";s:32:\"2019/10/carbine_course-min-1.jpg\";s:8:\"filesize\";i:33634;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"carbine_course-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23178;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"carbine_course-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4455;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"carbine_course-min-1-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43333;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"carbine_course-min-1-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14606;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"carbine_course-min-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:8072;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"carbine_course-min-1-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62183;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"carbine_course-min-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26767;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"carbine_course-min-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28916;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"carbine_course-min-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42835;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"carbine_course-min-1-400x462.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37503;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"carbine_course-min-1-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30579;}}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:{}}}'),
(1865,1390,'_wp_attachment_image_alt','Carbine Course'),
(1866,1390,'_shortpixel_was_converted','1720207403'),
(1867,1391,'_wp_attachment_image_alt','Carbine Course'),
(1868,1391,'_shortpixel_was_converted','1720207403'),
(1869,1403,'_wp_attached_file','2019/12/IMG_4906-min.jpg'),
(1870,1403,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2019/12/IMG_4906-min.jpg\";s:8:\"filesize\";i:84463;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_4906-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27068;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4906-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4452;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_4906-min-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92203;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_4906-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27068;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_4906-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8321;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_4906-min-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138686;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_4906-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32797;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"IMG_4906-min-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168086;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_4906-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36006;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_4906-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58101;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_4906-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55815;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_4906-min-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62116;}}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:{}}}'),
(1871,1404,'_wp_attached_file','2019/12/IMG_4906-min-1.jpg'),
(1872,1404,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:26:\"2019/12/IMG_4906-min-1.jpg\";s:8:\"filesize\";i:84463;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"IMG_4906-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27068;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_4906-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4452;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"IMG_4906-min-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92203;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"IMG_4906-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27068;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_4906-min-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:8321;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"IMG_4906-min-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138686;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"IMG_4906-min-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32797;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"IMG_4906-min-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168086;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"IMG_4906-min-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36006;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"IMG_4906-min-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58101;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"IMG_4906-min-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55815;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"IMG_4906-min-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62116;}}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:{}}}'),
(1873,1403,'_wp_attachment_image_alt','Precision Rifle'),
(1874,1403,'_shortpixel_was_converted','1720207403'),
(1875,1404,'_wp_attachment_image_alt','Precision Rifle'),
(1876,1404,'_shortpixel_was_converted','1720207403'),
(1877,1506,'_wp_attached_file','2020/04/Billradio-min.jpg'),
(1878,1506,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:25:\"2020/04/Billradio-min.jpg\";s:8:\"filesize\";i:40233;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"Billradio-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17868;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"Billradio-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3636;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"Billradio-min-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44039;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Billradio-min-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15210;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Billradio-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6286;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Billradio-min-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62946;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"Billradio-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20000;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"Billradio-min-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84902;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"Billradio-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22449;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"Billradio-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34237;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"Billradio-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32195;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"Billradio-min-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90319;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"Billradio-min-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31137;}}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:{}}}'),
(1879,1507,'_wp_attached_file','2020/04/Billradio-min-1.jpg'),
(1880,1507,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:27:\"2020/04/Billradio-min-1.jpg\";s:8:\"filesize\";i:40233;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"Billradio-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17868;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"Billradio-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3636;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"Billradio-min-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44039;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Billradio-min-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15210;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Billradio-min-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:6286;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Billradio-min-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62946;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"Billradio-min-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20000;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"Billradio-min-1-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84902;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"Billradio-min-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22449;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"Billradio-min-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34237;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"Billradio-min-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32195;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"Billradio-min-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90319;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"Billradio-min-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31137;}}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:{}}}'),
(1881,1506,'_wp_attachment_image_alt','Radio Communications'),
(1882,1506,'_shortpixel_was_converted','1720207403'),
(1883,1507,'_wp_attachment_image_alt','Radio Communications'),
(1884,1507,'_shortpixel_was_converted','1720207403'),
(1885,1508,'_wp_attached_file','2020/04/Radio-min.jpg'),
(1886,1508,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:21:\"2020/04/Radio-min.jpg\";s:8:\"filesize\";i:40572;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"Radio-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15167;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"Radio-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3055;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"Radio-min-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38598;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Radio-min-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"Radio-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5276;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"Radio-min-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54852;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"Radio-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17480;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"Radio-min-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76645;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"Radio-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19128;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"Radio-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29356;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"Radio-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27045;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"Radio-min-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79195;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"Radio-min-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26723;}}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:{}}}'),
(1887,1509,'_wp_attached_file','2020/04/Radio-min-1.jpg'),
(1888,1509,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:23:\"2020/04/Radio-min-1.jpg\";s:8:\"filesize\";i:40572;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"Radio-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15167;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"Radio-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3055;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"Radio-min-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38598;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Radio-min-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"Radio-min-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:5276;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"Radio-min-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54852;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"Radio-min-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17480;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"Radio-min-1-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76645;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"Radio-min-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19128;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"Radio-min-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29356;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"Radio-min-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27045;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"Radio-min-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79195;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"Radio-min-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26723;}}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:{}}}'),
(1889,1508,'_shortpixel_was_converted','1720207403'),
(1890,1509,'_shortpixel_was_converted','1720207403'),
(1891,1530,'_wp_attached_file','2020/04/woocommerce-placeholder.png'),
(1892,1530,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:35:\"2020/04/woocommerce-placeholder.png\";s:8:\"filesize\";i:13582;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11337;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2211;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35412;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11337;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3934;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54167;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16759;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-924x675.png\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34089;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16981;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25847;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26671;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"woocommerce-placeholder-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23657;}}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:{}}}'),
(1893,1531,'_wp_attached_file','2020/04/woocommerce-placeholder-1.png'),
(1894,1531,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:37:\"2020/04/woocommerce-placeholder-1.png\";s:8:\"filesize\";i:13582;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"woocommerce-placeholder-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11337;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2211;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35412;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11337;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3934;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54167;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16759;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1-924x675.png\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34089;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16981;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25847;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26671;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"woocommerce-placeholder-1-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23657;}}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:{}}}'),
(1895,1530,'_shortpixel_was_converted','1720207403'),
(1896,1531,'_shortpixel_was_converted','1720207403'),
(1897,1535,'_wp_attached_file','2020/07/Centurian-Arms-AMTAC-Carbine-Rifle.jpg'),
(1898,1535,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:407;s:6:\"height\";i:239;s:4:\"file\";s:46:\"2020/07/Centurian-Arms-AMTAC-Carbine-Rifle.jpg\";s:8:\"filesize\";i:5675;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:46:\"Centurian-Arms-AMTAC-Carbine-Rifle-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7290;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:46:\"Centurian-Arms-AMTAC-Carbine-Rifle-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2247;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"Centurian-Arms-AMTAC-Carbine-Rifle-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5703;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"Centurian-Arms-AMTAC-Carbine-Rifle-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3499;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"Centurian-Arms-AMTAC-Carbine-Rifle-400x239.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8868;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"Centurian-Arms-AMTAC-Carbine-Rifle-400x239.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8868;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"Centurian-Arms-AMTAC-Carbine-Rifle-400x239.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8868;}}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:{}}}'),
(1899,1536,'_wp_attached_file','2020/07/Centurian-Arms-AMTAC-Carbine-Rifle-1.jpg'),
(1900,1536,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:407;s:6:\"height\";i:239;s:4:\"file\";s:48:\"2020/07/Centurian-Arms-AMTAC-Carbine-Rifle-1.jpg\";s:8:\"filesize\";i:5675;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"Centurian-Arms-AMTAC-Carbine-Rifle-1-300x239.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7290;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"Centurian-Arms-AMTAC-Carbine-Rifle-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2247;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"Centurian-Arms-AMTAC-Carbine-Rifle-1-300x176.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:176;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5703;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"Centurian-Arms-AMTAC-Carbine-Rifle-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:3499;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"Centurian-Arms-AMTAC-Carbine-Rifle-1-400x239.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8868;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"Centurian-Arms-AMTAC-Carbine-Rifle-1-400x239.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8868;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"Centurian-Arms-AMTAC-Carbine-Rifle-1-400x239.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:239;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8868;}}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:{}}}'),
(1901,1535,'_shortpixel_was_converted','1720207403'),
(1902,1535,'_wp_attachment_image_alt','Centurian Arms AMTAC Carbine Rifle'),
(1903,1536,'_shortpixel_was_converted','1720207403'),
(1904,1536,'_wp_attachment_image_alt','Centurian Arms AMTAC Carbine Rifle'),
(1905,1537,'_wp_attached_file','2020/07/Centurian-Arms-AMTAC-Carbine-Pistol.jpg'),
(1906,1537,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:413;s:6:\"height\";i:250;s:4:\"file\";s:47:\"2020/07/Centurian-Arms-AMTAC-Carbine-Pistol.jpg\";s:8:\"filesize\";i:6516;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"Centurian-Arms-AMTAC-Carbine-Pistol-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7450;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"Centurian-Arms-AMTAC-Carbine-Pistol-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2380;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Centurian-Arms-AMTAC-Carbine-Pistol-300x182.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6277;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Centurian-Arms-AMTAC-Carbine-Pistol-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3702;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"Centurian-Arms-AMTAC-Carbine-Pistol-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9595;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"Centurian-Arms-AMTAC-Carbine-Pistol-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9595;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"Centurian-Arms-AMTAC-Carbine-Pistol-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9595;}}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:{}}}'),
(1907,1538,'_wp_attached_file','2020/07/Centurian-Arms-AMTAC-Carbine-Pistol-1.jpg'),
(1908,1538,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:413;s:6:\"height\";i:250;s:4:\"file\";s:49:\"2020/07/Centurian-Arms-AMTAC-Carbine-Pistol-1.jpg\";s:8:\"filesize\";i:6516;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"Centurian-Arms-AMTAC-Carbine-Pistol-1-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7450;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"Centurian-Arms-AMTAC-Carbine-Pistol-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2380;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Centurian-Arms-AMTAC-Carbine-Pistol-1-300x182.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:182;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6277;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Centurian-Arms-AMTAC-Carbine-Pistol-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:3702;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Centurian-Arms-AMTAC-Carbine-Pistol-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9595;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Centurian-Arms-AMTAC-Carbine-Pistol-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9595;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"Centurian-Arms-AMTAC-Carbine-Pistol-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9595;}}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:{}}}'),
(1909,1537,'_wp_attachment_image_alt','Centurian Arms AMTAC Carbine Pistol'),
(1910,1537,'_shortpixel_was_converted','1720207403'),
(1911,1538,'_wp_attachment_image_alt','Centurian Arms AMTAC Carbine Pistol'),
(1912,1538,'_shortpixel_was_converted','1720207403'),
(1913,1540,'_wp_attached_file','2020/07/AAR-Civilian-Gunfighter.jpg'),
(1914,1540,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:473;s:6:\"height\";i:455;s:4:\"file\";s:35:\"2020/07/AAR-Civilian-Gunfighter.jpg\";s:8:\"filesize\";i:40454;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"AAR-Civilian-Gunfighter-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27575;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"AAR-Civilian-Gunfighter-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4605;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"AAR-Civilian-Gunfighter-300x289.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27082;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"AAR-Civilian-Gunfighter-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8715;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"AAR-Civilian-Gunfighter-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25620;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"AAR-Civilian-Gunfighter-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29033;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"AAR-Civilian-Gunfighter-473x382.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48454;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"AAR-Civilian-Gunfighter-400x455.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50669;}}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:{}}}'),
(1915,1541,'_wp_attached_file','2020/07/AAR-Civilian-Gunfighter-1.jpg'),
(1916,1541,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:473;s:6:\"height\";i:455;s:4:\"file\";s:37:\"2020/07/AAR-Civilian-Gunfighter-1.jpg\";s:8:\"filesize\";i:40454;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"AAR-Civilian-Gunfighter-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27575;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"AAR-Civilian-Gunfighter-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4605;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"AAR-Civilian-Gunfighter-1-300x289.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27082;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"AAR-Civilian-Gunfighter-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:8715;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"AAR-Civilian-Gunfighter-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25620;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"AAR-Civilian-Gunfighter-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29033;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"AAR-Civilian-Gunfighter-1-473x382.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48454;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"AAR-Civilian-Gunfighter-1-400x455.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50669;}}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:{}}}'),
(1917,1540,'_wp_attachment_image_alt','AAR Civilian Gunfighter Compact Carbine'),
(1918,1540,'_shortpixel_was_converted','1720207403'),
(1919,1541,'_wp_attachment_image_alt','AAR Civilian Gunfighter Compact Carbine'),
(1920,1541,'_shortpixel_was_converted','1720207403'),
(1921,1558,'_wp_attached_file','2020/07/truck-compact-carbine.jpg'),
(1922,1558,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:829;s:6:\"height\";i:480;s:4:\"file\";s:33:\"2020/07/truck-compact-carbine.jpg\";s:8:\"filesize\";i:23604;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"truck-compact-carbine-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18423;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"truck-compact-carbine-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3937;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"truck-compact-carbine-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35309;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"truck-compact-carbine-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13094;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"truck-compact-carbine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6898;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"truck-compact-carbine-768x445.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49677;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"truck-compact-carbine-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20636;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"truck-compact-carbine-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22428;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"truck-compact-carbine-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32568;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"truck-compact-carbine-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29164;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"truck-compact-carbine-480x278.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25578;}}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:{}}}'),
(1923,1559,'_wp_attached_file','2020/07/truck-compact-carbine-1.jpg'),
(1924,1559,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:829;s:6:\"height\";i:480;s:4:\"file\";s:35:\"2020/07/truck-compact-carbine-1.jpg\";s:8:\"filesize\";i:23604;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"truck-compact-carbine-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18423;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"truck-compact-carbine-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3937;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"truck-compact-carbine-1-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35309;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"truck-compact-carbine-1-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13094;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"truck-compact-carbine-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:6898;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"truck-compact-carbine-1-768x445.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49677;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"truck-compact-carbine-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20636;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"truck-compact-carbine-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22428;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"truck-compact-carbine-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32568;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"truck-compact-carbine-1-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29164;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"truck-compact-carbine-1-480x278.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25578;}}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:{}}}'),
(1925,1558,'_wp_attachment_image_alt','Compact Carbine Truck'),
(1926,1558,'_shortpixel_was_converted','1720207403'),
(1927,1559,'_wp_attachment_image_alt','Compact Carbine Truck'),
(1928,1559,'_shortpixel_was_converted','1720207403'),
(1929,1572,'_wp_attached_file','2021/01/low-vis-course-image872.jpg'),
(1930,1572,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:35:\"2021/01/low-vis-course-image872.jpg\";s:8:\"filesize\";i:69497;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"low-vis-course-image872-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30710;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"low-vis-course-image872-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4992;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"low-vis-course-image872-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75715;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"low-vis-course-image872-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24499;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"low-vis-course-image872-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9704;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"low-vis-course-image872-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108966;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"low-vis-course-image872-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33679;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"low-vis-course-image872-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151992;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"low-vis-course-image872-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37370;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"low-vis-course-image872-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57866;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"low-vis-course-image872-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55587;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"low-vis-course-image872-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157837;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"low-vis-course-image872-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52367;}}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:{}}}'),
(1931,1573,'_wp_attached_file','2021/01/low-vis-course-image872-1.jpg'),
(1932,1573,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:37:\"2021/01/low-vis-course-image872-1.jpg\";s:8:\"filesize\";i:69497;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"low-vis-course-image872-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30710;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"low-vis-course-image872-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4992;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"low-vis-course-image872-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75715;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"low-vis-course-image872-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24499;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"low-vis-course-image872-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:9704;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"low-vis-course-image872-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108966;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"low-vis-course-image872-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33679;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:38:\"low-vis-course-image872-1-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151992;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"low-vis-course-image872-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37370;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"low-vis-course-image872-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57866;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"low-vis-course-image872-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55587;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:37:\"low-vis-course-image872-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157837;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"low-vis-course-image872-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52367;}}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:{}}}'),
(1933,1572,'_shortpixel_was_converted','1720207403'),
(1934,1573,'_shortpixel_was_converted','1720207403'),
(1935,1591,'_wp_attached_file','2021/02/modern-warrior-conf-min.jpg'),
(1936,1591,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:829;s:6:\"height\";i:480;s:4:\"file\";s:35:\"2021/02/modern-warrior-conf-min.jpg\";s:8:\"filesize\";i:34912;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"modern-warrior-conf-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20379;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"modern-warrior-conf-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4210;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"modern-warrior-conf-min-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40708;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"modern-warrior-conf-min-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14415;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"modern-warrior-conf-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7434;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"modern-warrior-conf-min-768x445.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57698;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"modern-warrior-conf-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23572;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"modern-warrior-conf-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25283;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"modern-warrior-conf-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36608;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"modern-warrior-conf-min-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32507;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"modern-warrior-conf-min-480x278.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29197;}}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:{}}}'),
(1937,1592,'_wp_attached_file','2021/02/modern-warrior-conf-min-1.jpg'),
(1938,1592,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:829;s:6:\"height\";i:480;s:4:\"file\";s:37:\"2021/02/modern-warrior-conf-min-1.jpg\";s:8:\"filesize\";i:34912;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"modern-warrior-conf-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20379;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"modern-warrior-conf-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4210;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"modern-warrior-conf-min-1-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40708;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"modern-warrior-conf-min-1-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14415;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"modern-warrior-conf-min-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:7434;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"modern-warrior-conf-min-1-768x445.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57698;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"modern-warrior-conf-min-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23572;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"modern-warrior-conf-min-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25283;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"modern-warrior-conf-min-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36608;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"modern-warrior-conf-min-1-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32507;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"modern-warrior-conf-min-1-480x278.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29197;}}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:{}}}'),
(1939,1591,'_wp_attachment_image_alt','Modern Warrior Conference'),
(1940,1591,'_shortpixel_was_converted','1720207403'),
(1941,1592,'_wp_attachment_image_alt','Modern Warrior Conference'),
(1942,1592,'_shortpixel_was_converted','1720207403'),
(1943,1599,'_wp_attached_file','2021/04/pistol-vehicle-course-min.jpg'),
(1944,1599,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:829;s:6:\"height\";i:480;s:4:\"file\";s:37:\"2021/04/pistol-vehicle-course-min.jpg\";s:8:\"filesize\";i:39623;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"pistol-vehicle-course-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23427;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"pistol-vehicle-course-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4413;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"pistol-vehicle-course-min-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45990;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"pistol-vehicle-course-min-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15983;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"pistol-vehicle-course-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8114;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"pistol-vehicle-course-min-768x445.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65325;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"pistol-vehicle-course-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26080;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"pistol-vehicle-course-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28435;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"pistol-vehicle-course-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41888;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"pistol-vehicle-course-min-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39616;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"pistol-vehicle-course-min-480x278.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32634;}}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:{}}}'),
(1945,1600,'_wp_attached_file','2021/04/pistol-vehicle-course-min-1.jpg'),
(1946,1600,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:829;s:6:\"height\";i:480;s:4:\"file\";s:39:\"2021/04/pistol-vehicle-course-min-1.jpg\";s:8:\"filesize\";i:39623;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"pistol-vehicle-course-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23427;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"pistol-vehicle-course-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4413;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"pistol-vehicle-course-min-1-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45990;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"pistol-vehicle-course-min-1-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15983;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"pistol-vehicle-course-min-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:8114;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"pistol-vehicle-course-min-1-768x445.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65325;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"pistol-vehicle-course-min-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26080;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"pistol-vehicle-course-min-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28435;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"pistol-vehicle-course-min-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41888;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"pistol-vehicle-course-min-1-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39616;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"pistol-vehicle-course-min-1-480x278.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32634;}}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:{}}}'),
(1947,1599,'_shortpixel_was_converted','1720207403'),
(1948,1599,'_wp_attachment_image_alt','Pistol Vehicle Combatives Course'),
(1949,1600,'_shortpixel_was_converted','1720207403'),
(1950,1600,'_wp_attachment_image_alt','Pistol Vehicle Combatives Course'),
(1951,1614,'_wp_attached_file','2021/07/IMG_9429-2-min-scaled-1.jpg'),
(1952,1614,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:35:\"2021/07/IMG_9429-2-min-scaled-1.jpg\";s:8:\"filesize\";i:45853;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17417;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3720;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50532;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17417;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-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:6296;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72469;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18879;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80409;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21289;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32474;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36657;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35900;}}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:{}}}'),
(1953,1615,'_wp_attached_file','2021/07/IMG_9429-2-min-scaled-2.jpg'),
(1954,1615,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:35:\"2021/07/IMG_9429-2-min-scaled-2.jpg\";s:8:\"filesize\";i:45853;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17417;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3720;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50532;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17417;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6296;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72469;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18879;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-2-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80409;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21289;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32474;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36657;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"IMG_9429-2-min-scaled-2-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35900;}}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:{}}}'),
(1955,1614,'_wp_attachment_image_alt','FO3 Rhodesian Brushstroke'),
(1956,1614,'_shortpixel_was_converted','1720207419'),
(1957,1615,'_wp_attachment_image_alt','FO3 Rhodesian Brushstroke'),
(1958,1615,'_shortpixel_was_converted','1720207419'),
(1959,1626,'_wp_attached_file','2021/09/winter-shooting-min-scaled-1.jpg'),
(1960,1626,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:40:\"2021/09/winter-shooting-min-scaled-1.jpg\";s:8:\"filesize\";i:53740;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19552;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3840;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47650;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15623;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"winter-shooting-min-scaled-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108535;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-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:6640;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69852;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21528;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:41:\"winter-shooting-min-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99832;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23567;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36547;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:41:\"winter-shooting-min-scaled-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117779;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36302;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101724;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32888;}}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:{}}}'),
(1961,1627,'_wp_attached_file','2021/09/winter-shooting-min-scaled-2.jpg'),
(1962,1627,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:40:\"2021/09/winter-shooting-min-scaled-2.jpg\";s:8:\"filesize\";i:53740;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19552;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3840;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-2-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47650;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-2-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15623;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"winter-shooting-min-scaled-2-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108535;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6640;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-2-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69852;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21528;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:41:\"winter-shooting-min-scaled-2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99832;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23567;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36547;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:41:\"winter-shooting-min-scaled-2-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117779;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36302;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-2-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101724;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"winter-shooting-min-scaled-2-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32888;}}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:{}}}'),
(1963,1626,'_wp_attachment_image_alt','Winter Shooting'),
(1964,1627,'_wp_attachment_image_alt','Winter Shooting'),
(1965,1627,'_shortpixel_was_converted','1720207419'),
(1966,1626,'_shortpixel_was_converted','1720207419'),
(1969,6,'_shortpixel_was_converted','1720206970'),
(1970,19,'_shortpixel_was_converted','1720206970'),
(1971,20,'_shortpixel_was_converted','1720206970'),
(1972,21,'_shortpixel_was_converted','1720206977'),
(1973,22,'_wp_attachment_context','custom-logo'),
(1974,22,'_shortpixel_was_converted','1720206977'),
(1975,22,'_oembed_3f85a8acacbbc9f27840fcdcf5fb07c8','{{unknown}}'),
(1976,23,'_wp_attachment_context','custom-logo'),
(1977,23,'_shortpixel_was_converted','1720206977'),
(1978,23,'_oembed_4022da977785eab1e81bfcf489f12d4b','{{unknown}}'),
(1979,24,'_wp_attachment_image_alt','Precision Rifle Classes'),
(1980,24,'_wp_attachment_backup_sizes','a:22:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1067;s:6:\"height\";i:576;s:4:\"file\";s:16:\"rifle_header.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-768x415.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:25:\"rifle_header-1024x553.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-200x108.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-690x372.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1517083672882\";a:3:{s:5:\"width\";i:768;s:6:\"height\";i:576;s:4:\"file\";s:31:\"rifle_header-e1517083340518.jpg\";}s:23:\"thumbnail-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-small-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-large-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-blog-image-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1517083968747\";a:3:{s:5:\"width\";i:768;s:6:\"height\";i:576;s:4:\"file\";s:31:\"rifle_header-e1517083672882.jpg\";}s:23:\"thumbnail-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-small-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-large-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-blog-image-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1981,24,'_edit_last','1'),
(1982,24,'_shortpixel_was_converted','1720206977'),
(1983,25,'_wp_attachment_image_alt','Carbine Classes'),
(1984,25,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:960;s:6:\"height\";i:576;s:4:\"file\";s:18:\"carbine_header.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-200x120.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-690x414.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1521240651480\";a:3:{s:5:\"width\";i:768;s:6:\"height\";i:576;s:4:\"file\";s:33:\"carbine_header-e1517083525740.jpg\";}}'),
(1985,25,'_edit_last','1'),
(1986,25,'_shortpixel_was_converted','1720206977'),
(1987,26,'_wp_attachment_image_alt','Pistol Classes'),
(1988,26,'_wp_attachment_backup_sizes','a:15:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1160;s:6:\"height\";i:800;s:4:\"file\";s:17:\"pistol_header.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-768x530.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:26:\"pistol_header-1024x706.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:706;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-200x138.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-690x476.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1521241232795\";a:3:{s:5:\"width\";i:919;s:6:\"height\";i:690;s:4:\"file\";s:32:\"pistol_header-e1517083439476.jpg\";}s:23:\"thumbnail-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-small-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-large-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-blog-image-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1989,26,'_edit_last','1'),
(1990,26,'_shortpixel_was_converted','1720206977'),
(1991,31,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:19:\"20170215_094146.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:28:\"20170215_094146-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1992,31,'_shortpixel_was_converted','1720206977'),
(1993,45,'_shortpixel_was_converted','1720206977'),
(1994,51,'_shortpixel_was_converted','1720206977'),
(1995,55,'_shortpixel_was_converted','1720206977'),
(1996,56,'_wp_attachment_context','custom-header'),
(1997,56,'_shortpixel_was_converted','1720206976'),
(1998,62,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:334;s:4:\"file\";s:17:\"atsi_logo_big.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"atsi_logo_big-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"atsi_logo_big-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:25:\"atsi_logo_big-200x134.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:25:\"atsi_logo_big-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(1999,62,'_edit_last','1'),
(2000,62,'_wp_attachment_image_alt','Amtac Shooting Logo'),
(2001,62,'_shortpixel_was_converted','1720206976'),
(2002,63,'_wp_attachment_context','site-icon'),
(2003,63,'_shortpixel_was_converted','1720206976'),
(2004,63,'_oembed_aafba14d7556d5cd6da66ffb27bbd8d5','{{unknown}}'),
(2005,65,'_wp_attachment_is_custom_background','talon/talon'),
(2006,65,'_shortpixel_was_converted','1720206976'),
(2007,70,'_shortpixel_was_converted','1720206976'),
(2008,71,'_shortpixel_was_converted','1720206976'),
(2009,72,'_shortpixel_was_converted','1720206976'),
(2010,73,'_shortpixel_was_converted','1720206976'),
(2011,74,'_shortpixel_was_converted','1720206976'),
(2012,86,'_shortpixel_was_converted','1720206976'),
(2013,161,'_shortpixel_was_converted','1720206987'),
(2014,165,'_shortpixel_was_converted','1720206987'),
(2015,196,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2200;s:6:\"height\";i:1467;s:4:\"file\";s:17:\"6X0C2057-Edit.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:26:\"6X0C2057-Edit-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-690x460.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2016,196,'_shortpixel_was_converted','1720206987'),
(2017,201,'_shortpixel_was_converted','1720206987'),
(2018,203,'_shortpixel_was_converted','1720206987'),
(2019,206,'_shortpixel_was_converted','1720206987'),
(2020,207,'_wp_attachment_image_alt',''),
(2021,207,'_shortpixel_was_converted','1720206987'),
(2022,214,'_shortpixel_was_converted','1720206987'),
(2023,215,'_wp_attachment_context','custom-header'),
(2024,215,'_edit_last','1'),
(2025,215,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"cropped-pistol.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:27:\"cropped-pistol-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-690x388.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2026,215,'_shortpixel_was_converted','1720206987'),
(2027,222,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4160;s:6:\"height\";i:2340;s:4:\"file\";s:21:\"Precision-Rifle-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:30:\"Precision-Rifle-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-690x388.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2028,222,'_shortpixel_was_converted','1720206987'),
(2029,225,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:350;s:6:\"height\";i:263;s:4:\"file\";s:12:\"carbine4.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"carbine4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"carbine4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"carbine4-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"carbine4-280x263.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2030,225,'_shortpixel_was_converted','1720206987'),
(2031,227,'_shortpixel_was_converted','1720206987'),
(2032,228,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:5050;s:6:\"height\";i:3287;s:4:\"file\";s:20:\"Hybrid-Carbine-2.jpg\";}}'),
(2033,228,'_edit_last','1'),
(2034,228,'_shortpixel_was_converted','1720206987'),
(2035,229,'_shortpixel_was_converted','1720206987'),
(2036,230,'_shortpixel_was_converted','1720206987'),
(2037,269,'_edit_last','1'),
(2038,269,'_shortpixel_was_converted','1720206987'),
(2039,273,'_shortpixel_was_converted','1720206987'),
(2040,274,'_shortpixel_was_converted','1720206987'),
(2041,275,'_shortpixel_was_converted','1720206987'),
(2042,292,'_shortpixel_was_converted','1720206987'),
(2043,303,'_shortpixel_was_converted','1720206997'),
(2044,304,'_shortpixel_was_converted','1720206997'),
(2045,316,'_shortpixel_was_converted','1720206997'),
(2046,380,'_gallery_link_url','https://sayoctactical.com/'),
(2047,380,'_gallery_link_target','_blank'),
(2048,380,'_gallery_link_preserve_click','remove'),
(2049,380,'_gallery_link_additional_css_classes',''),
(2050,380,'_shortpixel_was_converted','1720206997'),
(2051,381,'_gallery_link_url','https://defoor-proformance-shooting.myshopify.com'),
(2052,381,'_gallery_link_target','_blank'),
(2053,381,'_gallery_link_preserve_click','remove'),
(2054,381,'_gallery_link_additional_css_classes',''),
(2055,381,'_shortpixel_was_converted','1720206997'),
(2056,382,'_edit_last','1'),
(2057,382,'_oembed_206a125b57db15f38022bc968a05f32c','{{unknown}}'),
(2058,382,'_gallery_link_url','http://www.gustavomachado.com'),
(2059,382,'_gallery_link_target',''),
(2060,382,'_gallery_link_preserve_click','remove'),
(2061,382,'_gallery_link_additional_css_classes',''),
(2062,382,'_shortpixel_was_converted','1720206997'),
(2063,383,'_gallery_link_url','www.black-hills.com'),
(2064,383,'_gallery_link_target',''),
(2065,383,'_gallery_link_preserve_click','remove'),
(2066,383,'_gallery_link_additional_css_classes',''),
(2067,383,'_shortpixel_was_converted','1720206997'),
(2068,384,'_gallery_link_url','www.blackpointtactical.com'),
(2069,384,'_gallery_link_target',''),
(2070,384,'_gallery_link_preserve_click','remove'),
(2071,384,'_gallery_link_additional_css_classes',''),
(2072,384,'_shortpixel_was_converted','1720206997'),
(2073,385,'_gallery_link_url','https://www.proofresearch.com'),
(2074,385,'_gallery_link_target','_blank'),
(2075,385,'_gallery_link_preserve_click','remove'),
(2076,385,'_gallery_link_additional_css_classes',''),
(2077,385,'_shortpixel_was_converted','1720206997'),
(2078,386,'_gallery_link_url','http://www.usnightvision.com'),
(2079,386,'_gallery_link_target','_blank'),
(2080,386,'_gallery_link_preserve_click','remove'),
(2081,386,'_gallery_link_additional_css_classes',''),
(2082,386,'_shortpixel_was_converted','1720206997'),
(2083,387,'_gallery_link_url','http://vortexoptics.com'),
(2084,387,'_gallery_link_target','_blank'),
(2085,387,'_gallery_link_preserve_click','remove'),
(2086,387,'_gallery_link_additional_css_classes',''),
(2087,387,'_shortpixel_was_converted','1720206997'),
(2088,405,'_shortpixel_was_converted','1720206997'),
(2089,406,'_shortpixel_was_converted','1720206997'),
(2090,408,'_shortpixel_was_converted','1720206997'),
(2091,412,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:18:\"IMG_1452.HEIC_.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:27:\"IMG_1452.HEIC_-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:27:\"IMG_1452.HEIC_-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"IMG_1452.HEIC_-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-200x267.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-690x920.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:920;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2092,412,'_wp_attachment_image_alt','FLIR Thermosight Pro PTS233,'),
(2093,412,'_shortpixel_was_converted','1720206997'),
(2094,413,'_shortpixel_was_converted','1720206997'),
(2095,414,'_shortpixel_was_converted','1720206997'),
(2096,416,'_shortpixel_was_converted','1720207013'),
(2097,417,'_shortpixel_was_converted','1720207013'),
(2098,418,'_shortpixel_was_converted','1720207013'),
(2099,419,'_shortpixel_was_converted','1720207013'),
(2100,420,'_shortpixel_was_converted','1720207013'),
(2101,421,'_shortpixel_was_converted','1720207013'),
(2102,422,'_shortpixel_was_converted','1720207013'),
(2103,423,'_shortpixel_was_converted','1720207013'),
(2104,424,'_shortpixel_was_converted','1720207013'),
(2105,425,'_shortpixel_was_converted','1720207013'),
(2106,426,'_shortpixel_was_converted','1720207013'),
(2107,427,'_shortpixel_was_converted','1720207013'),
(2108,428,'_shortpixel_was_converted','1720207013'),
(2109,429,'_shortpixel_was_converted','1720207013'),
(2110,430,'_shortpixel_was_converted','1720207013'),
(2111,431,'_shortpixel_was_converted','1720207013'),
(2112,432,'_shortpixel_was_converted','1720207013'),
(2113,433,'_shortpixel_was_converted','1720207013'),
(2114,434,'_shortpixel_was_converted','1720207013'),
(2115,438,'_shortpixel_was_converted','1720207013'),
(2116,439,'_shortpixel_was_converted','1720207021'),
(2117,484,'_shortpixel_was_converted','1720207021'),
(2118,486,'_shortpixel_was_converted','1720207021'),
(2119,506,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3312;s:6:\"height\";i:2848;s:4:\"file\";s:22:\"carbine_high_ready.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:31:\"carbine_high_ready-1024x881.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:881;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:28:\"carbine_high_ready-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-200x172.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-690x593.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2120,506,'_shortpixel_was_converted','1720207021'),
(2121,507,'_shortpixel_was_converted','1720207021'),
(2122,508,'_shortpixel_was_converted','1720207021'),
(2123,509,'_shortpixel_was_converted','1720207021'),
(2124,510,'_shortpixel_was_converted','1720207021'),
(2125,511,'_shortpixel_was_converted','1720207021'),
(2126,512,'_shortpixel_was_converted','1720207021'),
(2127,513,'_shortpixel_was_converted','1720207021'),
(2128,514,'_shortpixel_was_converted','1720207021'),
(2129,515,'_shortpixel_was_converted','1720207021'),
(2130,516,'_shortpixel_was_converted','1720207021'),
(2131,517,'_shortpixel_was_converted','1720207021'),
(2132,518,'_shortpixel_was_converted','1720207021'),
(2133,519,'_shortpixel_was_converted','1720207021'),
(2134,520,'_shortpixel_was_converted','1720207021'),
(2135,521,'_shortpixel_was_converted','1720207021'),
(2136,522,'_shortpixel_was_converted','1720207021'),
(2137,524,'_shortpixel_was_converted','1720207035'),
(2138,526,'_shortpixel_was_converted','1720207035'),
(2139,535,'_shortpixel_was_converted','1720207035'),
(2140,537,'_shortpixel_was_converted','1720207035'),
(2141,539,'_shortpixel_was_converted','1720207035'),
(2142,598,'_shortpixel_was_converted','1720207035'),
(2143,600,'_shortpixel_was_converted','1720207035'),
(2144,602,'_shortpixel_was_converted','1720207035'),
(2145,602,'_wp_attachment_image_alt','Carbine'),
(2146,604,'_shortpixel_was_converted','1720207035'),
(2147,605,'_shortpixel_was_converted','1720207035'),
(2148,606,'_shortpixel_was_converted','1720207035'),
(2149,608,'_shortpixel_was_converted','1720207035'),
(2150,610,'_shortpixel_was_converted','1720207035'),
(2151,612,'_shortpixel_was_converted','1720207035'),
(2152,614,'_shortpixel_was_converted','1720207035'),
(2153,616,'_shortpixel_was_converted','1720207035'),
(2154,618,'_shortpixel_was_converted','1720207035'),
(2155,631,'_wp_attachment_image_alt','Integrated Combatives AAR'),
(2156,631,'_shortpixel_was_converted','1720207035'),
(2157,637,'_shortpixel_was_converted','1720207035'),
(2158,643,'_shortpixel_was_converted','1720207035'),
(2159,648,'_shortpixel_was_converted','1720207072'),
(2160,657,'_shortpixel_was_converted','1720207072'),
(2161,663,'_wp_attachment_backup_sizes','a:1:{s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:37:\"AB0A3350_edit_zps6igcmeyf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2162,663,'_wp_attachment_image_alt','Kevin Kelly'),
(2163,663,'_shortpixel_was_converted','1712792935'),
(2164,667,'_shortpixel_was_converted','1720207072'),
(2165,672,'_shortpixel_was_converted','1720207072'),
(2166,696,'_wp_attachment_image_alt','AAR Civilian Gunfighter Integrated Combatives'),
(2167,696,'_shortpixel_was_converted','1720207072'),
(2168,699,'_shortpixel_was_converted','1720207072'),
(2169,706,'_wp_attachment_image_alt','AAR Responsible Armed Citizen Breach Bang Clear'),
(2170,706,'_shortpixel_was_converted','1720207072'),
(2171,710,'_wp_attachment_image_alt','AAR Integrated Combatives VDMSR'),
(2172,710,'_shortpixel_was_converted','1720207072'),
(2173,714,'_wp_attachment_image_alt','AAR Womens Shooting Defense Course VDMSR'),
(2174,714,'_shortpixel_was_converted','1720207071'),
(2175,719,'_wp_attachment_image_alt','AAR Integrated Combatives Glock Talk'),
(2176,719,'_shortpixel_was_converted','1720207071'),
(2177,723,'_wp_attachment_image_alt','AAR Shooting and CQB VDMSR'),
(2178,723,'_shortpixel_was_converted','1720207071'),
(2179,728,'_wp_attachment_image_alt','AAR Responsible Armed Citizen VDMSR'),
(2180,728,'_shortpixel_was_converted','1720207071'),
(2181,740,'_wp_attachment_backup_sizes','a:19:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:12:\"IMG_1826.jpg\";}s:18:\"full-1523572535532\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1500;s:4:\"file\";s:27:\"IMG_1826-e1523572525145.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_1826-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"IMG_1826-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1523575982520\";a:3:{s:5:\"width\";i:1500;s:6:\"height\";i:2000;s:4:\"file\";s:27:\"IMG_1826-e1523572535532.jpg\";}s:23:\"thumbnail-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1523575982520\";a:4:{s:4:\"file\";s:36:\"IMG_1826-e1523572535532-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1523575982520\";a:4:{s:4:\"file\";s:36:\"IMG_1826-e1523572535532-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"widget-thumbnail-1523575982520\";a:4:{s:4:\"file\";s:33:\"IMG_1826-e1523572535532-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-small-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-200x267.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-large-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-blog-image-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-690x920.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:920;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2182,740,'_shortpixel_was_converted','1720207071'),
(2183,749,'_shortpixel_was_converted','1720207071'),
(2184,751,'_shortpixel_was_converted','1720207071'),
(2185,753,'_shortpixel_was_converted','1720207071'),
(2186,755,'_shortpixel_was_converted','1720207071'),
(2187,784,'_shortpixel_was_converted','1720207071'),
(2188,796,'_shortpixel_was_converted','1720207071'),
(2189,798,'_shortpixel_was_converted','1720207081'),
(2190,800,'_shortpixel_was_converted','1720207081'),
(2191,802,'_shortpixel_was_converted','1720207081'),
(2192,804,'_shortpixel_was_converted','1720207081'),
(2193,806,'_shortpixel_was_converted','1720207081'),
(2194,808,'_shortpixel_was_converted','1720207081'),
(2195,810,'_shortpixel_was_converted','1720207081'),
(2196,812,'_shortpixel_was_converted','1720207081'),
(2197,814,'_shortpixel_was_converted','1720207081'),
(2198,816,'_shortpixel_was_converted','1720207081'),
(2199,818,'_shortpixel_was_converted','1720207081'),
(2200,821,'_shortpixel_was_converted','1720207081'),
(2201,823,'_shortpixel_was_converted','1720207081'),
(2202,825,'_shortpixel_was_converted','1720207081'),
(2203,827,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:23:\"2018-04-03-17.52.32.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:32:\"2018-04-03-17.52.32-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"2018-04-03-17.52.32-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2204,827,'_shortpixel_was_converted','1720207081'),
(2205,829,'_shortpixel_was_converted','1720207081'),
(2206,831,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3024;s:6:\"height\";i:2016;s:4:\"file\";s:24:\"aac_flash_suppressor.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:33:\"aac_flash_suppressor-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"aac_flash_suppressor-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-690x460.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2207,831,'_shortpixel_was_converted','1720207081'),
(2208,833,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3576;s:6:\"height\";i:2384;s:4:\"file\";s:29:\"bemeyers_flash_suppressor.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:38:\"bemeyers_flash_suppressor-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:35:\"bemeyers_flash_suppressor-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-690x460.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2209,833,'_shortpixel_was_converted','1720207081'),
(2210,835,'_shortpixel_was_converted','1720207081'),
(2211,837,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:40:\"7680FC55-38D6-45FD-92E5-736B699AF2C7.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:49:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2212,837,'_shortpixel_was_converted','1720207081'),
(2213,839,'_shortpixel_was_converted','1720207116'),
(2214,841,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"IMG_2174.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_2174-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"IMG_2174-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2215,841,'_shortpixel_was_converted','1720207116'),
(2216,843,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"IMG_2187.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_2187-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"IMG_2187-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2217,843,'_shortpixel_was_converted','1720207116'),
(2218,845,'_shortpixel_was_converted','1720207116'),
(2219,847,'_shortpixel_was_converted','1720207116'),
(2220,849,'_shortpixel_was_converted','1720207116'),
(2221,851,'_shortpixel_was_converted','1720207116'),
(2222,853,'_shortpixel_was_converted','1720207116'),
(2223,855,'_shortpixel_was_converted','1720207116'),
(2224,857,'_shortpixel_was_converted','1720207116'),
(2225,859,'_shortpixel_was_converted','1720207116'),
(2226,861,'_shortpixel_was_converted','1720207116'),
(2227,863,'_shortpixel_was_converted','1720207116'),
(2228,865,'_shortpixel_was_converted','1720207116'),
(2229,867,'_shortpixel_was_converted','1720207116'),
(2230,869,'_shortpixel_was_converted','1720207116'),
(2231,871,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:25:\"2018-03-21-10.35.11-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:34:\"2018-03-21-10.35.11-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"2018-03-21-10.35.11-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2232,871,'_shortpixel_was_converted','1720207116'),
(2233,873,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:40:\"DEA1F19B-1608-4603-A898-44477B13501D.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:49:\"DEA1F19B-1608-4603-A898-44477B13501D-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"DEA1F19B-1608-4603-A898-44477B13501D-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2234,873,'_shortpixel_was_converted','1720207116'),
(2235,875,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:40:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:49:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2236,875,'_shortpixel_was_converted','1720207116'),
(2237,877,'_shortpixel_was_converted','1720207116'),
(2238,879,'_shortpixel_was_converted','1720207317'),
(2239,881,'_shortpixel_was_converted','1720207317'),
(2240,950,'_shortpixel_was_converted','1720207317'),
(2241,954,'_shortpixel_was_converted','1720207317'),
(2242,960,'_shortpixel_was_converted','1720207317'),
(2243,973,'_shortpixel_was_converted','1720207317'),
(2244,975,'_shortpixel_was_converted','1720207317'),
(2245,977,'_shortpixel_was_converted','1720207317'),
(2246,979,'_shortpixel_was_converted','1720207317'),
(2247,981,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:41:\"A13E6688-3690-48C8-8910-4220CC1B5A14.jpeg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:50:\"A13E6688-3690-48C8-8910-4220CC1B5A14-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:47:\"A13E6688-3690-48C8-8910-4220CC1B5A14-75x75.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-200x150.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-280x280.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-690x518.jpeg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2248,981,'_shortpixel_was_converted','1720207317'),
(2249,991,'_shortpixel_was_converted','1720207317'),
(2250,993,'_shortpixel_was_converted','1720207317'),
(2251,995,'_shortpixel_was_converted','1720207317'),
(2252,997,'_shortpixel_was_converted','1720207316'),
(2253,999,'_shortpixel_was_converted','1720207316'),
(2254,1011,'_shortpixel_was_converted','1720207316'),
(2255,1013,'_shortpixel_was_converted','1720207316'),
(2256,1015,'_shortpixel_was_converted','1720207316'),
(2257,1017,'_shortpixel_was_converted','1720207316'),
(2258,1019,'_shortpixel_was_converted','1720207316'),
(2259,1021,'_shortpixel_was_converted','1720207325'),
(2260,1023,'_shortpixel_was_converted','1720207325'),
(2261,1025,'_shortpixel_was_converted','1720207325'),
(2262,1031,'_shortpixel_was_converted','1720207325'),
(2263,1058,'_shortpixel_was_converted','1720207325'),
(2264,1062,'_shortpixel_was_converted','1720207325'),
(2265,1067,'_shortpixel_was_converted','1720207325'),
(2266,1097,'_wp_attachment_backup_sizes','a:3:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Front-700x300.jpg\";s:4:\"file\";s:25:\"FO3-G19-Front-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Front-620x266.jpg\";s:4:\"file\";s:25:\"FO3-G19-Front-620x266.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Front-400x171.jpg\";s:4:\"file\";s:25:\"FO3-G19-Front-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2267,1097,'_shortpixel_was_converted','1720207325'),
(2268,1108,'_wp_attachment_backup_sizes','a:3:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Back-700x300.jpg\";s:4:\"file\";s:24:\"FO3-G17-Back-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Back-620x266.jpg\";s:4:\"file\";s:24:\"FO3-G17-Back-620x266.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Back-400x171.jpg\";s:4:\"file\";s:24:\"FO3-G17-Back-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2269,1108,'_shortpixel_was_converted','1720207325'),
(2270,1110,'_wp_attachment_backup_sizes','a:3:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Front-700x300.jpg\";s:4:\"file\";s:25:\"FO3-G17-Front-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Front-620x266.jpg\";s:4:\"file\";s:25:\"FO3-G17-Front-620x266.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Front-400x171.jpg\";s:4:\"file\";s:25:\"FO3-G17-Front-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2271,1110,'_shortpixel_was_converted','1720207325'),
(2272,1112,'_wp_attachment_backup_sizes','a:3:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Back-700x300.jpg\";s:4:\"file\";s:24:\"FO3-G19-Back-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Back-620x266.jpg\";s:4:\"file\";s:24:\"FO3-G19-Back-620x266.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Back-400x171.jpg\";s:4:\"file\";s:24:\"FO3-G19-Back-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2273,1112,'_shortpixel_was_converted','1720207325'),
(2274,1118,'_shortpixel_was_converted','1720207325'),
(2275,1130,'_shortpixel_was_converted','1720207325'),
(2276,1132,'_shortpixel_was_converted','1720207325'),
(2277,1134,'_shortpixel_was_converted','1720207325'),
(2278,1136,'_shortpixel_was_converted','1720207325'),
(2279,1138,'_shortpixel_was_converted','1720207325'),
(2280,1140,'_shortpixel_was_converted','1720207325'),
(2281,1142,'_shortpixel_was_converted','1720207325'),
(2282,1144,'_shortpixel_was_converted','1720207325'),
(2283,1146,'_shortpixel_was_converted','1720207335'),
(2284,1148,'_shortpixel_was_converted','1720207335'),
(2285,1150,'_shortpixel_was_converted','1720207335'),
(2286,1152,'_shortpixel_was_converted','1720207335'),
(2287,1154,'_shortpixel_was_converted','1720207335'),
(2288,1156,'_shortpixel_was_converted','1720207335'),
(2289,1158,'_shortpixel_was_converted','1720207335'),
(2290,1160,'_shortpixel_was_converted','1720207335'),
(2291,1162,'_shortpixel_was_converted','1720207335'),
(2292,1164,'_shortpixel_was_converted','1720207335'),
(2293,1166,'_shortpixel_was_converted','1720207335'),
(2294,1168,'_shortpixel_was_converted','1720207335'),
(2295,1170,'_shortpixel_was_converted','1720207335'),
(2296,1172,'_shortpixel_was_converted','1720207334'),
(2297,1174,'_shortpixel_was_converted','1720207334'),
(2298,1176,'_shortpixel_was_converted','1720207334'),
(2299,1178,'_shortpixel_was_converted','1720207334'),
(2300,1180,'_wp_attachment_image_alt','Bill and Chainsaw Sniper Adventure Challenge 2018'),
(2301,1180,'_shortpixel_was_converted','1720207334'),
(2302,1182,'_shortpixel_was_converted','1720207334'),
(2303,1184,'_shortpixel_was_converted','1720207334'),
(2304,1186,'_shortpixel_was_converted','1720207344'),
(2305,1188,'_shortpixel_was_converted','1720207344'),
(2306,1190,'_shortpixel_was_converted','1720207344'),
(2307,1192,'_shortpixel_was_converted','1720207344'),
(2308,1194,'_shortpixel_was_converted','1720207344'),
(2309,1196,'_shortpixel_was_converted','1720207344'),
(2310,1198,'_shortpixel_was_converted','1720207344'),
(2311,1200,'_shortpixel_was_converted','1720207344'),
(2312,1200,'_wp_attachment_image_alt','Carbine'),
(2313,1202,'_shortpixel_was_converted','1720207344'),
(2314,1204,'_shortpixel_was_converted','1720207344'),
(2315,1206,'_shortpixel_was_converted','1720207344'),
(2316,1208,'_shortpixel_was_converted','1712883203'),
(2317,1210,'_shortpixel_was_converted','1720207344'),
(2318,1212,'_shortpixel_was_converted','1720207344'),
(2319,1217,'_shortpixel_was_converted','1720207344'),
(2320,1219,'_shortpixel_was_converted','1720207344'),
(2321,1221,'_shortpixel_was_converted','1720207344'),
(2322,1223,'_shortpixel_was_converted','1720207344'),
(2323,1225,'_shortpixel_was_converted','1720207344'),
(2324,1228,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"IMG_4394.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_4394-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"IMG_4394-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(2325,1228,'_shortpixel_was_converted','1720207344'),
(2326,1230,'_shortpixel_was_converted','1720207379'),
(2327,1232,'_shortpixel_was_converted','1720207379'),
(2328,1234,'_shortpixel_was_converted','1720207379'),
(2329,1236,'_shortpixel_was_converted','1720207379'),
(2330,1239,'_shortpixel_was_converted','1720207379'),
(2331,1256,'_shortpixel_was_converted','1720207379'),
(2332,1258,'_shortpixel_was_converted','1720207379'),
(2333,1260,'_shortpixel_was_converted','1720207379'),
(2334,1262,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:9:\"watch.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:17:\"watch-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:17:\"watch-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:18:\"watch-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:18:\"watch-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:15:\"watch-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:17:\"watch-200x267.png\";s:5:\"width\";i:200;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:17:\"watch-280x280.png\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:17:\"watch-690x920.png\";s:5:\"width\";i:690;s:6:\"height\";i:920;s:9:\"mime-type\";s:9:\"image/png\";}}'),
(2335,1262,'_shortpixel_was_converted','1720207379'),
(2336,1265,'_shortpixel_was_converted','1720207379'),
(2337,1267,'_shortpixel_was_converted','1720207379'),
(2338,1269,'_shortpixel_was_converted','1720207379'),
(2339,1280,'_shortpixel_was_converted','1720207379'),
(2340,1282,'_shortpixel_was_converted','1720207379'),
(2341,1284,'_shortpixel_was_converted','1720207379'),
(2342,1286,'_shortpixel_was_converted','1720207379'),
(2343,1297,'_shortpixel_was_converted','1720207379'),
(2344,1299,'_shortpixel_was_converted','1720207379'),
(2345,1301,'_shortpixel_was_converted','1720207379'),
(2346,1303,'_shortpixel_was_converted','1720207379'),
(2347,1305,'_wp_attachment_image_alt','Integrated Combatives'),
(2348,1305,'_shortpixel_was_converted','1710369017'),
(2349,1307,'_shortpixel_was_converted','1720207389'),
(2350,1309,'_shortpixel_was_converted','1720207389'),
(2351,1311,'_shortpixel_was_converted','1720207389'),
(2352,1313,'_shortpixel_was_converted','1720207389'),
(2353,1315,'_shortpixel_was_converted','1720207389'),
(2354,1317,'_shortpixel_was_converted','1720207389'),
(2355,1319,'_shortpixel_was_converted','1720207389'),
(2356,1321,'_shortpixel_was_converted','1720207389'),
(2357,1323,'_shortpixel_was_converted','1712883541'),
(2358,1325,'_shortpixel_was_converted','1720207389'),
(2359,1327,'_shortpixel_was_converted','1720207389'),
(2360,1329,'_shortpixel_was_converted','1720207389'),
(2361,1331,'_shortpixel_was_converted','1720207389'),
(2362,1333,'_shortpixel_was_converted','1720207389'),
(2363,1335,'_shortpixel_was_converted','1720207389'),
(2364,1337,'_shortpixel_was_converted','1720207389'),
(2365,1339,'_shortpixel_was_converted','1720207389'),
(2366,1341,'_shortpixel_was_converted','1720207389'),
(2367,1343,'_shortpixel_was_converted','1720207389'),
(2368,1345,'_shortpixel_was_converted','1720207403'),
(2369,1347,'_shortpixel_was_converted','1720207403'),
(2370,1349,'_shortpixel_was_converted','1720207403'),
(2371,1351,'_shortpixel_was_converted','1720207403'),
(2372,1356,'_shortpixel_was_converted','1720207403'),
(2373,1376,'_wp_attachment_image_alt','Carbine'),
(2374,1376,'_shortpixel_was_converted','1720207403'),
(2375,1378,'_wp_attachment_image_alt','Combatives'),
(2376,1378,'_shortpixel_was_converted','1720207403'),
(2377,1383,'_wp_attachment_image_alt','Amtac Mil Leo Carbine Course'),
(2378,1383,'_shortpixel_was_converted','1720207403'),
(2379,1390,'_wp_attachment_image_alt','Carbine Course'),
(2380,1390,'_shortpixel_was_converted','1720207403'),
(2381,1403,'_wp_attachment_image_alt','Precision Rifle'),
(2382,1403,'_shortpixel_was_converted','1720207403'),
(2383,1506,'_wp_attachment_image_alt','Radio Communications'),
(2384,1506,'_shortpixel_was_converted','1720207403'),
(2385,1508,'_shortpixel_was_converted','1720207403'),
(2386,1530,'_shortpixel_was_converted','1720207403'),
(2387,1535,'_shortpixel_was_converted','1720207403'),
(2388,1535,'_wp_attachment_image_alt','Centurian Arms AMTAC Carbine Rifle'),
(2389,1537,'_wp_attachment_image_alt','Centurian Arms AMTAC Carbine Pistol'),
(2390,1537,'_shortpixel_was_converted','1720207403'),
(2391,1540,'_wp_attachment_image_alt','AAR Civilian Gunfighter Compact Carbine'),
(2392,1540,'_shortpixel_was_converted','1720207403'),
(2393,1558,'_wp_attachment_image_alt','Compact Carbine Truck'),
(2394,1558,'_shortpixel_was_converted','1720207403'),
(2395,1572,'_shortpixel_was_converted','1720207403'),
(2396,1591,'_wp_attachment_image_alt','Modern Warrior Conference'),
(2397,1591,'_shortpixel_was_converted','1720207403'),
(2398,1599,'_shortpixel_was_converted','1720207403'),
(2399,1599,'_wp_attachment_image_alt','Pistol Vehicle Combatives Course'),
(2400,1614,'_wp_attachment_image_alt','FO3 Rhodesian Brushstroke'),
(2401,1614,'_shortpixel_was_converted','1720207419'),
(2402,1626,'_wp_attachment_image_alt','Winter Shooting'),
(2403,1626,'_shortpixel_was_converted','1720207419'),
(2404,1645,'_wp_attached_file','2021/12/amtac-gear-hat-small-min.jpg'),
(2405,1645,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:245;s:4:\"file\";s:36:\"2021/12/amtac-gear-hat-small-min.jpg\";s:8:\"filesize\";i:30015;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"amtac-gear-hat-small-min-300x245.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21231;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"amtac-gear-hat-small-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3963;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"amtac-gear-hat-small-min-300x184.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:184;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15565;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"amtac-gear-hat-small-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7260;}}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:{}}}'),
(2406,1645,'_shortpixel_was_converted','1720207419'),
(2407,1650,'_wp_attached_file','2021/12/608-6085853_walther-arms-logo.png'),
(2408,1650,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:3341;s:6:\"height\";i:924;s:4:\"file\";s:41:\"2021/12/608-6085853_walther-arms-logo.png\";s:8:\"filesize\";i:685678;s:5:\"sizes\";a:19:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"608-6085853_walther-arms-logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:121444;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"608-6085853_walther-arms-logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16594;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"608-6085853_walther-arms-logo-600x166.png\";s:5:\"width\";i:600;s:6:\"height\";i:166;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:132098;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"608-6085853_walther-arms-logo-300x83.png\";s:5:\"width\";i:300;s:6:\"height\";i:83;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38247;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"608-6085853_walther-arms-logo-1024x283.png\";s:5:\"width\";i:1024;s:6:\"height\";i:283;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:355143;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"608-6085853_walther-arms-logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33957;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"608-6085853_walther-arms-logo-768x212.png\";s:5:\"width\";i:768;s:6:\"height\";i:212;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:208066;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"608-6085853_walther-arms-logo-1536x425.png\";s:5:\"width\";i:1536;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:734009;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:42:\"608-6085853_walther-arms-logo-2048x566.png\";s:5:\"width\";i:2048;s:6:\"height\";i:566;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1209755;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"608-6085853_walther-arms-logo-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134181;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"608-6085853_walther-arms-logo-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:783605;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"608-6085853_walther-arms-logo-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:150905;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"608-6085853_walther-arms-logo-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:247118;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"608-6085853_walther-arms-logo-1080x299.png\";s:5:\"width\";i:1080;s:6:\"height\";i:299;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:391928;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"608-6085853_walther-arms-logo-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:243097;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:42:\"608-6085853_walther-arms-logo-2880x924.png\";s:5:\"width\";i:2880;s:6:\"height\";i:924;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1695100;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:42:\"608-6085853_walther-arms-logo-1280x354.png\";s:5:\"width\";i:1280;s:6:\"height\";i:354;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:531601;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"608-6085853_walther-arms-logo-980x271.png\";s:5:\"width\";i:980;s:6:\"height\";i:271;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:327208;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"608-6085853_walther-arms-logo-480x133.png\";s:5:\"width\";i:480;s:6:\"height\";i:133;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88036;}}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:{}}}'),
(2409,1650,'_wp_attachment_image_alt','Walther Logo'),
(2410,1650,'_shortpixel_status','2.8600'),
(2411,1651,'_wp_attached_file','2021/12/amtac-gear-logo-words-filled-map.png'),
(2412,1651,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:209;s:4:\"file\";s:44:\"2021/12/amtac-gear-logo-words-filled-map.png\";s:8:\"filesize\";i:7401;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:44:\"amtac-gear-logo-words-filled-map-300x209.png\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13847;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:44:\"amtac-gear-logo-words-filled-map-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10823;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"amtac-gear-logo-words-filled-map-300x157.png\";s:5:\"width\";i:300;s:6:\"height\";i:157;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32416;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"amtac-gear-logo-words-filled-map-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18327;}}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:{}}}'),
(2413,1651,'_wp_attachment_image_alt','AMTAC Gear'),
(2414,1651,'_shortpixel_was_converted','1720207419'),
(2415,1661,'_wp_attached_file','2022/02/Groundfighting-with-Weapons.png'),
(2416,1661,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:39:\"2022/02/Groundfighting-with-Weapons.png\";s:8:\"filesize\";i:202765;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"Groundfighting-with-Weapons-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111796;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"Groundfighting-with-Weapons-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16453;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"Groundfighting-with-Weapons-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:385969;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Groundfighting-with-Weapons-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111796;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Groundfighting-with-Weapons-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32773;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"Groundfighting-with-Weapons-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:592097;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"Groundfighting-with-Weapons-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107321;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:39:\"Groundfighting-with-Weapons-924x675.png\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:422925;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"Groundfighting-with-Weapons-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:125858;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"Groundfighting-with-Weapons-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:206178;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"Groundfighting-with-Weapons-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:224781;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"Groundfighting-with-Weapons-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:259747;}}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:{}}}'),
(2417,1661,'_shortpixel_was_converted','1720207419'),
(2418,1671,'_wp_attached_file','2022/02/Tom-Kier-photo.jpg'),
(2419,1671,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:730;s:6:\"height\";i:411;s:4:\"file\";s:26:\"2022/02/Tom-Kier-photo.jpg\";s:8:\"filesize\";i:18719;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"Tom-Kier-photo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16876;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"Tom-Kier-photo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3739;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"Tom-Kier-photo-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33129;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Tom-Kier-photo-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11999;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Tom-Kier-photo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6216;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"Tom-Kier-photo-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19353;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"Tom-Kier-photo-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20764;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"Tom-Kier-photo-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30383;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"Tom-Kier-photo-400x411.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:411;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25789;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"Tom-Kier-photo-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23734;}}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:{}}}'),
(2420,1671,'_shortpixel_was_converted','1720207419'),
(2421,1684,'_wp_attached_file','2022/02/tom-and-bill-blade-and-pistol-min.jpg'),
(2422,1684,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:829;s:6:\"height\";i:480;s:4:\"file\";s:45:\"2022/02/tom-and-bill-blade-and-pistol-min.jpg\";s:8:\"filesize\";i:20800;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:45:\"tom-and-bill-blade-and-pistol-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13428;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:45:\"tom-and-bill-blade-and-pistol-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3069;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:45:\"tom-and-bill-blade-and-pistol-min-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24404;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"tom-and-bill-blade-and-pistol-min-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9058;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"tom-and-bill-blade-and-pistol-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5136;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"tom-and-bill-blade-and-pistol-min-768x445.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34487;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"tom-and-bill-blade-and-pistol-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14219;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"tom-and-bill-blade-and-pistol-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15651;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"tom-and-bill-blade-and-pistol-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23082;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"tom-and-bill-blade-and-pistol-min-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24323;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"tom-and-bill-blade-and-pistol-min-480x278.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17782;}}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:{}}}'),
(2423,1684,'_wp_attachment_image_alt','Tom Kier and Bill Rapier'),
(2424,1684,'_shortpixel_was_converted','1720207419'),
(2425,1685,'_wp_attached_file','2022/03/2022-modern-warrior-conf-resized-min-2.jpg'),
(2426,1685,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:829;s:6:\"height\";i:440;s:4:\"file\";s:50:\"2022/03/2022-modern-warrior-conf-resized-min-2.jpg\";s:8:\"filesize\";i:48205;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:50:\"2022-modern-warrior-conf-resized-min-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18531;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:50:\"2022-modern-warrior-conf-resized-min-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4079;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:50:\"2022-modern-warrior-conf-resized-min-2-600x318.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37942;}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"2022-modern-warrior-conf-resized-min-2-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13578;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"2022-modern-warrior-conf-resized-min-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6942;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"2022-modern-warrior-conf-resized-min-2-768x408.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53911;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:50:\"2022-modern-warrior-conf-resized-min-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23137;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:50:\"2022-modern-warrior-conf-resized-min-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24292;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:50:\"2022-modern-warrior-conf-resized-min-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34478;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:50:\"2022-modern-warrior-conf-resized-min-2-400x440.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29024;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:50:\"2022-modern-warrior-conf-resized-min-2-480x255.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27348;}}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:{}}}'),
(2427,1685,'_wp_attachment_image_alt','2022 Modern Warrior Conference'),
(2428,1685,'_shortpixel_was_converted','1720207419'),
(2429,1690,'_wp_attached_file','2022/04/IMG_5520-min.jpg'),
(2430,1690,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:912;s:6:\"height\";i:740;s:4:\"file\";s:24:\"2022/04/IMG_5520-min.jpg\";s:8:\"filesize\";i:35282;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_5520-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21005;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_5520-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4765;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_5520-min-600x487.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47423;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_5520-min-300x243.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19034;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_5520-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8291;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_5520-min-768x623.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:623;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65861;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_5520-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21318;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"IMG_5520-min-912x675.jpg\";s:5:\"width\";i:912;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53517;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_5520-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24128;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_5520-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34982;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_5520-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33835;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_5520-min-480x389.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35145;}}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:{}}}'),
(2431,1690,'_wp_attachment_image_alt','Atienza Blade Seminar'),
(2432,1690,'_shortpixel_was_converted','1720207419'),
(2433,1694,'_wp_attached_file','2022/04/gustavo-bill-walther-2-min.png'),
(2434,1694,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:425;s:4:\"file\";s:38:\"2022/04/gustavo-bill-walther-2-min.png\";s:8:\"filesize\";i:165558;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"gustavo-bill-walther-2-min-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:164806;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"gustavo-bill-walther-2-min-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21715;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"gustavo-bill-walther-2-min-600x319.png\";s:5:\"width\";i:600;s:6:\"height\";i:319;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:355947;}s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"gustavo-bill-walther-2-min-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:97784;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"gustavo-bill-walther-2-min-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45742;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"gustavo-bill-walther-2-min-768x408.png\";s:5:\"width\";i:768;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:548569;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"gustavo-bill-walther-2-min-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:194690;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"gustavo-bill-walther-2-min-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:217124;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:38:\"gustavo-bill-walther-2-min-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:352804;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"gustavo-bill-walther-2-min-400x425.png\";s:5:\"width\";i:400;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:212197;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"gustavo-bill-walther-2-min-480x255.png\";s:5:\"width\";i:480;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:236051;}}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:{}}}'),
(2435,1694,'_wp_attachment_image_alt','Jiu Jitsu'),
(2436,1694,'_shortpixel_was_converted','1720207419'),
(2437,1695,'_wp_attached_file','2022/04/Walther-Pistol-Bill-Header-min.jpg'),
(2438,1695,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:924;s:4:\"file\";s:42:\"2022/04/Walther-Pistol-Bill-Header-min.jpg\";s:8:\"filesize\";i:45500;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15150;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3355;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-600x361.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28381;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10156;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"Walther-Pistol-Bill-Header-min-1024x616.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:616;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62995;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5608;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-768x462.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42096;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15660;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:43:\"Walther-Pistol-Bill-Header-min-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72211;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17261;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26252;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:43:\"Walther-Pistol-Bill-Header-min-1080x650.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70021;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29562;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:43:\"Walther-Pistol-Bill-Header-min-1280x770.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90468;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-980x590.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60404;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-480x289.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20146;}}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:{}}}'),
(2439,1695,'_wp_attachment_image_alt','Walther Pistol Bill'),
(2440,1695,'_shortpixel_was_converted','1720207419'),
(2441,1697,'_wp_attached_file','2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg'),
(2442,1697,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:576;s:4:\"file\";s:47:\"2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\";s:8:\"filesize\";i:47740;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"Walther-Pistol-Bill-Header-Trim-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15429;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"Walther-Pistol-Bill-Header-Trim-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3365;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:47:\"Walther-Pistol-Bill-Header-Trim-min-600x346.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27861;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Walther-Pistol-Bill-Header-Trim-min-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9783;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Walther-Pistol-Bill-Header-Trim-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5604;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"Walther-Pistol-Bill-Header-Trim-min-768x442.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40931;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"Walther-Pistol-Bill-Header-Trim-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15801;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"Walther-Pistol-Bill-Header-Trim-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17596;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"Walther-Pistol-Bill-Header-Trim-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26781;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"Walther-Pistol-Bill-Header-Trim-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31127;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:47:\"Walther-Pistol-Bill-Header-Trim-min-980x564.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60211;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"Walther-Pistol-Bill-Header-Trim-min-480x276.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19563;}}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:{}}}'),
(2443,1697,'_wp_attachment_image_alt','Walther Pistol Bill'),
(2444,1697,'_shortpixel_was_converted','1720207419'),
(2445,1698,'_wp_attached_file','2022/04/Bill-Walther-Pistol-min.jpg'),
(2446,1698,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1313;s:6:\"height\";i:739;s:4:\"file\";s:35:\"2022/04/Bill-Walther-Pistol-min.jpg\";s:8:\"filesize\";i:62541;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"Bill-Walther-Pistol-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20234;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"Bill-Walther-Pistol-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3843;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"Bill-Walther-Pistol-min-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39794;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Bill-Walther-Pistol-min-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13376;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"Bill-Walther-Pistol-min-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88117;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Bill-Walther-Pistol-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6992;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"Bill-Walther-Pistol-min-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57259;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"Bill-Walther-Pistol-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22686;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"Bill-Walther-Pistol-min-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101725;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"Bill-Walther-Pistol-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24603;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"Bill-Walther-Pistol-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37111;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:36:\"Bill-Walther-Pistol-min-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95492;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"Bill-Walther-Pistol-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33904;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:36:\"Bill-Walther-Pistol-min-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121829;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"Bill-Walther-Pistol-min-980x552.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83275;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"Bill-Walther-Pistol-min-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27952;}}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:{}}}'),
(2447,1698,'_wp_attachment_image_alt','Bill Walther Pistol'),
(2448,1698,'_shortpixel_was_converted','1720207419'),
(2449,1717,'_wp_attached_file','2022/05/Amtac-Instructor-David-Acosta.jpg'),
(2450,1717,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:746;s:6:\"height\";i:746;s:4:\"file\";s:41:\"2022/05/Amtac-Instructor-David-Acosta.jpg\";s:8:\"filesize\";i:46852;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"Amtac-Instructor-David-Acosta-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22942;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"Amtac-Instructor-David-Acosta-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4487;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"Amtac-Instructor-David-Acosta-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67598;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"Amtac-Instructor-David-Acosta-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22942;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"Amtac-Instructor-David-Acosta-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7948;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"Amtac-Instructor-David-Acosta-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25588;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:41:\"Amtac-Instructor-David-Acosta-746x675.jpg\";s:5:\"width\";i:746;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90884;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"Amtac-Instructor-David-Acosta-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28194;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"Amtac-Instructor-David-Acosta-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42965;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"Amtac-Instructor-David-Acosta-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46488;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"Amtac-Instructor-David-Acosta-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47629;}}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:{}}}'),
(2451,1717,'_shortpixel_was_converted','1720207419'),
(2452,1718,'_wp_attached_file','2022/05/Amtac-Instructor-David-Acosta-with-Bill-min.jpg'),
(2453,1718,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:55:\"2022/05/Amtac-Instructor-David-Acosta-with-Bill-min.jpg\";s:8:\"filesize\";i:89032;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"Amtac-Instructor-David-Acosta-with-Bill-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31387;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"Amtac-Instructor-David-Acosta-with-Bill-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4457;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"Amtac-Instructor-David-Acosta-with-Bill-min-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102599;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"Amtac-Instructor-David-Acosta-with-Bill-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31387;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"Amtac-Instructor-David-Acosta-with-Bill-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8800;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"Amtac-Instructor-David-Acosta-with-Bill-min-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150614;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:55:\"Amtac-Instructor-David-Acosta-with-Bill-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33258;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:55:\"Amtac-Instructor-David-Acosta-with-Bill-min-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156289;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:55:\"Amtac-Instructor-David-Acosta-with-Bill-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37707;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:55:\"Amtac-Instructor-David-Acosta-with-Bill-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59790;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:55:\"Amtac-Instructor-David-Acosta-with-Bill-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60472;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:55:\"Amtac-Instructor-David-Acosta-with-Bill-min-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71066;}}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:{}}}'),
(2454,1718,'_wp_attachment_image_alt','Amtac Instructor David Acosta with Bill'),
(2455,1718,'_shortpixel_was_converted','1712948099'),
(2456,1719,'_wp_attached_file','2022/05/Amtac-Instructor-David-Acosta-min.jpg'),
(2457,1719,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:746;s:6:\"height\";i:746;s:4:\"file\";s:45:\"2022/05/Amtac-Instructor-David-Acosta-min.jpg\";s:8:\"filesize\";i:44827;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:45:\"Amtac-Instructor-David-Acosta-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22869;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:45:\"Amtac-Instructor-David-Acosta-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4491;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:45:\"Amtac-Instructor-David-Acosta-min-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67271;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Amtac-Instructor-David-Acosta-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22869;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Amtac-Instructor-David-Acosta-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7949;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"Amtac-Instructor-David-Acosta-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25456;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"Amtac-Instructor-David-Acosta-min-746x675.jpg\";s:5:\"width\";i:746;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90157;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"Amtac-Instructor-David-Acosta-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28113;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"Amtac-Instructor-David-Acosta-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42762;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"Amtac-Instructor-David-Acosta-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46266;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"Amtac-Instructor-David-Acosta-min-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47567;}}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:{}}}'),
(2458,1719,'_wp_attachment_image_alt','Amtac Instructor David Acosta'),
(2459,1719,'_shortpixel_was_converted','1712948189'),
(2460,1726,'_wp_attached_file','2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg'),
(2461,1726,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:45:\"2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\";s:8:\"filesize\";i:53947;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22988;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4495;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50193;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17011;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7861;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73075;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25411;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27876;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42669;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43588;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105243;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35296;}}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:{}}}'),
(2462,1726,'_shortpixel_was_converted','1720207419'),
(2463,1727,'_wp_attached_file','2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg'),
(2464,1727,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1303;s:6:\"height\";i:924;s:4:\"file\";s:48:\"2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\";s:8:\"filesize\";i:55124;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19259;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3982;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-600x425.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:425;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43432;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-300x213.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:213;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15830;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95916;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7027;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-768x545.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:545;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63126;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22145;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:49:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96032;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23921;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35752;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:49:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1080x766.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:766;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103267;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34423;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:49:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1280x908.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:908;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131742;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:48:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-980x695.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:695;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90161;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-480x340.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:340;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31377;}}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:{}}}'),
(2465,1727,'_shortpixel_was_converted','1712959851'),
(2466,1728,'_wp_attached_file','2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-scaled-1.jpeg'),
(2467,1728,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1230;s:6:\"height\";i:924;s:4:\"file\";s:58:\"2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-scaled-1.jpeg\";s:8:\"filesize\";i:59265;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:58:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-scaled-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18775;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:58:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-scaled-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3519;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:58:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-scaled-1-600x451.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46508;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-scaled-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15113;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-scaled-1-1024x769.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104973;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-scaled-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-scaled-1-768x577.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68270;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-scaled-1-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20675;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:59:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-scaled-1-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95295;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-scaled-1-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22749;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-scaled-1-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35402;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:59:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-scaled-1-1080x811.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:811;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:113646;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-scaled-1-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34400;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:58:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-scaled-1-980x736.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98202;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-scaled-1-480x361.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32400;}}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:{}}}'),
(2468,1728,'_shortpixel_was_converted','1712959898'),
(2469,1736,'_wp_attached_file','2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg'),
(2470,1736,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:266;s:6:\"height\";i:427;s:4:\"file\";s:60:\"2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\";s:8:\"filesize\";i:43635;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"Amtac-Instructors-David-Cagle-min-e1656643966336-266x300.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30440;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"Amtac-Instructors-David-Cagle-min-e1656643966336-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4411;}s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"Amtac-Instructors-David-Cagle-min-e1656643966336-187x300.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20004;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"Amtac-Instructors-David-Cagle-min-e1656643966336-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8431;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:60:\"Amtac-Instructors-David-Cagle-min-e1656643966336-266x250.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24937;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:60:\"Amtac-Instructors-David-Cagle-min-e1656643966336-266x284.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28718;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:60:\"Amtac-Instructors-David-Cagle-min-e1656643966336-266x382.jpg\";s:5:\"width\";i:266;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39143;}}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:{}}}'),
(2471,1736,'_wp_attachment_image_alt','Amtac Shooting Instructor David Cagle'),
(2472,1736,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:366;s:6:\"height\";i:588;s:4:\"file\";s:37:\"Amtac-Instructors-David-Cagle-min.jpg\";}s:18:\"full-1656643966336\";a:3:{s:5:\"width\";i:266;s:6:\"height\";i:427;s:4:\"file\";s:52:\"Amtac-Instructors-David-Cagle-min-e1656643908151.jpg\";}}'),
(2473,1736,'_shortpixel_was_converted','1712956811'),
(2474,1753,'_wp_attached_file','2022/07/Amtac-Instructors-David-Cagle-min-1.jpg'),
(2475,1753,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:366;s:6:\"height\";i:588;s:4:\"file\";s:47:\"2022/07/Amtac-Instructors-David-Cagle-min-1.jpg\";s:8:\"filesize\";i:92323;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"Amtac-Instructors-David-Cagle-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32966;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"Amtac-Instructors-David-Cagle-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4559;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Amtac-Instructors-David-Cagle-min-1-187x300.jpg\";s:5:\"width\";i:187;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22424;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Amtac-Instructors-David-Cagle-min-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:9103;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"Amtac-Instructors-David-Cagle-min-1-366x250.jpg\";s:5:\"width\";i:366;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37188;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"Amtac-Instructors-David-Cagle-min-1-366x284.jpg\";s:5:\"width\";i:366;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41921;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"Amtac-Instructors-David-Cagle-min-1-366x382.jpg\";s:5:\"width\";i:366;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55989;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"Amtac-Instructors-David-Cagle-min-1-366x516.jpg\";s:5:\"width\";i:366;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78531;}}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:{}}}'),
(2476,1753,'_shortpixel_was_converted','1712956809'),
(2477,1759,'_wp_attached_file','2022/07/David-Cagle_Wide-Shot_Landing-Page-Course-Image.png'),
(2478,1759,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:59:\"2022/07/David-Cagle_Wide-Shot_Landing-Page-Course-Image.png\";s:8:\"filesize\";i:248103;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:59:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:148995;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:59:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17106;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:59:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image-600x503.png\";s:5:\"width\";i:600;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:402951;}s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image-300x251.png\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106475;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37773;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image-768x644.png\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:630748;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:59:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:137516;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:59:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image-940x675.png\";s:5:\"width\";i:940;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:639620;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:59:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:156836;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:59:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:264247;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:59:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:413362;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:59:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image-480x402.png\";s:5:\"width\";i:480;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:264901;}}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:{}}}'),
(2479,1759,'_shortpixel_was_converted','1720207501'),
(2480,1760,'_wp_attached_file','2022/07/David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2.png'),
(2481,1760,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:69:\"2022/07/David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2.png\";s:8:\"filesize\";i:307596;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:69:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:197221;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:69:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23852;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:69:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-600x503.png\";s:5:\"width\";i:600;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:507417;}s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-300x251.png\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:142611;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52317;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:69:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-768x644.png\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:775632;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:69:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:181235;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:69:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-940x675.png\";s:5:\"width\";i:940;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:697465;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:69:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:206593;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:69:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:338120;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:69:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:434178;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:69:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-480x402.png\";s:5:\"width\";i:480;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:340762;}}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:{}}}'),
(2482,1760,'_shortpixel_was_converted','1720207501'),
(2483,1761,'_wp_attached_file','2022/07/Bryan-Resnick-Pistol-Course.jpeg'),
(2484,1761,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1118;s:4:\"file\";s:40:\"2022/07/Bryan-Resnick-Pistol-Course.jpeg\";s:8:\"filesize\";i:137602;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"Bryan-Resnick-Pistol-Course-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31867;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"Bryan-Resnick-Pistol-Course-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4707;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:40:\"Bryan-Resnick-Pistol-Course-600x726.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136732;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"Bryan-Resnick-Pistol-Course-248x300.jpeg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27157;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"Bryan-Resnick-Pistol-Course-846x1024.jpeg\";s:5:\"width\";i:846;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238439;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"Bryan-Resnick-Pistol-Course-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8977;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"Bryan-Resnick-Pistol-Course-768x929.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:929;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205190;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"Bryan-Resnick-Pistol-Course-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35652;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"Bryan-Resnick-Pistol-Course-924x675.jpeg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174272;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"Bryan-Resnick-Pistol-Course-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39453;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:40:\"Bryan-Resnick-Pistol-Course-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63242;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:40:\"Bryan-Resnick-Pistol-Course-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70280;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"Bryan-Resnick-Pistol-Course-480x581.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92599;}}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:{}}}'),
(2485,1761,'_shortpixel_was_converted','1712959837'),
(2486,1763,'_wp_attached_file','2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg'),
(2487,1763,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:45:\"2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\";s:8:\"filesize\";i:46664;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23302;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4482;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51803;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17015;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7844;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75769;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25739;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28269;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43786;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45056;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109605;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35996;}}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:{}}}'),
(2488,1763,'_shortpixel_was_converted','1720207501'),
(2489,1764,'_wp_attached_file','2022/07/David-Cagle_Smiling-Profile.jpg'),
(2490,1764,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:446;s:6:\"height\";i:446;s:4:\"file\";s:39:\"2022/07/David-Cagle_Smiling-Profile.jpg\";s:8:\"filesize\";i:20224;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"David-Cagle_Smiling-Profile-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22092;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"David-Cagle_Smiling-Profile-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4809;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"David-Cagle_Smiling-Profile-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22092;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"David-Cagle_Smiling-Profile-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8410;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"David-Cagle_Smiling-Profile-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22817;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"David-Cagle_Smiling-Profile-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25138;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"David-Cagle_Smiling-Profile-446x382.jpg\";s:5:\"width\";i:446;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27902;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"David-Cagle_Smiling-Profile-400x446.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:446;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34534;}}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:{}}}'),
(2491,1764,'_shortpixel_was_converted','1712956788'),
(2492,1765,'_wp_attached_file','2022/07/David-Cagle-Smiling_Cropped-for-Course-Landing-Page-.png'),
(2493,1765,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:740;s:6:\"height\";i:940;s:4:\"file\";s:64:\"2022/07/David-Cagle-Smiling_Cropped-for-Course-Landing-Page-.png\";s:8:\"filesize\";i:231169;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:64:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page--300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:158985;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:64:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page--100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22461;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:64:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page--600x762.png\";s:5:\"width\";i:600;s:6:\"height\";i:762;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:568909;}s:6:\"medium\";a:5:{s:4:\"file\";s:64:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page--236x300.png\";s:5:\"width\";i:236;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104560;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:64:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page--150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46370;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:64:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page--400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:187823;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:64:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page--740x675.png\";s:5:\"width\";i:740;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:590481;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:64:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page--400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:210253;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:64:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page--510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:345142;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:64:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page--400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:270880;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:64:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page--480x610.png\";s:5:\"width\";i:480;s:6:\"height\";i:610;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:374925;}}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:{}}}'),
(2494,1765,'_shortpixel_was_converted','1720207501'),
(2495,1766,'_wp_attached_file','2022/07/David-Cagle-Smiling_Cropped-for-Course-Landing-Page-1.png'),
(2496,1766,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:788;s:6:\"height\";i:1500;s:4:\"file\";s:65:\"2022/07/David-Cagle-Smiling_Cropped-for-Course-Landing-Page-1.png\";s:8:\"filesize\";i:261305;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:65:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:159798;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:65:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22441;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:66:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page-1-600x1142.png\";s:5:\"width\";i:600;s:6:\"height\";i:1142;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:576155;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page-1-158x300.png\";s:5:\"width\";i:158;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51797;}s:5:\"large\";a:5:{s:4:\"file\";s:66:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page-1-538x1024.png\";s:5:\"width\";i:538;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:469128;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46511;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:66:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page-1-768x1462.png\";s:5:\"width\";i:768;s:6:\"height\";i:1462;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:890975;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:65:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:187907;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:65:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page-1-788x675.png\";s:5:\"width\";i:788;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:635355;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:65:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:210722;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:65:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:346659;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:65:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:268336;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:65:\"David-Cagle-Smiling_Cropped-for-Course-Landing-Page-1-480x914.png\";s:5:\"width\";i:480;s:6:\"height\";i:914;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:379132;}}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:{}}}'),
(2497,1766,'_shortpixel_was_converted','1720207501'),
(2498,1767,'_wp_attached_file','2022/07/David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1.png'),
(2499,1767,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:71:\"2022/07/David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1.png\";s:8:\"filesize\";i:230307;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:71:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:128805;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:71:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18439;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:71:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-600x503.png\";s:5:\"width\";i:600;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:374839;}s:6:\"medium\";a:5:{s:4:\"file\";s:71:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-300x251.png\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106072;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:71:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37906;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:71:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-768x644.png\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:602383;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:71:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:170545;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:71:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-940x675.png\";s:5:\"width\";i:940;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:610812;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:71:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:176751;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:71:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:274870;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:71:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:267792;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:71:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-480x402.png\";s:5:\"width\";i:480;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:245834;}}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:{}}}'),
(2500,1767,'_shortpixel_was_converted','1720207501'),
(2501,1770,'_wp_attached_file','2022/07/AMTAC_T-SHIRT_FRONT_1000x1500.webp'),
(2502,1770,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:42:\"2022/07/AMTAC_T-SHIRT_FRONT_1000x1500.webp\";s:8:\"filesize\";i:372174;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:42:\"AMTAC_T-SHIRT_FRONT_1000x1500-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31042;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"AMTAC_T-SHIRT_FRONT_1000x1500-100x100.webp\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:3988;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:42:\"AMTAC_T-SHIRT_FRONT_1000x1500-600x600.webp\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:120950;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"AMTAC_T-SHIRT_FRONT_1000x1500-300x300.webp\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31042;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"AMTAC_T-SHIRT_FRONT_1000x1500-150x150.webp\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:8570;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"AMTAC_T-SHIRT_FRONT_1000x1500-768x768.webp\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:188460;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"AMTAC_T-SHIRT_FRONT_1000x1500-400x250.webp\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:31216;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:43:\"AMTAC_T-SHIRT_FRONT_1000x1500-1000x675.webp\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:231670;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"AMTAC_T-SHIRT_FRONT_1000x1500-400x284.webp\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:36854;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:42:\"AMTAC_T-SHIRT_FRONT_1000x1500-510x382.webp\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:62514;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"AMTAC_T-SHIRT_FRONT_1000x1500-400x516.webp\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:65120;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:42:\"AMTAC_T-SHIRT_FRONT_1000x1500-980x980.webp\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:290528;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"AMTAC_T-SHIRT_FRONT_1000x1500-480x480.webp\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/webp\";s:8:\"filesize\";i:76908;}}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:{}}}'),
(2503,1815,'_wp_attached_file','2022/08/ATC-Living-room-2-scaled-1.jpg'),
(2504,1815,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:38:\"2022/08/ATC-Living-room-2-scaled-1.jpg\";s:8:\"filesize\";i:60487;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"ATC-Living-room-2-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17688;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"ATC-Living-room-2-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3472;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"ATC-Living-room-2-scaled-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44007;}s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"ATC-Living-room-2-scaled-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14426;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"ATC-Living-room-2-scaled-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101221;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"ATC-Living-room-2-scaled-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:6123;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"ATC-Living-room-2-scaled-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64851;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"ATC-Living-room-2-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19927;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:39:\"ATC-Living-room-2-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96093;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"ATC-Living-room-2-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21698;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:38:\"ATC-Living-room-2-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33448;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:39:\"ATC-Living-room-2-scaled-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110185;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"ATC-Living-room-2-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33988;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:38:\"ATC-Living-room-2-scaled-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95337;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"ATC-Living-room-2-scaled-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30658;}}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:{}}}'),
(2505,1815,'_shortpixel_was_converted','1720207501'),
(2506,1816,'_wp_attached_file','2022/08/ATC-stove-and-living-room-scaled-1.jpg'),
(2507,1816,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:46:\"2022/08/ATC-stove-and-living-room-scaled-1.jpg\";s:8:\"filesize\";i:67725;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:46:\"ATC-stove-and-living-room-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18610;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:46:\"ATC-stove-and-living-room-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3553;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:46:\"ATC-stove-and-living-room-scaled-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47716;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"ATC-stove-and-living-room-scaled-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15368;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"ATC-stove-and-living-room-scaled-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111466;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"ATC-stove-and-living-room-scaled-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:6216;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"ATC-stove-and-living-room-scaled-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71006;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"ATC-stove-and-living-room-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21518;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"ATC-stove-and-living-room-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106022;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"ATC-stove-and-living-room-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23327;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"ATC-stove-and-living-room-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36599;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:47:\"ATC-stove-and-living-room-scaled-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121278;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"ATC-stove-and-living-room-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35029;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:46:\"ATC-stove-and-living-room-scaled-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104850;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"ATC-stove-and-living-room-scaled-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32806;}}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:{}}}'),
(2508,1816,'_shortpixel_was_converted','1720207501'),
(2509,1817,'_wp_attached_file','2022/08/ATC-Bunks-2-scaled-1.jpg'),
(2510,1817,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:32:\"2022/08/ATC-Bunks-2-scaled-1.jpg\";s:8:\"filesize\";i:72305;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"ATC-Bunks-2-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17831;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"ATC-Bunks-2-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3502;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"ATC-Bunks-2-scaled-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80433;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"ATC-Bunks-2-scaled-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15411;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"ATC-Bunks-2-scaled-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119099;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"ATC-Bunks-2-scaled-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:5998;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"ATC-Bunks-2-scaled-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119099;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"ATC-Bunks-2-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19394;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"ATC-Bunks-2-scaled-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86603;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"ATC-Bunks-2-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21456;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"ATC-Bunks-2-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33572;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"ATC-Bunks-2-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39158;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"ATC-Bunks-2-scaled-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55376;}}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:{}}}'),
(2511,1817,'_shortpixel_was_converted','1720207501'),
(2512,1818,'_wp_attached_file','2022/08/ATC-Bunks-scaled-1.jpg'),
(2513,1818,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:30:\"2022/08/ATC-Bunks-scaled-1.jpg\";s:8:\"filesize\";i:62543;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"ATC-Bunks-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16969;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"ATC-Bunks-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3312;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"ATC-Bunks-scaled-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41924;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"ATC-Bunks-scaled-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13251;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"ATC-Bunks-scaled-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97784;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"ATC-Bunks-scaled-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:5835;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"ATC-Bunks-scaled-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62269;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"ATC-Bunks-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18123;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"ATC-Bunks-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89890;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"ATC-Bunks-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20050;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"ATC-Bunks-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31486;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"ATC-Bunks-scaled-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106508;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"ATC-Bunks-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32635;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"ATC-Bunks-scaled-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91755;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"ATC-Bunks-scaled-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28424;}}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:{}}}'),
(2514,1818,'_shortpixel_was_converted','1720207501'),
(2515,1819,'_wp_attached_file','2022/08/ATC-Bathroom-2-scaled-1.jpg'),
(2516,1819,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:35:\"2022/08/ATC-Bathroom-2-scaled-1.jpg\";s:8:\"filesize\";i:52265;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"ATC-Bathroom-2-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16920;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"ATC-Bathroom-2-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3098;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"ATC-Bathroom-2-scaled-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68950;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"ATC-Bathroom-2-scaled-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14061;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"ATC-Bathroom-2-scaled-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99243;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"ATC-Bathroom-2-scaled-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:5551;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"ATC-Bathroom-2-scaled-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99243;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"ATC-Bathroom-2-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16321;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"ATC-Bathroom-2-scaled-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69272;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"ATC-Bathroom-2-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18724;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"ATC-Bathroom-2-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29455;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"ATC-Bathroom-2-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34990;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"ATC-Bathroom-2-scaled-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48376;}}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:{}}}'),
(2517,1819,'_shortpixel_was_converted','1720207501'),
(2518,1820,'_wp_attached_file','2022/08/ATC-Bathroom-scaled-1.jpg'),
(2519,1820,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:33:\"2022/08/ATC-Bathroom-scaled-1.jpg\";s:8:\"filesize\";i:50481;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"ATC-Bathroom-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14418;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"ATC-Bathroom-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2800;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"ATC-Bathroom-scaled-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59899;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"ATC-Bathroom-scaled-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12150;}s:5:\"large\";a:5:{s:4:\"file\";s:34:\"ATC-Bathroom-scaled-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87667;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"ATC-Bathroom-scaled-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:4786;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"ATC-Bathroom-scaled-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87667;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"ATC-Bathroom-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12708;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"ATC-Bathroom-scaled-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58113;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"ATC-Bathroom-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14985;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"ATC-Bathroom-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23989;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"ATC-Bathroom-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30056;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"ATC-Bathroom-scaled-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41853;}}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:{}}}'),
(2520,1820,'_shortpixel_was_converted','1720207501'),
(2521,1821,'_wp_attached_file','2022/08/ATC-kitchen-scaled-1.jpg'),
(2522,1821,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:32:\"2022/08/ATC-kitchen-scaled-1.jpg\";s:8:\"filesize\";i:64864;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"ATC-kitchen-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17162;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"ATC-kitchen-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3127;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"ATC-kitchen-scaled-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46623;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"ATC-kitchen-scaled-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14510;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"ATC-kitchen-scaled-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109143;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"ATC-kitchen-scaled-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:5519;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"ATC-kitchen-scaled-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69297;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"ATC-kitchen-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20613;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"ATC-kitchen-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104404;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"ATC-kitchen-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22464;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"ATC-kitchen-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35285;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"ATC-kitchen-scaled-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118557;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"ATC-kitchen-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33312;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"ATC-kitchen-scaled-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102826;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"ATC-kitchen-scaled-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31634;}}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:{}}}'),
(2523,1821,'_shortpixel_was_converted','1720207501'),
(2524,1834,'_wp_attached_file','2022/08/Atienza-Fight.jpg'),
(2525,1834,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:912;s:6:\"height\";i:1200;s:4:\"file\";s:25:\"2022/08/Atienza-Fight.jpg\";s:8:\"filesize\";i:71205;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"Atienza-Fight-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24578;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"Atienza-Fight-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4520;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"Atienza-Fight-600x789.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:789;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93210;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Atienza-Fight-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21055;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Atienza-Fight-778x1024.jpg\";s:5:\"width\";i:778;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136171;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Atienza-Fight-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8105;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Atienza-Fight-768x1011.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1011;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133232;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"Atienza-Fight-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23080;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"Atienza-Fight-912x675.jpg\";s:5:\"width\";i:912;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90522;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"Atienza-Fight-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26157;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"Atienza-Fight-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39689;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"Atienza-Fight-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49486;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"Atienza-Fight-480x632.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66277;}}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:{}}}'),
(2526,1834,'_shortpixel_was_converted','1720207501'),
(2527,1851,'_wp_attached_file','2022/10/92672F3F-AAE4-49BD-A86C-0D1B9A880888.jpg'),
(2528,1851,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:760;s:4:\"file\";s:48:\"2022/10/92672F3F-AAE4-49BD-A86C-0D1B9A880888.jpg\";s:8:\"filesize\";i:114287;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24900;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4019;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-600x317.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46682;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13589;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-1024x540.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119313;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7418;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-768x405.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72111;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27144;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:49:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152591;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30026;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48411;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:49:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-1080x570.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134145;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50083;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:49:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-1280x676.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:676;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173073;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:48:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-980x517.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111298;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-480x253.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32197;}}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:{}}}'),
(2529,1851,'_shortpixel_was_converted','1720207501'),
(2530,1861,'_wp_attached_file','2022/10/Kevin-Kelly-Course-Thumnail.png'),
(2531,1861,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:39:\"2022/10/Kevin-Kelly-Course-Thumnail.png\";s:8:\"filesize\";i:137312;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"Kevin-Kelly-Course-Thumnail-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75421;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"Kevin-Kelly-Course-Thumnail-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10739;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"Kevin-Kelly-Course-Thumnail-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129449;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Kevin-Kelly-Course-Thumnail-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37536;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Kevin-Kelly-Course-Thumnail-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:351681;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Kevin-Kelly-Course-Thumnail-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21854;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"Kevin-Kelly-Course-Thumnail-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:203722;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"Kevin-Kelly-Course-Thumnail-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60279;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"Kevin-Kelly-Course-Thumnail-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:372038;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"Kevin-Kelly-Course-Thumnail-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70025;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"Kevin-Kelly-Course-Thumnail-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118760;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:40:\"Kevin-Kelly-Course-Thumnail-1080x720.png\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:386782;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"Kevin-Kelly-Course-Thumnail-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198259;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:40:\"Kevin-Kelly-Course-Thumnail-1280x853.png\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:518530;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:39:\"Kevin-Kelly-Course-Thumnail-980x653.png\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:321685;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"Kevin-Kelly-Course-Thumnail-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87400;}}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:{}}}'),
(2532,1861,'_shortpixel_was_converted','1712717652'),
(2533,1862,'_wp_attached_file','2018/03/pistol-medical-bk.jpg'),
(2534,1862,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:29:\"2018/03/pistol-medical-bk.jpg\";s:8:\"filesize\";i:72806;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"pistol-medical-bk-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22916;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3877;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58716;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18503;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"pistol-medical-bk-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134185;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7215;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86592;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24663;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"pistol-medical-bk-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119280;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28131;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44802;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"pistol-medical-bk-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146099;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44303;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126494;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40400;}}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:{}}}'),
(2535,1862,'_shortpixel_was_converted','1712717652'),
(2536,1883,'_wp_attached_file','2022/10/IMG-4327-scaled-1.jpg'),
(2537,1883,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:29:\"2022/10/IMG-4327-scaled-1.jpg\";s:8:\"filesize\";i:49091;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"IMG-4327-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15470;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"IMG-4327-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3304;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"IMG-4327-scaled-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35016;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"IMG-4327-scaled-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12041;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"IMG-4327-scaled-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78772;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"IMG-4327-scaled-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:5554;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"IMG-4327-scaled-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51072;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"IMG-4327-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15853;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"IMG-4327-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71113;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"IMG-4327-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17588;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"IMG-4327-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26786;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"IMG-4327-scaled-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85889;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"IMG-4327-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29695;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"IMG-4327-scaled-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73979;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"IMG-4327-scaled-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24173;}}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:{}}}'),
(2538,1883,'_shortpixel_was_converted','1712717652'),
(2539,1884,'_wp_attached_file','2022/10/IMG-4328.jpg'),
(2540,1884,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:20:\"2022/10/IMG-4328.jpg\";s:8:\"filesize\";i:112531;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG-4328-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15860;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG-4328-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2962;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"IMG-4328-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74451;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG-4328-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11957;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG-4328-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115733;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG-4328-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5154;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG-4328-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115733;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG-4328-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19118;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"IMG-4328-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96226;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG-4328-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20381;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG-4328-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31965;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG-4328-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33577;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"IMG-4328-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48795;}}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:{}}}'),
(2541,1884,'_shortpixel_was_converted','1712717652'),
(2542,1949,'_wp_attached_file','2022/12/David-A-pic-1-min.jpg'),
(2543,1949,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1385;s:6:\"height\";i:924;s:4:\"file\";s:29:\"2022/12/David-A-pic-1-min.jpg\";s:8:\"filesize\";i:45027;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"David-A-pic-1-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15440;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"David-A-pic-1-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3573;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"David-A-pic-1-min-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32909;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"David-A-pic-1-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12310;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"David-A-pic-1-min-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72303;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"David-A-pic-1-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5911;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"David-A-pic-1-min-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47075;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"David-A-pic-1-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17407;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"David-A-pic-1-min-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73592;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"David-A-pic-1-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19224;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"David-A-pic-1-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28168;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"David-A-pic-1-min-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78782;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"David-A-pic-1-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27954;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"David-A-pic-1-min-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100197;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"David-A-pic-1-min-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67924;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"David-A-pic-1-min-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23623;}}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:{}}}'),
(2544,1949,'_shortpixel_was_converted','1712717652'),
(2545,1950,'_wp_attached_file','2022/12/David-A-pic-2-min.jpg'),
(2546,1950,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1385;s:6:\"height\";i:924;s:4:\"file\";s:29:\"2022/12/David-A-pic-2-min.jpg\";s:8:\"filesize\";i:39623;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"David-A-pic-2-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12971;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"David-A-pic-2-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2766;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"David-A-pic-2-min-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27287;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"David-A-pic-2-min-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9685;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"David-A-pic-2-min-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60911;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"David-A-pic-2-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4711;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"David-A-pic-2-min-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39580;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"David-A-pic-2-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14012;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"David-A-pic-2-min-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61062;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"David-A-pic-2-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15678;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"David-A-pic-2-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23194;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"David-A-pic-2-min-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66142;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"David-A-pic-2-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22440;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:30:\"David-A-pic-2-min-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84325;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"David-A-pic-2-min-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57158;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"David-A-pic-2-min-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19609;}}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:{}}}'),
(2547,1950,'_shortpixel_was_converted','1712717652'),
(2548,1951,'_wp_attached_file','2022/12/David-A-pic-3-min.jpg'),
(2549,1951,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1096;s:6:\"height\";i:924;s:4:\"file\";s:29:\"2022/12/David-A-pic-3-min.jpg\";s:8:\"filesize\";i:40122;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"David-A-pic-3-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18534;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"David-A-pic-3-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4175;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"David-A-pic-3-min-600x506.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44842;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"David-A-pic-3-min-300x253.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16596;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"David-A-pic-3-min-1024x863.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"David-A-pic-3-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7105;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"David-A-pic-3-min-768x647.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63541;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"David-A-pic-3-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20184;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"David-A-pic-3-min-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83261;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"David-A-pic-3-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22226;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"David-A-pic-3-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32483;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"David-A-pic-3-min-1080x911.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:911;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104041;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"David-A-pic-3-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31693;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"David-A-pic-3-min-980x826.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:826;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90826;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"David-A-pic-3-min-480x405.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32352;}}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:{}}}'),
(2550,1951,'_shortpixel_was_converted','1712717652'),
(2551,1952,'_wp_attached_file','2022/12/David-A-pic-4-min.jpg'),
(2552,1952,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:540;s:6:\"height\";i:388;s:4:\"file\";s:29:\"2022/12/David-A-pic-4-min.jpg\";s:8:\"filesize\";i:29852;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"David-A-pic-4-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22559;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"David-A-pic-4-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4397;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"David-A-pic-4-min-300x216.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18274;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"David-A-pic-4-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7937;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"David-A-pic-4-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25539;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"David-A-pic-4-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27795;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"David-A-pic-4-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41116;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"David-A-pic-4-min-400x388.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35629;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"David-A-pic-4-min-480x345.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:345;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36569;}}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:{}}}'),
(2553,1952,'_shortpixel_was_converted','1712717652'),
(2554,1953,'_wp_attached_file','2022/12/David-A-pic-2-min-Copy.jpg'),
(2555,1953,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:961;s:4:\"file\";s:34:\"2022/12/David-A-pic-2-min-Copy.jpg\";s:8:\"filesize\";i:33766;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"David-A-pic-2-min-Copy-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14343;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"David-A-pic-2-min-Copy-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3060;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"David-A-pic-2-min-Copy-600x624.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41045;}s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"David-A-pic-2-min-Copy-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14035;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"David-A-pic-2-min-Copy-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5231;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"David-A-pic-2-min-Copy-768x799.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59256;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"David-A-pic-2-min-Copy-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13588;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:34:\"David-A-pic-2-min-Copy-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52564;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"David-A-pic-2-min-Copy-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15331;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"David-A-pic-2-min-Copy-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23071;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"David-A-pic-2-min-Copy-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25920;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"David-A-pic-2-min-Copy-480x499.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29823;}}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:{}}}'),
(2556,1953,'_shortpixel_was_converted','1712717652'),
(2557,1958,'_wp_attached_file','2022/10/MWC-2023-min.png'),
(2558,1958,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:514;s:6:\"height\";i:515;s:4:\"file\";s:24:\"2022/10/MWC-2023-min.png\";s:8:\"filesize\";i:105678;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"MWC-2023-min-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149141;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"MWC-2023-min-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20712;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"MWC-2023-min-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:148962;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"MWC-2023-min-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42429;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"MWC-2023-min-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:164695;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"MWC-2023-min-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:188580;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"MWC-2023-min-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:297252;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"MWC-2023-min-400x515.png\";s:5:\"width\";i:400;s:6:\"height\";i:515;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:229581;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"MWC-2023-min-480x481.png\";s:5:\"width\";i:480;s:6:\"height\";i:481;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:349235;}}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:{}}}'),
(2559,1958,'_wp_attachment_image_alt','Modern Warrior Conference 2023'),
(2560,1958,'_shortpixel_was_converted','1712717652'),
(2561,2054,'_wp_attached_file','2023/06/IMG_9740-min-min-scaled-1.jpg'),
(2562,2054,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1087;s:6:\"height\";i:924;s:4:\"file\";s:37:\"2023/06/IMG_9740-min-min-scaled-1.jpg\";s:8:\"filesize\";i:114845;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"IMG_9740-min-min-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30763;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"IMG_9740-min-min-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4505;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"IMG_9740-min-min-scaled-1-600x510.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92080;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"IMG_9740-min-min-scaled-1-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25903;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"IMG_9740-min-min-scaled-1-1024x870.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219507;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"IMG_9740-min-min-scaled-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:8722;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"IMG_9740-min-min-scaled-1-768x653.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139878;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"IMG_9740-min-min-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31026;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:38:\"IMG_9740-min-min-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161985;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"IMG_9740-min-min-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35782;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"IMG_9740-min-min-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58996;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:38:\"IMG_9740-min-min-scaled-1-1080x918.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:918;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239956;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"IMG_9740-min-min-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65212;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:37:\"IMG_9740-min-min-scaled-1-980x833.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:833;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206550;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"IMG_9740-min-min-scaled-1-480x408.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61066;}}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:{}}}'),
(2563,2054,'_shortpixel_was_converted','1712717652'),
(2564,2056,'_wp_attached_file','2023/06/IMG_9740-min-min-1-scaled-1.jpg'),
(2565,2056,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1087;s:6:\"height\";i:924;s:4:\"file\";s:39:\"2023/06/IMG_9740-min-min-1-scaled-1.jpg\";s:8:\"filesize\";i:114714;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"IMG_9740-min-min-1-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30734;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-1-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4515;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-1-scaled-1-600x510.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91953;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-1-scaled-1-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25884;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"IMG_9740-min-min-1-scaled-1-1024x870.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219364;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-1-scaled-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:8715;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-1-scaled-1-768x653.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139694;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-1-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30989;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"IMG_9740-min-min-1-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161706;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-1-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35783;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-1-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58874;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:40:\"IMG_9740-min-min-1-scaled-1-1080x918.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:918;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239655;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-1-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65156;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-1-scaled-1-980x833.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:833;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206314;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-1-scaled-1-480x408.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61015;}}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:{}}}'),
(2566,2056,'_shortpixel_was_converted','1712717652'),
(2567,2058,'_wp_attached_file','2023/06/IMG_9740-min-min-2-scaled-1.jpg'),
(2568,2058,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1087;s:6:\"height\";i:924;s:4:\"file\";s:39:\"2023/06/IMG_9740-min-min-2-scaled-1.jpg\";s:8:\"filesize\";i:114714;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"IMG_9740-min-min-2-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30734;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-2-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4515;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-2-scaled-1-600x510.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91953;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-2-scaled-1-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25884;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"IMG_9740-min-min-2-scaled-1-1024x870.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219364;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-2-scaled-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:8715;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-2-scaled-1-768x653.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139694;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-2-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30989;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"IMG_9740-min-min-2-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161706;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-2-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35783;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-2-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58874;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:40:\"IMG_9740-min-min-2-scaled-1-1080x918.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:918;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239655;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-2-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65156;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-2-scaled-1-980x833.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:833;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206314;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-2-scaled-1-480x408.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61015;}}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:{}}}'),
(2569,2058,'_shortpixel_was_converted','1712717652'),
(2570,2059,'_wp_attached_file','2023/06/IMG_9740-min-min-3-scaled-1.jpg'),
(2571,2059,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1087;s:6:\"height\";i:924;s:4:\"file\";s:39:\"2023/06/IMG_9740-min-min-3-scaled-1.jpg\";s:8:\"filesize\";i:114714;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"IMG_9740-min-min-3-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30734;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-3-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4515;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-3-scaled-1-600x510.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:510;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91953;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-3-scaled-1-300x255.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25884;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"IMG_9740-min-min-3-scaled-1-1024x870.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:870;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219364;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-3-scaled-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:8715;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-3-scaled-1-768x653.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139694;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-3-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30989;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"IMG_9740-min-min-3-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161706;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-3-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35783;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-3-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58874;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:40:\"IMG_9740-min-min-3-scaled-1-1080x918.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:918;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239655;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-3-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65156;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-3-scaled-1-980x833.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:833;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206314;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"IMG_9740-min-min-3-scaled-1-480x408.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61015;}}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:{}}}'),
(2572,2059,'_shortpixel_was_converted','1712717652'),
(2573,2060,'_wp_attached_file','2023/06/IMG_9740-min-min-1-1-scaled-1.jpg'),
(2574,2060,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1560;s:6:\"height\";i:924;s:4:\"file\";s:41:\"2023/06/IMG_9740-min-min-1-1-scaled-1.jpg\";s:8:\"filesize\";i:168082;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"IMG_9740-min-min-1-1-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32000;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"IMG_9740-min-min-1-1-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4663;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"IMG_9740-min-min-1-1-scaled-1-600x355.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:355;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68801;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"IMG_9740-min-min-1-1-scaled-1-300x178.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:178;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19546;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"IMG_9740-min-min-1-1-scaled-1-1024x607.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170765;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"IMG_9740-min-min-1-1-scaled-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:9151;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"IMG_9740-min-min-1-1-scaled-1-768x455.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:455;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105532;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:42:\"IMG_9740-min-min-1-1-scaled-1-1536x910.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:910;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:320908;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"IMG_9740-min-min-1-1-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34283;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"IMG_9740-min-min-1-1-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194627;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"IMG_9740-min-min-1-1-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39371;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"IMG_9740-min-min-1-1-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64316;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"IMG_9740-min-min-1-1-scaled-1-1080x640.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185772;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"IMG_9740-min-min-1-1-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64153;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:42:\"IMG_9740-min-min-1-1-scaled-1-1280x758.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:758;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243724;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"IMG_9740-min-min-1-1-scaled-1-980x580.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:580;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160551;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"IMG_9740-min-min-1-1-scaled-1-480x284.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45371;}}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:{}}}'),
(2575,2060,'_shortpixel_was_converted','1712717652'),
(2576,2061,'_wp_attached_file','2023/06/Header-AAR.jpg'),
(2577,2061,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:939;s:6:\"height\";i:310;s:4:\"file\";s:22:\"2023/06/Header-AAR.jpg\";s:8:\"filesize\";i:42458;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Header-AAR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17964;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Header-AAR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4789;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Header-AAR-600x198.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30032;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"Header-AAR-300x99.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12039;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Header-AAR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7849;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Header-AAR-768x254.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40651;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"Header-AAR-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21681;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"Header-AAR-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22604;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"Header-AAR-510x310.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30112;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"Header-AAR-400x310.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24224;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"Header-AAR-480x158.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22213;}}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:{}}}'),
(2578,2061,'_shortpixel_was_converted','1712717652'),
(2579,2062,'_wp_attached_file','2023/06/amtac_vector_logo_colorcmyk-scaled-1.jpg'),
(2580,2062,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1421;s:6:\"height\";i:924;s:4:\"file\";s:48:\"2023/06/amtac_vector_logo_colorcmyk-scaled-1.jpg\";s:8:\"filesize\";i:56071;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"amtac_vector_logo_colorcmyk-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24133;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"amtac_vector_logo_colorcmyk-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5354;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"amtac_vector_logo_colorcmyk-scaled-1-600x390.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46904;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"amtac_vector_logo_colorcmyk-scaled-1-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18499;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"amtac_vector_logo_colorcmyk-scaled-1-1024x666.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:666;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90189;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"amtac_vector_logo_colorcmyk-scaled-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:9303;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"amtac_vector_logo_colorcmyk-scaled-1-768x499.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63000;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"amtac_vector_logo_colorcmyk-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27225;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:49:\"amtac_vector_logo_colorcmyk-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96324;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"amtac_vector_logo_colorcmyk-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30662;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"amtac_vector_logo_colorcmyk-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43702;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:49:\"amtac_vector_logo_colorcmyk-scaled-1-1080x702.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:702;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96203;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"amtac_vector_logo_colorcmyk-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35120;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:49:\"amtac_vector_logo_colorcmyk-scaled-1-1280x832.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:832;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118794;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:48:\"amtac_vector_logo_colorcmyk-scaled-1-980x637.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:637;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85547;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"amtac_vector_logo_colorcmyk-scaled-1-480x312.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:312;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35108;}}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:{}}}'),
(2581,2062,'_shortpixel_was_converted','1712717652'),
(2582,2066,'_wp_attached_file','2023/06/IMG_1528.jpg'),
(2583,2066,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:424;s:6:\"height\";i:344;s:4:\"file\";s:20:\"2023/06/IMG_1528.jpg\";s:8:\"filesize\";i:42851;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_1528-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18455;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1528-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3293;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_1528-300x243.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16395;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_1528-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5960;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_1528-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20753;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_1528-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23233;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_1528-400x344.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:344;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31093;}}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:{}}}'),
(2584,2066,'_shortpixel_was_converted','1712717637'),
(2585,2067,'_wp_attached_file','2023/06/IMG_1489-min.jpg'),
(2586,2067,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:24:\"2023/06/IMG_1489-min.jpg\";s:8:\"filesize\";i:77886;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_1489-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30061;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_1489-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4549;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_1489-min-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24041;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_1489-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8854;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_1489-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30417;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_1489-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34293;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_1489-min-480x382.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56528;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_1489-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61646;}}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:{}}}'),
(2587,2067,'_shortpixel_was_converted','1712717652'),
(2588,2068,'_wp_attached_file','2023/06/IMG_9749-min-e1734563891361.jpg');
INSERT INTO `wp_postmeta` VALUES
(2589,2068,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:39:\"2023/06/IMG_9749-min-e1734563891361.jpg\";s:8:\"filesize\";i:218693;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734563891361-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28147;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734563891361-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4209;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734563891361-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99105;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734563891361-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28147;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"IMG_9749-min-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189303;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734563891361-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8015;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734563891361-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149346;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734563891361-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31567;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734563891361-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172945;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734563891361-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34944;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734563891361-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57045;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"IMG_9749-min-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206607;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734563891361-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59729;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734563891361-924x551.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144511;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734563891361-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40625;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734563891361-924x720.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181388;}}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:{}}}'),
(2590,2068,'_shortpixel_was_converted','1712717652'),
(2591,2069,'_wp_attached_file','2023/06/IMG_9739-min.jpg'),
(2592,2069,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2023/06/IMG_9739-min.jpg\";s:8:\"filesize\";i:122177;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_9739-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27198;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_9739-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3855;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_9739-min-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75572;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_9739-min-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20680;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"IMG_9739-min-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186529;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_9739-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7444;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_9739-min-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115656;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_9739-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29680;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"IMG_9739-min-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164043;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_9739-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33537;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_9739-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55517;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"IMG_9739-min-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204265;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_9739-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56707;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"IMG_9739-min-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174855;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_9739-min-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49460;}}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:{}}}'),
(2593,2069,'_shortpixel_was_converted','1712717691'),
(2594,2070,'_wp_attached_file','2023/06/IMG_9739-min-edited.jpg'),
(2595,2070,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:31:\"2023/06/IMG_9739-min-edited.jpg\";s:8:\"filesize\";i:97643;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"IMG_9739-min-edited-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27094;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG_9739-min-edited-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3904;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"IMG_9739-min-edited-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95231;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG_9739-min-edited-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27094;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG_9739-min-edited-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7489;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"IMG_9739-min-edited-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143165;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"IMG_9739-min-edited-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27670;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"IMG_9739-min-edited-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139912;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"IMG_9739-min-edited-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31268;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"IMG_9739-min-edited-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50336;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"IMG_9739-min-edited-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58196;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"IMG_9739-min-edited-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63707;}}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:{}}}'),
(2596,2070,'_shortpixel_was_converted','1712717637'),
(2597,2071,'_wp_attached_file','2023/06/AAR-collage.jpg'),
(2598,2071,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:709;s:6:\"height\";i:614;s:4:\"file\";s:23:\"2023/06/AAR-collage.jpg\";s:8:\"filesize\";i:74231;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"AAR-collage-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27346;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"AAR-collage-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4702;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"AAR-collage-600x520.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:520;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76761;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"AAR-collage-300x260.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:260;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24758;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"AAR-collage-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8675;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"AAR-collage-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29870;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"AAR-collage-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33238;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"AAR-collage-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52032;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"AAR-collage-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52499;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"AAR-collage-480x416.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:416;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54290;}}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:{}}}'),
(2599,2071,'_shortpixel_was_converted','1712717637'),
(2600,2072,'_wp_attached_file','2023/06/IMG_1489-min-1.jpg'),
(2601,2072,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:640;s:4:\"file\";s:26:\"2023/06/IMG_1489-min-1.jpg\";s:8:\"filesize\";i:77886;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"IMG_1489-min-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30061;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_1489-min-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4549;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"IMG_1489-min-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24041;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_1489-min-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:8854;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"IMG_1489-min-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30417;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"IMG_1489-min-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34293;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"IMG_1489-min-1-480x382.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56528;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"IMG_1489-min-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61646;}}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:{}}}'),
(2602,2072,'_shortpixel_was_converted','1712717637'),
(2603,2073,'_wp_attached_file','2023/06/IMG_1489-min-2.jpg'),
(2604,2073,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:480;s:6:\"height\";i:480;s:4:\"file\";s:26:\"2023/06/IMG_1489-min-2.jpg\";s:8:\"filesize\";i:59600;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"IMG_1489-min-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30565;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_1489-min-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4609;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"IMG_1489-min-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30565;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"IMG_1489-min-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8909;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"IMG_1489-min-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30981;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"IMG_1489-min-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34953;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"IMG_1489-min-2-480x382.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57471;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"IMG_1489-min-2-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56359;}}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:{}}}'),
(2605,2073,'_shortpixel_was_converted','1712717636'),
(2606,2074,'_wp_attached_file','2023/06/IMG_1515-min.jpg'),
(2607,2074,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:479;s:6:\"height\";i:479;s:4:\"file\";s:24:\"2023/06/IMG_1515-min.jpg\";s:8:\"filesize\";i:62571;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_1515-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34509;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_1515-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4900;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_1515-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34509;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_1515-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9816;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_1515-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33854;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_1515-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38326;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_1515-min-479x382.jpg\";s:5:\"width\";i:479;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58740;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_1515-min-400x479.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66212;}}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:{}}}'),
(2608,2074,'_shortpixel_was_converted','1712717636'),
(2609,2075,'_wp_attached_file','2023/06/187f3e3dbfab9d31dbd1-min.jpeg'),
(2610,2075,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1156;s:4:\"file\";s:37:\"2023/06/187f3e3dbfab9d31dbd1-min.jpeg\";s:8:\"filesize\";i:77371;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"187f3e3dbfab9d31dbd1-min-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23931;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"187f3e3dbfab9d31dbd1-min-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4319;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"187f3e3dbfab9d31dbd1-min-600x751.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:751;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88478;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"187f3e3dbfab9d31dbd1-min-240x300.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19929;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"187f3e3dbfab9d31dbd1-min-818x1024.jpeg\";s:5:\"width\";i:818;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141474;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"187f3e3dbfab9d31dbd1-min-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7856;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"187f3e3dbfab9d31dbd1-min-768x961.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:961;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129256;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"187f3e3dbfab9d31dbd1-min-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25559;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"187f3e3dbfab9d31dbd1-min-924x675.jpeg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85030;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"187f3e3dbfab9d31dbd1-min-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28199;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"187f3e3dbfab9d31dbd1-min-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43271;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"187f3e3dbfab9d31dbd1-min-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47652;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"187f3e3dbfab9d31dbd1-min-480x601.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62362;}}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:{}}}'),
(2611,2075,'_shortpixel_was_converted','1712717636'),
(2612,2076,'_wp_attached_file','2023/06/187f4bc379da32c651a1-min.jpeg'),
(2613,2076,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1373;s:4:\"file\";s:37:\"2023/06/187f4bc379da32c651a1-min.jpeg\";s:8:\"filesize\";i:53675;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"187f4bc379da32c651a1-min-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18421;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"187f4bc379da32c651a1-min-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3059;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"187f4bc379da32c651a1-min-600x892.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:892;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72734;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"187f4bc379da32c651a1-min-202x300.jpeg\";s:5:\"width\";i:202;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13962;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"187f4bc379da32c651a1-min-689x1024.jpeg\";s:5:\"width\";i:689;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88978;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"187f4bc379da32c651a1-min-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5812;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"187f4bc379da32c651a1-min-768x1141.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:1141;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101865;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"187f4bc379da32c651a1-min-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17661;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"187f4bc379da32c651a1-min-924x675.jpeg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70447;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"187f4bc379da32c651a1-min-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20154;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"187f4bc379da32c651a1-min-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31089;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"187f4bc379da32c651a1-min-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35055;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"187f4bc379da32c651a1-min-480x713.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:713;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53596;}}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:{}}}'),
(2614,2076,'_shortpixel_was_converted','1712717636'),
(2615,2077,'_wp_attached_file','2023/06/IMG_9750-2-min-scaled-1.jpg'),
(2616,2077,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1925;s:4:\"file\";s:35:\"2023/06/IMG_9750-2-min-scaled-1.jpg\";s:8:\"filesize\";i:227483;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"IMG_9750-2-min-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29041;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_9750-2-min-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4121;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"IMG_9750-2-min-scaled-1-600x1250.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242904;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"IMG_9750-2-min-scaled-1-144x300.jpg\";s:5:\"width\";i:144;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15786;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"IMG_9750-2-min-scaled-1-492x1024.jpg\";s:5:\"width\";i:492;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172931;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"IMG_9750-2-min-scaled-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:7951;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"IMG_9750-2-min-scaled-1-768x1600.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:359708;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:36:\"IMG_9750-2-min-scaled-1-737x1536.jpg\";s:5:\"width\";i:737;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:339453;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"IMG_9750-2-min-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29197;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"IMG_9750-2-min-scaled-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138410;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"IMG_9750-2-min-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33512;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"IMG_9750-2-min-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54134;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"IMG_9750-2-min-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67167;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:36:\"IMG_9750-2-min-scaled-1-924x1800.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:468324;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"IMG_9750-2-min-scaled-1-480x1000.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:1000;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164595;}}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:{}}}'),
(2617,2077,'_shortpixel_was_converted','1712717636'),
(2618,2078,'_wp_attached_file','2023/06/187f3e3dbfab9d31dbd1-min-1.jpeg'),
(2619,2078,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1156;s:4:\"file\";s:39:\"2023/06/187f3e3dbfab9d31dbd1-min-1.jpeg\";s:8:\"filesize\";i:77371;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"187f3e3dbfab9d31dbd1-min-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23931;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"187f3e3dbfab9d31dbd1-min-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4319;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"187f3e3dbfab9d31dbd1-min-1-600x751.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:751;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88478;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"187f3e3dbfab9d31dbd1-min-1-240x300.jpeg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19929;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"187f3e3dbfab9d31dbd1-min-1-818x1024.jpeg\";s:5:\"width\";i:818;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141474;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"187f3e3dbfab9d31dbd1-min-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7856;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"187f3e3dbfab9d31dbd1-min-1-768x961.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:961;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129256;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"187f3e3dbfab9d31dbd1-min-1-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25559;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:39:\"187f3e3dbfab9d31dbd1-min-1-924x675.jpeg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85030;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"187f3e3dbfab9d31dbd1-min-1-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28199;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"187f3e3dbfab9d31dbd1-min-1-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43271;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"187f3e3dbfab9d31dbd1-min-1-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47652;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"187f3e3dbfab9d31dbd1-min-1-480x601.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62362;}}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:{}}}'),
(2620,2078,'_shortpixel_was_converted','1712717636'),
(2621,2122,'_wp_attached_file','2023/07/20230706_140101-min.jpg'),
(2622,2122,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1080;s:4:\"file\";s:31:\"2023/07/20230706_140101-min.jpg\";s:8:\"filesize\";i:31886;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"20230706_140101-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12473;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"20230706_140101-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2726;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"20230706_140101-min-600x701.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:701;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40231;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"20230706_140101-min-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10399;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"20230706_140101-min-876x1024.jpg\";s:5:\"width\";i:876;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"20230706_140101-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4513;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"20230706_140101-min-768x898.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:898;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59342;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"20230706_140101-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16641;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"20230706_140101-min-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66712;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"20230706_140101-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17810;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"20230706_140101-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26763;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"20230706_140101-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23888;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"20230706_140101-min-480x561.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28188;}}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:{}}}'),
(2623,2122,'_shortpixel_was_converted','1712717636'),
(2624,2123,'_wp_attached_file','2023/07/20230706_140101-min-cropped.jpg'),
(2625,2123,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1070;s:6:\"height\";i:924;s:4:\"file\";s:39:\"2023/07/20230706_140101-min-cropped.jpg\";s:8:\"filesize\";i:38084;s:5:\"sizes\";a:14:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"20230706_140101-min-cropped-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14728;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"20230706_140101-min-cropped-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3004;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"20230706_140101-min-cropped-600x518.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37492;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"20230706_140101-min-cropped-300x259.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:259;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12279;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"20230706_140101-min-cropped-1024x884.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:884;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84451;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"20230706_140101-min-cropped-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5122;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"20230706_140101-min-cropped-768x663.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:663;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55019;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"20230706_140101-min-cropped-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16829;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"20230706_140101-min-cropped-1070x675.jpg\";s:5:\"width\";i:1070;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82463;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"20230706_140101-min-cropped-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18042;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"20230706_140101-min-cropped-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27437;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"20230706_140101-min-cropped-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29138;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:39:\"20230706_140101-min-cropped-980x846.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:846;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79147;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"20230706_140101-min-cropped-480x415.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25937;}}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:{}}}'),
(2626,2123,'_shortpixel_was_converted','1712717636'),
(2627,2139,'_wp_attached_file','2023/08/Header-AAR-1.jpg'),
(2628,2139,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:939;s:6:\"height\";i:310;s:4:\"file\";s:24:\"2023/08/Header-AAR-1.jpg\";s:8:\"filesize\";i:42458;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"Header-AAR-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17964;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"Header-AAR-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4789;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"Header-AAR-1-600x198.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30032;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"Header-AAR-1-300x99.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12039;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Header-AAR-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:7849;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Header-AAR-1-768x254.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40651;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"Header-AAR-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21681;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"Header-AAR-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22604;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"Header-AAR-1-510x310.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30112;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"Header-AAR-1-400x310.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24224;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"Header-AAR-1-480x158.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22213;}}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:{}}}'),
(2629,2139,'_shortpixel_was_converted','1712717636'),
(2630,2140,'_wp_attached_file','2023/08/Header-AAR-1-1.jpg'),
(2631,2140,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:939;s:6:\"height\";i:310;s:4:\"file\";s:26:\"2023/08/Header-AAR-1-1.jpg\";s:8:\"filesize\";i:42458;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"Header-AAR-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17964;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"Header-AAR-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4789;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"Header-AAR-1-1-600x198.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:198;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30032;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Header-AAR-1-1-300x99.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:99;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12039;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Header-AAR-1-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:7849;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Header-AAR-1-1-768x254.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:254;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40651;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"Header-AAR-1-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21681;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"Header-AAR-1-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22604;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"Header-AAR-1-1-510x310.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30112;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"Header-AAR-1-1-400x310.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:310;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24224;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"Header-AAR-1-1-480x158.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22213;}}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:{}}}'),
(2632,2140,'_shortpixel_was_converted','1712717636'),
(2633,2141,'_wp_attached_file','2023/08/37A9E358-90B1-43A6-A168-F950D4299380_1_105_c.jpg'),
(2634,2141,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:56:\"2023/08/37A9E358-90B1-43A6-A168-F950D4299380_1_105_c.jpg\";s:8:\"filesize\";i:117393;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:56:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23303;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:56:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3713;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:56:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65018;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18473;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6925;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101281;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:56:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26022;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:57:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154627;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:56:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29352;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:56:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47965;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:56:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46241;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:56:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148136;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:56:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42790;}}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:{}}}'),
(2635,2141,'_shortpixel_was_converted','1712717636'),
(2636,2142,'_wp_attached_file','2023/08/37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1.jpg'),
(2637,2142,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:58:\"2023/08/37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1.jpg\";s:8:\"filesize\";i:123362;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:58:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23955;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:58:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3787;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:58:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67905;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19221;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-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:7104;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105758;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27207;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:59:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161971;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30675;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50156;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47236;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:58:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154584;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44644;}}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:{}}}'),
(2638,2142,'_shortpixel_was_converted','1712717636'),
(2639,2144,'_wp_attached_file','2023/08/318DA388-FD78-437B-A080-2F8F64AAFF8D_1_105_c.jpg'),
(2640,2144,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:768;s:6:\"height\";i:1024;s:4:\"file\";s:56:\"2023/08/318DA388-FD78-437B-A080-2F8F64AAFF8D_1_105_c.jpg\";s:8:\"filesize\";i:154890;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:56:\"318DA388-FD78-437B-A080-2F8F64AAFF8D_1_105_c-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39532;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:56:\"318DA388-FD78-437B-A080-2F8F64AAFF8D_1_105_c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4879;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:56:\"318DA388-FD78-437B-A080-2F8F64AAFF8D_1_105_c-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:185876;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"318DA388-FD78-437B-A080-2F8F64AAFF8D_1_105_c-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30307;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"318DA388-FD78-437B-A080-2F8F64AAFF8D_1_105_c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10150;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:56:\"318DA388-FD78-437B-A080-2F8F64AAFF8D_1_105_c-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41937;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:56:\"318DA388-FD78-437B-A080-2F8F64AAFF8D_1_105_c-768x675.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196403;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:56:\"318DA388-FD78-437B-A080-2F8F64AAFF8D_1_105_c-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47589;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:56:\"318DA388-FD78-437B-A080-2F8F64AAFF8D_1_105_c-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77977;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:56:\"318DA388-FD78-437B-A080-2F8F64AAFF8D_1_105_c-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88508;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:56:\"318DA388-FD78-437B-A080-2F8F64AAFF8D_1_105_c-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129110;}}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:{}}}'),
(2641,2144,'_shortpixel_was_converted','1712717636'),
(2642,2145,'_wp_attached_file','2023/08/A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c.jpg'),
(2643,2145,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:56:\"2023/08/A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c.jpg\";s:8:\"filesize\";i:182523;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:56:\"A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33093;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:56:\"A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4347;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:56:\"A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94807;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24861;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8651;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150763;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:56:\"A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36275;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:57:\"A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236086;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:56:\"A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40905;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:56:\"A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69217;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:56:\"A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71354;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:56:\"A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:221926;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:56:\"A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61392;}}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:{}}}'),
(2644,2145,'_shortpixel_was_converted','1712717636'),
(2645,2146,'_wp_attached_file','2023/08/6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c.jpg'),
(2646,2146,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:56:\"2023/08/6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c.jpg\";s:8:\"filesize\";i:105492;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:56:\"6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22082;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:56:\"6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3519;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:56:\"6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60480;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17258;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6412;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93513;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:56:\"6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23453;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:57:\"6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c-1024x675.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137869;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:56:\"6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27135;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:56:\"6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44713;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:56:\"6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45252;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:56:\"6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136440;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:56:\"6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39820;}}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:{}}}'),
(2647,2146,'_shortpixel_was_converted','1712717636'),
(2648,2153,'_wp_attached_file','2023/08/IMG_9811-min.jpg'),
(2649,2153,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1390;s:6:\"height\";i:924;s:4:\"file\";s:24:\"2023/08/IMG_9811-min.jpg\";s:8:\"filesize\";i:216485;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"IMG_9811-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32632;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_9811-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4371;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"IMG_9811-min-600x399.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:399;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84420;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"IMG_9811-min-300x199.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:199;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21076;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"IMG_9811-min-1024x681.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:231810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"IMG_9811-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8708;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"IMG_9811-min-768x511.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:511;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136697;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"IMG_9811-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35876;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"IMG_9811-min-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242517;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"IMG_9811-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40210;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"IMG_9811-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68984;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"IMG_9811-min-1080x718.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:718;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:253529;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"IMG_9811-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72680;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"IMG_9811-min-1280x851.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:851;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:337125;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"IMG_9811-min-980x651.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:651;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:215004;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"IMG_9811-min-480x319.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:319;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53716;}}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:{}}}'),
(2650,2153,'_shortpixel_was_converted','1712717636'),
(2651,2156,'_wp_attached_file','2023/08/NVG.png'),
(2652,2156,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:15:\"2023/08/NVG.png\";s:8:\"filesize\";i:91011;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:15:\"NVG-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85046;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:15:\"NVG-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13128;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:15:\"NVG-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:292742;}s:6:\"medium\";a:5:{s:4:\"file\";s:15:\"NVG-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:85046;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:15:\"NVG-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26059;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:15:\"NVG-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:466367;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:15:\"NVG-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:117643;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:15:\"NVG-924x675.png\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:221236;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:15:\"NVG-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129186;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:15:\"NVG-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:206596;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:15:\"NVG-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:201210;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:15:\"NVG-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:192106;}}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:{}}}'),
(2653,2156,'_shortpixel_was_converted','1712717628'),
(2654,2157,'_wp_attached_file','2023/08/NVG-1.png'),
(2655,2157,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:17:\"2023/08/NVG-1.png\";s:8:\"filesize\";i:82493;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:17:\"NVG-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72265;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:17:\"NVG-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11664;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:17:\"NVG-1-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:249421;}s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"NVG-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72265;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"NVG-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22736;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"NVG-1-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:397466;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"NVG-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102470;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"NVG-1-924x675.png\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:201322;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"NVG-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109986;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"NVG-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:173774;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"NVG-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:177828;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"NVG-1-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:163902;}}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:{}}}'),
(2656,2157,'_shortpixel_was_converted','1712717628'),
(2657,2158,'_wp_attached_file','2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail.png'),
(2658,2158,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:65:\"2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail.png\";s:8:\"filesize\";i:396783;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:65:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:185737;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:65:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23981;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:65:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:550588;}s:6:\"medium\";a:5:{s:4:\"file\";s:65:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145103;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:65:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50450;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:65:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:895282;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:65:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:209675;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:66:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-1024x675.png\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1193973;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:65:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:238388;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:65:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:401422;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:65:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:407844;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:65:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-980x735.png\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1407398;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:65:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:358364;}}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:{}}}'),
(2659,2158,'_shortpixel_was_converted','1712717628'),
(2660,2159,'_wp_attached_file','2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail.png'),
(2661,2159,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:768;s:4:\"file\";s:59:\"2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail.png\";s:8:\"filesize\";i:334643;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:59:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:187055;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:59:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24424;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:59:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-600x450.png\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:505843;}s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-300x225.png\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:140849;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51834;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-768x576.png\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:804168;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:59:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:196999;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:60:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-1024x675.png\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:798756;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:59:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:225821;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:59:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:374017;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:59:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:393296;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:59:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-980x735.png\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1233829;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:59:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-480x360.png\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:335676;}}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:{}}}'),
(2662,2159,'_shortpixel_was_converted','1712717628'),
(2663,2160,'_wp_attached_file','2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px.png'),
(2664,2160,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:473;s:6:\"height\";i:455;s:4:\"file\";s:69:\"2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px.png\";s:8:\"filesize\";i:107365;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:69:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:187504;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:69:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23377;}s:6:\"medium\";a:5:{s:4:\"file\";s:69:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px-300x289.png\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:180675;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:69:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50655;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:69:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:202218;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:69:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:229145;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:69:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px-473x382.png\";s:5:\"width\";i:473;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:261667;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:69:\"AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px-400x455.png\";s:5:\"width\";i:400;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:275305;}}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:{}}}'),
(2665,2160,'_shortpixel_was_converted','1712717628'),
(2666,2161,'_wp_attached_file','2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png'),
(2667,2161,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:473;s:6:\"height\";i:455;s:4:\"file\";s:75:\"2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png\";s:8:\"filesize\";i:120189;s:5:\"sizes\";a:8:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:75:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:204821;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:75:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25683;}s:6:\"medium\";a:5:{s:4:\"file\";s:75:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px-300x289.png\";s:5:\"width\";i:300;s:6:\"height\";i:289;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:197963;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:75:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55053;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:75:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:223883;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:75:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:255143;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:75:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px-473x382.png\";s:5:\"width\";i:473;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:349600;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:75:\"AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px-400x455.png\";s:5:\"width\";i:400;s:6:\"height\";i:455;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:344806;}}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:{}}}'),
(2668,2161,'_shortpixel_was_converted','1712717628'),
(2669,2166,'_wp_attached_file','2023/09/IMG_82330328-994x1024-1-1.jpg'),
(2670,2166,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:952;s:4:\"file\";s:37:\"2023/09/IMG_82330328-994x1024-1-1.jpg\";s:8:\"filesize\";i:51070;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"IMG_82330328-994x1024-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24431;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"IMG_82330328-994x1024-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4649;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"IMG_82330328-994x1024-1-1-600x618.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:618;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69957;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"IMG_82330328-994x1024-1-1-291x300.jpg\";s:5:\"width\";i:291;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23851;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"IMG_82330328-994x1024-1-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:8365;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"IMG_82330328-994x1024-1-1-768x791.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:791;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100340;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"IMG_82330328-994x1024-1-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25893;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"IMG_82330328-994x1024-1-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100188;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"IMG_82330328-994x1024-1-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28929;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"IMG_82330328-994x1024-1-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43642;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"IMG_82330328-994x1024-1-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43038;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"IMG_82330328-994x1024-1-1-480x495.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:495;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50150;}}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:{}}}'),
(2671,2166,'_shortpixel_was_converted','1712717628'),
(2672,2168,'_wp_attached_file','2023/09/dev-mens-course-2023-min-scaled-1.jpg'),
(2673,2168,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1324;s:6:\"height\";i:924;s:4:\"file\";s:45:\"2023/09/dev-mens-course-2023-min-scaled-1.jpg\";s:8:\"filesize\";i:193196;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:45:\"dev-mens-course-2023-min-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25801;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:45:\"dev-mens-course-2023-min-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3798;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:45:\"dev-mens-course-2023-min-scaled-1-600x419.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71117;}s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"dev-mens-course-2023-min-scaled-1-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18178;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"dev-mens-course-2023-min-scaled-1-1024x715.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199299;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"dev-mens-course-2023-min-scaled-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:6986;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"dev-mens-course-2023-min-scaled-1-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114495;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"dev-mens-course-2023-min-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28427;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"dev-mens-course-2023-min-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196117;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"dev-mens-course-2023-min-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32145;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"dev-mens-course-2023-min-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54531;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"dev-mens-course-2023-min-scaled-1-1080x754.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:754;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220002;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"dev-mens-course-2023-min-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56908;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"dev-mens-course-2023-min-scaled-1-1280x893.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:893;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:293800;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"dev-mens-course-2023-min-scaled-1-980x684.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184027;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"dev-mens-course-2023-min-scaled-1-480x335.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44974;}}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:{}}}'),
(2674,2168,'_shortpixel_was_converted','1712717628'),
(2675,2184,'_wp_attached_file','2023/09/Untitled-design.png'),
(2676,2184,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:27:\"2023/09/Untitled-design.png\";s:8:\"filesize\";i:226947;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"Untitled-design-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:142496;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"Untitled-design-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20229;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"Untitled-design-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:472799;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"Untitled-design-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:142496;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"Untitled-design-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41295;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"Untitled-design-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:714730;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"Untitled-design-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145498;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"Untitled-design-924x675.png\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:399185;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"Untitled-design-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:166486;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"Untitled-design-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:266759;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"Untitled-design-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:316641;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"Untitled-design-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:322631;}}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:{}}}'),
(2677,2184,'_shortpixel_was_converted','1712717628'),
(2678,2190,'_wp_attached_file','2023/09/BJJ-and-Pistols-Course-2023_4.jpg'),
(2679,2190,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:41:\"2023/09/BJJ-and-Pistols-Course-2023_4.jpg\";s:8:\"filesize\";i:130157;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28760;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4299;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_4-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80474;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22419;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"BJJ-and-Pistols-Course-2023_4-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200138;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8180;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_4-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123303;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31800;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"BJJ-and-Pistols-Course-2023_4-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182773;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35837;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_4-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59380;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"BJJ-and-Pistols-Course-2023_4-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:218507;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_4-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59091;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_4-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:187184;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_4-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52915;}}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:{}}}'),
(2680,2190,'_shortpixel_was_converted','1712717628'),
(2681,2192,'_wp_attached_file','2023/09/BJJ-and-Pistols-Course-2023.jpg'),
(2682,2192,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1231;s:6:\"height\";i:924;s:4:\"file\";s:39:\"2023/09/BJJ-and-Pistols-Course-2023.jpg\";s:8:\"filesize\";i:105518;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"BJJ-and-Pistols-Course-2023-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28519;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"BJJ-and-Pistols-Course-2023-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4650;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"BJJ-and-Pistols-Course-2023-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74554;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"BJJ-and-Pistols-Course-2023-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22346;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"BJJ-and-Pistols-Course-2023-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175885;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"BJJ-and-Pistols-Course-2023-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8682;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"BJJ-and-Pistols-Course-2023-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111813;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"BJJ-and-Pistols-Course-2023-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33087;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"BJJ-and-Pistols-Course-2023-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169940;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"BJJ-and-Pistols-Course-2023-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35582;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"BJJ-and-Pistols-Course-2023-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56384;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:40:\"BJJ-and-Pistols-Course-2023-1080x811.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:811;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190392;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"BJJ-and-Pistols-Course-2023-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55854;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:39:\"BJJ-and-Pistols-Course-2023-980x736.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164616;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"BJJ-and-Pistols-Course-2023-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50469;}}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:{}}}'),
(2683,2192,'_shortpixel_was_converted','1712717628'),
(2684,2193,'_wp_attached_file','2023/09/BJJ-and-Pistols-Course-2023_3.jpg'),
(2685,2193,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1231;s:6:\"height\";i:924;s:4:\"file\";s:41:\"2023/09/BJJ-and-Pistols-Course-2023_3.jpg\";s:8:\"filesize\";i:48343;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17543;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3847;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_3-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41433;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_3-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14796;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"BJJ-and-Pistols-Course-2023_3-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91341;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6519;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_3-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59549;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19043;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"BJJ-and-Pistols-Course-2023_3-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83068;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21322;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32243;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"BJJ-and-Pistols-Course-2023_3-1080x811.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:811;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98205;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29748;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_3-980x736.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85686;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_3-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29577;}}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:{}}}'),
(2686,2193,'_shortpixel_was_converted','1712717628'),
(2687,2194,'_wp_attached_file','2023/09/BJJ-and-Pistols-Course-2023_2.jpg'),
(2688,2194,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1226;s:6:\"height\";i:924;s:4:\"file\";s:41:\"2023/09/BJJ-and-Pistols-Course-2023_2.jpg\";s:8:\"filesize\";i:63027;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23222;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4287;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_2-600x452.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:452;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56087;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_2-300x226.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:226;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19529;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"BJJ-and-Pistols-Course-2023_2-1024x772.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:772;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123138;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7779;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_2-768x579.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:579;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80772;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25199;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"BJJ-and-Pistols-Course-2023_2-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108472;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28434;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43511;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"BJJ-and-Pistols-Course-2023_2-1080x814.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:814;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131975;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41614;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_2-980x739.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:739;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114223;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"BJJ-and-Pistols-Course-2023_2-480x362.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:362;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40003;}}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:{}}}'),
(2689,2194,'_shortpixel_was_converted','1712717628'),
(2690,2202,'_wp_attached_file','2018/03/bill-night-force-carbine-header-min.jpg'),
(2691,2202,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:500;s:4:\"file\";s:47:\"2018/03/bill-night-force-carbine-header-min.jpg\";s:8:\"filesize\";i:45616;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"bill-night-force-carbine-header-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17838;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"bill-night-force-carbine-header-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3778;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:47:\"bill-night-force-carbine-header-min-600x293.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28992;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"bill-night-force-carbine-header-min-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10581;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"bill-night-force-carbine-header-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6420;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"bill-night-force-carbine-header-min-768x375.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41912;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"bill-night-force-carbine-header-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20009;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"bill-night-force-carbine-header-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21562;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"bill-night-force-carbine-header-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32251;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"bill-night-force-carbine-header-min-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28993;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:47:\"bill-night-force-carbine-header-min-980x479.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59049;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"bill-night-force-carbine-header-min-480x234.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20752;}}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:{}}}'),
(2692,2202,'_shortpixel_was_converted','1712717628'),
(2693,2203,'_wp_attached_file','2018/03/bill-precision-rifle-header-min.jpg'),
(2694,2203,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:500;s:4:\"file\";s:43:\"2018/03/bill-precision-rifle-header-min.jpg\";s:8:\"filesize\";i:65360;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:43:\"bill-precision-rifle-header-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22063;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:43:\"bill-precision-rifle-header-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4228;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:43:\"bill-precision-rifle-header-min-600x293.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39700;}s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"bill-precision-rifle-header-min-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13180;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"bill-precision-rifle-header-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7505;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"bill-precision-rifle-header-min-768x375.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58881;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"bill-precision-rifle-header-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25869;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"bill-precision-rifle-header-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27116;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:43:\"bill-precision-rifle-header-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40824;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"bill-precision-rifle-header-min-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37569;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:43:\"bill-precision-rifle-header-min-980x479.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85269;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:43:\"bill-precision-rifle-header-min-480x234.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27641;}}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:{}}}'),
(2695,2203,'_shortpixel_was_converted','1712717628'),
(2696,2205,'_wp_attached_file','2018/03/cropped-bill-night-force-carbine-header-min.jpg'),
(2697,2205,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1644;s:6:\"height\";i:924;s:4:\"file\";s:55:\"2018/03/cropped-bill-night-force-carbine-header-min.jpg\";s:8:\"filesize\";i:82537;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"cropped-bill-night-force-carbine-header-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16457;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"cropped-bill-night-force-carbine-header-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3572;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"cropped-bill-night-force-carbine-header-min-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32067;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"cropped-bill-night-force-carbine-header-min-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11630;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"cropped-bill-night-force-carbine-header-min-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69510;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"cropped-bill-night-force-carbine-header-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6056;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"cropped-bill-night-force-carbine-header-min-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45479;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:56:\"cropped-bill-night-force-carbine-header-min-1536x863.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125005;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:55:\"cropped-bill-night-force-carbine-header-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19207;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:56:\"cropped-bill-night-force-carbine-header-min-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82105;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:55:\"cropped-bill-night-force-carbine-header-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20810;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:55:\"cropped-bill-night-force-carbine-header-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30456;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:56:\"cropped-bill-night-force-carbine-header-min-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75120;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:55:\"cropped-bill-night-force-carbine-header-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28873;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:56:\"cropped-bill-night-force-carbine-header-min-1280x719.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96288;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:55:\"cropped-bill-night-force-carbine-header-min-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65476;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:55:\"cropped-bill-night-force-carbine-header-min-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22932;}}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:{}}}'),
(2698,2205,'_wp_attachment_context','custom-header'),
(2699,2205,'_shortpixel_was_converted','1712717628'),
(2700,2207,'_wp_attached_file','2018/03/Bill-Walther-Pistol-min-header.jpg'),
(2701,2207,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:500;s:4:\"file\";s:42:\"2018/03/Bill-Walther-Pistol-min-header.jpg\";s:8:\"filesize\";i:26141;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:42:\"Bill-Walther-Pistol-min-header-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16687;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"Bill-Walther-Pistol-min-header-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3575;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:42:\"Bill-Walther-Pistol-min-header-600x293.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31315;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Bill-Walther-Pistol-min-header-300x146.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:146;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11114;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Bill-Walther-Pistol-min-header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6131;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"Bill-Walther-Pistol-min-header-768x375.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46129;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"Bill-Walther-Pistol-min-header-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20902;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"Bill-Walther-Pistol-min-header-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21606;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:42:\"Bill-Walther-Pistol-min-header-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31806;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"Bill-Walther-Pistol-min-header-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20323;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:42:\"Bill-Walther-Pistol-min-header-980x479.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64841;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"Bill-Walther-Pistol-min-header-480x234.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22188;}}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:{}}}'),
(2702,2207,'_shortpixel_was_converted','1712717628'),
(2703,2213,'_wp_attached_file','2018/03/bill-precision-rifle-header-thin.jpg'),
(2704,2213,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:400;s:4:\"file\";s:44:\"2018/03/bill-precision-rifle-header-thin.jpg\";s:8:\"filesize\";i:58899;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:44:\"bill-precision-rifle-header-thin-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22113;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-thin-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4399;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-thin-600x234.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33284;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-thin-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11196;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-thin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7788;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-thin-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48981;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-thin-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24641;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-thin-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26556;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-thin-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38963;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-thin-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30989;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-thin-980x383.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68642;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-thin-480x188.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23360;}}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:{}}}'),
(2705,2213,'_shortpixel_was_converted','1712717628'),
(2706,2215,'_wp_attached_file','2018/03/bill-night-force-carbine-header-thin.jpg'),
(2707,2215,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:400;s:4:\"file\";s:48:\"2018/03/bill-night-force-carbine-header-thin.jpg\";s:8:\"filesize\";i:65534;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-thin-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18520;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-thin-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3882;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-thin-600x234.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25105;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-thin-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9100;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-thin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6627;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-thin-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36557;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-thin-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20926;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-thin-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22642;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-thin-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33282;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-thin-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29252;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-thin-980x383.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51604;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-thin-480x188.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18164;}}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:{}}}'),
(2708,2215,'_shortpixel_was_converted','1712717628'),
(2709,2216,'_wp_attached_file','2018/03/Bill-Walther-Pistol-min-header-thin.jpg'),
(2710,2216,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:400;s:4:\"file\";s:47:\"2018/03/Bill-Walther-Pistol-min-header-thin.jpg\";s:8:\"filesize\";i:32199;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-thin-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15255;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-thin-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3556;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-thin-600x234.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25551;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-thin-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9405;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-thin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6012;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-thin-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36766;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-thin-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18815;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-thin-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19332;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-thin-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27559;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-thin-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18504;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-thin-980x383.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51105;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-thin-480x188.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18393;}}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:{}}}'),
(2711,2216,'_shortpixel_was_converted','1712717628'),
(2712,2220,'_wp_attached_file','2018/03/cropped-bill-precision-rifle-header-thin.jpg'),
(2713,2220,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1643;s:6:\"height\";i:924;s:4:\"file\";s:52:\"2018/03/cropped-bill-precision-rifle-header-thin.jpg\";s:8:\"filesize\";i:64975;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:52:\"cropped-bill-precision-rifle-header-thin-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22027;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:52:\"cropped-bill-precision-rifle-header-thin-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4382;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:52:\"cropped-bill-precision-rifle-header-thin-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41304;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"cropped-bill-precision-rifle-header-thin-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14473;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"cropped-bill-precision-rifle-header-thin-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89347;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"cropped-bill-precision-rifle-header-thin-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7856;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"cropped-bill-precision-rifle-header-thin-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58673;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:53:\"cropped-bill-precision-rifle-header-thin-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161085;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:52:\"cropped-bill-precision-rifle-header-thin-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24358;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:53:\"cropped-bill-precision-rifle-header-thin-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104494;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:52:\"cropped-bill-precision-rifle-header-thin-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26768;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:52:\"cropped-bill-precision-rifle-header-thin-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39469;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:53:\"cropped-bill-precision-rifle-header-thin-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96780;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:52:\"cropped-bill-precision-rifle-header-thin-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38721;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:53:\"cropped-bill-precision-rifle-header-thin-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123907;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:52:\"cropped-bill-precision-rifle-header-thin-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84338;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:52:\"cropped-bill-precision-rifle-header-thin-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29321;}}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:{}}}'),
(2714,2220,'_wp_attachment_context','custom-header'),
(2715,2220,'_shortpixel_was_converted','1712717608'),
(2716,2229,'_wp_attached_file','2018/03/Bill-Walther-Pistol-min-header-long.jpg'),
(2717,2229,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:750;s:4:\"file\";s:47:\"2018/03/Bill-Walther-Pistol-min-header-long.jpg\";s:8:\"filesize\";i:61213;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-long-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15737;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-long-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3588;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-long-600x234.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26573;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-long-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9610;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"Bill-Walther-Pistol-min-header-long-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55351;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-long-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6125;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-long-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37728;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:48:\"Bill-Walther-Pistol-min-header-long-1536x600.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100990;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-long-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19460;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:48:\"Bill-Walther-Pistol-min-header-long-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79796;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-long-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20213;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-long-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29133;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:48:\"Bill-Walther-Pistol-min-header-long-1080x422.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62330;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-long-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26143;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:48:\"Bill-Walther-Pistol-min-header-long-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77561;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-long-980x383.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53954;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-header-long-480x188.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19058;}}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:{}}}'),
(2718,2229,'_wp_attachment_custom_header_last_used_talon/talon','1697160274'),
(2719,2229,'_wp_attachment_is_custom_header','talon/talon'),
(2720,2229,'_shortpixel_was_converted','1712717608'),
(2721,2231,'_wp_attached_file','2018/03/bill-night-force-carbine-header-long.jpg'),
(2722,2231,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:750;s:4:\"file\";s:48:\"2018/03/bill-night-force-carbine-header-long.jpg\";s:8:\"filesize\";i:120816;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-long-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19401;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-long-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3920;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-long-600x234.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26216;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-long-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9321;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"bill-night-force-carbine-header-long-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56917;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-long-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6909;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-long-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37599;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"bill-night-force-carbine-header-long-1536x600.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101044;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-long-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22276;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:49:\"bill-night-force-carbine-header-long-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91332;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-long-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23967;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-long-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35100;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:49:\"bill-night-force-carbine-header-long-1080x422.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61949;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-long-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33829;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:49:\"bill-night-force-carbine-header-long-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78872;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-long-980x383.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53537;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"bill-night-force-carbine-header-long-480x188.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18896;}}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:{}}}'),
(2723,2231,'_wp_attachment_custom_header_last_used_talon/talon','1697160409'),
(2724,2231,'_wp_attachment_is_custom_header','talon/talon'),
(2725,2231,'_shortpixel_was_converted','1712717608'),
(2726,2232,'_wp_attached_file','2018/03/bill-precision-rifle-header-long.jpg'),
(2727,2232,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:750;s:4:\"file\";s:44:\"2018/03/bill-precision-rifle-header-long.jpg\";s:8:\"filesize\";i:91184;s:5:\"sizes\";a:17:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:44:\"bill-precision-rifle-header-long-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23311;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-long-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4454;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-long-600x234.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:234;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35307;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-long-300x117.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:117;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11508;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"bill-precision-rifle-header-long-1024x400.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78125;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-long-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8095;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-long-768x300.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51301;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:45:\"bill-precision-rifle-header-long-1536x600.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138325;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-long-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26263;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"bill-precision-rifle-header-long-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110165;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-long-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28351;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-long-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41720;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:45:\"bill-precision-rifle-header-long-1080x422.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:422;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85251;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-long-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39085;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:45:\"bill-precision-rifle-header-long-1280x500.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106221;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-long-980x383.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:383;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73590;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"bill-precision-rifle-header-long-480x188.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:188;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24534;}}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:{}}}'),
(2728,2232,'_wp_attachment_custom_header_last_used_talon/talon','1697160399'),
(2729,2232,'_wp_attachment_is_custom_header','talon/talon'),
(2730,2232,'_shortpixel_was_converted','1712717608'),
(2731,2237,'_wp_attached_file','2018/03/NightForce-Wide-Round-Logo.png'),
(2732,2237,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:592;s:6:\"height\";i:400;s:4:\"file\";s:38:\"2018/03/NightForce-Wide-Round-Logo.png\";s:8:\"filesize\";i:15323;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"NightForce-Wide-Round-Logo-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68246;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"NightForce-Wide-Round-Logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13087;}s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"NightForce-Wide-Round-Logo-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41015;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"NightForce-Wide-Round-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25454;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"NightForce-Wide-Round-Logo-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:63381;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"NightForce-Wide-Round-Logo-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67723;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:38:\"NightForce-Wide-Round-Logo-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103367;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"NightForce-Wide-Round-Logo-400x400.png\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41941;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"NightForce-Wide-Round-Logo-480x324.png\";s:5:\"width\";i:480;s:6:\"height\";i:324;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82670;}}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:{}}}'),
(2733,2237,'_shortpixel_was_converted','1712717608'),
(2734,2241,'_wp_attached_file','2018/03/high-desert-cartridge-logo-sq.png'),
(2735,2241,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1334;s:6:\"height\";i:800;s:4:\"file\";s:41:\"2018/03/high-desert-cartridge-logo-sq.png\";s:8:\"filesize\";i:42881;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"high-desert-cartridge-logo-sq-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37419;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"high-desert-cartridge-logo-sq-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8876;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"high-desert-cartridge-logo-sq-600x360.png\";s:5:\"width\";i:600;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58119;}s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"high-desert-cartridge-logo-sq-300x180.png\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23082;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"high-desert-cartridge-logo-sq-1024x614.png\";s:5:\"width\";i:1024;s:6:\"height\";i:614;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:127786;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"high-desert-cartridge-logo-sq-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15106;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"high-desert-cartridge-logo-sq-768x461.png\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82205;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"high-desert-cartridge-logo-sq-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34063;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"high-desert-cartridge-logo-sq-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:148475;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"high-desert-cartridge-logo-sq-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40947;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"high-desert-cartridge-logo-sq-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60752;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"high-desert-cartridge-logo-sq-1080x648.png\";s:5:\"width\";i:1080;s:6:\"height\";i:648;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139964;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"high-desert-cartridge-logo-sq-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:68786;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:42:\"high-desert-cartridge-logo-sq-1280x768.png\";s:5:\"width\";i:1280;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:176432;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"high-desert-cartridge-logo-sq-980x588.png\";s:5:\"width\";i:980;s:6:\"height\";i:588;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120307;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"high-desert-cartridge-logo-sq-480x288.png\";s:5:\"width\";i:480;s:6:\"height\";i:288;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42750;}}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:{}}}'),
(2736,2241,'_shortpixel_was_converted','1712717608'),
(2737,2258,'_wp_attached_file','2023/10/Gustavo-and-Bill-Interview-Lightened.png'),
(2738,2258,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:863;s:6:\"height\";i:863;s:4:\"file\";s:48:\"2023/10/Gustavo-and-Bill-Interview-Lightened.png\";s:8:\"filesize\";i:378921;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"Gustavo-and-Bill-Interview-Lightened-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:204471;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"Gustavo-and-Bill-Interview-Lightened-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26941;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"Gustavo-and-Bill-Interview-Lightened-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:714172;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"Gustavo-and-Bill-Interview-Lightened-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:204471;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"Gustavo-and-Bill-Interview-Lightened-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57210;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"Gustavo-and-Bill-Interview-Lightened-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1108324;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"Gustavo-and-Bill-Interview-Lightened-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:220086;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:48:\"Gustavo-and-Bill-Interview-Lightened-863x675.png\";s:5:\"width\";i:863;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:807898;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"Gustavo-and-Bill-Interview-Lightened-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:252003;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"Gustavo-and-Bill-Interview-Lightened-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:412312;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"Gustavo-and-Bill-Interview-Lightened-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:422835;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"Gustavo-and-Bill-Interview-Lightened-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:477247;}}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:{}}}'),
(2739,2258,'_shortpixel_was_converted','1712717608'),
(2740,2260,'_wp_attached_file','2023/10/Gustavo-and-Bill-Interview_.png'),
(2741,2260,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1135;s:6:\"height\";i:863;s:4:\"file\";s:39:\"2023/10/Gustavo-and-Bill-Interview_.png\";s:8:\"filesize\";i:500446;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"Gustavo-and-Bill-Interview_-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:202968;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"Gustavo-and-Bill-Interview_-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26726;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"Gustavo-and-Bill-Interview_-600x456.png\";s:5:\"width\";i:600;s:6:\"height\";i:456;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:569225;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"Gustavo-and-Bill-Interview_-300x228.png\";s:5:\"width\";i:300;s:6:\"height\";i:228;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:160540;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"Gustavo-and-Bill-Interview_-1024x779.png\";s:5:\"width\";i:1024;s:6:\"height\";i:779;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1499249;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"Gustavo-and-Bill-Interview_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56736;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"Gustavo-and-Bill-Interview_-768x584.png\";s:5:\"width\";i:768;s:6:\"height\";i:584;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:892305;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"Gustavo-and-Bill-Interview_-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:232427;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"Gustavo-and-Bill-Interview_-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1397609;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"Gustavo-and-Bill-Interview_-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:258821;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"Gustavo-and-Bill-Interview_-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:420036;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:40:\"Gustavo-and-Bill-Interview_-1080x821.png\";s:5:\"width\";i:1080;s:6:\"height\";i:821;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1638906;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"Gustavo-and-Bill-Interview_-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:425890;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:39:\"Gustavo-and-Bill-Interview_-980x745.png\";s:5:\"width\";i:980;s:6:\"height\";i:745;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1387036;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"Gustavo-and-Bill-Interview_-480x365.png\";s:5:\"width\";i:480;s:6:\"height\";i:365;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:380201;}}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:{}}}'),
(2742,2260,'_shortpixel_was_converted','1712717608'),
(2743,2291,'_wp_attached_file','2023/11/IMG_3494.heic'),
(2744,2291,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:3105839;}'),
(2745,2292,'_wp_attached_file','2023/11/IMG_3499.heic'),
(2746,2292,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:1938590;}'),
(2747,2295,'_wp_attached_file','2023/11/grid-all-gear.png'),
(2748,2295,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2023/11/grid-all-gear.png\";s:8:\"filesize\";i:588225;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"grid-all-gear-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:246988;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"grid-all-gear-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29634;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"grid-all-gear-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:925711;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"grid-all-gear-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:246988;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"grid-all-gear-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64896;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"grid-all-gear-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1466287;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"grid-all-gear-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:256829;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"grid-all-gear-924x675.png\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1458282;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"grid-all-gear-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:295850;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"grid-all-gear-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:498305;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"grid-all-gear-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:532962;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"grid-all-gear-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:607025;}}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:{}}}'),
(2749,2295,'_shortpixel_was_converted','1712717608'),
(2750,2296,'_wp_attached_file','2023/11/IMG_3215.heic'),
(2751,2296,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:1176394;}'),
(2752,2297,'_wp_attached_file','2023/11/IMG_3198-scaled-1.jpg'),
(2753,2297,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:29:\"2023/11/IMG_3198-scaled-1.jpg\";s:8:\"filesize\";i:111505;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"IMG_3198-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30423;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"IMG_3198-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4536;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"IMG_3198-scaled-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128190;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"IMG_3198-scaled-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23278;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"IMG_3198-scaled-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188305;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"IMG_3198-scaled-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:8794;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"IMG_3198-scaled-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188305;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"IMG_3198-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33333;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"IMG_3198-scaled-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149692;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"IMG_3198-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37160;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"IMG_3198-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58674;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"IMG_3198-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63271;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"IMG_3198-scaled-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88999;}}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:{}}}'),
(2754,2297,'_shortpixel_was_converted','1712717607'),
(2755,2298,'_wp_attached_file','2023/11/IMG_3215-scaled-1.jpg'),
(2756,2298,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:29:\"2023/11/IMG_3215-scaled-1.jpg\";s:8:\"filesize\";i:49801;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"IMG_3215-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21439;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"IMG_3215-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4237;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"IMG_3215-scaled-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70336;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"IMG_3215-scaled-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16738;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"IMG_3215-scaled-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100558;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"IMG_3215-scaled-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:7471;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"IMG_3215-scaled-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100558;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"IMG_3215-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22123;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"IMG_3215-scaled-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82683;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"IMG_3215-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24393;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"IMG_3215-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36303;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"IMG_3215-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38262;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"IMG_3215-scaled-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50693;}}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:{}}}'),
(2757,2298,'_shortpixel_was_converted','1712717607'),
(2758,2302,'_wp_attached_file','2023/11/IMG_3215-1-scaled-1.jpg'),
(2759,2302,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1232;s:4:\"file\";s:31:\"2023/11/IMG_3215-1-scaled-1.jpg\";s:8:\"filesize\";i:49801;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"IMG_3215-1-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21439;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG_3215-1-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4237;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"IMG_3215-1-scaled-1-600x800.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70336;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"IMG_3215-1-scaled-1-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16738;}s:5:\"large\";a:5:{s:4:\"file\";s:32:\"IMG_3215-1-scaled-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100558;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"IMG_3215-1-scaled-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:7471;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"IMG_3215-1-scaled-1-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100558;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"IMG_3215-1-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22123;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"IMG_3215-1-scaled-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82683;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"IMG_3215-1-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24393;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"IMG_3215-1-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36303;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"IMG_3215-1-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38262;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"IMG_3215-1-scaled-1-480x640.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50693;}}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:{}}}'),
(2760,2302,'_shortpixel_was_converted','1712717607'),
(2761,2305,'_wp_attached_file','2023/11/grid-3-gear.png'),
(2762,2305,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:23:\"2023/11/grid-3-gear.png\";s:8:\"filesize\";i:391615;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"grid-3-gear-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:212172;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"grid-3-gear-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26895;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"grid-3-gear-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:791781;}s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"grid-3-gear-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:212172;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"grid-3-gear-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57430;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"grid-3-gear-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1242115;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"grid-3-gear-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:223370;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"grid-3-gear-924x675.png\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:930758;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"grid-3-gear-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:252543;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"grid-3-gear-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:422741;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"grid-3-gear-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:462049;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"grid-3-gear-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:520932;}}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:{}}}'),
(2763,2305,'_shortpixel_was_converted','1712717607'),
(2764,2306,'_wp_attached_file','2023/11/grid-1.jpg'),
(2765,2306,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:18:\"2023/11/grid-1.jpg\";s:8:\"filesize\";i:106602;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"grid-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38651;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"grid-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5783;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"grid-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122585;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"grid-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38651;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"grid-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:11315;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"grid-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178075;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"grid-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38270;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"grid-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178297;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"grid-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43925;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"grid-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69538;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"grid-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75454;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"grid-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85650;}}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:{}}}'),
(2766,2306,'_shortpixel_was_converted','1712717607'),
(2767,2307,'_wp_attached_file','2023/11/grid-2.jpg'),
(2768,2307,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:702;s:6:\"height\";i:701;s:4:\"file\";s:18:\"2023/11/grid-2.jpg\";s:8:\"filesize\";i:47255;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"grid-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30474;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"grid-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5297;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"grid-2-600x599.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84624;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"grid-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30429;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"grid-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9873;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"grid-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29747;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"grid-2-702x675.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105249;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"grid-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33724;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"grid-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51020;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"grid-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52523;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"grid-2-480x479.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60959;}}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:{}}}'),
(2769,2307,'_shortpixel_was_converted','1712717607'),
(2770,2308,'_wp_attached_file','2023/11/grid-3.jpg'),
(2771,2308,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:18:\"2023/11/grid-3.jpg\";s:8:\"filesize\";i:84677;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"grid-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32048;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"grid-3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5197;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"grid-3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99913;}s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"grid-3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32048;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"grid-3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9764;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"grid-3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145750;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"grid-3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31377;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:18:\"grid-3-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140262;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"grid-3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35452;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"grid-3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55503;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"grid-3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62293;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"grid-3-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69890;}}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:{}}}'),
(2772,2308,'_shortpixel_was_converted','1712717607'),
(2773,2310,'_wp_attached_file','2023/11/grid-2-1.jpg'),
(2774,2310,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:702;s:6:\"height\";i:701;s:4:\"file\";s:20:\"2023/11/grid-2-1.jpg\";s:8:\"filesize\";i:47255;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"grid-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30474;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"grid-2-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5297;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"grid-2-1-600x599.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84624;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"grid-2-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30429;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"grid-2-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:9873;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"grid-2-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29747;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"grid-2-1-702x675.jpg\";s:5:\"width\";i:702;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105249;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"grid-2-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33724;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"grid-2-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51020;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"grid-2-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52523;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"grid-2-1-480x479.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60959;}}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:{}}}'),
(2775,2310,'_shortpixel_was_converted','1712717607'),
(2776,2313,'_wp_attached_file','2023/11/grid-3-1.jpg'),
(2777,2313,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:20:\"2023/11/grid-3-1.jpg\";s:8:\"filesize\";i:84677;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"grid-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32048;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"grid-3-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5197;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"grid-3-1-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99913;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"grid-3-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32048;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"grid-3-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:9764;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"grid-3-1-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145750;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"grid-3-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31377;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"grid-3-1-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140262;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"grid-3-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35452;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"grid-3-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55503;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"grid-3-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62293;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"grid-3-1-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69890;}}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:{}}}'),
(2778,2313,'_shortpixel_was_converted','1712717599'),
(2779,2333,'_wp_attached_file','2023/11/backpack-loadout-blog-thumbnail-.jpg'),
(2780,2333,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:693;s:4:\"file\";s:44:\"2023/11/backpack-loadout-blog-thumbnail-.jpg\";s:8:\"filesize\";i:34536;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:44:\"backpack-loadout-blog-thumbnail--300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20174;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:44:\"backpack-loadout-blog-thumbnail--100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4172;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:44:\"backpack-loadout-blog-thumbnail--600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45548;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"backpack-loadout-blog-thumbnail--300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16729;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"backpack-loadout-blog-thumbnail--150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7301;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"backpack-loadout-blog-thumbnail--768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64511;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"backpack-loadout-blog-thumbnail--400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21625;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"backpack-loadout-blog-thumbnail--924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81102;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"backpack-loadout-blog-thumbnail--400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24190;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"backpack-loadout-blog-thumbnail--510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35774;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"backpack-loadout-blog-thumbnail--400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36002;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"backpack-loadout-blog-thumbnail--480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32624;}}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:{}}}'),
(2781,2333,'_shortpixel_was_converted','1712717599'),
(2782,2342,'_wp_attached_file','2023/12/Walther-Pistol-Bill-Header-min.jpg'),
(2783,2342,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:924;s:4:\"file\";s:42:\"2023/12/Walther-Pistol-Bill-Header-min.jpg\";s:8:\"filesize\";i:43350;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15612;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3371;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-600x361.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29644;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10324;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"Walther-Pistol-Bill-Header-min-1024x616.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:616;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66215;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5668;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-768x462.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44865;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16110;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:43:\"Walther-Pistol-Bill-Header-min-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76130;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17826;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27398;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:43:\"Walther-Pistol-Bill-Header-min-1080x650.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73884;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30922;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:43:\"Walther-Pistol-Bill-Header-min-1280x770.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95366;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-980x590.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63828;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"Walther-Pistol-Bill-Header-min-480x289.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20890;}}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:{}}}'),
(2784,2342,'_shortpixel_was_converted','1712717599'),
(2785,2345,'_wp_attached_file','2023/12/IMG_0029.jpg'),
(2786,2345,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:2000;s:4:\"file\";s:20:\"2023/12/IMG_0029.jpg\";s:8:\"filesize\";i:131673;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"IMG_0029-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21677;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0029-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3316;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_0029-600x1299.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:1299;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137363;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"IMG_0029-139x300.jpg\";s:5:\"width\";i:139;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10490;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"IMG_0029-473x1024.jpg\";s:5:\"width\";i:473;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93883;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"IMG_0029-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6272;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"IMG_0029-768x1662.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1662;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199305;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"IMG_0029-710x1536.jpg\";s:5:\"width\";i:710;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177586;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"IMG_0029-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21809;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"IMG_0029-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97098;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"IMG_0029-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24939;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"IMG_0029-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39105;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"IMG_0029-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45739;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:21:\"IMG_0029-924x1800.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257866;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"IMG_0029-480x1039.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:1039;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95555;}}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:{}}}'),
(2787,2345,'_shortpixel_was_converted','1712717599'),
(2788,2346,'_wp_attached_file','2023/12/IMG_00292.png'),
(2789,2346,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1264;s:4:\"file\";s:21:\"2023/12/IMG_00292.png\";s:8:\"filesize\";i:454002;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"IMG_00292-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:201754;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_00292-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23999;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"IMG_00292-600x821.png\";s:5:\"width\";i:600;s:6:\"height\";i:821;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:976149;}s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"IMG_00292-219x300.png\";s:5:\"width\";i:219;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145673;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"IMG_00292-749x1024.png\";s:5:\"width\";i:749;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1446829;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"IMG_00292-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:52585;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"IMG_00292-768x1051.png\";s:5:\"width\";i:768;s:6:\"height\";i:1051;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1512886;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"IMG_00292-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:221137;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"IMG_00292-924x675.png\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:855830;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"IMG_00292-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:250449;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"IMG_00292-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:411625;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"IMG_00292-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:438737;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"IMG_00292-480x657.png\";s:5:\"width\";i:480;s:6:\"height\";i:657;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:648818;}}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:{}}}'),
(2790,2346,'_shortpixel_was_converted','1712717599'),
(2791,2348,'_wp_attached_file','2023/12/img_2122_720.jpg'),
(2792,2348,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:540;s:4:\"file\";s:24:\"2023/12/img_2122_720.jpg\";s:8:\"filesize\";i:133065;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"img_2122_720-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34728;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"img_2122_720-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4945;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"img_2122_720-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96252;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"img_2122_720-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27303;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"img_2122_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9718;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"img_2122_720-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38928;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"img_2122_720-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43980;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"img_2122_720-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71925;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"img_2122_720-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67872;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"img_2122_720-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65605;}}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:{}}}'),
(2793,2348,'_shortpixel_was_converted','1712717599'),
(2794,2352,'_wp_attached_file','2024/01/img_9724_720.jpg'),
(2795,2352,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:540;s:4:\"file\";s:24:\"2024/01/img_9724_720.jpg\";s:8:\"filesize\";i:112736;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"img_9724_720-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26723;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"img_9724_720-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4074;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"img_9724_720-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69363;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"img_9724_720-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20146;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"img_9724_720-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7691;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"img_9724_720-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29325;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"img_9724_720-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32219;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"img_9724_720-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51882;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"img_9724_720-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52791;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"img_9724_720-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47380;}}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:{}}}'),
(2796,2352,'_shortpixel_was_converted','1712717599'),
(2797,2356,'_wp_attached_file','2024/01/a1s5260.jpg'),
(2798,2356,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:19:\"2024/01/a1s5260.jpg\";s:8:\"filesize\";i:23744;s:5:\"sizes\";a:5:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"a1s5260-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17668;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"a1s5260-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3842;}s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"a1s5260-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13676;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"a1s5260-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6717;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"a1s5260-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19411;}}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:{}}}'),
(2799,2356,'_shortpixel_was_converted','1712717599'),
(2800,2385,'_wp_attached_file','2024/01/Class-Photo-1.jpg'),
(2801,2385,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2024/01/Class-Photo-1.jpg\";s:8:\"filesize\";i:84398;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"Class-Photo-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25605;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"Class-Photo-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4258;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"Class-Photo-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56972;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Class-Photo-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18039;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"Class-Photo-1-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:132052;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Class-Photo-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:8120;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"Class-Photo-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84405;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"Class-Photo-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28250;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"Class-Photo-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136607;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"Class-Photo-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31171;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"Class-Photo-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47847;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"Class-Photo-1-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142421;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"Class-Photo-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47376;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"Class-Photo-1-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183922;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"Class-Photo-1-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123735;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"Class-Photo-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39403;}}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:{}}}'),
(2802,2385,'_shortpixel_was_converted','1712717599'),
(2803,2386,'_wp_attached_file','2024/01/Class-Photo-2a.jpg'),
(2804,2386,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1383;s:6:\"height\";i:808;s:4:\"file\";s:26:\"2024/01/Class-Photo-2a.jpg\";s:8:\"filesize\";i:175676;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:26:\"Class-Photo-2a-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26393;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:26:\"Class-Photo-2a-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4299;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:26:\"Class-Photo-2a-600x351.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:351;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57003;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"Class-Photo-2a-300x175.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:175;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16609;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"Class-Photo-2a-1024x598.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:598;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145623;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:26:\"Class-Photo-2a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8102;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"Class-Photo-2a-768x449.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:449;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89123;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:26:\"Class-Photo-2a-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29380;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"Class-Photo-2a-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167419;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:26:\"Class-Photo-2a-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32817;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:26:\"Class-Photo-2a-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52505;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"Class-Photo-2a-1080x631.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:631;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159113;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:26:\"Class-Photo-2a-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52396;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:27:\"Class-Photo-2a-1280x748.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:748;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:210439;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:26:\"Class-Photo-2a-980x573.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:573;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135976;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:26:\"Class-Photo-2a-480x280.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37944;}}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:{}}}'),
(2805,2386,'_shortpixel_was_converted','1712717599'),
(2806,2412,'_wp_attached_file','2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184.png'),
(2807,2412,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:48:\"2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184.png\";s:8:\"filesize\";i:421779;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"28B49493-C2A2-4D25-B4D7-F18A6F208184-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:199582;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"28B49493-C2A2-4D25-B4D7-F18A6F208184-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25837;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"28B49493-C2A2-4D25-B4D7-F18A6F208184-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:737220;}s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"28B49493-C2A2-4D25-B4D7-F18A6F208184-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:199582;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"28B49493-C2A2-4D25-B4D7-F18A6F208184-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:54904;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"28B49493-C2A2-4D25-B4D7-F18A6F208184-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1165683;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"28B49493-C2A2-4D25-B4D7-F18A6F208184-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:225302;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:48:\"28B49493-C2A2-4D25-B4D7-F18A6F208184-924x675.png\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1010416;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"28B49493-C2A2-4D25-B4D7-F18A6F208184-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:252918;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"28B49493-C2A2-4D25-B4D7-F18A6F208184-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:420473;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"28B49493-C2A2-4D25-B4D7-F18A6F208184-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:434259;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"28B49493-C2A2-4D25-B4D7-F18A6F208184-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:483581;}}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:{}}}'),
(2808,2412,'_shortpixel_was_converted','1712717599'),
(2809,2423,'_wp_attached_file','2024/02/Amtac-Shooting-Newsletter-Banner-4.png'),
(2810,2423,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:500;s:4:\"file\";s:46:\"2024/02/Amtac-Shooting-Newsletter-Banner-4.png\";s:8:\"filesize\";i:260725;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:46:\"Amtac-Shooting-Newsletter-Banner-4-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:148998;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:46:\"Amtac-Shooting-Newsletter-Banner-4-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20742;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:46:\"Amtac-Shooting-Newsletter-Banner-4-600x200.png\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:206773;}s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"Amtac-Shooting-Newsletter-Banner-4-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59578;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"Amtac-Shooting-Newsletter-Banner-4-1024x341.png\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:533686;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"Amtac-Shooting-Newsletter-Banner-4-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42788;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"Amtac-Shooting-Newsletter-Banner-4-768x256.png\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:320429;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"Amtac-Shooting-Newsletter-Banner-4-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:162779;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"Amtac-Shooting-Newsletter-Banner-4-1080x500.png\";s:5:\"width\";i:1080;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:554934;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"Amtac-Shooting-Newsletter-Banner-4-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:178190;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"Amtac-Shooting-Newsletter-Banner-4-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:286706;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:47:\"Amtac-Shooting-Newsletter-Banner-4-1080x360.png\";s:5:\"width\";i:1080;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:586621;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"Amtac-Shooting-Newsletter-Banner-4-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:220693;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:47:\"Amtac-Shooting-Newsletter-Banner-4-1280x427.png\";s:5:\"width\";i:1280;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:788277;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:46:\"Amtac-Shooting-Newsletter-Banner-4-980x327.png\";s:5:\"width\";i:980;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:494489;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"Amtac-Shooting-Newsletter-Banner-4-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:137990;}}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:{}}}'),
(2811,2423,'_shortpixel_was_converted','1712717599'),
(2812,2427,'_wp_attached_file','2024/02/Bill-Rapier-Amtac-Shooting-Instructor.png'),
(2813,2427,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:500;s:4:\"file\";s:49:\"2024/02/Bill-Rapier-Amtac-Shooting-Instructor.png\";s:8:\"filesize\";i:266892;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"Bill-Rapier-Amtac-Shooting-Instructor-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:172923;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"Bill-Rapier-Amtac-Shooting-Instructor-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21486;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"Bill-Rapier-Amtac-Shooting-Instructor-600x200.png\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:193017;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Bill-Rapier-Amtac-Shooting-Instructor-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53786;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"Bill-Rapier-Amtac-Shooting-Instructor-1024x341.png\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:513664;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Bill-Rapier-Amtac-Shooting-Instructor-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46219;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"Bill-Rapier-Amtac-Shooting-Instructor-768x256.png\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:303518;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Bill-Rapier-Amtac-Shooting-Instructor-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:172537;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"Bill-Rapier-Amtac-Shooting-Instructor-1080x500.png\";s:5:\"width\";i:1080;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:658748;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Bill-Rapier-Amtac-Shooting-Instructor-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:192660;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"Bill-Rapier-Amtac-Shooting-Instructor-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:323365;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"Bill-Rapier-Amtac-Shooting-Instructor-1080x360.png\";s:5:\"width\";i:1080;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:565605;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"Bill-Rapier-Amtac-Shooting-Instructor-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:346673;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:50:\"Bill-Rapier-Amtac-Shooting-Instructor-1280x427.png\";s:5:\"width\";i:1280;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:766035;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Bill-Rapier-Amtac-Shooting-Instructor-980x327.png\";s:5:\"width\";i:980;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:473922;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"Bill-Rapier-Amtac-Shooting-Instructor-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:127350;}}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:{}}}'),
(2814,2427,'_shortpixel_was_converted','1712717599'),
(2815,2428,'_wp_attached_file','2024/02/David-Acosta-Amtac-Shooting-Instructor.png'),
(2816,2428,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:500;s:4:\"file\";s:50:\"2024/02/David-Acosta-Amtac-Shooting-Instructor.png\";s:8:\"filesize\";i:272092;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:50:\"David-Acosta-Amtac-Shooting-Instructor-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:138051;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:50:\"David-Acosta-Amtac-Shooting-Instructor-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19973;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:50:\"David-Acosta-Amtac-Shooting-Instructor-600x200.png\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:191337;}s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"David-Acosta-Amtac-Shooting-Instructor-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55723;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"David-Acosta-Amtac-Shooting-Instructor-1024x341.png\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:492710;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"David-Acosta-Amtac-Shooting-Instructor-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40354;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"David-Acosta-Amtac-Shooting-Instructor-768x256.png\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:294997;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:50:\"David-Acosta-Amtac-Shooting-Instructor-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:156985;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:51:\"David-Acosta-Amtac-Shooting-Instructor-1080x500.png\";s:5:\"width\";i:1080;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:546964;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:50:\"David-Acosta-Amtac-Shooting-Instructor-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:171634;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:50:\"David-Acosta-Amtac-Shooting-Instructor-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:277701;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:51:\"David-Acosta-Amtac-Shooting-Instructor-1080x360.png\";s:5:\"width\";i:1080;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:542622;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:50:\"David-Acosta-Amtac-Shooting-Instructor-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:206900;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:51:\"David-Acosta-Amtac-Shooting-Instructor-1280x427.png\";s:5:\"width\";i:1280;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:729973;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:50:\"David-Acosta-Amtac-Shooting-Instructor-980x327.png\";s:5:\"width\";i:980;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:456056;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:50:\"David-Acosta-Amtac-Shooting-Instructor-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:128419;}}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:{}}}'),
(2817,2428,'_shortpixel_was_converted','1712717599'),
(2818,2441,'_wp_attached_file','2024/02/David-Cagle-Amtac-Shooting-Instructor.png'),
(2819,2441,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:500;s:4:\"file\";s:49:\"2024/02/David-Cagle-Amtac-Shooting-Instructor.png\";s:8:\"filesize\";i:303178;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"David-Cagle-Amtac-Shooting-Instructor-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:187642;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"David-Cagle-Amtac-Shooting-Instructor-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22377;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"David-Cagle-Amtac-Shooting-Instructor-600x200.png\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:210296;}s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"David-Cagle-Amtac-Shooting-Instructor-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56854;}s:5:\"large\";a:5:{s:4:\"file\";s:50:\"David-Cagle-Amtac-Shooting-Instructor-1024x341.png\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:566674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"David-Cagle-Amtac-Shooting-Instructor-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48787;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"David-Cagle-Amtac-Shooting-Instructor-768x256.png\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:333276;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"David-Cagle-Amtac-Shooting-Instructor-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:191040;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:50:\"David-Cagle-Amtac-Shooting-Instructor-1080x500.png\";s:5:\"width\";i:1080;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:756055;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"David-Cagle-Amtac-Shooting-Instructor-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:213278;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"David-Cagle-Amtac-Shooting-Instructor-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:356219;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:50:\"David-Cagle-Amtac-Shooting-Instructor-1080x360.png\";s:5:\"width\";i:1080;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:624468;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"David-Cagle-Amtac-Shooting-Instructor-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:407400;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:50:\"David-Cagle-Amtac-Shooting-Instructor-1280x427.png\";s:5:\"width\";i:1280;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:845451;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"David-Cagle-Amtac-Shooting-Instructor-980x327.png\";s:5:\"width\";i:980;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:522925;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"David-Cagle-Amtac-Shooting-Instructor-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:137767;}}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:{}}}'),
(2820,2441,'_shortpixel_was_converted','1712717599'),
(2821,2444,'_wp_attached_file','2024/02/Kevin-Kelly-Amtac-Shooting-Instructor-1.png'),
(2822,2444,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:500;s:4:\"file\";s:51:\"2024/02/Kevin-Kelly-Amtac-Shooting-Instructor-1.png\";s:8:\"filesize\";i:274291;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144010;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18968;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-1-600x200.png\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198338;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-1-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:55163;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"Kevin-Kelly-Amtac-Shooting-Instructor-1-1024x341.png\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:518160;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39883;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-1-768x256.png\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:309838;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:158143;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:52:\"Kevin-Kelly-Amtac-Shooting-Instructor-1-1080x500.png\";s:5:\"width\";i:1080;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:556251;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:174952;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:285168;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:52:\"Kevin-Kelly-Amtac-Shooting-Instructor-1-1080x360.png\";s:5:\"width\";i:1080;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:568305;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-1-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:233059;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:52:\"Kevin-Kelly-Amtac-Shooting-Instructor-1-1280x427.png\";s:5:\"width\";i:1280;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:763082;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-1-980x327.png\";s:5:\"width\";i:980;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:479161;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-1-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:131381;}}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:{}}}'),
(2823,2444,'_shortpixel_was_converted','1712717599'),
(2824,2451,'_wp_attached_file','2024/02/Bryan-Resnick-Amtac-Shooting-Instructor.png'),
(2825,2451,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:500;s:4:\"file\";s:51:\"2024/02/Bryan-Resnick-Amtac-Shooting-Instructor.png\";s:8:\"filesize\";i:295630;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"Bryan-Resnick-Amtac-Shooting-Instructor-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:175045;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Amtac-Shooting-Instructor-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23805;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Amtac-Shooting-Instructor-600x200.png\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:204889;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Amtac-Shooting-Instructor-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58623;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"Bryan-Resnick-Amtac-Shooting-Instructor-1024x341.png\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:530719;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Amtac-Shooting-Instructor-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49532;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Amtac-Shooting-Instructor-768x256.png\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:318183;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Amtac-Shooting-Instructor-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:187855;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:52:\"Bryan-Resnick-Amtac-Shooting-Instructor-1080x500.png\";s:5:\"width\";i:1080;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:658131;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Amtac-Shooting-Instructor-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:206235;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Amtac-Shooting-Instructor-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:335679;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:52:\"Bryan-Resnick-Amtac-Shooting-Instructor-1080x360.png\";s:5:\"width\";i:1080;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:583463;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Amtac-Shooting-Instructor-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:300822;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:52:\"Bryan-Resnick-Amtac-Shooting-Instructor-1280x427.png\";s:5:\"width\";i:1280;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:785566;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Amtac-Shooting-Instructor-980x327.png\";s:5:\"width\";i:980;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:491469;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Amtac-Shooting-Instructor-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:136904;}}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:{}}}'),
(2826,2451,'_shortpixel_was_converted','1712717599'),
(2827,2462,'_wp_attached_file','2024/02/Bill-Rapier-Amtac-Shooting-Instructor-1.png'),
(2828,2462,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:500;s:4:\"file\";s:51:\"2024/02/Bill-Rapier-Amtac-Shooting-Instructor-1.png\";s:8:\"filesize\";i:266892;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"Bill-Rapier-Amtac-Shooting-Instructor-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:172923;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"Bill-Rapier-Amtac-Shooting-Instructor-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21486;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"Bill-Rapier-Amtac-Shooting-Instructor-1-600x200.png\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:193017;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Bill-Rapier-Amtac-Shooting-Instructor-1-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53786;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"Bill-Rapier-Amtac-Shooting-Instructor-1-1024x341.png\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:513664;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"Bill-Rapier-Amtac-Shooting-Instructor-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46219;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"Bill-Rapier-Amtac-Shooting-Instructor-1-768x256.png\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:303518;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"Bill-Rapier-Amtac-Shooting-Instructor-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:172537;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:52:\"Bill-Rapier-Amtac-Shooting-Instructor-1-1080x500.png\";s:5:\"width\";i:1080;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:658748;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"Bill-Rapier-Amtac-Shooting-Instructor-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:192660;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"Bill-Rapier-Amtac-Shooting-Instructor-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:323365;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:52:\"Bill-Rapier-Amtac-Shooting-Instructor-1-1080x360.png\";s:5:\"width\";i:1080;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:565605;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"Bill-Rapier-Amtac-Shooting-Instructor-1-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:346673;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:52:\"Bill-Rapier-Amtac-Shooting-Instructor-1-1280x427.png\";s:5:\"width\";i:1280;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:766035;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:51:\"Bill-Rapier-Amtac-Shooting-Instructor-1-980x327.png\";s:5:\"width\";i:980;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:473922;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"Bill-Rapier-Amtac-Shooting-Instructor-1-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:127350;}}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:{}}}'),
(2829,2462,'_shortpixel_was_converted','1712717599'),
(2830,2502,'_wp_attached_file','2024/02/David-Cagle-Shotgun-1-Course.jpg'),
(2831,2502,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1290;s:6:\"height\";i:896;s:4:\"file\";s:40:\"2024/02/David-Cagle-Shotgun-1-Course.jpg\";s:8:\"filesize\";i:165464;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"David-Cagle-Shotgun-1-Course-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22236;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"David-Cagle-Shotgun-1-Course-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3773;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:40:\"David-Cagle-Shotgun-1-Course-600x417.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57651;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"David-Cagle-Shotgun-1-Course-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16432;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"David-Cagle-Shotgun-1-Course-1024x711.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137274;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"David-Cagle-Shotgun-1-Course-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6845;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"David-Cagle-Shotgun-1-Course-768x533.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87079;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"David-Cagle-Shotgun-1-Course-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25960;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:41:\"David-Cagle-Shotgun-1-Course-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140284;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"David-Cagle-Shotgun-1-Course-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28222;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:40:\"David-Cagle-Shotgun-1-Course-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45773;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:41:\"David-Cagle-Shotgun-1-Course-1080x750.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149536;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:40:\"David-Cagle-Shotgun-1-Course-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44237;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:41:\"David-Cagle-Shotgun-1-Course-1280x889.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:889;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192789;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:40:\"David-Cagle-Shotgun-1-Course-980x681.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129084;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"David-Cagle-Shotgun-1-Course-480x333.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38600;}}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:{}}}'),
(2832,2518,'_wp_attached_file','2024/02/dry_fire_screen_shot_720.png'),
(2833,2518,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:377;s:6:\"height\";i:719;s:4:\"file\";s:36:\"2024/02/dry_fire_screen_shot_720.png\";s:8:\"filesize\";i:91282;s:5:\"sizes\";a:9:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"dry_fire_screen_shot_720-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:143683;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"dry_fire_screen_shot_720-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19350;}s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"dry_fire_screen_shot_720-157x300.png\";s:5:\"width\";i:157;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78035;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"dry_fire_screen_shot_720-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39836;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"dry_fire_screen_shot_720-377x250.png\";s:5:\"width\";i:377;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87454;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"dry_fire_screen_shot_720-377x675.png\";s:5:\"width\";i:377;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:220657;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"dry_fire_screen_shot_720-377x284.png\";s:5:\"width\";i:377;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98867;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"dry_fire_screen_shot_720-377x382.png\";s:5:\"width\";i:377;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:132340;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"dry_fire_screen_shot_720-377x516.png\";s:5:\"width\";i:377;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:175588;}}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:{}}}'),
(2834,2542,'_wp_attached_file','2018/03/2541_model_size_guide.png'),
(2835,2542,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:344;s:6:\"height\";i:344;s:4:\"file\";s:33:\"2018/03/2541_model_size_guide.png\";s:8:\"filesize\";i:22261;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"2541_model_size_guide-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65888;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"2541_model_size_guide-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10530;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"2541_model_size_guide-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65888;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"2541_model_size_guide-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20744;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"2541_model_size_guide-344x250.png\";s:5:\"width\";i:344;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34616;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"2541_model_size_guide-344x284.png\";s:5:\"width\";i:344;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41278;}}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:{}}}'),
(2836,2543,'_wp_attached_file','2018/03/2541_product_size_guide.png'),
(2837,2543,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:344;s:6:\"height\";i:344;s:4:\"file\";s:35:\"2018/03/2541_product_size_guide.png\";s:8:\"filesize\";i:16279;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"2541_product_size_guide-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42909;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"2541_product_size_guide-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7459;}s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"2541_product_size_guide-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42909;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"2541_product_size_guide-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14104;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"2541_product_size_guide-344x250.png\";s:5:\"width\";i:344;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28303;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"2541_product_size_guide-344x284.png\";s:5:\"width\";i:344;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32108;}}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:{}}}'),
(2838,2578,'_wp_attached_file','2024/03/mens-classic-tee-black-front-65fcb27facc11.jpg'),
(2839,2578,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:54:\"2024/03/mens-classic-tee-black-front-65fcb27facc11.jpg\";s:8:\"filesize\";i:23216;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:54:\"mens-classic-tee-black-front-65fcb27facc11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8307;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-black-front-65fcb27facc11-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2394;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-black-front-65fcb27facc11-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22160;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-black-front-65fcb27facc11-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8307;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-black-front-65fcb27facc11-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3490;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-black-front-65fcb27facc11-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31124;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-black-front-65fcb27facc11-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7753;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-black-front-65fcb27facc11-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30196;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-black-front-65fcb27facc11-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8793;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-black-front-65fcb27facc11-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12834;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-black-front-65fcb27facc11-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16788;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-black-front-65fcb27facc11-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15827;}}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:{}}}'),
(2840,2578,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/f43ace60823d1150711162e808158a60/mens-classic-tee-black-front-65fcb27facc11.jpg'),
(2841,2579,'_wp_attached_file','2024/03/mens-classic-tee-black-back-65fcb27fade32.jpg'),
(2842,2579,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:53:\"2024/03/mens-classic-tee-black-back-65fcb27fade32.jpg\";s:8:\"filesize\";i:24587;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:53:\"mens-classic-tee-black-back-65fcb27fade32-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8617;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-back-65fcb27fade32-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2356;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-back-65fcb27fade32-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22867;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-back-65fcb27fade32-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8617;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-back-65fcb27fade32-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3726;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-back-65fcb27fade32-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32799;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-back-65fcb27fade32-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8403;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-back-65fcb27fade32-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32269;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-back-65fcb27fade32-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9402;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-back-65fcb27fade32-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13708;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-back-65fcb27fade32-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17502;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-back-65fcb27fade32-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16427;}}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:{}}}'),
(2843,2579,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/637c7810ba5fad294c1c3159065d3740/mens-classic-tee-black-back-65fcb27fade32.jpg'),
(2844,2580,'_wp_attached_file','2024/03/mens-classic-tee-black-left-65fcb27fae1e3.jpg'),
(2845,2580,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:53:\"2024/03/mens-classic-tee-black-left-65fcb27fae1e3.jpg\";s:8:\"filesize\";i:15375;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:53:\"mens-classic-tee-black-left-65fcb27fae1e3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7139;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-left-65fcb27fae1e3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2083;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-left-65fcb27fae1e3-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18524;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-left-65fcb27fae1e3-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7139;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-left-65fcb27fae1e3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3132;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-left-65fcb27fae1e3-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26447;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-left-65fcb27fae1e3-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6499;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-left-65fcb27fae1e3-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25136;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-left-65fcb27fae1e3-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7374;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-left-65fcb27fae1e3-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10813;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-left-65fcb27fae1e3-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13998;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-black-left-65fcb27fae1e3-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13326;}}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:{}}}'),
(2846,2580,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/1b5908bdac542c618c017d6d9231ba18/mens-classic-tee-black-left-65fcb27fae1e3.jpg'),
(2847,2581,'_wp_attached_file','2024/03/mens-classic-tee-black-left-front-65fcb27fae419.jpg'),
(2848,2581,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:59:\"2024/03/mens-classic-tee-black-left-front-65fcb27fae419.jpg\";s:8:\"filesize\";i:18632;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:59:\"mens-classic-tee-black-left-front-65fcb27fae419-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7848;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-black-left-front-65fcb27fae419-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2212;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-black-left-front-65fcb27fae419-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20957;}s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-black-left-front-65fcb27fae419-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7848;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-black-left-front-65fcb27fae419-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3388;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-black-left-front-65fcb27fae419-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29714;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-black-left-front-65fcb27fae419-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7202;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-black-left-front-65fcb27fae419-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28516;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-black-left-front-65fcb27fae419-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8152;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-black-left-front-65fcb27fae419-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12284;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-black-left-front-65fcb27fae419-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15745;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-black-left-front-65fcb27fae419-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14980;}}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:{}}}'),
(2849,2581,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/eff7a3cc586d6903f74fa87650edbdae/mens-classic-tee-black-left-front-65fcb27fae419.jpg'),
(2850,2582,'_wp_attached_file','2024/03/mens-classic-tee-cardinal-front-65fcb27fae711.jpg'),
(2851,2582,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:57:\"2024/03/mens-classic-tee-cardinal-front-65fcb27fae711.jpg\";s:8:\"filesize\";i:25593;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:57:\"mens-classic-tee-cardinal-front-65fcb27fae711-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8583;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-cardinal-front-65fcb27fae711-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2436;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-cardinal-front-65fcb27fae711-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23093;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-cardinal-front-65fcb27fae711-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8583;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-cardinal-front-65fcb27fae711-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3593;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-cardinal-front-65fcb27fae711-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32707;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-cardinal-front-65fcb27fae711-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8170;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-cardinal-front-65fcb27fae711-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32185;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-cardinal-front-65fcb27fae711-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9372;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-cardinal-front-65fcb27fae711-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13647;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-cardinal-front-65fcb27fae711-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17661;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-cardinal-front-65fcb27fae711-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16577;}}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:{}}}'),
(2852,2582,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/ed4838e68e2d301f387f54cc14659849/mens-classic-tee-cardinal-front-65fcb27fae711.jpg'),
(2853,2583,'_wp_attached_file','2024/03/mens-classic-tee-cardinal-back-65fcb27faf162.jpg'),
(2854,2583,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:56:\"2024/03/mens-classic-tee-cardinal-back-65fcb27faf162.jpg\";s:8:\"filesize\";i:29147;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-back-65fcb27faf162-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8991;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-back-65fcb27faf162-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2402;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-back-65fcb27faf162-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23978;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-back-65fcb27faf162-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8991;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-back-65fcb27faf162-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3790;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-back-65fcb27faf162-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34486;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-back-65fcb27faf162-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8817;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-back-65fcb27faf162-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34860;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-back-65fcb27faf162-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9962;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-back-65fcb27faf162-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14522;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-back-65fcb27faf162-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18388;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-back-65fcb27faf162-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17153;}}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:{}}}'),
(2855,2583,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/8fb54fcf3d9b9f9e519561d00c34ef98/mens-classic-tee-cardinal-back-65fcb27faf162.jpg'),
(2856,2584,'_wp_attached_file','2024/03/mens-classic-tee-cardinal-left-65fcb27faff7c.jpg'),
(2857,2584,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:56:\"2024/03/mens-classic-tee-cardinal-left-65fcb27faff7c.jpg\";s:8:\"filesize\";i:16616;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-left-65fcb27faff7c-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7204;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-left-65fcb27faff7c-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2090;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-left-65fcb27faff7c-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19063;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-left-65fcb27faff7c-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7204;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-left-65fcb27faff7c-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3124;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-left-65fcb27faff7c-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27170;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-left-65fcb27faff7c-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6716;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-left-65fcb27faff7c-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26166;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-left-65fcb27faff7c-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7606;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-left-65fcb27faff7c-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11174;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-left-65fcb27faff7c-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14425;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-cardinal-left-65fcb27faff7c-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13683;}}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:{}}}'),
(2858,2584,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/b3fa0bd0923f651f7c5f59d1f63b7ab0/mens-classic-tee-cardinal-left-65fcb27faff7c.jpg'),
(2859,2585,'_wp_attached_file','2024/03/mens-classic-tee-cardinal-left-front-65fcb27fb0b56.jpg'),
(2860,2585,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:62:\"2024/03/mens-classic-tee-cardinal-left-front-65fcb27fb0b56.jpg\";s:8:\"filesize\";i:19663;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"mens-classic-tee-cardinal-left-front-65fcb27fb0b56-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7995;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-cardinal-left-front-65fcb27fb0b56-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2233;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-cardinal-left-front-65fcb27fb0b56-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21313;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-cardinal-left-front-65fcb27fb0b56-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7995;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-cardinal-left-front-65fcb27fb0b56-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3398;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-cardinal-left-front-65fcb27fb0b56-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30376;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-cardinal-left-front-65fcb27fb0b56-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7355;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-cardinal-left-front-65fcb27fb0b56-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29258;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-cardinal-left-front-65fcb27fb0b56-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8358;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-cardinal-left-front-65fcb27fb0b56-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12603;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-cardinal-left-front-65fcb27fb0b56-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16120;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-cardinal-left-front-65fcb27fb0b56-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15282;}}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:{}}}'),
(2861,2585,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/d4965b481f6d0992bf26ae15285c296d/mens-classic-tee-cardinal-left-front-65fcb27fb0b56.jpg'),
(2862,2586,'_wp_attached_file','2024/03/mens-classic-tee-royal-front-65fcb27fb17a4.jpg'),
(2863,2586,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:54:\"2024/03/mens-classic-tee-royal-front-65fcb27fb17a4.jpg\";s:8:\"filesize\";i:26193;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:54:\"mens-classic-tee-royal-front-65fcb27fb17a4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8727;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-royal-front-65fcb27fb17a4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2488;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-royal-front-65fcb27fb17a4-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23501;}s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-royal-front-65fcb27fb17a4-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8727;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-royal-front-65fcb27fb17a4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3664;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-royal-front-65fcb27fb17a4-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33066;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-royal-front-65fcb27fb17a4-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8372;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-royal-front-65fcb27fb17a4-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32725;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-royal-front-65fcb27fb17a4-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9576;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-royal-front-65fcb27fb17a4-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13945;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-royal-front-65fcb27fb17a4-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17951;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:54:\"mens-classic-tee-royal-front-65fcb27fb17a4-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16831;}}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:{}}}'),
(2864,2586,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/7807f5f403c7a0fe645a6452d63d9547/mens-classic-tee-royal-front-65fcb27fb17a4.jpg'),
(2865,2587,'_wp_attached_file','2024/03/mens-classic-tee-royal-back-65fcb27fb24e0.jpg'),
(2866,2587,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:53:\"2024/03/mens-classic-tee-royal-back-65fcb27fb24e0.jpg\";s:8:\"filesize\";i:16776;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:53:\"mens-classic-tee-royal-back-65fcb27fb24e0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9156;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-back-65fcb27fb24e0-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2422;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-back-65fcb27fb24e0-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23914;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-back-65fcb27fb24e0-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9156;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-back-65fcb27fb24e0-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3861;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-back-65fcb27fb24e0-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34039;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-back-65fcb27fb24e0-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9021;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-back-65fcb27fb24e0-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33329;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-back-65fcb27fb24e0-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10154;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-back-65fcb27fb24e0-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14730;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-back-65fcb27fb24e0-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18466;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-back-65fcb27fb24e0-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17309;}}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:{}}}'),
(2867,2587,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/5d0c1afddf0330a9e6099f3878cbd86e/mens-classic-tee-royal-back-65fcb27fb24e0.jpg'),
(2868,2588,'_wp_attached_file','2024/03/mens-classic-tee-royal-left-65fcb27fb301f.jpg'),
(2869,2588,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:53:\"2024/03/mens-classic-tee-royal-left-65fcb27fb301f.jpg\";s:8:\"filesize\";i:17323;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:53:\"mens-classic-tee-royal-left-65fcb27fb301f-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7439;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-left-65fcb27fb301f-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2132;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-left-65fcb27fb301f-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19507;}s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-left-65fcb27fb301f-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7439;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-left-65fcb27fb301f-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3220;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-left-65fcb27fb301f-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27721;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-left-65fcb27fb301f-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6958;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-left-65fcb27fb301f-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26814;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-left-65fcb27fb301f-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7909;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-left-65fcb27fb301f-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11596;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-left-65fcb27fb301f-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14807;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:53:\"mens-classic-tee-royal-left-65fcb27fb301f-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14063;}}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:{}}}'),
(2870,2588,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/28800372ca91a92d4d02503f91fb6ed1/mens-classic-tee-royal-left-65fcb27fb301f.jpg'),
(2871,2589,'_wp_attached_file','2024/03/mens-classic-tee-royal-left-front-65fcb27fb3a2a.jpg'),
(2872,2589,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:59:\"2024/03/mens-classic-tee-royal-left-front-65fcb27fb3a2a.jpg\";s:8:\"filesize\";i:20399;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:59:\"mens-classic-tee-royal-left-front-65fcb27fb3a2a-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8207;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-royal-left-front-65fcb27fb3a2a-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2290;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-royal-left-front-65fcb27fb3a2a-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21767;}s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-royal-left-front-65fcb27fb3a2a-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8207;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-royal-left-front-65fcb27fb3a2a-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3500;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-royal-left-front-65fcb27fb3a2a-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30952;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-royal-left-front-65fcb27fb3a2a-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7589;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-royal-left-front-65fcb27fb3a2a-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29927;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-royal-left-front-65fcb27fb3a2a-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8625;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-royal-left-front-65fcb27fb3a2a-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13004;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-royal-left-front-65fcb27fb3a2a-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16478;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:59:\"mens-classic-tee-royal-left-front-65fcb27fb3a2a-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15615;}}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:{}}}'),
(2873,2589,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/a0d20456a5ffbd8a313ccdab5b024a34/mens-classic-tee-royal-left-front-65fcb27fb3a2a.jpg'),
(2874,2590,'_wp_attached_file','2024/03/mens-classic-tee-charcoal-front-65fcb27fb443e.jpg'),
(2875,2590,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:57:\"2024/03/mens-classic-tee-charcoal-front-65fcb27fb443e.jpg\";s:8:\"filesize\";i:23743;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:57:\"mens-classic-tee-charcoal-front-65fcb27fb443e-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8194;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-charcoal-front-65fcb27fb443e-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2322;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-charcoal-front-65fcb27fb443e-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22182;}s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-charcoal-front-65fcb27fb443e-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8194;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-charcoal-front-65fcb27fb443e-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3389;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-charcoal-front-65fcb27fb443e-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31301;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-charcoal-front-65fcb27fb443e-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7621;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-charcoal-front-65fcb27fb443e-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30628;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-charcoal-front-65fcb27fb443e-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8747;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-charcoal-front-65fcb27fb443e-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12855;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-charcoal-front-65fcb27fb443e-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16813;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:57:\"mens-classic-tee-charcoal-front-65fcb27fb443e-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15791;}}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:{}}}'),
(2876,2590,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/ce5a67782b8729a1e1a641dddd5c4d8b/mens-classic-tee-charcoal-front-65fcb27fb443e.jpg'),
(2877,2591,'_wp_attached_file','2024/03/mens-classic-tee-charcoal-back-65fcb27fb5374.jpg'),
(2878,2591,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:56:\"2024/03/mens-classic-tee-charcoal-back-65fcb27fb5374.jpg\";s:8:\"filesize\";i:26632;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-back-65fcb27fb5374-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8465;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-back-65fcb27fb5374-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2268;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-back-65fcb27fb5374-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22729;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-back-65fcb27fb5374-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8465;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-back-65fcb27fb5374-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3580;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-back-65fcb27fb5374-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32755;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-back-65fcb27fb5374-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8097;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-back-65fcb27fb5374-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32659;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-back-65fcb27fb5374-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9223;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-back-65fcb27fb5374-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13608;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-back-65fcb27fb5374-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17358;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-back-65fcb27fb5374-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16284;}}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:{}}}'),
(2879,2591,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/d77673276fb3d289924677310d924095/mens-classic-tee-charcoal-back-65fcb27fb5374.jpg'),
(2880,2592,'_wp_attached_file','2024/03/mens-classic-tee-charcoal-left-65fcb27fb65b5.jpg'),
(2881,2592,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:56:\"2024/03/mens-classic-tee-charcoal-left-65fcb27fb65b5.jpg\";s:8:\"filesize\";i:15242;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-left-65fcb27fb65b5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6790;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-left-65fcb27fb65b5-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1984;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-left-65fcb27fb65b5-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18124;}s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-left-65fcb27fb65b5-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6790;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-left-65fcb27fb65b5-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2957;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-left-65fcb27fb65b5-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25868;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-left-65fcb27fb65b5-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6172;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-left-65fcb27fb65b5-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24796;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-left-65fcb27fb65b5-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7025;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-left-65fcb27fb65b5-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10433;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-left-65fcb27fb65b5-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13631;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:56:\"mens-classic-tee-charcoal-left-65fcb27fb65b5-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12966;}}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:{}}}'),
(2882,2592,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/506172571c1d15bc0f690d3cfe32a076/mens-classic-tee-charcoal-left-65fcb27fb65b5.jpg'),
(2883,2593,'_wp_attached_file','2024/03/mens-classic-tee-charcoal-left-front-65fcb27fb7626.jpg'),
(2884,2593,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:62:\"2024/03/mens-classic-tee-charcoal-left-front-65fcb27fb7626.jpg\";s:8:\"filesize\";i:18352;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"mens-classic-tee-charcoal-left-front-65fcb27fb7626-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7608;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-charcoal-left-front-65fcb27fb7626-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2116;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-charcoal-left-front-65fcb27fb7626-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20409;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-charcoal-left-front-65fcb27fb7626-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7608;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-charcoal-left-front-65fcb27fb7626-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3225;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-charcoal-left-front-65fcb27fb7626-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29200;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-charcoal-left-front-65fcb27fb7626-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6851;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-charcoal-left-front-65fcb27fb7626-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27747;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-charcoal-left-front-65fcb27fb7626-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7831;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-charcoal-left-front-65fcb27fb7626-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11808;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-charcoal-left-front-65fcb27fb7626-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15400;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-charcoal-left-front-65fcb27fb7626-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14567;}}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:{}}}'),
(2885,2593,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/e4b5e9ad80694bd8db59e27802975c89/mens-classic-tee-charcoal-left-front-65fcb27fb7626.jpg'),
(2886,2594,'_wp_attached_file','2024/03/mens-classic-tee-military-green-front-65fcb27fb83b8.jpg'),
(2887,2594,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:63:\"2024/03/mens-classic-tee-military-green-front-65fcb27fb83b8.jpg\";s:8:\"filesize\";i:23882;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:63:\"mens-classic-tee-military-green-front-65fcb27fb83b8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8198;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:63:\"mens-classic-tee-military-green-front-65fcb27fb83b8-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2319;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:63:\"mens-classic-tee-military-green-front-65fcb27fb83b8-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22180;}s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"mens-classic-tee-military-green-front-65fcb27fb83b8-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8198;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"mens-classic-tee-military-green-front-65fcb27fb83b8-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3383;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"mens-classic-tee-military-green-front-65fcb27fb83b8-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31388;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:63:\"mens-classic-tee-military-green-front-65fcb27fb83b8-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7632;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:63:\"mens-classic-tee-military-green-front-65fcb27fb83b8-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30699;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:63:\"mens-classic-tee-military-green-front-65fcb27fb83b8-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8756;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:63:\"mens-classic-tee-military-green-front-65fcb27fb83b8-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12893;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:63:\"mens-classic-tee-military-green-front-65fcb27fb83b8-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16849;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:63:\"mens-classic-tee-military-green-front-65fcb27fb83b8-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15817;}}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:{}}}'),
(2888,2594,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/e15f46c139240eae8ac64ffa81efc413/mens-classic-tee-military-green-front-65fcb27fb83b8.jpg'),
(2889,2595,'_wp_attached_file','2024/03/mens-classic-tee-military-green-back-65fcb27fb9b1d.jpg'),
(2890,2595,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:62:\"2024/03/mens-classic-tee-military-green-back-65fcb27fb9b1d.jpg\";s:8:\"filesize\";i:26934;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-back-65fcb27fb9b1d-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8469;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-back-65fcb27fb9b1d-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2259;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-back-65fcb27fb9b1d-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22813;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-back-65fcb27fb9b1d-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8469;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-back-65fcb27fb9b1d-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3577;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-back-65fcb27fb9b1d-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32874;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-back-65fcb27fb9b1d-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8093;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-back-65fcb27fb9b1d-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32805;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-back-65fcb27fb9b1d-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9236;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-back-65fcb27fb9b1d-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13643;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-back-65fcb27fb9b1d-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17442;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-back-65fcb27fb9b1d-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16355;}}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:{}}}'),
(2891,2595,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/db05ae9f42ae226850746b09e54308cb/mens-classic-tee-military-green-back-65fcb27fb9b1d.jpg'),
(2892,2596,'_wp_attached_file','2024/03/mens-classic-tee-military-green-left-65fcb27fbad23.jpg'),
(2893,2596,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:62:\"2024/03/mens-classic-tee-military-green-left-65fcb27fbad23.jpg\";s:8:\"filesize\";i:15302;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-left-65fcb27fbad23-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6777;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-left-65fcb27fbad23-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1968;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-left-65fcb27fbad23-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18110;}s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-left-65fcb27fbad23-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6777;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-left-65fcb27fbad23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2934;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-left-65fcb27fbad23-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25869;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-left-65fcb27fbad23-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6121;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-left-65fcb27fbad23-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24778;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-left-65fcb27fbad23-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6959;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-left-65fcb27fbad23-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10388;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-left-65fcb27fbad23-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13564;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:62:\"mens-classic-tee-military-green-left-65fcb27fbad23-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12926;}}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:{}}}'),
(2894,2596,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/9df03824c0367ca842da61f5a8237919/mens-classic-tee-military-green-left-65fcb27fbad23.jpg'),
(2895,2597,'_wp_attached_file','2024/03/mens-classic-tee-military-green-left-front-65fcb27fbbe3d.jpg'),
(2896,2597,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:68:\"2024/03/mens-classic-tee-military-green-left-front-65fcb27fbbe3d.jpg\";s:8:\"filesize\";i:18330;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:68:\"mens-classic-tee-military-green-left-front-65fcb27fbbe3d-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7575;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:68:\"mens-classic-tee-military-green-left-front-65fcb27fbbe3d-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2118;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:68:\"mens-classic-tee-military-green-left-front-65fcb27fbbe3d-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20395;}s:6:\"medium\";a:5:{s:4:\"file\";s:68:\"mens-classic-tee-military-green-left-front-65fcb27fbbe3d-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7575;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:68:\"mens-classic-tee-military-green-left-front-65fcb27fbbe3d-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3204;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:68:\"mens-classic-tee-military-green-left-front-65fcb27fbbe3d-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29056;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:68:\"mens-classic-tee-military-green-left-front-65fcb27fbbe3d-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6784;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:68:\"mens-classic-tee-military-green-left-front-65fcb27fbbe3d-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27652;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:68:\"mens-classic-tee-military-green-left-front-65fcb27fbbe3d-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7718;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:68:\"mens-classic-tee-military-green-left-front-65fcb27fbbe3d-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11725;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:68:\"mens-classic-tee-military-green-left-front-65fcb27fbbe3d-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15332;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:68:\"mens-classic-tee-military-green-left-front-65fcb27fbbe3d-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14516;}}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:{}}}'),
(2897,2597,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/56830efa0723d6cd530bd9977669f7ad/mens-classic-tee-military-green-left-front-65fcb27fbbe3d.jpg'),
(2898,2613,'_wp_attached_file','2018/03/Amtac-Shooting-Logo-White-Rectangle.png'),
(2899,2613,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:318;s:6:\"height\";i:215;s:4:\"file\";s:47:\"2018/03/Amtac-Shooting-Logo-White-Rectangle.png\";s:8:\"filesize\";i:6668;s:5:\"sizes\";a:4:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"Amtac-Shooting-Logo-White-Rectangle-300x215.png\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15553;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"Amtac-Shooting-Logo-White-Rectangle-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13754;}s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Amtac-Shooting-Logo-White-Rectangle-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46266;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Amtac-Shooting-Logo-White-Rectangle-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24887;}}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:{}}}'),
(2900,2613,'_wp_attachment_image_alt','Amtac Shooting Logo'),
(2901,2617,'_wp_attached_file','2024/02/dry_fire_screen_shot_7202.png'),
(2902,2617,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:377;s:6:\"height\";i:390;s:4:\"file\";s:37:\"2024/02/dry_fire_screen_shot_7202.png\";s:8:\"filesize\";i:54063;s:5:\"sizes\";a:7:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"dry_fire_screen_shot_7202-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:139234;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"dry_fire_screen_shot_7202-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19156;}s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"dry_fire_screen_shot_7202-290x300.png\";s:5:\"width\";i:290;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134787;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"dry_fire_screen_shot_7202-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39304;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"dry_fire_screen_shot_7202-377x250.png\";s:5:\"width\";i:377;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89678;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"dry_fire_screen_shot_7202-377x284.png\";s:5:\"width\";i:377;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:100743;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"dry_fire_screen_shot_7202-377x382.png\";s:5:\"width\";i:377;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:131990;}}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:{}}}'),
(2903,2662,'_wp_attached_file','2024/04/Bill-Rapier-Button.png'),
(2904,2662,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:250;s:4:\"file\";s:30:\"2024/04/Bill-Rapier-Button.png\";s:8:\"filesize\";i:6669;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"Bill-Rapier-Button-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6347;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3237;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-600x150.png\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17508;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Bill-Rapier-Button-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7364;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5437;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-768x192.png\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25507;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7678;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7678;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-510x250.png\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9194;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7678;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-980x245.png\";s:5:\"width\";i:980;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34506;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13495;}}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:{}}}'),
(2905,2664,'_wp_attached_file','2024/04/David-Acosta-Button.png'),
(2906,2664,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:250;s:4:\"file\";s:31:\"2024/04/David-Acosta-Button.png\";s:8:\"filesize\";i:6994;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"David-Acosta-Button-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6511;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3453;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-600x150.png\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19577;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"David-Acosta-Button-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8297;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5763;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-768x192.png\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28897;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8201;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8201;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-510x250.png\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9655;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8201;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-980x245.png\";s:5:\"width\";i:980;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38734;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14937;}}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:{}}}'),
(2907,2665,'_wp_attached_file','2024/04/David-Cagle-Button.png'),
(2908,2665,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:250;s:4:\"file\";s:30:\"2024/04/David-Cagle-Button.png\";s:8:\"filesize\";i:7106;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"David-Cagle-Button-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6562;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3344;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-600x150.png\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19528;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"David-Cagle-Button-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8052;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5491;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-768x192.png\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29015;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8137;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8137;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-510x250.png\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9849;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8137;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-980x245.png\";s:5:\"width\";i:980;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39037;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15150;}}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:{}}}'),
(2909,2666,'_wp_attached_file','2024/04/Kevin-kelly-Button.png'),
(2910,2666,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:250;s:4:\"file\";s:30:\"2024/04/Kevin-kelly-Button.png\";s:8:\"filesize\";i:6909;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"Kevin-kelly-Button-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6864;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3298;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-600x150.png\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19218;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Kevin-kelly-Button-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7734;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5677;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-768x192.png\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28961;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8212;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8212;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-510x250.png\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10336;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8212;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-980x245.png\";s:5:\"width\";i:980;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40074;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14600;}}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:{}}}'),
(2911,2667,'_wp_attached_file','2024/04/Bryan-Resnick-Button.png'),
(2912,2667,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:250;s:4:\"file\";s:32:\"2024/04/Bryan-Resnick-Button.png\";s:8:\"filesize\";i:7486;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6907;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:3439;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-600x150.png\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20810;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"Bryan-Resnick-Button-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8602;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:5818;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-768x192.png\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31088;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8371;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8371;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-510x250.png\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9771;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8371;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-980x245.png\";s:5:\"width\";i:980;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41762;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:15901;}}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:{}}}'),
(2913,2671,'_wp_attached_file','2024/04/Bill-article.png'),
(2914,2671,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1122;s:6:\"height\";i:773;s:4:\"file\";s:24:\"2024/04/Bill-article.png\";s:8:\"filesize\";i:192198;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"Bill-article-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:125171;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"Bill-article-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17675;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"Bill-article-600x413.png\";s:5:\"width\";i:600;s:6:\"height\";i:413;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:297690;}s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"Bill-article-300x207.png\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:83532;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"Bill-article-1024x705.png\";s:5:\"width\";i:1024;s:6:\"height\";i:705;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:821104;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"Bill-article-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:35896;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"Bill-article-768x529.png\";s:5:\"width\";i:768;s:6:\"height\";i:529;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:479232;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"Bill-article-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129679;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"Bill-article-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:807846;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"Bill-article-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:146586;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"Bill-article-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:240797;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"Bill-article-1080x744.png\";s:5:\"width\";i:1080;s:6:\"height\";i:744;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:890720;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"Bill-article-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:282267;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"Bill-article-980x675.png\";s:5:\"width\";i:980;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:757302;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"Bill-article-480x331.png\";s:5:\"width\";i:480;s:6:\"height\";i:331;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:197706;}}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:{}}}'),
(2915,2674,'_wp_attached_file','2024/04/Bill-Q-LLC.png'),
(2916,2674,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:788;s:6:\"height\";i:698;s:4:\"file\";s:22:\"2024/04/Bill-Q-LLC.png\";s:8:\"filesize\";i:156770;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"Bill-Q-LLC-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:104498;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"Bill-Q-LLC-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17488;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"Bill-Q-LLC-600x531.png\";s:5:\"width\";i:600;s:6:\"height\";i:531;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:299686;}s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"Bill-Q-LLC-300x266.png\";s:5:\"width\";i:300;s:6:\"height\";i:266;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:94338;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"Bill-Q-LLC-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33604;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"Bill-Q-LLC-768x680.png\";s:5:\"width\";i:768;s:6:\"height\";i:680;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:437069;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"Bill-Q-LLC-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111583;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"Bill-Q-LLC-788x675.png\";s:5:\"width\";i:788;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:308714;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"Bill-Q-LLC-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:126101;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"Bill-Q-LLC-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198927;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"Bill-Q-LLC-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:199207;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"Bill-Q-LLC-480x425.png\";s:5:\"width\";i:480;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:206506;}}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:{}}}'),
(2917,2676,'_wp_attached_file','2024/04/night-vision-course-kit-badger.png'),
(2918,2676,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1220;s:6:\"height\";i:633;s:4:\"file\";s:42:\"2024/04/night-vision-course-kit-badger.png\";s:8:\"filesize\";i:195553;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:42:\"night-vision-course-kit-badger-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:138835;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"night-vision-course-kit-badger-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20367;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:42:\"night-vision-course-kit-badger-600x311.png\";s:5:\"width\";i:600;s:6:\"height\";i:311;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:263715;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"night-vision-course-kit-badger-300x156.png\";s:5:\"width\";i:300;s:6:\"height\";i:156;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:77716;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"night-vision-course-kit-badger-1024x531.png\";s:5:\"width\";i:1024;s:6:\"height\";i:531;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:703680;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"night-vision-course-kit-badger-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41304;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"night-vision-course-kit-badger-768x398.png\";s:5:\"width\";i:768;s:6:\"height\";i:398;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:415040;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"night-vision-course-kit-badger-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:151513;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:43:\"night-vision-course-kit-badger-1080x633.png\";s:5:\"width\";i:1080;s:6:\"height\";i:633;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:462622;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"night-vision-course-kit-badger-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:171628;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:42:\"night-vision-course-kit-badger-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:280869;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:43:\"night-vision-course-kit-badger-1080x560.png\";s:5:\"width\";i:1080;s:6:\"height\";i:560;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:772108;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"night-vision-course-kit-badger-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:297338;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:42:\"night-vision-course-kit-badger-980x508.png\";s:5:\"width\";i:980;s:6:\"height\";i:508;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:649265;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"night-vision-course-kit-badger-480x249.png\";s:5:\"width\";i:480;s:6:\"height\";i:249;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:177434;}}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:{}}}'),
(2919,2678,'_wp_attached_file','2024/04/podcast-bill-rapier.png'),
(2920,2678,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:624;s:6:\"height\";i:321;s:4:\"file\";s:31:\"2024/04/podcast-bill-rapier.png\";s:8:\"filesize\";i:78727;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"podcast-bill-rapier-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:142227;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"podcast-bill-rapier-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21720;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"podcast-bill-rapier-600x309.png\";s:5:\"width\";i:600;s:6:\"height\";i:309;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:270284;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"podcast-bill-rapier-300x154.png\";s:5:\"width\";i:300;s:6:\"height\";i:154;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:82622;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"podcast-bill-rapier-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43878;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"podcast-bill-rapier-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:160607;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"podcast-bill-rapier-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:176712;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"podcast-bill-rapier-510x321.png\";s:5:\"width\";i:510;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:166971;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"podcast-bill-rapier-400x321.png\";s:5:\"width\";i:400;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:133837;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"podcast-bill-rapier-480x247.png\";s:5:\"width\";i:480;s:6:\"height\";i:247;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:187015;}}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:{}}}'),
(2921,2693,'_wp_attached_file','2024/04/can-you-survive-this-podcast-bill-rapier.jpg'),
(2922,2693,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:317;s:6:\"height\";i:315;s:4:\"file\";s:52:\"2024/04/can-you-survive-this-podcast-bill-rapier.jpg\";s:8:\"filesize\";i:18494;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:52:\"can-you-survive-this-podcast-bill-rapier-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13209;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:52:\"can-you-survive-this-podcast-bill-rapier-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3188;}s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"can-you-survive-this-podcast-bill-rapier-300x298.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:298;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13249;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"can-you-survive-this-podcast-bill-rapier-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5440;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:52:\"can-you-survive-this-podcast-bill-rapier-317x250.jpg\";s:5:\"width\";i:317;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14968;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:52:\"can-you-survive-this-podcast-bill-rapier-317x284.jpg\";s:5:\"width\";i:317;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14784;}}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:{}}}'),
(2923,2711,'_wp_attached_file','2024/04/cleared-hot-with-bill-rapier.jpg'),
(2924,2711,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:298;s:6:\"height\";i:303;s:4:\"file\";s:40:\"2024/04/cleared-hot-with-bill-rapier.jpg\";s:8:\"filesize\";i:23590;s:5:\"sizes\";a:6:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"cleared-hot-with-bill-rapier-298x300.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19550;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"cleared-hot-with-bill-rapier-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3675;}s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"cleared-hot-with-bill-rapier-295x300.jpg\";s:5:\"width\";i:295;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17157;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"cleared-hot-with-bill-rapier-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6657;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"cleared-hot-with-bill-rapier-298x250.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18204;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"cleared-hot-with-bill-rapier-298x284.jpg\";s:5:\"width\";i:298;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19142;}}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:{}}}'),
(2925,2715,'_wp_attached_file','2024/04/Carbine-Course-AAR-2019-scaled-1.jpg'),
(2926,2715,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:44:\"2024/04/Carbine-Course-AAR-2019-scaled-1.jpg\";s:8:\"filesize\";i:96463;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:44:\"Carbine-Course-AAR-2019-scaled-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24345;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:44:\"Carbine-Course-AAR-2019-scaled-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3938;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:44:\"Carbine-Course-AAR-2019-scaled-1-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65151;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"Carbine-Course-AAR-2019-scaled-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19154;}s:5:\"large\";a:5:{s:4:\"file\";s:45:\"Carbine-Course-AAR-2019-scaled-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154380;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"Carbine-Course-AAR-2019-scaled-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:7362;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"Carbine-Course-AAR-2019-scaled-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97925;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"Carbine-Course-AAR-2019-scaled-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27361;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"Carbine-Course-AAR-2019-scaled-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144864;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"Carbine-Course-AAR-2019-scaled-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30392;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"Carbine-Course-AAR-2019-scaled-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48778;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:45:\"Carbine-Course-AAR-2019-scaled-1-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168102;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"Carbine-Course-AAR-2019-scaled-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48195;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:44:\"Carbine-Course-AAR-2019-scaled-1-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145094;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"Carbine-Course-AAR-2019-scaled-1-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43732;}}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:{}}}'),
(2927,2734,'_wp_attached_file','2024/04/Modern-day-Minuteman-6-670x372-1.png'),
(2928,2734,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:670;s:6:\"height\";i:372;s:4:\"file\";s:44:\"2024/04/Modern-day-Minuteman-6-670x372-1.png\";s:8:\"filesize\";i:149872;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:44:\"Modern-day-Minuteman-6-670x372-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:185838;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:44:\"Modern-day-Minuteman-6-670x372-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:25661;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:44:\"Modern-day-Minuteman-6-670x372-1-600x333.png\";s:5:\"width\";i:600;s:6:\"height\";i:333;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:401467;}s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"Modern-day-Minuteman-6-670x372-1-300x167.png\";s:5:\"width\";i:300;s:6:\"height\";i:167;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115491;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"Modern-day-Minuteman-6-670x372-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:53422;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"Modern-day-Minuteman-6-670x372-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:214040;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"Modern-day-Minuteman-6-670x372-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:236465;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"Modern-day-Minuteman-6-670x372-1-510x372.png\";s:5:\"width\";i:510;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:314855;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"Modern-day-Minuteman-6-670x372-1-400x372.png\";s:5:\"width\";i:400;s:6:\"height\";i:372;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:240585;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"Modern-day-Minuteman-6-670x372-1-480x267.png\";s:5:\"width\";i:480;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:270394;}}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:{}}}'),
(2929,2737,'_wp_attached_file','2024/04/Jerkin-the-trigger.jpg'),
(2930,2737,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:960;s:6:\"height\";i:720;s:4:\"file\";s:30:\"2024/04/Jerkin-the-trigger.jpg\";s:8:\"filesize\";i:63965;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"Jerkin-the-trigger-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27220;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"Jerkin-the-trigger-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4192;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"Jerkin-the-trigger-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73943;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"Jerkin-the-trigger-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21240;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Jerkin-the-trigger-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8023;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Jerkin-the-trigger-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106724;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"Jerkin-the-trigger-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29752;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"Jerkin-the-trigger-960x675.jpg\";s:5:\"width\";i:960;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:150459;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"Jerkin-the-trigger-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33545;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"Jerkin-the-trigger-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54496;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"Jerkin-the-trigger-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53811;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"Jerkin-the-trigger-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52312;}}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:{}}}'),
(2931,2739,'_wp_attached_file','2024/04/womens-training-amtac.jpg'),
(2932,2739,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:688;s:4:\"file\";s:33:\"2024/04/womens-training-amtac.jpg\";s:8:\"filesize\";i:78382;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:33:\"womens-training-amtac-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29448;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:33:\"womens-training-amtac-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4962;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:33:\"womens-training-amtac-600x516.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87759;}s:6:\"medium\";a:5:{s:4:\"file\";s:33:\"womens-training-amtac-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27185;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:33:\"womens-training-amtac-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9072;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:33:\"womens-training-amtac-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124209;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:33:\"womens-training-amtac-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32814;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"womens-training-amtac-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139256;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:33:\"womens-training-amtac-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37711;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:33:\"womens-training-amtac-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56282;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:33:\"womens-training-amtac-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54131;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:33:\"womens-training-amtac-480x413.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59688;}}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:{}}}'),
(2933,2740,'_wp_attached_file','2024/04/womens-training.jpg'),
(2934,2740,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:700;s:6:\"height\";i:699;s:4:\"file\";s:27:\"2024/04/womens-training.jpg\";s:8:\"filesize\";i:45864;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"womens-training-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23661;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"womens-training-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4571;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"womens-training-600x599.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:599;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65256;}s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"womens-training-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23674;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"womens-training-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8140;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"womens-training-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26158;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:27:\"womens-training-700x675.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84426;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"womens-training-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28822;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"womens-training-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43203;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"womens-training-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43390;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"womens-training-480x479.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47428;}}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:{}}}'),
(2935,2777,'_wp_attached_file','2024/04/david-acosta-1.jpeg'),
(2936,2777,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:225;s:6:\"height\";i:225;s:4:\"file\";s:27:\"2024/04/david-acosta-1.jpeg\";s:8:\"filesize\";i:8839;s:5:\"sizes\";a:2:{s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"david-acosta-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4055;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"david-acosta-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7155;}}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:{}}}'),
(2937,2778,'_wp_attached_file','2024/04/c-DavidAcosta.jpg'),
(2938,2778,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1386;s:4:\"file\";s:25:\"2024/04/c-DavidAcosta.jpg\";s:8:\"filesize\";i:81814;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"c-DavidAcosta-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22393;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"c-DavidAcosta-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3970;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"c-DavidAcosta-600x900.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:900;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96419;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"c-DavidAcosta-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15788;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"c-DavidAcosta-683x1024.jpg\";s:5:\"width\";i:683;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117226;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"c-DavidAcosta-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7119;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:26:\"c-DavidAcosta-768x1152.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:139535;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"c-DavidAcosta-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20134;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"c-DavidAcosta-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89817;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"c-DavidAcosta-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23098;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"c-DavidAcosta-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36477;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"c-DavidAcosta-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44923;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"c-DavidAcosta-480x720.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67327;}}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:{}}}'),
(2939,2779,'_wp_attached_file','2024/04/c-DavidAcosta__ClassTourniquet.jpg'),
(2940,2779,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:42:\"2024/04/c-DavidAcosta__ClassTourniquet.jpg\";s:8:\"filesize\";i:138003;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:42:\"c-DavidAcosta__ClassTourniquet-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24337;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"c-DavidAcosta__ClassTourniquet-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4182;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:42:\"c-DavidAcosta__ClassTourniquet-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56863;}s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"c-DavidAcosta__ClassTourniquet-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17137;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"c-DavidAcosta__ClassTourniquet-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145047;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"c-DavidAcosta__ClassTourniquet-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7675;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"c-DavidAcosta__ClassTourniquet-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87864;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"c-DavidAcosta__ClassTourniquet-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26904;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:43:\"c-DavidAcosta__ClassTourniquet-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152459;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"c-DavidAcosta__ClassTourniquet-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29655;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:42:\"c-DavidAcosta__ClassTourniquet-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47696;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:43:\"c-DavidAcosta__ClassTourniquet-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158078;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"c-DavidAcosta__ClassTourniquet-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50089;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:43:\"c-DavidAcosta__ClassTourniquet-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:208235;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:42:\"c-DavidAcosta__ClassTourniquet-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134809;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"c-DavidAcosta__ClassTourniquet-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38036;}}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:{}}}'),
(2941,2780,'_wp_attached_file','2024/04/david-acosta-2.jpeg'),
(2942,2780,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:799;s:6:\"height\";i:200;s:4:\"file\";s:27:\"2024/04/david-acosta-2.jpeg\";s:8:\"filesize\";i:28905;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"david-acosta-2-300x200.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10175;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"david-acosta-2-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3125;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"david-acosta-2-600x150.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16893;}s:6:\"medium\";a:5:{s:4:\"file\";s:26:\"david-acosta-2-300x75.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6616;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"david-acosta-2-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4923;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"david-acosta-2-768x192.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23565;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"david-acosta-2-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13190;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"david-acosta-2-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13190;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"david-acosta-2-510x200.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17660;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"david-acosta-2-400x200.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13190;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"david-acosta-2-480x120.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12185;}}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:{}}}'),
(2943,2796,'_wp_attached_file','2024/04/David-Cagle-Shotgun-1-Course-Instructor-pic.jpg'),
(2944,2796,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:656;s:6:\"height\";i:958;s:4:\"file\";s:55:\"2024/04/David-Cagle-Shotgun-1-Course-Instructor-pic.jpg\";s:8:\"filesize\";i:60097;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"David-Cagle-Shotgun-1-Course-Instructor-pic-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26707;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"David-Cagle-Shotgun-1-Course-Instructor-pic-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4164;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"David-Cagle-Shotgun-1-Course-Instructor-pic-600x876.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:876;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117480;}s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"David-Cagle-Shotgun-1-Course-Instructor-pic-205x300.jpg\";s:5:\"width\";i:205;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20631;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"David-Cagle-Shotgun-1-Course-Instructor-pic-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8017;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:55:\"David-Cagle-Shotgun-1-Course-Instructor-pic-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24875;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:55:\"David-Cagle-Shotgun-1-Course-Instructor-pic-656x675.jpg\";s:5:\"width\";i:656;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94234;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:55:\"David-Cagle-Shotgun-1-Course-Instructor-pic-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28556;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:55:\"David-Cagle-Shotgun-1-Course-Instructor-pic-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43466;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:55:\"David-Cagle-Shotgun-1-Course-Instructor-pic-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55050;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:55:\"David-Cagle-Shotgun-1-Course-Instructor-pic-480x701.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:701;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84020;}}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:{}}}'),
(2945,2805,'_wp_attached_file','2024/04/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1.jpeg'),
(2946,2805,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1024;s:6:\"height\";i:769;s:4:\"file\";s:60:\"2024/04/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1.jpeg\";s:8:\"filesize\";i:43726;s:5:\"sizes\";a:13:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18795;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3529;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:60:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1-600x451.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:451;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46961;}s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15168;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6259;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1-768x577.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69568;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:60:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20754;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:61:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1-1024x675.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92149;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:60:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22985;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:60:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35682;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:60:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34512;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:60:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1-980x736.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98136;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:60:\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32274;}}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:{}}}'),
(2947,2806,'_wp_attached_file','2024/04/Kevin-Kelly-2.png'),
(2948,2806,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:489;s:6:\"height\";i:859;s:4:\"file\";s:25:\"2024/04/Kevin-Kelly-2.png\";s:8:\"filesize\";i:288084;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"Kevin-Kelly-2-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:223451;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"Kevin-Kelly-2-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26511;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Kevin-Kelly-2-171x300.png\";s:5:\"width\";i:171;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:136383;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Kevin-Kelly-2-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58457;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"Kevin-Kelly-2-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:235534;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"Kevin-Kelly-2-489x675.png\";s:5:\"width\";i:489;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:728338;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"Kevin-Kelly-2-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:268755;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"Kevin-Kelly-2-489x382.png\";s:5:\"width\";i:489;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:399616;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"Kevin-Kelly-2-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:501068;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"Kevin-Kelly-2-480x843.png\";s:5:\"width\";i:480;s:6:\"height\";i:843;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:962719;}}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:{}}}'),
(2949,2807,'_wp_attached_file','2024/04/kevin-kelly-group-grappling-and-weapons-course.jpg'),
(2950,2807,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:973;s:6:\"height\";i:924;s:4:\"file\";s:58:\"2024/04/kevin-kelly-group-grappling-and-weapons-course.jpg\";s:8:\"filesize\";i:89883;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:58:\"kevin-kelly-group-grappling-and-weapons-course-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27713;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:58:\"kevin-kelly-group-grappling-and-weapons-course-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4464;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:58:\"kevin-kelly-group-grappling-and-weapons-course-600x570.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86049;}s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"kevin-kelly-group-grappling-and-weapons-course-300x285.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:285;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26172;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"kevin-kelly-group-grappling-and-weapons-course-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8495;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"kevin-kelly-group-grappling-and-weapons-course-768x729.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:729;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127065;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"kevin-kelly-group-grappling-and-weapons-course-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31132;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:58:\"kevin-kelly-group-grappling-and-weapons-course-973x675.jpg\";s:5:\"width\";i:973;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147621;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"kevin-kelly-group-grappling-and-weapons-course-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34159;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"kevin-kelly-group-grappling-and-weapons-course-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53746;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"kevin-kelly-group-grappling-and-weapons-course-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53874;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"kevin-kelly-group-grappling-and-weapons-course-480x456.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:456;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59052;}}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:{}}}'),
(2951,2808,'_wp_attached_file','2024/04/Kevin-Kelly-and-Bill.png'),
(2952,2808,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:691;s:6:\"height\";i:871;s:4:\"file\";s:32:\"2024/04/Kevin-Kelly-and-Bill.png\";s:8:\"filesize\";i:285793;s:5:\"sizes\";a:11:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"Kevin-Kelly-and-Bill-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:175537;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"Kevin-Kelly-and-Bill-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22252;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"Kevin-Kelly-and-Bill-600x756.png\";s:5:\"width\";i:600;s:6:\"height\";i:756;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:794321;}s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"Kevin-Kelly-and-Bill-238x300.png\";s:5:\"width\";i:238;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:144332;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Kevin-Kelly-and-Bill-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47457;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"Kevin-Kelly-and-Bill-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:186625;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"Kevin-Kelly-and-Bill-691x675.png\";s:5:\"width\";i:691;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:596748;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"Kevin-Kelly-and-Bill-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:208777;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"Kevin-Kelly-and-Bill-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:341999;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"Kevin-Kelly-and-Bill-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:390784;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"Kevin-Kelly-and-Bill-480x605.png\";s:5:\"width\";i:480;s:6:\"height\";i:605;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:533579;}}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:{}}}'),
(2953,2817,'_wp_attached_file','2024/04/Bryan-Resnick.png'),
(2954,2817,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:604;s:6:\"height\";i:675;s:4:\"file\";s:25:\"2024/04/Bryan-Resnick.png\";s:8:\"filesize\";i:305906;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"Bryan-Resnick-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:236223;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"Bryan-Resnick-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26464;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"Bryan-Resnick-600x671.png\";s:5:\"width\";i:600;s:6:\"height\";i:671;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1016963;}s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"Bryan-Resnick-268x300.png\";s:5:\"width\";i:268;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:213822;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"Bryan-Resnick-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59048;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"Bryan-Resnick-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:247091;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"Bryan-Resnick-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:283740;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"Bryan-Resnick-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:479283;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"Bryan-Resnick-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:535056;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"Bryan-Resnick-480x536.png\";s:5:\"width\";i:480;s:6:\"height\";i:536;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:666712;}}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:{}}}'),
(2955,2840,'_wp_attached_file','2024/04/pistol-medical-bk.jpg'),
(2956,2840,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:29:\"2024/04/pistol-medical-bk.jpg\";s:8:\"filesize\";i:72806;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"pistol-medical-bk-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22916;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3877;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58716;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18503;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"pistol-medical-bk-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134185;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7215;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86592;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24663;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"pistol-medical-bk-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119280;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28131;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44802;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:30:\"pistol-medical-bk-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146099;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44303;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126494;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"pistol-medical-bk-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40400;}}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:{}}}'),
(2957,2854,'_wp_attached_file','2024/05/Bill-Rapier-Button.png'),
(2958,2854,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:250;s:4:\"file\";s:30:\"2024/05/Bill-Rapier-Button.png\";s:8:\"filesize\";i:11173;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"Bill-Rapier-Button-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13115;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6621;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-600x150.png\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28260;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Bill-Rapier-Button-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11475;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11547;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-768x192.png\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41935;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17257;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17257;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-510x250.png\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20426;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17257;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-980x245.png\";s:5:\"width\";i:980;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:57914;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"Bill-Rapier-Button-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20814;}}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:{}}}'),
(2959,2855,'_wp_attached_file','2024/05/David-Acosta-Button.png'),
(2960,2855,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:250;s:4:\"file\";s:31:\"2024/05/David-Acosta-Button.png\";s:8:\"filesize\";i:12725;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"David-Acosta-Button-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13589;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6962;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-600x150.png\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31523;}s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"David-Acosta-Button-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12868;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11959;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-768x192.png\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47633;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18140;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18140;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-510x250.png\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22766;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18140;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-980x245.png\";s:5:\"width\";i:980;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65513;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"David-Acosta-Button-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:23853;}}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:{}}}'),
(2961,2856,'_wp_attached_file','2024/05/David-Cagle-Button.png'),
(2962,2856,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:250;s:4:\"file\";s:30:\"2024/05/David-Cagle-Button.png\";s:8:\"filesize\";i:12338;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"David-Cagle-Button-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14077;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:7032;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-600x150.png\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30992;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"David-Cagle-Button-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12365;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12295;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-768x192.png\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45515;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18074;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18074;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-510x250.png\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22514;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18074;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-980x245.png\";s:5:\"width\";i:980;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:62259;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"David-Cagle-Button-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22604;}}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:{}}}'),
(2963,2857,'_wp_attached_file','2024/05/Kevin-kelly-Button.png'),
(2964,2857,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:250;s:4:\"file\";s:30:\"2024/05/Kevin-kelly-Button.png\";s:8:\"filesize\";i:11895;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"Kevin-kelly-Button-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13548;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6631;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-600x150.png\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:29012;}s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Kevin-kelly-Button-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11870;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11513;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-768x192.png\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:44045;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17646;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17646;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-510x250.png\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21362;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17646;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-980x245.png\";s:5:\"width\";i:980;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:61064;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"Kevin-kelly-Button-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21849;}}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:{}}}'),
(2965,2858,'_wp_attached_file','2024/05/Bryan-Resnick-Button.png'),
(2966,2858,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:250;s:4:\"file\";s:32:\"2024/05/Bryan-Resnick-Button.png\";s:8:\"filesize\";i:13056;s:5:\"sizes\";a:12:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-300x250.png\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:12696;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:6706;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-600x150.png\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32770;}s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"Bryan-Resnick-Button-300x75.png\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13101;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11877;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-768x192.png\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:48670;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17026;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17026;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-510x250.png\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21907;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:17026;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-980x245.png\";s:5:\"width\";i:980;s:6:\"height\";i:245;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:66621;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"Bryan-Resnick-Button-480x120.png\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24159;}}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:{}}}'),
(2967,2871,'_wp_attached_file','2024/05/Kevin-Kelly-Amtac-Shooting-Instructor-3.png'),
(2968,2871,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:500;s:4:\"file\";s:51:\"2024/05/Kevin-Kelly-Amtac-Shooting-Instructor-3.png\";s:8:\"filesize\";i:272207;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-3-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:152693;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-3-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:19874;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-3-600x200.png\";s:5:\"width\";i:600;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:203419;}s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-3-300x100.png\";s:5:\"width\";i:300;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:56262;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"Kevin-Kelly-Amtac-Shooting-Instructor-3-1024x341.png\";s:5:\"width\";i:1024;s:6:\"height\";i:341;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:535282;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-3-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41950;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-3-768x256.png\";s:5:\"width\";i:768;s:6:\"height\";i:256;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:318601;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-3-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:165464;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:52:\"Kevin-Kelly-Amtac-Shooting-Instructor-3-1080x500.png\";s:5:\"width\";i:1080;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:576226;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-3-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:183080;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-3-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:301207;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:52:\"Kevin-Kelly-Amtac-Shooting-Instructor-3-1080x360.png\";s:5:\"width\";i:1080;s:6:\"height\";i:360;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:588844;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-3-400x500.png\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:245349;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:52:\"Kevin-Kelly-Amtac-Shooting-Instructor-3-1280x427.png\";s:5:\"width\";i:1280;s:6:\"height\";i:427;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:793052;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-3-980x327.png\";s:5:\"width\";i:980;s:6:\"height\";i:327;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:494778;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Amtac-Shooting-Instructor-3-480x160.png\";s:5:\"width\";i:480;s:6:\"height\";i:160;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:134503;}}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:{}}}'),
(2969,2901,'_wp_attached_file','2024/03/ARAC-Bill-Rapier.png'),
(2970,2901,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1283;s:6:\"height\";i:924;s:4:\"file\";s:28:\"2024/03/ARAC-Bill-Rapier.png\";s:8:\"filesize\";i:379674;s:5:\"sizes\";a:16:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"ARAC-Bill-Rapier-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:171431;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"ARAC-Bill-Rapier-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24643;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"ARAC-Bill-Rapier-600x432.png\";s:5:\"width\";i:600;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:458324;}s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"ARAC-Bill-Rapier-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:133682;}s:5:\"large\";a:5:{s:4:\"file\";s:29:\"ARAC-Bill-Rapier-1024x737.png\";s:5:\"width\";i:1024;s:6:\"height\";i:737;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1295033;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"ARAC-Bill-Rapier-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50731;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"ARAC-Bill-Rapier-768x553.png\";s:5:\"width\";i:768;s:6:\"height\";i:553;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:733821;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"ARAC-Bill-Rapier-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:191500;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"ARAC-Bill-Rapier-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1239349;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"ARAC-Bill-Rapier-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:218645;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"ARAC-Bill-Rapier-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:352797;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:29:\"ARAC-Bill-Rapier-1080x778.png\";s:5:\"width\";i:1080;s:6:\"height\";i:778;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1435365;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"ARAC-Bill-Rapier-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:363535;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:29:\"ARAC-Bill-Rapier-1280x922.png\";s:5:\"width\";i:1280;s:6:\"height\";i:922;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1831602;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"ARAC-Bill-Rapier-980x706.png\";s:5:\"width\";i:980;s:6:\"height\";i:706;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1189257;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"ARAC-Bill-Rapier-480x346.png\";s:5:\"width\";i:480;s:6:\"height\";i:346;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:307026;}}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:{}}}'),
(2971,2908,'_wp_attached_file','2024/04/AB0A3350_edit_zps6igcmeyf2.jpg'),
(2972,2908,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:728;s:6:\"height\";i:492;s:4:\"file\";s:38:\"2024/04/AB0A3350_edit_zps6igcmeyf2.jpg\";s:8:\"filesize\";i:43710;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"AB0A3350_edit_zps6igcmeyf2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20646;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"AB0A3350_edit_zps6igcmeyf2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4132;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"AB0A3350_edit_zps6igcmeyf2-600x405.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39564;}s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"AB0A3350_edit_zps6igcmeyf2-300x203.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13891;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"AB0A3350_edit_zps6igcmeyf2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7156;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"AB0A3350_edit_zps6igcmeyf2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20202;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"AB0A3350_edit_zps6igcmeyf2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22520;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:38:\"AB0A3350_edit_zps6igcmeyf2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34169;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"AB0A3350_edit_zps6igcmeyf2-400x492.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:492;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39592;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"AB0A3350_edit_zps6igcmeyf2-480x324.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:324;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28460;}}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:{}}}'),
(2973,2909,'_wp_attached_file','2024/04/AB0A3350_edit_zps6igcmeyf22.jpg'),
(2974,2909,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:726;s:6:\"height\";i:369;s:4:\"file\";s:39:\"2024/04/AB0A3350_edit_zps6igcmeyf22.jpg\";s:8:\"filesize\";i:39813;s:5:\"sizes\";a:10:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf22-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17337;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf22-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3734;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf22-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26383;}s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf22-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9273;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf22-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6386;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf22-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17840;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf22-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20561;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf22-510x369.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33237;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf22-400x369.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26806;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"AB0A3350_edit_zps6igcmeyf22-480x244.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18894;}}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:{}}}'),
(2975,2917,'_wp_attached_file','2024/06/MWC-2024.png'),
(2976,2917,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:20:\"2024/06/MWC-2024.png\";s:8:\"filesize\";i:100801;s:5:\"sizes\";a:15:{s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"MWC-2024-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122725;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"MWC-2024-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18525;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"MWC-2024-600x300.png\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:127422;}s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"MWC-2024-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38937;}s:5:\"large\";a:5:{s:4:\"file\";s:21:\"MWC-2024-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:353836;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"MWC-2024-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37663;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"MWC-2024-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:211033;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"MWC-2024-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96022;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"MWC-2024-1080x600.png\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:259909;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"MWC-2024-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120049;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"MWC-2024-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:204940;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:21:\"MWC-2024-1080x540.png\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:388153;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"MWC-2024-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:291415;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"MWC-2024-980x490.png\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:327114;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"MWC-2024-480x240.png\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89644;}}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:{}}}'),
(2977,2918,'_menu_item_type','custom'),
(2978,2918,'_menu_item_menu_item_parent','0'),
(2979,2918,'_menu_item_object_id','2918'),
(2980,2918,'_menu_item_object','custom'),
(2981,2918,'_menu_item_target',''),
(2982,2918,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(2983,2918,'_menu_item_xfn',''),
(2984,2918,'_menu_item_url','http://www.amtacshooting.com'),
(3001,2921,'_menu_item_type','taxonomy'),
(3002,2921,'_menu_item_menu_item_parent','0'),
(3003,2921,'_menu_item_object_id','22'),
(3004,2921,'_menu_item_object','category'),
(3005,2921,'_menu_item_target',''),
(3006,2921,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3007,2921,'_menu_item_xfn',''),
(3008,2921,'_menu_item_url',''),
(3017,2923,'_menu_item_type','taxonomy'),
(3018,2923,'_menu_item_menu_item_parent','0'),
(3019,2923,'_menu_item_object_id','21'),
(3020,2923,'_menu_item_object','category'),
(3021,2923,'_menu_item_target',''),
(3022,2923,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3023,2923,'_menu_item_xfn',''),
(3024,2923,'_menu_item_url',''),
(3025,2924,'_menu_item_type','custom'),
(3026,2924,'_menu_item_menu_item_parent','0'),
(3027,2924,'_menu_item_object_id','2924'),
(3028,2924,'_menu_item_object','custom'),
(3029,2924,'_menu_item_target',''),
(3030,2924,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(3031,2924,'_menu_item_xfn',''),
(3032,2924,'_menu_item_url','http://www.amtacshooting.com'),
(3057,2928,'_edit_last','1'),
(3058,2928,'_wp_page_template','default'),
(3059,2928,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:6:{s:6:\"filter\";b:1;s:4:\"text\";s:676:\"<p>I am a Christian. As I started thinking about what the first topic would be that I would write about, I considered writing about proper mindset or the importance of fitness in tactical training or even my primary training philosophy, but as I stepped back and thought about what is most important, I kept coming back to one thing. Christ. Without Christ as your personal Lord and Savior, winning a violent confrontation only means delaying eternal separation from Him for another 30 or 40 years. So I felt that before I dive into any of the finer points of training to survive a violent confrontation I should be clear on the most important thing, being right with God.</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fb1c584d-cbdd-4049-ae6f-9af8c87c9f37\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:1;a:4:{s:5:\"title\";s:15:\"Recent Articles\";s:6:\"number\";i:8;s:11:\"panels_info\";a:6:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ea973f06-33a2-4b68-b8c0-c57ddb4fc80a\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}s:9:\"show_date\";b:0;}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),
(3060,41,'_edit_last','1'),
(3061,41,'_wp_page_template','default'),
(3062,41,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:20:\"<div id=\"top\"></div>\";s:2:\"id\";s:19:\"custom_html-4110000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:22:\"so_sidebar_emulator_id\";s:19:\"custom_html-4110000\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ea7f2012-47ee-44a9-8e9d-42810428ef43\";s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:16:\"border_thickness\";s:3:\"1px\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:1;a:6:{s:9:\"evo_title\";s:0:\"\";s:14:\"evo_shortcodeW\";s:131:\"[add_eventon_list show_et_ft_img=\'yes\' number_of_months=\"24\" hide_empty_months=\"yes\"  hide_past=\"yes\" show_year=\"yes\" tiles=\"no\"]\n\n\";s:2:\"id\";s:22:\"evcalwidget_sc-4110001\";s:11:\"option_name\";s:21:\"widget_evcalwidget_sc\";s:22:\"so_sidebar_emulator_id\";s:22:\"evcalwidget_sc-4110001\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"EvcalWidget_SC\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"3b5a3d12-fd8e-41e9-a250-d9569db633b5\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:9:{s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"25px\";s:14:\"bottom-padding\";s:4:\"25px\";s:14:\"mobile-padding\";s:4:\"25px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),
(3063,41,'gf_format_video_embed',''),
(3064,41,'gf_format_gallery_images',''),
(3065,41,'_yoast_wpseo_content_score','90'),
(3066,41,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(3067,41,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3068,41,'om_disable_all_campaigns',''),
(3069,41,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(3070,41,'_yoast_wpseo_wordproof_timestamp',''),
(3071,79,'_edit_last','10'),
(3072,79,'_wp_page_template','default'),
(3073,81,'_edit_last','10'),
(3074,81,'_wp_page_template','default'),
(3075,81,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:9:\"image_uri\";s:64:\"http://www.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\";s:4:\"link\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:13:\"Athemes_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0edda7df-1780-432a-b045-a0d9caad68ca\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}s:2:\"id\";s:21:\"athemes_image-8110000\";s:11:\"option_name\";s:20:\"widget_athemes_image\";}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:4:\"view\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"Strong_Testimonials_View_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"70708909-eef6-41fa-addf-c523a6964e4f\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}s:2:\"id\";s:39:\"strong-testimonials-view-widget-8110001\";s:11:\"option_name\";s:38:\"widget_strong-testimonials-view-widget\";}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:734:\"<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n\n<img class=\"wp-image-811 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" alt=\"\" width=\"300\" height=\"225\" />\n\n</div>\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n\n<img class=\"wp-image-815 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching.jpg\" alt=\"\" width=\"300\" height=\"225\" />\n\n</div>\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n\n<img class=\"wp-image-816 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill.jpg\" alt=\"\" width=\"300\" height=\"225\" />\n\n</div>\n\n<hr style=\"clear: both; visibility: hidden;\" />\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c9361847-2832-47f1-8627-2d5ab1f49f28\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}s:2:\"id\";s:12:\"text-8110002\";s:11:\"option_name\";s:11:\"widget_text\";}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:452:\"Amtac Shooting\'s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"7a2ba92e-561d-4fab-898b-1da926a91140\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:14:\"mobile_padding\";s:15:\"5px 5px 5px 5px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}s:2:\"id\";s:12:\"text-8110003\";s:11:\"option_name\";s:11:\"widget_text\";}i:4;a:5:{s:9:\"evo_title\";s:16:\"Upcoming Courses\";s:14:\"evo_shortcodeW\";s:169:\"[add_eventon_list number_of_months=\"24\" hide_empty_months=\"yes\"  hide_past=\"yes\" show_year=\"yes\" tiles=\"yes\" tile_bg=\"1\" tile_style=\"1\" tile_height=\"350\" tile_count=\"2\"]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"EvcalWidget_SC\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"99785a1a-e121-4113-b020-4bbf3b4eb269\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"15px 15px 15px 15px\";s:14:\"mobile_padding\";s:15:\"5px 5px 5px 5px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}s:2:\"id\";s:22:\"evcalwidget_sc-8110004\";s:11:\"option_name\";s:21:\"widget_evcalwidget_sc\";}i:5;a:7:{s:5:\"title\";s:8:\"Articles\";s:4:\"text\";s:52:\"[grid_plus name=\"Primary\"] [grid_plus name=\"Recent\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7371ffaa-26b2-4c10-a50b-83b05295fb9e\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}s:2:\"id\";s:12:\"text-8110005\";s:11:\"option_name\";s:11:\"widget_text\";}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"form\";s:6:\"423396\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"CK_Widget_Form\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8b6f8bbb-68ed-4fa5-a566-b13de3d0df19\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}s:2:\"id\";s:23:\"convertkit_form-8110006\";s:11:\"option_name\";s:22:\"widget_convertkit_form\";}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:9:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"25px\";s:14:\"bottom-padding\";s:4:\"25px\";s:14:\"mobile-padding\";s:3:\"0px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:14:\"mobile_padding\";s:16:\"25px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:5:\"100px\";s:14:\"bottom-padding\";s:3:\"0px\";s:14:\"mobile-padding\";s:3:\"0px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:5:{s:5:\"cells\";i:1;s:5:\"style\";a:9:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"10px\";s:14:\"bottom-padding\";s:4:\"50px\";s:14:\"mobile-padding\";s:3:\"0px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:4:\"left\";s:11:\"color_label\";i:4;}i:3;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:9:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"30px\";s:14:\"bottom-padding\";s:4:\"30px\";s:14:\"mobile-padding\";s:3:\"0px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:9:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:5:\"100px\";s:14:\"bottom-padding\";s:5:\"100px\";s:14:\"mobile-padding\";s:4:\"50px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:7:\"#cccccc\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}}}'),
(3076,81,'_yoast_wpseo_content_score','90'),
(3077,81,'gf_format_video_embed',''),
(3078,81,'gf_format_gallery_images',''),
(3079,81,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3080,81,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3081,81,'om_disable_all_campaigns',''),
(3082,81,'_yoast_wpseo_estimated-reading-time-minutes','6'),
(3083,153,'_edit_last','1'),
(3084,153,'_wp_page_template','default'),
(3085,153,'gf_format_video_embed',''),
(3086,153,'gf_format_gallery_images',''),
(3087,153,'_yoast_wpseo_content_score','30'),
(3088,153,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";}'),
(3089,232,'_yoast_wpseo_linkdex','48'),
(3090,232,'_edit_last','1'),
(3091,232,'_wp_page_template','default'),
(3092,232,'_yoast_wpseo_focuskw','store'),
(3093,232,'_yoast_wpseo_focuskw_text_input','store'),
(3094,232,'_yoast_wpseo_content_score','90'),
(3095,232,'gf_format_video_embed',''),
(3096,232,'gf_format_gallery_images',''),
(3097,232,'_yoast_wpseo_metadesc','Products created or recommended by Amtac Shooting.'),
(3098,232,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3099,232,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3100,232,'_yoast_wpseo_estimated-reading-time-minutes','2'),
(3101,232,'_yoast_wpseo_wordproof_timestamp',''),
(3102,234,'_edit_last','1'),
(3103,234,'_wp_page_template','default'),
(3104,234,'_yoast_wpseo_content_score','90'),
(3105,234,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(3106,234,'gf_format_gallery_images',''),
(3107,234,'gf_format_video_embed',''),
(3108,234,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3109,234,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";}'),
(3134,401,'_wp_convertkit_post_meta',''),
(3143,1044,'_edit_last','1'),
(3144,1044,'_wp_page_template','default'),
(3145,1044,'gf_format_video_embed',''),
(3146,1044,'gf_format_gallery_images',''),
(3147,1044,'_yoast_wpseo_content_score','30'),
(3148,1044,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";}'),
(3149,500,'_edit_last','1'),
(3150,500,'_wp_page_template','default'),
(3151,500,'panels_data','a:3:{s:7:\"widgets\";a:14:{i:0;a:16:{s:13:\"attachment_id\";i:74;s:3:\"url\";s:82:\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/DSCF1872-300x225.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:3648;s:6:\"height\";i:2736;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da7ef36c-f78b-4a50-ab23-fbeb95be3319\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:119:\"<strong>Pistol</strong>\nThe Responsible Armed Citizen Course\nThe Integrated Combatives Course\nThe Force on Force Course\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c231d3fd-3878-4f04-b6ed-ab714980fa16\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:2;a:16:{s:13:\"attachment_id\";i:73;s:3:\"url\";s:122:\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/11902398_10155901153815414_4189277617284867691_n-300x225.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b3bffd2f-9e15-47b2-b121-60529f6d0285\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<strong>Carbine</strong>\nThe Combative Carbine Course\nThe Hybrid Carbine Course\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"57f4d62f-b945-45c0-9335-d153a3388ea3\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:4;a:16:{s:13:\"attachment_id\";i:754;s:3:\"url\";s:122:\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/11836858_10155901153455414_3374731815603334938_n-300x225.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"57b44948-bc74-4a5f-8e7b-98c9aa87258a\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:94:\"<strong>Pistol &amp; Carbine\n</strong>Advanced Pistol and Carbine Course\nNight Shooting Course\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2e9b3203-d4b5-4bb7-9b57-5f01d6995e46\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:6;a:16:{s:13:\"attachment_id\";i:753;s:3:\"url\";s:109:\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/2011-Sniper-team-Ranch-training-001-300x225.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"0630898b-0433-48e8-81ce-12d6068b7fe0\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:95:\"<strong>Precision Rifle</strong>\nPrecision Rifle Course\nAdvanced Precision Rifle Course\n\n&nbsp;\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"59d63b2a-bd10-4bc2-9ffe-c7a1ad30ce92\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:8;a:16:{s:13:\"attachment_id\";i:750;s:3:\"url\";s:96:\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/Rapier_Womans_Class-11-300x204.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:5376;s:6:\"height\";i:3648;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"597e35d6-543d-4f34-b0a6-08262d42ff73\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:9;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:115:\"<strong>Women Only Courses\n</strong>Women Only Half Day Shooting and Combatives Course\nWomen Only Combatives Course\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"bbf9d846-c34d-4a42-a4b9-a05e1e917154\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:10;a:16:{s:13:\"attachment_id\";i:749;s:3:\"url\";s:80:\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/AMTAC7-300x200.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:4377;s:6:\"height\";i:2918;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"aef38156-da31-4b4c-9291-24815614ad6e\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:11;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<strong>LEO/ Mil Only Tactical Courses</strong>\nLEO/Mil Shooting and CQB Course\nLEO/ Mil CQB with Force on Force Course\nProgressive Active Shooter Response (Countering Coordinated Attacks)\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"b3920b9d-7006-42db-975b-385f61aa024f\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:12;a:16:{s:13:\"attachment_id\";i:740;s:3:\"url\";s:97:\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/IMG_1826-e1523572535532-225x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"61a40420-0037-4293-a177-872f44e48f4e\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:13;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:202:\"<strong>Extended Multi-Discipline Invitation Only Courses</strong>\nWinter Mobility and Shooting Course\nNavigation and Precision Rifle Course\nCombatives, Navigation, Shooting and other cool things Course\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"d1fa8bc2-757a-4a24-b2d2-bdd97e167034\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:8:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"25px\";s:14:\"bottom-padding\";s:4:\"25px\";s:14:\"mobile-padding\";s:4:\"25px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:8:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"25px\";s:14:\"bottom-padding\";s:4:\"25px\";s:14:\"mobile-padding\";s:4:\"25px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:8:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"25px\";s:14:\"bottom-padding\";s:4:\"25px\";s:14:\"mobile-padding\";s:4:\"25px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:8:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"25px\";s:14:\"bottom-padding\";s:4:\"25px\";s:14:\"mobile-padding\";s:4:\"25px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:8:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"25px\";s:14:\"bottom-padding\";s:4:\"25px\";s:14:\"mobile-padding\";s:4:\"25px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:8:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"25px\";s:14:\"bottom-padding\";s:4:\"25px\";s:14:\"mobile-padding\";s:4:\"25px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:8:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"25px\";s:14:\"bottom-padding\";s:4:\"25px\";s:14:\"mobile-padding\";s:4:\"25px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.45;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.55;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.45;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.55;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.45;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.55;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.45;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.55;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.45;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.55;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.45;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.55;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.45;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.55;s:5:\"style\";a:0:{}}}}'),
(3152,500,'_yoast_wpseo_focuskw_text_input','Course'),
(3153,500,'_yoast_wpseo_focuskw','Course'),
(3154,500,'_yoast_wpseo_content_score','90'),
(3155,500,'_wp_convertkit_post_meta',''),
(3156,573,'_edit_last','10'),
(3157,573,'_wp_page_template','default'),
(3158,573,'_yoast_wpseo_focuskw_text_input','Contact'),
(3159,573,'_yoast_wpseo_focuskw','Contact'),
(3160,573,'_yoast_wpseo_linkdex','37'),
(3162,573,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3163,900,'_edit_last','1'),
(3164,900,'_wp_page_template','default'),
(3165,900,'_yoast_wpseo_focuskw_text_input','disclosure'),
(3166,900,'_yoast_wpseo_focuskw','disclosure'),
(3167,900,'_yoast_wpseo_linkdex','68'),
(3168,900,'_yoast_wpseo_content_score','30'),
(3169,900,'_wp_convertkit_post_meta',''),
(3170,1416,'_edit_last','10'),
(3171,1416,'_wp_page_template','sidebar'),
(3172,1416,'_yoast_wpseo_content_score','90'),
(3173,1416,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3174,1423,'_oembed_1bd5b7948c57794e4569d17a4994fdf1','{{unknown}}'),
(3175,1423,'_oembed_ef0e2e501b676969a71ba2128082afd6','{{unknown}}'),
(3176,1423,'_oembed_ecdba0c57a7562b8a231c953e9b95df9','<iframe title=\"Battle of the Bills\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/8fr-jGkSs0M?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3177,1423,'_oembed_time_ecdba0c57a7562b8a231c953e9b95df9','1720487160'),
(3178,1423,'_oembed_0a28f4fa66e9a67ad9646ed2bf7e1275','<iframe title=\"Surefire Battle of the Bills! | CQB &amp; Self Defense Training\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/qy1R-Q8GZ1I?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3179,1423,'_oembed_time_0a28f4fa66e9a67ad9646ed2bf7e1275','1720487160'),
(3180,1423,'_oembed_cd0183bf89ded9c239068144cbda3a00','<iframe title=\"You Aren&#039;t Ready - Battle of the Bills - Surefire\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/7It3Eq5ttE8?start=494&feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3181,1423,'_oembed_time_cd0183bf89ded9c239068144cbda3a00','1720487161'),
(3182,1423,'_oembed_faaa1fac9f6ef82712b44ad0de5f6c7b','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3183,1423,'_oembed_time_faaa1fac9f6ef82712b44ad0de5f6c7b','1720487161'),
(3184,1423,'_oembed_b3e0f8090938929ab313cbf3f1acb7c8','<iframe title=\"Force on Force with AMTAC Shooting\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/5Ii6tRka__g?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3185,1423,'_oembed_time_b3e0f8090938929ab313cbf3f1acb7c8','1720487162'),
(3186,1423,'_oembed_8aeed35c6dc19797f1c419373e2f5ee6','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3187,1423,'_oembed_time_8aeed35c6dc19797f1c419373e2f5ee6','1720487163'),
(3188,1423,'_oembed_229103a1a9bf40a4f246c5264722157f','<iframe title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3189,1423,'_oembed_time_229103a1a9bf40a4f246c5264722157f','1720487163'),
(3190,1423,'_edit_last','10'),
(3191,1423,'_oembed_9b9ff0fd26e3b0deb4f5a47303baaff0','<iframe title=\"Force on Force with AMTAC Shooting\" width=\"916\" height=\"515\" src=\"https://www.youtube.com/embed/5Ii6tRka__g?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(3192,1423,'_oembed_time_9b9ff0fd26e3b0deb4f5a47303baaff0','1583270650'),
(3193,1423,'_wp_page_template','sidebar'),
(3194,1423,'_yoast_wpseo_metadesc','Videos and articles about Amtac Shooting.'),
(3195,1423,'_yoast_wpseo_content_score','90'),
(3196,1423,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3197,1423,'_oembed_e0c0ec8dcdda7548b27b5066f074dd0f','<iframe title=\"Force on Force with AMTAC Shooting\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/5Ii6tRka__g?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3198,1423,'_oembed_time_e0c0ec8dcdda7548b27b5066f074dd0f','1712860604'),
(3199,1423,'_oembed_20c9f3a20f064aa4f645414eedd56338','<iframe title=\"Force on Force with AMTAC Shooting\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/5Ii6tRka__g?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(3200,1423,'_oembed_time_20c9f3a20f064aa4f645414eedd56338','1583270711'),
(3201,1423,'_oembed_c09962074afd9e437ef0440bd178fbd8','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(3202,1423,'_oembed_time_c09962074afd9e437ef0440bd178fbd8','1583270981'),
(3203,1423,'_oembed_dca328bdbffc596a90729b794c120f0f','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3204,1423,'_oembed_time_dca328bdbffc596a90729b794c120f0f','1712860604'),
(3205,1423,'_oembed_c3435c288f8c582999a32fb538c5318e','<iframe title=\"Retired Navy SEAL Bill Rapier&#039;s Force on Force Class Review\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/6Z_NrLLZXRI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(3206,1423,'_oembed_time_c3435c288f8c582999a32fb538c5318e','1583271939'),
(3207,1423,'_oembed_196675842f075780a0129303fe847aa5','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(3208,1423,'_oembed_time_196675842f075780a0129303fe847aa5','1583272072'),
(3209,1423,'_oembed_7d666782d99002cbf5fbc7656c2bb202','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3210,1423,'_oembed_time_7d666782d99002cbf5fbc7656c2bb202','1712860604'),
(3211,1423,'_oembed_c172fb202b024f1804f5f7b339245be3','<iframe title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(3212,1423,'_oembed_time_c172fb202b024f1804f5f7b339245be3','1583272231'),
(3213,1423,'_oembed_446aa6abdba54b0354077a997a18562b','<iframe title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3214,1423,'_oembed_time_446aa6abdba54b0354077a997a18562b','1712860604'),
(3215,1423,'_oembed_3f8a40fd341e6db1f1db06a78771a3e4','{{unknown}}'),
(3216,1423,'_oembed_time_3f8a40fd341e6db1f1db06a78771a3e4','1680815565'),
(3217,1423,'_oembed_b39f5bf8c45ccc26c0961c92e7ce5765','{{unknown}}'),
(3218,1423,'_oembed_time_b39f5bf8c45ccc26c0961c92e7ce5765','1585189298'),
(3219,1423,'_oembed_2d9983c5984a6aa9ff0c2b94cb0c3d8f','<iframe title=\"Battle of the Bills\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/8fr-jGkSs0M?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(3220,1423,'_oembed_time_2d9983c5984a6aa9ff0c2b94cb0c3d8f','1583274176'),
(3221,1423,'_oembed_20273b9d7f06c228c102bea4e08e20f1','<iframe title=\"Battle of the Bills\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/8fr-jGkSs0M?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3222,1423,'_oembed_time_20273b9d7f06c228c102bea4e08e20f1','1712860603'),
(3223,1423,'_oembed_93fd769abe9d846bec014c7c733dd214','<iframe title=\"Surefire Battle of the Bills! | CQB &amp; Self Defense Training\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/qy1R-Q8GZ1I?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(3224,1423,'_oembed_time_93fd769abe9d846bec014c7c733dd214','1583274270'),
(3225,1423,'_oembed_a53c245adcb4131a5228a8df52d8666f','<iframe title=\"You Aren&#039;t Ready - Battle of the Bills - Surefire\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/7It3Eq5ttE8?start=494&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(3226,1423,'_oembed_time_a53c245adcb4131a5228a8df52d8666f','1583274367'),
(3227,1423,'_oembed_15c4f1a7eedc1f9a990aa8e798221642','<iframe title=\"Surefire Battle of the Bills! | CQB &amp; Self Defense Training\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/qy1R-Q8GZ1I?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3228,1423,'_oembed_time_15c4f1a7eedc1f9a990aa8e798221642','1712860603'),
(3229,1423,'_oembed_b2ba21e2ca86c12a2bd28222faeea746','<iframe title=\"You Aren&#039;t Ready - Battle of the Bills - Surefire\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/7It3Eq5ttE8?start=494&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3230,1423,'_oembed_time_b2ba21e2ca86c12a2bd28222faeea746','1712860603'),
(3231,1423,'_oembed_3059cd1c30958d062695f269f1191cfd','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"999\" height=\"562\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(3232,1423,'_oembed_time_3059cd1c30958d062695f269f1191cfd','1680815291'),
(3233,1423,'_oembed_ed97601cd54274346486a1114ddcad26','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"999\" height=\"562\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(3234,1423,'_oembed_time_ed97601cd54274346486a1114ddcad26','1680815291'),
(3235,1423,'_oembed_527c0a188608faa9d942108fca34ec54','<iframe title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"999\" height=\"562\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(3236,1423,'_oembed_time_527c0a188608faa9d942108fca34ec54','1680815291'),
(3237,1423,'_oembed_5af6605e88d7969cfaf81030ad7f48f3','<iframe title=\"Force on Force with AMTAC Shooting\" width=\"999\" height=\"562\" src=\"https://www.youtube.com/embed/5Ii6tRka__g?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(3238,1423,'_oembed_time_5af6605e88d7969cfaf81030ad7f48f3','1680815291'),
(3239,1423,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3240,1423,'gf_format_video_embed',''),
(3241,1423,'gf_format_gallery_images',''),
(3242,1423,'_yoast_wpseo_estimated-reading-time-minutes','4'),
(3243,1423,'_oembed_1239335a2fe193dbe378f80eabcbf411','{{unknown}}'),
(3244,1423,'_oembed_1eeab3c0240e7fc779714f28e04ab1be','{{unknown}}'),
(3245,1423,'_oembed_958b727bff6427894ca25b2e2c168f96','<iframe title=\"Battle of the Bills\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/8fr-jGkSs0M?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(3246,1423,'_oembed_time_958b727bff6427894ca25b2e2c168f96','1711061912'),
(3247,1423,'_oembed_2744c3b7875bd2961383f3994569665d','<iframe title=\"Surefire Battle of the Bills! | CQB &amp; Self Defense Training\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/qy1R-Q8GZ1I?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(3248,1423,'_oembed_time_2744c3b7875bd2961383f3994569665d','1711061912'),
(3249,1423,'_oembed_3c6762e1afff4c4ea4e2ff6bc7005ed9','<iframe title=\"You Aren&#039;t Ready - Battle of the Bills - Surefire\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/7It3Eq5ttE8?start=494&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(3250,1423,'_oembed_time_3c6762e1afff4c4ea4e2ff6bc7005ed9','1711061913'),
(3251,1423,'_oembed_8ef57a783beac6ac4bab02a5958bfbb2','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(3252,1423,'_oembed_time_8ef57a783beac6ac4bab02a5958bfbb2','1711061913'),
(3253,1423,'_oembed_56ea8153fdbc109af16462e192661745','<iframe title=\"Force on Force with AMTAC Shooting\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/5Ii6tRka__g?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(3254,1423,'_oembed_time_56ea8153fdbc109af16462e192661745','1711061913'),
(3255,1423,'_oembed_9a634c9da13d636010b004cd172c510d','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(3256,1423,'_oembed_time_9a634c9da13d636010b004cd172c510d','1711061913'),
(3257,1423,'_oembed_d8932a9e88416f1cea75948c75189f37','<iframe title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(3258,1423,'_oembed_time_d8932a9e88416f1cea75948c75189f37','1711061913'),
(3259,1423,'_oembed_1f90ca880aa4b1392d9d6051160703dd','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"840\" height=\"473\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3260,1423,'_oembed_time_1f90ca880aa4b1392d9d6051160703dd','1712860485'),
(3261,1423,'_oembed_765215a732741fff7c38fa54ebb3c632','<iframe title=\"Force on Force with AMTAC Shooting\" width=\"840\" height=\"473\" src=\"https://www.youtube.com/embed/5Ii6tRka__g?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3262,1423,'_oembed_time_765215a732741fff7c38fa54ebb3c632','1712860485'),
(3263,1423,'_oembed_b552e79a66970848565ee4d10f7692d1','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"840\" height=\"473\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3264,1423,'_oembed_time_b552e79a66970848565ee4d10f7692d1','1712860485'),
(3265,1423,'_oembed_48014f5f128d7ea536e392298529ad91','<iframe title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"840\" height=\"473\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3266,1423,'_oembed_time_48014f5f128d7ea536e392298529ad91','1712860485'),
(3267,1466,'_edit_last','1'),
(3268,1466,'_wp_page_template','default'),
(3269,1466,'_yoast_wpseo_content_score','30'),
(3270,1466,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";}'),
(3271,1477,'_edit_last','1'),
(3272,1477,'_wp_page_template','default'),
(3273,1477,'_yoast_wpseo_content_score','30'),
(3274,1477,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";}'),
(3275,1477,'_yoast_wpseo_metadesc','Amtac Shooting will exchange or refund goods if they arrive to you defective or damaged. For any online or downloadable product, you must request your money back within 7 days of the purchase.'),
(3276,1479,'_edit_last','1'),
(3277,1479,'_wp_page_template','default'),
(3278,1479,'_yoast_wpseo_content_score','30'),
(3279,1479,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";}'),
(3280,1686,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3281,1686,'gf_format_video_embed',''),
(3282,1686,'gf_format_gallery_images',''),
(3283,1686,'_yoast_wpseo_estimated-reading-time-minutes','7'),
(3284,1686,'_edit_last','10'),
(3285,1686,'_wp_page_template','default'),
(3286,1686,'_yoast_wpseo_content_score','30'),
(3287,1686,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3288,1791,'_edit_last','10'),
(3289,1791,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3290,1791,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3291,1791,'gf_format_video_embed',''),
(3292,1791,'gf_format_gallery_images',''),
(3293,1791,'_yoast_wpseo_content_score','30'),
(3294,1791,'_yoast_wpseo_estimated-reading-time-minutes','17'),
(3295,1791,'_yoast_wpseo_wordproof_timestamp',''),
(3296,1791,'footnotes',''),
(3297,1814,'_edit_last','1'),
(3298,1814,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";}'),
(3299,1814,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3300,1814,'gf_format_video_embed',''),
(3301,1814,'gf_format_gallery_images',''),
(3302,1814,'_yoast_wpseo_content_score','90'),
(3303,1814,'_yoast_wpseo_estimated-reading-time-minutes','3'),
(3304,1814,'_yoast_wpseo_focuskw','lodging'),
(3305,1814,'_yoast_wpseo_metadesc','We are proud to offer lodging during courses held locally at the Amtac Training Center, otherwise known as the ATC.'),
(3306,1814,'_yoast_wpseo_linkdex','58'),
(3307,1960,'_edit_last','1'),
(3308,1960,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";}'),
(3309,1960,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3310,1960,'gf_format_video_embed',''),
(3311,1960,'gf_format_gallery_images',''),
(3312,1960,'_yoast_wpseo_content_score','90'),
(3313,1960,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(3314,2085,'_edit_last','1'),
(3315,2085,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(3316,2085,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3317,2085,'gf_format_video_embed',''),
(3318,2085,'gf_format_gallery_images',''),
(3319,2085,'_yoast_wpseo_content_score','90'),
(3320,2085,'_yoast_wpseo_estimated-reading-time-minutes','5'),
(3321,2085,'_yoast_wpseo_wordproof_timestamp',''),
(3322,2170,'_edit_last','10'),
(3323,2170,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3324,2170,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3325,2170,'gf_format_video_embed',''),
(3326,2170,'gf_format_gallery_images',''),
(3327,2170,'_yoast_wpseo_content_score','90'),
(3328,2170,'_yoast_wpseo_estimated-reading-time-minutes','3'),
(3329,2170,'_yoast_wpseo_wordproof_timestamp',''),
(3330,2170,'footnotes',''),
(3331,2170,'_oembed_0e7455c577f07d055b57877c97edb2c6','{{unknown}}'),
(3332,2271,'_edit_last','1'),
(3333,2271,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(3334,2271,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3335,2271,'gf_format_video_embed',''),
(3336,2271,'gf_format_gallery_images',''),
(3337,2271,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(3338,2271,'_yoast_wpseo_wordproof_timestamp',''),
(3339,2461,'_oembed_42aa6cdb2a2324d70c19b8453e18289c','<iframe title=\"AMTAC Shooting Night Vision Course\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/NqHJ1uuFfY4?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3340,2461,'_oembed_time_42aa6cdb2a2324d70c19b8453e18289c','1720487165'),
(3341,2461,'_oembed_18c5dcda88eeef3df9e55ce7a560b325','<iframe title=\"Retired Navy SEAL Bill Rapier&#039;s Force on Force Class Review\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/6Z_NrLLZXRI?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3342,2461,'_oembed_time_18c5dcda88eeef3df9e55ce7a560b325','1720487165'),
(3343,2461,'_oembed_65f589970ebfd5b9f104070f391f3a5c','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3344,2461,'_oembed_time_65f589970ebfd5b9f104070f391f3a5c','1720487166'),
(3345,2461,'footnotes',''),
(3346,2461,'_edit_last','1'),
(3347,2461,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3348,2461,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3349,2461,'gf_format_video_embed',''),
(3350,2461,'gf_format_gallery_images',''),
(3351,2461,'_yoast_wpseo_content_score','30'),
(3352,2461,'_yoast_wpseo_estimated-reading-time-minutes','6'),
(3353,2461,'_yoast_wpseo_wordproof_timestamp',''),
(3354,2461,'_oembed_c3435c288f8c582999a32fb538c5318e','<iframe title=\"Retired Navy SEAL Bill Rapier&#039;s Force on Force Class Review\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/6Z_NrLLZXRI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(3355,2461,'_oembed_time_c3435c288f8c582999a32fb538c5318e','1707419122'),
(3356,2461,'_oembed_dca328bdbffc596a90729b794c120f0f','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(3357,2461,'_oembed_time_dca328bdbffc596a90729b794c120f0f','1707419122'),
(3358,2461,'_oembed_31ba68d8ca6c7051faf20a9a0f30632b','<iframe title=\"6 Pistol Tips from ex-Navy SEAL, Bill Rapier\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/gH01sQ2D1So?start=58&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(3359,2461,'_oembed_time_31ba68d8ca6c7051faf20a9a0f30632b','1707419122'),
(3360,2461,'_oembed_3222f5c16f2da728db7a6c6364847236','<iframe title=\"AMTAC Shooting: Intro to Winter Skills\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/qHMSC0AYZjQ?start=561&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(3361,2461,'_oembed_time_3222f5c16f2da728db7a6c6364847236','1707419122'),
(3362,2461,'_oembed_95eac3356d31771ff5c45a78b638a771','<iframe title=\"AMTAC Shooting Night Vision Course\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/NqHJ1uuFfY4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3363,2461,'_oembed_time_95eac3356d31771ff5c45a78b638a771','1712703494'),
(3364,2461,'_oembed_886914a2b699f718b5ed9b316fe0a566','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3365,2461,'_oembed_time_886914a2b699f718b5ed9b316fe0a566','1712704061'),
(3366,2605,'_edit_last','1'),
(3367,2605,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3368,2605,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3369,2605,'gf_format_video_embed',''),
(3370,2605,'gf_format_gallery_images',''),
(3371,2605,'_yoast_wpseo_estimated-reading-time-minutes','0'),
(3372,2605,'_yoast_wpseo_wordproof_timestamp',''),
(3373,2699,'_oembed_0e865c6903af42f3dcabfcb840bc50ff','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3374,2699,'_oembed_time_0e865c6903af42f3dcabfcb840bc50ff','1720487166'),
(3375,2699,'_oembed_4fba4142151c2bcea6beea6ab24d2a7a','<iframe title=\"Bill Rapier - Navy Seal drops mindset bomb\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/yELsaqTI2lU?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3376,2699,'_oembed_time_4fba4142151c2bcea6beea6ab24d2a7a','1720487167'),
(3377,2699,'_oembed_b0e5491151406b43c38a30326f452b76','<iframe title=\"BILL RAPIER - UNDERSTANDING THE REACTIONARY GAP\" width=\"1080\" height=\"810\" src=\"https://www.youtube.com/embed/0Meb6wxiwNc?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3378,2699,'_oembed_time_b0e5491151406b43c38a30326f452b76','1720487167'),
(3379,2699,'_oembed_677f12499917cda0621baf34967b3888','<iframe title=\"AMTAC Shooting Night Vision Course\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/NqHJ1uuFfY4?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3380,2699,'_oembed_time_677f12499917cda0621baf34967b3888','1720487168'),
(3381,2699,'_oembed_e4f9d5609e5552546d7946d2acfc3088','<iframe title=\"How to Defend Against a Carjacker: A Navy SEAL&#039;s Advice\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/gAgqyXQzwnU?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3382,2699,'_oembed_time_e4f9d5609e5552546d7946d2acfc3088','1720487168'),
(3383,2699,'_oembed_c2ab6f90f148294c7a668f820966614e','<iframe title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3384,2699,'_oembed_time_c2ab6f90f148294c7a668f820966614e','1720487169'),
(3385,2699,'_oembed_e9b8868966ce318d8b381cd3ba4a8336','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3386,2699,'_oembed_time_e9b8868966ce318d8b381cd3ba4a8336','1720487169'),
(3387,2699,'_oembed_661c3fa7e464f16aa0a7d1cd261e5961','<iframe title=\"AMTAC Shooting: Jiu Jitsu and Pistol Course\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/W9_z5BEHHMY?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3388,2699,'_oembed_time_661c3fa7e464f16aa0a7d1cd261e5961','1720487170'),
(3389,2699,'_oembed_452b20ad229bbc9d7bc0eca6a6c3c567','<iframe title=\"AMTAC Shooting: Intro to Winter Skills\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/qHMSC0AYZjQ?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3390,2699,'_oembed_time_452b20ad229bbc9d7bc0eca6a6c3c567','1720487171'),
(3391,2699,'_oembed_d2ad76a8411444de76b72ed4f695f5cf','<iframe title=\"6 Pistol Tips from ex-Navy SEAL, Bill Rapier\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/gH01sQ2D1So?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3392,2699,'_oembed_time_d2ad76a8411444de76b72ed4f695f5cf','1720487171'),
(3393,2699,'_oembed_6843c1fc76396ffd2d3587af878bf844','<iframe title=\"Mounting a Scope with AMTAC Shooting\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/F1gGTR5WGN8?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3394,2699,'_oembed_time_6843c1fc76396ffd2d3587af878bf844','1720487172'),
(3395,2699,'_oembed_6583a14b0b76a5dee19f4e5c630d4550','<iframe title=\"Pistol &amp; Blades with AMTAC Shooting and Tom Kier\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/UnoguGoSNIk?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3396,2699,'_oembed_time_6583a14b0b76a5dee19f4e5c630d4550','1720487172'),
(3397,2699,'_oembed_909c68230e8afd48d2b75ea2f60fb843','<iframe title=\"Retired Navy SEAL Bill Rapier&#039;s Force on Force Class Review\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/6Z_NrLLZXRI?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3398,2699,'_oembed_time_909c68230e8afd48d2b75ea2f60fb843','1720487173'),
(3399,2699,'_oembed_4cee970577b8f75997662ec9b66380aa','<iframe title=\"Battle of the Bills\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/8fr-jGkSs0M?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3400,2699,'_oembed_time_4cee970577b8f75997662ec9b66380aa','1720487173'),
(3401,2699,'_oembed_0e103f6ab0ebaeba3c74089063449b00','<iframe title=\"Surefire Battle of the Bills! | CQB &amp; Self Defense Training\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/qy1R-Q8GZ1I?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3402,2699,'_oembed_time_0e103f6ab0ebaeba3c74089063449b00','1720487174'),
(3403,2699,'_oembed_16e72f42d1b03bbffbd4d893a0ea797e','<iframe title=\"You Aren&#039;t Ready - Battle of the Bills - Surefire\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/7It3Eq5ttE8?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3404,2699,'_oembed_time_16e72f42d1b03bbffbd4d893a0ea797e','1720487174'),
(3405,2699,'_oembed_0bd5de67f383be4424e9375157749c1f','<iframe title=\"Modern Minuteman Course 2022 by AMTAC Training\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/97dTAWhvlZc?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3406,2699,'_oembed_time_0bd5de67f383be4424e9375157749c1f','1720487175'),
(3407,2699,'_oembed_c393666cc18c5628def84cfb7d73b73c','<iframe title=\"Cover, Concealment &amp; Shooting Through Obstructions\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/K4ZWFRRBOdc?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3408,2699,'_oembed_time_c393666cc18c5628def84cfb7d73b73c','1720487175'),
(3409,2699,'_oembed_fa2a022b74af495ef358f000d281effc','<iframe title=\"HUNT LIKE A MARKSMAN w/ BILL RAPIER\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/G_CMC69ryiY?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3410,2699,'_oembed_time_fa2a022b74af495ef358f000d281effc','1720487176'),
(3411,2699,'_oembed_0a6d5e7dbf25560eaa0bbd03344c75be','<iframe title=\"Tim Larkin PROT3CT #21 - Bill Rapier (Pt 1)\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/M67PMNs6Iio?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3412,2699,'_oembed_time_0a6d5e7dbf25560eaa0bbd03344c75be','1720487176'),
(3413,2699,'_oembed_2516d1a60c6a4233f4770d4ac105827b','<iframe title=\"Bill Rapier would scare JOHN WICK back into retirement-Can You Survive This Podcast w/ Clint Emerson\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/9a-0ZGWNdO4?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3414,2699,'_oembed_time_2516d1a60c6a4233f4770d4ac105827b','1720487177'),
(3415,2699,'_oembed_89c011ba6af9dfef5749831450a35aee','<iframe title=\"BILL RAPIER | Serving Christ While Killing for Uncle Sam (Ep. 314)\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/BC9jO5XDBWA?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3416,2699,'_oembed_time_89c011ba6af9dfef5749831450a35aee','1720487177'),
(3417,2699,'_oembed_2ede42dea8e5e2be4dd17b8b4a6b0395','<iframe title=\"Navy SEAL Bill Rapier: Getting Right With Christ, Dying Well &amp; The AMTAC Mindset\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/C5nFBk5oB68?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3418,2699,'_oembed_time_2ede42dea8e5e2be4dd17b8b4a6b0395','1720487178'),
(3419,2699,'_oembed_24719d872eef4b49a5b9bc8f078a29df','<iframe title=\"A Warrior Mindset W/Former DEVGRU Operator Bill Rapier\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/oQoR9yCK5x8?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3420,2699,'_oembed_time_24719d872eef4b49a5b9bc8f078a29df','1720487178'),
(3421,2699,'_oembed_33ab3867ab2bfc57356a4badf60be705','<iframe title=\"Sling&#039;N Lead Podcast: Episode 76 Bill Rapier Combat Carbine\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/ReLQlT-qw2Q?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3422,2699,'_oembed_time_33ab3867ab2bfc57356a4badf60be705','1720487179'),
(3423,2699,'_oembed_d3879b3a4c458008f9973fe5c0f52c37','<iframe title=\"Navy SEAL Legend Bill Rapier Reveals How To Defeat Terrorism\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/hHwbgriBmbk?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3424,2699,'_oembed_time_d3879b3a4c458008f9973fe5c0f52c37','1720487179'),
(3425,2699,'_oembed_6b163f2938c89009f84cb8dec1db9a1a','<iframe title=\"Live Q or Die Podcast - Episode 65 - Bill Rapier - Knives for Hands\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/Zw-yb08JFW8?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3426,2699,'_oembed_time_6b163f2938c89009f84cb8dec1db9a1a','1720487180'),
(3427,2699,'_oembed_0a92db378c2d6c848b6403d4f88374c3','<iframe title=\"Bill Rapier “Amtac Shooting”\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/yIJRU6NOGKE?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3428,2699,'_oembed_time_0a92db378c2d6c848b6403d4f88374c3','1720487181'),
(3429,2699,'_oembed_272653e48c8b6ba5e0b5d417ae2b51b7','<iframe title=\"Guns, God, &amp; AMTAC Knives | Mike Drop CLIPS - Episode 68\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/NxPd3rvKFRg?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3430,2699,'_oembed_time_272653e48c8b6ba5e0b5d417ae2b51b7','1720487181'),
(3431,2699,'_edit_last','10'),
(3432,2699,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3433,2699,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3434,2699,'gf_format_video_embed',''),
(3435,2699,'gf_format_gallery_images',''),
(3436,2699,'_yoast_wpseo_estimated-reading-time-minutes','5'),
(3437,2699,'_yoast_wpseo_wordproof_timestamp',''),
(3438,2699,'_yoast_wpseo_content_score','30'),
(3439,2699,'_oembed_73b5d84b26d868942ff14bda1ba5ca97','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3440,2699,'_oembed_time_73b5d84b26d868942ff14bda1ba5ca97','1717195234'),
(3441,2699,'_oembed_80c0ae0f58f3b57026f10c51795cd163','<iframe title=\"BILL RAPIER - UNDERSTANDING THE REACTIONARY GAP\" width=\"1170\" height=\"878\" src=\"https://www.youtube.com/embed/0Meb6wxiwNc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3442,2699,'_oembed_time_80c0ae0f58f3b57026f10c51795cd163','1717195234'),
(3443,2699,'_oembed_a5f87e2aae3d156262b32cd5f02a9049','<iframe title=\"HUNT LIKE A MARKSMAN w/ BILL RAPIER\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/G_CMC69ryiY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3444,2699,'_oembed_time_a5f87e2aae3d156262b32cd5f02a9049','1717195236'),
(3445,2699,'_oembed_c09bb630cd55150baaf1fd547d15a7d8','<iframe title=\"Bill Rapier - Navy Seal drops mindset bomb\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/yELsaqTI2lU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3446,2699,'_oembed_time_c09bb630cd55150baaf1fd547d15a7d8','1717195234'),
(3447,2699,'_oembed_1d530e560f7139e09adc6cc04b382e56','<iframe title=\"Tim Larkin PROT3CT #21 - Bill Rapier (Pt 1)\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/M67PMNs6Iio?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3448,2699,'_oembed_time_1d530e560f7139e09adc6cc04b382e56','1717195236'),
(3449,2699,'_oembed_9f5e713c816c49712601e61367852b20','<iframe title=\"AMTAC Shooting Night Vision Course\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/NqHJ1uuFfY4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3450,2699,'_oembed_time_9f5e713c816c49712601e61367852b20','1717195235'),
(3451,2699,'_oembed_aed2bdc23bf211721884ea4d69592648','<iframe title=\"BILL RAPIER | Serving Christ While Killing for Uncle Sam (Ep. 314)\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/BC9jO5XDBWA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3452,2699,'_oembed_time_aed2bdc23bf211721884ea4d69592648','1717195237'),
(3453,2699,'_oembed_7f6a0afc4ba884d8a09ed7036d9bd4ec','<iframe title=\"Navy SEAL Bill Rapier: Getting Right With Christ, Dying Well &amp; The AMTAC Mindset\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/C5nFBk5oB68?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3454,2699,'_oembed_time_7f6a0afc4ba884d8a09ed7036d9bd4ec','1717195237'),
(3455,2699,'_oembed_372fbc5743fed341d690dc0fb50db94c','<iframe title=\"A Warrior Mindset W/Former DEVGRU Operator Bill Rapier\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/oQoR9yCK5x8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3456,2699,'_oembed_time_372fbc5743fed341d690dc0fb50db94c','1717195237'),
(3457,2699,'_oembed_be59f1bab3b90a0ffa21f86d6337df6d','<iframe title=\"Bill Rapier would scare JOHN WICK back into retirement-Can You Survive This Podcast w/ Clint Emerson\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/9a-0ZGWNdO4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3458,2699,'_oembed_time_be59f1bab3b90a0ffa21f86d6337df6d','1717195237'),
(3459,2699,'_oembed_b478415a8da54cf858567cc549b31c0a','<iframe title=\"How to Defend Against a Carjacker: A Navy SEAL&#039;s Advice\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/gAgqyXQzwnU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3460,2699,'_oembed_time_b478415a8da54cf858567cc549b31c0a','1717195235'),
(3461,2699,'_oembed_efd67c32a7b1c37df407a56c4a1366e1','<iframe title=\"Navy SEAL Legend Bill Rapier Reveals How To Defeat Terrorism\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/hHwbgriBmbk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3462,2699,'_oembed_time_efd67c32a7b1c37df407a56c4a1366e1','1717195237'),
(3463,2699,'_oembed_7ba589bc16283b662edf35c027ce6b1e','<iframe title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3464,2699,'_oembed_time_7ba589bc16283b662edf35c027ce6b1e','1717195235'),
(3465,2699,'_oembed_e0c125c3bc6a1d3995987805cf4115e6','<iframe title=\"Live Q or Die Podcast - Episode 65 - Bill Rapier - Knives for Hands\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/Zw-yb08JFW8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3466,2699,'_oembed_time_e0c125c3bc6a1d3995987805cf4115e6','1717195237'),
(3467,2699,'_oembed_b81befd70ea066a74ccdee0b9634853e','<iframe title=\"Bill Rapier “Amtac Shooting”\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/yIJRU6NOGKE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3468,2699,'_oembed_time_b81befd70ea066a74ccdee0b9634853e','1717195237'),
(3469,2699,'_oembed_f4a3290c4c7b6d99672457075c4df887','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3470,2699,'_oembed_time_f4a3290c4c7b6d99672457075c4df887','1717195235'),
(3471,2699,'_oembed_cb5364eff9e1def1e0b509633865dee7','<iframe title=\"AMTAC Shooting: Jiu Jitsu and Pistol Course\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/W9_z5BEHHMY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3472,2699,'_oembed_time_cb5364eff9e1def1e0b509633865dee7','1717195235'),
(3473,2699,'_oembed_e81b72e0b219ea1c0c9dd501bd799c0e','<iframe title=\"AMTAC Shooting: Intro to Winter Skills\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/qHMSC0AYZjQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3474,2699,'_oembed_time_e81b72e0b219ea1c0c9dd501bd799c0e','1717195235'),
(3475,2699,'_oembed_74700b387e00c27d3702b61baf400c2c','<iframe title=\"6 Pistol Tips from ex-Navy SEAL, Bill Rapier\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/gH01sQ2D1So?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3476,2699,'_oembed_time_74700b387e00c27d3702b61baf400c2c','1717195235'),
(3477,2699,'_oembed_e02bc99c6537660ac296e8d87841d6aa','<iframe title=\"Mounting a Scope with AMTAC Shooting\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/F1gGTR5WGN8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3478,2699,'_oembed_time_e02bc99c6537660ac296e8d87841d6aa','1717195235'),
(3479,2699,'_oembed_9e78952ee52e0182b32598c77f5541eb','<iframe title=\"Pistol &amp; Blades with AMTAC Shooting and Tom Kier\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/UnoguGoSNIk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3480,2699,'_oembed_time_9e78952ee52e0182b32598c77f5541eb','1717195236'),
(3481,2699,'_oembed_cf8811187e3e17a7f8630acb656dee63','<iframe title=\"Retired Navy SEAL Bill Rapier&#039;s Force on Force Class Review\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/6Z_NrLLZXRI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3482,2699,'_oembed_time_cf8811187e3e17a7f8630acb656dee63','1717195236'),
(3483,2699,'_oembed_32715fb5f15d5703a0567be47654a335','<iframe title=\"Battle of the Bills\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/8fr-jGkSs0M?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3484,2699,'_oembed_time_32715fb5f15d5703a0567be47654a335','1717195236'),
(3485,2699,'_oembed_74ad25e70645fe2498775af21a604183','<iframe title=\"Surefire Battle of the Bills! | CQB &amp; Self Defense Training\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/qy1R-Q8GZ1I?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3486,2699,'_oembed_time_74ad25e70645fe2498775af21a604183','1717195236'),
(3487,2699,'_oembed_4b10c5398f5106ae41085ef57f896ca5','<iframe title=\"You Aren&#039;t Ready - Battle of the Bills - Surefire\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/7It3Eq5ttE8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3488,2699,'_oembed_time_4b10c5398f5106ae41085ef57f896ca5','1717195236'),
(3489,2699,'_oembed_b1695e630f30f8b1ca87dfe17f68e9ba','<iframe title=\"Modern Minuteman Course 2022 by AMTAC Training\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/97dTAWhvlZc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3490,2699,'_oembed_time_b1695e630f30f8b1ca87dfe17f68e9ba','1717195236'),
(3491,2699,'_oembed_07483356a4a5ca7fdfb8f0c0bba0369a','<iframe title=\"Guns, God, &amp; AMTAC Knives | Mike Drop CLIPS - Episode 68\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/NxPd3rvKFRg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3492,2699,'_oembed_time_07483356a4a5ca7fdfb8f0c0bba0369a','1717195238'),
(3493,2699,'_oembed_7d8052f64e7e1a91bd8cd66b1cc66458','<iframe title=\"Is Killing In War As A Christian A Burden? Misconception Debunked | Navy SEAL Legend Bill Rapier\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/ucIBMShguXA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3494,2699,'_oembed_time_7d8052f64e7e1a91bd8cd66b1cc66458','1712877470'),
(3495,2699,'_oembed_8db114decd6f8de8d7db6955b897d418','<iframe title=\"Sling&#039;N Lead Podcast: Episode 76 Bill Rapier Combat Carbine\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/ReLQlT-qw2Q?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3496,2699,'_oembed_time_8db114decd6f8de8d7db6955b897d418','1712877621'),
(3497,2699,'_oembed_3ae77bcbdb7193fbe8fd7e2cad7e44a2','<iframe title=\"Sling&#039;N Lead Podcast: Episode 76 Bill Rapier Combat Carbine\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/ReLQlT-qw2Q?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3498,2699,'_oembed_time_3ae77bcbdb7193fbe8fd7e2cad7e44a2','1717195237'),
(3499,2699,'_oembed_0ee2e9b05271c61ebc8c46be1eab8d8b','<iframe title=\"Cover, Concealment &amp; Shooting Through Obstructions\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/K4ZWFRRBOdc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3500,2699,'_oembed_time_0ee2e9b05271c61ebc8c46be1eab8d8b','1717195236'),
(3501,2762,'_oembed_0489787c7472ff851969a4d1307d5c6f','<iframe title=\"2 DAY DEFENSIVE PISTOL\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/j1isTulYzeU?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3502,2762,'_oembed_time_0489787c7472ff851969a4d1307d5c6f','1720487182'),
(3503,2762,'_oembed_3961dfc16433241405fabc5eb871b0bf','<iframe title=\"V I•O•L E N C E\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/NAfVVB904gM?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3504,2762,'_oembed_time_3961dfc16433241405fabc5eb871b0bf','1720487183'),
(3505,2762,'_oembed_9c9094e1d38a644a7b9f811d832553b9','<iframe title=\"Ep #67 David Acosta\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/yxg4PsxbSW0?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3506,2762,'_oembed_time_9c9094e1d38a644a7b9f811d832553b9','1720487183'),
(3507,2762,'_oembed_ede9860789b6a7040fb0b1ad5a6aef95','<iframe title=\"David Acosta Jr. | Special Guest Episode | EP. 075 | Mike Force Podcast\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/wpHgmAhBj7o?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3508,2762,'_oembed_time_ede9860789b6a7040fb0b1ad5a6aef95','1720487184'),
(3509,2762,'_oembed_ef3409fb8e540abe4a9b22366428fc65','<iframe title=\"Confronting The Realities Of The World We Live In With David Acosta Jr.\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/OFqq-68dGXE?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3510,2762,'_oembed_time_ef3409fb8e540abe4a9b22366428fc65','1720487184'),
(3511,2762,'_edit_last','1'),
(3512,2762,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3513,2762,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3514,2762,'gf_format_video_embed',''),
(3515,2762,'gf_format_gallery_images',''),
(3516,2762,'_yoast_wpseo_estimated-reading-time-minutes','5'),
(3517,2762,'_yoast_wpseo_wordproof_timestamp',''),
(3518,2762,'_yoast_wpseo_content_score','60'),
(3519,2762,'_oembed_6f75ae77b4836bc9f371f32467eba4aa','<iframe title=\"2 DAY DEFENSIVE PISTOL\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/j1isTulYzeU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3520,2762,'_oembed_time_6f75ae77b4836bc9f371f32467eba4aa','1712954258'),
(3521,2762,'_oembed_53dbd7811e2f9179d5cd4a17360427e0','<iframe title=\"Ep #67 David Acosta\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/yxg4PsxbSW0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3522,2762,'_oembed_time_53dbd7811e2f9179d5cd4a17360427e0','1712954259'),
(3523,2762,'_oembed_0c756ae8729b11d8639cb6fd08075d46','<iframe title=\"V I•O•L E N C E\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/NAfVVB904gM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3524,2762,'_oembed_time_0c756ae8729b11d8639cb6fd08075d46','1712954258'),
(3525,2762,'_oembed_a5a3d50f8fe8722f584ef7540e8846e9','<iframe title=\"David Acosta Jr. | Special Guest Episode | EP. 075 | Mike Force Podcast\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/wpHgmAhBj7o?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3526,2762,'_oembed_time_a5a3d50f8fe8722f584ef7540e8846e9','1712954259'),
(3527,2762,'_oembed_20fe1ce1f3eee28fdb90007a958ecfdf','<iframe title=\"Confronting The Realities Of The World We Live In With David Acosta Jr.\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/OFqq-68dGXE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3528,2762,'_oembed_time_20fe1ce1f3eee28fdb90007a958ecfdf','1712954259'),
(3529,2794,'_oembed_cd5e288813f61c1992999a4a6f79c44a','<iframe title=\"David Cagle Questions Force on Force Training\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/KuzN0jAHT0s?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3530,2794,'_oembed_time_cd5e288813f61c1992999a4a6f79c44a','1720487185'),
(3531,2794,'_oembed_44e507bdbcab3d23020d819c5e9c97b7','<iframe title=\"Meet the Trainers 2024: David Cagle\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/soEyOeZ70B8?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3532,2794,'_oembed_time_44e507bdbcab3d23020d819c5e9c97b7','1720487185'),
(3533,2794,'_oembed_43c4901d577f0daab4a2150bc08a3d03','<iframe title=\"P&amp;S ModCast 361 - Popular Gun Trends\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/YDNUh-eskWo?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3534,2794,'_oembed_time_43c4901d577f0daab4a2150bc08a3d03','1720487186'),
(3535,2794,'_oembed_c53b33428d383cac7da6455881257f3c','<iframe title=\"Episode 19   Baseline Proficiency with David Cagle\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/P_jYmHQHhAc?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3536,2794,'_oembed_time_c53b33428d383cac7da6455881257f3c','1720487186'),
(3537,2794,'_edit_last','1'),
(3538,2794,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3539,2794,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3540,2794,'gf_format_video_embed',''),
(3541,2794,'gf_format_gallery_images',''),
(3542,2794,'_yoast_wpseo_content_score','90'),
(3543,2794,'_yoast_wpseo_estimated-reading-time-minutes','3'),
(3544,2794,'_yoast_wpseo_wordproof_timestamp',''),
(3545,2794,'_oembed_5ce82573a00761dd9bf10397031b4927','<iframe title=\"David Cagle Questions Force on Force Training\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/KuzN0jAHT0s?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3546,2794,'_oembed_time_5ce82573a00761dd9bf10397031b4927','1712956546'),
(3547,2794,'_oembed_87bfce747dda22c69588cb61fe3b438f','<iframe title=\"Meet the Trainers 2024: David Cagle\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/soEyOeZ70B8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3548,2794,'_oembed_time_87bfce747dda22c69588cb61fe3b438f','1712956546'),
(3549,2794,'_oembed_bb2cd036a3c5f779d2dbc6c0aa566146','<iframe title=\"P&amp;S ModCast 361 - Popular Gun Trends\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/YDNUh-eskWo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3550,2794,'_oembed_time_bb2cd036a3c5f779d2dbc6c0aa566146','1712956599'),
(3551,2794,'_oembed_30350d56e47b36ecc1bebbb65788289c','<iframe title=\"Episode 19   Baseline Proficiency with David Cagle\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/P_jYmHQHhAc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(3552,2794,'_oembed_time_30350d56e47b36ecc1bebbb65788289c','1712956599'),
(3553,2933,'_edit_last','1'),
(3554,2933,'_wp_old_date','2030-01-01'),
(3555,2933,'category_sticky_post','35'),
(3556,2933,'_thumbnail_id','303'),
(3557,2933,'_wp_old_date','2300-01-01'),
(3558,2933,'_yoast_wpseo_primary_category','2'),
(3559,2933,'_yoast_wpseo_content_score','30'),
(3560,2933,'_yoast_wpseo_focuskw_text_input','philosophy'),
(3561,2933,'_yoast_wpseo_focuskw','philosophy'),
(3562,2933,'_yoast_wpseo_metadesc','I am a Christian. As I started thinking about what the first topic would be that I would write about, I considered writing about proper mindset or the importance of fitness in tactical training or even my primary training philosophy.'),
(3563,2933,'_yoast_wpseo_linkdex','60'),
(3564,27,'_edit_last','1'),
(3565,27,'_thumbnail_id','304'),
(3566,27,'category_sticky_post','0'),
(3567,27,'_yoast_wpseo_focuskw_text_input','Coordinated'),
(3568,27,'_yoast_wpseo_focuskw','Coordinated'),
(3569,27,'_yoast_wpseo_metadesc','How will you respond if you are the first, second, or third officer responding to an active shooter situation? The majority of the school shootings/ active shooter events in the United States have been carried out by a single crazed individual and were not coordinated.'),
(3570,27,'_yoast_wpseo_linkdex','83'),
(3571,27,'_yoast_wpseo_content_score','30'),
(3572,27,'_yoast_wpseo_primary_category','2'),
(3573,27,'_wp_old_slug','differentiating-between-a-coordinated-and-uncoordinated-attack'),
(3574,29,'_edit_last','1'),
(3575,29,'_thumbnail_id','950'),
(3576,29,'category_sticky_post','0'),
(3577,29,'_yoast_wpseo_content_score','90'),
(3578,29,'_yoast_wpseo_primary_category',''),
(3579,29,'_yoast_wpseo_focuskw_text_input','Carbine'),
(3580,29,'_yoast_wpseo_focuskw','Carbine'),
(3581,29,'_yoast_wpseo_metadesc','Where do you start and what should you get? AR15 style rifles are more available and cheaper than they ever have been. There are also many more options/ brands than there have ever been. The intent of this article is to help you spend your dollars on the parts of the carbine that are important.'),
(3582,29,'_yoast_wpseo_linkdex','81'),
(3583,313,'_wp_old_date','2018-03-17'),
(3584,313,'_edit_last','1'),
(3585,313,'_thumbnail_id','714'),
(3586,313,'category_sticky_post','0'),
(3587,313,'_oembed_964615d76e73db27b24ffeb4c029c2d9','{{unknown}}'),
(3588,313,'_oembed_126de3ec8d93857014e596bb0ee288ad','{{unknown}}'),
(3589,313,'_oembed_d2acc9cc72ce27fb30870de54f9e72ee','{{unknown}}'),
(3590,313,'_yoast_wpseo_focuskw_text_input','defense'),
(3591,313,'_yoast_wpseo_focuskw','defense'),
(3592,313,'_yoast_wpseo_metadesc','My name is Larisa, and I am a mother of three boys. I decided to take Bill\'s (one day) Women\'s Defense class because I need to be able to protect my kids.'),
(3593,313,'_yoast_wpseo_linkdex','58'),
(3594,313,'_yoast_wpseo_content_score','90'),
(3595,313,'_yoast_wpseo_primary_category',''),
(3596,354,'_edit_last','1'),
(3597,354,'category_sticky_post','0'),
(3598,354,'_thumbnail_id','486'),
(3599,354,'_wp_convertkit_post_meta',''),
(3600,354,'_yoast_wpseo_content_score','60'),
(3601,354,'_yoast_wpseo_primary_category',''),
(3602,354,'_yoast_wpseo_focuskw_text_input','mobility'),
(3603,354,'_yoast_wpseo_focuskw','mobility'),
(3604,354,'_yoast_wpseo_linkdex','62'),
(3605,356,'_edit_last','1'),
(3606,356,'category_sticky_post','0'),
(3607,356,'_thumbnail_id','484'),
(3608,356,'_wp_convertkit_post_meta',''),
(3609,623,'_edit_last','1'),
(3610,623,'category_sticky_post','0'),
(3611,623,'_wp_convertkit_post_meta',''),
(3612,630,'_edit_last','1'),
(3613,630,'_oembed_19ce7a92a127274159d98c22decc078c','{{unknown}}'),
(3614,630,'_oembed_554ba613b1ea9ba9e2329b2553793ea3','{{unknown}}'),
(3615,630,'_thumbnail_id','710'),
(3616,630,'category_sticky_post','0'),
(3617,630,'_oembed_1bcc319980c9941b80c059fc1d732b22','{{unknown}}'),
(3618,630,'_oembed_083b86a97e908ddda836784782508e4a','{{unknown}}'),
(3619,630,'_wp_old_date','2018-04-06'),
(3620,630,'_yoast_wpseo_primary_category',''),
(3621,630,'_yoast_wpseo_content_score','30'),
(3622,630,'_oembed_861fb642a19b45f0eabd59318df3930e','{{unknown}}'),
(3623,630,'_yoast_wpseo_focuskw_text_input','Combatives'),
(3624,630,'_yoast_wpseo_focuskw','Combatives'),
(3625,630,'_yoast_wpseo_linkdex','48'),
(3626,630,'_yoast_wpseo_metadesc','\" Those who carry a pistol should understand that a pistol, most often, is not the only tool they should have in their toolbox.\"'),
(3627,635,'_edit_last','1'),
(3628,635,'_oembed_b1ec193731ee011e04e78d8ab873f55d','<a href=\"https://civiliangunfighter.wordpress.com/2017/05/31/aar-american-tactical-shooting-instruction-bill-rapier-integrated-shooting-and-combatives-course-new-holland-pa-527-2817/\">AAR:  American Tactical Shooting Instruction (Bill Rapier) “Integrated Shooting and Combatives Course”, New Holland, PA&nbsp;5/27-28/17</a>'),
(3629,635,'_oembed_time_b1ec193731ee011e04e78d8ab873f55d','1522980423'),
(3630,635,'_oembed_939efabd907a4be565e8dfac6ffb166b','<a href=\"https://civiliangunfighter.wordpress.com/2017/05/31/aar-american-tactical-shooting-instruction-bill-rapier-integrated-shooting-and-combatives-course-new-holland-pa-527-2817/\">AAR:  American Tactical Shooting Instruction (Bill Rapier) “Integrated Shooting and Combatives Course”, New Holland, PA&nbsp;5/27-28/17</a>'),
(3631,635,'category_sticky_post','0'),
(3632,635,'_oembed_time_939efabd907a4be565e8dfac6ffb166b','1522980774'),
(3633,635,'_oembed_2bbc24d7cc2220ef3bf3628a25ce77c6','<a href=\"https://civiliangunfighter.wordpress.com/2017/05/31/aar-american-tactical-shooting-instruction-bill-rapier-integrated-shooting-and-combatives-course-new-holland-pa-527-2817/\">AAR:  American Tactical Shooting Instruction (Bill Rapier) “Integrated Shooting and Combatives Course”, New Holland, PA&nbsp;5/27-28/17</a>'),
(3634,635,'_oembed_time_2bbc24d7cc2220ef3bf3628a25ce77c6','1522980800'),
(3635,635,'_thumbnail_id','637'),
(3636,635,'_yoast_wpseo_content_score','30'),
(3637,635,'_yoast_wpseo_primary_category',''),
(3638,635,'_oembed_01e34a0710125292d9a5589e34584ab2','<a href=\"https://civiliangunfighter.wordpress.com/2017/05/31/aar-american-tactical-shooting-instruction-bill-rapier-integrated-shooting-and-combatives-course-new-holland-pa-527-2817/\">AAR:  American Tactical Shooting Instruction (Bill Rapier) “Integrated Shooting and Combatives Course”, New Holland, PA&nbsp;5/27-28/17</a>'),
(3639,635,'_oembed_time_01e34a0710125292d9a5589e34584ab2','1523162542'),
(3640,639,'_edit_last','1'),
(3641,639,'_oembed_d58cc29c43029b1a0c8f0d918f3256ac','<a href=\"https://civiliangunfighter.wordpress.com/2017/06/02/aar2-key-takeaways-from-bill-rapiers-integrated-shooting-and-combatives-class/\">AAR2: Key Takeaways from Bill Rapier’s Integrated Shooting and Combatives&nbsp;Class</a>'),
(3642,639,'_oembed_time_d58cc29c43029b1a0c8f0d918f3256ac','1522981153'),
(3643,639,'category_sticky_post','0'),
(3644,639,'_oembed_16eac2d6c0a3c7c258d192ed8dec96da','<a href=\"https://civiliangunfighter.wordpress.com/2017/06/02/aar2-key-takeaways-from-bill-rapiers-integrated-shooting-and-combatives-class/\">AAR2: Key Takeaways from Bill Rapier’s Integrated Shooting and Combatives&nbsp;Class</a>'),
(3645,639,'_oembed_time_16eac2d6c0a3c7c258d192ed8dec96da','1522981394'),
(3646,639,'_oembed_d2fefaa3d3fabbc2f57619dc402a1b22','<a href=\"https://civiliangunfighter.wordpress.com/2017/06/02/aar2-key-takeaways-from-bill-rapiers-integrated-shooting-and-combatives-class/\">AAR2: Key Takeaways from Bill Rapier’s Integrated Shooting and Combatives&nbsp;Class</a>'),
(3647,639,'_oembed_time_d2fefaa3d3fabbc2f57619dc402a1b22','1522981394'),
(3648,639,'_oembed_63d0b286fa7f46b572c0ceea63a0cb03','<a href=\"https://civiliangunfighter.wordpress.com/2017/06/02/aar2-key-takeaways-from-bill-rapiers-integrated-shooting-and-combatives-class/\">AAR2: Key Takeaways from Bill Rapier’s Integrated Shooting and Combatives&nbsp;Class</a>'),
(3649,639,'_oembed_time_63d0b286fa7f46b572c0ceea63a0cb03','1522989416'),
(3650,639,'_yoast_wpseo_primary_category','33'),
(3651,639,'_yoast_wpseo_content_score','60'),
(3652,639,'_thumbnail_id','696'),
(3653,639,'_yoast_wpseo_focuskw_text_input','combatives'),
(3654,639,'_yoast_wpseo_focuskw','combatives'),
(3655,639,'_yoast_wpseo_metadesc','\"As the course name implies, this was much more than a pistol class. The combatives taught in this course form a solid foundation that facilitates empty hand defense as well as opportunities for weapon access in a fight.\"'),
(3656,639,'_yoast_wpseo_linkdex','59'),
(3657,651,'_yoast_wpseo_metadesc','This course, The Responsible Armed Citizen, included a limited amount of combatives training but the primary focus was on mindset, weapon-manipulation and marksmanship under stress, and generally taking anyone who uses a gun for self-defense beyond the basics and giving them the tools needed to survive'),
(3658,651,'_yoast_wpseo_focuskw','Responsible Armed'),
(3659,651,'_yoast_wpseo_focuskw_text_input','Responsible Armed'),
(3660,651,'_edit_last','1'),
(3661,651,'_thumbnail_id','706'),
(3662,651,'_yoast_wpseo_content_score','60'),
(3663,651,'category_sticky_post','0'),
(3664,651,'_yoast_wpseo_primary_category','33'),
(3665,651,'_oembed_8ea5fd07c53b9428e1597f88637cee5b','<blockquote class=\"wp-embedded-content\" data-secret=\"IWZLY9dXyV\"><a href=\"http://www.breachbangclear.com/brain-dump-the-responsible-armed-citizen-course/\">Brain Dump: Responsible Armed Citizen Course</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.breachbangclear.com/brain-dump-the-responsible-armed-citizen-course/embed/#?secret=IWZLY9dXyV\" data-secret=\"IWZLY9dXyV\" width=\"600\" height=\"338\" title=\"&#8220;Brain Dump: Responsible Armed Citizen Course&#8221; &#8212; Breach Bang Clear\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),
(3666,651,'_oembed_time_8ea5fd07c53b9428e1597f88637cee5b','1523031409'),
(3667,651,'_oembed_625459d6233e85724d91076874b5533f','<blockquote class=\"wp-embedded-content\" data-secret=\"eO4eH943vM\"><a href=\"http://www.breachbangclear.com/brain-dump-the-responsible-armed-citizen-course/\">Brain Dump: Responsible Armed Citizen Course</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.breachbangclear.com/brain-dump-the-responsible-armed-citizen-course/embed/#?secret=eO4eH943vM\" data-secret=\"eO4eH943vM\" width=\"600\" height=\"338\" title=\"&#8220;Brain Dump: Responsible Armed Citizen Course&#8221; &#8212; Breach Bang Clear\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),
(3668,651,'_oembed_time_625459d6233e85724d91076874b5533f','1523031477'),
(3669,651,'_yoast_wpseo_linkdex','67'),
(3670,662,'_edit_last','1'),
(3671,662,'_thumbnail_id','719'),
(3672,662,'_yoast_wpseo_content_score','60'),
(3673,662,'category_sticky_post','0'),
(3674,662,'_yoast_wpseo_primary_category','33'),
(3675,662,'_oembed_b1216f06b0f98c3f3224703567c90e33','{{unknown}}'),
(3676,662,'_oembed_8113f67603313b409dc1aa56bb511ba5','{{unknown}}'),
(3677,666,'_edit_last','1'),
(3678,666,'_oembed_2d75df92b77dbac5079d9e0297c20a2e','{{unknown}}'),
(3679,666,'_oembed_8bdd579fe545c7dc7d2821d21fcdd5e7','{{unknown}}'),
(3680,666,'_thumbnail_id','728'),
(3681,666,'_yoast_wpseo_content_score','90'),
(3682,666,'category_sticky_post','0'),
(3683,666,'_oembed_c864f43248e386b99968a3d92743b927','{{unknown}}'),
(3684,666,'_yoast_wpseo_primary_category','33'),
(3685,666,'_oembed_2fc40540cdeffeb229744ed722f6de7d','{{unknown}}'),
(3686,666,'_yoast_wpseo_focuskw_text_input','Armed'),
(3687,666,'_yoast_wpseo_focuskw','Armed'),
(3688,666,'_yoast_wpseo_linkdex','41'),
(3689,671,'_edit_last','1'),
(3690,671,'_oembed_6bde826263706931229e7c93e0c1cdfd','{{unknown}}'),
(3691,671,'_oembed_a1959d6c391db5e199bf3324406060b6','{{unknown}}'),
(3692,671,'_thumbnail_id','723'),
(3693,671,'_yoast_wpseo_content_score','90'),
(3694,671,'category_sticky_post','0'),
(3695,671,'_oembed_9eb85f151e5927e1f4612c3ee6b9526d','{{unknown}}'),
(3696,671,'_yoast_wpseo_primary_category','33'),
(3697,671,'_yoast_wpseo_focuskw_text_input','CQB'),
(3698,671,'_yoast_wpseo_focuskw','CQB'),
(3699,671,'_yoast_wpseo_linkdex','45'),
(3700,1465,'_edit_last','10'),
(3701,1606,'_edit_last','10'),
(3702,1606,'_yoast_wpseo_content_score','90'),
(3703,1606,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(3704,1606,'category_sticky_post','0'),
(3705,1606,'_yoast_wpseo_primary_category','1'),
(3706,2384,'_edit_last','1'),
(3707,2384,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3708,2384,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3709,2384,'gf_format_video_embed',''),
(3710,2384,'gf_format_gallery_images',''),
(3711,2384,'_yoast_wpseo_content_score','30'),
(3712,2384,'_yoast_wpseo_estimated-reading-time-minutes','2'),
(3713,2384,'_yoast_wpseo_wordproof_timestamp',''),
(3714,2422,'_yoast_wpseo_content_score','30'),
(3715,2422,'_edit_last','9'),
(3716,2422,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3717,2422,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3718,2422,'gf_format_video_embed',''),
(3719,2422,'gf_format_gallery_images',''),
(3720,2422,'_yoast_wpseo_estimated-reading-time-minutes','7'),
(3721,2422,'_yoast_wpseo_wordproof_timestamp',''),
(3722,2804,'_edit_last','1'),
(3723,2804,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3724,2804,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3725,2804,'gf_format_video_embed',''),
(3726,2804,'gf_format_gallery_images',''),
(3727,2804,'_yoast_wpseo_content_score','60'),
(3728,2804,'_yoast_wpseo_estimated-reading-time-minutes','3'),
(3729,2804,'_yoast_wpseo_wordproof_timestamp',''),
(3730,2815,'_edit_last','1'),
(3731,2815,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3732,2815,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3733,2815,'gf_format_video_embed',''),
(3734,2815,'gf_format_gallery_images',''),
(3735,2815,'_yoast_wpseo_content_score','30'),
(3736,2815,'_yoast_wpseo_estimated-reading-time-minutes','4'),
(3737,2815,'_yoast_wpseo_wordproof_timestamp',''),
(3738,344,'_edit_last','1'),
(3739,344,'_thumbnail_id','539'),
(3740,344,'category_sticky_post','0'),
(3741,344,'_yoast_wpseo_primary_category','2'),
(3742,344,'_yoast_wpseo_content_score','60'),
(3743,344,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";}'),
(3744,344,'_yoast_wpseo_metadesc','What if you could only have one rifle?  What would it be?  What if you need the ability to engage very fast up close and also shoot out to medium distance? '),
(3745,346,'_edit_last','1'),
(3746,346,'_thumbnail_id','24'),
(3747,346,'category_sticky_post','0'),
(3748,346,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";}'),
(3749,346,'_yoast_wpseo_primary_category',''),
(3750,346,'_yoast_wpseo_content_score','30'),
(3751,346,'_oembed_92908fe739f764da23fe7d4ab8d409e9','{{unknown}}'),
(3752,346,'_oembed_c7f87567168e9e2ec89dac9f9fdcd765','{{unknown}}'),
(3753,346,'_oembed_5d1951c6938223f5dfacac3ec829c70e','{{unknown}}'),
(3754,346,'_oembed_1579997548f33beb009897bdfee94291','{{unknown}}'),
(3755,346,'_oembed_4c92f630d8c795474c43030a966dd213','{{unknown}}'),
(3756,346,'_oembed_b91f10efb10f720c37be8c0b4001e428','{{unknown}}'),
(3757,346,'_oembed_b171751d4ea098f644a89c23f531bc39','{{unknown}}'),
(3758,346,'_oembed_eaff66d96ce7f3d6bd3496b39c176860','{{unknown}}'),
(3759,346,'_oembed_3d44cd89996586c36f8787a9d3445974','{{unknown}}'),
(3760,346,'_oembed_014c16e81fd068ae9a0ee34ae68cd0d7','{{unknown}}'),
(3761,346,'_oembed_5804cf0098dc3e50bd4b4d4f34d09b05','{{unknown}}'),
(3762,346,'_oembed_fb0bbb1bd47d5ef7c4ae4ed6864cc4f7','{{unknown}}'),
(3763,346,'_oembed_e9551906f8d36cba87029ce2e2ccd516','{{unknown}}'),
(3764,346,'_oembed_9421114b6a9bfccd7f2c9bf943bfb062','{{unknown}}'),
(3765,346,'_oembed_d46bdf42181da6913c0c696eec300053','{{unknown}}'),
(3766,346,'_oembed_9c897db9da410fa0c943785f5c1ec782','{{unknown}}'),
(3767,346,'_oembed_4ea8f7cba81f63eec7c7ea224ebef78b','{{unknown}}'),
(3768,346,'_oembed_f97a8b73754704b3afe283898288471d','{{unknown}}'),
(3769,346,'_oembed_376f5151378ea0cb58a0ec7d7f454008','{{unknown}}'),
(3770,346,'_oembed_665cba73366794b6a6f4b166a08a1093','{{unknown}}'),
(3771,346,'_oembed_b2d78a34541866049be2e5b383640325','{{unknown}}'),
(3772,346,'_oembed_14c3cc295c788dcd3752b1695628e4dd','{{unknown}}'),
(3773,346,'_oembed_708018b3bbc75d2e8959f7338b183205','{{unknown}}'),
(3774,346,'_yoast_wpseo_focuskw_text_input','precision rifle'),
(3775,346,'_yoast_wpseo_focuskw','precision rifle'),
(3776,346,'_yoast_wpseo_metadesc','This is a primer for guys that are interested in getting into precision rifle shooting. We will look at the options for all price ranges.'),
(3777,346,'_yoast_wpseo_linkdex','78'),
(3778,346,'_yoast_wpseo_title','%%title%% %%page%% %%sep%% Gear Options - %%sitename%%'),
(3779,346,'_wp_old_date','2018-03-17'),
(3780,358,'_edit_last','1'),
(3781,358,'category_sticky_post','0'),
(3782,358,'_thumbnail_id','412'),
(3783,358,'_yoast_wpseo_content_score','60'),
(3784,358,'_yoast_wpseo_primary_category',''),
(3785,358,'_yoast_wpseo_focuskw_text_input','FLIR'),
(3786,358,'_yoast_wpseo_focuskw','FLIR'),
(3787,358,'_yoast_wpseo_metadesc','This FLIR Thermosight Pro PTS233 thermal scope is a game changer. It puts a fully functional thermal weapons sight at working man\'s prices.'),
(3788,358,'_yoast_wpseo_linkdex','79'),
(3789,358,'_wp_convertkit_post_meta',''),
(3790,626,'_edit_last','1'),
(3791,626,'category_sticky_post','0'),
(3792,626,'_yoast_wpseo_content_score','60'),
(3793,626,'_yoast_wpseo_primary_category',''),
(3794,626,'_yoast_wpseo_focuskw_text_input','fitness'),
(3795,626,'_yoast_wpseo_focuskw','fitness'),
(3796,626,'_yoast_wpseo_linkdex','75'),
(3797,626,'_yoast_wpseo_metadesc','Anyone that has trained with me knows the emphasis that I put on fitness. If you are not in good shape is is much more difficult to sprint up two flights of stairs, then across a parking lot and make a life or death decision.'),
(3798,626,'_thumbnail_id','839'),
(3799,626,'_wp_convertkit_post_meta',''),
(3800,1055,'_edit_last','1'),
(3801,1055,'_yoast_wpseo_content_score','60'),
(3802,1055,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";}'),
(3803,1055,'category_sticky_post','0'),
(3804,1055,'_yoast_wpseo_primary_category','33'),
(3805,1055,'_thumbnail_id','1058'),
(3806,1055,'_yoast_wpseo_focuskw_text_input','competence'),
(3807,1055,'_yoast_wpseo_focuskw','competence'),
(3808,1055,'_yoast_wpseo_metadesc','Every drill and part of this class is designed in such a way as to build a logical foundation of unconscious competence.'),
(3809,1055,'_yoast_wpseo_linkdex','47'),
(3810,1060,'_edit_last','10'),
(3811,1060,'_yoast_wpseo_content_score','60'),
(3812,1060,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(3813,1060,'category_sticky_post','0'),
(3814,1060,'_yoast_wpseo_primary_category','33'),
(3815,1060,'_thumbnail_id','1062'),
(3816,1060,'_yoast_wpseo_focuskw_text_input','responsible'),
(3817,1060,'_yoast_wpseo_focuskw','responsible'),
(3818,1060,'_yoast_wpseo_metadesc','Bill is a huge proponent of being responsible for the protection of yourself, your family, and your tribe...'),
(3819,1060,'_yoast_wpseo_linkdex','54'),
(3820,1125,'_edit_last','10'),
(3821,1125,'_yoast_wpseo_content_score','30'),
(3822,1125,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(3823,1125,'category_sticky_post','0'),
(3824,1125,'_yoast_wpseo_primary_category','2'),
(3825,1125,'_thumbnail_id','1180'),
(3826,1125,'_yoast_wpseo_focuskw','modern minute man'),
(3827,1125,'_yoast_wpseo_metadesc','What does a \"modern minute man\" look like?  What would the standard be?  Should all American men be able to to meet the \"modern minute man\" standard?'),
(3828,1125,'_yoast_wpseo_linkdex','81'),
(3829,1125,'_wp_old_date','2018-10-11'),
(3830,2934,'_edit_last','10'),
(3831,2934,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(3832,2934,'category_sticky_post','35'),
(3833,2934,'_yoast_wpseo_primary_category','2'),
(3834,2934,'_yoast_wpseo_content_score','90'),
(3835,2934,'_yoast_wpseo_focuskw','Mindset'),
(3836,2934,'_yoast_wpseo_title','Mindset: %%title%% %%page%% %%sep%% %%sitename%%'),
(3837,2934,'_yoast_wpseo_metadesc','Proper mindset is something that takes time and effort and is something that we will be continuously working towards until we die.'),
(3838,2934,'_yoast_wpseo_linkdex','86'),
(3839,2934,'_thumbnail_id','1208'),
(3840,2935,'_edit_last','10'),
(3841,2935,'_yoast_wpseo_content_score','90'),
(3842,2935,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(3843,2935,'category_sticky_post','0'),
(3844,2935,'_yoast_wpseo_primary_category','2'),
(3845,2935,'_yoast_wpseo_metadesc','We don\'t train to be able to perform a \"standard\", we train so that we can protect ourselves and our families better.'),
(3846,2935,'_thumbnail_id','1260'),
(3847,2935,'_yoast_wpseo_title','Fitness Standards %%page%% %%sep%% %%sitename%%'),
(3848,2935,'_yoast_wpseo_focuskw','fitness standards'),
(3849,2935,'_yoast_wpseo_linkdex','72'),
(3850,2936,'_edit_last','10'),
(3851,2936,'_yoast_wpseo_content_score','60'),
(3852,2936,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(3853,2936,'category_sticky_post','0'),
(3854,2936,'_yoast_wpseo_primary_category','2'),
(3855,2936,'_thumbnail_id','1269'),
(3856,2936,'_yoast_wpseo_focuskw','modern minute man'),
(3857,2936,'_yoast_wpseo_metadesc','Having the ability to move over a variety of terrain with a load on your back is one of the truest indicators of fitness and being Modern Minute Man.'),
(3858,2936,'_yoast_wpseo_linkdex','79'),
(3859,1293,'_edit_last','10'),
(3860,1293,'_yoast_wpseo_content_score','90'),
(3861,1293,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(3862,1293,'category_sticky_post','0'),
(3863,1293,'_yoast_wpseo_primary_category',''),
(3864,1293,'_thumbnail_id','1323'),
(3865,1455,'_edit_last','10'),
(3866,1455,'_yoast_wpseo_content_score','60'),
(3867,1455,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3868,1455,'category_sticky_post','0'),
(3869,1455,'_oembed_18fdd12b91e5f446e6ed6b5a72dcb598','{{unknown}}'),
(3870,1455,'_yoast_wpseo_primary_category','35'),
(3871,1455,'_thumbnail_id','1506'),
(3872,1455,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3873,1455,'_yoast_wpseo_wordproof_timestamp',''),
(3874,1455,'_yoast_wpseo_estimated-reading-time-minutes','9'),
(3875,1539,'_edit_last','10'),
(3876,1539,'_thumbnail_id','1540'),
(3877,1539,'_yoast_wpseo_primary_category','35'),
(3878,1539,'_yoast_wpseo_content_score','60'),
(3879,1539,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(3880,1539,'category_sticky_post','0'),
(3881,2053,'_yoast_wpseo_focuskw','CQB'),
(3882,2053,'_yoast_wpseo_metadesc','Feedback from students on the April 2023 Amtac Shooting Tribe Centric CQB Course.'),
(3883,2053,'_edit_last','10'),
(3884,2053,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(3885,2053,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3886,2053,'category_sticky_post','34'),
(3887,2053,'_yoast_wpseo_primary_category','35'),
(3888,2053,'_yoast_wpseo_content_score','30'),
(3889,2053,'_yoast_wpseo_estimated-reading-time-minutes','13'),
(3890,2053,'_yoast_wpseo_wordproof_timestamp',''),
(3891,2053,'_thumbnail_id','2160'),
(3892,2053,'_yoast_wpseo_linkdex','62'),
(3893,2134,'_thumbnail_id','2161'),
(3894,2134,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(3895,2134,'_edit_last','10'),
(3896,2134,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3897,2134,'category_sticky_post','34'),
(3898,2134,'_yoast_wpseo_primary_category','2'),
(3899,2134,'_yoast_wpseo_estimated-reading-time-minutes','6'),
(3900,2134,'_yoast_wpseo_wordproof_timestamp',''),
(3901,2134,'_yoast_wpseo_content_score','30'),
(3902,2134,'footnotes',''),
(3903,2172,'_powerpress_guid','Buzzsprout-13598725'),
(3905,2173,'_powerpress_guid','Buzzsprout-13598710'),
(3907,2173,'_powerpress_guid','Buzzsprout-13598631'),
(3909,2183,'_edit_last','10'),
(3910,2183,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(3911,2183,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3912,2183,'category_sticky_post','0'),
(3913,2183,'_yoast_wpseo_primary_category','35'),
(3914,2183,'_yoast_wpseo_content_score','30'),
(3915,2183,'_yoast_wpseo_estimated-reading-time-minutes','10'),
(3916,2183,'_yoast_wpseo_wordproof_timestamp',''),
(3917,2183,'_thumbnail_id','2260'),
(3918,2183,'footnotes',''),
(3919,2183,'_yoast_wpseo_focuskw','jiu-jitsu and pistols'),
(3920,2183,'_yoast_wpseo_metadesc','In this interview, we talked with Bill and Gustavo about how they met, their jiu-jitsu passion and how Bill\'s biggest improvements and changes connect jiu-jitsu to real life situations.'),
(3921,2183,'_yoast_wpseo_linkdex','50'),
(3922,2279,'_oembed_c739be6766d08dc9e6415962ced159da','<iframe src=\"https://player.vimeo.com/video/887486071?dnt=1&amp;app_id=122963\" width=\"563\" height=\"1000\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write\"></iframe>'),
(3923,2279,'_oembed_time_c739be6766d08dc9e6415962ced159da','1720487191'),
(3924,2279,'_edit_last','10'),
(3925,2279,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(3926,2279,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3927,2279,'category_sticky_post','0'),
(3928,2279,'_yoast_wpseo_primary_category','35'),
(3929,2279,'_yoast_wpseo_content_score','30'),
(3930,2279,'_yoast_wpseo_estimated-reading-time-minutes','5'),
(3931,2279,'_yoast_wpseo_wordproof_timestamp',''),
(3932,2279,'footnotes',''),
(3933,2279,'_yoast_wpseo_focuskw','Long Hike Backpack Loadout'),
(3934,2279,'_yoast_wpseo_metadesc','Here is my backpack loadout and all the gear I carried for a daylong hike up a snowy mountain.'),
(3935,2279,'_yoast_wpseo_linkdex','64'),
(3936,2279,'_oembed_452371b236a74925f96488804ed472c1','{{unknown}}'),
(3937,2279,'_oembed_a11d5de9933edfbd24361302a0b0a257','<iframe src=\"https://player.vimeo.com/video/887486071?dnt=1&amp;app_id=122963\" width=\"563\" height=\"1000\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\"></iframe>'),
(3938,2279,'_oembed_time_a11d5de9933edfbd24361302a0b0a257','1700712850'),
(3939,2279,'_thumbnail_id','2333'),
(3940,2279,'_oembed_358011969fc83bf9addbbebe44222e81','<iframe src=\"https://player.vimeo.com/video/887486071?dnt=1&amp;app_id=122963\" width=\"422\" height=\"750\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write\"></iframe>'),
(3941,2279,'_oembed_time_358011969fc83bf9addbbebe44222e81','1711061934'),
(3942,2392,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(3943,2392,'_edit_last','10'),
(3944,2392,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3945,2392,'category_sticky_post','0'),
(3946,2392,'_yoast_wpseo_primary_category','35'),
(3947,2392,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(3948,2392,'_yoast_wpseo_wordproof_timestamp',''),
(3949,2392,'footnotes',''),
(3950,2392,'_yoast_wpseo_content_score','60'),
(3951,2392,'_thumbnail_id','2617'),
(3952,2392,'_yoast_wpseo_focuskw','Why we dry fire'),
(3953,2392,'_yoast_wpseo_metadesc','Dry firing prepares us so that if today is the day you are called upon, you perform at the top of your ability.'),
(3954,2392,'_yoast_wpseo_linkdex','51'),
(3955,2541,'_wc_average_rating','0'),
(3956,2541,'_downloadable','no'),
(3957,2541,'_sold_individually','no'),
(3958,2541,'_virtual','no'),
(3959,2541,'_backorders','no'),
(3960,2541,'_manage_stock','no'),
(3961,2541,'total_sales','0'),
(3962,2541,'_tax_status','taxable'),
(3963,2541,'_tax_class',''),
(3964,2541,'_stock_status','instock'),
(3965,2541,'_stock',''),
(3966,2541,'_download_expiry','-1'),
(3967,2541,'_download_limit','-1'),
(3968,2541,'_wc_review_count','0'),
(3969,2541,'_product_attributes','a:2:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:0;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:0;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),
(3970,2541,'_product_version','8.5.2'),
(3971,2541,'pf_advanced_size_chart','{\"locale\":\"en_US\",\"availableSizes\":[\"S\",\"M\",\"L\",\"XL\",\"2XL\",\"3XL\",\"4XL\",\"5XL\"],\"modelMeasurements\":{\"description\":\"<p dir=\\\"ltr\\\">Measurements are provided by suppliers.<\\/p>\\n<p dir=\\\"ltr\\\">Product measurements may vary by up to 2\\\" (5 cm).<\\/p>\",\"imageDescription\":\"<p><strong>A Length<\\/strong><\\/p>\\n<p dir=\\\"ltr\\\">Place the end of the tape beside the collar at the top of the tee (Highest Point Shoulder). Pull the tape measure to the bottom of the shirt.<\\/p>\\n<p><strong>B Chest<\\/strong><\\/p>\\n<p dir=\\\"ltr\\\">Measure yourself around the fullest part of your chest. Keep the tape measure horizontal.<\\/p>\\n<p><strong>C Sleeve length<\\/strong><\\/p>\\n<p dir=\\\"ltr\\\">Place the end of the tape at the center back of the collar, then pull the tape measure along the top seam of the sleeve. When you get to the shoulder hold the tape in place at the shoulder and continue to pull down the sleeve until you reach the hem of the sleeve.<\\/p>\",\"modelDescription\":\"\",\"sizeTableDescription\":\"Product measurements may vary by up to 2\\\" (5 cm).\",\"sizeTableRows\":[{\"unit\":\"inch\",\"unitName\":\"Inches\",\"title\":\"Length\",\"sizes\":{\"S\":[28],\"M\":[29],\"L\":[30],\"XL\":[31],\"2XL\":[32],\"3XL\":[33],\"4XL\":[34],\"5XL\":[35]}},{\"unit\":\"centimeter\",\"unitName\":\"Centimeters\",\"title\":\"Length\",\"sizes\":{\"S\":[71.1200000000000045474735088646411895751953125],\"M\":[73.659999999999996589394868351519107818603515625],\"L\":[76.2000000000000028421709430404007434844970703125],\"XL\":[78.7399999999999948840923025272786617279052734375],\"2XL\":[81.280000000000001136868377216160297393798828125],\"3XL\":[83.81999999999999317878973670303821563720703125],\"4XL\":[86.3599999999999994315658113919198513031005859375],\"5XL\":[88.900000000000005684341886080801486968994140625]}},{\"unit\":\"inch\",\"unitName\":\"Inches\",\"title\":\"Chest\",\"sizes\":{\"S\":[34,37],\"M\":[38,41],\"L\":[42,45],\"XL\":[46,49],\"2XL\":[50,53],\"3XL\":[54,57],\"4XL\":[58,61],\"5XL\":[62,65]}},{\"unit\":\"centimeter\",\"unitName\":\"Centimeters\",\"title\":\"Chest\",\"sizes\":{\"S\":[86.3599999999999994315658113919198513031005859375,93.9800000000000039790393202565610408782958984375],\"M\":[96.5199999999999960209606797434389591217041015625,104.1400000000000005684341886080801486968994140625],\"L\":[106.68000000000000682121026329696178436279296875,114.2999999999999971578290569595992565155029296875],\"XL\":[116.840000000000003410605131648480892181396484375,124.4599999999999937472239253111183643341064453125],\"2XL\":[127,134.6200000000000045474735088646411895751953125],\"3XL\":[137.159999999999996589394868351519107818603515625,144.780000000000001136868377216160297393798828125],\"4XL\":[147.31999999999999317878973670303821563720703125,154.93999999999999772626324556767940521240234375],\"5XL\":[157.479999999999989768184605054557323455810546875,165.099999999999994315658113919198513031005859375]}},{\"unit\":\"inch\",\"unitName\":\"Inches\",\"title\":\"Sleeve length\",\"sizes\":{\"S\":[15.6300000000000007815970093361102044582366943359375],\"M\":[17],\"L\":[18.5],\"XL\":[20],\"2XL\":[21.5],\"3XL\":[22.800000000000000710542735760100185871124267578125],\"4XL\":[24.199999999999999289457264239899814128875732421875],\"5XL\":[25.300000000000000710542735760100185871124267578125]}},{\"unit\":\"centimeter\",\"unitName\":\"Centimeters\",\"title\":\"Sleeve length\",\"sizes\":{\"S\":[39.7000000000000028421709430404007434844970703125],\"M\":[43.17999999999999971578290569595992565155029296875],\"L\":[46.99000000000000198951966012828052043914794921875],\"XL\":[50.7999999999999971578290569595992565155029296875],\"2XL\":[54.6099999999999994315658113919198513031005859375],\"3XL\":[57.91199999999999903366187936626374721527099609375],\"4XL\":[61.4680000000000035242919693700969219207763671875],\"5XL\":[64.26200000000000045474735088646411895751953125]}}],\"imageId\":2542},\"productMeasurements\":{\"description\":\"<p dir=\\\"ltr\\\">Measurements are provided by suppliers.<\\/p>\\n<p dir=\\\"ltr\\\">Product measurements may vary by up to 2\\\" (5 cm).<\\/p>\",\"imageDescription\":\"<p><strong>A Length<\\/strong><\\/p>\\n<p dir=\\\"ltr\\\">Place the end of the tape beside the collar at the top of the tee (Highest Point Shoulder). Pull the tape measure to the bottom of the shirt.<\\/p>\\n<p><strong>B Chest<\\/strong><\\/p>\\n<p dir=\\\"ltr\\\">Measure yourself around the fullest part of your chest. Keep the tape measure horizontal.<\\/p>\\n<p><strong>C Sleeve length<\\/strong><\\/p>\\n<p dir=\\\"ltr\\\">Place the end of the tape at the center back of the collar, then pull the tape measure along the top seam of the sleeve. When you get to the shoulder hold the tape in place at the shoulder and continue to pull down the sleeve until you reach the hem of the sleeve.<\\/p>\",\"sizeTableDescription\":\"Product measurements may vary by up to 2\\\" (5 cm).\",\"internationalSizeTableDescription\":\"\",\"sizeTableRows\":[{\"unit\":\"inch\",\"unitName\":\"Inches\",\"title\":\"Length\",\"sizes\":{\"S\":[28],\"M\":[29],\"L\":[30],\"XL\":[31],\"2XL\":[32],\"3XL\":[33],\"4XL\":[34],\"5XL\":[35]}},{\"unit\":\"centimeter\",\"unitName\":\"Centimeters\",\"title\":\"Length\",\"sizes\":{\"S\":[71.1200000000000045474735088646411895751953125],\"M\":[73.659999999999996589394868351519107818603515625],\"L\":[76.2000000000000028421709430404007434844970703125],\"XL\":[78.7399999999999948840923025272786617279052734375],\"2XL\":[81.280000000000001136868377216160297393798828125],\"3XL\":[83.81999999999999317878973670303821563720703125],\"4XL\":[86.3599999999999994315658113919198513031005859375],\"5XL\":[88.900000000000005684341886080801486968994140625]}},{\"unit\":\"inch\",\"unitName\":\"Inches\",\"title\":\"Width\",\"sizes\":{\"S\":[18],\"M\":[20],\"L\":[22],\"XL\":[24],\"2XL\":[26],\"3XL\":[28],\"4XL\":[30],\"5XL\":[32]}},{\"unit\":\"centimeter\",\"unitName\":\"Centimeters\",\"title\":\"Width\",\"sizes\":{\"S\":[45.719999999999998863131622783839702606201171875],\"M\":[50.7999999999999971578290569595992565155029296875],\"L\":[55.88000000000000255795384873636066913604736328125],\"XL\":[60.96000000000000085265128291212022304534912109375],\"2XL\":[66.0400000000000062527760746888816356658935546875],\"3XL\":[71.1200000000000045474735088646411895751953125],\"4XL\":[76.2000000000000028421709430404007434844970703125],\"5XL\":[81.280000000000001136868377216160297393798828125]}},{\"unit\":\"inch\",\"unitName\":\"Inches\",\"title\":\"Sleeve length\",\"sizes\":{\"S\":[15.6300000000000007815970093361102044582366943359375],\"M\":[17],\"L\":[18.5],\"XL\":[20],\"2XL\":[21.5],\"3XL\":[22.800000000000000710542735760100185871124267578125],\"4XL\":[24.199999999999999289457264239899814128875732421875],\"5XL\":[25.300000000000000710542735760100185871124267578125]}},{\"unit\":\"centimeter\",\"unitName\":\"Centimeters\",\"title\":\"Sleeve length\",\"sizes\":{\"S\":[39.7000000000000028421709430404007434844970703125],\"M\":[43.17999999999999971578290569595992565155029296875],\"L\":[46.99000000000000198951966012828052043914794921875],\"XL\":[50.7999999999999971578290569595992565155029296875],\"2XL\":[54.6099999999999994315658113919198513031005859375],\"3XL\":[57.91199999999999903366187936626374721527099609375],\"4XL\":[61.4680000000000035242919693700969219207763671875],\"5XL\":[64.26200000000000045474735088646411895751953125]}}],\"internationalSizeTableRows\":[],\"imageId\":2543}}'),
(3972,2541,'_price','30'),
(3973,2541,'_product_image_gallery','2579,2580,2581,2582,2586,2590'),
(3974,2541,'_thumbnail_id','2578'),
(3975,2541,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(3976,2541,'_edit_last','1'),
(3977,2541,'category_sticky_post','0'),
(3978,2541,'om_disable_all_campaigns',''),
(3979,2541,'gf_format_video_embed',''),
(3980,2541,'gf_format_gallery_images',''),
(3981,2541,'_yoast_wpseo_primary_product_cat','132'),
(3982,2541,'_yoast_wpseo_metadesc','Represent Amtac Shooting with this Bring Your Tools t-shirt.'),
(3983,2541,'_yoast_wpseo_content_score','90'),
(3984,2541,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(3985,2541,'_yoast_wpseo_wordproof_timestamp',''),
(3986,2544,'_variation_description',''),
(3987,2544,'_sku','65FCB28698B32_Black-S'),
(3988,2544,'_regular_price','30'),
(3989,2544,'total_sales','0'),
(3990,2544,'_tax_status','taxable'),
(3991,2544,'_tax_class','parent'),
(3992,2544,'_manage_stock','no'),
(3993,2544,'_backorders','no'),
(3994,2544,'_sold_individually','no'),
(3995,2544,'_weight','0.16'),
(3996,2544,'_virtual','no'),
(3997,2544,'_downloadable','no'),
(3998,2544,'_download_limit','-1'),
(3999,2544,'_download_expiry','-1'),
(4000,2544,'_stock',''),
(4001,2544,'_stock_status','instock'),
(4002,2544,'_wc_average_rating','0'),
(4003,2544,'_wc_review_count','0'),
(4004,2544,'attribute_pa_color','black'),
(4005,2544,'attribute_pa_size','s'),
(4006,2544,'_price','30'),
(4007,2544,'_product_version','8.5.2'),
(4008,2544,'_thumbnail_id','2578'),
(4009,2545,'_variation_description',''),
(4010,2545,'_sku','65FCB28698B32_Black-M'),
(4011,2545,'_regular_price','30'),
(4012,2545,'total_sales','0'),
(4013,2545,'_tax_status','taxable'),
(4014,2545,'_tax_class','parent'),
(4015,2545,'_manage_stock','no'),
(4016,2545,'_backorders','no'),
(4017,2545,'_sold_individually','no'),
(4018,2545,'_weight','0.19'),
(4019,2545,'_virtual','no'),
(4020,2545,'_downloadable','no'),
(4021,2545,'_download_limit','-1'),
(4022,2545,'_download_expiry','-1'),
(4023,2545,'_stock',''),
(4024,2545,'_stock_status','instock'),
(4025,2545,'_wc_average_rating','0'),
(4026,2545,'_wc_review_count','0'),
(4027,2545,'attribute_pa_color','black'),
(4028,2545,'attribute_pa_size','m'),
(4029,2545,'_price','30'),
(4030,2545,'_product_version','8.5.2'),
(4031,2545,'_thumbnail_id','2578'),
(4032,2546,'_variation_description',''),
(4033,2546,'_sku','65FCB28698B32_Black-L'),
(4034,2546,'_regular_price','30'),
(4035,2546,'total_sales','0'),
(4036,2546,'_tax_status','taxable'),
(4037,2546,'_tax_class','parent'),
(4038,2546,'_manage_stock','no'),
(4039,2546,'_backorders','no'),
(4040,2546,'_sold_individually','no'),
(4041,2546,'_weight','0.22'),
(4042,2546,'_virtual','no'),
(4043,2546,'_downloadable','no'),
(4044,2546,'_download_limit','-1'),
(4045,2546,'_download_expiry','-1'),
(4046,2546,'_stock',''),
(4047,2546,'_stock_status','instock'),
(4048,2546,'_wc_average_rating','0'),
(4049,2546,'_wc_review_count','0'),
(4050,2546,'attribute_pa_color','black'),
(4051,2546,'attribute_pa_size','l'),
(4052,2546,'_price','30'),
(4053,2546,'_product_version','8.5.2'),
(4054,2546,'_thumbnail_id','2578'),
(4055,2547,'_variation_description',''),
(4056,2547,'_sku','65FCB28698B32_Black-XL'),
(4057,2547,'_regular_price','30'),
(4058,2547,'total_sales','0'),
(4059,2547,'_tax_status','taxable'),
(4060,2547,'_tax_class','parent'),
(4061,2547,'_manage_stock','no'),
(4062,2547,'_backorders','no'),
(4063,2547,'_sold_individually','no'),
(4064,2547,'_weight','0.24'),
(4065,2547,'_virtual','no'),
(4066,2547,'_downloadable','no'),
(4067,2547,'_download_limit','-1'),
(4068,2547,'_download_expiry','-1'),
(4069,2547,'_stock',''),
(4070,2547,'_stock_status','instock'),
(4071,2547,'_wc_average_rating','0'),
(4072,2547,'_wc_review_count','0'),
(4073,2547,'attribute_pa_color','black'),
(4074,2547,'attribute_pa_size','xl'),
(4075,2547,'_price','30'),
(4076,2547,'_product_version','8.5.2'),
(4077,2547,'_thumbnail_id','2578'),
(4078,2548,'_variation_description',''),
(4079,2548,'_sku','65FCB28698B32_Black-2XL'),
(4080,2548,'_regular_price','30'),
(4081,2548,'total_sales','0'),
(4082,2548,'_tax_status','taxable'),
(4083,2548,'_tax_class','parent'),
(4084,2548,'_manage_stock','no'),
(4085,2548,'_backorders','no'),
(4086,2548,'_sold_individually','no'),
(4087,2548,'_weight','0.27'),
(4088,2548,'_virtual','no'),
(4089,2548,'_downloadable','no'),
(4090,2548,'_download_limit','-1'),
(4091,2548,'_download_expiry','-1'),
(4092,2548,'_stock',''),
(4093,2548,'_stock_status','instock'),
(4094,2548,'_wc_average_rating','0'),
(4095,2548,'_wc_review_count','0'),
(4096,2548,'attribute_pa_color','black'),
(4097,2548,'attribute_pa_size','2xl'),
(4098,2548,'_price','30'),
(4099,2548,'_product_version','8.5.2'),
(4100,2548,'_thumbnail_id','2578'),
(4101,2549,'_variation_description',''),
(4102,2549,'_sku','65FCB28698B32_Black-3XL'),
(4103,2549,'_regular_price','30'),
(4104,2549,'total_sales','0'),
(4105,2549,'_tax_status','taxable'),
(4106,2549,'_tax_class','parent'),
(4107,2549,'_manage_stock','no'),
(4108,2549,'_backorders','no'),
(4109,2549,'_sold_individually','no'),
(4110,2549,'_weight','0.26'),
(4111,2549,'_virtual','no'),
(4112,2549,'_downloadable','no'),
(4113,2549,'_download_limit','-1'),
(4114,2549,'_download_expiry','-1'),
(4115,2549,'_stock',''),
(4116,2549,'_stock_status','instock'),
(4117,2549,'_wc_average_rating','0'),
(4118,2549,'_wc_review_count','0'),
(4119,2549,'attribute_pa_color','black'),
(4120,2549,'attribute_pa_size','3xl'),
(4121,2549,'_price','30'),
(4122,2549,'_product_version','8.5.2'),
(4123,2549,'_thumbnail_id','2578'),
(4124,2550,'_variation_description',''),
(4125,2550,'_sku','65FCB28698B32_Black-4XL'),
(4126,2550,'_regular_price','30'),
(4127,2550,'total_sales','0'),
(4128,2550,'_tax_status','taxable'),
(4129,2550,'_tax_class','parent'),
(4130,2550,'_manage_stock','no'),
(4131,2550,'_backorders','no'),
(4132,2550,'_sold_individually','no'),
(4133,2550,'_weight','0.29'),
(4134,2550,'_virtual','no'),
(4135,2550,'_downloadable','no'),
(4136,2550,'_download_limit','-1'),
(4137,2550,'_download_expiry','-1'),
(4138,2550,'_stock',''),
(4139,2550,'_stock_status','instock'),
(4140,2550,'_wc_average_rating','0'),
(4141,2550,'_wc_review_count','0'),
(4142,2550,'attribute_pa_color','black'),
(4143,2550,'attribute_pa_size','4xl'),
(4144,2550,'_price','30'),
(4145,2550,'_product_version','8.5.2'),
(4146,2550,'_thumbnail_id','2578'),
(4147,2551,'_variation_description',''),
(4148,2551,'_sku','65FCB28698B32_Black-5XL'),
(4149,2551,'_regular_price','30'),
(4150,2551,'total_sales','0'),
(4151,2551,'_tax_status','taxable'),
(4152,2551,'_tax_class','parent'),
(4153,2551,'_manage_stock','no'),
(4154,2551,'_backorders','no'),
(4155,2551,'_sold_individually','no'),
(4156,2551,'_weight','0.3'),
(4157,2551,'_virtual','no'),
(4158,2551,'_downloadable','no'),
(4159,2551,'_download_limit','-1'),
(4160,2551,'_download_expiry','-1'),
(4161,2551,'_stock',''),
(4162,2551,'_stock_status','instock'),
(4163,2551,'_wc_average_rating','0'),
(4164,2551,'_wc_review_count','0'),
(4165,2551,'attribute_pa_color','black'),
(4166,2551,'attribute_pa_size','5xl'),
(4167,2551,'_price','30'),
(4168,2551,'_product_version','8.5.2'),
(4169,2551,'_thumbnail_id','2578'),
(4170,2552,'_variation_description',''),
(4171,2552,'_sku','65FCB28698B32_Cardinal-S'),
(4172,2552,'_regular_price','30'),
(4173,2552,'total_sales','0'),
(4174,2552,'_tax_status','taxable'),
(4175,2552,'_tax_class','parent'),
(4176,2552,'_manage_stock','no'),
(4177,2552,'_backorders','no'),
(4178,2552,'_sold_individually','no'),
(4179,2552,'_weight','0.16'),
(4180,2552,'_virtual','no'),
(4181,2552,'_downloadable','no'),
(4182,2552,'_download_limit','-1'),
(4183,2552,'_download_expiry','-1'),
(4184,2552,'_stock',''),
(4185,2552,'_stock_status','instock'),
(4186,2552,'_wc_average_rating','0'),
(4187,2552,'_wc_review_count','0'),
(4188,2552,'attribute_pa_color','cardinal'),
(4189,2552,'attribute_pa_size','s'),
(4190,2552,'_price','30'),
(4191,2552,'_product_version','8.5.2'),
(4192,2552,'_thumbnail_id','2582'),
(4193,2553,'_variation_description',''),
(4194,2553,'_sku','65FCB28698B32_Cardinal-M'),
(4195,2553,'_regular_price','30'),
(4196,2553,'total_sales','0'),
(4197,2553,'_tax_status','taxable'),
(4198,2553,'_tax_class','parent'),
(4199,2553,'_manage_stock','no'),
(4200,2553,'_backorders','no'),
(4201,2553,'_sold_individually','no'),
(4202,2553,'_weight','0.19'),
(4203,2553,'_virtual','no'),
(4204,2553,'_downloadable','no'),
(4205,2553,'_download_limit','-1'),
(4206,2553,'_download_expiry','-1'),
(4207,2553,'_stock',''),
(4208,2553,'_stock_status','instock'),
(4209,2553,'_wc_average_rating','0'),
(4210,2553,'_wc_review_count','0'),
(4211,2553,'attribute_pa_color','cardinal'),
(4212,2553,'attribute_pa_size','m'),
(4213,2553,'_price','30'),
(4214,2553,'_product_version','8.5.2'),
(4215,2553,'_thumbnail_id','2582'),
(4216,2554,'_variation_description',''),
(4217,2554,'_sku','65FCB28698B32_Cardinal-L'),
(4218,2554,'_regular_price','30'),
(4219,2554,'total_sales','0'),
(4220,2554,'_tax_status','taxable'),
(4221,2554,'_tax_class','parent'),
(4222,2554,'_manage_stock','no'),
(4223,2554,'_backorders','no'),
(4224,2554,'_sold_individually','no'),
(4225,2554,'_weight','0.22'),
(4226,2554,'_virtual','no'),
(4227,2554,'_downloadable','no'),
(4228,2554,'_download_limit','-1'),
(4229,2554,'_download_expiry','-1'),
(4230,2554,'_stock',''),
(4231,2554,'_stock_status','instock'),
(4232,2554,'_wc_average_rating','0'),
(4233,2554,'_wc_review_count','0'),
(4234,2554,'attribute_pa_color','cardinal'),
(4235,2554,'attribute_pa_size','l'),
(4236,2554,'_price','30'),
(4237,2554,'_product_version','8.5.2'),
(4238,2554,'_thumbnail_id','2582'),
(4239,2555,'_variation_description',''),
(4240,2555,'_sku','65FCB28698B32_Cardinal-XL'),
(4241,2555,'_regular_price','30'),
(4242,2555,'total_sales','0'),
(4243,2555,'_tax_status','taxable'),
(4244,2555,'_tax_class','parent'),
(4245,2555,'_manage_stock','no'),
(4246,2555,'_backorders','no'),
(4247,2555,'_sold_individually','no'),
(4248,2555,'_weight','0.24'),
(4249,2555,'_virtual','no'),
(4250,2555,'_downloadable','no'),
(4251,2555,'_download_limit','-1'),
(4252,2555,'_download_expiry','-1'),
(4253,2555,'_stock',''),
(4254,2555,'_stock_status','instock'),
(4255,2555,'_wc_average_rating','0'),
(4256,2555,'_wc_review_count','0'),
(4257,2555,'attribute_pa_color','cardinal'),
(4258,2555,'attribute_pa_size','xl'),
(4259,2555,'_price','30'),
(4260,2555,'_product_version','8.5.2'),
(4261,2555,'_thumbnail_id','2582'),
(4262,2556,'_variation_description',''),
(4263,2556,'_sku','65FCB28698B32_Cardinal-2XL'),
(4264,2556,'_regular_price','30'),
(4265,2556,'total_sales','0'),
(4266,2556,'_tax_status','taxable'),
(4267,2556,'_tax_class','parent'),
(4268,2556,'_manage_stock','no'),
(4269,2556,'_backorders','no'),
(4270,2556,'_sold_individually','no'),
(4271,2556,'_weight','0.27'),
(4272,2556,'_virtual','no'),
(4273,2556,'_downloadable','no'),
(4274,2556,'_download_limit','-1'),
(4275,2556,'_download_expiry','-1'),
(4276,2556,'_stock',''),
(4277,2556,'_stock_status','instock'),
(4278,2556,'_wc_average_rating','0'),
(4279,2556,'_wc_review_count','0'),
(4280,2556,'attribute_pa_color','cardinal'),
(4281,2556,'attribute_pa_size','2xl'),
(4282,2556,'_price','30'),
(4283,2556,'_product_version','8.5.2'),
(4284,2556,'_thumbnail_id','2582'),
(4285,2557,'_variation_description',''),
(4286,2557,'_sku','65FCB28698B32_Cardinal-3XL'),
(4287,2557,'_regular_price','30'),
(4288,2557,'total_sales','0'),
(4289,2557,'_tax_status','taxable'),
(4290,2557,'_tax_class','parent'),
(4291,2557,'_manage_stock','no'),
(4292,2557,'_backorders','no'),
(4293,2557,'_sold_individually','no'),
(4294,2557,'_weight','0.26'),
(4295,2557,'_virtual','no'),
(4296,2557,'_downloadable','no'),
(4297,2557,'_download_limit','-1'),
(4298,2557,'_download_expiry','-1'),
(4299,2557,'_stock',''),
(4300,2557,'_stock_status','instock'),
(4301,2557,'_wc_average_rating','0'),
(4302,2557,'_wc_review_count','0'),
(4303,2557,'attribute_pa_color','cardinal'),
(4304,2557,'attribute_pa_size','3xl'),
(4305,2557,'_price','30'),
(4306,2557,'_product_version','8.5.2'),
(4307,2557,'_thumbnail_id','2582'),
(4308,2558,'_variation_description',''),
(4309,2558,'_sku','65FCB28698B32_Royal-S'),
(4310,2558,'_regular_price','30'),
(4311,2558,'total_sales','0'),
(4312,2558,'_tax_status','taxable'),
(4313,2558,'_tax_class','parent'),
(4314,2558,'_manage_stock','no'),
(4315,2558,'_backorders','no'),
(4316,2558,'_sold_individually','no'),
(4317,2558,'_weight','0.16'),
(4318,2558,'_virtual','no'),
(4319,2558,'_downloadable','no'),
(4320,2558,'_download_limit','-1'),
(4321,2558,'_download_expiry','-1'),
(4322,2558,'_stock',''),
(4323,2558,'_stock_status','instock'),
(4324,2558,'_wc_average_rating','0'),
(4325,2558,'_wc_review_count','0'),
(4326,2558,'attribute_pa_color','royal'),
(4327,2558,'attribute_pa_size','s'),
(4328,2558,'_price','30'),
(4329,2558,'_product_version','8.5.2'),
(4330,2558,'_thumbnail_id','2586'),
(4331,2559,'_variation_description',''),
(4332,2559,'_sku','65FCB28698B32_Royal-M'),
(4333,2559,'_regular_price','30'),
(4334,2559,'total_sales','0'),
(4335,2559,'_tax_status','taxable'),
(4336,2559,'_tax_class','parent'),
(4337,2559,'_manage_stock','no'),
(4338,2559,'_backorders','no'),
(4339,2559,'_sold_individually','no'),
(4340,2559,'_weight','0.19'),
(4341,2559,'_virtual','no'),
(4342,2559,'_downloadable','no'),
(4343,2559,'_download_limit','-1'),
(4344,2559,'_download_expiry','-1'),
(4345,2559,'_stock',''),
(4346,2559,'_stock_status','instock'),
(4347,2559,'_wc_average_rating','0'),
(4348,2559,'_wc_review_count','0'),
(4349,2559,'attribute_pa_color','royal'),
(4350,2559,'attribute_pa_size','m'),
(4351,2559,'_price','30'),
(4352,2559,'_product_version','8.5.2'),
(4353,2559,'_thumbnail_id','2586'),
(4354,2560,'_variation_description',''),
(4355,2560,'_sku','65FCB28698B32_Royal-L'),
(4356,2560,'_regular_price','30'),
(4357,2560,'total_sales','0'),
(4358,2560,'_tax_status','taxable'),
(4359,2560,'_tax_class','parent'),
(4360,2560,'_manage_stock','no'),
(4361,2560,'_backorders','no'),
(4362,2560,'_sold_individually','no'),
(4363,2560,'_weight','0.22'),
(4364,2560,'_virtual','no'),
(4365,2560,'_downloadable','no'),
(4366,2560,'_download_limit','-1'),
(4367,2560,'_download_expiry','-1'),
(4368,2560,'_stock',''),
(4369,2560,'_stock_status','instock'),
(4370,2560,'_wc_average_rating','0'),
(4371,2560,'_wc_review_count','0'),
(4372,2560,'attribute_pa_color','royal'),
(4373,2560,'attribute_pa_size','l'),
(4374,2560,'_price','30'),
(4375,2560,'_product_version','8.5.2'),
(4376,2560,'_thumbnail_id','2586'),
(4377,2914,'_oembed_d1bcf1f4725f41c759d0621378b67b2f','<iframe title=\"Should I Carry Strong Side or Appendix?\" src=\"https://player.vimeo.com/video/960671004?dnt=1&amp;app_id=122963\" width=\"1080\" height=\"608\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write\"></iframe>'),
(4378,2914,'_oembed_time_d1bcf1f4725f41c759d0621378b67b2f','1720487193'),
(4380,2914,'_oembed_18793eaa3e225467aae1ff1329110d70','<iframe src=\"https://player.vimeo.com/video/909200847?dnt=1&amp;app_id=122963\" width=\"563\" height=\"1000\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write\"></iframe>'),
(4381,2914,'_oembed_time_18793eaa3e225467aae1ff1329110d70','1718916017'),
(4382,2914,'_oembed_e46bcf94831eb84f8b73aa85d6012a5b','<iframe title=\"Should I Carry Strong Side or Appendix?\" src=\"https://player.vimeo.com/video/960671004?dnt=1&amp;app_id=122963\" width=\"1170\" height=\"658\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write\"></iframe>'),
(4383,2914,'_oembed_time_e46bcf94831eb84f8b73aa85d6012a5b','1718916137'),
(4384,2914,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(4385,2914,'_edit_last','10'),
(4386,2914,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(4387,2914,'category_sticky_post','0'),
(4388,2914,'_yoast_wpseo_primary_category','1'),
(4389,2914,'_yoast_wpseo_content_score','90'),
(4390,2914,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(4391,2914,'_yoast_wpseo_wordproof_timestamp',''),
(4392,2561,'_variation_description',''),
(4393,2561,'_sku','65FCB28698B32_Royal-XL'),
(4394,2561,'_regular_price','30'),
(4395,2561,'total_sales','0'),
(4396,2561,'_tax_status','taxable'),
(4397,2561,'_tax_class','parent'),
(4398,2561,'_manage_stock','no'),
(4399,2561,'_backorders','no'),
(4400,2561,'_sold_individually','no'),
(4401,2561,'_weight','0.24'),
(4402,2561,'_virtual','no'),
(4403,2561,'_downloadable','no'),
(4404,2561,'_download_limit','-1'),
(4405,2561,'_download_expiry','-1'),
(4406,2561,'_stock',''),
(4407,2561,'_stock_status','instock'),
(4408,2561,'_wc_average_rating','0'),
(4409,2561,'_wc_review_count','0'),
(4410,2561,'attribute_pa_color','royal'),
(4411,2561,'attribute_pa_size','xl'),
(4412,2561,'_price','30'),
(4413,2561,'_product_version','8.5.2'),
(4414,2561,'_thumbnail_id','2586'),
(4415,2562,'_variation_description',''),
(4416,2562,'_sku','65FCB28698B32_Royal-2XL'),
(4417,2562,'_regular_price','30'),
(4418,2562,'total_sales','0'),
(4419,2562,'_tax_status','taxable'),
(4420,2562,'_tax_class','parent'),
(4421,2562,'_manage_stock','no'),
(4422,2562,'_backorders','no'),
(4423,2562,'_sold_individually','no'),
(4424,2562,'_weight','0.27'),
(4425,2562,'_virtual','no'),
(4426,2562,'_downloadable','no'),
(4427,2562,'_download_limit','-1'),
(4428,2562,'_download_expiry','-1'),
(4429,2562,'_stock',''),
(4430,2562,'_stock_status','instock'),
(4431,2562,'_wc_average_rating','0'),
(4432,2562,'_wc_review_count','0'),
(4433,2562,'attribute_pa_color','royal'),
(4434,2562,'attribute_pa_size','2xl'),
(4435,2562,'_price','30'),
(4436,2562,'_product_version','8.5.2'),
(4437,2562,'_thumbnail_id','2586'),
(4438,2563,'_variation_description',''),
(4439,2563,'_sku','65FCB28698B32_Royal-3XL'),
(4440,2563,'_regular_price','30'),
(4441,2563,'total_sales','0'),
(4442,2563,'_tax_status','taxable'),
(4443,2563,'_tax_class','parent'),
(4444,2563,'_manage_stock','no'),
(4445,2563,'_backorders','no'),
(4446,2563,'_sold_individually','no'),
(4447,2563,'_weight','0.26'),
(4448,2563,'_virtual','no'),
(4449,2563,'_downloadable','no'),
(4450,2563,'_download_limit','-1'),
(4451,2563,'_download_expiry','-1'),
(4452,2563,'_stock',''),
(4453,2563,'_stock_status','instock'),
(4454,2563,'_wc_average_rating','0'),
(4455,2563,'_wc_review_count','0'),
(4456,2563,'attribute_pa_color','royal'),
(4457,2563,'attribute_pa_size','3xl'),
(4458,2563,'_price','30'),
(4459,2563,'_product_version','8.5.2'),
(4460,2563,'_thumbnail_id','2586'),
(4461,2564,'_variation_description',''),
(4462,2564,'_sku','65FCB28698B32_Charcoal-S'),
(4463,2564,'_regular_price','30'),
(4464,2564,'total_sales','0'),
(4465,2564,'_tax_status','taxable'),
(4466,2564,'_tax_class','parent'),
(4467,2564,'_manage_stock','no'),
(4468,2564,'_backorders','no'),
(4469,2564,'_sold_individually','no'),
(4470,2564,'_weight','0.16'),
(4471,2564,'_virtual','no'),
(4472,2564,'_downloadable','no'),
(4473,2564,'_download_limit','-1'),
(4474,2564,'_download_expiry','-1'),
(4475,2564,'_stock',''),
(4476,2564,'_stock_status','instock'),
(4477,2564,'_wc_average_rating','0'),
(4478,2564,'_wc_review_count','0'),
(4479,2564,'attribute_pa_color','charcoal'),
(4480,2564,'attribute_pa_size','s'),
(4481,2564,'_price','30'),
(4482,2564,'_product_version','8.5.2'),
(4483,2564,'_thumbnail_id','2590'),
(4484,2565,'_variation_description',''),
(4485,2565,'_sku','65FCB28698B32_Charcoal-M'),
(4486,2565,'_regular_price','30'),
(4487,2565,'total_sales','0'),
(4488,2565,'_tax_status','taxable'),
(4489,2565,'_tax_class','parent'),
(4490,2565,'_manage_stock','no'),
(4491,2565,'_backorders','no'),
(4492,2565,'_sold_individually','no'),
(4493,2565,'_weight','0.19'),
(4494,2565,'_virtual','no'),
(4495,2565,'_downloadable','no'),
(4496,2565,'_download_limit','-1'),
(4497,2565,'_download_expiry','-1'),
(4498,2565,'_stock',''),
(4499,2565,'_stock_status','instock'),
(4500,2565,'_wc_average_rating','0'),
(4501,2565,'_wc_review_count','0'),
(4502,2565,'attribute_pa_color','charcoal'),
(4503,2565,'attribute_pa_size','m'),
(4504,2565,'_price','30'),
(4505,2565,'_product_version','8.5.2'),
(4506,2565,'_thumbnail_id','2590'),
(4507,2566,'_variation_description',''),
(4508,2566,'_sku','65FCB28698B32_Charcoal-L'),
(4509,2566,'_regular_price','30'),
(4510,2566,'total_sales','0'),
(4511,2566,'_tax_status','taxable'),
(4512,2566,'_tax_class','parent'),
(4513,2566,'_manage_stock','no'),
(4514,2566,'_backorders','no'),
(4515,2566,'_sold_individually','no'),
(4516,2566,'_weight','0.22'),
(4517,2566,'_virtual','no'),
(4518,2566,'_downloadable','no'),
(4519,2566,'_download_limit','-1'),
(4520,2566,'_download_expiry','-1'),
(4521,2566,'_stock',''),
(4522,2566,'_stock_status','instock'),
(4523,2566,'_wc_average_rating','0'),
(4524,2566,'_wc_review_count','0'),
(4525,2566,'attribute_pa_color','charcoal'),
(4526,2566,'attribute_pa_size','l'),
(4527,2566,'_price','30'),
(4528,2566,'_product_version','8.5.2'),
(4529,2566,'_thumbnail_id','2590'),
(4530,2567,'_variation_description',''),
(4531,2567,'_sku','65FCB28698B32_Charcoal-XL'),
(4532,2567,'_regular_price','30'),
(4533,2567,'total_sales','0'),
(4534,2567,'_tax_status','taxable'),
(4535,2567,'_tax_class','parent'),
(4536,2567,'_manage_stock','no'),
(4537,2567,'_backorders','no'),
(4538,2567,'_sold_individually','no'),
(4539,2567,'_weight','0.24'),
(4540,2567,'_virtual','no'),
(4541,2567,'_downloadable','no'),
(4542,2567,'_download_limit','-1'),
(4543,2567,'_download_expiry','-1'),
(4544,2567,'_stock',''),
(4545,2567,'_stock_status','instock'),
(4546,2567,'_wc_average_rating','0'),
(4547,2567,'_wc_review_count','0'),
(4548,2567,'attribute_pa_color','charcoal'),
(4549,2567,'attribute_pa_size','xl'),
(4550,2567,'_price','30'),
(4551,2567,'_product_version','8.5.2'),
(4552,2567,'_thumbnail_id','2590'),
(4553,2568,'_variation_description',''),
(4554,2568,'_sku','65FCB28698B32_Charcoal-2XL'),
(4555,2568,'_regular_price','30'),
(4556,2568,'total_sales','0'),
(4557,2568,'_tax_status','taxable'),
(4558,2568,'_tax_class','parent'),
(4559,2568,'_manage_stock','no'),
(4560,2568,'_backorders','no'),
(4561,2568,'_sold_individually','no'),
(4562,2568,'_weight','0.27'),
(4563,2568,'_virtual','no'),
(4564,2568,'_downloadable','no'),
(4565,2568,'_download_limit','-1'),
(4566,2568,'_download_expiry','-1'),
(4567,2568,'_stock',''),
(4568,2568,'_stock_status','instock'),
(4569,2568,'_wc_average_rating','0'),
(4570,2568,'_wc_review_count','0'),
(4571,2568,'attribute_pa_color','charcoal'),
(4572,2568,'attribute_pa_size','2xl'),
(4573,2568,'_price','30'),
(4574,2568,'_product_version','8.5.2'),
(4575,2568,'_thumbnail_id','2590'),
(4576,2569,'_variation_description',''),
(4577,2569,'_sku','65FCB28698B32_Charcoal-3XL'),
(4578,2569,'_regular_price','30'),
(4579,2569,'total_sales','0'),
(4580,2569,'_tax_status','taxable'),
(4581,2569,'_tax_class','parent'),
(4582,2569,'_manage_stock','no'),
(4583,2569,'_backorders','no'),
(4584,2569,'_sold_individually','no'),
(4585,2569,'_weight','0.26'),
(4586,2569,'_virtual','no'),
(4587,2569,'_downloadable','no'),
(4588,2569,'_download_limit','-1'),
(4589,2569,'_download_expiry','-1'),
(4590,2569,'_stock',''),
(4591,2569,'_stock_status','instock'),
(4592,2569,'_wc_average_rating','0'),
(4593,2569,'_wc_review_count','0'),
(4594,2569,'attribute_pa_color','charcoal'),
(4595,2569,'attribute_pa_size','3xl'),
(4596,2569,'_price','30'),
(4597,2569,'_product_version','8.5.2'),
(4598,2569,'_thumbnail_id','2590'),
(4599,2570,'_variation_description',''),
(4600,2570,'_sku','65FCB28698B32_Military-Green-S'),
(4601,2570,'_regular_price','30'),
(4602,2570,'total_sales','0'),
(4603,2570,'_tax_status','taxable'),
(4604,2570,'_tax_class','parent'),
(4605,2570,'_manage_stock','no'),
(4606,2570,'_backorders','no'),
(4607,2570,'_sold_individually','no'),
(4608,2570,'_weight','0.16'),
(4609,2570,'_virtual','no'),
(4610,2570,'_downloadable','no'),
(4611,2570,'_download_limit','-1'),
(4612,2570,'_download_expiry','-1'),
(4613,2570,'_stock',''),
(4614,2570,'_stock_status','instock'),
(4615,2570,'_wc_average_rating','0'),
(4616,2570,'_wc_review_count','0'),
(4617,2570,'attribute_pa_color','military-green'),
(4618,2570,'attribute_pa_size','s'),
(4619,2570,'_price','30'),
(4620,2570,'_product_version','8.5.2'),
(4621,2570,'_thumbnail_id','2594'),
(4622,2571,'_variation_description',''),
(4623,2571,'_sku','65FCB28698B32_Military-Green-M'),
(4624,2571,'_regular_price','30'),
(4625,2571,'total_sales','0'),
(4626,2571,'_tax_status','taxable'),
(4627,2571,'_tax_class','parent'),
(4628,2571,'_manage_stock','no'),
(4629,2571,'_backorders','no'),
(4630,2571,'_sold_individually','no'),
(4631,2571,'_weight','0.19'),
(4632,2571,'_virtual','no'),
(4633,2571,'_downloadable','no'),
(4634,2571,'_download_limit','-1'),
(4635,2571,'_download_expiry','-1'),
(4636,2571,'_stock',''),
(4637,2571,'_stock_status','instock'),
(4638,2571,'_wc_average_rating','0'),
(4639,2571,'_wc_review_count','0'),
(4640,2571,'attribute_pa_color','military-green'),
(4641,2571,'attribute_pa_size','m'),
(4642,2571,'_price','30'),
(4643,2571,'_product_version','8.5.2'),
(4644,2571,'_thumbnail_id','2594'),
(4645,2572,'_variation_description',''),
(4646,2572,'_sku','65FCB28698B32_Military-Green-L'),
(4647,2572,'_regular_price','30'),
(4648,2572,'total_sales','0'),
(4649,2572,'_tax_status','taxable'),
(4650,2572,'_tax_class','parent'),
(4651,2572,'_manage_stock','no'),
(4652,2572,'_backorders','no'),
(4653,2572,'_sold_individually','no'),
(4654,2572,'_weight','0.22'),
(4655,2572,'_virtual','no'),
(4656,2572,'_downloadable','no'),
(4657,2572,'_download_limit','-1'),
(4658,2572,'_download_expiry','-1'),
(4659,2572,'_stock',''),
(4660,2572,'_stock_status','instock'),
(4661,2572,'_wc_average_rating','0'),
(4662,2572,'_wc_review_count','0'),
(4663,2572,'attribute_pa_color','military-green'),
(4664,2572,'attribute_pa_size','l'),
(4665,2572,'_price','30'),
(4666,2572,'_product_version','8.5.2'),
(4667,2572,'_thumbnail_id','2594'),
(4668,2573,'_variation_description',''),
(4669,2573,'_sku','65FCB28698B32_Military-Green-XL'),
(4670,2573,'_regular_price','30'),
(4671,2573,'total_sales','0'),
(4672,2573,'_tax_status','taxable'),
(4673,2573,'_tax_class','parent'),
(4674,2573,'_manage_stock','no'),
(4675,2573,'_backorders','no'),
(4676,2573,'_sold_individually','no'),
(4677,2573,'_weight','0.24'),
(4678,2573,'_virtual','no'),
(4679,2573,'_downloadable','no'),
(4680,2573,'_download_limit','-1'),
(4681,2573,'_download_expiry','-1'),
(4682,2573,'_stock',''),
(4683,2573,'_stock_status','instock'),
(4684,2573,'_wc_average_rating','0'),
(4685,2573,'_wc_review_count','0'),
(4686,2573,'attribute_pa_color','military-green'),
(4687,2573,'attribute_pa_size','xl'),
(4688,2573,'_price','30'),
(4689,2573,'_product_version','8.5.2'),
(4690,2573,'_thumbnail_id','2594'),
(4691,2574,'_variation_description',''),
(4692,2574,'_sku','65FCB28698B32_Military-Green-2XL'),
(4693,2574,'_regular_price','30'),
(4694,2574,'total_sales','0'),
(4695,2574,'_tax_status','taxable'),
(4696,2574,'_tax_class','parent'),
(4697,2574,'_manage_stock','no'),
(4698,2574,'_backorders','no'),
(4699,2574,'_sold_individually','no'),
(4700,2574,'_weight','0.27'),
(4701,2574,'_virtual','no'),
(4702,2574,'_downloadable','no'),
(4703,2574,'_download_limit','-1'),
(4704,2574,'_download_expiry','-1'),
(4705,2574,'_stock',''),
(4706,2574,'_stock_status','instock'),
(4707,2574,'_wc_average_rating','0'),
(4708,2574,'_wc_review_count','0'),
(4709,2574,'attribute_pa_color','military-green'),
(4710,2574,'attribute_pa_size','2xl'),
(4711,2574,'_price','30'),
(4712,2574,'_product_version','8.5.2'),
(4713,2574,'_thumbnail_id','2594'),
(4714,2575,'_variation_description',''),
(4715,2575,'_sku','65FCB28698B32_Military-Green-3XL'),
(4716,2575,'_regular_price','30'),
(4717,2575,'total_sales','0'),
(4718,2575,'_tax_status','taxable'),
(4719,2575,'_tax_class','parent'),
(4720,2575,'_manage_stock','no'),
(4721,2575,'_backorders','no'),
(4722,2575,'_sold_individually','no'),
(4723,2575,'_weight','0.26'),
(4724,2575,'_virtual','no'),
(4725,2575,'_downloadable','no'),
(4726,2575,'_download_limit','-1'),
(4727,2575,'_download_expiry','-1'),
(4728,2575,'_stock',''),
(4729,2575,'_stock_status','instock'),
(4730,2575,'_wc_average_rating','0'),
(4731,2575,'_wc_review_count','0'),
(4732,2575,'attribute_pa_color','military-green'),
(4733,2575,'attribute_pa_size','3xl'),
(4734,2575,'_price','30'),
(4735,2575,'_product_version','8.5.2'),
(4736,2575,'_thumbnail_id','2594'),
(4737,2576,'_variation_description',''),
(4738,2576,'_sku','65FCB28698B32_Military-Green-4XL'),
(4739,2576,'_regular_price','30'),
(4740,2576,'total_sales','0'),
(4741,2576,'_tax_status','taxable'),
(4742,2576,'_tax_class','parent'),
(4743,2576,'_manage_stock','no'),
(4744,2576,'_backorders','no'),
(4745,2576,'_sold_individually','no'),
(4746,2576,'_weight','0.29'),
(4747,2576,'_virtual','no'),
(4748,2576,'_downloadable','no'),
(4749,2576,'_download_limit','-1'),
(4750,2576,'_download_expiry','-1'),
(4751,2576,'_stock',''),
(4752,2576,'_stock_status','instock'),
(4753,2576,'_wc_average_rating','0'),
(4754,2576,'_wc_review_count','0'),
(4755,2576,'attribute_pa_color','military-green'),
(4756,2576,'attribute_pa_size','4xl'),
(4757,2576,'_price','30'),
(4758,2576,'_product_version','8.5.2'),
(4759,2576,'_thumbnail_id','2594'),
(4760,2577,'_variation_description',''),
(4761,2577,'_sku','65FCB28698B32_Military-Green-5XL'),
(4762,2577,'_regular_price','30'),
(4763,2577,'total_sales','0'),
(4764,2577,'_tax_status','taxable'),
(4765,2577,'_tax_class','parent'),
(4766,2577,'_manage_stock','no'),
(4767,2577,'_backorders','no'),
(4768,2577,'_sold_individually','no'),
(4769,2577,'_weight','0.3'),
(4770,2577,'_virtual','no'),
(4771,2577,'_downloadable','no'),
(4772,2577,'_download_limit','-1'),
(4773,2577,'_download_expiry','-1'),
(4774,2577,'_stock',''),
(4775,2577,'_stock_status','instock'),
(4776,2577,'_wc_average_rating','0'),
(4777,2577,'_wc_review_count','0'),
(4778,2577,'attribute_pa_color','military-green'),
(4779,2577,'attribute_pa_size','5xl'),
(4780,2577,'_price','30'),
(4781,2577,'_product_version','8.5.2'),
(4782,2577,'_thumbnail_id','2594'),
(4783,2608,'origin','plugin'),
(4784,2608,'origin','plugin'),
(4785,2614,'origin','theme'),
(4794,2938,'_menu_item_type','post_type'),
(4795,2938,'_menu_item_menu_item_parent','0'),
(4796,2938,'_menu_item_object_id','573'),
(4797,2938,'_menu_item_object','page'),
(4798,2938,'_menu_item_target',''),
(4799,2938,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(4800,2938,'_menu_item_xfn',''),
(4801,2938,'_menu_item_url',''),
(4850,2945,'_menu_item_type','post_type'),
(4851,2945,'_menu_item_menu_item_parent','0'),
(4852,2945,'_menu_item_object_id','1686'),
(4853,2945,'_menu_item_object','page'),
(4854,2945,'_menu_item_target',''),
(4855,2945,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(4856,2945,'_menu_item_xfn',''),
(4857,2945,'_menu_item_url',''),
(4874,2948,'_menu_item_type','post_type'),
(4875,2948,'_menu_item_menu_item_parent','3030'),
(4876,2948,'_menu_item_object_id','1416'),
(4877,2948,'_menu_item_object','page'),
(4878,2948,'_menu_item_target',''),
(4879,2948,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(4880,2948,'_menu_item_xfn',''),
(4881,2948,'_menu_item_url',''),
(4890,2950,'_menu_item_type','post_type'),
(4891,2950,'_menu_item_menu_item_parent','0'),
(4892,2950,'_menu_item_object_id','1686'),
(4893,2950,'_menu_item_object','page'),
(4894,2950,'_menu_item_target',''),
(4895,2950,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(4896,2950,'_menu_item_xfn',''),
(4897,2950,'_menu_item_url',''),
(4916,6,'_shortpixel_was_converted','1720206970'),
(4917,19,'_shortpixel_was_converted','1720206970'),
(4918,20,'_shortpixel_was_converted','1720206970'),
(4919,21,'_shortpixel_was_converted','1720206977'),
(4920,22,'_wp_attachment_context','custom-logo'),
(4921,22,'_shortpixel_was_converted','1720206977'),
(4922,22,'_oembed_3f85a8acacbbc9f27840fcdcf5fb07c8','{{unknown}}'),
(4923,23,'_wp_attachment_context','custom-logo'),
(4924,23,'_shortpixel_was_converted','1720206977'),
(4925,23,'_oembed_4022da977785eab1e81bfcf489f12d4b','{{unknown}}'),
(4926,24,'_wp_attachment_image_alt','Precision Rifle Classes'),
(4927,24,'_wp_attachment_backup_sizes','a:22:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1067;s:6:\"height\";i:576;s:4:\"file\";s:16:\"rifle_header.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-300x162.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:162;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-768x415.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:415;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:25:\"rifle_header-1024x553.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:553;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-200x108.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:108;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:24:\"rifle_header-690x372.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:372;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1517083672882\";a:3:{s:5:\"width\";i:768;s:6:\"height\";i:576;s:4:\"file\";s:31:\"rifle_header-e1517083340518.jpg\";}s:23:\"thumbnail-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-small-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-large-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-blog-image-1517083672882\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083340518-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1517083968747\";a:3:{s:5:\"width\";i:768;s:6:\"height\";i:576;s:4:\"file\";s:31:\"rifle_header-e1517083672882.jpg\";}s:23:\"thumbnail-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-small-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-large-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-blog-image-1517083968747\";a:4:{s:4:\"file\";s:39:\"rifle_header-e1517083672882-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(4928,24,'_edit_last','1'),
(4929,24,'_shortpixel_was_converted','1720206977'),
(4930,25,'_wp_attachment_image_alt','Carbine Classes'),
(4931,25,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:960;s:6:\"height\";i:576;s:4:\"file\";s:18:\"carbine_header.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-768x461.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:461;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-200x120.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:26:\"carbine_header-690x414.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:414;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1521240651480\";a:3:{s:5:\"width\";i:768;s:6:\"height\";i:576;s:4:\"file\";s:33:\"carbine_header-e1517083525740.jpg\";}}'),
(4932,25,'_edit_last','1'),
(4933,25,'_shortpixel_was_converted','1720206977'),
(4934,26,'_wp_attachment_image_alt','Pistol Classes'),
(4935,26,'_wp_attachment_backup_sizes','a:15:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1160;s:6:\"height\";i:800;s:4:\"file\";s:17:\"pistol_header.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-300x207.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:207;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-768x530.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:530;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:26:\"pistol_header-1024x706.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:706;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-200x138.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:138;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:25:\"pistol_header-690x476.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:476;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1521241232795\";a:3:{s:5:\"width\";i:919;s:6:\"height\";i:690;s:4:\"file\";s:32:\"pistol_header-e1517083439476.jpg\";}s:23:\"thumbnail-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-768x577.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:577;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-small-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-large-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-blog-image-1521241232795\";a:4:{s:4:\"file\";s:40:\"pistol_header-e1517083439476-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(4936,26,'_edit_last','1'),
(4937,26,'_shortpixel_was_converted','1720206977'),
(4938,31,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:19:\"20170215_094146.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:28:\"20170215_094146-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:27:\"20170215_094146-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(4939,31,'_shortpixel_was_converted','1720206977'),
(4940,45,'_shortpixel_was_converted','1720206977'),
(4941,51,'_shortpixel_was_converted','1720206977'),
(4942,55,'_shortpixel_was_converted','1720206977'),
(4943,56,'_wp_attachment_context','custom-header'),
(4944,56,'_shortpixel_was_converted','1720206976'),
(4945,62,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:500;s:6:\"height\";i:334;s:4:\"file\";s:17:\"atsi_logo_big.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"atsi_logo_big-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"atsi_logo_big-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:25:\"atsi_logo_big-200x134.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:134;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:25:\"atsi_logo_big-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(4946,62,'_edit_last','1'),
(4947,62,'_wp_attachment_image_alt','Amtac Shooting Logo'),
(4948,62,'_shortpixel_was_converted','1720206976'),
(4949,63,'_wp_attachment_context','site-icon'),
(4950,63,'_shortpixel_was_converted','1720206976'),
(4951,63,'_oembed_aafba14d7556d5cd6da66ffb27bbd8d5','{{unknown}}'),
(4952,65,'_wp_attachment_is_custom_background','talon/talon'),
(4953,65,'_shortpixel_was_converted','1720206976'),
(4954,70,'_shortpixel_was_converted','1720206976'),
(4955,71,'_shortpixel_was_converted','1720206976'),
(4956,72,'_shortpixel_was_converted','1720206976'),
(4957,73,'_shortpixel_was_converted','1720206976'),
(4958,74,'_shortpixel_was_converted','1720206976'),
(4959,86,'_shortpixel_was_converted','1720206976'),
(4960,161,'_shortpixel_was_converted','1720206987'),
(4961,165,'_shortpixel_was_converted','1720206987'),
(4962,196,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:2200;s:6:\"height\";i:1467;s:4:\"file\";s:17:\"6X0C2057-Edit.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:26:\"6X0C2057-Edit-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:25:\"6X0C2057-Edit-690x460.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(4963,196,'_shortpixel_was_converted','1720206987'),
(4964,201,'_shortpixel_was_converted','1720206987'),
(4965,203,'_shortpixel_was_converted','1720206987'),
(4966,206,'_shortpixel_was_converted','1720206987'),
(4967,207,'_wp_attachment_image_alt',''),
(4968,207,'_shortpixel_was_converted','1720206987'),
(4969,214,'_shortpixel_was_converted','1720206987'),
(4970,215,'_wp_attachment_context','custom-header'),
(4971,215,'_edit_last','1'),
(4972,215,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:1920;s:6:\"height\";i:1080;s:4:\"file\";s:18:\"cropped-pistol.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:27:\"cropped-pistol-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:26:\"cropped-pistol-690x388.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(4973,215,'_shortpixel_was_converted','1720206987'),
(4974,222,'_wp_attachment_backup_sizes','a:8:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4160;s:6:\"height\";i:2340;s:4:\"file\";s:21:\"Precision-Rifle-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:30:\"Precision-Rifle-1-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-200x113.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:113;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:29:\"Precision-Rifle-1-690x388.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:388;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(4975,222,'_shortpixel_was_converted','1720206987'),
(4976,225,'_wp_attachment_backup_sizes','a:5:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:350;s:6:\"height\";i:263;s:4:\"file\";s:12:\"carbine4.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"carbine4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"carbine4-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"carbine4-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"carbine4-280x263.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(4977,225,'_shortpixel_was_converted','1720206987'),
(4978,227,'_shortpixel_was_converted','1720206987'),
(4979,228,'_wp_attachment_backup_sizes','a:1:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:5050;s:6:\"height\";i:3287;s:4:\"file\";s:20:\"Hybrid-Carbine-2.jpg\";}}'),
(4980,228,'_edit_last','1'),
(4981,228,'_shortpixel_was_converted','1720206987'),
(4982,229,'_shortpixel_was_converted','1720206987'),
(4983,230,'_shortpixel_was_converted','1720206987'),
(4984,269,'_edit_last','1'),
(4985,269,'_shortpixel_was_converted','1720206987'),
(4986,273,'_shortpixel_was_converted','1720206987'),
(4987,274,'_shortpixel_was_converted','1720206987'),
(4988,275,'_shortpixel_was_converted','1720206987'),
(4989,292,'_shortpixel_was_converted','1720206987'),
(4990,303,'_shortpixel_was_converted','1720206997'),
(4991,304,'_shortpixel_was_converted','1720206997'),
(4992,316,'_shortpixel_was_converted','1720206997'),
(4993,380,'_gallery_link_url','https://sayoctactical.com/'),
(4994,380,'_gallery_link_target','_blank'),
(4995,380,'_gallery_link_preserve_click','remove'),
(4996,380,'_gallery_link_additional_css_classes',''),
(4997,380,'_shortpixel_was_converted','1720206997'),
(4998,381,'_gallery_link_url','https://defoor-proformance-shooting.myshopify.com'),
(4999,381,'_gallery_link_target','_blank'),
(5000,381,'_gallery_link_preserve_click','remove'),
(5001,381,'_gallery_link_additional_css_classes',''),
(5002,381,'_shortpixel_was_converted','1720206997'),
(5003,382,'_edit_last','1'),
(5004,382,'_oembed_206a125b57db15f38022bc968a05f32c','{{unknown}}'),
(5005,382,'_gallery_link_url','http://www.gustavomachado.com'),
(5006,382,'_gallery_link_target',''),
(5007,382,'_gallery_link_preserve_click','remove'),
(5008,382,'_gallery_link_additional_css_classes',''),
(5009,382,'_shortpixel_was_converted','1720206997'),
(5010,383,'_gallery_link_url','www.black-hills.com'),
(5011,383,'_gallery_link_target',''),
(5012,383,'_gallery_link_preserve_click','remove'),
(5013,383,'_gallery_link_additional_css_classes',''),
(5014,383,'_shortpixel_was_converted','1720206997'),
(5015,384,'_gallery_link_url','www.blackpointtactical.com'),
(5016,384,'_gallery_link_target',''),
(5017,384,'_gallery_link_preserve_click','remove'),
(5018,384,'_gallery_link_additional_css_classes',''),
(5019,384,'_shortpixel_was_converted','1720206997'),
(5020,385,'_gallery_link_url','https://www.proofresearch.com'),
(5021,385,'_gallery_link_target','_blank'),
(5022,385,'_gallery_link_preserve_click','remove'),
(5023,385,'_gallery_link_additional_css_classes',''),
(5024,385,'_shortpixel_was_converted','1720206997'),
(5025,386,'_gallery_link_url','http://www.usnightvision.com'),
(5026,386,'_gallery_link_target','_blank'),
(5027,386,'_gallery_link_preserve_click','remove'),
(5028,386,'_gallery_link_additional_css_classes',''),
(5029,386,'_shortpixel_was_converted','1720206997'),
(5030,387,'_gallery_link_url','http://vortexoptics.com'),
(5031,387,'_gallery_link_target','_blank'),
(5032,387,'_gallery_link_preserve_click','remove'),
(5033,387,'_gallery_link_additional_css_classes',''),
(5034,387,'_shortpixel_was_converted','1720206997'),
(5035,405,'_shortpixel_was_converted','1720206997'),
(5036,406,'_shortpixel_was_converted','1720206997'),
(5037,408,'_shortpixel_was_converted','1720206997'),
(5038,412,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:18:\"IMG_1452.HEIC_.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:27:\"IMG_1452.HEIC_-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:27:\"IMG_1452.HEIC_-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:24:\"IMG_1452.HEIC_-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-200x267.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:26:\"IMG_1452.HEIC_-690x920.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:920;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5039,412,'_wp_attachment_image_alt','FLIR Thermosight Pro PTS233,'),
(5040,412,'_shortpixel_was_converted','1720206997'),
(5041,413,'_shortpixel_was_converted','1720206997'),
(5042,414,'_shortpixel_was_converted','1720206997'),
(5043,416,'_shortpixel_was_converted','1720207013'),
(5044,417,'_shortpixel_was_converted','1720207013'),
(5045,418,'_shortpixel_was_converted','1720207013'),
(5046,419,'_shortpixel_was_converted','1720207013'),
(5047,420,'_shortpixel_was_converted','1720207013'),
(5048,421,'_shortpixel_was_converted','1720207013'),
(5049,422,'_shortpixel_was_converted','1720207013'),
(5050,423,'_shortpixel_was_converted','1720207013'),
(5051,424,'_shortpixel_was_converted','1720207013'),
(5052,425,'_shortpixel_was_converted','1720207013'),
(5053,426,'_shortpixel_was_converted','1720207013'),
(5054,427,'_shortpixel_was_converted','1720207013'),
(5055,428,'_shortpixel_was_converted','1720207013'),
(5056,429,'_shortpixel_was_converted','1720207013'),
(5057,430,'_shortpixel_was_converted','1720207013'),
(5058,431,'_shortpixel_was_converted','1720207013'),
(5059,432,'_shortpixel_was_converted','1720207013'),
(5060,433,'_shortpixel_was_converted','1720207013'),
(5061,434,'_shortpixel_was_converted','1720207013'),
(5062,438,'_shortpixel_was_converted','1720207013'),
(5063,439,'_shortpixel_was_converted','1720207021'),
(5064,484,'_shortpixel_was_converted','1720207021'),
(5065,486,'_shortpixel_was_converted','1720207021'),
(5066,506,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3312;s:6:\"height\";i:2848;s:4:\"file\";s:22:\"carbine_high_ready.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-300x258.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:258;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-768x660.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:31:\"carbine_high_ready-1024x881.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:881;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:28:\"carbine_high_ready-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-200x172.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:172;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:30:\"carbine_high_ready-690x593.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:593;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5067,506,'_shortpixel_was_converted','1720207021'),
(5068,507,'_shortpixel_was_converted','1720207021'),
(5069,508,'_shortpixel_was_converted','1720207021'),
(5070,509,'_shortpixel_was_converted','1720207021'),
(5071,510,'_shortpixel_was_converted','1720207021'),
(5072,511,'_shortpixel_was_converted','1720207021'),
(5073,512,'_shortpixel_was_converted','1720207021'),
(5074,513,'_shortpixel_was_converted','1720207021'),
(5075,514,'_shortpixel_was_converted','1720207021'),
(5076,515,'_shortpixel_was_converted','1720207021'),
(5077,516,'_shortpixel_was_converted','1720207021'),
(5078,517,'_shortpixel_was_converted','1720207021'),
(5079,518,'_shortpixel_was_converted','1720207021'),
(5080,519,'_shortpixel_was_converted','1720207021'),
(5081,520,'_shortpixel_was_converted','1720207021'),
(5082,521,'_shortpixel_was_converted','1720207021'),
(5083,522,'_shortpixel_was_converted','1720207021'),
(5084,524,'_shortpixel_was_converted','1720207035'),
(5085,526,'_shortpixel_was_converted','1720207035'),
(5086,535,'_shortpixel_was_converted','1720207035'),
(5087,537,'_shortpixel_was_converted','1720207035'),
(5088,539,'_shortpixel_was_converted','1720207035'),
(5089,598,'_shortpixel_was_converted','1720207035'),
(5090,600,'_shortpixel_was_converted','1720207035'),
(5091,602,'_shortpixel_was_converted','1720207035'),
(5092,602,'_wp_attachment_image_alt','Carbine'),
(5093,604,'_shortpixel_was_converted','1720207035'),
(5094,605,'_shortpixel_was_converted','1720207035'),
(5095,606,'_shortpixel_was_converted','1720207035'),
(5096,608,'_shortpixel_was_converted','1720207035'),
(5097,610,'_shortpixel_was_converted','1720207035'),
(5098,612,'_shortpixel_was_converted','1720207035'),
(5099,614,'_shortpixel_was_converted','1720207035'),
(5100,616,'_shortpixel_was_converted','1720207035'),
(5101,618,'_shortpixel_was_converted','1720207035'),
(5102,631,'_wp_attachment_image_alt','Integrated Combatives AAR'),
(5103,631,'_shortpixel_was_converted','1720207035'),
(5104,637,'_shortpixel_was_converted','1720207035'),
(5105,643,'_shortpixel_was_converted','1720207035'),
(5106,648,'_shortpixel_was_converted','1720207072'),
(5107,657,'_shortpixel_was_converted','1720207072'),
(5108,663,'_wp_attachment_backup_sizes','a:1:{s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:37:\"AB0A3350_edit_zps6igcmeyf-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5109,663,'_wp_attachment_image_alt','Kevin Kelly'),
(5110,663,'_shortpixel_was_converted','1712792935'),
(5111,667,'_shortpixel_was_converted','1720207072'),
(5112,672,'_shortpixel_was_converted','1720207072'),
(5113,696,'_wp_attachment_image_alt','AAR Civilian Gunfighter Integrated Combatives'),
(5114,696,'_shortpixel_was_converted','1720207072'),
(5115,699,'_shortpixel_was_converted','1720207072'),
(5116,706,'_wp_attachment_image_alt','AAR Responsible Armed Citizen Breach Bang Clear'),
(5117,706,'_shortpixel_was_converted','1720207072'),
(5118,710,'_wp_attachment_image_alt','AAR Integrated Combatives VDMSR'),
(5119,710,'_shortpixel_was_converted','1720207072'),
(5120,714,'_wp_attachment_image_alt','AAR Womens Shooting Defense Course VDMSR'),
(5121,714,'_shortpixel_was_converted','1720207071'),
(5122,719,'_wp_attachment_image_alt','AAR Integrated Combatives Glock Talk'),
(5123,719,'_shortpixel_was_converted','1720207071'),
(5124,723,'_wp_attachment_image_alt','AAR Shooting and CQB VDMSR'),
(5125,723,'_shortpixel_was_converted','1720207071'),
(5126,728,'_wp_attachment_image_alt','AAR Responsible Armed Citizen VDMSR'),
(5127,728,'_shortpixel_was_converted','1720207071'),
(5128,740,'_wp_attachment_backup_sizes','a:19:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3264;s:6:\"height\";i:2448;s:4:\"file\";s:12:\"IMG_1826.jpg\";}s:18:\"full-1523572535532\";a:3:{s:5:\"width\";i:2000;s:6:\"height\";i:1500;s:4:\"file\";s:27:\"IMG_1826-e1523572525145.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_1826-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"IMG_1826-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:20:\"IMG_1826-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:18:\"full-1523575982520\";a:3:{s:5:\"width\";i:1500;s:6:\"height\";i:2000;s:4:\"file\";s:27:\"IMG_1826-e1523572535532.jpg\";}s:23:\"thumbnail-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:20:\"medium-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-225x300.jpg\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:26:\"medium_large-1523575982520\";a:4:{s:4:\"file\";s:36:\"IMG_1826-e1523572535532-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:19:\"large-1523575982520\";a:4:{s:4:\"file\";s:36:\"IMG_1826-e1523572535532-768x1024.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"widget-thumbnail-1523575982520\";a:4:{s:4:\"file\";s:33:\"IMG_1826-e1523572535532-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-small-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-200x267.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-home-large-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:30:\"talon-blog-image-1523575982520\";a:4:{s:4:\"file\";s:35:\"IMG_1826-e1523572535532-690x920.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:920;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5129,740,'_shortpixel_was_converted','1720207071'),
(5130,749,'_shortpixel_was_converted','1720207071'),
(5131,751,'_shortpixel_was_converted','1720207071'),
(5132,753,'_shortpixel_was_converted','1720207071'),
(5133,755,'_shortpixel_was_converted','1720207071'),
(5134,784,'_shortpixel_was_converted','1720207071'),
(5135,796,'_shortpixel_was_converted','1720207071'),
(5136,798,'_shortpixel_was_converted','1720207081'),
(5137,800,'_shortpixel_was_converted','1720207081'),
(5138,802,'_shortpixel_was_converted','1720207081'),
(5139,804,'_shortpixel_was_converted','1720207081'),
(5140,806,'_shortpixel_was_converted','1720207081'),
(5141,808,'_shortpixel_was_converted','1720207081'),
(5142,810,'_shortpixel_was_converted','1720207081'),
(5143,812,'_shortpixel_was_converted','1720207081'),
(5144,814,'_shortpixel_was_converted','1720207081'),
(5145,816,'_shortpixel_was_converted','1720207081'),
(5146,818,'_shortpixel_was_converted','1720207081'),
(5147,821,'_shortpixel_was_converted','1720207081'),
(5148,823,'_shortpixel_was_converted','1720207081'),
(5149,825,'_shortpixel_was_converted','1720207081'),
(5150,827,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:23:\"2018-04-03-17.52.32.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:32:\"2018-04-03-17.52.32-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:29:\"2018-04-03-17.52.32-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:31:\"2018-04-03-17.52.32-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5151,827,'_shortpixel_was_converted','1720207081'),
(5152,829,'_shortpixel_was_converted','1720207081'),
(5153,831,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3024;s:6:\"height\";i:2016;s:4:\"file\";s:24:\"aac_flash_suppressor.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:33:\"aac_flash_suppressor-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:30:\"aac_flash_suppressor-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:32:\"aac_flash_suppressor-690x460.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5154,831,'_shortpixel_was_converted','1720207081'),
(5155,833,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3576;s:6:\"height\";i:2384;s:4:\"file\";s:29:\"bemeyers_flash_suppressor.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:38:\"bemeyers_flash_suppressor-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:35:\"bemeyers_flash_suppressor-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-200x133.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:37:\"bemeyers_flash_suppressor-690x460.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:460;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5156,833,'_shortpixel_was_converted','1720207081'),
(5157,835,'_shortpixel_was_converted','1720207081'),
(5158,837,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:40:\"7680FC55-38D6-45FD-92E5-736B699AF2C7.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:49:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:48:\"7680FC55-38D6-45FD-92E5-736B699AF2C7-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5159,837,'_shortpixel_was_converted','1720207081'),
(5160,839,'_shortpixel_was_converted','1720207116'),
(5161,841,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"IMG_2174.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_2174-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"IMG_2174-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2174-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5162,841,'_shortpixel_was_converted','1720207116'),
(5163,843,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"IMG_2187.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_2187-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"IMG_2187-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:20:\"IMG_2187-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5164,843,'_shortpixel_was_converted','1720207116'),
(5165,845,'_shortpixel_was_converted','1720207116'),
(5166,847,'_shortpixel_was_converted','1720207116'),
(5167,849,'_shortpixel_was_converted','1720207116'),
(5168,851,'_shortpixel_was_converted','1720207116'),
(5169,853,'_shortpixel_was_converted','1720207116'),
(5170,855,'_shortpixel_was_converted','1720207116'),
(5171,857,'_shortpixel_was_converted','1720207116'),
(5172,859,'_shortpixel_was_converted','1720207116'),
(5173,861,'_shortpixel_was_converted','1720207116'),
(5174,863,'_shortpixel_was_converted','1720207116'),
(5175,865,'_shortpixel_was_converted','1720207116'),
(5176,867,'_shortpixel_was_converted','1720207116'),
(5177,869,'_shortpixel_was_converted','1720207116'),
(5178,871,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:25:\"2018-03-21-10.35.11-1.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:34:\"2018-03-21-10.35.11-1-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:31:\"2018-03-21-10.35.11-1-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:33:\"2018-03-21-10.35.11-1-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5179,871,'_shortpixel_was_converted','1720207116'),
(5180,873,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:40:\"DEA1F19B-1608-4603-A898-44477B13501D.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:49:\"DEA1F19B-1608-4603-A898-44477B13501D-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"DEA1F19B-1608-4603-A898-44477B13501D-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:48:\"DEA1F19B-1608-4603-A898-44477B13501D-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5181,873,'_shortpixel_was_converted','1720207116'),
(5182,875,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:40:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:49:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:46:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:48:\"F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5183,875,'_shortpixel_was_converted','1720207116'),
(5184,877,'_shortpixel_was_converted','1720207116'),
(5185,879,'_shortpixel_was_converted','1720207317'),
(5186,881,'_shortpixel_was_converted','1720207317'),
(5187,950,'_shortpixel_was_converted','1720207317'),
(5188,954,'_shortpixel_was_converted','1720207317'),
(5189,960,'_shortpixel_was_converted','1720207317'),
(5190,973,'_shortpixel_was_converted','1720207317'),
(5191,975,'_shortpixel_was_converted','1720207317'),
(5192,977,'_shortpixel_was_converted','1720207317'),
(5193,979,'_shortpixel_was_converted','1720207317'),
(5194,981,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:41:\"A13E6688-3690-48C8-8910-4220CC1B5A14.jpeg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:50:\"A13E6688-3690-48C8-8910-4220CC1B5A14-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:47:\"A13E6688-3690-48C8-8910-4220CC1B5A14-75x75.jpeg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-200x150.jpeg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-280x280.jpeg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:49:\"A13E6688-3690-48C8-8910-4220CC1B5A14-690x518.jpeg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5195,981,'_shortpixel_was_converted','1720207317'),
(5196,991,'_shortpixel_was_converted','1720207317'),
(5197,993,'_shortpixel_was_converted','1720207317'),
(5198,995,'_shortpixel_was_converted','1720207317'),
(5199,997,'_shortpixel_was_converted','1720207316'),
(5200,999,'_shortpixel_was_converted','1720207316'),
(5201,1011,'_shortpixel_was_converted','1720207316'),
(5202,1013,'_shortpixel_was_converted','1720207316'),
(5203,1015,'_shortpixel_was_converted','1720207316'),
(5204,1017,'_shortpixel_was_converted','1720207316'),
(5205,1019,'_shortpixel_was_converted','1720207316'),
(5206,1021,'_shortpixel_was_converted','1720207325'),
(5207,1023,'_shortpixel_was_converted','1720207325'),
(5208,1025,'_shortpixel_was_converted','1720207325'),
(5209,1031,'_shortpixel_was_converted','1720207325'),
(5210,1058,'_shortpixel_was_converted','1720207325'),
(5211,1062,'_shortpixel_was_converted','1720207325'),
(5212,1067,'_shortpixel_was_converted','1720207325'),
(5213,1097,'_wp_attachment_backup_sizes','a:3:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Front-700x300.jpg\";s:4:\"file\";s:25:\"FO3-G19-Front-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Front-620x266.jpg\";s:4:\"file\";s:25:\"FO3-G19-Front-620x266.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Front-400x171.jpg\";s:4:\"file\";s:25:\"FO3-G19-Front-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5214,1097,'_shortpixel_was_converted','1720207325'),
(5215,1108,'_wp_attachment_backup_sizes','a:3:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Back-700x300.jpg\";s:4:\"file\";s:24:\"FO3-G17-Back-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Back-620x266.jpg\";s:4:\"file\";s:24:\"FO3-G17-Back-620x266.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Back-400x171.jpg\";s:4:\"file\";s:24:\"FO3-G17-Back-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5216,1108,'_shortpixel_was_converted','1720207325'),
(5217,1110,'_wp_attachment_backup_sizes','a:3:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Front-700x300.jpg\";s:4:\"file\";s:25:\"FO3-G17-Front-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Front-620x266.jpg\";s:4:\"file\";s:25:\"FO3-G17-Front-620x266.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:80:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G17-Front-400x171.jpg\";s:4:\"file\";s:25:\"FO3-G17-Front-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5218,1110,'_shortpixel_was_converted','1720207325'),
(5219,1112,'_wp_attachment_backup_sizes','a:3:{s:15:\"resized-700x300\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Back-700x300.jpg\";s:4:\"file\";s:24:\"FO3-G19-Back-700x300.jpg\";s:5:\"width\";i:700;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-620x266\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Back-620x266.jpg\";s:4:\"file\";s:24:\"FO3-G19-Back-620x266.jpg\";s:5:\"width\";i:620;s:6:\"height\";i:266;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:15:\"resized-400x171\";a:5:{s:4:\"path\";s:79:\"/home2/mericci8/public_html/wp-content/uploads/2018/08/FO3-G19-Back-400x171.jpg\";s:4:\"file\";s:24:\"FO3-G19-Back-400x171.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:171;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5220,1112,'_shortpixel_was_converted','1720207325'),
(5221,1118,'_shortpixel_was_converted','1720207325'),
(5222,1130,'_shortpixel_was_converted','1720207325'),
(5223,1132,'_shortpixel_was_converted','1720207325'),
(5224,1134,'_shortpixel_was_converted','1720207325'),
(5225,1136,'_shortpixel_was_converted','1720207325'),
(5226,1138,'_shortpixel_was_converted','1720207325'),
(5227,1140,'_shortpixel_was_converted','1720207325'),
(5228,1142,'_shortpixel_was_converted','1720207325'),
(5229,1144,'_shortpixel_was_converted','1720207325'),
(5230,1146,'_shortpixel_was_converted','1720207335'),
(5231,1148,'_shortpixel_was_converted','1720207335'),
(5232,1150,'_shortpixel_was_converted','1720207335'),
(5233,1152,'_shortpixel_was_converted','1720207335'),
(5234,1154,'_shortpixel_was_converted','1720207335'),
(5235,1156,'_shortpixel_was_converted','1720207335'),
(5236,1158,'_shortpixel_was_converted','1720207335'),
(5237,1160,'_shortpixel_was_converted','1720207335'),
(5238,1162,'_shortpixel_was_converted','1720207335'),
(5239,1164,'_shortpixel_was_converted','1720207335'),
(5240,1166,'_shortpixel_was_converted','1720207335'),
(5241,1168,'_shortpixel_was_converted','1720207335'),
(5242,1170,'_shortpixel_was_converted','1720207335'),
(5243,1172,'_shortpixel_was_converted','1720207334'),
(5244,1174,'_shortpixel_was_converted','1720207334'),
(5245,1176,'_shortpixel_was_converted','1720207334'),
(5246,1178,'_shortpixel_was_converted','1720207334'),
(5247,1180,'_wp_attachment_image_alt','Bill and Chainsaw Sniper Adventure Challenge 2018'),
(5248,1180,'_shortpixel_was_converted','1720207334'),
(5249,1182,'_shortpixel_was_converted','1720207334'),
(5250,1184,'_shortpixel_was_converted','1720207334'),
(5251,1186,'_shortpixel_was_converted','1720207344'),
(5252,1188,'_shortpixel_was_converted','1720207344'),
(5253,1190,'_shortpixel_was_converted','1720207344'),
(5254,1192,'_shortpixel_was_converted','1720207344'),
(5255,1194,'_shortpixel_was_converted','1720207344'),
(5256,1196,'_shortpixel_was_converted','1720207344'),
(5257,1198,'_shortpixel_was_converted','1720207344'),
(5258,1200,'_shortpixel_was_converted','1720207344'),
(5259,1200,'_wp_attachment_image_alt','Carbine'),
(5260,1202,'_shortpixel_was_converted','1720207344'),
(5261,1204,'_shortpixel_was_converted','1720207344'),
(5262,1206,'_shortpixel_was_converted','1720207344'),
(5263,1208,'_shortpixel_was_converted','1712883203'),
(5264,1210,'_shortpixel_was_converted','1720207344'),
(5265,1212,'_shortpixel_was_converted','1720207344'),
(5266,1217,'_shortpixel_was_converted','1720207344'),
(5267,1219,'_shortpixel_was_converted','1720207344'),
(5268,1221,'_shortpixel_was_converted','1720207344'),
(5269,1223,'_shortpixel_was_converted','1720207344'),
(5270,1225,'_shortpixel_was_converted','1720207344'),
(5271,1228,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:4032;s:6:\"height\";i:3024;s:4:\"file\";s:12:\"IMG_4394.jpg\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:21:\"IMG_4394-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:18:\"IMG_4394-75x75.jpg\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-200x150.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-280x280.jpg\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:10:\"image/jpeg\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:20:\"IMG_4394-690x518.jpg\";s:5:\"width\";i:690;s:6:\"height\";i:518;s:9:\"mime-type\";s:10:\"image/jpeg\";}}'),
(5272,1228,'_shortpixel_was_converted','1720207344'),
(5273,1230,'_shortpixel_was_converted','1720207379'),
(5274,1232,'_shortpixel_was_converted','1720207379'),
(5275,1234,'_shortpixel_was_converted','1720207379'),
(5276,1236,'_shortpixel_was_converted','1720207379'),
(5277,1239,'_shortpixel_was_converted','1720207379'),
(5278,1256,'_shortpixel_was_converted','1720207379'),
(5279,1258,'_shortpixel_was_converted','1720207379'),
(5280,1260,'_shortpixel_was_converted','1720207379'),
(5281,1262,'_wp_attachment_backup_sizes','a:9:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:3024;s:6:\"height\";i:4032;s:4:\"file\";s:9:\"watch.png\";}s:14:\"thumbnail-orig\";a:4:{s:4:\"file\";s:17:\"watch-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";}s:11:\"medium-orig\";a:4:{s:4:\"file\";s:17:\"watch-225x300.png\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";}s:17:\"medium_large-orig\";a:4:{s:4:\"file\";s:18:\"watch-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:10:\"large-orig\";a:4:{s:4:\"file\";s:18:\"watch-768x1024.png\";s:5:\"width\";i:768;s:6:\"height\";i:1024;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"widget-thumbnail-orig\";a:4:{s:4:\"file\";s:15:\"watch-75x75.png\";s:5:\"width\";i:75;s:6:\"height\";i:75;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"talon-home-small-orig\";a:4:{s:4:\"file\";s:17:\"watch-200x267.png\";s:5:\"width\";i:200;s:6:\"height\";i:267;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"talon-home-large-orig\";a:4:{s:4:\"file\";s:17:\"watch-280x280.png\";s:5:\"width\";i:280;s:6:\"height\";i:280;s:9:\"mime-type\";s:9:\"image/png\";}s:21:\"talon-blog-image-orig\";a:4:{s:4:\"file\";s:17:\"watch-690x920.png\";s:5:\"width\";i:690;s:6:\"height\";i:920;s:9:\"mime-type\";s:9:\"image/png\";}}'),
(5282,1262,'_shortpixel_was_converted','1720207379'),
(5283,1265,'_shortpixel_was_converted','1720207379'),
(5284,1267,'_shortpixel_was_converted','1720207379'),
(5285,1269,'_shortpixel_was_converted','1720207379'),
(5286,1280,'_shortpixel_was_converted','1720207379'),
(5287,1282,'_shortpixel_was_converted','1720207379'),
(5288,1284,'_shortpixel_was_converted','1720207379'),
(5289,1286,'_shortpixel_was_converted','1720207379'),
(5290,1297,'_shortpixel_was_converted','1720207379'),
(5291,1299,'_shortpixel_was_converted','1720207379'),
(5292,1301,'_shortpixel_was_converted','1720207379'),
(5293,1303,'_shortpixel_was_converted','1720207379'),
(5294,1305,'_wp_attachment_image_alt','Integrated Combatives'),
(5295,1305,'_shortpixel_was_converted','1710369017'),
(5296,1307,'_shortpixel_was_converted','1720207389'),
(5297,1309,'_shortpixel_was_converted','1720207389'),
(5298,1311,'_shortpixel_was_converted','1720207389'),
(5299,1313,'_shortpixel_was_converted','1720207389'),
(5300,1315,'_shortpixel_was_converted','1720207389'),
(5301,1317,'_shortpixel_was_converted','1720207389'),
(5302,1319,'_shortpixel_was_converted','1720207389'),
(5303,1321,'_shortpixel_was_converted','1720207389'),
(5304,1323,'_shortpixel_was_converted','1712883541'),
(5305,1325,'_shortpixel_was_converted','1720207389'),
(5306,1327,'_shortpixel_was_converted','1720207389'),
(5307,1329,'_shortpixel_was_converted','1720207389'),
(5308,1331,'_shortpixel_was_converted','1720207389'),
(5309,1333,'_shortpixel_was_converted','1720207389'),
(5310,1335,'_shortpixel_was_converted','1720207389'),
(5311,1337,'_shortpixel_was_converted','1720207389'),
(5312,1339,'_shortpixel_was_converted','1720207389'),
(5313,1341,'_shortpixel_was_converted','1720207389'),
(5314,1343,'_shortpixel_was_converted','1720207389'),
(5315,1345,'_shortpixel_was_converted','1720207403'),
(5316,1347,'_shortpixel_was_converted','1720207403'),
(5317,1349,'_shortpixel_was_converted','1720207403'),
(5318,1351,'_shortpixel_was_converted','1720207403'),
(5319,1356,'_shortpixel_was_converted','1720207403'),
(5320,1376,'_wp_attachment_image_alt','Carbine'),
(5321,1376,'_shortpixel_was_converted','1720207403'),
(5322,1378,'_wp_attachment_image_alt','Combatives'),
(5323,1378,'_shortpixel_was_converted','1720207403'),
(5324,1383,'_wp_attachment_image_alt','Amtac Mil Leo Carbine Course'),
(5325,1383,'_shortpixel_was_converted','1720207403'),
(5326,1390,'_wp_attachment_image_alt','Carbine Course'),
(5327,1390,'_shortpixel_was_converted','1720207403'),
(5328,1403,'_wp_attachment_image_alt','Precision Rifle'),
(5329,1403,'_shortpixel_was_converted','1720207403'),
(5330,1506,'_wp_attachment_image_alt','Radio Communications'),
(5331,1506,'_shortpixel_was_converted','1720207403'),
(5332,1508,'_shortpixel_was_converted','1720207403'),
(5333,1530,'_shortpixel_was_converted','1720207403'),
(5334,1535,'_shortpixel_was_converted','1720207403'),
(5335,1535,'_wp_attachment_image_alt','Centurian Arms AMTAC Carbine Rifle'),
(5336,1537,'_wp_attachment_image_alt','Centurian Arms AMTAC Carbine Pistol'),
(5337,1537,'_shortpixel_was_converted','1720207403'),
(5338,1540,'_wp_attachment_image_alt','AAR Civilian Gunfighter Compact Carbine'),
(5339,1540,'_shortpixel_was_converted','1720207403'),
(5340,1558,'_wp_attachment_image_alt','Compact Carbine Truck'),
(5341,1558,'_shortpixel_was_converted','1720207403'),
(5342,1572,'_shortpixel_was_converted','1720207403'),
(5343,1591,'_wp_attachment_image_alt','Modern Warrior Conference'),
(5344,1591,'_shortpixel_was_converted','1720207403'),
(5345,1599,'_shortpixel_was_converted','1720207403'),
(5346,1599,'_wp_attachment_image_alt','Pistol Vehicle Combatives Course'),
(5347,1614,'_wp_attachment_image_alt','FO3 Rhodesian Brushstroke'),
(5348,1614,'_shortpixel_was_converted','1720207419'),
(5349,1626,'_wp_attachment_image_alt','Winter Shooting'),
(5350,1626,'_shortpixel_was_converted','1720207419'),
(5351,1645,'_shortpixel_was_converted','1720207419'),
(5352,1650,'_wp_attachment_image_alt','Walther Logo'),
(5353,1650,'_shortpixel_status','2.8600'),
(5354,1651,'_wp_attachment_image_alt','AMTAC Gear'),
(5355,1651,'_shortpixel_was_converted','1720207419'),
(5356,1661,'_shortpixel_was_converted','1720207419'),
(5357,1671,'_shortpixel_was_converted','1720207419'),
(5358,1684,'_wp_attachment_image_alt','Tom Kier and Bill Rapier'),
(5359,1684,'_shortpixel_was_converted','1720207419'),
(5360,1685,'_wp_attachment_image_alt','2022 Modern Warrior Conference'),
(5361,1685,'_shortpixel_was_converted','1720207419'),
(5362,1690,'_wp_attachment_image_alt','Atienza Blade Seminar'),
(5363,1690,'_shortpixel_was_converted','1720207419'),
(5364,1694,'_wp_attachment_image_alt','Jiu Jitsu'),
(5365,1694,'_shortpixel_was_converted','1720207419'),
(5366,1695,'_wp_attachment_image_alt','Walther Pistol Bill'),
(5367,1695,'_shortpixel_was_converted','1720207419'),
(5368,1697,'_wp_attachment_image_alt','Walther Pistol Bill'),
(5369,1697,'_shortpixel_was_converted','1720207419'),
(5370,1698,'_wp_attachment_image_alt','Bill Walther Pistol'),
(5371,1698,'_shortpixel_was_converted','1720207419'),
(5372,1717,'_shortpixel_was_converted','1720207419'),
(5373,1718,'_wp_attachment_image_alt','Amtac Instructor David Acosta with Bill'),
(5374,1718,'_shortpixel_was_converted','1712948099'),
(5375,1719,'_wp_attachment_image_alt','Amtac Instructor David Acosta'),
(5376,1719,'_shortpixel_was_converted','1712948189'),
(5377,1726,'_shortpixel_was_converted','1720207419'),
(5378,1727,'_shortpixel_was_converted','1712959851'),
(5379,1728,'_shortpixel_was_converted','1712959898'),
(5380,1736,'_wp_attachment_image_alt','Amtac Shooting Instructor David Cagle'),
(5381,1736,'_wp_attachment_backup_sizes','a:2:{s:9:\"full-orig\";a:3:{s:5:\"width\";i:366;s:6:\"height\";i:588;s:4:\"file\";s:37:\"Amtac-Instructors-David-Cagle-min.jpg\";}s:18:\"full-1656643966336\";a:3:{s:5:\"width\";i:266;s:6:\"height\";i:427;s:4:\"file\";s:52:\"Amtac-Instructors-David-Cagle-min-e1656643908151.jpg\";}}'),
(5382,1736,'_shortpixel_was_converted','1712956811'),
(5383,1753,'_shortpixel_was_converted','1712956809'),
(5384,1759,'_shortpixel_was_converted','1720207501'),
(5385,1760,'_shortpixel_was_converted','1720207501'),
(5386,1761,'_shortpixel_was_converted','1712959837'),
(5387,1763,'_shortpixel_was_converted','1720207501'),
(5388,1764,'_shortpixel_was_converted','1712956788'),
(5389,1765,'_shortpixel_was_converted','1720207501'),
(5390,1766,'_shortpixel_was_converted','1720207501'),
(5391,1767,'_shortpixel_was_converted','1720207501'),
(5392,1815,'_shortpixel_was_converted','1720207501'),
(5393,1816,'_shortpixel_was_converted','1720207501'),
(5394,1817,'_shortpixel_was_converted','1720207501'),
(5395,1818,'_shortpixel_was_converted','1720207501'),
(5396,1819,'_shortpixel_was_converted','1720207501'),
(5397,1820,'_shortpixel_was_converted','1720207501'),
(5398,1821,'_shortpixel_was_converted','1720207501'),
(5399,1834,'_shortpixel_was_converted','1720207501'),
(5400,1851,'_shortpixel_was_converted','1720207501'),
(5401,1861,'_shortpixel_was_converted','1712717652'),
(5402,1862,'_shortpixel_was_converted','1712717652'),
(5403,1883,'_shortpixel_was_converted','1712717652'),
(5404,1884,'_shortpixel_was_converted','1712717652'),
(5405,1949,'_shortpixel_was_converted','1712717652'),
(5406,1950,'_shortpixel_was_converted','1712717652'),
(5407,1951,'_shortpixel_was_converted','1712717652'),
(5408,1952,'_shortpixel_was_converted','1712717652'),
(5409,1953,'_shortpixel_was_converted','1712717652'),
(5410,1958,'_wp_attachment_image_alt','Modern Warrior Conference 2023'),
(5411,1958,'_shortpixel_was_converted','1712717652'),
(5412,2054,'_shortpixel_was_converted','1712717652'),
(5413,2056,'_shortpixel_was_converted','1712717652'),
(5414,2058,'_shortpixel_was_converted','1712717652'),
(5415,2059,'_shortpixel_was_converted','1712717652'),
(5416,2060,'_shortpixel_was_converted','1712717652'),
(5417,2061,'_shortpixel_was_converted','1712717652'),
(5418,2062,'_shortpixel_was_converted','1712717652'),
(5419,2066,'_shortpixel_was_converted','1712717637'),
(5420,2067,'_shortpixel_was_converted','1712717652'),
(5421,2068,'_shortpixel_was_converted','1712717652'),
(5422,2069,'_shortpixel_was_converted','1712717691'),
(5423,2070,'_shortpixel_was_converted','1712717637'),
(5424,2071,'_shortpixel_was_converted','1712717637'),
(5425,2072,'_shortpixel_was_converted','1712717637'),
(5426,2073,'_shortpixel_was_converted','1712717636'),
(5427,2074,'_shortpixel_was_converted','1712717636'),
(5428,2075,'_shortpixel_was_converted','1712717636'),
(5429,2076,'_shortpixel_was_converted','1712717636'),
(5430,2077,'_shortpixel_was_converted','1712717636'),
(5431,2078,'_shortpixel_was_converted','1712717636'),
(5432,2122,'_shortpixel_was_converted','1712717636'),
(5433,2123,'_shortpixel_was_converted','1712717636'),
(5434,2139,'_shortpixel_was_converted','1712717636'),
(5435,2140,'_shortpixel_was_converted','1712717636'),
(5436,2141,'_shortpixel_was_converted','1712717636'),
(5437,2142,'_shortpixel_was_converted','1712717636'),
(5438,2144,'_shortpixel_was_converted','1712717636'),
(5439,2145,'_shortpixel_was_converted','1712717636'),
(5440,2146,'_shortpixel_was_converted','1712717636'),
(5441,2153,'_shortpixel_was_converted','1712717636'),
(5442,2156,'_shortpixel_was_converted','1712717628'),
(5443,2157,'_shortpixel_was_converted','1712717628'),
(5444,2158,'_shortpixel_was_converted','1712717628'),
(5445,2159,'_shortpixel_was_converted','1712717628'),
(5446,2160,'_shortpixel_was_converted','1712717628'),
(5447,2161,'_shortpixel_was_converted','1712717628'),
(5448,2166,'_shortpixel_was_converted','1712717628'),
(5449,2168,'_shortpixel_was_converted','1712717628'),
(5450,2184,'_shortpixel_was_converted','1712717628'),
(5451,2190,'_shortpixel_was_converted','1712717628'),
(5452,2192,'_shortpixel_was_converted','1712717628'),
(5453,2193,'_shortpixel_was_converted','1712717628'),
(5454,2194,'_shortpixel_was_converted','1712717628'),
(5455,2202,'_shortpixel_was_converted','1712717628'),
(5456,2203,'_shortpixel_was_converted','1712717628'),
(5457,2205,'_wp_attachment_context','custom-header'),
(5458,2205,'_shortpixel_was_converted','1712717628'),
(5459,2207,'_shortpixel_was_converted','1712717628'),
(5460,2213,'_shortpixel_was_converted','1712717628'),
(5461,2215,'_shortpixel_was_converted','1712717628'),
(5462,2216,'_shortpixel_was_converted','1712717628'),
(5463,2220,'_wp_attachment_context','custom-header'),
(5464,2220,'_shortpixel_was_converted','1712717608'),
(5465,2229,'_wp_attachment_custom_header_last_used_talon/talon','1697160274'),
(5466,2229,'_wp_attachment_is_custom_header','talon/talon'),
(5467,2229,'_shortpixel_was_converted','1712717608'),
(5468,2231,'_wp_attachment_custom_header_last_used_talon/talon','1697160409'),
(5469,2231,'_wp_attachment_is_custom_header','talon/talon'),
(5470,2231,'_shortpixel_was_converted','1712717608'),
(5471,2232,'_wp_attachment_custom_header_last_used_talon/talon','1697160399'),
(5472,2232,'_wp_attachment_is_custom_header','talon/talon'),
(5473,2232,'_shortpixel_was_converted','1712717608'),
(5474,2237,'_shortpixel_was_converted','1712717608'),
(5475,2241,'_shortpixel_was_converted','1712717608'),
(5476,2258,'_shortpixel_was_converted','1712717608'),
(5477,2260,'_shortpixel_was_converted','1712717608'),
(5478,2295,'_shortpixel_was_converted','1712717608'),
(5479,2297,'_shortpixel_was_converted','1712717607'),
(5480,2298,'_shortpixel_was_converted','1712717607'),
(5481,2302,'_shortpixel_was_converted','1712717607'),
(5482,2305,'_shortpixel_was_converted','1712717607'),
(5483,2306,'_shortpixel_was_converted','1712717607'),
(5484,2307,'_shortpixel_was_converted','1712717607'),
(5485,2308,'_shortpixel_was_converted','1712717607'),
(5486,2310,'_shortpixel_was_converted','1712717607'),
(5487,2313,'_shortpixel_was_converted','1712717599'),
(5488,2333,'_shortpixel_was_converted','1712717599'),
(5489,2342,'_shortpixel_was_converted','1712717599'),
(5490,2345,'_shortpixel_was_converted','1712717599'),
(5491,2346,'_shortpixel_was_converted','1712717599'),
(5492,2348,'_shortpixel_was_converted','1712717599'),
(5493,2352,'_shortpixel_was_converted','1712717599'),
(5494,2356,'_shortpixel_was_converted','1712717599'),
(5495,2385,'_shortpixel_was_converted','1712717599'),
(5496,2386,'_shortpixel_was_converted','1712717599'),
(5497,2412,'_shortpixel_was_converted','1712717599'),
(5498,2423,'_shortpixel_was_converted','1712717599'),
(5499,2427,'_shortpixel_was_converted','1712717599'),
(5500,2428,'_shortpixel_was_converted','1712717599'),
(5501,2441,'_shortpixel_was_converted','1712717599'),
(5502,2444,'_shortpixel_was_converted','1712717599'),
(5503,2451,'_shortpixel_was_converted','1712717599'),
(5504,2462,'_shortpixel_was_converted','1712717599'),
(5505,2578,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/f43ace60823d1150711162e808158a60/mens-classic-tee-black-front-65fcb27facc11.jpg'),
(5506,2579,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/637c7810ba5fad294c1c3159065d3740/mens-classic-tee-black-back-65fcb27fade32.jpg'),
(5507,2580,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/1b5908bdac542c618c017d6d9231ba18/mens-classic-tee-black-left-65fcb27fae1e3.jpg'),
(5508,2581,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/eff7a3cc586d6903f74fa87650edbdae/mens-classic-tee-black-left-front-65fcb27fae419.jpg'),
(5509,2582,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/ed4838e68e2d301f387f54cc14659849/mens-classic-tee-cardinal-front-65fcb27fae711.jpg'),
(5510,2583,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/8fb54fcf3d9b9f9e519561d00c34ef98/mens-classic-tee-cardinal-back-65fcb27faf162.jpg'),
(5511,2584,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/b3fa0bd0923f651f7c5f59d1f63b7ab0/mens-classic-tee-cardinal-left-65fcb27faff7c.jpg'),
(5512,2585,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/d4965b481f6d0992bf26ae15285c296d/mens-classic-tee-cardinal-left-front-65fcb27fb0b56.jpg'),
(5513,2586,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/7807f5f403c7a0fe645a6452d63d9547/mens-classic-tee-royal-front-65fcb27fb17a4.jpg'),
(5514,2587,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/5d0c1afddf0330a9e6099f3878cbd86e/mens-classic-tee-royal-back-65fcb27fb24e0.jpg'),
(5515,2588,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/28800372ca91a92d4d02503f91fb6ed1/mens-classic-tee-royal-left-65fcb27fb301f.jpg'),
(5516,2589,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/a0d20456a5ffbd8a313ccdab5b024a34/mens-classic-tee-royal-left-front-65fcb27fb3a2a.jpg'),
(5517,2590,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/ce5a67782b8729a1e1a641dddd5c4d8b/mens-classic-tee-charcoal-front-65fcb27fb443e.jpg'),
(5518,2591,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/d77673276fb3d289924677310d924095/mens-classic-tee-charcoal-back-65fcb27fb5374.jpg'),
(5519,2592,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/506172571c1d15bc0f690d3cfe32a076/mens-classic-tee-charcoal-left-65fcb27fb65b5.jpg'),
(5520,2593,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/e4b5e9ad80694bd8db59e27802975c89/mens-classic-tee-charcoal-left-front-65fcb27fb7626.jpg'),
(5521,2594,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/e15f46c139240eae8ac64ffa81efc413/mens-classic-tee-military-green-front-65fcb27fb83b8.jpg'),
(5522,2595,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/db05ae9f42ae226850746b09e54308cb/mens-classic-tee-military-green-back-65fcb27fb9b1d.jpg'),
(5523,2596,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/9df03824c0367ca842da61f5a8237919/mens-classic-tee-military-green-left-65fcb27fbad23.jpg'),
(5524,2597,'_wc_attachment_source','https://printful-upload.s3-accelerate.amazonaws.com/tmp/56830efa0723d6cd530bd9977669f7ad/mens-classic-tee-military-green-left-front-65fcb27fbbe3d.jpg'),
(5525,2613,'_wp_attachment_image_alt','Amtac Shooting Logo'),
(5558,2958,'_menu_item_type','taxonomy'),
(5559,2958,'_menu_item_menu_item_parent','0'),
(5560,2958,'_menu_item_object_id','20'),
(5561,2958,'_menu_item_object','category'),
(5562,2958,'_menu_item_target',''),
(5563,2958,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(5564,2958,'_menu_item_xfn',''),
(5565,2958,'_menu_item_url',''),
(5582,2961,'_menu_item_type','taxonomy'),
(5583,2961,'_menu_item_menu_item_parent','0'),
(5584,2961,'_menu_item_object_id','21'),
(5585,2961,'_menu_item_object','category'),
(5586,2961,'_menu_item_target',''),
(5587,2961,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(5588,2961,'_menu_item_xfn',''),
(5589,2961,'_menu_item_url',''),
(5590,2962,'_menu_item_type','taxonomy'),
(5591,2962,'_menu_item_menu_item_parent','0'),
(5592,2962,'_menu_item_object_id','22'),
(5593,2962,'_menu_item_object','category'),
(5594,2962,'_menu_item_target',''),
(5595,2962,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(5596,2962,'_menu_item_xfn',''),
(5597,2962,'_menu_item_url',''),
(5598,2963,'_menu_item_type','taxonomy'),
(5599,2963,'_menu_item_menu_item_parent','0'),
(5600,2963,'_menu_item_object_id','20'),
(5601,2963,'_menu_item_object','category'),
(5602,2963,'_menu_item_target',''),
(5603,2963,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(5604,2963,'_menu_item_xfn',''),
(5605,2963,'_menu_item_url',''),
(5606,2928,'_edit_last','1'),
(5607,2928,'_wp_page_template','default'),
(5608,2928,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:6:{s:6:\"filter\";b:1;s:4:\"text\";s:676:\"<p>I am a Christian. As I started thinking about what the first topic would be that I would write about, I considered writing about proper mindset or the importance of fitness in tactical training or even my primary training philosophy, but as I stepped back and thought about what is most important, I kept coming back to one thing. Christ. Without Christ as your personal Lord and Savior, winning a violent confrontation only means delaying eternal separation from Him for another 30 or 40 years. So I felt that before I dive into any of the finer points of training to survive a violent confrontation I should be clear on the most important thing, being right with God.</p>\";s:5:\"title\";s:0:\"\";s:4:\"type\";s:6:\"visual\";s:6:\"visual\";b:0;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"fb1c584d-cbdd-4049-ae6f-9af8c87c9f37\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:1;a:4:{s:5:\"title\";s:15:\"Recent Articles\";s:6:\"number\";i:8;s:11:\"panels_info\";a:6:{s:5:\"class\";s:22:\"WP_Widget_Recent_Posts\";s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"ea973f06-33a2-4b68-b8c0-c57ddb4fc80a\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}s:9:\"show_date\";b:0;}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:0:{}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),
(5609,41,'_edit_last','1'),
(5610,41,'_wp_page_template','default'),
(5611,41,'panels_data','a:3:{s:7:\"widgets\";a:2:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:7:\"content\";s:20:\"<div id=\"top\"></div>\";s:2:\"id\";s:19:\"custom_html-4110000\";s:11:\"option_name\";s:18:\"widget_custom_html\";s:22:\"so_sidebar_emulator_id\";s:19:\"custom_html-4110000\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Custom_HTML\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"ea7f2012-47ee-44a9-8e9d-42810428ef43\";s:5:\"style\";a:7:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:21:\"background_image_size\";s:4:\"full\";s:16:\"border_thickness\";s:3:\"1px\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:1;a:6:{s:9:\"evo_title\";s:0:\"\";s:14:\"evo_shortcodeW\";s:131:\"[add_eventon_list show_et_ft_img=\'yes\' number_of_months=\"24\" hide_empty_months=\"yes\"  hide_past=\"yes\" show_year=\"yes\" tiles=\"no\"]\n\n\";s:2:\"id\";s:22:\"evcalwidget_sc-4110001\";s:11:\"option_name\";s:21:\"widget_evcalwidget_sc\";s:22:\"so_sidebar_emulator_id\";s:22:\"evcalwidget_sc-4110001\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"EvcalWidget_SC\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"3b5a3d12-fd8e-41e9-a250-d9569db633b5\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}}s:5:\"grids\";a:1:{i:0;a:2:{s:5:\"cells\";i:1;s:5:\"style\";a:9:{s:18:\"background_display\";s:4:\"tile\";s:11:\"full_height\";s:0:\"\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"25px\";s:14:\"bottom-padding\";s:4:\"25px\";s:14:\"mobile-padding\";s:4:\"25px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}}}s:10:\"grid_cells\";a:1:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}}}'),
(5612,41,'gf_format_video_embed',''),
(5613,41,'gf_format_gallery_images',''),
(5614,41,'_yoast_wpseo_content_score','90'),
(5615,41,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(5616,41,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(5617,41,'om_disable_all_campaigns',''),
(5618,41,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(5619,41,'_yoast_wpseo_wordproof_timestamp',''),
(5620,79,'_edit_last','10'),
(5621,79,'_wp_page_template','default'),
(5622,81,'_edit_last','10'),
(5623,81,'_wp_page_template','default'),
(5624,81,'panels_data','a:3:{s:7:\"widgets\";a:7:{i:0;a:6:{s:5:\"title\";s:0:\"\";s:9:\"image_uri\";s:64:\"http://www.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\";s:4:\"link\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:13:\"Athemes_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"0edda7df-1780-432a-b045-a0d9caad68ca\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}s:2:\"id\";s:21:\"athemes_image-8110000\";s:11:\"option_name\";s:20:\"widget_athemes_image\";}i:1;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:0:\"\";s:6:\"filter\";b:0;s:4:\"view\";s:1:\"1\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:31:\"Strong_Testimonials_View_Widget\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"70708909-eef6-41fa-addf-c523a6964e4f\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}s:2:\"id\";s:39:\"strong-testimonials-view-widget-8110001\";s:11:\"option_name\";s:38:\"widget_strong-testimonials-view-widget\";}i:2;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:734:\"<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n\n<img class=\"wp-image-811 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" alt=\"\" width=\"300\" height=\"225\" />\n\n</div>\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n\n<img class=\"wp-image-815 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching.jpg\" alt=\"\" width=\"300\" height=\"225\" />\n\n</div>\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n\n<img class=\"wp-image-816 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill.jpg\" alt=\"\" width=\"300\" height=\"225\" />\n\n</div>\n\n<hr style=\"clear: both; visibility: hidden;\" />\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"c9361847-2832-47f1-8627-2d5ab1f49f28\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}s:2:\"id\";s:12:\"text-8110002\";s:11:\"option_name\";s:11:\"widget_text\";}i:3;a:7:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:452:\"Amtac Shooting\'s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"7a2ba92e-561d-4fab-898b-1da926a91140\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"10px 10px 10px 10px\";s:14:\"mobile_padding\";s:15:\"5px 5px 5px 5px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}s:2:\"id\";s:12:\"text-8110003\";s:11:\"option_name\";s:11:\"widget_text\";}i:4;a:5:{s:9:\"evo_title\";s:16:\"Upcoming Courses\";s:14:\"evo_shortcodeW\";s:169:\"[add_eventon_list number_of_months=\"24\" hide_empty_months=\"yes\"  hide_past=\"yes\" show_year=\"yes\" tiles=\"yes\" tile_bg=\"1\" tile_style=\"1\" tile_height=\"350\" tile_count=\"2\"]\";s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"EvcalWidget_SC\";s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"99785a1a-e121-4113-b020-4bbf3b4eb269\";s:5:\"style\";a:7:{s:7:\"padding\";s:19:\"15px 15px 15px 15px\";s:14:\"mobile_padding\";s:15:\"5px 5px 5px 5px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}s:2:\"id\";s:22:\"evcalwidget_sc-8110004\";s:11:\"option_name\";s:21:\"widget_evcalwidget_sc\";}i:5;a:7:{s:5:\"title\";s:8:\"Articles\";s:4:\"text\";s:52:\"[grid_plus name=\"Primary\"] [grid_plus name=\"Recent\"]\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"7371ffaa-26b2-4c10-a50b-83b05295fb9e\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}s:2:\"id\";s:12:\"text-8110005\";s:11:\"option_name\";s:11:\"widget_text\";}i:6;a:5:{s:5:\"title\";s:0:\"\";s:4:\"form\";s:6:\"423396\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"CK_Widget_Form\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"8b6f8bbb-68ed-4fa5-a566-b13de3d0df19\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}s:2:\"id\";s:23:\"convertkit_form-8110006\";s:11:\"option_name\";s:22:\"widget_convertkit_form\";}}s:5:\"grids\";a:5:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:9:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"25px\";s:14:\"bottom-padding\";s:4:\"25px\";s:14:\"mobile-padding\";s:3:\"0px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}}i:1;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:10:{s:14:\"mobile_padding\";s:16:\"25px 0px 0px 0px\";s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:5:\"100px\";s:14:\"bottom-padding\";s:3:\"0px\";s:14:\"mobile-padding\";s:3:\"0px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:2;a:5:{s:5:\"cells\";i:1;s:5:\"style\";a:9:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"10px\";s:14:\"bottom-padding\";s:4:\"50px\";s:14:\"mobile-padding\";s:3:\"0px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}s:5:\"ratio\";d:0.5;s:15:\"ratio_direction\";s:4:\"left\";s:11:\"color_label\";i:4;}i:3;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:9:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"30px\";s:14:\"bottom-padding\";s:4:\"30px\";s:14:\"mobile-padding\";s:3:\"0px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}i:4;a:4:{s:5:\"cells\";i:1;s:5:\"style\";a:9:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:5:\"100px\";s:14:\"bottom-padding\";s:5:\"100px\";s:14:\"mobile-padding\";s:4:\"50px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}s:5:\"ratio\";i:1;s:15:\"ratio_direction\";s:5:\"right\";}}s:10:\"grid_cells\";a:6:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.5;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.5;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:3:{s:18:\"background_display\";s:4:\"tile\";s:12:\"border_color\";s:7:\"#cccccc\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:4;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:2:{s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}i:5;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";i:1;s:5:\"style\";a:3:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:18:\"vertical_alignment\";s:4:\"auto\";}}}}'),
(5625,81,'_yoast_wpseo_content_score','90'),
(5626,81,'gf_format_video_embed',''),
(5627,81,'gf_format_gallery_images',''),
(5628,81,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(5629,81,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(5630,81,'om_disable_all_campaigns',''),
(5631,81,'_yoast_wpseo_estimated-reading-time-minutes','6'),
(5632,153,'_edit_last','1'),
(5633,153,'_wp_page_template','default'),
(5634,153,'gf_format_video_embed',''),
(5635,153,'gf_format_gallery_images',''),
(5636,153,'_yoast_wpseo_content_score','30'),
(5637,153,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";}'),
(5638,232,'_yoast_wpseo_linkdex','48'),
(5639,232,'_edit_last','1'),
(5640,232,'_wp_page_template','default'),
(5641,232,'_yoast_wpseo_focuskw','store'),
(5642,232,'_yoast_wpseo_focuskw_text_input','store'),
(5643,232,'_yoast_wpseo_content_score','90'),
(5644,232,'gf_format_video_embed',''),
(5645,232,'gf_format_gallery_images',''),
(5646,232,'_yoast_wpseo_metadesc','Products created or recommended by Amtac Shooting.'),
(5647,232,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(5648,232,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(5649,232,'_yoast_wpseo_estimated-reading-time-minutes','2'),
(5650,232,'_yoast_wpseo_wordproof_timestamp',''),
(5651,234,'_edit_last','1'),
(5652,234,'_wp_page_template','default'),
(5653,234,'_yoast_wpseo_content_score','90'),
(5654,234,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(5655,234,'gf_format_gallery_images',''),
(5656,234,'gf_format_video_embed',''),
(5657,234,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(5658,234,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";}'),
(5683,401,'_wp_convertkit_post_meta',''),
(5684,2967,'_menu_item_type','post_type'),
(5685,2967,'_menu_item_menu_item_parent','3030'),
(5686,2967,'_menu_item_object_id','234'),
(5687,2967,'_menu_item_object','page'),
(5688,2967,'_menu_item_target',''),
(5689,2967,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(5690,2967,'_menu_item_xfn',''),
(5691,2967,'_menu_item_url',''),
(5692,1044,'_edit_last','1'),
(5693,1044,'_wp_page_template','default'),
(5694,1044,'gf_format_video_embed',''),
(5695,1044,'gf_format_gallery_images',''),
(5696,1044,'_yoast_wpseo_content_score','30'),
(5697,1044,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";}'),
(5698,500,'_edit_last','1'),
(5699,500,'_wp_page_template','default'),
(5700,500,'panels_data','a:3:{s:7:\"widgets\";a:14:{i:0;a:16:{s:13:\"attachment_id\";i:74;s:3:\"url\";s:82:\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/DSCF1872-300x225.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:3648;s:6:\"height\";i:2736;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:0;s:2:\"id\";i:0;s:9:\"widget_id\";s:36:\"da7ef36c-f78b-4a50-ab23-fbeb95be3319\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:1;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:119:\"<strong>Pistol</strong>\nThe Responsible Armed Citizen Course\nThe Integrated Combatives Course\nThe Force on Force Course\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:0;s:4:\"cell\";i:1;s:2:\"id\";i:1;s:9:\"widget_id\";s:36:\"c231d3fd-3878-4f04-b6ed-ab714980fa16\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:2;a:16:{s:13:\"attachment_id\";i:73;s:3:\"url\";s:122:\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/11902398_10155901153815414_4189277617284867691_n-300x225.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:0;s:2:\"id\";i:2;s:9:\"widget_id\";s:36:\"b3bffd2f-9e15-47b2-b121-60529f6d0285\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:3;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:79:\"<strong>Carbine</strong>\nThe Combative Carbine Course\nThe Hybrid Carbine Course\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:1;s:4:\"cell\";i:1;s:2:\"id\";i:3;s:9:\"widget_id\";s:36:\"57f4d62f-b945-45c0-9335-d153a3388ea3\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:4;a:16:{s:13:\"attachment_id\";i:754;s:3:\"url\";s:122:\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/11836858_10155901153455414_3374731815603334938_n-300x225.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:960;s:6:\"height\";i:720;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:0;s:2:\"id\";i:4;s:9:\"widget_id\";s:36:\"57b44948-bc74-4a5f-8e7b-98c9aa87258a\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:5;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:94:\"<strong>Pistol &amp; Carbine\n</strong>Advanced Pistol and Carbine Course\nNight Shooting Course\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:2;s:4:\"cell\";i:1;s:2:\"id\";i:5;s:9:\"widget_id\";s:36:\"2e9b3203-d4b5-4bb7-9b57-5f01d6995e46\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:6;a:16:{s:13:\"attachment_id\";i:753;s:3:\"url\";s:109:\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/2011-Sniper-team-Ranch-training-001-300x225.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:0;s:2:\"id\";i:6;s:9:\"widget_id\";s:36:\"0630898b-0433-48e8-81ce-12d6068b7fe0\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:7;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:95:\"<strong>Precision Rifle</strong>\nPrecision Rifle Course\nAdvanced Precision Rifle Course\n\n&nbsp;\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:3;s:4:\"cell\";i:1;s:2:\"id\";i:7;s:9:\"widget_id\";s:36:\"59d63b2a-bd10-4bc2-9ffe-c7a1ad30ce92\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:8;a:16:{s:13:\"attachment_id\";i:750;s:3:\"url\";s:96:\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/Rapier_Womans_Class-11-300x204.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:5376;s:6:\"height\";i:3648;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:0;s:2:\"id\";i:8;s:9:\"widget_id\";s:36:\"597e35d6-543d-4f34-b0a6-08262d42ff73\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:9;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:115:\"<strong>Women Only Courses\n</strong>Women Only Half Day Shooting and Combatives Course\nWomen Only Combatives Course\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:4;s:4:\"cell\";i:1;s:2:\"id\";i:9;s:9:\"widget_id\";s:36:\"bbf9d846-c34d-4a42-a4b9-a05e1e917154\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:10;a:16:{s:13:\"attachment_id\";i:749;s:3:\"url\";s:80:\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/AMTAC7-300x200.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:4377;s:6:\"height\";i:2918;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:0;s:2:\"id\";i:10;s:9:\"widget_id\";s:36:\"aef38156-da31-4b4c-9291-24815614ad6e\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:11;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:188:\"<strong>LEO/ Mil Only Tactical Courses</strong>\nLEO/Mil Shooting and CQB Course\nLEO/ Mil CQB with Force on Force Course\nProgressive Active Shooter Response (Countering Coordinated Attacks)\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:7:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:3:\"raw\";b:0;s:4:\"grid\";i:5;s:4:\"cell\";i:1;s:2:\"id\";i:11;s:9:\"widget_id\";s:36:\"b3920b9d-7006-42db-975b-385f61aa024f\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:12;a:16:{s:13:\"attachment_id\";i:740;s:3:\"url\";s:97:\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/IMG_1826-e1523572535532-225x300.jpg\";s:5:\"title\";s:0:\"\";s:4:\"size\";s:6:\"medium\";s:5:\"width\";i:225;s:6:\"height\";i:300;s:7:\"caption\";s:0:\"\";s:3:\"alt\";s:0:\"\";s:9:\"link_type\";s:6:\"custom\";s:8:\"link_url\";s:0:\"\";s:13:\"image_classes\";s:0:\"\";s:12:\"link_classes\";s:0:\"\";s:8:\"link_rel\";s:0:\"\";s:17:\"link_target_blank\";b:0;s:11:\"image_title\";s:0:\"\";s:11:\"panels_info\";a:7:{s:5:\"class\";s:21:\"WP_Widget_Media_Image\";s:3:\"raw\";b:0;s:4:\"grid\";i:6;s:4:\"cell\";i:0;s:2:\"id\";i:12;s:9:\"widget_id\";s:36:\"61a40420-0037-4293-a177-872f44e48f4e\";s:5:\"style\";a:4:{s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}i:13;a:5:{s:5:\"title\";s:0:\"\";s:4:\"text\";s:202:\"<strong>Extended Multi-Discipline Invitation Only Courses</strong>\nWinter Mobility and Shooting Course\nNavigation and Precision Rifle Course\nCombatives, Navigation, Shooting and other cool things Course\";s:6:\"filter\";b:1;s:6:\"visual\";b:1;s:11:\"panels_info\";a:6:{s:5:\"class\";s:14:\"WP_Widget_Text\";s:4:\"grid\";i:6;s:4:\"cell\";i:1;s:2:\"id\";i:13;s:9:\"widget_id\";s:36:\"d1fa8bc2-757a-4a24-b2d2-bdd97e167034\";s:5:\"style\";a:5:{s:27:\"background_image_attachment\";b:0;s:18:\"background_display\";s:4:\"tile\";s:17:\"content_alignment\";s:4:\"left\";s:11:\"title_color\";s:7:\"#2d3142\";s:14:\"headings_color\";s:7:\"#2d3142\";}}}}s:5:\"grids\";a:7:{i:0;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:8:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"25px\";s:14:\"bottom-padding\";s:4:\"25px\";s:14:\"mobile-padding\";s:4:\"25px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}}i:1;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:8:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"25px\";s:14:\"bottom-padding\";s:4:\"25px\";s:14:\"mobile-padding\";s:4:\"25px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}}i:2;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:8:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"25px\";s:14:\"bottom-padding\";s:4:\"25px\";s:14:\"mobile-padding\";s:4:\"25px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}}i:3;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:8:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"25px\";s:14:\"bottom-padding\";s:4:\"25px\";s:14:\"mobile-padding\";s:4:\"25px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}}i:4;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:8:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"25px\";s:14:\"bottom-padding\";s:4:\"25px\";s:14:\"mobile-padding\";s:4:\"25px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}}i:5;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:8:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"25px\";s:14:\"bottom-padding\";s:4:\"25px\";s:14:\"mobile-padding\";s:4:\"25px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}}i:6;a:2:{s:5:\"cells\";i:2;s:5:\"style\";a:8:{s:18:\"background_display\";s:4:\"tile\";s:14:\"cell_alignment\";s:10:\"flex-start\";s:11:\"top-padding\";s:4:\"25px\";s:14:\"bottom-padding\";s:4:\"25px\";s:14:\"mobile-padding\";s:4:\"25px\";s:7:\"overlay\";s:0:\"\";s:13:\"overlay_color\";s:7:\"#000000\";s:15:\"fullscreen_mode\";s:0:\"\";}}}s:10:\"grid_cells\";a:14:{i:0;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:0;s:6:\"weight\";d:0.45;s:5:\"style\";a:0:{}}i:1;a:4:{s:4:\"grid\";i:0;s:5:\"index\";i:1;s:6:\"weight\";d:0.55;s:5:\"style\";a:0:{}}i:2;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:0;s:6:\"weight\";d:0.45;s:5:\"style\";a:0:{}}i:3;a:4:{s:4:\"grid\";i:1;s:5:\"index\";i:1;s:6:\"weight\";d:0.55;s:5:\"style\";a:0:{}}i:4;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:0;s:6:\"weight\";d:0.45;s:5:\"style\";a:0:{}}i:5;a:4:{s:4:\"grid\";i:2;s:5:\"index\";i:1;s:6:\"weight\";d:0.55;s:5:\"style\";a:0:{}}i:6;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:0;s:6:\"weight\";d:0.45;s:5:\"style\";a:0:{}}i:7;a:4:{s:4:\"grid\";i:3;s:5:\"index\";i:1;s:6:\"weight\";d:0.55;s:5:\"style\";a:0:{}}i:8;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:0;s:6:\"weight\";d:0.45;s:5:\"style\";a:0:{}}i:9;a:4:{s:4:\"grid\";i:4;s:5:\"index\";i:1;s:6:\"weight\";d:0.55;s:5:\"style\";a:0:{}}i:10;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:0;s:6:\"weight\";d:0.45;s:5:\"style\";a:0:{}}i:11;a:4:{s:4:\"grid\";i:5;s:5:\"index\";i:1;s:6:\"weight\";d:0.55;s:5:\"style\";a:0:{}}i:12;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:0;s:6:\"weight\";d:0.45;s:5:\"style\";a:0:{}}i:13;a:4:{s:4:\"grid\";i:6;s:5:\"index\";i:1;s:6:\"weight\";d:0.55;s:5:\"style\";a:0:{}}}}'),
(5701,500,'_yoast_wpseo_focuskw_text_input','Course'),
(5702,500,'_yoast_wpseo_focuskw','Course'),
(5703,500,'_yoast_wpseo_content_score','90'),
(5704,500,'_wp_convertkit_post_meta',''),
(5705,573,'_edit_last','10'),
(5706,573,'_wp_page_template','default'),
(5707,573,'_yoast_wpseo_focuskw_text_input','Contact'),
(5708,573,'_yoast_wpseo_focuskw','Contact'),
(5709,573,'_yoast_wpseo_linkdex','37'),
(5711,573,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(5712,900,'_edit_last','1'),
(5713,900,'_wp_page_template','default'),
(5714,900,'_yoast_wpseo_focuskw_text_input','disclosure'),
(5715,900,'_yoast_wpseo_focuskw','disclosure'),
(5716,900,'_yoast_wpseo_linkdex','68'),
(5717,900,'_yoast_wpseo_content_score','30'),
(5718,900,'_wp_convertkit_post_meta',''),
(5719,1416,'_edit_last','10'),
(5720,1416,'_wp_page_template','sidebar'),
(5721,1416,'_yoast_wpseo_content_score','90'),
(5722,1416,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(5723,1423,'_edit_last','10'),
(5724,1423,'_oembed_9b9ff0fd26e3b0deb4f5a47303baaff0','<iframe title=\"Force on Force with AMTAC Shooting\" width=\"916\" height=\"515\" src=\"https://www.youtube.com/embed/5Ii6tRka__g?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5725,1423,'_oembed_time_9b9ff0fd26e3b0deb4f5a47303baaff0','1583270650'),
(5726,1423,'_wp_page_template','sidebar'),
(5727,1423,'_yoast_wpseo_metadesc','Videos and articles about Amtac Shooting.'),
(5728,1423,'_yoast_wpseo_content_score','90'),
(5729,1423,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(5730,1423,'_oembed_e0c0ec8dcdda7548b27b5066f074dd0f','<iframe title=\"Force on Force with AMTAC Shooting\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/5Ii6tRka__g?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5731,1423,'_oembed_time_e0c0ec8dcdda7548b27b5066f074dd0f','1712860604'),
(5732,1423,'_oembed_20c9f3a20f064aa4f645414eedd56338','<iframe title=\"Force on Force with AMTAC Shooting\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/5Ii6tRka__g?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5733,1423,'_oembed_time_20c9f3a20f064aa4f645414eedd56338','1583270711'),
(5734,1423,'_oembed_c09962074afd9e437ef0440bd178fbd8','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5735,1423,'_oembed_time_c09962074afd9e437ef0440bd178fbd8','1583270981'),
(5736,1423,'_oembed_dca328bdbffc596a90729b794c120f0f','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5737,1423,'_oembed_time_dca328bdbffc596a90729b794c120f0f','1712860604'),
(5738,1423,'_oembed_c3435c288f8c582999a32fb538c5318e','<iframe title=\"Retired Navy SEAL Bill Rapier&#039;s Force on Force Class Review\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/6Z_NrLLZXRI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5739,1423,'_oembed_time_c3435c288f8c582999a32fb538c5318e','1583271939'),
(5740,1423,'_oembed_196675842f075780a0129303fe847aa5','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5741,1423,'_oembed_time_196675842f075780a0129303fe847aa5','1583272072'),
(5742,1423,'_oembed_7d666782d99002cbf5fbc7656c2bb202','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5743,1423,'_oembed_time_7d666782d99002cbf5fbc7656c2bb202','1712860604'),
(5744,1423,'_oembed_c172fb202b024f1804f5f7b339245be3','<iframe title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5745,1423,'_oembed_time_c172fb202b024f1804f5f7b339245be3','1583272231'),
(5746,1423,'_oembed_446aa6abdba54b0354077a997a18562b','<iframe title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5747,1423,'_oembed_time_446aa6abdba54b0354077a997a18562b','1712860604'),
(5748,1423,'_oembed_3f8a40fd341e6db1f1db06a78771a3e4','{{unknown}}'),
(5749,1423,'_oembed_time_3f8a40fd341e6db1f1db06a78771a3e4','1680815565'),
(5750,1423,'_oembed_b39f5bf8c45ccc26c0961c92e7ce5765','{{unknown}}'),
(5751,1423,'_oembed_time_b39f5bf8c45ccc26c0961c92e7ce5765','1585189298'),
(5752,1423,'_oembed_2d9983c5984a6aa9ff0c2b94cb0c3d8f','<iframe title=\"Battle of the Bills\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/8fr-jGkSs0M?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5753,1423,'_oembed_time_2d9983c5984a6aa9ff0c2b94cb0c3d8f','1583274176'),
(5754,1423,'_oembed_20273b9d7f06c228c102bea4e08e20f1','<iframe title=\"Battle of the Bills\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/8fr-jGkSs0M?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5755,1423,'_oembed_time_20273b9d7f06c228c102bea4e08e20f1','1712860603'),
(5756,1423,'_oembed_93fd769abe9d846bec014c7c733dd214','<iframe title=\"Surefire Battle of the Bills! | CQB &amp; Self Defense Training\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/qy1R-Q8GZ1I?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5757,1423,'_oembed_time_93fd769abe9d846bec014c7c733dd214','1583274270'),
(5758,1423,'_oembed_a53c245adcb4131a5228a8df52d8666f','<iframe title=\"You Aren&#039;t Ready - Battle of the Bills - Surefire\" width=\"580\" height=\"326\" src=\"https://www.youtube.com/embed/7It3Eq5ttE8?start=494&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen></iframe>'),
(5759,1423,'_oembed_time_a53c245adcb4131a5228a8df52d8666f','1583274367'),
(5760,1423,'_oembed_15c4f1a7eedc1f9a990aa8e798221642','<iframe title=\"Surefire Battle of the Bills! | CQB &amp; Self Defense Training\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/qy1R-Q8GZ1I?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5761,1423,'_oembed_time_15c4f1a7eedc1f9a990aa8e798221642','1712860603'),
(5762,1423,'_oembed_b2ba21e2ca86c12a2bd28222faeea746','<iframe title=\"You Aren&#039;t Ready - Battle of the Bills - Surefire\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/7It3Eq5ttE8?start=494&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5763,1423,'_oembed_time_b2ba21e2ca86c12a2bd28222faeea746','1712860603'),
(5764,1423,'_oembed_3059cd1c30958d062695f269f1191cfd','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"999\" height=\"562\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(5765,1423,'_oembed_time_3059cd1c30958d062695f269f1191cfd','1680815291'),
(5766,1423,'_oembed_ed97601cd54274346486a1114ddcad26','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"999\" height=\"562\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(5767,1423,'_oembed_time_ed97601cd54274346486a1114ddcad26','1680815291'),
(5768,1423,'_oembed_527c0a188608faa9d942108fca34ec54','<iframe title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"999\" height=\"562\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(5769,1423,'_oembed_time_527c0a188608faa9d942108fca34ec54','1680815291'),
(5770,1423,'_oembed_5af6605e88d7969cfaf81030ad7f48f3','<iframe title=\"Force on Force with AMTAC Shooting\" width=\"999\" height=\"562\" src=\"https://www.youtube.com/embed/5Ii6tRka__g?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(5771,1423,'_oembed_time_5af6605e88d7969cfaf81030ad7f48f3','1680815291'),
(5772,1423,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(5773,1423,'gf_format_video_embed',''),
(5774,1423,'gf_format_gallery_images',''),
(5775,1423,'_yoast_wpseo_estimated-reading-time-minutes','4'),
(5776,1423,'_oembed_1239335a2fe193dbe378f80eabcbf411','{{unknown}}'),
(5777,1423,'_oembed_1eeab3c0240e7fc779714f28e04ab1be','{{unknown}}'),
(5778,1423,'_oembed_958b727bff6427894ca25b2e2c168f96','<iframe title=\"Battle of the Bills\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/8fr-jGkSs0M?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(5779,1423,'_oembed_time_958b727bff6427894ca25b2e2c168f96','1711061912'),
(5780,1423,'_oembed_2744c3b7875bd2961383f3994569665d','<iframe title=\"Surefire Battle of the Bills! | CQB &amp; Self Defense Training\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/qy1R-Q8GZ1I?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(5781,1423,'_oembed_time_2744c3b7875bd2961383f3994569665d','1711061912'),
(5782,1423,'_oembed_3c6762e1afff4c4ea4e2ff6bc7005ed9','<iframe title=\"You Aren&#039;t Ready - Battle of the Bills - Surefire\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/7It3Eq5ttE8?start=494&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(5783,1423,'_oembed_time_3c6762e1afff4c4ea4e2ff6bc7005ed9','1711061913'),
(5784,1423,'_oembed_8ef57a783beac6ac4bab02a5958bfbb2','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(5785,1423,'_oembed_time_8ef57a783beac6ac4bab02a5958bfbb2','1711061913'),
(5786,1423,'_oembed_56ea8153fdbc109af16462e192661745','<iframe title=\"Force on Force with AMTAC Shooting\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/5Ii6tRka__g?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(5787,1423,'_oembed_time_56ea8153fdbc109af16462e192661745','1711061913'),
(5788,1423,'_oembed_9a634c9da13d636010b004cd172c510d','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(5789,1423,'_oembed_time_9a634c9da13d636010b004cd172c510d','1711061913'),
(5790,1423,'_oembed_d8932a9e88416f1cea75948c75189f37','<iframe title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(5791,1423,'_oembed_time_d8932a9e88416f1cea75948c75189f37','1711061913'),
(5792,1423,'_oembed_1f90ca880aa4b1392d9d6051160703dd','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"840\" height=\"473\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5793,1423,'_oembed_time_1f90ca880aa4b1392d9d6051160703dd','1712860485'),
(5794,1423,'_oembed_765215a732741fff7c38fa54ebb3c632','<iframe title=\"Force on Force with AMTAC Shooting\" width=\"840\" height=\"473\" src=\"https://www.youtube.com/embed/5Ii6tRka__g?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5795,1423,'_oembed_time_765215a732741fff7c38fa54ebb3c632','1712860485'),
(5796,1423,'_oembed_b552e79a66970848565ee4d10f7692d1','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"840\" height=\"473\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5797,1423,'_oembed_time_b552e79a66970848565ee4d10f7692d1','1712860485'),
(5798,1423,'_oembed_48014f5f128d7ea536e392298529ad91','<iframe title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"840\" height=\"473\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5799,1423,'_oembed_time_48014f5f128d7ea536e392298529ad91','1712860485'),
(5800,1466,'_edit_last','1'),
(5801,1466,'_wp_page_template','default'),
(5802,1466,'_yoast_wpseo_content_score','30'),
(5803,1466,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";}'),
(5804,1477,'_edit_last','1'),
(5805,1477,'_wp_page_template','default'),
(5806,1477,'_yoast_wpseo_content_score','30'),
(5807,1477,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";}'),
(5808,1477,'_yoast_wpseo_metadesc','Amtac Shooting will exchange or refund goods if they arrive to you defective or damaged. For any online or downloadable product, you must request your money back within 7 days of the purchase.'),
(5809,1479,'_edit_last','1'),
(5810,1479,'_wp_page_template','default'),
(5811,1479,'_yoast_wpseo_content_score','30'),
(5812,1479,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";}'),
(5813,1686,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(5814,1686,'gf_format_video_embed',''),
(5815,1686,'gf_format_gallery_images',''),
(5816,1686,'_yoast_wpseo_estimated-reading-time-minutes','7'),
(5817,1686,'_edit_last','10'),
(5818,1686,'_wp_page_template','default'),
(5819,1686,'_yoast_wpseo_content_score','30'),
(5820,1686,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(5821,1791,'_edit_last','10'),
(5822,1791,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(5823,1791,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(5824,1791,'gf_format_video_embed',''),
(5825,1791,'gf_format_gallery_images',''),
(5826,1791,'_yoast_wpseo_content_score','30'),
(5827,1791,'_yoast_wpseo_estimated-reading-time-minutes','17'),
(5828,1791,'_yoast_wpseo_wordproof_timestamp',''),
(5829,1791,'footnotes',''),
(5830,1814,'_edit_last','1'),
(5831,1814,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";}'),
(5832,1814,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(5833,1814,'gf_format_video_embed',''),
(5834,1814,'gf_format_gallery_images',''),
(5835,1814,'_yoast_wpseo_content_score','90'),
(5836,1814,'_yoast_wpseo_estimated-reading-time-minutes','3'),
(5837,1814,'_yoast_wpseo_focuskw','lodging'),
(5838,1814,'_yoast_wpseo_metadesc','We are proud to offer lodging during courses held locally at the Amtac Training Center, otherwise known as the ATC.'),
(5839,1814,'_yoast_wpseo_linkdex','58'),
(5840,1960,'_edit_last','1'),
(5841,1960,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";}'),
(5842,1960,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(5843,1960,'gf_format_video_embed',''),
(5844,1960,'gf_format_gallery_images',''),
(5845,1960,'_yoast_wpseo_content_score','90'),
(5846,1960,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(5847,2085,'_edit_last','1'),
(5848,2085,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(5849,2085,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(5850,2085,'gf_format_video_embed',''),
(5851,2085,'gf_format_gallery_images',''),
(5852,2085,'_yoast_wpseo_content_score','90'),
(5853,2085,'_yoast_wpseo_estimated-reading-time-minutes','5'),
(5854,2085,'_yoast_wpseo_wordproof_timestamp',''),
(5855,2170,'_edit_last','10'),
(5856,2170,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(5857,2170,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(5858,2170,'gf_format_video_embed',''),
(5859,2170,'gf_format_gallery_images',''),
(5860,2170,'_yoast_wpseo_content_score','90'),
(5861,2170,'_yoast_wpseo_estimated-reading-time-minutes','3'),
(5862,2170,'_yoast_wpseo_wordproof_timestamp',''),
(5863,2170,'footnotes',''),
(5864,2170,'_oembed_0e7455c577f07d055b57877c97edb2c6','{{unknown}}'),
(5865,2271,'_edit_last','1'),
(5866,2271,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(5867,2271,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(5868,2271,'gf_format_video_embed',''),
(5869,2271,'gf_format_gallery_images',''),
(5870,2271,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(5871,2271,'_yoast_wpseo_wordproof_timestamp',''),
(5872,2461,'footnotes',''),
(5873,2461,'_edit_last','1'),
(5874,2461,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(5875,2461,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(5876,2461,'gf_format_video_embed',''),
(5877,2461,'gf_format_gallery_images',''),
(5878,2461,'_yoast_wpseo_content_score','30'),
(5879,2461,'_yoast_wpseo_estimated-reading-time-minutes','6'),
(5880,2461,'_yoast_wpseo_wordproof_timestamp',''),
(5881,2461,'_oembed_c3435c288f8c582999a32fb538c5318e','<iframe title=\"Retired Navy SEAL Bill Rapier&#039;s Force on Force Class Review\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/6Z_NrLLZXRI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(5882,2461,'_oembed_time_c3435c288f8c582999a32fb538c5318e','1707419122'),
(5883,2461,'_oembed_dca328bdbffc596a90729b794c120f0f','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(5884,2461,'_oembed_time_dca328bdbffc596a90729b794c120f0f','1707419122'),
(5885,2461,'_oembed_31ba68d8ca6c7051faf20a9a0f30632b','<iframe title=\"6 Pistol Tips from ex-Navy SEAL, Bill Rapier\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/gH01sQ2D1So?start=58&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(5886,2461,'_oembed_time_31ba68d8ca6c7051faf20a9a0f30632b','1707419122'),
(5887,2461,'_oembed_3222f5c16f2da728db7a6c6364847236','<iframe title=\"AMTAC Shooting: Intro to Winter Skills\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/qHMSC0AYZjQ?start=561&feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" allowfullscreen></iframe>'),
(5888,2461,'_oembed_time_3222f5c16f2da728db7a6c6364847236','1707419122'),
(5889,2461,'_oembed_95eac3356d31771ff5c45a78b638a771','<iframe title=\"AMTAC Shooting Night Vision Course\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/NqHJ1uuFfY4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5890,2461,'_oembed_time_95eac3356d31771ff5c45a78b638a771','1712703494'),
(5891,2461,'_oembed_886914a2b699f718b5ed9b316fe0a566','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5892,2461,'_oembed_time_886914a2b699f718b5ed9b316fe0a566','1712704061'),
(5893,2605,'_edit_last','1'),
(5894,2605,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(5895,2605,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(5896,2605,'gf_format_video_embed',''),
(5897,2605,'gf_format_gallery_images',''),
(5898,2605,'_yoast_wpseo_estimated-reading-time-minutes','0'),
(5899,2605,'_yoast_wpseo_wordproof_timestamp',''),
(5900,2699,'_edit_last','10'),
(5901,2699,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(5902,2699,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(5903,2699,'gf_format_video_embed',''),
(5904,2699,'gf_format_gallery_images',''),
(5905,2699,'_yoast_wpseo_estimated-reading-time-minutes','5'),
(5906,2699,'_yoast_wpseo_wordproof_timestamp',''),
(5907,2699,'_yoast_wpseo_content_score','30'),
(5908,2699,'_oembed_73b5d84b26d868942ff14bda1ba5ca97','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5909,2699,'_oembed_time_73b5d84b26d868942ff14bda1ba5ca97','1717195234'),
(5910,2699,'_oembed_80c0ae0f58f3b57026f10c51795cd163','<iframe title=\"BILL RAPIER - UNDERSTANDING THE REACTIONARY GAP\" width=\"1170\" height=\"878\" src=\"https://www.youtube.com/embed/0Meb6wxiwNc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5911,2699,'_oembed_time_80c0ae0f58f3b57026f10c51795cd163','1717195234'),
(5912,2699,'_oembed_a5f87e2aae3d156262b32cd5f02a9049','<iframe title=\"HUNT LIKE A MARKSMAN w/ BILL RAPIER\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/G_CMC69ryiY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5913,2699,'_oembed_time_a5f87e2aae3d156262b32cd5f02a9049','1717195236'),
(5914,2699,'_oembed_c09bb630cd55150baaf1fd547d15a7d8','<iframe title=\"Bill Rapier - Navy Seal drops mindset bomb\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/yELsaqTI2lU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5915,2699,'_oembed_time_c09bb630cd55150baaf1fd547d15a7d8','1717195234'),
(5916,2699,'_oembed_1d530e560f7139e09adc6cc04b382e56','<iframe title=\"Tim Larkin PROT3CT #21 - Bill Rapier (Pt 1)\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/M67PMNs6Iio?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5917,2699,'_oembed_time_1d530e560f7139e09adc6cc04b382e56','1717195236'),
(5918,2699,'_oembed_9f5e713c816c49712601e61367852b20','<iframe title=\"AMTAC Shooting Night Vision Course\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/NqHJ1uuFfY4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5919,2699,'_oembed_time_9f5e713c816c49712601e61367852b20','1717195235'),
(5920,2699,'_oembed_aed2bdc23bf211721884ea4d69592648','<iframe title=\"BILL RAPIER | Serving Christ While Killing for Uncle Sam (Ep. 314)\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/BC9jO5XDBWA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5921,2699,'_oembed_time_aed2bdc23bf211721884ea4d69592648','1717195237'),
(5922,2699,'_oembed_7f6a0afc4ba884d8a09ed7036d9bd4ec','<iframe title=\"Navy SEAL Bill Rapier: Getting Right With Christ, Dying Well &amp; The AMTAC Mindset\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/C5nFBk5oB68?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5923,2699,'_oembed_time_7f6a0afc4ba884d8a09ed7036d9bd4ec','1717195237'),
(5924,2699,'_oembed_372fbc5743fed341d690dc0fb50db94c','<iframe title=\"A Warrior Mindset W/Former DEVGRU Operator Bill Rapier\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/oQoR9yCK5x8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5925,2699,'_oembed_time_372fbc5743fed341d690dc0fb50db94c','1717195237'),
(5926,2699,'_oembed_be59f1bab3b90a0ffa21f86d6337df6d','<iframe title=\"Bill Rapier would scare JOHN WICK back into retirement-Can You Survive This Podcast w/ Clint Emerson\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/9a-0ZGWNdO4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5927,2699,'_oembed_time_be59f1bab3b90a0ffa21f86d6337df6d','1717195237'),
(5928,2699,'_oembed_b478415a8da54cf858567cc549b31c0a','<iframe title=\"How to Defend Against a Carjacker: A Navy SEAL&#039;s Advice\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/gAgqyXQzwnU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5929,2699,'_oembed_time_b478415a8da54cf858567cc549b31c0a','1717195235'),
(5930,2699,'_oembed_efd67c32a7b1c37df407a56c4a1366e1','<iframe title=\"Navy SEAL Legend Bill Rapier Reveals How To Defeat Terrorism\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/hHwbgriBmbk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5931,2699,'_oembed_time_efd67c32a7b1c37df407a56c4a1366e1','1717195237'),
(5932,2699,'_oembed_7ba589bc16283b662edf35c027ce6b1e','<iframe title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5933,2699,'_oembed_time_7ba589bc16283b662edf35c027ce6b1e','1717195235'),
(5934,2699,'_oembed_e0c125c3bc6a1d3995987805cf4115e6','<iframe title=\"Live Q or Die Podcast - Episode 65 - Bill Rapier - Knives for Hands\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/Zw-yb08JFW8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5935,2699,'_oembed_time_e0c125c3bc6a1d3995987805cf4115e6','1717195237'),
(5936,2699,'_oembed_b81befd70ea066a74ccdee0b9634853e','<iframe title=\"Bill Rapier “Amtac Shooting”\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/yIJRU6NOGKE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5937,2699,'_oembed_time_b81befd70ea066a74ccdee0b9634853e','1717195237'),
(5938,2699,'_oembed_f4a3290c4c7b6d99672457075c4df887','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5939,2699,'_oembed_time_f4a3290c4c7b6d99672457075c4df887','1717195235'),
(5940,2699,'_oembed_cb5364eff9e1def1e0b509633865dee7','<iframe title=\"AMTAC Shooting: Jiu Jitsu and Pistol Course\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/W9_z5BEHHMY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5941,2699,'_oembed_time_cb5364eff9e1def1e0b509633865dee7','1717195235'),
(5942,2699,'_oembed_e81b72e0b219ea1c0c9dd501bd799c0e','<iframe title=\"AMTAC Shooting: Intro to Winter Skills\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/qHMSC0AYZjQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5943,2699,'_oembed_time_e81b72e0b219ea1c0c9dd501bd799c0e','1717195235'),
(5944,2699,'_oembed_74700b387e00c27d3702b61baf400c2c','<iframe title=\"6 Pistol Tips from ex-Navy SEAL, Bill Rapier\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/gH01sQ2D1So?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5945,2699,'_oembed_time_74700b387e00c27d3702b61baf400c2c','1717195235'),
(5946,2699,'_oembed_e02bc99c6537660ac296e8d87841d6aa','<iframe title=\"Mounting a Scope with AMTAC Shooting\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/F1gGTR5WGN8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5947,2699,'_oembed_time_e02bc99c6537660ac296e8d87841d6aa','1717195235'),
(5948,2699,'_oembed_9e78952ee52e0182b32598c77f5541eb','<iframe title=\"Pistol &amp; Blades with AMTAC Shooting and Tom Kier\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/UnoguGoSNIk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5949,2699,'_oembed_time_9e78952ee52e0182b32598c77f5541eb','1717195236'),
(5950,2699,'_oembed_cf8811187e3e17a7f8630acb656dee63','<iframe title=\"Retired Navy SEAL Bill Rapier&#039;s Force on Force Class Review\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/6Z_NrLLZXRI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5951,2699,'_oembed_time_cf8811187e3e17a7f8630acb656dee63','1717195236'),
(5952,2699,'_oembed_32715fb5f15d5703a0567be47654a335','<iframe title=\"Battle of the Bills\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/8fr-jGkSs0M?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5953,2699,'_oembed_time_32715fb5f15d5703a0567be47654a335','1717195236'),
(5954,2699,'_oembed_74ad25e70645fe2498775af21a604183','<iframe title=\"Surefire Battle of the Bills! | CQB &amp; Self Defense Training\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/qy1R-Q8GZ1I?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5955,2699,'_oembed_time_74ad25e70645fe2498775af21a604183','1717195236'),
(5956,2699,'_oembed_4b10c5398f5106ae41085ef57f896ca5','<iframe title=\"You Aren&#039;t Ready - Battle of the Bills - Surefire\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/7It3Eq5ttE8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5957,2699,'_oembed_time_4b10c5398f5106ae41085ef57f896ca5','1717195236'),
(5958,2699,'_oembed_b1695e630f30f8b1ca87dfe17f68e9ba','<iframe title=\"Modern Minuteman Course 2022 by AMTAC Training\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/97dTAWhvlZc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5959,2699,'_oembed_time_b1695e630f30f8b1ca87dfe17f68e9ba','1717195236'),
(5960,2699,'_oembed_07483356a4a5ca7fdfb8f0c0bba0369a','<iframe title=\"Guns, God, &amp; AMTAC Knives | Mike Drop CLIPS - Episode 68\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/NxPd3rvKFRg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5961,2699,'_oembed_time_07483356a4a5ca7fdfb8f0c0bba0369a','1717195238'),
(5962,2699,'_oembed_7d8052f64e7e1a91bd8cd66b1cc66458','<iframe title=\"Is Killing In War As A Christian A Burden? Misconception Debunked | Navy SEAL Legend Bill Rapier\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/ucIBMShguXA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5963,2699,'_oembed_time_7d8052f64e7e1a91bd8cd66b1cc66458','1712877470'),
(5964,2699,'_oembed_8db114decd6f8de8d7db6955b897d418','<iframe title=\"Sling&#039;N Lead Podcast: Episode 76 Bill Rapier Combat Carbine\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/ReLQlT-qw2Q?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5965,2699,'_oembed_time_8db114decd6f8de8d7db6955b897d418','1712877621'),
(5966,2699,'_oembed_3ae77bcbdb7193fbe8fd7e2cad7e44a2','<iframe title=\"Sling&#039;N Lead Podcast: Episode 76 Bill Rapier Combat Carbine\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/ReLQlT-qw2Q?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5967,2699,'_oembed_time_3ae77bcbdb7193fbe8fd7e2cad7e44a2','1717195237'),
(5968,2699,'_oembed_0ee2e9b05271c61ebc8c46be1eab8d8b','<iframe title=\"Cover, Concealment &amp; Shooting Through Obstructions\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/K4ZWFRRBOdc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5969,2699,'_oembed_time_0ee2e9b05271c61ebc8c46be1eab8d8b','1717195236'),
(5970,2762,'_edit_last','1'),
(5971,2762,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(5972,2762,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(5973,2762,'gf_format_video_embed',''),
(5974,2762,'gf_format_gallery_images',''),
(5975,2762,'_yoast_wpseo_estimated-reading-time-minutes','5'),
(5976,2762,'_yoast_wpseo_wordproof_timestamp',''),
(5977,2762,'_yoast_wpseo_content_score','60'),
(5978,2762,'_oembed_6f75ae77b4836bc9f371f32467eba4aa','<iframe title=\"2 DAY DEFENSIVE PISTOL\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/j1isTulYzeU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5979,2762,'_oembed_time_6f75ae77b4836bc9f371f32467eba4aa','1712954258'),
(5980,2762,'_oembed_53dbd7811e2f9179d5cd4a17360427e0','<iframe title=\"Ep #67 David Acosta\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/yxg4PsxbSW0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5981,2762,'_oembed_time_53dbd7811e2f9179d5cd4a17360427e0','1712954259'),
(5982,2762,'_oembed_0c756ae8729b11d8639cb6fd08075d46','<iframe title=\"V I•O•L E N C E\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/NAfVVB904gM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5983,2762,'_oembed_time_0c756ae8729b11d8639cb6fd08075d46','1712954258'),
(5984,2762,'_oembed_a5a3d50f8fe8722f584ef7540e8846e9','<iframe title=\"David Acosta Jr. | Special Guest Episode | EP. 075 | Mike Force Podcast\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/wpHgmAhBj7o?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5985,2762,'_oembed_time_a5a3d50f8fe8722f584ef7540e8846e9','1712954259'),
(5986,2762,'_oembed_20fe1ce1f3eee28fdb90007a958ecfdf','<iframe title=\"Confronting The Realities Of The World We Live In With David Acosta Jr.\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/OFqq-68dGXE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5987,2762,'_oembed_time_20fe1ce1f3eee28fdb90007a958ecfdf','1712954259'),
(5988,2794,'_edit_last','1'),
(5989,2794,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(5990,2794,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(5991,2794,'gf_format_video_embed',''),
(5992,2794,'gf_format_gallery_images',''),
(5993,2794,'_yoast_wpseo_content_score','90'),
(5994,2794,'_yoast_wpseo_estimated-reading-time-minutes','3'),
(5995,2794,'_yoast_wpseo_wordproof_timestamp',''),
(5996,2794,'_oembed_5ce82573a00761dd9bf10397031b4927','<iframe title=\"David Cagle Questions Force on Force Training\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/KuzN0jAHT0s?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5997,2794,'_oembed_time_5ce82573a00761dd9bf10397031b4927','1712956546'),
(5998,2794,'_oembed_87bfce747dda22c69588cb61fe3b438f','<iframe title=\"Meet the Trainers 2024: David Cagle\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/soEyOeZ70B8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(5999,2794,'_oembed_time_87bfce747dda22c69588cb61fe3b438f','1712956546'),
(6000,2794,'_oembed_bb2cd036a3c5f779d2dbc6c0aa566146','<iframe title=\"P&amp;S ModCast 361 - Popular Gun Trends\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/YDNUh-eskWo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(6001,2794,'_oembed_time_bb2cd036a3c5f779d2dbc6c0aa566146','1712956599'),
(6002,2794,'_oembed_30350d56e47b36ecc1bebbb65788289c','<iframe title=\"Episode 19   Baseline Proficiency with David Cagle\" width=\"1170\" height=\"658\" src=\"https://www.youtube.com/embed/P_jYmHQHhAc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(6003,2794,'_oembed_time_30350d56e47b36ecc1bebbb65788289c','1712956599'),
(6004,2933,'_edit_last','1'),
(6005,2933,'_wp_old_date','2030-01-01'),
(6006,2933,'category_sticky_post','35'),
(6007,2933,'_thumbnail_id','303'),
(6008,2933,'_wp_old_date','2300-01-01'),
(6009,2933,'_yoast_wpseo_primary_category','2'),
(6010,2933,'_yoast_wpseo_content_score','30'),
(6011,2933,'_yoast_wpseo_focuskw_text_input','philosophy'),
(6012,2933,'_yoast_wpseo_focuskw','philosophy'),
(6013,2933,'_yoast_wpseo_metadesc','I am a Christian. As I started thinking about what the first topic would be that I would write about, I considered writing about proper mindset or the importance of fitness in tactical training or even my primary training philosophy.'),
(6014,2933,'_yoast_wpseo_linkdex','60'),
(6015,27,'_edit_last','1'),
(6016,27,'_thumbnail_id','304'),
(6017,27,'category_sticky_post','0'),
(6018,27,'_yoast_wpseo_focuskw_text_input','Coordinated'),
(6019,27,'_yoast_wpseo_focuskw','Coordinated'),
(6020,27,'_yoast_wpseo_metadesc','How will you respond if you are the first, second, or third officer responding to an active shooter situation? The majority of the school shootings/ active shooter events in the United States have been carried out by a single crazed individual and were not coordinated.'),
(6021,27,'_yoast_wpseo_linkdex','83'),
(6022,27,'_yoast_wpseo_content_score','30'),
(6023,27,'_yoast_wpseo_primary_category','2'),
(6024,27,'_wp_old_slug','differentiating-between-a-coordinated-and-uncoordinated-attack'),
(6025,29,'_edit_last','1'),
(6026,29,'_thumbnail_id','950'),
(6027,29,'category_sticky_post','0'),
(6028,29,'_yoast_wpseo_content_score','90'),
(6029,29,'_yoast_wpseo_primary_category',''),
(6030,29,'_yoast_wpseo_focuskw_text_input','Carbine'),
(6031,29,'_yoast_wpseo_focuskw','Carbine'),
(6032,29,'_yoast_wpseo_metadesc','Where do you start and what should you get? AR15 style rifles are more available and cheaper than they ever have been. There are also many more options/ brands than there have ever been. The intent of this article is to help you spend your dollars on the parts of the carbine that are important.'),
(6033,29,'_yoast_wpseo_linkdex','81'),
(6034,313,'_wp_old_date','2018-03-17'),
(6035,313,'_edit_last','1'),
(6036,313,'_thumbnail_id','714'),
(6037,313,'category_sticky_post','0'),
(6038,313,'_oembed_964615d76e73db27b24ffeb4c029c2d9','{{unknown}}'),
(6039,313,'_oembed_126de3ec8d93857014e596bb0ee288ad','{{unknown}}'),
(6040,313,'_oembed_d2acc9cc72ce27fb30870de54f9e72ee','{{unknown}}'),
(6041,313,'_yoast_wpseo_focuskw_text_input','defense'),
(6042,313,'_yoast_wpseo_focuskw','defense'),
(6043,313,'_yoast_wpseo_metadesc','My name is Larisa, and I am a mother of three boys. I decided to take Bill\'s (one day) Women\'s Defense class because I need to be able to protect my kids.'),
(6044,313,'_yoast_wpseo_linkdex','58'),
(6045,313,'_yoast_wpseo_content_score','90'),
(6046,313,'_yoast_wpseo_primary_category',''),
(6047,354,'_edit_last','1'),
(6048,354,'category_sticky_post','0'),
(6049,354,'_thumbnail_id','486'),
(6050,354,'_wp_convertkit_post_meta',''),
(6051,354,'_yoast_wpseo_content_score','60'),
(6052,354,'_yoast_wpseo_primary_category',''),
(6053,354,'_yoast_wpseo_focuskw_text_input','mobility'),
(6054,354,'_yoast_wpseo_focuskw','mobility'),
(6055,354,'_yoast_wpseo_linkdex','62'),
(6056,356,'_edit_last','1'),
(6057,356,'category_sticky_post','0'),
(6058,356,'_thumbnail_id','484'),
(6059,356,'_wp_convertkit_post_meta',''),
(6060,623,'_edit_last','1'),
(6061,623,'category_sticky_post','0'),
(6062,623,'_wp_convertkit_post_meta',''),
(6063,630,'_edit_last','1'),
(6064,630,'_oembed_19ce7a92a127274159d98c22decc078c','{{unknown}}'),
(6065,630,'_oembed_554ba613b1ea9ba9e2329b2553793ea3','{{unknown}}'),
(6066,630,'_thumbnail_id','710'),
(6067,630,'category_sticky_post','0'),
(6068,630,'_oembed_1bcc319980c9941b80c059fc1d732b22','{{unknown}}'),
(6069,630,'_oembed_083b86a97e908ddda836784782508e4a','{{unknown}}'),
(6070,630,'_wp_old_date','2018-04-06'),
(6071,630,'_yoast_wpseo_primary_category',''),
(6072,630,'_yoast_wpseo_content_score','30'),
(6073,630,'_oembed_861fb642a19b45f0eabd59318df3930e','{{unknown}}'),
(6074,630,'_yoast_wpseo_focuskw_text_input','Combatives'),
(6075,630,'_yoast_wpseo_focuskw','Combatives'),
(6076,630,'_yoast_wpseo_linkdex','48'),
(6077,630,'_yoast_wpseo_metadesc','\" Those who carry a pistol should understand that a pistol, most often, is not the only tool they should have in their toolbox.\"'),
(6078,635,'_edit_last','1'),
(6079,635,'_oembed_b1ec193731ee011e04e78d8ab873f55d','<a href=\"https://civiliangunfighter.wordpress.com/2017/05/31/aar-american-tactical-shooting-instruction-bill-rapier-integrated-shooting-and-combatives-course-new-holland-pa-527-2817/\">AAR:  American Tactical Shooting Instruction (Bill Rapier) “Integrated Shooting and Combatives Course”, New Holland, PA&nbsp;5/27-28/17</a>'),
(6080,635,'_oembed_time_b1ec193731ee011e04e78d8ab873f55d','1522980423'),
(6081,635,'_oembed_939efabd907a4be565e8dfac6ffb166b','<a href=\"https://civiliangunfighter.wordpress.com/2017/05/31/aar-american-tactical-shooting-instruction-bill-rapier-integrated-shooting-and-combatives-course-new-holland-pa-527-2817/\">AAR:  American Tactical Shooting Instruction (Bill Rapier) “Integrated Shooting and Combatives Course”, New Holland, PA&nbsp;5/27-28/17</a>'),
(6082,635,'category_sticky_post','0'),
(6083,635,'_oembed_time_939efabd907a4be565e8dfac6ffb166b','1522980774'),
(6084,635,'_oembed_2bbc24d7cc2220ef3bf3628a25ce77c6','<a href=\"https://civiliangunfighter.wordpress.com/2017/05/31/aar-american-tactical-shooting-instruction-bill-rapier-integrated-shooting-and-combatives-course-new-holland-pa-527-2817/\">AAR:  American Tactical Shooting Instruction (Bill Rapier) “Integrated Shooting and Combatives Course”, New Holland, PA&nbsp;5/27-28/17</a>'),
(6085,635,'_oembed_time_2bbc24d7cc2220ef3bf3628a25ce77c6','1522980800'),
(6086,635,'_thumbnail_id','637'),
(6087,635,'_yoast_wpseo_content_score','30'),
(6088,635,'_yoast_wpseo_primary_category',''),
(6089,635,'_oembed_01e34a0710125292d9a5589e34584ab2','<a href=\"https://civiliangunfighter.wordpress.com/2017/05/31/aar-american-tactical-shooting-instruction-bill-rapier-integrated-shooting-and-combatives-course-new-holland-pa-527-2817/\">AAR:  American Tactical Shooting Instruction (Bill Rapier) “Integrated Shooting and Combatives Course”, New Holland, PA&nbsp;5/27-28/17</a>'),
(6090,635,'_oembed_time_01e34a0710125292d9a5589e34584ab2','1523162542'),
(6091,639,'_edit_last','1'),
(6092,639,'_oembed_d58cc29c43029b1a0c8f0d918f3256ac','<a href=\"https://civiliangunfighter.wordpress.com/2017/06/02/aar2-key-takeaways-from-bill-rapiers-integrated-shooting-and-combatives-class/\">AAR2: Key Takeaways from Bill Rapier’s Integrated Shooting and Combatives&nbsp;Class</a>'),
(6093,639,'_oembed_time_d58cc29c43029b1a0c8f0d918f3256ac','1522981153'),
(6094,639,'category_sticky_post','0'),
(6095,639,'_oembed_16eac2d6c0a3c7c258d192ed8dec96da','<a href=\"https://civiliangunfighter.wordpress.com/2017/06/02/aar2-key-takeaways-from-bill-rapiers-integrated-shooting-and-combatives-class/\">AAR2: Key Takeaways from Bill Rapier’s Integrated Shooting and Combatives&nbsp;Class</a>'),
(6096,639,'_oembed_time_16eac2d6c0a3c7c258d192ed8dec96da','1522981394'),
(6097,639,'_oembed_d2fefaa3d3fabbc2f57619dc402a1b22','<a href=\"https://civiliangunfighter.wordpress.com/2017/06/02/aar2-key-takeaways-from-bill-rapiers-integrated-shooting-and-combatives-class/\">AAR2: Key Takeaways from Bill Rapier’s Integrated Shooting and Combatives&nbsp;Class</a>'),
(6098,639,'_oembed_time_d2fefaa3d3fabbc2f57619dc402a1b22','1522981394'),
(6099,639,'_oembed_63d0b286fa7f46b572c0ceea63a0cb03','<a href=\"https://civiliangunfighter.wordpress.com/2017/06/02/aar2-key-takeaways-from-bill-rapiers-integrated-shooting-and-combatives-class/\">AAR2: Key Takeaways from Bill Rapier’s Integrated Shooting and Combatives&nbsp;Class</a>'),
(6100,639,'_oembed_time_63d0b286fa7f46b572c0ceea63a0cb03','1522989416'),
(6101,639,'_yoast_wpseo_primary_category','33'),
(6102,639,'_yoast_wpseo_content_score','60'),
(6103,639,'_thumbnail_id','696'),
(6104,639,'_yoast_wpseo_focuskw_text_input','combatives'),
(6105,639,'_yoast_wpseo_focuskw','combatives'),
(6106,639,'_yoast_wpseo_metadesc','\"As the course name implies, this was much more than a pistol class. The combatives taught in this course form a solid foundation that facilitates empty hand defense as well as opportunities for weapon access in a fight.\"'),
(6107,639,'_yoast_wpseo_linkdex','59'),
(6108,651,'_yoast_wpseo_metadesc','This course, The Responsible Armed Citizen, included a limited amount of combatives training but the primary focus was on mindset, weapon-manipulation and marksmanship under stress, and generally taking anyone who uses a gun for self-defense beyond the basics and giving them the tools needed to survive'),
(6109,651,'_yoast_wpseo_focuskw','Responsible Armed'),
(6110,651,'_yoast_wpseo_focuskw_text_input','Responsible Armed'),
(6111,651,'_edit_last','1'),
(6112,651,'_thumbnail_id','706'),
(6113,651,'_yoast_wpseo_content_score','60'),
(6114,651,'category_sticky_post','0'),
(6115,651,'_yoast_wpseo_primary_category','33'),
(6116,651,'_oembed_8ea5fd07c53b9428e1597f88637cee5b','<blockquote class=\"wp-embedded-content\" data-secret=\"IWZLY9dXyV\"><a href=\"http://www.breachbangclear.com/brain-dump-the-responsible-armed-citizen-course/\">Brain Dump: Responsible Armed Citizen Course</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.breachbangclear.com/brain-dump-the-responsible-armed-citizen-course/embed/#?secret=IWZLY9dXyV\" data-secret=\"IWZLY9dXyV\" width=\"600\" height=\"338\" title=\"&#8220;Brain Dump: Responsible Armed Citizen Course&#8221; &#8212; Breach Bang Clear\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),
(6117,651,'_oembed_time_8ea5fd07c53b9428e1597f88637cee5b','1523031409'),
(6118,651,'_oembed_625459d6233e85724d91076874b5533f','<blockquote class=\"wp-embedded-content\" data-secret=\"eO4eH943vM\"><a href=\"http://www.breachbangclear.com/brain-dump-the-responsible-armed-citizen-course/\">Brain Dump: Responsible Armed Citizen Course</a></blockquote><iframe class=\"wp-embedded-content\" sandbox=\"allow-scripts\" security=\"restricted\" style=\"position: absolute; clip: rect(1px, 1px, 1px, 1px);\" src=\"http://www.breachbangclear.com/brain-dump-the-responsible-armed-citizen-course/embed/#?secret=eO4eH943vM\" data-secret=\"eO4eH943vM\" width=\"600\" height=\"338\" title=\"&#8220;Brain Dump: Responsible Armed Citizen Course&#8221; &#8212; Breach Bang Clear\" frameborder=\"0\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\"></iframe>'),
(6119,651,'_oembed_time_625459d6233e85724d91076874b5533f','1523031477'),
(6120,651,'_yoast_wpseo_linkdex','67'),
(6121,662,'_edit_last','1'),
(6122,662,'_thumbnail_id','719'),
(6123,662,'_yoast_wpseo_content_score','60'),
(6124,662,'category_sticky_post','0'),
(6125,662,'_yoast_wpseo_primary_category','33'),
(6126,662,'_oembed_b1216f06b0f98c3f3224703567c90e33','{{unknown}}'),
(6127,662,'_oembed_8113f67603313b409dc1aa56bb511ba5','{{unknown}}'),
(6128,666,'_edit_last','1'),
(6129,666,'_oembed_2d75df92b77dbac5079d9e0297c20a2e','{{unknown}}'),
(6130,666,'_oembed_8bdd579fe545c7dc7d2821d21fcdd5e7','{{unknown}}'),
(6131,666,'_thumbnail_id','728'),
(6132,666,'_yoast_wpseo_content_score','90'),
(6133,666,'category_sticky_post','0'),
(6134,666,'_oembed_c864f43248e386b99968a3d92743b927','{{unknown}}'),
(6135,666,'_yoast_wpseo_primary_category','33'),
(6136,666,'_oembed_2fc40540cdeffeb229744ed722f6de7d','{{unknown}}'),
(6137,666,'_yoast_wpseo_focuskw_text_input','Armed'),
(6138,666,'_yoast_wpseo_focuskw','Armed'),
(6139,666,'_yoast_wpseo_linkdex','41'),
(6140,671,'_edit_last','1'),
(6141,671,'_oembed_6bde826263706931229e7c93e0c1cdfd','{{unknown}}'),
(6142,671,'_oembed_a1959d6c391db5e199bf3324406060b6','{{unknown}}'),
(6143,671,'_thumbnail_id','723'),
(6144,671,'_yoast_wpseo_content_score','90'),
(6145,671,'category_sticky_post','0'),
(6146,671,'_oembed_9eb85f151e5927e1f4612c3ee6b9526d','{{unknown}}'),
(6147,671,'_yoast_wpseo_primary_category','33'),
(6148,671,'_yoast_wpseo_focuskw_text_input','CQB'),
(6149,671,'_yoast_wpseo_focuskw','CQB'),
(6150,671,'_yoast_wpseo_linkdex','45'),
(6151,1465,'_edit_last','10'),
(6152,1606,'_edit_last','10'),
(6153,1606,'_yoast_wpseo_content_score','90'),
(6154,1606,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(6155,1606,'category_sticky_post','0'),
(6156,1606,'_yoast_wpseo_primary_category','1'),
(6157,2384,'_edit_last','1'),
(6158,2384,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(6159,2384,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(6160,2384,'gf_format_video_embed',''),
(6161,2384,'gf_format_gallery_images',''),
(6162,2384,'_yoast_wpseo_content_score','30'),
(6163,2384,'_yoast_wpseo_estimated-reading-time-minutes','2'),
(6164,2384,'_yoast_wpseo_wordproof_timestamp',''),
(6165,2422,'_yoast_wpseo_content_score','30'),
(6166,2422,'_edit_last','9'),
(6167,2422,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(6168,2422,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(6169,2422,'gf_format_video_embed',''),
(6170,2422,'gf_format_gallery_images',''),
(6171,2422,'_yoast_wpseo_estimated-reading-time-minutes','7'),
(6172,2422,'_yoast_wpseo_wordproof_timestamp',''),
(6173,2804,'_edit_last','1'),
(6174,2804,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(6175,2804,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(6176,2804,'gf_format_video_embed',''),
(6177,2804,'gf_format_gallery_images',''),
(6178,2804,'_yoast_wpseo_content_score','60'),
(6179,2804,'_yoast_wpseo_estimated-reading-time-minutes','3'),
(6180,2804,'_yoast_wpseo_wordproof_timestamp',''),
(6181,2815,'_edit_last','1'),
(6182,2815,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(6183,2815,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(6184,2815,'gf_format_video_embed',''),
(6185,2815,'gf_format_gallery_images',''),
(6186,2815,'_yoast_wpseo_content_score','30'),
(6187,2815,'_yoast_wpseo_estimated-reading-time-minutes','4'),
(6188,2815,'_yoast_wpseo_wordproof_timestamp',''),
(6189,344,'_edit_last','1'),
(6190,344,'_thumbnail_id','539'),
(6191,344,'category_sticky_post','0'),
(6192,344,'_yoast_wpseo_primary_category','2'),
(6193,344,'_yoast_wpseo_content_score','60'),
(6194,344,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";}'),
(6195,344,'_yoast_wpseo_metadesc','What if you could only have one rifle?  What would it be?  What if you need the ability to engage very fast up close and also shoot out to medium distance? '),
(6196,346,'_edit_last','1'),
(6197,346,'_thumbnail_id','24'),
(6198,346,'category_sticky_post','0'),
(6199,346,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";}'),
(6200,346,'_yoast_wpseo_primary_category',''),
(6201,346,'_yoast_wpseo_content_score','30'),
(6202,346,'_oembed_92908fe739f764da23fe7d4ab8d409e9','{{unknown}}'),
(6203,346,'_oembed_c7f87567168e9e2ec89dac9f9fdcd765','{{unknown}}'),
(6204,346,'_oembed_5d1951c6938223f5dfacac3ec829c70e','{{unknown}}'),
(6205,346,'_oembed_1579997548f33beb009897bdfee94291','{{unknown}}'),
(6206,346,'_oembed_4c92f630d8c795474c43030a966dd213','{{unknown}}'),
(6207,346,'_oembed_b91f10efb10f720c37be8c0b4001e428','{{unknown}}'),
(6208,346,'_oembed_b171751d4ea098f644a89c23f531bc39','{{unknown}}'),
(6209,346,'_oembed_eaff66d96ce7f3d6bd3496b39c176860','{{unknown}}'),
(6210,346,'_oembed_3d44cd89996586c36f8787a9d3445974','{{unknown}}'),
(6211,346,'_oembed_014c16e81fd068ae9a0ee34ae68cd0d7','{{unknown}}'),
(6212,346,'_oembed_5804cf0098dc3e50bd4b4d4f34d09b05','{{unknown}}'),
(6213,346,'_oembed_fb0bbb1bd47d5ef7c4ae4ed6864cc4f7','{{unknown}}'),
(6214,346,'_oembed_e9551906f8d36cba87029ce2e2ccd516','{{unknown}}'),
(6215,346,'_oembed_9421114b6a9bfccd7f2c9bf943bfb062','{{unknown}}'),
(6216,346,'_oembed_d46bdf42181da6913c0c696eec300053','{{unknown}}'),
(6217,346,'_oembed_9c897db9da410fa0c943785f5c1ec782','{{unknown}}'),
(6218,346,'_oembed_4ea8f7cba81f63eec7c7ea224ebef78b','{{unknown}}'),
(6219,346,'_oembed_f97a8b73754704b3afe283898288471d','{{unknown}}'),
(6220,346,'_oembed_376f5151378ea0cb58a0ec7d7f454008','{{unknown}}'),
(6221,346,'_oembed_665cba73366794b6a6f4b166a08a1093','{{unknown}}'),
(6222,346,'_oembed_b2d78a34541866049be2e5b383640325','{{unknown}}'),
(6223,346,'_oembed_14c3cc295c788dcd3752b1695628e4dd','{{unknown}}'),
(6224,346,'_oembed_708018b3bbc75d2e8959f7338b183205','{{unknown}}'),
(6225,346,'_yoast_wpseo_focuskw_text_input','precision rifle'),
(6226,346,'_yoast_wpseo_focuskw','precision rifle'),
(6227,346,'_yoast_wpseo_metadesc','This is a primer for guys that are interested in getting into precision rifle shooting. We will look at the options for all price ranges.'),
(6228,346,'_yoast_wpseo_linkdex','78'),
(6229,346,'_yoast_wpseo_title','%%title%% %%page%% %%sep%% Gear Options - %%sitename%%'),
(6230,346,'_wp_old_date','2018-03-17'),
(6231,358,'_edit_last','1'),
(6232,358,'category_sticky_post','0'),
(6233,358,'_thumbnail_id','412'),
(6234,358,'_yoast_wpseo_content_score','60'),
(6235,358,'_yoast_wpseo_primary_category',''),
(6236,358,'_yoast_wpseo_focuskw_text_input','FLIR'),
(6237,358,'_yoast_wpseo_focuskw','FLIR'),
(6238,358,'_yoast_wpseo_metadesc','This FLIR Thermosight Pro PTS233 thermal scope is a game changer. It puts a fully functional thermal weapons sight at working man\'s prices.'),
(6239,358,'_yoast_wpseo_linkdex','79'),
(6240,358,'_wp_convertkit_post_meta',''),
(6241,626,'_edit_last','1'),
(6242,626,'category_sticky_post','0'),
(6243,626,'_yoast_wpseo_content_score','60'),
(6244,626,'_yoast_wpseo_primary_category',''),
(6245,626,'_yoast_wpseo_focuskw_text_input','fitness'),
(6246,626,'_yoast_wpseo_focuskw','fitness'),
(6247,626,'_yoast_wpseo_linkdex','75'),
(6248,626,'_yoast_wpseo_metadesc','Anyone that has trained with me knows the emphasis that I put on fitness. If you are not in good shape is is much more difficult to sprint up two flights of stairs, then across a parking lot and make a life or death decision.'),
(6249,626,'_thumbnail_id','839'),
(6250,626,'_wp_convertkit_post_meta',''),
(6251,1055,'_edit_last','1'),
(6252,1055,'_yoast_wpseo_content_score','60'),
(6253,1055,'_wp_convertkit_post_meta','a:3:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";}'),
(6254,1055,'category_sticky_post','0'),
(6255,1055,'_yoast_wpseo_primary_category','33'),
(6256,1055,'_thumbnail_id','1058'),
(6257,1055,'_yoast_wpseo_focuskw_text_input','competence'),
(6258,1055,'_yoast_wpseo_focuskw','competence'),
(6259,1055,'_yoast_wpseo_metadesc','Every drill and part of this class is designed in such a way as to build a logical foundation of unconscious competence.'),
(6260,1055,'_yoast_wpseo_linkdex','47'),
(6261,1060,'_edit_last','10'),
(6262,1060,'_yoast_wpseo_content_score','60'),
(6263,1060,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(6264,1060,'category_sticky_post','0'),
(6265,1060,'_yoast_wpseo_primary_category','33'),
(6266,1060,'_thumbnail_id','1062'),
(6267,1060,'_yoast_wpseo_focuskw_text_input','responsible'),
(6268,1060,'_yoast_wpseo_focuskw','responsible'),
(6269,1060,'_yoast_wpseo_metadesc','Bill is a huge proponent of being responsible for the protection of yourself, your family, and your tribe...'),
(6270,1060,'_yoast_wpseo_linkdex','54'),
(6271,1125,'_edit_last','10'),
(6272,1125,'_yoast_wpseo_content_score','30'),
(6273,1125,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(6274,1125,'category_sticky_post','0'),
(6275,1125,'_yoast_wpseo_primary_category','2'),
(6276,1125,'_thumbnail_id','1180'),
(6277,1125,'_yoast_wpseo_focuskw','modern minute man'),
(6278,1125,'_yoast_wpseo_metadesc','What does a \"modern minute man\" look like?  What would the standard be?  Should all American men be able to to meet the \"modern minute man\" standard?'),
(6279,1125,'_yoast_wpseo_linkdex','81'),
(6280,1125,'_wp_old_date','2018-10-11'),
(6281,2934,'_edit_last','10'),
(6282,2934,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(6283,2934,'category_sticky_post','35'),
(6284,2934,'_yoast_wpseo_primary_category','2'),
(6285,2934,'_yoast_wpseo_content_score','90'),
(6286,2934,'_yoast_wpseo_focuskw','Mindset'),
(6287,2934,'_yoast_wpseo_title','Mindset: %%title%% %%page%% %%sep%% %%sitename%%'),
(6288,2934,'_yoast_wpseo_metadesc','Proper mindset is something that takes time and effort and is something that we will be continuously working towards until we die.'),
(6289,2934,'_yoast_wpseo_linkdex','86'),
(6290,2934,'_thumbnail_id','1208'),
(6291,2935,'_edit_last','10'),
(6292,2935,'_yoast_wpseo_content_score','90'),
(6293,2935,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(6294,2935,'category_sticky_post','0'),
(6295,2935,'_yoast_wpseo_primary_category','2'),
(6296,2935,'_yoast_wpseo_metadesc','We don\'t train to be able to perform a \"standard\", we train so that we can protect ourselves and our families better.'),
(6297,2935,'_thumbnail_id','1260'),
(6298,2935,'_yoast_wpseo_title','Fitness Standards %%page%% %%sep%% %%sitename%%'),
(6299,2935,'_yoast_wpseo_focuskw','fitness standards'),
(6300,2935,'_yoast_wpseo_linkdex','72'),
(6301,2936,'_edit_last','10'),
(6302,2936,'_yoast_wpseo_content_score','60'),
(6303,2936,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(6304,2936,'category_sticky_post','0'),
(6305,2936,'_yoast_wpseo_primary_category','2'),
(6306,2936,'_thumbnail_id','1269'),
(6307,2936,'_yoast_wpseo_focuskw','modern minute man'),
(6308,2936,'_yoast_wpseo_metadesc','Having the ability to move over a variety of terrain with a load on your back is one of the truest indicators of fitness and being Modern Minute Man.'),
(6309,2936,'_yoast_wpseo_linkdex','79'),
(6310,1293,'_edit_last','10'),
(6311,1293,'_yoast_wpseo_content_score','90'),
(6312,1293,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(6313,1293,'category_sticky_post','0'),
(6314,1293,'_yoast_wpseo_primary_category',''),
(6315,1293,'_thumbnail_id','1323'),
(6316,1455,'_edit_last','10'),
(6317,1455,'_yoast_wpseo_content_score','60'),
(6318,1455,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(6319,1455,'category_sticky_post','0'),
(6320,1455,'_oembed_18fdd12b91e5f446e6ed6b5a72dcb598','{{unknown}}'),
(6321,1455,'_yoast_wpseo_primary_category','35'),
(6322,1455,'_thumbnail_id','1506'),
(6323,1455,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(6324,1455,'_yoast_wpseo_wordproof_timestamp',''),
(6325,1455,'_yoast_wpseo_estimated-reading-time-minutes','9'),
(6326,1539,'_edit_last','10'),
(6327,1539,'_thumbnail_id','1540'),
(6328,1539,'_yoast_wpseo_primary_category','35'),
(6329,1539,'_yoast_wpseo_content_score','60'),
(6330,1539,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(6331,1539,'category_sticky_post','0'),
(6332,2053,'_yoast_wpseo_focuskw','CQB'),
(6333,2053,'_yoast_wpseo_metadesc','Feedback from students on the April 2023 Amtac Shooting Tribe Centric CQB Course.'),
(6334,2053,'_edit_last','10'),
(6335,2053,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(6336,2053,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(6337,2053,'category_sticky_post','34'),
(6338,2053,'_yoast_wpseo_primary_category','35'),
(6339,2053,'_yoast_wpseo_content_score','30'),
(6340,2053,'_yoast_wpseo_estimated-reading-time-minutes','13'),
(6341,2053,'_yoast_wpseo_wordproof_timestamp',''),
(6342,2053,'_thumbnail_id','2160'),
(6343,2053,'_yoast_wpseo_linkdex','62'),
(6344,2134,'_thumbnail_id','2161'),
(6345,2134,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(6346,2134,'_edit_last','10'),
(6347,2134,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(6348,2134,'category_sticky_post','34'),
(6349,2134,'_yoast_wpseo_primary_category','2'),
(6350,2134,'_yoast_wpseo_estimated-reading-time-minutes','6'),
(6351,2134,'_yoast_wpseo_wordproof_timestamp',''),
(6352,2134,'_yoast_wpseo_content_score','30'),
(6353,2134,'footnotes',''),
(6354,2172,'_powerpress_guid','Buzzsprout-13598725'),
(6356,2173,'_powerpress_guid','Buzzsprout-13598710'),
(6358,2173,'_powerpress_guid','Buzzsprout-13598631'),
(6360,2183,'_edit_last','10'),
(6361,2183,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(6362,2183,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(6363,2183,'category_sticky_post','0'),
(6364,2183,'_yoast_wpseo_primary_category','35'),
(6365,2183,'_yoast_wpseo_content_score','30'),
(6366,2183,'_yoast_wpseo_estimated-reading-time-minutes','10'),
(6367,2183,'_yoast_wpseo_wordproof_timestamp',''),
(6368,2183,'_thumbnail_id','2260'),
(6369,2183,'footnotes',''),
(6370,2183,'_yoast_wpseo_focuskw','jiu-jitsu and pistols'),
(6371,2183,'_yoast_wpseo_metadesc','In this interview, we talked with Bill and Gustavo about how they met, their jiu-jitsu passion and how Bill\'s biggest improvements and changes connect jiu-jitsu to real life situations.'),
(6372,2183,'_yoast_wpseo_linkdex','50'),
(6373,2279,'_edit_last','10'),
(6374,2279,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:0:\"\";}'),
(6375,2279,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(6376,2279,'category_sticky_post','0'),
(6377,2279,'_yoast_wpseo_primary_category','35'),
(6378,2279,'_yoast_wpseo_content_score','30'),
(6379,2279,'_yoast_wpseo_estimated-reading-time-minutes','5'),
(6380,2279,'_yoast_wpseo_wordproof_timestamp',''),
(6381,2279,'footnotes',''),
(6382,2279,'_yoast_wpseo_focuskw','Long Hike Backpack Loadout'),
(6383,2279,'_yoast_wpseo_metadesc','Here is my backpack loadout and all the gear I carried for a daylong hike up a snowy mountain.'),
(6384,2279,'_yoast_wpseo_linkdex','64'),
(6385,2279,'_oembed_452371b236a74925f96488804ed472c1','{{unknown}}'),
(6386,2279,'_oembed_a11d5de9933edfbd24361302a0b0a257','<iframe src=\"https://player.vimeo.com/video/887486071?dnt=1&amp;app_id=122963\" width=\"563\" height=\"1000\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\"></iframe>'),
(6387,2279,'_oembed_time_a11d5de9933edfbd24361302a0b0a257','1700712850'),
(6388,2279,'_thumbnail_id','2333'),
(6389,2279,'_oembed_358011969fc83bf9addbbebe44222e81','<iframe src=\"https://player.vimeo.com/video/887486071?dnt=1&amp;app_id=122963\" width=\"422\" height=\"750\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write\"></iframe>'),
(6390,2279,'_oembed_time_358011969fc83bf9addbbebe44222e81','1711061934'),
(6391,2392,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(6392,2392,'_edit_last','10'),
(6393,2392,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(6394,2392,'category_sticky_post','0'),
(6395,2392,'_yoast_wpseo_primary_category','35'),
(6396,2392,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(6397,2392,'_yoast_wpseo_wordproof_timestamp',''),
(6398,2392,'footnotes',''),
(6399,2392,'_yoast_wpseo_content_score','60'),
(6400,2392,'_thumbnail_id','2617'),
(6401,2392,'_yoast_wpseo_focuskw','Why we dry fire'),
(6402,2392,'_yoast_wpseo_metadesc','Dry firing prepares us so that if today is the day you are called upon, you perform at the top of your ability.'),
(6403,2392,'_yoast_wpseo_linkdex','51'),
(6404,2541,'_wc_average_rating','0'),
(6405,2541,'_downloadable','no'),
(6406,2541,'_sold_individually','no'),
(6407,2541,'_virtual','no'),
(6408,2541,'_backorders','no'),
(6409,2541,'_manage_stock','no'),
(6410,2541,'total_sales','0'),
(6411,2541,'_tax_status','taxable'),
(6412,2541,'_tax_class',''),
(6413,2541,'_stock_status','instock'),
(6414,2541,'_stock',''),
(6415,2541,'_download_expiry','-1'),
(6416,2541,'_download_limit','-1'),
(6417,2541,'_wc_review_count','0'),
(6418,2541,'_product_attributes','a:2:{s:8:\"pa_color\";a:6:{s:4:\"name\";s:8:\"pa_color\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:0;s:10:\"is_visible\";i:0;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}s:7:\"pa_size\";a:6:{s:4:\"name\";s:7:\"pa_size\";s:5:\"value\";s:0:\"\";s:8:\"position\";i:1;s:10:\"is_visible\";i:0;s:12:\"is_variation\";i:1;s:11:\"is_taxonomy\";i:1;}}'),
(6419,2541,'_product_version','8.5.2'),
(6420,2541,'pf_advanced_size_chart','{\"locale\":\"en_US\",\"availableSizes\":[\"S\",\"M\",\"L\",\"XL\",\"2XL\",\"3XL\",\"4XL\",\"5XL\"],\"modelMeasurements\":{\"description\":\"<p dir=\\\"ltr\\\">Measurements are provided by suppliers.<\\/p>\\n<p dir=\\\"ltr\\\">Product measurements may vary by up to 2\\\" (5 cm).<\\/p>\",\"imageDescription\":\"<p><strong>A Length<\\/strong><\\/p>\\n<p dir=\\\"ltr\\\">Place the end of the tape beside the collar at the top of the tee (Highest Point Shoulder). Pull the tape measure to the bottom of the shirt.<\\/p>\\n<p><strong>B Chest<\\/strong><\\/p>\\n<p dir=\\\"ltr\\\">Measure yourself around the fullest part of your chest. Keep the tape measure horizontal.<\\/p>\\n<p><strong>C Sleeve length<\\/strong><\\/p>\\n<p dir=\\\"ltr\\\">Place the end of the tape at the center back of the collar, then pull the tape measure along the top seam of the sleeve. When you get to the shoulder hold the tape in place at the shoulder and continue to pull down the sleeve until you reach the hem of the sleeve.<\\/p>\",\"modelDescription\":\"\",\"sizeTableDescription\":\"Product measurements may vary by up to 2\\\" (5 cm).\",\"sizeTableRows\":[{\"unit\":\"inch\",\"unitName\":\"Inches\",\"title\":\"Length\",\"sizes\":{\"S\":[28],\"M\":[29],\"L\":[30],\"XL\":[31],\"2XL\":[32],\"3XL\":[33],\"4XL\":[34],\"5XL\":[35]}},{\"unit\":\"centimeter\",\"unitName\":\"Centimeters\",\"title\":\"Length\",\"sizes\":{\"S\":[71.1200000000000045474735088646411895751953125],\"M\":[73.659999999999996589394868351519107818603515625],\"L\":[76.2000000000000028421709430404007434844970703125],\"XL\":[78.7399999999999948840923025272786617279052734375],\"2XL\":[81.280000000000001136868377216160297393798828125],\"3XL\":[83.81999999999999317878973670303821563720703125],\"4XL\":[86.3599999999999994315658113919198513031005859375],\"5XL\":[88.900000000000005684341886080801486968994140625]}},{\"unit\":\"inch\",\"unitName\":\"Inches\",\"title\":\"Chest\",\"sizes\":{\"S\":[34,37],\"M\":[38,41],\"L\":[42,45],\"XL\":[46,49],\"2XL\":[50,53],\"3XL\":[54,57],\"4XL\":[58,61],\"5XL\":[62,65]}},{\"unit\":\"centimeter\",\"unitName\":\"Centimeters\",\"title\":\"Chest\",\"sizes\":{\"S\":[86.3599999999999994315658113919198513031005859375,93.9800000000000039790393202565610408782958984375],\"M\":[96.5199999999999960209606797434389591217041015625,104.1400000000000005684341886080801486968994140625],\"L\":[106.68000000000000682121026329696178436279296875,114.2999999999999971578290569595992565155029296875],\"XL\":[116.840000000000003410605131648480892181396484375,124.4599999999999937472239253111183643341064453125],\"2XL\":[127,134.6200000000000045474735088646411895751953125],\"3XL\":[137.159999999999996589394868351519107818603515625,144.780000000000001136868377216160297393798828125],\"4XL\":[147.31999999999999317878973670303821563720703125,154.93999999999999772626324556767940521240234375],\"5XL\":[157.479999999999989768184605054557323455810546875,165.099999999999994315658113919198513031005859375]}},{\"unit\":\"inch\",\"unitName\":\"Inches\",\"title\":\"Sleeve length\",\"sizes\":{\"S\":[15.6300000000000007815970093361102044582366943359375],\"M\":[17],\"L\":[18.5],\"XL\":[20],\"2XL\":[21.5],\"3XL\":[22.800000000000000710542735760100185871124267578125],\"4XL\":[24.199999999999999289457264239899814128875732421875],\"5XL\":[25.300000000000000710542735760100185871124267578125]}},{\"unit\":\"centimeter\",\"unitName\":\"Centimeters\",\"title\":\"Sleeve length\",\"sizes\":{\"S\":[39.7000000000000028421709430404007434844970703125],\"M\":[43.17999999999999971578290569595992565155029296875],\"L\":[46.99000000000000198951966012828052043914794921875],\"XL\":[50.7999999999999971578290569595992565155029296875],\"2XL\":[54.6099999999999994315658113919198513031005859375],\"3XL\":[57.91199999999999903366187936626374721527099609375],\"4XL\":[61.4680000000000035242919693700969219207763671875],\"5XL\":[64.26200000000000045474735088646411895751953125]}}],\"imageId\":2542},\"productMeasurements\":{\"description\":\"<p dir=\\\"ltr\\\">Measurements are provided by suppliers.<\\/p>\\n<p dir=\\\"ltr\\\">Product measurements may vary by up to 2\\\" (5 cm).<\\/p>\",\"imageDescription\":\"<p><strong>A Length<\\/strong><\\/p>\\n<p dir=\\\"ltr\\\">Place the end of the tape beside the collar at the top of the tee (Highest Point Shoulder). Pull the tape measure to the bottom of the shirt.<\\/p>\\n<p><strong>B Chest<\\/strong><\\/p>\\n<p dir=\\\"ltr\\\">Measure yourself around the fullest part of your chest. Keep the tape measure horizontal.<\\/p>\\n<p><strong>C Sleeve length<\\/strong><\\/p>\\n<p dir=\\\"ltr\\\">Place the end of the tape at the center back of the collar, then pull the tape measure along the top seam of the sleeve. When you get to the shoulder hold the tape in place at the shoulder and continue to pull down the sleeve until you reach the hem of the sleeve.<\\/p>\",\"sizeTableDescription\":\"Product measurements may vary by up to 2\\\" (5 cm).\",\"internationalSizeTableDescription\":\"\",\"sizeTableRows\":[{\"unit\":\"inch\",\"unitName\":\"Inches\",\"title\":\"Length\",\"sizes\":{\"S\":[28],\"M\":[29],\"L\":[30],\"XL\":[31],\"2XL\":[32],\"3XL\":[33],\"4XL\":[34],\"5XL\":[35]}},{\"unit\":\"centimeter\",\"unitName\":\"Centimeters\",\"title\":\"Length\",\"sizes\":{\"S\":[71.1200000000000045474735088646411895751953125],\"M\":[73.659999999999996589394868351519107818603515625],\"L\":[76.2000000000000028421709430404007434844970703125],\"XL\":[78.7399999999999948840923025272786617279052734375],\"2XL\":[81.280000000000001136868377216160297393798828125],\"3XL\":[83.81999999999999317878973670303821563720703125],\"4XL\":[86.3599999999999994315658113919198513031005859375],\"5XL\":[88.900000000000005684341886080801486968994140625]}},{\"unit\":\"inch\",\"unitName\":\"Inches\",\"title\":\"Width\",\"sizes\":{\"S\":[18],\"M\":[20],\"L\":[22],\"XL\":[24],\"2XL\":[26],\"3XL\":[28],\"4XL\":[30],\"5XL\":[32]}},{\"unit\":\"centimeter\",\"unitName\":\"Centimeters\",\"title\":\"Width\",\"sizes\":{\"S\":[45.719999999999998863131622783839702606201171875],\"M\":[50.7999999999999971578290569595992565155029296875],\"L\":[55.88000000000000255795384873636066913604736328125],\"XL\":[60.96000000000000085265128291212022304534912109375],\"2XL\":[66.0400000000000062527760746888816356658935546875],\"3XL\":[71.1200000000000045474735088646411895751953125],\"4XL\":[76.2000000000000028421709430404007434844970703125],\"5XL\":[81.280000000000001136868377216160297393798828125]}},{\"unit\":\"inch\",\"unitName\":\"Inches\",\"title\":\"Sleeve length\",\"sizes\":{\"S\":[15.6300000000000007815970093361102044582366943359375],\"M\":[17],\"L\":[18.5],\"XL\":[20],\"2XL\":[21.5],\"3XL\":[22.800000000000000710542735760100185871124267578125],\"4XL\":[24.199999999999999289457264239899814128875732421875],\"5XL\":[25.300000000000000710542735760100185871124267578125]}},{\"unit\":\"centimeter\",\"unitName\":\"Centimeters\",\"title\":\"Sleeve length\",\"sizes\":{\"S\":[39.7000000000000028421709430404007434844970703125],\"M\":[43.17999999999999971578290569595992565155029296875],\"L\":[46.99000000000000198951966012828052043914794921875],\"XL\":[50.7999999999999971578290569595992565155029296875],\"2XL\":[54.6099999999999994315658113919198513031005859375],\"3XL\":[57.91199999999999903366187936626374721527099609375],\"4XL\":[61.4680000000000035242919693700969219207763671875],\"5XL\":[64.26200000000000045474735088646411895751953125]}}],\"internationalSizeTableRows\":[],\"imageId\":2543}}'),
(6421,2541,'_price','30'),
(6422,2541,'_product_image_gallery','2579,2580,2581,2582,2586,2590'),
(6423,2541,'_thumbnail_id','2578'),
(6424,2541,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(6425,2541,'_edit_last','1'),
(6426,2541,'category_sticky_post','0'),
(6427,2541,'om_disable_all_campaigns',''),
(6428,2541,'gf_format_video_embed',''),
(6429,2541,'gf_format_gallery_images',''),
(6430,2541,'_yoast_wpseo_primary_product_cat','132'),
(6431,2541,'_yoast_wpseo_metadesc','Represent Amtac Shooting with this Bring Your Tools t-shirt.'),
(6432,2541,'_yoast_wpseo_content_score','90'),
(6433,2541,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(6434,2541,'_yoast_wpseo_wordproof_timestamp',''),
(6435,2544,'_variation_description',''),
(6436,2544,'_sku','65FCB28698B32_Black-S'),
(6437,2544,'_regular_price','30'),
(6438,2544,'total_sales','0'),
(6439,2544,'_tax_status','taxable'),
(6440,2544,'_tax_class','parent'),
(6441,2544,'_manage_stock','no'),
(6442,2544,'_backorders','no'),
(6443,2544,'_sold_individually','no'),
(6444,2544,'_weight','0.16'),
(6445,2544,'_virtual','no'),
(6446,2544,'_downloadable','no'),
(6447,2544,'_download_limit','-1'),
(6448,2544,'_download_expiry','-1'),
(6449,2544,'_stock',''),
(6450,2544,'_stock_status','instock'),
(6451,2544,'_wc_average_rating','0'),
(6452,2544,'_wc_review_count','0'),
(6453,2544,'attribute_pa_color','black'),
(6454,2544,'attribute_pa_size','s'),
(6455,2544,'_price','30'),
(6456,2544,'_product_version','8.5.2'),
(6457,2544,'_thumbnail_id','2578'),
(6458,2545,'_variation_description',''),
(6459,2545,'_sku','65FCB28698B32_Black-M'),
(6460,2545,'_regular_price','30'),
(6461,2545,'total_sales','0'),
(6462,2545,'_tax_status','taxable'),
(6463,2545,'_tax_class','parent'),
(6464,2545,'_manage_stock','no'),
(6465,2545,'_backorders','no'),
(6466,2545,'_sold_individually','no'),
(6467,2545,'_weight','0.19'),
(6468,2545,'_virtual','no'),
(6469,2545,'_downloadable','no'),
(6470,2545,'_download_limit','-1'),
(6471,2545,'_download_expiry','-1'),
(6472,2545,'_stock',''),
(6473,2545,'_stock_status','instock'),
(6474,2545,'_wc_average_rating','0'),
(6475,2545,'_wc_review_count','0'),
(6476,2545,'attribute_pa_color','black'),
(6477,2545,'attribute_pa_size','m'),
(6478,2545,'_price','30'),
(6479,2545,'_product_version','8.5.2'),
(6480,2545,'_thumbnail_id','2578'),
(6481,2546,'_variation_description',''),
(6482,2546,'_sku','65FCB28698B32_Black-L'),
(6483,2546,'_regular_price','30'),
(6484,2546,'total_sales','0'),
(6485,2546,'_tax_status','taxable'),
(6486,2546,'_tax_class','parent'),
(6487,2546,'_manage_stock','no'),
(6488,2546,'_backorders','no'),
(6489,2546,'_sold_individually','no'),
(6490,2546,'_weight','0.22'),
(6491,2546,'_virtual','no'),
(6492,2546,'_downloadable','no'),
(6493,2546,'_download_limit','-1'),
(6494,2546,'_download_expiry','-1'),
(6495,2546,'_stock',''),
(6496,2546,'_stock_status','instock'),
(6497,2546,'_wc_average_rating','0'),
(6498,2546,'_wc_review_count','0'),
(6499,2546,'attribute_pa_color','black'),
(6500,2546,'attribute_pa_size','l'),
(6501,2546,'_price','30'),
(6502,2546,'_product_version','8.5.2'),
(6503,2546,'_thumbnail_id','2578'),
(6504,2547,'_variation_description',''),
(6505,2547,'_sku','65FCB28698B32_Black-XL'),
(6506,2547,'_regular_price','30'),
(6507,2547,'total_sales','0'),
(6508,2547,'_tax_status','taxable'),
(6509,2547,'_tax_class','parent'),
(6510,2547,'_manage_stock','no'),
(6511,2547,'_backorders','no'),
(6512,2547,'_sold_individually','no'),
(6513,2547,'_weight','0.24'),
(6514,2547,'_virtual','no'),
(6515,2547,'_downloadable','no'),
(6516,2547,'_download_limit','-1'),
(6517,2547,'_download_expiry','-1'),
(6518,2547,'_stock',''),
(6519,2547,'_stock_status','instock'),
(6520,2547,'_wc_average_rating','0'),
(6521,2547,'_wc_review_count','0'),
(6522,2547,'attribute_pa_color','black'),
(6523,2547,'attribute_pa_size','xl'),
(6524,2547,'_price','30'),
(6525,2547,'_product_version','8.5.2'),
(6526,2547,'_thumbnail_id','2578'),
(6527,2548,'_variation_description',''),
(6528,2548,'_sku','65FCB28698B32_Black-2XL'),
(6529,2548,'_regular_price','30'),
(6530,2548,'total_sales','0'),
(6531,2548,'_tax_status','taxable'),
(6532,2548,'_tax_class','parent'),
(6533,2548,'_manage_stock','no'),
(6534,2548,'_backorders','no'),
(6535,2548,'_sold_individually','no'),
(6536,2548,'_weight','0.27'),
(6537,2548,'_virtual','no'),
(6538,2548,'_downloadable','no'),
(6539,2548,'_download_limit','-1'),
(6540,2548,'_download_expiry','-1'),
(6541,2548,'_stock',''),
(6542,2548,'_stock_status','instock'),
(6543,2548,'_wc_average_rating','0'),
(6544,2548,'_wc_review_count','0'),
(6545,2548,'attribute_pa_color','black'),
(6546,2548,'attribute_pa_size','2xl'),
(6547,2548,'_price','30'),
(6548,2548,'_product_version','8.5.2'),
(6549,2548,'_thumbnail_id','2578'),
(6550,2549,'_variation_description',''),
(6551,2549,'_sku','65FCB28698B32_Black-3XL'),
(6552,2549,'_regular_price','30'),
(6553,2549,'total_sales','0'),
(6554,2549,'_tax_status','taxable'),
(6555,2549,'_tax_class','parent'),
(6556,2549,'_manage_stock','no'),
(6557,2549,'_backorders','no'),
(6558,2549,'_sold_individually','no'),
(6559,2549,'_weight','0.26'),
(6560,2549,'_virtual','no'),
(6561,2549,'_downloadable','no'),
(6562,2549,'_download_limit','-1'),
(6563,2549,'_download_expiry','-1'),
(6564,2549,'_stock',''),
(6565,2549,'_stock_status','instock'),
(6566,2549,'_wc_average_rating','0'),
(6567,2549,'_wc_review_count','0'),
(6568,2549,'attribute_pa_color','black'),
(6569,2549,'attribute_pa_size','3xl'),
(6570,2549,'_price','30'),
(6571,2549,'_product_version','8.5.2'),
(6572,2549,'_thumbnail_id','2578'),
(6573,2550,'_variation_description',''),
(6574,2550,'_sku','65FCB28698B32_Black-4XL'),
(6575,2550,'_regular_price','30'),
(6576,2550,'total_sales','0'),
(6577,2550,'_tax_status','taxable'),
(6578,2550,'_tax_class','parent'),
(6579,2550,'_manage_stock','no'),
(6580,2550,'_backorders','no'),
(6581,2550,'_sold_individually','no'),
(6582,2550,'_weight','0.29'),
(6583,2550,'_virtual','no'),
(6584,2550,'_downloadable','no'),
(6585,2550,'_download_limit','-1'),
(6586,2550,'_download_expiry','-1'),
(6587,2550,'_stock',''),
(6588,2550,'_stock_status','instock'),
(6589,2550,'_wc_average_rating','0'),
(6590,2550,'_wc_review_count','0'),
(6591,2550,'attribute_pa_color','black'),
(6592,2550,'attribute_pa_size','4xl'),
(6593,2550,'_price','30'),
(6594,2550,'_product_version','8.5.2'),
(6595,2550,'_thumbnail_id','2578'),
(6596,2551,'_variation_description',''),
(6597,2551,'_sku','65FCB28698B32_Black-5XL'),
(6598,2551,'_regular_price','30'),
(6599,2551,'total_sales','0'),
(6600,2551,'_tax_status','taxable'),
(6601,2551,'_tax_class','parent'),
(6602,2551,'_manage_stock','no'),
(6603,2551,'_backorders','no'),
(6604,2551,'_sold_individually','no'),
(6605,2551,'_weight','0.3'),
(6606,2551,'_virtual','no'),
(6607,2551,'_downloadable','no'),
(6608,2551,'_download_limit','-1'),
(6609,2551,'_download_expiry','-1'),
(6610,2551,'_stock',''),
(6611,2551,'_stock_status','instock'),
(6612,2551,'_wc_average_rating','0'),
(6613,2551,'_wc_review_count','0'),
(6614,2551,'attribute_pa_color','black'),
(6615,2551,'attribute_pa_size','5xl'),
(6616,2551,'_price','30'),
(6617,2551,'_product_version','8.5.2'),
(6618,2551,'_thumbnail_id','2578'),
(6619,2552,'_variation_description',''),
(6620,2552,'_sku','65FCB28698B32_Cardinal-S'),
(6621,2552,'_regular_price','30'),
(6622,2552,'total_sales','0'),
(6623,2552,'_tax_status','taxable'),
(6624,2552,'_tax_class','parent'),
(6625,2552,'_manage_stock','no'),
(6626,2552,'_backorders','no'),
(6627,2552,'_sold_individually','no'),
(6628,2552,'_weight','0.16'),
(6629,2552,'_virtual','no'),
(6630,2552,'_downloadable','no'),
(6631,2552,'_download_limit','-1'),
(6632,2552,'_download_expiry','-1'),
(6633,2552,'_stock',''),
(6634,2552,'_stock_status','instock'),
(6635,2552,'_wc_average_rating','0'),
(6636,2552,'_wc_review_count','0'),
(6637,2552,'attribute_pa_color','cardinal'),
(6638,2552,'attribute_pa_size','s'),
(6639,2552,'_price','30'),
(6640,2552,'_product_version','8.5.2'),
(6641,2552,'_thumbnail_id','2582'),
(6642,2553,'_variation_description',''),
(6643,2553,'_sku','65FCB28698B32_Cardinal-M'),
(6644,2553,'_regular_price','30'),
(6645,2553,'total_sales','0'),
(6646,2553,'_tax_status','taxable'),
(6647,2553,'_tax_class','parent'),
(6648,2553,'_manage_stock','no'),
(6649,2553,'_backorders','no'),
(6650,2553,'_sold_individually','no'),
(6651,2553,'_weight','0.19'),
(6652,2553,'_virtual','no'),
(6653,2553,'_downloadable','no'),
(6654,2553,'_download_limit','-1'),
(6655,2553,'_download_expiry','-1'),
(6656,2553,'_stock',''),
(6657,2553,'_stock_status','instock'),
(6658,2553,'_wc_average_rating','0'),
(6659,2553,'_wc_review_count','0'),
(6660,2553,'attribute_pa_color','cardinal'),
(6661,2553,'attribute_pa_size','m'),
(6662,2553,'_price','30'),
(6663,2553,'_product_version','8.5.2'),
(6664,2553,'_thumbnail_id','2582'),
(6665,2554,'_variation_description',''),
(6666,2554,'_sku','65FCB28698B32_Cardinal-L'),
(6667,2554,'_regular_price','30'),
(6668,2554,'total_sales','0'),
(6669,2554,'_tax_status','taxable'),
(6670,2554,'_tax_class','parent'),
(6671,2554,'_manage_stock','no'),
(6672,2554,'_backorders','no'),
(6673,2554,'_sold_individually','no'),
(6674,2554,'_weight','0.22'),
(6675,2554,'_virtual','no'),
(6676,2554,'_downloadable','no'),
(6677,2554,'_download_limit','-1'),
(6678,2554,'_download_expiry','-1'),
(6679,2554,'_stock',''),
(6680,2554,'_stock_status','instock'),
(6681,2554,'_wc_average_rating','0'),
(6682,2554,'_wc_review_count','0'),
(6683,2554,'attribute_pa_color','cardinal'),
(6684,2554,'attribute_pa_size','l'),
(6685,2554,'_price','30'),
(6686,2554,'_product_version','8.5.2'),
(6687,2554,'_thumbnail_id','2582'),
(6688,2555,'_variation_description',''),
(6689,2555,'_sku','65FCB28698B32_Cardinal-XL'),
(6690,2555,'_regular_price','30'),
(6691,2555,'total_sales','0'),
(6692,2555,'_tax_status','taxable'),
(6693,2555,'_tax_class','parent'),
(6694,2555,'_manage_stock','no'),
(6695,2555,'_backorders','no'),
(6696,2555,'_sold_individually','no'),
(6697,2555,'_weight','0.24'),
(6698,2555,'_virtual','no'),
(6699,2555,'_downloadable','no'),
(6700,2555,'_download_limit','-1'),
(6701,2555,'_download_expiry','-1'),
(6702,2555,'_stock',''),
(6703,2555,'_stock_status','instock'),
(6704,2555,'_wc_average_rating','0'),
(6705,2555,'_wc_review_count','0'),
(6706,2555,'attribute_pa_color','cardinal'),
(6707,2555,'attribute_pa_size','xl'),
(6708,2555,'_price','30'),
(6709,2555,'_product_version','8.5.2'),
(6710,2555,'_thumbnail_id','2582'),
(6711,2556,'_variation_description',''),
(6712,2556,'_sku','65FCB28698B32_Cardinal-2XL'),
(6713,2556,'_regular_price','30'),
(6714,2556,'total_sales','0'),
(6715,2556,'_tax_status','taxable'),
(6716,2556,'_tax_class','parent'),
(6717,2556,'_manage_stock','no'),
(6718,2556,'_backorders','no'),
(6719,2556,'_sold_individually','no'),
(6720,2556,'_weight','0.27'),
(6721,2556,'_virtual','no'),
(6722,2556,'_downloadable','no'),
(6723,2556,'_download_limit','-1'),
(6724,2556,'_download_expiry','-1'),
(6725,2556,'_stock',''),
(6726,2556,'_stock_status','instock'),
(6727,2556,'_wc_average_rating','0'),
(6728,2556,'_wc_review_count','0'),
(6729,2556,'attribute_pa_color','cardinal'),
(6730,2556,'attribute_pa_size','2xl'),
(6731,2556,'_price','30'),
(6732,2556,'_product_version','8.5.2'),
(6733,2556,'_thumbnail_id','2582'),
(6734,2557,'_variation_description',''),
(6735,2557,'_sku','65FCB28698B32_Cardinal-3XL'),
(6736,2557,'_regular_price','30'),
(6737,2557,'total_sales','0'),
(6738,2557,'_tax_status','taxable'),
(6739,2557,'_tax_class','parent'),
(6740,2557,'_manage_stock','no'),
(6741,2557,'_backorders','no'),
(6742,2557,'_sold_individually','no'),
(6743,2557,'_weight','0.26'),
(6744,2557,'_virtual','no'),
(6745,2557,'_downloadable','no'),
(6746,2557,'_download_limit','-1'),
(6747,2557,'_download_expiry','-1'),
(6748,2557,'_stock',''),
(6749,2557,'_stock_status','instock'),
(6750,2557,'_wc_average_rating','0'),
(6751,2557,'_wc_review_count','0'),
(6752,2557,'attribute_pa_color','cardinal'),
(6753,2557,'attribute_pa_size','3xl'),
(6754,2557,'_price','30'),
(6755,2557,'_product_version','8.5.2'),
(6756,2557,'_thumbnail_id','2582'),
(6757,2558,'_variation_description',''),
(6758,2558,'_sku','65FCB28698B32_Royal-S'),
(6759,2558,'_regular_price','30'),
(6760,2558,'total_sales','0'),
(6761,2558,'_tax_status','taxable'),
(6762,2558,'_tax_class','parent'),
(6763,2558,'_manage_stock','no'),
(6764,2558,'_backorders','no'),
(6765,2558,'_sold_individually','no'),
(6766,2558,'_weight','0.16'),
(6767,2558,'_virtual','no'),
(6768,2558,'_downloadable','no'),
(6769,2558,'_download_limit','-1'),
(6770,2558,'_download_expiry','-1'),
(6771,2558,'_stock',''),
(6772,2558,'_stock_status','instock'),
(6773,2558,'_wc_average_rating','0'),
(6774,2558,'_wc_review_count','0'),
(6775,2558,'attribute_pa_color','royal'),
(6776,2558,'attribute_pa_size','s'),
(6777,2558,'_price','30'),
(6778,2558,'_product_version','8.5.2'),
(6779,2558,'_thumbnail_id','2586'),
(6780,2559,'_variation_description',''),
(6781,2559,'_sku','65FCB28698B32_Royal-M'),
(6782,2559,'_regular_price','30'),
(6783,2559,'total_sales','0'),
(6784,2559,'_tax_status','taxable'),
(6785,2559,'_tax_class','parent'),
(6786,2559,'_manage_stock','no'),
(6787,2559,'_backorders','no'),
(6788,2559,'_sold_individually','no'),
(6789,2559,'_weight','0.19'),
(6790,2559,'_virtual','no'),
(6791,2559,'_downloadable','no'),
(6792,2559,'_download_limit','-1'),
(6793,2559,'_download_expiry','-1'),
(6794,2559,'_stock',''),
(6795,2559,'_stock_status','instock'),
(6796,2559,'_wc_average_rating','0'),
(6797,2559,'_wc_review_count','0'),
(6798,2559,'attribute_pa_color','royal'),
(6799,2559,'attribute_pa_size','m'),
(6800,2559,'_price','30'),
(6801,2559,'_product_version','8.5.2'),
(6802,2559,'_thumbnail_id','2586'),
(6803,2560,'_variation_description',''),
(6804,2560,'_sku','65FCB28698B32_Royal-L'),
(6805,2560,'_regular_price','30'),
(6806,2560,'total_sales','0'),
(6807,2560,'_tax_status','taxable'),
(6808,2560,'_tax_class','parent'),
(6809,2560,'_manage_stock','no'),
(6810,2560,'_backorders','no'),
(6811,2560,'_sold_individually','no'),
(6812,2560,'_weight','0.22'),
(6813,2560,'_virtual','no'),
(6814,2560,'_downloadable','no'),
(6815,2560,'_download_limit','-1'),
(6816,2560,'_download_expiry','-1'),
(6817,2560,'_stock',''),
(6818,2560,'_stock_status','instock'),
(6819,2560,'_wc_average_rating','0'),
(6820,2560,'_wc_review_count','0'),
(6821,2560,'attribute_pa_color','royal'),
(6822,2560,'attribute_pa_size','l'),
(6823,2560,'_price','30'),
(6824,2560,'_product_version','8.5.2'),
(6825,2560,'_thumbnail_id','2586'),
(6827,2914,'_oembed_18793eaa3e225467aae1ff1329110d70','<iframe src=\"https://player.vimeo.com/video/909200847?dnt=1&amp;app_id=122963\" width=\"563\" height=\"1000\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write\"></iframe>'),
(6828,2914,'_oembed_time_18793eaa3e225467aae1ff1329110d70','1718916017'),
(6829,2914,'_oembed_e46bcf94831eb84f8b73aa85d6012a5b','<iframe title=\"Should I Carry Strong Side or Appendix?\" src=\"https://player.vimeo.com/video/960671004?dnt=1&amp;app_id=122963\" width=\"1170\" height=\"658\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write\"></iframe>'),
(6830,2914,'_oembed_time_e46bcf94831eb84f8b73aa85d6012a5b','1718916137'),
(6831,2914,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(6832,2914,'_edit_last','10'),
(6833,2914,'ao_post_optimize','a:6:{s:16:\"ao_post_optimize\";s:2:\"on\";s:19:\"ao_post_js_optimize\";s:2:\"on\";s:20:\"ao_post_css_optimize\";s:2:\"on\";s:12:\"ao_post_ccss\";s:2:\"on\";s:16:\"ao_post_lazyload\";s:2:\"on\";s:15:\"ao_post_preload\";s:0:\"\";}'),
(6834,2914,'category_sticky_post','0'),
(6835,2914,'_yoast_wpseo_primary_category','1'),
(6836,2914,'_yoast_wpseo_content_score','90'),
(6837,2914,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(6838,2914,'_yoast_wpseo_wordproof_timestamp',''),
(6839,2561,'_variation_description',''),
(6840,2561,'_sku','65FCB28698B32_Royal-XL'),
(6841,2561,'_regular_price','30'),
(6842,2561,'total_sales','0'),
(6843,2561,'_tax_status','taxable'),
(6844,2561,'_tax_class','parent'),
(6845,2561,'_manage_stock','no'),
(6846,2561,'_backorders','no'),
(6847,2561,'_sold_individually','no'),
(6848,2561,'_weight','0.24'),
(6849,2561,'_virtual','no'),
(6850,2561,'_downloadable','no'),
(6851,2561,'_download_limit','-1'),
(6852,2561,'_download_expiry','-1'),
(6853,2561,'_stock',''),
(6854,2561,'_stock_status','instock'),
(6855,2561,'_wc_average_rating','0'),
(6856,2561,'_wc_review_count','0'),
(6857,2561,'attribute_pa_color','royal'),
(6858,2561,'attribute_pa_size','xl'),
(6859,2561,'_price','30'),
(6860,2561,'_product_version','8.5.2'),
(6861,2561,'_thumbnail_id','2586'),
(6862,2562,'_variation_description',''),
(6863,2562,'_sku','65FCB28698B32_Royal-2XL'),
(6864,2562,'_regular_price','30'),
(6865,2562,'total_sales','0'),
(6866,2562,'_tax_status','taxable'),
(6867,2562,'_tax_class','parent'),
(6868,2562,'_manage_stock','no'),
(6869,2562,'_backorders','no'),
(6870,2562,'_sold_individually','no'),
(6871,2562,'_weight','0.27'),
(6872,2562,'_virtual','no'),
(6873,2562,'_downloadable','no'),
(6874,2562,'_download_limit','-1'),
(6875,2562,'_download_expiry','-1'),
(6876,2562,'_stock',''),
(6877,2562,'_stock_status','instock'),
(6878,2562,'_wc_average_rating','0'),
(6879,2562,'_wc_review_count','0'),
(6880,2562,'attribute_pa_color','royal'),
(6881,2562,'attribute_pa_size','2xl'),
(6882,2562,'_price','30'),
(6883,2562,'_product_version','8.5.2'),
(6884,2562,'_thumbnail_id','2586'),
(6885,2563,'_variation_description',''),
(6886,2563,'_sku','65FCB28698B32_Royal-3XL'),
(6887,2563,'_regular_price','30'),
(6888,2563,'total_sales','0'),
(6889,2563,'_tax_status','taxable'),
(6890,2563,'_tax_class','parent'),
(6891,2563,'_manage_stock','no'),
(6892,2563,'_backorders','no'),
(6893,2563,'_sold_individually','no'),
(6894,2563,'_weight','0.26'),
(6895,2563,'_virtual','no'),
(6896,2563,'_downloadable','no'),
(6897,2563,'_download_limit','-1'),
(6898,2563,'_download_expiry','-1'),
(6899,2563,'_stock',''),
(6900,2563,'_stock_status','instock'),
(6901,2563,'_wc_average_rating','0'),
(6902,2563,'_wc_review_count','0'),
(6903,2563,'attribute_pa_color','royal'),
(6904,2563,'attribute_pa_size','3xl'),
(6905,2563,'_price','30'),
(6906,2563,'_product_version','8.5.2'),
(6907,2563,'_thumbnail_id','2586'),
(6908,2564,'_variation_description',''),
(6909,2564,'_sku','65FCB28698B32_Charcoal-S'),
(6910,2564,'_regular_price','30'),
(6911,2564,'total_sales','0'),
(6912,2564,'_tax_status','taxable'),
(6913,2564,'_tax_class','parent'),
(6914,2564,'_manage_stock','no'),
(6915,2564,'_backorders','no'),
(6916,2564,'_sold_individually','no'),
(6917,2564,'_weight','0.16'),
(6918,2564,'_virtual','no'),
(6919,2564,'_downloadable','no'),
(6920,2564,'_download_limit','-1'),
(6921,2564,'_download_expiry','-1'),
(6922,2564,'_stock',''),
(6923,2564,'_stock_status','instock'),
(6924,2564,'_wc_average_rating','0'),
(6925,2564,'_wc_review_count','0'),
(6926,2564,'attribute_pa_color','charcoal'),
(6927,2564,'attribute_pa_size','s'),
(6928,2564,'_price','30'),
(6929,2564,'_product_version','8.5.2'),
(6930,2564,'_thumbnail_id','2590'),
(6931,2565,'_variation_description',''),
(6932,2565,'_sku','65FCB28698B32_Charcoal-M'),
(6933,2565,'_regular_price','30'),
(6934,2565,'total_sales','0'),
(6935,2565,'_tax_status','taxable'),
(6936,2565,'_tax_class','parent'),
(6937,2565,'_manage_stock','no'),
(6938,2565,'_backorders','no'),
(6939,2565,'_sold_individually','no'),
(6940,2565,'_weight','0.19'),
(6941,2565,'_virtual','no'),
(6942,2565,'_downloadable','no'),
(6943,2565,'_download_limit','-1'),
(6944,2565,'_download_expiry','-1'),
(6945,2565,'_stock',''),
(6946,2565,'_stock_status','instock'),
(6947,2565,'_wc_average_rating','0'),
(6948,2565,'_wc_review_count','0'),
(6949,2565,'attribute_pa_color','charcoal'),
(6950,2565,'attribute_pa_size','m'),
(6951,2565,'_price','30'),
(6952,2565,'_product_version','8.5.2'),
(6953,2565,'_thumbnail_id','2590'),
(6954,2566,'_variation_description',''),
(6955,2566,'_sku','65FCB28698B32_Charcoal-L'),
(6956,2566,'_regular_price','30'),
(6957,2566,'total_sales','0'),
(6958,2566,'_tax_status','taxable'),
(6959,2566,'_tax_class','parent'),
(6960,2566,'_manage_stock','no'),
(6961,2566,'_backorders','no'),
(6962,2566,'_sold_individually','no'),
(6963,2566,'_weight','0.22'),
(6964,2566,'_virtual','no'),
(6965,2566,'_downloadable','no'),
(6966,2566,'_download_limit','-1'),
(6967,2566,'_download_expiry','-1'),
(6968,2566,'_stock',''),
(6969,2566,'_stock_status','instock'),
(6970,2566,'_wc_average_rating','0'),
(6971,2566,'_wc_review_count','0'),
(6972,2566,'attribute_pa_color','charcoal'),
(6973,2566,'attribute_pa_size','l'),
(6974,2566,'_price','30'),
(6975,2566,'_product_version','8.5.2'),
(6976,2566,'_thumbnail_id','2590'),
(6977,2567,'_variation_description',''),
(6978,2567,'_sku','65FCB28698B32_Charcoal-XL'),
(6979,2567,'_regular_price','30'),
(6980,2567,'total_sales','0'),
(6981,2567,'_tax_status','taxable'),
(6982,2567,'_tax_class','parent'),
(6983,2567,'_manage_stock','no'),
(6984,2567,'_backorders','no'),
(6985,2567,'_sold_individually','no'),
(6986,2567,'_weight','0.24'),
(6987,2567,'_virtual','no'),
(6988,2567,'_downloadable','no'),
(6989,2567,'_download_limit','-1'),
(6990,2567,'_download_expiry','-1'),
(6991,2567,'_stock',''),
(6992,2567,'_stock_status','instock'),
(6993,2567,'_wc_average_rating','0'),
(6994,2567,'_wc_review_count','0'),
(6995,2567,'attribute_pa_color','charcoal'),
(6996,2567,'attribute_pa_size','xl'),
(6997,2567,'_price','30'),
(6998,2567,'_product_version','8.5.2'),
(6999,2567,'_thumbnail_id','2590'),
(7000,2568,'_variation_description',''),
(7001,2568,'_sku','65FCB28698B32_Charcoal-2XL'),
(7002,2568,'_regular_price','30'),
(7003,2568,'total_sales','0'),
(7004,2568,'_tax_status','taxable'),
(7005,2568,'_tax_class','parent'),
(7006,2568,'_manage_stock','no'),
(7007,2568,'_backorders','no'),
(7008,2568,'_sold_individually','no'),
(7009,2568,'_weight','0.27'),
(7010,2568,'_virtual','no'),
(7011,2568,'_downloadable','no'),
(7012,2568,'_download_limit','-1'),
(7013,2568,'_download_expiry','-1'),
(7014,2568,'_stock',''),
(7015,2568,'_stock_status','instock'),
(7016,2568,'_wc_average_rating','0'),
(7017,2568,'_wc_review_count','0'),
(7018,2568,'attribute_pa_color','charcoal'),
(7019,2568,'attribute_pa_size','2xl'),
(7020,2568,'_price','30'),
(7021,2568,'_product_version','8.5.2'),
(7022,2568,'_thumbnail_id','2590'),
(7023,2569,'_variation_description',''),
(7024,2569,'_sku','65FCB28698B32_Charcoal-3XL'),
(7025,2569,'_regular_price','30'),
(7026,2569,'total_sales','0'),
(7027,2569,'_tax_status','taxable'),
(7028,2569,'_tax_class','parent'),
(7029,2569,'_manage_stock','no'),
(7030,2569,'_backorders','no'),
(7031,2569,'_sold_individually','no'),
(7032,2569,'_weight','0.26'),
(7033,2569,'_virtual','no'),
(7034,2569,'_downloadable','no'),
(7035,2569,'_download_limit','-1'),
(7036,2569,'_download_expiry','-1'),
(7037,2569,'_stock',''),
(7038,2569,'_stock_status','instock'),
(7039,2569,'_wc_average_rating','0'),
(7040,2569,'_wc_review_count','0'),
(7041,2569,'attribute_pa_color','charcoal'),
(7042,2569,'attribute_pa_size','3xl'),
(7043,2569,'_price','30'),
(7044,2569,'_product_version','8.5.2'),
(7045,2569,'_thumbnail_id','2590'),
(7046,2570,'_variation_description',''),
(7047,2570,'_sku','65FCB28698B32_Military-Green-S'),
(7048,2570,'_regular_price','30'),
(7049,2570,'total_sales','0'),
(7050,2570,'_tax_status','taxable'),
(7051,2570,'_tax_class','parent'),
(7052,2570,'_manage_stock','no'),
(7053,2570,'_backorders','no'),
(7054,2570,'_sold_individually','no'),
(7055,2570,'_weight','0.16'),
(7056,2570,'_virtual','no'),
(7057,2570,'_downloadable','no'),
(7058,2570,'_download_limit','-1'),
(7059,2570,'_download_expiry','-1'),
(7060,2570,'_stock',''),
(7061,2570,'_stock_status','instock'),
(7062,2570,'_wc_average_rating','0'),
(7063,2570,'_wc_review_count','0'),
(7064,2570,'attribute_pa_color','military-green'),
(7065,2570,'attribute_pa_size','s'),
(7066,2570,'_price','30'),
(7067,2570,'_product_version','8.5.2'),
(7068,2570,'_thumbnail_id','2594'),
(7069,2571,'_variation_description',''),
(7070,2571,'_sku','65FCB28698B32_Military-Green-M'),
(7071,2571,'_regular_price','30'),
(7072,2571,'total_sales','0'),
(7073,2571,'_tax_status','taxable'),
(7074,2571,'_tax_class','parent'),
(7075,2571,'_manage_stock','no'),
(7076,2571,'_backorders','no'),
(7077,2571,'_sold_individually','no'),
(7078,2571,'_weight','0.19'),
(7079,2571,'_virtual','no'),
(7080,2571,'_downloadable','no'),
(7081,2571,'_download_limit','-1'),
(7082,2571,'_download_expiry','-1'),
(7083,2571,'_stock',''),
(7084,2571,'_stock_status','instock'),
(7085,2571,'_wc_average_rating','0'),
(7086,2571,'_wc_review_count','0'),
(7087,2571,'attribute_pa_color','military-green'),
(7088,2571,'attribute_pa_size','m'),
(7089,2571,'_price','30'),
(7090,2571,'_product_version','8.5.2'),
(7091,2571,'_thumbnail_id','2594'),
(7092,2572,'_variation_description',''),
(7093,2572,'_sku','65FCB28698B32_Military-Green-L'),
(7094,2572,'_regular_price','30'),
(7095,2572,'total_sales','0'),
(7096,2572,'_tax_status','taxable'),
(7097,2572,'_tax_class','parent'),
(7098,2572,'_manage_stock','no'),
(7099,2572,'_backorders','no'),
(7100,2572,'_sold_individually','no'),
(7101,2572,'_weight','0.22'),
(7102,2572,'_virtual','no'),
(7103,2572,'_downloadable','no'),
(7104,2572,'_download_limit','-1'),
(7105,2572,'_download_expiry','-1'),
(7106,2572,'_stock',''),
(7107,2572,'_stock_status','instock'),
(7108,2572,'_wc_average_rating','0'),
(7109,2572,'_wc_review_count','0'),
(7110,2572,'attribute_pa_color','military-green'),
(7111,2572,'attribute_pa_size','l'),
(7112,2572,'_price','30'),
(7113,2572,'_product_version','8.5.2'),
(7114,2572,'_thumbnail_id','2594'),
(7115,2573,'_variation_description',''),
(7116,2573,'_sku','65FCB28698B32_Military-Green-XL'),
(7117,2573,'_regular_price','30'),
(7118,2573,'total_sales','0'),
(7119,2573,'_tax_status','taxable'),
(7120,2573,'_tax_class','parent'),
(7121,2573,'_manage_stock','no'),
(7122,2573,'_backorders','no'),
(7123,2573,'_sold_individually','no'),
(7124,2573,'_weight','0.24'),
(7125,2573,'_virtual','no'),
(7126,2573,'_downloadable','no'),
(7127,2573,'_download_limit','-1'),
(7128,2573,'_download_expiry','-1'),
(7129,2573,'_stock',''),
(7130,2573,'_stock_status','instock'),
(7131,2573,'_wc_average_rating','0'),
(7132,2573,'_wc_review_count','0'),
(7133,2573,'attribute_pa_color','military-green'),
(7134,2573,'attribute_pa_size','xl'),
(7135,2573,'_price','30'),
(7136,2573,'_product_version','8.5.2'),
(7137,2573,'_thumbnail_id','2594'),
(7138,2574,'_variation_description',''),
(7139,2574,'_sku','65FCB28698B32_Military-Green-2XL'),
(7140,2574,'_regular_price','30'),
(7141,2574,'total_sales','0'),
(7142,2574,'_tax_status','taxable'),
(7143,2574,'_tax_class','parent'),
(7144,2574,'_manage_stock','no'),
(7145,2574,'_backorders','no'),
(7146,2574,'_sold_individually','no'),
(7147,2574,'_weight','0.27'),
(7148,2574,'_virtual','no'),
(7149,2574,'_downloadable','no'),
(7150,2574,'_download_limit','-1'),
(7151,2574,'_download_expiry','-1'),
(7152,2574,'_stock',''),
(7153,2574,'_stock_status','instock'),
(7154,2574,'_wc_average_rating','0'),
(7155,2574,'_wc_review_count','0'),
(7156,2574,'attribute_pa_color','military-green'),
(7157,2574,'attribute_pa_size','2xl'),
(7158,2574,'_price','30'),
(7159,2574,'_product_version','8.5.2'),
(7160,2574,'_thumbnail_id','2594'),
(7161,2575,'_variation_description',''),
(7162,2575,'_sku','65FCB28698B32_Military-Green-3XL'),
(7163,2575,'_regular_price','30'),
(7164,2575,'total_sales','0'),
(7165,2575,'_tax_status','taxable'),
(7166,2575,'_tax_class','parent'),
(7167,2575,'_manage_stock','no'),
(7168,2575,'_backorders','no'),
(7169,2575,'_sold_individually','no'),
(7170,2575,'_weight','0.26'),
(7171,2575,'_virtual','no'),
(7172,2575,'_downloadable','no'),
(7173,2575,'_download_limit','-1'),
(7174,2575,'_download_expiry','-1'),
(7175,2575,'_stock',''),
(7176,2575,'_stock_status','instock'),
(7177,2575,'_wc_average_rating','0'),
(7178,2575,'_wc_review_count','0'),
(7179,2575,'attribute_pa_color','military-green'),
(7180,2575,'attribute_pa_size','3xl'),
(7181,2575,'_price','30'),
(7182,2575,'_product_version','8.5.2'),
(7183,2575,'_thumbnail_id','2594'),
(7184,2576,'_variation_description',''),
(7185,2576,'_sku','65FCB28698B32_Military-Green-4XL'),
(7186,2576,'_regular_price','30'),
(7187,2576,'total_sales','0'),
(7188,2576,'_tax_status','taxable'),
(7189,2576,'_tax_class','parent'),
(7190,2576,'_manage_stock','no'),
(7191,2576,'_backorders','no'),
(7192,2576,'_sold_individually','no'),
(7193,2576,'_weight','0.29'),
(7194,2576,'_virtual','no'),
(7195,2576,'_downloadable','no'),
(7196,2576,'_download_limit','-1'),
(7197,2576,'_download_expiry','-1'),
(7198,2576,'_stock',''),
(7199,2576,'_stock_status','instock'),
(7200,2576,'_wc_average_rating','0'),
(7201,2576,'_wc_review_count','0'),
(7202,2576,'attribute_pa_color','military-green'),
(7203,2576,'attribute_pa_size','4xl'),
(7204,2576,'_price','30'),
(7205,2576,'_product_version','8.5.2'),
(7206,2576,'_thumbnail_id','2594'),
(7207,2577,'_variation_description',''),
(7208,2577,'_sku','65FCB28698B32_Military-Green-5XL'),
(7209,2577,'_regular_price','30'),
(7210,2577,'total_sales','0'),
(7211,2577,'_tax_status','taxable'),
(7212,2577,'_tax_class','parent'),
(7213,2577,'_manage_stock','no'),
(7214,2577,'_backorders','no'),
(7215,2577,'_sold_individually','no'),
(7216,2577,'_weight','0.3'),
(7217,2577,'_virtual','no'),
(7218,2577,'_downloadable','no'),
(7219,2577,'_download_limit','-1'),
(7220,2577,'_download_expiry','-1'),
(7221,2577,'_stock',''),
(7222,2577,'_stock_status','instock'),
(7223,2577,'_wc_average_rating','0'),
(7224,2577,'_wc_review_count','0'),
(7225,2577,'attribute_pa_color','military-green'),
(7226,2577,'attribute_pa_size','5xl'),
(7227,2577,'_price','30'),
(7228,2577,'_product_version','8.5.2'),
(7229,2577,'_thumbnail_id','2594'),
(7230,2608,'origin','plugin'),
(7231,2608,'origin','plugin'),
(7232,2614,'origin','theme'),
(7249,2970,'_menu_item_type','post_type'),
(7250,2970,'_menu_item_menu_item_parent','0'),
(7251,2970,'_menu_item_object_id','234'),
(7252,2970,'_menu_item_object','page'),
(7253,2970,'_menu_item_target',''),
(7254,2970,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7255,2970,'_menu_item_xfn',''),
(7256,2970,'_menu_item_url',''),
(7273,2973,'_menu_item_type','post_type'),
(7274,2973,'_menu_item_menu_item_parent','0'),
(7275,2973,'_menu_item_object_id','1466'),
(7276,2973,'_menu_item_object','page'),
(7277,2973,'_menu_item_target',''),
(7278,2973,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7279,2973,'_menu_item_xfn',''),
(7280,2973,'_menu_item_url',''),
(7281,2974,'_menu_item_type','post_type'),
(7282,2974,'_menu_item_menu_item_parent','0'),
(7283,2974,'_menu_item_object_id','1479'),
(7284,2974,'_menu_item_object','page'),
(7285,2974,'_menu_item_target',''),
(7286,2974,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7287,2974,'_menu_item_xfn',''),
(7288,2974,'_menu_item_url',''),
(7289,2975,'_menu_item_type','post_type'),
(7290,2975,'_menu_item_menu_item_parent','0'),
(7291,2975,'_menu_item_object_id','1477'),
(7292,2975,'_menu_item_object','page'),
(7293,2975,'_menu_item_target',''),
(7294,2975,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7295,2975,'_menu_item_xfn',''),
(7296,2975,'_menu_item_url',''),
(7305,2977,'_menu_item_type','post_type'),
(7306,2977,'_menu_item_menu_item_parent','0'),
(7307,2977,'_menu_item_object_id','2170'),
(7308,2977,'_menu_item_object','page'),
(7309,2977,'_menu_item_target',''),
(7310,2977,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7311,2977,'_menu_item_xfn',''),
(7312,2977,'_menu_item_url',''),
(7313,2978,'_menu_item_type','post_type'),
(7314,2978,'_menu_item_menu_item_parent','0'),
(7315,2978,'_menu_item_object_id','573'),
(7316,2978,'_menu_item_object','page'),
(7317,2978,'_menu_item_target',''),
(7318,2978,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7319,2978,'_menu_item_xfn',''),
(7320,2978,'_menu_item_url',''),
(7329,2980,'_menu_item_type','post_type'),
(7330,2980,'_menu_item_menu_item_parent','3030'),
(7331,2980,'_menu_item_object_id','1423'),
(7332,2980,'_menu_item_object','page'),
(7333,2980,'_menu_item_target',''),
(7334,2980,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7335,2980,'_menu_item_xfn',''),
(7336,2980,'_menu_item_url',''),
(7345,2982,'_menu_item_type','post_type'),
(7346,2982,'_menu_item_menu_item_parent','3030'),
(7347,2982,'_menu_item_object_id','1791'),
(7348,2982,'_menu_item_object','page'),
(7349,2982,'_menu_item_target',''),
(7350,2982,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7351,2982,'_menu_item_xfn',''),
(7352,2982,'_menu_item_url',''),
(7353,2983,'_menu_item_type','post_type'),
(7354,2983,'_menu_item_menu_item_parent','3030'),
(7355,2983,'_menu_item_object_id','2170'),
(7356,2983,'_menu_item_object','page'),
(7357,2983,'_menu_item_target',''),
(7358,2983,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7359,2983,'_menu_item_xfn',''),
(7360,2983,'_menu_item_url',''),
(7361,2170,'_edit_lock','1738361603:10'),
(7363,81,'_et_pb_use_builder','on'),
(7365,81,'_et_pb_old_content','<div id=\"pl-81\"  class=\"panel-layout\" >\n<div id=\"pg-81-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;25px&quot;,&quot;bottom-padding&quot;:&quot;25px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" >\n<div style=\"padding-top: 25px; padding-bottom: 25px; \" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-0\" >\n<div id=\"pgc-81-0-0\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.5\" >\n<div id=\"panel-81-0-0-0\" class=\"so-panel widget widget_athemes_image athemes_image_widget panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" >\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-0-0-0\" >[siteorigin_widget class=\"Athemes_Image\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;image_uri&quot;:&quot;http://www.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg&quot;,&quot;link&quot;:&quot;&quot;,&quot;id&quot;:&quot;athemes_image-8110000&quot;,&quot;option_name&quot;:&quot;widget_athemes_image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-81-0-0-0&quot; class=&quot;so-panel widget widget_athemes_image athemes_image_widget panel-first-child panel-last-child&quot; data-index=&quot;0&quot; data-style=&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}&quot; &gt;&lt;div style=&quot;text-align: left;&quot; data-title-color=&quot;#2d3142&quot; data-headings-color=&quot;#2d3142&quot; class=&quot;panel-widget-style panel-widget-style-for-81-0-0-0&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n</div>\n<div id=\"pgc-81-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.5\" >\n<div id=\"panel-81-0-1-0\" class=\"so-panel widget widget_strong-testimonials-view-widget strong-testimonials-view-widget panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" >\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-0-1-0\" >[siteorigin_widget class=\"Strong_Testimonials_View_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;text&quot;:&quot;&quot;,&quot;filter&quot;:false,&quot;view&quot;:&quot;1&quot;,&quot;id&quot;:&quot;strong-testimonials-view-widget-8110001&quot;,&quot;option_name&quot;:&quot;widget_strong-testimonials-view-widget&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-81-0-1-0&quot; class=&quot;so-panel widget widget_strong-testimonials-view-widget strong-testimonials-view-widget panel-first-child panel-last-child&quot; data-index=&quot;1&quot; data-style=&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}&quot; &gt;&lt;div style=&quot;text-align: left;&quot; data-title-color=&quot;#2d3142&quot; data-headings-color=&quot;#2d3142&quot; class=&quot;panel-widget-style panel-widget-style-for-81-0-1-0&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-81-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;mobile_padding&quot;:&quot;25px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;100px&quot;,&quot;bottom-padding&quot;:&quot;0px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" >\n<div style=\"padding-top: 100px; padding-bottom: 0px; \" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-1\" >\n<div id=\"pgc-81-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" >\n<div id=\"panel-81-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" >\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-1-0-0\" >\n<div class=\"textwidget\">\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n\n<img class=\"wp-image-811 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" alt=\"\" width=\"300\" height=\"225\" />\n\n</div>\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n\n<img class=\"wp-image-815 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching.jpg\" alt=\"\" width=\"300\" height=\"225\" />\n\n</div>\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n\n<img class=\"wp-image-816 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill.jpg\" alt=\"\" width=\"300\" height=\"225\" />\n\n</div>\n\n<hr style=\"clear: both; visibility: hidden;\" />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-81-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;10px&quot;,&quot;bottom-padding&quot;:&quot;50px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"left\"  data-color-label=\"4\" >\n<div style=\"padding-top: 10px; padding-bottom: 50px; \" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-2\" >\n<div id=\"pgc-81-2-0\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;#cccccc&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"1\" >\n<div class=\"panel-cell-style panel-cell-style-for-81-2-0\" >\n<div id=\"panel-81-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;padding&quot;:&quot;10px 10px 10px 10px&quot;,&quot;mobile_padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" >\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-2-0-0\" >\n<div class=\"textwidget\">\n\nAmtac Shooting&#8217;s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-81-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;30px&quot;,&quot;bottom-padding&quot;:&quot;30px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" >\n<div style=\"padding-top: 30px; padding-bottom: 30px; \" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-3\" >\n<div id=\"pgc-81-3-0\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"1\" >\n<div id=\"panel-81-3-0-0\" class=\"so-panel widget widget_evcalwidget_sc EvcalWidget_SC panel-first-child\" data-index=\"4\" data-style=\"{&quot;padding&quot;:&quot;15px 15px 15px 15px&quot;,&quot;mobile_padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" >\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-3-0-0\" >[siteorigin_widget class=\"EvcalWidget_SC\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;evo_title&quot;:&quot;Upcoming Courses&quot;,&quot;evo_shortcodeW&quot;:&quot;[add_eventon_list number_of_months=&quot;24&quot; hide_empty_months=&quot;yes&quot;  hide_past=&quot;yes&quot; show_year=&quot;yes&quot; tiles=&quot;yes&quot; tile_bg=&quot;1&quot; tile_style=&quot;1&quot; tile_height=&quot;350&quot; tile_count=&quot;2&quot;]&quot;,&quot;id&quot;:&quot;evcalwidget_sc-8110004&quot;,&quot;option_name&quot;:&quot;widget_evcalwidget_sc&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-81-3-0-0&quot; class=&quot;so-panel widget widget_evcalwidget_sc EvcalWidget_SC panel-first-child&quot; data-index=&quot;4&quot; data-style=&quot;{&amp;quot;padding&amp;quot;:&amp;quot;15px 15px 15px 15px&amp;quot;,&amp;quot;mobile_padding&amp;quot;:&amp;quot;5px 5px 5px 5px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}&quot; &gt;&lt;div style=&quot;text-align: left;&quot; data-title-color=&quot;#2d3142&quot; data-headings-color=&quot;#2d3142&quot; class=&quot;panel-widget-style panel-widget-style-for-81-3-0-0&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n<div id=\"panel-81-3-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" >\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-3-0-1\" >\n<h3 class=\"widget-title\">Articles</h3>\n<div class=\"textwidget\">\n<div class=\"grid-plus-container grid-5bd521ec3b154 post \"\n     id=\"5bd521ec3b154\"\n     data-grid-name=\"Primary\"\n     data-animation=\"fadeInUp\">\n<div class=\"grid-stack-container grid-plus-inner\"\n         data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"\n         data-grid-id=\"5adf90cc53c11\"\n         data-current-category=\"2\"\n         data-section-id=\"5bd521ec3b154\"\n         data-gutter=\"20\"\n         data-columns=\"3\"\n         data-height-ratio=\"1\"\n         data-width-ratio=\"1\"\n         data-desktop-columns=\"3\"\n         data-tablet-columns=\"2\"\n         data-mobile-columns=\"1\"\n         data-layout-type=\"grid\"\n         data-fix-item-height=\"false\"\n         data-nonce=\"d3884094c0\"\n    >\n<div class=\"grid-stack grid-stack-3\" data-layout=\"grid\"\n             style=\"height: 3400px\"></div>\n<div class=\"grid-items\">\n<div class=\"item\" data-gs-x=\"0\"\n                     data-gs-y=\"0\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"57\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"0\"\n                     data-desktop-gs-y=\"0\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"57\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"2247\"\n                     data-image-height=\"1998\"\n                >\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/crosses-800x999.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/crosses-800x999.jpg\" alt=\"Primary Philosophy\" >\n<div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/primary-philosophy/\" title=\"Primary Philosophy\"></a>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/primary-philosophy/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n<a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/crosses.jpg\" class=\"view-gallery\" data-post-id=\"25\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/primary-philosophy/\" title=\"Primary Philosophy\">Primary Philosophy</a></div>\n<div class=\"excerpt\">I am a Christian. As I started thinking about what the first topic would be that I would write about, I considered writing about proper mindset or the importance of fitness in tactical training or even my primary training philosophy, &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/primary-philosophy/&quot;&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"grid-plus-container grid-5bd521ec3d2ae post \"\n     id=\"5bd521ec3d2ae\"\n     data-grid-name=\"Recent\"\n     data-animation=\"fadeInUp\">\n<div class=\"grid-stack-container grid-plus-inner\"\n         data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"\n         data-grid-id=\"5adf53e753c88\"\n         data-current-category=\"35,2,36\"\n         data-section-id=\"5bd521ec3d2ae\"\n         data-gutter=\"20\"\n         data-columns=\"3\"\n         data-height-ratio=\"1\"\n         data-width-ratio=\"1\"\n         data-desktop-columns=\"3\"\n         data-tablet-columns=\"2\"\n         data-mobile-columns=\"1\"\n         data-layout-type=\"grid\"\n         data-fix-item-height=\"false\"\n         data-nonce=\"d3884094c0\"\n    >\n<div class=\"grid-stack grid-stack-3\" data-layout=\"grid\"\n             style=\"height: 3490px\"></div>\n<div class=\"grid-items\">\n<div class=\"item\" data-gs-x=\"0\"\n                     data-gs-y=\"0\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"0\"\n                     data-desktop-gs-y=\"0\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"1865\"\n                     data-image-height=\"2487\"\n                >\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg\" alt=\"The Modern Minute Man and Other Standards\" >\n<div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\" title=\"The Modern Minute Man and Other Standards\"></a>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n<a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg\" class=\"view-gallery\" data-post-id=\"1125\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\" title=\"The Modern Minute Man and Other Standards\">The Modern Minute Man and Other Standards</a></div>\n<div class=\"excerpt\">&nbsp; For the last two years I have done the Sniper Adventure Challenge Race.  It has been a great way for me to have a goal to train for and to keep pushing the boundaries with training, fitness, shooting and &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/&quot;&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"1\"\n                     data-gs-y=\"0\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"1\"\n                     data-desktop-gs-y=\"0\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"768\"\n                     data-image-height=\"576\"\n                >\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\" alt=\"Getting into Precision Rifle Shooting\" >\n<div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/precision-rifle-options/\" title=\"Getting into Precision Rifle Shooting\"></a>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/precision-rifle-options/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n<a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\" class=\"view-gallery\" data-post-id=\"346\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/precision-rifle-options/\" title=\"Getting into Precision Rifle Shooting\">Getting into Precision Rifle Shooting</a></div>\n<div class=\"excerpt\">This is a primer for guys that are interested in getting into precision rifle shooting.  For the sake of this article I am going to define precision rifle shooting as anything over 600 yards. We will look at the options &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/precision-rifle-options/&quot;&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"2\"\n                     data-gs-y=\"0\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"2\"\n                     data-desktop-gs-y=\"0\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"1979\"\n                     data-image-height=\"1319\"\n                >\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\" alt=\"Food and Fitness\" >\n<div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/food-fitness/\" title=\"Food and Fitness\"></a>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/food-fitness/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n<a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\" class=\"view-gallery\" data-post-id=\"626\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/food-fitness/\" title=\"Food and Fitness\">Food and Fitness</a></div>\n<div class=\"excerpt\">&nbsp; Anyone that has trained with me knows the emphasis that I put on fitness. If you are not in good shape is is much more difficult to sprint up two flights of stairs, then across a parking lot and &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/food-fitness/&quot;&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"0\"\n                     data-gs-y=\"39\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"0\"\n                     data-desktop-gs-y=\"39\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"3790\"\n                     data-image-height=\"2136\"\n                >\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\" alt=\"Review of FLIR Thermosight Pro PTS233\" >\n<div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\" title=\"Review of FLIR Thermosight Pro PTS233\"></a>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n<a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\" class=\"view-gallery\" data-post-id=\"358\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\" title=\"Review of FLIR Thermosight Pro PTS233\">Review of FLIR Thermosight Pro PTS233</a></div>\n<div class=\"excerpt\">I don&#8217;t normally get very excited about new gear.  This thermal weapons sight changed that, not because it is better than anything else out there but because it brings a useful thermal sight into working man&#8217;s prices. It is still &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/&quot;&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"1\"\n                     data-gs-y=\"39\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"1\"\n                     data-desktop-gs-y=\"39\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"1024\"\n                     data-image-height=\"769\"\n                >\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\" alt=\"What Matters Most in a Carbine\" >\n<div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\" title=\"What Matters Most in a Carbine\"></a>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n<a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\" class=\"view-gallery\" data-post-id=\"29\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\" title=\"What Matters Most in a Carbine\">What Matters Most in a Carbine</a></div>\n<div class=\"excerpt\">  &nbsp; Where do you start and what should you get for your carbine? AR15 style rifles are more available and cheaper than they ever have been. There are also many more options/ brands than there have ever been. The &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/what-to-look-for-in-a-carbine/&quot;&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"2\"\n                     data-gs-y=\"39\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"2\"\n                     data-desktop-gs-y=\"39\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"5198\"\n                     data-image-height=\"3465\"\n                >\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\" alt=\"Differentiating Between a Coordinated and Uncoordinated Attack\" >\n<div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\" title=\"Differentiating Between a Coordinated and Uncoordinated Attack\"></a>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n<a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\" class=\"view-gallery\" data-post-id=\"27\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\" title=\"Differentiating Between a Coordinated and Uncoordinated Attack\">Differentiating Between a Coordinated and Uncoordinated Attack</a></div>\n<div class=\"excerpt\">How will you respond? How will you respond if you are the first, second, or third officer responding to an active shooter situation? The majority of the school shootings/ active shooter events in the United States have been carried out &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/&quot;&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-81-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;100px&quot;,&quot;bottom-padding&quot;:&quot;100px&quot;,&quot;mobile-padding&quot;:&quot;50px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" >\n<div style=\"padding-top: 100px; padding-bottom: 100px; \" data-mobile-padding=\"50px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-4\" >\n<div id=\"pgc-81-4-0\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"1\" >\n<div id=\"panel-81-4-0-0\" class=\"so-panel widget widget_convertkit_form convertkit panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" >\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-4-0-0\" >[siteorigin_widget class=\"CK_Widget_Form\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;form&quot;:&quot;423396&quot;,&quot;id&quot;:&quot;convertkit_form-8110006&quot;,&quot;option_name&quot;:&quot;widget_convertkit_form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-81-4-0-0&quot; class=&quot;so-panel widget widget_convertkit_form convertkit panel-first-child panel-last-child&quot; data-index=&quot;6&quot; data-style=&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}&quot; &gt;&lt;div style=&quot;text-align: left;&quot; data-title-color=&quot;#2d3142&quot; data-headings-color=&quot;#2d3142&quot; class=&quot;panel-widget-style panel-widget-style-for-81-4-0-0&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n</div>\n</div>\n</div>\n</div>'),
(7366,81,'_et_pb_built_for_post_type','page'),
(7367,81,'_et_pb_ab_subjects',''),
(7368,81,'_et_pb_enable_shortcode_tracking',''),
(7369,81,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"81\" /]'),
(7370,81,'_et_pb_custom_css',''),
(7371,81,'_et_pb_gutter_width','3'),
(7372,81,'_thumbnail_id','0'),
(7373,81,'_global_colors_info','{}'),
(7374,81,'_et_pb_first_image',''),
(7375,81,'_et_pb_truncate_post',''),
(7376,81,'_et_pb_truncate_post_date',''),
(7377,81,'_et_builder_version','VB|Divi|4.27.2'),
(7378,81,'_et_pb_show_page_creation','off'),
(7380,81,'_et_builder_dynamic_assets_loading_attr_threshold','16'),
(7382,2993,'_wp_attached_file','2018/03/cropped-amtac_logo_small.png'),
(7383,2993,'_wp_attachment_context','site-icon'),
(7384,2993,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:512;s:6:\"height\";i:512;s:4:\"file\";s:36:\"2018/03/cropped-amtac_logo_small.png\";s:8:\"filesize\";i:34081;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"cropped-amtac_logo_small-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41283;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"cropped-amtac_logo_small-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28097;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"cropped-amtac_logo_small-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34431;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"cropped-amtac_logo_small-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40004;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"cropped-amtac_logo_small-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49261;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"cropped-amtac_logo_small-400x512.png\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:26295;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"cropped-amtac_logo_small-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59502;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"cropped-amtac_logo_small-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:41283;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"cropped-amtac_logo_small-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16986;}s:13:\"site_icon-270\";a:5:{s:4:\"file\";s:36:\"cropped-amtac_logo_small-270x270.png\";s:5:\"width\";i:270;s:6:\"height\";i:270;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38697;}s:13:\"site_icon-192\";a:5:{s:4:\"file\";s:36:\"cropped-amtac_logo_small-192x192.png\";s:5:\"width\";i:192;s:6:\"height\";i:192;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:31364;}s:13:\"site_icon-180\";a:5:{s:4:\"file\";s:36:\"cropped-amtac_logo_small-180x180.png\";s:5:\"width\";i:180;s:6:\"height\";i:180;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:30545;}s:12:\"site_icon-32\";a:5:{s:4:\"file\";s:34:\"cropped-amtac_logo_small-32x32.png\";s:5:\"width\";i:32;s:6:\"height\";i:32;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:2661;}}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:{}}}'),
(7408,3010,'_et_pb_use_builder','on'),
(7409,3010,'_et_pb_show_page_creation','off'),
(7421,3010,'_et_pb_built_for_post_type','page'),
(7422,3010,'_et_pb_ab_subjects',''),
(7423,3010,'_et_pb_enable_shortcode_tracking',''),
(7424,3010,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"3010\" /]'),
(7425,3010,'_et_pb_custom_css',''),
(7426,3010,'_et_pb_gutter_width','3'),
(7427,3010,'_thumbnail_id','0'),
(7428,3010,'_global_colors_info','{}'),
(7429,3010,'_et_pb_first_image',''),
(7430,3010,'_et_pb_truncate_post',''),
(7431,3010,'_et_pb_truncate_post_date',''),
(7432,3010,'_et_builder_version','VB|Divi|4.27.2'),
(7458,3026,'_EventOrigin','events-calendar'),
(7460,3026,'_edit_lock','1725573055:10'),
(7461,3026,'_edit_last','10'),
(7462,3026,'_et_pb_post_hide_nav','default'),
(7463,3026,'_et_pb_page_layout','et_right_sidebar'),
(7464,3026,'_et_pb_side_nav','off'),
(7465,3026,'_EventShowMapLink','1'),
(7466,3026,'_EventShowMap','1'),
(7467,3026,'_EventStartDate','2024-07-09 08:00:00'),
(7468,3026,'_EventEndDate','2024-07-09 17:00:00'),
(7469,3026,'_EventStartDateUTC','2024-07-09 08:00:00'),
(7470,3026,'_EventEndDateUTC','2024-07-09 17:00:00'),
(7471,3026,'_EventDuration','32400'),
(7472,3026,'_EventCurrencySymbol','$'),
(7473,3026,'_EventCurrencyCode','USD'),
(7474,3026,'_EventCurrencyPosition','prefix'),
(7475,3026,'_EventCost',''),
(7476,3026,'_EventURL',''),
(7477,3026,'_EventTimezone','UTC+0'),
(7478,3026,'_EventTimezoneAbbr','UTC+0'),
(7479,3026,'_yoast_wpseo_primary_tribe_events_cat','86'),
(7480,3026,'_yoast_wpseo_content_score','60'),
(7481,3026,'_yoast_wpseo_estimated-reading-time-minutes','2'),
(7483,3026,'_et_pb_use_builder',''),
(7484,3026,'_et_pb_first_image',''),
(7485,3026,'_et_pb_truncate_post',''),
(7486,3026,'_et_pb_truncate_post_date',''),
(7487,3026,'_et_pb_old_content',''),
(7488,3026,'_thumbnail_id','2917'),
(7489,3026,'_yoast_wpseo_focuskw','warrior conference'),
(7490,3026,'_yoast_wpseo_metadesc','The Modern Warrior Conference is an opportunity for solid men to come together and train with some of the best shooting and combatives instructors in the industry. The theme for this year is\"Be a Professional\".'),
(7491,3026,'_yoast_wpseo_linkdex','69'),
(7495,3026,'_tribe_modified_fields','a:10:{s:16:\"tribe_events_cat\";i:1720493001;s:22:\"et_enqueued_post_fonts\";i:1757151894;s:29:\"_et_dynamic_cached_shortcodes\";i:1757151893;s:29:\"_et_dynamic_cached_attributes\";i:1757151894;s:17:\"_EventShowMapLink\";i:1725569532;s:13:\"_EventShowMap\";i:1725569532;s:10:\"_edit_last\";i:1725569532;s:24:\"_wp_convertkit_post_meta\";i:1725569532;s:26:\"_more_info_button_meta_key\";i:1725569532;s:33:\"_et_builder_module_features_cache\";i:1753363171;}'),
(7508,3030,'_menu_item_type','custom'),
(7509,3030,'_menu_item_menu_item_parent','0'),
(7510,3030,'_menu_item_object_id','3030'),
(7511,3030,'_menu_item_object','custom'),
(7512,3030,'_menu_item_target',''),
(7513,3030,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(7514,3030,'_menu_item_xfn',''),
(7515,3030,'_menu_item_url','#'),
(7521,3038,'_EventOrigin','events-calendar'),
(7522,3038,'_tribe_modified_fields','a:40:{s:12:\"_EventOrigin\";i:1720494475;s:10:\"_edit_last\";i:1720494497;s:10:\"post_title\";i:1720494497;s:11:\"post_status\";i:1720494609;s:12:\"post_content\";i:1720494609;s:26:\"_more_info_button_meta_key\";i:1720494609;s:20:\"_et_pb_post_hide_nav\";i:1720494609;s:18:\"_et_pb_page_layout\";i:1720494609;s:15:\"_et_pb_side_nav\";i:1720494609;s:18:\"_et_pb_use_builder\";i:1720494609;s:18:\"_et_pb_first_image\";i:1720494609;s:20:\"_et_pb_truncate_post\";i:1720494609;s:25:\"_et_pb_truncate_post_date\";i:1720494609;s:18:\"_et_pb_old_content\";i:1720494609;s:17:\"_EventShowMapLink\";i:1720494660;s:13:\"_EventShowMap\";i:1720494660;s:15:\"_EventStartDate\";i:1720494609;s:13:\"_EventEndDate\";i:1720494609;s:18:\"_EventStartDateUTC\";i:1720494609;s:16:\"_EventEndDateUTC\";i:1720494609;s:14:\"_EventDuration\";i:1720494609;s:20:\"_EventCurrencySymbol\";i:1720494609;s:18:\"_EventCurrencyCode\";i:1720494609;s:22:\"_EventCurrencyPosition\";i:1720494609;s:10:\"_EventCost\";i:1720494609;s:9:\"_EventURL\";i:1720494609;s:14:\"_EventTimezone\";i:1720494609;s:18:\"_EventTimezoneAbbr\";i:1720494609;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1720494660;s:20:\"_yoast_wpseo_focuskw\";i:1720494609;s:21:\"_yoast_wpseo_metadesc\";i:1720494609;s:20:\"_yoast_wpseo_linkdex\";i:1720494660;s:26:\"_yoast_wpseo_content_score\";i:1720494609;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1720494660;s:16:\"tribe_events_cat\";i:1720494660;s:13:\"_thumbnail_id\";i:1720494660;s:29:\"_et_dynamic_cached_shortcodes\";i:1764650237;s:29:\"_et_dynamic_cached_attributes\";i:1764650239;s:22:\"et_enqueued_post_fonts\";i:1764650239;s:33:\"_et_builder_module_features_cache\";i:1764650239;}'),
(7523,3038,'_edit_lock','1722443082:1'),
(7524,3038,'_edit_last','1'),
(7525,3038,'_more_info_button_meta_key',''),
(7526,3038,'_et_pb_post_hide_nav','default'),
(7527,3038,'_et_pb_page_layout','et_right_sidebar'),
(7528,3038,'_et_pb_side_nav','off'),
(7529,3038,'_et_pb_use_builder',''),
(7530,3038,'_et_pb_first_image',''),
(7531,3038,'_et_pb_truncate_post',''),
(7532,3038,'_et_pb_truncate_post_date',''),
(7533,3038,'_et_pb_old_content',''),
(7534,3038,'_EventShowMapLink','1'),
(7535,3038,'_EventShowMap','1'),
(7536,3038,'_EventStartDate','2024-08-14 08:00:00'),
(7537,3038,'_EventEndDate','2024-08-15 17:00:00'),
(7538,3038,'_EventStartDateUTC','2024-08-14 08:00:00'),
(7539,3038,'_EventEndDateUTC','2024-08-15 17:00:00'),
(7540,3038,'_EventDuration','118800'),
(7541,3038,'_EventCurrencySymbol','$'),
(7542,3038,'_EventCurrencyCode','USD'),
(7543,3038,'_EventCurrencyPosition','prefix'),
(7544,3038,'_EventCost',''),
(7545,3038,'_EventURL','https://amtacshooting.regfox.com/2024-08-14-the-amtac-shooting-small-team-cqb-with-tuhon-tom-kier-and-bill-rapier'),
(7546,3038,'_EventTimezone','UTC+0'),
(7547,3038,'_EventTimezoneAbbr','UTC+0'),
(7548,3038,'_yoast_wpseo_primary_tribe_events_cat','103'),
(7549,3038,'_yoast_wpseo_focuskw','Tuhon Tom Kier from Sayoc Kali Pistol Blade Combatives'),
(7550,3038,'_yoast_wpseo_metadesc','This course will teach you how to integrate empty hand technique combatives and how to fluidly transition from one tool to the next based on the situation.'),
(7551,3038,'_yoast_wpseo_linkdex','39'),
(7552,3038,'_yoast_wpseo_content_score','60'),
(7553,3038,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(7554,3038,'_thumbnail_id','1684'),
(7691,3072,'_edit_lock','1725316260:10'),
(7692,3072,'_et_pb_use_builder','on'),
(7693,3072,'_et_gb_content_width',''),
(7694,3072,'footnotes',''),
(7695,3073,'footnotes',''),
(7696,3072,'_edit_last','10'),
(7697,3072,'_et_pb_post_hide_nav','default'),
(7698,3072,'_et_pb_page_layout','et_right_sidebar'),
(7699,3072,'_et_pb_side_nav','off'),
(7700,3072,'_yoast_wpseo_estimated-reading-time-minutes','0'),
(7730,81,'_edit_lock','1737759003:10'),
(7771,3107,'_wp_attached_file','2024/09/A1S5970.jpg'),
(7772,3107,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:19:\"2024/09/A1S5970.jpg\";s:8:\"filesize\";i:313918;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"A1S5970-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14547;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"A1S5970-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6814;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"A1S5970-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60820;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"A1S5970-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21618;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"A1S5970-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23070;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"A1S5970-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34075;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"A1S5970-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36746;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"A1S5970-980x655.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:655;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87688;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"A1S5970-480x321.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:321;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29866;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"A1S5970-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19316;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"A1S5970-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42180;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"A1S5970-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4032;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1721110966\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:6:\"0.0025\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(7786,3155,'_wp_attached_file','2024/09/leather-company30.jpg'),
(7787,3155,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:720;s:4:\"file\";s:29:\"2024/09/leather-company30.jpg\";s:8:\"filesize\";i:196771;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"leather-company30-300x270.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16696;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"leather-company30-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5683;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"leather-company30-768x691.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:691;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95804;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"leather-company30-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22658;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"leather-company30-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111887;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"leather-company30-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24942;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"leather-company30-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38722;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"leather-company30-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41082;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"leather-company30-480x432.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40125;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"leather-company30-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18652;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"leather-company30-600x540.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61931;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"leather-company30-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3197;}}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:{}}}'),
(7788,3156,'_wp_attached_file','2024/09/leather-company23.jpg'),
(7789,3156,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:800;s:4:\"file\";s:29:\"2024/09/leather-company23.jpg\";s:8:\"filesize\";i:133837;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"leather-company23-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16748;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"leather-company23-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5968;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"leather-company23-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74471;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"leather-company23-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20225;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"leather-company23-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79782;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"leather-company23-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21956;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"leather-company23-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32454;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"leather-company23-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31824;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"leather-company23-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34526;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"leather-company23-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16748;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"leather-company23-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50201;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"leather-company23-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3534;}}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:{}}}'),
(7790,3157,'_wp_attached_file','2024/09/leather-company24.jpg'),
(7791,3157,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1130;s:4:\"file\";s:29:\"2024/09/leather-company24.jpg\";s:8:\"filesize\";i:155976;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"leather-company24-212x300.jpg\";s:5:\"width\";i:212;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9734;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"leather-company24-725x1024.jpg\";s:5:\"width\";i:725;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94746;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"leather-company24-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4651;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"leather-company24-768x1085.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1085;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105105;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"leather-company24-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20982;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"leather-company24-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96761;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"leather-company24-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22746;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"leather-company24-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34629;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"leather-company24-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31136;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"leather-company24-480x678.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:678;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43695;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"leather-company24-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15296;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"leather-company24-600x848.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:848;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66718;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"leather-company24-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2789;}}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:{}}}'),
(7792,3158,'_wp_attached_file','2024/09/leather-company25.jpg'),
(7793,3158,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:650;s:4:\"file\";s:29:\"2024/09/leather-company25.jpg\";s:8:\"filesize\";i:121731;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"leather-company25-300x244.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12824;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"leather-company25-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5620;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"leather-company25-768x624.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59270;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"leather-company25-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17124;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"leather-company25-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18717;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"leather-company25-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27923;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"leather-company25-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29087;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"leather-company25-480x390.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:390;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26648;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"leather-company25-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15183;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"leather-company25-600x488.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:488;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38943;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"leather-company25-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3347;}}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:{}}}'),
(7794,3159,'_wp_attached_file','2024/09/leather-company27.jpg'),
(7795,3159,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:550;s:4:\"file\";s:29:\"2024/09/leather-company27.jpg\";s:8:\"filesize\";i:197710;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"leather-company27-300x206.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:206;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12187;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"leather-company27-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6057;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"leather-company27-768x528.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54693;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"leather-company27-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18499;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"leather-company27-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19382;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"leather-company27-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29923;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"leather-company27-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31629;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"leather-company27-480x330.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:330;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25387;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"leather-company27-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16710;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"leather-company27-600x413.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:413;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36384;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"leather-company27-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3582;}}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:{}}}'),
(7796,3160,'_wp_attached_file','2024/09/leather-company26.jpg'),
(7797,3160,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:1127;s:4:\"file\";s:29:\"2024/09/leather-company26.jpg\";s:8:\"filesize\";i:122114;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"leather-company26-213x300.jpg\";s:5:\"width\";i:213;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7825;}s:5:\"large\";a:5:{s:4:\"file\";s:30:\"leather-company26-727x1024.jpg\";s:5:\"width\";i:727;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78899;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"leather-company26-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3725;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"leather-company26-768x1082.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1082;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87193;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"leather-company26-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12223;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"leather-company26-800x675.jpg\";s:5:\"width\";i:800;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65053;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"leather-company26-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13567;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"leather-company26-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22095;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"leather-company26-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23396;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"leather-company26-480x676.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:676;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34597;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"leather-company26-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10768;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"leather-company26-600x845.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:845;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54754;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"leather-company26-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2347;}}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:{}}}'),
(7798,3161,'_wp_attached_file','2024/09/leather-01.jpg'),
(7799,3161,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1920;s:6:\"height\";i:1440;s:4:\"file\";s:22:\"2024/09/leather-01.jpg\";s:8:\"filesize\";i:201433;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"leather-01-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13367;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"leather-01-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"leather-01-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5941;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"leather-01-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56391;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:24:\"leather-01-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186784;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"leather-01-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16922;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"leather-01-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84890;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"leather-01-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18972;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"leather-01-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29272;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"leather-01-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101522;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"leather-01-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29179;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"leather-01-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137589;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"leather-01-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85823;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"leather-01-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26578;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"leather-01-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15707;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"leather-01-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38029;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"leather-01-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3550;}}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:{}}}'),
(7801,3072,'_et_pb_built_for_post_type','page'),
(7802,3163,'footnotes',''),
(7803,3072,'_et_pb_ab_subjects',''),
(7804,3072,'_et_pb_enable_shortcode_tracking',''),
(7805,3072,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"3072\" /]'),
(7806,3072,'_et_pb_custom_css',''),
(7807,3072,'_et_pb_gutter_width','3'),
(7808,3072,'_thumbnail_id','0'),
(7809,3072,'_global_colors_info','{}'),
(7810,3072,'_et_pb_first_image',''),
(7811,3072,'_et_pb_truncate_post','<p><div class=\"et_pb_section et_pb_section_0 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Shop</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_1 et_pb_with_background et_section_specialty\" >\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row\">\n				<div class=\"et_pb_column et_pb_column_1_4 et_pb_column_1    et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img fetchpriority=\"high\" decoding=\"async\" width=\"800\" height=\"800\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company23.jpg\" alt=\"\" title=\"leather-company23\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company23.jpg 800w, https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company23-480x480.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 800px, 100vw\" class=\"wp-image-3156\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_3_4 et_pb_column_2   et_pb_specialty_column  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_row_inner et_pb_row_inner_0 et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_8 et_pb_column_inner et_pb_column_inner_0\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"800\" height=\"1130\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company24.jpg\" alt=\"\" title=\"leather-company24\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company24.jpg 800w, https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company24-480x678.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 800px, 100vw\" class=\"wp-image-3157\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_3_8 et_pb_column_inner et_pb_column_inner_1 et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Mauris blandit aliquet elit, eget tincidunt nibh. Vestibulum ac diam sit amet quam vehicula elementum sed.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_0_wrapper  et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_0 et_pb_bg_layout_light\" href=\"\">See All Products</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row_inner et_pb_row_inner_1 et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_3_8 et_pb_column_inner et_pb_column_inner_2 et_pb_column_empty\">\n				\n				\n				\n				\n				\n			</div><div class=\"et_pb_column et_pb_column_3_8 et_pb_column_inner et_pb_column_inner_3 et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap has-box-shadow-overlay\"><div class=\"box-shadow-overlay\"></div><img decoding=\"async\" width=\"800\" height=\"650\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company25.jpg\" alt=\"\" title=\"leather-company25\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company25.jpg 800w, https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company25-480x390.jpg 480w\" sizes=\"(min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 800px, 100vw\" class=\"wp-image-3158\" /></span>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n			</div>\n				</div>\n				\n			</div><div class=\"et_pb_section et_pb_section_2 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_shop et_pb_shop_0  et_pb_text_align_left\"  data-shortcode_index=\"0\">\n				\n				\n				\n				\n				<div class=\"woocommerce columns-3 \"><div class=\"woocommerce-notices-wrapper\"></div><p class=\"woocommerce-result-count\">\n	Showing the single result</p>\n<form class=\"woocommerce-ordering\" method=\"get\">\n	<select name=\"orderby\" class=\"orderby\" aria-label=\"Shop order\">\n					<option value=\"menu_order\"  selected=\'selected\'>Default sorting</option>\n					<option value=\"popularity\" >Sort by popularity</option>\n					<option value=\"rating\" >Sort by average rating</option>\n					<option value=\"date\" >Sort by latest</option>\n					<option value=\"price\" >Sort by price: low to high</option>\n					<option value=\"price-desc\" >Sort by price: high to low</option>\n			</select>\n	<input type=\"hidden\" name=\"paged\" value=\"1\" />\n	<input type=\"hidden\" name=\"s\" value=\"\" /></form>\n<ul class=\"products columns-3\">\n<li class=\"product type-product post-2541 status-publish first instock product_cat-shirts has-post-thumbnail shipping-taxable purchasable product-type-variable\">\n	<a href=\"https://staging.amtacshooting.com/product/amtac-shooting-bring-your-tools-tee/\" class=\"woocommerce-LoopProduct-link woocommerce-loop-product__link\"><span class=\"et_shop_image\"><img loading=\"lazy\" decoding=\"async\" width=\"300\" height=\"300\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-black-front-65fcb27facc11-300x300.jpg\" class=\"attachment-woocommerce_thumbnail size-woocommerce_thumbnail\" alt=\"\" /><span class=\"et_overlay\"></span></span><h2 class=\"woocommerce-loop-product__title\">Amtac Shooting &#8220;Bring Your Tools&#8221; Tee</h2>\n	<span class=\"price\"><span class=\"woocommerce-Price-amount amount\"><bdi><span class=\"woocommerce-Price-currencySymbol\">&#36;</span>30.00</bdi></span></span>\n</a></li>\n</ul>\n</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_3 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_center et_pb_text_align_left-tablet et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Custom Made to Order</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_3 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Sed porttitor lectus nibh amet</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_4  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Curabitur fermentum nulla non justo aliquet, quis vehicula quam consequat. Duis ut hendrerit tellus, elementum lacinia elit. Maecenas at consectetur ex, vitae consequat augue. Vivamus eget dolor vel quam condimentum sodales. In bibendum odio urna, sit amet fermentum purus venenatis amet.</div>\n			</div><div class=\"et_pb_module et_pb_image et_pb_image_3\">\n				\n				\n				\n				\n				<span class=\"et_pb_image_wrap \"><img loading=\"lazy\" decoding=\"async\" width=\"800\" height=\"550\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company27.jpg\" alt=\"\" title=\"leather-company27\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company27.jpg 800w, https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company27-480x330.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 800px, 100vw\" class=\"wp-image-3159\" /></span>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_divider_0 et_pb_space et_pb_divider_hidden\"><div class=\"et_pb_divider_internal\"></div></div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Donec rutrum congue leo eget malesuada. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Mauris blandit aliquet elit. Nulla quis lorem ut libero malesuada feugiat.</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_1_wrapper  et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_1 et_pb_bg_layout_light\" href=\"\">Get Started</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_4 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_4\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_8  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_6  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Get Up to 40% OFF While it Lasts!</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_7  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Summer Sale!</div>\n			</div><div class=\"et_pb_button_module_wrapper et_pb_button_2_wrapper et_pb_button_alignment_center et_pb_module \">\n				<a class=\"et_pb_button et_pb_button_2 et_pb_bg_layout_light\" href=\"\">Shop the Sale</a>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div><div class=\"et_pb_section et_pb_section_5 et_pb_with_background et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_5 et_pb_equal_columns et_pb_gutters1\">\n				<div class=\"et_pb_column et_pb_column_1_3 et_pb_column_9  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_8  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Contact Us</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_9  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">(255) 352-6258</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_10  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">hello@divileather.com</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_11  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">1234 Divi St. #1000San Francisco, CA 94220</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_10  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_12  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Visit Us</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_13  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Monday: 9am–4pmTuesday: 9am–4pmWednesday: 9am–4pmThursday: 9am–4pmFriday: 8am–2pm<br />\nWeekends: Closed</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_3 et_pb_column_11  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_14  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Subscribe for 15% Off Your First Order</div>\n			</div><div class=\"et_pb_with_border et_pb_module et_pb_signup_0 et_pb_newsletter_layout_left_right et_pb_newsletter et_pb_subscribe clearfix  et_pb_text_align_left et_pb_bg_layout_dark et_pb_no_bg et_pb_newsletter_description_no_title et_pb_newsletter_description_no_content\">\n				\n				\n				\n				\n				<div class=\"et_pb_newsletter_description et_multi_view_hidden\"></div>\n				\n				<div class=\"et_pb_newsletter_form\">\n					<form method=\"post\">\n						<div class=\"et_pb_newsletter_result et_pb_newsletter_error\"></div>\n						<div class=\"et_pb_newsletter_result et_pb_newsletter_success\">\n							<h2>Success!</h2>\n						</div>\n						<div class=\"et_pb_newsletter_fields\">\n							\n							\n							\n					<p class=\"et_pb_newsletter_field et_pb_contact_field_last et_pb_contact_field_last_tablet et_pb_contact_field_last_phone\">\n						<label class=\"et_pb_contact_form_label\" for=\"et_pb_signup_email\" style=\"display: none;\">Email</label>\n						<input id=\"et_pb_signup_email\" class=\"input\" type=\"text\" placeholder=\"Email\" name=\"et_pb_signup_email\">\n					</p>\n							\n							\n					<p class=\"et_pb_newsletter_button_wrap\">\n						<a class=\"et_pb_newsletter_button et_pb_button\" href=\"#\" data-icon=\"\">\n							<span class=\"et_subscribe_loader\"></span>\n							<span class=\"et_pb_newsletter_button_text\">Subscribe</span>\n						</a>\n					</p>\n							\n						</div>\n						\n						<input type=\"hidden\" value=\"mailchimp\" name=\"et_pb_signup_provider\" />\n						<input type=\"hidden\" value=\"1ea2bbd026\" name=\"et_pb_signup_list_id\" />\n						<input type=\"hidden\" value=\"elegantthemestest\" name=\"et_pb_signup_account_name\" />\n						<input type=\"hidden\" value=\"true\" name=\"et_pb_signup_ip_address\" /><input type=\"hidden\" value=\"6000520d281e3b3160a02fe0c7755079\" name=\"et_pb_signup_checksum\" />\n					</form>\n				</div>\n			</div><ul class=\"et_pb_module et_pb_social_media_follow et_pb_social_media_follow_0 clearfix  et_pb_text_align_center et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<li\n            class=\'et_pb_social_media_follow_network_0 et_pb_social_icon et_pb_social_network_link  et-social-facebook\'><a\n              href=\'#\'\n              class=\'icon et_pb_with_border\'\n              title=\'Follow on Facebook\'\n               target=\"_blank\"><span\n                class=\'et_pb_social_media_follow_network_name\'\n                aria-hidden=\'true\'\n                >Follow</span></a></li><li\n            class=\'et_pb_social_media_follow_network_1 et_pb_social_icon et_pb_social_network_link  et-social-twitter\'><a\n              href=\'#\'\n              class=\'icon et_pb_with_border\'\n              title=\'Follow on X\'\n               target=\"_blank\"><span\n                class=\'et_pb_social_media_follow_network_name\'\n                aria-hidden=\'true\'\n                >Follow</span></a></li><li\n            class=\'et_pb_social_media_follow_network_2 et_pb_social_icon et_pb_social_network_link  et-social-instagram\'><a\n              href=\'#\'\n              class=\'icon et_pb_with_border\'\n              title=\'Follow on Instagram\'\n               target=\"_blank\"><span\n                class=\'et_pb_social_media_follow_network_name\'\n                aria-hidden=\'true\'\n                >Follow</span></a></li>\n			</ul>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div></p>\n'),
(7812,3072,'_et_pb_truncate_post_date','2025-03-04 02:52:12'),
(7813,3072,'_et_builder_version','VB|Divi|4.27.0'),
(7814,3072,'_et_pb_show_page_creation','off'),
(7817,3072,'_wp_page_template','default'),
(7818,3072,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(7819,3165,'footnotes',''),
(7840,3168,'footnotes',''),
(7841,3169,'footnotes',''),
(7844,3072,'_et_builder_dynamic_assets_loading_attr_threshold','7'),
(7846,3170,'footnotes',''),
(7847,3173,'_EventOrigin','events-calendar'),
(7848,3173,'_tribe_modified_fields','a:39:{s:12:\"_EventOrigin\";i:1725565245;s:10:\"_edit_last\";i:1725565295;s:10:\"post_title\";i:1725565295;s:11:\"post_status\";i:1725567531;s:12:\"post_content\";i:1725643066;s:8:\"post_tag\";i:1725566124;s:16:\"tribe_events_cat\";i:1725566124;s:24:\"_wp_convertkit_post_meta\";i:1725566124;s:26:\"_more_info_button_meta_key\";i:1725566124;s:20:\"_et_pb_post_hide_nav\";i:1725566124;s:18:\"_et_pb_page_layout\";i:1725566124;s:15:\"_et_pb_side_nav\";i:1725566124;s:17:\"_EventShowMapLink\";i:1725566124;s:13:\"_EventShowMap\";i:1725566124;s:17:\"_EventOrganizerID\";i:1725566152;s:15:\"_EventStartDate\";i:1725566124;s:13:\"_EventEndDate\";i:1725566124;s:18:\"_EventStartDateUTC\";i:1725566124;s:16:\"_EventEndDateUTC\";i:1725566124;s:14:\"_EventDuration\";i:1725566124;s:20:\"_EventCurrencySymbol\";i:1725566124;s:18:\"_EventCurrencyCode\";i:1725566124;s:22:\"_EventCurrencyPosition\";i:1725566124;s:10:\"_EventCost\";i:1725566124;s:9:\"_EventURL\";i:1725566124;s:14:\"_EventTimezone\";i:1725566124;s:18:\"_EventTimezoneAbbr\";i:1725566124;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1725566124;s:26:\"_yoast_wpseo_content_score\";i:1725566124;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1725566124;s:22:\"et_enqueued_post_fonts\";i:1753821458;s:18:\"_et_pb_use_builder\";i:1725566151;s:18:\"_et_pb_first_image\";i:1725566151;s:20:\"_et_pb_truncate_post\";i:1725566151;s:25:\"_et_pb_truncate_post_date\";i:1725566151;s:18:\"_et_pb_old_content\";i:1725566151;s:29:\"_et_dynamic_cached_shortcodes\";i:1753821458;s:29:\"_et_dynamic_cached_attributes\";i:1753821458;s:33:\"_et_builder_module_features_cache\";i:1753821459;}'),
(7849,3173,'_edit_lock','1725643068:10'),
(7850,3173,'_edit_last','10'),
(7851,3173,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(7852,3173,'_more_info_button_meta_key',''),
(7853,3173,'_et_pb_post_hide_nav','default'),
(7854,3173,'_et_pb_page_layout','et_right_sidebar'),
(7855,3173,'_et_pb_side_nav','off'),
(7856,3173,'_EventShowMapLink',''),
(7857,3173,'_EventShowMap',''),
(7858,3174,'_tribe_modified_fields','a:10:{s:24:\"_wp_convertkit_post_meta\";i:1725566124;s:26:\"_more_info_button_meta_key\";i:1725566124;s:20:\"_et_pb_post_hide_nav\";i:1725566124;s:18:\"_et_pb_page_layout\";i:1725566124;s:15:\"_et_pb_side_nav\";i:1725566124;s:16:\"_OrganizerOrigin\";i:1725566124;s:21:\"_OrganizerOrganizerID\";i:1725566124;s:15:\"_OrganizerPhone\";i:1725566124;s:17:\"_OrganizerWebsite\";i:1725566124;s:15:\"_OrganizerEmail\";i:1725566124;}'),
(7859,3174,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(7860,3174,'_more_info_button_meta_key',''),
(7861,3174,'_et_pb_post_hide_nav','default'),
(7862,3174,'_et_pb_page_layout','et_right_sidebar'),
(7863,3174,'_et_pb_side_nav','off'),
(7864,3174,'_OrganizerOrigin','events-calendar'),
(7865,3174,'_OrganizerOrganizerID','0'),
(7866,3174,'_OrganizerPhone',''),
(7867,3174,'_OrganizerWebsite',''),
(7868,3174,'_OrganizerEmail',''),
(7870,3173,'_EventStartDate','2024-09-11 12:00:00'),
(7871,3173,'_EventEndDate','2024-09-11 21:00:00'),
(7872,3173,'_EventStartDateUTC','2024-09-11 12:00:00'),
(7873,3173,'_EventEndDateUTC','2024-09-11 21:00:00'),
(7874,3173,'_EventDuration','32400'),
(7875,3173,'_EventCurrencySymbol','$'),
(7876,3173,'_EventCurrencyCode','USD'),
(7877,3173,'_EventCurrencyPosition','prefix'),
(7878,3173,'_EventCost',''),
(7879,3173,'_EventURL',''),
(7880,3173,'_EventTimezone','UTC+0'),
(7881,3173,'_EventTimezoneAbbr','UTC+0'),
(7882,3173,'_yoast_wpseo_primary_tribe_events_cat','108'),
(7883,3173,'_yoast_wpseo_content_score','90'),
(7884,3173,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(7886,3173,'_et_pb_use_builder',''),
(7887,3173,'_et_pb_first_image',''),
(7888,3173,'_et_pb_truncate_post',''),
(7889,3173,'_et_pb_truncate_post_date',''),
(7890,3173,'_et_pb_old_content',''),
(7891,3176,'_tribe_modified_fields','a:15:{s:24:\"_wp_convertkit_post_meta\";i:1725566152;s:26:\"_more_info_button_meta_key\";i:1725566152;s:20:\"_et_pb_post_hide_nav\";i:1725566152;s:18:\"_et_pb_page_layout\";i:1725566152;s:15:\"_et_pb_side_nav\";i:1725566152;s:18:\"_et_pb_use_builder\";i:1725566152;s:18:\"_et_pb_first_image\";i:1725566152;s:20:\"_et_pb_truncate_post\";i:1725566152;s:25:\"_et_pb_truncate_post_date\";i:1725566152;s:18:\"_et_pb_old_content\";i:1725566152;s:16:\"_OrganizerOrigin\";i:1725566152;s:21:\"_OrganizerOrganizerID\";i:1725566152;s:15:\"_OrganizerPhone\";i:1725566152;s:17:\"_OrganizerWebsite\";i:1725566152;s:15:\"_OrganizerEmail\";i:1725566152;}'),
(7892,3176,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(7893,3176,'_more_info_button_meta_key',''),
(7894,3176,'_et_pb_post_hide_nav','default'),
(7895,3176,'_et_pb_page_layout','et_right_sidebar'),
(7896,3176,'_et_pb_side_nav','off'),
(7897,3176,'_et_pb_use_builder',''),
(7898,3176,'_et_pb_first_image',''),
(7899,3176,'_et_pb_truncate_post',''),
(7900,3176,'_et_pb_truncate_post_date',''),
(7901,3176,'_et_pb_old_content',''),
(7902,3176,'_OrganizerOrigin','events-calendar'),
(7903,3176,'_OrganizerOrganizerID','0'),
(7904,3176,'_OrganizerPhone',''),
(7905,3176,'_OrganizerWebsite',''),
(7906,3176,'_OrganizerEmail',''),
(7907,3173,'_EventOrganizerID','3176'),
(7917,3183,'_EventOrigin','events-calendar'),
(7918,3183,'_tribe_modified_fields','a:41:{s:12:\"_EventOrigin\";i:1725567974;s:10:\"_edit_last\";i:1730411925;s:8:\"post_tag\";i:1730412057;s:16:\"tribe_events_cat\";i:1730412057;s:10:\"post_title\";i:1725568248;s:12:\"post_content\";i:1725642957;s:11:\"post_status\";i:1725568248;s:24:\"_wp_convertkit_post_meta\";i:1725568248;s:26:\"_more_info_button_meta_key\";i:1725568248;s:20:\"_et_pb_post_hide_nav\";i:1725568248;s:18:\"_et_pb_page_layout\";i:1725568248;s:15:\"_et_pb_side_nav\";i:1725568248;s:18:\"_et_pb_use_builder\";i:1725568248;s:18:\"_et_pb_first_image\";i:1725568248;s:20:\"_et_pb_truncate_post\";i:1725568248;s:25:\"_et_pb_truncate_post_date\";i:1725568248;s:18:\"_et_pb_old_content\";i:1725568248;s:17:\"_EventShowMapLink\";i:1725568248;s:13:\"_EventShowMap\";i:1725568248;s:15:\"_EventStartDate\";i:1725568248;s:13:\"_EventEndDate\";i:1725568248;s:18:\"_EventStartDateUTC\";i:1725568248;s:16:\"_EventEndDateUTC\";i:1725568248;s:14:\"_EventDuration\";i:1725568248;s:20:\"_EventCurrencySymbol\";i:1725568248;s:18:\"_EventCurrencyCode\";i:1725568248;s:22:\"_EventCurrencyPosition\";i:1725568248;s:10:\"_EventCost\";i:1725568248;s:9:\"_EventURL\";i:1725568248;s:14:\"_EventTimezone\";i:1725568248;s:18:\"_EventTimezoneAbbr\";i:1725568248;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1725568248;s:26:\"_yoast_wpseo_content_score\";i:1725568248;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1725568248;s:29:\"_et_dynamic_cached_shortcodes\";i:1765426651;s:29:\"_et_dynamic_cached_attributes\";i:1765426653;s:22:\"et_enqueued_post_fonts\";i:1765426653;s:13:\"_thumbnail_id\";i:1727991741;s:21:\"gf_format_video_embed\";i:1727991741;s:24:\"gf_format_gallery_images\";i:1727991741;s:33:\"_et_builder_module_features_cache\";i:1765426653;}'),
(7919,3183,'_edit_lock','1730412058:9'),
(7920,3183,'_edit_last','9'),
(7921,3183,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(7922,3183,'_more_info_button_meta_key',''),
(7923,3183,'_et_pb_post_hide_nav','default'),
(7924,3183,'_et_pb_page_layout','et_right_sidebar'),
(7925,3183,'_et_pb_side_nav','off'),
(7926,3183,'_et_pb_use_builder',''),
(7927,3183,'_et_pb_first_image',''),
(7928,3183,'_et_pb_truncate_post',''),
(7929,3183,'_et_pb_truncate_post_date',''),
(7930,3183,'_et_pb_old_content',''),
(7931,3183,'_EventShowMapLink',''),
(7932,3183,'_EventShowMap',''),
(7933,3183,'_EventStartDate','2024-11-11 17:00:00'),
(7934,3183,'_EventEndDate','2024-11-11 20:00:00'),
(7935,3183,'_EventStartDateUTC','2024-11-11 09:00:00'),
(7936,3183,'_EventEndDateUTC','2024-11-11 12:00:00'),
(7937,3183,'_EventDuration','10800'),
(7938,3183,'_EventCurrencySymbol','$'),
(7939,3183,'_EventCurrencyCode','USD'),
(7940,3183,'_EventCurrencyPosition','prefix'),
(7941,3183,'_EventCost',''),
(7942,3183,'_EventURL',''),
(7943,3183,'_EventTimezone','UTC+8'),
(7944,3183,'_EventTimezoneAbbr','UTC+8'),
(7945,3183,'_yoast_wpseo_primary_tribe_events_cat','94'),
(7946,3183,'_yoast_wpseo_content_score','90'),
(7947,3183,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(7950,3026,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(7951,3026,'_more_info_button_meta_key',''),
(7991,3195,'_EventOrigin','events-calendar'),
(7992,3195,'_tribe_modified_fields','a:41:{s:12:\"_EventOrigin\";i:1725642338;s:10:\"_edit_last\";i:1730412070;s:10:\"post_title\";i:1725642439;s:12:\"post_content\";i:1725642598;s:11:\"post_status\";i:1725642598;s:8:\"post_tag\";i:1730412083;s:16:\"tribe_events_cat\";i:1725642598;s:24:\"_wp_convertkit_post_meta\";i:1725642598;s:26:\"_more_info_button_meta_key\";i:1725642598;s:20:\"_et_pb_post_hide_nav\";i:1725642598;s:18:\"_et_pb_page_layout\";i:1725642598;s:15:\"_et_pb_side_nav\";i:1725642598;s:18:\"_et_pb_use_builder\";i:1725642598;s:18:\"_et_pb_first_image\";i:1725642598;s:20:\"_et_pb_truncate_post\";i:1725642598;s:25:\"_et_pb_truncate_post_date\";i:1725642598;s:18:\"_et_pb_old_content\";i:1725642598;s:17:\"_EventShowMapLink\";i:1725642598;s:13:\"_EventShowMap\";i:1725642598;s:12:\"_EventAllDay\";i:1725642598;s:15:\"_EventStartDate\";i:1725642598;s:13:\"_EventEndDate\";i:1725642598;s:18:\"_EventStartDateUTC\";i:1725642598;s:16:\"_EventEndDateUTC\";i:1725642598;s:20:\"_EventCurrencySymbol\";i:1725642598;s:18:\"_EventCurrencyCode\";i:1725642598;s:22:\"_EventCurrencyPosition\";i:1725642598;s:10:\"_EventCost\";i:1725642598;s:9:\"_EventURL\";i:1725642598;s:14:\"_EventTimezone\";i:1725642598;s:18:\"_EventTimezoneAbbr\";i:1725642598;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1725642598;s:26:\"_yoast_wpseo_content_score\";i:1725642598;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1725642598;s:13:\"_thumbnail_id\";i:1727991504;s:21:\"gf_format_video_embed\";i:1727991504;s:24:\"gf_format_gallery_images\";i:1727991504;s:29:\"_et_dynamic_cached_shortcodes\";i:1751919160;s:29:\"_et_dynamic_cached_attributes\";i:1751919160;s:22:\"et_enqueued_post_fonts\";i:1751919160;s:33:\"_et_builder_module_features_cache\";i:1752602461;}'),
(7993,3195,'_edit_lock','1730412083:9'),
(7994,3195,'_edit_last','9'),
(7995,3195,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(7996,3195,'_more_info_button_meta_key',''),
(7997,3195,'_et_pb_post_hide_nav','default'),
(7998,3195,'_et_pb_page_layout','et_right_sidebar'),
(7999,3195,'_et_pb_side_nav','off'),
(8000,3195,'_et_pb_use_builder',''),
(8001,3195,'_et_pb_first_image',''),
(8002,3195,'_et_pb_truncate_post',''),
(8003,3195,'_et_pb_truncate_post_date',''),
(8004,3195,'_et_pb_old_content',''),
(8005,3195,'_EventShowMapLink',''),
(8006,3195,'_EventShowMap',''),
(8007,3195,'_EventAllDay','yes'),
(8008,3195,'_EventStartDate','2024-10-27 00:00:00'),
(8009,3195,'_EventEndDate','2024-10-27 23:59:59'),
(8010,3195,'_EventStartDateUTC','2024-10-26 20:00:00'),
(8011,3195,'_EventEndDateUTC','2024-10-27 19:59:59'),
(8012,3195,'_EventCurrencySymbol','$'),
(8013,3195,'_EventCurrencyCode','USD'),
(8014,3195,'_EventCurrencyPosition','prefix'),
(8015,3195,'_EventCost',''),
(8016,3195,'_EventURL',''),
(8017,3195,'_EventTimezone','UTC+4'),
(8018,3195,'_EventTimezoneAbbr','UTC+4'),
(8019,3195,'_yoast_wpseo_primary_tribe_events_cat','89'),
(8020,3195,'_yoast_wpseo_content_score','90'),
(8021,3195,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(8053,3202,'_EventOrigin','events-calendar'),
(8054,3202,'_tribe_modified_fields','a:42:{s:12:\"_EventOrigin\";i:1725643201;s:10:\"_edit_last\";i:1734395101;s:10:\"post_title\";i:1725643230;s:11:\"post_status\";i:1734395101;s:12:\"post_content\";i:1725643356;s:8:\"post_tag\";i:1730412045;s:16:\"tribe_events_cat\";i:1734395101;s:24:\"_wp_convertkit_post_meta\";i:1725643356;s:26:\"_more_info_button_meta_key\";i:1725643356;s:20:\"_et_pb_post_hide_nav\";i:1725643356;s:18:\"_et_pb_page_layout\";i:1725643356;s:15:\"_et_pb_side_nav\";i:1725643356;s:18:\"_et_pb_use_builder\";i:1725643356;s:18:\"_et_pb_first_image\";i:1725643356;s:20:\"_et_pb_truncate_post\";i:1725643356;s:25:\"_et_pb_truncate_post_date\";i:1725643356;s:18:\"_et_pb_old_content\";i:1725643356;s:17:\"_EventShowMapLink\";i:1727991922;s:13:\"_EventShowMap\";i:1727991922;s:12:\"_EventAllDay\";i:1725643356;s:15:\"_EventStartDate\";i:1725643356;s:13:\"_EventEndDate\";i:1725643356;s:18:\"_EventStartDateUTC\";i:1725643356;s:16:\"_EventEndDateUTC\";i:1725643356;s:20:\"_EventCurrencySymbol\";i:1725643356;s:18:\"_EventCurrencyCode\";i:1725643356;s:22:\"_EventCurrencyPosition\";i:1725643356;s:10:\"_EventCost\";i:1725643356;s:9:\"_EventURL\";i:1725643356;s:14:\"_EventTimezone\";i:1725643356;s:18:\"_EventTimezoneAbbr\";i:1725643356;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1725643356;s:26:\"_yoast_wpseo_content_score\";i:1725643356;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1725643356;s:13:\"_thumbnail_id\";i:1727991922;s:21:\"gf_format_video_embed\";i:1727991922;s:24:\"gf_format_gallery_images\";i:1727991922;s:29:\"_et_dynamic_cached_shortcodes\";i:1757182741;s:29:\"_et_dynamic_cached_attributes\";i:1757182742;s:22:\"et_enqueued_post_fonts\";i:1757182742;s:33:\"_et_builder_module_features_cache\";i:1765167548;s:17:\"_wp_page_template\";i:1734395101;}'),
(8055,3202,'_edit_lock','1734659703:10'),
(8056,3202,'_edit_last','10'),
(8057,3202,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(8058,3202,'_more_info_button_meta_key',''),
(8059,3202,'_et_pb_post_hide_nav','default'),
(8060,3202,'_et_pb_page_layout','et_right_sidebar'),
(8061,3202,'_et_pb_side_nav','off'),
(8062,3202,'_et_pb_use_builder',''),
(8063,3202,'_et_pb_first_image',''),
(8064,3202,'_et_pb_truncate_post',''),
(8065,3202,'_et_pb_truncate_post_date',''),
(8066,3202,'_et_pb_old_content',''),
(8067,3202,'_EventShowMapLink','1'),
(8068,3202,'_EventShowMap','1'),
(8069,3202,'_EventAllDay','yes'),
(8070,3202,'_EventStartDate','2024-11-12 00:00:00'),
(8071,3202,'_EventEndDate','2024-11-13 23:59:59'),
(8072,3202,'_EventStartDateUTC','2024-11-12 05:00:00'),
(8073,3202,'_EventEndDateUTC','2024-11-14 04:59:59'),
(8074,3202,'_EventCurrencySymbol','$'),
(8075,3202,'_EventCurrencyCode','USD'),
(8076,3202,'_EventCurrencyPosition','prefix'),
(8077,3202,'_EventCost',''),
(8078,3202,'_EventURL',''),
(8079,3202,'_EventTimezone','UTC-5'),
(8080,3202,'_EventTimezoneAbbr','UTC-5'),
(8081,3202,'_yoast_wpseo_primary_tribe_events_cat','94'),
(8082,3202,'_yoast_wpseo_content_score','90'),
(8083,3202,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(8084,3204,'_EventOrigin','events-calendar'),
(8085,3204,'_tribe_modified_fields','a:38:{s:12:\"_EventOrigin\";i:1725643433;s:10:\"_edit_last\";i:1725643460;s:10:\"post_title\";i:1725643460;s:12:\"post_content\";i:1725643564;s:11:\"post_status\";i:1725643564;s:8:\"post_tag\";i:1725643564;s:16:\"tribe_events_cat\";i:1725643564;s:24:\"_wp_convertkit_post_meta\";i:1725643564;s:26:\"_more_info_button_meta_key\";i:1725643564;s:20:\"_et_pb_post_hide_nav\";i:1725643564;s:18:\"_et_pb_page_layout\";i:1725643564;s:15:\"_et_pb_side_nav\";i:1725643564;s:18:\"_et_pb_use_builder\";i:1725643564;s:18:\"_et_pb_first_image\";i:1725643564;s:20:\"_et_pb_truncate_post\";i:1725643564;s:25:\"_et_pb_truncate_post_date\";i:1725643564;s:18:\"_et_pb_old_content\";i:1725643564;s:17:\"_EventShowMapLink\";i:1725643564;s:13:\"_EventShowMap\";i:1725643564;s:12:\"_EventAllDay\";i:1725643564;s:15:\"_EventStartDate\";i:1725643564;s:13:\"_EventEndDate\";i:1725643564;s:18:\"_EventStartDateUTC\";i:1725643564;s:16:\"_EventEndDateUTC\";i:1725643564;s:20:\"_EventCurrencySymbol\";i:1725643564;s:18:\"_EventCurrencyCode\";i:1725643564;s:22:\"_EventCurrencyPosition\";i:1725643564;s:10:\"_EventCost\";i:1725643564;s:9:\"_EventURL\";i:1725643564;s:14:\"_EventTimezone\";i:1725643564;s:18:\"_EventTimezoneAbbr\";i:1725643564;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1725643564;s:26:\"_yoast_wpseo_content_score\";i:1725643564;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1725643564;s:33:\"_et_builder_module_features_cache\";i:1753327751;s:29:\"_et_dynamic_cached_shortcodes\";i:1755475302;s:29:\"_et_dynamic_cached_attributes\";i:1755475303;s:22:\"et_enqueued_post_fonts\";i:1755475303;}'),
(8086,3204,'_edit_lock','1725643451:10'),
(8087,3204,'_edit_last','10'),
(8088,3204,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(8089,3204,'_more_info_button_meta_key',''),
(8090,3204,'_et_pb_post_hide_nav','default'),
(8091,3204,'_et_pb_page_layout','et_right_sidebar'),
(8092,3204,'_et_pb_side_nav','off'),
(8093,3204,'_et_pb_use_builder',''),
(8094,3204,'_et_pb_first_image',''),
(8095,3204,'_et_pb_truncate_post',''),
(8096,3204,'_et_pb_truncate_post_date',''),
(8097,3204,'_et_pb_old_content',''),
(8098,3204,'_EventShowMapLink','1'),
(8099,3204,'_EventShowMap','1'),
(8100,3204,'_EventAllDay','yes'),
(8101,3204,'_EventStartDate','2024-09-12 00:00:00'),
(8102,3204,'_EventEndDate','2024-09-13 23:59:59'),
(8103,3204,'_EventStartDateUTC','2024-09-12 06:00:00'),
(8104,3204,'_EventEndDateUTC','2024-09-14 05:59:59'),
(8105,3204,'_EventCurrencySymbol','$'),
(8106,3204,'_EventCurrencyCode','USD'),
(8107,3204,'_EventCurrencyPosition','prefix'),
(8108,3204,'_EventCost',''),
(8109,3204,'_EventURL',''),
(8110,3204,'_EventTimezone','UTC-7'),
(8111,3204,'_EventTimezoneAbbr','UTC-7'),
(8112,3204,'_yoast_wpseo_primary_tribe_events_cat','99'),
(8113,3204,'_yoast_wpseo_content_score','90'),
(8114,3204,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(8122,3208,'_EventOrigin','events-calendar'),
(8123,3208,'_tribe_modified_fields','a:38:{s:12:\"_EventOrigin\";i:1725644493;s:10:\"_edit_last\";i:1725644627;s:8:\"post_tag\";i:1725644627;s:16:\"tribe_events_cat\";i:1725644627;s:10:\"post_title\";i:1725644627;s:12:\"post_content\";i:1725644627;s:11:\"post_status\";i:1725644627;s:24:\"_wp_convertkit_post_meta\";i:1725644627;s:26:\"_more_info_button_meta_key\";i:1725644627;s:20:\"_et_pb_post_hide_nav\";i:1725644627;s:18:\"_et_pb_page_layout\";i:1725644627;s:15:\"_et_pb_side_nav\";i:1725644627;s:18:\"_et_pb_use_builder\";i:1725644627;s:18:\"_et_pb_first_image\";i:1725644627;s:20:\"_et_pb_truncate_post\";i:1725644627;s:25:\"_et_pb_truncate_post_date\";i:1725644627;s:18:\"_et_pb_old_content\";i:1725644627;s:17:\"_EventShowMapLink\";i:1725644627;s:13:\"_EventShowMap\";i:1725644627;s:12:\"_EventAllDay\";i:1725644627;s:15:\"_EventStartDate\";i:1725644627;s:13:\"_EventEndDate\";i:1725644627;s:18:\"_EventStartDateUTC\";i:1725644627;s:16:\"_EventEndDateUTC\";i:1725644627;s:20:\"_EventCurrencySymbol\";i:1725644627;s:18:\"_EventCurrencyCode\";i:1725644627;s:22:\"_EventCurrencyPosition\";i:1725644627;s:10:\"_EventCost\";i:1725644627;s:9:\"_EventURL\";i:1725644627;s:14:\"_EventTimezone\";i:1725644627;s:18:\"_EventTimezoneAbbr\";i:1725644628;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1725644628;s:26:\"_yoast_wpseo_content_score\";i:1725644628;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1725644628;s:29:\"_et_dynamic_cached_shortcodes\";i:1755634272;s:29:\"_et_dynamic_cached_attributes\";i:1755634273;s:22:\"et_enqueued_post_fonts\";i:1755634273;s:33:\"_et_builder_module_features_cache\";i:1753429937;}'),
(8124,3208,'_edit_lock','1725644510:10'),
(8125,3208,'_edit_last','10'),
(8126,3208,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(8127,3208,'_more_info_button_meta_key',''),
(8128,3208,'_et_pb_post_hide_nav','default'),
(8129,3208,'_et_pb_page_layout','et_right_sidebar'),
(8130,3208,'_et_pb_side_nav','off'),
(8131,3208,'_et_pb_use_builder',''),
(8132,3208,'_et_pb_first_image',''),
(8133,3208,'_et_pb_truncate_post',''),
(8134,3208,'_et_pb_truncate_post_date',''),
(8135,3208,'_et_pb_old_content',''),
(8136,3208,'_EventShowMapLink',''),
(8137,3208,'_EventShowMap',''),
(8138,3208,'_EventAllDay','yes'),
(8139,3208,'_EventStartDate','2024-09-21 00:00:00'),
(8140,3208,'_EventEndDate','2024-09-21 23:59:59'),
(8141,3208,'_EventStartDateUTC','2024-09-21 03:00:00'),
(8142,3208,'_EventEndDateUTC','2024-09-22 02:59:59'),
(8143,3208,'_EventCurrencySymbol','$'),
(8144,3208,'_EventCurrencyCode','USD'),
(8145,3208,'_EventCurrencyPosition','prefix'),
(8146,3208,'_EventCost',''),
(8147,3208,'_EventURL',''),
(8148,3208,'_EventTimezone','UTC-4'),
(8149,3208,'_EventTimezoneAbbr','UTC-4'),
(8150,3208,'_yoast_wpseo_primary_tribe_events_cat','92'),
(8151,3208,'_yoast_wpseo_content_score','90'),
(8152,3208,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(8153,3210,'_EventOrigin','events-calendar'),
(8154,3210,'_tribe_modified_fields','a:38:{s:12:\"_EventOrigin\";i:1725644654;s:10:\"_edit_last\";i:1725644680;s:10:\"post_title\";i:1725644680;s:12:\"post_content\";i:1725644768;s:11:\"post_status\";i:1725644768;s:8:\"post_tag\";i:1725644768;s:16:\"tribe_events_cat\";i:1725644768;s:24:\"_wp_convertkit_post_meta\";i:1725644768;s:26:\"_more_info_button_meta_key\";i:1725644768;s:20:\"_et_pb_post_hide_nav\";i:1725644768;s:18:\"_et_pb_page_layout\";i:1725644768;s:15:\"_et_pb_side_nav\";i:1725644768;s:18:\"_et_pb_use_builder\";i:1725644768;s:18:\"_et_pb_first_image\";i:1725644768;s:20:\"_et_pb_truncate_post\";i:1725644768;s:25:\"_et_pb_truncate_post_date\";i:1725644768;s:18:\"_et_pb_old_content\";i:1725644768;s:17:\"_EventShowMapLink\";i:1725644768;s:13:\"_EventShowMap\";i:1725644768;s:12:\"_EventAllDay\";i:1725644768;s:15:\"_EventStartDate\";i:1725644768;s:13:\"_EventEndDate\";i:1725644768;s:18:\"_EventStartDateUTC\";i:1725644768;s:16:\"_EventEndDateUTC\";i:1725644768;s:20:\"_EventCurrencySymbol\";i:1725644768;s:18:\"_EventCurrencyCode\";i:1725644768;s:22:\"_EventCurrencyPosition\";i:1725644768;s:10:\"_EventCost\";i:1725644768;s:9:\"_EventURL\";i:1725644768;s:14:\"_EventTimezone\";i:1725644768;s:18:\"_EventTimezoneAbbr\";i:1725644768;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1725644768;s:26:\"_yoast_wpseo_content_score\";i:1725644769;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1725644769;s:29:\"_et_dynamic_cached_shortcodes\";i:1755645556;s:29:\"_et_dynamic_cached_attributes\";i:1755645556;s:22:\"et_enqueued_post_fonts\";i:1755645556;s:33:\"_et_builder_module_features_cache\";i:1753424740;}'),
(8155,3210,'_edit_lock','1727990982:10'),
(8156,3210,'_edit_last','10'),
(8157,3210,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(8158,3210,'_more_info_button_meta_key',''),
(8159,3210,'_et_pb_post_hide_nav','default'),
(8160,3210,'_et_pb_page_layout','et_right_sidebar'),
(8161,3210,'_et_pb_side_nav','off'),
(8162,3210,'_et_pb_use_builder',''),
(8163,3210,'_et_pb_first_image',''),
(8164,3210,'_et_pb_truncate_post',''),
(8165,3210,'_et_pb_truncate_post_date',''),
(8166,3210,'_et_pb_old_content',''),
(8167,3210,'_EventShowMapLink','1'),
(8168,3210,'_EventShowMap','1'),
(8169,3210,'_EventAllDay','yes'),
(8170,3210,'_EventStartDate','2024-10-03 00:00:00'),
(8171,3210,'_EventEndDate','2024-10-03 23:59:59'),
(8172,3210,'_EventStartDateUTC','2024-10-03 06:00:00'),
(8173,3210,'_EventEndDateUTC','2024-10-04 05:59:59'),
(8174,3210,'_EventCurrencySymbol','$'),
(8175,3210,'_EventCurrencyCode','USD'),
(8176,3210,'_EventCurrencyPosition','prefix'),
(8177,3210,'_EventCost',''),
(8178,3210,'_EventURL',''),
(8179,3210,'_EventTimezone','UTC-7'),
(8180,3210,'_EventTimezoneAbbr','UTC-7'),
(8181,3210,'_yoast_wpseo_primary_tribe_events_cat','111'),
(8182,3210,'_yoast_wpseo_content_score','90'),
(8183,3210,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(8184,3212,'_EventOrigin','events-calendar'),
(8185,3212,'_tribe_modified_fields','a:38:{s:12:\"_EventOrigin\";i:1725644847;s:10:\"_edit_last\";i:1725644877;s:10:\"post_title\";i:1725644877;s:12:\"post_content\";i:1725644953;s:11:\"post_status\";i:1725644953;s:8:\"post_tag\";i:1725644953;s:16:\"tribe_events_cat\";i:1725644953;s:24:\"_wp_convertkit_post_meta\";i:1725644953;s:26:\"_more_info_button_meta_key\";i:1725644953;s:20:\"_et_pb_post_hide_nav\";i:1725644953;s:18:\"_et_pb_page_layout\";i:1725644953;s:15:\"_et_pb_side_nav\";i:1725644953;s:18:\"_et_pb_use_builder\";i:1725644953;s:18:\"_et_pb_first_image\";i:1725644953;s:20:\"_et_pb_truncate_post\";i:1725644953;s:25:\"_et_pb_truncate_post_date\";i:1725644953;s:18:\"_et_pb_old_content\";i:1725644953;s:17:\"_EventShowMapLink\";i:1725644953;s:13:\"_EventShowMap\";i:1725644953;s:12:\"_EventAllDay\";i:1725644953;s:15:\"_EventStartDate\";i:1725644953;s:13:\"_EventEndDate\";i:1725644953;s:18:\"_EventStartDateUTC\";i:1725644953;s:16:\"_EventEndDateUTC\";i:1725644953;s:20:\"_EventCurrencySymbol\";i:1725644953;s:18:\"_EventCurrencyCode\";i:1725644953;s:22:\"_EventCurrencyPosition\";i:1725644954;s:10:\"_EventCost\";i:1725644954;s:9:\"_EventURL\";i:1725644954;s:14:\"_EventTimezone\";i:1725644954;s:18:\"_EventTimezoneAbbr\";i:1725644954;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1725644954;s:26:\"_yoast_wpseo_content_score\";i:1725644954;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1725644954;s:29:\"_et_dynamic_cached_shortcodes\";i:1755674589;s:29:\"_et_dynamic_cached_attributes\";i:1755674590;s:22:\"et_enqueued_post_fonts\";i:1755674590;s:33:\"_et_builder_module_features_cache\";i:1755674590;}'),
(8186,3212,'_edit_lock','1727990997:10'),
(8187,3212,'_edit_last','10'),
(8188,3212,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(8189,3212,'_more_info_button_meta_key',''),
(8190,3212,'_et_pb_post_hide_nav','default'),
(8191,3212,'_et_pb_page_layout','et_right_sidebar'),
(8192,3212,'_et_pb_side_nav','off'),
(8193,3212,'_et_pb_use_builder',''),
(8194,3212,'_et_pb_first_image',''),
(8195,3212,'_et_pb_truncate_post',''),
(8196,3212,'_et_pb_truncate_post_date',''),
(8197,3212,'_et_pb_old_content',''),
(8198,3212,'_EventShowMapLink',''),
(8199,3212,'_EventShowMap',''),
(8200,3212,'_EventAllDay','yes'),
(8201,3212,'_EventStartDate','2024-10-04 00:00:00'),
(8202,3212,'_EventEndDate','2024-10-05 23:59:59'),
(8203,3212,'_EventStartDateUTC','2024-10-04 06:00:00'),
(8204,3212,'_EventEndDateUTC','2024-10-06 05:59:59'),
(8205,3212,'_EventCurrencySymbol','$'),
(8206,3212,'_EventCurrencyCode','USD'),
(8207,3212,'_EventCurrencyPosition','prefix'),
(8208,3212,'_EventCost',''),
(8209,3212,'_EventURL',''),
(8210,3212,'_EventTimezone','UTC-7'),
(8211,3212,'_EventTimezoneAbbr','UTC-7'),
(8212,3212,'_yoast_wpseo_primary_tribe_events_cat','101'),
(8213,3212,'_yoast_wpseo_content_score','90'),
(8214,3212,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(8215,3214,'_EventOrigin','events-calendar'),
(8216,3214,'_tribe_modified_fields','a:38:{s:12:\"_EventOrigin\";i:1725644977;s:10:\"_edit_last\";i:1725645108;s:8:\"post_tag\";i:1725645108;s:16:\"tribe_events_cat\";i:1725645108;s:10:\"post_title\";i:1725645108;s:12:\"post_content\";i:1725645108;s:11:\"post_status\";i:1725645108;s:24:\"_wp_convertkit_post_meta\";i:1725645108;s:26:\"_more_info_button_meta_key\";i:1725645108;s:20:\"_et_pb_post_hide_nav\";i:1725645108;s:18:\"_et_pb_page_layout\";i:1725645108;s:15:\"_et_pb_side_nav\";i:1725645108;s:18:\"_et_pb_use_builder\";i:1725645108;s:18:\"_et_pb_first_image\";i:1725645108;s:20:\"_et_pb_truncate_post\";i:1725645108;s:25:\"_et_pb_truncate_post_date\";i:1725645108;s:18:\"_et_pb_old_content\";i:1725645108;s:17:\"_EventShowMapLink\";i:1725645108;s:13:\"_EventShowMap\";i:1725645108;s:15:\"_EventStartDate\";i:1725645108;s:13:\"_EventEndDate\";i:1725645108;s:18:\"_EventStartDateUTC\";i:1725645108;s:16:\"_EventEndDateUTC\";i:1725645108;s:14:\"_EventDuration\";i:1725645108;s:20:\"_EventCurrencySymbol\";i:1725645108;s:18:\"_EventCurrencyCode\";i:1725645108;s:22:\"_EventCurrencyPosition\";i:1725645108;s:10:\"_EventCost\";i:1725645108;s:9:\"_EventURL\";i:1725645108;s:14:\"_EventTimezone\";i:1725645108;s:18:\"_EventTimezoneAbbr\";i:1725645108;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1725645108;s:26:\"_yoast_wpseo_content_score\";i:1725645108;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1725645108;s:29:\"_et_dynamic_cached_shortcodes\";i:1765369067;s:29:\"_et_dynamic_cached_attributes\";i:1765369068;s:22:\"et_enqueued_post_fonts\";i:1765369068;s:33:\"_et_builder_module_features_cache\";i:1765369068;}'),
(8217,3214,'_edit_lock','1725645127:10'),
(8218,3214,'_edit_last','10'),
(8219,3214,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(8220,3214,'_more_info_button_meta_key',''),
(8221,3214,'_et_pb_post_hide_nav','default'),
(8222,3214,'_et_pb_page_layout','et_right_sidebar'),
(8223,3214,'_et_pb_side_nav','off'),
(8224,3214,'_et_pb_use_builder',''),
(8225,3214,'_et_pb_first_image',''),
(8226,3214,'_et_pb_truncate_post',''),
(8227,3214,'_et_pb_truncate_post_date',''),
(8228,3214,'_et_pb_old_content',''),
(8229,3214,'_EventShowMapLink',''),
(8230,3214,'_EventShowMap',''),
(8231,3214,'_EventStartDate','2024-10-06 13:30:00'),
(8232,3214,'_EventEndDate','2024-10-06 17:30:00'),
(8233,3214,'_EventStartDateUTC','2024-10-06 13:30:00'),
(8234,3214,'_EventEndDateUTC','2024-10-06 17:30:00'),
(8235,3214,'_EventDuration','14400'),
(8236,3214,'_EventCurrencySymbol','$'),
(8237,3214,'_EventCurrencyCode','USD'),
(8238,3214,'_EventCurrencyPosition','prefix'),
(8239,3214,'_EventCost',''),
(8240,3214,'_EventURL',''),
(8241,3214,'_EventTimezone','UTC+0'),
(8242,3214,'_EventTimezoneAbbr','UTC+0'),
(8243,3214,'_yoast_wpseo_primary_tribe_events_cat','107'),
(8244,3214,'_yoast_wpseo_content_score','90'),
(8245,3214,'_yoast_wpseo_estimated-reading-time-minutes','2'),
(8246,3216,'_EventOrigin','events-calendar'),
(8247,3216,'_tribe_modified_fields','a:41:{s:12:\"_EventOrigin\";i:1725645126;s:10:\"_edit_last\";i:1725645153;s:10:\"post_title\";i:1725645153;s:12:\"post_content\";i:1725645250;s:11:\"post_status\";i:1725645250;s:8:\"post_tag\";i:1725645250;s:16:\"tribe_events_cat\";i:1725645250;s:24:\"_wp_convertkit_post_meta\";i:1725645250;s:26:\"_more_info_button_meta_key\";i:1725645250;s:20:\"_et_pb_post_hide_nav\";i:1725645250;s:18:\"_et_pb_page_layout\";i:1725645250;s:15:\"_et_pb_side_nav\";i:1725645251;s:18:\"_et_pb_use_builder\";i:1725645251;s:18:\"_et_pb_first_image\";i:1725645251;s:20:\"_et_pb_truncate_post\";i:1725645251;s:25:\"_et_pb_truncate_post_date\";i:1725645251;s:18:\"_et_pb_old_content\";i:1725645251;s:17:\"_EventShowMapLink\";i:1725645251;s:13:\"_EventShowMap\";i:1725645251;s:12:\"_EventAllDay\";i:1725645251;s:15:\"_EventStartDate\";i:1725645251;s:13:\"_EventEndDate\";i:1725645251;s:18:\"_EventStartDateUTC\";i:1725645251;s:16:\"_EventEndDateUTC\";i:1725645251;s:20:\"_EventCurrencySymbol\";i:1725645251;s:18:\"_EventCurrencyCode\";i:1725645251;s:22:\"_EventCurrencyPosition\";i:1725645251;s:10:\"_EventCost\";i:1725645251;s:9:\"_EventURL\";i:1725645251;s:14:\"_EventTimezone\";i:1725645251;s:18:\"_EventTimezoneAbbr\";i:1725645251;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1725645251;s:26:\"_yoast_wpseo_content_score\";i:1725645251;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1725645251;s:29:\"_et_dynamic_cached_shortcodes\";i:1755680028;s:29:\"_et_dynamic_cached_attributes\";i:1755680028;s:22:\"et_enqueued_post_fonts\";i:1755680028;s:33:\"_et_builder_module_features_cache\";i:1753335719;s:13:\"_thumbnail_id\";i:1727991393;s:21:\"gf_format_video_embed\";i:1727991393;s:24:\"gf_format_gallery_images\";i:1727991393;}'),
(8248,3216,'_edit_lock','1727991309:10'),
(8249,3216,'_edit_last','10'),
(8250,3216,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(8251,3216,'_more_info_button_meta_key',''),
(8252,3216,'_et_pb_post_hide_nav','default'),
(8253,3216,'_et_pb_page_layout','et_right_sidebar'),
(8254,3216,'_et_pb_side_nav','off'),
(8255,3216,'_et_pb_use_builder',''),
(8256,3216,'_et_pb_first_image',''),
(8257,3216,'_et_pb_truncate_post',''),
(8258,3216,'_et_pb_truncate_post_date',''),
(8259,3216,'_et_pb_old_content',''),
(8260,3216,'_EventShowMapLink',''),
(8261,3216,'_EventShowMap',''),
(8262,3216,'_EventAllDay','yes'),
(8263,3216,'_EventStartDate','2024-10-26 00:00:00'),
(8264,3216,'_EventEndDate','2024-10-26 23:59:59'),
(8265,3216,'_EventStartDateUTC','2024-10-26 03:00:00'),
(8266,3216,'_EventEndDateUTC','2024-10-27 02:59:59'),
(8267,3216,'_EventCurrencySymbol','$'),
(8268,3216,'_EventCurrencyCode','USD'),
(8269,3216,'_EventCurrencyPosition','prefix'),
(8270,3216,'_EventCost',''),
(8271,3216,'_EventURL',''),
(8272,3216,'_EventTimezone','UTC-4'),
(8273,3216,'_EventTimezoneAbbr','UTC-4'),
(8274,3216,'_yoast_wpseo_primary_tribe_events_cat','89'),
(8275,3216,'_yoast_wpseo_content_score','90'),
(8276,3216,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(8308,3220,'_EventOrigin','events-calendar'),
(8309,3220,'_tribe_modified_fields','a:41:{s:12:\"_EventOrigin\";i:1725645418;s:10:\"_edit_last\";i:1730411940;s:10:\"post_title\";i:1725645425;s:11:\"post_status\";i:1725645589;s:12:\"post_content\";i:1725645589;s:8:\"post_tag\";i:1730412106;s:16:\"tribe_events_cat\";i:1730412106;s:24:\"_wp_convertkit_post_meta\";i:1725645589;s:26:\"_more_info_button_meta_key\";i:1725645589;s:20:\"_et_pb_post_hide_nav\";i:1725645589;s:18:\"_et_pb_page_layout\";i:1725645589;s:15:\"_et_pb_side_nav\";i:1725645589;s:18:\"_et_pb_use_builder\";i:1725645589;s:18:\"_et_pb_first_image\";i:1725645589;s:20:\"_et_pb_truncate_post\";i:1725645589;s:25:\"_et_pb_truncate_post_date\";i:1725645589;s:18:\"_et_pb_old_content\";i:1725645589;s:17:\"_EventShowMapLink\";i:1725645589;s:13:\"_EventShowMap\";i:1725645589;s:15:\"_EventStartDate\";i:1725645589;s:13:\"_EventEndDate\";i:1725645589;s:18:\"_EventStartDateUTC\";i:1725645589;s:16:\"_EventEndDateUTC\";i:1725645589;s:14:\"_EventDuration\";i:1725645589;s:20:\"_EventCurrencySymbol\";i:1725645589;s:18:\"_EventCurrencyCode\";i:1725645589;s:22:\"_EventCurrencyPosition\";i:1725645589;s:10:\"_EventCost\";i:1725645589;s:9:\"_EventURL\";i:1725645589;s:14:\"_EventTimezone\";i:1725645589;s:18:\"_EventTimezoneAbbr\";i:1725645589;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1725645589;s:26:\"_yoast_wpseo_content_score\";i:1725645589;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1727991634;s:29:\"_et_dynamic_cached_shortcodes\";i:1755674976;s:29:\"_et_dynamic_cached_attributes\";i:1755674977;s:22:\"et_enqueued_post_fonts\";i:1755674977;s:33:\"_et_builder_module_features_cache\";i:1753336534;s:13:\"_thumbnail_id\";i:1727991634;s:21:\"gf_format_video_embed\";i:1727991634;s:24:\"gf_format_gallery_images\";i:1727991634;}'),
(8310,3220,'_edit_lock','1730412106:9'),
(8311,3220,'_edit_last','9'),
(8312,3220,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(8313,3220,'_more_info_button_meta_key',''),
(8314,3220,'_et_pb_post_hide_nav','default'),
(8315,3220,'_et_pb_page_layout','et_right_sidebar'),
(8316,3220,'_et_pb_side_nav','off'),
(8317,3220,'_et_pb_use_builder',''),
(8318,3220,'_et_pb_first_image',''),
(8319,3220,'_et_pb_truncate_post',''),
(8320,3220,'_et_pb_truncate_post_date',''),
(8321,3220,'_et_pb_old_content',''),
(8322,3220,'_EventShowMapLink',''),
(8323,3220,'_EventShowMap',''),
(8324,3220,'_EventStartDate','2024-11-06 12:00:00'),
(8325,3220,'_EventEndDate','2024-11-08 21:00:00'),
(8326,3220,'_EventStartDateUTC','2024-11-06 19:00:00'),
(8327,3220,'_EventEndDateUTC','2024-11-09 04:00:00'),
(8328,3220,'_EventDuration','205200'),
(8329,3220,'_EventCurrencySymbol','$'),
(8330,3220,'_EventCurrencyCode','USD'),
(8331,3220,'_EventCurrencyPosition','prefix'),
(8332,3220,'_EventCost',''),
(8333,3220,'_EventURL',''),
(8334,3220,'_EventTimezone','UTC-7'),
(8335,3220,'_EventTimezoneAbbr','UTC-7'),
(8336,3220,'_yoast_wpseo_primary_tribe_events_cat','108'),
(8337,3220,'_yoast_wpseo_content_score','90'),
(8338,3220,'_yoast_wpseo_estimated-reading-time-minutes','2'),
(8460,3232,'_wp_attached_file','2024/09/A1S5985-scaled.jpg'),
(8461,3232,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:26:\"2024/09/A1S5985-scaled.jpg\";s:8:\"filesize\";i:368493;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"A1S5985-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14186;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"A1S5985-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91811;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"A1S5985-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6550;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"A1S5985-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59511;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"A1S5985-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169673;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"A1S5985-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:261544;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"A1S5985-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21188;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"A1S5985-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95812;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"A1S5985-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22617;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"A1S5985-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34067;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"A1S5985-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99647;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"A1S5985-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32991;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:21:\"A1S5985-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:426260;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"A1S5985-1280x855.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:855;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128612;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"A1S5985-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85838;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"A1S5985-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28948;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:20:\"A1S5985-1320x881.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:881;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135058;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"A1S5985-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18409;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"A1S5985-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41025;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"A1S5985-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3825;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1721111071\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"A1S5985.jpg\";}'),
(8462,3233,'_wp_attached_file','2024/09/A1S5985-1-scaled.jpg'),
(8463,3233,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:28:\"2024/09/A1S5985-1-scaled.jpg\";s:8:\"filesize\";i:368493;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"A1S5985-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14186;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"A1S5985-1-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91811;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"A1S5985-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:6550;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"A1S5985-1-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59511;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"A1S5985-1-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169673;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:23:\"A1S5985-1-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:261544;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"A1S5985-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21188;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"A1S5985-1-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95812;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"A1S5985-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22617;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"A1S5985-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34067;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:22:\"A1S5985-1-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99647;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"A1S5985-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32991;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:23:\"A1S5985-1-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:426260;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:22:\"A1S5985-1-1280x855.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:855;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128612;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"A1S5985-1-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85838;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"A1S5985-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28948;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:22:\"A1S5985-1-1320x881.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:881;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135058;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"A1S5985-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18409;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"A1S5985-1-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41025;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"A1S5985-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3825;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"2.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1721111071\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"50\";s:3:\"iso\";s:3:\"200\";s:13:\"shutter_speed\";s:5:\"0.002\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:13:\"A1S5985-1.jpg\";}'),
(8467,3234,'_wp_attached_file','2024/09/carbine.png'),
(8468,3234,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:19:\"2024/09/carbine.png\";s:8:\"filesize\";i:813830;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"carbine-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:103831;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"carbine-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43000;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"carbine-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:543679;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"carbine-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:162012;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"carbine-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:181282;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"carbine-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:291234;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"carbine-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:299905;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"carbine-980x655.png\";s:5:\"width\";i:980;s:6:\"height\";i:655;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:822887;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"carbine-480x321.png\";s:5:\"width\";i:480;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:238197;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"carbine-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:146068;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"carbine-600x401.png\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:354543;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"carbine-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21313;}}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:{}}}'),
(8469,3235,'_wp_attached_file','2024/09/pistol.png'),
(8470,3235,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:18:\"2024/09/pistol.png\";s:8:\"filesize\";i:760342;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"pistol-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:95730;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"pistol-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39689;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"pistol-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:502648;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"pistol-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:150655;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"pistol-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:166912;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"pistol-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:270023;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"pistol-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:270099;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"pistol-980x655.png\";s:5:\"width\";i:980;s:6:\"height\";i:655;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:763583;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"pistol-480x321.png\";s:5:\"width\";i:480;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:218763;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"pistol-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:133356;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"pistol-600x401.png\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:326310;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"pistol-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20033;}}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:{}}}'),
(8471,3236,'_wp_attached_file','2024/09/precision.png'),
(8472,3236,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:668;s:4:\"file\";s:21:\"2024/09/precision.png\";s:8:\"filesize\";i:971636;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"precision-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:115755;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"precision-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47119;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:21:\"precision-768x513.png\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:640791;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"precision-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:184326;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"precision-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:206572;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"precision-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:337703;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"precision-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:346784;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:21:\"precision-980x655.png\";s:5:\"width\";i:980;s:6:\"height\";i:655;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:979099;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"precision-480x321.png\";s:5:\"width\";i:480;s:6:\"height\";i:321;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:273740;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"precision-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:165960;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"precision-600x401.png\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:412602;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"precision-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22633;}}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:{}}}'),
(8480,3238,'_wp_attached_file','2024/09/carbine-cropped.png'),
(8481,3238,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:491;s:4:\"file\";s:27:\"2024/09/carbine-cropped.png\";s:8:\"filesize\";i:612474;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"carbine-cropped-300x147.png\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:78125;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"carbine-cropped-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42264;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"carbine-cropped-768x377.png\";s:5:\"width\";i:768;s:6:\"height\";i:377;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:409978;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"carbine-cropped-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:160041;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"carbine-cropped-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:180109;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"carbine-cropped-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:289992;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"carbine-cropped-400x491.png\";s:5:\"width\";i:400;s:6:\"height\";i:491;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:300173;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"carbine-cropped-980x481.png\";s:5:\"width\";i:980;s:6:\"height\";i:481;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:621199;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"carbine-cropped-480x236.png\";s:5:\"width\";i:480;s:6:\"height\";i:236;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:179539;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"carbine-cropped-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:145144;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"carbine-cropped-600x295.png\";s:5:\"width\";i:600;s:6:\"height\";i:295;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:267044;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"carbine-cropped-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20946;}}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:{}}}'),
(8514,573,'_edit_lock','1725653508:10'),
(8515,573,'_et_pb_use_builder','on'),
(8516,573,'_et_pb_old_content','<!-- wp:image {\"id\":517,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/p_rfile_in_grass-1024x512.jpg\" alt=\"\" class=\"wp-image-517\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2>Questions? Comments?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:shortcode -->\n[wpforms id=\"572\"]\n<!-- /wp:shortcode -->'),
(8517,573,'_et_gb_content_width',''),
(8518,573,'footnotes',''),
(8519,3246,'footnotes',''),
(8520,573,'_et_pb_post_hide_nav','default'),
(8521,573,'_et_pb_page_layout','et_right_sidebar'),
(8522,573,'_et_pb_side_nav','off'),
(8523,573,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(8526,573,'_et_pb_built_for_post_type','page'),
(8527,3248,'footnotes',''),
(8528,573,'_et_pb_ab_subjects',''),
(8529,573,'_et_pb_enable_shortcode_tracking',''),
(8530,573,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"573\" /]'),
(8531,573,'_et_pb_custom_css',''),
(8532,573,'_et_pb_gutter_width','3'),
(8533,573,'_thumbnail_id','0'),
(8534,573,'_global_colors_info','{}'),
(8535,573,'_et_pb_first_image',''),
(8536,573,'_et_pb_truncate_post','<div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>Questions? Comments?</p>\n<p>&nbsp;</div>\n			</div>\n			<div id=\"et_pb_contact_form_0\" class=\"et_pb_module et_pb_contact_form_0 et_pb_contact_form_container clearfix\" data-form_unique_num=\"0\" data-form_unique_id=\"574364b0-088a-4f5b-9bd6-717abf038652\">\n				\n				\n				\n				\n				\n				<div class=\"et-pb-contact-message\"></div>\n				\n				<div class=\"et_pb_contact\">\n					<form class=\"et_pb_contact_form clearfix\" method=\"post\" action=\"https://staging.amtacshooting.com/page/60/?s\">\n						<p class=\"et_pb_contact_field et_pb_contact_field_0 et_pb_contact_field_half\" data-id=\"name\" data-type=\"input\">\n				\n				\n				\n				\n				<label for=\"et_pb_contact_name_0\" class=\"et_pb_contact_form_label\">Name</label>\n				<input type=\"text\" id=\"et_pb_contact_name_0\" class=\"input\" value=\"\" name=\"et_pb_contact_name_0\" data-required_mark=\"required\" data-field_type=\"input\" data-original_id=\"name\" placeholder=\"Name\">\n			</p><p class=\"et_pb_contact_field et_pb_contact_field_1 et_pb_contact_field_half et_pb_contact_field_last\" data-id=\"email\" data-type=\"email\">\n				\n				\n				\n				\n				<label for=\"et_pb_contact_email_0\" class=\"et_pb_contact_form_label\">Email Address</label>\n				<input type=\"text\" id=\"et_pb_contact_email_0\" class=\"input\" value=\"\" name=\"et_pb_contact_email_0\" data-required_mark=\"required\" data-field_type=\"email\" data-original_id=\"email\" placeholder=\"Email Address\">\n			</p><p class=\"et_pb_contact_field et_pb_contact_field_2 et_pb_contact_field_last\" data-id=\"message\" data-type=\"text\">\n				\n				\n				\n				\n				<label for=\"et_pb_contact_message_0\" class=\"et_pb_contact_form_label\">Message</label>\n				<textarea name=\"et_pb_contact_message_0\" id=\"et_pb_contact_message_0\" class=\"et_pb_contact_message input\" data-required_mark=\"required\" data-field_type=\"text\" data-original_id=\"message\" placeholder=\"Message\"></textarea>\n			</p>\n						<input type=\"hidden\" value=\"et_contact_proccess\" name=\"et_pb_contactform_submit_0\"/>\n						<div class=\"et_contact_bottom_container\">\n							\n			<div class=\"et_pb_contact_right\">\n				<p class=\"clearfix\">\n					<span class=\"et_pb_contact_captcha_question\">3 + 12</span> = <input type=\"text\" size=\"2\" class=\"input et_pb_contact_captcha\" data-first_digit=\"3\" data-second_digit=\"12\" value=\"\" name=\"et_pb_contact_captcha_0\" data-required_mark=\"required\" autocomplete=\"off\">\n				</p>\n			</div>\n							<button type=\"submit\" name=\"et_builder_submit_button\" class=\"et_pb_contact_submit et_pb_button\">Submit</button>\n						</div>\n						<input type=\"hidden\" id=\"_wpnonce-et-pb-contact-form-submitted-0\" name=\"_wpnonce-et-pb-contact-form-submitted-0\" value=\"7c72353e24\" /><input type=\"hidden\" name=\"_wp_http_referer\" value=\"/page/60/?s\" />\n					</form>\n				</div>\n			</div>\n			\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div>\n'),
(8537,573,'_et_pb_truncate_post_date','2025-03-04 02:54:32'),
(8538,573,'_et_builder_version','VB|Divi|4.27.0'),
(8539,573,'_et_pb_show_page_creation','off'),
(8543,3249,'footnotes',''),
(8547,3250,'footnotes',''),
(8550,573,'_et_builder_dynamic_assets_loading_attr_threshold','2'),
(8553,3252,'_edit_lock','1726009754:10'),
(8554,3252,'_et_pb_use_builder','on'),
(8555,3252,'_et_gb_content_width',''),
(8556,3252,'footnotes',''),
(8557,3253,'footnotes',''),
(8558,3252,'_edit_last','10'),
(8559,3252,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(8560,3252,'_et_pb_post_hide_nav','default'),
(8561,3252,'_et_pb_page_layout','et_right_sidebar'),
(8562,3252,'_et_pb_side_nav','off'),
(8563,3252,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(8568,3252,'_et_pb_built_for_post_type','page'),
(8569,3254,'footnotes',''),
(8570,3252,'_et_pb_ab_subjects',''),
(8571,3252,'_et_pb_enable_shortcode_tracking',''),
(8572,3252,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"3252\" /]'),
(8573,3252,'_et_pb_custom_css',''),
(8574,3252,'_et_pb_gutter_width','3'),
(8575,3252,'_thumbnail_id','3236'),
(8576,3252,'_global_colors_info','{}'),
(8577,3252,'_et_pb_first_image',''),
(8578,3252,'_et_pb_truncate_post',''),
(8579,3252,'_et_pb_truncate_post_date',''),
(8580,3252,'_et_builder_version','VB|Divi|4.27.2'),
(8581,3252,'_et_pb_show_page_creation','off'),
(8583,3256,'footnotes',''),
(8588,3259,'footnotes',''),
(8589,3260,'footnotes',''),
(8590,3252,'_yoast_wpseo_content_score','90'),
(8602,3262,'_et_pb_built_for_post_type','page'),
(8627,3269,'_et_pb_built_for_post_type','page'),
(8644,1791,'_et_pb_use_builder','on'),
(8645,1791,'_et_pb_show_page_creation','off'),
(8646,1791,'_et_pb_old_content','<!-- wp:separator {\"opacity\":\"css\",\"className\":\"aligncenter is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity aligncenter is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together).&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum).&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings.&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Again, sincerely thank you - It was life changing for me.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-Bruce</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>I just spent the day with Resnick in GA. &nbsp;What an amazing class! &nbsp;I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around. &nbsp;Please keep me in the loop with any future classes that may be coming to the South</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-John</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Thanks!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-<strong>Chad</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.&nbsp;&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-<strong>Eddie</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.&nbsp; More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-Edward</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>I have now taken 4-5 of Bill\'s classes.&nbsp;&nbsp;<br>Every time I learn something new or drive home a prior skill he taught.&nbsp;&nbsp;<br>He knows how to keep&nbsp;it fresh. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-Walter</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>I wanted to thank you for a great class this week.&nbsp; Your approach to teaching and life in general really stands out and were very helpful.&nbsp; I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.&nbsp;&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-Tom</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>Let me share with you how much I appreciated your instruction.&nbsp; I teach&nbsp;part-time at the Univ of AZ Law School&nbsp;and know how hard it is to teach well, particularly a practical skill.&nbsp; You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.&nbsp; I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-<strong>Walter</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-Brian</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-Todd</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.&nbsp; I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!&nbsp; Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).&nbsp; My wife and I are looking forward to your next trip down South to continue are training.&nbsp;Thanks for help over the last few years with your recommendations that save us both time and money on our gear.&nbsp; My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.&nbsp; All the best to you and your Family - looking forward to next rejoin as soon as possible.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-Scott</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>\"In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.&nbsp; It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.&nbsp; I guess the best words I can say are these: &nbsp;I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.&nbsp; After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.\"</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.<br>-Matt</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>\"I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.\" </strong><br><strong>- Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>\"It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!\" <br>-Bart</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>\"Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.\"<br>-Sean</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>\"I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.\" <br>-JH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again. <br>- Neal</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.<br>- Best Regards, Cameron</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->'),
(8647,3273,'footnotes',''),
(8648,3273,'footnotes',''),
(8654,13,'_edit_lock','1743524356:10'),
(8655,13,'_et_pb_use_builder','on'),
(8656,13,'_et_gb_content_width',''),
(8657,13,'footnotes',''),
(8658,3275,'footnotes',''),
(8659,13,'_edit_last','10'),
(8660,13,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(8661,13,'_et_pb_post_hide_nav','default'),
(8662,13,'_et_pb_page_layout','et_right_sidebar'),
(8663,13,'_et_pb_side_nav','off'),
(8664,13,'_yoast_wpseo_estimated-reading-time-minutes','2'),
(8666,3276,'_wp_attached_file','2024/09/boutique_46.jpg'),
(8667,3276,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1365;s:6:\"height\";i:667;s:4:\"file\";s:23:\"2024/09/boutique_46.jpg\";s:8:\"filesize\";i:567494;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"boutique_46-300x147.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:147;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9831;}s:5:\"large\";a:5:{s:4:\"file\";s:24:\"boutique_46-1024x500.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62258;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"boutique_46-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6969;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:23:\"boutique_46-768x375.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:375;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39310;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"boutique_46-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19113;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:24:\"boutique_46-1080x667.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96808;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"boutique_46-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22132;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"boutique_46-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33858;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:24:\"boutique_46-1080x528.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:528;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67598;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"boutique_46-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35117;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:24:\"boutique_46-1280x625.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:625;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90403;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:23:\"boutique_46-980x479.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:479;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57824;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"boutique_46-480x235.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:235;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19434;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:24:\"boutique_46-1320x645.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:645;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95236;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"boutique_46-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19622;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"boutique_46-600x293.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:293;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27349;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"boutique_46-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4022;}}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:{}}}'),
(8668,3277,'_wp_attached_file','2024/09/boutique_47.png'),
(8669,3277,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:620;s:6:\"height\";i:840;s:4:\"file\";s:23:\"2024/09/boutique_47.png\";s:8:\"filesize\";i:168035;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"boutique_47-221x300.png\";s:5:\"width\";i:221;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:98874;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"boutique_47-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37066;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"boutique_47-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:119747;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"boutique_47-620x675.png\";s:5:\"width\";i:620;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:381555;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"boutique_47-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:143883;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:23:\"boutique_47-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:241887;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:23:\"boutique_47-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:276134;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:23:\"boutique_47-480x650.png\";s:5:\"width\";i:480;s:6:\"height\";i:650;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:408832;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"boutique_47-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:127644;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:23:\"boutique_47-600x813.png\";s:5:\"width\";i:600;s:6:\"height\";i:813;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:611032;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"boutique_47-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18183;}}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:{}}}'),
(8671,13,'_et_pb_built_for_post_type','page'),
(8672,3279,'footnotes',''),
(8673,13,'_et_pb_ab_subjects',''),
(8674,13,'_et_pb_enable_shortcode_tracking',''),
(8675,13,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"13\" /]'),
(8676,13,'_et_pb_custom_css',''),
(8677,13,'_et_pb_gutter_width','3'),
(8678,13,'_thumbnail_id','0'),
(8679,13,'_global_colors_info','{}'),
(8680,13,'_et_pb_first_image',''),
(8681,13,'_et_pb_truncate_post',''),
(8682,13,'_et_pb_truncate_post_date',''),
(8683,13,'_et_builder_version','VB|Divi|4.27.2'),
(8684,13,'_et_pb_show_page_creation','off'),
(8686,3281,'footnotes',''),
(8696,3283,'_menu_item_type','post_type'),
(8697,3283,'_menu_item_menu_item_parent','0'),
(8698,3283,'_menu_item_object_id','13'),
(8699,3283,'_menu_item_object','page'),
(8700,3283,'_menu_item_target',''),
(8701,3283,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(8702,3283,'_menu_item_xfn',''),
(8703,3283,'_menu_item_url',''),
(8705,2924,'_wp_old_date','2024-07-09'),
(8706,2938,'_wp_old_date','2024-07-09'),
(8708,2945,'_wp_old_date','2024-07-09'),
(8709,2970,'_wp_old_date','2024-07-09'),
(8710,2961,'_wp_old_date','2024-07-09'),
(8711,2962,'_wp_old_date','2024-07-09'),
(8712,2977,'_wp_old_date','2024-07-09'),
(8713,2963,'_wp_old_date','2024-07-09'),
(8714,2973,'_wp_old_date','2024-07-09'),
(8715,2974,'_wp_old_date','2024-07-09'),
(8716,2975,'_wp_old_date','2024-07-09'),
(8718,3284,'footnotes',''),
(8719,1416,'_et_pb_use_builder','on'),
(8720,1416,'_et_pb_show_page_creation','off'),
(8721,1416,'_et_pb_old_content','The cost for private training is $5500 a day, with a two day minimum, plus travel costs. We will discuss custom course curriculum for up to 8 people.  Please contact for details.'),
(8723,1416,'_et_pb_built_for_post_type','page'),
(8724,1416,'_et_pb_ab_subjects',''),
(8725,1416,'_et_pb_enable_shortcode_tracking',''),
(8726,1416,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"1416\" /]'),
(8727,1416,'_et_pb_custom_css',''),
(8728,1416,'_et_pb_gutter_width','3'),
(8729,1416,'_thumbnail_id','1331'),
(8730,1416,'_global_colors_info','{}'),
(8731,1416,'_et_pb_first_image',''),
(8732,1416,'_et_pb_truncate_post',''),
(8733,1416,'_et_pb_truncate_post_date',''),
(8734,1416,'_et_builder_version','VB|Divi|4.27.2'),
(8773,500,'_edit_lock','1726504556:7'),
(8777,234,'_et_pb_use_builder','on'),
(8778,234,'_et_pb_show_page_creation','off'),
(8779,234,'_et_pb_old_content','<h3>Training\n[smls id=\"403\"]</h3>\n<h3>Gear\n[smls id=\"616\"]</h3>\n<i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i>\n<h3></h3>'),
(8781,234,'_et_pb_built_for_post_type','page'),
(8782,234,'_et_pb_ab_subjects',''),
(8783,234,'_et_pb_enable_shortcode_tracking',''),
(8784,234,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"234\" /]'),
(8785,234,'_et_pb_custom_css',''),
(8786,234,'_et_pb_gutter_width','3'),
(8787,234,'_thumbnail_id','0'),
(8788,234,'_global_colors_info','{}'),
(8789,234,'_et_pb_first_image',''),
(8790,234,'_et_pb_truncate_post',''),
(8791,234,'_et_pb_truncate_post_date',''),
(8792,234,'_et_builder_version','VB|Divi|4.27.2'),
(8796,234,'_edit_lock','1727207458:10'),
(8797,3299,'_wp_attached_file','2024/09/walther-logo.jpg');
INSERT INTO `wp_postmeta` VALUES
(8798,3299,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:429;s:4:\"file\";s:24:\"2024/09/walther-logo.jpg\";s:8:\"filesize\";i:47799;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"walther-logo-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9045;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"walther-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4373;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"walther-logo-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13423;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"walther-logo-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13628;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"walther-logo-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20207;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"walther-logo-400x429.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19779;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"walther-logo-480x343.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17616;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"walther-logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11715;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"walther-logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2584;}}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:{}}}'),
(8799,3300,'_wp_attached_file','2024/09/black_hills_ammo.jpg'),
(8800,3300,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:75;s:6:\"height\";i:64;s:4:\"file\";s:28:\"2024/09/black_hills_ammo.jpg\";s:8:\"filesize\";i:8437;s:5:\"sizes\";a:0:{}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(8801,3301,'_wp_attached_file','2024/09/black_point_tactical.jpg'),
(8802,3301,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:429;s:4:\"file\";s:32:\"2024/09/black_point_tactical.jpg\";s:8:\"filesize\";i:23992;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"black_point_tactical-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7661;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"black_point_tactical-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3272;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"black_point_tactical-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10150;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"black_point_tactical-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10884;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"black_point_tactical-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14764;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"black_point_tactical-400x429.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11664;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"black_point_tactical-480x343.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12923;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"black_point_tactical-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8336;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"black_point_tactical-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2061;}}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:{}}}'),
(8803,3302,'_wp_attached_file','2024/09/black_point_tactical-1.jpg'),
(8804,3302,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:600;s:6:\"height\";i:429;s:4:\"file\";s:34:\"2024/09/black_point_tactical-1.jpg\";s:8:\"filesize\";i:25248;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"black_point_tactical-1-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7734;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"black_point_tactical-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:3355;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"black_point_tactical-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10632;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"black_point_tactical-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11277;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"black_point_tactical-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14722;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"black_point_tactical-1-400x429.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:429;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12173;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"black_point_tactical-1-480x343.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13130;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"black_point_tactical-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8378;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"black_point_tactical-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2081;}}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:{}}}'),
(8805,3303,'_wp_attached_file','2024/09/PROOF_logo_sm.jpg'),
(8806,3303,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:340;s:6:\"height\";i:243;s:4:\"file\";s:25:\"2024/09/PROOF_logo_sm.jpg\";s:8:\"filesize\";i:13633;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"PROOF_logo_sm-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6960;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"PROOF_logo_sm-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3672;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"PROOF_logo_sm-300x243.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7866;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"PROOF_logo_sm-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2569;}}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:{}}}'),
(8807,3305,'_wp_attached_file','2024/09/sayoc_tactical_group.jpg'),
(8808,3305,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:296;s:6:\"height\";i:212;s:4:\"file\";s:32:\"2024/09/sayoc_tactical_group.jpg\";s:8:\"filesize\";i:17585;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"sayoc_tactical_group-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3398;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"sayoc_tactical_group-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2150;}}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:{}}}'),
(8842,234,'_et_pb_page_z_index','207'),
(8852,2699,'_et_pb_use_builder','on'),
(8854,2699,'_et_pb_old_content','<!-- wp:paragraph -->\n<p id=\"top\">Go To:  <a href=\"#media-videos\">Videos</a>   <a href=\"#media-podcasts\">Podcasts</a>   <a href=\"#media-articles\">Articles</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\" id=\"media-videos\">Videos</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/LlyIgpMfpUw?si=l6lUrf1XtgNdPGDb\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/LlyIgpMfpUw?si=l6lUrf1XtgNdPGDb\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/yELsaqTI2lU?si=i9SQsXOz_lipvd23\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/yELsaqTI2lU?si=i9SQsXOz_lipvd23\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/0Meb6wxiwNc?si=8WlHG5wmR-hRyGCD\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-4-3 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"225px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/0Meb6wxiwNc?si=8WlHG5wmR-hRyGCD\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/NqHJ1uuFfY4?si=MvWx66W4i_5K5aZt\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/NqHJ1uuFfY4?si=MvWx66W4i_5K5aZt\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/gAgqyXQzwnU?si=DqMuM-UIhYeP0oEH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/gAgqyXQzwnU?si=DqMuM-UIhYeP0oEH\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/603kfkCUig0?si=Kbd7Sb5UaG6GYReO\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/603kfkCUig0?si=Kbd7Sb5UaG6GYReO\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/97cijTsUhvU?si=a01oHqCl26yBSNoP\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/97cijTsUhvU?si=a01oHqCl26yBSNoP\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/W9_z5BEHHMY?si=pVFkYcavlBvGkDcW\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/W9_z5BEHHMY?si=pVFkYcavlBvGkDcW\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/qHMSC0AYZjQ?si=xORnmz-uRDttBB7e\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qHMSC0AYZjQ?si=xORnmz-uRDttBB7e\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/gH01sQ2D1So?si=tYy2Sec5BIYUh8Xt\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/gH01sQ2D1So?si=tYy2Sec5BIYUh8Xt\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/F1gGTR5WGN8?si=OAnFBgNb-Hh5wLWi\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/F1gGTR5WGN8?si=OAnFBgNb-Hh5wLWi\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/UnoguGoSNIk?si=k6JDWvjjHCUYGNny\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/UnoguGoSNIk?si=k6JDWvjjHCUYGNny\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/6Z_NrLLZXRI?si=l7icjrUxOZFDdrNs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/6Z_NrLLZXRI?si=l7icjrUxOZFDdrNs\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/8fr-jGkSs0M?si=gyp6GmVO3ira-JYp\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/8fr-jGkSs0M?si=gyp6GmVO3ira-JYp\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/qy1R-Q8GZ1I?si=5E9u4MH_wu03mukB\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qy1R-Q8GZ1I?si=5E9u4MH_wu03mukB\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/7It3Eq5ttE8?si=vQni-xWgTdurCEBm\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/7It3Eq5ttE8?si=vQni-xWgTdurCEBm\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/97dTAWhvlZc?si=c44X8zPjityTHgNa\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/97dTAWhvlZc?si=c44X8zPjityTHgNa\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/K4ZWFRRBOdc?si=e-brhrcYcQWhfWSH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/K4ZWFRRBOdc?si=e-brhrcYcQWhfWSH\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#top\">back to top ^</a></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 -->\n<h2 class=\"wp-block-heading\" id=\"media-podcasts\">Podcasts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/G_CMC69ryiY?si=CLAXRyWOVhvBA0kd\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/G_CMC69ryiY?si=CLAXRyWOVhvBA0kd\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/M67PMNs6Iio?si=8r2Pk0FOI9M7CqWe\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/M67PMNs6Iio?si=8r2Pk0FOI9M7CqWe\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/9a-0ZGWNdO4?si=wkpllC5kJRT1RaZI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/9a-0ZGWNdO4?si=wkpllC5kJRT1RaZI\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/BC9jO5XDBWA?si=X3XFbg6O64pFAR7t\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BC9jO5XDBWA?si=X3XFbg6O64pFAR7t\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C5nFBk5oB68?si=WIMLnMZqQCUR0ZsY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C5nFBk5oB68?si=WIMLnMZqQCUR0ZsY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/live/oQoR9yCK5x8?si=IgYpNCHULatU1YE0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/live/oQoR9yCK5x8?si=IgYpNCHULatU1YE0\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://www.youtube.com/live/ReLQlT-qw2Q?si=S8hn049vK6VCTunx\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/live/ReLQlT-qw2Q?si=S8hn049vK6VCTunx\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/hHwbgriBmbk?si=ZoklUiIsCdJwzoWq\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/hHwbgriBmbk?si=ZoklUiIsCdJwzoWq\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/Zw-yb08JFW8?si=2IcwaaeYx6AdvkAz\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/Zw-yb08JFW8?si=2IcwaaeYx6AdvkAz\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/yIJRU6NOGKE?si=VPSQpcp4QhCYBk5f\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/yIJRU6NOGKE?si=VPSQpcp4QhCYBk5f\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/NxPd3rvKFRg?si=TVng5zjtgMe7mpWV\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/NxPd3rvKFRg?si=TVng5zjtgMe7mpWV\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FNEWSMAX%2Fvideos%2F821298475241322%2F&show_text=false&width=560&t=0\" width=\"560\" height=\"314\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" allowFullScreen=\"true\"></iframe>\n<!-- /wp:html --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:html -->\n<iframe title=\"Libsyn Player\" style=\"border: none\" src=\"//html5-player.libsyn.com/embed/episode/id/16499360/height/90/theme/custom/thumbnail/yes/direction/forward/render-playlist/no/custom-color/aca5a5/\" height=\"90\" width=\"100%\" scrolling=\"no\"  allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>\n<!-- /wp:html -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.listennotes.com/podcasts/hard-men-podcast/interview-with-bill-rapier-1Prm_poebDx/embed/\" height=\"170px\" width=\"100%\" style=\"width: 1px; min-width: 100%;\" loading=\"lazy\" frameborder=\"0\" scrolling=\"no\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#top\">back to top ^</a></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 -->\n<h2 class=\"wp-block-heading\" id=\"media-articles\">Articles</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":2715,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2024/04/Carbine-Course-AAR-2019-1024x768.jpg\" alt=\"\" class=\"wp-image-2715\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Everything Bill presented to us made sense, and I’m going to incorporate his suggestions into my own practice regimen for the times that I take my carbines to the range. The AR-15 is, after all, America’s rifle. Every American patriot (or partisan, if you prefer) should be competent with it. The Amtac Shooting Combative Carbine Course is excellent preparation.<br>Bill Rapier is humble and approachable, and he freely shares a wealth of knowledge in class. This was my second class with him, and it won’t be the last. <strong>- <a href=\"https://civiliangunfighter.wordpress.com/2019/11/12/aar-the-amtac-shooting-combative-carbine-course-bill-rapier-east-granby-ct-nov-4-5-2019/\">Read the article: AAR: “THE AMTAC SHOOTING COMBATIVE CARBINE COURSE” (BILL RAPIER), EAST GRANBY, CT, NOV. 4-5, 2019</a> </strong>by Amtac Shooting student John.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":2734,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Modern-day-Minuteman-6-670x372-1.png\" alt=\"\" class=\"wp-image-2734\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">THIS ISN\'T A CLASS FOR NOVICES, BUT YOU DON\'T NEED TO BE A PROFESSIONAL TO TAKE IT<br>When you hear the word “Minuteman,” it typically conjures up images of the Revolutionary War — hard men running out of their houses with muskets, possible bags, and the rest of their sparse kit. But what about the Modern Minuteman? - Read the article: <a href=\"http://Modern-Day Minuteman: Can You Keep Up?\"><strong>Modern-Day Minuteman: Can You Keep Up?</strong></a> by Amtac Shooting student Ivan Loomis</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":2737,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Jerkin-the-trigger.jpg\" alt=\"\" class=\"wp-image-2737\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">For the last two years, I have done the Sniper Adventure Challenge Race.  It has been a great way for me to have a goal to train for and to keep pushing the boundaries with training, fitness, shooting, and gear.  New for this year, one of my local friends (Jake Hoback) and another local buddy were going to team up and do the race.  This was great for me as it gave me other dedicated training partners. - Read the article: <a href=\"https://jerkingthetrigger.com/2019/07/24/guest-post-the-modern-minute-man-and-other-standards-bill-rapier-of-amtac-shooting-instruction-llc/\"><strong>Guest Post: The Modern Minute Man and Other Standards – Bill Rapier of AMTAC Shooting Instruction LLC</strong></a> by Jerking the Trigger</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":2740,\"width\":\"276px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/womens-training.jpg\" alt=\"\" class=\"wp-image-2740\" style=\"width:276px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">After half an hour of girly small talk about chipped nail polish and our fear of a tick epidemic swarming Wisconsin wildlands, it was time to start. Each of us was assigned a personal station where we stored our weapons, ammunition, first aid, and other belongings during the course. Rapier then outlined what was ahead: introductory combatives, gun training, knife training, and a mindset talk involving thoughts on safety and personal accountability. Sounded like a good plan.<br>Before we started, Rapier wanted us to revise our vocabulary. From now on, any item that can be used in self-defense is a “tool.” A gun is a tool. A knife is a tool. A pen is a tool. There are tools all over the place. Read the article: <a href=\"https://www.swatmag.com/article/taking-responsibility-amtac-shooting-womens-combatives-course/\"><strong>TAKING RESPONSIBILITY Amtac Shooting Women’s Combatives Course</strong></a> by SWAT Survival Weapons and Tactics</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/full-size-2-1024x822.jpg\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">The fight starts, and after a few minutes of moving around and trading blows, you have an opening. You drop your weight and send the hardest right cross that you are capable of sending. Your opponent grimaces in pain, shakes it off a couple of times, and gives you the boxer\'s nod. What is going through your mind?<br>When I visualize this, I think to myself that if I can rock my opponent with a solid shot like that, I can repeat this a few more times and put him down. Read the article: <a href=\"https://www.amtacshooting.com/mindset-let-it-burn/\"><strong>Let It Burn</strong></a> by Bill Rapier</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-1024x683.jpg\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">I received an email last month.  The guy emailing me wanted to know if I was going to be doing any “Advanced Pistol” courses in the local area this year. He was not interested in the “fighting or knife stuff”. Because he was asking for an “Advanced Pistol” course it probably means he has a baseline pistol capability, but when he says he is not into the “fighting or knife stuff”, he is showing that is exactly what he should be focusing on. Unfortunately within the community of guys that train there are still too many guys clinging to the “I don’t need to know how to fight because I carry a .45” mentality. A lot of guys training want to get incrementally better at something they are already pretty good at. They want to spend two days on the range, run through some drills, maybe shave a few hundredths of a second off of their split times, or clean that combat reload up a little. In other words, they want to stay in their comfort zones! <a href=\"https://www.amtacshooting.com/what-is-most-important-in-training/\"><strong>Read the article: What Is Most Important In Training?</strong></a> by Bill Rapier</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#top\">back to top ^</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For more articles by Bill Rapier visit our <a href=\"https://www.amtacshooting.com/category/knowledge/articles/\"><strong>Amtac Shooting Articles</strong></a> page.</p>\n<!-- /wp:paragraph -->'),
(8856,2699,'_et_pb_built_for_post_type','page'),
(8857,2699,'_et_pb_ab_subjects',''),
(8858,2699,'_et_pb_enable_shortcode_tracking',''),
(8859,2699,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"2699\" /]'),
(8860,2699,'_et_pb_custom_css',''),
(8861,2699,'_et_pb_gutter_width','3'),
(8862,2699,'_thumbnail_id','0'),
(8863,2699,'_global_colors_info','{}'),
(8864,2699,'_et_pb_first_image',''),
(8865,2699,'_et_pb_truncate_post','<div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Go To:  Videos   Podcasts   Articles</p>\n<p>Videos</p>\n<p><iframe loading=\"lazy\" title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Bill Rapier - Navy Seal drops mindset bomb\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/yELsaqTI2lU?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"BILL RAPIER - UNDERSTANDING THE REACTIONARY GAP\" width=\"1080\" height=\"810\" src=\"https://www.youtube.com/embed/0Meb6wxiwNc?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"AMTAC Shooting Night Vision Course\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/NqHJ1uuFfY4?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"How to Defend Against a Carjacker: A Navy SEAL&#039;s Advice\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/gAgqyXQzwnU?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"AMTAC Shooting: Jiu Jitsu and Pistol Course\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/W9_z5BEHHMY?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"AMTAC Shooting: Intro to Winter Skills\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/qHMSC0AYZjQ?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"6 Pistol Tips from ex-Navy SEAL, Bill Rapier\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/gH01sQ2D1So?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Mounting a Scope with AMTAC Shooting\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/F1gGTR5WGN8?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Pistol &amp; Blades with AMTAC Shooting and Tom Kier\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/UnoguGoSNIk?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Retired Navy SEAL Bill Rapier&#039;s Force on Force Class Review\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/6Z_NrLLZXRI?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Battle of the Bills\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/8fr-jGkSs0M?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Surefire Battle of the Bills! | CQB &amp; Self Defense Training\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/qy1R-Q8GZ1I?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"You Aren&#039;t Ready - Battle of the Bills - Surefire\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/7It3Eq5ttE8?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Modern Minuteman Course 2022 by AMTAC Training\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/97dTAWhvlZc?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Cover, Concealment &amp; Shooting Through Obstructions\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/K4ZWFRRBOdc?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p>back to top ^</p>\n<p>Podcasts</p>\n<p><iframe loading=\"lazy\" title=\"HUNT LIKE A MARKSMAN w/ BILL RAPIER\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/G_CMC69ryiY?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Tim Larkin PROT3CT #21 - Bill Rapier (Pt 1)\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/M67PMNs6Iio?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Bill Rapier would scare JOHN WICK back into retirement-Can You Survive This Podcast w/ Clint Emerson\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/9a-0ZGWNdO4?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"BILL RAPIER | Serving Christ While Killing for Uncle Sam (Ep. 314)\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/BC9jO5XDBWA?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Navy SEAL Bill Rapier: Getting Right With Christ, Dying Well &amp; The AMTAC Mindset\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/C5nFBk5oB68?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"A Warrior Mindset W/Former DEVGRU Operator Bill Rapier\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/oQoR9yCK5x8?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Sling&#039;N Lead Podcast: Episode 76 Bill Rapier Combat Carbine\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/ReLQlT-qw2Q?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Navy SEAL Legend Bill Rapier Reveals How To Defeat Terrorism\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/hHwbgriBmbk?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Live Q or Die Podcast - Episode 65 - Bill Rapier - Knives for Hands\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/Zw-yb08JFW8?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Bill Rapier “Amtac Shooting”\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/yIJRU6NOGKE?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Guns, God, &amp; AMTAC Knives | Mike Drop CLIPS - Episode 68\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/NxPd3rvKFRg?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p>back to top ^</p>\n<p>Articles</p>\n<p>Everything Bill presented to us made sense, and I’m going to incorporate his suggestions into my own practice regimen for the times that I take my carbines to the range. The AR-15 is, after all, America’s rifle. Every American patriot (or partisan, if you prefer) should be competent with it. The Amtac Shooting Combative Carbine Course is excellent preparation.Bill Rapier is humble and approachable, and he freely shares a wealth of knowledge in class. This was my second class with him, and it won’t be the last. &#8211; Read the article: AAR: “THE AMTAC SHOOTING COMBATIVE CARBINE COURSE” (BILL RAPIER), EAST GRANBY, CT, NOV. 4-5, 2019 by Amtac Shooting student John.</p>\n<p>THIS ISN&#8217;T A CLASS FOR NOVICES, BUT YOU DON&#8217;T NEED TO BE A PROFESSIONAL TO TAKE ITWhen you hear the word “Minuteman,” it typically conjures up images of the Revolutionary War — hard men running out of their houses with muskets, possible bags, and the rest of their sparse kit. But what about the Modern Minuteman? &#8211; Read the article: Modern-Day Minuteman: Can You Keep Up? by Amtac Shooting student Ivan Loomis</p>\n<p>For the last two years, I have done the Sniper Adventure Challenge Race.  It has been a great way for me to have a goal to train for and to keep pushing the boundaries with training, fitness, shooting, and gear.  New for this year, one of my local friends (Jake Hoback) and another local buddy were going to team up and do the race.  This was great for me as it gave me other dedicated training partners. &#8211; Read the article: Guest Post: The Modern Minute Man and Other Standards – Bill Rapier of AMTAC Shooting Instruction LLC by Jerking the Trigger</p>\n<p>After half an hour of girly small talk about chipped nail polish and our fear of a tick epidemic swarming Wisconsin wildlands, it was time to start. Each of us was assigned a personal station where we stored our weapons, ammunition, first aid, and other belongings during the course. Rapier then outlined what was ahead: introductory combatives, gun training, knife training, and a mindset talk involving thoughts on safety and personal accountability. Sounded like a good plan.Before we started, Rapier wanted us to revise our vocabulary. From now on, any item that can be used in self-defense is a “tool.” A gun is a tool. A knife is a tool. A pen is a tool. There are tools all over the place. Read the article: TAKING RESPONSIBILITY Amtac Shooting Women’s Combatives Course by SWAT Survival Weapons and Tactics</p>\n<p>The fight starts, and after a few minutes of moving around and trading blows, you have an opening. You drop your weight and send the hardest right cross that you are capable of sending. Your opponent grimaces in pain, shakes it off a couple of times, and gives you the boxer&#8217;s nod. What is going through your mind?When I visualize this, I think to myself that if I can rock my opponent with a solid shot like that, I can repeat this a few more times and put him down. Read the article: Let It Burn by Bill Rapier</p>\n<p>I received an email last month.  The guy emailing me wanted to know if I was going to be doing any “Advanced Pistol” courses in the local area this year. He was not interested in the “fighting or knife stuff”. Because he was asking for an “Advanced Pistol” course it probably means he has a baseline pistol capability, but when he says he is not into the “fighting or knife stuff”, he is showing that is exactly what he should be focusing on. Unfortunately within the community of guys that train there are still too many guys clinging to the “I don’t need to know how to fight because I carry a .45” mentality. A lot of guys training want to get incrementally better at something they are already pretty good at. They want to spend two days on the range, run through some drills, maybe shave a few hundredths of a second off of their split times, or clean that combat reload up a little. In other words, they want to stay in their comfort zones! Read the article: What Is Most Important In Training? by Bill Rapier</p>\n<p>back to top ^</p>\n<p>For more articles by Bill Rapier visit our Amtac Shooting Articles page.</div>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_sidebar_0 et_pb_widget_area clearfix et_pb_widget_area_right et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-26\" class=\"et_pb_widget widget_block\"><div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-bottom\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"904\" height=\"905\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/talking.jpg\" alt=\"\" class=\"wp-image-4031 size-full\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/talking.jpg 904w, https://staging.amtacshooting.com/wp-content/uploads/2024/12/talking-480x481.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 904px, 100vw\" /></figure><div class=\"wp-block-media-text__content\"><p class=\"has-medium-font-size\"><a href=\"https://staging.amtacshooting.com/amtac-shooting-testimonials/\">Testimonials</a></p></div></div></div><div id=\"block-30\" class=\"et_pb_widget widget_block\"><div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-bottom\" style=\"grid-template-columns:85% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg\" alt=\"\" class=\"wp-image-3440 size-full\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg 1000w, https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up-980x980.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up-480x480.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1000px, 100vw\" /></figure><div class=\"wp-block-media-text__content\"><h2 class=\"wp-block-heading has-medium-font-size\"><a href=\"https://staging.amtacshooting.com/shop/\" data-type=\"link\" data-id=\"https://amtacblades.com/store/\">Something</a></h2>\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-1 wp-block-group-is-layout-flex\"></div></div></div></div><div id=\"block-31\" class=\"et_pb_widget widget_block\"><div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-5 wp-block-group-is-layout-flex\"><figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"863\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/David-A-pic-3-min-E24cnp.tmp_-1024x863.jpg\" alt=\"\" class=\"wp-image-3819\" style=\"aspect-ratio:1;object-fit:cover;width:666px;height:auto\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/David-A-pic-3-min-E24cnp.tmp_-1024x863.jpg 1024w, https://staging.amtacshooting.com/wp-content/uploads/2024/12/David-A-pic-3-min-E24cnp.tmp_-980x826.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2024/12/David-A-pic-3-min-E24cnp.tmp_-480x405.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" /></figure>\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-4 wp-block-group-is-layout-flex\"><div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"512\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_-1024x512.jpg\" alt=\"\" class=\"wp-image-3909 size-full\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_-1024x512.jpg 1024w, https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_-980x490.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_-480x240.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" /></figure><div class=\"wp-block-media-text__content\"><p class=\"has-text-align-center has-large-font-size\">TESTING</p></div></div>\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-3 wp-block-group-is-layout-flex\"><div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-2 wp-block-group-is-layout-flex\"><div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"616\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-1024x616.jpg\" alt=\"\" class=\"wp-image-3871 size-full\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-980x590.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-480x289.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" /></figure><div class=\"wp-block-media-text__content\"><p class=\"has-text-align-center has-large-font-size\">TESTOMG </p></div></div></div></div></div></div></div><div id=\"block-18\" class=\"et_pb_widget widget_block\"><div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-bottom\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"473\" height=\"455\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png\" alt=\"\" class=\"wp-image-2161 size-full\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png 473w, https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px-300x289.png 300w\" sizes=\"auto, (max-width: 473px) 100vw, 473px\" /></figure><div class=\"wp-block-media-text__content\"><p class=\"has-medium-font-size\"><a href=\"https://staging.amtacshooting.com/category/press/aar/\">AARS</a></p></div></div></div><div id=\"block-19\" class=\"et_pb_widget widget_block\"><h2 class=\"wp-block-heading\">Recent Articles</h2></div><div id=\"block-27\" class=\"et_pb_widget widget_block widget_recent_entries\"><ul class=\"wp-block-latest-posts__list has-link-color alignfull wp-elements-afe09c7acc4aa9df41328fc51d406700 wp-block-latest-posts has-text-color has-black-color has-background has-white-background-color\"><li><div class=\"wp-block-latest-posts__featured-image alignleft\"><a href=\"https://staging.amtacshooting.com/2024/11/12/blades/\" aria-label=\"Blades\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"819\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-1024x819.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-980x784.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-480x384.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" /></a></div><a class=\"wp-block-latest-posts__post-title\" href=\"https://staging.amtacshooting.com/2024/11/12/blades/\">Blades</a></li>\n<li><div class=\"wp-block-latest-posts__featured-image alignleft\"><a href=\"https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/\" aria-label=\"Why We Dry Fire\"><img loading=\"lazy\" decoding=\"async\" width=\"377\" height=\"390\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202.png\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202.png 377w, https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202-290x300.png 290w\" sizes=\"auto, (max-width: 377px) 100vw, 377px\" /></a></div><a class=\"wp-block-latest-posts__post-title\" href=\"https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/\">Why We Dry Fire</a></li>\n<li><div class=\"wp-block-latest-posts__featured-image alignleft\"><a href=\"https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/\" aria-label=\"Backpack Loadout for a Long Day&#8217;s Hike\"><img loading=\"lazy\" decoding=\"async\" width=\"924\" height=\"693\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail-.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail-.jpg 924w, https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail--480x360.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 924px, 100vw\" /></a></div><a class=\"wp-block-latest-posts__post-title\" href=\"https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/\">Backpack Loadout for a Long Day&#8217;s Hike</a></li>\n<li><div class=\"wp-block-latest-posts__featured-image alignleft\"><a href=\"https://staging.amtacshooting.com/2023/10/13/interview-with-gustavo-machado-and-bill-rapier-for-the-2023-07-19-amtac-shooting-jiu-jitsu-and-pistol-course-id/\" aria-label=\"Interview with Gustavo Machado and Bill Rapier for the Amtac Shooting Jiu-Jitsu and Pistol Course\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"779\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_-1024x779.png\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_-1024x779.png 1024w, https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_-980x745.png 980w, https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_-480x365.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" /></a></div><a class=\"wp-block-latest-posts__post-title\" href=\"https://staging.amtacshooting.com/2023/10/13/interview-with-gustavo-machado-and-bill-rapier-for-the-2023-07-19-amtac-shooting-jiu-jitsu-and-pistol-course-id/\">Interview with Gustavo Machado and Bill Rapier for the Amtac Shooting Jiu-Jitsu and Pistol Course</a></li>\n<li><div class=\"wp-block-latest-posts__featured-image alignleft\"><a href=\"https://staging.amtacshooting.com/2023/06/20/aar-the-amtac-shooting-tribe-centric-cqb/\" aria-label=\"AAR: The Amtac Shooting Tribe-Centric CQB\"><img loading=\"lazy\" decoding=\"async\" width=\"473\" height=\"455\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px.png\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px.png 473w, https://staging.amtacshooting.com/wp-content/uploads/2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px-300x289.png 300w\" sizes=\"auto, (max-width: 473px) 100vw, 473px\" /></a></div><a class=\"wp-block-latest-posts__post-title\" href=\"https://staging.amtacshooting.com/2023/06/20/aar-the-amtac-shooting-tribe-centric-cqb/\">AAR: The Amtac Shooting Tribe-Centric CQB</a></li>\n<li><div class=\"wp-block-latest-posts__featured-image alignleft\"><a href=\"https://staging.amtacshooting.com/2020/07/15/aar-compact-carbine-deployment-on-civilian-gunfighter/\" aria-label=\"AAR: Compact Carbine Deployment on Civilian Gunfighter\"><img loading=\"lazy\" decoding=\"async\" width=\"473\" height=\"455\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2020/07/AAR-Civilian-Gunfighter.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"AAR Civilian Gunfighter Compact Carbine\" style=\"\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2020/07/AAR-Civilian-Gunfighter.jpg 473w, https://staging.amtacshooting.com/wp-content/uploads/2020/07/AAR-Civilian-Gunfighter-300x289.jpg 300w\" sizes=\"auto, (max-width: 473px) 100vw, 473px\" /></a></div><a class=\"wp-block-latest-posts__post-title\" href=\"https://staging.amtacshooting.com/2020/07/15/aar-compact-carbine-deployment-on-civilian-gunfighter/\">AAR: Compact Carbine Deployment on Civilian Gunfighter</a></li>\n<li><div class=\"wp-block-latest-posts__featured-image alignleft\"><a href=\"https://staging.amtacshooting.com/2020/04/11/recommended-radio-gear/\" aria-label=\"Recommended Radio Gear\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"750\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2020/04/Billradio-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Radio Communications\" style=\"\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2020/04/Billradio-min.jpg 1000w, https://staging.amtacshooting.com/wp-content/uploads/2020/04/Billradio-min-980x735.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2020/04/Billradio-min-480x360.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1000px, 100vw\" /></a></div><a class=\"wp-block-latest-posts__post-title\" href=\"https://staging.amtacshooting.com/2020/04/11/recommended-radio-gear/\">Recommended Radio Gear</a></li>\n<li><div class=\"wp-block-latest-posts__featured-image alignleft\"><a href=\"https://staging.amtacshooting.com/2019/04/24/what-is-most-important-in-training/\" aria-label=\"What Is Most Important In Training?\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-1024x683.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-980x653.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-480x320.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" /></a></div><a class=\"wp-block-latest-posts__post-title\" href=\"https://staging.amtacshooting.com/2019/04/24/what-is-most-important-in-training/\">What Is Most Important In Training?</a></li>\n</ul></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Go To:  Videos   Podcasts   Articles</p>\n<p>Videos</p>\n<p><iframe loading=\"lazy\" title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Bill Rapier - Navy Seal drops mindset bomb\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/yELsaqTI2lU?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"BILL RAPIER - UNDERSTANDING THE REACTIONARY GAP\" width=\"1080\" height=\"810\" src=\"https://www.youtube.com/embed/0Meb6wxiwNc?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"AMTAC Shooting Night Vision Course\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/NqHJ1uuFfY4?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"How to Defend Against a Carjacker: A Navy SEAL&#039;s Advice\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/gAgqyXQzwnU?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"AMTAC Shooting: Jiu Jitsu and Pistol Course\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/W9_z5BEHHMY?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"AMTAC Shooting: Intro to Winter Skills\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/qHMSC0AYZjQ?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"6 Pistol Tips from ex-Navy SEAL, Bill Rapier\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/gH01sQ2D1So?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Mounting a Scope with AMTAC Shooting\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/F1gGTR5WGN8?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Pistol &amp; Blades with AMTAC Shooting and Tom Kier\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/UnoguGoSNIk?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Retired Navy SEAL Bill Rapier&#039;s Force on Force Class Review\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/6Z_NrLLZXRI?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Battle of the Bills\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/8fr-jGkSs0M?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Surefire Battle of the Bills! | CQB &amp; Self Defense Training\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/qy1R-Q8GZ1I?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"You Aren&#039;t Ready - Battle of the Bills - Surefire\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/7It3Eq5ttE8?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Modern Minuteman Course 2022 by AMTAC Training\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/97dTAWhvlZc?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Cover, Concealment &amp; Shooting Through Obstructions\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/K4ZWFRRBOdc?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p>back to top ^</p>\n<p>Podcasts</p>\n<p><iframe loading=\"lazy\" title=\"HUNT LIKE A MARKSMAN w/ BILL RAPIER\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/G_CMC69ryiY?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Tim Larkin PROT3CT #21 - Bill Rapier (Pt 1)\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/M67PMNs6Iio?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Bill Rapier would scare JOHN WICK back into retirement-Can You Survive This Podcast w/ Clint Emerson\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/9a-0ZGWNdO4?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"BILL RAPIER | Serving Christ While Killing for Uncle Sam (Ep. 314)\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/BC9jO5XDBWA?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Navy SEAL Bill Rapier: Getting Right With Christ, Dying Well &amp; The AMTAC Mindset\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/C5nFBk5oB68?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"A Warrior Mindset W/Former DEVGRU Operator Bill Rapier\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/oQoR9yCK5x8?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Sling&#039;N Lead Podcast: Episode 76 Bill Rapier Combat Carbine\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/ReLQlT-qw2Q?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Navy SEAL Legend Bill Rapier Reveals How To Defeat Terrorism\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/hHwbgriBmbk?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Live Q or Die Podcast - Episode 65 - Bill Rapier - Knives for Hands\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/Zw-yb08JFW8?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Bill Rapier “Amtac Shooting”\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/yIJRU6NOGKE?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p><iframe loading=\"lazy\" title=\"Guns, God, &amp; AMTAC Knives | Mike Drop CLIPS - Episode 68\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/NxPd3rvKFRg?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe></p>\n<p>back to top ^</p>\n<p>Articles</p>\n<p>Everything Bill presented to us made sense, and I’m going to incorporate his suggestions into my own practice regimen for the times that I take my carbines to the range. The AR-15 is, after all, America’s rifle. Every American patriot (or partisan, if you prefer) should be competent with it. The Amtac Shooting Combative Carbine Course is excellent preparation.Bill Rapier is humble and approachable, and he freely shares a wealth of knowledge in class. This was my second class with him, and it won’t be the last. &#8211; Read the article: AAR: “THE AMTAC SHOOTING COMBATIVE CARBINE COURSE” (BILL RAPIER), EAST GRANBY, CT, NOV. 4-5, 2019 by Amtac Shooting student John.</p>\n<p>THIS ISN&#8217;T A CLASS FOR NOVICES, BUT YOU DON&#8217;T NEED TO BE A PROFESSIONAL TO TAKE ITWhen you hear the word “Minuteman,” it typically conjures up images of the Revolutionary War — hard men running out of their houses with muskets, possible bags, and the rest of their sparse kit. But what about the Modern Minuteman? &#8211; Read the article: Modern-Day Minuteman: Can You Keep Up? by Amtac Shooting student Ivan Loomis</p>\n<p>For the last two years, I have done the Sniper Adventure Challenge Race.  It has been a great way for me to have a goal to train for and to keep pushing the boundaries with training, fitness, shooting, and gear.  New for this year, one of my local friends (Jake Hoback) and another local buddy were going to team up and do the race.  This was great for me as it gave me other dedicated training partners. &#8211; Read the article: Guest Post: The Modern Minute Man and Other Standards – Bill Rapier of AMTAC Shooting Instruction LLC by Jerking the Trigger</p>\n<p>After half an hour of girly small talk about chipped nail polish and our fear of a tick epidemic swarming Wisconsin wildlands, it was time to start. Each of us was assigned a personal station where we stored our weapons, ammunition, first aid, and other belongings during the course. Rapier then outlined what was ahead: introductory combatives, gun training, knife training, and a mindset talk involving thoughts on safety and personal accountability. Sounded like a good plan.Before we started, Rapier wanted us to revise our vocabulary. From now on, any item that can be used in self-defense is a “tool.” A gun is a tool. A knife is a tool. A pen is a tool. There are tools all over the place. Read the article: TAKING RESPONSIBILITY Amtac Shooting Women’s Combatives Course by SWAT Survival Weapons and Tactics</p>\n<p>The fight starts, and after a few minutes of moving around and trading blows, you have an opening. You drop your weight and send the hardest right cross that you are capable of sending. Your opponent grimaces in pain, shakes it off a couple of times, and gives you the boxer&#8217;s nod. What is going through your mind?When I visualize this, I think to myself that if I can rock my opponent with a solid shot like that, I can repeat this a few more times and put him down. Read the article: Let It Burn by Bill Rapier</p>\n<p>I received an email last month.  The guy emailing me wanted to know if I was going to be doing any “Advanced Pistol” courses in the local area this year. He was not interested in the “fighting or knife stuff”. Because he was asking for an “Advanced Pistol” course it probably means he has a baseline pistol capability, but when he says he is not into the “fighting or knife stuff”, he is showing that is exactly what he should be focusing on. Unfortunately within the community of guys that train there are still too many guys clinging to the “I don’t need to know how to fight because I carry a .45” mentality. A lot of guys training want to get incrementally better at something they are already pretty good at. They want to spend two days on the range, run through some drills, maybe shave a few hundredths of a second off of their split times, or clean that combat reload up a little. In other words, they want to stay in their comfort zones! Read the article: What Is Most Important In Training? by Bill Rapier</p>\n<p>back to top ^</p>\n<p>For more articles by Bill Rapier visit our Amtac Shooting Articles page.</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div>\n'),
(8866,2699,'_et_pb_truncate_post_date','2025-03-04 02:52:52'),
(8867,2699,'_et_builder_version','VB|Divi|4.27.2'),
(8879,1791,'_et_pb_built_for_post_type','page'),
(8880,3328,'footnotes',''),
(8881,3328,'footnotes',''),
(8882,1791,'_et_pb_ab_subjects',''),
(8883,1791,'_et_pb_enable_shortcode_tracking',''),
(8884,1791,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"1791\" /]'),
(8885,1791,'_et_pb_custom_css',''),
(8886,1791,'_et_pb_gutter_width','3'),
(8887,1791,'_thumbnail_id','0'),
(8888,1791,'_global_colors_info','{}'),
(8889,1791,'_et_pb_first_image',''),
(8890,1791,'_et_pb_truncate_post',''),
(8891,1791,'_et_pb_truncate_post_date',''),
(8892,1791,'_et_builder_version','VB|Divi|4.27.2'),
(8893,3330,'_wp_attached_file','2024/09/us-night-vision-logo.jpg'),
(8894,3330,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:357;s:4:\"file\";s:32:\"2024/09/us-night-vision-logo.jpg\";s:8:\"filesize\";i:23170;s:5:\"sizes\";a:8:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"us-night-vision-logo-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6235;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"us-night-vision-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2658;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"us-night-vision-logo-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8927;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"us-night-vision-logo-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8971;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"us-night-vision-logo-400x357.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:357;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9433;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"us-night-vision-logo-480x343.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:343;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11653;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"us-night-vision-logo-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5870;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"us-night-vision-logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1893;}}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:{}}}'),
(8899,3332,'_wp_attached_file','2024/09/bha_logo_gold_v3.jpg'),
(8900,3332,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:360;s:6:\"height\";i:257;s:4:\"file\";s:28:\"2024/09/bha_logo_gold_v3.jpg\";s:8:\"filesize\";i:48499;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:28:\"bha_logo_gold_v3-300x214.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:214;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17007;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"bha_logo_gold_v3-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9712;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"bha_logo_gold_v3-360x250.jpg\";s:5:\"width\";i:360;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24148;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"bha_logo_gold_v3-300x257.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:257;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23947;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"bha_logo_gold_v3-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5548;}}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:{}}}'),
(8901,3333,'_wp_attached_file','2024/09/bha_logo_gold_v4.jpg'),
(8902,3333,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:300;s:6:\"height\";i:214;s:4:\"file\";s:28:\"2024/09/bha_logo_gold_v4.jpg\";s:8:\"filesize\";i:38639;s:5:\"sizes\";a:2:{s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"bha_logo_gold_v4-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9687;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"bha_logo_gold_v4-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5518;}}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:{}}}'),
(8903,3336,'_wp_attached_file','2024/09/defoor-logo.jpg'),
(8904,3336,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:287;s:4:\"file\";s:23:\"2024/09/defoor-logo.jpg\";s:8:\"filesize\";i:64542;s:5:\"sizes\";a:6:{s:6:\"medium\";a:5:{s:4:\"file\";s:23:\"defoor-logo-300x215.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22049;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:23:\"defoor-logo-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10875;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:23:\"defoor-logo-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33790;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:23:\"defoor-logo-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34581;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:23:\"defoor-logo-300x287.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28730;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:23:\"defoor-logo-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6128;}}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:{}}}'),
(8907,3339,'footnotes',''),
(8908,3339,'footnotes',''),
(8992,3216,'_thumbnail_id','1763'),
(8993,3216,'gf_format_video_embed',''),
(8994,3216,'gf_format_gallery_images',''),
(8995,3195,'_thumbnail_id','1761'),
(8996,3195,'gf_format_video_embed',''),
(8997,3195,'gf_format_gallery_images',''),
(8998,3220,'_thumbnail_id','2157'),
(8999,3220,'gf_format_video_embed',''),
(9000,3220,'gf_format_gallery_images',''),
(9001,3183,'_thumbnail_id','1379'),
(9002,3183,'gf_format_video_embed',''),
(9003,3183,'gf_format_gallery_images',''),
(9004,3202,'_thumbnail_id','3107'),
(9005,3202,'gf_format_video_embed',''),
(9006,3202,'gf_format_gallery_images',''),
(9007,3364,'_wp_attached_file','2024/09/A1S9669-scaled.jpg'),
(9008,3364,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:26:\"2024/09/A1S9669-scaled.jpg\";s:8:\"filesize\";i:775549;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"A1S9669-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19704;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"A1S9669-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:164981;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"A1S9669-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8285;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"A1S9669-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:102562;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:21:\"A1S9669-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:323030;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:21:\"A1S9669-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:523605;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"A1S9669-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31052;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:20:\"A1S9669-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169209;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"A1S9669-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34783;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"A1S9669-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55468;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"A1S9669-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:180795;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"A1S9669-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53477;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:21:\"A1S9669-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:896419;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"A1S9669-1280x855.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:855;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:237950;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:19:\"A1S9669-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153622;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"A1S9669-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45014;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:20:\"A1S9669-1320x881.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:881;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:251479;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"A1S9669-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27622;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"A1S9669-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67561;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"A1S9669-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4338;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:3:\"1.8\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:10:\"NIKON D750\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:10:\"1707491181\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:2:\"35\";s:3:\"iso\";s:4:\"1600\";s:13:\"shutter_speed\";s:5:\"0.004\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}s:14:\"original_image\";s:11:\"A1S9669.jpg\";}'),
(9009,3365,'_wp_attached_file','2024/09/nf-carbine-flatlay.jpg'),
(9010,3365,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:1335;s:4:\"file\";s:30:\"2024/09/nf-carbine-flatlay.jpg\";s:8:\"filesize\";i:984734;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"nf-carbine-flatlay-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19928;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"nf-carbine-flatlay-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172753;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"nf-carbine-flatlay-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8355;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"nf-carbine-flatlay-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106499;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:32:\"nf-carbine-flatlay-1536x1025.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1025;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:338707;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"nf-carbine-flatlay-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31897;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"nf-carbine-flatlay-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177037;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"nf-carbine-flatlay-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35410;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"nf-carbine-flatlay-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56944;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"nf-carbine-flatlay-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189451;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"nf-carbine-flatlay-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55467;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"nf-carbine-flatlay-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:249816;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"nf-carbine-flatlay-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:160312;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"nf-carbine-flatlay-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46069;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:31:\"nf-carbine-flatlay-1320x881.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:881;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263868;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"nf-carbine-flatlay-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28107;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"nf-carbine-flatlay-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69559;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"nf-carbine-flatlay-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4347;}}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:{}}}'),
(9052,3372,'footnotes',''),
(9057,3373,'footnotes',''),
(9062,3374,'_edit_lock','1729201267:10'),
(9063,3374,'_et_pb_use_builder','on'),
(9064,3374,'_et_gb_content_width',''),
(9065,3374,'footnotes',''),
(9066,3375,'footnotes',''),
(9067,3374,'_edit_last','10'),
(9068,3374,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(9069,3374,'_et_pb_post_hide_nav','default'),
(9070,3374,'_et_pb_page_layout','et_right_sidebar'),
(9071,3374,'_et_pb_side_nav','off'),
(9072,3374,'gf_format_video_embed',''),
(9073,3374,'gf_format_gallery_images',''),
(9074,3374,'_yoast_wpseo_estimated-reading-time-minutes','2'),
(9077,3374,'_et_pb_built_for_post_type','page'),
(9078,3377,'footnotes',''),
(9079,3374,'_et_pb_ab_subjects',''),
(9080,3374,'_et_pb_enable_shortcode_tracking',''),
(9081,3374,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"3374\" /]'),
(9082,3374,'_et_pb_custom_css',''),
(9083,3374,'_et_pb_gutter_width','3'),
(9084,3374,'_thumbnail_id','2193'),
(9085,3374,'_global_colors_info','{}'),
(9086,3374,'_et_pb_first_image',''),
(9087,3374,'_et_pb_truncate_post',''),
(9088,3374,'_et_pb_truncate_post_date',''),
(9089,3374,'_et_builder_version','VB|Divi|4.27.2'),
(9090,3374,'_et_pb_show_page_creation','off'),
(9098,3379,'_edit_lock','1729201097:10'),
(9099,3379,'_et_pb_use_builder','on'),
(9100,3379,'_et_gb_content_width',''),
(9101,3379,'footnotes',''),
(9102,3380,'footnotes',''),
(9103,3379,'_edit_last','10'),
(9104,3379,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(9105,3379,'_et_pb_post_hide_nav','default'),
(9106,3379,'_et_pb_page_layout','et_right_sidebar'),
(9107,3379,'_et_pb_side_nav','off'),
(9108,3379,'gf_format_video_embed',''),
(9109,3379,'gf_format_gallery_images',''),
(9110,3379,'_yoast_wpseo_estimated-reading-time-minutes','4'),
(9113,3379,'_et_pb_built_for_post_type','page'),
(9114,3382,'footnotes',''),
(9115,3379,'_et_pb_ab_subjects',''),
(9116,3379,'_et_pb_enable_shortcode_tracking',''),
(9117,3379,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"3379\" /]'),
(9118,3379,'_et_pb_custom_css',''),
(9119,3379,'_et_pb_gutter_width','3'),
(9121,3379,'_global_colors_info','{}'),
(9122,3379,'_et_pb_first_image',''),
(9123,3379,'_et_pb_truncate_post',''),
(9124,3379,'_et_pb_truncate_post_date',''),
(9125,3379,'_et_builder_version','VB|Divi|4.27.2'),
(9126,3379,'_et_pb_show_page_creation','off'),
(9136,3384,'footnotes',''),
(9144,3386,'footnotes',''),
(9145,3387,'footnotes',''),
(9146,3388,'footnotes',''),
(9156,3389,'footnotes',''),
(9165,3390,'footnotes',''),
(9170,3391,'footnotes',''),
(9173,3393,'footnotes',''),
(9174,3379,'_yoast_wpseo_content_score','90'),
(9178,3394,'_wp_attached_file','2024/10/bill-carbine-scaled.jpg'),
(9179,3394,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1709;s:4:\"file\";s:31:\"2024/10/bill-carbine-scaled.jpg\";s:8:\"filesize\";i:412069;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"bill-carbine-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14377;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"bill-carbine-1024x684.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96787;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"bill-carbine-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7092;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"bill-carbine-768x513.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62077;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"bill-carbine-1536x1026.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1026;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182058;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:26:\"bill-carbine-2048x1367.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1367;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:285804;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"bill-carbine-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21127;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"bill-carbine-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99128;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"bill-carbine-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23443;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"bill-carbine-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35701;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"bill-carbine-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105406;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"bill-carbine-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39369;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:26:\"bill-carbine-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:473075;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:25:\"bill-carbine-1280x855.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:855;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136433;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"bill-carbine-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90523;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"bill-carbine-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29355;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:25:\"bill-carbine-1320x881.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:881;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143998;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"bill-carbine-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20146;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"bill-carbine-600x401.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:401;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42492;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"bill-carbine-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4039;}}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:16:\"bill-carbine.jpg\";}'),
(9180,3379,'_thumbnail_id','3394'),
(9184,3395,'footnotes',''),
(9185,3374,'_yoast_wpseo_content_score','90'),
(9193,3396,'footnotes',''),
(9198,3397,'footnotes',''),
(9220,3399,'_edit_lock','1729896225:10'),
(9221,3399,'_et_pb_use_builder','on'),
(9222,3399,'_et_gb_content_width',''),
(9223,3399,'footnotes',''),
(9224,3400,'footnotes',''),
(9225,3399,'_edit_last','10'),
(9226,3399,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(9227,3399,'_et_pb_post_hide_nav','default'),
(9228,3399,'_et_pb_page_layout','et_right_sidebar'),
(9229,3399,'_et_pb_side_nav','off'),
(9230,3399,'gf_format_video_embed',''),
(9231,3399,'gf_format_gallery_images',''),
(9232,3399,'_yoast_wpseo_estimated-reading-time-minutes','4'),
(9234,3399,'_et_pb_built_for_post_type','page'),
(9235,3401,'footnotes',''),
(9236,3399,'_et_pb_ab_subjects',''),
(9237,3399,'_et_pb_enable_shortcode_tracking',''),
(9238,3399,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"3399\" /]'),
(9239,3399,'_et_pb_custom_css',''),
(9240,3399,'_et_pb_gutter_width','3'),
(9241,3399,'_thumbnail_id','1306'),
(9242,3399,'_global_colors_info','{}'),
(9243,3399,'_et_pb_first_image',''),
(9244,3399,'_et_pb_truncate_post',''),
(9245,3399,'_et_pb_truncate_post_date',''),
(9246,3399,'_et_builder_version','VB|Divi|4.27.2'),
(9247,3399,'_et_pb_show_page_creation','off'),
(9249,3403,'footnotes',''),
(9250,3404,'footnotes',''),
(9251,3399,'_yoast_wpseo_content_score','90'),
(9260,3407,'_wp_attached_file','2024/10/combatives-scaled.jpg'),
(9261,3407,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:29:\"2024/10/combatives-scaled.jpg\";s:8:\"filesize\";i:277870;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:22:\"combatives-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10682;}s:5:\"large\";a:5:{s:4:\"file\";s:23:\"combatives-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69622;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:22:\"combatives-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5661;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"combatives-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44095;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:23:\"combatives-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129608;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:24:\"combatives-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199781;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:22:\"combatives-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17916;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:23:\"combatives-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83889;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:22:\"combatives-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19807;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:22:\"combatives-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30153;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:23:\"combatives-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75827;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:22:\"combatives-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23448;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:24:\"combatives-2880x1687.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1687;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:351657;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:23:\"combatives-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98234;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"combatives-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65507;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:22:\"combatives-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21299;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:23:\"combatives-1320x742.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103315;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:22:\"combatives-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15424;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:22:\"combatives-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30655;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:22:\"combatives-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3366;}}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:14:\"combatives.jpg\";}'),
(9266,3410,'_wp_attached_file','2024/10/combatives-cropped-scaled.jpg'),
(9267,3410,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1440;s:4:\"file\";s:37:\"2024/10/combatives-cropped-scaled.jpg\";s:8:\"filesize\";i:242680;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9706;}s:5:\"large\";a:5:{s:4:\"file\";s:31:\"combatives-cropped-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61288;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4864;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39209;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:31:\"combatives-cropped-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110126;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:32:\"combatives-cropped-2048x1152.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173993;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15816;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:31:\"combatives-cropped-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72151;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17360;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25629;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:31:\"combatives-cropped-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66920;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22316;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:32:\"combatives-cropped-2880x1687.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1687;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:301643;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:31:\"combatives-cropped-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86189;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57820;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19150;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:31:\"combatives-cropped-1320x742.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90719;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"combatives-cropped-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12886;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27376;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"combatives-cropped-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2985;}}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:22:\"combatives-cropped.jpg\";}'),
(9268,3412,'_edit_lock','1729629851:10'),
(9269,3412,'_et_pb_use_builder','on'),
(9270,3412,'_et_gb_content_width',''),
(9271,3412,'footnotes',''),
(9272,3413,'footnotes',''),
(9273,3412,'_edit_last','10'),
(9274,3412,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(9275,3412,'_et_pb_post_hide_nav','default'),
(9276,3412,'_et_pb_page_layout','et_right_sidebar'),
(9277,3412,'_et_pb_side_nav','off'),
(9278,3412,'gf_format_video_embed',''),
(9279,3412,'gf_format_gallery_images',''),
(9280,3412,'_yoast_wpseo_estimated-reading-time-minutes','0'),
(9283,3412,'_et_pb_built_for_post_type','page'),
(9284,3415,'footnotes',''),
(9285,3412,'_et_pb_ab_subjects',''),
(9286,3412,'_et_pb_enable_shortcode_tracking',''),
(9287,3412,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"3412\" /]'),
(9288,3412,'_et_pb_custom_css',''),
(9289,3412,'_et_pb_gutter_width','3'),
(9290,3412,'_thumbnail_id','0'),
(9291,3412,'_global_colors_info','{}'),
(9292,3412,'_et_pb_first_image',''),
(9293,3412,'_et_pb_truncate_post','<div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_post_title et_pb_post_title_0 et_pb_bg_layout_light  et_pb_text_align_left\"   >\n				\n				\n				\n				\n				\n				<div class=\"et_pb_title_container\">\n					<h1 class=\"entry-title\">Winter Environment</h1>\n				</div>\n				\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"> <br />\nThe Amtac Shooting Intro to Winter Skills/Shooting Course<br />\nThiese course is designed to teach you how to shoot, move and survive in a cold weather environment. <br />\nThis course will start with a 1 mile snowshoe to the training location carrying all of the required equipment. Once at the training site students will learn how to build shelters/ fires, and shoot. Additional skills that will be covered include basics on snowmobile recovery and the benefits of skishoes/AT skies. A pre-trip recording will be available via a link in your course confirmation email and Live Zoom Meeting will be scheduled in January to go over gear and answer questions.<br />\n*In order to participate in this course, you must be able to carry a 30-40 lbs pack uphill for about a mile. Do not sign up if you cannot move multiple miles with a ruck under non snowed in conditions.*<br />\nThe Amtac Shooting Winter Modern Minuteman Course <br />\nThe Winter Modern Minuteman Course will focus on the following areas: Basic winter survival skills, Winter movement over rough terrain, snowshoe use, Carbine and Pistol fundamentals and advanced drills in a cold weather environment, navigation with map and compass and also with GPS, mindset, gear selection, basic small unit tactics and a challenging competition to test ourselves. <br />\nThis course will start with a 1-mile movement on snowshoes carrying all gear for the course. Once at the ATC we will drop some gear and work carbine and pistol fundamentals. After lunch, there will be a navigation block focused on both map and compass and GPS use. After training on day one, students can relax at the ATC, with lodging, dinner and breakfast the next morning being provided. Training day two will start with a mindset talk and a short small unit tactics block followed by the &#8220;winter modern minuteman competition&#8221;, this multi-hour shooting/ navigation and other skills competition will test your endurance and your ability to shoot, move and communicate. <br />\nThis is a physically demanding course and you must have a baseline of fitness to participate.<br />\nFor the Modern Minuteman competition, you will need a starting pack weight of at least 30lbs and no more than 40lbs. If you are running a plate carrier, your carrier weight will count toward your total.</p>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.<br />\n&nbsp;</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Upcoming Winter Courses</div>\n			</div><div class=\"et_pb_module diec_event_carousel diec_event_carousel_0 et_pb_bg_layout_ \">\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_module_inner\">\n					\n					<style></style><div class=\" \">\n						\n						\n						<div >\n							There are no upcoming events at this time.\n	<input type=\"hidden\" name=\"eventfeed_prev_page\" id=\"eventfeed_prev_page\" value=\"0\">\n	<input type=\"hidden\" name=\"eventfeed_current_page\" id=\"eventfeed_current_page\" value=\"1\">\n	<input type=\"hidden\" name=\"eventfeed_page\" id=\"eventfeed_page\" value=\"\">\n	<input type=\"hidden\" name=\"eventfeed_max_page\" id=\"eventfeed_max_page\" value=\"0\"><input type=\"hidden\" name=\"eventfeed_load_img\" id=\"eventfeed_load_img\" value=\"https://staging.amtacshooting.com/wp-content/plugins/divi-event-calendar-module/includes/modules/EventCarousel/ajax-loader.gif\">\n						</div>\n					</div>\n					<script>\n\n						\n					jQuery(document).ready(function(){\n					//setTimeout(setHeightColumns, 1000);\n					jQuery(window).on(\'resize\',function(){\n						var screenWidth = jQuery(this).width();\n						if(screenWidth > 1199){\n							var setHeightColumns = function(){ \n								var column_loop_row = 0;\n								var column_height = 0;\n								var ids = [];\n								var total_Count = 0;\n								var total_Events = jQuery(\'.diec_event_carousel_0 .ecs-event-posts\').length; \n								jQuery(\'.diec_event_carousel_0 .ecs-event-posts\').each(function(){\n								++column_loop_row;\n								++total_Count;\n								var Event_id = jQuery(this).children(\'article\')[0].id;\n								ids.push(Event_id);\n								column_height = jQuery(this).find(\'#\'+Event_id).children(\'.row\').height() >= column_height ? jQuery(this).find(\'#\'+Event_id).children(\'.row\').height() : column_height;\n\n								if(column_loop_row == 4 || total_Count == total_Events)\n								{      \n									ids.map(function(id,index){\n										var tempHeight = parseInt(column_height) - parseInt(jQuery(\'.diec_event_carousel_0 #\'+id+\' .row > div:first-child\').height());jQuery(\'.diec_event_carousel_0 #\'+id+\' .row > div:last-child\').css(\'height\',tempHeight);\n										\n									});  \n									column_loop_row = 0;\n									column_height = 0;\n									ids = [];\n								}\n								});\n								jQuery(\'.diec_event_carousel_0 p.ecs-showdetail\').css({\"position\":\"absolute\",\"bottom\":\"10px\",\"width\":\"89.5%\" });\n							}\n							if(document.readyState == \'complete\')\n							setHeightColumns();\n						}\n						else{\n							jQuery(\'.diec_event_carousel_0 .ecs-event-posts\').each(function(){\n								var id = jQuery(this).children(\'article\')[0].id;\n								\n		jQuery(\'.diec_event_carousel_0 #\'+id+\' .row > div:first-child\').css(\'height\',\'100%\');\n		jQuery(\'.diec_event_carousel_0 #\'+id+\' .row > div:last-child\').css(\'height\',\'100%\');\n		jQuery(\'.diec_event_carousel_0 p.ecs-showdetail\').css({\"position\":\"unset\",\"width\":\"auto\" });\n		\n								});\n						}\n\n					});\n				});\n					\n					</script>\n\n					\n				\n				</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div>\n'),
(9294,3412,'_et_pb_truncate_post_date','2025-03-04 02:51:30'),
(9295,3412,'_et_builder_version','VB|Divi|4.27.0'),
(9296,3412,'_et_pb_show_page_creation','off'),
(9305,3418,'footnotes',''),
(9307,3420,'footnotes',''),
(9324,3424,'_wp_attached_file','2024/10/course-shooting-scaled.jpg'),
(9325,3424,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:34:\"2024/10/course-shooting-scaled.jpg\";s:8:\"filesize\";i:929640;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"course-shooting-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16162;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"course-shooting-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170181;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"course-shooting-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6318;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"course-shooting-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96250;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"course-shooting-1536x1152.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:375871;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"course-shooting-2048x1536.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:636166;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"course-shooting-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22590;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"course-shooting-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:155124;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"course-shooting-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25675;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"course-shooting-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43145;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"course-shooting-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:191642;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"course-shooting-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46475;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:29:\"course-shooting-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:901106;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"course-shooting-1280x960.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:264543;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"course-shooting-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157165;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"course-shooting-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38160;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:28:\"course-shooting-1320x990.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:990;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:282501;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"course-shooting-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21211;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"course-shooting-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60784;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"course-shooting-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3366;}}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:19:\"course-shooting.jpg\";}'),
(9392,232,'_et_pb_use_builder','on'),
(9393,232,'_et_pb_show_page_creation','on'),
(9394,232,'_et_pb_old_content','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Amtac Gear is being reorganized into the Amtac Shooting store in the near future!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Amtac Blades Northman</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\" id=\"product-component-abc8d5470fd\"><a href=\"http://www.amtacblades.com\"><img class=\"wp-image-1217 alignnone\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/12/AMTAC_NORTHMAN.jpg\" alt=\"\" width=\"400\" height=\"613\"></a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>The Northman is a small fixed blade knife designed to replace the cutting tool carried in your pocket. Quickly deployable and rugged enough for backcountry use, this blade is also great for combatives. <a href=\"http://www.amtacblades.com\">AmtacBlades.com</a></p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">AMTAC Complete Carbine Pistol &amp; Rifle</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":1535,\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image aligncenter\"><a href=\"https://www.centurionarms.com/AMTAC-pistol-p/amtac-pistol.htm\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2020/07/Centurian-Arms-AMTAC-Carbine-Rifle.jpg\" alt=\"Centurian Arms AMTAC Carbine Rifle\" class=\"wp-image-1535\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":1537,\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image aligncenter\"><a href=\"https://www.centurionarms.com/AMTAC-pistol-p/amtac-pistol.htm\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2020/07/Centurian-Arms-AMTAC-Carbine-Pistol.jpg\" alt=\"Centurian Arms AMTAC Carbine Pistol\" class=\"wp-image-1537\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>Centurion Arms LLC is happy to announce the AMTAC rifle and pistol collaboration. We have known Bill for over 20 years now and with confidence say he is one of the best people we know. Bill is no doubt one of the very best instructors there is on the open market for training. With his back ground and knowledge he is easily the most combat experienced instructor available today anywhere. We are VERY happy to be working on his <a href=\"https://www.centurionarms.com/searchresults.asp?Search=amtac&amp;Submit=\">Carbine and Pistol collaboration</a>.</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FO3 Holster (forward of 3 o\'clock) by Bill Rapier</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":1097,\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image aligncenter\"><a href=\"http://www.blackpointtactical.com/shop/fo3-holster/\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/08/FO3-G19-Front-300x300.jpg\" alt=\"\" class=\"wp-image-1097\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>\"The FO3 holster is designed to be worn just forward of 3 o’clock on your strong side.&nbsp;I have found this to be the best compromise between speed of draw and weapon security. This allows me to carry comfortably, deploy the pistol quickly, and safely anchor the pistol during a gun grab.&nbsp;This holster is the result of countless hours of training and collaboration with the BlackPoint Tactical team.\" -Bill Rapier</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":1614,\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image aligncenter\"><a href=\"https://amtacblades.com/fo3-holsters-in-rhodesian-brushstroke/\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2021/07/IMG_9429-2-min-1024x1024.jpg\" alt=\"FO3 Rhodesian Brushstroke\" class=\"wp-image-1614\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>**Limited edition <a href=\"https://amtacblades.com/fo3-holsters-in-rhodesian-brushstroke/\">FO3 Holsters in Rhodesian Brushstroke</a> available to ship now from <a href=\"https://amtacblades.com/fo3-holsters-in-rhodesian-brushstroke/\">AmtacBlades.com</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Use code \"amtac\" to receive 10% off <strong>all</strong> holsters from <a href=\"http://www.blackpointtactical.com/shop/fo3-holster/\">BlackPoint Tactical</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">&nbsp;</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">SIRT Guns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":1067} -->\n<figure class=\"wp-block-image aligncenter\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/08/IMG_2485.jpg\" alt=\"\" class=\"wp-image-1067\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>\"If you are going to get serious about pistol combatives, acquiring a SIRT pistol should be pretty high on your priority list. It is one of the best ways to safely practice your transitions and to increase your skill at weapons retention shooting. It is also a great tool to start to work into force on force scenarios and get off the X drills.\" - Bill Rapier</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Use code \"amtac\" to receive 10% off all SIRT guns from <a class=\"thirstylink\" title=\"SIRT\" href=\"https://www.amtacshooting.com/recommends/sirt/\">Next Level Training.</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"44px\"} -->\n<div style=\"height:44px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Amazon Equipment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B01B7YSBTO&amp;asins=B01B7YSBTO&amp;linkId=da9f139fb44ccd17366c221acc229b73&amp;show_border=true&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->'),
(9405,2924,'_wp_old_date','2024-09-12'),
(9406,2938,'_wp_old_date','2024-09-12'),
(9408,2945,'_wp_old_date','2024-09-12'),
(9409,2970,'_wp_old_date','2024-09-12'),
(9410,2961,'_wp_old_date','2024-09-12'),
(9411,2962,'_wp_old_date','2024-09-12'),
(9412,2977,'_wp_old_date','2024-09-12'),
(9413,2963,'_wp_old_date','2024-09-12'),
(9414,2973,'_wp_old_date','2024-09-12'),
(9415,2974,'_wp_old_date','2024-09-12'),
(9416,2975,'_wp_old_date','2024-09-12'),
(9417,3283,'_wp_old_date','2024-09-12'),
(9427,2918,'_wp_old_date','2024-07-09'),
(9429,2950,'_wp_old_date','2024-07-09'),
(9430,3030,'_wp_old_date','2024-07-09'),
(9431,2983,'_wp_old_date','2024-07-09'),
(9432,2948,'_wp_old_date','2024-07-09'),
(9433,2982,'_wp_old_date','2024-07-09'),
(9436,2980,'_wp_old_date','2024-07-09'),
(9437,2967,'_wp_old_date','2024-07-09'),
(9438,2978,'_wp_old_date','2024-07-09'),
(9451,3431,'footnotes',''),
(9482,1416,'_edit_lock','1735352521:10'),
(9484,1416,'_et_pb_post_hide_nav','default'),
(9485,1416,'_et_pb_page_layout','et_right_sidebar'),
(9486,1416,'_et_pb_side_nav','off'),
(9487,1416,'gf_format_video_embed',''),
(9488,1416,'gf_format_gallery_images',''),
(9489,1416,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(9507,1416,'_et_builder_dynamic_assets_loading_attr_threshold','2'),
(9535,1686,'_et_pb_use_builder','on'),
(9536,1686,'_et_pb_show_page_creation','off'),
(9537,1686,'_et_pb_old_content','<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bill Rapier</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\" alt=\"Walther Pistol Bill\" class=\"wp-image-1697\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:pullquote -->\n<figure class=\"wp-block-pullquote\"><blockquote><p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p></blockquote></figure>\n<!-- /wp:pullquote -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Acosta</h3>\n<!-- /wp:heading -->\n\n<!-- wp:media-text {\"align\":\"wide\",\"mediaId\":1717,\"mediaLink\":\"https://www.amtacshooting.com/amtac-shooting-instructors/amtac-instructor-david-acosta/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg\" alt=\"\" class=\"wp-image-1717 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p>&nbsp;David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an under-cover capacity for both state and federal investigations.&nbsp;</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader and team leader. While there he was the primary marksmanship and tactics instructor for the team.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their&nbsp; Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words... “Performance parallels preparation.”</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\"/><figcaption class=\"wp-element-caption\">David Acosta and Bill Rapier</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bryan Resnick</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\"/><figcaption class=\"wp-element-caption\">Kevin Kelly, Colin Quirk, Bill Rapier, Bryan Resnick and Frank Windell</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1726,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1726\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Bryan \"Res\" Resnick</figcaption></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Cagle</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\" alt=\"\" class=\"wp-image-1736\"/><figcaption class=\"wp-element-caption\">David Cagle</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kevin Kelly</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kevin is a US Army Veteran. After his time as a soldier, he served his community as Firefighter/ EMT. He is a lifelong student of combatives and has trained under some of the best instructors in their fields.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ &nbsp;under Mike Fernandez, boxed out of TMX boxing under Marty Mcdonough, he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier and Frank ‘Northman” Windell. He studied mindset, tactics and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevin owns Winning Deadly Encounters, a force on force facility that provides a venue for people of all levels to test their skills against armed and trained roll players, a program that was started with the help of the late Frank “Northman’ Windell and Bryan Resnick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also the head combatives instructor for the East Coast Division of Father Son Ministry, a program that teaches young men to shoot and fight to allow them to be God’s instruments to protect their families. Kevin is a solid believer and is devoted to bringing up his family in a way that honors the Lord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Kevin Kelly and Bill Rapier</figcaption></figure>\n<!-- /wp:gallery -->'),
(9540,1686,'_et_builder_dynamic_assets_loading_attr_threshold','9'),
(9548,3439,'_wp_attached_file','2024/10/Four-Blade-Lineup.jpg'),
(9549,3439,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:29:\"2024/10/Four-Blade-Lineup.jpg\";s:8:\"filesize\";i:672302;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"Four-Blade-Lineup-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30965;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"Four-Blade-Lineup-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8011;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"Four-Blade-Lineup-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:195310;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"Four-Blade-Lineup-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35833;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:30:\"Four-Blade-Lineup-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252922;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"Four-Blade-Lineup-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40494;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"Four-Blade-Lineup-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68458;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"Four-Blade-Lineup-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72049;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:29:\"Four-Blade-Lineup-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:300042;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"Four-Blade-Lineup-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79026;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"Four-Blade-Lineup-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30965;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"Four-Blade-Lineup-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124557;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"Four-Blade-Lineup-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3970;}}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:{}}}'),
(9560,3440,'_wp_attached_file','2024/10/hat-close-up.jpg'),
(9561,3440,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:24:\"2024/10/hat-close-up.jpg\";s:8:\"filesize\";i:257228;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"hat-close-up-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15192;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"hat-close-up-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5370;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"hat-close-up-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73895;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"hat-close-up-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18484;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"hat-close-up-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106188;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"hat-close-up-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20757;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"hat-close-up-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32358;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"hat-close-up-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34318;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"hat-close-up-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111286;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"hat-close-up-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33119;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"hat-close-up-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15192;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"hat-close-up-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48849;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"hat-close-up-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3210;}}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:{}}}'),
(9563,3441,'_wp_attached_file','2024/10/teaching.jpg'),
(9564,3441,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:20:\"2024/10/teaching.jpg\";s:8:\"filesize\";i:365079;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:20:\"teaching-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27252;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:20:\"teaching-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8685;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:20:\"teaching-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:118397;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:20:\"teaching-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29033;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:21:\"teaching-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136164;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:20:\"teaching-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32403;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:20:\"teaching-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49627;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:20:\"teaching-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52515;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:20:\"teaching-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172676;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:20:\"teaching-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56900;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:20:\"teaching-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27252;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:20:\"teaching-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81712;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:20:\"teaching-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4668;}}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:{}}}'),
(9574,3442,'_wp_attached_file','2024/10/gear.jpg'),
(9575,3442,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:16:\"2024/10/gear.jpg\";s:8:\"filesize\";i:480215;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"gear-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27488;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:16:\"gear-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7947;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:16:\"gear-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143135;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:16:\"gear-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30077;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:17:\"gear-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168273;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:16:\"gear-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33858;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:16:\"gear-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54512;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:16:\"gear-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56719;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:16:\"gear-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213538;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:16:\"gear-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63589;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:16:\"gear-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27488;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:16:\"gear-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95624;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:16:\"gear-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4203;}}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:{}}}'),
(9614,2461,'_edit_lock','1730412477:9'),
(9619,2422,'_edit_lock','1733352794:9'),
(9620,2422,'_et_pb_post_hide_nav','default'),
(9621,2422,'_et_pb_page_layout','et_right_sidebar'),
(9622,2422,'_et_pb_side_nav','off'),
(9631,153,'_edit_lock','1730415813:9'),
(9737,3460,'_et_pb_use_builder','on'),
(9738,3460,'_et_pb_show_page_creation','off'),
(9740,3460,'_et_pb_built_for_post_type','page'),
(9741,3460,'_et_pb_ab_subjects',''),
(9742,3460,'_et_pb_enable_shortcode_tracking',''),
(9743,3460,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"3460\" /]'),
(9744,3460,'_et_pb_custom_css',''),
(9745,3460,'_et_pb_gutter_width','3'),
(9746,3460,'_thumbnail_id','0'),
(9747,3460,'_global_colors_info','{}'),
(9748,3460,'_et_pb_first_image',''),
(9749,3460,'_et_pb_truncate_post',''),
(9750,3460,'_et_pb_truncate_post_date',''),
(9751,3460,'_et_builder_version','VB|Divi|4.27.2'),
(9792,3469,'_et_pb_built_for_post_type','page'),
(9793,3471,'_et_autogenerated_title','0'),
(9794,3471,'_et_default','1'),
(9795,3471,'_et_enabled','1'),
(9796,3471,'_et_header_layout_id','0'),
(9797,3471,'_et_header_layout_enabled','1'),
(9798,3471,'_et_body_layout_id','0'),
(9799,3471,'_et_body_layout_enabled','1'),
(9800,3471,'_et_footer_layout_id','3010'),
(9801,3471,'_et_footer_layout_enabled','1'),
(9802,3472,'_et_autogenerated_title','0'),
(9803,3472,'_et_default','0'),
(9804,3472,'_et_enabled','1'),
(9805,3472,'_et_header_layout_id','0'),
(9806,3472,'_et_header_layout_enabled','1'),
(9807,3472,'_et_body_layout_id','3460'),
(9808,3472,'_et_body_layout_enabled','1'),
(9809,3472,'_et_footer_layout_id','0'),
(9810,3472,'_et_footer_layout_enabled','1'),
(9820,3473,'footnotes',''),
(9835,3475,'footnotes',''),
(9840,3476,'footnotes',''),
(9842,3478,'_et_pb_use_builder','on'),
(9843,3478,'_et_pb_show_page_creation','off'),
(9876,3484,'_et_pb_module_type','et_pb_sidebar'),
(9877,3484,'_et_pb_built_for_post_type','page'),
(9878,3485,'footnotes',''),
(9883,3478,'_et_pb_built_for_post_type','page'),
(9884,3478,'_et_pb_ab_subjects',''),
(9885,3478,'_et_pb_enable_shortcode_tracking',''),
(9886,3478,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"3478\" /]'),
(9887,3478,'_et_pb_custom_css',''),
(9888,3478,'_et_pb_gutter_width','3'),
(9889,3478,'_thumbnail_id','0'),
(9890,3478,'_global_colors_info','{}'),
(9891,3478,'_et_pb_first_image',''),
(9892,3478,'_et_pb_truncate_post',''),
(9893,3478,'_et_pb_truncate_post_date',''),
(9894,3478,'_et_builder_version','VB|Divi|4.27.2'),
(9895,3471,'_et_onboarding_created','0'),
(9896,3472,'_et_onboarding_created','0'),
(9897,3487,'_et_autogenerated_title','0'),
(9898,3487,'_et_default','0'),
(9899,3487,'_et_enabled','1'),
(9900,3487,'_et_header_layout_id','0'),
(9901,3487,'_et_header_layout_enabled','1'),
(9902,3487,'_et_body_layout_id','3478'),
(9903,3487,'_et_body_layout_enabled','1'),
(9904,3487,'_et_footer_layout_id','0'),
(9905,3487,'_et_footer_layout_enabled','1'),
(9906,3015,'_et_template','3471'),
(9907,3015,'_et_template','3472'),
(9908,3015,'_et_template','3487'),
(9975,3493,'_edit_lock','1735607891:10'),
(9976,3493,'_et_pb_use_builder','on'),
(9977,3493,'_et_gb_content_width',''),
(9978,3493,'footnotes',''),
(9979,3494,'footnotes',''),
(9980,3493,'_edit_last','10'),
(9981,3493,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(9982,3493,'_et_pb_post_hide_nav','default'),
(9983,3493,'_et_pb_page_layout','et_right_sidebar'),
(9984,3493,'_et_pb_side_nav','off'),
(9985,3493,'gf_format_video_embed',''),
(9986,3493,'gf_format_gallery_images',''),
(9987,3493,'_yoast_wpseo_estimated-reading-time-minutes','3'),
(9989,3495,'_wp_attached_file','2024/11/blade-layout-scaled.jpg'),
(9990,3495,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:2048;s:4:\"file\";s:31:\"2024/11/blade-layout-scaled.jpg\";s:8:\"filesize\";i:1144520;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"blade-layout-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25739;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"blade-layout-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:242067;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"blade-layout-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9090;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"blade-layout-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145454;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"blade-layout-1536x1229.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1229;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:490488;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:26:\"blade-layout-2048x1638.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1638;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:795166;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"blade-layout-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34819;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"blade-layout-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:213818;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"blade-layout-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39107;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"blade-layout-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64782;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:25:\"blade-layout-1080x864.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:265838;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"blade-layout-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69876;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:26:\"blade-layout-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1143470;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"blade-layout-1280x1024.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:357575;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:24:\"blade-layout-980x784.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:224406;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"blade-layout-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61378;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:26:\"blade-layout-1320x1056.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:1056;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:377706;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"blade-layout-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32549;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"blade-layout-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93732;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"blade-layout-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4633;}}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:16:\"blade-layout.jpg\";}'),
(9992,3493,'_et_pb_built_for_post_type','page'),
(9993,3497,'footnotes',''),
(9994,3493,'_et_pb_ab_subjects',''),
(9995,3493,'_et_pb_enable_shortcode_tracking',''),
(9996,3493,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"3493\" /]'),
(9997,3493,'_et_pb_custom_css',''),
(9998,3493,'_et_pb_gutter_width','3'),
(9999,3493,'_thumbnail_id','3495'),
(10000,3493,'_global_colors_info','{}'),
(10001,3493,'_et_pb_first_image',''),
(10002,3493,'_et_pb_truncate_post','<div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_0\">\n				\n				\n				\n				\n				<a href=\"https://amtacblades.com/store/\" target=\"_blank\"><span class=\"et_pb_image_wrap \"><img fetchpriority=\"high\" decoding=\"async\" width=\"2560\" height=\"2560\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-scaled.jpg\" alt=\"\" title=\"blade-bullets\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-scaled.jpg 2560w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-300x300.jpg 300w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-1024x1024.jpg 1024w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-150x150.jpg 150w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-768x768.jpg 768w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-1536x1536.jpg 1536w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-2048x2048.jpg 2048w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-1080x1080.jpg 1080w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-1280x1280.jpg 1280w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-980x980.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-480x480.jpg 480w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-1320x1320.jpg 1320w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-600x600.jpg 600w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-100x100.jpg 100w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" class=\"wp-image-3510\" /></span></a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Northman</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_1  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">The Northman is a small fixed blade knife designed to replace the cutting tool carried in your pocket. Quickly deployable and rugged enough for backcountry use, this blade is also great for combatives. There are three other models based off the Northman.<br />\nThe Northman has a 3.5&#8243; blade.<br />\nThe NorthmanX has a bigger handle and the same blade.<br />\nThe Minuteman has the same handle as the NorthmanX and a 4&#8243; blade<br />\nThe Magnus has the same handle as the NorthmanX and a 5&#8243; blade<br />\n&nbsp;</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_1\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_2  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_1\">\n				\n				\n				\n				\n				<a href=\"https://amtacblades.com/northmanF\" target=\"_blank\"><span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"2560\" height=\"2560\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-scaled.jpg\" alt=\"\" title=\"folder\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-scaled.jpg 2560w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-300x300.jpg 300w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-1024x1024.jpg 1024w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-150x150.jpg 150w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-768x768.jpg 768w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-1536x1536.jpg 1536w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-2048x2048.jpg 2048w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-1080x1080.jpg 1080w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-1280x1280.jpg 1280w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-980x980.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-480x480.jpg 480w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-1320x1320.jpg 1320w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-600x600.jpg 600w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-100x100.jpg 100w\" sizes=\"(max-width: 2560px) 100vw, 2560px\" class=\"wp-image-3498\" /></span></a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_3  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">NorthmanF</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_3  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">This folder was designed for those situations when you can’t carry a fixed blade knife. With this in mind, the Amtac Blades NorthmanF comes standard with a belt sheath so that you have the flexibility to carry this folder in a blade locked open configuration. This makes it just as fast as a fixed blade. The NorthmanF can also be worn like a regular folder when a low profile is desired.<br />\n&nbsp;<br />\n&nbsp;</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div><div class=\"et_pb_row et_pb_row_2\">\n				<div class=\"et_pb_column et_pb_column_1_2 et_pb_column_4  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_image et_pb_image_2\">\n				\n				\n				\n				\n				<a href=\"https://amtacblades.com/battle-axe/\" target=\"_blank\"><span class=\"et_pb_image_wrap \"><img decoding=\"async\" width=\"2048\" height=\"2560\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-scaled.jpg\" alt=\"\" title=\"axe-outdoors\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-scaled.jpg 2048w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-240x300.jpg 240w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-819x1024.jpg 819w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-768x960.jpg 768w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-1229x1536.jpg 1229w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-1638x2048.jpg 1638w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-1080x1350.jpg 1080w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-1280x1600.jpg 1280w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-980x1225.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-480x600.jpg 480w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-1320x1650.jpg 1320w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-600x750.jpg 600w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" class=\"wp-image-3499\" /></span></a>\n			</div>\n			</div><div class=\"et_pb_column et_pb_column_1_2 et_pb_column_5  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_4 et_clickable  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Battle Axe</div>\n			</div><div class=\"et_pb_module et_pb_text et_pb_text_5  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">The Amtac Blades Battle Axe is designed from the ground up as a fighting axe. The Battle Axe is inspired by a Danish style of axe which has a top point that allows for forward thrusting and a bottom point that allows for hooking. At a length of nearly 19 inches, our axe gives you more reach, leverage, and force than most tomahawks. The Battle Axe sheath allows for a forward thrust during the draw stroke. It is meant to be worn on a belt opposite the pistol, but it can also be mounted on a battle belt or armor.<br />\n&nbsp;</div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div>\n'),
(10003,3493,'_et_pb_truncate_post_date','2024-12-31 01:19:08'),
(10004,3493,'_et_builder_version','VB|Divi|4.27.2'),
(10005,3493,'_et_pb_show_page_creation','off'),
(10006,3498,'_wp_attached_file','2024/11/folder-scaled.jpg'),
(10007,3498,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:25:\"2024/11/folder-scaled.jpg\";s:8:\"filesize\";i:862949;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"folder-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22699;}s:5:\"large\";a:5:{s:4:\"file\";s:20:\"folder-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171727;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"folder-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7806;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"folder-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106324;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"folder-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:339496;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"folder-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:564825;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"folder-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22401;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"folder-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110989;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"folder-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25315;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"folder-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39463;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:20:\"folder-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188410;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"folder-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44083;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:20:\"folder-2777x1800.jpg\";s:5:\"width\";i:2777;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:789306;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"folder-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:249336;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"folder-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161694;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"folder-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48501;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:20:\"folder-1320x1320.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:1320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:263322;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"folder-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22699;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"folder-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70671;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"folder-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4404;}}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:10:\"folder.jpg\";}'),
(10008,3499,'_wp_attached_file','2024/11/axe-outdoors-scaled.jpg'),
(10009,3499,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2048;s:6:\"height\";i:2560;s:4:\"file\";s:31:\"2024/11/axe-outdoors-scaled.jpg\";s:8:\"filesize\";i:1530760;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:24:\"axe-outdoors-240x300.jpg\";s:5:\"width\";i:240;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31443;}s:5:\"large\";a:5:{s:4:\"file\";s:25:\"axe-outdoors-819x1024.jpg\";s:5:\"width\";i:819;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:332135;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:24:\"axe-outdoors-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10181;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:24:\"axe-outdoors-768x960.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:293822;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:26:\"axe-outdoors-1229x1536.jpg\";s:5:\"width\";i:1229;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:671098;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:26:\"axe-outdoors-1638x2048.jpg\";s:5:\"width\";i:1638;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1077043;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:24:\"axe-outdoors-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43197;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:25:\"axe-outdoors-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:276739;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:24:\"axe-outdoors-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48950;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:24:\"axe-outdoors-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82277;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"axe-outdoors-1080x1350.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1350;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:539067;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:24:\"axe-outdoors-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88654;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:26:\"axe-outdoors-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1345121;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"axe-outdoors-1280x1600.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:716907;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"axe-outdoors-980x1225.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:456947;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:24:\"axe-outdoors-480x600.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122458;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:26:\"axe-outdoors-1320x1650.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:1650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:757456;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:24:\"axe-outdoors-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39670;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:24:\"axe-outdoors-600x750.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188726;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:24:\"axe-outdoors-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4866;}}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:16:\"axe-outdoors.jpg\";}'),
(10014,3501,'footnotes',''),
(10038,1423,'_et_pb_use_builder','on'),
(10039,1423,'_et_pb_show_page_creation','off'),
(10040,1423,'_et_pb_old_content','<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Amtac Shooting Pistol Integrated Combatives Course&nbsp;<br>by Hill People Gear</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 21, 2020</div>\n<div>We had the opportunity to take Bill Rapier\'s Pistol Integrated Combatives course this past year. We can highly recommend this USN veteran\'s school (AMTAC Shooting) and knives (AMTAC blades).</div>\n<div>&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=97cijTsUhvU</p>\n<hr>\n<div id=\"player\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-outer\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-inner\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container\" class=\"style-scope ytd-watch-flexy\" role=\"complementary\">\n<div id=\"container\" class=\"style-scope ytd-player\">\n<div id=\"movie_player\" class=\"html5-video-player ytp-transparent ytp-large-width-mode ytp-hide-info-bar playing-mode ytp-autohide\" tabindex=\"-1\" data-version=\"/yts/jsbin/player_ias-vflMJC6WU/en_US/base.js\" aria-label=\"YouTube Video Player\">\n<div class=\"ytp-chrome-bottom\" data-layer=\"8\">&nbsp;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<h3>Force on Force with AMTAC Shooting<br>by Kit Badger</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 13, 2020</div>\n</div>\n<div id=\"menu-container\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"container\" class=\"style-scope ytd-sentiment-bar-renderer\">&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=5Ii6tRka__g</p>\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Retired Navy SEAL Bill Rapier\'s Force on Force Class Review <br>by Tactical Hyve</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jul 26, 2019<br><span style=\"font-size: inherit;\"><span style=\"font-size: inherit;\">Watch Tactical Hyve\'s review of Bill Rapier\'s Force On Force class. Bill is a retired Navy SEAL who spent 14 of his 20 years of service at Naval Special Warfare Development Group. He\'s also the owner and lead instructor at Amtac Shooting.<br></span></span></div>\n<div>&nbsp;</div>\n</div>\n<div><a href=\"https://www.youtube.com/watch?v=6Z_NrLLZXRI\">https://www.youtube.com/watch?v=6Z_NrLLZXRI</a></div>\n<div>&nbsp;</div>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div class=\"style-scope ytd-video-primary-info-renderer\">\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51<br>by SureFire</h3>\n<p>Dec 11, 2019<br>Bill Rapier of Amtac Shooting discusses the necessity of a one handed draw and how to create space in a combative scenario.</p>\n<p>https://www.youtube.com/watch?v=LlyIgpMfpUw</p>\n<hr></div>\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38<br>by SureFire</h3>\n<p>Dec 5, 2018<br>Bill Rapier of Amtac Shooting discusses retention shooting in relation to combative techniques.</p>\n<p>https://www.youtube.com/watch?v=603kfkCUig0</p>\n</div>\n<div>\n<hr></div>\n</div>\n\n<!-- wp:heading {\"level\":3} -->\n<h3>American Tactical Shooting Instruction Force on Force<br>by Voodoo Man</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jun 1, 2018<br>A few clips from amtacshooting.com Force on Force class held in NJ earlier this year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=cqYqGxaFp0o\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=cqYqGxaFp0o\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>AMTAC | Bill Rapier - LE CQB<br>by Voodoo Man</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>September 26, 2016<br>Short clip taken during an LE CQB class taught by Bill Rapier of AMTAC Shooting</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=MiBMfx8ZdJg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MiBMfx8ZdJg\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>\n\n\n\n\n\n\nSurefire - Battle of The Bill\'s 2019\n&nbsp;\n\n\nWise Men Companys\n\n\n<a href=\"https://www.youtube.com/watch?v=A5id8pwwphg\">https://www.youtube.com/watch?v=A5id8pwwphg</a>\n\n&nbsp;\nKit Badger\n&nbsp;\n\n\n\n\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=8fr-jGkSs0M\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=8fr-jGkSs0M\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>SUNDAY GUNDAY</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=qy1R-Q8GZ1I\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qy1R-Q8GZ1I\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>FourGuysGuns</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=7It3Eq5ttE8u0026t=494s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=7It3Eq5ttE8&amp;t=494s\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3></h3>\n<!-- /wp:heading -->'),
(10061,3510,'_wp_attached_file','2024/11/blade-bullets-scaled.jpg'),
(10062,3510,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:2560;s:4:\"file\";s:32:\"2024/11/blade-bullets-scaled.jpg\";s:8:\"filesize\";i:1312295;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"blade-bullets-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20966;}s:5:\"large\";a:5:{s:4:\"file\";s:27:\"blade-bullets-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238556;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"blade-bullets-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5904;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"blade-bullets-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133651;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"blade-bullets-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:528268;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"blade-bullets-2048x2048.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:2048;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:893481;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"blade-bullets-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24160;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"blade-bullets-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:171078;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"blade-bullets-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27285;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"blade-bullets-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45475;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:27:\"blade-bullets-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:266333;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"blade-bullets-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48916;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:27:\"blade-bullets-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1031418;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:27:\"blade-bullets-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:372367;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"blade-bullets-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219763;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"blade-bullets-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52048;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:27:\"blade-bullets-1320x1320.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:1320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:395580;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"blade-bullets-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20966;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"blade-bullets-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82178;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"blade-bullets-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3151;}}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:17:\"blade-bullets.jpg\";}'),
(10063,3511,'footnotes',''),
(10065,3513,'footnotes',''),
(10089,3514,'footnotes',''),
(10090,3493,'_yoast_wpseo_content_score','60'),
(10092,3493,'_et_builder_dynamic_assets_loading_attr_threshold','4'),
(10097,3516,'footnotes',''),
(10103,3518,'footnotes',''),
(10105,3519,'footnotes',''),
(10111,3521,'footnotes',''),
(10116,3522,'footnotes',''),
(10117,3523,'_edit_lock','1738354348:10'),
(10118,3523,'_et_pb_use_builder','on'),
(10119,3523,'_et_gb_content_width',''),
(10120,3523,'footnotes',''),
(10121,3524,'footnotes',''),
(10122,3523,'_edit_last','10'),
(10123,3523,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(10124,3523,'_et_pb_post_hide_nav','default'),
(10125,3523,'_et_pb_page_layout','et_right_sidebar'),
(10126,3523,'_et_pb_side_nav','off'),
(10127,3523,'gf_format_video_embed',''),
(10128,3523,'gf_format_gallery_images',''),
(10129,3523,'_yoast_wpseo_estimated-reading-time-minutes','7'),
(10132,3523,'_et_pb_built_for_post_type','page'),
(10133,3526,'footnotes',''),
(10134,3523,'_et_pb_ab_subjects',''),
(10135,3523,'_et_pb_enable_shortcode_tracking',''),
(10136,3523,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"3523\" /]'),
(10137,3523,'_et_pb_custom_css',''),
(10138,3523,'_et_pb_gutter_width','3'),
(10139,3523,'_thumbnail_id','3912'),
(10140,3523,'_global_colors_info','{}'),
(10141,3523,'_et_pb_first_image',''),
(10142,3523,'_et_pb_truncate_post',''),
(10143,3523,'_et_pb_truncate_post_date',''),
(10144,3523,'_et_builder_version','VB|Divi|4.27.2'),
(10147,3523,'_et_builder_dynamic_assets_loading_attr_threshold','3'),
(10181,3529,'_edit_lock','1735670117:10'),
(10182,3529,'_et_pb_use_builder','on'),
(10183,3529,'_et_gb_content_width',''),
(10184,3529,'footnotes',''),
(10185,3530,'footnotes',''),
(10186,3529,'_edit_last','10'),
(10187,3529,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(10188,3529,'_et_pb_post_hide_nav','default'),
(10189,3529,'_et_pb_page_layout','et_right_sidebar'),
(10190,3529,'_et_pb_side_nav','off'),
(10191,3529,'gf_format_video_embed',''),
(10192,3529,'gf_format_gallery_images',''),
(10193,3529,'_yoast_wpseo_estimated-reading-time-minutes','7'),
(10196,3529,'_et_pb_built_for_post_type','page'),
(10197,3532,'footnotes',''),
(10198,3529,'_et_pb_ab_subjects',''),
(10199,3529,'_et_pb_enable_shortcode_tracking',''),
(10200,3529,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"3529\" /]'),
(10201,3529,'_et_pb_custom_css',''),
(10202,3529,'_et_pb_gutter_width','3'),
(10203,3529,'_thumbnail_id','4037'),
(10204,3529,'_global_colors_info','{}'),
(10205,3529,'_et_pb_first_image',''),
(10206,3529,'_et_pb_truncate_post',''),
(10207,3529,'_et_pb_truncate_post_date',''),
(10208,3529,'_et_builder_version','VB|Divi|4.27.2'),
(10209,3529,'_et_pb_show_page_creation','off'),
(10211,3534,'footnotes',''),
(10213,3536,'footnotes',''),
(10215,3538,'footnotes',''),
(10217,3540,'footnotes',''),
(10243,2170,'_et_pb_use_builder','on'),
(10244,2170,'_et_pb_show_page_creation','off'),
(10245,2170,'_et_pb_old_content','<!-- wp:paragraph -->\n<p>As a follower of Christ, I want to share this page to encourage guys that are seeking after the truth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Podcasts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":2412,\"width\":\"357px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"contain\",\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-medium is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184-300x300.png\" alt=\"\" class=\"wp-image-2412\" style=\"aspect-ratio:1;object-fit:contain;width:357px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 3 </h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Biblical Manhood Pt 1</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Feb 2 2024<br>Verses: 1 Corinthians 9:24-27</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433783\"></div><script src=\"https://www.buzzsprout.com/2212137/14433783-biblical-manhood-pt-1-feb-2-2024.js?container_id=buzzsprout-player-14433783&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 2</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Romans 1:1-17</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 7<br>Date: Dec 31 2023<br>Verses: Romans 1:1-17</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14231037\"></div><script src=\"https://www.buzzsprout.com/2212137/14231037-romans-1-1-17-dec-31-2023.js?container_id=buzzsprout-player-14231037&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Sola Fide</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 6<br>Date: Oct 16 2023<br>Verses: 1 Peter 3:15</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408824\"></div><script src=\"https://www.buzzsprout.com/2212137/14408824-sola-fide-oct-16-2023.js?container_id=buzzsprout-player-14408824&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Developing Solid Christian Men</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: Oct 5 2023<br>Verses: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408451\"></div><script src=\"https://www.buzzsprout.com/2212137/14408451-developing-solid-christian-men-oct-5-2023.js?container_id=buzzsprout-player-14408451&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Faith Without Works is Dead</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: June 18 2023<br>Verses:&nbsp;James 2:14-26</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408693\"></div><script src=\"https://www.buzzsprout.com/2212137/14408693-faith-without-works-is-dead-june-18-2023.js?container_id=buzzsprout-player-14408693&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">God, Family, and the Gospel</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: Aug 10 2022<br>Verses: Deuteronomy 6</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408921\"></div><script src=\"https://www.buzzsprout.com/2212137/14408921-god-family-and-the-gospel-aug-10-2022.js?container_id=buzzsprout-player-14408921&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Spending Yourself On?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: July 3 2022<br>Verses: Acts 20:17-36</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433485\"></div><script src=\"https://www.buzzsprout.com/2212137/14433485-what-are-you-spending-yourself-on-july-3-2022.js?container_id=buzzsprout-player-14433485&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Gospel and How it Changed Peter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Jan 2 2022<br>Verses: John 3:16-17</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433522\"></div><script src=\"https://www.buzzsprout.com/2212137/14433522-the-gospel-and-how-it-changed-peter-jan-2-2022.js?container_id=buzzsprout-player-14433522&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 1</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Boldness in Christ</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: June 6 2021<br>Verses: Acts 3-5</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433558\"></div><script src=\"https://www.buzzsprout.com/2212137/14433558-boldness-in-christ-june-6-2021.js?container_id=buzzsprout-player-14433558&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What is Our Mission?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: Nov 1 2020<br>Verses: Isaiah 43:7 1 Peter 2:9 John 14:21 Romans 12:1 John 1:1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598710\"></div><script src=\"https://www.buzzsprout.com/2212137/13598710-what-is-our-mission-nov-1-2020.js?container_id=buzzsprout-player-13598710&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Doing to Give God Glory and to Further His Kingdom?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: June 7 2020<br>Verses: Revelation 4:11 Ephesians 2:10</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598725\"></div><script src=\"https://www.buzzsprout.com/2212137/13598725-what-are-you-doing-to-give-god-glory-and-to-further-his-kingdom-june-7-2020.js?container_id=buzzsprout-player-13598725&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Good News and Our Purpose&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: March 15 2020<br>Verses: Ephesians 2:1-10</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433663\"></div><script src=\"https://www.buzzsprout.com/2212137/14433663-the-good-news-and-our-purpose-march-15-2020.js?container_id=buzzsprout-player-14433663&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Thanksgiving and Counting it all Joy.&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Dec 8 2019<br>Verses: Ephesians 5:19-20 James 1:2-4</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598631\"></div><script src=\"https://www.buzzsprout.com/2212137/13598631-thanksgiving-and-counting-it-all-joy-dec-8-2019.js?container_id=buzzsprout-player-13598631&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Ministries We Support</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.compassion.com/\">Compassion</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.persecution.com/\">Voice of the Martyrs </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.jesusfilm.org/dev/nda/grants/jesus-film-project-branded-jf/\">Jesus Film Project</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://allindiamission.com/\">All India Missions</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://friendsofukraine.info/\">Friends of Ukraine</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.africanleadershipdevelopment.com/\">African Leadership Development </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Resources</h2>\n<!-- /wp:heading -->'),
(10246,3541,'footnotes',''),
(10247,3541,'footnotes',''),
(10252,2170,'_et_builder_dynamic_assets_loading_attr_threshold','15'),
(10256,3546,'_et_autogenerated_title','0'),
(10257,3546,'_et_default','1'),
(10258,3546,'_et_enabled','1'),
(10259,3546,'_et_header_layout_id','0'),
(10260,3546,'_et_header_layout_enabled','1'),
(10261,3546,'_et_body_layout_id','0'),
(10262,3546,'_et_body_layout_enabled','1'),
(10263,3546,'_et_footer_layout_id','3010'),
(10264,3546,'_et_footer_layout_enabled','1'),
(10265,3547,'_et_autogenerated_title','0'),
(10266,3547,'_et_default','0'),
(10267,3547,'_et_enabled','1'),
(10268,3547,'_et_header_layout_id','0'),
(10269,3547,'_et_header_layout_enabled','1'),
(10270,3547,'_et_body_layout_id','3460'),
(10271,3547,'_et_body_layout_enabled','1'),
(10272,3547,'_et_footer_layout_id','0'),
(10273,3547,'_et_footer_layout_enabled','1'),
(10274,3548,'_et_autogenerated_title','0'),
(10275,3548,'_et_default','0'),
(10276,3548,'_et_enabled','1'),
(10277,3548,'_et_header_layout_id','0'),
(10278,3548,'_et_header_layout_enabled','1'),
(10279,3548,'_et_body_layout_id','3478'),
(10280,3548,'_et_body_layout_enabled','1'),
(10281,3548,'_et_footer_layout_id','0'),
(10282,3548,'_et_footer_layout_enabled','1'),
(10291,3549,'footnotes',''),
(10297,3546,'_et_onboarding_created','0'),
(10298,3547,'_et_onboarding_created','0'),
(10299,3548,'_et_onboarding_created','0'),
(10303,3553,'footnotes',''),
(10305,3554,'footnotes',''),
(10306,3557,'_et_pb_built_for_post_type','page'),
(10308,3558,'footnotes',''),
(10311,3469,'_et_pb_excluded_global_options','[]'),
(10323,3575,'_et_pb_built_for_post_type','page'),
(10326,3577,'_et_pb_built_for_post_type','page'),
(10344,3546,'_et_theme_builder_marked_as_unused','2024-11-19 23:23:34'),
(10345,3547,'_et_theme_builder_marked_as_unused','2024-11-19 23:23:34'),
(10346,3548,'_et_theme_builder_marked_as_unused','2024-11-19 23:23:34'),
(10384,3579,'_et_autogenerated_title','0'),
(10385,3579,'_et_default','0'),
(10386,3579,'_et_enabled','1'),
(10387,3579,'_et_header_layout_enabled','1'),
(10388,3579,'_et_body_layout_enabled','1'),
(10389,3579,'_et_footer_layout_enabled','1'),
(10390,3579,'_et_template_title','shop sidebar'),
(10391,3579,'_et_header_layout_global','0'),
(10392,3579,'_et_body_layout_global','0'),
(10393,3579,'_et_footer_layout_global','0'),
(10397,3582,'footnotes',''),
(10400,3584,'footnotes',''),
(10402,13,'_et_builder_dynamic_assets_loading_attr_threshold','7'),
(10406,3585,'footnotes',''),
(10411,3586,'footnotes',''),
(10417,3588,'footnotes',''),
(10613,81,'_et_gb_content_width',''),
(10615,3592,'footnotes',''),
(10616,81,'_et_pb_post_hide_nav','default'),
(10617,81,'_et_pb_page_layout','et_right_sidebar'),
(10618,81,'_et_pb_side_nav','off'),
(10621,3594,'footnotes',''),
(10630,3595,'footnotes',''),
(10645,3599,'footnotes',''),
(10652,3202,'_wp_page_template','default'),
(10695,3605,'_edit_lock','1734462858:10'),
(10696,3605,'_et_pb_use_builder','on'),
(10697,3605,'_et_gb_content_width',''),
(10698,3605,'footnotes',''),
(10699,3606,'footnotes',''),
(10700,3605,'_edit_last','10'),
(10701,3605,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(10702,3605,'_et_pb_post_hide_nav','default'),
(10703,3605,'_et_pb_page_layout','et_right_sidebar'),
(10704,3605,'_et_pb_side_nav','off'),
(10705,3605,'gf_format_video_embed',''),
(10706,3605,'gf_format_gallery_images',''),
(10707,3605,'_yoast_wpseo_estimated-reading-time-minutes','2'),
(10709,3607,'_wp_attached_file','2024/12/imagecompressor.zip'),
(10710,3607,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:1114342;}'),
(10711,3608,'_wp_attached_file','2024/12/IMG_4163-min-scaled.jpeg'),
(10712,3608,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:32:\"2024/12/IMG_4163-min-scaled.jpeg\";s:8:\"filesize\";i:566925;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"IMG_4163-min-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18990;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"IMG_4163-min-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133072;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"IMG_4163-min-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7668;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"IMG_4163-min-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83979;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:27:\"IMG_4163-min-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:252204;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:27:\"IMG_4163-min-2048x1536.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:398424;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"IMG_4163-min-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26053;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"IMG_4163-min-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128826;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"IMG_4163-min-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28704;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"IMG_4163-min-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43849;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"IMG_4163-min-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:145397;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"IMG_4163-min-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40529;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:27:\"IMG_4163-min-2880x1800.jpeg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:607123;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:26:\"IMG_4163-min-1280x960.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189364;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"IMG_4163-min-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:124472;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"IMG_4163-min-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39479;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:26:\"IMG_4163-min-1320x990.jpeg\";s:5:\"width\";i:1320;s:6:\"height\";i:990;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199398;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"IMG_4163-min-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22687;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"IMG_4163-min-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56971;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"IMG_4163-min-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4286;}}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:17:\"IMG_4163-min.jpeg\";}'),
(10713,3605,'_et_pb_built_for_post_type','page'),
(10714,3609,'footnotes',''),
(10715,3605,'_et_pb_ab_subjects',''),
(10716,3605,'_et_pb_enable_shortcode_tracking',''),
(10717,3605,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"3605\" /]'),
(10718,3605,'_et_pb_custom_css',''),
(10719,3605,'_et_pb_gutter_width','3'),
(10720,3605,'_thumbnail_id','3608'),
(10721,3605,'_global_colors_info','{}'),
(10722,3605,'_et_pb_first_image',''),
(10723,3605,'_et_pb_truncate_post',''),
(10724,3605,'_et_pb_truncate_post_date',''),
(10725,3605,'_et_builder_version','VB|Divi|4.27.2'),
(10726,3605,'_et_pb_show_page_creation','off'),
(10727,3610,'footnotes',''),
(10728,3605,'_yoast_wpseo_content_score','90'),
(10731,3612,'footnotes',''),
(10733,3614,'footnotes',''),
(10738,3615,'_wp_attached_file','2024/12/imagecompressor-1.zip'),
(10739,3615,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:1009051;}'),
(10740,3616,'_wp_attached_file','2024/12/winter-weapons-scaled.jpeg'),
(10741,3616,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1920;s:4:\"file\";s:34:\"2024/12/winter-weapons-scaled.jpeg\";s:8:\"filesize\";i:556637;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"winter-weapons-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16317;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"winter-weapons-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125056;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"winter-weapons-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6575;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"winter-weapons-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77190;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:29:\"winter-weapons-1536x1152.jpeg\";s:5:\"width\";i:1536;s:6:\"height\";i:1152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:243273;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:29:\"winter-weapons-2048x1536.jpeg\";s:5:\"width\";i:2048;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:388691;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"winter-weapons-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22910;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"winter-weapons-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121123;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"winter-weapons-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25037;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"winter-weapons-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38786;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"winter-weapons-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137179;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"winter-weapons-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39989;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:29:\"winter-weapons-2880x1800.jpeg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:594911;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"winter-weapons-1280x960.jpeg\";s:5:\"width\";i:1280;s:6:\"height\";i:960;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181056;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"winter-weapons-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116617;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"winter-weapons-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35151;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:28:\"winter-weapons-1320x990.jpeg\";s:5:\"width\";i:1320;s:6:\"height\";i:990;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190794;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"winter-weapons-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20286;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"winter-weapons-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51640;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"winter-weapons-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3723;}}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:19:\"winter-weapons.jpeg\";}'),
(10746,3619,'footnotes',''),
(10756,3621,'footnotes',''),
(10766,3622,'footnotes',''),
(10780,3484,'favorite_status',''),
(10781,3624,'_et_pb_module_type','et_pb_image'),
(10782,3624,'_et_pb_built_for_post_type','page'),
(10783,3625,'footnotes',''),
(10785,3627,'footnotes',''),
(10821,2068,'_wp_attachment_backup_sizes','a:30:{s:9:\"full-orig\";a:4:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:8:\"filesize\";i:127842;s:4:\"file\";s:16:\"IMG_9749-min.jpg\";}s:14:\"thumbnail-orig\";a:5:{s:4:\"file\";s:24:\"IMG_9749-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8046;}s:11:\"medium-orig\";a:5:{s:4:\"file\";s:24:\"IMG_9749-min-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21702;}s:17:\"medium_large-orig\";a:5:{s:4:\"file\";s:24:\"IMG_9749-min-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117589;}s:10:\"large-orig\";a:5:{s:4:\"file\";s:25:\"IMG_9749-min-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189303;}s:26:\"et-pb-post-main-image-orig\";a:5:{s:4:\"file\";s:24:\"IMG_9749-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30564;}s:36:\"et-pb-post-main-image-fullwidth-orig\";a:5:{s:4:\"file\";s:25:\"IMG_9749-min-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172688;}s:26:\"et-pb-portfolio-image-orig\";a:5:{s:4:\"file\";s:24:\"IMG_9749-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34372;}s:33:\"et-pb-portfolio-module-image-orig\";a:5:{s:4:\"file\";s:24:\"IMG_9749-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56827;}s:33:\"et-pb-portfolio-image-single-orig\";a:5:{s:4:\"file\";s:25:\"IMG_9749-min-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:206607;}s:40:\"et-pb-gallery-module-image-portrait-orig\";a:5:{s:4:\"file\";s:24:\"IMG_9749-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59104;}s:36:\"et-pb-image--responsive--tablet-orig\";a:5:{s:4:\"file\";s:24:\"IMG_9749-min-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:177214;}s:35:\"et-pb-image--responsive--phone-orig\";a:5:{s:4:\"file\";s:24:\"IMG_9749-min-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50555;}s:26:\"woocommerce_thumbnail-orig\";a:6:{s:4:\"file\";s:24:\"IMG_9749-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27831;s:9:\"uncropped\";b:0;}s:23:\"woocommerce_single-orig\";a:5:{s:4:\"file\";s:24:\"IMG_9749-min-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76775;}s:34:\"woocommerce_gallery_thumbnail-orig\";a:5:{s:4:\"file\";s:24:\"IMG_9749-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4191;}s:18:\"full-1734563849938\";a:4:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:8:\"filesize\";i:183521;s:4:\"file\";s:31:\"IMG_9749-min-e1734464529139.jpg\";}s:23:\"thumbnail-1734563849938\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734464529139-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7982;}s:20:\"medium-1734563849938\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734464529139-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27941;}s:26:\"medium_large-1734563849938\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734464529139-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:147425;}s:35:\"et-pb-post-main-image-1734563849938\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734464529139-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30914;}s:45:\"et-pb-post-main-image-fullwidth-1734563849938\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734464529139-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159060;}s:35:\"et-pb-portfolio-image-1734563849938\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734464529139-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34294;}s:42:\"et-pb-portfolio-module-image-1734563849938\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734464529139-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55746;}s:49:\"et-pb-gallery-module-image-portrait-1734563849938\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734464529139-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59255;}s:45:\"et-pb-image--responsive--tablet-1734563849938\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734464529139-924x551.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130694;}s:44:\"et-pb-image--responsive--phone-1734563849938\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734464529139-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39593;}s:35:\"woocommerce_thumbnail-1734563849938\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734464529139-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27941;}s:32:\"woocommerce_single-1734563849938\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734464529139-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97796;}s:43:\"woocommerce_gallery_thumbnail-1734563849938\";a:5:{s:4:\"file\";s:39:\"IMG_9749-min-e1734464529139-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4215;}}'),
(10831,3629,'footnotes',''),
(10832,3630,'footnotes',''),
(10842,3631,'_edit_lock','1764029256:10'),
(10843,3631,'_et_pb_use_builder','on'),
(10844,3631,'_et_gb_content_width',''),
(10846,3632,'footnotes',''),
(10847,3631,'_edit_last','10'),
(10848,3631,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(10849,3631,'_et_pb_post_hide_nav','default'),
(10850,3631,'_et_pb_page_layout','et_right_sidebar'),
(10851,3631,'_et_pb_side_nav','off'),
(10852,3631,'gf_format_video_embed',''),
(10853,3631,'gf_format_gallery_images',''),
(10854,3631,'_yoast_wpseo_estimated-reading-time-minutes','12'),
(10856,3631,'_et_pb_built_for_post_type','page'),
(10857,3633,'footnotes',''),
(10858,3631,'_et_pb_ab_subjects',''),
(10859,3631,'_et_pb_enable_shortcode_tracking',''),
(10860,3631,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"3631\" /]'),
(10861,3631,'_et_pb_custom_css',''),
(10862,3631,'_et_pb_gutter_width','3'),
(10863,3631,'_thumbnail_id','0'),
(10864,3631,'_global_colors_info','{}'),
(10865,3631,'_et_pb_first_image',''),
(10866,3631,'_et_pb_truncate_post',''),
(10867,3631,'_et_pb_truncate_post_date',''),
(10868,3631,'_et_builder_version','VB|Divi|4.27.4'),
(10869,3631,'_et_pb_show_page_creation','off'),
(10873,3635,'footnotes',''),
(10882,3637,'_wp_attached_file','2024/12/Events-Export-2024-December-18-2324.csv'),
(10883,3637,'_wp_attachment_metadata','a:1:{s:8:\"filesize\";i:355378;}'),
(10884,3638,'_tribe_aggregator_hash','XMo{*l7iGjKFN!%K$s^sohO@A2h4P`m2'),
(10885,3638,'_tribe_aggregator_preview','1'),
(10886,3638,'_tribe_aggregator_allow_multiple_organizers','1'),
(10887,3638,'_tribe_aggregator_file','3637'),
(10888,3638,'_tribe_aggregator_import_name',''),
(10889,3638,'_tribe_aggregator_origin','csv'),
(10890,3638,'_tribe_aggregator_type','manual'),
(10891,3638,'_tribe_aggregator_content_type','tribe_events'),
(10892,3638,'_tribe_aggregator_source_name','Events-Export-2024-December-18-2324.csv'),
(10893,3638,'_tribe_aggregator_import_id','3638'),
(10894,3638,'_tribe_aggregator_post_status','publish'),
(10895,3638,'_tribe_aggregator_finalized','1'),
(10896,3638,'_tribe_aggregator_interactive','1'),
(10897,3639,'_tribe_aggregator_hash','p31$H:me}NxHOJ`X1U!o1)pCz>~TT|H/'),
(10898,3639,'_tribe_aggregator_preview','1'),
(10899,3639,'_tribe_aggregator_allow_multiple_organizers','1'),
(10900,3639,'_tribe_aggregator_file','3637'),
(10901,3639,'_tribe_aggregator_import_name',''),
(10902,3639,'_tribe_aggregator_origin','csv'),
(10903,3639,'_tribe_aggregator_type','manual'),
(10904,3639,'_tribe_aggregator_content_type','tribe_events'),
(10905,3639,'_tribe_aggregator_source_name','Events-Export-2024-December-18-2324.csv'),
(10906,3639,'_tribe_aggregator_import_id','3639'),
(10907,3639,'_tribe_aggregator_post_status','publish'),
(10908,3639,'_tribe_aggregator_finalized','1'),
(10909,3639,'_tribe_aggregator_interactive','1'),
(10910,3639,'_tribe_aggregator_activity','O:43:\"Tribe__Events__Aggregator__Record__Activity\":2:{s:8:\"\0*\0items\";a:6:{s:12:\"tribe_events\";O:8:\"stdClass\":4:{s:7:\"created\";a:224:{i:0;i:3640;i:1;i:3641;i:2;i:3644;i:3;i:3646;i:4;i:3648;i:5;i:3650;i:6;i:3652;i:7;i:3654;i:8;i:3655;i:9;i:3657;i:10;i:3659;i:11;i:3660;i:12;i:3662;i:13;i:3664;i:14;i:3666;i:15;i:3668;i:16;i:3669;i:17;i:3671;i:18;i:3672;i:19;i:3673;i:20;i:3675;i:21;i:3676;i:22;i:3677;i:23;i:3678;i:24;i:3680;i:25;i:3681;i:26;i:3683;i:27;i:3684;i:28;i:3687;i:29;i:3688;i:30;i:3691;i:31;i:3692;i:32;i:3694;i:33;i:3696;i:34;i:3698;i:35;i:3699;i:36;i:3700;i:37;i:3701;i:38;i:3702;i:39;i:3703;i:40;i:3704;i:41;i:3705;i:42;i:3706;i:43;i:3707;i:44;i:3708;i:45;i:3710;i:46;i:3711;i:47;i:3713;i:48;i:3714;i:49;i:3715;i:50;i:3716;i:51;i:3717;i:52;i:3718;i:53;i:3719;i:54;i:3720;i:55;i:3721;i:56;i:3722;i:57;i:3723;i:58;i:3724;i:59;i:3726;i:60;i:3727;i:61;i:3728;i:62;i:3729;i:63;i:3730;i:64;i:3731;i:65;i:3732;i:66;i:3733;i:67;i:3734;i:68;i:3736;i:69;i:3737;i:70;i:3738;i:71;i:3739;i:72;i:3740;i:73;i:3741;i:74;i:3742;i:75;i:3743;i:76;i:3744;i:77;i:3745;i:78;i:3746;i:79;i:3747;i:80;i:3748;i:81;i:3749;i:82;i:3751;i:83;i:3752;i:84;i:3754;i:85;i:3755;i:86;i:3756;i:87;i:3757;i:88;i:3758;i:89;i:3760;i:90;i:3761;i:91;i:3762;i:92;i:3763;i:93;i:3764;i:94;i:3765;i:95;i:3766;i:96;i:3767;i:97;i:3768;i:98;i:3769;i:99;i:3770;i:100;i:3771;i:101;i:3772;i:102;i:3773;i:103;i:3774;i:104;i:3775;i:105;i:3777;i:106;i:3778;i:107;i:3779;i:108;i:3780;i:109;i:3781;i:110;i:3782;i:111;i:3783;i:112;i:3784;i:113;i:3786;i:114;i:3787;i:115;i:3788;i:116;i:3790;i:117;i:3792;i:118;i:3793;i:119;i:3795;i:120;i:3798;i:121;i:3799;i:122;i:3801;i:123;i:3803;i:124;i:3805;i:125;i:3806;i:126;i:3808;i:127;i:3809;i:128;i:3810;i:129;i:3811;i:130;i:3812;i:131;i:3813;i:132;i:3814;i:133;i:3816;i:134;i:3818;i:135;i:3820;i:136;i:3821;i:137;i:3822;i:138;i:3823;i:139;i:3825;i:140;i:3826;i:141;i:3827;i:142;i:3828;i:143;i:3829;i:144;i:3830;i:145;i:3832;i:146;i:3833;i:147;i:3834;i:148;i:3835;i:149;i:3836;i:150;i:3837;i:151;i:3839;i:152;i:3840;i:153;i:3841;i:154;i:3842;i:155;i:3844;i:156;i:3845;i:157;i:3846;i:158;i:3847;i:159;i:3848;i:160;i:3850;i:161;i:3851;i:162;i:3853;i:163;i:3854;i:164;i:3855;i:165;i:3856;i:166;i:3857;i:167;i:3858;i:168;i:3859;i:169;i:3860;i:170;i:3861;i:171;i:3863;i:172;i:3864;i:173;i:3865;i:174;i:3867;i:175;i:3869;i:176;i:3870;i:177;i:3872;i:178;i:3873;i:179;i:3876;i:180;i:3878;i:181;i:3879;i:182;i:3881;i:183;i:3882;i:184;i:3883;i:185;i:3884;i:186;i:3885;i:187;i:3886;i:188;i:3887;i:189;i:3888;i:190;i:3890;i:191;i:3891;i:192;i:3892;i:193;i:3895;i:194;i:3897;i:195;i:3903;i:196;i:3904;i:197;i:3905;i:198;i:3906;i:199;i:3908;i:200;i:3910;i:201;i:3911;i:202;i:3913;i:203;i:3914;i:204;i:3915;i:205;i:3916;i:206;i:3917;i:207;i:3918;i:208;i:3919;i:209;i:3920;i:210;i:3921;i:211;i:3922;i:212;i:3923;i:213;i:3924;i:214;i:3925;i:215;i:3931;i:216;i:3933;i:217;i:3934;i:218;i:3935;i:219;i:3937;i:220;i:3938;i:221;i:3939;i:222;i:3940;i:223;i:3942;}s:7:\"updated\";a:0:{}s:7:\"skipped\";a:0:{}s:9:\"scheduled\";a:0:{}}s:15:\"tribe_organizer\";O:8:\"stdClass\":4:{s:7:\"created\";a:0:{}s:7:\"updated\";a:0:{}s:7:\"skipped\";a:0:{}s:9:\"scheduled\";a:0:{}}s:11:\"tribe_venue\";O:8:\"stdClass\":4:{s:7:\"created\";a:0:{}s:7:\"updated\";a:0:{}s:7:\"skipped\";a:0:{}s:9:\"scheduled\";a:0:{}}s:16:\"tribe_events_cat\";O:8:\"stdClass\":4:{s:7:\"created\";a:26:{i:0;i:135;i:1;i:137;i:2;i:138;i:3;i:139;i:4;i:140;i:5;i:144;i:6;i:145;i:7;i:146;i:8;i:148;i:9;i:150;i:10;i:152;i:11;i:154;i:12;i:155;i:13;i:158;i:14;i:160;i:15;i:162;i:16;i:163;i:17;i:165;i:18;i:167;i:19;i:169;i:20;i:170;i:21;i:172;i:22;i:174;i:23;i:175;i:24;i:176;i:25;i:177;}s:7:\"updated\";a:0:{}s:7:\"skipped\";a:0:{}s:9:\"scheduled\";a:0:{}}s:8:\"post_tag\";O:8:\"stdClass\":4:{s:7:\"created\";a:23:{i:0;i:129;i:1;i:130;i:2;i:131;i:3;i:132;i:4;i:133;i:5;i:134;i:6;i:136;i:7;i:141;i:8;i:142;i:9;i:143;i:10;i:147;i:11;i:149;i:12;i:151;i:13;i:153;i:14;i:156;i:15;i:157;i:16;i:159;i:17;i:161;i:18;i:164;i:19;i:166;i:20;i:168;i:21;i:171;i:22;i:173;}s:7:\"updated\";a:0:{}s:7:\"skipped\";a:0:{}s:9:\"scheduled\";a:0:{}}s:10:\"attachment\";O:8:\"stdClass\":4:{s:7:\"created\";a:0:{}s:7:\"updated\";a:0:{}s:7:\"skipped\";a:0:{}s:9:\"scheduled\";a:0:{}}}s:14:\"\0*\0last_status\";N;}'),
(10914,3640,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567663;s:8:\"post_tag\";i:1734567663;s:12:\"_EventOrigin\";i:1734567663;s:17:\"_EventShowMapLink\";i:1734567663;s:13:\"_EventShowMap\";i:1734567663;s:12:\"_EventAllDay\";i:1734567663;s:15:\"_EventStartDate\";i:1734567663;s:13:\"_EventEndDate\";i:1734567663;s:18:\"_EventStartDateUTC\";i:1734567663;s:16:\"_EventEndDateUTC\";i:1734567663;s:14:\"_EventDuration\";i:1734567663;s:20:\"_EventCurrencySymbol\";i:1734567663;s:18:\"_EventCurrencyCode\";i:1734567663;s:22:\"_EventCurrencyPosition\";i:1734567663;s:10:\"_EventCost\";i:1734567663;s:9:\"_EventURL\";i:1734567663;s:14:\"_EventTimezone\";i:1734567663;s:18:\"_EventTimezoneAbbr\";i:1734567663;s:24:\"_tribe_aggregator_origin\";i:1734567663;s:24:\"_tribe_aggregator_record\";i:1734567663;s:24:\"_tribe_aggregator_source\";i:1734567663;s:25:\"_tribe_aggregator_updated\";i:1734567663;s:13:\"_thumbnail_id\";i:1734567665;s:29:\"_et_dynamic_cached_shortcodes\";i:1756798156;s:29:\"_et_dynamic_cached_attributes\";i:1756798157;s:22:\"et_enqueued_post_fonts\";i:1756798157;s:33:\"_et_builder_module_features_cache\";i:1753420388;}'),
(10915,3640,'_EventOrigin','event-aggregator'),
(10916,3640,'_EventShowMapLink',''),
(10917,3640,'_EventShowMap',''),
(10918,3640,'_EventAllDay','no'),
(10919,3640,'_EventStartDate','2018-02-15 00:00:00'),
(10920,3640,'_EventEndDate','2018-02-15 00:00:00'),
(10921,3640,'_EventStartDateUTC','2018-02-15 00:00:00'),
(10922,3640,'_EventEndDateUTC','2018-02-15 00:00:00'),
(10923,3640,'_EventDuration','0'),
(10924,3640,'_EventCurrencySymbol',''),
(10925,3640,'_EventCurrencyCode',''),
(10926,3640,'_EventCurrencyPosition','prefix'),
(10927,3640,'_EventCost',''),
(10928,3640,'_EventURL',''),
(10929,3640,'_EventTimezone','UTC+0'),
(10930,3640,'_EventTimezoneAbbr','UTC+0'),
(10931,3640,'_tribe_aggregator_origin','csv'),
(10932,3640,'_tribe_aggregator_record','3639'),
(10933,3640,'_tribe_aggregator_source',''),
(10934,3640,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(10935,3641,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567664;s:8:\"post_tag\";i:1734567664;s:12:\"_EventOrigin\";i:1734567664;s:17:\"_EventShowMapLink\";i:1734567664;s:13:\"_EventShowMap\";i:1734567664;s:12:\"_EventAllDay\";i:1734567664;s:15:\"_EventStartDate\";i:1734567664;s:13:\"_EventEndDate\";i:1734567664;s:18:\"_EventStartDateUTC\";i:1734567664;s:16:\"_EventEndDateUTC\";i:1734567664;s:14:\"_EventDuration\";i:1734567664;s:20:\"_EventCurrencySymbol\";i:1734567664;s:18:\"_EventCurrencyCode\";i:1734567664;s:22:\"_EventCurrencyPosition\";i:1734567664;s:10:\"_EventCost\";i:1734567664;s:9:\"_EventURL\";i:1734567664;s:14:\"_EventTimezone\";i:1734567664;s:18:\"_EventTimezoneAbbr\";i:1734567664;s:24:\"_tribe_aggregator_origin\";i:1734567664;s:24:\"_tribe_aggregator_record\";i:1734567664;s:24:\"_tribe_aggregator_source\";i:1734567664;s:25:\"_tribe_aggregator_updated\";i:1734567664;s:13:\"_thumbnail_id\";i:1734567666;s:29:\"_et_dynamic_cached_shortcodes\";i:1756721941;s:29:\"_et_dynamic_cached_attributes\";i:1756721942;s:22:\"et_enqueued_post_fonts\";i:1756721942;s:33:\"_et_builder_module_features_cache\";i:1753317421;}'),
(10936,3642,'_wp_attached_file','2024/12/womens_course-TXbXD6.tmp_.jpg'),
(10937,3642,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1848;s:6:\"height\";i:924;s:4:\"file\";s:37:\"2024/12/womens_course-TXbXD6.tmp_.jpg\";s:8:\"filesize\";i:116844;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"womens_course-TXbXD6.tmp_-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18589;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"womens_course-TXbXD6.tmp_-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119420;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"womens_course-TXbXD6.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10215;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:37:\"womens_course-TXbXD6.tmp_-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77311;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:38:\"womens_course-TXbXD6.tmp_-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:217420;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"womens_course-TXbXD6.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34336;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:38:\"womens_course-TXbXD6.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:153608;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"womens_course-TXbXD6.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36973;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"womens_course-TXbXD6.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55038;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:38:\"womens_course-TXbXD6.tmp_-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130336;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"womens_course-TXbXD6.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53692;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:38:\"womens_course-TXbXD6.tmp_-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:166222;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:37:\"womens_course-TXbXD6.tmp_-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112942;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"womens_course-TXbXD6.tmp_-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37713;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:38:\"womens_course-TXbXD6.tmp_-1320x660.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:175292;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"womens_course-TXbXD6.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29655;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"womens_course-TXbXD6.tmp_-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53773;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"womens_course-TXbXD6.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5628;}}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:{}}}'),
(10938,3641,'_EventOrigin','event-aggregator'),
(10939,3641,'_EventShowMapLink',''),
(10940,3641,'_EventShowMap',''),
(10941,3641,'_EventAllDay','no'),
(10942,3641,'_EventStartDate','2018-02-15 00:00:00'),
(10943,3641,'_EventEndDate','2018-02-15 00:00:00'),
(10944,3641,'_EventStartDateUTC','2018-02-15 00:00:00'),
(10945,3641,'_EventEndDateUTC','2018-02-15 00:00:00'),
(10946,3641,'_EventDuration','0'),
(10947,3641,'_EventCurrencySymbol',''),
(10948,3641,'_EventCurrencyCode',''),
(10949,3641,'_EventCurrencyPosition','prefix'),
(10950,3641,'_EventCost',''),
(10951,3641,'_EventURL',''),
(10952,3641,'_EventTimezone','UTC+0'),
(10953,3641,'_EventTimezoneAbbr','UTC+0'),
(10954,3641,'_tribe_aggregator_origin','csv'),
(10955,3641,'_tribe_aggregator_record','3639'),
(10956,3641,'_tribe_aggregator_source',''),
(10957,3641,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(10958,3642,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/02/womens_course.jpg'),
(10959,3640,'_thumbnail_id','3642'),
(10960,3643,'_wp_attached_file','2024/12/narrow_pistol-plaid-leVUHf.tmp_.jpg'),
(10961,3643,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1467;s:6:\"height\";i:733;s:4:\"file\";s:43:\"2024/12/narrow_pistol-plaid-leVUHf.tmp_.jpg\";s:8:\"filesize\";i:61505;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"narrow_pistol-plaid-leVUHf.tmp_-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12328;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"narrow_pistol-plaid-leVUHf.tmp_-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86654;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"narrow_pistol-plaid-leVUHf.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6843;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"narrow_pistol-plaid-leVUHf.tmp_-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54815;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"narrow_pistol-plaid-leVUHf.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23445;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:44:\"narrow_pistol-plaid-leVUHf.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115078;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"narrow_pistol-plaid-leVUHf.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25847;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:43:\"narrow_pistol-plaid-leVUHf.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40190;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:44:\"narrow_pistol-plaid-leVUHf.tmp_-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94844;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"narrow_pistol-plaid-leVUHf.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37395;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:44:\"narrow_pistol-plaid-leVUHf.tmp_-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122399;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:43:\"narrow_pistol-plaid-leVUHf.tmp_-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81881;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:43:\"narrow_pistol-plaid-leVUHf.tmp_-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25231;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:44:\"narrow_pistol-plaid-leVUHf.tmp_-1320x660.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:128825;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:43:\"narrow_pistol-plaid-leVUHf.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20319;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:43:\"narrow_pistol-plaid-leVUHf.tmp_-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37052;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:43:\"narrow_pistol-plaid-leVUHf.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3984;}}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:{}}}'),
(10962,3644,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567665;s:8:\"post_tag\";i:1734567665;s:12:\"_EventOrigin\";i:1734567665;s:17:\"_EventShowMapLink\";i:1734567665;s:13:\"_EventShowMap\";i:1734567665;s:12:\"_EventAllDay\";i:1734567665;s:15:\"_EventStartDate\";i:1734567665;s:13:\"_EventEndDate\";i:1734567665;s:18:\"_EventStartDateUTC\";i:1734567665;s:16:\"_EventEndDateUTC\";i:1734567665;s:14:\"_EventDuration\";i:1734567665;s:20:\"_EventCurrencySymbol\";i:1734567665;s:18:\"_EventCurrencyCode\";i:1734567665;s:22:\"_EventCurrencyPosition\";i:1734567665;s:10:\"_EventCost\";i:1734567665;s:9:\"_EventURL\";i:1734567665;s:14:\"_EventTimezone\";i:1734567665;s:18:\"_EventTimezoneAbbr\";i:1734567665;s:24:\"_tribe_aggregator_origin\";i:1734567665;s:24:\"_tribe_aggregator_record\";i:1734567665;s:24:\"_tribe_aggregator_source\";i:1734567665;s:25:\"_tribe_aggregator_updated\";i:1734567665;s:13:\"_thumbnail_id\";i:1734567666;s:33:\"_et_builder_module_features_cache\";i:1753363081;s:29:\"_et_dynamic_cached_shortcodes\";i:1755498103;s:29:\"_et_dynamic_cached_attributes\";i:1755498104;s:22:\"et_enqueued_post_fonts\";i:1755498104;}'),
(10963,3644,'_EventOrigin','event-aggregator'),
(10964,3644,'_EventShowMapLink',''),
(10965,3644,'_EventShowMap',''),
(10966,3644,'_EventAllDay','no'),
(10967,3644,'_EventStartDate','2018-02-15 00:00:00'),
(10968,3644,'_EventEndDate','2018-02-15 00:00:00'),
(10969,3644,'_EventStartDateUTC','2018-02-15 00:00:00'),
(10970,3644,'_EventEndDateUTC','2018-02-15 00:00:00'),
(10971,3644,'_EventDuration','0'),
(10972,3644,'_EventCurrencySymbol',''),
(10973,3644,'_EventCurrencyCode',''),
(10974,3644,'_EventCurrencyPosition','prefix'),
(10975,3644,'_EventCost',''),
(10976,3644,'_EventURL',''),
(10977,3644,'_EventTimezone','UTC+0'),
(10978,3644,'_EventTimezoneAbbr','UTC+0'),
(10979,3644,'_tribe_aggregator_origin','csv'),
(10980,3644,'_tribe_aggregator_record','3639'),
(10981,3644,'_tribe_aggregator_source',''),
(10982,3644,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(10983,3643,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/03/narrow_pistol-plaid.jpg'),
(10984,3641,'_thumbnail_id','3643'),
(10985,3645,'_wp_attached_file','2024/12/combative2-r1SBQv.tmp_.jpg'),
(10986,3645,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:350;s:6:\"height\";i:263;s:4:\"file\";s:34:\"2024/12/combative2-r1SBQv.tmp_.jpg\";s:8:\"filesize\";i:38576;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"combative2-r1SBQv.tmp_-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21412;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"combative2-r1SBQv.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8314;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"combative2-r1SBQv.tmp_-350x250.jpg\";s:5:\"width\";i:350;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31707;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"combative2-r1SBQv.tmp_-300x263.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:263;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28890;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"combative2-r1SBQv.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4496;}}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:{}}}'),
(10987,3646,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567666;s:8:\"post_tag\";i:1734567666;s:12:\"_EventOrigin\";i:1734567666;s:17:\"_EventShowMapLink\";i:1734567666;s:13:\"_EventShowMap\";i:1734567666;s:12:\"_EventAllDay\";i:1734567666;s:15:\"_EventStartDate\";i:1734567666;s:13:\"_EventEndDate\";i:1734567666;s:18:\"_EventStartDateUTC\";i:1734567666;s:16:\"_EventEndDateUTC\";i:1734567666;s:14:\"_EventDuration\";i:1734567666;s:20:\"_EventCurrencySymbol\";i:1734567666;s:18:\"_EventCurrencyCode\";i:1734567666;s:22:\"_EventCurrencyPosition\";i:1734567666;s:10:\"_EventCost\";i:1734567666;s:9:\"_EventURL\";i:1734567666;s:14:\"_EventTimezone\";i:1734567666;s:18:\"_EventTimezoneAbbr\";i:1734567666;s:24:\"_tribe_aggregator_origin\";i:1734567666;s:24:\"_tribe_aggregator_record\";i:1734567666;s:24:\"_tribe_aggregator_source\";i:1734567666;s:25:\"_tribe_aggregator_updated\";i:1734567666;s:13:\"_thumbnail_id\";i:1734567668;s:29:\"_et_dynamic_cached_shortcodes\";i:1755932572;s:29:\"_et_dynamic_cached_attributes\";i:1755932573;s:22:\"et_enqueued_post_fonts\";i:1755932573;s:33:\"_et_builder_module_features_cache\";i:1755932573;}'),
(10988,3646,'_EventOrigin','event-aggregator'),
(10989,3645,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/02/combative2.jpg'),
(10990,3644,'_thumbnail_id','3645'),
(10991,3646,'_EventShowMapLink',''),
(10992,3646,'_EventShowMap',''),
(10993,3646,'_EventAllDay','no'),
(10994,3646,'_EventStartDate','2018-02-15 00:00:00'),
(10995,3646,'_EventEndDate','2018-02-15 00:00:00'),
(10996,3646,'_EventStartDateUTC','2018-02-15 00:00:00'),
(10997,3646,'_EventEndDateUTC','2018-02-15 00:00:00'),
(10998,3646,'_EventDuration','0'),
(10999,3646,'_EventCurrencySymbol',''),
(11000,3646,'_EventCurrencyCode',''),
(11001,3646,'_EventCurrencyPosition','prefix'),
(11002,3646,'_EventCost',''),
(11003,3646,'_EventURL',''),
(11004,3646,'_EventTimezone','UTC+0'),
(11005,3646,'_EventTimezoneAbbr','UTC+0'),
(11006,3646,'_tribe_aggregator_origin','csv'),
(11007,3646,'_tribe_aggregator_record','3639'),
(11008,3646,'_tribe_aggregator_source',''),
(11009,3646,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11010,3647,'_wp_attached_file','2024/12/6X0C2057-Edit-e1521928665482-ERxqaA.tmp_.jpg'),
(11011,3647,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1843;s:6:\"height\";i:924;s:4:\"file\";s:52:\"2024/12/6X0C2057-Edit-e1521928665482-ERxqaA.tmp_.jpg\";s:8:\"filesize\";i:57331;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"6X0C2057-Edit-e1521928665482-ERxqaA.tmp_-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9965;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"6X0C2057-Edit-e1521928665482-ERxqaA.tmp_-1024x513.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:513;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65043;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"6X0C2057-Edit-e1521928665482-ERxqaA.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5300;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"6X0C2057-Edit-e1521928665482-ERxqaA.tmp_-768x385.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:385;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41911;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:53:\"6X0C2057-Edit-e1521928665482-ERxqaA.tmp_-1536x770.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119720;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:52:\"6X0C2057-Edit-e1521928665482-ERxqaA.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18381;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:53:\"6X0C2057-Edit-e1521928665482-ERxqaA.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83490;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:52:\"6X0C2057-Edit-e1521928665482-ERxqaA.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19814;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:52:\"6X0C2057-Edit-e1521928665482-ERxqaA.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29238;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:53:\"6X0C2057-Edit-e1521928665482-ERxqaA.tmp_-1080x541.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70117;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:52:\"6X0C2057-Edit-e1521928665482-ERxqaA.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21619;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:53:\"6X0C2057-Edit-e1521928665482-ERxqaA.tmp_-1280x642.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:642;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91270;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:52:\"6X0C2057-Edit-e1521928665482-ERxqaA.tmp_-980x491.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:491;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60889;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:52:\"6X0C2057-Edit-e1521928665482-ERxqaA.tmp_-480x241.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:241;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20339;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:53:\"6X0C2057-Edit-e1521928665482-ERxqaA.tmp_-1320x662.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:662;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95047;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:52:\"6X0C2057-Edit-e1521928665482-ERxqaA.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14316;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:52:\"6X0C2057-Edit-e1521928665482-ERxqaA.tmp_-600x301.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:301;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28315;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:52:\"6X0C2057-Edit-e1521928665482-ERxqaA.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3163;}}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:{}}}'),
(11012,3648,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567667;s:8:\"post_tag\";i:1734567667;s:12:\"_EventOrigin\";i:1734567667;s:17:\"_EventShowMapLink\";i:1734567667;s:13:\"_EventShowMap\";i:1734567667;s:12:\"_EventAllDay\";i:1734567667;s:15:\"_EventStartDate\";i:1734567667;s:13:\"_EventEndDate\";i:1734567667;s:18:\"_EventStartDateUTC\";i:1734567667;s:16:\"_EventEndDateUTC\";i:1734567667;s:14:\"_EventDuration\";i:1734567667;s:20:\"_EventCurrencySymbol\";i:1734567667;s:18:\"_EventCurrencyCode\";i:1734567667;s:22:\"_EventCurrencyPosition\";i:1734567667;s:10:\"_EventCost\";i:1734567667;s:9:\"_EventURL\";i:1734567667;s:14:\"_EventTimezone\";i:1734567667;s:18:\"_EventTimezoneAbbr\";i:1734567667;s:24:\"_tribe_aggregator_origin\";i:1734567667;s:24:\"_tribe_aggregator_record\";i:1734567667;s:24:\"_tribe_aggregator_source\";i:1734567667;s:25:\"_tribe_aggregator_updated\";i:1734567667;s:13:\"_thumbnail_id\";i:1734567668;s:29:\"_et_dynamic_cached_shortcodes\";i:1757039615;s:29:\"_et_dynamic_cached_attributes\";i:1757039616;s:22:\"et_enqueued_post_fonts\";i:1757039616;s:33:\"_et_builder_module_features_cache\";i:1757039616;}'),
(11013,3648,'_EventOrigin','event-aggregator'),
(11014,3648,'_EventShowMapLink',''),
(11015,3648,'_EventShowMap',''),
(11016,3648,'_EventAllDay','no'),
(11017,3648,'_EventStartDate','2018-02-16 00:00:00'),
(11018,3648,'_EventEndDate','2018-02-16 00:00:00'),
(11019,3648,'_EventStartDateUTC','2018-02-16 00:00:00'),
(11020,3648,'_EventEndDateUTC','2018-02-16 00:00:00'),
(11021,3648,'_EventDuration','0'),
(11022,3648,'_EventCurrencySymbol',''),
(11023,3648,'_EventCurrencyCode',''),
(11024,3648,'_EventCurrencyPosition','prefix'),
(11025,3648,'_EventCost',''),
(11026,3648,'_EventURL',''),
(11027,3648,'_EventTimezone','UTC+0'),
(11028,3648,'_EventTimezoneAbbr','UTC+0'),
(11029,3648,'_tribe_aggregator_origin','csv'),
(11030,3648,'_tribe_aggregator_record','3639'),
(11031,3648,'_tribe_aggregator_source',''),
(11032,3648,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11033,3647,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/02/6X0C2057-Edit-e1521928665482.jpg'),
(11034,3646,'_thumbnail_id','3647'),
(11035,3649,'_wp_attached_file','2024/12/AMTAC8_blurred-q1TPL1.tmp_.jpg'),
(11036,3649,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:350;s:6:\"height\";i:233;s:4:\"file\";s:38:\"2024/12/AMTAC8_blurred-q1TPL1.tmp_.jpg\";s:8:\"filesize\";i:26975;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"AMTAC8_blurred-q1TPL1.tmp_-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19157;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"AMTAC8_blurred-q1TPL1.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8780;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"AMTAC8_blurred-q1TPL1.tmp_-300x233.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:233;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23614;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"AMTAC8_blurred-q1TPL1.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4824;}}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:{}}}'),
(11037,3649,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/02/AMTAC8_blurred.jpg'),
(11038,3648,'_thumbnail_id','3649'),
(11044,3650,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567669;s:8:\"post_tag\";i:1734567669;s:12:\"_EventOrigin\";i:1734567670;s:17:\"_EventShowMapLink\";i:1734567670;s:13:\"_EventShowMap\";i:1734567670;s:12:\"_EventAllDay\";i:1734567670;s:15:\"_EventStartDate\";i:1734567670;s:13:\"_EventEndDate\";i:1734567670;s:18:\"_EventStartDateUTC\";i:1734567670;s:16:\"_EventEndDateUTC\";i:1734567670;s:14:\"_EventDuration\";i:1734567670;s:20:\"_EventCurrencySymbol\";i:1734567670;s:18:\"_EventCurrencyCode\";i:1734567670;s:22:\"_EventCurrencyPosition\";i:1734567670;s:10:\"_EventCost\";i:1734567670;s:9:\"_EventURL\";i:1734567670;s:14:\"_EventTimezone\";i:1734567670;s:18:\"_EventTimezoneAbbr\";i:1734567670;s:24:\"_tribe_aggregator_origin\";i:1734567670;s:24:\"_tribe_aggregator_record\";i:1734567670;s:24:\"_tribe_aggregator_source\";i:1734567670;s:25:\"_tribe_aggregator_updated\";i:1734567670;s:13:\"_thumbnail_id\";i:1734567672;s:33:\"_et_builder_module_features_cache\";i:1753320381;s:29:\"_et_dynamic_cached_shortcodes\";i:1756722679;s:29:\"_et_dynamic_cached_attributes\";i:1756722680;s:22:\"et_enqueued_post_fonts\";i:1756722680;}'),
(11048,3650,'_EventOrigin','event-aggregator'),
(11049,3650,'_EventShowMapLink',''),
(11050,3650,'_EventShowMap',''),
(11051,3650,'_EventAllDay','no'),
(11052,3650,'_EventStartDate','2018-03-08 00:00:00'),
(11053,3650,'_EventEndDate','2018-03-08 00:00:00'),
(11054,3650,'_EventStartDateUTC','2018-03-08 00:00:00'),
(11055,3650,'_EventEndDateUTC','2018-03-08 00:00:00'),
(11056,3650,'_EventDuration','0'),
(11057,3650,'_EventCurrencySymbol',''),
(11058,3650,'_EventCurrencyCode',''),
(11059,3650,'_EventCurrencyPosition','prefix'),
(11060,3650,'_EventCost',''),
(11061,3650,'_EventURL',''),
(11062,3650,'_EventTimezone','UTC+0'),
(11063,3650,'_EventTimezoneAbbr','UTC+0'),
(11064,3650,'_tribe_aggregator_origin','csv'),
(11065,3650,'_tribe_aggregator_record','3639'),
(11066,3650,'_tribe_aggregator_source',''),
(11067,3650,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11068,3651,'_wp_attached_file','2024/12/Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_.jpg'),
(11069,3651,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1643;s:6:\"height\";i:924;s:4:\"file\";s:56:\"2024/12/Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_.jpg\";s:8:\"filesize\";i:83576;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:56:\"Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13474;}s:5:\"large\";a:5:{s:4:\"file\";s:57:\"Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100115;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:56:\"Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6851;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:56:\"Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64049;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:57:\"Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183122;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:56:\"Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24192;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:57:\"Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117806;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:56:\"Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26794;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:56:\"Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41596;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:57:\"Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109118;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:56:\"Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42586;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:57:\"Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140198;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:56:\"Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:94446;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:56:\"Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29736;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:57:\"Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_-1320x742.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148043;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:56:\"Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22137;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:56:\"Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43746;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:56:\"Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3691;}}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:{}}}'),
(11070,3652,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567671;s:8:\"post_tag\";i:1734567671;s:12:\"_EventOrigin\";i:1734567671;s:17:\"_EventShowMapLink\";i:1734567671;s:13:\"_EventShowMap\";i:1734567671;s:12:\"_EventAllDay\";i:1734567671;s:15:\"_EventStartDate\";i:1734567671;s:13:\"_EventEndDate\";i:1734567671;s:18:\"_EventStartDateUTC\";i:1734567671;s:16:\"_EventEndDateUTC\";i:1734567671;s:14:\"_EventDuration\";i:1734567671;s:20:\"_EventCurrencySymbol\";i:1734567671;s:18:\"_EventCurrencyCode\";i:1734567671;s:22:\"_EventCurrencyPosition\";i:1734567671;s:10:\"_EventCost\";i:1734567671;s:9:\"_EventURL\";i:1734567671;s:14:\"_EventTimezone\";i:1734567671;s:18:\"_EventTimezoneAbbr\";i:1734567671;s:24:\"_tribe_aggregator_origin\";i:1734567671;s:24:\"_tribe_aggregator_record\";i:1734567671;s:24:\"_tribe_aggregator_source\";i:1734567671;s:25:\"_tribe_aggregator_updated\";i:1734567671;s:13:\"_thumbnail_id\";i:1734567673;s:29:\"_et_dynamic_cached_shortcodes\";i:1756731802;s:29:\"_et_dynamic_cached_attributes\";i:1756731803;s:22:\"et_enqueued_post_fonts\";i:1756731803;s:33:\"_et_builder_module_features_cache\";i:1756731803;}'),
(11071,3652,'_EventOrigin','event-aggregator'),
(11072,3652,'_EventShowMapLink',''),
(11073,3652,'_EventShowMap',''),
(11074,3652,'_EventAllDay','no'),
(11075,3652,'_EventStartDate','2018-03-09 00:00:00'),
(11076,3652,'_EventEndDate','2018-03-09 00:00:00'),
(11077,3652,'_EventStartDateUTC','2018-03-09 00:00:00'),
(11078,3652,'_EventEndDateUTC','2018-03-09 00:00:00'),
(11079,3652,'_EventDuration','0'),
(11080,3652,'_EventCurrencySymbol',''),
(11081,3652,'_EventCurrencyCode',''),
(11082,3652,'_EventCurrencyPosition','prefix'),
(11083,3652,'_EventCost',''),
(11084,3652,'_EventURL',''),
(11085,3652,'_EventTimezone','UTC+0'),
(11086,3652,'_EventTimezoneAbbr','UTC+0'),
(11087,3652,'_tribe_aggregator_origin','csv'),
(11088,3652,'_tribe_aggregator_record','3639'),
(11089,3652,'_tribe_aggregator_source',''),
(11090,3652,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11091,3651,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/03/Precision-Rifle-1-e1520520104821.jpg'),
(11092,3650,'_thumbnail_id','3651'),
(11093,3653,'_wp_attached_file','2024/12/Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_.jpg'),
(11094,3653,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1419;s:6:\"height\";i:924;s:4:\"file\";s:55:\"2024/12/Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_.jpg\";s:8:\"filesize\";i:78653;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_-300x195.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:195;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19440;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_-1024x667.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:667;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123395;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8991;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_-768x500.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80901;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:55:\"Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29144;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:56:\"Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129261;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:55:\"Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31836;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:55:\"Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47669;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:56:\"Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_-1080x703.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:703;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133423;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:55:\"Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46470;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:56:\"Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_-1280x833.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:833;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:170948;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:55:\"Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_-980x638.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:638;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116230;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:55:\"Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_-480x313.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:313;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39822;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:56:\"Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_-1320x860.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:860;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178432;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26365;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_-600x391.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:391;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55793;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4833;}}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:{}}}'),
(11095,3654,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567672;s:8:\"post_tag\";i:1734567672;s:12:\"_EventOrigin\";i:1734567672;s:17:\"_EventShowMapLink\";i:1734567672;s:13:\"_EventShowMap\";i:1734567672;s:12:\"_EventAllDay\";i:1734567672;s:15:\"_EventStartDate\";i:1734567672;s:13:\"_EventEndDate\";i:1734567672;s:18:\"_EventStartDateUTC\";i:1734567672;s:16:\"_EventEndDateUTC\";i:1734567672;s:14:\"_EventDuration\";i:1734567672;s:20:\"_EventCurrencySymbol\";i:1734567672;s:18:\"_EventCurrencyCode\";i:1734567672;s:22:\"_EventCurrencyPosition\";i:1734567672;s:10:\"_EventCost\";i:1734567672;s:9:\"_EventURL\";i:1734567672;s:14:\"_EventTimezone\";i:1734567672;s:18:\"_EventTimezoneAbbr\";i:1734567672;s:24:\"_tribe_aggregator_origin\";i:1734567672;s:24:\"_tribe_aggregator_record\";i:1734567672;s:24:\"_tribe_aggregator_source\";i:1734567672;s:25:\"_tribe_aggregator_updated\";i:1734567672;s:13:\"_thumbnail_id\";i:1734567672;s:29:\"_et_dynamic_cached_shortcodes\";i:1756968582;s:29:\"_et_dynamic_cached_attributes\";i:1756968583;s:22:\"et_enqueued_post_fonts\";i:1756968583;s:33:\"_et_builder_module_features_cache\";i:1753517169;}'),
(11096,3654,'_EventOrigin','event-aggregator'),
(11097,3654,'_EventShowMapLink',''),
(11098,3654,'_EventShowMap',''),
(11099,3654,'_EventAllDay','no'),
(11100,3654,'_EventStartDate','2018-03-08 00:00:00'),
(11101,3654,'_EventEndDate','2018-03-08 00:00:00'),
(11102,3654,'_EventStartDateUTC','2018-03-08 00:00:00'),
(11103,3654,'_EventEndDateUTC','2018-03-08 00:00:00'),
(11104,3654,'_EventDuration','0'),
(11105,3654,'_EventCurrencySymbol',''),
(11106,3654,'_EventCurrencyCode',''),
(11107,3654,'_EventCurrencyPosition','prefix'),
(11108,3654,'_EventCost',''),
(11109,3654,'_EventURL',''),
(11110,3654,'_EventTimezone','UTC+0'),
(11111,3654,'_EventTimezoneAbbr','UTC+0'),
(11112,3654,'_tribe_aggregator_origin','csv'),
(11113,3654,'_tribe_aggregator_record','3639'),
(11114,3654,'_tribe_aggregator_source',''),
(11115,3654,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11116,3654,'_thumbnail_id','3647'),
(11117,3655,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734567672;s:12:\"_EventOrigin\";i:1734567672;s:17:\"_EventShowMapLink\";i:1734567672;s:13:\"_EventShowMap\";i:1734567672;s:12:\"_EventAllDay\";i:1734567672;s:15:\"_EventStartDate\";i:1734567672;s:13:\"_EventEndDate\";i:1734567672;s:18:\"_EventStartDateUTC\";i:1734567672;s:16:\"_EventEndDateUTC\";i:1734567672;s:14:\"_EventDuration\";i:1734567672;s:20:\"_EventCurrencySymbol\";i:1734567672;s:18:\"_EventCurrencyCode\";i:1734567672;s:22:\"_EventCurrencyPosition\";i:1734567672;s:10:\"_EventCost\";i:1734567672;s:9:\"_EventURL\";i:1734567672;s:14:\"_EventTimezone\";i:1734567672;s:18:\"_EventTimezoneAbbr\";i:1734567672;s:24:\"_tribe_aggregator_origin\";i:1734567673;s:24:\"_tribe_aggregator_record\";i:1734567673;s:24:\"_tribe_aggregator_source\";i:1734567673;s:25:\"_tribe_aggregator_updated\";i:1734567673;s:13:\"_thumbnail_id\";i:1734567674;s:29:\"_et_dynamic_cached_shortcodes\";i:1756776329;s:29:\"_et_dynamic_cached_attributes\";i:1756776332;s:22:\"et_enqueued_post_fonts\";i:1756776332;s:33:\"_et_builder_module_features_cache\";i:1753363058;}'),
(11118,3655,'_EventOrigin','event-aggregator'),
(11119,3655,'_EventShowMapLink',''),
(11120,3655,'_EventShowMap',''),
(11121,3655,'_EventAllDay','no'),
(11122,3655,'_EventStartDate','2018-04-27 00:00:00'),
(11123,3655,'_EventEndDate','2018-04-27 00:00:00'),
(11124,3655,'_EventStartDateUTC','2018-04-27 00:00:00'),
(11125,3655,'_EventEndDateUTC','2018-04-27 00:00:00'),
(11126,3655,'_EventDuration','0'),
(11127,3655,'_EventCurrencySymbol',''),
(11128,3655,'_EventCurrencyCode',''),
(11129,3655,'_EventCurrencyPosition','prefix'),
(11130,3655,'_EventCost',''),
(11131,3655,'_EventURL',''),
(11132,3655,'_EventTimezone','UTC+0'),
(11133,3655,'_EventTimezoneAbbr','UTC+0'),
(11134,3655,'_tribe_aggregator_origin','csv'),
(11135,3655,'_tribe_aggregator_record','3639'),
(11136,3655,'_tribe_aggregator_source',''),
(11137,3655,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11138,3653,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/03/Hybrid-Carbine-2-e1521240511508.jpg'),
(11139,3652,'_thumbnail_id','3653'),
(11140,3656,'_wp_attached_file','2024/12/narrow_combatives_pads-XZ0WLE.tmp_.jpg'),
(11141,3656,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1595;s:6:\"height\";i:798;s:4:\"file\";s:46:\"2024/12/narrow_combatives_pads-XZ0WLE.tmp_.jpg\";s:8:\"filesize\";i:119903;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"narrow_combatives_pads-XZ0WLE.tmp_-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13982;}s:5:\"large\";a:5:{s:4:\"file\";s:47:\"narrow_combatives_pads-XZ0WLE.tmp_-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:135861;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"narrow_combatives_pads-XZ0WLE.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7383;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"narrow_combatives_pads-XZ0WLE.tmp_-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82594;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:47:\"narrow_combatives_pads-XZ0WLE.tmp_-1536x768.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:257888;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"narrow_combatives_pads-XZ0WLE.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30123;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:47:\"narrow_combatives_pads-XZ0WLE.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169342;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"narrow_combatives_pads-XZ0WLE.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33635;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"narrow_combatives_pads-XZ0WLE.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54444;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:47:\"narrow_combatives_pads-XZ0WLE.tmp_-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149006;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"narrow_combatives_pads-XZ0WLE.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50748;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:47:\"narrow_combatives_pads-XZ0WLE.tmp_-1280x640.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:640;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:194311;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:46:\"narrow_combatives_pads-XZ0WLE.tmp_-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:127668;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"narrow_combatives_pads-XZ0WLE.tmp_-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33993;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:47:\"narrow_combatives_pads-XZ0WLE.tmp_-1320x660.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:660;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205289;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:46:\"narrow_combatives_pads-XZ0WLE.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26274;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:46:\"narrow_combatives_pads-XZ0WLE.tmp_-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53007;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:46:\"narrow_combatives_pads-XZ0WLE.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3853;}}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:{}}}'),
(11142,3657,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734567674;s:12:\"_EventOrigin\";i:1734567674;s:17:\"_EventShowMapLink\";i:1734567674;s:13:\"_EventShowMap\";i:1734567674;s:12:\"_EventAllDay\";i:1734567674;s:15:\"_EventStartDate\";i:1734567674;s:13:\"_EventEndDate\";i:1734567674;s:18:\"_EventStartDateUTC\";i:1734567674;s:16:\"_EventEndDateUTC\";i:1734567674;s:14:\"_EventDuration\";i:1734567674;s:20:\"_EventCurrencySymbol\";i:1734567674;s:18:\"_EventCurrencyCode\";i:1734567674;s:22:\"_EventCurrencyPosition\";i:1734567674;s:10:\"_EventCost\";i:1734567674;s:9:\"_EventURL\";i:1734567674;s:14:\"_EventTimezone\";i:1734567674;s:18:\"_EventTimezoneAbbr\";i:1734567674;s:24:\"_tribe_aggregator_origin\";i:1734567674;s:24:\"_tribe_aggregator_record\";i:1734567674;s:24:\"_tribe_aggregator_source\";i:1734567674;s:25:\"_tribe_aggregator_updated\";i:1734567674;s:13:\"_thumbnail_id\";i:1734567676;s:33:\"_et_builder_module_features_cache\";i:1753359098;s:29:\"_et_dynamic_cached_shortcodes\";i:1756620615;s:29:\"_et_dynamic_cached_attributes\";i:1756620617;s:22:\"et_enqueued_post_fonts\";i:1756620617;}'),
(11143,3657,'_EventOrigin','event-aggregator'),
(11144,3657,'_EventShowMapLink',''),
(11145,3657,'_EventShowMap',''),
(11146,3657,'_EventAllDay','no'),
(11147,3657,'_EventStartDate','2018-05-02 00:00:00'),
(11148,3657,'_EventEndDate','2018-05-02 00:00:00'),
(11149,3657,'_EventStartDateUTC','2018-05-02 00:00:00'),
(11150,3657,'_EventEndDateUTC','2018-05-02 00:00:00'),
(11151,3657,'_EventDuration','0'),
(11152,3657,'_EventCurrencySymbol',''),
(11153,3657,'_EventCurrencyCode',''),
(11154,3657,'_EventCurrencyPosition','prefix'),
(11155,3657,'_EventCost',''),
(11156,3657,'_EventURL',''),
(11157,3657,'_EventTimezone','UTC+0'),
(11158,3657,'_EventTimezoneAbbr','UTC+0'),
(11159,3657,'_tribe_aggregator_origin','csv'),
(11160,3657,'_tribe_aggregator_record','3639'),
(11161,3657,'_tribe_aggregator_source',''),
(11162,3657,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11163,3656,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/03/narrow_combatives_pads.jpg'),
(11164,3655,'_thumbnail_id','3656'),
(11166,3658,'_wp_attached_file','2024/12/new_precision_rifle-1-Iw4pyb.tmp_.jpg'),
(11167,3658,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1644;s:6:\"height\";i:924;s:4:\"file\";s:45:\"2024/12/new_precision_rifle-1-Iw4pyb.tmp_.jpg\";s:8:\"filesize\";i:100255;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"new_precision_rifle-1-Iw4pyb.tmp_-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13742;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"new_precision_rifle-1-Iw4pyb.tmp_-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:115464;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"new_precision_rifle-1-Iw4pyb.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6785;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"new_precision_rifle-1-Iw4pyb.tmp_-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71743;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"new_precision_rifle-1-Iw4pyb.tmp_-1536x863.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:215405;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"new_precision_rifle-1-Iw4pyb.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24876;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"new_precision_rifle-1-Iw4pyb.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134790;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"new_precision_rifle-1-Iw4pyb.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27834;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"new_precision_rifle-1-Iw4pyb.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45069;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"new_precision_rifle-1-Iw4pyb.tmp_-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125559;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"new_precision_rifle-1-Iw4pyb.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46347;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"new_precision_rifle-1-Iw4pyb.tmp_-1280x719.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:163537;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:45:\"new_precision_rifle-1-Iw4pyb.tmp_-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108169;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"new_precision_rifle-1-Iw4pyb.tmp_-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31179;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:46:\"new_precision_rifle-1-Iw4pyb.tmp_-1320x742.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:172305;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:45:\"new_precision_rifle-1-Iw4pyb.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22987;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:45:\"new_precision_rifle-1-Iw4pyb.tmp_-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46994;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:45:\"new_precision_rifle-1-Iw4pyb.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3669;}}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:{}}}'),
(11168,3658,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/03/new_precision_rifle-1.jpg'),
(11169,3657,'_thumbnail_id','3658'),
(11174,3659,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734567685;s:12:\"_EventOrigin\";i:1734567685;s:17:\"_EventShowMapLink\";i:1734567685;s:13:\"_EventShowMap\";i:1734567685;s:12:\"_EventAllDay\";i:1734567685;s:15:\"_EventStartDate\";i:1734567685;s:13:\"_EventEndDate\";i:1734567685;s:18:\"_EventStartDateUTC\";i:1734567685;s:16:\"_EventEndDateUTC\";i:1734567685;s:14:\"_EventDuration\";i:1734567685;s:20:\"_EventCurrencySymbol\";i:1734567685;s:18:\"_EventCurrencyCode\";i:1734567685;s:22:\"_EventCurrencyPosition\";i:1734567685;s:10:\"_EventCost\";i:1734567685;s:9:\"_EventURL\";i:1734567685;s:14:\"_EventTimezone\";i:1734567685;s:18:\"_EventTimezoneAbbr\";i:1734567685;s:24:\"_tribe_aggregator_origin\";i:1734567685;s:24:\"_tribe_aggregator_record\";i:1734567685;s:24:\"_tribe_aggregator_source\";i:1734567685;s:25:\"_tribe_aggregator_updated\";i:1734567685;s:13:\"_thumbnail_id\";i:1734567685;s:29:\"_et_dynamic_cached_shortcodes\";i:1756393423;s:29:\"_et_dynamic_cached_attributes\";i:1756393426;s:22:\"et_enqueued_post_fonts\";i:1756393426;s:33:\"_et_builder_module_features_cache\";i:1756393426;}'),
(11175,3659,'_EventOrigin','event-aggregator'),
(11176,3659,'_EventShowMapLink',''),
(11177,3659,'_EventShowMap',''),
(11178,3659,'_EventAllDay','no'),
(11179,3659,'_EventStartDate','2018-07-19 00:00:00'),
(11180,3659,'_EventEndDate','2018-07-19 00:00:00'),
(11181,3659,'_EventStartDateUTC','2018-07-19 00:00:00'),
(11182,3659,'_EventEndDateUTC','2018-07-19 00:00:00'),
(11183,3659,'_EventDuration','0'),
(11184,3659,'_EventCurrencySymbol',''),
(11185,3659,'_EventCurrencyCode',''),
(11186,3659,'_EventCurrencyPosition','prefix'),
(11187,3659,'_EventCost',''),
(11188,3659,'_EventURL',''),
(11189,3659,'_EventTimezone','UTC+0'),
(11190,3659,'_EventTimezoneAbbr','UTC+0'),
(11191,3659,'_tribe_aggregator_origin','csv'),
(11192,3659,'_tribe_aggregator_record','3639'),
(11193,3659,'_tribe_aggregator_source',''),
(11194,3659,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11195,3659,'_thumbnail_id','3656'),
(11196,3660,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734567685;s:12:\"_EventOrigin\";i:1734567685;s:17:\"_EventShowMapLink\";i:1734567685;s:13:\"_EventShowMap\";i:1734567685;s:12:\"_EventAllDay\";i:1734567685;s:15:\"_EventStartDate\";i:1734567685;s:13:\"_EventEndDate\";i:1734567685;s:18:\"_EventStartDateUTC\";i:1734567685;s:16:\"_EventEndDateUTC\";i:1734567685;s:14:\"_EventDuration\";i:1734567685;s:20:\"_EventCurrencySymbol\";i:1734567685;s:18:\"_EventCurrencyCode\";i:1734567685;s:22:\"_EventCurrencyPosition\";i:1734567685;s:10:\"_EventCost\";i:1734567685;s:9:\"_EventURL\";i:1734567685;s:14:\"_EventTimezone\";i:1734567685;s:18:\"_EventTimezoneAbbr\";i:1734567685;s:24:\"_tribe_aggregator_origin\";i:1734567685;s:24:\"_tribe_aggregator_record\";i:1734567685;s:24:\"_tribe_aggregator_source\";i:1734567685;s:25:\"_tribe_aggregator_updated\";i:1734567685;s:13:\"_thumbnail_id\";i:1734567687;s:29:\"_et_dynamic_cached_shortcodes\";i:1753336382;s:29:\"_et_dynamic_cached_attributes\";i:1753336382;s:22:\"et_enqueued_post_fonts\";i:1753336382;s:33:\"_et_builder_module_features_cache\";i:1753336382;}'),
(11197,3660,'_EventOrigin','event-aggregator'),
(11198,3660,'_EventShowMapLink',''),
(11199,3660,'_EventShowMap',''),
(11200,3660,'_EventAllDay','no'),
(11201,3660,'_EventStartDate','2018-09-04 00:00:00'),
(11202,3660,'_EventEndDate','2018-09-04 00:00:00'),
(11203,3660,'_EventStartDateUTC','2018-09-04 00:00:00'),
(11204,3660,'_EventEndDateUTC','2018-09-04 00:00:00'),
(11205,3660,'_EventDuration','0'),
(11206,3660,'_EventCurrencySymbol',''),
(11207,3660,'_EventCurrencyCode',''),
(11208,3660,'_EventCurrencyPosition','prefix'),
(11209,3660,'_EventCost',''),
(11210,3660,'_EventURL',''),
(11211,3660,'_EventTimezone','UTC+0'),
(11212,3660,'_EventTimezoneAbbr','UTC+0'),
(11213,3660,'_tribe_aggregator_origin','csv'),
(11214,3660,'_tribe_aggregator_record','3639'),
(11215,3660,'_tribe_aggregator_source',''),
(11216,3660,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11217,3661,'_wp_attached_file','2024/12/BR7-2UeKDf.tmp_.jpg'),
(11218,3661,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1643;s:6:\"height\";i:924;s:4:\"file\";s:27:\"2024/12/BR7-2UeKDf.tmp_.jpg\";s:8:\"filesize\";i:35747;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"BR7-2UeKDf.tmp_-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9936;}s:5:\"large\";a:5:{s:4:\"file\";s:28:\"BR7-2UeKDf.tmp_-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55191;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:27:\"BR7-2UeKDf.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5965;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:27:\"BR7-2UeKDf.tmp_-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36458;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:28:\"BR7-2UeKDf.tmp_-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:97682;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:27:\"BR7-2UeKDf.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16331;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:28:\"BR7-2UeKDf.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66826;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:27:\"BR7-2UeKDf.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18433;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:27:\"BR7-2UeKDf.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26968;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:28:\"BR7-2UeKDf.tmp_-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59677;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:27:\"BR7-2UeKDf.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24691;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:28:\"BR7-2UeKDf.tmp_-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75875;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:27:\"BR7-2UeKDf.tmp_-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52139;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:27:\"BR7-2UeKDf.tmp_-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18616;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:28:\"BR7-2UeKDf.tmp_-1320x742.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80082;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:27:\"BR7-2UeKDf.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15064;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:27:\"BR7-2UeKDf.tmp_-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25920;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:27:\"BR7-2UeKDf.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3569;}}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:{}}}'),
(11219,3662,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734567686;s:12:\"_EventOrigin\";i:1734567686;s:17:\"_EventShowMapLink\";i:1734567686;s:13:\"_EventShowMap\";i:1734567686;s:12:\"_EventAllDay\";i:1734567686;s:15:\"_EventStartDate\";i:1734567686;s:13:\"_EventEndDate\";i:1734567686;s:18:\"_EventStartDateUTC\";i:1734567686;s:16:\"_EventEndDateUTC\";i:1734567686;s:14:\"_EventDuration\";i:1734567686;s:20:\"_EventCurrencySymbol\";i:1734567686;s:18:\"_EventCurrencyCode\";i:1734567686;s:22:\"_EventCurrencyPosition\";i:1734567686;s:10:\"_EventCost\";i:1734567686;s:9:\"_EventURL\";i:1734567686;s:14:\"_EventTimezone\";i:1734567686;s:18:\"_EventTimezoneAbbr\";i:1734567686;s:24:\"_tribe_aggregator_origin\";i:1734567686;s:24:\"_tribe_aggregator_record\";i:1734567686;s:24:\"_tribe_aggregator_source\";i:1734567686;s:25:\"_tribe_aggregator_updated\";i:1734567686;s:13:\"_thumbnail_id\";i:1734567688;s:33:\"_et_builder_module_features_cache\";i:1753363028;s:29:\"_et_dynamic_cached_shortcodes\";i:1753424080;s:29:\"_et_dynamic_cached_attributes\";i:1753424080;s:22:\"et_enqueued_post_fonts\";i:1753424081;}'),
(11220,3662,'_EventOrigin','event-aggregator'),
(11221,3662,'_EventShowMapLink',''),
(11222,3662,'_EventShowMap',''),
(11223,3662,'_EventAllDay','no'),
(11224,3662,'_EventStartDate','2018-09-04 00:00:00'),
(11225,3662,'_EventEndDate','2018-09-04 00:00:00'),
(11226,3662,'_EventStartDateUTC','2018-09-04 00:00:00'),
(11227,3662,'_EventEndDateUTC','2018-09-04 00:00:00'),
(11228,3662,'_EventDuration','0'),
(11229,3662,'_EventCurrencySymbol',''),
(11230,3662,'_EventCurrencyCode',''),
(11231,3662,'_EventCurrencyPosition','prefix'),
(11232,3662,'_EventCost',''),
(11233,3662,'_EventURL',''),
(11234,3662,'_EventTimezone','UTC+0'),
(11235,3662,'_EventTimezoneAbbr','UTC+0'),
(11236,3662,'_tribe_aggregator_origin','csv'),
(11237,3662,'_tribe_aggregator_record','3639'),
(11238,3662,'_tribe_aggregator_source',''),
(11239,3662,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11240,3661,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/09/BR7.jpg'),
(11241,3660,'_thumbnail_id','3661'),
(11242,3663,'_wp_attached_file','2024/12/low-light-bk-2-D9iuLd.tmp_.jpg'),
(11243,3663,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1643;s:6:\"height\";i:924;s:4:\"file\";s:38:\"2024/12/low-light-bk-2-D9iuLd.tmp_.jpg\";s:8:\"filesize\";i:66977;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:38:\"low-light-bk-2-D9iuLd.tmp_-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7727;}s:5:\"large\";a:5:{s:4:\"file\";s:39:\"low-light-bk-2-D9iuLd.tmp_-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59531;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:38:\"low-light-bk-2-D9iuLd.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4387;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"low-light-bk-2-D9iuLd.tmp_-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34701;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:39:\"low-light-bk-2-D9iuLd.tmp_-1536x864.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119136;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:38:\"low-light-bk-2-D9iuLd.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12516;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:39:\"low-light-bk-2-D9iuLd.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:74025;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:38:\"low-light-bk-2-D9iuLd.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14255;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:38:\"low-light-bk-2-D9iuLd.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22895;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:39:\"low-light-bk-2-D9iuLd.tmp_-1080x607.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:607;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65742;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:38:\"low-light-bk-2-D9iuLd.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25479;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:39:\"low-light-bk-2-D9iuLd.tmp_-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88392;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:38:\"low-light-bk-2-D9iuLd.tmp_-980x551.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:551;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55229;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:38:\"low-light-bk-2-D9iuLd.tmp_-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15201;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:39:\"low-light-bk-2-D9iuLd.tmp_-1320x742.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:742;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93720;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:38:\"low-light-bk-2-D9iuLd.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12160;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:38:\"low-light-bk-2-D9iuLd.tmp_-600x337.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:337;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22599;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:38:\"low-light-bk-2-D9iuLd.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2794;}}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:{}}}'),
(11244,3664,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734567687;s:12:\"_EventOrigin\";i:1734567687;s:17:\"_EventShowMapLink\";i:1734567687;s:13:\"_EventShowMap\";i:1734567687;s:12:\"_EventAllDay\";i:1734567687;s:15:\"_EventStartDate\";i:1734567687;s:13:\"_EventEndDate\";i:1734567687;s:18:\"_EventStartDateUTC\";i:1734567687;s:16:\"_EventEndDateUTC\";i:1734567687;s:14:\"_EventDuration\";i:1734567687;s:20:\"_EventCurrencySymbol\";i:1734567687;s:18:\"_EventCurrencyCode\";i:1734567687;s:22:\"_EventCurrencyPosition\";i:1734567687;s:10:\"_EventCost\";i:1734567687;s:9:\"_EventURL\";i:1734567687;s:14:\"_EventTimezone\";i:1734567687;s:18:\"_EventTimezoneAbbr\";i:1734567687;s:24:\"_tribe_aggregator_origin\";i:1734567687;s:24:\"_tribe_aggregator_record\";i:1734567687;s:24:\"_tribe_aggregator_source\";i:1734567687;s:25:\"_tribe_aggregator_updated\";i:1734567687;s:13:\"_thumbnail_id\";i:1734567689;s:29:\"_et_dynamic_cached_shortcodes\";i:1753375775;s:29:\"_et_dynamic_cached_attributes\";i:1753375776;s:22:\"et_enqueued_post_fonts\";i:1753375776;s:33:\"_et_builder_module_features_cache\";i:1753375776;}'),
(11245,3664,'_EventOrigin','event-aggregator'),
(11246,3664,'_EventShowMapLink',''),
(11247,3664,'_EventShowMap',''),
(11248,3664,'_EventAllDay','no'),
(11249,3664,'_EventStartDate','2018-09-29 00:00:00'),
(11250,3664,'_EventEndDate','2018-09-29 00:00:00'),
(11251,3664,'_EventStartDateUTC','2018-09-29 00:00:00'),
(11252,3664,'_EventEndDateUTC','2018-09-29 00:00:00'),
(11253,3664,'_EventDuration','0'),
(11254,3664,'_EventCurrencySymbol',''),
(11255,3664,'_EventCurrencyCode',''),
(11256,3664,'_EventCurrencyPosition','prefix'),
(11257,3664,'_EventCost',''),
(11258,3664,'_EventURL',''),
(11259,3664,'_EventTimezone','UTC+0'),
(11260,3664,'_EventTimezoneAbbr','UTC+0'),
(11261,3664,'_tribe_aggregator_origin','csv'),
(11262,3664,'_tribe_aggregator_record','3639'),
(11263,3664,'_tribe_aggregator_source',''),
(11264,3664,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11265,3663,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/09/low-light-bk-2.jpg'),
(11266,3662,'_thumbnail_id','3663'),
(11267,3665,'_wp_attached_file','2024/12/DSCF2049-Cg6mXQ.tmp_.jpg'),
(11268,3665,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:32:\"2024/12/DSCF2049-Cg6mXQ.tmp_.jpg\";s:8:\"filesize\";i:116602;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"DSCF2049-Cg6mXQ.tmp_-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24469;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"DSCF2049-Cg6mXQ.tmp_-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:200974;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"DSCF2049-Cg6mXQ.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9257;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"DSCF2049-Cg6mXQ.tmp_-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126898;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"DSCF2049-Cg6mXQ.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34203;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"DSCF2049-Cg6mXQ.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:179635;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"DSCF2049-Cg6mXQ.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38734;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"DSCF2049-Cg6mXQ.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63216;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"DSCF2049-Cg6mXQ.tmp_-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:219152;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"DSCF2049-Cg6mXQ.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63301;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"DSCF2049-Cg6mXQ.tmp_-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188474;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"DSCF2049-Cg6mXQ.tmp_-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56587;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"DSCF2049-Cg6mXQ.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31841;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"DSCF2049-Cg6mXQ.tmp_-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84871;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"DSCF2049-Cg6mXQ.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4833;}}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:{}}}'),
(11269,3666,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734567689;s:12:\"_EventOrigin\";i:1734567689;s:17:\"_EventShowMapLink\";i:1734567689;s:13:\"_EventShowMap\";i:1734567689;s:12:\"_EventAllDay\";i:1734567689;s:15:\"_EventStartDate\";i:1734567689;s:13:\"_EventEndDate\";i:1734567689;s:18:\"_EventStartDateUTC\";i:1734567689;s:16:\"_EventEndDateUTC\";i:1734567689;s:14:\"_EventDuration\";i:1734567689;s:20:\"_EventCurrencySymbol\";i:1734567689;s:18:\"_EventCurrencyCode\";i:1734567689;s:22:\"_EventCurrencyPosition\";i:1734567689;s:10:\"_EventCost\";i:1734567689;s:9:\"_EventURL\";i:1734567689;s:14:\"_EventTimezone\";i:1734567689;s:18:\"_EventTimezoneAbbr\";i:1734567689;s:24:\"_tribe_aggregator_origin\";i:1734567689;s:24:\"_tribe_aggregator_record\";i:1734567689;s:24:\"_tribe_aggregator_source\";i:1734567689;s:25:\"_tribe_aggregator_updated\";i:1734567689;s:13:\"_thumbnail_id\";i:1734567690;s:33:\"_et_builder_module_features_cache\";i:1753681231;s:29:\"_et_dynamic_cached_shortcodes\";i:1753681230;s:29:\"_et_dynamic_cached_attributes\";i:1753681231;s:22:\"et_enqueued_post_fonts\";i:1753681231;}'),
(11270,3666,'_EventOrigin','event-aggregator'),
(11271,3666,'_EventShowMapLink',''),
(11272,3666,'_EventShowMap',''),
(11273,3666,'_EventAllDay','no'),
(11274,3666,'_EventStartDate','2018-09-29 00:00:00'),
(11275,3666,'_EventEndDate','2018-09-29 00:00:00'),
(11276,3666,'_EventStartDateUTC','2018-09-29 00:00:00'),
(11277,3666,'_EventEndDateUTC','2018-09-29 00:00:00'),
(11278,3666,'_EventDuration','0'),
(11279,3666,'_EventCurrencySymbol',''),
(11280,3666,'_EventCurrencyCode',''),
(11281,3666,'_EventCurrencyPosition','prefix'),
(11282,3666,'_EventCost',''),
(11283,3666,'_EventURL',''),
(11284,3666,'_EventTimezone','UTC+0'),
(11285,3666,'_EventTimezoneAbbr','UTC+0'),
(11286,3666,'_tribe_aggregator_origin','csv'),
(11287,3666,'_tribe_aggregator_record','3639'),
(11288,3666,'_tribe_aggregator_source',''),
(11289,3666,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11290,3665,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/02/DSCF2049.jpg'),
(11291,3664,'_thumbnail_id','3665'),
(11292,3667,'_wp_attached_file','2024/12/IMG_2485-FDCcoW.tmp_.jpg'),
(11293,3667,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:640;s:4:\"file\";s:32:\"2024/12/IMG_2485-FDCcoW.tmp_.jpg\";s:8:\"filesize\";i:43965;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"IMG_2485-FDCcoW.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29967;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"IMG_2485-FDCcoW.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8880;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"IMG_2485-FDCcoW.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28209;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"IMG_2485-FDCcoW.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32674;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"IMG_2485-FDCcoW.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49953;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"IMG_2485-FDCcoW.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55395;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"IMG_2485-FDCcoW.tmp_-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66529;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"IMG_2485-FDCcoW.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29967;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"IMG_2485-FDCcoW.tmp_-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91694;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"IMG_2485-FDCcoW.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4747;}}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:{}}}'),
(11295,3667,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/08/IMG_2485.jpg'),
(11296,3666,'_thumbnail_id','3667'),
(11301,3668,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734567700;s:12:\"_EventOrigin\";i:1734567700;s:17:\"_EventShowMapLink\";i:1734567700;s:13:\"_EventShowMap\";i:1734567700;s:12:\"_EventAllDay\";i:1734567700;s:15:\"_EventStartDate\";i:1734567700;s:13:\"_EventEndDate\";i:1734567700;s:18:\"_EventStartDateUTC\";i:1734567700;s:16:\"_EventEndDateUTC\";i:1734567700;s:14:\"_EventDuration\";i:1734567700;s:20:\"_EventCurrencySymbol\";i:1734567700;s:18:\"_EventCurrencyCode\";i:1734567700;s:22:\"_EventCurrencyPosition\";i:1734567700;s:10:\"_EventCost\";i:1734567700;s:9:\"_EventURL\";i:1734567700;s:14:\"_EventTimezone\";i:1734567700;s:18:\"_EventTimezoneAbbr\";i:1734567700;s:24:\"_tribe_aggregator_origin\";i:1734567700;s:24:\"_tribe_aggregator_record\";i:1734567700;s:24:\"_tribe_aggregator_source\";i:1734567700;s:25:\"_tribe_aggregator_updated\";i:1734567700;s:13:\"_thumbnail_id\";i:1734567700;s:29:\"_et_dynamic_cached_shortcodes\";i:1753372303;s:29:\"_et_dynamic_cached_attributes\";i:1753372304;s:22:\"et_enqueued_post_fonts\";i:1753372305;s:33:\"_et_builder_module_features_cache\";i:1753372305;}'),
(11302,3668,'_EventOrigin','event-aggregator'),
(11303,3668,'_EventShowMapLink',''),
(11304,3668,'_EventShowMap',''),
(11305,3668,'_EventAllDay','no'),
(11306,3668,'_EventStartDate','2018-10-24 00:00:00'),
(11307,3668,'_EventEndDate','2018-10-24 00:00:00'),
(11308,3668,'_EventStartDateUTC','2018-10-24 00:00:00'),
(11309,3668,'_EventEndDateUTC','2018-10-24 00:00:00'),
(11310,3668,'_EventDuration','0'),
(11311,3668,'_EventCurrencySymbol',''),
(11312,3668,'_EventCurrencyCode',''),
(11313,3668,'_EventCurrencyPosition','prefix'),
(11314,3668,'_EventCost',''),
(11315,3668,'_EventURL',''),
(11316,3668,'_EventTimezone','UTC+0'),
(11317,3668,'_EventTimezoneAbbr','UTC+0'),
(11318,3668,'_tribe_aggregator_origin','csv'),
(11319,3668,'_tribe_aggregator_record','3639'),
(11320,3668,'_tribe_aggregator_source',''),
(11321,3668,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11322,3668,'_thumbnail_id','3661'),
(11323,3669,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734567701;s:12:\"_EventOrigin\";i:1734567701;s:17:\"_EventShowMapLink\";i:1734567701;s:13:\"_EventShowMap\";i:1734567701;s:12:\"_EventAllDay\";i:1734567701;s:15:\"_EventStartDate\";i:1734567701;s:13:\"_EventEndDate\";i:1734567701;s:18:\"_EventStartDateUTC\";i:1734567701;s:16:\"_EventEndDateUTC\";i:1734567701;s:14:\"_EventDuration\";i:1734567701;s:20:\"_EventCurrencySymbol\";i:1734567701;s:18:\"_EventCurrencyCode\";i:1734567701;s:22:\"_EventCurrencyPosition\";i:1734567701;s:10:\"_EventCost\";i:1734567701;s:9:\"_EventURL\";i:1734567701;s:14:\"_EventTimezone\";i:1734567701;s:18:\"_EventTimezoneAbbr\";i:1734567701;s:24:\"_tribe_aggregator_origin\";i:1734567701;s:24:\"_tribe_aggregator_record\";i:1734567701;s:24:\"_tribe_aggregator_source\";i:1734567701;s:25:\"_tribe_aggregator_updated\";i:1734567701;s:13:\"_thumbnail_id\";i:1734567702;s:29:\"_et_dynamic_cached_shortcodes\";i:1756802475;s:29:\"_et_dynamic_cached_attributes\";i:1756802475;s:22:\"et_enqueued_post_fonts\";i:1756802475;s:33:\"_et_builder_module_features_cache\";i:1756802475;}'),
(11324,3669,'_EventOrigin','event-aggregator'),
(11325,3669,'_EventShowMapLink',''),
(11326,3669,'_EventShowMap',''),
(11327,3669,'_EventAllDay','no'),
(11328,3669,'_EventStartDate','2018-10-24 00:00:00'),
(11329,3669,'_EventEndDate','2018-10-24 00:00:00'),
(11330,3669,'_EventStartDateUTC','2018-10-24 00:00:00'),
(11331,3669,'_EventEndDateUTC','2018-10-24 00:00:00'),
(11332,3669,'_EventDuration','0'),
(11333,3669,'_EventCurrencySymbol',''),
(11334,3669,'_EventCurrencyCode',''),
(11335,3669,'_EventCurrencyPosition','prefix'),
(11336,3669,'_EventCost',''),
(11337,3669,'_EventURL',''),
(11338,3669,'_EventTimezone','UTC+0'),
(11339,3669,'_EventTimezoneAbbr','UTC+0'),
(11340,3669,'_tribe_aggregator_origin','csv'),
(11341,3669,'_tribe_aggregator_record','3639'),
(11342,3669,'_tribe_aggregator_source',''),
(11343,3669,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11344,3670,'_wp_attached_file','2024/12/img_94390340-Jsye42.tmp_.jpg'),
(11345,3670,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:36:\"2024/12/img_94390340-Jsye42.tmp_.jpg\";s:8:\"filesize\";i:65963;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"img_94390340-Jsye42.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25948;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"img_94390340-Jsye42.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8419;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"img_94390340-Jsye42.tmp_-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112329;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"img_94390340-Jsye42.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24954;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"img_94390340-Jsye42.tmp_-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:103782;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"img_94390340-Jsye42.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28350;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"img_94390340-Jsye42.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43279;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"img_94390340-Jsye42.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49030;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"img_94390340-Jsye42.tmp_-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54695;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"img_94390340-Jsye42.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25948;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"img_94390340-Jsye42.tmp_-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77725;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"img_94390340-Jsye42.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4699;}}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:{}}}'),
(11346,3671,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734567702;s:12:\"_EventOrigin\";i:1734567702;s:17:\"_EventShowMapLink\";i:1734567702;s:13:\"_EventShowMap\";i:1734567702;s:12:\"_EventAllDay\";i:1734567702;s:15:\"_EventStartDate\";i:1734567702;s:13:\"_EventEndDate\";i:1734567702;s:18:\"_EventStartDateUTC\";i:1734567702;s:16:\"_EventEndDateUTC\";i:1734567702;s:14:\"_EventDuration\";i:1734567702;s:20:\"_EventCurrencySymbol\";i:1734567702;s:18:\"_EventCurrencyCode\";i:1734567702;s:22:\"_EventCurrencyPosition\";i:1734567702;s:10:\"_EventCost\";i:1734567702;s:9:\"_EventURL\";i:1734567702;s:14:\"_EventTimezone\";i:1734567702;s:18:\"_EventTimezoneAbbr\";i:1734567702;s:24:\"_tribe_aggregator_origin\";i:1734567702;s:24:\"_tribe_aggregator_record\";i:1734567702;s:24:\"_tribe_aggregator_source\";i:1734567702;s:25:\"_tribe_aggregator_updated\";i:1734567702;s:13:\"_thumbnail_id\";i:1734567702;s:29:\"_et_dynamic_cached_shortcodes\";i:1755486661;s:29:\"_et_dynamic_cached_attributes\";i:1755486667;s:22:\"et_enqueued_post_fonts\";i:1755486667;s:33:\"_et_builder_module_features_cache\";i:1753362998;}'),
(11347,3671,'_EventOrigin','event-aggregator'),
(11348,3671,'_EventShowMapLink',''),
(11349,3671,'_EventShowMap',''),
(11350,3671,'_EventAllDay','no'),
(11351,3671,'_EventStartDate','2018-10-24 00:00:00'),
(11352,3671,'_EventEndDate','2018-10-24 00:00:00'),
(11353,3671,'_EventStartDateUTC','2018-10-24 00:00:00'),
(11354,3671,'_EventEndDateUTC','2018-10-24 00:00:00'),
(11355,3671,'_EventDuration','0'),
(11356,3671,'_EventCurrencySymbol',''),
(11357,3671,'_EventCurrencyCode',''),
(11358,3671,'_EventCurrencyPosition','prefix'),
(11359,3671,'_EventCost',''),
(11360,3671,'_EventURL',''),
(11361,3671,'_EventTimezone','UTC+0'),
(11362,3671,'_EventTimezoneAbbr','UTC+0'),
(11363,3671,'_tribe_aggregator_origin','csv'),
(11364,3671,'_tribe_aggregator_record','3639'),
(11365,3671,'_tribe_aggregator_source',''),
(11366,3671,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11367,3670,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/10/img_94390340.jpg'),
(11368,3669,'_thumbnail_id','3670'),
(11369,3671,'_thumbnail_id','3667'),
(11370,3672,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567702;s:8:\"post_tag\";i:1734567702;s:12:\"_EventOrigin\";i:1734567702;s:17:\"_EventShowMapLink\";i:1734567702;s:13:\"_EventShowMap\";i:1734567702;s:12:\"_EventAllDay\";i:1734567702;s:15:\"_EventStartDate\";i:1734567702;s:13:\"_EventEndDate\";i:1734567702;s:18:\"_EventStartDateUTC\";i:1734567702;s:16:\"_EventEndDateUTC\";i:1734567702;s:14:\"_EventDuration\";i:1734567702;s:20:\"_EventCurrencySymbol\";i:1734567702;s:18:\"_EventCurrencyCode\";i:1734567702;s:22:\"_EventCurrencyPosition\";i:1734567702;s:10:\"_EventCost\";i:1734567702;s:9:\"_EventURL\";i:1734567702;s:14:\"_EventTimezone\";i:1734567702;s:18:\"_EventTimezoneAbbr\";i:1734567702;s:24:\"_tribe_aggregator_origin\";i:1734567702;s:24:\"_tribe_aggregator_record\";i:1734567703;s:24:\"_tribe_aggregator_source\";i:1734567703;s:25:\"_tribe_aggregator_updated\";i:1734567703;s:13:\"_thumbnail_id\";i:1734567703;s:29:\"_et_dynamic_cached_shortcodes\";i:1752231202;s:29:\"_et_dynamic_cached_attributes\";i:1752231202;s:22:\"et_enqueued_post_fonts\";i:1753159141;s:33:\"_et_builder_module_features_cache\";i:1753363736;}'),
(11371,3672,'_EventOrigin','event-aggregator'),
(11372,3672,'_EventShowMapLink',''),
(11373,3672,'_EventShowMap',''),
(11374,3672,'_EventAllDay','no'),
(11375,3672,'_EventStartDate','2018-10-24 00:00:00'),
(11376,3672,'_EventEndDate','2018-10-24 00:00:00'),
(11377,3672,'_EventStartDateUTC','2018-10-24 00:00:00'),
(11378,3672,'_EventEndDateUTC','2018-10-24 00:00:00'),
(11379,3672,'_EventDuration','0'),
(11380,3672,'_EventCurrencySymbol',''),
(11381,3672,'_EventCurrencyCode',''),
(11382,3672,'_EventCurrencyPosition','prefix'),
(11383,3672,'_EventCost',''),
(11384,3672,'_EventURL',''),
(11385,3672,'_EventTimezone','UTC+0'),
(11386,3672,'_EventTimezoneAbbr','UTC+0'),
(11387,3672,'_tribe_aggregator_origin','csv'),
(11388,3672,'_tribe_aggregator_record','3639'),
(11389,3672,'_tribe_aggregator_source',''),
(11390,3672,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11391,3672,'_thumbnail_id','3653'),
(11392,3673,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567703;s:8:\"post_tag\";i:1734567703;s:12:\"_EventOrigin\";i:1734567703;s:17:\"_EventShowMapLink\";i:1734567703;s:13:\"_EventShowMap\";i:1734567703;s:12:\"_EventAllDay\";i:1734567703;s:15:\"_EventStartDate\";i:1734567703;s:13:\"_EventEndDate\";i:1734567703;s:18:\"_EventStartDateUTC\";i:1734567703;s:16:\"_EventEndDateUTC\";i:1734567703;s:14:\"_EventDuration\";i:1734567703;s:20:\"_EventCurrencySymbol\";i:1734567703;s:18:\"_EventCurrencyCode\";i:1734567703;s:22:\"_EventCurrencyPosition\";i:1734567703;s:10:\"_EventCost\";i:1734567703;s:9:\"_EventURL\";i:1734567703;s:14:\"_EventTimezone\";i:1734567703;s:18:\"_EventTimezoneAbbr\";i:1734567703;s:24:\"_tribe_aggregator_origin\";i:1734567703;s:24:\"_tribe_aggregator_record\";i:1734567703;s:24:\"_tribe_aggregator_source\";i:1734567703;s:25:\"_tribe_aggregator_updated\";i:1734567703;s:13:\"_thumbnail_id\";i:1734567704;s:29:\"_et_dynamic_cached_shortcodes\";i:1753322607;s:29:\"_et_dynamic_cached_attributes\";i:1753322608;s:22:\"et_enqueued_post_fonts\";i:1753322608;s:33:\"_et_builder_module_features_cache\";i:1753322608;}'),
(11393,3673,'_EventOrigin','event-aggregator'),
(11394,3673,'_EventShowMapLink',''),
(11395,3673,'_EventShowMap',''),
(11396,3673,'_EventAllDay','no'),
(11397,3673,'_EventStartDate','2018-10-24 00:00:00'),
(11398,3673,'_EventEndDate','2018-10-24 00:00:00'),
(11399,3673,'_EventStartDateUTC','2018-10-24 00:00:00'),
(11400,3673,'_EventEndDateUTC','2018-10-24 00:00:00'),
(11401,3673,'_EventDuration','0'),
(11402,3673,'_EventCurrencySymbol',''),
(11403,3673,'_EventCurrencyCode',''),
(11404,3673,'_EventCurrencyPosition','prefix'),
(11405,3673,'_EventCost',''),
(11406,3673,'_EventURL',''),
(11407,3673,'_EventTimezone','UTC+0'),
(11408,3673,'_EventTimezoneAbbr','UTC+0'),
(11409,3673,'_tribe_aggregator_origin','csv'),
(11410,3673,'_tribe_aggregator_record','3639'),
(11411,3673,'_tribe_aggregator_source',''),
(11412,3673,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11413,3674,'_wp_attached_file','2024/12/f0Mn13L-JM45Kb.tmp_.jpg'),
(11414,3674,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:598;s:4:\"file\";s:31:\"2024/12/f0Mn13L-JM45Kb.tmp_.jpg\";s:8:\"filesize\";i:60212;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"f0Mn13L-JM45Kb.tmp_-300x179.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:179;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15367;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"f0Mn13L-JM45Kb.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7891;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"f0Mn13L-JM45Kb.tmp_-768x459.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:459;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66804;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"f0Mn13L-JM45Kb.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24837;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"f0Mn13L-JM45Kb.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27451;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"f0Mn13L-JM45Kb.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42109;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"f0Mn13L-JM45Kb.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41259;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"f0Mn13L-JM45Kb.tmp_-980x586.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:586;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96112;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"f0Mn13L-JM45Kb.tmp_-480x287.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:287;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31936;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"f0Mn13L-JM45Kb.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22949;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"f0Mn13L-JM45Kb.tmp_-600x359.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:359;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45891;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"f0Mn13L-JM45Kb.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4393;}}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:{}}}'),
(11416,3674,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/04/f0Mn13L.jpg'),
(11417,3673,'_thumbnail_id','3674'),
(11422,3675,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567771;s:8:\"post_tag\";i:1734567771;s:12:\"_EventOrigin\";i:1734567771;s:17:\"_EventShowMapLink\";i:1734567771;s:13:\"_EventShowMap\";i:1734567771;s:12:\"_EventAllDay\";i:1734567771;s:15:\"_EventStartDate\";i:1734567771;s:13:\"_EventEndDate\";i:1734567771;s:18:\"_EventStartDateUTC\";i:1734567771;s:16:\"_EventEndDateUTC\";i:1734567771;s:14:\"_EventDuration\";i:1734567771;s:20:\"_EventCurrencySymbol\";i:1734567771;s:18:\"_EventCurrencyCode\";i:1734567771;s:22:\"_EventCurrencyPosition\";i:1734567771;s:10:\"_EventCost\";i:1734567771;s:9:\"_EventURL\";i:1734567771;s:14:\"_EventTimezone\";i:1734567771;s:18:\"_EventTimezoneAbbr\";i:1734567771;s:24:\"_tribe_aggregator_origin\";i:1734567771;s:24:\"_tribe_aggregator_record\";i:1734567771;s:24:\"_tribe_aggregator_source\";i:1734567771;s:25:\"_tribe_aggregator_updated\";i:1734567771;s:13:\"_thumbnail_id\";i:1734567771;s:29:\"_et_dynamic_cached_shortcodes\";i:1753402836;s:29:\"_et_dynamic_cached_attributes\";i:1753402836;s:22:\"et_enqueued_post_fonts\";i:1753402837;s:33:\"_et_builder_module_features_cache\";i:1753343702;}'),
(11423,3675,'_EventOrigin','event-aggregator'),
(11424,3675,'_EventShowMapLink',''),
(11425,3675,'_EventShowMap',''),
(11426,3675,'_EventAllDay','no'),
(11427,3675,'_EventStartDate','2018-10-24 00:00:00'),
(11428,3675,'_EventEndDate','2018-10-24 00:00:00'),
(11429,3675,'_EventStartDateUTC','2018-10-24 00:00:00'),
(11430,3675,'_EventEndDateUTC','2018-10-24 00:00:00'),
(11431,3675,'_EventDuration','0'),
(11432,3675,'_EventCurrencySymbol',''),
(11433,3675,'_EventCurrencyCode',''),
(11434,3675,'_EventCurrencyPosition','prefix'),
(11435,3675,'_EventCost',''),
(11436,3675,'_EventURL',''),
(11437,3675,'_EventTimezone','UTC+0'),
(11438,3675,'_EventTimezoneAbbr','UTC+0'),
(11439,3675,'_tribe_aggregator_origin','csv'),
(11440,3675,'_tribe_aggregator_record','3639'),
(11441,3675,'_tribe_aggregator_source',''),
(11442,3675,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11443,3675,'_thumbnail_id','3649'),
(11444,3676,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734567772;s:12:\"_EventOrigin\";i:1734567772;s:17:\"_EventShowMapLink\";i:1734567772;s:13:\"_EventShowMap\";i:1734567772;s:12:\"_EventAllDay\";i:1734567772;s:15:\"_EventStartDate\";i:1734567772;s:13:\"_EventEndDate\";i:1734567772;s:18:\"_EventStartDateUTC\";i:1734567772;s:16:\"_EventEndDateUTC\";i:1734567772;s:14:\"_EventDuration\";i:1734567772;s:20:\"_EventCurrencySymbol\";i:1734567772;s:18:\"_EventCurrencyCode\";i:1734567772;s:22:\"_EventCurrencyPosition\";i:1734567772;s:10:\"_EventCost\";i:1734567772;s:9:\"_EventURL\";i:1734567772;s:14:\"_EventTimezone\";i:1734567772;s:18:\"_EventTimezoneAbbr\";i:1734567772;s:24:\"_tribe_aggregator_origin\";i:1734567772;s:24:\"_tribe_aggregator_record\";i:1734567772;s:24:\"_tribe_aggregator_source\";i:1734567772;s:25:\"_tribe_aggregator_updated\";i:1734567772;s:13:\"_thumbnail_id\";i:1734567772;s:29:\"_et_dynamic_cached_shortcodes\";i:1755021809;s:29:\"_et_dynamic_cached_attributes\";i:1755021813;s:22:\"et_enqueued_post_fonts\";i:1755021813;s:33:\"_et_builder_module_features_cache\";i:1753362969;}'),
(11445,3676,'_EventOrigin','event-aggregator'),
(11446,3676,'_EventShowMapLink',''),
(11447,3676,'_EventShowMap',''),
(11448,3676,'_EventAllDay','no'),
(11449,3676,'_EventStartDate','2018-10-28 00:00:00'),
(11450,3676,'_EventEndDate','2018-10-28 00:00:00'),
(11451,3676,'_EventStartDateUTC','2018-10-28 00:00:00'),
(11452,3676,'_EventEndDateUTC','2018-10-28 00:00:00'),
(11453,3676,'_EventDuration','0'),
(11454,3676,'_EventCurrencySymbol',''),
(11455,3676,'_EventCurrencyCode',''),
(11456,3676,'_EventCurrencyPosition','prefix'),
(11457,3676,'_EventCost',''),
(11458,3676,'_EventURL',''),
(11459,3676,'_EventTimezone','UTC+0'),
(11460,3676,'_EventTimezoneAbbr','UTC+0'),
(11461,3676,'_tribe_aggregator_origin','csv'),
(11462,3676,'_tribe_aggregator_record','3639'),
(11463,3676,'_tribe_aggregator_source',''),
(11464,3676,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11465,3676,'_thumbnail_id','3661'),
(11466,3677,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567772;s:8:\"post_tag\";i:1734567772;s:12:\"_EventOrigin\";i:1734567772;s:17:\"_EventShowMapLink\";i:1734567772;s:13:\"_EventShowMap\";i:1734567772;s:12:\"_EventAllDay\";i:1734567772;s:15:\"_EventStartDate\";i:1734567772;s:13:\"_EventEndDate\";i:1734567772;s:18:\"_EventStartDateUTC\";i:1734567772;s:16:\"_EventEndDateUTC\";i:1734567772;s:14:\"_EventDuration\";i:1734567772;s:20:\"_EventCurrencySymbol\";i:1734567772;s:18:\"_EventCurrencyCode\";i:1734567772;s:22:\"_EventCurrencyPosition\";i:1734567772;s:10:\"_EventCost\";i:1734567772;s:9:\"_EventURL\";i:1734567772;s:14:\"_EventTimezone\";i:1734567772;s:18:\"_EventTimezoneAbbr\";i:1734567772;s:24:\"_tribe_aggregator_origin\";i:1734567772;s:24:\"_tribe_aggregator_record\";i:1734567772;s:24:\"_tribe_aggregator_source\";i:1734567772;s:25:\"_tribe_aggregator_updated\";i:1734567772;s:13:\"_thumbnail_id\";i:1734567773;s:29:\"_et_dynamic_cached_shortcodes\";i:1753349798;s:29:\"_et_dynamic_cached_attributes\";i:1753349798;s:22:\"et_enqueued_post_fonts\";i:1753349798;s:33:\"_et_builder_module_features_cache\";i:1753349798;}'),
(11467,3677,'_EventOrigin','event-aggregator'),
(11468,3677,'_EventShowMapLink',''),
(11469,3677,'_EventShowMap',''),
(11470,3677,'_EventAllDay','no'),
(11471,3677,'_EventStartDate','2018-10-28 00:00:00'),
(11472,3677,'_EventEndDate','2018-10-28 00:00:00'),
(11473,3677,'_EventStartDateUTC','2018-10-28 00:00:00'),
(11474,3677,'_EventEndDateUTC','2018-10-28 00:00:00'),
(11475,3677,'_EventDuration','0'),
(11476,3677,'_EventCurrencySymbol',''),
(11477,3677,'_EventCurrencyCode',''),
(11478,3677,'_EventCurrencyPosition','prefix'),
(11479,3677,'_EventCost',''),
(11480,3677,'_EventURL',''),
(11481,3677,'_EventTimezone','UTC+0'),
(11482,3677,'_EventTimezoneAbbr','UTC+0'),
(11483,3677,'_tribe_aggregator_origin','csv'),
(11484,3677,'_tribe_aggregator_record','3639'),
(11485,3677,'_tribe_aggregator_source',''),
(11486,3677,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11487,3677,'_thumbnail_id','3653'),
(11488,3678,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567773;s:8:\"post_tag\";i:1734567773;s:12:\"_EventOrigin\";i:1734567773;s:17:\"_EventShowMapLink\";i:1734567773;s:13:\"_EventShowMap\";i:1734567773;s:12:\"_EventAllDay\";i:1734567773;s:15:\"_EventStartDate\";i:1734567773;s:13:\"_EventEndDate\";i:1734567773;s:18:\"_EventStartDateUTC\";i:1734567773;s:16:\"_EventEndDateUTC\";i:1734567773;s:14:\"_EventDuration\";i:1734567773;s:20:\"_EventCurrencySymbol\";i:1734567773;s:18:\"_EventCurrencyCode\";i:1734567773;s:22:\"_EventCurrencyPosition\";i:1734567773;s:10:\"_EventCost\";i:1734567773;s:9:\"_EventURL\";i:1734567773;s:14:\"_EventTimezone\";i:1734567773;s:18:\"_EventTimezoneAbbr\";i:1734567773;s:24:\"_tribe_aggregator_origin\";i:1734567773;s:24:\"_tribe_aggregator_record\";i:1734567773;s:24:\"_tribe_aggregator_source\";i:1734567773;s:25:\"_tribe_aggregator_updated\";i:1734567773;s:13:\"_thumbnail_id\";i:1734567774;s:29:\"_et_dynamic_cached_shortcodes\";i:1753324149;s:29:\"_et_dynamic_cached_attributes\";i:1753324150;s:22:\"et_enqueued_post_fonts\";i:1753324150;s:33:\"_et_builder_module_features_cache\";i:1753324150;}'),
(11489,3678,'_EventOrigin','event-aggregator'),
(11490,3678,'_EventShowMapLink',''),
(11491,3678,'_EventShowMap',''),
(11492,3678,'_EventAllDay','no'),
(11493,3678,'_EventStartDate','2018-11-24 00:00:00'),
(11494,3678,'_EventEndDate','2018-11-24 00:00:00'),
(11495,3678,'_EventStartDateUTC','2018-11-24 00:00:00'),
(11496,3678,'_EventEndDateUTC','2018-11-24 00:00:00'),
(11497,3678,'_EventDuration','0'),
(11498,3678,'_EventCurrencySymbol',''),
(11499,3678,'_EventCurrencyCode',''),
(11500,3678,'_EventCurrencyPosition','prefix'),
(11501,3678,'_EventCost',''),
(11502,3678,'_EventURL',''),
(11503,3678,'_EventTimezone','UTC+0'),
(11504,3678,'_EventTimezoneAbbr','UTC+0'),
(11505,3678,'_tribe_aggregator_origin','csv'),
(11506,3678,'_tribe_aggregator_record','3639'),
(11507,3678,'_tribe_aggregator_source',''),
(11508,3678,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11509,3679,'_wp_attached_file','2024/12/IMG045-Olw5iK.tmp_.jpg'),
(11510,3679,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:640;s:6:\"height\";i:512;s:4:\"file\";s:30:\"2024/12/IMG045-Olw5iK.tmp_.jpg\";s:8:\"filesize\";i:41770;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:30:\"IMG045-Olw5iK.tmp_-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13079;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:30:\"IMG045-Olw5iK.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5141;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:30:\"IMG045-Olw5iK.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15517;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:30:\"IMG045-Olw5iK.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17745;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:30:\"IMG045-Olw5iK.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28657;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:30:\"IMG045-Olw5iK.tmp_-400x512.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28958;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:30:\"IMG045-Olw5iK.tmp_-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28503;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:30:\"IMG045-Olw5iK.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15162;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:30:\"IMG045-Olw5iK.tmp_-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40342;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:30:\"IMG045-Olw5iK.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3028;}}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:{}}}'),
(11511,3680,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567774;s:8:\"post_tag\";i:1734567774;s:12:\"_EventOrigin\";i:1734567774;s:17:\"_EventShowMapLink\";i:1734567774;s:13:\"_EventShowMap\";i:1734567774;s:12:\"_EventAllDay\";i:1734567774;s:15:\"_EventStartDate\";i:1734567774;s:13:\"_EventEndDate\";i:1734567774;s:18:\"_EventStartDateUTC\";i:1734567774;s:16:\"_EventEndDateUTC\";i:1734567774;s:14:\"_EventDuration\";i:1734567774;s:20:\"_EventCurrencySymbol\";i:1734567774;s:18:\"_EventCurrencyCode\";i:1734567774;s:22:\"_EventCurrencyPosition\";i:1734567774;s:10:\"_EventCost\";i:1734567774;s:9:\"_EventURL\";i:1734567774;s:14:\"_EventTimezone\";i:1734567774;s:18:\"_EventTimezoneAbbr\";i:1734567774;s:24:\"_tribe_aggregator_origin\";i:1734567774;s:24:\"_tribe_aggregator_record\";i:1734567774;s:24:\"_tribe_aggregator_source\";i:1734567774;s:25:\"_tribe_aggregator_updated\";i:1734567774;s:13:\"_thumbnail_id\";i:1734567775;s:33:\"_et_builder_module_features_cache\";i:1754900473;s:29:\"_et_dynamic_cached_shortcodes\";i:1754900469;s:29:\"_et_dynamic_cached_attributes\";i:1754900473;s:22:\"et_enqueued_post_fonts\";i:1754900473;}'),
(11512,3680,'_EventOrigin','event-aggregator'),
(11513,3680,'_EventShowMapLink',''),
(11514,3680,'_EventShowMap',''),
(11515,3680,'_EventAllDay','no'),
(11516,3680,'_EventStartDate','2018-11-24 00:00:00'),
(11517,3680,'_EventEndDate','2018-11-24 00:00:00'),
(11518,3680,'_EventStartDateUTC','2018-11-24 00:00:00'),
(11519,3679,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG045.jpeg'),
(11520,3680,'_EventEndDateUTC','2018-11-24 00:00:00'),
(11521,3678,'_thumbnail_id','3679'),
(11522,3680,'_EventDuration','0'),
(11523,3680,'_EventCurrencySymbol',''),
(11524,3680,'_EventCurrencyCode',''),
(11525,3680,'_EventCurrencyPosition','prefix'),
(11526,3680,'_EventCost',''),
(11527,3680,'_EventURL',''),
(11528,3680,'_EventTimezone','UTC+0'),
(11529,3680,'_EventTimezoneAbbr','UTC+0'),
(11530,3680,'_tribe_aggregator_origin','csv'),
(11531,3680,'_tribe_aggregator_record','3639'),
(11532,3680,'_tribe_aggregator_source',''),
(11533,3680,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11534,3680,'_thumbnail_id','3647'),
(11540,3681,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567786;s:8:\"post_tag\";i:1734567786;s:12:\"_EventOrigin\";i:1734567786;s:17:\"_EventShowMapLink\";i:1734567786;s:13:\"_EventShowMap\";i:1734567786;s:12:\"_EventAllDay\";i:1734567786;s:15:\"_EventStartDate\";i:1734567786;s:13:\"_EventEndDate\";i:1734567786;s:18:\"_EventStartDateUTC\";i:1734567786;s:16:\"_EventEndDateUTC\";i:1734567786;s:14:\"_EventDuration\";i:1734567786;s:20:\"_EventCurrencySymbol\";i:1734567786;s:18:\"_EventCurrencyCode\";i:1734567786;s:22:\"_EventCurrencyPosition\";i:1734567786;s:10:\"_EventCost\";i:1734567786;s:9:\"_EventURL\";i:1734567786;s:14:\"_EventTimezone\";i:1734567786;s:18:\"_EventTimezoneAbbr\";i:1734567786;s:24:\"_tribe_aggregator_origin\";i:1734567786;s:24:\"_tribe_aggregator_record\";i:1734567786;s:24:\"_tribe_aggregator_source\";i:1734567786;s:25:\"_tribe_aggregator_updated\";i:1734567786;s:13:\"_thumbnail_id\";i:1734567788;s:29:\"_et_dynamic_cached_shortcodes\";i:1753359879;s:29:\"_et_dynamic_cached_attributes\";i:1753359879;s:22:\"et_enqueued_post_fonts\";i:1753359879;s:33:\"_et_builder_module_features_cache\";i:1753359879;}'),
(11541,3681,'_EventOrigin','event-aggregator'),
(11542,3681,'_EventShowMapLink',''),
(11543,3681,'_EventShowMap',''),
(11544,3681,'_EventAllDay','no'),
(11545,3681,'_EventStartDate','2018-12-16 00:00:00'),
(11546,3681,'_EventEndDate','2018-12-16 00:00:00'),
(11547,3681,'_EventStartDateUTC','2018-12-16 00:00:00'),
(11548,3681,'_EventEndDateUTC','2018-12-16 00:00:00'),
(11549,3681,'_EventDuration','0'),
(11550,3681,'_EventCurrencySymbol',''),
(11551,3681,'_EventCurrencyCode',''),
(11552,3681,'_EventCurrencyPosition','prefix'),
(11553,3681,'_EventCost',''),
(11554,3681,'_EventURL',''),
(11555,3681,'_EventTimezone','UTC+0'),
(11556,3681,'_EventTimezoneAbbr','UTC+0'),
(11557,3681,'_tribe_aggregator_origin','csv'),
(11558,3681,'_tribe_aggregator_record','3639'),
(11559,3681,'_tribe_aggregator_source',''),
(11560,3681,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11561,3682,'_wp_attached_file','2024/12/IMG_4597-3-OB3DyP.tmp_.jpg'),
(11562,3682,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:34:\"2024/12/IMG_4597-3-OB3DyP.tmp_.jpg\";s:8:\"filesize\";i:116134;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:34:\"IMG_4597-3-OB3DyP.tmp_-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21569;}s:5:\"large\";a:5:{s:4:\"file\";s:35:\"IMG_4597-3-OB3DyP.tmp_-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:201276;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:34:\"IMG_4597-3-OB3DyP.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7970;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:34:\"IMG_4597-3-OB3DyP.tmp_-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123665;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:34:\"IMG_4597-3-OB3DyP.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31635;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:35:\"IMG_4597-3-OB3DyP.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:189351;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:34:\"IMG_4597-3-OB3DyP.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35066;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:34:\"IMG_4597-3-OB3DyP.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58113;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:35:\"IMG_4597-3-OB3DyP.tmp_-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220504;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:34:\"IMG_4597-3-OB3DyP.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60247;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:34:\"IMG_4597-3-OB3DyP.tmp_-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:188465;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:34:\"IMG_4597-3-OB3DyP.tmp_-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51457;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:34:\"IMG_4597-3-OB3DyP.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28121;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:34:\"IMG_4597-3-OB3DyP.tmp_-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79727;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:34:\"IMG_4597-3-OB3DyP.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4224;}}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:{}}}'),
(11563,3683,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734567787;s:12:\"_EventOrigin\";i:1734567787;s:17:\"_EventShowMapLink\";i:1734567787;s:13:\"_EventShowMap\";i:1734567787;s:12:\"_EventAllDay\";i:1734567787;s:15:\"_EventStartDate\";i:1734567787;s:13:\"_EventEndDate\";i:1734567787;s:18:\"_EventStartDateUTC\";i:1734567787;s:16:\"_EventEndDateUTC\";i:1734567787;s:14:\"_EventDuration\";i:1734567787;s:20:\"_EventCurrencySymbol\";i:1734567787;s:18:\"_EventCurrencyCode\";i:1734567787;s:22:\"_EventCurrencyPosition\";i:1734567787;s:10:\"_EventCost\";i:1734567787;s:9:\"_EventURL\";i:1734567787;s:14:\"_EventTimezone\";i:1734567787;s:18:\"_EventTimezoneAbbr\";i:1734567787;s:24:\"_tribe_aggregator_origin\";i:1734567787;s:24:\"_tribe_aggregator_record\";i:1734567787;s:24:\"_tribe_aggregator_source\";i:1734567787;s:25:\"_tribe_aggregator_updated\";i:1734567787;s:13:\"_thumbnail_id\";i:1734567789;s:29:\"_et_dynamic_cached_shortcodes\";i:1755055958;s:29:\"_et_dynamic_cached_attributes\";i:1755055961;s:22:\"et_enqueued_post_fonts\";i:1755055961;s:33:\"_et_builder_module_features_cache\";i:1753374531;}'),
(11564,3683,'_EventOrigin','event-aggregator'),
(11565,3683,'_EventShowMapLink',''),
(11566,3683,'_EventShowMap',''),
(11567,3683,'_EventAllDay','no'),
(11568,3683,'_EventStartDate','2018-12-16 00:00:00'),
(11569,3683,'_EventEndDate','2018-12-16 00:00:00'),
(11570,3683,'_EventStartDateUTC','2018-12-16 00:00:00'),
(11571,3683,'_EventEndDateUTC','2018-12-16 00:00:00'),
(11572,3683,'_EventDuration','0'),
(11573,3683,'_EventCurrencySymbol',''),
(11574,3683,'_EventCurrencyCode',''),
(11575,3683,'_EventCurrencyPosition','prefix'),
(11576,3683,'_EventCost',''),
(11577,3683,'_EventURL',''),
(11578,3683,'_EventTimezone','UTC+0'),
(11579,3683,'_EventTimezoneAbbr','UTC+0'),
(11580,3683,'_tribe_aggregator_origin','csv'),
(11581,3683,'_tribe_aggregator_record','3639'),
(11582,3683,'_tribe_aggregator_source',''),
(11583,3683,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11584,3682,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/12/IMG_4597-3.jpg'),
(11585,3681,'_thumbnail_id','3682'),
(11586,3684,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567788;s:8:\"post_tag\";i:1734567788;s:12:\"_EventOrigin\";i:1734567788;s:17:\"_EventShowMapLink\";i:1734567788;s:13:\"_EventShowMap\";i:1734567788;s:12:\"_EventAllDay\";i:1734567788;s:15:\"_EventStartDate\";i:1734567788;s:13:\"_EventEndDate\";i:1734567788;s:18:\"_EventStartDateUTC\";i:1734567788;s:16:\"_EventEndDateUTC\";i:1734567788;s:14:\"_EventDuration\";i:1734567788;s:20:\"_EventCurrencySymbol\";i:1734567788;s:18:\"_EventCurrencyCode\";i:1734567788;s:22:\"_EventCurrencyPosition\";i:1734567788;s:10:\"_EventCost\";i:1734567788;s:9:\"_EventURL\";i:1734567788;s:14:\"_EventTimezone\";i:1734567788;s:18:\"_EventTimezoneAbbr\";i:1734567788;s:24:\"_tribe_aggregator_origin\";i:1734567788;s:24:\"_tribe_aggregator_record\";i:1734567788;s:24:\"_tribe_aggregator_source\";i:1734567788;s:25:\"_tribe_aggregator_updated\";i:1734567788;s:13:\"_thumbnail_id\";i:1734567790;s:33:\"_et_builder_module_features_cache\";i:1753362941;s:29:\"_et_dynamic_cached_shortcodes\";i:1754865125;s:29:\"_et_dynamic_cached_attributes\";i:1754865128;s:22:\"et_enqueued_post_fonts\";i:1754865128;}'),
(11587,3684,'_EventOrigin','event-aggregator'),
(11588,3685,'_wp_attached_file','2024/12/Rapier_Womans_Class-18-2-1PFiOC.tmp_.jpg'),
(11589,3685,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1675;s:6:\"height\";i:924;s:4:\"file\";s:48:\"2024/12/Rapier_Womans_Class-18-2-1PFiOC.tmp_.jpg\";s:8:\"filesize\";i:114674;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:48:\"Rapier_Womans_Class-18-2-1PFiOC.tmp_-300x165.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:165;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18374;}s:5:\"large\";a:5:{s:4:\"file\";s:49:\"Rapier_Womans_Class-18-2-1PFiOC.tmp_-1024x565.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:565;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130855;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:48:\"Rapier_Womans_Class-18-2-1PFiOC.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8363;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:48:\"Rapier_Womans_Class-18-2-1PFiOC.tmp_-768x424.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:84064;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:49:\"Rapier_Womans_Class-18-2-1PFiOC.tmp_-1536x847.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:847;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:236448;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:48:\"Rapier_Womans_Class-18-2-1PFiOC.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31536;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:49:\"Rapier_Womans_Class-18-2-1PFiOC.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148569;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:48:\"Rapier_Womans_Class-18-2-1PFiOC.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33398;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:48:\"Rapier_Womans_Class-18-2-1PFiOC.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50521;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:49:\"Rapier_Womans_Class-18-2-1PFiOC.tmp_-1080x596.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:596;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:141670;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:48:\"Rapier_Womans_Class-18-2-1PFiOC.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47859;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:49:\"Rapier_Womans_Class-18-2-1PFiOC.tmp_-1280x706.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:706;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182068;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:48:\"Rapier_Womans_Class-18-2-1PFiOC.tmp_-980x541.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:541;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:122572;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:48:\"Rapier_Womans_Class-18-2-1PFiOC.tmp_-480x265.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:265;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39637;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:49:\"Rapier_Womans_Class-18-2-1PFiOC.tmp_-1320x728.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:728;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:190000;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:48:\"Rapier_Womans_Class-18-2-1PFiOC.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25463;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:48:\"Rapier_Womans_Class-18-2-1PFiOC.tmp_-600x331.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:331;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57288;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:48:\"Rapier_Womans_Class-18-2-1PFiOC.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4597;}}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:{}}}'),
(11590,3684,'_EventShowMapLink',''),
(11591,3684,'_EventShowMap',''),
(11592,3684,'_EventAllDay','no'),
(11593,3684,'_EventStartDate','2019-04-09 00:00:00'),
(11594,3684,'_EventEndDate','2019-04-09 00:00:00'),
(11595,3684,'_EventStartDateUTC','2019-04-09 00:00:00'),
(11596,3684,'_EventEndDateUTC','2019-04-09 00:00:00'),
(11597,3684,'_EventDuration','0'),
(11598,3684,'_EventCurrencySymbol',''),
(11599,3684,'_EventCurrencyCode',''),
(11600,3684,'_EventCurrencyPosition','prefix'),
(11601,3684,'_EventCost',''),
(11602,3684,'_EventURL',''),
(11603,3684,'_EventTimezone','UTC+0'),
(11604,3684,'_EventTimezoneAbbr','UTC+0'),
(11605,3684,'_tribe_aggregator_origin','csv'),
(11606,3684,'_tribe_aggregator_record','3639'),
(11607,3684,'_tribe_aggregator_source',''),
(11608,3684,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11609,3685,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/12/Rapier_Womans_Class-18-2.jpg'),
(11610,3683,'_thumbnail_id','3685'),
(11611,3686,'_wp_attached_file','2024/12/AK-in-the-snow-min-fv9d4A.tmp_.jpg'),
(11612,3686,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1309;s:6:\"height\";i:924;s:4:\"file\";s:42:\"2024/12/AK-in-the-snow-min-fv9d4A.tmp_.jpg\";s:8:\"filesize\";i:31831;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"AK-in-the-snow-min-fv9d4A.tmp_-300x212.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:212;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10204;}s:5:\"large\";a:5:{s:4:\"file\";s:43:\"AK-in-the-snow-min-fv9d4A.tmp_-1024x723.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:723;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71609;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"AK-in-the-snow-min-fv9d4A.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4649;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"AK-in-the-snow-min-fv9d4A.tmp_-768x542.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:542;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46021;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"AK-in-the-snow-min-fv9d4A.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14486;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:43:\"AK-in-the-snow-min-fv9d4A.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70671;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"AK-in-the-snow-min-fv9d4A.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15917;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:42:\"AK-in-the-snow-min-fv9d4A.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24701;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:43:\"AK-in-the-snow-min-fv9d4A.tmp_-1080x762.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:762;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77539;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"AK-in-the-snow-min-fv9d4A.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23565;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:43:\"AK-in-the-snow-min-fv9d4A.tmp_-1280x904.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:904;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98834;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:42:\"AK-in-the-snow-min-fv9d4A.tmp_-980x692.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:692;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67285;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"AK-in-the-snow-min-fv9d4A.tmp_-480x339.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:339;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21452;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:42:\"AK-in-the-snow-min-fv9d4A.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12800;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:42:\"AK-in-the-snow-min-fv9d4A.tmp_-600x424.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:424;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30926;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"AK-in-the-snow-min-fv9d4A.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2870;}}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:{}}}'),
(11613,3687,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567789;s:8:\"post_tag\";i:1734567789;s:12:\"_EventOrigin\";i:1734567790;s:17:\"_EventShowMapLink\";i:1734567789;s:13:\"_EventShowMap\";i:1734567789;s:12:\"_EventAllDay\";i:1734567789;s:15:\"_EventStartDate\";i:1734567789;s:13:\"_EventEndDate\";i:1734567790;s:18:\"_EventStartDateUTC\";i:1734567790;s:16:\"_EventEndDateUTC\";i:1734567790;s:14:\"_EventDuration\";i:1734567790;s:20:\"_EventCurrencySymbol\";i:1734567790;s:18:\"_EventCurrencyCode\";i:1734567790;s:22:\"_EventCurrencyPosition\";i:1734567790;s:10:\"_EventCost\";i:1734567790;s:9:\"_EventURL\";i:1734567790;s:14:\"_EventTimezone\";i:1734567790;s:18:\"_EventTimezoneAbbr\";i:1734567790;s:24:\"_tribe_aggregator_origin\";i:1734567790;s:24:\"_tribe_aggregator_record\";i:1734567790;s:24:\"_tribe_aggregator_source\";i:1734567790;s:25:\"_tribe_aggregator_updated\";i:1734567790;s:13:\"_thumbnail_id\";i:1734567791;s:29:\"_et_dynamic_cached_shortcodes\";i:1755069144;s:29:\"_et_dynamic_cached_attributes\";i:1755069147;s:22:\"et_enqueued_post_fonts\";i:1755069147;s:33:\"_et_builder_module_features_cache\";i:1755069147;}'),
(11614,3687,'_EventOrigin','event-aggregator'),
(11615,3687,'_EventShowMapLink',''),
(11616,3687,'_EventShowMap',''),
(11617,3687,'_EventAllDay','no'),
(11618,3687,'_EventStartDate','2019-05-23 00:00:00'),
(11619,3687,'_EventEndDate','2019-05-23 00:00:00'),
(11620,3687,'_EventStartDateUTC','2019-05-23 00:00:00'),
(11621,3687,'_EventEndDateUTC','2019-05-23 00:00:00'),
(11622,3687,'_EventDuration','0'),
(11623,3687,'_EventCurrencySymbol',''),
(11624,3687,'_EventCurrencyCode',''),
(11625,3687,'_EventCurrencyPosition','prefix'),
(11626,3687,'_EventCost',''),
(11627,3687,'_EventURL',''),
(11628,3687,'_EventTimezone','UTC+0'),
(11629,3687,'_EventTimezoneAbbr','UTC+0'),
(11630,3687,'_tribe_aggregator_origin','csv'),
(11631,3687,'_tribe_aggregator_record','3639'),
(11632,3687,'_tribe_aggregator_source',''),
(11633,3687,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11634,3686,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2019/04/AK-in-the-snow-min.jpg'),
(11635,3684,'_thumbnail_id','3686'),
(11636,3688,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567791;s:8:\"post_tag\";i:1734567791;s:12:\"_EventOrigin\";i:1734567791;s:17:\"_EventShowMapLink\";i:1734567791;s:13:\"_EventShowMap\";i:1734567791;s:12:\"_EventAllDay\";i:1734567791;s:15:\"_EventStartDate\";i:1734567791;s:13:\"_EventEndDate\";i:1734567791;s:18:\"_EventStartDateUTC\";i:1734567791;s:16:\"_EventEndDateUTC\";i:1734567791;s:14:\"_EventDuration\";i:1734567791;s:20:\"_EventCurrencySymbol\";i:1734567791;s:18:\"_EventCurrencyCode\";i:1734567791;s:22:\"_EventCurrencyPosition\";i:1734567791;s:10:\"_EventCost\";i:1734567791;s:9:\"_EventURL\";i:1734567791;s:14:\"_EventTimezone\";i:1734567791;s:18:\"_EventTimezoneAbbr\";i:1734567791;s:24:\"_tribe_aggregator_origin\";i:1734567791;s:24:\"_tribe_aggregator_record\";i:1734567791;s:24:\"_tribe_aggregator_source\";i:1734567791;s:25:\"_tribe_aggregator_updated\";i:1734567791;s:13:\"_thumbnail_id\";i:1734567792;s:29:\"_et_dynamic_cached_shortcodes\";i:1753372306;s:29:\"_et_dynamic_cached_attributes\";i:1753372308;s:22:\"et_enqueued_post_fonts\";i:1753372308;s:33:\"_et_builder_module_features_cache\";i:1753372308;}'),
(11637,3689,'_wp_attached_file','2024/12/AMTAC18-min-92nwj7.tmp_.jpg'),
(11638,3689,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:35:\"2024/12/AMTAC18-min-92nwj7.tmp_.jpg\";s:8:\"filesize\";i:138080;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"AMTAC18-min-92nwj7.tmp_-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23958;}s:5:\"large\";a:5:{s:4:\"file\";s:36:\"AMTAC18-min-92nwj7.tmp_-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:198685;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"AMTAC18-min-92nwj7.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9904;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:35:\"AMTAC18-min-92nwj7.tmp_-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:125658;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"AMTAC18-min-92nwj7.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38427;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"AMTAC18-min-92nwj7.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:203377;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"AMTAC18-min-92nwj7.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42726;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"AMTAC18-min-92nwj7.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68883;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:36:\"AMTAC18-min-92nwj7.tmp_-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214925;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"AMTAC18-min-92nwj7.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66581;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:36:\"AMTAC18-min-92nwj7.tmp_-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:278039;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:35:\"AMTAC18-min-92nwj7.tmp_-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:186135;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"AMTAC18-min-92nwj7.tmp_-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55688;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:36:\"AMTAC18-min-92nwj7.tmp_-1320x880.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:289834;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"AMTAC18-min-92nwj7.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34151;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"AMTAC18-min-92nwj7.tmp_-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:82920;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"AMTAC18-min-92nwj7.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5055;}}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:{}}}'),
(11639,3688,'_EventOrigin','event-aggregator'),
(11640,3688,'_EventShowMapLink',''),
(11641,3688,'_EventShowMap',''),
(11642,3688,'_EventAllDay','no'),
(11643,3688,'_EventStartDate','2019-05-23 00:00:00'),
(11644,3688,'_EventEndDate','2019-05-23 00:00:00'),
(11645,3688,'_EventStartDateUTC','2019-05-23 00:00:00'),
(11646,3688,'_EventEndDateUTC','2019-05-23 00:00:00'),
(11647,3688,'_EventDuration','0'),
(11648,3688,'_EventCurrencySymbol',''),
(11649,3688,'_EventCurrencyCode',''),
(11650,3688,'_EventCurrencyPosition','prefix'),
(11651,3688,'_EventCost',''),
(11652,3688,'_EventURL',''),
(11653,3688,'_EventTimezone','UTC+0'),
(11654,3688,'_EventTimezoneAbbr','UTC+0'),
(11655,3688,'_tribe_aggregator_origin','csv'),
(11656,3688,'_tribe_aggregator_record','3639'),
(11657,3688,'_tribe_aggregator_source',''),
(11658,3688,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11659,3689,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2019/05/AMTAC18-min.jpg'),
(11660,3687,'_thumbnail_id','3689'),
(11662,3690,'_wp_attached_file','2024/12/combatives-cropped-JBT3DW.tmp_.jpg'),
(11663,3690,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:42:\"2024/12/combatives-cropped-JBT3DW.tmp_.jpg\";s:8:\"filesize\";i:135156;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"combatives-cropped-JBT3DW.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39607;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"combatives-cropped-JBT3DW.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10392;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"combatives-cropped-JBT3DW.tmp_-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:214830;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"combatives-cropped-JBT3DW.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43236;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"combatives-cropped-JBT3DW.tmp_-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:226708;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"combatives-cropped-JBT3DW.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48790;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:42:\"combatives-cropped-JBT3DW.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:80566;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"combatives-cropped-JBT3DW.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85369;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"combatives-cropped-JBT3DW.tmp_-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96445;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:42:\"combatives-cropped-JBT3DW.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39607;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:42:\"combatives-cropped-JBT3DW.tmp_-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143367;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"combatives-cropped-JBT3DW.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5149;}}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:{}}}'),
(11664,3690,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2019/05/combatives-cropped.jpg'),
(11665,3688,'_thumbnail_id','3690'),
(11670,3691,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734567907;s:12:\"_EventOrigin\";i:1734567907;s:17:\"_EventShowMapLink\";i:1734567907;s:13:\"_EventShowMap\";i:1734567907;s:12:\"_EventAllDay\";i:1734567907;s:15:\"_EventStartDate\";i:1734567907;s:13:\"_EventEndDate\";i:1734567907;s:18:\"_EventStartDateUTC\";i:1734567907;s:16:\"_EventEndDateUTC\";i:1734567907;s:14:\"_EventDuration\";i:1734567907;s:20:\"_EventCurrencySymbol\";i:1734567907;s:18:\"_EventCurrencyCode\";i:1734567907;s:22:\"_EventCurrencyPosition\";i:1734567907;s:10:\"_EventCost\";i:1734567907;s:9:\"_EventURL\";i:1734567907;s:14:\"_EventTimezone\";i:1734567907;s:18:\"_EventTimezoneAbbr\";i:1734567907;s:24:\"_tribe_aggregator_origin\";i:1734567907;s:24:\"_tribe_aggregator_record\";i:1734567907;s:24:\"_tribe_aggregator_source\";i:1734567907;s:25:\"_tribe_aggregator_updated\";i:1734567907;s:13:\"_thumbnail_id\";i:1734567907;s:29:\"_et_dynamic_cached_shortcodes\";i:1755250876;s:29:\"_et_dynamic_cached_attributes\";i:1755250880;s:22:\"et_enqueued_post_fonts\";i:1755250880;s:33:\"_et_builder_module_features_cache\";i:1755250880;}'),
(11671,3691,'_EventOrigin','event-aggregator'),
(11672,3691,'_EventShowMapLink',''),
(11673,3691,'_EventShowMap',''),
(11674,3691,'_EventAllDay','no'),
(11675,3691,'_EventStartDate','2019-09-11 00:00:00'),
(11676,3691,'_EventEndDate','2019-09-11 00:00:00'),
(11677,3691,'_EventStartDateUTC','2019-09-11 00:00:00'),
(11678,3691,'_EventEndDateUTC','2019-09-11 00:00:00'),
(11679,3691,'_EventDuration','0'),
(11680,3691,'_EventCurrencySymbol',''),
(11681,3691,'_EventCurrencyCode',''),
(11682,3691,'_EventCurrencyPosition','prefix'),
(11683,3691,'_EventCost',''),
(11684,3691,'_EventURL',''),
(11685,3691,'_EventTimezone','UTC+0'),
(11686,3691,'_EventTimezoneAbbr','UTC+0'),
(11687,3691,'_tribe_aggregator_origin','csv'),
(11688,3691,'_tribe_aggregator_record','3639'),
(11689,3691,'_tribe_aggregator_source',''),
(11690,3691,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11691,3691,'_thumbnail_id','3661'),
(11692,3692,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734567908;s:12:\"_EventOrigin\";i:1734567908;s:17:\"_EventShowMapLink\";i:1734567908;s:13:\"_EventShowMap\";i:1734567908;s:12:\"_EventAllDay\";i:1734567908;s:15:\"_EventStartDate\";i:1734567908;s:13:\"_EventEndDate\";i:1734567908;s:18:\"_EventStartDateUTC\";i:1734567908;s:16:\"_EventEndDateUTC\";i:1734567908;s:14:\"_EventDuration\";i:1734567908;s:20:\"_EventCurrencySymbol\";i:1734567908;s:18:\"_EventCurrencyCode\";i:1734567908;s:22:\"_EventCurrencyPosition\";i:1734567908;s:10:\"_EventCost\";i:1734567908;s:9:\"_EventURL\";i:1734567908;s:14:\"_EventTimezone\";i:1734567908;s:18:\"_EventTimezoneAbbr\";i:1734567908;s:24:\"_tribe_aggregator_origin\";i:1734567908;s:24:\"_tribe_aggregator_record\";i:1734567908;s:24:\"_tribe_aggregator_source\";i:1734567908;s:25:\"_tribe_aggregator_updated\";i:1734567908;s:13:\"_thumbnail_id\";i:1734567910;s:29:\"_et_dynamic_cached_shortcodes\";i:1753377711;s:29:\"_et_dynamic_cached_attributes\";i:1753377711;s:22:\"et_enqueued_post_fonts\";i:1753377711;s:33:\"_et_builder_module_features_cache\";i:1753377711;}'),
(11693,3692,'_EventOrigin','event-aggregator'),
(11694,3692,'_EventShowMapLink',''),
(11695,3692,'_EventShowMap',''),
(11696,3692,'_EventAllDay','no'),
(11697,3692,'_EventStartDate','2019-09-11 00:00:00'),
(11698,3692,'_EventEndDate','2019-09-11 00:00:00'),
(11699,3692,'_EventStartDateUTC','2019-09-11 00:00:00'),
(11700,3692,'_EventEndDateUTC','2019-09-11 00:00:00'),
(11701,3692,'_EventDuration','0'),
(11702,3692,'_EventCurrencySymbol',''),
(11703,3692,'_EventCurrencyCode',''),
(11704,3692,'_EventCurrencyPosition','prefix'),
(11705,3692,'_EventCost',''),
(11706,3692,'_EventURL',''),
(11707,3692,'_EventTimezone','UTC+0'),
(11708,3692,'_EventTimezoneAbbr','UTC+0'),
(11709,3692,'_tribe_aggregator_origin','csv'),
(11710,3692,'_tribe_aggregator_record','3639'),
(11711,3692,'_tribe_aggregator_source',''),
(11712,3692,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11713,3693,'_wp_attached_file','2024/12/IMG_3960-GWmt5t.tmp_.jpg'),
(11714,3693,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:32:\"2024/12/IMG_3960-GWmt5t.tmp_.jpg\";s:8:\"filesize\";i:98689;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"IMG_3960-GWmt5t.tmp_-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15418;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"IMG_3960-GWmt5t.tmp_-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142043;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"IMG_3960-GWmt5t.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6965;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"IMG_3960-GWmt5t.tmp_-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85917;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"IMG_3960-GWmt5t.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25127;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"IMG_3960-GWmt5t.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:148238;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"IMG_3960-GWmt5t.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27519;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"IMG_3960-GWmt5t.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45482;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"IMG_3960-GWmt5t.tmp_-1080x720.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:154015;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"IMG_3960-GWmt5t.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47527;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"IMG_3960-GWmt5t.tmp_-1280x853.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:202938;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"IMG_3960-GWmt5t.tmp_-980x653.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:131963;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"IMG_3960-GWmt5t.tmp_-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35945;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:33:\"IMG_3960-GWmt5t.tmp_-1320x880.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:880;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:211798;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"IMG_3960-GWmt5t.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22894;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"IMG_3960-GWmt5t.tmp_-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54673;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"IMG_3960-GWmt5t.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3822;}}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:{}}}'),
(11715,3694,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567909;s:8:\"post_tag\";i:1734567909;s:12:\"_EventOrigin\";i:1734567909;s:17:\"_EventShowMapLink\";i:1734567909;s:13:\"_EventShowMap\";i:1734567909;s:12:\"_EventAllDay\";i:1734567909;s:15:\"_EventStartDate\";i:1734567909;s:13:\"_EventEndDate\";i:1734567909;s:18:\"_EventStartDateUTC\";i:1734567909;s:16:\"_EventEndDateUTC\";i:1734567909;s:14:\"_EventDuration\";i:1734567909;s:20:\"_EventCurrencySymbol\";i:1734567909;s:18:\"_EventCurrencyCode\";i:1734567909;s:22:\"_EventCurrencyPosition\";i:1734567909;s:10:\"_EventCost\";i:1734567909;s:9:\"_EventURL\";i:1734567909;s:14:\"_EventTimezone\";i:1734567909;s:18:\"_EventTimezoneAbbr\";i:1734567909;s:24:\"_tribe_aggregator_origin\";i:1734567909;s:24:\"_tribe_aggregator_record\";i:1734567909;s:24:\"_tribe_aggregator_source\";i:1734567909;s:25:\"_tribe_aggregator_updated\";i:1734567909;s:13:\"_thumbnail_id\";i:1734567911;s:29:\"_et_dynamic_cached_shortcodes\";i:1753345573;s:29:\"_et_dynamic_cached_attributes\";i:1753345574;s:22:\"et_enqueued_post_fonts\";i:1753345574;s:33:\"_et_builder_module_features_cache\";i:1753345574;}'),
(11716,3694,'_EventOrigin','event-aggregator'),
(11717,3694,'_EventShowMapLink',''),
(11718,3694,'_EventShowMap',''),
(11719,3694,'_EventAllDay','no'),
(11720,3694,'_EventStartDate','2019-10-22 00:00:00'),
(11721,3694,'_EventEndDate','2019-10-22 00:00:00'),
(11722,3694,'_EventStartDateUTC','2019-10-22 00:00:00'),
(11723,3694,'_EventEndDateUTC','2019-10-22 00:00:00'),
(11724,3694,'_EventDuration','0'),
(11725,3694,'_EventCurrencySymbol',''),
(11726,3694,'_EventCurrencyCode',''),
(11727,3694,'_EventCurrencyPosition','prefix'),
(11728,3694,'_EventCost',''),
(11729,3694,'_EventURL',''),
(11730,3694,'_EventTimezone','UTC+0'),
(11731,3694,'_EventTimezoneAbbr','UTC+0'),
(11732,3694,'_tribe_aggregator_origin','csv'),
(11733,3694,'_tribe_aggregator_record','3639'),
(11734,3694,'_tribe_aggregator_source',''),
(11735,3694,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11736,3693,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_3960.jpg'),
(11737,3692,'_thumbnail_id','3693'),
(11738,3695,'_wp_attached_file','2024/12/IMG_86900331-bEwyNE.tmp_.jpg'),
(11739,3695,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1273;s:6:\"height\";i:924;s:4:\"file\";s:36:\"2024/12/IMG_86900331-bEwyNE.tmp_.jpg\";s:8:\"filesize\";i:56664;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"IMG_86900331-bEwyNE.tmp_-300x218.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:218;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18538;}s:5:\"large\";a:5:{s:4:\"file\";s:37:\"IMG_86900331-bEwyNE.tmp_-1024x743.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:743;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108214;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"IMG_86900331-bEwyNE.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7965;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"IMG_86900331-bEwyNE.tmp_-768x557.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:557;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71461;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"IMG_86900331-bEwyNE.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24230;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"IMG_86900331-bEwyNE.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100919;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"IMG_86900331-bEwyNE.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27291;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"IMG_86900331-bEwyNE.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40304;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:37:\"IMG_86900331-bEwyNE.tmp_-1080x784.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:116578;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"IMG_86900331-bEwyNE.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38018;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:36:\"IMG_86900331-bEwyNE.tmp_-980x711.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101966;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"IMG_86900331-bEwyNE.tmp_-480x348.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:348;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36222;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"IMG_86900331-bEwyNE.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21683;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"IMG_86900331-bEwyNE.tmp_-600x436.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:436;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50411;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"IMG_86900331-bEwyNE.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4522;}}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:{}}}'),
(11740,3696,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734567910;s:12:\"_EventOrigin\";i:1734567910;s:17:\"_EventShowMapLink\";i:1734567910;s:13:\"_EventShowMap\";i:1734567910;s:12:\"_EventAllDay\";i:1734567910;s:15:\"_EventStartDate\";i:1734567910;s:13:\"_EventEndDate\";i:1734567910;s:18:\"_EventStartDateUTC\";i:1734567910;s:16:\"_EventEndDateUTC\";i:1734567910;s:14:\"_EventDuration\";i:1734567910;s:20:\"_EventCurrencySymbol\";i:1734567910;s:18:\"_EventCurrencyCode\";i:1734567910;s:22:\"_EventCurrencyPosition\";i:1734567910;s:10:\"_EventCost\";i:1734567910;s:9:\"_EventURL\";i:1734567910;s:14:\"_EventTimezone\";i:1734567910;s:18:\"_EventTimezoneAbbr\";i:1734567910;s:24:\"_tribe_aggregator_origin\";i:1734567910;s:24:\"_tribe_aggregator_record\";i:1734567910;s:24:\"_tribe_aggregator_source\";i:1734567910;s:25:\"_tribe_aggregator_updated\";i:1734567910;s:13:\"_thumbnail_id\";i:1734567911;s:29:\"_et_dynamic_cached_shortcodes\";i:1756323274;s:29:\"_et_dynamic_cached_attributes\";i:1756323278;s:22:\"et_enqueued_post_fonts\";i:1756323278;s:33:\"_et_builder_module_features_cache\";i:1756323278;}'),
(11741,3696,'_EventOrigin','event-aggregator'),
(11742,3696,'_EventShowMapLink',''),
(11743,3696,'_EventShowMap',''),
(11744,3696,'_EventAllDay','no'),
(11745,3696,'_EventStartDate','2019-10-22 00:00:00'),
(11746,3696,'_EventEndDate','2019-10-22 00:00:00'),
(11747,3696,'_EventStartDateUTC','2019-10-22 00:00:00'),
(11748,3696,'_EventEndDateUTC','2019-10-22 00:00:00'),
(11749,3696,'_EventDuration','0'),
(11750,3696,'_EventCurrencySymbol',''),
(11751,3696,'_EventCurrencyCode',''),
(11752,3696,'_EventCurrencyPosition','prefix'),
(11753,3696,'_EventCost',''),
(11754,3696,'_EventURL',''),
(11755,3696,'_EventTimezone','UTC+0'),
(11756,3696,'_EventTimezoneAbbr','UTC+0'),
(11757,3696,'_tribe_aggregator_origin','csv'),
(11758,3696,'_tribe_aggregator_record','3639'),
(11759,3696,'_tribe_aggregator_source',''),
(11760,3696,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11761,3695,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2019/03/IMG_86900331.jpg'),
(11762,3694,'_thumbnail_id','3695'),
(11763,3697,'_wp_attached_file','2024/12/carbine_course-min-whY6ct.tmp_.jpg'),
(11764,3697,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:462;s:4:\"file\";s:42:\"2024/12/carbine_course-min-whY6ct.tmp_.jpg\";s:8:\"filesize\";i:33634;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"carbine_course-min-whY6ct.tmp_-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14606;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"carbine_course-min-whY6ct.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8072;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:42:\"carbine_course-min-whY6ct.tmp_-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62183;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"carbine_course-min-whY6ct.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26767;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"carbine_course-min-whY6ct.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28916;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:42:\"carbine_course-min-whY6ct.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42835;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"carbine_course-min-whY6ct.tmp_-400x462.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37503;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"carbine_course-min-whY6ct.tmp_-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30579;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:42:\"carbine_course-min-whY6ct.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23178;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:42:\"carbine_course-min-whY6ct.tmp_-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43333;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"carbine_course-min-whY6ct.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4455;}}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:{}}}'),
(11765,3698,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567911;s:8:\"post_tag\";i:1734567911;s:12:\"_EventOrigin\";i:1734567911;s:17:\"_EventShowMapLink\";i:1734567911;s:13:\"_EventShowMap\";i:1734567911;s:12:\"_EventAllDay\";i:1734567911;s:15:\"_EventStartDate\";i:1734567911;s:13:\"_EventEndDate\";i:1734567911;s:18:\"_EventStartDateUTC\";i:1734567911;s:16:\"_EventEndDateUTC\";i:1734567911;s:14:\"_EventDuration\";i:1734567911;s:20:\"_EventCurrencySymbol\";i:1734567911;s:18:\"_EventCurrencyCode\";i:1734567911;s:22:\"_EventCurrencyPosition\";i:1734567911;s:10:\"_EventCost\";i:1734567911;s:9:\"_EventURL\";i:1734567911;s:14:\"_EventTimezone\";i:1734567911;s:18:\"_EventTimezoneAbbr\";i:1734567911;s:24:\"_tribe_aggregator_origin\";i:1734567911;s:24:\"_tribe_aggregator_record\";i:1734567911;s:24:\"_tribe_aggregator_source\";i:1734567911;s:25:\"_tribe_aggregator_updated\";i:1734567911;s:13:\"_thumbnail_id\";i:1734567912;s:33:\"_et_builder_module_features_cache\";i:1755673815;s:29:\"_et_dynamic_cached_shortcodes\";i:1755673814;s:29:\"_et_dynamic_cached_attributes\";i:1755673815;s:22:\"et_enqueued_post_fonts\";i:1755673815;}'),
(11766,3698,'_EventOrigin','event-aggregator'),
(11767,3698,'_EventShowMapLink',''),
(11768,3698,'_EventShowMap',''),
(11769,3698,'_EventAllDay','no'),
(11770,3698,'_EventStartDate','2019-11-12 00:00:00'),
(11771,3698,'_EventEndDate','2019-11-12 00:00:00'),
(11772,3697,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2019/10/carbine_course-min.jpg'),
(11773,3698,'_EventStartDateUTC','2019-11-12 00:00:00'),
(11774,3696,'_thumbnail_id','3697'),
(11775,3698,'_EventEndDateUTC','2019-11-12 00:00:00'),
(11776,3698,'_EventDuration','0'),
(11777,3698,'_EventCurrencySymbol',''),
(11778,3698,'_EventCurrencyCode',''),
(11779,3698,'_EventCurrencyPosition','prefix'),
(11780,3698,'_EventCost',''),
(11781,3698,'_EventURL',''),
(11782,3698,'_EventTimezone','UTC+0'),
(11783,3698,'_EventTimezoneAbbr','UTC+0'),
(11784,3698,'_tribe_aggregator_origin','csv'),
(11785,3698,'_tribe_aggregator_record','3639'),
(11786,3698,'_tribe_aggregator_source',''),
(11787,3698,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11788,3698,'_thumbnail_id','3647'),
(11794,3699,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567986;s:8:\"post_tag\";i:1734567987;s:12:\"_EventOrigin\";i:1734567987;s:17:\"_EventShowMapLink\";i:1734567987;s:13:\"_EventShowMap\";i:1734567987;s:12:\"_EventAllDay\";i:1734567987;s:15:\"_EventStartDate\";i:1734567987;s:13:\"_EventEndDate\";i:1734567987;s:18:\"_EventStartDateUTC\";i:1734567987;s:16:\"_EventEndDateUTC\";i:1734567987;s:14:\"_EventDuration\";i:1734567987;s:20:\"_EventCurrencySymbol\";i:1734567987;s:18:\"_EventCurrencyCode\";i:1734567987;s:22:\"_EventCurrencyPosition\";i:1734567987;s:10:\"_EventCost\";i:1734567987;s:9:\"_EventURL\";i:1734567987;s:14:\"_EventTimezone\";i:1734567987;s:18:\"_EventTimezoneAbbr\";i:1734567987;s:24:\"_tribe_aggregator_origin\";i:1734567987;s:24:\"_tribe_aggregator_record\";i:1734567987;s:24:\"_tribe_aggregator_source\";i:1734567987;s:25:\"_tribe_aggregator_updated\";i:1734567987;s:13:\"_thumbnail_id\";i:1734567987;s:29:\"_et_dynamic_cached_shortcodes\";i:1755677687;s:29:\"_et_dynamic_cached_attributes\";i:1755677688;s:22:\"et_enqueued_post_fonts\";i:1755677688;s:33:\"_et_builder_module_features_cache\";i:1755677688;}'),
(11795,3699,'_EventOrigin','event-aggregator'),
(11796,3699,'_EventShowMapLink',''),
(11797,3699,'_EventShowMap',''),
(11798,3699,'_EventAllDay','no'),
(11799,3699,'_EventStartDate','2019-11-19 00:00:00'),
(11800,3699,'_EventEndDate','2019-11-19 00:00:00'),
(11801,3699,'_EventStartDateUTC','2019-11-19 00:00:00'),
(11802,3699,'_EventEndDateUTC','2019-11-19 00:00:00'),
(11803,3699,'_EventDuration','0'),
(11804,3699,'_EventCurrencySymbol',''),
(11805,3699,'_EventCurrencyCode',''),
(11806,3699,'_EventCurrencyPosition','prefix'),
(11807,3699,'_EventCost',''),
(11808,3699,'_EventURL',''),
(11809,3699,'_EventTimezone','UTC+0'),
(11810,3699,'_EventTimezoneAbbr','UTC+0'),
(11811,3699,'_tribe_aggregator_origin','csv'),
(11812,3699,'_tribe_aggregator_record','3639'),
(11813,3699,'_tribe_aggregator_source',''),
(11814,3699,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11815,3699,'_thumbnail_id','3653'),
(11816,3700,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734567988;s:12:\"_EventOrigin\";i:1734567988;s:17:\"_EventShowMapLink\";i:1734567988;s:13:\"_EventShowMap\";i:1734567988;s:12:\"_EventAllDay\";i:1734567988;s:15:\"_EventStartDate\";i:1734567988;s:13:\"_EventEndDate\";i:1734567988;s:18:\"_EventStartDateUTC\";i:1734567988;s:16:\"_EventEndDateUTC\";i:1734567988;s:14:\"_EventDuration\";i:1734567988;s:20:\"_EventCurrencySymbol\";i:1734567988;s:18:\"_EventCurrencyCode\";i:1734567988;s:22:\"_EventCurrencyPosition\";i:1734567988;s:10:\"_EventCost\";i:1734567988;s:9:\"_EventURL\";i:1734567988;s:14:\"_EventTimezone\";i:1734567988;s:18:\"_EventTimezoneAbbr\";i:1734567988;s:24:\"_tribe_aggregator_origin\";i:1734567988;s:24:\"_tribe_aggregator_record\";i:1734567988;s:24:\"_tribe_aggregator_source\";i:1734567988;s:25:\"_tribe_aggregator_updated\";i:1734567988;s:13:\"_thumbnail_id\";i:1734567988;s:33:\"_et_builder_module_features_cache\";i:1753343647;s:29:\"_et_dynamic_cached_shortcodes\";i:1755864043;s:29:\"_et_dynamic_cached_attributes\";i:1755864044;s:22:\"et_enqueued_post_fonts\";i:1755864044;}'),
(11817,3700,'_EventOrigin','event-aggregator'),
(11818,3700,'_EventShowMapLink',''),
(11819,3700,'_EventShowMap',''),
(11820,3700,'_EventAllDay','no'),
(11821,3700,'_EventStartDate','2019-11-19 00:00:00'),
(11822,3700,'_EventEndDate','2019-11-19 00:00:00'),
(11823,3700,'_EventStartDateUTC','2019-11-19 00:00:00'),
(11824,3700,'_EventEndDateUTC','2019-11-19 00:00:00'),
(11825,3700,'_EventDuration','0'),
(11826,3700,'_EventCurrencySymbol',''),
(11827,3700,'_EventCurrencyCode',''),
(11828,3700,'_EventCurrencyPosition','prefix'),
(11829,3700,'_EventCost',''),
(11830,3700,'_EventURL',''),
(11831,3700,'_EventTimezone','UTC+0'),
(11832,3700,'_EventTimezoneAbbr','UTC+0'),
(11833,3700,'_tribe_aggregator_origin','csv'),
(11834,3700,'_tribe_aggregator_record','3639'),
(11835,3700,'_tribe_aggregator_source',''),
(11836,3700,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11837,3700,'_thumbnail_id','3697'),
(11838,3701,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567988;s:8:\"post_tag\";i:1734567988;s:12:\"_EventOrigin\";i:1734567988;s:17:\"_EventShowMapLink\";i:1734567988;s:13:\"_EventShowMap\";i:1734567988;s:12:\"_EventAllDay\";i:1734567988;s:15:\"_EventStartDate\";i:1734567988;s:13:\"_EventEndDate\";i:1734567988;s:18:\"_EventStartDateUTC\";i:1734567988;s:16:\"_EventEndDateUTC\";i:1734567988;s:14:\"_EventDuration\";i:1734567988;s:20:\"_EventCurrencySymbol\";i:1734567988;s:18:\"_EventCurrencyCode\";i:1734567988;s:22:\"_EventCurrencyPosition\";i:1734567988;s:10:\"_EventCost\";i:1734567988;s:9:\"_EventURL\";i:1734567988;s:14:\"_EventTimezone\";i:1734567988;s:18:\"_EventTimezoneAbbr\";i:1734567988;s:24:\"_tribe_aggregator_origin\";i:1734567988;s:24:\"_tribe_aggregator_record\";i:1734567988;s:24:\"_tribe_aggregator_source\";i:1734567988;s:25:\"_tribe_aggregator_updated\";i:1734567988;s:13:\"_thumbnail_id\";i:1734567989;s:29:\"_et_dynamic_cached_shortcodes\";i:1756292734;s:29:\"_et_dynamic_cached_attributes\";i:1756292734;s:22:\"et_enqueued_post_fonts\";i:1756292734;s:33:\"_et_builder_module_features_cache\";i:1753397580;}'),
(11839,3701,'_EventOrigin','event-aggregator'),
(11840,3701,'_EventShowMapLink',''),
(11841,3701,'_EventShowMap',''),
(11842,3701,'_EventAllDay','no'),
(11843,3701,'_EventStartDate','2019-11-20 00:00:00'),
(11844,3701,'_EventEndDate','2019-11-20 00:00:00'),
(11845,3701,'_EventStartDateUTC','2019-11-20 00:00:00'),
(11846,3701,'_EventEndDateUTC','2019-11-20 00:00:00'),
(11847,3701,'_EventDuration','0'),
(11848,3701,'_EventCurrencySymbol',''),
(11849,3701,'_EventCurrencyCode',''),
(11850,3701,'_EventCurrencyPosition','prefix'),
(11851,3701,'_EventCost',''),
(11852,3701,'_EventURL',''),
(11853,3701,'_EventTimezone','UTC+0'),
(11854,3701,'_EventTimezoneAbbr','UTC+0'),
(11855,3701,'_tribe_aggregator_origin','csv'),
(11856,3701,'_tribe_aggregator_record','3639'),
(11857,3701,'_tribe_aggregator_source',''),
(11858,3701,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11859,3701,'_thumbnail_id','3686'),
(11860,3702,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734567989;s:8:\"post_tag\";i:1734567989;s:12:\"_EventOrigin\";i:1734567989;s:17:\"_EventShowMapLink\";i:1734567989;s:13:\"_EventShowMap\";i:1734567989;s:12:\"_EventAllDay\";i:1734567989;s:15:\"_EventStartDate\";i:1734567989;s:13:\"_EventEndDate\";i:1734567989;s:18:\"_EventStartDateUTC\";i:1734567989;s:16:\"_EventEndDateUTC\";i:1734567989;s:14:\"_EventDuration\";i:1734567989;s:20:\"_EventCurrencySymbol\";i:1734567989;s:18:\"_EventCurrencyCode\";i:1734567989;s:22:\"_EventCurrencyPosition\";i:1734567989;s:10:\"_EventCost\";i:1734567989;s:9:\"_EventURL\";i:1734567989;s:14:\"_EventTimezone\";i:1734567989;s:18:\"_EventTimezoneAbbr\";i:1734567989;s:24:\"_tribe_aggregator_origin\";i:1734567989;s:24:\"_tribe_aggregator_record\";i:1734567989;s:24:\"_tribe_aggregator_source\";i:1734567989;s:25:\"_tribe_aggregator_updated\";i:1734567989;s:13:\"_thumbnail_id\";i:1734567989;s:33:\"_et_builder_module_features_cache\";i:1753322112;s:29:\"_et_dynamic_cached_shortcodes\";i:1753322111;s:29:\"_et_dynamic_cached_attributes\";i:1753322112;s:22:\"et_enqueued_post_fonts\";i:1753322112;}'),
(11861,3702,'_EventOrigin','event-aggregator'),
(11862,3702,'_EventShowMapLink',''),
(11863,3702,'_EventShowMap',''),
(11864,3702,'_EventAllDay','no'),
(11865,3702,'_EventStartDate','2019-11-20 00:00:00'),
(11866,3702,'_EventEndDate','2019-11-20 00:00:00'),
(11867,3702,'_EventStartDateUTC','2019-11-20 00:00:00'),
(11868,3702,'_EventEndDateUTC','2019-11-20 00:00:00'),
(11869,3702,'_EventDuration','0'),
(11870,3702,'_EventCurrencySymbol',''),
(11871,3702,'_EventCurrencyCode',''),
(11872,3702,'_EventCurrencyPosition','prefix'),
(11873,3702,'_EventCost',''),
(11874,3702,'_EventURL',''),
(11875,3702,'_EventTimezone','UTC+0'),
(11876,3702,'_EventTimezoneAbbr','UTC+0'),
(11877,3702,'_tribe_aggregator_origin','csv'),
(11878,3702,'_tribe_aggregator_record','3639'),
(11879,3702,'_tribe_aggregator_source',''),
(11880,3702,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11881,3702,'_thumbnail_id','3653'),
(11882,3703,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734567989;s:12:\"_EventOrigin\";i:1734567989;s:17:\"_EventShowMapLink\";i:1734567989;s:13:\"_EventShowMap\";i:1734567989;s:12:\"_EventAllDay\";i:1734567989;s:15:\"_EventStartDate\";i:1734567989;s:13:\"_EventEndDate\";i:1734567989;s:18:\"_EventStartDateUTC\";i:1734567989;s:16:\"_EventEndDateUTC\";i:1734567989;s:14:\"_EventDuration\";i:1734567989;s:20:\"_EventCurrencySymbol\";i:1734567989;s:18:\"_EventCurrencyCode\";i:1734567989;s:22:\"_EventCurrencyPosition\";i:1734567989;s:10:\"_EventCost\";i:1734567989;s:9:\"_EventURL\";i:1734567989;s:14:\"_EventTimezone\";i:1734567989;s:18:\"_EventTimezoneAbbr\";i:1734567989;s:24:\"_tribe_aggregator_origin\";i:1734567989;s:24:\"_tribe_aggregator_record\";i:1734567989;s:24:\"_tribe_aggregator_source\";i:1734567989;s:25:\"_tribe_aggregator_updated\";i:1734567989;s:13:\"_thumbnail_id\";i:1734567990;s:29:\"_et_dynamic_cached_shortcodes\";i:1753321175;s:29:\"_et_dynamic_cached_attributes\";i:1753321175;s:22:\"et_enqueued_post_fonts\";i:1753321176;s:33:\"_et_builder_module_features_cache\";i:1753321176;}'),
(11883,3703,'_EventOrigin','event-aggregator'),
(11884,3703,'_EventShowMapLink',''),
(11885,3703,'_EventShowMap',''),
(11886,3703,'_EventAllDay','no'),
(11887,3703,'_EventStartDate','2019-11-20 00:00:00'),
(11888,3703,'_EventEndDate','2019-11-20 00:00:00'),
(11889,3703,'_EventStartDateUTC','2019-11-20 00:00:00'),
(11890,3703,'_EventEndDateUTC','2019-11-20 00:00:00'),
(11891,3703,'_EventDuration','0'),
(11892,3703,'_EventCurrencySymbol',''),
(11893,3703,'_EventCurrencyCode',''),
(11894,3703,'_EventCurrencyPosition','prefix'),
(11895,3703,'_EventCost',''),
(11896,3703,'_EventURL',''),
(11897,3703,'_EventTimezone','UTC+0'),
(11898,3703,'_EventTimezoneAbbr','UTC+0'),
(11899,3703,'_tribe_aggregator_origin','csv'),
(11900,3703,'_tribe_aggregator_record','3639'),
(11901,3703,'_tribe_aggregator_source',''),
(11902,3703,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11903,3703,'_thumbnail_id','3697'),
(11909,3704,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568002;s:8:\"post_tag\";i:1734568002;s:12:\"_EventOrigin\";i:1734568002;s:17:\"_EventShowMapLink\";i:1734568002;s:13:\"_EventShowMap\";i:1734568002;s:12:\"_EventAllDay\";i:1734568002;s:15:\"_EventStartDate\";i:1734568002;s:13:\"_EventEndDate\";i:1734568002;s:18:\"_EventStartDateUTC\";i:1734568002;s:16:\"_EventEndDateUTC\";i:1734568002;s:14:\"_EventDuration\";i:1734568002;s:20:\"_EventCurrencySymbol\";i:1734568002;s:18:\"_EventCurrencyCode\";i:1734568002;s:22:\"_EventCurrencyPosition\";i:1734568002;s:10:\"_EventCost\";i:1734568002;s:9:\"_EventURL\";i:1734568002;s:14:\"_EventTimezone\";i:1734568002;s:18:\"_EventTimezoneAbbr\";i:1734568002;s:24:\"_tribe_aggregator_origin\";i:1734568002;s:24:\"_tribe_aggregator_record\";i:1734568002;s:24:\"_tribe_aggregator_source\";i:1734568002;s:25:\"_tribe_aggregator_updated\";i:1734568002;s:13:\"_thumbnail_id\";i:1734568002;s:29:\"_et_dynamic_cached_shortcodes\";i:1757189552;s:29:\"_et_dynamic_cached_attributes\";i:1757189553;s:22:\"et_enqueued_post_fonts\";i:1757189553;s:33:\"_et_builder_module_features_cache\";i:1757189553;}'),
(11910,3704,'_EventOrigin','event-aggregator'),
(11911,3704,'_EventShowMapLink',''),
(11912,3704,'_EventShowMap',''),
(11913,3704,'_EventAllDay','no'),
(11914,3704,'_EventStartDate','2019-11-20 00:00:00'),
(11915,3704,'_EventEndDate','2019-11-20 00:00:00'),
(11916,3704,'_EventStartDateUTC','2019-11-20 00:00:00'),
(11917,3704,'_EventEndDateUTC','2019-11-20 00:00:00'),
(11918,3704,'_EventDuration','0'),
(11919,3704,'_EventCurrencySymbol',''),
(11920,3704,'_EventCurrencyCode',''),
(11921,3704,'_EventCurrencyPosition','prefix'),
(11922,3704,'_EventCost',''),
(11923,3704,'_EventURL',''),
(11924,3704,'_EventTimezone','UTC+0'),
(11925,3704,'_EventTimezoneAbbr','UTC+0'),
(11926,3704,'_tribe_aggregator_origin','csv'),
(11927,3704,'_tribe_aggregator_record','3639'),
(11928,3704,'_tribe_aggregator_source',''),
(11929,3704,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11930,3704,'_thumbnail_id','3695'),
(11931,3705,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568003;s:8:\"post_tag\";i:1734568003;s:12:\"_EventOrigin\";i:1734568003;s:17:\"_EventShowMapLink\";i:1734568003;s:13:\"_EventShowMap\";i:1734568003;s:12:\"_EventAllDay\";i:1734568003;s:15:\"_EventStartDate\";i:1734568003;s:13:\"_EventEndDate\";i:1734568003;s:18:\"_EventStartDateUTC\";i:1734568003;s:16:\"_EventEndDateUTC\";i:1734568003;s:14:\"_EventDuration\";i:1734568003;s:20:\"_EventCurrencySymbol\";i:1734568003;s:18:\"_EventCurrencyCode\";i:1734568003;s:22:\"_EventCurrencyPosition\";i:1734568003;s:10:\"_EventCost\";i:1734568003;s:9:\"_EventURL\";i:1734568003;s:14:\"_EventTimezone\";i:1734568003;s:18:\"_EventTimezoneAbbr\";i:1734568003;s:24:\"_tribe_aggregator_origin\";i:1734568003;s:24:\"_tribe_aggregator_record\";i:1734568003;s:24:\"_tribe_aggregator_source\";i:1734568003;s:25:\"_tribe_aggregator_updated\";i:1734568003;s:13:\"_thumbnail_id\";i:1734568004;s:33:\"_et_builder_module_features_cache\";i:1757189136;s:29:\"_et_dynamic_cached_shortcodes\";i:1757189135;s:29:\"_et_dynamic_cached_attributes\";i:1757189136;s:22:\"et_enqueued_post_fonts\";i:1757189136;}'),
(11932,3705,'_EventOrigin','event-aggregator'),
(11933,3705,'_EventShowMapLink',''),
(11934,3705,'_EventShowMap',''),
(11935,3705,'_EventAllDay','no'),
(11936,3705,'_EventStartDate','2019-11-20 00:00:00'),
(11937,3705,'_EventEndDate','2019-11-20 00:00:00'),
(11938,3705,'_EventStartDateUTC','2019-11-20 00:00:00'),
(11939,3705,'_EventEndDateUTC','2019-11-20 00:00:00'),
(11940,3705,'_EventDuration','0'),
(11941,3705,'_EventCurrencySymbol',''),
(11942,3705,'_EventCurrencyCode',''),
(11943,3705,'_EventCurrencyPosition','prefix'),
(11944,3705,'_EventCost',''),
(11945,3705,'_EventURL',''),
(11946,3705,'_EventTimezone','UTC+0'),
(11947,3705,'_EventTimezoneAbbr','UTC+0'),
(11948,3705,'_tribe_aggregator_origin','csv'),
(11949,3705,'_tribe_aggregator_record','3639'),
(11950,3705,'_tribe_aggregator_source',''),
(11951,3705,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11952,3705,'_thumbnail_id','3695'),
(11953,3706,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568004;s:12:\"_EventOrigin\";i:1734568004;s:17:\"_EventShowMapLink\";i:1734568004;s:13:\"_EventShowMap\";i:1734568004;s:12:\"_EventAllDay\";i:1734568004;s:15:\"_EventStartDate\";i:1734568004;s:13:\"_EventEndDate\";i:1734568004;s:18:\"_EventStartDateUTC\";i:1734568004;s:16:\"_EventEndDateUTC\";i:1734568004;s:14:\"_EventDuration\";i:1734568004;s:20:\"_EventCurrencySymbol\";i:1734568004;s:18:\"_EventCurrencyCode\";i:1734568004;s:22:\"_EventCurrencyPosition\";i:1734568004;s:10:\"_EventCost\";i:1734568004;s:9:\"_EventURL\";i:1734568004;s:14:\"_EventTimezone\";i:1734568004;s:18:\"_EventTimezoneAbbr\";i:1734568004;s:24:\"_tribe_aggregator_origin\";i:1734568004;s:24:\"_tribe_aggregator_record\";i:1734568004;s:24:\"_tribe_aggregator_source\";i:1734568004;s:25:\"_tribe_aggregator_updated\";i:1734568004;s:13:\"_thumbnail_id\";i:1734568004;s:29:\"_et_dynamic_cached_shortcodes\";i:1755605390;s:29:\"_et_dynamic_cached_attributes\";i:1755605391;s:22:\"et_enqueued_post_fonts\";i:1755605391;s:33:\"_et_builder_module_features_cache\";i:1753397534;}'),
(11954,3706,'_EventOrigin','event-aggregator'),
(11955,3706,'_EventShowMapLink',''),
(11956,3706,'_EventShowMap',''),
(11957,3706,'_EventAllDay','no'),
(11958,3706,'_EventStartDate','2019-11-20 00:00:00'),
(11959,3706,'_EventEndDate','2019-11-20 00:00:00'),
(11960,3706,'_EventStartDateUTC','2019-11-20 00:00:00'),
(11961,3706,'_EventEndDateUTC','2019-11-20 00:00:00'),
(11962,3706,'_EventDuration','0'),
(11963,3706,'_EventCurrencySymbol',''),
(11964,3706,'_EventCurrencyCode',''),
(11965,3706,'_EventCurrencyPosition','prefix'),
(11966,3706,'_EventCost',''),
(11967,3706,'_EventURL',''),
(11968,3706,'_EventTimezone','UTC+0'),
(11969,3706,'_EventTimezoneAbbr','UTC+0'),
(11970,3706,'_tribe_aggregator_origin','csv'),
(11971,3706,'_tribe_aggregator_record','3639'),
(11972,3706,'_tribe_aggregator_source',''),
(11973,3706,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11974,3706,'_thumbnail_id','3697'),
(11975,3707,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568004;s:12:\"_EventOrigin\";i:1734568005;s:17:\"_EventShowMapLink\";i:1734568005;s:13:\"_EventShowMap\";i:1734568005;s:12:\"_EventAllDay\";i:1734568005;s:15:\"_EventStartDate\";i:1734568005;s:13:\"_EventEndDate\";i:1734568005;s:18:\"_EventStartDateUTC\";i:1734568005;s:16:\"_EventEndDateUTC\";i:1734568005;s:14:\"_EventDuration\";i:1734568005;s:20:\"_EventCurrencySymbol\";i:1734568005;s:18:\"_EventCurrencyCode\";i:1734568005;s:22:\"_EventCurrencyPosition\";i:1734568005;s:10:\"_EventCost\";i:1734568005;s:9:\"_EventURL\";i:1734568005;s:14:\"_EventTimezone\";i:1734568005;s:18:\"_EventTimezoneAbbr\";i:1734568005;s:24:\"_tribe_aggregator_origin\";i:1734568005;s:24:\"_tribe_aggregator_record\";i:1734568005;s:24:\"_tribe_aggregator_source\";i:1734568005;s:25:\"_tribe_aggregator_updated\";i:1734568005;s:13:\"_thumbnail_id\";i:1734568006;s:29:\"_et_dynamic_cached_shortcodes\";i:1755827271;s:29:\"_et_dynamic_cached_attributes\";i:1755827271;s:22:\"et_enqueued_post_fonts\";i:1755827271;s:33:\"_et_builder_module_features_cache\";i:1753360703;}'),
(11976,3707,'_EventOrigin','event-aggregator'),
(11977,3707,'_EventShowMapLink',''),
(11978,3707,'_EventShowMap',''),
(11979,3707,'_EventAllDay','no'),
(11980,3707,'_EventStartDate','2019-12-07 00:00:00'),
(11981,3707,'_EventEndDate','2019-12-07 00:00:00'),
(11982,3707,'_EventStartDateUTC','2019-12-07 00:00:00'),
(11983,3707,'_EventEndDateUTC','2019-12-07 00:00:00'),
(11984,3707,'_EventDuration','0'),
(11985,3707,'_EventCurrencySymbol',''),
(11986,3707,'_EventCurrencyCode',''),
(11987,3707,'_EventCurrencyPosition','prefix'),
(11988,3707,'_EventCost',''),
(11989,3707,'_EventURL',''),
(11990,3707,'_EventTimezone','UTC+0'),
(11991,3707,'_EventTimezoneAbbr','UTC+0'),
(11992,3707,'_tribe_aggregator_origin','csv'),
(11993,3707,'_tribe_aggregator_record','3639'),
(11994,3707,'_tribe_aggregator_source',''),
(11995,3707,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(11996,3708,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568006;s:12:\"_EventOrigin\";i:1734568006;s:17:\"_EventShowMapLink\";i:1734568006;s:13:\"_EventShowMap\";i:1734568006;s:12:\"_EventAllDay\";i:1734568006;s:15:\"_EventStartDate\";i:1734568006;s:13:\"_EventEndDate\";i:1734568006;s:18:\"_EventStartDateUTC\";i:1734568006;s:16:\"_EventEndDateUTC\";i:1734568006;s:14:\"_EventDuration\";i:1734568006;s:20:\"_EventCurrencySymbol\";i:1734568006;s:18:\"_EventCurrencyCode\";i:1734568006;s:22:\"_EventCurrencyPosition\";i:1734568006;s:10:\"_EventCost\";i:1734568006;s:9:\"_EventURL\";i:1734568006;s:14:\"_EventTimezone\";i:1734568006;s:18:\"_EventTimezoneAbbr\";i:1734568006;s:24:\"_tribe_aggregator_origin\";i:1734568006;s:24:\"_tribe_aggregator_record\";i:1734568006;s:24:\"_tribe_aggregator_source\";i:1734568006;s:25:\"_tribe_aggregator_updated\";i:1734568006;s:13:\"_thumbnail_id\";i:1734568006;s:29:\"_et_dynamic_cached_shortcodes\";i:1755676138;s:29:\"_et_dynamic_cached_attributes\";i:1755676139;s:22:\"et_enqueued_post_fonts\";i:1755676139;s:33:\"_et_builder_module_features_cache\";i:1755676139;}'),
(11997,3708,'_EventOrigin','event-aggregator'),
(11998,3709,'_wp_attached_file','2024/12/IMG_4906-min-xZKZmj.tmp_.jpg'),
(11999,3709,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:36:\"2024/12/IMG_4906-min-xZKZmj.tmp_.jpg\";s:8:\"filesize\";i:84463;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"IMG_4906-min-xZKZmj.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27068;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"IMG_4906-min-xZKZmj.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8321;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"IMG_4906-min-xZKZmj.tmp_-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138686;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"IMG_4906-min-xZKZmj.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32797;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"IMG_4906-min-xZKZmj.tmp_-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:168086;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"IMG_4906-min-xZKZmj.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36006;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"IMG_4906-min-xZKZmj.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58101;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"IMG_4906-min-xZKZmj.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55815;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"IMG_4906-min-xZKZmj.tmp_-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62116;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"IMG_4906-min-xZKZmj.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27068;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"IMG_4906-min-xZKZmj.tmp_-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92203;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"IMG_4906-min-xZKZmj.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4452;}}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:{}}}'),
(12000,3708,'_EventShowMapLink',''),
(12001,3708,'_EventShowMap',''),
(12002,3708,'_EventAllDay','no'),
(12003,3708,'_EventStartDate','2019-12-30 00:00:00'),
(12004,3708,'_EventEndDate','2019-12-30 00:00:00'),
(12005,3708,'_EventStartDateUTC','2019-12-30 00:00:00'),
(12006,3708,'_EventEndDateUTC','2019-12-30 00:00:00'),
(12007,3708,'_EventDuration','0'),
(12008,3708,'_EventCurrencySymbol',''),
(12009,3708,'_EventCurrencyCode',''),
(12010,3708,'_EventCurrencyPosition','prefix'),
(12011,3708,'_EventCost',''),
(12012,3708,'_EventURL',''),
(12013,3708,'_EventTimezone','UTC+0'),
(12014,3708,'_EventTimezoneAbbr','UTC+0'),
(12015,3708,'_tribe_aggregator_origin','csv'),
(12016,3708,'_tribe_aggregator_record','3639'),
(12017,3708,'_tribe_aggregator_source',''),
(12018,3708,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12019,3709,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2019/12/IMG_4906-min.jpg'),
(12020,3707,'_thumbnail_id','3709'),
(12021,3708,'_thumbnail_id','3697'),
(12027,3710,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568034;s:8:\"post_tag\";i:1734568034;s:12:\"_EventOrigin\";i:1734568034;s:17:\"_EventShowMapLink\";i:1734568034;s:13:\"_EventShowMap\";i:1734568034;s:12:\"_EventAllDay\";i:1734568034;s:15:\"_EventStartDate\";i:1734568034;s:13:\"_EventEndDate\";i:1734568034;s:18:\"_EventStartDateUTC\";i:1734568034;s:16:\"_EventEndDateUTC\";i:1734568034;s:14:\"_EventDuration\";i:1734568034;s:20:\"_EventCurrencySymbol\";i:1734568034;s:18:\"_EventCurrencyCode\";i:1734568034;s:22:\"_EventCurrencyPosition\";i:1734568034;s:10:\"_EventCost\";i:1734568034;s:9:\"_EventURL\";i:1734568034;s:14:\"_EventTimezone\";i:1734568034;s:18:\"_EventTimezoneAbbr\";i:1734568034;s:24:\"_tribe_aggregator_origin\";i:1734568034;s:24:\"_tribe_aggregator_record\";i:1734568034;s:24:\"_tribe_aggregator_source\";i:1734568034;s:25:\"_tribe_aggregator_updated\";i:1734568035;s:13:\"_thumbnail_id\";i:1734568035;s:29:\"_et_dynamic_cached_shortcodes\";i:1755475837;s:29:\"_et_dynamic_cached_attributes\";i:1755475838;s:22:\"et_enqueued_post_fonts\";i:1755475838;s:33:\"_et_builder_module_features_cache\";i:1755475838;}'),
(12028,3710,'_EventOrigin','event-aggregator'),
(12029,3710,'_EventShowMapLink',''),
(12030,3710,'_EventShowMap',''),
(12031,3710,'_EventAllDay','no'),
(12032,3710,'_EventStartDate','2019-12-30 00:00:00'),
(12033,3710,'_EventEndDate','2019-12-30 00:00:00'),
(12034,3710,'_EventStartDateUTC','2019-12-30 00:00:00'),
(12035,3710,'_EventEndDateUTC','2019-12-30 00:00:00'),
(12036,3710,'_EventDuration','0'),
(12037,3710,'_EventCurrencySymbol',''),
(12038,3710,'_EventCurrencyCode',''),
(12039,3710,'_EventCurrencyPosition','prefix'),
(12040,3710,'_EventCost',''),
(12041,3710,'_EventURL',''),
(12042,3710,'_EventTimezone','UTC+0'),
(12043,3710,'_EventTimezoneAbbr','UTC+0'),
(12044,3710,'_tribe_aggregator_origin','csv'),
(12045,3710,'_tribe_aggregator_record','3639'),
(12046,3710,'_tribe_aggregator_source',''),
(12047,3710,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12048,3710,'_thumbnail_id','3695'),
(12049,3711,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568035;s:12:\"_EventOrigin\";i:1734568035;s:17:\"_EventShowMapLink\";i:1734568035;s:13:\"_EventShowMap\";i:1734568035;s:12:\"_EventAllDay\";i:1734568035;s:15:\"_EventStartDate\";i:1734568035;s:13:\"_EventEndDate\";i:1734568035;s:18:\"_EventStartDateUTC\";i:1734568035;s:16:\"_EventEndDateUTC\";i:1734568035;s:14:\"_EventDuration\";i:1734568035;s:20:\"_EventCurrencySymbol\";i:1734568035;s:18:\"_EventCurrencyCode\";i:1734568035;s:22:\"_EventCurrencyPosition\";i:1734568035;s:10:\"_EventCost\";i:1734568035;s:9:\"_EventURL\";i:1734568035;s:14:\"_EventTimezone\";i:1734568035;s:18:\"_EventTimezoneAbbr\";i:1734568035;s:24:\"_tribe_aggregator_origin\";i:1734568035;s:24:\"_tribe_aggregator_record\";i:1734568035;s:24:\"_tribe_aggregator_source\";i:1734568035;s:25:\"_tribe_aggregator_updated\";i:1734568035;s:13:\"_thumbnail_id\";i:1734568036;s:29:\"_et_dynamic_cached_shortcodes\";i:1753316435;s:29:\"_et_dynamic_cached_attributes\";i:1753316436;s:22:\"et_enqueued_post_fonts\";i:1753316436;s:33:\"_et_builder_module_features_cache\";i:1753316436;}'),
(12050,3711,'_EventOrigin','event-aggregator'),
(12051,3711,'_EventShowMapLink',''),
(12052,3711,'_EventShowMap',''),
(12053,3711,'_EventAllDay','no'),
(12054,3711,'_EventStartDate','2019-12-30 00:00:00'),
(12055,3711,'_EventEndDate','2019-12-30 00:00:00'),
(12056,3711,'_EventStartDateUTC','2019-12-30 00:00:00'),
(12057,3711,'_EventEndDateUTC','2019-12-30 00:00:00'),
(12058,3711,'_EventDuration','0'),
(12059,3711,'_EventCurrencySymbol',''),
(12060,3711,'_EventCurrencyCode',''),
(12061,3711,'_EventCurrencyPosition','prefix'),
(12062,3711,'_EventCost',''),
(12063,3711,'_EventURL',''),
(12064,3711,'_EventTimezone','UTC+0'),
(12065,3711,'_EventTimezoneAbbr','UTC+0'),
(12066,3711,'_tribe_aggregator_origin','csv'),
(12067,3711,'_tribe_aggregator_record','3639'),
(12068,3711,'_tribe_aggregator_source',''),
(12069,3711,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12070,3712,'_wp_attached_file','2024/12/truck-compact-carbine-EXiZD3.tmp_.jpg'),
(12071,3712,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:829;s:6:\"height\";i:480;s:4:\"file\";s:45:\"2024/12/truck-compact-carbine-EXiZD3.tmp_.jpg\";s:8:\"filesize\";i:23604;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"truck-compact-carbine-EXiZD3.tmp_-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13094;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"truck-compact-carbine-EXiZD3.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6898;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"truck-compact-carbine-EXiZD3.tmp_-768x445.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49677;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"truck-compact-carbine-EXiZD3.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20636;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"truck-compact-carbine-EXiZD3.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22428;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"truck-compact-carbine-EXiZD3.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32568;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"truck-compact-carbine-EXiZD3.tmp_-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29164;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"truck-compact-carbine-EXiZD3.tmp_-480x278.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25578;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:45:\"truck-compact-carbine-EXiZD3.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18423;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:45:\"truck-compact-carbine-EXiZD3.tmp_-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35309;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:45:\"truck-compact-carbine-EXiZD3.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3937;}}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:{}}}'),
(12072,3712,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2020/07/truck-compact-carbine.jpg'),
(12073,3711,'_thumbnail_id','3712'),
(12074,3713,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568036;s:8:\"post_tag\";i:1734568036;s:12:\"_EventOrigin\";i:1734568037;s:17:\"_EventShowMapLink\";i:1734568036;s:13:\"_EventShowMap\";i:1734568036;s:12:\"_EventAllDay\";i:1734568036;s:15:\"_EventStartDate\";i:1734568036;s:13:\"_EventEndDate\";i:1734568036;s:18:\"_EventStartDateUTC\";i:1734568036;s:16:\"_EventEndDateUTC\";i:1734568037;s:14:\"_EventDuration\";i:1734568037;s:20:\"_EventCurrencySymbol\";i:1734568037;s:18:\"_EventCurrencyCode\";i:1734568037;s:22:\"_EventCurrencyPosition\";i:1734568037;s:10:\"_EventCost\";i:1734568037;s:9:\"_EventURL\";i:1734568037;s:14:\"_EventTimezone\";i:1734568037;s:18:\"_EventTimezoneAbbr\";i:1734568037;s:24:\"_tribe_aggregator_origin\";i:1734568037;s:24:\"_tribe_aggregator_record\";i:1734568037;s:24:\"_tribe_aggregator_source\";i:1734568037;s:25:\"_tribe_aggregator_updated\";i:1734568037;s:13:\"_thumbnail_id\";i:1734568037;s:29:\"_et_dynamic_cached_shortcodes\";i:1753428981;s:29:\"_et_dynamic_cached_attributes\";i:1753428982;s:22:\"et_enqueued_post_fonts\";i:1753428982;s:33:\"_et_builder_module_features_cache\";i:1753362830;}'),
(12075,3713,'_EventOrigin','event-aggregator'),
(12076,3713,'_EventShowMapLink',''),
(12077,3713,'_EventShowMap',''),
(12078,3713,'_EventAllDay','no'),
(12079,3713,'_EventStartDate','2019-12-30 00:00:00'),
(12080,3713,'_EventEndDate','2019-12-30 00:00:00'),
(12081,3713,'_EventStartDateUTC','2019-12-30 00:00:00'),
(12082,3713,'_EventEndDateUTC','2019-12-30 00:00:00'),
(12083,3713,'_EventDuration','0'),
(12084,3713,'_EventCurrencySymbol',''),
(12085,3713,'_EventCurrencyCode',''),
(12086,3713,'_EventCurrencyPosition','prefix'),
(12087,3713,'_EventCost',''),
(12088,3713,'_EventURL',''),
(12089,3713,'_EventTimezone','UTC+0'),
(12090,3713,'_EventTimezoneAbbr','UTC+0'),
(12091,3713,'_tribe_aggregator_origin','csv'),
(12092,3713,'_tribe_aggregator_record','3639'),
(12093,3713,'_tribe_aggregator_source',''),
(12094,3713,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12095,3713,'_thumbnail_id','3695'),
(12096,3714,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568037;s:8:\"post_tag\";i:1734568037;s:12:\"_EventOrigin\";i:1734568037;s:17:\"_EventShowMapLink\";i:1734568037;s:13:\"_EventShowMap\";i:1734568037;s:12:\"_EventAllDay\";i:1734568037;s:15:\"_EventStartDate\";i:1734568037;s:13:\"_EventEndDate\";i:1734568037;s:18:\"_EventStartDateUTC\";i:1734568037;s:16:\"_EventEndDateUTC\";i:1734568037;s:14:\"_EventDuration\";i:1734568037;s:20:\"_EventCurrencySymbol\";i:1734568037;s:18:\"_EventCurrencyCode\";i:1734568037;s:22:\"_EventCurrencyPosition\";i:1734568037;s:10:\"_EventCost\";i:1734568037;s:9:\"_EventURL\";i:1734568037;s:14:\"_EventTimezone\";i:1734568037;s:18:\"_EventTimezoneAbbr\";i:1734568037;s:24:\"_tribe_aggregator_origin\";i:1734568037;s:24:\"_tribe_aggregator_record\";i:1734568037;s:24:\"_tribe_aggregator_source\";i:1734568037;s:25:\"_tribe_aggregator_updated\";i:1734568037;s:13:\"_thumbnail_id\";i:1734568038;s:33:\"_et_builder_module_features_cache\";i:1755855164;s:29:\"_et_dynamic_cached_shortcodes\";i:1756820717;s:29:\"_et_dynamic_cached_attributes\";i:1756820717;s:22:\"et_enqueued_post_fonts\";i:1756820717;}'),
(12097,3714,'_EventOrigin','event-aggregator'),
(12098,3714,'_EventShowMapLink',''),
(12099,3714,'_EventShowMap',''),
(12100,3714,'_EventAllDay','no'),
(12101,3714,'_EventStartDate','2019-12-30 00:00:00'),
(12102,3714,'_EventEndDate','2019-12-30 00:00:00'),
(12103,3714,'_EventStartDateUTC','2019-12-30 00:00:00'),
(12104,3714,'_EventEndDateUTC','2019-12-30 00:00:00'),
(12105,3714,'_EventDuration','0'),
(12106,3714,'_EventCurrencySymbol',''),
(12107,3714,'_EventCurrencyCode',''),
(12108,3714,'_EventCurrencyPosition','prefix'),
(12109,3714,'_EventCost',''),
(12110,3714,'_EventURL',''),
(12111,3714,'_EventTimezone','UTC+0'),
(12112,3714,'_EventTimezoneAbbr','UTC+0'),
(12113,3714,'_tribe_aggregator_origin','csv'),
(12114,3714,'_tribe_aggregator_record','3639'),
(12115,3714,'_tribe_aggregator_source',''),
(12116,3714,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12117,3714,'_thumbnail_id','3689'),
(12118,3715,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568038;s:12:\"_EventOrigin\";i:1734568038;s:17:\"_EventShowMapLink\";i:1734568038;s:13:\"_EventShowMap\";i:1734568038;s:12:\"_EventAllDay\";i:1734568038;s:15:\"_EventStartDate\";i:1734568038;s:13:\"_EventEndDate\";i:1734568038;s:18:\"_EventStartDateUTC\";i:1734568038;s:16:\"_EventEndDateUTC\";i:1734568038;s:14:\"_EventDuration\";i:1734568038;s:20:\"_EventCurrencySymbol\";i:1734568038;s:18:\"_EventCurrencyCode\";i:1734568038;s:22:\"_EventCurrencyPosition\";i:1734568038;s:10:\"_EventCost\";i:1734568038;s:9:\"_EventURL\";i:1734568038;s:14:\"_EventTimezone\";i:1734568038;s:18:\"_EventTimezoneAbbr\";i:1734568038;s:24:\"_tribe_aggregator_origin\";i:1734568038;s:24:\"_tribe_aggregator_record\";i:1734568038;s:24:\"_tribe_aggregator_source\";i:1734568038;s:25:\"_tribe_aggregator_updated\";i:1734568038;s:13:\"_thumbnail_id\";i:1734568039;s:29:\"_et_dynamic_cached_shortcodes\";i:1756817796;s:29:\"_et_dynamic_cached_attributes\";i:1756817797;s:22:\"et_enqueued_post_fonts\";i:1756817797;s:33:\"_et_builder_module_features_cache\";i:1755688742;}'),
(12119,3715,'_EventOrigin','event-aggregator'),
(12120,3715,'_EventShowMapLink',''),
(12121,3715,'_EventShowMap',''),
(12122,3715,'_EventAllDay','no'),
(12123,3715,'_EventStartDate','2019-12-30 00:00:00'),
(12124,3715,'_EventEndDate','2019-12-30 00:00:00'),
(12125,3715,'_EventStartDateUTC','2019-12-30 00:00:00'),
(12126,3715,'_EventEndDateUTC','2019-12-30 00:00:00'),
(12127,3715,'_EventDuration','0'),
(12128,3715,'_EventCurrencySymbol',''),
(12129,3715,'_EventCurrencyCode',''),
(12130,3715,'_EventCurrencyPosition','prefix'),
(12131,3715,'_EventCost',''),
(12132,3715,'_EventURL',''),
(12133,3715,'_EventTimezone','UTC+0'),
(12134,3715,'_EventTimezoneAbbr','UTC+0'),
(12135,3715,'_tribe_aggregator_origin','csv'),
(12136,3715,'_tribe_aggregator_record','3639'),
(12137,3715,'_tribe_aggregator_source',''),
(12138,3715,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12139,3715,'_thumbnail_id','3693'),
(12145,3716,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568047;s:8:\"post_tag\";i:1734568047;s:12:\"_EventOrigin\";i:1734568047;s:17:\"_EventShowMapLink\";i:1734568047;s:13:\"_EventShowMap\";i:1734568047;s:12:\"_EventAllDay\";i:1734568047;s:15:\"_EventStartDate\";i:1734568047;s:13:\"_EventEndDate\";i:1734568047;s:18:\"_EventStartDateUTC\";i:1734568047;s:16:\"_EventEndDateUTC\";i:1734568047;s:14:\"_EventDuration\";i:1734568047;s:20:\"_EventCurrencySymbol\";i:1734568047;s:18:\"_EventCurrencyCode\";i:1734568047;s:22:\"_EventCurrencyPosition\";i:1734568047;s:10:\"_EventCost\";i:1734568047;s:9:\"_EventURL\";i:1734568047;s:14:\"_EventTimezone\";i:1734568047;s:18:\"_EventTimezoneAbbr\";i:1734568047;s:24:\"_tribe_aggregator_origin\";i:1734568047;s:24:\"_tribe_aggregator_record\";i:1734568047;s:24:\"_tribe_aggregator_source\";i:1734568047;s:25:\"_tribe_aggregator_updated\";i:1734568047;s:13:\"_thumbnail_id\";i:1734568049;s:29:\"_et_dynamic_cached_shortcodes\";i:1753849003;s:29:\"_et_dynamic_cached_attributes\";i:1755484495;s:22:\"et_enqueued_post_fonts\";i:1755484495;s:33:\"_et_builder_module_features_cache\";i:1755484495;}'),
(12146,3716,'_EventOrigin','event-aggregator'),
(12147,3716,'_EventShowMapLink',''),
(12148,3716,'_EventShowMap',''),
(12149,3716,'_EventAllDay','no'),
(12150,3716,'_EventStartDate','2019-12-30 00:00:00'),
(12151,3716,'_EventEndDate','2019-12-30 00:00:00'),
(12152,3716,'_EventStartDateUTC','2019-12-30 00:00:00'),
(12153,3716,'_EventEndDateUTC','2019-12-30 00:00:00'),
(12154,3716,'_EventDuration','0'),
(12155,3716,'_EventCurrencySymbol',''),
(12156,3716,'_EventCurrencyCode',''),
(12157,3716,'_EventCurrencyPosition','prefix'),
(12158,3716,'_EventCost',''),
(12159,3716,'_EventURL',''),
(12160,3716,'_EventTimezone','UTC+0'),
(12161,3716,'_EventTimezoneAbbr','UTC+0'),
(12162,3716,'_tribe_aggregator_origin','csv'),
(12163,3716,'_tribe_aggregator_record','3639'),
(12164,3716,'_tribe_aggregator_source',''),
(12165,3716,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12166,3717,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568048;s:8:\"post_tag\";i:1734568048;s:12:\"_EventOrigin\";i:1734568048;s:17:\"_EventShowMapLink\";i:1734568048;s:13:\"_EventShowMap\";i:1734568048;s:12:\"_EventAllDay\";i:1734568048;s:15:\"_EventStartDate\";i:1734568048;s:13:\"_EventEndDate\";i:1734568048;s:18:\"_EventStartDateUTC\";i:1734568048;s:16:\"_EventEndDateUTC\";i:1734568048;s:14:\"_EventDuration\";i:1734568048;s:20:\"_EventCurrencySymbol\";i:1734568048;s:18:\"_EventCurrencyCode\";i:1734568048;s:22:\"_EventCurrencyPosition\";i:1734568048;s:10:\"_EventCost\";i:1734568048;s:9:\"_EventURL\";i:1734568048;s:14:\"_EventTimezone\";i:1734568048;s:18:\"_EventTimezoneAbbr\";i:1734568048;s:24:\"_tribe_aggregator_origin\";i:1734568048;s:24:\"_tribe_aggregator_record\";i:1734568048;s:24:\"_tribe_aggregator_source\";i:1734568048;s:25:\"_tribe_aggregator_updated\";i:1734568048;s:13:\"_thumbnail_id\";i:1734568049;s:29:\"_et_dynamic_cached_shortcodes\";i:1755816918;s:29:\"_et_dynamic_cached_attributes\";i:1755816918;s:22:\"et_enqueued_post_fonts\";i:1755816918;s:33:\"_et_builder_module_features_cache\";i:1755816918;}'),
(12167,3717,'_EventOrigin','event-aggregator'),
(12168,3717,'_EventShowMapLink',''),
(12169,3717,'_EventShowMap',''),
(12170,3717,'_EventAllDay','no'),
(12171,3717,'_EventStartDate','2019-12-30 00:00:00'),
(12172,3717,'_EventEndDate','2019-12-30 00:00:00'),
(12173,3717,'_EventStartDateUTC','2019-12-30 00:00:00'),
(12174,3717,'_EventEndDateUTC','2019-12-30 00:00:00'),
(12175,3717,'_EventDuration','0'),
(12176,3717,'_EventCurrencySymbol',''),
(12177,3717,'_EventCurrencyCode',''),
(12178,3717,'_EventCurrencyPosition','prefix'),
(12179,3717,'_EventCost',''),
(12180,3717,'_EventURL',''),
(12181,3717,'_EventTimezone','UTC+0'),
(12182,3717,'_EventTimezoneAbbr','UTC+0'),
(12183,3717,'_tribe_aggregator_origin','csv'),
(12184,3717,'_tribe_aggregator_record','3639'),
(12185,3717,'_tribe_aggregator_source',''),
(12186,3717,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12187,3716,'_thumbnail_id','3647'),
(12188,3717,'_thumbnail_id','3679'),
(12189,3718,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568049;s:8:\"post_tag\";i:1734568049;s:12:\"_EventOrigin\";i:1734568049;s:17:\"_EventShowMapLink\";i:1734568049;s:13:\"_EventShowMap\";i:1734568049;s:12:\"_EventAllDay\";i:1734568049;s:15:\"_EventStartDate\";i:1734568049;s:13:\"_EventEndDate\";i:1734568049;s:18:\"_EventStartDateUTC\";i:1734568049;s:16:\"_EventEndDateUTC\";i:1734568049;s:14:\"_EventDuration\";i:1734568049;s:20:\"_EventCurrencySymbol\";i:1734568049;s:18:\"_EventCurrencyCode\";i:1734568049;s:22:\"_EventCurrencyPosition\";i:1734568049;s:10:\"_EventCost\";i:1734568049;s:9:\"_EventURL\";i:1734568049;s:14:\"_EventTimezone\";i:1734568049;s:18:\"_EventTimezoneAbbr\";i:1734568049;s:24:\"_tribe_aggregator_origin\";i:1734568049;s:24:\"_tribe_aggregator_record\";i:1734568049;s:24:\"_tribe_aggregator_source\";i:1734568049;s:25:\"_tribe_aggregator_updated\";i:1734568049;s:13:\"_thumbnail_id\";i:1734568050;s:29:\"_et_dynamic_cached_shortcodes\";i:1756896223;s:29:\"_et_dynamic_cached_attributes\";i:1756896233;s:22:\"et_enqueued_post_fonts\";i:1756896233;s:33:\"_et_builder_module_features_cache\";i:1753362799;}'),
(12190,3718,'_EventOrigin','event-aggregator'),
(12191,3718,'_EventShowMapLink',''),
(12192,3718,'_EventShowMap',''),
(12193,3718,'_EventAllDay','no'),
(12194,3718,'_EventStartDate','2019-12-31 00:00:00'),
(12195,3718,'_EventEndDate','2019-12-31 00:00:00'),
(12196,3718,'_EventStartDateUTC','2019-12-31 00:00:00'),
(12197,3718,'_EventEndDateUTC','2019-12-31 00:00:00'),
(12198,3718,'_EventDuration','0'),
(12199,3718,'_EventCurrencySymbol',''),
(12200,3718,'_EventCurrencyCode',''),
(12201,3718,'_EventCurrencyPosition','prefix'),
(12202,3718,'_EventCost',''),
(12203,3718,'_EventURL',''),
(12204,3718,'_EventTimezone','UTC+0'),
(12205,3718,'_EventTimezoneAbbr','UTC+0'),
(12206,3718,'_tribe_aggregator_origin','csv'),
(12207,3718,'_tribe_aggregator_record','3639'),
(12208,3718,'_tribe_aggregator_source',''),
(12209,3718,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12210,3718,'_thumbnail_id','3647'),
(12211,3719,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568050;s:8:\"post_tag\";i:1734568050;s:12:\"_EventOrigin\";i:1734568050;s:17:\"_EventShowMapLink\";i:1734568050;s:13:\"_EventShowMap\";i:1734568050;s:12:\"_EventAllDay\";i:1734568050;s:15:\"_EventStartDate\";i:1734568050;s:13:\"_EventEndDate\";i:1734568050;s:18:\"_EventStartDateUTC\";i:1734568050;s:16:\"_EventEndDateUTC\";i:1734568050;s:14:\"_EventDuration\";i:1734568050;s:20:\"_EventCurrencySymbol\";i:1734568050;s:18:\"_EventCurrencyCode\";i:1734568050;s:22:\"_EventCurrencyPosition\";i:1734568050;s:10:\"_EventCost\";i:1734568050;s:9:\"_EventURL\";i:1734568050;s:14:\"_EventTimezone\";i:1734568050;s:18:\"_EventTimezoneAbbr\";i:1734568050;s:24:\"_tribe_aggregator_origin\";i:1734568050;s:24:\"_tribe_aggregator_record\";i:1734568050;s:24:\"_tribe_aggregator_source\";i:1734568050;s:25:\"_tribe_aggregator_updated\";i:1734568050;s:13:\"_thumbnail_id\";i:1734568051;s:29:\"_et_dynamic_cached_shortcodes\";i:1755802735;s:29:\"_et_dynamic_cached_attributes\";i:1755802736;s:22:\"et_enqueued_post_fonts\";i:1755802736;s:33:\"_et_builder_module_features_cache\";i:1755802736;}'),
(12212,3719,'_EventOrigin','event-aggregator'),
(12213,3719,'_EventShowMapLink',''),
(12214,3719,'_EventShowMap',''),
(12215,3719,'_EventAllDay','no'),
(12216,3719,'_EventStartDate','2020-01-04 00:00:00'),
(12217,3719,'_EventEndDate','2020-01-04 00:00:00'),
(12218,3719,'_EventStartDateUTC','2020-01-04 00:00:00'),
(12219,3719,'_EventEndDateUTC','2020-01-04 00:00:00'),
(12220,3719,'_EventDuration','0'),
(12221,3719,'_EventCurrencySymbol',''),
(12222,3719,'_EventCurrencyCode',''),
(12223,3719,'_EventCurrencyPosition','prefix'),
(12224,3719,'_EventCost',''),
(12225,3719,'_EventURL',''),
(12226,3719,'_EventTimezone','UTC+0'),
(12227,3719,'_EventTimezoneAbbr','UTC+0'),
(12228,3719,'_tribe_aggregator_origin','csv'),
(12229,3719,'_tribe_aggregator_record','3639'),
(12230,3719,'_tribe_aggregator_source',''),
(12231,3719,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12232,3719,'_thumbnail_id','3647'),
(12233,3720,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568051;s:8:\"post_tag\";i:1734568051;s:12:\"_EventOrigin\";i:1734568051;s:17:\"_EventShowMapLink\";i:1734568051;s:13:\"_EventShowMap\";i:1734568051;s:12:\"_EventAllDay\";i:1734568051;s:15:\"_EventStartDate\";i:1734568051;s:13:\"_EventEndDate\";i:1734568051;s:18:\"_EventStartDateUTC\";i:1734568051;s:16:\"_EventEndDateUTC\";i:1734568051;s:14:\"_EventDuration\";i:1734568051;s:20:\"_EventCurrencySymbol\";i:1734568051;s:18:\"_EventCurrencyCode\";i:1734568051;s:22:\"_EventCurrencyPosition\";i:1734568051;s:10:\"_EventCost\";i:1734568051;s:9:\"_EventURL\";i:1734568051;s:14:\"_EventTimezone\";i:1734568051;s:18:\"_EventTimezoneAbbr\";i:1734568051;s:24:\"_tribe_aggregator_origin\";i:1734568051;s:24:\"_tribe_aggregator_record\";i:1734568051;s:24:\"_tribe_aggregator_source\";i:1734568051;s:25:\"_tribe_aggregator_updated\";i:1734568051;s:13:\"_thumbnail_id\";i:1734568051;s:33:\"_et_builder_module_features_cache\";i:1755838260;s:29:\"_et_dynamic_cached_shortcodes\";i:1755838259;s:29:\"_et_dynamic_cached_attributes\";i:1755838260;s:22:\"et_enqueued_post_fonts\";i:1755838260;}'),
(12234,3720,'_EventOrigin','event-aggregator'),
(12235,3720,'_EventShowMapLink',''),
(12236,3720,'_EventShowMap',''),
(12237,3720,'_EventAllDay','no'),
(12238,3720,'_EventStartDate','2020-02-06 00:00:00'),
(12239,3720,'_EventEndDate','2020-02-06 00:00:00'),
(12240,3720,'_EventStartDateUTC','2020-02-06 00:00:00'),
(12241,3720,'_EventEndDateUTC','2020-02-06 00:00:00'),
(12242,3720,'_EventDuration','0'),
(12243,3720,'_EventCurrencySymbol',''),
(12244,3720,'_EventCurrencyCode',''),
(12245,3720,'_EventCurrencyPosition','prefix'),
(12246,3720,'_EventCost',''),
(12247,3720,'_EventURL',''),
(12248,3720,'_EventTimezone','UTC+0'),
(12249,3720,'_EventTimezoneAbbr','UTC+0'),
(12250,3720,'_tribe_aggregator_origin','csv'),
(12251,3720,'_tribe_aggregator_record','3639'),
(12252,3720,'_tribe_aggregator_source',''),
(12253,3720,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12254,3720,'_thumbnail_id','3690'),
(12260,3721,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568067;s:8:\"post_tag\";i:1734568067;s:12:\"_EventOrigin\";i:1734568067;s:17:\"_EventShowMapLink\";i:1734568067;s:13:\"_EventShowMap\";i:1734568067;s:12:\"_EventAllDay\";i:1734568067;s:15:\"_EventStartDate\";i:1734568067;s:13:\"_EventEndDate\";i:1734568067;s:18:\"_EventStartDateUTC\";i:1734568067;s:16:\"_EventEndDateUTC\";i:1734568067;s:14:\"_EventDuration\";i:1734568067;s:20:\"_EventCurrencySymbol\";i:1734568067;s:18:\"_EventCurrencyCode\";i:1734568067;s:22:\"_EventCurrencyPosition\";i:1734568067;s:10:\"_EventCost\";i:1734568067;s:9:\"_EventURL\";i:1734568067;s:14:\"_EventTimezone\";i:1734568067;s:18:\"_EventTimezoneAbbr\";i:1734568067;s:24:\"_tribe_aggregator_origin\";i:1734568067;s:24:\"_tribe_aggregator_record\";i:1734568067;s:24:\"_tribe_aggregator_source\";i:1734568067;s:25:\"_tribe_aggregator_updated\";i:1734568067;s:13:\"_thumbnail_id\";i:1734568068;s:29:\"_et_dynamic_cached_shortcodes\";i:1756110424;s:29:\"_et_dynamic_cached_attributes\";i:1756110425;s:22:\"et_enqueued_post_fonts\";i:1756110425;s:33:\"_et_builder_module_features_cache\";i:1756110425;}'),
(12261,3721,'_EventOrigin','event-aggregator'),
(12262,3721,'_EventShowMapLink',''),
(12263,3721,'_EventShowMap',''),
(12264,3721,'_EventAllDay','no'),
(12265,3721,'_EventStartDate','2020-07-27 00:00:00'),
(12266,3721,'_EventEndDate','2020-07-27 00:00:00'),
(12267,3721,'_EventStartDateUTC','2020-07-27 00:00:00'),
(12268,3721,'_EventEndDateUTC','2020-07-27 00:00:00'),
(12269,3721,'_EventDuration','0'),
(12270,3721,'_EventCurrencySymbol',''),
(12271,3721,'_EventCurrencyCode',''),
(12272,3721,'_EventCurrencyPosition','prefix'),
(12273,3721,'_EventCost',''),
(12274,3721,'_EventURL',''),
(12275,3721,'_EventTimezone','UTC+0'),
(12276,3721,'_EventTimezoneAbbr','UTC+0'),
(12277,3721,'_tribe_aggregator_origin','csv'),
(12278,3721,'_tribe_aggregator_record','3639'),
(12279,3721,'_tribe_aggregator_source',''),
(12280,3721,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12281,3721,'_thumbnail_id','3653'),
(12282,3722,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568068;s:12:\"_EventOrigin\";i:1734568068;s:17:\"_EventShowMapLink\";i:1734568068;s:13:\"_EventShowMap\";i:1734568068;s:12:\"_EventAllDay\";i:1734568068;s:15:\"_EventStartDate\";i:1734568068;s:13:\"_EventEndDate\";i:1734568068;s:18:\"_EventStartDateUTC\";i:1734568068;s:16:\"_EventEndDateUTC\";i:1734568068;s:14:\"_EventDuration\";i:1734568068;s:20:\"_EventCurrencySymbol\";i:1734568068;s:18:\"_EventCurrencyCode\";i:1734568068;s:22:\"_EventCurrencyPosition\";i:1734568068;s:10:\"_EventCost\";i:1734568068;s:9:\"_EventURL\";i:1734568068;s:14:\"_EventTimezone\";i:1734568068;s:18:\"_EventTimezoneAbbr\";i:1734568068;s:24:\"_tribe_aggregator_origin\";i:1734568068;s:24:\"_tribe_aggregator_record\";i:1734568068;s:24:\"_tribe_aggregator_source\";i:1734568068;s:25:\"_tribe_aggregator_updated\";i:1734568068;s:13:\"_thumbnail_id\";i:1734568068;s:29:\"_et_dynamic_cached_shortcodes\";i:1753322111;s:29:\"_et_dynamic_cached_attributes\";i:1753322112;s:22:\"et_enqueued_post_fonts\";i:1753322112;s:33:\"_et_builder_module_features_cache\";i:1753322112;}'),
(12283,3722,'_EventOrigin','event-aggregator'),
(12284,3722,'_EventShowMapLink',''),
(12285,3722,'_EventShowMap',''),
(12286,3722,'_EventAllDay','no'),
(12287,3722,'_EventStartDate','2020-07-27 00:00:00'),
(12288,3722,'_EventEndDate','2020-07-27 00:00:00'),
(12289,3722,'_EventStartDateUTC','2020-07-27 00:00:00'),
(12290,3722,'_EventEndDateUTC','2020-07-27 00:00:00'),
(12291,3722,'_EventDuration','0'),
(12292,3722,'_EventCurrencySymbol',''),
(12293,3722,'_EventCurrencyCode',''),
(12294,3722,'_EventCurrencyPosition','prefix'),
(12295,3722,'_EventCost',''),
(12296,3722,'_EventURL',''),
(12297,3722,'_EventTimezone','UTC+0'),
(12298,3722,'_EventTimezoneAbbr','UTC+0'),
(12299,3722,'_tribe_aggregator_origin','csv'),
(12300,3722,'_tribe_aggregator_record','3639'),
(12301,3722,'_tribe_aggregator_source',''),
(12302,3722,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12303,3722,'_thumbnail_id','3712'),
(12304,3723,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568068;s:8:\"post_tag\";i:1734568068;s:12:\"_EventOrigin\";i:1734568068;s:17:\"_EventShowMapLink\";i:1734568068;s:13:\"_EventShowMap\";i:1734568068;s:12:\"_EventAllDay\";i:1734568068;s:15:\"_EventStartDate\";i:1734568068;s:13:\"_EventEndDate\";i:1734568068;s:18:\"_EventStartDateUTC\";i:1734568068;s:16:\"_EventEndDateUTC\";i:1734568068;s:14:\"_EventDuration\";i:1734568068;s:20:\"_EventCurrencySymbol\";i:1734568068;s:18:\"_EventCurrencyCode\";i:1734568068;s:22:\"_EventCurrencyPosition\";i:1734568068;s:10:\"_EventCost\";i:1734568068;s:9:\"_EventURL\";i:1734568068;s:14:\"_EventTimezone\";i:1734568068;s:18:\"_EventTimezoneAbbr\";i:1734568068;s:24:\"_tribe_aggregator_origin\";i:1734568068;s:24:\"_tribe_aggregator_record\";i:1734568068;s:24:\"_tribe_aggregator_source\";i:1734568068;s:25:\"_tribe_aggregator_updated\";i:1734568069;s:13:\"_thumbnail_id\";i:1734568069;s:29:\"_et_dynamic_cached_shortcodes\";i:1753346443;s:29:\"_et_dynamic_cached_attributes\";i:1753346444;s:22:\"et_enqueued_post_fonts\";i:1753346444;s:33:\"_et_builder_module_features_cache\";i:1753346444;}'),
(12305,3723,'_EventOrigin','event-aggregator'),
(12306,3723,'_EventShowMapLink',''),
(12307,3723,'_EventShowMap',''),
(12308,3723,'_EventAllDay','no'),
(12309,3723,'_EventStartDate','2020-07-27 00:00:00'),
(12310,3723,'_EventEndDate','2020-07-27 00:00:00'),
(12311,3723,'_EventStartDateUTC','2020-07-27 00:00:00'),
(12312,3723,'_EventEndDateUTC','2020-07-27 00:00:00'),
(12313,3723,'_EventDuration','0'),
(12314,3723,'_EventCurrencySymbol',''),
(12315,3723,'_EventCurrencyCode',''),
(12316,3723,'_EventCurrencyPosition','prefix'),
(12317,3723,'_EventCost',''),
(12318,3723,'_EventURL',''),
(12319,3723,'_EventTimezone','UTC+0'),
(12320,3723,'_EventTimezoneAbbr','UTC+0'),
(12321,3723,'_tribe_aggregator_origin','csv'),
(12322,3723,'_tribe_aggregator_record','3639'),
(12323,3723,'_tribe_aggregator_source',''),
(12324,3723,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12325,3723,'_thumbnail_id','3695'),
(12326,3724,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568069;s:8:\"post_tag\";i:1734568069;s:12:\"_EventOrigin\";i:1734568069;s:17:\"_EventShowMapLink\";i:1734568069;s:13:\"_EventShowMap\";i:1734568069;s:12:\"_EventAllDay\";i:1734568069;s:15:\"_EventStartDate\";i:1734568069;s:13:\"_EventEndDate\";i:1734568069;s:18:\"_EventStartDateUTC\";i:1734568069;s:16:\"_EventEndDateUTC\";i:1734568069;s:14:\"_EventDuration\";i:1734568069;s:20:\"_EventCurrencySymbol\";i:1734568069;s:18:\"_EventCurrencyCode\";i:1734568069;s:22:\"_EventCurrencyPosition\";i:1734568069;s:10:\"_EventCost\";i:1734568069;s:9:\"_EventURL\";i:1734568069;s:14:\"_EventTimezone\";i:1734568069;s:18:\"_EventTimezoneAbbr\";i:1734568069;s:24:\"_tribe_aggregator_origin\";i:1734568069;s:24:\"_tribe_aggregator_record\";i:1734568069;s:24:\"_tribe_aggregator_source\";i:1734568069;s:25:\"_tribe_aggregator_updated\";i:1734568069;s:13:\"_thumbnail_id\";i:1734568071;s:33:\"_et_builder_module_features_cache\";i:1755371003;s:29:\"_et_dynamic_cached_shortcodes\";i:1755371003;s:29:\"_et_dynamic_cached_attributes\";i:1755371003;s:22:\"et_enqueued_post_fonts\";i:1755371003;}'),
(12327,3724,'_EventOrigin','event-aggregator'),
(12328,3724,'_EventShowMapLink',''),
(12329,3724,'_EventShowMap',''),
(12330,3724,'_EventAllDay','no'),
(12331,3724,'_EventStartDate','2020-07-27 00:00:00'),
(12332,3724,'_EventEndDate','2020-07-27 00:00:00'),
(12333,3724,'_EventStartDateUTC','2020-07-27 00:00:00'),
(12334,3724,'_EventEndDateUTC','2020-07-27 00:00:00'),
(12335,3724,'_EventDuration','0'),
(12336,3724,'_EventCurrencySymbol',''),
(12337,3724,'_EventCurrencyCode',''),
(12338,3724,'_EventCurrencyPosition','prefix'),
(12339,3724,'_EventCost',''),
(12340,3724,'_EventURL',''),
(12341,3724,'_EventTimezone','UTC+0'),
(12342,3724,'_EventTimezoneAbbr','UTC+0'),
(12343,3724,'_tribe_aggregator_origin','csv'),
(12344,3724,'_tribe_aggregator_record','3639'),
(12345,3724,'_tribe_aggregator_source',''),
(12346,3724,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12347,3725,'_wp_attached_file','2024/12/DSCF1872-DA0FZv.tmp_.jpg'),
(12348,3725,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:32:\"2024/12/DSCF1872-DA0FZv.tmp_.jpg\";s:8:\"filesize\";i:80709;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"DSCF1872-DA0FZv.tmp_-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21735;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"DSCF1872-DA0FZv.tmp_-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152465;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"DSCF1872-DA0FZv.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8181;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"DSCF1872-DA0FZv.tmp_-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98876;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"DSCF1872-DA0FZv.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29669;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"DSCF1872-DA0FZv.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:138953;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"DSCF1872-DA0FZv.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33311;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"DSCF1872-DA0FZv.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52049;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"DSCF1872-DA0FZv.tmp_-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:165833;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"DSCF1872-DA0FZv.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47687;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"DSCF1872-DA0FZv.tmp_-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143713;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"DSCF1872-DA0FZv.tmp_-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47002;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"DSCF1872-DA0FZv.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26228;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"DSCF1872-DA0FZv.tmp_-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67918;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"DSCF1872-DA0FZv.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4334;}}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:{}}}'),
(12349,3726,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568070;s:8:\"post_tag\";i:1734568070;s:12:\"_EventOrigin\";i:1734568070;s:17:\"_EventShowMapLink\";i:1734568070;s:13:\"_EventShowMap\";i:1734568070;s:12:\"_EventAllDay\";i:1734568070;s:15:\"_EventStartDate\";i:1734568070;s:13:\"_EventEndDate\";i:1734568070;s:18:\"_EventStartDateUTC\";i:1734568070;s:16:\"_EventEndDateUTC\";i:1734568070;s:14:\"_EventDuration\";i:1734568070;s:20:\"_EventCurrencySymbol\";i:1734568070;s:18:\"_EventCurrencyCode\";i:1734568070;s:22:\"_EventCurrencyPosition\";i:1734568070;s:10:\"_EventCost\";i:1734568070;s:9:\"_EventURL\";i:1734568070;s:14:\"_EventTimezone\";i:1734568070;s:18:\"_EventTimezoneAbbr\";i:1734568070;s:24:\"_tribe_aggregator_origin\";i:1734568070;s:24:\"_tribe_aggregator_record\";i:1734568070;s:24:\"_tribe_aggregator_source\";i:1734568070;s:25:\"_tribe_aggregator_updated\";i:1734568070;s:13:\"_thumbnail_id\";i:1734568071;s:33:\"_et_builder_module_features_cache\";i:1755159804;s:29:\"_et_dynamic_cached_shortcodes\";i:1755159803;s:29:\"_et_dynamic_cached_attributes\";i:1755159804;s:22:\"et_enqueued_post_fonts\";i:1755159804;}'),
(12350,3726,'_EventOrigin','event-aggregator'),
(12351,3726,'_EventShowMapLink',''),
(12352,3726,'_EventShowMap',''),
(12353,3726,'_EventAllDay','no'),
(12354,3726,'_EventStartDate','2020-07-27 00:00:00'),
(12355,3726,'_EventEndDate','2020-07-27 00:00:00'),
(12356,3726,'_EventStartDateUTC','2020-07-27 00:00:00'),
(12357,3726,'_EventEndDateUTC','2020-07-27 00:00:00'),
(12358,3726,'_EventDuration','0'),
(12359,3726,'_EventCurrencySymbol',''),
(12360,3726,'_EventCurrencyCode',''),
(12361,3726,'_EventCurrencyPosition','prefix'),
(12362,3726,'_EventCost',''),
(12363,3726,'_EventURL',''),
(12364,3726,'_EventTimezone','UTC+0'),
(12365,3726,'_EventTimezoneAbbr','UTC+0'),
(12366,3726,'_tribe_aggregator_origin','csv'),
(12367,3726,'_tribe_aggregator_record','3639'),
(12368,3726,'_tribe_aggregator_source',''),
(12369,3726,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12370,3726,'_thumbnail_id','3653'),
(12372,3725,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2018/01/DSCF1872.jpg'),
(12373,3724,'_thumbnail_id','3725'),
(12378,3727,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568087;s:12:\"_EventOrigin\";i:1734568087;s:17:\"_EventShowMapLink\";i:1734568087;s:13:\"_EventShowMap\";i:1734568087;s:12:\"_EventAllDay\";i:1734568087;s:15:\"_EventStartDate\";i:1734568087;s:13:\"_EventEndDate\";i:1734568087;s:18:\"_EventStartDateUTC\";i:1734568087;s:16:\"_EventEndDateUTC\";i:1734568087;s:14:\"_EventDuration\";i:1734568087;s:20:\"_EventCurrencySymbol\";i:1734568087;s:18:\"_EventCurrencyCode\";i:1734568087;s:22:\"_EventCurrencyPosition\";i:1734568087;s:10:\"_EventCost\";i:1734568087;s:9:\"_EventURL\";i:1734568087;s:14:\"_EventTimezone\";i:1734568087;s:18:\"_EventTimezoneAbbr\";i:1734568087;s:24:\"_tribe_aggregator_origin\";i:1734568087;s:24:\"_tribe_aggregator_record\";i:1734568087;s:24:\"_tribe_aggregator_source\";i:1734568087;s:25:\"_tribe_aggregator_updated\";i:1734568087;s:13:\"_thumbnail_id\";i:1734568087;s:29:\"_et_dynamic_cached_shortcodes\";i:1753370711;s:29:\"_et_dynamic_cached_attributes\";i:1753370711;s:22:\"et_enqueued_post_fonts\";i:1753370711;s:33:\"_et_builder_module_features_cache\";i:1753370711;}'),
(12379,3727,'_EventOrigin','event-aggregator'),
(12380,3727,'_EventShowMapLink',''),
(12381,3727,'_EventShowMap',''),
(12382,3727,'_EventAllDay','no'),
(12383,3727,'_EventStartDate','2020-07-27 00:00:00'),
(12384,3727,'_EventEndDate','2020-07-27 00:00:00'),
(12385,3727,'_EventStartDateUTC','2020-07-27 00:00:00'),
(12386,3727,'_EventEndDateUTC','2020-07-27 00:00:00'),
(12387,3727,'_EventDuration','0'),
(12388,3727,'_EventCurrencySymbol',''),
(12389,3727,'_EventCurrencyCode',''),
(12390,3727,'_EventCurrencyPosition','prefix'),
(12391,3727,'_EventCost',''),
(12392,3727,'_EventURL',''),
(12393,3727,'_EventTimezone','UTC+0'),
(12394,3727,'_EventTimezoneAbbr','UTC+0'),
(12395,3727,'_tribe_aggregator_origin','csv'),
(12396,3727,'_tribe_aggregator_record','3639'),
(12397,3727,'_tribe_aggregator_source',''),
(12398,3727,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12399,3727,'_thumbnail_id','3712'),
(12400,3728,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568087;s:8:\"post_tag\";i:1734568087;s:12:\"_EventOrigin\";i:1734568088;s:17:\"_EventShowMapLink\";i:1734568087;s:13:\"_EventShowMap\";i:1734568087;s:12:\"_EventAllDay\";i:1734568087;s:15:\"_EventStartDate\";i:1734568087;s:13:\"_EventEndDate\";i:1734568087;s:18:\"_EventStartDateUTC\";i:1734568087;s:16:\"_EventEndDateUTC\";i:1734568087;s:14:\"_EventDuration\";i:1734568087;s:20:\"_EventCurrencySymbol\";i:1734568087;s:18:\"_EventCurrencyCode\";i:1734568087;s:22:\"_EventCurrencyPosition\";i:1734568088;s:10:\"_EventCost\";i:1734568088;s:9:\"_EventURL\";i:1734568088;s:14:\"_EventTimezone\";i:1734568088;s:18:\"_EventTimezoneAbbr\";i:1734568088;s:24:\"_tribe_aggregator_origin\";i:1734568088;s:24:\"_tribe_aggregator_record\";i:1734568088;s:24:\"_tribe_aggregator_source\";i:1734568088;s:25:\"_tribe_aggregator_updated\";i:1734568088;s:13:\"_thumbnail_id\";i:1734568088;s:29:\"_et_dynamic_cached_shortcodes\";i:1753315664;s:29:\"_et_dynamic_cached_attributes\";i:1753315665;s:22:\"et_enqueued_post_fonts\";i:1753315665;s:33:\"_et_builder_module_features_cache\";i:1753315665;}'),
(12401,3728,'_EventOrigin','event-aggregator'),
(12402,3728,'_EventShowMapLink',''),
(12403,3728,'_EventShowMap',''),
(12404,3728,'_EventAllDay','no'),
(12405,3728,'_EventStartDate','2020-07-27 00:00:00'),
(12406,3728,'_EventEndDate','2020-07-27 00:00:00'),
(12407,3728,'_EventStartDateUTC','2020-07-27 00:00:00'),
(12408,3728,'_EventEndDateUTC','2020-07-27 00:00:00'),
(12409,3728,'_EventDuration','0'),
(12410,3728,'_EventCurrencySymbol',''),
(12411,3728,'_EventCurrencyCode',''),
(12412,3728,'_EventCurrencyPosition','prefix'),
(12413,3728,'_EventCost',''),
(12414,3728,'_EventURL',''),
(12415,3728,'_EventTimezone','UTC+0'),
(12416,3728,'_EventTimezoneAbbr','UTC+0'),
(12417,3728,'_tribe_aggregator_origin','csv'),
(12418,3728,'_tribe_aggregator_record','3639'),
(12419,3728,'_tribe_aggregator_source',''),
(12420,3728,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12421,3728,'_thumbnail_id','3695'),
(12422,3729,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568088;s:8:\"post_tag\";i:1734568088;s:12:\"_EventOrigin\";i:1734568088;s:17:\"_EventShowMapLink\";i:1734568088;s:13:\"_EventShowMap\";i:1734568088;s:12:\"_EventAllDay\";i:1734568088;s:15:\"_EventStartDate\";i:1734568088;s:13:\"_EventEndDate\";i:1734568088;s:18:\"_EventStartDateUTC\";i:1734568088;s:16:\"_EventEndDateUTC\";i:1734568088;s:14:\"_EventDuration\";i:1734568088;s:20:\"_EventCurrencySymbol\";i:1734568088;s:18:\"_EventCurrencyCode\";i:1734568088;s:22:\"_EventCurrencyPosition\";i:1734568088;s:10:\"_EventCost\";i:1734568088;s:9:\"_EventURL\";i:1734568088;s:14:\"_EventTimezone\";i:1734568088;s:18:\"_EventTimezoneAbbr\";i:1734568088;s:24:\"_tribe_aggregator_origin\";i:1734568088;s:24:\"_tribe_aggregator_record\";i:1734568088;s:24:\"_tribe_aggregator_source\";i:1734568088;s:25:\"_tribe_aggregator_updated\";i:1734568088;s:13:\"_thumbnail_id\";i:1734568089;s:29:\"_et_dynamic_cached_shortcodes\";i:1757190382;s:29:\"_et_dynamic_cached_attributes\";i:1757190383;s:22:\"et_enqueued_post_fonts\";i:1757190383;s:33:\"_et_builder_module_features_cache\";i:1753362741;}'),
(12423,3729,'_EventOrigin','event-aggregator'),
(12424,3729,'_EventShowMapLink',''),
(12425,3729,'_EventShowMap',''),
(12426,3729,'_EventAllDay','no'),
(12427,3729,'_EventStartDate','2020-07-27 00:00:00'),
(12428,3729,'_EventEndDate','2020-07-27 00:00:00'),
(12429,3729,'_EventStartDateUTC','2020-07-27 00:00:00'),
(12430,3729,'_EventEndDateUTC','2020-07-27 00:00:00'),
(12431,3729,'_EventDuration','0'),
(12432,3729,'_EventCurrencySymbol',''),
(12433,3729,'_EventCurrencyCode',''),
(12434,3729,'_EventCurrencyPosition','prefix'),
(12435,3729,'_EventCost',''),
(12436,3729,'_EventURL',''),
(12437,3729,'_EventTimezone','UTC+0'),
(12438,3729,'_EventTimezoneAbbr','UTC+0'),
(12439,3729,'_tribe_aggregator_origin','csv'),
(12440,3729,'_tribe_aggregator_record','3639'),
(12441,3729,'_tribe_aggregator_source',''),
(12442,3729,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12443,3729,'_thumbnail_id','3695'),
(12444,3730,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568089;s:12:\"_EventOrigin\";i:1734568089;s:17:\"_EventShowMapLink\";i:1734568089;s:13:\"_EventShowMap\";i:1734568089;s:12:\"_EventAllDay\";i:1734568089;s:15:\"_EventStartDate\";i:1734568089;s:13:\"_EventEndDate\";i:1734568089;s:18:\"_EventStartDateUTC\";i:1734568089;s:16:\"_EventEndDateUTC\";i:1734568089;s:14:\"_EventDuration\";i:1734568089;s:20:\"_EventCurrencySymbol\";i:1734568089;s:18:\"_EventCurrencyCode\";i:1734568089;s:22:\"_EventCurrencyPosition\";i:1734568089;s:10:\"_EventCost\";i:1734568089;s:9:\"_EventURL\";i:1734568089;s:14:\"_EventTimezone\";i:1734568089;s:18:\"_EventTimezoneAbbr\";i:1734568089;s:24:\"_tribe_aggregator_origin\";i:1734568089;s:24:\"_tribe_aggregator_record\";i:1734568089;s:24:\"_tribe_aggregator_source\";i:1734568089;s:25:\"_tribe_aggregator_updated\";i:1734568089;s:13:\"_thumbnail_id\";i:1734568089;s:29:\"_et_dynamic_cached_shortcodes\";i:1755505519;s:29:\"_et_dynamic_cached_attributes\";i:1755505524;s:22:\"et_enqueued_post_fonts\";i:1755505524;s:33:\"_et_builder_module_features_cache\";i:1755505524;}'),
(12445,3730,'_EventOrigin','event-aggregator'),
(12446,3730,'_EventShowMapLink',''),
(12447,3730,'_EventShowMap',''),
(12448,3730,'_EventAllDay','no'),
(12449,3730,'_EventStartDate','2020-07-27 00:00:00'),
(12450,3730,'_EventEndDate','2020-07-27 00:00:00'),
(12451,3730,'_EventStartDateUTC','2020-07-27 00:00:00'),
(12452,3730,'_EventEndDateUTC','2020-07-27 00:00:00'),
(12453,3730,'_EventDuration','0'),
(12454,3730,'_EventCurrencySymbol',''),
(12455,3730,'_EventCurrencyCode',''),
(12456,3730,'_EventCurrencyPosition','prefix'),
(12457,3730,'_EventCost',''),
(12458,3730,'_EventURL',''),
(12459,3730,'_EventTimezone','UTC+0'),
(12460,3730,'_EventTimezoneAbbr','UTC+0'),
(12461,3730,'_tribe_aggregator_origin','csv'),
(12462,3730,'_tribe_aggregator_record','3639'),
(12463,3730,'_tribe_aggregator_source',''),
(12464,3730,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12465,3730,'_thumbnail_id','3712'),
(12466,3731,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568089;s:12:\"_EventOrigin\";i:1734568089;s:17:\"_EventShowMapLink\";i:1734568089;s:13:\"_EventShowMap\";i:1734568089;s:12:\"_EventAllDay\";i:1734568089;s:15:\"_EventStartDate\";i:1734568089;s:13:\"_EventEndDate\";i:1734568089;s:18:\"_EventStartDateUTC\";i:1734568089;s:16:\"_EventEndDateUTC\";i:1734568089;s:14:\"_EventDuration\";i:1734568089;s:20:\"_EventCurrencySymbol\";i:1734568089;s:18:\"_EventCurrencyCode\";i:1734568089;s:22:\"_EventCurrencyPosition\";i:1734568089;s:10:\"_EventCost\";i:1734568089;s:9:\"_EventURL\";i:1734568089;s:14:\"_EventTimezone\";i:1734568089;s:18:\"_EventTimezoneAbbr\";i:1734568089;s:24:\"_tribe_aggregator_origin\";i:1734568089;s:24:\"_tribe_aggregator_record\";i:1734568089;s:24:\"_tribe_aggregator_source\";i:1734568089;s:25:\"_tribe_aggregator_updated\";i:1734568089;s:13:\"_thumbnail_id\";i:1734568090;s:29:\"_et_dynamic_cached_shortcodes\";i:1757083027;s:29:\"_et_dynamic_cached_attributes\";i:1757083028;s:22:\"et_enqueued_post_fonts\";i:1757083028;s:33:\"_et_builder_module_features_cache\";i:1757083028;}'),
(12467,3731,'_EventOrigin','event-aggregator'),
(12468,3731,'_EventShowMapLink',''),
(12469,3731,'_EventShowMap',''),
(12470,3731,'_EventAllDay','no'),
(12471,3731,'_EventStartDate','2020-07-27 00:00:00'),
(12472,3731,'_EventEndDate','2020-07-27 00:00:00'),
(12473,3731,'_EventStartDateUTC','2020-07-27 00:00:00'),
(12474,3731,'_EventEndDateUTC','2020-07-27 00:00:00'),
(12475,3731,'_EventDuration','0'),
(12476,3731,'_EventCurrencySymbol',''),
(12477,3731,'_EventCurrencyCode',''),
(12478,3731,'_EventCurrencyPosition','prefix'),
(12479,3731,'_EventCost',''),
(12480,3731,'_EventURL',''),
(12481,3731,'_EventTimezone','UTC+0'),
(12482,3731,'_EventTimezoneAbbr','UTC+0'),
(12483,3731,'_tribe_aggregator_origin','csv'),
(12484,3731,'_tribe_aggregator_record','3639'),
(12485,3731,'_tribe_aggregator_source',''),
(12486,3731,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12487,3731,'_thumbnail_id','3697'),
(12493,3732,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568105;s:8:\"post_tag\";i:1734568105;s:12:\"_EventOrigin\";i:1734568106;s:17:\"_EventShowMapLink\";i:1734568105;s:13:\"_EventShowMap\";i:1734568105;s:12:\"_EventAllDay\";i:1734568105;s:15:\"_EventStartDate\";i:1734568105;s:13:\"_EventEndDate\";i:1734568105;s:18:\"_EventStartDateUTC\";i:1734568105;s:16:\"_EventEndDateUTC\";i:1734568105;s:14:\"_EventDuration\";i:1734568105;s:20:\"_EventCurrencySymbol\";i:1734568105;s:18:\"_EventCurrencyCode\";i:1734568105;s:22:\"_EventCurrencyPosition\";i:1734568106;s:10:\"_EventCost\";i:1734568106;s:9:\"_EventURL\";i:1734568106;s:14:\"_EventTimezone\";i:1734568106;s:18:\"_EventTimezoneAbbr\";i:1734568106;s:24:\"_tribe_aggregator_origin\";i:1734568106;s:24:\"_tribe_aggregator_record\";i:1734568106;s:24:\"_tribe_aggregator_source\";i:1734568106;s:25:\"_tribe_aggregator_updated\";i:1734568106;s:13:\"_thumbnail_id\";i:1734568106;s:33:\"_et_builder_module_features_cache\";i:1753348195;s:29:\"_et_dynamic_cached_shortcodes\";i:1755327038;s:29:\"_et_dynamic_cached_attributes\";i:1755327042;s:22:\"et_enqueued_post_fonts\";i:1755327042;}'),
(12494,3732,'_EventOrigin','event-aggregator'),
(12495,3732,'_EventShowMapLink',''),
(12496,3732,'_EventShowMap',''),
(12497,3732,'_EventAllDay','no'),
(12498,3732,'_EventStartDate','2021-01-06 00:00:00'),
(12499,3732,'_EventEndDate','2021-01-06 00:00:00'),
(12500,3732,'_EventStartDateUTC','2021-01-06 00:00:00'),
(12501,3732,'_EventEndDateUTC','2021-01-06 00:00:00'),
(12502,3732,'_EventDuration','0'),
(12503,3732,'_EventCurrencySymbol',''),
(12504,3732,'_EventCurrencyCode',''),
(12505,3732,'_EventCurrencyPosition','prefix'),
(12506,3732,'_EventCost',''),
(12507,3732,'_EventURL',''),
(12508,3732,'_EventTimezone','UTC+0'),
(12509,3732,'_EventTimezoneAbbr','UTC+0'),
(12510,3732,'_tribe_aggregator_origin','csv'),
(12511,3732,'_tribe_aggregator_record','3639'),
(12512,3732,'_tribe_aggregator_source',''),
(12513,3732,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12514,3732,'_thumbnail_id','3725'),
(12515,3733,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568106;s:8:\"post_tag\";i:1734568106;s:12:\"_EventOrigin\";i:1734568106;s:17:\"_EventShowMapLink\";i:1734568106;s:13:\"_EventShowMap\";i:1734568106;s:12:\"_EventAllDay\";i:1734568106;s:15:\"_EventStartDate\";i:1734568106;s:13:\"_EventEndDate\";i:1734568106;s:18:\"_EventStartDateUTC\";i:1734568106;s:16:\"_EventEndDateUTC\";i:1734568106;s:14:\"_EventDuration\";i:1734568106;s:20:\"_EventCurrencySymbol\";i:1734568106;s:18:\"_EventCurrencyCode\";i:1734568106;s:22:\"_EventCurrencyPosition\";i:1734568106;s:10:\"_EventCost\";i:1734568106;s:9:\"_EventURL\";i:1734568106;s:14:\"_EventTimezone\";i:1734568106;s:18:\"_EventTimezoneAbbr\";i:1734568106;s:24:\"_tribe_aggregator_origin\";i:1734568106;s:24:\"_tribe_aggregator_record\";i:1734568106;s:24:\"_tribe_aggregator_source\";i:1734568106;s:25:\"_tribe_aggregator_updated\";i:1734568106;s:13:\"_thumbnail_id\";i:1734568108;s:29:\"_et_dynamic_cached_shortcodes\";i:1755669047;s:29:\"_et_dynamic_cached_attributes\";i:1755669048;s:22:\"et_enqueued_post_fonts\";i:1755669048;s:33:\"_et_builder_module_features_cache\";i:1755669048;}'),
(12516,3733,'_EventOrigin','event-aggregator'),
(12517,3733,'_EventShowMapLink',''),
(12518,3733,'_EventShowMap',''),
(12519,3733,'_EventAllDay','no'),
(12520,3733,'_EventStartDate','2021-01-06 00:00:00'),
(12521,3733,'_EventEndDate','2021-01-06 00:00:00'),
(12522,3733,'_EventStartDateUTC','2021-01-06 00:00:00'),
(12523,3733,'_EventEndDateUTC','2021-01-06 00:00:00'),
(12524,3733,'_EventDuration','0'),
(12525,3733,'_EventCurrencySymbol',''),
(12526,3733,'_EventCurrencyCode',''),
(12527,3733,'_EventCurrencyPosition','prefix'),
(12528,3733,'_EventCost',''),
(12529,3733,'_EventURL',''),
(12530,3733,'_EventTimezone','UTC+0'),
(12531,3733,'_EventTimezoneAbbr','UTC+0'),
(12532,3733,'_tribe_aggregator_origin','csv'),
(12533,3733,'_tribe_aggregator_record','3639'),
(12534,3733,'_tribe_aggregator_source',''),
(12535,3733,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12536,3734,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568107;s:8:\"post_tag\";i:1734568107;s:12:\"_EventOrigin\";i:1734568107;s:17:\"_EventShowMapLink\";i:1734568107;s:13:\"_EventShowMap\";i:1734568107;s:12:\"_EventAllDay\";i:1734568107;s:15:\"_EventStartDate\";i:1734568107;s:13:\"_EventEndDate\";i:1734568107;s:18:\"_EventStartDateUTC\";i:1734568107;s:16:\"_EventEndDateUTC\";i:1734568107;s:14:\"_EventDuration\";i:1734568107;s:20:\"_EventCurrencySymbol\";i:1734568107;s:18:\"_EventCurrencyCode\";i:1734568107;s:22:\"_EventCurrencyPosition\";i:1734568107;s:10:\"_EventCost\";i:1734568107;s:9:\"_EventURL\";i:1734568107;s:14:\"_EventTimezone\";i:1734568107;s:18:\"_EventTimezoneAbbr\";i:1734568107;s:24:\"_tribe_aggregator_origin\";i:1734568107;s:24:\"_tribe_aggregator_record\";i:1734568107;s:24:\"_tribe_aggregator_source\";i:1734568107;s:25:\"_tribe_aggregator_updated\";i:1734568107;s:13:\"_thumbnail_id\";i:1734568108;s:29:\"_et_dynamic_cached_shortcodes\";i:1756251510;s:29:\"_et_dynamic_cached_attributes\";i:1756251511;s:22:\"et_enqueued_post_fonts\";i:1756251511;s:33:\"_et_builder_module_features_cache\";i:1753362712;}'),
(12537,3734,'_EventOrigin','event-aggregator'),
(12538,3734,'_EventShowMapLink',''),
(12539,3734,'_EventShowMap',''),
(12540,3734,'_EventAllDay','no'),
(12541,3734,'_EventStartDate','2021-01-06 00:00:00'),
(12542,3734,'_EventEndDate','2021-01-06 00:00:00'),
(12543,3734,'_EventStartDateUTC','2021-01-06 00:00:00'),
(12544,3734,'_EventEndDateUTC','2021-01-06 00:00:00'),
(12545,3734,'_EventDuration','0'),
(12546,3734,'_EventCurrencySymbol',''),
(12547,3734,'_EventCurrencyCode',''),
(12548,3734,'_EventCurrencyPosition','prefix'),
(12549,3734,'_EventCost',''),
(12550,3734,'_EventURL',''),
(12551,3734,'_EventTimezone','UTC+0'),
(12552,3734,'_EventTimezoneAbbr','UTC+0'),
(12553,3734,'_tribe_aggregator_origin','csv'),
(12554,3734,'_tribe_aggregator_record','3639'),
(12555,3734,'_tribe_aggregator_source',''),
(12556,3734,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12557,3735,'_wp_attached_file','2024/12/low-vis-course-image872-NPXlar.tmp_.jpg'),
(12558,3735,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:750;s:4:\"file\";s:47:\"2024/12/low-vis-course-image872-NPXlar.tmp_.jpg\";s:8:\"filesize\";i:69497;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"low-vis-course-image872-NPXlar.tmp_-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24499;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"low-vis-course-image872-NPXlar.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9704;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"low-vis-course-image872-NPXlar.tmp_-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108966;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"low-vis-course-image872-NPXlar.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33679;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:48:\"low-vis-course-image872-NPXlar.tmp_-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151992;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"low-vis-course-image872-NPXlar.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37370;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"low-vis-course-image872-NPXlar.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57866;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"low-vis-course-image872-NPXlar.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55587;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:47:\"low-vis-course-image872-NPXlar.tmp_-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157837;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"low-vis-course-image872-NPXlar.tmp_-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52367;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"low-vis-course-image872-NPXlar.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30710;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:47:\"low-vis-course-image872-NPXlar.tmp_-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75715;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"low-vis-course-image872-NPXlar.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4992;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"0\";s:8:\"keywords\";a:0:{}}}'),
(12559,3735,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2021/01/low-vis-course-image872.jpg'),
(12560,3733,'_thumbnail_id','3735'),
(12564,3734,'_thumbnail_id','3725'),
(12565,3736,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568108;s:8:\"post_tag\";i:1734568108;s:12:\"_EventOrigin\";i:1734568108;s:17:\"_EventShowMapLink\";i:1734568108;s:13:\"_EventShowMap\";i:1734568108;s:12:\"_EventAllDay\";i:1734568108;s:15:\"_EventStartDate\";i:1734568108;s:13:\"_EventEndDate\";i:1734568108;s:18:\"_EventStartDateUTC\";i:1734568108;s:16:\"_EventEndDateUTC\";i:1734568108;s:14:\"_EventDuration\";i:1734568108;s:20:\"_EventCurrencySymbol\";i:1734568108;s:18:\"_EventCurrencyCode\";i:1734568108;s:22:\"_EventCurrencyPosition\";i:1734568108;s:10:\"_EventCost\";i:1734568108;s:9:\"_EventURL\";i:1734568108;s:14:\"_EventTimezone\";i:1734568108;s:18:\"_EventTimezoneAbbr\";i:1734568108;s:24:\"_tribe_aggregator_origin\";i:1734568108;s:24:\"_tribe_aggregator_record\";i:1734568108;s:24:\"_tribe_aggregator_source\";i:1734568108;s:25:\"_tribe_aggregator_updated\";i:1734568108;s:13:\"_thumbnail_id\";i:1734568109;s:33:\"_et_builder_module_features_cache\";i:1755477542;s:29:\"_et_dynamic_cached_shortcodes\";i:1755477541;s:29:\"_et_dynamic_cached_attributes\";i:1755477542;s:22:\"et_enqueued_post_fonts\";i:1755477542;}'),
(12566,3736,'_EventOrigin','event-aggregator'),
(12567,3736,'_EventShowMapLink',''),
(12568,3736,'_EventShowMap',''),
(12569,3736,'_EventAllDay','no'),
(12570,3736,'_EventStartDate','2021-01-06 00:00:00'),
(12571,3736,'_EventEndDate','2021-01-06 00:00:00'),
(12572,3736,'_EventStartDateUTC','2021-01-06 00:00:00'),
(12573,3736,'_EventEndDateUTC','2021-01-06 00:00:00'),
(12574,3736,'_EventDuration','0'),
(12575,3736,'_EventCurrencySymbol',''),
(12576,3736,'_EventCurrencyCode',''),
(12577,3736,'_EventCurrencyPosition','prefix'),
(12578,3736,'_EventCost',''),
(12579,3736,'_EventURL',''),
(12580,3736,'_EventTimezone','UTC+0'),
(12581,3736,'_EventTimezoneAbbr','UTC+0'),
(12582,3736,'_tribe_aggregator_origin','csv'),
(12583,3736,'_tribe_aggregator_record','3639'),
(12584,3736,'_tribe_aggregator_source',''),
(12585,3736,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12586,3736,'_thumbnail_id','3690'),
(12587,3737,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568109;s:12:\"_EventOrigin\";i:1734568109;s:17:\"_EventShowMapLink\";i:1734568109;s:13:\"_EventShowMap\";i:1734568109;s:12:\"_EventAllDay\";i:1734568109;s:15:\"_EventStartDate\";i:1734568109;s:13:\"_EventEndDate\";i:1734568109;s:18:\"_EventStartDateUTC\";i:1734568109;s:16:\"_EventEndDateUTC\";i:1734568109;s:14:\"_EventDuration\";i:1734568109;s:20:\"_EventCurrencySymbol\";i:1734568109;s:18:\"_EventCurrencyCode\";i:1734568109;s:22:\"_EventCurrencyPosition\";i:1734568109;s:10:\"_EventCost\";i:1734568109;s:9:\"_EventURL\";i:1734568109;s:14:\"_EventTimezone\";i:1734568109;s:18:\"_EventTimezoneAbbr\";i:1734568109;s:24:\"_tribe_aggregator_origin\";i:1734568109;s:24:\"_tribe_aggregator_record\";i:1734568109;s:24:\"_tribe_aggregator_source\";i:1734568109;s:25:\"_tribe_aggregator_updated\";i:1734568109;s:13:\"_thumbnail_id\";i:1734568109;s:33:\"_et_builder_module_features_cache\";i:1753320404;s:29:\"_et_dynamic_cached_shortcodes\";i:1753320403;s:29:\"_et_dynamic_cached_attributes\";i:1753320404;s:22:\"et_enqueued_post_fonts\";i:1753320404;}'),
(12588,3737,'_EventOrigin','event-aggregator'),
(12589,3737,'_EventShowMapLink',''),
(12590,3737,'_EventShowMap',''),
(12591,3737,'_EventAllDay','no'),
(12592,3737,'_EventStartDate','2021-01-06 00:00:00'),
(12593,3737,'_EventEndDate','2021-01-06 00:00:00'),
(12594,3737,'_EventStartDateUTC','2021-01-06 00:00:00'),
(12595,3737,'_EventEndDateUTC','2021-01-06 00:00:00'),
(12596,3737,'_EventDuration','0'),
(12597,3737,'_EventCurrencySymbol',''),
(12598,3737,'_EventCurrencyCode',''),
(12599,3737,'_EventCurrencyPosition','prefix'),
(12600,3737,'_EventCost',''),
(12601,3737,'_EventURL',''),
(12602,3737,'_EventTimezone','UTC+0'),
(12603,3737,'_EventTimezoneAbbr','UTC+0'),
(12604,3737,'_tribe_aggregator_origin','csv'),
(12605,3737,'_tribe_aggregator_record','3639'),
(12606,3737,'_tribe_aggregator_source',''),
(12607,3737,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12608,3737,'_thumbnail_id','3661'),
(12614,3738,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568124;s:8:\"post_tag\";i:1734568124;s:12:\"_EventOrigin\";i:1734568124;s:17:\"_EventShowMapLink\";i:1734568124;s:13:\"_EventShowMap\";i:1734568124;s:12:\"_EventAllDay\";i:1734568124;s:15:\"_EventStartDate\";i:1734568124;s:13:\"_EventEndDate\";i:1734568124;s:18:\"_EventStartDateUTC\";i:1734568124;s:16:\"_EventEndDateUTC\";i:1734568124;s:14:\"_EventDuration\";i:1734568124;s:20:\"_EventCurrencySymbol\";i:1734568124;s:18:\"_EventCurrencyCode\";i:1734568124;s:22:\"_EventCurrencyPosition\";i:1734568124;s:10:\"_EventCost\";i:1734568124;s:9:\"_EventURL\";i:1734568124;s:14:\"_EventTimezone\";i:1734568124;s:18:\"_EventTimezoneAbbr\";i:1734568124;s:24:\"_tribe_aggregator_origin\";i:1734568124;s:24:\"_tribe_aggregator_record\";i:1734568124;s:24:\"_tribe_aggregator_source\";i:1734568124;s:25:\"_tribe_aggregator_updated\";i:1734568124;s:13:\"_thumbnail_id\";i:1734568124;s:29:\"_et_dynamic_cached_shortcodes\";i:1753434675;s:29:\"_et_dynamic_cached_attributes\";i:1753434676;s:22:\"et_enqueued_post_fonts\";i:1753434676;s:33:\"_et_builder_module_features_cache\";i:1753434676;}'),
(12615,3738,'_EventOrigin','event-aggregator'),
(12616,3738,'_EventShowMapLink',''),
(12617,3738,'_EventShowMap',''),
(12618,3738,'_EventAllDay','no'),
(12619,3738,'_EventStartDate','2021-01-06 00:00:00'),
(12620,3738,'_EventEndDate','2021-01-06 00:00:00'),
(12621,3738,'_EventStartDateUTC','2021-01-06 00:00:00'),
(12622,3738,'_EventEndDateUTC','2021-01-06 00:00:00'),
(12623,3738,'_EventDuration','0'),
(12624,3738,'_EventCurrencySymbol',''),
(12625,3738,'_EventCurrencyCode',''),
(12626,3738,'_EventCurrencyPosition','prefix'),
(12627,3738,'_EventCost',''),
(12628,3738,'_EventURL',''),
(12629,3738,'_EventTimezone','UTC+0'),
(12630,3738,'_EventTimezoneAbbr','UTC+0'),
(12631,3738,'_tribe_aggregator_origin','csv'),
(12632,3738,'_tribe_aggregator_record','3639'),
(12633,3738,'_tribe_aggregator_source',''),
(12634,3738,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12635,3738,'_thumbnail_id','3679'),
(12636,3739,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568124;s:8:\"post_tag\";i:1734568124;s:12:\"_EventOrigin\";i:1734568125;s:17:\"_EventShowMapLink\";i:1734568125;s:13:\"_EventShowMap\";i:1734568125;s:12:\"_EventAllDay\";i:1734568125;s:15:\"_EventStartDate\";i:1734568125;s:13:\"_EventEndDate\";i:1734568125;s:18:\"_EventStartDateUTC\";i:1734568125;s:16:\"_EventEndDateUTC\";i:1734568125;s:14:\"_EventDuration\";i:1734568125;s:20:\"_EventCurrencySymbol\";i:1734568125;s:18:\"_EventCurrencyCode\";i:1734568125;s:22:\"_EventCurrencyPosition\";i:1734568125;s:10:\"_EventCost\";i:1734568125;s:9:\"_EventURL\";i:1734568125;s:14:\"_EventTimezone\";i:1734568125;s:18:\"_EventTimezoneAbbr\";i:1734568125;s:24:\"_tribe_aggregator_origin\";i:1734568125;s:24:\"_tribe_aggregator_record\";i:1734568125;s:24:\"_tribe_aggregator_source\";i:1734568125;s:25:\"_tribe_aggregator_updated\";i:1734568125;s:13:\"_thumbnail_id\";i:1734568125;s:29:\"_et_dynamic_cached_shortcodes\";i:1757180771;s:29:\"_et_dynamic_cached_attributes\";i:1757180772;s:22:\"et_enqueued_post_fonts\";i:1757180772;s:33:\"_et_builder_module_features_cache\";i:1757180772;}'),
(12637,3739,'_EventOrigin','event-aggregator'),
(12638,3739,'_EventShowMapLink',''),
(12639,3739,'_EventShowMap',''),
(12640,3739,'_EventAllDay','no'),
(12641,3739,'_EventStartDate','2021-01-06 00:00:00'),
(12642,3739,'_EventEndDate','2021-01-06 00:00:00'),
(12643,3739,'_EventStartDateUTC','2021-01-06 00:00:00'),
(12644,3739,'_EventEndDateUTC','2021-01-06 00:00:00'),
(12645,3739,'_EventDuration','0'),
(12646,3739,'_EventCurrencySymbol',''),
(12647,3739,'_EventCurrencyCode',''),
(12648,3739,'_EventCurrencyPosition','prefix'),
(12649,3739,'_EventCost',''),
(12650,3739,'_EventURL',''),
(12651,3739,'_EventTimezone','UTC+0'),
(12652,3739,'_EventTimezoneAbbr','UTC+0'),
(12653,3739,'_tribe_aggregator_origin','csv'),
(12654,3739,'_tribe_aggregator_record','3639'),
(12655,3739,'_tribe_aggregator_source',''),
(12656,3739,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12660,3739,'_thumbnail_id','3725'),
(12661,3740,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568125;s:8:\"post_tag\";i:1734568125;s:12:\"_EventOrigin\";i:1734568125;s:17:\"_EventShowMapLink\";i:1734568125;s:13:\"_EventShowMap\";i:1734568125;s:12:\"_EventAllDay\";i:1734568125;s:15:\"_EventStartDate\";i:1734568125;s:13:\"_EventEndDate\";i:1734568125;s:18:\"_EventStartDateUTC\";i:1734568125;s:16:\"_EventEndDateUTC\";i:1734568125;s:14:\"_EventDuration\";i:1734568125;s:20:\"_EventCurrencySymbol\";i:1734568125;s:18:\"_EventCurrencyCode\";i:1734568125;s:22:\"_EventCurrencyPosition\";i:1734568125;s:10:\"_EventCost\";i:1734568125;s:9:\"_EventURL\";i:1734568125;s:14:\"_EventTimezone\";i:1734568125;s:18:\"_EventTimezoneAbbr\";i:1734568125;s:24:\"_tribe_aggregator_origin\";i:1734568125;s:24:\"_tribe_aggregator_record\";i:1734568125;s:24:\"_tribe_aggregator_source\";i:1734568125;s:25:\"_tribe_aggregator_updated\";i:1734568125;s:13:\"_thumbnail_id\";i:1734568126;s:29:\"_et_dynamic_cached_shortcodes\";i:1755663780;s:29:\"_et_dynamic_cached_attributes\";i:1755663781;s:22:\"et_enqueued_post_fonts\";i:1755663781;s:33:\"_et_builder_module_features_cache\";i:1753362687;}'),
(12662,3740,'_EventOrigin','event-aggregator'),
(12663,3740,'_EventShowMapLink',''),
(12664,3740,'_EventShowMap',''),
(12665,3740,'_EventAllDay','no'),
(12666,3740,'_EventStartDate','2021-01-06 00:00:00'),
(12667,3740,'_EventEndDate','2021-01-06 00:00:00'),
(12668,3740,'_EventStartDateUTC','2021-01-06 00:00:00'),
(12669,3740,'_EventEndDateUTC','2021-01-06 00:00:00'),
(12670,3740,'_EventDuration','0'),
(12671,3740,'_EventCurrencySymbol',''),
(12672,3740,'_EventCurrencyCode',''),
(12673,3740,'_EventCurrencyPosition','prefix'),
(12674,3740,'_EventCost',''),
(12675,3740,'_EventURL',''),
(12676,3740,'_EventTimezone','UTC+0'),
(12677,3740,'_EventTimezoneAbbr','UTC+0'),
(12678,3740,'_tribe_aggregator_origin','csv'),
(12679,3740,'_tribe_aggregator_record','3639'),
(12680,3740,'_tribe_aggregator_source',''),
(12681,3740,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12682,3740,'_thumbnail_id','3735'),
(12683,3741,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568126;s:8:\"post_tag\";i:1734568126;s:12:\"_EventOrigin\";i:1734568126;s:17:\"_EventShowMapLink\";i:1734568126;s:13:\"_EventShowMap\";i:1734568126;s:12:\"_EventAllDay\";i:1734568126;s:15:\"_EventStartDate\";i:1734568126;s:13:\"_EventEndDate\";i:1734568126;s:18:\"_EventStartDateUTC\";i:1734568126;s:16:\"_EventEndDateUTC\";i:1734568126;s:14:\"_EventDuration\";i:1734568126;s:20:\"_EventCurrencySymbol\";i:1734568126;s:18:\"_EventCurrencyCode\";i:1734568126;s:22:\"_EventCurrencyPosition\";i:1734568126;s:10:\"_EventCost\";i:1734568126;s:9:\"_EventURL\";i:1734568126;s:14:\"_EventTimezone\";i:1734568126;s:18:\"_EventTimezoneAbbr\";i:1734568126;s:24:\"_tribe_aggregator_origin\";i:1734568126;s:24:\"_tribe_aggregator_record\";i:1734568126;s:24:\"_tribe_aggregator_source\";i:1734568126;s:25:\"_tribe_aggregator_updated\";i:1734568126;s:13:\"_thumbnail_id\";i:1734568126;s:29:\"_et_dynamic_cached_shortcodes\";i:1753347250;s:29:\"_et_dynamic_cached_attributes\";i:1753347250;s:22:\"et_enqueued_post_fonts\";i:1753347250;s:33:\"_et_builder_module_features_cache\";i:1753336287;}'),
(12684,3741,'_EventOrigin','event-aggregator'),
(12685,3741,'_EventShowMapLink',''),
(12686,3741,'_EventShowMap',''),
(12687,3741,'_EventAllDay','no'),
(12688,3741,'_EventStartDate','2021-01-06 00:00:00'),
(12689,3741,'_EventEndDate','2021-01-06 00:00:00'),
(12690,3741,'_EventStartDateUTC','2021-01-06 00:00:00'),
(12691,3741,'_EventEndDateUTC','2021-01-06 00:00:00'),
(12692,3741,'_EventDuration','0'),
(12693,3741,'_EventCurrencySymbol',''),
(12694,3741,'_EventCurrencyCode',''),
(12695,3741,'_EventCurrencyPosition','prefix'),
(12696,3741,'_EventCost',''),
(12697,3741,'_EventURL',''),
(12698,3741,'_EventTimezone','UTC+0'),
(12699,3741,'_EventTimezoneAbbr','UTC+0'),
(12700,3741,'_tribe_aggregator_origin','csv'),
(12701,3741,'_tribe_aggregator_record','3639'),
(12702,3741,'_tribe_aggregator_source',''),
(12703,3741,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12704,3741,'_thumbnail_id','3689'),
(12705,3742,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568126;s:8:\"post_tag\";i:1734568126;s:12:\"_EventOrigin\";i:1734568126;s:17:\"_EventShowMapLink\";i:1734568126;s:13:\"_EventShowMap\";i:1734568126;s:12:\"_EventAllDay\";i:1734568126;s:15:\"_EventStartDate\";i:1734568126;s:13:\"_EventEndDate\";i:1734568126;s:18:\"_EventStartDateUTC\";i:1734568126;s:16:\"_EventEndDateUTC\";i:1734568126;s:14:\"_EventDuration\";i:1734568126;s:20:\"_EventCurrencySymbol\";i:1734568126;s:18:\"_EventCurrencyCode\";i:1734568126;s:22:\"_EventCurrencyPosition\";i:1734568126;s:10:\"_EventCost\";i:1734568126;s:9:\"_EventURL\";i:1734568126;s:14:\"_EventTimezone\";i:1734568126;s:18:\"_EventTimezoneAbbr\";i:1734568126;s:24:\"_tribe_aggregator_origin\";i:1734568126;s:24:\"_tribe_aggregator_record\";i:1734568126;s:24:\"_tribe_aggregator_source\";i:1734568126;s:25:\"_tribe_aggregator_updated\";i:1734568126;s:13:\"_thumbnail_id\";i:1734568127;s:29:\"_et_dynamic_cached_shortcodes\";i:1757212328;s:29:\"_et_dynamic_cached_attributes\";i:1757212330;s:22:\"et_enqueued_post_fonts\";i:1757212330;s:33:\"_et_builder_module_features_cache\";i:1757212330;}'),
(12706,3742,'_EventOrigin','event-aggregator'),
(12707,3742,'_EventShowMapLink',''),
(12708,3742,'_EventShowMap',''),
(12709,3742,'_EventAllDay','no'),
(12710,3742,'_EventStartDate','2021-01-06 00:00:00'),
(12711,3742,'_EventEndDate','2021-01-06 00:00:00'),
(12712,3742,'_EventStartDateUTC','2021-01-06 00:00:00'),
(12713,3742,'_EventEndDateUTC','2021-01-06 00:00:00'),
(12714,3742,'_EventDuration','0'),
(12715,3742,'_EventCurrencySymbol',''),
(12716,3742,'_EventCurrencyCode',''),
(12717,3742,'_EventCurrencyPosition','prefix'),
(12718,3742,'_EventCost',''),
(12719,3742,'_EventURL',''),
(12720,3742,'_EventTimezone','UTC+0'),
(12721,3742,'_EventTimezoneAbbr','UTC+0'),
(12722,3742,'_tribe_aggregator_origin','csv'),
(12723,3742,'_tribe_aggregator_record','3639'),
(12724,3742,'_tribe_aggregator_source',''),
(12725,3742,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12726,3742,'_thumbnail_id','3735'),
(12732,3743,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568141;s:8:\"post_tag\";i:1734568141;s:12:\"_EventOrigin\";i:1734568141;s:17:\"_EventShowMapLink\";i:1734568141;s:13:\"_EventShowMap\";i:1734568141;s:12:\"_EventAllDay\";i:1734568141;s:15:\"_EventStartDate\";i:1734568141;s:13:\"_EventEndDate\";i:1734568141;s:18:\"_EventStartDateUTC\";i:1734568141;s:16:\"_EventEndDateUTC\";i:1734568141;s:14:\"_EventDuration\";i:1734568141;s:20:\"_EventCurrencySymbol\";i:1734568141;s:18:\"_EventCurrencyCode\";i:1734568141;s:22:\"_EventCurrencyPosition\";i:1734568141;s:10:\"_EventCost\";i:1734568141;s:9:\"_EventURL\";i:1734568141;s:14:\"_EventTimezone\";i:1734568141;s:18:\"_EventTimezoneAbbr\";i:1734568141;s:24:\"_tribe_aggregator_origin\";i:1734568141;s:24:\"_tribe_aggregator_record\";i:1734568141;s:24:\"_tribe_aggregator_source\";i:1734568141;s:25:\"_tribe_aggregator_updated\";i:1734568141;s:13:\"_thumbnail_id\";i:1734568141;s:29:\"_et_dynamic_cached_shortcodes\";i:1756681123;s:29:\"_et_dynamic_cached_attributes\";i:1756681124;s:22:\"et_enqueued_post_fonts\";i:1756681124;s:33:\"_et_builder_module_features_cache\";i:1756681124;}'),
(12733,3743,'_EventOrigin','event-aggregator'),
(12734,3743,'_EventShowMapLink',''),
(12735,3743,'_EventShowMap',''),
(12736,3743,'_EventAllDay','no'),
(12737,3743,'_EventStartDate','2021-01-06 00:00:00'),
(12738,3743,'_EventEndDate','2021-01-06 00:00:00'),
(12739,3743,'_EventStartDateUTC','2021-01-06 00:00:00'),
(12740,3743,'_EventEndDateUTC','2021-01-06 00:00:00'),
(12741,3743,'_EventDuration','0'),
(12742,3743,'_EventCurrencySymbol',''),
(12743,3743,'_EventCurrencyCode',''),
(12744,3743,'_EventCurrencyPosition','prefix'),
(12745,3743,'_EventCost',''),
(12746,3743,'_EventURL',''),
(12747,3743,'_EventTimezone','UTC+0'),
(12748,3743,'_EventTimezoneAbbr','UTC+0'),
(12749,3743,'_tribe_aggregator_origin','csv'),
(12750,3743,'_tribe_aggregator_record','3639'),
(12751,3743,'_tribe_aggregator_source',''),
(12752,3743,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12753,3743,'_thumbnail_id','3653'),
(12754,3744,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568142;s:8:\"post_tag\";i:1734568142;s:12:\"_EventOrigin\";i:1734568142;s:17:\"_EventShowMapLink\";i:1734568142;s:13:\"_EventShowMap\";i:1734568142;s:12:\"_EventAllDay\";i:1734568142;s:15:\"_EventStartDate\";i:1734568142;s:13:\"_EventEndDate\";i:1734568142;s:18:\"_EventStartDateUTC\";i:1734568142;s:16:\"_EventEndDateUTC\";i:1734568142;s:14:\"_EventDuration\";i:1734568142;s:20:\"_EventCurrencySymbol\";i:1734568142;s:18:\"_EventCurrencyCode\";i:1734568142;s:22:\"_EventCurrencyPosition\";i:1734568142;s:10:\"_EventCost\";i:1734568142;s:9:\"_EventURL\";i:1734568142;s:14:\"_EventTimezone\";i:1734568142;s:18:\"_EventTimezoneAbbr\";i:1734568142;s:24:\"_tribe_aggregator_origin\";i:1734568142;s:24:\"_tribe_aggregator_record\";i:1734568142;s:24:\"_tribe_aggregator_source\";i:1734568142;s:25:\"_tribe_aggregator_updated\";i:1734568142;s:13:\"_thumbnail_id\";i:1734568142;s:29:\"_et_dynamic_cached_shortcodes\";i:1755537913;s:29:\"_et_dynamic_cached_attributes\";i:1755537920;s:22:\"et_enqueued_post_fonts\";i:1755537920;s:33:\"_et_builder_module_features_cache\";i:1753362663;}'),
(12755,3744,'_EventOrigin','event-aggregator'),
(12756,3744,'_EventShowMapLink',''),
(12757,3744,'_EventShowMap',''),
(12758,3744,'_EventAllDay','no'),
(12759,3744,'_EventStartDate','2021-01-06 00:00:00'),
(12760,3744,'_EventEndDate','2021-01-06 00:00:00'),
(12761,3744,'_EventStartDateUTC','2021-01-06 00:00:00'),
(12762,3744,'_EventEndDateUTC','2021-01-06 00:00:00'),
(12763,3744,'_EventDuration','0'),
(12764,3744,'_EventCurrencySymbol',''),
(12765,3744,'_EventCurrencyCode',''),
(12766,3744,'_EventCurrencyPosition','prefix'),
(12767,3744,'_EventCost',''),
(12768,3744,'_EventURL',''),
(12769,3744,'_EventTimezone','UTC+0'),
(12770,3744,'_EventTimezoneAbbr','UTC+0'),
(12771,3744,'_tribe_aggregator_origin','csv'),
(12772,3744,'_tribe_aggregator_record','3639'),
(12773,3744,'_tribe_aggregator_source',''),
(12774,3744,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12775,3744,'_thumbnail_id','3735'),
(12776,3745,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568142;s:8:\"post_tag\";i:1734568142;s:12:\"_EventOrigin\";i:1734568142;s:17:\"_EventShowMapLink\";i:1734568142;s:13:\"_EventShowMap\";i:1734568142;s:12:\"_EventAllDay\";i:1734568142;s:15:\"_EventStartDate\";i:1734568142;s:13:\"_EventEndDate\";i:1734568142;s:18:\"_EventStartDateUTC\";i:1734568142;s:16:\"_EventEndDateUTC\";i:1734568142;s:14:\"_EventDuration\";i:1734568142;s:20:\"_EventCurrencySymbol\";i:1734568142;s:18:\"_EventCurrencyCode\";i:1734568142;s:22:\"_EventCurrencyPosition\";i:1734568142;s:10:\"_EventCost\";i:1734568142;s:9:\"_EventURL\";i:1734568142;s:14:\"_EventTimezone\";i:1734568142;s:18:\"_EventTimezoneAbbr\";i:1734568142;s:24:\"_tribe_aggregator_origin\";i:1734568142;s:24:\"_tribe_aggregator_record\";i:1734568142;s:24:\"_tribe_aggregator_source\";i:1734568142;s:25:\"_tribe_aggregator_updated\";i:1734568142;s:13:\"_thumbnail_id\";i:1734568143;s:29:\"_et_dynamic_cached_shortcodes\";i:1753413333;s:29:\"_et_dynamic_cached_attributes\";i:1753413334;s:22:\"et_enqueued_post_fonts\";i:1753413334;s:33:\"_et_builder_module_features_cache\";i:1753413334;}'),
(12777,3745,'_EventOrigin','event-aggregator'),
(12778,3745,'_EventShowMapLink',''),
(12779,3745,'_EventShowMap',''),
(12780,3745,'_EventAllDay','no'),
(12781,3745,'_EventStartDate','2021-01-06 00:00:00'),
(12782,3745,'_EventEndDate','2021-01-06 00:00:00'),
(12783,3745,'_EventStartDateUTC','2021-01-06 00:00:00'),
(12784,3745,'_EventEndDateUTC','2021-01-06 00:00:00'),
(12785,3745,'_EventDuration','0'),
(12786,3745,'_EventCurrencySymbol',''),
(12787,3745,'_EventCurrencyCode',''),
(12788,3745,'_EventCurrencyPosition','prefix'),
(12789,3745,'_EventCost',''),
(12790,3745,'_EventURL',''),
(12791,3745,'_EventTimezone','UTC+0'),
(12792,3745,'_EventTimezoneAbbr','UTC+0'),
(12793,3745,'_tribe_aggregator_origin','csv'),
(12794,3745,'_tribe_aggregator_record','3639'),
(12795,3745,'_tribe_aggregator_source',''),
(12796,3745,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12797,3745,'_thumbnail_id','3735'),
(12798,3746,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568143;s:8:\"post_tag\";i:1734568143;s:12:\"_EventOrigin\";i:1734568143;s:17:\"_EventShowMapLink\";i:1734568143;s:13:\"_EventShowMap\";i:1734568143;s:12:\"_EventAllDay\";i:1734568143;s:15:\"_EventStartDate\";i:1734568143;s:13:\"_EventEndDate\";i:1734568143;s:18:\"_EventStartDateUTC\";i:1734568143;s:16:\"_EventEndDateUTC\";i:1734568143;s:14:\"_EventDuration\";i:1734568143;s:20:\"_EventCurrencySymbol\";i:1734568143;s:18:\"_EventCurrencyCode\";i:1734568143;s:22:\"_EventCurrencyPosition\";i:1734568143;s:10:\"_EventCost\";i:1734568143;s:9:\"_EventURL\";i:1734568143;s:14:\"_EventTimezone\";i:1734568143;s:18:\"_EventTimezoneAbbr\";i:1734568143;s:24:\"_tribe_aggregator_origin\";i:1734568143;s:24:\"_tribe_aggregator_record\";i:1734568143;s:24:\"_tribe_aggregator_source\";i:1734568143;s:25:\"_tribe_aggregator_updated\";i:1734568143;s:13:\"_thumbnail_id\";i:1734568144;s:29:\"_et_dynamic_cached_shortcodes\";i:1755445679;s:29:\"_et_dynamic_cached_attributes\";i:1755445685;s:22:\"et_enqueued_post_fonts\";i:1755445685;s:33:\"_et_builder_module_features_cache\";i:1755445685;}'),
(12799,3746,'_EventOrigin','event-aggregator'),
(12800,3746,'_EventShowMapLink',''),
(12801,3746,'_EventShowMap',''),
(12802,3746,'_EventAllDay','no'),
(12803,3746,'_EventStartDate','2021-01-08 00:00:00'),
(12804,3746,'_EventEndDate','2021-01-08 00:00:00'),
(12805,3746,'_EventStartDateUTC','2021-01-08 00:00:00'),
(12806,3746,'_EventEndDateUTC','2021-01-08 00:00:00'),
(12807,3746,'_EventDuration','0'),
(12808,3746,'_EventCurrencySymbol',''),
(12809,3746,'_EventCurrencyCode',''),
(12810,3746,'_EventCurrencyPosition','prefix'),
(12811,3746,'_EventCost',''),
(12812,3746,'_EventURL',''),
(12813,3746,'_EventTimezone','UTC+0'),
(12814,3746,'_EventTimezoneAbbr','UTC+0'),
(12815,3746,'_tribe_aggregator_origin','csv'),
(12816,3746,'_tribe_aggregator_record','3639'),
(12817,3746,'_tribe_aggregator_source',''),
(12818,3746,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12822,3746,'_thumbnail_id','3735'),
(12823,3747,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568144;s:8:\"post_tag\";i:1734568144;s:12:\"_EventOrigin\";i:1734568144;s:17:\"_EventShowMapLink\";i:1734568144;s:13:\"_EventShowMap\";i:1734568144;s:12:\"_EventAllDay\";i:1734568144;s:15:\"_EventStartDate\";i:1734568144;s:13:\"_EventEndDate\";i:1734568144;s:18:\"_EventStartDateUTC\";i:1734568144;s:16:\"_EventEndDateUTC\";i:1734568144;s:14:\"_EventDuration\";i:1734568144;s:20:\"_EventCurrencySymbol\";i:1734568144;s:18:\"_EventCurrencyCode\";i:1734568144;s:22:\"_EventCurrencyPosition\";i:1734568144;s:10:\"_EventCost\";i:1734568144;s:9:\"_EventURL\";i:1734568144;s:14:\"_EventTimezone\";i:1734568144;s:18:\"_EventTimezoneAbbr\";i:1734568144;s:24:\"_tribe_aggregator_origin\";i:1734568144;s:24:\"_tribe_aggregator_record\";i:1734568144;s:24:\"_tribe_aggregator_source\";i:1734568144;s:25:\"_tribe_aggregator_updated\";i:1734568144;s:13:\"_thumbnail_id\";i:1734568144;s:33:\"_et_builder_module_features_cache\";i:1755668756;s:29:\"_et_dynamic_cached_shortcodes\";i:1753427049;s:29:\"_et_dynamic_cached_attributes\";i:1755668755;s:22:\"et_enqueued_post_fonts\";i:1755668756;}'),
(12824,3747,'_EventOrigin','event-aggregator'),
(12825,3747,'_EventShowMapLink',''),
(12826,3747,'_EventShowMap',''),
(12827,3747,'_EventAllDay','no'),
(12828,3747,'_EventStartDate','2021-02-10 00:00:00'),
(12829,3747,'_EventEndDate','2021-02-10 00:00:00'),
(12830,3747,'_EventStartDateUTC','2021-02-10 00:00:00'),
(12831,3747,'_EventEndDateUTC','2021-02-10 00:00:00'),
(12832,3747,'_EventDuration','0'),
(12833,3747,'_EventCurrencySymbol',''),
(12834,3747,'_EventCurrencyCode',''),
(12835,3747,'_EventCurrencyPosition','prefix'),
(12836,3747,'_EventCost',''),
(12837,3747,'_EventURL',''),
(12838,3747,'_EventTimezone','UTC+0'),
(12839,3747,'_EventTimezoneAbbr','UTC+0'),
(12841,3747,'_tribe_aggregator_origin','csv'),
(12842,3747,'_tribe_aggregator_record','3639'),
(12843,3747,'_tribe_aggregator_source',''),
(12844,3747,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12845,3747,'_thumbnail_id','3725'),
(12851,3748,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568160;s:8:\"post_tag\";i:1734568160;s:12:\"_EventOrigin\";i:1734568160;s:17:\"_EventShowMapLink\";i:1734568160;s:13:\"_EventShowMap\";i:1734568160;s:12:\"_EventAllDay\";i:1734568160;s:15:\"_EventStartDate\";i:1734568160;s:13:\"_EventEndDate\";i:1734568160;s:18:\"_EventStartDateUTC\";i:1734568160;s:16:\"_EventEndDateUTC\";i:1734568160;s:14:\"_EventDuration\";i:1734568160;s:20:\"_EventCurrencySymbol\";i:1734568160;s:18:\"_EventCurrencyCode\";i:1734568160;s:22:\"_EventCurrencyPosition\";i:1734568160;s:10:\"_EventCost\";i:1734568160;s:9:\"_EventURL\";i:1734568160;s:14:\"_EventTimezone\";i:1734568160;s:18:\"_EventTimezoneAbbr\";i:1734568160;s:24:\"_tribe_aggregator_origin\";i:1734568160;s:24:\"_tribe_aggregator_record\";i:1734568160;s:24:\"_tribe_aggregator_source\";i:1734568160;s:25:\"_tribe_aggregator_updated\";i:1734568160;s:13:\"_thumbnail_id\";i:1734568160;s:29:\"_et_dynamic_cached_shortcodes\";i:1755673068;s:29:\"_et_dynamic_cached_attributes\";i:1755673069;s:22:\"et_enqueued_post_fonts\";i:1755673069;s:33:\"_et_builder_module_features_cache\";i:1755673069;}'),
(12852,3748,'_EventOrigin','event-aggregator'),
(12853,3748,'_EventShowMapLink',''),
(12854,3748,'_EventShowMap',''),
(12855,3748,'_EventAllDay','no'),
(12856,3748,'_EventStartDate','2021-02-10 00:00:00'),
(12857,3748,'_EventEndDate','2021-02-10 00:00:00'),
(12858,3748,'_EventStartDateUTC','2021-02-10 00:00:00'),
(12859,3748,'_EventEndDateUTC','2021-02-10 00:00:00'),
(12860,3748,'_EventDuration','0'),
(12861,3748,'_EventCurrencySymbol',''),
(12862,3748,'_EventCurrencyCode',''),
(12863,3748,'_EventCurrencyPosition','prefix'),
(12864,3748,'_EventCost',''),
(12865,3748,'_EventURL',''),
(12866,3748,'_EventTimezone','UTC+0'),
(12867,3748,'_EventTimezoneAbbr','UTC+0'),
(12868,3748,'_tribe_aggregator_origin','csv'),
(12869,3748,'_tribe_aggregator_record','3639'),
(12870,3748,'_tribe_aggregator_source',''),
(12871,3748,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12872,3748,'_thumbnail_id','3651'),
(12873,3749,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568161;s:12:\"_EventOrigin\";i:1734568161;s:17:\"_EventShowMapLink\";i:1734568161;s:13:\"_EventShowMap\";i:1734568161;s:12:\"_EventAllDay\";i:1734568161;s:15:\"_EventStartDate\";i:1734568161;s:13:\"_EventEndDate\";i:1734568161;s:18:\"_EventStartDateUTC\";i:1734568161;s:16:\"_EventEndDateUTC\";i:1734568161;s:14:\"_EventDuration\";i:1734568161;s:20:\"_EventCurrencySymbol\";i:1734568161;s:18:\"_EventCurrencyCode\";i:1734568161;s:22:\"_EventCurrencyPosition\";i:1734568161;s:10:\"_EventCost\";i:1734568161;s:9:\"_EventURL\";i:1734568161;s:14:\"_EventTimezone\";i:1734568161;s:18:\"_EventTimezoneAbbr\";i:1734568161;s:24:\"_tribe_aggregator_origin\";i:1734568161;s:24:\"_tribe_aggregator_record\";i:1734568161;s:24:\"_tribe_aggregator_source\";i:1734568161;s:25:\"_tribe_aggregator_updated\";i:1734568161;s:13:\"_thumbnail_id\";i:1734568162;s:29:\"_et_dynamic_cached_shortcodes\";i:1755520623;s:29:\"_et_dynamic_cached_attributes\";i:1755520624;s:22:\"et_enqueued_post_fonts\";i:1755520624;s:33:\"_et_builder_module_features_cache\";i:1755520624;}'),
(12874,3749,'_EventOrigin','event-aggregator'),
(12875,3749,'_EventShowMapLink',''),
(12876,3749,'_EventShowMap',''),
(12877,3749,'_EventAllDay','no'),
(12878,3749,'_EventStartDate','2021-02-14 00:00:00'),
(12879,3749,'_EventEndDate','2021-02-14 00:00:00'),
(12880,3749,'_EventStartDateUTC','2021-02-14 00:00:00'),
(12881,3749,'_EventEndDateUTC','2021-02-14 00:00:00'),
(12882,3749,'_EventDuration','0'),
(12883,3749,'_EventCurrencySymbol',''),
(12884,3749,'_EventCurrencyCode',''),
(12885,3749,'_EventCurrencyPosition','prefix'),
(12886,3749,'_EventCost',''),
(12887,3749,'_EventURL',''),
(12888,3749,'_EventTimezone','UTC+0'),
(12889,3749,'_EventTimezoneAbbr','UTC+0'),
(12890,3749,'_tribe_aggregator_origin','csv'),
(12891,3749,'_tribe_aggregator_record','3639'),
(12892,3749,'_tribe_aggregator_source',''),
(12893,3749,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12897,3750,'_wp_attached_file','2024/12/modern-warrior-conf-min-nEDv4n.tmp_.jpg'),
(12898,3750,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:829;s:6:\"height\";i:480;s:4:\"file\";s:47:\"2024/12/modern-warrior-conf-min-nEDv4n.tmp_.jpg\";s:8:\"filesize\";i:34912;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"modern-warrior-conf-min-nEDv4n.tmp_-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14415;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"modern-warrior-conf-min-nEDv4n.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7434;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"modern-warrior-conf-min-nEDv4n.tmp_-768x445.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57698;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"modern-warrior-conf-min-nEDv4n.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23572;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"modern-warrior-conf-min-nEDv4n.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25283;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"modern-warrior-conf-min-nEDv4n.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36608;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"modern-warrior-conf-min-nEDv4n.tmp_-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32507;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"modern-warrior-conf-min-nEDv4n.tmp_-480x278.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29197;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"modern-warrior-conf-min-nEDv4n.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20379;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:47:\"modern-warrior-conf-min-nEDv4n.tmp_-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40708;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"modern-warrior-conf-min-nEDv4n.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4210;}}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:{}}}'),
(12899,3751,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568162;s:8:\"post_tag\";i:1734568162;s:12:\"_EventOrigin\";i:1734568162;s:17:\"_EventShowMapLink\";i:1734568162;s:13:\"_EventShowMap\";i:1734568162;s:12:\"_EventAllDay\";i:1734568162;s:15:\"_EventStartDate\";i:1734568162;s:13:\"_EventEndDate\";i:1734568162;s:18:\"_EventStartDateUTC\";i:1734568162;s:16:\"_EventEndDateUTC\";i:1734568162;s:14:\"_EventDuration\";i:1734568162;s:20:\"_EventCurrencySymbol\";i:1734568162;s:18:\"_EventCurrencyCode\";i:1734568162;s:22:\"_EventCurrencyPosition\";i:1734568162;s:10:\"_EventCost\";i:1734568162;s:9:\"_EventURL\";i:1734568162;s:14:\"_EventTimezone\";i:1734568162;s:18:\"_EventTimezoneAbbr\";i:1734568162;s:24:\"_tribe_aggregator_origin\";i:1734568162;s:24:\"_tribe_aggregator_record\";i:1734568162;s:24:\"_tribe_aggregator_source\";i:1734568162;s:25:\"_tribe_aggregator_updated\";i:1734568162;s:13:\"_thumbnail_id\";i:1734568163;s:29:\"_et_dynamic_cached_shortcodes\";i:1755673372;s:29:\"_et_dynamic_cached_attributes\";i:1755673373;s:22:\"et_enqueued_post_fonts\";i:1755673373;s:33:\"_et_builder_module_features_cache\";i:1753362641;}'),
(12900,3751,'_EventOrigin','event-aggregator'),
(12901,3751,'_EventShowMapLink',''),
(12902,3751,'_EventShowMap',''),
(12903,3751,'_EventAllDay','no'),
(12904,3751,'_EventStartDate','2021-03-13 00:00:00'),
(12905,3751,'_EventEndDate','2021-03-13 00:00:00'),
(12906,3751,'_EventStartDateUTC','2021-03-13 00:00:00'),
(12907,3751,'_EventEndDateUTC','2021-03-13 00:00:00'),
(12908,3751,'_EventDuration','0'),
(12909,3751,'_EventCurrencySymbol',''),
(12910,3751,'_EventCurrencyCode',''),
(12911,3751,'_EventCurrencyPosition','prefix'),
(12912,3751,'_EventCost',''),
(12913,3751,'_EventURL',''),
(12914,3751,'_EventTimezone','UTC+0'),
(12915,3751,'_EventTimezoneAbbr','UTC+0'),
(12916,3751,'_tribe_aggregator_origin','csv'),
(12917,3750,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2021/02/modern-warrior-conf-min.jpg'),
(12918,3751,'_tribe_aggregator_record','3639'),
(12919,3749,'_thumbnail_id','3750'),
(12920,3751,'_tribe_aggregator_source',''),
(12921,3751,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12922,3751,'_thumbnail_id','3653'),
(12923,3752,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568163;s:12:\"_EventOrigin\";i:1734568163;s:17:\"_EventShowMapLink\";i:1734568163;s:13:\"_EventShowMap\";i:1734568163;s:12:\"_EventAllDay\";i:1734568163;s:15:\"_EventStartDate\";i:1734568163;s:13:\"_EventEndDate\";i:1734568163;s:18:\"_EventStartDateUTC\";i:1734568163;s:16:\"_EventEndDateUTC\";i:1734568163;s:14:\"_EventDuration\";i:1734568163;s:20:\"_EventCurrencySymbol\";i:1734568163;s:18:\"_EventCurrencyCode\";i:1734568163;s:22:\"_EventCurrencyPosition\";i:1734568163;s:10:\"_EventCost\";i:1734568163;s:9:\"_EventURL\";i:1734568163;s:14:\"_EventTimezone\";i:1734568163;s:18:\"_EventTimezoneAbbr\";i:1734568163;s:24:\"_tribe_aggregator_origin\";i:1734568163;s:24:\"_tribe_aggregator_record\";i:1734568163;s:24:\"_tribe_aggregator_source\";i:1734568163;s:25:\"_tribe_aggregator_updated\";i:1734568163;s:13:\"_thumbnail_id\";i:1734568164;s:29:\"_et_dynamic_cached_shortcodes\";i:1755661662;s:29:\"_et_dynamic_cached_attributes\";i:1755661670;s:22:\"et_enqueued_post_fonts\";i:1755661670;s:33:\"_et_builder_module_features_cache\";i:1755661670;}'),
(12924,3752,'_EventOrigin','event-aggregator'),
(12925,3752,'_EventShowMapLink',''),
(12926,3752,'_EventShowMap',''),
(12927,3752,'_EventAllDay','no'),
(12928,3752,'_EventStartDate','2021-04-07 00:00:00'),
(12929,3752,'_EventEndDate','2021-04-07 00:00:00'),
(12930,3752,'_EventStartDateUTC','2021-04-07 00:00:00'),
(12931,3752,'_EventEndDateUTC','2021-04-07 00:00:00'),
(12932,3752,'_EventDuration','0'),
(12933,3752,'_EventCurrencySymbol',''),
(12934,3752,'_EventCurrencyCode',''),
(12935,3752,'_EventCurrencyPosition','prefix'),
(12936,3752,'_EventCost',''),
(12937,3752,'_EventURL',''),
(12938,3752,'_EventTimezone','UTC+0'),
(12939,3752,'_EventTimezoneAbbr','UTC+0'),
(12940,3752,'_tribe_aggregator_origin','csv'),
(12941,3752,'_tribe_aggregator_record','3639'),
(12942,3752,'_tribe_aggregator_source',''),
(12943,3752,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12944,3753,'_wp_attached_file','2024/12/pistol-vehicle-course-min-Jl0hjO.tmp_.jpg'),
(12945,3753,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:829;s:6:\"height\";i:480;s:4:\"file\";s:49:\"2024/12/pistol-vehicle-course-min-Jl0hjO.tmp_.jpg\";s:8:\"filesize\";i:39623;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"pistol-vehicle-course-min-Jl0hjO.tmp_-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15983;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"pistol-vehicle-course-min-Jl0hjO.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8114;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"pistol-vehicle-course-min-Jl0hjO.tmp_-768x445.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65325;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"pistol-vehicle-course-min-Jl0hjO.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26080;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"pistol-vehicle-course-min-Jl0hjO.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28435;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"pistol-vehicle-course-min-Jl0hjO.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41888;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"pistol-vehicle-course-min-Jl0hjO.tmp_-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39616;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"pistol-vehicle-course-min-Jl0hjO.tmp_-480x278.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32634;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"pistol-vehicle-course-min-Jl0hjO.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23427;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"pistol-vehicle-course-min-Jl0hjO.tmp_-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45990;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"pistol-vehicle-course-min-Jl0hjO.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4413;}}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:{}}}'),
(12946,3754,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568164;s:8:\"post_tag\";i:1734568164;s:12:\"_EventOrigin\";i:1734568164;s:17:\"_EventShowMapLink\";i:1734568164;s:13:\"_EventShowMap\";i:1734568164;s:12:\"_EventAllDay\";i:1734568164;s:15:\"_EventStartDate\";i:1734568164;s:13:\"_EventEndDate\";i:1734568164;s:18:\"_EventStartDateUTC\";i:1734568164;s:16:\"_EventEndDateUTC\";i:1734568164;s:14:\"_EventDuration\";i:1734568164;s:20:\"_EventCurrencySymbol\";i:1734568164;s:18:\"_EventCurrencyCode\";i:1734568164;s:22:\"_EventCurrencyPosition\";i:1734568164;s:10:\"_EventCost\";i:1734568164;s:9:\"_EventURL\";i:1734568164;s:14:\"_EventTimezone\";i:1734568164;s:18:\"_EventTimezoneAbbr\";i:1734568164;s:24:\"_tribe_aggregator_origin\";i:1734568164;s:24:\"_tribe_aggregator_record\";i:1734568164;s:24:\"_tribe_aggregator_source\";i:1734568164;s:25:\"_tribe_aggregator_updated\";i:1734568164;s:13:\"_thumbnail_id\";i:1734568164;s:33:\"_et_builder_module_features_cache\";i:1755395198;s:29:\"_et_dynamic_cached_shortcodes\";i:1755395191;s:29:\"_et_dynamic_cached_attributes\";i:1755395198;s:22:\"et_enqueued_post_fonts\";i:1755395198;}'),
(12947,3754,'_EventOrigin','event-aggregator'),
(12948,3754,'_EventShowMapLink',''),
(12949,3754,'_EventShowMap',''),
(12950,3754,'_EventAllDay','no'),
(12951,3754,'_EventStartDate','2021-04-16 00:00:00'),
(12952,3754,'_EventEndDate','2021-04-16 00:00:00'),
(12953,3754,'_EventStartDateUTC','2021-04-16 00:00:00'),
(12954,3754,'_EventEndDateUTC','2021-04-16 00:00:00'),
(12955,3754,'_EventDuration','0'),
(12956,3754,'_EventCurrencySymbol',''),
(12957,3754,'_EventCurrencyCode',''),
(12958,3754,'_EventCurrencyPosition','prefix'),
(12959,3754,'_EventCost',''),
(12960,3754,'_EventURL',''),
(12961,3754,'_EventTimezone','UTC+0'),
(12962,3754,'_EventTimezoneAbbr','UTC+0'),
(12963,3754,'_tribe_aggregator_origin','csv'),
(12964,3754,'_tribe_aggregator_record','3639'),
(12965,3754,'_tribe_aggregator_source',''),
(12966,3754,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12967,3753,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2021/04/pistol-vehicle-course-min.jpg'),
(12968,3752,'_thumbnail_id','3753'),
(12969,3754,'_thumbnail_id','3653'),
(12975,3755,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568168;s:8:\"post_tag\";i:1734568168;s:12:\"_EventOrigin\";i:1734568168;s:17:\"_EventShowMapLink\";i:1734568168;s:13:\"_EventShowMap\";i:1734568168;s:12:\"_EventAllDay\";i:1734568168;s:15:\"_EventStartDate\";i:1734568168;s:13:\"_EventEndDate\";i:1734568168;s:18:\"_EventStartDateUTC\";i:1734568168;s:16:\"_EventEndDateUTC\";i:1734568168;s:14:\"_EventDuration\";i:1734568168;s:20:\"_EventCurrencySymbol\";i:1734568168;s:18:\"_EventCurrencyCode\";i:1734568168;s:22:\"_EventCurrencyPosition\";i:1734568168;s:10:\"_EventCost\";i:1734568168;s:9:\"_EventURL\";i:1734568168;s:14:\"_EventTimezone\";i:1734568168;s:18:\"_EventTimezoneAbbr\";i:1734568168;s:24:\"_tribe_aggregator_origin\";i:1734568168;s:24:\"_tribe_aggregator_record\";i:1734568168;s:24:\"_tribe_aggregator_source\";i:1734568168;s:25:\"_tribe_aggregator_updated\";i:1734568168;s:13:\"_thumbnail_id\";i:1734568168;s:29:\"_et_dynamic_cached_shortcodes\";i:1755665403;s:29:\"_et_dynamic_cached_attributes\";i:1755665407;s:22:\"et_enqueued_post_fonts\";i:1755665408;s:33:\"_et_builder_module_features_cache\";i:1755665408;}'),
(12976,3755,'_EventOrigin','event-aggregator'),
(12977,3755,'_EventShowMapLink',''),
(12978,3755,'_EventShowMap',''),
(12979,3755,'_EventAllDay','no'),
(12980,3755,'_EventStartDate','2021-09-11 00:00:00'),
(12981,3755,'_EventEndDate','2021-09-11 00:00:00'),
(12982,3755,'_EventStartDateUTC','2021-09-11 00:00:00'),
(12983,3755,'_EventEndDateUTC','2021-09-11 00:00:00'),
(12984,3755,'_EventDuration','0'),
(12985,3755,'_EventCurrencySymbol',''),
(12986,3755,'_EventCurrencyCode',''),
(12987,3755,'_EventCurrencyPosition','prefix'),
(12988,3755,'_EventCost',''),
(12989,3755,'_EventURL',''),
(12990,3755,'_EventTimezone','UTC+0'),
(12991,3755,'_EventTimezoneAbbr','UTC+0'),
(12992,3755,'_tribe_aggregator_origin','csv'),
(12993,3755,'_tribe_aggregator_record','3639'),
(12994,3755,'_tribe_aggregator_source',''),
(12995,3755,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(12996,3755,'_thumbnail_id','3735'),
(12997,3756,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568169;s:12:\"_EventOrigin\";i:1734568169;s:17:\"_EventShowMapLink\";i:1734568169;s:13:\"_EventShowMap\";i:1734568169;s:12:\"_EventAllDay\";i:1734568169;s:15:\"_EventStartDate\";i:1734568169;s:13:\"_EventEndDate\";i:1734568169;s:18:\"_EventStartDateUTC\";i:1734568169;s:16:\"_EventEndDateUTC\";i:1734568169;s:14:\"_EventDuration\";i:1734568169;s:20:\"_EventCurrencySymbol\";i:1734568169;s:18:\"_EventCurrencyCode\";i:1734568169;s:22:\"_EventCurrencyPosition\";i:1734568169;s:10:\"_EventCost\";i:1734568169;s:9:\"_EventURL\";i:1734568169;s:14:\"_EventTimezone\";i:1734568169;s:18:\"_EventTimezoneAbbr\";i:1734568169;s:24:\"_tribe_aggregator_origin\";i:1734568169;s:24:\"_tribe_aggregator_record\";i:1734568169;s:24:\"_tribe_aggregator_source\";i:1734568169;s:25:\"_tribe_aggregator_updated\";i:1734568169;s:13:\"_thumbnail_id\";i:1734568169;s:29:\"_et_dynamic_cached_shortcodes\";i:1755192271;s:29:\"_et_dynamic_cached_attributes\";i:1755192274;s:22:\"et_enqueued_post_fonts\";i:1755192274;s:33:\"_et_builder_module_features_cache\";i:1753339696;}'),
(12998,3756,'_EventOrigin','event-aggregator'),
(12999,3756,'_EventShowMapLink',''),
(13000,3756,'_EventShowMap',''),
(13001,3756,'_EventAllDay','no'),
(13002,3756,'_EventStartDate','2021-09-11 00:00:00'),
(13003,3756,'_EventEndDate','2021-09-11 00:00:00'),
(13004,3756,'_EventStartDateUTC','2021-09-11 00:00:00'),
(13005,3756,'_EventEndDateUTC','2021-09-11 00:00:00'),
(13006,3756,'_EventDuration','0'),
(13007,3756,'_EventCurrencySymbol',''),
(13008,3756,'_EventCurrencyCode',''),
(13009,3756,'_EventCurrencyPosition','prefix'),
(13010,3756,'_EventCost',''),
(13011,3756,'_EventURL',''),
(13012,3756,'_EventTimezone','UTC+0'),
(13013,3756,'_EventTimezoneAbbr','UTC+0'),
(13014,3756,'_tribe_aggregator_origin','csv'),
(13015,3756,'_tribe_aggregator_record','3639'),
(13016,3756,'_tribe_aggregator_source',''),
(13017,3756,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13018,3756,'_thumbnail_id','3712'),
(13019,3757,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568169;s:8:\"post_tag\";i:1734568169;s:12:\"_EventOrigin\";i:1734568169;s:17:\"_EventShowMapLink\";i:1734568169;s:13:\"_EventShowMap\";i:1734568169;s:12:\"_EventAllDay\";i:1734568169;s:15:\"_EventStartDate\";i:1734568169;s:13:\"_EventEndDate\";i:1734568169;s:18:\"_EventStartDateUTC\";i:1734568169;s:16:\"_EventEndDateUTC\";i:1734568169;s:14:\"_EventDuration\";i:1734568169;s:20:\"_EventCurrencySymbol\";i:1734568169;s:18:\"_EventCurrencyCode\";i:1734568169;s:22:\"_EventCurrencyPosition\";i:1734568169;s:10:\"_EventCost\";i:1734568169;s:9:\"_EventURL\";i:1734568169;s:14:\"_EventTimezone\";i:1734568169;s:18:\"_EventTimezoneAbbr\";i:1734568169;s:24:\"_tribe_aggregator_origin\";i:1734568169;s:24:\"_tribe_aggregator_record\";i:1734568169;s:24:\"_tribe_aggregator_source\";i:1734568169;s:25:\"_tribe_aggregator_updated\";i:1734568169;s:13:\"_thumbnail_id\";i:1734568170;s:29:\"_et_dynamic_cached_shortcodes\";i:1754964154;s:29:\"_et_dynamic_cached_attributes\";i:1754964156;s:22:\"et_enqueued_post_fonts\";i:1754964156;s:33:\"_et_builder_module_features_cache\";i:1754964157;}'),
(13020,3757,'_EventOrigin','event-aggregator'),
(13021,3757,'_EventShowMapLink',''),
(13022,3757,'_EventShowMap',''),
(13023,3757,'_EventAllDay','no'),
(13024,3757,'_EventStartDate','2021-09-13 00:00:00'),
(13025,3757,'_EventEndDate','2021-09-13 00:00:00'),
(13026,3757,'_EventStartDateUTC','2021-09-13 00:00:00'),
(13027,3757,'_EventEndDateUTC','2021-09-13 00:00:00'),
(13028,3757,'_EventDuration','0'),
(13029,3757,'_EventCurrencySymbol',''),
(13030,3757,'_EventCurrencyCode',''),
(13031,3757,'_EventCurrencyPosition','prefix'),
(13032,3757,'_EventCost',''),
(13033,3757,'_EventURL',''),
(13034,3757,'_EventTimezone','UTC+0'),
(13035,3757,'_EventTimezoneAbbr','UTC+0'),
(13036,3757,'_tribe_aggregator_origin','csv'),
(13037,3757,'_tribe_aggregator_record','3639'),
(13038,3757,'_tribe_aggregator_source',''),
(13039,3757,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13040,3757,'_thumbnail_id','3679'),
(13041,3758,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568170;s:8:\"post_tag\";i:1734568170;s:12:\"_EventOrigin\";i:1734568170;s:17:\"_EventShowMapLink\";i:1734568170;s:13:\"_EventShowMap\";i:1734568170;s:12:\"_EventAllDay\";i:1734568170;s:15:\"_EventStartDate\";i:1734568170;s:13:\"_EventEndDate\";i:1734568170;s:18:\"_EventStartDateUTC\";i:1734568170;s:16:\"_EventEndDateUTC\";i:1734568170;s:14:\"_EventDuration\";i:1734568170;s:20:\"_EventCurrencySymbol\";i:1734568170;s:18:\"_EventCurrencyCode\";i:1734568170;s:22:\"_EventCurrencyPosition\";i:1734568170;s:10:\"_EventCost\";i:1734568170;s:9:\"_EventURL\";i:1734568170;s:14:\"_EventTimezone\";i:1734568170;s:18:\"_EventTimezoneAbbr\";i:1734568170;s:24:\"_tribe_aggregator_origin\";i:1734568170;s:24:\"_tribe_aggregator_record\";i:1734568170;s:24:\"_tribe_aggregator_source\";i:1734568170;s:25:\"_tribe_aggregator_updated\";i:1734568170;s:13:\"_thumbnail_id\";i:1734568172;s:29:\"_et_dynamic_cached_shortcodes\";i:1754280451;s:29:\"_et_dynamic_cached_attributes\";i:1754280452;s:22:\"et_enqueued_post_fonts\";i:1754280452;s:33:\"_et_builder_module_features_cache\";i:1754280452;}'),
(13042,3758,'_EventOrigin','event-aggregator'),
(13043,3758,'_EventShowMapLink',''),
(13044,3758,'_EventShowMap',''),
(13045,3758,'_EventAllDay','no'),
(13046,3758,'_EventStartDate','2021-09-14 00:00:00'),
(13047,3758,'_EventEndDate','2021-09-14 00:00:00'),
(13048,3758,'_EventStartDateUTC','2021-09-14 00:00:00'),
(13049,3758,'_EventEndDateUTC','2021-09-14 00:00:00'),
(13050,3758,'_EventDuration','0'),
(13051,3758,'_EventCurrencySymbol',''),
(13052,3758,'_EventCurrencyCode',''),
(13053,3758,'_EventCurrencyPosition','prefix'),
(13054,3758,'_EventCost',''),
(13055,3758,'_EventURL',''),
(13056,3758,'_EventTimezone','UTC+0'),
(13057,3758,'_EventTimezoneAbbr','UTC+0'),
(13058,3758,'_tribe_aggregator_origin','csv'),
(13059,3758,'_tribe_aggregator_record','3639'),
(13060,3758,'_tribe_aggregator_source',''),
(13061,3758,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13062,3759,'_wp_attached_file','2024/12/winter-shooting-min-scaled-0UYOzs.tmp_.jpg'),
(13063,3759,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:50:\"2024/12/winter-shooting-min-scaled-0UYOzs.tmp_.jpg\";s:8:\"filesize\";i:53740;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"winter-shooting-min-scaled-0UYOzs.tmp_-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15623;}s:5:\"large\";a:5:{s:4:\"file\";s:51:\"winter-shooting-min-scaled-0UYOzs.tmp_-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:108535;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"winter-shooting-min-scaled-0UYOzs.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6640;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"winter-shooting-min-scaled-0UYOzs.tmp_-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69852;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:50:\"winter-shooting-min-scaled-0UYOzs.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21528;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:51:\"winter-shooting-min-scaled-0UYOzs.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99832;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:50:\"winter-shooting-min-scaled-0UYOzs.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23567;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:50:\"winter-shooting-min-scaled-0UYOzs.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36547;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:51:\"winter-shooting-min-scaled-0UYOzs.tmp_-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:117779;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:50:\"winter-shooting-min-scaled-0UYOzs.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36302;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:50:\"winter-shooting-min-scaled-0UYOzs.tmp_-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101724;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:50:\"winter-shooting-min-scaled-0UYOzs.tmp_-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32888;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:50:\"winter-shooting-min-scaled-0UYOzs.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19552;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:50:\"winter-shooting-min-scaled-0UYOzs.tmp_-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47650;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:50:\"winter-shooting-min-scaled-0UYOzs.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3840;}}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:{}}}'),
(13064,3760,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568171;s:8:\"post_tag\";i:1734568171;s:12:\"_EventOrigin\";i:1734568171;s:17:\"_EventShowMapLink\";i:1734568171;s:13:\"_EventShowMap\";i:1734568171;s:12:\"_EventAllDay\";i:1734568171;s:15:\"_EventStartDate\";i:1734568171;s:13:\"_EventEndDate\";i:1734568171;s:18:\"_EventStartDateUTC\";i:1734568171;s:16:\"_EventEndDateUTC\";i:1734568171;s:14:\"_EventDuration\";i:1734568171;s:20:\"_EventCurrencySymbol\";i:1734568171;s:18:\"_EventCurrencyCode\";i:1734568171;s:22:\"_EventCurrencyPosition\";i:1734568171;s:10:\"_EventCost\";i:1734568171;s:9:\"_EventURL\";i:1734568171;s:14:\"_EventTimezone\";i:1734568171;s:18:\"_EventTimezoneAbbr\";i:1734568171;s:24:\"_tribe_aggregator_origin\";i:1734568171;s:24:\"_tribe_aggregator_record\";i:1734568171;s:24:\"_tribe_aggregator_source\";i:1734568171;s:25:\"_tribe_aggregator_updated\";i:1734568171;s:13:\"_thumbnail_id\";i:1734568172;s:29:\"_et_dynamic_cached_shortcodes\";i:1756719510;s:29:\"_et_dynamic_cached_attributes\";i:1756719510;s:22:\"et_enqueued_post_fonts\";i:1756719510;s:33:\"_et_builder_module_features_cache\";i:1756719510;}'),
(13065,3760,'_EventOrigin','event-aggregator'),
(13066,3760,'_EventShowMapLink',''),
(13067,3760,'_EventShowMap',''),
(13068,3760,'_EventAllDay','no'),
(13069,3760,'_EventStartDate','2021-09-14 00:00:00'),
(13070,3760,'_EventEndDate','2021-09-14 00:00:00'),
(13071,3760,'_EventStartDateUTC','2021-09-14 00:00:00'),
(13072,3760,'_EventEndDateUTC','2021-09-14 00:00:00'),
(13073,3760,'_EventDuration','0'),
(13074,3760,'_EventCurrencySymbol',''),
(13075,3760,'_EventCurrencyCode',''),
(13076,3760,'_EventCurrencyPosition','prefix'),
(13077,3760,'_EventCost',''),
(13078,3760,'_EventURL',''),
(13079,3760,'_EventTimezone','UTC+0'),
(13080,3760,'_EventTimezoneAbbr','UTC+0'),
(13081,3760,'_tribe_aggregator_origin','csv'),
(13082,3760,'_tribe_aggregator_record','3639'),
(13083,3760,'_tribe_aggregator_source',''),
(13084,3760,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13085,3759,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2021/09/winter-shooting-min-scaled.jpg'),
(13086,3758,'_thumbnail_id','3759'),
(13087,3760,'_thumbnail_id','3651'),
(13093,3761,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568179;s:8:\"post_tag\";i:1734568179;s:12:\"_EventOrigin\";i:1734568179;s:17:\"_EventShowMapLink\";i:1734568179;s:13:\"_EventShowMap\";i:1734568179;s:12:\"_EventAllDay\";i:1734568179;s:15:\"_EventStartDate\";i:1734568179;s:13:\"_EventEndDate\";i:1734568179;s:18:\"_EventStartDateUTC\";i:1734568179;s:16:\"_EventEndDateUTC\";i:1734568179;s:14:\"_EventDuration\";i:1734568179;s:20:\"_EventCurrencySymbol\";i:1734568179;s:18:\"_EventCurrencyCode\";i:1734568179;s:22:\"_EventCurrencyPosition\";i:1734568179;s:10:\"_EventCost\";i:1734568179;s:9:\"_EventURL\";i:1734568179;s:14:\"_EventTimezone\";i:1734568179;s:18:\"_EventTimezoneAbbr\";i:1734568179;s:24:\"_tribe_aggregator_origin\";i:1734568179;s:24:\"_tribe_aggregator_record\";i:1734568179;s:24:\"_tribe_aggregator_source\";i:1734568179;s:25:\"_tribe_aggregator_updated\";i:1734568179;s:13:\"_thumbnail_id\";i:1734568179;s:29:\"_et_dynamic_cached_shortcodes\";i:1753848994;s:29:\"_et_dynamic_cached_attributes\";i:1757057569;s:22:\"et_enqueued_post_fonts\";i:1757057569;s:33:\"_et_builder_module_features_cache\";i:1757057569;}'),
(13094,3761,'_EventOrigin','event-aggregator'),
(13095,3761,'_EventShowMapLink',''),
(13096,3761,'_EventShowMap',''),
(13097,3761,'_EventAllDay','no'),
(13098,3761,'_EventStartDate','2021-09-14 00:00:00'),
(13099,3761,'_EventEndDate','2021-09-14 00:00:00'),
(13100,3761,'_EventStartDateUTC','2021-09-14 00:00:00'),
(13101,3761,'_EventEndDateUTC','2021-09-14 00:00:00'),
(13102,3761,'_EventDuration','0'),
(13103,3761,'_EventCurrencySymbol',''),
(13104,3761,'_EventCurrencyCode',''),
(13105,3761,'_EventCurrencyPosition','prefix'),
(13106,3761,'_EventCost',''),
(13107,3761,'_EventURL',''),
(13108,3761,'_EventTimezone','UTC+0'),
(13109,3761,'_EventTimezoneAbbr','UTC+0'),
(13110,3761,'_tribe_aggregator_origin','csv'),
(13111,3761,'_tribe_aggregator_record','3639'),
(13112,3761,'_tribe_aggregator_source',''),
(13113,3761,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13114,3761,'_thumbnail_id','3647'),
(13115,3762,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568180;s:8:\"post_tag\";i:1734568180;s:12:\"_EventOrigin\";i:1734568180;s:17:\"_EventShowMapLink\";i:1734568180;s:13:\"_EventShowMap\";i:1734568180;s:12:\"_EventAllDay\";i:1734568180;s:15:\"_EventStartDate\";i:1734568180;s:13:\"_EventEndDate\";i:1734568180;s:18:\"_EventStartDateUTC\";i:1734568180;s:16:\"_EventEndDateUTC\";i:1734568180;s:14:\"_EventDuration\";i:1734568180;s:20:\"_EventCurrencySymbol\";i:1734568180;s:18:\"_EventCurrencyCode\";i:1734568180;s:22:\"_EventCurrencyPosition\";i:1734568180;s:10:\"_EventCost\";i:1734568180;s:9:\"_EventURL\";i:1734568180;s:14:\"_EventTimezone\";i:1734568180;s:18:\"_EventTimezoneAbbr\";i:1734568180;s:24:\"_tribe_aggregator_origin\";i:1734568180;s:24:\"_tribe_aggregator_record\";i:1734568180;s:24:\"_tribe_aggregator_source\";i:1734568180;s:25:\"_tribe_aggregator_updated\";i:1734568180;s:13:\"_thumbnail_id\";i:1734568180;s:33:\"_et_builder_module_features_cache\";i:1753339668;s:29:\"_et_dynamic_cached_shortcodes\";i:1753428026;s:29:\"_et_dynamic_cached_attributes\";i:1753428027;s:22:\"et_enqueued_post_fonts\";i:1753428027;}'),
(13116,3762,'_EventOrigin','event-aggregator'),
(13117,3762,'_EventShowMapLink',''),
(13118,3762,'_EventShowMap',''),
(13119,3762,'_EventAllDay','no'),
(13120,3762,'_EventStartDate','2021-09-14 00:00:00'),
(13121,3762,'_EventEndDate','2021-09-14 00:00:00'),
(13122,3762,'_EventStartDateUTC','2021-09-14 00:00:00'),
(13123,3762,'_EventEndDateUTC','2021-09-14 00:00:00'),
(13124,3762,'_EventDuration','0'),
(13125,3762,'_EventCurrencySymbol',''),
(13126,3762,'_EventCurrencyCode',''),
(13127,3762,'_EventCurrencyPosition','prefix'),
(13128,3762,'_EventCost',''),
(13129,3762,'_EventURL',''),
(13130,3762,'_EventTimezone','UTC+0'),
(13131,3762,'_EventTimezoneAbbr','UTC+0'),
(13132,3762,'_tribe_aggregator_origin','csv'),
(13133,3762,'_tribe_aggregator_record','3639'),
(13134,3762,'_tribe_aggregator_source',''),
(13135,3762,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13136,3762,'_thumbnail_id','3647'),
(13137,3763,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568180;s:12:\"_EventOrigin\";i:1734568180;s:17:\"_EventShowMapLink\";i:1734568180;s:13:\"_EventShowMap\";i:1734568180;s:12:\"_EventAllDay\";i:1734568180;s:15:\"_EventStartDate\";i:1734568180;s:13:\"_EventEndDate\";i:1734568180;s:18:\"_EventStartDateUTC\";i:1734568180;s:16:\"_EventEndDateUTC\";i:1734568180;s:14:\"_EventDuration\";i:1734568180;s:20:\"_EventCurrencySymbol\";i:1734568180;s:18:\"_EventCurrencyCode\";i:1734568180;s:22:\"_EventCurrencyPosition\";i:1734568180;s:10:\"_EventCost\";i:1734568180;s:9:\"_EventURL\";i:1734568180;s:14:\"_EventTimezone\";i:1734568180;s:18:\"_EventTimezoneAbbr\";i:1734568180;s:24:\"_tribe_aggregator_origin\";i:1734568180;s:24:\"_tribe_aggregator_record\";i:1734568180;s:24:\"_tribe_aggregator_source\";i:1734568180;s:25:\"_tribe_aggregator_updated\";i:1734568180;s:13:\"_thumbnail_id\";i:1734568181;s:29:\"_et_dynamic_cached_shortcodes\";i:1755493217;s:29:\"_et_dynamic_cached_attributes\";i:1755493218;s:22:\"et_enqueued_post_fonts\";i:1755493218;s:33:\"_et_builder_module_features_cache\";i:1753403075;}'),
(13138,3763,'_EventOrigin','event-aggregator'),
(13139,3763,'_EventShowMapLink',''),
(13140,3763,'_EventShowMap',''),
(13141,3763,'_EventAllDay','no'),
(13142,3763,'_EventStartDate','2021-09-14 00:00:00'),
(13143,3763,'_EventEndDate','2021-09-14 00:00:00'),
(13144,3763,'_EventStartDateUTC','2021-09-14 00:00:00'),
(13145,3763,'_EventEndDateUTC','2021-09-14 00:00:00'),
(13146,3763,'_EventDuration','0'),
(13147,3763,'_EventCurrencySymbol',''),
(13148,3763,'_EventCurrencyCode',''),
(13149,3763,'_EventCurrencyPosition','prefix'),
(13150,3763,'_EventCost',''),
(13151,3763,'_EventURL',''),
(13152,3763,'_EventTimezone','UTC+0'),
(13153,3763,'_EventTimezoneAbbr','UTC+0'),
(13154,3763,'_tribe_aggregator_origin','csv'),
(13155,3763,'_tribe_aggregator_record','3639'),
(13156,3763,'_tribe_aggregator_source',''),
(13157,3763,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13158,3763,'_thumbnail_id','3712'),
(13159,3764,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568181;s:8:\"post_tag\";i:1734568181;s:12:\"_EventOrigin\";i:1734568181;s:17:\"_EventShowMapLink\";i:1734568181;s:13:\"_EventShowMap\";i:1734568181;s:12:\"_EventAllDay\";i:1734568181;s:15:\"_EventStartDate\";i:1734568181;s:13:\"_EventEndDate\";i:1734568181;s:18:\"_EventStartDateUTC\";i:1734568181;s:16:\"_EventEndDateUTC\";i:1734568181;s:14:\"_EventDuration\";i:1734568181;s:20:\"_EventCurrencySymbol\";i:1734568181;s:18:\"_EventCurrencyCode\";i:1734568181;s:22:\"_EventCurrencyPosition\";i:1734568181;s:10:\"_EventCost\";i:1734568181;s:9:\"_EventURL\";i:1734568181;s:14:\"_EventTimezone\";i:1734568181;s:18:\"_EventTimezoneAbbr\";i:1734568181;s:24:\"_tribe_aggregator_origin\";i:1734568181;s:24:\"_tribe_aggregator_record\";i:1734568181;s:24:\"_tribe_aggregator_source\";i:1734568181;s:25:\"_tribe_aggregator_updated\";i:1734568181;s:13:\"_thumbnail_id\";i:1734568181;s:29:\"_et_dynamic_cached_shortcodes\";i:1754814188;s:29:\"_et_dynamic_cached_attributes\";i:1754814192;s:22:\"et_enqueued_post_fonts\";i:1754814192;s:33:\"_et_builder_module_features_cache\";i:1765368102;}'),
(13160,3764,'_EventOrigin','event-aggregator'),
(13164,3764,'_EventShowMapLink',''),
(13165,3764,'_EventShowMap',''),
(13166,3764,'_EventAllDay','no'),
(13167,3764,'_EventStartDate','2021-09-14 00:00:00'),
(13168,3764,'_EventEndDate','2021-09-14 00:00:00'),
(13169,3764,'_EventStartDateUTC','2021-09-14 00:00:00'),
(13170,3764,'_EventEndDateUTC','2021-09-14 00:00:00'),
(13171,3764,'_EventDuration','0'),
(13172,3764,'_EventCurrencySymbol',''),
(13173,3764,'_EventCurrencyCode',''),
(13174,3764,'_EventCurrencyPosition','prefix'),
(13175,3764,'_EventCost',''),
(13176,3764,'_EventURL',''),
(13177,3764,'_EventTimezone','UTC+0'),
(13178,3764,'_EventTimezoneAbbr','UTC+0'),
(13179,3764,'_tribe_aggregator_origin','csv'),
(13180,3764,'_tribe_aggregator_record','3639'),
(13181,3764,'_tribe_aggregator_source',''),
(13182,3764,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13183,3764,'_thumbnail_id','3695'),
(13184,3765,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568181;s:8:\"post_tag\";i:1734568181;s:12:\"_EventOrigin\";i:1734568182;s:17:\"_EventShowMapLink\";i:1734568181;s:13:\"_EventShowMap\";i:1734568181;s:12:\"_EventAllDay\";i:1734568181;s:15:\"_EventStartDate\";i:1734568181;s:13:\"_EventEndDate\";i:1734568181;s:18:\"_EventStartDateUTC\";i:1734568181;s:16:\"_EventEndDateUTC\";i:1734568181;s:14:\"_EventDuration\";i:1734568181;s:20:\"_EventCurrencySymbol\";i:1734568181;s:18:\"_EventCurrencyCode\";i:1734568181;s:22:\"_EventCurrencyPosition\";i:1734568182;s:10:\"_EventCost\";i:1734568182;s:9:\"_EventURL\";i:1734568182;s:14:\"_EventTimezone\";i:1734568182;s:18:\"_EventTimezoneAbbr\";i:1734568182;s:24:\"_tribe_aggregator_origin\";i:1734568182;s:24:\"_tribe_aggregator_record\";i:1734568182;s:24:\"_tribe_aggregator_source\";i:1734568182;s:25:\"_tribe_aggregator_updated\";i:1734568182;s:13:\"_thumbnail_id\";i:1734568182;s:33:\"_et_builder_module_features_cache\";i:1755676526;s:29:\"_et_dynamic_cached_shortcodes\";i:1755676525;s:29:\"_et_dynamic_cached_attributes\";i:1755676526;s:22:\"et_enqueued_post_fonts\";i:1755676526;}'),
(13185,3765,'_EventOrigin','event-aggregator'),
(13186,3765,'_EventShowMapLink',''),
(13187,3765,'_EventShowMap',''),
(13188,3765,'_EventAllDay','no'),
(13189,3765,'_EventStartDate','2021-09-14 00:00:00'),
(13190,3765,'_EventEndDate','2021-09-14 00:00:00'),
(13191,3765,'_EventStartDateUTC','2021-09-14 00:00:00'),
(13192,3765,'_EventEndDateUTC','2021-09-14 00:00:00'),
(13193,3765,'_EventDuration','0'),
(13194,3765,'_EventCurrencySymbol',''),
(13195,3765,'_EventCurrencyCode',''),
(13196,3765,'_EventCurrencyPosition','prefix'),
(13197,3765,'_EventCost',''),
(13198,3765,'_EventURL',''),
(13199,3765,'_EventTimezone','UTC+0'),
(13200,3765,'_EventTimezoneAbbr','UTC+0'),
(13201,3765,'_tribe_aggregator_origin','csv'),
(13202,3765,'_tribe_aggregator_record','3639'),
(13203,3765,'_tribe_aggregator_source',''),
(13204,3765,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13205,3765,'_thumbnail_id','3686'),
(13211,3766,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568188;s:8:\"post_tag\";i:1734568188;s:12:\"_EventOrigin\";i:1734568188;s:17:\"_EventShowMapLink\";i:1734568188;s:13:\"_EventShowMap\";i:1734568188;s:12:\"_EventAllDay\";i:1734568188;s:15:\"_EventStartDate\";i:1734568188;s:13:\"_EventEndDate\";i:1734568188;s:18:\"_EventStartDateUTC\";i:1734568188;s:16:\"_EventEndDateUTC\";i:1734568188;s:14:\"_EventDuration\";i:1734568188;s:20:\"_EventCurrencySymbol\";i:1734568188;s:18:\"_EventCurrencyCode\";i:1734568188;s:22:\"_EventCurrencyPosition\";i:1734568188;s:10:\"_EventCost\";i:1734568188;s:9:\"_EventURL\";i:1734568188;s:14:\"_EventTimezone\";i:1734568188;s:18:\"_EventTimezoneAbbr\";i:1734568188;s:24:\"_tribe_aggregator_origin\";i:1734568188;s:24:\"_tribe_aggregator_record\";i:1734568188;s:24:\"_tribe_aggregator_source\";i:1734568188;s:25:\"_tribe_aggregator_updated\";i:1734568188;s:13:\"_thumbnail_id\";i:1734568188;s:29:\"_et_dynamic_cached_shortcodes\";i:1755002777;s:29:\"_et_dynamic_cached_attributes\";i:1755002782;s:22:\"et_enqueued_post_fonts\";i:1755002782;s:33:\"_et_builder_module_features_cache\";i:1755002782;}'),
(13212,3766,'_EventOrigin','event-aggregator'),
(13213,3766,'_EventShowMapLink',''),
(13214,3766,'_EventShowMap',''),
(13215,3766,'_EventAllDay','no'),
(13216,3766,'_EventStartDate','2021-09-21 00:00:00'),
(13217,3766,'_EventEndDate','2021-09-21 00:00:00'),
(13218,3766,'_EventStartDateUTC','2021-09-21 00:00:00'),
(13219,3766,'_EventEndDateUTC','2021-09-21 00:00:00'),
(13220,3766,'_EventDuration','0'),
(13221,3766,'_EventCurrencySymbol',''),
(13222,3766,'_EventCurrencyCode',''),
(13223,3766,'_EventCurrencyPosition','prefix'),
(13224,3766,'_EventCost',''),
(13225,3766,'_EventURL',''),
(13226,3766,'_EventTimezone','UTC+0'),
(13227,3766,'_EventTimezoneAbbr','UTC+0'),
(13228,3766,'_tribe_aggregator_origin','csv'),
(13229,3766,'_tribe_aggregator_record','3639'),
(13230,3766,'_tribe_aggregator_source',''),
(13231,3766,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13232,3766,'_thumbnail_id','3651'),
(13233,3767,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568189;s:8:\"post_tag\";i:1734568189;s:12:\"_EventOrigin\";i:1734568189;s:17:\"_EventShowMapLink\";i:1734568189;s:13:\"_EventShowMap\";i:1734568189;s:12:\"_EventAllDay\";i:1734568189;s:15:\"_EventStartDate\";i:1734568189;s:13:\"_EventEndDate\";i:1734568189;s:18:\"_EventStartDateUTC\";i:1734568189;s:16:\"_EventEndDateUTC\";i:1734568189;s:14:\"_EventDuration\";i:1734568189;s:20:\"_EventCurrencySymbol\";i:1734568189;s:18:\"_EventCurrencyCode\";i:1734568189;s:22:\"_EventCurrencyPosition\";i:1734568189;s:10:\"_EventCost\";i:1734568189;s:9:\"_EventURL\";i:1734568189;s:14:\"_EventTimezone\";i:1734568189;s:18:\"_EventTimezoneAbbr\";i:1734568189;s:24:\"_tribe_aggregator_origin\";i:1734568189;s:24:\"_tribe_aggregator_record\";i:1734568189;s:24:\"_tribe_aggregator_source\";i:1734568189;s:25:\"_tribe_aggregator_updated\";i:1734568189;s:13:\"_thumbnail_id\";i:1734568189;s:33:\"_et_builder_module_features_cache\";i:1753331241;s:29:\"_et_dynamic_cached_shortcodes\";i:1756932462;s:29:\"_et_dynamic_cached_attributes\";i:1756932463;s:22:\"et_enqueued_post_fonts\";i:1756932463;}'),
(13234,3767,'_EventOrigin','event-aggregator'),
(13235,3767,'_EventShowMapLink',''),
(13236,3767,'_EventShowMap',''),
(13237,3767,'_EventAllDay','no'),
(13238,3767,'_EventStartDate','2021-09-21 00:00:00'),
(13239,3767,'_EventEndDate','2021-09-21 00:00:00'),
(13240,3767,'_EventStartDateUTC','2021-09-21 00:00:00'),
(13241,3767,'_EventEndDateUTC','2021-09-21 00:00:00'),
(13242,3767,'_EventDuration','0'),
(13243,3767,'_EventCurrencySymbol',''),
(13244,3767,'_EventCurrencyCode',''),
(13245,3767,'_EventCurrencyPosition','prefix'),
(13246,3767,'_EventCost',''),
(13247,3767,'_EventURL',''),
(13248,3767,'_EventTimezone','UTC+0'),
(13249,3767,'_EventTimezoneAbbr','UTC+0'),
(13250,3767,'_tribe_aggregator_origin','csv'),
(13251,3767,'_tribe_aggregator_record','3639'),
(13252,3767,'_tribe_aggregator_source',''),
(13253,3767,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13254,3767,'_thumbnail_id','3725'),
(13255,3768,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568189;s:8:\"post_tag\";i:1734568189;s:12:\"_EventOrigin\";i:1734568189;s:17:\"_EventShowMapLink\";i:1734568189;s:13:\"_EventShowMap\";i:1734568189;s:12:\"_EventAllDay\";i:1734568189;s:15:\"_EventStartDate\";i:1734568189;s:13:\"_EventEndDate\";i:1734568189;s:18:\"_EventStartDateUTC\";i:1734568189;s:16:\"_EventEndDateUTC\";i:1734568189;s:14:\"_EventDuration\";i:1734568189;s:20:\"_EventCurrencySymbol\";i:1734568189;s:18:\"_EventCurrencyCode\";i:1734568189;s:22:\"_EventCurrencyPosition\";i:1734568189;s:10:\"_EventCost\";i:1734568189;s:9:\"_EventURL\";i:1734568189;s:14:\"_EventTimezone\";i:1734568189;s:18:\"_EventTimezoneAbbr\";i:1734568189;s:24:\"_tribe_aggregator_origin\";i:1734568189;s:24:\"_tribe_aggregator_record\";i:1734568189;s:24:\"_tribe_aggregator_source\";i:1734568189;s:25:\"_tribe_aggregator_updated\";i:1734568189;s:13:\"_thumbnail_id\";i:1734568190;s:29:\"_et_dynamic_cached_shortcodes\";i:1757176418;s:29:\"_et_dynamic_cached_attributes\";i:1757176419;s:22:\"et_enqueued_post_fonts\";i:1757176420;s:33:\"_et_builder_module_features_cache\";i:1753320379;}'),
(13256,3768,'_EventOrigin','event-aggregator'),
(13257,3768,'_EventShowMapLink',''),
(13258,3768,'_EventShowMap',''),
(13259,3768,'_EventAllDay','no'),
(13260,3768,'_EventStartDate','2021-09-21 00:00:00'),
(13261,3768,'_EventEndDate','2021-09-21 00:00:00'),
(13262,3768,'_EventStartDateUTC','2021-09-21 00:00:00'),
(13263,3768,'_EventEndDateUTC','2021-09-21 00:00:00'),
(13264,3768,'_EventDuration','0'),
(13265,3768,'_EventCurrencySymbol',''),
(13266,3768,'_EventCurrencyCode',''),
(13267,3768,'_EventCurrencyPosition','prefix'),
(13268,3768,'_EventCost',''),
(13269,3768,'_EventURL',''),
(13270,3768,'_EventTimezone','UTC+0'),
(13271,3768,'_EventTimezoneAbbr','UTC+0'),
(13272,3768,'_tribe_aggregator_origin','csv'),
(13273,3768,'_tribe_aggregator_record','3639'),
(13274,3768,'_tribe_aggregator_source',''),
(13275,3768,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13276,3768,'_thumbnail_id','3653'),
(13277,3769,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568190;s:8:\"post_tag\";i:1734568190;s:12:\"_EventOrigin\";i:1734568190;s:17:\"_EventShowMapLink\";i:1734568190;s:13:\"_EventShowMap\";i:1734568190;s:12:\"_EventAllDay\";i:1734568190;s:15:\"_EventStartDate\";i:1734568190;s:13:\"_EventEndDate\";i:1734568190;s:18:\"_EventStartDateUTC\";i:1734568190;s:16:\"_EventEndDateUTC\";i:1734568190;s:14:\"_EventDuration\";i:1734568190;s:20:\"_EventCurrencySymbol\";i:1734568190;s:18:\"_EventCurrencyCode\";i:1734568190;s:22:\"_EventCurrencyPosition\";i:1734568190;s:10:\"_EventCost\";i:1734568190;s:9:\"_EventURL\";i:1734568190;s:14:\"_EventTimezone\";i:1734568190;s:18:\"_EventTimezoneAbbr\";i:1734568190;s:24:\"_tribe_aggregator_origin\";i:1734568190;s:24:\"_tribe_aggregator_record\";i:1734568190;s:24:\"_tribe_aggregator_source\";i:1734568190;s:25:\"_tribe_aggregator_updated\";i:1734568190;s:13:\"_thumbnail_id\";i:1734568190;s:29:\"_et_dynamic_cached_shortcodes\";i:1754640289;s:29:\"_et_dynamic_cached_attributes\";i:1754640293;s:22:\"et_enqueued_post_fonts\";i:1754640293;s:33:\"_et_builder_module_features_cache\";i:1754640293;}'),
(13278,3769,'_EventOrigin','event-aggregator'),
(13279,3769,'_EventShowMapLink',''),
(13280,3769,'_EventShowMap',''),
(13281,3769,'_EventAllDay','no'),
(13282,3769,'_EventStartDate','2021-09-21 00:00:00'),
(13283,3769,'_EventEndDate','2021-09-21 00:00:00'),
(13284,3769,'_EventStartDateUTC','2021-09-21 00:00:00'),
(13285,3769,'_EventEndDateUTC','2021-09-21 00:00:00'),
(13286,3769,'_EventDuration','0'),
(13287,3769,'_EventCurrencySymbol',''),
(13288,3769,'_EventCurrencyCode',''),
(13289,3769,'_EventCurrencyPosition','prefix'),
(13290,3769,'_EventCost',''),
(13291,3769,'_EventURL',''),
(13292,3769,'_EventTimezone','UTC+0'),
(13293,3769,'_EventTimezoneAbbr','UTC+0'),
(13294,3769,'_tribe_aggregator_origin','csv'),
(13295,3769,'_tribe_aggregator_record','3639'),
(13296,3769,'_tribe_aggregator_source',''),
(13297,3769,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13298,3769,'_thumbnail_id','3735'),
(13299,3770,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568190;s:8:\"post_tag\";i:1734568190;s:12:\"_EventOrigin\";i:1734568191;s:17:\"_EventShowMapLink\";i:1734568190;s:13:\"_EventShowMap\";i:1734568190;s:12:\"_EventAllDay\";i:1734568190;s:15:\"_EventStartDate\";i:1734568190;s:13:\"_EventEndDate\";i:1734568190;s:18:\"_EventStartDateUTC\";i:1734568190;s:16:\"_EventEndDateUTC\";i:1734568190;s:14:\"_EventDuration\";i:1734568190;s:20:\"_EventCurrencySymbol\";i:1734568190;s:18:\"_EventCurrencyCode\";i:1734568190;s:22:\"_EventCurrencyPosition\";i:1734568190;s:10:\"_EventCost\";i:1734568190;s:9:\"_EventURL\";i:1734568190;s:14:\"_EventTimezone\";i:1734568190;s:18:\"_EventTimezoneAbbr\";i:1734568191;s:24:\"_tribe_aggregator_origin\";i:1734568191;s:24:\"_tribe_aggregator_record\";i:1734568191;s:24:\"_tribe_aggregator_source\";i:1734568191;s:25:\"_tribe_aggregator_updated\";i:1734568191;s:13:\"_thumbnail_id\";i:1734568191;s:33:\"_et_builder_module_features_cache\";i:1753435268;s:29:\"_et_dynamic_cached_shortcodes\";i:1753435267;s:29:\"_et_dynamic_cached_attributes\";i:1753435268;s:22:\"et_enqueued_post_fonts\";i:1753435268;}'),
(13300,3770,'_EventOrigin','event-aggregator'),
(13301,3770,'_EventShowMapLink',''),
(13302,3770,'_EventShowMap',''),
(13303,3770,'_EventAllDay','no'),
(13304,3770,'_EventStartDate','2021-09-21 00:00:00'),
(13305,3770,'_EventEndDate','2021-09-21 00:00:00'),
(13306,3770,'_EventStartDateUTC','2021-09-21 00:00:00'),
(13307,3770,'_EventEndDateUTC','2021-09-21 00:00:00'),
(13308,3770,'_EventDuration','0'),
(13309,3770,'_EventCurrencySymbol',''),
(13310,3770,'_EventCurrencyCode',''),
(13311,3770,'_EventCurrencyPosition','prefix'),
(13312,3770,'_EventCost',''),
(13313,3770,'_EventURL',''),
(13314,3770,'_EventTimezone','UTC+0'),
(13315,3770,'_EventTimezoneAbbr','UTC+0'),
(13316,3770,'_tribe_aggregator_origin','csv'),
(13317,3770,'_tribe_aggregator_record','3639'),
(13318,3770,'_tribe_aggregator_source',''),
(13319,3770,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13320,3770,'_thumbnail_id','3653'),
(13328,3771,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568198;s:8:\"post_tag\";i:1734568198;s:12:\"_EventOrigin\";i:1734568198;s:17:\"_EventShowMapLink\";i:1734568198;s:13:\"_EventShowMap\";i:1734568198;s:12:\"_EventAllDay\";i:1734568198;s:15:\"_EventStartDate\";i:1734568198;s:13:\"_EventEndDate\";i:1734568198;s:18:\"_EventStartDateUTC\";i:1734568198;s:16:\"_EventEndDateUTC\";i:1734568198;s:14:\"_EventDuration\";i:1734568198;s:20:\"_EventCurrencySymbol\";i:1734568198;s:18:\"_EventCurrencyCode\";i:1734568198;s:22:\"_EventCurrencyPosition\";i:1734568198;s:10:\"_EventCost\";i:1734568198;s:9:\"_EventURL\";i:1734568198;s:14:\"_EventTimezone\";i:1734568198;s:18:\"_EventTimezoneAbbr\";i:1734568198;s:24:\"_tribe_aggregator_origin\";i:1734568198;s:24:\"_tribe_aggregator_record\";i:1734568198;s:24:\"_tribe_aggregator_source\";i:1734568198;s:25:\"_tribe_aggregator_updated\";i:1734568198;s:13:\"_thumbnail_id\";i:1734568199;s:29:\"_et_dynamic_cached_shortcodes\";i:1754431748;s:29:\"_et_dynamic_cached_attributes\";i:1754431753;s:22:\"et_enqueued_post_fonts\";i:1754431753;s:33:\"_et_builder_module_features_cache\";i:1753352228;}'),
(13330,3771,'_EventOrigin','event-aggregator'),
(13331,3771,'_EventShowMapLink',''),
(13332,3771,'_EventShowMap',''),
(13333,3771,'_EventAllDay','no'),
(13334,3771,'_EventStartDate','2021-09-22 00:00:00'),
(13335,3771,'_EventEndDate','2021-09-22 00:00:00'),
(13336,3771,'_EventStartDateUTC','2021-09-22 00:00:00'),
(13337,3771,'_EventEndDateUTC','2021-09-22 00:00:00'),
(13338,3771,'_EventDuration','0'),
(13339,3771,'_EventCurrencySymbol',''),
(13340,3771,'_EventCurrencyCode',''),
(13341,3771,'_EventCurrencyPosition','prefix'),
(13342,3771,'_EventCost',''),
(13343,3771,'_EventURL',''),
(13344,3771,'_EventTimezone','UTC+0'),
(13345,3771,'_EventTimezoneAbbr','UTC+0'),
(13346,3771,'_tribe_aggregator_origin','csv'),
(13347,3771,'_tribe_aggregator_record','3639'),
(13348,3771,'_tribe_aggregator_source',''),
(13349,3771,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13350,3771,'_thumbnail_id','3725'),
(13351,3772,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568199;s:8:\"post_tag\";i:1734568199;s:12:\"_EventOrigin\";i:1734568199;s:17:\"_EventShowMapLink\";i:1734568199;s:13:\"_EventShowMap\";i:1734568199;s:12:\"_EventAllDay\";i:1734568199;s:15:\"_EventStartDate\";i:1734568199;s:13:\"_EventEndDate\";i:1734568199;s:18:\"_EventStartDateUTC\";i:1734568199;s:16:\"_EventEndDateUTC\";i:1734568199;s:14:\"_EventDuration\";i:1734568199;s:20:\"_EventCurrencySymbol\";i:1734568199;s:18:\"_EventCurrencyCode\";i:1734568199;s:22:\"_EventCurrencyPosition\";i:1734568199;s:10:\"_EventCost\";i:1734568199;s:9:\"_EventURL\";i:1734568199;s:14:\"_EventTimezone\";i:1734568199;s:18:\"_EventTimezoneAbbr\";i:1734568199;s:24:\"_tribe_aggregator_origin\";i:1734568199;s:24:\"_tribe_aggregator_record\";i:1734568199;s:24:\"_tribe_aggregator_source\";i:1734568199;s:25:\"_tribe_aggregator_updated\";i:1734568199;s:13:\"_thumbnail_id\";i:1734568199;s:29:\"_et_dynamic_cached_shortcodes\";i:1764833610;s:29:\"_et_dynamic_cached_attributes\";i:1764833611;s:22:\"et_enqueued_post_fonts\";i:1764833611;s:33:\"_et_builder_module_features_cache\";i:1764833612;}'),
(13352,3772,'_EventOrigin','event-aggregator'),
(13353,3772,'_EventShowMapLink',''),
(13354,3772,'_EventShowMap',''),
(13355,3772,'_EventAllDay','no'),
(13356,3772,'_EventStartDate','2022-01-28 00:00:00'),
(13357,3772,'_EventEndDate','2022-01-28 00:00:00'),
(13358,3772,'_EventStartDateUTC','2022-01-28 00:00:00'),
(13359,3772,'_EventEndDateUTC','2022-01-28 00:00:00'),
(13360,3772,'_EventDuration','0'),
(13361,3772,'_EventCurrencySymbol',''),
(13362,3772,'_EventCurrencyCode',''),
(13363,3772,'_EventCurrencyPosition','prefix'),
(13364,3772,'_EventCost',''),
(13365,3772,'_EventURL',''),
(13366,3772,'_EventTimezone','UTC+0'),
(13367,3772,'_EventTimezoneAbbr','UTC+0'),
(13368,3772,'_tribe_aggregator_origin','csv'),
(13369,3772,'_tribe_aggregator_record','3639'),
(13370,3772,'_tribe_aggregator_source',''),
(13371,3772,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13372,3772,'_thumbnail_id','3653'),
(13373,3773,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568199;s:8:\"post_tag\";i:1734568199;s:12:\"_EventOrigin\";i:1734568199;s:17:\"_EventShowMapLink\";i:1734568199;s:13:\"_EventShowMap\";i:1734568199;s:12:\"_EventAllDay\";i:1734568199;s:15:\"_EventStartDate\";i:1734568199;s:13:\"_EventEndDate\";i:1734568199;s:18:\"_EventStartDateUTC\";i:1734568199;s:16:\"_EventEndDateUTC\";i:1734568199;s:14:\"_EventDuration\";i:1734568199;s:20:\"_EventCurrencySymbol\";i:1734568199;s:18:\"_EventCurrencyCode\";i:1734568199;s:22:\"_EventCurrencyPosition\";i:1734568199;s:10:\"_EventCost\";i:1734568199;s:9:\"_EventURL\";i:1734568199;s:14:\"_EventTimezone\";i:1734568199;s:18:\"_EventTimezoneAbbr\";i:1734568199;s:24:\"_tribe_aggregator_origin\";i:1734568199;s:24:\"_tribe_aggregator_record\";i:1734568199;s:24:\"_tribe_aggregator_source\";i:1734568199;s:25:\"_tribe_aggregator_updated\";i:1734568199;s:13:\"_thumbnail_id\";i:1734568200;s:29:\"_et_dynamic_cached_shortcodes\";i:1765497895;s:29:\"_et_dynamic_cached_attributes\";i:1765497897;s:22:\"et_enqueued_post_fonts\";i:1765497897;s:33:\"_et_builder_module_features_cache\";i:1765497897;}'),
(13374,3773,'_EventOrigin','event-aggregator'),
(13375,3773,'_EventShowMapLink',''),
(13376,3773,'_EventShowMap',''),
(13377,3773,'_EventAllDay','no'),
(13378,3773,'_EventStartDate','2022-02-03 00:00:00'),
(13379,3773,'_EventEndDate','2022-02-03 00:00:00'),
(13380,3773,'_EventStartDateUTC','2022-02-03 00:00:00'),
(13381,3773,'_EventEndDateUTC','2022-02-03 00:00:00'),
(13382,3773,'_EventDuration','0'),
(13383,3773,'_EventCurrencySymbol',''),
(13384,3773,'_EventCurrencyCode',''),
(13385,3773,'_EventCurrencyPosition','prefix'),
(13386,3773,'_EventCost',''),
(13387,3773,'_EventURL',''),
(13388,3773,'_EventTimezone','UTC+0'),
(13389,3773,'_EventTimezoneAbbr','UTC+0'),
(13390,3773,'_tribe_aggregator_origin','csv'),
(13391,3773,'_tribe_aggregator_record','3639'),
(13392,3773,'_tribe_aggregator_source',''),
(13393,3773,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13394,3773,'_thumbnail_id','3651'),
(13395,3774,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568200;s:8:\"post_tag\";i:1734568200;s:12:\"_EventOrigin\";i:1734568200;s:17:\"_EventShowMapLink\";i:1734568200;s:13:\"_EventShowMap\";i:1734568200;s:12:\"_EventAllDay\";i:1734568200;s:15:\"_EventStartDate\";i:1734568200;s:13:\"_EventEndDate\";i:1734568200;s:18:\"_EventStartDateUTC\";i:1734568200;s:16:\"_EventEndDateUTC\";i:1734568200;s:14:\"_EventDuration\";i:1734568200;s:20:\"_EventCurrencySymbol\";i:1734568200;s:18:\"_EventCurrencyCode\";i:1734568200;s:22:\"_EventCurrencyPosition\";i:1734568200;s:10:\"_EventCost\";i:1734568200;s:9:\"_EventURL\";i:1734568200;s:14:\"_EventTimezone\";i:1734568200;s:18:\"_EventTimezoneAbbr\";i:1734568200;s:24:\"_tribe_aggregator_origin\";i:1734568200;s:24:\"_tribe_aggregator_record\";i:1734568200;s:24:\"_tribe_aggregator_source\";i:1734568200;s:25:\"_tribe_aggregator_updated\";i:1734568200;s:13:\"_thumbnail_id\";i:1734568200;s:33:\"_et_builder_module_features_cache\";i:1753336290;s:29:\"_et_dynamic_cached_shortcodes\";i:1757186180;s:29:\"_et_dynamic_cached_attributes\";i:1757186181;s:22:\"et_enqueued_post_fonts\";i:1757186181;}'),
(13396,3774,'_EventOrigin','event-aggregator'),
(13397,3774,'_EventShowMapLink',''),
(13398,3774,'_EventShowMap',''),
(13399,3774,'_EventAllDay','no'),
(13400,3774,'_EventStartDate','2022-02-03 00:00:00'),
(13401,3774,'_EventEndDate','2022-02-03 00:00:00'),
(13402,3774,'_EventStartDateUTC','2022-02-03 00:00:00'),
(13403,3774,'_EventEndDateUTC','2022-02-03 00:00:00'),
(13404,3774,'_EventDuration','0'),
(13405,3774,'_EventCurrencySymbol',''),
(13406,3774,'_EventCurrencyCode',''),
(13407,3774,'_EventCurrencyPosition','prefix'),
(13408,3774,'_EventCost',''),
(13409,3774,'_EventURL',''),
(13410,3774,'_EventTimezone','UTC+0'),
(13411,3774,'_EventTimezoneAbbr','UTC+0'),
(13412,3774,'_tribe_aggregator_origin','csv'),
(13413,3774,'_tribe_aggregator_record','3639'),
(13414,3774,'_tribe_aggregator_source',''),
(13415,3774,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13416,3774,'_thumbnail_id','3651'),
(13417,3775,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568200;s:8:\"post_tag\";i:1734568200;s:12:\"_EventOrigin\";i:1734568200;s:17:\"_EventShowMapLink\";i:1734568200;s:13:\"_EventShowMap\";i:1734568200;s:12:\"_EventAllDay\";i:1734568200;s:15:\"_EventStartDate\";i:1734568200;s:13:\"_EventEndDate\";i:1734568200;s:18:\"_EventStartDateUTC\";i:1734568200;s:16:\"_EventEndDateUTC\";i:1734568200;s:14:\"_EventDuration\";i:1734568200;s:20:\"_EventCurrencySymbol\";i:1734568200;s:18:\"_EventCurrencyCode\";i:1734568200;s:22:\"_EventCurrencyPosition\";i:1734568200;s:10:\"_EventCost\";i:1734568200;s:9:\"_EventURL\";i:1734568200;s:14:\"_EventTimezone\";i:1734568200;s:18:\"_EventTimezoneAbbr\";i:1734568200;s:24:\"_tribe_aggregator_origin\";i:1734568200;s:24:\"_tribe_aggregator_record\";i:1734568200;s:24:\"_tribe_aggregator_source\";i:1734568200;s:25:\"_tribe_aggregator_updated\";i:1734568200;s:13:\"_thumbnail_id\";i:1734568203;s:33:\"_et_builder_module_features_cache\";i:1757169632;s:29:\"_et_dynamic_cached_shortcodes\";i:1757169630;s:29:\"_et_dynamic_cached_attributes\";i:1757169632;s:22:\"et_enqueued_post_fonts\";i:1757169632;}'),
(13418,3775,'_EventOrigin','event-aggregator'),
(13419,3775,'_EventShowMapLink',''),
(13420,3775,'_EventShowMap',''),
(13421,3775,'_EventAllDay','no'),
(13422,3775,'_EventStartDate','2022-02-03 00:00:00'),
(13423,3775,'_EventEndDate','2022-02-03 00:00:00'),
(13424,3775,'_EventStartDateUTC','2022-02-03 00:00:00'),
(13425,3775,'_EventEndDateUTC','2022-02-03 00:00:00'),
(13426,3775,'_EventDuration','0'),
(13427,3775,'_EventCurrencySymbol',''),
(13428,3775,'_EventCurrencyCode',''),
(13429,3775,'_EventCurrencyPosition','prefix'),
(13430,3775,'_EventCost',''),
(13431,3775,'_EventURL',''),
(13432,3775,'_EventTimezone','UTC+0'),
(13433,3775,'_EventTimezoneAbbr','UTC+0'),
(13434,3775,'_tribe_aggregator_origin','csv'),
(13435,3775,'_tribe_aggregator_record','3639'),
(13436,3775,'_tribe_aggregator_source',''),
(13437,3775,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13439,3776,'_wp_attached_file','2024/12/Groundfighting-with-Weapons-6egfhE.tmp_.png'),
(13440,3776,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:51:\"2024/12/Groundfighting-with-Weapons-6egfhE.tmp_.png\";s:8:\"filesize\";i:202765;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Groundfighting-with-Weapons-6egfhE.tmp_-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111796;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"Groundfighting-with-Weapons-6egfhE.tmp_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32773;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"Groundfighting-with-Weapons-6egfhE.tmp_-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:592097;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"Groundfighting-with-Weapons-6egfhE.tmp_-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:107321;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:51:\"Groundfighting-with-Weapons-6egfhE.tmp_-924x675.png\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:422925;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"Groundfighting-with-Weapons-6egfhE.tmp_-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:125858;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"Groundfighting-with-Weapons-6egfhE.tmp_-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:206178;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"Groundfighting-with-Weapons-6egfhE.tmp_-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:224781;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"Groundfighting-with-Weapons-6egfhE.tmp_-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:259747;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"Groundfighting-with-Weapons-6egfhE.tmp_-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:111796;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"Groundfighting-with-Weapons-6egfhE.tmp_-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:385969;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"Groundfighting-with-Weapons-6egfhE.tmp_-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:16453;}}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:{}}}'),
(13441,3776,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/02/Groundfighting-with-Weapons.png'),
(13442,3775,'_thumbnail_id','3776'),
(13447,3777,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568207;s:8:\"post_tag\";i:1734568207;s:12:\"_EventOrigin\";i:1734568207;s:17:\"_EventShowMapLink\";i:1734568207;s:13:\"_EventShowMap\";i:1734568207;s:12:\"_EventAllDay\";i:1734568207;s:15:\"_EventStartDate\";i:1734568207;s:13:\"_EventEndDate\";i:1734568207;s:18:\"_EventStartDateUTC\";i:1734568207;s:16:\"_EventEndDateUTC\";i:1734568207;s:14:\"_EventDuration\";i:1734568207;s:20:\"_EventCurrencySymbol\";i:1734568207;s:18:\"_EventCurrencyCode\";i:1734568207;s:22:\"_EventCurrencyPosition\";i:1734568207;s:10:\"_EventCost\";i:1734568207;s:9:\"_EventURL\";i:1734568207;s:14:\"_EventTimezone\";i:1734568207;s:18:\"_EventTimezoneAbbr\";i:1734568207;s:24:\"_tribe_aggregator_origin\";i:1734568207;s:24:\"_tribe_aggregator_record\";i:1734568207;s:24:\"_tribe_aggregator_source\";i:1734568207;s:25:\"_tribe_aggregator_updated\";i:1734568207;s:13:\"_thumbnail_id\";i:1734568207;s:33:\"_et_builder_module_features_cache\";i:1753332374;s:29:\"_et_dynamic_cached_shortcodes\";i:1753240386;s:29:\"_et_dynamic_cached_attributes\";i:1753240387;s:22:\"et_enqueued_post_fonts\";i:1753240387;}'),
(13448,3777,'_EventOrigin','event-aggregator'),
(13449,3777,'_EventShowMapLink',''),
(13450,3777,'_EventShowMap',''),
(13451,3777,'_EventAllDay','no'),
(13452,3777,'_EventStartDate','2022-02-03 00:00:00'),
(13453,3777,'_EventEndDate','2022-02-03 00:00:00'),
(13454,3777,'_EventStartDateUTC','2022-02-03 00:00:00'),
(13455,3777,'_EventEndDateUTC','2022-02-03 00:00:00'),
(13456,3777,'_EventDuration','0'),
(13457,3777,'_EventCurrencySymbol',''),
(13458,3777,'_EventCurrencyCode',''),
(13459,3777,'_EventCurrencyPosition','prefix'),
(13460,3777,'_EventCost',''),
(13461,3777,'_EventURL',''),
(13462,3777,'_EventTimezone','UTC+0'),
(13463,3777,'_EventTimezoneAbbr','UTC+0'),
(13464,3777,'_tribe_aggregator_origin','csv'),
(13465,3777,'_tribe_aggregator_record','3639'),
(13466,3777,'_tribe_aggregator_source',''),
(13467,3777,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13468,3777,'_thumbnail_id','3682'),
(13469,3778,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568208;s:12:\"_EventOrigin\";i:1734568208;s:17:\"_EventShowMapLink\";i:1734568208;s:13:\"_EventShowMap\";i:1734568208;s:12:\"_EventAllDay\";i:1734568208;s:15:\"_EventStartDate\";i:1734568208;s:13:\"_EventEndDate\";i:1734568208;s:18:\"_EventStartDateUTC\";i:1734568208;s:16:\"_EventEndDateUTC\";i:1734568208;s:14:\"_EventDuration\";i:1734568208;s:20:\"_EventCurrencySymbol\";i:1734568208;s:18:\"_EventCurrencyCode\";i:1734568208;s:22:\"_EventCurrencyPosition\";i:1734568208;s:10:\"_EventCost\";i:1734568208;s:9:\"_EventURL\";i:1734568208;s:14:\"_EventTimezone\";i:1734568208;s:18:\"_EventTimezoneAbbr\";i:1734568208;s:24:\"_tribe_aggregator_origin\";i:1734568208;s:24:\"_tribe_aggregator_record\";i:1734568208;s:24:\"_tribe_aggregator_source\";i:1734568208;s:25:\"_tribe_aggregator_updated\";i:1734568208;s:13:\"_thumbnail_id\";i:1734568208;s:29:\"_et_dynamic_cached_shortcodes\";i:1755103056;s:29:\"_et_dynamic_cached_attributes\";i:1755103057;s:22:\"et_enqueued_post_fonts\";i:1755103057;s:33:\"_et_builder_module_features_cache\";i:1753339570;}'),
(13470,3778,'_EventOrigin','event-aggregator'),
(13471,3778,'_EventShowMapLink',''),
(13472,3778,'_EventShowMap',''),
(13473,3778,'_EventAllDay','no'),
(13474,3778,'_EventStartDate','2022-02-03 00:00:00'),
(13475,3778,'_EventEndDate','2022-02-03 00:00:00'),
(13476,3778,'_EventStartDateUTC','2022-02-03 00:00:00'),
(13477,3778,'_EventEndDateUTC','2022-02-03 00:00:00'),
(13478,3778,'_EventDuration','0'),
(13479,3778,'_EventCurrencySymbol',''),
(13480,3778,'_EventCurrencyCode',''),
(13481,3778,'_EventCurrencyPosition','prefix'),
(13482,3778,'_EventCost',''),
(13483,3778,'_EventURL',''),
(13484,3778,'_EventTimezone','UTC+0'),
(13485,3778,'_EventTimezoneAbbr','UTC+0'),
(13486,3778,'_tribe_aggregator_origin','csv'),
(13487,3778,'_tribe_aggregator_record','3639'),
(13488,3778,'_tribe_aggregator_source',''),
(13489,3778,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13490,3778,'_thumbnail_id','3712'),
(13491,3779,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568208;s:8:\"post_tag\";i:1734568208;s:12:\"_EventOrigin\";i:1734568208;s:17:\"_EventShowMapLink\";i:1734568208;s:13:\"_EventShowMap\";i:1734568208;s:12:\"_EventAllDay\";i:1734568208;s:15:\"_EventStartDate\";i:1734568208;s:13:\"_EventEndDate\";i:1734568208;s:18:\"_EventStartDateUTC\";i:1734568208;s:16:\"_EventEndDateUTC\";i:1734568208;s:14:\"_EventDuration\";i:1734568208;s:20:\"_EventCurrencySymbol\";i:1734568208;s:18:\"_EventCurrencyCode\";i:1734568208;s:22:\"_EventCurrencyPosition\";i:1734568208;s:10:\"_EventCost\";i:1734568208;s:9:\"_EventURL\";i:1734568208;s:14:\"_EventTimezone\";i:1734568208;s:18:\"_EventTimezoneAbbr\";i:1734568208;s:24:\"_tribe_aggregator_origin\";i:1734568208;s:24:\"_tribe_aggregator_record\";i:1734568208;s:24:\"_tribe_aggregator_source\";i:1734568208;s:25:\"_tribe_aggregator_updated\";i:1734568208;s:13:\"_thumbnail_id\";i:1734568209;s:29:\"_et_dynamic_cached_shortcodes\";i:1756961663;s:29:\"_et_dynamic_cached_attributes\";i:1756961664;s:22:\"et_enqueued_post_fonts\";i:1756961664;s:33:\"_et_builder_module_features_cache\";i:1753403070;}'),
(13492,3779,'_EventOrigin','event-aggregator'),
(13493,3779,'_EventShowMapLink',''),
(13494,3779,'_EventShowMap',''),
(13495,3779,'_EventAllDay','no'),
(13496,3779,'_EventStartDate','2022-02-03 00:00:00'),
(13497,3779,'_EventEndDate','2022-02-03 00:00:00'),
(13498,3779,'_EventStartDateUTC','2022-02-03 00:00:00'),
(13499,3779,'_EventEndDateUTC','2022-02-03 00:00:00'),
(13500,3779,'_EventDuration','0'),
(13501,3779,'_EventCurrencySymbol',''),
(13502,3779,'_EventCurrencyCode',''),
(13503,3779,'_EventCurrencyPosition','prefix'),
(13504,3779,'_EventCost',''),
(13505,3779,'_EventURL',''),
(13506,3779,'_EventTimezone','UTC+0'),
(13507,3779,'_EventTimezoneAbbr','UTC+0'),
(13508,3779,'_tribe_aggregator_origin','csv'),
(13509,3779,'_tribe_aggregator_record','3639'),
(13510,3779,'_tribe_aggregator_source',''),
(13511,3779,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13512,3779,'_thumbnail_id','3647'),
(13513,3780,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568209;s:8:\"post_tag\";i:1734568209;s:12:\"_EventOrigin\";i:1734568209;s:17:\"_EventShowMapLink\";i:1734568209;s:13:\"_EventShowMap\";i:1734568209;s:12:\"_EventAllDay\";i:1734568209;s:15:\"_EventStartDate\";i:1734568209;s:13:\"_EventEndDate\";i:1734568209;s:18:\"_EventStartDateUTC\";i:1734568209;s:16:\"_EventEndDateUTC\";i:1734568209;s:14:\"_EventDuration\";i:1734568209;s:20:\"_EventCurrencySymbol\";i:1734568209;s:18:\"_EventCurrencyCode\";i:1734568209;s:22:\"_EventCurrencyPosition\";i:1734568209;s:10:\"_EventCost\";i:1734568209;s:9:\"_EventURL\";i:1734568209;s:14:\"_EventTimezone\";i:1734568209;s:18:\"_EventTimezoneAbbr\";i:1734568209;s:24:\"_tribe_aggregator_origin\";i:1734568209;s:24:\"_tribe_aggregator_record\";i:1734568209;s:24:\"_tribe_aggregator_source\";i:1734568209;s:25:\"_tribe_aggregator_updated\";i:1734568209;s:13:\"_thumbnail_id\";i:1734568209;s:29:\"_et_dynamic_cached_shortcodes\";i:1753426116;s:29:\"_et_dynamic_cached_attributes\";i:1753426116;s:22:\"et_enqueued_post_fonts\";i:1753426116;s:33:\"_et_builder_module_features_cache\";i:1753426116;}'),
(13514,3780,'_EventOrigin','event-aggregator'),
(13515,3780,'_EventShowMapLink',''),
(13516,3780,'_EventShowMap',''),
(13517,3780,'_EventAllDay','no'),
(13518,3780,'_EventStartDate','2022-02-03 00:00:00'),
(13519,3780,'_EventEndDate','2022-02-03 00:00:00'),
(13520,3780,'_EventStartDateUTC','2022-02-03 00:00:00'),
(13521,3780,'_EventEndDateUTC','2022-02-03 00:00:00'),
(13522,3780,'_EventDuration','0'),
(13523,3780,'_EventCurrencySymbol',''),
(13524,3780,'_EventCurrencyCode',''),
(13525,3780,'_EventCurrencyPosition','prefix'),
(13526,3780,'_EventCost',''),
(13527,3780,'_EventURL',''),
(13528,3780,'_EventTimezone','UTC+0'),
(13529,3780,'_EventTimezoneAbbr','UTC+0'),
(13530,3780,'_tribe_aggregator_origin','csv'),
(13531,3780,'_tribe_aggregator_record','3639'),
(13532,3780,'_tribe_aggregator_source',''),
(13533,3780,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13534,3780,'_thumbnail_id','3647'),
(13535,3781,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568209;s:8:\"post_tag\";i:1734568209;s:12:\"_EventOrigin\";i:1734568209;s:17:\"_EventShowMapLink\";i:1734568209;s:13:\"_EventShowMap\";i:1734568209;s:12:\"_EventAllDay\";i:1734568209;s:15:\"_EventStartDate\";i:1734568209;s:13:\"_EventEndDate\";i:1734568209;s:18:\"_EventStartDateUTC\";i:1734568209;s:16:\"_EventEndDateUTC\";i:1734568209;s:14:\"_EventDuration\";i:1734568209;s:20:\"_EventCurrencySymbol\";i:1734568209;s:18:\"_EventCurrencyCode\";i:1734568209;s:22:\"_EventCurrencyPosition\";i:1734568209;s:10:\"_EventCost\";i:1734568209;s:9:\"_EventURL\";i:1734568209;s:14:\"_EventTimezone\";i:1734568209;s:18:\"_EventTimezoneAbbr\";i:1734568209;s:24:\"_tribe_aggregator_origin\";i:1734568209;s:24:\"_tribe_aggregator_record\";i:1734568209;s:24:\"_tribe_aggregator_source\";i:1734568209;s:25:\"_tribe_aggregator_updated\";i:1734568209;s:13:\"_thumbnail_id\";i:1734568210;s:29:\"_et_dynamic_cached_shortcodes\";i:1751936713;s:29:\"_et_dynamic_cached_attributes\";i:1751936713;s:22:\"et_enqueued_post_fonts\";i:1753233130;s:33:\"_et_builder_module_features_cache\";i:1753233130;}'),
(13536,3781,'_EventOrigin','event-aggregator'),
(13537,3781,'_EventShowMapLink',''),
(13538,3781,'_EventShowMap',''),
(13539,3781,'_EventAllDay','no'),
(13540,3781,'_EventStartDate','2022-02-03 00:00:00'),
(13541,3781,'_EventEndDate','2022-02-03 00:00:00'),
(13542,3781,'_EventStartDateUTC','2022-02-03 00:00:00'),
(13543,3781,'_EventEndDateUTC','2022-02-03 00:00:00'),
(13544,3781,'_EventDuration','0'),
(13545,3781,'_EventCurrencySymbol',''),
(13546,3781,'_EventCurrencyCode',''),
(13547,3781,'_EventCurrencyPosition','prefix'),
(13548,3781,'_EventCost',''),
(13549,3781,'_EventURL',''),
(13550,3781,'_EventTimezone','UTC+0'),
(13551,3781,'_EventTimezoneAbbr','UTC+0'),
(13552,3781,'_tribe_aggregator_origin','csv'),
(13553,3781,'_tribe_aggregator_record','3639'),
(13554,3781,'_tribe_aggregator_source',''),
(13555,3781,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13556,3781,'_thumbnail_id','3653'),
(13562,3782,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568214;s:8:\"post_tag\";i:1734568214;s:12:\"_EventOrigin\";i:1734568214;s:17:\"_EventShowMapLink\";i:1734568214;s:13:\"_EventShowMap\";i:1734568214;s:12:\"_EventAllDay\";i:1734568214;s:15:\"_EventStartDate\";i:1734568214;s:13:\"_EventEndDate\";i:1734568214;s:18:\"_EventStartDateUTC\";i:1734568214;s:16:\"_EventEndDateUTC\";i:1734568214;s:14:\"_EventDuration\";i:1734568214;s:20:\"_EventCurrencySymbol\";i:1734568214;s:18:\"_EventCurrencyCode\";i:1734568214;s:22:\"_EventCurrencyPosition\";i:1734568214;s:10:\"_EventCost\";i:1734568214;s:9:\"_EventURL\";i:1734568214;s:14:\"_EventTimezone\";i:1734568214;s:18:\"_EventTimezoneAbbr\";i:1734568214;s:24:\"_tribe_aggregator_origin\";i:1734568214;s:24:\"_tribe_aggregator_record\";i:1734568214;s:24:\"_tribe_aggregator_source\";i:1734568214;s:25:\"_tribe_aggregator_updated\";i:1734568214;s:13:\"_thumbnail_id\";i:1734568214;s:29:\"_et_dynamic_cached_shortcodes\";i:1764652112;s:29:\"_et_dynamic_cached_attributes\";i:1764652114;s:22:\"et_enqueued_post_fonts\";i:1764652114;s:33:\"_et_builder_module_features_cache\";i:1764652114;}'),
(13563,3782,'_EventOrigin','event-aggregator'),
(13564,3782,'_EventShowMapLink',''),
(13565,3782,'_EventShowMap',''),
(13566,3782,'_EventAllDay','no'),
(13567,3782,'_EventStartDate','2022-02-03 00:00:00'),
(13568,3782,'_EventEndDate','2022-02-03 00:00:00'),
(13569,3782,'_EventStartDateUTC','2022-02-03 00:00:00'),
(13570,3782,'_EventEndDateUTC','2022-02-03 00:00:00'),
(13571,3782,'_EventDuration','0'),
(13572,3782,'_EventCurrencySymbol',''),
(13573,3782,'_EventCurrencyCode',''),
(13574,3782,'_EventCurrencyPosition','prefix'),
(13575,3782,'_EventCost',''),
(13576,3782,'_EventURL',''),
(13577,3782,'_EventTimezone','UTC+0'),
(13578,3782,'_EventTimezoneAbbr','UTC+0'),
(13579,3782,'_tribe_aggregator_origin','csv'),
(13580,3782,'_tribe_aggregator_record','3639'),
(13581,3782,'_tribe_aggregator_source',''),
(13582,3782,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13583,3782,'_thumbnail_id','3695'),
(13584,3783,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568214;s:8:\"post_tag\";i:1734568214;s:12:\"_EventOrigin\";i:1734568215;s:17:\"_EventShowMapLink\";i:1734568214;s:13:\"_EventShowMap\";i:1734568214;s:12:\"_EventAllDay\";i:1734568214;s:15:\"_EventStartDate\";i:1734568214;s:13:\"_EventEndDate\";i:1734568214;s:18:\"_EventStartDateUTC\";i:1734568215;s:16:\"_EventEndDateUTC\";i:1734568215;s:14:\"_EventDuration\";i:1734568215;s:20:\"_EventCurrencySymbol\";i:1734568215;s:18:\"_EventCurrencyCode\";i:1734568215;s:22:\"_EventCurrencyPosition\";i:1734568215;s:10:\"_EventCost\";i:1734568215;s:9:\"_EventURL\";i:1734568215;s:14:\"_EventTimezone\";i:1734568215;s:18:\"_EventTimezoneAbbr\";i:1734568215;s:24:\"_tribe_aggregator_origin\";i:1734568215;s:24:\"_tribe_aggregator_record\";i:1734568215;s:24:\"_tribe_aggregator_source\";i:1734568215;s:25:\"_tribe_aggregator_updated\";i:1734568215;s:13:\"_thumbnail_id\";i:1734568215;s:29:\"_et_dynamic_cached_shortcodes\";i:1756717581;s:29:\"_et_dynamic_cached_attributes\";i:1756717582;s:22:\"et_enqueued_post_fonts\";i:1756717582;s:33:\"_et_builder_module_features_cache\";i:1755282298;}'),
(13585,3783,'_EventOrigin','event-aggregator'),
(13586,3783,'_EventShowMapLink',''),
(13587,3783,'_EventShowMap',''),
(13588,3783,'_EventAllDay','no'),
(13589,3783,'_EventStartDate','2022-02-03 00:00:00'),
(13590,3783,'_EventEndDate','2022-02-03 00:00:00'),
(13591,3783,'_EventStartDateUTC','2022-02-03 00:00:00'),
(13592,3783,'_EventEndDateUTC','2022-02-03 00:00:00'),
(13593,3783,'_EventDuration','0'),
(13594,3783,'_EventCurrencySymbol',''),
(13595,3783,'_EventCurrencyCode',''),
(13596,3783,'_EventCurrencyPosition','prefix'),
(13597,3783,'_EventCost',''),
(13598,3783,'_EventURL',''),
(13599,3783,'_EventTimezone','UTC+0'),
(13600,3783,'_EventTimezoneAbbr','UTC+0'),
(13601,3783,'_tribe_aggregator_origin','csv'),
(13602,3783,'_tribe_aggregator_record','3639'),
(13603,3783,'_tribe_aggregator_source',''),
(13604,3783,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13605,3783,'_thumbnail_id','3679'),
(13606,3784,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568215;s:8:\"post_tag\";i:1734568215;s:12:\"_EventOrigin\";i:1734568215;s:17:\"_EventShowMapLink\";i:1734568215;s:13:\"_EventShowMap\";i:1734568215;s:12:\"_EventAllDay\";i:1734568215;s:15:\"_EventStartDate\";i:1734568215;s:13:\"_EventEndDate\";i:1734568215;s:18:\"_EventStartDateUTC\";i:1734568215;s:16:\"_EventEndDateUTC\";i:1734568215;s:14:\"_EventDuration\";i:1734568215;s:20:\"_EventCurrencySymbol\";i:1734568215;s:18:\"_EventCurrencyCode\";i:1734568215;s:22:\"_EventCurrencyPosition\";i:1734568215;s:10:\"_EventCost\";i:1734568215;s:9:\"_EventURL\";i:1734568215;s:14:\"_EventTimezone\";i:1734568215;s:18:\"_EventTimezoneAbbr\";i:1734568215;s:24:\"_tribe_aggregator_origin\";i:1734568215;s:24:\"_tribe_aggregator_record\";i:1734568215;s:24:\"_tribe_aggregator_source\";i:1734568215;s:25:\"_tribe_aggregator_updated\";i:1734568215;s:13:\"_thumbnail_id\";i:1734568216;s:29:\"_et_dynamic_cached_shortcodes\";i:1754080680;s:29:\"_et_dynamic_cached_attributes\";i:1754080684;s:22:\"et_enqueued_post_fonts\";i:1754080684;s:33:\"_et_builder_module_features_cache\";i:1753331232;}'),
(13607,3784,'_EventOrigin','event-aggregator'),
(13608,3784,'_EventShowMapLink',''),
(13609,3784,'_EventShowMap',''),
(13610,3784,'_EventAllDay','no'),
(13611,3784,'_EventStartDate','2022-02-03 00:00:00'),
(13612,3784,'_EventEndDate','2022-02-03 00:00:00'),
(13613,3784,'_EventStartDateUTC','2022-02-03 00:00:00'),
(13614,3784,'_EventEndDateUTC','2022-02-03 00:00:00'),
(13615,3784,'_EventDuration','0'),
(13616,3784,'_EventCurrencySymbol',''),
(13617,3784,'_EventCurrencyCode',''),
(13618,3784,'_EventCurrencyPosition','prefix'),
(13619,3784,'_EventCost',''),
(13620,3784,'_EventURL',''),
(13621,3784,'_EventTimezone','UTC+0'),
(13622,3784,'_EventTimezoneAbbr','UTC+0'),
(13623,3784,'_tribe_aggregator_origin','csv'),
(13624,3784,'_tribe_aggregator_record','3639'),
(13625,3784,'_tribe_aggregator_source',''),
(13626,3784,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13627,3785,'_wp_attached_file','2024/12/tom-and-bill-blade-and-pistol-min-JONBbG.tmp_.jpg'),
(13628,3785,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:829;s:6:\"height\";i:480;s:4:\"file\";s:57:\"2024/12/tom-and-bill-blade-and-pistol-min-JONBbG.tmp_.jpg\";s:8:\"filesize\";i:20800;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"tom-and-bill-blade-and-pistol-min-JONBbG.tmp_-300x174.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:174;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9058;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"tom-and-bill-blade-and-pistol-min-JONBbG.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5136;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"tom-and-bill-blade-and-pistol-min-JONBbG.tmp_-768x445.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:445;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34487;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:57:\"tom-and-bill-blade-and-pistol-min-JONBbG.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14219;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:57:\"tom-and-bill-blade-and-pistol-min-JONBbG.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15651;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:57:\"tom-and-bill-blade-and-pistol-min-JONBbG.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23082;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:57:\"tom-and-bill-blade-and-pistol-min-JONBbG.tmp_-400x480.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24323;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:57:\"tom-and-bill-blade-and-pistol-min-JONBbG.tmp_-480x278.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:278;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17782;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:57:\"tom-and-bill-blade-and-pistol-min-JONBbG.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13428;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:57:\"tom-and-bill-blade-and-pistol-min-JONBbG.tmp_-600x347.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:347;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24404;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:57:\"tom-and-bill-blade-and-pistol-min-JONBbG.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3069;}}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:{}}}'),
(13629,3785,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/02/tom-and-bill-blade-and-pistol-min.jpg'),
(13630,3784,'_thumbnail_id','3785'),
(13631,3786,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568216;s:8:\"post_tag\";i:1734568216;s:12:\"_EventOrigin\";i:1734568216;s:17:\"_EventShowMapLink\";i:1734568216;s:13:\"_EventShowMap\";i:1734568216;s:12:\"_EventAllDay\";i:1734568216;s:15:\"_EventStartDate\";i:1734568216;s:13:\"_EventEndDate\";i:1734568216;s:18:\"_EventStartDateUTC\";i:1734568216;s:16:\"_EventEndDateUTC\";i:1734568216;s:14:\"_EventDuration\";i:1734568216;s:20:\"_EventCurrencySymbol\";i:1734568216;s:18:\"_EventCurrencyCode\";i:1734568216;s:22:\"_EventCurrencyPosition\";i:1734568216;s:10:\"_EventCost\";i:1734568216;s:9:\"_EventURL\";i:1734568216;s:14:\"_EventTimezone\";i:1734568216;s:18:\"_EventTimezoneAbbr\";i:1734568216;s:24:\"_tribe_aggregator_origin\";i:1734568216;s:24:\"_tribe_aggregator_record\";i:1734568216;s:24:\"_tribe_aggregator_source\";i:1734568216;s:25:\"_tribe_aggregator_updated\";i:1734568216;s:13:\"_thumbnail_id\";i:1734568217;s:29:\"_et_dynamic_cached_shortcodes\";i:1764839044;s:29:\"_et_dynamic_cached_attributes\";i:1764839047;s:22:\"et_enqueued_post_fonts\";i:1764839047;s:33:\"_et_builder_module_features_cache\";i:1764839047;}'),
(13632,3786,'_EventOrigin','event-aggregator'),
(13633,3786,'_EventShowMapLink',''),
(13634,3786,'_EventShowMap',''),
(13635,3786,'_EventAllDay','no'),
(13636,3786,'_EventStartDate','2022-03-25 00:00:00'),
(13637,3786,'_EventEndDate','2022-03-25 00:00:00'),
(13638,3786,'_EventStartDateUTC','2022-03-25 00:00:00'),
(13639,3786,'_EventEndDateUTC','2022-03-25 00:00:00'),
(13640,3786,'_EventDuration','0'),
(13641,3786,'_EventCurrencySymbol',''),
(13642,3786,'_EventCurrencyCode',''),
(13643,3786,'_EventCurrencyPosition','prefix'),
(13644,3786,'_EventCost',''),
(13645,3786,'_EventURL',''),
(13646,3786,'_EventTimezone','UTC+0'),
(13647,3786,'_EventTimezoneAbbr','UTC+0'),
(13648,3786,'_tribe_aggregator_origin','csv'),
(13649,3786,'_tribe_aggregator_record','3639'),
(13650,3786,'_tribe_aggregator_source',''),
(13651,3786,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13652,3786,'_thumbnail_id','3647'),
(13653,3787,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568217;s:8:\"post_tag\";i:1734568217;s:12:\"_EventOrigin\";i:1734568217;s:17:\"_EventShowMapLink\";i:1734568217;s:13:\"_EventShowMap\";i:1734568217;s:12:\"_EventAllDay\";i:1734568217;s:15:\"_EventStartDate\";i:1734568217;s:13:\"_EventEndDate\";i:1734568217;s:18:\"_EventStartDateUTC\";i:1734568217;s:16:\"_EventEndDateUTC\";i:1734568217;s:14:\"_EventDuration\";i:1734568217;s:20:\"_EventCurrencySymbol\";i:1734568217;s:18:\"_EventCurrencyCode\";i:1734568217;s:22:\"_EventCurrencyPosition\";i:1734568217;s:10:\"_EventCost\";i:1734568217;s:9:\"_EventURL\";i:1734568217;s:14:\"_EventTimezone\";i:1734568217;s:18:\"_EventTimezoneAbbr\";i:1734568217;s:24:\"_tribe_aggregator_origin\";i:1734568217;s:24:\"_tribe_aggregator_record\";i:1734568217;s:24:\"_tribe_aggregator_source\";i:1734568217;s:25:\"_tribe_aggregator_updated\";i:1734568217;s:13:\"_thumbnail_id\";i:1734568217;s:33:\"_et_builder_module_features_cache\";i:1753341415;s:29:\"_et_dynamic_cached_shortcodes\";i:1753341414;s:29:\"_et_dynamic_cached_attributes\";i:1753341415;s:22:\"et_enqueued_post_fonts\";i:1753341415;}'),
(13654,3787,'_EventOrigin','event-aggregator'),
(13655,3787,'_EventShowMapLink',''),
(13656,3787,'_EventShowMap',''),
(13657,3787,'_EventAllDay','no'),
(13658,3787,'_EventStartDate','2022-03-25 00:00:00'),
(13659,3787,'_EventEndDate','2022-03-25 00:00:00'),
(13660,3787,'_EventStartDateUTC','2022-03-25 00:00:00'),
(13661,3787,'_EventEndDateUTC','2022-03-25 00:00:00'),
(13662,3787,'_EventDuration','0'),
(13663,3787,'_EventCurrencySymbol',''),
(13664,3787,'_EventCurrencyCode',''),
(13665,3787,'_EventCurrencyPosition','prefix'),
(13666,3787,'_EventCost',''),
(13667,3787,'_EventURL',''),
(13668,3787,'_EventTimezone','UTC+0'),
(13669,3787,'_EventTimezoneAbbr','UTC+0'),
(13670,3787,'_tribe_aggregator_origin','csv'),
(13671,3787,'_tribe_aggregator_record','3639'),
(13672,3787,'_tribe_aggregator_source',''),
(13673,3787,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13677,3787,'_thumbnail_id','3690'),
(13683,3788,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568226;s:12:\"_EventOrigin\";i:1734568226;s:17:\"_EventShowMapLink\";i:1734568226;s:13:\"_EventShowMap\";i:1734568226;s:12:\"_EventAllDay\";i:1734568226;s:15:\"_EventStartDate\";i:1734568226;s:13:\"_EventEndDate\";i:1734568226;s:18:\"_EventStartDateUTC\";i:1734568226;s:16:\"_EventEndDateUTC\";i:1734568226;s:14:\"_EventDuration\";i:1734568226;s:20:\"_EventCurrencySymbol\";i:1734568226;s:18:\"_EventCurrencyCode\";i:1734568226;s:22:\"_EventCurrencyPosition\";i:1734568226;s:10:\"_EventCost\";i:1734568226;s:9:\"_EventURL\";i:1734568226;s:14:\"_EventTimezone\";i:1734568226;s:18:\"_EventTimezoneAbbr\";i:1734568226;s:24:\"_tribe_aggregator_origin\";i:1734568226;s:24:\"_tribe_aggregator_record\";i:1734568226;s:24:\"_tribe_aggregator_source\";i:1734568226;s:25:\"_tribe_aggregator_updated\";i:1734568226;s:13:\"_thumbnail_id\";i:1734568227;s:29:\"_et_dynamic_cached_shortcodes\";i:1753772677;s:29:\"_et_dynamic_cached_attributes\";i:1753772680;s:22:\"et_enqueued_post_fonts\";i:1753772680;s:33:\"_et_builder_module_features_cache\";i:1753332331;}'),
(13684,3788,'_EventOrigin','event-aggregator'),
(13685,3788,'_EventShowMapLink',''),
(13686,3788,'_EventShowMap',''),
(13687,3788,'_EventAllDay','no'),
(13688,3788,'_EventStartDate','2022-03-26 00:00:00'),
(13689,3788,'_EventEndDate','2022-03-26 00:00:00'),
(13690,3788,'_EventStartDateUTC','2022-03-26 00:00:00'),
(13691,3788,'_EventEndDateUTC','2022-03-26 00:00:00'),
(13692,3788,'_EventDuration','0'),
(13693,3788,'_EventCurrencySymbol',''),
(13694,3788,'_EventCurrencyCode',''),
(13695,3788,'_EventCurrencyPosition','prefix'),
(13696,3788,'_EventCost',''),
(13697,3788,'_EventURL',''),
(13698,3788,'_EventTimezone','UTC+0'),
(13699,3788,'_EventTimezoneAbbr','UTC+0'),
(13700,3788,'_tribe_aggregator_origin','csv'),
(13701,3788,'_tribe_aggregator_record','3639'),
(13702,3788,'_tribe_aggregator_source',''),
(13703,3788,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13705,3789,'_wp_attached_file','2024/12/2022-modern-warrior-conf-resized-min-2-5q9H7v.tmp_.jpg'),
(13706,3789,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:829;s:6:\"height\";i:440;s:4:\"file\";s:62:\"2024/12/2022-modern-warrior-conf-resized-min-2-5q9H7v.tmp_.jpg\";s:8:\"filesize\";i:48205;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:62:\"2022-modern-warrior-conf-resized-min-2-5q9H7v.tmp_-300x159.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13578;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:62:\"2022-modern-warrior-conf-resized-min-2-5q9H7v.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6942;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:62:\"2022-modern-warrior-conf-resized-min-2-5q9H7v.tmp_-768x408.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:408;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53911;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:62:\"2022-modern-warrior-conf-resized-min-2-5q9H7v.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23137;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:62:\"2022-modern-warrior-conf-resized-min-2-5q9H7v.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24292;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:62:\"2022-modern-warrior-conf-resized-min-2-5q9H7v.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34478;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:62:\"2022-modern-warrior-conf-resized-min-2-5q9H7v.tmp_-400x440.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:440;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29024;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:62:\"2022-modern-warrior-conf-resized-min-2-5q9H7v.tmp_-480x255.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:255;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27348;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:62:\"2022-modern-warrior-conf-resized-min-2-5q9H7v.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18531;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:62:\"2022-modern-warrior-conf-resized-min-2-5q9H7v.tmp_-600x318.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:318;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37942;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:62:\"2022-modern-warrior-conf-resized-min-2-5q9H7v.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4079;}}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:{}}}'),
(13707,3790,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568227;s:8:\"post_tag\";i:1734568227;s:12:\"_EventOrigin\";i:1734568227;s:17:\"_EventShowMapLink\";i:1734568227;s:13:\"_EventShowMap\";i:1734568227;s:12:\"_EventAllDay\";i:1734568227;s:15:\"_EventStartDate\";i:1734568227;s:13:\"_EventEndDate\";i:1734568227;s:18:\"_EventStartDateUTC\";i:1734568227;s:16:\"_EventEndDateUTC\";i:1734568227;s:14:\"_EventDuration\";i:1734568227;s:20:\"_EventCurrencySymbol\";i:1734568227;s:18:\"_EventCurrencyCode\";i:1734568227;s:22:\"_EventCurrencyPosition\";i:1734568227;s:10:\"_EventCost\";i:1734568227;s:9:\"_EventURL\";i:1734568227;s:14:\"_EventTimezone\";i:1734568227;s:18:\"_EventTimezoneAbbr\";i:1734568227;s:24:\"_tribe_aggregator_origin\";i:1734568227;s:24:\"_tribe_aggregator_record\";i:1734568227;s:24:\"_tribe_aggregator_source\";i:1734568227;s:25:\"_tribe_aggregator_updated\";i:1734568227;s:13:\"_thumbnail_id\";i:1734568228;s:33:\"_et_builder_module_features_cache\";i:1753332336;s:29:\"_et_dynamic_cached_shortcodes\";i:1753897953;s:29:\"_et_dynamic_cached_attributes\";i:1753897956;s:22:\"et_enqueued_post_fonts\";i:1753897956;}'),
(13708,3790,'_EventOrigin','event-aggregator'),
(13709,3789,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/03/2022-modern-warrior-conf-resized-min-2.jpg'),
(13710,3790,'_EventShowMapLink',''),
(13711,3788,'_thumbnail_id','3789'),
(13712,3790,'_EventShowMap',''),
(13713,3790,'_EventAllDay','no'),
(13714,3790,'_EventStartDate','2022-04-02 00:00:00'),
(13715,3790,'_EventEndDate','2022-04-02 00:00:00'),
(13716,3790,'_EventStartDateUTC','2022-04-02 00:00:00'),
(13717,3790,'_EventEndDateUTC','2022-04-02 00:00:00'),
(13718,3790,'_EventDuration','0'),
(13719,3790,'_EventCurrencySymbol',''),
(13720,3790,'_EventCurrencyCode',''),
(13721,3790,'_EventCurrencyPosition','prefix'),
(13722,3790,'_EventCost',''),
(13723,3790,'_EventURL',''),
(13724,3790,'_EventTimezone','UTC+0'),
(13725,3790,'_EventTimezoneAbbr','UTC+0'),
(13726,3790,'_tribe_aggregator_origin','csv'),
(13727,3790,'_tribe_aggregator_record','3639'),
(13728,3790,'_tribe_aggregator_source',''),
(13729,3790,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13730,3791,'_wp_attached_file','2024/12/IMG_5520-min-fA5Sry.tmp_.jpg'),
(13731,3791,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:912;s:6:\"height\";i:740;s:4:\"file\";s:36:\"2024/12/IMG_5520-min-fA5Sry.tmp_.jpg\";s:8:\"filesize\";i:35282;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"IMG_5520-min-fA5Sry.tmp_-300x243.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:243;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19034;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"IMG_5520-min-fA5Sry.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8291;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:36:\"IMG_5520-min-fA5Sry.tmp_-768x623.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:623;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65861;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"IMG_5520-min-fA5Sry.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21318;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:36:\"IMG_5520-min-fA5Sry.tmp_-912x675.jpg\";s:5:\"width\";i:912;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53517;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"IMG_5520-min-fA5Sry.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24128;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"IMG_5520-min-fA5Sry.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34982;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"IMG_5520-min-fA5Sry.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33835;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"IMG_5520-min-fA5Sry.tmp_-480x389.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:389;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35145;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"IMG_5520-min-fA5Sry.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21005;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"IMG_5520-min-fA5Sry.tmp_-600x487.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:487;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47423;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"IMG_5520-min-fA5Sry.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4765;}}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:{}}}'),
(13732,3792,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568228;s:12:\"_EventOrigin\";i:1734568228;s:17:\"_EventShowMapLink\";i:1734568228;s:13:\"_EventShowMap\";i:1734568228;s:12:\"_EventAllDay\";i:1734568228;s:15:\"_EventStartDate\";i:1734568228;s:13:\"_EventEndDate\";i:1734568228;s:18:\"_EventStartDateUTC\";i:1734568228;s:16:\"_EventEndDateUTC\";i:1734568228;s:14:\"_EventDuration\";i:1734568228;s:20:\"_EventCurrencySymbol\";i:1734568228;s:18:\"_EventCurrencyCode\";i:1734568228;s:22:\"_EventCurrencyPosition\";i:1734568228;s:10:\"_EventCost\";i:1734568228;s:9:\"_EventURL\";i:1734568228;s:14:\"_EventTimezone\";i:1734568228;s:18:\"_EventTimezoneAbbr\";i:1734568228;s:24:\"_tribe_aggregator_origin\";i:1734568228;s:24:\"_tribe_aggregator_record\";i:1734568228;s:24:\"_tribe_aggregator_source\";i:1734568228;s:25:\"_tribe_aggregator_updated\";i:1734568228;s:13:\"_thumbnail_id\";i:1734568230;s:29:\"_et_dynamic_cached_shortcodes\";i:1753564321;s:29:\"_et_dynamic_cached_attributes\";i:1753564325;s:22:\"et_enqueued_post_fonts\";i:1753564325;s:33:\"_et_builder_module_features_cache\";i:1753339576;}'),
(13733,3792,'_EventOrigin','event-aggregator'),
(13734,3792,'_EventShowMapLink',''),
(13735,3792,'_EventShowMap',''),
(13736,3792,'_EventAllDay','no'),
(13737,3792,'_EventStartDate','2022-04-02 00:00:00'),
(13738,3792,'_EventEndDate','2022-04-02 00:00:00'),
(13739,3792,'_EventStartDateUTC','2022-04-02 00:00:00'),
(13740,3792,'_EventEndDateUTC','2022-04-02 00:00:00'),
(13741,3792,'_EventDuration','0'),
(13742,3792,'_EventCurrencySymbol',''),
(13743,3792,'_EventCurrencyCode',''),
(13744,3792,'_EventCurrencyPosition','prefix'),
(13745,3792,'_EventCost',''),
(13746,3792,'_EventURL',''),
(13747,3792,'_EventTimezone','UTC+0'),
(13748,3792,'_EventTimezoneAbbr','UTC+0'),
(13749,3792,'_tribe_aggregator_origin','csv'),
(13750,3792,'_tribe_aggregator_record','3639'),
(13751,3792,'_tribe_aggregator_source',''),
(13752,3792,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13753,3791,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/04/IMG_5520-min.jpg'),
(13754,3790,'_thumbnail_id','3791'),
(13758,3793,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568229;s:8:\"post_tag\";i:1734568229;s:12:\"_EventOrigin\";i:1734568229;s:17:\"_EventShowMapLink\";i:1734568229;s:13:\"_EventShowMap\";i:1734568229;s:12:\"_EventAllDay\";i:1734568229;s:15:\"_EventStartDate\";i:1734568229;s:13:\"_EventEndDate\";i:1734568229;s:18:\"_EventStartDateUTC\";i:1734568229;s:16:\"_EventEndDateUTC\";i:1734568229;s:14:\"_EventDuration\";i:1734568229;s:20:\"_EventCurrencySymbol\";i:1734568229;s:18:\"_EventCurrencyCode\";i:1734568229;s:22:\"_EventCurrencyPosition\";i:1734568229;s:10:\"_EventCost\";i:1734568229;s:9:\"_EventURL\";i:1734568229;s:14:\"_EventTimezone\";i:1734568229;s:18:\"_EventTimezoneAbbr\";i:1734568229;s:24:\"_tribe_aggregator_origin\";i:1734568229;s:24:\"_tribe_aggregator_record\";i:1734568229;s:24:\"_tribe_aggregator_source\";i:1734568229;s:25:\"_tribe_aggregator_updated\";i:1734568229;s:13:\"_thumbnail_id\";i:1734568232;s:29:\"_et_dynamic_cached_shortcodes\";i:1753702702;s:29:\"_et_dynamic_cached_attributes\";i:1753702707;s:22:\"et_enqueued_post_fonts\";i:1753702707;s:33:\"_et_builder_module_features_cache\";i:1753333481;}'),
(13759,3793,'_EventOrigin','event-aggregator'),
(13760,3793,'_EventShowMapLink',''),
(13761,3793,'_EventShowMap',''),
(13762,3793,'_EventAllDay','no'),
(13763,3793,'_EventStartDate','2022-07-01 00:00:00'),
(13764,3793,'_EventEndDate','2022-07-01 00:00:00'),
(13765,3793,'_EventStartDateUTC','2022-07-01 00:00:00'),
(13766,3794,'_wp_attached_file','2024/12/gustavo-bill-walther-2-min-Blwzsn.tmp_.png'),
(13767,3793,'_EventEndDateUTC','2022-07-01 00:00:00'),
(13768,3794,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:800;s:6:\"height\";i:425;s:4:\"file\";s:50:\"2024/12/gustavo-bill-walther-2-min-Blwzsn.tmp_.png\";s:8:\"filesize\";i:165558;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:50:\"gustavo-bill-walther-2-min-Blwzsn.tmp_-300x159.png\";s:5:\"width\";i:300;s:6:\"height\";i:159;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:97784;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:50:\"gustavo-bill-walther-2-min-Blwzsn.tmp_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:45742;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:50:\"gustavo-bill-walther-2-min-Blwzsn.tmp_-768x408.png\";s:5:\"width\";i:768;s:6:\"height\";i:408;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:548569;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:50:\"gustavo-bill-walther-2-min-Blwzsn.tmp_-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:194690;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:50:\"gustavo-bill-walther-2-min-Blwzsn.tmp_-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:217124;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:50:\"gustavo-bill-walther-2-min-Blwzsn.tmp_-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:352804;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:50:\"gustavo-bill-walther-2-min-Blwzsn.tmp_-400x425.png\";s:5:\"width\";i:400;s:6:\"height\";i:425;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:212197;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:50:\"gustavo-bill-walther-2-min-Blwzsn.tmp_-480x255.png\";s:5:\"width\";i:480;s:6:\"height\";i:255;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:236051;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:50:\"gustavo-bill-walther-2-min-Blwzsn.tmp_-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:164806;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:50:\"gustavo-bill-walther-2-min-Blwzsn.tmp_-600x319.png\";s:5:\"width\";i:600;s:6:\"height\";i:319;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:355947;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:50:\"gustavo-bill-walther-2-min-Blwzsn.tmp_-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21715;}}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:{}}}'),
(13769,3793,'_EventDuration','0'),
(13770,3793,'_EventCurrencySymbol',''),
(13771,3793,'_EventCurrencyCode',''),
(13772,3793,'_EventCurrencyPosition','prefix'),
(13773,3793,'_EventCost',''),
(13774,3793,'_EventURL',''),
(13775,3793,'_EventTimezone','UTC+0'),
(13776,3793,'_EventTimezoneAbbr','UTC+0'),
(13777,3793,'_tribe_aggregator_origin','csv'),
(13778,3793,'_tribe_aggregator_record','3639'),
(13779,3793,'_tribe_aggregator_source',''),
(13780,3793,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13781,3794,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/04/gustavo-bill-walther-2-min.png'),
(13782,3792,'_thumbnail_id','3794'),
(13783,3795,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568230;s:8:\"post_tag\";i:1734568230;s:12:\"_EventOrigin\";i:1734568231;s:17:\"_EventShowMapLink\";i:1734568231;s:13:\"_EventShowMap\";i:1734568231;s:12:\"_EventAllDay\";i:1734568231;s:15:\"_EventStartDate\";i:1734568231;s:13:\"_EventEndDate\";i:1734568231;s:18:\"_EventStartDateUTC\";i:1734568231;s:16:\"_EventEndDateUTC\";i:1734568231;s:14:\"_EventDuration\";i:1734568231;s:20:\"_EventCurrencySymbol\";i:1734568231;s:18:\"_EventCurrencyCode\";i:1734568231;s:22:\"_EventCurrencyPosition\";i:1734568231;s:10:\"_EventCost\";i:1734568231;s:9:\"_EventURL\";i:1734568231;s:14:\"_EventTimezone\";i:1734568231;s:18:\"_EventTimezoneAbbr\";i:1734568231;s:24:\"_tribe_aggregator_origin\";i:1734568231;s:24:\"_tribe_aggregator_record\";i:1734568231;s:24:\"_tribe_aggregator_source\";i:1734568231;s:25:\"_tribe_aggregator_updated\";i:1734568231;s:13:\"_thumbnail_id\";i:1734568232;s:29:\"_et_dynamic_cached_shortcodes\";i:1753427071;s:29:\"_et_dynamic_cached_attributes\";i:1753427071;s:22:\"et_enqueued_post_fonts\";i:1753427071;s:33:\"_et_builder_module_features_cache\";i:1753347818;}'),
(13784,3795,'_EventOrigin','event-aggregator'),
(13785,3795,'_EventShowMapLink',''),
(13786,3795,'_EventShowMap',''),
(13787,3795,'_EventAllDay','no'),
(13788,3795,'_EventStartDate','2022-07-01 00:00:00'),
(13789,3795,'_EventEndDate','2022-07-01 00:00:00'),
(13790,3795,'_EventStartDateUTC','2022-07-01 00:00:00'),
(13791,3795,'_EventEndDateUTC','2022-07-01 00:00:00'),
(13792,3795,'_EventDuration','0'),
(13793,3795,'_EventCurrencySymbol',''),
(13794,3795,'_EventCurrencyCode',''),
(13795,3796,'_wp_attached_file','2024/12/David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-2ytuxo.tmp_.png'),
(13796,3795,'_EventCurrencyPosition','prefix'),
(13797,3796,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:940;s:6:\"height\";i:788;s:4:\"file\";s:83:\"2024/12/David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-2ytuxo.tmp_.png\";s:8:\"filesize\";i:230307;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:83:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-2ytuxo.tmp_-300x251.png\";s:5:\"width\";i:300;s:6:\"height\";i:251;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:106072;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:83:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-2ytuxo.tmp_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37906;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:83:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-2ytuxo.tmp_-768x644.png\";s:5:\"width\";i:768;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:602383;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:83:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-2ytuxo.tmp_-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:170545;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:83:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-2ytuxo.tmp_-940x675.png\";s:5:\"width\";i:940;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:610812;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:83:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-2ytuxo.tmp_-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:176751;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:83:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-2ytuxo.tmp_-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:274870;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:83:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-2ytuxo.tmp_-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:267792;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:83:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-2ytuxo.tmp_-480x402.png\";s:5:\"width\";i:480;s:6:\"height\";i:402;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:245834;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:83:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-2ytuxo.tmp_-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:128805;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:83:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-2ytuxo.tmp_-600x503.png\";s:5:\"width\";i:600;s:6:\"height\";i:503;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:374839;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:83:\"David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-2ytuxo.tmp_-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18439;}}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:{}}}'),
(13798,3795,'_EventCost',''),
(13799,3795,'_EventURL',''),
(13800,3795,'_EventTimezone','UTC+0'),
(13801,3795,'_EventTimezoneAbbr','UTC+0'),
(13802,3795,'_tribe_aggregator_origin','csv'),
(13803,3795,'_tribe_aggregator_record','3639'),
(13804,3795,'_tribe_aggregator_source',''),
(13805,3795,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13806,3797,'_wp_attached_file','2024/12/Amtac-Instructor-David-Acosta-min-8il0GZ.tmp_.jpg'),
(13807,3797,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:746;s:6:\"height\";i:746;s:4:\"file\";s:57:\"2024/12/Amtac-Instructor-David-Acosta-min-8il0GZ.tmp_.jpg\";s:8:\"filesize\";i:44827;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"Amtac-Instructor-David-Acosta-min-8il0GZ.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22869;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"Amtac-Instructor-David-Acosta-min-8il0GZ.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7949;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:57:\"Amtac-Instructor-David-Acosta-min-8il0GZ.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25456;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:57:\"Amtac-Instructor-David-Acosta-min-8il0GZ.tmp_-746x675.jpg\";s:5:\"width\";i:746;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90157;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:57:\"Amtac-Instructor-David-Acosta-min-8il0GZ.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28113;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:57:\"Amtac-Instructor-David-Acosta-min-8il0GZ.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42762;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:57:\"Amtac-Instructor-David-Acosta-min-8il0GZ.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46266;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:57:\"Amtac-Instructor-David-Acosta-min-8il0GZ.tmp_-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47567;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:57:\"Amtac-Instructor-David-Acosta-min-8il0GZ.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22869;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:57:\"Amtac-Instructor-David-Acosta-min-8il0GZ.tmp_-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67271;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:57:\"Amtac-Instructor-David-Acosta-min-8il0GZ.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4491;}}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:{}}}'),
(13809,3796,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/07/David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1.png'),
(13810,3793,'_thumbnail_id','3796'),
(13811,3797,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-min.jpg'),
(13812,3795,'_thumbnail_id','3797'),
(13820,3798,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568234;s:8:\"post_tag\";i:1734568234;s:12:\"_EventOrigin\";i:1734568234;s:17:\"_EventShowMapLink\";i:1734568234;s:13:\"_EventShowMap\";i:1734568234;s:12:\"_EventAllDay\";i:1734568234;s:15:\"_EventStartDate\";i:1734568234;s:13:\"_EventEndDate\";i:1734568234;s:18:\"_EventStartDateUTC\";i:1734568234;s:16:\"_EventEndDateUTC\";i:1734568234;s:14:\"_EventDuration\";i:1734568234;s:20:\"_EventCurrencySymbol\";i:1734568234;s:18:\"_EventCurrencyCode\";i:1734568234;s:22:\"_EventCurrencyPosition\";i:1734568234;s:10:\"_EventCost\";i:1734568234;s:9:\"_EventURL\";i:1734568234;s:14:\"_EventTimezone\";i:1734568234;s:18:\"_EventTimezoneAbbr\";i:1734568234;s:24:\"_tribe_aggregator_origin\";i:1734568234;s:24:\"_tribe_aggregator_record\";i:1734568234;s:24:\"_tribe_aggregator_source\";i:1734568234;s:25:\"_tribe_aggregator_updated\";i:1734568234;s:13:\"_thumbnail_id\";i:1734568235;s:29:\"_et_dynamic_cached_shortcodes\";i:1753434083;s:29:\"_et_dynamic_cached_attributes\";i:1753434083;s:22:\"et_enqueued_post_fonts\";i:1753434083;s:33:\"_et_builder_module_features_cache\";i:1753434083;}'),
(13821,3798,'_EventOrigin','event-aggregator'),
(13822,3798,'_EventShowMapLink',''),
(13823,3798,'_EventShowMap',''),
(13824,3798,'_EventAllDay','no'),
(13825,3798,'_EventStartDate','2022-07-01 00:00:00'),
(13826,3798,'_EventEndDate','2022-07-01 00:00:00'),
(13827,3798,'_EventStartDateUTC','2022-07-01 00:00:00'),
(13828,3798,'_EventEndDateUTC','2022-07-01 00:00:00'),
(13829,3798,'_EventDuration','0'),
(13830,3798,'_EventCurrencySymbol',''),
(13831,3798,'_EventCurrencyCode',''),
(13832,3798,'_EventCurrencyPosition','prefix'),
(13833,3798,'_EventCost',''),
(13834,3798,'_EventURL',''),
(13835,3798,'_EventTimezone','UTC+0'),
(13836,3798,'_EventTimezoneAbbr','UTC+0'),
(13837,3798,'_tribe_aggregator_origin','csv'),
(13838,3798,'_tribe_aggregator_record','3639'),
(13839,3798,'_tribe_aggregator_source',''),
(13840,3798,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13841,3798,'_thumbnail_id','3797'),
(13842,3799,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568235;s:8:\"post_tag\";i:1734568235;s:12:\"_EventOrigin\";i:1734568235;s:17:\"_EventShowMapLink\";i:1734568235;s:13:\"_EventShowMap\";i:1734568235;s:12:\"_EventAllDay\";i:1734568235;s:15:\"_EventStartDate\";i:1734568235;s:13:\"_EventEndDate\";i:1734568235;s:18:\"_EventStartDateUTC\";i:1734568235;s:16:\"_EventEndDateUTC\";i:1734568235;s:14:\"_EventDuration\";i:1734568235;s:20:\"_EventCurrencySymbol\";i:1734568235;s:18:\"_EventCurrencyCode\";i:1734568235;s:22:\"_EventCurrencyPosition\";i:1734568235;s:10:\"_EventCost\";i:1734568235;s:9:\"_EventURL\";i:1734568235;s:14:\"_EventTimezone\";i:1734568235;s:18:\"_EventTimezoneAbbr\";i:1734568235;s:24:\"_tribe_aggregator_origin\";i:1734568235;s:24:\"_tribe_aggregator_record\";i:1734568235;s:24:\"_tribe_aggregator_source\";i:1734568235;s:25:\"_tribe_aggregator_updated\";i:1734568235;s:13:\"_thumbnail_id\";i:1734568236;s:29:\"_et_dynamic_cached_shortcodes\";i:1756984523;s:29:\"_et_dynamic_cached_attributes\";i:1756984524;s:22:\"et_enqueued_post_fonts\";i:1756984524;s:33:\"_et_builder_module_features_cache\";i:1756984524;}'),
(13843,3799,'_EventOrigin','event-aggregator'),
(13844,3799,'_EventShowMapLink',''),
(13845,3799,'_EventShowMap',''),
(13846,3799,'_EventAllDay','no'),
(13847,3799,'_EventStartDate','2022-07-01 00:00:00'),
(13848,3799,'_EventEndDate','2022-07-01 00:00:00'),
(13849,3799,'_EventStartDateUTC','2022-07-01 00:00:00'),
(13850,3799,'_EventEndDateUTC','2022-07-01 00:00:00'),
(13851,3799,'_EventDuration','0'),
(13852,3799,'_EventCurrencySymbol',''),
(13853,3799,'_EventCurrencyCode',''),
(13854,3799,'_EventCurrencyPosition','prefix'),
(13855,3799,'_EventCost',''),
(13856,3799,'_EventURL',''),
(13857,3799,'_EventTimezone','UTC+0'),
(13858,3799,'_EventTimezoneAbbr','UTC+0'),
(13859,3799,'_tribe_aggregator_origin','csv'),
(13860,3799,'_tribe_aggregator_record','3639'),
(13861,3799,'_tribe_aggregator_source',''),
(13862,3799,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13863,3800,'_wp_attached_file','2024/12/Bryan-Resnick-Pistol-Course-GHmWNw.tmp_.jpg'),
(13864,3800,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1118;s:4:\"file\";s:51:\"2024/12/Bryan-Resnick-Pistol-Course-GHmWNw.tmp_.jpg\";s:8:\"filesize\";i:137602;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Pistol-Course-GHmWNw.tmp_-248x300.jpg\";s:5:\"width\";i:248;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27157;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"Bryan-Resnick-Pistol-Course-GHmWNw.tmp_-846x1024.jpg\";s:5:\"width\";i:846;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238439;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Pistol-Course-GHmWNw.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8977;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Pistol-Course-GHmWNw.tmp_-768x929.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:929;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:205190;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Pistol-Course-GHmWNw.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35652;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Pistol-Course-GHmWNw.tmp_-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:174272;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Pistol-Course-GHmWNw.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39453;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Pistol-Course-GHmWNw.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63242;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Pistol-Course-GHmWNw.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:70280;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Pistol-Course-GHmWNw.tmp_-480x581.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:581;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:92599;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"Bryan-Resnick-Pistol-Course-GHmWNw.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31867;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Pistol-Course-GHmWNw.tmp_-600x726.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:726;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136732;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"Bryan-Resnick-Pistol-Course-GHmWNw.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4707;}}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:{}}}'),
(13865,3801,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568236;s:8:\"post_tag\";i:1734568236;s:12:\"_EventOrigin\";i:1734568236;s:17:\"_EventShowMapLink\";i:1734568236;s:13:\"_EventShowMap\";i:1734568236;s:12:\"_EventAllDay\";i:1734568236;s:15:\"_EventStartDate\";i:1734568236;s:13:\"_EventEndDate\";i:1734568236;s:18:\"_EventStartDateUTC\";i:1734568236;s:16:\"_EventEndDateUTC\";i:1734568236;s:14:\"_EventDuration\";i:1734568236;s:20:\"_EventCurrencySymbol\";i:1734568236;s:18:\"_EventCurrencyCode\";i:1734568236;s:22:\"_EventCurrencyPosition\";i:1734568236;s:10:\"_EventCost\";i:1734568236;s:9:\"_EventURL\";i:1734568236;s:14:\"_EventTimezone\";i:1734568236;s:18:\"_EventTimezoneAbbr\";i:1734568236;s:24:\"_tribe_aggregator_origin\";i:1734568236;s:24:\"_tribe_aggregator_record\";i:1734568236;s:24:\"_tribe_aggregator_source\";i:1734568236;s:25:\"_tribe_aggregator_updated\";i:1734568236;s:13:\"_thumbnail_id\";i:1734568237;s:29:\"_et_dynamic_cached_shortcodes\";i:1753430115;s:29:\"_et_dynamic_cached_attributes\";i:1753430120;s:22:\"et_enqueued_post_fonts\";i:1753430120;s:33:\"_et_builder_module_features_cache\";i:1753339580;}'),
(13866,3801,'_EventOrigin','event-aggregator'),
(13867,3801,'_EventShowMapLink',''),
(13868,3801,'_EventShowMap',''),
(13869,3801,'_EventAllDay','no'),
(13870,3801,'_EventStartDate','2022-07-01 00:00:00'),
(13871,3801,'_EventEndDate','2022-07-01 00:00:00'),
(13872,3801,'_EventStartDateUTC','2022-07-01 00:00:00'),
(13873,3801,'_EventEndDateUTC','2022-07-01 00:00:00'),
(13874,3801,'_EventDuration','0'),
(13875,3801,'_EventCurrencySymbol',''),
(13876,3801,'_EventCurrencyCode',''),
(13877,3801,'_EventCurrencyPosition','prefix'),
(13878,3801,'_EventCost',''),
(13879,3801,'_EventURL',''),
(13880,3801,'_EventTimezone','UTC+0'),
(13881,3801,'_EventTimezoneAbbr','UTC+0'),
(13882,3801,'_tribe_aggregator_origin','csv'),
(13883,3801,'_tribe_aggregator_record','3639'),
(13884,3801,'_tribe_aggregator_source',''),
(13885,3801,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13886,3800,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/07/Bryan-Resnick-Pistol-Course.jpeg'),
(13887,3799,'_thumbnail_id','3800'),
(13888,3802,'_wp_attached_file','2024/12/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-wjrg35.tmp_.jpg'),
(13889,3802,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:57:\"2024/12/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-wjrg35.tmp_.jpg\";s:8:\"filesize\";i:46664;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:57:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-wjrg35.tmp_-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17015;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:57:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-wjrg35.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7844;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:57:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-wjrg35.tmp_-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:75769;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:57:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-wjrg35.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25739;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:57:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-wjrg35.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28269;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:57:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-wjrg35.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43786;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:57:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-wjrg35.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45056;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:57:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-wjrg35.tmp_-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109605;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:57:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-wjrg35.tmp_-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35996;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:57:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-wjrg35.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23302;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:57:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-wjrg35.tmp_-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51803;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:57:\"AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-wjrg35.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4482;}}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:{}}}'),
(13890,3803,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568237;s:8:\"post_tag\";i:1734568237;s:12:\"_EventOrigin\";i:1734568237;s:17:\"_EventShowMapLink\";i:1734568237;s:13:\"_EventShowMap\";i:1734568237;s:12:\"_EventAllDay\";i:1734568237;s:15:\"_EventStartDate\";i:1734568237;s:13:\"_EventEndDate\";i:1734568237;s:18:\"_EventStartDateUTC\";i:1734568237;s:16:\"_EventEndDateUTC\";i:1734568237;s:14:\"_EventDuration\";i:1734568237;s:20:\"_EventCurrencySymbol\";i:1734568237;s:18:\"_EventCurrencyCode\";i:1734568237;s:22:\"_EventCurrencyPosition\";i:1734568237;s:10:\"_EventCost\";i:1734568237;s:9:\"_EventURL\";i:1734568237;s:14:\"_EventTimezone\";i:1734568237;s:18:\"_EventTimezoneAbbr\";i:1734568237;s:24:\"_tribe_aggregator_origin\";i:1734568237;s:24:\"_tribe_aggregator_record\";i:1734568237;s:24:\"_tribe_aggregator_source\";i:1734568237;s:25:\"_tribe_aggregator_updated\";i:1734568237;s:13:\"_thumbnail_id\";i:1734568239;s:29:\"_et_dynamic_cached_shortcodes\";i:1753567946;s:29:\"_et_dynamic_cached_attributes\";i:1753567950;s:22:\"et_enqueued_post_fonts\";i:1753567950;s:33:\"_et_builder_module_features_cache\";i:1753567950;}'),
(13891,3803,'_EventOrigin','event-aggregator'),
(13892,3803,'_EventShowMapLink',''),
(13893,3803,'_EventShowMap',''),
(13894,3803,'_EventAllDay','no'),
(13895,3803,'_EventStartDate','2022-07-31 00:00:00'),
(13896,3803,'_EventEndDate','2022-07-31 00:00:00'),
(13897,3803,'_EventStartDateUTC','2022-07-31 00:00:00'),
(13898,3803,'_EventEndDateUTC','2022-07-31 00:00:00'),
(13899,3803,'_EventDuration','0'),
(13900,3803,'_EventCurrencySymbol',''),
(13901,3803,'_EventCurrencyCode',''),
(13902,3803,'_EventCurrencyPosition','prefix'),
(13903,3803,'_EventCost',''),
(13904,3803,'_EventURL',''),
(13905,3803,'_EventTimezone','UTC+0'),
(13906,3803,'_EventTimezoneAbbr','UTC+0'),
(13907,3803,'_tribe_aggregator_origin','csv'),
(13908,3803,'_tribe_aggregator_record','3639'),
(13909,3803,'_tribe_aggregator_source',''),
(13910,3803,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13911,3802,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg'),
(13912,3801,'_thumbnail_id','3802'),
(13913,3804,'_wp_attached_file','2024/12/Bill-Walther-Pistol-min-ljTCdb.tmp_.jpg'),
(13914,3804,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1313;s:6:\"height\";i:739;s:4:\"file\";s:47:\"2024/12/Bill-Walther-Pistol-min-ljTCdb.tmp_.jpg\";s:8:\"filesize\";i:62541;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-ljTCdb.tmp_-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13376;}s:5:\"large\";a:5:{s:4:\"file\";s:48:\"Bill-Walther-Pistol-min-ljTCdb.tmp_-1024x576.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:88117;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-ljTCdb.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6992;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-ljTCdb.tmp_-768x432.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57259;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-ljTCdb.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22686;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:48:\"Bill-Walther-Pistol-min-ljTCdb.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:101725;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-ljTCdb.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24603;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-ljTCdb.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37111;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:48:\"Bill-Walther-Pistol-min-ljTCdb.tmp_-1080x608.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:608;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95492;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-ljTCdb.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33904;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:48:\"Bill-Walther-Pistol-min-ljTCdb.tmp_-1280x720.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:720;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:121829;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-ljTCdb.tmp_-980x552.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:552;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83275;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-ljTCdb.tmp_-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27952;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-ljTCdb.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20234;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-ljTCdb.tmp_-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39794;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:47:\"Bill-Walther-Pistol-min-ljTCdb.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3843;}}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:{}}}'),
(13915,3805,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568238;s:8:\"post_tag\";i:1734568238;s:12:\"_EventOrigin\";i:1734568238;s:17:\"_EventShowMapLink\";i:1734568238;s:13:\"_EventShowMap\";i:1734568238;s:12:\"_EventAllDay\";i:1734568238;s:15:\"_EventStartDate\";i:1734568238;s:13:\"_EventEndDate\";i:1734568238;s:18:\"_EventStartDateUTC\";i:1734568238;s:16:\"_EventEndDateUTC\";i:1734568238;s:14:\"_EventDuration\";i:1734568238;s:20:\"_EventCurrencySymbol\";i:1734568238;s:18:\"_EventCurrencyCode\";i:1734568238;s:22:\"_EventCurrencyPosition\";i:1734568238;s:10:\"_EventCost\";i:1734568238;s:9:\"_EventURL\";i:1734568238;s:14:\"_EventTimezone\";i:1734568238;s:18:\"_EventTimezoneAbbr\";i:1734568238;s:24:\"_tribe_aggregator_origin\";i:1734568238;s:24:\"_tribe_aggregator_record\";i:1734568238;s:24:\"_tribe_aggregator_source\";i:1734568238;s:25:\"_tribe_aggregator_updated\";i:1734568238;s:13:\"_thumbnail_id\";i:1734568239;s:29:\"_et_dynamic_cached_shortcodes\";i:1756839445;s:29:\"_et_dynamic_cached_attributes\";i:1756839446;s:22:\"et_enqueued_post_fonts\";i:1756839446;s:33:\"_et_builder_module_features_cache\";i:1756839446;}'),
(13916,3805,'_EventOrigin','event-aggregator'),
(13917,3805,'_EventShowMapLink',''),
(13918,3805,'_EventShowMap',''),
(13919,3805,'_EventAllDay','no'),
(13920,3805,'_EventStartDate','2022-07-31 00:00:00'),
(13921,3805,'_EventEndDate','2022-07-31 00:00:00'),
(13922,3805,'_EventStartDateUTC','2022-07-31 00:00:00'),
(13923,3805,'_EventEndDateUTC','2022-07-31 00:00:00'),
(13924,3805,'_EventDuration','0'),
(13925,3805,'_EventCurrencySymbol',''),
(13926,3805,'_EventCurrencyCode',''),
(13927,3805,'_EventCurrencyPosition','prefix'),
(13928,3805,'_EventCost',''),
(13929,3805,'_EventURL',''),
(13930,3805,'_EventTimezone','UTC+0'),
(13931,3805,'_EventTimezoneAbbr','UTC+0'),
(13932,3805,'_tribe_aggregator_origin','csv'),
(13933,3805,'_tribe_aggregator_record','3639'),
(13934,3805,'_tribe_aggregator_source',''),
(13935,3805,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13936,3804,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/04/Bill-Walther-Pistol-min.jpg'),
(13937,3803,'_thumbnail_id','3804'),
(13938,3805,'_thumbnail_id','3647'),
(13944,3806,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568245;s:8:\"post_tag\";i:1734568245;s:12:\"_EventOrigin\";i:1734568245;s:17:\"_EventShowMapLink\";i:1734568245;s:13:\"_EventShowMap\";i:1734568245;s:12:\"_EventAllDay\";i:1734568245;s:15:\"_EventStartDate\";i:1734568245;s:13:\"_EventEndDate\";i:1734568245;s:18:\"_EventStartDateUTC\";i:1734568245;s:16:\"_EventEndDateUTC\";i:1734568245;s:14:\"_EventDuration\";i:1734568245;s:20:\"_EventCurrencySymbol\";i:1734568245;s:18:\"_EventCurrencyCode\";i:1734568245;s:22:\"_EventCurrencyPosition\";i:1734568245;s:10:\"_EventCost\";i:1734568245;s:9:\"_EventURL\";i:1734568245;s:14:\"_EventTimezone\";i:1734568245;s:18:\"_EventTimezoneAbbr\";i:1734568245;s:24:\"_tribe_aggregator_origin\";i:1734568245;s:24:\"_tribe_aggregator_record\";i:1734568245;s:24:\"_tribe_aggregator_source\";i:1734568245;s:25:\"_tribe_aggregator_updated\";i:1734568245;s:13:\"_thumbnail_id\";i:1734568246;s:29:\"_et_dynamic_cached_shortcodes\";i:1755637517;s:29:\"_et_dynamic_cached_attributes\";i:1755637518;s:22:\"et_enqueued_post_fonts\";i:1755637518;s:33:\"_et_builder_module_features_cache\";i:1755637518;}'),
(13945,3806,'_EventOrigin','event-aggregator'),
(13946,3806,'_EventShowMapLink',''),
(13947,3806,'_EventShowMap',''),
(13948,3806,'_EventAllDay','no'),
(13949,3806,'_EventStartDate','2022-08-30 00:00:00'),
(13950,3806,'_EventEndDate','2022-08-30 00:00:00'),
(13951,3806,'_EventStartDateUTC','2022-08-30 00:00:00'),
(13952,3806,'_EventEndDateUTC','2022-08-30 00:00:00'),
(13953,3806,'_EventDuration','0'),
(13954,3806,'_EventCurrencySymbol',''),
(13955,3806,'_EventCurrencyCode',''),
(13956,3806,'_EventCurrencyPosition','prefix'),
(13957,3806,'_EventCost',''),
(13958,3806,'_EventURL',''),
(13959,3806,'_EventTimezone','UTC+0'),
(13960,3806,'_EventTimezoneAbbr','UTC+0'),
(13961,3806,'_tribe_aggregator_origin','csv'),
(13962,3806,'_tribe_aggregator_record','3639'),
(13963,3806,'_tribe_aggregator_source',''),
(13964,3806,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13965,3807,'_wp_attached_file','2024/12/Atienza-Fight-K2hhKN.tmp_.jpg'),
(13966,3807,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:912;s:6:\"height\";i:1200;s:4:\"file\";s:37:\"2024/12/Atienza-Fight-K2hhKN.tmp_.jpg\";s:8:\"filesize\";i:71205;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:37:\"Atienza-Fight-K2hhKN.tmp_-228x300.jpg\";s:5:\"width\";i:228;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21055;}s:5:\"large\";a:5:{s:4:\"file\";s:38:\"Atienza-Fight-K2hhKN.tmp_-778x1024.jpg\";s:5:\"width\";i:778;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:136171;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:37:\"Atienza-Fight-K2hhKN.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8105;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:38:\"Atienza-Fight-K2hhKN.tmp_-768x1011.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1011;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:133232;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:37:\"Atienza-Fight-K2hhKN.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23080;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:37:\"Atienza-Fight-K2hhKN.tmp_-912x675.jpg\";s:5:\"width\";i:912;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90522;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:37:\"Atienza-Fight-K2hhKN.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26157;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:37:\"Atienza-Fight-K2hhKN.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:39689;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:37:\"Atienza-Fight-K2hhKN.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49486;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:37:\"Atienza-Fight-K2hhKN.tmp_-480x632.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:632;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66277;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:37:\"Atienza-Fight-K2hhKN.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24578;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:37:\"Atienza-Fight-K2hhKN.tmp_-600x789.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:789;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93210;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:37:\"Atienza-Fight-K2hhKN.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4520;}}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:{}}}'),
(13967,3808,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568246;s:8:\"post_tag\";i:1734568246;s:12:\"_EventOrigin\";i:1734568246;s:17:\"_EventShowMapLink\";i:1734568246;s:13:\"_EventShowMap\";i:1734568246;s:12:\"_EventAllDay\";i:1734568246;s:15:\"_EventStartDate\";i:1734568246;s:13:\"_EventEndDate\";i:1734568246;s:18:\"_EventStartDateUTC\";i:1734568246;s:16:\"_EventEndDateUTC\";i:1734568246;s:14:\"_EventDuration\";i:1734568246;s:20:\"_EventCurrencySymbol\";i:1734568246;s:18:\"_EventCurrencyCode\";i:1734568246;s:22:\"_EventCurrencyPosition\";i:1734568246;s:10:\"_EventCost\";i:1734568246;s:9:\"_EventURL\";i:1734568246;s:14:\"_EventTimezone\";i:1734568246;s:18:\"_EventTimezoneAbbr\";i:1734568246;s:24:\"_tribe_aggregator_origin\";i:1734568246;s:24:\"_tribe_aggregator_record\";i:1734568246;s:24:\"_tribe_aggregator_source\";i:1734568246;s:25:\"_tribe_aggregator_updated\";i:1734568246;s:13:\"_thumbnail_id\";i:1734568246;s:29:\"_et_dynamic_cached_shortcodes\";i:1755642855;s:29:\"_et_dynamic_cached_attributes\";i:1755642856;s:22:\"et_enqueued_post_fonts\";i:1755642856;s:33:\"_et_builder_module_features_cache\";i:1753314994;}'),
(13968,3808,'_EventOrigin','event-aggregator'),
(13969,3808,'_EventShowMapLink',''),
(13970,3808,'_EventShowMap',''),
(13971,3808,'_EventAllDay','no'),
(13972,3808,'_EventStartDate','2022-09-11 00:00:00'),
(13973,3808,'_EventEndDate','2022-09-11 00:00:00'),
(13974,3808,'_EventStartDateUTC','2022-09-11 00:00:00'),
(13975,3808,'_EventEndDateUTC','2022-09-11 00:00:00'),
(13976,3808,'_EventDuration','0'),
(13977,3808,'_EventCurrencySymbol',''),
(13978,3808,'_EventCurrencyCode',''),
(13979,3808,'_EventCurrencyPosition','prefix'),
(13980,3808,'_EventCost',''),
(13981,3808,'_EventURL',''),
(13982,3808,'_EventTimezone','UTC+0'),
(13983,3808,'_EventTimezoneAbbr','UTC+0'),
(13984,3808,'_tribe_aggregator_origin','csv'),
(13985,3808,'_tribe_aggregator_record','3639'),
(13986,3808,'_tribe_aggregator_source',''),
(13987,3808,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(13988,3807,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/08/Atienza-Fight.jpg'),
(13989,3806,'_thumbnail_id','3807'),
(13990,3808,'_thumbnail_id','3797'),
(13991,3809,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568246;s:8:\"post_tag\";i:1734568246;s:12:\"_EventOrigin\";i:1734568246;s:17:\"_EventShowMapLink\";i:1734568246;s:13:\"_EventShowMap\";i:1734568246;s:12:\"_EventAllDay\";i:1734568246;s:15:\"_EventStartDate\";i:1734568246;s:13:\"_EventEndDate\";i:1734568246;s:18:\"_EventStartDateUTC\";i:1734568246;s:16:\"_EventEndDateUTC\";i:1734568246;s:14:\"_EventDuration\";i:1734568246;s:20:\"_EventCurrencySymbol\";i:1734568246;s:18:\"_EventCurrencyCode\";i:1734568246;s:22:\"_EventCurrencyPosition\";i:1734568246;s:10:\"_EventCost\";i:1734568246;s:9:\"_EventURL\";i:1734568246;s:14:\"_EventTimezone\";i:1734568246;s:18:\"_EventTimezoneAbbr\";i:1734568246;s:24:\"_tribe_aggregator_origin\";i:1734568246;s:24:\"_tribe_aggregator_record\";i:1734568246;s:24:\"_tribe_aggregator_source\";i:1734568246;s:25:\"_tribe_aggregator_updated\";i:1734568246;s:13:\"_thumbnail_id\";i:1734568247;s:29:\"_et_dynamic_cached_shortcodes\";i:1751279444;s:29:\"_et_dynamic_cached_attributes\";i:1751279445;s:22:\"et_enqueued_post_fonts\";i:1751279445;s:33:\"_et_builder_module_features_cache\";i:1753474475;}'),
(13992,3809,'_EventOrigin','event-aggregator'),
(13993,3809,'_EventShowMapLink',''),
(13994,3809,'_EventShowMap',''),
(13995,3809,'_EventAllDay','no'),
(13996,3809,'_EventStartDate','2022-09-11 00:00:00'),
(13997,3809,'_EventEndDate','2022-09-11 00:00:00'),
(13998,3809,'_EventStartDateUTC','2022-09-11 00:00:00'),
(13999,3809,'_EventEndDateUTC','2022-09-11 00:00:00'),
(14000,3809,'_EventDuration','0'),
(14001,3809,'_EventCurrencySymbol',''),
(14002,3809,'_EventCurrencyCode',''),
(14003,3809,'_EventCurrencyPosition','prefix'),
(14004,3809,'_EventCost',''),
(14005,3809,'_EventURL',''),
(14006,3809,'_EventTimezone','UTC+0'),
(14007,3809,'_EventTimezoneAbbr','UTC+0'),
(14008,3809,'_tribe_aggregator_origin','csv'),
(14009,3809,'_tribe_aggregator_record','3639'),
(14010,3809,'_tribe_aggregator_source',''),
(14011,3809,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14012,3809,'_thumbnail_id','3797'),
(14013,3810,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568247;s:8:\"post_tag\";i:1734568247;s:12:\"_EventOrigin\";i:1734568247;s:17:\"_EventShowMapLink\";i:1734568247;s:13:\"_EventShowMap\";i:1734568247;s:12:\"_EventAllDay\";i:1734568247;s:15:\"_EventStartDate\";i:1734568247;s:13:\"_EventEndDate\";i:1734568247;s:18:\"_EventStartDateUTC\";i:1734568247;s:16:\"_EventEndDateUTC\";i:1734568247;s:14:\"_EventDuration\";i:1734568247;s:20:\"_EventCurrencySymbol\";i:1734568247;s:18:\"_EventCurrencyCode\";i:1734568247;s:22:\"_EventCurrencyPosition\";i:1734568247;s:10:\"_EventCost\";i:1734568247;s:9:\"_EventURL\";i:1734568247;s:14:\"_EventTimezone\";i:1734568247;s:18:\"_EventTimezoneAbbr\";i:1734568247;s:24:\"_tribe_aggregator_origin\";i:1734568247;s:24:\"_tribe_aggregator_record\";i:1734568247;s:24:\"_tribe_aggregator_source\";i:1734568247;s:25:\"_tribe_aggregator_updated\";i:1734568247;s:13:\"_thumbnail_id\";i:1734568247;s:29:\"_et_dynamic_cached_shortcodes\";i:1756163599;s:29:\"_et_dynamic_cached_attributes\";i:1756163601;s:22:\"et_enqueued_post_fonts\";i:1756163601;s:33:\"_et_builder_module_features_cache\";i:1756163601;}'),
(14014,3810,'_EventOrigin','event-aggregator'),
(14015,3810,'_EventShowMapLink',''),
(14016,3810,'_EventShowMap',''),
(14017,3810,'_EventAllDay','no'),
(14018,3810,'_EventStartDate','2022-10-13 00:00:00'),
(14019,3810,'_EventEndDate','2022-10-13 00:00:00'),
(14020,3810,'_EventStartDateUTC','2022-10-13 00:00:00'),
(14021,3810,'_EventEndDateUTC','2022-10-13 00:00:00'),
(14022,3810,'_EventDuration','0'),
(14023,3810,'_EventCurrencySymbol',''),
(14024,3810,'_EventCurrencyCode',''),
(14025,3810,'_EventCurrencyPosition','prefix'),
(14026,3810,'_EventCost',''),
(14027,3810,'_EventURL',''),
(14028,3810,'_EventTimezone','UTC+0'),
(14029,3810,'_EventTimezoneAbbr','UTC+0'),
(14030,3810,'_tribe_aggregator_origin','csv'),
(14031,3810,'_tribe_aggregator_record','3639'),
(14032,3810,'_tribe_aggregator_source',''),
(14033,3810,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14037,3810,'_thumbnail_id','3797'),
(14038,3811,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568247;s:8:\"post_tag\";i:1734568247;s:12:\"_EventOrigin\";i:1734568248;s:17:\"_EventShowMapLink\";i:1734568248;s:13:\"_EventShowMap\";i:1734568248;s:12:\"_EventAllDay\";i:1734568248;s:15:\"_EventStartDate\";i:1734568248;s:13:\"_EventEndDate\";i:1734568248;s:18:\"_EventStartDateUTC\";i:1734568248;s:16:\"_EventEndDateUTC\";i:1734568248;s:14:\"_EventDuration\";i:1734568248;s:20:\"_EventCurrencySymbol\";i:1734568248;s:18:\"_EventCurrencyCode\";i:1734568248;s:22:\"_EventCurrencyPosition\";i:1734568248;s:10:\"_EventCost\";i:1734568248;s:9:\"_EventURL\";i:1734568248;s:14:\"_EventTimezone\";i:1734568248;s:18:\"_EventTimezoneAbbr\";i:1734568248;s:24:\"_tribe_aggregator_origin\";i:1734568248;s:24:\"_tribe_aggregator_record\";i:1734568248;s:24:\"_tribe_aggregator_source\";i:1734568248;s:25:\"_tribe_aggregator_updated\";i:1734568248;s:13:\"_thumbnail_id\";i:1734568248;s:29:\"_et_dynamic_cached_shortcodes\";i:1755802095;s:29:\"_et_dynamic_cached_attributes\";i:1755802095;s:22:\"et_enqueued_post_fonts\";i:1755802095;s:33:\"_et_builder_module_features_cache\";i:1755802095;}'),
(14039,3811,'_EventOrigin','event-aggregator'),
(14040,3811,'_EventShowMapLink',''),
(14041,3811,'_EventShowMap',''),
(14042,3811,'_EventAllDay','no'),
(14043,3811,'_EventStartDate','2022-10-13 00:00:00'),
(14044,3811,'_EventEndDate','2022-10-13 00:00:00'),
(14045,3811,'_EventStartDateUTC','2022-10-13 00:00:00'),
(14046,3811,'_EventEndDateUTC','2022-10-13 00:00:00'),
(14047,3811,'_EventDuration','0'),
(14048,3811,'_EventCurrencySymbol',''),
(14049,3811,'_EventCurrencyCode',''),
(14050,3811,'_EventCurrencyPosition','prefix'),
(14051,3811,'_EventCost',''),
(14052,3811,'_EventURL',''),
(14053,3811,'_EventTimezone','UTC+0'),
(14054,3811,'_EventTimezoneAbbr','UTC+0'),
(14055,3811,'_tribe_aggregator_origin','csv'),
(14056,3811,'_tribe_aggregator_record','3639'),
(14057,3811,'_tribe_aggregator_source',''),
(14058,3811,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14059,3811,'_thumbnail_id','3797'),
(14065,3812,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568250;s:8:\"post_tag\";i:1734568250;s:12:\"_EventOrigin\";i:1734568250;s:17:\"_EventShowMapLink\";i:1734568250;s:13:\"_EventShowMap\";i:1734568250;s:12:\"_EventAllDay\";i:1734568250;s:15:\"_EventStartDate\";i:1734568250;s:13:\"_EventEndDate\";i:1734568250;s:18:\"_EventStartDateUTC\";i:1734568250;s:16:\"_EventEndDateUTC\";i:1734568250;s:14:\"_EventDuration\";i:1734568250;s:20:\"_EventCurrencySymbol\";i:1734568250;s:18:\"_EventCurrencyCode\";i:1734568250;s:22:\"_EventCurrencyPosition\";i:1734568250;s:10:\"_EventCost\";i:1734568250;s:9:\"_EventURL\";i:1734568250;s:14:\"_EventTimezone\";i:1734568250;s:18:\"_EventTimezoneAbbr\";i:1734568250;s:24:\"_tribe_aggregator_origin\";i:1734568250;s:24:\"_tribe_aggregator_record\";i:1734568250;s:24:\"_tribe_aggregator_source\";i:1734568250;s:25:\"_tribe_aggregator_updated\";i:1734568250;s:13:\"_thumbnail_id\";i:1734568250;s:29:\"_et_dynamic_cached_shortcodes\";i:1756322015;s:29:\"_et_dynamic_cached_attributes\";i:1756322016;s:22:\"et_enqueued_post_fonts\";i:1756322016;s:33:\"_et_builder_module_features_cache\";i:1756322016;}'),
(14066,3812,'_EventOrigin','event-aggregator'),
(14067,3812,'_EventShowMapLink',''),
(14068,3812,'_EventShowMap',''),
(14069,3812,'_EventAllDay','no'),
(14070,3812,'_EventStartDate','2022-10-13 00:00:00'),
(14071,3812,'_EventEndDate','2022-10-13 00:00:00'),
(14072,3812,'_EventStartDateUTC','2022-10-13 00:00:00'),
(14073,3812,'_EventEndDateUTC','2022-10-13 00:00:00'),
(14074,3812,'_EventDuration','0'),
(14075,3812,'_EventCurrencySymbol',''),
(14076,3812,'_EventCurrencyCode',''),
(14077,3812,'_EventCurrencyPosition','prefix'),
(14078,3812,'_EventCost',''),
(14079,3812,'_EventURL',''),
(14080,3812,'_EventTimezone','UTC+0'),
(14081,3812,'_EventTimezoneAbbr','UTC+0'),
(14082,3812,'_tribe_aggregator_origin','csv'),
(14083,3812,'_tribe_aggregator_record','3639'),
(14084,3812,'_tribe_aggregator_source',''),
(14085,3812,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14086,3812,'_thumbnail_id','3797'),
(14087,3813,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568251;s:8:\"post_tag\";i:1734568251;s:12:\"_EventOrigin\";i:1734568251;s:17:\"_EventShowMapLink\";i:1734568251;s:13:\"_EventShowMap\";i:1734568251;s:12:\"_EventAllDay\";i:1734568251;s:15:\"_EventStartDate\";i:1734568251;s:13:\"_EventEndDate\";i:1734568251;s:18:\"_EventStartDateUTC\";i:1734568251;s:16:\"_EventEndDateUTC\";i:1734568251;s:14:\"_EventDuration\";i:1734568251;s:20:\"_EventCurrencySymbol\";i:1734568251;s:18:\"_EventCurrencyCode\";i:1734568251;s:22:\"_EventCurrencyPosition\";i:1734568251;s:10:\"_EventCost\";i:1734568251;s:9:\"_EventURL\";i:1734568251;s:14:\"_EventTimezone\";i:1734568251;s:18:\"_EventTimezoneAbbr\";i:1734568251;s:24:\"_tribe_aggregator_origin\";i:1734568251;s:24:\"_tribe_aggregator_record\";i:1734568251;s:24:\"_tribe_aggregator_source\";i:1734568251;s:25:\"_tribe_aggregator_updated\";i:1734568251;s:13:\"_thumbnail_id\";i:1734568251;s:29:\"_et_dynamic_cached_shortcodes\";i:1756140234;s:29:\"_et_dynamic_cached_attributes\";i:1756140234;s:22:\"et_enqueued_post_fonts\";i:1756140234;s:33:\"_et_builder_module_features_cache\";i:1753339510;}'),
(14088,3813,'_EventOrigin','event-aggregator'),
(14089,3813,'_EventShowMapLink',''),
(14090,3813,'_EventShowMap',''),
(14091,3813,'_EventAllDay','no'),
(14092,3813,'_EventStartDate','2022-10-13 00:00:00'),
(14093,3813,'_EventEndDate','2022-10-13 00:00:00'),
(14094,3813,'_EventStartDateUTC','2022-10-13 00:00:00'),
(14095,3813,'_EventEndDateUTC','2022-10-13 00:00:00'),
(14096,3813,'_EventDuration','0'),
(14097,3813,'_EventCurrencySymbol',''),
(14098,3813,'_EventCurrencyCode',''),
(14099,3813,'_EventCurrencyPosition','prefix'),
(14100,3813,'_EventCost',''),
(14101,3813,'_EventURL',''),
(14102,3813,'_EventTimezone','UTC+0'),
(14103,3813,'_EventTimezoneAbbr','UTC+0'),
(14104,3813,'_tribe_aggregator_origin','csv'),
(14105,3813,'_tribe_aggregator_record','3639'),
(14106,3813,'_tribe_aggregator_source',''),
(14107,3813,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14108,3813,'_thumbnail_id','3797'),
(14109,3814,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568251;s:8:\"post_tag\";i:1734568251;s:12:\"_EventOrigin\";i:1734568251;s:17:\"_EventShowMapLink\";i:1734568251;s:13:\"_EventShowMap\";i:1734568251;s:12:\"_EventAllDay\";i:1734568251;s:15:\"_EventStartDate\";i:1734568251;s:13:\"_EventEndDate\";i:1734568251;s:18:\"_EventStartDateUTC\";i:1734568251;s:16:\"_EventEndDateUTC\";i:1734568251;s:14:\"_EventDuration\";i:1734568251;s:20:\"_EventCurrencySymbol\";i:1734568251;s:18:\"_EventCurrencyCode\";i:1734568251;s:22:\"_EventCurrencyPosition\";i:1734568251;s:10:\"_EventCost\";i:1734568251;s:9:\"_EventURL\";i:1734568251;s:14:\"_EventTimezone\";i:1734568251;s:18:\"_EventTimezoneAbbr\";i:1734568251;s:24:\"_tribe_aggregator_origin\";i:1734568251;s:24:\"_tribe_aggregator_record\";i:1734568251;s:24:\"_tribe_aggregator_source\";i:1734568251;s:25:\"_tribe_aggregator_updated\";i:1734568251;s:13:\"_thumbnail_id\";i:1734568253;s:29:\"_et_dynamic_cached_shortcodes\";i:1756142171;s:29:\"_et_dynamic_cached_attributes\";i:1756142172;s:22:\"et_enqueued_post_fonts\";i:1756142172;s:33:\"_et_builder_module_features_cache\";i:1753397578;}'),
(14110,3814,'_EventOrigin','event-aggregator'),
(14111,3814,'_EventShowMapLink',''),
(14112,3814,'_EventShowMap',''),
(14113,3814,'_EventAllDay','no'),
(14114,3814,'_EventStartDate','2022-10-13 00:00:00'),
(14115,3814,'_EventEndDate','2022-10-13 00:00:00'),
(14116,3814,'_EventStartDateUTC','2022-10-13 00:00:00'),
(14117,3814,'_EventEndDateUTC','2022-10-13 00:00:00'),
(14118,3814,'_EventDuration','0'),
(14119,3814,'_EventCurrencySymbol',''),
(14120,3814,'_EventCurrencyCode',''),
(14121,3814,'_EventCurrencyPosition','prefix'),
(14122,3814,'_EventCost',''),
(14123,3814,'_EventURL',''),
(14124,3814,'_EventTimezone','UTC+0'),
(14125,3814,'_EventTimezoneAbbr','UTC+0'),
(14126,3814,'_tribe_aggregator_origin','csv'),
(14127,3814,'_tribe_aggregator_record','3639'),
(14128,3814,'_tribe_aggregator_source',''),
(14129,3814,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14130,3815,'_wp_attached_file','2024/12/David-A-pic-1-min-eXwoG7.tmp_.jpg'),
(14131,3815,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1385;s:6:\"height\";i:924;s:4:\"file\";s:41:\"2024/12/David-A-pic-1-min-eXwoG7.tmp_.jpg\";s:8:\"filesize\";i:45027;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-eXwoG7.tmp_-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12310;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"David-A-pic-1-min-eXwoG7.tmp_-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72303;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-eXwoG7.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5911;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-eXwoG7.tmp_-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47075;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-eXwoG7.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17407;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"David-A-pic-1-min-eXwoG7.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73592;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-eXwoG7.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19224;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-eXwoG7.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28168;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"David-A-pic-1-min-eXwoG7.tmp_-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78782;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-eXwoG7.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27954;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:42:\"David-A-pic-1-min-eXwoG7.tmp_-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100197;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-eXwoG7.tmp_-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67924;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-eXwoG7.tmp_-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23623;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:42:\"David-A-pic-1-min-eXwoG7.tmp_-1320x881.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:881;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104943;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"David-A-pic-1-min-eXwoG7.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15440;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-eXwoG7.tmp_-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32909;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-eXwoG7.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3573;}}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:{}}}'),
(14132,3816,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568252;s:8:\"post_tag\";i:1734568252;s:12:\"_EventOrigin\";i:1734568253;s:17:\"_EventShowMapLink\";i:1734568252;s:13:\"_EventShowMap\";i:1734568252;s:12:\"_EventAllDay\";i:1734568252;s:15:\"_EventStartDate\";i:1734568252;s:13:\"_EventEndDate\";i:1734568252;s:18:\"_EventStartDateUTC\";i:1734568252;s:16:\"_EventEndDateUTC\";i:1734568252;s:14:\"_EventDuration\";i:1734568253;s:20:\"_EventCurrencySymbol\";i:1734568253;s:18:\"_EventCurrencyCode\";i:1734568253;s:22:\"_EventCurrencyPosition\";i:1734568253;s:10:\"_EventCost\";i:1734568253;s:9:\"_EventURL\";i:1734568253;s:14:\"_EventTimezone\";i:1734568253;s:18:\"_EventTimezoneAbbr\";i:1734568253;s:24:\"_tribe_aggregator_origin\";i:1734568253;s:24:\"_tribe_aggregator_record\";i:1734568253;s:24:\"_tribe_aggregator_source\";i:1734568253;s:25:\"_tribe_aggregator_updated\";i:1734568253;s:13:\"_thumbnail_id\";i:1734568254;s:29:\"_et_dynamic_cached_shortcodes\";i:1757239155;s:29:\"_et_dynamic_cached_attributes\";i:1757239156;s:22:\"et_enqueued_post_fonts\";i:1757239157;s:33:\"_et_builder_module_features_cache\";i:1757239157;}'),
(14133,3816,'_EventOrigin','event-aggregator'),
(14134,3816,'_EventShowMapLink',''),
(14135,3816,'_EventShowMap',''),
(14136,3816,'_EventAllDay','no'),
(14137,3816,'_EventStartDate','2022-10-13 00:00:00'),
(14138,3816,'_EventEndDate','2022-10-13 00:00:00'),
(14139,3816,'_EventStartDateUTC','2022-10-13 00:00:00'),
(14140,3816,'_EventEndDateUTC','2022-10-13 00:00:00'),
(14141,3816,'_EventDuration','0'),
(14142,3816,'_EventCurrencySymbol',''),
(14143,3816,'_EventCurrencyCode',''),
(14144,3816,'_EventCurrencyPosition','prefix'),
(14145,3816,'_EventCost',''),
(14146,3816,'_EventURL',''),
(14147,3816,'_EventTimezone','UTC+0'),
(14148,3816,'_EventTimezoneAbbr','UTC+0'),
(14149,3816,'_tribe_aggregator_origin','csv'),
(14150,3816,'_tribe_aggregator_record','3639'),
(14151,3816,'_tribe_aggregator_source',''),
(14152,3816,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14153,3815,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-1-min.jpg'),
(14154,3814,'_thumbnail_id','3815'),
(14155,3817,'_wp_attached_file','2024/12/David-A-pic-1-min-MB1Nyr.tmp_.jpg'),
(14156,3817,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1385;s:6:\"height\";i:924;s:4:\"file\";s:41:\"2024/12/David-A-pic-1-min-MB1Nyr.tmp_.jpg\";s:8:\"filesize\";i:45027;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-MB1Nyr.tmp_-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12310;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"David-A-pic-1-min-MB1Nyr.tmp_-1024x683.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72303;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-MB1Nyr.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5911;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-MB1Nyr.tmp_-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47075;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-MB1Nyr.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17407;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"David-A-pic-1-min-MB1Nyr.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73592;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-MB1Nyr.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19224;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-MB1Nyr.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28168;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"David-A-pic-1-min-MB1Nyr.tmp_-1080x721.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:721;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78782;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-MB1Nyr.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27954;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:42:\"David-A-pic-1-min-MB1Nyr.tmp_-1280x854.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:854;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:100197;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-MB1Nyr.tmp_-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67924;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-MB1Nyr.tmp_-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23623;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:42:\"David-A-pic-1-min-MB1Nyr.tmp_-1320x881.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:881;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104943;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"David-A-pic-1-min-MB1Nyr.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15440;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-MB1Nyr.tmp_-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32909;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"David-A-pic-1-min-MB1Nyr.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3573;}}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:{}}}'),
(14157,3818,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568254;s:8:\"post_tag\";i:1734568254;s:12:\"_EventOrigin\";i:1734568254;s:17:\"_EventShowMapLink\";i:1734568254;s:13:\"_EventShowMap\";i:1734568254;s:12:\"_EventAllDay\";i:1734568254;s:15:\"_EventStartDate\";i:1734568254;s:13:\"_EventEndDate\";i:1734568254;s:18:\"_EventStartDateUTC\";i:1734568254;s:16:\"_EventEndDateUTC\";i:1734568254;s:14:\"_EventDuration\";i:1734568254;s:20:\"_EventCurrencySymbol\";i:1734568254;s:18:\"_EventCurrencyCode\";i:1734568254;s:22:\"_EventCurrencyPosition\";i:1734568254;s:10:\"_EventCost\";i:1734568254;s:9:\"_EventURL\";i:1734568254;s:14:\"_EventTimezone\";i:1734568254;s:18:\"_EventTimezoneAbbr\";i:1734568254;s:24:\"_tribe_aggregator_origin\";i:1734568254;s:24:\"_tribe_aggregator_record\";i:1734568254;s:24:\"_tribe_aggregator_source\";i:1734568254;s:25:\"_tribe_aggregator_updated\";i:1734568254;s:13:\"_thumbnail_id\";i:1734568255;s:29:\"_et_dynamic_cached_shortcodes\";i:1756138296;s:29:\"_et_dynamic_cached_attributes\";i:1756138297;s:22:\"et_enqueued_post_fonts\";i:1756138297;s:33:\"_et_builder_module_features_cache\";i:1756138297;}'),
(14158,3818,'_EventOrigin','event-aggregator'),
(14159,3818,'_EventShowMapLink',''),
(14160,3818,'_EventShowMap',''),
(14161,3818,'_EventAllDay','no'),
(14162,3818,'_EventStartDate','2022-10-13 00:00:00'),
(14163,3818,'_EventEndDate','2022-10-13 00:00:00'),
(14164,3818,'_EventStartDateUTC','2022-10-13 00:00:00'),
(14165,3818,'_EventEndDateUTC','2022-10-13 00:00:00'),
(14166,3818,'_EventDuration','0'),
(14167,3818,'_EventCurrencySymbol',''),
(14168,3818,'_EventCurrencyCode',''),
(14169,3818,'_EventCurrencyPosition','prefix'),
(14170,3818,'_EventCost',''),
(14171,3818,'_EventURL',''),
(14172,3818,'_EventTimezone','UTC+0'),
(14173,3818,'_EventTimezoneAbbr','UTC+0'),
(14174,3818,'_tribe_aggregator_origin','csv'),
(14175,3818,'_tribe_aggregator_record','3639'),
(14176,3818,'_tribe_aggregator_source',''),
(14177,3818,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14178,3817,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-1-min.jpg'),
(14179,3816,'_thumbnail_id','3817'),
(14180,3819,'_wp_attached_file','2024/12/David-A-pic-3-min-E24cnp.tmp_.jpg'),
(14181,3819,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1096;s:6:\"height\";i:924;s:4:\"file\";s:41:\"2024/12/David-A-pic-3-min-E24cnp.tmp_.jpg\";s:8:\"filesize\";i:40122;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"David-A-pic-3-min-E24cnp.tmp_-300x253.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16596;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"David-A-pic-3-min-E24cnp.tmp_-1024x863.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:863;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95938;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"David-A-pic-3-min-E24cnp.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7105;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"David-A-pic-3-min-E24cnp.tmp_-768x647.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:647;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63541;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"David-A-pic-3-min-E24cnp.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20184;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"David-A-pic-3-min-E24cnp.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83261;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"David-A-pic-3-min-E24cnp.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22226;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"David-A-pic-3-min-E24cnp.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32483;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"David-A-pic-3-min-E24cnp.tmp_-1080x911.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:911;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:104041;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"David-A-pic-3-min-E24cnp.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31693;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"David-A-pic-3-min-E24cnp.tmp_-980x826.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:826;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:90826;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"David-A-pic-3-min-E24cnp.tmp_-480x405.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32352;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"David-A-pic-3-min-E24cnp.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18534;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"David-A-pic-3-min-E24cnp.tmp_-600x506.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:506;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44842;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"David-A-pic-3-min-E24cnp.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4175;}}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:{}}}'),
(14186,3819,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-3-min.jpg'),
(14187,3818,'_thumbnail_id','3819'),
(14192,3820,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568263;s:8:\"post_tag\";i:1734568263;s:12:\"_EventOrigin\";i:1734568263;s:17:\"_EventShowMapLink\";i:1734568263;s:13:\"_EventShowMap\";i:1734568263;s:12:\"_EventAllDay\";i:1734568263;s:15:\"_EventStartDate\";i:1734568263;s:13:\"_EventEndDate\";i:1734568263;s:18:\"_EventStartDateUTC\";i:1734568263;s:16:\"_EventEndDateUTC\";i:1734568263;s:14:\"_EventDuration\";i:1734568263;s:20:\"_EventCurrencySymbol\";i:1734568263;s:18:\"_EventCurrencyCode\";i:1734568263;s:22:\"_EventCurrencyPosition\";i:1734568263;s:10:\"_EventCost\";i:1734568263;s:9:\"_EventURL\";i:1734568263;s:14:\"_EventTimezone\";i:1734568263;s:18:\"_EventTimezoneAbbr\";i:1734568263;s:24:\"_tribe_aggregator_origin\";i:1734568263;s:24:\"_tribe_aggregator_record\";i:1734568263;s:24:\"_tribe_aggregator_source\";i:1734568263;s:25:\"_tribe_aggregator_updated\";i:1734568263;s:13:\"_thumbnail_id\";i:1734568264;s:29:\"_et_dynamic_cached_shortcodes\";i:1756130133;s:29:\"_et_dynamic_cached_attributes\";i:1756130134;s:22:\"et_enqueued_post_fonts\";i:1756130134;s:33:\"_et_builder_module_features_cache\";i:1756130134;}'),
(14193,3820,'_EventOrigin','event-aggregator'),
(14194,3820,'_EventShowMapLink',''),
(14195,3820,'_EventShowMap',''),
(14196,3820,'_EventAllDay','no'),
(14197,3820,'_EventStartDate','2022-10-13 00:00:00'),
(14198,3820,'_EventEndDate','2022-10-13 00:00:00'),
(14199,3820,'_EventStartDateUTC','2022-10-13 00:00:00'),
(14200,3820,'_EventEndDateUTC','2022-10-13 00:00:00'),
(14201,3820,'_EventDuration','0'),
(14202,3820,'_EventCurrencySymbol',''),
(14203,3820,'_EventCurrencyCode',''),
(14204,3820,'_EventCurrencyPosition','prefix'),
(14205,3820,'_EventCost',''),
(14206,3820,'_EventURL',''),
(14207,3820,'_EventTimezone','UTC+0'),
(14208,3820,'_EventTimezoneAbbr','UTC+0'),
(14209,3820,'_tribe_aggregator_origin','csv'),
(14210,3820,'_tribe_aggregator_record','3639'),
(14211,3820,'_tribe_aggregator_source',''),
(14212,3820,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14213,3820,'_thumbnail_id','3819'),
(14217,3821,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568264;s:8:\"post_tag\";i:1734568264;s:12:\"_EventOrigin\";i:1734568264;s:17:\"_EventShowMapLink\";i:1734568264;s:13:\"_EventShowMap\";i:1734568264;s:12:\"_EventAllDay\";i:1734568264;s:15:\"_EventStartDate\";i:1734568264;s:13:\"_EventEndDate\";i:1734568264;s:18:\"_EventStartDateUTC\";i:1734568264;s:16:\"_EventEndDateUTC\";i:1734568264;s:14:\"_EventDuration\";i:1734568264;s:20:\"_EventCurrencySymbol\";i:1734568264;s:18:\"_EventCurrencyCode\";i:1734568264;s:22:\"_EventCurrencyPosition\";i:1734568264;s:10:\"_EventCost\";i:1734568264;s:9:\"_EventURL\";i:1734568264;s:14:\"_EventTimezone\";i:1734568264;s:18:\"_EventTimezoneAbbr\";i:1734568264;s:24:\"_tribe_aggregator_origin\";i:1734568264;s:24:\"_tribe_aggregator_record\";i:1734568264;s:24:\"_tribe_aggregator_source\";i:1734568264;s:25:\"_tribe_aggregator_updated\";i:1734568264;s:13:\"_thumbnail_id\";i:1734568265;s:29:\"_et_dynamic_cached_shortcodes\";i:1757177156;s:29:\"_et_dynamic_cached_attributes\";i:1757177157;s:22:\"et_enqueued_post_fonts\";i:1757177157;s:33:\"_et_builder_module_features_cache\";i:1753335803;}'),
(14218,3821,'_EventOrigin','event-aggregator'),
(14219,3821,'_EventShowMapLink',''),
(14220,3821,'_EventShowMap',''),
(14221,3821,'_EventAllDay','no'),
(14222,3821,'_EventStartDate','2022-10-13 00:00:00'),
(14223,3821,'_EventEndDate','2022-10-13 00:00:00'),
(14224,3821,'_EventStartDateUTC','2022-10-13 00:00:00'),
(14225,3821,'_EventEndDateUTC','2022-10-13 00:00:00'),
(14226,3821,'_EventDuration','0'),
(14227,3821,'_EventCurrencySymbol',''),
(14228,3821,'_EventCurrencyCode',''),
(14229,3821,'_EventCurrencyPosition','prefix'),
(14230,3821,'_EventCost',''),
(14231,3821,'_EventURL',''),
(14232,3821,'_EventTimezone','UTC+0'),
(14233,3821,'_EventTimezoneAbbr','UTC+0'),
(14234,3821,'_tribe_aggregator_origin','csv'),
(14235,3821,'_tribe_aggregator_record','3639'),
(14236,3821,'_tribe_aggregator_source',''),
(14237,3821,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14238,3821,'_thumbnail_id','3817'),
(14239,3822,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568265;s:8:\"post_tag\";i:1734568265;s:12:\"_EventOrigin\";i:1734568265;s:17:\"_EventShowMapLink\";i:1734568265;s:13:\"_EventShowMap\";i:1734568265;s:12:\"_EventAllDay\";i:1734568265;s:15:\"_EventStartDate\";i:1734568265;s:13:\"_EventEndDate\";i:1734568265;s:18:\"_EventStartDateUTC\";i:1734568265;s:16:\"_EventEndDateUTC\";i:1734568265;s:14:\"_EventDuration\";i:1734568265;s:20:\"_EventCurrencySymbol\";i:1734568265;s:18:\"_EventCurrencyCode\";i:1734568265;s:22:\"_EventCurrencyPosition\";i:1734568265;s:10:\"_EventCost\";i:1734568265;s:9:\"_EventURL\";i:1734568265;s:14:\"_EventTimezone\";i:1734568265;s:18:\"_EventTimezoneAbbr\";i:1734568265;s:24:\"_tribe_aggregator_origin\";i:1734568265;s:24:\"_tribe_aggregator_record\";i:1734568265;s:24:\"_tribe_aggregator_source\";i:1734568265;s:25:\"_tribe_aggregator_updated\";i:1734568265;s:13:\"_thumbnail_id\";i:1734568265;s:33:\"_et_builder_module_features_cache\";i:1753348967;s:29:\"_et_dynamic_cached_shortcodes\";i:1757142611;s:29:\"_et_dynamic_cached_attributes\";i:1757142612;s:22:\"et_enqueued_post_fonts\";i:1757142612;}'),
(14240,3822,'_EventOrigin','event-aggregator'),
(14241,3822,'_EventShowMapLink',''),
(14242,3822,'_EventShowMap',''),
(14243,3822,'_EventAllDay','no'),
(14244,3822,'_EventStartDate','2022-10-13 00:00:00'),
(14245,3822,'_EventEndDate','2022-10-13 00:00:00'),
(14246,3822,'_EventStartDateUTC','2022-10-13 00:00:00'),
(14247,3822,'_EventEndDateUTC','2022-10-13 00:00:00'),
(14248,3822,'_EventDuration','0'),
(14249,3822,'_EventCurrencySymbol',''),
(14250,3822,'_EventCurrencyCode',''),
(14251,3822,'_EventCurrencyPosition','prefix'),
(14252,3822,'_EventCost',''),
(14253,3822,'_EventURL',''),
(14254,3822,'_EventTimezone','UTC+0'),
(14255,3822,'_EventTimezoneAbbr','UTC+0'),
(14256,3822,'_tribe_aggregator_origin','csv'),
(14257,3822,'_tribe_aggregator_record','3639'),
(14258,3822,'_tribe_aggregator_source',''),
(14259,3822,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14260,3822,'_thumbnail_id','3819'),
(14261,3823,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568265;s:8:\"post_tag\";i:1734568265;s:12:\"_EventOrigin\";i:1734568265;s:17:\"_EventShowMapLink\";i:1734568265;s:13:\"_EventShowMap\";i:1734568265;s:12:\"_EventAllDay\";i:1734568265;s:15:\"_EventStartDate\";i:1734568265;s:13:\"_EventEndDate\";i:1734568265;s:18:\"_EventStartDateUTC\";i:1734568265;s:16:\"_EventEndDateUTC\";i:1734568265;s:14:\"_EventDuration\";i:1734568265;s:20:\"_EventCurrencySymbol\";i:1734568265;s:18:\"_EventCurrencyCode\";i:1734568265;s:22:\"_EventCurrencyPosition\";i:1734568265;s:10:\"_EventCost\";i:1734568265;s:9:\"_EventURL\";i:1734568265;s:14:\"_EventTimezone\";i:1734568265;s:18:\"_EventTimezoneAbbr\";i:1734568265;s:24:\"_tribe_aggregator_origin\";i:1734568265;s:24:\"_tribe_aggregator_record\";i:1734568265;s:24:\"_tribe_aggregator_source\";i:1734568265;s:25:\"_tribe_aggregator_updated\";i:1734568265;s:13:\"_thumbnail_id\";i:1734568267;s:29:\"_et_dynamic_cached_shortcodes\";i:1755671973;s:29:\"_et_dynamic_cached_attributes\";i:1755671974;s:22:\"et_enqueued_post_fonts\";i:1755671974;s:33:\"_et_builder_module_features_cache\";i:1753339513;}'),
(14262,3823,'_EventOrigin','event-aggregator'),
(14263,3823,'_EventShowMapLink',''),
(14264,3823,'_EventShowMap',''),
(14265,3823,'_EventAllDay','no'),
(14266,3823,'_EventStartDate','2022-10-13 00:00:00'),
(14267,3823,'_EventEndDate','2022-10-13 00:00:00'),
(14268,3823,'_EventStartDateUTC','2022-10-13 00:00:00'),
(14269,3823,'_EventEndDateUTC','2022-10-13 00:00:00'),
(14270,3823,'_EventDuration','0'),
(14271,3823,'_EventCurrencySymbol',''),
(14272,3823,'_EventCurrencyCode',''),
(14273,3823,'_EventCurrencyPosition','prefix'),
(14274,3823,'_EventCost',''),
(14275,3823,'_EventURL',''),
(14276,3823,'_EventTimezone','UTC+0'),
(14277,3823,'_EventTimezoneAbbr','UTC+0'),
(14278,3823,'_tribe_aggregator_origin','csv'),
(14279,3823,'_tribe_aggregator_record','3639'),
(14280,3823,'_tribe_aggregator_source',''),
(14281,3823,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14282,3824,'_wp_attached_file','2024/12/92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_.jpg'),
(14283,3824,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1440;s:6:\"height\";i:760;s:4:\"file\";s:60:\"2024/12/92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_.jpg\";s:8:\"filesize\";i:114287;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:60:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_-300x158.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:158;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13589;}s:5:\"large\";a:5:{s:4:\"file\";s:61:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_-1024x540.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119313;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:60:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7418;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:60:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_-768x405.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:405;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72111;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:60:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27144;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:61:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152591;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:60:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30026;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:60:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:48411;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:61:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_-1080x570.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:570;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134145;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:60:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:50083;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:61:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_-1280x676.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:676;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:173073;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:60:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_-980x517.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:517;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:111298;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:60:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_-480x253.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:253;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32197;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:61:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_-1320x697.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:697;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:182238;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:60:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24900;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:60:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_-600x317.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:317;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46682;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:60:\"92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4019;}}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:{}}}'),
(14284,3825,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568266;s:8:\"post_tag\";i:1734568266;s:12:\"_EventOrigin\";i:1734568266;s:17:\"_EventShowMapLink\";i:1734568266;s:13:\"_EventShowMap\";i:1734568266;s:12:\"_EventAllDay\";i:1734568266;s:15:\"_EventStartDate\";i:1734568266;s:13:\"_EventEndDate\";i:1734568266;s:18:\"_EventStartDateUTC\";i:1734568266;s:16:\"_EventEndDateUTC\";i:1734568266;s:14:\"_EventDuration\";i:1734568266;s:20:\"_EventCurrencySymbol\";i:1734568266;s:18:\"_EventCurrencyCode\";i:1734568266;s:22:\"_EventCurrencyPosition\";i:1734568266;s:10:\"_EventCost\";i:1734568266;s:9:\"_EventURL\";i:1734568266;s:14:\"_EventTimezone\";i:1734568266;s:18:\"_EventTimezoneAbbr\";i:1734568266;s:24:\"_tribe_aggregator_origin\";i:1734568266;s:24:\"_tribe_aggregator_record\";i:1734568266;s:24:\"_tribe_aggregator_source\";i:1734568266;s:25:\"_tribe_aggregator_updated\";i:1734568266;s:13:\"_thumbnail_id\";i:1734568267;s:33:\"_et_builder_module_features_cache\";i:1753330356;s:29:\"_et_dynamic_cached_shortcodes\";i:1757150912;s:29:\"_et_dynamic_cached_attributes\";i:1757150913;s:22:\"et_enqueued_post_fonts\";i:1757150913;}'),
(14285,3825,'_EventOrigin','event-aggregator'),
(14286,3825,'_EventShowMapLink',''),
(14287,3825,'_EventShowMap',''),
(14288,3825,'_EventAllDay','no'),
(14289,3825,'_EventStartDate','2022-10-14 00:00:00'),
(14290,3825,'_EventEndDate','2022-10-14 00:00:00'),
(14291,3825,'_EventStartDateUTC','2022-10-14 00:00:00'),
(14292,3825,'_EventEndDateUTC','2022-10-14 00:00:00'),
(14293,3825,'_EventDuration','0'),
(14294,3825,'_EventCurrencySymbol',''),
(14295,3825,'_EventCurrencyCode',''),
(14296,3825,'_EventCurrencyPosition','prefix'),
(14297,3825,'_EventCost',''),
(14298,3825,'_EventURL',''),
(14299,3825,'_EventTimezone','UTC+0'),
(14300,3825,'_EventTimezoneAbbr','UTC+0'),
(14301,3825,'_tribe_aggregator_origin','csv'),
(14302,3825,'_tribe_aggregator_record','3639'),
(14303,3825,'_tribe_aggregator_source',''),
(14304,3825,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14305,3825,'_thumbnail_id','3759'),
(14307,3824,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/10/92672F3F-AAE4-49BD-A86C-0D1B9A880888.jpg'),
(14308,3823,'_thumbnail_id','3824'),
(14313,3826,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568270;s:8:\"post_tag\";i:1734568270;s:12:\"_EventOrigin\";i:1734568270;s:17:\"_EventShowMapLink\";i:1734568270;s:13:\"_EventShowMap\";i:1734568270;s:12:\"_EventAllDay\";i:1734568270;s:15:\"_EventStartDate\";i:1734568270;s:13:\"_EventEndDate\";i:1734568270;s:18:\"_EventStartDateUTC\";i:1734568270;s:16:\"_EventEndDateUTC\";i:1734568270;s:14:\"_EventDuration\";i:1734568270;s:20:\"_EventCurrencySymbol\";i:1734568270;s:18:\"_EventCurrencyCode\";i:1734568270;s:22:\"_EventCurrencyPosition\";i:1734568270;s:10:\"_EventCost\";i:1734568270;s:9:\"_EventURL\";i:1734568270;s:14:\"_EventTimezone\";i:1734568270;s:18:\"_EventTimezoneAbbr\";i:1734568270;s:24:\"_tribe_aggregator_origin\";i:1734568270;s:24:\"_tribe_aggregator_record\";i:1734568270;s:24:\"_tribe_aggregator_source\";i:1734568270;s:25:\"_tribe_aggregator_updated\";i:1734568270;s:13:\"_thumbnail_id\";i:1734568271;s:33:\"_et_builder_module_features_cache\";i:1753332371;s:29:\"_et_dynamic_cached_shortcodes\";i:1757142147;s:29:\"_et_dynamic_cached_attributes\";i:1757142148;s:22:\"et_enqueued_post_fonts\";i:1757142148;}'),
(14317,3826,'_EventOrigin','event-aggregator'),
(14318,3826,'_EventShowMapLink',''),
(14319,3826,'_EventShowMap',''),
(14320,3826,'_EventAllDay','no'),
(14321,3826,'_EventStartDate','2022-10-14 00:00:00'),
(14322,3826,'_EventEndDate','2022-10-14 00:00:00'),
(14323,3826,'_EventStartDateUTC','2022-10-14 00:00:00'),
(14324,3826,'_EventEndDateUTC','2022-10-14 00:00:00'),
(14325,3826,'_EventDuration','0'),
(14326,3826,'_EventCurrencySymbol',''),
(14327,3826,'_EventCurrencyCode',''),
(14328,3826,'_EventCurrencyPosition','prefix'),
(14329,3826,'_EventCost',''),
(14330,3826,'_EventURL',''),
(14331,3826,'_EventTimezone','UTC+0'),
(14332,3826,'_EventTimezoneAbbr','UTC+0'),
(14333,3826,'_tribe_aggregator_origin','csv'),
(14334,3826,'_tribe_aggregator_record','3639'),
(14335,3826,'_tribe_aggregator_source',''),
(14336,3826,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14337,3826,'_thumbnail_id','3653'),
(14338,3827,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568271;s:8:\"post_tag\";i:1734568271;s:12:\"_EventOrigin\";i:1734568271;s:17:\"_EventShowMapLink\";i:1734568271;s:13:\"_EventShowMap\";i:1734568271;s:12:\"_EventAllDay\";i:1734568271;s:15:\"_EventStartDate\";i:1734568271;s:13:\"_EventEndDate\";i:1734568271;s:18:\"_EventStartDateUTC\";i:1734568271;s:16:\"_EventEndDateUTC\";i:1734568271;s:14:\"_EventDuration\";i:1734568271;s:20:\"_EventCurrencySymbol\";i:1734568271;s:18:\"_EventCurrencyCode\";i:1734568271;s:22:\"_EventCurrencyPosition\";i:1734568271;s:10:\"_EventCost\";i:1734568271;s:9:\"_EventURL\";i:1734568271;s:14:\"_EventTimezone\";i:1734568271;s:18:\"_EventTimezoneAbbr\";i:1734568271;s:24:\"_tribe_aggregator_origin\";i:1734568271;s:24:\"_tribe_aggregator_record\";i:1734568271;s:24:\"_tribe_aggregator_source\";i:1734568271;s:25:\"_tribe_aggregator_updated\";i:1734568271;s:13:\"_thumbnail_id\";i:1734568271;s:29:\"_et_dynamic_cached_shortcodes\";i:1765366976;s:29:\"_et_dynamic_cached_attributes\";i:1765366978;s:22:\"et_enqueued_post_fonts\";i:1765366978;s:33:\"_et_builder_module_features_cache\";i:1765366978;}'),
(14339,3827,'_EventOrigin','event-aggregator'),
(14340,3827,'_EventShowMapLink',''),
(14341,3827,'_EventShowMap',''),
(14342,3827,'_EventAllDay','no'),
(14343,3827,'_EventStartDate','2022-10-14 00:00:00'),
(14344,3827,'_EventEndDate','2022-10-14 00:00:00'),
(14345,3827,'_EventStartDateUTC','2022-10-14 00:00:00'),
(14346,3827,'_EventEndDateUTC','2022-10-14 00:00:00'),
(14347,3827,'_EventDuration','0'),
(14348,3827,'_EventCurrencySymbol',''),
(14349,3827,'_EventCurrencyCode',''),
(14350,3827,'_EventCurrencyPosition','prefix'),
(14351,3827,'_EventCost',''),
(14352,3827,'_EventURL',''),
(14353,3827,'_EventTimezone','UTC+0'),
(14354,3827,'_EventTimezoneAbbr','UTC+0'),
(14355,3827,'_tribe_aggregator_origin','csv'),
(14356,3827,'_tribe_aggregator_record','3639'),
(14357,3827,'_tribe_aggregator_source',''),
(14358,3827,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14359,3827,'_thumbnail_id','3695'),
(14360,3828,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568271;s:8:\"post_tag\";i:1734568271;s:12:\"_EventOrigin\";i:1734568272;s:17:\"_EventShowMapLink\";i:1734568271;s:13:\"_EventShowMap\";i:1734568271;s:12:\"_EventAllDay\";i:1734568271;s:15:\"_EventStartDate\";i:1734568271;s:13:\"_EventEndDate\";i:1734568271;s:18:\"_EventStartDateUTC\";i:1734568271;s:16:\"_EventEndDateUTC\";i:1734568271;s:14:\"_EventDuration\";i:1734568272;s:20:\"_EventCurrencySymbol\";i:1734568272;s:18:\"_EventCurrencyCode\";i:1734568272;s:22:\"_EventCurrencyPosition\";i:1734568272;s:10:\"_EventCost\";i:1734568272;s:9:\"_EventURL\";i:1734568272;s:14:\"_EventTimezone\";i:1734568272;s:18:\"_EventTimezoneAbbr\";i:1734568272;s:24:\"_tribe_aggregator_origin\";i:1734568272;s:24:\"_tribe_aggregator_record\";i:1734568272;s:24:\"_tribe_aggregator_source\";i:1734568272;s:25:\"_tribe_aggregator_updated\";i:1734568272;s:13:\"_thumbnail_id\";i:1734568272;s:29:\"_et_dynamic_cached_shortcodes\";i:1756722682;s:29:\"_et_dynamic_cached_attributes\";i:1756722682;s:22:\"et_enqueued_post_fonts\";i:1756722682;s:33:\"_et_builder_module_features_cache\";i:1753397564;}'),
(14361,3828,'_EventOrigin','event-aggregator'),
(14362,3828,'_EventShowMapLink',''),
(14363,3828,'_EventShowMap',''),
(14364,3828,'_EventAllDay','no'),
(14365,3828,'_EventStartDate','2022-10-14 00:00:00'),
(14366,3828,'_EventEndDate','2022-10-14 00:00:00'),
(14367,3828,'_EventStartDateUTC','2022-10-14 00:00:00'),
(14368,3828,'_EventEndDateUTC','2022-10-14 00:00:00'),
(14369,3828,'_EventDuration','0'),
(14370,3828,'_EventCurrencySymbol',''),
(14371,3828,'_EventCurrencyCode',''),
(14372,3828,'_EventCurrencyPosition','prefix'),
(14373,3828,'_EventCost',''),
(14374,3828,'_EventURL',''),
(14375,3828,'_EventTimezone','UTC+0'),
(14376,3828,'_EventTimezoneAbbr','UTC+0'),
(14377,3828,'_tribe_aggregator_origin','csv'),
(14378,3828,'_tribe_aggregator_record','3639'),
(14379,3828,'_tribe_aggregator_source',''),
(14380,3828,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14381,3828,'_thumbnail_id','3653'),
(14382,3829,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568272;s:8:\"post_tag\";i:1734568272;s:12:\"_EventOrigin\";i:1734568272;s:17:\"_EventShowMapLink\";i:1734568272;s:13:\"_EventShowMap\";i:1734568272;s:12:\"_EventAllDay\";i:1734568272;s:15:\"_EventStartDate\";i:1734568272;s:13:\"_EventEndDate\";i:1734568272;s:18:\"_EventStartDateUTC\";i:1734568272;s:16:\"_EventEndDateUTC\";i:1734568272;s:14:\"_EventDuration\";i:1734568272;s:20:\"_EventCurrencySymbol\";i:1734568272;s:18:\"_EventCurrencyCode\";i:1734568272;s:22:\"_EventCurrencyPosition\";i:1734568272;s:10:\"_EventCost\";i:1734568272;s:9:\"_EventURL\";i:1734568272;s:14:\"_EventTimezone\";i:1734568272;s:18:\"_EventTimezoneAbbr\";i:1734568272;s:24:\"_tribe_aggregator_origin\";i:1734568272;s:24:\"_tribe_aggregator_record\";i:1734568272;s:24:\"_tribe_aggregator_source\";i:1734568272;s:25:\"_tribe_aggregator_updated\";i:1734568272;s:13:\"_thumbnail_id\";i:1734568272;s:29:\"_et_dynamic_cached_shortcodes\";i:1755955309;s:29:\"_et_dynamic_cached_attributes\";i:1755955309;s:22:\"et_enqueued_post_fonts\";i:1755955310;s:33:\"_et_builder_module_features_cache\";i:1755955310;}'),
(14383,3829,'_EventOrigin','event-aggregator'),
(14384,3829,'_EventShowMapLink',''),
(14385,3829,'_EventShowMap',''),
(14386,3829,'_EventAllDay','no'),
(14387,3829,'_EventStartDate','2022-10-14 00:00:00'),
(14388,3829,'_EventEndDate','2022-10-14 00:00:00'),
(14389,3829,'_EventStartDateUTC','2022-10-14 00:00:00'),
(14390,3829,'_EventEndDateUTC','2022-10-14 00:00:00'),
(14391,3829,'_EventDuration','0'),
(14392,3829,'_EventCurrencySymbol',''),
(14393,3829,'_EventCurrencyCode',''),
(14394,3829,'_EventCurrencyPosition','prefix'),
(14395,3829,'_EventCost',''),
(14396,3829,'_EventURL',''),
(14397,3829,'_EventTimezone','UTC+0'),
(14398,3829,'_EventTimezoneAbbr','UTC+0'),
(14399,3829,'_tribe_aggregator_origin','csv'),
(14400,3829,'_tribe_aggregator_record','3639'),
(14401,3829,'_tribe_aggregator_source',''),
(14402,3829,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14403,3829,'_thumbnail_id','3804'),
(14404,3830,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568273;s:8:\"post_tag\";i:1734568273;s:12:\"_EventOrigin\";i:1734568273;s:17:\"_EventShowMapLink\";i:1734568273;s:13:\"_EventShowMap\";i:1734568273;s:12:\"_EventAllDay\";i:1734568273;s:15:\"_EventStartDate\";i:1734568273;s:13:\"_EventEndDate\";i:1734568273;s:18:\"_EventStartDateUTC\";i:1734568273;s:16:\"_EventEndDateUTC\";i:1734568273;s:14:\"_EventDuration\";i:1734568273;s:20:\"_EventCurrencySymbol\";i:1734568273;s:18:\"_EventCurrencyCode\";i:1734568273;s:22:\"_EventCurrencyPosition\";i:1734568273;s:10:\"_EventCost\";i:1734568273;s:9:\"_EventURL\";i:1734568273;s:14:\"_EventTimezone\";i:1734568273;s:18:\"_EventTimezoneAbbr\";i:1734568273;s:24:\"_tribe_aggregator_origin\";i:1734568273;s:24:\"_tribe_aggregator_record\";i:1734568273;s:24:\"_tribe_aggregator_source\";i:1734568273;s:25:\"_tribe_aggregator_updated\";i:1734568273;s:13:\"_thumbnail_id\";i:1734568275;s:29:\"_et_dynamic_cached_shortcodes\";i:1751150590;s:29:\"_et_dynamic_cached_attributes\";i:1751150591;s:22:\"et_enqueued_post_fonts\";i:1751150591;s:33:\"_et_builder_module_features_cache\";i:1751150591;}'),
(14405,3830,'_EventOrigin','event-aggregator'),
(14406,3830,'_EventShowMapLink',''),
(14407,3830,'_EventShowMap',''),
(14408,3830,'_EventAllDay','no'),
(14409,3830,'_EventStartDate','2022-10-14 00:00:00'),
(14410,3830,'_EventEndDate','2022-10-14 00:00:00'),
(14411,3830,'_EventStartDateUTC','2022-10-14 00:00:00'),
(14412,3830,'_EventEndDateUTC','2022-10-14 00:00:00'),
(14413,3830,'_EventDuration','0'),
(14414,3830,'_EventCurrencySymbol',''),
(14415,3830,'_EventCurrencyCode',''),
(14416,3830,'_EventCurrencyPosition','prefix'),
(14417,3830,'_EventCost',''),
(14418,3830,'_EventURL',''),
(14419,3830,'_EventTimezone','UTC+0'),
(14420,3830,'_EventTimezoneAbbr','UTC+0'),
(14421,3830,'_tribe_aggregator_origin','csv'),
(14422,3830,'_tribe_aggregator_record','3639'),
(14423,3830,'_tribe_aggregator_source',''),
(14424,3830,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14425,3831,'_wp_attached_file','2024/12/Kevin-Kelly-Course-Thumnail-KziIr1.tmp_.png'),
(14426,3831,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1386;s:6:\"height\";i:924;s:4:\"file\";s:51:\"2024/12/Kevin-Kelly-Course-Thumnail-KziIr1.tmp_.png\";s:8:\"filesize\";i:137312;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Course-Thumnail-KziIr1.tmp_-300x200.png\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37536;}s:5:\"large\";a:5:{s:4:\"file\";s:52:\"Kevin-Kelly-Course-Thumnail-KziIr1.tmp_-1024x683.png\";s:5:\"width\";i:1024;s:6:\"height\";i:683;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:351681;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Course-Thumnail-KziIr1.tmp_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:21854;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Course-Thumnail-KziIr1.tmp_-768x512.png\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:203722;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Course-Thumnail-KziIr1.tmp_-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:60279;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:52:\"Kevin-Kelly-Course-Thumnail-KziIr1.tmp_-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:372038;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Course-Thumnail-KziIr1.tmp_-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:70025;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Course-Thumnail-KziIr1.tmp_-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118760;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:52:\"Kevin-Kelly-Course-Thumnail-KziIr1.tmp_-1080x720.png\";s:5:\"width\";i:1080;s:6:\"height\";i:720;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:386782;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Course-Thumnail-KziIr1.tmp_-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:198259;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:52:\"Kevin-Kelly-Course-Thumnail-KziIr1.tmp_-1280x853.png\";s:5:\"width\";i:1280;s:6:\"height\";i:853;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:518530;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Course-Thumnail-KziIr1.tmp_-980x653.png\";s:5:\"width\";i:980;s:6:\"height\";i:653;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:321685;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Course-Thumnail-KziIr1.tmp_-480x320.png\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:87400;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:52:\"Kevin-Kelly-Course-Thumnail-KziIr1.tmp_-1320x880.png\";s:5:\"width\";i:1320;s:6:\"height\";i:880;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:542184;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"Kevin-Kelly-Course-Thumnail-KziIr1.tmp_-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:75421;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Course-Thumnail-KziIr1.tmp_-600x400.png\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:129449;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"Kevin-Kelly-Course-Thumnail-KziIr1.tmp_-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10739;}}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:{}}}'),
(14428,3831,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/10/Kevin-Kelly-Course-Thumnail.png'),
(14429,3830,'_thumbnail_id','3831'),
(14434,3832,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568280;s:8:\"post_tag\";i:1734568280;s:12:\"_EventOrigin\";i:1734568280;s:17:\"_EventShowMapLink\";i:1734568280;s:13:\"_EventShowMap\";i:1734568280;s:12:\"_EventAllDay\";i:1734568280;s:15:\"_EventStartDate\";i:1734568280;s:13:\"_EventEndDate\";i:1734568280;s:18:\"_EventStartDateUTC\";i:1734568280;s:16:\"_EventEndDateUTC\";i:1734568280;s:14:\"_EventDuration\";i:1734568280;s:20:\"_EventCurrencySymbol\";i:1734568280;s:18:\"_EventCurrencyCode\";i:1734568280;s:22:\"_EventCurrencyPosition\";i:1734568280;s:10:\"_EventCost\";i:1734568280;s:9:\"_EventURL\";i:1734568280;s:14:\"_EventTimezone\";i:1734568280;s:18:\"_EventTimezoneAbbr\";i:1734568280;s:24:\"_tribe_aggregator_origin\";i:1734568280;s:24:\"_tribe_aggregator_record\";i:1734568280;s:24:\"_tribe_aggregator_source\";i:1734568280;s:25:\"_tribe_aggregator_updated\";i:1734568280;s:13:\"_thumbnail_id\";i:1734568281;s:29:\"_et_dynamic_cached_shortcodes\";i:1751919876;s:29:\"_et_dynamic_cached_attributes\";i:1751919876;s:22:\"et_enqueued_post_fonts\";i:1751919876;s:33:\"_et_builder_module_features_cache\";i:1751919876;}'),
(14435,3832,'_EventOrigin','event-aggregator'),
(14436,3832,'_EventShowMapLink',''),
(14437,3832,'_EventShowMap',''),
(14438,3832,'_EventAllDay','no'),
(14439,3832,'_EventStartDate','2022-10-14 00:00:00'),
(14440,3832,'_EventEndDate','2022-10-14 00:00:00'),
(14441,3832,'_EventStartDateUTC','2022-10-14 00:00:00'),
(14442,3832,'_EventEndDateUTC','2022-10-14 00:00:00'),
(14443,3832,'_EventDuration','0'),
(14444,3832,'_EventCurrencySymbol',''),
(14445,3832,'_EventCurrencyCode',''),
(14446,3832,'_EventCurrencyPosition','prefix'),
(14447,3832,'_EventCost',''),
(14448,3832,'_EventURL',''),
(14449,3832,'_EventTimezone','UTC+0'),
(14450,3832,'_EventTimezoneAbbr','UTC+0'),
(14451,3832,'_tribe_aggregator_origin','csv'),
(14452,3832,'_tribe_aggregator_record','3639'),
(14453,3832,'_tribe_aggregator_source',''),
(14454,3832,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14455,3832,'_thumbnail_id','3831'),
(14456,3833,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568281;s:8:\"post_tag\";i:1734568281;s:12:\"_EventOrigin\";i:1734568281;s:17:\"_EventShowMapLink\";i:1734568281;s:13:\"_EventShowMap\";i:1734568281;s:12:\"_EventAllDay\";i:1734568281;s:15:\"_EventStartDate\";i:1734568281;s:13:\"_EventEndDate\";i:1734568281;s:18:\"_EventStartDateUTC\";i:1734568281;s:16:\"_EventEndDateUTC\";i:1734568281;s:14:\"_EventDuration\";i:1734568281;s:20:\"_EventCurrencySymbol\";i:1734568281;s:18:\"_EventCurrencyCode\";i:1734568281;s:22:\"_EventCurrencyPosition\";i:1734568281;s:10:\"_EventCost\";i:1734568281;s:9:\"_EventURL\";i:1734568281;s:14:\"_EventTimezone\";i:1734568281;s:18:\"_EventTimezoneAbbr\";i:1734568281;s:24:\"_tribe_aggregator_origin\";i:1734568281;s:24:\"_tribe_aggregator_record\";i:1734568281;s:24:\"_tribe_aggregator_source\";i:1734568281;s:25:\"_tribe_aggregator_updated\";i:1734568281;s:13:\"_thumbnail_id\";i:1734568281;s:33:\"_et_builder_module_features_cache\";i:1753339521;s:29:\"_et_dynamic_cached_shortcodes\";i:1755737925;s:29:\"_et_dynamic_cached_attributes\";i:1755737926;s:22:\"et_enqueued_post_fonts\";i:1755737926;}'),
(14457,3833,'_EventOrigin','event-aggregator'),
(14458,3833,'_EventShowMapLink',''),
(14459,3833,'_EventShowMap',''),
(14460,3833,'_EventAllDay','no'),
(14461,3833,'_EventStartDate','2022-10-14 00:00:00'),
(14462,3833,'_EventEndDate','2022-10-14 00:00:00'),
(14463,3833,'_EventStartDateUTC','2022-10-14 00:00:00'),
(14464,3833,'_EventEndDateUTC','2022-10-14 00:00:00'),
(14465,3833,'_EventDuration','0'),
(14466,3833,'_EventCurrencySymbol',''),
(14467,3833,'_EventCurrencyCode',''),
(14468,3833,'_EventCurrencyPosition','prefix'),
(14469,3833,'_EventCost',''),
(14470,3833,'_EventURL',''),
(14471,3833,'_EventTimezone','UTC+0'),
(14472,3833,'_EventTimezoneAbbr','UTC+0'),
(14473,3833,'_tribe_aggregator_origin','csv'),
(14474,3833,'_tribe_aggregator_record','3639'),
(14475,3833,'_tribe_aggregator_source',''),
(14476,3833,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14477,3833,'_thumbnail_id','3682'),
(14478,3834,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568281;s:8:\"post_tag\";i:1734568281;s:12:\"_EventOrigin\";i:1734568281;s:17:\"_EventShowMapLink\";i:1734568281;s:13:\"_EventShowMap\";i:1734568281;s:12:\"_EventAllDay\";i:1734568281;s:15:\"_EventStartDate\";i:1734568281;s:13:\"_EventEndDate\";i:1734568281;s:18:\"_EventStartDateUTC\";i:1734568281;s:16:\"_EventEndDateUTC\";i:1734568281;s:14:\"_EventDuration\";i:1734568281;s:20:\"_EventCurrencySymbol\";i:1734568281;s:18:\"_EventCurrencyCode\";i:1734568281;s:22:\"_EventCurrencyPosition\";i:1734568281;s:10:\"_EventCost\";i:1734568281;s:9:\"_EventURL\";i:1734568281;s:14:\"_EventTimezone\";i:1734568281;s:18:\"_EventTimezoneAbbr\";i:1734568281;s:24:\"_tribe_aggregator_origin\";i:1734568281;s:24:\"_tribe_aggregator_record\";i:1734568281;s:24:\"_tribe_aggregator_source\";i:1734568281;s:25:\"_tribe_aggregator_updated\";i:1734568281;s:13:\"_thumbnail_id\";i:1734568282;s:29:\"_et_dynamic_cached_shortcodes\";i:1765371644;s:29:\"_et_dynamic_cached_attributes\";i:1765371646;s:22:\"et_enqueued_post_fonts\";i:1765371646;s:33:\"_et_builder_module_features_cache\";i:1765371646;}'),
(14479,3834,'_EventOrigin','event-aggregator'),
(14480,3834,'_EventShowMapLink',''),
(14481,3834,'_EventShowMap',''),
(14482,3834,'_EventAllDay','no'),
(14483,3834,'_EventStartDate','2022-10-14 00:00:00'),
(14484,3834,'_EventEndDate','2022-10-14 00:00:00'),
(14485,3834,'_EventStartDateUTC','2022-10-14 00:00:00'),
(14486,3834,'_EventEndDateUTC','2022-10-14 00:00:00'),
(14487,3834,'_EventDuration','0'),
(14488,3834,'_EventCurrencySymbol',''),
(14489,3834,'_EventCurrencyCode',''),
(14490,3834,'_EventCurrencyPosition','prefix'),
(14491,3834,'_EventCost',''),
(14492,3834,'_EventURL',''),
(14493,3834,'_EventTimezone','UTC+0'),
(14494,3834,'_EventTimezoneAbbr','UTC+0'),
(14495,3834,'_tribe_aggregator_origin','csv'),
(14496,3834,'_tribe_aggregator_record','3639'),
(14497,3834,'_tribe_aggregator_source',''),
(14498,3834,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14499,3834,'_thumbnail_id','3695'),
(14500,3835,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568282;s:8:\"post_tag\";i:1734568282;s:12:\"_EventOrigin\";i:1734568282;s:17:\"_EventShowMapLink\";i:1734568282;s:13:\"_EventShowMap\";i:1734568282;s:12:\"_EventAllDay\";i:1734568282;s:15:\"_EventStartDate\";i:1734568282;s:13:\"_EventEndDate\";i:1734568282;s:18:\"_EventStartDateUTC\";i:1734568282;s:16:\"_EventEndDateUTC\";i:1734568282;s:14:\"_EventDuration\";i:1734568282;s:20:\"_EventCurrencySymbol\";i:1734568282;s:18:\"_EventCurrencyCode\";i:1734568282;s:22:\"_EventCurrencyPosition\";i:1734568282;s:10:\"_EventCost\";i:1734568282;s:9:\"_EventURL\";i:1734568282;s:14:\"_EventTimezone\";i:1734568282;s:18:\"_EventTimezoneAbbr\";i:1734568282;s:24:\"_tribe_aggregator_origin\";i:1734568282;s:24:\"_tribe_aggregator_record\";i:1734568282;s:24:\"_tribe_aggregator_source\";i:1734568282;s:25:\"_tribe_aggregator_updated\";i:1734568282;s:13:\"_thumbnail_id\";i:1734568283;s:29:\"_et_dynamic_cached_shortcodes\";i:1756767433;s:29:\"_et_dynamic_cached_attributes\";i:1756767434;s:22:\"et_enqueued_post_fonts\";i:1756767434;s:33:\"_et_builder_module_features_cache\";i:1756767434;}'),
(14501,3835,'_EventOrigin','event-aggregator'),
(14502,3835,'_EventShowMapLink',''),
(14503,3835,'_EventShowMap',''),
(14504,3835,'_EventAllDay','no'),
(14505,3835,'_EventStartDate','2022-10-14 00:00:00'),
(14506,3835,'_EventEndDate','2022-10-14 00:00:00'),
(14507,3835,'_EventStartDateUTC','2022-10-14 00:00:00'),
(14508,3835,'_EventEndDateUTC','2022-10-14 00:00:00'),
(14509,3835,'_EventDuration','0'),
(14510,3835,'_EventCurrencySymbol',''),
(14511,3835,'_EventCurrencyCode',''),
(14512,3835,'_EventCurrencyPosition','prefix'),
(14513,3835,'_EventCost',''),
(14514,3835,'_EventURL',''),
(14515,3835,'_EventTimezone','UTC+0'),
(14516,3835,'_EventTimezoneAbbr','UTC+0'),
(14517,3835,'_tribe_aggregator_origin','csv'),
(14518,3835,'_tribe_aggregator_record','3639'),
(14519,3835,'_tribe_aggregator_source',''),
(14520,3835,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14521,3835,'_thumbnail_id','3785'),
(14522,3836,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568283;s:8:\"post_tag\";i:1734568283;s:12:\"_EventOrigin\";i:1734568283;s:17:\"_EventShowMapLink\";i:1734568283;s:13:\"_EventShowMap\";i:1734568283;s:12:\"_EventAllDay\";i:1734568283;s:15:\"_EventStartDate\";i:1734568283;s:13:\"_EventEndDate\";i:1734568283;s:18:\"_EventStartDateUTC\";i:1734568283;s:16:\"_EventEndDateUTC\";i:1734568283;s:14:\"_EventDuration\";i:1734568283;s:20:\"_EventCurrencySymbol\";i:1734568283;s:18:\"_EventCurrencyCode\";i:1734568283;s:22:\"_EventCurrencyPosition\";i:1734568283;s:10:\"_EventCost\";i:1734568283;s:9:\"_EventURL\";i:1734568283;s:14:\"_EventTimezone\";i:1734568283;s:18:\"_EventTimezoneAbbr\";i:1734568283;s:24:\"_tribe_aggregator_origin\";i:1734568283;s:24:\"_tribe_aggregator_record\";i:1734568283;s:24:\"_tribe_aggregator_source\";i:1734568283;s:25:\"_tribe_aggregator_updated\";i:1734568283;s:13:\"_thumbnail_id\";i:1734568283;s:33:\"_et_builder_module_features_cache\";i:1753360978;s:29:\"_et_dynamic_cached_shortcodes\";i:1757142782;s:29:\"_et_dynamic_cached_attributes\";i:1757142783;s:22:\"et_enqueued_post_fonts\";i:1757142783;}'),
(14525,3836,'_EventOrigin','event-aggregator'),
(14527,3836,'_EventShowMapLink',''),
(14528,3836,'_EventShowMap',''),
(14529,3836,'_EventAllDay','no'),
(14530,3836,'_EventStartDate','2022-10-15 00:00:00'),
(14531,3836,'_EventEndDate','2022-10-15 00:00:00'),
(14532,3836,'_EventStartDateUTC','2022-10-15 00:00:00'),
(14533,3836,'_EventEndDateUTC','2022-10-15 00:00:00'),
(14534,3836,'_EventDuration','0'),
(14535,3836,'_EventCurrencySymbol',''),
(14536,3836,'_EventCurrencyCode',''),
(14537,3836,'_EventCurrencyPosition','prefix'),
(14538,3836,'_EventCost',''),
(14539,3836,'_EventURL',''),
(14540,3836,'_EventTimezone','UTC+0'),
(14541,3836,'_EventTimezoneAbbr','UTC+0'),
(14542,3836,'_tribe_aggregator_origin','csv'),
(14543,3836,'_tribe_aggregator_record','3639'),
(14544,3836,'_tribe_aggregator_source',''),
(14545,3836,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14546,3836,'_thumbnail_id','3776'),
(14552,3837,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568286;s:8:\"post_tag\";i:1734568286;s:12:\"_EventOrigin\";i:1734568286;s:17:\"_EventShowMapLink\";i:1734568286;s:13:\"_EventShowMap\";i:1734568286;s:12:\"_EventAllDay\";i:1734568286;s:15:\"_EventStartDate\";i:1734568286;s:13:\"_EventEndDate\";i:1734568286;s:18:\"_EventStartDateUTC\";i:1734568286;s:16:\"_EventEndDateUTC\";i:1734568286;s:14:\"_EventDuration\";i:1734568286;s:20:\"_EventCurrencySymbol\";i:1734568286;s:18:\"_EventCurrencyCode\";i:1734568286;s:22:\"_EventCurrencyPosition\";i:1734568286;s:10:\"_EventCost\";i:1734568286;s:9:\"_EventURL\";i:1734568286;s:14:\"_EventTimezone\";i:1734568286;s:18:\"_EventTimezoneAbbr\";i:1734568286;s:24:\"_tribe_aggregator_origin\";i:1734568286;s:24:\"_tribe_aggregator_record\";i:1734568286;s:24:\"_tribe_aggregator_source\";i:1734568286;s:25:\"_tribe_aggregator_updated\";i:1734568286;s:13:\"_thumbnail_id\";i:1734568287;s:29:\"_et_dynamic_cached_shortcodes\";i:1757141511;s:29:\"_et_dynamic_cached_attributes\";i:1757141512;s:22:\"et_enqueued_post_fonts\";i:1757141512;s:33:\"_et_builder_module_features_cache\";i:1757141512;}'),
(14553,3837,'_EventOrigin','event-aggregator'),
(14554,3837,'_EventShowMapLink',''),
(14555,3837,'_EventShowMap',''),
(14556,3837,'_EventAllDay','no'),
(14557,3837,'_EventStartDate','2022-10-15 00:00:00'),
(14558,3837,'_EventEndDate','2022-10-15 00:00:00'),
(14559,3837,'_EventStartDateUTC','2022-10-15 00:00:00'),
(14560,3837,'_EventEndDateUTC','2022-10-15 00:00:00'),
(14561,3837,'_EventDuration','0'),
(14562,3837,'_EventCurrencySymbol',''),
(14563,3837,'_EventCurrencyCode',''),
(14564,3837,'_EventCurrencyPosition','prefix'),
(14565,3837,'_EventCost',''),
(14566,3837,'_EventURL',''),
(14567,3837,'_EventTimezone','UTC+0'),
(14568,3837,'_EventTimezoneAbbr','UTC+0'),
(14569,3837,'_tribe_aggregator_origin','csv'),
(14570,3837,'_tribe_aggregator_record','3639'),
(14571,3837,'_tribe_aggregator_source',''),
(14572,3837,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14573,3838,'_wp_attached_file','2024/12/carbine_header-min-DpriQ3.tmp_.jpg'),
(14574,3838,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:768;s:6:\"height\";i:432;s:4:\"file\";s:42:\"2024/12/carbine_header-min-DpriQ3.tmp_.jpg\";s:8:\"filesize\";i:21376;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:42:\"carbine_header-min-DpriQ3.tmp_-300x169.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:169;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12242;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:42:\"carbine_header-min-DpriQ3.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6641;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:42:\"carbine_header-min-DpriQ3.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20832;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:42:\"carbine_header-min-DpriQ3.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23034;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:42:\"carbine_header-min-DpriQ3.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34386;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:42:\"carbine_header-min-DpriQ3.tmp_-400x432.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:432;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24060;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:42:\"carbine_header-min-DpriQ3.tmp_-480x270.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:270;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25696;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:42:\"carbine_header-min-DpriQ3.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19026;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:42:\"carbine_header-min-DpriQ3.tmp_-600x338.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:338;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35639;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:42:\"carbine_header-min-DpriQ3.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3805;}}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:{}}}'),
(14575,3838,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2019/03/carbine_header-min.jpg'),
(14576,3837,'_thumbnail_id','3838'),
(14577,3839,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568287;s:8:\"post_tag\";i:1734568287;s:12:\"_EventOrigin\";i:1734568287;s:17:\"_EventShowMapLink\";i:1734568287;s:13:\"_EventShowMap\";i:1734568287;s:12:\"_EventAllDay\";i:1734568287;s:15:\"_EventStartDate\";i:1734568287;s:13:\"_EventEndDate\";i:1734568287;s:18:\"_EventStartDateUTC\";i:1734568287;s:16:\"_EventEndDateUTC\";i:1734568287;s:14:\"_EventDuration\";i:1734568287;s:20:\"_EventCurrencySymbol\";i:1734568287;s:18:\"_EventCurrencyCode\";i:1734568287;s:22:\"_EventCurrencyPosition\";i:1734568287;s:10:\"_EventCost\";i:1734568287;s:9:\"_EventURL\";i:1734568287;s:14:\"_EventTimezone\";i:1734568287;s:18:\"_EventTimezoneAbbr\";i:1734568287;s:24:\"_tribe_aggregator_origin\";i:1734568287;s:24:\"_tribe_aggregator_record\";i:1734568287;s:24:\"_tribe_aggregator_source\";i:1734568287;s:25:\"_tribe_aggregator_updated\";i:1734568287;s:13:\"_thumbnail_id\";i:1734568288;s:29:\"_et_dynamic_cached_shortcodes\";i:1751923737;s:29:\"_et_dynamic_cached_attributes\";i:1751923737;s:22:\"et_enqueued_post_fonts\";i:1751923737;s:33:\"_et_builder_module_features_cache\";i:1753430730;}'),
(14578,3839,'_EventOrigin','event-aggregator'),
(14579,3839,'_EventShowMapLink',''),
(14580,3839,'_EventShowMap',''),
(14581,3839,'_EventAllDay','no'),
(14582,3839,'_EventStartDate','2022-10-15 00:00:00'),
(14583,3839,'_EventEndDate','2022-10-15 00:00:00'),
(14584,3839,'_EventStartDateUTC','2022-10-15 00:00:00'),
(14585,3839,'_EventEndDateUTC','2022-10-15 00:00:00'),
(14586,3839,'_EventDuration','0'),
(14587,3839,'_EventCurrencySymbol',''),
(14588,3839,'_EventCurrencyCode',''),
(14589,3839,'_EventCurrencyPosition','prefix'),
(14590,3839,'_EventCost',''),
(14591,3839,'_EventURL',''),
(14592,3839,'_EventTimezone','UTC+0'),
(14593,3839,'_EventTimezoneAbbr','UTC+0'),
(14594,3839,'_tribe_aggregator_origin','csv'),
(14595,3839,'_tribe_aggregator_record','3639'),
(14596,3839,'_tribe_aggregator_source',''),
(14597,3839,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14598,3839,'_thumbnail_id','3802'),
(14599,3840,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568288;s:8:\"post_tag\";i:1734568288;s:12:\"_EventOrigin\";i:1734568288;s:17:\"_EventShowMapLink\";i:1734568288;s:13:\"_EventShowMap\";i:1734568288;s:12:\"_EventAllDay\";i:1734568288;s:15:\"_EventStartDate\";i:1734568288;s:13:\"_EventEndDate\";i:1734568288;s:18:\"_EventStartDateUTC\";i:1734568288;s:16:\"_EventEndDateUTC\";i:1734568288;s:14:\"_EventDuration\";i:1734568288;s:20:\"_EventCurrencySymbol\";i:1734568288;s:18:\"_EventCurrencyCode\";i:1734568288;s:22:\"_EventCurrencyPosition\";i:1734568288;s:10:\"_EventCost\";i:1734568288;s:9:\"_EventURL\";i:1734568288;s:14:\"_EventTimezone\";i:1734568288;s:18:\"_EventTimezoneAbbr\";i:1734568288;s:24:\"_tribe_aggregator_origin\";i:1734568288;s:24:\"_tribe_aggregator_record\";i:1734568288;s:24:\"_tribe_aggregator_source\";i:1734568288;s:25:\"_tribe_aggregator_updated\";i:1734568288;s:13:\"_thumbnail_id\";i:1734568289;s:29:\"_et_dynamic_cached_shortcodes\";i:1750918184;s:29:\"_et_dynamic_cached_attributes\";i:1750918184;s:22:\"et_enqueued_post_fonts\";i:1752678855;s:33:\"_et_builder_module_features_cache\";i:1753339515;}'),
(14600,3840,'_EventOrigin','event-aggregator'),
(14601,3840,'_EventShowMapLink',''),
(14602,3840,'_EventShowMap',''),
(14603,3840,'_EventAllDay','no'),
(14604,3840,'_EventStartDate','2022-10-15 00:00:00'),
(14605,3840,'_EventEndDate','2022-10-15 00:00:00'),
(14606,3840,'_EventStartDateUTC','2022-10-15 00:00:00'),
(14607,3840,'_EventEndDateUTC','2022-10-15 00:00:00'),
(14608,3840,'_EventDuration','0'),
(14609,3840,'_EventCurrencySymbol',''),
(14610,3840,'_EventCurrencyCode',''),
(14611,3840,'_EventCurrencyPosition','prefix'),
(14612,3840,'_EventCost',''),
(14613,3840,'_EventURL',''),
(14614,3840,'_EventTimezone','UTC+0'),
(14615,3840,'_EventTimezoneAbbr','UTC+0'),
(14616,3840,'_tribe_aggregator_origin','csv'),
(14617,3840,'_tribe_aggregator_record','3639'),
(14618,3840,'_tribe_aggregator_source',''),
(14619,3840,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14620,3840,'_thumbnail_id','3802'),
(14621,3841,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568289;s:12:\"_EventOrigin\";i:1734568289;s:17:\"_EventShowMapLink\";i:1734568289;s:13:\"_EventShowMap\";i:1734568289;s:12:\"_EventAllDay\";i:1734568289;s:15:\"_EventStartDate\";i:1734568289;s:13:\"_EventEndDate\";i:1734568289;s:18:\"_EventStartDateUTC\";i:1734568289;s:16:\"_EventEndDateUTC\";i:1734568289;s:14:\"_EventDuration\";i:1734568289;s:20:\"_EventCurrencySymbol\";i:1734568289;s:18:\"_EventCurrencyCode\";i:1734568289;s:22:\"_EventCurrencyPosition\";i:1734568289;s:10:\"_EventCost\";i:1734568289;s:9:\"_EventURL\";i:1734568289;s:14:\"_EventTimezone\";i:1734568289;s:18:\"_EventTimezoneAbbr\";i:1734568289;s:24:\"_tribe_aggregator_origin\";i:1734568289;s:24:\"_tribe_aggregator_record\";i:1734568289;s:24:\"_tribe_aggregator_source\";i:1734568289;s:25:\"_tribe_aggregator_updated\";i:1734568289;s:13:\"_thumbnail_id\";i:1734568290;s:29:\"_et_dynamic_cached_shortcodes\";i:1755468149;s:29:\"_et_dynamic_cached_attributes\";i:1755468150;s:22:\"et_enqueued_post_fonts\";i:1755468150;s:33:\"_et_builder_module_features_cache\";i:1755468150;}'),
(14622,3841,'_EventOrigin','event-aggregator'),
(14623,3841,'_EventShowMapLink',''),
(14624,3841,'_EventShowMap',''),
(14625,3841,'_EventAllDay','no'),
(14626,3841,'_EventStartDate','2022-10-18 00:00:00'),
(14627,3841,'_EventEndDate','2022-10-18 00:00:00'),
(14628,3841,'_EventStartDateUTC','2022-10-18 00:00:00'),
(14629,3841,'_EventEndDateUTC','2022-10-18 00:00:00'),
(14630,3841,'_EventDuration','0'),
(14631,3841,'_EventCurrencySymbol',''),
(14632,3841,'_EventCurrencyCode',''),
(14633,3841,'_EventCurrencyPosition','prefix'),
(14634,3841,'_EventCost',''),
(14635,3841,'_EventURL',''),
(14636,3841,'_EventTimezone','UTC+0'),
(14637,3841,'_EventTimezoneAbbr','UTC+0'),
(14638,3841,'_tribe_aggregator_origin','csv'),
(14639,3841,'_tribe_aggregator_record','3639'),
(14640,3841,'_tribe_aggregator_source',''),
(14641,3841,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14642,3842,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568290;s:8:\"post_tag\";i:1734568290;s:12:\"_EventOrigin\";i:1734568290;s:17:\"_EventShowMapLink\";i:1734568290;s:13:\"_EventShowMap\";i:1734568290;s:12:\"_EventAllDay\";i:1734568290;s:15:\"_EventStartDate\";i:1734568290;s:13:\"_EventEndDate\";i:1734568290;s:18:\"_EventStartDateUTC\";i:1734568290;s:16:\"_EventEndDateUTC\";i:1734568290;s:14:\"_EventDuration\";i:1734568290;s:20:\"_EventCurrencySymbol\";i:1734568290;s:18:\"_EventCurrencyCode\";i:1734568290;s:22:\"_EventCurrencyPosition\";i:1734568290;s:10:\"_EventCost\";i:1734568290;s:9:\"_EventURL\";i:1734568290;s:14:\"_EventTimezone\";i:1734568290;s:18:\"_EventTimezoneAbbr\";i:1734568290;s:24:\"_tribe_aggregator_origin\";i:1734568290;s:24:\"_tribe_aggregator_record\";i:1734568290;s:24:\"_tribe_aggregator_source\";i:1734568290;s:25:\"_tribe_aggregator_updated\";i:1734568290;s:13:\"_thumbnail_id\";i:1734568290;s:33:\"_et_builder_module_features_cache\";i:1754841766;s:29:\"_et_dynamic_cached_shortcodes\";i:1754841765;s:29:\"_et_dynamic_cached_attributes\";i:1754841766;s:22:\"et_enqueued_post_fonts\";i:1754841766;}'),
(14643,3843,'_wp_attached_file','2024/12/MWC-2023-min-ccSGac.tmp_.png'),
(14644,3843,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:514;s:6:\"height\";i:515;s:4:\"file\";s:36:\"2024/12/MWC-2023-min-ccSGac.tmp_.png\";s:8:\"filesize\";i:105678;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"MWC-2023-min-ccSGac.tmp_-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:148962;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"MWC-2023-min-ccSGac.tmp_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42429;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"MWC-2023-min-ccSGac.tmp_-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:164695;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"MWC-2023-min-ccSGac.tmp_-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:188580;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"MWC-2023-min-ccSGac.tmp_-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:297252;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"MWC-2023-min-ccSGac.tmp_-400x515.png\";s:5:\"width\";i:400;s:6:\"height\";i:515;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:229581;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"MWC-2023-min-ccSGac.tmp_-480x481.png\";s:5:\"width\";i:480;s:6:\"height\";i:481;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:349235;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"MWC-2023-min-ccSGac.tmp_-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:149141;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"MWC-2023-min-ccSGac.tmp_-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:20712;}}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:{}}}'),
(14645,3842,'_EventOrigin','event-aggregator'),
(14649,3842,'_EventShowMapLink',''),
(14650,3842,'_EventShowMap',''),
(14651,3842,'_EventAllDay','no'),
(14652,3842,'_EventStartDate','2022-10-19 00:00:00'),
(14653,3842,'_EventEndDate','2022-10-19 00:00:00'),
(14654,3842,'_EventStartDateUTC','2022-10-19 00:00:00'),
(14655,3842,'_EventEndDateUTC','2022-10-19 00:00:00'),
(14656,3842,'_EventDuration','0'),
(14657,3842,'_EventCurrencySymbol',''),
(14658,3842,'_EventCurrencyCode',''),
(14659,3842,'_EventCurrencyPosition','prefix'),
(14660,3842,'_EventCost',''),
(14661,3842,'_EventURL',''),
(14662,3842,'_EventTimezone','UTC+0'),
(14663,3842,'_EventTimezoneAbbr','UTC+0'),
(14664,3842,'_tribe_aggregator_origin','csv'),
(14665,3842,'_tribe_aggregator_record','3639'),
(14666,3842,'_tribe_aggregator_source',''),
(14667,3842,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14671,3843,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/10/MWC-2023-min.png'),
(14672,3841,'_thumbnail_id','3843'),
(14673,3842,'_thumbnail_id','3802'),
(14679,3844,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568299;s:8:\"post_tag\";i:1734568299;s:12:\"_EventOrigin\";i:1734568299;s:17:\"_EventShowMapLink\";i:1734568299;s:13:\"_EventShowMap\";i:1734568299;s:12:\"_EventAllDay\";i:1734568299;s:15:\"_EventStartDate\";i:1734568299;s:13:\"_EventEndDate\";i:1734568299;s:18:\"_EventStartDateUTC\";i:1734568299;s:16:\"_EventEndDateUTC\";i:1734568299;s:14:\"_EventDuration\";i:1734568299;s:20:\"_EventCurrencySymbol\";i:1734568299;s:18:\"_EventCurrencyCode\";i:1734568299;s:22:\"_EventCurrencyPosition\";i:1734568299;s:10:\"_EventCost\";i:1734568299;s:9:\"_EventURL\";i:1734568299;s:14:\"_EventTimezone\";i:1734568299;s:18:\"_EventTimezoneAbbr\";i:1734568299;s:24:\"_tribe_aggregator_origin\";i:1734568299;s:24:\"_tribe_aggregator_record\";i:1734568299;s:24:\"_tribe_aggregator_source\";i:1734568299;s:25:\"_tribe_aggregator_updated\";i:1734568299;s:13:\"_thumbnail_id\";i:1734568300;s:29:\"_et_dynamic_cached_shortcodes\";i:1756719044;s:29:\"_et_dynamic_cached_attributes\";i:1756719045;s:22:\"et_enqueued_post_fonts\";i:1756719045;s:33:\"_et_builder_module_features_cache\";i:1753329225;}'),
(14680,3844,'_EventOrigin','event-aggregator'),
(14681,3844,'_EventShowMapLink',''),
(14682,3844,'_EventShowMap',''),
(14683,3844,'_EventAllDay','no'),
(14684,3844,'_EventStartDate','2022-10-19 00:00:00'),
(14685,3844,'_EventEndDate','2022-10-19 00:00:00'),
(14686,3844,'_EventStartDateUTC','2022-10-19 00:00:00'),
(14687,3844,'_EventEndDateUTC','2022-10-19 00:00:00'),
(14688,3844,'_EventDuration','0'),
(14689,3844,'_EventCurrencySymbol',''),
(14690,3844,'_EventCurrencyCode',''),
(14691,3844,'_EventCurrencyPosition','prefix'),
(14692,3844,'_EventCost',''),
(14693,3844,'_EventURL',''),
(14694,3844,'_EventTimezone','UTC+0'),
(14695,3844,'_EventTimezoneAbbr','UTC+0'),
(14696,3844,'_tribe_aggregator_origin','csv'),
(14697,3844,'_tribe_aggregator_record','3639'),
(14698,3844,'_tribe_aggregator_source',''),
(14699,3844,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14700,3844,'_thumbnail_id','3802'),
(14704,3845,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568300;s:12:\"_EventOrigin\";i:1734568300;s:17:\"_EventShowMapLink\";i:1734568300;s:13:\"_EventShowMap\";i:1734568300;s:12:\"_EventAllDay\";i:1734568300;s:15:\"_EventStartDate\";i:1734568300;s:13:\"_EventEndDate\";i:1734568300;s:18:\"_EventStartDateUTC\";i:1734568300;s:16:\"_EventEndDateUTC\";i:1734568300;s:14:\"_EventDuration\";i:1734568300;s:20:\"_EventCurrencySymbol\";i:1734568300;s:18:\"_EventCurrencyCode\";i:1734568300;s:22:\"_EventCurrencyPosition\";i:1734568300;s:10:\"_EventCost\";i:1734568300;s:9:\"_EventURL\";i:1734568300;s:14:\"_EventTimezone\";i:1734568300;s:18:\"_EventTimezoneAbbr\";i:1734568300;s:24:\"_tribe_aggregator_origin\";i:1734568300;s:24:\"_tribe_aggregator_record\";i:1734568300;s:24:\"_tribe_aggregator_source\";i:1734568300;s:25:\"_tribe_aggregator_updated\";i:1734568300;s:13:\"_thumbnail_id\";i:1734568300;s:29:\"_et_dynamic_cached_shortcodes\";i:1755832422;s:29:\"_et_dynamic_cached_attributes\";i:1755832423;s:22:\"et_enqueued_post_fonts\";i:1755832423;s:33:\"_et_builder_module_features_cache\";i:1753339500;}'),
(14705,3845,'_EventOrigin','event-aggregator'),
(14706,3845,'_EventShowMapLink',''),
(14707,3845,'_EventShowMap',''),
(14708,3845,'_EventAllDay','no'),
(14709,3845,'_EventStartDate','2022-10-19 00:00:00'),
(14710,3845,'_EventEndDate','2022-10-19 00:00:00'),
(14711,3845,'_EventStartDateUTC','2022-10-19 00:00:00'),
(14712,3845,'_EventEndDateUTC','2022-10-19 00:00:00'),
(14713,3845,'_EventDuration','0'),
(14714,3845,'_EventCurrencySymbol',''),
(14715,3845,'_EventCurrencyCode',''),
(14716,3845,'_EventCurrencyPosition','prefix'),
(14717,3845,'_EventCost',''),
(14718,3845,'_EventURL',''),
(14719,3845,'_EventTimezone','UTC+0'),
(14720,3845,'_EventTimezoneAbbr','UTC+0'),
(14721,3845,'_tribe_aggregator_origin','csv'),
(14722,3845,'_tribe_aggregator_record','3639'),
(14723,3845,'_tribe_aggregator_source',''),
(14724,3845,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14725,3845,'_thumbnail_id','3794'),
(14726,3846,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568301;s:8:\"post_tag\";i:1734568301;s:12:\"_EventOrigin\";i:1734568301;s:17:\"_EventShowMapLink\";i:1734568301;s:13:\"_EventShowMap\";i:1734568301;s:12:\"_EventAllDay\";i:1734568301;s:15:\"_EventStartDate\";i:1734568301;s:13:\"_EventEndDate\";i:1734568301;s:18:\"_EventStartDateUTC\";i:1734568301;s:16:\"_EventEndDateUTC\";i:1734568301;s:14:\"_EventDuration\";i:1734568301;s:20:\"_EventCurrencySymbol\";i:1734568301;s:18:\"_EventCurrencyCode\";i:1734568301;s:22:\"_EventCurrencyPosition\";i:1734568301;s:10:\"_EventCost\";i:1734568301;s:9:\"_EventURL\";i:1734568301;s:14:\"_EventTimezone\";i:1734568301;s:18:\"_EventTimezoneAbbr\";i:1734568301;s:24:\"_tribe_aggregator_origin\";i:1734568301;s:24:\"_tribe_aggregator_record\";i:1734568301;s:24:\"_tribe_aggregator_source\";i:1734568301;s:25:\"_tribe_aggregator_updated\";i:1734568301;s:13:\"_thumbnail_id\";i:1734568301;s:33:\"_et_builder_module_features_cache\";i:1753315001;s:29:\"_et_dynamic_cached_shortcodes\";i:1755925133;s:29:\"_et_dynamic_cached_attributes\";i:1755925134;s:22:\"et_enqueued_post_fonts\";i:1755925134;}'),
(14727,3846,'_EventOrigin','event-aggregator'),
(14728,3846,'_EventShowMapLink',''),
(14729,3846,'_EventShowMap',''),
(14730,3846,'_EventAllDay','no'),
(14731,3846,'_EventStartDate','2022-10-19 00:00:00'),
(14732,3846,'_EventEndDate','2022-10-19 00:00:00'),
(14733,3846,'_EventStartDateUTC','2022-10-19 00:00:00'),
(14734,3846,'_EventEndDateUTC','2022-10-19 00:00:00'),
(14735,3846,'_EventDuration','0'),
(14736,3846,'_EventCurrencySymbol',''),
(14737,3846,'_EventCurrencyCode',''),
(14738,3846,'_EventCurrencyPosition','prefix'),
(14739,3846,'_EventCost',''),
(14740,3846,'_EventURL',''),
(14741,3846,'_EventTimezone','UTC+0'),
(14742,3846,'_EventTimezoneAbbr','UTC+0'),
(14743,3846,'_tribe_aggregator_origin','csv'),
(14744,3846,'_tribe_aggregator_record','3639'),
(14745,3846,'_tribe_aggregator_source',''),
(14746,3846,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14747,3846,'_thumbnail_id','3697'),
(14748,3847,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568301;s:8:\"post_tag\";i:1734568301;s:12:\"_EventOrigin\";i:1734568301;s:17:\"_EventShowMapLink\";i:1734568301;s:13:\"_EventShowMap\";i:1734568301;s:12:\"_EventAllDay\";i:1734568301;s:15:\"_EventStartDate\";i:1734568301;s:13:\"_EventEndDate\";i:1734568301;s:18:\"_EventStartDateUTC\";i:1734568301;s:16:\"_EventEndDateUTC\";i:1734568301;s:14:\"_EventDuration\";i:1734568301;s:20:\"_EventCurrencySymbol\";i:1734568301;s:18:\"_EventCurrencyCode\";i:1734568301;s:22:\"_EventCurrencyPosition\";i:1734568301;s:10:\"_EventCost\";i:1734568301;s:9:\"_EventURL\";i:1734568301;s:14:\"_EventTimezone\";i:1734568301;s:18:\"_EventTimezoneAbbr\";i:1734568301;s:24:\"_tribe_aggregator_origin\";i:1734568301;s:24:\"_tribe_aggregator_record\";i:1734568301;s:24:\"_tribe_aggregator_source\";i:1734568301;s:25:\"_tribe_aggregator_updated\";i:1734568301;s:13:\"_thumbnail_id\";i:1734568302;s:29:\"_et_dynamic_cached_shortcodes\";i:1755928130;s:29:\"_et_dynamic_cached_attributes\";i:1755928131;s:22:\"et_enqueued_post_fonts\";i:1755928131;s:33:\"_et_builder_module_features_cache\";i:1755928131;}'),
(14749,3847,'_EventOrigin','event-aggregator'),
(14750,3847,'_EventShowMapLink',''),
(14751,3847,'_EventShowMap',''),
(14752,3847,'_EventAllDay','no'),
(14753,3847,'_EventStartDate','2022-10-19 00:00:00'),
(14754,3847,'_EventEndDate','2022-10-19 00:00:00'),
(14755,3847,'_EventStartDateUTC','2022-10-19 00:00:00'),
(14756,3847,'_EventEndDateUTC','2022-10-19 00:00:00'),
(14757,3847,'_EventDuration','0'),
(14758,3847,'_EventCurrencySymbol',''),
(14759,3847,'_EventCurrencyCode',''),
(14760,3847,'_EventCurrencyPosition','prefix'),
(14761,3847,'_EventCost',''),
(14762,3847,'_EventURL',''),
(14763,3847,'_EventTimezone','UTC+0'),
(14764,3847,'_EventTimezoneAbbr','UTC+0'),
(14765,3847,'_tribe_aggregator_origin','csv'),
(14766,3847,'_tribe_aggregator_record','3639'),
(14767,3847,'_tribe_aggregator_source',''),
(14768,3847,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14769,3847,'_thumbnail_id','3804'),
(14770,3848,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568302;s:8:\"post_tag\";i:1734568302;s:12:\"_EventOrigin\";i:1734568302;s:17:\"_EventShowMapLink\";i:1734568302;s:13:\"_EventShowMap\";i:1734568302;s:12:\"_EventAllDay\";i:1734568302;s:15:\"_EventStartDate\";i:1734568302;s:13:\"_EventEndDate\";i:1734568302;s:18:\"_EventStartDateUTC\";i:1734568302;s:16:\"_EventEndDateUTC\";i:1734568302;s:14:\"_EventDuration\";i:1734568302;s:20:\"_EventCurrencySymbol\";i:1734568302;s:18:\"_EventCurrencyCode\";i:1734568302;s:22:\"_EventCurrencyPosition\";i:1734568302;s:10:\"_EventCost\";i:1734568302;s:9:\"_EventURL\";i:1734568302;s:14:\"_EventTimezone\";i:1734568302;s:18:\"_EventTimezoneAbbr\";i:1734568302;s:24:\"_tribe_aggregator_origin\";i:1734568302;s:24:\"_tribe_aggregator_record\";i:1734568302;s:24:\"_tribe_aggregator_source\";i:1734568302;s:25:\"_tribe_aggregator_updated\";i:1734568302;s:13:\"_thumbnail_id\";i:1734568303;s:29:\"_et_dynamic_cached_shortcodes\";i:1757080897;s:29:\"_et_dynamic_cached_attributes\";i:1757080898;s:22:\"et_enqueued_post_fonts\";i:1757080898;s:33:\"_et_builder_module_features_cache\";i:1757080898;}'),
(14771,3848,'_EventOrigin','event-aggregator'),
(14772,3848,'_EventShowMapLink',''),
(14773,3848,'_EventShowMap',''),
(14774,3848,'_EventAllDay','no'),
(14775,3848,'_EventStartDate','2022-10-19 00:00:00'),
(14776,3848,'_EventEndDate','2022-10-19 00:00:00'),
(14777,3848,'_EventStartDateUTC','2022-10-19 00:00:00'),
(14778,3848,'_EventEndDateUTC','2022-10-19 00:00:00'),
(14779,3848,'_EventDuration','0'),
(14780,3848,'_EventCurrencySymbol',''),
(14781,3848,'_EventCurrencyCode',''),
(14782,3848,'_EventCurrencyPosition','prefix'),
(14783,3848,'_EventCost',''),
(14784,3848,'_EventURL',''),
(14785,3848,'_EventTimezone','UTC+0'),
(14786,3848,'_EventTimezoneAbbr','UTC+0'),
(14787,3848,'_tribe_aggregator_origin','csv'),
(14788,3848,'_tribe_aggregator_record','3639'),
(14789,3848,'_tribe_aggregator_source',''),
(14790,3848,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14791,3849,'_wp_attached_file','2024/12/IMG-4327-scaled-ETCpUv.tmp_.jpg'),
(14792,3849,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:39:\"2024/12/IMG-4327-scaled-ETCpUv.tmp_.jpg\";s:8:\"filesize\";i:49091;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"IMG-4327-scaled-ETCpUv.tmp_-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12041;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"IMG-4327-scaled-ETCpUv.tmp_-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78772;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"IMG-4327-scaled-ETCpUv.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5554;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"IMG-4327-scaled-ETCpUv.tmp_-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51072;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"IMG-4327-scaled-ETCpUv.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15853;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"IMG-4327-scaled-ETCpUv.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71113;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"IMG-4327-scaled-ETCpUv.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17588;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"IMG-4327-scaled-ETCpUv.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26786;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:40:\"IMG-4327-scaled-ETCpUv.tmp_-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85889;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"IMG-4327-scaled-ETCpUv.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29695;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:39:\"IMG-4327-scaled-ETCpUv.tmp_-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73979;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"IMG-4327-scaled-ETCpUv.tmp_-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24173;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"IMG-4327-scaled-ETCpUv.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15470;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"IMG-4327-scaled-ETCpUv.tmp_-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35016;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"IMG-4327-scaled-ETCpUv.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3304;}}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:{}}}'),
(14794,3849,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/10/IMG-4327-scaled.jpg'),
(14795,3848,'_thumbnail_id','3849'),
(14803,3850,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568306;s:8:\"post_tag\";i:1734568306;s:12:\"_EventOrigin\";i:1734568306;s:17:\"_EventShowMapLink\";i:1734568306;s:13:\"_EventShowMap\";i:1734568306;s:12:\"_EventAllDay\";i:1734568306;s:15:\"_EventStartDate\";i:1734568306;s:13:\"_EventEndDate\";i:1734568306;s:18:\"_EventStartDateUTC\";i:1734568306;s:16:\"_EventEndDateUTC\";i:1734568306;s:14:\"_EventDuration\";i:1734568306;s:20:\"_EventCurrencySymbol\";i:1734568306;s:18:\"_EventCurrencyCode\";i:1734568306;s:22:\"_EventCurrencyPosition\";i:1734568306;s:10:\"_EventCost\";i:1734568306;s:9:\"_EventURL\";i:1734568306;s:14:\"_EventTimezone\";i:1734568306;s:18:\"_EventTimezoneAbbr\";i:1734568306;s:24:\"_tribe_aggregator_origin\";i:1734568306;s:24:\"_tribe_aggregator_record\";i:1734568306;s:24:\"_tribe_aggregator_source\";i:1734568306;s:25:\"_tribe_aggregator_updated\";i:1734568306;s:13:\"_thumbnail_id\";i:1734568306;s:29:\"_et_dynamic_cached_shortcodes\";i:1756913679;s:29:\"_et_dynamic_cached_attributes\";i:1756913680;s:22:\"et_enqueued_post_fonts\";i:1756913680;s:33:\"_et_builder_module_features_cache\";i:1756913680;}'),
(14804,3850,'_EventOrigin','event-aggregator'),
(14805,3850,'_EventShowMapLink',''),
(14806,3850,'_EventShowMap',''),
(14807,3850,'_EventAllDay','no'),
(14808,3850,'_EventStartDate','2022-10-19 00:00:00'),
(14809,3850,'_EventEndDate','2022-10-19 00:00:00'),
(14810,3850,'_EventStartDateUTC','2022-10-19 00:00:00'),
(14811,3850,'_EventEndDateUTC','2022-10-19 00:00:00'),
(14812,3850,'_EventDuration','0'),
(14813,3850,'_EventCurrencySymbol',''),
(14814,3850,'_EventCurrencyCode',''),
(14815,3850,'_EventCurrencyPosition','prefix'),
(14816,3850,'_EventCost',''),
(14817,3850,'_EventURL',''),
(14818,3850,'_EventTimezone','UTC+0'),
(14819,3850,'_EventTimezoneAbbr','UTC+0'),
(14820,3850,'_tribe_aggregator_origin','csv'),
(14821,3850,'_tribe_aggregator_record','3639'),
(14822,3850,'_tribe_aggregator_source',''),
(14823,3850,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14824,3850,'_thumbnail_id','3804'),
(14825,3851,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568307;s:8:\"post_tag\";i:1734568307;s:12:\"_EventOrigin\";i:1734568307;s:17:\"_EventShowMapLink\";i:1734568307;s:13:\"_EventShowMap\";i:1734568307;s:12:\"_EventAllDay\";i:1734568307;s:15:\"_EventStartDate\";i:1734568307;s:13:\"_EventEndDate\";i:1734568307;s:18:\"_EventStartDateUTC\";i:1734568307;s:16:\"_EventEndDateUTC\";i:1734568307;s:14:\"_EventDuration\";i:1734568307;s:20:\"_EventCurrencySymbol\";i:1734568307;s:18:\"_EventCurrencyCode\";i:1734568307;s:22:\"_EventCurrencyPosition\";i:1734568307;s:10:\"_EventCost\";i:1734568307;s:9:\"_EventURL\";i:1734568307;s:14:\"_EventTimezone\";i:1734568307;s:18:\"_EventTimezoneAbbr\";i:1734568307;s:24:\"_tribe_aggregator_origin\";i:1734568307;s:24:\"_tribe_aggregator_record\";i:1734568307;s:24:\"_tribe_aggregator_source\";i:1734568307;s:25:\"_tribe_aggregator_updated\";i:1734568307;s:13:\"_thumbnail_id\";i:1734568308;s:29:\"_et_dynamic_cached_shortcodes\";i:1755846947;s:29:\"_et_dynamic_cached_attributes\";i:1755846948;s:22:\"et_enqueued_post_fonts\";i:1755846948;s:33:\"_et_builder_module_features_cache\";i:1755846948;}'),
(14826,3851,'_EventOrigin','event-aggregator'),
(14827,3851,'_EventShowMapLink',''),
(14828,3851,'_EventShowMap',''),
(14829,3851,'_EventAllDay','no'),
(14830,3851,'_EventStartDate','2022-10-19 00:00:00'),
(14831,3851,'_EventEndDate','2022-10-19 00:00:00'),
(14832,3851,'_EventStartDateUTC','2022-10-19 00:00:00'),
(14833,3851,'_EventEndDateUTC','2022-10-19 00:00:00'),
(14834,3851,'_EventDuration','0'),
(14835,3851,'_EventCurrencySymbol',''),
(14836,3851,'_EventCurrencyCode',''),
(14837,3851,'_EventCurrencyPosition','prefix'),
(14838,3851,'_EventCost',''),
(14839,3851,'_EventURL',''),
(14840,3851,'_EventTimezone','UTC+0'),
(14841,3851,'_EventTimezoneAbbr','UTC+0'),
(14842,3851,'_tribe_aggregator_origin','csv'),
(14843,3851,'_tribe_aggregator_record','3639'),
(14844,3851,'_tribe_aggregator_source',''),
(14845,3851,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14849,3852,'_wp_attached_file','2024/12/David-A-pic-2-min-Copy-REImtx.tmp_.jpg'),
(14850,3852,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:961;s:4:\"file\";s:46:\"2024/12/David-A-pic-2-min-Copy-REImtx.tmp_.jpg\";s:8:\"filesize\";i:33766;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:46:\"David-A-pic-2-min-Copy-REImtx.tmp_-288x300.jpg\";s:5:\"width\";i:288;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14035;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:46:\"David-A-pic-2-min-Copy-REImtx.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5231;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:46:\"David-A-pic-2-min-Copy-REImtx.tmp_-768x799.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:799;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59256;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:46:\"David-A-pic-2-min-Copy-REImtx.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13588;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:46:\"David-A-pic-2-min-Copy-REImtx.tmp_-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52564;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:46:\"David-A-pic-2-min-Copy-REImtx.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15331;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:46:\"David-A-pic-2-min-Copy-REImtx.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23071;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:46:\"David-A-pic-2-min-Copy-REImtx.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25920;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:46:\"David-A-pic-2-min-Copy-REImtx.tmp_-480x499.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:499;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29823;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:46:\"David-A-pic-2-min-Copy-REImtx.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14343;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:46:\"David-A-pic-2-min-Copy-REImtx.tmp_-600x624.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:624;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41045;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:46:\"David-A-pic-2-min-Copy-REImtx.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3060;}}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:{}}}'),
(14851,3853,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568308;s:8:\"post_tag\";i:1734568308;s:12:\"_EventOrigin\";i:1734568308;s:17:\"_EventShowMapLink\";i:1734568308;s:13:\"_EventShowMap\";i:1734568308;s:12:\"_EventAllDay\";i:1734568308;s:15:\"_EventStartDate\";i:1734568308;s:13:\"_EventEndDate\";i:1734568308;s:18:\"_EventStartDateUTC\";i:1734568308;s:16:\"_EventEndDateUTC\";i:1734568308;s:14:\"_EventDuration\";i:1734568308;s:20:\"_EventCurrencySymbol\";i:1734568308;s:18:\"_EventCurrencyCode\";i:1734568308;s:22:\"_EventCurrencyPosition\";i:1734568308;s:10:\"_EventCost\";i:1734568308;s:9:\"_EventURL\";i:1734568308;s:14:\"_EventTimezone\";i:1734568308;s:18:\"_EventTimezoneAbbr\";i:1734568308;s:24:\"_tribe_aggregator_origin\";i:1734568308;s:24:\"_tribe_aggregator_record\";i:1734568308;s:24:\"_tribe_aggregator_source\";i:1734568308;s:25:\"_tribe_aggregator_updated\";i:1734568308;s:13:\"_thumbnail_id\";i:1734568308;s:29:\"_et_dynamic_cached_shortcodes\";i:1755799630;s:29:\"_et_dynamic_cached_attributes\";i:1755799631;s:22:\"et_enqueued_post_fonts\";i:1755799631;s:33:\"_et_builder_module_features_cache\";i:1753339524;}'),
(14852,3853,'_EventOrigin','event-aggregator'),
(14853,3853,'_EventShowMapLink',''),
(14854,3853,'_EventShowMap',''),
(14855,3853,'_EventAllDay','no'),
(14856,3853,'_EventStartDate','2022-10-19 00:00:00'),
(14857,3853,'_EventEndDate','2022-10-19 00:00:00'),
(14858,3853,'_EventStartDateUTC','2022-10-19 00:00:00'),
(14859,3853,'_EventEndDateUTC','2022-10-19 00:00:00'),
(14860,3853,'_EventDuration','0'),
(14861,3853,'_EventCurrencySymbol',''),
(14862,3853,'_EventCurrencyCode',''),
(14863,3853,'_EventCurrencyPosition','prefix'),
(14864,3853,'_EventCost',''),
(14865,3853,'_EventURL',''),
(14866,3853,'_EventTimezone','UTC+0'),
(14867,3853,'_EventTimezoneAbbr','UTC+0'),
(14868,3853,'_tribe_aggregator_origin','csv'),
(14869,3853,'_tribe_aggregator_record','3639'),
(14870,3853,'_tribe_aggregator_source',''),
(14871,3853,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14872,3852,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-2-min-Copy.jpg'),
(14873,3851,'_thumbnail_id','3852'),
(14874,3853,'_thumbnail_id','3849'),
(14875,3854,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568308;s:8:\"post_tag\";i:1734568308;s:12:\"_EventOrigin\";i:1734568308;s:17:\"_EventShowMapLink\";i:1734568308;s:13:\"_EventShowMap\";i:1734568308;s:12:\"_EventAllDay\";i:1734568308;s:15:\"_EventStartDate\";i:1734568308;s:13:\"_EventEndDate\";i:1734568308;s:18:\"_EventStartDateUTC\";i:1734568308;s:16:\"_EventEndDateUTC\";i:1734568308;s:14:\"_EventDuration\";i:1734568308;s:20:\"_EventCurrencySymbol\";i:1734568308;s:18:\"_EventCurrencyCode\";i:1734568308;s:22:\"_EventCurrencyPosition\";i:1734568308;s:10:\"_EventCost\";i:1734568308;s:9:\"_EventURL\";i:1734568308;s:14:\"_EventTimezone\";i:1734568308;s:18:\"_EventTimezoneAbbr\";i:1734568308;s:24:\"_tribe_aggregator_origin\";i:1734568308;s:24:\"_tribe_aggregator_record\";i:1734568308;s:24:\"_tribe_aggregator_source\";i:1734568308;s:25:\"_tribe_aggregator_updated\";i:1734568308;s:13:\"_thumbnail_id\";i:1734568309;s:29:\"_et_dynamic_cached_shortcodes\";i:1755965032;s:29:\"_et_dynamic_cached_attributes\";i:1755965033;s:22:\"et_enqueued_post_fonts\";i:1755965033;s:33:\"_et_builder_module_features_cache\";i:1753339563;}'),
(14876,3854,'_EventOrigin','event-aggregator'),
(14877,3854,'_EventShowMapLink',''),
(14878,3854,'_EventShowMap',''),
(14879,3854,'_EventAllDay','no'),
(14880,3854,'_EventStartDate','2022-10-19 00:00:00'),
(14881,3854,'_EventEndDate','2022-10-19 00:00:00'),
(14882,3854,'_EventStartDateUTC','2022-10-19 00:00:00'),
(14883,3854,'_EventEndDateUTC','2022-10-19 00:00:00'),
(14884,3854,'_EventDuration','0'),
(14885,3854,'_EventCurrencySymbol',''),
(14886,3854,'_EventCurrencyCode',''),
(14887,3854,'_EventCurrencyPosition','prefix'),
(14888,3854,'_EventCost',''),
(14889,3854,'_EventURL',''),
(14890,3854,'_EventTimezone','UTC+0'),
(14891,3854,'_EventTimezoneAbbr','UTC+0'),
(14892,3854,'_tribe_aggregator_origin','csv'),
(14893,3854,'_tribe_aggregator_record','3639'),
(14894,3854,'_tribe_aggregator_source',''),
(14895,3854,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14896,3854,'_thumbnail_id','3804'),
(14897,3855,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568309;s:8:\"post_tag\";i:1734568309;s:12:\"_EventOrigin\";i:1734568310;s:17:\"_EventShowMapLink\";i:1734568310;s:13:\"_EventShowMap\";i:1734568310;s:12:\"_EventAllDay\";i:1734568310;s:15:\"_EventStartDate\";i:1734568310;s:13:\"_EventEndDate\";i:1734568310;s:18:\"_EventStartDateUTC\";i:1734568310;s:16:\"_EventEndDateUTC\";i:1734568310;s:14:\"_EventDuration\";i:1734568310;s:20:\"_EventCurrencySymbol\";i:1734568310;s:18:\"_EventCurrencyCode\";i:1734568310;s:22:\"_EventCurrencyPosition\";i:1734568310;s:10:\"_EventCost\";i:1734568310;s:9:\"_EventURL\";i:1734568310;s:14:\"_EventTimezone\";i:1734568310;s:18:\"_EventTimezoneAbbr\";i:1734568310;s:24:\"_tribe_aggregator_origin\";i:1734568310;s:24:\"_tribe_aggregator_record\";i:1734568310;s:24:\"_tribe_aggregator_source\";i:1734568310;s:25:\"_tribe_aggregator_updated\";i:1734568310;s:13:\"_thumbnail_id\";i:1734568310;s:29:\"_et_dynamic_cached_shortcodes\";i:1756952092;s:29:\"_et_dynamic_cached_attributes\";i:1756952093;s:22:\"et_enqueued_post_fonts\";i:1756952093;s:33:\"_et_builder_module_features_cache\";i:1753319610;}'),
(14898,3855,'_EventOrigin','event-aggregator'),
(14899,3855,'_EventShowMapLink',''),
(14900,3855,'_EventShowMap',''),
(14901,3855,'_EventAllDay','no'),
(14902,3855,'_EventStartDate','2022-10-19 00:00:00'),
(14903,3855,'_EventEndDate','2022-10-19 00:00:00'),
(14904,3855,'_EventStartDateUTC','2022-10-19 00:00:00'),
(14905,3855,'_EventEndDateUTC','2022-10-19 00:00:00'),
(14906,3855,'_EventDuration','0'),
(14907,3855,'_EventCurrencySymbol',''),
(14908,3855,'_EventCurrencyCode',''),
(14909,3855,'_EventCurrencyPosition','prefix'),
(14910,3855,'_EventCost',''),
(14911,3855,'_EventURL',''),
(14912,3855,'_EventTimezone','UTC+0'),
(14913,3855,'_EventTimezoneAbbr','UTC+0'),
(14914,3855,'_tribe_aggregator_origin','csv'),
(14915,3855,'_tribe_aggregator_record','3639'),
(14916,3855,'_tribe_aggregator_source',''),
(14917,3855,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14918,3855,'_thumbnail_id','3804'),
(14924,3856,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568316;s:8:\"post_tag\";i:1734568316;s:12:\"_EventOrigin\";i:1734568316;s:17:\"_EventShowMapLink\";i:1734568316;s:13:\"_EventShowMap\";i:1734568316;s:12:\"_EventAllDay\";i:1734568316;s:15:\"_EventStartDate\";i:1734568316;s:13:\"_EventEndDate\";i:1734568316;s:18:\"_EventStartDateUTC\";i:1734568316;s:16:\"_EventEndDateUTC\";i:1734568316;s:14:\"_EventDuration\";i:1734568316;s:20:\"_EventCurrencySymbol\";i:1734568316;s:18:\"_EventCurrencyCode\";i:1734568316;s:22:\"_EventCurrencyPosition\";i:1734568316;s:10:\"_EventCost\";i:1734568316;s:9:\"_EventURL\";i:1734568316;s:14:\"_EventTimezone\";i:1734568316;s:18:\"_EventTimezoneAbbr\";i:1734568316;s:24:\"_tribe_aggregator_origin\";i:1734568316;s:24:\"_tribe_aggregator_record\";i:1734568316;s:24:\"_tribe_aggregator_source\";i:1734568316;s:25:\"_tribe_aggregator_updated\";i:1734568316;s:13:\"_thumbnail_id\";i:1734568316;s:29:\"_et_dynamic_cached_shortcodes\";i:1755812200;s:29:\"_et_dynamic_cached_attributes\";i:1755812200;s:22:\"et_enqueued_post_fonts\";i:1755812200;s:33:\"_et_builder_module_features_cache\";i:1755812200;}'),
(14925,3856,'_EventOrigin','event-aggregator'),
(14926,3856,'_EventShowMapLink',''),
(14927,3856,'_EventShowMap',''),
(14928,3856,'_EventAllDay','no'),
(14929,3856,'_EventStartDate','2022-10-19 00:00:00'),
(14930,3856,'_EventEndDate','2022-10-19 00:00:00'),
(14931,3856,'_EventStartDateUTC','2022-10-19 00:00:00'),
(14932,3856,'_EventEndDateUTC','2022-10-19 00:00:00'),
(14933,3856,'_EventDuration','0'),
(14934,3856,'_EventCurrencySymbol',''),
(14935,3856,'_EventCurrencyCode',''),
(14936,3856,'_EventCurrencyPosition','prefix'),
(14937,3856,'_EventCost',''),
(14938,3856,'_EventURL',''),
(14939,3856,'_EventTimezone','UTC+0'),
(14940,3856,'_EventTimezoneAbbr','UTC+0'),
(14941,3856,'_tribe_aggregator_origin','csv'),
(14942,3856,'_tribe_aggregator_record','3639'),
(14943,3856,'_tribe_aggregator_source',''),
(14944,3856,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14945,3856,'_thumbnail_id','3802'),
(14946,3857,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568317;s:8:\"post_tag\";i:1734568317;s:12:\"_EventOrigin\";i:1734568317;s:17:\"_EventShowMapLink\";i:1734568317;s:13:\"_EventShowMap\";i:1734568317;s:12:\"_EventAllDay\";i:1734568317;s:15:\"_EventStartDate\";i:1734568317;s:13:\"_EventEndDate\";i:1734568317;s:18:\"_EventStartDateUTC\";i:1734568317;s:16:\"_EventEndDateUTC\";i:1734568317;s:14:\"_EventDuration\";i:1734568317;s:20:\"_EventCurrencySymbol\";i:1734568317;s:18:\"_EventCurrencyCode\";i:1734568317;s:22:\"_EventCurrencyPosition\";i:1734568317;s:10:\"_EventCost\";i:1734568317;s:9:\"_EventURL\";i:1734568317;s:14:\"_EventTimezone\";i:1734568317;s:18:\"_EventTimezoneAbbr\";i:1734568317;s:24:\"_tribe_aggregator_origin\";i:1734568317;s:24:\"_tribe_aggregator_record\";i:1734568317;s:24:\"_tribe_aggregator_source\";i:1734568317;s:25:\"_tribe_aggregator_updated\";i:1734568317;s:13:\"_thumbnail_id\";i:1734568317;s:33:\"_et_builder_module_features_cache\";i:1753331234;s:29:\"_et_dynamic_cached_shortcodes\";i:1757151184;s:29:\"_et_dynamic_cached_attributes\";i:1757151185;s:22:\"et_enqueued_post_fonts\";i:1757151185;}'),
(14947,3857,'_EventOrigin','event-aggregator'),
(14948,3857,'_EventShowMapLink',''),
(14949,3857,'_EventShowMap',''),
(14950,3857,'_EventAllDay','no'),
(14951,3857,'_EventStartDate','2022-12-15 00:00:00'),
(14952,3857,'_EventEndDate','2022-12-15 00:00:00'),
(14953,3857,'_EventStartDateUTC','2022-12-15 00:00:00'),
(14954,3857,'_EventEndDateUTC','2022-12-15 00:00:00'),
(14955,3857,'_EventDuration','0'),
(14956,3857,'_EventCurrencySymbol',''),
(14957,3857,'_EventCurrencyCode',''),
(14958,3857,'_EventCurrencyPosition','prefix'),
(14959,3857,'_EventCost',''),
(14960,3857,'_EventURL',''),
(14961,3857,'_EventTimezone','UTC+0'),
(14962,3857,'_EventTimezoneAbbr','UTC+0'),
(14963,3857,'_tribe_aggregator_origin','csv'),
(14964,3857,'_tribe_aggregator_record','3639'),
(14965,3857,'_tribe_aggregator_source',''),
(14966,3857,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14967,3857,'_thumbnail_id','3852'),
(14968,3858,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568317;s:8:\"post_tag\";i:1734568317;s:12:\"_EventOrigin\";i:1734568318;s:17:\"_EventShowMapLink\";i:1734568317;s:13:\"_EventShowMap\";i:1734568317;s:12:\"_EventAllDay\";i:1734568317;s:15:\"_EventStartDate\";i:1734568317;s:13:\"_EventEndDate\";i:1734568317;s:18:\"_EventStartDateUTC\";i:1734568317;s:16:\"_EventEndDateUTC\";i:1734568317;s:14:\"_EventDuration\";i:1734568317;s:20:\"_EventCurrencySymbol\";i:1734568317;s:18:\"_EventCurrencyCode\";i:1734568318;s:22:\"_EventCurrencyPosition\";i:1734568318;s:10:\"_EventCost\";i:1734568318;s:9:\"_EventURL\";i:1734568318;s:14:\"_EventTimezone\";i:1734568318;s:18:\"_EventTimezoneAbbr\";i:1734568318;s:24:\"_tribe_aggregator_origin\";i:1734568318;s:24:\"_tribe_aggregator_record\";i:1734568318;s:24:\"_tribe_aggregator_source\";i:1734568318;s:25:\"_tribe_aggregator_updated\";i:1734568318;s:13:\"_thumbnail_id\";i:1734568318;s:29:\"_et_dynamic_cached_shortcodes\";i:1757165443;s:29:\"_et_dynamic_cached_attributes\";i:1757165444;s:22:\"et_enqueued_post_fonts\";i:1757165444;s:33:\"_et_builder_module_features_cache\";i:1753403086;}'),
(14969,3858,'_EventOrigin','event-aggregator'),
(14970,3858,'_EventShowMapLink',''),
(14971,3858,'_EventShowMap',''),
(14972,3858,'_EventAllDay','no'),
(14973,3858,'_EventStartDate','2023-03-01 00:00:00'),
(14974,3858,'_EventEndDate','2023-03-01 00:00:00'),
(14975,3858,'_EventStartDateUTC','2023-03-01 00:00:00'),
(14976,3858,'_EventEndDateUTC','2023-03-01 00:00:00'),
(14977,3858,'_EventDuration','0'),
(14978,3858,'_EventCurrencySymbol',''),
(14979,3858,'_EventCurrencyCode',''),
(14980,3858,'_EventCurrencyPosition','prefix'),
(14981,3858,'_EventCost',''),
(14982,3858,'_EventURL',''),
(14983,3858,'_EventTimezone','UTC+0'),
(14984,3858,'_EventTimezoneAbbr','UTC+0'),
(14985,3858,'_tribe_aggregator_origin','csv'),
(14986,3858,'_tribe_aggregator_record','3639'),
(14987,3858,'_tribe_aggregator_source',''),
(14988,3858,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(14989,3858,'_thumbnail_id','3653'),
(14990,3859,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568318;s:8:\"post_tag\";i:1734568318;s:12:\"_EventOrigin\";i:1734568318;s:17:\"_EventShowMapLink\";i:1734568318;s:13:\"_EventShowMap\";i:1734568318;s:12:\"_EventAllDay\";i:1734568318;s:15:\"_EventStartDate\";i:1734568318;s:13:\"_EventEndDate\";i:1734568318;s:18:\"_EventStartDateUTC\";i:1734568318;s:16:\"_EventEndDateUTC\";i:1734568318;s:14:\"_EventDuration\";i:1734568318;s:20:\"_EventCurrencySymbol\";i:1734568318;s:18:\"_EventCurrencyCode\";i:1734568318;s:22:\"_EventCurrencyPosition\";i:1734568318;s:10:\"_EventCost\";i:1734568318;s:9:\"_EventURL\";i:1734568318;s:14:\"_EventTimezone\";i:1734568318;s:18:\"_EventTimezoneAbbr\";i:1734568318;s:24:\"_tribe_aggregator_origin\";i:1734568318;s:24:\"_tribe_aggregator_record\";i:1734568318;s:24:\"_tribe_aggregator_source\";i:1734568318;s:25:\"_tribe_aggregator_updated\";i:1734568318;s:13:\"_thumbnail_id\";i:1734568319;s:29:\"_et_dynamic_cached_shortcodes\";i:1756726934;s:29:\"_et_dynamic_cached_attributes\";i:1756726934;s:22:\"et_enqueued_post_fonts\";i:1756726934;s:33:\"_et_builder_module_features_cache\";i:1756726934;}'),
(14991,3859,'_EventOrigin','event-aggregator'),
(14992,3859,'_EventShowMapLink',''),
(14993,3859,'_EventShowMap',''),
(14994,3859,'_EventAllDay','no'),
(14995,3859,'_EventStartDate','2023-03-14 00:00:00'),
(14996,3859,'_EventEndDate','2023-03-14 00:00:00'),
(14997,3859,'_EventStartDateUTC','2023-03-14 00:00:00'),
(14998,3859,'_EventEndDateUTC','2023-03-14 00:00:00'),
(14999,3859,'_EventDuration','0'),
(15000,3859,'_EventCurrencySymbol',''),
(15001,3859,'_EventCurrencyCode',''),
(15002,3859,'_EventCurrencyPosition','prefix'),
(15003,3859,'_EventCost',''),
(15004,3859,'_EventURL',''),
(15005,3859,'_EventTimezone','UTC+0'),
(15006,3859,'_EventTimezoneAbbr','UTC+0'),
(15007,3859,'_tribe_aggregator_origin','csv'),
(15008,3859,'_tribe_aggregator_record','3639'),
(15009,3859,'_tribe_aggregator_source',''),
(15010,3859,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15011,3859,'_thumbnail_id','3804'),
(15012,3860,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568319;s:8:\"post_tag\";i:1734568319;s:12:\"_EventOrigin\";i:1734568319;s:17:\"_EventShowMapLink\";i:1734568319;s:13:\"_EventShowMap\";i:1734568319;s:12:\"_EventAllDay\";i:1734568319;s:15:\"_EventStartDate\";i:1734568319;s:13:\"_EventEndDate\";i:1734568319;s:18:\"_EventStartDateUTC\";i:1734568319;s:16:\"_EventEndDateUTC\";i:1734568319;s:14:\"_EventDuration\";i:1734568319;s:20:\"_EventCurrencySymbol\";i:1734568319;s:18:\"_EventCurrencyCode\";i:1734568319;s:22:\"_EventCurrencyPosition\";i:1734568319;s:10:\"_EventCost\";i:1734568319;s:9:\"_EventURL\";i:1734568319;s:14:\"_EventTimezone\";i:1734568319;s:18:\"_EventTimezoneAbbr\";i:1734568319;s:24:\"_tribe_aggregator_origin\";i:1734568319;s:24:\"_tribe_aggregator_record\";i:1734568319;s:24:\"_tribe_aggregator_source\";i:1734568319;s:25:\"_tribe_aggregator_updated\";i:1734568319;s:13:\"_thumbnail_id\";i:1734568319;s:33:\"_et_builder_module_features_cache\";i:1757241234;s:29:\"_et_dynamic_cached_shortcodes\";i:1757241233;s:29:\"_et_dynamic_cached_attributes\";i:1757241234;s:22:\"et_enqueued_post_fonts\";i:1757241234;}'),
(15013,3860,'_EventOrigin','event-aggregator'),
(15014,3860,'_EventShowMapLink',''),
(15015,3860,'_EventShowMap',''),
(15016,3860,'_EventAllDay','no'),
(15017,3860,'_EventStartDate','2023-04-19 00:00:00'),
(15018,3860,'_EventEndDate','2023-04-19 00:00:00'),
(15019,3860,'_EventStartDateUTC','2023-04-19 00:00:00'),
(15020,3860,'_EventEndDateUTC','2023-04-19 00:00:00'),
(15021,3860,'_EventDuration','0'),
(15022,3860,'_EventCurrencySymbol',''),
(15023,3860,'_EventCurrencyCode',''),
(15024,3860,'_EventCurrencyPosition','prefix'),
(15025,3860,'_EventCost',''),
(15026,3860,'_EventURL',''),
(15027,3860,'_EventTimezone','UTC+0'),
(15028,3860,'_EventTimezoneAbbr','UTC+0'),
(15029,3860,'_tribe_aggregator_origin','csv'),
(15030,3860,'_tribe_aggregator_record','3639'),
(15031,3860,'_tribe_aggregator_source',''),
(15032,3860,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15036,3860,'_thumbnail_id','3791'),
(15042,3861,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568322;s:8:\"post_tag\";i:1734568322;s:12:\"_EventOrigin\";i:1734568322;s:17:\"_EventShowMapLink\";i:1734568322;s:13:\"_EventShowMap\";i:1734568322;s:12:\"_EventAllDay\";i:1734568322;s:15:\"_EventStartDate\";i:1734568322;s:13:\"_EventEndDate\";i:1734568322;s:18:\"_EventStartDateUTC\";i:1734568322;s:16:\"_EventEndDateUTC\";i:1734568322;s:14:\"_EventDuration\";i:1734568322;s:20:\"_EventCurrencySymbol\";i:1734568322;s:18:\"_EventCurrencyCode\";i:1734568322;s:22:\"_EventCurrencyPosition\";i:1734568322;s:10:\"_EventCost\";i:1734568322;s:9:\"_EventURL\";i:1734568322;s:14:\"_EventTimezone\";i:1734568322;s:18:\"_EventTimezoneAbbr\";i:1734568322;s:24:\"_tribe_aggregator_origin\";i:1734568322;s:24:\"_tribe_aggregator_record\";i:1734568322;s:24:\"_tribe_aggregator_source\";i:1734568322;s:25:\"_tribe_aggregator_updated\";i:1734568322;s:13:\"_thumbnail_id\";i:1734568323;s:29:\"_et_dynamic_cached_shortcodes\";i:1757171006;s:29:\"_et_dynamic_cached_attributes\";i:1757171007;s:22:\"et_enqueued_post_fonts\";i:1757171007;s:33:\"_et_builder_module_features_cache\";i:1757171007;}'),
(15043,3861,'_EventOrigin','event-aggregator'),
(15044,3861,'_EventShowMapLink',''),
(15045,3861,'_EventShowMap',''),
(15046,3861,'_EventAllDay','no'),
(15047,3861,'_EventStartDate','2023-07-06 00:00:00'),
(15048,3861,'_EventEndDate','2023-07-06 00:00:00'),
(15049,3861,'_EventStartDateUTC','2023-07-06 00:00:00'),
(15050,3861,'_EventEndDateUTC','2023-07-06 00:00:00'),
(15051,3861,'_EventDuration','0'),
(15052,3861,'_EventCurrencySymbol',''),
(15053,3861,'_EventCurrencyCode',''),
(15054,3861,'_EventCurrencyPosition','prefix'),
(15055,3861,'_EventCost',''),
(15056,3861,'_EventURL',''),
(15057,3861,'_EventTimezone','UTC+0'),
(15058,3861,'_EventTimezoneAbbr','UTC+0'),
(15059,3861,'_tribe_aggregator_origin','csv'),
(15060,3861,'_tribe_aggregator_record','3639'),
(15061,3861,'_tribe_aggregator_source',''),
(15062,3861,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15066,3862,'_wp_attached_file','2024/12/20230706_140101-min-UzGZDU.tmp_.jpg'),
(15067,3862,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1080;s:4:\"file\";s:43:\"2024/12/20230706_140101-min-UzGZDU.tmp_.jpg\";s:8:\"filesize\";i:31886;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:43:\"20230706_140101-min-UzGZDU.tmp_-257x300.jpg\";s:5:\"width\";i:257;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10399;}s:5:\"large\";a:5:{s:4:\"file\";s:44:\"20230706_140101-min-UzGZDU.tmp_-876x1024.jpg\";s:5:\"width\";i:876;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71900;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:43:\"20230706_140101-min-UzGZDU.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4513;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:43:\"20230706_140101-min-UzGZDU.tmp_-768x898.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:898;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59342;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:43:\"20230706_140101-min-UzGZDU.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16641;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:43:\"20230706_140101-min-UzGZDU.tmp_-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66712;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:43:\"20230706_140101-min-UzGZDU.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17810;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:43:\"20230706_140101-min-UzGZDU.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26763;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:43:\"20230706_140101-min-UzGZDU.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:23888;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:43:\"20230706_140101-min-UzGZDU.tmp_-480x561.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:561;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28188;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:43:\"20230706_140101-min-UzGZDU.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12473;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:43:\"20230706_140101-min-UzGZDU.tmp_-600x701.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:701;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40231;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:43:\"20230706_140101-min-UzGZDU.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2726;}}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:{}}}'),
(15068,3863,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568323;s:8:\"post_tag\";i:1734568323;s:12:\"_EventOrigin\";i:1734568323;s:17:\"_EventShowMapLink\";i:1734568323;s:13:\"_EventShowMap\";i:1734568323;s:12:\"_EventAllDay\";i:1734568323;s:15:\"_EventStartDate\";i:1734568323;s:13:\"_EventEndDate\";i:1734568323;s:18:\"_EventStartDateUTC\";i:1734568323;s:16:\"_EventEndDateUTC\";i:1734568323;s:14:\"_EventDuration\";i:1734568323;s:20:\"_EventCurrencySymbol\";i:1734568323;s:18:\"_EventCurrencyCode\";i:1734568323;s:22:\"_EventCurrencyPosition\";i:1734568323;s:10:\"_EventCost\";i:1734568323;s:9:\"_EventURL\";i:1734568323;s:14:\"_EventTimezone\";i:1734568323;s:18:\"_EventTimezoneAbbr\";i:1734568323;s:24:\"_tribe_aggregator_origin\";i:1734568323;s:24:\"_tribe_aggregator_record\";i:1734568323;s:24:\"_tribe_aggregator_source\";i:1734568323;s:25:\"_tribe_aggregator_updated\";i:1734568323;s:13:\"_thumbnail_id\";i:1734568324;s:29:\"_et_dynamic_cached_shortcodes\";i:1756335446;s:29:\"_et_dynamic_cached_attributes\";i:1756335447;s:22:\"et_enqueued_post_fonts\";i:1756335447;s:33:\"_et_builder_module_features_cache\";i:1756335447;}'),
(15069,3863,'_EventOrigin','event-aggregator'),
(15070,3863,'_EventShowMapLink',''),
(15071,3863,'_EventShowMap',''),
(15072,3863,'_EventAllDay','no'),
(15073,3863,'_EventStartDate','2023-07-06 00:00:00'),
(15074,3863,'_EventEndDate','2023-07-06 00:00:00'),
(15075,3863,'_EventStartDateUTC','2023-07-06 00:00:00'),
(15076,3863,'_EventEndDateUTC','2023-07-06 00:00:00'),
(15077,3863,'_EventDuration','0'),
(15078,3863,'_EventCurrencySymbol',''),
(15079,3863,'_EventCurrencyCode',''),
(15080,3863,'_EventCurrencyPosition','prefix'),
(15081,3863,'_EventCost',''),
(15082,3863,'_EventURL',''),
(15083,3863,'_EventTimezone','UTC+0'),
(15084,3863,'_EventTimezoneAbbr','UTC+0'),
(15085,3863,'_tribe_aggregator_origin','csv'),
(15086,3863,'_tribe_aggregator_record','3639'),
(15087,3863,'_tribe_aggregator_source',''),
(15088,3863,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15089,3862,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2023/07/20230706_140101-min.jpg'),
(15090,3861,'_thumbnail_id','3862'),
(15091,3863,'_thumbnail_id','3804'),
(15092,3864,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568324;s:8:\"post_tag\";i:1734568324;s:12:\"_EventOrigin\";i:1734568324;s:17:\"_EventShowMapLink\";i:1734568324;s:13:\"_EventShowMap\";i:1734568324;s:12:\"_EventAllDay\";i:1734568324;s:15:\"_EventStartDate\";i:1734568324;s:13:\"_EventEndDate\";i:1734568324;s:18:\"_EventStartDateUTC\";i:1734568324;s:16:\"_EventEndDateUTC\";i:1734568324;s:14:\"_EventDuration\";i:1734568324;s:20:\"_EventCurrencySymbol\";i:1734568324;s:18:\"_EventCurrencyCode\";i:1734568324;s:22:\"_EventCurrencyPosition\";i:1734568324;s:10:\"_EventCost\";i:1734568324;s:9:\"_EventURL\";i:1734568324;s:14:\"_EventTimezone\";i:1734568324;s:18:\"_EventTimezoneAbbr\";i:1734568324;s:24:\"_tribe_aggregator_origin\";i:1734568324;s:24:\"_tribe_aggregator_record\";i:1734568324;s:24:\"_tribe_aggregator_source\";i:1734568324;s:25:\"_tribe_aggregator_updated\";i:1734568324;s:13:\"_thumbnail_id\";i:1734568324;s:33:\"_et_builder_module_features_cache\";i:1753332338;s:29:\"_et_dynamic_cached_shortcodes\";i:1756896618;s:29:\"_et_dynamic_cached_attributes\";i:1756896619;s:22:\"et_enqueued_post_fonts\";i:1756896619;}'),
(15093,3864,'_EventOrigin','event-aggregator'),
(15094,3864,'_EventShowMapLink',''),
(15095,3864,'_EventShowMap',''),
(15096,3864,'_EventAllDay','no'),
(15097,3864,'_EventStartDate','2023-07-06 00:00:00'),
(15098,3864,'_EventEndDate','2023-07-06 00:00:00'),
(15099,3864,'_EventStartDateUTC','2023-07-06 00:00:00'),
(15100,3864,'_EventEndDateUTC','2023-07-06 00:00:00'),
(15101,3864,'_EventDuration','0'),
(15102,3864,'_EventCurrencySymbol',''),
(15103,3864,'_EventCurrencyCode',''),
(15104,3864,'_EventCurrencyPosition','prefix'),
(15105,3864,'_EventCost',''),
(15106,3864,'_EventURL',''),
(15107,3864,'_EventTimezone','UTC+0'),
(15108,3864,'_EventTimezoneAbbr','UTC+0'),
(15109,3864,'_tribe_aggregator_origin','csv'),
(15110,3864,'_tribe_aggregator_record','3639'),
(15111,3864,'_tribe_aggregator_source',''),
(15112,3864,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15113,3864,'_thumbnail_id','3690'),
(15114,3865,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568324;s:8:\"post_tag\";i:1734568324;s:12:\"_EventOrigin\";i:1734568324;s:17:\"_EventShowMapLink\";i:1734568324;s:13:\"_EventShowMap\";i:1734568324;s:12:\"_EventAllDay\";i:1734568324;s:15:\"_EventStartDate\";i:1734568324;s:13:\"_EventEndDate\";i:1734568324;s:18:\"_EventStartDateUTC\";i:1734568324;s:16:\"_EventEndDateUTC\";i:1734568324;s:14:\"_EventDuration\";i:1734568324;s:20:\"_EventCurrencySymbol\";i:1734568324;s:18:\"_EventCurrencyCode\";i:1734568324;s:22:\"_EventCurrencyPosition\";i:1734568324;s:10:\"_EventCost\";i:1734568324;s:9:\"_EventURL\";i:1734568324;s:14:\"_EventTimezone\";i:1734568324;s:18:\"_EventTimezoneAbbr\";i:1734568324;s:24:\"_tribe_aggregator_origin\";i:1734568324;s:24:\"_tribe_aggregator_record\";i:1734568324;s:24:\"_tribe_aggregator_source\";i:1734568324;s:25:\"_tribe_aggregator_updated\";i:1734568324;s:13:\"_thumbnail_id\";i:1734568326;s:29:\"_et_dynamic_cached_shortcodes\";i:1757057342;s:29:\"_et_dynamic_cached_attributes\";i:1757057343;s:22:\"et_enqueued_post_fonts\";i:1757057343;s:33:\"_et_builder_module_features_cache\";i:1753339519;}'),
(15115,3865,'_EventOrigin','event-aggregator'),
(15116,3865,'_EventShowMapLink',''),
(15117,3865,'_EventShowMap',''),
(15118,3865,'_EventAllDay','no'),
(15119,3865,'_EventStartDate','2023-08-29 00:00:00'),
(15120,3865,'_EventEndDate','2023-08-29 00:00:00'),
(15121,3865,'_EventStartDateUTC','2023-08-29 00:00:00'),
(15122,3865,'_EventEndDateUTC','2023-08-29 00:00:00'),
(15123,3865,'_EventDuration','0'),
(15124,3865,'_EventCurrencySymbol',''),
(15125,3865,'_EventCurrencyCode',''),
(15126,3865,'_EventCurrencyPosition','prefix'),
(15127,3865,'_EventCost',''),
(15128,3865,'_EventURL',''),
(15129,3865,'_EventTimezone','UTC+0'),
(15130,3865,'_EventTimezoneAbbr','UTC+0'),
(15131,3865,'_tribe_aggregator_origin','csv'),
(15132,3865,'_tribe_aggregator_record','3639'),
(15133,3865,'_tribe_aggregator_source',''),
(15134,3865,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15135,3866,'_wp_attached_file','2024/12/NVG-1-tvNKht.tmp_.png'),
(15136,3866,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:924;s:4:\"file\";s:29:\"2024/12/NVG-1-tvNKht.tmp_.png\";s:8:\"filesize\";i:82493;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:29:\"NVG-1-tvNKht.tmp_-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72265;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:29:\"NVG-1-tvNKht.tmp_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22736;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:29:\"NVG-1-tvNKht.tmp_-768x768.png\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:397466;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:29:\"NVG-1-tvNKht.tmp_-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:102470;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:29:\"NVG-1-tvNKht.tmp_-924x675.png\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:201322;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:29:\"NVG-1-tvNKht.tmp_-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:109986;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:29:\"NVG-1-tvNKht.tmp_-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:173774;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:29:\"NVG-1-tvNKht.tmp_-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:177828;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:29:\"NVG-1-tvNKht.tmp_-480x480.png\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:163902;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:29:\"NVG-1-tvNKht.tmp_-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:72265;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:29:\"NVG-1-tvNKht.tmp_-600x600.png\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:249421;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:29:\"NVG-1-tvNKht.tmp_-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:11664;}}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:{}}}'),
(15137,3867,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568325;s:8:\"post_tag\";i:1734568325;s:12:\"_EventOrigin\";i:1734568326;s:17:\"_EventShowMapLink\";i:1734568326;s:13:\"_EventShowMap\";i:1734568326;s:12:\"_EventAllDay\";i:1734568326;s:15:\"_EventStartDate\";i:1734568326;s:13:\"_EventEndDate\";i:1734568326;s:18:\"_EventStartDateUTC\";i:1734568326;s:16:\"_EventEndDateUTC\";i:1734568326;s:14:\"_EventDuration\";i:1734568326;s:20:\"_EventCurrencySymbol\";i:1734568326;s:18:\"_EventCurrencyCode\";i:1734568326;s:22:\"_EventCurrencyPosition\";i:1734568326;s:10:\"_EventCost\";i:1734568326;s:9:\"_EventURL\";i:1734568326;s:14:\"_EventTimezone\";i:1734568326;s:18:\"_EventTimezoneAbbr\";i:1734568326;s:24:\"_tribe_aggregator_origin\";i:1734568326;s:24:\"_tribe_aggregator_record\";i:1734568326;s:24:\"_tribe_aggregator_source\";i:1734568326;s:25:\"_tribe_aggregator_updated\";i:1734568326;s:13:\"_thumbnail_id\";i:1734568328;s:33:\"_et_builder_module_features_cache\";i:1753391077;s:29:\"_et_dynamic_cached_shortcodes\";i:1757015119;s:29:\"_et_dynamic_cached_attributes\";i:1757015120;s:22:\"et_enqueued_post_fonts\";i:1757015120;}'),
(15138,3867,'_EventOrigin','event-aggregator'),
(15139,3867,'_EventShowMapLink',''),
(15140,3867,'_EventShowMap',''),
(15141,3867,'_EventAllDay','no'),
(15142,3867,'_EventStartDate','2023-09-14 00:00:00'),
(15143,3867,'_EventEndDate','2023-09-14 00:00:00'),
(15144,3867,'_EventStartDateUTC','2023-09-14 00:00:00'),
(15145,3867,'_EventEndDateUTC','2023-09-14 00:00:00'),
(15146,3867,'_EventDuration','0'),
(15147,3867,'_EventCurrencySymbol',''),
(15148,3867,'_EventCurrencyCode',''),
(15149,3867,'_EventCurrencyPosition','prefix'),
(15150,3867,'_EventCost',''),
(15151,3867,'_EventURL',''),
(15152,3867,'_EventTimezone','UTC+0'),
(15153,3867,'_EventTimezoneAbbr','UTC+0'),
(15154,3867,'_tribe_aggregator_origin','csv'),
(15155,3867,'_tribe_aggregator_record','3639'),
(15156,3867,'_tribe_aggregator_source',''),
(15157,3867,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15158,3866,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2023/08/NVG-1.png'),
(15159,3865,'_thumbnail_id','3866'),
(15161,3868,'_wp_attached_file','2024/12/dev-mens-course-2023-min-scaled-xcNaHz.tmp_.jpg'),
(15162,3868,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1324;s:6:\"height\";i:924;s:4:\"file\";s:55:\"2024/12/dev-mens-course-2023-min-scaled-xcNaHz.tmp_.jpg\";s:8:\"filesize\";i:193196;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:55:\"dev-mens-course-2023-min-scaled-xcNaHz.tmp_-300x209.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:209;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18178;}s:5:\"large\";a:5:{s:4:\"file\";s:56:\"dev-mens-course-2023-min-scaled-xcNaHz.tmp_-1024x715.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:715;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:199299;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:55:\"dev-mens-course-2023-min-scaled-xcNaHz.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6986;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:55:\"dev-mens-course-2023-min-scaled-xcNaHz.tmp_-768x536.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:114495;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:55:\"dev-mens-course-2023-min-scaled-xcNaHz.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28427;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:56:\"dev-mens-course-2023-min-scaled-xcNaHz.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:196117;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:55:\"dev-mens-course-2023-min-scaled-xcNaHz.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32145;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:55:\"dev-mens-course-2023-min-scaled-xcNaHz.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54531;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:56:\"dev-mens-course-2023-min-scaled-xcNaHz.tmp_-1080x754.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:754;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:220002;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:55:\"dev-mens-course-2023-min-scaled-xcNaHz.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56908;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:56:\"dev-mens-course-2023-min-scaled-xcNaHz.tmp_-1280x893.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:893;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:293800;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:55:\"dev-mens-course-2023-min-scaled-xcNaHz.tmp_-980x684.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:684;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:184027;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:55:\"dev-mens-course-2023-min-scaled-xcNaHz.tmp_-480x335.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:335;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44974;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:56:\"dev-mens-course-2023-min-scaled-xcNaHz.tmp_-1320x921.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:921;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:306069;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:55:\"dev-mens-course-2023-min-scaled-xcNaHz.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25801;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:55:\"dev-mens-course-2023-min-scaled-xcNaHz.tmp_-600x419.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:419;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71117;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:55:\"dev-mens-course-2023-min-scaled-xcNaHz.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3798;}}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:{}}}'),
(15163,3868,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2023/09/dev-mens-course-2023-min-scaled.jpg'),
(15164,3867,'_thumbnail_id','3868'),
(15169,3869,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568328;s:8:\"post_tag\";i:1734568328;s:12:\"_EventOrigin\";i:1734568328;s:17:\"_EventShowMapLink\";i:1734568328;s:13:\"_EventShowMap\";i:1734568328;s:12:\"_EventAllDay\";i:1734568328;s:15:\"_EventStartDate\";i:1734568328;s:13:\"_EventEndDate\";i:1734568328;s:18:\"_EventStartDateUTC\";i:1734568328;s:16:\"_EventEndDateUTC\";i:1734568328;s:14:\"_EventDuration\";i:1734568328;s:20:\"_EventCurrencySymbol\";i:1734568328;s:18:\"_EventCurrencyCode\";i:1734568328;s:22:\"_EventCurrencyPosition\";i:1734568328;s:10:\"_EventCost\";i:1734568328;s:9:\"_EventURL\";i:1734568328;s:14:\"_EventTimezone\";i:1734568328;s:18:\"_EventTimezoneAbbr\";i:1734568328;s:24:\"_tribe_aggregator_origin\";i:1734568328;s:24:\"_tribe_aggregator_record\";i:1734568328;s:24:\"_tribe_aggregator_source\";i:1734568328;s:25:\"_tribe_aggregator_updated\";i:1734568328;s:13:\"_thumbnail_id\";i:1734568328;s:29:\"_et_dynamic_cached_shortcodes\";i:1756718474;s:29:\"_et_dynamic_cached_attributes\";i:1756718475;s:22:\"et_enqueued_post_fonts\";i:1756718475;s:33:\"_et_builder_module_features_cache\";i:1753701540;}'),
(15170,3869,'_EventOrigin','event-aggregator'),
(15171,3869,'_EventShowMapLink',''),
(15172,3869,'_EventShowMap',''),
(15173,3869,'_EventAllDay','no'),
(15174,3869,'_EventStartDate','2023-11-11 00:00:00'),
(15175,3869,'_EventEndDate','2023-11-11 00:00:00'),
(15176,3869,'_EventStartDateUTC','2023-11-11 00:00:00'),
(15177,3869,'_EventEndDateUTC','2023-11-11 00:00:00'),
(15178,3869,'_EventDuration','0'),
(15179,3869,'_EventCurrencySymbol',''),
(15180,3869,'_EventCurrencyCode',''),
(15181,3869,'_EventCurrencyPosition','prefix'),
(15182,3869,'_EventCost',''),
(15183,3869,'_EventURL',''),
(15184,3869,'_EventTimezone','UTC+0'),
(15185,3869,'_EventTimezoneAbbr','UTC+0'),
(15186,3869,'_tribe_aggregator_origin','csv'),
(15187,3869,'_tribe_aggregator_record','3639'),
(15188,3869,'_tribe_aggregator_source',''),
(15189,3869,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15190,3869,'_thumbnail_id','3800'),
(15191,3870,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568328;s:8:\"post_tag\";i:1734568328;s:12:\"_EventOrigin\";i:1734568329;s:17:\"_EventShowMapLink\";i:1734568329;s:13:\"_EventShowMap\";i:1734568329;s:12:\"_EventAllDay\";i:1734568329;s:15:\"_EventStartDate\";i:1734568329;s:13:\"_EventEndDate\";i:1734568329;s:18:\"_EventStartDateUTC\";i:1734568329;s:16:\"_EventEndDateUTC\";i:1734568329;s:14:\"_EventDuration\";i:1734568329;s:20:\"_EventCurrencySymbol\";i:1734568329;s:18:\"_EventCurrencyCode\";i:1734568329;s:22:\"_EventCurrencyPosition\";i:1734568329;s:10:\"_EventCost\";i:1734568329;s:9:\"_EventURL\";i:1734568329;s:14:\"_EventTimezone\";i:1734568329;s:18:\"_EventTimezoneAbbr\";i:1734568329;s:24:\"_tribe_aggregator_origin\";i:1734568329;s:24:\"_tribe_aggregator_record\";i:1734568329;s:24:\"_tribe_aggregator_source\";i:1734568329;s:25:\"_tribe_aggregator_updated\";i:1734568329;s:13:\"_thumbnail_id\";i:1734568330;s:29:\"_et_dynamic_cached_shortcodes\";i:1755828002;s:29:\"_et_dynamic_cached_attributes\";i:1755828003;s:22:\"et_enqueued_post_fonts\";i:1755828003;s:33:\"_et_builder_module_features_cache\";i:1753347207;}'),
(15192,3870,'_EventOrigin','event-aggregator'),
(15193,3870,'_EventShowMapLink',''),
(15194,3870,'_EventShowMap',''),
(15195,3870,'_EventAllDay','no'),
(15196,3870,'_EventStartDate','2023-12-16 00:00:00'),
(15197,3870,'_EventEndDate','2023-12-16 00:00:00'),
(15198,3870,'_EventStartDateUTC','2023-12-16 00:00:00'),
(15199,3870,'_EventEndDateUTC','2023-12-16 00:00:00'),
(15200,3870,'_EventDuration','0'),
(15201,3870,'_EventCurrencySymbol',''),
(15202,3870,'_EventCurrencyCode',''),
(15203,3870,'_EventCurrencyPosition','prefix'),
(15204,3870,'_EventCost',''),
(15205,3870,'_EventURL',''),
(15206,3870,'_EventTimezone','UTC+0'),
(15207,3870,'_EventTimezoneAbbr','UTC+0'),
(15208,3870,'_tribe_aggregator_origin','csv'),
(15209,3870,'_tribe_aggregator_record','3639'),
(15210,3870,'_tribe_aggregator_source',''),
(15211,3870,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15212,3871,'_wp_attached_file','2024/12/Walther-Pistol-Bill-Header-min-yCwy7P.tmp_.jpg'),
(15213,3871,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1536;s:6:\"height\";i:924;s:4:\"file\";s:54:\"2024/12/Walther-Pistol-Bill-Header-min-yCwy7P.tmp_.jpg\";s:8:\"filesize\";i:43350;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:54:\"Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-300x180.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:180;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10324;}s:5:\"large\";a:5:{s:4:\"file\";s:55:\"Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-1024x616.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:616;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:66215;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:54:\"Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5668;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:54:\"Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-768x462.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:462;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44865;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:54:\"Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16110;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:55:\"Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:76130;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:54:\"Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17826;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:54:\"Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27398;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:55:\"Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-1080x650.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:650;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73884;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:54:\"Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30922;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:55:\"Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-1280x770.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:770;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95366;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:54:\"Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-980x590.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:590;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63828;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:54:\"Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-480x289.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:289;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20890;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:55:\"Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-1320x794.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:794;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99479;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:54:\"Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15612;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:54:\"Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-600x361.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:361;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29644;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:54:\"Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3371;}}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:{}}}'),
(15214,3872,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568330;s:8:\"post_tag\";i:1734568330;s:12:\"_EventOrigin\";i:1734568330;s:17:\"_EventShowMapLink\";i:1734568330;s:13:\"_EventShowMap\";i:1734568330;s:12:\"_EventAllDay\";i:1734568330;s:15:\"_EventStartDate\";i:1734568330;s:13:\"_EventEndDate\";i:1734568330;s:18:\"_EventStartDateUTC\";i:1734568330;s:16:\"_EventEndDateUTC\";i:1734568330;s:14:\"_EventDuration\";i:1734568330;s:20:\"_EventCurrencySymbol\";i:1734568330;s:18:\"_EventCurrencyCode\";i:1734568330;s:22:\"_EventCurrencyPosition\";i:1734568330;s:10:\"_EventCost\";i:1734568330;s:9:\"_EventURL\";i:1734568330;s:14:\"_EventTimezone\";i:1734568330;s:18:\"_EventTimezoneAbbr\";i:1734568330;s:24:\"_tribe_aggregator_origin\";i:1734568330;s:24:\"_tribe_aggregator_record\";i:1734568330;s:24:\"_tribe_aggregator_source\";i:1734568330;s:25:\"_tribe_aggregator_updated\";i:1734568330;s:13:\"_thumbnail_id\";i:1734568331;s:29:\"_et_dynamic_cached_shortcodes\";i:1757002963;s:29:\"_et_dynamic_cached_attributes\";i:1757002964;s:22:\"et_enqueued_post_fonts\";i:1757002964;s:33:\"_et_builder_module_features_cache\";i:1753339503;}'),
(15215,3872,'_EventOrigin','event-aggregator'),
(15216,3872,'_EventShowMapLink',''),
(15217,3872,'_EventShowMap',''),
(15218,3872,'_EventAllDay','no'),
(15219,3872,'_EventStartDate','2023-12-16 00:00:00'),
(15220,3872,'_EventEndDate','2023-12-16 00:00:00'),
(15221,3872,'_EventStartDateUTC','2023-12-16 00:00:00'),
(15222,3872,'_EventEndDateUTC','2023-12-16 00:00:00'),
(15223,3872,'_EventDuration','0'),
(15224,3872,'_EventCurrencySymbol',''),
(15225,3872,'_EventCurrencyCode',''),
(15226,3872,'_EventCurrencyPosition','prefix'),
(15227,3872,'_EventCost',''),
(15228,3872,'_EventURL',''),
(15229,3872,'_EventTimezone','UTC+0'),
(15230,3872,'_EventTimezoneAbbr','UTC+0'),
(15231,3872,'_tribe_aggregator_origin','csv'),
(15232,3872,'_tribe_aggregator_record','3639'),
(15233,3872,'_tribe_aggregator_source',''),
(15234,3872,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15235,3871,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2023/12/Walther-Pistol-Bill-Header-min.jpg'),
(15236,3870,'_thumbnail_id','3871'),
(15237,3873,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568331;s:8:\"post_tag\";i:1734568331;s:12:\"_EventOrigin\";i:1734568331;s:17:\"_EventShowMapLink\";i:1734568331;s:13:\"_EventShowMap\";i:1734568331;s:12:\"_EventAllDay\";i:1734568331;s:15:\"_EventStartDate\";i:1734568331;s:13:\"_EventEndDate\";i:1734568331;s:18:\"_EventStartDateUTC\";i:1734568331;s:16:\"_EventEndDateUTC\";i:1734568331;s:14:\"_EventDuration\";i:1734568331;s:20:\"_EventCurrencySymbol\";i:1734568331;s:18:\"_EventCurrencyCode\";i:1734568331;s:22:\"_EventCurrencyPosition\";i:1734568331;s:10:\"_EventCost\";i:1734568331;s:9:\"_EventURL\";i:1734568331;s:14:\"_EventTimezone\";i:1734568331;s:18:\"_EventTimezoneAbbr\";i:1734568331;s:24:\"_tribe_aggregator_origin\";i:1734568331;s:24:\"_tribe_aggregator_record\";i:1734568331;s:24:\"_tribe_aggregator_source\";i:1734568331;s:25:\"_tribe_aggregator_updated\";i:1734568331;s:13:\"_thumbnail_id\";i:1734568333;s:29:\"_et_dynamic_cached_shortcodes\";i:1755583357;s:29:\"_et_dynamic_cached_attributes\";i:1755583357;s:22:\"et_enqueued_post_fonts\";i:1755583357;s:33:\"_et_builder_module_features_cache\";i:1755583357;}'),
(15238,3874,'_wp_attached_file','2024/12/img_2122_720-YcNvc0.tmp_.jpg'),
(15239,3874,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:540;s:4:\"file\";s:36:\"2024/12/img_2122_720-YcNvc0.tmp_.jpg\";s:8:\"filesize\";i:133065;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"img_2122_720-YcNvc0.tmp_-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27303;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"img_2122_720-YcNvc0.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9718;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"img_2122_720-YcNvc0.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38928;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"img_2122_720-YcNvc0.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43980;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"img_2122_720-YcNvc0.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71925;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"img_2122_720-YcNvc0.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:67872;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"img_2122_720-YcNvc0.tmp_-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65605;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"img_2122_720-YcNvc0.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34728;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"img_2122_720-YcNvc0.tmp_-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96252;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"img_2122_720-YcNvc0.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4945;}}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:{}}}'),
(15240,3873,'_EventOrigin','event-aggregator'),
(15241,3873,'_EventShowMapLink',''),
(15242,3873,'_EventShowMap',''),
(15243,3873,'_EventAllDay','no'),
(15244,3873,'_EventStartDate','2023-12-17 00:00:00'),
(15245,3873,'_EventEndDate','2023-12-17 00:00:00'),
(15246,3873,'_EventStartDateUTC','2023-12-17 00:00:00'),
(15247,3873,'_EventEndDateUTC','2023-12-17 00:00:00'),
(15248,3873,'_EventDuration','0'),
(15249,3873,'_EventCurrencySymbol',''),
(15250,3873,'_EventCurrencyCode',''),
(15251,3873,'_EventCurrencyPosition','prefix'),
(15252,3873,'_EventCost',''),
(15253,3873,'_EventURL',''),
(15254,3873,'_EventTimezone','UTC+0'),
(15255,3873,'_EventTimezoneAbbr','UTC+0'),
(15256,3873,'_tribe_aggregator_origin','csv'),
(15257,3873,'_tribe_aggregator_record','3639'),
(15258,3873,'_tribe_aggregator_source',''),
(15259,3873,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15260,3874,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2023/12/img_2122_720.jpg'),
(15261,3872,'_thumbnail_id','3874'),
(15262,3875,'_wp_attached_file','2024/12/BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_.jpg'),
(15263,3875,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1231;s:6:\"height\";i:924;s:4:\"file\";s:53:\"2024/12/BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_.jpg\";s:8:\"filesize\";i:48343;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14796;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_-1024x769.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91341;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6519;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:59549;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:53:\"BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19043;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:54:\"BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:83068;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:53:\"BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21322;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:53:\"BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32243;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:54:\"BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_-1080x811.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:811;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:98205;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:53:\"BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29748;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:53:\"BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_-980x736.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:736;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:85686;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:53:\"BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29577;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:53:\"BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17543;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:53:\"BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:41433;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:53:\"BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3847;}}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:{}}}'),
(15264,3876,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568332;s:8:\"post_tag\";i:1734568332;s:12:\"_EventOrigin\";i:1734568332;s:17:\"_EventShowMapLink\";i:1734568332;s:13:\"_EventShowMap\";i:1734568332;s:12:\"_EventAllDay\";i:1734568332;s:15:\"_EventStartDate\";i:1734568332;s:13:\"_EventEndDate\";i:1734568332;s:18:\"_EventStartDateUTC\";i:1734568332;s:16:\"_EventEndDateUTC\";i:1734568332;s:14:\"_EventDuration\";i:1734568332;s:20:\"_EventCurrencySymbol\";i:1734568332;s:18:\"_EventCurrencyCode\";i:1734568332;s:22:\"_EventCurrencyPosition\";i:1734568332;s:10:\"_EventCost\";i:1734568332;s:9:\"_EventURL\";i:1734568332;s:14:\"_EventTimezone\";i:1734568332;s:18:\"_EventTimezoneAbbr\";i:1734568332;s:24:\"_tribe_aggregator_origin\";i:1734568332;s:24:\"_tribe_aggregator_record\";i:1734568332;s:24:\"_tribe_aggregator_source\";i:1734568332;s:25:\"_tribe_aggregator_updated\";i:1734568332;s:13:\"_thumbnail_id\";i:1734568333;s:33:\"_et_builder_module_features_cache\";i:1753352927;s:29:\"_et_dynamic_cached_shortcodes\";i:1756798152;s:29:\"_et_dynamic_cached_attributes\";i:1756798152;s:22:\"et_enqueued_post_fonts\";i:1756798152;}'),
(15265,3876,'_EventOrigin','event-aggregator'),
(15266,3876,'_EventShowMapLink',''),
(15267,3876,'_EventShowMap',''),
(15268,3876,'_EventAllDay','no'),
(15269,3876,'_EventStartDate','2024-01-02 00:00:00'),
(15270,3876,'_EventEndDate','2024-01-02 00:00:00'),
(15271,3876,'_EventStartDateUTC','2024-01-02 00:00:00'),
(15272,3876,'_EventEndDateUTC','2024-01-02 00:00:00'),
(15273,3876,'_EventDuration','0'),
(15274,3876,'_EventCurrencySymbol',''),
(15275,3876,'_EventCurrencyCode',''),
(15276,3876,'_EventCurrencyPosition','prefix'),
(15277,3876,'_EventCost',''),
(15278,3876,'_EventURL',''),
(15279,3876,'_EventTimezone','UTC+0'),
(15280,3876,'_EventTimezoneAbbr','UTC+0'),
(15281,3876,'_tribe_aggregator_origin','csv'),
(15282,3876,'_tribe_aggregator_record','3639'),
(15283,3876,'_tribe_aggregator_source',''),
(15284,3876,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15285,3875,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_3.jpg'),
(15286,3873,'_thumbnail_id','3875'),
(15287,3877,'_wp_attached_file','2024/12/img_9724_720-WHHeO5.tmp_.jpg'),
(15288,3877,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:720;s:6:\"height\";i:540;s:4:\"file\";s:36:\"2024/12/img_9724_720-WHHeO5.tmp_.jpg\";s:8:\"filesize\";i:112736;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:36:\"img_9724_720-WHHeO5.tmp_-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20146;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:36:\"img_9724_720-WHHeO5.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7691;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:36:\"img_9724_720-WHHeO5.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29325;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:36:\"img_9724_720-WHHeO5.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:32219;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:36:\"img_9724_720-WHHeO5.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51882;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:36:\"img_9724_720-WHHeO5.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52791;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:36:\"img_9724_720-WHHeO5.tmp_-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47380;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:36:\"img_9724_720-WHHeO5.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26723;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:36:\"img_9724_720-WHHeO5.tmp_-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69363;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:36:\"img_9724_720-WHHeO5.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4074;}}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:{}}}'),
(15290,3877,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2024/01/img_9724_720.jpg'),
(15291,3876,'_thumbnail_id','3877'),
(15296,3878,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568336;s:8:\"post_tag\";i:1734568336;s:12:\"_EventOrigin\";i:1734568336;s:17:\"_EventShowMapLink\";i:1734568336;s:13:\"_EventShowMap\";i:1734568336;s:12:\"_EventAllDay\";i:1734568336;s:15:\"_EventStartDate\";i:1734568336;s:13:\"_EventEndDate\";i:1734568336;s:18:\"_EventStartDateUTC\";i:1734568336;s:16:\"_EventEndDateUTC\";i:1734568336;s:14:\"_EventDuration\";i:1734568336;s:20:\"_EventCurrencySymbol\";i:1734568336;s:18:\"_EventCurrencyCode\";i:1734568336;s:22:\"_EventCurrencyPosition\";i:1734568336;s:10:\"_EventCost\";i:1734568336;s:9:\"_EventURL\";i:1734568336;s:14:\"_EventTimezone\";i:1734568336;s:18:\"_EventTimezoneAbbr\";i:1734568336;s:24:\"_tribe_aggregator_origin\";i:1734568336;s:24:\"_tribe_aggregator_record\";i:1734568336;s:24:\"_tribe_aggregator_source\";i:1734568336;s:25:\"_tribe_aggregator_updated\";i:1734568336;s:13:\"_thumbnail_id\";i:1734568336;s:29:\"_et_dynamic_cached_shortcodes\";i:1757145182;s:29:\"_et_dynamic_cached_attributes\";i:1757145183;s:22:\"et_enqueued_post_fonts\";i:1757145183;s:33:\"_et_builder_module_features_cache\";i:1757145183;}'),
(15297,3878,'_EventOrigin','event-aggregator'),
(15298,3878,'_EventShowMapLink',''),
(15299,3878,'_EventShowMap',''),
(15300,3878,'_EventAllDay','no'),
(15301,3878,'_EventStartDate','2024-01-03 00:00:00'),
(15302,3878,'_EventEndDate','2024-01-03 00:00:00'),
(15303,3878,'_EventStartDateUTC','2024-01-03 00:00:00'),
(15304,3878,'_EventEndDateUTC','2024-01-03 00:00:00'),
(15305,3878,'_EventDuration','0'),
(15306,3878,'_EventCurrencySymbol',''),
(15307,3878,'_EventCurrencyCode',''),
(15308,3878,'_EventCurrencyPosition','prefix'),
(15309,3878,'_EventCost',''),
(15310,3878,'_EventURL',''),
(15311,3878,'_EventTimezone','UTC+0'),
(15312,3878,'_EventTimezoneAbbr','UTC+0'),
(15313,3878,'_tribe_aggregator_origin','csv'),
(15314,3878,'_tribe_aggregator_record','3639'),
(15315,3878,'_tribe_aggregator_source',''),
(15316,3878,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15317,3878,'_thumbnail_id','3647'),
(15318,3879,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568336;s:8:\"post_tag\";i:1734568336;s:12:\"_EventOrigin\";i:1734568337;s:17:\"_EventShowMapLink\";i:1734568337;s:13:\"_EventShowMap\";i:1734568337;s:12:\"_EventAllDay\";i:1734568337;s:15:\"_EventStartDate\";i:1734568337;s:13:\"_EventEndDate\";i:1734568337;s:18:\"_EventStartDateUTC\";i:1734568337;s:16:\"_EventEndDateUTC\";i:1734568337;s:14:\"_EventDuration\";i:1734568337;s:20:\"_EventCurrencySymbol\";i:1734568337;s:18:\"_EventCurrencyCode\";i:1734568337;s:22:\"_EventCurrencyPosition\";i:1734568337;s:10:\"_EventCost\";i:1734568337;s:9:\"_EventURL\";i:1734568337;s:14:\"_EventTimezone\";i:1734568337;s:18:\"_EventTimezoneAbbr\";i:1734568337;s:24:\"_tribe_aggregator_origin\";i:1734568337;s:24:\"_tribe_aggregator_record\";i:1734568337;s:24:\"_tribe_aggregator_source\";i:1734568337;s:25:\"_tribe_aggregator_updated\";i:1734568337;s:13:\"_thumbnail_id\";i:1734568337;s:33:\"_et_builder_module_features_cache\";i:1753391632;s:29:\"_et_dynamic_cached_shortcodes\";i:1757139976;s:29:\"_et_dynamic_cached_attributes\";i:1757139977;s:22:\"et_enqueued_post_fonts\";i:1757139977;}'),
(15319,3879,'_EventOrigin','event-aggregator'),
(15320,3879,'_EventShowMapLink',''),
(15321,3879,'_EventShowMap',''),
(15322,3879,'_EventAllDay','no'),
(15323,3879,'_EventStartDate','2024-01-03 00:00:00'),
(15324,3879,'_EventEndDate','2024-01-03 00:00:00'),
(15325,3879,'_EventStartDateUTC','2024-01-03 00:00:00'),
(15326,3879,'_EventEndDateUTC','2024-01-03 00:00:00'),
(15327,3879,'_EventDuration','0'),
(15328,3879,'_EventCurrencySymbol',''),
(15329,3879,'_EventCurrencyCode',''),
(15330,3879,'_EventCurrencyPosition','prefix'),
(15331,3879,'_EventCost',''),
(15332,3879,'_EventURL',''),
(15333,3879,'_EventTimezone','UTC+0'),
(15334,3879,'_EventTimezoneAbbr','UTC+0'),
(15335,3879,'_tribe_aggregator_origin','csv'),
(15336,3879,'_tribe_aggregator_record','3639'),
(15337,3879,'_tribe_aggregator_source',''),
(15338,3879,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15339,3880,'_wp_attached_file','2024/12/a1s5260-NvbXso.tmp_.jpg'),
(15340,3880,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:400;s:6:\"height\";i:267;s:4:\"file\";s:31:\"2024/12/a1s5260-NvbXso.tmp_.jpg\";s:8:\"filesize\";i:23744;s:5:\"sizes\";a:5:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"a1s5260-NvbXso.tmp_-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13676;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"a1s5260-NvbXso.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6717;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"a1s5260-NvbXso.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19411;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"a1s5260-NvbXso.tmp_-300x267.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:267;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17668;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"a1s5260-NvbXso.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3842;}}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:{}}}'),
(15341,3880,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2024/01/a1s5260.jpg'),
(15342,3879,'_thumbnail_id','3880'),
(15343,3881,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568338;s:8:\"post_tag\";i:1734568338;s:12:\"_EventOrigin\";i:1734568338;s:17:\"_EventShowMapLink\";i:1734568338;s:13:\"_EventShowMap\";i:1734568338;s:12:\"_EventAllDay\";i:1734568338;s:15:\"_EventStartDate\";i:1734568338;s:13:\"_EventEndDate\";i:1734568338;s:18:\"_EventStartDateUTC\";i:1734568338;s:16:\"_EventEndDateUTC\";i:1734568338;s:14:\"_EventDuration\";i:1734568338;s:20:\"_EventCurrencySymbol\";i:1734568338;s:18:\"_EventCurrencyCode\";i:1734568338;s:22:\"_EventCurrencyPosition\";i:1734568338;s:10:\"_EventCost\";i:1734568338;s:9:\"_EventURL\";i:1734568338;s:14:\"_EventTimezone\";i:1734568338;s:18:\"_EventTimezoneAbbr\";i:1734568338;s:24:\"_tribe_aggregator_origin\";i:1734568338;s:24:\"_tribe_aggregator_record\";i:1734568338;s:24:\"_tribe_aggregator_source\";i:1734568338;s:25:\"_tribe_aggregator_updated\";i:1734568338;s:13:\"_thumbnail_id\";i:1734568338;s:33:\"_et_builder_module_features_cache\";i:1753360968;s:29:\"_et_dynamic_cached_shortcodes\";i:1757135793;s:29:\"_et_dynamic_cached_attributes\";i:1757135794;s:22:\"et_enqueued_post_fonts\";i:1757135794;}'),
(15344,3881,'_EventOrigin','event-aggregator'),
(15345,3881,'_EventShowMapLink',''),
(15346,3881,'_EventShowMap',''),
(15347,3881,'_EventAllDay','no'),
(15348,3881,'_EventStartDate','2024-01-03 00:00:00'),
(15349,3881,'_EventEndDate','2024-01-03 00:00:00'),
(15350,3881,'_EventStartDateUTC','2024-01-03 00:00:00'),
(15351,3881,'_EventEndDateUTC','2024-01-03 00:00:00'),
(15352,3881,'_EventDuration','0'),
(15353,3881,'_EventCurrencySymbol',''),
(15354,3881,'_EventCurrencyCode',''),
(15355,3881,'_EventCurrencyPosition','prefix'),
(15356,3881,'_EventCost',''),
(15357,3881,'_EventURL',''),
(15358,3881,'_EventTimezone','UTC+0'),
(15359,3881,'_EventTimezoneAbbr','UTC+0'),
(15360,3881,'_tribe_aggregator_origin','csv'),
(15361,3881,'_tribe_aggregator_record','3639'),
(15362,3881,'_tribe_aggregator_source',''),
(15363,3881,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15364,3881,'_thumbnail_id','3874'),
(15365,3882,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568338;s:8:\"post_tag\";i:1734568338;s:12:\"_EventOrigin\";i:1734568338;s:17:\"_EventShowMapLink\";i:1734568338;s:13:\"_EventShowMap\";i:1734568338;s:12:\"_EventAllDay\";i:1734568338;s:15:\"_EventStartDate\";i:1734568338;s:13:\"_EventEndDate\";i:1734568338;s:18:\"_EventStartDateUTC\";i:1734568338;s:16:\"_EventEndDateUTC\";i:1734568338;s:14:\"_EventDuration\";i:1734568338;s:20:\"_EventCurrencySymbol\";i:1734568338;s:18:\"_EventCurrencyCode\";i:1734568338;s:22:\"_EventCurrencyPosition\";i:1734568338;s:10:\"_EventCost\";i:1734568338;s:9:\"_EventURL\";i:1734568338;s:14:\"_EventTimezone\";i:1734568338;s:18:\"_EventTimezoneAbbr\";i:1734568338;s:24:\"_tribe_aggregator_origin\";i:1734568338;s:24:\"_tribe_aggregator_record\";i:1734568338;s:24:\"_tribe_aggregator_source\";i:1734568338;s:25:\"_tribe_aggregator_updated\";i:1734568338;s:13:\"_thumbnail_id\";i:1734568339;s:29:\"_et_dynamic_cached_shortcodes\";i:1757200268;s:29:\"_et_dynamic_cached_attributes\";i:1757200269;s:22:\"et_enqueued_post_fonts\";i:1757200270;s:33:\"_et_builder_module_features_cache\";i:1753336682;}'),
(15366,3882,'_EventOrigin','event-aggregator'),
(15367,3882,'_EventShowMapLink',''),
(15368,3882,'_EventShowMap',''),
(15369,3882,'_EventAllDay','no'),
(15370,3882,'_EventStartDate','2024-01-03 00:00:00'),
(15371,3882,'_EventEndDate','2024-01-03 00:00:00'),
(15372,3882,'_EventStartDateUTC','2024-01-03 00:00:00'),
(15373,3882,'_EventEndDateUTC','2024-01-03 00:00:00'),
(15374,3882,'_EventDuration','0'),
(15375,3882,'_EventCurrencySymbol',''),
(15376,3882,'_EventCurrencyCode',''),
(15377,3882,'_EventCurrencyPosition','prefix'),
(15378,3882,'_EventCost',''),
(15379,3882,'_EventURL',''),
(15380,3882,'_EventTimezone','UTC+0'),
(15381,3882,'_EventTimezoneAbbr','UTC+0'),
(15382,3882,'_tribe_aggregator_origin','csv'),
(15383,3882,'_tribe_aggregator_record','3639'),
(15384,3882,'_tribe_aggregator_source',''),
(15385,3882,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15386,3882,'_thumbnail_id','3871'),
(15387,3883,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568339;s:8:\"post_tag\";i:1734568339;s:12:\"_EventOrigin\";i:1734568339;s:17:\"_EventShowMapLink\";i:1734568339;s:13:\"_EventShowMap\";i:1734568339;s:12:\"_EventAllDay\";i:1734568339;s:15:\"_EventStartDate\";i:1734568339;s:13:\"_EventEndDate\";i:1734568339;s:18:\"_EventStartDateUTC\";i:1734568339;s:16:\"_EventEndDateUTC\";i:1734568339;s:14:\"_EventDuration\";i:1734568339;s:20:\"_EventCurrencySymbol\";i:1734568339;s:18:\"_EventCurrencyCode\";i:1734568339;s:22:\"_EventCurrencyPosition\";i:1734568339;s:10:\"_EventCost\";i:1734568339;s:9:\"_EventURL\";i:1734568339;s:14:\"_EventTimezone\";i:1734568339;s:18:\"_EventTimezoneAbbr\";i:1734568339;s:24:\"_tribe_aggregator_origin\";i:1734568339;s:24:\"_tribe_aggregator_record\";i:1734568339;s:24:\"_tribe_aggregator_source\";i:1734568339;s:25:\"_tribe_aggregator_updated\";i:1734568339;s:13:\"_thumbnail_id\";i:1734568339;s:29:\"_et_dynamic_cached_shortcodes\";i:1755675751;s:29:\"_et_dynamic_cached_attributes\";i:1755675751;s:22:\"et_enqueued_post_fonts\";i:1755675752;s:33:\"_et_builder_module_features_cache\";i:1755675752;}'),
(15388,3883,'_EventOrigin','event-aggregator'),
(15389,3883,'_EventShowMapLink',''),
(15390,3883,'_EventShowMap',''),
(15391,3883,'_EventAllDay','no'),
(15392,3883,'_EventStartDate','2024-01-03 00:00:00'),
(15393,3883,'_EventEndDate','2024-01-03 00:00:00'),
(15394,3883,'_EventStartDateUTC','2024-01-03 00:00:00'),
(15395,3883,'_EventEndDateUTC','2024-01-03 00:00:00'),
(15396,3883,'_EventDuration','0'),
(15397,3883,'_EventCurrencySymbol',''),
(15398,3883,'_EventCurrencyCode',''),
(15399,3883,'_EventCurrencyPosition','prefix'),
(15400,3883,'_EventCost',''),
(15401,3883,'_EventURL',''),
(15402,3883,'_EventTimezone','UTC+0'),
(15403,3883,'_EventTimezoneAbbr','UTC+0'),
(15404,3883,'_tribe_aggregator_origin','csv'),
(15405,3883,'_tribe_aggregator_record','3639'),
(15406,3883,'_tribe_aggregator_source',''),
(15407,3883,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15411,3883,'_thumbnail_id','3862'),
(15417,3884,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568341;s:8:\"post_tag\";i:1734568341;s:12:\"_EventOrigin\";i:1734568341;s:17:\"_EventShowMapLink\";i:1734568341;s:13:\"_EventShowMap\";i:1734568341;s:12:\"_EventAllDay\";i:1734568341;s:15:\"_EventStartDate\";i:1734568341;s:13:\"_EventEndDate\";i:1734568341;s:18:\"_EventStartDateUTC\";i:1734568341;s:16:\"_EventEndDateUTC\";i:1734568341;s:14:\"_EventDuration\";i:1734568341;s:20:\"_EventCurrencySymbol\";i:1734568341;s:18:\"_EventCurrencyCode\";i:1734568341;s:22:\"_EventCurrencyPosition\";i:1734568341;s:10:\"_EventCost\";i:1734568341;s:9:\"_EventURL\";i:1734568341;s:14:\"_EventTimezone\";i:1734568341;s:18:\"_EventTimezoneAbbr\";i:1734568341;s:24:\"_tribe_aggregator_origin\";i:1734568341;s:24:\"_tribe_aggregator_record\";i:1734568341;s:24:\"_tribe_aggregator_source\";i:1734568341;s:25:\"_tribe_aggregator_updated\";i:1734568341;s:13:\"_thumbnail_id\";i:1734568341;s:33:\"_et_builder_module_features_cache\";i:1757135346;s:29:\"_et_dynamic_cached_shortcodes\";i:1757135345;s:29:\"_et_dynamic_cached_attributes\";i:1757135346;s:22:\"et_enqueued_post_fonts\";i:1757135346;}'),
(15418,3884,'_EventOrigin','event-aggregator'),
(15419,3884,'_EventShowMapLink',''),
(15420,3884,'_EventShowMap',''),
(15421,3884,'_EventAllDay','no'),
(15422,3884,'_EventStartDate','2024-01-04 00:00:00'),
(15423,3884,'_EventEndDate','2024-01-04 00:00:00'),
(15424,3884,'_EventStartDateUTC','2024-01-04 00:00:00'),
(15425,3884,'_EventEndDateUTC','2024-01-04 00:00:00'),
(15426,3884,'_EventDuration','0'),
(15427,3884,'_EventCurrencySymbol',''),
(15428,3884,'_EventCurrencyCode',''),
(15429,3884,'_EventCurrencyPosition','prefix'),
(15430,3884,'_EventCost',''),
(15431,3884,'_EventURL',''),
(15432,3884,'_EventTimezone','UTC+0'),
(15433,3884,'_EventTimezoneAbbr','UTC+0'),
(15434,3884,'_tribe_aggregator_origin','csv'),
(15435,3884,'_tribe_aggregator_record','3639'),
(15436,3884,'_tribe_aggregator_source',''),
(15437,3884,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15438,3884,'_thumbnail_id','3874'),
(15439,3885,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568341;s:8:\"post_tag\";i:1734568341;s:12:\"_EventOrigin\";i:1734568342;s:17:\"_EventShowMapLink\";i:1734568341;s:13:\"_EventShowMap\";i:1734568342;s:12:\"_EventAllDay\";i:1734568342;s:15:\"_EventStartDate\";i:1734568342;s:13:\"_EventEndDate\";i:1734568342;s:18:\"_EventStartDateUTC\";i:1734568342;s:16:\"_EventEndDateUTC\";i:1734568342;s:14:\"_EventDuration\";i:1734568342;s:20:\"_EventCurrencySymbol\";i:1734568342;s:18:\"_EventCurrencyCode\";i:1734568342;s:22:\"_EventCurrencyPosition\";i:1734568342;s:10:\"_EventCost\";i:1734568342;s:9:\"_EventURL\";i:1734568342;s:14:\"_EventTimezone\";i:1734568342;s:18:\"_EventTimezoneAbbr\";i:1734568342;s:24:\"_tribe_aggregator_origin\";i:1734568342;s:24:\"_tribe_aggregator_record\";i:1734568342;s:24:\"_tribe_aggregator_source\";i:1734568342;s:25:\"_tribe_aggregator_updated\";i:1734568342;s:13:\"_thumbnail_id\";i:1734568342;s:33:\"_et_builder_module_features_cache\";i:1755247632;s:29:\"_et_dynamic_cached_shortcodes\";i:1755614671;s:29:\"_et_dynamic_cached_attributes\";i:1755614672;s:22:\"et_enqueued_post_fonts\";i:1755614672;}'),
(15440,3885,'_EventOrigin','event-aggregator'),
(15441,3885,'_EventShowMapLink',''),
(15442,3885,'_EventShowMap',''),
(15443,3885,'_EventAllDay','no'),
(15444,3885,'_EventStartDate','2024-01-04 00:00:00'),
(15445,3885,'_EventEndDate','2024-01-04 00:00:00'),
(15446,3885,'_EventStartDateUTC','2024-01-04 00:00:00'),
(15447,3885,'_EventEndDateUTC','2024-01-04 00:00:00'),
(15448,3885,'_EventDuration','0'),
(15449,3885,'_EventCurrencySymbol',''),
(15450,3885,'_EventCurrencyCode',''),
(15451,3885,'_EventCurrencyPosition','prefix'),
(15452,3885,'_EventCost',''),
(15453,3885,'_EventURL',''),
(15454,3885,'_EventTimezone','UTC+0'),
(15455,3885,'_EventTimezoneAbbr','UTC+0'),
(15456,3885,'_tribe_aggregator_origin','csv'),
(15457,3885,'_tribe_aggregator_record','3639'),
(15458,3885,'_tribe_aggregator_source',''),
(15459,3885,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15460,3885,'_thumbnail_id','3868'),
(15461,3886,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568342;s:8:\"post_tag\";i:1734568342;s:12:\"_EventOrigin\";i:1734568342;s:17:\"_EventShowMapLink\";i:1734568342;s:13:\"_EventShowMap\";i:1734568342;s:12:\"_EventAllDay\";i:1734568342;s:15:\"_EventStartDate\";i:1734568342;s:13:\"_EventEndDate\";i:1734568342;s:18:\"_EventStartDateUTC\";i:1734568342;s:16:\"_EventEndDateUTC\";i:1734568342;s:14:\"_EventDuration\";i:1734568342;s:20:\"_EventCurrencySymbol\";i:1734568342;s:18:\"_EventCurrencyCode\";i:1734568342;s:22:\"_EventCurrencyPosition\";i:1734568342;s:10:\"_EventCost\";i:1734568342;s:9:\"_EventURL\";i:1734568342;s:14:\"_EventTimezone\";i:1734568342;s:18:\"_EventTimezoneAbbr\";i:1734568342;s:24:\"_tribe_aggregator_origin\";i:1734568342;s:24:\"_tribe_aggregator_record\";i:1734568342;s:24:\"_tribe_aggregator_source\";i:1734568342;s:25:\"_tribe_aggregator_updated\";i:1734568342;s:13:\"_thumbnail_id\";i:1734568343;s:29:\"_et_dynamic_cached_shortcodes\";i:1755690005;s:29:\"_et_dynamic_cached_attributes\";i:1755690006;s:22:\"et_enqueued_post_fonts\";i:1755690006;s:33:\"_et_builder_module_features_cache\";i:1753364440;}'),
(15462,3886,'_EventOrigin','event-aggregator'),
(15463,3886,'_EventShowMapLink',''),
(15464,3886,'_EventShowMap',''),
(15465,3886,'_EventAllDay','no'),
(15466,3886,'_EventStartDate','2024-01-09 00:00:00'),
(15467,3886,'_EventEndDate','2024-01-09 00:00:00'),
(15468,3886,'_EventStartDateUTC','2024-01-09 00:00:00'),
(15469,3886,'_EventEndDateUTC','2024-01-09 00:00:00'),
(15470,3886,'_EventDuration','0'),
(15471,3886,'_EventCurrencySymbol',''),
(15472,3886,'_EventCurrencyCode',''),
(15473,3886,'_EventCurrencyPosition','prefix'),
(15474,3886,'_EventCost',''),
(15475,3886,'_EventURL',''),
(15476,3886,'_EventTimezone','UTC+0'),
(15477,3886,'_EventTimezoneAbbr','UTC+0'),
(15478,3886,'_tribe_aggregator_origin','csv'),
(15479,3886,'_tribe_aggregator_record','3639'),
(15480,3886,'_tribe_aggregator_source',''),
(15481,3886,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15482,3886,'_thumbnail_id','3866'),
(15483,3887,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568343;s:8:\"post_tag\";i:1734568343;s:12:\"_EventOrigin\";i:1734568343;s:17:\"_EventShowMapLink\";i:1734568343;s:13:\"_EventShowMap\";i:1734568343;s:12:\"_EventAllDay\";i:1734568343;s:15:\"_EventStartDate\";i:1734568343;s:13:\"_EventEndDate\";i:1734568343;s:18:\"_EventStartDateUTC\";i:1734568343;s:16:\"_EventEndDateUTC\";i:1734568343;s:14:\"_EventDuration\";i:1734568343;s:20:\"_EventCurrencySymbol\";i:1734568343;s:18:\"_EventCurrencyCode\";i:1734568343;s:22:\"_EventCurrencyPosition\";i:1734568343;s:10:\"_EventCost\";i:1734568343;s:9:\"_EventURL\";i:1734568343;s:14:\"_EventTimezone\";i:1734568343;s:18:\"_EventTimezoneAbbr\";i:1734568343;s:24:\"_tribe_aggregator_origin\";i:1734568343;s:24:\"_tribe_aggregator_record\";i:1734568343;s:24:\"_tribe_aggregator_source\";i:1734568343;s:25:\"_tribe_aggregator_updated\";i:1734568343;s:13:\"_thumbnail_id\";i:1734568343;s:29:\"_et_dynamic_cached_shortcodes\";i:1755056877;s:29:\"_et_dynamic_cached_attributes\";i:1755056878;s:22:\"et_enqueued_post_fonts\";i:1755056878;s:33:\"_et_builder_module_features_cache\";i:1755056878;}'),
(15484,3887,'_EventOrigin','event-aggregator'),
(15485,3887,'_EventShowMapLink',''),
(15486,3887,'_EventShowMap',''),
(15487,3887,'_EventAllDay','no'),
(15488,3887,'_EventStartDate','2024-01-25 00:00:00'),
(15489,3887,'_EventEndDate','2024-01-25 00:00:00'),
(15490,3887,'_EventStartDateUTC','2024-01-25 00:00:00'),
(15491,3887,'_EventEndDateUTC','2024-01-25 00:00:00'),
(15492,3887,'_EventDuration','0'),
(15493,3887,'_EventCurrencySymbol',''),
(15494,3887,'_EventCurrencyCode',''),
(15495,3887,'_EventCurrencyPosition','prefix'),
(15496,3887,'_EventCost',''),
(15497,3887,'_EventURL',''),
(15498,3887,'_EventTimezone','UTC+0'),
(15499,3887,'_EventTimezoneAbbr','UTC+0'),
(15500,3887,'_tribe_aggregator_origin','csv'),
(15501,3887,'_tribe_aggregator_record','3639'),
(15502,3887,'_tribe_aggregator_source',''),
(15503,3887,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15507,3887,'_thumbnail_id','3875'),
(15508,3888,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568343;s:8:\"post_tag\";i:1734568343;s:12:\"_EventOrigin\";i:1734568343;s:17:\"_EventShowMapLink\";i:1734568343;s:13:\"_EventShowMap\";i:1734568343;s:12:\"_EventAllDay\";i:1734568343;s:15:\"_EventStartDate\";i:1734568343;s:13:\"_EventEndDate\";i:1734568343;s:18:\"_EventStartDateUTC\";i:1734568343;s:16:\"_EventEndDateUTC\";i:1734568343;s:14:\"_EventDuration\";i:1734568343;s:20:\"_EventCurrencySymbol\";i:1734568343;s:18:\"_EventCurrencyCode\";i:1734568343;s:22:\"_EventCurrencyPosition\";i:1734568343;s:10:\"_EventCost\";i:1734568343;s:9:\"_EventURL\";i:1734568343;s:14:\"_EventTimezone\";i:1734568343;s:18:\"_EventTimezoneAbbr\";i:1734568343;s:24:\"_tribe_aggregator_origin\";i:1734568343;s:24:\"_tribe_aggregator_record\";i:1734568343;s:24:\"_tribe_aggregator_source\";i:1734568343;s:25:\"_tribe_aggregator_updated\";i:1734568343;s:13:\"_thumbnail_id\";i:1734568345;s:33:\"_et_builder_module_features_cache\";i:1755664074;s:29:\"_et_dynamic_cached_shortcodes\";i:1755664073;s:29:\"_et_dynamic_cached_attributes\";i:1755664074;s:22:\"et_enqueued_post_fonts\";i:1755664074;}'),
(15509,3888,'_EventOrigin','event-aggregator'),
(15510,3888,'_EventShowMapLink',''),
(15511,3888,'_EventShowMap',''),
(15512,3888,'_EventAllDay','no'),
(15513,3888,'_EventStartDate','2024-02-09 00:00:00'),
(15514,3888,'_EventEndDate','2024-02-09 00:00:00'),
(15515,3888,'_EventStartDateUTC','2024-02-09 00:00:00'),
(15516,3888,'_EventEndDateUTC','2024-02-09 00:00:00'),
(15517,3888,'_EventDuration','0'),
(15518,3888,'_EventCurrencySymbol',''),
(15519,3888,'_EventCurrencyCode',''),
(15520,3888,'_EventCurrencyPosition','prefix'),
(15521,3888,'_EventCost',''),
(15522,3888,'_EventURL',''),
(15523,3888,'_EventTimezone','UTC+0'),
(15524,3888,'_EventTimezoneAbbr','UTC+0'),
(15525,3888,'_tribe_aggregator_origin','csv'),
(15526,3888,'_tribe_aggregator_record','3639'),
(15527,3888,'_tribe_aggregator_source',''),
(15528,3888,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15530,3889,'_wp_attached_file','2024/12/David-Cagle-Shotgun-1-Course-vOcAgv.tmp_.jpg'),
(15531,3889,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1290;s:6:\"height\";i:896;s:4:\"file\";s:52:\"2024/12/David-Cagle-Shotgun-1-Course-vOcAgv.tmp_.jpg\";s:8:\"filesize\";i:165464;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:52:\"David-Cagle-Shotgun-1-Course-vOcAgv.tmp_-300x208.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:208;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16432;}s:5:\"large\";a:5:{s:4:\"file\";s:53:\"David-Cagle-Shotgun-1-Course-vOcAgv.tmp_-1024x711.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:711;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:137274;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:52:\"David-Cagle-Shotgun-1-Course-vOcAgv.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6845;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:52:\"David-Cagle-Shotgun-1-Course-vOcAgv.tmp_-768x533.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:533;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:87079;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:52:\"David-Cagle-Shotgun-1-Course-vOcAgv.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25960;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:53:\"David-Cagle-Shotgun-1-Course-vOcAgv.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:140284;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:52:\"David-Cagle-Shotgun-1-Course-vOcAgv.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28222;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:52:\"David-Cagle-Shotgun-1-Course-vOcAgv.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45773;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:53:\"David-Cagle-Shotgun-1-Course-vOcAgv.tmp_-1080x750.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:750;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:149536;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:52:\"David-Cagle-Shotgun-1-Course-vOcAgv.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44237;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:53:\"David-Cagle-Shotgun-1-Course-vOcAgv.tmp_-1280x889.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:889;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:192789;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:52:\"David-Cagle-Shotgun-1-Course-vOcAgv.tmp_-980x681.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:681;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129084;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:52:\"David-Cagle-Shotgun-1-Course-vOcAgv.tmp_-480x333.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:333;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38600;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:52:\"David-Cagle-Shotgun-1-Course-vOcAgv.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22236;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:52:\"David-Cagle-Shotgun-1-Course-vOcAgv.tmp_-600x417.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:417;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:57651;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:52:\"David-Cagle-Shotgun-1-Course-vOcAgv.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3773;}}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:{}}}'),
(15532,3889,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2024/02/David-Cagle-Shotgun-1-Course.jpg'),
(15533,3888,'_thumbnail_id','3889'),
(15538,3890,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568350;s:8:\"post_tag\";i:1734568350;s:12:\"_EventOrigin\";i:1734568350;s:17:\"_EventShowMapLink\";i:1734568350;s:13:\"_EventShowMap\";i:1734568350;s:12:\"_EventAllDay\";i:1734568350;s:15:\"_EventStartDate\";i:1734568350;s:13:\"_EventEndDate\";i:1734568350;s:18:\"_EventStartDateUTC\";i:1734568350;s:16:\"_EventEndDateUTC\";i:1734568350;s:14:\"_EventDuration\";i:1734568350;s:20:\"_EventCurrencySymbol\";i:1734568350;s:18:\"_EventCurrencyCode\";i:1734568350;s:22:\"_EventCurrencyPosition\";i:1734568350;s:10:\"_EventCost\";i:1734568350;s:9:\"_EventURL\";i:1734568350;s:14:\"_EventTimezone\";i:1734568350;s:18:\"_EventTimezoneAbbr\";i:1734568350;s:24:\"_tribe_aggregator_origin\";i:1734568350;s:24:\"_tribe_aggregator_record\";i:1734568350;s:24:\"_tribe_aggregator_source\";i:1734568350;s:25:\"_tribe_aggregator_updated\";i:1734568350;s:13:\"_thumbnail_id\";i:1734568350;s:29:\"_et_dynamic_cached_shortcodes\";i:1755665243;s:29:\"_et_dynamic_cached_attributes\";i:1755665244;s:22:\"et_enqueued_post_fonts\";i:1755665244;s:33:\"_et_builder_module_features_cache\";i:1755665244;}'),
(15539,3890,'_EventOrigin','event-aggregator'),
(15540,3890,'_EventShowMapLink',''),
(15541,3890,'_EventShowMap',''),
(15543,3890,'_EventStartDate','2024-02-09 00:00:00'),
(15544,3890,'_EventEndDate','2024-02-09 00:00:00'),
(15545,3890,'_EventStartDateUTC','2024-02-09 00:00:00'),
(15546,3890,'_EventEndDateUTC','2024-02-09 00:00:00'),
(15547,3890,'_EventDuration','0'),
(15548,3890,'_EventCurrencySymbol',''),
(15549,3890,'_EventCurrencyCode',''),
(15550,3890,'_EventCurrencyPosition','prefix'),
(15551,3890,'_EventCost',''),
(15552,3890,'_EventURL',''),
(15553,3890,'_EventTimezone','UTC+0'),
(15554,3890,'_EventTimezoneAbbr','UTC+0'),
(15555,3890,'_tribe_aggregator_origin','csv'),
(15556,3890,'_tribe_aggregator_record','3639'),
(15557,3890,'_tribe_aggregator_source',''),
(15558,3890,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15559,3890,'_thumbnail_id','3682'),
(15560,3891,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568350;s:8:\"post_tag\";i:1734568350;s:12:\"_EventOrigin\";i:1734568351;s:17:\"_EventShowMapLink\";i:1734568351;s:13:\"_EventShowMap\";i:1734568351;s:12:\"_EventAllDay\";i:1734568351;s:15:\"_EventStartDate\";i:1734568351;s:13:\"_EventEndDate\";i:1734568351;s:18:\"_EventStartDateUTC\";i:1734568351;s:16:\"_EventEndDateUTC\";i:1734568351;s:14:\"_EventDuration\";i:1734568351;s:20:\"_EventCurrencySymbol\";i:1734568351;s:18:\"_EventCurrencyCode\";i:1734568351;s:22:\"_EventCurrencyPosition\";i:1734568351;s:10:\"_EventCost\";i:1734568351;s:9:\"_EventURL\";i:1734568351;s:14:\"_EventTimezone\";i:1734568351;s:18:\"_EventTimezoneAbbr\";i:1734568351;s:24:\"_tribe_aggregator_origin\";i:1734568351;s:24:\"_tribe_aggregator_record\";i:1734568351;s:24:\"_tribe_aggregator_source\";i:1734568351;s:25:\"_tribe_aggregator_updated\";i:1734568351;s:13:\"_thumbnail_id\";i:1734568355;s:29:\"_et_dynamic_cached_shortcodes\";i:1765367471;s:29:\"_et_dynamic_cached_attributes\";i:1765367473;s:22:\"et_enqueued_post_fonts\";i:1765367473;s:33:\"_et_builder_module_features_cache\";i:1765367473;}'),
(15561,3891,'_EventOrigin','event-aggregator'),
(15562,3891,'_EventShowMapLink',''),
(15563,3891,'_EventShowMap',''),
(15565,3891,'_EventStartDate','2024-03-19 00:00:00'),
(15566,3891,'_EventEndDate','2024-03-19 00:00:00'),
(15567,3891,'_EventStartDateUTC','2024-03-19 00:00:00'),
(15568,3891,'_EventEndDateUTC','2024-03-19 00:00:00'),
(15569,3891,'_EventDuration','0'),
(15570,3891,'_EventCurrencySymbol',''),
(15571,3891,'_EventCurrencyCode',''),
(15572,3891,'_EventCurrencyPosition','prefix'),
(15573,3891,'_EventCost',''),
(15574,3891,'_EventURL',''),
(15575,3891,'_EventTimezone','UTC+0'),
(15576,3891,'_EventTimezoneAbbr','UTC+0'),
(15577,3891,'_tribe_aggregator_origin','csv'),
(15578,3891,'_tribe_aggregator_record','3639'),
(15579,3891,'_tribe_aggregator_source',''),
(15580,3891,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15581,3892,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568352;s:8:\"post_tag\";i:1734568352;s:12:\"_EventOrigin\";i:1734568352;s:17:\"_EventShowMapLink\";i:1734568352;s:13:\"_EventShowMap\";i:1734568352;s:12:\"_EventAllDay\";i:1734568352;s:15:\"_EventStartDate\";i:1734568352;s:13:\"_EventEndDate\";i:1734568352;s:18:\"_EventStartDateUTC\";i:1734568352;s:16:\"_EventEndDateUTC\";i:1734568352;s:14:\"_EventDuration\";i:1734568352;s:20:\"_EventCurrencySymbol\";i:1734568352;s:18:\"_EventCurrencyCode\";i:1734568352;s:22:\"_EventCurrencyPosition\";i:1734568352;s:10:\"_EventCost\";i:1734568352;s:9:\"_EventURL\";i:1734568352;s:14:\"_EventTimezone\";i:1734568352;s:18:\"_EventTimezoneAbbr\";i:1734568352;s:24:\"_tribe_aggregator_origin\";i:1734568352;s:24:\"_tribe_aggregator_record\";i:1734568352;s:24:\"_tribe_aggregator_source\";i:1734568352;s:25:\"_tribe_aggregator_updated\";i:1734568352;s:13:\"_thumbnail_id\";i:1734568353;s:33:\"_et_builder_module_features_cache\";i:1753327534;s:29:\"_et_dynamic_cached_shortcodes\";i:1755664951;s:29:\"_et_dynamic_cached_attributes\";i:1755664951;s:22:\"et_enqueued_post_fonts\";i:1755664951;}'),
(15582,3892,'_EventOrigin','event-aggregator'),
(15583,3892,'_EventShowMapLink',''),
(15584,3892,'_EventShowMap',''),
(15586,3892,'_EventStartDate','2024-04-30 00:00:00'),
(15587,3892,'_EventEndDate','2024-04-30 00:00:00'),
(15588,3892,'_EventStartDateUTC','2024-04-30 00:00:00'),
(15589,3892,'_EventEndDateUTC','2024-04-30 00:00:00'),
(15590,3892,'_EventDuration','0'),
(15591,3892,'_EventCurrencySymbol',''),
(15592,3892,'_EventCurrencyCode',''),
(15593,3892,'_EventCurrencyPosition','prefix'),
(15594,3892,'_EventCost',''),
(15595,3892,'_EventURL',''),
(15596,3892,'_EventTimezone','UTC+0'),
(15597,3892,'_EventTimezoneAbbr','UTC+0'),
(15598,3892,'_tribe_aggregator_origin','csv'),
(15599,3892,'_tribe_aggregator_record','3639'),
(15600,3892,'_tribe_aggregator_source',''),
(15601,3892,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15602,3893,'_wp_attached_file','2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png'),
(15603,3893,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1283;s:6:\"height\";i:924;s:4:\"file\";s:40:\"2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png\";s:8:\"filesize\";i:379674;s:5:\"sizes\";a:16:{s:6:\"medium\";a:5:{s:4:\"file\";s:40:\"ARAC-Bill-Rapier-6HJ1zB.tmp_-300x216.png\";s:5:\"width\";i:300;s:6:\"height\";i:216;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:133682;}s:5:\"large\";a:5:{s:4:\"file\";s:41:\"ARAC-Bill-Rapier-6HJ1zB.tmp_-1024x737.png\";s:5:\"width\";i:1024;s:6:\"height\";i:737;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1295033;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:40:\"ARAC-Bill-Rapier-6HJ1zB.tmp_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50731;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:40:\"ARAC-Bill-Rapier-6HJ1zB.tmp_-768x553.png\";s:5:\"width\";i:768;s:6:\"height\";i:553;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:733821;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:40:\"ARAC-Bill-Rapier-6HJ1zB.tmp_-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:191500;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:41:\"ARAC-Bill-Rapier-6HJ1zB.tmp_-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1239349;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:40:\"ARAC-Bill-Rapier-6HJ1zB.tmp_-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:218645;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:40:\"ARAC-Bill-Rapier-6HJ1zB.tmp_-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:352797;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:41:\"ARAC-Bill-Rapier-6HJ1zB.tmp_-1080x778.png\";s:5:\"width\";i:1080;s:6:\"height\";i:778;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1435365;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:40:\"ARAC-Bill-Rapier-6HJ1zB.tmp_-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:363535;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:41:\"ARAC-Bill-Rapier-6HJ1zB.tmp_-1280x922.png\";s:5:\"width\";i:1280;s:6:\"height\";i:922;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1831602;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:40:\"ARAC-Bill-Rapier-6HJ1zB.tmp_-980x706.png\";s:5:\"width\";i:980;s:6:\"height\";i:706;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:1189257;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:40:\"ARAC-Bill-Rapier-6HJ1zB.tmp_-480x346.png\";s:5:\"width\";i:480;s:6:\"height\";i:346;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:307026;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:40:\"ARAC-Bill-Rapier-6HJ1zB.tmp_-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:171431;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:40:\"ARAC-Bill-Rapier-6HJ1zB.tmp_-600x432.png\";s:5:\"width\";i:600;s:6:\"height\";i:432;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:458324;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:40:\"ARAC-Bill-Rapier-6HJ1zB.tmp_-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24643;}}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:{}}}'),
(15604,3894,'_wp_attached_file','2024/12/pistol-medical-bk-3pyAkV.tmp_.jpg'),
(15605,3894,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:41:\"2024/12/pistol-medical-bk-3pyAkV.tmp_.jpg\";s:8:\"filesize\";i:72806;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"pistol-medical-bk-3pyAkV.tmp_-300x225.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18503;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"pistol-medical-bk-3pyAkV.tmp_-1024x768.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134185;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"pistol-medical-bk-3pyAkV.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7215;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"pistol-medical-bk-3pyAkV.tmp_-768x576.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:86592;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"pistol-medical-bk-3pyAkV.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24663;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"pistol-medical-bk-3pyAkV.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:119280;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"pistol-medical-bk-3pyAkV.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28131;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"pistol-medical-bk-3pyAkV.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44802;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"pistol-medical-bk-3pyAkV.tmp_-1080x810.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:146099;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"pistol-medical-bk-3pyAkV.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:44303;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"pistol-medical-bk-3pyAkV.tmp_-980x735.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:126494;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"pistol-medical-bk-3pyAkV.tmp_-480x360.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40400;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"pistol-medical-bk-3pyAkV.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22916;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"pistol-medical-bk-3pyAkV.tmp_-600x450.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:58716;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"pistol-medical-bk-3pyAkV.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3877;}}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:{}}}'),
(15606,3895,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568353;s:8:\"post_tag\";i:1734568353;s:12:\"_EventOrigin\";i:1734568353;s:17:\"_EventShowMapLink\";i:1734568353;s:13:\"_EventShowMap\";i:1734568353;s:12:\"_EventAllDay\";i:1734568353;s:15:\"_EventStartDate\";i:1734568353;s:13:\"_EventEndDate\";i:1734568353;s:18:\"_EventStartDateUTC\";i:1734568353;s:16:\"_EventEndDateUTC\";i:1734568353;s:14:\"_EventDuration\";i:1734568353;s:20:\"_EventCurrencySymbol\";i:1734568353;s:18:\"_EventCurrencyCode\";i:1734568353;s:22:\"_EventCurrencyPosition\";i:1734568353;s:10:\"_EventCost\";i:1734568353;s:9:\"_EventURL\";i:1734568353;s:14:\"_EventTimezone\";i:1734568353;s:18:\"_EventTimezoneAbbr\";i:1734568353;s:24:\"_tribe_aggregator_origin\";i:1734568353;s:24:\"_tribe_aggregator_record\";i:1734568353;s:24:\"_tribe_aggregator_source\";i:1734568353;s:25:\"_tribe_aggregator_updated\";i:1734568353;s:13:\"_thumbnail_id\";i:1734568354;s:29:\"_et_dynamic_cached_shortcodes\";i:1755668169;s:29:\"_et_dynamic_cached_attributes\";i:1755668170;s:22:\"et_enqueued_post_fonts\";i:1755668170;s:33:\"_et_builder_module_features_cache\";i:1753347482;}'),
(15607,3895,'_EventOrigin','event-aggregator'),
(15608,3895,'_EventShowMapLink',''),
(15609,3895,'_EventShowMap',''),
(15611,3895,'_EventStartDate','2024-04-30 00:00:00'),
(15612,3895,'_EventEndDate','2024-04-30 00:00:00'),
(15613,3895,'_EventStartDateUTC','2024-04-30 00:00:00'),
(15614,3895,'_EventEndDateUTC','2024-04-30 00:00:00'),
(15615,3895,'_EventDuration','0'),
(15616,3895,'_EventCurrencySymbol',''),
(15617,3895,'_EventCurrencyCode',''),
(15618,3895,'_EventCurrencyPosition','prefix'),
(15619,3895,'_EventCost',''),
(15620,3895,'_EventURL',''),
(15621,3895,'_EventTimezone','UTC+0'),
(15622,3895,'_EventTimezoneAbbr','UTC+0'),
(15623,3895,'_tribe_aggregator_origin','csv'),
(15624,3895,'_tribe_aggregator_record','3639'),
(15625,3895,'_tribe_aggregator_source',''),
(15626,3895,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15627,3894,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2024/04/pistol-medical-bk.jpg'),
(15628,3892,'_thumbnail_id','3894'),
(15629,3896,'_wp_attached_file','2024/12/AB0A3350_edit_zps6igcmeyf22-bjwVuz.tmp_.jpg'),
(15630,3896,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:726;s:6:\"height\";i:369;s:4:\"file\";s:51:\"2024/12/AB0A3350_edit_zps6igcmeyf22-bjwVuz.tmp_.jpg\";s:8:\"filesize\";i:39813;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:51:\"AB0A3350_edit_zps6igcmeyf22-bjwVuz.tmp_-300x152.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:152;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9273;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:51:\"AB0A3350_edit_zps6igcmeyf22-bjwVuz.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6386;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:51:\"AB0A3350_edit_zps6igcmeyf22-bjwVuz.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17840;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:51:\"AB0A3350_edit_zps6igcmeyf22-bjwVuz.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20561;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:51:\"AB0A3350_edit_zps6igcmeyf22-bjwVuz.tmp_-510x369.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33237;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:51:\"AB0A3350_edit_zps6igcmeyf22-bjwVuz.tmp_-400x369.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26806;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:51:\"AB0A3350_edit_zps6igcmeyf22-bjwVuz.tmp_-480x244.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:244;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:18894;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:51:\"AB0A3350_edit_zps6igcmeyf22-bjwVuz.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17337;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:51:\"AB0A3350_edit_zps6igcmeyf22-bjwVuz.tmp_-600x305.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:305;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26383;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:51:\"AB0A3350_edit_zps6igcmeyf22-bjwVuz.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3734;}}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:{}}}'),
(15631,3897,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568354;s:8:\"post_tag\";i:1734568354;s:12:\"_EventOrigin\";i:1734568354;s:17:\"_EventShowMapLink\";i:1734568354;s:13:\"_EventShowMap\";i:1734568354;s:12:\"_EventAllDay\";i:1734568354;s:15:\"_EventStartDate\";i:1734568354;s:13:\"_EventEndDate\";i:1734568354;s:18:\"_EventStartDateUTC\";i:1734568354;s:16:\"_EventEndDateUTC\";i:1734568354;s:14:\"_EventDuration\";i:1734568354;s:20:\"_EventCurrencySymbol\";i:1734568354;s:18:\"_EventCurrencyCode\";i:1734568354;s:22:\"_EventCurrencyPosition\";i:1734568354;s:10:\"_EventCost\";i:1734568354;s:9:\"_EventURL\";i:1734568354;s:14:\"_EventTimezone\";i:1734568354;s:18:\"_EventTimezoneAbbr\";i:1734568354;s:24:\"_tribe_aggregator_origin\";i:1734568354;s:24:\"_tribe_aggregator_record\";i:1734568354;s:24:\"_tribe_aggregator_source\";i:1734568354;s:25:\"_tribe_aggregator_updated\";i:1734568354;s:13:\"_thumbnail_id\";i:1734568355;s:33:\"_et_builder_module_features_cache\";i:1753333488;s:29:\"_et_dynamic_cached_shortcodes\";i:1755669339;s:29:\"_et_dynamic_cached_attributes\";i:1755669340;s:22:\"et_enqueued_post_fonts\";i:1755669340;}'),
(15632,3897,'_EventOrigin','event-aggregator'),
(15633,3896,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2024/04/AB0A3350_edit_zps6igcmeyf22.jpg'),
(15634,3897,'_EventShowMapLink',''),
(15635,3895,'_thumbnail_id','3896'),
(15636,3897,'_EventShowMap',''),
(15638,3897,'_EventStartDate','2024-06-05 00:00:00'),
(15639,3897,'_EventEndDate','2024-06-05 00:00:00'),
(15640,3897,'_EventStartDateUTC','2024-06-05 00:00:00'),
(15641,3897,'_EventEndDateUTC','2024-06-05 00:00:00'),
(15642,3897,'_EventDuration','0'),
(15643,3897,'_EventCurrencySymbol',''),
(15644,3897,'_EventCurrencyCode',''),
(15645,3897,'_EventCurrencyPosition','prefix'),
(15646,3897,'_EventCost',''),
(15647,3897,'_EventURL',''),
(15648,3897,'_EventTimezone','UTC+0'),
(15649,3897,'_EventTimezoneAbbr','UTC+0'),
(15650,3897,'_tribe_aggregator_origin','csv'),
(15651,3897,'_tribe_aggregator_record','3639'),
(15652,3897,'_tribe_aggregator_source',''),
(15653,3897,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15654,3897,'_thumbnail_id','3804'),
(15660,3890,'_EventAllDay','no'),
(15661,3893,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2024/03/ARAC-Bill-Rapier.png'),
(15662,3891,'_thumbnail_id','3893'),
(15663,3891,'_EventAllDay','no'),
(15667,3892,'_EventAllDay','no'),
(15668,3895,'_EventAllDay','no'),
(15669,3897,'_EventAllDay','no'),
(15675,3903,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568359;s:8:\"post_tag\";i:1734568359;s:12:\"_EventOrigin\";i:1734568359;s:17:\"_EventShowMapLink\";i:1734568359;s:13:\"_EventShowMap\";i:1734568359;s:12:\"_EventAllDay\";i:1734568359;s:15:\"_EventStartDate\";i:1734568359;s:13:\"_EventEndDate\";i:1734568359;s:18:\"_EventStartDateUTC\";i:1734568359;s:16:\"_EventEndDateUTC\";i:1734568359;s:14:\"_EventDuration\";i:1734568359;s:20:\"_EventCurrencySymbol\";i:1734568359;s:18:\"_EventCurrencyCode\";i:1734568359;s:22:\"_EventCurrencyPosition\";i:1734568359;s:10:\"_EventCost\";i:1734568359;s:9:\"_EventURL\";i:1734568359;s:14:\"_EventTimezone\";i:1734568359;s:18:\"_EventTimezoneAbbr\";i:1734568359;s:24:\"_tribe_aggregator_origin\";i:1734568359;s:24:\"_tribe_aggregator_record\";i:1734568359;s:24:\"_tribe_aggregator_source\";i:1734568359;s:25:\"_tribe_aggregator_updated\";i:1734568359;s:13:\"_thumbnail_id\";i:1734568359;s:29:\"_et_dynamic_cached_shortcodes\";i:1754143517;s:29:\"_et_dynamic_cached_attributes\";i:1754143517;s:22:\"et_enqueued_post_fonts\";i:1754143517;s:33:\"_et_builder_module_features_cache\";i:1754143517;}'),
(15676,3903,'_EventOrigin','event-aggregator'),
(15677,3903,'_EventShowMapLink',''),
(15678,3903,'_EventShowMap',''),
(15679,3903,'_EventAllDay','no'),
(15680,3903,'_EventStartDate','2024-06-08 00:00:00'),
(15681,3903,'_EventEndDate','2024-06-08 00:00:00'),
(15682,3903,'_EventStartDateUTC','2024-06-08 00:00:00'),
(15683,3903,'_EventEndDateUTC','2024-06-08 00:00:00'),
(15684,3903,'_EventDuration','0'),
(15685,3903,'_EventCurrencySymbol',''),
(15686,3903,'_EventCurrencyCode',''),
(15687,3903,'_EventCurrencyPosition','prefix'),
(15688,3903,'_EventCost',''),
(15689,3903,'_EventURL',''),
(15690,3903,'_EventTimezone','UTC+0'),
(15691,3903,'_EventTimezoneAbbr','UTC+0'),
(15692,3903,'_tribe_aggregator_origin','csv'),
(15693,3903,'_tribe_aggregator_record','3639'),
(15694,3903,'_tribe_aggregator_source',''),
(15695,3903,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15696,3903,'_thumbnail_id','3866'),
(15697,3904,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568359;s:8:\"post_tag\";i:1734568359;s:12:\"_EventOrigin\";i:1734568360;s:17:\"_EventShowMapLink\";i:1734568360;s:13:\"_EventShowMap\";i:1734568360;s:12:\"_EventAllDay\";i:1734568360;s:15:\"_EventStartDate\";i:1734568360;s:13:\"_EventEndDate\";i:1734568360;s:18:\"_EventStartDateUTC\";i:1734568360;s:16:\"_EventEndDateUTC\";i:1734568360;s:14:\"_EventDuration\";i:1734568360;s:20:\"_EventCurrencySymbol\";i:1734568360;s:18:\"_EventCurrencyCode\";i:1734568360;s:22:\"_EventCurrencyPosition\";i:1734568360;s:10:\"_EventCost\";i:1734568360;s:9:\"_EventURL\";i:1734568360;s:14:\"_EventTimezone\";i:1734568360;s:18:\"_EventTimezoneAbbr\";i:1734568360;s:24:\"_tribe_aggregator_origin\";i:1734568360;s:24:\"_tribe_aggregator_record\";i:1734568360;s:24:\"_tribe_aggregator_source\";i:1734568360;s:25:\"_tribe_aggregator_updated\";i:1734568360;s:13:\"_thumbnail_id\";i:1734568360;s:33:\"_et_builder_module_features_cache\";i:1765098536;s:29:\"_et_dynamic_cached_shortcodes\";i:1755662027;s:29:\"_et_dynamic_cached_attributes\";i:1755662027;s:22:\"et_enqueued_post_fonts\";i:1755662027;}'),
(15698,3904,'_EventOrigin','event-aggregator'),
(15699,3904,'_EventShowMapLink',''),
(15700,3904,'_EventShowMap',''),
(15701,3904,'_EventAllDay','no'),
(15702,3904,'_EventStartDate','2024-06-08 00:00:00'),
(15703,3904,'_EventEndDate','2024-06-08 00:00:00'),
(15704,3904,'_EventStartDateUTC','2024-06-08 00:00:00'),
(15705,3904,'_EventEndDateUTC','2024-06-08 00:00:00'),
(15706,3904,'_EventDuration','0'),
(15707,3904,'_EventCurrencySymbol',''),
(15708,3904,'_EventCurrencyCode',''),
(15709,3904,'_EventCurrencyPosition','prefix'),
(15710,3904,'_EventCost',''),
(15711,3904,'_EventURL',''),
(15712,3904,'_EventTimezone','UTC+0'),
(15713,3904,'_EventTimezoneAbbr','UTC+0'),
(15714,3904,'_tribe_aggregator_origin','csv'),
(15715,3904,'_tribe_aggregator_record','3639'),
(15716,3904,'_tribe_aggregator_source',''),
(15717,3904,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15718,3904,'_thumbnail_id','3647'),
(15719,3905,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568360;s:8:\"post_tag\";i:1734568360;s:12:\"_EventOrigin\";i:1734568360;s:17:\"_EventShowMapLink\";i:1734568360;s:13:\"_EventShowMap\";i:1734568360;s:12:\"_EventAllDay\";i:1734568360;s:15:\"_EventStartDate\";i:1734568360;s:13:\"_EventEndDate\";i:1734568360;s:18:\"_EventStartDateUTC\";i:1734568360;s:16:\"_EventEndDateUTC\";i:1734568360;s:14:\"_EventDuration\";i:1734568360;s:20:\"_EventCurrencySymbol\";i:1734568360;s:18:\"_EventCurrencyCode\";i:1734568360;s:22:\"_EventCurrencyPosition\";i:1734568360;s:10:\"_EventCost\";i:1734568360;s:9:\"_EventURL\";i:1734568360;s:14:\"_EventTimezone\";i:1734568360;s:18:\"_EventTimezoneAbbr\";i:1734568360;s:24:\"_tribe_aggregator_origin\";i:1734568360;s:24:\"_tribe_aggregator_record\";i:1734568360;s:24:\"_tribe_aggregator_source\";i:1734568360;s:25:\"_tribe_aggregator_updated\";i:1734568360;s:13:\"_thumbnail_id\";i:1734568361;s:29:\"_et_dynamic_cached_shortcodes\";i:1755669632;s:29:\"_et_dynamic_cached_attributes\";i:1755669633;s:22:\"et_enqueued_post_fonts\";i:1755669633;s:33:\"_et_builder_module_features_cache\";i:1753346578;}'),
(15720,3905,'_EventOrigin','event-aggregator'),
(15721,3905,'_EventShowMapLink',''),
(15722,3905,'_EventShowMap',''),
(15723,3905,'_EventAllDay','no'),
(15724,3905,'_EventStartDate','2024-06-18 00:00:00'),
(15725,3905,'_EventEndDate','2024-06-18 00:00:00'),
(15726,3905,'_EventStartDateUTC','2024-06-18 00:00:00'),
(15727,3905,'_EventEndDateUTC','2024-06-18 00:00:00'),
(15728,3905,'_EventDuration','0'),
(15729,3905,'_EventCurrencySymbol',''),
(15730,3905,'_EventCurrencyCode',''),
(15731,3905,'_EventCurrencyPosition','prefix'),
(15732,3905,'_EventCost',''),
(15733,3905,'_EventURL',''),
(15734,3905,'_EventTimezone','UTC+0'),
(15735,3905,'_EventTimezoneAbbr','UTC+0'),
(15736,3905,'_tribe_aggregator_origin','csv'),
(15737,3905,'_tribe_aggregator_record','3639'),
(15738,3905,'_tribe_aggregator_source',''),
(15739,3905,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15740,3905,'_thumbnail_id','3785'),
(15741,3906,'_tribe_modified_fields','a:26:{s:16:\"tribe_events_cat\";i:1734568361;s:12:\"_EventOrigin\";i:1734568361;s:17:\"_EventShowMapLink\";i:1734568361;s:13:\"_EventShowMap\";i:1734568361;s:12:\"_EventAllDay\";i:1734568361;s:15:\"_EventStartDate\";i:1734568361;s:13:\"_EventEndDate\";i:1734568361;s:18:\"_EventStartDateUTC\";i:1734568361;s:16:\"_EventEndDateUTC\";i:1734568361;s:14:\"_EventDuration\";i:1734568361;s:20:\"_EventCurrencySymbol\";i:1734568361;s:18:\"_EventCurrencyCode\";i:1734568361;s:22:\"_EventCurrencyPosition\";i:1734568361;s:10:\"_EventCost\";i:1734568361;s:9:\"_EventURL\";i:1734568361;s:14:\"_EventTimezone\";i:1734568361;s:18:\"_EventTimezoneAbbr\";i:1734568361;s:24:\"_tribe_aggregator_origin\";i:1734568361;s:24:\"_tribe_aggregator_record\";i:1734568361;s:24:\"_tribe_aggregator_source\";i:1734568361;s:25:\"_tribe_aggregator_updated\";i:1734568361;s:13:\"_thumbnail_id\";i:1734568363;s:29:\"_et_dynamic_cached_shortcodes\";i:1755663488;s:29:\"_et_dynamic_cached_attributes\";i:1755663489;s:22:\"et_enqueued_post_fonts\";i:1755663489;s:33:\"_et_builder_module_features_cache\";i:1755663489;}'),
(15742,3906,'_EventOrigin','event-aggregator'),
(15743,3906,'_EventShowMapLink',''),
(15744,3906,'_EventShowMap',''),
(15745,3906,'_EventAllDay','no'),
(15746,3906,'_EventStartDate','2024-06-18 00:00:00'),
(15747,3906,'_EventEndDate','2024-06-18 00:00:00'),
(15748,3906,'_EventStartDateUTC','2024-06-18 00:00:00'),
(15749,3906,'_EventEndDateUTC','2024-06-18 00:00:00'),
(15750,3906,'_EventDuration','0'),
(15751,3906,'_EventCurrencySymbol',''),
(15752,3906,'_EventCurrencyCode',''),
(15753,3906,'_EventCurrencyPosition','prefix'),
(15754,3906,'_EventCost',''),
(15755,3906,'_EventURL',''),
(15756,3906,'_EventTimezone','UTC+0'),
(15757,3906,'_EventTimezoneAbbr','UTC+0'),
(15758,3906,'_tribe_aggregator_origin','csv'),
(15759,3906,'_tribe_aggregator_record','3639'),
(15760,3906,'_tribe_aggregator_source',''),
(15761,3906,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15765,3907,'_wp_attached_file','2024/12/MWC-2024-9Incn0.tmp_.png'),
(15766,3907,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:32:\"2024/12/MWC-2024-9Incn0.tmp_.png\";s:8:\"filesize\";i:100801;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"MWC-2024-9Incn0.tmp_-300x150.png\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:38937;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"MWC-2024-9Incn0.tmp_-1024x512.png\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:353836;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"MWC-2024-9Incn0.tmp_-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:37663;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"MWC-2024-9Incn0.tmp_-768x384.png\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:211033;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"MWC-2024-9Incn0.tmp_-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:96022;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"MWC-2024-9Incn0.tmp_-1080x600.png\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:259909;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"MWC-2024-9Incn0.tmp_-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:120049;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"MWC-2024-9Incn0.tmp_-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:204940;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"MWC-2024-9Incn0.tmp_-1080x540.png\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:388153;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"MWC-2024-9Incn0.tmp_-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:291415;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"MWC-2024-9Incn0.tmp_-980x490.png\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:327114;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"MWC-2024-9Incn0.tmp_-480x240.png\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89644;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"MWC-2024-9Incn0.tmp_-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122725;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"MWC-2024-9Incn0.tmp_-600x300.png\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:127422;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"MWC-2024-9Incn0.tmp_-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18525;}}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:{}}}'),
(15767,3908,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568362;s:8:\"post_tag\";i:1734568362;s:12:\"_EventOrigin\";i:1734568362;s:17:\"_EventShowMapLink\";i:1734568362;s:13:\"_EventShowMap\";i:1734568362;s:12:\"_EventAllDay\";i:1734568362;s:15:\"_EventStartDate\";i:1734568362;s:13:\"_EventEndDate\";i:1734568362;s:18:\"_EventStartDateUTC\";i:1734568362;s:16:\"_EventEndDateUTC\";i:1734568362;s:14:\"_EventDuration\";i:1734568362;s:20:\"_EventCurrencySymbol\";i:1734568362;s:18:\"_EventCurrencyCode\";i:1734568362;s:22:\"_EventCurrencyPosition\";i:1734568362;s:10:\"_EventCost\";i:1734568362;s:9:\"_EventURL\";i:1734568362;s:14:\"_EventTimezone\";i:1734568362;s:18:\"_EventTimezoneAbbr\";i:1734568362;s:24:\"_tribe_aggregator_origin\";i:1734568362;s:24:\"_tribe_aggregator_record\";i:1734568362;s:24:\"_tribe_aggregator_source\";i:1734568362;s:25:\"_tribe_aggregator_updated\";i:1734568362;s:13:\"_thumbnail_id\";i:1734568363;s:33:\"_et_builder_module_features_cache\";i:1756717154;s:29:\"_et_dynamic_cached_shortcodes\";i:1756717153;s:29:\"_et_dynamic_cached_attributes\";i:1756717154;s:22:\"et_enqueued_post_fonts\";i:1756717154;}'),
(15768,3908,'_EventOrigin','event-aggregator'),
(15769,3908,'_EventShowMapLink',''),
(15770,3908,'_EventShowMap',''),
(15771,3908,'_EventAllDay','no'),
(15772,3908,'_EventStartDate','2024-08-25 00:00:00'),
(15773,3908,'_EventEndDate','2024-08-25 00:00:00'),
(15774,3908,'_EventStartDateUTC','2024-08-25 00:00:00'),
(15775,3908,'_EventEndDateUTC','2024-08-25 00:00:00'),
(15776,3908,'_EventDuration','0'),
(15777,3908,'_EventCurrencySymbol',''),
(15778,3908,'_EventCurrencyCode',''),
(15779,3908,'_EventCurrencyPosition','prefix'),
(15780,3908,'_EventCost',''),
(15781,3908,'_EventURL',''),
(15782,3908,'_EventTimezone','UTC+0'),
(15783,3908,'_EventTimezoneAbbr','UTC+0'),
(15784,3908,'_tribe_aggregator_origin','csv'),
(15785,3908,'_tribe_aggregator_record','3639'),
(15786,3908,'_tribe_aggregator_source',''),
(15787,3908,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15788,3907,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2024/06/MWC-2024.png'),
(15789,3906,'_thumbnail_id','3907'),
(15790,3909,'_wp_attached_file','2024/12/event-cropped-compact-carbine-GkArTi.tmp_.jpg'),
(15791,3909,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:53:\"2024/12/event-cropped-compact-carbine-GkArTi.tmp_.jpg\";s:8:\"filesize\";i:105668;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:53:\"event-cropped-compact-carbine-GkArTi.tmp_-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13531;}s:5:\"large\";a:5:{s:4:\"file\";s:54:\"event-cropped-compact-carbine-GkArTi.tmp_-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96205;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:53:\"event-cropped-compact-carbine-GkArTi.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7974;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:53:\"event-cropped-compact-carbine-GkArTi.tmp_-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61109;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:53:\"event-cropped-compact-carbine-GkArTi.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26503;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:54:\"event-cropped-compact-carbine-GkArTi.tmp_-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:129664;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:53:\"event-cropped-compact-carbine-GkArTi.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29036;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:53:\"event-cropped-compact-carbine-GkArTi.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:45441;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:54:\"event-cropped-compact-carbine-GkArTi.tmp_-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:105814;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:53:\"event-cropped-compact-carbine-GkArTi.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47894;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:53:\"event-cropped-compact-carbine-GkArTi.tmp_-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:91291;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:53:\"event-cropped-compact-carbine-GkArTi.tmp_-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28338;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:53:\"event-cropped-compact-carbine-GkArTi.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25764;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:53:\"event-cropped-compact-carbine-GkArTi.tmp_-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43213;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:53:\"event-cropped-compact-carbine-GkArTi.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4442;}}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:{}}}'),
(15793,3909,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2024/08/event-cropped-compact-carbine.jpg'),
(15794,3908,'_thumbnail_id','3909'),
(15799,3910,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568371;s:8:\"post_tag\";i:1734568371;s:12:\"_EventOrigin\";i:1734568371;s:17:\"_EventShowMapLink\";i:1734568371;s:13:\"_EventShowMap\";i:1734568371;s:12:\"_EventAllDay\";i:1734568371;s:15:\"_EventStartDate\";i:1734568371;s:13:\"_EventEndDate\";i:1734568371;s:18:\"_EventStartDateUTC\";i:1734568371;s:16:\"_EventEndDateUTC\";i:1734568371;s:14:\"_EventDuration\";i:1734568371;s:20:\"_EventCurrencySymbol\";i:1734568371;s:18:\"_EventCurrencyCode\";i:1734568371;s:22:\"_EventCurrencyPosition\";i:1734568371;s:10:\"_EventCost\";i:1734568371;s:9:\"_EventURL\";i:1734568371;s:14:\"_EventTimezone\";i:1734568371;s:18:\"_EventTimezoneAbbr\";i:1734568371;s:24:\"_tribe_aggregator_origin\";i:1734568371;s:24:\"_tribe_aggregator_record\";i:1734568371;s:24:\"_tribe_aggregator_source\";i:1734568371;s:25:\"_tribe_aggregator_updated\";i:1734568371;s:13:\"_thumbnail_id\";i:1734568373;s:29:\"_et_dynamic_cached_shortcodes\";i:1755672265;s:29:\"_et_dynamic_cached_attributes\";i:1755672266;s:22:\"et_enqueued_post_fonts\";i:1755672266;s:33:\"_et_builder_module_features_cache\";i:1753478574;}'),
(15800,3910,'_EventOrigin','event-aggregator'),
(15801,3910,'_EventShowMapLink',''),
(15802,3910,'_EventShowMap',''),
(15803,3910,'_EventAllDay','no'),
(15804,3910,'_EventStartDate','2024-08-25 00:00:00'),
(15805,3910,'_EventEndDate','2024-08-25 00:00:00'),
(15806,3910,'_EventStartDateUTC','2024-08-25 00:00:00'),
(15807,3910,'_EventEndDateUTC','2024-08-25 00:00:00'),
(15808,3910,'_EventDuration','0'),
(15809,3910,'_EventCurrencySymbol',''),
(15810,3910,'_EventCurrencyCode',''),
(15811,3910,'_EventCurrencyPosition','prefix'),
(15812,3910,'_EventCost',''),
(15813,3910,'_EventURL',''),
(15814,3910,'_EventTimezone','UTC+0'),
(15815,3910,'_EventTimezoneAbbr','UTC+0'),
(15816,3910,'_tribe_aggregator_origin','csv'),
(15817,3910,'_tribe_aggregator_record','3639'),
(15818,3910,'_tribe_aggregator_source',''),
(15819,3910,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15823,3911,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568372;s:8:\"post_tag\";i:1734568372;s:12:\"_EventOrigin\";i:1734568372;s:17:\"_EventShowMapLink\";i:1734568372;s:13:\"_EventShowMap\";i:1734568372;s:12:\"_EventAllDay\";i:1734568372;s:15:\"_EventStartDate\";i:1734568372;s:13:\"_EventEndDate\";i:1734568372;s:18:\"_EventStartDateUTC\";i:1734568372;s:16:\"_EventEndDateUTC\";i:1734568372;s:14:\"_EventDuration\";i:1734568372;s:20:\"_EventCurrencySymbol\";i:1734568372;s:18:\"_EventCurrencyCode\";i:1734568372;s:22:\"_EventCurrencyPosition\";i:1734568372;s:10:\"_EventCost\";i:1734568372;s:9:\"_EventURL\";i:1734568372;s:14:\"_EventTimezone\";i:1734568372;s:18:\"_EventTimezoneAbbr\";i:1734568372;s:24:\"_tribe_aggregator_origin\";i:1734568372;s:24:\"_tribe_aggregator_record\";i:1734568372;s:24:\"_tribe_aggregator_source\";i:1734568372;s:25:\"_tribe_aggregator_updated\";i:1734568372;s:13:\"_thumbnail_id\";i:1734568373;s:29:\"_et_dynamic_cached_shortcodes\";i:1755854686;s:29:\"_et_dynamic_cached_attributes\";i:1755854686;s:22:\"et_enqueued_post_fonts\";i:1755854687;s:33:\"_et_builder_module_features_cache\";i:1755854687;}'),
(15824,3911,'_EventOrigin','event-aggregator'),
(15825,3911,'_EventShowMapLink',''),
(15826,3911,'_EventShowMap',''),
(15827,3912,'_wp_attached_file','2024/12/carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_.jpg'),
(15828,3911,'_EventAllDay','no'),
(15829,3912,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1200;s:6:\"height\";i:600;s:4:\"file\";s:58:\"2024/12/carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_.jpg\";s:8:\"filesize\";i:149351;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:58:\"carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_-300x150.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15986;}s:5:\"large\";a:5:{s:4:\"file\";s:59:\"carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_-1024x512.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:130937;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:58:\"carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8357;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:58:\"carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_-768x384.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:81617;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:58:\"carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31638;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:59:\"carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_-1080x600.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:178349;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:58:\"carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:34692;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:58:\"carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:54750;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:59:\"carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_-1080x540.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:540;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144292;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:58:\"carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:51562;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:58:\"carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_-980x490.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:490;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:123530;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:58:\"carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_-480x240.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36083;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:58:\"carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28780;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:58:\"carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_-600x300.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56766;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:58:\"carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4310;}}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:{}}}'),
(15830,3911,'_EventStartDate','2024-08-25 00:00:00'),
(15831,3911,'_EventEndDate','2024-08-25 00:00:00'),
(15832,3911,'_EventStartDateUTC','2024-08-25 00:00:00'),
(15833,3911,'_EventEndDateUTC','2024-08-25 00:00:00'),
(15834,3911,'_EventDuration','0'),
(15835,3911,'_EventCurrencySymbol',''),
(15836,3911,'_EventCurrencyCode',''),
(15837,3911,'_EventCurrencyPosition','prefix'),
(15838,3911,'_EventCost',''),
(15839,3911,'_EventURL',''),
(15840,3911,'_EventTimezone','UTC+0'),
(15841,3911,'_EventTimezoneAbbr','UTC+0'),
(15842,3911,'_tribe_aggregator_origin','csv'),
(15843,3911,'_tribe_aggregator_record','3639'),
(15844,3911,'_tribe_aggregator_source',''),
(15845,3911,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15846,3912,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2024/08/carbine-nvg-flat-lay-event-cropped.jpg'),
(15847,3910,'_thumbnail_id','3912'),
(15848,3911,'_thumbnail_id','3800'),
(15849,3913,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568373;s:8:\"post_tag\";i:1734568373;s:12:\"_EventOrigin\";i:1734568373;s:17:\"_EventShowMapLink\";i:1734568373;s:13:\"_EventShowMap\";i:1734568373;s:12:\"_EventAllDay\";i:1734568373;s:15:\"_EventStartDate\";i:1734568373;s:13:\"_EventEndDate\";i:1734568373;s:18:\"_EventStartDateUTC\";i:1734568373;s:16:\"_EventEndDateUTC\";i:1734568373;s:14:\"_EventDuration\";i:1734568373;s:20:\"_EventCurrencySymbol\";i:1734568373;s:18:\"_EventCurrencyCode\";i:1734568373;s:22:\"_EventCurrencyPosition\";i:1734568373;s:10:\"_EventCost\";i:1734568373;s:9:\"_EventURL\";i:1734568373;s:14:\"_EventTimezone\";i:1734568373;s:18:\"_EventTimezoneAbbr\";i:1734568373;s:24:\"_tribe_aggregator_origin\";i:1734568373;s:24:\"_tribe_aggregator_record\";i:1734568373;s:24:\"_tribe_aggregator_source\";i:1734568373;s:25:\"_tribe_aggregator_updated\";i:1734568373;s:13:\"_thumbnail_id\";i:1734568373;s:29:\"_et_dynamic_cached_shortcodes\";i:1755394030;s:29:\"_et_dynamic_cached_attributes\";i:1755394031;s:22:\"et_enqueued_post_fonts\";i:1755394031;s:33:\"_et_builder_module_features_cache\";i:1753435863;}'),
(15850,3913,'_EventOrigin','event-aggregator'),
(15851,3913,'_EventShowMapLink',''),
(15852,3913,'_EventShowMap',''),
(15853,3913,'_EventAllDay','no'),
(15854,3913,'_EventStartDate','2024-08-25 00:00:00'),
(15855,3913,'_EventEndDate','2024-08-25 00:00:00'),
(15856,3913,'_EventStartDateUTC','2024-08-25 00:00:00'),
(15857,3913,'_EventEndDateUTC','2024-08-25 00:00:00'),
(15858,3913,'_EventDuration','0'),
(15859,3913,'_EventCurrencySymbol',''),
(15860,3913,'_EventCurrencyCode',''),
(15861,3913,'_EventCurrencyPosition','prefix'),
(15862,3913,'_EventCost',''),
(15863,3913,'_EventURL',''),
(15864,3913,'_EventTimezone','UTC+0'),
(15865,3913,'_EventTimezoneAbbr','UTC+0'),
(15866,3913,'_tribe_aggregator_origin','csv'),
(15867,3913,'_tribe_aggregator_record','3639'),
(15868,3913,'_tribe_aggregator_source',''),
(15869,3913,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15870,3913,'_thumbnail_id','3802'),
(15871,3914,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568373;s:8:\"post_tag\";i:1734568373;s:12:\"_EventOrigin\";i:1734568373;s:17:\"_EventShowMapLink\";i:1734568373;s:13:\"_EventShowMap\";i:1734568373;s:12:\"_EventAllDay\";i:1734568373;s:15:\"_EventStartDate\";i:1734568373;s:13:\"_EventEndDate\";i:1734568373;s:18:\"_EventStartDateUTC\";i:1734568373;s:16:\"_EventEndDateUTC\";i:1734568373;s:14:\"_EventDuration\";i:1734568373;s:20:\"_EventCurrencySymbol\";i:1734568373;s:18:\"_EventCurrencyCode\";i:1734568373;s:22:\"_EventCurrencyPosition\";i:1734568373;s:10:\"_EventCost\";i:1734568373;s:9:\"_EventURL\";i:1734568373;s:14:\"_EventTimezone\";i:1734568373;s:18:\"_EventTimezoneAbbr\";i:1734568373;s:24:\"_tribe_aggregator_origin\";i:1734568373;s:24:\"_tribe_aggregator_record\";i:1734568373;s:24:\"_tribe_aggregator_source\";i:1734568373;s:25:\"_tribe_aggregator_updated\";i:1734568373;s:13:\"_thumbnail_id\";i:1734568374;s:33:\"_et_builder_module_features_cache\";i:1753332778;s:29:\"_et_dynamic_cached_shortcodes\";i:1756039203;s:29:\"_et_dynamic_cached_attributes\";i:1756039204;s:22:\"et_enqueued_post_fonts\";i:1756039204;}'),
(15872,3914,'_EventOrigin','event-aggregator'),
(15873,3914,'_EventShowMapLink',''),
(15874,3914,'_EventShowMap',''),
(15875,3914,'_EventAllDay','no'),
(15876,3914,'_EventStartDate','2024-08-25 00:00:00'),
(15877,3914,'_EventEndDate','2024-08-25 00:00:00'),
(15878,3914,'_EventStartDateUTC','2024-08-25 00:00:00'),
(15879,3914,'_EventEndDateUTC','2024-08-25 00:00:00'),
(15880,3914,'_EventDuration','0'),
(15881,3914,'_EventCurrencySymbol',''),
(15882,3914,'_EventCurrencyCode',''),
(15883,3914,'_EventCurrencyPosition','prefix'),
(15884,3914,'_EventCost',''),
(15885,3914,'_EventURL',''),
(15886,3914,'_EventTimezone','UTC+0'),
(15887,3914,'_EventTimezoneAbbr','UTC+0'),
(15888,3914,'_tribe_aggregator_origin','csv'),
(15889,3914,'_tribe_aggregator_record','3639'),
(15890,3914,'_tribe_aggregator_source',''),
(15891,3914,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15895,3914,'_thumbnail_id','3690'),
(15896,3915,'_tribe_modified_fields','a:27:{s:16:\"tribe_events_cat\";i:1734568374;s:8:\"post_tag\";i:1734568374;s:12:\"_EventOrigin\";i:1734568374;s:17:\"_EventShowMapLink\";i:1734568374;s:13:\"_EventShowMap\";i:1734568374;s:12:\"_EventAllDay\";i:1734568374;s:15:\"_EventStartDate\";i:1734568374;s:13:\"_EventEndDate\";i:1734568374;s:18:\"_EventStartDateUTC\";i:1734568374;s:16:\"_EventEndDateUTC\";i:1734568374;s:14:\"_EventDuration\";i:1734568374;s:20:\"_EventCurrencySymbol\";i:1734568374;s:18:\"_EventCurrencyCode\";i:1734568374;s:22:\"_EventCurrencyPosition\";i:1734568374;s:10:\"_EventCost\";i:1734568374;s:9:\"_EventURL\";i:1734568374;s:14:\"_EventTimezone\";i:1734568374;s:18:\"_EventTimezoneAbbr\";i:1734568374;s:24:\"_tribe_aggregator_origin\";i:1734568374;s:24:\"_tribe_aggregator_record\";i:1734568374;s:24:\"_tribe_aggregator_source\";i:1734568374;s:25:\"_tribe_aggregator_updated\";i:1734568374;s:13:\"_thumbnail_id\";i:1734568374;s:33:\"_et_builder_module_features_cache\";i:1764649380;s:29:\"_et_dynamic_cached_shortcodes\";i:1764649378;s:29:\"_et_dynamic_cached_attributes\";i:1764649380;s:22:\"et_enqueued_post_fonts\";i:1764649380;}'),
(15897,3915,'_EventOrigin','event-aggregator'),
(15898,3915,'_EventShowMapLink',''),
(15899,3915,'_EventShowMap',''),
(15900,3915,'_EventAllDay','no'),
(15901,3915,'_EventStartDate','2024-10-18 00:00:00'),
(15902,3915,'_EventEndDate','2024-10-18 00:00:00'),
(15903,3915,'_EventStartDateUTC','2024-10-18 00:00:00'),
(15904,3915,'_EventEndDateUTC','2024-10-18 00:00:00'),
(15905,3915,'_EventDuration','0'),
(15906,3915,'_EventCurrencySymbol',''),
(15907,3915,'_EventCurrencyCode',''),
(15908,3915,'_EventCurrencyPosition','prefix'),
(15909,3915,'_EventCost',''),
(15910,3915,'_EventURL',''),
(15911,3915,'_EventTimezone','UTC+0'),
(15912,3915,'_EventTimezoneAbbr','UTC+0'),
(15913,3915,'_tribe_aggregator_origin','csv'),
(15914,3915,'_tribe_aggregator_record','3639'),
(15915,3915,'_tribe_aggregator_source',''),
(15916,3915,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15917,3915,'_thumbnail_id','3893'),
(15923,3916,'_tribe_modified_fields','a:46:{s:16:\"tribe_events_cat\";i:1734568378;s:8:\"post_tag\";i:1734568378;s:12:\"_EventOrigin\";i:1734568378;s:17:\"_EventShowMapLink\";i:1734568378;s:13:\"_EventShowMap\";i:1734568378;s:12:\"_EventAllDay\";i:1734575389;s:15:\"_EventStartDate\";i:1734575389;s:13:\"_EventEndDate\";i:1734575389;s:18:\"_EventStartDateUTC\";i:1734575389;s:16:\"_EventEndDateUTC\";i:1734575389;s:14:\"_EventDuration\";i:1734568378;s:20:\"_EventCurrencySymbol\";i:1734575389;s:18:\"_EventCurrencyCode\";i:1734575389;s:22:\"_EventCurrencyPosition\";i:1734568378;s:10:\"_EventCost\";i:1734568378;s:9:\"_EventURL\";i:1734659608;s:14:\"_EventTimezone\";i:1734568378;s:18:\"_EventTimezoneAbbr\";i:1734568378;s:24:\"_tribe_aggregator_origin\";i:1734568378;s:24:\"_tribe_aggregator_record\";i:1734568378;s:24:\"_tribe_aggregator_source\";i:1734568378;s:25:\"_tribe_aggregator_updated\";i:1734568378;s:13:\"_thumbnail_id\";i:1734568378;s:10:\"_edit_last\";i:1734575389;s:17:\"_wp_page_template\";i:1734575389;s:24:\"_wp_convertkit_post_meta\";i:1734575389;s:26:\"_more_info_button_meta_key\";i:1734575389;s:20:\"_et_pb_post_hide_nav\";i:1734575389;s:18:\"_et_pb_page_layout\";i:1734575389;s:15:\"_et_pb_side_nav\";i:1734575389;s:18:\"_et_pb_use_builder\";i:1734575389;s:18:\"_et_pb_first_image\";i:1734575389;s:20:\"_et_pb_truncate_post\";i:1734575389;s:25:\"_et_pb_truncate_post_date\";i:1734575389;s:18:\"_et_pb_old_content\";i:1734575389;s:21:\"gf_format_video_embed\";i:1734575389;s:24:\"gf_format_gallery_images\";i:1734575389;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734575389;s:26:\"_yoast_wpseo_content_score\";i:1734575389;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734575389;s:10:\"post_title\";i:1734659608;s:12:\"post_content\";i:1735954859;s:29:\"_et_dynamic_cached_shortcodes\";i:1753560762;s:29:\"_et_dynamic_cached_attributes\";i:1753560763;s:22:\"et_enqueued_post_fonts\";i:1753560763;s:33:\"_et_builder_module_features_cache\";i:1753560763;}'),
(15924,3916,'_EventOrigin','event-aggregator'),
(15925,3916,'_EventShowMapLink',''),
(15926,3916,'_EventShowMap',''),
(15927,3916,'_EventAllDay','yes'),
(15928,3916,'_EventStartDate','2025-03-04 00:00:00'),
(15929,3916,'_EventEndDate','2025-03-05 23:59:59'),
(15930,3916,'_EventStartDateUTC','2025-03-04 00:00:00'),
(15931,3916,'_EventEndDateUTC','2025-03-05 23:59:59'),
(15932,3916,'_EventDuration','0'),
(15933,3916,'_EventCurrencySymbol','$'),
(15934,3916,'_EventCurrencyCode','USD'),
(15935,3916,'_EventCurrencyPosition','prefix'),
(15936,3916,'_EventCost',''),
(15937,3916,'_EventURL','https://amtacshooting.regfox.com/2025-03-04-fighting-in-and-around-vehiclescarbine-course-ga'),
(15938,3916,'_EventTimezone','UTC+0'),
(15939,3916,'_EventTimezoneAbbr','UTC+0'),
(15940,3916,'_tribe_aggregator_origin','csv'),
(15941,3916,'_tribe_aggregator_record','3639'),
(15942,3916,'_tribe_aggregator_source',''),
(15943,3916,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15944,3916,'_thumbnail_id','3909'),
(15945,3917,'_tribe_modified_fields','a:44:{s:16:\"tribe_events_cat\";i:1734568378;s:12:\"_EventOrigin\";i:1734568379;s:17:\"_EventShowMapLink\";i:1734568379;s:13:\"_EventShowMap\";i:1734568379;s:12:\"_EventAllDay\";i:1734575414;s:15:\"_EventStartDate\";i:1734575414;s:13:\"_EventEndDate\";i:1734575414;s:18:\"_EventStartDateUTC\";i:1734575414;s:16:\"_EventEndDateUTC\";i:1734575414;s:14:\"_EventDuration\";i:1734568379;s:20:\"_EventCurrencySymbol\";i:1734575414;s:18:\"_EventCurrencyCode\";i:1734575414;s:22:\"_EventCurrencyPosition\";i:1734568379;s:10:\"_EventCost\";i:1734568379;s:9:\"_EventURL\";i:1734659569;s:14:\"_EventTimezone\";i:1734568379;s:18:\"_EventTimezoneAbbr\";i:1734568379;s:24:\"_tribe_aggregator_origin\";i:1734568379;s:24:\"_tribe_aggregator_record\";i:1734568379;s:24:\"_tribe_aggregator_source\";i:1734568379;s:25:\"_tribe_aggregator_updated\";i:1734568379;s:13:\"_thumbnail_id\";i:1734568379;s:10:\"_edit_last\";i:1734575414;s:17:\"_wp_page_template\";i:1734575414;s:24:\"_wp_convertkit_post_meta\";i:1734575414;s:26:\"_more_info_button_meta_key\";i:1734575414;s:20:\"_et_pb_post_hide_nav\";i:1734575414;s:18:\"_et_pb_page_layout\";i:1734575414;s:15:\"_et_pb_side_nav\";i:1734575414;s:18:\"_et_pb_use_builder\";i:1734575414;s:18:\"_et_pb_first_image\";i:1734575414;s:20:\"_et_pb_truncate_post\";i:1734575414;s:25:\"_et_pb_truncate_post_date\";i:1734575414;s:18:\"_et_pb_old_content\";i:1734575414;s:21:\"gf_format_video_embed\";i:1734575414;s:24:\"gf_format_gallery_images\";i:1734575414;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734575414;s:26:\"_yoast_wpseo_content_score\";i:1735954769;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734575414;s:12:\"post_content\";i:1735954769;s:29:\"_et_dynamic_cached_shortcodes\";i:1755124906;s:29:\"_et_dynamic_cached_attributes\";i:1755124907;s:22:\"et_enqueued_post_fonts\";i:1755124907;s:33:\"_et_builder_module_features_cache\";i:1755124907;}'),
(15946,3917,'_EventOrigin','event-aggregator'),
(15947,3917,'_EventShowMapLink',''),
(15948,3917,'_EventShowMap',''),
(15949,3917,'_EventAllDay','yes'),
(15950,3917,'_EventStartDate','2025-03-06 00:00:00'),
(15951,3917,'_EventEndDate','2025-03-07 23:59:59'),
(15952,3917,'_EventStartDateUTC','2025-03-06 00:00:00'),
(15953,3917,'_EventEndDateUTC','2025-03-07 23:59:59'),
(15954,3917,'_EventDuration','0'),
(15955,3917,'_EventCurrencySymbol','$'),
(15956,3917,'_EventCurrencyCode','USD'),
(15957,3917,'_EventCurrencyPosition','prefix'),
(15958,3917,'_EventCost',''),
(15959,3917,'_EventURL','https://amtacshooting.regfox.com/2025-03-06-low-light-tactics-course-ga'),
(15960,3917,'_EventTimezone','UTC+0'),
(15961,3917,'_EventTimezoneAbbr','UTC+0'),
(15962,3917,'_tribe_aggregator_origin','csv'),
(15963,3917,'_tribe_aggregator_record','3639'),
(15964,3917,'_tribe_aggregator_source',''),
(15965,3917,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15969,3917,'_thumbnail_id','3661'),
(15970,3918,'_tribe_modified_fields','a:43:{s:16:\"tribe_events_cat\";i:1734568379;s:12:\"_EventOrigin\";i:1734568379;s:17:\"_EventShowMapLink\";i:1734568379;s:13:\"_EventShowMap\";i:1734568379;s:12:\"_EventAllDay\";i:1734575360;s:15:\"_EventStartDate\";i:1734575360;s:13:\"_EventEndDate\";i:1734575360;s:18:\"_EventStartDateUTC\";i:1734575360;s:16:\"_EventEndDateUTC\";i:1734575360;s:14:\"_EventDuration\";i:1734568379;s:20:\"_EventCurrencySymbol\";i:1734575360;s:18:\"_EventCurrencyCode\";i:1734575360;s:22:\"_EventCurrencyPosition\";i:1734568379;s:10:\"_EventCost\";i:1734568379;s:9:\"_EventURL\";i:1734568379;s:14:\"_EventTimezone\";i:1734568379;s:18:\"_EventTimezoneAbbr\";i:1734568379;s:24:\"_tribe_aggregator_origin\";i:1734568379;s:24:\"_tribe_aggregator_record\";i:1734568379;s:24:\"_tribe_aggregator_source\";i:1734568379;s:25:\"_tribe_aggregator_updated\";i:1734568379;s:13:\"_thumbnail_id\";i:1734568380;s:10:\"_edit_last\";i:1734575360;s:17:\"_wp_page_template\";i:1734575360;s:24:\"_wp_convertkit_post_meta\";i:1734575360;s:26:\"_more_info_button_meta_key\";i:1734575360;s:20:\"_et_pb_post_hide_nav\";i:1734575360;s:18:\"_et_pb_page_layout\";i:1734575360;s:15:\"_et_pb_side_nav\";i:1734575360;s:18:\"_et_pb_use_builder\";i:1734575360;s:18:\"_et_pb_first_image\";i:1734575360;s:20:\"_et_pb_truncate_post\";i:1734575360;s:25:\"_et_pb_truncate_post_date\";i:1734575360;s:18:\"_et_pb_old_content\";i:1734575360;s:21:\"gf_format_video_embed\";i:1734575360;s:24:\"gf_format_gallery_images\";i:1734575360;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734575360;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734575360;s:12:\"post_content\";i:1735955178;s:29:\"_et_dynamic_cached_shortcodes\";i:1755609979;s:29:\"_et_dynamic_cached_attributes\";i:1755609980;s:22:\"et_enqueued_post_fonts\";i:1755609980;s:33:\"_et_builder_module_features_cache\";i:1753357364;}'),
(15971,3918,'_EventOrigin','event-aggregator'),
(15972,3918,'_EventShowMapLink',''),
(15973,3918,'_EventShowMap',''),
(15974,3918,'_EventAllDay','yes'),
(15975,3918,'_EventStartDate','2025-05-02 00:00:00'),
(15976,3918,'_EventEndDate','2025-05-04 23:59:59'),
(15977,3918,'_EventStartDateUTC','2025-05-02 00:00:00'),
(15978,3918,'_EventEndDateUTC','2025-05-04 23:59:59'),
(15979,3918,'_EventDuration','0'),
(15980,3918,'_EventCurrencySymbol','$'),
(15981,3918,'_EventCurrencyCode','USD'),
(15982,3918,'_EventCurrencyPosition','prefix'),
(15983,3918,'_EventCost',''),
(15984,3918,'_EventURL',''),
(15985,3918,'_EventTimezone','UTC+0'),
(15986,3918,'_EventTimezoneAbbr','UTC+0'),
(15987,3918,'_tribe_aggregator_origin','csv'),
(15988,3918,'_tribe_aggregator_record','3639'),
(15989,3918,'_tribe_aggregator_source',''),
(15990,3918,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(15991,3918,'_thumbnail_id','3907'),
(15992,3919,'_tribe_modified_fields','a:45:{s:16:\"tribe_events_cat\";i:1734568380;s:8:\"post_tag\";i:1734568380;s:12:\"_EventOrigin\";i:1734568380;s:17:\"_EventShowMapLink\";i:1734568380;s:13:\"_EventShowMap\";i:1734568380;s:12:\"_EventAllDay\";i:1734575328;s:15:\"_EventStartDate\";i:1734575328;s:13:\"_EventEndDate\";i:1734575328;s:18:\"_EventStartDateUTC\";i:1734575328;s:16:\"_EventEndDateUTC\";i:1734575328;s:14:\"_EventDuration\";i:1734568380;s:20:\"_EventCurrencySymbol\";i:1734575328;s:18:\"_EventCurrencyCode\";i:1734575328;s:22:\"_EventCurrencyPosition\";i:1734568380;s:10:\"_EventCost\";i:1734568380;s:9:\"_EventURL\";i:1734659413;s:14:\"_EventTimezone\";i:1734568380;s:18:\"_EventTimezoneAbbr\";i:1734568380;s:24:\"_tribe_aggregator_origin\";i:1734568380;s:24:\"_tribe_aggregator_record\";i:1734568380;s:24:\"_tribe_aggregator_source\";i:1734568380;s:25:\"_tribe_aggregator_updated\";i:1734568380;s:13:\"_thumbnail_id\";i:1734568380;s:10:\"_edit_last\";i:1734575328;s:17:\"_wp_page_template\";i:1734575328;s:24:\"_wp_convertkit_post_meta\";i:1734575328;s:26:\"_more_info_button_meta_key\";i:1734575328;s:20:\"_et_pb_post_hide_nav\";i:1734575328;s:18:\"_et_pb_page_layout\";i:1734575328;s:15:\"_et_pb_side_nav\";i:1734575328;s:18:\"_et_pb_use_builder\";i:1734575328;s:18:\"_et_pb_first_image\";i:1734575328;s:20:\"_et_pb_truncate_post\";i:1734575328;s:25:\"_et_pb_truncate_post_date\";i:1734575328;s:18:\"_et_pb_old_content\";i:1734575328;s:21:\"gf_format_video_embed\";i:1734575328;s:24:\"gf_format_gallery_images\";i:1734575328;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734575328;s:26:\"_yoast_wpseo_content_score\";i:1735954373;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734575328;s:12:\"post_content\";i:1735954373;s:29:\"_et_dynamic_cached_shortcodes\";i:1765369169;s:29:\"_et_dynamic_cached_attributes\";i:1765369171;s:22:\"et_enqueued_post_fonts\";i:1765369171;s:33:\"_et_builder_module_features_cache\";i:1765369171;}'),
(15993,3919,'_EventOrigin','event-aggregator'),
(15994,3919,'_EventShowMapLink',''),
(15995,3919,'_EventShowMap',''),
(15996,3919,'_EventAllDay','yes'),
(15997,3919,'_EventStartDate','2025-05-22 00:00:00'),
(15998,3919,'_EventEndDate','2025-05-23 23:59:59'),
(15999,3919,'_EventStartDateUTC','2025-05-22 00:00:00'),
(16000,3919,'_EventEndDateUTC','2025-05-23 23:59:59'),
(16001,3919,'_EventDuration','0'),
(16002,3919,'_EventCurrencySymbol','$'),
(16003,3919,'_EventCurrencyCode','USD'),
(16004,3919,'_EventCurrencyPosition','prefix'),
(16005,3919,'_EventCost',''),
(16006,3919,'_EventURL','https://amtacshooting.regfox.com/2025-05-22-combative-carbine-course-wi'),
(16007,3919,'_EventTimezone','UTC+0'),
(16008,3919,'_EventTimezoneAbbr','UTC+0'),
(16009,3919,'_tribe_aggregator_origin','csv'),
(16010,3919,'_tribe_aggregator_record','3639'),
(16011,3919,'_tribe_aggregator_source',''),
(16012,3919,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(16013,3919,'_thumbnail_id','3880'),
(16014,3920,'_tribe_modified_fields','a:46:{s:16:\"tribe_events_cat\";i:1734568380;s:8:\"post_tag\";i:1734568380;s:12:\"_EventOrigin\";i:1734568380;s:17:\"_EventShowMapLink\";i:1734568380;s:13:\"_EventShowMap\";i:1734568380;s:12:\"_EventAllDay\";i:1734575295;s:15:\"_EventStartDate\";i:1734575295;s:13:\"_EventEndDate\";i:1734575295;s:18:\"_EventStartDateUTC\";i:1734575295;s:16:\"_EventEndDateUTC\";i:1734575295;s:14:\"_EventDuration\";i:1734568380;s:20:\"_EventCurrencySymbol\";i:1734575295;s:18:\"_EventCurrencyCode\";i:1734575295;s:22:\"_EventCurrencyPosition\";i:1734568380;s:10:\"_EventCost\";i:1734568380;s:9:\"_EventURL\";i:1734659368;s:14:\"_EventTimezone\";i:1734568380;s:18:\"_EventTimezoneAbbr\";i:1734568380;s:24:\"_tribe_aggregator_origin\";i:1734568380;s:24:\"_tribe_aggregator_record\";i:1734568380;s:24:\"_tribe_aggregator_source\";i:1734568380;s:25:\"_tribe_aggregator_updated\";i:1734568380;s:13:\"_thumbnail_id\";i:1734568381;s:10:\"_edit_last\";i:1734575294;s:17:\"_wp_page_template\";i:1734575294;s:24:\"_wp_convertkit_post_meta\";i:1734575294;s:26:\"_more_info_button_meta_key\";i:1734575295;s:20:\"_et_pb_post_hide_nav\";i:1734575295;s:18:\"_et_pb_page_layout\";i:1734575295;s:15:\"_et_pb_side_nav\";i:1734575295;s:18:\"_et_pb_use_builder\";i:1734575295;s:18:\"_et_pb_first_image\";i:1734575295;s:20:\"_et_pb_truncate_post\";i:1734575295;s:25:\"_et_pb_truncate_post_date\";i:1734575295;s:18:\"_et_pb_old_content\";i:1734575295;s:21:\"gf_format_video_embed\";i:1734575295;s:24:\"gf_format_gallery_images\";i:1734575295;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734575295;s:26:\"_yoast_wpseo_content_score\";i:1735954273;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734575295;s:29:\"_et_dynamic_cached_shortcodes\";i:1764648121;s:29:\"_et_dynamic_cached_attributes\";i:1764648123;s:22:\"et_enqueued_post_fonts\";i:1764648123;s:33:\"_et_builder_module_features_cache\";i:1764648123;s:12:\"post_content\";i:1735954273;s:12:\"post_excerpt\";i:1735761318;}'),
(16015,3920,'_EventOrigin','event-aggregator'),
(16016,3920,'_EventShowMapLink',''),
(16017,3920,'_EventShowMap',''),
(16018,3920,'_EventAllDay','yes'),
(16019,3920,'_EventStartDate','2025-06-12 00:00:00'),
(16020,3920,'_EventEndDate','2025-06-13 23:59:59'),
(16021,3920,'_EventStartDateUTC','2025-06-12 00:00:00'),
(16022,3920,'_EventEndDateUTC','2025-06-13 23:59:59'),
(16023,3920,'_EventDuration','0'),
(16024,3920,'_EventCurrencySymbol','$'),
(16025,3920,'_EventCurrencyCode','USD'),
(16026,3920,'_EventCurrencyPosition','prefix'),
(16027,3920,'_EventCost',''),
(16028,3920,'_EventURL','https://amtacshooting.regfox.com/2025-06-12-integrated-combatives-2-course-ut'),
(16029,3920,'_EventTimezone','UTC+0'),
(16030,3920,'_EventTimezoneAbbr','UTC+0'),
(16031,3920,'_tribe_aggregator_origin','csv'),
(16032,3920,'_tribe_aggregator_record','3639'),
(16033,3920,'_tribe_aggregator_source',''),
(16034,3920,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(16035,3920,'_thumbnail_id','3893'),
(16041,3921,'_tribe_modified_fields','a:46:{s:16:\"tribe_events_cat\";i:1734568388;s:8:\"post_tag\";i:1734568388;s:12:\"_EventOrigin\";i:1734568388;s:17:\"_EventShowMapLink\";i:1734568388;s:13:\"_EventShowMap\";i:1734568388;s:12:\"_EventAllDay\";i:1734575239;s:15:\"_EventStartDate\";i:1734575239;s:13:\"_EventEndDate\";i:1734575239;s:18:\"_EventStartDateUTC\";i:1734575239;s:16:\"_EventEndDateUTC\";i:1734575239;s:14:\"_EventDuration\";i:1734568388;s:20:\"_EventCurrencySymbol\";i:1734575239;s:18:\"_EventCurrencyCode\";i:1734575239;s:22:\"_EventCurrencyPosition\";i:1734568388;s:10:\"_EventCost\";i:1734568388;s:9:\"_EventURL\";i:1734659329;s:14:\"_EventTimezone\";i:1734568388;s:18:\"_EventTimezoneAbbr\";i:1734568388;s:24:\"_tribe_aggregator_origin\";i:1734568388;s:24:\"_tribe_aggregator_record\";i:1734568388;s:24:\"_tribe_aggregator_source\";i:1734568388;s:25:\"_tribe_aggregator_updated\";i:1734568388;s:13:\"_thumbnail_id\";i:1734568388;s:10:\"_edit_last\";i:1734575239;s:17:\"_wp_page_template\";i:1734575239;s:24:\"_wp_convertkit_post_meta\";i:1734575239;s:26:\"_more_info_button_meta_key\";i:1734575239;s:20:\"_et_pb_post_hide_nav\";i:1734575239;s:18:\"_et_pb_page_layout\";i:1734575239;s:15:\"_et_pb_side_nav\";i:1734575239;s:18:\"_et_pb_use_builder\";i:1734575239;s:18:\"_et_pb_first_image\";i:1734575239;s:20:\"_et_pb_truncate_post\";i:1734575239;s:25:\"_et_pb_truncate_post_date\";i:1734575239;s:18:\"_et_pb_old_content\";i:1734575239;s:21:\"gf_format_video_embed\";i:1734575239;s:24:\"gf_format_gallery_images\";i:1734575239;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734575239;s:26:\"_yoast_wpseo_content_score\";i:1734575239;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734575239;s:10:\"post_title\";i:1734659329;s:12:\"post_content\";i:1735954204;s:29:\"_et_dynamic_cached_shortcodes\";i:1764827390;s:29:\"_et_dynamic_cached_attributes\";i:1764827392;s:22:\"et_enqueued_post_fonts\";i:1764827392;s:33:\"_et_builder_module_features_cache\";i:1764827392;}'),
(16042,3921,'_EventOrigin','event-aggregator'),
(16043,3921,'_EventShowMapLink',''),
(16044,3921,'_EventShowMap',''),
(16046,3921,'_EventStartDate','2025-08-07 00:00:00'),
(16047,3921,'_EventEndDate','2025-08-08 23:59:59'),
(16048,3921,'_EventStartDateUTC','2025-08-07 00:00:00'),
(16049,3921,'_EventEndDateUTC','2025-08-08 23:59:59'),
(16050,3921,'_EventDuration','0'),
(16051,3921,'_EventCurrencySymbol','$'),
(16052,3921,'_EventCurrencyCode','USD'),
(16053,3921,'_EventCurrencyPosition','prefix'),
(16054,3921,'_EventCost',''),
(16055,3921,'_EventURL','https://amtacshooting.regfox.com/2025-08-07-fighting-in-and-around-vehiclescarbine-course-id'),
(16056,3921,'_EventTimezone','UTC+0'),
(16057,3921,'_EventTimezoneAbbr','UTC+0'),
(16058,3921,'_tribe_aggregator_origin','csv'),
(16059,3921,'_tribe_aggregator_record','3639'),
(16060,3921,'_tribe_aggregator_source',''),
(16061,3921,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(16062,3921,'_thumbnail_id','3909'),
(16063,3922,'_tribe_modified_fields','a:46:{s:16:\"tribe_events_cat\";i:1734568388;s:8:\"post_tag\";i:1734568388;s:12:\"_EventOrigin\";i:1734568389;s:17:\"_EventShowMapLink\";i:1734568389;s:13:\"_EventShowMap\";i:1734568389;s:12:\"_EventAllDay\";i:1734575266;s:15:\"_EventStartDate\";i:1734575266;s:13:\"_EventEndDate\";i:1734575266;s:18:\"_EventStartDateUTC\";i:1734575266;s:16:\"_EventEndDateUTC\";i:1734575266;s:14:\"_EventDuration\";i:1734568389;s:20:\"_EventCurrencySymbol\";i:1734575266;s:18:\"_EventCurrencyCode\";i:1734575266;s:22:\"_EventCurrencyPosition\";i:1734568389;s:10:\"_EventCost\";i:1734568389;s:9:\"_EventURL\";i:1734659207;s:14:\"_EventTimezone\";i:1734568389;s:18:\"_EventTimezoneAbbr\";i:1734568389;s:24:\"_tribe_aggregator_origin\";i:1734568389;s:24:\"_tribe_aggregator_record\";i:1734568389;s:24:\"_tribe_aggregator_source\";i:1734568389;s:25:\"_tribe_aggregator_updated\";i:1734568389;s:13:\"_thumbnail_id\";i:1734568389;s:10:\"_edit_last\";i:1734575266;s:17:\"_wp_page_template\";i:1734575266;s:10:\"post_title\";i:1734575266;s:24:\"_wp_convertkit_post_meta\";i:1734575266;s:26:\"_more_info_button_meta_key\";i:1734575266;s:20:\"_et_pb_post_hide_nav\";i:1734575266;s:18:\"_et_pb_page_layout\";i:1734575266;s:15:\"_et_pb_side_nav\";i:1734575266;s:18:\"_et_pb_use_builder\";i:1734575266;s:18:\"_et_pb_first_image\";i:1734575266;s:20:\"_et_pb_truncate_post\";i:1734575266;s:25:\"_et_pb_truncate_post_date\";i:1734575266;s:18:\"_et_pb_old_content\";i:1734575266;s:21:\"gf_format_video_embed\";i:1734575266;s:24:\"gf_format_gallery_images\";i:1734575266;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734575266;s:26:\"_yoast_wpseo_content_score\";i:1735953835;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734575266;s:12:\"post_content\";i:1735953835;s:33:\"_et_builder_module_features_cache\";i:1753400987;s:29:\"_et_dynamic_cached_shortcodes\";i:1756971432;s:29:\"_et_dynamic_cached_attributes\";i:1756971433;s:22:\"et_enqueued_post_fonts\";i:1756971433;}'),
(16064,3922,'_EventOrigin','event-aggregator'),
(16065,3922,'_EventShowMapLink',''),
(16066,3922,'_EventShowMap',''),
(16068,3922,'_EventStartDate','2025-10-01 00:00:00'),
(16069,3922,'_EventEndDate','2025-10-01 23:59:59'),
(16070,3922,'_EventStartDateUTC','2025-10-01 00:00:00'),
(16071,3922,'_EventEndDateUTC','2025-10-01 23:59:59'),
(16072,3922,'_EventDuration','0'),
(16073,3922,'_EventCurrencySymbol','$'),
(16074,3922,'_EventCurrencyCode','USD'),
(16075,3922,'_EventCurrencyPosition','prefix'),
(16076,3922,'_EventCost',''),
(16077,3922,'_EventURL','https://amtacshooting.regfox.com/2025-ak-manipulation-course-fl'),
(16078,3922,'_EventTimezone','UTC+0'),
(16079,3922,'_EventTimezoneAbbr','UTC+0'),
(16080,3922,'_tribe_aggregator_origin','csv'),
(16081,3922,'_tribe_aggregator_record','3639'),
(16082,3922,'_tribe_aggregator_source',''),
(16083,3922,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(16084,3922,'_thumbnail_id','3686'),
(16085,3923,'_tribe_modified_fields','a:45:{s:16:\"tribe_events_cat\";i:1734568389;s:8:\"post_tag\";i:1734568389;s:12:\"_EventOrigin\";i:1734568389;s:17:\"_EventShowMapLink\";i:1734568389;s:13:\"_EventShowMap\";i:1734568389;s:12:\"_EventAllDay\";i:1734575210;s:15:\"_EventStartDate\";i:1734575210;s:13:\"_EventEndDate\";i:1734575210;s:18:\"_EventStartDateUTC\";i:1734575210;s:16:\"_EventEndDateUTC\";i:1734575210;s:14:\"_EventDuration\";i:1734568389;s:20:\"_EventCurrencySymbol\";i:1734575210;s:18:\"_EventCurrencyCode\";i:1734575210;s:22:\"_EventCurrencyPosition\";i:1734568389;s:10:\"_EventCost\";i:1734568389;s:9:\"_EventURL\";i:1734659176;s:14:\"_EventTimezone\";i:1734568389;s:18:\"_EventTimezoneAbbr\";i:1734568389;s:24:\"_tribe_aggregator_origin\";i:1734568389;s:24:\"_tribe_aggregator_record\";i:1734568389;s:24:\"_tribe_aggregator_source\";i:1734568389;s:25:\"_tribe_aggregator_updated\";i:1734568389;s:13:\"_thumbnail_id\";i:1734568390;s:10:\"_edit_last\";i:1734575210;s:17:\"_wp_page_template\";i:1734575210;s:24:\"_wp_convertkit_post_meta\";i:1734575210;s:26:\"_more_info_button_meta_key\";i:1734575210;s:20:\"_et_pb_post_hide_nav\";i:1734575210;s:18:\"_et_pb_page_layout\";i:1734575210;s:15:\"_et_pb_side_nav\";i:1734575210;s:18:\"_et_pb_use_builder\";i:1734575210;s:18:\"_et_pb_first_image\";i:1734575210;s:20:\"_et_pb_truncate_post\";i:1734575210;s:25:\"_et_pb_truncate_post_date\";i:1734575210;s:18:\"_et_pb_old_content\";i:1734575210;s:21:\"gf_format_video_embed\";i:1734575210;s:24:\"gf_format_gallery_images\";i:1734575210;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734575210;s:26:\"_yoast_wpseo_content_score\";i:1735953741;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734575210;s:12:\"post_content\";i:1735953741;s:29:\"_et_dynamic_cached_shortcodes\";i:1764905646;s:29:\"_et_dynamic_cached_attributes\";i:1764905648;s:22:\"et_enqueued_post_fonts\";i:1764905648;s:33:\"_et_builder_module_features_cache\";i:1764905648;}'),
(16086,3923,'_EventOrigin','event-aggregator'),
(16087,3923,'_EventShowMapLink',''),
(16088,3923,'_EventShowMap',''),
(16090,3923,'_EventStartDate','2025-10-02 00:00:00'),
(16091,3923,'_EventEndDate','2025-10-03 23:59:59'),
(16092,3923,'_EventStartDateUTC','2025-10-02 00:00:00'),
(16093,3923,'_EventEndDateUTC','2025-10-03 23:59:59'),
(16094,3923,'_EventDuration','0'),
(16095,3923,'_EventCurrencySymbol','$'),
(16096,3923,'_EventCurrencyCode','USD'),
(16097,3923,'_EventCurrencyPosition','prefix'),
(16098,3923,'_EventCost',''),
(16099,3923,'_EventURL','https://amtacshooting.regfox.com/2025-10-02-integrated-combatives-2-course-fl'),
(16100,3923,'_EventTimezone','UTC+0'),
(16101,3923,'_EventTimezoneAbbr','UTC+0'),
(16102,3923,'_tribe_aggregator_origin','csv'),
(16103,3923,'_tribe_aggregator_record','3639'),
(16104,3923,'_tribe_aggregator_source',''),
(16105,3923,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(16106,3923,'_thumbnail_id','3893'),
(16107,3924,'_tribe_modified_fields','a:45:{s:16:\"tribe_events_cat\";i:1734568390;s:8:\"post_tag\";i:1734568390;s:12:\"_EventOrigin\";i:1734568390;s:17:\"_EventShowMapLink\";i:1734568390;s:13:\"_EventShowMap\";i:1734568390;s:12:\"_EventAllDay\";i:1734575145;s:15:\"_EventStartDate\";i:1734575145;s:13:\"_EventEndDate\";i:1734575145;s:18:\"_EventStartDateUTC\";i:1734575145;s:16:\"_EventEndDateUTC\";i:1734575145;s:14:\"_EventDuration\";i:1734568390;s:20:\"_EventCurrencySymbol\";i:1734575145;s:18:\"_EventCurrencyCode\";i:1734575145;s:22:\"_EventCurrencyPosition\";i:1734568390;s:10:\"_EventCost\";i:1734568390;s:9:\"_EventURL\";i:1734659151;s:14:\"_EventTimezone\";i:1734568390;s:18:\"_EventTimezoneAbbr\";i:1734568390;s:24:\"_tribe_aggregator_origin\";i:1734568390;s:24:\"_tribe_aggregator_record\";i:1734568390;s:24:\"_tribe_aggregator_source\";i:1734568390;s:25:\"_tribe_aggregator_updated\";i:1734568390;s:13:\"_thumbnail_id\";i:1734568390;s:10:\"_edit_last\";i:1734575145;s:17:\"_wp_page_template\";i:1734575145;s:24:\"_wp_convertkit_post_meta\";i:1734575145;s:26:\"_more_info_button_meta_key\";i:1734575145;s:20:\"_et_pb_post_hide_nav\";i:1734575145;s:18:\"_et_pb_page_layout\";i:1734575145;s:15:\"_et_pb_side_nav\";i:1734575145;s:18:\"_et_pb_use_builder\";i:1734575145;s:18:\"_et_pb_first_image\";i:1734575145;s:20:\"_et_pb_truncate_post\";i:1734575145;s:25:\"_et_pb_truncate_post_date\";i:1734575145;s:18:\"_et_pb_old_content\";i:1734575145;s:21:\"gf_format_video_embed\";i:1734575145;s:24:\"gf_format_gallery_images\";i:1734575145;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734575145;s:26:\"_yoast_wpseo_content_score\";i:1734575145;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734575145;s:12:\"post_content\";i:1735953569;s:29:\"_et_dynamic_cached_shortcodes\";i:1765097239;s:29:\"_et_dynamic_cached_attributes\";i:1765097241;s:22:\"et_enqueued_post_fonts\";i:1765097241;s:33:\"_et_builder_module_features_cache\";i:1765097241;}'),
(16108,3924,'_EventOrigin','event-aggregator'),
(16109,3924,'_EventShowMapLink',''),
(16110,3924,'_EventShowMap',''),
(16112,3924,'_EventStartDate','2025-11-05 00:00:00'),
(16113,3924,'_EventEndDate','2025-11-07 23:59:59'),
(16114,3924,'_EventStartDateUTC','2025-11-05 00:00:00'),
(16115,3924,'_EventEndDateUTC','2025-11-07 23:59:59'),
(16116,3924,'_EventDuration','0'),
(16117,3924,'_EventCurrencySymbol','$'),
(16118,3924,'_EventCurrencyCode','USD'),
(16119,3924,'_EventCurrencyPosition','prefix'),
(16120,3924,'_EventCost',''),
(16121,3924,'_EventURL','https://amtacshooting.regfox.com/2025-11-05-nvg-level-2-fighting-at-night-course-id'),
(16122,3924,'_EventTimezone','UTC+0'),
(16123,3924,'_EventTimezoneAbbr','UTC+0'),
(16124,3924,'_tribe_aggregator_origin','csv'),
(16125,3924,'_tribe_aggregator_record','3639'),
(16126,3924,'_tribe_aggregator_source',''),
(16127,3924,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(16131,3924,'_thumbnail_id','3866'),
(16132,3925,'_tribe_modified_fields','a:45:{s:16:\"tribe_events_cat\";i:1734568390;s:8:\"post_tag\";i:1734568390;s:12:\"_EventOrigin\";i:1734568390;s:17:\"_EventShowMapLink\";i:1734568390;s:13:\"_EventShowMap\";i:1734568390;s:12:\"_EventAllDay\";i:1734575184;s:15:\"_EventStartDate\";i:1734575184;s:13:\"_EventEndDate\";i:1734575184;s:18:\"_EventStartDateUTC\";i:1734575184;s:16:\"_EventEndDateUTC\";i:1734575184;s:14:\"_EventDuration\";i:1734568390;s:20:\"_EventCurrencySymbol\";i:1734575184;s:18:\"_EventCurrencyCode\";i:1734575184;s:22:\"_EventCurrencyPosition\";i:1734568390;s:10:\"_EventCost\";i:1734568390;s:9:\"_EventURL\";i:1734659128;s:14:\"_EventTimezone\";i:1734568390;s:18:\"_EventTimezoneAbbr\";i:1734568390;s:24:\"_tribe_aggregator_origin\";i:1734568390;s:24:\"_tribe_aggregator_record\";i:1734568390;s:24:\"_tribe_aggregator_source\";i:1734568390;s:25:\"_tribe_aggregator_updated\";i:1734568390;s:13:\"_thumbnail_id\";i:1734568391;s:10:\"_edit_last\";i:1734575184;s:17:\"_wp_page_template\";i:1734575184;s:24:\"_wp_convertkit_post_meta\";i:1734575184;s:26:\"_more_info_button_meta_key\";i:1734575184;s:20:\"_et_pb_post_hide_nav\";i:1734575184;s:18:\"_et_pb_page_layout\";i:1734575184;s:15:\"_et_pb_side_nav\";i:1734575184;s:18:\"_et_pb_use_builder\";i:1734575184;s:18:\"_et_pb_first_image\";i:1734575184;s:20:\"_et_pb_truncate_post\";i:1734575184;s:25:\"_et_pb_truncate_post_date\";i:1734575184;s:18:\"_et_pb_old_content\";i:1734575184;s:21:\"gf_format_video_embed\";i:1734575184;s:24:\"gf_format_gallery_images\";i:1734575184;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734575184;s:26:\"_yoast_wpseo_content_score\";i:1735953408;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734575184;s:12:\"post_content\";i:1735953408;s:29:\"_et_dynamic_cached_shortcodes\";i:1765552317;s:29:\"_et_dynamic_cached_attributes\";i:1765552318;s:22:\"et_enqueued_post_fonts\";i:1765552318;s:33:\"_et_builder_module_features_cache\";i:1765552319;}'),
(16133,3925,'_EventOrigin','event-aggregator'),
(16134,3925,'_EventShowMapLink',''),
(16135,3925,'_EventShowMap',''),
(16137,3925,'_EventStartDate','2025-11-11 00:00:00'),
(16138,3925,'_EventEndDate','2025-11-12 23:59:59'),
(16139,3925,'_EventStartDateUTC','2025-11-11 00:00:00'),
(16140,3925,'_EventEndDateUTC','2025-11-12 23:59:59'),
(16141,3925,'_EventDuration','0'),
(16142,3925,'_EventCurrencySymbol','$'),
(16143,3925,'_EventCurrencyCode','USD'),
(16144,3925,'_EventCurrencyPosition','prefix'),
(16145,3925,'_EventCost',''),
(16146,3925,'_EventURL','https://amtacshooting.regfox.com/2025-11-11-integrated-combatives-level-2-course-ct'),
(16147,3925,'_EventTimezone','UTC+0'),
(16148,3925,'_EventTimezoneAbbr','UTC+0'),
(16149,3925,'_tribe_aggregator_origin','csv'),
(16150,3925,'_tribe_aggregator_record','3639'),
(16151,3925,'_tribe_aggregator_source',''),
(16152,3925,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(16153,3925,'_thumbnail_id','3893'),
(16159,3921,'_EventAllDay','yes'),
(16160,3922,'_EventAllDay','yes'),
(16161,3923,'_EventAllDay','yes'),
(16162,3924,'_EventAllDay','yes'),
(16163,3925,'_EventAllDay','yes'),
(16168,3931,'_tribe_modified_fields','a:46:{s:16:\"tribe_events_cat\";i:1734568395;s:8:\"post_tag\";i:1734568395;s:12:\"_EventOrigin\";i:1734568395;s:17:\"_EventShowMapLink\";i:1734568395;s:13:\"_EventShowMap\";i:1734568395;s:12:\"_EventAllDay\";i:1734575108;s:15:\"_EventStartDate\";i:1734575109;s:13:\"_EventEndDate\";i:1734575109;s:18:\"_EventStartDateUTC\";i:1734575109;s:16:\"_EventEndDateUTC\";i:1734575109;s:14:\"_EventDuration\";i:1734568395;s:20:\"_EventCurrencySymbol\";i:1734575109;s:18:\"_EventCurrencyCode\";i:1734575109;s:22:\"_EventCurrencyPosition\";i:1734568395;s:10:\"_EventCost\";i:1734568395;s:9:\"_EventURL\";i:1734659046;s:14:\"_EventTimezone\";i:1734568395;s:18:\"_EventTimezoneAbbr\";i:1734568395;s:24:\"_tribe_aggregator_origin\";i:1734568395;s:24:\"_tribe_aggregator_record\";i:1734568395;s:24:\"_tribe_aggregator_source\";i:1734568395;s:25:\"_tribe_aggregator_updated\";i:1734568395;s:13:\"_thumbnail_id\";i:1734568396;s:10:\"_edit_last\";i:1734575108;s:17:\"_wp_page_template\";i:1734575108;s:24:\"_wp_convertkit_post_meta\";i:1734575108;s:26:\"_more_info_button_meta_key\";i:1734575108;s:20:\"_et_pb_post_hide_nav\";i:1734575108;s:18:\"_et_pb_page_layout\";i:1734575108;s:15:\"_et_pb_side_nav\";i:1734575108;s:18:\"_et_pb_use_builder\";i:1734575108;s:18:\"_et_pb_first_image\";i:1734575108;s:20:\"_et_pb_truncate_post\";i:1734575108;s:25:\"_et_pb_truncate_post_date\";i:1734575108;s:18:\"_et_pb_old_content\";i:1734575108;s:21:\"gf_format_video_embed\";i:1734575108;s:24:\"gf_format_gallery_images\";i:1734575108;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734575109;s:26:\"_yoast_wpseo_content_score\";i:1734575109;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734575109;s:12:\"post_content\";i:1735953301;s:12:\"post_excerpt\";i:1735952907;s:33:\"_et_builder_module_features_cache\";i:1753333446;s:29:\"_et_dynamic_cached_shortcodes\";i:1757133889;s:29:\"_et_dynamic_cached_attributes\";i:1757133890;s:22:\"et_enqueued_post_fonts\";i:1757133890;}'),
(16169,3931,'_EventOrigin','event-aggregator'),
(16170,3931,'_EventShowMapLink',''),
(16171,3931,'_EventShowMap',''),
(16172,3931,'_EventAllDay','yes'),
(16173,3931,'_EventStartDate','2025-12-03 00:00:00'),
(16174,3931,'_EventEndDate','2025-12-03 23:59:59'),
(16175,3931,'_EventStartDateUTC','2025-12-03 00:00:00'),
(16176,3931,'_EventEndDateUTC','2025-12-03 23:59:59'),
(16177,3931,'_EventDuration','0'),
(16178,3931,'_EventCurrencySymbol','$'),
(16179,3931,'_EventCurrencyCode','USD'),
(16180,3931,'_EventCurrencyPosition','prefix'),
(16181,3931,'_EventCost',''),
(16182,3931,'_EventURL','https://amtacshooting.regfox.com/2025-12-03-pistol-combatives-and-medical-course-ca'),
(16183,3931,'_EventTimezone','UTC+0'),
(16184,3931,'_EventTimezoneAbbr','UTC+0'),
(16185,3931,'_tribe_aggregator_origin','csv'),
(16186,3931,'_tribe_aggregator_record','3639'),
(16187,3931,'_tribe_aggregator_source',''),
(16188,3931,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(16189,3932,'_wp_attached_file','2024/12/Pistol-Medical-Course-oBbfhw.tmp_.jpg'),
(16190,3932,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:924;s:6:\"height\";i:1081;s:4:\"file\";s:45:\"2024/12/Pistol-Medical-Course-oBbfhw.tmp_.jpg\";s:8:\"filesize\";i:49577;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:45:\"Pistol-Medical-Course-oBbfhw.tmp_-256x300.jpg\";s:5:\"width\";i:256;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10515;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Pistol-Medical-Course-oBbfhw.tmp_-875x1024.jpg\";s:5:\"width\";i:875;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:77307;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:45:\"Pistol-Medical-Course-oBbfhw.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4525;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:45:\"Pistol-Medical-Course-oBbfhw.tmp_-768x898.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:898;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63312;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:45:\"Pistol-Medical-Course-oBbfhw.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16774;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"Pistol-Medical-Course-oBbfhw.tmp_-924x675.jpg\";s:5:\"width\";i:924;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:73890;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:45:\"Pistol-Medical-Course-oBbfhw.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17939;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:45:\"Pistol-Medical-Course-oBbfhw.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27176;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:45:\"Pistol-Medical-Course-oBbfhw.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24718;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:45:\"Pistol-Medical-Course-oBbfhw.tmp_-480x562.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:562;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:29493;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:45:\"Pistol-Medical-Course-oBbfhw.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12556;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:45:\"Pistol-Medical-Course-oBbfhw.tmp_-600x702.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:702;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:42537;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:45:\"Pistol-Medical-Course-oBbfhw.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2717;}}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:{}}}'),
(16191,3933,'_tribe_modified_fields','a:45:{s:16:\"tribe_events_cat\";i:1734568396;s:8:\"post_tag\";i:1734568396;s:12:\"_EventOrigin\";i:1734568396;s:17:\"_EventShowMapLink\";i:1734568396;s:13:\"_EventShowMap\";i:1734568396;s:12:\"_EventAllDay\";i:1734575059;s:15:\"_EventStartDate\";i:1734575059;s:13:\"_EventEndDate\";i:1734575059;s:18:\"_EventStartDateUTC\";i:1734575059;s:16:\"_EventEndDateUTC\";i:1734575059;s:14:\"_EventDuration\";i:1734568396;s:20:\"_EventCurrencySymbol\";i:1734575059;s:18:\"_EventCurrencyCode\";i:1734575059;s:22:\"_EventCurrencyPosition\";i:1734568396;s:10:\"_EventCost\";i:1734568396;s:9:\"_EventURL\";i:1734578043;s:14:\"_EventTimezone\";i:1734568396;s:18:\"_EventTimezoneAbbr\";i:1734568396;s:24:\"_tribe_aggregator_origin\";i:1734568396;s:24:\"_tribe_aggregator_record\";i:1734568396;s:24:\"_tribe_aggregator_source\";i:1734568396;s:25:\"_tribe_aggregator_updated\";i:1734568396;s:13:\"_thumbnail_id\";i:1734568398;s:10:\"_edit_last\";i:1734575059;s:17:\"_wp_page_template\";i:1734575059;s:24:\"_wp_convertkit_post_meta\";i:1734575059;s:26:\"_more_info_button_meta_key\";i:1734575059;s:20:\"_et_pb_post_hide_nav\";i:1734575059;s:18:\"_et_pb_page_layout\";i:1734575059;s:15:\"_et_pb_side_nav\";i:1734575059;s:18:\"_et_pb_use_builder\";i:1734575059;s:18:\"_et_pb_first_image\";i:1734575059;s:20:\"_et_pb_truncate_post\";i:1734575059;s:25:\"_et_pb_truncate_post_date\";i:1734575059;s:18:\"_et_pb_old_content\";i:1734575059;s:21:\"gf_format_video_embed\";i:1734575059;s:24:\"gf_format_gallery_images\";i:1734575059;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734575059;s:26:\"_yoast_wpseo_content_score\";i:1735952666;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734575060;s:29:\"_et_dynamic_cached_shortcodes\";i:1753610457;s:29:\"_et_dynamic_cached_attributes\";i:1753610458;s:22:\"et_enqueued_post_fonts\";i:1763223725;s:33:\"_et_builder_module_features_cache\";i:1764823658;s:12:\"post_content\";i:1735952666;}'),
(16192,3933,'_EventOrigin','event-aggregator'),
(16193,3933,'_EventShowMapLink',''),
(16194,3933,'_EventShowMap',''),
(16195,3933,'_EventAllDay','yes'),
(16196,3933,'_EventStartDate','2025-12-04 00:00:00'),
(16197,3933,'_EventEndDate','2025-12-05 23:59:59'),
(16198,3933,'_EventStartDateUTC','2025-12-04 00:00:00'),
(16199,3933,'_EventEndDateUTC','2025-12-05 23:59:59'),
(16200,3933,'_EventDuration','0'),
(16201,3933,'_EventCurrencySymbol','$'),
(16202,3933,'_EventCurrencyCode','USD'),
(16203,3933,'_EventCurrencyPosition','prefix'),
(16204,3933,'_EventCost',''),
(16205,3933,'_EventURL','https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca'),
(16206,3933,'_EventTimezone','UTC+0'),
(16207,3933,'_EventTimezoneAbbr','UTC+0'),
(16208,3933,'_tribe_aggregator_origin','csv'),
(16209,3933,'_tribe_aggregator_record','3639'),
(16210,3933,'_tribe_aggregator_source',''),
(16211,3933,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(16212,3932,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2024/11/Pistol-Medical-Course.jpg'),
(16213,3931,'_thumbnail_id','3932'),
(16214,3934,'_tribe_modified_fields','a:45:{s:16:\"tribe_events_cat\";i:1734568397;s:8:\"post_tag\";i:1734568397;s:12:\"_EventOrigin\";i:1734568397;s:17:\"_EventShowMapLink\";i:1734568397;s:13:\"_EventShowMap\";i:1734568397;s:12:\"_EventAllDay\";i:1734575021;s:15:\"_EventStartDate\";i:1734575021;s:13:\"_EventEndDate\";i:1734575021;s:18:\"_EventStartDateUTC\";i:1734575021;s:16:\"_EventEndDateUTC\";i:1734575021;s:14:\"_EventDuration\";i:1734568397;s:20:\"_EventCurrencySymbol\";i:1734575021;s:18:\"_EventCurrencyCode\";i:1734575021;s:22:\"_EventCurrencyPosition\";i:1734568397;s:10:\"_EventCost\";i:1734568397;s:9:\"_EventURL\";i:1734659645;s:14:\"_EventTimezone\";i:1734568397;s:18:\"_EventTimezoneAbbr\";i:1734568397;s:24:\"_tribe_aggregator_origin\";i:1734568397;s:24:\"_tribe_aggregator_record\";i:1734568397;s:24:\"_tribe_aggregator_source\";i:1734568397;s:25:\"_tribe_aggregator_updated\";i:1734568397;s:13:\"_thumbnail_id\";i:1734568398;s:10:\"_edit_last\";i:1734575021;s:17:\"_wp_page_template\";i:1734575021;s:24:\"_wp_convertkit_post_meta\";i:1734575021;s:26:\"_more_info_button_meta_key\";i:1734575021;s:20:\"_et_pb_post_hide_nav\";i:1734575021;s:18:\"_et_pb_page_layout\";i:1734575021;s:15:\"_et_pb_side_nav\";i:1734575021;s:18:\"_et_pb_use_builder\";i:1734575021;s:18:\"_et_pb_first_image\";i:1734575021;s:20:\"_et_pb_truncate_post\";i:1734575021;s:25:\"_et_pb_truncate_post_date\";i:1734575021;s:18:\"_et_pb_old_content\";i:1734575021;s:21:\"gf_format_video_embed\";i:1734575021;s:24:\"gf_format_gallery_images\";i:1734575021;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734575021;s:26:\"_yoast_wpseo_content_score\";i:1735954947;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734575021;s:29:\"_et_dynamic_cached_shortcodes\";i:1756771186;s:29:\"_et_dynamic_cached_attributes\";i:1756771186;s:22:\"et_enqueued_post_fonts\";i:1756771187;s:33:\"_et_builder_module_features_cache\";i:1753343723;s:12:\"post_content\";i:1736211461;}'),
(16215,3934,'_EventOrigin','event-aggregator'),
(16216,3934,'_EventShowMapLink',''),
(16217,3934,'_EventShowMap',''),
(16218,3934,'_EventAllDay','yes'),
(16219,3934,'_EventStartDate','2025-02-20 00:00:00'),
(16220,3934,'_EventEndDate','2025-02-21 23:59:59'),
(16221,3934,'_EventStartDateUTC','2025-02-20 00:00:00'),
(16222,3934,'_EventEndDateUTC','2025-02-21 23:59:59'),
(16223,3934,'_EventDuration','0'),
(16224,3934,'_EventCurrencySymbol','$'),
(16225,3934,'_EventCurrencyCode','USD'),
(16226,3934,'_EventCurrencyPosition','prefix'),
(16227,3934,'_EventCost',''),
(16228,3934,'_EventURL','https://amtacshooting.regfox.com/2025-02-20-amtac-shooting-winter-modern-minuteman-course-id'),
(16229,3934,'_EventTimezone','UTC+0'),
(16230,3934,'_EventTimezoneAbbr','UTC+0'),
(16231,3934,'_tribe_aggregator_origin','csv'),
(16232,3934,'_tribe_aggregator_record','3639'),
(16233,3934,'_tribe_aggregator_source',''),
(16234,3934,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(16237,3933,'_thumbnail_id','3893'),
(16238,3934,'_thumbnail_id','3824'),
(16239,3935,'_tribe_modified_fields','a:45:{s:16:\"tribe_events_cat\";i:1734568398;s:8:\"post_tag\";i:1734568398;s:12:\"_EventOrigin\";i:1734568398;s:17:\"_EventShowMapLink\";i:1734568398;s:13:\"_EventShowMap\";i:1734568398;s:12:\"_EventAllDay\";i:1734574966;s:15:\"_EventStartDate\";i:1734574966;s:13:\"_EventEndDate\";i:1734574966;s:18:\"_EventStartDateUTC\";i:1734574966;s:16:\"_EventEndDateUTC\";i:1734574966;s:14:\"_EventDuration\";i:1734568398;s:20:\"_EventCurrencySymbol\";i:1734574966;s:18:\"_EventCurrencyCode\";i:1734574966;s:22:\"_EventCurrencyPosition\";i:1734568398;s:10:\"_EventCost\";i:1734568398;s:9:\"_EventURL\";i:1734659541;s:14:\"_EventTimezone\";i:1734568398;s:18:\"_EventTimezoneAbbr\";i:1734568398;s:24:\"_tribe_aggregator_origin\";i:1734568398;s:24:\"_tribe_aggregator_record\";i:1734568398;s:24:\"_tribe_aggregator_source\";i:1734568398;s:25:\"_tribe_aggregator_updated\";i:1734568398;s:13:\"_thumbnail_id\";i:1734568399;s:10:\"_edit_last\";i:1734574966;s:17:\"_wp_page_template\";i:1734574966;s:24:\"_wp_convertkit_post_meta\";i:1734574966;s:26:\"_more_info_button_meta_key\";i:1734574966;s:20:\"_et_pb_post_hide_nav\";i:1734574966;s:18:\"_et_pb_page_layout\";i:1734574966;s:15:\"_et_pb_side_nav\";i:1734574966;s:18:\"_et_pb_use_builder\";i:1734574966;s:18:\"_et_pb_first_image\";i:1734574966;s:20:\"_et_pb_truncate_post\";i:1734574966;s:25:\"_et_pb_truncate_post_date\";i:1734574966;s:18:\"_et_pb_old_content\";i:1734574966;s:21:\"gf_format_video_embed\";i:1734574966;s:24:\"gf_format_gallery_images\";i:1734574966;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734574966;s:26:\"_yoast_wpseo_content_score\";i:1735954658;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734574966;s:12:\"post_content\";i:1735955044;s:29:\"_et_dynamic_cached_shortcodes\";i:1755828825;s:29:\"_et_dynamic_cached_attributes\";i:1755828826;s:22:\"et_enqueued_post_fonts\";i:1755828826;s:33:\"_et_builder_module_features_cache\";i:1764728738;}'),
(16240,3935,'_EventOrigin','event-aggregator'),
(16241,3935,'_EventShowMapLink',''),
(16242,3935,'_EventShowMap',''),
(16243,3935,'_EventAllDay','yes'),
(16244,3935,'_EventStartDate','2025-04-11 00:00:00'),
(16245,3935,'_EventEndDate','2025-04-11 23:59:59'),
(16246,3935,'_EventStartDateUTC','2025-04-11 00:00:00'),
(16247,3935,'_EventEndDateUTC','2025-04-11 23:59:59'),
(16248,3935,'_EventDuration','0'),
(16249,3935,'_EventCurrencySymbol','$'),
(16250,3935,'_EventCurrencyCode','USD'),
(16251,3935,'_EventCurrencyPosition','prefix'),
(16252,3935,'_EventCost',''),
(16253,3935,'_EventURL','https://amtacshooting.regfox.com/2025-04-11-pistol-combatives-level-1-course-in'),
(16254,3935,'_EventTimezone','UTC+0'),
(16255,3935,'_EventTimezoneAbbr','UTC+0'),
(16256,3935,'_tribe_aggregator_origin','csv'),
(16257,3935,'_tribe_aggregator_record','3639'),
(16258,3935,'_tribe_aggregator_source',''),
(16259,3935,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(16260,3936,'_wp_attached_file','2024/12/Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_.jpg'),
(16261,3936,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:576;s:4:\"file\";s:59:\"2024/12/Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_.jpg\";s:8:\"filesize\";i:47740;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:59:\"Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_-300x173.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9783;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:59:\"Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5604;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:59:\"Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_-768x442.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40931;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:59:\"Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15801;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:59:\"Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17596;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:59:\"Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26781;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:59:\"Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31127;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:59:\"Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_-980x564.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60211;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:59:\"Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_-480x276.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19563;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:59:\"Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15429;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:59:\"Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_-600x346.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27861;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:59:\"Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3365;}}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:{}}}'),
(16262,3937,'_tribe_modified_fields','a:46:{s:16:\"tribe_events_cat\";i:1734568399;s:8:\"post_tag\";i:1734568399;s:12:\"_EventOrigin\";i:1734568399;s:17:\"_EventShowMapLink\";i:1734568399;s:13:\"_EventShowMap\";i:1734568399;s:12:\"_EventAllDay\";i:1734574932;s:15:\"_EventStartDate\";i:1734574932;s:13:\"_EventEndDate\";i:1734574932;s:18:\"_EventStartDateUTC\";i:1734574932;s:16:\"_EventEndDateUTC\";i:1734574932;s:14:\"_EventDuration\";i:1734568399;s:20:\"_EventCurrencySymbol\";i:1734574932;s:18:\"_EventCurrencyCode\";i:1734574932;s:22:\"_EventCurrencyPosition\";i:1734568399;s:10:\"_EventCost\";i:1734568399;s:9:\"_EventURL\";i:1734659511;s:14:\"_EventTimezone\";i:1734568399;s:18:\"_EventTimezoneAbbr\";i:1734568399;s:24:\"_tribe_aggregator_origin\";i:1734568399;s:24:\"_tribe_aggregator_record\";i:1734568399;s:24:\"_tribe_aggregator_source\";i:1734568399;s:25:\"_tribe_aggregator_updated\";i:1734568399;s:13:\"_thumbnail_id\";i:1734568400;s:10:\"_edit_last\";i:1734574932;s:17:\"_wp_page_template\";i:1734574932;s:24:\"_wp_convertkit_post_meta\";i:1734574932;s:26:\"_more_info_button_meta_key\";i:1734574932;s:20:\"_et_pb_post_hide_nav\";i:1734574932;s:18:\"_et_pb_page_layout\";i:1734574932;s:15:\"_et_pb_side_nav\";i:1734574932;s:18:\"_et_pb_use_builder\";i:1734574932;s:18:\"_et_pb_first_image\";i:1734574932;s:20:\"_et_pb_truncate_post\";i:1734574932;s:25:\"_et_pb_truncate_post_date\";i:1734574932;s:18:\"_et_pb_old_content\";i:1734574932;s:21:\"gf_format_video_embed\";i:1734574932;s:24:\"gf_format_gallery_images\";i:1734574932;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734574932;s:26:\"_yoast_wpseo_content_score\";i:1734574932;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734574932;s:29:\"_et_dynamic_cached_shortcodes\";i:1755456467;s:29:\"_et_dynamic_cached_attributes\";i:1755456467;s:22:\"et_enqueued_post_fonts\";i:1755456467;s:33:\"_et_builder_module_features_cache\";i:1753316061;s:10:\"post_title\";i:1734659511;s:12:\"post_content\";i:1735954566;}'),
(16263,3937,'_EventOrigin','event-aggregator'),
(16264,3937,'_EventShowMapLink',''),
(16265,3937,'_EventShowMap',''),
(16266,3937,'_EventAllDay','yes'),
(16267,3937,'_EventStartDate','2025-04-12 00:00:00'),
(16268,3937,'_EventEndDate','2025-04-13 23:59:59'),
(16269,3937,'_EventStartDateUTC','2025-04-12 00:00:00'),
(16270,3937,'_EventEndDateUTC','2025-04-13 23:59:59'),
(16271,3937,'_EventDuration','0'),
(16272,3937,'_EventCurrencySymbol','$'),
(16273,3937,'_EventCurrencyCode','USD'),
(16274,3937,'_EventCurrencyPosition','prefix'),
(16275,3937,'_EventCost',''),
(16276,3937,'_EventURL','https://amtacshooting.regfox.com/2025-04-12-fighting-in-and-around-vehiclescarbine-course-in'),
(16277,3937,'_EventTimezone','UTC+0'),
(16278,3937,'_EventTimezoneAbbr','UTC+0'),
(16279,3937,'_tribe_aggregator_origin','csv'),
(16280,3937,'_tribe_aggregator_record','3639'),
(16281,3937,'_tribe_aggregator_source',''),
(16282,3937,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(16283,3936,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg'),
(16284,3935,'_thumbnail_id','3936'),
(16285,3937,'_thumbnail_id','3909'),
(16290,3938,'_tribe_modified_fields','a:45:{s:16:\"tribe_events_cat\";i:1734568406;s:8:\"post_tag\";i:1734568406;s:12:\"_EventOrigin\";i:1734568406;s:17:\"_EventShowMapLink\";i:1734568406;s:13:\"_EventShowMap\";i:1734568406;s:12:\"_EventAllDay\";i:1734574891;s:15:\"_EventStartDate\";i:1734574891;s:13:\"_EventEndDate\";i:1734574891;s:18:\"_EventStartDateUTC\";i:1734574891;s:16:\"_EventEndDateUTC\";i:1734574891;s:14:\"_EventDuration\";i:1734568406;s:20:\"_EventCurrencySymbol\";i:1734574891;s:18:\"_EventCurrencyCode\";i:1734574891;s:22:\"_EventCurrencyPosition\";i:1734568406;s:10:\"_EventCost\";i:1734568406;s:9:\"_EventURL\";i:1734659263;s:14:\"_EventTimezone\";i:1734568406;s:18:\"_EventTimezoneAbbr\";i:1734568406;s:24:\"_tribe_aggregator_origin\";i:1734568406;s:24:\"_tribe_aggregator_record\";i:1734568406;s:24:\"_tribe_aggregator_source\";i:1734568406;s:25:\"_tribe_aggregator_updated\";i:1734568406;s:13:\"_thumbnail_id\";i:1734568406;s:10:\"_edit_last\";i:1734574891;s:17:\"_wp_page_template\";i:1734574891;s:24:\"_wp_convertkit_post_meta\";i:1734574891;s:26:\"_more_info_button_meta_key\";i:1734574891;s:20:\"_et_pb_post_hide_nav\";i:1734574891;s:18:\"_et_pb_page_layout\";i:1734574891;s:15:\"_et_pb_side_nav\";i:1734574891;s:18:\"_et_pb_use_builder\";i:1734574891;s:18:\"_et_pb_first_image\";i:1734574891;s:20:\"_et_pb_truncate_post\";i:1734574891;s:25:\"_et_pb_truncate_post_date\";i:1734574891;s:18:\"_et_pb_old_content\";i:1734574891;s:21:\"gf_format_video_embed\";i:1734574891;s:24:\"gf_format_gallery_images\";i:1734574891;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734574891;s:26:\"_yoast_wpseo_content_score\";i:1735953979;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734574891;s:12:\"post_content\";i:1735953979;s:33:\"_et_builder_module_features_cache\";i:1765145538;s:29:\"_et_dynamic_cached_shortcodes\";i:1765145536;s:29:\"_et_dynamic_cached_attributes\";i:1765145537;s:22:\"et_enqueued_post_fonts\";i:1765145538;}'),
(16291,3938,'_EventOrigin','event-aggregator'),
(16292,3938,'_EventShowMapLink',''),
(16293,3938,'_EventShowMap',''),
(16294,3938,'_EventAllDay','yes'),
(16295,3938,'_EventStartDate','2025-09-12 00:00:00'),
(16296,3938,'_EventEndDate','2025-09-12 23:59:59'),
(16297,3938,'_EventStartDateUTC','2025-09-12 00:00:00'),
(16298,3938,'_EventEndDateUTC','2025-09-12 23:59:59'),
(16299,3938,'_EventDuration','0'),
(16300,3938,'_EventCurrencySymbol','$'),
(16301,3938,'_EventCurrencyCode','USD'),
(16302,3938,'_EventCurrencyPosition','prefix'),
(16303,3938,'_EventCost',''),
(16304,3938,'_EventURL','https://amtacshooting.regfox.com/2025-09-12-pistol-combatives-level-1-course-id'),
(16305,3938,'_EventTimezone','UTC+0'),
(16306,3938,'_EventTimezoneAbbr','UTC+0'),
(16307,3938,'_tribe_aggregator_origin','csv'),
(16308,3938,'_tribe_aggregator_record','3639'),
(16309,3938,'_tribe_aggregator_source',''),
(16310,3938,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(16311,3938,'_thumbnail_id','3936'),
(16312,3939,'_tribe_modified_fields','a:45:{s:16:\"tribe_events_cat\";i:1734568407;s:8:\"post_tag\";i:1734568407;s:12:\"_EventOrigin\";i:1734568407;s:17:\"_EventShowMapLink\";i:1734568407;s:13:\"_EventShowMap\";i:1734568407;s:12:\"_EventAllDay\";i:1734574853;s:15:\"_EventStartDate\";i:1734574853;s:13:\"_EventEndDate\";i:1734574853;s:18:\"_EventStartDateUTC\";i:1734574853;s:16:\"_EventEndDateUTC\";i:1734574853;s:14:\"_EventDuration\";i:1734568407;s:20:\"_EventCurrencySymbol\";i:1734574853;s:18:\"_EventCurrencyCode\";i:1734574853;s:22:\"_EventCurrencyPosition\";i:1734568407;s:10:\"_EventCost\";i:1734568407;s:9:\"_EventURL\";i:1734659449;s:14:\"_EventTimezone\";i:1734568407;s:18:\"_EventTimezoneAbbr\";i:1734568407;s:24:\"_tribe_aggregator_origin\";i:1734568407;s:24:\"_tribe_aggregator_record\";i:1734568407;s:24:\"_tribe_aggregator_source\";i:1734568407;s:25:\"_tribe_aggregator_updated\";i:1734568407;s:13:\"_thumbnail_id\";i:1734568410;s:10:\"_edit_last\";i:1734574853;s:17:\"_wp_page_template\";i:1734574853;s:24:\"_wp_convertkit_post_meta\";i:1734574853;s:26:\"_more_info_button_meta_key\";i:1734574853;s:20:\"_et_pb_post_hide_nav\";i:1734574853;s:18:\"_et_pb_page_layout\";i:1734574853;s:15:\"_et_pb_side_nav\";i:1734574853;s:18:\"_et_pb_use_builder\";i:1734574853;s:18:\"_et_pb_first_image\";i:1734574853;s:20:\"_et_pb_truncate_post\";i:1734574853;s:25:\"_et_pb_truncate_post_date\";i:1734574853;s:18:\"_et_pb_old_content\";i:1734574853;s:21:\"gf_format_video_embed\";i:1734574853;s:24:\"gf_format_gallery_images\";i:1734574853;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734574853;s:26:\"_yoast_wpseo_content_score\";i:1734574853;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734574853;s:29:\"_et_dynamic_cached_shortcodes\";i:1755423735;s:29:\"_et_dynamic_cached_attributes\";i:1755423735;s:22:\"et_enqueued_post_fonts\";i:1755423736;s:33:\"_et_builder_module_features_cache\";i:1754230530;s:12:\"post_content\";i:1735954428;}'),
(16313,3939,'_EventOrigin','event-aggregator'),
(16314,3939,'_EventShowMapLink',''),
(16315,3939,'_EventShowMap',''),
(16316,3939,'_EventAllDay','yes'),
(16317,3939,'_EventStartDate','2025-05-14 00:00:00'),
(16318,3939,'_EventEndDate','2025-05-16 23:59:59'),
(16319,3939,'_EventStartDateUTC','2025-05-14 00:00:00'),
(16320,3939,'_EventEndDateUTC','2025-05-16 23:59:59'),
(16321,3939,'_EventDuration','0'),
(16322,3939,'_EventCurrencySymbol','$'),
(16323,3939,'_EventCurrencyCode','USD'),
(16324,3939,'_EventCurrencyPosition','prefix'),
(16325,3939,'_EventCost',''),
(16326,3939,'_EventURL','https://amtacshooting.regfox.com/2025-05-14-no-fail-pistol-integrated-combatives-course-id'),
(16327,3939,'_EventTimezone','UTC+0'),
(16328,3939,'_EventTimezoneAbbr','UTC+0'),
(16329,3939,'_tribe_aggregator_origin','csv'),
(16330,3939,'_tribe_aggregator_record','3639'),
(16331,3939,'_tribe_aggregator_source',''),
(16332,3939,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(16335,3940,'_tribe_modified_fields','a:46:{s:16:\"tribe_events_cat\";i:1734568408;s:12:\"_EventOrigin\";i:1734568408;s:17:\"_EventShowMapLink\";i:1734568408;s:13:\"_EventShowMap\";i:1734568408;s:12:\"_EventAllDay\";i:1734574722;s:15:\"_EventStartDate\";i:1734574722;s:13:\"_EventEndDate\";i:1734574722;s:18:\"_EventStartDateUTC\";i:1734574722;s:16:\"_EventEndDateUTC\";i:1734574722;s:14:\"_EventDuration\";i:1734568408;s:20:\"_EventCurrencySymbol\";i:1734574722;s:18:\"_EventCurrencyCode\";i:1734574722;s:22:\"_EventCurrencyPosition\";i:1734568408;s:10:\"_EventCost\";i:1734568408;s:9:\"_EventURL\";i:1734659678;s:14:\"_EventTimezone\";i:1734568408;s:18:\"_EventTimezoneAbbr\";i:1734568408;s:24:\"_tribe_aggregator_origin\";i:1734568408;s:24:\"_tribe_aggregator_record\";i:1734568408;s:24:\"_tribe_aggregator_source\";i:1734568408;s:25:\"_tribe_aggregator_updated\";i:1734568408;s:13:\"_thumbnail_id\";i:1734568408;s:10:\"_edit_last\";i:1734574630;s:17:\"_wp_page_template\";i:1734574630;s:11:\"post_status\";i:1734574758;s:24:\"_wp_convertkit_post_meta\";i:1734574630;s:26:\"_more_info_button_meta_key\";i:1734574722;s:20:\"_et_pb_post_hide_nav\";i:1734574722;s:18:\"_et_pb_page_layout\";i:1734574722;s:15:\"_et_pb_side_nav\";i:1734574722;s:18:\"_et_pb_use_builder\";i:1734574722;s:18:\"_et_pb_first_image\";i:1734574722;s:20:\"_et_pb_truncate_post\";i:1734574722;s:25:\"_et_pb_truncate_post_date\";i:1734574722;s:18:\"_et_pb_old_content\";i:1734574722;s:21:\"gf_format_video_embed\";i:1734574722;s:24:\"gf_format_gallery_images\";i:1734574722;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734574722;s:26:\"_yoast_wpseo_content_score\";i:1734574722;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734574722;s:12:\"_wp_old_date\";i:1734574758;s:29:\"_et_dynamic_cached_shortcodes\";i:1755666706;s:29:\"_et_dynamic_cached_attributes\";i:1755666707;s:22:\"et_enqueued_post_fonts\";i:1755666707;s:33:\"_et_builder_module_features_cache\";i:1755666707;s:12:\"post_content\";i:1735955012;}'),
(16336,3940,'_EventOrigin','event-aggregator'),
(16337,3940,'_EventShowMapLink',''),
(16338,3940,'_EventShowMap',''),
(16339,3940,'_EventAllDay','yes'),
(16340,3940,'_EventStartDate','2025-01-29 00:00:00'),
(16341,3940,'_EventEndDate','2025-01-30 23:59:59'),
(16342,3940,'_EventStartDateUTC','2025-01-29 00:00:00'),
(16343,3940,'_EventEndDateUTC','2025-01-30 23:59:59'),
(16344,3940,'_EventDuration','0'),
(16345,3940,'_EventCurrencySymbol','$'),
(16346,3940,'_EventCurrencyCode','USD'),
(16347,3940,'_EventCurrencyPosition','prefix'),
(16348,3940,'_EventCost',''),
(16349,3940,'_EventURL','https://amtacshooting.regfox.com/2025-01-29-custom-pistol-carbine-private-course-az'),
(16350,3940,'_EventTimezone','UTC+0'),
(16351,3940,'_EventTimezoneAbbr','UTC+0'),
(16352,3940,'_tribe_aggregator_origin','csv'),
(16353,3940,'_tribe_aggregator_record','3639'),
(16354,3940,'_tribe_aggregator_source',''),
(16355,3940,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(16356,3941,'_wp_attached_file','2024/12/Chuck-and-Bill-pic-2-4wrFlU.tmp_.jpg'),
(16357,3941,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:2000;s:6:\"height\";i:2000;s:4:\"file\";s:44:\"2024/12/Chuck-and-Bill-pic-2-4wrFlU.tmp_.jpg\";s:8:\"filesize\";i:421278;s:5:\"sizes\";a:19:{s:6:\"medium\";a:5:{s:4:\"file\";s:44:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21076;}s:5:\"large\";a:5:{s:4:\"file\";s:46:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:143404;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:44:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7525;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:44:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:89551;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:46:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:274342;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:44:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22618;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:45:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:110700;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:44:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:25147;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:44:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38295;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:46:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:156309;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:44:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38854;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:46:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-2000x1800.jpg\";s:5:\"width\";i:2000;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:422198;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:46:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:204857;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:44:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:134217;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:44:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:43039;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:46:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-1320x1320.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:1320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:216053;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:44:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21076;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:44:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61360;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:44:\"Chuck-and-Bill-pic-2-4wrFlU.tmp_-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4320;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(16358,3940,'_thumbnail_id','3871'),
(16359,3942,'_tribe_modified_fields','a:45:{s:16:\"tribe_events_cat\";i:1734568408;s:8:\"post_tag\";i:1734568408;s:12:\"_EventOrigin\";i:1734568408;s:17:\"_EventShowMapLink\";i:1734568408;s:13:\"_EventShowMap\";i:1734568408;s:12:\"_EventAllDay\";i:1734574797;s:15:\"_EventStartDate\";i:1734574797;s:13:\"_EventEndDate\";i:1734574797;s:18:\"_EventStartDateUTC\";i:1734574797;s:16:\"_EventEndDateUTC\";i:1734574797;s:14:\"_EventDuration\";i:1734568408;s:20:\"_EventCurrencySymbol\";i:1734574797;s:18:\"_EventCurrencyCode\";i:1734574797;s:22:\"_EventCurrencyPosition\";i:1734568408;s:10:\"_EventCost\";i:1734568408;s:9:\"_EventURL\";i:1734659287;s:14:\"_EventTimezone\";i:1734568408;s:18:\"_EventTimezoneAbbr\";i:1734568408;s:24:\"_tribe_aggregator_origin\";i:1734568408;s:24:\"_tribe_aggregator_record\";i:1734568408;s:24:\"_tribe_aggregator_source\";i:1734568408;s:25:\"_tribe_aggregator_updated\";i:1734568408;s:13:\"_thumbnail_id\";i:1734568409;s:10:\"_edit_last\";i:1734574797;s:17:\"_wp_page_template\";i:1734574797;s:24:\"_wp_convertkit_post_meta\";i:1734574797;s:26:\"_more_info_button_meta_key\";i:1734574797;s:20:\"_et_pb_post_hide_nav\";i:1734574797;s:18:\"_et_pb_page_layout\";i:1734574797;s:15:\"_et_pb_side_nav\";i:1734574797;s:18:\"_et_pb_use_builder\";i:1734574797;s:18:\"_et_pb_first_image\";i:1734574797;s:20:\"_et_pb_truncate_post\";i:1734574797;s:25:\"_et_pb_truncate_post_date\";i:1734574797;s:18:\"_et_pb_old_content\";i:1734574797;s:21:\"gf_format_video_embed\";i:1734574797;s:24:\"gf_format_gallery_images\";i:1734574797;s:37:\"_yoast_wpseo_primary_tribe_events_cat\";i:1734574797;s:26:\"_yoast_wpseo_content_score\";i:1734574797;s:43:\"_yoast_wpseo_estimated-reading-time-minutes\";i:1734574797;s:33:\"_et_builder_module_features_cache\";i:1764963277;s:12:\"post_content\";i:1736211297;s:29:\"_et_dynamic_cached_shortcodes\";i:1764963276;s:29:\"_et_dynamic_cached_attributes\";i:1764963277;s:22:\"et_enqueued_post_fonts\";i:1764963277;}'),
(16360,3942,'_EventOrigin','event-aggregator'),
(16361,3942,'_EventShowMapLink',''),
(16362,3942,'_EventShowMap',''),
(16363,3942,'_EventAllDay','yes'),
(16364,3942,'_EventStartDate','2025-09-10 00:00:00'),
(16365,3942,'_EventEndDate','2025-09-11 23:59:59'),
(16366,3942,'_EventStartDateUTC','2025-09-10 00:00:00'),
(16367,3942,'_EventEndDateUTC','2025-09-11 23:59:59'),
(16368,3942,'_EventDuration','0'),
(16369,3942,'_EventCurrencySymbol','$'),
(16370,3942,'_EventCurrencyCode','USD'),
(16371,3942,'_EventCurrencyPosition','prefix'),
(16372,3942,'_EventCost',''),
(16373,3942,'_EventURL','https://amtacshooting.regfox.com/2025-09-10-nvg-level-2-fighting-at-night-course-id'),
(16374,3942,'_EventTimezone','UTC+0'),
(16375,3942,'_EventTimezoneAbbr','UTC+0'),
(16376,3942,'_tribe_aggregator_origin','csv'),
(16377,3942,'_tribe_aggregator_record','3639'),
(16378,3942,'_tribe_aggregator_source',''),
(16379,3942,'_tribe_aggregator_updated','2024-12-19 00:17:56'),
(16380,3942,'_thumbnail_id','3866'),
(16381,3941,'_tribe_importer_original_url','https://www.amtacshooting.com/wp-content/uploads/2024/12/Chuck-and-Bill-pic-2.jpg'),
(16382,3939,'_thumbnail_id','3941'),
(16403,3940,'_edit_last','10'),
(16404,3940,'_wp_page_template','default'),
(16405,3940,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16406,3940,'_edit_lock','1735955013:10'),
(16407,3940,'_more_info_button_meta_key',''),
(16408,3940,'_et_pb_post_hide_nav','default'),
(16409,3940,'_et_pb_page_layout','et_right_sidebar'),
(16410,3940,'_et_pb_side_nav','off'),
(16411,3940,'_et_pb_use_builder',''),
(16412,3940,'_et_pb_first_image',''),
(16413,3940,'_et_pb_truncate_post',''),
(16414,3940,'_et_pb_truncate_post_date',''),
(16415,3940,'_et_pb_old_content',''),
(16416,3940,'gf_format_video_embed',''),
(16417,3940,'gf_format_gallery_images',''),
(16418,3940,'_yoast_wpseo_primary_tribe_events_cat',''),
(16419,3940,'_yoast_wpseo_content_score','90'),
(16420,3940,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(16421,3940,'_wp_old_date','2025-01-29'),
(16422,3942,'_edit_lock','1736211273:10'),
(16423,3942,'_edit_last','10'),
(16424,3942,'_wp_page_template','default'),
(16425,3942,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16426,3942,'_more_info_button_meta_key',''),
(16427,3942,'_et_pb_post_hide_nav','default'),
(16428,3942,'_et_pb_page_layout','et_right_sidebar'),
(16429,3942,'_et_pb_side_nav','off'),
(16430,3942,'_et_pb_use_builder',''),
(16431,3942,'_et_pb_first_image',''),
(16432,3942,'_et_pb_truncate_post',''),
(16433,3942,'_et_pb_truncate_post_date',''),
(16434,3942,'_et_pb_old_content',''),
(16435,3942,'gf_format_video_embed',''),
(16436,3942,'gf_format_gallery_images',''),
(16437,3942,'_yoast_wpseo_primary_tribe_events_cat',''),
(16438,3942,'_yoast_wpseo_content_score','90'),
(16439,3942,'_yoast_wpseo_estimated-reading-time-minutes','2'),
(16440,3939,'_edit_lock','1735954431:10'),
(16441,3939,'_edit_last','10'),
(16442,3939,'_wp_page_template','default'),
(16443,3939,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16444,3939,'_more_info_button_meta_key',''),
(16445,3939,'_et_pb_post_hide_nav','default'),
(16446,3939,'_et_pb_page_layout','et_right_sidebar'),
(16447,3939,'_et_pb_side_nav','off'),
(16448,3939,'_et_pb_use_builder',''),
(16449,3939,'_et_pb_first_image',''),
(16450,3939,'_et_pb_truncate_post',''),
(16451,3939,'_et_pb_truncate_post_date',''),
(16452,3939,'_et_pb_old_content',''),
(16453,3939,'gf_format_video_embed',''),
(16454,3939,'gf_format_gallery_images',''),
(16455,3939,'_yoast_wpseo_primary_tribe_events_cat',''),
(16456,3939,'_yoast_wpseo_content_score','90'),
(16457,3939,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(16458,3938,'_edit_lock','1735953839:10'),
(16459,3938,'_edit_last','10'),
(16460,3938,'_wp_page_template','default'),
(16461,3938,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16462,3938,'_more_info_button_meta_key',''),
(16463,3938,'_et_pb_post_hide_nav','default'),
(16464,3938,'_et_pb_page_layout','et_right_sidebar'),
(16465,3938,'_et_pb_side_nav','off'),
(16466,3938,'_et_pb_use_builder',''),
(16467,3938,'_et_pb_first_image',''),
(16468,3938,'_et_pb_truncate_post',''),
(16469,3938,'_et_pb_truncate_post_date',''),
(16470,3938,'_et_pb_old_content',''),
(16471,3938,'gf_format_video_embed',''),
(16472,3938,'gf_format_gallery_images',''),
(16473,3938,'_yoast_wpseo_primary_tribe_events_cat',''),
(16474,3938,'_yoast_wpseo_content_score','60'),
(16475,3938,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(16476,3937,'_edit_lock','1735954427:10'),
(16477,3937,'_edit_last','10'),
(16478,3937,'_wp_page_template','default'),
(16479,3937,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16480,3937,'_more_info_button_meta_key',''),
(16481,3937,'_et_pb_post_hide_nav','default'),
(16482,3937,'_et_pb_page_layout','et_right_sidebar'),
(16483,3937,'_et_pb_side_nav','off'),
(16484,3937,'_et_pb_use_builder',''),
(16485,3937,'_et_pb_first_image',''),
(16486,3937,'_et_pb_truncate_post',''),
(16487,3937,'_et_pb_truncate_post_date',''),
(16488,3937,'_et_pb_old_content',''),
(16489,3937,'gf_format_video_embed',''),
(16490,3937,'gf_format_gallery_images',''),
(16491,3937,'_yoast_wpseo_primary_tribe_events_cat',''),
(16492,3937,'_yoast_wpseo_content_score','90'),
(16493,3937,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(16494,3935,'_edit_lock','1735955014:10'),
(16495,3935,'_edit_last','10'),
(16496,3935,'_wp_page_template','default'),
(16497,3935,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16498,3935,'_more_info_button_meta_key',''),
(16499,3935,'_et_pb_post_hide_nav','default'),
(16500,3935,'_et_pb_page_layout','et_right_sidebar'),
(16501,3935,'_et_pb_side_nav','off'),
(16502,3935,'_et_pb_use_builder',''),
(16503,3935,'_et_pb_first_image',''),
(16504,3935,'_et_pb_truncate_post',''),
(16505,3935,'_et_pb_truncate_post_date',''),
(16506,3935,'_et_pb_old_content',''),
(16507,3935,'gf_format_video_embed',''),
(16508,3935,'gf_format_gallery_images',''),
(16509,3935,'_yoast_wpseo_primary_tribe_events_cat',''),
(16510,3935,'_yoast_wpseo_content_score','60'),
(16511,3935,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(16512,3934,'_edit_lock','1736285947:10'),
(16513,3934,'_edit_last','10'),
(16514,3934,'_wp_page_template','default'),
(16515,3934,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16516,3934,'_more_info_button_meta_key',''),
(16517,3934,'_et_pb_post_hide_nav','default'),
(16518,3934,'_et_pb_page_layout','et_right_sidebar'),
(16519,3934,'_et_pb_side_nav','off'),
(16520,3934,'_et_pb_use_builder',''),
(16521,3934,'_et_pb_first_image',''),
(16522,3934,'_et_pb_truncate_post',''),
(16523,3934,'_et_pb_truncate_post_date',''),
(16524,3934,'_et_pb_old_content',''),
(16525,3934,'gf_format_video_embed',''),
(16526,3934,'gf_format_gallery_images',''),
(16527,3934,'_yoast_wpseo_primary_tribe_events_cat',''),
(16528,3934,'_yoast_wpseo_content_score','30'),
(16529,3934,'_yoast_wpseo_estimated-reading-time-minutes','2'),
(16530,3933,'_edit_lock','1735952542:10'),
(16531,3933,'_edit_last','10'),
(16532,3933,'_wp_page_template','default'),
(16533,3933,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16534,3933,'_more_info_button_meta_key',''),
(16535,3933,'_et_pb_post_hide_nav','default'),
(16536,3933,'_et_pb_page_layout','et_right_sidebar'),
(16537,3933,'_et_pb_side_nav','off'),
(16538,3933,'_et_pb_use_builder',''),
(16539,3933,'_et_pb_first_image',''),
(16540,3933,'_et_pb_truncate_post',''),
(16541,3933,'_et_pb_truncate_post_date',''),
(16542,3933,'_et_pb_old_content',''),
(16543,3933,'gf_format_video_embed',''),
(16544,3933,'gf_format_gallery_images',''),
(16545,3933,'_yoast_wpseo_primary_tribe_events_cat',''),
(16546,3933,'_yoast_wpseo_content_score','60'),
(16547,3933,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(16548,3931,'_edit_lock','1735953197:10'),
(16549,3931,'_edit_last','10'),
(16550,3931,'_wp_page_template','default'),
(16551,3931,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16552,3931,'_more_info_button_meta_key',''),
(16553,3931,'_et_pb_post_hide_nav','default'),
(16554,3931,'_et_pb_page_layout','et_right_sidebar'),
(16555,3931,'_et_pb_side_nav','off'),
(16556,3931,'_et_pb_use_builder',''),
(16557,3931,'_et_pb_first_image',''),
(16558,3931,'_et_pb_truncate_post',''),
(16559,3931,'_et_pb_truncate_post_date',''),
(16560,3931,'_et_pb_old_content',''),
(16561,3931,'gf_format_video_embed',''),
(16562,3931,'gf_format_gallery_images',''),
(16563,3931,'_yoast_wpseo_primary_tribe_events_cat',''),
(16564,3931,'_yoast_wpseo_content_score','90'),
(16565,3931,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(16566,3924,'_edit_lock','1735953571:10'),
(16567,3924,'_edit_last','10'),
(16568,3924,'_wp_page_template','default'),
(16569,3924,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16570,3924,'_more_info_button_meta_key',''),
(16571,3924,'_et_pb_post_hide_nav','default'),
(16572,3924,'_et_pb_page_layout','et_right_sidebar'),
(16573,3924,'_et_pb_side_nav','off'),
(16574,3924,'_et_pb_use_builder',''),
(16575,3924,'_et_pb_first_image',''),
(16576,3924,'_et_pb_truncate_post',''),
(16577,3924,'_et_pb_truncate_post_date',''),
(16578,3924,'_et_pb_old_content',''),
(16579,3924,'gf_format_video_embed',''),
(16580,3924,'gf_format_gallery_images',''),
(16581,3924,'_yoast_wpseo_primary_tribe_events_cat',''),
(16582,3924,'_yoast_wpseo_content_score','90'),
(16583,3924,'_yoast_wpseo_estimated-reading-time-minutes','2'),
(16584,3925,'_edit_lock','1735953421:10'),
(16585,3925,'_edit_last','10'),
(16586,3925,'_wp_page_template','default'),
(16587,3925,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16588,3925,'_more_info_button_meta_key',''),
(16589,3925,'_et_pb_post_hide_nav','default'),
(16590,3925,'_et_pb_page_layout','et_right_sidebar'),
(16591,3925,'_et_pb_side_nav','off'),
(16592,3925,'_et_pb_use_builder',''),
(16593,3925,'_et_pb_first_image',''),
(16594,3925,'_et_pb_truncate_post',''),
(16595,3925,'_et_pb_truncate_post_date',''),
(16596,3925,'_et_pb_old_content',''),
(16597,3925,'gf_format_video_embed',''),
(16598,3925,'gf_format_gallery_images',''),
(16599,3925,'_yoast_wpseo_primary_tribe_events_cat',''),
(16600,3925,'_yoast_wpseo_content_score','60'),
(16601,3925,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(16602,3923,'_edit_lock','1735953606:10'),
(16603,3923,'_edit_last','10'),
(16604,3923,'_wp_page_template','default'),
(16605,3923,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16606,3923,'_more_info_button_meta_key',''),
(16607,3923,'_et_pb_post_hide_nav','default'),
(16608,3923,'_et_pb_page_layout','et_right_sidebar'),
(16609,3923,'_et_pb_side_nav','off'),
(16610,3923,'_et_pb_use_builder',''),
(16611,3923,'_et_pb_first_image',''),
(16612,3923,'_et_pb_truncate_post',''),
(16613,3923,'_et_pb_truncate_post_date',''),
(16614,3923,'_et_pb_old_content',''),
(16615,3923,'gf_format_video_embed',''),
(16616,3923,'gf_format_gallery_images',''),
(16617,3923,'_yoast_wpseo_primary_tribe_events_cat',''),
(16618,3923,'_yoast_wpseo_content_score','60'),
(16619,3923,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(16620,3921,'_edit_lock','1735954206:10'),
(16621,3921,'_edit_last','10'),
(16622,3921,'_wp_page_template','default'),
(16623,3921,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16624,3921,'_more_info_button_meta_key',''),
(16625,3921,'_et_pb_post_hide_nav','default'),
(16626,3921,'_et_pb_page_layout','et_right_sidebar'),
(16627,3921,'_et_pb_side_nav','off'),
(16628,3921,'_et_pb_use_builder',''),
(16629,3921,'_et_pb_first_image',''),
(16630,3921,'_et_pb_truncate_post',''),
(16631,3921,'_et_pb_truncate_post_date',''),
(16632,3921,'_et_pb_old_content',''),
(16633,3921,'gf_format_video_embed',''),
(16634,3921,'gf_format_gallery_images',''),
(16635,3921,'_yoast_wpseo_primary_tribe_events_cat',''),
(16636,3921,'_yoast_wpseo_content_score','90'),
(16637,3921,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(16638,3922,'_edit_lock','1735953837:10'),
(16639,3922,'_edit_last','10'),
(16640,3922,'_wp_page_template','default'),
(16641,3922,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16642,3922,'_more_info_button_meta_key',''),
(16643,3922,'_et_pb_post_hide_nav','default'),
(16644,3922,'_et_pb_page_layout','et_right_sidebar'),
(16645,3922,'_et_pb_side_nav','off'),
(16646,3922,'_et_pb_use_builder',''),
(16647,3922,'_et_pb_first_image',''),
(16648,3922,'_et_pb_truncate_post',''),
(16649,3922,'_et_pb_truncate_post_date',''),
(16650,3922,'_et_pb_old_content',''),
(16651,3922,'gf_format_video_embed',''),
(16652,3922,'gf_format_gallery_images',''),
(16653,3922,'_yoast_wpseo_primary_tribe_events_cat',''),
(16654,3922,'_yoast_wpseo_content_score','60'),
(16655,3922,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(16656,3920,'_edit_lock','1735954137:10'),
(16657,3920,'_edit_last','10'),
(16658,3920,'_wp_page_template','default'),
(16659,3920,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16660,3920,'_more_info_button_meta_key',''),
(16661,3920,'_et_pb_post_hide_nav','default'),
(16662,3920,'_et_pb_page_layout','et_right_sidebar'),
(16663,3920,'_et_pb_side_nav','off'),
(16664,3920,'_et_pb_use_builder',''),
(16665,3920,'_et_pb_first_image',''),
(16666,3920,'_et_pb_truncate_post',''),
(16667,3920,'_et_pb_truncate_post_date',''),
(16668,3920,'_et_pb_old_content',''),
(16669,3920,'gf_format_video_embed',''),
(16670,3920,'gf_format_gallery_images',''),
(16671,3920,'_yoast_wpseo_primary_tribe_events_cat',''),
(16672,3920,'_yoast_wpseo_content_score','60'),
(16673,3920,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(16674,3919,'_edit_lock','1735954235:10'),
(16675,3919,'_edit_last','10'),
(16676,3919,'_wp_page_template','default'),
(16677,3919,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16678,3919,'_more_info_button_meta_key',''),
(16679,3919,'_et_pb_post_hide_nav','default'),
(16680,3919,'_et_pb_page_layout','et_right_sidebar'),
(16681,3919,'_et_pb_side_nav','off'),
(16682,3919,'_et_pb_use_builder',''),
(16683,3919,'_et_pb_first_image',''),
(16684,3919,'_et_pb_truncate_post',''),
(16685,3919,'_et_pb_truncate_post_date',''),
(16686,3919,'_et_pb_old_content',''),
(16687,3919,'gf_format_video_embed',''),
(16688,3919,'gf_format_gallery_images',''),
(16689,3919,'_yoast_wpseo_primary_tribe_events_cat',''),
(16690,3919,'_yoast_wpseo_content_score','60'),
(16691,3919,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(16692,3918,'_edit_lock','1736102998:10'),
(16693,3918,'_edit_last','10'),
(16694,3918,'_wp_page_template','default'),
(16695,3918,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16696,3918,'_more_info_button_meta_key',''),
(16697,3918,'_et_pb_post_hide_nav','default'),
(16698,3918,'_et_pb_page_layout','et_right_sidebar'),
(16699,3918,'_et_pb_side_nav','off'),
(16700,3918,'_et_pb_use_builder',''),
(16701,3918,'_et_pb_first_image',''),
(16702,3918,'_et_pb_truncate_post',''),
(16703,3918,'_et_pb_truncate_post_date',''),
(16704,3918,'_et_pb_old_content',''),
(16705,3918,'gf_format_video_embed',''),
(16706,3918,'gf_format_gallery_images',''),
(16707,3918,'_yoast_wpseo_primary_tribe_events_cat',''),
(16708,3918,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(16709,3916,'_edit_lock','1735954725:10'),
(16710,3916,'_edit_last','10'),
(16711,3916,'_wp_page_template','default'),
(16712,3916,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16713,3916,'_more_info_button_meta_key',''),
(16714,3916,'_et_pb_post_hide_nav','default'),
(16715,3916,'_et_pb_page_layout','et_right_sidebar'),
(16716,3916,'_et_pb_side_nav','off'),
(16717,3916,'_et_pb_use_builder',''),
(16718,3916,'_et_pb_first_image',''),
(16719,3916,'_et_pb_truncate_post',''),
(16720,3916,'_et_pb_truncate_post_date',''),
(16721,3916,'_et_pb_old_content',''),
(16722,3916,'gf_format_video_embed',''),
(16723,3916,'gf_format_gallery_images',''),
(16724,3916,'_yoast_wpseo_primary_tribe_events_cat',''),
(16725,3916,'_yoast_wpseo_content_score','90'),
(16726,3916,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(16727,3917,'_edit_lock','1735954639:10'),
(16728,3917,'_edit_last','10'),
(16729,3917,'_wp_page_template','default'),
(16730,3917,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(16731,3917,'_more_info_button_meta_key',''),
(16732,3917,'_et_pb_post_hide_nav','default'),
(16733,3917,'_et_pb_page_layout','et_right_sidebar'),
(16734,3917,'_et_pb_side_nav','off'),
(16735,3917,'_et_pb_use_builder',''),
(16736,3917,'_et_pb_first_image',''),
(16737,3917,'_et_pb_truncate_post',''),
(16738,3917,'_et_pb_truncate_post_date',''),
(16739,3917,'_et_pb_old_content',''),
(16740,3917,'gf_format_video_embed',''),
(16741,3917,'gf_format_gallery_images',''),
(16742,3917,'_yoast_wpseo_primary_tribe_events_cat',''),
(16743,3917,'_yoast_wpseo_content_score','60'),
(16744,3917,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(16761,3961,'_et_pb_module_type','decm_event_display'),
(16762,3961,'_et_pb_built_for_post_type','page'),
(16763,3962,'footnotes',''),
(16768,3963,'footnotes',''),
(16777,3964,'footnotes',''),
(16778,3965,'footnotes',''),
(16783,3966,'footnotes',''),
(16784,3967,'footnotes',''),
(16789,3968,'footnotes',''),
(16810,3973,'footnotes',''),
(16847,2170,'_et_pb_built_for_post_type','page'),
(16848,3991,'footnotes',''),
(16849,3991,'footnotes',''),
(16850,2170,'_et_pb_ab_subjects',''),
(16851,2170,'_et_pb_enable_shortcode_tracking',''),
(16852,2170,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"2170\" /]'),
(16853,2170,'_et_pb_custom_css',''),
(16854,2170,'_et_pb_gutter_width','3'),
(16855,2170,'_thumbnail_id','0'),
(16856,2170,'_global_colors_info','{}'),
(16857,2170,'_et_pb_first_image',''),
(16858,2170,'_et_pb_truncate_post',''),
(16859,2170,'_et_pb_truncate_post_date',''),
(16860,2170,'_et_builder_version','VB|Divi|4.27.2'),
(16867,3993,'footnotes',''),
(16868,3993,'footnotes',''),
(16871,3995,'footnotes',''),
(16872,3995,'footnotes',''),
(16877,2170,'_wp_page_template','sidebar'),
(16878,2170,'_et_pb_post_hide_nav','default'),
(16879,2170,'_et_pb_page_layout','et_right_sidebar'),
(16880,2170,'_et_pb_side_nav','off'),
(16885,3998,'footnotes',''),
(16886,3998,'footnotes',''),
(16891,3999,'footnotes',''),
(16892,3999,'footnotes',''),
(16916,1791,'_edit_lock','1738361667:10'),
(16917,1791,'_wp_page_template',''),
(16918,4005,'footnotes',''),
(16919,4005,'footnotes',''),
(16920,1791,'_et_pb_post_hide_nav','default'),
(16921,1791,'_et_pb_page_layout','et_right_sidebar'),
(16922,1791,'_et_pb_side_nav','off'),
(16924,4006,'footnotes',''),
(16925,4006,'footnotes',''),
(16935,2699,'_edit_lock','1735352911:10'),
(16936,2699,'_wp_page_template','sidebar'),
(16937,2699,'_et_pb_post_hide_nav','default'),
(16938,2699,'_et_pb_page_layout','et_right_sidebar'),
(16939,2699,'_et_pb_side_nav','off'),
(16940,1423,'_et_pb_built_for_post_type','page'),
(16941,1423,'_et_pb_ab_subjects',''),
(16942,1423,'_et_pb_enable_shortcode_tracking',''),
(16943,1423,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"1423\" /]'),
(16944,1423,'_et_pb_custom_css',''),
(16945,1423,'_et_pb_gutter_width','3'),
(16946,1423,'_thumbnail_id','0'),
(16947,1423,'_global_colors_info','{}'),
(16948,1423,'_et_pb_first_image',''),
(16949,1423,'_et_pb_truncate_post',''),
(16950,1423,'_et_pb_truncate_post_date',''),
(16951,1423,'_et_builder_version','VB|Divi|4.27.2'),
(16956,2699,'_et_gb_content_width',''),
(16957,2699,'footnotes',''),
(16958,4008,'footnotes',''),
(16960,4009,'footnotes',''),
(16961,2699,'_et_pb_show_page_creation','off'),
(16962,4010,'footnotes',''),
(16963,4010,'footnotes',''),
(16964,1423,'_edit_lock','1735352953:10'),
(16965,1423,'_et_pb_post_hide_nav','default'),
(16966,1423,'_et_pb_page_layout','et_right_sidebar'),
(16967,1423,'_et_pb_side_nav','off'),
(16990,3631,'_wp_page_template','sidebar'),
(16991,4014,'footnotes',''),
(16992,3631,'_yoast_wpseo_content_score','90'),
(16993,4015,'footnotes',''),
(16998,4016,'footnotes',''),
(17018,2945,'_wp_old_date','2024-10-29'),
(17019,2970,'_wp_old_date','2024-10-29'),
(17020,2961,'_wp_old_date','2024-10-29'),
(17021,2962,'_wp_old_date','2024-10-29'),
(17022,2977,'_wp_old_date','2024-10-29'),
(17023,2963,'_wp_old_date','2024-10-29'),
(17024,3283,'_wp_old_date','2024-10-29'),
(17025,2973,'_wp_old_date','2024-10-29'),
(17026,2974,'_wp_old_date','2024-10-29'),
(17027,2975,'_wp_old_date','2024-10-29'),
(17051,4020,'_menu_item_type','post_type'),
(17052,4020,'_menu_item_menu_item_parent','0'),
(17053,4020,'_menu_item_object_id','3631'),
(17054,4020,'_menu_item_object','page'),
(17055,4020,'_menu_item_target',''),
(17056,4020,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(17057,4020,'_menu_item_xfn',''),
(17058,4020,'_menu_item_url',''),
(17077,4021,'footnotes',''),
(17078,4022,'footnotes',''),
(17079,13,'gf_format_video_embed',''),
(17080,13,'gf_format_gallery_images',''),
(17081,13,'_yoast_wpseo_content_score','90'),
(17084,4024,'footnotes',''),
(17085,13,'_wp_page_template','default'),
(17086,4025,'footnotes',''),
(17099,4028,'footnotes',''),
(17123,4031,'_wp_attached_file','2024/12/talking.jpg'),
(17124,4031,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:904;s:6:\"height\";i:905;s:4:\"file\";s:19:\"2024/12/talking.jpg\";s:8:\"filesize\";i:390845;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:19:\"talking-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26774;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:19:\"talking-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7591;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:19:\"talking-768x769.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:769;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:142963;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:19:\"talking-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30119;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"talking-904x675.jpg\";s:5:\"width\";i:904;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:158833;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:19:\"talking-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33207;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:19:\"talking-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:53889;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:19:\"talking-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56832;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:19:\"talking-480x481.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:481;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:64134;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:19:\"talking-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26747;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:19:\"talking-600x601.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:601;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95352;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:19:\"talking-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4026;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(17141,4032,'footnotes',''),
(17143,3493,'_et_post_bg_color','#ffffff'),
(17144,3493,'_et_post_bg_layout','light'),
(17145,3493,'_et_pb_show_title','on'),
(17146,3493,'gf_format_link_text',''),
(17147,3493,'gf_format_link_url',''),
(17148,3493,'gf_format_quote_content',''),
(17149,3493,'gf_format_quote_author_text',''),
(17150,3493,'gf_format_quote_author_url',''),
(17151,3493,'gf_format_audio_embed',''),
(17152,3493,'_yoast_wpseo_primary_category','22'),
(17155,4033,'footnotes',''),
(17156,3529,'_et_post_bg_color','#ffffff'),
(17157,3529,'_et_post_bg_layout','light'),
(17158,3529,'_et_pb_show_title','on'),
(17159,3529,'gf_format_link_text',''),
(17160,3529,'gf_format_link_url',''),
(17161,3529,'gf_format_quote_content',''),
(17162,3529,'gf_format_quote_author_text',''),
(17163,3529,'gf_format_quote_author_url',''),
(17164,3529,'gf_format_audio_embed',''),
(17165,3529,'_yoast_wpseo_primary_category','19'),
(17174,3529,'_yoast_wpseo_content_score','90'),
(17175,3493,'_wp_page_template','sidebar'),
(17178,3529,'_wp_page_template','sidebar'),
(17187,4034,'footnotes',''),
(17204,4035,'_wp_attached_file','2024/12/radio.jpg'),
(17205,4035,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:500;s:6:\"height\";i:500;s:4:\"file\";s:17:\"2024/12/radio.jpg\";s:8:\"filesize\";i:139400;s:5:\"sizes\";a:9:{s:6:\"medium\";a:5:{s:4:\"file\";s:17:\"radio-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27503;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"radio-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:7215;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"radio-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31974;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"radio-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:35507;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"radio-500x382.jpg\";s:5:\"width\";i:500;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65896;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"radio-400x500.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:500;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:65006;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"radio-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62989;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:17:\"radio-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27503;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:17:\"radio-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3901;}}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:{}}}'),
(17214,4036,'footnotes',''),
(17215,4037,'_wp_attached_file','2024/11/radios-scaled.jpg'),
(17216,4037,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:2048;s:4:\"file\";s:25:\"2024/11/radios-scaled.jpg\";s:8:\"filesize\";i:718784;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"radios-300x240.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:240;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22430;}s:5:\"large\";a:5:{s:4:\"file\";s:19:\"radios-1024x819.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:819;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:169087;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"radios-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8524;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"radios-768x614.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:614;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:106958;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:20:\"radios-1536x1229.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1229;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:321043;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:20:\"radios-2048x1638.jpg\";s:5:\"width\";i:2048;s:6:\"height\";i:1638;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:509544;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"radios-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30599;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:19:\"radios-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:151483;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"radios-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33974;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"radios-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:52727;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:19:\"radios-1080x864.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:864;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:183317;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"radios-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:55757;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:20:\"radios-2880x1800.jpg\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:700239;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:20:\"radios-1280x1024.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:239784;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"radios-980x784.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:784;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:157438;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"radios-480x384.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:384;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:49446;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:20:\"radios-1320x1056.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:1056;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:251804;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"radios-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28276;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"radios-600x480.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:72169;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"radios-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4584;}}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:10:\"radios.jpg\";}'),
(17217,4038,'footnotes',''),
(17235,4039,'footnotes',''),
(17237,4040,'footnotes',''),
(17244,4041,'footnotes',''),
(17253,4042,'footnotes',''),
(17262,2172,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:16:\"restrict_content\";s:0:\"\";}'),
(17263,2173,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:16:\"restrict_content\";s:0:\"\";}'),
(17264,1465,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:0:\"\";s:16:\"restrict_content\";s:0:\"\";}'),
(17267,2914,'_wp_page_template','sidebar'),
(17270,2392,'_wp_page_template','sidebar'),
(17273,4044,'footnotes',''),
(17274,4044,'footnotes',''),
(17275,2279,'_wp_page_template','sidebar'),
(17278,4045,'footnotes',''),
(17279,4045,'footnotes',''),
(17280,2183,'_wp_page_template','sidebar'),
(17283,4046,'footnotes',''),
(17284,4046,'footnotes',''),
(17285,2172,'_wp_page_template','sidebar'),
(17288,2172,'_edit_last','10'),
(17289,2173,'_wp_page_template','sidebar'),
(17292,2173,'_edit_last','10'),
(17293,2134,'_wp_page_template','sidebar'),
(17296,4049,'footnotes',''),
(17297,4049,'footnotes',''),
(17298,2053,'_wp_page_template','sidebar'),
(17301,1606,'_wp_page_template','sidebar'),
(17302,1539,'_wp_page_template','sidebar'),
(17305,1455,'_wp_page_template','sidebar'),
(17308,1465,'_wp_page_template','sidebar'),
(17309,1293,'_wp_page_template','sidebar'),
(17312,2936,'_wp_page_template','sidebar'),
(17315,2935,'_wp_page_template','sidebar'),
(17318,2934,'_wp_page_template','sidebar'),
(17321,1125,'_wp_page_template','sidebar'),
(17324,1060,'_wp_page_template','sidebar'),
(17335,4061,'_edit_lock','1735672125:10'),
(17336,4061,'_wp_page_template','sidebar'),
(17337,4061,'_et_pb_use_builder','on'),
(17338,4061,'_et_gb_content_width',''),
(17339,4061,'footnotes',''),
(17340,4062,'footnotes',''),
(17341,4061,'_edit_last','10'),
(17342,4061,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(17343,4061,'_et_pb_post_hide_nav','default'),
(17344,4061,'_et_pb_page_layout','et_right_sidebar'),
(17345,4061,'_et_pb_side_nav','off'),
(17346,4061,'gf_format_video_embed',''),
(17347,4061,'gf_format_gallery_images',''),
(17348,4061,'_yoast_wpseo_estimated-reading-time-minutes','4'),
(17350,4061,'_et_pb_built_for_post_type','page'),
(17351,4063,'footnotes',''),
(17352,4061,'_et_pb_ab_subjects',''),
(17353,4061,'_et_pb_enable_shortcode_tracking',''),
(17354,4061,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"4061\" /]'),
(17355,4061,'_et_pb_custom_css',''),
(17356,4061,'_et_pb_gutter_width','3'),
(17357,4061,'_thumbnail_id','0'),
(17358,4061,'_global_colors_info','{}'),
(17359,4061,'_et_pb_first_image',''),
(17360,4061,'_et_pb_truncate_post','<div class=\"et_pb_section et_pb_section_1 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_3\">\n				<div class=\"et_pb_column et_pb_column_3_4 et_pb_column_6  et_pb_css_mix_blend_mode_passthrough\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_blog_0 et_pb_posts et_pb_bg_layout_light \">\n				\n				\n				\n				\n				<div class=\"et_pb_ajax_pagination_container\">\n					\n			<article id=\"post-2933\" class=\"et_pb_post clearfix et_pb_blog_item_0_0 post-2933 post type-post status-publish format-standard has-post-thumbnail sticky hentry category-articles category-knowledge tag-mindset\">\n\n				<a href=\"https://staging.amtacshooting.com/2017/01/01/primary-philosophy/\" class=\"entry-featured-image-url\"><img loading=\"lazy\" decoding=\"async\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/01/crosses-1039x675.jpg\" alt=\"Primary Philosophy\" class=\"\" width=\"1080\" height=\"675\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2018/01/crosses-1039x675.jpg 1080w, https://staging.amtacshooting.com/wp-content/uploads/2018/01/crosses-980x872.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2018/01/crosses-480x427.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw\" /></a>\n														<h2 class=\"entry-title\">\n													<a href=\"https://staging.amtacshooting.com/2017/01/01/primary-philosophy/\">Primary Philosophy</a>\n											</h2>\n				\n					<div class=\"post-content\"><div class=\"post-content-inner\"><p>I am a Christian. As I started thinking about what the first topic would be that I would write about, I considered writing about proper mindset or the importance of fitness in tactical training or even my primary training philosophy, but as I stepped back and thought...</p>\n</div></div>			\n			</article>\n				\n			<article id=\"post-3493\" class=\"et_pb_post clearfix et_pb_blog_item_0_1 post-3493 post type-post status-publish format-standard has-post-thumbnail hentry category-articles category-recommended category-uncategorized\">\n\n				<a href=\"https://staging.amtacshooting.com/2024/11/12/blades/\" class=\"entry-featured-image-url\"><img loading=\"lazy\" decoding=\"async\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-1080x675.jpg\" alt=\"Blades\" class=\"\" width=\"1080\" height=\"675\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-980x784.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-480x384.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw\" /></a>\n														<h2 class=\"entry-title\">\n													<a href=\"https://staging.amtacshooting.com/2024/11/12/blades/\">Blades</a>\n											</h2>\n				\n					<div class=\"post-content\"><div class=\"post-content-inner\"><p>NorthmanThe Northman is a small fixed blade knife designed to replace the cutting tool carried in your pocket. Quickly deployable and rugged enough for backcountry use, this blade is also great for combatives. There are three other models based off the Northman. The...</p>\n</div></div>			\n			</article>\n				\n			<article id=\"post-2914\" class=\"et_pb_post clearfix et_pb_no_thumb et_pb_blog_item_0_2 post-2914 post type-post status-publish format-standard hentry category-uncategorized\">\n\n				\n														<h2 class=\"entry-title\">\n													<a href=\"https://staging.amtacshooting.com/2024/06/20/should-i-carry-strong-side-or-appendix/\">Should I Carry Strong Side or Appendix?</a>\n											</h2>\n				\n					<div class=\"post-content\"><div class=\"post-content-inner\"><p>https://player.vimeo.com/video/960671004?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479 Let\'s talk about pistol carries - strong side versus appendix. What are the strengths and drawbacks to each, and where would one be more appropriate than the other?</p>\n</div></div>			\n			</article>\n				\n			<article id=\"post-2392\" class=\"et_pb_post clearfix et_pb_blog_item_0_3 post-2392 post type-post status-publish format-standard has-post-thumbnail hentry category-articles category-knowledge\">\n\n				<a href=\"https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/\" class=\"entry-featured-image-url\"><img loading=\"lazy\" decoding=\"async\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202.png\" alt=\"Why We Dry Fire\" class=\"\" width=\"1080\" height=\"675\" /></a>\n														<h2 class=\"entry-title\">\n													<a href=\"https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/\">Why We Dry Fire</a>\n											</h2>\n				\n					<div class=\"post-content\"><div class=\"post-content-inner\"><p>I can\'t stress enough to you the importance of dry firing. When we go to the range, all of us perform better after we have done a couple of drills and knocked the rust off. In our day-to-day lives, we do not know when the moment will come that we need to draw our...</p>\n</div></div>			\n			</article>\n				\n			<article id=\"post-2279\" class=\"et_pb_post clearfix et_pb_blog_item_0_4 post-2279 post type-post status-publish format-standard has-post-thumbnail hentry category-articles\">\n\n				<a href=\"https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/\" class=\"entry-featured-image-url\"><img loading=\"lazy\" decoding=\"async\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail--924x675.jpg\" alt=\"Backpacking\" class=\"\" width=\"1080\" height=\"675\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail--924x675.jpg 1080w, https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail--480x360.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 1080px, 100vw\" /></a>\n														<h2 class=\"entry-title\">\n													<a href=\"https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/\">Backpack Loadout for a Long Day&#8217;s Hike</a>\n											</h2>\n				\n					<div class=\"post-content\"><div class=\"post-content-inner\"><p>https://player.vimeo.com/video/887486071?badge=0&amp;autopause=0&amp;quality_selector=1&amp;player_id=0&amp;app_id=58479 Transcript from the video Hey guys, Bill Rapier with Amtac Shooting. We just did a 20 mile hike through the snow, about 5,000 vertical in the...</p>\n</div></div>			\n			</article>\n				\n			<article id=\"post-2183\" class=\"et_pb_post clearfix et_pb_blog_item_0_5 post-2183 post type-post status-publish format-standard has-post-thumbnail hentry category-articles category-knowledge\">\n\n				<a href=\"https://staging.amtacshooting.com/2023/10/13/interview-with-gustavo-machado-and-bill-rapier-for-the-2023-07-19-amtac-shooting-jiu-jitsu-and-pistol-course-id/\" class=\"entry-featured-image-url\"><img loading=\"lazy\" decoding=\"async\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_-1080x675.png\" alt=\"Interview with Gustavo Machado and Bill Rapier for the Amtac Shooting Jiu-Jitsu and Pistol Course\" class=\"\" width=\"1080\" height=\"675\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_-1080x675.png 1080w, https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_-980x745.png 980w, https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_-480x365.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1080px, 100vw\" /></a>\n														<h2 class=\"entry-title\">\n													<a href=\"https://staging.amtacshooting.com/2023/10/13/interview-with-gustavo-machado-and-bill-rapier-for-the-2023-07-19-amtac-shooting-jiu-jitsu-and-pistol-course-id/\">Interview with Gustavo Machado and Bill Rapier for the Amtac Shooting Jiu-Jitsu and Pistol Course</a>\n											</h2>\n				\n					<div class=\"post-content\"><div class=\"post-content-inner\"><p>In this interview, we talked with Bill and Gustavo about how they met, their jiu-jitsu passion and how Bill\'s biggest improvements and changes connect jiu-jitsu to real life situations. \"Basically, if you don\'t understand how to move your own body and move other...</p>\n</div></div>			\n			</article>\n				\n			<article id=\"post-2172\" class=\"et_pb_post clearfix et_pb_no_thumb et_pb_blog_item_0_6 post-2172 post type-post status-publish format-standard hentry category-uncategorized\">\n\n				\n														<h2 class=\"entry-title\">\n													<a href=\"https://staging.amtacshooting.com/2023/09/15/sermon-what-is-your-purpose-and-what-are-you-doing-to-give-god-glory-and-to-further-his-kingdom/\">Sermon: What is your purpose and what are you doing to give God glory and to further his kingdom?</a>\n											</h2>\n				\n					<div class=\"post-content\"><div class=\"post-content-inner\"><p>Text: Revelation 4:11 Ephesians 2:10Date: June 7 2020 </p>\n</div></div>			\n			</article>\n				\n			<article id=\"post-2173\" class=\"et_pb_post clearfix et_pb_no_thumb et_pb_blog_item_0_7 post-2173 post type-post status-publish format-standard hentry category-uncategorized\">\n\n				\n														<h2 class=\"entry-title\">\n													<a href=\"https://staging.amtacshooting.com/2023/09/15/sermon-what-is-our-mission/\">Sermon: What is our mission?</a>\n											</h2>\n				\n					<div class=\"post-content\"><div class=\"post-content-inner\"><p>Text: Isaiah 43:7 1 Peter 2:9 John 14:21 Romans 12:1 John 1:1Date: Nov 1 2020</p>\n</div></div>			\n			</article>\n				\n			<article id=\"post-2134\" class=\"et_pb_post clearfix et_pb_blog_item_0_8 post-2134 post type-post status-publish format-standard has-post-thumbnail hentry category-aar category-knowledge category-uncategorized tag-aar tag-modern-minuteman\">\n\n				<a href=\"https://staging.amtacshooting.com/2023/08/24/aar-the-amtac-shooting-modern-minuteman/\" class=\"entry-featured-image-url\"><img loading=\"lazy\" decoding=\"async\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png\" alt=\"AAR: The Amtac Shooting Modern Minuteman\" class=\"\" width=\"1080\" height=\"675\" /></a>\n														<h2 class=\"entry-title\">\n													<a href=\"https://staging.amtacshooting.com/2023/08/24/aar-the-amtac-shooting-modern-minuteman/\">AAR: The Amtac Shooting Modern Minuteman</a>\n											</h2>\n				\n					<div class=\"post-content\"><div class=\"post-content-inner\"><p>This AAR was graciously given by a student of the Amtac Shooting Modern Minuteman Course held in May 2023. SUMMARY:&nbsp; The modern minuteman course was a two-day course held by Amtac Shooting which provided students with information and the opportunity to practice...</p>\n</div></div>			\n			</article>\n				\n			<article id=\"post-2053\" class=\"et_pb_post clearfix et_pb_blog_item_0_9 post-2053 post type-post status-publish format-standard has-post-thumbnail hentry category-aar category-articles category-knowledge tag-aar tag-tribe-centric-cqb\">\n\n				<a href=\"https://staging.amtacshooting.com/2023/06/20/aar-the-amtac-shooting-tribe-centric-cqb/\" class=\"entry-featured-image-url\"><img loading=\"lazy\" decoding=\"async\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px.png\" alt=\"AAR: The Amtac Shooting Tribe-Centric CQB\" class=\"\" width=\"1080\" height=\"675\" /></a>\n														<h2 class=\"entry-title\">\n													<a href=\"https://staging.amtacshooting.com/2023/06/20/aar-the-amtac-shooting-tribe-centric-cqb/\">AAR: The Amtac Shooting Tribe-Centric CQB</a>\n											</h2>\n				\n					<div class=\"post-content\"><div class=\"post-content-inner\"><p>This AAR and additional feedback was graciously given by students of the Amtac Shooting Tribe-Centric CQB Course held April 2023. BLUF:Amtac Shooting Instruction delivers outstanding instruction through the Tribe-Centric CQB course. Valuable technical skills are...</p>\n</div></div>			\n			</article>\n				\n			<article id=\"post-1539\" class=\"et_pb_post clearfix et_pb_blog_item_0_10 post-1539 post type-post status-publish format-standard has-post-thumbnail hentry category-aar category-articles\">\n\n				<a href=\"https://staging.amtacshooting.com/2020/07/15/aar-compact-carbine-deployment-on-civilian-gunfighter/\" class=\"entry-featured-image-url\"><img loading=\"lazy\" decoding=\"async\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2020/07/AAR-Civilian-Gunfighter.jpg\" alt=\"AAR: Compact Carbine Deployment on Civilian Gunfighter\" class=\"\" width=\"1080\" height=\"675\" /></a>\n														<h2 class=\"entry-title\">\n													<a href=\"https://staging.amtacshooting.com/2020/07/15/aar-compact-carbine-deployment-on-civilian-gunfighter/\">AAR: Compact Carbine Deployment on Civilian Gunfighter</a>\n											</h2>\n				\n					<div class=\"post-content\"><div class=\"post-content-inner\"><p>12 June 2020 (Lewisberry, PA) \"I have said many times here on the blog that I am sick of standing in lines with 10-20 other students and blazing away at targets like I’m standing in the ranks at Waterloo.&nbsp; So when I get the chance to take a class that is even a...</p>\n</div></div>			\n			</article>\n				<div><div class=\"pagination clearfix\">\n	<div class=\"alignleft\"><a href=\"https://staging.amtacshooting.com/page/2/?s&#038;et_blog\" >&laquo; Older Entries</a></div>\n	<div class=\"alignright\"></div>\n</div></div></div>\n				</div>\n				 \n			</div><div class=\"et_pb_column et_pb_column_1_4 et_pb_column_7  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_sidebar_1 et_pb_widget_area clearfix et_pb_widget_area_right et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div id=\"block-26\" class=\"et_pb_widget widget_block\"><div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-bottom\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"904\" height=\"905\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/talking.jpg\" alt=\"\" class=\"wp-image-4031 size-full\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/talking.jpg 904w, https://staging.amtacshooting.com/wp-content/uploads/2024/12/talking-480x481.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 904px, 100vw\" /></figure><div class=\"wp-block-media-text__content\"><p class=\"has-medium-font-size\"><a href=\"https://staging.amtacshooting.com/amtac-shooting-testimonials/\">Testimonials</a></p></div></div></div><div id=\"block-30\" class=\"et_pb_widget widget_block\"><div class=\"wp-block-media-text alignfull is-stacked-on-mobile is-vertically-aligned-bottom\" style=\"grid-template-columns:85% auto\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"1000\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg\" alt=\"\" class=\"wp-image-3440 size-full\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg 1000w, https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up-980x980.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up-480x480.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1000px, 100vw\" /></figure><div class=\"wp-block-media-text__content\"><h2 class=\"wp-block-heading has-medium-font-size\"><a href=\"https://staging.amtacshooting.com/shop/\" data-type=\"link\" data-id=\"https://amtacblades.com/store/\">Something</a></h2>\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-7 wp-block-group-is-layout-flex\"></div></div></div></div><div id=\"block-31\" class=\"et_pb_widget widget_block\"><div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-11 wp-block-group-is-layout-flex\"><figure class=\"wp-block-image size-large is-resized\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"863\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/David-A-pic-3-min-E24cnp.tmp_-1024x863.jpg\" alt=\"\" class=\"wp-image-3819\" style=\"aspect-ratio:1;object-fit:cover;width:666px;height:auto\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/David-A-pic-3-min-E24cnp.tmp_-1024x863.jpg 1024w, https://staging.amtacshooting.com/wp-content/uploads/2024/12/David-A-pic-3-min-E24cnp.tmp_-980x826.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2024/12/David-A-pic-3-min-E24cnp.tmp_-480x405.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" /></figure>\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-10 wp-block-group-is-layout-flex\"><div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"512\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_-1024x512.jpg\" alt=\"\" class=\"wp-image-3909 size-full\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_-1024x512.jpg 1024w, https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_-980x490.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_-480x240.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" /></figure><div class=\"wp-block-media-text__content\"><p class=\"has-text-align-center has-large-font-size\">TESTING</p></div></div>\n\n<div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-9 wp-block-group-is-layout-flex\"><div class=\"wp-block-group is-vertical is-layout-flex wp-container-core-group-is-layout-8 wp-block-group-is-layout-flex\"><div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"616\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-1024x616.jpg\" alt=\"\" class=\"wp-image-3871 size-full\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-980x590.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-min-yCwy7P.tmp_-480x289.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" /></figure><div class=\"wp-block-media-text__content\"><p class=\"has-text-align-center has-large-font-size\">TESTOMG </p></div></div></div></div></div></div></div><div id=\"block-18\" class=\"et_pb_widget widget_block\"><div class=\"wp-block-media-text is-stacked-on-mobile is-vertically-aligned-bottom\"><figure class=\"wp-block-media-text__media\"><img loading=\"lazy\" decoding=\"async\" width=\"473\" height=\"455\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png\" alt=\"\" class=\"wp-image-2161 size-full\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png 473w, https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px-300x289.png 300w\" sizes=\"auto, (max-width: 473px) 100vw, 473px\" /></figure><div class=\"wp-block-media-text__content\"><p class=\"has-medium-font-size\"><a href=\"https://staging.amtacshooting.com/category/press/aar/\">AARS</a></p></div></div></div><div id=\"block-19\" class=\"et_pb_widget widget_block\"><h2 class=\"wp-block-heading\">Recent Articles</h2></div><div id=\"block-27\" class=\"et_pb_widget widget_block widget_recent_entries\"><ul class=\"wp-block-latest-posts__list has-link-color alignfull wp-elements-afe09c7acc4aa9df41328fc51d406700 wp-block-latest-posts has-text-color has-black-color has-background has-white-background-color\"><li><div class=\"wp-block-latest-posts__featured-image alignleft\"><a href=\"https://staging.amtacshooting.com/2024/11/12/blades/\" aria-label=\"Blades\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"819\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-1024x819.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-980x784.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-480x384.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" /></a></div><a class=\"wp-block-latest-posts__post-title\" href=\"https://staging.amtacshooting.com/2024/11/12/blades/\">Blades</a></li>\n<li><div class=\"wp-block-latest-posts__featured-image alignleft\"><a href=\"https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/\" aria-label=\"Why We Dry Fire\"><img loading=\"lazy\" decoding=\"async\" width=\"377\" height=\"390\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202.png\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202.png 377w, https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202-290x300.png 290w\" sizes=\"auto, (max-width: 377px) 100vw, 377px\" /></a></div><a class=\"wp-block-latest-posts__post-title\" href=\"https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/\">Why We Dry Fire</a></li>\n<li><div class=\"wp-block-latest-posts__featured-image alignleft\"><a href=\"https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/\" aria-label=\"Backpack Loadout for a Long Day&#8217;s Hike\"><img loading=\"lazy\" decoding=\"async\" width=\"924\" height=\"693\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail-.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail-.jpg 924w, https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail--480x360.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) 924px, 100vw\" /></a></div><a class=\"wp-block-latest-posts__post-title\" href=\"https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/\">Backpack Loadout for a Long Day&#8217;s Hike</a></li>\n<li><div class=\"wp-block-latest-posts__featured-image alignleft\"><a href=\"https://staging.amtacshooting.com/2023/10/13/interview-with-gustavo-machado-and-bill-rapier-for-the-2023-07-19-amtac-shooting-jiu-jitsu-and-pistol-course-id/\" aria-label=\"Interview with Gustavo Machado and Bill Rapier for the Amtac Shooting Jiu-Jitsu and Pistol Course\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"779\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_-1024x779.png\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_-1024x779.png 1024w, https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_-980x745.png 980w, https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_-480x365.png 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" /></a></div><a class=\"wp-block-latest-posts__post-title\" href=\"https://staging.amtacshooting.com/2023/10/13/interview-with-gustavo-machado-and-bill-rapier-for-the-2023-07-19-amtac-shooting-jiu-jitsu-and-pistol-course-id/\">Interview with Gustavo Machado and Bill Rapier for the Amtac Shooting Jiu-Jitsu and Pistol Course</a></li>\n<li><div class=\"wp-block-latest-posts__featured-image alignleft\"><a href=\"https://staging.amtacshooting.com/2023/06/20/aar-the-amtac-shooting-tribe-centric-cqb/\" aria-label=\"AAR: The Amtac Shooting Tribe-Centric CQB\"><img loading=\"lazy\" decoding=\"async\" width=\"473\" height=\"455\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px.png\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px.png 473w, https://staging.amtacshooting.com/wp-content/uploads/2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px-300x289.png 300w\" sizes=\"auto, (max-width: 473px) 100vw, 473px\" /></a></div><a class=\"wp-block-latest-posts__post-title\" href=\"https://staging.amtacshooting.com/2023/06/20/aar-the-amtac-shooting-tribe-centric-cqb/\">AAR: The Amtac Shooting Tribe-Centric CQB</a></li>\n<li><div class=\"wp-block-latest-posts__featured-image alignleft\"><a href=\"https://staging.amtacshooting.com/2020/07/15/aar-compact-carbine-deployment-on-civilian-gunfighter/\" aria-label=\"AAR: Compact Carbine Deployment on Civilian Gunfighter\"><img loading=\"lazy\" decoding=\"async\" width=\"473\" height=\"455\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2020/07/AAR-Civilian-Gunfighter.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"AAR Civilian Gunfighter Compact Carbine\" style=\"\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2020/07/AAR-Civilian-Gunfighter.jpg 473w, https://staging.amtacshooting.com/wp-content/uploads/2020/07/AAR-Civilian-Gunfighter-300x289.jpg 300w\" sizes=\"auto, (max-width: 473px) 100vw, 473px\" /></a></div><a class=\"wp-block-latest-posts__post-title\" href=\"https://staging.amtacshooting.com/2020/07/15/aar-compact-carbine-deployment-on-civilian-gunfighter/\">AAR: Compact Carbine Deployment on Civilian Gunfighter</a></li>\n<li><div class=\"wp-block-latest-posts__featured-image alignleft\"><a href=\"https://staging.amtacshooting.com/2020/04/11/recommended-radio-gear/\" aria-label=\"Recommended Radio Gear\"><img loading=\"lazy\" decoding=\"async\" width=\"1000\" height=\"750\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2020/04/Billradio-min.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"Radio Communications\" style=\"\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2020/04/Billradio-min.jpg 1000w, https://staging.amtacshooting.com/wp-content/uploads/2020/04/Billradio-min-980x735.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2020/04/Billradio-min-480x360.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1000px, 100vw\" /></a></div><a class=\"wp-block-latest-posts__post-title\" href=\"https://staging.amtacshooting.com/2020/04/11/recommended-radio-gear/\">Recommended Radio Gear</a></li>\n<li><div class=\"wp-block-latest-posts__featured-image alignleft\"><a href=\"https://staging.amtacshooting.com/2019/04/24/what-is-most-important-in-training/\" aria-label=\"What Is Most Important In Training?\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"683\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-1024x683.jpg\" class=\"attachment-large size-large wp-post-image\" alt=\"\" style=\"\" srcset=\"https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-980x653.jpg 980w, https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-480x320.jpg 480w\" sizes=\"auto, (min-width: 0px) and (max-width: 480px) 480px, (min-width: 481px) and (max-width: 980px) 980px, (min-width: 981px) 1024px, 100vw\" /></a></div><a class=\"wp-block-latest-posts__post-title\" href=\"https://staging.amtacshooting.com/2019/04/24/what-is-most-important-in-training/\">What Is Most Important In Training?</a></li>\n</ul></div>\n			</div>\n			</div>\n				\n				\n				\n				\n			</div>\n				\n				\n			</div>'),
(17361,4061,'_et_pb_truncate_post_date','2025-03-04 02:40:33'),
(17362,4061,'_et_builder_version','VB|Divi|4.27.2'),
(17363,4061,'_et_pb_show_page_creation','off'),
(17364,4064,'footnotes',''),
(17365,4061,'_yoast_wpseo_content_score','60'),
(17373,2980,'_wp_old_date','2024-10-29'),
(17374,2967,'_wp_old_date','2024-10-29'),
(17376,2978,'_wp_old_date','2024-10-29'),
(17391,4067,'footnotes',''),
(17409,4070,'footnotes',''),
(17429,4072,'_wp_attached_file','2025/01/20230121_113850-min.jpg'),
(17430,4072,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1720;s:6:\"height\";i:1720;s:4:\"file\";s:31:\"2025/01/20230121_113850-min.jpg\";s:8:\"filesize\";i:484343;s:5:\"sizes\";a:18:{s:6:\"medium\";a:5:{s:4:\"file\";s:31:\"20230121_113850-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13267;}s:5:\"large\";a:5:{s:4:\"file\";s:33:\"20230121_113850-min-1024x1024.jpg\";s:5:\"width\";i:1024;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99969;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:31:\"20230121_113850-min-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4825;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:31:\"20230121_113850-min-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:61662;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:33:\"20230121_113850-min-1536x1536.jpg\";s:5:\"width\";i:1536;s:6:\"height\";i:1536;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:193091;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:31:\"20230121_113850-min-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12539;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:32:\"20230121_113850-min-1080x675.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62469;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:31:\"20230121_113850-min-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13998;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:31:\"20230121_113850-min-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21454;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:33:\"20230121_113850-min-1080x1080.jpg\";s:5:\"width\";i:1080;s:6:\"height\";i:1080;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:109453;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:31:\"20230121_113850-min-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27253;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:33:\"20230121_113850-min-1280x1280.jpg\";s:5:\"width\";i:1280;s:6:\"height\";i:1280;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144042;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:31:\"20230121_113850-min-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:93533;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:31:\"20230121_113850-min-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28033;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:33:\"20230121_113850-min-1320x1320.jpg\";s:5:\"width\";i:1320;s:6:\"height\";i:1320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:152000;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:31:\"20230121_113850-min-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13267;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:31:\"20230121_113850-min-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40826;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:31:\"20230121_113850-min-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2950;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(17435,4073,'footnotes',''),
(17562,3523,'gf_format_link_text',''),
(17563,3523,'gf_format_link_url',''),
(17564,3523,'gf_format_quote_content',''),
(17565,3523,'gf_format_quote_author_text',''),
(17566,3523,'gf_format_quote_author_url',''),
(17567,3523,'gf_format_audio_embed',''),
(17568,3523,'_yoast_wpseo_primary_category',''),
(17572,4155,'footnotes',''),
(17573,4156,'_edit_lock','1738354774:10'),
(17576,4156,'_thumbnail_id','2333'),
(17577,4156,'_edit_last','10'),
(17580,4156,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:0:\"\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(17581,4156,'_et_post_bg_color','#ffffff'),
(17582,4156,'_et_post_bg_layout','light'),
(17583,4156,'_et_pb_show_title','on'),
(17584,4156,'_et_pb_post_hide_nav','default'),
(17585,4156,'_et_pb_page_layout','et_right_sidebar'),
(17586,4156,'_et_pb_side_nav','off'),
(17587,4156,'gf_format_link_text',''),
(17588,4156,'gf_format_link_url',''),
(17589,4156,'gf_format_quote_content',''),
(17590,4156,'gf_format_quote_author_text',''),
(17591,4156,'gf_format_quote_author_url',''),
(17592,4156,'gf_format_video_embed',''),
(17593,4156,'gf_format_audio_embed',''),
(17594,4156,'gf_format_gallery_images',''),
(17595,4156,'_yoast_wpseo_primary_category','1'),
(17596,4156,'_yoast_wpseo_estimated-reading-time-minutes','1'),
(17597,4156,'_et_pb_use_builder','on'),
(17598,4156,'_et_pb_old_content',''),
(17599,4156,'_et_gb_content_width',''),
(17601,4156,'footnotes',''),
(17602,4158,'footnotes','');
INSERT INTO `wp_postmeta` VALUES
(17603,4156,'_pingme','1'),
(17604,4156,'_encloseme','1'),
(17606,4156,'_et_pb_built_for_post_type','page'),
(17607,4159,'footnotes',''),
(17608,4156,'_et_pb_ab_subjects',''),
(17609,4156,'_et_pb_enable_shortcode_tracking',''),
(17610,4156,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"4156\" /]'),
(17611,4156,'_et_pb_custom_css',''),
(17612,4156,'_et_pb_gutter_width','3'),
(17613,4156,'_global_colors_info','{}'),
(17614,4156,'_et_pb_first_image',''),
(17615,4156,'_et_pb_truncate_post',''),
(17616,4156,'_et_pb_truncate_post_date',''),
(17617,4156,'_et_builder_version','VB|Divi|4.27.2'),
(17618,4156,'_et_pb_show_page_creation','off'),
(17620,4156,'_et_builder_dynamic_assets_loading_attr_threshold','6'),
(17634,4161,'footnotes',''),
(17635,3523,'_et_pb_show_page_creation','off'),
(17637,4163,'footnotes',''),
(17638,3523,'_wp_page_template',''),
(17639,4164,'footnotes',''),
(17640,3523,'_yoast_wpseo_content_score','90'),
(17642,4165,'footnotes',''),
(17643,4166,'footnotes',''),
(17648,4167,'_wp_attached_file','2025/01/Remington-Model-700-PCR.jpg'),
(17649,4167,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:650;s:6:\"height\";i:400;s:4:\"file\";s:35:\"2025/01/Remington-Model-700-PCR.jpg\";s:8:\"filesize\";i:20647;s:5:\"sizes\";a:10:{s:6:\"medium\";a:5:{s:4:\"file\";s:35:\"Remington-Model-700-PCR-300x185.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:185;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5663;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:35:\"Remington-Model-700-PCR-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3199;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:35:\"Remington-Model-700-PCR-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8692;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:35:\"Remington-Model-700-PCR-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9586;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:35:\"Remington-Model-700-PCR-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13867;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:35:\"Remington-Model-700-PCR-400x400.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:13162;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:35:\"Remington-Model-700-PCR-480x295.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:295;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11101;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:35:\"Remington-Model-700-PCR-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8046;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:35:\"Remington-Model-700-PCR-600x369.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:369;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15473;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:35:\"Remington-Model-700-PCR-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2062;}}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:{}}}'),
(17650,4168,'footnotes',''),
(17652,4170,'footnotes',''),
(17657,4171,'footnotes',''),
(17662,4172,'footnotes',''),
(17667,4173,'footnotes',''),
(17668,4174,'footnotes',''),
(17673,4175,'footnotes',''),
(17674,4175,'footnotes',''),
(17688,4178,'footnotes',''),
(17690,4180,'footnotes',''),
(17691,4181,'footnotes',''),
(17696,4182,'footnotes',''),
(17700,4185,'footnotes',''),
(17705,4186,'footnotes',''),
(17710,4187,'footnotes',''),
(17739,4199,'_wp_attached_file','2025/01/ruger.jpg'),
(17740,4199,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:825;s:6:\"height\";i:183;s:4:\"file\";s:17:\"2025/01/ruger.jpg\";s:8:\"filesize\";i:21262;s:5:\"sizes\";a:11:{s:6:\"medium\";a:5:{s:4:\"file\";s:16:\"ruger-300x67.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:67;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3484;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:17:\"ruger-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2890;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:17:\"ruger-768x170.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:170;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:12036;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:17:\"ruger-400x183.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8379;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:17:\"ruger-400x183.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8379;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:17:\"ruger-510x183.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:10193;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:17:\"ruger-400x183.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8379;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:17:\"ruger-480x106.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:106;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6515;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:17:\"ruger-300x183.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:183;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:6225;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:17:\"ruger-600x133.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:133;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8617;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:17:\"ruger-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:1946;}}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:{}}}'),
(17741,4200,'footnotes',''),
(17747,4202,'_wp_attached_file','2025/01/bergara-B-14_BMP.jpg'),
(17748,4202,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:250;s:4:\"file\";s:28:\"2025/01/bergara-B-14_BMP.jpg\";s:8:\"filesize\";i:78923;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:27:\"bergara-B-14_BMP-300x75.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:75;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4751;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:28:\"bergara-B-14_BMP-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4023;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:28:\"bergara-B-14_BMP-768x192.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:192;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:16472;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:28:\"bergara-B-14_BMP-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11837;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:28:\"bergara-B-14_BMP-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11837;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:28:\"bergara-B-14_BMP-510x250.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14482;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:28:\"bergara-B-14_BMP-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11837;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:28:\"bergara-B-14_BMP-980x245.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:245;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:22330;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:28:\"bergara-B-14_BMP-480x120.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:120;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:8374;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:28:\"bergara-B-14_BMP-300x250.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9370;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:28:\"bergara-B-14_BMP-600x150.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:11699;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:28:\"bergara-B-14_BMP-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:2491;}}s:10:\"image_meta\";a:12:{s:8:\"aperture\";s:1:\"0\";s:6:\"credit\";s:0:\"\";s:6:\"camera\";s:0:\"\";s:7:\"caption\";s:0:\"\";s:17:\"created_timestamp\";s:1:\"0\";s:9:\"copyright\";s:0:\"\";s:12:\"focal_length\";s:1:\"0\";s:3:\"iso\";s:1:\"0\";s:13:\"shutter_speed\";s:1:\"0\";s:5:\"title\";s:0:\"\";s:11:\"orientation\";s:1:\"1\";s:8:\"keywords\";a:0:{}}}'),
(17749,4203,'footnotes',''),
(17751,4205,'_wp_attached_file','2025/01/custom-rifle.jpeg'),
(17752,4205,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1232;s:6:\"height\";i:924;s:4:\"file\";s:25:\"2025/01/custom-rifle.jpeg\";s:8:\"filesize\";i:170734;s:5:\"sizes\";a:15:{s:6:\"medium\";a:5:{s:4:\"file\";s:25:\"custom-rifle-300x225.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:225;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:28001;}s:5:\"large\";a:5:{s:4:\"file\";s:26:\"custom-rifle-1024x768.jpeg\";s:5:\"width\";i:1024;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:272810;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:25:\"custom-rifle-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9917;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:25:\"custom-rifle-768x576.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:576;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:167472;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:25:\"custom-rifle-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40452;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:26:\"custom-rifle-1080x675.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:244077;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:25:\"custom-rifle-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:46044;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:25:\"custom-rifle-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78727;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:26:\"custom-rifle-1080x810.jpeg\";s:5:\"width\";i:1080;s:6:\"height\";i:810;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:298481;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:25:\"custom-rifle-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:79776;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:25:\"custom-rifle-980x735.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:735;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:255286;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:25:\"custom-rifle-480x360.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:360;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:69491;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:25:\"custom-rifle-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37307;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:25:\"custom-rifle-600x450.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:450;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107850;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:25:\"custom-rifle-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4925;}}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:{}}}'),
(17758,4206,'footnotes',''),
(17760,4208,'footnotes',''),
(17766,4210,'footnotes',''),
(17771,4211,'footnotes',''),
(17772,4212,'footnotes',''),
(17773,4213,'footnotes',''),
(17845,2933,'_oembed_6c89ee377406b1b720e4a408dad7e98e','<iframe src=\"https://player.vimeo.com/video/887486071?dnt=1&amp;app_id=122963\" width=\"563\" height=\"1000\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media\"></iframe>'),
(17846,2933,'_oembed_time_6c89ee377406b1b720e4a408dad7e98e','1737757641'),
(17847,2933,'_oembed_b657f50c1d6d40f9e4498f48a6e5add8','<iframe src=\"https://player.vimeo.com/video/887486071?dnt=1&amp;app_id=122963\" width=\"563\" height=\"1000\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media\"></iframe>'),
(17848,2933,'_oembed_time_b657f50c1d6d40f9e4498f48a6e5add8','1737757736'),
(17849,2933,'_oembed_b6e28545db3d91863c10aa1abfe767eb','<iframe src=\"https://player.vimeo.com/video/887486071?dnt=1&amp;app_id=122963\" width=\"563\" height=\"1000\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media\"></iframe>'),
(17850,2933,'_oembed_time_b6e28545db3d91863c10aa1abfe767eb','1737757987'),
(17851,4220,'footnotes',''),
(17852,4156,'_oembed_b6e28545db3d91863c10aa1abfe767eb','<iframe src=\"https://player.vimeo.com/video/887486071?dnt=1&amp;app_id=122963\" width=\"563\" height=\"1000\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media\"></iframe>'),
(17853,4156,'_oembed_time_b6e28545db3d91863c10aa1abfe767eb','1737758012'),
(17859,4223,'footnotes',''),
(17961,4230,'footnotes',''),
(17966,4231,'footnotes',''),
(17971,4232,'footnotes',''),
(17977,4234,'footnotes',''),
(17983,4236,'footnotes',''),
(17984,4237,'footnotes',''),
(17990,4239,'footnotes',''),
(17996,4241,'footnotes',''),
(18001,4242,'footnotes',''),
(18006,4243,'footnotes',''),
(18011,4244,'footnotes',''),
(18016,4245,'footnotes',''),
(18022,4247,'footnotes',''),
(18026,4248,'footnotes',''),
(18030,4249,'footnotes',''),
(18046,2170,'_et_gb_content_width',''),
(18048,4251,'footnotes',''),
(18053,4253,'footnotes',''),
(18069,4255,'footnotes',''),
(18070,4255,'footnotes',''),
(18107,4258,'footnotes',''),
(18125,4262,'footnotes',''),
(18134,4263,'footnotes',''),
(18139,4264,'footnotes',''),
(18145,4266,'footnotes',''),
(18147,4268,'footnotes',''),
(18162,4271,'footnotes',''),
(18173,4274,'footnotes',''),
(18179,4276,'footnotes',''),
(18181,4278,'footnotes',''),
(18199,4280,'footnotes',''),
(18204,4281,'footnotes',''),
(18210,4283,'footnotes',''),
(18237,4291,'footnotes',''),
(18242,4292,'footnotes',''),
(18247,4293,'footnotes',''),
(18253,41,'_et_pb_use_builder','on'),
(18254,41,'_et_pb_show_page_creation','on'),
(18255,41,'_et_pb_old_content','<div id=\"pl-41\"  class=\"panel-layout\" ><div id=\"pg-41-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;25px&quot;,&quot;bottom-padding&quot;:&quot;25px&quot;,&quot;mobile-padding&quot;:&quot;25px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" ><div style=\"padding-top: 25px; padding-bottom: 25px; \" data-mobile-padding=\"25px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-41-0\" ><div id=\"pgc-41-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-41-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-41-0-0-0\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;div id=&quot;top&quot;&gt;&lt;/div&gt;&quot;,&quot;id&quot;:&quot;custom_html-4110000&quot;,&quot;option_name&quot;:&quot;widget_custom_html&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;custom_html-4110000&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-41-0-0-0&quot; class=&quot;so-panel widget widget_custom_html panel-first-child&quot; data-index=&quot;0&quot; data-style=&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}&quot; &gt;&lt;div style=&quot;text-align: left;&quot; data-title-color=&quot;#2d3142&quot; data-headings-color=&quot;#2d3142&quot; class=&quot;panel-widget-style panel-widget-style-for-41-0-0-0&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-41-0-0-1\" class=\"so-panel widget widget_evcalwidget_sc EvcalWidget_SC panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-41-0-0-1\" >[siteorigin_widget class=\"EvcalWidget_SC\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;evo_title&quot;:&quot;&quot;,&quot;evo_shortcodeW&quot;:&quot;[add_eventon_list show_et_ft_img=&#039;yes&#039; number_of_months=&quot;24&quot; hide_empty_months=&quot;yes&quot;  hide_past=&quot;yes&quot; show_year=&quot;yes&quot; tiles=&quot;no&quot;]nn&quot;,&quot;id&quot;:&quot;evcalwidget_sc-4110001&quot;,&quot;option_name&quot;:&quot;widget_evcalwidget_sc&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;evcalwidget_sc-4110001&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-41-0-0-1&quot; class=&quot;so-panel widget widget_evcalwidget_sc EvcalWidget_SC panel-last-child&quot; data-index=&quot;1&quot; data-style=&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}&quot; &gt;&lt;div style=&quot;text-align: left;&quot; data-title-color=&quot;#2d3142&quot; data-headings-color=&quot;#2d3142&quot; class=&quot;panel-widget-style panel-widget-style-for-41-0-0-1&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>'),
(18273,2085,'_et_pb_use_builder','on'),
(18274,2085,'_et_pb_show_page_creation','on'),
(18275,2085,'_et_pb_old_content','<!-- wp:media-text {\"mediaId\":1950,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-2-min-300x200.jpg\" alt=\"\" class=\"wp-image-1950 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-08-26-carbine-1-course-tx-led-by-david-acosta?affiliate=greenfield\"><strong>26 AUGUST 2023 - AMTAC SHOOTING CARBINE 1 COURSE LED BY DAVID ACOSTA</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1951,\"mediaLink\":\"https://www.amtacshooting.com/events/6-7-may-2023-amtac-shooting-integrated-combatives-course-led-by-david-acosta/david-a-pic-3-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-3-min-1024x863.jpg\" alt=\"\" class=\"wp-image-1951 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-08-27-pistolcombatives-1-course-tx-led-by-david-acosta?affiliate=greenfield\"><strong>27 AUGUST 2023 - AMTAC SHOOTING PISTOL/COMBATIVES 1 COURSE LED BY DAVID ACOSTA</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1325,\"mediaLink\":\"https://www.amtacshooting.com/carbine_header-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/carbine_header-min.jpg\" alt=\"\" class=\"wp-image-1325 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-09-19-combative-carbine-course-id?affiliate=greenfield\"><strong>19-20 SEPTEMBER 2023 - AMTAC SHOOTING COMBATIVE CARBINE COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1698,\"mediaLink\":\"https://www.amtacshooting.com/bill-walther-pistol-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Bill-Walther-Pistol-min-1024x576.jpg\" alt=\"Bill Walther Pistol\" class=\"wp-image-1698 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-09-21-advance-responsible-armed-citizen-arac-course-south-id?affiliate=greenfield\"><strong>21-22 SEPTEMBER 2023 - AMTAC SHOOTING ADVANCED RESPONSIBLE ARMED CITIZEN (ARAC) COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1763,\"mediaLink\":\"https://www.amtacshooting.com/events/https-amtacshooting-regfox-com-amtac-shooting-pistolcombatives-1-course-bryan-resnick/amtac-instructor-bryan-resnik-min-2/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1763 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-10-07-carbine-1-course-ga-led-by-bryan-resnick?affiliate=greenfield\"><strong>7 OCTOBER 2023 - AMTAC SHOOTING CARBINE 1 COURSE LED BY BRYAN RESNICK</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1698,\"mediaLink\":\"https://www.amtacshooting.com/bill-walther-pistol-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Bill-Walther-Pistol-min-1024x576.jpg\" alt=\"Bill Walther Pistol\" class=\"wp-image-1698 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-10-07-advanced-responsible-armed-citizen-arac-course-fl?affiliate=greenfield\"><strong>7-8 OCTOBER 2023 - AMTAC SHOOTING ADVANCED RESPONSIBLE ARMED CITIZEN (ARAC) COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1763,\"mediaLink\":\"https://www.amtacshooting.com/events/https-amtacshooting-regfox-com-amtac-shooting-pistolcombatives-1-course-bryan-resnick/amtac-instructor-bryan-resnik-min-2/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1763 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-10-08-pistolcombatives-1-course-ga-led-by-bryan-resnick?affiliate=greenfield\"><strong>8 OCTOBER 2023 - AMTAC SHOOTING PISTOL/COMBATIVES 1 COURSE LED BY BRYAN RESNICK</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1883,\"mediaLink\":\"https://www.amtacshooting.com/events/26-28-april-2023-tribe-centric-cqb-working-out-final-logistics-registration-will-be-available-soon/img-4327/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/10/IMG-4327-1024x768.jpg\" alt=\"\" class=\"wp-image-1883 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-10-18-the-amtac-shooting-tribe-centric-cqb-course-id?affiliate=greenfield\"><strong>18-20 OCTOBER 2023 - THE AMTAC SHOOTING TRIBE CENTRIC CQB COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1949,\"mediaLink\":\"https://www.amtacshooting.com/events/6-7-may-2023-amtac-shooting-integrated-combatives-course-led-by-david-acosta/david-a-pic-1-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-1-min-1024x683.jpg\" alt=\"\" class=\"wp-image-1949 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-10-21-carbine-1-course-tx-led-by-david-acosta?affiliate=greenfield\"><strong>21 OCTOBER 2023 - AMTAC SHOOTING CARBINE 1 COURSE LED BY DAVID ACOSTA</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1951,\"mediaLink\":\"https://www.amtacshooting.com/events/6-7-may-2023-amtac-shooting-integrated-combatives-course-led-by-david-acosta/david-a-pic-3-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-3-min-1024x863.jpg\" alt=\"\" class=\"wp-image-1951 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-10-22-pistolcombatives-1-course-tx-led-by-david-acosta?affiliate=greenfield\"><strong>22 OCTOBER 2023 - AMTAC SHOOTING PISTOL/COMBATIVES 1 COURSE LED BY DAVID ACOSTA</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":784,\"mediaLink\":\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/img045/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG045.jpeg\" alt=\"\" class=\"wp-image-784 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-11-08-night-vision-course-id?affiliate=greenfield\"><strong>8-10 NOVEMBER 2023 - AMTAC SHOOTING NIGHT VISION COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1378,\"mediaLink\":\"https://www.amtacshooting.com/events/1-november-2019-amtac-shooting-3-combatives-seminar-kore-bjj/combatives-cropped/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2019/05/combatives-cropped.jpg\" alt=\"Combatives\" class=\"wp-image-1378 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-11-13-combatives-seminar-kore-bjj-ct?affiliate=greenfield\"><strong>13 NOVEMBER 2023 - AMTAC SHOOTING COMBATIVES SEMINAR (KORE BJJ)</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1698,\"mediaLink\":\"https://www.amtacshooting.com/bill-walther-pistol-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Bill-Walther-Pistol-min-1024x576.jpg\" alt=\"Bill Walther Pistol\" class=\"wp-image-1698 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-11-14-advanced-responsible-armed-citizen-arac-ct?affiliate=greenfield\"><strong>14-15 NOVEMBER 2023 - *SOLD OUT* AMTAC SHOOTING ADVANCED RESPONSIBLE ARMED CITIZEN (ARAC) COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1763,\"mediaLink\":\"https://www.amtacshooting.com/events/https-amtacshooting-regfox-com-amtac-shooting-pistolcombatives-1-course-bryan-resnick/amtac-instructor-bryan-resnik-min-2/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1763 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><strong><a href=\"https://amtacshooting.regfox.com/2023-11-18-carbine-1-course-in-led-by-bryan-resnick?affiliate=greenfield\">18 NOVEMBER 2023 - AMTAC SHOOTING CARBINE 1 COURSE LED BY BRYAN RESNICK</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1763,\"mediaLink\":\"https://www.amtacshooting.com/events/https-amtacshooting-regfox-com-amtac-shooting-pistolcombatives-1-course-bryan-resnick/amtac-instructor-bryan-resnik-min-2/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1763 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-11-19-pistolcombatives-1-course-in-led-by-bryan-resnick?affiliate=greenfield\"><strong>19 NOVEMBER 2023 - AMTAC SHOOTING PISTOL/COMBATIVES 1 COURSE LED BY BRYAN RESNICK</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":2123,\"mediaLink\":\"https://www.amtacshooting.com/?attachment_id=2123\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/07/20230706_140101-min-cropped-1024x884.jpg\" alt=\"\" class=\"wp-image-2123 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-12-04-pistol-combatives-and-medical-course-ca?affiliate=greenfield\"><strong>4 DECEMBER 2023 - AMTAC SHOOTING PISTOL COMBATIVES AND MEDICAL COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1698,\"mediaLink\":\"https://www.amtacshooting.com/bill-walther-pistol-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Bill-Walther-Pistol-min-1024x576.jpg\" alt=\"Bill Walther Pistol\" class=\"wp-image-1698 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-12-5-advanced-responsible-armed-citizen-arac-ca?affiliate=greenfield\"><strong>5-6 DECEMBER 2023 - AMTAC SHOOTING ADVANCED RESPONSIBLE ARMED CITIZEN (ARAC) COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->'),
(18281,22,'_oembed_856497a6ed68566db64febb578b4a6e3','{{unknown}}'),
(18282,23,'_oembed_4d76f7b7838d3282ad7f3e28482bc403','{{unknown}}'),
(18287,1686,'_et_pb_built_for_post_type','page'),
(18288,1686,'_et_pb_ab_subjects',''),
(18289,1686,'_et_pb_enable_shortcode_tracking',''),
(18290,1686,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"1686\" /]'),
(18291,1686,'_et_pb_custom_css',''),
(18292,1686,'_et_pb_gutter_width','3'),
(18293,1686,'_thumbnail_id','0'),
(18294,1686,'_global_colors_info','{}'),
(18295,1686,'_et_pb_first_image',''),
(18296,1686,'_et_pb_truncate_post',''),
(18297,1686,'_et_pb_truncate_post_date',''),
(18298,1686,'_et_builder_version','VB|Divi|4.27.2'),
(18299,4298,'_wp_attached_file','2025/02/image.jpeg'),
(18300,4298,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:576;s:4:\"file\";s:18:\"2025/02/image.jpeg\";s:8:\"filesize\";i:47740;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:18:\"image-300x173.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:173;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9783;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:18:\"image-150x150.jpeg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5604;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:18:\"image-768x442.jpeg\";s:5:\"width\";i:768;s:6:\"height\";i:442;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:40931;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:18:\"image-400x250.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15801;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:18:\"image-400x284.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:17596;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:18:\"image-510x382.jpeg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:26781;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:18:\"image-400x516.jpeg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:31127;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:18:\"image-980x564.jpeg\";s:5:\"width\";i:980;s:6:\"height\";i:564;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60211;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:18:\"image-480x276.jpeg\";s:5:\"width\";i:480;s:6:\"height\";i:276;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:19563;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:18:\"image-300x300.jpeg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:15429;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:18:\"image-600x346.jpeg\";s:5:\"width\";i:600;s:6:\"height\";i:346;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:27861;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:18:\"image-100x100.jpeg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:3365;}}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:{}}}'),
(18871,2699,'_et_builder_dynamic_assets_loading_attr_threshold','19'),
(18983,2085,'_et_pb_truncate_post','<div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n								<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\"><p>26 AUGUST 2023 &#8211; AMTAC SHOOTING CARBINE 1 COURSE LED BY DAVID ACOSTA</p>\n<p>27 AUGUST 2023 &#8211; AMTAC SHOOTING PISTOL/COMBATIVES 1 COURSE LED BY DAVID ACOSTA</p>\n<p>19-20 SEPTEMBER 2023 &#8211; AMTAC SHOOTING COMBATIVE CARBINE COURSE</p>\n<p>21-22 SEPTEMBER 2023 &#8211; AMTAC SHOOTING ADVANCED RESPONSIBLE ARMED CITIZEN (ARAC) COURSE</p>\n<p>7 OCTOBER 2023 &#8211; AMTAC SHOOTING CARBINE 1 COURSE LED BY BRYAN RESNICK</p>\n<p>7-8 OCTOBER 2023 &#8211; AMTAC SHOOTING ADVANCED RESPONSIBLE ARMED CITIZEN (ARAC) COURSE</p>\n<p>8 OCTOBER 2023 &#8211; AMTAC SHOOTING PISTOL/COMBATIVES 1 COURSE LED BY BRYAN RESNICK</p>\n<p>18-20 OCTOBER 2023 &#8211; THE AMTAC SHOOTING TRIBE CENTRIC CQB COURSE</p>\n<p>21 OCTOBER 2023 &#8211; AMTAC SHOOTING CARBINE 1 COURSE LED BY DAVID ACOSTA</p>\n<p>22 OCTOBER 2023 &#8211; AMTAC SHOOTING PISTOL/COMBATIVES 1 COURSE LED BY DAVID ACOSTA</p>\n<p>8-10 NOVEMBER 2023 &#8211; AMTAC SHOOTING NIGHT VISION COURSE</p>\n<p>13 NOVEMBER 2023 &#8211; AMTAC SHOOTING COMBATIVES SEMINAR (KORE BJJ)</p>\n<p>14-15 NOVEMBER 2023 &#8211; *SOLD OUT* AMTAC SHOOTING ADVANCED RESPONSIBLE ARMED CITIZEN (ARAC) COURSE</p>\n<p>18 NOVEMBER 2023 &#8211; AMTAC SHOOTING CARBINE 1 COURSE LED BY BRYAN RESNICK</p>\n<p>19 NOVEMBER 2023 &#8211; AMTAC SHOOTING PISTOL/COMBATIVES 1 COURSE LED BY BRYAN RESNICK</p>\n<p>4 DECEMBER 2023 &#8211; AMTAC SHOOTING PISTOL COMBATIVES AND MEDICAL COURSE</p>\n<p>5-6 DECEMBER 2023 &#8211; AMTAC SHOOTING ADVANCED RESPONSIBLE ARMED CITIZEN (ARAC) COURSE</p></div>\n			</div>\n			</div>			\n				\n				\n				\n				\n			</div>		\n				\n				\n			</div>\n'),
(18984,2085,'_et_pb_truncate_post_date','2025-03-04 02:53:17'),
(18986,1423,'_oembed_18c5dcda88eeef3df9e55ce7a560b325','<iframe title=\"Retired Navy SEAL Bill Rapier&#039;s Force on Force Class Review\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/6Z_NrLLZXRI?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(18987,1423,'_oembed_time_18c5dcda88eeef3df9e55ce7a560b325','1741056825'),
(18988,1423,'_oembed_6ee7b01486f2534a3d4b8400586a39e0','<iframe title=\"Battle of The Bill&#039;s\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/A5id8pwwphg?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(18989,1423,'_oembed_time_6ee7b01486f2534a3d4b8400586a39e0','1741056825'),
(18994,232,'_et_pb_truncate_post','<div class=\"et_pb_section et_pb_section_1 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_1\">\n								<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_1  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_2  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">Amtac Gear is being reorganized into the Amtac Shooting store in the near future!</p>\n<p>Amtac Blades Northman</p>\n<p>The Northman is a small fixed blade knife designed to replace the cutting tool carried in your pocket. Quickly deployable and rugged enough for backcountry use, this blade is also great for combatives. AmtacBlades.com</p>\n<p>AMTAC Complete Carbine Pistol &amp; Rifle</p>\n<p>Centurion Arms LLC is happy to announce the AMTAC rifle and pistol collaboration. We have known Bill for over 20 years now and with confidence say he is one of the best people we know. Bill is no doubt one of the very best instructors there is on the open market for training. With his back ground and knowledge he is easily the most combat experienced instructor available today anywhere. We are VERY happy to be working on his Carbine and Pistol collaboration.</p>\n<p>FO3 Holster (forward of 3 o&#8217;clock) by Bill Rapier</p>\n<p>&#8220;The FO3 holster is designed to be worn just forward of 3 o’clock on your strong side.&nbsp;I have found this to be the best compromise between speed of draw and weapon security. This allows me to carry comfortably, deploy the pistol quickly, and safely anchor the pistol during a gun grab.&nbsp;This holster is the result of countless hours of training and collaboration with the BlackPoint Tactical team.&#8221; -Bill Rapier</p>\n<p>**Limited edition FO3 Holsters in Rhodesian Brushstroke available to ship now from AmtacBlades.com.</p>\n<p>Use code &#8220;amtac&#8221; to receive 10% off all holsters from BlackPoint Tactical.</p>\n<p>&nbsp;</p>\n<p>SIRT Guns</p>\n<p>&#8220;If you are going to get serious about pistol combatives, acquiring a SIRT pistol should be pretty high on your priority list. It is one of the best ways to safely practice your transitions and to increase your skill at weapons retention shooting. It is also a great tool to start to work into force on force scenarios and get off the X drills.&#8221; &#8211; Bill Rapier</p>\n<p>Use code &#8220;amtac&#8221; to receive 10% off all SIRT guns from Next Level Training.</p>\n<p>Amazon Equipment</p></div>\n			</div>\n			</div>			\n				\n				\n				\n				\n			</div>		\n				\n				\n			</div>\n'),
(18995,232,'_et_pb_truncate_post_date','2025-03-04 02:54:47'),
(18997,41,'_et_pb_truncate_post','<div class=\"et_pb_section et_pb_section_0 et_section_regular\" >\n				\n				\n				\n				\n				\n				\n				<div class=\"et_pb_row et_pb_row_0\">\n								<div class=\"et_pb_column et_pb_column_4_4 et_pb_column_0  et_pb_css_mix_blend_mode_passthrough et-last-child\">\n				\n				\n				\n				\n				<div class=\"et_pb_module et_pb_text et_pb_text_0  et_pb_text_align_left et_pb_bg_layout_light\">\n				\n				\n				\n				\n				<div class=\"et_pb_text_inner\">[siteorigin_widget class=&#8221;WP_Widget_Custom_HTML&#8221;][/siteorigin_widget][siteorigin_widget class=&#8221;EvcalWidget_SC&#8221;][/siteorigin_widget]</div>\n			</div>\n			</div>			\n				\n				\n				\n				\n			</div>		\n				\n				\n			</div>\n'),
(18998,41,'_et_pb_truncate_post_date','2025-03-04 02:55:02'),
(19001,232,'_et_builder_dynamic_assets_loading_attr_threshold','8'),
(19021,2085,'_et_builder_dynamic_assets_loading_attr_threshold','18'),
(19559,2950,'_wp_old_date','2024-10-29'),
(19560,3030,'_wp_old_date','2024-10-29'),
(19561,2983,'_wp_old_date','2024-10-29'),
(19562,2948,'_wp_old_date','2024-10-29'),
(19563,2982,'_wp_old_date','2024-10-29'),
(19565,2980,'_wp_old_date','2024-12-31'),
(19566,2967,'_wp_old_date','2024-12-31'),
(19567,2978,'_wp_old_date','2024-12-31'),
(19568,4331,'_menu_item_type','post_type'),
(19569,4331,'_menu_item_menu_item_parent','0'),
(19570,4331,'_menu_item_object_id','3631'),
(19571,4331,'_menu_item_object','page'),
(19572,4331,'_menu_item_target',''),
(19573,4331,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(19574,4331,'_menu_item_xfn',''),
(19575,4331,'_menu_item_url',''),
(19584,4333,'_menu_item_type','post_type'),
(19585,4333,'_menu_item_menu_item_parent','0'),
(19586,4333,'_menu_item_object_id','13'),
(19587,4333,'_menu_item_object','page'),
(19588,4333,'_menu_item_target',''),
(19589,4333,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(19590,4333,'_menu_item_xfn',''),
(19591,4333,'_menu_item_url',''),
(19626,4339,'footnotes',''),
(19631,4340,'footnotes',''),
(19634,4341,'footnotes',''),
(19640,4343,'footnotes',''),
(19645,4344,'footnotes',''),
(19649,4345,'footnotes',''),
(19655,4346,'footnotes',''),
(19656,4347,'footnotes',''),
(19665,4348,'footnotes',''),
(19666,4349,'footnotes',''),
(19671,4350,'footnotes',''),
(19680,4351,'footnotes',''),
(19693,4355,'footnotes',''),
(19713,4357,'footnotes',''),
(19714,4357,'footnotes',''),
(19715,4358,'footnotes',''),
(19716,4358,'footnotes',''),
(19719,4360,'footnotes',''),
(19720,4360,'footnotes',''),
(19721,4361,'footnotes',''),
(19722,4361,'footnotes',''),
(19723,4362,'footnotes',''),
(19724,4362,'footnotes',''),
(19727,4364,'footnotes',''),
(19728,4364,'footnotes',''),
(19731,4366,'footnotes',''),
(19732,4366,'footnotes',''),
(19735,4368,'footnotes',''),
(19736,4368,'footnotes',''),
(19741,4371,'footnotes',''),
(19742,4371,'footnotes',''),
(19745,4373,'footnotes',''),
(19746,4373,'footnotes',''),
(19756,2933,'_oembed_120eb38c5b728e4d6c37edfc26ae4bf3','<iframe title=\"Peak Refuel Beef Pasta Marinara | 49g Protein | 1040 Calories | 100% Real Meat | Premium Freeze Dried Backpacking &amp; Camping Food | 2 Servings | Ideal MRE Survival Meal (2 Serving Pouch)\" type=\"text/html\" width=\"1080\" height=\"550\" frameborder=\"0\" allowfullscreen style=\"max-width:100%\" src=\"https://read.amazon.com/kp/card?preview=inline&linkCode=sl1&ref_=k4w_oembed_BDoYNY6DRmNumf&asin=B07BR7WY5G&tag=amtac-20\"></iframe>'),
(19757,2933,'_oembed_time_120eb38c5b728e4d6c37edfc26ae4bf3','1743529198'),
(19758,4376,'footnotes',''),
(19759,4156,'_oembed_120eb38c5b728e4d6c37edfc26ae4bf3','<iframe title=\"Peak Refuel Beef Pasta Marinara | 49g Protein | 1040 Calories | 100% Real Meat | Premium Freeze Dried Backpacking &amp; Camping Food | 2 Servings | Ideal MRE Survival Meal (2 Serving Pouch)\" type=\"text/html\" width=\"1080\" height=\"550\" frameborder=\"0\" allowfullscreen style=\"max-width:100%\" src=\"https://read.amazon.com/kp/card?preview=inline&linkCode=sl1&ref_=k4w_oembed_kGw3YNXpoHblGQ&asin=B07BR7WY5G&tag=amtac-20\"></iframe>'),
(19760,4156,'_oembed_time_120eb38c5b728e4d6c37edfc26ae4bf3','1743529208'),
(19766,4379,'footnotes',''),
(19771,4380,'footnotes',''),
(20036,4399,'footnotes',''),
(20042,4400,'footnotes',''),
(20066,4403,'footnotes',''),
(20068,3631,'_et_builder_dynamic_assets_loading_attr_threshold','2'),
(20073,4406,'footnotes',''),
(20075,4408,'footnotes',''),
(20081,4410,'footnotes',''),
(20085,1686,'_edit_lock','1744396993:10'),
(20086,1686,'_et_gb_content_width',''),
(20087,1686,'footnotes',''),
(20088,4412,'footnotes',''),
(20089,1686,'_et_pb_post_hide_nav','default'),
(20090,1686,'_et_pb_page_layout','et_right_sidebar'),
(20091,1686,'_et_pb_side_nav','off'),
(20092,4413,'footnotes',''),
(20094,4414,'footnotes',''),
(20096,4415,'footnotes',''),
(20097,4416,'footnotes',''),
(20119,4418,'footnotes',''),
(20122,4419,'footnotes',''),
(20123,3631,'footnotes',''),
(20146,4420,'footnotes',''),
(20147,4421,'footnotes',''),
(20157,4422,'footnotes',''),
(20159,4423,'footnotes',''),
(20173,4424,'footnotes',''),
(20174,4424,'footnotes',''),
(20175,4425,'footnotes',''),
(20176,4425,'footnotes',''),
(20181,4426,'footnotes',''),
(20182,4426,'footnotes',''),
(20218,4430,'footnotes',''),
(20223,4431,'footnotes',''),
(20236,4432,'footnotes',''),
(20237,4432,'footnotes',''),
(20238,4433,'footnotes',''),
(20239,4433,'footnotes',''),
(20334,4455,'footnotes',''),
(20434,4456,'footnotes',''),
(20435,4457,'footnotes',''),
(20472,4458,'footnotes',''),
(20485,4459,'footnotes',''),
(20490,4460,'footnotes',''),
(20496,4462,'footnotes',''),
(20506,4463,'footnotes',''),
(20529,4464,'_edit_lock','1744923841:10'),
(20530,4464,'_wp_page_template','sidebar'),
(20531,4464,'_et_pb_use_builder','on'),
(20532,4464,'_et_gb_content_width',''),
(20533,4464,'footnotes',''),
(20534,4465,'footnotes',''),
(20535,4464,'_edit_last','10'),
(20536,4464,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(20537,4464,'_et_pb_post_hide_nav','default'),
(20538,4464,'_et_pb_page_layout','et_right_sidebar'),
(20539,4464,'_et_pb_side_nav','off'),
(20540,4464,'gf_format_video_embed',''),
(20541,4464,'gf_format_gallery_images',''),
(20542,4464,'_yoast_wpseo_estimated-reading-time-minutes','0'),
(20546,4464,'_et_pb_built_for_post_type','page'),
(20547,4467,'footnotes',''),
(20548,4464,'_et_pb_ab_subjects',''),
(20549,4464,'_et_pb_enable_shortcode_tracking',''),
(20550,4464,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"4464\" /]'),
(20551,4464,'_et_pb_custom_css',''),
(20552,4464,'_et_pb_gutter_width','3'),
(20553,4464,'_thumbnail_id','0'),
(20554,4464,'_global_colors_info','{}'),
(20555,4464,'_et_pb_first_image',''),
(20556,4464,'_et_pb_truncate_post',''),
(20557,4464,'_et_pb_truncate_post_date',''),
(20558,4464,'_et_builder_version','VB|Divi|4.27.2'),
(20559,4464,'_et_pb_show_page_creation','off'),
(20560,79,'_edit_lock','1744923193:10'),
(20561,79,'_et_pb_use_builder','on'),
(20562,79,'_et_gb_content_width',''),
(20563,79,'footnotes',''),
(20564,4468,'footnotes',''),
(20565,79,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(20566,79,'_et_pb_post_hide_nav','default'),
(20567,79,'_et_pb_page_layout','et_right_sidebar'),
(20568,79,'_et_pb_side_nav','off'),
(20569,79,'gf_format_video_embed',''),
(20570,79,'gf_format_gallery_images',''),
(20571,79,'_yoast_wpseo_estimated-reading-time-minutes','0'),
(20576,4471,'footnotes',''),
(20577,4472,'footnotes',''),
(20578,4473,'footnotes',''),
(20584,2980,'_wp_old_date','2025-04-01'),
(20585,2967,'_wp_old_date','2025-04-01'),
(20586,4333,'_wp_old_date','2025-04-01'),
(20587,2978,'_wp_old_date','2025-04-01'),
(20588,4475,'_menu_item_type','post_type'),
(20589,4475,'_menu_item_menu_item_parent','3030'),
(20590,4475,'_menu_item_object_id','4464'),
(20591,4475,'_menu_item_object','page'),
(20592,4475,'_menu_item_target',''),
(20593,4475,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(20594,4475,'_menu_item_xfn',''),
(20595,4475,'_menu_item_url',''),
(20604,4476,'_edit_lock','1744923415:10'),
(20605,4476,'_et_pb_use_builder','on'),
(20606,4476,'_et_gb_content_width',''),
(20607,4476,'footnotes',''),
(20608,4477,'footnotes',''),
(20609,4476,'_edit_last','10'),
(20610,4476,'_wp_convertkit_post_meta','a:4:{s:4:\"form\";s:2:\"-1\";s:12:\"landing_page\";s:1:\"0\";s:3:\"tag\";s:1:\"0\";s:16:\"restrict_content\";s:1:\"0\";}'),
(20611,4476,'_et_pb_post_hide_nav','default'),
(20612,4476,'_et_pb_page_layout','et_right_sidebar'),
(20613,4476,'_et_pb_side_nav','off'),
(20614,4476,'gf_format_video_embed',''),
(20615,4476,'gf_format_gallery_images',''),
(20616,4476,'_yoast_wpseo_estimated-reading-time-minutes','0'),
(20618,4476,'_et_pb_built_for_post_type','page'),
(20619,4478,'footnotes',''),
(20620,4476,'_et_pb_ab_subjects',''),
(20621,4476,'_et_pb_enable_shortcode_tracking',''),
(20622,4476,'_et_pb_ab_current_shortcode','[et_pb_split_track id=\"4476\" /]'),
(20623,4476,'_et_pb_custom_css',''),
(20624,4476,'_et_pb_gutter_width','3'),
(20625,4476,'_thumbnail_id','0'),
(20626,4476,'_global_colors_info','{}'),
(20627,4476,'_et_pb_first_image',''),
(20628,4476,'_et_pb_truncate_post',''),
(20629,4476,'_et_pb_truncate_post_date',''),
(20630,4476,'_et_builder_version','VB|Divi|4.27.2'),
(20631,4476,'_et_pb_show_page_creation','off'),
(20635,4480,'_menu_item_type','post_type'),
(20636,4480,'_menu_item_menu_item_parent','3030'),
(20637,4480,'_menu_item_object_id','4476'),
(20638,4480,'_menu_item_object','page'),
(20639,4480,'_menu_item_target',''),
(20640,4480,'_menu_item_classes','a:1:{i:0;s:0:\"\";}'),
(20641,4480,'_menu_item_xfn',''),
(20642,4480,'_menu_item_url',''),
(20672,4484,'footnotes',''),
(20693,4490,'_wp_attached_file','2025/04/Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf.png'),
(20694,4490,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1500;s:6:\"height\";i:944;s:4:\"file\";s:63:\"2025/04/Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf.png\";s:8:\"filesize\";i:409099;s:5:\"sizes\";a:17:{s:6:\"medium\";a:5:{s:4:\"file\";s:63:\"Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf-300x189.png\";s:5:\"width\";i:300;s:6:\"height\";i:189;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:34517;}s:5:\"large\";a:5:{s:4:\"file\";s:64:\"Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf-1024x644.png\";s:5:\"width\";i:1024;s:6:\"height\";i:644;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:207865;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:63:\"Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:18381;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:63:\"Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf-768x483.png\";s:5:\"width\";i:768;s:6:\"height\";i:483;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:133370;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:63:\"Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:51884;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:64:\"Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:223500;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:63:\"Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59001;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:63:\"Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:89084;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:64:\"Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf-1080x680.png\";s:5:\"width\";i:1080;s:6:\"height\";i:680;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:223797;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:63:\"Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:79168;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:64:\"Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf-1280x806.png\";s:5:\"width\";i:1280;s:6:\"height\";i:806;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:295403;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:63:\"Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf-980x617.png\";s:5:\"width\";i:980;s:6:\"height\";i:617;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:194216;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:63:\"Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf-480x302.png\";s:5:\"width\";i:480;s:6:\"height\";i:302;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:67326;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:64:\"Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf-1320x831.png\";s:5:\"width\";i:1320;s:6:\"height\";i:831;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:310177;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:63:\"Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47498;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:63:\"Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf-600x378.png\";s:5:\"width\";i:600;s:6:\"height\";i:378;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:91827;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:63:\"Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:10619;}}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:{}}}'),
(20721,4493,'footnotes',''),
(20726,4495,'footnotes',''),
(20732,4497,'footnotes',''),
(20759,4501,'_wp_attached_file','2025/05/White-Border-Rect-Amtac-Shooting-Logo.png'),
(20760,4501,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:318;s:6:\"height\";i:215;s:4:\"file\";s:49:\"2025/05/White-Border-Rect-Amtac-Shooting-Logo.png\";s:8:\"filesize\";i:24235;s:5:\"sizes\";a:4:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"White-Border-Rect-Amtac-Shooting-Logo-300x203.png\";s:5:\"width\";i:300;s:6:\"height\";i:203;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46564;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"White-Border-Rect-Amtac-Shooting-Logo-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:24796;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"White-Border-Rect-Amtac-Shooting-Logo-300x215.png\";s:5:\"width\";i:300;s:6:\"height\";i:215;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:22873;s:9:\"uncropped\";b:0;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"White-Border-Rect-Amtac-Shooting-Logo-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13721;}}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:{}}}'),
(20762,4504,'footnotes',''),
(20772,4507,'_wp_attached_file','2025/05/new-amtac-shooting-logo-min-scaled.png'),
(20773,4507,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1690;s:4:\"file\";s:46:\"2025/05/new-amtac-shooting-logo-min-scaled.png\";s:8:\"filesize\";i:399534;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:39:\"new-amtac-shooting-logo-min-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:28545;}s:5:\"large\";a:5:{s:4:\"file\";s:40:\"new-amtac-shooting-logo-min-1024x676.png\";s:5:\"width\";i:1024;s:6:\"height\";i:676;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:124758;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:39:\"new-amtac-shooting-logo-min-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:14615;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:39:\"new-amtac-shooting-logo-min-768x507.png\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:88375;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:41:\"new-amtac-shooting-logo-min-1536x1014.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1014;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:206372;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:41:\"new-amtac-shooting-logo-min-2048x1352.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1352;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:298596;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:39:\"new-amtac-shooting-logo-min-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:40583;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:40:\"new-amtac-shooting-logo-min-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:132647;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:39:\"new-amtac-shooting-logo-min-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:43535;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:39:\"new-amtac-shooting-logo-min-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:59754;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:40:\"new-amtac-shooting-logo-min-1080x713.png\";s:5:\"width\";i:1080;s:6:\"height\";i:713;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:133060;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:39:\"new-amtac-shooting-logo-min-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:47387;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:41:\"new-amtac-shooting-logo-min-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:468413;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:40:\"new-amtac-shooting-logo-min-1280x845.png\";s:5:\"width\";i:1280;s:6:\"height\";i:845;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:164538;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:39:\"new-amtac-shooting-logo-min-980x647.png\";s:5:\"width\";i:980;s:6:\"height\";i:647;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:118086;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:39:\"new-amtac-shooting-logo-min-480x317.png\";s:5:\"width\";i:480;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:50305;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:40:\"new-amtac-shooting-logo-min-1320x872.png\";s:5:\"width\";i:1320;s:6:\"height\";i:872;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:168142;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:39:\"new-amtac-shooting-logo-min-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:33343;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:39:\"new-amtac-shooting-logo-min-600x396.png\";s:5:\"width\";i:600;s:6:\"height\";i:396;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:65855;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:39:\"new-amtac-shooting-logo-min-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:9020;}}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:31:\"new-amtac-shooting-logo-min.png\";}'),
(20782,4510,'_wp_attached_file','2025/05/new-amtac-shooting-logo-min-1-scaled.png'),
(20783,4510,'_wp_attachment_metadata','a:7:{s:5:\"width\";i:2560;s:6:\"height\";i:1690;s:4:\"file\";s:48:\"2025/05/new-amtac-shooting-logo-min-1-scaled.png\";s:8:\"filesize\";i:390231;s:5:\"sizes\";a:20:{s:6:\"medium\";a:5:{s:4:\"file\";s:41:\"new-amtac-shooting-logo-min-1-300x198.png\";s:5:\"width\";i:300;s:6:\"height\";i:198;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:27151;}s:5:\"large\";a:5:{s:4:\"file\";s:42:\"new-amtac-shooting-logo-min-1-1024x676.png\";s:5:\"width\";i:1024;s:6:\"height\";i:676;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:122712;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:41:\"new-amtac-shooting-logo-min-1-150x150.png\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:13696;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:41:\"new-amtac-shooting-logo-min-1-768x507.png\";s:5:\"width\";i:768;s:6:\"height\";i:507;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:86913;}s:9:\"1536x1536\";a:5:{s:4:\"file\";s:43:\"new-amtac-shooting-logo-min-1-1536x1014.png\";s:5:\"width\";i:1536;s:6:\"height\";i:1014;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:202883;}s:9:\"2048x2048\";a:5:{s:4:\"file\";s:43:\"new-amtac-shooting-logo-min-1-2048x1352.png\";s:5:\"width\";i:2048;s:6:\"height\";i:1352;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:290925;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:41:\"new-amtac-shooting-logo-min-1-400x250.png\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:39624;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:42:\"new-amtac-shooting-logo-min-1-1080x675.png\";s:5:\"width\";i:1080;s:6:\"height\";i:675;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:130289;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:41:\"new-amtac-shooting-logo-min-1-400x284.png\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:42751;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:41:\"new-amtac-shooting-logo-min-1-510x382.png\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:58891;}s:28:\"et-pb-portfolio-image-single\";a:5:{s:4:\"file\";s:42:\"new-amtac-shooting-logo-min-1-1080x713.png\";s:5:\"width\";i:1080;s:6:\"height\";i:713;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:130803;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:41:\"new-amtac-shooting-logo-min-1-400x516.png\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:46247;}s:37:\"et-pb-post-main-image-fullwidth-large\";a:5:{s:4:\"file\";s:43:\"new-amtac-shooting-logo-min-1-2880x1800.png\";s:5:\"width\";i:2880;s:6:\"height\";i:1800;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:455504;}s:32:\"et-pb-image--responsive--desktop\";a:5:{s:4:\"file\";s:42:\"new-amtac-shooting-logo-min-1-1280x845.png\";s:5:\"width\";i:1280;s:6:\"height\";i:845;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:161298;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:41:\"new-amtac-shooting-logo-min-1-980x647.png\";s:5:\"width\";i:980;s:6:\"height\";i:647;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:116282;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:41:\"new-amtac-shooting-logo-min-1-480x317.png\";s:5:\"width\";i:480;s:6:\"height\";i:317;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:49270;}s:23:\"mailpoet_newsletter_max\";a:5:{s:4:\"file\";s:42:\"new-amtac-shooting-logo-min-1-1320x872.png\";s:5:\"width\";i:1320;s:6:\"height\";i:872;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:164254;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:41:\"new-amtac-shooting-logo-min-1-300x300.png\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:32661;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:41:\"new-amtac-shooting-logo-min-1-600x396.png\";s:5:\"width\";i:600;s:6:\"height\";i:396;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:64488;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:41:\"new-amtac-shooting-logo-min-1-100x100.png\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:9:\"image/png\";s:8:\"filesize\";i:8105;}}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:33:\"new-amtac-shooting-logo-min-1.png\";}'),
(20797,4513,'footnotes',''),
(20807,4516,'footnotes',''),
(20856,4519,'footnotes',''),
(21715,4525,'footnotes',''),
(21716,4526,'footnotes',''),
(21718,4528,'footnotes',''),
(21720,4529,'footnotes',''),
(21722,4531,'footnotes',''),
(21723,4532,'footnotes',''),
(21724,4533,'footnotes',''),
(21725,4534,'footnotes',''),
(21726,4535,'footnotes',''),
(21728,4537,'footnotes',''),
(21729,4538,'footnotes',''),
(21731,4540,'footnotes',''),
(21732,4541,'footnotes',''),
(21733,4542,'footnotes',''),
(21742,4543,'footnotes',''),
(21744,4545,'footnotes',''),
(21749,4546,'footnotes',''),
(21758,4547,'footnotes',''),
(21764,4549,'footnotes',''),
(21769,4550,'footnotes',''),
(21771,4552,'footnotes',''),
(21773,4554,'footnotes',''),
(21781,4555,'footnotes',''),
(21788,4558,'footnotes',''),
(21797,4559,'footnotes',''),
(21802,4560,'footnotes',''),
(22051,4562,'footnotes',''),
(22052,4563,'footnotes',''),
(22053,4564,'footnotes',''),
(22062,4567,'footnotes',''),
(22067,4568,'footnotes',''),
(22131,2461,'_oembed_89b30d5a377a2b056f38862593641d8c','<iframe title=\"AMTAC Shooting Night Vision Course\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/NqHJ1uuFfY4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22132,2461,'_oembed_time_89b30d5a377a2b056f38862593641d8c','1750353696'),
(22133,2461,'_oembed_32954e2360066624a5af3c4091e841d1','<iframe title=\"Retired Navy SEAL Bill Rapier&#039;s Force on Force Class Review\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/6Z_NrLLZXRI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22134,2461,'_oembed_time_32954e2360066624a5af3c4091e841d1','1750353697'),
(22135,2461,'_oembed_341667e840c6decd26cd21072dc768fb','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22136,2461,'_oembed_time_341667e840c6decd26cd21072dc768fb','1750353697'),
(22137,2762,'_oembed_1d3651b73788fe5056aaaca7bf6d18f2','<iframe title=\"2 DAY DEFENSIVE PISTOL\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/j1isTulYzeU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22138,2762,'_oembed_time_1d3651b73788fe5056aaaca7bf6d18f2','1750353697'),
(22139,2762,'_oembed_d1a7bf850ee7c0c569791ebd491d5510','<iframe title=\"V I•O•L E N C E\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/NAfVVB904gM?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22140,2762,'_oembed_time_d1a7bf850ee7c0c569791ebd491d5510','1750353697'),
(22141,2762,'_oembed_cdc21646593ee1cf5ed3e3d039d551a1','<iframe title=\"Ep #67 David Acosta\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/yxg4PsxbSW0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22142,2762,'_oembed_time_cdc21646593ee1cf5ed3e3d039d551a1','1750353697'),
(22143,2762,'_oembed_da44f312dda91595c5090d99de3b1e5e','<iframe title=\"David Acosta Jr. | Special Guest Episode | EP. 075 | Mike Force Podcast\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/wpHgmAhBj7o?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22144,2762,'_oembed_time_da44f312dda91595c5090d99de3b1e5e','1750353697'),
(22145,2762,'_oembed_e0452b0c8ad27222f31a2d95eb7f18fd','<iframe title=\"Confronting The Realities Of The World We Live In With David Acosta Jr.\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/OFqq-68dGXE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22146,2762,'_oembed_time_e0452b0c8ad27222f31a2d95eb7f18fd','1750353697'),
(22147,2794,'_oembed_c7dfdfa3b2ed26deda51b0b7354daf53','<iframe title=\"David Cagle Questions Force on Force Training\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/KuzN0jAHT0s?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22148,2794,'_oembed_time_c7dfdfa3b2ed26deda51b0b7354daf53','1750353697'),
(22149,2794,'_oembed_a816eef5d67de34bb467190514822c2e','<iframe title=\"Meet the Trainers 2024: David Cagle\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/soEyOeZ70B8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22150,2794,'_oembed_time_a816eef5d67de34bb467190514822c2e','1750353697'),
(22151,2794,'_oembed_e195c76ac0acf47a7b9e73552a6d8d63','<iframe title=\"P&amp;S ModCast 361 - Popular Gun Trends\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/YDNUh-eskWo?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22152,2794,'_oembed_time_e195c76ac0acf47a7b9e73552a6d8d63','1750353697'),
(22153,2794,'_oembed_ec55d3c5cef5124594f24b2db5b84a77','<iframe title=\"Episode 19   Baseline Proficiency with David Cagle\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/P_jYmHQHhAc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22154,2794,'_oembed_time_ec55d3c5cef5124594f24b2db5b84a77','1750353697'),
(22155,2699,'_oembed_b1796dd307f46a9319de4ff283b235a3','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22156,2699,'_oembed_time_b1796dd307f46a9319de4ff283b235a3','1750353701'),
(22157,2699,'_oembed_6aec59667115f718018e6c92dff4baeb','<iframe title=\"Bill Rapier - Navy Seal drops mindset bomb\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/yELsaqTI2lU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22158,2699,'_oembed_time_6aec59667115f718018e6c92dff4baeb','1750353701'),
(22159,2699,'_oembed_7b0c472957a87d3044b1bfab1b956f8d','<iframe title=\"BILL RAPIER - UNDERSTANDING THE REACTIONARY GAP\" width=\"500\" height=\"375\" src=\"https://www.youtube.com/embed/0Meb6wxiwNc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22160,2699,'_oembed_time_7b0c472957a87d3044b1bfab1b956f8d','1750353701'),
(22161,2699,'_oembed_bdc59cc1958ea19b08be911daf72b22e','<iframe title=\"AMTAC Shooting Night Vision Course\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/NqHJ1uuFfY4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22162,2699,'_oembed_time_bdc59cc1958ea19b08be911daf72b22e','1750353702'),
(22163,2699,'_oembed_9f095626017b93cd8bf1ca8b12e2b528','<iframe title=\"How to Defend Against a Carjacker: A Navy SEAL&#039;s Advice\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/gAgqyXQzwnU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22164,2699,'_oembed_time_9f095626017b93cd8bf1ca8b12e2b528','1750353702'),
(22165,2699,'_oembed_f7bf8bd06d621597b0242f7c97e26208','<iframe title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22166,2699,'_oembed_time_f7bf8bd06d621597b0242f7c97e26208','1750353702'),
(22167,2699,'_oembed_e79383fcba0064432ddb4248dc32e028','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22168,2699,'_oembed_time_e79383fcba0064432ddb4248dc32e028','1750353702'),
(22169,2699,'_oembed_1afa1c4154d6b4766117dc1df009eaa6','<iframe title=\"AMTAC Shooting: Jiu Jitsu and Pistol Course\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/W9_z5BEHHMY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22170,2699,'_oembed_time_1afa1c4154d6b4766117dc1df009eaa6','1750353702'),
(22171,2699,'_oembed_0566b9367e5f9268e52c41f10446851b','<iframe title=\"AMTAC Shooting: Intro to Winter Skills\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/qHMSC0AYZjQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22172,2699,'_oembed_time_0566b9367e5f9268e52c41f10446851b','1750353702'),
(22173,2699,'_oembed_45269fd89eecc994715975fee25e32cf','<iframe title=\"6 Pistol Tips from ex-Navy SEAL, Bill Rapier\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/gH01sQ2D1So?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22174,2699,'_oembed_time_45269fd89eecc994715975fee25e32cf','1750353702'),
(22175,2699,'_oembed_4752176008a3053aa68164b26ec24cf6','<iframe title=\"Mounting a Scope with AMTAC Shooting\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/F1gGTR5WGN8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22176,2699,'_oembed_time_4752176008a3053aa68164b26ec24cf6','1750353702'),
(22177,2699,'_oembed_75cebbfb5d3afe858cf0902e5afd9f1e','<iframe title=\"Pistol &amp; Blades with AMTAC Shooting and Tom Kier\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/UnoguGoSNIk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22178,2699,'_oembed_time_75cebbfb5d3afe858cf0902e5afd9f1e','1750353702'),
(22179,2699,'_oembed_fa17f563339f70f63d8952af4febcccf','<iframe title=\"Retired Navy SEAL Bill Rapier&#039;s Force on Force Class Review\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/6Z_NrLLZXRI?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22180,2699,'_oembed_time_fa17f563339f70f63d8952af4febcccf','1750353702'),
(22181,2699,'_oembed_66dd7d239682ab2ce4beb7c1a6dae150','<iframe title=\"Battle of the Bills\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/8fr-jGkSs0M?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22182,2699,'_oembed_time_66dd7d239682ab2ce4beb7c1a6dae150','1750353702'),
(22183,2699,'_oembed_64ec174ae0ecd496da3572af5ed09958','<iframe title=\"Surefire Battle of the Bills! | CQB &amp; Self Defense Training\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/qy1R-Q8GZ1I?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22184,2699,'_oembed_time_64ec174ae0ecd496da3572af5ed09958','1750353702'),
(22185,2699,'_oembed_e9fec9cfd1da8d630414ff3626acd945','<iframe title=\"You Aren&#039;t Ready - Battle of the Bills - Surefire\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/7It3Eq5ttE8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22186,2699,'_oembed_time_e9fec9cfd1da8d630414ff3626acd945','1750353702'),
(22187,2699,'_oembed_8e071af2122130bb71442aec592aad19','<iframe title=\"Modern Minuteman Course 2022 by AMTAC Training\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/97dTAWhvlZc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22188,2699,'_oembed_time_8e071af2122130bb71442aec592aad19','1750353702'),
(22189,2699,'_oembed_ff321a12554b0ba055be49f7be6ed534','<iframe title=\"Cover, Concealment &amp; Shooting Through Obstructions\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/K4ZWFRRBOdc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22190,2699,'_oembed_time_ff321a12554b0ba055be49f7be6ed534','1750353702'),
(22191,2699,'_oembed_0d21d46dc1896cdc380b21e2f9ce82ce','<iframe title=\"HUNT LIKE A MARKSMAN w/ BILL RAPIER\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/G_CMC69ryiY?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22192,2699,'_oembed_time_0d21d46dc1896cdc380b21e2f9ce82ce','1750353703'),
(22193,2699,'_oembed_e51743153ce8165cc1307739e8efad7e','<iframe title=\"Tim Larkin PROT3CT #21 - Bill Rapier (Pt 1)\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/M67PMNs6Iio?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22194,2699,'_oembed_time_e51743153ce8165cc1307739e8efad7e','1750353703'),
(22195,2699,'_oembed_d8d755c19181bd984c2e856292a665b6','<iframe title=\"Bill Rapier would scare JOHN WICK back into retirement-Can You Survive This Podcast w/ Clint Emerson\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/9a-0ZGWNdO4?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22196,2699,'_oembed_time_d8d755c19181bd984c2e856292a665b6','1750353703'),
(22197,2699,'_oembed_171b861c5e2a4ca422a27fa73e2be721','<iframe title=\"BILL RAPIER | Serving Christ While Killing for Uncle Sam (Ep. 314)\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/BC9jO5XDBWA?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22198,2699,'_oembed_time_171b861c5e2a4ca422a27fa73e2be721','1750353703'),
(22199,2699,'_oembed_35d3b6f114827882465939b6bc4c3131','<iframe title=\"Navy SEAL Bill Rapier: Getting Right With Christ, Dying Well &amp; The AMTAC Mindset\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/C5nFBk5oB68?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22200,2699,'_oembed_time_35d3b6f114827882465939b6bc4c3131','1750353703'),
(22201,2699,'_oembed_e1b8cd4071cb095054603ce884b4a356','<iframe title=\"A Warrior Mindset W/Former DEVGRU Operator Bill Rapier\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/oQoR9yCK5x8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22202,2699,'_oembed_time_e1b8cd4071cb095054603ce884b4a356','1750353703'),
(22203,2699,'_oembed_9c9e45a25f13b63fb44913e3f96afc80','<iframe title=\"Sling&#039;N Lead Podcast: Episode 76 Bill Rapier Combat Carbine\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/ReLQlT-qw2Q?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22204,2699,'_oembed_time_9c9e45a25f13b63fb44913e3f96afc80','1750353703'),
(22205,2699,'_oembed_f2804b78259c28ac46c26bd34ea747f4','<iframe title=\"Navy SEAL Legend Bill Rapier Reveals How To Defeat Terrorism\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/hHwbgriBmbk?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22206,2699,'_oembed_time_f2804b78259c28ac46c26bd34ea747f4','1750353703'),
(22207,2699,'_oembed_a95230f7e370c1a9245c3bfb88d2ba33','<iframe title=\"Live Q or Die Podcast - Episode 65 - Bill Rapier - Knives for Hands\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/Zw-yb08JFW8?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22208,2699,'_oembed_time_a95230f7e370c1a9245c3bfb88d2ba33','1750353703'),
(22209,2699,'_oembed_84f7420c952d15c333cf92a42191afba','<iframe title=\"Bill Rapier “Amtac Shooting”\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/yIJRU6NOGKE?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22210,2699,'_oembed_time_84f7420c952d15c333cf92a42191afba','1750353703'),
(22211,2699,'_oembed_8897cb8bf69612f6bde204d96871352b','<iframe title=\"Guns, God, &amp; AMTAC Knives | Mike Drop CLIPS - Episode 68\" width=\"500\" height=\"281\" src=\"https://www.youtube.com/embed/NxPd3rvKFRg?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>'),
(22212,2699,'_oembed_time_8897cb8bf69612f6bde204d96871352b','1750353703'),
(24639,4587,'_wp_attached_file','2025/11/Walther_-Hammerli_TessRousey_4760-1-1.jpg'),
(24640,4587,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:667;s:4:\"file\";s:49:\"2025/11/Walther_-Hammerli_TessRousey_4760-1-1.jpg\";s:8:\"filesize\";i:117762;s:5:\"sizes\";a:12:{s:6:\"medium\";a:5:{s:4:\"file\";s:49:\"Walther_-Hammerli_TessRousey_4760-1-1-300x200.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:200;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21577;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:49:\"Walther_-Hammerli_TessRousey_4760-1-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:9453;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:49:\"Walther_-Hammerli_TessRousey_4760-1-1-768x512.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:512;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:99990;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:49:\"Walther_-Hammerli_TessRousey_4760-1-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33121;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:49:\"Walther_-Hammerli_TessRousey_4760-1-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36524;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:49:\"Walther_-Hammerli_TessRousey_4760-1-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56099;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:49:\"Walther_-Hammerli_TessRousey_4760-1-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:62111;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:49:\"Walther_-Hammerli_TessRousey_4760-1-1-980x654.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:654;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:144595;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:49:\"Walther_-Hammerli_TessRousey_4760-1-1-480x320.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:320;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:47118;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:49:\"Walther_-Hammerli_TessRousey_4760-1-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30212;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:49:\"Walther_-Hammerli_TessRousey_4760-1-1-600x400.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:400;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:68023;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:49:\"Walther_-Hammerli_TessRousey_4760-1-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:5017;}}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:{}}}'),
(24641,4588,'_wp_attached_file','2025/11/A1S9269-1.jpg'),
(24642,4588,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1498;s:4:\"file\";s:21:\"2025/11/A1S9269-1.jpg\";s:8:\"filesize\";i:116668;s:5:\"sizes\";a:14:{s:6:\"medium\";a:5:{s:4:\"file\";s:21:\"A1S9269-1-200x300.jpg\";s:5:\"width\";i:200;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:14685;}s:5:\"large\";a:5:{s:4:\"file\";s:22:\"A1S9269-1-684x1024.jpg\";s:5:\"width\";i:684;s:6:\"height\";i:1024;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:95287;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:21:\"A1S9269-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:7105;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:22:\"A1S9269-1-768x1150.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:1150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:112337;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:21:\"A1S9269-1-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:21575;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:22:\"A1S9269-1-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:96629;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:21:\"A1S9269-1-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:24214;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:21:\"A1S9269-1-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:36854;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:21:\"A1S9269-1-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:38452;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:22:\"A1S9269-1-980x1468.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:1468;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:159941;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:21:\"A1S9269-1-480x719.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:719;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:56198;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:21:\"A1S9269-1-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:20675;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:21:\"A1S9269-1-600x899.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:899;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:78819;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:21:\"A1S9269-1-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4080;}}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:{}}}'),
(24643,4589,'_wp_attached_file','2025/11/AMTAC-2023-10-21-1-2.jpg'),
(24644,4589,'_wp_attachment_metadata','a:6:{s:5:\"width\";i:1000;s:6:\"height\";i:1000;s:4:\"file\";s:32:\"2025/11/AMTAC-2023-10-21-1-2.jpg\";s:8:\"filesize\";i:194633;s:5:\"sizes\";a:13:{s:6:\"medium\";a:5:{s:4:\"file\";s:32:\"AMTAC-2023-10-21-1-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30725;}s:9:\"thumbnail\";a:5:{s:4:\"file\";s:32:\"AMTAC-2023-10-21-1-2-150x150.jpg\";s:5:\"width\";i:150;s:6:\"height\";i:150;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:9042;}s:12:\"medium_large\";a:5:{s:4:\"file\";s:32:\"AMTAC-2023-10-21-1-2-768x768.jpg\";s:5:\"width\";i:768;s:6:\"height\";i:768;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:161008;}s:21:\"et-pb-post-main-image\";a:5:{s:4:\"file\";s:32:\"AMTAC-2023-10-21-1-2-400x250.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:250;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:33606;}s:31:\"et-pb-post-main-image-fullwidth\";a:5:{s:4:\"file\";s:33:\"AMTAC-2023-10-21-1-2-1000x675.jpg\";s:5:\"width\";i:1000;s:6:\"height\";i:675;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:181493;}s:21:\"et-pb-portfolio-image\";a:5:{s:4:\"file\";s:32:\"AMTAC-2023-10-21-1-2-400x284.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:284;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:37549;}s:28:\"et-pb-portfolio-module-image\";a:5:{s:4:\"file\";s:32:\"AMTAC-2023-10-21-1-2-510x382.jpg\";s:5:\"width\";i:510;s:6:\"height\";i:382;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:60378;}s:35:\"et-pb-gallery-module-image-portrait\";a:5:{s:4:\"file\";s:32:\"AMTAC-2023-10-21-1-2-400x516.jpg\";s:5:\"width\";i:400;s:6:\"height\";i:516;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:63661;}s:31:\"et-pb-image--responsive--tablet\";a:5:{s:4:\"file\";s:32:\"AMTAC-2023-10-21-1-2-980x980.jpg\";s:5:\"width\";i:980;s:6:\"height\";i:980;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:238551;}s:30:\"et-pb-image--responsive--phone\";a:5:{s:4:\"file\";s:32:\"AMTAC-2023-10-21-1-2-480x480.jpg\";s:5:\"width\";i:480;s:6:\"height\";i:480;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:71187;}s:21:\"woocommerce_thumbnail\";a:6:{s:4:\"file\";s:32:\"AMTAC-2023-10-21-1-2-300x300.jpg\";s:5:\"width\";i:300;s:6:\"height\";i:300;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:30725;s:9:\"uncropped\";b:0;}s:18:\"woocommerce_single\";a:5:{s:4:\"file\";s:32:\"AMTAC-2023-10-21-1-2-600x600.jpg\";s:5:\"width\";i:600;s:6:\"height\";i:600;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:107028;}s:29:\"woocommerce_gallery_thumbnail\";a:5:{s:4:\"file\";s:32:\"AMTAC-2023-10-21-1-2-100x100.jpg\";s:5:\"width\";i:100;s:6:\"height\";i:100;s:9:\"mime-type\";s:10:\"image/jpeg\";s:8:\"filesize\";i:4704;}}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:{}}}'),
(24650,3631,'_g_feedback_shortcode_5e466233b37a2be25c1ae6c4fea5af633cc3c9f8','\n				[contact-field label=\"Name\" type=\"name\"  required=\"true\" /]\n				[contact-field label=\"Email\" type=\"email\" required=\"true\" /]\n				[contact-field label=\"Website\" type=\"url\" /]\n				[contact-field label=\"Message\" type=\"textarea\" /]'),
(24651,3631,'_g_feedback_shortcode_atts_5e466233b37a2be25c1ae6c4fea5af633cc3c9f8','a:18:{s:2:\"to\";s:23:\"victoria@shilohcode.com\";s:7:\"subject\";s:24:\"[Amtac Shooting] Courses\";s:12:\"show_subject\";s:2:\"no\";s:6:\"widget\";i:0;s:14:\"block_template\";N;s:19:\"block_template_part\";N;s:2:\"id\";i:3631;s:18:\"submit_button_text\";s:6:\"Submit\";s:14:\"customThankyou\";s:0:\"\";s:21:\"customThankyouHeading\";s:26:\"Your message has been sent\";s:21:\"customThankyouMessage\";s:30:\"Thank you for your submission!\";s:22:\"customThankyouRedirect\";s:0:\"\";s:10:\"jetpackCRM\";b:1;s:9:\"className\";N;s:9:\"postToUrl\";N;s:14:\"salesforceData\";N;s:12:\"hiddenFields\";N;s:14:\"stepTransition\";s:10:\"fade-slide\";}'),
(24653,4591,'_et_pb_module_type','et_pb_sidebar'),
(24654,4591,'_et_pb_excluded_global_options','[]'),
(24655,4591,'_et_pb_built_for_post_type','page'),
(24656,4592,'footnotes',''),
(24661,81,'_et_dynamic_cached_shortcodes','a:13:{i:0;s:11:\"et_pb_slide\";i:1;s:18:\"decm_event_display\";i:2;s:13:\"et_pb_section\";i:3;s:9:\"et_pb_row\";i:4;s:12:\"et_pb_column\";i:5;s:27:\"et_pb_fullwidth_post_slider\";i:6;s:22:\"et_pb_fullwidth_slider\";i:7;s:13:\"et_pb_heading\";i:8;s:11:\"et_pb_image\";i:9;s:10:\"et_pb_menu\";i:10;s:12:\"et_pb_signup\";i:11;s:12:\"et_pb_slider\";i:12;s:10:\"et_pb_text\";}'),
(24662,81,'_et_dynamic_cached_attributes','a:21:{s:9:\"fullwidth\";a:1:{i:0;s:2:\"on\";}s:15:\"animation_style\";a:1:{i:0;s:4:\"fade\";}s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24663,3933,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24664,2134,'_et_builder_module_features_cache','a:2:{i:0;s:85:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24665,27,'_et_builder_module_features_cache','a:2:{i:0;s:85:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24666,671,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24667,671,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24668,671,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"enable_all_character_sets\":\"false\"}\";}'),
(24669,671,'_et_builder_module_features_cache','a:2:{i:0;s:85:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24670,662,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24671,666,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24672,666,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24673,666,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"enable_all_character_sets\":\"false\"}\";}'),
(24674,666,'_et_builder_module_features_cache','a:2:{i:0;s:85:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24675,630,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24676,639,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24677,27,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24678,639,'_et_builder_module_features_cache','a:2:{i:0;s:85:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24679,344,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24680,313,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24681,29,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24682,81,'et_enqueued_post_fonts','a:2:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}}'),
(24683,81,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:40:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_29a73b71d82f6a1402fa892cc118e0e2\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:55:\"et_pb_fullwidth_slider_2568261a7833e7d3ca07df8dfddafe4b\";a:9:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"46\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"16\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:5:\"hhere\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_slide_7a0d00a511c6e04f7d397eb15c0746e7\";a:7:{s:4:\"glde\";a:7:{s:16:\"header_font_size\";s:4:\"26px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:4:\"16px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_slide_dcf27a3ac2f2dbc731fc6734db698a2c\";a:7:{s:4:\"glde\";a:7:{s:16:\"header_font_size\";s:4:\"26px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:4:\"16px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_slide_a1d58e5998145691f6a87acfd110a569\";a:7:{s:4:\"glde\";a:7:{s:16:\"header_font_size\";s:4:\"26px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:4:\"16px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_slide_c28f14424f013a5010dba68a1b81ef1e\";a:7:{s:4:\"glde\";a:7:{s:16:\"header_font_size\";s:4:\"26px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:4:\"16px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_slide_910752f09ca6f4103a06a1844f36b33c\";a:7:{s:4:\"glde\";a:7:{s:16:\"header_font_size\";s:4:\"26px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:4:\"16px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_7ce870959f23468778c7c64d78fe71bc\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_ff6f632a83317cb9f8bc80ac80b4610a\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f332e0732fa35ba5110d1250afdfef13\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_29437f8b490f23419a24e90cb1d09466\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_89934b05f356920bf9d1147eb47ec688\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_7a699947a745905441a7448fcace86c7\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_a08c40e2998226ccceef6e9e02fff145\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_slider_c8b2bb1d90fd895c192da0014cec595e\";a:8:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"46\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"16\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_slide_b62e02c0090cde53b1cae0d786a309eb\";a:6:{s:4:\"glde\";a:7:{s:16:\"header_font_size\";s:4:\"26px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:4:\"16px\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_be667d374fba3f7a90fc107ec6142303\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5b817faa123cf17a7e0734a65976c276\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_8694e6cb5fcf770de54788cb68d0ffc9\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_de6af47b3d9b3ea6819491292ca7adb2\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_58065db9af0687e84091607e540980d3\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_f75b3ea2b47ca4f53b35ff7e331392ff\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_5426a6363d9ea928b2d25b400b0c83f6\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_e3cd58fe12057eb566cbd088aa3fe18f\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_9fdc1da627f65353cd35fcb0b150282b\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e3cd58fe12057eb566cbd088aa3fe18f\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_heading_a45533d6dfb9f4459a763133e590357e\";a:5:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_926a3e7cbc5b75a1a6e3f93b45050199\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:51:\"decm_event_display_3c496ce6399ed237cff0b4c99e533c27\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_5cbbf8d00e7959b543c4df93a7017113\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:60:\"et_pb_fullwidth_post_slider_d492f32add2dfc0cd8f90b7737547984\";a:6:{s:4:\"glde\";a:10:{s:16:\"header_font_size\";s:2:\"46\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"16\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_d324dbf399b30cf77b84d02bf75166ec\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_signup_554a11bd8d087e245668f519e3cf2b1a\";a:13:{s:4:\"glde\";a:14:{s:16:\"header_font_size\";s:2:\"26\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:5:\"1.7em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";s:24:\"result_message_font_size\";s:4:\"26px\";s:26:\"result_message_line_height\";s:3:\"1em\";s:20:\"form_field_font_size\";s:2:\"14\";s:22:\"form_field_line_height\";s:5:\"1.7em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:5:\"bared\";b:1;s:5:\"baret\";b:1;s:5:\"barep\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_316273d61a79218b98db6a87070ed3ef\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24684,651,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24685,651,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24686,651,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"enable_all_character_sets\":\"false\"}\";}'),
(24687,651,'_et_builder_module_features_cache','a:2:{i:0;s:85:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24688,3891,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24689,2053,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24690,2053,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24691,2053,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"enable_all_character_sets\":\"false\"}\";}'),
(24692,2053,'_et_builder_module_features_cache','a:2:{i:0;s:85:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24693,3202,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24694,3920,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24695,3920,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24696,3920,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"enable_all_character_sets\":\"false\"}\";}'),
(24697,3920,'_et_builder_module_features_cache','a:2:{i:0;s:85:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24698,3915,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24699,3915,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24700,3915,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"enable_all_character_sets\":\"false\"}\";}'),
(24701,3915,'_et_builder_module_features_cache','a:2:{i:0;s:85:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24702,3038,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24703,3038,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24704,3038,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"enable_all_character_sets\":\"false\"}\";}'),
(24705,3038,'_et_builder_module_features_cache','a:2:{i:0;s:85:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24706,3782,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24707,3782,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24708,3782,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:76:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"enable_all_character_sets\":\"false\"}\";}'),
(24709,3782,'_et_builder_module_features_cache','a:2:{i:0;s:85:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24710,3935,'_et_builder_module_features_cache','a:2:{i:0;s:85:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.8.3\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24711,3921,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24712,3921,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24713,3921,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24714,3921,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24715,1686,'_et_dynamic_cached_shortcodes','a:6:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:43;s:13:\"et_pb_sidebar\";i:50;s:10:\"et_pb_text\";}'),
(24716,1686,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24717,1686,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24718,1686,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:12:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_7d668aed0d5bdedffac52b290eae9d36\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_cb70364aec91b1db674575ad79c40efb\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f9a126e505f9744b56c9cfa18308a6b9\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_ff164b6849eea93a59fbe8c17b5f826c\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_fcdc69ff297ebe4b032eec6fe8213fc1\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_sidebar_d74c7b1747bbfe8e360ae51bef154256\";a:9:{s:4:\"glde\";a:6:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";}s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24719,3772,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24720,3772,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24721,3772,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24722,3772,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24723,3786,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24724,3786,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24725,3786,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24726,3786,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24727,1814,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24728,1814,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24729,1814,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24730,1814,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24731,1466,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24732,1466,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24733,1466,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24734,1466,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24735,3923,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24736,3923,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24737,3923,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24738,3923,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24739,3942,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24740,3942,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24741,3942,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24742,3942,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24743,13,'_et_dynamic_cached_shortcodes','a:8:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:30;s:13:\"et_pb_heading\";i:34;s:10:\"et_pb_menu\";i:42;s:10:\"et_pb_shop\";i:43;s:13:\"et_pb_sidebar\";i:50;s:10:\"et_pb_text\";}'),
(24744,13,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:1:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}}}'),
(24745,3924,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24746,3924,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24747,3924,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24748,3924,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24749,3904,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24750,3938,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24751,3938,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24752,3938,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24753,3938,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24754,3631,'_et_dynamic_cached_shortcodes','a:7:{i:0;s:18:\"decm_event_display\";i:1;s:13:\"et_pb_section\";i:2;s:9:\"et_pb_row\";i:3;s:12:\"et_pb_column\";i:4;s:10:\"et_pb_menu\";i:5;s:13:\"et_pb_sidebar\";i:6;s:10:\"et_pb_text\";}'),
(24755,3631,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24756,3631,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24757,3631,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:12:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_b1ee4bc87253cc51c6b957e6f4c8b96a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_e6b88c837730566a166ea4159937f987\";a:5:{s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_90060f77058554bb85c3391ac7c7cfa0\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:51:\"decm_event_display_33cf584dcd1b26a03c7b6277b5030e6f\";a:10:{s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:3:\"but\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_1f4cafc6dab9e3824fb5eac3431c48e8\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_sidebar_3512f684073a33f40e7366c458010cd6\";a:6:{s:4:\"glde\";a:6:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";}s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24758,3493,'_et_builder_module_features_cache','a:2:{i:0;s:55:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":[],\"wpe\":[]}\";i:1;a:10:{s:46:\"et_pb_section_b1ee4bc87253cc51c6b957e6f4c8b96a\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_b770f1433af52b1f0b6cf314049e43de\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_6a07ea46ee38724fc04b2b067dd12788\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_f7ec1aef2482b55c1ded3a02071b9f37\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_ef26790e096737523b45ae891d6a86c2\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_51084a677f79862e1a65aca0984850c9\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_eef0ce670e8917d26af419ee82a6a97b\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_52ad4f825d2787a23c6884ec071bfa1e\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:44:\"et_pb_image_8185d86ee6a2179c30f73efbd83a2075\";a:4:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_b9084a36d6f7f1f609ea360968a507a8\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}}}'),
(24759,2935,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24760,2935,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24761,2935,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24762,2935,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24763,2933,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24764,3827,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24765,3827,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24766,3827,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24767,3827,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24768,3891,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24769,3891,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24770,3891,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24771,3764,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24772,3214,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24773,3214,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24774,3214,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24775,3214,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24776,3919,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24777,3919,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24778,3919,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24779,3919,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24780,1055,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24781,3834,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24782,3834,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24783,3834,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24784,3834,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24785,1060,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24786,1060,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24787,1060,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24788,1060,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24789,626,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24790,626,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24791,626,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24792,626,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24793,1423,'_et_dynamic_cached_shortcodes','a:6:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:43;s:13:\"et_pb_sidebar\";i:50;s:10:\"et_pb_text\";}'),
(24794,1423,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24795,1423,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24796,1423,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:14:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_38d408196a506b2a7ce192713a72d6cb\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_6a3247c18f0fd384867de75030ff78ef\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_735185868ee3b7548a4975c35c2f45ba\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_5feb5aebec27b3d1b221d08bddd8ea5f\";a:7:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_694d213bc81a56bc1b8fce9db19e1cfc\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_sidebar_bc0c79e2964486866049fea6f3c17f3e\";a:9:{s:4:\"glde\";a:6:{s:16:\"header_font_size\";s:2:\"18\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:14:\"body_font_size\";s:2:\"14\";s:19:\"body_letter_spacing\";s:3:\"0px\";s:16:\"body_line_height\";s:5:\"1.7em\";}s:4:\"tesh\";b:1;s:3:\"bor\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_280f447b3151a0b0b16eb02e8194715e\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_cf94e556f7863291e534aba6233d131d\";a:5:{s:4:\"cuma\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24797,2934,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24798,3183,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24799,3183,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24800,3183,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24801,3183,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24802,3773,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24803,3773,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24804,3773,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24805,3773,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}'),
(24806,3925,'_et_dynamic_cached_shortcodes','a:5:{i:0;s:13:\"et_pb_section\";i:1;s:9:\"et_pb_row\";i:2;s:12:\"et_pb_column\";i:34;s:10:\"et_pb_menu\";i:50;s:10:\"et_pb_text\";}'),
(24807,3925,'_et_dynamic_cached_attributes','a:19:{s:11:\"orientation\";s:5:\"right\";s:11:\"show_border\";s:2:\"on\";s:17:\"header_text_align\";s:4:\"left\";s:16:\"header_font_size\";s:4:\"18px\";s:21:\"header_letter_spacing\";s:3:\"3px\";s:14:\"body_font_size\";s:4:\"20px\";s:19:\"body_letter_spacing\";s:3:\"5px\";s:16:\"body_line_height\";s:3:\"1em\";s:16:\"text_orientation\";s:6:\"center\";s:5:\"width\";s:4:\"100%\";s:16:\"module_alignment\";s:5:\"right\";s:13:\"custom_margin\";s:15:\"||||false|false\";s:14:\"custom_padding\";s:27:\"25px|25px||25px|false|false\";s:12:\"border_radii\";s:18:\"on|2px|2px|2px|2px\";s:16:\"border_width_top\";s:3:\"1px\";s:16:\"border_color_top\";s:7:\"#D1D1D1\";s:19:\"border_width_bottom\";s:3:\"1px\";s:16:\"box_shadow_style\";s:7:\"preset3\";s:16:\"box_shadow_color\";s:7:\"#D1D1D1\";}'),
(24808,3925,'et_enqueued_post_fonts','a:3:{s:6:\"family\";a:3:{s:12:\"et-gf-oswald\";s:34:\"Oswald:200,300,regular,500,600,700\";s:10:\"et-gf-lato\";s:75:\"Lato:100,100italic,300,300italic,regular,italic,700,700italic,900,900italic\";s:15:\"et-gf-noto-sans\";s:136:\"Noto+Sans:100,100italic,200,200italic,300,300italic,regular,italic,500,500italic,600,600italic,700,700italic,800,800italic,900,900italic\";}s:6:\"subset\";a:2:{i:0;s:5:\"latin\";i:1;s:9:\"latin-ext\";}s:9:\"cache_key\";s:74:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"enable_all_character_sets\":\"false\"}\";}'),
(24809,3925,'_et_builder_module_features_cache','a:2:{i:0;s:83:\"{\"gph\":\"0\",\"divi\":\"4.27.4\",\"wp\":\"6.9\",\"tb\":{\"3010\":\"2025-05-16 20:35:22\"},\"wpe\":[]}\";i:1;a:6:{i:0;a:8:{s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;s:3:\"but\";b:1;s:4:\"cuma\";b:1;s:5:\"mapac\";b:1;}s:46:\"et_pb_section_0228188de28c47ad629f42a77264b2ce\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:42:\"et_pb_row_7af9c683a162cd41da083aa80335b16d\";a:3:{s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:4:\"anim\";b:1;}s:45:\"et_pb_column_f801d5037d4f308554638b522994be4b\";a:3:{s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_menu_f4c5edb1e7de8be06f858b552d0c56a2\";a:7:{s:4:\"glde\";a:4:{s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:4:\"anim\";b:1;}s:43:\"et_pb_text_9e5870eca974ba617cf4acb28e7c2b61\";a:9:{s:4:\"glde\";a:10:{s:14:\"text_font_size\";s:2:\"14\";s:19:\"text_letter_spacing\";s:3:\"0px\";s:16:\"text_line_height\";s:5:\"1.7em\";s:16:\"header_font_size\";s:4:\"30px\";s:21:\"header_letter_spacing\";s:3:\"0px\";s:18:\"header_line_height\";s:3:\"1em\";s:15:\"background_size\";s:5:\"cover\";s:19:\"background_position\";s:6:\"center\";s:17:\"background_repeat\";s:9:\"no-repeat\";s:16:\"background_blend\";s:6:\"normal\";}s:4:\"foop\";b:1;s:4:\"tesh\";b:1;s:4:\"cuma\";b:1;s:4:\"mawi\";b:1;s:4:\"bosh\";b:1;s:3:\"pos\";b:1;s:5:\"mapac\";b:1;s:4:\"anim\";b:1;}}}');
/*!40000 ALTER TABLE `wp_postmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_posts`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_posts` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_author` bigint(20) unsigned NOT NULL DEFAULT 0,
  `post_date` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_date_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content` longtext NOT NULL,
  `post_title` text NOT NULL,
  `post_excerpt` text NOT NULL,
  `post_status` varchar(20) NOT NULL DEFAULT 'publish',
  `comment_status` varchar(20) NOT NULL DEFAULT 'open',
  `ping_status` varchar(20) NOT NULL DEFAULT 'open',
  `post_password` varchar(255) NOT NULL DEFAULT '',
  `post_name` varchar(200) NOT NULL DEFAULT '',
  `to_ping` text NOT NULL,
  `pinged` text NOT NULL,
  `post_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `post_content_filtered` longtext NOT NULL,
  `post_parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `guid` varchar(255) NOT NULL DEFAULT '',
  `menu_order` int(11) NOT NULL DEFAULT 0,
  `post_type` varchar(20) NOT NULL DEFAULT 'post',
  `post_mime_type` varchar(100) NOT NULL DEFAULT '',
  `comment_count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`ID`),
  KEY `post_name` (`post_name`(191)),
  KEY `type_status_date` (`post_type`,`post_status`,`post_date`,`ID`),
  KEY `post_parent` (`post_parent`),
  KEY `post_author` (`post_author`),
  KEY `type_status_author` (`post_type`,`post_status`,`post_author`)
) ENGINE=InnoDB AUTO_INCREMENT=4593 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
(2,1,'2024-06-21 17:08:10','2024-06-21 17:08:10','<!-- wp:paragraph -->\n<p>This is an example page. It\'s different from a blog post because it will stay in one place and will show up in your site navigation (in most themes). Most people start with an About page that introduces them to potential site visitors. It might say something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>Hi there! I\'m a bike messenger by day, aspiring actor by night, and this is my website. I live in Los Angeles, have a great dog named Jack, and I like pi&#241;a coladas. (And gettin\' caught in the rain.)</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>...or something like this:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><p>The XYZ Doohickey Company was founded in 1971, and has been providing quality doohickeys to the public ever since. Located in Gotham City, XYZ employs over 2,000 people and does all kinds of awesome things for the Gotham community.</p></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>As a new WordPress user, you should go to <a href=\"https://staging.amtacshooting.com/wp-admin/\">your dashboard</a> to delete this page and create new pages for your content. Have fun!</p>\n<!-- /wp:paragraph -->','Sample Page','','publish','closed','open','','sample-page','','','2024-06-21 17:08:10','2024-06-21 17:08:10','',0,'https://staging.amtacshooting.com/?page_id=2',0,'page','',0),
(3,1,'2024-06-21 17:08:10','2024-06-21 17:08:10','<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we are</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Our website address is: https://staging.amtacshooting.com.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Comments</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>When visitors leave comments on the site we collect the data shown in the comments form, and also the visitor&#8217;s IP address and browser user agent string to help spam detection.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>An anonymized string created from your email address (also called a hash) may be provided to the Gravatar service to see if you are using it. The Gravatar service privacy policy is available here: https://automattic.com/privacy/. After approval of your comment, your profile picture is visible to the public in the context of your comment.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Media</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you upload images to the website, you should avoid uploading images with embedded location data (EXIF GPS) included. Visitors to the website can download and extract any location data from images on the website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Cookies</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment on our site you may opt-in to saving your name, email address and website in cookies. These are for your convenience so that you do not have to fill in your details again when you leave another comment. These cookies will last for one year.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you visit our login page, we will set a temporary cookie to determine if your browser accepts cookies. This cookie contains no personal data and is discarded when you close your browser.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>When you log in, we will also set up several cookies to save your login information and your screen display choices. Login cookies last for two days, and screen options cookies last for a year. If you select &quot;Remember Me&quot;, your login will persist for two weeks. If you log out of your account, the login cookies will be removed.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>If you edit or publish an article, an additional cookie will be saved in your browser. This cookie includes no personal data and simply indicates the post ID of the article you just edited. It expires after 1 day.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Embedded content from other websites</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Articles on this site may include embedded content (e.g. videos, images, articles, etc.). Embedded content from other websites behaves in the exact same way as if the visitor has visited the other website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>These websites may collect data about you, use cookies, embed additional third-party tracking, and monitor your interaction with that embedded content, including tracking your interaction with the embedded content if you have an account and are logged in to that website.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Who we share your data with</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you request a password reset, your IP address will be included in the reset email.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How long we retain your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you leave a comment, the comment and its metadata are retained indefinitely. This is so we can recognize and approve any follow-up comments automatically instead of holding them in a moderation queue.</p>\n<!-- /wp:paragraph -->\n<!-- wp:paragraph -->\n<p>For users that register on our website (if any), we also store the personal information they provide in their user profile. All users can see, edit, or delete their personal information at any time (except they cannot change their username). Website administrators can also see and edit that information.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">What rights you have over your data</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>If you have an account on this site, or have left comments, you can request to receive an exported file of the personal data we hold about you, including any data you have provided to us. You can also request that we erase any personal data we hold about you. This does not include any data we are obliged to keep for administrative, legal, or security purposes.</p>\n<!-- /wp:paragraph -->\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Where your data is sent</h2>\n<!-- /wp:heading -->\n<!-- wp:paragraph -->\n<p><strong class=\"privacy-policy-tutorial\">Suggested text: </strong>Visitor comments may be checked through an automated spam detection service.</p>\n<!-- /wp:paragraph -->\n','Privacy Policy','','draft','closed','open','','privacy-policy','','','2024-06-21 17:08:10','2024-06-21 17:08:10','',0,'https://staging.amtacshooting.com/?page_id=3',0,'page','',0),
(4,0,'2024-06-21 17:08:10','2024-06-21 17:08:10','<!-- wp:page-list /-->','Navigation','','publish','closed','closed','','navigation','','','2024-06-21 17:08:10','2024-06-21 17:08:10','',0,'https://staging.amtacshooting.com/2024/06/21/navigation/',0,'wp_navigation','',0),
(6,3,'2017-12-14 05:11:09','2017-12-14 05:11:09','','6X0C1084-Edit','','inherit','open','closed','','6x0c1084-edit','','','2017-12-14 05:11:09','2017-12-14 05:11:09','',0,'https://staging.amtacshooting.com/wp-content/uploads/2017/12/6X0C1084-Edit.jpg',0,'attachment','image/jpeg',0),
(7,1,'2024-06-21 17:13:34','2024-06-21 17:13:34','#et-top-navigation nav>ul>li>a {\n    padding-bottom: 16px!important;\n    padding-top: 15px!important;\n}\n#top-menu .menu-item-has-children>a:first-child:after {\n    top: 15px!important;\n}\n\n.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: solid #5b5b5b 2px;\n}\n\n/* Style for the custom class added to the widget by Victoria*/\n.aligned-posts ul li {\n  display: flex;\n  align-items: top;\n  gap: 5px;\n	font-family: oswald;\n	font-size:12pt;\n	font-color: black;\n\n}\n','Divi','','publish','closed','closed','','divi','','','2025-04-15 19:14:28','2025-04-15 19:14:28','',0,'https://staging.amtacshooting.com/2024/06/21/divi/',0,'custom_css','',0),
(8,1,'2024-06-21 17:13:34','2024-06-21 17:13:34','','Divi','','inherit','closed','closed','','7-revision-v1','','','2024-06-21 17:13:34','2024-06-21 17:13:34','',7,'https://staging.amtacshooting.com/?p=8',0,'revision','',0),
(12,1,'2024-07-09 00:19:21','2024-07-09 00:19:21','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder','','','2024-07-09 00:19:21','2024-07-09 00:19:21','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/07/woocommerce-placeholder.png',0,'attachment','image/png',0),
(13,1,'2024-07-09 00:19:22','2024-07-09 00:19:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#D1D1D1\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-157px|0px|-157px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" hover_enabled=\"0\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','publish','closed','closed','','shop','','','2025-04-08 19:30:29','2025-04-08 19:30:29','',0,'https://staging.amtacshooting.com/shop/',0,'page','',0),
(14,1,'2024-07-09 00:19:22','2024-07-09 00:19:22','<!-- wp:woocommerce/cart -->\n<div class=\"wp-block-woocommerce-cart alignwide is-loading\"><!-- wp:woocommerce/filled-cart-block -->\n<div class=\"wp-block-woocommerce-filled-cart-block\"><!-- wp:woocommerce/cart-items-block -->\n<div class=\"wp-block-woocommerce-cart-items-block\"><!-- wp:woocommerce/cart-line-items-block -->\n<div class=\"wp-block-woocommerce-cart-line-items-block\"></div>\n<!-- /wp:woocommerce/cart-line-items-block -->\n\n<!-- wp:woocommerce/cart-cross-sells-block -->\n<div class=\"wp-block-woocommerce-cart-cross-sells-block\"><!-- wp:heading {\"fontSize\":\"large\"} -->\n<h2 class=\"wp-block-heading has-large-font-size\">You may be interested in…</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/cart-cross-sells-products-block -->\n<div class=\"wp-block-woocommerce-cart-cross-sells-products-block\"></div>\n<!-- /wp:woocommerce/cart-cross-sells-products-block --></div>\n<!-- /wp:woocommerce/cart-cross-sells-block --></div>\n<!-- /wp:woocommerce/cart-items-block -->\n\n<!-- wp:woocommerce/cart-totals-block -->\n<div class=\"wp-block-woocommerce-cart-totals-block\"><!-- wp:woocommerce/cart-order-summary-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-block\"><!-- wp:woocommerce/cart-order-summary-heading-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-heading-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-heading-block -->\n\n<!-- wp:woocommerce/cart-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/cart-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/cart-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-fee-block -->\n\n<!-- wp:woocommerce/cart-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-discount-block -->\n\n<!-- wp:woocommerce/cart-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/cart-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-cart-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/cart-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/cart-order-summary-block -->\n\n<!-- wp:woocommerce/cart-express-payment-block -->\n<div class=\"wp-block-woocommerce-cart-express-payment-block\"></div>\n<!-- /wp:woocommerce/cart-express-payment-block -->\n\n<!-- wp:woocommerce/proceed-to-checkout-block -->\n<div class=\"wp-block-woocommerce-proceed-to-checkout-block\"></div>\n<!-- /wp:woocommerce/proceed-to-checkout-block -->\n\n<!-- wp:woocommerce/cart-accepted-payment-methods-block -->\n<div class=\"wp-block-woocommerce-cart-accepted-payment-methods-block\"></div>\n<!-- /wp:woocommerce/cart-accepted-payment-methods-block --></div>\n<!-- /wp:woocommerce/cart-totals-block --></div>\n<!-- /wp:woocommerce/filled-cart-block -->\n\n<!-- wp:woocommerce/empty-cart-block -->\n<div class=\"wp-block-woocommerce-empty-cart-block\"><!-- wp:heading {\"textAlign\":\"center\",\"className\":\"with-empty-cart-icon wc-block-cart__empty-cart__title\"} -->\n<h2 class=\"wp-block-heading has-text-align-center with-empty-cart-icon wc-block-cart__empty-cart__title\">Your cart is currently empty!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">New in store</h2>\n<!-- /wp:heading -->\n\n<!-- wp:woocommerce/product-new {\"columns\":4,\"rows\":1} /--></div>\n<!-- /wp:woocommerce/empty-cart-block --></div>\n<!-- /wp:woocommerce/cart -->','Cart','','publish','closed','closed','','cart','','','2024-07-09 00:19:22','2024-07-09 00:19:22','',0,'https://staging.amtacshooting.com/cart/',0,'page','',0),
(15,1,'2024-07-09 00:19:22','2024-07-09 00:19:22','<!-- wp:woocommerce/checkout -->\n<div class=\"wp-block-woocommerce-checkout alignwide wc-block-checkout is-loading\"><!-- wp:woocommerce/checkout-fields-block -->\n<div class=\"wp-block-woocommerce-checkout-fields-block\"><!-- wp:woocommerce/checkout-express-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-express-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-express-payment-block -->\n\n<!-- wp:woocommerce/checkout-contact-information-block -->\n<div class=\"wp-block-woocommerce-checkout-contact-information-block\"></div>\n<!-- /wp:woocommerce/checkout-contact-information-block -->\n\n<!-- wp:woocommerce/checkout-shipping-method-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-method-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-method-block -->\n\n<!-- wp:woocommerce/checkout-pickup-options-block -->\n<div class=\"wp-block-woocommerce-checkout-pickup-options-block\"></div>\n<!-- /wp:woocommerce/checkout-pickup-options-block -->\n\n<!-- wp:woocommerce/checkout-shipping-address-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-address-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-address-block -->\n\n<!-- wp:woocommerce/checkout-billing-address-block -->\n<div class=\"wp-block-woocommerce-checkout-billing-address-block\"></div>\n<!-- /wp:woocommerce/checkout-billing-address-block -->\n\n<!-- wp:woocommerce/checkout-shipping-methods-block -->\n<div class=\"wp-block-woocommerce-checkout-shipping-methods-block\"></div>\n<!-- /wp:woocommerce/checkout-shipping-methods-block -->\n\n<!-- wp:woocommerce/checkout-payment-block -->\n<div class=\"wp-block-woocommerce-checkout-payment-block\"></div>\n<!-- /wp:woocommerce/checkout-payment-block -->\n\n<!-- wp:woocommerce/checkout-additional-information-block -->\n<div class=\"wp-block-woocommerce-checkout-additional-information-block\"></div>\n<!-- /wp:woocommerce/checkout-additional-information-block -->\n\n<!-- wp:woocommerce/checkout-order-note-block -->\n<div class=\"wp-block-woocommerce-checkout-order-note-block\"></div>\n<!-- /wp:woocommerce/checkout-order-note-block -->\n\n<!-- wp:woocommerce/checkout-terms-block -->\n<div class=\"wp-block-woocommerce-checkout-terms-block\"></div>\n<!-- /wp:woocommerce/checkout-terms-block -->\n\n<!-- wp:woocommerce/checkout-actions-block -->\n<div class=\"wp-block-woocommerce-checkout-actions-block\"></div>\n<!-- /wp:woocommerce/checkout-actions-block --></div>\n<!-- /wp:woocommerce/checkout-fields-block -->\n\n<!-- wp:woocommerce/checkout-totals-block -->\n<div class=\"wp-block-woocommerce-checkout-totals-block\"><!-- wp:woocommerce/checkout-order-summary-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-block\"><!-- wp:woocommerce/checkout-order-summary-cart-items-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-cart-items-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-cart-items-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-coupon-form-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-coupon-form-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-coupon-form-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-subtotal-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-subtotal-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-subtotal-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-fee-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-fee-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-fee-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-discount-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-discount-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-discount-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-shipping-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-shipping-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-shipping-block -->\n\n<!-- wp:woocommerce/checkout-order-summary-taxes-block -->\n<div class=\"wp-block-woocommerce-checkout-order-summary-taxes-block\"></div>\n<!-- /wp:woocommerce/checkout-order-summary-taxes-block --></div>\n<!-- /wp:woocommerce/checkout-order-summary-block --></div>\n<!-- /wp:woocommerce/checkout-totals-block --></div>\n<!-- /wp:woocommerce/checkout -->','Checkout','','publish','closed','closed','','checkout','','','2024-07-09 00:19:22','2024-07-09 00:19:22','',0,'https://staging.amtacshooting.com/checkout/',0,'page','',0),
(16,1,'2024-07-09 00:19:22','2024-07-09 00:19:22','<!-- wp:shortcode -->[woocommerce_my_account]<!-- /wp:shortcode -->','My account','','publish','closed','closed','','my-account','','','2024-07-09 00:19:22','2024-07-09 00:19:22','',0,'https://staging.amtacshooting.com/my-account/',0,'page','',0),
(17,1,'2024-07-09 00:19:22','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Overview</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h3 class=\"wp-block-heading\">Late or missing refunds</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h3 class=\"wp-block-heading\">Sale items</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->','Refund and Returns Policy','','draft','closed','closed','','refund_returns','','','2024-07-09 00:19:22','0000-00-00 00:00:00','',0,'https://staging.amtacshooting.com/?page_id=17',0,'page','',0),
(19,3,'2017-12-14 05:11:12','2017-12-14 05:11:12','','14222218_553769208162084_4270006112621452642_n (1)','','inherit','open','closed','','14222218_553769208162084_4270006112621452642_n-1','','','2017-12-14 05:11:12','2017-12-14 05:11:12','',0,'https://staging.amtacshooting.com/wp-content/uploads/2017/12/14222218_553769208162084_4270006112621452642_n-1.jpg',0,'attachment','image/jpeg',0),
(20,3,'2017-12-14 05:13:07','2017-12-14 05:13:07','','PART_1438268005254_0722150921a','','inherit','open','closed','','part_1438268005254_0722150921a','','','2017-12-14 05:13:07','2017-12-14 05:13:07','',0,'https://staging.amtacshooting.com/wp-content/uploads/2017/12/PART_1438268005254_0722150921a.jpg',0,'attachment','image/jpeg',0),
(21,3,'2017-12-14 05:23:26','2017-12-14 05:23:26','','atsi_logo_small','','inherit','open','closed','','atsi_logo_small','','','2017-12-14 05:23:26','2017-12-14 05:23:26','',0,'https://staging.amtacshooting.com/wp-content/uploads/2017/12/atsi_logo_small.jpg',0,'attachment','image/jpeg',0),
(22,3,'2017-12-14 05:23:47','2017-12-14 05:23:47','https://www.amtacshooting.com/blog/wp-content/uploads/2017/12/cropped-atsi_logo_small.jpg','cropped-atsi_logo_small.jpg','','inherit','open','closed','','cropped-atsi_logo_small-jpg','','','2017-12-14 05:23:47','2017-12-14 05:23:47','',0,'https://staging.amtacshooting.com/wp-content/uploads/2017/12/cropped-atsi_logo_small.jpg',0,'attachment','image/jpeg',0),
(23,3,'2018-01-06 20:24:43','2018-01-06 20:24:43','https://www.amtacshooting.com/blog/wp-content/uploads/2017/12/cropped-atsi_logo_small-1.jpg','cropped-atsi_logo_small-1.jpg','','inherit','open','closed','','cropped-atsi_logo_small-1-jpg','','','2018-01-06 20:24:43','2018-01-06 20:24:43','',0,'https://staging.amtacshooting.com/wp-content/uploads/2017/12/cropped-atsi_logo_small-1.jpg',0,'attachment','image/jpeg',0),
(24,3,'2018-01-27 19:45:06','2018-01-27 19:45:06','','Precision Rifle Classes','Amtac Shooting Precision Rifle Classes','inherit','open','closed','','rifle_header','','','2018-01-27 19:45:06','2018-01-27 19:45:06','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg',0,'attachment','image/jpeg',0),
(25,3,'2018-01-27 19:45:17','2018-01-27 19:45:17','','Carbine Classes','Amtac Shooting Carbine Classes','inherit','open','closed','','carbine_header','','','2018-01-27 19:45:17','2018-01-27 19:45:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/carbine_header-e1521240651480.jpg',0,'attachment','image/jpeg',0),
(26,3,'2018-01-27 19:45:33','2018-01-27 19:45:33','','Pistol Classes','Amtac Shooting Pistol Classes','inherit','open','closed','','pistol_header','','','2018-01-27 19:45:33','2018-01-27 19:45:33','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/pistol_header-e1521241232795.jpg',0,'attachment','image/jpeg',0),
(27,1,'2018-01-27 20:23:25','2018-01-27 20:23:25','<h3><img class=\"aligncenter size-large wp-image-304\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/school_hallway-1024x683.jpg\" alt=\"School Hallway\" width=\"1024\" height=\"683\" /></h3>\n<h3>How will you respond?</h3>\nHow will you respond if you are the first, second, or third officer responding to an active shooter situation? The majority of the school shootings/ active shooter events in the United States have been carried out by a single crazed individual and were not coordinated.\n\nIn the rare instances where there has been more than one shooter the cowards that carried out the attacks were not hardened fighters, but rather crazed/ suicidal young men. Contrast this to the coordinated attacks that have been carried out globally by Islamic extremists. Many of these attacks were carried out by over 30 hardened veterans of global jihad.\n<h3>Why does it matter?</h3>\nSo why does knowing the tell tale differences between a suicidal lone wolf attack and a coordinated Islamic terror attack matter?\n\nFirst, it matters because the islamists have publicly stated that they want to do the same to us as they did to the Russians at Beslan (probably the worst school shooting in history).\n\nSecond, it matters because as the first responder your actions will set the tone and either help end the situation quickly or you will be added to the list of victims.\n<h2><strong>Two scenarios</strong></h2>\n<h3>Single Individual</h3>\nLets look at two different hypothetical scenarios. In the first scenario an officer responds to a call of shots fired in a school. The officer makes entry into the building, hears gunshots, advances to the sound of gunfire and confronts the criminal who either kills himself as soon as he realizes that an authority figure is there to stop him, or is quickly engaged and killed by the officer.\n<h3>Coordinated Attack</h3>\nFor the second scenario the same call goes out, the same officer responds, hears no gunfire inside of the building, makes entry and is immediately killed by a barricaded shooter with a rifle. The second responding officer makes entry only to be engaged and fall next to his brother in arms.\n\nWhat do the third and fourth officers on the scene do? Do they blindly run in, or do they recognize that this is a coordinated attack, regroup and counterattack asymmetrically.\n<h3>Here are some of the signs that you might be dealing with a coordinated attack.</h3>\n<ol>\n 	<li>Reports of multiple gunman (in the confusion of reporting this may happen even during a single shooter event, but still something to consider)</li>\n 	<li>Arriving on scene and not hearing shots (take things a little slower as you clear to avoid ambush)</li>\n 	<li>Seeing a down officer outside of his cruiser, or at the main entry point of the building.</li>\n 	<li>Use of IED\'s or incendiary devices.</li>\n 	<li>Being the third or fourth responding officer with no response from the first officers on scene.</li>\n</ol>\nIn the next installment we will talk about putting together an adhoc team, using multiple entry points, and quickly counterattacking before the enemy has time to fortify their position further.\n\n&nbsp;\n<h3>Upcoming Courses</h3>\n[add_eventon_list number_of_months=\"12\" event_count=\"3\" hide_past=\"yes\" event_type=\"22,18\" hide_empty_months=\"yes\" show_year=\"yes\" ]','Differentiating Between a Coordinated and Uncoordinated Attack','','publish','closed','closed','','differentiating-between-coordinated-uncoordinated-attack','','','2018-01-27 20:23:25','2018-01-27 20:23:25','',0,'https://www.amtacshooting.com/blog/?p=27',0,'post','',0),
(29,1,'2018-01-27 20:24:24','2018-01-27 20:24:24','<span style=\"font-size: medium;\">  <img class=\"alignnone wp-image-506 size-large\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910-1024x1024.jpg\" alt=\"Bill teaching with a carbine\" width=\"1024\" height=\"1024\" />\n</span>\n\n&nbsp;\n<h3><span style=\"font-size: medium;\">Where do you start and what should you get for your carbine? </span></h3>\n<span style=\"font-size: medium;\">AR15 style rifles are more available and cheaper than they ever have been. There are also many more options/ brands than there have ever been. The intent of this article is to help you spend your dollars on the parts of the carbine that are important.</span>\n\n<span style=\"font-size: medium;\"> Here is the BLUF (bottom line up front) – Start with a reliable mil spec carbine with a lightweight free float tube. </span>\n\n<span style=\"font-size: medium;\"> After you have a reliable mil spec carbine with a light weight free float tube, spend your money on these four things.</span>\n<h3><span style=\"font-size: medium;\">1. Flash suppressor\n</span></h3>\n<span style=\"font-size: medium;\">It is very popular today to have a compensator or “battle comp”. These devices mitigate your felt recoil and help keep your rifle on target by redirecting the gases coming out of your barrel. With a compensator or “battle comp” you will be able to shave off several hundredths of a second on a follow up shot.</span>\n<div class=\"line alt2\"></div>\n<div style=\"width: 30%; padding: 0 10px 0 0; float: left;\">\n\n[caption id=\"attachment_811\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-811 size-medium\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/2018-04-03-17.52.32-e1523914382566-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /> Smith Vortex flash suppressor[/caption]\n\n</div>\n<div style=\"width: 30%; padding: 0 10px 0 0; float: left;\">\n\n[caption id=\"attachment_815\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-815 size-medium\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/aac_flash_suppressor-e1523914422542-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /> AAC flash suppressor[/caption]\n\n</div>\n<div style=\"width: 30%; padding: 0 10px 0 0; float: left;\">\n\n[caption id=\"attachment_816\" align=\"alignnone\" width=\"300\"]<img class=\"wp-image-816 size-medium\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/bemeyers_flash_suppressor-e1523914469829-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /> BE Meyers flash suppressor[/caption]\n\n</div>\n\n<hr style=\"clear: both; visibility: hidden;\" />\n\n<span style=\"font-size: medium;\">The reality is that shaving several hundredths of a second on a follow up shot does not matter if you are using your rifle to protect yourself. Giving away your position every time you pull the trigger matters a lot and that is exactly what you are doing with a comp or a battle comp. </span>\n\n<span style=\"font-size: medium;\">I use a Smith Vortex flash suppressor. With a 16 in barrel and the right ammunition there are more “sparks” flying out of my ejection port, than there are coming out of the business end of the gun. Other good flash suppressors are made by AAC, Surefire and BE Meyers.</span>\n<h3><span style=\"font-size: medium;\">2. Sighting Systems</span></h3>\n<h4>Iron Sights</h4>\n<span style=\"font-size: medium;\">Iron sights are great and everyone should have a set of back up iron sights (BUIS) zeroed on their rifle. However it is more difficult to engage in a low light environment with iron sights. </span>\n\n<span style=\"font-size: medium;\">I use the Magpul plastic BUIS on most of my carbines, but I am planning on trying a set of the 45 degree metal Magpul sights. </span>\n<h4>Red Dot</h4>\n<span style=\"font-size: medium;\">For a first carbine I recommend that you go with a red dot sight (RDS). Red dot sights are easy to use, fast and can be used in conjunction with night vision. The least expensive RDS that I would trust my life to is the Aimpoint PRO. The red dot that I run on my carbine is an Aimpoint T1. I think the T1 and the T2 are the nicest RDS\'s currently on the market. </span>\n\n[caption id=\"attachment_824\" align=\"aligncenter\" width=\"1024\"]<img class=\"wp-image-824 size-large\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1024x595.jpg\" alt=\"\" width=\"1024\" height=\"595\" /> Carbine with Aimpoint T2 and Hoback \"Astern\" suppressor[/caption]\n<h4>Scopes</h4>\n<span style=\"font-size: medium;\">Scopes are more expensive and require a higher level of training, however the capability increase is immense. For a “hybrid carbine” I recommend a variable power 1-6 or 1-8 power scope with mil hashmarks (or a christmas tree reticle) and a daytime visible red dot. This type of scope paired with a 16 inch accurate AR-15 style carbine is what I refer to as a “hybrid carbine”. </span>\n<div style=\"width: 45%; padding: 0 10px 0 0; float: left;\">\n\n[caption id=\"attachment_806\" align=\"alignnone\" width=\"1024\"]<img class=\"wp-image-806 size-large\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/2018-04-03-17.41.25-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /> \"Recce\" style rifle with Vortex 2.5x10 MRAD scope[/caption]\n\n</div>\n<div style=\"width: 45%; padding: 0 10px 0 0; float: left;\">\n\n[caption id=\"attachment_801\" align=\"alignnone\" width=\"1024\"]<img class=\"wp-image-801 size-large\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/2018-04-03-17.36.55-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /> \"Hybrid Carbine\" style rifle with Vortex 1-6 MRAD scope.[/caption]\n\n</div>\n\n<hr style=\"clear: both; visibility: hidden;\" />\n\n<h3><span style=\"font-size: medium;\">3. Barrel </span></h3>\n<span style=\"font-size: medium;\">There are a lot of good barrels out there. If you plan on using your carbine primarily from 5-200 yards, almost any modern barrel will do the trick. </span>\n\n<span style=\"font-size: medium;\">If you want to build something more along the “Recce” or “Hybrid Carbine” style, you will want a very accurate barrel. Generally a stainless barrel has more accuracy potential and chrome lined barrel will last longer. Hammer forged barrels will normally last even longer than a chrome lined. </span>\n\n<span style=\"font-size: medium;\">On that note most people will never shoot out a stainless barrel so don\'t get to wrapped around the axle with barrel longevity. I run Proof Research barrels. They are very accurate and if you get the carbon fiber wrapped ones they are also super light without sacrificing accuracy. </span>\n\n<span style=\"font-size: medium;\">Some things to look for in the barrel:\n</span>\n<ul>\n 	<li><span style=\"font-size: medium;\">a 16 inch barrel\n</span></li>\n 	<li><span style=\"font-size: medium;\">5.56 or Wylde chamber</span></li>\n 	<li>1 in 7 or 1 in 8 twist barrel with a carbine or mid length gas system</li>\n</ul>\n<h3><span style=\"font-size: medium;\">4. Trigger </span></h3>\n<span style=\"font-size: medium;\">If you are running the gun strictly in the carbine/ red dot application there is nothing wrong with a mil spec trigger. If you shoot a lot or a running a “Hybrid Carbine” I recommend getting a Geisle SSA or G2S trigger. </span>\n\n<span style=\"font-size: medium;\">Both of these are 4.5 lbs triggers with a 2.5 lbs first stage and a 2 lbs second stage. Don\'t get something lighter than this if you are planning on using this weapon to protect yourself and your family.</span>\n<h3><span style=\"font-size: medium;\">Final thoughts</span></h3>\n<span style=\"font-size: medium;\">The most important thing when putting thought into a AR build is to ask yourself,  “What is this rifle\'s purpose?”.  If you keep asking yourself how you see yourself employing this tool you will be able to make the tool that is right for you. </span>\n\n<span style=\"font-size: medium;\"><img class=\"aligncenter wp-image-950 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug-1024x769.jpg\" alt=\"\" width=\"1024\" height=\"769\" /></span>\n\n&nbsp;\n\n<span style=\"font-size: medium;\">Below is a gear list for the Amtac Shooting Carbine Course.</span>\n\n&nbsp;\n\n<span style=\"font-size: medium;\"><b>Recommended Student gear list:</b></span>\n<ol>\n 	<li><span style=\"font-size: medium;\">AR-15 style rifle with sling (if you really want to run something else let me know and we can discuss)</span></li>\n 	<li><span style=\"font-size: medium;\">4-5 rifle magazines.</span></li>\n 	<li><span style=\"font-size: medium;\">1000-1200 rounds of rifle ammunition.</span></li>\n 	<li><span style=\"font-size: medium;\">Method of carrying rifle mags. Can be a chest rig, plate carrier, battle belt, or back pocket.</span></li>\n 	<li><span style=\"font-size: medium;\">Eye protection/ hearing protection.</span></li>\n 	<li><span style=\"font-size: medium;\">Loose fitting Pants/ shirt/ hat/ gloves and knee pads are optional.</span></li>\n 	<li><span style=\"font-size: medium;\">Blow out kit and tourniquet (not required but always recommended when shooting)</span></li>\n 	<li><span style=\"font-size: medium;\">Water and food/ snacks.</span></li>\n 	<li><span style=\"font-size: medium;\">Spare parts for rifle. Spare batteries for optics/ flashlight.</span></li>\n</ol>\n&nbsp;\n<h3>Upcoming Carbine Courses</h3>\n<p id=\"ajdePOSH_code\" data-defsc=\"add_eventon\" data-curcode=\"add_eventon_list event_count=&quot;6&quot; hide_past=&quot;yes&quot; event_type=&quot;21&quot; \">[add_eventon_list event_count=\"6\" hide_past=\"yes\" event_type=\"31\" ]</p>','What Matters Most in a Carbine','','publish','closed','closed','','what-to-look-for-in-a-carbine','','','2018-01-27 20:24:24','2018-01-27 20:24:24','',0,'https://www.amtacshooting.com/blog/?p=29',0,'post','',0),
(31,3,'2018-01-27 20:26:31','2018-01-27 20:26:31','','20170215_094146','','inherit','open','closed','','20170215_094146','','','2018-01-27 20:26:31','2018-01-27 20:26:31','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/20170215_094146-e1517084937211.jpg',0,'attachment','image/jpeg',0),
(41,1,'2018-01-27 20:57:56','2018-01-27 20:57:56','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<div id=\"pl-41\"  class=\"panel-layout\" ><div id=\"pg-41-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;25px&quot;,&quot;bottom-padding&quot;:&quot;25px&quot;,&quot;mobile-padding&quot;:&quot;25px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" ><div style=\"padding-top: 25px; padding-bottom: 25px; \" data-mobile-padding=\"25px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-41-0\" ><div id=\"pgc-41-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-41-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-41-0-0-0\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;div id=\\&quot;top\\&quot;&gt;&lt;\\/div&gt;&quot;,&quot;id&quot;:&quot;custom_html-4110000&quot;,&quot;option_name&quot;:&quot;widget_custom_html&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;custom_html-4110000&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-41-0-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-41-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-41-0-0-1\" class=\"so-panel widget widget_evcalwidget_sc EvcalWidget_SC panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-41-0-0-1\" >[siteorigin_widget class=\"EvcalWidget_SC\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;evo_title&quot;:&quot;&quot;,&quot;evo_shortcodeW&quot;:&quot;[add_eventon_list show_et_ft_img=&#039;yes&#039; number_of_months=\\&quot;24\\&quot; hide_empty_months=\\&quot;yes\\&quot;  hide_past=\\&quot;yes\\&quot; show_year=\\&quot;yes\\&quot; tiles=\\&quot;no\\&quot;]\\n\\n&quot;,&quot;id&quot;:&quot;evcalwidget_sc-4110001&quot;,&quot;option_name&quot;:&quot;widget_evcalwidget_sc&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;evcalwidget_sc-4110001&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-41-0-0-1\\&quot; class=\\&quot;so-panel widget widget_evcalwidget_sc EvcalWidget_SC panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-41-0-0-1\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>[/et_pb_text][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Upcoming Courses','','publish','closed','closed','','upcoming-courses','','','2025-02-01 00:31:31','2025-02-01 00:31:31','',0,'https://www.amtacshooting.com/blog/?page_id=41',0,'page','',0),
(45,3,'2018-01-27 20:59:45','2018-01-27 20:59:45','','Night Vision Image','Amtac Night Shooting Course','inherit','open','closed','','night-vision-image','','','2018-01-27 20:59:45','2018-01-27 20:59:45','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/Night-Vision-Image.jpg',0,'attachment','image/jpeg',0),
(51,3,'2018-01-27 21:11:48','2018-01-27 21:11:48','','aar_womens_course','','inherit','open','closed','','aar_womens_course','','','2018-01-27 21:11:48','2018-01-27 21:11:48','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/aar_womens_course.jpg',0,'attachment','image/jpeg',0),
(55,3,'2018-01-27 21:23:10','2018-01-27 21:23:10','','pistol_6','','inherit','open','closed','','pistol_6','','','2018-01-27 21:23:10','2018-01-27 21:23:10','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/pistol_6.jpg',0,'attachment','image/jpeg',0),
(56,3,'2018-01-27 21:23:21','2018-01-27 21:23:21','','cropped-pistol_6.jpg','','inherit','open','closed','','cropped-pistol_6-jpg','','','2018-01-27 21:23:21','2018-01-27 21:23:21','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/cropped-pistol_6.jpg',0,'attachment','image/jpeg',0),
(62,3,'2018-01-27 21:47:50','2018-01-27 21:47:50','','Amtac Shooting Logo','Amtac Shooting Logo Small','inherit','open','closed','','atsi_logo_big','','','2018-01-27 21:47:50','2018-01-27 21:47:50','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/atsi_logo_big-e1517089776966.jpg',0,'attachment','image/jpeg',0),
(63,3,'2018-01-27 21:50:51','2018-01-27 21:50:51','https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/cropped-atsi_logo_big-e1517089776966.jpg','cropped-atsi_logo_big-e1517089776966.jpg','','inherit','open','closed','','cropped-atsi_logo_big-e1517089776966-jpg','','','2018-01-27 21:50:51','2018-01-27 21:50:51','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/cropped-atsi_logo_big-e1517089776966.jpg',0,'attachment','image/jpeg',0),
(65,3,'2018-01-27 21:56:22','2018-01-27 21:56:22','','Amtac Shooting','','inherit','open','closed','','amtac5','','','2018-01-27 21:56:22','2018-01-27 21:56:22','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/AMTAC5.jpg',0,'attachment','image/jpeg',0),
(70,3,'2018-01-27 22:09:49','2018-01-27 22:09:49','','IC Suplex (1)','','inherit','open','closed','','ic-suplex-1','','','2018-01-27 22:09:49','2018-01-27 22:09:49','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/IC-Suplex-1.jpg',0,'attachment','image/jpeg',0),
(71,3,'2018-01-27 22:09:58','2018-01-27 22:09:58','','AMTAC4 (1)','','inherit','open','closed','','amtac4-1','','','2018-01-27 22:09:58','2018-01-27 22:09:58','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/AMTAC4-1.jpg',0,'attachment','image/jpeg',0),
(72,3,'2018-01-27 22:10:20','2018-01-27 22:10:20','','0219161030e (1)','','inherit','open','closed','','0219161030e-1','','','2018-01-27 22:10:20','2018-01-27 22:10:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/0219161030e-1.jpg',0,'attachment','image/jpeg',0),
(73,3,'2018-01-27 22:10:53','2018-01-27 22:10:53','','Hybrid Carbine','','inherit','open','closed','','11902398_10155901153815414_4189277617284867691_n','','','2018-01-27 22:10:53','2018-01-27 22:10:53','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/11902398_10155901153815414_4189277617284867691_n.jpg',0,'attachment','image/jpeg',0),
(74,3,'2018-01-27 22:11:07','2018-01-27 22:11:07','','DSCF1872','','inherit','open','closed','','dscf1872','','','2018-01-27 22:11:07','2018-01-27 22:11:07','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/DSCF1872.jpg',0,'attachment','image/jpeg',0),
(79,1,'2018-01-27 22:19:02','2018-01-27 22:19:02','<!-- wp:divi/placeholder /-->','Posts','','publish','closed','closed','','posts','','','2025-04-17 20:53:12','2025-04-17 20:53:12','',0,'https://www.amtacshooting.com/blog/?page_id=79',0,'page','',0),
(81,1,'2018-01-27 22:19:27','2018-01-27 22:19:27','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" custom_button=\"on\" button_bg_color=\"RGBA(255,255,255,0)\" button_font=\"--et_global_body_font||||||||\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"50\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"22,21,16\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" hover_enabled=\"0\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"|||199px|false|false\" background_position_tablet=\"center_left\" sticky_enabled=\"0\" custom_padding_phone=\"|||8px|false|false\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','publish','closed','closed','','home','','','2025-05-09 19:56:51','2025-05-09 19:56:51','',0,'https://www.amtacshooting.com/blog/?page_id=81',0,'page','',0),
(86,3,'2018-01-27 22:35:54','2018-01-27 22:35:54','','525B0090','','inherit','open','closed','','525b0090','','','2018-01-27 22:35:54','2018-01-27 22:35:54','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/525B0090.jpg',0,'attachment','image/jpeg',0),
(153,1,'2018-02-03 03:01:11','2018-02-03 03:01:11','[add_eventon_list number_of_months=\"24\" ]','Events','','publish','closed','closed','','event-directory','','','2018-02-03 03:01:11','2018-02-03 03:01:11','',0,'http://www.amtacshooting.com/blog/event-directory/',0,'page','',0),
(161,3,'2018-02-10 22:40:17','2018-02-10 22:40:17','','aar_womens_course','','inherit','open','closed','','aar_womens_course-2','','','2018-02-10 22:40:17','2018-02-10 22:40:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/02/aar_womens_course.jpg',0,'attachment','image/jpeg',0),
(165,3,'2018-02-10 23:18:57','2018-02-10 23:18:57','','Womens Combatives','','inherit','open','closed','','dscf2049','','','2018-02-10 23:18:57','2018-02-10 23:18:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/02/DSCF2049.jpg',0,'attachment','image/jpeg',0),
(196,3,'2018-02-15 23:33:35','2018-02-15 23:33:35','','Combatives','Combatives Image','inherit','open','closed','','6x0c2057-edit','','','2018-02-15 23:33:35','2018-02-15 23:33:35','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/02/6X0C2057-Edit-e1521928665482.jpg',0,'attachment','image/jpeg',0),
(201,3,'2018-02-15 23:50:47','2018-02-15 23:50:47','','pistol','Responsible Armed Citizen','inherit','open','closed','','pistol181_sm','','','2018-02-15 23:50:47','2018-02-15 23:50:47','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/02/pistol181_sm.jpg',0,'attachment','image/jpeg',0),
(203,3,'2018-02-15 23:58:04','2018-02-15 23:58:04','','combatives','Integrated Combatives','inherit','open','closed','','combative2','','','2018-02-15 23:58:04','2018-02-15 23:58:04','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/02/combative2.jpg',0,'attachment','image/jpeg',0),
(206,3,'2018-02-16 00:06:07','2018-02-16 00:06:07','','CQB Force on Force','MIL/LEO Courses','inherit','open','closed','','amtac8_blurred','','','2018-02-16 00:06:07','2018-02-16 00:06:07','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/02/AMTAC8_blurred.jpg',0,'attachment','image/jpeg',0),
(207,3,'2018-02-16 00:12:57','2018-02-16 00:12:57','','stonewall_arms','Stonewall Arms Bangor Maine','inherit','open','closed','','stonewall_arms','','','2018-02-16 00:12:57','2018-02-16 00:12:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/02/stonewall_arms.jpg',0,'attachment','image/jpeg',0),
(214,3,'2018-02-16 01:28:57','2018-02-16 01:28:57','','pistol','','inherit','open','closed','','pistol','','','2018-02-16 01:28:57','2018-02-16 01:28:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/02/pistol.jpg',0,'attachment','image/jpeg',0),
(215,3,'2018-02-16 01:29:14','2018-02-16 01:29:14','','cropped-pistol.jpg','','inherit','open','closed','','cropped-pistol-jpg','','','2018-02-16 01:29:14','2018-02-16 01:29:14','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/02/cropped-pistol-e1521958639481.jpg',0,'attachment','image/jpeg',0),
(222,4,'2018-03-08 14:41:25','2018-03-08 14:41:25','','Precision Rifle','','inherit','open','closed','','precision-rifle-1','','','2018-03-08 14:41:25','2018-03-08 14:41:25','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/Precision-Rifle-1-e1520520104821.jpg',0,'attachment','image/jpeg',0),
(225,4,'2018-03-08 14:49:40','2018-03-08 14:49:40','','carbine4','','inherit','open','closed','','carbine4','','','2018-03-08 14:49:40','2018-03-08 14:49:40','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine4-e1520521458447.jpg',0,'attachment','image/jpeg',0),
(227,4,'2018-03-09 14:02:17','2018-03-09 14:02:17','','Hybrid Carbine 1','','inherit','open','closed','','hybrid-carbine-1','','','2018-03-09 14:02:17','2018-03-09 14:02:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/Hybrid-Carbine-1.jpg',0,'attachment','image/jpeg',0),
(228,4,'2018-03-09 14:02:39','2018-03-09 14:02:39','','Hybrid Carbine 2','','inherit','open','closed','','hybrid-carbine-2','','','2018-03-09 14:02:39','2018-03-09 14:02:39','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/Hybrid-Carbine-2-e1521240511508.jpg',0,'attachment','image/jpeg',0),
(229,3,'2018-03-10 22:52:27','2018-03-10 22:52:27','','amtac_logo_small','','inherit','open','closed','','amtac_logo_small','','','2018-03-10 22:52:27','2018-03-10 22:52:27','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/amtac_logo_small.png',0,'attachment','image/png',0),
(230,3,'2018-03-10 22:53:37','2018-03-10 22:53:37','','American Tactical Shooting Instruction LLC','','inherit','open','closed','','amtac_logo_small-2','','','2018-03-10 22:53:37','2018-03-10 22:53:37','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/amtac_logo_small-1.png',0,'attachment','image/png',0),
(232,1,'2018-03-10 23:31:15','2018-03-10 23:31:15','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Amtac Gear is being reorganized into the Amtac Shooting store in the near future!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Amtac Blades Northman</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\" id=\"product-component-abc8d5470fd\"><a href=\"http://www.amtacblades.com\"><img class=\"wp-image-1217 alignnone\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/12/AMTAC_NORTHMAN.jpg\" alt=\"\" width=\"400\" height=\"613\"></a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>The Northman is a small fixed blade knife designed to replace the cutting tool carried in your pocket. Quickly deployable and rugged enough for backcountry use, this blade is also great for combatives. <a href=\"http://www.amtacblades.com\">AmtacBlades.com</a></p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">AMTAC Complete Carbine Pistol &amp; Rifle</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":1535,\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image aligncenter\"><a href=\"https://www.centurionarms.com/AMTAC-pistol-p/amtac-pistol.htm\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2020/07/Centurian-Arms-AMTAC-Carbine-Rifle.jpg\" alt=\"Centurian Arms AMTAC Carbine Rifle\" class=\"wp-image-1535\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":1537,\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image aligncenter\"><a href=\"https://www.centurionarms.com/AMTAC-pistol-p/amtac-pistol.htm\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2020/07/Centurian-Arms-AMTAC-Carbine-Pistol.jpg\" alt=\"Centurian Arms AMTAC Carbine Pistol\" class=\"wp-image-1537\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>Centurion Arms LLC is happy to announce the AMTAC rifle and pistol collaboration. We have known Bill for over 20 years now and with confidence say he is one of the best people we know. Bill is no doubt one of the very best instructors there is on the open market for training. With his back ground and knowledge he is easily the most combat experienced instructor available today anywhere. We are VERY happy to be working on his <a href=\"https://www.centurionarms.com/searchresults.asp?Search=amtac&amp;Submit=\">Carbine and Pistol collaboration</a>.</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FO3 Holster (forward of 3 o\'clock) by Bill Rapier</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":1097,\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image aligncenter\"><a href=\"http://www.blackpointtactical.com/shop/fo3-holster/\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/08/FO3-G19-Front-300x300.jpg\" alt=\"\" class=\"wp-image-1097\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>\"The FO3 holster is designed to be worn just forward of 3 o’clock on your strong side.&nbsp;I have found this to be the best compromise between speed of draw and weapon security. This allows me to carry comfortably, deploy the pistol quickly, and safely anchor the pistol during a gun grab.&nbsp;This holster is the result of countless hours of training and collaboration with the BlackPoint Tactical team.\" -Bill Rapier</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":1614,\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image aligncenter\"><a href=\"https://amtacblades.com/fo3-holsters-in-rhodesian-brushstroke/\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2021/07/IMG_9429-2-min-1024x1024.jpg\" alt=\"FO3 Rhodesian Brushstroke\" class=\"wp-image-1614\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>**Limited edition <a href=\"https://amtacblades.com/fo3-holsters-in-rhodesian-brushstroke/\">FO3 Holsters in Rhodesian Brushstroke</a> available to ship now from <a href=\"https://amtacblades.com/fo3-holsters-in-rhodesian-brushstroke/\">AmtacBlades.com</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Use code \"amtac\" to receive 10% off <strong>all</strong> holsters from <a href=\"http://www.blackpointtactical.com/shop/fo3-holster/\">BlackPoint Tactical</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">&nbsp;</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">SIRT Guns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":1067} -->\n<figure class=\"wp-block-image aligncenter\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/08/IMG_2485.jpg\" alt=\"\" class=\"wp-image-1067\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>\"If you are going to get serious about pistol combatives, acquiring a SIRT pistol should be pretty high on your priority list. It is one of the best ways to safely practice your transitions and to increase your skill at weapons retention shooting. It is also a great tool to start to work into force on force scenarios and get off the X drills.\" - Bill Rapier</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Use code \"amtac\" to receive 10% off all SIRT guns from <a class=\"thirstylink\" title=\"SIRT\" href=\"https://www.amtacshooting.com/recommends/sirt/\">Next Level Training.</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"44px\"} -->\n<div style=\"height:44px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Amazon Equipment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B01B7YSBTO&amp;asins=B01B7YSBTO&amp;linkId=da9f139fb44ccd17366c221acc229b73&amp;show_border=true&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->[/et_pb_text][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Store','','publish','closed','closed','','store','','','2024-10-29 18:24:35','2024-10-29 18:24:35','',0,'http://www.amtacshooting.com/blog/?page_id=232',0,'page','',0),
(234,1,'2018-03-10 23:31:52','2018-03-10 23:31:52','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][/et_pb_text][et_pb_heading title=\"Training\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" custom_padding=\"|0px||0px|false|true\" global_colors_info=\"{}\"][/et_pb_heading][ba_logo_grid column_count=\"3\" grid_gap=\"20px\" logo_size=\"309px\" column_count_tablet=\"3\" column_count_phone=\"2\" column_count_last_edited=\"on|phone\" grid_height_tablet=\"\" grid_height_phone=\"\" grid_height_last_edited=\"on|phone\" grid_gap_tablet=\"20px\" grid_gap_phone=\"0px\" grid_gap_last_edited=\"on|phone\" logo_size_tablet=\"309px\" logo_size_phone=\"309px\" logo_size_last_edited=\"on|phone\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width_tablet=\"\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_height_tablet=\"\" max_height_phone=\"\" max_height_last_edited=\"on|phone\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/defoor-logo.jpg\" brand_name=\"Defoor Proformance Shooting\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://defoor-proformance-shooting.myshopify.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/sayoc_tactical_group.jpg\" brand_name=\"Sayoc Tactical Group\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://sayoctactical.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/gustavo_muchado_jiu_jitsu.jpg\" brand_name=\"Gustavo Machado Brazilian Jiu-Jitsu\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"http://www.gustavomachado.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_heading title=\"Gear\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" module_alignment=\"left\" custom_padding=\"|0px||0px|false|true\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" text_orientation=\"center\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"]<h3></h3>\n<p><i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i><i><span></span></i></p>[/et_pb_text][ba_logo_grid column_count=\"3\" grid_gap=\"0px\" logo_size=\"293px\" column_count_tablet=\"3\" column_count_phone=\"2\" column_count_last_edited=\"on|phone\" grid_gap_tablet=\"0px\" grid_gap_phone=\"0px\" grid_gap_last_edited=\"on|phone\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px||0px||true|true\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/walther-logo.jpg\" brand_name=\"Walther \" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://waltherarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/NightForce-Wide-Round-Logo.png\" brand_name=\"Nightforce Precision Optics\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.nightforceoptics.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/bha_logo_gold_v3.jpg\" brand_name=\"Black Hills Ammunition\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"http://www.black-hills.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/black_point_tactical-1.jpg\" brand_name=\"Blackpoint Tactical\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://blackpointtactical.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/PROOF_logo_sm.jpg\" brand_name=\"Proof Research\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://proofresearch.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/us-night-vision-logo.jpg\" brand_name=\"US Night Vision\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://usnightvision.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/high-desert-cartridge-logo-sq.png\" brand_name=\"High Desert Cartridge Co\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://highdesertcartridge.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Recommended','','publish','closed','closed','','recommended','','','2025-04-15 19:10:17','2025-04-15 19:10:17','',0,'http://www.amtacshooting.com/blog/?page_id=234',0,'page','',0),
(269,3,'2018-03-16 22:47:05','2018-03-16 22:47:05','','Precision Rifle','','inherit','open','closed','','new_precision_rifle','','','2018-03-16 22:47:05','2018-03-16 22:47:05','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/new_precision_rifle.jpg',0,'attachment','image/jpeg',0),
(273,3,'2018-03-16 23:15:46','2018-03-16 23:15:46','','HWH Fundraiser','','inherit','open','closed','','new_precision_rifle-2','','','2018-03-16 23:15:46','2018-03-16 23:15:46','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/new_precision_rifle-1.jpg',0,'attachment','image/jpeg',0),
(274,3,'2018-03-16 23:17:14','2018-03-16 23:17:14','','carbine_header','','inherit','open','closed','','carbine_header-2','','','2018-03-16 23:17:14','2018-03-16 23:17:14','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_header.jpg',0,'attachment','image/jpeg',0),
(275,3,'2018-03-16 23:17:16','2018-03-16 23:17:16','','pistol','','inherit','open','closed','','pistol-2','','','2018-03-16 23:17:16','2018-03-16 23:17:16','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/pistol.jpg',0,'attachment','image/jpeg',0),
(292,3,'2018-03-17 00:39:22','2018-03-17 00:39:22','','swat','','inherit','open','closed','','swat','','','2018-03-17 00:39:22','2018-03-17 00:39:22','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg',0,'attachment','image/jpeg',0),
(303,3,'2018-03-17 00:47:14','2018-03-17 00:47:14','','crosses','','inherit','open','closed','','crosses','','','2018-03-17 00:47:14','2018-03-17 00:47:14','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/crosses.jpg',0,'attachment','image/jpeg',0),
(304,3,'2018-03-17 02:02:03','2018-03-17 02:02:03','','School Hallway','','inherit','open','closed','','school_hallway','','','2018-03-17 02:02:03','2018-03-17 02:02:03','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg',0,'attachment','image/jpeg',0),
(313,1,'2017-05-25 02:15:59','2017-05-25 02:15:59','<h3><em>May 25, 2017 (New Holland, PA)</em></h3>\n&nbsp;\n\n<a href=\"http://www.vdmsr.com/2017/07/aar-womens-defense-course-amtac-bill.html\"><img class=\"aligncenter size-full wp-image-714\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2017/05/aar_womens_combatives_vdmsr.jpg\" alt=\"AAR Womens Shooting Defense Course VDMSR\" width=\"973\" height=\"800\" /></a>\n<blockquote>\n<h3>\"My name is Larisa, and I am a mother of three boys. I decided to take Bill\'s (one day) Women\'s Defense class because I need to be able to protect my kids.\"</h3>\n<h3>\"I would definitely recommend this class for any woman who is ready to take that next step in protecting her children and herself.\"</h3>\n<h3>-Larisa</h3>\n</blockquote>\nRead full AAR <a href=\"http://www.vdmsr.com/2017/07/aar-womens-defense-course-amtac-bill.html\">here</a>.\n\n&nbsp;\n\n&nbsp;\n\n[add_eventon_list number_of_months=\"12\" event_count=\"6\" event_type=\"16\" hide_empty_months=\"yes\" show_year=\"yes\" ]','AAR: Women\'s Defense Course on VDMSR by Larisa','','publish','open','open','','aar-womens-defense-course','','','2017-05-25 02:15:59','2017-05-25 02:15:59','',0,'http://www.amtacshooting.com/blog/?p=313',0,'post','',0),
(316,3,'2018-03-17 02:20:47','2018-03-17 02:20:47','','Amtac Shooting Women\'s Course','','inherit','open','closed','','img_1792-exposure','','','2018-03-17 02:20:47','2018-03-17 02:20:47','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG_1792-Exposure.jpg',0,'attachment','image/jpeg',0),
(344,1,'2018-03-17 03:12:36','2018-03-17 03:12:36','<img class=\"aligncenter wp-image-537 size-large\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/The-One-Rifle-1024x682.jpg\" alt=\"\" width=\"1024\" height=\"682\" />\n\nWhat if you could only have one rifle?  What would it be?  What if you need the ability to engage very fast up close and then also shoot out to medium distance?  This is where is a Hybrid Carbine shines.\n\nA Hybrid Carbine is a very accurate 16 in AR in 5.56 with a 1-6 or 1-8 variable power scope with mil hash marks and a daytime visible red dot.\n\nWhy the Hybrid Carbine?  This setup is about as close as it gets to the one rifle that will do it all.  It won\'t do anything the best, but it will do a lot of things very well.  With this setup you can make all of your rifle standards  at close and medium range, then you can dial the power up on your glass and shoot out to 600-700 yards.\n\n<img class=\"aligncenter wp-image-227 size-large\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/Hybrid-Carbine-1-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" />\n\n<b>Here is what my Hybrid Carbine looks like:</b>\n\nForged mil spec upper and lower (any reputable brand)\nProof Research 16 inch stainless/ carbon fiber barrel, 1/8 twist Wylde chamber\nMidwest Industries keymod freefloat tube 12 or 15 in tube\nSmith Vortex flash suppressor\nGeilse SSA two stage trigger (or you can use a geisle G2S)\nHogue grip\nMagpul CTR stock\nMagpul back up sights\nVortex Razor HDII 1-6 Mil reticle (any good 1-6 or 1-8 with mil or minute hash marks and a daytime visible red dot will work)\nVortex/ Bobro QD cantaliever mount\nArisaka keymod flashlight mounted between 9 and 12\nV-Tac sling (the one with no padding)\n77 gr Black Hills Ammunition\n<h3>Upcoming Carbine Courses</h3>\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"31\" hide_empty_months=\"yes\" ]','The Best All Around Rifle: The Hybrid Carbine','','publish','open','open','','the-hybrid-carbine','','','2018-03-17 03:12:36','2018-03-17 03:12:36','',0,'http://www.amtacshooting.com/blog/?p=344',0,'post','',0),
(346,1,'2018-07-06 03:14:32','2018-07-06 03:14:32','<img class=\"aligncenter wp-image-517 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/p_rfile_in_grass-1024x512.jpg\" alt=\"\" width=\"1024\" height=\"512\" />\n\nThis is a primer for guys that are interested in getting into precision rifle shooting.  For the sake of this article I am going to define precision rifle shooting as anything over 600 yards.\n\nWe will look at the options for all price ranges from $1,000-$10,000+.   First off, don’t go broke buying gear.  Regular training and quality instruction are more important than high end equipment.\n\nI am going to break this down into 6 categories:\n<h4>1. caliber\n2. rifle\n3. scope\n4. rings\n5. ammunition\n6. supporting equipment (spotting scope, range finder, etc...).</h4>\n<h2><b>Calibers</b></h2>\n<h3><strong>1) 7.62/ 308 Winchester </strong></h3>\nEvery American man should own a 7.62/ 308 Winchester.  It is not the best in any one area, but it does well at everything.  Quality ammunition and inexpensive ammunition are both easy to find.  It has relatively mild recoil and if you do not abuse it the barrel can last for 3000-5000 rounds.  Realistic, repeatable engagement distances are going to be 800-1000 yards depending on the gun/ load/ shooter/ conditions.  Have guys made further shots than I am listing here? Absolutely, but I am talking about something that is commonly repeatable.\n<h3><strong>2) 6.5 Creedmoor or a 260 Remington</strong></h3>\nIf you already own a rifle in 308, or you are putting together a rifle specifically to be able to shoot distance, I would recommend a 6.5 Creedmoor or a 260 Remington.  Both of these calibers are great, the 260 Remington will give you a little bit more case capacity which can result in a little higher velocities if you are a reloader, but ammo availability is not as good.  The 6.5 Creedmoor will generally run a little slower than the 260 Remington, but quality ammo is widely available and is priced almost the same as 308 match ammo.  With both of these cartridges you will be able to engage significantly further than the 308 Win. and with less recoil.\n<h3><strong>3) 300 Winmag or 300 Norma</strong></h3>\nIf you want to reliably shoot further than the 6.5 Creedmoor or 260 Remington, or if you want to be able to have your rifle do double duty as an elk/ moose gun, you can look at the 300 Winmag or the 300 Norma.  The Winmag has been the standard in military circles for years. With either of these calibers you are pushing between a 190 gr. and a 230 gr. bullet and you can do some pretty amazing things.\n<h2><b>Rifles</b></h2>\nIn the rifle category, there have been a ton of advancements.  Recently I had students shooting beyond 1500 yards with rifle/ optic setups that were under $2000. This would have been unheard of 15 years ago.  One of the first decisions you need to make is whether you want a chassis or a more traditionally stocked rifle. I personally prefer the look of a more traditional Manners or McMillan fiber glass stock, however, the more I am doing different non-standard shooting positions the more I appreciate a chassis rifle. With a chassis gun you can do all of the positional shooting that you can do with an AR without cranking on your barrel.\n\n[caption id=\"attachment_978\" align=\"aligncenter\" width=\"768\"]<img class=\"wp-image-978 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-768x1024.jpeg\" alt=\"\" width=\"768\" height=\"1024\" /> Wrapping the sling around a tree to build a stable firing position with a custom chassis rifle[/caption]\n\nThis is not meant to be an extensive review of each rifle, merely a starting point to guide you in the right direction. Here are some options:\n<h3><a href=\"https://www.ruger.com/products/precisionRifle/models.html\"><b>Ruger Precision Rifle</b></a></h3>\nRuger changed the paradigm of what to expect in a production rifle when they came out with the Ruger Precision Rifle.  Both the 308 Win. or the 6.5 Creedmoor are among the calibers available. It is a chasssis gun, has a folding stock, a decent trigger, 20 MOA base, AR style safety and uses either SR pattern or AI style magazines.  Solid rifle.\n\n[caption id=\"\" align=\"alignnone\" width=\"825\"]<img src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /> Ruger Precision Rifle[/caption]\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\">Remington Model 700</a></h3>\nThe Remington 700 or its clones have probably been the most popular precision rifles to date.  Almost every bolt gun I own is a model 700. Models worth considering include the 700 SPS Tactical, the 700 Magpul and the 700 PCR.  These models 700s are available in 308 with some of them also available in 6.5 Creedmoor and 260 Rem.\n\n[caption id=\"\" align=\"alignnone\" width=\"650\"]<img src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /> Remington 700 PCR[/caption]\n<h3><a href=\"http://bergarausa.com\">Bergara</a></h3>\nBergara is a newer entry into the US market, but has some strong contenders in the precision rifle category.  The B-14 HMR, B-14BMP and the Premier Series rifles are all worth looking into.\n\n[caption id=\"\" align=\"alignnone\" width=\"1000\"]<img src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /> Bergara B-14 BMP[/caption]\n\n&nbsp;\n<h3><a href=\"https://www.savagearms.com\"><b>Savage</b></a></h3>\nSavage has been building very accurate rifles for many years.  Check out their 10 Savage Ashbury Precesion rifle (around $1000).  It is a fairly light weight chassis rifle available in both 308 Win. and 6.5 Creedmoor.\n\n[caption id=\"\" align=\"alignnone\" width=\"500\"]<img src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /> 10 Savage Ashbury Precision Rifle[/caption]\n\n&nbsp;\n<h3><a href=\"http://www.tikka.fi/en-us\"><b>Tikka</b></a></h3>\nThe Tikka T3X also looks like a great little chassis rifle.  Tikka has one of the strongest reputations for accuracy in the market.  The downside of this rifle is going to be the price point (around $1800) and their use of a proprietary magazine.\n\n[caption id=\"\" align=\"alignnone\" width=\"1925\"]<img src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" /> Tikka T3X[/caption]\n\n&nbsp;\n<h3><b>Custom Precision Rifles</b></h3>\nAnother option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of <a href=\"http://jbeaglerifles.com\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.\n\n[caption id=\"attachment_992\" align=\"aligncenter\" width=\"1024\"]<img class=\"wp-image-992 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" /> Custom Precision Rifle[/caption]\n<h2><b>Scopes</b></h2>\nThis is another area where the technology is advancing very quickly. Scopes are better and more affordable now than they have ever been. That being said they are still painfully expensive.  First off, I have used Leopold, Nightforce and Vortex professionally.  They all make good scopes.  The majority of scopes that I now own and teach with are all Vortex scopes so that is going to be what I am most familiar with now. There are a couple of key things to look for in a scope:\n\n1. <em>First, the amount of magnification and whether the optic is a fixed power or variable power.</em> Going through sniper school, all we had were Leopold fixed 10 power scopes. We were regularly shooting past 1000 yards with that setup. Now we have had some significant innovations since that time and while it was possible to make shots at distance with a fixed 10 power scope, it is a lot easier to do it with a 4.5-27.  It is also a lot easier to self spot after a miss. So I recommend a variable power scope in the 5-25 ish range.\n\n2.  <em>Next, the type of reticle and the type of adjustment units</em>.  The two common adjustment units are minute of angle (abbreviated as MOA) and milliradian (also known as Mil or MRAD). If you lived on an island and never trained with anyone else it wouldn’t matter which unit you picked.  But you don’t live on an island and the vast majority of scope/ binocular/ spotting scope reticles are in Mils, so you should buy something in Mils.  It is vitally important that you and your shooting buddy are speaking the same language.  Using the same units of measure makes this communication easier.  Now that we have agreed that you should buy a Mil scope, make sure that your reticle is also in Mils.  I prefer a drop down reticle, it should have numbered full Mil hash marks, half Mil hash marks in between and .2 MRAD wind dots moving away laterally from the center.  Almost every major scope manufacturer has their own version and there are a couple of versions that transcend brands.  Popular reticles include the <a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\">Tremor 2/3</a>, <a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\">Horus H59</a> and the <a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\">Vortex EBR-2C</a>.\n\n[caption id=\"\" align=\"aligncenter\" width=\"300\"]<img src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /> Example of a drop down reticle Vortex EBR-2C[/caption]\n\n<em>3. Next in the long list of options is a first or second focal plane scope.</em> In a first focal plane scope (some companies call them front focal plane or FFP), the units of measure in your scope are true regardless of your level of magnification.  In a second focal plane  scope (abbreviated as SFP), your units of measure are only true at a certain magnification.  To keep this easy, if you can swing it financially, any scope that has a higher than 6 power magnification should be a first focal plane scope.\n\nHere are some scope examples:\n<h3>Budget Scope</h3>\nLet’s start with the budget scope.  This is not even close to the best scope, but when guys ask me about getting into a rifle that will shoot 1000 yards for bottom dollar, this is the recommendation.  <a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\">Bushnell Elite LRS 10x40</a>  This is a fixed 10 power scope with a basic Mil dot reticle.  Unfortunately this scope has MOA adjustments and a Mil reticle, so it is not as user friendly, but it tracks well, holds up to recoil, and is relatively inexpensive ($240).\n\n[caption id=\"attachment_1012\" align=\"aligncenter\" width=\"300\"]<img class=\"wp-image-1012 size-medium\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" /> Bushnell Elite LRS 10x40[/caption]\n<h3></h3>\n<h3>Midrange Scopes</h3>\n&nbsp;\n\n&nbsp;\n\n[caption id=\"attachment_1011\" align=\"aligncenter\" width=\"300\"]<img class=\"wp-image-1011 size-medium\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" /> Vortex PST 2 5-25[/caption]\n\nNext we will look at some midrange scopes (around $1000).  At this price point it is going to be hard to beat the Vortex PST 2 line.   The <a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\">PST 2 5-25 mrad</a> with the EBR-2C reticle would be my first choice in this category.  You get decent glass, a solid drop down reticle (has illumination), side adjustable for parallax and zero stops.  Other option in this category would include the <a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\">Leopold VX-3i LRP 6.5-20 FFP</a> with the CCH reticle or the <a href=\"http://nightforceoptics.com/shv/4-14x50-f1\">Nightforce SHV 4-14 FFP</a> with the Mil R reticle.\n\n&nbsp;\n<h3>High End Scopes</h3>\nHigh end glass ($2000 and up).  All of these scopes are FFP scopes. Top overall pick is the <a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\">Vortex Razor HD 2 4.5-27 mrad</a> with the EBR-2C reticle.  Very clear glass, built solidly (also heavy enough to use as a club if your rifle quits on you).  All of my serious distance guns have this scope on it.  They run around $2500.\n\n[caption id=\"attachment_1014\" align=\"aligncenter\" width=\"300\"]<img class=\"wp-image-1014 size-medium\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" /> Vortex Razor HD 2 4.5-27[/caption]\n\nNext would be the <a href=\"http://nightforceoptics.com/atacr/5-25×56-f1\">Nightforce ATACR 5-25 F1</a> with the Tremor 3 reticle.  Simply put this is an amazing scope.  Street price is around $3400.\n\n[caption id=\"attachment_1015\" align=\"aligncenter\" width=\"300\"]<img class=\"wp-image-1015 size-medium\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" /> Nightforce ATACR 5-25[/caption]\n\n&nbsp;\n\nThe top one on the Leopold side is going to be the <a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\">Mark 8 3.5-25</a> with the Tremor 3 reticle.  Another solid scope coming in at around $4000.\n\n[caption id=\"attachment_1016\" align=\"aligncenter\" width=\"300\"]<img class=\"wp-image-1016 size-medium\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" /> Leopold Mark 8 3.5-25[/caption]\n\n&nbsp;\n<h3><b>Scope Rings</b></h3>\nQuality scope rings are a must. If you have a nice rifle and a good piece of glass and the two are not held together securely you will have nothing but frustration. The current top mount that I am aware of is the <a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\">Spuhr mount</a>. This is a one piece mount with a built-in level and you can get it with or without a cant (for a distance gun I recommend the model with a 6 Mil/20.6 MOA can\'t). Of course all of this greatness in scope rings does not come cheap, they retail for just over $400.\n\n[caption id=\"attachment_1018\" align=\"aligncenter\" width=\"300\"]<img class=\"wp-image-1018 size-medium\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" /> Spuhr mount with a 6 Mil/ 20.6 MOA cant[/caption]\n\n&nbsp;\n\nThe more reasonably priced and absolutely solid rings are going to be the <a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\">Vortex Precision Matched Rings</a> or the <a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\">Nightforce Rings</a>. I have used both of these and setups and they are solid.  They will set you back between $120-180.\n\n[caption id=\"attachment_1022\" align=\"aligncenter\" width=\"300\"]<img class=\"wp-image-1022 size-medium\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" /> Vortex Precesion Matched Rings[/caption]\n<h3></h3>\n[caption id=\"attachment_1023\" align=\"aligncenter\" width=\"300\"]<img class=\"wp-image-1023 size-medium\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /> Nightforce Rings[/caption]\n<h3></h3>\n<h2><b>Ammunition </b></h2>\nIf you are going to be shooting past 600 yards it is important to have ammo that is optimized for that task.  There are two overarching categories here, factory ammunition and hand loads.  If you know what you are doing, you can absolutely make ammunition that is every bit as good if not better than factory ammo. If you want to go down the handloading road I recommend finding a mentor that can guide you through the process. The other category is factory ammunition.  Fortunately there is a wider variety of quality factory ammunition than there ever has been. A lot of people get very fixated on velocity when shooting distance and while velocity is very important, matching the ammunition to your particular firearm is far more important.  The right ammo is going to depend on what the intended purpose of your gun is and also  the individual firearm itself.\n\nThis is how I would go about trying determine which factory load is right for you.  Buy one box of inexpensive ammo.  Use this to get a rough zero and break your rifle in.  Then do a very short cleaning of the barrel, shoot three more of the inexpensive rounds and then start your accuracy testing.  Shoot a minimum of two five shot groups with each ammo type.  Go with the ammo that shoots the best group.  If multiple loads are very close, go with the one that has the highest Ballistic Coefficient (BC) bullet, the lowest extreme spread in velocity and the highest overall velocity.  In factory ammo I shoot <a href=\"http://www.black-hills.com\">Black Hills ammunition</a>.  There are a lot of companies that make quality ammo, but I have repeatedly relied on Black Hills ammo when my life was on the line overseas, so I know that their quality is second to none. For some basic guidelines, here is a list of the different calibers and ammo types that I use:\n\n308 Win. - Black Hills 175 gr. TMK\n\n260 Rem. - Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun\n\n5.56 - Black Hills 77 gr. SMK or 77 gr. TMK. If your gun likes both the same, shoot the TMK’s, they have a better BC\n\n<img class=\"wp-image-1031 size-medium\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/ammunition-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\n\nBlack Hills factory ammo, left to right: 308 175 gr. SMK, 308 175 gr. TMK, 260 Rem. 140 gr. ELD, 5.56 77 gr. SMK, 5.56 77 gr. TMK\n<h2><b>Supporting Equipment</b></h2>\nThis category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.\n\n<strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The <a href=\"http://www.vortexoptics.com/category/fury_binoculars\">Vortex Fury</a> binos/ range finder is my current favorite, the <a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\">Sig Kilo 2200 MR</a> is also a solid option.  When my rangefinder will not give me a reading I use the <a href=\"https://leadnavsystems.com/theleadnavapp/\">LeaNav mapping app</a> to determine my range.\n\n<strong>Spotting Scope:</strong> I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\"> Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my <a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\">Razor HD with the EBR-2C</a> reticle.\n\n<strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\">Vortex Viper HD 10x50</a> and the <a href=\"http://www.vortexoptics.com/category/fury_binoculars\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used <a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\">Swarovski</a> and <a href=\"https://www.steiner-optics.com/binoculars\">Steiner</a> binoculars.\n\n<strong>Weather station and ballistic software:</strong> <a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\">Kestrel 5700 with the Applied Ballistics</a> software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the <a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\">Applied Ballistics app</a> ($30).\n\n<strong>Chronograph:</strong>  I am currently using the <a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the <a href=\"https://kestrelinstruments.com/labradar\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.\n\nIn summary, knowledge and training are far more important than having the latest and greatest gear.  Hopefully this will clarify the things that are worth spending money on versus the things that are not worth spending money on.\n\nNow get out there and start training.\n<h3>Upcoming Precision Rifle Courses</h3>\n[add_eventon_list event_type=\"26\"  number_of_months=\"12\" hide_past=\"yes\" hide_empty_months=\"yes\"]\n\n&nbsp;','Getting into Precision Rifle Shooting','','publish','open','open','','precision-rifle-options','','','2018-07-06 03:14:32','2018-07-06 03:14:32','',0,'http://www.amtacshooting.com/blog/?p=346',0,'post','',0),
(354,1,'2018-03-17 03:35:07','2018-03-17 03:35:07','<img class=\"aligncenter wp-image-486 size-large\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/20180209_104920-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" />\n<h3><strong>Winter mobility</strong></h3>\nThis article is intended to be a primer for men that are interested in all aspects of winter mobility.  I am not claiming to be the authority for any of these skills, rather I have been fascinated by all aspects of  living, traveling, and working in in the snow for as long as I can remember.\n\nAnother thing to keep in mind is that I am on a budget and do not upgrade all equipment every season (or every ten seasons sometimes).  Here are the different areas that we are going to dive into:\n<ul>\n 	<li>Human powered – Post holing, snow showing, crosscountry ski, telemark ski, AT ski</li>\n 	<li>Gas powered – Snowmobile, tracked ATV and SxS, Timbersled</li>\n</ul>\n<h3>Human powered mobility</h3>\nThis is an area where I have have made some good advances this year.  We will start with the least efficient method.  Post holing.  Post holing requires only the footwear that you already have on and the ability to walk.  The upside is that it requires no training and no special equipment.  The downside is that it is not very efficient and it is very slow.\n\nNext on the efficiency scale is going to be snowshoeing. Snowshoes are fairly inexpensive ($100-$300 range) and they will significantly decrease the amount that you sink into the snow.   Best use for snowshoes is when the terrain is very steep or there is blown down timber.  Also they are convenient when setting up camp.  The down side of the snowshoe is that it is still relatively inefficient. Going uphill, downhill or on level surface you only travel as far as each stride.\n\n<img class=\"alignnone size-medium wp-image-839\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/2018-04-16-17.17.50-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />\n<h3>Skiing</h3>\nThis category has multiple sub categories.\n<h3>All terrain skis (ATs)</h3>\nWhat I normally recommend to guys first is All Terrain also known as Randonee (I will refer to this as AT).  An AT set up is basically a light weight downhill ski with either a Fritshe style or a Dynafit style binding.  You pair this ski with a lightweight AT ski boot and a set of skins.  Skins allow you to ski uphill. Skins are called skins because they used to be made from seal skins.  Now they are usually made from nylon or mohar.  The skins get attached to the bottom of your ski and are smooth going one way and catch going the other way, thus allowing you to ski up hill.  An AT binding will have two modes, a downhill mode where your heel is locked in and a climbing/ walking mode where you pivot on your toe.  Skiing downhill with your heel locked in gives you the most control ans is also the easiest to teach people.  Having your heel locked in also gives a lot more control when skiing with a heavy ruck on.\n\n<img class=\"alignnone size-medium wp-image-843\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/2018-04-16-17.52.38-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />\n\n<img class=\"alignnone size-medium wp-image-842\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/2018-04-16-17.51.55-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />\n\n&nbsp;\n<h3>Telemark equipment</h3>\nNext on the skiing category is Telemark equipment.  Telelmark gets its name from the town of Telemark in Norway.  With a Telemark setup you have a lightweight downhill type of ski paired with a telemark binding.  The telemark binding locks the ball of your foot in place.  With this type of setup your heel is always going to be free allowing you to easily move cross country.  On the descent you will need to learn to do telemark style turns (basically deep knee lunges).  This is harder than downhill style turns, so it is a little bit less efiicient on the downhill side.\n\n&nbsp;\n<h3>Cross country skies</h3>\nCross country gear varies widely.  Some CC setups resemble lightweight Tele gear and have some backcountry applicability.  Most modern CC setups are designed for groomed CC trails.  The CC ski is usually very light and has a waxless base (think of a fishscale type pattern on the bottom of the ski that is smooth going one way and catches going the other way).  These skies will oftentimes not have a metal edge which further reduces its ability to traverse challenging terrain. The upside of CC gear is that if you have a track that is set and you are on relatively flat terrain you can move very efficiently.\n\n<img class=\"alignnone size-medium wp-image-845\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/2018-04-16-17.56.13-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />\n\n<img class=\"alignnone size-medium wp-image-846\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/2018-04-16-17.56.27-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />\n\n&nbsp;\n<h3>Hybrids.  The skishoe.</h3>\nWhen I first saw/ heard about these I was not overly enthusiastic, but one of my good friends was raving about them so I wanted to give them a shot.  Skishoes are basically very short/ fat skies (1.25m) with metal edges, a built in partial skin and a universal binding.  The universal binding allows you to use any boot and buckle in with a  snowboard style buckle.  The strength of the skieshoe is that they are easy to use and still allow for some glide while travelling on a level surface or downhill.  They also allow you to move around a little easier than full length skies.\n\n<img class=\"alignnone size-medium wp-image-840\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/2018-04-16-17.20.16-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" />\n\n<img class=\"alignnone wp-image-848 size-medium\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/2018-03-21-10.35.11-1-e1523938204646-225x300.jpg\" alt=\"\" width=\"225\" height=\"300\" />\n\n<img class=\"alignnone size-medium wp-image-847\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/2018-03-21-09.11.49-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" />\n\n&nbsp;','How to Travel Well Through the Snow','','pending','open','open','','winter-skills','','','2018-03-17 03:35:07','2018-03-17 03:35:07','',0,'http://www.amtacshooting.com/blog/?p=354',0,'post','',0),
(356,1,'2018-03-17 03:36:49','2018-03-17 03:36:49','[caption id=\"attachment_484\" align=\"aligncenter\" width=\"300\"]<img class=\"size-medium wp-image-484\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/fighting-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" /> Fight better[/caption]\n\nA lot of people are throwing the term “combatives” around these days.  I am writing this to clarify what I think combatives are.  Put simply “combatives” is the essence of martial arts, fighting and shooting, distilled into something that does not take a lifetime to master.  My “combatives style” comes from 5 primary sources:  western boxing, Thai boxing, Brazilian Jiu-Jitsu and Sayoc Kali.\n<h3></h3>\n<h3>Upcoming Combatives Courses:</h3>\n&nbsp;\n\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"16,21,18,22,31\"  hide_empty_months=\"yes\"  event_count=\"6\" ]\n\n&nbsp;','What Are Combatives?','','pending','open','open','','combatives','','','2018-03-17 03:36:49','2018-03-17 03:36:49','',0,'http://www.amtacshooting.com/blog/?p=356',0,'post','',0),
(358,1,'2018-03-17 03:37:35','2018-03-17 03:37:35','<img class=\"aligncenter wp-image-412 size-full\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\" alt=\"\" width=\"3790\" height=\"2136\" />\n\nI don\'t normally get very excited about new gear.  This thermal weapons sight changed that, not because it is better than anything else out there but because it brings a useful thermal sight into working man\'s prices.\n\nIt is still not cheap ($2,199.00 on the <a href=\"http://usnightvision.com/thermosight-pro-pts233/\" target=\"_blank\" rel=\"noopener\">www.usnightvision.com</a> web page), but it puts it at a price point that is cheaper than good glass for a precision rifle.\n\n<em>Use coupon code \'AMTAC\' to get $50 0ff the FLIR Thermosight Pro PTS233 at <a href=\"http://usnightvision.com/thermosight-pro-pts233/\" target=\"_blank\" rel=\"noopener\">www.usnightvision.com</a>.</em>\n\n[caption id=\"attachment_423\" align=\"alignnone\" width=\"640\"]<img class=\"wp-image-423 size-full\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG019.jpeg\" alt=\"\" width=\"640\" height=\"512\" /> Man with AK at 25 yards[/caption]\n<h3>Setup</h3>\nThe scope comes with a hard case with a QD mount, a USB cable, two battery sleeves and instructions.  Mounting the thermal is easy with the included QD mount.  I mounted the scope on a 16 in carbine.  Just aft of the scope I mounted an Aimpoint T1 on a Larue 45 degree offset mount.\n\n&nbsp;\n\n[caption id=\"attachment_419\" align=\"aligncenter\" width=\"640\"]<img class=\"wp-image-419 size-full\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG006.jpeg\" alt=\"\" width=\"640\" height=\"512\" /> B/C steel at 50 yards[/caption]\n<h3>Zeroing</h3>\nZeroing was simple and is pretty intuitive on the menu.  A cool side note is that you can pick multiple guns out a sub-menu and zero for each individual rifle.\n\nWhen I started zeroing I used a can of spray paint to make a dot over my target, this was enough of a temperature differential to have an aiming point and get on paper at 25 yards.  A few days later I had time to do a proper zero at 100 yards by pouring water on a normal paper target and then shooting at the top of the temperature differential.\n\nOther ways to get a temperature differential include stapling hand warmers to the bulls eye of your target or heating a piece of steel up with a torch.\n<h3>Capability</h3>\nFor the test I had access to a little over 500 yards.  At that distance I was able to tell the pick up movement and distinguish between a person and a dog.  Closer in I was able to identify a rifle at 100 yards and identify gear/ clothing at 25 yards.  I had no problem hitting B/C steel at 250 yards with <a href=\"https://www.midwayusa.com/product/1339912049/black-hills-ammunition-556x45mm-nato-77-grain-sierra-matchking-hollow-point\" target=\"_blank\" rel=\"noopener\">Blackhills 77 Gr. OTM</a>.\n\n[caption id=\"attachment_784\" align=\"aligncenter\" width=\"640\"]<img class=\"wp-image-784 size-full\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG045.jpeg\" alt=\"\" width=\"640\" height=\"512\" /> Man and dog at approx 500 yards[/caption]\n\nPros and Cons\n\nPros:\n<ol>\n 	<li>Price point.  I always say that logistics are important and this scope allows for more people to own a serious piece of equipment.</li>\n 	<li>Ease of use.  The menus are very intuitive and it is simple to scroll through the different reticle and color options.</li>\n 	<li>It uses 3v lithium batteries.  This is a very common battery that also does well in the cold.</li>\n 	<li>Everything you need is in the box, no need to buy separate mounts or cables.</li>\n 	<li>Size.  I would not call it small, but it is manageable.</li>\n 	<li>Picture and video ability with internal memory.</li>\n</ol>\nCons:\n<ol>\n 	<li>Price point.  At a little over $2k it is still expensive.</li>\n 	<li>30 Hz refresh rate.  This means there is a slight lag time as you are panning.</li>\n 	<li>No focus ring.</li>\n 	<li>No drop down reticle.</li>\n</ol>\nSummery\n\nThis FLIR Thermosight Pro PTS233 thermal is a game changer.  Way to many \"gun guys\" have a safe full of rifle and pistols and have zero night vision or thermal capability.  Sell a couple of those \"safe queens\" that are just collecting dust and improve your capability with NVG\'s/ Thermals and quality training!\n<h3>At 50 Yards</h3>\n[caption id=\"attachment_425\" align=\"aligncenter\" width=\"640\"]<img class=\"wp-image-425 size-full\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG022.jpeg\" alt=\"\" width=\"640\" height=\"512\" /> Man at 50 yards with AK across chest[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_427\" align=\"aligncenter\" width=\"640\"]<img class=\"wp-image-427 size-full\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG024.jpeg\" alt=\"\" width=\"640\" height=\"512\" /> Man at 50 yards with pistol in right hand[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_430\" align=\"aligncenter\" width=\"640\"]<img class=\"wp-image-430 size-full\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG027.jpeg\" alt=\"\" width=\"640\" height=\"512\" /> Man at 50 yards walking away with AK in left hand[/caption]\n\n&nbsp;\n<h3>At 100 Yards</h3>\n&nbsp;\n\n[caption id=\"attachment_438\" align=\"aligncenter\" width=\"640\"]<img class=\"wp-image-438 size-full\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG008.jpeg\" alt=\"\" width=\"640\" height=\"512\" /> B/C steel at 100 yards[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_431\" align=\"aligncenter\" width=\"640\"]<img class=\"wp-image-431 size-full\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG029.jpeg\" alt=\"\" width=\"640\" height=\"512\" /> Man standing with AK in hand at 100 yards[/caption]\n\n&nbsp;\n<h3>Around 200 Yards</h3>\n&nbsp;\n\n[caption id=\"attachment_433\" align=\"aligncenter\" width=\"640\"]<img class=\"wp-image-433 size-full\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG034.jpeg\" alt=\"\" width=\"640\" height=\"512\" /> Man at 210 yards at the edge of a forest[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_434\" align=\"aligncenter\" width=\"640\"]<img class=\"wp-image-434 size-full\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG035.jpeg\" alt=\"\" width=\"640\" height=\"512\" /> Man at 225 yards, 15 yards into the forest[/caption]\n\n&nbsp;\n<h3>And 250 Yards</h3>\n[caption id=\"attachment_439\" align=\"aligncenter\" width=\"640\"]<img class=\"wp-image-439 size-full\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG015.jpeg\" alt=\"\" width=\"640\" height=\"512\" /> B/C  steel at 250 yards[/caption]\n\n[caption id=\"attachment_417\" align=\"aligncenter\" width=\"640\"]<img class=\"wp-image-417 size-full\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG004.jpeg\" alt=\"\" width=\"640\" height=\"512\" /> Highly visible snowmobile track[/caption]\n\n&nbsp;\n\n&nbsp;\n\n<iframe src=\"https://player.vimeo.com/video/264796320\" width=\"640\" height=\"564\" frameborder=\"0\" allowfullscreen=\"allowfullscreen\"></iframe>','Review of FLIR Thermosight Pro PTS233','','publish','open','open','','review-of-flir-thermosight-pro-pts233','','','2018-03-17 03:37:35','2018-03-17 03:37:35','',0,'http://www.amtacshooting.com/blog/?p=358',0,'post','',0),
(380,3,'2018-03-17 05:05:19','2018-03-17 05:05:19','','Sayoc Tactical Group','Sayoc Tactical Group','inherit','open','closed','','sayoc_tactical_group','','','2018-03-17 05:05:19','2018-03-17 05:05:19','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/sayoc_tactical_group.png',0,'attachment','image/png',0),
(381,3,'2018-03-17 05:05:32','2018-03-17 05:05:32','','Kyle Defoor Performance Shooting','Kyle Defoor Performance Shooting','inherit','open','closed','','defoor','','','2018-03-17 05:05:32','2018-03-17 05:05:32','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/defoor.png',0,'attachment','image/png',0),
(382,3,'2018-03-17 05:05:49','2018-03-17 05:05:49','','Gustavo Muchado Brazilian Jiu Jitsu','Gustavo Muchado Brazilian Jiu Jitsu','inherit','open','closed','','gustavo_muchado_jiu_jitsu','','','2018-03-17 05:05:49','2018-03-17 05:05:49','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/gustavo_muchado_jiu_jitsu.jpg',0,'attachment','image/jpeg',0),
(383,3,'2018-03-17 05:08:12','2018-03-17 05:08:12','','black_hills_ammo','Black Hills Ammo','inherit','open','closed','','black_hills_ammo','','','2018-03-17 05:08:12','2018-03-17 05:08:12','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/black_hills_ammo.gif',0,'attachment','image/gif',0),
(384,3,'2018-03-17 05:08:13','2018-03-17 05:08:13','','black_point_tactical','Black Point Tactical Holsters','inherit','open','closed','','black_point_tactical','','','2018-03-17 05:08:13','2018-03-17 05:08:13','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/black_point_tactical.png',0,'attachment','image/png',0),
(385,3,'2018-03-17 05:08:14','2018-03-17 05:08:14','','PROOF_logo_stack_black_3-color_final','Proof Research','inherit','open','closed','','proof_logo_stack_black_3-color_final','','','2018-03-17 05:08:14','2018-03-17 05:08:14','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/PROOF_logo_sm.jpg',0,'attachment','image/jpeg',0),
(386,3,'2018-03-17 05:08:15','2018-03-17 05:08:15','','usnightvisionlogo','US Night Vision','inherit','open','closed','','usnightvisionlogo_small','','','2018-03-17 05:08:15','2018-03-17 05:08:15','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/usnightvisionlogo_small.png',0,'attachment','image/png',0),
(387,3,'2018-03-17 05:08:16','2018-03-17 05:08:16','','vortex_logo','Vortex Optics','inherit','open','closed','','vortex_logo','','','2018-03-17 05:08:16','2018-03-17 05:08:16','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/vortex_logo.png',0,'attachment','image/png',0),
(401,1,'2018-03-17 23:24:39','2018-03-17 23:24:39','<p>This is the WPForms preview page. All your form previews will be handled on this page.</p><p>The page is set to private, so it is not publicly accessible. Please do not delete this page :) .</p>','WPForms Preview','','private','closed','closed','','wpforms-preview','','','2018-03-17 23:24:39','2018-03-17 23:24:39','',0,'http://www.amtacshooting.com/blog/wpforms-preview/',0,'page','',0),
(405,5,'2018-03-20 21:01:00','2018-03-20 21:01:00','','Thermal Weapons Sight','','inherit','open','closed','','img018','','','2018-03-20 21:01:00','2018-03-20 21:01:00','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG018.jpeg',0,'attachment','image/jpeg',0),
(406,5,'2018-03-20 21:01:55','2018-03-20 21:01:55','','IMG018','','inherit','open','closed','','img018-2','','','2018-03-20 21:01:55','2018-03-20 21:01:55','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG018-1.jpeg',0,'attachment','image/jpeg',0),
(408,5,'2018-03-21 00:06:06','2018-03-21 00:06:06','','IMG018','','inherit','open','closed','','img018-3','','','2018-03-21 00:06:06','2018-03-21 00:06:06','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG018-2.jpeg',0,'attachment','image/jpeg',0),
(412,3,'2018-03-21 00:57:40','2018-03-21 00:57:40','FLIR Thermosight Pro PTS233 Review','FLIR Thermosight Pro PTS233','FLIR Thermosight Pro PTS233, Blackhills Ammo, 77Gr, Blackpointtactical Outback, US Nightvision','inherit','open','closed','','img_1452-heic','','','2018-03-21 00:57:40','2018-03-21 00:57:40','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg',0,'attachment','image/jpeg',0),
(413,3,'2018-03-21 00:58:44','2018-03-21 00:58:44','','IMG_1452.HEIC','','inherit','open','closed','','img_1452-heic-2','','','2018-03-21 00:58:44','2018-03-21 00:58:44','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-1.jpg',0,'attachment','image/jpeg',0),
(414,3,'2018-03-21 01:00:20','2018-03-21 01:00:20','','IMG_1452','','inherit','open','closed','','img_1452','','','2018-03-21 01:00:20','2018-03-21 01:00:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.jpg',0,'attachment','image/jpeg',0),
(416,5,'2018-03-21 01:21:18','2018-03-21 01:21:18','','IMG002','','inherit','open','closed','','img002','','','2018-03-21 01:21:18','2018-03-21 01:21:18','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG002.jpeg',0,'attachment','image/jpeg',0),
(417,5,'2018-03-21 01:21:20','2018-03-21 01:21:20','','IMG004','','inherit','open','closed','','img004','','','2018-03-21 01:21:20','2018-03-21 01:21:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG004.jpeg',0,'attachment','image/jpeg',0),
(418,5,'2018-03-21 01:21:20','2018-03-21 01:21:20','','IMG005','','inherit','open','closed','','img005','','','2018-03-21 01:21:20','2018-03-21 01:21:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG005.jpeg',0,'attachment','image/jpeg',0),
(419,5,'2018-03-21 01:21:21','2018-03-21 01:21:21','','IMG006','','inherit','open','closed','','img006','','','2018-03-21 01:21:21','2018-03-21 01:21:21','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG006.jpeg',0,'attachment','image/jpeg',0),
(420,5,'2018-03-21 01:21:22','2018-03-21 01:21:22','','IMG007','','inherit','open','closed','','img007','','','2018-03-21 01:21:22','2018-03-21 01:21:22','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG007.jpeg',0,'attachment','image/jpeg',0),
(421,5,'2018-03-21 01:21:23','2018-03-21 01:21:23','','IMG009','','inherit','open','closed','','img009','','','2018-03-21 01:21:23','2018-03-21 01:21:23','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG009.jpeg',0,'attachment','image/jpeg',0),
(422,5,'2018-03-21 01:21:24','2018-03-21 01:21:24','','IMG010','','inherit','open','closed','','img010','','','2018-03-21 01:21:24','2018-03-21 01:21:24','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG010.jpeg',0,'attachment','image/jpeg',0),
(423,5,'2018-03-21 01:21:25','2018-03-21 01:21:25','','IMG019','22 yards ','inherit','open','closed','','img019','','','2018-03-21 01:21:25','2018-03-21 01:21:25','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG019.jpeg',0,'attachment','image/jpeg',0),
(424,5,'2018-03-21 01:21:26','2018-03-21 01:21:26','','IMG021','','inherit','open','closed','','img021','','','2018-03-21 01:21:26','2018-03-21 01:21:26','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG021.jpeg',0,'attachment','image/jpeg',0),
(425,5,'2018-03-21 01:21:27','2018-03-21 01:21:27','','IMG022','','inherit','open','closed','','img022','','','2018-03-21 01:21:27','2018-03-21 01:21:27','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG022.jpeg',0,'attachment','image/jpeg',0),
(426,5,'2018-03-21 01:21:28','2018-03-21 01:21:28','','IMG023','','inherit','open','closed','','img023','','','2018-03-21 01:21:28','2018-03-21 01:21:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG023.jpeg',0,'attachment','image/jpeg',0),
(427,5,'2018-03-21 01:21:29','2018-03-21 01:21:29','','Pistol in hand at 50 yards','','inherit','open','closed','','img024','','','2018-03-21 01:21:29','2018-03-21 01:21:29','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG024.jpeg',0,'attachment','image/jpeg',0),
(428,5,'2018-03-21 01:21:30','2018-03-21 01:21:30','','IMG025','','inherit','open','closed','','img025','','','2018-03-21 01:21:30','2018-03-21 01:21:30','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG025.jpeg',0,'attachment','image/jpeg',0),
(429,5,'2018-03-21 01:21:31','2018-03-21 01:21:31','','IMG026','','inherit','open','closed','','img026','','','2018-03-21 01:21:31','2018-03-21 01:21:31','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG026.jpeg',0,'attachment','image/jpeg',0),
(430,5,'2018-03-21 01:21:32','2018-03-21 01:21:32','','walking away with AK at 50 yards','','inherit','open','closed','','img027','','','2018-03-21 01:21:32','2018-03-21 01:21:32','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG027.jpeg',0,'attachment','image/jpeg',0),
(431,5,'2018-03-21 01:21:33','2018-03-21 01:21:33','','IMG029','','inherit','open','closed','','img029','','','2018-03-21 01:21:33','2018-03-21 01:21:33','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG029.jpeg',0,'attachment','image/jpeg',0),
(432,5,'2018-03-21 01:21:34','2018-03-21 01:21:34','','IMG030','','inherit','open','closed','','img030','','','2018-03-21 01:21:34','2018-03-21 01:21:34','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG030.jpeg',0,'attachment','image/jpeg',0),
(433,5,'2018-03-21 01:21:34','2018-03-21 01:21:34','','IMG034','','inherit','open','closed','','img034','','','2018-03-21 01:21:34','2018-03-21 01:21:34','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG034.jpeg',0,'attachment','image/jpeg',0),
(434,5,'2018-03-21 01:21:35','2018-03-21 01:21:35','','IMG035','','inherit','open','closed','','img035','','','2018-03-21 01:21:35','2018-03-21 01:21:35','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG035.jpeg',0,'attachment','image/jpeg',0),
(438,3,'2018-03-21 23:44:15','2018-03-21 23:44:15','','IMG008','','inherit','open','closed','','img008','','','2018-03-21 23:44:15','2018-03-21 23:44:15','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG008.jpeg',0,'attachment','image/jpeg',0),
(439,3,'2018-03-21 23:51:11','2018-03-21 23:51:11','','IMG015','','inherit','open','closed','','img015','','','2018-03-21 23:51:11','2018-03-21 23:51:11','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG015.jpeg',0,'attachment','image/jpeg',0),
(449,1,'2018-03-23 05:29:48','2018-03-23 05:29:48','.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n','talon/talon','','publish','closed','closed','','talon-talon','','','2018-03-23 05:29:48','2018-03-23 05:29:48','',0,'http://www.amtacshooting.com/blog/2018/03/23/talon-talon/',0,'custom_css','',0),
(484,3,'2018-03-24 04:36:00','2018-03-24 04:36:00','','Combatives','Fight better','inherit','open','closed','','fighting','','','2018-03-24 04:36:00','2018-03-24 04:36:00','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/fighting.jpg',0,'attachment','image/jpeg',0),
(486,3,'2018-03-24 04:48:32','2018-03-24 04:48:32','','Bill Skiing','','inherit','open','closed','','20180209_104920','','','2018-03-24 04:48:32','2018-03-24 04:48:32','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/20180209_104920.jpg',0,'attachment','image/jpeg',0),
(500,1,'2018-03-24 17:15:14','2018-03-24 17:15:14','<div id=\"pl-500\"  class=\"panel-layout\" ><div id=\"pg-500-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;25px&quot;,&quot;bottom-padding&quot;:&quot;25px&quot;,&quot;mobile-padding&quot;:&quot;25px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" ><div style=\"padding-top: 25px; padding-bottom: 25px; \" data-mobile-padding=\"25px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-500-0\" ><div id=\"pgc-500-0-0\"  class=\"panel-grid-cell\"  data-weight=\"0.45\" ><div id=\"panel-500-0-0-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-500-0-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Image\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;attachment_id&quot;:74,&quot;url&quot;:&quot;https:\\/\\/www.amtacshooting.com\\/blog\\/wp-content\\/uploads\\/2018\\/01\\/DSCF1872-300x225.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;size&quot;:&quot;medium&quot;,&quot;width&quot;:3648,&quot;height&quot;:2736,&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;link_type&quot;:&quot;custom&quot;,&quot;link_url&quot;:&quot;&quot;,&quot;image_classes&quot;:&quot;&quot;,&quot;link_classes&quot;:&quot;&quot;,&quot;link_rel&quot;:&quot;&quot;,&quot;link_target_blank&quot;:false,&quot;image_title&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-500-0-0-0\\&quot; class=\\&quot;so-panel widget widget_media_image panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-500-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-500-0-1\"  class=\"panel-grid-cell\"  data-weight=\"0.55\" ><div id=\"panel-500-0-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-500-0-1-0\" >			<div class=\"textwidget\"><p><strong>Pistol</strong><br />\nThe Responsible Armed Citizen Course<br />\nThe Integrated Combatives Course<br />\nThe Force on Force Course</p>\n</div>\n		</div></div></div></div></div><div id=\"pg-500-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;25px&quot;,&quot;bottom-padding&quot;:&quot;25px&quot;,&quot;mobile-padding&quot;:&quot;25px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" ><div style=\"padding-top: 25px; padding-bottom: 25px; \" data-mobile-padding=\"25px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-500-1\" ><div id=\"pgc-500-1-0\"  class=\"panel-grid-cell\"  data-weight=\"0.45\" ><div id=\"panel-500-1-0-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-500-1-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Image\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;attachment_id&quot;:73,&quot;url&quot;:&quot;https:\\/\\/www.amtacshooting.com\\/blog\\/wp-content\\/uploads\\/2018\\/01\\/11902398_10155901153815414_4189277617284867691_n-300x225.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;size&quot;:&quot;medium&quot;,&quot;width&quot;:960,&quot;height&quot;:720,&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;link_type&quot;:&quot;custom&quot;,&quot;link_url&quot;:&quot;&quot;,&quot;image_classes&quot;:&quot;&quot;,&quot;link_classes&quot;:&quot;&quot;,&quot;link_rel&quot;:&quot;&quot;,&quot;link_target_blank&quot;:false,&quot;image_title&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-500-1-0-0\\&quot; class=\\&quot;so-panel widget widget_media_image panel-first-child panel-last-child\\&quot; data-index=\\&quot;2\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-500-1-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-1-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-500-1-1\"  class=\"panel-grid-cell\"  data-weight=\"0.55\" ><div id=\"panel-500-1-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-500-1-1-0\" >			<div class=\"textwidget\"><p><strong>Carbine</strong><br />\nThe Combative Carbine Course<br />\nThe Hybrid Carbine Course</p>\n</div>\n		</div></div></div></div></div><div id=\"pg-500-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;25px&quot;,&quot;bottom-padding&quot;:&quot;25px&quot;,&quot;mobile-padding&quot;:&quot;25px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" ><div style=\"padding-top: 25px; padding-bottom: 25px; \" data-mobile-padding=\"25px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-500-2\" ><div id=\"pgc-500-2-0\"  class=\"panel-grid-cell\"  data-weight=\"0.45\" ><div id=\"panel-500-2-0-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"4\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-500-2-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Image\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;attachment_id&quot;:754,&quot;url&quot;:&quot;https:\\/\\/www.amtacshooting.com\\/blog\\/wp-content\\/uploads\\/2018\\/04\\/11836858_10155901153455414_3374731815603334938_n-300x225.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;size&quot;:&quot;medium&quot;,&quot;width&quot;:960,&quot;height&quot;:720,&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;link_type&quot;:&quot;custom&quot;,&quot;link_url&quot;:&quot;&quot;,&quot;image_classes&quot;:&quot;&quot;,&quot;link_classes&quot;:&quot;&quot;,&quot;link_rel&quot;:&quot;&quot;,&quot;link_target_blank&quot;:false,&quot;image_title&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-500-2-0-0\\&quot; class=\\&quot;so-panel widget widget_media_image panel-first-child panel-last-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-500-2-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-2-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-500-2-1\"  class=\"panel-grid-cell\"  data-weight=\"0.55\" ><div id=\"panel-500-2-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-500-2-1-0\" >			<div class=\"textwidget\"><p><strong>Pistol &amp; Carbine<br />\n</strong>Advanced Pistol and Carbine Course<br />\nNight Shooting Course</p>\n</div>\n		</div></div></div></div></div><div id=\"pg-500-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;25px&quot;,&quot;bottom-padding&quot;:&quot;25px&quot;,&quot;mobile-padding&quot;:&quot;25px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" ><div style=\"padding-top: 25px; padding-bottom: 25px; \" data-mobile-padding=\"25px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-500-3\" ><div id=\"pgc-500-3-0\"  class=\"panel-grid-cell\"  data-weight=\"0.45\" ><div id=\"panel-500-3-0-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-500-3-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Image\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;attachment_id&quot;:753,&quot;url&quot;:&quot;https:\\/\\/www.amtacshooting.com\\/blog\\/wp-content\\/uploads\\/2018\\/04\\/2011-Sniper-team-Ranch-training-001-300x225.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;size&quot;:&quot;medium&quot;,&quot;width&quot;:1024,&quot;height&quot;:768,&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;link_type&quot;:&quot;custom&quot;,&quot;link_url&quot;:&quot;&quot;,&quot;image_classes&quot;:&quot;&quot;,&quot;link_classes&quot;:&quot;&quot;,&quot;link_rel&quot;:&quot;&quot;,&quot;link_target_blank&quot;:false,&quot;image_title&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-500-3-0-0\\&quot; class=\\&quot;so-panel widget widget_media_image panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-500-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-500-3-1\"  class=\"panel-grid-cell\"  data-weight=\"0.55\" ><div id=\"panel-500-3-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"7\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-500-3-1-0\" >			<div class=\"textwidget\"><p><strong>Precision Rifle</strong><br />\nPrecision Rifle Course<br />\nAdvanced Precision Rifle Course</p>\n<p>&nbsp;</p>\n</div>\n		</div></div></div></div></div><div id=\"pg-500-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;25px&quot;,&quot;bottom-padding&quot;:&quot;25px&quot;,&quot;mobile-padding&quot;:&quot;25px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" ><div style=\"padding-top: 25px; padding-bottom: 25px; \" data-mobile-padding=\"25px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-500-4\" ><div id=\"pgc-500-4-0\"  class=\"panel-grid-cell\"  data-weight=\"0.45\" ><div id=\"panel-500-4-0-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"8\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-500-4-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Image\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;attachment_id&quot;:750,&quot;url&quot;:&quot;https:\\/\\/www.amtacshooting.com\\/blog\\/wp-content\\/uploads\\/2018\\/04\\/Rapier_Womans_Class-11-300x204.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;size&quot;:&quot;medium&quot;,&quot;width&quot;:5376,&quot;height&quot;:3648,&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;link_type&quot;:&quot;custom&quot;,&quot;link_url&quot;:&quot;&quot;,&quot;image_classes&quot;:&quot;&quot;,&quot;link_classes&quot;:&quot;&quot;,&quot;link_rel&quot;:&quot;&quot;,&quot;link_target_blank&quot;:false,&quot;image_title&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-500-4-0-0\\&quot; class=\\&quot;so-panel widget widget_media_image panel-first-child panel-last-child\\&quot; data-index=\\&quot;8\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-500-4-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-500-4-1\"  class=\"panel-grid-cell\"  data-weight=\"0.55\" ><div id=\"panel-500-4-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"9\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-500-4-1-0\" >			<div class=\"textwidget\"><p><strong>Women Only Courses<br />\n</strong>Women Only Half Day Shooting and Combatives Course<br />\nWomen Only Combatives Course</p>\n</div>\n		</div></div></div></div></div><div id=\"pg-500-5\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;25px&quot;,&quot;bottom-padding&quot;:&quot;25px&quot;,&quot;mobile-padding&quot;:&quot;25px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" ><div style=\"padding-top: 25px; padding-bottom: 25px; \" data-mobile-padding=\"25px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-500-5\" ><div id=\"pgc-500-5-0\"  class=\"panel-grid-cell\"  data-weight=\"0.45\" ><div id=\"panel-500-5-0-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"10\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-500-5-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Image\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;attachment_id&quot;:749,&quot;url&quot;:&quot;https:\\/\\/www.amtacshooting.com\\/blog\\/wp-content\\/uploads\\/2018\\/04\\/AMTAC7-300x200.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;size&quot;:&quot;medium&quot;,&quot;width&quot;:4377,&quot;height&quot;:2918,&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;link_type&quot;:&quot;custom&quot;,&quot;link_url&quot;:&quot;&quot;,&quot;image_classes&quot;:&quot;&quot;,&quot;link_classes&quot;:&quot;&quot;,&quot;link_rel&quot;:&quot;&quot;,&quot;link_target_blank&quot;:false,&quot;image_title&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-500-5-0-0\\&quot; class=\\&quot;so-panel widget widget_media_image panel-first-child panel-last-child\\&quot; data-index=\\&quot;10\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-500-5-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-5-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-500-5-1\"  class=\"panel-grid-cell\"  data-weight=\"0.55\" ><div id=\"panel-500-5-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"11\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-500-5-1-0\" >			<div class=\"textwidget\"><p><strong>LEO/ Mil Only Tactical Courses</strong><br />\nLEO/Mil Shooting and CQB Course<br />\nLEO/ Mil CQB with Force on Force Course<br />\nProgressive Active Shooter Response (Countering Coordinated Attacks)</p>\n</div>\n		</div></div></div></div></div><div id=\"pg-500-6\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;25px&quot;,&quot;bottom-padding&quot;:&quot;25px&quot;,&quot;mobile-padding&quot;:&quot;25px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" ><div style=\"padding-top: 25px; padding-bottom: 25px; \" data-mobile-padding=\"25px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-500-6\" ><div id=\"pgc-500-6-0\"  class=\"panel-grid-cell\"  data-weight=\"0.45\" ><div id=\"panel-500-6-0-0\" class=\"so-panel widget widget_media_image panel-first-child panel-last-child\" data-index=\"12\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-500-6-0-0\" >[siteorigin_widget class=\"WP_Widget_Media_Image\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;attachment_id&quot;:740,&quot;url&quot;:&quot;https:\\/\\/www.amtacshooting.com\\/blog\\/wp-content\\/uploads\\/2018\\/04\\/IMG_1826-e1523572535532-225x300.jpg&quot;,&quot;title&quot;:&quot;&quot;,&quot;size&quot;:&quot;medium&quot;,&quot;width&quot;:225,&quot;height&quot;:300,&quot;caption&quot;:&quot;&quot;,&quot;alt&quot;:&quot;&quot;,&quot;link_type&quot;:&quot;custom&quot;,&quot;link_url&quot;:&quot;&quot;,&quot;image_classes&quot;:&quot;&quot;,&quot;link_classes&quot;:&quot;&quot;,&quot;link_rel&quot;:&quot;&quot;,&quot;link_target_blank&quot;:false,&quot;image_title&quot;:&quot;&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-500-6-0-0\\&quot; class=\\&quot;so-panel widget widget_media_image panel-first-child panel-last-child\\&quot; data-index=\\&quot;12\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-500-6-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-6-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-500-6-1\"  class=\"panel-grid-cell\"  data-weight=\"0.55\" ><div id=\"panel-500-6-1-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"13\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-500-6-1-0\" >			<div class=\"textwidget\"><p><strong>Extended Multi-Discipline Invitation Only Courses</strong><br />\nWinter Mobility and Shooting Course<br />\nNavigation and Precision Rifle Course<br />\nCombatives, Navigation, Shooting and other cool things Course</p>\n</div>\n		</div></div></div></div></div></div>','Course Descriptions','','publish','closed','closed','','course-descriptions','','','2018-03-24 17:15:14','2018-03-24 17:15:14','',0,'http://www.amtacshooting.com/blog/?page_id=500',0,'page','',0),
(506,3,'2018-03-24 19:07:25','2018-03-24 19:07:25','','carbine_high_ready','','inherit','open','closed','','carbine_high_ready','','','2018-03-24 19:07:25','2018-03-24 19:07:25','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg',0,'attachment','image/jpeg',0),
(507,3,'2018-03-24 19:07:32','2018-03-24 19:07:32','','carbine_laying_down','','inherit','open','closed','','carbine_laying_down','','','2018-03-24 19:07:32','2018-03-24 19:07:32','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_laying_down.jpg',0,'attachment','image/jpeg',0),
(508,3,'2018-03-24 19:07:38','2018-03-24 19:07:38','','carbine_platform','','inherit','open','closed','','carbine_platform','','','2018-03-24 19:07:38','2018-03-24 19:07:38','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_platform.jpg',0,'attachment','image/jpeg',0),
(509,3,'2018-03-24 19:07:44','2018-03-24 19:07:44','','carbine','','inherit','open','closed','','carbine','','','2018-03-24 19:07:44','2018-03-24 19:07:44','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine.jpg',0,'attachment','image/jpeg',0),
(510,3,'2018-03-24 19:07:49','2018-03-24 19:07:49','','elbow_sq','','inherit','open','closed','','elbow_sq','','','2018-03-24 19:07:49','2018-03-24 19:07:49','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/elbow_sq.jpg',0,'attachment','image/jpeg',0),
(511,3,'2018-03-24 19:07:53','2018-03-24 19:07:53','','narrow_carbine','','inherit','open','closed','','narrow_carbine','','','2018-03-24 19:07:53','2018-03-24 19:07:53','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/narrow_carbine.jpg',0,'attachment','image/jpeg',0),
(512,3,'2018-03-24 19:07:57','2018-03-24 19:07:57','','narrow_combatives_pads','','inherit','open','closed','','narrow_combatives_pads','','','2018-03-24 19:07:57','2018-03-24 19:07:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/narrow_combatives_pads.jpg',0,'attachment','image/jpeg',0),
(513,3,'2018-03-24 19:07:58','2018-03-24 19:07:58','','narrow_elbow','','inherit','open','closed','','narrow_elbow','','','2018-03-24 19:07:58','2018-03-24 19:07:58','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/narrow_elbow.jpg',0,'attachment','image/jpeg',0),
(514,3,'2018-03-24 19:08:00','2018-03-24 19:08:00','','narrow_fighting','','inherit','open','closed','','narrow_fighting','','','2018-03-24 19:08:00','2018-03-24 19:08:00','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/narrow_fighting.jpg',0,'attachment','image/jpeg',0),
(515,3,'2018-03-24 19:08:02','2018-03-24 19:08:02','','narrow_pistol plaid 2','','inherit','open','closed','','narrow_pistol-plaid-2','','','2018-03-24 19:08:02','2018-03-24 19:08:02','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/narrow_pistol-plaid-2.jpg',0,'attachment','image/jpeg',0),
(516,3,'2018-03-24 19:08:04','2018-03-24 19:08:04','','narrow_pistol plaid','','inherit','open','closed','','narrow_pistol-plaid','','','2018-03-24 19:08:04','2018-03-24 19:08:04','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/narrow_pistol-plaid.jpg',0,'attachment','image/jpeg',0),
(517,3,'2018-03-24 19:08:08','2018-03-24 19:08:08','','p_rfile_in_grass','','inherit','open','closed','','p_rfile_in_grass','','','2018-03-24 19:08:08','2018-03-24 19:08:08','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/p_rfile_in_grass.jpg',0,'attachment','image/jpeg',0),
(518,3,'2018-03-24 19:08:12','2018-03-24 19:08:12','','pistol plaid 2','','inherit','open','closed','','pistol-plaid-2','','','2018-03-24 19:08:12','2018-03-24 19:08:12','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/pistol-plaid-2.jpg',0,'attachment','image/jpeg',0),
(519,3,'2018-03-24 19:08:14','2018-03-24 19:08:14','','pistol plaid','','inherit','open','closed','','pistol-plaid','','','2018-03-24 19:08:14','2018-03-24 19:08:14','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/pistol-plaid.jpg',0,'attachment','image/jpeg',0),
(520,3,'2018-03-24 19:08:17','2018-03-24 19:08:17','','pistol proof','','inherit','open','closed','','pistol-proof','','','2018-03-24 19:08:17','2018-03-24 19:08:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/pistol-proof.jpg',0,'attachment','image/jpeg',0),
(521,3,'2018-03-24 19:08:20','2018-03-24 19:08:20','','Ready for hike ski','','inherit','open','closed','','ready-for-hike-ski','','','2018-03-24 19:08:20','2018-03-24 19:08:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/Ready-for-hike-ski.jpg',0,'attachment','image/jpeg',0),
(522,3,'2018-03-24 19:08:26','2018-03-24 19:08:26','','sitting teaching','','inherit','open','closed','','sitting-teaching','','','2018-03-24 19:08:26','2018-03-24 19:08:26','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching.jpg',0,'attachment','image/jpeg',0),
(523,1,'2018-03-24 19:08:26','2018-03-24 19:08:26','','sitting teaching','','inherit','open','closed','','sitting-teaching-2','','','2018-03-24 19:08:26','2018-03-24 19:08:26','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg',0,'attachment','image/jpeg',0),
(524,3,'2018-03-24 19:08:31','2018-03-24 19:08:31','','snow_hike','','inherit','open','closed','','snow_hike','','','2018-03-24 19:08:31','2018-03-24 19:08:31','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/snow_hike.jpg',0,'attachment','image/jpeg',0),
(525,1,'2018-03-24 19:08:31','2018-03-24 19:08:31','','snow_hike','','inherit','open','closed','','snow_hike-2','','','2018-03-24 19:08:31','2018-03-24 19:08:31','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/snow_hike-1.jpg',0,'attachment','image/jpeg',0),
(526,3,'2018-03-24 19:08:36','2018-03-24 19:08:36','','snowy_Bill','','inherit','open','closed','','snowy_bill','','','2018-03-24 19:08:36','2018-03-24 19:08:36','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill.jpg',0,'attachment','image/jpeg',0),
(527,1,'2018-03-24 19:08:36','2018-03-24 19:08:36','','snowy_Bill','','inherit','open','closed','','snowy_bill-2','','','2018-03-24 19:08:36','2018-03-24 19:08:36','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg',0,'attachment','image/jpeg',0),
(535,3,'2018-03-24 19:26:59','2018-03-24 19:26:59','','spear_elbow_2','','inherit','open','closed','','spear_elbow_2','','','2018-03-24 19:26:59','2018-03-24 19:26:59','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/spear_elbow_2.jpg',0,'attachment','image/jpeg',0),
(536,1,'2018-03-24 19:26:59','2018-03-24 19:26:59','','spear_elbow_2','','inherit','open','closed','','spear_elbow_2-2','','','2018-03-24 19:26:59','2018-03-24 19:26:59','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/spear_elbow_2-1.jpg',0,'attachment','image/jpeg',0),
(537,3,'2018-03-24 19:27:02','2018-03-24 19:27:02','','spear_elbow','','inherit','open','closed','','spear_elbow','','','2018-03-24 19:27:02','2018-03-24 19:27:02','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/spear_elbow.jpg',0,'attachment','image/jpeg',0),
(538,1,'2018-03-24 19:27:02','2018-03-24 19:27:02','','spear_elbow','','inherit','open','closed','','spear_elbow-2','','','2018-03-24 19:27:02','2018-03-24 19:27:02','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/spear_elbow-1.jpg',0,'attachment','image/jpeg',0),
(539,3,'2018-03-24 19:27:34','2018-03-24 19:27:34','','The One Rifle','','inherit','open','closed','','the-one-rifle','','','2018-03-24 19:27:34','2018-03-24 19:27:34','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/The-One-Rifle.jpg',0,'attachment','image/jpeg',0),
(540,1,'2018-03-24 19:27:34','2018-03-24 19:27:34','','The One Rifle','','inherit','open','closed','','the-one-rifle-2','','','2018-03-24 19:27:34','2018-03-24 19:27:34','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/The-One-Rifle-1.jpg',0,'attachment','image/jpeg',0),
(573,1,'2018-03-25 04:07:56','2018-03-25 04:07:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:image {\"id\":517,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/p_rfile_in_grass-1024x512.jpg\" alt=\"\" class=\"wp-image-517\" /></figure>\n<p>&nbsp;</p>\n<!-- /divi:image -->\n<p>&nbsp;</p>\n<!-- divi:heading -->\n<h2>Questions? Comments?</h2>\n<!-- /divi:heading --><!-- divi:shortcode -->\n<p>&nbsp;</p>\n<!-- /divi:shortcode -->[/et_pb_text][et_pb_contact_form email=\"amtacshooting@gmail.com\" _builder_version=\"4.27.0\" _module_preset=\"default\" _unique_id=\"574364b0-088a-4f5b-9bd6-717abf038652\" global_colors_info=\"{}\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','publish','closed','closed','','contact-us','','','2024-09-06 20:22:24','2024-09-06 20:22:24','',0,'http://www.amtacshooting.com/blog/?page_id=573',0,'page','',0),
(598,5,'2018-04-02 20:16:28','2018-04-02 20:16:28','','full size 4','','inherit','open','closed','','full-size-4','','','2018-04-02 20:16:28','2018-04-02 20:16:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/full-size-4.jpg',0,'attachment','image/jpeg',0),
(599,1,'2018-04-02 20:16:28','2018-04-02 20:16:28','','full size 4','','inherit','open','closed','','full-size-4-2','','','2018-04-02 20:16:28','2018-04-02 20:16:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/full-size-4-1.jpg',0,'attachment','image/jpeg',0),
(600,5,'2018-04-02 20:16:42','2018-04-02 20:16:42','','full size 5','','inherit','open','closed','','full-size-5','','','2018-04-02 20:16:42','2018-04-02 20:16:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/full-size-5.jpg',0,'attachment','image/jpeg',0),
(601,1,'2018-04-02 20:16:42','2018-04-02 20:16:42','','full size 5','','inherit','open','closed','','full-size-5-2','','','2018-04-02 20:16:42','2018-04-02 20:16:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/full-size-5-1.jpg',0,'attachment','image/jpeg',0),
(602,5,'2018-04-02 20:18:13','2018-04-02 20:18:13','','Carbine','','inherit','open','closed','','full-size-3','','','2018-04-02 20:18:13','2018-04-02 20:18:13','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/full-size-3.jpg',0,'attachment','image/jpeg',0),
(603,1,'2018-04-02 20:18:13','2018-04-02 20:18:13','','Carbine','','inherit','open','closed','','full-size-3-2','','','2018-04-02 20:18:13','2018-04-02 20:18:13','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/full-size-3-1.jpg',0,'attachment','image/jpeg',0),
(604,5,'2018-04-02 20:18:38','2018-04-02 20:18:38','','full size 4','','inherit','open','closed','','full-size-4-2-2','','','2018-04-02 20:18:38','2018-04-02 20:18:38','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/full-size-4-1-1.jpg',0,'attachment','image/jpeg',0),
(605,1,'2018-04-02 20:18:51','2018-04-02 20:18:51','','full size 5','','inherit','open','closed','','full-size-5-2-2','','','2018-04-02 20:18:51','2018-04-02 20:18:51','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/full-size-5-1-1.jpg',0,'attachment','image/jpeg',0),
(606,5,'2018-04-02 20:19:07','2018-04-02 20:19:07','','full size 6','','inherit','open','closed','','full-size-6','','','2018-04-02 20:19:07','2018-04-02 20:19:07','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/full-size-6.jpg',0,'attachment','image/jpeg',0),
(607,1,'2018-04-02 20:19:07','2018-04-02 20:19:07','','full size 6','','inherit','open','closed','','full-size-6-2','','','2018-04-02 20:19:07','2018-04-02 20:19:07','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/full-size-6-1.jpg',0,'attachment','image/jpeg',0),
(608,5,'2018-04-02 20:19:27','2018-04-02 20:19:27','','IMG_4783','','inherit','open','closed','','img_4783','','','2018-04-02 20:19:27','2018-04-02 20:19:27','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/IMG_4783.jpg',0,'attachment','image/jpeg',0),
(609,1,'2018-04-02 20:19:27','2018-04-02 20:19:27','','IMG_4783','','inherit','open','closed','','img_4783-2','','','2018-04-02 20:19:27','2018-04-02 20:19:27','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/IMG_4783-1.jpg',0,'attachment','image/jpeg',0),
(610,5,'2018-04-02 20:20:00','2018-04-02 20:20:00','','IMG_4793','','inherit','open','closed','','img_4793','','','2018-04-02 20:20:00','2018-04-02 20:20:00','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/IMG_4793.jpg',0,'attachment','image/jpeg',0),
(611,1,'2018-04-02 20:20:00','2018-04-02 20:20:00','','IMG_4793','','inherit','open','closed','','img_4793-2','','','2018-04-02 20:20:00','2018-04-02 20:20:00','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/IMG_4793-1.jpg',0,'attachment','image/jpeg',0),
(612,5,'2018-04-02 20:20:26','2018-04-02 20:20:26','','IMG_4802','','inherit','open','closed','','img_4802','','','2018-04-02 20:20:26','2018-04-02 20:20:26','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/IMG_4802.jpg',0,'attachment','image/jpeg',0),
(613,1,'2018-04-02 20:20:26','2018-04-02 20:20:26','','IMG_4802','','inherit','open','closed','','img_4802-2','','','2018-04-02 20:20:26','2018-04-02 20:20:26','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/IMG_4802-1.jpg',0,'attachment','image/jpeg',0),
(614,5,'2018-04-02 20:20:30','2018-04-02 20:20:30','','Low ready','','inherit','open','closed','','low-ready','','','2018-04-02 20:20:30','2018-04-02 20:20:30','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/Low-ready.jpg',0,'attachment','image/jpeg',0),
(615,1,'2018-04-02 20:20:30','2018-04-02 20:20:30','','Low ready','','inherit','open','closed','','low-ready-2','','','2018-04-02 20:20:30','2018-04-02 20:20:30','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/Low-ready-1.jpg',0,'attachment','image/jpeg',0),
(616,5,'2018-04-02 20:20:33','2018-04-02 20:20:33','','Strike Ready','','inherit','open','closed','','strike-ready','','','2018-04-02 20:20:33','2018-04-02 20:20:33','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/Strike-Ready.jpg',0,'attachment','image/jpeg',0),
(617,1,'2018-04-02 20:20:33','2018-04-02 20:20:33','','Strike Ready','','inherit','open','closed','','strike-ready-2','','','2018-04-02 20:20:33','2018-04-02 20:20:33','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/Strike-Ready-1.jpg',0,'attachment','image/jpeg',0),
(618,5,'2018-04-02 20:20:35','2018-04-02 20:20:35','','The One Rifle','','inherit','open','closed','','the-one-rifle-2-2','','','2018-04-02 20:20:35','2018-04-02 20:20:35','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/The-One-Rifle.jpg',0,'attachment','image/jpeg',0),
(619,1,'2018-04-02 20:20:35','2018-04-02 20:20:35','','The One Rifle','','inherit','open','closed','','the-one-rifle-2-3','','','2018-04-02 20:20:35','2018-04-02 20:20:35','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/The-One-Rifle-1.jpg',0,'attachment','image/jpeg',0),
(623,1,'2018-04-04 16:10:52','0000-00-00 00:00:00','blah blah blah','Ranting today','','draft','open','open','','','','','2018-04-04 16:10:52','0000-00-00 00:00:00','',0,'http://www.amtacshooting.com/blog/?p=623',0,'post','',0),
(626,1,'2018-04-04 22:29:16','2018-04-04 22:29:16','&nbsp;\n\n[caption id=\"attachment_830\" align=\"aligncenter\" width=\"1024\"]<img class=\"wp-image-830 size-large\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/running_pistol-1024x682.jpg\" alt=\"\" width=\"1024\" height=\"682\" /> Demonstrating the need to be able to move quickly under pressure[/caption]\n\n<span style=\"font-size: medium;\">Anyone that has trained with me knows the emphasis that I put on fitness. If you are not in good shape is is much more difficult to sprint up two flights of stairs, then across a parking lot and make a life or death decision. It is also more difficult to make a hard shot or win the fight of your life if you are not in good shape. </span>\n\n<span style=\"font-size: medium;\">Difficult physical training is beneficial on many levels. First of all if you are stronger you will be able to physically control more people. When asked to define strength, a good friend of mine said “it is the ability to hold another man down at will”- Northman. </span>\n\n<span style=\"font-size: medium;\">In fighting it is not only skill that wins, it is a combination of skill and strength. <em>Simply put strength matters</em>. Next, you will have a better quality of life if you are in shape. If you are grossly overweight it is very difficult to play catch with your kid or to go on a hike. </span>\n\n<span style=\"font-size: medium;\"> As of this writing I am 41. I cannot train or eat the way I did when I was 19. In the early 2000\'s my workout\'s consisted of high mileage heel strike running and body building type lifting routines. This type of routine led to my first major back problem when I was 23. Since then I have had to continuously learn and modify my training. Here are some of the things that I have learned and that I am currently implementing:</span>\n\n<span style=\"font-size: medium;\"><b>Fitness:</b></span>\n\n<span style=\"font-size: medium;\"> The first thing I had to do was reevaluate why I was working out and what my priorities were. My workout goals shifted from wanting to have a higher number on my benchpress or squat, to being healthy/ strong enough to do my job. The order of priority for me now is as follows:</span>\n<ol>\n 	<li><span style=\"font-size: medium;\">Stay healthy. If I am injured or broken it is hard for me to protect my family and to do my day job.</span></li>\n 	<li><span style=\"font-size: medium;\">Maintain a high level of mobility. Running, rucking, sprinting, skiing.</span></li>\n 	<li><span style=\"font-size: medium;\">Be strong.  Pull myself over obstacles and pick up heavy things.\n</span></li>\n</ol>\n<span style=\"font-size: medium;\"> Here are some of the specifics that I am now doing. In each of these disciplines I would highly encourage you to seek competent instruction. </span>\n<div style=\"width: 30%; padding: 0 10px 0 0; float: left;\">\n\n[caption id=\"attachment_831\" align=\"alignnone\" width=\"768\"]<img class=\"wp-image-831 size-large\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/IMG_2174-e1523917480607-768x1024.jpg\" alt=\"\" width=\"768\" height=\"1024\" /> Kettlebell Snatch[/caption]\n\n</div>\n<div style=\"width: 30%; padding: 0 10px 0 0; float: left;\">\n\n[caption id=\"attachment_850\" align=\"aligncenter\" width=\"768\"]<img class=\"size-large wp-image-850\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-768x1024.jpg\" alt=\"\" width=\"768\" height=\"1024\" /> Two handed macebell swing[/caption]\n\n</div>\n<div style=\"width: 30%; padding: 0 10px 0 0; float: left;\">\n\n[caption id=\"attachment_849\" align=\"aligncenter\" width=\"768\"]<img class=\"wp-image-849 size-large\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-768x1024.jpg\" alt=\"\" width=\"768\" height=\"1024\" /> One arm macebell swing[/caption]\n\n</div>\n\n<hr style=\"clear: both; visibility: hidden;\" />\n\n&nbsp;\n\n<span style=\"font-size: medium;\">Kettlebell work. One of my old teammates, John Fass RIP, introduced me to kettlebells in the mid 2000\'s. They are a phenomenal tool for gaining/ maintaining strength and endurance. The primary KB exercises I do are: swings, snatches, presses and turkish get ups.</span>\n\n<span style=\"font-size: medium;\">Body weight exercises: push ups, pull ups, dips and knees to elbows.</span>\n\n<span style=\"font-size: medium;\">Barbell squats and deadlifts.</span>\n\n<span style=\"font-size: medium;\">Macebell swings (thanks Tom Kier).</span>\n\n<span style=\"font-size: medium;\">Barefoot style running.</span>\n\n<span style=\"font-size: medium;\">Rucking. (I vary my ruck weight between 30 and 80 lbs)\n</span>\n\n<span style=\"font-size: medium;\">Backcountry skiing.</span>\n\n&nbsp;\n<div style=\"width: 30%; padding: 0 10px 0 0; float: left;\">\n\n[caption id=\"attachment_836\" align=\"alignnone\" width=\"1024\"]<img class=\"wp-image-836 size-large\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/race_ruck-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /> After Sniper Adventure Challenge 2017. Approx 50 miles, 61 lb ruck, 35 hrs.[/caption]\n\n</div>\n<div style=\"width: 30%; padding: 0 10px 0 0; float: left;\">\n\n[caption id=\"attachment_837\" align=\"alignnone\" width=\"1024\"]<img class=\"wp-image-837 size-large\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/skiing-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /> Telemark skiing[/caption]\n\n</div>\n<div style=\"width: 30%; padding: 0 10px 0 0; float: left;\">\n\n[caption id=\"attachment_823\" align=\"aligncenter\" width=\"1024\"]<img class=\"wp-image-823 size-large\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/F77E832A-6D44-4264-A3D6-D77B19711E5D-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /> Required gear for barefoot style running[/caption]\n\n</div>\n\n<hr style=\"clear: both; visibility: hidden;\" />\n\n&nbsp;\n\nThis is how I am currently breaking up my workouts:\nTwo runs per week.  One long run (right now between 6-10 miles) and one sprint workout or tempo run.\nOne to three rucks/ skies or snowshoes per week.  These will vary from 1-5 hours in length.\nOne to three strength workouts per week.  These are normally a circuit of 3-5 of the above mentioned exercises with 45-60 seconds of active rest in between each exercise.  During my active rest I will dryfire, strike the Bob, work templates etc...\n\n&nbsp;\n<div style=\"width: 30%; padding: 0 10px 0 0; float: left;\">\n\n[caption id=\"attachment_852\" align=\"aligncenter\" width=\"1024\"]<img class=\"size-large wp-image-852\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/IMG_2199-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /> Active rest between sets[/caption]\n\n</div>\n<div style=\"width: 30%; padding: 0 10px 0 0; float: left;\">\n\n[caption id=\"attachment_853\" align=\"aligncenter\" width=\"1024\"]<img class=\"wp-image-853 size-large\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/IMG_2216-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /> Working a template[/caption]\n\n</div>\n<div style=\"width: 30%; padding: 0 10px 0 0; float: left;\">\n\n[caption id=\"attachment_854\" align=\"aligncenter\" width=\"1024\"]<img class=\"wp-image-854 size-large\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/IMG_2225-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /> ...[/caption]\n\n</div>\n\n<hr style=\"clear: both; visibility: hidden;\" />\n\n<span style=\"font-size: medium;\">On most of my workouts I follow <a href=\"https://www.strongfirst.com/get-started/about/pavel-tsatsouline/\">Pavel</a>\'s advice of wanting to leave the gym feeling strong and like you can conquer the world. This is very different from my younger years of trying to “leave it all in the gym”.</span>\n\n<span style=\"font-size: medium;\"><b>Food:</b></span>\n\n<span style=\"font-size: medium;\">Changing my eating habits has been much more challenging than changing the way I work out. Culturally the ritual of eating a large meal with friends, family and teammates has been something that I have enjoyed since childhood. I went through the later half of my 30\'s not changing anything and slowly gaining a couple of pounds. </span>\n\n<span style=\"font-size: medium;\">When I started training for the <a href=\"http://competition-dynamics.com/sniper-adventure-challenge-2017/\">Sniper Adventure Challenge</a> race two years ago (thanks Chainsaw), I started paying attention to my diet. First change I implemented was “salad for breakfast”. I didn\'t really like eating salads so it was easy to not over eat and adding a can of sardines gives a good mix of healthy fats and protein. </span>\n\n<span style=\"font-size: medium;\">Next change has been the intermittent fasting (thanks MC). I get up in the morning and only drink water and black coffee until between 12 and 3pm. My first meal of the day will usually still be a salad. With dinner I try to keep things sort of paleo, but generally I eat whatever is being cooked. On Sundays I get up and have a big breakfast with the family. </span>\n\n<span style=\"font-size: medium;\"> Probably the biggest takeaway on the subject of food is to change the way you look at things. Change your mindset/ eating habits, don\'t diet. Don\'t be beat yourself up when you screw up, just pick yourself up and continue. To truly be effective any changes that you implement should be indefinitely sustainable. </span>\n\n<span style=\"font-size: medium;\"> To summarize, as we get older it is imperative to train “smarter not harder” and to change our diets to reflect the slowing down of our metabolism. If you are serious about protecting yourself and your family through your entire life you have to adapt. Most importantly continue to train and improve yourself every day.</span>\n\n<span style=\"font-size: medium;\"><b>Resources:</b></span>\n<ol>\n 	<li><a href=\"https://www.strongfirst.com\"><span style=\"font-size: medium;\">Strongfirst</span></a></li>\n 	<li><a href=\"https://www.gymjones.com\"><span style=\"font-size: medium;\">Gymjones</span></a><span style=\"font-size: medium;\">\n</span></li>\n 	<li><span style=\"font-size: medium;\"><a href=\"https://www.amazon.com/Nourishing-Traditions-Challenges-Politically-Dictocrats-ebook/dp/B00276HAWG/ref=sr_1_1?ie=UTF8&amp;qid=1523940096&amp;sr=8-1&amp;keywords=nourishing+traditions+cookbook\">Nourishing Traditions Cookbook</a>\n</span></li>\n 	<li>The book \"<a href=\"https://www.amazon.com/Born-Run-Christopher-McDougall-ebook/dp/B0028MBKVG/ref=sr_1_1?ie=UTF8&amp;qid=1523940130&amp;sr=8-1&amp;keywords=born+to+run\">Born to Run</a>\" (a little weird but inspiring)</li>\n</ol>','Food and Fitness','','publish','open','open','','food-fitness','','','2018-04-04 22:29:16','2018-04-04 22:29:16','',0,'http://www.amtacshooting.com/blog/?p=626',0,'post','',0),
(630,1,'2017-05-28 16:29:29','2017-05-28 16:29:29','<h2><em> May 27-28, 2017 (New Holland, PA)</em></h2>\n<a href=\"http://www.vdmsr.com/2017/06/aar-integrated-combatives-amtac-bill.html\"><img class=\"aligncenter size-full wp-image-710\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2017/05/AAR_vdmsr_amtac_integrated_combatives.jpg\" alt=\"AAR Integrated Combatives VDMSR\" width=\"842\" height=\"800\" /></a>\n\n&nbsp;\n<blockquote>\n<h4>\" Those who carry a pistol should understand that a pistol, most often, is not the only tool they should have in their toolbox.</h4>\n<h4>Being able get hands on, using simple concepts of strikes and proper mental development to produce tactically superior actions is often the best method of overcoming adversaries.</h4>\n<h4> I knew that going into this class I would have to work diligently at refining my personal knowledge and application of integrated combatives.\"</h4>\n<h4>- VDMSR</h4>\n</blockquote>\nRead full AAR <a href=\"http://www.vdmsr.com/2017/06/aar-integrated-combatives-amtac-bill.html\">here.</a>\n<h3></h3>\n&nbsp;\n<h3>Upcoming Courses</h3>\n[add_eventon_list number_of_months=\"12\" event_count=\"3\" hide_past=\"yes\" event_type=\"21,18,22\" hide_empty_months=\"yes\" show_year=\"yes\" ]','AAR: Integrated Combatives Course by VDMSR','','publish','open','open','','aar-integrated-combatives','','','2017-05-28 16:29:29','2017-05-28 16:29:29','',0,'http://www.amtacshooting.com/blog/?p=630',0,'post','',0),
(631,4,'2018-04-06 01:55:12','2018-04-06 01:55:12','','Integrated Combatives AAR','','inherit','open','closed','','hubsawf','','','2018-04-06 01:55:12','2018-04-06 01:55:12','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/HuBSaWF.png',0,'attachment','image/png',0),
(632,1,'2018-04-06 01:55:12','2018-04-06 01:55:12','','Integrated Combatives AAR','','inherit','open','closed','','hubsawf-2','','','2018-04-06 01:55:12','2018-04-06 01:55:12','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/HuBSaWF-1.png',0,'attachment','image/png',0),
(635,1,'2017-05-28 16:28:07','2017-05-28 16:28:07','<img class=\"size-medium wp-image-657 aligncenter\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2017/05/aar_civilian_gunfighter-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" />\n\n<img class=\"size-medium wp-image-637 aligncenter\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/20170527_085259_34883481066_o-300x294.jpg\" alt=\"\" width=\"300\" height=\"294\" />\n\n&nbsp;\n\nI am not sure that I can definitively say exactly when or where Bill Rapier first appeared on my radar.  I am fairly confident it was after reading an AAR of one of his classes on VoodooMan’s <a href=\"http://www.vdmsr.com/\">blog</a>, most likely <a href=\"http://www.vdmsr.com/2016/06/aar-responsible-armed-citizen-amtac.html\">this one</a>, which would put it around 9 months or so ago.  I bookmarked Bill Rapier’s company website, <a href=\"http://americantacticalshootinginstruction.com/\">American Tactical Shooting Instruction LLC</a>, and kept an eye out for courses in my area in 2017.  When the schedule for 2017 started to come together, I reached out to VoodooMan on one of the gun forums via private message, listed some of my training resume, and asked him about Rapier.  VoodooMan assured me that Rapier is probably soon to be recognized much more widely as one of the top instructors out there, and to expect his classes to soon be as hard to get into as Kyle Defoor’s.\n\nRead full AAR here:\n\nhttps://civiliangunfighter.wordpress.com/2017/05/31/aar-american-tactical-shooting-instruction-bill-rapier-integrated-shooting-and-combatives-course-new-holland-pa-527-2817/\n\n&nbsp;','AAR: Integrated Shooting and Combatives Course','','draft','open','open','','','','','2017-05-28 16:28:07','2017-05-28 16:28:07','',0,'http://www.amtacshooting.com/blog/?p=635',0,'post','',0),
(637,4,'2018-04-06 02:12:23','2018-04-06 02:12:23','','20170527_085259_34883481066_o','','inherit','open','closed','','20170527_085259_34883481066_o','','','2018-04-06 02:12:23','2018-04-06 02:12:23','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/20170527_085259_34883481066_o.jpg',0,'attachment','image/jpeg',0),
(638,1,'2018-04-06 02:12:23','2018-04-06 02:12:23','','20170527_085259_34883481066_o','','inherit','open','closed','','20170527_085259_34883481066_o-2','','','2018-04-06 02:12:23','2018-04-06 02:12:23','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/20170527_085259_34883481066_o-1.jpg',0,'attachment','image/jpeg',0),
(639,1,'2017-05-28 16:23:19','2017-05-28 16:23:19','<h3>May 27-28, 2017 (New Holland, PA)</h3>\n<h3><a href=\"https://civiliangunfighter.wordpress.com/2017/05/31/aar-american-tactical-shooting-instruction-bill-rapier-integrated-shooting-and-combatives-course-new-holland-pa-527-2817/\"><img class=\"aligncenter size-full wp-image-696\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2017/05/aar_civilian_gunfighter_integrated_john.jpg\" alt=\"AAR Civilian Gunfighter Integrated Combatives\" width=\"648\" height=\"648\" /></a></h3>\n<blockquote>\n<h3>\"I’ve mentioned previously my interest in becoming a more well-rounded fighter and also increasing my capability with my pistol, the weapon that I’m most likely to have on my person at all times. Taking Rapier’s course was intended to be yet another focused step in this direction, and the class did not disappoint.\"</h3>\n<h3>\"I definitely plan to train with him again in the future, and I encourage our readers to attend his classes. They are worth it and represent a phenomenal value in the training industry.\"</h3>\n<h3>-John at Civilian Gunfighter</h3>\n</blockquote>\nRead full AAR <a href=\"https://civiliangunfighter.wordpress.com/2017/06/02/aar2-key-takeaways-from-bill-rapiers-integrated-shooting-and-combatives-class/\">here</a>.\n\n&nbsp;\n\n&nbsp;\n<h3>Upcoming Courses</h3>\n[add_eventon_list number_of_months=\"12\" event_count=\"6\" event_type=\"21,18\" hide_empty_months=\"yes\" show_year=\"yes\" ]','AAR2: Integrated Shooting and Combatives on Civilian Gunfighter','','publish','open','open','','aar-integrated-shooting-and-combatives-class','','','2017-05-28 16:23:19','2017-05-28 16:23:19','',0,'http://www.amtacshooting.com/blog/?p=639',0,'post','',0),
(643,3,'2018-04-06 03:50:35','2018-04-06 03:50:35','','Blackpoint-Logo','Black Point Tactical Holsters','inherit','open','closed','','blackpoint-logo-01','','','2018-04-06 03:50:35','2018-04-06 03:50:35','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/Blackpoint-Logo-01.png',0,'attachment','image/png',0),
(648,1,'2018-04-06 04:24:58','2018-04-06 04:24:58','','recommended','','inherit','open','closed','','recommended-2','','','2018-04-06 04:24:58','2018-04-06 04:24:58','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/recommended.jpg',0,'attachment','image/jpeg',0),
(649,3,'2018-04-06 04:24:58','2018-04-06 04:24:58','','recommended','','inherit','open','closed','','recommended-2-2','','','2018-04-06 04:24:58','2018-04-06 04:24:58','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/recommended-1.jpg',0,'attachment','image/jpeg',0),
(651,1,'2017-03-12 16:21:38','2017-03-12 16:21:38','<h3><em>March 11-12, 2017 (Chino, CA)</em></h3>\n<h3><em>\n<a href=\"http://www.breachbangclear.com/brain-dump-the-responsible-armed-citizen-course/\"><img class=\"aligncenter size-full wp-image-706\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2017/03/aar_breach_bang_clear_amtac.jpg\" alt=\"AAR Responsible Armed Citizen Breach Bang Clear\" width=\"819\" height=\"819\" /></a>\n</em></h3>\n<blockquote>\n<h3>\"I took Bill’s Integrated Combatives course last year and it was one of the most productive courses I’ve taken with regards to practical fighting with a gun. Although we fired 600 rounds over two days that course was heavily weighted towards combatives (using fists, elbows, knees and grappling in conjunction with your firearm).</h3>\n<h3>This course, The Responsible Armed Citizen, included a limited amount of combatives training but the primary focus was on mindset, weapon-manipulation and marksmanship under stress, and generally taking anyone who uses a gun for self-defense beyond the basics and giving them the tools needed to survive a violent confrontation.\"</h3>\n-<em>Roland Thompson on Breach Bang Clear</em></blockquote>\n&nbsp;\n\nRead full AAR <a href=\"http://www.breachbangclear.com/brain-dump-the-responsible-armed-citizen-course/\">here.</a>\n\n&nbsp;\n\n&nbsp;\n<h3>Upcoming Courses</h3>\n<strong>[add_eventon_list number_of_months=\"12\" event_count=\"6\" event_type=\"19,21\" hide_empty_months=\"yes\" show_year=\"yes\" ]</strong>','AAR: The Responsible Armed Citizen on Breach Bang Clear','','publish','open','open','','aar-the-responsible-armed-citizen','','','2017-03-12 16:21:38','2017-03-12 16:21:38','',0,'http://www.amtacshooting.com/blog/?p=651',0,'post','',0),
(657,1,'2018-04-06 16:25:17','2018-04-06 16:25:17','','AAR Civilian Gunfighter','','inherit','open','closed','','aar_civilian_gunfighter','','','2018-04-06 16:25:17','2018-04-06 16:25:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2017/05/aar_civilian_gunfighter.jpg',0,'attachment','image/jpeg',0),
(658,4,'2018-04-06 16:25:17','2018-04-06 16:25:17','','AAR Civilian Gunfighter','','inherit','open','closed','','aar_civilian_gunfighter-2','','','2018-04-06 16:25:17','2018-04-06 16:25:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2017/05/aar_civilian_gunfighter-1.jpg',0,'attachment','image/jpeg',0),
(662,1,'2016-08-14 16:30:09','2016-08-14 16:30:09','<h2><em>August 13-14, 2016 (East Bridgewater, MA)</em></h2>\n<blockquote>\n<h3><a href=\"https://www.glocktalk.com/threads/aar-bill-rapier-american-tactical-integrated-combatives-course.1632465/\"><img class=\"aligncenter size-large wp-image-719\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2016/08/AAR-Integrated-Combatives-Glock-Talk-731x1024.jpg\" alt=\"AAR Integrated Combatives Glock Talk\" width=\"731\" height=\"1024\" /></a>\n\"This was an excellent course that increased my capabilities and has motivated me to get in better shape, get more edged weapons training, and conduct more realistic training in general.\"</h3>\n<h3>-Stumpfenhammer on Glock Talk Forum</h3>\n&nbsp;</blockquote>\nRead full AAR <a href=\"https://www.glocktalk.com/threads/aar-bill-rapier-american-tactical-integrated-combatives-course.1632465/\">here.</a>\n\n&nbsp;\n\n&nbsp;\n<h3>Upcoming Courses</h3>\n[add_eventon_list number_of_months=\"12\" event_count=\"3\" hide_past=\"yes\" event_type=\"21,18,22\" hide_empty_months=\"yes\" show_year=\"yes\" ]','AAR: The Integrated Combatives Course on Glock Talk Forum','','publish','open','open','','aar-the-integrated-combatives-course','','','2016-08-14 16:30:09','2016-08-14 16:30:09','',0,'http://www.amtacshooting.com/blog/?p=662',0,'post','',0),
(663,1,'2018-04-06 16:31:39','2018-04-06 16:31:39','','Kevin Kelly','','inherit','open','closed','','ab0a3350_edit_zps6igcmeyf','','','2018-04-06 16:31:39','2018-04-06 16:31:39','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg',0,'attachment','image/jpeg',0),
(664,4,'2018-04-06 16:31:39','2018-04-06 16:31:39','','Kevin Kelly','','inherit','open','closed','','ab0a3350_edit_zps6igcmeyf-2','','','2018-04-06 16:31:39','2018-04-06 16:31:39','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf-1.jpg',0,'attachment','image/jpeg',0),
(666,1,'2016-05-31 16:39:31','2016-05-31 16:39:31','<h2><em>May 30-31, 2016 (New Holland PA)</em></h2>\n<a href=\"http://www.vdmsr.com/2016/06/aar-responsible-armed-citizen-amtac.html\"><img class=\"aligncenter size-large wp-image-728\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2016/05/AAR-Responsible-Armed-Citizen-VDMSR-1024x806.jpg\" alt=\"AAR Responsible Armed Citizen VDMSR\" width=\"1024\" height=\"806\" /></a>\n<blockquote>\n<h4>\"Going into this class I knew Bill would challenge and push each student to find their peak performance.  Given the amount of topics and drills covered in this class, there were many challenges.\"</h4>\n<h4>-VDMSR</h4>\n</blockquote>\n&nbsp;\n\nRead full AAR <a href=\"http://www.vdmsr.com/2016/06/aar-responsible-armed-citizen-amtac.html\">here.</a>\n\n&nbsp;\n<h3>Upcoming Courses</h3>\n[add_eventon_list number_of_months=\"12\" event_count=\"3\" hide_past=\"yes\" event_type=\"19\" hide_empty_months=\"yes\" show_year=\"yes\" ]','AAR: Responsible Armed Citizen by VDMSR','','publish','open','open','','aar-responsible-armed-citizen','','','2016-05-31 16:39:31','2016-05-31 16:39:31','',0,'http://www.amtacshooting.com/blog/?p=666',0,'post','',0),
(667,1,'2018-04-06 16:40:54','2018-04-06 16:40:54','','N9v6o62','','inherit','open','closed','','n9v6o62','','','2018-04-06 16:40:54','2018-04-06 16:40:54','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/N9v6o62.jpg',0,'attachment','image/jpeg',0),
(668,4,'2018-04-06 16:40:54','2018-04-06 16:40:54','','N9v6o62','','inherit','open','closed','','n9v6o62-2','','','2018-04-06 16:40:54','2018-04-06 16:40:54','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/N9v6o62-1.jpg',0,'attachment','image/jpeg',0),
(671,1,'2016-08-12 16:42:28','2016-08-12 16:42:28','&nbsp;\n<h2><em>Aug 10-12, 2016 (Boston, MA)</em></h2>\n<a href=\"http://www.vdmsr.com/2016/09/aar-american-tactical-shooting-and-cqb.html\"><img class=\"aligncenter size-full wp-image-723\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2016/08/AAR_shooting_and_CQB_VDMSR.jpg\" alt=\"AAR Shooting and CQB VDMSR\" width=\"918\" height=\"598\" /></a>\n<blockquote>\n<h4>\"This class covered LE specific pistol and rifle implementation with an emphasis on rifle CQB tactics.  Bill\'s attention to detail and ability to explain the fundamentals to his students is excellent in application.</h4>\n<h4>This class provides LEOs with a solid base of core skill sets ranging from pistol to rifle to CQB covering topics such as combatives, edged weapons and manifesting mindset into practical application.\"</h4>\n<h4>-VDMSR</h4>\n</blockquote>\n&nbsp;\n\nRead full AAR <a href=\"http://www.vdmsr.com/2016/09/aar-american-tactical-shooting-and-cqb.html\">here.</a>\n\n&nbsp;\n<h3>Upcoming Courses</h3>\n[add_eventon_list number_of_months=\"12\" event_count=\"3\" hide_past=\"yes\" event_type=\"22\" hide_empty_months=\"yes\" show_year=\"yes\" ]','AAR: Shooting and CQB Course by VDMSR','','publish','open','open','','aar-shooting-and-cqb-course','','','2016-08-12 16:42:28','2016-08-12 16:42:28','',0,'http://www.amtacshooting.com/blog/?p=671',0,'post','',0),
(672,1,'2018-04-06 16:43:36','2018-04-06 16:43:36','','f0Mn13L','','inherit','open','closed','','f0mn13l','','','2018-04-06 16:43:36','2018-04-06 16:43:36','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/f0Mn13L.jpg',0,'attachment','image/jpeg',0),
(673,4,'2018-04-06 16:43:36','2018-04-06 16:43:36','','f0Mn13L','','inherit','open','closed','','f0mn13l-2','','','2018-04-06 16:43:36','2018-04-06 16:43:36','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/f0Mn13L-1.jpg',0,'attachment','image/jpeg',0),
(696,1,'2018-04-07 05:39:56','2018-04-07 05:39:56','','AAR Civilian Gunfighter Integrated Combatives','','inherit','open','closed','','aar_civilian_gunfighter_integrated_john','','','2018-04-07 05:39:56','2018-04-07 05:39:56','',0,'https://staging.amtacshooting.com/wp-content/uploads/2017/05/aar_civilian_gunfighter_integrated_john.jpg',0,'attachment','image/jpeg',0),
(697,3,'2018-04-07 05:39:56','2018-04-07 05:39:56','','AAR Civilian Gunfighter Integrated Combatives','','inherit','open','closed','','aar_civilian_gunfighter_integrated_john-2','','','2018-04-07 05:39:56','2018-04-07 05:39:56','',0,'https://staging.amtacshooting.com/wp-content/uploads/2017/05/aar_civilian_gunfighter_integrated_john-1.jpg',0,'attachment','image/jpeg',0),
(699,1,'2018-04-07 06:04:25','2018-04-07 06:04:25','','aars_button','','inherit','open','closed','','aars_button','','','2018-04-07 06:04:25','2018-04-07 06:04:25','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/aars_button.jpg',0,'attachment','image/jpeg',0),
(700,3,'2018-04-07 06:04:25','2018-04-07 06:04:25','','aars_button','','inherit','open','closed','','aars_button-2','','','2018-04-07 06:04:25','2018-04-07 06:04:25','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/aars_button-1.jpg',0,'attachment','image/jpeg',0),
(706,1,'2018-04-08 04:15:59','2018-04-08 04:15:59','','AAR Responsible Armed Citizen Breach Bang Clear','','inherit','open','closed','','aar_breach_bang_clear_amtac','','','2018-04-08 04:15:59','2018-04-08 04:15:59','',0,'https://staging.amtacshooting.com/wp-content/uploads/2017/03/aar_breach_bang_clear_amtac.jpg',0,'attachment','image/jpeg',0),
(707,3,'2018-04-08 04:15:59','2018-04-08 04:15:59','','AAR Responsible Armed Citizen Breach Bang Clear','','inherit','open','closed','','aar_breach_bang_clear_amtac-2','','','2018-04-08 04:15:59','2018-04-08 04:15:59','',0,'https://staging.amtacshooting.com/wp-content/uploads/2017/03/aar_breach_bang_clear_amtac-1.jpg',0,'attachment','image/jpeg',0),
(710,1,'2018-04-08 04:23:44','2018-04-08 04:23:44','','AAR Integrated Combatives VDMSR','','inherit','open','closed','','aar_vdmsr_amtac_integrated_combatives','','','2018-04-08 04:23:44','2018-04-08 04:23:44','',0,'https://staging.amtacshooting.com/wp-content/uploads/2017/05/AAR_vdmsr_amtac_integrated_combatives.jpg',0,'attachment','image/jpeg',0),
(711,3,'2018-04-08 04:23:44','2018-04-08 04:23:44','','AAR Integrated Combatives VDMSR','','inherit','open','closed','','aar_vdmsr_amtac_integrated_combatives-2','','','2018-04-08 04:23:44','2018-04-08 04:23:44','',0,'https://staging.amtacshooting.com/wp-content/uploads/2017/05/AAR_vdmsr_amtac_integrated_combatives-1.jpg',0,'attachment','image/jpeg',0),
(714,1,'2018-04-08 04:32:11','2018-04-08 04:32:11','','AAR Womens Shooting Defense Course VDMSR','','inherit','open','closed','','aar_womens_combatives_vdmsr','','','2018-04-08 04:32:11','2018-04-08 04:32:11','',0,'https://staging.amtacshooting.com/wp-content/uploads/2017/05/aar_womens_combatives_vdmsr.jpg',0,'attachment','image/jpeg',0),
(715,3,'2018-04-08 04:32:11','2018-04-08 04:32:11','','AAR Womens Shooting Defense Course VDMSR','','inherit','open','closed','','aar_womens_combatives_vdmsr-2','','','2018-04-08 04:32:11','2018-04-08 04:32:11','',0,'https://staging.amtacshooting.com/wp-content/uploads/2017/05/aar_womens_combatives_vdmsr-1.jpg',0,'attachment','image/jpeg',0),
(719,1,'2018-04-08 04:52:20','2018-04-08 04:52:20','','AAR Integrated Combatives Glock Talk','','inherit','open','closed','','aar-integrated-combatives-glock-talk','','','2018-04-08 04:52:20','2018-04-08 04:52:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2016/08/AAR-Integrated-Combatives-Glock-Talk.jpg',0,'attachment','image/jpeg',0),
(720,3,'2018-04-08 04:52:20','2018-04-08 04:52:20','','AAR Integrated Combatives Glock Talk','','inherit','open','closed','','aar-integrated-combatives-glock-talk-2','','','2018-04-08 04:52:20','2018-04-08 04:52:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2016/08/AAR-Integrated-Combatives-Glock-Talk-1.jpg',0,'attachment','image/jpeg',0),
(723,1,'2018-04-08 05:02:57','2018-04-08 05:02:57','','AAR Shooting and CQB VDMSR','','inherit','open','closed','','aar_shooting_and_cqb_vdmsr','','','2018-04-08 05:02:57','2018-04-08 05:02:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2016/08/AAR_shooting_and_CQB_VDMSR.jpg',0,'attachment','image/jpeg',0),
(724,3,'2018-04-08 05:02:57','2018-04-08 05:02:57','','AAR Shooting and CQB VDMSR','','inherit','open','closed','','aar_shooting_and_cqb_vdmsr-2','','','2018-04-08 05:02:57','2018-04-08 05:02:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2016/08/AAR_shooting_and_CQB_VDMSR-1.jpg',0,'attachment','image/jpeg',0),
(728,1,'2018-04-08 05:15:36','2018-04-08 05:15:36','','AAR Responsible Armed Citizen VDMSR','','inherit','open','closed','','aar-responsible-armed-citizen-vdmsr','','','2018-04-08 05:15:36','2018-04-08 05:15:36','',0,'https://staging.amtacshooting.com/wp-content/uploads/2016/05/AAR-Responsible-Armed-Citizen-VDMSR.jpg',0,'attachment','image/jpeg',0),
(729,3,'2018-04-08 05:15:36','2018-04-08 05:15:36','','AAR Responsible Armed Citizen VDMSR','','inherit','open','closed','','aar-responsible-armed-citizen-vdmsr-2','','','2018-04-08 05:15:36','2018-04-08 05:15:36','',0,'https://staging.amtacshooting.com/wp-content/uploads/2016/05/AAR-Responsible-Armed-Citizen-VDMSR-1.jpg',0,'attachment','image/jpeg',0),
(740,1,'2018-04-12 22:34:42','2018-04-12 22:34:42','','IMG_1826','','inherit','open','closed','','img_1826','','','2018-04-12 22:34:42','2018-04-12 22:34:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/IMG_1826-e1523575982520.jpg',0,'attachment','image/jpeg',0),
(741,3,'2018-04-12 22:34:42','2018-04-12 22:34:42','','IMG_1826','','inherit','open','closed','','img_1826-2','','','2018-04-12 22:34:42','2018-04-12 22:34:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/IMG_1826-e1523575982520-1.jpg',0,'attachment','image/jpeg',0),
(749,1,'2018-04-12 23:00:00','2018-04-12 23:00:00','','AMTAC7','','inherit','open','closed','','amtac7','','','2018-04-12 23:00:00','2018-04-12 23:00:00','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/AMTAC7.jpg',0,'attachment','image/jpeg',0),
(750,3,'2018-04-12 23:00:00','2018-04-12 23:00:00','','AMTAC7','','inherit','open','closed','','amtac7-2','','','2018-04-12 23:00:00','2018-04-12 23:00:00','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/AMTAC7-1.jpg',0,'attachment','image/jpeg',0),
(751,1,'2018-04-12 23:01:32','2018-04-12 23:01:32','','Rapier_Womans_Class 11','','inherit','open','closed','','rapier_womans_class-11','','','2018-04-12 23:01:32','2018-04-12 23:01:32','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/Rapier_Womans_Class-11.jpg',0,'attachment','image/jpeg',0),
(752,3,'2018-04-12 23:01:32','2018-04-12 23:01:32','','Rapier_Womans_Class 11','','inherit','open','closed','','rapier_womans_class-11-2','','','2018-04-12 23:01:32','2018-04-12 23:01:32','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/Rapier_Womans_Class-11-1.jpg',0,'attachment','image/jpeg',0),
(753,1,'2018-04-12 23:08:22','2018-04-12 23:08:22','','2011 Sniper team Ranch training 001','','inherit','open','closed','','2011-sniper-team-ranch-training-001','','','2018-04-12 23:08:22','2018-04-12 23:08:22','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/2011-Sniper-team-Ranch-training-001.jpg',0,'attachment','image/jpeg',0),
(754,3,'2018-04-12 23:08:22','2018-04-12 23:08:22','','2011 Sniper team Ranch training 001','','inherit','open','closed','','2011-sniper-team-ranch-training-001-2','','','2018-04-12 23:08:22','2018-04-12 23:08:22','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/2011-Sniper-team-Ranch-training-001-1.jpg',0,'attachment','image/jpeg',0),
(755,1,'2018-04-12 23:10:29','2018-04-12 23:10:29','','11836858_10155901153455414_3374731815603334938_n','','inherit','open','closed','','11836858_10155901153455414_3374731815603334938_n','','','2018-04-12 23:10:29','2018-04-12 23:10:29','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/11836858_10155901153455414_3374731815603334938_n.jpg',0,'attachment','image/jpeg',0),
(756,3,'2018-04-12 23:10:29','2018-04-12 23:10:29','','11836858_10155901153455414_3374731815603334938_n','','inherit','open','closed','','11836858_10155901153455414_3374731815603334938_n-2','','','2018-04-12 23:10:29','2018-04-12 23:10:29','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/11836858_10155901153455414_3374731815603334938_n-1.jpg',0,'attachment','image/jpeg',0),
(784,1,'2018-04-14 23:20:51','2018-04-14 23:20:51','','IMG045','','inherit','open','closed','','img045','','','2018-04-14 23:20:51','2018-04-14 23:20:51','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG045.jpeg',0,'attachment','image/jpeg',0),
(785,5,'2018-04-14 23:20:51','2018-04-14 23:20:51','','IMG045','','inherit','open','closed','','img045-2','','','2018-04-14 23:20:51','2018-04-14 23:20:51','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG045-1.jpeg',0,'attachment','image/jpeg',0),
(796,1,'2018-04-15 00:46:46','2018-04-15 00:46:46','','2018-04-03 17.36.05','','inherit','open','closed','','2018-04-03-17-36-05','','','2018-04-15 00:46:46','2018-04-15 00:46:46','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.36.05.jpg',0,'attachment','image/jpeg',0),
(797,5,'2018-04-15 00:46:46','2018-04-15 00:46:46','','2018-04-03 17.36.05','','inherit','open','closed','','2018-04-03-17-36-05-2','','','2018-04-15 00:46:46','2018-04-15 00:46:46','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.36.05-1.jpg',0,'attachment','image/jpeg',0),
(798,1,'2018-04-15 00:47:54','2018-04-15 00:47:54','','2018-04-03 17.36.19','','inherit','open','closed','','2018-04-03-17-36-19','','','2018-04-15 00:47:54','2018-04-15 00:47:54','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.36.19.jpg',0,'attachment','image/jpeg',0),
(799,5,'2018-04-15 00:47:54','2018-04-15 00:47:54','','2018-04-03 17.36.19','','inherit','open','closed','','2018-04-03-17-36-19-2','','','2018-04-15 00:47:54','2018-04-15 00:47:54','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.36.19-1.jpg',0,'attachment','image/jpeg',0),
(800,1,'2018-04-15 00:49:32','2018-04-15 00:49:32','','2018-04-03 17.36.21','','inherit','open','closed','','2018-04-03-17-36-21','','','2018-04-15 00:49:32','2018-04-15 00:49:32','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.36.21.jpg',0,'attachment','image/jpeg',0),
(801,5,'2018-04-15 00:49:32','2018-04-15 00:49:32','','2018-04-03 17.36.21','','inherit','open','closed','','2018-04-03-17-36-21-2','','','2018-04-15 00:49:32','2018-04-15 00:49:32','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.36.21-1.jpg',0,'attachment','image/jpeg',0),
(802,1,'2018-04-15 00:50:08','2018-04-15 00:50:08','','2018-04-03 17.36.49','','inherit','open','closed','','2018-04-03-17-36-49','','','2018-04-15 00:50:08','2018-04-15 00:50:08','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.36.49.jpg',0,'attachment','image/jpeg',0),
(803,5,'2018-04-15 00:50:08','2018-04-15 00:50:08','','2018-04-03 17.36.49','','inherit','open','closed','','2018-04-03-17-36-49-2','','','2018-04-15 00:50:08','2018-04-15 00:50:08','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.36.49-1.jpg',0,'attachment','image/jpeg',0),
(804,1,'2018-04-15 00:50:31','2018-04-15 00:50:31','','2018-04-03 17.36.53','','inherit','open','closed','','2018-04-03-17-36-53','','','2018-04-15 00:50:31','2018-04-15 00:50:31','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.36.53.jpg',0,'attachment','image/jpeg',0),
(805,5,'2018-04-15 00:50:31','2018-04-15 00:50:31','','2018-04-03 17.36.53','','inherit','open','closed','','2018-04-03-17-36-53-2','','','2018-04-15 00:50:31','2018-04-15 00:50:31','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.36.53-1.jpg',0,'attachment','image/jpeg',0),
(806,1,'2018-04-15 00:50:56','2018-04-15 00:50:56','','2018-04-03 17.36.55','','inherit','open','closed','','2018-04-03-17-36-55','','','2018-04-15 00:50:56','2018-04-15 00:50:56','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.36.55.jpg',0,'attachment','image/jpeg',0),
(807,5,'2018-04-15 00:50:56','2018-04-15 00:50:56','','2018-04-03 17.36.55','','inherit','open','closed','','2018-04-03-17-36-55-2','','','2018-04-15 00:50:56','2018-04-15 00:50:56','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.36.55-1.jpg',0,'attachment','image/jpeg',0),
(808,1,'2018-04-15 00:53:08','2018-04-15 00:53:08','','2018-04-03 17.40.02','','inherit','open','closed','','2018-04-03-17-40-02','','','2018-04-15 00:53:08','2018-04-15 00:53:08','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.40.02.jpg',0,'attachment','image/jpeg',0),
(809,5,'2018-04-15 00:53:08','2018-04-15 00:53:08','','2018-04-03 17.40.02','','inherit','open','closed','','2018-04-03-17-40-02-2','','','2018-04-15 00:53:08','2018-04-15 00:53:08','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.40.02-1.jpg',0,'attachment','image/jpeg',0),
(810,1,'2018-04-15 00:53:30','2018-04-15 00:53:30','','2018-04-03 17.40.05','','inherit','open','closed','','2018-04-03-17-40-05','','','2018-04-15 00:53:30','2018-04-15 00:53:30','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.40.05.jpg',0,'attachment','image/jpeg',0),
(811,5,'2018-04-15 00:53:30','2018-04-15 00:53:30','','2018-04-03 17.40.05','','inherit','open','closed','','2018-04-03-17-40-05-2','','','2018-04-15 00:53:30','2018-04-15 00:53:30','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.40.05-1.jpg',0,'attachment','image/jpeg',0),
(812,5,'2018-04-15 00:53:57','2018-04-15 00:53:57','','2018-04-03 17.40.07','','inherit','open','closed','','2018-04-03-17-40-07','','','2018-04-15 00:53:57','2018-04-15 00:53:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.40.07.jpg',0,'attachment','image/jpeg',0),
(813,1,'2018-04-15 00:53:57','2018-04-15 00:53:57','','2018-04-03 17.40.07','','inherit','open','closed','','2018-04-03-17-40-07-2','','','2018-04-15 00:53:57','2018-04-15 00:53:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.40.07-1.jpg',0,'attachment','image/jpeg',0),
(814,5,'2018-04-15 00:54:18','2018-04-15 00:54:18','','2018-04-03 17.41.19','','inherit','open','closed','','2018-04-03-17-41-19','','','2018-04-15 00:54:18','2018-04-15 00:54:18','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.41.19.jpg',0,'attachment','image/jpeg',0),
(815,1,'2018-04-15 00:54:18','2018-04-15 00:54:18','','2018-04-03 17.41.19','','inherit','open','closed','','2018-04-03-17-41-19-2','','','2018-04-15 00:54:18','2018-04-15 00:54:18','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.41.19-1.jpg',0,'attachment','image/jpeg',0),
(816,5,'2018-04-15 00:54:41','2018-04-15 00:54:41','','2018-04-03 17.41.25','','inherit','open','closed','','2018-04-03-17-41-25','','','2018-04-15 00:54:41','2018-04-15 00:54:41','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.41.25.jpg',0,'attachment','image/jpeg',0),
(817,1,'2018-04-15 00:54:41','2018-04-15 00:54:41','','2018-04-03 17.41.25','','inherit','open','closed','','2018-04-03-17-41-25-2','','','2018-04-15 00:54:41','2018-04-15 00:54:41','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.41.25-1.jpg',0,'attachment','image/jpeg',0),
(818,5,'2018-04-15 00:55:04','2018-04-15 00:55:04','','2018-04-03 17.41.30','','inherit','open','closed','','2018-04-03-17-41-30','','','2018-04-15 00:55:04','2018-04-15 00:55:04','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.41.30.jpg',0,'attachment','image/jpeg',0),
(819,1,'2018-04-15 00:55:04','2018-04-15 00:55:04','','2018-04-03 17.41.30','','inherit','open','closed','','2018-04-03-17-41-30-2','','','2018-04-15 00:55:04','2018-04-15 00:55:04','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.41.30-1.jpg',0,'attachment','image/jpeg',0),
(821,5,'2018-04-15 00:55:28','2018-04-15 00:55:28','','2018-04-03 17.41.32','','inherit','open','closed','','2018-04-03-17-41-32','','','2018-04-15 00:55:28','2018-04-15 00:55:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.41.32.jpg',0,'attachment','image/jpeg',0),
(822,1,'2018-04-15 00:55:28','2018-04-15 00:55:28','','2018-04-03 17.41.32','','inherit','open','closed','','2018-04-03-17-41-32','','','2018-04-15 00:55:28','2018-04-15 00:55:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.41.32.jpg',0,'attachment','image/jpeg',0),
(823,5,'2018-04-15 00:56:17','2018-04-15 00:56:17','','2018-04-03 17.51.59','','inherit','open','closed','','2018-04-03-17-51-59','','','2018-04-15 00:56:17','2018-04-15 00:56:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.51.59.jpg',0,'attachment','image/jpeg',0),
(824,1,'2018-04-15 00:56:17','2018-04-15 00:56:17','','2018-04-03 17.51.59','','inherit','open','closed','','2018-04-03-17-51-59-2','','','2018-04-15 00:56:17','2018-04-15 00:56:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.51.59-1.jpg',0,'attachment','image/jpeg',0),
(825,5,'2018-04-15 00:57:06','2018-04-15 00:57:06','','2018-04-03 17.52.00','','inherit','open','closed','','2018-04-03-17-52-00','','','2018-04-15 00:57:06','2018-04-15 00:57:06','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.52.00.jpg',0,'attachment','image/jpeg',0),
(826,1,'2018-04-15 00:57:06','2018-04-15 00:57:06','','2018-04-03 17.52.00','','inherit','open','closed','','2018-04-03-17-52-00-2','','','2018-04-15 00:57:06','2018-04-15 00:57:06','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.52.00-1.jpg',0,'attachment','image/jpeg',0),
(827,1,'2018-04-15 00:57:46','2018-04-15 00:57:46','','2018-04-03 17.52.32','','inherit','open','closed','','2018-04-03-17-52-32','','','2018-04-15 00:57:46','2018-04-15 00:57:46','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.52.32-e1523914382566.jpg',0,'attachment','image/jpeg',0),
(828,5,'2018-04-15 00:57:46','2018-04-15 00:57:46','','2018-04-03 17.52.32','','inherit','open','closed','','2018-04-03-17-52-32-2','','','2018-04-15 00:57:46','2018-04-15 00:57:46','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.52.32-e1523914382566-1.jpg',0,'attachment','image/jpeg',0),
(829,5,'2018-04-15 00:58:29','2018-04-15 00:58:29','','2018-04-03 17.52.35','','inherit','open','closed','','2018-04-03-17-52-35','','','2018-04-15 00:58:29','2018-04-15 00:58:29','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.52.35.jpg',0,'attachment','image/jpeg',0),
(830,1,'2018-04-15 00:58:29','2018-04-15 00:58:29','','2018-04-03 17.52.35','','inherit','open','closed','','2018-04-03-17-52-35-2','','','2018-04-15 00:58:29','2018-04-15 00:58:29','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/2018-04-03-17.52.35-1.jpg',0,'attachment','image/jpeg',0),
(831,3,'2018-04-16 20:53:49','2018-04-16 20:53:49','','aac_flash_suppressor','Carbine AAC Flash Suppressor','inherit','open','closed','','aac_flash_suppressor','','','2018-04-16 20:53:49','2018-04-16 20:53:49','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/aac_flash_suppressor-e1523914422542.jpg',0,'attachment','image/jpeg',0),
(832,1,'2018-04-16 20:53:49','2018-04-16 20:53:49','','aac_flash_suppressor','Carbine AAC Flash Suppressor','inherit','open','closed','','aac_flash_suppressor-2','','','2018-04-16 20:53:49','2018-04-16 20:53:49','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/aac_flash_suppressor-e1523914422542-1.jpg',0,'attachment','image/jpeg',0),
(833,1,'2018-04-16 20:54:35','2018-04-16 20:54:35','','bemeyers_flash_suppressor','','inherit','open','closed','','bemeyers_flash_suppressor','','','2018-04-16 20:54:35','2018-04-16 20:54:35','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/bemeyers_flash_suppressor-e1523914469829.jpg',0,'attachment','image/jpeg',0),
(834,3,'2018-04-16 20:54:35','2018-04-16 20:54:35','','bemeyers_flash_suppressor','','inherit','open','closed','','bemeyers_flash_suppressor-2','','','2018-04-16 20:54:35','2018-04-16 20:54:35','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/bemeyers_flash_suppressor-e1523914469829-1.jpg',0,'attachment','image/jpeg',0),
(835,3,'2018-04-16 21:48:07','2018-04-16 21:48:07','','F77E832A-6D44-4264-A3D6-D77B19711E5D','','inherit','open','closed','','f77e832a-6d44-4264-a3d6-d77b19711e5d','','','2018-04-16 21:48:07','2018-04-16 21:48:07','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/F77E832A-6D44-4264-A3D6-D77B19711E5D.jpg',0,'attachment','image/jpeg',0),
(836,1,'2018-04-16 21:48:07','2018-04-16 21:48:07','','F77E832A-6D44-4264-A3D6-D77B19711E5D','','inherit','open','closed','','f77e832a-6d44-4264-a3d6-d77b19711e5d-2','','','2018-04-16 21:48:07','2018-04-16 21:48:07','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/F77E832A-6D44-4264-A3D6-D77B19711E5D-1.jpg',0,'attachment','image/jpeg',0),
(837,3,'2018-04-16 21:48:52','2018-04-16 21:48:52','','Carbine with Aimpoint T2','Suppressed carbine with Aimpoint T2','inherit','open','closed','','7680fc55-38d6-45fd-92e5-736b699af2c7','','','2018-04-16 21:48:52','2018-04-16 21:48:52','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727.jpg',0,'attachment','image/jpeg',0),
(838,1,'2018-04-16 21:48:52','2018-04-16 21:48:52','','Carbine with Aimpoint T2','Suppressed carbine with Aimpoint T2','inherit','open','closed','','7680fc55-38d6-45fd-92e5-736b699af2c7-2','','','2018-04-16 21:48:52','2018-04-16 21:48:52','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1.jpg',0,'attachment','image/jpeg',0),
(839,1,'2018-04-16 22:17:42','2018-04-16 22:17:42','','Running Pistol','','inherit','open','closed','','running_pistol','','','2018-04-16 22:17:42','2018-04-16 22:17:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg',0,'attachment','image/jpeg',0),
(840,3,'2018-04-16 22:17:42','2018-04-16 22:17:42','','Running Pistol','','inherit','open','closed','','running_pistol-2','','','2018-04-16 22:17:42','2018-04-16 22:17:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg',0,'attachment','image/jpeg',0),
(841,1,'2018-04-16 22:20:31','2018-04-16 22:20:31','','Kettlebell Press','','inherit','open','closed','','img_2174','','','2018-04-16 22:20:31','2018-04-16 22:20:31','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/IMG_2174-e1523917480607.jpg',0,'attachment','image/jpeg',0),
(842,3,'2018-04-16 22:20:31','2018-04-16 22:20:31','','Kettlebell Press','','inherit','open','closed','','img_2174-2','','','2018-04-16 22:20:31','2018-04-16 22:20:31','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/IMG_2174-e1523917480607-1.jpg',0,'attachment','image/jpeg',0),
(843,3,'2018-04-16 22:21:29','2018-04-16 22:21:29','','Mace Bell','','inherit','open','closed','','img_2187','','','2018-04-16 22:21:29','2018-04-16 22:21:29','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/IMG_2187-e1523917517293.jpg',0,'attachment','image/jpeg',0),
(844,1,'2018-04-16 22:21:29','2018-04-16 22:21:29','','Mace Bell','','inherit','open','closed','','img_2187-2','','','2018-04-16 22:21:29','2018-04-16 22:21:29','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/IMG_2187-e1523917517293-1.jpg',0,'attachment','image/jpeg',0),
(845,5,'2018-04-17 00:08:08','2018-04-17 00:08:08','','IMG_20151229_124237948','','inherit','open','closed','','img_20151229_124237948','','','2018-04-17 00:08:08','2018-04-17 00:08:08','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG_20151229_124237948.jpg',0,'attachment','image/jpeg',0),
(846,1,'2018-04-17 00:08:08','2018-04-17 00:08:08','','IMG_20151229_124237948','','inherit','open','closed','','img_20151229_124237948-2','','','2018-04-17 00:08:08','2018-04-17 00:08:08','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG_20151229_124237948-1.jpg',0,'attachment','image/jpeg',0),
(847,3,'2018-04-17 03:31:37','2018-04-17 03:31:37','','Race Rucking','','inherit','open','closed','','race_ruck','','','2018-04-17 03:31:37','2018-04-17 03:31:37','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/race_ruck.jpg',0,'attachment','image/jpeg',0),
(848,1,'2018-04-17 03:31:37','2018-04-17 03:31:37','','Race Rucking','','inherit','open','closed','','race_ruck-2','','','2018-04-17 03:31:37','2018-04-17 03:31:37','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/race_ruck-1.jpg',0,'attachment','image/jpeg',0),
(849,3,'2018-04-17 03:31:46','2018-04-17 03:31:46','','skiing','','inherit','open','closed','','skiing','','','2018-04-17 03:31:46','2018-04-17 03:31:46','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/skiing.jpg',0,'attachment','image/jpeg',0),
(850,1,'2018-04-17 03:31:46','2018-04-17 03:31:46','','skiing','','inherit','open','closed','','skiing-2','','','2018-04-17 03:31:46','2018-04-17 03:31:46','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/skiing-1.jpg',0,'attachment','image/jpeg',0),
(851,5,'2018-04-17 03:31:51','2018-04-17 03:31:51','','2018-04-12 16.05.45-1','','inherit','open','closed','','2018-04-12-16-05-45-1','','','2018-04-17 03:31:51','2018-04-17 03:31:51','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-04-12-16.05.45-1.jpg',0,'attachment','image/jpeg',0),
(852,1,'2018-04-17 03:31:51','2018-04-17 03:31:51','','2018-04-12 16.05.45-1','','inherit','open','closed','','2018-04-12-16-05-45-1-2','','','2018-04-17 03:31:51','2018-04-17 03:31:51','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-04-12-16.05.45-1-1.jpg',0,'attachment','image/jpeg',0),
(853,5,'2018-04-17 03:33:07','2018-04-17 03:33:07','','2018-04-16 17.17.50','','inherit','open','closed','','2018-04-16-17-17-50','','','2018-04-17 03:33:07','2018-04-17 03:33:07','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-04-16-17.17.50.jpg',0,'attachment','image/jpeg',0),
(854,1,'2018-04-17 03:33:07','2018-04-17 03:33:07','','2018-04-16 17.17.50','','inherit','open','closed','','2018-04-16-17-17-50-2','','','2018-04-17 03:33:07','2018-04-17 03:33:07','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-04-16-17.17.50-1.jpg',0,'attachment','image/jpeg',0),
(855,1,'2018-04-17 03:33:52','2018-04-17 03:33:52','','2018-04-16 17.20.16','','inherit','open','closed','','2018-04-16-17-20-16','','','2018-04-17 03:33:52','2018-04-17 03:33:52','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-04-16-17.20.16.jpg',0,'attachment','image/jpeg',0),
(856,5,'2018-04-17 03:33:52','2018-04-17 03:33:52','','2018-04-16 17.20.16','','inherit','open','closed','','2018-04-16-17-20-16-2','','','2018-04-17 03:33:52','2018-04-17 03:33:52','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-04-16-17.20.16-1.jpg',0,'attachment','image/jpeg',0),
(857,1,'2018-04-17 03:34:17','2018-04-17 03:34:17','','2018-04-16 17.51.52','','inherit','open','closed','','2018-04-16-17-51-52','','','2018-04-17 03:34:17','2018-04-17 03:34:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-04-16-17.51.52.jpg',0,'attachment','image/jpeg',0),
(858,5,'2018-04-17 03:34:17','2018-04-17 03:34:17','','2018-04-16 17.51.52','','inherit','open','closed','','2018-04-16-17-51-52-2','','','2018-04-17 03:34:17','2018-04-17 03:34:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-04-16-17.51.52-1.jpg',0,'attachment','image/jpeg',0),
(859,1,'2018-04-17 03:34:44','2018-04-17 03:34:44','','2018-04-16 17.51.55','','inherit','open','closed','','2018-04-16-17-51-55','','','2018-04-17 03:34:44','2018-04-17 03:34:44','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-04-16-17.51.55.jpg',0,'attachment','image/jpeg',0),
(860,5,'2018-04-17 03:34:44','2018-04-17 03:34:44','','2018-04-16 17.51.55','','inherit','open','closed','','2018-04-16-17-51-55-2','','','2018-04-17 03:34:44','2018-04-17 03:34:44','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-04-16-17.51.55-1.jpg',0,'attachment','image/jpeg',0),
(861,1,'2018-04-17 03:35:18','2018-04-17 03:35:18','','2018-04-16 17.52.38','','inherit','open','closed','','2018-04-16-17-52-38','','','2018-04-17 03:35:18','2018-04-17 03:35:18','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-04-16-17.52.38.jpg',0,'attachment','image/jpeg',0),
(862,5,'2018-04-17 03:35:18','2018-04-17 03:35:18','','2018-04-16 17.52.38','','inherit','open','closed','','2018-04-16-17-52-38-2','','','2018-04-17 03:35:18','2018-04-17 03:35:18','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-04-16-17.52.38-1.jpg',0,'attachment','image/jpeg',0),
(863,1,'2018-04-17 03:35:48','2018-04-17 03:35:48','','2018-04-16 17.56.11','','inherit','open','closed','','2018-04-16-17-56-11','','','2018-04-17 03:35:48','2018-04-17 03:35:48','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-04-16-17.56.11.jpg',0,'attachment','image/jpeg',0),
(864,5,'2018-04-17 03:35:48','2018-04-17 03:35:48','','2018-04-16 17.56.11','','inherit','open','closed','','2018-04-16-17-56-11-2','','','2018-04-17 03:35:48','2018-04-17 03:35:48','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-04-16-17.56.11-1.jpg',0,'attachment','image/jpeg',0),
(865,1,'2018-04-17 03:36:21','2018-04-17 03:36:21','','2018-04-16 17.56.13','','inherit','open','closed','','2018-04-16-17-56-13','','','2018-04-17 03:36:21','2018-04-17 03:36:21','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-04-16-17.56.13.jpg',0,'attachment','image/jpeg',0),
(866,5,'2018-04-17 03:36:21','2018-04-17 03:36:21','','2018-04-16 17.56.13','','inherit','open','closed','','2018-04-16-17-56-13-2','','','2018-04-17 03:36:21','2018-04-17 03:36:21','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-04-16-17.56.13-1.jpg',0,'attachment','image/jpeg',0),
(867,1,'2018-04-17 03:36:49','2018-04-17 03:36:49','','2018-04-16 17.56.27','','inherit','open','closed','','2018-04-16-17-56-27','','','2018-04-17 03:36:49','2018-04-17 03:36:49','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-04-16-17.56.27.jpg',0,'attachment','image/jpeg',0),
(868,5,'2018-04-17 03:36:49','2018-04-17 03:36:49','','2018-04-16 17.56.27','','inherit','open','closed','','2018-04-16-17-56-27-2','','','2018-04-17 03:36:49','2018-04-17 03:36:49','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-04-16-17.56.27-1.jpg',0,'attachment','image/jpeg',0),
(869,1,'2018-04-17 03:53:50','2018-04-17 03:53:50','','2018-03-21 09.11.49','','inherit','open','closed','','2018-03-21-09-11-49','','','2018-04-17 03:53:50','2018-04-17 03:53:50','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-03-21-09.11.49.jpg',0,'attachment','image/jpeg',0),
(870,5,'2018-04-17 03:53:50','2018-04-17 03:53:50','','2018-03-21 09.11.49','','inherit','open','closed','','2018-03-21-09-11-49-2','','','2018-04-17 03:53:50','2018-04-17 03:53:50','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-03-21-09.11.49-1.jpg',0,'attachment','image/jpeg',0),
(871,1,'2018-04-17 03:54:10','2018-04-17 03:54:10','','2018-03-21 10.35.11-1','','inherit','open','closed','','2018-03-21-10-35-11-1','','','2018-04-17 03:54:10','2018-04-17 03:54:10','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-03-21-10.35.11-1-e1523938204646.jpg',0,'attachment','image/jpeg',0),
(872,5,'2018-04-17 03:54:10','2018-04-17 03:54:10','','2018-03-21 10.35.11-1','','inherit','open','closed','','2018-03-21-10-35-11-1-2','','','2018-04-17 03:54:10','2018-04-17 03:54:10','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2018-03-21-10.35.11-1-e1523938204646-1.jpg',0,'attachment','image/jpeg',0),
(873,1,'2018-04-17 04:09:24','2018-04-17 04:09:24','','DEA1F19B-1608-4603-A898-44477B13501D','','inherit','open','closed','','dea1f19b-1608-4603-a898-44477b13501d','','','2018-04-17 04:09:24','2018-04-17 04:09:24','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747.jpg',0,'attachment','image/jpeg',0),
(874,3,'2018-04-17 04:09:24','2018-04-17 04:09:24','','DEA1F19B-1608-4603-A898-44477B13501D','','inherit','open','closed','','dea1f19b-1608-4603-a898-44477b13501d-2','','','2018-04-17 04:09:24','2018-04-17 04:09:24','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-1.jpg',0,'attachment','image/jpeg',0),
(875,1,'2018-04-17 04:14:14','2018-04-17 04:14:14','','Two handed macebell swing','Two handed macebell swing','inherit','open','closed','','f9fa18df-92b2-48ab-81d8-ecbf783c15a7','','','2018-04-17 04:14:14','2018-04-17 04:14:14','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464.jpg',0,'attachment','image/jpeg',0),
(876,3,'2018-04-17 04:14:14','2018-04-17 04:14:14','','Two handed macebell swing','Two handed macebell swing','inherit','open','closed','','f9fa18df-92b2-48ab-81d8-ecbf783c15a7-2','','','2018-04-17 04:14:14','2018-04-17 04:14:14','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-1.jpg',0,'attachment','image/jpeg',0),
(877,1,'2018-04-17 04:22:02','2018-04-17 04:22:02','','Bob elbow','Active rest between sets','inherit','open','closed','','img_2199','','','2018-04-17 04:22:02','2018-04-17 04:22:02','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/IMG_2199.jpg',0,'attachment','image/jpeg',0),
(878,3,'2018-04-17 04:22:02','2018-04-17 04:22:02','','Bob elbow','Active rest between sets','inherit','open','closed','','img_2199-2','','','2018-04-17 04:22:02','2018-04-17 04:22:02','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/IMG_2199-1.jpg',0,'attachment','image/jpeg',0),
(879,1,'2018-04-17 04:22:20','2018-04-17 04:22:20','','IMG_2216','','inherit','open','closed','','img_2216','','','2018-04-17 04:22:20','2018-04-17 04:22:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/IMG_2216.jpg',0,'attachment','image/jpeg',0),
(880,3,'2018-04-17 04:22:20','2018-04-17 04:22:20','','IMG_2216','','inherit','open','closed','','img_2216-2','','','2018-04-17 04:22:20','2018-04-17 04:22:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/IMG_2216-1.jpg',0,'attachment','image/jpeg',0),
(881,1,'2018-04-17 04:22:27','2018-04-17 04:22:27','','IMG_2225','','inherit','open','closed','','img_2225','','','2018-04-17 04:22:27','2018-04-17 04:22:27','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/IMG_2225.jpg',0,'attachment','image/jpeg',0),
(882,3,'2018-04-17 04:22:27','2018-04-17 04:22:27','','IMG_2225','','inherit','open','closed','','img_2225-2','','','2018-04-17 04:22:27','2018-04-17 04:22:27','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/IMG_2225-1.jpg',0,'attachment','image/jpeg',0),
(900,1,'2018-04-24 19:39:37','2018-04-24 19:39:37','<header class=\"entry-header\">\n<h1 class=\"entry-title\">DISCLOSURE</h1>\n</header>\n<div class=\"entry-content\">\n\n<strong>Comment Policy</strong>\n\n....\n\n&nbsp;\n\n<strong>Disclosure Policy</strong>\n\nIn 2009, our friends at the Federal Trade Commission {FTC} revised their <a href=\"https://www.ftc.gov/news-events/press-releases/2009/10/ftc-publishes-final-guides-governing-endorsements-testimonials\" target=\"_blank\" rel=\"noopener\">guidelines</a> regarding endorsements and testimonials in order to protect the public from any intentionally errant or misleading advertising that has been paid for by a group or company. Since this blog is a source of income and may occasionally incorporate endorsements or testimonials, we felt it was important to disclose the following to you, our readers:\n<ul>\n 	<li>The content of our blog is a source of income for us and therefore may be used to promote products, services, or other businesses.</li>\n 	<li>We will only choose to promote products/services/businesses that we have, in fact, used and that we feel will be beneficial to our readers.</li>\n 	<li>Products provided to us by our advertising partners for our review are given to us free of charge with no cost to ourselves. This does not ensure a positive review of the product in any way.</li>\n 	<li><b>You can trust us.</b> We will always give our genuine opinion about a product or service whether or not we are partnering with the service provider and/or receiving payment to do so.</li>\n 	<li>Our number one priority is accuracy and fairness to our readers, and we would <b>never</b> compromise the truth just to make a buck. Ever.</li>\n 	<li>Mentions of associated products/services/businesses within the content of our blog may or may not be noted as an affiliate in every reference.</li>\n</ul>\nWe hold ourselves to the highest standards of integrity and strive to deliver interesting, helpful, and encouraging content while generating a small profit to compensate us for our time, research, and ideas. We love and appreciate our readers and make it our goal to be up front and honest with every post we write.\n\n&nbsp;\n\n<strong>Privacy Policy</strong>\n\nOur blog does not share personal information with third parties nor do we store any information about your visit to this blog other than to analyze and optimize your content and reading experience through the use of cookies.\n\nYou can turn off the use of cookies at anytime by changing your specific browser settings.\n\nWe are not responsible for republished content from this blog on other blogs or websites without our permission.\n<p class=\"p1\">At some point we may use third-party advertising companies to serve ads when you visit our Web site. These companies may use aggregated information (not including your name, address, email address or telephone number) about your visits to this and other Web sites in order to provide advertisements about goods and services of interest to you. If you would like more information about this practice and to know your choices about not having this information used by these companies, please see: <a href=\"https://www.networkadvertising.org/managing/opt_out.asp\"><span class=\"s1\">https://www.networkadvertising.org/managing/opt_out.asp</span></a></p>\nThis privacy policy is subject to change without notice and was last updated on August 14, 2014. If you have any questions feel free to contact me directly at bill@amtacshooting.com.\n\n</div>','Disclosure','','publish','closed','closed','','disclosure','','','2018-04-24 19:39:37','2018-04-24 19:39:37','',0,'http://www.amtacshooting.com/?page_id=900',0,'page','',0),
(950,1,'2018-04-25 23:17:47','2018-04-25 23:17:47','','Carbine','','inherit','open','closed','','carbine_rug','','','2018-04-25 23:17:47','2018-04-25 23:17:47','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg',0,'attachment','image/jpeg',0),
(951,3,'2018-04-25 23:17:47','2018-04-25 23:17:47','','Carbine','','inherit','open','closed','','carbine_rug-2','','','2018-04-25 23:17:47','2018-04-25 23:17:47','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug-1.jpg',0,'attachment','image/jpeg',0),
(954,1,'2018-04-27 22:21:20','2018-04-27 22:21:20','','womens course','','inherit','open','closed','','womens_course','','','2018-04-27 22:21:20','2018-04-27 22:21:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/02/womens_course.jpg',0,'attachment','image/jpeg',0),
(955,3,'2018-04-27 22:21:20','2018-04-27 22:21:20','','womens course','','inherit','open','closed','','womens_course-2','','','2018-04-27 22:21:20','2018-04-27 22:21:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/02/womens_course-1.jpg',0,'attachment','image/jpeg',0),
(960,1,'2018-05-01 15:52:20','2018-05-01 15:52:20','','Home with Heroes Precision Rifle Course','','inherit','open','closed','','screen-shot-2018-05-01-at-8-47-22-am','','','2018-05-01 15:52:20','2018-05-01 15:52:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-8.47.22-AM.png',0,'attachment','image/png',0),
(961,3,'2018-05-01 15:52:20','2018-05-01 15:52:20','','Home with Heroes Precision Rifle Course','','inherit','open','closed','','screen-shot-2018-05-01-at-8-47-22-am-2','','','2018-05-01 15:52:20','2018-05-01 15:52:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/05/Screen-Shot-2018-05-01-at-8.47.22-AM-1.png',0,'attachment','image/png',0),
(973,1,'2018-06-30 19:12:15','2018-06-30 19:12:15','','298759E6-99D1-4169-B252-CCEA8738582F','','inherit','open','closed','','298759e6-99d1-4169-b252-ccea8738582f','','','2018-06-30 19:12:15','2018-06-30 19:12:15','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/06/298759E6-99D1-4169-B252-CCEA8738582F.jpeg',0,'attachment','image/jpeg',0),
(974,5,'2018-06-30 19:12:15','2018-06-30 19:12:15','','298759E6-99D1-4169-B252-CCEA8738582F','','inherit','open','closed','','298759e6-99d1-4169-b252-ccea8738582f-2','','','2018-06-30 19:12:15','2018-06-30 19:12:15','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/06/298759E6-99D1-4169-B252-CCEA8738582F-1.jpeg',0,'attachment','image/jpeg',0),
(975,1,'2018-06-30 19:41:00','2018-06-30 19:41:00','','95A05920-C7E1-44D6-AC32-CF03D79C533D','','inherit','open','closed','','95a05920-c7e1-44d6-ac32-cf03d79c533d','','','2018-06-30 19:41:00','2018-06-30 19:41:00','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/06/95A05920-C7E1-44D6-AC32-CF03D79C533D.jpeg',0,'attachment','image/jpeg',0),
(976,5,'2018-06-30 19:41:00','2018-06-30 19:41:00','','95A05920-C7E1-44D6-AC32-CF03D79C533D','','inherit','open','closed','','95a05920-c7e1-44d6-ac32-cf03d79c533d-2','','','2018-06-30 19:41:00','2018-06-30 19:41:00','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/06/95A05920-C7E1-44D6-AC32-CF03D79C533D-1.jpeg',0,'attachment','image/jpeg',0),
(977,1,'2018-06-30 19:41:10','2018-06-30 19:41:10','','9E59DED2-71DD-4A88-834B-E73DF632999A','','inherit','open','closed','','9e59ded2-71dd-4a88-834b-e73df632999a','','','2018-06-30 19:41:10','2018-06-30 19:41:10','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/06/9E59DED2-71DD-4A88-834B-E73DF632999A.jpeg',0,'attachment','image/jpeg',0),
(978,5,'2018-06-30 19:41:10','2018-06-30 19:41:10','','9E59DED2-71DD-4A88-834B-E73DF632999A','','inherit','open','closed','','9e59ded2-71dd-4a88-834b-e73df632999a-2','','','2018-06-30 19:41:10','2018-06-30 19:41:10','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/06/9E59DED2-71DD-4A88-834B-E73DF632999A-1.jpeg',0,'attachment','image/jpeg',0),
(979,1,'2018-06-30 19:41:21','2018-06-30 19:41:21','','749A14EC-5451-4955-A5EB-CCB9EF608F01','','inherit','open','closed','','749a14ec-5451-4955-a5eb-ccb9ef608f01','','','2018-06-30 19:41:21','2018-06-30 19:41:21','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/06/749A14EC-5451-4955-A5EB-CCB9EF608F01.jpeg',0,'attachment','image/jpeg',0),
(980,5,'2018-06-30 19:41:21','2018-06-30 19:41:21','','749A14EC-5451-4955-A5EB-CCB9EF608F01','','inherit','open','closed','','749a14ec-5451-4955-a5eb-ccb9ef608f01-2','','','2018-06-30 19:41:21','2018-06-30 19:41:21','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/06/749A14EC-5451-4955-A5EB-CCB9EF608F01-1.jpeg',0,'attachment','image/jpeg',0),
(981,1,'2018-06-30 19:47:41','2018-06-30 19:47:41','','A13E6688-3690-48C8-8910-4220CC1B5A14','','inherit','open','closed','','a13e6688-3690-48c8-8910-4220cc1b5a14','','','2018-06-30 19:47:41','2018-06-30 19:47:41','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939.jpeg',0,'attachment','image/jpeg',0),
(982,5,'2018-06-30 19:47:41','2018-06-30 19:47:41','','A13E6688-3690-48C8-8910-4220CC1B5A14','','inherit','open','closed','','a13e6688-3690-48c8-8910-4220cc1b5a14-2','','','2018-06-30 19:47:41','2018-06-30 19:47:41','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-1.jpeg',0,'attachment','image/jpeg',0),
(991,1,'2018-07-03 20:43:19','2018-07-03 20:43:19','','3D6E4C14-368D-4720-B3B4-72B49F6EE877','','inherit','open','closed','','3d6e4c14-368d-4720-b3b4-72b49f6ee877','','','2018-07-03 20:43:19','2018-07-03 20:43:19','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/3D6E4C14-368D-4720-B3B4-72B49F6EE877.jpeg',0,'attachment','image/jpeg',0),
(992,5,'2018-07-03 20:43:19','2018-07-03 20:43:19','','3D6E4C14-368D-4720-B3B4-72B49F6EE877','','inherit','open','closed','','3d6e4c14-368d-4720-b3b4-72b49f6ee877-2','','','2018-07-03 20:43:19','2018-07-03 20:43:19','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/3D6E4C14-368D-4720-B3B4-72B49F6EE877-1.jpeg',0,'attachment','image/jpeg',0),
(993,1,'2018-07-03 20:43:47','2018-07-03 20:43:47','','FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02','','inherit','open','closed','','fe8b48fa-e10d-4d5b-ab19-ac8f1a0f7b02','','','2018-07-03 20:43:47','2018-07-03 20:43:47','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg',0,'attachment','image/jpeg',0),
(994,5,'2018-07-03 20:43:47','2018-07-03 20:43:47','','FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02','','inherit','open','closed','','fe8b48fa-e10d-4d5b-ab19-ac8f1a0f7b02-2','','','2018-07-03 20:43:47','2018-07-03 20:43:47','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1.jpeg',0,'attachment','image/jpeg',0),
(995,1,'2018-07-03 20:44:57','2018-07-03 20:44:57','','A411F6A0-B029-4F6F-8E71-E4FECC2A1C49','','inherit','open','closed','','a411f6a0-b029-4f6f-8e71-e4fecc2a1c49','','','2018-07-03 20:44:57','2018-07-03 20:44:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/A411F6A0-B029-4F6F-8E71-E4FECC2A1C49.jpeg',0,'attachment','image/jpeg',0),
(996,5,'2018-07-03 20:44:57','2018-07-03 20:44:57','','A411F6A0-B029-4F6F-8E71-E4FECC2A1C49','','inherit','open','closed','','a411f6a0-b029-4f6f-8e71-e4fecc2a1c49-2','','','2018-07-03 20:44:57','2018-07-03 20:44:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/A411F6A0-B029-4F6F-8E71-E4FECC2A1C49-1.jpeg',0,'attachment','image/jpeg',0),
(997,1,'2018-07-03 20:46:10','2018-07-03 20:46:10','','13AAB8D0-B3FE-45A0-A922-3D43DC300DF8','','inherit','open','closed','','13aab8d0-b3fe-45a0-a922-3d43dc300df8','','','2018-07-03 20:46:10','2018-07-03 20:46:10','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/13AAB8D0-B3FE-45A0-A922-3D43DC300DF8.jpeg',0,'attachment','image/jpeg',0),
(998,5,'2018-07-03 20:46:10','2018-07-03 20:46:10','','13AAB8D0-B3FE-45A0-A922-3D43DC300DF8','','inherit','open','closed','','13aab8d0-b3fe-45a0-a922-3d43dc300df8-2','','','2018-07-03 20:46:10','2018-07-03 20:46:10','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/13AAB8D0-B3FE-45A0-A922-3D43DC300DF8-1.jpeg',0,'attachment','image/jpeg',0),
(999,1,'2018-07-03 20:47:23','2018-07-03 20:47:23','','47C32636-7E9E-4801-9AE7-DBCAD8CB0C59','','inherit','open','closed','','47c32636-7e9e-4801-9ae7-dbcad8cb0c59','','','2018-07-03 20:47:23','2018-07-03 20:47:23','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/47C32636-7E9E-4801-9AE7-DBCAD8CB0C59.jpeg',0,'attachment','image/jpeg',0),
(1000,5,'2018-07-03 20:47:23','2018-07-03 20:47:23','','47C32636-7E9E-4801-9AE7-DBCAD8CB0C59','','inherit','open','closed','','47c32636-7e9e-4801-9ae7-dbcad8cb0c59-2','','','2018-07-03 20:47:23','2018-07-03 20:47:23','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/47C32636-7E9E-4801-9AE7-DBCAD8CB0C59-1.jpeg',0,'attachment','image/jpeg',0),
(1011,1,'2018-07-06 20:44:35','2018-07-06 20:44:35','','rfl_pst-2_5-25x50_mrad_br_turrets','','inherit','open','closed','','rfl_pst-2_5-25x50_mrad_br_turrets','','','2018-07-06 20:44:35','2018-07-06 20:44:35','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg',0,'attachment','image/jpeg',0),
(1012,3,'2018-07-06 20:44:35','2018-07-06 20:44:35','','rfl_pst-2_5-25x50_mrad_br_turrets','','inherit','open','closed','','rfl_pst-2_5-25x50_mrad_br_turrets-2','','','2018-07-06 20:44:35','2018-07-06 20:44:35','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-1.jpg',0,'attachment','image/jpeg',0),
(1013,1,'2018-07-06 20:45:58','2018-07-06 20:45:58','','31VoeR751xL','','inherit','open','closed','','31voer751xl','','','2018-07-06 20:45:58','2018-07-06 20:45:58','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg',0,'attachment','image/jpeg',0),
(1014,3,'2018-07-06 20:45:58','2018-07-06 20:45:58','','31VoeR751xL','','inherit','open','closed','','31voer751xl-2','','','2018-07-06 20:45:58','2018-07-06 20:45:58','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-1.jpg',0,'attachment','image/jpeg',0),
(1015,1,'2018-07-06 20:48:31','2018-07-06 20:48:31','','rfl_rzr-g2_f_45-27x56_mrad_fr-t','','inherit','open','closed','','rfl_rzr-g2_f_45-27x56_mrad_fr-t','','','2018-07-06 20:48:31','2018-07-06 20:48:31','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg',0,'attachment','image/jpeg',0),
(1016,3,'2018-07-06 20:48:31','2018-07-06 20:48:31','','rfl_rzr-g2_f_45-27x56_mrad_fr-t','','inherit','open','closed','','rfl_rzr-g2_f_45-27x56_mrad_fr-t-2','','','2018-07-06 20:48:31','2018-07-06 20:48:31','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-1.jpg',0,'attachment','image/jpeg',0),
(1017,3,'2018-07-06 20:50:35','2018-07-06 20:50:35','','nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3','','inherit','open','closed','','nightforce_enhanced_atacr_5-25x56_sfp_riflescope_3','','','2018-07-06 20:50:35','2018-07-06 20:50:35','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png',0,'attachment','image/png',0),
(1018,1,'2018-07-06 20:50:35','2018-07-06 20:50:35','','nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3','','inherit','open','closed','','nightforce_enhanced_atacr_5-25x56_sfp_riflescope_3-2','','','2018-07-06 20:50:35','2018-07-06 20:50:35','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-1.png',0,'attachment','image/png',0),
(1019,3,'2018-07-06 20:51:52','2018-07-06 20:51:52','','mark8-3','','inherit','open','closed','','mark8-3','','','2018-07-06 20:51:52','2018-07-06 20:51:52','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg',0,'attachment','image/jpeg',0),
(1020,1,'2018-07-06 20:51:52','2018-07-06 20:51:52','','mark8-3','','inherit','open','closed','','mark8-3-2','','','2018-07-06 20:51:52','2018-07-06 20:51:52','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-1.jpg',0,'attachment','image/jpeg',0),
(1021,3,'2018-07-06 20:53:17','2018-07-06 20:53:17','','7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3','','inherit','open','closed','','7c6d8c5d0f7cf725ba1e1f220eddfc8efbacf8a3','','','2018-07-06 20:53:17','2018-07-06 20:53:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg',0,'attachment','image/jpeg',0),
(1022,1,'2018-07-06 20:53:17','2018-07-06 20:53:17','','7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3','','inherit','open','closed','','7c6d8c5d0f7cf725ba1e1f220eddfc8efbacf8a3-2','','','2018-07-06 20:53:17','2018-07-06 20:53:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-1.jpg',0,'attachment','image/jpeg',0),
(1023,3,'2018-07-06 20:56:47','2018-07-06 20:56:47','','vortex-precision-matched-rings-35mm-medium-b4b','','inherit','open','closed','','vortex-precision-matched-rings-35mm-medium-b4b','','','2018-07-06 20:56:47','2018-07-06 20:56:47','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg',0,'attachment','image/jpeg',0),
(1024,1,'2018-07-06 20:56:47','2018-07-06 20:56:47','','vortex-precision-matched-rings-35mm-medium-b4b','','inherit','open','closed','','vortex-precision-matched-rings-35mm-medium-b4b-2','','','2018-07-06 20:56:47','2018-07-06 20:56:47','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-1.jpg',0,'attachment','image/jpeg',0),
(1025,3,'2018-07-06 20:58:17','2018-07-06 20:58:17','','279224','','inherit','open','closed','','279224','','','2018-07-06 20:58:17','2018-07-06 20:58:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg',0,'attachment','image/jpeg',0),
(1026,1,'2018-07-06 20:58:17','2018-07-06 20:58:17','','279224','','inherit','open','closed','','279224-2','','','2018-07-06 20:58:17','2018-07-06 20:58:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/279224-1.jpg',0,'attachment','image/jpeg',0),
(1031,3,'2018-07-06 21:14:59','2018-07-06 21:14:59','','ammunition','','inherit','open','closed','','ammunition','','','2018-07-06 21:14:59','2018-07-06 21:14:59','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/ammunition.jpg',0,'attachment','image/jpeg',0),
(1032,1,'2018-07-06 21:14:59','2018-07-06 21:14:59','','ammunition','','inherit','open','closed','','ammunition-2','','','2018-07-06 21:14:59','2018-07-06 21:14:59','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/ammunition-1.jpg',0,'attachment','image/jpeg',0),
(1044,1,'2018-07-07 19:58:51','0000-00-00 00:00:00','','Amtac Shooting Newsletter Updates','','draft','closed','closed','','','','','2018-07-07 19:58:51','0000-00-00 00:00:00','',0,'https://www.amtacshooting.com/?page_id=1044',0,'page','',0),
(1055,1,'2018-08-09 20:11:05','2018-08-09 20:11:05','<h2><em>April 7-8, 2018 (Undisclosed, NJ)</em></h2>\n<img class=\"aligncenter size-full wp-image-1058\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/08/AAR_vdmsr_force_course.jpg\" alt=\"\" width=\"1000\" height=\"1000\" />\n<blockquote>\n<h4>\"Every drill and part of this class is designed in such a way as to build a logical foundation of unconscious competence which is difficult to find in many current classes in the training industry, both LE or otherwise.\"</h4>\n<h4>- VDMSR</h4>\n</blockquote>\nRead full AAR <a href=\"https://www.vdmsr.com/2018/06/aar-force-on-force-amtac-bill-rapier.html?m=1\">here.</a>\n<h3></h3>\n&nbsp;\n<h3>Upcoming Courses</h3>\n[add_eventon_list number_of_months=\"12\" event_count=\"3\" hide_past=\"yes\" event_type=\"21,18,22\" hide_empty_months=\"yes\" show_year=\"yes\" ]','AAR: Force on Force Course by VDMSR','','publish','open','open','','aar-force-on-force-course-by-vdmsr','','','2018-08-09 20:11:05','2018-08-09 20:11:05','',0,'https://www.amtacshooting.com/?p=1055',0,'post','',0),
(1058,3,'2018-08-09 20:05:48','2018-08-09 20:05:48','','AAR VDMSR Force on force course','','inherit','open','closed','','aar_vdmsr_force_course','','','2018-08-09 20:05:48','2018-08-09 20:05:48','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/AAR_vdmsr_force_course.jpg',0,'attachment','image/jpeg',0),
(1059,1,'2018-08-09 20:05:48','2018-08-09 20:05:48','','AAR VDMSR Force on force course','','inherit','open','closed','','aar_vdmsr_force_course-2','','','2018-08-09 20:05:48','2018-08-09 20:05:48','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/AAR_vdmsr_force_course-1.jpg',0,'attachment','image/jpeg',0),
(1060,1,'2018-08-10 17:33:16','2018-08-10 17:33:16','<h2><em>19-20 May, 2018 (Denver, CO)</em></h2>\n<img class=\"aligncenter wp-image-1062 size-full\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/08/AAR_RAC_Hill_People.jpg\" alt=\"\" width=\"640\" height=\"480\" />\n<blockquote>\n<h4>\"Bill is a huge proponent of being responsible for the protection of yourself, your family, and your tribe, and this class was designed to teach the basics or fundamentals of what Bill believes is important to do that.\"</h4>\n<h4>- Scott Hill</h4>\n</blockquote>\nRead full AAR <a href=\"https://hillpeoplegear.com/Forum/forumid/25/threadid/27758/scope/posts\">here.</a>\n<h3></h3>\n&nbsp;\n<h3>Upcoming Courses</h3>\n[add_eventon_list number_of_months=\"12\" event_count=\"3\" hide_past=\"yes\" event_type=\"19\" hide_empty_months=\"yes\" show_year=\"yes\" ]','AAR: The Responsible Armed Citizen by Hill People Gear','','publish','open','open','','aar-the-responsible-armed-citizen-by-hill-people-gear','','','2024-12-31 18:36:59','2024-12-31 18:36:59','',0,'https://www.amtacshooting.com/?p=1060',0,'post','',0),
(1062,3,'2018-08-10 17:22:43','2018-08-10 17:22:43','','AAR RAC Hill People Gear','','inherit','open','closed','','aar_rac_hill_people','','','2018-08-10 17:22:43','2018-08-10 17:22:43','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/AAR_RAC_Hill_People.jpg',0,'attachment','image/jpeg',0),
(1063,1,'2018-08-10 17:22:43','2018-08-10 17:22:43','','AAR RAC Hill People Gear','','inherit','open','closed','','aar_rac_hill_people-2','','','2018-08-10 17:22:43','2018-08-10 17:22:43','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/AAR_RAC_Hill_People-1.jpg',0,'attachment','image/jpeg',0),
(1067,3,'2018-08-14 20:52:29','2018-08-14 20:52:29','','SIRT GUN SALE','','inherit','open','closed','','img_2485','','','2018-08-14 20:52:29','2018-08-14 20:52:29','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/IMG_2485.jpg',0,'attachment','image/jpeg',0),
(1068,1,'2018-08-14 20:52:29','2018-08-14 20:52:29','','SIRT GUN SALE','','inherit','open','closed','','img_2485-2','','','2018-08-14 20:52:29','2018-08-14 20:52:29','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/IMG_2485-1.jpg',0,'attachment','image/jpeg',0),
(1097,3,'2018-08-21 21:50:14','2018-08-21 21:50:14','','FO3 G19 Blackpoint Tactical','','inherit','open','closed','','fo3-g19-front','','','2018-08-21 21:50:14','2018-08-21 21:50:14','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/FO3-G19-Front.jpg',0,'attachment','image/jpeg',0),
(1098,1,'2018-08-21 21:50:14','2018-08-21 21:50:14','','FO3 G19 Blackpoint Tactical','','inherit','open','closed','','fo3-g19-front-2','','','2018-08-21 21:50:14','2018-08-21 21:50:14','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/FO3-G19-Front-1.jpg',0,'attachment','image/jpeg',0),
(1108,3,'2018-08-21 22:08:37','2018-08-21 22:08:37','','FO3 G17 Back','','inherit','open','closed','','fo3-g17-back','','','2018-08-21 22:08:37','2018-08-21 22:08:37','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/FO3-G17-Back.jpg',0,'attachment','image/jpeg',0),
(1109,1,'2018-08-21 22:08:37','2018-08-21 22:08:37','','FO3 G17 Back','','inherit','open','closed','','fo3-g17-back-2','','','2018-08-21 22:08:37','2018-08-21 22:08:37','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/FO3-G17-Back-1.jpg',0,'attachment','image/jpeg',0),
(1110,3,'2018-08-21 22:08:45','2018-08-21 22:08:45','','FO3 G17 Front','','inherit','open','closed','','fo3-g17-front','','','2018-08-21 22:08:45','2018-08-21 22:08:45','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/FO3-G17-Front.jpg',0,'attachment','image/jpeg',0),
(1111,1,'2018-08-21 22:08:45','2018-08-21 22:08:45','','FO3 G17 Front','','inherit','open','closed','','fo3-g17-front-2','','','2018-08-21 22:08:45','2018-08-21 22:08:45','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/FO3-G17-Front-1.jpg',0,'attachment','image/jpeg',0),
(1112,3,'2018-08-21 22:08:54','2018-08-21 22:08:54','','FO3 G19 Back','','inherit','open','closed','','fo3-g19-back','','','2018-08-21 22:08:54','2018-08-21 22:08:54','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/FO3-G19-Back.jpg',0,'attachment','image/jpeg',0),
(1113,1,'2018-08-21 22:08:54','2018-08-21 22:08:54','','FO3 G19 Back','','inherit','open','closed','','fo3-g19-back-2','','','2018-08-21 22:08:54','2018-08-21 22:08:54','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/FO3-G19-Back-1.jpg',0,'attachment','image/jpeg',0),
(1118,3,'2018-09-04 04:37:50','2018-09-04 04:37:50','','Low Light Tactics Course','','inherit','open','closed','','br7','','','2018-09-04 04:37:50','2018-09-04 04:37:50','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/09/BR7.jpg',0,'attachment','image/jpeg',0),
(1119,1,'2018-09-04 04:37:50','2018-09-04 04:37:50','','Low Light Tactics Course','','inherit','open','closed','','br7-2','','','2018-09-04 04:37:50','2018-09-04 04:37:50','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/09/BR7-1.jpg',0,'attachment','image/jpeg',0),
(1125,1,'2018-10-12 00:15:58','2018-10-12 00:15:58','&nbsp;\n\n[caption id=\"attachment_1158\" align=\"aligncenter\" width=\"458\"]<img class=\"wp-image-1158\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1-225x300.jpg\" alt=\"Bill and Chainsaw Sniper Adventure Challenge 2018\" width=\"458\" height=\"611\" /> Bill and Chainsaw Sniper Adventure Challenge 2018[/caption]\n\nFor the last two years I have done the Sniper Adventure Challenge Race.  It has been a great way for me to have a goal to train for and to keep pushing the boundaries with training, fitness, shooting and gear.  New for this year, one of my local friends (<a href=\"https://jakehobackknives.com\">Jake Hoback</a>) and another local buddy were going to team up and do the race.  This was great for me as it gave me other dedicated training partners.\n\nEventually one of the guys had to drop out so I started trying to find my buddy Jake a partner for the race.  As I started going down the rolodex of guys to call as potential race partners for him the conversation would usually go something like this: \"So, are you up for doing a race next month?  You need to be prepared to walk 40-50 miles, carry a 40-50lbs ruck, shoot out to 1500 yards, be proficient with pistol, navigate with map and compass (no GPS) and be prepared to perform a wide variety of other tasks.\"\n\nUsually what followed was a long pause, a \"maybe\", a \"next year\" or a \"no\" with laughing.  As I was talking with my friend and race teammate \"Chainsaw\" about my frustration with the lack of guys that have the willingness, ability, time, and resources to do the race he said, \"Yeah, that is modern minute man stuff\".  That got me thinking.\n\nThe term \"minute man\" comes from the time just prior to the American revolution.  Basically, the minute man was someone skilled at arms with a base of physical/ martial prowess, able to be \"ready to go\" in a minute.  This is what the National Parks Service has to say about the minute man:\n\n[caption id=\"attachment_1161\" align=\"alignright\" width=\"130\"]<img class=\"wp-image-1161 size-full\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/minuteman.jpg\" alt=\"\" width=\"130\" height=\"300\" /> Old school minute man[/caption]\n\nMinute men were different from the militia in the following ways:\n<ol>\n 	<li>While service in the militia was required by law, minute men were volunteers.</li>\n 	<li>The minute men trained far more frequently than the militia. Two or three times per week was common. Because of this serious commitment of time, they were paid. One shilling per drill was average. Militia only trained once every few months (on average) and were paid only if they were called out beyond their town, or formed part of an expedition.</li>\n 	<li>Minute men were expected to keep their arms and equipment with them at all times, and in the event of an alarm, be ready to march at a minute\'s warning - hence they were called \"minute men.\"</li>\n</ol>\nWhat does a \"modern minute man\" look like?  What would the standard be?  Should all American men be able to to meet the \"modern minute man\" standard or are there different levels, standards or roles that we are called to fill?\n\nAs I started digging deeper with this concept and discussing it with friends and mentors, it started to make sense that it should be broken up in to different levels with the \"modern minute man\" just being one of them.  Here is a breakdown of the different levels and the standards that should be associated with them:\n<h3><strong>Responsible Armed Citizen (RAC)</strong></h3>\nThis is the baseline that every American man should be at.  The RAC standard is:\n<ul>\n 	<li>A high level of situational awareness</li>\n 	<li>A foundational ability to fight/ use a blade,</li>\n 	<li>A baseline level of competency with a pistol (perform the Amtac Shooting Pistol RMD or similar task)</li>\n 	<li>A commitment to carry your tools.</li>\n</ul>\n[caption id=\"attachment_1131\" align=\"aligncenter\" width=\"400\"]<img class=\"wp-image-1131\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4222-768x1024.jpg\" alt=\"\" width=\"400\" height=\"533\" /> Controlling hands and feeding with a blade[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_1156\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-1156\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_4221-300x225.jpg\" alt=\"\" width=\"550\" height=\"413\" /> Framing[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_1154\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-1154\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_3960-300x200.jpg\" alt=\"\" width=\"550\" height=\"367\" /> Spear elbow, weapons retention shooting position[/caption]\n\n&nbsp;\n<h3><strong>Follow Me (FM)</strong> :</h3>\n<em>Still working on a better name for this as the infantry has been using this term for a long time.</em>\n<ul>\n 	<li>Be proficient with a carbine (Amtac Shooting Carbine RMD or KD4 Carbine hat qual)</li>\n 	<li>Have the ability to follow someone, walking for 6 miles while carrying your carbine, 6 mags and water (10-15 lbs)</li>\n 	<li>Be physically in shape enough to run your carbine after the walk</li>\n</ul>\n[caption id=\"attachment_754\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-754\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/11836858_10155901153455414_3374731815603334938_n-300x225.jpg\" alt=\"\" width=\"550\" height=\"413\" /> Working carbine drills with plate carrier[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_227\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-227\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/Hybrid-Carbine-1-300x200.jpg\" alt=\"\" width=\"550\" height=\"367\" /> High kneeling shooting position[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_507\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-507\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/carbine_laying_down-1024x683.jpg\" alt=\"\" width=\"550\" height=\"367\" /> Roll over prone shooting position[/caption]\n\n&nbsp;\n<h3><strong>Modern Minute Man (MMM):  </strong></h3>\n<ul>\n 	<li>Be able to navigate 20 miles while carrying a 25-30lbs load</li>\n 	<li>Have a base level of bushcrafting skills</li>\n 	<li>Have a base (line of sight) comms ability</li>\n 	<li>Be able to shoot out to 600-700 yards.</li>\n</ul>\n&nbsp;\n\n[caption id=\"attachment_1153\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-1153\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_4552-768x1024.jpg\" alt=\"\" width=\"550\" height=\"733\" /> Hill People Gear Umlindi Pack with heavy Recce strapped to back[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_978\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-978\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-225x300.jpeg\" alt=\"\" width=\"550\" height=\"733\" /> Improvised shooting position, sling wrapped around the tree, engaging target at ~800 yards.[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_269\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-269\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/new_precision_rifle-300x171.jpg\" alt=\"\" width=\"550\" height=\"313\" /> Working yard lines with a hybrid carbine[/caption]\n\n&nbsp;\n<h3><strong>Jedi Modern Minute Man (JMMM):  </strong></h3>\n<ul>\n 	<li>Be able to navigate/ walk 40-60 miles</li>\n 	<li>Carry 40-60lbs</li>\n 	<li>Shoot out past a mile</li>\n 	<li>Make your own ammunition</li>\n 	<li>HF comms ability</li>\n 	<li>Ability to work/ travel/ live in the winter in the mountains</li>\n</ul>\n&nbsp;\n\n[caption id=\"attachment_1135\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-1135\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/20180131_120413-2-1024x768.jpg\" alt=\"\" width=\"550\" height=\"413\" /> Snowmobile supported kneeling, shooting BC steel around 500 yards with a Recce rifle.[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_1141\" align=\"aligncenter\" width=\"400\"]<img class=\"wp-image-1141\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_3214-3-768x1024.jpg\" alt=\"\" width=\"400\" height=\"533\" /> Medium ruck day (50 lbs) running a BPT Outback chest holster to ensure a fast draw stroke while wearing a ruck waistband.[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_1145\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-1145\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_4588-1024x768.jpg\" alt=\"\" width=\"550\" height=\"413\" /> Amtac Shooting Fall Course 2018. Guys working land nav and field shooting positions. Terrain was challenging.[/caption]\n\nWhere do you fall out in these standards?  Where do you want to fall out? None of these standards are easy and none of the standards once achieved do not require continued training to maintain.  Regardless of if you are just starting this journey and want to achieve the RAC standard or if you have been doing this for years and have your sights set on the JMMM standard the only way you will get there is by deliberate intensive training.  More to follow on training and gear as it relates to the MMM concept.\n\n[caption id=\"attachment_1146\" align=\"aligncenter\" width=\"1024\"]<img class=\"wp-image-1146 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_4597-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /> Amtac Shooting Fall Course 2018. Improvised shooting positions, men honing modern minute man skills.[/caption]\n\n&nbsp;\n<h3>Upcoming Courses</h3>\n[add_eventon_list number_of_months=\"12\" event_count=\"3\" hide_past=\"yes\" event_type=\"19,26\" hide_empty_months=\"yes\" show_year=\"yes\" ]\n\n&nbsp;','The Modern Minute Man and Other Standards','','publish','open','open','','the-modern-minute-man-and-other-standards','','','2024-12-31 18:36:59','2024-12-31 18:36:59','',0,'https://www.amtacshooting.com/?p=1125',0,'post','',1),
(1130,5,'2018-10-11 18:55:09','2018-10-11 18:55:09','','IMG-4044','','inherit','open','closed','','img-4044','','','2018-10-11 18:55:09','2018-10-11 18:55:09','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044.jpg',0,'attachment','image/jpeg',0),
(1131,1,'2018-10-11 18:55:09','2018-10-11 18:55:09','','IMG-4044','','inherit','open','closed','','img-4044-2','','','2018-10-11 18:55:09','2018-10-11 18:55:09','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg',0,'attachment','image/jpeg',0),
(1132,5,'2018-10-11 19:08:42','2018-10-11 19:08:42','','IMG-4222','','inherit','open','closed','','img-4222','','','2018-10-11 19:08:42','2018-10-11 19:08:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG-4222.jpg',0,'attachment','image/jpeg',0),
(1133,1,'2018-10-11 19:08:42','2018-10-11 19:08:42','','IMG-4222','','inherit','open','closed','','img-4222-2','','','2018-10-11 19:08:42','2018-10-11 19:08:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG-4222-1.jpg',0,'attachment','image/jpeg',0),
(1134,3,'2018-10-11 20:45:55','2018-10-11 20:45:55','','20180131_120245 2','','inherit','open','closed','','20180131_120245-2','','','2018-10-11 20:45:55','2018-10-11 20:45:55','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/20180131_120245-2.jpg',0,'attachment','image/jpeg',0),
(1135,1,'2018-10-11 20:45:55','2018-10-11 20:45:55','','20180131_120245 2','','inherit','open','closed','','20180131_120245-2-2','','','2018-10-11 20:45:55','2018-10-11 20:45:55','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/20180131_120245-2-1.jpg',0,'attachment','image/jpeg',0),
(1136,3,'2018-10-11 20:46:05','2018-10-11 20:46:05','','20180131_120413 2','','inherit','open','closed','','20180131_120413-2','','','2018-10-11 20:46:05','2018-10-11 20:46:05','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/20180131_120413-2.jpg',0,'attachment','image/jpeg',0),
(1137,1,'2018-10-11 20:46:05','2018-10-11 20:46:05','','20180131_120413 2','','inherit','open','closed','','20180131_120413-2-2','','','2018-10-11 20:46:05','2018-10-11 20:46:05','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/20180131_120413-2-1.jpg',0,'attachment','image/jpeg',0),
(1138,3,'2018-10-11 20:46:13','2018-10-11 20:46:13','','20180217_145312','','inherit','open','closed','','20180217_145312','','','2018-10-11 20:46:13','2018-10-11 20:46:13','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/20180217_145312.jpg',0,'attachment','image/jpeg',0),
(1139,1,'2018-10-11 20:46:13','2018-10-11 20:46:13','','20180217_145312','','inherit','open','closed','','20180217_145312-2','','','2018-10-11 20:46:13','2018-10-11 20:46:13','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/20180217_145312-1.jpg',0,'attachment','image/jpeg',0),
(1140,3,'2018-10-11 20:46:32','2018-10-11 20:46:32','','20180217_145319','','inherit','open','closed','','20180217_145319','','','2018-10-11 20:46:32','2018-10-11 20:46:32','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/20180217_145319.jpg',0,'attachment','image/jpeg',0),
(1141,1,'2018-10-11 20:46:32','2018-10-11 20:46:32','','20180217_145319','','inherit','open','closed','','20180217_145319-2','','','2018-10-11 20:46:32','2018-10-11 20:46:32','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/20180217_145319-1.jpg',0,'attachment','image/jpeg',0),
(1142,3,'2018-10-11 20:47:08','2018-10-11 20:47:08','','20180217_145332','','inherit','open','closed','','20180217_145332','','','2018-10-11 20:47:08','2018-10-11 20:47:08','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/20180217_145332.jpg',0,'attachment','image/jpeg',0),
(1143,1,'2018-10-11 20:47:08','2018-10-11 20:47:08','','20180217_145332','','inherit','open','closed','','20180217_145332-2','','','2018-10-11 20:47:08','2018-10-11 20:47:08','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/20180217_145332-1.jpg',0,'attachment','image/jpeg',0),
(1144,3,'2018-10-11 20:47:25','2018-10-11 20:47:25','','backpack','','inherit','open','closed','','img_3214-2','','','2025-01-07 23:09:27','2025-01-07 23:09:27','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_3214-2.jpg',0,'attachment','image/jpeg',0),
(1145,1,'2018-10-11 20:47:25','2018-10-11 20:47:25','','backpack','','inherit','open','closed','','img_3214-2-2','','','2025-01-07 23:09:30','2025-01-07 23:09:30','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_3214-2-1.jpg',0,'attachment','image/jpeg',0),
(1146,3,'2018-10-11 20:48:22','2018-10-11 20:48:22','','backpack','','inherit','open','closed','','img_3691','','','2025-01-07 23:09:38','2025-01-07 23:09:38','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_3691.jpg',0,'attachment','image/jpeg',0),
(1147,1,'2018-10-11 20:48:22','2018-10-11 20:48:22','','backpack','','inherit','open','closed','','img_3691-2','','','2025-01-07 23:09:46','2025-01-07 23:09:46','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_3691-1.jpg',0,'attachment','image/jpeg',0),
(1148,3,'2018-10-11 20:51:57','2018-10-11 20:51:57','','backpack','','inherit','open','closed','','img_3214-3','','','2025-01-07 23:09:33','2025-01-07 23:09:33','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_3214-3.jpg',0,'attachment','image/jpeg',0),
(1149,1,'2018-10-11 20:51:57','2018-10-11 20:51:57','','backpack','','inherit','open','closed','','img_3214-3-2','','','2025-01-07 23:09:36','2025-01-07 23:09:36','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_3214-3-1.jpg',0,'attachment','image/jpeg',0),
(1150,3,'2018-10-11 20:52:11','2018-10-11 20:52:11','','IMG_3691 2','','inherit','open','closed','','img_3691-2-2','','','2018-10-11 20:52:11','2018-10-11 20:52:11','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_3691-2.jpg',0,'attachment','image/jpeg',0),
(1151,1,'2018-10-11 20:52:11','2018-10-11 20:52:11','','IMG_3691 2','','inherit','open','closed','','img_3691-2-3','','','2018-10-11 20:52:11','2018-10-11 20:52:11','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_3691-2-1.jpg',0,'attachment','image/jpeg',0),
(1152,3,'2018-10-11 20:52:19','2018-10-11 20:52:19','','IMG_4572','','inherit','open','closed','','img_4572','','','2018-10-11 20:52:19','2018-10-11 20:52:19','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4572.jpg',0,'attachment','image/jpeg',0),
(1153,1,'2018-10-11 20:52:19','2018-10-11 20:52:19','','IMG_4572','','inherit','open','closed','','img_4572-2','','','2018-10-11 20:52:19','2018-10-11 20:52:19','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4572-1.jpg',0,'attachment','image/jpeg',0),
(1154,3,'2018-10-11 20:52:28','2018-10-11 20:52:28','','IMG_4580','','inherit','open','closed','','img_4580','','','2018-10-11 20:52:28','2018-10-11 20:52:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4580.jpg',0,'attachment','image/jpeg',0),
(1155,1,'2018-10-11 20:52:28','2018-10-11 20:52:28','','IMG_4580','','inherit','open','closed','','img_4580-2','','','2018-10-11 20:52:28','2018-10-11 20:52:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4580-1.jpg',0,'attachment','image/jpeg',0),
(1156,3,'2018-10-11 20:52:59','2018-10-11 20:52:59','','IMG_4588','','inherit','open','closed','','img_4588','','','2018-10-11 20:52:59','2018-10-11 20:52:59','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4588.jpg',0,'attachment','image/jpeg',0),
(1157,1,'2018-10-11 20:52:59','2018-10-11 20:52:59','','IMG_4588','','inherit','open','closed','','img_4588-2','','','2018-10-11 20:52:59','2018-10-11 20:52:59','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4588-1.jpg',0,'attachment','image/jpeg',0),
(1158,3,'2018-10-11 20:53:42','2018-10-11 20:53:42','','IMG_4597','','inherit','open','closed','','img_4597','','','2018-10-11 20:53:42','2018-10-11 20:53:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4597.jpg',0,'attachment','image/jpeg',0),
(1159,1,'2018-10-11 20:53:42','2018-10-11 20:53:42','','IMG_4597','','inherit','open','closed','','img_4597-2','','','2018-10-11 20:53:42','2018-10-11 20:53:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4597-1.jpg',0,'attachment','image/jpeg',0),
(1160,3,'2018-10-11 20:53:51','2018-10-11 20:53:51','','IMG_4622','','inherit','open','closed','','img_4622','','','2018-10-11 20:53:51','2018-10-11 20:53:51','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4622.jpg',0,'attachment','image/jpeg',0),
(1161,1,'2018-10-11 20:53:51','2018-10-11 20:53:51','','IMG_4622','','inherit','open','closed','','img_4622-2','','','2018-10-11 20:53:51','2018-10-11 20:53:51','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4622-1.jpg',0,'attachment','image/jpeg',0),
(1162,3,'2018-10-11 20:53:56','2018-10-11 20:53:56','','IMG_4628','','inherit','open','closed','','img_4628','','','2018-10-11 20:53:56','2018-10-11 20:53:56','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4628.jpg',0,'attachment','image/jpeg',0),
(1163,1,'2018-10-11 20:53:56','2018-10-11 20:53:56','','IMG_4628','','inherit','open','closed','','img_4628-2','','','2018-10-11 20:53:56','2018-10-11 20:53:56','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4628-1.jpg',0,'attachment','image/jpeg',0),
(1164,3,'2018-10-11 21:24:57','2018-10-11 21:24:57','','IMG_4479','','inherit','open','closed','','img_4479','','','2018-10-11 21:24:57','2018-10-11 21:24:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4479.jpg',0,'attachment','image/jpeg',0),
(1165,1,'2018-10-11 21:24:57','2018-10-11 21:24:57','','IMG_4479','','inherit','open','closed','','img_4479-2','','','2018-10-11 21:24:57','2018-10-11 21:24:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4479-1.jpg',0,'attachment','image/jpeg',0),
(1166,3,'2018-10-11 21:25:05','2018-10-11 21:25:05','','IMG_4535','','inherit','open','closed','','img_4535','','','2018-10-11 21:25:05','2018-10-11 21:25:05','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4535.jpg',0,'attachment','image/jpeg',0),
(1167,1,'2018-10-11 21:25:05','2018-10-11 21:25:05','','IMG_4535','','inherit','open','closed','','img_4535-2','','','2018-10-11 21:25:05','2018-10-11 21:25:05','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4535-1.jpg',0,'attachment','image/jpeg',0),
(1168,3,'2018-10-11 21:25:11','2018-10-11 21:25:11','','IMG_4539','','inherit','open','closed','','img_4539','','','2018-10-11 21:25:11','2018-10-11 21:25:11','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4539.jpg',0,'attachment','image/jpeg',0),
(1169,1,'2018-10-11 21:25:11','2018-10-11 21:25:11','','IMG_4539','','inherit','open','closed','','img_4539-2','','','2018-10-11 21:25:11','2018-10-11 21:25:11','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4539-1.jpg',0,'attachment','image/jpeg',0),
(1170,3,'2018-10-11 21:25:20','2018-10-11 21:25:20','','IMG_4552','','inherit','open','closed','','img_4552','','','2018-10-11 21:25:20','2018-10-11 21:25:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4552.jpg',0,'attachment','image/jpeg',0),
(1171,1,'2018-10-11 21:25:20','2018-10-11 21:25:20','','IMG_4552','','inherit','open','closed','','img_4552-2','','','2018-10-11 21:25:20','2018-10-11 21:25:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4552-1.jpg',0,'attachment','image/jpeg',0),
(1172,3,'2018-10-11 21:29:42','2018-10-11 21:29:42','','IMG_3960','','inherit','open','closed','','img_3960','','','2018-10-11 21:29:42','2018-10-11 21:29:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_3960.jpg',0,'attachment','image/jpeg',0),
(1173,1,'2018-10-11 21:29:42','2018-10-11 21:29:42','','IMG_3960','','inherit','open','closed','','img_3960-2','','','2018-10-11 21:29:42','2018-10-11 21:29:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_3960-1.jpg',0,'attachment','image/jpeg',0),
(1174,3,'2018-10-11 21:29:45','2018-10-11 21:29:45','','IMG_4220','','inherit','open','closed','','img_4220','','','2018-10-11 21:29:45','2018-10-11 21:29:45','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4220.jpg',0,'attachment','image/jpeg',0),
(1175,1,'2018-10-11 21:29:45','2018-10-11 21:29:45','','IMG_4220','','inherit','open','closed','','img_4220-2','','','2018-10-11 21:29:45','2018-10-11 21:29:45','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4220-1.jpg',0,'attachment','image/jpeg',0),
(1176,3,'2018-10-11 21:29:49','2018-10-11 21:29:49','','IMG_4221','','inherit','open','closed','','img_4221','','','2018-10-11 21:29:49','2018-10-11 21:29:49','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4221.jpg',0,'attachment','image/jpeg',0),
(1177,1,'2018-10-11 21:29:49','2018-10-11 21:29:49','','IMG_4221','','inherit','open','closed','','img_4221-2','','','2018-10-11 21:29:49','2018-10-11 21:29:49','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4221-1.jpg',0,'attachment','image/jpeg',0),
(1178,1,'2018-10-11 21:29:53','2018-10-11 21:29:53','','IMG_4224','','inherit','open','closed','','img_4224','','','2018-10-11 21:29:53','2018-10-11 21:29:53','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4224.jpg',0,'attachment','image/jpeg',0),
(1179,3,'2018-10-11 21:29:53','2018-10-11 21:29:53','','IMG_4224','','inherit','open','closed','','img_4224-2','','','2018-10-11 21:29:53','2018-10-11 21:29:53','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_4224-1.jpg',0,'attachment','image/jpeg',0),
(1180,1,'2018-10-11 22:17:53','2018-10-11 22:17:53','Bill and Chainsaw Sniper Adventure Challenge 2018','Bill and Chainsaw Sniper Adventure Challenge 2018','','inherit','open','closed','','img-4044-2-2','','','2018-10-11 22:17:53','2018-10-11 22:17:53','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1-1.jpg',0,'attachment','image/jpeg',0),
(1181,3,'2018-10-11 22:17:53','2018-10-11 22:17:53','Bill and Chainsaw Sniper Adventure Challenge 2018','Bill and Chainsaw Sniper Adventure Challenge 2018','','inherit','open','closed','','img-4044-2-3','','','2018-10-11 22:17:53','2018-10-11 22:17:53','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1-2.jpg',0,'attachment','image/jpeg',0),
(1182,1,'2018-10-11 23:01:10','2018-10-11 23:01:10','','old school minuteman','','inherit','open','closed','','minuteman','','','2018-10-11 23:01:10','2018-10-11 23:01:10','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/minuteman.jpg',0,'attachment','image/jpeg',0),
(1183,3,'2018-10-11 23:01:10','2018-10-11 23:01:10','','old school minuteman','','inherit','open','closed','','minuteman-2','','','2018-10-11 23:01:10','2018-10-11 23:01:10','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/minuteman-1.jpg',0,'attachment','image/jpeg',0),
(1184,1,'2018-10-24 19:13:26','2018-10-24 19:13:26','','newsletter','','inherit','open','closed','','newsletter','','','2018-10-24 19:13:26','2018-10-24 19:13:26','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter.jpg',0,'attachment','image/jpeg',0),
(1185,3,'2018-10-24 19:13:26','2018-10-24 19:13:26','','newsletter','','inherit','open','closed','','newsletter-2','','','2018-10-24 19:13:26','2018-10-24 19:13:26','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg',0,'attachment','image/jpeg',0),
(1186,1,'2018-10-24 19:16:54','2018-10-24 19:16:54','','6X0C1105','','inherit','open','closed','','6x0c1105','','','2018-10-24 19:16:54','2018-10-24 19:16:54','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/6X0C1105.jpg',0,'attachment','image/jpeg',0),
(1187,3,'2018-10-24 19:16:54','2018-10-24 19:16:54','','6X0C1105','','inherit','open','closed','','6x0c1105-2','','','2018-10-24 19:16:54','2018-10-24 19:16:54','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/6X0C1105-1.jpg',0,'attachment','image/jpeg',0),
(1188,1,'2018-10-24 19:16:59','2018-10-24 19:16:59','','6X0C1113','','inherit','open','closed','','6x0c1113','','','2018-10-24 19:16:59','2018-10-24 19:16:59','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/6X0C1113.jpg',0,'attachment','image/jpeg',0),
(1189,3,'2018-10-24 19:16:59','2018-10-24 19:16:59','','6X0C1113','','inherit','open','closed','','6x0c1113-2','','','2018-10-24 19:16:59','2018-10-24 19:16:59','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/6X0C1113-1.jpg',0,'attachment','image/jpeg',0),
(1190,1,'2018-10-24 19:17:06','2018-10-24 19:17:06','','6X0C1165-Edit','','inherit','open','closed','','6x0c1165-edit','','','2018-10-24 19:17:06','2018-10-24 19:17:06','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/6X0C1165-Edit.jpg',0,'attachment','image/jpeg',0),
(1191,3,'2018-10-24 19:17:06','2018-10-24 19:17:06','','6X0C1165-Edit','','inherit','open','closed','','6x0c1165-edit-2','','','2018-10-24 19:17:06','2018-10-24 19:17:06','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/6X0C1165-Edit-1.jpg',0,'attachment','image/jpeg',0),
(1192,1,'2018-10-24 19:17:13','2018-10-24 19:17:13','','6X0C1176','','inherit','open','closed','','6x0c1176','','','2018-10-24 19:17:13','2018-10-24 19:17:13','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/6X0C1176.jpg',0,'attachment','image/jpeg',0),
(1193,3,'2018-10-24 19:17:13','2018-10-24 19:17:13','','6X0C1176','','inherit','open','closed','','6x0c1176-2','','','2018-10-24 19:17:13','2018-10-24 19:17:13','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/6X0C1176-1.jpg',0,'attachment','image/jpeg',0),
(1194,1,'2018-10-24 19:17:20','2018-10-24 19:17:20','','6X0C1181','','inherit','open','closed','','6x0c1181','','','2018-10-24 19:17:20','2018-10-24 19:17:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/6X0C1181.jpg',0,'attachment','image/jpeg',0),
(1195,3,'2018-10-24 19:17:20','2018-10-24 19:17:20','','6X0C1181','','inherit','open','closed','','6x0c1181-2','','','2018-10-24 19:17:20','2018-10-24 19:17:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/6X0C1181-1.jpg',0,'attachment','image/jpeg',0),
(1196,1,'2018-10-24 19:17:28','2018-10-24 19:17:28','','6X0C1242-Edit','','inherit','open','closed','','6x0c1242-edit','','','2018-10-24 19:17:28','2018-10-24 19:17:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/6X0C1242-Edit.jpg',0,'attachment','image/jpeg',0),
(1197,3,'2018-10-24 19:17:28','2018-10-24 19:17:28','','6X0C1242-Edit','','inherit','open','closed','','6x0c1242-edit-2','','','2018-10-24 19:17:28','2018-10-24 19:17:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/6X0C1242-Edit-1.jpg',0,'attachment','image/jpeg',0),
(1198,1,'2018-10-24 19:19:07','2018-10-24 19:19:07','','IMG_72730321','','inherit','open','closed','','img_72730321','','','2018-10-24 19:19:07','2018-10-24 19:19:07','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_72730321.jpg',0,'attachment','image/jpeg',0),
(1199,3,'2018-10-24 19:19:07','2018-10-24 19:19:07','','IMG_72730321','','inherit','open','closed','','img_72730321-2','','','2018-10-24 19:19:07','2018-10-24 19:19:07','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_72730321-1.jpg',0,'attachment','image/jpeg',0),
(1200,1,'2018-10-24 19:19:57','2018-10-24 19:19:57','','Carbine','','inherit','open','closed','','full-size-4-3','','','2018-10-24 19:19:57','2018-10-24 19:19:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/full-size-4.jpg',0,'attachment','image/jpeg',0),
(1201,3,'2018-10-24 19:19:57','2018-10-24 19:19:57','','Carbine','','inherit','open','closed','','full-size-4-3-2','','','2018-10-24 19:19:57','2018-10-24 19:19:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/full-size-4-1.jpg',0,'attachment','image/jpeg',0),
(1202,1,'2018-10-24 19:21:09','2018-10-24 19:21:09','','12316422_465776493628023_5159069073735849397_n','','inherit','open','closed','','12316422_465776493628023_5159069073735849397_n','','','2018-10-24 19:21:09','2018-10-24 19:21:09','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/12316422_465776493628023_5159069073735849397_n.jpg',0,'attachment','image/jpeg',0),
(1203,3,'2018-10-24 19:21:09','2018-10-24 19:21:09','','12316422_465776493628023_5159069073735849397_n','','inherit','open','closed','','12316422_465776493628023_5159069073735849397_n-2','','','2018-10-24 19:21:09','2018-10-24 19:21:09','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/12316422_465776493628023_5159069073735849397_n-1.jpg',0,'attachment','image/jpeg',0),
(1204,1,'2018-10-24 19:21:14','2018-10-24 19:21:14','','14222218_553769208162084_4270006112621452642_n','','inherit','open','closed','','14222218_553769208162084_4270006112621452642_n','','','2018-10-24 19:21:14','2018-10-24 19:21:14','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/14222218_553769208162084_4270006112621452642_n.jpg',0,'attachment','image/jpeg',0),
(1205,3,'2018-10-24 19:21:14','2018-10-24 19:21:14','','14222218_553769208162084_4270006112621452642_n','','inherit','open','closed','','14222218_553769208162084_4270006112621452642_n-2','','','2018-10-24 19:21:14','2018-10-24 19:21:14','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/14222218_553769208162084_4270006112621452642_n-1.jpg',0,'attachment','image/jpeg',0),
(1206,1,'2018-10-24 19:21:31','2018-10-24 19:21:31','','IMG_2758','','inherit','open','closed','','img_2758','','','2018-10-24 19:21:31','2018-10-24 19:21:31','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_2758.jpg',0,'attachment','image/jpeg',0),
(1207,3,'2018-10-24 19:21:31','2018-10-24 19:21:31','','IMG_2758','','inherit','open','closed','','img_2758-2','','','2018-10-24 19:21:31','2018-10-24 19:21:31','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG_2758-1.jpg',0,'attachment','image/jpeg',0),
(1208,1,'2018-10-24 19:23:53','2018-10-24 19:23:53','','full size 2','','inherit','open','closed','','full-size-2','','','2018-10-24 19:23:53','2018-10-24 19:23:53','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/full-size-2.jpg',0,'attachment','image/jpeg',0),
(1209,3,'2018-10-24 19:23:53','2018-10-24 19:23:53','','full size 2','','inherit','open','closed','','full-size-2-2','','','2018-10-24 19:23:53','2018-10-24 19:23:53','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/full-size-2-1.jpg',0,'attachment','image/jpeg',0),
(1210,1,'2018-10-24 22:07:04','2018-10-24 22:07:04','','img_94390340','','inherit','open','closed','','img_94390340','','','2018-10-24 22:07:04','2018-10-24 22:07:04','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/img_94390340.jpg',0,'attachment','image/jpeg',0),
(1211,3,'2018-10-24 22:07:04','2018-10-24 22:07:04','','img_94390340','','inherit','open','closed','','img_94390340-2','','','2018-10-24 22:07:04','2018-10-24 22:07:04','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/img_94390340-1.jpg',0,'attachment','image/jpeg',0),
(1212,1,'2018-11-24 21:36:25','2018-11-24 21:36:25','','low light bk 2','','inherit','open','closed','','low-light-bk-2','','','2018-11-24 21:36:25','2018-11-24 21:36:25','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/09/low-light-bk-2.jpg',0,'attachment','image/jpeg',0),
(1213,3,'2018-11-24 21:36:25','2018-11-24 21:36:25','','low light bk 2','','inherit','open','closed','','low-light-bk-2-2','','','2018-11-24 21:36:25','2018-11-24 21:36:25','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/09/low-light-bk-2-1.jpg',0,'attachment','image/jpeg',0),
(1217,1,'2018-12-08 00:42:51','2018-12-08 00:42:51','','AMTAC BLADES NORTHMAN','','inherit','open','closed','','amtac_northman','','','2018-12-08 00:42:51','2018-12-08 00:42:51','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/AMTAC_NORTHMAN.jpg',0,'attachment','image/jpeg',0),
(1218,3,'2018-12-08 00:42:51','2018-12-08 00:42:51','','AMTAC BLADES NORTHMAN','','inherit','open','closed','','amtac_northman-2','','','2018-12-08 00:42:51','2018-12-08 00:42:51','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/AMTAC_NORTHMAN-1.jpg',0,'attachment','image/jpeg',0),
(1219,1,'2018-12-08 01:02:03','2018-12-08 01:02:03','','amtac blades side menu','','inherit','open','closed','','amtac-blades-side-menu','','','2018-12-08 01:02:03','2018-12-08 01:02:03','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/amtac-blades-side-menu.png',0,'attachment','image/png',0),
(1220,3,'2018-12-08 01:02:03','2018-12-08 01:02:03','','amtac blades side menu','','inherit','open','closed','','amtac-blades-side-menu-2','','','2018-12-08 01:02:03','2018-12-08 01:02:03','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/amtac-blades-side-menu-1.png',0,'attachment','image/png',0),
(1221,1,'2018-12-08 01:07:12','2018-12-08 01:07:12','','amtac blades logo','','inherit','open','closed','','amtac-blades-logo','','','2018-12-08 01:07:12','2018-12-08 01:07:12','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/amtac-blades-logo.png',0,'attachment','image/png',0),
(1222,3,'2018-12-08 01:07:12','2018-12-08 01:07:12','','amtac blades logo','','inherit','open','closed','','amtac-blades-logo-2','','','2018-12-08 01:07:12','2018-12-08 01:07:12','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/amtac-blades-logo-1.png',0,'attachment','image/png',0),
(1223,1,'2018-12-08 01:09:24','2018-12-08 01:09:24','','amtac blades logo','','inherit','open','closed','','amtac-blades-logo-2-2','','','2018-12-08 01:09:24','2018-12-08 01:09:24','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/amtac-blades-logo-1-1.png',0,'attachment','image/png',0),
(1224,3,'2018-12-08 01:09:24','2018-12-08 01:09:24','','amtac blades logo','','inherit','open','closed','','amtac-blades-logo-2-3','','','2018-12-08 01:09:24','2018-12-08 01:09:24','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/amtac-blades-logo-1-2.png',0,'attachment','image/png',0),
(1225,1,'2018-12-08 01:18:02','2018-12-08 01:18:02','','amtac blades side image','','inherit','open','closed','','amtac-blades-side-image','','','2018-12-08 01:18:02','2018-12-08 01:18:02','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/amtac-blades-side-image.jpg',0,'attachment','image/jpeg',0),
(1226,3,'2018-12-08 01:18:02','2018-12-08 01:18:02','','amtac blades side image','','inherit','open','closed','','amtac-blades-side-image-2','','','2018-12-08 01:18:02','2018-12-08 01:18:02','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/amtac-blades-side-image-1.jpg',0,'attachment','image/jpeg',0),
(1228,1,'2018-12-15 19:56:11','2018-12-15 19:56:11','','IMG_4394','','inherit','open','closed','','img_4394','','','2018-12-15 19:56:11','2018-12-15 19:56:11','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_4394-e1544903948691.jpg',0,'attachment','image/jpeg',0),
(1229,3,'2018-12-15 19:56:11','2018-12-15 19:56:11','','IMG_4394','','inherit','open','closed','','img_4394-2','','','2018-12-15 19:56:11','2018-12-15 19:56:11','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_4394-e1544903948691-1.jpg',0,'attachment','image/jpeg',0),
(1230,1,'2018-12-15 20:07:06','2018-12-15 20:07:06','','IMG_3931','','inherit','open','closed','','img_3931','','','2018-12-15 20:07:06','2018-12-15 20:07:06','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_3931.jpg',0,'attachment','image/jpeg',0),
(1231,3,'2018-12-15 20:07:06','2018-12-15 20:07:06','','IMG_3931','','inherit','open','closed','','img_3931-2','','','2018-12-15 20:07:06','2018-12-15 20:07:06','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_3931-1.jpg',0,'attachment','image/jpeg',0),
(1232,1,'2018-12-15 20:17:55','2018-12-15 20:17:55','','IMG_3998','','inherit','open','closed','','img_3998','','','2018-12-15 20:17:55','2018-12-15 20:17:55','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_3998.jpg',0,'attachment','image/jpeg',0),
(1233,3,'2018-12-15 20:17:55','2018-12-15 20:17:55','','IMG_3998','','inherit','open','closed','','img_3998-2','','','2018-12-15 20:17:55','2018-12-15 20:17:55','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_3998-1.jpg',0,'attachment','image/jpeg',0),
(1234,1,'2018-12-15 20:37:32','2018-12-15 20:37:32','','IMG_068643398165-1','','inherit','open','closed','','img_068643398165-1','','','2018-12-15 20:37:32','2018-12-15 20:37:32','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_068643398165-1.jpeg',0,'attachment','image/jpeg',0),
(1235,3,'2018-12-15 20:37:32','2018-12-15 20:37:32','','IMG_068643398165-1','','inherit','open','closed','','img_068643398165-1-2','','','2018-12-15 20:37:32','2018-12-15 20:37:32','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_068643398165-1-1.jpeg',0,'attachment','image/jpeg',0),
(1236,1,'2018-12-15 20:46:25','2018-12-15 20:46:25','','stopwatch-153398_1280','','inherit','open','closed','','stopwatch-153398_1280','','','2018-12-15 20:46:25','2018-12-15 20:46:25','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/stopwatch-153398_1280.png',0,'attachment','image/png',0),
(1237,3,'2018-12-15 20:46:25','2018-12-15 20:46:25','','stopwatch-153398_1280','','inherit','open','closed','','stopwatch-153398_1280-2','','','2018-12-15 20:46:25','2018-12-15 20:46:25','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/stopwatch-153398_1280-1.png',0,'attachment','image/png',0),
(1239,1,'2018-12-16 00:34:47','2018-12-16 00:34:47','','Coliseum','','inherit','open','closed','','coliseum','','','2018-12-16 00:34:47','2018-12-16 00:34:47','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/Coliseum.jpg',0,'attachment','image/jpeg',0),
(1240,3,'2018-12-16 00:34:47','2018-12-16 00:34:47','','Coliseum','','inherit','open','closed','','coliseum-2','','','2018-12-16 00:34:47','2018-12-16 00:34:47','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/Coliseum-1.jpg',0,'attachment','image/jpeg',0),
(1256,1,'2018-12-16 01:25:38','2018-12-16 01:25:38','','img_86900331 2','','inherit','open','closed','','img_86900331-2','','','2018-12-16 01:25:38','2018-12-16 01:25:38','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/img_86900331-2.jpg',0,'attachment','image/jpeg',0),
(1257,3,'2018-12-16 01:25:38','2018-12-16 01:25:38','','img_86900331 2','','inherit','open','closed','','img_86900331-2-2','','','2018-12-16 01:25:38','2018-12-16 01:25:38','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/img_86900331-2-1.jpg',0,'attachment','image/jpeg',0),
(1258,1,'2018-12-16 01:28:40','2018-12-16 01:28:40','','IMG_5164','','inherit','open','closed','','img_5164','','','2018-12-16 01:28:40','2018-12-16 01:28:40','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_5164.jpg',0,'attachment','image/jpeg',0),
(1259,3,'2018-12-16 01:28:40','2018-12-16 01:28:40','','IMG_5164','','inherit','open','closed','','img_5164-2','','','2018-12-16 01:28:40','2018-12-16 01:28:40','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_5164-1.jpg',0,'attachment','image/jpeg',0),
(1260,1,'2018-12-16 01:38:46','2018-12-16 01:38:46','','standards','','inherit','open','closed','','img_3930','','','2018-12-16 01:38:46','2018-12-16 01:38:46','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_3930.jpg',0,'attachment','image/jpeg',0),
(1261,3,'2018-12-16 01:38:46','2018-12-16 01:38:46','','standards','','inherit','open','closed','','img_3930-2','','','2018-12-16 01:38:46','2018-12-16 01:38:46','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_3930-1.jpg',0,'attachment','image/jpeg',0),
(1262,1,'2018-12-16 01:39:54','2018-12-16 01:39:54','','watch','','inherit','open','closed','','watch','','','2018-12-16 01:39:54','2018-12-16 01:39:54','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/watch-e1544924690325.png',0,'attachment','image/png',0),
(1263,3,'2018-12-16 01:39:54','2018-12-16 01:39:54','','watch','','inherit','open','closed','','watch-2','','','2018-12-16 01:39:54','2018-12-16 01:39:54','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/watch-e1544924690325-1.png',0,'attachment','image/png',0),
(1265,1,'2018-12-16 02:15:58','2018-12-16 02:15:58','','IMG_3998','','inherit','open','closed','','img_3998-2-2','','','2018-12-16 02:15:58','2018-12-16 02:15:58','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_3998-1-1.jpg',0,'attachment','image/jpeg',0),
(1266,3,'2018-12-16 02:15:58','2018-12-16 02:15:58','','IMG_3998','','inherit','open','closed','','img_3998-2-3','','','2018-12-16 02:15:58','2018-12-16 02:15:58','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_3998-1-2.jpg',0,'attachment','image/jpeg',0),
(1267,3,'2018-12-16 02:22:02','2018-12-16 02:22:02','','IMG_4573','','inherit','open','closed','','img_4573','','','2018-12-16 02:22:02','2018-12-16 02:22:02','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_4573.jpg',0,'attachment','image/jpeg',0),
(1268,1,'2018-12-16 02:22:02','2018-12-16 02:22:02','','IMG_4573','','inherit','open','closed','','img_4573-2','','','2018-12-16 02:22:02','2018-12-16 02:22:02','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_4573.jpg',0,'attachment','image/jpeg',0),
(1269,3,'2018-12-16 02:23:35','2018-12-16 02:23:35','','IMG_4572 2','','inherit','open','closed','','img_4572-2-2','','','2018-12-16 02:23:35','2018-12-16 02:23:35','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_4572-2.jpg',0,'attachment','image/jpeg',0),
(1270,1,'2018-12-16 02:23:35','2018-12-16 02:23:35','','IMG_4572 2','','inherit','open','closed','','img_4572-2-3','','','2018-12-16 02:23:35','2018-12-16 02:23:35','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_4572-2-1.jpg',0,'attachment','image/jpeg',0),
(1280,3,'2018-12-16 04:31:19','2018-12-16 04:31:19','','Modern Minute Man','','inherit','open','closed','','img_4597-3','','','2018-12-16 04:31:19','2018-12-16 04:31:19','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_4597-3.jpg',0,'attachment','image/jpeg',0),
(1281,1,'2018-12-16 04:31:19','2018-12-16 04:31:19','','Modern Minute Man','','inherit','open','closed','','img_4597-3-2','','','2018-12-16 04:31:19','2018-12-16 04:31:19','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_4597-3-1.jpg',0,'attachment','image/jpeg',0),
(1282,3,'2018-12-16 04:44:00','2018-12-16 04:44:00','','Rapier_Womans_Class 18','','inherit','open','closed','','rapier_womans_class-18','','','2018-12-16 04:44:00','2018-12-16 04:44:00','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/Rapier_Womans_Class-18.jpg',0,'attachment','image/jpeg',0),
(1283,1,'2018-12-16 04:44:00','2018-12-16 04:44:00','','Rapier_Womans_Class 18','','inherit','open','closed','','rapier_womans_class-18-2','','','2018-12-16 04:44:00','2018-12-16 04:44:00','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/Rapier_Womans_Class-18-1.jpg',0,'attachment','image/jpeg',0),
(1284,3,'2018-12-16 04:49:26','2018-12-16 04:49:26','','Rapier_Womans_Class 18','','inherit','open','closed','','rapier_womans_class-18-2-2','','','2018-12-16 04:49:26','2018-12-16 04:49:26','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/Rapier_Womans_Class-18-1-1.jpg',0,'attachment','image/jpeg',0),
(1285,1,'2018-12-16 04:49:26','2018-12-16 04:49:26','','Rapier_Womans_Class 18','','inherit','open','closed','','rapier_womans_class-18-2-3','','','2018-12-16 04:49:26','2018-12-16 04:49:26','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/Rapier_Womans_Class-18-1-2.jpg',0,'attachment','image/jpeg',0),
(1286,1,'2018-12-16 04:51:24','2018-12-16 04:51:24','','Rapier_Womans_Class 18','','inherit','open','closed','','rapier_womans_class-18-3','','','2018-12-16 04:51:24','2018-12-16 04:51:24','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/Rapier_Womans_Class-18-2.jpg',0,'attachment','image/jpeg',0),
(1287,3,'2018-12-16 04:51:24','2018-12-16 04:51:24','','Rapier_Womans_Class 18','','inherit','open','closed','','rapier_womans_class-18-3-2','','','2018-12-16 04:51:24','2018-12-16 04:51:24','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/Rapier_Womans_Class-18-2-1.jpg',0,'attachment','image/jpeg',0),
(1293,1,'2019-04-24 17:03:46','2019-04-24 17:03:46','<p><img class=\"aligncenter wp-image-1310 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></p>\n<p>I received an email last month.  The guy emailing me wanted to know if I was going to be doing any \"Advanced Pistol\" courses in the local area this year. He was not interested in the \"fighting or knife stuff\".</p>\n<p>Because he was asking for an \"Advanced Pistol\" course it probably means he has a baseline pistol capability, but when he says he is not into the \"fighting or knife stuff\", he is showing that is exactly what he should be focusing on.</p>\n<p>Unfortunately within the community of guys that train there are still too many guys clinging to the \"I don\'t need to know how to fight because I carry a .45\" mentality.</p>\n<p>A lot of  guys training want to get incrementally better at something they are already pretty good at.</p>\n<p>They want to spend two days on the range, run through some drills, maybe shave a few hundredths of a second off of their split times or clean that combat reload up a little.</p>\n<p>In other words they want to stay in their comfort zones!</p>\n[caption id=\"attachment_1302\" align=\"alignnone\" width=\"1024\"]<img class=\"wp-image-1302 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/IMG_92510336-1024x1024.jpg\" alt=\"\" width=\"1024\" height=\"1024\" /> Controlling the hands and using the first available tool[/caption]\n<p>All this got me thinking.  What are the most important things when it comes to pistol/combatives?</p>\n<p>I am not talking about what are the most important things to win your next USPSA match.  I am talking about what are the things you want your wife, daughter or son to know if or when the moment comes and they are in a life threatening situation.</p>\n<p>What are the things that <strong>you need to know to keep your loved ones alive? </strong></p>\n<h2>Most Important Skills to Train</h2>\n<h3><strong>1. Increased situational awareness</strong></h3>\n<p>This is the number one thing that keeps us alive.  Without situational awareness you don\'t survive the drive home, let alone a violent confrontation.</p>\n<h3><strong>2. Mindset</strong></h3>\n<p>You could be a combination of the best pistol smith and the best fighter on the planet, but if you have not thought through when you are willing to \"go to guns\" or why you would \"go to guns\" you are setting yourself up for failure.</p>\n<h3><strong>3. 100% Safety with your tools</strong></h3>\n<p>The odds of you using your pistol to protect yourself and your family are very low, but if you decide you are going to be a Responsible Armed Citizen and carry a pistol at all times, you will be handling your tools at least twice a day.  If you cannot do this in a manner that is 100% safe you are actually working against your stated goal of protecting your family.</p>\n<h3><strong>4. One handed draw from concealment </strong></h3>\n<p>Being able to clear your cover garment with one hand allows you to push, pull, punch or hold something (your infant?) while you are drawing. Unless you are a uniformed police officer or active duty military, you should do all of your training from concealment.</p>\n<p>When the moment comes to protect yourself and your family you will not have time to grab your battle belt.   You will have what you carry day in and day out. So carry what you train with, train with what you carry and keep it concealed. <strong>Speed, surprise and violence of action are what win</strong> fights, so don\'t give up surprise by not concealing your pistol.</p>\n<h3><strong>5. Blade deployment and targeting ability  </strong></h3>\n<p>Hands down the most effective way to counter gun grabs is to have an understanding of other strong hand blade deployment and targeting.  When someone is trying to grab your pistol from your holster, having the ability to anchor your pistol in place with your strong side forearm while simultaneously drawing a blade with your other strong hand will dramatically increase your odds of winning.</p>\n<p>Within stand up grappling range, it is an order of magnitude harder to beat a guy that can produce a lethal weapon with either hand. Seek out <a href=\"https://sayoc.com\">Sayoc Kali</a> or <a href=\"https://atienzakali.com\">Atienza Kali</a> instructors and train.</p>\n<h3><strong>6. Basic combative ability</strong></h3>\n<p>You should train for a basic combative ability. This means the ability to take a punch, throw a punch, throw headbutts, use your knees and elbows, do takedown defense, have a basic stand up grappling ability and be able to get up off the ground under pressure. </p>\n<p>The more you train the more confident you become, the more confident you are the more likely you are to be able to end a confrontation without using tools. You are also less likely to be targeted in the first place because criminals are looking for easy targets. Go train in <strong>boxing, Thai boxing, wrestling, Jiu-Jitsu, and <a href=\"https://sayoc.com\">Sayoc</a> or <a href=\"https://atienzakali.com\">Atienza Kali</a></strong>.</p>\n<h3><strong>7. Combative weapons retention shooting</strong></h3>\n<p>Learn to shoot from the \"spear elbow\" or  \"cape\" positions.   Learn to do work with your other strong hand during your pistol draw. Remember that when you are weapons retention shooting, you are fighting, otherwise you would shoot at full extension!</p>\n<p>If you shoot from the classic is rock back position and your pistol says no for whatever reason, you are not in a good position to fight from. If you are shooting from the spear elbow or cape position and the gun says no you are already in the fight and you can smoothly transition to blade/ slide strikes, or headbutts, knees and elbows as appropriate.</p>\n[caption id=\"attachment_1154\" align=\"aligncenter\" width=\"1024\"]<img class=\"wp-image-1154 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_3960-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> Spear elbow weapons retention shooting position[/caption]\n<h3><strong>8. Concealed \"slow draw\"</strong></h3>\n<p>A concealed \"slow draw\" is getting a weapon into your hand without everyone knowing it.  You may need to blade your body during the draw or shield part of your body from your threat.</p>\n<p>Regardless of what you have to do to get the gun in hand, it should look casual until the gun is in hand and it is time to go. Just remember that the slow draw is like a magic trick, it only works from a certain angle so make sure you are aware of all of your surroundings.</p>\n[caption id=\"attachment_1303\" align=\"alignnone\" width=\"1024\"]<img class=\"wp-image-1303 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/IMG_65610316-1024x657.jpg\" alt=\"\" width=\"1024\" height=\"657\" /> Bladed away from the target executing a \"slow draw\" with a deception, this drawstroke is obvious to everyone except for the target.[/caption]\n<h3><strong>9. Understanding lateral movement under pressure</strong></h3>\n<p>Contrary to what has been taught for the last couple of decades in law enforcement, running straight backwards when confronted with a threat is almost never as good as moving laterally. </p>\n<p>When you run straight backwards the enemy does not have to change their plan at all, regardless of whether they are targeting you with a knife, gun or impact weapon.  The moment you take your first step offline from your threat you begin to disrupt their <a href=\"https://en.wikipedia.org/wiki/OODA_loop\">OODA</a> loop. To put it in to <a href=\"https://sayoc.com\">Sayoc</a> <a href=\"https://atienzakali.com\">Kali</a> terms, you become the \"feeder\" because you are forcing the enemy to change his plans based on what you are doing.</p>\n<p> </p>\n<p><img class=\"aligncenter wp-image-1320 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/Charger-1-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" /></p>\n<p><img class=\"aligncenter wp-image-1318 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/Charger-3-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" /></p>\n[caption id=\"attachment_1319\" align=\"aligncenter\" width=\"1024\"]<img class=\"wp-image-1319 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/Charger-4-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" /> Three picture series showing offline movement under pressure[/caption]\n<h3><strong>10. Solid pistol fundamentals</strong></h3>\n<p>In addition to the concealed one handed draw and combative weapons retention shooting, you should train for the following pistol fundamentals:</p>\n<ol>\n<li>Knowing your accuracy ability. The only thing worse than losing a loved one would be to lose them because you think you can shoot better than you actually can. <strong>Know your ability</strong>.</li>\n<li>Accuracy/ speed accuracy</li>\n<li>Strong hand only shooting</li>\n<li>Correct malfunction procedures with a strong hand only focus</li>\n<li>Combat reloads</li>\n<li>Tactical reloads</li>\n<li>Fast follow up shots</li>\n<li>Indexed shooting: weapons retentions shooting, backplating (thanks KD4)</li>\n<li>Other strong hand only shooting</li>\n<li>Natural point of aim</li>\n<li>Shooting and moving</li>\n</ol>\n<h2>Get out and train!</h2>\n<p>You train so that you become more capable. Do training that gets you outside of comfort zone. Do training that is game changing. Identify what your deficiencies are and make a plan to correct them. Be on a continuous quest to make yourself more capable and more dangerous.</p>\n<p>Now get out and train!</p>\n<p> </p>\n<p>Upcoming courses</p>\n\n<!-- wp:shortcode -->\n[add_eventon_list number_of_months=\"5\" hide_past=\"yes\"  hide_empty_months=\"yes\" ]\n<!-- /wp:shortcode -->','What Is Most Important In Training?','A lot of  guys training want to get incrementally better at something they are already pretty good at.They want to spend two days on the range, run through some drills, maybe shave a few hundredths of a second off of their split times or clean that combat reload up a little.In other words they want to stay in their comfort zones!','publish','open','open','','what-is-most-important-in-training','','','2024-12-31 18:36:59','2024-12-31 18:36:59','',0,'https://www.amtacshooting.com/?p=1293',0,'post','',0),
(1297,1,'2019-03-12 20:42:53','2019-03-12 20:42:53','','IMG_66280319','','inherit','open','closed','','img_66280319','','','2019-03-12 20:42:53','2019-03-12 20:42:53','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/IMG_66280319.jpg',0,'attachment','image/jpeg',0),
(1298,5,'2019-03-12 20:42:53','2019-03-12 20:42:53','','IMG_66280319','','inherit','open','closed','','img_66280319-2','','','2019-03-12 20:42:53','2019-03-12 20:42:53','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/IMG_66280319-1.jpg',0,'attachment','image/jpeg',0),
(1299,1,'2019-03-12 20:43:37','2019-03-12 20:43:37','','IMG_72730321','','inherit','open','closed','','img_72730321-2-2','','','2019-03-12 20:43:37','2019-03-12 20:43:37','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/IMG_72730321.jpg',0,'attachment','image/jpeg',0),
(1300,5,'2019-03-12 20:43:37','2019-03-12 20:43:37','','IMG_72730321','','inherit','open','closed','','img_72730321-2-3','','','2019-03-12 20:43:37','2019-03-12 20:43:37','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/IMG_72730321-1.jpg',0,'attachment','image/jpeg',0),
(1301,1,'2019-03-12 20:44:25','2019-03-12 20:44:25','','IMG_77140324','','inherit','open','closed','','img_77140324','','','2019-03-12 20:44:25','2019-03-12 20:44:25','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/IMG_77140324.jpg',0,'attachment','image/jpeg',0),
(1302,5,'2019-03-12 20:44:25','2019-03-12 20:44:25','','IMG_77140324','','inherit','open','closed','','img_77140324-2','','','2019-03-12 20:44:25','2019-03-12 20:44:25','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/IMG_77140324-1.jpg',0,'attachment','image/jpeg',0),
(1303,1,'2019-03-12 20:44:56','2019-03-12 20:44:56','','IMG_82330328','','inherit','open','closed','','img_82330328','','','2019-03-12 20:44:56','2019-03-12 20:44:56','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/IMG_82330328.jpg',0,'attachment','image/jpeg',0),
(1304,5,'2019-03-12 20:44:56','2019-03-12 20:44:56','','IMG_82330328','','inherit','open','closed','','img_82330328-2','','','2019-03-12 20:44:56','2019-03-12 20:44:56','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/IMG_82330328-1.jpg',0,'attachment','image/jpeg',0),
(1305,5,'2019-03-12 20:45:43','2019-03-12 20:45:43','','Integrated Combatives','','inherit','open','closed','','img_86900331','','','2019-03-12 20:45:43','2019-03-12 20:45:43','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/IMG_86900331.jpg',0,'attachment','image/jpeg',0),
(1306,1,'2019-03-12 20:45:43','2019-03-12 20:45:43','','Integrated Combatives','','inherit','open','closed','','img_86900331-3','','','2019-03-12 20:45:43','2019-03-12 20:45:43','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/IMG_86900331-1.jpg',0,'attachment','image/jpeg',0),
(1307,5,'2019-03-12 20:46:27','2019-03-12 20:46:27','','IMG_92510336','','inherit','open','closed','','img_92510336','','','2019-03-12 20:46:27','2019-03-12 20:46:27','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/IMG_92510336.jpg',0,'attachment','image/jpeg',0),
(1308,1,'2019-03-12 20:46:27','2019-03-12 20:46:27','','IMG_92510336','','inherit','open','closed','','img_92510336-2','','','2019-03-12 20:46:27','2019-03-12 20:46:27','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/IMG_92510336-1.jpg',0,'attachment','image/jpeg',0),
(1309,5,'2019-03-12 20:48:54','2019-03-12 20:48:54','','IMG_65610316','','inherit','open','closed','','img_65610316','','','2019-03-12 20:48:54','2019-03-12 20:48:54','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/IMG_65610316.jpg',0,'attachment','image/jpeg',0),
(1310,1,'2019-03-12 20:48:54','2019-03-12 20:48:54','','IMG_65610316','','inherit','open','closed','','img_65610316-2','','','2019-03-12 20:48:54','2019-03-12 20:48:54','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/IMG_65610316-1.jpg',0,'attachment','image/jpeg',0),
(1311,5,'2019-03-12 20:51:28','2019-03-12 20:51:28','','6X0C1330','','inherit','open','closed','','6x0c1330','','','2019-03-12 20:51:28','2019-03-12 20:51:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/6X0C1330.jpg',0,'attachment','image/jpeg',0),
(1312,1,'2019-03-12 20:51:28','2019-03-12 20:51:28','','6X0C1330','','inherit','open','closed','','6x0c1330-2','','','2019-03-12 20:51:28','2019-03-12 20:51:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/6X0C1330-1.jpg',0,'attachment','image/jpeg',0),
(1313,5,'2019-03-12 20:51:46','2019-03-12 20:51:46','','6X0C1331','','inherit','open','closed','','6x0c1331','','','2019-03-12 20:51:46','2019-03-12 20:51:46','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/6X0C1331.jpg',0,'attachment','image/jpeg',0),
(1314,1,'2019-03-12 20:51:46','2019-03-12 20:51:46','','6X0C1331','','inherit','open','closed','','6x0c1331-2','','','2019-03-12 20:51:46','2019-03-12 20:51:46','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/6X0C1331-1.jpg',0,'attachment','image/jpeg',0),
(1315,5,'2019-03-12 20:52:05','2019-03-12 20:52:05','','6X0C1343-Edit','pistol','inherit','open','closed','','6x0c1343-edit','','','2019-03-12 20:52:05','2019-03-12 20:52:05','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/6X0C1343-Edit.jpg',0,'attachment','image/jpeg',0),
(1316,1,'2019-03-12 20:52:05','2019-03-12 20:52:05','','6X0C1343-Edit','pistol','inherit','open','closed','','6x0c1343-edit-2','','','2019-03-12 20:52:05','2019-03-12 20:52:05','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/6X0C1343-Edit-1.jpg',0,'attachment','image/jpeg',0),
(1317,5,'2019-03-12 20:52:18','2019-03-12 20:52:18','','6X0C1585','','inherit','open','closed','','6x0c1585','','','2019-03-12 20:52:18','2019-03-12 20:52:18','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/6X0C1585.jpg',0,'attachment','image/jpeg',0),
(1318,1,'2019-03-12 20:52:18','2019-03-12 20:52:18','','6X0C1585','','inherit','open','closed','','6x0c1585-2','','','2019-03-12 20:52:18','2019-03-12 20:52:18','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/6X0C1585-1.jpg',0,'attachment','image/jpeg',0),
(1319,5,'2019-03-12 20:52:29','2019-03-12 20:52:29','','6X0C1720','','inherit','open','closed','','6x0c1720','','','2019-03-12 20:52:29','2019-03-12 20:52:29','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/6X0C1720.jpg',0,'attachment','image/jpeg',0),
(1320,1,'2019-03-12 20:52:29','2019-03-12 20:52:29','','6X0C1720','','inherit','open','closed','','6x0c1720-2','','','2019-03-12 20:52:29','2019-03-12 20:52:29','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/6X0C1720-1.jpg',0,'attachment','image/jpeg',0),
(1321,1,'2019-03-12 20:52:41','2019-03-12 20:52:41','','6X0C1842','','inherit','open','closed','','6x0c1842','','','2019-03-12 20:52:41','2019-03-12 20:52:41','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/6X0C1842.jpg',0,'attachment','image/jpeg',0),
(1322,5,'2019-03-12 20:52:41','2019-03-12 20:52:41','','6X0C1842','','inherit','open','closed','','6x0c1842-2','','','2019-03-12 20:52:41','2019-03-12 20:52:41','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/6X0C1842.jpg',0,'attachment','image/jpeg',0),
(1323,1,'2019-03-12 20:52:57','2019-03-12 20:52:57','','DSC01618','','inherit','open','closed','','dsc01618','','','2019-03-12 20:52:57','2019-03-12 20:52:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01618.jpg',0,'attachment','image/jpeg',0),
(1324,5,'2019-03-12 20:52:57','2019-03-12 20:52:57','','DSC01618','','inherit','open','closed','','dsc01618-2','','','2019-03-12 20:52:57','2019-03-12 20:52:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-1.jpg',0,'attachment','image/jpeg',0),
(1325,1,'2019-03-12 20:53:10','2019-03-12 20:53:10','','DSC01685','','inherit','open','closed','','dsc01685','','','2019-03-12 20:53:10','2019-03-12 20:53:10','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01685.jpg',0,'attachment','image/jpeg',0),
(1326,5,'2019-03-12 20:53:10','2019-03-12 20:53:10','','DSC01685','','inherit','open','closed','','dsc01685-2','','','2019-03-12 20:53:10','2019-03-12 20:53:10','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01685-1.jpg',0,'attachment','image/jpeg',0),
(1327,1,'2019-03-12 20:53:22','2019-03-12 20:53:22','','DSC01686','','inherit','open','closed','','dsc01686','','','2019-03-12 20:53:22','2019-03-12 20:53:22','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01686.jpg',0,'attachment','image/jpeg',0),
(1328,5,'2019-03-12 20:53:22','2019-03-12 20:53:22','','DSC01686','','inherit','open','closed','','dsc01686-2','','','2019-03-12 20:53:22','2019-03-12 20:53:22','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01686-1.jpg',0,'attachment','image/jpeg',0),
(1329,1,'2019-03-12 20:53:37','2019-03-12 20:53:37','','DSC01687','','inherit','open','closed','','dsc01687','','','2019-03-12 20:53:37','2019-03-12 20:53:37','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01687.jpg',0,'attachment','image/jpeg',0),
(1330,5,'2019-03-12 20:53:37','2019-03-12 20:53:37','','DSC01687','','inherit','open','closed','','dsc01687-2','','','2019-03-12 20:53:37','2019-03-12 20:53:37','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01687-1.jpg',0,'attachment','image/jpeg',0),
(1331,1,'2019-03-12 20:53:51','2019-03-12 20:53:51','','DSC01688','','inherit','open','closed','','dsc01688','','','2019-03-12 20:53:51','2019-03-12 20:53:51','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01688.jpg',0,'attachment','image/jpeg',0),
(1332,5,'2019-03-12 20:53:51','2019-03-12 20:53:51','','DSC01688','','inherit','open','closed','','dsc01688-2','','','2019-03-12 20:53:51','2019-03-12 20:53:51','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01688-1.jpg',0,'attachment','image/jpeg',0),
(1333,1,'2019-03-12 20:54:03','2019-03-12 20:54:03','','DSC01691','','inherit','open','closed','','dsc01691','','','2019-03-12 20:54:03','2019-03-12 20:54:03','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01691.jpg',0,'attachment','image/jpeg',0),
(1334,5,'2019-03-12 20:54:03','2019-03-12 20:54:03','','DSC01691','','inherit','open','closed','','dsc01691-2','','','2019-03-12 20:54:03','2019-03-12 20:54:03','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01691-1.jpg',0,'attachment','image/jpeg',0),
(1335,1,'2019-03-12 20:54:20','2019-03-12 20:54:20','','DSC02298','','inherit','open','closed','','dsc02298','','','2019-03-12 20:54:20','2019-03-12 20:54:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC02298.jpg',0,'attachment','image/jpeg',0),
(1336,5,'2019-03-12 20:54:20','2019-03-12 20:54:20','','DSC02298','','inherit','open','closed','','dsc02298-2','','','2019-03-12 20:54:20','2019-03-12 20:54:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC02298-1.jpg',0,'attachment','image/jpeg',0),
(1337,1,'2019-03-12 22:15:13','2019-03-12 22:15:13','','Charger 3','','inherit','open','closed','','charger-3','','','2019-03-12 22:15:13','2019-03-12 22:15:13','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/Charger-3.png',0,'attachment','image/png',0),
(1338,5,'2019-03-12 22:15:13','2019-03-12 22:15:13','','Charger 3','','inherit','open','closed','','charger-3-2','','','2019-03-12 22:15:13','2019-03-12 22:15:13','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/Charger-3-1.png',0,'attachment','image/png',0),
(1339,5,'2019-03-12 22:16:17','2019-03-12 22:16:17','','Charger 4','','inherit','open','closed','','charger-4','','','2019-03-12 22:16:17','2019-03-12 22:16:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/Charger-4.png',0,'attachment','image/png',0),
(1340,1,'2019-03-12 22:16:17','2019-03-12 22:16:17','','Charger 4','','inherit','open','closed','','charger-4-2','','','2019-03-12 22:16:17','2019-03-12 22:16:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/Charger-4-1.png',0,'attachment','image/png',0),
(1341,5,'2019-03-12 22:19:53','2019-03-12 22:19:53','','Charger 1','','inherit','open','closed','','charger-1','','','2019-03-12 22:19:53','2019-03-12 22:19:53','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/Charger-1.png',0,'attachment','image/png',0),
(1342,1,'2019-03-12 22:19:53','2019-03-12 22:19:53','','Charger 1','','inherit','open','closed','','charger-1-2','','','2019-03-12 22:19:53','2019-03-12 22:19:53','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/Charger-1-1.png',0,'attachment','image/png',0),
(1343,3,'2019-03-21 05:21:05','2019-03-21 05:21:05','','Carbine Shooting','','inherit','open','closed','','carbine_header-min','','','2019-03-21 05:21:05','2019-03-21 05:21:05','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/carbine_header-min.jpg',0,'attachment','image/jpeg',0),
(1344,1,'2019-03-21 05:21:05','2019-03-21 05:21:05','','Carbine Shooting','','inherit','open','closed','','carbine_header-min-2','','','2019-03-21 05:21:05','2019-03-21 05:21:05','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/carbine_header-min-1.jpg',0,'attachment','image/jpeg',0),
(1345,3,'2019-03-21 05:22:40','2019-03-21 05:22:40','','Precision Rifle','','inherit','open','closed','','image5-min-2','','','2019-03-21 05:22:40','2019-03-21 05:22:40','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/image5-min-2.jpg',0,'attachment','image/jpeg',0),
(1346,1,'2019-03-21 05:22:40','2019-03-21 05:22:40','','Precision Rifle','','inherit','open','closed','','image5-min-2-2','','','2019-03-21 05:22:40','2019-03-21 05:22:40','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/image5-min-2-1.jpg',0,'attachment','image/jpeg',0),
(1347,3,'2019-03-21 05:24:35','2019-03-21 05:24:35','','pistol_header-e1517083439476-min','Pistol Responsible Citizen ','inherit','open','closed','','pistol_header-e1517083439476-min','','','2019-03-21 05:24:35','2019-03-21 05:24:35','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/pistol_header-e1517083439476-min.jpg',0,'attachment','image/jpeg',0),
(1348,1,'2019-03-21 05:24:35','2019-03-21 05:24:35','','pistol_header-e1517083439476-min','Pistol Responsible Citizen ','inherit','open','closed','','pistol_header-e1517083439476-min-2','','','2019-03-21 05:24:35','2019-03-21 05:24:35','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/pistol_header-e1517083439476-min-1.jpg',0,'attachment','image/jpeg',0),
(1349,1,'2019-03-21 05:31:20','2019-03-21 05:31:20','','new_precision_rifle-min','Precision Rifle','inherit','open','closed','','new_precision_rifle-min','','','2019-03-21 05:31:20','2019-03-21 05:31:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/new_precision_rifle-min.jpg',0,'attachment','image/jpeg',0),
(1350,3,'2019-03-21 05:31:20','2019-03-21 05:31:20','','new_precision_rifle-min','Precision Rifle','inherit','open','closed','','new_precision_rifle-min-2','','','2019-03-21 05:31:20','2019-03-21 05:31:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/new_precision_rifle-min-1.jpg',0,'attachment','image/jpeg',0),
(1351,1,'2019-03-21 05:34:04','2019-03-21 05:34:04','','Pistol','','inherit','open','closed','','pistol-min','','','2019-03-21 05:34:04','2019-03-21 05:34:04','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/pistol-min.jpg',0,'attachment','image/jpeg',0),
(1352,3,'2019-03-21 05:34:04','2019-03-21 05:34:04','','Pistol','','inherit','open','closed','','pistol-min-2','','','2019-03-21 05:34:04','2019-03-21 05:34:04','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/pistol-min-1.jpg',0,'attachment','image/jpeg',0),
(1356,1,'2019-04-09 22:00:05','2019-04-09 22:00:05','','AK in the snow-min','','inherit','open','closed','','ak-in-the-snow-min','','','2019-04-09 22:00:05','2019-04-09 22:00:05','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/04/AK-in-the-snow-min.jpg',0,'attachment','image/jpeg',0),
(1357,3,'2019-04-09 22:00:05','2019-04-09 22:00:05','','AK in the snow-min','','inherit','open','closed','','ak-in-the-snow-min-2','','','2019-04-09 22:00:05','2019-04-09 22:00:05','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/04/AK-in-the-snow-min-1.jpg',0,'attachment','image/jpeg',0),
(1376,3,'2019-05-23 21:36:14','2019-05-23 21:36:14','Carbine combatives','Carbine','','inherit','open','closed','','narrow_carbine-min','','','2019-05-23 21:36:14','2019-05-23 21:36:14','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/05/narrow_carbine-min.jpg',0,'attachment','image/jpeg',0),
(1377,1,'2019-05-23 21:36:14','2019-05-23 21:36:14','Carbine combatives','Carbine','','inherit','open','closed','','narrow_carbine-min-2','','','2019-05-23 21:36:14','2019-05-23 21:36:14','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/05/narrow_carbine-min-1.jpg',0,'attachment','image/jpeg',0),
(1378,3,'2019-05-23 22:06:32','2019-05-23 22:06:32','','Combatives','','inherit','open','closed','','combatives-cropped','','','2019-05-23 22:06:32','2019-05-23 22:06:32','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/05/combatives-cropped.jpg',0,'attachment','image/jpeg',0),
(1379,1,'2019-05-23 22:06:32','2019-05-23 22:06:32','','Combatives','','inherit','open','closed','','combatives-cropped-2','','','2019-05-23 22:06:32','2019-05-23 22:06:32','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/05/combatives-cropped-1.jpg',0,'attachment','image/jpeg',0),
(1383,3,'2019-06-17 22:21:47','2019-06-17 22:21:47','','Mil Leo Shooting Course','','inherit','open','closed','','amtac18-min','','','2019-06-17 22:21:47','2019-06-17 22:21:47','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/05/AMTAC18-min.jpg',0,'attachment','image/jpeg',0),
(1384,1,'2019-06-17 22:21:47','2019-06-17 22:21:47','','Mil Leo Shooting Course','','inherit','open','closed','','amtac18-min-2','','','2019-06-17 22:21:47','2019-06-17 22:21:47','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/05/AMTAC18-min-1.jpg',0,'attachment','image/jpeg',0),
(1390,3,'2019-10-22 04:19:12','2019-10-22 04:19:12','','Carbine Course','Carbine Course','inherit','open','closed','','carbine_course-min','','','2019-10-22 04:19:12','2019-10-22 04:19:12','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/10/carbine_course-min.jpg',0,'attachment','image/jpeg',0),
(1391,1,'2019-10-22 04:19:12','2019-10-22 04:19:12','','Carbine Course','Carbine Course','inherit','open','closed','','carbine_course-min-2','','','2019-10-22 04:19:12','2019-10-22 04:19:12','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/10/carbine_course-min-1.jpg',0,'attachment','image/jpeg',0),
(1403,3,'2019-12-07 04:33:11','2019-12-07 04:33:11','','Precision Rifle','Precision Rifle','inherit','open','closed','','img_4906-min','','','2019-12-07 04:33:11','2019-12-07 04:33:11','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/12/IMG_4906-min.jpg',0,'attachment','image/jpeg',0),
(1404,1,'2019-12-07 04:33:11','2019-12-07 04:33:11','','Precision Rifle','Precision Rifle','inherit','open','closed','','img_4906-min-2','','','2019-12-07 04:33:11','2019-12-07 04:33:11','',0,'https://staging.amtacshooting.com/wp-content/uploads/2019/12/IMG_4906-min-1.jpg',0,'attachment','image/jpeg',0),
(1416,1,'2020-01-30 22:38:15','2020-01-30 22:38:15','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01688.jpg\" title_text=\"DSC01688\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<p>The cost for private training is $5500 a day, with a two day minimum, plus travel costs. We will discuss custom course curriculum for up to 8 people.  Please <a href=\"https://staging.amtacshooting.com/contact-us/\">contact</a> for details.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Private Training','','publish','closed','closed','','private-training','','','2025-06-16 17:21:38','2025-06-16 17:21:38','',0,'https://www.amtacshooting.com/?page_id=1416',0,'page','',0),
(1423,1,'2020-03-03 21:24:56','2020-03-03 21:24:56','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Amtac Shooting Pistol Integrated Combatives Course&nbsp;<br>by Hill People Gear</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 21, 2020</div>\n<div>We had the opportunity to take Bill Rapier\'s Pistol Integrated Combatives course this past year. We can highly recommend this USN veteran\'s school (AMTAC Shooting) and knives (AMTAC blades).</div>\n<div>&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=97cijTsUhvU</p>\n<hr>\n<div id=\"player\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-outer\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-inner\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container\" class=\"style-scope ytd-watch-flexy\" role=\"complementary\">\n<div id=\"container\" class=\"style-scope ytd-player\">\n<div id=\"movie_player\" class=\"html5-video-player ytp-transparent ytp-large-width-mode ytp-hide-info-bar playing-mode ytp-autohide\" tabindex=\"-1\" data-version=\"/yts/jsbin/player_ias-vflMJC6WU/en_US/base.js\" aria-label=\"YouTube Video Player\">\n<div class=\"ytp-chrome-bottom\" data-layer=\"8\">&nbsp;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<h3>Force on Force with AMTAC Shooting<br>by Kit Badger</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 13, 2020</div>\n</div>\n<div id=\"menu-container\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"container\" class=\"style-scope ytd-sentiment-bar-renderer\">&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=5Ii6tRka__g</p>\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Retired Navy SEAL Bill Rapier\'s Force on Force Class Review <br>by Tactical Hyve</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jul 26, 2019<br><span style=\"font-size: inherit;\"><span style=\"font-size: inherit;\">Watch Tactical Hyve\'s review of Bill Rapier\'s Force On Force class. Bill is a retired Navy SEAL who spent 14 of his 20 years of service at Naval Special Warfare Development Group. He\'s also the owner and lead instructor at Amtac Shooting.<br></span></span></div>\n<div>&nbsp;</div>\n</div>\n<div><a href=\"https://www.youtube.com/watch?v=6Z_NrLLZXRI\">https://www.youtube.com/watch?v=6Z_NrLLZXRI</a></div>\n<div>&nbsp;</div>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div class=\"style-scope ytd-video-primary-info-renderer\">\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51<br>by SureFire</h3>\n<p>Dec 11, 2019<br>Bill Rapier of Amtac Shooting discusses the necessity of a one handed draw and how to create space in a combative scenario.</p>\n<p>https://www.youtube.com/watch?v=LlyIgpMfpUw</p>\n<hr></div>\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38<br>by SureFire</h3>\n<p>Dec 5, 2018<br>Bill Rapier of Amtac Shooting discusses retention shooting in relation to combative techniques.</p>\n<p>https://www.youtube.com/watch?v=603kfkCUig0</p>\n</div>\n<div>\n<hr></div>\n</div>\n\n<!-- divi:heading {\"level\":3} -->\n<h3>American Tactical Shooting Instruction Force on Force<br>by Voodoo Man</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Jun 1, 2018<br>A few clips from amtacshooting.com Force on Force class held in NJ earlier this year. </p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=cqYqGxaFp0o\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=cqYqGxaFp0o\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>AMTAC | Bill Rapier - LE CQB<br>by Voodoo Man</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>September 26, 2016<br>Short clip taken during an LE CQB class taught by Bill Rapier of AMTAC Shooting</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=MiBMfx8ZdJg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MiBMfx8ZdJg\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /divi:separator -->\n\n<!-- divi:paragraph -->\n<p>\n\n\n\n\n\n\nSurefire - Battle of The Bill\'s 2019\n&nbsp;\n\n\nWise Men Companys\n\n\n<a href=\"https://www.youtube.com/watch?v=A5id8pwwphg\">https://www.youtube.com/watch?v=A5id8pwwphg</a>\n\n&nbsp;\nKit Badger\n&nbsp;\n\n\n\n\n</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=8fr-jGkSs0M\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=8fr-jGkSs0M\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:paragraph -->\n<p>SUNDAY GUNDAY</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=qy1R-Q8GZ1I\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qy1R-Q8GZ1I\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:paragraph -->\n<p>FourGuysGuns</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=7It3Eq5ttE8\\u0026t=494s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=7It3Eq5ttE8&amp;t=494s\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3></h3>\n<!-- /divi:heading -->[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"|0px||0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Amtac Shooting Pistol Integrated Combatives Course&nbsp;<br>by Hill People Gear</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 21, 2020</div>\n<div>We had the opportunity to take Bill Rapier\'s Pistol Integrated Combatives course this past year. We can highly recommend this USN veteran\'s school (AMTAC Shooting) and knives (AMTAC blades).</div>\n<div>&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=97cijTsUhvU</p>\n<hr>\n<div id=\"player\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-outer\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-inner\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container\" class=\"style-scope ytd-watch-flexy\" role=\"complementary\">\n<div id=\"container\" class=\"style-scope ytd-player\">\n<div id=\"movie_player\" class=\"html5-video-player ytp-transparent ytp-large-width-mode ytp-hide-info-bar playing-mode ytp-autohide\" tabindex=\"-1\" data-version=\"/yts/jsbin/player_ias-vflMJC6WU/en_US/base.js\" aria-label=\"YouTube Video Player\">\n<div class=\"ytp-chrome-bottom\" data-layer=\"8\">&nbsp;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<h3>Force on Force with AMTAC Shooting<br>by Kit Badger</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 13, 2020</div>\n</div>\n<div id=\"menu-container\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"container\" class=\"style-scope ytd-sentiment-bar-renderer\">&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=5Ii6tRka__g</p>\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Retired Navy SEAL Bill Rapier\'s Force on Force Class Review <br>by Tactical Hyve</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jul 26, 2019<br><span style=\"font-size: inherit;\"><span style=\"font-size: inherit;\">Watch Tactical Hyve\'s review of Bill Rapier\'s Force On Force class. Bill is a retired Navy SEAL who spent 14 of his 20 years of service at Naval Special Warfare Development Group. He\'s also the owner and lead instructor at Amtac Shooting.<br></span></span></div>\n<div>&nbsp;</div>\n</div>\n<div><a href=\"https://www.youtube.com/watch?v=6Z_NrLLZXRI\">https://www.youtube.com/watch?v=6Z_NrLLZXRI</a></div>\n<div>&nbsp;</div>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div class=\"style-scope ytd-video-primary-info-renderer\">\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51<br>by SureFire</h3>\n<p>Dec 11, 2019<br>Bill Rapier of Amtac Shooting discusses the necessity of a one handed draw and how to create space in a combative scenario.</p>\n<p>https://www.youtube.com/watch?v=LlyIgpMfpUw</p>\n<hr></div>\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38<br>by SureFire</h3>\n<p>Dec 5, 2018<br>Bill Rapier of Amtac Shooting discusses retention shooting in relation to combative techniques.</p>\n<p>https://www.youtube.com/watch?v=603kfkCUig0</p>\n</div>\n<div>\n<hr></div>\n</div>\n\n<!-- divi:heading {\"level\":3} -->\n<h3>American Tactical Shooting Instruction Force on Force<br>by Voodoo Man</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Jun 1, 2018<br>A few clips from amtacshooting.com Force on Force class held in NJ earlier this year. </p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=cqYqGxaFp0o\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=cqYqGxaFp0o\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>AMTAC | Bill Rapier - LE CQB<br>by Voodoo Man</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>September 26, 2016<br>Short clip taken during an LE CQB class taught by Bill Rapier of AMTAC Shooting</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=MiBMfx8ZdJg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MiBMfx8ZdJg\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /divi:separator -->\n\n<!-- divi:paragraph -->\n<p>\n\n\n\n\n\n\nSurefire - Battle of The Bill\'s 2019\n&nbsp;\n\n\nWise Men Companys\n\n\n<a href=\"https://www.youtube.com/watch?v=A5id8pwwphg\">https://www.youtube.com/watch?v=A5id8pwwphg</a>\n\n&nbsp;\nKit Badger\n&nbsp;\n\n\n\n\n</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=8fr-jGkSs0M\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=8fr-jGkSs0M\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:paragraph -->\n<p>SUNDAY GUNDAY</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=qy1R-Q8GZ1I\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qy1R-Q8GZ1I\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:paragraph -->\n<p>FourGuysGuns</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=7It3Eq5ttE8\\u0026t=494s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=7It3Eq5ttE8&amp;t=494s\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3></h3>\n<!-- /divi:heading -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Videos','','publish','closed','closed','','videos','','','2025-04-15 19:03:57','2025-04-15 19:03:57','',0,'https://www.amtacshooting.com/?page_id=1423',0,'page','',0),
(1455,1,'2020-04-11 23:09:04','2020-04-11 23:09:04','<p><i>This post contains affiliate links. Read our disclosure policy </i><a href=\"https://www.amtacshooting.com/privacy-and-disclosure/\"><i>here</i></a><i>.</i></p>\n\n<!-- wp:paragraph -->\n<p>I am writing this article because of the overwhelming amount of questions that I receive on a regular basis about communications. We live in a time where we are more connected than people have ever been in history. With cell phones, texting, email and social media, it is easier now to communicate with people than it ever has been. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1506,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2020/04/Billradio-min.jpg\" alt=\"\" class=\"wp-image-1506\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The problem with all of these methods is that they rely on infrastructure and all of this infrastructure is fragile. What if parts of it break? What if parts of it become censored? I want my family, friends, and tribe to be able to continue to communicate regardless of circumstance. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This article is no substitute for training and experience, but it is a good place to start if you want to make yourself and your community more resilient. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Legalities</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>First a quick legal disclaimer. The FCC has rules in place for just about every aspect of radio communications. They have and will fine people for breaking rules, however if life, limb or eyesight are at risk, use any means at your disposal to help protect yourself and those you love. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>It is your responsibility to be educated</em>. As one of my mentors used to say \"Know the rules and know why you are breaking them. Do not break them out of laziness or ignorance.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.fcc.gov/wireless/bureau-divisions/mobility-division/family-radio-service-frs\">FRS Rules</a><br><a href=\"https://www.fcc.gov/wireless/bureau-divisions/mobility-division/amateur-radio-service\">Ham Rules</a><br><a href=\"https://www.fcc.gov/general-mobile-radio-service-gmrs\">GMRS Rules</a><br><a href=\"https://www.fcc.gov/wireless/bureau-divisions/mobility-division/multi-use-radio-service-murs\">MURS Rules</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Licensing</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>All of the recommendations that I am making will be marked as \"No license required\" or \"Ham\" or \"GMRS\". If it is marked as \"No license required\" it is either a MURS or FRS radio and does not require licensing to use. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If it is labeled \"Ham\", it is legal to own or use in an emergency, but not legal to use during normal times unless you are a licensed amateur. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If it is labeled \"GMRS\" you can purchase, and listen, but you are supposed to buy a \"GMRS\" license from the FCC before you transmit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1507,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2020/04/Radio-min.jpg\" alt=\"\" class=\"wp-image-1507\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Logistics</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>All of us are constrained by logistics. Regardless of  what your budget is we all have one, and being wise in our gear choices allows us to cover more bases. If you have something that is almost as good but costs half as much, it means that you can buy more of the item or use the money you saved for something else. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>\"The amateurs discuss tactics: the professionals discuss logistics.\" </p>\n<!-- /wp:paragraph --><cite>Napoleon</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Logistics matter, so what I have attempted to compile here is a list of equipment that will get the job done, but not break the bank.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Gear</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">BaoFeng UV-5R Dual Band Two Way Radio </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B007H4VT7A&amp;asins=B007H4VT7A&amp;linkId=ed65049776237d8e33733c01beaa7b10&amp;show_border=true&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly. <em>Ham license required.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">BTECH MURS-V1 MURS Two-Way Radio  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B075VBP9YG&amp;asins=B075VBP9YG&amp;linkId=da18c499d3eb38d29506a1b69713e841&amp;show_border=true&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range. <em>No license required.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B01LWOLZ8L&amp;asins=B01LWOLZ8L&amp;linkId=ffb1e28db5fd6eb495adad7f9ffd0cf5&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users. <em>GMRS license required.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B0772SYDZ1&amp;asins=B0772SYDZ1&amp;linkId=e92d3a10ded16c59b970ceed4fc27b8d&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This is an inexpensive option that is very simple to use. Think hand out radio. <em>No license required</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B00IMT678A&amp;asins=B00IMT678A&amp;linkId=7c21277bda6b6bb2acd2c50a0fe70dee&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em> No license required</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B00KC4PWQQ&amp;asins=B00KC4PWQQ&amp;linkId=6dc4135e4e057e8eb95289e0ce5e6801&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p> This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" target=\"_blank\" rel=\"noreferrer noopener\">This antenna</a> uses a magnet to attach to your vehicle roof, it will work with  the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B00KZ6VGUW&amp;asins=B00KZ6VGUW&amp;linkId=ab72bbd97912cc0c0e6ceab6a9afc243&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B013WPA6YO&amp;asins=B013WPA6YO&amp;linkId=cb80e4e475e85214472f62c32512b2a9&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This replacement battery for the UV-5R  has over twice the capacity of the original battery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham) </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B06XCDWT6V&amp;asins=B06XCDWT6V&amp;linkId=e2db703a500321d42c6b636ea4e32055&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p><em>Requires a Ham license.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\"} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B073RZHSMG&amp;asins=B073RZHSMG&amp;linkId=09ba81be28429c462e9aa9feee8df36f&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p> <em>Requires a Ham license.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\"} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B07SR874C1&amp;asins=B07SR874C1&amp;linkId=da736f0bd06854e5c5ae5571531343f3&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p><em>Requires a Ham license.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\"} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories:</strong> </h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259 </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" target=\"_blank\" rel=\"noreferrer noopener\">This antenna</a> uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable - R-U100 - Coax cable</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B00K4DXNR0&amp;asins=B00K4DXNR0&amp;linkId=c3721b3eb66bf41021f00969e4794281&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B07XMJDJX7&amp;asins=B07XMJDJX7&amp;linkId=9471d71a1d81111ed7b569b436f40f79&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B00K8E4WAW&amp;asins=B00K8E4WAW&amp;linkId=89589597da82278a46c35058754c28ea&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Tram 1410 Broad Band Discone/Scanner Base Antenna</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B00QVPGKHU&amp;asins=B00QVPGKHU&amp;linkId=d5016343f85e47b018e3cb37bd88a743&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Driveway Alarms</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Dakota Alert PIR Driveway Alarm </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B001BI4QUK&amp;asins=B001BI4QUK&amp;linkId=50eb71d377974966e5793c0437193837&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>You can use this for driveways or any zone that you want to monitor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Dakota Alert Vehicle Alarm </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B001C76KRW&amp;asins=B001C76KRW&amp;linkId=aad3b9a7a98a6eab971796a3e56ae794&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Dakota Alert Base Station</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B00FJ9S0W2&amp;asins=B00FJ9S0W2&amp;linkId=72f9778f919d162078a5f61165a9799a&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver - 100 Watts </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B01LZHA0I4&amp;asins=B01LZHA0I4&amp;linkId=f774887bac06c9ccfb500b7d21b5a92b&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus. <em>Requires a Ham license.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B07C2CRSZ8&amp;asins=B07C2CRSZ8&amp;linkId=2c1661481ae125c89308d4bbab6ea7d3&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio. <em>Requires a Ham license.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B00K604IUW&amp;asins=B00K604IUW&amp;linkId=81cf6b3e294b012bd2aeda4d46b8196a&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like <a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\">this</a>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Recommended Radio Gear','I am writing this article because of the overwhelming amount of questions that I receive on a regular basis about communications. We live in a time where we are more connected than people have ever been in history.','publish','closed','closed','','recommended-radio-gear','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',0,'https://www.amtacshooting.com/?p=1455',0,'post','',0),
(1465,1,'2024-12-31 18:36:58','0000-00-00 00:00:00','Disclosure Policy\n\nAmtac Shooting (company, we, us) sells courses providing shooting and tactical training to citizens of high moral character, local law enforcement and military. We also write articles sharing ideas, thoughts, products and services which we think are helpful and interesting to you the readers. \n\nThis Disclaimer, along with the Terms of Use and Privacy Policy, governs your access to and use of AmtacShooting.com, including any content, functionality and services offered on or through AmtacShooting.com (the “Website”), whether as a guest or a registered user.\n\nPlease read the Disclaimer carefully before you start to use the Website. By using the Website or by clicking to accept or agree to the Terms of Use when this option is made available to you, you accept and agree to be bound and abide by the Disclaimer. If you do not want to agree to the Privacy Policy, you must not access or use the Website.\n\nAny product, service or business we promote will only be those in which we believe in. Our honest opinion will always be given.\n\nThe content of our website is a source of income for us and therefore may be used to promote products, services, or other businesses. When we will link to a product or website that we are affiliated with, we may be paid a commission based on the sale of such products. This is at no cost to our readers.\n\nIt is important to us that we disclose to our readers whenever a post contains any links to our affiliates. We will make our readers aware by adding a disclaimer in any such post(s).\n\nWe will only choose to promote products/services/businesses that we personally believe in, have used and/or that we feel will be beneficial to our readers.\nMentions of associated products/services/businesses within the content of our blog may or may not be noted as an affiliate in every reference.\nWe are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites\nViews/reviews of any product that we share are completely our 100% honest opinions, whether that business is an affiliate or not.\nThe content on this website is solely the opinions of its administrators and not meant to provide any medical or legal advice. Any health, diet, lifestyle or financial posts are for the purposes of entertainment to our readers.\n\nPrivacy Policy\n\nAmtac Shooting, LLC (“Company,” “we,” or “us”) respects your privacy and is committed to protecting it through this Privacy Policy.\n\nThis Privacy Policy governs your access to and use of AmtacShooting.com, including any content, functionality and services offered on or through AmtacShooting.com (the “Website“), whether as a guest or a registered user.\n\nWhen accessing the Website, the Company will learn certain information about you, both automatically and through voluntary actions you may take, during your visit. This policy applies to information we collect on the Website and in email, text, or other electronic messages between you and the Website.\n\nPlease read the Privacy Policy carefully before you start to use the Website. By using the Website or by clicking to accept or agree to the Terms of Use when this option is made available to you, you accept and agree to be bound and abide by the Privacy Policy. If you do not want to agree to the Privacy Policy, you must not access or use the Website.\n\nChildren Under The Age Of 13\n\nOur Website is not intended for children under 13 years of age. No one under age 13 may provide any information to or on the Website. We do not knowingly collect personal information from children under 13. If you are under 13, do not use or provide any information on this Website or on or through any of its features/register on the Website, make any purchases through the Website, use any of the interactive or public comment features of this Website or provide any information about yourself to us, including your name, address, telephone number, email address, or any screen name or user name you may use.\n\nUse of Cookies\n\nWe will never share personal information with third-parties nor do we store any information about your visit to this Website other than to analyze and optimize your content and reading experience through the use of cookies.\n\nYou can turn off the use of cookies at any time by changing your specific browser settings.\n\nThird party vendors, including Google, use cookies to serve ads based on a user’s prior visits other websites.\nGoogle’s use of advertising cookies enables it and its partners to serve ads based on visits to sites on the Internet.\nUsers may opt out of personalized advertising by visiting Ads Settings.\nVisitors’ GDPR Rights\n\nIf you are within the European Union, you are entitled to certain information and have certain rights under the General Data Protection Regulation. Those rights include:\n\nWe will retain the any information you choose to provide to us until the earlier of: (a) you asking us to delete the information, (b) our decision to cease using our existing data providers, or (c) the Company decides that the value in retaining the data is outweighed by the costs of retaining it.\n\nYou have the right to request access to your data that the Company stores and the rights to either rectify or erase your personal data.\n\nYou have the right to seek restrictions on the processing of your data.\n\nYou have the right to object to the processing of your data and the right to the portability of your data.\n\nTo the extent that you provided consent to the Company’s processing of your personal data, you have the right to withdraw that consent at any time, without affecting the lawfulness of processing based upon consent that occurred prior to your withdrawal of consent.\n\nYou have the right to lodge a complaint with a supervisory authority that has jurisdiction over issues related to the General Data Protection Regulation.\n\nWe require only the information that is reasonably required to enter into a contract with you. We will not require you to provide consent for any unnecessary processing as a condition of entering into a contract with us.\n\nEmail Policies\n\nWe are committed to keeping your e-mail address confidential. We do not sell, rent, or lease our subscription lists to third parties, and will not disclose your email address to any third parties.\n\nIn compliance with the CAN-SPAM Act, all e-mails sent from our organization will clearly state who the e-mail is from and provide clear information on how to contact the sender. In addition, all e-mail messages will also contain concise information on how to remove yourself from our mailing list so that you receive no further e-mail communication from us.\n\nIf you are outside the European Union and opt to register for a course, receive any free resources, participate in any free training programs, register for a webinar, register for a live event, register for a seminar, or purchase any products sold by the Company on this Website, we will automatically enroll ​you to receive our free email newsletter. If you do not wish to receive this newsletter, you can unsubscribe anytime. We include an “unsubscribe” link at the bottom of every email we send. If you ever have trouble unsubscribing, you can contact us to unsubscribe from future emails.\n\nUsers who no longer wish to receive our newsletter or promotional materials may opt-out of receiving these communications by clicking on the unsubscribe link in the e-mail.\n\nComment Policy\n\nThis Website is intended to be a place of knowledge and encouragement to its readers. \n\nReaders are welcomed to comment on any of our posts. Keep comments kind, respectful and family friendly. Other comments will be deleted and the commenter may be banned, at the discretion of the Website’s moderators.\n\nYour Acceptance Of These Terms\n\nBy using this Website, you signify your acceptance of this policy. If you do not agree to this policy, please do not use our Website. Your continued use of the Website following the posting of changes to this policy will be deemed your acceptance of those changes.\n\nYou can contact us and ask:\n\nTo receive the copy of your personal details we have collected\nTo delete your personal details from our system\nTo withdraw your consent (if you previously agreed to provide us with the data, but then changed your mind)\nThis privacy policy is subject to change without notice and was last updated on Nov 3, 2018.','Privacy and Disclosure','','draft','open','open','','','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',0,'https://www.amtacshooting.com/?p=1465',0,'post','',0),
(1466,1,'2020-03-26 04:22:23','2020-03-26 04:22:23','<h3><strong>Disclosure Policy</strong></h3>\nAmtac Shooting (company, we, us) sells courses providing shooting and tactical training to citizens of high moral character, local law enforcement and military. We also write articles sharing ideas, thoughts, products and services which we think are helpful and interesting to you the readers.\n\nThis Disclaimer, along with the Terms of Use and Privacy Policy, governs your access to and use of AmtacShooting.com, including any content, functionality and services offered on or through AmtacShooting.com (the “Website”), whether as a guest or a registered user.\n\nPlease read the Disclaimer carefully before you start to use the Website. By using the Website or by clicking to accept or agree to the Terms of Use when this option is made available to you, you accept and agree to be bound and abide by the Disclaimer. If you do not want to agree to the Privacy Policy, you must not access or use the Website.\n\nAny product, service or business we promote will only be those in which we believe in. Our honest opinion will always be given.\n\nThe content of our website is a source of income for us and therefore may be used to promote products, services, or other businesses. When we will link to a product or website that we are affiliated with, we may be paid a commission based on the sale of such products. This is at no cost to our readers.\n\nIt is important to us that we disclose to our readers whenever a post contains any links to our affiliates. We will make our readers aware by adding a disclaimer in any such post(s).\n\nWe will only choose to promote products/services/businesses that we personally believe in, have used and/or that we feel will be beneficial to our readers.\nMentions of associated products/services/businesses within the content of our blog may or may not be noted as an affiliate in every reference.\nWe are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites\nViews/reviews of any product that we share are completely our 100% honest opinions, whether that business is an affiliate or not.\nThe content on this website is solely the opinions of its administrators and not meant to provide any medical or legal advice. Any health, diet, lifestyle or financial posts are for the purposes of entertainment to our readers.\n<h3>Privacy Policy</h3>\nAmtac Shooting, LLC (“Company,” “we,” or “us”) respects your privacy and is committed to protecting it through this Privacy Policy.\n\nThis Privacy Policy governs your access to and use of AmtacShooting.com, including any content, functionality and services offered on or through AmtacShooting.com (the “Website“), whether as a guest or a registered user.\n\nWhen accessing the Website, the Company will learn certain information about you, both automatically and through voluntary actions you may take, during your visit. This policy applies to information we collect on the Website and in email, text, or other electronic messages between you and the Website.\n\nPlease read the Privacy Policy carefully before you start to use the Website. By using the Website or by clicking to accept or agree to the Terms of Use when this option is made available to you, you accept and agree to be bound and abide by the Privacy Policy. If you do not want to agree to the Privacy Policy, you must not access or use the Website.\n<h3>Children Under The Age Of 13</h3>\nOur Website is not intended for children under 13 years of age. No one under age 13 may provide any information to or on the Website. We do not knowingly collect personal information from children under 13. If you are under 13, do not use or provide any information on this Website or on or through any of its features/register on the Website, make any purchases through the Website, use any of the interactive or public comment features of this Website or provide any information about yourself to us, including your name, address, telephone number, email address, or any screen name or user name you may use.\n<h3>Use of Cookies</h3>\nWe will never share personal information with third-parties nor do we store any information about your visit to this Website other than to analyze and optimize your content and reading experience through the use of cookies.\n\nYou can turn off the use of cookies at any time by changing your specific browser settings.\n\nThird party vendors, including Google, use cookies to serve ads based on a user’s prior visits other websites.\nGoogle’s use of advertising cookies enables it and its partners to serve ads based on visits to sites on the Internet.\nUsers may opt out of personalized advertising by visiting Ads Settings.\nVisitors’ GDPR Rights\n\nIf you are within the European Union, you are entitled to certain information and have certain rights under the General Data Protection Regulation. Those rights include:\n\nWe will retain the any information you choose to provide to us until the earlier of: (a) you asking us to delete the information, (b) our decision to cease using our existing data providers, or (c) the Company decides that the value in retaining the data is outweighed by the costs of retaining it.\n\nYou have the right to request access to your data that the Company stores and the rights to either rectify or erase your personal data.\n\nYou have the right to seek restrictions on the processing of your data.\n\nYou have the right to object to the processing of your data and the right to the portability of your data.\n\nTo the extent that you provided consent to the Company’s processing of your personal data, you have the right to withdraw that consent at any time, without affecting the lawfulness of processing based upon consent that occurred prior to your withdrawal of consent.\n\nYou have the right to lodge a complaint with a supervisory authority that has jurisdiction over issues related to the General Data Protection Regulation.\n\nWe require only the information that is reasonably required to enter into a contract with you. We will not require you to provide consent for any unnecessary processing as a condition of entering into a contract with us.\n<h3>Email Policies</h3>\nWe are committed to keeping your e-mail address confidential. We do not sell, rent, or lease our subscription lists to third parties, and will not disclose your email address to any third parties.\n\nIn compliance with the CAN-SPAM Act, all e-mails sent from our organization will clearly state who the e-mail is from and provide clear information on how to contact the sender. In addition, all e-mail messages will also contain concise information on how to remove yourself from our mailing list so that you receive no further e-mail communication from us.\n\nIf you are outside the European Union and opt to register for a course, receive any free resources, participate in any free training programs, register for a webinar, register for a live event, register for a seminar, or purchase any products sold by the Company on this Website, we will automatically enroll ​you to receive our free email newsletter. If you do not wish to receive this newsletter, you can unsubscribe anytime. We include an “unsubscribe” link at the bottom of every email we send. If you ever have trouble unsubscribing, you can contact us to unsubscribe from future emails.\n\nUsers who no longer wish to receive our newsletter or promotional materials may opt-out of receiving these communications by clicking on the unsubscribe link in the e-mail.\n<h3>Comment Policy</h3>\nThis Website is intended to be a place of knowledge and encouragement to its readers.\n\nReaders are welcomed to comment on any of our posts. Keep comments kind, respectful and family friendly. Other comments will be deleted and the commenter may be banned, at the discretion of the Website’s moderators.\n<h3>Your Acceptance Of These Terms</h3>\nBy using this Website, you signify your acceptance of this policy. If you do not agree to this policy, please do not use our Website. Your continued use of the Website following the posting of changes to this policy will be deemed your acceptance of those changes.\n\nYou can contact us and ask:\n\nTo receive the copy of your personal details we have collected\nTo delete your personal details from our system\nTo withdraw your consent (if you previously agreed to provide us with the data, but then changed your mind)\nThis privacy policy is subject to change without notice and was last updated on March 25, 2020.','Privacy and Disclosure','','publish','closed','closed','','privacy-and-disclosure','','','2020-03-26 04:22:23','2020-03-26 04:22:23','',0,'https://www.amtacshooting.com/?page_id=1466',0,'page','',0),
(1477,1,'2020-04-08 21:12:42','2020-04-08 21:12:42','<h3 class=\"rich-text block-editor-rich-text__editable\" role=\"textbox\" contenteditable=\"true\" aria-multiline=\"true\" aria-label=\"Write heading…\">Shipping</h3>\nAmtac Shooting cannot guarantee a delivery time. For a product still in production it will be several months before we can ship. For in stock items, we ship items out as soon as possible, but this will not always be the same day as your order. If we anticipate a lead time longer than 5 business days, it will be noted in the item description. We are small family operated business.\n<h3>Refunds and Exchanges on Physical Products</h3>\nAmtac Shooting will exchange or refund goods if they arrive to you defective or damaged. In circumstances where you consider that a product is defective, you should promptly contact us at with details of the product and the defect. You can send the item you consider defective to:\n\n<strong data-rich-text-format-boundary=\"true\">PMB 404 </strong><br data-rich-text-line-break=\"true\" />217 Cedar Street<br data-rich-text-line-break=\"true\" />Sandpoint ID 83856\n\nUpon receipt of the returned product, we will fully examine it and notify you via e-mail, within a reasonable period of time, whether you are entitled to a replacement as a result of the defect. If you are eligible, we will send you a replacement product or refund based on your preference.\n<h3>Money Back Guarantee on Ebooks and Online Products</h3>\nFor the sale of ebooks, and all online products, Amtac Shooting provides a money-back guarantee.  That money-back guarantee is governed by the following terms, except to the extent that the terms of a specific product or service provide otherwise.\n\nWith respect to any online or downloadable product, you must request your money back within 7 days of the purchase. You may request your money back by <a href=\"https://amtacshooting.com/contact\">contacting us</a>. That email must contain information about the product you purchased, the date of the purchase, and the email and name associated with any such purchase. You are not required to submit any proof that you have completed any work or meet any other requirements.\n\nUpon determining that you are entitled to a refund pursuant to this policy, the Amtac Shooting will promptly issue an instruction to its payment processor to issue the refund. Amtac Shooting does not control its payment processor and will not be able to expedite any refunds.\n\nIf you receive a refund of any purchase through this money-back guarantee, that shall immediately terminate any and all licenses granted you to use the material provided to you under these Terms of Use or any other agreement. You shall immediately cease using the material and shall destroy all copies of the information provided to you, including without limitation: video recordings, audio recordings, slide shows, membership areas, social media groups limited to paying members, and other resources.\n\nAny customer may redeem a money-back guarantee from Amtac Shooting only once regardless of how many products and/or services the customer purchases. In other words, after a customer has received a refund for any one product under this money-back guarantee, that customer shall not be entitled to a refund as to any other product or service purchased from Amtac Shooting.','Shipping and Refund Policy','','publish','closed','closed','','shipping-and-refund-policy','','','2020-04-08 21:12:42','2020-04-08 21:12:42','',0,'https://www.amtacshooting.com/?page_id=1477',0,'page','',0),
(1479,1,'2020-04-08 21:30:30','2020-04-08 21:30:30','<header class=\"entry-header\">\n<p class=\"entry-title\"><span style=\"font-size: inherit;\">The following Terms of Use are entered into by and between You and Amtac Shooting  (“</span><strong style=\"font-size: inherit;\">Company</strong><span style=\"font-size: inherit;\">”, “</span><strong style=\"font-size: inherit;\">we</strong><span style=\"font-size: inherit;\">”, or “</span><strong style=\"font-size: inherit;\">us</strong><span style=\"font-size: inherit;\">”).</span></p>\n\n</header>\n<div class=\"entry-content\">\n\nThe following terms and conditions, together with any documents they expressly incorporate by reference (collectively, these “<strong>Terms of Use</strong>”), govern your access to and use of AmtacShooting.com, including any content, functionality and services offered on or through AmtacShooting.com (the “<strong>Website</strong>”), whether as a guest or a registered user.\n\nPlease read the Terms of Use carefully before you start to use the Website. <strong>By using the Website or by clicking to accept or agree to the Terms of Use when this option is made available to you, you accept and agree to be bound and abide by these Terms of Use and our Privacy Policy, incorporated herein by reference.</strong> If you do not want to agree to these Terms of Use including the agreements incorporated by reference herein, you must not access or use the Website.\n\nThis Website is offered and available to users who are 18 years of age or older. By using this Website, you represent and warrant that you are of legal age to form a binding contract with the Company and meet all of the foregoing eligibility requirements. If you do not meet all of these requirements, you must not access or use the Website.\n<h3><strong>Changes To the Terms Of Use</strong></h3>\nWe may revise and update these Terms of Use from time to time in our sole discretion. All changes are effective immediately when we post them, and apply to all access to and use of the Website thereafter. Your continued use of the Website following the posting of revised Terms of Use means that you accept and agree to the changes. You are expected to check this page from time to time so you are aware of any changes, as they are binding on you.\n<h3><strong>Privacy</strong></h3>\nYour use of the Website is also subject to the Company’s Privacy Policy. Please review our Privacy Policy, which also governs the Website and informs users of our data collection practices. Your agreement to the Privacy Policy is hereby incorporated into these Terms of Use.\n<h3><strong>Disclaimer</strong></h3>\nYour use of the Website is also subject to the Company’s Disclaimer. Please review our Disclaimer, which also governs the Website and informs users of various limitations regarding the information provided on the Website. Your agreement to the Disclaimer is hereby incorporated into these Terms of Use.\n<h3><strong>Accessing The Website And Account Security</strong></h3>\nWe reserve the right to withdraw or amend this Website and any service or material we provide on the Website in our sole discretion without notice. We will not be liable if for any reason all or any part of the Website is unavailable at any time or for any period. From time to time, we may restrict access to some parts of the Website, or the entire Website, to users, including registered users.\n\nTo access the Website or some of the resources it offers, you may be asked to provide certain registration details or other information. It is a condition of your use of the Website and any resources downloaded from the Website that all the information you provide on the Website is correct, current, and complete. You agree that all information you provide to register with this Website or otherwise, including but not limited to through the use of any interactive features on the Website, is governed by our Privacy Policy, and you consent to all actions we take with respect to your information consistent with our Privacy Policy.\n\nIf you choose, or are provided with, a user name, password or any other piece of information as part of our security procedures, you must treat such information as confidential, and you must not disclose it to any other person or entity. You also acknowledge that your account is personal to you and agree not to provide any other person with access to this Website or portions of it using your user name, password or other security information. You agree to notify us immediately of any unauthorized access to or use of your user name or password or any other breach of security. You also agree to ensure that you exit from your account at the end of each session. You should use particular caution when accessing your account from a public or shared computer so that others are not able to view or record your password or other personal information.\n\nWe have the right to disable any user name, password or other identifier, whether chosen by you or provided by us, at any time in our sole discretion for any or no reason, including if, in our opinion, you have violated any provision of these Terms of Use.\n<h3><strong>No Unlawful Or Prohibited Use And Intellectual Property</strong></h3>\nYou are granted a non-exclusive, non-transferable, revocable license to access and use the Website and the resources available for download from the Website strictly in accordance with these Terms of Use.\n\nAs a condition of your use of the Website, you warrant to the Company that you will not use the Website or any of the resources available for download from the Website for any purpose that is unlawful or prohibited by these Terms. You may not use the Website or any of the resources available for download from the Website in any manner that could damage, disable, overburden, or impair the Website or interfere with any other party’s use and enjoyment of the Website. You may not obtain or attempt to obtain any materials or information through any means not intentionally made available or provided for through the Website.\n\nAll content included as part of the Service, such as text, graphics, logos, images, as well as the compilation thereof, and any software used on the Website, is the property of the Company or its suppliers and protected by copyright and other laws that protect intellectual property and proprietary rights. You agree to observe and abide by all copyright and other proprietary notices, legends or other restrictions contained in any such content and will not make any changes thereto.\n\nYou will not modify, publish, transmit, reverse engineer, participate in the transfer or sale, create derivative works, or in any way exploit any of the content, in whole or in part, found on the Website or any of the resources available for download from the Website.\n\nThe Company content is not for resale. Your use of the Website or any of the resources available for download from the Website does not entitle you to make any unauthorized use of any protected content, and in particular you will not delete or alter any proprietary rights or attribution notices in any content. You will use protected content solely for your individual use, and will make no other use of the content without the express written permission of the Company and the copyright owner. You agree that you do not acquire any ownership rights in any protected content. We do not grant you any licenses, express or implied, to the intellectual property of the Company or our licensors except as expressly authorized by these Terms.\n\nThe Company name, the Company logo, the Company slogan, and all related names, logos, product and service names, designs, and slogans are trademarks of the Company or its affiliates or licensors. You must not use such marks without the prior written permission of the Company. All other names, logos, product and service names, designs and slogans on this Website are the trademarks of their respective owners.\n<h3><strong>For Educational And Informational Purposes Only</strong></h3>\nAs set forth more fully in the Disclaimer, the information contained on this Website and the resources available for download through this Website are for educational and informational purposes only. ​ The information contained on this Website and the resources available for download through this Website is not intended as, and shall not be understood or construed as legal, financial, tax, medical, health, or any other professional advice.\n<h3><strong>Accuracy And Personal Responsibility</strong></h3>\nAs set forth more fully in the Disclaimer, we have done our best to ensure that the information provided on this Website and the resources available for download are accurate and provide valuable information, but we cannot guarantee the accuracy of the information. Neither the Company nor any of its owners or employees shall be held liable or responsible for any errors or omissions on this Website or for any damage you may suffer as a result of failing to seek competent advice from a professional who is familiar with your situation.\n\nBy using this Website, you accept personal responsibility for the results of your actions.  You agree to take full responsibility for any harm or damage you suffer as a result of the use, or non-use, of the information available on this Website or the resources available for download from this Website. You agree to use judgment and conduct due diligence before taking any actions or implementing any plans or policy suggested or recommended on this Website.\n<h3><strong>No Guarantees As To Results</strong></h3>\n​As set forth more fully in the Disclaimer, you agree that the Company has not made any guarantees about the results of taking any action, whether recommended on this Website or not. The Company provides educational and informational resources that are intended to help users of this Website succeed. You nevertheless recognize that your ultimate success or failure will be the result of your own efforts, your particular situation, and innumerable other circumstances beyond the control and/or knowledge of the Company.\n\nYou also recognize that prior results do not guarantee a similar outcome.  Thus, the results obtained by others – whether clients of the Company or otherwise – applying the principles set out in this Website are no guarantee that you or any other person or entity will be able to obtain similar results.\n<h3><strong>Email And Other Electronic Communications</strong></h3>\nVisiting the Website or sending emails to the Company constitutes electronic communications. You consent to receive electronic communications and you agree that all agreements, notices, disclosures, and other communications that we provide to you electronically, via email and on the Website, satisfy any legal requirement that such communications be in writing.\n\nWe would be pleased to communicate with you by e-mail, and there are various places on this Website that provide you the ability to send an electronic communication to the Company. Any such email or other electronic communication, however, does not create a business relationship or any contractual relationship.  As set forth more fully in our Privacy Policy, we will take reasonable steps to ensure that any communications remain confidential, but we cannot guarantee the security of such communications and cannot guarantee that we would not be required to disclose such communications as a result of a court order.\n<h3><strong>Use Of Communication Services</strong></h3>\nThe Website may contain bulletin board services, chat areas, news groups, forums, communities, personal web pages, calendars, blog comment sections and/or other message or communication facilities designed to enable you to communicate with the public at large or with a group (collectively, “<strong>Communication Services</strong>”), you agree to use the Communication Services only to post, send and receive messages and material that are proper and related to the particular Communication Service.\n\nBy way of example, and not as a limitation, you agree that when using a Communication Service, you will not: defame, abuse, harass, stalk, threaten or otherwise violate the legal rights (such as rights of privacy and publicity) of others; publish, post, upload, distribute or disseminate any inappropriate, profane, defamatory, infringing, obscene, indecent or unlawful topic, name, material or information; upload files that contain software or other material protected by intellectual property laws (or by rights of privacy of publicity) unless you own or control the rights thereto or have received all necessary consents; upload files that contain viruses, corrupted files, or any other similar software or programs that may damage the operation of another’s computer; advertise or offer to sell or buy any goods or services for any business purpose, unless such Communication Service specifically allows such messages; conduct or forward surveys, contests, pyramid schemes or chain letters; download any file posted by another user of a Communication Service that you know, or reasonably should know, cannot be legally distributed in such manner; falsify or delete any author attributions, legal or other proper notices or proprietary designations or labels of the origin or source of software or other material contained in a file that is uploaded, restrict or inhibit any other user from using and enjoying the Communication Services; violate any code of conduct or other guidelines which may be applicable for any particular Communication Service; harvest or otherwise collect information about others, including e-mail addresses, without their consent; violate any applicable laws or regulations.\n\nThe Company has no obligation to monitor the Communication Services. However, the Company reserves the right to review materials posted to a Communication Service and to remove any materials in its sole discretion. The Company reserves the right to terminate your access to any or all of the Communication Services at any time without notice for any reason whatsoever.\n\nThe Company reserves the right at all times to disclose any information as necessary to satisfy any applicable law, regulation, legal process or governmental request, or to edit, refuse to post or to remove any information or materials, in whole or in part, in the Company’s sole discretion.\n\nAlways use caution when giving out any personally identifying information about yourself in any Communication Service. The Company does not control or endorse the content, messages or information found in any Communication Service and, therefore, the Company specifically disclaims any liability with regard to the Communication Services and any actions resulting from your participation in any Communication Service. Managers and hosts are not authorized the Company spokespersons, and their views do not necessarily reflect those of the Company.\n\nMaterials uploaded to a Communication Service may be subject to posted limitations on usage, reproduction and/or dissemination. You are responsible for adhering to such limitations if you upload the materials.\n<h3><strong>Materials Provided To The Website</strong></h3>\nThe Company does not claim ownership of the materials you provide to the Website (including feedback and suggestions) or post, upload, input or submit to any Website or our associated services (collectively “<strong>Submissions</strong>”). However, by posting, uploading, inputting, providing, or submitting your Submission you are granting the Company, our affiliated companies, and necessary sub-licensees permission to use your Submission in connection with the operation of their Internet businesses including, without limitation, the rights to: copy, distribute, transmit, publicly display, publicly perform, reproduce, edit, translate, and reformat your Submission; and to publish your name in connection with your Submission.\n\nNo compensation will be paid with respect to the use of your Submission, as provided herein. The Company is under no obligation to post or use any Submission you may provide and may remove any Submission at any time in the Company’s sole discretion.\n\nBy posting, uploading, inputting, providing, or submitting your Submission you warrant and represent that you own or otherwise control all of the rights to your Submission as described in this section including, without limitation, all the rights necessary for you to provide, post, upload, input or submit the Submissions.\n<h3><strong>Links To Third Party Websites And Services</strong></h3>\nThe Website may contain links to other Websites (“<strong>Linked Websites</strong>”). The Linked Websites are not under the control of the Company and the Company is not responsible for the contents of any Linked Website, including without limitation any link contained in a Linked Website, or any changes or updates to a Linked Website. The Company is providing these links to you only as a convenience, and the inclusion of any link does not imply endorsement by the Company of the Website or any association with its operators.\n\nCertain services made available via the Website are delivered by third-party Websites and organizations. By using any product, service, or functionality originating from the Website, you hereby acknowledge and consent that the Company may share such information and data with any third party with whom the Company has a contractual relationship to provide the requested product, service or functionality on behalf of the Website’s users and customers.\n<h3><strong>Use of Paid Courses, Programs, and Associated Material</strong></h3>\nThe Company from time-to-time provides various courses, programs, and associated material for sale on this Website. The Company grants you a limited, personal, non-exclusive, non-transferable license to use our courses, programs, and associated material (collectively the “<strong>Courses</strong>”) for your own personal or internal business use. Except as otherwise provided, you acknowledge and agree that you have no right to modify, edit, copy, reproduce, create derivative works of, reverse engineer, alter, enhance or in any way exploit any of the Courses in any manner.\n\nBy ordering or participating in Courses, you agree that the Courses you purchase or download may only be used by you for your personal or business use and may not be sold or redistributed without the express written consent of the Company.\n\nBy ordering or participating in Courses, you further agree that you shall not create any derivative work based upon the Courses and you shall not offer any competing products or services based upon any information contained in the Courses.\n<h3><strong>Use Of Free Downloadable Content</strong></h3>\nThe Company provides various resources on this Website, which users may access by providing an e-mail address. The Company grants you a limited, personal, non-exclusive, non-transferable license to use our resources provided in exchange for an email address (the “<strong>Freemium Content</strong>”) for your own personal or internal business use. Except as otherwise provided, you acknowledge and agree that you have no right to modify, edit, copy, reproduce, create derivative works of, reverse engineer, alter, enhance or in any way exploit any of the Freemium Content in any manner.\n\nBy downloading the Freemium Content, you agree that the Freemium Content you download may only be used by you for your personal or business use and may not be sold or redistributed without the express written consent of the Company.\n\nBy downloading the Freemium Content, you further agree that you shall not create any derivative work based upon the Freemium Content and you shall not offer any competing products or services based upon any information contained in the Freemium Content.\n<h3><strong>Guests</strong></h3>\nThe Company may, from time to time, provide information from a third party in the form of a podcast guest interview, interview on other platform, guest blog post, or other medium. The Company does not control the information provided by such third-party guests, is not responsible for investigating the truth of any information provided, and cannot guarantee the veracity of any statements made by such guests.\n\nIndividuals who agree to appear as guests on any podcast offered by the Company agree to transfer all intellectual property rights they may have in any such interviews to the Company and further provide a license to any rights they are unable to assign.\n<h3><strong>No Warranties</strong></h3>\nTHE COMPANY MAKES NO WARRANTIES REGARDING THE PERFORMANCE OR OPERATION OF THIS WEBSITE. THE COMPANY FURTHER MAKES NO REPRESENTATIONS OR WARRANTIES OF ANY KIND, EXPRESS OR IMPLIED, AS TO THE INFORMATION, CONTENTS, MATERIALS, DOCUMENTS, PROGRAMS, PRODUCTS, BOOKS, OR SERVICES INCLUDED ON OR THROUGH THIS WEBSITE. TO THE FULLEST EXTENT PERMISSIBLE UNDER THE LAW, THE COMPANY DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.\n<h3><strong>Limitation of Liability</strong></h3>\nYOU AGREE TO ABSOLVE THE COMPANY OF ANY AND ALL LIABILITY OR LOSS THAT YOU OR ANY PERSON OR ENTITY ASSOCIATED WITH YOU MAY SUFFER OR INCUR AS A RESULT OF USE OF THE INFORMATION CONTAINED ON THIS WEBSITE AND/OR THE RESOURCES YOU MAY DOWNLOAD FROM THIS WEBSITE.  YOU AGREE THAT THE COMPANY SHALL NOT BE LIABLE TO YOU FOR ANY TYPE OF DAMAGES, INCLUDING DIRECT, INDIRECT, SPECIAL, INCIDENTAL, EQUITABLE, OR CONSEQUENTIAL LOSS OR DAMAGES FOR USE OF THIS WEBSITE.\n\nTHE INFORMATION, SOFTWARE, PRODUCTS, AND SERVICES INCLUDED IN OR AVAILABLE THROUGH THE WEBSITE MAY INCLUDE INACCURACIES OR TYPOGRAPHICAL ERRORS. CHANGES ARE PERIODICALLY ADDED TO THE INFORMATION HEREIN. THE COMPANY AND/OR ITS SUPPLIERS MAY MAKE IMPROVEMENTS AND/OR CHANGES IN THE WEBSITE AT ANY TIME.\n\nTHE COMPANY AND/OR ITS SUPPLIERS MAKE NO REPRESENTATIONS ABOUT THE SUITABILITY, RELIABILITY, AVAILABILITY, TIMELINESS, AND ACCURACY OF THE INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS CONTAINED ON THE WEBSITE FOR ANY PURPOSE. TO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, ALL SUCH INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS ARE PROVIDED “AS IS” WITHOUT WARRANTY OR CONDITION OF ANY KIND. THE COMPANY AND/OR ITS SUPPLIERS HEREBY DISCLAIM ALL WARRANTIES AND CONDITIONS WITH REGARD TO THIS INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS, INCLUDING ALL IMPLIED WARRANTIES OR CONDITIONS OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE, AND NON-INFRINGEMENT.\n\nTO THE MAXIMUM EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL THE COMPANY AND/OR ITS SUPPLIERS BE LIABLE FOR ANY DIRECT, INDIRECT, PUNITIVE, INCIDENTAL, SPECIAL, CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF USE, DATA OR PROFITS, ARISING OUT OF OR IN ANY WAY CONNECTED WITH THE USE OR PERFORMANCE OF THE WEBSITE, WITH THE DELAY OR INABILITY TO USE THE WEBSITE OR RELATED SERVICES, THE PROVISION OF OR FAILURE TO PROVIDE SERVICES, OR FOR ANY INFORMATION, SOFTWARE, PRODUCTS, SERVICES AND RELATED GRAPHICS OBTAINED THROUGH THE WEBSITE, OR OTHERWISE ARISING OUT OF THE USE OF THE WEBSITE, WHETHER BASED ON CONTRACT, TORT, NEGLIGENCE, STRICT LIABILITY OR OTHERWISE, EVEN IF THE COMPANY OR ANY OF ITS SUPPLIERS HAS BEEN ADVISED OF THE POSSIBILITY OF DAMAGES. BECAUSE SOME STATES/JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES, THE ABOVE LIMITATION MAY NOT APPLY TO YOU. IF YOU ARE DISSATISFIED WITH ANY PORTION OF THE WEBSITE, OR WITH ANY OF THESE TERMS OF USE, YOUR SOLE AND EXCLUSIVE REMEDY IS TO DISCONTINUE USING THE WEBSITE.\n<h3><strong>Arbitration</strong></h3>\n​You hereby expressly waive any and all claims you may have, now or in the future, arising out of or relating to this Website, the Company, any and all contracts you enter into with the Company, and any and all of the Company’s products and services.\n\nTo the extent that you attempt to assert any such claim, you hereby expressly agree to present such claim only through binding arbitration to occur in Franklin, Tennessee. You further agree to and do hereby waive any right to class arbitration and agree, instead, to conduct an arbitration related solely to any individual claims you and/or any entity related to you asserts against the Company. To the fullest extent permissible by law, you further agree that you shall be responsible for all costs associated with initiating the arbitration and for the administration of the arbitration.\n<h3><strong>International Users</strong></h3>\nThe Service is controlled, operated and administered by the Company from our offices within the USA. If you access the Service from a location outside the USA, you are responsible for compliance with all local laws. You agree that you will not use the Company Content accessed through the Website in any country or in any manner prohibited by any applicable laws, restrictions or regulations.\n<h3><strong>Indemnification</strong></h3>\nYou agree to indemnify, defend, and hold harmless the Company, its officers, directors, employees, agents and third parties, for any losses, costs, liabilities and expenses (including reasonable attorneys’ fees) relating to or arising out of your use of or inability to use the Website or services, any user postings made by you, your violation of any terms of this Agreement or your violation of any rights of a third party, or your violation of any applicable laws, rules or regulations. The Company reserves the right, at its own cost, to assume the exclusive defense and control of any matter otherwise subject to indemnification by you, in which event you will fully cooperate with the Company in asserting any available defenses.\n<h3><strong>Termination And Access Restriction</strong></h3>\nThe Company reserves the right, in its sole discretion, to terminate your access to the Website and the related services or any portion thereof at any time, without notice. To the maximum extent permitted by law, and you hereby consent to resolve any and all disputes arising under or related to this Website or the Terms of Use pursuant to the Arbitration Clause above. Use of the Website is unauthorized in any jurisdiction that does not give effect to all provisions of these Terms, including, without limitation, this section.\n<h3><strong>No Joint Venture Or Other Relationship​</strong></h3>\nYou agree that no joint venture, partnership, employment, or agency relationship exists between you and the Company as a result of this agreement or use of the Website. The Company’s performance of this agreement is subject to existing laws and legal process, and nothing contained in this agreement is in derogation of the Company’s right to comply with governmental, court, and law enforcement requests or requirements relating to your use of the Website or information provided to or gathered by the Company with respect to such use. If any part of this agreement is determined to be invalid or unenforceable pursuant to applicable law including, but not limited to, the warranty disclaimers and liability limitations set forth above, then the invalid or unenforceable provision will be deemed superseded by a valid, enforceable provision that most closely matches the intent of the original provision and the remainder of the agreement shall continue in effect.\n<h3><strong>Entire Agreement</strong>​</h3>\nUnless otherwise specified herein, this agreement, along with the Privacy Policy and Disclaimer, constitutes the entire agreement between the user and the Company with respect to the Website and it supersedes all prior or contemporaneous communications and proposals, whether electronic, oral or written, between the user and the Company with respect to the Website. A printed version of this agreement and of any notice given in electronic form shall be admissible in judicial or administrative proceedings based upon or relating to this agreement to the same extent and subject to the same conditions as other business documents and records originally generated and maintained in printed form. It is the express wish to the parties that this agreement and all related documents be written in English.\n<h3><strong>Changes to Terms</strong></h3>\nThe Company reserves the right, in its sole discretion, to change the Terms under which the Website is offered. The most current version of the Terms will supersede all previous versions. The Company encourages you to periodically review the Terms to stay informed of our updates.\n\nEffective November 3, 2018\n\n</div>','Terms of Use','','publish','closed','closed','','terms-of-use','','','2020-04-08 21:30:30','2020-04-08 21:30:30','',0,'https://www.amtacshooting.com/?page_id=1479',0,'page','',0),
(1506,3,'2020-04-11 18:38:24','2020-04-11 18:38:24','','Radio Communications','','inherit','open','closed','','billradio-min','','','2020-04-11 18:38:24','2020-04-11 18:38:24','',0,'https://staging.amtacshooting.com/wp-content/uploads/2020/04/Billradio-min.jpg',0,'attachment','image/jpeg',0),
(1507,1,'2020-04-11 18:38:24','2020-04-11 18:38:24','','Radio Communications','','inherit','open','closed','','billradio-min-2','','','2020-04-11 18:38:24','2020-04-11 18:38:24','',0,'https://staging.amtacshooting.com/wp-content/uploads/2020/04/Billradio-min-1.jpg',0,'attachment','image/jpeg',0),
(1508,3,'2020-04-11 18:39:12','2020-04-11 18:39:12','','Radio-min','','inherit','open','closed','','radio-min','','','2020-04-11 18:39:12','2020-04-11 18:39:12','',0,'https://staging.amtacshooting.com/wp-content/uploads/2020/04/Radio-min.jpg',0,'attachment','image/jpeg',0),
(1509,1,'2020-04-11 18:39:12','2020-04-11 18:39:12','','Radio-min','','inherit','open','closed','','radio-min-2','','','2020-04-11 18:39:12','2020-04-11 18:39:12','',0,'https://staging.amtacshooting.com/wp-content/uploads/2020/04/Radio-min-1.jpg',0,'attachment','image/jpeg',0),
(1530,3,'2020-04-22 22:12:19','2020-04-22 22:12:19','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder-2','','','2020-04-22 22:12:19','2020-04-22 22:12:19','',0,'https://staging.amtacshooting.com/wp-content/uploads/2020/04/woocommerce-placeholder.png',0,'attachment','image/png',0),
(1531,1,'2020-04-22 22:12:19','2020-04-22 22:12:19','','woocommerce-placeholder','','inherit','open','closed','','woocommerce-placeholder-3','','','2020-04-22 22:12:19','2020-04-22 22:12:19','',0,'https://staging.amtacshooting.com/wp-content/uploads/2020/04/woocommerce-placeholder-1.png',0,'attachment','image/png',0),
(1535,3,'2020-07-15 20:55:58','2020-07-15 20:55:58','','Centurian Arms AMTAC Carbine Rifle','','inherit','open','closed','','centurian-arms-amtac-carbine-rifle','','','2020-07-15 20:55:58','2020-07-15 20:55:58','',0,'https://staging.amtacshooting.com/wp-content/uploads/2020/07/Centurian-Arms-AMTAC-Carbine-Rifle.jpg',0,'attachment','image/jpeg',0),
(1536,1,'2020-07-15 20:55:58','2020-07-15 20:55:58','','Centurian Arms AMTAC Carbine Rifle','','inherit','open','closed','','centurian-arms-amtac-carbine-rifle-2','','','2020-07-15 20:55:58','2020-07-15 20:55:58','',0,'https://staging.amtacshooting.com/wp-content/uploads/2020/07/Centurian-Arms-AMTAC-Carbine-Rifle-1.jpg',0,'attachment','image/jpeg',0),
(1537,3,'2020-07-15 21:01:51','2020-07-15 21:01:51','','Centurian Arms AMTAC Carbine Pistol','','inherit','open','closed','','centurian-arms-amtac-carbine-pistol','','','2020-07-15 21:01:51','2020-07-15 21:01:51','',0,'https://staging.amtacshooting.com/wp-content/uploads/2020/07/Centurian-Arms-AMTAC-Carbine-Pistol.jpg',0,'attachment','image/jpeg',0),
(1538,1,'2020-07-15 21:01:51','2020-07-15 21:01:51','','Centurian Arms AMTAC Carbine Pistol','','inherit','open','closed','','centurian-arms-amtac-carbine-pistol-2','','','2020-07-15 21:01:51','2020-07-15 21:01:51','',0,'https://staging.amtacshooting.com/wp-content/uploads/2020/07/Centurian-Arms-AMTAC-Carbine-Pistol-1.jpg',0,'attachment','image/jpeg',0),
(1539,1,'2020-07-15 21:42:15','2020-07-15 21:42:15','<h2>12 June 2020 (Lewisberry, PA)</h2>\n<blockquote><p>\"I have said many times here on the blog that I am sick of standing in lines with 10-20 other students and blazing away at targets like I’m standing in the ranks at Waterloo.&nbsp; So when I get the chance to take a class that is even a little bit different, particularly with an instructor who is a known quantity and covering a subject that interests me and could be of some use, then I am inclined to take it.&nbsp; This class, though not cheap for a one-day class, gave me the chance to brush up on some carbine skills, some moving while shooting, a touch of vehicle considerations, and of course the bag work.&nbsp; So I definitely thought it was worth my time and money.\"</p>\n<p>- Robert</p></blockquote>\n<p>Read full AAR <a href=\"https://civiliangunfighter.wordpress.com/2020/06/18/aar-american-tactical-shooting-instruction-bill-rapier-compact-carbine-deployment-lewisbury-pa-06-12-20/\">here.</a></p>\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Upcoming Courses</h3>\n<!-- /wp:heading -->\n\n<!-- wp:shortcode -->\n[add_eventon_list number_of_months=\"12\" event_count=\"3\" hide_past=\"yes\" event_type=\"14\" hide_empty_months=\"yes\" show_year=\"yes\" ]\n<!-- /wp:shortcode -->','AAR: Compact Carbine Deployment on Civilian Gunfighter','','publish','open','open','','aar-compact-carbine-deployment-on-civilian-gunfighter','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',0,'https://www.amtacshooting.com/?p=1539',0,'post','',0),
(1540,3,'2020-07-15 21:41:22','2020-07-15 21:41:22','','AAR Civilian Gunfighter','','inherit','open','closed','','aar-civilian-gunfighter','','','2020-07-15 21:41:22','2020-07-15 21:41:22','',0,'https://staging.amtacshooting.com/wp-content/uploads/2020/07/AAR-Civilian-Gunfighter.jpg',0,'attachment','image/jpeg',0),
(1541,1,'2020-07-15 21:41:22','2020-07-15 21:41:22','','AAR Civilian Gunfighter','','inherit','open','closed','','aar-civilian-gunfighter-2','','','2020-07-15 21:41:22','2020-07-15 21:41:22','',0,'https://staging.amtacshooting.com/wp-content/uploads/2020/07/AAR-Civilian-Gunfighter-1.jpg',0,'attachment','image/jpeg',0),
(1558,3,'2020-07-28 05:30:03','2020-07-28 05:30:03','','truck compact carbine','','inherit','open','closed','','truck-compact-carbine','','','2020-07-28 05:30:03','2020-07-28 05:30:03','',0,'https://staging.amtacshooting.com/wp-content/uploads/2020/07/truck-compact-carbine.jpg',0,'attachment','image/jpeg',0),
(1559,1,'2020-07-28 05:30:03','2020-07-28 05:30:03','','truck compact carbine','','inherit','open','closed','','truck-compact-carbine-2','','','2020-07-28 05:30:03','2020-07-28 05:30:03','',0,'https://staging.amtacshooting.com/wp-content/uploads/2020/07/truck-compact-carbine-1.jpg',0,'attachment','image/jpeg',0),
(1572,4,'2021-01-06 16:41:16','2021-01-06 16:41:16','','low vis course image[872]','','inherit','open','closed','','low-vis-course-image872','','','2021-01-06 16:41:16','2021-01-06 16:41:16','',0,'https://staging.amtacshooting.com/wp-content/uploads/2021/01/low-vis-course-image872.jpg',0,'attachment','image/jpeg',0),
(1573,1,'2021-01-06 16:41:16','2021-01-06 16:41:16','','low vis course image[872]','','inherit','open','closed','','low-vis-course-image872-2','','','2021-01-06 16:41:16','2021-01-06 16:41:16','',0,'https://staging.amtacshooting.com/wp-content/uploads/2021/01/low-vis-course-image872-1.jpg',0,'attachment','image/jpeg',0),
(1591,3,'2021-02-14 04:25:49','2021-02-14 04:25:49','','Modern Warrior Conference','','inherit','open','closed','','modern-warrior-conf-min','','','2021-02-14 04:25:49','2021-02-14 04:25:49','',0,'https://staging.amtacshooting.com/wp-content/uploads/2021/02/modern-warrior-conf-min.jpg',0,'attachment','image/jpeg',0),
(1592,1,'2021-02-14 04:25:49','2021-02-14 04:25:49','','Modern Warrior Conference','','inherit','open','closed','','modern-warrior-conf-min-2','','','2021-02-14 04:25:49','2021-02-14 04:25:49','',0,'https://staging.amtacshooting.com/wp-content/uploads/2021/02/modern-warrior-conf-min-1.jpg',0,'attachment','image/jpeg',0),
(1599,3,'2021-04-07 01:29:18','2021-04-07 01:29:18','','Pistol Vehicle Combatives Course','','inherit','open','closed','','pistol-vehicle-course-min','','','2021-04-07 01:29:18','2021-04-07 01:29:18','',0,'https://staging.amtacshooting.com/wp-content/uploads/2021/04/pistol-vehicle-course-min.jpg',0,'attachment','image/jpeg',0),
(1600,1,'2021-04-07 01:29:18','2021-04-07 01:29:18','','Pistol Vehicle Combatives Course','','inherit','open','closed','','pistol-vehicle-course-min-2','','','2021-04-07 01:29:18','2021-04-07 01:29:18','',0,'https://staging.amtacshooting.com/wp-content/uploads/2021/04/pistol-vehicle-course-min-1.jpg',0,'attachment','image/jpeg',0),
(1606,1,'2024-12-31 18:36:58','0000-00-00 00:00:00','<p>I get asked a lot about what sight to run for different pistol’s with different Miniature Red Dot Sights (MRDS).  Here is what I am currently running.</p>\n<p> </p>\n<p>For G17/19/45 with Aimpoint Acro or with Holosun 509T.</p>\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>&lt;iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B018JRCUUS&amp;asins=B018JRCUUS&amp;linkId=fde5473a95b2714d8375fcc6aa1dc1b4&amp;show_border=true&amp;link_opens_in_new_window=true\">&lt;/iframe></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>For the G43/43x/48 with an Trijicon RMRcc milled in, I use the same sights as for the full size pistols. I know it says that it does not work, but it does, you just have less rear sight drift ability. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>&lt;iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B018JRCUUS&amp;asins=B018JRCUUS&amp;linkId=29a4d8c3b2e0a69860a83d2d46d2f7ff&amp;show_border=true&amp;link_opens_in_new_window=true\">&lt;/iframe></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>For the G43/43x/48 with a Holosun 507k milled in, I use these sights. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>&lt;iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B01LOYB73O&amp;asins=B01LOYB73O&amp;linkId=0446f211c16cde19d4e2ca85f045894a&amp;show_border=true&amp;link_opens_in_new_window=true\">&lt;/iframe></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>For the MRDS:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holosun 509T</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>&lt;iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B084Z2768S&amp;asins=B084Z2768S&amp;linkId=c6e521b54fb6106e470dc69974064bf2&amp;show_border=true&amp;link_opens_in_new_window=true\">&lt;/iframe></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>Aimpoint Acro</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>&lt;iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B07Q61DVZN&amp;asins=B07Q61DVZN&amp;linkId=c656c08c1d805de88619f7a191659438&amp;show_border=true&amp;link_opens_in_new_window=true\">&lt;/iframe></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>Trijicon RMRcc</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>&lt;iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B08JJCX7NV&amp;asins=B08JJCX7NV&amp;linkId=250be1ee0245094762262dd8cfeb4607&amp;show_border=true&amp;link_opens_in_new_window=true\">&lt;/iframe></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>Holosun 507k</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>&lt;iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B08K1RF8WM&amp;asins=B08K1RF8WM&amp;linkId=cf55acdab3ddca96470b834cc835fd3b&amp;show_border=true&amp;link_opens_in_new_window=true\">&lt;/iframe></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>Holosun 507 C. If you need to save money this is the least expensive good MRDS (I have been running one on a UTM G17 and it has held up to abuse).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>&lt;iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B08G6HPY8Y&amp;asins=B08G6HPY8Y&amp;linkId=385f106387665ef9571a6b0ceeac3da1&amp;show_border=true&amp;link_opens_in_new_window=true\">&lt;/iframe></code></pre>\n<!-- /wp:code -->','Sights','','draft','open','open','','','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',0,'https://www.amtacshooting.com/?p=1606',0,'post','',0),
(1614,3,'2021-07-10 21:55:33','2021-07-10 21:55:33','','FO3 Rhodesian Brushstroke','','inherit','open','closed','','img_9429-2-min','','','2021-07-10 21:55:33','2021-07-10 21:55:33','',0,'https://staging.amtacshooting.com/wp-content/uploads/2021/07/IMG_9429-2-min-scaled-1.jpg',0,'attachment','image/jpeg',0),
(1615,1,'2021-07-10 21:55:33','2021-07-10 21:55:33','','FO3 Rhodesian Brushstroke','','inherit','open','closed','','img_9429-2-min-2','','','2021-07-10 21:55:33','2021-07-10 21:55:33','',0,'https://staging.amtacshooting.com/wp-content/uploads/2021/07/IMG_9429-2-min-scaled-2.jpg',0,'attachment','image/jpeg',0),
(1626,3,'2021-09-14 20:33:16','2021-09-14 20:33:16','','Winter Shooting','','inherit','open','closed','','winter-shooting-min','','','2021-09-14 20:33:16','2021-09-14 20:33:16','',0,'https://staging.amtacshooting.com/wp-content/uploads/2021/09/winter-shooting-min-scaled-1.jpg',0,'attachment','image/jpeg',0),
(1627,1,'2021-09-14 20:33:16','2021-09-14 20:33:16','','Winter Shooting','','inherit','open','closed','','winter-shooting-min-2','','','2021-09-14 20:33:16','2021-09-14 20:33:16','',0,'https://staging.amtacshooting.com/wp-content/uploads/2021/09/winter-shooting-min-scaled-2.jpg',0,'attachment','image/jpeg',0),
(1645,1,'2021-12-20 22:50:50','2021-12-20 22:50:50','','amtac-gear-hat-small-min','','inherit','open','closed','','amtac-gear-hat-small-min','','','2021-12-20 22:50:50','2021-12-20 22:50:50','',232,'https://staging.amtacshooting.com/wp-content/uploads/2021/12/amtac-gear-hat-small-min.jpg',0,'attachment','image/jpeg',0),
(1650,1,'2021-12-23 21:35:20','2021-12-23 21:35:20','','Walther Logo','','inherit','open','closed','','608-6085853_walther-arms-logo','','','2021-12-23 21:35:20','2021-12-23 21:35:20','',0,'https://staging.amtacshooting.com/wp-content/uploads/2021/12/608-6085853_walther-arms-logo.png',0,'attachment','image/png',0),
(1651,1,'2021-12-23 22:45:28','2021-12-23 22:45:28','','AMTAC Gear','','inherit','open','closed','','amtac-gear-logo-words-filled-map','','','2021-12-23 22:45:28','2021-12-23 22:45:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2021/12/amtac-gear-logo-words-filled-map.png',0,'attachment','image/png',0),
(1661,1,'2022-02-03 05:06:44','2022-02-03 05:06:44','','Groundfighting with Weapons','','inherit','open','closed','','groundfighting-with-weapons','','','2022-02-03 05:06:44','2022-02-03 05:06:44','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/02/Groundfighting-with-Weapons.png',0,'attachment','image/png',0),
(1671,1,'2022-02-03 17:06:29','2022-02-03 17:06:29','','Tom Kier photo','','inherit','open','closed','','tom-kier-photo','','','2022-02-03 17:06:29','2022-02-03 17:06:29','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/02/Tom-Kier-photo.jpg',0,'attachment','image/jpeg',0),
(1684,1,'2022-03-26 22:40:24','2022-03-26 22:40:24','','Tom Kier and Bill Rapier','','inherit','open','closed','','tom-and-bill-blade-and-pistol-min','','','2022-03-26 22:40:24','2022-03-26 22:40:24','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/02/tom-and-bill-blade-and-pistol-min.jpg',0,'attachment','image/jpeg',0),
(1685,1,'2022-03-26 22:44:27','2022-03-26 22:44:27','','2022 Modern Warrior Conference','','inherit','open','closed','','2022-modern-warrior-conf-resized-min-2','','','2022-03-26 22:44:27','2022-03-26 22:44:27','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/03/2022-modern-warrior-conf-resized-min-2.jpg',0,'attachment','image/jpeg',0),
(1686,1,'2022-04-13 23:53:44','2022-04-13 23:53:44','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bill Rapier</h3>\n<!-- /divi:heading -->\n\n<!-- divi:image {\"id\":1697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\" alt=\"Walther Pistol Bill\" class=\"wp-image-1697\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:pullquote -->\n<figure class=\"wp-block-pullquote\"><blockquote><p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p></blockquote></figure>\n<!-- /divi:pullquote -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Acosta</h3>\n<!-- /divi:heading -->\n\n<!-- divi:media-text {\"align\":\"wide\",\"mediaId\":1717,\"mediaLink\":\"https://www.amtacshooting.com/amtac-shooting-instructors/amtac-instructor-david-acosta/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg\" alt=\"\" class=\"wp-image-1717 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- divi:paragraph -->\n<p>&nbsp;David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an under-cover capacity for both state and federal investigations.&nbsp;</p>\n<!-- /divi:paragraph --></div></div>\n<!-- /divi:media-text -->\n\n<!-- divi:paragraph -->\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader and team leader. While there he was the primary marksmanship and tactics instructor for the team.&nbsp;</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their&nbsp; Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words... “Performance parallels preparation.”</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\"/><figcaption class=\"wp-element-caption\">David Acosta and Bill Rapier</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bryan Resnick</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\"/><figcaption class=\"wp-element-caption\">Kevin Kelly, Colin Quirk, Bill Rapier, Bryan Resnick and Frank Windell</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- divi:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:image {\"id\":1726,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1726\"/></figure>\n<!-- /divi:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Bryan \"Res\" Resnick</figcaption></figure>\n<!-- /divi:gallery -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Cagle</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\" alt=\"\" class=\"wp-image-1736\"/><figcaption class=\"wp-element-caption\">David Cagle</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kevin Kelly</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Kevin is a US Army Veteran. After his time as a soldier, he served his community as Firefighter/ EMT. He is a lifelong student of combatives and has trained under some of the best instructors in their fields.&nbsp;</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ &nbsp;under Mike Fernandez, boxed out of TMX boxing under Marty Mcdonough, he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier and Frank ‘Northman” Windell. He studied mindset, tactics and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>Kevin owns Winning Deadly Encounters, a force on force facility that provides a venue for people of all levels to test their skills against armed and trained roll players, a program that was started with the help of the late Frank “Northman’ Windell and Bryan Resnick.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>He is also the head combatives instructor for the East Coast Division of Father Son Ministry, a program that teaches young men to shoot and fight to allow them to be God’s instruments to protect their families. Kevin is a solid believer and is devoted to bringing up his family in a way that honors the Lord.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- divi:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\"/></figure>\n<!-- /divi:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Kevin Kelly and Bill Rapier</figcaption></figure>\n<!-- /divi:gallery -->[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Amtac Shooting Instructors','','publish','closed','closed','','amtac-shooting-instructors','','','2025-04-15 19:15:24','2025-04-15 19:15:24','',0,'https://www.amtacshooting.com/?page_id=1686',0,'page','',0),
(1690,1,'2022-04-02 00:40:46','2022-04-02 00:40:46','','Atienza Blade Seminar','','inherit','open','closed','','img_5520-min','','','2022-04-02 00:40:46','2022-04-02 00:40:46','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/04/IMG_5520-min.jpg',0,'attachment','image/jpeg',0),
(1694,1,'2022-04-02 21:19:36','2022-04-02 21:19:36','','Jiu Jitsu','','inherit','open','closed','','gustavo-bill-walther-2-min','','','2022-04-02 21:19:36','2022-04-02 21:19:36','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/04/gustavo-bill-walther-2-min.png',0,'attachment','image/png',0),
(1695,1,'2022-04-02 21:25:34','2022-04-02 21:25:34','','Walther Pistol Bill','','inherit','open','closed','','walther-pistol-bill-header-min','','','2022-04-02 21:25:34','2022-04-02 21:25:34','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-min.jpg',0,'attachment','image/jpeg',0),
(1697,1,'2022-04-02 21:29:40','2022-04-02 21:29:40','','Walther Pistol Bill','','inherit','open','closed','','walther-pistol-bill-header-trim-min','','','2022-04-02 21:29:40','2022-04-02 21:29:40','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg',0,'attachment','image/jpeg',0),
(1698,1,'2022-04-02 21:35:51','2022-04-02 21:35:51','','Bill Walther Pistol','','inherit','open','closed','','bill-walther-pistol-min','','','2022-04-02 21:35:51','2022-04-02 21:35:51','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/04/Bill-Walther-Pistol-min.jpg',0,'attachment','image/jpeg',0),
(1703,1,'2022-04-13 23:34:34','2022-04-13 23:34:34','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-talon%2ftalon','','','2022-04-13 23:34:34','2022-04-13 23:34:34','',0,'https://www.amtacshooting.com/wp-global-styles-talon%2ftalon/',0,'wp_global_styles','',0),
(1717,1,'2022-05-17 22:32:08','2022-05-17 22:32:08','','Amtac-Instructor-David-Acosta','','inherit','open','closed','','amtac-instructor-david-acosta','','','2022-05-17 22:32:08','2022-05-17 22:32:08','',1686,'https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg',0,'attachment','image/jpeg',0),
(1718,1,'2022-05-17 22:40:32','2022-05-17 22:40:32','','Amtac Instructor David Acosta with Bill','','inherit','open','closed','','amtac-instructor-david-acosta-with-bill-min','','','2022-05-17 22:40:32','2022-05-17 22:40:32','',1686,'https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min.jpg',0,'attachment','image/jpeg',0),
(1719,1,'2022-05-17 22:40:36','2022-05-17 22:40:36','','Amtac Instructor David Acosta','Amtac Shooting Instructor David Acosta','inherit','open','closed','','amtac-instructor-david-acosta-min','','','2022-05-17 22:40:36','2022-05-17 22:40:36','',1686,'https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-min.jpg',0,'attachment','image/jpeg',0),
(1726,1,'2022-05-17 23:02:51','2022-05-17 23:02:51','','AMTAC-INSTRUCTOR-BRYAN-RESNIK-min','','inherit','open','closed','','amtac-instructor-bryan-resnik-min','','','2022-05-17 23:02:51','2022-05-17 23:02:51','',1686,'https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg',0,'attachment','image/jpeg',0),
(1727,1,'2022-05-17 23:02:52','2022-05-17 23:02:52','','AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min','Amtac Shooting Instructor Bryan Resnick','inherit','open','closed','','amtac-instructors-bryan-resnik-2-min','','','2022-05-17 23:02:52','2022-05-17 23:02:52','',1686,'https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg',0,'attachment','image/jpeg',0),
(1728,1,'2022-05-17 23:02:52','2022-05-17 23:02:52','','AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min','','inherit','open','closed','','amtac-instructors-bryan-resnik-3-min','','','2022-05-17 23:02:52','2022-05-17 23:02:52','',1686,'https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-scaled-1.jpeg',0,'attachment','image/jpeg',0),
(1736,1,'2022-05-17 23:32:05','2022-05-17 23:32:05','','Amtac-Instructors-David-Cagle-min','Amtac Shooting Instructor David Cagle','inherit','open','closed','','amtac-instructors-david-cagle-min','','','2022-05-17 23:32:05','2022-05-17 23:32:05','',1686,'https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg',0,'attachment','image/jpeg',0),
(1753,1,'2022-07-01 02:56:59','2022-07-01 02:56:59','','Amtac-Instructors-David-Cagle','Amtac Shooting Instructor David Cagle','inherit','open','closed','','amtac-instructors-david-cagle-min-1','','','2022-07-01 02:56:59','2022-07-01 02:56:59','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/07/Amtac-Instructors-David-Cagle-min-1.jpg',0,'attachment','image/jpeg',0),
(1759,1,'2022-07-01 19:58:02','2022-07-01 19:58:02','','David Cagle_Wide Shot_Landing Page Course Image','Amtac Shooting Instructor David Cagle','inherit','open','closed','','david-cagle_wide-shot_landing-page-course-image','','','2022-07-01 19:58:02','2022-07-01 19:58:02','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/07/David-Cagle_Wide-Shot_Landing-Page-Course-Image.png',0,'attachment','image/png',0),
(1760,1,'2022-07-01 20:03:09','2022-07-01 20:03:09','','David Cagle_Wide Shot_Landing Page Course Image_version 2','Amtac Shooting Instructor David Cagle','inherit','open','closed','','david-cagle_wide-shot_landing-page-course-image_version-2','','','2022-07-01 20:03:09','2022-07-01 20:03:09','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/07/David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2.png',0,'attachment','image/png',0),
(1761,1,'2022-07-01 20:21:46','2022-07-01 20:21:46','','Bryan Resnick Pistol Course','','inherit','open','closed','','bryan-resnick-pistol-course','','','2022-07-01 20:21:46','2022-07-01 20:21:46','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/07/Bryan-Resnick-Pistol-Course.jpeg',0,'attachment','image/jpeg',0),
(1763,1,'2022-07-01 20:25:49','2022-07-01 20:25:49','','AMTAC-INSTRUCTOR-BRYAN-RESNIK-min','Amtac Shooting Instructor Bryan Resnick','inherit','open','closed','','amtac-instructor-bryan-resnik-min-2','','','2022-07-01 20:25:49','2022-07-01 20:25:49','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg',0,'attachment','image/jpeg',0),
(1764,1,'2022-07-01 20:41:16','2022-07-01 20:41:16','','David Cagle_Smiling Profile','Amtac Shooting Instructor David Cagle','inherit','open','closed','','david-cagle_smiling-profile','','','2022-07-01 20:41:16','2022-07-01 20:41:16','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/07/David-Cagle_Smiling-Profile.jpg',0,'attachment','image/jpeg',0),
(1765,1,'2022-07-01 20:49:34','2022-07-01 20:49:34','','David Cagle Smiling_Cropped for Course Landing Page','Amtac Shooting Instructor David Cagle','inherit','open','closed','','david-cagle-smiling_cropped-for-course-landing-page','','','2022-07-01 20:49:34','2022-07-01 20:49:34','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/07/David-Cagle-Smiling_Cropped-for-Course-Landing-Page-.png',0,'attachment','image/png',0),
(1766,1,'2022-07-01 20:52:56','2022-07-01 20:52:56','','David Cagle Smiling_Cropped for Course Landing Page (1)','','inherit','open','closed','','david-cagle-smiling_cropped-for-course-landing-page-1','','','2022-07-01 20:52:56','2022-07-01 20:52:56','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/07/David-Cagle-Smiling_Cropped-for-Course-Landing-Page-1.png',0,'attachment','image/png',0),
(1767,1,'2022-07-01 20:57:08','2022-07-01 20:57:08','','David Cagle_Wide Shot_Landing Page Course Image_version 2 (1)','','inherit','open','closed','','david-cagle_wide-shot_landing-page-course-image_version-2-1','','','2022-07-01 20:57:08','2022-07-01 20:57:08','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/07/David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1.png',0,'attachment','image/png',0),
(1770,1,'2022-07-22 21:20:40','2022-07-22 21:20:40','','AMTAC_T-SHIRT_FRONT_1000x1500','','inherit','open','closed','','amtac_t-shirt_front_1000x1500','','','2022-07-22 21:20:40','2022-07-22 21:20:40','',232,'https://staging.amtacshooting.com/wp-content/uploads/2022/07/AMTAC_T-SHIRT_FRONT_1000x1500.webp',0,'attachment','image/webp',0),
(1791,1,'2022-07-31 02:35:21','2022-07-31 02:35:21','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together).</p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum).</p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.</p>\n<p>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</p>\n<p>-<strong>Eddie</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </p>\n<p><strong>-Tom</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Walter</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</p>\n<p><strong>-Scott</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.</p>\n<p><strong>-Matt</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.</p>\n<p><strong>-Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.</p>\n<p><strong>- Neal</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br />First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</p>\n<p>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</p>\n<p><!-- divi:paragraph --></p>\n<p>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.</p>\n<p><strong>- Best Regards, Cameron</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South.</p>\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-John</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. <!-- divi:paragraph --></p>\n<p>Thanks!<!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</p>\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>&nbsp;</p>\n<p>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</p>\n<p><strong>-Edward</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p><!-- divi:paragraph --></p>\n<p>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh.</p>\n<p><strong>-Walter</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.</p>\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</p>\n<p><strong>-Brian</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</p>\n<p><strong>-Todd</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!<strong><br />-Bart</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.</p>\n<p><strong>-Sean</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.</p>\n<p><strong>-JH</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"|0px||0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" hover_enabled=\"0\" sticky_enabled=\"0\" disabled_on=\"on|on|off\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials','','publish','closed','closed','','amtac-shooting-testimonials','','','2025-04-15 18:59:10','2025-04-15 18:59:10','',0,'https://www.amtacshooting.com/?page_id=1791',0,'page','',0),
(1814,1,'2022-08-17 20:11:08','2022-08-17 20:11:08','<!-- wp:paragraph -->\n<p>We are proud to offer lodging during courses held locally at the Amtac Training Center, otherwise known as the ATC. The training building has an upstairs lodge with two bunk rooms, a kitchen with a propane fridge and stove, a living room with couches and wood burning stove, a space for dining room tables or other activities, and three full bathrooms. The ATC is off grid and powered by solar and water is supplied by an underground cistern. Mattresses, bedding and towels are provided. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":1815,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/08/ATC-Living-room-2-1024x768.jpg\" alt=\"\" class=\"wp-image-1815\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1816,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/08/ATC-stove-and-living-room-1024x768.jpg\" alt=\"\" class=\"wp-image-1816\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption\">Great room with three couches and a wood burning stove. <br><br></figcaption></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":1818,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/08/ATC-Bunks-1024x768.jpg\" alt=\"\" class=\"wp-image-1818\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1817,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/08/ATC-Bunks-2-768x1024.jpg\" alt=\"\" class=\"wp-image-1817\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption\">Two bunk rooms with bedding provided. </figcaption></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":1820,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/08/ATC-Bathroom-768x1024.jpg\" alt=\"\" class=\"wp-image-1820\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1819,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/08/ATC-Bathroom-2-768x1024.jpg\" alt=\"\" class=\"wp-image-1819\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption\">Three full bathrooms</figcaption></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":1821,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/08/ATC-kitchen-1024x768.jpg\" alt=\"\" class=\"wp-image-1821\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption\">Kitchen with sink, propane fridge and propane oven. <br></figcaption></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph -->\n<p>Lodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us with the contact form) or email us at AmtacShooting@gmail.com and let us know the dates of your stay. You must reach out to us to coordinate lodging arrangements no later than two weeks before the course.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Travel recommendations: If you are flying in we recommend using the Spokane International Airport. You will want to rent a vehicle with 4WD to travel to the ATC. </p>\n<!-- /wp:paragraph -->','Amtac Training Center (ATC) Lodging','','publish','closed','closed','','amtac-training-center-atc-lodging','','','2022-08-17 20:11:08','2022-08-17 20:11:08','',0,'https://www.amtacshooting.com/?page_id=1814',0,'page','',0),
(1815,1,'2022-08-17 20:05:43','2022-08-17 20:05:43','','ATC-Living-room-2','','inherit','open','closed','','atc-living-room-2','','','2022-08-17 20:05:43','2022-08-17 20:05:43','',1814,'https://staging.amtacshooting.com/wp-content/uploads/2022/08/ATC-Living-room-2-scaled-1.jpg',0,'attachment','image/jpeg',0),
(1816,1,'2022-08-17 20:05:45','2022-08-17 20:05:45','','ATC-stove-and-living-room','','inherit','open','closed','','atc-stove-and-living-room','','','2022-08-17 20:05:45','2022-08-17 20:05:45','',1814,'https://staging.amtacshooting.com/wp-content/uploads/2022/08/ATC-stove-and-living-room-scaled-1.jpg',0,'attachment','image/jpeg',0),
(1817,1,'2022-08-17 20:07:10','2022-08-17 20:07:10','','ATC-Bunks-2','','inherit','open','closed','','atc-bunks-2','','','2022-08-17 20:07:10','2022-08-17 20:07:10','',1814,'https://staging.amtacshooting.com/wp-content/uploads/2022/08/ATC-Bunks-2-scaled-1.jpg',0,'attachment','image/jpeg',0),
(1818,1,'2022-08-17 20:07:11','2022-08-17 20:07:11','','ATC-Bunks','','inherit','open','closed','','atc-bunks','','','2022-08-17 20:07:11','2022-08-17 20:07:11','',1814,'https://staging.amtacshooting.com/wp-content/uploads/2022/08/ATC-Bunks-scaled-1.jpg',0,'attachment','image/jpeg',0),
(1819,1,'2022-08-17 20:07:56','2022-08-17 20:07:56','','ATC-Bathroom-2','','inherit','open','closed','','atc-bathroom-2','','','2022-08-17 20:07:56','2022-08-17 20:07:56','',1814,'https://staging.amtacshooting.com/wp-content/uploads/2022/08/ATC-Bathroom-2-scaled-1.jpg',0,'attachment','image/jpeg',0),
(1820,1,'2022-08-17 20:07:59','2022-08-17 20:07:59','','ATC-Bathroom','','inherit','open','closed','','atc-bathroom','','','2022-08-17 20:07:59','2022-08-17 20:07:59','',1814,'https://staging.amtacshooting.com/wp-content/uploads/2022/08/ATC-Bathroom-scaled-1.jpg',0,'attachment','image/jpeg',0),
(1821,1,'2022-08-17 20:08:13','2022-08-17 20:08:13','','ATC-kitchen','','inherit','open','closed','','atc-kitchen','','','2022-08-17 20:08:13','2022-08-17 20:08:13','',1814,'https://staging.amtacshooting.com/wp-content/uploads/2022/08/ATC-kitchen-scaled-1.jpg',0,'attachment','image/jpeg',0),
(1834,1,'2022-08-30 17:28:42','2022-08-30 17:28:42','','Atienza Tuhon Leo Manalo','','inherit','open','closed','','atienza-fight','','','2022-08-30 17:28:42','2022-08-30 17:28:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/08/Atienza-Fight.jpg',0,'attachment','image/jpeg',0),
(1851,1,'2022-10-14 00:00:58','2022-10-14 00:00:58','','92672F3F-AAE4-49BD-A86C-0D1B9A880888','','inherit','open','closed','','92672f3f-aae4-49bd-a86c-0d1b9a880888','','','2022-10-14 00:00:58','2022-10-14 00:00:58','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/10/92672F3F-AAE4-49BD-A86C-0D1B9A880888.jpg',0,'attachment','image/jpeg',0),
(1861,1,'2022-10-14 07:45:32','2022-10-14 07:45:32','','Kevin Kelly Course Thumnail','','inherit','open','closed','','kevin-kelly-course-thumnail','','','2022-10-14 07:45:32','2022-10-14 07:45:32','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/10/Kevin-Kelly-Course-Thumnail.png',0,'attachment','image/png',0),
(1862,1,'2022-10-14 07:59:23','2022-10-14 07:59:23','','pistol medical bk','','inherit','open','closed','','pistol-medical-bk','','','2022-10-14 07:59:23','2022-10-14 07:59:23','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/pistol-medical-bk.jpg',0,'attachment','image/jpeg',0),
(1883,1,'2022-10-19 02:32:01','2022-10-19 02:32:01','','IMG-4327','','inherit','open','closed','','img-4327','','','2022-10-19 02:32:01','2022-10-19 02:32:01','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/10/IMG-4327-scaled-1.jpg',0,'attachment','image/jpeg',0),
(1884,1,'2022-10-19 02:32:16','2022-10-19 02:32:16','','IMG-4328','','inherit','open','closed','','img-4328','','','2022-10-19 02:32:16','2022-10-19 02:32:16','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/10/IMG-4328.jpg',0,'attachment','image/jpeg',0),
(1949,1,'2023-03-14 18:15:35','2023-03-14 18:15:35','','David A pic 1-min','','inherit','open','closed','','david-a-pic-1-min','','','2023-03-14 18:15:35','2023-03-14 18:15:35','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-1-min.jpg',0,'attachment','image/jpeg',0),
(1950,1,'2023-03-14 18:15:39','2023-03-14 18:15:39','','David A pic 2-min','','inherit','open','closed','','david-a-pic-2-min','','','2023-03-14 18:15:39','2023-03-14 18:15:39','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-2-min.jpg',0,'attachment','image/jpeg',0),
(1951,1,'2023-03-14 18:15:42','2023-03-14 18:15:42','','David A pic 3-min','','inherit','open','closed','','david-a-pic-3-min','','','2023-03-14 18:15:42','2023-03-14 18:15:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-3-min.jpg',0,'attachment','image/jpeg',0),
(1952,1,'2023-03-14 18:15:45','2023-03-14 18:15:45','','David A pic 4-min','','inherit','open','closed','','david-a-pic-4-min','','','2023-03-14 18:15:45','2023-03-14 18:15:45','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-4-min.jpg',0,'attachment','image/jpeg',0),
(1953,1,'2023-03-14 18:47:09','2023-03-14 18:47:09','','David A pic 2-min - Copy','','inherit','open','closed','','david-a-pic-2-min-copy','','','2023-03-14 18:47:09','2023-03-14 18:47:09','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-2-min-Copy.jpg',0,'attachment','image/jpeg',0),
(1958,1,'2023-03-31 23:40:05','2023-03-31 23:40:05','','Modern Warrior Conference 2023','','inherit','open','closed','','mwc-2023-min','','','2023-03-31 23:40:05','2023-03-31 23:40:05','',0,'https://staging.amtacshooting.com/wp-content/uploads/2022/10/MWC-2023-min.png',0,'attachment','image/png',0),
(1960,1,'2023-04-05 21:14:33','2023-04-05 21:14:33','<!-- wp:paragraph -->\n<p>Updated every 5 minutes, registration counts for all courses for 2023.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html /-->\n\n<!-- wp:html -->\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/2b8fed5429ecf0816bfa59c61cbd8211\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/44046a106f2a3520749581dd81f2c1de\" style=\"width:100%;height:50;\"></iframe>\n\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/cccf941b4317408a0eabcf38ad556d14\" style=\"width:100%;height:50;\"></iframe>\n\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/02bba40e20adddfc8382ef696c97c7ab\" style=\"width:100%;height:50;\"></iframe>\n\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/854eb579b5f06de010c2863f9e6f5d7a\" style=\"width:100%;height:50;\"></iframe>\n\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/d61d95618690f38c7e8c7537dcf08870\" style=\"width:100%;height:50;\"></iframe>\n\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/34e9bf020b8204cacf6958ae31b44e7f\" style=\"width:100%;height:50;\"></iframe>\n\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/da68f41fd7e2341aa8225b4551c3f0f9\" style=\"width:100%;height:50;\"></iframe>\n\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/d0d67e223ee1101cdaf03cc83730647c\" style=\"width:100%;height:50;\"></iframe>\n\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/99f4df48b9dda0ec93ffc4fa23827ff7\" style=\"width:100%;height:50;\"></iframe>\n\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/7de5f2aeba94c1e4a3494b1f81760ae6\" style=\"width:100%;height:50;\"></iframe>\n\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/a95ef81f8257bd14793f8e82fcc03d30\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/9a395421a65595c9bf48347caa6840d2\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/483c1e6d99a35396584f6fb8c9382dbb\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/5bd2fcce57408d3b80fd0884fea4969a\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/b0ad251f66fec3fd6e0a2f389a226599\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/353c61564fbe24e14b32179387c6a4fa\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/44d8aa7fb6f2b7f228a18af3bce8f9c8\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/53c1eacdf86bcf4a0d6dc4afa7da0008\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/7dcdb738aeafc1912b1dc75aef770d57\" style=\"width:100%;height:50;\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2>Income for each course.</h2>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/15d7825fc587c91f95561e8035f84115\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/a8bab95aab0df98e64c8fd5882901400\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/caa23695b610ff18739e8a4a07c8d273\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/7964bede4579a7ed7e9c42e32308ac15\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/e0a5d56ce3693687818765b7d73243a9\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/0368af092f36c7d6edfdbde2bb400ea7\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/f0c22d49be60dd506cfcec4cbc0c6527\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/5ed9ee41e572c2db1297c39fc32ab1ee\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/eef588c3a191ab8c625cc85f6db5de9b\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/5613089a4eea5def9bd6cd1f917186eb\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/8259a33c27f6135d83c389b256b6671a\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/f82df9c02693a260469074bb6a9f56db\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/55352fe06824ab2a599459f03acdc2af\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/638a57b0af5aaa7ebf85a827ca0df6d9\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/9deb94bcc65076ecfb6b81a88da8aa9c\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/659670a14cc96af762ee7fc625498394\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/eabbc3fe9f52a23a31d5d6e9937a2424\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/8132dec313fbdd11a6bc379a878208f7\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/38b70a9c8d3d62e8ce88caf519e84e8d\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/e0ea912b6e8b5f1e2b8e923e08136eb7\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/b4b575e03bb721215714240347feddbf\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/2d11bf72f475522843f31b5202780518\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/ee29924a24eb75216dea814d7bdae560\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/eca9276d6446d201ff3622c0009306c8\" style=\"width:100%;height:50;\"></iframe>\n\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/counter/widget.html?source=https://api.webconnex.com/v1/widgets/a8bab95aab0df98e64c8fd5882901400\" style=\"width:100%;height:50;\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Type the course date by year month and day in the search box for quickly pulling up registrations for one course.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<iframe src=\"https://s3-us-west-2.amazonaws.com/assets.webconnex.com/widgets/roster/widget.html?source=https://api.webconnex.com/v1/widgets/a25356a01f3edce3342596431123f13f\" style=\"width:100%;height:800px;border:hidden;\"></iframe>\n<!-- /wp:html -->','Regfox Registrations','','publish','closed','closed','TotalCount2023','regfox-registrations','','','2023-04-05 21:14:33','2023-04-05 21:14:33','',0,'https://www.amtacshooting.com/?page_id=1960',0,'page','',0),
(2053,1,'2023-06-20 06:29:10','2023-06-20 06:29:10','<!-- wp:image {\"id\":2061,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/Header-AAR.jpg\" alt=\"\" class=\"wp-image-2061\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {\"align\":\"center\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator aligncenter has-alpha-channel-opacity is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:image {\"id\":2060,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2023/06/IMG_9740-min-min-1-1-1024x606.jpg\" alt=\"\" class=\"wp-image-2060\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {\"align\":\"center\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator aligncenter has-alpha-channel-opacity is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><em>This AAR and additional feedback was graciously given by students of the Amtac Shooting Tribe-Centric CQB Course held April 2023.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BLUF:</strong><br>Amtac Shooting Instruction delivers outstanding instruction through the Tribe-Centric CQB course. Valuable technical skills are taught as well as mental/mindset skills in the overwhelming and chaotic arena of CQB. Pistol/carbine fundamentals, 1-4+ man CQB, tribe (spouse, children, non-trained people, etc.), and mindset considerations are covered. Lead instructor, Bill Rapier, is a capable teacher who relates meaningful and relevant material from years of top-tier experience. It is a rare occurrence to find an instructor who is seasoned at the top level of real-world application and can translate that experience into a cohesive instructional package. Bill Rapier of AmTac Shooting Instruction delivers just such a package. Rapier teaches with a professional, efficient, and serious demeanor, yet is approachable, delivering his course material with humility and respect regardless of student age, experience, occupation, civilian, military, or law enforcement service. He is clearly invested in the improvement of all his students and their ability to handle emergent circumstances in real-world applications.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>NARRATIVE:&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was my second course attended through AmTac Shooting Instruction. My first course was a&nbsp; two-day Integrated Combatives course attended in the fall of 2022. I found the combatives course to be so valuable to my own improvement, that I registered for the April 2023 Tribe-Centric CQB course almost immediately when I discovered it was offered.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">DAY ONE</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>8:30am, Students meet AmTac owner and Lead Instructor, Bill Rapier at the rally point to caravan to the Training Center. The long North Idaho winter had finally broken, and temps were pleasant with sunshine and a light breeze. As communicated via email a couple days prior, there were still some remnants of deep, slushy snow clinging to the shady parts of the road for the final quarter mile up to the TC. So, after a few miles up the mountain road, we parked the vehicles and rucked our gear the rest of the way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once upstairs at the ATC, brief introductions were made, and Bill summarized the day’s syllabus.&nbsp; After delivering the safety/emergency briefing and asking for questions, we shed lunches and rucked down the hill to the live-fire range for pistol instruction.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pistol instruction covered most pistol basics with a focus on CQB application. Shot group analysis (Three Amigos, anyone?), Strike Ready position, grip, recoil management, trigger finger placement, rapid-fire, etc… One very notable point of instruction was the focus on stance and comparison of the strong athletic stance that Rapier teaches in regular shooting vs. a more isosceles stance in relation to the application of CQB techniques. After each point of instruction, Bill would perform live fire demonstrations and ensure students’ questions were answered with detailed explanations prior to starting the next live fire exercise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:media-text {\"align\":\"wide\",\"mediaId\":2073,\"mediaLink\":\"https://www.amtacshooting.com/?attachment_id=2073\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_1489-min-2.jpg\" alt=\"\" class=\"wp-image-2073 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p>The pistol instruction block ended with each student taking a “modified” run through the steel target course where shooters moved down the hill, identifying and engaging steel targets of assorted sizes interspersed in the forest. This was a fun culmination to the live-fire portion of the day, and we rucked back up the hill for lunch at approximately 1:00pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lunch upstairs in the AmTac Training Center was pleasant with students enjoying fellowship and getting to know one another. Many of the students were already acquainted, having attended previous courses either at the North Idaho ATC or through one of AmTac’s many national courses.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>After wrapping up lunch, Bill detailed the remainder of the day, and a block of instruction was given upstairs about CQB. I recommend bringing a notepad as there is a tremendous amount of information and instruction given throughout the entire course. This first block of information detailed basic CQB doctrine and SOPs. Points of instruction covered: the difference between “dynamic” vs “deliberate” entries, angles, positive identification of targets, elements of individual and team movement, element of surprise, body language, teammates, priority of threats, and verbal commands. Afterward, we moved downstairs to begin applying the concepts and SOPs in the ATC shoot house.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":2071,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/AAR-collage.jpg\" alt=\"\" class=\"wp-image-2071\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A note about safety. Bill carefully and clearly communicated to students the process and protocols used to ensure everyone’s safety while around and using the shoot house. Throughout the three days of instruction, he related some stories with tragic consequences and hard lessons learned from his experience. All real firearms were stored away from the training area. Students (and Bill) were repeatedly checked to ensure that anything carried was a training pistol or training blade. After breaks and prior to runs in the shoot house, students and Bill would check each other for “live” weapons; lifting shirts and emptying pockets to ensure training partners and instructor that only training guns/blades were carried.<br>The application part of the afternoon began with 2 man “dynamic” entry of center-fed and corner-fed rooms using SIRT pistols or blue guns. After that, the focus was entirely shifted to “deliberate” clearing techniques and SOPs with each successive repetition through the shoot house getting more complicated with the addition of multiple targets, unarmed/non-combatants, multiple rooms, inward/outward opening doors, communication with team, and decision making. Each rep through the shoot house challenged individuals to retain and apply the instruction as well as decision-making and teamwork. The day also progressed from using SIRT/blue pistols to UTM pistols provided by AmTac.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first day wrapped up around 5:30pm with Bill answering student questions on any of the material covered throughout the day. Bill gave students instructions for the next day. A handful of students stayed overnight in the ATC upstairs bunkhouse while the rest of us rucked back down the partially snow-covered road to our vehicles to return to our hotels or homes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">DAY TWO</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Meet at 8:30am, caravan, park, ruck to the TC. Bill gives a brief syllabus for the day; students drop off lunches and ruck down to the range for carbine live-fire. Students start with a brief “zeroing”&nbsp; session at 50 yards and fundamentals of marksmanship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"align\":\"wide\",\"mediaPosition\":\"right\",\"mediaId\":2074,\"mediaLink\":\"https://www.amtacshooting.com/?attachment_id=2074\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\"><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p>Once “zeroed,” we moved forward to work approx. 7-10 yards from the target line. Bill took the group through carbine fundamentals and concepts such as: “Circle of Awareness,” Strike Ready position, low ready, hip position/stance, switching shoulders, recoil management on rapid fire, prepping mags, rifle cant, emergency reloads, etc... Again,&nbsp; Bill would pause at the end of each block of instruction for questions and demonstrate the concepts before having the students run the course of fire.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_1515-min.jpg\" alt=\"\" class=\"wp-image-2074 size-full\"/></figure></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p>The live fire day was finished around 1:00pm with individual runs through the woods course,&nbsp; starting at a station in the woods, identifying and placing rounds on steel targets that were a minimum of 50 yards downrange, then moving over challenging terrain to the next station, engaging the next set of steel targets, etc. Each student was accompanied by Bill, taking on the role of coach, spotter, or RSO&nbsp; as required.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once back up the hill at the ATC, we had lunch around 1:45pm. My general impression of AmTac&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>students is that they are a good bunch of folks, and I am happy to report that this group did not break that impression. Students and Bill exchanged stories, talked about current events, asked questions, and enjoyed fellowship, getting to know one another. Speaking for myself, I am happy to have met and made new friends at an AmTac course, once again.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After lunch, the instruction block was brief. Bill explained that we would be performing mostly the same concepts as the previous day, only with carbines. Bill provided some UTM training bolts for the carbines along with UTM rounds so that the students would be able to use their own personal carbines/optic/light setups.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"align\":\"wide\",\"mediaId\":2076,\"mediaLink\":\"https://www.amtacshooting.com/?attachment_id=2076\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/187f4bc379da32c651a1-min-689x1024.jpeg\" alt=\"\" class=\"wp-image-2076 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p>Numerous additional CQB concepts and SOPs were covered such as: “Angle Man &amp; Corner Boy,”&nbsp; decision making, non-verbal communication, safety manipulations, low/high port, “Cheater’s” Low&nbsp; Ready, etc... I am thankful that my pen did not run out of ink from all the note-taking!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The day finished later than the first day as the exercises progressed in complexity. The final run&nbsp; finished around 6:00pm and the students gathered upstairs for dinner provided by AmTac. I am especially grateful to Mrs. Rapier for the delicious entrée of Shepherd’s Pie with salad and cornbread.&nbsp; Also, I do not usually eat sugar, but an exception had to be made for the dessert brownies. They were spectacular! My compliments to the chef!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The evening finished with instructions for the next day and another walk down the hill to our respective vehicles.&nbsp;</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">DAY THREE</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Meet at 8:30am, caravan, park, ruck. Bill gives a brief syllabus and introduces two of his sons who would be role-players later in the day. The entire day will be devoted to repetitions in the shoot house after the morning mindset talk.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"align\":\"wide\",\"mediaId\":2077,\"mediaLink\":\"https://www.amtacshooting.com/?attachment_id=2077\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2023/06/IMG_9750-2-min-492x1024.jpg\" alt=\"\" class=\"wp-image-2077 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p>One of the things that most impressed me with the first course that I attended with Bill was the mindset talk. Mindset is a truly overlooked aspect of training. Some good discussion was had, and I was certainly challenged in my self-evaluation once again regarding awareness, willingness, and preparation.&nbsp; By the end of that mindset talk, each man in that room heard The Truth. What they do with it is up to them, but I deeply appreciate this aspect of Bill’s courses.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the morning mindset talk, we went downstairs to start working reps through the shoot&nbsp; house. This day was the “Tribe-centric” day of the course. First, there was an instruction block and a repetition on single man entry/CQB with pistol and one of Bill’s sons as a non-combatant or limited capability role-player. Students were tasked with clearing the shoot house while communicating/instructing/moving a child. Next, moving on to larger teams with the child as a limited capability combatant. Late break for lunch, then back to work in the shoot house. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p>The day’s exercises ended with a force-on-force culmination exercise that tasked a three-man team to execute a mission to rescue a kidnapped child. The exercise was complete with unknown OpFor, shoot/no-shoot decisions,&nbsp; auditory overload, and general mayhem. Outstanding!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The third day closed with Bill asking for final questions and expressing his gratitude to the students. Students said their goodbyes, some exchanged contact info, and we rucked back down the hill one last time.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was an excellent course. The CQB information and presentation is outstanding. Be advised that due to the nature of the course and the fact that Bill is teaching without an assistant, there will be a lot of down time while other teams take their turn through the shoot house. However, after each repetition through the shoot house, Bill would give an immediate AAR to each team, offering further insight, instruction, and wisdom on a personalized individual level. This was immensely valuable, and I&nbsp; learned things that I could immediately implement and apply with my tribe back home. That said, we&nbsp; were blessed to have had such beautiful weather for the three days that we spent on “AmTac&nbsp; Mountain.” The AmTac Training Center is still a work in progress, and the facility was recovering from a&nbsp; long hard North Idaho winter, but even with some small adversity, it is a wonderful place to learn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"align\":\"wide\",\"mediaId\":2078,\"mediaLink\":\"https://www.amtacshooting.com/?attachment_id=2078\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/187f3e3dbfab9d31dbd1-min-1-819x1024.jpeg\" alt=\"\" class=\"wp-image-2078 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p>I am humbled to have had this opportunity and deeply thankful that I am one of the eleven&nbsp; “Plank Owners” (as Bill said) of the first AmTac Tribe-Centric CQB course. As a responsibly armed citizen and Christian man, I have deep respect and gratitude for someone like Bill who is dedicated to service. I&nbsp; am excited to relay what I have learned to my own tribe and as Bill says, “integrate this material into my&nbsp; own system.”&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I look forward to my next AmTac course and highly recommend attending any of Bill Rapier’s courses to all my responsibly armed friends and family.&nbsp;</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p>Some course stats:&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pistol round count: approx. 300&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rifle round count approx. 300&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Safety issues/violations: None. Students were advised of safe standing location before the carbine steel challenges began. Students were reminded and advised to move and remain in safer location during carbine steel runs, but no direct safety violations were observed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- S.F.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">ADDITIONAL COURSE FEEDBACK</h2>\n<!-- /wp:heading -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>“The most impactful part was Bill’s material on working with kids/untrained partners. How you can plug them in as an asset with simple instructions and also keep them safe. When I got home, I spent a couple of hours with my son. I can give him tools or have him access my tools on command. His a team member and not a liability.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This applies to all courses but this is training and not entrainment. It’s all about being more capable people. That’s why I come back for more training. You are also building a great training center and tribe. Thank you.&nbsp;“</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;- Peter</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p><em>“The Tribe Centric CQB class presents CQB concepts framed in a manner pertinent to the responsible armed citizen, in order to be better protectors of our families and neighbors. Live fire on the range is combined with exercises in the Amtac Training Center shoothouse utilizing UTM munitions. You will swiftly realize the difficulty of processing information rapidly in such an environment, and Bill is a master at teaching this craft. For anyone who carries a firearm, I highly recommend training with Amtac in general and this class in particular.”</em></p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>- Daniel</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>I have about three decades of combined military/LE/security experience and I’ve completed numerous training courses but the CQB course with Bill was nearly all new information for me. &nbsp;Even very experienced shooters will learn new skills and then get a chance to use them in a shoot house under various conditions (dry, UTMs versus paper targets and UTMs versus live opposition), all while being observed and receiving feedback from Bill. &nbsp;This course is a rare opportunity for students to have the opportunity to learn from someone who served at the highest level in a unit where CQB is one of the primary functions, and every student will come away with new skills to continue to drill in the future. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bill discussed a level 2 course and I would be extremely interested in taking that. &nbsp;I am by most measures an experienced shooter but I think I might also benefit from taking the initial CQB course over again if the chance arises. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Key things that I enjoyed about the course:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Getting a deeper view into a skill set that my career really hasn’t focused on</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Being able to drill those skills multiple ways with UTMs&nbsp;</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Seeing the various equipment and weapons setups that fellow students had and being able to observe how those platforms performed in this environment</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Working with experienced students who had all taken previous classes from Bill and largely shared similar desires to better protect their family, and in many cases also shared social and religious outlooks. &nbsp;There was a degree of commonality among the students and it made the training experience take on a social aspect that I also heard other students remark about. &nbsp;Several of us exchanged information and will remain in touch going forward. &nbsp;</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>-Jeff </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[convertkit form=5311860]\n<!-- /wp:shortcode -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Upcoming Courses</h2>\n<!-- /wp:heading -->\n\n<!-- wp:shortcode -->\n[add_eventon_list number_of_months=\"12\" event_count=\"3\" hide_past=\"yes\" hide_empty_months=\"yes\" show_year=\"yes\" ]\n<!-- /wp:shortcode -->','AAR: The Amtac Shooting Tribe-Centric CQB','','publish','open','open','','aar-the-amtac-shooting-tribe-centric-cqb','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',0,'https://www.amtacshooting.com/?p=2053',0,'post','',0),
(2054,1,'2023-06-20 00:26:25','2023-06-20 00:26:25','','IMG_9740-min-min','','inherit','open','closed','','img_9740-min-min','','','2023-06-20 00:26:25','2023-06-20 00:26:25','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_9740-min-min-scaled-1.jpg',0,'attachment','image/jpeg',0),
(2056,1,'2023-06-20 00:36:40','2023-06-20 00:36:40','','IMG_9740-min-min-1','','inherit','open','closed','','img_9740-min-min-1','','','2023-06-20 00:36:40','2023-06-20 00:36:40','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_9740-min-min-1-scaled-1.jpg',0,'attachment','image/jpeg',0),
(2058,1,'2023-06-20 00:38:05','2023-06-20 00:38:05','','IMG_9740-min-min-2','','inherit','open','closed','','img_9740-min-min-2','','','2023-06-20 00:38:05','2023-06-20 00:38:05','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_9740-min-min-2-scaled-1.jpg',0,'attachment','image/jpeg',0),
(2059,1,'2023-06-20 00:39:23','2023-06-20 00:39:23','','IMG_9740-min-min-3','','inherit','open','closed','','img_9740-min-min-3','','','2023-06-20 00:39:23','2023-06-20 00:39:23','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_9740-min-min-3-scaled-1.jpg',0,'attachment','image/jpeg',0),
(2060,1,'2023-06-20 00:45:06','2023-06-20 00:45:06','','IMG_9740-min-min-1-1','','inherit','open','closed','','img_9740-min-min-1-1','','','2023-06-20 00:45:06','2023-06-20 00:45:06','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_9740-min-min-1-1-scaled-1.jpg',0,'attachment','image/jpeg',0),
(2061,1,'2023-06-20 00:58:32','2023-06-20 00:58:32','','Header-AAR','','inherit','open','closed','','header-aar','','','2023-06-20 00:58:32','2023-06-20 00:58:32','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/Header-AAR.jpg',0,'attachment','image/jpeg',0),
(2062,1,'2023-06-20 01:04:14','2023-06-20 01:04:14','','amtac_vector_logo_colorcmyk','','inherit','open','closed','','amtac_vector_logo_colorcmyk','','','2023-06-20 01:04:14','2023-06-20 01:04:14','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/amtac_vector_logo_colorcmyk-scaled-1.jpg',0,'attachment','image/jpeg',0),
(2066,1,'2023-06-20 01:30:36','2023-06-20 01:30:36','','IMG_1528','','inherit','open','closed','','img_1528','','','2023-06-20 01:30:36','2023-06-20 01:30:36','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_1528.jpg',0,'attachment','image/jpeg',0),
(2067,1,'2023-06-20 01:30:36','2023-06-20 01:30:36','','IMG_1489-min','','inherit','open','closed','','img_1489-min','','','2023-06-20 01:30:36','2023-06-20 01:30:36','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_1489-min.jpg',0,'attachment','image/jpeg',0),
(2068,1,'2023-06-20 01:30:36','2023-06-20 01:30:36','','IMG_9749-min','','inherit','open','closed','','img_9749-min','','','2023-06-20 01:30:36','2023-06-20 01:30:36','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_9749-min.jpg',0,'attachment','image/jpeg',0),
(2069,1,'2023-06-20 01:30:36','2023-06-20 01:30:36','','IMG_9739-min','','inherit','open','closed','','img_9739-min','','','2023-06-20 01:30:36','2023-06-20 01:30:36','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_9739-min.jpg',0,'attachment','image/jpeg',0),
(2070,1,'2023-06-20 01:32:34','2023-06-20 01:32:34','','IMG_9739-min','','inherit','open','closed','','img_9739-min-2','','','2023-06-20 01:32:34','2023-06-20 01:32:34','',0,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_9739-min-edited.jpg',0,'attachment','image/jpeg',0),
(2071,1,'2023-06-20 01:41:11','2023-06-20 01:41:11','','AAR-collage','','inherit','open','closed','','aar-collage','','','2023-06-20 01:41:11','2023-06-20 01:41:11','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/AAR-collage.jpg',0,'attachment','image/jpeg',0),
(2072,1,'2023-06-20 05:30:01','2023-06-20 05:30:01','','IMG_1489-min-1','','inherit','open','closed','','img_1489-min-1','','','2023-06-20 05:30:01','2023-06-20 05:30:01','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_1489-min-1.jpg',0,'attachment','image/jpeg',0),
(2073,1,'2023-06-20 05:31:58','2023-06-20 05:31:58','','IMG_1489-min-2','','inherit','open','closed','','img_1489-min-2','','','2023-06-20 05:31:58','2023-06-20 05:31:58','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_1489-min-2.jpg',0,'attachment','image/jpeg',0),
(2074,1,'2023-06-20 05:34:43','2023-06-20 05:34:43','','IMG_1515-min','','inherit','open','closed','','img_1515-min','','','2023-06-20 05:34:43','2023-06-20 05:34:43','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_1515-min.jpg',0,'attachment','image/jpeg',0),
(2075,1,'2023-06-20 06:03:01','2023-06-20 06:03:01','','187f3e3dbfab9d31dbd1-min','','inherit','open','closed','','187f3e3dbfab9d31dbd1-min','','','2023-06-20 06:03:01','2023-06-20 06:03:01','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/187f3e3dbfab9d31dbd1-min.jpeg',0,'attachment','image/jpeg',0),
(2076,1,'2023-06-20 06:03:11','2023-06-20 06:03:11','','187f4bc379da32c651a1-min','','inherit','open','closed','','187f4bc379da32c651a1-min','','','2023-06-20 06:03:11','2023-06-20 06:03:11','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/187f4bc379da32c651a1-min.jpeg',0,'attachment','image/jpeg',0),
(2077,1,'2023-06-20 06:08:14','2023-06-20 06:08:14','','IMG_9750-2-min','','inherit','open','closed','','img_9750-2-min','','','2023-06-20 06:08:14','2023-06-20 06:08:14','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_9750-2-min-scaled-1.jpg',0,'attachment','image/jpeg',0),
(2078,1,'2023-06-20 06:12:17','2023-06-20 06:12:17','','187f3e3dbfab9d31dbd1-min-1','','inherit','open','closed','','187f3e3dbfab9d31dbd1-min-1','','','2023-06-20 06:12:17','2023-06-20 06:12:17','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/187f3e3dbfab9d31dbd1-min-1.jpeg',0,'attachment','image/jpeg',0),
(2085,1,'2023-07-19 02:30:03','2023-07-19 02:30:03','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<!-- wp:media-text {\"mediaId\":1950,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-2-min-300x200.jpg\" alt=\"\" class=\"wp-image-1950 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-08-26-carbine-1-course-tx-led-by-david-acosta?affiliate=greenfield\"><strong>26 AUGUST 2023 - AMTAC SHOOTING CARBINE 1 COURSE LED BY DAVID ACOSTA</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1951,\"mediaLink\":\"https://www.amtacshooting.com/events/6-7-may-2023-amtac-shooting-integrated-combatives-course-led-by-david-acosta/david-a-pic-3-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-3-min-1024x863.jpg\" alt=\"\" class=\"wp-image-1951 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-08-27-pistolcombatives-1-course-tx-led-by-david-acosta?affiliate=greenfield\"><strong>27 AUGUST 2023 - AMTAC SHOOTING PISTOL/COMBATIVES 1 COURSE LED BY DAVID ACOSTA</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1325,\"mediaLink\":\"https://www.amtacshooting.com/carbine_header-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/carbine_header-min.jpg\" alt=\"\" class=\"wp-image-1325 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-09-19-combative-carbine-course-id?affiliate=greenfield\"><strong>19-20 SEPTEMBER 2023 - AMTAC SHOOTING COMBATIVE CARBINE COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1698,\"mediaLink\":\"https://www.amtacshooting.com/bill-walther-pistol-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Bill-Walther-Pistol-min-1024x576.jpg\" alt=\"Bill Walther Pistol\" class=\"wp-image-1698 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-09-21-advance-responsible-armed-citizen-arac-course-south-id?affiliate=greenfield\"><strong>21-22 SEPTEMBER 2023 - AMTAC SHOOTING ADVANCED RESPONSIBLE ARMED CITIZEN (ARAC) COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1763,\"mediaLink\":\"https://www.amtacshooting.com/events/https-amtacshooting-regfox-com-amtac-shooting-pistolcombatives-1-course-bryan-resnick/amtac-instructor-bryan-resnik-min-2/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1763 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-10-07-carbine-1-course-ga-led-by-bryan-resnick?affiliate=greenfield\"><strong>7 OCTOBER 2023 - AMTAC SHOOTING CARBINE 1 COURSE LED BY BRYAN RESNICK</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1698,\"mediaLink\":\"https://www.amtacshooting.com/bill-walther-pistol-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Bill-Walther-Pistol-min-1024x576.jpg\" alt=\"Bill Walther Pistol\" class=\"wp-image-1698 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-10-07-advanced-responsible-armed-citizen-arac-course-fl?affiliate=greenfield\"><strong>7-8 OCTOBER 2023 - AMTAC SHOOTING ADVANCED RESPONSIBLE ARMED CITIZEN (ARAC) COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1763,\"mediaLink\":\"https://www.amtacshooting.com/events/https-amtacshooting-regfox-com-amtac-shooting-pistolcombatives-1-course-bryan-resnick/amtac-instructor-bryan-resnik-min-2/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1763 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-10-08-pistolcombatives-1-course-ga-led-by-bryan-resnick?affiliate=greenfield\"><strong>8 OCTOBER 2023 - AMTAC SHOOTING PISTOL/COMBATIVES 1 COURSE LED BY BRYAN RESNICK</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1883,\"mediaLink\":\"https://www.amtacshooting.com/events/26-28-april-2023-tribe-centric-cqb-working-out-final-logistics-registration-will-be-available-soon/img-4327/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/10/IMG-4327-1024x768.jpg\" alt=\"\" class=\"wp-image-1883 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-10-18-the-amtac-shooting-tribe-centric-cqb-course-id?affiliate=greenfield\"><strong>18-20 OCTOBER 2023 - THE AMTAC SHOOTING TRIBE CENTRIC CQB COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1949,\"mediaLink\":\"https://www.amtacshooting.com/events/6-7-may-2023-amtac-shooting-integrated-combatives-course-led-by-david-acosta/david-a-pic-1-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-1-min-1024x683.jpg\" alt=\"\" class=\"wp-image-1949 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-10-21-carbine-1-course-tx-led-by-david-acosta?affiliate=greenfield\"><strong>21 OCTOBER 2023 - AMTAC SHOOTING CARBINE 1 COURSE LED BY DAVID ACOSTA</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1951,\"mediaLink\":\"https://www.amtacshooting.com/events/6-7-may-2023-amtac-shooting-integrated-combatives-course-led-by-david-acosta/david-a-pic-3-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-3-min-1024x863.jpg\" alt=\"\" class=\"wp-image-1951 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-10-22-pistolcombatives-1-course-tx-led-by-david-acosta?affiliate=greenfield\"><strong>22 OCTOBER 2023 - AMTAC SHOOTING PISTOL/COMBATIVES 1 COURSE LED BY DAVID ACOSTA</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":784,\"mediaLink\":\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/img045/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG045.jpeg\" alt=\"\" class=\"wp-image-784 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-11-08-night-vision-course-id?affiliate=greenfield\"><strong>8-10 NOVEMBER 2023 - AMTAC SHOOTING NIGHT VISION COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1378,\"mediaLink\":\"https://www.amtacshooting.com/events/1-november-2019-amtac-shooting-3-combatives-seminar-kore-bjj/combatives-cropped/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2019/05/combatives-cropped.jpg\" alt=\"Combatives\" class=\"wp-image-1378 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-11-13-combatives-seminar-kore-bjj-ct?affiliate=greenfield\"><strong>13 NOVEMBER 2023 - AMTAC SHOOTING COMBATIVES SEMINAR (KORE BJJ)</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1698,\"mediaLink\":\"https://www.amtacshooting.com/bill-walther-pistol-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Bill-Walther-Pistol-min-1024x576.jpg\" alt=\"Bill Walther Pistol\" class=\"wp-image-1698 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-11-14-advanced-responsible-armed-citizen-arac-ct?affiliate=greenfield\"><strong>14-15 NOVEMBER 2023 - *SOLD OUT* AMTAC SHOOTING ADVANCED RESPONSIBLE ARMED CITIZEN (ARAC) COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1763,\"mediaLink\":\"https://www.amtacshooting.com/events/https-amtacshooting-regfox-com-amtac-shooting-pistolcombatives-1-course-bryan-resnick/amtac-instructor-bryan-resnik-min-2/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1763 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><strong><a href=\"https://amtacshooting.regfox.com/2023-11-18-carbine-1-course-in-led-by-bryan-resnick?affiliate=greenfield\">18 NOVEMBER 2023 - AMTAC SHOOTING CARBINE 1 COURSE LED BY BRYAN RESNICK</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1763,\"mediaLink\":\"https://www.amtacshooting.com/events/https-amtacshooting-regfox-com-amtac-shooting-pistolcombatives-1-course-bryan-resnick/amtac-instructor-bryan-resnik-min-2/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1763 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-11-19-pistolcombatives-1-course-in-led-by-bryan-resnick?affiliate=greenfield\"><strong>19 NOVEMBER 2023 - AMTAC SHOOTING PISTOL/COMBATIVES 1 COURSE LED BY BRYAN RESNICK</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":2123,\"mediaLink\":\"https://www.amtacshooting.com/?attachment_id=2123\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/07/20230706_140101-min-cropped-1024x884.jpg\" alt=\"\" class=\"wp-image-2123 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-12-04-pistol-combatives-and-medical-course-ca?affiliate=greenfield\"><strong>4 DECEMBER 2023 - AMTAC SHOOTING PISTOL COMBATIVES AND MEDICAL COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1698,\"mediaLink\":\"https://www.amtacshooting.com/bill-walther-pistol-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Bill-Walther-Pistol-min-1024x576.jpg\" alt=\"Bill Walther Pistol\" class=\"wp-image-1698 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-12-5-advanced-responsible-armed-citizen-arac-ca?affiliate=greenfield\"><strong>5-6 DECEMBER 2023 - AMTAC SHOOTING ADVANCED RESPONSIBLE ARMED CITIZEN (ARAC) COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->[/et_pb_text][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Amtac Shooting Courses for 2023','','publish','closed','closed','','greenfield','','','2025-02-01 00:32:50','2025-02-01 00:32:50','',0,'https://www.amtacshooting.com/?page_id=2085',0,'page','',0),
(2122,1,'2023-07-19 00:06:00','2023-07-19 00:06:00','','20230706_140101-min','','inherit','open','closed','','20230706_140101-min','','','2023-07-19 00:06:00','2023-07-19 00:06:00','',2085,'https://staging.amtacshooting.com/wp-content/uploads/2023/07/20230706_140101-min.jpg',0,'attachment','image/jpeg',0),
(2123,1,'2023-07-19 00:09:26','2023-07-19 00:09:26','','20230706_140101-min-cropped','','inherit','open','closed','','20230706_140101-min-cropped','','','2023-07-19 00:09:26','2023-07-19 00:09:26','',2085,'https://staging.amtacshooting.com/wp-content/uploads/2023/07/20230706_140101-min-cropped.jpg',0,'attachment','image/jpeg',0),
(2134,1,'2023-08-24 01:00:30','2023-08-24 01:00:30','<!-- wp:image {\"id\":2139,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/Header-AAR-1.jpg\" alt=\"\" class=\"wp-image-2139\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:image {\"id\":2142,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1.jpg\" alt=\"\" class=\"wp-image-2142\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><em>This AAR </em>was<em> graciously given by a student of the Amtac Shooting Modern Minuteman Course held in May 2023.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><strong>SUMMARY:&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The modern minuteman course was a two-day course held by Amtac Shooting which provided students with information and the opportunity to practice several necessary skills for the modern minuteman, especially long-range shooting and land navigation. The course was held over two days on a beautiful property in the Pacific Northwest and ended in a competition, which provided the opportunity to pressurize the practice of many of the skills we had learned.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"full\",\"align\":\"center\"} -->\n<figure class=\"wp-block-gallery aligncenter has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2146,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c.jpg\" alt=\"\" class=\"wp-image-2146\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2153,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/IMG_9811-min.jpg\" alt=\"\" class=\"wp-image-2153\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>DAY ONE</strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first day of the course was broken into two segments, precision shooting and land navigation. Each segment was further broken down into an instructional brief, and then a practical application period. This was valuable as it gave each student time to reinforce the topics we were being taught. While Bill made it clear that each of the topics we were discussing could be a course on their own, the amount that he covered in the limited time we had available was amazing. For example, within the first instructional block, we covered an overview of the evolution of precision/recce rifles, multiple considerations when choosing rifle scopes (including MIL/MOA, first or second focal plane, and magnification), using ballistic calculators, holding vs dialing for distance and wind, shooter/spotter dialogue, reading the wind, the basic mindset of precision shooting, and more. I am confident that if any other instructor attempted to communicate this much information to a class the install would be unsuccessful; however, Bill spoke with such authority and knowledge on each topic that he made it extremely easy to understand. It was evident that he had put a significant amount of time thinking about how to best distill the information for that brief.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":2145,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c.jpg\" alt=\"\" class=\"wp-image-2145\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following the brief each of us was given time to confirm zero on our rifle before we started to integrate the information we had just learned. We were able to practice using ballistic calculators which solidified the training we had just received, and collected DOPE for our rifle. The range setup was amazing, with targets stretching out to and beyond 1000 yards. After a few hours gaining familiarity with long-range shooting, we broke for lunch. Following lunch, we went into the second instructional block of the day, land navigation. Again, Bill distilled a lifetime of his knowledge into a few hours. We covered topics ranging from basic information like how to read a map, to more advanced topics such as navigating by terrain identification using contour lines. Everyone was provided a map of the area, as well as 1:24,000 protractor, and shown how to plot points using our compass and protractor. We were given individual instruction on how to use our GPS systems and provided 7 practice waypoints before being sent out into the woods. This part of the course was extremely fun and provided everybody with experience for the next day’s competition.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":2144,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/318DA388-FD78-437B-A080-2F8F64AAFF8D_1_105_c.jpg\" alt=\"\" class=\"wp-image-2144\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>DAY TWO</strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Day two began with Bill’s mindset talk. I have had the opportunity to hear this talk a few times, and every time I get something new from it. This time the talk included an overview of communications, which was again artfully distilled into its most useful and accessible form. The overview was extremely detailed and provided more than enough information for each student to go home and know exactly which topics to continue researching, and the best resources to go about doing it. The remainder of the mindset talk deserves a review of its own, so for now I will just say that the course would have been worth it even if it was just the mindset talk. The competition involved an initial shooting competition followed by a 13 waypoints maneuver, with two of the waypoints having additional skill stations attached. The initial shooting competition involved engaging targets with our rifle at various distances out to 600 yards from various shooting positions, followed by a short sprint to another shooting position where we engaged steel targets with our sidearm. Afterwards we were given the waypoint coordinates and plotted each waypoint on our map and in our GPS. These waypoints stretched over quite a distance and gave a wonderful opportunity to see a lot of different areas of the woods. The first waypoint station that opened had two competitions, a fire building competition that allowed us to gain awareness of where our firemaking materials were located in our kit, and a max pushup station. Bill provided me with some personalized tips regarding how to improve my fire-making time after the station, which was much appreciated. The second station, which opened much later in the competition had three competitions. First was a timed tourniquet application, which again allowed us to become more familiar with where certain aspects of our kit were staged. The next two competitions involved engaging a series of targets at various distances with our rifle, and again with our pistol. After this, I double-timed back to home base and narrowly made the adjusted cutoff time.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Overall, this course and competition were extremely beneficial and fun and provided me with a pressurized environment to test my equipment and myself. I was extremely grateful to have had the ability to learn from Bill, especially concerning this topic, and would 100% recommend this or any Amtac course to anyone interested in gaining incredible instruction and testing themselves and their kit.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>– FJ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[convertkit form=5528390]\n<!-- /wp:shortcode -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Upcoming Courses</h2>\n<!-- /wp:heading -->\n\n<!-- wp:shortcode -->\n[add_eventon_list number_of_months=\"12\" event_count=\"3\" hide_past=\"yes\" hide_empty_months=\"yes\" show_year=\"yes\" ]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','AAR: The Amtac Shooting Modern Minuteman','','publish','open','open','','aar-the-amtac-shooting-modern-minuteman','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',0,'https://www.amtacshooting.com/?p=2134',0,'post','',0),
(2139,1,'2023-08-24 00:42:06','2023-08-24 00:42:06','','Header-AAR-1','','inherit','open','closed','','header-aar-1','','','2023-08-24 00:42:06','2023-08-24 00:42:06','',2134,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/Header-AAR-1.jpg',0,'attachment','image/jpeg',0),
(2140,1,'2023-08-24 00:42:50','2023-08-24 00:42:50','','Header-AAR-1-1','','inherit','open','closed','','header-aar-1-1','','','2023-08-24 00:42:50','2023-08-24 00:42:50','',2134,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/Header-AAR-1-1.jpg',0,'attachment','image/jpeg',0),
(2141,1,'2023-08-24 00:43:24','2023-08-24 00:43:24','','37A9E358-90B1-43A6-A168-F950D4299380_1_105_c','','inherit','open','closed','','37a9e358-90b1-43a6-a168-f950d4299380_1_105_c','','','2023-08-24 00:43:24','2023-08-24 00:43:24','',2134,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/37A9E358-90B1-43A6-A168-F950D4299380_1_105_c.jpg',0,'attachment','image/jpeg',0),
(2142,1,'2023-08-24 00:45:17','2023-08-24 00:45:17','','37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1','','inherit','open','closed','','37a9e358-90b1-43a6-a168-f950d4299380_1_105_c-1','','','2023-08-24 00:45:17','2023-08-24 00:45:17','',2134,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1.jpg',0,'attachment','image/jpeg',0),
(2144,1,'2023-08-24 00:54:07','2023-08-24 00:54:07','','318DA388-FD78-437B-A080-2F8F64AAFF8D_1_105_c','','inherit','open','closed','','318da388-fd78-437b-a080-2f8f64aaff8d_1_105_c','','','2023-08-24 00:54:07','2023-08-24 00:54:07','',2134,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/318DA388-FD78-437B-A080-2F8F64AAFF8D_1_105_c.jpg',0,'attachment','image/jpeg',0),
(2145,1,'2023-08-24 00:55:39','2023-08-24 00:55:39','','A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c','','inherit','open','closed','','a8d9252f-6496-44d8-9b52-84d56aff4581_1_105_c','','','2023-08-24 00:55:39','2023-08-24 00:55:39','',2134,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c.jpg',0,'attachment','image/jpeg',0),
(2146,1,'2023-08-24 00:56:39','2023-08-24 00:56:39','','6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c','','inherit','open','closed','','6b53683a-307b-48f2-a029-feb1eed3b599_1_105_c','','','2023-08-24 00:56:39','2023-08-24 00:56:39','',2134,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c.jpg',0,'attachment','image/jpeg',0),
(2153,1,'2023-08-29 03:24:17','2023-08-29 03:24:17','','IMG_9811-min','','inherit','open','closed','','img_9811-min','','','2023-08-29 03:24:17','2023-08-29 03:24:17','',2134,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/IMG_9811-min.jpg',0,'attachment','image/jpeg',0),
(2156,1,'2023-08-29 23:03:13','2023-08-29 23:03:13','','NVG','','inherit','open','closed','','nvg','','','2023-08-29 23:03:13','2023-08-29 23:03:13','',0,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/NVG.png',0,'attachment','image/png',0),
(2157,1,'2023-08-29 23:46:08','2023-08-29 23:46:08','','NVG (1)','','inherit','open','closed','','nvg-1','','','2023-08-29 23:46:08','2023-08-29 23:46:08','',0,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/NVG-1.png',0,'attachment','image/png',0),
(2158,1,'2023-08-30 16:51:11','2023-08-30 16:51:11','','AFTER ACTION REPORT Modern Minuteman Course (thumbnail)','','inherit','open','closed','','after-action-report-modern-minuteman-course-thumbnail','','','2023-08-30 16:51:11','2023-08-30 16:51:11','',2134,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail.png',0,'attachment','image/png',0),
(2159,1,'2023-08-30 17:00:02','2023-08-30 17:00:02','','AFTER ACTION REPORT Tribe Centric CQB (thumbnail)','','inherit','open','closed','','after-action-report-tribe-centric-cqb-thumbnail','','','2023-08-30 17:00:02','2023-08-30 17:00:02','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail.png',0,'attachment','image/png',0),
(2160,1,'2023-08-30 17:06:33','2023-08-30 17:06:33','','AFTER ACTION REPORT Tribe Centric CQB (thumbnail) (473x455px)','','inherit','open','closed','','after-action-report-tribe-centric-cqb-thumbnail-473x455px','','','2023-08-30 17:06:33','2023-08-30 17:06:33','',2053,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px.png',0,'attachment','image/png',0),
(2161,1,'2023-08-30 17:11:43','2023-08-30 17:11:43','','AFTER ACTION REPORT Modern Minuteman Course (thumbnail) (473x455px)','','inherit','open','closed','','after-action-report-modern-minuteman-course-thumbnail-473x455px','','','2023-08-30 17:11:43','2023-08-30 17:11:43','',2134,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png',0,'attachment','image/png',0),
(2166,1,'2023-09-14 20:18:53','2023-09-14 20:18:53','','Combatives','','inherit','open','closed','','img_82330328-994x1024-1-1','','','2023-09-14 20:18:53','2023-09-14 20:18:53','',0,'https://staging.amtacshooting.com/wp-content/uploads/2023/09/IMG_82330328-994x1024-1-1.jpg',0,'attachment','image/jpeg',0),
(2168,1,'2023-09-14 23:17:21','2023-09-14 23:17:21','','dev mens course 2023 -min','','inherit','open','closed','','dev-mens-course-2023-min','','','2023-09-14 23:17:21','2023-09-14 23:17:21','',0,'https://staging.amtacshooting.com/wp-content/uploads/2023/09/dev-mens-course-2023-min-scaled-1.jpg',0,'attachment','image/jpeg',0),
(2169,1,'2023-09-15 19:22:44','0000-00-00 00:00:00','<!-- wp:paragraph -->\n<p><b>This is a sample page.</b></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h3>Overview</h3>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Our refund and returns policy lasts 30 days. If 30 days have passed since your purchase, we can’t offer you a full refund or exchange.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To be eligible for a return, your item must be unused and in the same condition that you received it. It must also be in the original packaging.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Several types of goods are exempt from being returned. Perishable goods such as food, flowers, newspapers or magazines cannot be returned. We also do not accept products that are intimate or sanitary goods, hazardous materials, or flammable liquids or gases.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Additional non-returnable items:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Gift cards</li>\n<li>Downloadable software products</li>\n<li>Some health and personal care items</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>To complete your return, we require a receipt or proof of purchase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Please do not send your purchase back to the manufacturer.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are certain situations where only partial refunds are granted:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul>\n<li>Book with obvious signs of use</li>\n<li>CD, DVD, VHS tape, software, video game, cassette tape, or vinyl record that has been opened.</li>\n<li>Any item not in its original condition, is damaged or missing parts for reasons not due to our error.</li>\n<li>Any item that is returned more than 30 days after delivery</li>\n</ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<h2>Refunds</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once your return is received and inspected, we will send you an email to notify you that we have received your returned item. We will also notify you of the approval or rejection of your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are approved, then your refund will be processed, and a credit will automatically be applied to your credit card or original method of payment, within a certain amount of days.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Late or missing refunds</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you haven’t received a refund yet, first check your bank account again.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Then contact your credit card company, it may take some time before your refund is officially posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next contact your bank. There is often some processing time before a refund is posted.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you’ve done all of this and you still have not received your refund yet, please contact us at {email address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<b>Sale items</b>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Only regular priced items may be refunded. Sale items cannot be refunded.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Exchanges</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We only replace items if they are defective or damaged. If you need to exchange it for the same item, send us an email at {email address} and send your item to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Gifts</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item was marked as a gift when purchased and shipped directly to you, you’ll receive a gift credit for the value of your return. Once the returned item is received, a gift certificate will be mailed to you.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If the item wasn’t marked as a gift when purchased, or the gift giver had the order shipped to themselves to give to you later, we will send a refund to the gift giver and they will find out about your return.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Shipping returns</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>To return your product, you should mail your product to: {physical address}.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>You will be responsible for paying for your own shipping costs for returning your item. Shipping costs are non-refundable. If you receive a refund, the cost of return shipping will be deducted from your refund.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Depending on where you live, the time it may take for your exchanged product to reach you may vary.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you are returning more expensive items, you may consider using a trackable shipping service or purchasing shipping insurance. We don’t guarantee that we will receive your returned item.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<h2>Need help?</h2>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Contact us at {email} for questions related to refunds and returns.</p>\n<!-- /wp:paragraph -->','Refund and Returns Policy','','draft','closed','closed','','refund_returns','','','2023-09-15 19:22:44','0000-00-00 00:00:00','',0,'https://www.amtacshooting.com/?page_id=2169',0,'page','',0),
(2170,1,'2023-09-22 19:32:22','2023-09-22 19:32:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|15px||15px|false|true\" custom_padding_tablet=\"|15px||15px|false|false\" custom_padding_phone=\"|15px||15px|false|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><!-- divi:paragraph -->As a follower of Christ, I want to share this page to encourage guys that are seeking after the truth.</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:heading --></p>\n<h2 class=\"wp-block-heading\">Podcasts</h2>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:image {\"id\":2412,\"width\":\"357px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"contain\",\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-medium is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184-300x300.png\" alt=\"\" class=\"wp-image-2412\" style=\"aspect-ratio: 1; object-fit: contain; width: 357px; height: auto;\" /></figure>\n<p><!-- /divi:image --></p>\n<p><!-- divi:heading --></p>\n<h2 class=\"wp-block-heading\">Season 3</h2>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">Biblical Manhood Pt 1</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 1<br />Date: Feb 2 2024<br />Verses: 1 Corinthians 9:24-27</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-14433783\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14433783-biblical-manhood-pt-1-feb-2-2024.js?container_id=buzzsprout-player-14433783&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html --> <!-- divi:heading --> </p>\n<p>\n<br />\n<h2 class=\"wp-block-heading\">Season 2</h2>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:heading {\"level\":3} --> </p>\n<p>\n<br />\n<h3 class=\"wp-block-heading\">Romans 1:1-17</h3>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:paragraph --> Bill Rapier Ep: 7 Date: Dec 31 2023 Verses: Romans 1:1-17 <!-- /divi:paragraph --> <!-- divi:html --> </p>\n<p>\n<br />\n<div id=\"buzzsprout-player-14231037\"></div>\n<p>\n\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14231037-romans-1-1-17-dec-31-2023.js?container_id=buzzsprout-player-14231037&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">Sola Fide</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 6<br />Date: Oct 16 2023<br />Verses: 1 Peter 3:15</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-14408824\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14408824-sola-fide-oct-16-2023.js?container_id=buzzsprout-player-14408824&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html --> <!-- divi:heading {\"level\":3} --> </p>\n<p>\n<br />\n<h3 class=\"wp-block-heading\">Developing Solid Christian Men</h3>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:paragraph --> Bill Rapier Ep: 5 Date: Oct 5 2023 Verses: <!-- /divi:paragraph --> <!-- divi:html --> </p>\n<p>\n<br />\n<div id=\"buzzsprout-player-14408451\"></div>\n<p>\n\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14408451-developing-solid-christian-men-oct-5-2023.js?container_id=buzzsprout-player-14408451&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">Faith Without Works is Dead</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 4<br />Date: June 18 2023<br />Verses: James 2:14-26</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-14408693\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14408693-faith-without-works-is-dead-june-18-2023.js?container_id=buzzsprout-player-14408693&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html --> <!-- divi:heading {\"level\":3} --> </p>\n<p>\n<br />\n<h3 class=\"wp-block-heading\">God, Family, and the Gospel</h3>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:paragraph --> Bill Rapier Ep: 3 Date: Aug 10 2022 Verses: Deuteronomy 6 <!-- /divi:paragraph --> <!-- divi:html --> </p>\n<p>\n<br />\n<div id=\"buzzsprout-player-14408921\"></div>\n<p>\n\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14408921-god-family-and-the-gospel-aug-10-2022.js?container_id=buzzsprout-player-14408921&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">What Are You Spending Yourself On?</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 2<br />Date: July 3 2022<br />Verses: Acts 20:17-36</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-14433485\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14433485-what-are-you-spending-yourself-on-july-3-2022.js?container_id=buzzsprout-player-14433485&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html --> <!-- divi:heading {\"level\":3} --> </p>\n<p>\n<br />\n<h3 class=\"wp-block-heading\">The Gospel and How it Changed Peter</h3>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:paragraph --> Bill Rapier Ep: 1 Date: Jan 2 2022 Verses: John 3:16-17 <!-- /divi:paragraph --> <!-- divi:html --> </p>\n<p>\n<br />\n<div id=\"buzzsprout-player-14433522\"></div>\n<p>\n\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14433522-the-gospel-and-how-it-changed-peter-jan-2-2022.js?container_id=buzzsprout-player-14433522&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading --></p>\n<h2 class=\"wp-block-heading\">Season 1</h2>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">Boldness in Christ</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 5<br />Date: June 6 2021<br />Verses: Acts 3-5</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-14433558\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14433558-boldness-in-christ-june-6-2021.js?container_id=buzzsprout-player-14433558&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html --> <!-- divi:heading {\"level\":3} --> </p>\n<p>\n<br />\n<h3 class=\"wp-block-heading\">What is Our Mission?</h3>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:paragraph --> Bill Rapier Ep: 4 Date: Nov 1 2020 Verses: Isaiah 43:7 1 Peter 2:9 John 14:21 Romans 12:1 John 1:1 <!-- /divi:paragraph --> <!-- divi:html --> </p>\n<p>\n<br />\n<div id=\"buzzsprout-player-13598710\"></div>\n<p>\n\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/13598710-what-is-our-mission-nov-1-2020.js?container_id=buzzsprout-player-13598710&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">What Are You Doing to Give God Glory and to Further His Kingdom?</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 3<br />Date: June 7 2020<br />Verses: Revelation 4:11 Ephesians 2:10</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-13598725\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/13598725-what-are-you-doing-to-give-god-glory-and-to-further-his-kingdom-june-7-2020.js?container_id=buzzsprout-player-13598725&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html --> <!-- divi:heading {\"level\":3} --> </p>\n<p>\n<br />\n<h3 class=\"wp-block-heading\">The Good News and Our Purpose</h3>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:paragraph --> Bill Rapier Ep: 2 Date: March 15 2020 Verses: Ephesians 2:1-10 <!-- /divi:paragraph --> <!-- divi:html --> </p>\n<p>\n<br />\n<div id=\"buzzsprout-player-14433663\"></div>\n<p>\n\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14433663-the-good-news-and-our-purpose-march-15-2020.js?container_id=buzzsprout-player-14433663&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">Thanksgiving and Counting it all Joy.</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 1<br />Date: Dec 8 2019<br />Verses: Ephesians 5:19-20 James 1:2-4</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-13598631\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/13598631-thanksgiving-and-counting-it-all-joy-dec-8-2019.js?container_id=buzzsprout-player-13598631&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading --></p>\n<h2 class=\"wp-block-heading\">Ministries We Support</h2>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph --><a href=\"https://www.compassion.com/\">Compassion</a></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --><a href=\"https://www.persecution.com/\">Voice of the Martyrs </a></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --><a href=\"https://www.jesusfilm.org/dev/nda/grants/jesus-film-project-branded-jf/\">Jesus Film Project</a></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --><a href=\"https://allindiamission.com/\">All India Missions</a></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --><a href=\"https://friendsofukraine.info/\">Friends of Ukraine</a></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --><a href=\"https://www.africanleadershipdevelopment.com/\">African Leadership Development </a></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:heading --></p>\n<h2 class=\"wp-block-heading\">Resources</h2>\n<p><!-- /divi:heading --></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Faith','','publish','closed','closed','','faith','','','2025-04-11 19:18:57','2025-04-11 19:18:57','',0,'https://www.amtacshooting.com/?page_id=2170',0,'page','',0),
(2172,1,'2023-09-15 19:00:00','2023-09-15 19:00:00','<p>Text: Revelation 4:11 Ephesians 2:10</p><p>Date: June 7 2020 </p>','Sermon: What is your purpose and what are you doing to give God glory and to further his kingdom?','','publish','open','open','','sermon-what-is-your-purpose-and-what-are-you-doing-to-give-god-glory-and-to-further-his-kingdom','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',0,'http://Buzzsprout-13598725',0,'post','',0),
(2173,1,'2023-09-15 19:00:00','2023-09-15 19:00:00','<p>Text: Isaiah 43:7 1 Peter 2:9 John 14:21 Romans 12:1 John 1:1<br/>Date: Nov 1 2020</p><p><br/></p>','Sermon: What is our mission?','','publish','open','open','','sermon-what-is-our-mission','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',0,'http://Buzzsprout-13598710',0,'post','',0),
(2183,1,'2023-10-13 19:57:29','2023-10-13 19:57:29','<!-- wp:paragraph -->\n<p>In this interview, we talked with Bill and Gustavo about how they met, their jiu-jitsu passion and how Bill\'s biggest improvements and changes connect jiu-jitsu to real life situations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_-1024x779.png\" alt=\"\" class=\"wp-image-2260\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:pullquote -->\n<figure class=\"wp-block-pullquote\"><blockquote><p><strong><em>\"Basically, if you don\'t understand how to move your own body and move other people it\'s going to be much harder for you to draw any tools. So it\'s one of the foundational things – being able to move yourself and move other people.\"</em></strong></p><cite><strong>-Bill</strong></cite></blockquote></figure>\n<!-- /wp:pullquote -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1694,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/gustavo-bill-walther-2-min.png\" alt=\"Jiu Jitsu\" class=\"wp-image-1694\"/><figcaption class=\"wp-element-caption\">Gustavo &amp; Bill</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> “How did we meet many, many years ago in Virginia Beach?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “Right after 9/11 I had my Jiu-Jitsu Academy in Virginia Beach. And I had the pleasure of meeting you there. And I guess you never left.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> [laughs] “No.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “You started Jiu Jitsu. And enjoyed it so much.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> “Yeah, I remember. I think it was actually slightly before 9/11.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “Was it?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> “Yeah, I think it was early 2001. Yes. And I remember I had actually gone to another place first, one time. And it wasn\'t a good fit for me. And then I remember walking into your place that was underneath the bridge there, by the freeway. Yeah remembering just walking in. It was still a canvas-covered mat. And just, I walked in and I saw it. I just thought to myself, ‘Man, this is… this is home right here’.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> [laughs] “It was really… it was really raw back then. We didn\'t… we didn\'t have real mats. So it was a whole experience with no A/C, no heat.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> “Oh yeah, I remember freezing in the wintertime, having jackets on and socks on, and then in the summertime just melting.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> [laughs] “That’s why you liked it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> [laughs]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “It was good jiu-jitsu, too, but that whole environment… I think brought people – unique people – to that time of my life, to jiu-jitsu. That was the biggest thing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> [nods] “That was awesome.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">Interviewer:</mark> “What improvements and changes have you noticed in Bill since he started [jiu jitsu]?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “Of course, as far as a jiu-jitsu fighter, technical changes, instead of being over aggressive, sometimes they gear down. What I noticed for the changes on Bill was that you became more technical, obviously more knowledgeable, became more exact on his jiu-jitsu learning and [easier] to coach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So as a person, I had the chance to be in your guys’ wedding and be part of a lot of things off the mat. Which means I noticed improvements that are not only connected to real life but [also] improvements for the mats. They\'re together [connected] really. But only a few people can notice that. And I\'ve been close to him for so long that I noticed improvement. Especially after he got married. It was like that was the real deal. You know, so he changed. He was already amazing. And then all of a sudden, with training and his personal life everything kind of got together.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> [nods] “Yeah, definitely more than just jiu-jitsu. As far as the, you know, the kind of the team and being together, and we were in each other\'s weddings…I mean there was, yeah.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> [laughs] “Yes. But it’s hard to notice when you don’t know somebody. Right? When you don\'t hang out with them, when you don\'t see when they\'re at your work? I\'m sure that helped you to be a little bit more ascertained into what you have to do next. Big time.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">Interviewer</mark>:</mark> “What sets BJJ apart from the other disciplines?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “Jujitsu is different from other disciplines because it incorporates all of them. What Judo can\'t do – we do it. What wrestling can\'t do – we do it, but we do wrestling, too. So a lot of things… A lot of times in sports – jujitsu became a sport – but also, it\'s more realistic than others. As far as close distance goes, as far as far range goes… that’s… you have to find every type of discipline. So jiu jitsu finds the adaptation on a fight. It is easier for a jiu-jitsu person. I think they can kind of understand and adapt to the circumstances better and that\'s why I think jiu-jitsu is more effective. A little bit more.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">Interviewer</mark>:</mark> “And Bill, do you wanna speak about how – for both of you – how Brazilian jiu-jitsu fits with pistols?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> [nods] “Nice.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> “Yeah. So how does jujitsu fit in with pistol craft and with combatives and you know, stand up grappling and all those things? Basically, if you don\'t understand how to move your own body and move other people it\'s going to be much harder for you to draw any tools. So it\'s one of the foundational things – being able to move yourself and move other people. Being able to control the situation also allows you to do things with a lot less violence – if you understand how to move people and how to control people without having to go to some sort of a tool. So it\'s a huge advantage if you do understand how to do that. And I would say no combatives guy, no true martial artist is going to be complete unless he understands at least a baseline level of grappling and has a baseline level of a grappling ability.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “I agree. Completely. We start with jiu-jitsu. I think it makes me understand better where is my body? I can protect my weapon much easier because I\'m aware of people reaching on me. That comes on with training. I think a lot of martial arts give that but jiu-jitsu give more [of] the grappling aspect: the hands on, the wrist control, the distance awareness, people behind you. Nobody in jiu-jitsu likes to have somebody walking behind you. So automatically in jiu-jitsu training, I already feel like I can look at my peripheral much easier. And being aware of my own piece, of course, hands on, to avoid their piece or their tools I think jujitsu helps so much, too.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> “To that, I know, for sure, that jiu-jitsu is not one of the primary things that I teach when I\'m doing combatives training, but it\'s woven into every piece of it. And I know so many times when I\'m demoing something, you know, coming in trying to get seatbelt grip on a guy you\'re trying to do counter-gun stuff. There are many, many times that if I was not a jiu-jitsu guy, I would have gotten punked by students. Bottom line. It\'s not that they\'re trying to do it. It\'s just that they\'re not used to..a lot of these guys that aren\'t grapplers are not used to being hands on. And so they\'ll do something weird when you grab them. And being a jiu-jitsu guy, it\'s not a big deal. I just do this, then. I’ll just transition to something else and do it. So it\'s definitely you know… while it might not be the main thing that I\'m putting out continuously, it\'s one of those underlying foundational things that without having that, everything else… is shakier.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “Yes. It\'s hard to understand. A jiu-jitsu person is easier to understand. They understand it quicker. They have a better reaction but it’s just like MMA, for example. I don\'t like to compare or anything like that. But MMA for example. Jiu-jitsu is the spine of MMA. Without Jiu-Jitsu, you can\'t just be a striker, you can\'t be just a grappler. You know, obviously, when you deal with tools, it\'s much broader. The circumstances… but the situation… but it\'s still very, like you said, woven together. And it glues a little bit more solid foundation on us, I think, which is great. For me, it\'s great to hear that.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">Interviewer</mark>:</mark> “Last one: Has it ever helped you in your job? Maybe in the military?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “Nice. That\'s awesome.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> “Yeah, absolutely. So has jujitsu helped me at my work in my former profession? Absolutely. Just being able to control people, being able to control people with less violence. Absolutely. It has been very helpful. Also noticeable for you know speaking as a group of guys, the more guys trained via jujitsu and striking and all these things, the more guys had willingness to close with guys that you couldn\'t just shoot. Right? So, with someone that was maybe being non compliant, but hadn\'t reached that threshold yet of we need to shoot this guy. The guys that train were always the guys that would have a high level of willingness to go in and close the distance and deal with them.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “They’re more calmer, you think?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> “Oh, for sure. And well, just they\'ve done it so many times and trained against guys that are way, way better and way stronger than anyone that you\'re dealing with on the battlefield. That when it\'s time to go against, you know, some guy that doesn\'t know how to control his body, he\'s very easy to deal with.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “Yes. Awesome. Great to hear.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> “All right. Well, Gustavo, thank you for coming out here.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “It’s a pleasure.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill: </mark>“Gustavo is out here for the jiu-jitsu and pistol class. This is now the second year. Hopefully, this is a yearly thing that we will be doing. Because it\'s always great for me to be able to go back into student mode and just sit there and enjoy.”</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":2193,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_3-1024x769.jpg\" alt=\"\" class=\"wp-image-2193\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2192,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023-1024x769.jpg\" alt=\"\" class=\"wp-image-2192\"/><figcaption class=\"wp-element-caption\">The 2023 Jiu-Jitsu &amp; Pistols Course</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>For the Amtac Shooting Jiu-Jitsu and Pistol Course my long-time friend and Jiu-Jitsu teacher Gustavo Machado came out to teach the Jiu-Jitsu portion while I taught the shooting portion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Students were not required to have a Jiu-Jitsu or grappling background in order to participate; whether you have never stepped out onto a mat or you have been rolling for 20 years, your grappling skills will increase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Jiu-Jitsu topics included:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>takedowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>sweeps</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>guard passes</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>positional domination</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>submissions</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":2190,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_4-1024x768.jpg\" alt=\"\" class=\"wp-image-2190\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Pistol topics included:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>fundamentals of marksmanship</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>shooting with an aggressive fighting stance</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>one-handed draw stroke</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>combative weapons retention shooting</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>correctly dealing with malfunctions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>reloads among other things</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":2194,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_2-1024x772.jpg\" alt=\"\" class=\"wp-image-2194\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2184,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-medium\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/09/Untitled-design-300x300.png\" alt=\"\" class=\"wp-image-2184\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>About Gustavo:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gustavo is the Head Instructor and proprietor of Gustavo Machado Brazilian Jiu-Jitsu. Professor Gustavo is currently a 5th Degree Black Belt under the legendary Roberto “Gordo” Correa. He has dedicated his life to teaching and spreading the understanding of the technique that he has mastered from his teachers in Brazil. There are many outstanding students at his academy in Virginia Beach, with a few embarking upon careers of their own as BJJ instructors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are 16 Gustavo Machado affiliate academies along the East Coast that create a Gustavo Machado Brazilian Jiu-Jitsu Team Association. The Gustavo Machado Team has become both nationally and internationally renowned with many champions on the mat. In addition to his Brazilian Jiu-Jitsu accomplishments, Gustavo has also had the opportunity to work closely with Law Enforcement and Special Operations units from the United States Navy, United States Marine Corps and U.S. Army for the last 13 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Upcoming Courses</h2>\n<!-- /wp:heading -->\n\n<!-- wp:shortcode -->\n[add_eventon_list number_of_months=\"12\" event_count=\"3\" hide_past=\"yes\" hide_empty_months=\"yes\" show_year=\"yes\" ]\n<!-- /wp:shortcode -->','Interview with Gustavo Machado and Bill Rapier for the Amtac Shooting Jiu-Jitsu and Pistol Course','','publish','open','open','','interview-with-gustavo-machado-and-bill-rapier-for-the-2023-07-19-amtac-shooting-jiu-jitsu-and-pistol-course-id','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',0,'https://www.amtacshooting.com/?p=2183',0,'post','',0),
(2184,1,'2023-09-25 23:22:29','2023-09-25 23:22:29','','Untitled-design','','inherit','open','closed','','untitled-design','','','2023-09-25 23:22:29','2023-09-25 23:22:29','',2183,'https://staging.amtacshooting.com/wp-content/uploads/2023/09/Untitled-design.png',0,'attachment','image/png',0),
(2190,1,'2023-09-27 00:49:48','2023-09-27 00:49:48','','BJJ-and-Pistols-Course-2023_4','','inherit','open','closed','','bjj-and-pistols-course-2023_4','','','2023-09-27 00:49:48','2023-09-27 00:49:48','',2183,'https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_4.jpg',0,'attachment','image/jpeg',0),
(2192,1,'2023-09-27 01:04:05','2023-09-27 01:04:05','','BJJ-and-Pistols-Course-2023','','inherit','open','closed','','bjj-and-pistols-course-2023','','','2023-09-27 01:04:05','2023-09-27 01:04:05','',2183,'https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023.jpg',0,'attachment','image/jpeg',0),
(2193,1,'2023-09-27 01:08:37','2023-09-27 01:08:37','','BJJ-and-Pistols-Course-2023_3','','inherit','open','closed','','bjj-and-pistols-course-2023_3','','','2023-09-27 01:08:37','2023-09-27 01:08:37','',2183,'https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_3.jpg',0,'attachment','image/jpeg',0),
(2194,1,'2023-09-27 01:11:18','2023-09-27 01:11:18','','BJJ and Pistols Course 2023_2','','inherit','open','closed','','bjj-and-pistols-course-2023_2','','','2023-09-27 01:11:18','2023-09-27 01:11:18','',2183,'https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_2.jpg',0,'attachment','image/jpeg',0),
(2202,1,'2023-10-13 00:33:42','2023-10-13 00:33:42','','Bill Nightforce Carbine','','inherit','open','closed','','bill-night-force-carbine-header-min','','','2023-10-13 00:33:42','2023-10-13 00:33:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/bill-night-force-carbine-header-min.jpg',0,'attachment','image/jpeg',0),
(2203,1,'2023-10-13 00:33:45','2023-10-13 00:33:45','','Precision Rifle','','inherit','open','closed','','bill-precision-rifle-header-min','','','2023-10-13 00:33:45','2023-10-13 00:33:45','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/bill-precision-rifle-header-min.jpg',0,'attachment','image/jpeg',0),
(2205,1,'2023-10-13 00:39:27','2023-10-13 00:39:27','','cropped-bill-night-force-carbine-header-min.jpg','','inherit','open','closed','','cropped-bill-night-force-carbine-header-min-jpg','','','2023-10-13 00:39:27','2023-10-13 00:39:27','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg',0,'attachment','image/jpeg',0),
(2207,1,'2023-10-13 00:41:28','2023-10-13 00:41:28','','Bill-Walther-Pistol','','inherit','open','closed','','bill-walther-pistol-min-header','','','2023-10-13 00:41:28','2023-10-13 00:41:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header.jpg',0,'attachment','image/jpeg',0),
(2213,1,'2023-10-13 01:04:24','2023-10-13 01:04:24','','bill-precision-rifle-header-thin','','inherit','open','closed','','bill-precision-rifle-header-thin','','','2023-10-13 01:04:24','2023-10-13 01:04:24','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/bill-precision-rifle-header-thin.jpg',0,'attachment','image/jpeg',0),
(2215,1,'2023-10-13 01:07:26','2023-10-13 01:07:26','','bill-night-force-carbine-header-thin','','inherit','open','closed','','bill-night-force-carbine-header-thin','','','2023-10-13 01:07:26','2023-10-13 01:07:26','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/bill-night-force-carbine-header-thin.jpg',0,'attachment','image/jpeg',0),
(2216,1,'2023-10-13 01:07:28','2023-10-13 01:07:28','','Bill-Walther-Pistol-min-header-thin','','inherit','open','closed','','bill-walther-pistol-min-header-thin','','','2023-10-13 01:07:28','2023-10-13 01:07:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-thin.jpg',0,'attachment','image/jpeg',0),
(2220,1,'2023-10-13 01:18:58','2023-10-13 01:18:58','','cropped-bill-precision-rifle-header-thin.jpg','','inherit','open','closed','','cropped-bill-precision-rifle-header-thin-jpg','','','2023-10-13 01:18:58','2023-10-13 01:18:58','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-precision-rifle-header-thin.jpg',0,'attachment','image/jpeg',0),
(2229,1,'2023-10-13 01:24:13','2023-10-13 01:24:13','','Bill-Walther-Pistol-min-header-long','','inherit','open','closed','','bill-walther-pistol-min-header-long','','','2023-10-13 01:24:13','2023-10-13 01:24:13','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg',0,'attachment','image/jpeg',0),
(2231,1,'2023-10-13 01:26:26','2023-10-13 01:26:26','','bill-night-force-carbine-header-long','','inherit','open','closed','','bill-night-force-carbine-header-long','','','2023-10-13 01:26:26','2023-10-13 01:26:26','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg',0,'attachment','image/jpeg',0),
(2232,1,'2023-10-13 01:26:28','2023-10-13 01:26:28','','bill-precision-rifle-header-long','','inherit','open','closed','','bill-precision-rifle-header-long','','','2023-10-13 01:26:28','2023-10-13 01:26:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg',0,'attachment','image/jpeg',0),
(2237,1,'2023-10-13 17:54:57','2023-10-13 17:54:57','','NightForce Round Logo','','inherit','open','closed','','nightforce-wide-round-logo','','','2023-10-13 17:54:57','2023-10-13 17:54:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/NightForce-Wide-Round-Logo.png',0,'attachment','image/png',0),
(2241,1,'2023-10-13 18:52:04','2023-10-13 18:52:04','','high desert cartridge logo sq','','inherit','open','closed','','high-desert-cartridge-logo-sq','','','2023-10-13 18:52:04','2023-10-13 18:52:04','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/high-desert-cartridge-logo-sq.png',0,'attachment','image/png',0),
(2258,1,'2023-10-13 20:28:15','2023-10-13 20:28:15','','Gustavo and Bill Interview Lightened','','inherit','open','closed','','gustavo-and-bill-interview-lightened','','','2023-10-13 20:28:15','2023-10-13 20:28:15','',2183,'https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview-Lightened.png',0,'attachment','image/png',0),
(2260,1,'2023-10-13 20:31:20','2023-10-13 20:31:20','','Gustavo and Bill Interview_','','inherit','open','closed','','gustavo-and-bill-interview_','','','2023-10-13 20:31:20','2023-10-13 20:31:20','',2183,'https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_.png',0,'attachment','image/png',0),
(2271,1,'2023-10-27 21:08:13','2023-10-27 21:08:13','<!-- wp:shortcode -->\n[convertkit form=5311860]\n<!-- /wp:shortcode -->','Join the CQB Waitlist','','publish','closed','closed','','cqb','','','2023-10-27 21:08:13','2023-10-27 21:08:13','',0,'https://www.amtacshooting.com/?page_id=2271',0,'page','',0),
(2279,1,'2023-11-23 04:14:02','2023-11-23 04:14:02','<!-- wp:embed {\"url\":\"https://player.vimeo.com/video/887486071?badge=0\\u0026autopause=0\\u0026quality_selector=1\\u0026player_id=0\\u0026app_id=58479\",\"type\":\"video\",\"providerNameSlug\":\"vimeo\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-vimeo wp-block-embed-vimeo\"><div class=\"wp-block-embed__wrapper\">\nhttps://player.vimeo.com/video/887486071?badge=0&amp;autopause=0&amp;quality_selector=1&amp;player_id=0&amp;app_id=58479\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>First off, I was running everything in this HeadWall 55L backpack. It\'s a hyper light pack. I like it. It\'s made from a material formerly known as Cuben fiber. It\'s waterproof, so it doesn\'t absorb moisture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next, we were testing when my friend\'s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It\'s significantly better than the other filters I\'ve been using in the past. We just had a really small water source and this worked really well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I  disassembled it, so no antenna on it, no battery on it, so it doesn\'t accidentally get turned on and also so the antenna won\'t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It\'s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A blowout kit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://amtacblades.com/battle-axe/\">Amtac Blades Battle Axe</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two titanium water bottles. They\'re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that\'s all I figured I needed for this.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I ended up wearing this top, it\'s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it\'s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I\'ve used this a bunch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It\'s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Other tools carried.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Black Point tactical F03 with a Walther PDP in it. I shift this over and run it appendix when I\'m out hiking because I like to have the support of a waistband and when I\'m running appendix it doesn\'t get in the way at all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And then I had my Amtac Blades Magnus and what I end up doing with this is I just clip this onto the actual waistband of the backpack so that I still have fast access to this right here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And then standard, another blade in my pocket and a lighter in my pocket.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yeah, it was a good push yesterday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2306,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:list {\"ordered\":true} -->\n<ol><!-- wp:list-item -->\n<li>Soto windmaster stove (<ta href=\"https://amzn.to/49z6FsU\">https://amzn.to/49z6FsU</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toaks 750 ml pot (<ta href=\"https://amzn.to/40wAia8\">https://amzn.to/40wAia8</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Patagonia puff jacket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Peak Refuel meal (<ta href=\"https://amzn.to/47rQlbH\">https://amzn.to/47rQlbH</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Katadyn 1L water filter (<ta href=\"https://amzn.to/3FUCw9S\">https://amzn.to/3FUCw9S</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Amtac med kit (<ta href=\"https://www.amtacgear.com/product-category/medical/\">https://www.amtacgear.com/product-category/medical/</ta>)</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:list {\"ordered\":true,\"start\":7} -->\n<ol start=\"7\"><!-- wp:list-item -->\n<li>Silverant 1200ml titanium bottle (<ta href=\"https://amzn.to/475vKtP\">https://amzn.to/475vKtP</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Silverant 800ml titanium bottle (<ta href=\"https://amzn.to/3uaJbtY\">https://amzn.to/3uaJbtY</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Levi trekking poles (<ta href=\"https://amzn.to/49xMvje\">https://amzn.to/49xMvje</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Chocolate covered espresso beans (<ta href=\"https://amzn.to/49zjXWC\">https://amzn.to/49zjXWC</ta>)</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:media-text {\"mediaId\":2310,\"mediaLink\":\"https://www.amtacshooting.com/?attachment_id=2310\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:list {\"ordered\":true} -->\n<ol><!-- wp:list-item -->\n<li>Baeofeng UV5R (<ta href=\"https://amzn.to/3QC3FU8\">https://amzn.to/3QC3FU8</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Garmin InReach mini (<ta href=\"https://amzn.to/3QX4Wqk\">https://amzn.to/3QX4Wqk</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Iron Spear Outfitters Gorilla Coms (<ta href=\"https://ironspearoutfitters.com/products/gorilla-coms\">https://ironspearoutfitters.com/products/gorilla-coms</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Outdoor Research Helium rain gear (<ta href=\"https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</ta>)</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2313,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:list {\"ordered\":true} -->\n<ol><!-- wp:list-item -->\n<li>Hyperlite Headwall 55 pack (<ta href=\"https://www.hyperlitemountaingear.com/products/headwall-55\">https://www.hyperlitemountaingear.com/products/headwall-55</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Amtac Blades Battle Axe (<ta href=\"https://amtacblades.com/battle-axe/\">https://amtacblades.com/battle-axe/</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Silponcho (<ta href=\"https://amzn.to/3QUVP9B\">https://amzn.to/3QUVP9B</ta>)</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:list {\"ordered\":true,\"start\":4} -->\n<ol start=\"4\"><!-- wp:list-item -->\n<li>Mountain Laurel Design bivy sack (<ta href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sea to Summit down sleeping bag (<ta href=\"https://amzn.to/477RLs8\">https://amzn.to/477RLs8</ta></li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":2302,\"width\":\"558px\",\"height\":\"auto\",\"aspectRatio\":\"0.75\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/11/IMG_3215-1-768x1024.jpg\" alt=\"\" class=\"wp-image-2302\" style=\"aspect-ratio:0.75;width:558px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"></figure>\n<!-- /wp:gallery -->','Backpack Loadout for a Long Day\'s Hike','','publish','open','open','','backpack-loadout-for-a-long-days-hike','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',0,'https://www.amtacshooting.com/?p=2279',0,'post','',2),
(2291,1,'2023-11-22 15:43:00','2023-11-22 15:43:00','','IMG_3494','','inherit','open','closed','','img_3494','','','2023-11-22 15:43:00','2023-11-22 15:43:00','',2279,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/IMG_3494.heic',0,'attachment','image/heic',0),
(2292,1,'2023-11-22 15:43:44','2023-11-22 15:43:44','','IMG_3499','','inherit','open','closed','','img_3499','','','2023-11-22 15:43:44','2023-11-22 15:43:44','',2279,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/IMG_3499.heic',0,'attachment','image/heic',0),
(2295,1,'2023-11-22 16:02:58','2023-11-22 16:02:58','','grid-all-gear','','inherit','open','closed','','grid-all-gear','','','2023-11-22 16:02:58','2023-11-22 16:02:58','',2279,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/grid-all-gear.png',0,'attachment','image/png',0),
(2296,1,'2023-11-22 16:05:24','2023-11-22 16:05:24','','IMG_3215','','inherit','open','closed','','img_3215','','','2023-11-22 16:05:24','2023-11-22 16:05:24','',2279,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/IMG_3215.heic',0,'attachment','image/heic',0),
(2297,1,'2023-11-22 16:09:21','2023-11-22 16:09:21','','IMG_3198','','inherit','open','closed','','img_3198','','','2023-11-22 16:09:21','2023-11-22 16:09:21','',2279,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/IMG_3198-scaled-1.jpg',0,'attachment','image/jpeg',0),
(2298,1,'2023-11-22 16:09:31','2023-11-22 16:09:31','','IMG_3215','','inherit','open','closed','','img_3215-2','','','2023-11-22 16:09:31','2023-11-22 16:09:31','',2279,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/IMG_3215-scaled-1.jpg',0,'attachment','image/jpeg',0),
(2302,1,'2023-11-22 16:20:43','2023-11-22 16:20:43','','Bill Long Hike Backpack Loadout','','inherit','open','closed','','img_3215-1','','','2023-11-22 16:20:43','2023-11-22 16:20:43','',2279,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/IMG_3215-1-scaled-1.jpg',0,'attachment','image/jpeg',0),
(2305,1,'2023-11-22 19:26:59','2023-11-22 19:26:59','','grid-3-gear','','inherit','open','closed','','grid-3-gear','','','2023-11-22 19:26:59','2023-11-22 19:26:59','',2279,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/grid-3-gear.png',0,'attachment','image/png',0),
(2306,1,'2023-11-22 19:51:00','2023-11-22 19:51:00','','Backpack Loadout 1','','inherit','open','closed','','grid-1','','','2023-11-22 19:51:00','2023-11-22 19:51:00','',2279,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg',0,'attachment','image/jpeg',0),
(2307,1,'2023-11-22 19:52:52','2023-11-22 19:52:52','','grid-2','','inherit','open','closed','','grid-2','','','2023-11-22 19:52:52','2023-11-22 19:52:52','',2279,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/grid-2.jpg',0,'attachment','image/jpeg',0),
(2308,1,'2023-11-22 19:53:04','2023-11-22 19:53:04','','grid-3','','inherit','open','closed','','grid-3','','','2023-11-22 19:53:04','2023-11-22 19:53:04','',2279,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/grid-3.jpg',0,'attachment','image/jpeg',0),
(2310,1,'2023-11-22 20:06:30','2023-11-22 20:06:30','','backpack loadout 2','','inherit','open','closed','','grid-2-1','','','2023-11-22 20:06:30','2023-11-22 20:06:30','',2279,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg',0,'attachment','image/jpeg',0),
(2313,1,'2023-11-22 20:18:41','2023-11-22 20:18:41','','backpack loadout 3','','inherit','open','closed','','grid-3-1','','','2023-11-22 20:18:41','2023-11-22 20:18:41','',2279,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg',0,'attachment','image/jpeg',0),
(2317,1,'2023-11-22 22:21:37','2023-11-22 22:21:37','<!-- wp:navigation-link {\"label\":\"Home\",\"type\":\"custom\",\"description\":\"\",\"url\":\"http://www.amtacshooting.com\",\"title\":\"\",\"kind\":\"custom\",\"className\":\" menu-item menu-item-type-custom menu-item-object-custom menu-item-home\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Upcoming Courses\",\"type\":\"page\",\"description\":\"\",\"url\":\"https://www.amtacshooting.com/upcoming-courses/\",\"title\":\"\",\"kind\":\"post-type\",\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Our Instructors\",\"type\":\"page\",\"description\":\"\",\"url\":\"https://www.amtacshooting.com/amtac-shooting-instructors/\",\"title\":\"\",\"kind\":\"post-type\",\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Private Training\",\"type\":\"page\",\"description\":\"\",\"url\":\"https://www.amtacshooting.com/private-training/\",\"title\":\"\",\"kind\":\"post-type\",\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Testimonials\",\"type\":\"page\",\"description\":\"\",\"url\":\"https://www.amtacshooting.com/amtac-shooting-testimonials/\",\"title\":\"\",\"kind\":\"post-type\",\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Articles\",\"type\":\"category\",\"description\":\"\",\"url\":\"https://www.amtacshooting.com/category/knowledge/articles/\",\"title\":\"\",\"kind\":\"taxonomy\",\"className\":\" menu-item menu-item-type-taxonomy menu-item-object-category\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"AARs\",\"type\":\"category\",\"description\":\"\",\"url\":\"https://www.amtacshooting.com/category/press/aar/\",\"title\":\"\",\"kind\":\"taxonomy\",\"className\":\" menu-item menu-item-type-taxonomy menu-item-object-category\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Faith\",\"type\":\"page\",\"description\":\"\",\"url\":\"https://www.amtacshooting.com/faith/\",\"title\":\"\",\"kind\":\"post-type\",\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Videos\",\"type\":\"page\",\"description\":\"\",\"url\":\"https://www.amtacshooting.com/videos/\",\"title\":\"\",\"kind\":\"post-type\",\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Store\",\"type\":\"page\",\"description\":\"\",\"url\":\"https://www.amtacshooting.com/store/\",\"title\":\"\",\"kind\":\"post-type\",\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Recommended\",\"type\":\"page\",\"description\":\"\",\"url\":\"https://www.amtacshooting.com/recommended/\",\"title\":\"\",\"kind\":\"post-type\",\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Facebook\",\"type\":\"custom\",\"description\":\"\",\"opensInNewTab\":true,\"url\":\"https://www.facebook.com/pages/American-Tactical-Shooting-Instruction-LLC/313798015492539\",\"title\":\"\",\"kind\":\"custom\",\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Instagram\",\"type\":\"custom\",\"description\":\"\",\"opensInNewTab\":true,\"url\":\"http://www.instagram.com/amtacshooting\",\"title\":\"\",\"kind\":\"custom\",\"className\":\" menu-item menu-item-type-custom menu-item-object-custom\"} /-->\n\n<!-- wp:navigation-link {\"label\":\"Contact Us\",\"type\":\"page\",\"description\":\"\",\"url\":\"https://www.amtacshooting.com/contact-us/\",\"title\":\"\",\"kind\":\"post-type\",\"className\":\" menu-item menu-item-type-post_type menu-item-object-page\"} /-->','Header Menu','','publish','closed','closed','','header-menu','','','2023-11-22 22:21:37','2023-11-22 22:21:37','',0,'https://www.amtacshooting.com/header-menu/',0,'wp_navigation','',0),
(2333,1,'2023-11-23 00:59:08','2023-11-23 00:59:08','','backpack loadout blog thumbnail','','inherit','open','closed','','backpack-loadout-blog-thumbnail','','','2023-11-23 00:59:08','2023-11-23 00:59:08','',2279,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail-.jpg',0,'attachment','image/jpeg',0),
(2342,1,'2023-12-16 23:35:11','2023-12-16 23:35:11','','Walther-Pistol-Bill-Header-min','','inherit','open','closed','','walther-pistol-bill-header-min-2','','','2023-12-16 23:35:11','2023-12-16 23:35:11','',0,'https://staging.amtacshooting.com/wp-content/uploads/2023/12/Walther-Pistol-Bill-Header-min.jpg',0,'attachment','image/jpeg',0),
(2345,1,'2023-12-17 00:25:36','2023-12-17 00:25:36','','IMG_0029','','inherit','open','closed','','img_0029','','','2023-12-17 00:25:36','2023-12-17 00:25:36','',0,'https://staging.amtacshooting.com/wp-content/uploads/2023/12/IMG_0029.jpg',0,'attachment','image/jpeg',0),
(2346,1,'2023-12-17 00:29:15','2023-12-17 00:29:15','','IMG_00292','','inherit','open','closed','','img_00292','','','2023-12-17 00:29:15','2023-12-17 00:29:15','',0,'https://staging.amtacshooting.com/wp-content/uploads/2023/12/IMG_00292.png',0,'attachment','image/png',0),
(2348,1,'2023-12-17 23:08:26','2023-12-17 23:08:26','','img_2122_720','','inherit','open','closed','','img_2122_720','','','2023-12-17 23:08:26','2023-12-17 23:08:26','',0,'https://staging.amtacshooting.com/wp-content/uploads/2023/12/img_2122_720.jpg',0,'attachment','image/jpeg',0),
(2352,1,'2024-01-02 17:58:33','2024-01-02 17:58:33','','img_9724_720','','inherit','open','closed','','img_9724_720','','','2024-01-02 17:58:33','2024-01-02 17:58:33','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/01/img_9724_720.jpg',0,'attachment','image/jpeg',0),
(2356,1,'2024-01-03 02:06:05','2024-01-03 02:06:05','','_a1s5260','','inherit','open','closed','','_a1s5260','','','2024-01-03 02:06:05','2024-01-03 02:06:05','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/01/a1s5260.jpg',0,'attachment','image/jpeg',0),
(2384,1,'2024-06-13 18:27:59','2024-06-13 18:27:59','<!-- wp:image {\"id\":2385,\"width\":\"797px\",\"height\":\"auto\",\"aspectRatio\":\"1.499267935578331\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/01/Class-Photo-1-1024x683.jpg\" alt=\"\" class=\"wp-image-2385\" style=\"aspect-ratio:1.499267935578331;width:797px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Sponsor a Service Member for Essential Training at one of Amtac Shooting\'s Courses</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>As a company that recognizes the sacrifices made by our nation\'s law enforcement officers and United States Armed Service members, we invite you to make a profound difference in their professional development.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>At Amtac Shooting, we understand the fiscal challenges that some of our heroes face when seeking essential training opportunities. In an effort to bridge this gap, we\'ve initiated a special sponsorship program that allows individuals like you to directly contribute to enhancing the skills of those who dedicate their lives to our safety.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Why Sponsor a Service Member?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Our nation\'s law enforcement officers and military personnel often find themselves constrained by budgetary limitations, hindering their access to critical training programs. By sponsoring a service member for one of our courses, you are empowering them to receive the level of training they truly deserve, thereby enhancing their capabilities to safeguard our communities. By purchasing this slot you are allowing a service member who for fiscal reasons would not normally be able to attend this training, get better training.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">How Your Sponsorship Makes a Difference?</h2>\n<!-- /wp:heading -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><!-- wp:list-item -->\n<li><strong>Breaking Fiscal Barriers:</strong> Your support provides a pathway for service members facing fiscal constraints to access training that might otherwise be financially out of reach.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Elevated Training Standards:</strong> By sponsoring a training slot, you contribute to elevating the overall standard of training received by our heroes, positively impacting their performance and preparedness.</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li><strong>Investment in Safety:</strong> Your contribution directly translates into a safer and more secure community as our heroes are better equipped to navigate the challenges they face on a daily basis.</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong><span style=\"text-decoration: underline;\">Sponsorship Details:</span></strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><strong>Cost per Slot:</strong> $750</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Recognition:</strong> All sponsors can opt-in to be acknowledged on our website.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>How to Sponsor:</strong> To sponsor a law enforcement officer or a United States Armed Service member and be a driving force behind their enhanced training, please add a sponsorship to your cart below and follow the online payment instructions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Thank you for considering this opportunity to uplift those who dedicate their lives to our safety. Your sponsorship is not just an investment in individuals but a commitment to the safety and well-being of our entire community.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2386,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/01/Class-Photo-2a-1024x598.jpg\" alt=\"\" class=\"wp-image-2386\"/></figure>\n<!-- /wp:image -->','Sponsorships','','publish','closed','closed','','sponsorships','','','2024-06-13 18:27:59','2024-06-13 18:27:59','',0,'https://www.amtacshooting.com/?page_id=2384',0,'page','',0),
(2385,1,'2024-01-27 00:05:25','2024-01-27 00:05:25','','Class-Photo-1','','inherit','open','closed','','class-photo-1','','','2024-01-27 00:05:25','2024-01-27 00:05:25','',2384,'https://staging.amtacshooting.com/wp-content/uploads/2024/01/Class-Photo-1.jpg',0,'attachment','image/jpeg',0),
(2386,1,'2024-01-27 00:08:55','2024-01-27 00:08:55','','Class-Photo-2a','','inherit','open','closed','','class-photo-2a','','','2024-01-27 00:08:55','2024-01-27 00:08:55','',2384,'https://staging.amtacshooting.com/wp-content/uploads/2024/01/Class-Photo-2a.jpg',0,'attachment','image/jpeg',0),
(2392,1,'2024-02-10 01:57:55','2024-02-10 01:57:55','<!-- wp:html -->\n<iframe src=\"https://player.vimeo.com/video/909200847?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479\" width=\"1080\" height=\"1920\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" title=\"Morning Routine and Dry Fire Lesson (Rock)\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I can\'t stress enough to you the importance of dry firing. When we go to the range, all of us perform better after we have done a couple of drills and knocked the rust off. In our day-to-day lives, we do not know when the moment will come that we need to draw our tools in order to save lives. If tomorrow is the day that you have to fire your pistol in order to save a member of your family, wouldn\'t you rather have \"warmed up\" that day. This is what dry firing does for us, when you incorporate dry firing into your morning ritual, you are not only getting better at the things that you are practicing, but you are also warming up, so that if today is the day you are called upon, you do perform at the top of your ability. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Why We Dry Fire','','publish','closed','open','','morning-routine-and-dry-fire-lesson','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',0,'https://www.amtacshooting.com/?p=2392',0,'post','',0),
(2412,1,'2024-02-04 00:57:05','2024-02-04 00:57:05','','28B49493-C2A2-4D25-B4D7-F18A6F208184','','inherit','open','closed','','28b49493-c2a2-4d25-b4d7-f18a6f208184','','','2024-02-04 00:57:05','2024-02-04 00:57:05','',2170,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184.png',0,'attachment','image/png',0),
(2422,1,'2024-04-12 22:19:11','2024-04-12 22:19:11','<!-- wp:image {\"id\":2423,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Amtac-Shooting-Newsletter-Banner-4-1024x341.png\" alt=\"\" class=\"wp-image-2423\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Each one of our instructors has shown a lifelong commitment to firearms training and combatives. Our students enjoy how our instructors convey the Amtac Shooting Pistol, Carbine, and Pistol/ Combatives curriculum clearly and concisely which increases our capacity of \"teaching good Americans to protect themselves and their families better.\" - Bill Rapier</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2427,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bill-Rapier-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2427\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier spent 20 years in the U.S. Navy SEAL teams with the last 14 as a member of the Naval Special Warfare Development Group (DEVGRU). His assignments included assaulter, breacher, sniper, team leader, troop chief, and military working dog department senior enlisted adviser. Bill is now the owner &amp; operator of American Tactical Shooting Instruction &amp; Amtac Blades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#5a6169\"},\"typography\":{\"fontSize\":\"15px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong> <em>I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life and death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again. Thanks, Darrell Thompson, Cultivate Power Fight Arts</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Upcoming Courses:</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[ecs-list-events cat=\'amtac_shooting_instructor_bill_rapier\' limit=\'12\' hide_past=”yes” hide_empty_months=”yes”]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2854,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/bill-rapier-owner-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Bill-Rapier-Button.png\" alt=\"\" class=\"wp-image-2854\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:image {\"id\":2428,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Acosta-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2428\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time, and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again! -Todd</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>David Acosta\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"90\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2855,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/david-acosta-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/David-Acosta-Button.png\" alt=\"\" class=\"wp-image-2855\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2441,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Cagle-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2441\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. The class was a great ROI.</em> <em>-Amtac Shooting Carbine 1 Course Student</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>David Cagle\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"88\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2856,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/david-cagle-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/David-Cagle-Button.png\" alt=\"\" class=\"wp-image-2856\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2871,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-Kelly-Amtac-Shooting-Instructor-3-1024x341.png\" alt=\"\" class=\"wp-image-2871\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ under Mike Fernandez, boxed out of TMX boxing under Marty McDonough, and he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier. He studied mindset, tactics, and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Regardless of your level of experience in striking, jiu-jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment. More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willingness to engage in big V Violence versus small v violence.\" -Edward</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Kevin Kelly\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"101\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2857,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/kevin-kelly-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-kelly-Button.png\" alt=\"\" class=\"wp-image-2857\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2451,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bryan-Resnick-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2451\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years, he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, including the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest. Love the AMTAC mindset…Resnick is one hell of an individual. He is driven, honest, well-skilled, treats everyone equally, and passionate. He is a great American. He’s a great instructor.\" –Eddie</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bryan Resnick\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"94\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2858,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/bryan-resnick-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Bryan-Resnick-Button.png\" alt=\"\" class=\"wp-image-2858\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->','Our Instructors','','publish','closed','closed','','our-instructors','','','2024-10-31 23:33:59','2024-10-31 23:33:59','',0,'https://www.amtacshooting.com/?page_id=2422',0,'page','',0),
(2423,1,'2024-02-06 19:36:09','2024-02-06 19:36:09','','Amtac-Shooting-Newsletter-Banner-4','','inherit','open','closed','','amtac-shooting-newsletter-banner-4','','','2024-02-06 19:36:09','2024-02-06 19:36:09','',2422,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/Amtac-Shooting-Newsletter-Banner-4.png',0,'attachment','image/png',0),
(2427,1,'2024-02-06 20:37:01','2024-02-06 20:37:01','','Bill-Rapier-Amtac-Shooting-Instructor','','inherit','open','closed','','bill-rapier-amtac-shooting-instructor','','','2024-02-06 20:37:01','2024-02-06 20:37:01','',2422,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bill-Rapier-Amtac-Shooting-Instructor.png',0,'attachment','image/png',0),
(2428,1,'2024-02-06 20:44:02','2024-02-06 20:44:02','','David-Acosta-Amtac-Shooting-Instructor','','inherit','open','closed','','david-acosta-amtac-shooting-instructor','','','2024-02-06 20:44:02','2024-02-06 20:44:02','',2422,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Acosta-Amtac-Shooting-Instructor.png',0,'attachment','image/png',0),
(2441,1,'2024-02-06 21:19:39','2024-02-06 21:19:39','','David-Cagle-Amtac-Shooting-Instructor','','inherit','open','closed','','david-cagle-amtac-shooting-instructor','','','2024-02-06 21:19:39','2024-02-06 21:19:39','',2422,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Cagle-Amtac-Shooting-Instructor.png',0,'attachment','image/png',0),
(2444,1,'2024-02-06 21:28:27','2024-02-06 21:28:27','','Kevin-Kelly-Amtac-Shooting-Instructor-1','','inherit','open','closed','','kevin-kelly-amtac-shooting-instructor-1','','','2024-02-06 21:28:27','2024-02-06 21:28:27','',2422,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/Kevin-Kelly-Amtac-Shooting-Instructor-1.png',0,'attachment','image/png',0),
(2451,1,'2024-02-06 21:42:55','2024-02-06 21:42:55','','Bryan-Resnick-Amtac-Shooting-Instructor','','inherit','open','closed','','bryan-resnick-amtac-shooting-instructor','','','2024-02-06 21:42:55','2024-02-06 21:42:55','',2422,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bryan-Resnick-Amtac-Shooting-Instructor.png',0,'attachment','image/png',0),
(2461,1,'2024-04-12 18:03:42','2024-04-12 18:03:42','<!-- wp:image {\"id\":2462,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bill-Rapier-Amtac-Shooting-Instructor-1-1024x341.png\" alt=\"\" class=\"wp-image-2462\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Lead instructor of over 190 Amtac Shooting courses since 2020. </li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Trained over 2500 students since 2020.</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Bill is retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief, and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Learn more about Bill\'s military/combatives and shooting experience. <br><strong>Article:</strong> <a href=\"https://www.navyseal.com/bill-rapier/\"><strong>Bill Rapier Navy Seal Devgru: More Than Just A Fearless Warrior</strong></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2671,\"width\":\"436px\",\"height\":\"auto\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Bill-article-1024x705.png\" alt=\"\" class=\"wp-image-2671\" style=\"width:436px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Article:</strong> <a href=\"https://surefire.news/amtac-shooting-bill-rapier/\"><strong>Surefire Spotlight: Amtac Shooting\'s Bill Rapier</strong></a><br><strong>Article:</strong> <a href=\"https://www.amtacshooting.com/mindset-let-it-burn/\"><strong>Let it Burn: by Bill Rapier</strong></a><br><strong>Article:</strong> Want to know what a course taught by Bill Rapier is like?  Read an AAR written by one of Bill\'s students who trained at one of the <a href=\"https://civiliangunfighter.wordpress.com/2019/11/12/aar-the-amtac-shooting-combative-carbine-course-bill-rapier-east-granby-ct-nov-4-5-2019/\"><strong>Amtac Shooting Combative Carbine Courses.</strong></a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For more articles written by Bill visit our <a href=\"https://www.amtacshooting.com/category/knowledge/articles/\"><strong>Articles</strong></a> page.<br>For more articles written by others visit our <strong><a href=\"https://www.amtacshooting.com/media/\">Media</a></strong> page.<br>For more AAR reviews visit our <a href=\"https://www.amtacshooting.com/category/press/aar/\"><strong>AARS</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Podcasts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>\"Bill sits down with us to chat. Bill is a former Navy SEAL who operated at the highest level during the Global War On Terror. After leaving the teams, Bill started AMTAC Shooting/AMTAC Blades where he focuses on teaching the ways of the “modern minuteman” through courses that cover marksmanship, rifle and pistol combatives, and edged weapons. Bill has an extremely interesting background and still gets into all sorts of wild stuff nowadays. Be ready to learn a thing or two.\" - Q LLC</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":2674,\"width\":\"220px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Bill-Q-LLC.png\" alt=\"\" class=\"wp-image-2674\" style=\"width:220px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:paragraph -->\n<p>       Live Q or Die Podcast - <a href=\"https://youtu.be/Zw-yb08JFW8?si=-2SaX9Vfb94RXygp\"><strong>Episode 65 - Bill Rapier - Knives for Hands</strong></a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":2678,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/podcast-bill-rapier.png\" alt=\"\" class=\"wp-image-2678\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"verticalAlignment\":\"center\",\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column is-vertically-aligned-center\" style=\"flex-basis:66.66%\"><!-- wp:paragraph -->\n<p>        DTD Podcast - <a href=\"https://www.dtdpodcast.net/episode-58-bill-rapier-american-tactical/\"><strong>Episode 58: Bill Rapier “American Tactical”</strong></a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":2693,\"width\":\"245px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/can-you-survive-this-podcast-bill-rapier.jpg\" alt=\"\" class=\"wp-image-2693\" style=\"width:245px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">          </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">          </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"left\"} -->\n<p class=\"has-text-align-left\">         Can You Survive This Podcast - <a href=\"https://www.everand.com/listen/podcast/573871555\"><strong>with Bill Rapier</strong></a></p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.listennotes.com/podcasts/hard-men-podcast/interview-with-bill-rapier-1Prm_poebDx/embed/\" height=\"180px\" width=\"100%\" style=\"width: 1px; min-width: 100%;\" frameborder=\"0\" scrolling=\"no\" loading=\"lazy\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For more podcasts visit our <a href=\"https://www.amtacshooting.com/media/\"><strong>Media</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Videos</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/NqHJ1uuFfY4?si=mEEQb4r_BEy-DbUa\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/NqHJ1uuFfY4?si=mEEQb4r_BEy-DbUa\n</div><figcaption class=\"wp-element-caption\">Amtac Shootings Night Vision Course Review by Kit Badger </figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=6Z_NrLLZXRI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=6Z_NrLLZXRI\n</div><figcaption class=\"wp-element-caption\">Retired Navy SEAL Bill Rapier\'s Force on Force Class Review</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/LlyIgpMfpUw?si=mZcBkU-dNlMQqlts\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/LlyIgpMfpUw?si=mZcBkU-dNlMQqlts\n</div><figcaption class=\"wp-element-caption\">How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>For more videos visit our <a href=\"https://www.amtacshooting.com/media/\"><strong>Media</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Photo Gallery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2193,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_3-1024x769.jpg\" alt=\"\" class=\"wp-image-2193\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1331,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/pistol-min.jpg\" alt=\"\" class=\"wp-image-1331\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1179,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/6X0C1113-1024x683.jpg\" alt=\"\" class=\"wp-image-1179\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_-1024x779.png\" alt=\"\" class=\"wp-image-2260\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2356,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/01/a1s5260.jpg\" alt=\"\" class=\"wp-image-2356\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Upcoming Courses</h2>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n[add_eventon_list show_et_ft_img=\'yes\' number_of_months=\"24\" hide_empty_months=\"yes\"  hide_past=\"yes\" show_year=\"yes\" tiles=\"no\"]\n<!-- /wp:html -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>For all of our upcoming courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</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 -->\n<h2 class=\"wp-block-heading\">Testimonials</h2>\n<!-- /wp:heading -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>\"I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.\" <br>- Thanks, Darrell Thompson, Cultivate Power Fight Arts</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>\"It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand-to-hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!\" <br>-Bart</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>“In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking. It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road. I guess the best words I can say are these: I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community. After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.”<br>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>For more testimonials visit our <a href=\"https://www.amtacshooting.com/amtac-shooting-testimonials/\"><strong>Testimonials</strong></a> page.</p>\n<!-- /wp:paragraph -->','Bill Rapier - Owner/Lead Instructor','','publish','closed','closed','','bill-rapier-owner-lead-instructor','','','2024-04-12 18:03:42','2024-04-12 18:03:42','',0,'https://www.amtacshooting.com/?page_id=2461',0,'page','',0),
(2462,1,'2024-02-06 23:03:10','2024-02-06 23:03:10','','Bill-Rapier-Amtac-Shooting-Instructor-1','','inherit','open','closed','','bill-rapier-amtac-shooting-instructor-1','','','2024-02-06 23:03:10','2024-02-06 23:03:10','',2461,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bill-Rapier-Amtac-Shooting-Instructor-1.png',0,'attachment','image/png',0),
(2502,1,'2024-02-09 22:10:09','2024-02-09 22:10:09','','David Cagle Shotgun 1 Course','','inherit','open','closed','','david-cagle-shotgun-1-course','','','2024-02-09 22:10:09','2024-02-09 22:10:09','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Cagle-Shotgun-1-Course.jpg',0,'attachment','image/jpeg',0),
(2518,1,'2024-02-10 02:12:32','2024-02-10 02:12:32','','dry_fire_screen_shot_720','','inherit','open','closed','','dry_fire_screen_shot_720','','','2024-02-10 02:12:32','2024-02-10 02:12:32','',2392,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_720.png',0,'attachment','image/png',0),
(2541,1,'2024-03-21 22:19:57','2024-03-21 22:19:57','The Amtac Shooting \"Bring Your Tools\" Tee. Features logo on front, text on back, and flag on left shoulder. <br />\n<br />\n • 100% cotton<br />\n • Sport Grey is 90% cotton, 10% polyester<br />\n • Ash Grey is 99% cotton, 1% polyester<br />\n • Heather colors are 50% cotton, 50% polyester<br />\n • Fabric weight: 5.0–5.3 oz/yd² (170-180 g/m²) <br />\n • Open-end yarn<br />\n • Tubular fabric<br />\n • Taped neck and shoulders<br />\n • Double seam at sleeves and bottom hem<br />\n • Blank product sourced from Honduras, Nicaragua, Haiti, Dominican Republic, Bangladesh, Mexico<br />\n<br />\nThis product is made especially for you as soon as you place an order, which is why it takes us a bit longer to deliver it to you. ','Amtac Shooting \"Bring Your Tools\" Tee','','publish','open','closed','','amtac-shooting-bring-your-tools-tee','','','2024-03-21 22:19:57','2024-03-21 22:19:57','',0,'https://www.amtacshooting.com/product/amtac-shooting-bring-your-tools-tee/',0,'product','',0),
(2542,1,'2024-03-21 22:20:02','2024-03-21 22:20:02','','2541_model_size_guide','','inherit','open','closed','','2541_model_size_guide','','','2024-03-21 22:20:02','2024-03-21 22:20:02','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2541_model_size_guide.png',0,'attachment','image/png',0),
(2543,1,'2024-03-21 22:20:03','2024-03-21 22:20:03','','2541_product_size_guide','','inherit','open','closed','','2541_product_size_guide','','','2024-03-21 22:20:03','2024-03-21 22:20:03','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/2541_product_size_guide.png',0,'attachment','image/png',0),
(2544,1,'2024-03-21 22:20:04','2024-03-21 22:20:04','','Amtac Shooting \"Bring Your Tools\" Tee - Black, S','color: Black, size: S','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-black-s','','','2024-03-21 22:20:04','2024-03-21 22:20:04','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2544',0,'product_variation','',0),
(2545,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Black, M','color: Black, size: M','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-black-m','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2545',0,'product_variation','',0),
(2546,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Black, L','color: Black, size: L','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-black-l','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2546',0,'product_variation','',0),
(2547,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Black, XL','color: Black, size: XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-black-xl','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2547',0,'product_variation','',0),
(2548,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Black, 2XL','color: Black, size: 2XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-black-2xl','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2548',0,'product_variation','',0),
(2549,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Black, 3XL','color: Black, size: 3XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-black-3xl','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2549',0,'product_variation','',0),
(2550,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Black, 4XL','color: Black, size: 4XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-black-4xl','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2550',0,'product_variation','',0),
(2551,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Black, 5XL','color: Black, size: 5XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-black-5xl','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2551',0,'product_variation','',0),
(2552,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Cardinal, S','color: Cardinal, size: S','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-cardinal-s','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2552',0,'product_variation','',0),
(2553,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Cardinal, M','color: Cardinal, size: M','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-cardinal-m','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2553',0,'product_variation','',0),
(2554,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Cardinal, L','color: Cardinal, size: L','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-cardinal-l','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2554',0,'product_variation','',0),
(2555,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Cardinal, XL','color: Cardinal, size: XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-cardinal-xl','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2555',0,'product_variation','',0),
(2556,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Cardinal, 2XL','color: Cardinal, size: 2XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-cardinal-2xl','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2556',0,'product_variation','',0),
(2557,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Cardinal, 3XL','color: Cardinal, size: 3XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-cardinal-3xl','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2557',0,'product_variation','',0),
(2558,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Royal, S','color: Royal, size: S','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-royal-s','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2558',0,'product_variation','',0),
(2559,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Royal, M','color: Royal, size: M','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-royal-m','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2559',0,'product_variation','',0),
(2560,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Royal, L','color: Royal, size: L','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-royal-l','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2560',0,'product_variation','',0),
(2561,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Royal, XL','color: Royal, size: XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-royal-xl','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2561',0,'product_variation','',0),
(2562,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Royal, 2XL','color: Royal, size: 2XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-royal-2xl','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2562',0,'product_variation','',0),
(2563,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Royal, 3XL','color: Royal, size: 3XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-royal-3xl','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2563',0,'product_variation','',0),
(2564,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Charcoal, S','color: Charcoal, size: S','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-charcoal-s','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2564',0,'product_variation','',0),
(2565,1,'2024-03-21 22:20:05','2024-03-21 22:20:05','','Amtac Shooting \"Bring Your Tools\" Tee - Charcoal, M','color: Charcoal, size: M','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-charcoal-m','','','2024-03-21 22:20:05','2024-03-21 22:20:05','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2565',0,'product_variation','',0),
(2566,1,'2024-03-21 22:20:06','2024-03-21 22:20:06','','Amtac Shooting \"Bring Your Tools\" Tee - Charcoal, L','color: Charcoal, size: L','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-charcoal-l','','','2024-03-21 22:20:06','2024-03-21 22:20:06','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2566',0,'product_variation','',0),
(2567,1,'2024-03-21 22:20:06','2024-03-21 22:20:06','','Amtac Shooting \"Bring Your Tools\" Tee - Charcoal, XL','color: Charcoal, size: XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-charcoal-xl','','','2024-03-21 22:20:06','2024-03-21 22:20:06','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2567',0,'product_variation','',0),
(2568,1,'2024-03-21 22:20:06','2024-03-21 22:20:06','','Amtac Shooting \"Bring Your Tools\" Tee - Charcoal, 2XL','color: Charcoal, size: 2XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-charcoal-2xl','','','2024-03-21 22:20:06','2024-03-21 22:20:06','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2568',0,'product_variation','',0),
(2569,1,'2024-03-21 22:20:06','2024-03-21 22:20:06','','Amtac Shooting \"Bring Your Tools\" Tee - Charcoal, 3XL','color: Charcoal, size: 3XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-charcoal-3xl','','','2024-03-21 22:20:06','2024-03-21 22:20:06','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2569',0,'product_variation','',0),
(2570,1,'2024-03-21 22:20:06','2024-03-21 22:20:06','','Amtac Shooting \"Bring Your Tools\" Tee - Military Green, S','color: Military Green, size: S','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-military-green-s','','','2024-03-21 22:20:06','2024-03-21 22:20:06','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2570',0,'product_variation','',0),
(2571,1,'2024-03-21 22:20:06','2024-03-21 22:20:06','','Amtac Shooting \"Bring Your Tools\" Tee - Military Green, M','color: Military Green, size: M','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-military-green-m','','','2024-03-21 22:20:06','2024-03-21 22:20:06','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2571',0,'product_variation','',0),
(2572,1,'2024-03-21 22:20:06','2024-03-21 22:20:06','','Amtac Shooting \"Bring Your Tools\" Tee - Military Green, L','color: Military Green, size: L','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-military-green-l','','','2024-03-21 22:20:06','2024-03-21 22:20:06','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2572',0,'product_variation','',0),
(2573,1,'2024-03-21 22:20:06','2024-03-21 22:20:06','','Amtac Shooting \"Bring Your Tools\" Tee - Military Green, XL','color: Military Green, size: XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-military-green-xl','','','2024-03-21 22:20:06','2024-03-21 22:20:06','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2573',0,'product_variation','',0),
(2574,1,'2024-03-21 22:20:06','2024-03-21 22:20:06','','Amtac Shooting \"Bring Your Tools\" Tee - Military Green, 2XL','color: Military Green, size: 2XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-military-green-2xl','','','2024-03-21 22:20:06','2024-03-21 22:20:06','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2574',0,'product_variation','',0),
(2575,1,'2024-03-21 22:20:06','2024-03-21 22:20:06','','Amtac Shooting \"Bring Your Tools\" Tee - Military Green, 3XL','color: Military Green, size: 3XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-military-green-3xl','','','2024-03-21 22:20:06','2024-03-21 22:20:06','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2575',0,'product_variation','',0),
(2576,1,'2024-03-21 22:20:06','2024-03-21 22:20:06','','Amtac Shooting \"Bring Your Tools\" Tee - Military Green, 4XL','color: Military Green, size: 4XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-military-green-4xl','','','2024-03-21 22:20:06','2024-03-21 22:20:06','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2576',0,'product_variation','',0),
(2577,1,'2024-03-21 22:20:06','2024-03-21 22:20:06','','Amtac Shooting \"Bring Your Tools\" Tee - Military Green, 5XL','color: Military Green, size: 5XL','publish','closed','closed','','amtac-shooting-bring-your-tools-tee-military-green-5xl','','','2024-03-21 22:20:06','2024-03-21 22:20:06','',2541,'https://www.amtacshooting.com/?post_type=product_variation&amp;p=2577',0,'product_variation','',0),
(2578,1,'2024-03-21 22:20:13','2024-03-21 22:20:13','','mens-classic-tee-black-front-65fcb27facc11.jpg','','inherit','open','closed','','mens-classic-tee-black-front-65fcb27facc11-jpg','','','2024-03-21 22:20:13','2024-03-21 22:20:13','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-black-front-65fcb27facc11.jpg',0,'attachment','image/jpeg',0),
(2579,1,'2024-03-21 22:20:15','2024-03-21 22:20:15','','mens-classic-tee-black-back-65fcb27fade32.jpg','','inherit','open','closed','','mens-classic-tee-black-back-65fcb27fade32-jpg','','','2024-03-21 22:20:15','2024-03-21 22:20:15','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-black-back-65fcb27fade32.jpg',0,'attachment','image/jpeg',0),
(2580,1,'2024-03-21 22:20:17','2024-03-21 22:20:17','','mens-classic-tee-black-left-65fcb27fae1e3.jpg','','inherit','open','closed','','mens-classic-tee-black-left-65fcb27fae1e3-jpg','','','2024-03-21 22:20:17','2024-03-21 22:20:17','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-black-left-65fcb27fae1e3.jpg',0,'attachment','image/jpeg',0),
(2581,1,'2024-03-21 22:20:19','2024-03-21 22:20:19','','mens-classic-tee-black-left-front-65fcb27fae419.jpg','','inherit','open','closed','','mens-classic-tee-black-left-front-65fcb27fae419-jpg','','','2024-03-21 22:20:19','2024-03-21 22:20:19','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-black-left-front-65fcb27fae419.jpg',0,'attachment','image/jpeg',0),
(2582,1,'2024-03-21 22:20:21','2024-03-21 22:20:21','','mens-classic-tee-cardinal-front-65fcb27fae711.jpg','','inherit','open','closed','','mens-classic-tee-cardinal-front-65fcb27fae711-jpg','','','2024-03-21 22:20:21','2024-03-21 22:20:21','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-cardinal-front-65fcb27fae711.jpg',0,'attachment','image/jpeg',0),
(2583,1,'2024-03-21 22:20:23','2024-03-21 22:20:23','','mens-classic-tee-cardinal-back-65fcb27faf162.jpg','','inherit','open','closed','','mens-classic-tee-cardinal-back-65fcb27faf162-jpg','','','2024-03-21 22:20:23','2024-03-21 22:20:23','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-cardinal-back-65fcb27faf162.jpg',0,'attachment','image/jpeg',0),
(2584,1,'2024-03-21 22:20:25','2024-03-21 22:20:25','','mens-classic-tee-cardinal-left-65fcb27faff7c.jpg','','inherit','open','closed','','mens-classic-tee-cardinal-left-65fcb27faff7c-jpg','','','2024-03-21 22:20:25','2024-03-21 22:20:25','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-cardinal-left-65fcb27faff7c.jpg',0,'attachment','image/jpeg',0),
(2585,1,'2024-03-21 22:20:27','2024-03-21 22:20:27','','mens-classic-tee-cardinal-left-front-65fcb27fb0b56.jpg','','inherit','open','closed','','mens-classic-tee-cardinal-left-front-65fcb27fb0b56-jpg','','','2024-03-21 22:20:27','2024-03-21 22:20:27','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-cardinal-left-front-65fcb27fb0b56.jpg',0,'attachment','image/jpeg',0),
(2586,1,'2024-03-21 22:20:29','2024-03-21 22:20:29','','mens-classic-tee-royal-front-65fcb27fb17a4.jpg','','inherit','open','closed','','mens-classic-tee-royal-front-65fcb27fb17a4-jpg','','','2024-03-21 22:20:29','2024-03-21 22:20:29','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-royal-front-65fcb27fb17a4.jpg',0,'attachment','image/jpeg',0),
(2587,1,'2024-03-21 22:20:31','2024-03-21 22:20:31','','mens-classic-tee-royal-back-65fcb27fb24e0.jpg','','inherit','open','closed','','mens-classic-tee-royal-back-65fcb27fb24e0-jpg','','','2024-03-21 22:20:31','2024-03-21 22:20:31','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-royal-back-65fcb27fb24e0.jpg',0,'attachment','image/jpeg',0),
(2588,1,'2024-03-21 22:20:33','2024-03-21 22:20:33','','mens-classic-tee-royal-left-65fcb27fb301f.jpg','','inherit','open','closed','','mens-classic-tee-royal-left-65fcb27fb301f-jpg','','','2024-03-21 22:20:33','2024-03-21 22:20:33','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-royal-left-65fcb27fb301f.jpg',0,'attachment','image/jpeg',0),
(2589,1,'2024-03-21 22:20:36','2024-03-21 22:20:36','','mens-classic-tee-royal-left-front-65fcb27fb3a2a.jpg','','inherit','open','closed','','mens-classic-tee-royal-left-front-65fcb27fb3a2a-jpg','','','2024-03-21 22:20:36','2024-03-21 22:20:36','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-royal-left-front-65fcb27fb3a2a.jpg',0,'attachment','image/jpeg',0),
(2590,1,'2024-03-21 22:20:38','2024-03-21 22:20:38','','mens-classic-tee-charcoal-front-65fcb27fb443e.jpg','','inherit','open','closed','','mens-classic-tee-charcoal-front-65fcb27fb443e-jpg','','','2024-03-21 22:20:38','2024-03-21 22:20:38','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-charcoal-front-65fcb27fb443e.jpg',0,'attachment','image/jpeg',0),
(2591,1,'2024-03-21 22:20:40','2024-03-21 22:20:40','','mens-classic-tee-charcoal-back-65fcb27fb5374.jpg','','inherit','open','closed','','mens-classic-tee-charcoal-back-65fcb27fb5374-jpg','','','2024-03-21 22:20:40','2024-03-21 22:20:40','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-charcoal-back-65fcb27fb5374.jpg',0,'attachment','image/jpeg',0),
(2592,1,'2024-03-21 22:20:42','2024-03-21 22:20:42','','mens-classic-tee-charcoal-left-65fcb27fb65b5.jpg','','inherit','open','closed','','mens-classic-tee-charcoal-left-65fcb27fb65b5-jpg','','','2024-03-21 22:20:42','2024-03-21 22:20:42','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-charcoal-left-65fcb27fb65b5.jpg',0,'attachment','image/jpeg',0),
(2593,1,'2024-03-21 22:20:43','2024-03-21 22:20:43','','mens-classic-tee-charcoal-left-front-65fcb27fb7626.jpg','','inherit','open','closed','','mens-classic-tee-charcoal-left-front-65fcb27fb7626-jpg','','','2024-03-21 22:20:43','2024-03-21 22:20:43','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-charcoal-left-front-65fcb27fb7626.jpg',0,'attachment','image/jpeg',0),
(2594,1,'2024-03-21 22:20:45','2024-03-21 22:20:45','','mens-classic-tee-military-green-front-65fcb27fb83b8.jpg','','inherit','open','closed','','mens-classic-tee-military-green-front-65fcb27fb83b8-jpg','','','2024-03-21 22:20:45','2024-03-21 22:20:45','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-military-green-front-65fcb27fb83b8.jpg',0,'attachment','image/jpeg',0),
(2595,1,'2024-03-21 22:20:47','2024-03-21 22:20:47','','mens-classic-tee-military-green-back-65fcb27fb9b1d.jpg','','inherit','open','closed','','mens-classic-tee-military-green-back-65fcb27fb9b1d-jpg','','','2024-03-21 22:20:47','2024-03-21 22:20:47','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-military-green-back-65fcb27fb9b1d.jpg',0,'attachment','image/jpeg',0),
(2596,1,'2024-03-21 22:20:49','2024-03-21 22:20:49','','mens-classic-tee-military-green-left-65fcb27fbad23.jpg','','inherit','open','closed','','mens-classic-tee-military-green-left-65fcb27fbad23-jpg','','','2024-03-21 22:20:49','2024-03-21 22:20:49','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-military-green-left-65fcb27fbad23.jpg',0,'attachment','image/jpeg',0),
(2597,1,'2024-03-21 22:20:51','2024-03-21 22:20:51','','mens-classic-tee-military-green-left-front-65fcb27fbbe3d.jpg','','inherit','open','closed','','mens-classic-tee-military-green-left-front-65fcb27fbbe3d-jpg','','','2024-03-21 22:20:51','2024-03-21 22:20:51','',2541,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-military-green-left-front-65fcb27fbbe3d.jpg',0,'attachment','image/jpeg',0),
(2605,1,'2024-03-21 22:51:50','2024-03-21 22:51:50','<!-- wp:siteorigin-panels/layout-block /-->','Apparel','','publish','closed','closed','','apparel','','','2024-03-21 22:51:50','2024-03-21 22:51:50','',0,'https://www.amtacshooting.com/?page_id=2605',0,'page','',0),
(2608,1,'2024-03-21 22:57:25','2024-03-21 22:57:25','<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"20px\",\"bottom\":\"20px\"}}},\"backgroundColor\":\"base\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide has-base-background-color has-background\" style=\"padding-top:20px;padding-bottom:20px\">\n	<!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n	<div class=\"wp-block-group alignwide\">\n		<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\"}} -->\n		<div class=\"wp-block-group\">\n			<!-- wp:site-logo {\"width\":60} /-->\n\n			<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n			<div class=\"wp-block-group\">\n				<!-- wp:site-title {\"level\":0} /-->\n			</div>\n			<!-- /wp:group -->\n		</div>\n		<!-- /wp:group -->\n\n		<!-- wp:navigation {\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"},\"blockGap\":\"var:preset|spacing|20\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /--><!-- wp:woocommerce/mini-cart /-->\n	</div>\n	<!-- /wp:group -->\n</div>\n<!-- /wp:group -->\n			<!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n				<div class=\"wp-block-group\"><!-- wp:woocommerce/page-content-wrapper {\"page\":\"cart\"} -->\n				<!-- wp:post-title {\"align\":\"wide\",\"level\":1} /-->\n				<!-- wp:post-content {\"align\":\"wide\"} /-->\n				<!-- /wp:woocommerce/page-content-wrapper --></div>\n			<!-- /wp:group -->\n		<!-- wp:pattern {\"slug\":\"twentytwentyfour/footer\"} /-->\n','','','publish','closed','closed','','page-cart','','','2024-03-21 22:57:25','2024-03-21 22:57:25','',0,'https://www.amtacshooting.com/page-cart/',0,'wp_template','',0),
(2610,1,'2024-03-21 22:59:18','2024-03-21 22:59:18','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-twentytwentyfour','','','2024-03-21 22:59:18','2024-03-21 22:59:18','',0,'https://www.amtacshooting.com/wp-global-styles-twentytwentyfour/',0,'wp_global_styles','',0),
(2613,1,'2024-03-21 23:03:25','2024-03-21 23:03:25','','Amtac Shooting Logo','','inherit','open','closed','','amtac-shooting-logo-white-rectangle','','','2024-03-21 23:03:25','2024-03-21 23:03:25','',0,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png',0,'attachment','image/png',0),
(2614,1,'2024-03-21 23:07:39','2024-03-21 23:07:39','<!-- wp:group {\"align\":\"wide\",\"style\":{\"spacing\":{\"padding\":{\"top\":\"20px\",\"bottom\":\"20px\"}}},\"backgroundColor\":\"base\",\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group alignwide has-base-background-color has-background\" style=\"padding-top:20px;padding-bottom:20px\"><!-- wp:group {\"align\":\"wide\",\"layout\":{\"type\":\"flex\",\"justifyContent\":\"space-between\",\"flexWrap\":\"wrap\"}} -->\n<div class=\"wp-block-group alignwide\"><!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"var:preset|spacing|20\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}},\"layout\":{\"type\":\"flex\"}} -->\n<div class=\"wp-block-group\"><!-- wp:site-logo {\"width\":151,\"shouldSyncIcon\":false} /-->\n\n<!-- wp:group {\"style\":{\"spacing\":{\"blockGap\":\"0px\"}}} -->\n<div class=\"wp-block-group\"><!-- wp:site-title {\"level\":0} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->\n\n<!-- wp:woocommerce/mini-cart /-->\n\n<!-- wp:navigation {\"ref\":2317,\"layout\":{\"type\":\"flex\",\"justifyContent\":\"right\",\"orientation\":\"horizontal\"},\"style\":{\"spacing\":{\"margin\":{\"top\":\"0\"},\"blockGap\":\"var:preset|spacing|20\"},\"layout\":{\"selfStretch\":\"fit\",\"flexSize\":null}}} /--></div>\n<!-- /wp:group --></div>\n<!-- /wp:group -->','Header','','publish','closed','closed','','header','','','2024-03-21 23:07:39','2024-03-21 23:07:39','',0,'https://www.amtacshooting.com/header/',0,'wp_template_part','',0),
(2617,1,'2024-03-22 18:42:03','2024-03-22 18:42:03','','dry_fire_screen_shot_7202','','inherit','open','closed','','dry_fire_screen_shot_7202','','','2024-03-22 18:42:03','2024-03-22 18:42:03','',2392,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202.png',0,'attachment','image/png',0),
(2662,1,'2024-04-09 21:59:30','2024-04-09 21:59:30','','Bill-Rapier-Button','','inherit','open','closed','','bill-rapier-button','','','2024-04-09 21:59:30','2024-04-09 21:59:30','',2422,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/Bill-Rapier-Button.png',0,'attachment','image/png',0),
(2664,1,'2024-04-09 22:04:05','2024-04-09 22:04:05','','David-Acosta-Button','','inherit','open','closed','','david-acosta-button','','','2024-04-09 22:04:05','2024-04-09 22:04:05','',2422,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/David-Acosta-Button.png',0,'attachment','image/png',0),
(2665,1,'2024-04-09 22:04:24','2024-04-09 22:04:24','','David-Cagle-Button','','inherit','open','closed','','david-cagle-button','','','2024-04-09 22:04:24','2024-04-09 22:04:24','',2422,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/David-Cagle-Button.png',0,'attachment','image/png',0),
(2666,1,'2024-04-09 22:04:40','2024-04-09 22:04:40','','Kevin-kelly-Button','','inherit','open','closed','','kevin-kelly-button','','','2024-04-09 22:04:40','2024-04-09 22:04:40','',2422,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/Kevin-kelly-Button.png',0,'attachment','image/png',0),
(2667,1,'2024-04-09 22:04:54','2024-04-09 22:04:54','','Bryan-Resnick-Button','','inherit','open','closed','','bryan-resnick-button','','','2024-04-09 22:04:54','2024-04-09 22:04:54','',2422,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/Bryan-Resnick-Button.png',0,'attachment','image/png',0),
(2671,1,'2024-04-09 22:20:41','2024-04-09 22:20:41','','Bill-article','','inherit','open','closed','','bill-article','','','2024-04-09 22:20:41','2024-04-09 22:20:41','',2461,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/Bill-article.png',0,'attachment','image/png',0),
(2674,1,'2024-04-09 22:34:02','2024-04-09 22:34:02','','Bill-Q-LLC','','inherit','open','closed','','bill-q-llc','','','2024-04-09 22:34:02','2024-04-09 22:34:02','',2461,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/Bill-Q-LLC.png',0,'attachment','image/png',0),
(2676,1,'2024-04-09 22:52:16','2024-04-09 22:52:16','','night-vision-course-kit-badger','','inherit','open','closed','','night-vision-course-kit-badger','','','2024-04-09 22:52:16','2024-04-09 22:52:16','',2461,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/night-vision-course-kit-badger.png',0,'attachment','image/png',0),
(2678,1,'2024-04-09 23:11:06','2024-04-09 23:11:06','','podcast-bill-rapier','','inherit','open','closed','','podcast-bill-rapier','','','2024-04-09 23:11:06','2024-04-09 23:11:06','',2461,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/podcast-bill-rapier.png',0,'attachment','image/png',0),
(2693,1,'2024-04-11 18:22:22','2024-04-11 18:22:22','','can-you-survive-this-podcast-bill-rapier','','inherit','open','closed','','can-you-survive-this-podcast-bill-rapier','','','2024-04-11 18:22:22','2024-04-11 18:22:22','',2461,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/can-you-survive-this-podcast-bill-rapier.jpg',0,'attachment','image/jpeg',0),
(2699,1,'2024-04-12 17:33:49','2024-04-12 17:33:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:paragraph -->\n<p id=\"top\">Go To:  <a href=\"#media-videos\">Videos</a>   <a href=\"#media-podcasts\">Podcasts</a>   <a href=\"#media-articles\">Articles</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\" id=\"media-videos\">Videos</h2>\n<!-- /divi:heading -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/LlyIgpMfpUw?si=l6lUrf1XtgNdPGDb\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/LlyIgpMfpUw?si=l6lUrf1XtgNdPGDb\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/yELsaqTI2lU?si=i9SQsXOz_lipvd23\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/yELsaqTI2lU?si=i9SQsXOz_lipvd23\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/0Meb6wxiwNc?si=8WlHG5wmR-hRyGCD\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-4-3 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"225px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/0Meb6wxiwNc?si=8WlHG5wmR-hRyGCD\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/NqHJ1uuFfY4?si=MvWx66W4i_5K5aZt\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/NqHJ1uuFfY4?si=MvWx66W4i_5K5aZt\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/gAgqyXQzwnU?si=DqMuM-UIhYeP0oEH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/gAgqyXQzwnU?si=DqMuM-UIhYeP0oEH\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/603kfkCUig0?si=Kbd7Sb5UaG6GYReO\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/603kfkCUig0?si=Kbd7Sb5UaG6GYReO\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/97cijTsUhvU?si=a01oHqCl26yBSNoP\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/97cijTsUhvU?si=a01oHqCl26yBSNoP\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/W9_z5BEHHMY?si=pVFkYcavlBvGkDcW\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/W9_z5BEHHMY?si=pVFkYcavlBvGkDcW\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/qHMSC0AYZjQ?si=xORnmz-uRDttBB7e\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qHMSC0AYZjQ?si=xORnmz-uRDttBB7e\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/gH01sQ2D1So?si=tYy2Sec5BIYUh8Xt\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/gH01sQ2D1So?si=tYy2Sec5BIYUh8Xt\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/F1gGTR5WGN8?si=OAnFBgNb-Hh5wLWi\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/F1gGTR5WGN8?si=OAnFBgNb-Hh5wLWi\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/UnoguGoSNIk?si=k6JDWvjjHCUYGNny\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/UnoguGoSNIk?si=k6JDWvjjHCUYGNny\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/6Z_NrLLZXRI?si=l7icjrUxOZFDdrNs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/6Z_NrLLZXRI?si=l7icjrUxOZFDdrNs\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/8fr-jGkSs0M?si=gyp6GmVO3ira-JYp\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/8fr-jGkSs0M?si=gyp6GmVO3ira-JYp\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/qy1R-Q8GZ1I?si=5E9u4MH_wu03mukB\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qy1R-Q8GZ1I?si=5E9u4MH_wu03mukB\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/7It3Eq5ttE8?si=vQni-xWgTdurCEBm\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/7It3Eq5ttE8?si=vQni-xWgTdurCEBm\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/97dTAWhvlZc?si=c44X8zPjityTHgNa\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/97dTAWhvlZc?si=c44X8zPjityTHgNa\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/K4ZWFRRBOdc?si=e-brhrcYcQWhfWSH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/K4ZWFRRBOdc?si=e-brhrcYcQWhfWSH\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:paragraph -->\n<p><a href=\"#top\">back to top ^</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\" id=\"media-podcasts\">Podcasts</h2>\n<!-- /divi:heading -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/G_CMC69ryiY?si=CLAXRyWOVhvBA0kd\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/G_CMC69ryiY?si=CLAXRyWOVhvBA0kd\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/M67PMNs6Iio?si=8r2Pk0FOI9M7CqWe\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/M67PMNs6Iio?si=8r2Pk0FOI9M7CqWe\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/9a-0ZGWNdO4?si=wkpllC5kJRT1RaZI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/9a-0ZGWNdO4?si=wkpllC5kJRT1RaZI\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/BC9jO5XDBWA?si=X3XFbg6O64pFAR7t\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BC9jO5XDBWA?si=X3XFbg6O64pFAR7t\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/C5nFBk5oB68?si=WIMLnMZqQCUR0ZsY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C5nFBk5oB68?si=WIMLnMZqQCUR0ZsY\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/live/oQoR9yCK5x8?si=IgYpNCHULatU1YE0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/live/oQoR9yCK5x8?si=IgYpNCHULatU1YE0\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://www.youtube.com/live/ReLQlT-qw2Q?si=S8hn049vK6VCTunx\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/live/ReLQlT-qw2Q?si=S8hn049vK6VCTunx\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/hHwbgriBmbk?si=ZoklUiIsCdJwzoWq\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/hHwbgriBmbk?si=ZoklUiIsCdJwzoWq\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/Zw-yb08JFW8?si=2IcwaaeYx6AdvkAz\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/Zw-yb08JFW8?si=2IcwaaeYx6AdvkAz\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/yIJRU6NOGKE?si=VPSQpcp4QhCYBk5f\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/yIJRU6NOGKE?si=VPSQpcp4QhCYBk5f\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/NxPd3rvKFRg?si=TVng5zjtgMe7mpWV\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/NxPd3rvKFRg?si=TVng5zjtgMe7mpWV\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:html -->\n<iframe src=\"https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FNEWSMAX%2Fvideos%2F821298475241322%2F&show_text=false&width=560&t=0\" width=\"560\" height=\"314\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" allowFullScreen=\"true\"></iframe>\n<!-- /divi:html --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:html -->\n<iframe title=\"Libsyn Player\" style=\"border: none\" src=\"//html5-player.libsyn.com/embed/episode/id/16499360/height/90/theme/custom/thumbnail/yes/direction/forward/render-playlist/no/custom-color/aca5a5/\" height=\"90\" width=\"100%\" scrolling=\"no\"  allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>\n<!-- /divi:html -->\n\n<!-- divi:html -->\n<iframe src=\"https://www.listennotes.com/podcasts/hard-men-podcast/interview-with-bill-rapier-1Prm_poebDx/embed/\" height=\"170px\" width=\"100%\" style=\"width: 1px; min-width: 100%;\" loading=\"lazy\" frameborder=\"0\" scrolling=\"no\"></iframe>\n<!-- /divi:html -->\n\n<!-- divi:paragraph -->\n<p><a href=\"#top\">back to top ^</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\" id=\"media-articles\">Articles</h2>\n<!-- /divi:heading -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2715,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2024/04/Carbine-Course-AAR-2019-1024x768.jpg\" alt=\"\" class=\"wp-image-2715\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Everything Bill presented to us made sense, and I’m going to incorporate his suggestions into my own practice regimen for the times that I take my carbines to the range. The AR-15 is, after all, America’s rifle. Every American patriot (or partisan, if you prefer) should be competent with it. The Amtac Shooting Combative Carbine Course is excellent preparation.<br>Bill Rapier is humble and approachable, and he freely shares a wealth of knowledge in class. This was my second class with him, and it won’t be the last. <strong>- <a href=\"https://civiliangunfighter.wordpress.com/2019/11/12/aar-the-amtac-shooting-combative-carbine-course-bill-rapier-east-granby-ct-nov-4-5-2019/\">Read the article: AAR: “THE AMTAC SHOOTING COMBATIVE CARBINE COURSE” (BILL RAPIER), EAST GRANBY, CT, NOV. 4-5, 2019</a> </strong>by Amtac Shooting student John.</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2734,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Modern-day-Minuteman-6-670x372-1.png\" alt=\"\" class=\"wp-image-2734\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">THIS ISN\'T A CLASS FOR NOVICES, BUT YOU DON\'T NEED TO BE A PROFESSIONAL TO TAKE IT<br>When you hear the word “Minuteman,” it typically conjures up images of the Revolutionary War — hard men running out of their houses with muskets, possible bags, and the rest of their sparse kit. But what about the Modern Minuteman? - Read the article: <a href=\"http://Modern-Day Minuteman: Can You Keep Up?\"><strong>Modern-Day Minuteman: Can You Keep Up?</strong></a> by Amtac Shooting student Ivan Loomis</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2737,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Jerkin-the-trigger.jpg\" alt=\"\" class=\"wp-image-2737\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">For the last two years, I have done the Sniper Adventure Challenge Race.  It has been a great way for me to have a goal to train for and to keep pushing the boundaries with training, fitness, shooting, and gear.  New for this year, one of my local friends (Jake Hoback) and another local buddy were going to team up and do the race.  This was great for me as it gave me other dedicated training partners. - Read the article: <a href=\"https://jerkingthetrigger.com/2019/07/24/guest-post-the-modern-minute-man-and-other-standards-bill-rapier-of-amtac-shooting-instruction-llc/\"><strong>Guest Post: The Modern Minute Man and Other Standards – Bill Rapier of AMTAC Shooting Instruction LLC</strong></a> by Jerking the Trigger</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2740,\"width\":\"276px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/womens-training.jpg\" alt=\"\" class=\"wp-image-2740\" style=\"width:276px;height:auto\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">After half an hour of girly small talk about chipped nail polish and our fear of a tick epidemic swarming Wisconsin wildlands, it was time to start. Each of us was assigned a personal station where we stored our weapons, ammunition, first aid, and other belongings during the course. Rapier then outlined what was ahead: introductory combatives, gun training, knife training, and a mindset talk involving thoughts on safety and personal accountability. Sounded like a good plan.<br>Before we started, Rapier wanted us to revise our vocabulary. From now on, any item that can be used in self-defense is a “tool.” A gun is a tool. A knife is a tool. A pen is a tool. There are tools all over the place. Read the article: <a href=\"https://www.swatmag.com/article/taking-responsibility-amtac-shooting-womens-combatives-course/\"><strong>TAKING RESPONSIBILITY Amtac Shooting Women’s Combatives Course</strong></a> by SWAT Survival Weapons and Tactics</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/full-size-2-1024x822.jpg\" alt=\"\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">The fight starts, and after a few minutes of moving around and trading blows, you have an opening. You drop your weight and send the hardest right cross that you are capable of sending. Your opponent grimaces in pain, shakes it off a couple of times, and gives you the boxer\'s nod. What is going through your mind?<br>When I visualize this, I think to myself that if I can rock my opponent with a solid shot like that, I can repeat this a few more times and put him down. Read the article: <a href=\"https://www.amtacshooting.com/mindset-let-it-burn/\"><strong>Let It Burn</strong></a> by Bill Rapier</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-1024x683.jpg\" alt=\"\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">I received an email last month.  The guy emailing me wanted to know if I was going to be doing any “Advanced Pistol” courses in the local area this year. He was not interested in the “fighting or knife stuff”. Because he was asking for an “Advanced Pistol” course it probably means he has a baseline pistol capability, but when he says he is not into the “fighting or knife stuff”, he is showing that is exactly what he should be focusing on. Unfortunately within the community of guys that train there are still too many guys clinging to the “I don’t need to know how to fight because I carry a .45” mentality. A lot of guys training want to get incrementally better at something they are already pretty good at. They want to spend two days on the range, run through some drills, maybe shave a few hundredths of a second off of their split times, or clean that combat reload up a little. In other words, they want to stay in their comfort zones! <a href=\"https://www.amtacshooting.com/what-is-most-important-in-training/\"><strong>Read the article: What Is Most Important In Training?</strong></a> by Bill Rapier</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:paragraph -->\n<p><a href=\"#top\">back to top ^</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>For more articles by Bill Rapier visit our <a href=\"https://www.amtacshooting.com/category/knowledge/articles/\"><strong>Amtac Shooting Articles</strong></a> page.</p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:paragraph -->\n<p id=\"top\">Go To:  <a href=\"#media-videos\">Videos</a>   <a href=\"#media-podcasts\">Podcasts</a>   <a href=\"#media-articles\">Articles</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\" id=\"media-videos\">Videos</h2>\n<!-- /divi:heading -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/LlyIgpMfpUw?si=l6lUrf1XtgNdPGDb\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/LlyIgpMfpUw?si=l6lUrf1XtgNdPGDb\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/yELsaqTI2lU?si=i9SQsXOz_lipvd23\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/yELsaqTI2lU?si=i9SQsXOz_lipvd23\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/0Meb6wxiwNc?si=8WlHG5wmR-hRyGCD\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-4-3 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"225px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/0Meb6wxiwNc?si=8WlHG5wmR-hRyGCD\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/NqHJ1uuFfY4?si=MvWx66W4i_5K5aZt\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/NqHJ1uuFfY4?si=MvWx66W4i_5K5aZt\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/gAgqyXQzwnU?si=DqMuM-UIhYeP0oEH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/gAgqyXQzwnU?si=DqMuM-UIhYeP0oEH\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/603kfkCUig0?si=Kbd7Sb5UaG6GYReO\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/603kfkCUig0?si=Kbd7Sb5UaG6GYReO\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/97cijTsUhvU?si=a01oHqCl26yBSNoP\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/97cijTsUhvU?si=a01oHqCl26yBSNoP\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/W9_z5BEHHMY?si=pVFkYcavlBvGkDcW\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/W9_z5BEHHMY?si=pVFkYcavlBvGkDcW\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/qHMSC0AYZjQ?si=xORnmz-uRDttBB7e\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qHMSC0AYZjQ?si=xORnmz-uRDttBB7e\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/gH01sQ2D1So?si=tYy2Sec5BIYUh8Xt\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/gH01sQ2D1So?si=tYy2Sec5BIYUh8Xt\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/F1gGTR5WGN8?si=OAnFBgNb-Hh5wLWi\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/F1gGTR5WGN8?si=OAnFBgNb-Hh5wLWi\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/UnoguGoSNIk?si=k6JDWvjjHCUYGNny\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/UnoguGoSNIk?si=k6JDWvjjHCUYGNny\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/6Z_NrLLZXRI?si=l7icjrUxOZFDdrNs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/6Z_NrLLZXRI?si=l7icjrUxOZFDdrNs\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/8fr-jGkSs0M?si=gyp6GmVO3ira-JYp\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/8fr-jGkSs0M?si=gyp6GmVO3ira-JYp\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/qy1R-Q8GZ1I?si=5E9u4MH_wu03mukB\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qy1R-Q8GZ1I?si=5E9u4MH_wu03mukB\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/7It3Eq5ttE8?si=vQni-xWgTdurCEBm\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/7It3Eq5ttE8?si=vQni-xWgTdurCEBm\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/97dTAWhvlZc?si=c44X8zPjityTHgNa\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/97dTAWhvlZc?si=c44X8zPjityTHgNa\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/K4ZWFRRBOdc?si=e-brhrcYcQWhfWSH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/K4ZWFRRBOdc?si=e-brhrcYcQWhfWSH\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:paragraph -->\n<p><a href=\"#top\">back to top ^</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\" id=\"media-podcasts\">Podcasts</h2>\n<!-- /divi:heading -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/G_CMC69ryiY?si=CLAXRyWOVhvBA0kd\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/G_CMC69ryiY?si=CLAXRyWOVhvBA0kd\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/M67PMNs6Iio?si=8r2Pk0FOI9M7CqWe\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/M67PMNs6Iio?si=8r2Pk0FOI9M7CqWe\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/9a-0ZGWNdO4?si=wkpllC5kJRT1RaZI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/9a-0ZGWNdO4?si=wkpllC5kJRT1RaZI\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/BC9jO5XDBWA?si=X3XFbg6O64pFAR7t\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BC9jO5XDBWA?si=X3XFbg6O64pFAR7t\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/C5nFBk5oB68?si=WIMLnMZqQCUR0ZsY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C5nFBk5oB68?si=WIMLnMZqQCUR0ZsY\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/live/oQoR9yCK5x8?si=IgYpNCHULatU1YE0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/live/oQoR9yCK5x8?si=IgYpNCHULatU1YE0\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://www.youtube.com/live/ReLQlT-qw2Q?si=S8hn049vK6VCTunx\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/live/ReLQlT-qw2Q?si=S8hn049vK6VCTunx\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/hHwbgriBmbk?si=ZoklUiIsCdJwzoWq\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/hHwbgriBmbk?si=ZoklUiIsCdJwzoWq\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/Zw-yb08JFW8?si=2IcwaaeYx6AdvkAz\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/Zw-yb08JFW8?si=2IcwaaeYx6AdvkAz\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/yIJRU6NOGKE?si=VPSQpcp4QhCYBk5f\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/yIJRU6NOGKE?si=VPSQpcp4QhCYBk5f\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/NxPd3rvKFRg?si=TVng5zjtgMe7mpWV\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/NxPd3rvKFRg?si=TVng5zjtgMe7mpWV\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:html -->\n<iframe src=\"https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FNEWSMAX%2Fvideos%2F821298475241322%2F&show_text=false&width=560&t=0\" width=\"560\" height=\"314\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" allowFullScreen=\"true\"></iframe>\n<!-- /divi:html --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:html -->\n<iframe title=\"Libsyn Player\" style=\"border: none\" src=\"//html5-player.libsyn.com/embed/episode/id/16499360/height/90/theme/custom/thumbnail/yes/direction/forward/render-playlist/no/custom-color/aca5a5/\" height=\"90\" width=\"100%\" scrolling=\"no\"  allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>\n<!-- /divi:html -->\n\n<!-- divi:html -->\n<iframe src=\"https://www.listennotes.com/podcasts/hard-men-podcast/interview-with-bill-rapier-1Prm_poebDx/embed/\" height=\"170px\" width=\"100%\" style=\"width: 1px; min-width: 100%;\" loading=\"lazy\" frameborder=\"0\" scrolling=\"no\"></iframe>\n<!-- /divi:html -->\n\n<!-- divi:paragraph -->\n<p><a href=\"#top\">back to top ^</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\" id=\"media-articles\">Articles</h2>\n<!-- /divi:heading -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2715,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2024/04/Carbine-Course-AAR-2019-1024x768.jpg\" alt=\"\" class=\"wp-image-2715\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Everything Bill presented to us made sense, and I’m going to incorporate his suggestions into my own practice regimen for the times that I take my carbines to the range. The AR-15 is, after all, America’s rifle. Every American patriot (or partisan, if you prefer) should be competent with it. The Amtac Shooting Combative Carbine Course is excellent preparation.<br>Bill Rapier is humble and approachable, and he freely shares a wealth of knowledge in class. This was my second class with him, and it won’t be the last. <strong>- <a href=\"https://civiliangunfighter.wordpress.com/2019/11/12/aar-the-amtac-shooting-combative-carbine-course-bill-rapier-east-granby-ct-nov-4-5-2019/\">Read the article: AAR: “THE AMTAC SHOOTING COMBATIVE CARBINE COURSE” (BILL RAPIER), EAST GRANBY, CT, NOV. 4-5, 2019</a> </strong>by Amtac Shooting student John.</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2734,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Modern-day-Minuteman-6-670x372-1.png\" alt=\"\" class=\"wp-image-2734\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">THIS ISN\'T A CLASS FOR NOVICES, BUT YOU DON\'T NEED TO BE A PROFESSIONAL TO TAKE IT<br>When you hear the word “Minuteman,” it typically conjures up images of the Revolutionary War — hard men running out of their houses with muskets, possible bags, and the rest of their sparse kit. But what about the Modern Minuteman? - Read the article: <a href=\"http://Modern-Day Minuteman: Can You Keep Up?\"><strong>Modern-Day Minuteman: Can You Keep Up?</strong></a> by Amtac Shooting student Ivan Loomis</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2737,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Jerkin-the-trigger.jpg\" alt=\"\" class=\"wp-image-2737\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">For the last two years, I have done the Sniper Adventure Challenge Race.  It has been a great way for me to have a goal to train for and to keep pushing the boundaries with training, fitness, shooting, and gear.  New for this year, one of my local friends (Jake Hoback) and another local buddy were going to team up and do the race.  This was great for me as it gave me other dedicated training partners. - Read the article: <a href=\"https://jerkingthetrigger.com/2019/07/24/guest-post-the-modern-minute-man-and-other-standards-bill-rapier-of-amtac-shooting-instruction-llc/\"><strong>Guest Post: The Modern Minute Man and Other Standards – Bill Rapier of AMTAC Shooting Instruction LLC</strong></a> by Jerking the Trigger</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2740,\"width\":\"276px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/womens-training.jpg\" alt=\"\" class=\"wp-image-2740\" style=\"width:276px;height:auto\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">After half an hour of girly small talk about chipped nail polish and our fear of a tick epidemic swarming Wisconsin wildlands, it was time to start. Each of us was assigned a personal station where we stored our weapons, ammunition, first aid, and other belongings during the course. Rapier then outlined what was ahead: introductory combatives, gun training, knife training, and a mindset talk involving thoughts on safety and personal accountability. Sounded like a good plan.<br>Before we started, Rapier wanted us to revise our vocabulary. From now on, any item that can be used in self-defense is a “tool.” A gun is a tool. A knife is a tool. A pen is a tool. There are tools all over the place. Read the article: <a href=\"https://www.swatmag.com/article/taking-responsibility-amtac-shooting-womens-combatives-course/\"><strong>TAKING RESPONSIBILITY Amtac Shooting Women’s Combatives Course</strong></a> by SWAT Survival Weapons and Tactics</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/full-size-2-1024x822.jpg\" alt=\"\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">The fight starts, and after a few minutes of moving around and trading blows, you have an opening. You drop your weight and send the hardest right cross that you are capable of sending. Your opponent grimaces in pain, shakes it off a couple of times, and gives you the boxer\'s nod. What is going through your mind?<br>When I visualize this, I think to myself that if I can rock my opponent with a solid shot like that, I can repeat this a few more times and put him down. Read the article: <a href=\"https://www.amtacshooting.com/mindset-let-it-burn/\"><strong>Let It Burn</strong></a> by Bill Rapier</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-1024x683.jpg\" alt=\"\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">I received an email last month.  The guy emailing me wanted to know if I was going to be doing any “Advanced Pistol” courses in the local area this year. He was not interested in the “fighting or knife stuff”. Because he was asking for an “Advanced Pistol” course it probably means he has a baseline pistol capability, but when he says he is not into the “fighting or knife stuff”, he is showing that is exactly what he should be focusing on. Unfortunately within the community of guys that train there are still too many guys clinging to the “I don’t need to know how to fight because I carry a .45” mentality. A lot of guys training want to get incrementally better at something they are already pretty good at. They want to spend two days on the range, run through some drills, maybe shave a few hundredths of a second off of their split times, or clean that combat reload up a little. In other words, they want to stay in their comfort zones! <a href=\"https://www.amtacshooting.com/what-is-most-important-in-training/\"><strong>Read the article: What Is Most Important In Training?</strong></a> by Bill Rapier</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:paragraph -->\n<p><a href=\"#top\">back to top ^</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>For more articles by Bill Rapier visit our <a href=\"https://www.amtacshooting.com/category/knowledge/articles/\"><strong>Amtac Shooting Articles</strong></a> page.</p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Media','','publish','closed','closed','','media','','','2024-12-28 02:27:32','2024-12-28 02:27:32','',0,'https://www.amtacshooting.com/?page_id=2699',0,'page','',0),
(2711,1,'2024-04-11 19:23:26','2024-04-11 19:23:26','','cleared-hot-with-bill-rapier','','inherit','open','closed','','cleared-hot-with-bill-rapier','','','2024-04-11 19:23:26','2024-04-11 19:23:26','',2699,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/cleared-hot-with-bill-rapier.jpg',0,'attachment','image/jpeg',0),
(2715,1,'2024-04-11 19:35:56','2024-04-11 19:35:56','','Carbine-Course-AAR-2019','','inherit','open','closed','','carbine-course-aar-2019','','','2024-04-11 19:35:56','2024-04-11 19:35:56','',2699,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/Carbine-Course-AAR-2019-scaled-1.jpg',0,'attachment','image/jpeg',0),
(2734,1,'2024-04-11 23:55:48','2024-04-11 23:55:48','','Modern-day-Minuteman-6-670x372-1','','inherit','open','closed','','modern-day-minuteman-6-670x372-1','','','2024-04-11 23:55:48','2024-04-11 23:55:48','',2699,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/Modern-day-Minuteman-6-670x372-1.png',0,'attachment','image/png',0),
(2737,1,'2024-04-12 00:33:29','2024-04-12 00:33:29','','Jerkin-the-trigger','','inherit','open','closed','','jerkin-the-trigger','','','2024-04-12 00:33:29','2024-04-12 00:33:29','',2699,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/Jerkin-the-trigger.jpg',0,'attachment','image/jpeg',0),
(2739,1,'2024-04-12 00:43:35','2024-04-12 00:43:35','','womens-training-amtac','','inherit','open','closed','','womens-training-amtac','','','2024-04-12 00:43:35','2024-04-12 00:43:35','',2699,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/womens-training-amtac.jpg',0,'attachment','image/jpeg',0),
(2740,1,'2024-04-12 00:46:28','2024-04-12 00:46:28','','womens-training','','inherit','open','closed','','womens-training','','','2024-04-12 00:46:28','2024-04-12 00:46:28','',2699,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/womens-training.jpg',0,'attachment','image/jpeg',0),
(2762,1,'2024-04-12 20:00:44','2024-04-12 20:00:44','<!-- wp:image {\"align\":\"left\",\"id\":2428,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image alignleft size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Acosta-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2428\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>David Acosta is a lead instructor for Amtac Shooting and has been teaching courses with us since 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Amtac Shooting courses: Carbine, Pistol Combatives, and Integrated Combatives</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an undercover capacity for both state and federal investigations.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader, and team leader. While there he was the primary marksmanship and tactics instructor for the team.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their&nbsp; Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words… “Performance parallels preparation.”</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 -->\n<h2 class=\"wp-block-heading\">Videos</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/j1isTulYzeU?si=oBRoWxzvbycf5WoF\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/j1isTulYzeU?si=oBRoWxzvbycf5WoF\n</div><figcaption class=\"wp-element-caption\">In this course @david.acosta.jr and his students spent the weekend developing what right looks like when learning to use a pistol in defense of human life.</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/NAfVVB904gM?si=ECeamEPQTArk5zyk\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/NAfVVB904gM?si=ECeamEPQTArk5zyk\n</div><figcaption class=\"wp-element-caption\">If you know what it is then you know what it isn’t. This is crucial when identifying what constitutes deadly force. @david.acosta.jr goes into great detail on this topic in the 2 Day Active Shooter Response &amp; the 2 Day Defensive Pistol Courses.</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>For more videos visit our <a href=\"https://www.amtacshooting.com/media/\"><strong>Media</strong></a> page.</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 -->\n<h2 class=\"wp-block-heading\">Podcasts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/yxg4PsxbSW0?si=PsIAHNwyETT7oWo-\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/yxg4PsxbSW0?si=PsIAHNwyETT7oWo-\n</div><figcaption class=\"wp-element-caption\">David Acosta started working in LEO at an early age. Over the course of his 17-year career, he worked with multiple departments with an emphasis in low-profile investigations, SWAT, tactical operations, and as an instructor. Since Retiring from LEO, David coaches for his own company, Allegiance Defense Solutions LLC. There he focuses on helping other Americans become self-reliant in the defense of themselves and others.</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/wpHgmAhBj7o?si=v31EwZoH8AZ_R0CS\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/wpHgmAhBj7o?si=v31EwZoH8AZ_R0CS\n</div><figcaption class=\"wp-element-caption\">In this episode of the Mike Force Podcast, Mike goes on location at SIG Freedom Days to talk to Fieldcraft Survival Primary Instructor and a retired LEO of 17 years, David Acosta Jr. about his career in policing and transition to working for Fieldcraft.</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/OFqq-68dGXE?si=C7F1sH6-vlhWSZP-\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/OFqq-68dGXE?si=C7F1sH6-vlhWSZP-\n</div><figcaption class=\"wp-element-caption\">On another episode of Iron Sights After Dark I sat down with David Acosta Jr to discuss his background, philosophy on self-reliance and how it translates to becoming a better protector of oneself and others. Acosta\'s reflects on his upbringing and transition into law enforcement where he began his long track record of community service and success driven adaptation to overcome real world threats. Now retired, he\'s committed to sharing his philosophy with others like you and offer training.</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>For more podcasts visit our <a href=\"https://www.amtacshooting.com/media/\"><strong>Media</strong></a> page.</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 -->\n<h2 class=\"wp-block-heading\">Photo Gallery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2778,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/c-DavidAcosta-682x1024.jpg\" alt=\"\" class=\"wp-image-2778\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1953,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-2-min-Copy-984x1024.jpg\" alt=\"\" class=\"wp-image-1953\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2777,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/david-acosta-1.jpeg\" alt=\"\" class=\"wp-image-2777\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1952,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-4-min.jpg\" alt=\"\" class=\"wp-image-1952\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2779,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/c-DavidAcosta__ClassTourniquet-1024x683.jpg\" alt=\"\" class=\"wp-image-2779\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:image {\"id\":2780,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/david-acosta-2.jpeg\" alt=\"\" class=\"wp-image-2780\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">David Acosta\'s Amtac Shooting Upcoming Courses</h2>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"90\" hide_empty_months=\"yes\" ]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all of our upcoming courses visit our&nbsp;<a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a>&nbsp;page.</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 -->\n<h2 class=\"wp-block-heading\">Testimonials</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>I recently attended the pistol combatives class August 27 in Dallas with David Acosta. He was excellent and I walked away with the knowledge I have a lot to work on. He is a good instructor. - Mike</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time, and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again! -Todd</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For more testimonials visit our&nbsp;<a href=\"https://www.amtacshooting.com/amtac-shooting-testimonials/\"><strong>Testimonials</strong></a>&nbsp;page.</p>\n<!-- /wp:paragraph -->','David Acosta - Lead Instructor','','publish','closed','closed','','david-acosta-lead-instructor','','','2024-04-12 20:00:44','2024-04-12 20:00:44','',0,'https://www.amtacshooting.com/?page_id=2762',0,'page','',0),
(2777,1,'2024-04-12 19:50:58','2024-04-12 19:50:58','','david-acosta-1','','inherit','open','closed','','david-acosta-1','','','2024-04-12 19:50:58','2024-04-12 19:50:58','',2762,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/david-acosta-1.jpeg',0,'attachment','image/jpeg',0),
(2778,1,'2024-04-12 19:51:13','2024-04-12 19:51:13','','c-DavidAcosta','','inherit','open','closed','','c-davidacosta','','','2024-04-12 19:51:13','2024-04-12 19:51:13','',2762,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/c-DavidAcosta.jpg',0,'attachment','image/jpeg',0),
(2779,1,'2024-04-12 19:53:11','2024-04-12 19:53:11','','c-DavidAcosta__ClassTourniquet','','inherit','open','closed','','c-davidacosta__classtourniquet','','','2024-04-12 19:53:11','2024-04-12 19:53:11','',2762,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/c-DavidAcosta__ClassTourniquet.jpg',0,'attachment','image/jpeg',0),
(2780,1,'2024-04-12 19:53:19','2024-04-12 19:53:19','','david-acosta-2','','inherit','open','closed','','david-acosta-2','','','2024-04-12 19:53:19','2024-04-12 19:53:19','',2762,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/david-acosta-2.jpeg',0,'attachment','image/jpeg',0),
(2794,1,'2024-04-12 21:34:45','2024-04-12 21:34:45','<!-- wp:image {\"id\":2441,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Cagle-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2441\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>David Cagle is a lead instructor for Amtac Shooting and has been teaching courses with us since 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Amtac Shooting courses: Carbine 1 and Shotgun</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Videos and Podcasts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/KuzN0jAHT0s?si=R0qVc7XK4yaz6tXi\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/KuzN0jAHT0s?si=R0qVc7XK4yaz6tXi\n</div><figcaption class=\"wp-element-caption\">David Cagle joins me to discuss various topics including the validity of force-on-force training.</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/soEyOeZ70B8?si=are5L-lCKLLRgYnZ\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/soEyOeZ70B8?si=are5L-lCKLLRgYnZ\n</div><figcaption class=\"wp-element-caption\">Meet the Trainers 2024: David Cagle</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/YDNUh-eskWo?si=tNRNlTY375DaUvwp\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/YDNUh-eskWo?si=tNRNlTY375DaUvwp\n</div><figcaption class=\"wp-element-caption\">This panel discusses trends in gun culture.</figcaption></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/P_jYmHQHhAc?si=29iHXmqjDSu3BoFR\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/P_jYmHQHhAc?si=29iHXmqjDSu3BoFR\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>For more videos and podcasts visit our <a href=\"https://www.amtacshooting.com/media/\"><strong>Media</strong></a> page.</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 -->\n<h2 class=\"wp-block-heading\">Photo Gallery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2796,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/David-Cagle-Shotgun-1-Course-Instructor-pic.jpg\" alt=\"\" class=\"wp-image-2796\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1764,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/07/David-Cagle_Smiling-Profile.jpg\" alt=\"\" class=\"wp-image-1764\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1753,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/07/Amtac-Instructors-David-Cagle-min-1.jpg\" alt=\"\" class=\"wp-image-1753\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2502,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Cagle-Shotgun-1-Course-1024x711.jpg\" alt=\"\" class=\"wp-image-2502\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></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:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">David Cagle’s Amtac Shooting Upcoming Courses</h2>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"88\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all of our upcoming courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</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 -->\n<h2 class=\"wp-block-heading\">Testimonials</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Great class. Young Mr Cagle did a very fine job and was a great representative for Amtac. The class was a great ROI. -Amtac Shooting Carbine 1 Course Student</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. Thanks! –Chad</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For more testimonials visit our <a href=\"https://www.amtacshooting.com/amtac-shooting-testimonials/\"><strong>Testimonials</strong></a> page.</p>\n<!-- /wp:paragraph -->','David Cagle - Lead Instructor','','publish','closed','closed','','david-cagle-lead-instructor','','','2024-04-12 21:34:45','2024-04-12 21:34:45','',0,'https://www.amtacshooting.com/?page_id=2794',0,'page','',0),
(2796,1,'2024-04-12 21:21:12','2024-04-12 21:21:12','','David-Cagle-Shotgun-1-Course-Instructor-pic','','inherit','open','closed','','david-cagle-shotgun-1-course-instructor-pic','','','2024-04-12 21:21:12','2024-04-12 21:21:12','',2794,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/David-Cagle-Shotgun-1-Course-Instructor-pic.jpg',0,'attachment','image/jpeg',0),
(2804,1,'2024-04-12 22:03:04','2024-04-12 22:03:04','<!-- wp:image {\"id\":2871,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-Kelly-Amtac-Shooting-Instructor-3-1024x341.png\" alt=\"\" class=\"wp-image-2871\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Kevin Kelly is a lead instructor for Amtac Shooting and has been teaching courses with us since 2014.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Amtac Shooting courses: Integrated Combatives, Pistol 1, Pistol Combatives, Weapons and Grappling</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ under Mike Fernandez, boxed out of TMX boxing under Marty McDonough, and he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier. He studied mindset, tactics, and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Photo Gallery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf-731x1024.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2808,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Kevin-Kelly-and-Bill.png\" alt=\"\" class=\"wp-image-2808\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2807,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/kevin-kelly-group-grappling-and-weapons-course-1024x973.jpg\" alt=\"\" class=\"wp-image-2807\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2806,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Kevin-Kelly-2.png\" alt=\"\" class=\"wp-image-2806\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1861,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/10/Kevin-Kelly-Course-Thumnail-1024x682.png\" alt=\"\" class=\"wp-image-1861\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2805,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1.jpeg\" alt=\"\" class=\"wp-image-2805\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Kevin Kelly\'s Amtac Shooting Upcoming Courses</h2>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"101\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all of our upcoming courses visit our&nbsp;<a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a>&nbsp;page.</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 -->\n<h2 class=\"wp-block-heading\">Testimonials</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This was the best training I have been to yet. Being able to pressurize integrated combative s for two days straight is helpful in deciding what works for you your skill level body type etc… It helps answer the why s? Why do we carry another strong side blade ? Why is the Northman such a useful tool? Why should we learn to grapple, strike, and be in shape, and most importantly why pressurizing what we are training is so important. Great class thanks Bill. Great work by everyone there. Student of class goes to the youngest one there. Keep training keep improving! - Student of the Amtac Shooting Weapons and Grappling Course</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>Regardless of your level of experience in striking, jiu-jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment. More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willingness to engage in big V Violence versus small v violence.\" -Edward</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For more testimonials visit our&nbsp;<a href=\"https://www.amtacshooting.com/amtac-shooting-testimonials/\"><strong>Testimonials</strong></a>&nbsp;page.</p>\n<!-- /wp:paragraph -->','Kevin Kelly - Lead Instructor','','publish','closed','closed','','kevin-kelly-lead-instructor','','','2024-04-12 22:03:04','2024-04-12 22:03:04','',0,'https://www.amtacshooting.com/?page_id=2804',0,'page','',0),
(2805,1,'2024-04-12 21:47:30','2024-04-12 21:47:30','','AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1','','inherit','open','closed','','amtac-instructors-bryan-resnik-3-min-1024x769-1','','','2024-04-12 21:47:30','2024-04-12 21:47:30','',2804,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1.jpeg',0,'attachment','image/jpeg',0),
(2806,1,'2024-04-12 21:48:03','2024-04-12 21:48:03','','Kevin-Kelly-2','','inherit','open','closed','','kevin-kelly-2','','','2024-04-12 21:48:03','2024-04-12 21:48:03','',2804,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/Kevin-Kelly-2.png',0,'attachment','image/png',0),
(2807,1,'2024-04-12 21:48:16','2024-04-12 21:48:16','','kevin-kelly-group-grappling-and-weapons-course','','inherit','open','closed','','kevin-kelly-group-grappling-and-weapons-course','','','2024-04-12 21:48:16','2024-04-12 21:48:16','',2804,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/kevin-kelly-group-grappling-and-weapons-course.jpg',0,'attachment','image/jpeg',0),
(2808,1,'2024-04-12 21:48:31','2024-04-12 21:48:31','','Kevin-Kelly-and-Bill','','inherit','open','closed','','kevin-kelly-and-bill','','','2024-04-12 21:48:31','2024-04-12 21:48:31','',2804,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/Kevin-Kelly-and-Bill.png',0,'attachment','image/png',0),
(2815,1,'2024-04-12 22:17:27','2024-04-12 22:17:27','<!-- wp:image {\"id\":2451,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bryan-Resnick-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2451\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Bryan Resnick, also known as \'Res\' is a lead instructor for Amtac Shooting and has been teaching courses with us since 2022.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Amtac Shooting courses: Pistol Combatives and Fundamentals, Carbine</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</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 -->\n<h2 class=\"wp-block-heading\">Photo Gallery</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1761,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/07/Bryan-Resnick-Pistol-Course-846x1024.jpeg\" alt=\"\" class=\"wp-image-1761\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":2817,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Bryan-Resnick.png\" alt=\"\" class=\"wp-image-2817\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"></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:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Bryan Resnick\'s Amtac Shooting Upcoming Courses</h2>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"94\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all of our upcoming courses visit our&nbsp;<a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a>&nbsp;page.</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 -->\n<h2 class=\"wp-block-heading\">Testimonials</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I’ll be following up the email with a purchase. -Sean</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can’t thank Res and AMTAC enough for making stuff like this possible. -JH</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>I just spent the day with Resnick in GA. &nbsp;What an amazing class! &nbsp;I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around. &nbsp;Please keep me in the loop with any future classes that may be coming to the South.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.&nbsp;-John</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For more testimonials visit our&nbsp;<a href=\"https://www.amtacshooting.com/amtac-shooting-testimonials/\"><strong>Testimonials</strong></a>&nbsp;page.</p>\n<!-- /wp:paragraph -->','Bryan Resnick - Lead Instructor','','publish','closed','closed','','bryan-resnick-lead-instructor','','','2024-04-12 22:17:27','2024-04-12 22:17:27','',0,'https://www.amtacshooting.com/?page_id=2815',0,'page','',0),
(2817,1,'2024-04-12 22:11:11','2024-04-12 22:11:11','','Bryan-Resnick','','inherit','open','closed','','bryan-resnick','','','2024-04-12 22:11:11','2024-04-12 22:11:11','',2815,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/Bryan-Resnick.png',0,'attachment','image/png',0),
(2840,1,'2024-04-30 22:04:56','2024-04-30 22:04:56','','pistol-medical-bk','','inherit','open','closed','','pistol-medical-bk-2','','','2024-04-30 22:04:56','2024-04-30 22:04:56','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/pistol-medical-bk.jpg',0,'attachment','image/jpeg',0),
(2854,1,'2024-05-07 22:02:53','2024-05-07 22:02:53','','Bill-Rapier-Button','','inherit','open','closed','','bill-rapier-button-2','','','2024-05-07 22:02:53','2024-05-07 22:02:53','',2422,'https://staging.amtacshooting.com/wp-content/uploads/2024/05/Bill-Rapier-Button.png',0,'attachment','image/png',0),
(2855,1,'2024-05-07 22:03:09','2024-05-07 22:03:09','','David-Acosta-Button','','inherit','open','closed','','david-acosta-button-2','','','2024-05-07 22:03:09','2024-05-07 22:03:09','',2422,'https://staging.amtacshooting.com/wp-content/uploads/2024/05/David-Acosta-Button.png',0,'attachment','image/png',0),
(2856,1,'2024-05-07 22:03:20','2024-05-07 22:03:20','','David-Cagle-Button','','inherit','open','closed','','david-cagle-button-2','','','2024-05-07 22:03:20','2024-05-07 22:03:20','',2422,'https://staging.amtacshooting.com/wp-content/uploads/2024/05/David-Cagle-Button.png',0,'attachment','image/png',0),
(2857,1,'2024-05-07 22:03:35','2024-05-07 22:03:35','','Kevin-kelly-Button','','inherit','open','closed','','kevin-kelly-button-2','','','2024-05-07 22:03:35','2024-05-07 22:03:35','',2422,'https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-kelly-Button.png',0,'attachment','image/png',0),
(2858,1,'2024-05-07 22:03:43','2024-05-07 22:03:43','','Bryan-Resnick-Button','','inherit','open','closed','','bryan-resnick-button-2','','','2024-05-07 22:03:43','2024-05-07 22:03:43','',2422,'https://staging.amtacshooting.com/wp-content/uploads/2024/05/Bryan-Resnick-Button.png',0,'attachment','image/png',0),
(2871,1,'2024-05-31 21:21:23','2024-05-31 21:21:23','','Kevin Kelly Amtac Shooting Instructor (3)','','inherit','open','closed','','kevin-kelly-amtac-shooting-instructor-3','','','2024-05-31 21:21:23','2024-05-31 21:21:23','',2422,'https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-Kelly-Amtac-Shooting-Instructor-3.png',0,'attachment','image/png',0),
(2901,1,'2024-06-05 19:12:37','2024-06-05 19:12:37','','ARAC Bill Rapier','','inherit','open','closed','','arac-bill-rapier','','','2024-06-05 19:12:37','2024-06-05 19:12:37','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/ARAC-Bill-Rapier.png',0,'attachment','image/png',0),
(2908,1,'2024-06-17 23:45:35','2024-06-17 23:45:35','','AB0A3350_edit_zps6igcmeyf2','','inherit','open','closed','','ab0a3350_edit_zps6igcmeyf2','','','2024-06-17 23:45:35','2024-06-17 23:45:35','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/AB0A3350_edit_zps6igcmeyf2.jpg',0,'attachment','image/jpeg',0),
(2909,1,'2024-06-17 23:48:57','2024-06-17 23:48:57','','AB0A3350_edit_zps6igcmeyf22','','inherit','open','closed','','ab0a3350_edit_zps6igcmeyf22','','','2024-06-17 23:48:57','2024-06-17 23:48:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/AB0A3350_edit_zps6igcmeyf22.jpg',0,'attachment','image/jpeg',0),
(2914,1,'2024-06-20 21:01:17','2024-06-20 21:01:17','<!-- wp:embed {\"url\":\"https://player.vimeo.com/video/960671004?badge=0\\u0026autopause=0\\u0026player_id=0\\u0026app_id=58479\",\"type\":\"video\",\"providerNameSlug\":\"vimeo\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-vimeo wp-block-embed-vimeo\"><div class=\"wp-block-embed__wrapper\">\nhttps://player.vimeo.com/video/960671004?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479\n</div><figcaption class=\"wp-element-caption\">Let\'s talk about pistol carries - strong side versus appendix. What are the strengths and drawbacks to each, and where would one be more appropriate than the other? </figcaption></figure>\n<!-- /wp:embed -->','Should I Carry Strong Side or Appendix?','','publish','open','open','','should-i-carry-strong-side-or-appendix','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',0,'https://www.amtacshooting.com/?p=2914',0,'post','',0),
(2917,1,'2024-07-05 19:35:42','2024-07-05 19:35:42','','MWC 2024','','inherit','open','closed','','mwc-2024','','','2024-07-05 19:35:42','2024-07-05 19:35:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/06/MWC-2024.png',0,'attachment','image/png',0),
(2918,1,'2024-10-29 18:43:14','2024-07-09 01:05:56','','Home','','publish','closed','closed','','home','','','2024-10-29 18:43:14','2024-10-29 18:43:14','',0,'https://staging.amtacshooting.com/2024/07/09/home/',1,'nav_menu_item','',0),
(2921,1,'2024-07-09 02:15:06','2024-07-09 01:05:57',' ','','','publish','closed','closed','','2921','','','2024-07-09 02:15:06','2024-07-09 02:15:06','',16,'https://staging.amtacshooting.com/2024/07/09/',1,'nav_menu_item','',0),
(2923,1,'2024-07-09 02:15:06','2024-07-09 01:05:57',' ','','','publish','closed','closed','','2923','','','2024-07-09 02:15:06','2024-07-09 02:15:06','',17,'https://staging.amtacshooting.com/2024/07/09/',3,'nav_menu_item','',0),
(2924,1,'2024-10-29 18:40:21','2024-07-09 01:05:57','','Home','','publish','closed','closed','','home-2','','','2024-10-29 18:40:21','2024-10-29 18:40:21','',0,'https://staging.amtacshooting.com/2024/07/09/home-2/',1,'nav_menu_item','',0),
(2928,1,'2018-01-06 20:21:16','2018-01-06 20:21:16','<div id=\"pl-12\"  class=\"panel-layout\" ><div id=\"pg-12-0\"  class=\"panel-grid panel-has-style\" ><div style=\"padding-top: 100px; padding-bottom: 100px; \" data-mobile-padding=\"50px\" class=\"panel-row-style panel-row-style-for-12-0\" ><div id=\"pgc-12-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-12-0-0-0\" class=\"so-panel widget widget_text panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-12-0-0-0\" >			<div class=\"textwidget\"><p>I am a Christian. As I started thinking about what the first topic would be that I would write about, I considered writing about proper mindset or the importance of fitness in tactical training or even my primary training philosophy, but as I stepped back and thought about what is most important, I kept coming back to one thing. Christ. Without Christ as your personal Lord and Savior, winning a violent confrontation only means delaying eternal separation from Him for another 30 or 40 years. So I felt that before I dive into any of the finer points of training to survive a violent confrontation I should be clear on the most important thing, being right with God.</p>\n</div>\n		</div></div><div id=\"panel-12-0-0-1\" class=\"so-panel widget widget_recent-posts widget_recent_entries panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-12-0-0-1\" >[siteorigin_widget class=\"WP_Widget_Recent_Posts\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;Recent Articles&quot;,&quot;number&quot;:8,&quot;show_date&quot;:false},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-12-0-0-1\\&quot; class=\\&quot;so-panel widget widget_recent-posts widget_recent_entries panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-12-0-0-1\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>','Philosophy and Articles','','publish','closed','closed','','philosophy-and-articles','','','2018-01-06 20:21:16','2018-01-06 20:21:16','',0,'https://www.amtacshooting.com/blog/?page_id=12',0,'page','',0),
(2933,1,'2017-01-01 20:17:29','2017-01-01 20:17:29','<img class=\"size-medium wp-image-303 alignleft\" src=\"https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/crosses-300x267.jpg\" alt=\"\" width=\"300\" height=\"267\" />\n\nI am a Christian. As I started thinking about what the first topic would be that I would write about, I considered writing about proper mindset or the importance of fitness in tactical training or even my primary training philosophy, but as I stepped back and thought about what is most important, I kept coming back to one thing. Christ. Without Christ as your personal Lord and Savior, winning a violent confrontation only means delaying eternal separation from Him for another 30 or 40 years. So I felt that before I dive into any of the finer points of training to survive a violent confrontation I should be clear on the most important thing, being right with God.','Primary Philosophy','','publish','closed','open','','primary-philosophy','','','2017-01-01 20:17:29','2017-01-01 20:17:29','',0,'https://www.amtacshooting.com/blog/?p=25',0,'post','',0),
(2934,1,'2018-12-16 00:50:41','2018-12-16 00:50:41','<h4><img class=\"aligncenter size-large wp-image-1189\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/full-size-2-1024x822.jpg\" alt=\"\" width=\"1024\" height=\"822\" /></h4>\n<p>Mindset.</p>\n<p>The more I teach good Americans to protect themselves and their families, the more I am learning that mindset is something that we have to weave into every aspect of our training. Mindset is not about a talk or a formula, although both of those are helpful. Proper mindset is something that takes time and effort and is something that we will be continuously working towards until we die.</p>\n<h4>As a man you should not show emotion to physical hardship, discomfort or pain.  </h4>\n<p>I am not saying that as a man you should not show emotion period. What I am saying is that you should be in control of your emotions, not loosing your temper or behaving rashly.  </p>\n<p>Be intentional about showing the emotions of love, physical affection and empathy when appropriate. Phrases like: \"I am so cold\" or \"auch that hurt\" are things that your wife, your children and other men should never hear come out of your mouth.  </p>\n<p>How does this relate to fighting/ combatives? Imagine for a minute that you are in the Coliseum in Rome and that you are condemned to fight to the death. No weapons. Now imagine the biggest scariest guy that you know or have seen fight (Fedor Emelianenko comes to mind). This man is your opponent.  </p>\n\n<!-- wp:image {\"id\":1239} -->\n<figure class=\"wp-block-image\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/12/Coliseum-1024x575.jpg\" alt=\"\" class=\"wp-image-1239\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The fight starts, and after a few minutes of moving around and trading blows, you have an opening. You drop your weight and send the hardest right cross that you are capable of sending. You opponent grimaces in pain, shakes it off a couple of times and gives you the boxers nod. What is going through your mind?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When I visualize this, I think to myself that if I can rock my opponent with a solid shot like that, I can repeat this a few more times and put him down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now picture the same scenario, same opponent, same hard right cross and now your reaction is nothing, he gives you the \"cold face\" and continues to move as though you did not strike him. What is going through your head now? In my mind I am wishing I had weapons. Everything here is the same except for the reaction that your opponent gives you.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In one scenario you are gaining confidence and being built up by your opponents shameful display of emotion, in the other scenario your opponent is continuing his attack on you mentally by not showing emotion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Leakage is another common thing that I see&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>usually around mil guys when shooting steel and missing. Go to <a href=\"http://www.thepressureproject.com\">Master Chim\'s page</a> to hear some great analysis of leakage. Guys will be cussing like sailors while shooting very fast and missing. Cursing does not make you shoot better.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In order to hit a target we need to execute two things. The sights need to be lined up on the target and we have to squeeze the trigger properly. Cursing does not make you do those things better.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you miss multiple shots, it should trigger the correct response of doing a very short mental reset, and then talk to yourself &nbsp;\"front sight, squeeze, squeeze, squeeze....\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Finally, there is something that happens in almost every class I teach. &nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Guys are on the line shooting. Hot brass flies through the air and lands on their arm, their neck or goes down their shirt. What follows with the untrained is some version of the \"brass dance\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now,&nbsp;I am very blessed with heads up students and have not had a student do anything grossly unsafe during a \"brass dance\". So, why do I bring it up? &nbsp;It is all part of mindset. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In July of 2016 a father was at an indoor range shooting with his 14 year old son. They were in the far left shooting lane. At some point while the father was shooting a piece of hot brass bounced off of the wall next to him and went down his shirt.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During his reaction to try and shake out the brass (the \"brass dance\") he accidentally shoots and kills his son. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let that sink in. That is almost the worst thing I can imagine. I don\'t know the man who did this, but I am willing to bet that he had the mental and physical strength to not react the way he did.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What he lacked was the mindset.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next time you are training and a piece of hot brass lands on your neck,&nbsp;<strong>let it burn</strong> <strong>you</strong>, focus on your front sight and squeeze the trigger. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Make good hits. Take pride in the fact that you are man enough and in control of your emotions enough to fight through the pain and continue to focus on the task at hand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Post Note &nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>My mindset comes from my faith, my years of training, time in the military and Sayoc Kali. If you are interested in developing your mindset come train with me or train with the guys that I have served with and or learned from:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://sayoc.com\">Sayoc Kali</a><br><a href=\"http://www.kyledefoor.com\">Kyle Defoor</a><br><a href=\"https://www.integratedtacticaltraining.com\">Joe Hahn</a><br><a href=\"http://www.gustavomachado.com\">Gustavo Machado</a><br><a href=\"https://atienzakali.com\">Atienza Kali</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[add_eventon_list number_of_months=\"4\" event_count=\"3\" hide_past=\"yes\" ]\n<!-- /wp:shortcode -->','Let It Burn','','publish','open','open','','mindset-let-it-burn','','','2024-12-31 18:36:59','2024-12-31 18:36:59','',0,'https://www.amtacshooting.com/?p=1175',0,'post','',0),
(2935,1,'2018-12-16 01:45:59','2018-12-16 01:45:59','<h4><img class=\"aligncenter wp-image-1260 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/12/watch-e1544924690325-1024x1024.png\" alt=\"\" width=\"1024\" height=\"1024\" /></h4>\n<p><span style=\"font-size: medium;\">Without standards it is hard to know where you stand. I have oscillated between having a strong dislike of standards and thinking that they are an absolute necessity. My opinion on standards now is somewhere in the middle.  </span></p>\n<p><span style=\"font-size: medium;\">The bottom line is that any standard, whether it is shooting, combative or fitness, is meant to show us where we stand against a baseline. It is a measuring stick so to speak. </span></p>\n<p><span style=\"font-size: medium;\">We don\'t train to be able to perform a \"standard\", we train so that we can protect ourselves and our families better.  The \"standard\" is there to help us identify where we are falling short and where we need to focus more of our training time.  </span></p>\n<h3>Fitness Standards</h3>\n<p><span style=\"font-size: medium;\">These standards are not meant to be done back to back like a PT test. Rather the idea is that these are individual tests of strength/ endurance.  If you can perform each individual task over the course of a couple of days you are meeting the intent of the standard.</span></p>\n<p><span style=\"font-size: medium;\"><b>Bare Mininum</b></span></p>\n<ol>\n<li><span style=\"font-size: medium;\">Run 1 mile in 11 minutes.</span></li>\n<li><span style=\"font-size: medium;\">25 push ups.</span></li>\n<li><span style=\"font-size: medium;\">3 pull ups.</span></li>\n<li><span style=\"font-size: medium;\">Walk 3 miles with 30 lbs in 1.5 hours (30 min pace).</span></li>\n</ol>\n<p><span style=\"font-size: medium;\"><b>Baseline</b></span></p>\n<ol>\n<li><span style=\"font-size: medium;\">Run 3 miles in 25 min (8:20 pace).</span></li>\n<li><span style=\"font-size: medium;\">50 push ups.</span></li>\n<li><span style=\"font-size: medium;\">10 pull ups.</span></li>\n<li><span style=\"font-size: medium;\">Walk 6 miles with 40 lbs in 2 hours (20 min pace).</span></li>\n</ol>\n<p><span style=\"font-size: medium;\"><b>Advanced</b></span></p>\n<ol>\n<li><span style=\"font-size: medium;\">Run 6 miles in 51 min (8:30 pace).</span></li>\n<li><span style=\"font-size: medium;\">80 push ups.</span></li>\n<li><span style=\"font-size: medium;\">20 pull ups.</span></li>\n<li><span style=\"font-size: medium;\">Walk 12 miles with 55lbs pack in 5 hours (25 min pace).</span></li>\n</ol>\n\n<!-- wp:image {\"id\":1259} -->\n<figure class=\"wp-block-image\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/12/IMG_3930-1024x768.jpg\" alt=\"\" class=\"wp-image-1259\"/><figcaption>Training ruck</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Things you should always be able to do:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Climb over a 6 ft wall.</li><li>Swim 200 yards continuously.</li><li>Tread water for 30 minutes.</li><li>Do a basic swimmer rescue.</li><li>Dead lift your own body weight.</li><li>Drag a 200lbs man 30 yards.</li><li>Throw a 30 sec flurry (heavy bag/ Thai pads or Bob, go as hard as you can for 30 seconds).</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1256} -->\n<figure class=\"wp-block-image\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/12/img_86900331-2-1024x744.jpg\" alt=\"\" class=\"wp-image-1256\"/><figcaption>Flurry<br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Summary</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Vary your training. All of us want to do the things that we are good at. Be disciplined enough to do the things that you need to get better at. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Run (preferable barefoot style) and ruck (30 – 75 lbs). </li><li>Do push ups, pull ups, burpees and air squats. </li><li>Primary lifts you should focus on: deadlift, squat and bench press (I stopped benchpressing many years ago because I repeatedly hurt my shoulders). </li><li>Secondary lifts: overhead squats, cleans, zerker squats, and snatches. </li><li>Use kettlebells: swings, single hand swings, snatches, clean and press and turkish get ups. </li><li>Swing a macebell. &nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Go train!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"63,54,31,26,19\" hide_empty_months=\"yes\" ]\n<!-- /wp:shortcode -->','Amtac Shooting Fitness Standards','','publish','open','open','','amtac-shooting-fitness-standards','','','2024-12-31 18:36:59','2024-12-31 18:36:59','',0,'https://www.amtacshooting.com/?p=1223',0,'post','',0),
(2936,1,'2018-12-16 03:30:51','2018-12-16 03:30:51','<p><span style=\"font-size: medium;\"><span style=\"color: #4f5d75;\"><strong>&nbsp;</strong></span></span></p>\n\n<!-- wp:image {\"id\":1267} -->\n<figure class=\"wp-block-image\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/12/IMG_4572-2-1024x768.jpg\" alt=\"\" class=\"wp-image-1267\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This article is a continuation of the Modern Minute Man article. If you have not read that article I recommend that you start <a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\">here</a>. As I continue to explore these concepts we will be looking at different aspects of the core Modern Minute Man skills: fitness and mobility, land navigation, shooting and communication. This article will focus on fitness and the ability to carry a load. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Having the ability to move over a variety of terrain with a load on your back is one of the truest indicators of fitness and also one of the most foundational elements of the Modern Minute Man. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>This plan is designed for people that are healthy and in reasonably good shape. Do not begin this or any training plan without prior consultation of a qualified physician.</em> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This plan starts very slowly. I recommend keeping the mileage and your pack weight lower than you are capable of doing for the first two months. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Ruck days</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>On walk or ruck days, make sure you vary your terrain. Walk some mountains, walk trails, walk where there is no trail or hit a dirt road. If you are walking in the woods, make sure you have weather appropriate clothing/ warmies with you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also practice carrying useful items in your pack. Fifty-three pounds is fifty-three pounds whether it is in the form of a kettlebell or whether it consists of shelter/ water/ fire/ food/ plus normal EDC (every day carry) tools. When you are walking it won\'t matter, but if you get lost or injured on the trail having useful items with you can save your life. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1265} -->\n<figure class=\"wp-block-image\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/12/IMG_3998-1-1024x768.jpg\" alt=\"\" class=\"wp-image-1265\"/><figcaption>Shelter, water, fire, food plus other key items</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Strength days</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Strength days should consist of the following categories:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li> Calisthenics: push ups, pull ups, hand stand push ups, dips, crunches, air squats, lunges, etc... </li><li>Lifting: squats, deadlifts, overhead squats, snatches, cleans and presses. </li><li>Kettlebell/ mace bell: swings, one hand swings, snatches, Turkish get ups, clean and press, goblet squats, overhead carries, farmer carries, mace bell 360s and mace bell 10-2s.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":831} -->\n<figure class=\"wp-block-image\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/IMG_2174-e1523917480607-768x1024.jpg\" alt=\"\" class=\"wp-image-831\"/><figcaption>Working kettlebell snatches</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For a normal strength day pick 4 - 8 of the above excersises and do them in circuit style with 30-60 seconds of active rest in between each exercise. &nbsp;Repeat 3-5 times. &nbsp;I will normally rep a combative skill during this active rest (dryfire, indexed shooting with a Sirt gun, template work, striking, transitions, etc…).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When doing strength days remember <a href=\"https://www.strongfirst.com/about/pavel-tsatsouline/\">Pavel\'s</a> advice: \'When you are done with your workout you should feel like you can conquer the world\'. In other words, you should feel strong when you leave the gym. Once or twice a month crush yourself so that you are crawling out of the gym. This should not be the norm, especially as we get older. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Don\'t push yourself to the point of overtraining or injury. You should almost never go to failure. Remember, if you injure yourself during training it is harder to protect yourself and your family and you have to stop or change your training while you recover.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The training plan</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Use this training plan as a guideline. Deviate from it as it makes sense. The key concepts are:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>increasing your milage slowly</li><li>continue to train in the strength and running areas</li><li>one long ruck per week</li><li>injury prevention</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>After week 12 continue to increase your long ruck days. Depending on your schedule you might need to push your long ruck days to Saturday. When you start getting in to 20 and 30 mile rucks, you will need to give yourself a longer rest and recovery time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As always, the main thing is to go out and train!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1229,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/12/IMG_3931-1024x768.jpg\" alt=\"\" class=\"wp-image-1229\"/><figcaption>The beginning of a 30 mile ruck in Montana</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Week 1:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 2 miles no ruck</li><li>Tuesday - strength</li><li>Wednesday - run 1 mile</li><li>Thursday - strength</li><li>Friday - walk 2 miles no ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 2:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 3 miles no ruck</li><li>Tuesday - strength</li><li>Wednesday - run 1 mile</li><li>Thursday - strength</li><li>Friday - walk 2 miles no ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 3:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 4 miles no ruck</li><li>Tuesday - strength</li><li>Wednesday - run 1 mile</li><li>Thursday - strength</li><li>Friday - walk 2 miles no ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 4:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 3 miles 15 lbs ruck</li><li>Tuesday - strength</li><li>Wednesday - run 1 mile</li><li>Thursday - strength</li><li>Friday - walk 3 miles no ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 5:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 3 miles 15 lbs ruck</li><li>Tuesday - strength</li><li>Wednesday - run 1 mile</li><li>Thursday - strength</li><li>Friday - walk 3 miles 15 lbs ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 6:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 4 miles 15 lbs ruck</li><li>Tuesday - strength</li><li>Wednesday - run 2 miles</li><li>Thursday - strength</li><li>Friday - walk 3 miles 15 lbs ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 7:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 4 miles 25 lbs ruck</li><li>Tuesday - strength</li><li>Wednesday - run 2 mile</li><li>Thursday - strength</li><li>Friday - walk 3 miles 15 lbs ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 8:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 5 miles 35 lbs ruck</li><li>Tuesday - strength</li><li>Wednesday - run 2 miles</li><li>Thursday - strength</li><li>Friday - walk 3 miles 25 lbs ruck</li><li>Saturday - Active rest</li><li>Sunday - Rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 9:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 6 miles 35 lbs ruck</li><li>Tuesday- strength</li><li>Wednesday - run 2 miles</li><li>Thursday - strength</li><li>Friday - walk 3 miles 25 lbs ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 10:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 6 miles 45 lbs ruck</li><li>Tuesday - strength</li><li>Wednesday - run 3 miles</li><li>Thursday - strength</li><li>Friday - walk 4 miles 25 lbs ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 11:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 7 miles 45 lbs ruck</li><li>Tuesday - strength</li><li>Wednesday - run 3 miles</li><li>Thursday - strength</li><li>Friday - walk 4 miles 25 lbs ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 12:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 8 miles 45 lbs ruck</li><li>Tuesday - strength</li><li>Wednesday - run 3 miles</li><li>Thursday - strength</li><li>Friday - walk 4 miles 25 lbs ruck</li><li>Saturday - active rest</li><li>Sunday – rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:shortcode -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"63,54,31,26,19\" hide_empty_months=\"yes\" ]\n<!-- /wp:shortcode -->','The Modern Minute Man Physical Training Plan','','publish','open','open','','the-modern-minute-man-physical-training-plan','','','2024-12-31 18:36:59','2024-12-31 18:36:59','',0,'https://www.amtacshooting.com/?p=1226',0,'post','',0),
(2938,1,'2024-10-29 18:40:21','2024-07-09 01:06:36',' ','','','publish','closed','closed','','2938','','','2024-10-29 18:40:21','2024-10-29 18:40:21','',0,'https://staging.amtacshooting.com/2024/07/09/2938/',2,'nav_menu_item','',0),
(2945,1,'2024-12-28 02:41:18','2024-07-09 01:06:37','','Our Instructors','','publish','closed','closed','','our-instructors','','','2024-12-28 02:41:18','2024-12-28 02:41:18','',0,'https://staging.amtacshooting.com/2024/07/09/our-instructors/',5,'nav_menu_item','',0),
(2948,1,'2025-04-01 16:15:59','2024-07-09 01:06:37',' ','','','publish','closed','closed','','2948','','','2025-04-01 16:15:59','2025-04-01 16:15:59','',0,'https://staging.amtacshooting.com/2024/07/09/2948/',6,'nav_menu_item','',0),
(2950,1,'2025-04-01 16:15:59','2024-07-09 01:06:37','','Our Instructors','','publish','closed','closed','','our-instructors-2','','','2025-04-01 16:15:59','2025-04-01 16:15:59','',0,'https://staging.amtacshooting.com/2024/07/09/our-instructors-2/',3,'nav_menu_item','',0),
(2958,1,'2024-07-09 02:15:06','2024-07-09 01:07:11',' ','','','publish','closed','closed','','2958','','','2024-07-09 02:15:06','2024-07-09 02:15:06','',16,'https://staging.amtacshooting.com/2024/07/09/',2,'nav_menu_item','',0),
(2961,1,'2024-12-28 02:41:18','2024-07-09 01:07:11',' ','','','publish','closed','closed','','2961','','','2024-12-28 02:41:18','2024-12-28 02:41:18','',17,'https://staging.amtacshooting.com/2024/07/09/',7,'nav_menu_item','',0),
(2962,1,'2024-12-28 02:41:18','2024-07-09 01:07:11',' ','','','publish','closed','closed','','2962','','','2024-12-28 02:41:18','2024-12-28 02:41:18','',16,'https://staging.amtacshooting.com/2024/07/09/',8,'nav_menu_item','',0),
(2963,1,'2024-12-28 02:41:18','2024-07-09 01:07:11',' ','','','publish','closed','closed','','2963','','','2024-12-28 02:41:18','2024-12-28 02:41:18','',16,'https://staging.amtacshooting.com/2024/07/09/',10,'nav_menu_item','',0),
(2967,1,'2025-04-17 20:56:10','2024-07-09 01:07:12',' ','','','publish','closed','closed','','2967','','','2025-04-17 20:56:10','2025-04-17 20:56:10','',0,'https://staging.amtacshooting.com/2024/07/09/',12,'nav_menu_item','',0),
(2970,1,'2024-12-28 02:41:18','2024-07-09 01:07:20',' ','','','publish','closed','closed','','2970','','','2024-12-28 02:41:18','2024-12-28 02:41:18','',0,'https://staging.amtacshooting.com/2024/07/09/2970/',6,'nav_menu_item','',0),
(2973,1,'2024-12-28 02:41:18','2024-07-09 01:07:20',' ','','','publish','closed','closed','','2973','','','2024-12-28 02:41:18','2024-12-28 02:41:18','',0,'https://staging.amtacshooting.com/2024/07/09/2973/',12,'nav_menu_item','',0),
(2974,1,'2024-12-28 02:41:18','2024-07-09 01:07:20',' ','','','publish','closed','closed','','2974','','','2024-12-28 02:41:18','2024-12-28 02:41:18','',0,'https://staging.amtacshooting.com/2024/07/09/2974/',13,'nav_menu_item','',0),
(2975,1,'2024-12-28 02:41:18','2024-07-09 01:07:20',' ','','','publish','closed','closed','','2975','','','2024-12-28 02:41:18','2024-12-28 02:41:18','',0,'https://staging.amtacshooting.com/2024/07/09/2975/',14,'nav_menu_item','',0),
(2977,1,'2024-12-28 02:41:18','2024-07-09 01:07:20',' ','','','publish','closed','closed','','2977','','','2024-12-28 02:41:18','2024-12-28 02:41:18','',0,'https://staging.amtacshooting.com/2024/07/09/2977/',9,'nav_menu_item','',0),
(2978,1,'2025-04-17 20:56:10','2024-07-09 01:07:20',' ','','','publish','closed','closed','','2978','','','2025-04-17 20:56:10','2025-04-17 20:56:10','',0,'https://staging.amtacshooting.com/2024/07/09/2978/',14,'nav_menu_item','',0),
(2980,1,'2025-04-17 20:56:10','2024-07-09 01:07:20','','Media','','publish','closed','closed','','media-2','','','2025-04-17 20:56:10','2025-04-17 20:56:10','',0,'https://staging.amtacshooting.com/2024/07/09/media-2/',11,'nav_menu_item','',0),
(2982,1,'2025-04-01 16:16:00','2024-07-09 01:07:21',' ','','','publish','closed','closed','','2982','','','2025-04-01 16:16:00','2025-04-01 16:16:00','',0,'https://staging.amtacshooting.com/2024/07/09/2982/',7,'nav_menu_item','',0),
(2983,1,'2025-04-01 16:15:59','2024-07-09 01:07:21',' ','','','publish','closed','closed','','2983','','','2025-04-01 16:15:59','2025-04-01 16:15:59','',0,'https://staging.amtacshooting.com/2024/07/09/2983/',5,'nav_menu_item','',0),
(2984,1,'2024-07-09 01:09:37','2024-07-09 01:09:37','{\"version\": 2, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-divi','','','2024-07-09 01:09:37','2024-07-09 01:09:37','',0,'https://staging.amtacshooting.com/2024/07/09/wp-global-styles-divi/',0,'wp_global_styles','',0),
(2985,1,'2024-07-09 01:14:17','2024-07-09 01:14:17','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<div id=\"pl-81\"  class=\"panel-layout\" ><div id=\"pg-81-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;25px&quot;,&quot;bottom-padding&quot;:&quot;25px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" ><div style=\"padding-top: 25px; padding-bottom: 25px; \" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-0\" ><div id=\"pgc-81-0-0\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.5\" ><div id=\"panel-81-0-0-0\" class=\"so-panel widget widget_athemes_image athemes_image_widget panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-0-0-0\" >[siteorigin_widget class=\"Athemes_Image\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;image_uri&quot;:&quot;http:\\/\\/www.amtacshooting.com\\/wp-content\\/uploads\\/2018\\/03\\/swat.jpg&quot;,&quot;link&quot;:&quot;&quot;,&quot;id&quot;:&quot;athemes_image-8110000&quot;,&quot;option_name&quot;:&quot;widget_athemes_image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-81-0-0-0\\&quot; class=\\&quot;so-panel widget widget_athemes_image athemes_image_widget panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-81-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-81-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.5\" ><div id=\"panel-81-0-1-0\" class=\"so-panel widget widget_strong-testimonials-view-widget strong-testimonials-view-widget panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-0-1-0\" >[siteorigin_widget class=\"Strong_Testimonials_View_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;text&quot;:&quot;&quot;,&quot;filter&quot;:false,&quot;view&quot;:&quot;1&quot;,&quot;id&quot;:&quot;strong-testimonials-view-widget-8110001&quot;,&quot;option_name&quot;:&quot;widget_strong-testimonials-view-widget&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-81-0-1-0\\&quot; class=\\&quot;so-panel widget widget_strong-testimonials-view-widget strong-testimonials-view-widget panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-81-0-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-81-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;mobile_padding&quot;:&quot;25px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;100px&quot;,&quot;bottom-padding&quot;:&quot;0px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div style=\"padding-top: 100px; padding-bottom: 0px; \" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-1\" ><div id=\"pgc-81-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-81-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-1-0-0\" >			<div class=\"textwidget\"><div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n<p><img class=\"wp-image-811 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" alt=\"\" width=\"300\" height=\"225\" /></p>\n</div>\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n<p><img class=\"wp-image-815 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching.jpg\" alt=\"\" width=\"300\" height=\"225\" /></p>\n</div>\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n<p><img class=\"wp-image-816 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill.jpg\" alt=\"\" width=\"300\" height=\"225\" /></p>\n</div>\n<hr style=\"clear: both; visibility: hidden;\" />\n</div>\n		</div></div></div></div></div><div id=\"pg-81-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;10px&quot;,&quot;bottom-padding&quot;:&quot;50px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"left\"  data-color-label=\"4\" ><div style=\"padding-top: 10px; padding-bottom: 50px; \" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-2\" ><div id=\"pgc-81-2-0\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;#cccccc&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"1\" ><div class=\"panel-cell-style panel-cell-style-for-81-2-0\" ><div id=\"panel-81-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;padding&quot;:&quot;10px 10px 10px 10px&quot;,&quot;mobile_padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-2-0-0\" >			<div class=\"textwidget\"><p>Amtac Shooting&#8217;s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>\n</div>\n		</div></div></div></div></div></div><div id=\"pg-81-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;30px&quot;,&quot;bottom-padding&quot;:&quot;30px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div style=\"padding-top: 30px; padding-bottom: 30px; \" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-3\" ><div id=\"pgc-81-3-0\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"1\" ><div id=\"panel-81-3-0-0\" class=\"so-panel widget widget_evcalwidget_sc EvcalWidget_SC panel-first-child\" data-index=\"4\" data-style=\"{&quot;padding&quot;:&quot;15px 15px 15px 15px&quot;,&quot;mobile_padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-3-0-0\" >[siteorigin_widget class=\"EvcalWidget_SC\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;evo_title&quot;:&quot;Upcoming Courses&quot;,&quot;evo_shortcodeW&quot;:&quot;[add_eventon_list number_of_months=\\&quot;24\\&quot; hide_empty_months=\\&quot;yes\\&quot;  hide_past=\\&quot;yes\\&quot; show_year=\\&quot;yes\\&quot; tiles=\\&quot;yes\\&quot; tile_bg=\\&quot;1\\&quot; tile_style=\\&quot;1\\&quot; tile_height=\\&quot;350\\&quot; tile_count=\\&quot;2\\&quot;]&quot;,&quot;id&quot;:&quot;evcalwidget_sc-8110004&quot;,&quot;option_name&quot;:&quot;widget_evcalwidget_sc&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-81-3-0-0\\&quot; class=\\&quot;so-panel widget widget_evcalwidget_sc EvcalWidget_SC panel-first-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;15px 15px 15px 15px&amp;quot;,&amp;quot;mobile_padding&amp;quot;:&amp;quot;5px 5px 5px 5px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-81-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-81-3-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-3-0-1\" ><h3 class=\"widget-title\">Articles</h3>			<div class=\"textwidget\"><p><div class=\"grid-plus-container grid-5bd521ec3b154 post \"\n     id=\"5bd521ec3b154\"\n     data-grid-name=\"Primary\"\n     data-animation=\"fadeInUp\">\n    <div class=\"grid-stack-container grid-plus-inner\"\n         data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"\n         data-grid-id=\"5adf90cc53c11\"\n         data-current-category=\"2\"\n         data-section-id=\"5bd521ec3b154\"\n         data-gutter=\"20\"\n         data-columns=\"3\"\n         data-height-ratio=\"1\"\n         data-width-ratio=\"1\"\n         data-desktop-columns=\"3\"\n         data-tablet-columns=\"2\"\n         data-mobile-columns=\"1\"\n         data-layout-type=\"grid\"\n         data-fix-item-height=\"false\"\n         data-nonce=\"d3884094c0\"\n    >\n        \n        <div class=\"grid-stack grid-stack-3\" data-layout=\"grid\"\n             style=\"height: 3400px\">\n        </div>\n        <div class=\"grid-items\">\n                            <div class=\"item\" data-gs-x=\"0\"\n                     data-gs-y=\"0\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"57\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"0\"\n                     data-desktop-gs-y=\"0\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"57\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"2247\"\n                     data-image-height=\"1998\"\n                >\n                    <div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n    <div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/crosses-800x999.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/crosses-800x999.jpg\" alt=\"Primary Philosophy\" >\n                <div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/primary-philosophy/\" title=\"Primary Philosophy\"></a>\n                        <div class=\"hover-inner transition-50\">\n                <div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/primary-philosophy/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n                                        <a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/crosses.jpg\" class=\"view-gallery\" data-post-id=\"25\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a>\n                </div>\n            </div>\n        </div>\n    </div>\n    <div class=\"post-info\">\n                    <div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/primary-philosophy/\" title=\"Primary Philosophy\">Primary Philosophy</a>\n                            </div>\n                            <div class=\"excerpt\">I am a Christian. As I started thinking about what the first topic would be that I would write about, I considered writing about proper mindset or the importance of fitness in tactical training or even my primary training philosophy, &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/primary-philosophy/&quot;&gt;[...]&lt;/a&gt;</div>\n            </div>\n</div>\n                </div>\n                        </div>\n\n            </div>\n</div>\n <div class=\"grid-plus-container grid-5bd521ec3d2ae post \"\n     id=\"5bd521ec3d2ae\"\n     data-grid-name=\"Recent\"\n     data-animation=\"fadeInUp\">\n    <div class=\"grid-stack-container grid-plus-inner\"\n         data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"\n         data-grid-id=\"5adf53e753c88\"\n         data-current-category=\"35,2,36\"\n         data-section-id=\"5bd521ec3d2ae\"\n         data-gutter=\"20\"\n         data-columns=\"3\"\n         data-height-ratio=\"1\"\n         data-width-ratio=\"1\"\n         data-desktop-columns=\"3\"\n         data-tablet-columns=\"2\"\n         data-mobile-columns=\"1\"\n         data-layout-type=\"grid\"\n         data-fix-item-height=\"false\"\n         data-nonce=\"d3884094c0\"\n    >\n        \n        <div class=\"grid-stack grid-stack-3\" data-layout=\"grid\"\n             style=\"height: 3490px\">\n        </div>\n        <div class=\"grid-items\">\n                            <div class=\"item\" data-gs-x=\"0\"\n                     data-gs-y=\"0\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"0\"\n                     data-desktop-gs-y=\"0\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"1865\"\n                     data-image-height=\"2487\"\n                >\n                    <div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n    <div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg\" alt=\"The Modern Minute Man and Other Standards\" >\n                <div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\" title=\"The Modern Minute Man and Other Standards\"></a>\n                        <div class=\"hover-inner transition-50\">\n                <div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n                                        <a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg\" class=\"view-gallery\" data-post-id=\"1125\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a>\n                </div>\n            </div>\n        </div>\n    </div>\n    <div class=\"post-info\">\n                    <div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\" title=\"The Modern Minute Man and Other Standards\">The Modern Minute Man and Other Standards</a>\n                            </div>\n                            <div class=\"excerpt\">&nbsp; For the last two years I have done the Sniper Adventure Challenge Race.  It has been a great way for me to have a goal to train for and to keep pushing the boundaries with training, fitness, shooting and &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/&quot;&gt;[...]&lt;/a&gt;</div>\n            </div>\n</div>\n                </div>\n                                <div class=\"item\" data-gs-x=\"1\"\n                     data-gs-y=\"0\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"1\"\n                     data-desktop-gs-y=\"0\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"768\"\n                     data-image-height=\"576\"\n                >\n                    <div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n    <div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\" alt=\"Getting into Precision Rifle Shooting\" >\n                <div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/precision-rifle-options/\" title=\"Getting into Precision Rifle Shooting\"></a>\n                        <div class=\"hover-inner transition-50\">\n                <div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/precision-rifle-options/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n                                        <a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\" class=\"view-gallery\" data-post-id=\"346\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a>\n                </div>\n            </div>\n        </div>\n    </div>\n    <div class=\"post-info\">\n                    <div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/precision-rifle-options/\" title=\"Getting into Precision Rifle Shooting\">Getting into Precision Rifle Shooting</a>\n                            </div>\n                            <div class=\"excerpt\">This is a primer for guys that are interested in getting into precision rifle shooting.  For the sake of this article I am going to define precision rifle shooting as anything over 600 yards. We will look at the options &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/precision-rifle-options/&quot;&gt;[...]&lt;/a&gt;</div>\n            </div>\n</div>\n                </div>\n                                <div class=\"item\" data-gs-x=\"2\"\n                     data-gs-y=\"0\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"2\"\n                     data-desktop-gs-y=\"0\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"1979\"\n                     data-image-height=\"1319\"\n                >\n                    <div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n    <div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\" alt=\"Food and Fitness\" >\n                <div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/food-fitness/\" title=\"Food and Fitness\"></a>\n                        <div class=\"hover-inner transition-50\">\n                <div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/food-fitness/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n                                        <a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\" class=\"view-gallery\" data-post-id=\"626\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a>\n                </div>\n            </div>\n        </div>\n    </div>\n    <div class=\"post-info\">\n                    <div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/food-fitness/\" title=\"Food and Fitness\">Food and Fitness</a>\n                            </div>\n                            <div class=\"excerpt\">&nbsp; Anyone that has trained with me knows the emphasis that I put on fitness. If you are not in good shape is is much more difficult to sprint up two flights of stairs, then across a parking lot and &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/food-fitness/&quot;&gt;[...]&lt;/a&gt;</div>\n            </div>\n</div>\n                </div>\n                                <div class=\"item\" data-gs-x=\"0\"\n                     data-gs-y=\"39\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"0\"\n                     data-desktop-gs-y=\"39\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"3790\"\n                     data-image-height=\"2136\"\n                >\n                    <div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n    <div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\" alt=\"Review of FLIR Thermosight Pro PTS233\" >\n                <div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\" title=\"Review of FLIR Thermosight Pro PTS233\"></a>\n                        <div class=\"hover-inner transition-50\">\n                <div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n                                        <a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\" class=\"view-gallery\" data-post-id=\"358\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a>\n                </div>\n            </div>\n        </div>\n    </div>\n    <div class=\"post-info\">\n                    <div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\" title=\"Review of FLIR Thermosight Pro PTS233\">Review of FLIR Thermosight Pro PTS233</a>\n                            </div>\n                            <div class=\"excerpt\">I don&#8217;t normally get very excited about new gear.  This thermal weapons sight changed that, not because it is better than anything else out there but because it brings a useful thermal sight into working man&#8217;s prices. It is still &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/&quot;&gt;[...]&lt;/a&gt;</div>\n            </div>\n</div>\n                </div>\n                                <div class=\"item\" data-gs-x=\"1\"\n                     data-gs-y=\"39\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"1\"\n                     data-desktop-gs-y=\"39\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"1024\"\n                     data-image-height=\"769\"\n                >\n                    <div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n    <div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\" alt=\"What Matters Most in a Carbine\" >\n                <div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\" title=\"What Matters Most in a Carbine\"></a>\n                        <div class=\"hover-inner transition-50\">\n                <div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n                                        <a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\" class=\"view-gallery\" data-post-id=\"29\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a>\n                </div>\n            </div>\n        </div>\n    </div>\n    <div class=\"post-info\">\n                    <div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\" title=\"What Matters Most in a Carbine\">What Matters Most in a Carbine</a>\n                            </div>\n                            <div class=\"excerpt\">  &nbsp; Where do you start and what should you get for your carbine? AR15 style rifles are more available and cheaper than they ever have been. There are also many more options/ brands than there have ever been. The &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/what-to-look-for-in-a-carbine/&quot;&gt;[...]&lt;/a&gt;</div>\n            </div>\n</div>\n                </div>\n                                <div class=\"item\" data-gs-x=\"2\"\n                     data-gs-y=\"39\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"2\"\n                     data-desktop-gs-y=\"39\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"5198\"\n                     data-image-height=\"3465\"\n                >\n                    <div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n    <div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\" alt=\"Differentiating Between a Coordinated and Uncoordinated Attack\" >\n                <div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\" title=\"Differentiating Between a Coordinated and Uncoordinated Attack\"></a>\n                        <div class=\"hover-inner transition-50\">\n                <div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n                                        <a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\" class=\"view-gallery\" data-post-id=\"27\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a>\n                </div>\n            </div>\n        </div>\n    </div>\n    <div class=\"post-info\">\n                    <div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\" title=\"Differentiating Between a Coordinated and Uncoordinated Attack\">Differentiating Between a Coordinated and Uncoordinated Attack</a>\n                            </div>\n                            <div class=\"excerpt\">How will you respond? How will you respond if you are the first, second, or third officer responding to an active shooter situation? The majority of the school shootings/ active shooter events in the United States have been carried out &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/&quot;&gt;[...]&lt;/a&gt;</div>\n            </div>\n</div>\n                </div>\n                        </div>\n\n            </div>\n</div>\n</p>\n</div>\n		</div></div></div></div></div><div id=\"pg-81-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;100px&quot;,&quot;bottom-padding&quot;:&quot;100px&quot;,&quot;mobile-padding&quot;:&quot;50px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div style=\"padding-top: 100px; padding-bottom: 100px; \" data-mobile-padding=\"50px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-4\" ><div id=\"pgc-81-4-0\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"1\" ><div id=\"panel-81-4-0-0\" class=\"so-panel widget widget_convertkit_form convertkit panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-4-0-0\" >[siteorigin_widget class=\"CK_Widget_Form\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;form&quot;:&quot;423396&quot;,&quot;id&quot;:&quot;convertkit_form-8110006&quot;,&quot;option_name&quot;:&quot;widget_convertkit_form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-81-4-0-0\\&quot; class=\\&quot;so-panel widget widget_convertkit_form convertkit panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-81-4-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>[/et_pb_text][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 01:14:17','2024-07-09 01:14:17','',81,'https://staging.amtacshooting.com/?p=2985',0,'revision','',0),
(2987,1,'2024-07-09 01:18:06','2024-07-09 01:18:06','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<div id=\"pl-81\"  class=\"panel-layout\" ><div id=\"pg-81-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;25px&quot;,&quot;bottom-padding&quot;:&quot;25px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" ><div style=\"padding-top: 25px; padding-bottom: 25px; \" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-0\" ><div id=\"pgc-81-0-0\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.5\" ><div id=\"panel-81-0-0-0\" class=\"so-panel widget widget_athemes_image athemes_image_widget panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-0-0-0\" >[siteorigin_widget class=\"Athemes_Image\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;image_uri&quot;:&quot;http:\\/\\/www.amtacshooting.com\\/wp-content\\/uploads\\/2018\\/03\\/swat.jpg&quot;,&quot;link&quot;:&quot;&quot;,&quot;id&quot;:&quot;athemes_image-8110000&quot;,&quot;option_name&quot;:&quot;widget_athemes_image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-81-0-0-0\\&quot; class=\\&quot;so-panel widget widget_athemes_image athemes_image_widget panel-first-child panel-last-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-81-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div><div id=\"pgc-81-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.5\" ><div id=\"panel-81-0-1-0\" class=\"so-panel widget widget_strong-testimonials-view-widget strong-testimonials-view-widget panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-0-1-0\" >[siteorigin_widget class=\"Strong_Testimonials_View_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;text&quot;:&quot;&quot;,&quot;filter&quot;:false,&quot;view&quot;:&quot;1&quot;,&quot;id&quot;:&quot;strong-testimonials-view-widget-8110001&quot;,&quot;option_name&quot;:&quot;widget_strong-testimonials-view-widget&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-81-0-1-0\\&quot; class=\\&quot;so-panel widget widget_strong-testimonials-view-widget strong-testimonials-view-widget panel-first-child panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-81-0-1-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div><div id=\"pg-81-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;mobile_padding&quot;:&quot;25px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;100px&quot;,&quot;bottom-padding&quot;:&quot;0px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div style=\"padding-top: 100px; padding-bottom: 0px; \" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-1\" ><div id=\"pgc-81-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-81-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-1-0-0\" >			<div class=\"textwidget\"><div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n<p><img class=\"wp-image-811 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" alt=\"\" width=\"300\" height=\"225\" /></p>\n</div>\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n<p><img class=\"wp-image-815 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching.jpg\" alt=\"\" width=\"300\" height=\"225\" /></p>\n</div>\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n<p><img class=\"wp-image-816 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill.jpg\" alt=\"\" width=\"300\" height=\"225\" /></p>\n</div>\n<hr style=\"clear: both; visibility: hidden;\" />\n</div>\n		</div></div></div></div></div><div id=\"pg-81-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;10px&quot;,&quot;bottom-padding&quot;:&quot;50px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"left\"  data-color-label=\"4\" ><div style=\"padding-top: 10px; padding-bottom: 50px; \" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-2\" ><div id=\"pgc-81-2-0\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;#cccccc&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"1\" ><div class=\"panel-cell-style panel-cell-style-for-81-2-0\" ><div id=\"panel-81-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;padding&quot;:&quot;10px 10px 10px 10px&quot;,&quot;mobile_padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-2-0-0\" >			<div class=\"textwidget\"><p>Amtac Shooting&#8217;s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>\n</div>\n		</div></div></div></div></div></div><div id=\"pg-81-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;30px&quot;,&quot;bottom-padding&quot;:&quot;30px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div style=\"padding-top: 30px; padding-bottom: 30px; \" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-3\" ><div id=\"pgc-81-3-0\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"1\" ><div id=\"panel-81-3-0-0\" class=\"so-panel widget widget_evcalwidget_sc EvcalWidget_SC panel-first-child\" data-index=\"4\" data-style=\"{&quot;padding&quot;:&quot;15px 15px 15px 15px&quot;,&quot;mobile_padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-3-0-0\" >[siteorigin_widget class=\"EvcalWidget_SC\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;evo_title&quot;:&quot;Upcoming Courses&quot;,&quot;evo_shortcodeW&quot;:&quot;[add_eventon_list number_of_months=\\&quot;24\\&quot; hide_empty_months=\\&quot;yes\\&quot;  hide_past=\\&quot;yes\\&quot; show_year=\\&quot;yes\\&quot; tiles=\\&quot;yes\\&quot; tile_bg=\\&quot;1\\&quot; tile_style=\\&quot;1\\&quot; tile_height=\\&quot;350\\&quot; tile_count=\\&quot;2\\&quot;]&quot;,&quot;id&quot;:&quot;evcalwidget_sc-8110004&quot;,&quot;option_name&quot;:&quot;widget_evcalwidget_sc&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-81-3-0-0\\&quot; class=\\&quot;so-panel widget widget_evcalwidget_sc EvcalWidget_SC panel-first-child\\&quot; data-index=\\&quot;4\\&quot; data-style=\\&quot;{&amp;quot;padding&amp;quot;:&amp;quot;15px 15px 15px 15px&amp;quot;,&amp;quot;mobile_padding&amp;quot;:&amp;quot;5px 5px 5px 5px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-81-3-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-81-3-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-3-0-1\" ><h3 class=\"widget-title\">Articles</h3>			<div class=\"textwidget\"><p><div class=\"grid-plus-container grid-5bd521ec3b154 post \"\n     id=\"5bd521ec3b154\"\n     data-grid-name=\"Primary\"\n     data-animation=\"fadeInUp\">\n    <div class=\"grid-stack-container grid-plus-inner\"\n         data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"\n         data-grid-id=\"5adf90cc53c11\"\n         data-current-category=\"2\"\n         data-section-id=\"5bd521ec3b154\"\n         data-gutter=\"20\"\n         data-columns=\"3\"\n         data-height-ratio=\"1\"\n         data-width-ratio=\"1\"\n         data-desktop-columns=\"3\"\n         data-tablet-columns=\"2\"\n         data-mobile-columns=\"1\"\n         data-layout-type=\"grid\"\n         data-fix-item-height=\"false\"\n         data-nonce=\"d3884094c0\"\n    >\n        \n        <div class=\"grid-stack grid-stack-3\" data-layout=\"grid\"\n             style=\"height: 3400px\">\n        </div>\n        <div class=\"grid-items\">\n                            <div class=\"item\" data-gs-x=\"0\"\n                     data-gs-y=\"0\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"57\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"0\"\n                     data-desktop-gs-y=\"0\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"57\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"2247\"\n                     data-image-height=\"1998\"\n                >\n                    <div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n    <div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/crosses-800x999.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/crosses-800x999.jpg\" alt=\"Primary Philosophy\" >\n                <div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/primary-philosophy/\" title=\"Primary Philosophy\"></a>\n                        <div class=\"hover-inner transition-50\">\n                <div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/primary-philosophy/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n                                        <a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/crosses.jpg\" class=\"view-gallery\" data-post-id=\"25\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a>\n                </div>\n            </div>\n        </div>\n    </div>\n    <div class=\"post-info\">\n                    <div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/primary-philosophy/\" title=\"Primary Philosophy\">Primary Philosophy</a>\n                            </div>\n                            <div class=\"excerpt\">I am a Christian. As I started thinking about what the first topic would be that I would write about, I considered writing about proper mindset or the importance of fitness in tactical training or even my primary training philosophy, &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/primary-philosophy/&quot;&gt;[...]&lt;/a&gt;</div>\n            </div>\n</div>\n                </div>\n                        </div>\n\n            </div>\n</div>\n <div class=\"grid-plus-container grid-5bd521ec3d2ae post \"\n     id=\"5bd521ec3d2ae\"\n     data-grid-name=\"Recent\"\n     data-animation=\"fadeInUp\">\n    <div class=\"grid-stack-container grid-plus-inner\"\n         data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"\n         data-grid-id=\"5adf53e753c88\"\n         data-current-category=\"35,2,36\"\n         data-section-id=\"5bd521ec3d2ae\"\n         data-gutter=\"20\"\n         data-columns=\"3\"\n         data-height-ratio=\"1\"\n         data-width-ratio=\"1\"\n         data-desktop-columns=\"3\"\n         data-tablet-columns=\"2\"\n         data-mobile-columns=\"1\"\n         data-layout-type=\"grid\"\n         data-fix-item-height=\"false\"\n         data-nonce=\"d3884094c0\"\n    >\n        \n        <div class=\"grid-stack grid-stack-3\" data-layout=\"grid\"\n             style=\"height: 3490px\">\n        </div>\n        <div class=\"grid-items\">\n                            <div class=\"item\" data-gs-x=\"0\"\n                     data-gs-y=\"0\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"0\"\n                     data-desktop-gs-y=\"0\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"1865\"\n                     data-image-height=\"2487\"\n                >\n                    <div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n    <div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg\" alt=\"The Modern Minute Man and Other Standards\" >\n                <div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\" title=\"The Modern Minute Man and Other Standards\"></a>\n                        <div class=\"hover-inner transition-50\">\n                <div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n                                        <a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg\" class=\"view-gallery\" data-post-id=\"1125\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a>\n                </div>\n            </div>\n        </div>\n    </div>\n    <div class=\"post-info\">\n                    <div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\" title=\"The Modern Minute Man and Other Standards\">The Modern Minute Man and Other Standards</a>\n                            </div>\n                            <div class=\"excerpt\">&nbsp; For the last two years I have done the Sniper Adventure Challenge Race.  It has been a great way for me to have a goal to train for and to keep pushing the boundaries with training, fitness, shooting and &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/&quot;&gt;[...]&lt;/a&gt;</div>\n            </div>\n</div>\n                </div>\n                                <div class=\"item\" data-gs-x=\"1\"\n                     data-gs-y=\"0\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"1\"\n                     data-desktop-gs-y=\"0\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"768\"\n                     data-image-height=\"576\"\n                >\n                    <div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n    <div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\" alt=\"Getting into Precision Rifle Shooting\" >\n                <div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/precision-rifle-options/\" title=\"Getting into Precision Rifle Shooting\"></a>\n                        <div class=\"hover-inner transition-50\">\n                <div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/precision-rifle-options/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n                                        <a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\" class=\"view-gallery\" data-post-id=\"346\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a>\n                </div>\n            </div>\n        </div>\n    </div>\n    <div class=\"post-info\">\n                    <div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/precision-rifle-options/\" title=\"Getting into Precision Rifle Shooting\">Getting into Precision Rifle Shooting</a>\n                            </div>\n                            <div class=\"excerpt\">This is a primer for guys that are interested in getting into precision rifle shooting.  For the sake of this article I am going to define precision rifle shooting as anything over 600 yards. We will look at the options &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/precision-rifle-options/&quot;&gt;[...]&lt;/a&gt;</div>\n            </div>\n</div>\n                </div>\n                                <div class=\"item\" data-gs-x=\"2\"\n                     data-gs-y=\"0\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"2\"\n                     data-desktop-gs-y=\"0\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"1979\"\n                     data-image-height=\"1319\"\n                >\n                    <div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n    <div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\" alt=\"Food and Fitness\" >\n                <div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/food-fitness/\" title=\"Food and Fitness\"></a>\n                        <div class=\"hover-inner transition-50\">\n                <div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/food-fitness/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n                                        <a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\" class=\"view-gallery\" data-post-id=\"626\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a>\n                </div>\n            </div>\n        </div>\n    </div>\n    <div class=\"post-info\">\n                    <div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/food-fitness/\" title=\"Food and Fitness\">Food and Fitness</a>\n                            </div>\n                            <div class=\"excerpt\">&nbsp; Anyone that has trained with me knows the emphasis that I put on fitness. If you are not in good shape is is much more difficult to sprint up two flights of stairs, then across a parking lot and &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/food-fitness/&quot;&gt;[...]&lt;/a&gt;</div>\n            </div>\n</div>\n                </div>\n                                <div class=\"item\" data-gs-x=\"0\"\n                     data-gs-y=\"39\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"0\"\n                     data-desktop-gs-y=\"39\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"3790\"\n                     data-image-height=\"2136\"\n                >\n                    <div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n    <div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\" alt=\"Review of FLIR Thermosight Pro PTS233\" >\n                <div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\" title=\"Review of FLIR Thermosight Pro PTS233\"></a>\n                        <div class=\"hover-inner transition-50\">\n                <div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n                                        <a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\" class=\"view-gallery\" data-post-id=\"358\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a>\n                </div>\n            </div>\n        </div>\n    </div>\n    <div class=\"post-info\">\n                    <div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\" title=\"Review of FLIR Thermosight Pro PTS233\">Review of FLIR Thermosight Pro PTS233</a>\n                            </div>\n                            <div class=\"excerpt\">I don&#8217;t normally get very excited about new gear.  This thermal weapons sight changed that, not because it is better than anything else out there but because it brings a useful thermal sight into working man&#8217;s prices. It is still &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/&quot;&gt;[...]&lt;/a&gt;</div>\n            </div>\n</div>\n                </div>\n                                <div class=\"item\" data-gs-x=\"1\"\n                     data-gs-y=\"39\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"1\"\n                     data-desktop-gs-y=\"39\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"1024\"\n                     data-image-height=\"769\"\n                >\n                    <div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n    <div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\" alt=\"What Matters Most in a Carbine\" >\n                <div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\" title=\"What Matters Most in a Carbine\"></a>\n                        <div class=\"hover-inner transition-50\">\n                <div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n                                        <a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\" class=\"view-gallery\" data-post-id=\"29\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a>\n                </div>\n            </div>\n        </div>\n    </div>\n    <div class=\"post-info\">\n                    <div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\" title=\"What Matters Most in a Carbine\">What Matters Most in a Carbine</a>\n                            </div>\n                            <div class=\"excerpt\">  &nbsp; Where do you start and what should you get for your carbine? AR15 style rifles are more available and cheaper than they ever have been. There are also many more options/ brands than there have ever been. The &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/what-to-look-for-in-a-carbine/&quot;&gt;[...]&lt;/a&gt;</div>\n            </div>\n</div>\n                </div>\n                                <div class=\"item\" data-gs-x=\"2\"\n                     data-gs-y=\"39\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"2\"\n                     data-desktop-gs-y=\"39\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"5198\"\n                     data-image-height=\"3465\"\n                >\n                    <div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n    <div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\" alt=\"Differentiating Between a Coordinated and Uncoordinated Attack\" >\n                <div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\" title=\"Differentiating Between a Coordinated and Uncoordinated Attack\"></a>\n                        <div class=\"hover-inner transition-50\">\n                <div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n                                        <a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\" class=\"view-gallery\" data-post-id=\"27\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a>\n                </div>\n            </div>\n        </div>\n    </div>\n    <div class=\"post-info\">\n                    <div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\" title=\"Differentiating Between a Coordinated and Uncoordinated Attack\">Differentiating Between a Coordinated and Uncoordinated Attack</a>\n                            </div>\n                            <div class=\"excerpt\">How will you respond? How will you respond if you are the first, second, or third officer responding to an active shooter situation? The majority of the school shootings/ active shooter events in the United States have been carried out &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/&quot;&gt;[...]&lt;/a&gt;</div>\n            </div>\n</div>\n                </div>\n                        </div>\n\n            </div>\n</div>\n</p>\n</div>\n		</div></div></div></div></div><div id=\"pg-81-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;100px&quot;,&quot;bottom-padding&quot;:&quot;100px&quot;,&quot;mobile-padding&quot;:&quot;50px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" ><div style=\"padding-top: 100px; padding-bottom: 100px; \" data-mobile-padding=\"50px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-4\" ><div id=\"pgc-81-4-0\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"1\" ><div id=\"panel-81-4-0-0\" class=\"so-panel widget widget_convertkit_form convertkit panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-4-0-0\" >[siteorigin_widget class=\"CK_Widget_Form\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;form&quot;:&quot;423396&quot;,&quot;id&quot;:&quot;convertkit_form-8110006&quot;,&quot;option_name&quot;:&quot;widget_convertkit_form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-81-4-0-0\\&quot; class=\\&quot;so-panel widget widget_convertkit_form convertkit panel-first-child panel-last-child\\&quot; data-index=\\&quot;6\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-81-4-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.26.0\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_slide heading=\"Precision Rifle\" button_text=\"Click Here\" _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"_a1s5260\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2024/01/a1s5260.jpg\" background_enable_image=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_slide][et_pb_slide heading=\"Your Title Goes Here\" button_text=\"Click Here\" _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 01:18:06','2024-07-09 01:18:06','',81,'https://staging.amtacshooting.com/?p=2987',0,'revision','',0),
(2990,1,'2024-07-09 01:25:20','2024-07-09 01:25:20','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" hover_transition_speed_curve=\"ease-in-out\" auto=\"on\" auto_ignore_hover=\"on\" sticky_enabled=\"0\" title_text=\"Bill-Walther-Pistol-min-header-long\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_enable_color=\"off\" title_text=\"bill-night-force-carbine-header-long\" sticky_enabled=\"0\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_text=\"bill-precision-rifle-header-long\" hover_enabled=\"0\" sticky_enabled=\"0\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 01:25:20','2024-07-09 01:25:20','',81,'https://staging.amtacshooting.com/?p=2990',0,'revision','',0),
(2992,1,'2024-07-09 01:26:09','2024-07-09 01:26:09','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" hover_transition_speed_curve=\"ease-in-out\" auto=\"on\" auto_ignore_hover=\"on\" sticky_enabled=\"0\" title_text=\"Bill-Walther-Pistol-min-header-long\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_enable_color=\"off\" title_text=\"bill-night-force-carbine-header-long\" sticky_enabled=\"0\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_text=\"bill-precision-rifle-header-long\" hover_enabled=\"0\" sticky_enabled=\"0\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.26.0\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 01:26:09','2024-07-09 01:26:09','',81,'https://staging.amtacshooting.com/?p=2992',0,'revision','',0),
(2993,1,'2024-07-09 01:33:34','2024-07-09 01:33:34','https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-amtac_logo_small.png','cropped-amtac_logo_small.png','','inherit','open','closed','','cropped-amtac_logo_small-png','','','2024-07-09 01:33:34','2024-07-09 01:33:34','',229,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-amtac_logo_small.png',0,'attachment','image/png',0),
(2997,1,'2024-07-09 01:38:53','2024-07-09 01:38:53','.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n','Divi','','inherit','closed','closed','','7-revision-v1','','','2024-07-09 01:38:53','2024-07-09 01:38:53','',7,'https://staging.amtacshooting.com/?p=2997',0,'revision','',0),
(2999,1,'2024-07-09 01:43:11','2024-07-09 01:43:11','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" auto=\"on\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" header_font=\"|600|||||||\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" header_text_align=\"left\" header_font=\"|600|||||||\" sticky_enabled=\"0\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" sticky_transition=\"on\" header_text_align=\"left\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\" header_text_align=\"left\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#c6c6c6\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#FFFFFF\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Train hard. Know your tools. Win.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 01:43:11','2024-07-09 01:43:11','',81,'https://staging.amtacshooting.com/?p=2999',0,'revision','',0),
(3002,1,'2024-07-09 01:45:55','2024-07-09 01:45:55','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" auto=\"on\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Train hard. Know your tools. Win.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 01:45:55','2024-07-09 01:45:55','',81,'https://staging.amtacshooting.com/?p=3002',0,'revision','',0),
(3004,1,'2024-07-09 02:07:18','2024-07-09 02:07:18','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" auto=\"on\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" column_structure=\"1_2,1_2\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_text=\"swat\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"1_2\"][et_pb_testimonial author=\"Name Goes Here\" portrait_url=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"carbine_high_ready\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"sitting teaching\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"snowy_Bill\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.26.0\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.26.0\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.26.0\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_signup title=\"Get Updates from Bill\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"COUNT ME IN\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 02:07:18','2024-07-09 02:07:18','',81,'https://staging.amtacshooting.com/?p=3004',0,'revision','',0),
(3006,1,'2024-07-09 02:07:50','2024-07-09 02:07:50','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" auto=\"on\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" column_structure=\"1_2,1_2\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_text=\"swat\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"1_2\"][et_pb_testimonial author=\"Name Goes Here\" portrait_url=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"carbine_high_ready\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"sitting teaching\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"1_3\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"snowy_Bill\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.26.0\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.26.0\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.26.0\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_signup title=\"Get Updates from Bill\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" button_text=\"COUNT ME IN\" last_name_field=\"off\" use_spam_service=\"on\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 02:07:50','2024-07-09 02:07:50','',81,'https://staging.amtacshooting.com/?p=3006',0,'revision','',0),
(3007,1,'2024-07-09 02:09:46','2024-07-09 02:09:46','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" auto=\"on\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Name Goes Here\" portrait_url=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup last_name_field=\"off\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" use_spam_service=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 02:09:46','2024-07-09 02:09:46','',81,'https://staging.amtacshooting.com/?p=3007',0,'revision','',0),
(3009,1,'2024-07-09 02:10:32','2024-07-09 02:10:32','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" auto=\"on\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Name Goes Here\" portrait_url=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Events\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Articles\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup last_name_field=\"off\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" use_spam_service=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 02:10:32','2024-07-09 02:10:32','',81,'https://staging.amtacshooting.com/?p=3009',0,'revision','',0),
(3010,1,'2024-07-09 02:10:59','2024-07-09 02:10:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_menu menu_id=\"77\" menu_style=\"centered\" logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/05/new-amtac-shooting-logo-min-1-scaled.png\" logo_width=\"17%\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_text_color=\"#161616\" sticky_enabled=\"0\" dropdown_menu_line_color=\"#D1D1D1\" mobile_menu_text_color=\"#0C71C3\" mobile_menu_bg_color=\"#FFFFFF\" menu_icon_color=\"#FFFFFF\"][/et_pb_menu][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_orientation=\"center\" custom_padding=\"0px|10px|0px|10px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]<p><span>© </span>2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout','','','2025-05-16 20:35:22','2025-05-16 20:35:22','',0,'https://staging.amtacshooting.com/et_footer_layout/theme-builder-layout/',0,'et_footer_layout','',0),
(3014,1,'2024-07-09 02:15:09','2024-07-09 02:15:09','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" column_structure=\"1_2,1_2\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"1_2\" theme_builder_area=\"post_content\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"Amtac Shooting Logo\" alt=\"Amtac Shooting Logo\" hover_enabled=\"0\" sticky_enabled=\"0\" align=\"center\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" text_text_color=\"#FFFFFF\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.26.0\" _module_preset=\"default\" type=\"1_2\" theme_builder_area=\"post_content\"][et_pb_menu _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" background_enable_color=\"off\" active_link_color=\"#FFFFFF\" menu_text_color=\"#FFFFFF\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3010-revision-v1','','','2024-07-09 02:15:09','2024-07-09 02:15:09','',3010,'https://staging.amtacshooting.com/?p=3014',0,'revision','',0),
(3015,1,'2024-07-09 02:15:13','2024-07-09 02:15:13','','Theme Builder','','publish','closed','closed','','theme-builder','','','2024-07-09 02:15:13','2024-07-09 02:15:13','',0,'https://staging.amtacshooting.com/et_theme_builder/theme-builder/',0,'et_theme_builder','',0),
(3018,1,'2024-07-09 02:23:40','2024-07-09 02:23:40','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" auto=\"on\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Name Goes Here\" portrait_url=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Events\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_fullwidth_post_slider _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" include_categories=\"all\" posts_number=\"10\" more_text=\"Learn More\" show_meta=\"off\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\" image_placement=\"right\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup last_name_field=\"off\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" use_spam_service=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 02:23:40','2024-07-09 02:23:40','',81,'https://staging.amtacshooting.com/?p=3018',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(3020,1,'2024-07-09 02:24:43','2024-07-09 02:24:43','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" auto=\"on\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Name Goes Here\" portrait_url=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Events\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_fullwidth_post_slider _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" include_categories=\"all\" posts_number=\"10\" more_text=\"Learn More\" show_meta=\"off\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\" image_placement=\"right\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup last_name_field=\"off\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" use_spam_service=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" background_color=\"#000000\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 02:24:43','2024-07-09 02:24:43','',81,'https://staging.amtacshooting.com/?p=3020',0,'revision','',0),
(3022,1,'2024-07-09 02:26:53','2024-07-09 02:26:53','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#000000\" sticky_enabled=\"0\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" auto=\"on\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" animation_direction=\"left\" sticky_enabled=\"0\" background_enable_color=\"off\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Name Goes Here\" portrait_url=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Events\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_fullwidth_post_slider _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" include_categories=\"all\" posts_number=\"10\" more_text=\"Learn More\" show_meta=\"off\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\" image_placement=\"right\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup last_name_field=\"off\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" use_spam_service=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" background_color=\"#000000\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 02:26:53','2024-07-09 02:26:53','',81,'https://staging.amtacshooting.com/?p=3022',0,'revision','',0),
(3023,1,'2024-07-09 02:28:42','2024-07-09 02:28:42','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#000000\" sticky_enabled=\"0\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" auto=\"on\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" animation_direction=\"left\" sticky_enabled=\"0\" background_enable_color=\"off\" auto_speed=\"5000\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Name Goes Here\" portrait_url=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Events\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" theme_builder_area=\"post_content\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_fullwidth_post_slider _builder_version=\"4.26.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" include_categories=\"all\" posts_number=\"10\" more_text=\"Learn More\" show_meta=\"off\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\" image_placement=\"right\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup last_name_field=\"off\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" use_spam_service=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" background_color=\"#000000\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 02:28:42','2024-07-09 02:28:42','',81,'https://staging.amtacshooting.com/?p=3023',0,'revision','',0),
(3026,1,'2024-07-09 02:37:53','2024-07-09 02:37:53','<strong>Modern Warrior Conference 2024 \"Readiness\"</strong>\r\n\r\nWe live in uncertain times. Are you ready? This year\'s Modern Warrior Conference will focus on different aspects of readiness. Some of the topics that will be covered include: Counter edged weapons work, Carbine shooting and moving, Tribe centric CQB, Pressurizing your Weapons transitions, Shoot move and communicate with adhoc teams, fighting to your feet, and most importantly of all the mindset behind our readiness and actions. The Modern Warrior Conference is the premier training event for those who want to \"be ready\". The Instructors for this year are: Tuhon Tom Kier of the Sayoc Kali system, Justin Garcia aka Master Chim, Tuhon Harley Elmore of the Sayoc Kali system, and Bill Rapier from Amtac Shooting. Here are some of the topics that will be covered:\r\n\r\nCounter edged weapons\r\nCarbine shooting and moving\r\nTribe Centric CQB\r\nPressurizing your weapons transitions\r\nShoot, move, and communicate with adhoc teams\r\nFighting to your feet\r\nMindset\r\n\r\nThis is a physically engaging course that requires you to have a baseline of strength and fitness in order to participate. Lodging is included (this is not the Marriott, private lodging is available upon request for an additional fee). Lunch and dinner are included during the applicable training days.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-08-16-modern-warrior-conference\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','16-18 August 2024  Modern Warrior Conference','','publish','open','closed','','16-18-august-2024-modern-warrior-conference','','','2024-09-05 20:52:12','2024-09-05 20:52:12','',0,'https://staging.amtacshooting.com/?post_type=tribe_events&#038;p=3026',0,'tribe_events','',0),
(3027,1,'2024-07-09 02:37:23','2024-07-09 02:37:23','<strong>Modern Warrior Conference 2024 \"Readiness\"</strong>\r\n\r\nWe live in uncertain times. Are you ready? This year\'s Modern Warrior Conference will focus on different aspects of readiness. Some of the topics that will be covered include: Counter edged weapons work, Carbine shooting and moving, Tribe centric CQB, Pressurizing your Weapons transitions, Shoot move and communicate with adhoc teams, fighting to your feet, and most importantly of all the mindset behind our readiness and actions. The Modern Warrior Conference is the premier training event for those who want to \"be ready\". The Instructors for this year are: Tuhon Tom Kier of the Sayoc Kali system, Justin Garcia aka Master Chim, Tuhon Harley Elmore of the Sayoc Kali system, and Bill Rapier from Amtac Shooting. Here are some of the topics that will be covered:\r\n\r\nCounter edged weapons\r\nCarbine shooting and moving\r\nTribe Centric CQB\r\nPressurizing your weapons transitions\r\nShoot, move, and communicate with adhoc teams\r\nFighting to your feet\r\nMindset\r\n\r\nThis is a physically engaging course that requires you to have a baseline of strength and fitness in order to participate. Lodging is included (this is not the Marriott, private lodging is available upon request for an additional fee). Lunch and dinner are included during the applicable training days.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-08-16-modern-warrior-conference\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','16-18 August 2024  Modern Warrior Conference','','inherit','closed','closed','','3026-revision-v1','','','2024-07-09 02:37:23','2024-07-09 02:37:23','',3026,'https://staging.amtacshooting.com/?p=3027',0,'revision','',0),
(3030,1,'2025-04-01 16:15:59','2024-07-09 02:47:37','','About','','publish','closed','closed','','about','','','2025-04-01 16:15:59','2025-04-01 16:15:59','',0,'https://staging.amtacshooting.com/?p=3030',4,'nav_menu_item','',0),
(3032,1,'2024-07-09 02:50:55','2024-07-09 02:50:55','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Name Goes Here\" portrait_url=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Events\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_code _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][tribe_event_countdown][/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup last_name_field=\"off\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" use_spam_service=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 02:50:55','2024-07-09 02:50:55','',81,'https://staging.amtacshooting.com/?p=3032',0,'revision','',0),
(3037,1,'2024-07-09 03:07:29','2024-07-09 03:07:29','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Name Goes Here\" portrait_url=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][diec_event_carousel _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup last_name_field=\"off\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" use_spam_service=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 03:07:29','2024-07-09 03:07:29','',81,'https://staging.amtacshooting.com/?p=3037',0,'revision','',0),
(3038,1,'2024-07-09 03:10:09','2024-07-09 03:10:09','<strong>The Amtac Shooting Small Team CQB with Tuhon Tom Kier and Bill Rapier</strong>\r\nPittston. PA\r\n\r\nHow do you win fighting as a small team in and around structures. What is the best way to maximize your effectiveness and minimize your opponents. The Amtac Shooting Small Team CQB course will take you through a logical progression on how to best clear structures and deal with the threats in them. Other topics to be covered will include fighting in the threshold, transitions between weapons system, pros and cons of dynamic vs deliberate CQB, using radio communications during clearance, white light use during clearance, and mindset. Tuhon Tom Kier from Sayoc Kali will be co-teaching this course. Due to the nature of the material being taught, you must be a current Amtac Shooting Student or a Sayoc member in order to participate in this training.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-08-14-the-amtac-shooting-small-team-cqb-with-tuhon-tom-kier-and-bill-rapier\"><button>Registration and More Details Here &gt;&gt;</button></a>','14-15 August 2024 - The Amtac Shooting Small Team CQB with Tuhon Tom Kier and Bill Rapier','','publish','open','closed','','14-15-august-2024-the-amtac-shooting-small-team-cqb-with-tuhon-tom-kier-and-bill-rapier','','','2024-07-09 03:11:00','2024-07-09 03:11:00','',0,'https://staging.amtacshooting.com/?post_type=tribe_events&#038;p=3038',0,'tribe_events','',0),
(3040,1,'2024-07-09 03:10:09','2024-07-09 03:10:09','<strong>The Amtac Shooting Small Team CQB with Tuhon Tom Kier and Bill Rapier</strong>\r\nPittston. PA\r\n\r\nHow do you win fighting as a small team in and around structures. What is the best way to maximize your effectiveness and minimize your opponents. The Amtac Shooting Small Team CQB course will take you through a logical progression on how to best clear structures and deal with the threats in them. Other topics to be covered will include fighting in the threshold, transitions between weapons system, pros and cons of dynamic vs deliberate CQB, using radio communications during clearance, white light use during clearance, and mindset. Tuhon Tom Kier from Sayoc Kali will be co-teaching this course. Due to the nature of the material being taught, you must be a current Amtac Shooting Student or a Sayoc member in order to participate in this training.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-08-14-the-amtac-shooting-small-team-cqb-with-tuhon-tom-kier-and-bill-rapier\"><button>Registration and More Details Here &gt;&gt;</button></a>','14-15 August 2024 - The Amtac Shooting Small Team CQB with Tuhon Tom Kier and Bill Rapier','','inherit','closed','closed','','3038-revision-v1','','','2024-07-09 03:10:09','2024-07-09 03:10:09','',3038,'https://staging.amtacshooting.com/?p=3040',0,'revision','',0),
(3041,1,'2024-07-09 03:12:15','2024-07-09 03:12:15','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Name Goes Here\" portrait_url=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][diec_event_carousel _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" use_current_loop=\"on\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup last_name_field=\"off\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" use_spam_service=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 03:12:15','2024-07-09 03:12:15','',81,'https://staging.amtacshooting.com/?p=3041',0,'revision','',0),
(3043,1,'2024-07-09 03:13:21','2024-07-09 03:13:21','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Name Goes Here\" portrait_url=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Upcoming Courses\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_level=\"h2\" title_text_align=\"center\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][diec_event_carousel _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" use_current_loop=\"on\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup last_name_field=\"off\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" use_spam_service=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 03:13:21','2024-07-09 03:13:21','',81,'https://staging.amtacshooting.com/?p=3043',0,'revision','',0),
(3045,1,'2024-07-09 03:14:16','2024-07-09 03:14:16','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Name Goes Here\" portrait_url=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Upcoming Courses\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_level=\"h2\" title_text_align=\"center\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][diec_event_carousel _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" use_current_loop=\"on\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup last_name_field=\"off\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" use_spam_service=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 03:14:16','2024-07-09 03:14:16','',81,'https://staging.amtacshooting.com/?p=3045',0,'revision','',0),
(3047,1,'2024-07-09 03:16:19','2024-07-09 03:16:19','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Name Goes Here\" portrait_url=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Upcoming Courses\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_level=\"h2\" title_text_align=\"center\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][diec_event_carousel _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" use_current_loop=\"on\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" background_color=\"#E02B20\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup last_name_field=\"off\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" use_spam_service=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#1f304e\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_button=\"on\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 03:16:19','2024-07-09 03:16:19','',81,'https://staging.amtacshooting.com/?p=3047',0,'revision','',0),
(3049,1,'2024-07-09 03:18:59','2024-07-09 03:18:59','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_slide heading=\"CARBINE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\" button_text=\"LEARN\" button_alignment=\"left\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\" button_text=\"LEARN\" button_alignment=\"left\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" global_colors_info=\"{}\" sticky_transition=\"on\" button_text=\"LEARN\" button_alignment=\"left\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Name Goes Here\" portrait_url=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTAwIiBoZWlnaHQ9IjUwMCIgdmlld0JveD0iMCAwIDUwMCA1MDAiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CiAgICA8ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxwYXRoIGZpbGw9IiNFQkVCRUIiIGQ9Ik0wIDBoNTAwdjUwMEgweiIvPgogICAgICAgIDxyZWN0IGZpbGwtb3BhY2l0eT0iLjEiIGZpbGw9IiMwMDAiIHg9IjY4IiB5PSIzMDUiIHdpZHRoPSIzNjQiIGhlaWdodD0iNTY4IiByeD0iMTgyIi8+CiAgICAgICAgPGNpcmNsZSBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBjeD0iMjQ5IiBjeT0iMTcyIiByPSIxMDAiLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Upcoming Courses\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_level=\"h2\" title_text_align=\"center\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][diec_event_carousel _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" use_current_loop=\"on\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" background_color=\"#E02B20\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup last_name_field=\"off\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" use_spam_service=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#1f304e\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_button=\"on\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 03:18:59','2024-07-09 03:18:59','',81,'https://staging.amtacshooting.com/?p=3049',0,'revision','',0),
(3055,1,'2024-07-09 03:39:15','2024-07-09 03:39:15','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Upcoming Courses\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_level=\"h2\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup last_name_field=\"off\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" use_spam_service=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-09 03:39:15','2024-07-09 03:39:15','',81,'https://staging.amtacshooting.com/?p=3055',0,'revision','',0),
(3059,1,'2024-07-31 15:27:09','2024-07-31 15:27:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" alt=\"Amtac Shooting Logo\" title_text=\"Amtac Shooting Logo\" align=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_menu active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" menu_id=\"77\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3010-revision-v1','','','2024-07-31 15:27:09','2024-07-31 15:27:09','',3010,'https://staging.amtacshooting.com/?p=3059',0,'revision','',0),
(3060,1,'2024-07-31 15:27:09','2024-07-31 15:27:09','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" job_title=\"LE SWAT/SNIPER\" title_text=\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min\" hover_enabled=\"0\" sticky_enabled=\"0\"]\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#FFFFFF\" sticky_enabled=\"0\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Upcoming Courses\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_level=\"h2\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup last_name_field=\"off\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" use_spam_service=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-31 15:27:09','2024-07-31 15:27:09','',81,'https://staging.amtacshooting.com/?p=3060',0,'revision','',0),
(3062,1,'2024-07-31 15:31:26','2024-07-31 15:31:26','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" use_background_color_gradient=\"on\" background_color_gradient_overlays_image=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" sticky_enabled=\"0\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" button_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_color=\"#000000\" background_enable_color=\"on\" sticky_enabled=\"0\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" job_title=\"LE SWAT/SNIPER\" title_text=\"AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min\" hover_enabled=\"0\" sticky_enabled=\"0\"]\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#FFFFFF\" sticky_enabled=\"0\" custom_padding=\"20px|20px|20px|20px|true|true\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Upcoming Courses\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_level=\"h2\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup last_name_field=\"off\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" use_spam_service=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-31 15:31:26','2024-07-31 15:31:26','',81,'https://staging.amtacshooting.com/?p=3062',0,'revision','',0),
(3067,1,'2024-07-31 16:08:19','2024-07-31 16:08:19','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Upcoming Courses\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_level=\"h2\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup last_name_field=\"off\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" use_spam_service=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-31 16:08:19','2024-07-31 16:08:19','',81,'https://staging.amtacshooting.com/?p=3067',0,'revision','',0),
(3069,1,'2024-07-31 16:25:26','2024-07-31 16:25:26','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" height=\"458px\" sticky_enabled=\"0\" height_last_edited=\"on|phone\" height_tablet=\"560px\" height_phone=\"560px\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Upcoming Courses\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_level=\"h2\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup last_name_field=\"off\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.\" use_spam_service=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-07-31 16:25:26','2024-07-31 16:25:26','',81,'https://staging.amtacshooting.com/?p=3069',0,'revision','',0),
(3072,1,'2024-09-02 22:26:09','2024-09-02 22:26:09','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_color=\"#131218\" custom_padding=\"||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"c16985e1-e0d6-4022-964d-e2bfc04fa633\" header_font=\"Alike||||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"110px\" header_line_height=\"1.2em\" header_font_size_tablet=\"40px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" text_orientation_tablet=\"left\" text_orientation_phone=\"left\" text_orientation_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<h1>Shop</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" padding_bottom_1=\"30px\" padding_bottom_2=\"0px\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"false\" padding_left_right_link_2=\"false\" admin_label=\"Categories\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"#131218\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company23.jpg\" title_text=\"leather-company23\" _builder_version=\"4.18.0\" _module_preset=\"default\" max_width_tablet=\"400px\" max_width_phone=\"400px\" max_width_last_edited=\"on|tablet\" custom_margin_tablet=\"0%||||false|false\" custom_margin_phone=\"0%||||false|false\" custom_margin_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" specialty_columns=\"3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" z_index=\"10\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company24.jpg\" title_text=\"leather-company24\" _builder_version=\"4.18.0\" _module_preset=\"default\" max_width_tablet=\"400px\" max_width_phone=\"400px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_last_edited=\"off|desktop\" transform_translate_tablet=\"0%|0px\" transform_translate_phone=\"0%|0px\" transform_translate_last_edited=\"off|desktop\" transform_rotate_last_edited=\"off|desktop\" transform_skew_last_edited=\"off|desktop\" transform_origin_last_edited=\"off|desktop\" transform_styles_last_edited=\"off|desktop\" custom_padding=\"60px|0px|60px|60px|true|false\" custom_padding_tablet=\"30px||30px|30px|true|false\" custom_padding_phone=\"20px||20px|20px|true|false\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"10vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"#565559\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" custom_margin=\"||30px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<p>Mauris blandit aliquet elit, eget tincidunt nibh. Vestibulum ac diam sit amet quam vehicula elementum sed.</p>[/et_pb_text][et_pb_button button_text=\"See All Products\" _builder_version=\"4.17.6\" _module_preset=\"3117bc07-6a8a-4679-b3bb-b6ed74b48a2f\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#D9B882\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" custom_padding=\"16px|24px|16px|24px|true|true\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company25.jpg\" title_text=\"leather-company25\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_margin=\"|-10vw|||false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24vw\" box_shadow_blur=\"10vw\" box_shadow_color=\"rgba(0,0,0,0.8)\" box_shadow_position=\"inner\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Products\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_shop type=\"product_category\" posts_number=\"9\" show_pagination=\"on\" include_categories=\"33\" columns_number=\"3\" icon_hover_color=\"#D9B882\" _builder_version=\"4.18.0\" _module_preset=\"55c170ef-cb25-4c79-bacd-04c93b25c23b\" title_font=\"Alike||||||||\" title_text_color=\"#000000\" title_font_size=\"20px\" title_line_height=\"1.4em\" price_font=\"Inter||||||||\" price_text_color=\"#565559\" price_font_size=\"16px\" text_orientation=\"left\" title_font_size_tablet=\"16px\" title_font_size_phone=\"15px\" title_font_size_last_edited=\"on|desktop\" price_font_size_tablet=\"15px\" price_font_size_phone=\"14px\" price_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_color=\"#131218\" custom_padding=\"||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"b327cbe4-b1d5-4b66-ad37-40c8f2f061ba\" header_2_font=\"Alike||||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"20px\" header_2_font_size_last_edited=\"on|desktop\" text_orientation_tablet=\"left\" text_orientation_phone=\"left\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>Custom Made to Order</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"default\" custom_padding=\"60px|60px|60px||true|false\" custom_padding_tablet=\"0px|0px|30px||false|false\" custom_padding_phone=\"0px|0px|30px||false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"aaa7c440-590a-4078-ae0c-0f3c699ac51c\" header_font=\"||||||||\" header_3_font=\"Alike||||||||\" header_3_text_color=\"#D9B882\" header_3_font_size=\"28px\" header_3_line_height=\"1.4em\" custom_margin=\"||10px||false|false\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Sed porttitor lectus nibh amet</h3>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4c43b4b6-66bf-432d-959a-705bda24a650\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" custom_margin=\"||30px||false|false\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<p>Curabitur fermentum nulla non justo aliquet, quis vehicula quam consequat. Duis ut hendrerit tellus, elementum lacinia elit. Maecenas at consectetur ex, vitae consequat augue. Vivamus eget dolor vel quam condimentum sodales. In bibendum odio urna, sit amet fermentum purus venenatis amet.</p>[/et_pb_text][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company27.jpg\" title_text=\"leather-company27\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company26.jpg\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.17.6\" _module_preset=\"default\" height_tablet=\"40vw\" height_phone=\"40vw\" height_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"#A58855\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px||30px||true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4c43b4b6-66bf-432d-959a-705bda24a650\" text_font=\"Inter||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" custom_margin=\"||30px||false|false\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<p>Donec rutrum congue leo eget malesuada. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Mauris blandit aliquet elit. Nulla quis lorem ut libero malesuada feugiat.</p>[/et_pb_text][et_pb_button button_text=\"Get Started\" _builder_version=\"4.18.0\" _module_preset=\"f489fdc3-bf1e-40c7-852b-c42851d4acb9\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" custom_padding=\"16px|24px|16px|24px|true|true\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Promo\" _builder_version=\"4.18.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"110deg\" background_color_gradient_stops=\"#ffffff 0%|rgba(255,255,255,0.55) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-01.jpg\" background_position=\"top_center\" custom_padding=\"10vw||10vw||true|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"aaa7c440-590a-4078-ae0c-0f3c699ac51c\" header_font=\"||||||||\" header_text_color=\"#FFFFFF\" header_3_font=\"Alike||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"28px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h3>Get Up to 40% OFF While it Lasts!</h3>[/et_pb_text][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"b327cbe4-b1d5-4b66-ad37-40c8f2f061ba\" header_2_font=\"Alike||||||||\" header_2_text_color=\"#131218\" header_2_font_size=\"110px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"20px\" header_2_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h2>Summer Sale!</h2>[/et_pb_text][et_pb_button button_text=\"Shop the Sale\" button_alignment=\"center\" _builder_version=\"4.18.0\" _module_preset=\"31b4f027-aaa0-4f2f-ae02-959764e19e4f\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_color=\"#000000\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" custom_padding=\"16px|24px|16px|24px|true|true\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_color=\"#000000\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.18.0\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.1)\" custom_padding=\"8%|8%|8%|8%|true|true\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\"]<h4>Contact Us</h4>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<p>(255) 352-6258</p>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"#565559\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<a href=\"mailto:#\">hello@divileather.com</a>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 Divi St. #1000<br />San Francisco, CA 94220</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"8%|8%|8%|8%|true|true\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h4>Visit Us</h4>[/et_pb_text][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<p>Monday: 9am–4pm<br />Tuesday: 9am–4pm<br />Wednesday: 9am–4pm<br />Thursday: 9am–4pm<br />Friday: 8am–2pm</p>\n<p>Weekends: Closed</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(19,18,24,0.64) 0%|#131218 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company30.jpg\" custom_padding=\"8%|8%|8%|8%|true|true\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"aaa7c440-590a-4078-ae0c-0f3c699ac51c\" header_font=\"||||||||\" header_3_font=\"Alike||||||||\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"28px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h3>Subscribe for 15% Off Your First Order</h3>[/et_pb_text][et_pb_signup mailchimp_list=\"elegantthemestest|1ea2bbd026\" first_name_field=\"off\" last_name_field=\"off\" _builder_version=\"4.17.6\" _module_preset=\"130e1552-90b5-43f0-b04f-958eb28256df\" form_field_background_color=\"RGBA(255,255,255,0)\" form_field_text_color=\"rgba(255,255,255,0.7)\" form_field_custom_padding=\"14px|20px|14px|20px|true|true\" form_field_font=\"Inter||||||||\" form_field_font_size=\"16px\" background_enable_color=\"off\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#D9B882\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" button_custom_padding=\"16px|24px|16px|24px|true|true\" custom_margin=\"||30px||false|false\" form_field_font_size_tablet=\"15px\" form_field_font_size_phone=\"14px\" form_field_font_size_last_edited=\"on|phone\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"1px\" border_color_all_fields=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_signup][et_pb_social_media_follow icon_color=\"rgba(255,255,255,0.7)\" _builder_version=\"4.17.6\" _module_preset=\"default\" text_orientation=\"center\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','shop-test','','publish','closed','closed','','shop-test','','','2024-09-02 22:31:00','2024-09-02 22:31:00','',0,'https://staging.amtacshooting.com/?page_id=3072',0,'page','',0),
(3073,1,'2024-07-31 16:37:40','2024-07-31 16:37:40','<!-- wp:divi/placeholder /-->','','','inherit','closed','closed','','3072-revision-v1','','','2024-07-31 16:37:40','2024-07-31 16:37:40','',3072,'https://staging.amtacshooting.com/?p=3073',0,'revision','',0),
(3081,10,'2024-09-02 19:34:22','2024-09-02 19:34:22','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Upcoming Courses\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_level=\"h2\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" use_spam_service=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" alt=\"Amtac Shooting Logo\" title_text=\"Amtac Shooting Logo\" align=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-02 19:34:22','2024-09-02 19:34:22','',81,'https://staging.amtacshooting.com/?p=3081',0,'revision','',0),
(3084,1,'2024-09-02 20:20:02','2024-09-02 20:20:02','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Upcoming Courses\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_level=\"h2\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" use_spam_service=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" alt=\"Amtac Shooting Logo\" title_text=\"Amtac Shooting Logo\" align=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-02 20:20:02','2024-09-02 20:20:02','',81,'https://staging.amtacshooting.com/?p=3084',0,'revision','',0),
(3085,1,'2024-09-02 20:20:48','2024-09-02 20:20:48','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Upcoming Courses\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_level=\"h2\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" use_spam_service=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" use_spam_service=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" alt=\"Amtac Shooting Logo\" title_text=\"Amtac Shooting Logo\" align=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-02 20:20:48','2024-09-02 20:20:48','',81,'https://staging.amtacshooting.com/?p=3085',0,'revision','',0),
(3088,1,'2024-09-02 20:21:16','2024-09-02 20:21:16','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Upcoming Courses\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_level=\"h2\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" use_spam_service=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-02 20:21:16','2024-09-02 20:21:16','',81,'https://staging.amtacshooting.com/?p=3088',0,'revision','',0),
(3093,10,'2024-09-02 20:41:58','2024-09-02 20:41:58','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Upcoming Courses\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_level=\"h2\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" use_spam_service=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" convertkit_list=\"add_new_account\" sticky_enabled=\"0\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" alt=\"Amtac Shooting Logo\" title_text=\"Amtac Shooting Logo\" align=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-02 20:41:58','2024-09-02 20:41:58','',81,'https://staging.amtacshooting.com/?p=3093',0,'revision','',0),
(3096,10,'2024-09-02 21:00:43','2024-09-02 21:00:43','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Upcoming Courses\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_level=\"h2\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"add_new_account\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" use_spam_service=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" alt=\"Amtac Shooting Logo\" title_text=\"Amtac Shooting Logo\" align=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-02 21:00:43','2024-09-02 21:00:43','',81,'https://staging.amtacshooting.com/?p=3096',0,'revision','',0),
(3099,1,'2024-09-02 21:18:06','2024-09-02 21:18:06','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Upcoming Courses\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_level=\"h2\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-02 21:18:06','2024-09-02 21:18:06','',81,'https://staging.amtacshooting.com/?p=3099',0,'revision','',0),
(3102,10,'2024-09-02 21:20:04','2024-09-02 21:20:04','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Upcoming Courses\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_level=\"h2\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\" convertkit_list=\"bill@amtacshootingcom|423396\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" alt=\"Amtac Shooting Logo\" title_text=\"Amtac Shooting Logo\" align=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-02 21:20:04','2024-09-02 21:20:04','',81,'https://staging.amtacshooting.com/?p=3102',0,'revision','',0),
(3103,1,'2024-09-02 21:21:34','2024-09-02 21:21:34','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Upcoming Courses\" _builder_version=\"4.26.0\" _module_preset=\"default\" title_level=\"h2\" title_text_align=\"center\" global_colors_info=\"{}\"][/et_pb_heading][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" alt=\"Amtac Shooting Logo\" title_text=\"Amtac Shooting Logo\" align=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-02 21:21:34','2024-09-02 21:21:34','',81,'https://staging.amtacshooting.com/?p=3103',0,'revision','',0),
(3107,10,'2024-09-02 21:38:45','2024-09-02 21:38:45','','_A1S5970','','inherit','open','closed','','_a1s5970','','','2024-09-02 21:38:45','2024-09-02 21:38:45','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/A1S5970.jpg',0,'attachment','image/jpeg',0),
(3108,0,'2024-09-02 22:02:39','2024-09-02 22:02:39','{\"fontFamily\":\"Inter, sans-serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/inter/inter.svg\"}','Inter','','publish','closed','closed','','inter','','','2024-09-02 22:02:39','2024-09-02 22:02:39','',0,'https://staging.amtacshooting.com/2024/09/02/inter/',0,'wp_font_family','',0),
(3109,0,'2024-09-02 22:02:39','2024-09-02 22:02:39','{\"fontFamily\":\"\\\"Bodoni Moda\\\", serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/bodoni-moda/bodoni-moda.svg\"}','Bodoni Moda','','publish','closed','closed','','bodoni-moda','','','2024-09-02 22:02:39','2024-09-02 22:02:39','',0,'https://staging.amtacshooting.com/2024/09/02/bodoni-moda/',0,'wp_font_family','',0),
(3110,0,'2024-09-02 22:02:39','2024-09-02 22:02:39','{\"fontFamily\":\"Overpass, sans-serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/overpass/overpass.svg\"}','Overpass','','publish','closed','closed','','overpass','','','2024-09-02 22:02:39','2024-09-02 22:02:39','',0,'https://staging.amtacshooting.com/2024/09/02/overpass/',0,'wp_font_family','',0),
(3111,0,'2024-09-02 22:02:39','2024-09-02 22:02:39','{\"fontFamily\":\"\\\"Albert Sans\\\", sans-serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/albert-sans/albert-sans.svg\"}','Albert Sans','','publish','closed','closed','','albert-sans','','','2024-09-02 22:02:39','2024-09-02 22:02:39','',0,'https://staging.amtacshooting.com/2024/09/02/albert-sans/',0,'wp_font_family','',0),
(3112,0,'2024-09-02 22:02:39','2024-09-02 22:02:39','{\"fontFamily\":\"Lora, serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/lora/lora.svg\"}','Lora','','publish','closed','closed','','lora','','','2024-09-02 22:02:39','2024-09-02 22:02:39','',0,'https://staging.amtacshooting.com/2024/09/02/lora/',0,'wp_font_family','',0),
(3113,0,'2024-09-02 22:02:39','2024-09-02 22:02:39','{\"fontFamily\":\"Montserrat, sans-serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/montserrat/montserrat.svg\"}','Montserrat','','publish','closed','closed','','montserrat','','','2024-09-02 22:02:39','2024-09-02 22:02:39','',0,'https://staging.amtacshooting.com/2024/09/02/montserrat/',0,'wp_font_family','',0),
(3114,0,'2024-09-02 22:02:39','2024-09-02 22:02:39','{\"fontFamily\":\"Arvo, serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/arvo/arvo.svg\"}','Arvo','','publish','closed','closed','','arvo','','','2024-09-02 22:02:39','2024-09-02 22:02:39','',0,'https://staging.amtacshooting.com/2024/09/02/arvo/',0,'wp_font_family','',0),
(3115,0,'2024-09-02 22:02:39','2024-09-02 22:02:39','{\"fontFamily\":\"Rubik, sans-serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/rubik/rubik.svg\"}','Rubik','','publish','closed','closed','','rubik','','','2024-09-02 22:02:39','2024-09-02 22:02:39','',0,'https://staging.amtacshooting.com/2024/09/02/rubik/',0,'wp_font_family','',0),
(3116,0,'2024-09-02 22:02:39','2024-09-02 22:02:39','{\"fontFamily\":\"Newsreader, serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/newsreader/newsreader.svg\"}','Newsreader','','publish','closed','closed','','newsreader','','','2024-09-02 22:02:39','2024-09-02 22:02:39','',0,'https://staging.amtacshooting.com/2024/09/02/newsreader/',0,'wp_font_family','',0),
(3117,0,'2024-09-02 22:02:39','2024-09-02 22:02:39','{\"fontFamily\":\"Cormorant, serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/cormorant/cormorant.svg\"}','Cormorant','','publish','closed','closed','','cormorant','','','2024-09-02 22:02:39','2024-09-02 22:02:39','',0,'https://staging.amtacshooting.com/2024/09/02/cormorant/',0,'wp_font_family','',0),
(3118,0,'2024-09-02 22:02:39','2024-09-02 22:02:39','{\"fontFamily\":\"\\\"Work Sans\\\", sans-serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/work-sans/work-sans.svg\"}','Work Sans','','publish','closed','closed','','work-sans','','','2024-09-02 22:02:39','2024-09-02 22:02:39','',0,'https://staging.amtacshooting.com/2024/09/02/work-sans/',0,'wp_font_family','',0),
(3119,0,'2024-09-02 22:02:39','2024-09-02 22:02:39','{\"fontFamily\":\"Raleway, sans-serif\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/raleway/raleway.svg\"}','Raleway','','publish','closed','closed','','raleway','','','2024-09-02 22:02:39','2024-09-02 22:02:39','',0,'https://staging.amtacshooting.com/2024/09/02/raleway/',0,'wp_font_family','',0),
(3120,0,'2024-09-02 22:02:39','2024-09-02 22:02:39','{\"fontFamily\":\"Inter\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuLyfMZ1rib2Bg-4.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/inter/inter-400-normal.svg\"}','inter;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','internormal400100u0-10ffff','','','2024-09-02 22:02:39','2024-09-02 22:02:39','',3108,'https://staging.amtacshooting.com/2024/09/02/internormal400100u0-10ffff/',0,'wp_font_face','',0),
(3121,0,'2024-09-02 22:02:39','2024-09-02 22:02:39','{\"fontFamily\":\"Inter\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuI6fMZ1rib2Bg-4.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/inter/inter-500-normal.svg\"}','inter;normal;500;100%;U+0-10FFFF','','publish','closed','closed','','internormal500100u0-10ffff','','','2024-09-02 22:02:39','2024-09-02 22:02:39','',3108,'https://staging.amtacshooting.com/2024/09/02/internormal500100u0-10ffff/',0,'wp_font_face','',0),
(3122,0,'2024-09-02 22:02:39','2024-09-02 22:02:39','{\"fontFamily\":\"Inter\",\"fontStyle\":\"normal\",\"fontWeight\":\"600\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/UcCO3FwrK3iLTeHuS_fvQtMwCp50KnMw2boKoduKmMEVuGKYMZ1rib2Bg-4.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/inter/inter-600-normal.svg\"}','inter;normal;600;100%;U+0-10FFFF','','publish','closed','closed','','internormal600100u0-10ffff','','','2024-09-02 22:02:39','2024-09-02 22:02:39','',3108,'https://staging.amtacshooting.com/2024/09/02/internormal600100u0-10ffff/',0,'wp_font_face','',0),
(3123,0,'2024-09-02 22:02:39','2024-09-02 22:02:39','{\"fontFamily\":\"\\\"Bodoni Moda\\\"\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/aFT67PxzY382XsXX63LUYL6GYFcan6NJrKp-VPjfJMShrpsGFUt8oU7awIVytVjMYwE.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/bodoni-moda/bodoni-moda-400-normal.svg\"}','bodoni moda;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','bodoni-modanormal400100u0-10ffff','','','2024-09-02 22:02:39','2024-09-02 22:02:39','',3109,'https://staging.amtacshooting.com/2024/09/02/bodoni-modanormal400100u0-10ffff/',0,'wp_font_face','',0),
(3124,0,'2024-09-02 22:02:40','2024-09-02 22:02:40','{\"fontFamily\":\"\\\"Bodoni Moda\\\"\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/aFT07PxzY382XsXX63LUYJSPUqb0pL6OQqxrZLnVbvZedvJtj-V7tIaZKMN4tHrJcwHqoQ.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/bodoni-moda/bodoni-moda-400-italic.svg\"}','bodoni moda;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','bodoni-modaitalic400100u0-10ffff','','','2024-09-02 22:02:40','2024-09-02 22:02:40','',3109,'https://staging.amtacshooting.com/2024/09/02/bodoni-modaitalic400100u0-10ffff/',0,'wp_font_face','',0),
(3125,0,'2024-09-02 22:02:40','2024-09-02 22:02:40','{\"fontFamily\":\"Overpass\",\"fontStyle\":\"normal\",\"fontWeight\":\"300\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/qFda35WCmI96Ajtm83upeyoaX6QPnlo6ovPrPJCLtce-og.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/overpass/overpass-300-normal.svg\"}','overpass;normal;300;100%;U+0-10FFFF','','publish','closed','closed','','overpassnormal300100u0-10ffff','','','2024-09-02 22:02:40','2024-09-02 22:02:40','',3110,'https://staging.amtacshooting.com/2024/09/02/overpassnormal300100u0-10ffff/',0,'wp_font_face','',0),
(3126,0,'2024-09-02 22:02:40','2024-09-02 22:02:40','{\"fontFamily\":\"Overpass\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/qFda35WCmI96Ajtm83upeyoaX6QPnlo6_PPrPJCLtce-og.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/overpass/overpass-400-normal.svg\"}','overpass;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','overpassnormal400100u0-10ffff','','','2024-09-02 22:02:40','2024-09-02 22:02:40','',3110,'https://staging.amtacshooting.com/2024/09/02/overpassnormal400100u0-10ffff/',0,'wp_font_face','',0),
(3127,0,'2024-09-02 22:02:40','2024-09-02 22:02:40','{\"fontFamily\":\"Overpass\",\"fontStyle\":\"italic\",\"fontWeight\":\"300\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLBdepqKl8Kuosgz.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/overpass/overpass-300-italic.svg\"}','overpass;italic;300;100%;U+0-10FFFF','','publish','closed','closed','','overpassitalic300100u0-10ffff','','','2024-09-02 22:02:40','2024-09-02 22:02:40','',3110,'https://staging.amtacshooting.com/2024/09/02/overpassitalic300100u0-10ffff/',0,'wp_font_face','',0),
(3128,0,'2024-09-02 22:02:40','2024-09-02 22:02:40','{\"fontFamily\":\"Overpass\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/qFdU35WCmI96Ajtm81GgSdXCNs-VMF0vNLADepqKl8Kuosgz.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/overpass/overpass-400-italic.svg\"}','overpass;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','overpassitalic400100u0-10ffff','','','2024-09-02 22:02:40','2024-09-02 22:02:40','',3110,'https://staging.amtacshooting.com/2024/09/02/overpassitalic400100u0-10ffff/',0,'wp_font_face','',0),
(3129,0,'2024-09-02 22:02:40','2024-09-02 22:02:40','{\"fontFamily\":\"\\\"Albert Sans\\\"\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/i7dZIFdwYjGaAMFtZd_QA3xXSKZqhr-TenSHTJT_qY32TxAj1g.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/albert-sans/albert-sans-700-normal.svg\"}','albert sans;normal;700;100%;U+0-10FFFF','','publish','closed','closed','','albert-sansnormal700100u0-10ffff','','','2024-09-02 22:02:40','2024-09-02 22:02:40','',3111,'https://staging.amtacshooting.com/2024/09/02/albert-sansnormal700100u0-10ffff/',0,'wp_font_face','',0),
(3130,0,'2024-09-02 22:02:40','2024-09-02 22:02:40','{\"fontFamily\":\"\\\"Albert Sans\\\"\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/i7dfIFdwYjGaAMFtZd_QA1Zeelmy79QJ1HOSY9Dw6If3bRUz1r5t.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/albert-sans/albert-sans-700-italic.svg\"}','albert sans;italic;700;100%;U+0-10FFFF','','publish','closed','closed','','albert-sansitalic700100u0-10ffff','','','2024-09-02 22:02:40','2024-09-02 22:02:40','',3111,'https://staging.amtacshooting.com/2024/09/02/albert-sansitalic700100u0-10ffff/',0,'wp_font_face','',0),
(3131,0,'2024-09-02 22:02:40','2024-09-02 22:02:40','{\"fontFamily\":\"Lora\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/0QI6MX1D_JOuGQbT0gvTJPa787weuyJDmKxemMeZ.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/lora/lora-400-normal.svg\"}','lora;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','loranormal400100u0-10ffff','','','2024-09-02 22:02:40','2024-09-02 22:02:40','',3112,'https://staging.amtacshooting.com/2024/09/02/loranormal400100u0-10ffff/',0,'wp_font_face','',0),
(3132,0,'2024-09-02 22:02:40','2024-09-02 22:02:40','{\"fontFamily\":\"Lora\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/0QI8MX1D_JOuMw_hLdO6T2wV9KnW-MoFkq18ndeZzZ0.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/lora/lora-400-italic.svg\"}','lora;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','loraitalic400100u0-10ffff','','','2024-09-02 22:02:40','2024-09-02 22:02:40','',3112,'https://staging.amtacshooting.com/2024/09/02/loraitalic400100u0-10ffff/',0,'wp_font_face','',0),
(3133,0,'2024-09-02 22:02:40','2024-09-02 22:02:40','{\"fontFamily\":\"Montserrat\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtZ6Ew7Y3tcoqK5.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/montserrat/montserrat-500-normal.svg\"}','montserrat;normal;500;100%;U+0-10FFFF','','publish','closed','closed','','montserratnormal500100u0-10ffff','','','2024-09-02 22:02:40','2024-09-02 22:02:40','',3113,'https://staging.amtacshooting.com/2024/09/02/montserratnormal500100u0-10ffff/',0,'wp_font_face','',0),
(3134,0,'2024-09-02 22:02:40','2024-09-02 22:02:40','{\"fontFamily\":\"Montserrat\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w7Y3tcoqK5.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/montserrat/montserrat-700-normal.svg\"}','montserrat;normal;700;100%;U+0-10FFFF','','publish','closed','closed','','montserratnormal700100u0-10ffff','','','2024-09-02 22:02:40','2024-09-02 22:02:40','',3113,'https://staging.amtacshooting.com/2024/09/02/montserratnormal700100u0-10ffff/',0,'wp_font_face','',0),
(3135,0,'2024-09-02 22:02:40','2024-09-02 22:02:40','{\"fontFamily\":\"Montserrat\",\"fontStyle\":\"italic\",\"fontWeight\":\"500\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq5Z9aXp-p7K5ILg.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/montserrat/montserrat-500-italic.svg\"}','montserrat;italic;500;100%;U+0-10FFFF','','publish','closed','closed','','montserratitalic500100u0-10ffff','','','2024-09-02 22:02:40','2024-09-02 22:02:40','',3113,'https://staging.amtacshooting.com/2024/09/02/montserratitalic500100u0-10ffff/',0,'wp_font_face','',0),
(3136,0,'2024-09-02 22:02:40','2024-09-02 22:02:40','{\"fontFamily\":\"Montserrat\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/JTUFjIg1_i6t8kCHKm459Wx7xQYXK0vOoz6jq0N6aXp-p7K5ILg.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/montserrat/montserrat-700-italic.svg\"}','montserrat;italic;700;100%;U+0-10FFFF','','publish','closed','closed','','montserratitalic700100u0-10ffff','','','2024-09-02 22:02:40','2024-09-02 22:02:40','',3113,'https://staging.amtacshooting.com/2024/09/02/montserratitalic700100u0-10ffff/',0,'wp_font_face','',0),
(3137,0,'2024-09-02 22:02:40','2024-09-02 22:02:40','{\"fontFamily\":\"Arvo\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/tDbD2oWUg0MKmSUa7Lzr7vs.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/arvo/arvo-400-normal.svg\"}','arvo;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','arvonormal400100u0-10ffff','','','2024-09-02 22:02:40','2024-09-02 22:02:40','',3114,'https://staging.amtacshooting.com/2024/09/02/arvonormal400100u0-10ffff/',0,'wp_font_face','',0),
(3138,0,'2024-09-02 22:02:40','2024-09-02 22:02:40','{\"fontFamily\":\"Arvo\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/tDbN2oWUg0MKqSIQ7Z7u_vvijQ.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/arvo/arvo-400-italic.svg\"}','arvo;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','arvoitalic400100u0-10ffff','','','2024-09-02 22:02:40','2024-09-02 22:02:40','',3114,'https://staging.amtacshooting.com/2024/09/02/arvoitalic400100u0-10ffff/',0,'wp_font_face','',0),
(3139,0,'2024-09-02 22:02:41','2024-09-02 22:02:41','{\"fontFamily\":\"Rubik\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-B4i1VU80V4bVkA.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/rubik/rubik-400-normal.svg\"}','rubik;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','rubiknormal400100u0-10ffff','','','2024-09-02 22:02:41','2024-09-02 22:02:41','',3115,'https://staging.amtacshooting.com/2024/09/02/rubiknormal400100u0-10ffff/',0,'wp_font_face','',0),
(3140,0,'2024-09-02 22:02:41','2024-09-02 22:02:41','{\"fontFamily\":\"Rubik\",\"fontStyle\":\"normal\",\"fontWeight\":\"800\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/iJWZBXyIfDnIV5PNhY1KTN7Z-Yh-h4-1VU80V4bVkA.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/rubik/rubik-800-normal.svg\"}','rubik;normal;800;100%;U+0-10FFFF','','publish','closed','closed','','rubiknormal800100u0-10ffff','','','2024-09-02 22:02:41','2024-09-02 22:02:41','',3115,'https://staging.amtacshooting.com/2024/09/02/rubiknormal800100u0-10ffff/',0,'wp_font_face','',0),
(3141,0,'2024-09-02 22:02:41','2024-09-02 22:02:41','{\"fontFamily\":\"Rubik\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8tdE0U1dYPFkJ1O.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/rubik/rubik-400-italic.svg\"}','rubik;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','rubikitalic400100u0-10ffff','','','2024-09-02 22:02:41','2024-09-02 22:02:41','',3115,'https://staging.amtacshooting.com/2024/09/02/rubikitalic400100u0-10ffff/',0,'wp_font_face','',0),
(3142,0,'2024-09-02 22:02:41','2024-09-02 22:02:41','{\"fontFamily\":\"Rubik\",\"fontStyle\":\"italic\",\"fontWeight\":\"800\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/iJWbBXyIfDnIV7nEt3KSJbVDV49rz8vdFEU1dYPFkJ1O.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/rubik/rubik-800-italic.svg\"}','rubik;italic;800;100%;U+0-10FFFF','','publish','closed','closed','','rubikitalic800100u0-10ffff','','','2024-09-02 22:02:41','2024-09-02 22:02:41','',3115,'https://staging.amtacshooting.com/2024/09/02/rubikitalic800100u0-10ffff/',0,'wp_font_face','',0),
(3143,0,'2024-09-02 22:02:41','2024-09-02 22:02:41','{\"fontFamily\":\"Newsreader\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/cY9qfjOCX1hbuyalUrK49dLac06G1ZGsZBtoBCzBDXXD9JVF438weI_ACexEPjCggA.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/newsreader/newsreader-400-normal.svg\"}','newsreader;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','newsreadernormal400100u0-10ffff','','','2024-09-02 22:02:41','2024-09-02 22:02:41','',3116,'https://staging.amtacshooting.com/2024/09/02/newsreadernormal400100u0-10ffff/',0,'wp_font_face','',0),
(3144,0,'2024-09-02 22:02:41','2024-09-02 22:02:41','{\"fontFamily\":\"Newsreader\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/cY9kfjOCX1hbuyalUrK439vogqC9yFZCYg7oRZaLP4obnf7fTXglsMwoT-ZFHDWwgECi.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/newsreader/newsreader-400-italic.svg\"}','newsreader;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','newsreaderitalic400100u0-10ffff','','','2024-09-02 22:02:41','2024-09-02 22:02:41','',3116,'https://staging.amtacshooting.com/2024/09/02/newsreaderitalic400100u0-10ffff/',0,'wp_font_face','',0),
(3145,0,'2024-09-02 22:02:41','2024-09-02 22:02:41','{\"fontFamily\":\"Cormorant\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFhFTQ7Fg7A2uwYs.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/cormorant/cormorant-400-normal.svg\"}','cormorant;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','cormorantnormal400100u0-10ffff','','','2024-09-02 22:02:41','2024-09-02 22:02:41','',3117,'https://staging.amtacshooting.com/2024/09/02/cormorantnormal400100u0-10ffff/',0,'wp_font_face','',0),
(3146,0,'2024-09-02 22:02:41','2024-09-02 22:02:41','{\"fontFamily\":\"Cormorant\",\"fontStyle\":\"normal\",\"fontWeight\":\"500\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/H4c2BXOCl9bbnla_nHIA47NMUjsNbCVrFiNTQ7Fg7A2uwYs.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/cormorant/cormorant-500-normal.svg\"}','cormorant;normal;500;100%;U+0-10FFFF','','publish','closed','closed','','cormorantnormal500100u0-10ffff','','','2024-09-02 22:02:41','2024-09-02 22:02:41','',3117,'https://staging.amtacshooting.com/2024/09/02/cormorantnormal500100u0-10ffff/',0,'wp_font_face','',0),
(3147,0,'2024-09-02 22:02:41','2024-09-02 22:02:41','{\"fontFamily\":\"Cormorant\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQq_dq7S-r0YvxdA.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/cormorant/cormorant-400-italic.svg\"}','cormorant;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','cormorantitalic400100u0-10ffff','','','2024-09-02 22:02:41','2024-09-02 22:02:41','',3117,'https://staging.amtacshooting.com/2024/09/02/cormorantitalic400100u0-10ffff/',0,'wp_font_face','',0),
(3148,0,'2024-09-02 22:02:41','2024-09-02 22:02:41','{\"fontFamily\":\"Cormorant\",\"fontStyle\":\"italic\",\"fontWeight\":\"500\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/H4c0BXOCl9bbnla_nHIq6oGzilJm9otsA9kQmfdq7S-r0YvxdA.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/cormorant/cormorant-500-italic.svg\"}','cormorant;italic;500;100%;U+0-10FFFF','','publish','closed','closed','','cormorantitalic500100u0-10ffff','','','2024-09-02 22:02:41','2024-09-02 22:02:41','',3117,'https://staging.amtacshooting.com/2024/09/02/cormorantitalic500100u0-10ffff/',0,'wp_font_face','',0),
(3149,0,'2024-09-02 22:02:41','2024-09-02 22:02:41','{\"fontFamily\":\"\\\"Work Sans\\\"\",\"fontStyle\":\"normal\",\"fontWeight\":\"400\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/QGY_z_wNahGAdqQ43RhVcIgYT2Xz5u32K0nXNi0Dp6_cOyA.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/work-sans/work-sans-400-normal.svg\"}','work sans;normal;400;100%;U+0-10FFFF','','publish','closed','closed','','work-sansnormal400100u0-10ffff','','','2024-09-02 22:02:41','2024-09-02 22:02:41','',3118,'https://staging.amtacshooting.com/2024/09/02/work-sansnormal400100u0-10ffff/',0,'wp_font_face','',0),
(3150,0,'2024-09-02 22:02:41','2024-09-02 22:02:41','{\"fontFamily\":\"\\\"Work Sans\\\"\",\"fontStyle\":\"italic\",\"fontWeight\":\"400\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/QGY9z_wNahGAdqQ43Rh_ebrnlwyYfEPxPoGU3msJpo3ZKyDSQQ.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/work-sans/work-sans-400-italic.svg\"}','work sans;italic;400;100%;U+0-10FFFF','','publish','closed','closed','','work-sansitalic400100u0-10ffff','','','2024-09-02 22:02:41','2024-09-02 22:02:41','',3118,'https://staging.amtacshooting.com/2024/09/02/work-sansitalic400100u0-10ffff/',0,'wp_font_face','',0),
(3151,0,'2024-09-02 22:02:41','2024-09-02 22:02:41','{\"fontFamily\":\"Raleway\",\"fontStyle\":\"normal\",\"fontWeight\":\"700\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/1Ptxg8zYS_SKggPN4iEgvnHyvveLxVs9pYCKNLA3JC9c.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/raleway/raleway-700-normal.svg\"}','raleway;normal;700;100%;U+0-10FFFF','','publish','closed','closed','','ralewaynormal700100u0-10ffff','','','2024-09-02 22:02:41','2024-09-02 22:02:41','',3119,'https://staging.amtacshooting.com/2024/09/02/ralewaynormal700100u0-10ffff/',0,'wp_font_face','',0),
(3152,0,'2024-09-02 22:02:41','2024-09-02 22:02:41','{\"fontFamily\":\"Raleway\",\"fontStyle\":\"italic\",\"fontWeight\":\"700\",\"src\":\"https://staging.amtacshooting.com/wp-content/uploads/fonts/1Pt_g8zYS_SKggPNyCgSQamb1W0lwk4S4Y_LPrEVIT9c2c8.woff2\",\"preview\":\"https://s.w.org/images/fonts/17.7/previews/raleway/raleway-700-italic.svg\"}','raleway;italic;700;100%;U+0-10FFFF','','publish','closed','closed','','ralewayitalic700100u0-10ffff','','','2024-09-02 22:02:41','2024-09-02 22:02:41','',3119,'https://staging.amtacshooting.com/2024/09/02/ralewayitalic700100u0-10ffff/',0,'wp_font_face','',0),
(3155,10,'2024-09-02 22:07:48','2024-09-02 22:07:48','','leather-company30','','inherit','open','closed','','leather-company30','','','2024-09-02 22:07:48','2024-09-02 22:07:48','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company30.jpg',0,'attachment','image/jpeg',0),
(3156,10,'2024-09-02 22:07:49','2024-09-02 22:07:49','','leather-company23','','inherit','open','closed','','leather-company23','','','2024-09-02 22:07:49','2024-09-02 22:07:49','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company23.jpg',0,'attachment','image/jpeg',0),
(3157,10,'2024-09-02 22:07:49','2024-09-02 22:07:49','','leather-company24','','inherit','open','closed','','leather-company24','','','2024-09-02 22:07:49','2024-09-02 22:07:49','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company24.jpg',0,'attachment','image/jpeg',0),
(3158,10,'2024-09-02 22:07:49','2024-09-02 22:07:49','','leather-company25','','inherit','open','closed','','leather-company25','','','2024-09-02 22:07:49','2024-09-02 22:07:49','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company25.jpg',0,'attachment','image/jpeg',0),
(3159,10,'2024-09-02 22:07:49','2024-09-02 22:07:49','','leather-company27','','inherit','open','closed','','leather-company27','','','2024-09-02 22:07:49','2024-09-02 22:07:49','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company27.jpg',0,'attachment','image/jpeg',0),
(3160,10,'2024-09-02 22:07:57','2024-09-02 22:07:57','','leather-company26','','inherit','open','closed','','leather-company26','','','2024-09-02 22:07:57','2024-09-02 22:07:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company26.jpg',0,'attachment','image/jpeg',0),
(3161,10,'2024-09-02 22:07:57','2024-09-02 22:07:57','','leather-01','','inherit','open','closed','','leather-01','','','2024-09-02 22:07:57','2024-09-02 22:07:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-01.jpg',0,'attachment','image/jpeg',0),
(3163,10,'2024-09-02 22:18:15','2024-09-02 22:18:15','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_color=\"#131218\" custom_padding=\"||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"c16985e1-e0d6-4022-964d-e2bfc04fa633\" header_font=\"Alike||||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"110px\" header_line_height=\"1.2em\" header_font_size_tablet=\"40px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" text_orientation_tablet=\"left\" text_orientation_phone=\"left\" text_orientation_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1>Shop</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" padding_bottom_1=\"30px\" padding_bottom_2=\"0px\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"false\" padding_left_right_link_2=\"false\" admin_label=\"Categories\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"#131218\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company23.jpg\" title_text=\"leather-company23\" _builder_version=\"4.18.0\" _module_preset=\"default\" max_width_tablet=\"400px\" max_width_phone=\"400px\" max_width_last_edited=\"on|tablet\" custom_margin_tablet=\"0%||||false|false\" custom_margin_phone=\"0%||||false|false\" custom_margin_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" custom_margin=\"||10px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h4>Bags</h4>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" custom_margin=\"||10px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h4>Accessories</h4>[/et_pb_text][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" custom_margin=\"||10px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h4><a href=\"#\">Shoes</a></h4>[/et_pb_text][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" custom_margin=\"||10px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h4><a href=\"#\">Furniture</a></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" specialty_columns=\"3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" z_index=\"10\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company24.jpg\" title_text=\"leather-company24\" _builder_version=\"4.18.0\" _module_preset=\"default\" max_width_tablet=\"400px\" max_width_phone=\"400px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_last_edited=\"off|desktop\" transform_translate_tablet=\"0%|0px\" transform_translate_phone=\"0%|0px\" transform_translate_last_edited=\"off|desktop\" transform_rotate_last_edited=\"off|desktop\" transform_skew_last_edited=\"off|desktop\" transform_origin_last_edited=\"off|desktop\" transform_styles_last_edited=\"off|desktop\" custom_padding=\"60px|0px|60px|60px|true|false\" custom_padding_tablet=\"30px||30px|30px|true|false\" custom_padding_phone=\"20px||20px|20px|true|false\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"10vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"#565559\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" custom_margin=\"||30px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Mauris blandit aliquet elit, eget tincidunt nibh. Vestibulum ac diam sit amet quam vehicula elementum sed.</p>[/et_pb_text][et_pb_button button_text=\"See All Products\" _builder_version=\"4.17.6\" _module_preset=\"3117bc07-6a8a-4679-b3bb-b6ed74b48a2f\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#D9B882\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" custom_padding=\"16px|24px|16px|24px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company25.jpg\" title_text=\"leather-company25\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_margin=\"|-10vw|||false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24vw\" box_shadow_blur=\"10vw\" box_shadow_color=\"rgba(0,0,0,0.8)\" box_shadow_position=\"inner\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Products\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_shop type=\"product_category\" posts_number=\"9\" show_pagination=\"on\" include_categories=\"33\" columns_number=\"3\" icon_hover_color=\"#D9B882\" _builder_version=\"4.18.0\" _module_preset=\"55c170ef-cb25-4c79-bacd-04c93b25c23b\" title_font=\"Alike||||||||\" title_text_color=\"#000000\" title_font_size=\"20px\" title_line_height=\"1.4em\" price_font=\"Inter||||||||\" price_text_color=\"#565559\" price_font_size=\"16px\" text_orientation=\"left\" title_font_size_tablet=\"16px\" title_font_size_phone=\"15px\" title_font_size_last_edited=\"on|desktop\" price_font_size_tablet=\"15px\" price_font_size_phone=\"14px\" price_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_color=\"#131218\" custom_padding=\"||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"b327cbe4-b1d5-4b66-ad37-40c8f2f061ba\" header_2_font=\"Alike||||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"20px\" header_2_font_size_last_edited=\"on|desktop\" text_orientation_tablet=\"left\" text_orientation_phone=\"left\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2>Custom Made to Order</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"default\" custom_padding=\"60px|60px|60px||true|false\" custom_padding_tablet=\"0px|0px|30px||false|false\" custom_padding_phone=\"0px|0px|30px||false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"aaa7c440-590a-4078-ae0c-0f3c699ac51c\" header_font=\"||||||||\" header_3_font=\"Alike||||||||\" header_3_text_color=\"#D9B882\" header_3_font_size=\"28px\" header_3_line_height=\"1.4em\" custom_margin=\"||10px||false|false\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h3>Sed porttitor lectus nibh amet</h3>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4c43b4b6-66bf-432d-959a-705bda24a650\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" custom_margin=\"||30px||false|false\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Curabitur fermentum nulla non justo aliquet, quis vehicula quam consequat. Duis ut hendrerit tellus, elementum lacinia elit. Maecenas at consectetur ex, vitae consequat augue. Vivamus eget dolor vel quam condimentum sodales. In bibendum odio urna, sit amet fermentum purus venenatis amet.</p>[/et_pb_text][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company27.jpg\" title_text=\"leather-company27\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company26.jpg\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.17.6\" _module_preset=\"default\" height_tablet=\"40vw\" height_phone=\"40vw\" height_last_edited=\"on|phone\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"#A58855\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px||30px||true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4c43b4b6-66bf-432d-959a-705bda24a650\" text_font=\"Inter||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" custom_margin=\"||30px||false|false\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Donec rutrum congue leo eget malesuada. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Mauris blandit aliquet elit. Nulla quis lorem ut libero malesuada feugiat.</p>[/et_pb_text][et_pb_button button_text=\"Get Started\" _builder_version=\"4.18.0\" _module_preset=\"f489fdc3-bf1e-40c7-852b-c42851d4acb9\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" custom_padding=\"16px|24px|16px|24px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Promo\" _builder_version=\"4.18.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"110deg\" background_color_gradient_stops=\"#ffffff 0%|rgba(255,255,255,0.55) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-01.jpg\" background_position=\"top_center\" custom_padding=\"10vw||10vw||true|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"aaa7c440-590a-4078-ae0c-0f3c699ac51c\" header_font=\"||||||||\" header_text_color=\"#FFFFFF\" header_3_font=\"Alike||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"28px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h3>Get Up to 40% OFF While it Lasts!</h3>[/et_pb_text][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"b327cbe4-b1d5-4b66-ad37-40c8f2f061ba\" header_2_font=\"Alike||||||||\" header_2_text_color=\"#131218\" header_2_font_size=\"110px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"20px\" header_2_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2>Summer Sale!</h2>[/et_pb_text][et_pb_button button_text=\"Shop the Sale\" button_alignment=\"center\" _builder_version=\"4.18.0\" _module_preset=\"31b4f027-aaa0-4f2f-ae02-959764e19e4f\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_color=\"#000000\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" custom_padding=\"16px|24px|16px|24px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_color=\"#000000\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.18.0\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.1)\" custom_padding=\"8%|8%|8%|8%|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h4>Contact Us</h4>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>(255) 352-6258</p>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"#565559\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<a href=\"mailto:#\">hello@divileather.com</a>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>1234 Divi St. #1000<br />San Francisco, CA 94220</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"8%|8%|8%|8%|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h4>Visit Us</h4>[/et_pb_text][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Monday: 9am–4pm<br />Tuesday: 9am–4pm<br />Wednesday: 9am–4pm<br />Thursday: 9am–4pm<br />Friday: 8am–2pm</p>\n<p>Weekends: Closed</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(19,18,24,0.64) 0%|#131218 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company30.jpg\" custom_padding=\"8%|8%|8%|8%|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"aaa7c440-590a-4078-ae0c-0f3c699ac51c\" header_font=\"||||||||\" header_3_font=\"Alike||||||||\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"28px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h3>Subscribe for 15% Off Your First Order</h3>[/et_pb_text][et_pb_signup mailchimp_list=\"elegantthemestest|1ea2bbd026\" first_name_field=\"off\" last_name_field=\"off\" _builder_version=\"4.17.6\" _module_preset=\"130e1552-90b5-43f0-b04f-958eb28256df\" form_field_background_color=\"RGBA(255,255,255,0)\" form_field_text_color=\"rgba(255,255,255,0.7)\" form_field_custom_padding=\"14px|20px|14px|20px|true|true\" form_field_font=\"Inter||||||||\" form_field_font_size=\"16px\" background_enable_color=\"off\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#D9B882\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" button_custom_padding=\"16px|24px|16px|24px|true|true\" custom_margin=\"||30px||false|false\" form_field_font_size_tablet=\"15px\" form_field_font_size_phone=\"14px\" form_field_font_size_last_edited=\"on|phone\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"1px\" border_color_all_fields=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_signup][et_pb_social_media_follow icon_color=\"rgba(255,255,255,0.7)\" _builder_version=\"4.17.6\" _module_preset=\"default\" text_orientation=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','3072-revision-v1','','','2024-09-02 22:18:15','2024-09-02 22:18:15','',3072,'https://staging.amtacshooting.com/?p=3163',0,'revision','',0),
(3165,10,'2024-09-02 22:21:41','2024-09-02 22:21:41','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_color=\"#131218\" custom_padding=\"||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"c16985e1-e0d6-4022-964d-e2bfc04fa633\" header_font=\"Alike||||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"110px\" header_line_height=\"1.2em\" header_font_size_tablet=\"40px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" text_orientation_tablet=\"left\" text_orientation_phone=\"left\" text_orientation_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h1>Shop</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" padding_bottom_1=\"30px\" padding_bottom_2=\"0px\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"false\" padding_left_right_link_2=\"false\" admin_label=\"Categories\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"#131218\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company23.jpg\" title_text=\"leather-company23\" _builder_version=\"4.18.0\" _module_preset=\"default\" max_width_tablet=\"400px\" max_width_phone=\"400px\" max_width_last_edited=\"on|tablet\" custom_margin_tablet=\"0%||||false|false\" custom_margin_phone=\"0%||||false|false\" custom_margin_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" custom_margin=\"||10px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h4>Bags</h4>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" custom_margin=\"||10px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h4>Accessories</h4>[/et_pb_text][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" custom_margin=\"||10px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h4><a href=\"#\">Shoes</a></h4>[/et_pb_text][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" custom_margin=\"||10px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h4><a href=\"#\">Furniture</a></h4>[/et_pb_text][/et_pb_column][et_pb_column type=\"3_4\" specialty_columns=\"3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\" theme_builder_area=\"post_content\"][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" z_index=\"10\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company24.jpg\" title_text=\"leather-company24\" _builder_version=\"4.18.0\" _module_preset=\"default\" max_width_tablet=\"400px\" max_width_phone=\"400px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_last_edited=\"off|desktop\" transform_translate_tablet=\"0%|0px\" transform_translate_phone=\"0%|0px\" transform_translate_last_edited=\"off|desktop\" transform_rotate_last_edited=\"off|desktop\" transform_skew_last_edited=\"off|desktop\" transform_origin_last_edited=\"off|desktop\" transform_styles_last_edited=\"off|desktop\" custom_padding=\"60px|0px|60px|60px|true|false\" custom_padding_tablet=\"30px||30px|30px|true|false\" custom_padding_phone=\"20px||20px|20px|true|false\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"10vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"#565559\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" custom_margin=\"||30px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Mauris blandit aliquet elit, eget tincidunt nibh. Vestibulum ac diam sit amet quam vehicula elementum sed.</p>[/et_pb_text][et_pb_button button_text=\"See All Products\" _builder_version=\"4.17.6\" _module_preset=\"3117bc07-6a8a-4679-b3bb-b6ed74b48a2f\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#D9B882\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" custom_padding=\"16px|24px|16px|24px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company25.jpg\" title_text=\"leather-company25\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_margin=\"|-10vw|||false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24vw\" box_shadow_blur=\"10vw\" box_shadow_color=\"rgba(0,0,0,0.8)\" box_shadow_position=\"inner\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Products\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_shop type=\"product_category\" posts_number=\"9\" show_pagination=\"on\" include_categories=\"33\" columns_number=\"3\" icon_hover_color=\"#D9B882\" _builder_version=\"4.18.0\" _module_preset=\"55c170ef-cb25-4c79-bacd-04c93b25c23b\" title_font=\"Alike||||||||\" title_text_color=\"#000000\" title_font_size=\"20px\" title_line_height=\"1.4em\" price_font=\"Inter||||||||\" price_text_color=\"#565559\" price_font_size=\"16px\" text_orientation=\"left\" title_font_size_tablet=\"16px\" title_font_size_phone=\"15px\" title_font_size_last_edited=\"on|desktop\" price_font_size_tablet=\"15px\" price_font_size_phone=\"14px\" price_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_color=\"#131218\" custom_padding=\"||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"b327cbe4-b1d5-4b66-ad37-40c8f2f061ba\" header_2_font=\"Alike||||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"20px\" header_2_font_size_last_edited=\"on|desktop\" text_orientation_tablet=\"left\" text_orientation_phone=\"left\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2>Custom Made to Order</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"default\" custom_padding=\"60px|60px|60px||true|false\" custom_padding_tablet=\"0px|0px|30px||false|false\" custom_padding_phone=\"0px|0px|30px||false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"aaa7c440-590a-4078-ae0c-0f3c699ac51c\" header_font=\"||||||||\" header_3_font=\"Alike||||||||\" header_3_text_color=\"#D9B882\" header_3_font_size=\"28px\" header_3_line_height=\"1.4em\" custom_margin=\"||10px||false|false\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h3>Sed porttitor lectus nibh amet</h3>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4c43b4b6-66bf-432d-959a-705bda24a650\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" custom_margin=\"||30px||false|false\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Curabitur fermentum nulla non justo aliquet, quis vehicula quam consequat. Duis ut hendrerit tellus, elementum lacinia elit. Maecenas at consectetur ex, vitae consequat augue. Vivamus eget dolor vel quam condimentum sodales. In bibendum odio urna, sit amet fermentum purus venenatis amet.</p>[/et_pb_text][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company27.jpg\" title_text=\"leather-company27\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company26.jpg\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.17.6\" _module_preset=\"default\" height_tablet=\"40vw\" height_phone=\"40vw\" height_last_edited=\"on|phone\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"#A58855\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px||30px||true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4c43b4b6-66bf-432d-959a-705bda24a650\" text_font=\"Inter||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" custom_margin=\"||30px||false|false\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Donec rutrum congue leo eget malesuada. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Mauris blandit aliquet elit. Nulla quis lorem ut libero malesuada feugiat.</p>[/et_pb_text][et_pb_button button_text=\"Get Started\" _builder_version=\"4.18.0\" _module_preset=\"f489fdc3-bf1e-40c7-852b-c42851d4acb9\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" custom_padding=\"16px|24px|16px|24px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Promo\" _builder_version=\"4.18.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"110deg\" background_color_gradient_stops=\"#ffffff 0%|rgba(255,255,255,0.55) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-01.jpg\" background_position=\"top_center\" custom_padding=\"10vw||10vw||true|false\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"aaa7c440-590a-4078-ae0c-0f3c699ac51c\" header_font=\"||||||||\" header_text_color=\"#FFFFFF\" header_3_font=\"Alike||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"28px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h3>Get Up to 40% OFF While it Lasts!</h3>[/et_pb_text][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"b327cbe4-b1d5-4b66-ad37-40c8f2f061ba\" header_2_font=\"Alike||||||||\" header_2_text_color=\"#131218\" header_2_font_size=\"110px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"20px\" header_2_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2>Summer Sale!</h2>[/et_pb_text][et_pb_button button_text=\"Shop the Sale\" button_alignment=\"center\" _builder_version=\"4.18.0\" _module_preset=\"31b4f027-aaa0-4f2f-ae02-959764e19e4f\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_color=\"#000000\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" custom_padding=\"16px|24px|16px|24px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_color=\"#000000\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.18.0\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.1)\" custom_padding=\"8%|8%|8%|8%|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h4>Contact Us</h4>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>(255) 352-6258</p>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"#565559\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<a href=\"mailto:#\">hello@divileather.com</a>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>1234 Divi St. #1000<br />San Francisco, CA 94220</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"8%|8%|8%|8%|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h4>Visit Us</h4>[/et_pb_text][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>Monday: 9am–4pm<br />Tuesday: 9am–4pm<br />Wednesday: 9am–4pm<br />Thursday: 9am–4pm<br />Friday: 8am–2pm</p>\n<p>Weekends: Closed</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(19,18,24,0.64) 0%|#131218 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company30.jpg\" custom_padding=\"8%|8%|8%|8%|true|true\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"aaa7c440-590a-4078-ae0c-0f3c699ac51c\" header_font=\"||||||||\" header_3_font=\"Alike||||||||\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"28px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h3>Subscribe for 15% Off Your First Order</h3>[/et_pb_text][et_pb_signup mailchimp_list=\"elegantthemestest|1ea2bbd026\" first_name_field=\"off\" last_name_field=\"off\" _builder_version=\"4.17.6\" _module_preset=\"130e1552-90b5-43f0-b04f-958eb28256df\" form_field_background_color=\"RGBA(255,255,255,0)\" form_field_text_color=\"rgba(255,255,255,0.7)\" form_field_custom_padding=\"14px|20px|14px|20px|true|true\" form_field_font=\"Inter||||||||\" form_field_font_size=\"16px\" background_enable_color=\"off\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#D9B882\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" button_custom_padding=\"16px|24px|16px|24px|true|true\" custom_margin=\"||30px||false|false\" form_field_font_size_tablet=\"15px\" form_field_font_size_phone=\"14px\" form_field_font_size_last_edited=\"on|phone\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"1px\" border_color_all_fields=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_signup][et_pb_social_media_follow icon_color=\"rgba(255,255,255,0.7)\" _builder_version=\"4.17.6\" _module_preset=\"default\" text_orientation=\"center\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Shop test','','inherit','closed','closed','','3072-revision-v1','','','2024-09-02 22:21:41','2024-09-02 22:21:41','',3072,'https://staging.amtacshooting.com/?p=3165',0,'revision','',0),
(3166,1,'2024-09-02 22:23:35','2024-09-02 22:23:35','[mailpoet_page]','MailPoet Page','','publish','closed','closed','','subscriptions','','','2024-09-02 22:23:35','2024-09-02 22:23:35','',0,'https://staging.amtacshooting.com/?p=3166',0,'mailpoet_page','',0),
(3168,10,'2024-09-02 22:26:09','2024-09-02 22:26:09','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_color=\"#131218\" custom_padding=\"||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"c16985e1-e0d6-4022-964d-e2bfc04fa633\" header_font=\"Alike||||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"110px\" header_line_height=\"1.2em\" header_font_size_tablet=\"40px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" text_orientation_tablet=\"left\" text_orientation_phone=\"left\" text_orientation_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<h1>Shop</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" padding_bottom_1=\"30px\" padding_bottom_2=\"0px\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"false\" padding_left_right_link_2=\"false\" admin_label=\"Categories\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"#131218\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company23.jpg\" title_text=\"leather-company23\" _builder_version=\"4.18.0\" _module_preset=\"default\" max_width_tablet=\"400px\" max_width_phone=\"400px\" max_width_last_edited=\"on|tablet\" custom_margin_tablet=\"0%||||false|false\" custom_margin_phone=\"0%||||false|false\" custom_margin_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" specialty_columns=\"3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" z_index=\"10\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company24.jpg\" title_text=\"leather-company24\" _builder_version=\"4.18.0\" _module_preset=\"default\" max_width_tablet=\"400px\" max_width_phone=\"400px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_last_edited=\"off|desktop\" transform_translate_tablet=\"0%|0px\" transform_translate_phone=\"0%|0px\" transform_translate_last_edited=\"off|desktop\" transform_rotate_last_edited=\"off|desktop\" transform_skew_last_edited=\"off|desktop\" transform_origin_last_edited=\"off|desktop\" transform_styles_last_edited=\"off|desktop\" custom_padding=\"60px|0px|60px|60px|true|false\" custom_padding_tablet=\"30px||30px|30px|true|false\" custom_padding_phone=\"20px||20px|20px|true|false\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"10vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"#565559\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" custom_margin=\"||30px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<p>Mauris blandit aliquet elit, eget tincidunt nibh. Vestibulum ac diam sit amet quam vehicula elementum sed.</p>[/et_pb_text][et_pb_button button_text=\"See All Products\" _builder_version=\"4.17.6\" _module_preset=\"3117bc07-6a8a-4679-b3bb-b6ed74b48a2f\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#D9B882\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" custom_padding=\"16px|24px|16px|24px|true|true\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company25.jpg\" title_text=\"leather-company25\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_margin=\"|-10vw|||false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24vw\" box_shadow_blur=\"10vw\" box_shadow_color=\"rgba(0,0,0,0.8)\" box_shadow_position=\"inner\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Products\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_shop type=\"product_category\" posts_number=\"9\" show_pagination=\"on\" include_categories=\"33\" columns_number=\"3\" icon_hover_color=\"#D9B882\" _builder_version=\"4.18.0\" _module_preset=\"55c170ef-cb25-4c79-bacd-04c93b25c23b\" title_font=\"Alike||||||||\" title_text_color=\"#000000\" title_font_size=\"20px\" title_line_height=\"1.4em\" price_font=\"Inter||||||||\" price_text_color=\"#565559\" price_font_size=\"16px\" text_orientation=\"left\" title_font_size_tablet=\"16px\" title_font_size_phone=\"15px\" title_font_size_last_edited=\"on|desktop\" price_font_size_tablet=\"15px\" price_font_size_phone=\"14px\" price_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_color=\"#131218\" custom_padding=\"||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"b327cbe4-b1d5-4b66-ad37-40c8f2f061ba\" header_2_font=\"Alike||||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"20px\" header_2_font_size_last_edited=\"on|desktop\" text_orientation_tablet=\"left\" text_orientation_phone=\"left\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>Custom Made to Order</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"default\" custom_padding=\"60px|60px|60px||true|false\" custom_padding_tablet=\"0px|0px|30px||false|false\" custom_padding_phone=\"0px|0px|30px||false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"aaa7c440-590a-4078-ae0c-0f3c699ac51c\" header_font=\"||||||||\" header_3_font=\"Alike||||||||\" header_3_text_color=\"#D9B882\" header_3_font_size=\"28px\" header_3_line_height=\"1.4em\" custom_margin=\"||10px||false|false\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Sed porttitor lectus nibh amet</h3>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4c43b4b6-66bf-432d-959a-705bda24a650\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" custom_margin=\"||30px||false|false\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<p>Curabitur fermentum nulla non justo aliquet, quis vehicula quam consequat. Duis ut hendrerit tellus, elementum lacinia elit. Maecenas at consectetur ex, vitae consequat augue. Vivamus eget dolor vel quam condimentum sodales. In bibendum odio urna, sit amet fermentum purus venenatis amet.</p>[/et_pb_text][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company27.jpg\" title_text=\"leather-company27\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company26.jpg\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.17.6\" _module_preset=\"default\" height_tablet=\"40vw\" height_phone=\"40vw\" height_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"#A58855\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px||30px||true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4c43b4b6-66bf-432d-959a-705bda24a650\" text_font=\"Inter||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" custom_margin=\"||30px||false|false\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<p>Donec rutrum congue leo eget malesuada. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Mauris blandit aliquet elit. Nulla quis lorem ut libero malesuada feugiat.</p>[/et_pb_text][et_pb_button button_text=\"Get Started\" _builder_version=\"4.18.0\" _module_preset=\"f489fdc3-bf1e-40c7-852b-c42851d4acb9\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" custom_padding=\"16px|24px|16px|24px|true|true\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Promo\" _builder_version=\"4.18.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"110deg\" background_color_gradient_stops=\"#ffffff 0%|rgba(255,255,255,0.55) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-01.jpg\" background_position=\"top_center\" custom_padding=\"10vw||10vw||true|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"aaa7c440-590a-4078-ae0c-0f3c699ac51c\" header_font=\"||||||||\" header_text_color=\"#FFFFFF\" header_3_font=\"Alike||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"28px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h3>Get Up to 40% OFF While it Lasts!</h3>[/et_pb_text][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"b327cbe4-b1d5-4b66-ad37-40c8f2f061ba\" header_2_font=\"Alike||||||||\" header_2_text_color=\"#131218\" header_2_font_size=\"110px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"20px\" header_2_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h2>Summer Sale!</h2>[/et_pb_text][et_pb_button button_text=\"Shop the Sale\" button_alignment=\"center\" _builder_version=\"4.18.0\" _module_preset=\"31b4f027-aaa0-4f2f-ae02-959764e19e4f\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_color=\"#000000\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" custom_padding=\"16px|24px|16px|24px|true|true\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_color=\"#000000\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.18.0\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.1)\" custom_padding=\"8%|8%|8%|8%|true|true\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\"]<h4>Contact Us</h4>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<p>(255) 352-6258</p>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"#565559\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<a href=\"mailto:#\">hello@divileather.com</a>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 Divi St. #1000<br />San Francisco, CA 94220</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"8%|8%|8%|8%|true|true\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h4>Visit Us</h4>[/et_pb_text][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<p>Monday: 9am–4pm<br />Tuesday: 9am–4pm<br />Wednesday: 9am–4pm<br />Thursday: 9am–4pm<br />Friday: 8am–2pm</p>\n<p>Weekends: Closed</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(19,18,24,0.64) 0%|#131218 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company30.jpg\" custom_padding=\"8%|8%|8%|8%|true|true\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"aaa7c440-590a-4078-ae0c-0f3c699ac51c\" header_font=\"||||||||\" header_3_font=\"Alike||||||||\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"28px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h3>Subscribe for 15% Off Your First Order</h3>[/et_pb_text][et_pb_signup mailchimp_list=\"elegantthemestest|1ea2bbd026\" first_name_field=\"off\" last_name_field=\"off\" _builder_version=\"4.17.6\" _module_preset=\"130e1552-90b5-43f0-b04f-958eb28256df\" form_field_background_color=\"RGBA(255,255,255,0)\" form_field_text_color=\"rgba(255,255,255,0.7)\" form_field_custom_padding=\"14px|20px|14px|20px|true|true\" form_field_font=\"Inter||||||||\" form_field_font_size=\"16px\" background_enable_color=\"off\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#D9B882\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" button_custom_padding=\"16px|24px|16px|24px|true|true\" custom_margin=\"||30px||false|false\" form_field_font_size_tablet=\"15px\" form_field_font_size_phone=\"14px\" form_field_font_size_last_edited=\"on|phone\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"1px\" border_color_all_fields=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_signup][et_pb_social_media_follow icon_color=\"rgba(255,255,255,0.7)\" _builder_version=\"4.17.6\" _module_preset=\"default\" text_orientation=\"center\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','Shop test','','inherit','closed','closed','','3072-revision-v1','','','2024-09-02 22:26:09','2024-09-02 22:26:09','',3072,'https://staging.amtacshooting.com/?p=3168',0,'revision','',0),
(3169,10,'2024-09-02 22:26:09','2024-09-02 22:26:09','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_color=\"#131218\" custom_padding=\"||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"c16985e1-e0d6-4022-964d-e2bfc04fa633\" header_font=\"Alike||||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"110px\" header_line_height=\"1.2em\" header_font_size_tablet=\"40px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" text_orientation_tablet=\"left\" text_orientation_phone=\"left\" text_orientation_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<h1>Shop</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" padding_bottom_1=\"30px\" padding_bottom_2=\"0px\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"false\" padding_left_right_link_2=\"false\" admin_label=\"Categories\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"#131218\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company23.jpg\" title_text=\"leather-company23\" _builder_version=\"4.18.0\" _module_preset=\"default\" max_width_tablet=\"400px\" max_width_phone=\"400px\" max_width_last_edited=\"on|tablet\" custom_margin_tablet=\"0%||||false|false\" custom_margin_phone=\"0%||||false|false\" custom_margin_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" specialty_columns=\"3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" z_index=\"10\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company24.jpg\" title_text=\"leather-company24\" _builder_version=\"4.18.0\" _module_preset=\"default\" max_width_tablet=\"400px\" max_width_phone=\"400px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_last_edited=\"off|desktop\" transform_translate_tablet=\"0%|0px\" transform_translate_phone=\"0%|0px\" transform_translate_last_edited=\"off|desktop\" transform_rotate_last_edited=\"off|desktop\" transform_skew_last_edited=\"off|desktop\" transform_origin_last_edited=\"off|desktop\" transform_styles_last_edited=\"off|desktop\" custom_padding=\"60px|0px|60px|60px|true|false\" custom_padding_tablet=\"30px||30px|30px|true|false\" custom_padding_phone=\"20px||20px|20px|true|false\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"10vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"#565559\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" custom_margin=\"||30px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<p>Mauris blandit aliquet elit, eget tincidunt nibh. Vestibulum ac diam sit amet quam vehicula elementum sed.</p>[/et_pb_text][et_pb_button button_text=\"See All Products\" _builder_version=\"4.17.6\" _module_preset=\"3117bc07-6a8a-4679-b3bb-b6ed74b48a2f\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#D9B882\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" custom_padding=\"16px|24px|16px|24px|true|true\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company25.jpg\" title_text=\"leather-company25\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_margin=\"|-10vw|||false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24vw\" box_shadow_blur=\"10vw\" box_shadow_color=\"rgba(0,0,0,0.8)\" box_shadow_position=\"inner\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Products\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_shop type=\"product_category\" posts_number=\"9\" show_pagination=\"on\" include_categories=\"33\" columns_number=\"3\" icon_hover_color=\"#D9B882\" _builder_version=\"4.18.0\" _module_preset=\"55c170ef-cb25-4c79-bacd-04c93b25c23b\" title_font=\"Alike||||||||\" title_text_color=\"#000000\" title_font_size=\"20px\" title_line_height=\"1.4em\" price_font=\"Inter||||||||\" price_text_color=\"#565559\" price_font_size=\"16px\" text_orientation=\"left\" title_font_size_tablet=\"16px\" title_font_size_phone=\"15px\" title_font_size_last_edited=\"on|desktop\" price_font_size_tablet=\"15px\" price_font_size_phone=\"14px\" price_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_color=\"#131218\" custom_padding=\"||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"b327cbe4-b1d5-4b66-ad37-40c8f2f061ba\" header_2_font=\"Alike||||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"20px\" header_2_font_size_last_edited=\"on|desktop\" text_orientation_tablet=\"left\" text_orientation_phone=\"left\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>Custom Made to Order</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"default\" custom_padding=\"60px|60px|60px||true|false\" custom_padding_tablet=\"0px|0px|30px||false|false\" custom_padding_phone=\"0px|0px|30px||false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"aaa7c440-590a-4078-ae0c-0f3c699ac51c\" header_font=\"||||||||\" header_3_font=\"Alike||||||||\" header_3_text_color=\"#D9B882\" header_3_font_size=\"28px\" header_3_line_height=\"1.4em\" custom_margin=\"||10px||false|false\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Sed porttitor lectus nibh amet</h3>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4c43b4b6-66bf-432d-959a-705bda24a650\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" custom_margin=\"||30px||false|false\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<p>Curabitur fermentum nulla non justo aliquet, quis vehicula quam consequat. Duis ut hendrerit tellus, elementum lacinia elit. Maecenas at consectetur ex, vitae consequat augue. Vivamus eget dolor vel quam condimentum sodales. In bibendum odio urna, sit amet fermentum purus venenatis amet.</p>[/et_pb_text][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company27.jpg\" title_text=\"leather-company27\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company26.jpg\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.17.6\" _module_preset=\"default\" height_tablet=\"40vw\" height_phone=\"40vw\" height_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"#A58855\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px||30px||true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4c43b4b6-66bf-432d-959a-705bda24a650\" text_font=\"Inter||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" custom_margin=\"||30px||false|false\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<p>Donec rutrum congue leo eget malesuada. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Mauris blandit aliquet elit. Nulla quis lorem ut libero malesuada feugiat.</p>[/et_pb_text][et_pb_button button_text=\"Get Started\" _builder_version=\"4.18.0\" _module_preset=\"f489fdc3-bf1e-40c7-852b-c42851d4acb9\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" custom_padding=\"16px|24px|16px|24px|true|true\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Promo\" _builder_version=\"4.18.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"110deg\" background_color_gradient_stops=\"#ffffff 0%|rgba(255,255,255,0.55) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-01.jpg\" background_position=\"top_center\" custom_padding=\"10vw||10vw||true|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"aaa7c440-590a-4078-ae0c-0f3c699ac51c\" header_font=\"||||||||\" header_text_color=\"#FFFFFF\" header_3_font=\"Alike||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"28px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h3>Get Up to 40% OFF While it Lasts!</h3>[/et_pb_text][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"b327cbe4-b1d5-4b66-ad37-40c8f2f061ba\" header_2_font=\"Alike||||||||\" header_2_text_color=\"#131218\" header_2_font_size=\"110px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"20px\" header_2_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h2>Summer Sale!</h2>[/et_pb_text][et_pb_button button_text=\"Shop the Sale\" button_alignment=\"center\" _builder_version=\"4.18.0\" _module_preset=\"31b4f027-aaa0-4f2f-ae02-959764e19e4f\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_color=\"#000000\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" custom_padding=\"16px|24px|16px|24px|true|true\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_color=\"#000000\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.18.0\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.1)\" custom_padding=\"8%|8%|8%|8%|true|true\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\"]<h4>Contact Us</h4>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<p>(255) 352-6258</p>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"#565559\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<a href=\"mailto:#\">hello@divileather.com</a>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 Divi St. #1000<br />San Francisco, CA 94220</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"8%|8%|8%|8%|true|true\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h4>Visit Us</h4>[/et_pb_text][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<p>Monday: 9am–4pm<br />Tuesday: 9am–4pm<br />Wednesday: 9am–4pm<br />Thursday: 9am–4pm<br />Friday: 8am–2pm</p>\n<p>Weekends: Closed</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(19,18,24,0.64) 0%|#131218 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company30.jpg\" custom_padding=\"8%|8%|8%|8%|true|true\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"aaa7c440-590a-4078-ae0c-0f3c699ac51c\" header_font=\"||||||||\" header_3_font=\"Alike||||||||\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"28px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h3>Subscribe for 15% Off Your First Order</h3>[/et_pb_text][et_pb_signup mailchimp_list=\"elegantthemestest|1ea2bbd026\" first_name_field=\"off\" last_name_field=\"off\" _builder_version=\"4.17.6\" _module_preset=\"130e1552-90b5-43f0-b04f-958eb28256df\" form_field_background_color=\"RGBA(255,255,255,0)\" form_field_text_color=\"rgba(255,255,255,0.7)\" form_field_custom_padding=\"14px|20px|14px|20px|true|true\" form_field_font=\"Inter||||||||\" form_field_font_size=\"16px\" background_enable_color=\"off\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#D9B882\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" button_custom_padding=\"16px|24px|16px|24px|true|true\" custom_margin=\"||30px||false|false\" form_field_font_size_tablet=\"15px\" form_field_font_size_phone=\"14px\" form_field_font_size_last_edited=\"on|phone\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"1px\" border_color_all_fields=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_signup][et_pb_social_media_follow icon_color=\"rgba(255,255,255,0.7)\" _builder_version=\"4.17.6\" _module_preset=\"default\" text_orientation=\"center\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','3072-revision-v1','','','2024-09-02 22:26:09','2024-09-02 22:26:09','',3072,'https://staging.amtacshooting.com/?p=3169',0,'revision','',0),
(3170,10,'2024-09-02 22:31:00','2024-09-02 22:31:00','[et_pb_section fb_built=\"1\" admin_label=\"Header\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_color=\"#131218\" custom_padding=\"||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"c16985e1-e0d6-4022-964d-e2bfc04fa633\" header_font=\"Alike||||||||\" header_text_color=\"#FFFFFF\" header_font_size=\"110px\" header_line_height=\"1.2em\" header_font_size_tablet=\"40px\" header_font_size_phone=\"24px\" header_font_size_last_edited=\"on|desktop\" text_orientation_tablet=\"left\" text_orientation_phone=\"left\" text_orientation_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<h1>Shop</h1>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" specialty=\"on\" padding_bottom_1=\"30px\" padding_bottom_2=\"0px\" padding_top_bottom_link_1=\"false\" padding_top_bottom_link_2=\"false\" padding_left_right_link_1=\"false\" padding_left_right_link_2=\"false\" admin_label=\"Categories\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"#131218\" overflow-x=\"hidden\" overflow-y=\"hidden\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company23.jpg\" title_text=\"leather-company23\" _builder_version=\"4.18.0\" _module_preset=\"default\" max_width_tablet=\"400px\" max_width_phone=\"400px\" max_width_last_edited=\"on|tablet\" custom_margin_tablet=\"0%||||false|false\" custom_margin_phone=\"0%||||false|false\" custom_margin_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"3_4\" specialty_columns=\"3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" z_index=\"10\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company24.jpg\" title_text=\"leather-company24\" _builder_version=\"4.18.0\" _module_preset=\"default\" max_width_tablet=\"400px\" max_width_phone=\"400px\" max_width_last_edited=\"on|tablet\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_last_edited=\"off|desktop\" transform_translate_tablet=\"0%|0px\" transform_translate_phone=\"0%|0px\" transform_translate_last_edited=\"off|desktop\" transform_rotate_last_edited=\"off|desktop\" transform_skew_last_edited=\"off|desktop\" transform_origin_last_edited=\"off|desktop\" transform_styles_last_edited=\"off|desktop\" custom_padding=\"60px|0px|60px|60px|true|false\" custom_padding_tablet=\"30px||30px|30px|true|false\" custom_padding_phone=\"20px||20px|20px|true|false\" custom_padding_last_edited=\"on|phone\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"10vw\" box_shadow_vertical=\"0px\" box_shadow_color=\"#FFFFFF\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"#565559\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" custom_margin=\"||30px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<p>Mauris blandit aliquet elit, eget tincidunt nibh. Vestibulum ac diam sit amet quam vehicula elementum sed.</p>[/et_pb_text][et_pb_button button_text=\"See All Products\" _builder_version=\"4.17.6\" _module_preset=\"3117bc07-6a8a-4679-b3bb-b6ed74b48a2f\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#D9B882\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" custom_padding=\"16px|24px|16px|24px|true|true\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column_inner][/et_pb_row_inner][et_pb_row_inner column_structure=\"1_2,1_2\" use_custom_gutter=\"on\" gutter_width=\"1\" _builder_version=\"4.18.0\" _module_preset=\"default\" positioning=\"absolute\" position_origin_a=\"bottom_right\" width=\"100%\" custom_padding=\"0px||0px||false|false\" global_colors_info=\"{}\"][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column_inner][et_pb_column_inner type=\"1_2\" saved_specialty_column_type=\"3_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company25.jpg\" title_text=\"leather-company25\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_margin=\"|-10vw|||false|false\" box_shadow_style=\"preset4\" box_shadow_horizontal=\"0px\" box_shadow_vertical=\"24vw\" box_shadow_blur=\"10vw\" box_shadow_color=\"rgba(0,0,0,0.8)\" box_shadow_position=\"inner\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column_inner][/et_pb_row_inner][/et_pb_column][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Products\" _builder_version=\"4.17.6\" _module_preset=\"default\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_shop type=\"product_category\" posts_number=\"9\" show_pagination=\"on\" include_categories=\"33\" columns_number=\"3\" icon_hover_color=\"#D9B882\" _builder_version=\"4.18.0\" _module_preset=\"55c170ef-cb25-4c79-bacd-04c93b25c23b\" title_font=\"Alike||||||||\" title_text_color=\"#000000\" title_font_size=\"20px\" title_line_height=\"1.4em\" price_font=\"Inter||||||||\" price_text_color=\"#565559\" price_font_size=\"16px\" text_orientation=\"left\" title_font_size_tablet=\"16px\" title_font_size_phone=\"15px\" title_font_size_last_edited=\"on|desktop\" price_font_size_tablet=\"15px\" price_font_size_phone=\"14px\" price_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Feature\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_color=\"#131218\" custom_padding=\"||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"b327cbe4-b1d5-4b66-ad37-40c8f2f061ba\" header_2_font=\"Alike||||||||\" header_2_text_color=\"#FFFFFF\" header_2_font_size=\"60px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"20px\" header_2_font_size_last_edited=\"on|desktop\" text_orientation_tablet=\"left\" text_orientation_phone=\"left\" text_orientation_last_edited=\"on|tablet\" global_colors_info=\"{}\"]<h2>Custom Made to Order</h2>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"||0px||false|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"default\" custom_padding=\"60px|60px|60px||true|false\" custom_padding_tablet=\"0px|0px|30px||false|false\" custom_padding_phone=\"0px|0px|30px||false|false\" custom_padding_last_edited=\"on|desktop\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"aaa7c440-590a-4078-ae0c-0f3c699ac51c\" header_font=\"||||||||\" header_3_font=\"Alike||||||||\" header_3_text_color=\"#D9B882\" header_3_font_size=\"28px\" header_3_line_height=\"1.4em\" custom_margin=\"||10px||false|false\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|phone\" global_colors_info=\"{}\"]<h3>Sed porttitor lectus nibh amet</h3>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4c43b4b6-66bf-432d-959a-705bda24a650\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" custom_margin=\"||30px||false|false\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<p>Curabitur fermentum nulla non justo aliquet, quis vehicula quam consequat. Duis ut hendrerit tellus, elementum lacinia elit. Maecenas at consectetur ex, vitae consequat augue. Vivamus eget dolor vel quam condimentum sodales. In bibendum odio urna, sit amet fermentum purus venenatis amet.</p>[/et_pb_text][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company27.jpg\" title_text=\"leather-company27\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company26.jpg\" global_colors_info=\"{}\"][et_pb_divider show_divider=\"off\" _builder_version=\"4.17.6\" _module_preset=\"default\" height_tablet=\"40vw\" height_phone=\"40vw\" height_last_edited=\"on|phone\" global_colors_info=\"{}\"][/et_pb_divider][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"#A58855\" custom_padding=\"60px|40px|60px|40px|true|true\" custom_padding_tablet=\"30px||30px||true|true\" custom_padding_phone=\"20px|20px|20px|20px|true|true\" custom_padding_last_edited=\"on|tablet\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4c43b4b6-66bf-432d-959a-705bda24a650\" text_font=\"Inter||||||||\" text_text_color=\"#FFFFFF\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" custom_margin=\"||30px||false|false\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<p>Donec rutrum congue leo eget malesuada. Vestibulum ante ipsum primis in faucibus orci luctus et ultrices posuere cubilia Curae; Donec velit neque, auctor sit amet aliquam vel, ullamcorper sit amet ligula. Mauris blandit aliquet elit. Nulla quis lorem ut libero malesuada feugiat.</p>[/et_pb_text][et_pb_button button_text=\"Get Started\" _builder_version=\"4.18.0\" _module_preset=\"f489fdc3-bf1e-40c7-852b-c42851d4acb9\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#FFFFFF\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" custom_padding=\"16px|24px|16px|24px|true|true\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Promo\" _builder_version=\"4.18.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_direction=\"110deg\" background_color_gradient_stops=\"#ffffff 0%|rgba(255,255,255,0.55) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-01.jpg\" background_position=\"top_center\" custom_padding=\"10vw||10vw||true|false\" locked=\"off\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.18.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"aaa7c440-590a-4078-ae0c-0f3c699ac51c\" header_font=\"||||||||\" header_text_color=\"#FFFFFF\" header_3_font=\"Alike||||||||\" header_3_text_color=\"#000000\" header_3_font_size=\"28px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||||false|false\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h3>Get Up to 40% OFF While it Lasts!</h3>[/et_pb_text][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"b327cbe4-b1d5-4b66-ad37-40c8f2f061ba\" header_2_font=\"Alike||||||||\" header_2_text_color=\"#131218\" header_2_font_size=\"110px\" header_2_line_height=\"1.2em\" text_orientation=\"center\" custom_margin=\"||||false|false\" header_2_font_size_tablet=\"32px\" header_2_font_size_phone=\"20px\" header_2_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h2>Summer Sale!</h2>[/et_pb_text][et_pb_button button_text=\"Shop the Sale\" button_alignment=\"center\" _builder_version=\"4.18.0\" _module_preset=\"31b4f027-aaa0-4f2f-ae02-959764e19e4f\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"RGBA(255,255,255,0)\" button_border_color=\"#000000\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" custom_padding=\"16px|24px|16px|24px|true|true\" global_colors_info=\"{}\"][/et_pb_button][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Footer\" _builder_version=\"4.17.6\" _module_preset=\"default\" background_color=\"#000000\" custom_padding=\"0px||0px||false|false\" collapsed=\"on\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" use_custom_gutter=\"on\" gutter_width=\"1\" make_equal=\"on\" _builder_version=\"4.18.0\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" custom_padding=\"0px||0px||true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" background_color=\"rgba(255,255,255,0.1)\" custom_padding=\"8%|8%|8%|8%|true|true\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" global_colors_info=\"{}\"]<h4>Contact Us</h4>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<p>(255) 352-6258</p>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"#565559\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" global_colors_info=\"{}\"]<a href=\"mailto:#\">hello@divileather.com</a>[/et_pb_text][et_pb_text _builder_version=\"4.17.6\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<p>1234 Divi St. #1000<br />San Francisco, CA 94220</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" custom_padding=\"8%|8%|8%|8%|true|true\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"4827deed-2a92-4d97-a22f-f01067ae6873\" header_font=\"||||||||\" header_4_font=\"Alike||||||||\" header_4_text_color=\"#FFFFFF\" header_4_font_size=\"20px\" header_4_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" header_4_font_size_tablet=\"16px\" header_4_font_size_phone=\"15px\" header_4_font_size_last_edited=\"on|desktop\" locked=\"off\" global_colors_info=\"{}\"]<h4>Visit Us</h4>[/et_pb_text][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"1f09816e-184e-4ce5-a4cf-b39c52c423ca\" text_font=\"Inter||||||||\" text_text_color=\"rgba(255,255,255,0.7)\" text_font_size=\"16px\" text_line_height=\"1.8em\" link_text_color=\"#A58855\" text_orientation=\"center\" custom_margin=\"||10px||false|false\" text_font_size_tablet=\"15px\" text_font_size_phone=\"14px\" text_font_size_last_edited=\"on|phone\" header_font_size_tablet=\"55px\" header_font_size_last_edited=\"off|desktop\" locked=\"off\" global_colors_info=\"{}\"]<p>Monday: 9am–4pm<br />Tuesday: 9am–4pm<br />Wednesday: 9am–4pm<br />Thursday: 9am–4pm<br />Friday: 8am–2pm</p>\n<p>Weekends: Closed</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.18.0\" _module_preset=\"default\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(19,18,24,0.64) 0%|#131218 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/leather-company30.jpg\" custom_padding=\"8%|8%|8%|8%|true|true\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.18.0\" _module_preset=\"aaa7c440-590a-4078-ae0c-0f3c699ac51c\" header_font=\"||||||||\" header_3_font=\"Alike||||||||\" header_3_text_color=\"#FFFFFF\" header_3_font_size=\"28px\" header_3_line_height=\"1.4em\" text_orientation=\"center\" custom_margin=\"||30px||false|false\" header_3_font_size_tablet=\"20px\" header_3_font_size_phone=\"16px\" header_3_font_size_last_edited=\"on|phone\" locked=\"off\" global_colors_info=\"{}\"]<h3>Subscribe for 15% Off Your First Order</h3>[/et_pb_text][et_pb_signup mailchimp_list=\"elegantthemestest|1ea2bbd026\" first_name_field=\"off\" last_name_field=\"off\" _builder_version=\"4.17.6\" _module_preset=\"130e1552-90b5-43f0-b04f-958eb28256df\" form_field_background_color=\"RGBA(255,255,255,0)\" form_field_text_color=\"rgba(255,255,255,0.7)\" form_field_custom_padding=\"14px|20px|14px|20px|true|true\" form_field_font=\"Inter||||||||\" form_field_font_size=\"16px\" background_enable_color=\"off\" use_background_color=\"off\" custom_button=\"on\" button_text_size=\"14px\" button_text_color=\"#000000\" button_bg_color=\"#D9B882\" button_border_width=\"0px\" button_border_radius=\"0px\" button_font=\"Inter|700||on|||||\" button_custom_padding=\"16px|24px|16px|24px|true|true\" custom_margin=\"||30px||false|false\" form_field_font_size_tablet=\"15px\" form_field_font_size_phone=\"14px\" form_field_font_size_last_edited=\"on|phone\" border_radii_fields=\"on|0px|0px|0px|0px\" border_width_all_fields=\"1px\" border_color_all_fields=\"#FFFFFF\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_signup][et_pb_social_media_follow icon_color=\"rgba(255,255,255,0.7)\" _builder_version=\"4.17.6\" _module_preset=\"default\" text_orientation=\"center\" global_colors_info=\"{}\"][et_pb_social_media_follow_network social_network=\"facebook\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]facebook[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"twitter\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]twitter[/et_pb_social_media_follow_network][et_pb_social_media_follow_network social_network=\"instagram\" _builder_version=\"4.17.6\" _module_preset=\"default\" global_colors_info=\"{}\" follow_button=\"off\" url_new_window=\"on\"]instagram[/et_pb_social_media_follow_network][/et_pb_social_media_follow][/et_pb_column][/et_pb_row][/et_pb_section]','shop-test','','inherit','closed','closed','','3072-revision-v1','','','2024-09-02 22:31:00','2024-09-02 22:31:00','',3072,'https://staging.amtacshooting.com/?p=3170',0,'revision','',0),
(3172,10,'2024-09-05 19:37:56','2024-09-05 19:37:56','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" alt=\"Amtac Shooting Logo\" title_text=\"Amtac Shooting Logo\" align=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-05 19:37:56','2024-09-05 19:37:56','',81,'https://staging.amtacshooting.com/?p=3172',0,'revision','',0),
(3173,10,'2024-09-05 20:18:51','2024-09-05 20:18:51','Fighting at night. If you are new to running with helmet-mounted NVG’s and shooting in total darkness, the Amtac Shooting Intro to Fighting at Night is designed to teach you the basics of NVG and firearms use. If you have been doing this for a while it is a great opportunity to brush up on some of the latest Tactics Techniques and Procedures as in relates to NVG and thermal use and to continue to sharpen your capabilities. This course is designed to train solid Americans how to maximize the advantage of fighting at night time. What are the best tactics, what is the right gear, what are the best practices to maximize our chances of success? How do we shoot, move, and communicate at night? In this course, we will cover:\r\n<ul>\r\n 	<li>Day and night shooting with pistol and carbine.</li>\r\n 	<li>Setting up your helmet and NOD’s.</li>\r\n 	<li>Setting up pistol and carbine for night fighting.</li>\r\n 	<li>Radio communications.</li>\r\n 	<li>Team Tactics.</li>\r\n</ul>\r\nThis is a physically demanding course. You will need a baseline of fitness to participate.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-09-11-the-amtac-shooting-intro-to-fighting-at-night-nvg-course-near-boise-id\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n\r\n&nbsp;','11 September 2024 - Amtac Shooting Intro to Fighting at Night (NVG Course), near Boise,ID','','publish','open','closed','','11-september-2024-amtac-shooting-intro-to-fighting-at-night-nvg-course-near-boiseid','','','2024-09-06 17:17:46','2024-09-06 17:17:46','',0,'https://staging.amtacshooting.com/?post_type=tribe_events&#038;p=3173',0,'tribe_events','',0),
(3174,10,'2024-09-05 19:55:24','0000-00-00 00:00:00','','organizer: American Tactical Shooting Instruction LLC','','draft','closed','closed','','organizer-american-tactical-shooting-instruction-llc','','','2024-09-05 19:55:24','0000-00-00 00:00:00','',0,'https://staging.amtacshooting.com/?post_type=tribe_organizer&p=3174',0,'tribe_organizer','',0),
(3175,10,'2024-09-05 19:55:24','2024-09-05 19:55:24','Fighting at night. If you are new to running with helmet-mounted NVG’s and shooting in total darkness, the Amtac Shooting Intro to Fighting at Night is designed to teach you the basics of NVG and firearms use. If you have been doing this for a while it is a great opportunity to brush up on some of the latest Tactics Techniques and Procedures as in relates to NVG and thermal use and to continue to sharpen your capabilities. This course is designed to train solid Americans how to maximize the advantage of fighting at night time. What are the best tactics, what is the right gear, what are the best practices to maximize our chances of success? How do we shoot, move, and communicate at night? In this course, we will cover:\r\n<ul>\r\n 	<li>Day and night shooting with pistol and carbine.</li>\r\n 	<li>Setting up your helmet and NOD’s.</li>\r\n 	<li>Setting up pistol and carbine for night fighting.</li>\r\n 	<li>Radio communications.</li>\r\n 	<li>Team Tactics.</li>\r\n</ul>\r\nThis is a physically demanding course. You will need a baseline of fitness to participate.','11 September 2024 - Amtac Shooting Intro to Fighting at Night (NVG Course), near Boise,ID','','inherit','closed','closed','','3173-revision-v1','','','2024-09-05 19:55:24','2024-09-05 19:55:24','',3173,'https://staging.amtacshooting.com/?p=3175',0,'revision','',0),
(3176,10,'2024-09-05 19:55:51','0000-00-00 00:00:00','','organizer: American Tactical Shooting Instruction LLC','','publish','closed','closed','','organizer-american-tactical-shooting-instruction-llc','','','2024-09-05 19:55:51','0000-00-00 00:00:00','',0,'https://staging.amtacshooting.com/?post_type=tribe_organizer&p=3176',0,'tribe_organizer','',0),
(3177,10,'2024-09-05 20:14:05','2024-09-05 20:14:05','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" column_structure=\"1_4,1_4,1_4,1_4\"][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"1_4\"][diec_event_carousel _builder_version=\"4.27.0\" _module_preset=\"default\" included_categories=\"87,88,89,90,91,92,93,94,95,96,97,98,99,100,101,102,104,105,106,107,86,108,109,110,111,112,113,114,115,103,116,117,118,119\" hover_enabled=\"0\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"1_4\"][/et_pb_column][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"1_4\"][/et_pb_column][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"1_4\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" alt=\"Amtac Shooting Logo\" title_text=\"Amtac Shooting Logo\" align=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-05 20:14:05','2024-09-05 20:14:05','',81,'https://staging.amtacshooting.com/?p=3177',0,'revision','',0),
(3179,10,'2024-09-05 19:55:51','2024-09-05 19:55:51','','organizer: American Tactical Shooting Instruction LLC','','inherit','closed','closed','','3176-revision-v1','','','2024-09-05 19:55:51','2024-09-05 19:55:51','',3176,'https://staging.amtacshooting.com/?p=3179',0,'revision','',0),
(3180,10,'2024-09-05 20:19:23','2024-09-05 20:19:23','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" column_structure=\"1_5,1_5,1_5,1_5,1_5\"][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"1_5\"][diec_event_carousel _builder_version=\"4.27.0\" _module_preset=\"default\" use_current_loop=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"1_5\"][/et_pb_column][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"1_5\"][/et_pb_column][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"1_5\"][/et_pb_column][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"1_5\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" alt=\"Amtac Shooting Logo\" title_text=\"Amtac Shooting Logo\" align=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-05 20:19:23','2024-09-05 20:19:23','',81,'https://staging.amtacshooting.com/?p=3180',0,'revision','',0),
(3181,10,'2024-09-05 20:22:41','2024-09-05 20:22:41','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" min_height=\"785.2px\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" min_height=\"884.3px\" show_venue=\"off\" show_name=\"off\" show_excerpt=\"off\" show_category=\"off\" title_font_size=\"11px\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" alt=\"Amtac Shooting Logo\" title_text=\"Amtac Shooting Logo\" align=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-05 20:22:41','2024-09-05 20:22:41','',81,'https://staging.amtacshooting.com/?p=3181',0,'revision','',0),
(3182,10,'2024-09-05 20:24:00','2024-09-05 20:24:00','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_4,1_4,1_4,1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" min_height=\"785.2px\" sticky_enabled=\"0\"][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][diec_event_carousel use_current_loop=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" min_height=\"884.3px\" show_venue=\"off\" show_name=\"off\" show_excerpt=\"off\" show_category=\"off\" title_font_size=\"11px\" sticky_enabled=\"0\" link_option_url=\"https://staging.amtacshooting.com/event/11-september-2024-amtac-shooting-intro-to-fighting-at-night-nvg-course-near-boiseid/\"][/diec_event_carousel][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" alt=\"Amtac Shooting Logo\" title_text=\"Amtac Shooting Logo\" align=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-05 20:24:00','2024-09-05 20:24:00','',81,'https://staging.amtacshooting.com/?p=3182',0,'revision','',0),
(3183,10,'2024-09-05 20:30:48','2024-09-05 20:30:48','<strong>Amtac Shooting Combatives Seminar (Kore BJJ)\r\nDanbury, CT</strong>\r\n<div class=\"field-textParagraph field-registrant-0 registrant-field\">\r\n<div class=\"label-align form-width fr-view ng-binding\">\r\n\r\nThis is a 3-hour combatives seminar hosted by Kore BJJ, <a href=\"https://www.facebook.com/attconnecticut/\" target=\"_blank\" rel=\"noopener noreferrer\">American Top Team Connecticut</a> in Danbury, CT.\r\n\r\nTime: 5-8pm\r\n\r\nIt will focus on strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principles into real life application. A mindset talk will be included.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-11-11-combatives-seminar-kore-bjj-ct\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n\r\n</div>\r\n</div>','11 November 2024 - Amtac Shooting Combatives Seminar (Kore BJJ)','','publish','open','closed','','11-november-2024-amtac-shooting-combatives-seminar-kore-bjj','','','2024-10-31 22:00:57','2024-10-31 22:00:57','',0,'https://staging.amtacshooting.com/?post_type=tribe_events&#038;p=3183',0,'tribe_events','',0),
(3184,10,'2024-09-05 20:30:48','2024-09-05 20:30:48','<strong>Amtac Shooting Combatives Seminar (Kore BJJ)\r\nDanbury, CT</strong>\r\n<div class=\"field-textParagraph field-registrant-0 registrant-field\">\r\n<div class=\"label-align form-width fr-view ng-binding\">\r\n\r\nThis is a 3-hour combatives seminar hosted by Kore BJJ, <a href=\"https://www.facebook.com/attconnecticut/\" target=\"_blank\" rel=\"noopener noreferrer\">American Top Team Connecticut</a> in Danbury, CT.\r\n\r\nTime: 5-8pm\r\n\r\nIt will focus on strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principles into real life application. A mindset talk will be included.\r\n\r\n</div>\r\n</div>','11 November 2024 - Amtac Shooting Combatives Seminar (Kore BJJ)','','inherit','closed','closed','','3183-revision-v1','','','2024-09-05 20:30:48','2024-09-05 20:30:48','',3183,'https://staging.amtacshooting.com/?p=3184',0,'revision','',0),
(3185,10,'2024-09-05 20:32:29','2024-09-05 20:32:29','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][diec_event_carousel use_current_loop=\"on\" show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_excerpt=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"11px\" min_height=\"884.3px\" link_option_url=\"https://staging.amtacshooting.com/event/11-september-2024-amtac-shooting-intro-to-fighting-at-night-nvg-course-near-boiseid/\" global_colors_info=\"{}\" width=\"100%\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" alt=\"Amtac Shooting Logo\" title_text=\"Amtac Shooting Logo\" align=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-05 20:32:29','2024-09-05 20:32:29','',81,'https://staging.amtacshooting.com/?p=3185',0,'revision','',0),
(3186,10,'2024-09-05 20:46:12','2024-09-05 20:46:12','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][diec_event_carousel use_current_loop=\"on\" show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_excerpt=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"11px\" width=\"100%\" min_height=\"884.3px\" link_option_url=\"https://staging.amtacshooting.com/event/11-september-2024-amtac-shooting-intro-to-fighting-at-night-nvg-course-near-boiseid/\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" alt=\"Amtac Shooting Logo\" title_text=\"Amtac Shooting Logo\" align=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-05 20:46:12','2024-09-05 20:46:12','',81,'https://staging.amtacshooting.com/?p=3186',0,'revision','',0),
(3188,10,'2024-09-05 20:53:13','2024-09-05 20:53:13','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][diec_event_carousel use_current_loop=\"on\" show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_excerpt=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"11px\" width=\"100%\" min_height=\"884.3px\" link_option_url=\"https://staging.amtacshooting.com/event/11-september-2024-amtac-shooting-intro-to-fighting-at-night-nvg-course-near-boiseid/\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" columns=\"4\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" alt=\"Amtac Shooting Logo\" title_text=\"Amtac Shooting Logo\" align=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-05 20:53:13','2024-09-05 20:53:13','',81,'https://staging.amtacshooting.com/?p=3188',0,'revision','',0),
(3190,10,'2024-09-05 20:57:06','2024-09-05 20:57:06','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][diec_event_carousel use_current_loop=\"on\" show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_excerpt=\"off\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"15px\" width=\"100%\" min_height=\"884.3px\" link_option_url=\"https://staging.amtacshooting.com/event/11-september-2024-amtac-shooting-intro-to-fighting-at-night-nvg-course-near-boiseid/\" hover_enabled=\"0\" global_colors_info=\"{}\" open_toggle_background_color=\"#FFFFFF\" border_radii_event_border=\"on||||\" duration_font_size=\"12px\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" alt=\"Amtac Shooting Logo\" title_text=\"Amtac Shooting Logo\" align=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-05 20:57:06','2024-09-05 20:57:06','',81,'https://staging.amtacshooting.com/?p=3190',0,'revision','',0),
(3195,10,'2024-09-06 17:09:57','2024-09-06 17:09:57','<strong>The Amtac Shooting Magnified Optic Carbine Course</strong>\r\n<strong>Lead Instructor: Bryan Resnick\r\nNear Indianapolis, IN</strong>\r\n\r\nWhat does your “go to” carbine set up look like? For me, it will most certainly include some sort of magnification. Whether a Hybrid Carbine with anLVPO or a RDS set up with Magnifier, being able to see better is a massive advantage in the fight.\r\n\r\nSeeing alone is not enough. We want to have precision fire capabilities at various positions and distances. This course is designed to help shooters get the most out of their set up, learning where their system\'s capabilities start and end.\r\n\r\nAre you maximizing your system\'s potential? Come find out!\r\n\r\nCourse curriculum will include:\r\n<ul>\r\n 	<li>Carbine set up and zero</li>\r\n 	<li>Introduction to external ballistics including ballistic calculator/app setup</li>\r\n 	<li>Understanding MOA and MRAD</li>\r\n 	<li>Carbine Fundamentals and manipulations</li>\r\n 	<li>Positional Shooting (body supported and using hasty support)</li>\r\n 	<li>“Micro Dope” at closer ranges</li>\r\n 	<li>Observation and partner communication skills</li>\r\n 	<li>Speed and accuracy standards from zero distance to CQB ranges</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2024-10-27-magnified-optic-carbine-course-led-by-bryan-resnick\"><button>Registration and More Details Here &gt;&gt;</button></a></h3>','27 October 2024 Amtac Shooting Magnified Optic Carbine Course Led by Bryan Resnick','','publish','open','closed','','27-october-2024-amtac-shooting-magnified-optic-carbine-course-led-by-bryan-resnick','','','2024-10-31 22:01:23','2024-10-31 22:01:23','',0,'https://staging.amtacshooting.com/?post_type=tribe_events&#038;p=3195',0,'tribe_events','',0),
(3196,10,'2024-09-06 17:09:57','2024-09-06 17:09:57','<strong>The Amtac Shooting Magnified Optic Carbine Course</strong>\r\n<strong>Lead Instructor: Bryan Resnick\r\nNear Indianapolis, IN</strong>\r\n\r\nWhat does your “go to” carbine set up look like? For me, it will most certainly include some sort of magnification. Whether a Hybrid Carbine with anLVPO or a RDS set up with Magnifier, being able to see better is a massive advantage in the fight.\r\n\r\nSeeing alone is not enough. We want to have precision fire capabilities at various positions and distances. This course is designed to help shooters get the most out of their set up, learning where their system\'s capabilities start and end.\r\n\r\nAre you maximizing your system\'s potential? Come find out!\r\n\r\nCourse curriculum will include:\r\n<ul>\r\n 	<li>Carbine set up and zero</li>\r\n 	<li>Introduction to external ballistics including ballistic calculator/app setup</li>\r\n 	<li>Understanding MOA and MRAD</li>\r\n 	<li>Carbine Fundamentals and manipulations</li>\r\n 	<li>Positional Shooting (body supported and using hasty support)</li>\r\n 	<li>“Micro Dope” at closer ranges</li>\r\n 	<li>Observation and partner communication skills</li>\r\n 	<li>Speed and accuracy standards from zero distance to CQB ranges</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2024-10-27-magnified-optic-carbine-course-led-by-bryan-resnick\"><button>Registration and More Details Here &gt;&gt;</button></a></h3>','27 October 2024 Amtac Shooting Magnified Optic Carbine Course Led by Bryan Resnick','','inherit','closed','closed','','3195-revision-v1','','','2024-09-06 17:09:57','2024-09-06 17:09:57','',3195,'https://staging.amtacshooting.com/?p=3196',0,'revision','',0),
(3199,10,'2024-09-06 17:15:57','2024-09-06 17:15:57','<strong>Amtac Shooting Combatives Seminar (Kore BJJ)\r\nDanbury, CT</strong>\r\n<div class=\"field-textParagraph field-registrant-0 registrant-field\">\r\n<div class=\"label-align form-width fr-view ng-binding\">\r\n\r\nThis is a 3-hour combatives seminar hosted by Kore BJJ, <a href=\"https://www.facebook.com/attconnecticut/\" target=\"_blank\" rel=\"noopener noreferrer\">American Top Team Connecticut</a> in Danbury, CT.\r\n\r\nTime: 5-8pm\r\n\r\nIt will focus on strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principles into real life application. A mindset talk will be included.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-11-11-combatives-seminar-kore-bjj-ct\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n\r\n</div>\r\n</div>','11 November 2024 - Amtac Shooting Combatives Seminar (Kore BJJ)','','inherit','closed','closed','','3183-revision-v1','','','2024-09-06 17:15:57','2024-09-06 17:15:57','',3183,'https://staging.amtacshooting.com/?p=3199',0,'revision','',0),
(3200,10,'2024-09-06 17:17:46','2024-09-06 17:17:46','Fighting at night. If you are new to running with helmet-mounted NVG’s and shooting in total darkness, the Amtac Shooting Intro to Fighting at Night is designed to teach you the basics of NVG and firearms use. If you have been doing this for a while it is a great opportunity to brush up on some of the latest Tactics Techniques and Procedures as in relates to NVG and thermal use and to continue to sharpen your capabilities. This course is designed to train solid Americans how to maximize the advantage of fighting at night time. What are the best tactics, what is the right gear, what are the best practices to maximize our chances of success? How do we shoot, move, and communicate at night? In this course, we will cover:\r\n<ul>\r\n 	<li>Day and night shooting with pistol and carbine.</li>\r\n 	<li>Setting up your helmet and NOD’s.</li>\r\n 	<li>Setting up pistol and carbine for night fighting.</li>\r\n 	<li>Radio communications.</li>\r\n 	<li>Team Tactics.</li>\r\n</ul>\r\nThis is a physically demanding course. You will need a baseline of fitness to participate.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-09-11-the-amtac-shooting-intro-to-fighting-at-night-nvg-course-near-boise-id\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n\r\n&nbsp;','11 September 2024 - Amtac Shooting Intro to Fighting at Night (NVG Course), near Boise,ID','','inherit','closed','closed','','3173-revision-v1','','','2024-09-06 17:17:46','2024-09-06 17:17:46','',3173,'https://staging.amtacshooting.com/?p=3200',0,'revision','',0),
(3202,10,'2025-09-06 17:22:36','2025-09-06 17:22:36','<strong>Fighting In &amp; Around Vehicles </strong>\r\n<strong>Carbine Course </strong>\r\n<b><strong>Led by Bill Rapier</strong>\r\n<strong>Wallingford, CT</strong>\r\n</b>\r\n\r\nWe are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more goodAmericans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through:\r\n<ul>\r\n 	<li>When/why to have a carbine with you</li>\r\n 	<li>How to stage it in your vehicle</li>\r\n 	<li>Set up, zero and drill with your live weapon</li>\r\n 	<li>Incorporate challenging force on force drills using airsoft tools</li>\r\n</ul>\r\nThis is a physically demanding course that requires a baseline of fitness to participate.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-11-12-fighting-in-around-vehicles-led-by-bill-rapier-ct\"><button>Registration and More Details Here &gt;&gt;</button></a>','12-13 November 2024 - Amtac Shooting Fighting In & Around Vehicles Carbine Course','','publish','open','closed','','12-13-november-2024-amtac-shooting-fighting-in-around-vehicles-carbine-course','','','2024-12-17 00:25:01','2024-12-17 00:25:01','',0,'https://staging.amtacshooting.com/?post_type=tribe_events&#038;p=3202',0,'tribe_events','',0),
(3203,10,'2024-09-06 17:22:36','2024-09-06 17:22:36','<strong>Fighting In &amp; Around Vehicles </strong>\r\n<strong>Carbine Course </strong>\r\n<b><strong>Led by Bill Rapier</strong>\r\n<strong>Wallingford, CT</strong>\r\n</b>\r\n\r\nWe are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more goodAmericans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through:\r\n<ul>\r\n 	<li>When/why to have a carbine with you</li>\r\n 	<li>How to stage it in your vehicle</li>\r\n 	<li>Set up, zero and drill with your live weapon</li>\r\n 	<li>Incorporate challenging force on force drills using airsoft tools</li>\r\n</ul>\r\nThis is a physically demanding course that requires a baseline of fitness to participate.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-11-12-fighting-in-around-vehicles-led-by-bill-rapier-ct\"><button>Registration and More Details Here &gt;&gt;</button></a>','12-13 November 2024 - Amtac Shooting Fighting In & Around Vehicles Carbine Course','','inherit','closed','closed','','3202-revision-v1','','','2024-09-06 17:22:36','2024-09-06 17:22:36','',3202,'https://staging.amtacshooting.com/?p=3203',0,'revision','',0),
(3204,10,'2024-09-06 17:26:04','2024-09-06 17:26:04','<strong>Amtac Shooting Force on Force Course\r\nLed by Bill Rapier\r\nNear Boise, ID</strong>\r\n\r\nDoes your system work? How well will your shooting/ combatives hold up under pressure? The Amtac Force on Force course will help you answer those questions and also build on your existing skill set. This course will cover pistol/ combative/ blade fundamentals and then place you in mentally and physically challenging force-on-force scenarios. This is a physically demanding, hands-on course that will elevate your situational awareness and shooting/ combative ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-09-12-amtac-shooting-force-on-force-course-near-boise-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','12-13 September 2024 - Amtac Shooting Force on Force Course near Boise, ID','','publish','open','closed','','12-13-september-2024-amtac-shooting-force-on-force-course-near-boise-id','','','2024-09-06 17:26:04','2024-09-06 17:26:04','',0,'https://staging.amtacshooting.com/?post_type=tribe_events&#038;p=3204',0,'tribe_events','',0),
(3205,10,'2024-09-06 17:26:04','2024-09-06 17:26:04','<strong>Amtac Shooting Force on Force Course\r\nLed by Bill Rapier\r\nNear Boise, ID</strong>\r\n\r\nDoes your system work? How well will your shooting/ combatives hold up under pressure? The Amtac Force on Force course will help you answer those questions and also build on your existing skill set. This course will cover pistol/ combative/ blade fundamentals and then place you in mentally and physically challenging force-on-force scenarios. This is a physically demanding, hands-on course that will elevate your situational awareness and shooting/ combative ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-09-12-amtac-shooting-force-on-force-course-near-boise-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','12-13 September 2024 - Amtac Shooting Force on Force Course near Boise, ID','','inherit','closed','closed','','3204-revision-v1','','','2024-09-06 17:26:04','2024-09-06 17:26:04','',3204,'https://staging.amtacshooting.com/?p=3205',0,'revision','',0),
(3208,10,'2024-09-06 17:43:47','2024-09-06 17:43:47','<strong>The Amtac Shooting Pistol/Combatives 1 Course</strong>\r\n<strong>Led by Kevin Kelly</strong>\r\n<strong>Near Manchester, NH</strong>\r\n\r\nMost “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. This course will teach you how to integrate empty-hand techniques with blades, improvised weapons, and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. This is a physically demanding, hands-on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-09-21-integrated-combatives-1-course-nh-led-by-kevin-kelly\"><button>Registration and More Details Here &gt;&gt;</button></a>','21 September 2024 - Amtac Shooting Integrated Combatives Course NH Led by Kevin Kelly','','publish','open','closed','','21-september-2024-amtac-shooting-integrated-combatives-course-nh-led-by-kevin-kelly','','','2024-09-06 17:43:47','2024-09-06 17:43:47','',0,'https://staging.amtacshooting.com/?post_type=tribe_events&#038;p=3208',0,'tribe_events','',0),
(3209,10,'2024-09-06 17:43:47','2024-09-06 17:43:47','<strong>The Amtac Shooting Pistol/Combatives 1 Course</strong>\r\n<strong>Led by Kevin Kelly</strong>\r\n<strong>Near Manchester, NH</strong>\r\n\r\nMost “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. This course will teach you how to integrate empty-hand techniques with blades, improvised weapons, and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. This is a physically demanding, hands-on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-09-21-integrated-combatives-1-course-nh-led-by-kevin-kelly\"><button>Registration and More Details Here &gt;&gt;</button></a>','21 September 2024 - Amtac Shooting Integrated Combatives Course NH Led by Kevin Kelly','','inherit','closed','closed','','3208-revision-v1','','','2024-09-06 17:43:47','2024-09-06 17:43:47','',3208,'https://staging.amtacshooting.com/?p=3209',0,'revision','',0),
(3210,10,'2024-09-06 17:46:08','2024-09-06 17:46:08','<strong>The Amtac Shooting Pistol Combatives and Medical Course\r\nLed by Bill Rapier\r\nBaker, Florida</strong>\r\n\r\nThe Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills:\r\n<ul>\r\n 	<li>Bleeding control</li>\r\n 	<li>Airway management</li>\r\n 	<li>Respiratory support</li>\r\n 	<li>Dealing with shock and hypothermia</li>\r\n</ul>\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-10-03-pistol-combatives-and-medical-course-fl\"><button>Registration and More Details Here &gt;&gt;</button></a>','3 October 2024 - Amtac Shooting Pistol Combatives and Medical Course FL (This Course is Full)','','publish','open','closed','','3-october-2024-amtac-shooting-pistol-combatives-and-medical-course-fl-this-course-is-full','','','2024-09-06 17:46:08','2024-09-06 17:46:08','',0,'https://staging.amtacshooting.com/?post_type=tribe_events&#038;p=3210',0,'tribe_events','',0),
(3211,10,'2024-09-06 17:46:08','2024-09-06 17:46:08','<strong>The Amtac Shooting Pistol Combatives and Medical Course\r\nLed by Bill Rapier\r\nBaker, Florida</strong>\r\n\r\nThe Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills:\r\n<ul>\r\n 	<li>Bleeding control</li>\r\n 	<li>Airway management</li>\r\n 	<li>Respiratory support</li>\r\n 	<li>Dealing with shock and hypothermia</li>\r\n</ul>\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-10-03-pistol-combatives-and-medical-course-fl\"><button>Registration and More Details Here &gt;&gt;</button></a>','3 October 2024 - Amtac Shooting Pistol Combatives and Medical Course FL (This Course is Full)','','inherit','closed','closed','','3210-revision-v1','','','2024-09-06 17:46:08','2024-09-06 17:46:08','',3210,'https://staging.amtacshooting.com/?p=3211',0,'revision','',0),
(3212,10,'2024-09-06 17:49:13','2024-09-06 17:49:13','If you can only take one rifle, which one is it? That question has been asked by a lot of very capable men. My answer is the Hybrid Carbine, a 11.5-16 in accurate 5.56 rifle with a 1-6, 1-8, or 1-10 power LPVO. With this setup, you can shoot anything from CQB distances to 400-700 yards and beyond. This course will work carbine fundamentals and then jump right into medium distance shooting (out to 400-700 yards).\r\n\r\nCourse curriculum will include:\r\n<ul>\r\n 	<li>Carbine fundamentals and close-range manipulation</li>\r\n 	<li>Medium distance shooting</li>\r\n 	<li>Transitioning from near to far targets</li>\r\n 	<li>Intro to external ballistics</li>\r\n 	<li>Understanding MOA\'s and MRAD</li>\r\n 	<li>Ballistic calculator use</li>\r\n 	<li>Truing your rifle</li>\r\n</ul>\r\nand more.\r\n\r\n&nbsp;\r\n<h3><a href=\"https://amtacshooting.regfox.com/2024-10-04-hybrid-carbine-course-fl\"><button>Register</button></a></h3>','4-5 October 2024 - Amtac Shooting Hybrid Carbine Course FL (This Course is Full)','','publish','open','closed','','4-5-october-2024-amtac-shooting-hybrid-carbine-course-fl-this-course-is-full','','','2024-09-06 17:49:13','2024-09-06 17:49:13','',0,'https://staging.amtacshooting.com/?post_type=tribe_events&#038;p=3212',0,'tribe_events','',0),
(3213,10,'2024-09-06 17:49:13','2024-09-06 17:49:13','If you can only take one rifle, which one is it? That question has been asked by a lot of very capable men. My answer is the Hybrid Carbine, a 11.5-16 in accurate 5.56 rifle with a 1-6, 1-8, or 1-10 power LPVO. With this setup, you can shoot anything from CQB distances to 400-700 yards and beyond. This course will work carbine fundamentals and then jump right into medium distance shooting (out to 400-700 yards).\r\n\r\nCourse curriculum will include:\r\n<ul>\r\n 	<li>Carbine fundamentals and close-range manipulation</li>\r\n 	<li>Medium distance shooting</li>\r\n 	<li>Transitioning from near to far targets</li>\r\n 	<li>Intro to external ballistics</li>\r\n 	<li>Understanding MOA\'s and MRAD</li>\r\n 	<li>Ballistic calculator use</li>\r\n 	<li>Truing your rifle</li>\r\n</ul>\r\nand more.\r\n\r\n&nbsp;\r\n<h3><a href=\"https://amtacshooting.regfox.com/2024-10-04-hybrid-carbine-course-fl\"><button>Register</button></a></h3>','4-5 October 2024 - Amtac Shooting Hybrid Carbine Course FL (This Course is Full)','','inherit','closed','closed','','3212-revision-v1','','','2024-09-06 17:49:13','2024-09-06 17:49:13','',3212,'https://staging.amtacshooting.com/?p=3213',0,'revision','',0),
(3214,10,'2024-09-06 17:51:48','2024-09-06 17:51:48','<div data-pm-slice=\"1 3 []\" data-en-clipboard=\"true\"><b>God, Family, Country. Many of us grew up with those words, but what do they actually mean? Are we living the values that we profess, or are they just words? The world tells us that Christian men are weak - a milk-toast version of Christianity. That needs to stop. As followers of Christ, we are called to stand up and battle for the truth, battle for our families, and battle for our country. As Christian men, we are called to love God, love our wives, and love and train our children to follow Christ. We should also be capable men. If you are a believer, this course will encourage your walk with the Lord, if you are not a believer you will hear the Good News, and either way you will receive some solid combatives instruction on striking, blade use, and some general physicality. You will learn practical ways to be more capable of protecting yourself and your family and you will learn practical ways to follow harder after Christ. This is an active course, you need to be healthy to participate. This course will cover the following:</b></div>\r\n<ul>\r\n 	<li>\r\n<div><b>The calling of Christian men</b></div></li>\r\n 	<li>\r\n<div><b>Throwing elbows</b></div></li>\r\n 	<li>\r\n<div><b>Using head butts</b></div></li>\r\n 	<li>\r\n<div><b>Throwing knees</b></div></li>\r\n 	<li>\r\n<div><b>Using Thai clinch and collar ties</b></div></li>\r\n 	<li>\r\n<div><b>Intro to blade use</b></div></li>\r\n 	<li>\r\n<div><b>Team stress course</b></div></li>\r\n 	<li>\r\n<div><b>Practical ways to follow more intentionally after Christ</b></div></li>\r\n 	<li>\r\n<div><b>The Gospel</b></div></li>\r\n 	<li>\r\n<div><b>Question and answer time</b></div></li>\r\n 	<li>\r\n<div><b>Dinner is provided</b></div></li>\r\n</ul>\r\n&nbsp;\r\n<h3><a href=\"https://amtacshooting.regfox.com/2024-10-06-developing-solid-christian-men-fl\"><button>Registration and More Details Here &gt;&gt;</button></a></h3>','6 October 2024 Developing Solid Christian Men FL','','publish','open','closed','','6-october-2024-developing-solid-christian-men-fl','','','2024-09-06 17:51:48','2024-09-06 17:51:48','',0,'https://staging.amtacshooting.com/?post_type=tribe_events&#038;p=3214',0,'tribe_events','',0),
(3215,10,'2024-09-06 17:51:48','2024-09-06 17:51:48','<div data-pm-slice=\"1 3 []\" data-en-clipboard=\"true\"><b>God, Family, Country. Many of us grew up with those words, but what do they actually mean? Are we living the values that we profess, or are they just words? The world tells us that Christian men are weak - a milk-toast version of Christianity. That needs to stop. As followers of Christ, we are called to stand up and battle for the truth, battle for our families, and battle for our country. As Christian men, we are called to love God, love our wives, and love and train our children to follow Christ. We should also be capable men. If you are a believer, this course will encourage your walk with the Lord, if you are not a believer you will hear the Good News, and either way you will receive some solid combatives instruction on striking, blade use, and some general physicality. You will learn practical ways to be more capable of protecting yourself and your family and you will learn practical ways to follow harder after Christ. This is an active course, you need to be healthy to participate. This course will cover the following:</b></div>\r\n<ul>\r\n 	<li>\r\n<div><b>The calling of Christian men</b></div></li>\r\n 	<li>\r\n<div><b>Throwing elbows</b></div></li>\r\n 	<li>\r\n<div><b>Using head butts</b></div></li>\r\n 	<li>\r\n<div><b>Throwing knees</b></div></li>\r\n 	<li>\r\n<div><b>Using Thai clinch and collar ties</b></div></li>\r\n 	<li>\r\n<div><b>Intro to blade use</b></div></li>\r\n 	<li>\r\n<div><b>Team stress course</b></div></li>\r\n 	<li>\r\n<div><b>Practical ways to follow more intentionally after Christ</b></div></li>\r\n 	<li>\r\n<div><b>The Gospel</b></div></li>\r\n 	<li>\r\n<div><b>Question and answer time</b></div></li>\r\n 	<li>\r\n<div><b>Dinner is provided</b></div></li>\r\n</ul>\r\n&nbsp;\r\n<h3><a href=\"https://amtacshooting.regfox.com/2024-10-06-developing-solid-christian-men-fl\"><button>Registration and More Details Here &gt;&gt;</button></a></h3>','6 October 2024 Developing Solid Christian Men FL','','inherit','closed','closed','','3214-revision-v1','','','2024-09-06 17:51:48','2024-09-06 17:51:48','',3214,'https://staging.amtacshooting.com/?p=3215',0,'revision','',0),
(3216,10,'2024-09-06 17:54:10','2024-09-06 17:54:10','<strong>The Amtac Shooting Pistol Combatives 1 Course</strong>\r\n<strong>Lead Instructor: Bryan Resnick\r\nNear Indianapolis, IN</strong>\r\n\r\nThis is a one-day course focused on Pistol Combatives. Pistol Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate.\r\n\r\nThis course will cover:\r\n<ul>\r\n 	<li>mindset</li>\r\n 	<li>loading procedures</li>\r\n 	<li>concealed draw stroke</li>\r\n 	<li>combative weapons retention shooting</li>\r\n 	<li>blade selection</li>\r\n 	<li>blade deployment and targeting</li>\r\n 	<li>striking and transitions from striking/ blade use to pistol deployment.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2024-10-26-pistol-combatives-1-led-by-bryan-resnick\"><button>Registration and More Details Here &gt;&gt;</button></a></h3>','26 October 2024 Amtac Shooting Pistol Combatives 1 Course Led by Bryan Resnick','','publish','open','closed','','26-october-2024-amtac-shooting-pistol-combatives-1-course-led-by-bryan-resnick-2','','','2024-10-03 21:36:33','2024-10-03 21:36:33','',0,'https://staging.amtacshooting.com/?post_type=tribe_events&#038;p=3216',0,'tribe_events','',0),
(3217,10,'2024-09-06 17:54:10','2024-09-06 17:54:10','<strong>The Amtac Shooting Pistol Combatives 1 Course</strong>\r\n<strong>Lead Instructor: Bryan Resnick\r\nNear Indianapolis, IN</strong>\r\n\r\nThis is a one-day course focused on Pistol Combatives. Pistol Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate.\r\n\r\nThis course will cover:\r\n<ul>\r\n 	<li>mindset</li>\r\n 	<li>loading procedures</li>\r\n 	<li>concealed draw stroke</li>\r\n 	<li>combative weapons retention shooting</li>\r\n 	<li>blade selection</li>\r\n 	<li>blade deployment and targeting</li>\r\n 	<li>striking and transitions from striking/ blade use to pistol deployment.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2024-10-26-pistol-combatives-1-led-by-bryan-resnick\"><button>Registration and More Details Here &gt;&gt;</button></a></h3>','26 October 2024 Amtac Shooting Pistol Combatives 1 Course Led by Bryan Resnick','','inherit','closed','closed','','3216-revision-v1','','','2024-09-06 17:54:10','2024-09-06 17:54:10','',3216,'https://staging.amtacshooting.com/?p=3217',0,'revision','',0),
(3220,10,'2024-09-06 17:59:49','2024-09-06 17:59:49','<strong>The Amtac Shooting NVG Level 2 Course / Fighting at Night</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Coeur d\'Alene, Idaho at the Amtac Training Center</strong>\r\n<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\">Fighting at night. The Amtac Shooting Level 2 NVG course is designed to train solid Americans how to maximize the advantage of fighting at night time. What are the best tactics, what is the right gear, what are the best practices to maximize our chances of success? How do we shoot, move, and communicate at night? In this course, we will cover:</div>\r\n<ul>\r\n 	<li>\r\n<div>Day and night shooting with pistol and carbine</div></li>\r\n 	<li>\r\n<div>Setting up your helmet and NODs</div></li>\r\n 	<li>\r\n<div>Setting up pistol and carbine for night fighting</div></li>\r\n 	<li>\r\n<div>Team movement at night</div></li>\r\n 	<li>\r\n<div>Intro to day and night 2 man CQB</div></li>\r\n 	<li>\r\n<div>Force on force runs at night</div></li>\r\n 	<li>\r\n<div>Radio communications</div></li>\r\n 	<li>\r\n<div>Team Tactics</div></li>\r\n 	<li>\r\n<div>Mindset</div></li>\r\n</ul>\r\n<div></div>\r\n<div>This is a physically demanding course. You will need a baseline of fitness to participate. For this Level 2 Course, I recommend that you have spent some time on NODs before you come.\r\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us by the contact form). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"/amtac-training-center-atc-lodging/\">See lodging photos here</a>.</div>\r\n<a href=\"https://amtacshooting.regfox.com/2024-11-06-nvg-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','6-8 November 2024 - Amtac Shooting NVG Level 2 Course / Fighting at Night','','publish','open','closed','','6-8-november-2024-amtac-shooting-nvg-level-2-course-fighting-at-night','','','2024-10-31 22:01:46','2024-10-31 22:01:46','',0,'https://staging.amtacshooting.com/?post_type=tribe_events&#038;p=3220',0,'tribe_events','',0),
(3221,10,'2024-09-06 17:59:49','2024-09-06 17:59:49','<strong>The Amtac Shooting NVG Level 2 Course / Fighting at Night</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Coeur d\'Alene, Idaho at the Amtac Training Center</strong>\r\n<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\">Fighting at night. The Amtac Shooting Level 2 NVG course is designed to train solid Americans how to maximize the advantage of fighting at night time. What are the best tactics, what is the right gear, what are the best practices to maximize our chances of success? How do we shoot, move, and communicate at night? In this course, we will cover:</div>\r\n<ul>\r\n 	<li>\r\n<div>Day and night shooting with pistol and carbine</div></li>\r\n 	<li>\r\n<div>Setting up your helmet and NODs</div></li>\r\n 	<li>\r\n<div>Setting up pistol and carbine for night fighting</div></li>\r\n 	<li>\r\n<div>Team movement at night</div></li>\r\n 	<li>\r\n<div>Intro to day and night 2 man CQB</div></li>\r\n 	<li>\r\n<div>Force on force runs at night</div></li>\r\n 	<li>\r\n<div>Radio communications</div></li>\r\n 	<li>\r\n<div>Team Tactics</div></li>\r\n 	<li>\r\n<div>Mindset</div></li>\r\n</ul>\r\n<div></div>\r\n<div>This is a physically demanding course. You will need a baseline of fitness to participate. For this Level 2 Course, I recommend that you have spent some time on NODs before you come.\r\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us by the contact form). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"/amtac-training-center-atc-lodging/\">See lodging photos here</a>.</div>\r\n<a href=\"https://amtacshooting.regfox.com/2024-11-06-nvg-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','6-8 November 2024 - Amtac Shooting NVG Level 2 Course / Fighting at Night','','inherit','closed','closed','','3220-revision-v1','','','2024-09-06 17:59:49','2024-09-06 17:59:49','',3220,'https://staging.amtacshooting.com/?p=3221',0,'revision','',0),
(3229,10,'2024-09-06 18:42:57','2024-09-06 18:42:57','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" event_count=\"20\" columns=\"4\" show_category=\"off\" show_tag=\"off\" show_venue=\"off\" show_name=\"off\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Amtac-Shooting-Logo-White-Rectangle.png\" alt=\"Amtac Shooting Logo\" title_text=\"Amtac Shooting Logo\" align=\"center\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-06 18:42:57','2024-09-06 18:42:57','',81,'https://staging.amtacshooting.com/?p=3229',0,'revision','',0),
(3230,10,'2024-09-06 18:49:45','2024-09-06 18:49:45','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-night-force-carbine-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.26.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/bill-precision-rifle-header-long.jpg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_tag=\"off\" event_count=\"20\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-06 18:49:45','2024-09-06 18:49:45','',81,'https://staging.amtacshooting.com/?p=3230',0,'revision','',0),
(3232,10,'2024-09-06 19:06:15','2024-09-06 19:06:15','','_A1S5985','','inherit','open','closed','','_a1s5985','','','2024-09-06 19:06:15','2024-09-06 19:06:15','',81,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/A1S5985.jpg',0,'attachment','image/jpeg',0),
(3233,10,'2024-09-06 19:07:23','2024-09-06 19:07:23','','_A1S5985','','inherit','open','closed','','_a1s5985-2','','','2024-09-06 19:07:23','2024-09-06 19:07:23','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/A1S5985-1.jpg',0,'attachment','image/jpeg',0),
(3234,10,'2024-09-06 19:13:46','2024-09-06 19:13:46','','carbine','','inherit','open','closed','','carbine-2','','','2024-09-06 19:13:46','2024-09-06 19:13:46','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/carbine.png',0,'attachment','image/png',0),
(3235,10,'2024-09-06 19:13:51','2024-09-06 19:13:51','','pistol','','inherit','open','closed','','pistol-3','','','2024-09-06 19:13:51','2024-09-06 19:13:51','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png',0,'attachment','image/png',0),
(3236,10,'2024-09-06 19:13:56','2024-09-06 19:13:56','','precision','','inherit','open','closed','','precision','','','2024-09-06 19:13:56','2024-09-06 19:13:56','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png',0,'attachment','image/png',0),
(3237,10,'2024-09-06 19:24:55','2024-09-06 19:24:55','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/carbine.png\" background_enable_image=\"on\" button_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" title_text=\"carbine\" use_bg_overlay=\"off\" sticky_enabled=\"0\" background_last_edited=\"off|desktop\" background__hover_enabled=\"on|desktop\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" button_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" title_text=\"pistol\" sticky_enabled=\"0\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" title_text=\"precision\" sticky_enabled=\"0\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_tag=\"off\" event_count=\"20\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.0\" _module_preset=\"default\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-06 19:24:55','2024-09-06 19:24:55','',81,'https://staging.amtacshooting.com/?p=3237',0,'revision','',0),
(3238,10,'2024-09-06 19:29:42','2024-09-06 19:29:42','','carbine cropped','','inherit','open','closed','','carbine-cropped','','','2024-09-06 19:29:42','2024-09-06 19:29:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/carbine-cropped.png',0,'attachment','image/png',0),
(3239,10,'2024-09-06 19:29:55','2024-09-06 19:29:55','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/carbine-cropped.png\" background_enable_image=\"on\" button_alignment=\"left\" hover_enabled=\"0\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\" title_text=\"carbine cropped\" sticky_enabled=\"0\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_tag=\"off\" event_count=\"20\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-06 19:29:55','2024-09-06 19:29:55','',81,'https://staging.amtacshooting.com/?p=3239',0,'revision','',0),
(3241,1,'2024-09-06 19:32:33','2024-09-06 19:32:33','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/carbine.png\" background_enable_image=\"on\" button_alignment=\"left\" hover_enabled=\"0\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\" sticky_enabled=\"0\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/sitting-teaching.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/snowy_Bill.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_tag=\"off\" event_count=\"20\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-06 19:32:33','2024-09-06 19:32:33','',81,'https://staging.amtacshooting.com/?p=3241',0,'revision','',0),
(3242,1,'2024-09-06 19:32:33','2024-09-06 19:32:33','[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/amtac_vector_logo_colorcmyk-scaled-1.jpg\" alt=\"Amtac Shooting Logo\" title_text=\"amtac_vector_logo_colorcmyk\" align=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" width=\"200px\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3010-revision-v1','','','2024-09-06 19:32:33','2024-09-06 19:32:33','',3010,'https://staging.amtacshooting.com/?p=3242',0,'revision','',0),
(3245,10,'2024-09-06 19:55:36','2024-09-06 19:55:36','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" hover_enabled=\"0\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\" title_text=\"cropped-bill-night-force-carbine-header-min.jpg\" sticky_enabled=\"0\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" locked=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_tag=\"off\" event_count=\"20\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-06 19:55:36','2024-09-06 19:55:36','',81,'https://staging.amtacshooting.com/?p=3245',0,'revision','',0),
(3246,10,'2024-09-06 20:11:45','2024-09-06 20:11:45','<!-- wp:divi/placeholder -->\n[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]<!-- divi:image {\"id\":517,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/p_rfile_in_grass-1024x512.jpg\" alt=\"\" class=\"wp-image-517\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:heading -->\n<h2>Questions? Comments?</h2>\n<!-- /divi:heading -->\n\n<!-- divi:shortcode -->\n[wpforms id=\"572\"]\n<!-- /divi:shortcode -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Contact Us','','inherit','closed','closed','','573-revision-v1','','','2024-09-06 20:11:45','2024-09-06 20:11:45','',573,'https://staging.amtacshooting.com/?p=3246',0,'revision','',0),
(3248,10,'2024-09-06 20:13:12','2024-09-06 20:13:12','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:image {\"id\":517,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/p_rfile_in_grass-1024x512.jpg\" alt=\"\" class=\"wp-image-517\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:heading -->\n<h2>Questions? Comments?</h2>\n<!-- /divi:heading -->\n\n<!-- divi:shortcode -->\n[wpforms id=\"572\"]\n<!-- /divi:shortcode -->[/et_pb_text][et_pb_contact_form _builder_version=\"4.27.0\" _module_preset=\"default\" _unique_id=\"574364b0-088a-4f5b-9bd6-717abf038652\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','573-revision-v1','','','2024-09-06 20:13:12','2024-09-06 20:13:12','',573,'https://staging.amtacshooting.com/?p=3248',0,'revision','',0),
(3249,10,'2024-09-06 20:18:43','2024-09-06 20:18:43','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:image {\"id\":517,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/p_rfile_in_grass-1024x512.jpg\" alt=\"\" class=\"wp-image-517\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:heading -->\n<h2>Questions? Comments?</h2>\n<!-- /divi:heading -->\n\n<!-- divi:shortcode -->\n[wpforms id=\"572\"]\n<!-- /divi:shortcode -->[/et_pb_text][et_pb_contact_form _builder_version=\"4.27.0\" _module_preset=\"default\" _unique_id=\"574364b0-088a-4f5b-9bd6-717abf038652\" hover_enabled=\"0\" sticky_enabled=\"0\" email=\"amtacshooting@gmail.com\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','573-revision-v1','','','2024-09-06 20:18:43','2024-09-06 20:18:43','',573,'https://staging.amtacshooting.com/?p=3249',0,'revision','',0),
(3250,10,'2024-09-06 20:22:24','2024-09-06 20:22:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:image {\"id\":517,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/p_rfile_in_grass-1024x512.jpg\" alt=\"\" class=\"wp-image-517\" /></figure>\n<p>&nbsp;</p>\n<!-- /divi:image -->\n<p>&nbsp;</p>\n<!-- divi:heading -->\n<h2>Questions? Comments?</h2>\n<!-- /divi:heading --><!-- divi:shortcode -->\n<p>&nbsp;</p>\n<!-- /divi:shortcode -->[/et_pb_text][et_pb_contact_form email=\"amtacshooting@gmail.com\" _builder_version=\"4.27.0\" _module_preset=\"default\" _unique_id=\"574364b0-088a-4f5b-9bd6-717abf038652\" global_colors_info=\"{}\"][et_pb_contact_field field_id=\"Name\" field_title=\"Name\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Email\" field_title=\"Email Address\" field_type=\"email\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][et_pb_contact_field field_id=\"Message\" field_title=\"Message\" field_type=\"text\" fullwidth_field=\"on\" _builder_version=\"4.16\" global_colors_info=\"{}\" button_text_size__hover_enabled=\"off\" button_one_text_size__hover_enabled=\"off\" button_two_text_size__hover_enabled=\"off\" button_text_color__hover_enabled=\"off\" button_one_text_color__hover_enabled=\"off\" button_two_text_color__hover_enabled=\"off\" button_border_width__hover_enabled=\"off\" button_one_border_width__hover_enabled=\"off\" button_two_border_width__hover_enabled=\"off\" button_border_color__hover_enabled=\"off\" button_one_border_color__hover_enabled=\"off\" button_two_border_color__hover_enabled=\"off\" button_border_radius__hover_enabled=\"off\" button_one_border_radius__hover_enabled=\"off\" button_two_border_radius__hover_enabled=\"off\" button_letter_spacing__hover_enabled=\"off\" button_one_letter_spacing__hover_enabled=\"off\" button_two_letter_spacing__hover_enabled=\"off\" button_bg_color__hover_enabled=\"off\" button_one_bg_color__hover_enabled=\"off\" button_two_bg_color__hover_enabled=\"off\"][/et_pb_contact_field][/et_pb_contact_form][/et_pb_column][/et_pb_row][/et_pb_section]','Contact Us','','inherit','closed','closed','','573-revision-v1','','','2024-09-06 20:22:24','2024-09-06 20:22:24','',573,'https://staging.amtacshooting.com/?p=3250',0,'revision','',0),
(3252,10,'2024-09-06 20:41:01','2024-09-06 20:41:01','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>The purpose of our precision rifle course is to build men that are able able to shoot out to 600-700 yards, 1200-1400 yards and 1600-2000+ yards depending on weapons system.</p>\n<p>In order to reach proficiency in this goal, we will cover these topics during the course:</p>\n<ul>\n<li>Precision rifle shooting</li>\n<li>Setting up your rifle</li>\n<li>Understanding MOAs and mils</li>\n<li>Reading the wind</li>\n<li>Understanding shooter/spotter communication</li>\n<li>Using ballistic software</li>\n<li>Non standard shooting positions</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][decm_event_display event_selection=\"custom_event\" included_categories=\"113,135,139\" show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"5\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" locked=\"off\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section]','Precision Rifle','','publish','closed','closed','','precision-rifle','','','2025-04-01 16:55:42','2025-04-01 16:55:42','',0,'https://staging.amtacshooting.com/?page_id=3252',0,'page','',0),
(3253,10,'2024-09-06 20:37:43','2024-09-06 20:37:43','<!-- wp:divi/placeholder /-->','Precision Rifle','','inherit','closed','closed','','3252-revision-v1','','','2024-09-06 20:37:43','2024-09-06 20:37:43','',3252,'https://staging.amtacshooting.com/?p=3253',0,'revision','',0),
(3254,10,'2024-09-06 20:41:01','2024-09-06 20:41:01','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.0\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][diec_event_carousel _builder_version=\"4.27.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" event_count=\"20\" included_categories=\"113\" show_venue=\"off\" show_name=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Precision Rifle','','inherit','closed','closed','','3252-revision-v1','','','2024-09-06 20:41:01','2024-09-06 20:41:01','',3252,'https://staging.amtacshooting.com/?p=3254',0,'revision','',0),
(3256,10,'2024-09-06 20:50:43','2024-09-06 20:50:43','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"||0px|||\"]<p>The purpose of our precision rifle course is to build men that are able able to shoot out to 600-700 yards, 1200-1400 yards and 1600-2000+ yards depending on weapons system.</p>\n<p>In order to reach proficiency in this goal, we will cover these topics during the course:</p>\n<ul>\n<li>Precision rifle shooting</li>\n<li>Setting up your rifle</li>\n<li>Understanding MOAs and mils</li>\n<li>Reading the wind</li>\n<li>Understanding shooter/spotter communication</li>\n<li>Using ballistic software</li>\n<li>Non standard shooting positions</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2>Upcoming Precision Rifle Courses</h2>[/et_pb_text][diec_event_carousel _builder_version=\"4.27.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" columns=\"4\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" hover_enabled=\"0\" sticky_enabled=\"0\" included_categories=\"113\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Precision Rifle','','inherit','closed','closed','','3252-revision-v1','','','2024-09-06 20:50:43','2024-09-06 20:50:43','',3252,'https://staging.amtacshooting.com/?p=3256',0,'revision','',0),
(3257,10,'2024-09-06 20:51:18','2024-09-06 20:51:18','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_tag=\"off\" event_count=\"20\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-06 20:51:18','2024-09-06 20:51:18','',81,'https://staging.amtacshooting.com/?p=3257',0,'revision','',0),
(3259,10,'2024-09-06 20:55:50','2024-09-06 20:55:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" featured_placement=\"above\" title_font_size=\"38px\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>The purpose of our precision rifle course is to build men that are able able to shoot out to 600-700 yards, 1200-1400 yards and 1600-2000+ yards depending on weapons system.</p>\n<p>In order to reach proficiency in this goal, we will cover these topics during the course:</p>\n<ul>\n<li>Precision rifle shooting</li>\n<li>Setting up your rifle</li>\n<li>Understanding MOAs and mils</li>\n<li>Reading the wind</li>\n<li>Understanding shooter/spotter communication</li>\n<li>Using ballistic software</li>\n<li>Non standard shooting positions</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" included_categories=\"113\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Precision Rifle','','inherit','closed','closed','','3252-revision-v1','','','2024-09-06 20:55:50','2024-09-06 20:55:50','',3252,'https://staging.amtacshooting.com/?p=3259',0,'revision','',0),
(3260,10,'2024-09-06 20:56:37','2024-09-06 20:56:37','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" featured_placement=\"above\" title_font_size=\"38px\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>The purpose of our precision rifle course is to build men that are able able to shoot out to 600-700 yards, 1200-1400 yards and 1600-2000+ yards depending on weapons system.</p>\n<p>In order to reach proficiency in this goal, we will cover these topics during the course:</p>\n<ul>\n<li>Precision rifle shooting</li>\n<li>Setting up your rifle</li>\n<li>Understanding MOAs and mils</li>\n<li>Reading the wind</li>\n<li>Understanding shooter/spotter communication</li>\n<li>Using ballistic software</li>\n<li>Non standard shooting positions</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" included_categories=\"113\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Precision Rifle','','inherit','closed','closed','','3252-revision-v1','','','2024-09-06 20:56:37','2024-09-06 20:56:37','',3252,'https://staging.amtacshooting.com/?p=3260',0,'revision','',0),
(3261,10,'2024-09-06 20:58:13','2024-09-06 20:58:13','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" sticky_enabled=\"0\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_tag=\"off\" event_count=\"20\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-06 20:58:13','2024-09-06 20:58:13','',81,'https://staging.amtacshooting.com/?p=3261',0,'revision','',0),
(3262,10,'2024-09-06 21:03:22','2024-09-06 21:03:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>The purpose of our precision rifle course is to build men that are able able to shoot out to 600-700 yards, 1200-1400 yards and 1600-2000+ yards depending on weapons system.</p>\n<p>In order to reach proficiency in this goal, we will cover these topics during the course:</p>\n<ul>\n<li>Precision rifle shooting</li>\n<li>Setting up your rifle</li>\n<li>Understanding MOAs and mils</li>\n<li>Reading the wind</li>\n<li>Understanding shooter/spotter communication</li>\n<li>Using ballistic software</li>\n<li>Non standard shooting positions</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" included_categories=\"113\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','course type page','','publish','closed','closed','','course-type-page','','','2024-09-06 21:03:22','2024-09-06 21:03:22','',0,'https://staging.amtacshooting.com/et_pb_layout/course-type-page/',0,'et_pb_layout','',0),
(3269,10,'2024-09-10 23:12:10','2024-09-10 23:12:10','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>The purpose of our precision rifle course is to build men that are able able to shoot out to 600-700 yards, 1200-1400 yards and 1600-2000+ yards depending on weapons system.</p>\n<p>In order to reach proficiency in this goal, we will cover these topics during the course:</p>\n<ul>\n<li>Precision rifle shooting</li>\n<li>Setting up your rifle</li>\n<li>Understanding MOAs and mils</li>\n<li>Reading the wind</li>\n<li>Understanding shooter/spotter communication</li>\n<li>Using ballistic software</li>\n<li>Non standard shooting positions</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" included_categories=\"113\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','precision rifle','','publish','closed','closed','','precision-rifle','','','2024-09-10 23:12:10','2024-09-10 23:12:10','',0,'https://staging.amtacshooting.com/et_pb_layout/precision-rifle/',0,'et_pb_layout','',0),
(3272,10,'2024-09-12 20:36:25','2024-09-12 20:36:25','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_code _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_code][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_tag=\"off\" event_count=\"20\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-09-12 20:36:25','2024-09-12 20:36:25','',81,'https://staging.amtacshooting.com/?p=3272',0,'revision','',0),
(3273,10,'2024-09-12 20:37:05','2024-09-12 20:37:05','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<!-- wp:separator {\"opacity\":\"css\",\"className\":\"aligncenter is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity aligncenter is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together).&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum).&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings.&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Again, sincerely thank you - It was life changing for me.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-Bruce</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>I just spent the day with Resnick in GA. &nbsp;What an amazing class! &nbsp;I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around. &nbsp;Please keep me in the loop with any future classes that may be coming to the South</strong>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-John</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Thanks!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-<strong>Chad</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.&nbsp;&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-<strong>Eddie</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.&nbsp; More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-Edward</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>I have now taken 4-5 of Bill\'s classes.&nbsp;&nbsp;<br>Every time I learn something new or drive home a prior skill he taught.&nbsp;&nbsp;<br>He knows how to keep&nbsp;it fresh. </strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-Walter</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>I wanted to thank you for a great class this week.&nbsp; Your approach to teaching and life in general really stands out and were very helpful.&nbsp; I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.&nbsp;&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-Tom</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>Let me share with you how much I appreciated your instruction.&nbsp; I teach&nbsp;part-time at the Univ of AZ Law School&nbsp;and know how hard it is to teach well, particularly a practical skill.&nbsp; You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.&nbsp; I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>-<strong>Walter</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-Brian</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-Todd</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.&nbsp; I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!&nbsp; Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).&nbsp; My wife and I are looking forward to your next trip down South to continue are training.&nbsp;Thanks for help over the last few years with your recommendations that save us both time and money on our gear.&nbsp; My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.&nbsp; All the best to you and your Family - looking forward to next rejoin as soon as possible.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-Scott</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>\"In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.&nbsp; It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.&nbsp; I guess the best words I can say are these: &nbsp;I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.&nbsp; After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.\"</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.<br>-Matt</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>\"I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.\" </strong><br><strong>- Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>\"It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!\" <br>-Bart</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>\"Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.\"<br>-Sean</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>\"I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.\" <br>-JH</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again. <br>- Neal</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><strong>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.<br>- Best Regards, Cameron</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"className\":\"is-style-dots\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\"/>\n<!-- /wp:separator -->[/et_pb_text][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Testimonials','','inherit','closed','closed','','1791-revision-v1','','','2024-09-12 20:37:05','2024-09-12 20:37:05','',1791,'https://staging.amtacshooting.com/?p=3273',0,'revision','',0),
(3275,10,'2024-09-12 20:43:22','2024-09-12 20:43:22','<!-- wp:divi/placeholder /-->','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-09-12 20:43:22','2024-09-12 20:43:22','',13,'https://staging.amtacshooting.com/?p=3275',0,'revision','',0),
(3276,10,'2024-09-12 20:45:07','2024-09-12 20:45:07','','boutique_46','','inherit','open','closed','','boutique_46','','','2024-09-12 20:45:07','2024-09-12 20:45:07','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/boutique_46.jpg',0,'attachment','image/jpeg',0),
(3277,10,'2024-09-12 20:45:08','2024-09-12 20:45:08','','boutique_47','','inherit','open','closed','','boutique_47','','','2024-09-12 20:45:08','2024-09-12 20:45:08','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/boutique_47.png',0,'attachment','image/png',0),
(3279,10,'2024-09-12 20:51:11','2024-09-12 20:51:11','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.0\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_wc_gallery _builder_version=\"4.27.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" fullwidth=\"off\"][/et_pb_wc_gallery][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-09-12 20:51:11','2024-09-12 20:51:11','',13,'https://staging.amtacshooting.com/?p=3279',0,'revision','',0),
(3281,10,'2024-09-12 20:57:13','2024-09-12 20:57:13','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.0\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text_align=\"center\" title_font_size=\"52px\" title_font=\"Oswald||||||||\"][/et_pb_heading][et_pb_wc_gallery _builder_version=\"4.27.0\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" fullwidth=\"off\" title_font=\"Oswald||||||||\"][/et_pb_wc_gallery][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-09-12 20:57:13','2024-09-12 20:57:13','',13,'https://staging.amtacshooting.com/?p=3281',0,'revision','',0),
(3283,10,'2024-12-28 02:41:18','2024-09-12 21:02:55',' ','','','publish','closed','closed','','3283','','','2024-12-28 02:41:18','2024-12-28 02:41:18','',0,'https://staging.amtacshooting.com/?p=3283',11,'nav_menu_item','',0),
(3284,10,'2024-09-12 21:07:38','2024-09-12 21:07:38','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_wc_gallery fullwidth=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" orientation=\"portrait\" sticky_enabled=\"0\" show_title_and_caption_last_edited=\"on|desktop\"][/et_pb_wc_gallery][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-09-12 21:07:38','2024-09-12 21:07:38','',13,'https://staging.amtacshooting.com/?p=3284',0,'revision','',0),
(3285,10,'2024-09-12 21:10:09','2024-09-12 21:10:09','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]The cost for private training is $5500 a day, with a two day minimum, plus travel costs. We will discuss custom course curriculum for up to 8 people.  Please contact for details.[/et_pb_text][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Private Training','','inherit','closed','closed','','1416-revision-v1','','','2024-09-12 21:10:09','2024-09-12 21:10:09','',1416,'https://staging.amtacshooting.com/?p=3285',0,'revision','',0),
(3287,10,'2024-09-12 21:11:26','2024-09-12 21:11:26','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>The cost for private training is $5500 a day, with a two day minimum, plus travel costs. We will discuss custom course curriculum for up to 8 people.  Please <a href=\"https://staging.amtacshooting.com/contact-us/\">contact</a> for details.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Private Training','','inherit','closed','closed','','1416-revision-v1','','','2024-09-12 21:11:26','2024-09-12 21:11:26','',1416,'https://staging.amtacshooting.com/?p=3287',0,'revision','',0),
(3296,10,'2024-09-24 18:30:51','2024-09-24 18:30:51','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<h3>Training\n[smls id=\"403\"]</h3>\n<h3>Gear\n[smls id=\"616\"]</h3>\n<i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i>\n<h3></h3>[/et_pb_text][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Recommended','','inherit','closed','closed','','234-revision-v1','','','2024-09-24 18:30:51','2024-09-24 18:30:51','',234,'https://staging.amtacshooting.com/?p=3296',0,'revision','',0),
(3297,10,'2024-09-24 18:34:32','2024-09-24 18:34:32','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<h3>Training\n[smls id=\"403\"]</h3>\n<h3>Gear\n[smls id=\"616\"]</h3>\n<i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i>\n<h3></h3>[/et_pb_text][et_pb_gallery _builder_version=\"4.27.0\" _module_preset=\"default\" show_title_and_caption=\"off\" show_pagination=\"off\" link_option_url_new_window=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section]','Recommended','','inherit','closed','closed','','234-revision-v1','','','2024-09-24 18:34:32','2024-09-24 18:34:32','',234,'https://staging.amtacshooting.com/?p=3297',0,'revision','',0),
(3299,10,'2024-09-24 19:00:03','2024-09-24 19:00:03','','walther-logo','','inherit','open','closed','','walther-logo','','','2024-09-24 19:00:03','2024-09-24 19:00:03','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/walther-logo.jpg',0,'attachment','image/jpeg',0),
(3300,10,'2024-09-24 19:03:17','2024-09-24 19:03:17','','black_hills_ammo','','inherit','open','closed','','black_hills_ammo-2','','','2024-09-24 19:03:17','2024-09-24 19:03:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/black_hills_ammo.jpg',0,'attachment','image/jpeg',0),
(3301,10,'2024-09-24 19:05:10','2024-09-24 19:05:10','','black_point_tactical','','inherit','open','closed','','black_point_tactical-2','','','2024-09-24 19:05:10','2024-09-24 19:05:10','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/black_point_tactical.jpg',0,'attachment','image/jpeg',0),
(3302,10,'2024-09-24 19:07:10','2024-09-24 19:07:10','','black_point_tactical','','inherit','open','closed','','black_point_tactical-3','','','2024-09-24 19:07:10','2024-09-24 19:07:10','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/black_point_tactical-1.jpg',0,'attachment','image/jpeg',0),
(3303,10,'2024-09-24 19:09:24','2024-09-24 19:09:24','','PROOF_logo_sm','','inherit','open','closed','','proof_logo_sm','','','2024-09-24 19:09:24','2024-09-24 19:09:24','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/PROOF_logo_sm.jpg',0,'attachment','image/jpeg',0),
(3305,10,'2024-09-24 19:12:13','2024-09-24 19:12:13','','sayoc_tactical_group','https://sayoctactical.com/','inherit','open','closed','','sayoc_tactical_group-2','','','2024-09-24 19:28:54','2024-09-24 19:28:54','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/sayoc_tactical_group.jpg',0,'attachment','image/jpeg',0),
(3306,10,'2024-09-24 19:12:46','2024-09-24 19:12:46','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<h3>Training\n[smls id=\"403\"]</h3>\n<h3>Gear\n[smls id=\"616\"]</h3>\n<i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i>\n<h3></h3>[/et_pb_text][et_pb_gallery show_title_and_caption=\"off\" show_pagination=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" gallery_ids=\"3305,381,382\" sticky_enabled=\"0\"][/et_pb_gallery][et_pb_gallery _builder_version=\"4.27.0\" _module_preset=\"default\" gallery_ids=\"3299,2237,383,3302,3303,386,2241\" animation_style=\"slide\" show_title_and_caption=\"off\" show_pagination=\"off\" link_option_url_new_window=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_direction=\"left\" animation_intensity_slide=\"18%\" posts_number=\"9\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section]','Recommended','','inherit','closed','closed','','234-revision-v1','','','2024-09-24 19:12:46','2024-09-24 19:12:46','',234,'https://staging.amtacshooting.com/?p=3306',0,'revision','',0),
(3308,10,'2024-09-24 19:15:33','2024-09-24 19:15:33','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][/et_pb_text][et_pb_heading title=\"Training\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_gallery show_title_and_caption=\"off\" show_pagination=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" gallery_ids=\"3305,381,382\" sticky_enabled=\"0\" link_option_url=\"https://defoor-proformance-shooting.myshopify.com/\"][/et_pb_gallery][et_pb_heading title=\"Gear\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3></h3>\n<p><i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i></p>\n<h3></h3>[/et_pb_text][et_pb_gallery _builder_version=\"4.27.0\" _module_preset=\"default\" gallery_ids=\"3299,2237,383,3302,3303,386,2241\" animation_style=\"slide\" show_title_and_caption=\"off\" show_pagination=\"off\" link_option_url_new_window=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\" animation_direction=\"left\" animation_intensity_slide=\"18%\" posts_number=\"9\"][/et_pb_gallery][/et_pb_column][/et_pb_row][/et_pb_section]','Recommended','','inherit','closed','closed','','234-revision-v1','','','2024-09-24 19:15:33','2024-09-24 19:15:33','',234,'https://staging.amtacshooting.com/?p=3308',0,'revision','',0),
(3311,10,'2024-09-24 20:30:02','2024-09-24 20:30:02','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][/et_pb_text][et_pb_heading title=\"Training\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][ba_logo_grid column_count=\"3\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" background_color=\"#FFFFFF\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/defoor.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Kyle Defoor Performance Shooting\" brand_name=\"Defoor Proformance Shooting\" link_option_url=\"https://defoor-proformance-shooting.myshopify.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/sayoc_tactical_group.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"sayoc_tactical_group\" brand_name=\"Sayoc Tactical Group\" link_option_url=\"https://sayoctactical.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/gustavo_muchado_jiu_jitsu.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Gustavo Muchado Brazilian Jiu Jitsu\" brand_name=\"Gustavo Machado Brazilian Jiu-Jitsu\" link_option_url=\"http://www.gustavomachado.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\" background_enable_color=\"on\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_heading title=\"Gear\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3></h3>\n<p><i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i></p>\n<h3></h3>[/et_pb_text][ba_logo_grid column_count=\"3\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/walther-logo.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"walther-logo\" brand_name=\"Walther \" link_option_url=\"https://waltherarms.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/NightForce-Wide-Round-Logo.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"NightForce Round Logo\" brand_name=\"Nightforce Precision Optics\" link_option_url=\"https://www.nightforceoptics.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/black_hills_ammo.gif\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"black_hills_ammo\" brand_name=\"Black Hills Ammunition\" link_option_url=\"http://www.black-hills.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/black_point_tactical-1.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"black_point_tactical\" brand_name=\"Blackpoint Tactical\" background_enable_color=\"on\" link_option_url=\"https://blackpointtactical.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/PROOF_logo_sm.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_color=\"on\" title_text=\"PROOF_logo_sm\" brand_name=\"Proof Research\" link_option_url=\"https://proofresearch.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/usnightvisionlogo_small.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"usnightvisionlogo\" brand_name=\"US Night Vision\" link_option_url=\"https://usnightvision.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/high-desert-cartridge-logo-sq.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_color=\"on\" title_text=\"high desert cartridge logo sq\" brand_name=\"High Desert Cartridge Co\" link_option_url=\"https://highdesertcartridge.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][/ba_logo_grid][/et_pb_column][/et_pb_row][/et_pb_section]','Recommended','','inherit','closed','closed','','234-revision-v1','','','2024-09-24 20:30:02','2024-09-24 20:30:02','',234,'https://staging.amtacshooting.com/?p=3311',0,'revision','',0),
(3313,10,'2024-09-24 20:33:03','2024-09-24 20:33:03','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][/et_pb_text][et_pb_heading title=\"Training\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][ba_logo_grid column_count=\"3\" grid_gap=\"20px\" logo_size=\"309px\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" background_color=\"#FFFFFF\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/defoor.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Kyle Defoor Performance Shooting\" brand_name=\"Defoor Proformance Shooting\" link_option_url=\"https://defoor-proformance-shooting.myshopify.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/sayoc_tactical_group.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"sayoc_tactical_group\" brand_name=\"Sayoc Tactical Group\" link_option_url=\"https://sayoctactical.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/gustavo_muchado_jiu_jitsu.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Gustavo Muchado Brazilian Jiu Jitsu\" brand_name=\"Gustavo Machado Brazilian Jiu-Jitsu\" link_option_url=\"http://www.gustavomachado.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\" background_enable_color=\"on\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_heading title=\"Gear\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3></h3>\n<p><i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i></p>\n<h3></h3>[/et_pb_text][ba_logo_grid column_count=\"3\" grid_gap=\"0px\" logo_size=\"293px\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/walther-logo.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"walther-logo\" brand_name=\"Walther \" link_option_url=\"https://waltherarms.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/NightForce-Wide-Round-Logo.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"NightForce Round Logo\" brand_name=\"Nightforce Precision Optics\" link_option_url=\"https://www.nightforceoptics.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/black_hills_ammo.gif\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"black_hills_ammo\" brand_name=\"Black Hills Ammunition\" link_option_url=\"http://www.black-hills.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/black_point_tactical-1.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"black_point_tactical\" brand_name=\"Blackpoint Tactical\" background_enable_color=\"on\" link_option_url=\"https://blackpointtactical.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/PROOF_logo_sm.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_color=\"on\" title_text=\"PROOF_logo_sm\" brand_name=\"Proof Research\" link_option_url=\"https://proofresearch.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/usnightvisionlogo_small.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"usnightvisionlogo\" brand_name=\"US Night Vision\" link_option_url=\"https://usnightvision.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/high-desert-cartridge-logo-sq.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_color=\"on\" title_text=\"high desert cartridge logo sq\" brand_name=\"High Desert Cartridge Co\" link_option_url=\"https://highdesertcartridge.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][/ba_logo_grid][/et_pb_column][/et_pb_row][/et_pb_section]','Recommended','','inherit','closed','closed','','234-revision-v1','','','2024-09-24 20:33:03','2024-09-24 20:33:03','',234,'https://staging.amtacshooting.com/?p=3313',0,'revision','',0),
(3315,10,'2024-09-24 20:40:57','2024-09-24 20:40:57','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][/et_pb_text][et_pb_heading title=\"Training\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][ba_logo_grid column_count=\"3\" grid_gap=\"20px\" logo_size=\"309px\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" background_color=\"#FFFFFF\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/defoor.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Kyle Defoor Performance Shooting\" brand_name=\"Defoor Proformance Shooting\" link_option_url=\"https://defoor-proformance-shooting.myshopify.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/sayoc_tactical_group.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"sayoc_tactical_group\" brand_name=\"Sayoc Tactical Group\" link_option_url=\"https://sayoctactical.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/gustavo_muchado_jiu_jitsu.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Gustavo Muchado Brazilian Jiu Jitsu\" brand_name=\"Gustavo Machado Brazilian Jiu-Jitsu\" link_option_url=\"http://www.gustavomachado.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\" background_enable_color=\"on\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_heading title=\"Gear\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" custom_padding=\"||1px|||\"]<h3></h3>\n<p><i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i><i><span></span></i></p>[/et_pb_text][ba_logo_grid column_count=\"3\" grid_gap=\"0px\" logo_size=\"293px\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/walther-logo.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"walther-logo\" brand_name=\"Walther \" link_option_url=\"https://waltherarms.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/NightForce-Wide-Round-Logo.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"NightForce Round Logo\" brand_name=\"Nightforce Precision Optics\" link_option_url=\"https://www.nightforceoptics.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/black_hills_ammo.gif\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"black_hills_ammo\" brand_name=\"Black Hills Ammunition\" link_option_url=\"http://www.black-hills.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/black_point_tactical-1.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"black_point_tactical\" brand_name=\"Blackpoint Tactical\" background_enable_color=\"on\" link_option_url=\"https://blackpointtactical.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/PROOF_logo_sm.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_color=\"on\" title_text=\"PROOF_logo_sm\" brand_name=\"Proof Research\" link_option_url=\"https://proofresearch.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/usnightvisionlogo_small.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"usnightvisionlogo\" brand_name=\"US Night Vision\" link_option_url=\"https://usnightvision.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/high-desert-cartridge-logo-sq.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_color=\"on\" title_text=\"high desert cartridge logo sq\" brand_name=\"High Desert Cartridge Co\" link_option_url=\"https://highdesertcartridge.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][/ba_logo_grid][/et_pb_column][/et_pb_row][/et_pb_section]','Recommended','','inherit','closed','closed','','234-revision-v1','','','2024-09-24 20:40:57','2024-09-24 20:40:57','',234,'https://staging.amtacshooting.com/?p=3315',0,'revision','',0),
(3317,10,'2024-09-24 20:44:45','2024-09-24 20:44:45','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][/et_pb_text][et_pb_heading title=\"Training\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"|165px||165px|false|true\" sticky_enabled=\"0\"][/et_pb_heading][ba_logo_grid column_count=\"3\" grid_gap=\"20px\" logo_size=\"309px\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" background_color=\"#FFFFFF\" custom_padding=\"|100px||100px|false|true\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/defoor.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Kyle Defoor Performance Shooting\" brand_name=\"Defoor Proformance Shooting\" link_option_url=\"https://defoor-proformance-shooting.myshopify.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/sayoc_tactical_group.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"sayoc_tactical_group\" brand_name=\"Sayoc Tactical Group\" link_option_url=\"https://sayoctactical.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/gustavo_muchado_jiu_jitsu.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Gustavo Muchado Brazilian Jiu Jitsu\" brand_name=\"Gustavo Machado Brazilian Jiu-Jitsu\" link_option_url=\"http://www.gustavomachado.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\" background_enable_color=\"on\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_heading title=\"Gear\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"left\" custom_padding=\"|165px||165px|false|true\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" custom_padding=\"||1px|||\"]<h3></h3>\n<p><i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i><i><span></span></i></p>[/et_pb_text][ba_logo_grid column_count=\"3\" grid_gap=\"0px\" logo_size=\"293px\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"0px|100px|0px|100px|true|true\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/walther-logo.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"walther-logo\" brand_name=\"Walther \" link_option_url=\"https://waltherarms.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/NightForce-Wide-Round-Logo.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"NightForce Round Logo\" brand_name=\"Nightforce Precision Optics\" link_option_url=\"https://www.nightforceoptics.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/black_hills_ammo.gif\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"black_hills_ammo\" brand_name=\"Black Hills Ammunition\" link_option_url=\"http://www.black-hills.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/black_point_tactical-1.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"black_point_tactical\" brand_name=\"Blackpoint Tactical\" background_enable_color=\"on\" link_option_url=\"https://blackpointtactical.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/PROOF_logo_sm.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_color=\"on\" title_text=\"PROOF_logo_sm\" brand_name=\"Proof Research\" link_option_url=\"https://proofresearch.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/usnightvisionlogo_small.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"usnightvisionlogo\" brand_name=\"US Night Vision\" link_option_url=\"https://usnightvision.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/high-desert-cartridge-logo-sq.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_color=\"on\" title_text=\"high desert cartridge logo sq\" brand_name=\"High Desert Cartridge Co\" link_option_url=\"https://highdesertcartridge.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][/ba_logo_grid][/et_pb_column][/et_pb_row][/et_pb_section]','Recommended','','inherit','closed','closed','','234-revision-v1','','','2024-09-24 20:44:45','2024-09-24 20:44:45','',234,'https://staging.amtacshooting.com/?p=3317',0,'revision','',0),
(3318,10,'2024-09-24 20:49:18','2024-09-24 20:49:18','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][/et_pb_text][et_pb_heading title=\"Training\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"|100px||100px|false|true\" sticky_enabled=\"0\"][/et_pb_heading][ba_logo_grid column_count=\"3\" grid_gap=\"20px\" logo_size=\"309px\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" background_color=\"#FFFFFF\" custom_padding=\"|100px||100px|false|true\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/defoor.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Kyle Defoor Performance Shooting\" brand_name=\"Defoor Proformance Shooting\" link_option_url=\"https://defoor-proformance-shooting.myshopify.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/sayoc_tactical_group.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"sayoc_tactical_group\" brand_name=\"Sayoc Tactical Group\" link_option_url=\"https://sayoctactical.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/gustavo_muchado_jiu_jitsu.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Gustavo Muchado Brazilian Jiu Jitsu\" brand_name=\"Gustavo Machado Brazilian Jiu-Jitsu\" link_option_url=\"http://www.gustavomachado.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\" background_enable_color=\"on\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_heading title=\"Gear\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"left\" custom_padding=\"|100px||100px|false|true\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"0px|100px|0px|100px|true|true\" sticky_enabled=\"0\"]<h3></h3>\n<p><i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i><i><span></span></i></p>[/et_pb_text][ba_logo_grid column_count=\"3\" grid_gap=\"0px\" logo_size=\"293px\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"0px|100px|0px|100px|true|true\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/walther-logo.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"walther-logo\" brand_name=\"Walther \" link_option_url=\"https://waltherarms.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/NightForce-Wide-Round-Logo.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"NightForce Round Logo\" brand_name=\"Nightforce Precision Optics\" link_option_url=\"https://www.nightforceoptics.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/black_hills_ammo.gif\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"black_hills_ammo\" brand_name=\"Black Hills Ammunition\" link_option_url=\"http://www.black-hills.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/black_point_tactical-1.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"black_point_tactical\" brand_name=\"Blackpoint Tactical\" background_enable_color=\"on\" link_option_url=\"https://blackpointtactical.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/PROOF_logo_sm.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_color=\"on\" title_text=\"PROOF_logo_sm\" brand_name=\"Proof Research\" link_option_url=\"https://proofresearch.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/usnightvisionlogo_small.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"usnightvisionlogo\" brand_name=\"US Night Vision\" link_option_url=\"https://usnightvision.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/high-desert-cartridge-logo-sq.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_color=\"on\" title_text=\"high desert cartridge logo sq\" brand_name=\"High Desert Cartridge Co\" link_option_url=\"https://highdesertcartridge.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][/ba_logo_grid][/et_pb_column][/et_pb_row][/et_pb_section]','Recommended','','inherit','closed','closed','','234-revision-v1','','','2024-09-24 20:49:18','2024-09-24 20:49:18','',234,'https://staging.amtacshooting.com/?p=3318',0,'revision','',0),
(3320,10,'2024-09-24 20:59:13','2024-09-24 20:59:13','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][/et_pb_text][et_pb_heading title=\"Training\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"|100px||100px|false|true\" sticky_enabled=\"0\" title_font=\"Oswald||||||||\"][/et_pb_heading][ba_logo_grid column_count=\"3\" grid_gap=\"20px\" logo_size=\"309px\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" background_color=\"#FFFFFF\" custom_padding=\"|100px||100px|false|true\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/defoor.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Kyle Defoor Performance Shooting\" brand_name=\"Defoor Proformance Shooting\" link_option_url=\"https://defoor-proformance-shooting.myshopify.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/sayoc_tactical_group.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"sayoc_tactical_group\" brand_name=\"Sayoc Tactical Group\" link_option_url=\"https://sayoctactical.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/gustavo_muchado_jiu_jitsu.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Gustavo Muchado Brazilian Jiu Jitsu\" brand_name=\"Gustavo Machado Brazilian Jiu-Jitsu\" link_option_url=\"http://www.gustavomachado.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\" background_enable_color=\"on\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_heading title=\"Gear\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"left\" custom_padding=\"|100px||100px|false|true\" sticky_enabled=\"0\" title_font=\"Oswald||||||||\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"0px|100px|0px|100px|true|true\" sticky_enabled=\"0\"]<h3></h3>\n<p><i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i><i><span></span></i></p>[/et_pb_text][ba_logo_grid column_count=\"3\" grid_gap=\"0px\" logo_size=\"293px\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"0px|100px|0px|100px|true|true\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/walther-logo.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"walther-logo\" brand_name=\"Walther \" link_option_url=\"https://waltherarms.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/NightForce-Wide-Round-Logo.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"NightForce Round Logo\" brand_name=\"Nightforce Precision Optics\" link_option_url=\"https://www.nightforceoptics.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/black_hills_ammo.gif\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"black_hills_ammo\" brand_name=\"Black Hills Ammunition\" link_option_url=\"http://www.black-hills.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/black_point_tactical-1.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"black_point_tactical\" brand_name=\"Blackpoint Tactical\" background_enable_color=\"on\" link_option_url=\"https://blackpointtactical.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/PROOF_logo_sm.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_color=\"on\" title_text=\"PROOF_logo_sm\" brand_name=\"Proof Research\" link_option_url=\"https://proofresearch.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/usnightvisionlogo_small.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"usnightvisionlogo\" brand_name=\"US Night Vision\" link_option_url=\"https://usnightvision.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/high-desert-cartridge-logo-sq.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_color=\"on\" title_text=\"high desert cartridge logo sq\" brand_name=\"High Desert Cartridge Co\" link_option_url=\"https://highdesertcartridge.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][/ba_logo_grid][/et_pb_column][/et_pb_row][/et_pb_section]','Recommended','','inherit','closed','closed','','234-revision-v1','','','2024-09-24 20:59:13','2024-09-24 20:59:13','',234,'https://staging.amtacshooting.com/?p=3320',0,'revision','',0),
(3322,10,'2024-09-24 21:19:21','2024-09-24 21:19:21','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][/et_pb_text][et_pb_heading title=\"Training\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"|0px||0px|false|true\" sticky_enabled=\"0\" title_font=\"Oswald||||||||\"][/et_pb_heading][ba_logo_grid column_count=\"3\" grid_gap=\"20px\" logo_size=\"309px\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" background_color=\"#FFFFFF\" custom_padding=\"||||false|false\" width_last_edited=\"on|phone\" width_phone=\"100%\" max_height_last_edited=\"on|phone\" grid_height_last_edited=\"on|phone\" logo_size_last_edited=\"on|phone\" logo_size_phone=\"309px\" column_count_last_edited=\"on|phone\" column_count_phone=\"2\" grid_gap_last_edited=\"on|phone\" grid_gap_phone=\"0px\" logo_size_tablet=\"309px\" column_count_tablet=\"3\" grid_gap_tablet=\"20px\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/defoor.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Kyle Defoor Performance Shooting\" brand_name=\"Defoor Proformance Shooting\" link_option_url=\"https://defoor-proformance-shooting.myshopify.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/sayoc_tactical_group.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"sayoc_tactical_group\" brand_name=\"Sayoc Tactical Group\" link_option_url=\"https://sayoctactical.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/gustavo_muchado_jiu_jitsu.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Gustavo Muchado Brazilian Jiu Jitsu\" brand_name=\"Gustavo Machado Brazilian Jiu-Jitsu\" link_option_url=\"http://www.gustavomachado.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\" background_enable_color=\"on\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_heading title=\"Gear\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"left\" custom_padding=\"|0px||0px|false|true\" sticky_enabled=\"0\" title_font=\"Oswald||||||||\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"0px|0px|0px|0px|true|true\" sticky_enabled=\"0\"]<h3></h3>\n<p><i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i><i><span></span></i></p>[/et_pb_text][ba_logo_grid column_count=\"3\" grid_gap=\"0px\" logo_size=\"293px\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"0px||0px||true|true\" column_count_last_edited=\"on|phone\" column_count_phone=\"2\" grid_gap_last_edited=\"on|phone\" grid_gap_phone=\"0px\" column_count_tablet=\"3\" grid_gap_tablet=\"0px\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/walther-logo.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"walther-logo\" brand_name=\"Walther \" link_option_url=\"https://waltherarms.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/NightForce-Wide-Round-Logo.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"NightForce Round Logo\" brand_name=\"Nightforce Precision Optics\" link_option_url=\"https://www.nightforceoptics.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/black_hills_ammo.gif\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"black_hills_ammo\" brand_name=\"Black Hills Ammunition\" link_option_url=\"http://www.black-hills.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/black_point_tactical-1.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"black_point_tactical\" brand_name=\"Blackpoint Tactical\" background_enable_color=\"on\" link_option_url=\"https://blackpointtactical.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/PROOF_logo_sm.jpg\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_color=\"on\" title_text=\"PROOF_logo_sm\" brand_name=\"Proof Research\" link_option_url=\"https://proofresearch.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/usnightvisionlogo_small.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"usnightvisionlogo\" brand_name=\"US Night Vision\" link_option_url=\"https://usnightvision.com/\" link_option_url_new_window=\"on\" background_enable_color=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/high-desert-cartridge-logo-sq.png\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" background_enable_color=\"on\" title_text=\"high desert cartridge logo sq\" brand_name=\"High Desert Cartridge Co\" link_option_url=\"https://highdesertcartridge.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][/ba_logo_grid][/et_pb_column][/et_pb_row][/et_pb_section]','Recommended','','inherit','closed','closed','','234-revision-v1','','','2024-09-24 21:19:21','2024-09-24 21:19:21','',234,'https://staging.amtacshooting.com/?p=3322',0,'revision','',0),
(3325,10,'2024-09-24 21:25:37','2024-09-24 21:25:37','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<!-- wp:paragraph -->\n<p id=\"top\">Go To:  <a href=\"#media-videos\">Videos</a>   <a href=\"#media-podcasts\">Podcasts</a>   <a href=\"#media-articles\">Articles</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\" id=\"media-videos\">Videos</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/LlyIgpMfpUw?si=l6lUrf1XtgNdPGDb\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/LlyIgpMfpUw?si=l6lUrf1XtgNdPGDb\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/yELsaqTI2lU?si=i9SQsXOz_lipvd23\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/yELsaqTI2lU?si=i9SQsXOz_lipvd23\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/0Meb6wxiwNc?si=8WlHG5wmR-hRyGCD\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-4-3 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"225px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/0Meb6wxiwNc?si=8WlHG5wmR-hRyGCD\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/NqHJ1uuFfY4?si=MvWx66W4i_5K5aZt\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/NqHJ1uuFfY4?si=MvWx66W4i_5K5aZt\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/gAgqyXQzwnU?si=DqMuM-UIhYeP0oEH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/gAgqyXQzwnU?si=DqMuM-UIhYeP0oEH\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/603kfkCUig0?si=Kbd7Sb5UaG6GYReO\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/603kfkCUig0?si=Kbd7Sb5UaG6GYReO\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/97cijTsUhvU?si=a01oHqCl26yBSNoP\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/97cijTsUhvU?si=a01oHqCl26yBSNoP\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/W9_z5BEHHMY?si=pVFkYcavlBvGkDcW\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/W9_z5BEHHMY?si=pVFkYcavlBvGkDcW\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/qHMSC0AYZjQ?si=xORnmz-uRDttBB7e\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qHMSC0AYZjQ?si=xORnmz-uRDttBB7e\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/gH01sQ2D1So?si=tYy2Sec5BIYUh8Xt\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/gH01sQ2D1So?si=tYy2Sec5BIYUh8Xt\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/F1gGTR5WGN8?si=OAnFBgNb-Hh5wLWi\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/F1gGTR5WGN8?si=OAnFBgNb-Hh5wLWi\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/UnoguGoSNIk?si=k6JDWvjjHCUYGNny\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/UnoguGoSNIk?si=k6JDWvjjHCUYGNny\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/6Z_NrLLZXRI?si=l7icjrUxOZFDdrNs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/6Z_NrLLZXRI?si=l7icjrUxOZFDdrNs\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/8fr-jGkSs0M?si=gyp6GmVO3ira-JYp\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/8fr-jGkSs0M?si=gyp6GmVO3ira-JYp\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/qy1R-Q8GZ1I?si=5E9u4MH_wu03mukB\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qy1R-Q8GZ1I?si=5E9u4MH_wu03mukB\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/7It3Eq5ttE8?si=vQni-xWgTdurCEBm\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/7It3Eq5ttE8?si=vQni-xWgTdurCEBm\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/97dTAWhvlZc?si=c44X8zPjityTHgNa\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/97dTAWhvlZc?si=c44X8zPjityTHgNa\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/K4ZWFRRBOdc?si=e-brhrcYcQWhfWSH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/K4ZWFRRBOdc?si=e-brhrcYcQWhfWSH\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#top\">back to top ^</a></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 -->\n<h2 class=\"wp-block-heading\" id=\"media-podcasts\">Podcasts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/G_CMC69ryiY?si=CLAXRyWOVhvBA0kd\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/G_CMC69ryiY?si=CLAXRyWOVhvBA0kd\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/M67PMNs6Iio?si=8r2Pk0FOI9M7CqWe\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/M67PMNs6Iio?si=8r2Pk0FOI9M7CqWe\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/9a-0ZGWNdO4?si=wkpllC5kJRT1RaZI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/9a-0ZGWNdO4?si=wkpllC5kJRT1RaZI\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/BC9jO5XDBWA?si=X3XFbg6O64pFAR7t\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BC9jO5XDBWA?si=X3XFbg6O64pFAR7t\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C5nFBk5oB68?si=WIMLnMZqQCUR0ZsY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C5nFBk5oB68?si=WIMLnMZqQCUR0ZsY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/live/oQoR9yCK5x8?si=IgYpNCHULatU1YE0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/live/oQoR9yCK5x8?si=IgYpNCHULatU1YE0\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://www.youtube.com/live/ReLQlT-qw2Q?si=S8hn049vK6VCTunx\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/live/ReLQlT-qw2Q?si=S8hn049vK6VCTunx\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/hHwbgriBmbk?si=ZoklUiIsCdJwzoWq\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/hHwbgriBmbk?si=ZoklUiIsCdJwzoWq\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/Zw-yb08JFW8?si=2IcwaaeYx6AdvkAz\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/Zw-yb08JFW8?si=2IcwaaeYx6AdvkAz\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/yIJRU6NOGKE?si=VPSQpcp4QhCYBk5f\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/yIJRU6NOGKE?si=VPSQpcp4QhCYBk5f\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/NxPd3rvKFRg?si=TVng5zjtgMe7mpWV\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/NxPd3rvKFRg?si=TVng5zjtgMe7mpWV\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FNEWSMAX%2Fvideos%2F821298475241322%2F&show_text=false&width=560&t=0\" width=\"560\" height=\"314\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" allowFullScreen=\"true\"></iframe>\n<!-- /wp:html --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:html -->\n<iframe title=\"Libsyn Player\" style=\"border: none\" src=\"//html5-player.libsyn.com/embed/episode/id/16499360/height/90/theme/custom/thumbnail/yes/direction/forward/render-playlist/no/custom-color/aca5a5/\" height=\"90\" width=\"100%\" scrolling=\"no\"  allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>\n<!-- /wp:html -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.listennotes.com/podcasts/hard-men-podcast/interview-with-bill-rapier-1Prm_poebDx/embed/\" height=\"170px\" width=\"100%\" style=\"width: 1px; min-width: 100%;\" loading=\"lazy\" frameborder=\"0\" scrolling=\"no\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#top\">back to top ^</a></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 -->\n<h2 class=\"wp-block-heading\" id=\"media-articles\">Articles</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":2715,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2024/04/Carbine-Course-AAR-2019-1024x768.jpg\" alt=\"\" class=\"wp-image-2715\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Everything Bill presented to us made sense, and I’m going to incorporate his suggestions into my own practice regimen for the times that I take my carbines to the range. The AR-15 is, after all, America’s rifle. Every American patriot (or partisan, if you prefer) should be competent with it. The Amtac Shooting Combative Carbine Course is excellent preparation.<br>Bill Rapier is humble and approachable, and he freely shares a wealth of knowledge in class. This was my second class with him, and it won’t be the last. <strong>- <a href=\"https://civiliangunfighter.wordpress.com/2019/11/12/aar-the-amtac-shooting-combative-carbine-course-bill-rapier-east-granby-ct-nov-4-5-2019/\">Read the article: AAR: “THE AMTAC SHOOTING COMBATIVE CARBINE COURSE” (BILL RAPIER), EAST GRANBY, CT, NOV. 4-5, 2019</a> </strong>by Amtac Shooting student John.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":2734,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Modern-day-Minuteman-6-670x372-1.png\" alt=\"\" class=\"wp-image-2734\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">THIS ISN\'T A CLASS FOR NOVICES, BUT YOU DON\'T NEED TO BE A PROFESSIONAL TO TAKE IT<br>When you hear the word “Minuteman,” it typically conjures up images of the Revolutionary War — hard men running out of their houses with muskets, possible bags, and the rest of their sparse kit. But what about the Modern Minuteman? - Read the article: <a href=\"http://Modern-Day Minuteman: Can You Keep Up?\"><strong>Modern-Day Minuteman: Can You Keep Up?</strong></a> by Amtac Shooting student Ivan Loomis</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":2737,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Jerkin-the-trigger.jpg\" alt=\"\" class=\"wp-image-2737\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">For the last two years, I have done the Sniper Adventure Challenge Race.  It has been a great way for me to have a goal to train for and to keep pushing the boundaries with training, fitness, shooting, and gear.  New for this year, one of my local friends (Jake Hoback) and another local buddy were going to team up and do the race.  This was great for me as it gave me other dedicated training partners. - Read the article: <a href=\"https://jerkingthetrigger.com/2019/07/24/guest-post-the-modern-minute-man-and-other-standards-bill-rapier-of-amtac-shooting-instruction-llc/\"><strong>Guest Post: The Modern Minute Man and Other Standards – Bill Rapier of AMTAC Shooting Instruction LLC</strong></a> by Jerking the Trigger</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":2740,\"width\":\"276px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/womens-training.jpg\" alt=\"\" class=\"wp-image-2740\" style=\"width:276px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">After half an hour of girly small talk about chipped nail polish and our fear of a tick epidemic swarming Wisconsin wildlands, it was time to start. Each of us was assigned a personal station where we stored our weapons, ammunition, first aid, and other belongings during the course. Rapier then outlined what was ahead: introductory combatives, gun training, knife training, and a mindset talk involving thoughts on safety and personal accountability. Sounded like a good plan.<br>Before we started, Rapier wanted us to revise our vocabulary. From now on, any item that can be used in self-defense is a “tool.” A gun is a tool. A knife is a tool. A pen is a tool. There are tools all over the place. Read the article: <a href=\"https://www.swatmag.com/article/taking-responsibility-amtac-shooting-womens-combatives-course/\"><strong>TAKING RESPONSIBILITY Amtac Shooting Women’s Combatives Course</strong></a> by SWAT Survival Weapons and Tactics</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/full-size-2-1024x822.jpg\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">The fight starts, and after a few minutes of moving around and trading blows, you have an opening. You drop your weight and send the hardest right cross that you are capable of sending. Your opponent grimaces in pain, shakes it off a couple of times, and gives you the boxer\'s nod. What is going through your mind?<br>When I visualize this, I think to myself that if I can rock my opponent with a solid shot like that, I can repeat this a few more times and put him down. Read the article: <a href=\"https://www.amtacshooting.com/mindset-let-it-burn/\"><strong>Let It Burn</strong></a> by Bill Rapier</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-1024x683.jpg\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">I received an email last month.  The guy emailing me wanted to know if I was going to be doing any “Advanced Pistol” courses in the local area this year. He was not interested in the “fighting or knife stuff”. Because he was asking for an “Advanced Pistol” course it probably means he has a baseline pistol capability, but when he says he is not into the “fighting or knife stuff”, he is showing that is exactly what he should be focusing on. Unfortunately within the community of guys that train there are still too many guys clinging to the “I don’t need to know how to fight because I carry a .45” mentality. A lot of guys training want to get incrementally better at something they are already pretty good at. They want to spend two days on the range, run through some drills, maybe shave a few hundredths of a second off of their split times, or clean that combat reload up a little. In other words, they want to stay in their comfort zones! <a href=\"https://www.amtacshooting.com/what-is-most-important-in-training/\"><strong>Read the article: What Is Most Important In Training?</strong></a> by Bill Rapier</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#top\">back to top ^</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For more articles by Bill Rapier visit our <a href=\"https://www.amtacshooting.com/category/knowledge/articles/\"><strong>Amtac Shooting Articles</strong></a> page.</p>\n<!-- /wp:paragraph -->[/et_pb_text][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Media','','inherit','closed','closed','','2699-revision-v1','','','2024-09-24 21:25:37','2024-09-24 21:25:37','',2699,'https://staging.amtacshooting.com/?p=3325',0,'revision','',0),
(3326,10,'2024-09-24 21:31:17','2024-09-24 21:31:17','<!-- wp:paragraph -->\n<p id=\"top\">Go To:  <a href=\"#media-videos\">Videos</a>   <a href=\"#media-podcasts\">Podcasts</a>   <a href=\"#media-articles\">Articles</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\" id=\"media-videos\">Videos</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/LlyIgpMfpUw?si=l6lUrf1XtgNdPGDb\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/LlyIgpMfpUw?si=l6lUrf1XtgNdPGDb\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/yELsaqTI2lU?si=i9SQsXOz_lipvd23\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/yELsaqTI2lU?si=i9SQsXOz_lipvd23\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/0Meb6wxiwNc?si=8WlHG5wmR-hRyGCD\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-4-3 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"225px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/0Meb6wxiwNc?si=8WlHG5wmR-hRyGCD\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/NqHJ1uuFfY4?si=MvWx66W4i_5K5aZt\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/NqHJ1uuFfY4?si=MvWx66W4i_5K5aZt\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/gAgqyXQzwnU?si=DqMuM-UIhYeP0oEH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/gAgqyXQzwnU?si=DqMuM-UIhYeP0oEH\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/603kfkCUig0?si=Kbd7Sb5UaG6GYReO\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/603kfkCUig0?si=Kbd7Sb5UaG6GYReO\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/97cijTsUhvU?si=a01oHqCl26yBSNoP\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/97cijTsUhvU?si=a01oHqCl26yBSNoP\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/W9_z5BEHHMY?si=pVFkYcavlBvGkDcW\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/W9_z5BEHHMY?si=pVFkYcavlBvGkDcW\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/qHMSC0AYZjQ?si=xORnmz-uRDttBB7e\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qHMSC0AYZjQ?si=xORnmz-uRDttBB7e\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/gH01sQ2D1So?si=tYy2Sec5BIYUh8Xt\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/gH01sQ2D1So?si=tYy2Sec5BIYUh8Xt\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/F1gGTR5WGN8?si=OAnFBgNb-Hh5wLWi\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/F1gGTR5WGN8?si=OAnFBgNb-Hh5wLWi\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/UnoguGoSNIk?si=k6JDWvjjHCUYGNny\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/UnoguGoSNIk?si=k6JDWvjjHCUYGNny\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/6Z_NrLLZXRI?si=l7icjrUxOZFDdrNs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/6Z_NrLLZXRI?si=l7icjrUxOZFDdrNs\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/8fr-jGkSs0M?si=gyp6GmVO3ira-JYp\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/8fr-jGkSs0M?si=gyp6GmVO3ira-JYp\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/qy1R-Q8GZ1I?si=5E9u4MH_wu03mukB\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qy1R-Q8GZ1I?si=5E9u4MH_wu03mukB\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/7It3Eq5ttE8?si=vQni-xWgTdurCEBm\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/7It3Eq5ttE8?si=vQni-xWgTdurCEBm\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/97dTAWhvlZc?si=c44X8zPjityTHgNa\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/97dTAWhvlZc?si=c44X8zPjityTHgNa\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/K4ZWFRRBOdc?si=e-brhrcYcQWhfWSH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/K4ZWFRRBOdc?si=e-brhrcYcQWhfWSH\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#top\">back to top ^</a></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 -->\n<h2 class=\"wp-block-heading\" id=\"media-podcasts\">Podcasts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/G_CMC69ryiY?si=CLAXRyWOVhvBA0kd\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/G_CMC69ryiY?si=CLAXRyWOVhvBA0kd\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/M67PMNs6Iio?si=8r2Pk0FOI9M7CqWe\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/M67PMNs6Iio?si=8r2Pk0FOI9M7CqWe\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/9a-0ZGWNdO4?si=wkpllC5kJRT1RaZI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/9a-0ZGWNdO4?si=wkpllC5kJRT1RaZI\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/BC9jO5XDBWA?si=X3XFbg6O64pFAR7t\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BC9jO5XDBWA?si=X3XFbg6O64pFAR7t\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/C5nFBk5oB68?si=WIMLnMZqQCUR0ZsY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C5nFBk5oB68?si=WIMLnMZqQCUR0ZsY\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/live/oQoR9yCK5x8?si=IgYpNCHULatU1YE0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/live/oQoR9yCK5x8?si=IgYpNCHULatU1YE0\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://www.youtube.com/live/ReLQlT-qw2Q?si=S8hn049vK6VCTunx\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/live/ReLQlT-qw2Q?si=S8hn049vK6VCTunx\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/hHwbgriBmbk?si=ZoklUiIsCdJwzoWq\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/hHwbgriBmbk?si=ZoklUiIsCdJwzoWq\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/Zw-yb08JFW8?si=2IcwaaeYx6AdvkAz\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/Zw-yb08JFW8?si=2IcwaaeYx6AdvkAz\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:embed {\"url\":\"https://youtu.be/yIJRU6NOGKE?si=VPSQpcp4QhCYBk5f\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/yIJRU6NOGKE?si=VPSQpcp4QhCYBk5f\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:embed {\"url\":\"https://youtu.be/NxPd3rvKFRg?si=TVng5zjtgMe7mpWV\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/NxPd3rvKFRg?si=TVng5zjtgMe7mpWV\n</div></figure>\n<!-- /wp:embed --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- wp:html -->\n<iframe src=\"https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FNEWSMAX%2Fvideos%2F821298475241322%2F&show_text=false&width=560&t=0\" width=\"560\" height=\"314\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" allowFullScreen=\"true\"></iframe>\n<!-- /wp:html --></div>\n<!-- /wp:group -->\n\n<!-- wp:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:html -->\n<iframe title=\"Libsyn Player\" style=\"border: none\" src=\"//html5-player.libsyn.com/embed/episode/id/16499360/height/90/theme/custom/thumbnail/yes/direction/forward/render-playlist/no/custom-color/aca5a5/\" height=\"90\" width=\"100%\" scrolling=\"no\"  allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>\n<!-- /wp:html -->\n\n<!-- wp:html -->\n<iframe src=\"https://www.listennotes.com/podcasts/hard-men-podcast/interview-with-bill-rapier-1Prm_poebDx/embed/\" height=\"170px\" width=\"100%\" style=\"width: 1px; min-width: 100%;\" loading=\"lazy\" frameborder=\"0\" scrolling=\"no\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#top\">back to top ^</a></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 -->\n<h2 class=\"wp-block-heading\" id=\"media-articles\">Articles</h2>\n<!-- /wp:heading -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":2715,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2024/04/Carbine-Course-AAR-2019-1024x768.jpg\" alt=\"\" class=\"wp-image-2715\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Everything Bill presented to us made sense, and I’m going to incorporate his suggestions into my own practice regimen for the times that I take my carbines to the range. The AR-15 is, after all, America’s rifle. Every American patriot (or partisan, if you prefer) should be competent with it. The Amtac Shooting Combative Carbine Course is excellent preparation.<br>Bill Rapier is humble and approachable, and he freely shares a wealth of knowledge in class. This was my second class with him, and it won’t be the last. <strong>- <a href=\"https://civiliangunfighter.wordpress.com/2019/11/12/aar-the-amtac-shooting-combative-carbine-course-bill-rapier-east-granby-ct-nov-4-5-2019/\">Read the article: AAR: “THE AMTAC SHOOTING COMBATIVE CARBINE COURSE” (BILL RAPIER), EAST GRANBY, CT, NOV. 4-5, 2019</a> </strong>by Amtac Shooting student John.</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":2734,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Modern-day-Minuteman-6-670x372-1.png\" alt=\"\" class=\"wp-image-2734\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">THIS ISN\'T A CLASS FOR NOVICES, BUT YOU DON\'T NEED TO BE A PROFESSIONAL TO TAKE IT<br>When you hear the word “Minuteman,” it typically conjures up images of the Revolutionary War — hard men running out of their houses with muskets, possible bags, and the rest of their sparse kit. But what about the Modern Minuteman? - Read the article: <a href=\"http://Modern-Day Minuteman: Can You Keep Up?\"><strong>Modern-Day Minuteman: Can You Keep Up?</strong></a> by Amtac Shooting student Ivan Loomis</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":2737,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Jerkin-the-trigger.jpg\" alt=\"\" class=\"wp-image-2737\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">For the last two years, I have done the Sniper Adventure Challenge Race.  It has been a great way for me to have a goal to train for and to keep pushing the boundaries with training, fitness, shooting, and gear.  New for this year, one of my local friends (Jake Hoback) and another local buddy were going to team up and do the race.  This was great for me as it gave me other dedicated training partners. - Read the article: <a href=\"https://jerkingthetrigger.com/2019/07/24/guest-post-the-modern-minute-man-and-other-standards-bill-rapier-of-amtac-shooting-instruction-llc/\"><strong>Guest Post: The Modern Minute Man and Other Standards – Bill Rapier of AMTAC Shooting Instruction LLC</strong></a> by Jerking the Trigger</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"id\":2740,\"width\":\"276px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/womens-training.jpg\" alt=\"\" class=\"wp-image-2740\" style=\"width:276px;height:auto\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">After half an hour of girly small talk about chipped nail polish and our fear of a tick epidemic swarming Wisconsin wildlands, it was time to start. Each of us was assigned a personal station where we stored our weapons, ammunition, first aid, and other belongings during the course. Rapier then outlined what was ahead: introductory combatives, gun training, knife training, and a mindset talk involving thoughts on safety and personal accountability. Sounded like a good plan.<br>Before we started, Rapier wanted us to revise our vocabulary. From now on, any item that can be used in self-defense is a “tool.” A gun is a tool. A knife is a tool. A pen is a tool. There are tools all over the place. Read the article: <a href=\"https://www.swatmag.com/article/taking-responsibility-amtac-shooting-womens-combatives-course/\"><strong>TAKING RESPONSIBILITY Amtac Shooting Women’s Combatives Course</strong></a> by SWAT Survival Weapons and Tactics</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/full-size-2-1024x822.jpg\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">The fight starts, and after a few minutes of moving around and trading blows, you have an opening. You drop your weight and send the hardest right cross that you are capable of sending. Your opponent grimaces in pain, shakes it off a couple of times, and gives you the boxer\'s nod. What is going through your mind?<br>When I visualize this, I think to myself that if I can rock my opponent with a solid shot like that, I can repeat this a few more times and put him down. Read the article: <a href=\"https://www.amtacshooting.com/mindset-let-it-burn/\"><strong>Let It Burn</strong></a> by Bill Rapier</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- wp:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-1024x683.jpg\" alt=\"\"/></figure>\n<!-- /wp:image --></div>\n<!-- /wp:column -->\n\n<!-- wp:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- wp:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">I received an email last month.  The guy emailing me wanted to know if I was going to be doing any “Advanced Pistol” courses in the local area this year. He was not interested in the “fighting or knife stuff”. Because he was asking for an “Advanced Pistol” course it probably means he has a baseline pistol capability, but when he says he is not into the “fighting or knife stuff”, he is showing that is exactly what he should be focusing on. Unfortunately within the community of guys that train there are still too many guys clinging to the “I don’t need to know how to fight because I carry a .45” mentality. A lot of guys training want to get incrementally better at something they are already pretty good at. They want to spend two days on the range, run through some drills, maybe shave a few hundredths of a second off of their split times, or clean that combat reload up a little. In other words, they want to stay in their comfort zones! <a href=\"https://www.amtacshooting.com/what-is-most-important-in-training/\"><strong>Read the article: What Is Most Important In Training?</strong></a> by Bill Rapier</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p><a href=\"#top\">back to top ^</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>For more articles by Bill Rapier visit our <a href=\"https://www.amtacshooting.com/category/knowledge/articles/\"><strong>Amtac Shooting Articles</strong></a> page.</p>\n<!-- /wp:paragraph -->','Media','','inherit','closed','closed','','2699-revision-v1','','','2024-09-24 21:31:17','2024-09-24 21:31:17','',2699,'https://staging.amtacshooting.com/?p=3326',0,'revision','',0),
(3328,10,'2024-09-24 21:46:54','2024-09-24 21:46:54','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" column_structure=\"1_2,1_2\"][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"1_2\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"1_2\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South.</p>\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-John</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"aligncenter is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity aligncenter is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. </strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family. </strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Again, sincerely thank you - It was life changing for me.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-Bruce</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South</strong>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again. </strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-John</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. </strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Thanks!</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.  </strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>-<strong>Eddie</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-Edward</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh. </strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-Walter</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-Tom</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>-<strong>Walter</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-Brian</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-Todd</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-Scott</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>\"In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.\"</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.<br />-Matt</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>\"I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.\" </strong><br /><strong>- Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>\"It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!\" <br />-Bart</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>\"Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.\"<br />-Sean</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>\"I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.\" <br />-JH</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again. <br />- Neal</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br />First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.<br />- Best Regards, Cameron</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials','','inherit','closed','closed','','1791-revision-v1','','','2024-09-24 21:46:54','2024-09-24 21:46:54','',1791,'https://staging.amtacshooting.com/?p=3328',0,'revision','',0),
(3329,10,'2024-09-24 21:48:54','2024-09-24 21:48:54','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][/et_pb_text][et_pb_heading title=\"Training\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" custom_padding=\"|0px||0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text_align=\"center\" sticky_enabled=\"0\"][/et_pb_heading][ba_logo_grid column_count=\"3\" grid_gap=\"20px\" logo_size=\"309px\" column_count_tablet=\"3\" column_count_phone=\"2\" column_count_last_edited=\"on|phone\" grid_height_tablet=\"\" grid_height_phone=\"\" grid_height_last_edited=\"on|phone\" grid_gap_tablet=\"20px\" grid_gap_phone=\"0px\" grid_gap_last_edited=\"on|phone\" logo_size_tablet=\"309px\" logo_size_phone=\"309px\" logo_size_last_edited=\"on|phone\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width_tablet=\"\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_height_tablet=\"\" max_height_phone=\"\" max_height_last_edited=\"on|phone\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/defoor.png\" brand_name=\"Defoor Proformance Shooting\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://defoor-proformance-shooting.myshopify.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/sayoc_tactical_group.jpg\" brand_name=\"Sayoc Tactical Group\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://sayoctactical.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/gustavo_muchado_jiu_jitsu.jpg\" brand_name=\"Gustavo Machado Brazilian Jiu-Jitsu\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"http://www.gustavomachado.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_heading title=\"Gear\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" module_alignment=\"left\" custom_padding=\"|0px||0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text_align=\"center\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" header_text_align=\"center\" text_orientation=\"center\" sticky_enabled=\"0\"]<h3></h3>\n<p><i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i><i><span></span></i></p>[/et_pb_text][ba_logo_grid column_count=\"3\" grid_gap=\"0px\" logo_size=\"293px\" column_count_tablet=\"3\" column_count_phone=\"2\" column_count_last_edited=\"on|phone\" grid_gap_tablet=\"0px\" grid_gap_phone=\"0px\" grid_gap_last_edited=\"on|phone\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px||0px||true|true\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/walther-logo.jpg\" brand_name=\"Walther \" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://waltherarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/NightForce-Wide-Round-Logo.png\" brand_name=\"Nightforce Precision Optics\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.nightforceoptics.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/black_hills_ammo.gif\" brand_name=\"Black Hills Ammunition\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"http://www.black-hills.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/black_point_tactical-1.jpg\" brand_name=\"Blackpoint Tactical\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://blackpointtactical.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/PROOF_logo_sm.jpg\" brand_name=\"Proof Research\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://proofresearch.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/usnightvisionlogo_small.png\" brand_name=\"US Night Vision\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://usnightvision.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/high-desert-cartridge-logo-sq.png\" brand_name=\"High Desert Cartridge Co\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://highdesertcartridge.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][/et_pb_column][/et_pb_row][/et_pb_section]','Recommended','','inherit','closed','closed','','234-revision-v1','','','2024-09-24 21:48:54','2024-09-24 21:48:54','',234,'https://staging.amtacshooting.com/?p=3329',0,'revision','',0),
(3330,10,'2024-09-24 22:03:35','2024-09-24 22:03:35','','us-night-vision-logo','','inherit','open','closed','','us-night-vision-logo','','','2024-09-24 22:03:35','2024-09-24 22:03:35','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/us-night-vision-logo.jpg',0,'attachment','image/jpeg',0),
(3331,10,'2024-09-24 22:04:07','2024-09-24 22:04:07','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][/et_pb_text][et_pb_heading title=\"Training\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" custom_padding=\"|0px||0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text_align=\"center\" sticky_enabled=\"0\"][/et_pb_heading][ba_logo_grid column_count=\"3\" grid_gap=\"20px\" logo_size=\"309px\" column_count_tablet=\"3\" column_count_phone=\"2\" column_count_last_edited=\"on|phone\" grid_height_tablet=\"\" grid_height_phone=\"\" grid_height_last_edited=\"on|phone\" grid_gap_tablet=\"20px\" grid_gap_phone=\"0px\" grid_gap_last_edited=\"on|phone\" logo_size_tablet=\"309px\" logo_size_phone=\"309px\" logo_size_last_edited=\"on|phone\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width_tablet=\"\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_height_tablet=\"\" max_height_phone=\"\" max_height_last_edited=\"on|phone\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/defoor.png\" brand_name=\"Defoor Proformance Shooting\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://defoor-proformance-shooting.myshopify.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/sayoc_tactical_group.jpg\" brand_name=\"Sayoc Tactical Group\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://sayoctactical.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/gustavo_muchado_jiu_jitsu.jpg\" brand_name=\"Gustavo Machado Brazilian Jiu-Jitsu\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"http://www.gustavomachado.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_heading title=\"Gear\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" module_alignment=\"left\" custom_padding=\"|0px||0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text_align=\"center\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" header_text_align=\"center\" text_orientation=\"center\" sticky_enabled=\"0\"]<h3></h3>\n<p><i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i><i><span></span></i></p>[/et_pb_text][ba_logo_grid column_count=\"3\" grid_gap=\"0px\" logo_size=\"293px\" column_count_tablet=\"3\" column_count_phone=\"2\" column_count_last_edited=\"on|phone\" grid_gap_tablet=\"0px\" grid_gap_phone=\"0px\" grid_gap_last_edited=\"on|phone\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/walther-logo.jpg\" brand_name=\"Walther \" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://waltherarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/NightForce-Wide-Round-Logo.png\" brand_name=\"Nightforce Precision Optics\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.nightforceoptics.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/black_hills_ammo.gif\" brand_name=\"Black Hills Ammunition\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"http://www.black-hills.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/black_point_tactical-1.jpg\" brand_name=\"Blackpoint Tactical\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://blackpointtactical.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/PROOF_logo_sm.jpg\" brand_name=\"Proof Research\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://proofresearch.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/us-night-vision-logo.jpg\" brand_name=\"US Night Vision\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://usnightvision.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"us-night-vision-logo\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/high-desert-cartridge-logo-sq.png\" brand_name=\"High Desert Cartridge Co\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://highdesertcartridge.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][/et_pb_column][/et_pb_row][/et_pb_section]','Recommended','','inherit','closed','closed','','234-revision-v1','','','2024-09-24 22:04:07','2024-09-24 22:04:07','',234,'https://staging.amtacshooting.com/?p=3331',0,'revision','',0),
(3332,10,'2024-09-24 22:08:40','2024-09-24 22:08:40','','bha_logo_gold_v3','','inherit','open','closed','','bha_logo_gold_v3','','','2024-09-24 22:08:40','2024-09-24 22:08:40','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/bha_logo_gold_v3.jpg',0,'attachment','image/jpeg',0),
(3333,10,'2024-09-24 22:10:59','2024-09-24 22:10:59','','bha_logo_gold_v4','','inherit','open','closed','','bha_logo_gold_v4','','','2024-09-24 22:10:59','2024-09-24 22:10:59','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/bha_logo_gold_v4.jpg',0,'attachment','image/jpeg',0),
(3334,10,'2024-09-24 22:11:34','2024-09-24 22:11:34','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][/et_pb_text][et_pb_heading title=\"Training\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" custom_padding=\"|0px||0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text_align=\"center\" sticky_enabled=\"0\"][/et_pb_heading][ba_logo_grid column_count=\"3\" grid_gap=\"20px\" logo_size=\"309px\" column_count_tablet=\"3\" column_count_phone=\"2\" column_count_last_edited=\"on|phone\" grid_height_tablet=\"\" grid_height_phone=\"\" grid_height_last_edited=\"on|phone\" grid_gap_tablet=\"20px\" grid_gap_phone=\"0px\" grid_gap_last_edited=\"on|phone\" logo_size_tablet=\"309px\" logo_size_phone=\"309px\" logo_size_last_edited=\"on|phone\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width_tablet=\"\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_height_tablet=\"\" max_height_phone=\"\" max_height_last_edited=\"on|phone\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/defoor.png\" brand_name=\"Defoor Proformance Shooting\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://defoor-proformance-shooting.myshopify.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/sayoc_tactical_group.jpg\" brand_name=\"Sayoc Tactical Group\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://sayoctactical.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/gustavo_muchado_jiu_jitsu.jpg\" brand_name=\"Gustavo Machado Brazilian Jiu-Jitsu\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"http://www.gustavomachado.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_heading title=\"Gear\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" module_alignment=\"left\" custom_padding=\"|0px||0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text_align=\"center\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" header_text_align=\"center\" text_orientation=\"center\" sticky_enabled=\"0\"]<h3></h3>\n<p><i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i><i><span></span></i></p>[/et_pb_text][ba_logo_grid column_count=\"3\" grid_gap=\"0px\" logo_size=\"293px\" column_count_tablet=\"3\" column_count_phone=\"2\" column_count_last_edited=\"on|phone\" grid_gap_tablet=\"0px\" grid_gap_phone=\"0px\" grid_gap_last_edited=\"on|phone\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/walther-logo.jpg\" brand_name=\"Walther \" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://waltherarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/NightForce-Wide-Round-Logo.png\" brand_name=\"Nightforce Precision Optics\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.nightforceoptics.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/bha_logo_gold_v3.jpg\" brand_name=\"Black Hills Ammunition\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"http://www.black-hills.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"bha_logo_gold_v3\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/black_point_tactical-1.jpg\" brand_name=\"Blackpoint Tactical\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://blackpointtactical.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/PROOF_logo_sm.jpg\" brand_name=\"Proof Research\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://proofresearch.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/us-night-vision-logo.jpg\" brand_name=\"US Night Vision\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://usnightvision.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"us-night-vision-logo\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/high-desert-cartridge-logo-sq.png\" brand_name=\"High Desert Cartridge Co\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://highdesertcartridge.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][/et_pb_column][/et_pb_row][/et_pb_section]','Recommended','','inherit','closed','closed','','234-revision-v1','','','2024-09-24 22:11:34','2024-09-24 22:11:34','',234,'https://staging.amtacshooting.com/?p=3334',0,'revision','',0),
(3336,10,'2024-09-24 22:15:16','2024-09-24 22:15:16','','defoor-logo','','inherit','open','closed','','defoor-logo','','','2024-09-24 22:15:16','2024-09-24 22:15:16','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/defoor-logo.jpg',0,'attachment','image/jpeg',0),
(3337,10,'2024-09-24 22:16:09','2024-09-24 22:16:09','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][/et_pb_text][et_pb_heading title=\"Training\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" custom_padding=\"|0px||0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text_align=\"center\" sticky_enabled=\"0\"][/et_pb_heading][ba_logo_grid column_count=\"3\" grid_gap=\"20px\" logo_size=\"309px\" column_count_tablet=\"3\" column_count_phone=\"2\" column_count_last_edited=\"on|phone\" grid_height_tablet=\"\" grid_height_phone=\"\" grid_height_last_edited=\"on|phone\" grid_gap_tablet=\"20px\" grid_gap_phone=\"0px\" grid_gap_last_edited=\"on|phone\" logo_size_tablet=\"309px\" logo_size_phone=\"309px\" logo_size_last_edited=\"on|phone\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width_tablet=\"\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_height_tablet=\"\" max_height_phone=\"\" max_height_last_edited=\"on|phone\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/defoor-logo.jpg\" brand_name=\"Defoor Proformance Shooting\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://defoor-proformance-shooting.myshopify.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" title_text=\"defoor-logo\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/sayoc_tactical_group.jpg\" brand_name=\"Sayoc Tactical Group\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://sayoctactical.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/gustavo_muchado_jiu_jitsu.jpg\" brand_name=\"Gustavo Machado Brazilian Jiu-Jitsu\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"http://www.gustavomachado.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_heading title=\"Gear\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" module_alignment=\"left\" custom_padding=\"|0px||0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text_align=\"center\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" header_text_align=\"center\" text_orientation=\"center\" sticky_enabled=\"0\"]<h3></h3>\n<p><i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i><i><span></span></i></p>[/et_pb_text][ba_logo_grid column_count=\"3\" grid_gap=\"0px\" logo_size=\"293px\" column_count_tablet=\"3\" column_count_phone=\"2\" column_count_last_edited=\"on|phone\" grid_gap_tablet=\"0px\" grid_gap_phone=\"0px\" grid_gap_last_edited=\"on|phone\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px||0px||true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/walther-logo.jpg\" brand_name=\"Walther \" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://waltherarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/NightForce-Wide-Round-Logo.png\" brand_name=\"Nightforce Precision Optics\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.nightforceoptics.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/bha_logo_gold_v3.jpg\" brand_name=\"Black Hills Ammunition\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"http://www.black-hills.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"bha_logo_gold_v3\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/black_point_tactical-1.jpg\" brand_name=\"Blackpoint Tactical\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://blackpointtactical.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/PROOF_logo_sm.jpg\" brand_name=\"Proof Research\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://proofresearch.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/us-night-vision-logo.jpg\" brand_name=\"US Night Vision\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://usnightvision.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"us-night-vision-logo\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/high-desert-cartridge-logo-sq.png\" brand_name=\"High Desert Cartridge Co\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://highdesertcartridge.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][/et_pb_column][/et_pb_row][/et_pb_section]','Recommended','','inherit','closed','closed','','234-revision-v1','','','2024-09-24 22:16:09','2024-09-24 22:16:09','',234,'https://staging.amtacshooting.com/?p=3337',0,'revision','',0),
(3339,10,'2024-09-24 22:23:23','2024-09-24 22:23:23','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" column_structure=\"1_2,1_2\"][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"1_2\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"1_2\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South.</p>\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-John</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. <!-- wp:paragraph --></p>\n<p>Thanks!<!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"aligncenter is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity aligncenter is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. </strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family. </strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Again, sincerely thank you - It was life changing for me.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-Bruce</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South</strong>.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again. </strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-John</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. </strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Thanks!</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.  </strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>-<strong>Eddie</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-Edward</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh. </strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-Walter</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-Tom</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>-<strong>Walter</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-Brian</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-Todd</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-Scott</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>\"In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.\"</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.<br />-Matt</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>\"I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.\" </strong><br /><strong>- Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>\"It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!\" <br />-Bart</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>\"Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.\"<br />-Sean</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>\"I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.\" <br />-JH</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again. <br />- Neal</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br />First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><strong>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.<br />- Best Regards, Cameron</strong></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /wp:separator --></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials','','inherit','closed','closed','','1791-revision-v1','','','2024-09-24 22:23:23','2024-09-24 22:23:23','',1791,'https://staging.amtacshooting.com/?p=3339',0,'revision','',0),
(3341,1,'2024-10-01 18:48:16','2024-10-01 18:48:16','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" animation_style=\"fade\" show_arrows=\"off\" show_pagination=\"off\" auto=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_slide heading=\"Your Title Goes Here\" button_text=\"Click Here\" _builder_version=\"4.27.0\" _module_preset=\"default\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_slide][et_pb_slide heading=\"Your Title Goes Here\" button_text=\"Click Here\" _builder_version=\"4.27.0\" _module_preset=\"default\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_tag=\"off\" event_count=\"20\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-10-01 18:48:16','2024-10-01 18:48:16','',81,'https://staging.amtacshooting.com/?p=3341',0,'revision','',0),
(3343,1,'2024-10-01 18:48:55','2024-10-01 18:48:55','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial author=\"Bryan\" job_title=\"LE SWAT/SNIPER\" portrait_url=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>\" Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC! \"</p>[/et_pb_testimonial][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" animation_style=\"fade\" show_arrows=\"off\" show_pagination=\"off\" auto=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_slide heading=\"Your Title Goes Here\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_slide][et_pb_slide heading=\"Your Title Goes Here\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_tag=\"off\" event_count=\"20\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-10-01 18:48:55','2024-10-01 18:48:55','',81,'https://staging.amtacshooting.com/?p=3343',0,'revision','',0),
(3347,10,'2024-10-01 19:28:20','2024-10-01 19:28:20','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"78.2%\"][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" background_color=\"#FFFFFF\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\" min_height=\"607.6px\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"100%\" sticky_enabled=\"0\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" show_pagination=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" animation_style=\"fade\" auto=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#f2f2f2\" sticky_enabled=\"0\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_layout=\"light\" text_orientation=\"left\" sticky_enabled=\"0\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_layout=\"light\" text_orientation=\"left\" sticky_enabled=\"0\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" text_orientation=\"left\" background_layout=\"light\" sticky_enabled=\"0\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][et_pb_slide button_text=\"Click Here\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" text_orientation=\"left\" background_layout=\"light\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>\n</div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_tag=\"off\" event_count=\"20\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-10-01 19:28:20','2024-10-01 19:28:20','',81,'https://staging.amtacshooting.com/?p=3347',0,'revision','',0),
(3349,10,'2024-10-01 19:31:41','2024-10-01 19:31:41','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"78.2%\" background_color=\"#FFFFFF\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px||20px|false|true\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\" min_height=\"460.6px\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" show_pagination=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" animation_style=\"fade\" auto=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#FFFFFF\" sticky_enabled=\"0\" min_height=\"443.4px\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_layout=\"light\" text_orientation=\"left\" sticky_enabled=\"0\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_layout=\"light\" text_orientation=\"left\" sticky_enabled=\"0\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" text_orientation=\"left\" background_layout=\"light\" sticky_enabled=\"0\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][et_pb_slide button_text=\"Click Here\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" text_orientation=\"left\" background_layout=\"light\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>\n</div>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_tag=\"off\" event_count=\"20\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-10-01 19:31:41','2024-10-01 19:31:41','',81,'https://staging.amtacshooting.com/?p=3349',0,'revision','',0),
(3351,10,'2024-10-01 20:43:55','2024-10-01 20:43:55','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"78.2%\" background_color=\"#FFFFFF\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"17px\"][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\" min_height=\"460.6px\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" show_pagination=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" animation_style=\"fade\" auto=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#FFFFFF\" sticky_enabled=\"0\" min_height=\"123.4px\" body_font_size=\"22px\" body_line_height=\"1.3em\" width=\"100%\" height=\"502px\" custom_padding=\"0px|0px|79px|0px|false|true\" custom_margin=\"0px||0px||true|false\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_layout=\"light\" text_orientation=\"left\" sticky_enabled=\"0\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_layout=\"light\" text_orientation=\"left\" sticky_enabled=\"0\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_layout=\"light\" text_orientation=\"left\" sticky_enabled=\"0\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" text_orientation=\"left\" background_layout=\"light\" sticky_enabled=\"0\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_tag=\"off\" event_count=\"50\" columns=\"2\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" show_price=\"off\" show_weburl=\"off\" sticky_enabled=\"0\" open_toggle_background_color=\"RGBA(255,255,255,0)\" use_overlay=\"on\" details_link_color=\"RGBA(255,255,255,0)\" callout_month_text_color=\"#0a0000\" callout_date_text_color=\"#878787\" button_align=\"on\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-10-01 20:43:55','2024-10-01 20:43:55','',81,'https://staging.amtacshooting.com/?p=3351',0,'revision','',0),
(3353,10,'2024-10-01 20:48:40','2024-10-01 20:48:40','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"78.2%\" background_color=\"#FFFFFF\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"17px\"][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\" min_height=\"460.6px\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" show_pagination=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" animation_style=\"fade\" auto=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#FFFFFF\" sticky_enabled=\"0\" min_height=\"123.4px\" body_font_size=\"22px\" body_line_height=\"1.3em\" width=\"100%\" height=\"502px\" custom_padding=\"0px|0px|79px|0px|false|true\" custom_margin=\"0px||0px||true|false\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_layout=\"light\" text_orientation=\"left\" sticky_enabled=\"0\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_layout=\"light\" text_orientation=\"left\" sticky_enabled=\"0\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_layout=\"light\" text_orientation=\"left\" sticky_enabled=\"0\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" text_orientation=\"left\" background_layout=\"light\" sticky_enabled=\"0\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_tag=\"off\" event_count=\"50\" columns=\"2\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" show_price=\"off\" show_weburl=\"off\" sticky_enabled=\"0\" open_toggle_background_color=\"RGBA(255,255,255,0)\" use_overlay=\"on\" details_link_color=\"RGBA(255,255,255,0)\" callout_month_text_color=\"#0a0000\" callout_date_text_color=\"#878787\" background_color=\"RGBA(255,255,255,0)\" whole_event_clickable=\"on\" custom_category_link_target=\"_blank\" show_date=\"off\" show_callout_month=\"off\" show_callout_date=\"off\" callout_background_color=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#E02B20\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#1f304e\" custom_button=\"on\" global_colors_info=\"{}\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-10-01 20:48:40','2024-10-01 20:48:40','',81,'https://staging.amtacshooting.com/?p=3353',0,'revision','',0),
(3355,10,'2024-10-01 21:11:22','2024-10-01 21:11:22','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"78.2%\" background_color=\"#FFFFFF\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"17px\"][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\" min_height=\"460.6px\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" show_pagination=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" animation_style=\"fade\" auto=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#FFFFFF\" sticky_enabled=\"0\" min_height=\"123.4px\" body_font_size=\"22px\" body_line_height=\"1.3em\" width=\"100%\" height=\"502px\" custom_padding=\"0px|0px|79px|0px|false|true\" custom_margin=\"0px||0px||true|false\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_layout=\"light\" text_orientation=\"left\" sticky_enabled=\"0\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_layout=\"light\" text_orientation=\"left\" sticky_enabled=\"0\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_layout=\"light\" text_orientation=\"left\" sticky_enabled=\"0\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" text_orientation=\"left\" background_layout=\"light\" sticky_enabled=\"0\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_tag=\"off\" event_count=\"50\" columns=\"2\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" show_price=\"off\" show_weburl=\"off\" sticky_enabled=\"0\" open_toggle_background_color=\"RGBA(255,255,255,0)\" use_overlay=\"on\" details_link_color=\"RGBA(255,255,255,0)\" callout_month_text_color=\"#0a0000\" callout_date_text_color=\"#878787\" background_color=\"RGBA(255,255,255,0)\" whole_event_clickable=\"on\" custom_category_link_target=\"_blank\" show_date=\"off\" show_callout_month=\"off\" show_callout_date=\"off\" callout_background_color=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" hover_enabled=\"0\" global_colors_info=\"{}\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_button=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" sticky_enabled=\"0\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" button_bg_color=\"#FFFFFF\" button_bg_enable_color=\"on\" title_text=\"newsletter\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_position=\"bottom_left\" background_image_width=\"16%\" background_horizontal_offset=\"2.8%\" background_vertical_offset=\"4%\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-10-01 21:11:22','2024-10-01 21:11:22','',81,'https://staging.amtacshooting.com/?p=3355',0,'revision','',0),
(3357,10,'2024-10-01 21:14:04','2024-10-01 21:14:04','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"78.2%\" background_color=\"#FFFFFF\" hover_enabled=\"0\" sticky_enabled=\"0\" min_height=\"17px\"][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"4_4\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\" min_height=\"460.6px\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" show_pagination=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" animation_style=\"fade\" auto=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#FFFFFF\" sticky_enabled=\"0\" min_height=\"123.4px\" body_font_size=\"22px\" body_line_height=\"1.3em\" width=\"100%\" height=\"502px\" custom_padding=\"0px|0px|79px|0px|false|true\" custom_margin=\"0px||0px||true|false\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_layout=\"light\" text_orientation=\"left\" sticky_enabled=\"0\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_layout=\"light\" text_orientation=\"left\" sticky_enabled=\"0\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" background_layout=\"light\" text_orientation=\"left\" sticky_enabled=\"0\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" text_orientation=\"left\" background_layout=\"light\" sticky_enabled=\"0\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_tag=\"off\" event_count=\"50\" columns=\"2\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" show_price=\"off\" show_weburl=\"off\" sticky_enabled=\"0\" open_toggle_background_color=\"RGBA(255,255,255,0)\" use_overlay=\"on\" details_link_color=\"RGBA(255,255,255,0)\" callout_month_text_color=\"#0a0000\" callout_date_text_color=\"#878787\" background_color=\"RGBA(255,255,255,0)\" whole_event_clickable=\"on\" custom_category_link_target=\"_blank\" show_date=\"off\" show_callout_month=\"off\" show_callout_date=\"off\" callout_background_color=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" callout_time_text_color=\"#D1D1D1\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" hover_enabled=\"0\" global_colors_info=\"{}\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_button=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" sticky_enabled=\"0\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" button_bg_color=\"#FFFFFF\" button_bg_enable_color=\"on\" title_text=\"newsletter\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_position=\"bottom_left\" background_image_width=\"16%\" background_horizontal_offset=\"2.8%\" background_vertical_offset=\"4%\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-10-01 21:14:04','2024-10-01 21:14:04','',81,'https://staging.amtacshooting.com/?p=3357',0,'revision','',0),
(3360,10,'2024-10-03 03:50:45','2024-10-03 03:50:45','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"78.2%\" min_height=\"17px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_callout_date=\"off\" show_callout_month=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"RGBA(255,255,255,0)\" use_overlay=\"on\" whole_event_clickable=\"on\" custom_category_link_target=\"_blank\" _builder_version=\"4.27.0\" _module_preset=\"default\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"4_4\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" hover_enabled=\"0\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"0px||||false|false\" custom_padding__hover_enabled=\"off|desktop\" custom_padding=\"|||350px|false|false\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-10-03 03:50:45','2024-10-03 03:50:45','',81,'https://staging.amtacshooting.com/?p=3360',0,'revision','',0),
(3363,10,'2024-10-03 21:13:29','2024-10-03 21:13:29','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"78.2%\" min_height=\"17px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" show_arrows=\"off\" sticky_enabled=\"0\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_callout_date=\"off\" show_callout_month=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"RGBA(255,255,255,0)\" use_overlay=\"on\" whole_event_clickable=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" hover_enabled=\"0\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" hover_overlay_color=\"#0C71C3\" hover_icon=\"&#x31;||divi||400\" align=\"center\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-10-03 21:13:29','2024-10-03 21:13:29','',81,'https://staging.amtacshooting.com/?p=3363',0,'revision','',0),
(3364,10,'2024-10-03 21:55:38','2024-10-03 21:55:38','','_A1S9669','','inherit','open','closed','','_a1s9669','','','2024-10-03 21:55:38','2024-10-03 21:55:38','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/A1S9669.jpg',0,'attachment','image/jpeg',0),
(3365,10,'2024-10-03 21:56:28','2024-10-03 21:56:28','','nf-carbine-flatlay','','inherit','open','closed','','nf-carbine-flatlay','','','2024-10-03 21:56:28','2024-10-03 21:56:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/nf-carbine-flatlay.jpg',0,'attachment','image/jpeg',0),
(3367,10,'2024-10-03 22:16:48','2024-10-03 22:16:48','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"78.2%\" min_height=\"17px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" use_overlay=\"on\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" whole_event_clickable=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" hover_enabled=\"0\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" overlay_icon_color=\"rgba(255,255,255,0.95)\" details_background_color=\"RGBA(255,255,255,0)\" details_padding=\"|8px||8px|false|true\" month_margin=\"13px||13px||true|false\" month_sep_font_size=\"32px\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" show_callout_box=\"off\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" title_text_color=\"#5b5b5b\" details_icon_color=\"#a5a5a5\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" module_alignment=\"center\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-10-03 22:16:48','2024-10-03 22:16:48','',81,'https://staging.amtacshooting.com/?p=3367',0,'revision','',0),
(3369,10,'2024-10-03 22:21:36','2024-10-03 22:21:36','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"LEARN\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"LEARN\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"LEARN\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"78.2%\" min_height=\"17px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" use_overlay=\"on\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" whole_event_clickable=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" hover_enabled=\"0\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" overlay_icon_color=\"rgba(255,255,255,0.95)\" details_background_color=\"RGBA(255,255,255,0)\" details_padding=\"|8px||8px|false|true\" month_margin=\"13px||13px||true|false\" month_sep_font_size=\"32px\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" show_callout_box=\"off\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" title_text_color=\"#5b5b5b\" details_icon_color=\"#a5a5a5\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" module_alignment=\"center\" sticky_enabled=\"0\"][/decm_event_display][lwp_overlay_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/nf-carbine-flatlay.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_text=\"nf-carbine-flatlay\" overlay_title=\"course\" link_option_url=\"https://www.amtacshooting.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>info go here thats what it is</p>[/lwp_overlay_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-10-03 22:21:36','2024-10-03 22:21:36','',81,'https://staging.amtacshooting.com/?p=3369',0,'revision','',0),
(3372,10,'2024-10-16 03:06:12','2024-10-16 03:06:12','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" hover_enabled=\"0\" global_colors_info=\"{}\" author=\"off\" sticky_enabled=\"0\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>The purpose of our precision rifle course is to build men that are able able to shoot out to 600-700 yards, 1200-1400 yards and 1600-2000+ yards depending on weapons system.</p>\n<p>In order to reach proficiency in this goal, we will cover these topics during the course:</p>\n<ul>\n<li>Precision rifle shooting</li>\n<li>Setting up your rifle</li>\n<li>Understanding MOAs and mils</li>\n<li>Reading the wind</li>\n<li>Understanding shooter/spotter communication</li>\n<li>Using ballistic software</li>\n<li>Non standard shooting positions</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" included_categories=\"113\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" global_colors_info=\"{}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Precision Rifle','','inherit','closed','closed','','3252-revision-v1','','','2024-10-16 03:06:12','2024-10-16 03:06:12','',3252,'https://staging.amtacshooting.com/?p=3372',0,'revision','',0),
(3373,10,'2024-10-16 03:07:11','2024-10-16 03:07:11','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_wc_gallery fullwidth=\"off\" orientation=\"portrait\" show_title_and_caption_tablet=\"\" show_title_and_caption_phone=\"\" show_title_and_caption_last_edited=\"on|desktop\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_wc_gallery][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-10-16 03:07:11','2024-10-16 03:07:11','',13,'https://staging.amtacshooting.com/?p=3373',0,'revision','',0),
(3374,10,'2024-10-16 03:21:25','2024-10-16 03:21:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" comments=\"off\" featured_placement=\"above\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>There are a variety of Amtac Shooting Pistol Courses, including pistol combatives and an assortment of combined skills.</p>\n<p>They contain these topics:</p>\n<ul>\n<li>mindset</li>\n<li>loading procedures</li>\n<li>concealed draw stroke</li>\n<li>combative weapons retention shooting</li>\n<li><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">striking and transitions from striking/ blade use to pistol deployment</span><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\"></span></li>\n<li><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">Pistol fundamentals</span></li>\n<li>Medium range shooting<b> </b>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Pistol Courses</h5>[/et_pb_text][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" locked=\"off\" event_selection=\"custom_event\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22,%22view_more_text_color%22%93}\" included_categories=\"98,104,106,109,110,112,150,146,154,158,160,138,176,174,111\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section]','Pistol','','publish','closed','closed','','pistol-4','','','2025-04-01 16:52:01','2025-04-01 16:52:01','',0,'https://staging.amtacshooting.com/?page_id=3374',0,'page','',0),
(3375,10,'2024-10-16 03:10:55','2024-10-16 03:10:55','<!-- wp:divi/placeholder /-->','Pistol','','inherit','closed','closed','','3374-revision-v1','','','2024-10-16 03:10:55','2024-10-16 03:10:55','',3374,'https://staging.amtacshooting.com/?p=3375',0,'revision','',0),
(3377,10,'2024-10-16 03:21:25','2024-10-16 03:21:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p> There are a variety of Amtac Shooting Pistol Courses, including pistol combatives and a variety of combined skills.</p>\n<p> They contain these topics: </p>\n<ul>\n<li>mindset</li>\n<li>loading procedures</li>\n<li>concealed draw stroke</li>\n<li>combative weapons retention shooting</li>\n<li><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">striking and transitions from striking/ blade use to pistol deployment</span><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\"></span></li>\n<li><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">Pistol fundamentals</span></li>\n<li>Medium range shooting\n<p><b> </b></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h5>Upcoming Pistol Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"98,104,106,109,110,112\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Pistol','','inherit','closed','closed','','3374-revision-v1','','','2024-10-16 03:21:25','2024-10-16 03:21:25','',3374,'https://staging.amtacshooting.com/?p=3377',0,'revision','',0),
(3378,10,'2024-10-16 03:22:07','2024-10-16 03:22:07','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" hover_enabled=\"0\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\" sticky_enabled=\"0\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"78.2%\" min_height=\"17px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_callout_box=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][lwp_overlay_image overlay_title=\"course\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/nf-carbine-flatlay.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://www.amtacshooting.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<p>info go here thats what it is</p>[/lwp_overlay_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-10-16 03:22:07','2024-10-16 03:22:07','',81,'https://staging.amtacshooting.com/?p=3378',0,'revision','',0),
(3379,10,'2024-10-16 03:30:02','2024-10-16 03:30:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" custom_padding=\"|||1px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" comments=\"off\" featured_placement=\"above\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><b> </b></p>\n<p>There are several options for Amtac Shooting Carbine courses. <span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">They go over:</span></p>\n<ul>\n<li style=\"text-align: left;\">When/why to have a carbine with you</li>\n<li style=\"text-align: left;\">How to stage it in your vehicle</li>\n<li style=\"text-align: left;\">Set up, zero and drill with your live weapon</li>\n<li style=\"text-align: left;\">Incorporate challenging force on force drills using airsoft tools</li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\">Carbine fundamentals and close-range manipulation</span></li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\"></span>Medium distance shooting</li>\n<li style=\"text-align: left;\">Transitioning from near to far targets</li>\n<li style=\"text-align: left;\">Intro to external ballistics</li>\n<li style=\"text-align: left;\">Understanding MOA’s and MRAD</li>\n<li style=\"text-align: left;\">Ballistic calculator use</li>\n<li style=\"text-align: left;\">Truing your rifle</li>\n</ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Carbine Courses</h5>[/et_pb_text][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" locked=\"off\" event_selection=\"custom_event\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22,%22view_more_text_color%22%93}\" included_categories=\"93,94,95,110,163,177,148,145,175,138,137,170,176,101,135\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section]','Carbine','','publish','closed','closed','','carbine-3','','','2025-04-01 16:48:47','2025-04-01 16:48:47','',0,'https://staging.amtacshooting.com/?page_id=3379',0,'page','',0),
(3380,10,'2024-10-16 03:25:09','2024-10-16 03:25:09','<!-- wp:divi/placeholder /-->','Carbine','','inherit','closed','closed','','3379-revision-v1','','','2024-10-16 03:25:09','2024-10-16 03:25:09','',3379,'https://staging.amtacshooting.com/?p=3380',0,'revision','',0),
(3382,10,'2024-10-16 03:30:02','2024-10-16 03:30:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" custom_margin=\"|auto||4px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><b> </b></p>\n<p>There are several options for Amtac Shooting Carbine courses </p>\n<ul></ul>\n<p>This is primarily a pistol/ carbine and combative course. At the end of day one, there will be a class and practical on NVG use, the latest NVG’s, lasers and thermals and how to maximize their effectiveness. Bring NVG’s, lasers and thermal if you have them, but you do not need your own NVG’s for this course.</p>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>We are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more goodAmericans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through:</p>\n<ul>\n<li>When/why to have a carbine with you</li>\n<li>How to stage it in your vehicle</li>\n<li>Set up, zero and drill with your live weapon</li>\n<li>Incorporate challenging force on force drills using airsoft tools</li>\n<li>\n<ul>\n<li>Carbine fundamentals and close-range manipulation</li>\n<li>Medium distance shooting</li>\n<li>Transitioning from near to far targets</li>\n<li>Intro to external ballistics</li>\n<li>Understanding MOA’s and MRAD</li>\n<li>Ballistic calculator use</li>\n<li>Truing your rifle</li>\n</ul>\n<p>and more.</p>\n<ul></ul>\n</li>\n</ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>f you can only take one rifle, which one is it? That question has been asked by a lot of very capable men. My answer is the Hybrid Carbine, a 11.5-16 in accurate 5.56 rifle with a 1-6, 1-8, or 1-10 power LPVO. With this setup, you can shoot anything from CQB distances to 400-700 yards and beyond. This course will work carbine fundamentals and then jump right into medium distance shooting (out to 400-700 yards).</p>\n<p>Course curriculum will include:</p>\n<ul>\n<li>Carbine fundamentals and close-range manipulation</li>\n<li>Medium distance shooting</li>\n<li>Transitioning from near to far targets</li>\n<li>Intro to external ballistics</li>\n<li>Understanding MOA’s and MRAD</li>\n<li>Ballistic calculator use</li>\n<li>Truing your rifle</li>\n</ul>\n<p>and more.</p>\n<ul></ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" included_categories=\"113\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Carbine','','inherit','closed','closed','','3379-revision-v1','','','2024-10-16 03:30:02','2024-10-16 03:30:02','',3379,'https://staging.amtacshooting.com/?p=3382',0,'revision','',0),
(3384,10,'2024-10-17 20:49:37','2024-10-17 20:49:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|auto||4px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><b> </b></p>\n<p>There are several options for Amtac Shooting Carbine courses.<span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">They go over:</span></p>\n<ul>\n<li style=\"text-align: left;\">When/why to have a carbine with you</li>\n<li style=\"text-align: left;\">How to stage it in your vehicle</li>\n<li style=\"text-align: left;\">Set up, zero and drill with your live weapon</li>\n<li style=\"text-align: left;\">Incorporate challenging force on force drills using airsoft tools</li>\n<li style=\"text-align: left;\">and more.</li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\">Carbine fundamentals and close-range manipulation</span></li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\"></span>Medium distance shooting</li>\n<li style=\"text-align: left;\">Transitioning from near to far targets</li>\n<li style=\"text-align: left;\">Intro to external ballistics</li>\n<li style=\"text-align: left;\">Understanding MOA’s and MRAD</li>\n<li style=\"text-align: left;\">Ballistic calculator use</li>\n<li style=\"text-align: left;\">Truing your rifle</li>\n</ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"93,94,95,110\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" button_align=\"on\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Carbine','','inherit','closed','closed','','3379-revision-v1','','','2024-10-17 20:49:37','2024-10-17 20:49:37','',3379,'https://staging.amtacshooting.com/?p=3384',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(3385,10,'2024-10-17 20:49:58','2024-10-17 20:49:58','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" hover_enabled=\"0\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" sticky_enabled=\"0\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"78.2%\" min_height=\"17px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_callout_box=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][lwp_overlay_image overlay_title=\"course\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/nf-carbine-flatlay.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://www.amtacshooting.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<p>info go here thats what it is</p>[/lwp_overlay_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-10-17 20:49:58','2024-10-17 20:49:58','',81,'https://staging.amtacshooting.com/?p=3385',0,'revision','',0),
(3386,10,'2024-10-17 21:06:02','2024-10-17 21:06:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|auto||4px||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_alignment=\"center\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_alignment=\"center\"]<p><b> </b></p>\n<p>There are several options for Amtac Shooting Carbine courses.<span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">They go over:</span></p>\n<ul>\n<li style=\"text-align: left;\">When/why to have a carbine with you</li>\n<li style=\"text-align: left;\">How to stage it in your vehicle</li>\n<li style=\"text-align: left;\">Set up, zero and drill with your live weapon</li>\n<li style=\"text-align: left;\">Incorporate challenging force on force drills using airsoft tools</li>\n<li style=\"text-align: left;\">and more.</li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\">Carbine fundamentals and close-range manipulation</span></li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\"></span>Medium distance shooting</li>\n<li style=\"text-align: left;\">Transitioning from near to far targets</li>\n<li style=\"text-align: left;\">Intro to external ballistics</li>\n<li style=\"text-align: left;\">Understanding MOA’s and MRAD</li>\n<li style=\"text-align: left;\">Ballistic calculator use</li>\n<li style=\"text-align: left;\">Truing your rifle</li>\n</ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"93,94,95,110\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" button_align=\"on\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Carbine','','inherit','closed','closed','','3379-revision-v1','','','2024-10-17 21:06:02','2024-10-17 21:06:02','',3379,'https://staging.amtacshooting.com/?p=3386',0,'revision','',0),
(3387,10,'2024-10-17 21:10:14','2024-10-17 21:10:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|auto||4px||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_alignment=\"center\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_alignment=\"center\"]<p><b> </b></p>\n<p>There are several options for Amtac Shooting Carbine courses.<span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">They go over:</span></p>\n<ul>\n<li style=\"text-align: left;\">When/why to have a carbine with you</li>\n<li style=\"text-align: left;\">How to stage it in your vehicle</li>\n<li style=\"text-align: left;\">Set up, zero and drill with your live weapon</li>\n<li style=\"text-align: left;\">Incorporate challenging force on force drills using airsoft tools</li>\n<li style=\"text-align: left;\">and more.</li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\">Carbine fundamentals and close-range manipulation</span></li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\"></span>Medium distance shooting</li>\n<li style=\"text-align: left;\">Transitioning from near to far targets</li>\n<li style=\"text-align: left;\">Intro to external ballistics</li>\n<li style=\"text-align: left;\">Understanding MOA’s and MRAD</li>\n<li style=\"text-align: left;\">Ballistic calculator use</li>\n<li style=\"text-align: left;\">Truing your rifle</li>\n</ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"93,94,95,110\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" button_align=\"on\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" border_width_all_thumbnail_border=\"0px\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Carbine','','inherit','closed','closed','','3379-revision-v1','','','2024-10-17 21:10:14','2024-10-17 21:10:14','',3379,'https://staging.amtacshooting.com/?p=3387',0,'revision','',0),
(3388,10,'2024-10-17 21:24:31','2024-10-17 21:24:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" custom_margin=\"|auto||4px||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_alignment=\"center\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_alignment=\"center\"]<p><b> </b></p>\n<p>There are several options for Amtac Shooting Carbine courses.<span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">They go over:</span></p>\n<ul>\n<li style=\"text-align: left;\">When/why to have a carbine with you</li>\n<li style=\"text-align: left;\">How to stage it in your vehicle</li>\n<li style=\"text-align: left;\">Set up, zero and drill with your live weapon</li>\n<li style=\"text-align: left;\">Incorporate challenging force on force drills using airsoft tools</li>\n<li style=\"text-align: left;\">and more.</li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\">Carbine fundamentals and close-range manipulation</span></li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\"></span>Medium distance shooting</li>\n<li style=\"text-align: left;\">Transitioning from near to far targets</li>\n<li style=\"text-align: left;\">Intro to external ballistics</li>\n<li style=\"text-align: left;\">Understanding MOA’s and MRAD</li>\n<li style=\"text-align: left;\">Ballistic calculator use</li>\n<li style=\"text-align: left;\">Truing your rifle</li>\n</ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"93,94,95,110\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" sticky_enabled=\"0\" button_align=\"on\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" border_width_all_thumbnail_border=\"0px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Carbine','','inherit','closed','closed','','3379-revision-v1','','','2024-10-17 21:24:31','2024-10-17 21:24:31','',3379,'https://staging.amtacshooting.com/?p=3388',0,'revision','',0),
(3389,10,'2024-10-17 21:26:50','2024-10-17 21:26:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p> There are a variety of Amtac Shooting Pistol Courses, including pistol combatives and a variety of combined skills.</p>\n<p> They contain these topics: </p>\n<ul>\n<li>mindset</li>\n<li>loading procedures</li>\n<li>concealed draw stroke</li>\n<li>combative weapons retention shooting</li>\n<li><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">striking and transitions from striking/ blade use to pistol deployment</span><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\"></span></li>\n<li><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">Pistol fundamentals</span></li>\n<li>Medium range shooting\n<p><b> </b></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Pistol Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"98,104,106,109,110,112\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Pistol','','inherit','closed','closed','','3374-revision-v1','','','2024-10-17 21:26:50','2024-10-17 21:26:50','',3374,'https://staging.amtacshooting.com/?p=3389',0,'revision','',0),
(3390,10,'2024-10-17 21:28:38','2024-10-17 21:28:38','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>The purpose of our precision rifle course is to build men that are able able to shoot out to 600-700 yards, 1200-1400 yards and 1600-2000+ yards depending on weapons system.</p>\n<p>In order to reach proficiency in this goal, we will cover these topics during the course:</p>\n<ul>\n<li>Precision rifle shooting</li>\n<li>Setting up your rifle</li>\n<li>Understanding MOAs and mils</li>\n<li>Reading the wind</li>\n<li>Understanding shooter/spotter communication</li>\n<li>Using ballistic software</li>\n<li>Non standard shooting positions</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" included_categories=\"113\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Precision Rifle','','inherit','closed','closed','','3252-revision-v1','','','2024-10-17 21:28:38','2024-10-17 21:28:38','',3252,'https://staging.amtacshooting.com/?p=3390',0,'revision','',0),
(3391,10,'2024-10-17 21:29:30','2024-10-17 21:29:30','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><b> </b></p>\n<p>There are several options for Amtac Shooting Carbine courses.<span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">They go over:</span></p>\n<ul>\n<li style=\"text-align: left;\">When/why to have a carbine with you</li>\n<li style=\"text-align: left;\">How to stage it in your vehicle</li>\n<li style=\"text-align: left;\">Set up, zero and drill with your live weapon</li>\n<li style=\"text-align: left;\">Incorporate challenging force on force drills using airsoft tools</li>\n<li style=\"text-align: left;\">and more.</li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\">Carbine fundamentals and close-range manipulation</span></li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\"></span>Medium distance shooting</li>\n<li style=\"text-align: left;\">Transitioning from near to far targets</li>\n<li style=\"text-align: left;\">Intro to external ballistics</li>\n<li style=\"text-align: left;\">Understanding MOA’s and MRAD</li>\n<li style=\"text-align: left;\">Ballistic calculator use</li>\n<li style=\"text-align: left;\">Truing your rifle</li>\n</ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"93,94,95,110\" columns=\"4\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Carbine','','inherit','closed','closed','','3379-revision-v1','','','2024-10-17 21:29:30','2024-10-17 21:29:30','',3379,'https://staging.amtacshooting.com/?p=3391',0,'revision','',0),
(3393,10,'2024-10-17 21:36:45','2024-10-17 21:36:45','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><b> </b></p>\n<p>There are several options for Amtac Shooting Carbine courses.<span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">They go over:</span></p>\n<ul>\n<li style=\"text-align: left;\">When/why to have a carbine with you</li>\n<li style=\"text-align: left;\">How to stage it in your vehicle</li>\n<li style=\"text-align: left;\">Set up, zero and drill with your live weapon</li>\n<li style=\"text-align: left;\">Incorporate challenging force on force drills using airsoft tools</li>\n<li style=\"text-align: left;\">and more.</li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\">Carbine fundamentals and close-range manipulation</span></li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\"></span>Medium distance shooting</li>\n<li style=\"text-align: left;\">Transitioning from near to far targets</li>\n<li style=\"text-align: left;\">Intro to external ballistics</li>\n<li style=\"text-align: left;\">Understanding MOA’s and MRAD</li>\n<li style=\"text-align: left;\">Ballistic calculator use</li>\n<li style=\"text-align: left;\">Truing your rifle</li>\n</ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"93,94,95,110\" columns=\"4\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Carbine','','inherit','closed','closed','','3379-revision-v1','','','2024-10-17 21:36:45','2024-10-17 21:36:45','',3379,'https://staging.amtacshooting.com/?p=3393',0,'revision','',0),
(3394,10,'2024-10-17 21:38:07','2024-10-17 21:38:07','','bill-carbine','','inherit','open','closed','','bill-carbine','','','2024-10-17 21:38:07','2024-10-17 21:38:07','',3379,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/bill-carbine.jpg',0,'attachment','image/jpeg',0),
(3395,10,'2024-10-17 21:39:27','2024-10-17 21:39:27','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p> There are a variety of Amtac Shooting Pistol Courses, including pistol combatives and a variety of combined skills.</p>\n<p> They contain these topics: </p>\n<ul>\n<li>mindset</li>\n<li>loading procedures</li>\n<li>concealed draw stroke</li>\n<li>combative weapons retention shooting</li>\n<li><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">striking and transitions from striking/ blade use to pistol deployment</span><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\"></span></li>\n<li><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">Pistol fundamentals</span></li>\n<li>Medium range shooting\n<p><b> </b></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Pistol Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"98,104,106,109,110,112\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Pistol','','inherit','closed','closed','','3374-revision-v1','','','2024-10-17 21:39:27','2024-10-17 21:39:27','',3374,'https://staging.amtacshooting.com/?p=3395',0,'revision','',0),
(3396,10,'2024-10-17 21:43:06','2024-10-17 21:43:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><b> </b></p>\n<p>There are several options for Amtac Shooting Carbine courses.<span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">They go over:</span></p>\n<ul>\n<li style=\"text-align: left;\">When/why to have a carbine with you</li>\n<li style=\"text-align: left;\">How to stage it in your vehicle</li>\n<li style=\"text-align: left;\">Set up, zero and drill with your live weapon</li>\n<li style=\"text-align: left;\">Incorporate challenging force on force drills using airsoft tools</li>\n<li style=\"text-align: left;\">and more.</li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\">Carbine fundamentals and close-range manipulation</span></li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\"></span>Medium distance shooting</li>\n<li style=\"text-align: left;\">Transitioning from near to far targets</li>\n<li style=\"text-align: left;\">Intro to external ballistics</li>\n<li style=\"text-align: left;\">Understanding MOA’s and MRAD</li>\n<li style=\"text-align: left;\">Ballistic calculator use</li>\n<li style=\"text-align: left;\">Truing your rifle</li>\n</ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"93,94,95,110\" columns=\"4\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" hover_enabled=\"0\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" show_arrows=\"off\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Carbine','','inherit','closed','closed','','3379-revision-v1','','','2024-10-17 21:43:06','2024-10-17 21:43:06','',3379,'https://staging.amtacshooting.com/?p=3396',0,'revision','',0),
(3397,10,'2024-10-17 21:43:55','2024-10-17 21:43:55','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>The purpose of our precision rifle course is to build men that are able able to shoot out to 600-700 yards, 1200-1400 yards and 1600-2000+ yards depending on weapons system.</p>\n<p>In order to reach proficiency in this goal, we will cover these topics during the course:</p>\n<ul>\n<li>Precision rifle shooting</li>\n<li>Setting up your rifle</li>\n<li>Understanding MOAs and mils</li>\n<li>Reading the wind</li>\n<li>Understanding shooter/spotter communication</li>\n<li>Using ballistic software</li>\n<li>Non standard shooting positions</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" included_categories=\"113\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" show_arrows=\"off\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Precision Rifle','','inherit','closed','closed','','3252-revision-v1','','','2024-10-17 21:43:55','2024-10-17 21:43:55','',3252,'https://staging.amtacshooting.com/?p=3397',0,'revision','',0),
(3399,10,'2024-10-22 19:33:26','2024-10-22 19:33:26','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||48px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\"><span>Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. Combatives courses will teach you how to integrate empty-hand techniques with blades, improvised weapons, and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. These are a physically demanding, hands-on courses that will elevate your situational awareness and shooting/ fighting ability to the next level.</span></span></p>\n<p>Combatives courses cover topics such as:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>mindset</li>\n<li>concealed draw stroke</li>\n<li>combative weapons retention shooting</li>\n<li>blade selection</li>\n<li>blade deployment and targeting</li>\n<li>striking and transitions from striking/ blade use to pistol deployment.</li>\n<li>Incorporate challenging force on force drills using airsoft tools</li>\n<li><span>strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principles into real life application</span></li>\n</ul>\n</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Combatives Courses</h5>[/et_pb_text][decm_event_display event_selection=\"custom_event\" included_categories=\"94,96,97,98,99,100,102,104,106,111,112,103,119,177,167,152,155,154,160,175,138,137,170,165,174,140,162,172,144,125\" show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" locked=\"off\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section]','Combatives','','publish','closed','closed','','combatives','','','2025-04-01 17:02:17','2025-04-01 17:02:17','',0,'https://staging.amtacshooting.com/?page_id=3399',0,'page','',0),
(3400,10,'2024-10-22 19:29:52','2024-10-22 19:29:52','<!-- wp:divi/placeholder /-->','Combatives','','inherit','closed','closed','','3399-revision-v1','','','2024-10-22 19:29:52','2024-10-22 19:29:52','',3399,'https://staging.amtacshooting.com/?p=3400',0,'revision','',0),
(3401,10,'2024-10-22 19:33:26','2024-10-22 19:33:26','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><b> </b></p>\n<p>There are several options for Amtac Shooting Carbine courses.<span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">They go over:</span></p>\n<ul>\n<li style=\"text-align: left;\">When/why to have a carbine with you</li>\n<li style=\"text-align: left;\">How to stage it in your vehicle</li>\n<li style=\"text-align: left;\">Set up, zero and drill with your live weapon</li>\n<li style=\"text-align: left;\">Incorporate challenging force on force drills using airsoft tools</li>\n<li style=\"text-align: left;\">and more.</li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\">Carbine fundamentals and close-range manipulation</span></li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\"></span>Medium distance shooting</li>\n<li style=\"text-align: left;\">Transitioning from near to far targets</li>\n<li style=\"text-align: left;\">Intro to external ballistics</li>\n<li style=\"text-align: left;\">Understanding MOA’s and MRAD</li>\n<li style=\"text-align: left;\">Ballistic calculator use</li>\n<li style=\"text-align: left;\">Truing your rifle</li>\n</ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h5>Upcoming Combatives Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"94,110,96,97,98,99,100,102,104,106,111,112,103,119\" columns=\"4\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" hover_enabled=\"0\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Combatives','','inherit','closed','closed','','3399-revision-v1','','','2024-10-22 19:33:26','2024-10-22 19:33:26','',3399,'https://staging.amtacshooting.com/?p=3401',0,'revision','',0),
(3403,10,'2024-10-22 19:40:38','2024-10-22 19:40:38','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||48px||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\"><span>Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. Combatives courses will teach you how to integrate empty-hand techniques with blades, improvised weapons, and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. These are a physically demanding, hands-on courses that will elevate your situational awareness and shooting/ fighting ability to the next level.</span></span></p>\n<p>These courses cover topics such as:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>mindset</li>\n<li>concealed draw stroke</li>\n<li>combative weapons retention shooting</li>\n<li>blade selection</li>\n<li>blade deployment and targeting</li>\n<li>striking and transitions from striking/ blade use to pistol deployment.</li>\n<li>Incorporate challenging force on force drills using airsoft tools</li>\n<li><span>strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principles into real life application</span></li>\n</ul>\n</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h5>Upcoming Combatives Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"94,110,96,97,98,99,100,102,104,106,111,112,103,119\" columns=\"4\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" hover_enabled=\"0\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Combatives','','inherit','closed','closed','','3399-revision-v1','','','2024-10-22 19:40:38','2024-10-22 19:40:38','',3399,'https://staging.amtacshooting.com/?p=3403',0,'revision','',0),
(3404,10,'2024-10-22 19:46:51','2024-10-22 19:46:51','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||48px||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<p><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\"><span>Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. Combatives courses will teach you how to integrate empty-hand techniques with blades, improvised weapons, and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. These are a physically demanding, hands-on courses that will elevate your situational awareness and shooting/ fighting ability to the next level.</span></span></p>\n<p>These courses cover topics such as:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>mindset</li>\n<li>concealed draw stroke</li>\n<li>combative weapons retention shooting</li>\n<li>blade selection</li>\n<li>blade deployment and targeting</li>\n<li>striking and transitions from striking/ blade use to pistol deployment.</li>\n<li>Incorporate challenging force on force drills using airsoft tools</li>\n<li><span>strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principles into real life application</span></li>\n</ul>\n</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h5>Upcoming Combatives Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"94,110,96,97,98,99,100,102,104,106,111,112,103,119\" columns=\"4\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" hover_enabled=\"0\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Combatives','','inherit','closed','closed','','3399-revision-v1','','','2024-10-22 19:46:51','2024-10-22 19:46:51','',3399,'https://staging.amtacshooting.com/?p=3404',0,'revision','',0),
(3405,10,'2024-10-22 19:55:12','2024-10-22 19:55:12','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/02/6X0C2057-Edit-e1521928665482.jpg\" background_enable_image=\"on\" button_alignment=\"left\" hover_enabled=\"0\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\" title_text=\"Combatives\" sticky_enabled=\"0\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"78.2%\" min_height=\"17px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_callout_box=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][lwp_overlay_image overlay_title=\"course\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/nf-carbine-flatlay.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://www.amtacshooting.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<p>info go here thats what it is</p>[/lwp_overlay_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-10-22 19:55:12','2024-10-22 19:55:12','',81,'https://staging.amtacshooting.com/?p=3405',0,'revision','',0),
(3407,10,'2024-10-22 20:34:58','2024-10-22 20:34:58','','combatives','','inherit','open','closed','','combatives-2','','','2024-10-22 20:34:58','2024-10-22 20:34:58','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives.jpg',0,'attachment','image/jpeg',0),
(3409,10,'2024-10-22 20:38:05','2024-10-22 20:38:05','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_enable_image=\"on\" button_alignment=\"left\" hover_enabled=\"0\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\" title_text=\"combatives\" sticky_enabled=\"0\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-scaled.jpg\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"|||0px||\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_callout_box=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][lwp_overlay_image overlay_title=\"course\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/nf-carbine-flatlay.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://www.amtacshooting.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<p>info go here thats what it is</p>[/lwp_overlay_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-10-22 20:38:05','2024-10-22 20:38:05','',81,'https://staging.amtacshooting.com/?p=3409',0,'revision','',0),
(3410,10,'2024-10-22 20:42:17','2024-10-22 20:42:17','','combatives-cropped','','inherit','open','closed','','combatives-cropped-3','','','2024-10-22 20:42:17','2024-10-22 20:42:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped.jpg',0,'attachment','image/jpeg',0),
(3411,10,'2024-10-22 20:43:06','2024-10-22 20:43:06','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_enable_image=\"on\" button_alignment=\"left\" hover_enabled=\"0\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\" title_text=\"combatives-cropped\" sticky_enabled=\"0\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"|||0px||\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_callout_box=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][lwp_overlay_image overlay_title=\"course\" src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/nf-carbine-flatlay.jpg\" _builder_version=\"4.27.0\" _module_preset=\"default\" link_option_url=\"https://www.amtacshooting.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<p>info go here thats what it is</p>[/lwp_overlay_image][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-10-22 20:43:06','2024-10-22 20:43:06','',81,'https://staging.amtacshooting.com/?p=3411',0,'revision','',0),
(3412,10,'2024-10-22 20:52:50','2024-10-22 20:52:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><b> </b></p>\n<p><strong>The Amtac Shooting Intro to Winter Skills/Shooting Course</strong></p>\n<p>Thiese course is designed to teach you how to shoot, move and survive in a cold weather environment. </p>\n<p>This course will start with a 1 mile snowshoe to the training location carrying all of the required equipment. Once at the training site students will learn how to build shelters/ fires, and shoot. Additional skills that will be covered include basics on snowmobile recovery and the benefits of skishoes/AT skies. A pre-trip recording will be available via a link in your course confirmation email and Live Zoom Meeting will be scheduled in January to go over gear and answer questions.</p>\n<p><span>*In order to participate in this course, you must be able to carry a 30-40 lbs pack uphill for about a mile. Do not sign up if you cannot move multiple miles with a ruck under non snowed in conditions.*</span></p>\n<p><strong>The Amtac Shooting Winter Modern Minuteman Course </strong></p>\n<p>The Winter Modern Minuteman Course will focus on the following areas: Basic winter survival skills, Winter movement over rough terrain, snowshoe use, Carbine and Pistol fundamentals and advanced drills in a cold weather environment, navigation with map and compass and also with GPS, mindset, gear selection, basic small unit tactics and a challenging competition to test ourselves. </p>\n<p>This course will start with a 1-mile movement on snowshoes carrying all gear for the course. Once at the ATC we will drop some gear and work carbine and pistol fundamentals. After lunch, there will be a navigation block focused on both map and compass and GPS use. After training on day one, students can relax at the ATC, with lodging, dinner and breakfast the next morning being provided. Training day two will start with a mindset talk and a short small unit tactics block followed by the \"winter modern minuteman competition\", this multi-hour shooting/ navigation and other skills competition will test your endurance and your ability to shoot, move and communicate. </p>\n<p>This is a physically demanding course and you must have a baseline of fitness to participate.</p>\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"><strong>For the Modern Minuteman competition, you will need a starting pack weight of at least 30lbs and no more than 40lbs. If you are running a plate carrier, your carrier weight will count toward your total.</strong></div>\n<ul></ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h5>Upcoming Winter Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"117,118\" columns=\"4\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" hover_enabled=\"0\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Winter Environment','','publish','closed','closed','','winter-environment','','','2024-10-22 20:52:50','2024-10-22 20:52:50','',0,'https://staging.amtacshooting.com/?page_id=3412',0,'page','',0),
(3413,10,'2024-10-22 20:44:08','2024-10-22 20:44:08','<!-- wp:divi/placeholder /-->','Winter Environment','','inherit','closed','closed','','3412-revision-v1','','','2024-10-22 20:44:08','2024-10-22 20:44:08','',3412,'https://staging.amtacshooting.com/?p=3413',0,'revision','',0),
(3415,10,'2024-10-22 20:52:50','2024-10-22 20:52:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><b> </b></p>\n<p><strong>The Amtac Shooting Intro to Winter Skills/Shooting Course</strong></p>\n<p>Thiese course is designed to teach you how to shoot, move and survive in a cold weather environment. </p>\n<p>This course will start with a 1 mile snowshoe to the training location carrying all of the required equipment. Once at the training site students will learn how to build shelters/ fires, and shoot. Additional skills that will be covered include basics on snowmobile recovery and the benefits of skishoes/AT skies. A pre-trip recording will be available via a link in your course confirmation email and Live Zoom Meeting will be scheduled in January to go over gear and answer questions.</p>\n<p><span>*In order to participate in this course, you must be able to carry a 30-40 lbs pack uphill for about a mile. Do not sign up if you cannot move multiple miles with a ruck under non snowed in conditions.*</span></p>\n<p><strong>The Amtac Shooting Winter Modern Minuteman Course </strong></p>\n<p>The Winter Modern Minuteman Course will focus on the following areas: Basic winter survival skills, Winter movement over rough terrain, snowshoe use, Carbine and Pistol fundamentals and advanced drills in a cold weather environment, navigation with map and compass and also with GPS, mindset, gear selection, basic small unit tactics and a challenging competition to test ourselves. </p>\n<p>This course will start with a 1-mile movement on snowshoes carrying all gear for the course. Once at the ATC we will drop some gear and work carbine and pistol fundamentals. After lunch, there will be a navigation block focused on both map and compass and GPS use. After training on day one, students can relax at the ATC, with lodging, dinner and breakfast the next morning being provided. Training day two will start with a mindset talk and a short small unit tactics block followed by the \"winter modern minuteman competition\", this multi-hour shooting/ navigation and other skills competition will test your endurance and your ability to shoot, move and communicate. </p>\n<p>This is a physically demanding course and you must have a baseline of fitness to participate.</p>\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"><strong>For the Modern Minuteman competition, you will need a starting pack weight of at least 30lbs and no more than 40lbs. If you are running a plate carrier, your carrier weight will count toward your total.</strong></div>\n<ul></ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h5>Upcoming Winter Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"117,118\" columns=\"4\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" hover_enabled=\"0\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Winter Environment','','inherit','closed','closed','','3412-revision-v1','','','2024-10-22 20:52:50','2024-10-22 20:52:50','',3412,'https://staging.amtacshooting.com/?p=3415',0,'revision','',0),
(3418,10,'2024-10-25 22:14:49','2024-10-25 22:14:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><b> </b></p>\n<p>There are several options for Amtac Shooting Carbine courses.<span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">They go over:</span></p>\n<ul>\n<li style=\"text-align: left;\">When/why to have a carbine with you</li>\n<li style=\"text-align: left;\">How to stage it in your vehicle</li>\n<li style=\"text-align: left;\">Set up, zero and drill with your live weapon</li>\n<li style=\"text-align: left;\">Incorporate challenging force on force drills using airsoft tools</li>\n<li style=\"text-align: left;\">and more.</li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\">Carbine fundamentals and close-range manipulation</span></li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\"></span>Medium distance shooting</li>\n<li style=\"text-align: left;\">Transitioning from near to far targets</li>\n<li style=\"text-align: left;\">Intro to external ballistics</li>\n<li style=\"text-align: left;\">Understanding MOA’s and MRAD</li>\n<li style=\"text-align: left;\">Ballistic calculator use</li>\n<li style=\"text-align: left;\">Truing your rifle</li>\n</ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h5>Upcoming Carbine Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"93,94,95,110\" columns=\"4\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Carbine','','inherit','closed','closed','','3379-revision-v1','','','2024-10-25 22:14:49','2024-10-25 22:14:49','',3379,'https://staging.amtacshooting.com/?p=3418',0,'revision','',0),
(3420,10,'2024-10-25 22:15:49','2024-10-25 22:15:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" global_colors_info=\"{}\" custom_padding=\"|||1px||\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><b> </b></p>\n<p>There are several options for Amtac Shooting Carbine courses. <span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">They go over:</span></p>\n<ul>\n<li style=\"text-align: left;\">When/why to have a carbine with you</li>\n<li style=\"text-align: left;\">How to stage it in your vehicle</li>\n<li style=\"text-align: left;\">Set up, zero and drill with your live weapon</li>\n<li style=\"text-align: left;\">Incorporate challenging force on force drills using airsoft tools</li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\">Carbine fundamentals and close-range manipulation</span></li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\"></span>Medium distance shooting</li>\n<li style=\"text-align: left;\">Transitioning from near to far targets</li>\n<li style=\"text-align: left;\">Intro to external ballistics</li>\n<li style=\"text-align: left;\">Understanding MOA’s and MRAD</li>\n<li style=\"text-align: left;\">Ballistic calculator use</li>\n<li style=\"text-align: left;\">Truing your rifle</li>\n</ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h5>Upcoming Carbine Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"93,94,95,110\" columns=\"4\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Carbine','','inherit','closed','closed','','3379-revision-v1','','','2024-10-25 22:15:49','2024-10-25 22:15:49','',3379,'https://staging.amtacshooting.com/?p=3420',0,'revision','',0),
(3424,10,'2024-10-25 23:02:50','2024-10-25 23:02:50','','course-shooting','','inherit','open','closed','','course-shooting','','','2024-10-25 23:02:50','2024-10-25 23:02:50','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/course-shooting.jpg',0,'attachment','image/jpeg',0),
(3427,10,'2024-10-29 18:24:35','2024-10-29 18:24:35','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Amtac Gear is being reorganized into the Amtac Shooting store in the near future!</h2>\n<!-- /wp:heading -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Amtac Blades Northman</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\" id=\"product-component-abc8d5470fd\"><a href=\"http://www.amtacblades.com\"><img class=\"wp-image-1217 alignnone\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/12/AMTAC_NORTHMAN.jpg\" alt=\"\" width=\"400\" height=\"613\"></a></h2>\n<!-- /wp:heading -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>The Northman is a small fixed blade knife designed to replace the cutting tool carried in your pocket. Quickly deployable and rugged enough for backcountry use, this blade is also great for combatives. <a href=\"http://www.amtacblades.com\">AmtacBlades.com</a></p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">AMTAC Complete Carbine Pistol &amp; Rifle</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":1535,\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image aligncenter\"><a href=\"https://www.centurionarms.com/AMTAC-pistol-p/amtac-pistol.htm\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2020/07/Centurian-Arms-AMTAC-Carbine-Rifle.jpg\" alt=\"Centurian Arms AMTAC Carbine Rifle\" class=\"wp-image-1535\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":1537,\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image aligncenter\"><a href=\"https://www.centurionarms.com/AMTAC-pistol-p/amtac-pistol.htm\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2020/07/Centurian-Arms-AMTAC-Carbine-Pistol.jpg\" alt=\"Centurian Arms AMTAC Carbine Pistol\" class=\"wp-image-1537\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>Centurion Arms LLC is happy to announce the AMTAC rifle and pistol collaboration. We have known Bill for over 20 years now and with confidence say he is one of the best people we know. Bill is no doubt one of the very best instructors there is on the open market for training. With his back ground and knowledge he is easily the most combat experienced instructor available today anywhere. We are VERY happy to be working on his <a href=\"https://www.centurionarms.com/searchresults.asp?Search=amtac&amp;Submit=\">Carbine and Pistol collaboration</a>.</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">FO3 Holster (forward of 3 o\'clock) by Bill Rapier</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":1097,\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image aligncenter\"><a href=\"http://www.blackpointtactical.com/shop/fo3-holster/\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/08/FO3-G19-Front-300x300.jpg\" alt=\"\" class=\"wp-image-1097\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>\"The FO3 holster is designed to be worn just forward of 3 o’clock on your strong side.&nbsp;I have found this to be the best compromise between speed of draw and weapon security. This allows me to carry comfortably, deploy the pistol quickly, and safely anchor the pistol during a gun grab.&nbsp;This holster is the result of countless hours of training and collaboration with the BlackPoint Tactical team.\" -Bill Rapier</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":1614,\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image aligncenter\"><a href=\"https://amtacblades.com/fo3-holsters-in-rhodesian-brushstroke/\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2021/07/IMG_9429-2-min-1024x1024.jpg\" alt=\"FO3 Rhodesian Brushstroke\" class=\"wp-image-1614\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>**Limited edition <a href=\"https://amtacblades.com/fo3-holsters-in-rhodesian-brushstroke/\">FO3 Holsters in Rhodesian Brushstroke</a> available to ship now from <a href=\"https://amtacblades.com/fo3-holsters-in-rhodesian-brushstroke/\">AmtacBlades.com</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Use code \"amtac\" to receive 10% off <strong>all</strong> holsters from <a href=\"http://www.blackpointtactical.com/shop/fo3-holster/\">BlackPoint Tactical</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">&nbsp;</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">SIRT Guns</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":1067} -->\n<figure class=\"wp-block-image aligncenter\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/08/IMG_2485.jpg\" alt=\"\" class=\"wp-image-1067\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>\"If you are going to get serious about pistol combatives, acquiring a SIRT pistol should be pretty high on your priority list. It is one of the best ways to safely practice your transitions and to increase your skill at weapons retention shooting. It is also a great tool to start to work into force on force scenarios and get off the X drills.\" - Bill Rapier</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Use code \"amtac\" to receive 10% off all SIRT guns from <a class=\"thirstylink\" title=\"SIRT\" href=\"https://www.amtacshooting.com/recommends/sirt/\">Next Level Training.</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"44px\"} -->\n<div style=\"height:44px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Amazon Equipment</h2>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B01B7YSBTO&amp;asins=B01B7YSBTO&amp;linkId=da9f139fb44ccd17366c221acc229b73&amp;show_border=true&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->[/et_pb_text][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Store','','inherit','closed','closed','','232-revision-v1','','','2024-10-29 18:24:35','2024-10-29 18:24:35','',232,'https://staging.amtacshooting.com/?p=3427',0,'revision','',0),
(3431,1,'2024-10-29 20:15:30','2024-10-29 20:15:30','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-10-29 20:15:30','2024-10-29 20:15:30','',13,'https://staging.amtacshooting.com/?p=3431',0,'revision','',0),
(3432,10,'2024-10-29 20:22:33','2024-10-29 20:22:33','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>The cost for private training is $5500 a day, with a two day minimum, plus travel costs. We will discuss custom course curriculum for up to 8 people.  Please <a href=\"https://staging.amtacshooting.com/contact-us/\">contact</a> for details.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Private Training','','inherit','closed','closed','','1416-revision-v1','','','2024-10-29 20:22:33','2024-10-29 20:22:33','',1416,'https://staging.amtacshooting.com/?p=3432',0,'revision','',0),
(3434,10,'2024-10-29 20:31:45','2024-10-29 20:31:45','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01688.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"DSC01688\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>The cost for private training is $5500 a day, with a two day minimum, plus travel costs. We will discuss custom course curriculum for up to 8 people.  Please <a href=\"https://staging.amtacshooting.com/contact-us/\">contact</a> for details.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Private Training','','inherit','closed','closed','','1416-revision-v1','','','2024-10-29 20:31:45','2024-10-29 20:31:45','',1416,'https://staging.amtacshooting.com/?p=3434',0,'revision','',0),
(3435,10,'2024-10-29 20:33:11','2024-10-29 20:33:11','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01688.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"DSC01688\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>The cost for private training is $5500 a day, with a two day minimum, plus travel costs. We will discuss custom course curriculum for up to 8 people.  Please <a href=\"https://staging.amtacshooting.com/contact-us/\">contact</a> for details.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Private Training','','inherit','closed','closed','','1416-revision-v1','','','2024-10-29 20:33:11','2024-10-29 20:33:11','',1416,'https://staging.amtacshooting.com/?p=3435',0,'revision','',0),
(3437,10,'2024-10-29 20:54:32','2024-10-29 20:54:32','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<!-- wp:heading {\"level\":3} -->\n<h3>Bill Rapier</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\" alt=\"Walther Pistol Bill\" class=\"wp-image-1697\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:pullquote -->\n<figure class=\"wp-block-pullquote\"><blockquote><p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p></blockquote></figure>\n<!-- /wp:pullquote -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>David Acosta</h3>\n<!-- /wp:heading -->\n\n<!-- wp:media-text {\"mediaId\":1717,\"mediaLink\":\"https://www.amtacshooting.com/amtac-shooting-instructors/amtac-instructor-david-acosta/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg\" alt=\"\" class=\"wp-image-1717 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p>&nbsp;David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an under-cover capacity for both state and federal investigations.&nbsp;</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader and team leader. While there he was the primary marksmanship and tactics instructor for the team.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their&nbsp; Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words... “Performance parallels preparation.”</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\"/><figcaption>David Acosta and Bill Rapier</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Bryan Resnick</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\"/><figcaption>Kevin Kelly, Colin Quirk, Bill Rapier, Bryan Resnick and Frank Windell</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1726,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1726\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption\">Bryan \"Res\" Resnick</figcaption></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>David Cagle</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\" alt=\"\" class=\"wp-image-1736\"/><figcaption>David Cagle</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Kevin Kelly</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kevin is a US Army Veteran. After his time as a soldier, he served his community as Firefighter/ EMT. He is a lifelong student of combatives and has trained under some of the best instructors in their fields. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ  under Mike Fernandez, boxed out of TMX boxing under Marty Mcdonough, he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier and Frank ‘Northman” Windell. He studied mindset, tactics and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevin owns Winning Deadly Encounters, a force on force facility that provides a venue for people of all levels to test their skills against armed and trained roll players, a program that was started with the help of the late Frank “Northman’ Windell and Bryan Resnick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also the head combatives instructor for the East Coast Division of Father Son Ministry, a program that teaches young men to shoot and fight to allow them to be God’s instruments to protect their families. Kevin is a solid believer and is devoted to bringing up his family in a way that honors the Lord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption\">Kevin Kelly and Bill Rapier</figcaption></figure>\n<!-- /wp:gallery -->[/et_pb_text][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Amtac Shooting Instructors','','inherit','closed','closed','','1686-revision-v1','','','2024-10-29 20:54:32','2024-10-29 20:54:32','',1686,'https://staging.amtacshooting.com/?p=3437',0,'revision','',0),
(3439,10,'2024-10-29 21:14:58','2024-10-29 21:14:58','','Four Blade Lineup','','inherit','open','closed','','four-blade-lineup','','','2024-10-29 21:14:58','2024-10-29 21:14:58','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/Four-Blade-Lineup.jpg',0,'attachment','image/jpeg',0),
(3440,10,'2024-10-29 21:24:14','2024-10-29 21:24:14','','hat-close-up','','inherit','open','closed','','hat-close-up','','','2024-10-29 21:24:14','2024-10-29 21:24:14','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg',0,'attachment','image/jpeg',0),
(3441,10,'2024-10-29 21:32:58','2024-10-29 21:32:58','','teaching','','inherit','open','closed','','teaching','','','2024-10-29 21:32:58','2024-10-29 21:32:58','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg',0,'attachment','image/jpeg',0),
(3442,10,'2024-10-29 21:43:15','2024-10-29 21:43:15','','gear','','inherit','open','closed','','gear','','','2024-10-29 21:43:15','2024-10-29 21:43:15','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/gear.jpg',0,'attachment','image/jpeg',0),
(3443,9,'2024-10-31 22:24:42','2024-10-31 22:24:42','<!-- wp:image {\"id\":2423,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Amtac-Shooting-Newsletter-Banner-4-1024x341.png\" alt=\"\" class=\"wp-image-2423\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Each one of our instructors has shown a lifelong commitment to firearms training and combatives. Our students enjoy how our instructors convey the Amtac Shooting Pistol, Carbine, and Pistol/ Combatives curriculum clearly and concisely which increases our capacity of \"teaching good Americans to protect themselves and their families better.\" - Bill Rapier</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2427,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bill-Rapier-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2427\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier spent 20 years in the U.S. Navy SEAL teams with the last 14 as a member of the Naval Special Warfare Development Group (DEVGRU). His assignments included assaulter, breacher, sniper, team leader, troop chief, and military working dog department senior enlisted adviser. Bill is now the owner &amp; operator of American Tactical Shooting Instruction &amp; Amtac Blades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#5a6169\"},\"typography\":{\"fontSize\":\"15px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong> <em>I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life and death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again. Thanks, Darrell Thompson, Cultivate Power Fight Arts</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Upcoming Courses:</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=”12″ hide_past=”yes” event_tag=”bill-rapier″ hide_empty_months=”yes”]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2854,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/bill-rapier-owner-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Bill-Rapier-Button.png\" alt=\"\" class=\"wp-image-2854\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:image {\"id\":2428,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Acosta-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2428\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time, and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again! -Todd</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>David Acosta\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"90\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2855,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/david-acosta-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/David-Acosta-Button.png\" alt=\"\" class=\"wp-image-2855\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2441,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Cagle-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2441\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. The class was a great ROI.</em> <em>-Amtac Shooting Carbine 1 Course Student</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>David Cagle\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"88\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2856,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/david-cagle-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/David-Cagle-Button.png\" alt=\"\" class=\"wp-image-2856\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2871,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-Kelly-Amtac-Shooting-Instructor-3-1024x341.png\" alt=\"\" class=\"wp-image-2871\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ under Mike Fernandez, boxed out of TMX boxing under Marty McDonough, and he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier. He studied mindset, tactics, and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Regardless of your level of experience in striking, jiu-jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment. More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willingness to engage in big V Violence versus small v violence.\" -Edward</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Kevin Kelly\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"101\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2857,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/kevin-kelly-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-kelly-Button.png\" alt=\"\" class=\"wp-image-2857\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2451,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bryan-Resnick-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2451\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years, he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, including the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest. Love the AMTAC mindset…Resnick is one hell of an individual. He is driven, honest, well-skilled, treats everyone equally, and passionate. He is a great American. He’s a great instructor.\" –Eddie</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bryan Resnick\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"94\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2858,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/bryan-resnick-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Bryan-Resnick-Button.png\" alt=\"\" class=\"wp-image-2858\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->','Our Instructors','','inherit','closed','closed','','2422-revision-v1','','','2024-10-31 22:24:42','2024-10-31 22:24:42','',2422,'https://staging.amtacshooting.com/?p=3443',0,'revision','',0),
(3444,9,'2024-10-31 23:03:14','2024-10-31 23:03:14','<!-- wp:image {\"id\":2423,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Amtac-Shooting-Newsletter-Banner-4-1024x341.png\" alt=\"\" class=\"wp-image-2423\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Each one of our instructors has shown a lifelong commitment to firearms training and combatives. Our students enjoy how our instructors convey the Amtac Shooting Pistol, Carbine, and Pistol/ Combatives curriculum clearly and concisely which increases our capacity of \"teaching good Americans to protect themselves and their families better.\" - Bill Rapier</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2427,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bill-Rapier-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2427\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier spent 20 years in the U.S. Navy SEAL teams with the last 14 as a member of the Naval Special Warfare Development Group (DEVGRU). His assignments included assaulter, breacher, sniper, team leader, troop chief, and military working dog department senior enlisted adviser. Bill is now the owner &amp; operator of American Tactical Shooting Instruction &amp; Amtac Blades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#5a6169\"},\"typography\":{\"fontSize\":\"15px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong> <em>I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life and death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again. Thanks, Darrell Thompson, Cultivate Power Fight Arts</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Upcoming Courses:</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=”12″ hide_past=”yes” cat=’Amtac Shooting Instructor Bill Rapier’ hide_empty_months=”yes”]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2854,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/bill-rapier-owner-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Bill-Rapier-Button.png\" alt=\"\" class=\"wp-image-2854\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:image {\"id\":2428,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Acosta-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2428\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time, and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again! -Todd</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>David Acosta\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"90\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2855,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/david-acosta-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/David-Acosta-Button.png\" alt=\"\" class=\"wp-image-2855\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2441,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Cagle-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2441\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. The class was a great ROI.</em> <em>-Amtac Shooting Carbine 1 Course Student</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>David Cagle\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"88\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2856,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/david-cagle-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/David-Cagle-Button.png\" alt=\"\" class=\"wp-image-2856\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2871,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-Kelly-Amtac-Shooting-Instructor-3-1024x341.png\" alt=\"\" class=\"wp-image-2871\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ under Mike Fernandez, boxed out of TMX boxing under Marty McDonough, and he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier. He studied mindset, tactics, and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Regardless of your level of experience in striking, jiu-jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment. More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willingness to engage in big V Violence versus small v violence.\" -Edward</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Kevin Kelly\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"101\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2857,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/kevin-kelly-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-kelly-Button.png\" alt=\"\" class=\"wp-image-2857\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2451,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bryan-Resnick-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2451\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years, he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, including the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest. Love the AMTAC mindset…Resnick is one hell of an individual. He is driven, honest, well-skilled, treats everyone equally, and passionate. He is a great American. He’s a great instructor.\" –Eddie</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bryan Resnick\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"94\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2858,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/bryan-resnick-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Bryan-Resnick-Button.png\" alt=\"\" class=\"wp-image-2858\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->','Our Instructors','','inherit','closed','closed','','2422-revision-v1','','','2024-10-31 23:03:14','2024-10-31 23:03:14','',2422,'https://staging.amtacshooting.com/?p=3444',0,'revision','',0),
(3445,9,'2024-10-31 23:06:59','2024-10-31 23:06:59','<!-- wp:image {\"id\":2423,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Amtac-Shooting-Newsletter-Banner-4-1024x341.png\" alt=\"\" class=\"wp-image-2423\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Each one of our instructors has shown a lifelong commitment to firearms training and combatives. Our students enjoy how our instructors convey the Amtac Shooting Pistol, Carbine, and Pistol/ Combatives curriculum clearly and concisely which increases our capacity of \"teaching good Americans to protect themselves and their families better.\" - Bill Rapier</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2427,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bill-Rapier-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2427\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier spent 20 years in the U.S. Navy SEAL teams with the last 14 as a member of the Naval Special Warfare Development Group (DEVGRU). His assignments included assaulter, breacher, sniper, team leader, troop chief, and military working dog department senior enlisted adviser. Bill is now the owner &amp; operator of American Tactical Shooting Instruction &amp; Amtac Blades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#5a6169\"},\"typography\":{\"fontSize\":\"15px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong> <em>I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life and death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again. Thanks, Darrell Thompson, Cultivate Power Fight Arts</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Upcoming Courses:</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=”12″ hide_past=”yes” cat=’Amtac_Shooting_Instructor_Bill Rapier’ hide_empty_months=”yes”]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2854,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/bill-rapier-owner-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Bill-Rapier-Button.png\" alt=\"\" class=\"wp-image-2854\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:image {\"id\":2428,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Acosta-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2428\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time, and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again! -Todd</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>David Acosta\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"90\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2855,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/david-acosta-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/David-Acosta-Button.png\" alt=\"\" class=\"wp-image-2855\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2441,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Cagle-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2441\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. The class was a great ROI.</em> <em>-Amtac Shooting Carbine 1 Course Student</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>David Cagle\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"88\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2856,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/david-cagle-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/David-Cagle-Button.png\" alt=\"\" class=\"wp-image-2856\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2871,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-Kelly-Amtac-Shooting-Instructor-3-1024x341.png\" alt=\"\" class=\"wp-image-2871\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ under Mike Fernandez, boxed out of TMX boxing under Marty McDonough, and he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier. He studied mindset, tactics, and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Regardless of your level of experience in striking, jiu-jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment. More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willingness to engage in big V Violence versus small v violence.\" -Edward</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Kevin Kelly\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"101\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2857,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/kevin-kelly-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-kelly-Button.png\" alt=\"\" class=\"wp-image-2857\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2451,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bryan-Resnick-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2451\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years, he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, including the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest. Love the AMTAC mindset…Resnick is one hell of an individual. He is driven, honest, well-skilled, treats everyone equally, and passionate. He is a great American. He’s a great instructor.\" –Eddie</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bryan Resnick\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"94\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2858,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/bryan-resnick-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Bryan-Resnick-Button.png\" alt=\"\" class=\"wp-image-2858\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->','Our Instructors','','inherit','closed','closed','','2422-revision-v1','','','2024-10-31 23:06:59','2024-10-31 23:06:59','',2422,'https://staging.amtacshooting.com/?p=3445',0,'revision','',0),
(3446,9,'2024-10-31 23:14:06','2024-10-31 23:14:06','<!-- wp:image {\"id\":2423,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Amtac-Shooting-Newsletter-Banner-4-1024x341.png\" alt=\"\" class=\"wp-image-2423\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Each one of our instructors has shown a lifelong commitment to firearms training and combatives. Our students enjoy how our instructors convey the Amtac Shooting Pistol, Carbine, and Pistol/ Combatives curriculum clearly and concisely which increases our capacity of \"teaching good Americans to protect themselves and their families better.\" - Bill Rapier</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2427,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bill-Rapier-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2427\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier spent 20 years in the U.S. Navy SEAL teams with the last 14 as a member of the Naval Special Warfare Development Group (DEVGRU). His assignments included assaulter, breacher, sniper, team leader, troop chief, and military working dog department senior enlisted adviser. Bill is now the owner &amp; operator of American Tactical Shooting Instruction &amp; Amtac Blades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#5a6169\"},\"typography\":{\"fontSize\":\"15px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong> <em>I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life and death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again. Thanks, Darrell Thompson, Cultivate Power Fight Arts</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Upcoming Courses:</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[ecs-list-events cat=\'amtac shooting instructor bill rapier\' limit=\'12\' hide_past=”yes” hide_empty_months=”yes”]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2854,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/bill-rapier-owner-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Bill-Rapier-Button.png\" alt=\"\" class=\"wp-image-2854\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:image {\"id\":2428,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Acosta-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2428\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time, and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again! -Todd</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>David Acosta\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"90\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2855,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/david-acosta-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/David-Acosta-Button.png\" alt=\"\" class=\"wp-image-2855\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2441,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Cagle-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2441\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. The class was a great ROI.</em> <em>-Amtac Shooting Carbine 1 Course Student</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>David Cagle\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"88\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2856,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/david-cagle-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/David-Cagle-Button.png\" alt=\"\" class=\"wp-image-2856\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2871,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-Kelly-Amtac-Shooting-Instructor-3-1024x341.png\" alt=\"\" class=\"wp-image-2871\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ under Mike Fernandez, boxed out of TMX boxing under Marty McDonough, and he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier. He studied mindset, tactics, and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Regardless of your level of experience in striking, jiu-jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment. More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willingness to engage in big V Violence versus small v violence.\" -Edward</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Kevin Kelly\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"101\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2857,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/kevin-kelly-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-kelly-Button.png\" alt=\"\" class=\"wp-image-2857\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2451,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bryan-Resnick-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2451\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years, he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, including the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest. Love the AMTAC mindset…Resnick is one hell of an individual. He is driven, honest, well-skilled, treats everyone equally, and passionate. He is a great American. He’s a great instructor.\" –Eddie</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bryan Resnick\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"94\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2858,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/bryan-resnick-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Bryan-Resnick-Button.png\" alt=\"\" class=\"wp-image-2858\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->','Our Instructors','','inherit','closed','closed','','2422-revision-v1','','','2024-10-31 23:14:06','2024-10-31 23:14:06','',2422,'https://staging.amtacshooting.com/?p=3446',0,'revision','',0),
(3447,9,'2024-10-31 23:33:57','2024-10-31 23:33:57','<!-- wp:image {\"id\":2423,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Amtac-Shooting-Newsletter-Banner-4-1024x341.png\" alt=\"\" class=\"wp-image-2423\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Each one of our instructors has shown a lifelong commitment to firearms training and combatives. Our students enjoy how our instructors convey the Amtac Shooting Pistol, Carbine, and Pistol/ Combatives curriculum clearly and concisely which increases our capacity of \"teaching good Americans to protect themselves and their families better.\" - Bill Rapier</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator {\"className\":\"is-style-default\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-default\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2427,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bill-Rapier-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2427\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier spent 20 years in the U.S. Navy SEAL teams with the last 14 as a member of the Naval Special Warfare Development Group (DEVGRU). His assignments included assaulter, breacher, sniper, team leader, troop chief, and military working dog department senior enlisted adviser. Bill is now the owner &amp; operator of American Tactical Shooting Instruction &amp; Amtac Blades.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"color\":{\"text\":\"#5a6169\"},\"typography\":{\"fontSize\":\"15px\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong> <em>I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life and death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again. Thanks, Darrell Thompson, Cultivate Power Fight Arts</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Upcoming Courses:</strong> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[ecs-list-events cat=\'amtac_shooting_instructor_bill_rapier\' limit=\'12\' hide_past=”yes” hide_empty_months=”yes”]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2854,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/bill-rapier-owner-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Bill-Rapier-Button.png\" alt=\"\" class=\"wp-image-2854\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:image {\"id\":2428,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Acosta-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2428\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time, and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again! -Todd</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>David Acosta\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"90\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2855,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/david-acosta-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/David-Acosta-Button.png\" alt=\"\" class=\"wp-image-2855\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2441,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Cagle-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2441\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. The class was a great ROI.</em> <em>-Amtac Shooting Carbine 1 Course Student</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>David Cagle\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"88\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2856,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/david-cagle-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/David-Cagle-Button.png\" alt=\"\" class=\"wp-image-2856\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2871,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-Kelly-Amtac-Shooting-Instructor-3-1024x341.png\" alt=\"\" class=\"wp-image-2871\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ under Mike Fernandez, boxed out of TMX boxing under Marty McDonough, and he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier. He studied mindset, tactics, and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Regardless of your level of experience in striking, jiu-jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment. More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willingness to engage in big V Violence versus small v violence.\" -Edward</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Kevin Kelly\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"101\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2857,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/kevin-kelly-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-kelly-Button.png\" alt=\"\" class=\"wp-image-2857\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:image {\"id\":2451,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bryan-Resnick-Amtac-Shooting-Instructor-1024x341.png\" alt=\"\" class=\"wp-image-2451\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:paragraph -->\n<p>Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years, he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, including the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"style\":{\"typography\":{\"fontSize\":\"15px\"},\"color\":{\"text\":\"#5a6169\"}}} -->\n<p class=\"has-text-color\" style=\"color:#5a6169;font-size:15px\"><strong>Testimonial:</strong><em> \"Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest. Love the AMTAC mindset…Resnick is one hell of an individual. He is driven, honest, well-skilled, treats everyone equally, and passionate. He is a great American. He’s a great instructor.\" –Eddie</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Bryan Resnick\'s Upcoming Courses:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"94\" hide_empty_months=\"yes\"]\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>For all upcoming Amtac Shooting Courses visit our <a href=\"https://www.amtacshooting.com/upcoming-courses/\"><strong>Upcoming Courses</strong></a> page.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2858,\"width\":\"180px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"custom\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><a href=\"https://www.amtacshooting.com/bryan-resnick-lead-instructor/\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/05/Bryan-Resnick-Button.png\" alt=\"\" class=\"wp-image-2858\" style=\"width:180px;height:auto\"/></a></figure>\n<!-- /wp:image -->\n\n<!-- wp:spacer {\"height\":\"30px\"} -->\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /wp:spacer -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->','Our Instructors','','inherit','closed','closed','','2422-revision-v1','','','2024-10-31 23:33:57','2024-10-31 23:33:57','',2422,'https://staging.amtacshooting.com/?p=3447',0,'revision','',0),
(3460,10,'2024-11-05 22:23:57','2024-11-05 22:23:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_module=\"3469\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\" da_disable_devices=\"off|off|off\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_alignment=\"right\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Instructors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/amtac-shooting-instructors/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"Testimonials \" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/amtac-shooting-testimonials/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"AARS\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/category/press/aar/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"Recent Articles\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/category/knowledge/articles/\" url_new_window=\"on\"][/et_pb_heading][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" posts_number=\"1\" include_categories=\"all\" show_thumbnail=\"off\" show_author=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','publish','open','closed','','theme-builder-layout-3','','','2024-11-19 20:48:46','2024-11-19 20:48:46','',0,'https://staging.amtacshooting.com/et_body_layout/theme-builder-layout-3/',0,'et_body_layout','',0),
(3461,10,'2024-11-05 22:24:44','2024-11-05 22:24:44','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" show_thumbnail=\"off\" show_excerpt=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" show_author=\"off\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3460-revision-v1','','','2024-11-05 22:24:44','2024-11-05 22:24:44','',3460,'https://staging.amtacshooting.com/?p=3461',0,'revision','',0),
(3463,10,'2024-11-05 22:25:18','2024-11-05 22:25:18','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog show_thumbnail=\"off\" show_author=\"off\" show_excerpt=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3460-revision-v1','','','2024-11-05 22:25:18','2024-11-05 22:25:18','',3460,'https://staging.amtacshooting.com/?p=3463',0,'revision','',0),
(3464,10,'2024-11-05 22:25:18','2024-11-05 22:25:18','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog show_thumbnail=\"off\" show_author=\"off\" show_excerpt=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','inherit','closed','closed','','3460-revision-v1','','','2024-11-05 22:25:18','2024-11-05 22:25:18','',3460,'https://staging.amtacshooting.com/?p=3464',0,'revision','',0),
(3468,10,'2024-11-05 22:28:25','2024-11-05 22:28:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog show_thumbnail=\"off\" show_author=\"off\" show_excerpt=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"0px|0px|0px|0px|false|false\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','inherit','closed','closed','','3460-revision-v1','','','2024-11-05 22:28:25','2024-11-05 22:28:25','',3460,'https://staging.amtacshooting.com/?p=3468',0,'revision','',0),
(3469,10,'2024-11-05 22:29:40','2024-11-05 22:29:40','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_alignment=\"right\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Instructors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/amtac-shooting-instructors/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"Testimonials \" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/amtac-shooting-testimonials/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"AARS\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/category/press/aar/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"Recent Articles\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/category/knowledge/articles/\" url_new_window=\"on\"][/et_pb_heading][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" posts_number=\"1\" include_categories=\"all\" show_thumbnail=\"off\" show_author=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','publish','closed','closed','','test-sidebar','','','2024-11-19 20:05:33','2024-11-19 20:05:33','',0,'https://staging.amtacshooting.com/et_pb_layout/test-sidebar/',0,'et_pb_layout','',0),
(3470,10,'2024-11-05 22:29:47','2024-11-05 22:29:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" global_module=\"3469\" saved_tabs=\"all\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog show_thumbnail=\"off\" show_author=\"off\" show_excerpt=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','inherit','closed','closed','','3460-revision-v1','','','2024-11-05 22:29:47','2024-11-05 22:29:47','',3460,'https://staging.amtacshooting.com/?p=3470',0,'revision','',0),
(3471,10,'2024-11-05 22:29:57','2024-11-05 22:29:57','','Default Website Template','','publish','closed','closed','','default-website-template-4','','','2024-11-05 22:29:57','2024-11-05 22:29:57','',0,'https://staging.amtacshooting.com/et_template/default-website-template-4/',0,'et_template','',0),
(3472,10,'2024-11-05 22:29:57','2024-11-05 22:29:57','','test sidebar','','publish','closed','closed','','test-sidebar-2','','','2024-11-05 22:29:57','2024-11-05 22:29:57','',0,'https://staging.amtacshooting.com/et_template/test-sidebar-2/',0,'et_template','',0),
(3473,10,'2024-11-05 22:45:34','2024-11-05 22:45:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"1_2,1_2\" sticky_enabled=\"0\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" max_width=\"2560px\" module_alignment=\"center\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" area=\"sidebar-4\" orientation=\"right\" show_border=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"78%\" max_width=\"100%\" module_alignment=\"right\" custom_margin=\"|||25px||\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-11-05 22:45:34','2024-11-05 22:45:34','',13,'https://staging.amtacshooting.com/?p=3473',0,'revision','',0),
(3475,10,'2024-11-05 22:56:34','2024-11-05 22:56:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" max_width=\"2560px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"sidebar-4\" show_border=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" module_alignment=\"right\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" border_style_all=\"none\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-11-05 22:56:34','2024-11-05 22:56:34','',13,'https://staging.amtacshooting.com/?p=3475',0,'revision','',0),
(3476,10,'2024-11-05 23:58:32','2024-11-05 23:58:32','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" max_width=\"2560px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"sidebar-1\" show_border=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" module_alignment=\"right\" hover_enabled=\"0\" border_style_all=\"none\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-11-05 23:58:32','2024-11-05 23:58:32','',13,'https://staging.amtacshooting.com/?p=3476',0,'revision','',0),
(3478,10,'2024-11-06 00:02:36','2024-11-06 00:02:36','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"0px|0px|0px|0px|true|true\" module_alignment=\"right\" custom_margin=\"0px|0px|0px|0px|true|true\" sticky_enabled=\"0\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\" da_disable_devices=\"off|off|off\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" hover_enabled=\"0\" sticky_enabled=\"0\" module_alignment=\"right\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"hat-close-up\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" module_alignment=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/Four-Blade-Lineup.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Four Blade Lineup\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]Blades[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" hover_enabled=\"0\" sticky_enabled=\"0\" module_alignment=\"right\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"teaching\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" module_alignment=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/gear.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"gear\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" module_alignment=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"teaching\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" module_alignment=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"teaching\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','publish','open','closed','','theme-builder-layout-4','','','2024-11-19 19:53:30','2024-11-19 19:53:30','',0,'https://staging.amtacshooting.com/et_body_layout/theme-builder-layout-4/',0,'et_body_layout','',0),
(3484,10,'2024-11-06 00:06:54','2024-11-06 00:06:54','[et_pb_sidebar orientation=\"right\" area=\"sidebar-1\" show_border=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"38%\" max_width=\"100%\" module_alignment=\"right\" hover_enabled=\"0\" border_style_all=\"none\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"module\"][/et_pb_sidebar]','shop side','','publish','closed','closed','','shop-side','','','2024-11-06 00:06:54','2024-11-06 00:06:54','',0,'https://staging.amtacshooting.com/et_pb_layout/shop-side/',0,'et_pb_layout','',0),
(3485,10,'2024-11-06 00:08:41','2024-11-06 00:08:41','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" max_width=\"2560px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"sidebar-1\" show_border=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"38%\" max_width=\"100%\" module_alignment=\"right\" hover_enabled=\"0\" border_style_all=\"none\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-11-06 00:08:41','2024-11-06 00:08:41','',13,'https://staging.amtacshooting.com/?p=3485',0,'revision','',0),
(3486,10,'2024-11-06 00:08:55','2024-11-06 00:08:55','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_sidebar orientation=\"right\" area=\"sidebar-1\" show_border=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"38%\" max_width=\"100%\" module_alignment=\"right\" hover_enabled=\"0\" border_style_all=\"none\" global_colors_info=\"{}\" sticky_enabled=\"0\" locked=\"off\" theme_builder_area=\"post_content\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3478-revision-v1','','','2024-11-06 00:08:55','2024-11-06 00:08:55','',3478,'https://staging.amtacshooting.com/?p=3486',0,'revision','',0),
(3487,10,'2024-11-06 00:09:02','2024-11-06 00:09:02','','shop sidebar','','publish','closed','closed','','shop-sidebar-2','','','2024-11-06 00:09:02','2024-11-06 00:09:02','',0,'https://staging.amtacshooting.com/et_template/shop-sidebar-2/',0,'et_template','',0),
(3492,10,'2024-11-12 21:07:00','2024-11-12 21:07:00','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\" da_disable_devices=\"off|off|off\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\" da_disable_devices=\"off|off|off\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\" da_disable_devices=\"off|off|off\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_callout_box=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" module_css_class=\"#popup-1\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.2\" _module_preset=\"default\" admin_label=\"Popup - #popup-1\" module_class=\"popup\" da_is_popup=\"on\" module_id=\"popup-1\" da_popup_slug=\"popup-1\" hover_enabled=\"0\" sticky_enabled=\"0\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\" da_disable_devices=\"off|off|off\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\" da_disable_devices=\"off|off|off\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\" da_disable_devices=\"off|off|off\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\" da_disable_devices=\"off|off|off\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-11-12 21:07:00','2024-11-12 21:07:00','',81,'https://staging.amtacshooting.com/?p=3492',0,'revision','',0),
(3493,10,'2024-11-12 21:31:02','2024-11-12 21:31:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-scaled.jpg\" title_text=\"blade-bullets\" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2><a href=\"https://amtacblades.com/store\">Northman</a></h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Northman is a small fixed blade knife designed to replace the cutting tool carried in your pocket. Quickly deployable and rugged enough for backcountry use, this blade is also great for combatives. There are three other models based off the Northman. </span></p>\n<p><span>The Northman has a 3.5\" blade. </span></p>\n<p><span>The NorthmanX has a bigger handle and the same blade.</span></p>\n<p><span>The Minuteman has the same handle as the NorthmanX and a 4\" blade</span></p>\n<p><span>The Magnus has the same handle as the NorthmanX and a 5\" blade</span></p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-scaled.jpg\" title_text=\"folder\" url=\"https://amtacblades.com/northmanF\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/northmanF\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2>NorthmanF</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>This folder was designed for those situations when you can’t carry a fixed blade knife. </span>With this in mind, the Amtac Blades NorthmanF comes standard with a belt sheath so that you have the flexibility to carry this folder in a blade locked open configuration. This makes it just as fast as a fixed blade. The NorthmanF can also be worn like a regular folder when a low profile is desired.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-scaled.jpg\" title_text=\"axe-outdoors\" url=\"https://amtacblades.com/battle-axe/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/battle-axe/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2>Battle Axe</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Amtac Blades Battle Axe is designed from the ground up as a fighting axe. The Battle Axe is inspired by a Danish style of axe which has a top point that allows for forward thrusting and a bottom point that allows for hooking. At a length of nearly 19 inches, our axe gives you more reach, leverage, and force than most tomahawks. </span><span>The Battle Axe sheath allows for a forward thrust during the draw stroke. It is meant to be worn on a belt opposite the pistol, but it can also be mounted on a battle belt or armor.</span></p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Blades','','publish','closed','closed','','blades','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',0,'https://staging.amtacshooting.com/?page_id=3493',0,'post','',0),
(3494,10,'2024-11-12 21:15:57','2024-11-12 21:15:57','<!-- wp:divi/placeholder /-->','Blades','','inherit','closed','closed','','3493-revision-v1','','','2024-11-12 21:15:57','2024-11-12 21:15:57','',3493,'https://staging.amtacshooting.com/?p=3494',0,'revision','',0),
(3495,10,'2024-11-12 21:22:49','2024-11-12 21:22:49','','blade-layout','','inherit','open','closed','','blade-layout','','','2024-11-12 21:22:49','2024-11-12 21:22:49','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout.jpg',0,'attachment','image/jpeg',0),
(3497,10,'2024-11-12 21:31:02','2024-11-12 21:31:02','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.2\" _module_preset=\"default\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\" da_disable_devices=\"off|off|off\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"blade-layout\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_heading title=\"title\" _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"||0px|||\"]<h4 class=\"wp-block-heading\">Amtac Blades makes fixed-blade knives for backcountry and combative use. We have five blade models and an axe in our lineup.</h4>[/et_pb_text][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Northman and others</p>[/et_pb_text][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>folder</p>[/et_pb_text][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Axe</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Blades','','inherit','closed','closed','','3493-revision-v1','','','2024-11-12 21:31:02','2024-11-12 21:31:02','',3493,'https://staging.amtacshooting.com/?p=3497',0,'revision','',0),
(3498,10,'2024-11-12 21:34:09','2024-11-12 21:34:09','','folder','','inherit','open','closed','','folder','','','2024-11-12 21:34:09','2024-11-12 21:34:09','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder.jpg',0,'attachment','image/jpeg',0),
(3499,10,'2024-11-12 21:56:36','2024-11-12 21:56:36','','axe-outdoors','','inherit','open','closed','','axe-outdoors','','','2024-11-12 21:56:36','2024-11-12 21:56:36','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors.jpg',0,'attachment','image/jpeg',0),
(3501,10,'2024-11-12 22:11:59','2024-11-12 22:11:59','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.2\" _module_preset=\"default\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\" da_disable_devices=\"off|off|off\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"blade-layout\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_heading title=\"Amtac Blades\" _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" column_structure=\"1_2,1_2\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_image src=\"data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA4MCIgaGVpZ2h0PSI1NDAiIHZpZXdCb3g9IjAgMCAxMDgwIDU0MCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZmlsbD0iI0VCRUJFQiIgZD0iTTAgMGgxMDgwdjU0MEgweiIvPgogICAgICAgIDxwYXRoIGQ9Ik00NDUuNjQ5IDU0MGgtOTguOTk1TDE0NC42NDkgMzM3Ljk5NSAwIDQ4Mi42NDR2LTk4Ljk5NWwxMTYuMzY1LTExNi4zNjVjMTUuNjItMTUuNjIgNDAuOTQ3LTE1LjYyIDU2LjU2OCAwTDQ0NS42NSA1NDB6IiBmaWxsLW9wYWNpdHk9Ii4xIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgICAgICA8Y2lyY2xlIGZpbGwtb3BhY2l0eT0iLjA1IiBmaWxsPSIjMDAwIiBjeD0iMzMxIiBjeT0iMTQ4IiByPSI3MCIvPgogICAgICAgIDxwYXRoIGQ9Ik0xMDgwIDM3OXYxMTMuMTM3TDcyOC4xNjIgMTQwLjMgMzI4LjQ2MiA1NDBIMjE1LjMyNEw2OTkuODc4IDU1LjQ0NmMxNS42Mi0xNS42MiA0MC45NDgtMTUuNjIgNTYuNTY4IDBMMTA4MCAzNzl6IiBmaWxsLW9wYWNpdHk9Ii4yIiBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9Im5vbnplcm8iLz4KICAgIDwvZz4KPC9zdmc+Cg==\" _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-scaled.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"folder\" width=\"68%\" max_width=\"100%\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" custom_padding=\"||0px|||\"]<h4 class=\"wp-block-heading\">Amtac Blades makes fixed-blade knives for backcountry and combative use. We have five blade models and an axe in our lineup.</h4>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Northman and others</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2>NorthmanF</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p><span>This folder was designed for those situations when you can’t carry a fixed blade knife. </span>With this in mind, the Amtac Blades NorthmanF comes standard with a belt sheath so that you have the flexibility to carry this folder in a blade locked open configuration. This makes it just as fast as a fixed blade. The NorthmanF can also be worn like a regular folder when a low profile is desired.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" column_structure=\"1_2,1_2\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-scaled.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"axe-outdoors\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2>Battle Axe</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p><span>The Amtac Blades Battle Axe is designed from the ground up as a fighting axe. The Battle Axe is inspired by a Danish style of axe which has a top point that allows for forward thrusting and a bottom point that allows for hooking. At a length of nearly 19 inches, our axe gives you more reach, leverage, and force than most tomahawks. </span><span>The Battle Axe sheath allows for a forward thrust during the draw stroke. It is meant to be worn on a belt oppisite the pistol, but it can also be mounted on a battle belt or armor.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Blades','','inherit','closed','closed','','3493-revision-v1','','','2024-11-12 22:11:59','2024-11-12 22:11:59','',3493,'https://staging.amtacshooting.com/?p=3501',0,'revision','',0),
(3502,1,'2024-11-12 22:16:24','2024-11-12 22:16:24','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display module_css_class=\"#popup-1\" show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" da_is_popup=\"on\" da_popup_slug=\"popup-1\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-11-12 22:16:24','2024-11-12 22:16:24','',81,'https://staging.amtacshooting.com/?p=3502',0,'revision','',0),
(3505,1,'2024-11-12 22:49:41','2024-11-12 22:49:41','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Amtac Shooting Pistol Integrated Combatives Course&nbsp;<br>by Hill People Gear</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 21, 2020</div>\n<div>We had the opportunity to take Bill Rapier\'s Pistol Integrated Combatives course this past year. We can highly recommend this USN veteran\'s school (AMTAC Shooting) and knives (AMTAC blades).</div>\n<div>&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=97cijTsUhvU</p>\n<hr>\n<div id=\"player\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-outer\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-inner\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container\" class=\"style-scope ytd-watch-flexy\" role=\"complementary\">\n<div id=\"container\" class=\"style-scope ytd-player\">\n<div id=\"movie_player\" class=\"html5-video-player ytp-transparent ytp-large-width-mode ytp-hide-info-bar playing-mode ytp-autohide\" tabindex=\"-1\" data-version=\"/yts/jsbin/player_ias-vflMJC6WU/en_US/base.js\" aria-label=\"YouTube Video Player\">\n<div class=\"ytp-chrome-bottom\" data-layer=\"8\">&nbsp;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<h3>Force on Force with AMTAC Shooting<br>by Kit Badger</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 13, 2020</div>\n</div>\n<div id=\"menu-container\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"container\" class=\"style-scope ytd-sentiment-bar-renderer\">&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=5Ii6tRka__g</p>\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Retired Navy SEAL Bill Rapier\'s Force on Force Class Review <br>by Tactical Hyve</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jul 26, 2019<br><span style=\"font-size: inherit;\"><span style=\"font-size: inherit;\">Watch Tactical Hyve\'s review of Bill Rapier\'s Force On Force class. Bill is a retired Navy SEAL who spent 14 of his 20 years of service at Naval Special Warfare Development Group. He\'s also the owner and lead instructor at Amtac Shooting.<br></span></span></div>\n<div>&nbsp;</div>\n</div>\n<div><a href=\"https://www.youtube.com/watch?v=6Z_NrLLZXRI\">https://www.youtube.com/watch?v=6Z_NrLLZXRI</a></div>\n<div>&nbsp;</div>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div class=\"style-scope ytd-video-primary-info-renderer\">\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51<br>by SureFire</h3>\n<p>Dec 11, 2019<br>Bill Rapier of Amtac Shooting discusses the necessity of a one handed draw and how to create space in a combative scenario.</p>\n<p>https://www.youtube.com/watch?v=LlyIgpMfpUw</p>\n<hr></div>\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38<br>by SureFire</h3>\n<p>Dec 5, 2018<br>Bill Rapier of Amtac Shooting discusses retention shooting in relation to combative techniques.</p>\n<p>https://www.youtube.com/watch?v=603kfkCUig0</p>\n</div>\n<div>\n<hr></div>\n</div>\n\n<!-- wp:heading {\"level\":3} -->\n<h3>American Tactical Shooting Instruction Force on Force<br>by Voodoo Man</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jun 1, 2018<br>A few clips from amtacshooting.com Force on Force class held in NJ earlier this year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=cqYqGxaFp0o\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=cqYqGxaFp0o\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>AMTAC | Bill Rapier - LE CQB<br>by Voodoo Man</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>September 26, 2016<br>Short clip taken during an LE CQB class taught by Bill Rapier of AMTAC Shooting</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=MiBMfx8ZdJg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MiBMfx8ZdJg\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>\n\n\n\n\n\n\nSurefire - Battle of The Bill\'s 2019\n&nbsp;\n\n\nWise Men Companys\n\n\n<a href=\"https://www.youtube.com/watch?v=A5id8pwwphg\">https://www.youtube.com/watch?v=A5id8pwwphg</a>\n\n&nbsp;\nKit Badger\n&nbsp;\n\n\n\n\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=8fr-jGkSs0M\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=8fr-jGkSs0M\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>SUNDAY GUNDAY</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=qy1R-Q8GZ1I\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qy1R-Q8GZ1I\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>FourGuysGuns</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=7It3Eq5ttE8\\u0026t=494s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=7It3Eq5ttE8&amp;t=494s\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3></h3>\n<!-- /wp:heading -->[/et_pb_text][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Videos','','inherit','closed','closed','','1423-revision-v1','','','2024-11-12 22:49:41','2024-11-12 22:49:41','',1423,'https://staging.amtacshooting.com/?p=3505',0,'revision','',0),
(3510,10,'2024-11-12 23:50:59','2024-11-12 23:50:59','','blade-bullets','','inherit','open','closed','','blade-bullets','','','2024-11-12 23:50:59','2024-11-12 23:50:59','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets.jpg',0,'attachment','image/jpeg',0),
(3511,10,'2024-11-12 23:52:48','2024-11-12 23:52:48','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg\" title_text=\"blade-layout\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Amtac Blades\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h4 class=\"wp-block-heading\">Amtac Blades makes fixed-blade knives for backcountry and combative use. We have five blade models and an axe in our lineup.</h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-scaled.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"blade-bullets\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Northman </h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-scaled.jpg\" title_text=\"folder\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>NorthmanF</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>This folder was designed for those situations when you can’t carry a fixed blade knife. </span>With this in mind, the Amtac Blades NorthmanF comes standard with a belt sheath so that you have the flexibility to carry this folder in a blade locked open configuration. This makes it just as fast as a fixed blade. The NorthmanF can also be worn like a regular folder when a low profile is desired.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-scaled.jpg\" title_text=\"axe-outdoors\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Battle Axe</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Amtac Blades Battle Axe is designed from the ground up as a fighting axe. The Battle Axe is inspired by a Danish style of axe which has a top point that allows for forward thrusting and a bottom point that allows for hooking. At a length of nearly 19 inches, our axe gives you more reach, leverage, and force than most tomahawks. </span><span>The Battle Axe sheath allows for a forward thrust during the draw stroke. It is meant to be worn on a belt oppisite the pistol, but it can also be mounted on a battle belt or armor.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Blades','','inherit','closed','closed','','3493-revision-v1','','','2024-11-12 23:52:48','2024-11-12 23:52:48','',3493,'https://staging.amtacshooting.com/?p=3511',0,'revision','',0),
(3513,10,'2024-11-13 00:00:45','2024-11-13 00:00:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg\" title_text=\"blade-layout\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Amtac Blades\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h4 class=\"wp-block-heading\">Amtac Blades makes fixed-blade knives for backcountry and combative use. We have five blade models and an axe in our lineup.</h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-scaled.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"blade-bullets\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Northman </h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p><span>The Northman is a small fixed blade knife designed to replace the cutting tool carried in your pocket. Quickly deployable and rugged enough for backcountry use, this blade is also great for combatives. There are three other models based off the Northman. </span></p>\n<p><span>The Northman has a 3.5\" blade. </span></p>\n<p><span>The NorthmanX has a bigger handle and the same blade.</span></p>\n<p><span>The Minuteman has the same handle as the NorthmanX and a 4\" blade</span></p>\n<p><span>The Magnus has the same handle as the NorthmanX and a 5\" blade</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-scaled.jpg\" title_text=\"folder\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>NorthmanF</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>This folder was designed for those situations when you can’t carry a fixed blade knife. </span>With this in mind, the Amtac Blades NorthmanF comes standard with a belt sheath so that you have the flexibility to carry this folder in a blade locked open configuration. This makes it just as fast as a fixed blade. The NorthmanF can also be worn like a regular folder when a low profile is desired.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-scaled.jpg\" title_text=\"axe-outdoors\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Battle Axe</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Amtac Blades Battle Axe is designed from the ground up as a fighting axe. The Battle Axe is inspired by a Danish style of axe which has a top point that allows for forward thrusting and a bottom point that allows for hooking. At a length of nearly 19 inches, our axe gives you more reach, leverage, and force than most tomahawks. </span><span>The Battle Axe sheath allows for a forward thrust during the draw stroke. It is meant to be worn on a belt oppisite the pistol, but it can also be mounted on a battle belt or armor.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Blades','','inherit','closed','closed','','3493-revision-v1','','','2024-11-13 00:00:45','2024-11-13 00:00:45','',3493,'https://staging.amtacshooting.com/?p=3513',0,'revision','',0),
(3514,10,'2024-11-13 00:03:56','2024-11-13 00:03:56','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg\" title_text=\"blade-layout\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Amtac Blades\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h4 class=\"wp-block-heading\">Amtac Blades makes fixed-blade knives for backcountry and combative use. We have five blade models and an axe in our lineup.</h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-scaled.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"blade-bullets\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Northman </h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p><span>The Northman is a small fixed blade knife designed to replace the cutting tool carried in your pocket. Quickly deployable and rugged enough for backcountry use, this blade is also great for combatives. There are three other models based off the Northman. </span></p>\n<p><span>The Northman has a 3.5\" blade. </span></p>\n<p><span>The NorthmanX has a bigger handle and the same blade.</span></p>\n<p><span>The Minuteman has the same handle as the NorthmanX and a 4\" blade</span></p>\n<p><span>The Magnus has the same handle as the NorthmanX and a 5\" blade</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-scaled.jpg\" title_text=\"folder\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>NorthmanF</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>This folder was designed for those situations when you can’t carry a fixed blade knife. </span>With this in mind, the Amtac Blades NorthmanF comes standard with a belt sheath so that you have the flexibility to carry this folder in a blade locked open configuration. This makes it just as fast as a fixed blade. The NorthmanF can also be worn like a regular folder when a low profile is desired.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-scaled.jpg\" title_text=\"axe-outdoors\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Battle Axe</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Amtac Blades Battle Axe is designed from the ground up as a fighting axe. The Battle Axe is inspired by a Danish style of axe which has a top point that allows for forward thrusting and a bottom point that allows for hooking. At a length of nearly 19 inches, our axe gives you more reach, leverage, and force than most tomahawks. </span><span>The Battle Axe sheath allows for a forward thrust during the draw stroke. It is meant to be worn on a belt oppisite the pistol, but it can also be mounted on a battle belt or armor.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Blades','','inherit','closed','closed','','3493-revision-v1','','','2024-11-13 00:03:56','2024-11-13 00:03:56','',3493,'https://staging.amtacshooting.com/?p=3514',0,'revision','',0),
(3516,10,'2024-11-13 00:06:06','2024-11-13 00:06:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg\" title_text=\"blade-layout\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Amtac Blades\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h4 class=\"wp-block-heading\">Amtac Blades makes fixed-blade knives for backcountry and combative use. We have five blade models and an axe in our lineup.</h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-scaled.jpg\" title_text=\"blade-bullets\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Northman </h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Northman is a small fixed blade knife designed to replace the cutting tool carried in your pocket. Quickly deployable and rugged enough for backcountry use, this blade is also great for combatives. There are three other models based off the Northman. </span></p>\n<p><span>The Northman has a 3.5\" blade. </span></p>\n<p><span>The NorthmanX has a bigger handle and the same blade.</span></p>\n<p><span>The Minuteman has the same handle as the NorthmanX and a 4\" blade</span></p>\n<p><span>The Magnus has the same handle as the NorthmanX and a 5\" blade</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-scaled.jpg\" title_text=\"folder\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>NorthmanF</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>This folder was designed for those situations when you can’t carry a fixed blade knife. </span>With this in mind, the Amtac Blades NorthmanF comes standard with a belt sheath so that you have the flexibility to carry this folder in a blade locked open configuration. This makes it just as fast as a fixed blade. The NorthmanF can also be worn like a regular folder when a low profile is desired.</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-scaled.jpg\" title_text=\"axe-outdoors\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Battle Axe</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Amtac Blades Battle Axe is designed from the ground up as a fighting axe. The Battle Axe is inspired by a Danish style of axe which has a top point that allows for forward thrusting and a bottom point that allows for hooking. At a length of nearly 19 inches, our axe gives you more reach, leverage, and force than most tomahawks. </span><span>The Battle Axe sheath allows for a forward thrust during the draw stroke. It is meant to be worn on a belt oppisite the pistol, but it can also be mounted on a battle belt or armor.</span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Blades','','inherit','closed','closed','','3493-revision-v1','','','2024-11-13 00:06:06','2024-11-13 00:06:06','',3493,'https://staging.amtacshooting.com/?p=3516',0,'revision','',0),
(3518,10,'2024-11-13 00:10:24','2024-11-13 00:10:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg\" title_text=\"blade-layout\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Amtac Blades\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4 class=\"wp-block-heading\">Amtac Blades makes fixed-blade knives for backcountry and combative use. We have five blade models and an axe in our lineup.</h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-scaled.jpg\" title_text=\"blade-bullets\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Northman </h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Northman is a small fixed blade knife designed to replace the cutting tool carried in your pocket. Quickly deployable and rugged enough for backcountry use, this blade is also great for combatives. There are three other models based off the Northman. </span></p>\n<p><span>The Northman has a 3.5\" blade. </span></p>\n<p><span>The NorthmanX has a bigger handle and the same blade.</span></p>\n<p><span>The Minuteman has the same handle as the NorthmanX and a 4\" blade</span></p>\n<p><span>The Magnus has the same handle as the NorthmanX and a 5\" blade</span></p>\n<p><a href=\"https://amtacblades.com/store/\"><strong>Click here</strong></a> to shop the Northman<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-scaled.jpg\" title_text=\"folder\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>NorthmanF</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>This folder was designed for those situations when you can’t carry a fixed blade knife. </span>With this in mind, the Amtac Blades NorthmanF comes standard with a belt sheath so that you have the flexibility to carry this folder in a blade locked open configuration. This makes it just as fast as a fixed blade. The NorthmanF can also be worn like a regular folder when a low profile is desired.</p>\n<p>&nbsp;</p>\n<p><a href=\"https://amtacblades.com/northmanf/\"><strong>Click here</strong></a> to shop the NorthmanF</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-scaled.jpg\" title_text=\"axe-outdoors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Battle Axe</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Amtac Blades Battle Axe is designed from the ground up as a fighting axe. The Battle Axe is inspired by a Danish style of axe which has a top point that allows for forward thrusting and a bottom point that allows for hooking. At a length of nearly 19 inches, our axe gives you more reach, leverage, and force than most tomahawks. </span><span>The Battle Axe sheath allows for a forward thrust during the draw stroke. It is meant to be worn on a belt opposite the pistol, but it can also be mounted on a battle belt or armor.</span></p>\n<p><a href=\"https://amtacblades.com/battle-axe/\"><strong>Click here</strong></a> to shop the Battle Axe<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Blades','','inherit','closed','closed','','3493-revision-v1','','','2024-11-13 00:10:24','2024-11-13 00:10:24','',3493,'https://staging.amtacshooting.com/?p=3518',0,'revision','',0),
(3519,10,'2024-11-13 00:11:36','2024-11-13 00:11:36','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg\" title_text=\"blade-layout\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Amtac Blades\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4 class=\"wp-block-heading\">Amtac Blades makes fixed-blade knives for backcountry and combative use. We have five blade models and an axe in our lineup.</h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-scaled.jpg\" title_text=\"blade-bullets\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Northman </h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Northman is a small fixed blade knife designed to replace the cutting tool carried in your pocket. Quickly deployable and rugged enough for backcountry use, this blade is also great for combatives. There are three other models based off the Northman. </span></p>\n<p><span>The Northman has a 3.5\" blade. </span></p>\n<p><span>The NorthmanX has a bigger handle and the same blade.</span></p>\n<p><span>The Minuteman has the same handle as the NorthmanX and a 4\" blade</span></p>\n<p><span>The Magnus has the same handle as the NorthmanX and a 5\" blade</span></p>\n<p><a href=\"https://amtacblades.com/store/\"><strong>Click here</strong></a> to shop the Northman<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-scaled.jpg\" title_text=\"folder\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://amtacblades.com/northmanF\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>NorthmanF</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>This folder was designed for those situations when you can’t carry a fixed blade knife. </span>With this in mind, the Amtac Blades NorthmanF comes standard with a belt sheath so that you have the flexibility to carry this folder in a blade locked open configuration. This makes it just as fast as a fixed blade. The NorthmanF can also be worn like a regular folder when a low profile is desired.</p>\n<p>&nbsp;</p>\n<p><a href=\"https://amtacblades.com/northmanf/\"><strong>Click here</strong></a> to shop the NorthmanF</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-scaled.jpg\" title_text=\"axe-outdoors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://amtacblades.com/battle-axe/\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Battle Axe</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Amtac Blades Battle Axe is designed from the ground up as a fighting axe. The Battle Axe is inspired by a Danish style of axe which has a top point that allows for forward thrusting and a bottom point that allows for hooking. At a length of nearly 19 inches, our axe gives you more reach, leverage, and force than most tomahawks. </span><span>The Battle Axe sheath allows for a forward thrust during the draw stroke. It is meant to be worn on a belt opposite the pistol, but it can also be mounted on a battle belt or armor.</span></p>\n<p><a href=\"https://amtacblades.com/battle-axe/\"><strong>Click here</strong></a> to shop the Battle Axe<span></span></p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Blades','','inherit','closed','closed','','3493-revision-v1','','','2024-11-13 00:11:36','2024-11-13 00:11:36','',3493,'https://staging.amtacshooting.com/?p=3519',0,'revision','',0),
(3521,10,'2024-11-13 00:14:07','2024-11-13 00:14:07','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg\" title_text=\"blade-layout\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Amtac Blades\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h4 class=\"wp-block-heading\">Amtac Blades makes fixed-blade knives for backcountry and combative use. We have five blade models and an axe in our lineup.</h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-scaled.jpg\" title_text=\"blade-bullets\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2><a href=\"https://amtacblades.com/store\">Northman</a></h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Northman is a small fixed blade knife designed to replace the cutting tool carried in your pocket. Quickly deployable and rugged enough for backcountry use, this blade is also great for combatives. There are three other models based off the Northman. </span></p>\n<p><span>The Northman has a 3.5\" blade. </span></p>\n<p><span>The NorthmanX has a bigger handle and the same blade.</span></p>\n<p><span>The Minuteman has the same handle as the NorthmanX and a 4\" blade</span></p>\n<p><span>The Magnus has the same handle as the NorthmanX and a 5\" blade</span></p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-scaled.jpg\" title_text=\"folder\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://amtacblades.com/northmanF\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" link_option_url=\"https://amtacblades.com/northmanF\" link_option_url_new_window=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2>NorthmanF</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>This folder was designed for those situations when you can’t carry a fixed blade knife. </span>With this in mind, the Amtac Blades NorthmanF comes standard with a belt sheath so that you have the flexibility to carry this folder in a blade locked open configuration. This makes it just as fast as a fixed blade. The NorthmanF can also be worn like a regular folder when a low profile is desired.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-scaled.jpg\" title_text=\"axe-outdoors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://amtacblades.com/battle-axe/\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" link_option_url=\"https://amtacblades.com/battle-axe/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2>Battle Axe</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Amtac Blades Battle Axe is designed from the ground up as a fighting axe. The Battle Axe is inspired by a Danish style of axe which has a top point that allows for forward thrusting and a bottom point that allows for hooking. At a length of nearly 19 inches, our axe gives you more reach, leverage, and force than most tomahawks. </span><span>The Battle Axe sheath allows for a forward thrust during the draw stroke. It is meant to be worn on a belt opposite the pistol, but it can also be mounted on a battle belt or armor.</span></p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Blades','','inherit','closed','closed','','3493-revision-v1','','','2024-11-13 00:14:07','2024-11-13 00:14:07','',3493,'https://staging.amtacshooting.com/?p=3521',0,'revision','',0),
(3522,10,'2024-11-13 00:17:10','2024-11-13 00:17:10','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg\" title_text=\"blade-layout\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Amtac Blades\" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h4 class=\"wp-block-heading\">Amtac Blades makes fixed-blade knives for backcountry and combative use. We have five blade models and an axe in our lineup.</h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-scaled.jpg\" title_text=\"blade-bullets\" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2><a href=\"https://amtacblades.com/store\">Northman</a></h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Northman is a small fixed blade knife designed to replace the cutting tool carried in your pocket. Quickly deployable and rugged enough for backcountry use, this blade is also great for combatives. There are three other models based off the Northman. </span></p>\n<p><span>The Northman has a 3.5\" blade. </span></p>\n<p><span>The NorthmanX has a bigger handle and the same blade.</span></p>\n<p><span>The Minuteman has the same handle as the NorthmanX and a 4\" blade</span></p>\n<p><span>The Magnus has the same handle as the NorthmanX and a 5\" blade</span></p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-scaled.jpg\" title_text=\"folder\" url=\"https://amtacblades.com/northmanF\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/northmanF\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2>NorthmanF</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>This folder was designed for those situations when you can’t carry a fixed blade knife. </span>With this in mind, the Amtac Blades NorthmanF comes standard with a belt sheath so that you have the flexibility to carry this folder in a blade locked open configuration. This makes it just as fast as a fixed blade. The NorthmanF can also be worn like a regular folder when a low profile is desired.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-scaled.jpg\" title_text=\"axe-outdoors\" url=\"https://amtacblades.com/battle-axe/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/battle-axe/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2>Battle Axe</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Amtac Blades Battle Axe is designed from the ground up as a fighting axe. The Battle Axe is inspired by a Danish style of axe which has a top point that allows for forward thrusting and a bottom point that allows for hooking. At a length of nearly 19 inches, our axe gives you more reach, leverage, and force than most tomahawks. </span><span>The Battle Axe sheath allows for a forward thrust during the draw stroke. It is meant to be worn on a belt opposite the pistol, but it can also be mounted on a battle belt or armor.</span></p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Blades','','inherit','closed','closed','','3493-revision-v1','','','2024-11-13 00:17:10','2024-11-13 00:17:10','',3493,'https://staging.amtacshooting.com/?p=3522',0,'revision','',0),
(3523,10,'2024-11-13 00:21:56','2024-11-13 00:21:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" title_text=\"custom-rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" force_fullwidth=\"on\" sticky_enabled=\"0\" url=\"https://www.jbrcllc.com/\" url_new_window=\"on\"][/et_pb_image][et_pb_heading title=\"Jon Beagle Rifles\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" url=\"https://www.jbrcllc.com/\" url_new_window=\"on\"][/et_pb_heading][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" title_text=\"img_2122_720-YcNvc0.tmp_\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" force_fullwidth=\"on\" sticky_enabled=\"0\" url=\"https://www.altusshooting.com/\" url_new_window=\"on\"][/et_pb_image][et_pb_heading title=\"Altus Shooting Solutions\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://www.altusshooting.com/\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Centurion Arms\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" url=\"https://centurionarms.com/\" url_new_window=\"on\" disabled_on=\"on|on|off\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','publish','closed','closed','','guns-gear','','','2025-06-16 17:19:22','2025-06-16 17:19:22','',0,'https://staging.amtacshooting.com/?page_id=3523',0,'page','',0),
(3524,10,'2024-11-13 00:18:05','2024-11-13 00:18:05','<!-- wp:divi/placeholder /-->','Guns $ Gear','','inherit','closed','closed','','3523-revision-v1','','','2024-11-13 00:18:05','2024-11-13 00:18:05','',3523,'https://staging.amtacshooting.com/?p=3524',0,'revision','',0),
(3526,10,'2024-11-13 00:21:56','2024-11-13 00:21:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/A1S9669-scaled.jpg\" title_text=\"_A1S9669\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_image][et_pb_heading title=\"Guns $ Gear\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][/et_pb_section]','Guns $ Gear','','inherit','closed','closed','','3523-revision-v1','','','2024-11-13 00:21:56','2024-11-13 00:21:56','',3523,'https://staging.amtacshooting.com/?p=3526',0,'revision','',0),
(3529,10,'2024-11-13 00:36:52','2024-11-13 00:36:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\"><a href=\"https://amzn.to/44SaY2H\" style=\"color: #0c71c3;\">BaoFeng UV-5R Dual Band Two Way Radio</a></span></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH MURS-V1 MURS Two-Way Radio</span></h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</span></h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4muopw7\"><span style=\"color: #0c71c3;\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</span></a></h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4drigfW\"><span style=\"color: #0c71c3;\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</span></a></h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4dvRjYs\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</span></a></h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=1H0LVCSTU1WEE&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXQc5Q3D4cwfWbYNS-eEu8UlO6Ocw8bbYpoWG2ckbJ5wR78x1eAqtBVJXKlDnbM0temTgsy5_I-QmLmmzAGhRac-WxJzEFmmqW-rEXhKjn8KB4USsebK-ZJmFLE8O0xcKQN2ME0MZ4hNr_LmZ2COM4ojMh1LftD81agMW6XhPRgsV4rqLj3ARJtgfsTYlocULJI.CEaJqSNzUm7znj2Kie27LVFnLoFd2cSU3okK2u4r5Io&amp;dib_tag=se&amp;keywords=Authentic%2BGenuine%2BNagoya%2BUT-72%2BSuper%2BLoading%2BCoil%2B19-Inch%2BMagnetic%2BMount%2BVHF%2FUHF%2B(144%2F430Mhz)%2BAntenna%2BPL-259&amp;qid=1748028327&amp;sprefix=authentic%2Bgenuine%2Bnagoya%2But-72%2Bsuper%2Bloading%2Bcoil%2B19-inch%2Bmagnetic%2Bmount%2Bvhf%2Fuhf%2B144%2F430mhz%2Bantenna%2Bpl-259%2Caps%2C470&amp;sr=8-1&amp;th=1\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></a></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4kaaM3L\"><span style=\"color: #0c71c3;\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</span></a></h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43oDjLG\"><span style=\"color: #0c71c3;\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</span></a></h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4dzNemg\"><span style=\"color: #0c71c3;\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3HaNlsk\"><span style=\"color: #0c71c3;\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=23IQ7YQ1OPVO3&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXRsF75fSFnrUSZpmGgFsJjxHxG2VpmSkiD8Sqr5qhmy_Qd1YdGjSUSLG0HitMIOOdc.HleP1eMowt3jbgqFuw7VPNSkd1J0qpLHXLC6oPd486A&amp;dib_tag=se&amp;keywords=Authentic%2BGenuine%2BNagoya%2BUT-72%2BSuper%2BLoading%2BCoil%2B19-Inch%2BMagnetic%2BMount%2BVHF%2FUHF%2B(144%2F430Mhz)%2BAntenna%2BPL-259&amp;qid=1748027934&amp;sprefix=authentic%2Bgenuine%2Bnagoya%2But-72%2Bsuper%2Bloading%2Bcoil%2B19-inch%2Bmagnetic%2Bmount%2Bvhf%2Fuhf%2B144%2F430mhz%2Bantenna%2Bpl-259%2Caps%2C389&amp;sr=8-1&amp;th=1\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></a></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4k6eScV\"><span style=\"color: #0c71c3;\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</span></a></h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3SQyPbK\"><span style=\"color: #0c71c3;\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</span></a></h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</span></h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4muVCr7\"><span style=\"color: #0c71c3;\">Tram 1410 Broad Band Discone/Scanner Base Antenna</span></a></h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>If you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43J67je\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></a></h4>\n<p>You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/439LsVo\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></a></h4>\n<p>This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43dredt\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></a></h4>\n<p>If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4mzrNpG\"><span style=\"color: #0c71c3;\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</span></a></h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</span></h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</span></h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><span style=\"color: #0c71c3;\"><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\" style=\"color: #0c71c3;\">this</a></span>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','publish','closed','closed','','radios','','','2025-05-23 19:39:04','2025-05-23 19:39:04','',0,'https://staging.amtacshooting.com/?page_id=3529',0,'page','',0),
(3530,10,'2024-11-13 00:25:06','2024-11-13 00:25:06','<!-- wp:divi/placeholder /-->','Radios','','inherit','closed','closed','','3529-revision-v1','','','2024-11-13 00:25:06','2024-11-13 00:25:06','',3529,'https://staging.amtacshooting.com/?p=3530',0,'revision','',0),
(3532,10,'2024-11-13 00:29:16','2024-11-13 00:29:16','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg\" title_text=\"blade-layout\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_heading title=\"Radios \" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-scaled.jpg\" title_text=\"blade-bullets\" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\">BaoFeng UV-5R Dual Band Two Way Radio</a></h4>\n<p>&nbsp;</p>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\">BTECH MURS-V1 MURS Two-Way Radio</h4>\n<p>&nbsp;</p>\n<p>If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</h4>\n<p>&nbsp;</p>\n<p>This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</h4>\n<p>&nbsp;</p>\n<p>This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</h4>\n<p>&nbsp;</p>\n<p>This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-scaled.jpg\" title_text=\"folder\" url=\"https://amtacblades.com/northmanF\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/northmanF\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2>NorthmanF</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span>This folder was designed for those situations when you can’t carry a fixed blade knife. </span>With this in mind, the Amtac Blades NorthmanF comes standard with a belt sheath so that you have the flexibility to carry this folder in a blade locked open configuration. This makes it just as fast as a fixed blade. The NorthmanF can also be worn like a regular folder when a low profile is desired.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-scaled.jpg\" title_text=\"axe-outdoors\" url=\"https://amtacblades.com/battle-axe/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/battle-axe/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<h2>Battle Axe</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><span>The Amtac Blades Battle Axe is designed from the ground up as a fighting axe. The Battle Axe is inspired by a Danish style of axe which has a top point that allows for forward thrusting and a bottom point that allows for hooking. At a length of nearly 19 inches, our axe gives you more reach, leverage, and force than most tomahawks. </span><span>The Battle Axe sheath allows for a forward thrust during the draw stroke. It is meant to be worn on a belt opposite the pistol, but it can also be mounted on a battle belt or armor.</span></p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2024-11-13 00:29:16','2024-11-13 00:29:16','',3529,'https://staging.amtacshooting.com/?p=3532',0,'revision','',0),
(3534,10,'2024-11-13 00:36:52','2024-11-13 00:36:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg\" title_text=\"blade-layout\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_heading title=\"Radios \" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\">BaoFeng UV-5R Dual Band Two Way Radio</a></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH MURS-V1 MURS Two-Way Radio</h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</h4>\n<p><em>Requires a Ham license.</em></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2024-11-13 00:36:52','2024-11-13 00:36:52','',3529,'https://staging.amtacshooting.com/?p=3534',0,'revision','',0),
(3536,10,'2024-11-13 00:42:21','2024-11-13 00:42:21','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg\" title_text=\"blade-layout\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_heading title=\"Radios \" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\">BaoFeng UV-5R Dual Band Two Way Radio</a></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH MURS-V1 MURS Two-Way Radio</h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Tram 1410 Broad Band Discone/Scanner Base Antenna</h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>If you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\">Dakota Alert PIR Driveway Alarm</h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Dakota Alert Vehicle Alarm</h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Dakota Alert Base Station</h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2024-11-13 00:42:21','2024-11-13 00:42:21','',3529,'https://staging.amtacshooting.com/?p=3536',0,'revision','',0),
(3538,10,'2024-11-13 00:44:06','2024-11-13 00:44:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg\" title_text=\"blade-layout\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_heading title=\"Radios \" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\">BaoFeng UV-5R Dual Band Two Way Radio</a></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH MURS-V1 MURS Two-Way Radio</h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Tram 1410 Broad Band Discone/Scanner Base Antenna</h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>If you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\">Dakota Alert PIR Driveway Alarm</h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Dakota Alert Vehicle Alarm</h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Dakota Alert Base Station</h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\">this</a>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2024-11-13 00:44:06','2024-11-13 00:44:06','',3529,'https://staging.amtacshooting.com/?p=3538',0,'revision','',0),
(3540,10,'2024-11-13 00:44:33','2024-11-13 00:44:33','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Radios \" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\">BaoFeng UV-5R Dual Band Two Way Radio</a></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH MURS-V1 MURS Two-Way Radio</h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Tram 1410 Broad Band Discone/Scanner Base Antenna</h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>If you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\">Dakota Alert PIR Driveway Alarm</h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Dakota Alert Vehicle Alarm</h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Dakota Alert Base Station</h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\">this</a>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2024-11-13 00:44:33','2024-11-13 00:44:33','',3529,'https://staging.amtacshooting.com/?p=3540',0,'revision','',0),
(3541,10,'2024-11-15 16:31:47','2024-11-15 16:31:47','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<!-- wp:paragraph -->\n<p>As a follower of Christ, I want to share this page to encourage guys that are seeking after the truth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Podcasts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":2412,\"width\":\"357px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"contain\",\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-medium is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184-300x300.png\" alt=\"\" class=\"wp-image-2412\" style=\"aspect-ratio:1;object-fit:contain;width:357px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 3 </h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Biblical Manhood Pt 1</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Feb 2 2024<br>Verses: 1 Corinthians 9:24-27</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433783\"></div><script src=\"https://www.buzzsprout.com/2212137/14433783-biblical-manhood-pt-1-feb-2-2024.js?container_id=buzzsprout-player-14433783&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 2</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Romans 1:1-17</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 7<br>Date: Dec 31 2023<br>Verses: Romans 1:1-17</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14231037\"></div><script src=\"https://www.buzzsprout.com/2212137/14231037-romans-1-1-17-dec-31-2023.js?container_id=buzzsprout-player-14231037&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Sola Fide</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 6<br>Date: Oct 16 2023<br>Verses: 1 Peter 3:15</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408824\"></div><script src=\"https://www.buzzsprout.com/2212137/14408824-sola-fide-oct-16-2023.js?container_id=buzzsprout-player-14408824&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Developing Solid Christian Men</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: Oct 5 2023<br>Verses: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408451\"></div><script src=\"https://www.buzzsprout.com/2212137/14408451-developing-solid-christian-men-oct-5-2023.js?container_id=buzzsprout-player-14408451&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Faith Without Works is Dead</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: June 18 2023<br>Verses:&nbsp;James 2:14-26</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408693\"></div><script src=\"https://www.buzzsprout.com/2212137/14408693-faith-without-works-is-dead-june-18-2023.js?container_id=buzzsprout-player-14408693&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">God, Family, and the Gospel</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: Aug 10 2022<br>Verses: Deuteronomy 6</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408921\"></div><script src=\"https://www.buzzsprout.com/2212137/14408921-god-family-and-the-gospel-aug-10-2022.js?container_id=buzzsprout-player-14408921&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Spending Yourself On?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: July 3 2022<br>Verses: Acts 20:17-36</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433485\"></div><script src=\"https://www.buzzsprout.com/2212137/14433485-what-are-you-spending-yourself-on-july-3-2022.js?container_id=buzzsprout-player-14433485&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Gospel and How it Changed Peter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Jan 2 2022<br>Verses: John 3:16-17</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433522\"></div><script src=\"https://www.buzzsprout.com/2212137/14433522-the-gospel-and-how-it-changed-peter-jan-2-2022.js?container_id=buzzsprout-player-14433522&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 1</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Boldness in Christ</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: June 6 2021<br>Verses: Acts 3-5</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433558\"></div><script src=\"https://www.buzzsprout.com/2212137/14433558-boldness-in-christ-june-6-2021.js?container_id=buzzsprout-player-14433558&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What is Our Mission?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: Nov 1 2020<br>Verses: Isaiah 43:7 1 Peter 2:9 John 14:21 Romans 12:1 John 1:1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598710\"></div><script src=\"https://www.buzzsprout.com/2212137/13598710-what-is-our-mission-nov-1-2020.js?container_id=buzzsprout-player-13598710&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Doing to Give God Glory and to Further His Kingdom?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: June 7 2020<br>Verses: Revelation 4:11 Ephesians 2:10</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598725\"></div><script src=\"https://www.buzzsprout.com/2212137/13598725-what-are-you-doing-to-give-god-glory-and-to-further-his-kingdom-june-7-2020.js?container_id=buzzsprout-player-13598725&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Good News and Our Purpose&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: March 15 2020<br>Verses: Ephesians 2:1-10</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433663\"></div><script src=\"https://www.buzzsprout.com/2212137/14433663-the-good-news-and-our-purpose-march-15-2020.js?container_id=buzzsprout-player-14433663&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Thanksgiving and Counting it all Joy. </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Dec 8 2019<br>Verses: Ephesians 5:19-20 James 1:2-4</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598631\"></div><script src=\"https://www.buzzsprout.com/2212137/13598631-thanksgiving-and-counting-it-all-joy-dec-8-2019.js?container_id=buzzsprout-player-13598631&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Ministries We Support</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.compassion.com/\">Compassion</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.persecution.com/\">Voice of the Martyrs </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.jesusfilm.org/dev/nda/grants/jesus-film-project-branded-jf/\">Jesus Film Project</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://allindiamission.com/\">All India Missions</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://friendsofukraine.info/\">Friends of Ukraine</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.africanleadershipdevelopment.com/\">African Leadership Development </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Resources</h2>\n<!-- /wp:heading -->[/et_pb_text][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Faith','','inherit','closed','closed','','2170-revision-v1','','','2024-11-15 16:31:47','2024-11-15 16:31:47','',2170,'https://staging.amtacshooting.com/?p=3541',0,'revision','',0),
(3543,10,'2024-11-19 19:10:31','2024-11-19 19:10:31','<!-- wp:group {\"tagName\":\"header\",\"layout\":{\"inherit\":true}} -->\n<header class=\"wp-block-group\"><!-- wp:site-title /-->\n\n<!-- wp:site-tagline /--></header>\n<!-- /wp:group -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"inherit\":true}} -->\n<div class=\"wp-block-group\"><!-- wp:post-title /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-content {\"layout\":{\"inherit\":true}} /--></main>\n<!-- /wp:group -->','Store Template','','publish','closed','closed','','store-template','','','2024-11-19 19:10:31','2024-11-19 19:10:31','',0,'https://staging.amtacshooting.com/2024/11/19/store-template/',0,'wp_template','',0),
(3546,10,'2024-11-19 19:13:33','2024-11-19 19:13:33','','Default Website Template','','publish','closed','closed','','default-website-template-6','','','2024-11-19 19:13:33','2024-11-19 19:13:33','',0,'https://staging.amtacshooting.com/et_template/default-website-template-6/',0,'et_template','',0),
(3547,10,'2024-11-19 19:13:33','2024-11-19 19:13:33','','normal sidebar','','publish','closed','closed','','normal-sidebar','','','2024-11-19 19:13:33','2024-11-19 19:13:33','',0,'https://staging.amtacshooting.com/et_template/normal-sidebar/',0,'et_template','',0),
(3548,10,'2024-11-19 19:13:33','2024-11-19 19:13:33','','shop sidebar','','publish','closed','closed','','shop-sidebar-3','','','2024-11-19 19:13:33','2024-11-19 19:13:33','',0,'https://staging.amtacshooting.com/et_template/shop-sidebar-3/',0,'et_template','',0),
(3549,10,'2024-11-19 19:14:30','2024-11-19 19:14:30','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\" da_disable_devices=\"off|off|off\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" max_width=\"2560px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-11-19 19:14:30','2024-11-19 19:14:30','',13,'https://staging.amtacshooting.com/?p=3549',0,'revision','',0),
(3551,10,'2024-11-19 19:20:06','2024-11-19 19:20:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\" da_disable_devices=\"off|off|off\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"sidebar-1\" show_border=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" module_alignment=\"right\" hover_enabled=\"0\" border_style_all=\"none\" locked=\"off\" global_colors_info=\"{}\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" sticky_enabled=\"0\" height=\"100px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3478-revision-v1','','','2024-11-19 19:20:06','2024-11-19 19:20:06','',3478,'https://staging.amtacshooting.com/?p=3551',0,'revision','',0),
(3553,10,'2024-11-19 19:20:13','2024-11-19 19:20:13','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" max_width=\"2560px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"sidebar-1\" show_border=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"33%\" max_width=\"100%\" module_alignment=\"right\" hover_enabled=\"0\" border_style_all=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" text_orientation=\"left\" custom_margin=\"0px||0px|0px|true|false\" custom_padding=\"0px||0px|0px|true|false\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-11-19 19:20:13','2024-11-19 19:20:13','',13,'https://staging.amtacshooting.com/?p=3553',0,'revision','',0),
(3554,10,'2024-11-19 19:24:37','2024-11-19 19:24:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" max_width=\"2560px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"93%\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_sidebar orientation=\"right\" area=\"sidebar-1\" show_border=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"21%\" max_width=\"100%\" module_alignment=\"right\" custom_margin=\"0px|170px|0px|170px|true|false\" custom_padding=\"0px||0px|0px|true|false\" hover_enabled=\"0\" border_style_all=\"none\" global_colors_info=\"{}\" sticky_position=\"top\" hover_transition_duration=\"200ms\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-11-19 19:24:37','2024-11-19 19:24:37','',13,'https://staging.amtacshooting.com/?p=3554',0,'revision','',0),
(3555,10,'2024-11-19 19:43:33','2024-11-19 19:43:33','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"0px|0px|0px|0px|true|true\" module_alignment=\"right\" custom_margin=\"0px|0px|0px|0px|true|true\" sticky_enabled=\"0\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\" da_disable_devices=\"off|off|off\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" hover_enabled=\"0\" sticky_enabled=\"0\" module_alignment=\"right\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"hat-close-up\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" module_alignment=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/Four-Blade-Lineup.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Four Blade Lineup\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]Blades[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" hover_enabled=\"0\" sticky_enabled=\"0\" module_alignment=\"right\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"teaching\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" module_alignment=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/gear.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"gear\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" module_alignment=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"teaching\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" module_alignment=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"teaching\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3478-revision-v1','','','2024-11-19 19:43:33','2024-11-19 19:43:33','',3478,'https://staging.amtacshooting.com/?p=3555',0,'revision','',0),
(3557,10,'2024-11-19 19:46:12','2024-11-19 19:46:12','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"0px|0px|0px|0px|true|true\" module_alignment=\"right\" custom_margin=\"0px|0px|0px|0px|true|true\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" hover_enabled=\"0\" sticky_enabled=\"0\" module_alignment=\"right\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"hat-close-up\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" module_alignment=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/Four-Blade-Lineup.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Four Blade Lineup\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]Blades[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" hover_enabled=\"0\" sticky_enabled=\"0\" module_alignment=\"right\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"teaching\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" module_alignment=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/gear.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"gear\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" module_alignment=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"teaching\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_2,1_2\" module_alignment=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"teaching\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_2\"][/et_pb_column][/et_pb_row][/et_pb_section]','shop sidebar','','publish','closed','closed','','shop-sidebar','','','2024-11-19 19:46:12','2024-11-19 19:46:12','',0,'https://staging.amtacshooting.com/et_pb_layout/shop-sidebar/',0,'et_pb_layout','',0),
(3558,10,'2024-11-19 19:53:17','2024-11-19 19:53:17','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"93%\" max_width=\"2560px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-11-19 19:53:17','2024-11-19 19:53:17','',13,'https://staging.amtacshooting.com/?p=3558',0,'revision','',0),
(3559,10,'2024-11-19 19:58:24','2024-11-19 19:58:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog posts_number=\"3\" show_thumbnail=\"off\" show_author=\"off\" show_excerpt=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','inherit','closed','closed','','3469-revision-v1','','','2024-11-19 19:58:24','2024-11-19 19:58:24','',3469,'https://staging.amtacshooting.com/?p=3559',0,'revision','',0),
(3561,10,'2024-11-19 19:59:06','2024-11-19 19:59:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog posts_number=\"3\" show_thumbnail=\"off\" show_author=\"off\" show_excerpt=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_blog][et_pb_heading title=\"Our Instructors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','inherit','closed','closed','','3469-revision-v1','','','2024-11-19 19:59:06','2024-11-19 19:59:06','',3469,'https://staging.amtacshooting.com/?p=3561',0,'revision','',0),
(3562,10,'2024-11-19 19:59:36','2024-11-19 19:59:36','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog posts_number=\"3\" show_thumbnail=\"off\" show_author=\"off\" show_excerpt=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_blog][et_pb_heading title=\"Our Instructors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Testimonials \" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','inherit','closed','closed','','3469-revision-v1','','','2024-11-19 19:59:36','2024-11-19 19:59:36','',3469,'https://staging.amtacshooting.com/?p=3562',0,'revision','',0),
(3563,10,'2024-11-19 20:00:04','2024-11-19 20:00:04','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog posts_number=\"3\" show_thumbnail=\"off\" show_author=\"off\" show_excerpt=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_blog][et_pb_heading title=\"Our Instructors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Testimonials \" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"AARS\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','inherit','closed','closed','','3469-revision-v1','','','2024-11-19 20:00:04','2024-11-19 20:00:04','',3469,'https://staging.amtacshooting.com/?p=3563',0,'revision','',0),
(3564,10,'2024-11-19 20:01:57','2024-11-19 20:01:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog posts_number=\"3\" show_thumbnail=\"off\" show_author=\"off\" show_excerpt=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_blog][et_pb_heading title=\"Our Instructors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Testimonials \" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"AARS\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" posts_number=\"1\" include_categories=\"all\" show_thumbnail=\"off\" show_author=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','inherit','closed','closed','','3469-revision-v1','','','2024-11-19 20:01:57','2024-11-19 20:01:57','',3469,'https://staging.amtacshooting.com/?p=3564',0,'revision','',0),
(3565,10,'2024-11-19 20:02:22','2024-11-19 20:02:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog posts_number=\"3\" show_thumbnail=\"off\" show_author=\"off\" show_excerpt=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_blog][et_pb_heading title=\"Our Instructors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Testimonials \" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"AARS\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Recent Articles\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" posts_number=\"1\" include_categories=\"all\" show_thumbnail=\"off\" show_author=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','inherit','closed','closed','','3469-revision-v1','','','2024-11-19 20:02:22','2024-11-19 20:02:22','',3469,'https://staging.amtacshooting.com/?p=3565',0,'revision','',0),
(3566,10,'2024-11-19 20:02:27','2024-11-19 20:02:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][/et_pb_section]','test sidebar','','inherit','closed','closed','','3469-revision-v1','','','2024-11-19 20:02:27','2024-11-19 20:02:27','',3469,'https://staging.amtacshooting.com/?p=3566',0,'revision','',0),
(3567,10,'2024-11-19 20:02:43','2024-11-19 20:02:43','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog posts_number=\"3\" show_thumbnail=\"off\" show_author=\"off\" show_excerpt=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_blog][et_pb_heading title=\"Our Instructors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Testimonials \" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"AARS\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Recent Articles\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" posts_number=\"1\" include_categories=\"all\" show_thumbnail=\"off\" show_author=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','inherit','closed','closed','','3469-revision-v1','','','2024-11-19 20:02:43','2024-11-19 20:02:43','',3469,'https://staging.amtacshooting.com/?p=3567',0,'revision','',0),
(3568,10,'2024-11-19 20:02:53','2024-11-19 20:02:53','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Instructors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Testimonials \" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"AARS\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Recent Articles\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" posts_number=\"1\" include_categories=\"all\" show_thumbnail=\"off\" show_author=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','inherit','closed','closed','','3469-revision-v1','','','2024-11-19 20:02:53','2024-11-19 20:02:53','',3469,'https://staging.amtacshooting.com/?p=3568',0,'revision','',0),
(3569,10,'2024-11-19 20:03:33','2024-11-19 20:03:33','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_alignment=\"right\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Instructors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Testimonials \" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"AARS\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Recent Articles\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" posts_number=\"1\" include_categories=\"all\" show_thumbnail=\"off\" show_author=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','inherit','closed','closed','','3469-revision-v1','','','2024-11-19 20:03:33','2024-11-19 20:03:33','',3469,'https://staging.amtacshooting.com/?p=3569',0,'revision','',0),
(3570,10,'2024-11-19 20:04:34','2024-11-19 20:04:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_alignment=\"right\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Instructors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/amtac-shooting-instructors/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"Testimonials \" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"AARS\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Recent Articles\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" posts_number=\"1\" include_categories=\"all\" show_thumbnail=\"off\" show_author=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','inherit','closed','closed','','3469-revision-v1','','','2024-11-19 20:04:34','2024-11-19 20:04:34','',3469,'https://staging.amtacshooting.com/?p=3570',0,'revision','',0),
(3571,10,'2024-11-19 20:04:57','2024-11-19 20:04:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_alignment=\"right\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Instructors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/amtac-shooting-instructors/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"Testimonials \" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/amtac-shooting-testimonials/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"AARS\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Recent Articles\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" posts_number=\"1\" include_categories=\"all\" show_thumbnail=\"off\" show_author=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','inherit','closed','closed','','3469-revision-v1','','','2024-11-19 20:04:57','2024-11-19 20:04:57','',3469,'https://staging.amtacshooting.com/?p=3571',0,'revision','',0),
(3572,10,'2024-11-19 20:05:16','2024-11-19 20:05:16','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_alignment=\"right\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Instructors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/amtac-shooting-instructors/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"Testimonials \" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/amtac-shooting-testimonials/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"AARS\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/category/press/aar/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"Recent Articles\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" posts_number=\"1\" include_categories=\"all\" show_thumbnail=\"off\" show_author=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','inherit','closed','closed','','3469-revision-v1','','','2024-11-19 20:05:16','2024-11-19 20:05:16','',3469,'https://staging.amtacshooting.com/?p=3572',0,'revision','',0),
(3573,10,'2024-11-19 20:05:33','2024-11-19 20:05:33','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\" template_type=\"section\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_alignment=\"right\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Instructors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/amtac-shooting-instructors/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"Testimonials \" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/amtac-shooting-testimonials/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"AARS\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/category/press/aar/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"Recent Articles\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/category/knowledge/articles/\" url_new_window=\"on\"][/et_pb_heading][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" posts_number=\"1\" include_categories=\"all\" show_thumbnail=\"off\" show_author=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','inherit','closed','closed','','3469-revision-v1','','','2024-11-19 20:05:33','2024-11-19 20:05:33','',3469,'https://staging.amtacshooting.com/?p=3573',0,'revision','',0),
(3574,10,'2024-11-19 20:05:34','2024-11-19 20:05:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_module=\"3469\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\" da_disable_devices=\"off|off|off\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_alignment=\"right\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Instructors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/amtac-shooting-instructors/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"Testimonials \" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/amtac-shooting-testimonials/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"AARS\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/category/press/aar/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"Recent Articles\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/category/knowledge/articles/\" url_new_window=\"on\"][/et_pb_heading][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" posts_number=\"1\" include_categories=\"all\" show_thumbnail=\"off\" show_author=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','test sidebar','','inherit','closed','closed','','3460-revision-v1','','','2024-11-19 20:05:34','2024-11-19 20:05:34','',3460,'https://staging.amtacshooting.com/?p=3574',0,'revision','',0),
(3575,10,'2024-11-19 20:06:01','2024-11-19 20:06:01','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_module=\"3469\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_alignment=\"right\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Instructors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/amtac-shooting-instructors/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"Testimonials \" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/amtac-shooting-testimonials/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"AARS\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/category/press/aar/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"Recent Articles\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/category/knowledge/articles/\" url_new_window=\"on\"][/et_pb_heading][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" posts_number=\"1\" include_categories=\"all\" show_thumbnail=\"off\" show_author=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','normal sidebar','','publish','closed','closed','','normal-sidebar','','','2024-11-19 20:06:01','2024-11-19 20:06:01','',0,'https://staging.amtacshooting.com/et_pb_layout/normal-sidebar/',0,'et_pb_layout','',0),
(3577,10,'2024-11-19 20:49:09','2024-11-19 20:49:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_module=\"3469\" saved_tabs=\"all\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_alignment=\"right\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Our Instructors\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/amtac-shooting-instructors/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"Testimonials \" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/amtac-shooting-testimonials/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"AARS\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/category/press/aar/\" url_new_window=\"on\"][/et_pb_heading][et_pb_heading title=\"Recent Articles\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" url=\"https://staging.amtacshooting.com/category/knowledge/articles/\" url_new_window=\"on\"][/et_pb_heading][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" posts_number=\"1\" include_categories=\"all\" show_thumbnail=\"off\" show_author=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][/et_pb_row][/et_pb_section]','normal sidebar','','publish','closed','closed','','normal-sidebar-2','','','2024-11-19 20:49:09','2024-11-19 20:49:09','',0,'https://staging.amtacshooting.com/et_pb_layout/normal-sidebar-2/',0,'et_pb_layout','',0),
(3579,10,'2024-11-19 23:26:33','2024-11-19 23:26:33','{\"body\":{\"post_content\":\"[et_pb_section fb_built=\\\"1\\\" _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" hover_enabled=\\\"0\\\" global_colors_info=\\\"{}\\\" custom_padding=\\\"0px|0px|0px|0px|true|true\\\" module_alignment=\\\"right\\\" custom_margin=\\\"0px|0px|0px|0px|true|true\\\" sticky_enabled=\\\"0\\\" da_is_popup=\\\"off\\\" da_exit_intent=\\\"off\\\" da_has_close=\\\"on\\\" da_alt_close=\\\"off\\\" da_dark_close=\\\"off\\\" da_not_modal=\\\"on\\\" da_is_singular=\\\"off\\\" da_with_loader=\\\"off\\\" da_has_shadow=\\\"on\\\" da_disable_devices=\\\"off|off|off\\\"][et_pb_row _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" column_structure=\\\"1_2,1_2\\\" hover_enabled=\\\"0\\\" sticky_enabled=\\\"0\\\" module_alignment=\\\"right\\\"][et_pb_column _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" type=\\\"1_2\\\"][et_pb_image src=\\\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/uploads\\/2024\\/10\\/hat-close-up.jpg\\\" _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" title_text=\\\"hat-close-up\\\" hover_enabled=\\\"0\\\" sticky_enabled=\\\"0\\\"][\\/et_pb_image][\\/et_pb_column][et_pb_column _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" type=\\\"1_2\\\"][\\/et_pb_column][\\/et_pb_row][et_pb_row _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" column_structure=\\\"1_2,1_2\\\" module_alignment=\\\"right\\\" hover_enabled=\\\"0\\\" sticky_enabled=\\\"0\\\"][et_pb_column _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" type=\\\"1_2\\\"][et_pb_image src=\\\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/uploads\\/2024\\/10\\/Four-Blade-Lineup.jpg\\\" _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" hover_enabled=\\\"0\\\" sticky_enabled=\\\"0\\\" title_text=\\\"Four Blade Lineup\\\"][\\/et_pb_image][\\/et_pb_column][et_pb_column _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" type=\\\"1_2\\\"][et_pb_text _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" hover_enabled=\\\"0\\\" sticky_enabled=\\\"0\\\"]Blades[\\/et_pb_text][\\/et_pb_column][\\/et_pb_row][et_pb_row _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" column_structure=\\\"1_2,1_2\\\" hover_enabled=\\\"0\\\" sticky_enabled=\\\"0\\\" module_alignment=\\\"right\\\"][et_pb_column _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" type=\\\"1_2\\\"][et_pb_image src=\\\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/uploads\\/2024\\/10\\/teaching.jpg\\\" _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" title_text=\\\"teaching\\\" hover_enabled=\\\"0\\\" sticky_enabled=\\\"0\\\"][\\/et_pb_image][\\/et_pb_column][et_pb_column _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" type=\\\"1_2\\\"][\\/et_pb_column][\\/et_pb_row][et_pb_row _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" column_structure=\\\"1_2,1_2\\\" module_alignment=\\\"right\\\" hover_enabled=\\\"0\\\" sticky_enabled=\\\"0\\\"][et_pb_column _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" type=\\\"1_2\\\"][et_pb_image src=\\\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/uploads\\/2024\\/10\\/gear.jpg\\\" _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" title_text=\\\"gear\\\" hover_enabled=\\\"0\\\" sticky_enabled=\\\"0\\\"][\\/et_pb_image][\\/et_pb_column][et_pb_column _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" type=\\\"1_2\\\"][\\/et_pb_column][\\/et_pb_row][et_pb_row _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" column_structure=\\\"1_2,1_2\\\" module_alignment=\\\"right\\\" hover_enabled=\\\"0\\\" sticky_enabled=\\\"0\\\"][et_pb_column _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" type=\\\"1_2\\\"][et_pb_image src=\\\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/uploads\\/2024\\/10\\/teaching.jpg\\\" _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" title_text=\\\"teaching\\\" hover_enabled=\\\"0\\\" sticky_enabled=\\\"0\\\"][\\/et_pb_image][\\/et_pb_column][et_pb_column _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" type=\\\"1_2\\\"][\\/et_pb_column][\\/et_pb_row][et_pb_row _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" column_structure=\\\"1_2,1_2\\\" module_alignment=\\\"right\\\" hover_enabled=\\\"0\\\" sticky_enabled=\\\"0\\\"][et_pb_column _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" type=\\\"1_2\\\"][et_pb_image src=\\\"https:\\/\\/staging.amtacshooting.com\\/wp-content\\/uploads\\/2024\\/10\\/teaching.jpg\\\" _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" hover_enabled=\\\"0\\\" sticky_enabled=\\\"0\\\" title_text=\\\"teaching\\\"][\\/et_pb_image][\\/et_pb_column][et_pb_column _builder_version=\\\"4.27.2\\\" _module_preset=\\\"default\\\" type=\\\"1_2\\\"][\\/et_pb_column][\\/et_pb_row][\\/et_pb_section]\",\"post_meta\":[{\"key\":\"_et_pb_use_builder\",\"value\":\"on\"},{\"key\":\"_et_pb_show_page_creation\",\"value\":\"off\"},{\"key\":\"_et_pb_built_for_post_type\",\"value\":\"page\"},{\"key\":\"_et_pb_enable_shortcode_tracking\",\"value\":\"\"},{\"key\":\"_et_pb_custom_css\",\"value\":\"\"},{\"key\":\"_et_pb_gutter_width\",\"value\":\"3\"},{\"key\":\"_et_pb_first_image\",\"value\":\"\"},{\"key\":\"_et_pb_truncate_post\",\"value\":\"\"},{\"key\":\"_et_pb_truncate_post_date\",\"value\":\"\"},{\"key\":\"_et_builder_version\",\"value\":\"VB|Divi|4.27.2\"}]}}','shop sidebar','','publish','closed','closed','','shop-sidebar','','','2024-11-19 23:26:33','2024-11-19 23:26:33','',0,'https://staging.amtacshooting.com/et_tb_item/shop-sidebar/',0,'et_tb_item','',0),
(3582,10,'2024-11-19 23:56:34','2024-11-19 23:56:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row column_structure=\"3_5,1_5,1_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"93%\" max_width=\"2560px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" use_custom_gutter=\"on\" gutter_width=\"2\"][et_pb_column type=\"3_5\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg\" title_text=\"hat-close-up\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" module_alignment=\"center\" sticky_enabled=\"0\" width=\"150px\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/Four-Blade-Lineup.jpg\" title_text=\"Four Blade Lineup\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" title_text=\"teaching\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/gear.jpg\" title_text=\"gear\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" title_text=\"teaching\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" title_text=\"teaching\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_image][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_5\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]Blades[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-11-19 23:56:34','2024-11-19 23:56:34','',13,'https://staging.amtacshooting.com/?p=3582',0,'revision','',0),
(3584,10,'2024-11-20 01:05:26','2024-11-20 01:05:26','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row column_structure=\"3_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"93%\" max_width=\"2560px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_position=\"top\" sticky_transition=\"off\" sticky_enabled=\"0\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg\" title_text=\"hat-close-up\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"130px\" module_alignment=\"right\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_margin=\"10px|0px|10px||true|false\" custom_padding=\"|0px|||false|false\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/Four-Blade-Lineup.jpg\" title_text=\"Four Blade Lineup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" width=\"130px\" module_alignment=\"right\" custom_margin=\"10px|0px|10px||true|false\" custom_padding=\"|0px|||false|false\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" title_text=\"teaching\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" width=\"130px\" module_alignment=\"right\" custom_margin=\"10px|0px|10px||true|false\" custom_padding=\"|0px|||false|false\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/gear.jpg\" title_text=\"gear\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" width=\"130px\" module_alignment=\"right\" custom_margin=\"10px|0px|10px||true|false\" custom_padding=\"|0px|||false|false\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" title_text=\"teaching\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" width=\"130px\" module_alignment=\"right\" custom_margin=\"10px|0px|10px||true|false\" custom_padding=\"|0px|||false|false\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" title_text=\"teaching\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" width=\"130px\" module_alignment=\"right\" custom_margin=\"10px|0px|10px||true|false\" custom_padding=\"|0px|||false|false\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_position=\"top\" sticky_transition=\"off\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]Blades[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-11-20 01:05:26','2024-11-20 01:05:26','',13,'https://staging.amtacshooting.com/?p=3584',0,'revision','',0),
(3585,10,'2024-11-20 01:32:39','2024-11-20 01:32:39','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row column_structure=\"3_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"93%\" max_width=\"2560px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" width=\"100%\" sticky_enabled=\"0\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" sticky_position=\"top\" sticky_transition=\"off\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg\" title_text=\"hat-close-up\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"130px\" module_alignment=\"right\" custom_margin=\"10px|0px|10px|0px|true|true\" custom_padding=\"|0px||0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" align=\"right\" sticky_enabled=\"0\" sticky_position=\"top\" sticky_transition=\"off\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/Four-Blade-Lineup.jpg\" title_text=\"hat-close-up\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"130px\" module_alignment=\"right\" custom_margin=\"10px|0px|10px|0px|true|true\" custom_padding=\"|0px||0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" align=\"right\" sticky_position=\"top\" sticky_transition=\"off\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" title_text=\"hat-close-up\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"130px\" module_alignment=\"right\" custom_margin=\"10px|0px|10px|0px|true|true\" custom_padding=\"|0px||0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" align=\"right\" sticky_position=\"top\" sticky_transition=\"off\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/gear.jpg\" title_text=\"hat-close-up\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"130px\" module_alignment=\"right\" custom_margin=\"10px|0px|10px|0px|true|true\" custom_padding=\"|0px||0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" align=\"right\" sticky_position=\"top\" sticky_transition=\"off\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" title_text=\"hat-close-up\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"130px\" module_alignment=\"right\" custom_margin=\"10px|0px|10px|0px|true|true\" custom_padding=\"|0px||0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" align=\"right\" sticky_position=\"top\" sticky_transition=\"off\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" title_text=\"hat-close-up\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"130px\" module_alignment=\"right\" custom_margin=\"10px|0px|10px|0px|true|true\" custom_padding=\"|0px||0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" align=\"right\" sticky_position=\"top\" sticky_transition=\"off\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" sticky_position=\"top\" sticky_transition=\"off\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" module_alignment=\"center\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"|0px||0px|false|true\"]<p>Blades</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-11-20 01:32:39','2024-11-20 01:32:39','',13,'https://staging.amtacshooting.com/?p=3585',0,'revision','',0),
(3586,10,'2024-11-21 22:53:46','2024-11-21 22:53:46','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row column_structure=\"3_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"93%\" max_width=\"2560px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" sticky_position=\"bottom\" sticky_transition=\"off\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg\" title_text=\"hat-close-up\" align=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"115px\" module_alignment=\"right\" custom_margin=\"5px|0px|5px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/Four-Blade-Lineup.jpg\" title_text=\"hat-close-up\" align=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"115px\" module_alignment=\"right\" custom_margin=\"5px|0px|5px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" title_text=\"hat-close-up\" align=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"115px\" module_alignment=\"right\" custom_margin=\"5px|0px|5px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/gear.jpg\" title_text=\"hat-close-up\" align=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"115px\" module_alignment=\"right\" custom_margin=\"5px|0px|5px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" title_text=\"hat-close-up\" align=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"115px\" module_alignment=\"right\" custom_margin=\"5px|0px|5px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" title_text=\"hat-close-up\" align=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"115px\" module_alignment=\"right\" custom_margin=\"5px|0px|5px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" sticky_position=\"bottom\" sticky_transition=\"off\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"|0px||0px|false|true\" global_colors_info=\"{}\"]<p>Blades</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-11-21 22:53:46','2024-11-21 22:53:46','',13,'https://staging.amtacshooting.com/?p=3586',0,'revision','',0),
(3588,10,'2024-11-21 22:58:25','2024-11-21 22:58:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row column_structure=\"3_5,1_5,1_5\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"93%\" max_width=\"2560px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" sticky_position=\"bottom\" sticky_transition=\"off\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg\" title_text=\"hat-close-up\" align=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"115px\" module_alignment=\"right\" custom_margin=\"5px|0px|5px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/Four-Blade-Lineup.jpg\" title_text=\"hat-close-up\" align=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"115px\" module_alignment=\"right\" custom_margin=\"5px|0px|5px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" title_text=\"hat-close-up\" align=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"115px\" module_alignment=\"right\" custom_margin=\"5px|0px|5px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/gear.jpg\" title_text=\"hat-close-up\" align=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"115px\" module_alignment=\"right\" custom_margin=\"5px|0px|5px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" title_text=\"hat-close-up\" align=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"115px\" module_alignment=\"right\" custom_margin=\"5px|0px|5px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_image][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg\" title_text=\"hat-close-up\" align=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"115px\" module_alignment=\"right\" custom_margin=\"5px|0px|5px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" sticky_position=\"bottom\" sticky_transition=\"off\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"|0px||0px|false|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>Aparal</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://staging.amtacshooting.com/?page_id=3493\" link_option_url_new_window=\"on\" hover_enabled=\"0\" sticky_enabled=\"0\"]Blades[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-11-21 22:58:25','2024-11-21 22:58:25','',13,'https://staging.amtacshooting.com/?p=3588',0,'revision','',0),
(3589,10,'2024-12-03 23:04:39','2024-12-03 23:04:39','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display module_css_class=\"#popup-1\" show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<script id=\"timely_script\" class=\"timely-script\" src=\"https://events.timely.fun/embed.js\" data-src=\"https://events.timely.fun/jnbqca4j\" data-max-height=\"0\" ></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-03 23:04:39','2024-12-03 23:04:39','',81,'https://staging.amtacshooting.com/?p=3589',0,'revision','',0),
(3592,3,'2024-12-04 23:03:46','2024-12-04 23:03:46','<!-- wp:divi/placeholder -->\n[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]<div id=\"pl-81\"  class=\"panel-layout\" >\n<div id=\"pg-81-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;25px&quot;,&quot;bottom-padding&quot;:&quot;25px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" >\n<div style=\"padding-top: 25px; padding-bottom: 25px; \" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-0\" >\n<div id=\"pgc-81-0-0\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.5\" >\n<div id=\"panel-81-0-0-0\" class=\"so-panel widget widget_athemes_image athemes_image_widget panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" >\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-0-0-0\" >[siteorigin_widget class=\"Athemes_Image\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;image_uri&quot;:&quot;http://www.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg&quot;,&quot;link&quot;:&quot;&quot;,&quot;id&quot;:&quot;athemes_image-8110000&quot;,&quot;option_name&quot;:&quot;widget_athemes_image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-81-0-0-0&quot; class=&quot;so-panel widget widget_athemes_image athemes_image_widget panel-first-child panel-last-child&quot; data-index=&quot;0&quot; data-style=&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}&quot; &gt;&lt;div style=&quot;text-align: left;&quot; data-title-color=&quot;#2d3142&quot; data-headings-color=&quot;#2d3142&quot; class=&quot;panel-widget-style panel-widget-style-for-81-0-0-0&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n</div>\n<div id=\"pgc-81-0-1\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"0.5\" >\n<div id=\"panel-81-0-1-0\" class=\"so-panel widget widget_strong-testimonials-view-widget strong-testimonials-view-widget panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" >\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-0-1-0\" >[siteorigin_widget class=\"Strong_Testimonials_View_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;text&quot;:&quot;&quot;,&quot;filter&quot;:false,&quot;view&quot;:&quot;1&quot;,&quot;id&quot;:&quot;strong-testimonials-view-widget-8110001&quot;,&quot;option_name&quot;:&quot;widget_strong-testimonials-view-widget&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-81-0-1-0&quot; class=&quot;so-panel widget widget_strong-testimonials-view-widget strong-testimonials-view-widget panel-first-child panel-last-child&quot; data-index=&quot;1&quot; data-style=&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}&quot; &gt;&lt;div style=&quot;text-align: left;&quot; data-title-color=&quot;#2d3142&quot; data-headings-color=&quot;#2d3142&quot; class=&quot;panel-widget-style panel-widget-style-for-81-0-1-0&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-81-1\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;mobile_padding&quot;:&quot;25px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;100px&quot;,&quot;bottom-padding&quot;:&quot;0px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" >\n<div style=\"padding-top: 100px; padding-bottom: 0px; \" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-1\" >\n<div id=\"pgc-81-1-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" >\n<div id=\"panel-81-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" >\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-1-0-0\" >\n<div class=\"textwidget\">\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n\n<img class=\"wp-image-811 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" alt=\"\" width=\"300\" height=\"225\" />\n\n</div>\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n\n<img class=\"wp-image-815 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching.jpg\" alt=\"\" width=\"300\" height=\"225\" />\n\n</div>\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n\n<img class=\"wp-image-816 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill.jpg\" alt=\"\" width=\"300\" height=\"225\" />\n\n</div>\n\n<hr style=\"clear: both; visibility: hidden;\" />\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-81-2\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;10px&quot;,&quot;bottom-padding&quot;:&quot;50px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\"  data-ratio=\"0.5\"  data-ratio-direction=\"left\"  data-color-label=\"4\" >\n<div style=\"padding-top: 10px; padding-bottom: 50px; \" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-2\" >\n<div id=\"pgc-81-2-0\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;#cccccc&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"1\" >\n<div class=\"panel-cell-style panel-cell-style-for-81-2-0\" >\n<div id=\"panel-81-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;padding&quot;:&quot;10px 10px 10px 10px&quot;,&quot;mobile_padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" >\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-2-0-0\" >\n<div class=\"textwidget\">\n\nAmtac Shooting&#8217;s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.\n\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-81-3\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;30px&quot;,&quot;bottom-padding&quot;:&quot;30px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" >\n<div style=\"padding-top: 30px; padding-bottom: 30px; \" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-3\" >\n<div id=\"pgc-81-3-0\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"1\" >\n<div id=\"panel-81-3-0-0\" class=\"so-panel widget widget_evcalwidget_sc EvcalWidget_SC panel-first-child\" data-index=\"4\" data-style=\"{&quot;padding&quot;:&quot;15px 15px 15px 15px&quot;,&quot;mobile_padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" >\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-3-0-0\" >[siteorigin_widget class=\"EvcalWidget_SC\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;evo_title&quot;:&quot;Upcoming Courses&quot;,&quot;evo_shortcodeW&quot;:&quot;[add_eventon_list number_of_months=&quot;24&quot; hide_empty_months=&quot;yes&quot;  hide_past=&quot;yes&quot; show_year=&quot;yes&quot; tiles=&quot;yes&quot; tile_bg=&quot;1&quot; tile_style=&quot;1&quot; tile_height=&quot;350&quot; tile_count=&quot;2&quot;]&quot;,&quot;id&quot;:&quot;evcalwidget_sc-8110004&quot;,&quot;option_name&quot;:&quot;widget_evcalwidget_sc&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-81-3-0-0&quot; class=&quot;so-panel widget widget_evcalwidget_sc EvcalWidget_SC panel-first-child&quot; data-index=&quot;4&quot; data-style=&quot;{&amp;quot;padding&amp;quot;:&amp;quot;15px 15px 15px 15px&amp;quot;,&amp;quot;mobile_padding&amp;quot;:&amp;quot;5px 5px 5px 5px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}&quot; &gt;&lt;div style=&quot;text-align: left;&quot; data-title-color=&quot;#2d3142&quot; data-headings-color=&quot;#2d3142&quot; class=&quot;panel-widget-style panel-widget-style-for-81-3-0-0&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n<div id=\"panel-81-3-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" >\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-3-0-1\" >\n<h3 class=\"widget-title\">Articles</h3>\n<div class=\"textwidget\">\n<div class=\"grid-plus-container grid-5bd521ec3b154 post \"\n     id=\"5bd521ec3b154\"\n     data-grid-name=\"Primary\"\n     data-animation=\"fadeInUp\">\n<div class=\"grid-stack-container grid-plus-inner\"\n         data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"\n         data-grid-id=\"5adf90cc53c11\"\n         data-current-category=\"2\"\n         data-section-id=\"5bd521ec3b154\"\n         data-gutter=\"20\"\n         data-columns=\"3\"\n         data-height-ratio=\"1\"\n         data-width-ratio=\"1\"\n         data-desktop-columns=\"3\"\n         data-tablet-columns=\"2\"\n         data-mobile-columns=\"1\"\n         data-layout-type=\"grid\"\n         data-fix-item-height=\"false\"\n         data-nonce=\"d3884094c0\"\n    >\n<div class=\"grid-stack grid-stack-3\" data-layout=\"grid\"\n             style=\"height: 3400px\"></div>\n<div class=\"grid-items\">\n<div class=\"item\" data-gs-x=\"0\"\n                     data-gs-y=\"0\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"57\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"0\"\n                     data-desktop-gs-y=\"0\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"57\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"2247\"\n                     data-image-height=\"1998\"\n                >\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/crosses-800x999.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/crosses-800x999.jpg\" alt=\"Primary Philosophy\" >\n<div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/primary-philosophy/\" title=\"Primary Philosophy\"></a>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/primary-philosophy/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n<a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/crosses.jpg\" class=\"view-gallery\" data-post-id=\"25\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/primary-philosophy/\" title=\"Primary Philosophy\">Primary Philosophy</a></div>\n<div class=\"excerpt\">I am a Christian. As I started thinking about what the first topic would be that I would write about, I considered writing about proper mindset or the importance of fitness in tactical training or even my primary training philosophy, &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/primary-philosophy/&quot;&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"grid-plus-container grid-5bd521ec3d2ae post \"\n     id=\"5bd521ec3d2ae\"\n     data-grid-name=\"Recent\"\n     data-animation=\"fadeInUp\">\n<div class=\"grid-stack-container grid-plus-inner\"\n         data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"\n         data-grid-id=\"5adf53e753c88\"\n         data-current-category=\"35,2,36\"\n         data-section-id=\"5bd521ec3d2ae\"\n         data-gutter=\"20\"\n         data-columns=\"3\"\n         data-height-ratio=\"1\"\n         data-width-ratio=\"1\"\n         data-desktop-columns=\"3\"\n         data-tablet-columns=\"2\"\n         data-mobile-columns=\"1\"\n         data-layout-type=\"grid\"\n         data-fix-item-height=\"false\"\n         data-nonce=\"d3884094c0\"\n    >\n<div class=\"grid-stack grid-stack-3\" data-layout=\"grid\"\n             style=\"height: 3490px\"></div>\n<div class=\"grid-items\">\n<div class=\"item\" data-gs-x=\"0\"\n                     data-gs-y=\"0\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"0\"\n                     data-desktop-gs-y=\"0\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"1865\"\n                     data-image-height=\"2487\"\n                >\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg\" alt=\"The Modern Minute Man and Other Standards\" >\n<div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\" title=\"The Modern Minute Man and Other Standards\"></a>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n<a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg\" class=\"view-gallery\" data-post-id=\"1125\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\" title=\"The Modern Minute Man and Other Standards\">The Modern Minute Man and Other Standards</a></div>\n<div class=\"excerpt\">&nbsp; For the last two years I have done the Sniper Adventure Challenge Race.  It has been a great way for me to have a goal to train for and to keep pushing the boundaries with training, fitness, shooting and &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/&quot;&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"1\"\n                     data-gs-y=\"0\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"1\"\n                     data-desktop-gs-y=\"0\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"768\"\n                     data-image-height=\"576\"\n                >\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\" alt=\"Getting into Precision Rifle Shooting\" >\n<div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/precision-rifle-options/\" title=\"Getting into Precision Rifle Shooting\"></a>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/precision-rifle-options/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n<a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\" class=\"view-gallery\" data-post-id=\"346\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/precision-rifle-options/\" title=\"Getting into Precision Rifle Shooting\">Getting into Precision Rifle Shooting</a></div>\n<div class=\"excerpt\">This is a primer for guys that are interested in getting into precision rifle shooting.  For the sake of this article I am going to define precision rifle shooting as anything over 600 yards. We will look at the options &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/precision-rifle-options/&quot;&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"2\"\n                     data-gs-y=\"0\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"2\"\n                     data-desktop-gs-y=\"0\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"1979\"\n                     data-image-height=\"1319\"\n                >\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\" alt=\"Food and Fitness\" >\n<div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/food-fitness/\" title=\"Food and Fitness\"></a>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/food-fitness/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n<a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\" class=\"view-gallery\" data-post-id=\"626\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/food-fitness/\" title=\"Food and Fitness\">Food and Fitness</a></div>\n<div class=\"excerpt\">&nbsp; Anyone that has trained with me knows the emphasis that I put on fitness. If you are not in good shape is is much more difficult to sprint up two flights of stairs, then across a parking lot and &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/food-fitness/&quot;&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"0\"\n                     data-gs-y=\"39\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"0\"\n                     data-desktop-gs-y=\"39\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"3790\"\n                     data-image-height=\"2136\"\n                >\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\" alt=\"Review of FLIR Thermosight Pro PTS233\" >\n<div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\" title=\"Review of FLIR Thermosight Pro PTS233\"></a>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n<a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\" class=\"view-gallery\" data-post-id=\"358\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\" title=\"Review of FLIR Thermosight Pro PTS233\">Review of FLIR Thermosight Pro PTS233</a></div>\n<div class=\"excerpt\">I don&#8217;t normally get very excited about new gear.  This thermal weapons sight changed that, not because it is better than anything else out there but because it brings a useful thermal sight into working man&#8217;s prices. It is still &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/&quot;&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"1\"\n                     data-gs-y=\"39\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"1\"\n                     data-desktop-gs-y=\"39\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"1024\"\n                     data-image-height=\"769\"\n                >\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\" alt=\"What Matters Most in a Carbine\" >\n<div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\" title=\"What Matters Most in a Carbine\"></a>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n<a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\" class=\"view-gallery\" data-post-id=\"29\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\" title=\"What Matters Most in a Carbine\">What Matters Most in a Carbine</a></div>\n<div class=\"excerpt\">  &nbsp; Where do you start and what should you get for your carbine? AR15 style rifles are more available and cheaper than they ever have been. There are also many more options/ brands than there have ever been. The &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/what-to-look-for-in-a-carbine/&quot;&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"2\"\n                     data-gs-y=\"39\"\n                     data-gs-width=\"1\"\n                     data-gs-height=\"39\"\n                     data-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-desktop-gs-x=\"2\"\n                     data-desktop-gs-y=\"39\"\n                     data-desktop-gs-width=\"1\"\n                     data-desktop-gs-height=\"39\"\n                     data-desktop-skin=\"thumbnail-icon-title-excerpt\"\n\n                     data-image-width=\"5198\"\n                     data-image-height=\"3465\"\n                >\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\">\n                    <img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\" alt=\"Differentiating Between a Coordinated and Uncoordinated Attack\" >\n<div class=\"hover-outer transition-30\">\n                            <a href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\" title=\"Differentiating Between a Coordinated and Uncoordinated Attack\"></a>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\">\n                                            <a href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\" class=\"view-detail\" ><i class=\"fa fa-link\"></i></a>\n<a href=\"javascript:;\" data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\" class=\"view-gallery\" data-post-id=\"27\"\n                       data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\">\n                                    <a href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\" title=\"Differentiating Between a Coordinated and Uncoordinated Attack\">Differentiating Between a Coordinated and Uncoordinated Attack</a></div>\n<div class=\"excerpt\">How will you respond? How will you respond if you are the first, second, or third officer responding to an active shooter situation? The majority of the school shootings/ active shooter events in the United States have been carried out &lt;a class=&quot;read-more&quot; href=&quot;https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/&quot;&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-81-4\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;100px&quot;,&quot;bottom-padding&quot;:&quot;100px&quot;,&quot;mobile-padding&quot;:&quot;50px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\"  data-ratio=\"1\"  data-ratio-direction=\"right\" >\n<div style=\"padding-top: 100px; padding-bottom: 100px; \" data-mobile-padding=\"50px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-4\" >\n<div id=\"pgc-81-4-0\"  class=\"panel-grid-cell\"  data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\"  data-weight=\"1\" >\n<div id=\"panel-81-4-0-0\" class=\"so-panel widget widget_convertkit_form convertkit panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" >\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-4-0-0\" >[siteorigin_widget class=\"CK_Widget_Form\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;form&quot;:&quot;423396&quot;,&quot;id&quot;:&quot;convertkit_form-8110006&quot;,&quot;option_name&quot;:&quot;widget_convertkit_form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-81-4-0-0&quot; class=&quot;so-panel widget widget_convertkit_form convertkit panel-first-child panel-last-child&quot; data-index=&quot;6&quot; data-style=&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}&quot; &gt;&lt;div style=&quot;text-align: left;&quot; data-title-color=&quot;#2d3142&quot; data-headings-color=&quot;#2d3142&quot; class=&quot;panel-widget-style panel-widget-style-for-81-4-0-0&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n</div>\n</div>\n</div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-04 23:03:46','2024-12-04 23:03:46','',81,'https://staging.amtacshooting.com/?p=3592',0,'revision','',0),
(3594,3,'2024-12-04 23:18:48','2024-12-04 23:18:48','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<div id=\"pl-81\" class=\"panel-layout\">\n<div id=\"pg-81-0\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;25px&quot;,&quot;bottom-padding&quot;:&quot;25px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\">\n<div style=\"padding-top: 25px; padding-bottom: 25px;\" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-0\">\n<div id=\"pgc-81-0-0\" class=\"panel-grid-cell\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\" data-weight=\"0.5\">\n<div id=\"panel-81-0-0-0\" class=\"so-panel widget widget_athemes_image athemes_image_widget panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\">\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-0-0-0\">[siteorigin_widget class=\"Athemes_Image\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;image_uri&quot;:&quot;http://www.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg&quot;,&quot;link&quot;:&quot;&quot;,&quot;id&quot;:&quot;athemes_image-8110000&quot;,&quot;option_name&quot;:&quot;widget_athemes_image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-81-0-0-0&quot; class=&quot;so-panel widget widget_athemes_image athemes_image_widget panel-first-child panel-last-child&quot; data-index=&quot;0&quot; data-style=&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}&quot; &gt;&lt;div style=&quot;text-align: left;&quot; data-title-color=&quot;#2d3142&quot; data-headings-color=&quot;#2d3142&quot; class=&quot;panel-widget-style panel-widget-style-for-81-0-0-0&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n</div>\n<div id=\"pgc-81-0-1\" class=\"panel-grid-cell\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\" data-weight=\"0.5\">\n<div id=\"panel-81-0-1-0\" class=\"so-panel widget widget_strong-testimonials-view-widget strong-testimonials-view-widget panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\">\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-0-1-0\">[siteorigin_widget class=\"Strong_Testimonials_View_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;text&quot;:&quot;&quot;,&quot;filter&quot;:false,&quot;view&quot;:&quot;1&quot;,&quot;id&quot;:&quot;strong-testimonials-view-widget-8110001&quot;,&quot;option_name&quot;:&quot;widget_strong-testimonials-view-widget&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-81-0-1-0&quot; class=&quot;so-panel widget widget_strong-testimonials-view-widget strong-testimonials-view-widget panel-first-child panel-last-child&quot; data-index=&quot;1&quot; data-style=&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}&quot; &gt;&lt;div style=&quot;text-align: left;&quot; data-title-color=&quot;#2d3142&quot; data-headings-color=&quot;#2d3142&quot; class=&quot;panel-widget-style panel-widget-style-for-81-0-1-0&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-81-1\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;mobile_padding&quot;:&quot;25px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;100px&quot;,&quot;bottom-padding&quot;:&quot;0px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" data-ratio=\"1\" data-ratio-direction=\"right\">\n<div style=\"padding-top: 100px; padding-bottom: 0px;\" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-1\">\n<div id=\"pgc-81-1-0\" class=\"panel-grid-cell\" data-weight=\"1\">\n<div id=\"panel-81-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\">\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-1-0-0\">\n<div class=\"textwidget\">\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n<p><img class=\"wp-image-811 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" alt=\"\" width=\"300\" height=\"225\" /></p>\n</div>\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n<p><img class=\"wp-image-815 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching.jpg\" alt=\"\" width=\"300\" height=\"225\" /></p>\n</div>\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n<p><img class=\"wp-image-816 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill.jpg\" alt=\"\" width=\"300\" height=\"225\" /></p>\n</div>\n<hr style=\"clear: both; visibility: hidden;\" /></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-81-2\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;10px&quot;,&quot;bottom-padding&quot;:&quot;50px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" data-ratio=\"0.5\" data-ratio-direction=\"left\" data-color-label=\"4\">\n<div style=\"padding-top: 10px; padding-bottom: 50px;\" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-2\">\n<div id=\"pgc-81-2-0\" class=\"panel-grid-cell\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;#cccccc&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\" data-weight=\"1\">\n<div class=\"panel-cell-style panel-cell-style-for-81-2-0\">\n<div id=\"panel-81-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;padding&quot;:&quot;10px 10px 10px 10px&quot;,&quot;mobile_padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\">\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-2-0-0\">\n<div class=\"textwidget\">\n<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>\n<p>&nbsp;</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-81-3\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;30px&quot;,&quot;bottom-padding&quot;:&quot;30px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" data-ratio=\"1\" data-ratio-direction=\"right\">\n<div style=\"padding-top: 30px; padding-bottom: 30px;\" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-3\">\n<div id=\"pgc-81-3-0\" class=\"panel-grid-cell\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\" data-weight=\"1\">\n<div id=\"panel-81-3-0-0\" class=\"so-panel widget widget_evcalwidget_sc EvcalWidget_SC panel-first-child\" data-index=\"4\" data-style=\"{&quot;padding&quot;:&quot;15px 15px 15px 15px&quot;,&quot;mobile_padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\">\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-3-0-0\">[siteorigin_widget class=\"EvcalWidget_SC\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;evo_title&quot;:&quot;Upcoming Courses&quot;,&quot;evo_shortcodeW&quot;:&quot;[add_eventon_list number_of_months=&quot;24&quot; hide_empty_months=&quot;yes&quot;  hide_past=&quot;yes&quot; show_year=&quot;yes&quot; tiles=&quot;yes&quot; tile_bg=&quot;1&quot; tile_style=&quot;1&quot; tile_height=&quot;350&quot; tile_count=&quot;2&quot;]&quot;,&quot;id&quot;:&quot;evcalwidget_sc-8110004&quot;,&quot;option_name&quot;:&quot;widget_evcalwidget_sc&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-81-3-0-0&quot; class=&quot;so-panel widget widget_evcalwidget_sc EvcalWidget_SC panel-first-child&quot; data-index=&quot;4&quot; data-style=&quot;{&amp;quot;padding&amp;quot;:&amp;quot;15px 15px 15px 15px&amp;quot;,&amp;quot;mobile_padding&amp;quot;:&amp;quot;5px 5px 5px 5px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}&quot; &gt;&lt;div style=&quot;text-align: left;&quot; data-title-color=&quot;#2d3142&quot; data-headings-color=&quot;#2d3142&quot; class=&quot;panel-widget-style panel-widget-style-for-81-3-0-0&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n<div id=\"panel-81-3-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\">\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-3-0-1\">\n<h3 class=\"widget-title\">Articles</h3>\n<div class=\"textwidget\">\n<div class=\"grid-plus-container grid-5bd521ec3b154 post \" id=\"5bd521ec3b154\" data-grid-name=\"Primary\" data-animation=\"fadeInUp\">\n<div class=\"grid-stack-container grid-plus-inner\" data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\" data-grid-id=\"5adf90cc53c11\" data-current-category=\"2\" data-section-id=\"5bd521ec3b154\" data-gutter=\"20\" data-columns=\"3\" data-height-ratio=\"1\" data-width-ratio=\"1\" data-desktop-columns=\"3\" data-tablet-columns=\"2\" data-mobile-columns=\"1\" data-layout-type=\"grid\" data-fix-item-height=\"false\" data-nonce=\"d3884094c0\">\n<div class=\"grid-stack grid-stack-3\" data-layout=\"grid\" style=\"height: 3400px;\"></div>\n<div class=\"grid-items\">\n<div class=\"item\" data-gs-x=\"0\" data-gs-y=\"0\" data-gs-width=\"1\" data-gs-height=\"57\" data-skin=\"thumbnail-icon-title-excerpt\" data-desktop-gs-x=\"0\" data-desktop-gs-y=\"0\" data-desktop-gs-width=\"1\" data-desktop-gs-height=\"57\" data-desktop-skin=\"thumbnail-icon-title-excerpt\" data-image-width=\"2247\" data-image-height=\"1998\">\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/crosses-800x999.jpg\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/crosses-800x999.jpg\" alt=\"Primary Philosophy\" />\n<p>&nbsp;</p>\n<div class=\"hover-outer transition-30\"><a href=\"https://www.amtacshooting.com/primary-philosophy/\" title=\"Primary Philosophy\"></a>\n<p>&nbsp;</p>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\"><a href=\"https://www.amtacshooting.com/primary-philosophy/\" class=\"view-detail\"><i class=\"fa fa-link\"></i></a><br /><a data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/crosses.jpg\" class=\"view-gallery\" data-post-id=\"25\" data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\"><a href=\"https://www.amtacshooting.com/primary-philosophy/\" title=\"Primary Philosophy\">Primary Philosophy</a></div>\n<div class=\"excerpt\">I am a Christian. As I started thinking about what the first topic would be that I would write about, I considered writing about proper mindset or the importance of fitness in tactical training or even my primary training philosophy, &lt;a class=\"read-more\" href=\"https://www.amtacshooting.com/primary-philosophy/\"&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"grid-plus-container grid-5bd521ec3d2ae post \" id=\"5bd521ec3d2ae\" data-grid-name=\"Recent\" data-animation=\"fadeInUp\">\n<div class=\"grid-stack-container grid-plus-inner\" data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\" data-grid-id=\"5adf53e753c88\" data-current-category=\"35,2,36\" data-section-id=\"5bd521ec3d2ae\" data-gutter=\"20\" data-columns=\"3\" data-height-ratio=\"1\" data-width-ratio=\"1\" data-desktop-columns=\"3\" data-tablet-columns=\"2\" data-mobile-columns=\"1\" data-layout-type=\"grid\" data-fix-item-height=\"false\" data-nonce=\"d3884094c0\">\n<div class=\"grid-stack grid-stack-3\" data-layout=\"grid\" style=\"height: 3490px;\"></div>\n<div class=\"grid-items\">\n<div class=\"item\" data-gs-x=\"0\" data-gs-y=\"0\" data-gs-width=\"1\" data-gs-height=\"39\" data-skin=\"thumbnail-icon-title-excerpt\" data-desktop-gs-x=\"0\" data-desktop-gs-y=\"0\" data-desktop-gs-width=\"1\" data-desktop-gs-height=\"39\" data-desktop-skin=\"thumbnail-icon-title-excerpt\" data-image-width=\"1865\" data-image-height=\"2487\">\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg\" alt=\"The Modern Minute Man and Other Standards\" />\n<p>&nbsp;</p>\n<div class=\"hover-outer transition-30\"><a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\" title=\"The Modern Minute Man and Other Standards\"></a>\n<p>&nbsp;</p>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\"><a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\" class=\"view-detail\"><i class=\"fa fa-link\"></i></a><br /><a data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg\" class=\"view-gallery\" data-post-id=\"1125\" data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\"><a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\" title=\"The Modern Minute Man and Other Standards\">The Modern Minute Man and Other Standards</a></div>\n<div class=\"excerpt\">  For the last two years I have done the Sniper Adventure Challenge Race.  It has been a great way for me to have a goal to train for and to keep pushing the boundaries with training, fitness, shooting and &lt;a class=\"read-more\" href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\"&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"1\" data-gs-y=\"0\" data-gs-width=\"1\" data-gs-height=\"39\" data-skin=\"thumbnail-icon-title-excerpt\" data-desktop-gs-x=\"1\" data-desktop-gs-y=\"0\" data-desktop-gs-width=\"1\" data-desktop-gs-height=\"39\" data-desktop-skin=\"thumbnail-icon-title-excerpt\" data-image-width=\"768\" data-image-height=\"576\">\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\" alt=\"Getting into Precision Rifle Shooting\" />\n<p>&nbsp;</p>\n<div class=\"hover-outer transition-30\"><a href=\"https://www.amtacshooting.com/precision-rifle-options/\" title=\"Getting into Precision Rifle Shooting\"></a>\n<p>&nbsp;</p>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\"><a href=\"https://www.amtacshooting.com/precision-rifle-options/\" class=\"view-detail\"><i class=\"fa fa-link\"></i></a><br /><a data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\" class=\"view-gallery\" data-post-id=\"346\" data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\"><a href=\"https://www.amtacshooting.com/precision-rifle-options/\" title=\"Getting into Precision Rifle Shooting\">Getting into Precision Rifle Shooting</a></div>\n<div class=\"excerpt\">This is a primer for guys that are interested in getting into precision rifle shooting.  For the sake of this article I am going to define precision rifle shooting as anything over 600 yards. We will look at the options &lt;a class=\"read-more\" href=\"https://www.amtacshooting.com/precision-rifle-options/\"&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"2\" data-gs-y=\"0\" data-gs-width=\"1\" data-gs-height=\"39\" data-skin=\"thumbnail-icon-title-excerpt\" data-desktop-gs-x=\"2\" data-desktop-gs-y=\"0\" data-desktop-gs-width=\"1\" data-desktop-gs-height=\"39\" data-desktop-skin=\"thumbnail-icon-title-excerpt\" data-image-width=\"1979\" data-image-height=\"1319\">\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\" alt=\"Food and Fitness\" />\n<p>&nbsp;</p>\n<div class=\"hover-outer transition-30\"><a href=\"https://www.amtacshooting.com/food-fitness/\" title=\"Food and Fitness\"></a>\n<p>&nbsp;</p>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\"><a href=\"https://www.amtacshooting.com/food-fitness/\" class=\"view-detail\"><i class=\"fa fa-link\"></i></a><br /><a data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\" class=\"view-gallery\" data-post-id=\"626\" data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\"><a href=\"https://www.amtacshooting.com/food-fitness/\" title=\"Food and Fitness\">Food and Fitness</a></div>\n<div class=\"excerpt\">  Anyone that has trained with me knows the emphasis that I put on fitness. If you are not in good shape is is much more difficult to sprint up two flights of stairs, then across a parking lot and &lt;a class=\"read-more\" href=\"https://www.amtacshooting.com/food-fitness/\"&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"0\" data-gs-y=\"39\" data-gs-width=\"1\" data-gs-height=\"39\" data-skin=\"thumbnail-icon-title-excerpt\" data-desktop-gs-x=\"0\" data-desktop-gs-y=\"39\" data-desktop-gs-width=\"1\" data-desktop-gs-height=\"39\" data-desktop-skin=\"thumbnail-icon-title-excerpt\" data-image-width=\"3790\" data-image-height=\"2136\">\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\" alt=\"Review of FLIR Thermosight Pro PTS233\" />\n<p>&nbsp;</p>\n<div class=\"hover-outer transition-30\"><a href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\" title=\"Review of FLIR Thermosight Pro PTS233\"></a>\n<p>&nbsp;</p>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\"><a href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\" class=\"view-detail\"><i class=\"fa fa-link\"></i></a><br /><a data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\" class=\"view-gallery\" data-post-id=\"358\" data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\"><a href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\" title=\"Review of FLIR Thermosight Pro PTS233\">Review of FLIR Thermosight Pro PTS233</a></div>\n<div class=\"excerpt\">I don’t normally get very excited about new gear.  This thermal weapons sight changed that, not because it is better than anything else out there but because it brings a useful thermal sight into working man’s prices. It is still &lt;a class=\"read-more\" href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\"&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"1\" data-gs-y=\"39\" data-gs-width=\"1\" data-gs-height=\"39\" data-skin=\"thumbnail-icon-title-excerpt\" data-desktop-gs-x=\"1\" data-desktop-gs-y=\"39\" data-desktop-gs-width=\"1\" data-desktop-gs-height=\"39\" data-desktop-skin=\"thumbnail-icon-title-excerpt\" data-image-width=\"1024\" data-image-height=\"769\">\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\" alt=\"What Matters Most in a Carbine\" />\n<p>&nbsp;</p>\n<div class=\"hover-outer transition-30\"><a href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\" title=\"What Matters Most in a Carbine\"></a>\n<p>&nbsp;</p>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\"><a href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\" class=\"view-detail\"><i class=\"fa fa-link\"></i></a><br /><a data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\" class=\"view-gallery\" data-post-id=\"29\" data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\"><a href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\" title=\"What Matters Most in a Carbine\">What Matters Most in a Carbine</a></div>\n<div class=\"excerpt\">    Where do you start and what should you get for your carbine? AR15 style rifles are more available and cheaper than they ever have been. There are also many more options/ brands than there have ever been. The &lt;a class=\"read-more\" href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\"&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"2\" data-gs-y=\"39\" data-gs-width=\"1\" data-gs-height=\"39\" data-skin=\"thumbnail-icon-title-excerpt\" data-desktop-gs-x=\"2\" data-desktop-gs-y=\"39\" data-desktop-gs-width=\"1\" data-desktop-gs-height=\"39\" data-desktop-skin=\"thumbnail-icon-title-excerpt\" data-image-width=\"5198\" data-image-height=\"3465\">\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\" alt=\"Differentiating Between a Coordinated and Uncoordinated Attack\" />\n<p>&nbsp;</p>\n<div class=\"hover-outer transition-30\"><a href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\" title=\"Differentiating Between a Coordinated and Uncoordinated Attack\"></a>\n<p>&nbsp;</p>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\"><a href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\" class=\"view-detail\"><i class=\"fa fa-link\"></i></a><br /><a data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\" class=\"view-gallery\" data-post-id=\"27\" data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\"><a href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\" title=\"Differentiating Between a Coordinated and Uncoordinated Attack\">Differentiating Between a Coordinated and Uncoordinated Attack</a></div>\n<div class=\"excerpt\">How will you respond? How will you respond if you are the first, second, or third officer responding to an active shooter situation? The majority of the school shootings/ active shooter events in the United States have been carried out &lt;a class=\"read-more\" href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\"&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-81-4\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;100px&quot;,&quot;bottom-padding&quot;:&quot;100px&quot;,&quot;mobile-padding&quot;:&quot;50px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" data-ratio=\"1\" data-ratio-direction=\"right\">\n<div style=\"padding-top: 100px; padding-bottom: 100px;\" data-mobile-padding=\"50px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-4\">\n<div id=\"pgc-81-4-0\" class=\"panel-grid-cell\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\" data-weight=\"1\">\n<div id=\"panel-81-4-0-0\" class=\"so-panel widget widget_convertkit_form convertkit panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\">\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-4-0-0\">[siteorigin_widget class=\"CK_Widget_Form\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;form&quot;:&quot;423396&quot;,&quot;id&quot;:&quot;convertkit_form-8110006&quot;,&quot;option_name&quot;:&quot;widget_convertkit_form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-81-4-0-0&quot; class=&quot;so-panel widget widget_convertkit_form convertkit panel-first-child panel-last-child&quot; data-index=&quot;6&quot; data-style=&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}&quot; &gt;&lt;div style=&quot;text-align: left;&quot; data-title-color=&quot;#2d3142&quot; data-headings-color=&quot;#2d3142&quot; class=&quot;panel-widget-style panel-widget-style-for-81-4-0-0&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n</div>\n</div>\n</div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_past=\"past_future_events\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_callout_box=\"off\" excerpt_length=\"1000\" view_more_text=\"Register\" single_event_page_link=\"redirect_link\" whole_event_clickable=\"on\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/amtac_vector_logo_colorcmyk-scaled-1.jpg\" alt=\"Amtac Shooting Logo\" title_text=\"amtac_vector_logo_colorcmyk\" align=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.0\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-04 23:18:48','2024-12-04 23:18:48','',81,'https://staging.amtacshooting.com/?p=3594',0,'revision','',0),
(3595,3,'2024-12-04 23:21:32','2024-12-04 23:21:32','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<div id=\"pl-81\" class=\"panel-layout\">\n<div id=\"pg-81-0\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;25px&quot;,&quot;bottom-padding&quot;:&quot;25px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\">\n<div style=\"padding-top: 25px; padding-bottom: 25px;\" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-0\">\n<div id=\"pgc-81-0-0\" class=\"panel-grid-cell\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\" data-weight=\"0.5\">\n<div id=\"panel-81-0-0-0\" class=\"so-panel widget widget_athemes_image athemes_image_widget panel-first-child panel-last-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\">\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-0-0-0\">[siteorigin_widget class=\"Athemes_Image\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;image_uri&quot;:&quot;http://www.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg&quot;,&quot;link&quot;:&quot;&quot;,&quot;id&quot;:&quot;athemes_image-8110000&quot;,&quot;option_name&quot;:&quot;widget_athemes_image&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-81-0-0-0&quot; class=&quot;so-panel widget widget_athemes_image athemes_image_widget panel-first-child panel-last-child&quot; data-index=&quot;0&quot; data-style=&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}&quot; &gt;&lt;div style=&quot;text-align: left;&quot; data-title-color=&quot;#2d3142&quot; data-headings-color=&quot;#2d3142&quot; class=&quot;panel-widget-style panel-widget-style-for-81-0-0-0&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n</div>\n<div id=\"pgc-81-0-1\" class=\"panel-grid-cell\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\" data-weight=\"0.5\">\n<div id=\"panel-81-0-1-0\" class=\"so-panel widget widget_strong-testimonials-view-widget strong-testimonials-view-widget panel-first-child panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\">\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-0-1-0\">[siteorigin_widget class=\"Strong_Testimonials_View_Widget\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;text&quot;:&quot;&quot;,&quot;filter&quot;:false,&quot;view&quot;:&quot;1&quot;,&quot;id&quot;:&quot;strong-testimonials-view-widget-8110001&quot;,&quot;option_name&quot;:&quot;widget_strong-testimonials-view-widget&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-81-0-1-0&quot; class=&quot;so-panel widget widget_strong-testimonials-view-widget strong-testimonials-view-widget panel-first-child panel-last-child&quot; data-index=&quot;1&quot; data-style=&quot;{&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}&quot; &gt;&lt;div style=&quot;text-align: left;&quot; data-title-color=&quot;#2d3142&quot; data-headings-color=&quot;#2d3142&quot; class=&quot;panel-widget-style panel-widget-style-for-81-0-1-0&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-1-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-81-1\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;mobile_padding&quot;:&quot;25px 0px 0px 0px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;100px&quot;,&quot;bottom-padding&quot;:&quot;0px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" data-ratio=\"1\" data-ratio-direction=\"right\">\n<div style=\"padding-top: 100px; padding-bottom: 0px;\" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-1\">\n<div id=\"pgc-81-1-0\" class=\"panel-grid-cell\" data-weight=\"1\">\n<div id=\"panel-81-1-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"2\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\">\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-1-0-0\">\n<div class=\"textwidget\">\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n<p><img class=\"wp-image-811 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" alt=\"\" width=\"300\" height=\"225\" /></p>\n</div>\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n<p><img class=\"wp-image-815 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching.jpg\" alt=\"\" width=\"300\" height=\"225\" /></p>\n</div>\n<div style=\"width: 33%; padding: 0 10px 0 0; float: left;\">\n<p><img class=\"wp-image-816 size-medium\" src=\"http://www.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill.jpg\" alt=\"\" width=\"300\" height=\"225\" /></p>\n</div>\n<hr style=\"clear: both; visibility: hidden;\" /></div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-81-2\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;10px&quot;,&quot;bottom-padding&quot;:&quot;50px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" data-ratio=\"0.5\" data-ratio-direction=\"left\" data-color-label=\"4\">\n<div style=\"padding-top: 10px; padding-bottom: 50px;\" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-2\">\n<div id=\"pgc-81-2-0\" class=\"panel-grid-cell\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;border_color&quot;:&quot;#cccccc&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\" data-weight=\"1\">\n<div class=\"panel-cell-style panel-cell-style-for-81-2-0\">\n<div id=\"panel-81-2-0-0\" class=\"so-panel widget widget_text panel-first-child panel-last-child\" data-index=\"3\" data-style=\"{&quot;padding&quot;:&quot;10px 10px 10px 10px&quot;,&quot;mobile_padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\">\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-2-0-0\">\n<div class=\"textwidget\">\n<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>\n<p>&nbsp;</p>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-81-3\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;30px&quot;,&quot;bottom-padding&quot;:&quot;30px&quot;,&quot;mobile-padding&quot;:&quot;0px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" data-ratio=\"1\" data-ratio-direction=\"right\">\n<div style=\"padding-top: 30px; padding-bottom: 30px;\" data-mobile-padding=\"0px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-3\">\n<div id=\"pgc-81-3-0\" class=\"panel-grid-cell\" data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\" data-weight=\"1\">\n<div id=\"panel-81-3-0-0\" class=\"so-panel widget widget_evcalwidget_sc EvcalWidget_SC panel-first-child\" data-index=\"4\" data-style=\"{&quot;padding&quot;:&quot;15px 15px 15px 15px&quot;,&quot;mobile_padding&quot;:&quot;5px 5px 5px 5px&quot;,&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\">\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-3-0-0\">[siteorigin_widget class=\"EvcalWidget_SC\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;evo_title&quot;:&quot;Upcoming Courses&quot;,&quot;evo_shortcodeW&quot;:&quot;[add_eventon_list number_of_months=&quot;24&quot; hide_empty_months=&quot;yes&quot;  hide_past=&quot;yes&quot; show_year=&quot;yes&quot; tiles=&quot;yes&quot; tile_bg=&quot;1&quot; tile_style=&quot;1&quot; tile_height=&quot;350&quot; tile_count=&quot;2&quot;]&quot;,&quot;id&quot;:&quot;evcalwidget_sc-8110004&quot;,&quot;option_name&quot;:&quot;widget_evcalwidget_sc&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-81-3-0-0&quot; class=&quot;so-panel widget widget_evcalwidget_sc EvcalWidget_SC panel-first-child&quot; data-index=&quot;4&quot; data-style=&quot;{&amp;quot;padding&amp;quot;:&amp;quot;15px 15px 15px 15px&amp;quot;,&amp;quot;mobile_padding&amp;quot;:&amp;quot;5px 5px 5px 5px&amp;quot;,&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}&quot; &gt;&lt;div style=&quot;text-align: left;&quot; data-title-color=&quot;#2d3142&quot; data-headings-color=&quot;#2d3142&quot; class=&quot;panel-widget-style panel-widget-style-for-81-3-0-0&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-3-0-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n<div id=\"panel-81-3-0-1\" class=\"so-panel widget widget_text panel-last-child\" data-index=\"5\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\">\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-3-0-1\">\n<h3 class=\"widget-title\">Articles</h3>\n<div class=\"textwidget\">\n<div class=\"grid-plus-container grid-5bd521ec3b154 post \" id=\"5bd521ec3b154\" data-grid-name=\"Primary\" data-animation=\"fadeInUp\">\n<div class=\"grid-stack-container grid-plus-inner\" data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\" data-grid-id=\"5adf90cc53c11\" data-current-category=\"2\" data-section-id=\"5bd521ec3b154\" data-gutter=\"20\" data-columns=\"3\" data-height-ratio=\"1\" data-width-ratio=\"1\" data-desktop-columns=\"3\" data-tablet-columns=\"2\" data-mobile-columns=\"1\" data-layout-type=\"grid\" data-fix-item-height=\"false\" data-nonce=\"d3884094c0\">\n<div class=\"grid-stack grid-stack-3\" data-layout=\"grid\" style=\"height: 3400px;\"></div>\n<div class=\"grid-items\">\n<div class=\"item\" data-gs-x=\"0\" data-gs-y=\"0\" data-gs-width=\"1\" data-gs-height=\"57\" data-skin=\"thumbnail-icon-title-excerpt\" data-desktop-gs-x=\"0\" data-desktop-gs-y=\"0\" data-desktop-gs-width=\"1\" data-desktop-gs-height=\"57\" data-desktop-skin=\"thumbnail-icon-title-excerpt\" data-image-width=\"2247\" data-image-height=\"1998\">\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/crosses-800x999.jpg\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/crosses-800x999.jpg\" alt=\"Primary Philosophy\" />\n<p>&nbsp;</p>\n<div class=\"hover-outer transition-30\"><a href=\"https://www.amtacshooting.com/primary-philosophy/\" title=\"Primary Philosophy\"></a>\n<p>&nbsp;</p>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\"><a href=\"https://www.amtacshooting.com/primary-philosophy/\" class=\"view-detail\"><i class=\"fa fa-link\"></i></a><br /><a data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/crosses.jpg\" class=\"view-gallery\" data-post-id=\"25\" data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\"><a href=\"https://www.amtacshooting.com/primary-philosophy/\" title=\"Primary Philosophy\">Primary Philosophy</a></div>\n<div class=\"excerpt\">I am a Christian. As I started thinking about what the first topic would be that I would write about, I considered writing about proper mindset or the importance of fitness in tactical training or even my primary training philosophy, &lt;a class=\"read-more\" href=\"https://www.amtacshooting.com/primary-philosophy/\"&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div class=\"grid-plus-container grid-5bd521ec3d2ae post \" id=\"5bd521ec3d2ae\" data-grid-name=\"Recent\" data-animation=\"fadeInUp\">\n<div class=\"grid-stack-container grid-plus-inner\" data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\" data-grid-id=\"5adf53e753c88\" data-current-category=\"35,2,36\" data-section-id=\"5bd521ec3d2ae\" data-gutter=\"20\" data-columns=\"3\" data-height-ratio=\"1\" data-width-ratio=\"1\" data-desktop-columns=\"3\" data-tablet-columns=\"2\" data-mobile-columns=\"1\" data-layout-type=\"grid\" data-fix-item-height=\"false\" data-nonce=\"d3884094c0\">\n<div class=\"grid-stack grid-stack-3\" data-layout=\"grid\" style=\"height: 3490px;\"></div>\n<div class=\"grid-items\">\n<div class=\"item\" data-gs-x=\"0\" data-gs-y=\"0\" data-gs-width=\"1\" data-gs-height=\"39\" data-skin=\"thumbnail-icon-title-excerpt\" data-desktop-gs-x=\"0\" data-desktop-gs-y=\"0\" data-desktop-gs-width=\"1\" data-desktop-gs-height=\"39\" data-desktop-skin=\"thumbnail-icon-title-excerpt\" data-image-width=\"1865\" data-image-height=\"2487\">\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg\" alt=\"The Modern Minute Man and Other Standards\" />\n<p>&nbsp;</p>\n<div class=\"hover-outer transition-30\"><a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\" title=\"The Modern Minute Man and Other Standards\"></a>\n<p>&nbsp;</p>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\"><a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\" class=\"view-detail\"><i class=\"fa fa-link\"></i></a><br /><a data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1.jpg\" class=\"view-gallery\" data-post-id=\"1125\" data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\"><a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\" title=\"The Modern Minute Man and Other Standards\">The Modern Minute Man and Other Standards</a></div>\n<div class=\"excerpt\">  For the last two years I have done the Sniper Adventure Challenge Race.  It has been a great way for me to have a goal to train for and to keep pushing the boundaries with training, fitness, shooting and &lt;a class=\"read-more\" href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\"&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"1\" data-gs-y=\"0\" data-gs-width=\"1\" data-gs-height=\"39\" data-skin=\"thumbnail-icon-title-excerpt\" data-desktop-gs-x=\"1\" data-desktop-gs-y=\"0\" data-desktop-gs-width=\"1\" data-desktop-gs-height=\"39\" data-desktop-skin=\"thumbnail-icon-title-excerpt\" data-image-width=\"768\" data-image-height=\"576\">\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\" alt=\"Getting into Precision Rifle Shooting\" />\n<p>&nbsp;</p>\n<div class=\"hover-outer transition-30\"><a href=\"https://www.amtacshooting.com/precision-rifle-options/\" title=\"Getting into Precision Rifle Shooting\"></a>\n<p>&nbsp;</p>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\"><a href=\"https://www.amtacshooting.com/precision-rifle-options/\" class=\"view-detail\"><i class=\"fa fa-link\"></i></a><br /><a data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\" class=\"view-gallery\" data-post-id=\"346\" data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\"><a href=\"https://www.amtacshooting.com/precision-rifle-options/\" title=\"Getting into Precision Rifle Shooting\">Getting into Precision Rifle Shooting</a></div>\n<div class=\"excerpt\">This is a primer for guys that are interested in getting into precision rifle shooting.  For the sake of this article I am going to define precision rifle shooting as anything over 600 yards. We will look at the options &lt;a class=\"read-more\" href=\"https://www.amtacshooting.com/precision-rifle-options/\"&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"2\" data-gs-y=\"0\" data-gs-width=\"1\" data-gs-height=\"39\" data-skin=\"thumbnail-icon-title-excerpt\" data-desktop-gs-x=\"2\" data-desktop-gs-y=\"0\" data-desktop-gs-width=\"1\" data-desktop-gs-height=\"39\" data-desktop-skin=\"thumbnail-icon-title-excerpt\" data-image-width=\"1979\" data-image-height=\"1319\">\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\" alt=\"Food and Fitness\" />\n<p>&nbsp;</p>\n<div class=\"hover-outer transition-30\"><a href=\"https://www.amtacshooting.com/food-fitness/\" title=\"Food and Fitness\"></a>\n<p>&nbsp;</p>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\"><a href=\"https://www.amtacshooting.com/food-fitness/\" class=\"view-detail\"><i class=\"fa fa-link\"></i></a><br /><a data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\" class=\"view-gallery\" data-post-id=\"626\" data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\"><a href=\"https://www.amtacshooting.com/food-fitness/\" title=\"Food and Fitness\">Food and Fitness</a></div>\n<div class=\"excerpt\">  Anyone that has trained with me knows the emphasis that I put on fitness. If you are not in good shape is is much more difficult to sprint up two flights of stairs, then across a parking lot and &lt;a class=\"read-more\" href=\"https://www.amtacshooting.com/food-fitness/\"&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"0\" data-gs-y=\"39\" data-gs-width=\"1\" data-gs-height=\"39\" data-skin=\"thumbnail-icon-title-excerpt\" data-desktop-gs-x=\"0\" data-desktop-gs-y=\"39\" data-desktop-gs-width=\"1\" data-desktop-gs-height=\"39\" data-desktop-skin=\"thumbnail-icon-title-excerpt\" data-image-width=\"3790\" data-image-height=\"2136\">\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\" alt=\"Review of FLIR Thermosight Pro PTS233\" />\n<p>&nbsp;</p>\n<div class=\"hover-outer transition-30\"><a href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\" title=\"Review of FLIR Thermosight Pro PTS233\"></a>\n<p>&nbsp;</p>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\"><a href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\" class=\"view-detail\"><i class=\"fa fa-link\"></i></a><br /><a data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\" class=\"view-gallery\" data-post-id=\"358\" data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\"><a href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\" title=\"Review of FLIR Thermosight Pro PTS233\">Review of FLIR Thermosight Pro PTS233</a></div>\n<div class=\"excerpt\">I don’t normally get very excited about new gear.  This thermal weapons sight changed that, not because it is better than anything else out there but because it brings a useful thermal sight into working man’s prices. It is still &lt;a class=\"read-more\" href=\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/\"&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"1\" data-gs-y=\"39\" data-gs-width=\"1\" data-gs-height=\"39\" data-skin=\"thumbnail-icon-title-excerpt\" data-desktop-gs-x=\"1\" data-desktop-gs-y=\"39\" data-desktop-gs-width=\"1\" data-desktop-gs-height=\"39\" data-desktop-skin=\"thumbnail-icon-title-excerpt\" data-image-width=\"1024\" data-image-height=\"769\">\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\" alt=\"What Matters Most in a Carbine\" />\n<p>&nbsp;</p>\n<div class=\"hover-outer transition-30\"><a href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\" title=\"What Matters Most in a Carbine\"></a>\n<p>&nbsp;</p>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\"><a href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\" class=\"view-detail\"><i class=\"fa fa-link\"></i></a><br /><a data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\" class=\"view-gallery\" data-post-id=\"29\" data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\"><a href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\" title=\"What Matters Most in a Carbine\">What Matters Most in a Carbine</a></div>\n<div class=\"excerpt\">    Where do you start and what should you get for your carbine? AR15 style rifles are more available and cheaper than they ever have been. There are also many more options/ brands than there have ever been. The &lt;a class=\"read-more\" href=\"https://www.amtacshooting.com/what-to-look-for-in-a-carbine/\"&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n<div class=\"item\" data-gs-x=\"2\" data-gs-y=\"39\" data-gs-width=\"1\" data-gs-height=\"39\" data-skin=\"thumbnail-icon-title-excerpt\" data-desktop-gs-x=\"2\" data-desktop-gs-y=\"39\" data-desktop-gs-width=\"1\" data-desktop-gs-height=\"39\" data-desktop-skin=\"thumbnail-icon-title-excerpt\" data-image-width=\"5198\" data-image-height=\"3465\">\n<div class=\"grid-post-item thumbnail-title\" data-post-info-class=\"post-info\">\n<div class=\"thumbnail-image\" data-img=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\" alt=\"Differentiating Between a Coordinated and Uncoordinated Attack\" />\n<p>&nbsp;</p>\n<div class=\"hover-outer transition-30\"><a href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\" title=\"Differentiating Between a Coordinated and Uncoordinated Attack\"></a>\n<p>&nbsp;</p>\n<div class=\"hover-inner transition-50\">\n<div class=\"icon-groups\"><a href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\" class=\"view-detail\"><i class=\"fa fa-link\"></i></a><br /><a data-src=\"https://www.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\" class=\"view-gallery\" data-post-id=\"27\" data-ajax-url=\"https://www.amtacshooting.com/wp-admin/admin-ajax.php\"><i class=\"fa fa-search\"></i></a></div>\n</div>\n</div>\n</div>\n<div class=\"post-info\">\n<div class=\"title\"><a href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\" title=\"Differentiating Between a Coordinated and Uncoordinated Attack\">Differentiating Between a Coordinated and Uncoordinated Attack</a></div>\n<div class=\"excerpt\">How will you respond? How will you respond if you are the first, second, or third officer responding to an active shooter situation? The majority of the school shootings/ active shooter events in the United States have been carried out &lt;a class=\"read-more\" href=\"https://www.amtacshooting.com/differentiating-between-coordinated-uncoordinated-attack/\"&gt;[...]&lt;/a&gt;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<div id=\"pg-81-4\" class=\"panel-grid panel-has-style\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;100px&quot;,&quot;bottom-padding&quot;:&quot;100px&quot;,&quot;mobile-padding&quot;:&quot;50px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" data-ratio=\"1\" data-ratio-direction=\"right\">\n<div style=\"padding-top: 100px; padding-bottom: 100px;\" data-mobile-padding=\"50px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-81-4\">\n<div id=\"pgc-81-4-0\" class=\"panel-grid-cell\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;vertical_alignment&quot;:&quot;auto&quot;}\" data-weight=\"1\">\n<div id=\"panel-81-4-0-0\" class=\"so-panel widget widget_convertkit_form convertkit panel-first-child panel-last-child\" data-index=\"6\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\">\n<div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-81-4-0-0\">[siteorigin_widget class=\"CK_Widget_Form\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;form&quot;:&quot;423396&quot;,&quot;id&quot;:&quot;convertkit_form-8110006&quot;,&quot;option_name&quot;:&quot;widget_convertkit_form&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=&quot;panel-81-4-0-0&quot; class=&quot;so-panel widget widget_convertkit_form convertkit panel-first-child panel-last-child&quot; data-index=&quot;6&quot; data-style=&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}&quot; &gt;&lt;div style=&quot;text-align: left;&quot; data-title-color=&quot;#2d3142&quot; data-headings-color=&quot;#2d3142&quot; class=&quot;panel-widget-style panel-widget-style-for-81-4-0-0&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;/div&gt;&lt;/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=&quot;widget-title&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-4-0-0&quot;}}\" />[/siteorigin_widget]</div>\n</div>\n</div>\n</div>\n</div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"4_4\"][decm_event_display _builder_version=\"4.27.2\" _module_preset=\"default\" single_event_page_link=\"redirect_link\" excerpt_length=\"1000\" hover_enabled=\"0\" sticky_enabled=\"0\" show_past=\"past_future_events\" show_callout_box=\"off\" show_name=\"off\" show_category=\"off\" excerpt_content=\"_show\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_price=\"off\" show_tag=\"off\" show_weburl=\"off\" view_more_text=\"Register\" whole_event_clickable=\"on\" custom_website_link_target=\"_blank\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-04 23:21:32','2024-12-04 23:21:32','',81,'https://staging.amtacshooting.com/?p=3595',0,'revision','',0),
(3599,10,'2024-12-16 23:54:37','2024-12-16 23:54:37','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display module_css_class=\"#popup-1\" show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<script id=\"timely_script\" class=\"timely-script\" src=\"https://events.timely.fun/embed.js\" data-src=\"https://events.timely.fun/jnbqca4j\" data-max-height=\"0\" ></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-16 23:54:37','2024-12-16 23:54:37','',81,'https://staging.amtacshooting.com/?p=3599',0,'revision','',0),
(3600,10,'2024-12-16 23:54:44','2024-12-16 23:54:44','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display module_css_class=\"#popup-1\" show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<script id=\"timely_script\" class=\"timely-script\" src=\"https://events.timely.fun/embed.js\" data-src=\"https://events.timely.fun/jnbqca4j\" data-max-height=\"0\" ></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]\n<!-- /wp:divi/placeholder -->','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-16 23:54:44','2024-12-16 23:54:44','',81,'https://staging.amtacshooting.com/?p=3600',0,'revision','',0),
(3604,10,'2024-12-17 18:15:31','2024-12-17 18:15:31','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display module_css_class=\"#popup-1\" show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<script id=\"timely_script\" class=\"timely-script\" src=\"https://events.timely.fun/embed.js\" data-src=\"https://events.timely.fun/jnbqca4j\" data-max-height=\"0\" ></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-17 18:15:31','2024-12-17 18:15:31','',81,'https://staging.amtacshooting.com/?p=3604',0,'revision','',0),
(3605,10,'2024-12-17 18:35:53','2024-12-17 18:35:53','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" custom_padding=\"|||1px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" comments=\"off\" featured_placement=\"above\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><b> </b></p>\n<p>Winter weather courses are designed to teach you how to shoot, move and survive in a cold weather environment. </p>\n<p>The Winter Modern Minuteman course covers:</p>\n<ul>\n<li>carbine and pistol fundamentals</li>\n<li>navigation block focused on both map and compass and GPS use </li>\n<li>mindset talk and a short small unit tactics block</li>\n<li>The “Winter Modern Minuteman Competition”; this multi-hour shooting/ navigation and other skills competition will test your endurance and your ability to shoot, move and communicate.</li>\n</ul>\n<p>*For the Modern Minuteman competition, you will need a starting pack weight of at least 30lbs and no more than 40lbs. If you are running a plate carrier, your carrier weight will count toward your total.*</p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li>A base level of fitness; be able to walk 5 miles with a 30lbs pack</li>\n<li>Competent and 100% safe with pistol and carbine (you need to have completed a pistol and a carbine course with either myself, Kyle Defoor, Bill Blowers, Northern Red, or another reputable trainer (or have someone I know vouch for you — If you are not sure, contact me)</li>\n</ul>\n<ul></ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Winter Courses</h5>[/et_pb_text][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" locked=\"off\" event_selection=\"custom_event\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" included_categories=\"117,118\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section]','Winter Weather','','publish','closed','closed','','winter-weather','','','2025-04-01 16:57:28','2025-04-01 16:57:28','',0,'https://staging.amtacshooting.com/?page_id=3605',0,'page','',0),
(3606,10,'2024-12-17 18:26:16','2024-12-17 18:26:16','<!-- wp:divi/placeholder /-->','','','inherit','closed','closed','','3605-revision-v1','','','2024-12-17 18:26:16','2024-12-17 18:26:16','',3605,'https://staging.amtacshooting.com/?p=3606',0,'revision','',0),
(3607,10,'2024-12-17 18:34:07','2024-12-17 18:34:07','','winter-carbine','','inherit','open','closed','','imagecompressor','','','2024-12-17 18:34:23','2024-12-17 18:34:23','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/imagecompressor.zip',0,'attachment','application/zip',0),
(3608,10,'2024-12-17 18:35:14','2024-12-17 18:35:14','','IMG_4163-min','','inherit','open','closed','','img_4163-min','','','2024-12-17 18:35:14','2024-12-17 18:35:14','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/IMG_4163-min.jpeg',0,'attachment','image/jpeg',0),
(3609,10,'2024-12-17 18:35:53','2024-12-17 18:35:53','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" custom_padding=\"|||1px||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/IMG_4163-min-scaled.jpeg\" _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"IMG_4163-min\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"38px\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" comments=\"off\" sticky_enabled=\"0\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><b> </b></p>\n<p>There are several options for Amtac Shooting Carbine courses. <span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">They go over:</span></p>\n<ul>\n<li style=\"text-align: left;\">When/why to have a carbine with you</li>\n<li style=\"text-align: left;\">How to stage it in your vehicle</li>\n<li style=\"text-align: left;\">Set up, zero and drill with your live weapon</li>\n<li style=\"text-align: left;\">Incorporate challenging force on force drills using airsoft tools</li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\">Carbine fundamentals and close-range manipulation</span></li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\"></span>Medium distance shooting</li>\n<li style=\"text-align: left;\">Transitioning from near to far targets</li>\n<li style=\"text-align: left;\">Intro to external ballistics</li>\n<li style=\"text-align: left;\">Understanding MOA’s and MRAD</li>\n<li style=\"text-align: left;\">Ballistic calculator use</li>\n<li style=\"text-align: left;\">Truing your rifle</li>\n</ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h5>Upcoming Winter Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"117,118\" columns=\"4\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" hover_enabled=\"0\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','','','inherit','closed','closed','','3605-revision-v1','','','2024-12-17 18:35:53','2024-12-17 18:35:53','',3605,'https://staging.amtacshooting.com/?p=3609',0,'revision','',0),
(3610,10,'2024-12-17 18:36:31','2024-12-17 18:36:31','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" custom_padding=\"|||1px||\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/IMG_4163-min-scaled.jpeg\" _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" title_text=\"IMG_4163-min\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"38px\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" comments=\"off\" sticky_enabled=\"0\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p><b> </b></p>\n<p>There are several options for Amtac Shooting Carbine courses. <span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">They go over:</span></p>\n<ul>\n<li style=\"text-align: left;\">When/why to have a carbine with you</li>\n<li style=\"text-align: left;\">How to stage it in your vehicle</li>\n<li style=\"text-align: left;\">Set up, zero and drill with your live weapon</li>\n<li style=\"text-align: left;\">Incorporate challenging force on force drills using airsoft tools</li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\">Carbine fundamentals and close-range manipulation</span></li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\"></span>Medium distance shooting</li>\n<li style=\"text-align: left;\">Transitioning from near to far targets</li>\n<li style=\"text-align: left;\">Intro to external ballistics</li>\n<li style=\"text-align: left;\">Understanding MOA’s and MRAD</li>\n<li style=\"text-align: left;\">Ballistic calculator use</li>\n<li style=\"text-align: left;\">Truing your rifle</li>\n</ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h5>Upcoming Winter Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"117,118\" columns=\"4\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" hover_enabled=\"0\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Winter Weather','','inherit','closed','closed','','3605-revision-v1','','','2024-12-17 18:36:31','2024-12-17 18:36:31','',3605,'https://staging.amtacshooting.com/?p=3610',0,'revision','',0),
(3612,10,'2024-12-17 18:56:06','2024-12-17 18:56:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" custom_padding=\"|||1px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" comments=\"off\" featured_placement=\"above\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><b> </b></p>\n<p>Winter weather courses are designed to teach you how to shoot, move and survive in a cold weather environment. </p>\n<p>The Winter Modern Minuteman course covers:</p>\n<p>carbine and pistol fundamentals</p>\n<p>navigation block focused on both map and compass and GPS use </p>\n<p>mindset talk and a short small unit tactics block</p>\n<p> The “winter modern minuteman Competition”, this multi-hour shooting/ navigation and other skills competition will test your endurance and your ability to shoot, move and communicate. </p>\n<p>*For the Modern Minuteman competition, you will need a starting pack weight of at least 30lbs and no more than 40lbs. If you are running a plate carrier, your carrier weight will count toward your total.*</p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li>A base level of fitness; be able to walk 5 miles with a 30lbs pack</li>\n<li>Competent and 100% safe with pistol and carbine (you need to have completed a pistol and a carbine course with either myself, Kyle Defoor, Bill Blowers, Northern Red, or another reputable trainer (or have someone I know vouch for you — If you are not sure, contact me)</li>\n</ul>\n<ul></ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Winter Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"117,118\" columns=\"4\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Winter Weather','','inherit','closed','closed','','3605-revision-v1','','','2024-12-17 18:56:06','2024-12-17 18:56:06','',3605,'https://staging.amtacshooting.com/?p=3612',0,'revision','',0),
(3614,10,'2024-12-17 18:57:34','2024-12-17 18:57:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" custom_padding=\"|||1px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" comments=\"off\" featured_placement=\"above\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><b> </b></p>\n<p>Winter weather courses are designed to teach you how to shoot, move and survive in a cold weather environment. </p>\n<p>The Winter Modern Minuteman course covers:</p>\n<ul>\n<li>carbine and pistol fundamentals</li>\n<li>navigation block focused on both map and compass and GPS use </li>\n<li>mindset talk and a short small unit tactics block</li>\n<li>The “Winter Modern Minuteman Competition”; this multi-hour shooting/ navigation and other skills competition will test your endurance and your ability to shoot, move and communicate.</li>\n</ul>\n<p>*For the Modern Minuteman competition, you will need a starting pack weight of at least 30lbs and no more than 40lbs. If you are running a plate carrier, your carrier weight will count toward your total.*</p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li>A base level of fitness; be able to walk 5 miles with a 30lbs pack</li>\n<li>Competent and 100% safe with pistol and carbine (you need to have completed a pistol and a carbine course with either myself, Kyle Defoor, Bill Blowers, Northern Red, or another reputable trainer (or have someone I know vouch for you — If you are not sure, contact me)</li>\n</ul>\n<ul></ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Winter Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"117,118\" columns=\"4\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Winter Weather','','inherit','closed','closed','','3605-revision-v1','','','2024-12-17 18:57:34','2024-12-17 18:57:34','',3605,'https://staging.amtacshooting.com/?p=3614',0,'revision','',0),
(3615,10,'2024-12-17 19:01:13','2024-12-17 19:01:13','','imagecompressor (1)','','inherit','open','closed','','imagecompressor-1','','','2024-12-17 19:01:13','2024-12-17 19:01:13','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/imagecompressor-1.zip',0,'attachment','application/zip',0),
(3616,10,'2024-12-17 19:01:40','2024-12-17 19:01:40','','winter-weapons','','inherit','open','closed','','winter-weapons','','','2024-12-17 19:01:40','2024-12-17 19:01:40','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons.jpeg',0,'attachment','image/jpeg',0),
(3617,10,'2024-12-17 19:02:41','2024-12-17 19:02:41','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/3605-2/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" title_text=\"winter-weapons\" sticky_enabled=\"0\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display module_css_class=\"#popup-1\" show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<script id=\"timely_script\" class=\"timely-script\" src=\"https://events.timely.fun/embed.js\" data-src=\"https://events.timely.fun/jnbqca4j\" data-max-height=\"0\" ></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-17 19:02:41','2024-12-17 19:02:41','',81,'https://staging.amtacshooting.com/?p=3617',0,'revision','',0),
(3619,10,'2024-12-17 19:03:41','2024-12-17 19:03:41','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" custom_padding=\"|||1px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" comments=\"off\" featured_placement=\"above\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><b> </b></p>\n<p>Winter weather courses are designed to teach you how to shoot, move and survive in a cold weather environment. </p>\n<p>The Winter Modern Minuteman course covers:</p>\n<ul>\n<li>carbine and pistol fundamentals</li>\n<li>navigation block focused on both map and compass and GPS use </li>\n<li>mindset talk and a short small unit tactics block</li>\n<li>The “Winter Modern Minuteman Competition”; this multi-hour shooting/ navigation and other skills competition will test your endurance and your ability to shoot, move and communicate.</li>\n</ul>\n<p>*For the Modern Minuteman competition, you will need a starting pack weight of at least 30lbs and no more than 40lbs. If you are running a plate carrier, your carrier weight will count toward your total.*</p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li>A base level of fitness; be able to walk 5 miles with a 30lbs pack</li>\n<li>Competent and 100% safe with pistol and carbine (you need to have completed a pistol and a carbine course with either myself, Kyle Defoor, Bill Blowers, Northern Red, or another reputable trainer (or have someone I know vouch for you — If you are not sure, contact me)</li>\n</ul>\n<ul></ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Winter Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"117,118\" columns=\"4\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Winter Weather','','inherit','closed','closed','','3605-revision-v1','','','2024-12-17 19:03:41','2024-12-17 19:03:41','',3605,'https://staging.amtacshooting.com/?p=3619',0,'revision','',0),
(3620,10,'2024-12-17 19:05:49','2024-12-17 19:05:49','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_transition=\"on\" sticky_enabled=\"0\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display module_css_class=\"#popup-1\" show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<script id=\"timely_script\" class=\"timely-script\" src=\"https://events.timely.fun/embed.js\" data-src=\"https://events.timely.fun/jnbqca4j\" data-max-height=\"0\" ></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-17 19:05:49','2024-12-17 19:05:49','',81,'https://staging.amtacshooting.com/?p=3620',0,'revision','',0),
(3621,10,'2024-12-17 19:07:26','2024-12-17 19:07:26','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" custom_padding=\"|||1px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"38px\" hover_enabled=\"0\" global_colors_info=\"{}\" comments=\"off\" sticky_enabled=\"0\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><b> </b></p>\n<p>There are several options for Amtac Shooting Carbine courses. <span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">They go over:</span></p>\n<ul>\n<li style=\"text-align: left;\">When/why to have a carbine with you</li>\n<li style=\"text-align: left;\">How to stage it in your vehicle</li>\n<li style=\"text-align: left;\">Set up, zero and drill with your live weapon</li>\n<li style=\"text-align: left;\">Incorporate challenging force on force drills using airsoft tools</li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\">Carbine fundamentals and close-range manipulation</span></li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\"></span>Medium distance shooting</li>\n<li style=\"text-align: left;\">Transitioning from near to far targets</li>\n<li style=\"text-align: left;\">Intro to external ballistics</li>\n<li style=\"text-align: left;\">Understanding MOA’s and MRAD</li>\n<li style=\"text-align: left;\">Ballistic calculator use</li>\n<li style=\"text-align: left;\">Truing your rifle</li>\n</ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Carbine Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"93,94,95,110\" columns=\"4\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Carbine','','inherit','closed','closed','','3379-revision-v1','','','2024-12-17 19:07:26','2024-12-17 19:07:26','',3379,'https://staging.amtacshooting.com/?p=3621',0,'revision','',0),
(3622,10,'2024-12-17 19:08:34','2024-12-17 19:08:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"38px\" hover_enabled=\"0\" global_colors_info=\"{}\" comments=\"off\" sticky_enabled=\"0\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p> There are a variety of Amtac Shooting Pistol Courses, including pistol combatives and a variety of combined skills.</p>\n<p> They contain these topics: </p>\n<ul>\n<li>mindset</li>\n<li>loading procedures</li>\n<li>concealed draw stroke</li>\n<li>combative weapons retention shooting</li>\n<li><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">striking and transitions from striking/ blade use to pistol deployment</span><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\"></span></li>\n<li><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">Pistol fundamentals</span></li>\n<li>Medium range shooting\n<p><b> </b></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Pistol Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"98,104,106,109,110,112\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Pistol','','inherit','closed','closed','','3374-revision-v1','','','2024-12-17 19:08:34','2024-12-17 19:08:34','',3374,'https://staging.amtacshooting.com/?p=3622',0,'revision','',0),
(3624,10,'2024-12-17 19:20:35','2024-12-17 19:20:35','[et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg\" title_text=\"hat-close-up\" align=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"115px\" module_alignment=\"right\" custom_margin=\"5px|0px|5px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\" template_type=\"module\"][/et_pb_image]','module shop sidebar','','publish','closed','closed','','module-shop-sidebar','','','2024-12-17 19:20:35','2024-12-17 19:20:35','',0,'https://staging.amtacshooting.com/et_pb_layout/module-shop-sidebar/',0,'et_pb_layout','',0),
(3625,10,'2024-12-17 19:22:13','2024-12-17 19:22:13','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"93%\" max_width=\"2560px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"sidebar-1\" show_border=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"38%\" max_width=\"100%\" module_alignment=\"right\" hover_enabled=\"0\" border_style_all=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_sidebar][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" area=\"et_pb_widget_area_2\" show_border=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" max_width=\"23%\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-12-17 19:22:13','2024-12-17 19:22:13','',13,'https://staging.amtacshooting.com/?p=3625',0,'revision','',0),
(3627,10,'2024-12-17 19:22:41','2024-12-17 19:22:41','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"93%\" max_width=\"2560px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"sidebar-1\" show_border=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"38%\" max_width=\"100%\" module_alignment=\"right\" hover_enabled=\"0\" border_style_all=\"none\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_sidebar][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" area=\"et_pb_widget_area_2\" show_border=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\" max_width=\"23%\" custom_margin=\"0px|181px|0px|181px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-12-17 19:22:41','2024-12-17 19:22:41','',13,'https://staging.amtacshooting.com/?p=3627',0,'revision','',0),
(3628,10,'2024-12-17 19:50:47','2024-12-17 19:50:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/amtac_vector_logo_colorcmyk-scaled-1.jpg\" alt=\"Amtac Shooting Logo\" title_text=\"amtac_vector_logo_colorcmyk\" align=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"200px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]<p>© 2023-2024 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3010-revision-v1','','','2024-12-17 19:50:47','2024-12-17 19:50:47','',3010,'https://staging.amtacshooting.com/?p=3628',0,'revision','',0),
(3629,10,'2024-12-17 19:54:48','2024-12-17 19:54:48','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"93%\" max_width=\"2560px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_2\" show_border=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"0px|181px|0px|181px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" width=\"34%\" module_alignment=\"right\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-12-17 19:54:48','2024-12-17 19:54:48','',13,'https://staging.amtacshooting.com/?p=3629',0,'revision','',0),
(3630,10,'2024-12-17 19:55:44','2024-12-17 19:55:44','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" use_custom_gutter=\"on\" gutter_width=\"2\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"93%\" max_width=\"2560px\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_2\" show_border=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" max_width=\"100%\" custom_margin=\"0px|181px|0px|181px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" width=\"34%\" module_alignment=\"right\" sticky_position=\"bottom\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-12-17 19:55:44','2024-12-17 19:55:44','',13,'https://staging.amtacshooting.com/?p=3630',0,'revision','',0),
(3631,10,'2024-12-17 20:03:42','2024-12-17 20:03:42','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|3px||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" details_margin=\"0px|||0px|false|false\" details_padding=\"|||0px|false|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" details_margin_tablet=\"0px|||0px|false|false\" details_margin_phone=\"|||0px|false|false\" details_margin_last_edited=\"on|desktop\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" custom_margin_tablet=\"\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar _builder_version=\"4.27.4\" _module_preset=\"default\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\" global_module=\"4591\" saved_tabs=\"all\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','publish','closed','closed','','courses','','','2025-11-25 00:11:44','2025-11-25 00:11:44','',0,'https://staging.amtacshooting.com/?page_id=3631',0,'page','',0),
(3632,10,'2024-12-17 20:01:38','2024-12-17 20:01:38','<!-- wp:divi/placeholder /-->','test events page','','inherit','closed','closed','','3631-revision-v1','','','2024-12-17 20:01:38','2024-12-17 20:01:38','',3631,'https://staging.amtacshooting.com/?p=3632',0,'revision','',0),
(3633,10,'2024-12-17 20:03:42','2024-12-17 20:03:42','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"3_4,1_4\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"3_4\" theme_builder_area=\"post_content\"][decm_divi_event_calendar _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/decm_divi_event_calendar][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_4\" theme_builder_area=\"post_content\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" orientation=\"right\" module_alignment=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"80%\" custom_margin=\"|-83px||||\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','test events page','','inherit','closed','closed','','3631-revision-v1','','','2024-12-17 20:03:42','2024-12-17 20:03:42','',3631,'https://staging.amtacshooting.com/?p=3633',0,'revision','',0),
(3635,10,'2024-12-17 20:34:19','2024-12-17 20:34:19','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_divi_event_calendar _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" calendar_default_view=\"listWeek\" sticky_enabled=\"0\" calendar_list_view_option=\"listYear,\" show_day_view_button=\"off\"][/decm_divi_event_calendar][decm_event_display _builder_version=\"4.27.2\" _module_preset=\"default\" layout=\"list\" hover_enabled=\"0\" sticky_enabled=\"0\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" details_icon_color=\"#777777\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|-83px||||\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','test events page','','inherit','closed','closed','','3631-revision-v1','','','2024-12-17 20:34:19','2024-12-17 20:34:19','',3631,'https://staging.amtacshooting.com/?p=3635',0,'revision','',0),
(3636,10,'2024-12-17 20:34:27','2024-12-17 20:34:27','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display module_css_class=\"#popup-1\" show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<script id=\"timely_script\" class=\"timely-script\" src=\"https://events.timely.fun/embed.js\" data-src=\"https://events.timely.fun/jnbqca4j\" data-max-height=\"0\" ></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-17 20:34:27','2024-12-17 20:34:27','',81,'https://staging.amtacshooting.com/?p=3636',0,'revision','',0),
(3637,10,'2024-12-19 00:16:03','2024-12-19 00:16:03','','Events-Export-2024-December-18-2324','','inherit','open','closed','','events-export-2024-december-18-2324','','','2024-12-19 00:16:03','2024-12-19 00:16:03','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Events-Export-2024-December-18-2324.csv',0,'attachment','text/csv',0),
(3638,10,'2024-12-19 00:16:11','2024-12-19 00:16:11','','Record: manual csv','','tribe-ea-pending','closed','manual','','record-manual-csv','','','2024-12-19 00:17:12','2024-12-19 00:17:12','',0,'https://staging.amtacshooting.com/?post_type=tribe-ea-record&#038;p=3638',0,'tribe-ea-record','ea/csv',0),
(3639,10,'2024-12-19 00:17:56','2024-12-19 00:17:56','','Record: manual csv','','tribe-ea-success','closed','manual','','record-manual-csv-2','','','2024-12-19 00:33:45','2024-12-19 00:33:45','',0,'https://staging.amtacshooting.com/?post_type=tribe-ea-record&#038;p=3639',0,'tribe-ea-record','ea/csv',0),
(3640,10,'2024-12-19 00:21:03','2024-12-19 00:21:03','This is a custom course for women only. It is designed to teach you to better protect yourself and your loved ones. It will increase your confidence in knowing how to most effectively use your tools. This is not a shooting course. You will learn basic combatives and blade work and then transition to drawing a training pistol. The course will also increase your situational awareness and sharpen your mindset.\r\nCourse details and registration: <a href=\"https://amtacshooting.regfox.com/23-march-2018-womens-combatives-course-cumming-ga\" target=\"_new\">Register</a>','4 May - Amtac Shooting Womens Combatives Course','','publish','closed','closed','','4-may-amtac-shooting-womens-combatives-course','','','2024-12-19 00:21:03','2024-12-19 00:21:03','',0,'https://staging.amtacshooting.com/event/4-may-amtac-shooting-womens-combatives-course/',0,'tribe_events','',0),
(3641,10,'2024-12-19 00:21:04','2024-12-19 00:21:04','This course is intended to train responsible armed citizens to better protect themselves, their families and their homes in everyday situations. The course will take you beyond the basics and will instill the cutting edge mindset, tactics and drills necessary to enable you to survive a violent confrontation. The course will include two days of world class pistol shooting instruction involving hours of realistic drills designed to increase your situational awareness and instill confidence in your firearms handling ability. It will cover topics such as mindset, gear selection, proper pistol handling, intro to combatives, pistol draw, shooting, shooting and moving, and basic medical.','19-20 May - Responsible Armed Citizen Course','','publish','closed','closed','','19-20-may-responsible-armed-citizen-course','','','2024-12-19 00:21:04','2024-12-19 00:21:04','',0,'https://staging.amtacshooting.com/event/19-20-may-responsible-armed-citizen-course/',0,'tribe_events','',0),
(3642,10,'2024-12-19 00:21:04','2024-12-19 00:21:04','','womens_course-TXbXD6.tmp_','','inherit','open','closed','','womens_course-txbxd6-tmp_','','','2024-12-19 00:21:04','2024-12-19 00:21:04','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/womens_course-TXbXD6.tmp_.jpg',0,'attachment','image/jpeg',0),
(3643,10,'2024-12-19 00:21:05','2024-12-19 00:21:05','','narrow_pistol-plaid-leVUHf.tmp_','','inherit','open','closed','','narrow_pistol-plaid-levuhf-tmp_','','','2024-12-19 00:21:05','2024-12-19 00:21:05','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/narrow_pistol-plaid-leVUHf.tmp_.jpg',0,'attachment','image/jpeg',0),
(3644,10,'2024-12-19 00:21:05','2024-12-19 00:21:05','Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. This course will teach you how integrate empty hand techniques with blades, improvised weapons and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. This is a physically demanding, hands on coarse that will elevate your situational awareness and shooting/ fighting ability to the next level.','25-26 August - Amtac Shooting Integrated Combatives Course','','publish','closed','closed','','25-26-august-amtac-shooting-integrated-combatives-course','','','2024-12-19 00:21:05','2024-12-19 00:21:05','',0,'https://staging.amtacshooting.com/event/25-26-august-amtac-shooting-integrated-combatives-course/',0,'tribe_events','',0),
(3645,10,'2024-12-19 00:21:06','2024-12-19 00:21:06','','combative2-r1SBQv.tmp_','','inherit','open','closed','','combative2-r1sbqv-tmp_','','','2024-12-19 00:21:06','2024-12-19 00:21:06','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/combative2-r1SBQv.tmp_.jpg',0,'attachment','image/jpeg',0),
(3646,10,'2024-12-19 00:21:06','2024-12-19 00:21:06','Does your system work? How well will your shooting/ combatives hold up under pressure? The Amtac Force on Force course will help you answer those questions and also build on your existing skill set. This course will cover pistol/ combative/ blade fundamentals and then place you in mentally and physically challenging force on force scenarios. This is a physically demanding, hands on course that will elevate your situational awareness and shooting/ combative ability to the next level.','15-16 September - Amtac Shooting Force on Force Course','','publish','closed','closed','','15-16-september-amtac-shooting-force-on-force-course','','','2024-12-19 00:21:06','2024-12-19 00:21:06','',0,'https://staging.amtacshooting.com/event/15-16-september-amtac-shooting-force-on-force-course/',0,'tribe_events','',0),
(3647,10,'2024-12-19 00:21:07','2024-12-19 00:21:07','','6X0C2057-Edit-e1521928665482-ERxqaA.tmp_','','inherit','open','closed','','6x0c2057-edit-e1521928665482-erxqaa-tmp_','','','2024-12-19 00:21:07','2024-12-19 00:21:07','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/6X0C2057-Edit-e1521928665482-ERxqaA.tmp_.jpg',0,'attachment','image/jpeg',0),
(3648,10,'2024-12-19 00:21:07','2024-12-19 00:21:07','This course is designed to teach law enforcement and military professionals the tactics and techniques they need to stay alive in an increasingly dangerous workplace. We start with the fundamentals of CQB focusing on classroom, moving on to dry movement and culminating with Force on Force CQB scenarios. This is a challenging course that will allow you to “test” your tactics, techniques and procedures in a dynamic and stressful environment (we will be using airsoft for the scenarios). Other topics covered will include mindset, adhoc team building and countering coordinated attacks.','20-21 September - Amtac Shooting CQB and Force on Force Course (MIL/LEO Only)','','publish','closed','closed','','20-21-september-amtac-shooting-cqb-and-force-on-force-course-mil-leo-only','','','2024-12-19 00:21:07','2024-12-19 00:21:07','',0,'https://staging.amtacshooting.com/event/20-21-september-amtac-shooting-cqb-and-force-on-force-course-mil-leo-only/',0,'tribe_events','',0),
(3649,10,'2024-12-19 00:21:08','2024-12-19 00:21:08','','AMTAC8_blurred-q1TPL1.tmp_','','inherit','open','closed','','amtac8_blurred-q1tpl1-tmp_','','','2024-12-19 00:21:08','2024-12-19 00:21:08','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/AMTAC8_blurred-q1TPL1.tmp_.jpg',0,'attachment','image/jpeg',0),
(3650,10,'2024-12-19 00:21:09','2024-12-19 00:21:09','This course is designed to teach precision rifle shooting from 0-1000 yards. You will learn how to set up your rifle, determine your range and make accurate shots out to 1000 yards and beyond (this particular range goes out to 2000 yards so if you have the ability and equipment you will be able to stretch it out). The course will include two days of world class shooting and classroom instruction designed to maximize your rifle shooting ability. Other topics covered include equipment selection, ammunition selection, understand MOA and MIL\'s, dialing dope, shooting holds, reading wind and using ballistics software. This course is being held at Arena Training Facility and all food and lodging are included.','27-28 October 2018 Amtac Shooting Precision Rifle Course','','publish','closed','closed','','27-28-october-2018-amtac-shooting-precision-rifle-course','','','2024-12-19 00:21:09','2024-12-19 00:21:09','',0,'https://staging.amtacshooting.com/event/27-28-october-2018-amtac-shooting-precision-rifle-course/',0,'tribe_events','',0),
(3651,10,'2024-12-19 00:21:11','2024-12-19 00:21:11','','Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_','','inherit','open','closed','','precision-rifle-1-e1520520104821-oj8lqe-tmp_','','','2024-12-19 00:21:11','2024-12-19 00:21:11','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Precision-Rifle-1-e1520520104821-OJ8Lqe.tmp_.jpg',0,'attachment','image/jpeg',0),
(3652,10,'2024-12-19 00:21:11','2024-12-19 00:21:11','This course is designed to teach you how to effectively operate your AR-15 style carbine. Topics covered will include: setting up your carbine, zeroing your optics, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB and intermediate distances, combatives with a carbine, shooting and moving and shooting around barricades.','17-18 November 2018 Amtac Shooting Combative Carbine Course','','publish','closed','closed','','17-18-november-2018-amtac-shooting-combative-carbine-course','','','2024-12-19 00:21:11','2024-12-19 00:21:11','',0,'https://staging.amtacshooting.com/event/17-18-november-2018-amtac-shooting-combative-carbine-course/',0,'tribe_events','',0),
(3653,10,'2024-12-19 00:21:12','2024-12-19 00:21:12','','Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_','','inherit','open','closed','','hybrid-carbine-2-e1521240511508-we5qex-tmp_','','','2024-12-19 00:21:12','2024-12-19 00:21:12','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Hybrid-Carbine-2-e1521240511508-WE5qEX.tmp_.jpg',0,'attachment','image/jpeg',0),
(3654,10,'2024-12-19 00:21:12','2024-12-19 00:21:12','Does your system work? How well will your shooting/ combatives hold up under pressure? The Amtac Force on Force course will help you answer those questions and also build on your existing skill set. This course will cover pistol/ combative/ blade fundamentals and then place you in mentally and physically challenging force on force scenarios. This is a physically demanding, hands on course that will elevate your situational awareness and shooting/ combative ability to the next level.','1-2 December 2018 Amtac Shooting Force on Force Course','','publish','closed','closed','','1-2-december-2018-amtac-shooting-force-on-force-course','','','2024-12-19 00:21:12','2024-12-19 00:21:12','',0,'https://staging.amtacshooting.com/event/1-2-december-2018-amtac-shooting-force-on-force-course/',0,'tribe_events','',0),
(3655,10,'2024-12-19 00:21:12','2024-12-19 00:21:12','Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”.<span class=\"Apple-converted-space\">  </span>The reality is that this line of thinking is likely to get you killed.<span class=\"Apple-converted-space\">  </span>This course will teach you how integrate empty hand techniques with blades, improvised weapons and firearms.<span class=\"Apple-converted-space\">  </span>You will learn to fluidly transition from one tool to the next based on what is situationally appropriate.<span class=\"Apple-converted-space\">  </span>This is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level.','2-3 June - Amtac Shooting Integrated Combatives Course','','publish','closed','closed','','2-3-june-amtac-shooting-integrated-combatives-course','','','2024-12-19 00:21:12','2024-12-19 00:21:12','',0,'https://staging.amtacshooting.com/event/2-3-june-amtac-shooting-integrated-combatives-course/',0,'tribe_events','',0),
(3656,10,'2024-12-19 00:21:14','2024-12-19 00:21:14','','narrow_combatives_pads-XZ0WLE.tmp_','','inherit','open','closed','','narrow_combatives_pads-xz0wle-tmp_','','','2024-12-19 00:21:14','2024-12-19 00:21:14','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/narrow_combatives_pads-XZ0WLE.tmp_.jpg',0,'attachment','image/jpeg',0),
(3657,10,'2024-12-19 00:21:14','2024-12-19 00:21:14','This 4 day event is a fundraiser for Home With Heroes (HWH).  Join us in honoring and thanking veterans by raising funds to provide high quality outdoor experiences through out the year that are offered free to veterans.\r\nThere will a two day Hybrid Carbine Course and a two day Precision Rifle Course taught by Bill Rapier.\r\n\r\n<strong>Location:</strong>\r\nAll food and lodging included at the Morning Song Acres house in Lyle, WA.\r\nAll instruction, shooting and lunches will be held at Horseshoe Bend Ranch in Centerville, WA.\r\n\r\n<strong>Registration:</strong>\r\nFor more information and to register: <a href=\"https://homewithheroes.ejoinme.org/Longrange\">Home with Heroes\r\n</a>Also on <a href=\"https://www.facebook.com/HomeWithHeroesPNW/\">Facebook</a>.\r\n\r\n<strong>Hybrid Carbine Course Description:</strong>\r\nWith a properly configured “hybrid carbine” you can confidently make all of the standards at CQB distances and then transition and engage out to 600-800 yards.<span class=\"Apple-converted-space\">  </span>This course will teach you solid carbine fundamentals on day one and then transition to shooting holds out to 600-800 yards, understanding MOA\'s/ Mil\'s, reading wind, ammo and optics selection , spotting and basic medical.<span class=\"Apple-converted-space\"> </span>\r\n\r\n<strong>Precision Rifle Course Description:</strong>\r\nThis course is designed to teach precision rifle shooting from 0-1000 yards. You will learn how to set up your rifle, determine your range and make accurate shots out to 1000 yards and beyond. Other topics covered include equipment selection, ammunition selection, understand MOA and MIL’s, dialing dope, shooting holds, reading wind and using ballistics software.','7-10 June - Home with Heroes - Precision Rifle &amp; Hybrid Carbine','','publish','closed','closed','','7-10-june-home-with-heroes-precision-rifle-hybrid-carbine','','','2024-12-19 00:21:14','2024-12-19 00:21:14','',0,'https://staging.amtacshooting.com/event/7-10-june-home-with-heroes-precision-rifle-hybrid-carbine/',0,'tribe_events','',0),
(3658,10,'2024-12-19 00:21:15','2024-12-19 00:21:15','','new_precision_rifle-1-Iw4pyb.tmp_','','inherit','open','closed','','new_precision_rifle-1-iw4pyb-tmp_','','','2024-12-19 00:21:15','2024-12-19 00:21:15','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/new_precision_rifle-1-Iw4pyb.tmp_.jpg',0,'attachment','image/jpeg',0),
(3659,10,'2024-12-19 00:21:25','2024-12-19 00:21:25','Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”.<span class=\"Apple-converted-space\">  </span>The reality is that this line of thinking is likely to get you killed.<span class=\"Apple-converted-space\">  </span>This course will teach you how integrate empty hand techniques with blades, improvised weapons and firearms.<span class=\"Apple-converted-space\">  </span>You will learn to fluidly transition from one tool to the next based on what is situationally appropriate.<span class=\"Apple-converted-space\">  </span>This is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level. This is a private course and requires a password. <a href=\"https://amtacshooting.regfox.com/2018-october-13-14-integrated-combatives-ct\">Register.</a>\r\n\r\n&nbsp;','13-14 October - Amtac Shooting Integrated Combatives Course','','publish','closed','closed','','13-14-october-amtac-shooting-integrated-combatives-course','','','2024-12-19 00:21:25','2024-12-19 00:21:25','',0,'https://staging.amtacshooting.com/event/13-14-october-amtac-shooting-integrated-combatives-course/',0,'tribe_events','',0),
(3660,10,'2024-12-19 00:21:25','2024-12-19 00:21:25','<h2><em>in conjunction with </em>Core Shooting Solutions</h2>\r\nStatistics tell us that you are two to three times as likely to be involved in a violent confrontation during the hours of darkness.  That being said, when was the last time you trained at night?  The Amtac Shooting Low Light Tactics Course will equip you to confidently assess and engage/ deescalate as appropriate during the hours of darkness.  This course will cover pistol fundamentals, strategy/ tactics for night engagements, use of weapons mounted and hand held light for IDing/ engaging targets, pistol manipulation with hand held flashlight, mindset, gear selection and night combatives. <a href=\"https://amtacshooting.regfox.com/2018-12-6-low-light-tactics-course-core-fl\">Register</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','6-7 December 2018 - Amtac Shooting Low Light Tactics Course','','publish','closed','closed','','6-7-december-2018-amtac-shooting-low-light-tactics-course','','','2024-12-19 00:21:25','2024-12-19 00:21:25','',0,'https://staging.amtacshooting.com/event/6-7-december-2018-amtac-shooting-low-light-tactics-course/',0,'tribe_events','',0),
(3661,10,'2024-12-19 00:21:26','2024-12-19 00:21:26','','BR7-2UeKDf.tmp_','','inherit','open','closed','','br7-2uekdf-tmp_','','','2024-12-19 00:21:26','2024-12-19 00:21:26','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/BR7-2UeKDf.tmp_.jpg',0,'attachment','image/jpeg',0),
(3662,10,'2024-12-19 00:21:26','2024-12-19 00:21:26','<h3>Private course</h3>\r\nStatistics tell us that you are two to three times as likely to be involved in a violent confrontation during the hours of darkness.  When was the last time you trained at night?\r\n\r\nThe Amtac Shooting Low Light Tactics Course will equip you to confidently assess and engage/ deescalate as appropriate during the hours of darkness.\r\n\r\nThis course will cover:\r\n<ul>\r\n 	<li>pistol fundamentals</li>\r\n 	<li>strategy/ tactics for night engagements</li>\r\n 	<li>use of weapons mounted and hand held light for IDing/ engaging targets</li>\r\n 	<li>pistol manipulation with hand held flashlight</li>\r\n 	<li>mindset</li>\r\n 	<li>gear selection</li>\r\n 	<li>night combatives.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2019-01-25-low-light-tactics-course\">Register</a></h3>\r\n&nbsp;','25-26 January 2019 - Amtac Shooting Low Light Tactics Course (Private)','','publish','closed','closed','','25-26-january-2019-amtac-shooting-low-light-tactics-course-private','','','2024-12-19 00:21:26','2024-12-19 00:21:26','',0,'https://staging.amtacshooting.com/event/25-26-january-2019-amtac-shooting-low-light-tactics-course-private/',0,'tribe_events','',0),
(3663,10,'2024-12-19 00:21:27','2024-12-19 00:21:27','','low-light-bk-2-D9iuLd.tmp_','','inherit','open','closed','','low-light-bk-2-d9iuld-tmp_','','','2024-12-19 00:21:27','2024-12-19 00:21:27','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/low-light-bk-2-D9iuLd.tmp_.jpg',0,'attachment','image/jpeg',0),
(3664,10,'2024-12-19 00:21:27','2024-12-19 00:21:27','This is a custom course for women only. It is designed to teach you to better protect yourself and your loved ones. It will increase your confidence in knowing how to most effectively use your tools. This is not a shooting course. You will learn basic combatives and blade work and then transition to drawing a training pistol. The course will also increase your situational awareness and sharpen your mindset. <a href=\"https://amtacshooting.regfox.com/2019-04-05-womens-course\">Register</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','5 April 2019 - Amtac Shooting Women\'s Combative Course','','publish','closed','closed','','5-april-2019-amtac-shooting-womens-combative-course','','','2024-12-19 00:21:27','2024-12-19 00:21:27','',0,'https://staging.amtacshooting.com/event/5-april-2019-amtac-shooting-womens-combative-course/',0,'tribe_events','',0),
(3665,10,'2024-12-19 00:21:28','2024-12-19 00:21:28','','DSCF2049-Cg6mXQ.tmp_','','inherit','open','closed','','dscf2049-cg6mxq-tmp_','','','2024-12-19 00:21:28','2024-12-19 00:21:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/DSCF2049-Cg6mXQ.tmp_.jpg',0,'attachment','image/jpeg',0),
(3666,10,'2024-12-19 00:21:28','2024-12-19 00:21:28','Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”.\r\n\r\nThe reality is that this line of thinking is likely to get you killed.\r\n\r\nThis course will teach you how integrate empty hand techniques with blades, improvised weapons and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate.\r\n\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n<h3><a href=\"https://amtacshooting.regfox.com/2019-04-06-integrated-combatives-nj\">Register.</a></h3>\r\n&nbsp;\r\n\r\n&nbsp;','6-7 April 2019 - Amtac Shooting Integrated Combatives','','publish','closed','closed','','6-7-april-2019-amtac-shooting-integrated-combatives','','','2024-12-19 00:21:28','2024-12-19 00:21:28','',0,'https://staging.amtacshooting.com/event/6-7-april-2019-amtac-shooting-integrated-combatives/',0,'tribe_events','',0),
(3667,10,'2024-12-19 00:21:30','2024-12-19 00:21:30','','IMG_2485-FDCcoW.tmp_','','inherit','open','closed','','img_2485-fdccow-tmp_','','','2024-12-19 00:21:30','2024-12-19 00:21:30','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/IMG_2485-FDCcoW.tmp_.jpg',0,'attachment','image/jpeg',0),
(3668,10,'2024-12-19 00:21:40','2024-12-19 00:21:40','<h3>Private course</h3>\r\nStatistics tell us that you are two to three times as likely to be involved in a violent confrontation during the hours of darkness.  When was the last time you trained at night?\r\n\r\nThe Amtac Shooting Low Light Tactics Course will equip you to confidently assess and engage/ deescalate as appropriate during the hours of darkness.\r\n\r\nThis course will cover:\r\n<ul>\r\n 	<li>pistol fundamentals</li>\r\n 	<li>strategy/ tactics for night engagements</li>\r\n 	<li>use of weapons mounted and hand held light for IDing/ engaging targets</li>\r\n 	<li>pistol manipulation with hand held flashlight</li>\r\n 	<li>mindset</li>\r\n 	<li>gear selection</li>\r\n 	<li>night combatives.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2019-02-23-low-light-atlanta-ga\">Register.</a></h3>\r\n&nbsp;\r\n\r\n&nbsp;','23-24 February 2019- Amtac Shooting Low Light Tactics Course (Private)','','publish','closed','closed','','23-24-february-2019-amtac-shooting-low-light-tactics-course-private','','','2024-12-19 00:21:40','2024-12-19 00:21:40','',0,'https://staging.amtacshooting.com/event/23-24-february-2019-amtac-shooting-low-light-tactics-course-private/',0,'tribe_events','',0),
(3669,10,'2024-12-19 00:21:41','2024-12-19 00:21:41','<h3>Private Course</h3>\r\nDoes your system work? How well will your shooting/ combatives hold up under pressure?\r\n\r\nThe Amtac Force on Force course will help you answer those questions and also build on your existing skill set.\r\n\r\nThis course will cover pistol/ combative/ blade fundamentals and then place you in mentally and physically challenging force on force scenarios.\r\n\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ combative ability to the next level.\r\n<h3><a href=\"https://amtacshooting.regfox.com/2019-04-27-force-on-force-course\">Register.</a></h3>\r\n&nbsp;\r\n\r\n&nbsp;','27-28 April 2019 - Amtac Shooting Force on Force Course (Private)','','publish','closed','closed','','27-28-april-2019-amtac-shooting-force-on-force-course-private','','','2024-12-19 00:21:41','2024-12-19 00:21:41','',0,'https://staging.amtacshooting.com/event/27-28-april-2019-amtac-shooting-force-on-force-course-private/',0,'tribe_events','',0),
(3670,10,'2024-12-19 00:21:42','2024-12-19 00:21:42','','img_94390340-Jsye42.tmp_','','inherit','open','closed','','img_94390340-jsye42-tmp_','','','2024-12-19 00:21:42','2024-12-19 00:21:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_94390340-Jsye42.tmp_.jpg',0,'attachment','image/jpeg',0),
(3671,10,'2024-12-19 00:21:42','2024-12-19 00:21:42','Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”.\r\n\r\nThe reality is that this line of thinking is likely to get you killed.\r\n\r\nThis course will teach you how integrate empty hand techniques with blades, improvised weapons and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate.\r\n\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n<h3><a href=\"https://amtacshooting.regfox.com/2019-08-10-integrated-combatives-denver-co\">Register.</a></h3>\r\n&nbsp;\r\n\r\n&nbsp;','10-11 August 2019 - Amtac Shooting Integrated Combatives','','publish','closed','closed','','10-11-august-2019-amtac-shooting-integrated-combatives','','','2024-12-19 00:21:42','2024-12-19 00:21:42','',0,'https://staging.amtacshooting.com/event/10-11-august-2019-amtac-shooting-integrated-combatives/',0,'tribe_events','',0),
(3672,10,'2024-12-19 00:21:42','2024-12-19 00:21:42','<h2><em>Hosted by Core Shooting Solutions</em></h2>\r\nWhat if you could only have one rifle? Serious men have discussed the merits of different platforms/ optics for years. With a properly configured “hybrid carbine” you can confidently make all of the time standards at CQB distances and then transition and engage out to 600-700 yards.\r\n\r\nThis course will teach you:\r\n<ul>\r\n 	<li>solid carbine fundamentals</li>\r\n 	<li>shooting holds out to 500-700 yards</li>\r\n 	<li>understanding MOA\'s/ Mil\'s,</li>\r\n 	<li>reading wind</li>\r\n 	<li>ammo and optics selection</li>\r\n 	<li>spotting</li>\r\n 	<li>basic medical.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2019-08-24-hybrid-carbine-course-fl\">Register</a></h3>','24-25 August 2019 Amtac Shooting Hybrid Carbine Course','','publish','closed','closed','','24-25-august-2019-amtac-shooting-hybrid-carbine-course','','','2024-12-19 00:21:42','2024-12-19 00:21:42','',0,'https://staging.amtacshooting.com/event/24-25-august-2019-amtac-shooting-hybrid-carbine-course/',0,'tribe_events','',0),
(3673,10,'2024-12-19 00:21:43','2024-12-19 00:21:43','This course is designed to teach you how to effectively operate your AR-15 style carbine.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>setting up your carbine</li>\r\n 	<li>zeroing your optics</li>\r\n 	<li>fundamentals of marksmanship</li>\r\n 	<li>proper weapons manipulation</li>\r\n 	<li>fast and effective shooting at CQB and intermediate distances</li>\r\n 	<li>combatives with a carbine</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shooting around barricades.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2019-09-14-combative-carbine-course-me\">Register</a></h3>','14-15 September 2019 Amtac Shooting Combative Carbine Course','','publish','closed','closed','','14-15-september-2019-amtac-shooting-combative-carbine-course','','','2024-12-19 00:21:43','2024-12-19 00:21:43','',0,'https://staging.amtacshooting.com/event/14-15-september-2019-amtac-shooting-combative-carbine-course/',0,'tribe_events','',0),
(3674,10,'2024-12-19 00:21:44','2024-12-19 00:21:44','','f0Mn13L-JM45Kb.tmp_','','inherit','open','closed','','f0mn13l-jm45kb-tmp_','','','2024-12-19 00:21:44','2024-12-19 00:21:44','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/f0Mn13L-JM45Kb.tmp_.jpg',0,'attachment','image/jpeg',0),
(3675,10,'2024-12-19 00:22:51','2024-12-19 00:22:51','This course is designed to teach law enforcement and military professionals the tactics and techniques they need to stay alive in an increasingly dangerous workplace.\r\n\r\nThis is accomplished by combining half days of cutting edge rifle and pistol work with half days of CQB training. You will learn how to effectively operate your rifle with your pistol and then use that skill set in a close quarters environment.\r\n\r\nOther topics covered will include mindset, adhoc team building, countering coordinated attacks and intro to combatives.\r\n<h3><a href=\"https://amtacshooting.regfox.com/2019-09-19-leo-mil-shooting-and-cqb-course-me\">Register.</a></h3>\r\n&nbsp;','19-20 September 2019 - Amtac Shooting CQB (MIL/LEO Only)','','publish','closed','closed','','19-20-september-2019-amtac-shooting-cqb-mil-leo-only','','','2024-12-19 00:22:51','2024-12-19 00:22:51','',0,'https://staging.amtacshooting.com/event/19-20-september-2019-amtac-shooting-cqb-mil-leo-only/',0,'tribe_events','',0),
(3676,10,'2024-12-19 00:22:52','2024-12-19 00:22:52','Statistics tell us that you are two to three times as likely to be involved in a violent confrontation during the hours of darkness.  That being said, when was the last time you trained at night?\r\n\r\nThe Amtac Shooting Low Light Tactics Course will equip you to confidently assess and engage/ deescalate as appropriate during the hours of darkness.\r\n\r\nThis course will cover:\r\n<ul>\r\n 	<li>pistol fundamentals</li>\r\n 	<li>strategy/ tactics for night engagements</li>\r\n 	<li>use of weapons mounted and hand held light for IDing/ engaging targets</li>\r\n 	<li>pistol manipulation with hand held flashlight</li>\r\n 	<li>mindset</li>\r\n 	<li>gear selection</li>\r\n 	<li>night combatives.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2019-11-2-low-light-tactics-course-ct\">Register</a></h3>\r\n&nbsp;','2-3 November 2019 - Amtac Shooting Low Light Tactics Course','','publish','closed','closed','','2-3-november-2019-amtac-shooting-low-light-tactics-course','','','2024-12-19 00:22:52','2024-12-19 00:22:52','',0,'https://staging.amtacshooting.com/event/2-3-november-2019-amtac-shooting-low-light-tactics-course/',0,'tribe_events','',0),
(3677,10,'2024-12-19 00:22:52','2024-12-19 00:22:52','This course is designed to teach you how to effectively operate your AR-15 style carbine.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>setting up your carbine</li>\r\n 	<li>zeroing your optics</li>\r\n 	<li>fundamentals of marksmanship</li>\r\n 	<li>proper weapons manipulation</li>\r\n 	<li>fast and effective shooting at CQB and intermediate distances</li>\r\n 	<li>combatives with a carbine</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shooting around barricades.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2019-11-4-combative-carbine-course-ct\">Register</a></h3>','4-5 November 2019 Amtac Shooting Combative Carbine Course','','publish','closed','closed','','4-5-november-2019-amtac-shooting-combative-carbine-course','','','2024-12-19 00:22:52','2024-12-19 00:22:52','',0,'https://staging.amtacshooting.com/event/4-5-november-2019-amtac-shooting-combative-carbine-course/',0,'tribe_events','',0),
(3678,10,'2024-12-19 00:22:53','2024-12-19 00:22:53','This three day course is intended to train responsible armed citizens and select law enforcement to efficiently use carbines and pistols in complete darkness with the aid of night vision.\r\n\r\nThis course is three full days of day into night shooting. You will learn cutting edge pistol and carbine drills in during the day and then continue to rep those skills in complete darkness.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>pistol/ carbine fundamentals,</li>\r\n 	<li>setting up your gear for night fighting,</li>\r\n 	<li>optics/ laser/ weapon/ ammunition selection,</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shooting from barricades.This course is being held at a private range outside of Riggins ID and all food and lodging are included.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2019-03-07-night-shooting-course\">Register</a></h3>\r\n&nbsp;','7-9 March 2019 Amtac Shooting Night Shooting Course','','publish','closed','closed','','7-9-march-2019-amtac-shooting-night-shooting-course','','','2024-12-19 00:22:53','2024-12-19 00:22:53','',0,'https://staging.amtacshooting.com/event/7-9-march-2019-amtac-shooting-night-shooting-course/',0,'tribe_events','',0),
(3679,10,'2024-12-19 00:22:54','2024-12-19 00:22:54','','IMG045-Olw5iK.tmp_','','inherit','open','closed','','img045-olw5ik-tmp_','','','2024-12-19 00:22:54','2024-12-19 00:22:54','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/IMG045-Olw5iK.tmp_.jpg',0,'attachment','image/jpeg',0),
(3680,10,'2024-12-19 00:22:54','2024-12-19 00:22:54','Does your system work? How well will your shooting/ combatives hold up under pressure?\r\n\r\nThe Amtac Force on Force course will help you answer those questions and also build on your existing skill set.\r\n\r\nThis course will cover pistol/ combative/ blade fundamentals and then place you in mentally and physically challenging force on force scenarios.\r\n\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ combative ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2019-06-22-force-on-force-course\">Register</a>','22-23 June 2019 Amtac Shooting Force on Force Course','','publish','closed','closed','','22-23-june-2019-amtac-shooting-force-on-force-course','','','2024-12-19 00:22:54','2024-12-19 00:22:54','',0,'https://staging.amtacshooting.com/event/22-23-june-2019-amtac-shooting-force-on-force-course/',0,'tribe_events','',0),
(3681,10,'2024-12-19 00:23:06','2024-12-19 00:23:06','This is the Modern Minute Man Course. The purpose of this course is to build men that can perform the following tasks:\r\n<ul>\r\n 	<li>Be able to navigate 20 miles while carrying a 25-30lbs load</li>\r\n 	<li>Have a base level of bushcrafting skills</li>\r\n 	<li>Be able to shoot out to 600-700 yards</li>\r\n 	<li>Understand basic LOS (line of sight) communications.</li>\r\n</ul>\r\nThis course will set you on a path to be able to perform these tasks.\r\n\r\n<strong>Day 1:</strong>\r\n&gt; precision rifle class/ practical\r\n&gt; navigation class/ practical\r\n&gt; basic LOS (line of sight) communications\r\n<strong>Day 2:</strong>\r\n&gt; competition where you put all of these skills together.\r\n\r\nWhy a competition? Because it is good to put some pressure on ourselves from time to time. Also, guys will prepare more for the course if they know that they will be able to test themselves against their peers. The competition will be self-paced, so you don’t have to be able to complete all of the tasks or navigate to all of the waypoints.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2019-06-8-modern-minute-man-ok\">Register</a>','8-9 June 2019 Amtac Shooting Modern Minute Man Course','','publish','closed','closed','','8-9-june-2019-amtac-shooting-modern-minute-man-course','','','2024-12-19 00:23:06','2024-12-19 00:23:06','',0,'https://staging.amtacshooting.com/event/8-9-june-2019-amtac-shooting-modern-minute-man-course/',0,'tribe_events','',0),
(3682,10,'2024-12-19 00:23:07','2024-12-19 00:23:07','','IMG_4597-3-OB3DyP.tmp_','','inherit','open','closed','','img_4597-3-ob3dyp-tmp_','','','2024-12-19 00:23:07','2024-12-19 00:23:07','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/IMG_4597-3-OB3DyP.tmp_.jpg',0,'attachment','image/jpeg',0),
(3683,10,'2024-12-19 00:23:07','2024-12-19 00:23:07','This is a custom course for women only. It is designed to teach you to better protect yourself and your loved ones. It will increase your confidence in knowing how to most effectively use your tools. This is not a shooting course. You will learn basic combatives and blade work and then transition to drawing a training pistol. The course will also increase your situational awareness and sharpen your mindset.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2019-02-22-womens-course\">Register</a>.\r\n\r\n&nbsp;\r\n\r\n&nbsp;','22 February 2019 - Amtac Shooting Women\'s Combative Course','','publish','closed','closed','','22-february-2019-amtac-shooting-womens-combative-course','','','2024-12-19 00:23:07','2024-12-19 00:23:07','',0,'https://staging.amtacshooting.com/event/22-february-2019-amtac-shooting-womens-combative-course/',0,'tribe_events','',0),
(3684,10,'2024-12-19 00:23:08','2024-12-19 00:23:08','Because the AK is one of the most widely proliferated firearms in the world and has been the preferred weapon of our enemies for the last 50 years, it is a platform that you should be comfortable running.\r\n\r\nThis one day course is designed to teach you how to effectively operate the AK-47 style platform.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>zeroing your rifle</li>\r\n 	<li>fundamentals of marksmanship</li>\r\n 	<li>proper weapons manipulation</li>\r\n 	<li>fast and effective shooting at CQB and intermediate distances</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>barricade use</li>\r\n</ul>\r\nBill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC. He recently retired as a SEAL after 20 years in the Navy. His duty assignments included several years at SEAL Team Three and over fourteen years at Naval Special Warfare Development Group. Since 9/11 he has been on over ten combat deployments in both the Afghan and Iraqi theaters.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2019-08-23-amtac-shooting-ak-manipulation-course-altus-fl\">Register</a>\r\n\r\n&nbsp;','23 August 2019 - Amtac Shooting AK Manipulations Course (Altus)','','publish','closed','closed','','23-august-2019-amtac-shooting-ak-manipulations-course-altus','','','2024-12-19 00:23:08','2024-12-19 00:23:08','',0,'https://staging.amtacshooting.com/event/23-august-2019-amtac-shooting-ak-manipulations-course-altus/',0,'tribe_events','',0),
(3685,10,'2024-12-19 00:23:08','2024-12-19 00:23:08','','Rapier_Womans_Class-18-2-1PFiOC.tmp_','','inherit','open','closed','','rapier_womans_class-18-2-1pfioc-tmp_','','','2024-12-19 00:23:08','2024-12-19 00:23:08','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Rapier_Womans_Class-18-2-1PFiOC.tmp_.jpg',0,'attachment','image/jpeg',0),
(3686,10,'2024-12-19 00:23:09','2024-12-19 00:23:09','','AK-in-the-snow-min-fv9d4A.tmp_','','inherit','open','closed','','ak-in-the-snow-min-fv9d4a-tmp_','','','2024-12-19 00:23:09','2024-12-19 00:23:09','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/AK-in-the-snow-min-fv9d4A.tmp_.jpg',0,'attachment','image/jpeg',0),
(3687,10,'2024-12-19 00:23:09','2024-12-19 00:23:09','This custom, LEO only, three day course is physically and mentally challenging. It will make you much more capable.\r\n\r\nCourse curriculum will consist of:\r\n<ul>\r\n 	<li>pistol and carbine fundamentals</li>\r\n 	<li>advanced pistol/ carbine drills</li>\r\n 	<li>integrated combatives</li>\r\n 	<li>basic medical</li>\r\n 	<li>mindset training</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2019-10-16-pistol-carbine-combatives-leo-ma\">Register</a>\r\n\r\n&nbsp;','16-18 October 2019 - Amtac Shooting 3 Day Pistol, Carbine &amp; Combatives (LEO only)','','publish','closed','closed','','16-18-october-2019-amtac-shooting-3-day-pistol-carbine-combatives-leo-only','','','2024-12-19 00:23:09','2024-12-19 00:23:09','',0,'https://staging.amtacshooting.com/event/16-18-october-2019-amtac-shooting-3-day-pistol-carbine-combatives-leo-only/',0,'tribe_events','',0),
(3688,10,'2024-12-19 00:23:11','2024-12-19 00:23:11','<div class=\"field-textParagraph field-registrant-0 registrant-field\">\r\n<div class=\"label-align form-width fr-view ng-binding\">\r\n\r\nThis is a 2 hour combatives seminar hosted by Kore BJJ, <a href=\"https://www.facebook.com/attconnecticut/\" target=\"_blank\" rel=\"noopener noreferrer\">American Top Team Connecticut</a> in Danbury CT\r\n\r\nIt will focus on strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principals into real life application.\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2019-11-01-combatives-seminar-kore-bjj-ct\">Register</a>\r\n\r\n&nbsp;','1 November 2019 - Amtac Shooting Combatives Seminar (Kore BJJ)','','publish','closed','closed','','1-november-2019-amtac-shooting-combatives-seminar-kore-bjj','','','2024-12-19 00:23:11','2024-12-19 00:23:11','',0,'https://staging.amtacshooting.com/event/1-november-2019-amtac-shooting-combatives-seminar-kore-bjj/',0,'tribe_events','',0),
(3689,10,'2024-12-19 00:23:11','2024-12-19 00:23:11','','AMTAC18-min-92nwj7.tmp_','','inherit','open','closed','','amtac18-min-92nwj7-tmp_','','','2024-12-19 00:23:11','2024-12-19 00:23:11','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/AMTAC18-min-92nwj7.tmp_.jpg',0,'attachment','image/jpeg',0),
(3690,10,'2024-12-19 00:23:12','2024-12-19 00:23:12','','combatives-cropped-JBT3DW.tmp_','','inherit','open','closed','','combatives-cropped-jbt3dw-tmp_','','','2024-12-19 00:23:12','2024-12-19 00:23:12','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/combatives-cropped-JBT3DW.tmp_.jpg',0,'attachment','image/jpeg',0),
(3691,10,'2024-12-19 00:25:07','2024-12-19 00:25:07','Statistics tell us that you are two to three times as likely to be involved in a violent confrontation during the hours of darkness.  That being said, when was the last time you trained at night?\r\n\r\nThe Amtac Shooting Low Light Tactics Course will equip you to confidently assess and engage/ deescalate as appropriate during the hours of darkness.\r\n\r\nThis course will cover:\r\n<ul>\r\n 	<li>pistol fundamentals</li>\r\n 	<li>strategy/ tactics for night engagements</li>\r\n 	<li>use of weapons mounted and hand held light for IDing/ engaging targets</li>\r\n 	<li>pistol manipulation with hand held flashlight</li>\r\n 	<li>mindset</li>\r\n 	<li>gear selection</li>\r\n 	<li>night combatives.</li>\r\n</ul>\r\nThis is a Thursday/Friday course.\r\n<h3><a href=\"https://amtacshooting.regfox.com/2019-12-12-low-light-tactics-course-ca\">Register</a></h3>\r\n&nbsp;','12-13 December 2019 - Amtac Shooting Low Light Tactics Course','','publish','closed','closed','','12-13-december-2019-amtac-shooting-low-light-tactics-course','','','2024-12-19 00:25:07','2024-12-19 00:25:07','',0,'https://staging.amtacshooting.com/event/12-13-december-2019-amtac-shooting-low-light-tactics-course/',0,'tribe_events','',0),
(3692,10,'2024-12-19 00:25:08','2024-12-19 00:25:08','<em>Hosted by Hill People Gear</em>\r\n\r\nDo you want to be better trained to better protect yourself, your family and your home in everyday situations?\r\n\r\nThis course will take you beyond the basics and will instill the cutting edge mindset, tactics and drills necessary to enable you to survive a violent confrontation.\r\n\r\nTwo days of world class pistol shooting instruction will involve hours of realistic drills designed to increase your situational awareness and instill confidence in your firearms handling ability.\r\n\r\nWe will cover topics such as mindset, gear selection, proper pistol handling, intro to combatives, pistol draw, shooting, shooting and moving, and basic medical.\r\n<h3><a href=\"https://amtacshooting.regfox.com/2019-11-16-responsible-armed-citizen-co\">Register</a></h3>\r\n&nbsp;','16-17 November 2019  - Amtac Shooting Responsible Armed Citizen Course','','publish','closed','closed','','16-17-november-2019-amtac-shooting-responsible-armed-citizen-course','','','2024-12-19 00:25:08','2024-12-19 00:25:08','',0,'https://staging.amtacshooting.com/event/16-17-november-2019-amtac-shooting-responsible-armed-citizen-course/',0,'tribe_events','',0),
(3693,10,'2024-12-19 00:25:09','2024-12-19 00:25:09','','IMG_3960-GWmt5t.tmp_','','inherit','open','closed','','img_3960-gwmt5t-tmp_','','','2024-12-19 00:25:09','2024-12-19 00:25:09','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/IMG_3960-GWmt5t.tmp_.jpg',0,'attachment','image/jpeg',0),
(3694,10,'2024-12-19 00:25:09','2024-12-19 00:25:09','Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed.\r\n\r\nThis course will teach you:\r\n<ul>\r\n 	<li>How to integrate empty hand techniques with blades, improvised weapons and firearms.</li>\r\n 	<li>How to fluidly transition from one tool to the next based on what is situationally appropriate.</li>\r\n</ul>\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2020-01-25-integrated-pistol-combatives-course\">Register now.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','25-26 January 2020 Amtac Shooting Integrated Pistol Combatives Course','','publish','closed','closed','','25-26-january-2020-amtac-shooting-integrated-pistol-combatives-course','','','2024-12-19 00:25:09','2024-12-19 00:25:09','',0,'https://staging.amtacshooting.com/event/25-26-january-2020-amtac-shooting-integrated-pistol-combatives-course/',0,'tribe_events','',0),
(3695,10,'2024-12-19 00:25:10','2024-12-19 00:25:10','','IMG_86900331-bEwyNE.tmp_','','inherit','open','closed','','img_86900331-bewyne-tmp_','','','2024-12-19 00:25:10','2024-12-19 00:25:10','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/IMG_86900331-bEwyNE.tmp_.jpg',0,'attachment','image/jpeg',0),
(3696,10,'2024-12-19 00:25:10','2024-12-19 00:25:10','This course is designed to teach you how to effectively operate your AR-15 style carbine with your pistol.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>setting up your carbine</li>\r\n 	<li>zeroing your optics</li>\r\n 	<li>fundamentals of marksmanship</li>\r\n 	<li>fast and effective shooting at CQB distances</li>\r\n 	<li>gear set up</li>\r\n 	<li>weapons</li>\r\n 	<li>ammo and optics selection</li>\r\n 	<li>transition drills</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shooting around barricades</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2020-01-23-amtac-shooting-private-pistol-carbine-course\">Register</a></h3>\r\n&nbsp;','23-24 January 2020  - Amtac Shooting Pistol Carbine Course (Private)','','publish','closed','closed','','23-24-january-2020-amtac-shooting-pistol-carbine-course-private','','','2024-12-19 00:25:10','2024-12-19 00:25:10','',0,'https://staging.amtacshooting.com/event/23-24-january-2020-amtac-shooting-pistol-carbine-course-private/',0,'tribe_events','',0),
(3697,10,'2024-12-19 00:25:11','2024-12-19 00:25:11','','carbine_course-min-whY6ct.tmp_','','inherit','open','closed','','carbine_course-min-why6ct-tmp_','','','2024-12-19 00:25:11','2024-12-19 00:25:11','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/carbine_course-min-whY6ct.tmp_.jpg',0,'attachment','image/jpeg',0),
(3698,10,'2024-12-19 00:25:11','2024-12-19 00:25:11','Does your system work? How well will your shooting/ combatives hold up under pressure?\r\n\r\nThe Amtac Force on Force course will help you answer those questions and also build on your existing skill set.\r\n\r\nThis course will cover pistol/ combative/ blade fundamentals and then place you in mentally and physically challenging force on force scenarios.\r\n\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ combative ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2020-03-07-amtac-shooting-force-on-force-course\">Register</a>','7-8 March 2020 Amtac Shooting Force on Force Course','','publish','closed','closed','','7-8-march-2020-amtac-shooting-force-on-force-course','','','2024-12-19 00:25:11','2024-12-19 00:25:11','',0,'https://staging.amtacshooting.com/event/7-8-march-2020-amtac-shooting-force-on-force-course/',0,'tribe_events','',0),
(3699,10,'2024-12-19 00:26:26','2024-12-19 00:26:26','This course is designed to teach you how to effectively operate your AR-15 style carbine.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>setting up your carbine</li>\r\n 	<li>zeroing your optics</li>\r\n 	<li>fundamentals of marksmanship</li>\r\n 	<li>proper weapons manipulation</li>\r\n 	<li>fast and effective shooting at CQB and intermediate distances</li>\r\n 	<li>combatives with a carbine</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shooting around barricades.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2020-02-22-combative-carbine-tx\">Register</a></h3>','22-23 February 2020 Amtac Shooting Combative Carbine Course','','publish','closed','closed','','22-23-february-2020-amtac-shooting-combative-carbine-course','','','2024-12-19 00:26:26','2024-12-19 00:26:26','',0,'https://staging.amtacshooting.com/event/22-23-february-2020-amtac-shooting-combative-carbine-course/',0,'tribe_events','',0),
(3700,10,'2024-12-19 00:26:28','2024-12-19 00:26:28','This course is designed build competence with your compact carbine. Whether this is in the form of a \"truck gun\" or \"back pack gun\" more and more responsible armed citizens are increasing their capability by keeping a compact carbine close at hand. Among other things, the Amtac Shooting Compact Carbine Deployment Course will cover:\r\n<ul>\r\n 	<li>truck/ pack gun considerations</li>\r\n 	<li>strike/ low ready presentations</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shoulders switches</li>\r\n 	<li>positional shooting</li>\r\n 	<li>barricade use</li>\r\n</ul>\r\nThere will be multiple dynamic compact carbine deployment drills.\r\n\r\n<strong>This is a physically demanding course, you need to have a base level of proficiency with both the carbine and pistol to attend.</strong>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2020-03-06-compact-carbine-deployment-course\">Register</a></h3>\r\n&nbsp;','6 March 2020  - Amtac Shooting Compact Carbine Deployment Course','','publish','closed','closed','','6-march-2020-amtac-shooting-compact-carbine-deployment-course','','','2024-12-19 00:26:28','2024-12-19 00:26:28','',0,'https://staging.amtacshooting.com/event/6-march-2020-amtac-shooting-compact-carbine-deployment-course/',0,'tribe_events','',0),
(3701,10,'2024-12-19 00:26:28','2024-12-19 00:26:28','Because the AK is one of the most widely proliferated firearms in the world and has been the preferred weapon of our enemies for the last 50 years, it is a platform that you should be comfortable running.\r\n\r\nThis one day course is designed to teach you how to effectively operate the AK-47 style platform.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>zeroing your rifle</li>\r\n 	<li>fundamentals of marksmanship</li>\r\n 	<li>proper weapons manipulation</li>\r\n 	<li>fast and effective shooting at CQB and intermediate distances</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>barricade use</li>\r\n</ul>\r\nBill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC. He recently retired as a SEAL after 20 years in the Navy. His duty assignments included several years at SEAL Team Three and over fourteen years at Naval Special Warfare Development Group. Since 9/11 he has been on over ten combat deployments in both the Afghan and Iraqi theaters.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2020-04-24-amtac-shooting-ak-manipulation-course-ok\">Register</a>\r\n\r\n&nbsp;','24 April 2020 - Amtac Shooting AK Manipulations Course','','publish','closed','closed','','24-april-2020-amtac-shooting-ak-manipulations-course','','','2024-12-19 00:26:28','2024-12-19 00:26:28','',0,'https://staging.amtacshooting.com/event/24-april-2020-amtac-shooting-ak-manipulations-course/',0,'tribe_events','',0),
(3702,10,'2024-12-19 00:26:29','2024-12-19 00:26:29','This course is designed to teach you how to effectively operate your AR-15 style carbine.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>setting up your carbine</li>\r\n 	<li>zeroing your optics</li>\r\n 	<li>fundamentals of marksmanship</li>\r\n 	<li>proper weapons manipulation</li>\r\n 	<li>fast and effective shooting at CQB and intermediate distances</li>\r\n 	<li>combatives with a carbine</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shooting around barricades.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2020-04-25-combative-carbine-course-okc\">Register</a></h3>','25-26 April 2020 Amtac Shooting Combative Carbine Course','','publish','closed','closed','','25-26-april-2020-amtac-shooting-combative-carbine-course','','','2024-12-19 00:26:29','2024-12-19 00:26:29','',0,'https://staging.amtacshooting.com/event/25-26-april-2020-amtac-shooting-combative-carbine-course/',0,'tribe_events','',0),
(3703,10,'2024-12-19 00:26:29','2024-12-19 00:26:29','This course is designed build competence with your compact carbine. Whether this is in the form of a \"truck gun\" or \"back pack gun\" more and more responsible armed citizens are increasing their capability by keeping a compact carbine close at hand. Among other things, the Amtac Shooting Compact Carbine Deployment Course will cover:\r\n<ul>\r\n 	<li>truck/ pack gun considerations</li>\r\n 	<li>strike/ low ready presentations</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shoulders switches</li>\r\n 	<li>positional shooting</li>\r\n 	<li>barricade use</li>\r\n</ul>\r\nThere will be multiple dynamic compact carbine deployment drills.\r\n\r\n<strong>This is a physically demanding course, you need to have a base level of proficiency with both the carbine and pistol to attend.</strong>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2020-05-15-compact-carbine-deployment-course-atl\">Register</a></h3>\r\n&nbsp;','15 May 2020  - Amtac Shooting Compact Carbine Deployment Course','','publish','closed','closed','','15-may-2020-amtac-shooting-compact-carbine-deployment-course','','','2024-12-19 00:26:29','2024-12-19 00:26:29','',0,'https://staging.amtacshooting.com/event/15-may-2020-amtac-shooting-compact-carbine-deployment-course/',0,'tribe_events','',0),
(3704,10,'2024-12-19 00:26:42','2024-12-19 00:26:42','Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed.\r\n\r\nThis course will teach you:\r\n<ul>\r\n 	<li>How to integrate empty hand technique combatives with blades, improvised weapons and firearms.</li>\r\n 	<li>How to fluidly transition from one tool to the next based on what is situationally appropriate.</li>\r\n</ul>\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2020-05-16-integrated-combatives-course\">Register now.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','16-17 May 2020 Amtac Shooting Integrated Combatives Course','','publish','closed','closed','','16-17-may-2020-amtac-shooting-integrated-combatives-course','','','2024-12-19 00:26:42','2024-12-19 00:26:42','',0,'https://staging.amtacshooting.com/event/16-17-may-2020-amtac-shooting-integrated-combatives-course/',0,'tribe_events','',0),
(3705,10,'2024-12-19 00:26:43','2024-12-19 00:26:43','Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed.\r\n\r\nThis course will teach you:\r\n<ul>\r\n 	<li>How to integrate empty hand technique combatives with blades, improvised weapons and firearms.</li>\r\n 	<li>How to fluidly transition from one tool to the next based on what is situationally appropriate.</li>\r\n</ul>\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2020-09-19-integrated-combatives-course-me\">Register now.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','19-20 September 2020 Amtac Shooting Integrated Combatives Course','','publish','closed','closed','','19-20-september-2020-amtac-shooting-integrated-combatives-course','','','2024-12-19 00:26:43','2024-12-19 00:26:43','',0,'https://staging.amtacshooting.com/event/19-20-september-2020-amtac-shooting-integrated-combatives-course/',0,'tribe_events','',0),
(3706,10,'2024-12-19 00:26:44','2024-12-19 00:26:44','This course is designed build competence with your compact carbine. Whether this is in the form of a \"truck gun\" or \"back pack gun\" more and more responsible armed citizens are increasing their capability by keeping a compact carbine close at hand. Among other things, the Amtac Shooting Compact Carbine Deployment Course will cover:\r\n<ul>\r\n 	<li>truck/ pack gun considerations</li>\r\n 	<li>strike/ low ready presentations</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shoulders switches</li>\r\n 	<li>positional shooting</li>\r\n 	<li>barricade use</li>\r\n</ul>\r\nThere will be multiple dynamic compact carbine deployment drills.\r\n\r\n<strong>This is a physically demanding course, you need to have a base level of proficiency with both the carbine and pistol to attend.</strong>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2020-09-21-compact-carbine-deployment-me\">Register</a></h3>\r\n&nbsp;','21 September 2020  - Amtac Shooting Compact Carbine Deployment Course','','publish','closed','closed','','21-september-2020-amtac-shooting-compact-carbine-deployment-course','','','2024-12-19 00:26:44','2024-12-19 00:26:44','',0,'https://staging.amtacshooting.com/event/21-september-2020-amtac-shooting-compact-carbine-deployment-course/',0,'tribe_events','',0),
(3707,10,'2024-12-19 00:26:44','2024-12-19 00:26:44','This is a 3 day Modern Minute Man Course with a precision rifle focus. The purpose of this course is to build men that can perform the following tasks:\r\n<ol>\r\n 	<li>Be able to shoot out to 600-700 yards, 1200-1400 yards and 1600-2000+ yards depending on weapons system.</li>\r\n 	<li>Be able to navigate 20 miles while carrying a 25-35lbs load</li>\r\n 	<li>Have a base level of bush-crafting skills</li>\r\n 	<li>Understand basic LOS communications.</li>\r\n</ol>\r\nIn order to reach proficiency in the above tasks we will cover these topics during the course:\r\n<ul>\r\n 	<li>precision rifle shooting</li>\r\n 	<li>setting up your rifle</li>\r\n 	<li>understanding MOAs and mils</li>\r\n 	<li>reading the wind</li>\r\n 	<li>understanding shooter/spotter communication</li>\r\n 	<li>using ballistic software</li>\r\n 	<li>non standard shooting positions</li>\r\n 	<li>night shooting familiarization block (bring NVGs if you have them but not required)</li>\r\n 	<li>basic radio communication</li>\r\n 	<li>land navigation with GPS, map and compass</li>\r\n 	<li>discussion on basic fire making and backcountry equipment</li>\r\n</ul>\r\n<strong>Training Day One</strong>\r\n\r\nPrecision rifle class/ practical and a short block on basic line of sight communications (LOS).\r\n\r\n<strong>Training Day Two </strong>\r\n\r\nMore precision rifle shooting, positional shooting, navigation class/ practical, and a short night shooting block.\r\n\r\n<strong>Training Day Three </strong>\r\n\r\nMore precision rifle shooting/ navigation followed by a competition where you put all of these skills together. Why a competition? Because it is good to put some pressure on ourselves from time to time. Also guys will prepare for the course more if they know that they will get to test themselves against their peers. The competition will be self paced, so you don’t have to be able to complete all of the tasks or navigate to all of the waypoints.\r\n\r\n<strong>Prerequisites:</strong>\r\n\r\nBase level of fitness; be able to walk 5 miles with a 30lbs pack.\r\nCompetent and 100% safe with pistol and carbine. You need to have completed a pistol and a carbine course with myself, Kyle Defoor, Northern Red, or another reputable trainer, or you need to have someone I know vouch for you.  If you are not sure contact me.\r\n\r\n<strong>Camping:</strong>\r\n\r\nPrimitive camping will be available on site, contact me for details.','3-5 April 2020  - The Modern Minute Man Course (Precision Rifle Focus)','','publish','closed','closed','','3-5-april-2020-the-modern-minute-man-course-precision-rifle-focus','','','2024-12-19 00:26:44','2024-12-19 00:26:44','',0,'https://staging.amtacshooting.com/event/3-5-april-2020-the-modern-minute-man-course-precision-rifle-focus/',0,'tribe_events','',0),
(3708,10,'2024-12-19 00:26:46','2024-12-19 00:26:46','This course is designed build competence with your compact carbine. Whether this is in the form of a \"truck gun\" or \"back pack gun\" more and more responsible armed citizens are increasing their capability by keeping a compact carbine close at hand. Among other things, the Amtac Shooting Compact Carbine Deployment Course will cover:\r\n<ul>\r\n 	<li>truck/ pack gun considerations</li>\r\n 	<li>strike/ low ready presentations</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shoulders switches</li>\r\n 	<li>positional shooting</li>\r\n 	<li>barricade use</li>\r\n</ul>\r\nThere will be multiple dynamic compact carbine deployment drills.\r\n\r\n<strong>This is a physically demanding course, you need to have a base level of proficiency with both the carbine and pistol to attend.</strong>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2020-06-12-compact-carbine-deployment-course\">Register</a></h3>\r\n&nbsp;','12 June 2020  - Amtac Shooting Compact Carbine Deployment Course','','publish','closed','closed','','12-june-2020-amtac-shooting-compact-carbine-deployment-course','','','2024-12-19 00:26:46','2024-12-19 00:26:46','',0,'https://staging.amtacshooting.com/event/12-june-2020-amtac-shooting-compact-carbine-deployment-course/',0,'tribe_events','',0),
(3709,10,'2024-12-19 00:26:46','2024-12-19 00:26:46','','IMG_4906-min-xZKZmj.tmp_','','inherit','open','closed','','img_4906-min-xzkzmj-tmp_','','','2024-12-19 00:26:46','2024-12-19 00:26:46','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/IMG_4906-min-xZKZmj.tmp_.jpg',0,'attachment','image/jpeg',0),
(3710,10,'2024-12-19 00:27:14','2024-12-19 00:27:14','Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed.\r\n\r\nThis course will teach you:\r\n<ul>\r\n 	<li>How to integrate empty hand technique combatives with blades, improvised weapons and firearms.</li>\r\n 	<li>How to fluidly transition from one tool to the next based on what is situationally appropriate.</li>\r\n</ul>\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\nThis is a Friday&amp; Saturday course.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2020-07-10-integrated-combatives-course\">Register now.</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','10-11 July 2020 Amtac Shooting Integrated Combatives Course','','publish','closed','closed','','10-11-july-2020-amtac-shooting-integrated-combatives-course','','','2024-12-19 00:27:14','2024-12-19 00:27:14','',0,'https://staging.amtacshooting.com/event/10-11-july-2020-amtac-shooting-integrated-combatives-course/',0,'tribe_events','',0),
(3711,10,'2024-12-19 00:27:15','2024-12-19 00:27:15','This course is designed build competence with your compact carbine. Whether this is in the form of a \"truck gun\" or \"back pack gun\" more and more responsible armed citizens are increasing their capability by keeping a compact carbine close at hand. Among other things, the Amtac Shooting Compact Carbine Deployment Course will cover:\r\n<ul>\r\n 	<li>truck/ pack gun considerations</li>\r\n 	<li>strike/ low ready presentations</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shoulders switches</li>\r\n 	<li>positional shooting</li>\r\n 	<li>barricade use</li>\r\n</ul>\r\nThere will be multiple dynamic compact carbine deployment drills.\r\n\r\n<strong>This is a physically demanding course, you need to have a base level of proficiency with both the carbine and pistol to attend.</strong>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2020-08-14-compact-carbine-deployment-course\">Register</a></h3>\r\n&nbsp;','14 August 2020  - Amtac Shooting Compact Carbine Deployment Course','','publish','closed','closed','','14-august-2020-amtac-shooting-compact-carbine-deployment-course','','','2024-12-19 00:27:15','2024-12-19 00:27:15','',0,'https://staging.amtacshooting.com/event/14-august-2020-amtac-shooting-compact-carbine-deployment-course/',0,'tribe_events','',0),
(3712,10,'2024-12-19 00:27:16','2024-12-19 00:27:16','','truck-compact-carbine-EXiZD3.tmp_','','inherit','open','closed','','truck-compact-carbine-exizd3-tmp_','','','2024-12-19 00:27:16','2024-12-19 00:27:16','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/truck-compact-carbine-EXiZD3.tmp_.jpg',0,'attachment','image/jpeg',0),
(3713,10,'2024-12-19 00:27:16','2024-12-19 00:27:16','Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed.\r\n\r\nThis course will teach you:\r\n<ul>\r\n 	<li>How to integrate empty hand technique combatives with blades, improvised weapons and firearms.</li>\r\n 	<li>How to fluidly transition from one tool to the next based on what is situationally appropriate.</li>\r\n</ul>\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2020-08-15-integrated-combatives-course\">Register</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','15-16 August 2020 Amtac Shooting Integrated Combatives Course','','publish','closed','closed','','15-16-august-2020-amtac-shooting-integrated-combatives-course','','','2024-12-19 00:27:16','2024-12-19 00:27:16','',0,'https://staging.amtacshooting.com/event/15-16-august-2020-amtac-shooting-integrated-combatives-course/',0,'tribe_events','',0),
(3714,10,'2024-12-19 00:27:17','2024-12-19 00:27:17','This custom, LEO only, two day course.\r\n\r\nThis course is designed to teach law enforcement and military professionals the tactics and techniques they need to stay alive in an increasingly dangerous workplace.\r\n\r\n<span style=\"font-size: large\">Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking will likely get you killed. This course will teach you how integrate empty hand techniques with blades, improvised weapons and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. We will then pressurize these techniques with challenging force on force drills.</span>\r\n\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2020-09-17-leo-pistol-combatives-force-on-force\">Register</a>\r\n\r\n&nbsp;','17-18 September 2020 - Amtac Shooting  Pistol Combatives &amp; Force on Force Course (LEO only)','','publish','closed','closed','','17-18-september-2020-amtac-shooting-pistol-combatives-force-on-force-course-leo-only','','','2024-12-19 00:27:17','2024-12-19 00:27:17','',0,'https://staging.amtacshooting.com/event/17-18-september-2020-amtac-shooting-pistol-combatives-force-on-force-course-leo-only/',0,'tribe_events','',0),
(3715,10,'2024-12-19 00:27:18','2024-12-19 00:27:18','Do you want to be better trained to better protect yourself, your family and your home in everyday situations?\r\n\r\nThis course will take you beyond the basics and will instill the cutting edge mindset, tactics and drills necessary to enable you to survive a violent confrontation.\r\n\r\nTwo days of world class pistol shooting instruction will involve hours of realistic drills designed to increase your situational awareness and instill confidence in your firearms handling ability.\r\n\r\nWe will cover topics such as mindset, gear selection, proper pistol handling, intro to combatives, pistol draw, shooting, shooting and moving, and basic medical.\r\n<h3><a href=\"https://amtacshooting.regfox.com/2020-11-14-responsible-armed-citizen\">Register</a></h3>\r\n&nbsp;','14-15 November 2020  - Amtac Shooting Responsible Armed Citizen Course','','publish','closed','closed','','14-15-november-2020-amtac-shooting-responsible-armed-citizen-course','','','2024-12-19 00:27:18','2024-12-19 00:27:18','',0,'https://staging.amtacshooting.com/event/14-15-november-2020-amtac-shooting-responsible-armed-citizen-course/',0,'tribe_events','',0),
(3716,10,'2024-12-19 00:27:27','2024-12-19 00:27:27','Does your system work? How well will your shooting/ combatives hold up under pressure?\r\n\r\nThe Amtac Force on Force course will help you answer those questions and also build on your existing skill set.\r\n\r\nThis course will cover pistol/ combative/ blade fundamentals and then place you in mentally and physically challenging force on force scenarios.\r\n\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ combative ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2020-11-16-force-on-force-ct\">Register</a>','16-17 November 2020 Amtac Shooting Force on Force Course','','publish','closed','closed','','16-17-november-2020-amtac-shooting-force-on-force-course','','','2024-12-19 00:27:27','2024-12-19 00:27:27','',0,'https://staging.amtacshooting.com/event/16-17-november-2020-amtac-shooting-force-on-force-course/',0,'tribe_events','',0),
(3717,10,'2024-12-19 00:27:28','2024-12-19 00:27:28','This three day course is intended to train responsible armed citizens and select law enforcement to efficiently use carbines and pistols in complete darkness with the aid of night vision.\r\n\r\nThis course is three days of day into night shooting. You will learn cutting edge pistol and carbine drills during the day and then continue to rep those skills in complete darkness.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>pistol/ carbine fundamentals,</li>\r\n 	<li>setting up your gear for night fighting,</li>\r\n 	<li>optics/ laser/ weapon/ ammunition selection,</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shooting from barricades.</li>\r\n 	<li>steel jungle lane</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2020-11-05-night-vision-north-id\">Register</a></h3>\r\n&nbsp;','5-7 November 2020 Amtac Shooting Night Shooting Course','','publish','closed','closed','','5-7-november-2020-amtac-shooting-night-shooting-course','','','2024-12-19 00:27:28','2024-12-19 00:27:28','',0,'https://staging.amtacshooting.com/event/5-7-november-2020-amtac-shooting-night-shooting-course/',0,'tribe_events','',0),
(3718,10,'2024-12-19 00:27:29','2024-12-19 00:27:29','Does your system work? How well will your shooting/ combatives hold up under pressure?\r\n\r\nThe Amtac Force on Force course will help you answer those questions and also build on your existing skill set.\r\n\r\nThis course will cover pistol/ combative/ blade fundamentals and then place you in mentally and physically challenging force on force scenarios.\r\n\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ combative ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2020-12-2-force-on-force-course-ca\">Register</a>','2-3 December 2020 Amtac Shooting Force on Force Course','','publish','closed','closed','','2-3-december-2020-amtac-shooting-force-on-force-course','','','2024-12-19 00:27:29','2024-12-19 00:27:29','',0,'https://staging.amtacshooting.com/event/2-3-december-2020-amtac-shooting-force-on-force-course/',0,'tribe_events','',0),
(3719,10,'2024-12-19 00:27:30','2024-12-19 00:27:30','Does your system work? How well will your shooting/ combatives hold up under pressure?\r\n\r\nThe Amtac Force on Force course will help you answer those questions and also build on your existing skill set.\r\n\r\nThis course will cover pistol/ combative/ blade fundamentals and then place you in mentally and physically challenging force on force scenarios.\r\n\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ combative ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2020-06-13-force-on-force-course\">Register</a>','13-14 June 2020 Amtac Shooting Force on Force Course','','publish','closed','closed','','13-14-june-2020-amtac-shooting-force-on-force-course','','','2024-12-19 00:27:30','2024-12-19 00:27:30','',0,'https://staging.amtacshooting.com/event/13-14-june-2020-amtac-shooting-force-on-force-course/',0,'tribe_events','',0),
(3720,10,'2024-12-19 00:27:31','2024-12-19 00:27:31','<div class=\"field-textParagraph field-registrant-0 registrant-field\">\r\n<div class=\"label-align form-width fr-view ng-binding\">\r\n\r\nThis is a 3 hour combatives seminar hosted by Kore BJJ, <a href=\"https://www.facebook.com/attconnecticut/\" target=\"_blank\" rel=\"noopener noreferrer\">American Top Team Connecticut</a> in Danbury CT.\r\n\r\nTime: 5-8pm\r\n\r\nIt will focus on strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principals into real life application. A mindset talk will be included.\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2020-11-13-combatives-seminar-kore-bjj-ct\">Register</a>\r\n\r\n&nbsp;','13 November 2020 - Amtac Shooting Combatives Seminar (Kore BJJ)','','publish','closed','closed','','13-november-2020-amtac-shooting-combatives-seminar-kore-bjj','','','2024-12-19 00:27:31','2024-12-19 00:27:31','',0,'https://staging.amtacshooting.com/event/13-november-2020-amtac-shooting-combatives-seminar-kore-bjj/',0,'tribe_events','',0),
(3721,10,'2024-12-19 00:27:47','2024-12-19 00:27:47','This course is designed to teach you how to effectively operate your AR-15 style carbine.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>setting up your carbine</li>\r\n 	<li>zeroing your optics</li>\r\n 	<li>fundamentals of marksmanship</li>\r\n 	<li>proper weapons manipulation</li>\r\n 	<li>fast and effective shooting at CQB and intermediate distances</li>\r\n 	<li>combatives with a carbine</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shooting around barricades.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2021-01-16-combative-carbine-course\">Register</a></h3>','16-17 January 2021 Amtac Shooting Combative Carbine Course','','publish','closed','closed','','16-17-january-2021-amtac-shooting-combative-carbine-course','','','2024-12-19 00:27:47','2024-12-19 00:27:47','',0,'https://staging.amtacshooting.com/event/16-17-january-2021-amtac-shooting-combative-carbine-course/',0,'tribe_events','',0),
(3722,10,'2024-12-19 00:27:48','2024-12-19 00:27:48','This course is designed build competence with your compact carbine. Whether this is in the form of a \"truck gun\" or \"back pack gun\" more and more responsible armed citizens are increasing their capability by keeping a compact carbine close at hand. Among other things, the Amtac Shooting Compact Carbine Deployment Course will cover:\r\n<ul>\r\n 	<li>truck/ pack gun considerations</li>\r\n 	<li>strike/ low ready presentations</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shoulders switches</li>\r\n 	<li>positional shooting</li>\r\n 	<li>barricade use</li>\r\n</ul>\r\nThere will be multiple dynamic compact carbine deployment drills.\r\n\r\n<strong>This is a physically demanding course, you need to have a base level of proficiency with both the carbine and pistol to attend.</strong>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2021-02-26-compact-carbine-course\">Register</a></h3>\r\n&nbsp;','26 February 2021  - Amtac Shooting Compact Carbine Deployment Course','','publish','closed','closed','','26-february-2021-amtac-shooting-compact-carbine-deployment-course','','','2024-12-19 00:27:48','2024-12-19 00:27:48','',0,'https://staging.amtacshooting.com/event/26-february-2021-amtac-shooting-compact-carbine-deployment-course/',0,'tribe_events','',0),
(3723,10,'2024-12-19 00:27:48','2024-12-19 00:27:48','Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed.\r\n\r\nThis course will teach you:\r\n<ul>\r\n 	<li>How to integrate empty hand technique combatives with blades, improvised weapons and firearms.</li>\r\n 	<li>How to fluidly transition from one tool to the next based on what is situationally appropriate.</li>\r\n</ul>\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2021-02-27-integrated-combatives-course-tx\">Register</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','27-28 February 2021 Amtac Shooting Integrated Combatives Course','','publish','closed','closed','','27-28-february-2021-amtac-shooting-integrated-combatives-course','','','2024-12-19 00:27:48','2024-12-19 00:27:48','',0,'https://staging.amtacshooting.com/event/27-28-february-2021-amtac-shooting-integrated-combatives-course/',0,'tribe_events','',0),
(3724,10,'2024-12-19 00:27:49','2024-12-19 00:27:49','The Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills:\r\n<ul>\r\n 	<li>Bleeding control</li>\r\n 	<li>Airway management</li>\r\n 	<li>Respiratory support</li>\r\n 	<li>Dealing with shock and hypothermia</li>\r\n</ul>\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2021-03-19-pistol-combatives-and-medical-course-fl\">Register</a>','19 March 2021 Amtac Shooting Pistol Combatives and Medical Course','','publish','closed','closed','','19-march-2021-amtac-shooting-pistol-combatives-and-medical-course','','','2024-12-19 00:27:49','2024-12-19 00:27:49','',0,'https://staging.amtacshooting.com/event/19-march-2021-amtac-shooting-pistol-combatives-and-medical-course/',0,'tribe_events','',0),
(3725,10,'2024-12-19 00:27:50','2024-12-19 00:27:50','','DSCF1872-DA0FZv.tmp_','','inherit','open','closed','','dscf1872-da0fzv-tmp_','','','2024-12-19 00:27:50','2024-12-19 00:27:50','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/DSCF1872-DA0FZv.tmp_.jpg',0,'attachment','image/jpeg',0),
(3726,10,'2024-12-19 00:27:50','2024-12-19 00:27:50','<h2><em>Hosted by Altus Shooting Solutions</em></h2>\r\nWhat if you could only have one rifle? Serious men have discussed the merits of different platforms/ optics for years. With a properly configured “hybrid carbine” you can confidently make all of the time standards at CQB distances and then transition and engage out to 600-700 yards.\r\n\r\nThis course will teach you:\r\n<ul>\r\n 	<li>solid carbine fundamentals</li>\r\n 	<li>shooting holds out to 500-700 yards</li>\r\n 	<li>understanding MOA\'s/ Mil\'s,</li>\r\n 	<li>reading wind</li>\r\n 	<li>ammo and optics selection</li>\r\n 	<li>spotting</li>\r\n 	<li>basic medical.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2021-03-20-hybrid-carbine-course-fl\">Register</a></h3>','20-21 March 2021 Amtac Shooting Hybrid Carbine Course','','publish','closed','closed','','20-21-march-2021-amtac-shooting-hybrid-carbine-course','','','2024-12-19 00:27:50','2024-12-19 00:27:50','',0,'https://staging.amtacshooting.com/event/20-21-march-2021-amtac-shooting-hybrid-carbine-course/',0,'tribe_events','',0),
(3727,10,'2024-12-19 00:28:07','2024-12-19 00:28:07','This course is designed build competence with your compact carbine. Whether this is in the form of a \"truck gun\" or \"back pack gun\" more and more responsible armed citizens are increasing their capability by keeping a compact carbine close at hand. Among other things, the Amtac Shooting Compact Carbine Deployment Course will cover:\r\n<ul>\r\n 	<li>truck/ pack gun considerations</li>\r\n 	<li>strike/ low ready presentations</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shoulders switches</li>\r\n 	<li>positional shooting</li>\r\n 	<li>barricade use</li>\r\n</ul>\r\nThere will be multiple dynamic compact carbine deployment drills.\r\n\r\n<strong>This is a physically demanding course, you need to have a base level of proficiency with both the carbine and pistol to attend.</strong>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2021-04-09-compact-carbine-deployment-in\">Register</a></h3>\r\n&nbsp;','9 April 2021 - Amtac Shooting Compact Carbine Deployment Course','','publish','closed','closed','','9-april-2021-amtac-shooting-compact-carbine-deployment-course','','','2024-12-19 00:28:07','2024-12-19 00:28:07','',0,'https://staging.amtacshooting.com/event/9-april-2021-amtac-shooting-compact-carbine-deployment-course/',0,'tribe_events','',0),
(3728,10,'2024-12-19 00:28:07','2024-12-19 00:28:07','Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed.\r\n\r\nThis course will teach you:\r\n<ul>\r\n 	<li>How to integrate empty hand technique combatives with blades, improvised weapons and firearms.</li>\r\n 	<li>How to fluidly transition from one tool to the next based on what is situationally appropriate.</li>\r\n</ul>\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2021-04-10-integrated-combatives-in\">Register</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','10-11 April 2021 Amtac Shooting Integrated Combatives Course','','publish','closed','closed','','10-11-april-2021-amtac-shooting-integrated-combatives-course','','','2024-12-19 00:28:07','2024-12-19 00:28:07','',0,'https://staging.amtacshooting.com/event/10-11-april-2021-amtac-shooting-integrated-combatives-course/',0,'tribe_events','',0),
(3729,10,'2024-12-19 00:28:08','2024-12-19 00:28:08','Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed.\r\n\r\nThis course will teach you:\r\n<ul>\r\n 	<li>How to integrate empty hand technique combatives with blades, improvised weapons and firearms.</li>\r\n 	<li>How to fluidly transition from one tool to the next based on what is situationally appropriate.</li>\r\n</ul>\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2021-04-24-integrated-combatives-course-okc\">Register</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','24-25 April 2021 Amtac Shooting Integrated Combatives Course','','publish','closed','closed','','24-25-april-2021-amtac-shooting-integrated-combatives-course','','','2024-12-19 00:28:08','2024-12-19 00:28:08','',0,'https://staging.amtacshooting.com/event/24-25-april-2021-amtac-shooting-integrated-combatives-course/',0,'tribe_events','',0),
(3730,10,'2024-12-19 00:28:09','2024-12-19 00:28:09','This course is designed build competence with your compact carbine. Whether this is in the form of a \"truck gun\" or \"back pack gun\" more and more responsible armed citizens are increasing their capability by keeping a compact carbine close at hand. Among other things, the Amtac Shooting Compact Carbine Deployment Course will cover:\r\n<ul>\r\n 	<li>truck/ pack gun considerations</li>\r\n 	<li>strike/ low ready presentations</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shoulders switches</li>\r\n 	<li>positional shooting</li>\r\n 	<li>barricade use</li>\r\n</ul>\r\nThere will be multiple dynamic compact carbine deployment drills.\r\n\r\n<strong>This is a physically demanding course, you need to have a base level of proficiency with both the carbine and pistol to attend.</strong>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2021-04-23-compact-carbine-deployment-course-okc\">Register</a></h3>\r\n&nbsp;','23 April 2021 - Amtac Shooting Compact Carbine Deployment Course','','publish','closed','closed','','23-april-2021-amtac-shooting-compact-carbine-deployment-course','','','2024-12-19 00:28:09','2024-12-19 00:28:09','',0,'https://staging.amtacshooting.com/event/23-april-2021-amtac-shooting-compact-carbine-deployment-course/',0,'tribe_events','',0),
(3731,10,'2024-12-19 00:28:09','2024-12-19 00:28:09','This course is designed to teach you how to effectively operate your AR-15 style carbine with your pistol.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>setting up your carbine</li>\r\n 	<li>zeroing your optics</li>\r\n 	<li>fundamentals of marksmanship</li>\r\n 	<li>fast and effective shooting at CQB distances</li>\r\n 	<li>gear set up</li>\r\n 	<li>weapons</li>\r\n 	<li>ammo and optics selection</li>\r\n 	<li>transition drills</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shooting around barricades</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2021-01-14-private-carbine-course-tucson-az\">Register</a></h3>\r\n&nbsp;','14-15 January 2021  - Amtac Shooting Pistol Carbine Course (Private)','','publish','closed','closed','','14-15-january-2021-amtac-shooting-pistol-carbine-course-private','','','2024-12-19 00:28:09','2024-12-19 00:28:09','',0,'https://staging.amtacshooting.com/event/14-15-january-2021-amtac-shooting-pistol-carbine-course-private/',0,'tribe_events','',0),
(3732,10,'2024-12-19 00:28:25','2024-12-19 00:28:25','The Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills:\r\n<ul>\r\n 	<li>Bleeding control</li>\r\n 	<li>Airway management</li>\r\n 	<li>Respiratory support</li>\r\n 	<li>Dealing with shock and hypothermia</li>\r\n</ul>\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2021-03-12-pistol-combatives-and-medical-course\">Register</a>','12 March 2021 Amtac Shooting Pistol Combatives and Medical Course','','publish','closed','closed','','12-march-2021-amtac-shooting-pistol-combatives-and-medical-course','','','2024-12-19 00:28:25','2024-12-19 00:28:25','',0,'https://staging.amtacshooting.com/event/12-march-2021-amtac-shooting-pistol-combatives-and-medical-course/',0,'tribe_events','',0),
(3733,10,'2024-12-19 00:28:26','2024-12-19 00:28:26','<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">Deep concealment. This used to mean you had to compromise on the capability you were carrying, but that is no longer the case.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">With the right tools and training you can be extremely capable and keep your tools 100% concealed.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">This course will cover:</div>\r\n<ul>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">low visibility pistol fundamentals</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">combatives</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">low visibility blade work</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">combatives in a freedom reduced environment</div></li>\r\n</ul>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">We will also discuss pros and cons of different deep concealment carry methods, the right tools to carry and pocket pistol deployment.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">This is a physically demanding course, you need to have a baseline of fitness and pistol handling skills to participate.</div>\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2021-12-08-low-visibility-pistol-combatives-ca\">Read more &amp; register</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','8-9 December 2021 Amtac Shooting Low Visibility Pistol Combatives Course','','publish','closed','closed','','8-9-december-2021-amtac-shooting-low-visibility-pistol-combatives-course','','','2024-12-19 00:28:26','2024-12-19 00:28:26','',0,'https://staging.amtacshooting.com/event/8-9-december-2021-amtac-shooting-low-visibility-pistol-combatives-course/',0,'tribe_events','',0),
(3734,10,'2024-12-19 00:28:27','2024-12-19 00:28:27','The Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills:\r\n<ul>\r\n 	<li>Bleeding control</li>\r\n 	<li>Airway management</li>\r\n 	<li>Respiratory support</li>\r\n 	<li>Dealing with shock and hypothermia</li>\r\n</ul>\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2021-12-07-pistol-combatives-and-medical-course\">Read more &amp; Register</a>','7 December 2021 Amtac Shooting Pistol Combatives and Medical Course','','publish','closed','closed','','7-december-2021-amtac-shooting-pistol-combatives-and-medical-course','','','2024-12-19 00:28:27','2024-12-19 00:28:27','',0,'https://staging.amtacshooting.com/event/7-december-2021-amtac-shooting-pistol-combatives-and-medical-course/',0,'tribe_events','',0),
(3735,10,'2024-12-19 00:28:27','2024-12-19 00:28:27','','low-vis-course-image872-NPXlar.tmp_','','inherit','open','closed','','low-vis-course-image872-npxlar-tmp_','','','2024-12-19 00:28:27','2024-12-19 00:28:27','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/low-vis-course-image872-NPXlar.tmp_.jpg',0,'attachment','image/jpeg',0),
(3736,10,'2024-12-19 00:28:28','2024-12-19 00:28:28','<div class=\"field-textParagraph field-registrant-0 registrant-field\">\r\n<div class=\"label-align form-width fr-view ng-binding\">\r\n\r\nThis is a 3 hour combatives seminar hosted by Kore BJJ, <a href=\"https://www.facebook.com/attconnecticut/\" target=\"_blank\" rel=\"noopener noreferrer\">American Top Team Connecticut</a> in Danbury CT.\r\n\r\nTime: 5-8pm\r\n\r\nIt will focus on strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principals into real life application. A mindset talk will be included.\r\n\r\n</div>\r\n</div>\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2021-11-20-combatives-seminar-kore-bjj-ct\">Register</a>\r\n\r\n&nbsp;','20 November 2021 - Amtac Shooting Combatives Seminar (Kore BJJ)','','publish','closed','closed','','20-november-2021-amtac-shooting-combatives-seminar-kore-bjj','','','2024-12-19 00:28:28','2024-12-19 00:28:28','',0,'https://staging.amtacshooting.com/event/20-november-2021-amtac-shooting-combatives-seminar-kore-bjj/',0,'tribe_events','',0),
(3737,10,'2024-12-19 00:28:29','2024-12-19 00:28:29','Statistics tell us that you are two to three times as likely to be involved in a violent confrontation during the hours of darkness.  That being said, when was the last time you trained at night?\r\n\r\nThe Amtac Shooting Low Light Tactics Course will equip you to confidently assess and engage/ deescalate as appropriate during the hours of darkness.\r\n\r\nThis course will cover:\r\n<ul>\r\n 	<li>pistol fundamentals</li>\r\n 	<li>strategy/ tactics for night engagements</li>\r\n 	<li>use of weapons mounted and hand held light for IDing/ engaging targets</li>\r\n 	<li>pistol manipulation with hand held flashlight</li>\r\n 	<li>mindset</li>\r\n 	<li>gear selection</li>\r\n 	<li>night combatives.</li>\r\n</ul>\r\nThis course is shot day into night (12:30 - 9PM)\r\n<h3><a href=\"https://amtacshooting.regfox.com/2021-11-18-low-light-tactics-ct\">Register</a></h3>\r\n&nbsp;','18-19 November 2021 - Amtac Shooting Low Light Tactics Course','','publish','closed','closed','','18-19-november-2021-amtac-shooting-low-light-tactics-course','','','2024-12-19 00:28:29','2024-12-19 00:28:29','',0,'https://staging.amtacshooting.com/event/18-19-november-2021-amtac-shooting-low-light-tactics-course/',0,'tribe_events','',0),
(3738,10,'2024-12-19 00:28:44','2024-12-19 00:28:44','This three day course is intended to train responsible armed citizens and select law enforcement to efficiently use carbines and pistols in complete darkness with the aid of night vision.\r\n\r\nThis course is three days of day into night shooting. You will learn cutting edge pistol and carbine drills during the day and then continue to rep those skills in complete darkness.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>pistol/ carbine fundamentals,</li>\r\n 	<li>setting up your gear for night fighting,</li>\r\n 	<li>optics/ laser/ weapon/ ammunition selection,</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shooting from barricades.</li>\r\n 	<li>steel jungle lane</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2021-11-11-night-vision-north-id\">Register</a></h3>\r\n&nbsp;','11-13 November 2021 Amtac Shooting Night Vision Course','','publish','closed','closed','','11-13-november-2021-amtac-shooting-night-vision-course','','','2024-12-19 00:28:44','2024-12-19 00:28:44','',0,'https://staging.amtacshooting.com/event/11-13-november-2021-amtac-shooting-night-vision-course/',0,'tribe_events','',0),
(3739,10,'2024-12-19 00:28:44','2024-12-19 00:28:44','The Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills:\r\n<ul>\r\n 	<li>Bleeding control</li>\r\n 	<li>Airway management</li>\r\n 	<li>Respiratory support</li>\r\n 	<li>Dealing with shock and hypothermia</li>\r\n</ul>\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2021-09-20-pistol-combatives-and-medical-course-me\">Register</a>','20 September 2021 Amtac Shooting Pistol Combatives and Medical Course','','publish','closed','closed','','20-september-2021-amtac-shooting-pistol-combatives-and-medical-course','','','2024-12-19 00:28:44','2024-12-19 00:28:44','',0,'https://staging.amtacshooting.com/event/20-september-2021-amtac-shooting-pistol-combatives-and-medical-course/',0,'tribe_events','',0),
(3740,10,'2024-12-19 00:28:45','2024-12-19 00:28:45','<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">Deep concealment. This used to mean you had to compromise on the capability you were carrying, but that is no longer the case.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">With the right tools and training you can be extremely capable and keep your tools 100% concealed.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">This course will cover:</div>\r\n<ul>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">low visibility pistol fundamentals</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">combatives</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">low visibility blade work</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">combatives in a freedom reduced environment</div></li>\r\n</ul>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">We will also discuss pros and cons of different deep concealment carry methods, the right tools to carry and pocket pistol deployment.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">This is a physically demanding course, you need to have a baseline of fitness and pistol handling skills to participate.</div>\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2021-09-18-low-visibility-pistol-combatives-course-me\">Register</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','18-19 September 2021 Amtac Shooting Low Visibility Pistol Combatives Course','','publish','closed','closed','','18-19-september-2021-amtac-shooting-low-visibility-pistol-combatives-course','','','2024-12-19 00:28:45','2024-12-19 00:28:45','',0,'https://staging.amtacshooting.com/event/18-19-september-2021-amtac-shooting-low-visibility-pistol-combatives-course/',0,'tribe_events','',0),
(3741,10,'2024-12-19 00:28:46','2024-12-19 00:28:46','This custom, LEO/MIL only, two day course.\r\n\r\nThis course is designed to teach law enforcement and military professionals the tactics and techniques they need to stay alive in an increasingly dangerous workplace.\r\n\r\n<span style=\"font-size: large\">Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking will likely get you killed. This course will teach you how integrate empty hand techniques with blades, improvised weapons and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. We will then pressurize these techniques with challenging force on force drills.</span>\r\n\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2021-09-16-leo-pistol-combatives-force-on-force-course-me\">Register</a>\r\n\r\n&nbsp;','16-17 September 2021 - Amtac Shooting  Pistol Combatives &amp; Force on Force Course (LEO/MIL only)','','publish','closed','closed','','16-17-september-2021-amtac-shooting-pistol-combatives-force-on-force-course-leo-mil-only','','','2024-12-19 00:28:46','2024-12-19 00:28:46','',0,'https://staging.amtacshooting.com/event/16-17-september-2021-amtac-shooting-pistol-combatives-force-on-force-course-leo-mil-only/',0,'tribe_events','',0),
(3742,10,'2024-12-19 00:28:46','2024-12-19 00:28:46','<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">Deep concealment. This used to mean you had to compromise on the capability you were carrying, but that is no longer the case.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">With the right tools and training you can be extremely capable and keep your tools 100% concealed.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">This course will cover:</div>\r\n<ul>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">low visibility pistol fundamentals</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">combatives</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">low visibility blade work</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">combatives in a freedom reduced environment</div></li>\r\n</ul>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">We will also discuss pros and cons of different deep concealment carry methods, the right tools to carry and pocket pistol deployment.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">This is a physically demanding course, you need to have a baseline of fitness and pistol handling skills to participate.</div>\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2021-08-28-low-visibility-pistol-combatives-course-boise-id\">Register</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','28-29 August 2021 Amtac Shooting Low Visibility Pistol Combatives Course','','publish','closed','closed','','28-29-august-2021-amtac-shooting-low-visibility-pistol-combatives-course','','','2024-12-19 00:28:46','2024-12-19 00:28:46','',0,'https://staging.amtacshooting.com/event/28-29-august-2021-amtac-shooting-low-visibility-pistol-combatives-course/',0,'tribe_events','',0),
(3743,10,'2024-12-19 00:29:01','2024-12-19 00:29:01','This course is designed to teach you how to effectively operate your AR-15 style carbine.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>setting up your carbine</li>\r\n 	<li>zeroing your optics</li>\r\n 	<li>fundamentals of marksmanship</li>\r\n 	<li>proper weapons manipulation</li>\r\n 	<li>fast and effective shooting at CQB and intermediate distances</li>\r\n 	<li>combatives with a carbine</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shooting around barricades.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2021-06-25-combative-carbine-course-id\">Register</a></h3>','25-26 June 2021 Amtac Shooting Combative Carbine Course','','publish','closed','closed','','25-26-june-2021-amtac-shooting-combative-carbine-course','','','2024-12-19 00:29:01','2024-12-19 00:29:01','',0,'https://staging.amtacshooting.com/event/25-26-june-2021-amtac-shooting-combative-carbine-course/',0,'tribe_events','',0),
(3744,10,'2024-12-19 00:29:02','2024-12-19 00:29:02','<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">Deep concealment. This used to mean you had to compromise on the capability you were carrying, but that is no longer the case.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">With the right tools and training you can be extremely capable and keep your tools 100% concealed.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">This course will cover:</div>\r\n<ul>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">low visibility pistol fundamentals</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">combatives</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">low visibility blade work</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">combatives in a freedom reduced environment</div></li>\r\n</ul>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">We will also discuss pros and cons of different deep concealment carry methods, the right tools to carry and pocket pistol deployment.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">This is a physically demanding course, you need to have a baseline of fitness and pistol handling skills to participate.</div>\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2021-05-28-low-visibility-pistol-combatives-course\">Register</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','28-29 May 2021 Amtac Shooting Low Visibility Pistol Combatives Course','','publish','closed','closed','','28-29-may-2021-amtac-shooting-low-visibility-pistol-combatives-course','','','2024-12-19 00:29:02','2024-12-19 00:29:02','',0,'https://staging.amtacshooting.com/event/28-29-may-2021-amtac-shooting-low-visibility-pistol-combatives-course/',0,'tribe_events','',0),
(3745,10,'2024-12-19 00:29:02','2024-12-19 00:29:02','<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">Deep concealment. This used to mean you had to compromise on the capability you were carrying, but that is no longer the case.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">With the right tools and training you can be extremely capable and keep your tools 100% concealed.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">This course will cover:</div>\r\n<ul>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">low visibility pistol fundamentals</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">combatives</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">low visibility blade work</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">combatives in a freedom reduced environment</div></li>\r\n</ul>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">We will also discuss pros and cons of different deep concealment carry methods, the right tools to carry and pocket pistol deployment.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">This is a physically demanding course, you need to have a baseline of fitness and pistol handling skills to participate.</div>\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2021-03-13-low-visibility-pistol-combatives-course\">Register</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','13-14 March 2021 Amtac Shooting Low Visibility Pistol Combatives Course','','publish','closed','closed','','13-14-march-2021-amtac-shooting-low-visibility-pistol-combatives-course','','','2024-12-19 00:29:02','2024-12-19 00:29:02','',0,'https://staging.amtacshooting.com/event/13-14-march-2021-amtac-shooting-low-visibility-pistol-combatives-course/',0,'tribe_events','',0),
(3746,10,'2024-12-19 00:29:03','2024-12-19 00:29:03','<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">Deep concealment. This used to mean you had to compromise on the capability you were carrying, but that is no longer the case.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">With the right tools and training you can be extremely capable and keep your tools 100% concealed.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">This course will cover:</div>\r\n<ul>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">low visibility pistol fundamentals</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">combatives</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">low visibility blade work</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">combatives in a freedom reduced environment</div></li>\r\n</ul>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">We will also discuss pros and cons of different deep concealment carry methods, the right tools to carry and pocket pistol deployment.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">This is a physically demanding course, you need to have a baseline of fitness and pistol handling skills to participate.</div>\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2021-11-21-low-visibility-pistol-combatives-course-ct\">Register</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','21-22 November 2021 Amtac Shooting Low Visibility Pistol Combatives Course','','publish','closed','closed','','21-22-november-2021-amtac-shooting-low-visibility-pistol-combatives-course','','','2024-12-19 00:29:03','2024-12-19 00:29:03','',0,'https://staging.amtacshooting.com/event/21-22-november-2021-amtac-shooting-low-visibility-pistol-combatives-course/',0,'tribe_events','',0),
(3747,10,'2024-12-19 00:29:04','2024-12-19 00:29:04','The Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills:\r\n<ul>\r\n 	<li>Bleeding control</li>\r\n 	<li>Airway management</li>\r\n 	<li>Respiratory support</li>\r\n 	<li>Dealing with shock and hypothermia</li>\r\n</ul>\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2021-08-27-pistol-combatives-and-medical-course-boise-id\">Register</a>','27 August 2021 Amtac Shooting Pistol Combatives and Medical Course','','publish','closed','closed','','27-august-2021-amtac-shooting-pistol-combatives-and-medical-course','','','2024-12-19 00:29:04','2024-12-19 00:29:04','',0,'https://staging.amtacshooting.com/event/27-august-2021-amtac-shooting-pistol-combatives-and-medical-course/',0,'tribe_events','',0),
(3748,10,'2024-12-19 00:29:20','2024-12-19 00:29:20','This is a 2 day precision rifle course. The purpose of this course is to build men that are able able to shoot out to 600-700 yards,1200-1400 yards and 1600-2000+ yards depending on weapons system.\r\n\r\nIn order to reach proficiency in this goal, we will cover these topics during the course:\r\n<ul>\r\n 	<li>precision rifle shooting</li>\r\n 	<li>setting up your rifle</li>\r\n 	<li>understanding MOAs and mils</li>\r\n 	<li>reading the wind</li>\r\n 	<li>understanding shooter/spotter communication</li>\r\n 	<li>using ballistic software</li>\r\n 	<li>non standard shooting positions</li>\r\n</ul>\r\n<a href=\"https://amtacshooting.regfox.com/2021-08-21-precision-rifle-wa\">Register</a>','21-22 August 2021 Amtac Shooting Precision Rifle Course','','publish','closed','closed','','21-22-august-2021-amtac-shooting-precision-rifle-course','','','2024-12-19 00:29:20','2024-12-19 00:29:20','',0,'https://staging.amtacshooting.com/event/21-22-august-2021-amtac-shooting-precision-rifle-course/',0,'tribe_events','',0),
(3749,10,'2024-12-19 00:29:21','2024-12-19 00:29:21','The 2021 Modern Warrior Conference is an opportunity for solid men to come together and train with some of the best shooting and combatives instructors in the industry. The theme for this year is the Modern Minuteman. Specific areas of of instruction this will include:\r\n<ul>\r\n 	<li>Medium Distance shooting (out to 500-700 yards) and carbine fundamentals</li>\r\n 	<li>Vehicle combatives/ bailout drills</li>\r\n 	<li>Vehicle checkpoint tactics</li>\r\n 	<li>Navigation on foot with GPS and compass</li>\r\n 	<li>Grappling with weapons</li>\r\n 	<li>Combatives</li>\r\n 	<li>Force on Force drills</li>\r\n 	<li>Mindset</li>\r\n</ul>\r\nInstructors for the 2021 MWC will include Tuhon Tom Kier, Tuhon Harley Elmore, Justin Garcia aka \"Master Chim\" and Bill Rapier. Dinner will be provided Friday and Saturday night. Instruction will start at 4pm on Friday and finish around 5pm on Sunday.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2021-05-14-modern-warrior-conference\">Register</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','14-16 May 2021 Modern Warrior Conference','','publish','closed','closed','','14-16-may-2021-modern-warrior-conference','','','2024-12-19 00:29:21','2024-12-19 00:29:21','',0,'https://staging.amtacshooting.com/event/14-16-may-2021-modern-warrior-conference/',0,'tribe_events','',0),
(3750,10,'2024-12-19 00:29:22','2024-12-19 00:29:22','','modern-warrior-conf-min-nEDv4n.tmp_','','inherit','open','closed','','modern-warrior-conf-min-nedv4n-tmp_','','','2024-12-19 00:29:22','2024-12-19 00:29:22','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/modern-warrior-conf-min-nEDv4n.tmp_.jpg',0,'attachment','image/jpeg',0),
(3751,10,'2024-12-19 00:29:22','2024-12-19 00:29:22','This course is designed to teach you how to effectively operate your AR-15 style carbine.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>setting up your carbine</li>\r\n 	<li>zeroing your optics</li>\r\n 	<li>fundamentals of marksmanship</li>\r\n 	<li>proper weapons manipulation</li>\r\n 	<li>fast and effective shooting at CQB and intermediate distances</li>\r\n 	<li>combatives with a carbine</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shooting around barricades.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2021-05-22-combative-carbine-course-ut\">Register</a></h3>','22-23 May 2021 Amtac Shooting Combative Carbine Course','','publish','closed','closed','','22-23-may-2021-amtac-shooting-combative-carbine-course','','','2024-12-19 00:29:22','2024-12-19 00:29:22','',0,'https://staging.amtacshooting.com/event/22-23-may-2021-amtac-shooting-combative-carbine-course/',0,'tribe_events','',0),
(3752,10,'2024-12-19 00:29:23','2024-12-19 00:29:23','This 2021 Pistol and Vehicle Combatives Course will offer the unique opportunity to learn from Bill and Tuhon Tom Kier while training in the following areas:\r\n<ul>\r\n 	<li>pistol fundamentals</li>\r\n 	<li>advanced pistol concepts</li>\r\n 	<li>combatives</li>\r\n 	<li>vehicle combatives</li>\r\n 	<li>integrated use of blade</li>\r\n 	<li>counter vehicle checkpoint procedures</li>\r\n</ul>\r\nSome of the situational drills will be pressurized with force on force training.\r\n\r\nThis is a two day course running Thur-Fri 8:30am -4:30pm.\r\n\r\n<em>Tuhon Tom Kier from Sayoc Tactical Group will be teaching as well as Bill Rapier from Amtac Shooting. This is a more advanced course. You need to have a baseline of fitness and safe firearms handling skills in order to participate.</em>\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2021-06-10-pistol-and-vehicle-combatives-course-pa\">Register</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','10-11 June 2021 Pistol and Vehicle Combatives Course','','publish','closed','closed','','10-11-june-2021-pistol-and-vehicle-combatives-course','','','2024-12-19 00:29:23','2024-12-19 00:29:23','',0,'https://staging.amtacshooting.com/event/10-11-june-2021-pistol-and-vehicle-combatives-course/',0,'tribe_events','',0),
(3753,10,'2024-12-19 00:29:24','2024-12-19 00:29:24','','pistol-vehicle-course-min-Jl0hjO.tmp_','','inherit','open','closed','','pistol-vehicle-course-min-jl0hjo-tmp_','','','2024-12-19 00:29:24','2024-12-19 00:29:24','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/pistol-vehicle-course-min-Jl0hjO.tmp_.jpg',0,'attachment','image/jpeg',0),
(3754,10,'2024-12-19 00:29:24','2024-12-19 00:29:24','This course is designed to teach you how to effectively operate your AR-15 style carbine.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>setting up your carbine</li>\r\n 	<li>zeroing your optics</li>\r\n 	<li>fundamentals of marksmanship</li>\r\n 	<li>proper weapons manipulation</li>\r\n 	<li>fast and effective shooting at CQB and intermediate distances</li>\r\n 	<li>combatives with a carbine</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shooting around barricades.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2021-06-12-combative-carbine-course\">Register</a></h3>','12-13 June 2021 Amtac Shooting Combative Carbine Course','','publish','closed','closed','','12-13-june-2021-amtac-shooting-combative-carbine-course','','','2024-12-19 00:29:24','2024-12-19 00:29:24','',0,'https://staging.amtacshooting.com/event/12-13-june-2021-amtac-shooting-combative-carbine-course/',0,'tribe_events','',0),
(3755,10,'2024-12-19 00:29:28','2024-12-19 00:29:28','<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">Deep concealment. This used to mean you had to compromise on the capability you were carrying, but that is no longer the case.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">With the right tools and training you can be extremely capable and keep your tools 100% concealed.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">This course will cover:</div>\r\n<ul>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">low visibility pistol fundamentals</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">combatives</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">low visibility blade work</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">combatives in a freedom reduced environment</div></li>\r\n</ul>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">We will also discuss pros and cons of different deep concealment carry methods, the right tools to carry and pocket pistol deployment.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">This is a physically demanding course, you need to have a baseline of fitness and pistol handling skills to participate.</div>\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2022-01-22-low-visibility-pistol-combative-course-az\">Register</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','22-23 January 2022 Amtac Shooting Low Visibility Pistol Combatives Course','','publish','closed','closed','','22-23-january-2022-amtac-shooting-low-visibility-pistol-combatives-course','','','2024-12-19 00:29:28','2024-12-19 00:29:28','',0,'https://staging.amtacshooting.com/event/22-23-january-2022-amtac-shooting-low-visibility-pistol-combatives-course/',0,'tribe_events','',0),
(3756,10,'2024-12-19 00:29:29','2024-12-19 00:29:29','This one day course is designed build competence with your compact carbine. Whether this is in the form of a \"truck gun\" or \"back pack gun\" more and more responsible armed citizens are increasing their capability by keeping a compact carbine close at hand. Among other things, the Amtac Shooting Compact Carbine Deployment Course will cover:\r\n<ul>\r\n 	<li>truck/ pack gun considerations</li>\r\n 	<li>strike/ low ready presentations</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shoulders switches</li>\r\n 	<li>positional shooting</li>\r\n 	<li>barricade use</li>\r\n</ul>\r\nThere will be multiple dynamic compact carbine deployment drills.\r\n\r\n<strong>This is a physically demanding course, you need to have a base level of proficiency with both the carbine and pistol to attend.</strong>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2022-01-24-compact-carbine-deployment-course-az\">Register</a></h3>\r\n&nbsp;','24 January 2022 - Amtac Shooting Compact Carbine Deployment Course','','publish','closed','closed','','24-january-2022-amtac-shooting-compact-carbine-deployment-course','','','2024-12-19 00:29:29','2024-12-19 00:29:29','',0,'https://staging.amtacshooting.com/event/24-january-2022-amtac-shooting-compact-carbine-deployment-course/',0,'tribe_events','',0),
(3757,10,'2024-12-19 00:29:29','2024-12-19 00:29:29','This three day course is intended to train responsible armed citizens and select law enforcement to efficiently use carbines and pistols in complete darkness with the aid of night vision.\r\n\r\nThis course is three days of day into night shooting. You will learn cutting edge pistol and carbine drills during the day and then continue to rep those skills in complete darkness.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>pistol/ carbine fundamentals,</li>\r\n 	<li>setting up your gear for night fighting,</li>\r\n 	<li>optics/ laser/ weapon/ ammunition selection,</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shooting from barricades.</li>\r\n 	<li>steel jungle lane</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2021-10-20-night-vision-north-id\">Register</a></h3>\r\n&nbsp;','20-22 October 2021 Amtac Shooting Night Vision Course','','publish','closed','closed','','20-22-october-2021-amtac-shooting-night-vision-course','','','2024-12-19 00:29:29','2024-12-19 00:29:29','',0,'https://staging.amtacshooting.com/event/20-22-october-2021-amtac-shooting-night-vision-course/',0,'tribe_events','',0),
(3758,10,'2024-12-19 00:29:30','2024-12-19 00:29:30','<h2 style=\"text-align: center\"><strong>This two day course is designed to teach you how to shoot, move and survive in a cold weather environment. </strong></h2>\r\nThis course will start with a 1 mile snowshoe to the training location carrying all of the required equipment. Once at the training site students will learn how to build shelters/ fires, and shoot. Additional skills that will be covered include basics on snowmobile recovery and the benefits of skishoes/AT skies. There will be a Zoom meeting 3 months and one month out from the course to go over gear and answer questions.\r\n\r\n*In order to participate in this course, you must be able to carry a 30-40 lbs pack uphill for about a mile. Do not sign up if you cannot move multiple miles with a ruck under non snowed in conditions.*\r\n<h3><a href=\"https://amtacshooting.regfox.com/2022-02-18-intro-to-winter-skillsshooting-course-id\">Register</a></h3>\r\n&nbsp;','18-19 February 2022 Amtac Shooting Intro to Winter Skills &amp; Shooting Course','','publish','closed','closed','','18-19-february-2022-amtac-shooting-intro-to-winter-skills-shooting-course','','','2024-12-19 00:29:30','2024-12-19 00:29:30','',0,'https://staging.amtacshooting.com/event/18-19-february-2022-amtac-shooting-intro-to-winter-skills-shooting-course/',0,'tribe_events','',0),
(3759,10,'2024-12-19 00:29:31','2024-12-19 00:29:31','','winter-shooting-min-scaled-0UYOzs.tmp_','','inherit','open','closed','','winter-shooting-min-scaled-0uyozs-tmp_','','','2024-12-19 00:29:31','2024-12-19 00:29:31','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-shooting-min-scaled-0UYOzs.tmp_.jpg',0,'attachment','image/jpeg',0),
(3760,10,'2024-12-19 00:29:31','2024-12-19 00:29:31','This is a 2 day precision rifle course. The purpose of this course is to build men that are able able to shoot out to 600-700 yards,1200-1400 yards and 1600-2000+ yards depending on weapons system.\r\n\r\nIn order to reach proficiency in this goal, we will cover these topics during the course:\r\n<ul>\r\n 	<li>precision rifle shooting</li>\r\n 	<li>setting up your rifle</li>\r\n 	<li>understanding MOAs and mils</li>\r\n 	<li>reading the wind</li>\r\n 	<li>understanding shooter/spotter communication</li>\r\n 	<li>using ballistic software</li>\r\n 	<li>non standard shooting positions</li>\r\n</ul>\r\n<a href=\"https://amtacshooting.regfox.com/2022-02-24-precision-rifle-course-tx\">Register</a>\r\n\r\n&nbsp;','24-25 February 2022 Amtac Shooting Precision Rifle Course','','publish','closed','closed','','24-25-february-2022-amtac-shooting-precision-rifle-course','','','2024-12-19 00:29:31','2024-12-19 00:29:31','',0,'https://staging.amtacshooting.com/event/24-25-february-2022-amtac-shooting-precision-rifle-course/',0,'tribe_events','',0),
(3761,10,'2024-12-19 00:29:39','2024-12-19 00:29:39','Does your system work? How well will your shooting/ combatives hold up under pressure?\r\n\r\nThe Amtac Force on Force course will help you answer those questions and also build on your existing skill set.\r\n\r\nThis course will cover pistol/ combative/ blade fundamentals and then place you in mentally and physically challenging force on force scenarios.\r\n\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ combative ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2022-02-26-force-on-force-course-tx\">Register</a>','26-27 February 2022 Amtac Shooting Force on Force Course','','publish','closed','closed','','26-27-february-2022-amtac-shooting-force-on-force-course','','','2024-12-19 00:29:39','2024-12-19 00:29:39','',0,'https://staging.amtacshooting.com/event/26-27-february-2022-amtac-shooting-force-on-force-course/',0,'tribe_events','',0),
(3762,10,'2024-12-19 00:29:40','2024-12-19 00:29:40','Does your system work? How well will your shooting/ combatives hold up under pressure?\r\n\r\nThe Amtac Force on Force course will help you answer those questions and also build on your existing skill set.\r\n\r\nThis course will cover pistol/ combative/ blade fundamentals and then place you in mentally and physically challenging force on force scenarios.\r\n\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ combative ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2022-03-12-force-on-force-course-ga\">Register</a>','12-13 March 2022 Amtac Shooting Force on Force Course','','publish','closed','closed','','12-13-march-2022-amtac-shooting-force-on-force-course','','','2024-12-19 00:29:40','2024-12-19 00:29:40','',0,'https://staging.amtacshooting.com/event/12-13-march-2022-amtac-shooting-force-on-force-course/',0,'tribe_events','',0),
(3763,10,'2024-12-19 00:29:40','2024-12-19 00:29:40','This one day course is designed build competence with your compact carbine. Whether this is in the form of a \"truck gun\" or \"back pack gun\" more and more responsible armed citizens are increasing their capability by keeping a compact carbine close at hand. Among other things, the Amtac Shooting Compact Carbine Deployment Course will cover:\r\n<ul>\r\n 	<li>truck/ pack gun considerations</li>\r\n 	<li>strike/ low ready presentations</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shoulders switches</li>\r\n 	<li>positional shooting</li>\r\n 	<li>barricade use</li>\r\n</ul>\r\nThere will be multiple dynamic compact carbine deployment drills.\r\n\r\n<strong>This is a physically demanding course, you need to have a base level of proficiency with both the carbine and pistol to attend.</strong>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2022-03-14-compact-carbine-deployment-course-ga\">Register</a></h3>\r\n&nbsp;','14 March 2022 - Amtac Shooting Compact Carbine Deployment Course','','publish','closed','closed','','14-march-2022-amtac-shooting-compact-carbine-deployment-course','','','2024-12-19 00:29:40','2024-12-19 00:29:40','',0,'https://staging.amtacshooting.com/event/14-march-2022-amtac-shooting-compact-carbine-deployment-course/',0,'tribe_events','',0),
(3764,10,'2024-12-19 00:29:41','2024-12-19 00:29:41','Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed.\r\n\r\nThis course will teach you:\r\n<ul>\r\n 	<li>How to integrate empty hand technique combatives with blades, improvised weapons and firearms.</li>\r\n 	<li>How to fluidly transition from one tool to the next based on what is situationally appropriate.</li>\r\n</ul>\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2022-03-15-integrated-combatives-course-ga\">Register</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','15-16 March 2022 Amtac Shooting Integrated Combatives Course','','publish','closed','closed','','15-16-march-2022-amtac-shooting-integrated-combatives-course','','','2024-12-19 00:29:41','2024-12-19 00:29:41','',0,'https://staging.amtacshooting.com/event/15-16-march-2022-amtac-shooting-integrated-combatives-course/',0,'tribe_events','',0),
(3765,10,'2024-12-19 00:29:41','2024-12-19 00:29:41','Because the AK is one of the most widely proliferated firearms in the world and has been the preferred weapon of our enemies for the last 50 years, it is a platform that you should be comfortable running.\r\n\r\nThis one day course is designed to teach you how to effectively operate the AK-47 style platform.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>zeroing your rifle</li>\r\n 	<li>fundamentals of marksmanship</li>\r\n 	<li>proper weapons manipulation</li>\r\n 	<li>fast and effective shooting at CQB and intermediate distances</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>barricade use</li>\r\n</ul>\r\n<a href=\"https://amtacshooting.regfox.com/2022-03-18-amtac-shooting-ak-manipulation-course\">Register</a>\r\n\r\n&nbsp;','18 March 2022 - Amtac Shooting AK Manipulations Course','','publish','closed','closed','','18-march-2022-amtac-shooting-ak-manipulations-course','','','2024-12-19 00:29:41','2024-12-19 00:29:41','',0,'https://staging.amtacshooting.com/event/18-march-2022-amtac-shooting-ak-manipulations-course/',0,'tribe_events','',0),
(3766,10,'2024-12-19 00:29:48','2024-12-19 00:29:48','This is a 2 day precision rifle course. The purpose of this course is to build men that are able able to shoot out to 600-700 yards,1200-1400 yards and 1600-2000+ yards depending on weapons system.\r\n\r\nIn order to reach proficiency in this goal, we will cover these topics during the course:\r\n<ul>\r\n 	<li>precision rifle shooting</li>\r\n 	<li>setting up your rifle</li>\r\n 	<li>understanding MOAs and mils</li>\r\n 	<li>reading the wind</li>\r\n 	<li>understanding shooter/spotter communication</li>\r\n 	<li>using ballistic software</li>\r\n 	<li>non standard shooting positions</li>\r\n</ul>\r\n<a href=\"https://amtacshooting.regfox.com/2022-03-19-precision-rifle-course\">Register</a>\r\n\r\n&nbsp;','19-20 March 2022 Amtac Shooting Precision Rifle Course','','publish','closed','closed','','19-20-march-2022-amtac-shooting-precision-rifle-course','','','2024-12-19 00:29:48','2024-12-19 00:29:48','',0,'https://staging.amtacshooting.com/event/19-20-march-2022-amtac-shooting-precision-rifle-course/',0,'tribe_events','',0),
(3767,10,'2024-12-19 00:29:49','2024-12-19 00:29:49','The Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills:\r\n<ul>\r\n 	<li>Bleeding control</li>\r\n 	<li>Airway management</li>\r\n 	<li>Respiratory support</li>\r\n 	<li>Dealing with shock and hypothermia</li>\r\n</ul>\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2022-04-08-pistol-combatives-and-medical-course-in\">Register</a>','8 April 2022 Amtac Shooting Pistol Combatives and Medical Course','','publish','closed','closed','','8-april-2022-amtac-shooting-pistol-combatives-and-medical-course','','','2024-12-19 00:29:49','2024-12-19 00:29:49','',0,'https://staging.amtacshooting.com/event/8-april-2022-amtac-shooting-pistol-combatives-and-medical-course/',0,'tribe_events','',0),
(3768,10,'2024-12-19 00:29:49','2024-12-19 00:29:49','This course is designed to teach you how to effectively operate your AR-15 style carbine.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>setting up your carbine</li>\r\n 	<li>zeroing your optics</li>\r\n 	<li>fundamentals of marksmanship</li>\r\n 	<li>proper weapons manipulation</li>\r\n 	<li>fast and effective shooting at CQB and intermediate distances</li>\r\n 	<li>combatives with a carbine</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shooting around barricades.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2022-04-09-combative-carbine-course-in\">Register</a></h3>\r\n&nbsp;','9-10 April 2022 Amtac Shooting Combative Carbine Course','','publish','closed','closed','','9-10-april-2022-amtac-shooting-combative-carbine-course','','','2024-12-19 00:29:49','2024-12-19 00:29:49','',0,'https://staging.amtacshooting.com/event/9-10-april-2022-amtac-shooting-combative-carbine-course/',0,'tribe_events','',0),
(3769,10,'2024-12-19 00:29:50','2024-12-19 00:29:50','<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">Deep concealment. This used to mean you had to compromise on the capability you were carrying, but that is no longer the case.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">With the right tools and training you can be extremely capable and keep your tools 100% concealed.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">This course will cover:</div>\r\n<ul>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">low visibility pistol fundamentals</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">combatives</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">low visibility blade work</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">combatives in a freedom reduced environment</div></li>\r\n</ul>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">We will also discuss pros and cons of different deep concealment carry methods, the right tools to carry and pocket pistol deployment.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">This is a physically demanding course, you need to have a baseline of fitness and pistol handling skills to participate.</div>\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2022-04-30-low-visibility-pistol-combative-course-okc\">Register</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','30 April - 1 May 2022 Amtac Shooting Low Visibility Pistol Combatives Course','','publish','closed','closed','','30-april-1-may-2022-amtac-shooting-low-visibility-pistol-combatives-course','','','2024-12-19 00:29:50','2024-12-19 00:29:50','',0,'https://staging.amtacshooting.com/event/30-april-1-may-2022-amtac-shooting-low-visibility-pistol-combatives-course/',0,'tribe_events','',0),
(3770,10,'2024-12-19 00:29:50','2024-12-19 00:29:50','If you can only take one rifle, which one is it? That question has been asked by a lot of very capable men.\r\n\r\nMy answer is the Hybrid Carbine, a 11.5-16 inch accurate 5.56 rifle with a 1-6, 1-8 or 1-10 power LPVO. With this setup you can shoot anything from CQB distances to 600-700 yards and beyond. This course will work carbine fundamentals and then jump right in to medium distance shooting (out to 500-700 yards).\r\n\r\nCourse curriculum will include:\r\n<ul>\r\n 	<li>an intro to external ballistics</li>\r\n 	<li>understanding MOA\'s and MRAD</li>\r\n 	<li>ballistic calculator use</li>\r\n 	<li>truing your rifle</li>\r\n</ul>\r\nand more.\r\n\r\n&nbsp;\r\n<h3><a href=\"https://amtacshooting.regfox.com/2022-05-02-intro-to-hybrid-carbine-course-okc\">Register</a></h3>\r\n&nbsp;','2 May 2022 Amtac Shooting Intro Hybrid Carbine Course','','publish','closed','closed','','2-may-2022-amtac-shooting-intro-hybrid-carbine-course','','','2024-12-19 00:29:50','2024-12-19 00:29:50','',0,'https://staging.amtacshooting.com/event/2-may-2022-amtac-shooting-intro-hybrid-carbine-course/',0,'tribe_events','',0),
(3771,10,'2024-12-19 00:29:58','2024-12-19 00:29:58','This is a custom two day pistol course. This course will reinforce the pistol fundamentals to help you to better protect yourself and your family.\r\n\r\nThis course will take you beyond the basics and will instill the cutting edge mindset, tactics and drills necessary to enable you to survive a violent confrontation.\r\n\r\nTwo days of world class pistol shooting instruction will involve hours of realistic drills designed to increase your situational awareness and instill confidence in your firearms handling ability.\r\n\r\nWe will cover topics such as:\r\n<ul>\r\n 	<li>mindset</li>\r\n 	<li>gear selection</li>\r\n 	<li>proper pistol handling</li>\r\n 	<li>pistol draw</li>\r\n 	<li>shooting</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>pros and cons of mrds use versus traditional iron sights</li>\r\n 	<li>basic medical</li>\r\n</ul>\r\n<a href=\"https://amtacshooting.regfox.com/2022-01-20-private-course-az\">Register</a>\r\n\r\n&nbsp;','20-21 January 2022 Amtac Shooting Private Custom Pistol Course','','publish','closed','closed','','20-21-january-2022-amtac-shooting-private-custom-pistol-course','','','2024-12-19 00:29:58','2024-12-19 00:29:58','',0,'https://staging.amtacshooting.com/event/20-21-january-2022-amtac-shooting-private-custom-pistol-course/',0,'tribe_events','',0),
(3772,10,'2024-12-19 00:29:59','2024-12-19 00:29:59','This course is designed to teach you how to effectively operate your AR-15 style carbine.\n\nTopics covered will include:\n<ul>\n 	<li>setting up your carbine</li>\n 	<li>zeroing your optics</li>\n 	<li>fundamentals of marksmanship</li>\n 	<li>proper weapons manipulation</li>\n 	<li>fast and effective shooting at CQB and intermediate distances</li>\n 	<li>combatives with a carbine</li>\n 	<li>shooting and moving</li>\n 	<li>shooting around barricades.</li>\n</ul>\n<h3><a href=\"https://amtacshooting.regfox.com/2022-04-09-combative-carbine-course-in\">Register</a></h3>\n&nbsp;','9-10 April 2022 Amtac Shooting Combative Carbine Course','','publish','closed','closed','','9-10-april-2022-amtac-shooting-combative-carbine-course-2','','','2024-12-19 00:29:59','2024-12-19 00:29:59','',0,'https://staging.amtacshooting.com/event/9-10-april-2022-amtac-shooting-combative-carbine-course-2/',0,'tribe_events','',0),
(3773,10,'2024-12-19 00:29:59','2024-12-19 00:29:59','This is a 2 day precision rifle course. The purpose of this course is to build men that are able able to shoot out to 600-700 yards,1200-1400 yards and 1600-2000+ yards depending on weapons system.\r\n\r\nIn order to reach proficiency in this goal, we will cover these topics during the course:\r\n<ul>\r\n 	<li>precision rifle shooting</li>\r\n 	<li>setting up your rifle</li>\r\n 	<li>understanding MOAs and mils</li>\r\n 	<li>reading the wind</li>\r\n 	<li>understanding shooter/spotter communication</li>\r\n 	<li>using ballistic software</li>\r\n 	<li>non standard shooting positions</li>\r\n</ul>\r\n<a href=\"https://amtacshooting.regfox.com/2022-03-19-precision-rifle-course\">Register</a>\r\n\r\n&nbsp;','19-20 March 2022 Amtac Shooting Precision Rifle Course (Copy)','','publish','closed','closed','','19-20-march-2022-amtac-shooting-precision-rifle-course-copy','','','2024-12-19 00:29:59','2024-12-19 00:29:59','',0,'https://staging.amtacshooting.com/event/19-20-march-2022-amtac-shooting-precision-rifle-course-copy/',0,'tribe_events','',0),
(3774,10,'2024-12-19 00:30:00','2024-12-19 00:30:00','The purpose of this two-day course is to build men that are able able to shoot out to 600-700 yards, 1200-1400 yards and 1600-2000+ yards depending on weapons system.\r\n\r\nIn order to reach proficiency in this goal, we will cover these topics during the course:\r\n<ul>\r\n 	<li>precision rifle shooting</li>\r\n 	<li>setting up your rifle</li>\r\n 	<li>understanding MOAs and mils</li>\r\n 	<li>reading the wind</li>\r\n 	<li>understanding shooter/spotter communication</li>\r\n 	<li>using ballistic software</li>\r\n 	<li>non standard shooting positions</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2022-05-24-precision-rifle-wa\">Register</a>\r\n\r\n&nbsp;','24-25 May 2022 - Amtac Shooting Precision Rifle Course','','publish','closed','closed','','24-25-may-2022-amtac-shooting-precision-rifle-course','','','2024-12-19 00:30:00','2024-12-19 00:30:00','',0,'https://staging.amtacshooting.com/event/24-25-may-2022-amtac-shooting-precision-rifle-course/',0,'tribe_events','',0),
(3775,10,'2024-12-19 00:30:00','2024-12-19 00:30:00','Can you fight on the ground? How about when shoved into a wall or corner? How about when we add weapons into the mix? What about multiple attackers? This course will teach fundamentals of grappling with weapons. We will cover how different weapons change what the “correct response” is when in grappling situations. This is a physically demanding course. You need to have a base level of physical fitness to participate. You do not have to have a grappling background to participate. Topics that will be covered include:\r\n<ul>\r\n 	<li>Grappling fundamentals</li>\r\n 	<li>Pistol drawstroke while grappling</li>\r\n 	<li>Blade drawstroke while grappling</li>\r\n 	<li>Dealing with multiple opponents from the ground</li>\r\n 	<li>Pros and cons of different weapons carry positions during a ground fight</li>\r\n 	<li>Force on force situational drills with ground fighting and training pistols</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong><a href=\"https://amtacshooting.regfox.com/2022-07-26-ground-fighting-with-weapons-integrated-combatives-20-id\">Register</a></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','26-27 July 2022 - Amtac Shooting Ground Fighting with Weapons / Integrated Combatives 2.0 Course','','publish','closed','closed','','26-27-july-2022-amtac-shooting-ground-fighting-with-weapons-integrated-combatives-2-0-course','','','2024-12-19 00:30:00','2024-12-19 00:30:00','',0,'https://staging.amtacshooting.com/event/26-27-july-2022-amtac-shooting-ground-fighting-with-weapons-integrated-combatives-2-0-course/',0,'tribe_events','',0),
(3776,10,'2024-12-19 00:30:01','2024-12-19 00:30:01','','Groundfighting-with-Weapons-6egfhE.tmp_','','inherit','open','closed','','groundfighting-with-weapons-6egfhe-tmp_','','','2024-12-19 00:30:01','2024-12-19 00:30:01','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Groundfighting-with-Weapons-6egfhE.tmp_.png',0,'attachment','image/png',0),
(3777,10,'2024-12-19 00:30:07','2024-12-19 00:30:07','This is the Modern Minute Man Course. The purpose of this course is to develop your modern day minuteman skills so you are ready and capable to navigate, shoot, communicate and survive.\r\n\r\nYou will learn the following:\r\n\r\nBe able to navigate 20 miles while carrying a 25-30lbs load\r\nHave a base level of bushcrafting skills\r\nBe able to shoot out to 600-700 yards\r\nUnderstand basic LOS (line of sight) communications.\r\nThis course will set you on a path to be able to perform these tasks.\r\n\r\nDay 1:\r\n&gt; precision rifle class/ practical\r\n&gt; navigation class/ practical\r\n&gt; basic LOS (line of sight) communications\r\nDay 2:\r\n&gt; competition where you put all of these skills together.\r\n\r\nWhy a competition? Because it is good to put some pressure on ourselves from time to time. Also, guys will prepare more for the course if they know that they will be able to test themselves against their peers. The competition will be self-paced, so you don’t have to be able to complete all of the tasks or navigate to all of the waypoints.\r\n\r\n&nbsp;\r\n\r\n<strong><a href=\"https://amtacshooting.regfox.com/2022-05-26-modern-minute-man-course-wa\">Register</a></strong>\r\n\r\n&nbsp;','26-27 May 2022 - Amtac Shooting Modern Minute Man Course','','publish','closed','closed','','26-27-may-2022-amtac-shooting-modern-minute-man-course','','','2024-12-19 00:30:07','2024-12-19 00:30:07','',0,'https://staging.amtacshooting.com/event/26-27-may-2022-amtac-shooting-modern-minute-man-course/',0,'tribe_events','',0),
(3778,10,'2024-12-19 00:30:08','2024-12-19 00:30:08','This course is designed build competence with your compact carbine. Whether this is in the form of a \"truck gun\" or \"back pack gun\" more and more responsible armed citizens are increasing their capability by keeping a compact carbine close at hand. Among other things, the Amtac Shooting Compact Carbine Deployment Course will cover:\r\n<ul>\r\n 	<li>Truck/ pack gun considerations</li>\r\n 	<li>Strike/ low ready presentations</li>\r\n 	<li>Shooting and moving</li>\r\n 	<li>Shoulders switches</li>\r\n 	<li>Positional shooting</li>\r\n 	<li>Barricade use</li>\r\n</ul>\r\nThere will be multiple dynamic compact carbine deployment drills.\r\n\r\n<strong>This is a physically demanding course, you need to have a base level of proficiency with both the carbine and pistol to attend.</strong>\r\n\r\n&nbsp;\r\n<h3><a href=\"https://amtacshooting.regfox.com/2022-08-16-compact-carbine-deployment-ut\">Register</a></h3>\r\n&nbsp;','16 August 2022 - Amtac Shooting Compact Carbine Deployment Course','','publish','closed','closed','','16-august-2022-amtac-shooting-compact-carbine-deployment-course','','','2024-12-19 00:30:08','2024-12-19 00:30:08','',0,'https://staging.amtacshooting.com/event/16-august-2022-amtac-shooting-compact-carbine-deployment-course/',0,'tribe_events','',0),
(3779,10,'2024-12-19 00:30:08','2024-12-19 00:30:08','Does your system work? How well will your shooting/ combatives hold up under pressure? The Amtac Force on Force course will help you answer those questions and also build on your existing skill set. This course will cover pistol/ combative/ blade fundamentals and then place you in mentally and physically challenging force on force scenarios. This is a physically demanding, hands 0n course that will elevate your situational awareness and shooting/ combative ability to the next level.\r\n\r\n&nbsp;\r\n\r\n<strong><a href=\"https://amtacshooting.regfox.com/2022-08-17-force-on-force-ut\">Register</a></strong>','17-18 August 2022 - Amtac Shooting Force on Force Course','','publish','closed','closed','','17-18-august-2022-amtac-shooting-force-on-force-course','','','2024-12-19 00:30:08','2024-12-19 00:30:08','',0,'https://staging.amtacshooting.com/event/17-18-august-2022-amtac-shooting-force-on-force-course/',0,'tribe_events','',0),
(3780,10,'2024-12-19 00:30:09','2024-12-19 00:30:09','Does your system work? How well will your shooting/ combatives hold up under pressure? The Amtac Force on Force course will help you answer those questions and also build on your existing skill set. This course will cover pistol/ combative/ blade fundamentals and then place you in mentally and physically challenging force on force scenarios. This is a physically demanding, hands 0n course that will elevate your situational awareness and shooting/ combative ability to the next level.\r\n\r\n&nbsp;\r\n\r\n<strong><a href=\"https://amtacshooting.regfox.com/2022-09-20-force-on-force-id\">Register</a></strong>','20-21 September 2022 - Amtac Shooting Force on Force Course','','publish','closed','closed','','20-21-september-2022-amtac-shooting-force-on-force-course','','','2024-12-19 00:30:09','2024-12-19 00:30:09','',0,'https://staging.amtacshooting.com/event/20-21-september-2022-amtac-shooting-force-on-force-course/',0,'tribe_events','',0),
(3781,10,'2024-12-19 00:30:09','2024-12-19 00:30:09','What if you could only have one rifle? Serious men have discussed the merits of different platforms/ optics for years. With a properly configured “hybrid carbine” you can confidently make all of the time standards at CQB distances and then transition and engage out to 600-700 yards. This course will teach you solid carbine fundamentals on day one and then transition to shooting holds out to 500-700 yards, understanding MOA\'s/ Mil\'s, reading wind, ammo and optics selection, spotting and basic medical.\r\n\r\n&nbsp;\r\n<h3><a href=\"https://amtacshooting.regfox.com/2022-09-22-hybrid-carbine-id\"><button>Register</button></a></h3>\r\n&nbsp;','22-23 September 2022 - Amtac Shooting Hybrid Carbine Course','','publish','closed','closed','','22-23-september-2022-amtac-shooting-hybrid-carbine-course','','','2024-12-19 00:30:09','2024-12-19 00:30:09','',0,'https://staging.amtacshooting.com/event/22-23-september-2022-amtac-shooting-hybrid-carbine-course/',0,'tribe_events','',0),
(3782,10,'2024-12-19 00:30:14','2024-12-19 00:30:14','Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed.\r\n\r\nThis course will teach you:\r\n<ul>\r\n 	<li>How to integrate empty hand technique combatives with blades, improvised weapons and firearms.</li>\r\n 	<li>How to fluidly transition from one tool to the next based on what is situationally appropriate.</li>\r\n</ul>\r\nThis is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n&nbsp;\r\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us using the contact form). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"/amtac-training-center-atc-lodging/\">See lodging photos here</a>.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2022-09-27-integrated-combatives-id\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n\r\n&nbsp;\r\n\r\n\r\n&nbsp;','27-28 September 2022 - Amtac Shooting Integrated Combatives Course','','publish','closed','closed','','27-28-september-2022-amtac-shooting-integrated-combatives-course','','','2024-12-19 00:30:14','2024-12-19 00:30:14','',0,'https://staging.amtacshooting.com/event/27-28-september-2022-amtac-shooting-integrated-combatives-course/',0,'tribe_events','',0),
(3783,10,'2024-12-19 00:30:14','2024-12-19 00:30:14','This three day course is intended to train responsible armed citizens and select law enforcement to efficiently use carbines and pistols in complete darkness with the aid of night vision.\r\n\r\nThis course is three days of day into night shooting. You will learn cutting edge pistol and carbine drills during the day and then continue to rep those skills in complete darkness.\r\n\r\n&nbsp;\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>pistol/ carbine fundamentals,</li>\r\n 	<li>setting up your gear for night fighting,</li>\r\n 	<li>optics/ laser/ weapon/ ammunition selection,</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>shooting from barricades.</li>\r\n 	<li>steel jungle lane</li>\r\n</ul>\r\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us by the contact form). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"/amtac-training-center-atc-lodging/\">See lodging photos here</a>.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2022-11-09-nvg-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','9-11 November 2022 - Amtac Shooting Night Vision Course','','publish','closed','closed','','9-11-november-2022-amtac-shooting-night-vision-course','','','2024-12-19 00:30:14','2024-12-19 00:30:14','',0,'https://staging.amtacshooting.com/event/9-11-november-2022-amtac-shooting-night-vision-course/',0,'tribe_events','',0),
(3784,10,'2024-12-19 00:30:15','2024-12-19 00:30:15','<strong>Amtac Shooting and Tuhon Tom Kier from Sayoc Kali presents:</strong>\r\n\r\nThree intensive days of training in the mountains of North Idaho at the Amtac Training Center. We will be working pistol, blade and combatives work with Bill Rapier from Amtac Shooting and Tuhon Tom Kier from Sayoc Kali. All food and lodging are included for the course. Topics to be covered will include:\r\n<ul>\r\n 	<li>Pistol fundamentals</li>\r\n 	<li>Advanced pistol drills</li>\r\n 	<li>Combatives fundamentals</li>\r\n 	<li>Blade fundamentals</li>\r\n 	<li>Long blade work (machete length blades)</li>\r\n 	<li>Live cutting/ thrusting</li>\r\n 	<li>Multi weapon stress course</li>\r\n</ul>\r\n&nbsp;\r\n\r\n<strong><a href=\"https://amtacshooting.regfox.com/2022-05-11-pistol-and-blade-course-with-tuhon-tom-kier-from-sayoc-kali-id\">Register Now</a></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','11-13 May 2022 - The Amtac Shooting &amp; Tuhon Tom Kier from Sayoc Kali: Pistol &amp; Blade Course','','publish','closed','closed','','11-13-may-2022-the-amtac-shooting-tuhon-tom-kier-from-sayoc-kali-pistol-blade-course','','','2024-12-19 00:30:15','2024-12-19 00:30:15','',0,'https://staging.amtacshooting.com/event/11-13-may-2022-the-amtac-shooting-tuhon-tom-kier-from-sayoc-kali-pistol-blade-course/',0,'tribe_events','',0),
(3785,10,'2024-12-19 00:30:16','2024-12-19 00:30:16','','tom-and-bill-blade-and-pistol-min-JONBbG.tmp_','','inherit','open','closed','','tom-and-bill-blade-and-pistol-min-jonbbg-tmp_','','','2024-12-19 00:30:16','2024-12-19 00:30:16','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/tom-and-bill-blade-and-pistol-min-JONBbG.tmp_.jpg',0,'attachment','image/jpeg',0),
(3786,10,'2024-12-19 00:30:16','2024-12-19 00:30:16','<strong>The Amtac Shooting Force on Force Course\r\nLed by Bill Rapier\r\nWallingford, CT</strong>\r\n\r\nDoes your system work? How well will your shooting/ combatives hold up under pressure? The Amtac Force on Force course will help you answer those questions and also build on your existing skill set. This course will cover pistol/ combative/ blade fundamentals and then place you in mentally and physically challenging force on force scenarios. This is a physically demanding, hands-on course that will elevate your situational awareness and shooting/ combative ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2022-11-15-force-on-force-ct\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n','15-16 November 2022 - Amtac Shooting Force on Force Course','','publish','closed','closed','','15-16-november-2022-amtac-shooting-force-on-force-course','','','2024-12-19 00:30:16','2024-12-19 00:30:16','',0,'https://staging.amtacshooting.com/event/15-16-november-2022-amtac-shooting-force-on-force-course/',0,'tribe_events','',0),
(3787,10,'2024-12-19 00:30:17','2024-12-19 00:30:17','<strong>Amtac Shooting Combatives Seminar (Kore BJJ)\r\nDanbury, CT</strong>\r\n<div class=\"field-textParagraph field-registrant-0 registrant-field\">\r\n<div class=\"label-align form-width fr-view ng-binding\">\r\n\r\nThis is a 3-hour combatives seminar hosted by Kore BJJ, <a href=\"https://www.facebook.com/attconnecticut/\" target=\"_blank\" rel=\"noopener noreferrer\">American Top Team Connecticut</a> in Danbury, CT.\r\n\r\nTime: 5-8pm\r\n\r\nIt will focus on strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principles into real life application. A mindset talk will be included.\r\n\r\n</div>\r\n</div>\r\n<a href=\"https://amtacshooting.regfox.com/2022-11-14-combatives-seminar-kore-bjj-ct\"><button>Registration and More Details Here &gt;&gt;</button></a>','14 November 2022 - Amtac Shooting Combatives Seminar (Kore BJJ)','','publish','closed','closed','','14-november-2022-amtac-shooting-combatives-seminar-kore-bjj','','','2024-12-19 00:30:17','2024-12-19 00:30:17','',0,'https://staging.amtacshooting.com/event/14-november-2022-amtac-shooting-combatives-seminar-kore-bjj/',0,'tribe_events','',0),
(3788,10,'2024-12-19 00:30:26','2024-12-19 00:30:26','The 2022 Modern Warrior Conference. This is a rare opportunity to train with some of the top instructors in the pistol combatives, blade,grappling, striking and carbine disciplines.\r\n\r\nThe Instructors for this year are:\r\n\r\nTuhon Tom Kier of the Sayoc Kali System\r\nJustin Garcia aka Master Chim\r\nTuhon Harley Elmore of the Sayoc Kali System\r\nBill Rapier from Amtac Shooting\r\n\r\nThis year\'s topics of instruction will include:\r\n\r\nMindset\r\nPistol Work\r\nBlade Work\r\nGrappling with Weapons\r\nStriking\r\nCarbines\r\n\r\nOur overall theme is going to be <strong>pressurizing your training</strong>, so come prepared for some intensity. This is a physically engagingcourse that requires you to have a baseline of strength and fitness in order to participate.\r\n\r\nTraining sessions will occur Friday afternoon, all day Saturday and all day Sunday until late afternoon. Meals will be provided on Friday evening, Saturday lunch and dinner and Sunday lunch.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2022-06-17-modern-warrior-conference\">Register</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','17-19 June 2022 Modern Warrior Conference','','publish','closed','closed','','17-19-june-2022-modern-warrior-conference','','','2024-12-19 00:30:26','2024-12-19 00:30:26','',0,'https://staging.amtacshooting.com/event/17-19-june-2022-modern-warrior-conference/',0,'tribe_events','',0),
(3789,10,'2024-12-19 00:30:27','2024-12-19 00:30:27','','2022-modern-warrior-conf-resized-min-2-5q9H7v.tmp_','','inherit','open','closed','','2022-modern-warrior-conf-resized-min-2-5q9h7v-tmp_','','','2024-12-19 00:30:27','2024-12-19 00:30:27','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/2022-modern-warrior-conf-resized-min-2-5q9H7v.tmp_.jpg',0,'attachment','image/jpeg',0),
(3790,10,'2024-12-19 00:30:27','2024-12-19 00:30:27','Atienza Kali is a family system developed by Edgar Atienza and his three sons Bong, Carl And Darryl. The main emphasis is finding solutions to deal with multiple opponents with the use of the blade.\r\nCarl Atienza will be teaching an introduction to Atienza Kali mass attack seminar with the use of the knife.\r\n\r\nCourse meet up time is 12:30PM and will run until 5:00 PM.\r\n\r\n&nbsp;\r\n\r\n&nbsp;\r\n\r\n<strong><a href=\"https://amtacshooting.regfox.com/2022-05-07-amtac-shooting-tuhon-carl-atienza-blade-seminar-id\">Register</a></strong>','7 May 2022 - Amtac Shooting Presents Tuhon Carl Atienza Blade Seminar','','publish','closed','closed','','7-may-2022-amtac-shooting-presents-tuhon-carl-atienza-blade-seminar','','','2024-12-19 00:30:27','2024-12-19 00:30:27','',0,'https://staging.amtacshooting.com/event/7-may-2022-amtac-shooting-presents-tuhon-carl-atienza-blade-seminar/',0,'tribe_events','',0),
(3791,10,'2024-12-19 00:30:28','2024-12-19 00:30:28','','IMG_5520-min-fA5Sry.tmp_','','inherit','open','closed','','img_5520-min-fa5sry-tmp_','','','2024-12-19 00:30:28','2024-12-19 00:30:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/IMG_5520-min-fA5Sry.tmp_.jpg',0,'attachment','image/jpeg',0),
(3792,10,'2024-12-19 00:30:28','2024-12-19 00:30:28','<strong>If you are on the path of becoming more capable of protecting yourself and your family you need to be able to shoot and you need to be able to grapple.</strong>\r\n\r\nFor the Amtac Shooting Jiu-Jitsu and Pistol Course my long time friend and Jiu-Jitsu teacher Gustavo Machado is coming out toteach the Jiu-Jitsu portion and I (Bill Rapier) will be teaching the shooting portion. Whether you are brand new to grappling or arevery experienced, this is an excellent opportunity to learn from the best.\r\n\r\nTopics to be covered will include:\r\n<ul>\r\n 	<li>takedowns</li>\r\n 	<li>sweeps</li>\r\n 	<li>guard passes</li>\r\n 	<li>positional domination</li>\r\n 	<li>submissions</li>\r\n</ul>\r\nWhether you have never stepped out on to a mat or you have been rolling for 20 years, your grappling skills will increase.\r\n\r\nPistol topics will include:\r\n<ul>\r\n 	<li>fundamentals of marksmanship</li>\r\n 	<li>shooting with an aggressive fighting stance</li>\r\n 	<li>one handed drawstroke</li>\r\n 	<li>combative weapons retention shooting</li>\r\n 	<li>correctly dealing with malfunctions</li>\r\n 	<li>and reloads among other things.</li>\r\n</ul>\r\nThis is a physically demanding course that will increase your grappling and shooting ability. You must have a baseline of fitness inorder to participate, you do not need to have a Jiu-Jitsu or grappling background in order to participate.\r\n\r\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us using the contact form). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"/amtac-training-center-atc-lodging/\">See lodging photos here</a>.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2022-08-23-jiu-jitsu-and-pistol-north-id\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n\r\n&nbsp;','23-24 August 2022 -  Amtac Shooting Jiu Jitsu and Pistol Course','','publish','closed','closed','','23-24-august-2022-amtac-shooting-jiu-jitsu-and-pistol-course','','','2024-12-19 00:30:28','2024-12-19 00:30:28','',0,'https://staging.amtacshooting.com/event/23-24-august-2022-amtac-shooting-jiu-jitsu-and-pistol-course/',0,'tribe_events','',0),
(3793,10,'2024-12-19 00:30:29','2024-12-19 00:30:29','<strong>Amtac Shooting Carbine 1 Course or Carbine Fundamentals Course</strong>\r\n<strong>Lead Instructor: David Cagle</strong>\r\n\r\nThis one-day course is designed to make you more capable by focusing on Carbine fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is by deliberate fundamentals training with feedback. Topics covered will include: mindset, carbine selection, setting up your carbine, zeroing your optics, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB and intermediate ranges, clearing malfunctions and intermediate distances and shooting and moving.\r\n<h3><a href=\"https://amtacshooting.regfox.com/amtac-shooting-carbine-1-course-david-cagle\">Register</a></h3>\r\n&nbsp;','24 July 2022 Amtac Shooting Carbine 1 Course Led by David Cagle','','publish','closed','closed','','24-july-2022-amtac-shooting-carbine-1-course-led-by-david-cagle','','','2024-12-19 00:30:29','2024-12-19 00:30:29','',0,'https://staging.amtacshooting.com/event/24-july-2022-amtac-shooting-carbine-1-course-led-by-david-cagle/',0,'tribe_events','',0),
(3794,10,'2024-12-19 00:30:29','2024-12-19 00:30:29','','gustavo-bill-walther-2-min-Blwzsn.tmp_','','inherit','open','closed','','gustavo-bill-walther-2-min-blwzsn-tmp_','','','2024-12-19 00:30:29','2024-12-19 00:30:29','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/gustavo-bill-walther-2-min-Blwzsn.tmp_.png',0,'attachment','image/png',0),
(3795,10,'2024-12-19 00:30:30','2024-12-19 00:30:30','<strong>The Amtac Shooting Pistol 1 Course</strong>\r\n<strong>Lead Instructor: David Acosta</strong>\r\n\r\nThis one-day course is designed to make you more capable by focusing on pistol fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is by deliberate fundamentals training with feedback. This course will cover: mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, reloads, shooting with speed and accuracy, clearing malfunctions and tourniquet application.\r\n<h3><a href=\"https://amtacshooting.regfox.com/amtac-shooting-pistol-1-course-david-acosta\">Register</a></h3>\r\n&nbsp;','13 August 2022 Amtac Shooting Pistol 1 Course Led by David Acosta','','publish','closed','closed','','13-august-2022-amtac-shooting-pistol-1-course-led-by-david-acosta','','','2024-12-19 00:30:30','2024-12-19 00:30:30','',0,'https://staging.amtacshooting.com/event/13-august-2022-amtac-shooting-pistol-1-course-led-by-david-acosta/',0,'tribe_events','',0),
(3796,10,'2024-12-19 00:30:31','2024-12-19 00:30:31','','David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-2ytuxo.tmp_','','inherit','open','closed','','david-cagle_wide-shot_landing-page-course-image_version-2-1-2ytuxo-tmp_','','','2024-12-19 00:30:31','2024-12-19 00:30:31','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/David-Cagle_Wide-Shot_Landing-Page-Course-Image_version-2-1-2ytuxo.tmp_.png',0,'attachment','image/png',0),
(3797,10,'2024-12-19 00:30:32','2024-12-19 00:30:32','','Amtac-Instructor-David-Acosta-min-8il0GZ.tmp_','','inherit','open','closed','','amtac-instructor-david-acosta-min-8il0gz-tmp_','','','2024-12-19 00:30:32','2024-12-19 00:30:32','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Amtac-Instructor-David-Acosta-min-8il0GZ.tmp_.jpg',0,'attachment','image/jpeg',0),
(3798,10,'2024-12-19 00:30:34','2024-12-19 00:30:34','<strong>The Amtac Shooting Carbine 1 Course</strong>\r\n<strong>Lead Instructor: David Acosta</strong>\r\n\r\nThis one-day course is designed to make you more capable by focusing on Carbine fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is by deliberate fundamentals training with feedback. Topics covered will include: mindset, carbine selection, setting up your carbine, zeroing your optics, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB, clearing malfunctions and intermediate distances and shooting and moving.\r\n<h3><a href=\"https://amtacshooting.regfox.com/amtac-shooting-carbine-1-course-david-acosta\">Register</a></h3>\r\n&nbsp;','14 August 2022 Amtac Shooting Carbine 1 Course Led by David Acosta','','publish','closed','closed','','14-august-2022-amtac-shooting-carbine-1-course-led-by-david-acosta','','','2024-12-19 00:30:34','2024-12-19 00:30:34','',0,'https://staging.amtacshooting.com/event/14-august-2022-amtac-shooting-carbine-1-course-led-by-david-acosta/',0,'tribe_events','',0),
(3799,10,'2024-12-19 00:30:35','2024-12-19 00:30:35','<strong>The Amtac Shooting Pistol 1 Course</strong>\r\n<strong>Lead Instructor: Bryan Resnick</strong>\r\n\r\nThis one-day course is designed to make you more capable by focusing on pistol fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is by deliberate fundamentals training with feedback. This course will cover: mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, reloads, shooting with speed and accuracy, clearing malfunctions and tourniquet application.\r\n<h3><a href=\"https://amtacshooting.regfox.com/amtac-shooting-pistol-1-course-bryan-resnick\">Register</a></h3>\r\n&nbsp;','27 August 2022 Amtac Shooting Pistol 1 Course Led by Bryan Resnick','','publish','closed','closed','','27-august-2022-amtac-shooting-pistol-1-course-led-by-bryan-resnick','','','2024-12-19 00:30:35','2024-12-19 00:30:35','',0,'https://staging.amtacshooting.com/event/27-august-2022-amtac-shooting-pistol-1-course-led-by-bryan-resnick/',0,'tribe_events','',0),
(3800,10,'2024-12-19 00:30:36','2024-12-19 00:30:36','','Bryan-Resnick-Pistol-Course-GHmWNw.tmp_','','inherit','open','closed','','bryan-resnick-pistol-course-ghmwnw-tmp_','','','2024-12-19 00:30:36','2024-12-19 00:30:36','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Bryan-Resnick-Pistol-Course-GHmWNw.tmp_.jpg',0,'attachment','image/jpeg',0),
(3801,10,'2024-12-19 00:30:36','2024-12-19 00:30:36','<strong>The Amtac Shooting Pistol/Combatives 1 Course</strong>\r\n<strong>Lead Instructor: Bryan Resnick</strong>\r\n\r\nThis is a one-day course focused on Pistol/ Combatives. Pistol/ Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate. This course will cover: mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, blade selection, blade deployment and targeting, striking and transitions from striking/ blade use to pistol deployment.\r\n<h3><a href=\"https://amtacshooting.regfox.com/amtac-shooting-pistolcombatives-1-course-bryan-resnick\">Register</a></h3>\r\n&nbsp;','28 August 2022 Amtac Shooting Pistol/Combatives 1 Course Led by Bryan Resnick','','publish','closed','closed','','28-august-2022-amtac-shooting-pistol-combatives-1-course-led-by-bryan-resnick','','','2024-12-19 00:30:36','2024-12-19 00:30:36','',0,'https://staging.amtacshooting.com/event/28-august-2022-amtac-shooting-pistol-combatives-1-course-led-by-bryan-resnick/',0,'tribe_events','',0),
(3802,10,'2024-12-19 00:30:37','2024-12-19 00:30:37','','AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-wjrg35.tmp_','','inherit','open','closed','','amtac-instructor-bryan-resnik-min-wjrg35-tmp_','','','2024-12-19 00:30:37','2024-12-19 00:30:37','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min-wjrg35.tmp_.jpg',0,'attachment','image/jpeg',0),
(3803,10,'2024-12-19 00:30:37','2024-12-19 00:30:37','<strong>The Amtac Shooting Pistol Combatives and Medical Course\r\nLed by Bill Rapier\r\nNear Los Angeles, CA</strong>\r\n\r\nThe Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills:\r\n<ul>\r\n 	<li>Bleeding control</li>\r\n 	<li>Airway management</li>\r\n 	<li>Respiratory support</li>\r\n 	<li>Dealing with shock and hypothermia</li>\r\n</ul>\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2022-06-12-pistol-combatives-and-medical-course-ca\"><button>Registration and More Details Here &gt;&gt;</button></a>','6 December 2022 - Amtac Shooting Pistol Combatives and Medical Course','','publish','closed','closed','','6-december-2022-amtac-shooting-pistol-combatives-and-medical-course','','','2024-12-19 00:30:37','2024-12-19 00:30:37','',0,'https://staging.amtacshooting.com/event/6-december-2022-amtac-shooting-pistol-combatives-and-medical-course/',0,'tribe_events','',0),
(3804,10,'2024-12-19 00:30:38','2024-12-19 00:30:38','','Bill-Walther-Pistol-min-ljTCdb.tmp_','','inherit','open','closed','','bill-walther-pistol-min-ljtcdb-tmp_','','','2024-12-19 00:30:38','2024-12-19 00:30:38','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Bill-Walther-Pistol-min-ljTCdb.tmp_.jpg',0,'attachment','image/jpeg',0),
(3805,10,'2024-12-19 00:30:38','2024-12-19 00:30:38','<strong>Amtac Shooting Force on Force Course\r\nLed by Bill Rapier\r\nNear Los Angeles, CA</strong>\r\n\r\nDoes your system work? How well will your shooting/ combatives hold up under pressure? The Amtac Force on Force course will help you answer those questions and also build on your existing skill set. This course will cover pistol/ combative/ blade fundamentals and then place you in mentally and physically challenging force on force scenarios. This is a physically demanding, hands on course that will elevate your situational awareness and shooting/ combative ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2022-07-12-force-on-force-course-ca\"><button>Registration and More Details Here &gt;&gt;</button></a>','7-8 December 2022 - Amtac Shooting Force on Force Course','','publish','closed','closed','','7-8-december-2022-amtac-shooting-force-on-force-course','','','2024-12-19 00:30:38','2024-12-19 00:30:38','',0,'https://staging.amtacshooting.com/event/7-8-december-2022-amtac-shooting-force-on-force-course/',0,'tribe_events','',0),
(3806,10,'2024-12-19 00:30:45','2024-12-19 00:30:45','Atienza Kali is a family system developed by Edgar Atienza and his three sons Bong, Carl And Darryl. The main emphasis is finding solutions to deal with multiple opponents with the use of the blade.\r\n\r\nTuhon Leo Manalo will be teaching the different tactics used in Atienza to deal with a variety of attacks involving multiple opponents.\r\n\r\nCourse meet up time is 8:30 AM and will run until 4:30 PM.\r\n\r\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please email us at Amtacshooting@gmail.com). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"https://www.amtacshooting.com/amtac-training-center-atc-lodging/\">Photos</a>.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2022-11-05-atienza-urban-combat-development-program\"><strong>Register</strong></a>','5 Nov 2022 - Amtac Shooting Presents Atienza Urban Combat (Multiple Opponents)','','publish','closed','closed','','5-nov-2022-amtac-shooting-presents-atienza-urban-combat-multiple-opponents','','','2024-12-19 00:30:45','2024-12-19 00:30:45','',0,'https://staging.amtacshooting.com/event/5-nov-2022-amtac-shooting-presents-atienza-urban-combat-multiple-opponents/',0,'tribe_events','',0),
(3807,10,'2024-12-19 00:30:46','2024-12-19 00:30:46','','Atienza-Fight-K2hhKN.tmp_','','inherit','open','closed','','atienza-fight-k2hhkn-tmp_','','','2024-12-19 00:30:46','2024-12-19 00:30:46','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Atienza-Fight-K2hhKN.tmp_.jpg',0,'attachment','image/jpeg',0),
(3808,10,'2024-12-19 00:30:46','2024-12-19 00:30:46','<strong>The Amtac Shooting Pistol Combatives 1 Course</strong>\r\n<strong>Led by David Acosta</strong>\r\n<strong>Grandview, TX</strong>\r\n\r\nThis is a one-day course focused on Pistol Combatives. Pistol Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate. This course will cover: mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, blade selection, blade deployment and targeting, striking and transitions from striking/ blade use to pistol deployment.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2022-11-12-pistol-combatives-1-course\"><button>Registration and More Details Here &gt;&gt;</button></a>','12 November 2022 - Amtac Shooting Pistol Combatives 1 Course Led by David Acosta','','publish','closed','closed','','12-november-2022-amtac-shooting-pistol-combatives-1-course-led-by-david-acosta','','','2024-12-19 00:30:46','2024-12-19 00:30:46','',0,'https://staging.amtacshooting.com/event/12-november-2022-amtac-shooting-pistol-combatives-1-course-led-by-david-acosta/',0,'tribe_events','',0),
(3809,10,'2024-12-19 00:30:46','2024-12-19 00:30:46','<strong>The Amtac Shooting Carbine 1 Course</strong>\r\n<strong>Led by David Acosta</strong>\r\n<strong>Grandview, TX</strong>\r\n\r\nThis one-day course is designed to make you more capable by focusing on Carbine fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is by deliberate fundamentals training with feedback. Topics covered will include: mindset, carbine selection, setting up your carbine, zeroing your optics, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB, clearing malfunctions and intermediate distances and shooting and moving.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2022-11-13-carbine-1-course-led-by-david-acosta\"><button>Registration and More Details Here &gt;&gt;</button></a>','13 November 2022 - Amtac Shooting Carbine 1 Course Led by David Acosta','','publish','closed','closed','','13-november-2022-amtac-shooting-carbine-1-course-led-by-david-acosta','','','2024-12-19 00:30:46','2024-12-19 00:30:46','',0,'https://staging.amtacshooting.com/event/13-november-2022-amtac-shooting-carbine-1-course-led-by-david-acosta/',0,'tribe_events','',0),
(3810,10,'2024-12-19 00:30:47','2024-12-19 00:30:47','<strong>The Amtac Shooting Carbine 1 Course</strong>\r\n<strong>Led by David Acosta</strong>\r\n<strong>Near Phoenix, AZ</strong>\r\n\r\nThis one-day course is designed to make you more capable by focusing on Carbine fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is by deliberate fundamentals training with feedback. Topics covered will include: mindset, carbine selection, setting up your carbine, zeroing your optics, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB, clearing malfunctions and intermediate distances and shooting and moving.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-01-20-carbine-1-course-led-by-david-acosta\"><button>Registration and More Details Here &gt;&gt;</button></a>','20 January 2023 - Amtac Shooting Carbine 1 Course Led by David Acosta','','publish','closed','closed','','20-january-2023-amtac-shooting-carbine-1-course-led-by-david-acosta','','','2024-12-19 00:30:47','2024-12-19 00:30:47','',0,'https://staging.amtacshooting.com/event/20-january-2023-amtac-shooting-carbine-1-course-led-by-david-acosta/',0,'tribe_events','',0),
(3811,10,'2024-12-19 00:30:47','2024-12-19 00:30:47','<strong>The Amtac Shooting Integrated Combatives Course</strong>\r\n<strong>Led by David Acosta</strong>\r\n<strong>Near Phoenix, AZ</strong>\r\n\r\nMost “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. This course will teach you how to integrate empty hand techniques with blades, improvised weapons and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. This is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-01-21-integrated-combatives-course-az-led-by-david-acosta\"><button>Registration and More Details Here &gt;&gt;</button></a>','21-22 January 2023 - Amtac Shooting Integrated Combatives Course Led by David Acosta','','publish','closed','closed','','21-22-january-2023-amtac-shooting-integrated-combatives-course-led-by-david-acosta','','','2024-12-19 00:30:47','2024-12-19 00:30:47','',0,'https://staging.amtacshooting.com/event/21-22-january-2023-amtac-shooting-integrated-combatives-course-led-by-david-acosta/',0,'tribe_events','',0),
(3812,10,'2024-12-19 00:30:50','2024-12-19 00:30:50','<strong>The Amtac Shooting Carbine 1 Course</strong>\r\n<strong>Led by David Acosta</strong>\r\n<strong>Near Houston, TX</strong>\r\n\r\nThis one-day course is designed to make you more capable by focusing on Carbine fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is by deliberate fundamentals training with feedback. Topics covered will include: mindset, carbine selection, setting up your carbine, zeroing your optics, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB, clearing malfunctions and intermediate distances and shooting and moving.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-02-18-carbine-1-course-tx-led-by-david-acosta\"><button>Registration and More Details Here &gt;&gt;</button></a>','18 February 2023 - Amtac Shooting Carbine 1 Course Led by David Acosta','','publish','closed','closed','','18-february-2023-amtac-shooting-carbine-1-course-led-by-david-acosta','','','2024-12-19 00:30:50','2024-12-19 00:30:50','',0,'https://staging.amtacshooting.com/event/18-february-2023-amtac-shooting-carbine-1-course-led-by-david-acosta/',0,'tribe_events','',0),
(3813,10,'2024-12-19 00:30:51','2024-12-19 00:30:51','<strong>The Amtac Shooting Pistol/Combatives 1 Course</strong>\r\n<strong>Led by David Acosta</strong>\r\n<strong>Near Houston, TX</strong>\r\n\r\nThis is a one-day course focused on Pistol Combatives. Pistol Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate. This course will cover: mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, blade selection, blade deployment and targeting, striking and transitions from striking/ blade use to pistol deployment.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-02-19-pistolcombatives-1-course-tx-led-by-david-acosta\"><button>Registration and More Details Here &gt;&gt;</button></a>','19 February 2023 - Amtac Shooting Pistol/Combatives 1 Course Led by David Acosta','','publish','closed','closed','','19-february-2023-amtac-shooting-pistol-combatives-1-course-led-by-david-acosta','','','2024-12-19 00:30:51','2024-12-19 00:30:51','',0,'https://staging.amtacshooting.com/event/19-february-2023-amtac-shooting-pistol-combatives-1-course-led-by-david-acosta/',0,'tribe_events','',0),
(3814,10,'2024-12-19 00:30:51','2024-12-19 00:30:51','<strong>The Amtac Shooting Carbine 1 Course</strong>\r\n<strong>Lead Instructor: David Acosta</strong>\r\n<strong>Near San Antonio, TX</strong>\r\n\r\nThis one-day course is designed to make you more capable by focusing on Carbine fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is by deliberate fundamentals training with feedback. Topics covered will include: mindset, carbine selection, setting up your carbine, zeroing your optics, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB, clearing malfunctions and intermediate distances and shooting and moving.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-05-27-carbine-1-course-tx-led-by-david-acosta\"><button>Registration and More Details Here &gt;&gt;</button></a>','27 May 2023 - Amtac Shooting Carbine 1 Course Led by David Acosta','','publish','closed','closed','','27-may-2023-amtac-shooting-carbine-1-course-led-by-david-acosta','','','2024-12-19 00:30:51','2024-12-19 00:30:51','',0,'https://staging.amtacshooting.com/event/27-may-2023-amtac-shooting-carbine-1-course-led-by-david-acosta/',0,'tribe_events','',0),
(3815,10,'2024-12-19 00:30:52','2024-12-19 00:30:52','','David-A-pic-1-min-eXwoG7.tmp_','','inherit','open','closed','','david-a-pic-1-min-exwog7-tmp_','','','2024-12-19 00:30:52','2024-12-19 00:30:52','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/David-A-pic-1-min-eXwoG7.tmp_.jpg',0,'attachment','image/jpeg',0),
(3816,10,'2024-12-19 00:30:52','2024-12-19 00:30:52','<strong>The Amtac Shooting Carbine 1 Course</strong>\r\n<strong>Lead Instructor: David Acosta</strong>\r\n<strong>Near Dallas, TX</strong>\r\n\r\nThis one-day course is designed to make you more capable by focusing on Carbine fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is by deliberate fundamentals training with feedback. Topics covered will include: mindset, carbine selection, setting up your carbine, zeroing your optics, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB, clearing malfunctions and intermediate distances and shooting and moving.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-08-26-carbine-1-course-tx-led-by-david-acosta\"><button>Registration and More Details Here &gt;&gt;</button></a>','26 August 2023 - Amtac Shooting Carbine 1 Course Led by David Acosta','','publish','closed','closed','','26-august-2023-amtac-shooting-carbine-1-course-led-by-david-acosta','','','2024-12-19 00:30:52','2024-12-19 00:30:52','',0,'https://staging.amtacshooting.com/event/26-august-2023-amtac-shooting-carbine-1-course-led-by-david-acosta/',0,'tribe_events','',0),
(3817,10,'2024-12-19 00:30:53','2024-12-19 00:30:53','','David-A-pic-1-min-MB1Nyr.tmp_','','inherit','open','closed','','david-a-pic-1-min-mb1nyr-tmp_','','','2024-12-19 00:30:53','2024-12-19 00:30:53','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/David-A-pic-1-min-MB1Nyr.tmp_.jpg',0,'attachment','image/jpeg',0),
(3818,10,'2024-12-19 00:30:54','2024-12-19 00:30:54','<strong>The Amtac Shooting Pistol/Combatives 1 Course</strong>\r\n<strong>Lead Instructor: David Acosta</strong>\r\n<strong>Near San Antonio, TX</strong>\r\n\r\nThis is a one-day course focused on Pistol Combatives. Pistol Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate. This course will cover: mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, blade selection, blade deployment and targeting, striking and transitions from striking/ blade use to pistol deployment.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-05-28-pistolcombatives-1-course-tx-led-by-david-acosta\"><button>Registration and More Details Here &gt;&gt;</button></a>','28 May 2023 - Amtac Shooting Pistol/Combatives 1 Course Led by David Acosta','','publish','closed','closed','','28-may-2023-amtac-shooting-pistol-combatives-1-course-led-by-david-acosta','','','2024-12-19 00:30:54','2024-12-19 00:30:54','',0,'https://staging.amtacshooting.com/event/28-may-2023-amtac-shooting-pistol-combatives-1-course-led-by-david-acosta/',0,'tribe_events','',0),
(3819,10,'2024-12-19 00:30:55','2024-12-19 00:30:55','','David-A-pic-3-min-E24cnp.tmp_','','inherit','open','closed','','david-a-pic-3-min-e24cnp-tmp_','','','2024-12-19 00:30:55','2024-12-19 00:30:55','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/David-A-pic-3-min-E24cnp.tmp_.jpg',0,'attachment','image/jpeg',0),
(3820,10,'2024-12-19 00:31:03','2024-12-19 00:31:03','<strong>The Amtac Shooting Pistol/Combatives 1 Course</strong>\r\n<strong>Lead Instructor: David Acosta</strong>\r\n<strong>Near Dallas, TX</strong>\r\n\r\nThis is a one-day course focused on Pistol Combatives. Pistol Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate. This course will cover: mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, blade selection, blade deployment and targeting, striking and transitions from striking/ blade use to pistol deployment.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-08-27-pistolcombatives-1-course-tx-led-by-david-acosta\"><button>Registration and More Details Here &gt;&gt;</button></a>','27 August 2023 - Amtac Shooting Pistol/Combatives 1 Course Led by David Acosta','','publish','closed','closed','','27-august-2023-amtac-shooting-pistol-combatives-1-course-led-by-david-acosta','','','2024-12-19 00:31:03','2024-12-19 00:31:03','',0,'https://staging.amtacshooting.com/event/27-august-2023-amtac-shooting-pistol-combatives-1-course-led-by-david-acosta/',0,'tribe_events','',0),
(3821,10,'2024-12-19 00:31:04','2024-12-19 00:31:04','<strong>The Amtac Shooting Carbine 1 Course</strong>\r\n<strong>Lead Instructor: David Acosta</strong>\r\n<strong>Near Houston, TX</strong>\r\n\r\nThis one-day course is designed to make you more capable by focusing on Carbine fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is by deliberate fundamentals training with feedback. Topics covered will include: mindset, carbine selection, setting up your carbine, zeroing your optics, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB, clearing malfunctions and intermediate distances and shooting and moving.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-10-21-carbine-1-course-tx-led-by-david-acosta\"><button>Registration and More Details Here &gt;&gt;</button></a>','21 October 2023 - Amtac Shooting Carbine 1 Course Led by David Acosta','','publish','closed','closed','','21-october-2023-amtac-shooting-carbine-1-course-led-by-david-acosta','','','2024-12-19 00:31:04','2024-12-19 00:31:04','',0,'https://staging.amtacshooting.com/event/21-october-2023-amtac-shooting-carbine-1-course-led-by-david-acosta/',0,'tribe_events','',0),
(3822,10,'2024-12-19 00:31:05','2024-12-19 00:31:05','<strong>The Amtac Shooting Pistol/Combatives 1 Course</strong>\r\n<strong>Led by David Acosta</strong>\r\n<strong>Near Houston, TX</strong>\r\n\r\nThis is a one-day course focused on Pistol Combatives. Pistol Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate. This course will cover: mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, blade selection, blade deployment and targeting, striking and transitions from striking/ blade use to pistol deployment.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-10-22-pistolcombatives-1-course-tx-led-by-david-acosta\"><button>Registration and More Details Here &gt;&gt;</button></a>','22 October 2023 - Amtac Shooting Pistol/Combatives 1 Course Led by David Acosta','','publish','closed','closed','','22-october-2023-amtac-shooting-pistol-combatives-1-course-led-by-david-acosta','','','2024-12-19 00:31:05','2024-12-19 00:31:05','',0,'https://staging.amtacshooting.com/event/22-october-2023-amtac-shooting-pistol-combatives-1-course-led-by-david-acosta/',0,'tribe_events','',0),
(3823,10,'2024-12-19 00:31:05','2024-12-19 00:31:05','<strong>Amtac Shooting Winter Modern Minuteman Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Amtac Training Center (North Idaho)</strong>\r\n\r\nThis is a two-day course designed to teach you how to shoot, move and survive in a cold weather environment. This course will start with a 1-mile snowshoe to the training location carrying all of the required equipment.\r\n\r\nOnce at the Amtac Training Center (ATC) we will drop some gear and work carbine and pistol fundamentals. After lunch, there will be a navigation block focused on both map and compass and GPS use. After training on day one, students can relax at the ATC, with lodging, dinner and breakfast the next morning being provided. Training day two will start with a mindset talk and a short small unit tactics block followed by the \"winter modern minuteman competition\", this multi-hour shooting/ navigation and other skills competition will test your endurance and your ability to shoot, move and communicate. This is a physically demanding course and you must have a baseline of fitness to participate.\r\n\r\n*For the Modern Minuteman competition, you will need a starting pack weight of at least 30lbs and no more than 40lbs. If you are running a plate carrier, your carrier weight will count toward your total.*\r\n\r\n<strong>Prerequisites:</strong>\r\n<ul>\r\n 	<li>A base level of fitness; be able to walk 5 miles with a 30lbs pack</li>\r\n 	<li>Competent and 100% safe with pistol and carbine (you need to have completed a pistol and a carbine course with either myself, Kyle Defoor, Bill Blowers, Northern Red, or another reputable trainer (or have someone I know vouch for you -- If you are not sure, contact me)</li>\r\n</ul>\r\n<a href=\"https://amtacshooting.regfox.com/2023-01-26-winter-modern-minuteman-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','26-27 January 2023 Amtac Shooting Winter Modern Minuteman Course','','publish','closed','closed','','26-27-january-2023-amtac-shooting-winter-modern-minuteman-course','','','2024-12-19 00:31:05','2024-12-19 00:31:05','',0,'https://staging.amtacshooting.com/event/26-27-january-2023-amtac-shooting-winter-modern-minuteman-course/',0,'tribe_events','',0),
(3824,10,'2024-12-19 00:31:06','2024-12-19 00:31:06','','92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_','','inherit','open','closed','','92672f3f-aae4-49bd-a86c-0d1b9a880888-r2wjrm-tmp_','','','2024-12-19 00:31:06','2024-12-19 00:31:06','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_.jpg',0,'attachment','image/jpeg',0),
(3825,10,'2024-12-19 00:31:06','2024-12-19 00:31:06','<strong>Amtac Shooting Intro to Winter Skills Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Amtac Training Center (North Idaho)</strong>\r\n<p style=\"text-align: left\">This two-day course is designed to teach you how to shoot, move and survive in a cold weather environment.</p>\r\nThis course will start with a 1 mile snowshoe to the training location carrying all of the required equipment. Once at the training site students will learn how to build shelters/ fires, and shoot. Additional skills that will be covered include basics on snowmobile recovery and the benefits of skishoes/AT skies. A pre-trip recording will be available via a link in your course confirmation email and Live Zoom Meeting will be scheduled in January to go over gear and answer questions.\r\n\r\n<strong>*In order to participate in this course, you must be able to carry a 30-40 lbs pack uphill for about a mile. Do not sign up if you cannot move multiple miles with a ruck under non-snowed-in conditions.*</strong>\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-02-17-amtac-shooting-intro-to-winter-skills-course\"><button>Registration and More Details Here &gt;&gt;</button></a>','17-18 February 2023 - Amtac Shooting Intro to Winter Skills Course','','publish','closed','closed','','17-18-february-2023-amtac-shooting-intro-to-winter-skills-course','','','2024-12-19 00:31:06','2024-12-19 00:31:06','',0,'https://staging.amtacshooting.com/event/17-18-february-2023-amtac-shooting-intro-to-winter-skills-course/',0,'tribe_events','',0),
(3826,10,'2024-12-19 00:31:10','2024-12-19 00:31:10','<strong>Amtac Shooting Combative Carbine Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Dallas, TX</strong>\r\n\r\nThis course is designed to teach you how to effectively operate your AR-15 style carbine.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>Setting up your carbine</li>\r\n 	<li>Zeroing your optics</li>\r\n 	<li>Fundamentals of marksmanship</li>\r\n 	<li>Proper weapons manipulation</li>\r\n 	<li>Fast and effective shooting at CQB and intermediate distances</li>\r\n 	<li>Combatives with a carbine</li>\r\n 	<li>Shooting and moving</li>\r\n 	<li>Shooting around barricades</li>\r\n</ul>\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-02-23-combative-carbine-course-tx\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n','23-24 February 2023 - Amtac Shooting Combative Carbine Course','','publish','closed','closed','','23-24-february-2023-amtac-shooting-combative-carbine-course','','','2024-12-19 00:31:10','2024-12-19 00:31:10','',0,'https://staging.amtacshooting.com/event/23-24-february-2023-amtac-shooting-combative-carbine-course/',0,'tribe_events','',0),
(3827,10,'2024-12-19 00:31:11','2024-12-19 00:31:11','<strong>Amtac Shooting Integrated Combatives Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Dallas, TX</strong>\r\n\r\nMost “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. This course will teach you how to integrate empty-hand techniques with blades, improvised weapons and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. This is a physically demanding, hands-on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-02-25-integrated-combatives-course-tx\"><button>Registration and More Details Here &gt;&gt;</button></a>','25-26 February 2023 - Amtac Shooting Integrated Combatives Course','','publish','closed','closed','','25-26-february-2023-amtac-shooting-integrated-combatives-course','','','2024-12-19 00:31:11','2024-12-19 00:31:11','',0,'https://staging.amtacshooting.com/event/25-26-february-2023-amtac-shooting-integrated-combatives-course/',0,'tribe_events','',0),
(3828,10,'2024-12-19 00:31:11','2024-12-19 00:31:11','<strong>The Amtac Shooting Combative Carbine Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Dahlonega, GA</strong>\r\n\r\nThis course is designed to teach you how to effectively operate your AR-15 style carbine.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>Setting up your carbine</li>\r\n 	<li>Zeroing your optics</li>\r\n 	<li>Fundamentals of marksmanship</li>\r\n 	<li>Proper weapons manipulation</li>\r\n 	<li>Fast and effective shooting at CQB and intermediate distances</li>\r\n 	<li>Combatives with a carbine</li>\r\n 	<li>Shooting and moving</li>\r\n 	<li>Shooting around barricades</li>\r\n</ul>\r\n<a href=\"https://amtacshooting.regfox.com/2023-03-16-combative-carbine-course-ga\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n','16-17 March 2023 - Amtac Shooting Combative Carbine Course','','publish','closed','closed','','16-17-march-2023-amtac-shooting-combative-carbine-course','','','2024-12-19 00:31:11','2024-12-19 00:31:11','',0,'https://staging.amtacshooting.com/event/16-17-march-2023-amtac-shooting-combative-carbine-course/',0,'tribe_events','',0),
(3829,10,'2024-12-19 00:31:12','2024-12-19 00:31:12','<strong>The Advanced Responsible Armed Citizen (ARAC) Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Dahlonega, GA</strong>\r\n\r\nThe ARAC course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate (see our article on fitness <a href=\"https://www.amtacshooting.com/food-fitness/\">here</a> for more info).\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-03-18-advanced-responsible-armed-citizen-arac-course-ga\"><button>Registration and More Details Here &gt;&gt;</button></a>','18-19 March 2023 - Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course','','publish','closed','closed','','18-19-march-2023-amtac-shooting-advanced-responsible-armed-citizen-arac-course','','','2024-12-19 00:31:12','2024-12-19 00:31:12','',0,'https://staging.amtacshooting.com/event/18-19-march-2023-amtac-shooting-advanced-responsible-armed-citizen-arac-course/',0,'tribe_events','',0),
(3830,10,'2024-12-19 00:31:13','2024-12-19 00:31:13','<strong>The Amtac Shooting Pistol 1 Course</strong>\r\n<strong>Led by Kevin Kelly</strong>\r\n<strong>Baker, FL (Altus Shooting Solutions)</strong>\r\n\r\nThis one-day course is designed to make you more capable by focusing on pistol fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is through deliberate fundamentals training with feedback. This course will cover: mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, reloads, shooting with speed and accuracy, clearing malfunctions and tourniquet application.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-04-15-pistol-1-course-fl-led-by-kevin-kelly\"><button>Registration and More Details Here &gt;&gt;</button></a>','15 April 2023 - Amtac Shooting Pistol 1 Course Led by Kevin Kelly','','publish','closed','closed','','15-april-2023-amtac-shooting-pistol-1-course-led-by-kevin-kelly','','','2024-12-19 00:31:13','2024-12-19 00:31:13','',0,'https://staging.amtacshooting.com/event/15-april-2023-amtac-shooting-pistol-1-course-led-by-kevin-kelly/',0,'tribe_events','',0),
(3831,10,'2024-12-19 00:31:14','2024-12-19 00:31:14','','Kevin-Kelly-Course-Thumnail-KziIr1.tmp_','','inherit','open','closed','','kevin-kelly-course-thumnail-kziir1-tmp_','','','2024-12-19 00:31:14','2024-12-19 00:31:14','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Kevin-Kelly-Course-Thumnail-KziIr1.tmp_.png',0,'attachment','image/png',0),
(3832,10,'2024-12-19 00:31:20','2024-12-19 00:31:20','<strong>The Amtac Shooting Pistol/Combatives 1 Course</strong>\r\n<strong>Led by Kevin Kelly</strong>\r\n<strong>Baker, FL (Altus Shooting Solutions)</strong>\r\n\r\nThis is a one-day course focused on Pistol Combatives. Pistol Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate. This course will cover: mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, blade selection, blade deployment and targeting, striking and transitions from striking/ blade use to pistol deployment.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-04-16-pistolcombatives-course-fl-led-by-kevin-kelly\"><button>Registration and More Details Here &gt;&gt;</button></a>','16 April 2023 - Amtac Shooting Pistol/Combatives 1 Course Led by Kevin Kelly','','publish','closed','closed','','16-april-2023-amtac-shooting-pistol-combatives-1-course-led-by-kevin-kelly','','','2024-12-19 00:31:20','2024-12-19 00:31:20','',0,'https://staging.amtacshooting.com/event/16-april-2023-amtac-shooting-pistol-combatives-1-course-led-by-kevin-kelly/',0,'tribe_events','',0),
(3833,10,'2024-12-19 00:31:21','2024-12-19 00:31:21','<strong>The Amtac Shooting Modern Minuteman Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Goldendale, WA</strong>\r\n\r\nThis is the Modern Minuteman Course. The purpose of this course is to develop your modern day minuteman skills so you are ready and capable to navigate, shoot, communicate and survive.\r\n\r\nYou will learn the following:\r\n<ul>\r\n 	<li>Be able to navigate 20 miles while carrying a 25-30lbs load</li>\r\n 	<li>Have a base level of bushcrafting skills</li>\r\n 	<li>Be able to shoot out to 600-700 yards</li>\r\n 	<li>Understand basic LOS (line of sight) communications</li>\r\n</ul>\r\n<strong>Day 1:</strong>\r\n&gt; precision rifle class/ practical\r\n&gt; navigation class/ practical\r\n&gt; basic LOS (line of sight) communications\r\n\r\n<strong>Day 2:</strong>\r\n&gt; competition where you put all of these skills together\r\n\r\nWhy a competition? Because it is good to put some pressure on ourselves from time to time. Also, guys will prepare more for the course if they know that they will be able to test themselves against their peers. The competition will be self-paced, so you don’t have to be able to complete all of the tasks or navigate to all of the waypoints.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-05-04-modern-minuteman-course-wa\"><button>Registration and More Details Here &gt;&gt;</button></a>','4-5 May 2023 - The Amtac Shooting Modern Minuteman Course','','publish','closed','closed','','4-5-may-2023-the-amtac-shooting-modern-minuteman-course','','','2024-12-19 00:31:21','2024-12-19 00:31:21','',0,'https://staging.amtacshooting.com/event/4-5-may-2023-the-amtac-shooting-modern-minuteman-course/',0,'tribe_events','',0),
(3834,10,'2024-12-19 00:31:21','2024-12-19 00:31:21','<strong>Integrated Combatives Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Goldendale, WA (Cerberus Training Group)</strong>\r\n\r\nMost “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. This course will teach you how to integrate empty-hand techniques with blades, improvised weapons and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. This is a physically demanding, hands-on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-05-06-integrated-combatives-course-wa\"><button>Registration and More Details Here &gt;&gt;</button></a>','6-7 May 2023 - Amtac Shooting Integrated Combatives Course','','publish','closed','closed','','6-7-may-2023-amtac-shooting-integrated-combatives-course','','','2024-12-19 00:31:21','2024-12-19 00:31:21','',0,'https://staging.amtacshooting.com/event/6-7-may-2023-amtac-shooting-integrated-combatives-course/',0,'tribe_events','',0),
(3835,10,'2024-12-19 00:31:22','2024-12-19 00:31:22','<strong>The Amtac Shooting &amp; Tuhon Tom Kier from Sayoc Kali Pistols &amp; Blades Course</strong>\r\n<strong>Amtac Training Center (North Idaho)</strong>\r\n\r\n<strong>Amtac Shooting and Tuhon Tom Kier from Sayoc Kali presents:</strong>\r\n\r\nThree intensive days of training in the mountains of North Idaho at the Amtac Training Center. We will be working pistol, blade and combatives work with Bill Rapier from Amtac Shooting and Tuhon Tom Kier from Sayoc Kali. All food and lodging are included for the course. Topics to be covered will include:\r\n<ul>\r\n 	<li>Pistol fundamentals</li>\r\n 	<li>Advanced pistol drills</li>\r\n 	<li>Combatives fundamentals</li>\r\n 	<li>Blade fundamentals</li>\r\n 	<li>Long blade work (machete length blades)</li>\r\n 	<li>Live cutting/ thrusting</li>\r\n 	<li>Multi weapon stress course</li>\r\n</ul>\r\n<a href=\"https://amtacshooting.regfox.com/2023-05-17-pistols-and-blades-course-with-tuhon-tom-kier-from-sayoc-kali-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','17-19 May 2023 - The Amtac Shooting &amp; Tuhon Tom Kier from Sayoc Kali Pistols &amp; Blades Course','','publish','closed','closed','','17-19-may-2023-the-amtac-shooting-tuhon-tom-kier-from-sayoc-kali-pistols-blades-course','','','2024-12-19 00:31:22','2024-12-19 00:31:22','',0,'https://staging.amtacshooting.com/event/17-19-may-2023-the-amtac-shooting-tuhon-tom-kier-from-sayoc-kali-pistols-blades-course/',0,'tribe_events','',0),
(3836,10,'2024-12-19 00:31:23','2024-12-19 00:31:23','<strong>Grappling with Weapons / Integrated Combatives 2.0 Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>The Amtac Training Center (North Idaho)</strong>\r\n\r\nCan you fight on the ground? How about when shoved into a wall or corner? How about when we add weapons into the mix? What about multiple attackers? This course will teach the fundamentals of grappling with weapons. We will cover how different weapons change what the “correct response” is when in grappling situations. This is a physically demanding course. You need to have a base level of physical fitness to participate. You do not have to have a grappling background to participate. Topics that will be covered include:\r\n<ul>\r\n 	<li style=\"list-style-type: none\">\r\n<ul>\r\n 	<li>Grappling fundamentals</li>\r\n 	<li>Pistol drawstroke while grappling</li>\r\n 	<li>Blade drawstroke while grappling</li>\r\n 	<li>Dealing with multiple opponents from the ground</li>\r\n 	<li>Pros and cons of different weapons carry positions during a ground fight</li>\r\n 	<li>Force on force situational drills with ground fighting and training pistols</li>\r\n</ul>\r\n</li>\r\n</ul>\r\n<a href=\"https://amtacshooting.regfox.com/2023-09-12-grappling-with-weapons-integrated-combatives-20-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','12-13 September 2023 - Amtac Shooting Grappling with Weapons / Integrated Combatives 2.0 Course','','publish','closed','closed','','12-13-september-2023-amtac-shooting-grappling-with-weapons-integrated-combatives-2-0-course','','','2024-12-19 00:31:23','2024-12-19 00:31:23','',0,'https://staging.amtacshooting.com/event/12-13-september-2023-amtac-shooting-grappling-with-weapons-integrated-combatives-2-0-course/',0,'tribe_events','',0),
(3837,10,'2024-12-19 00:31:26','2024-12-19 00:31:26','<strong>The Amtac Shooting Combative Carbine Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>South Idaho</strong>\r\n\r\nThis course is designed to teach you how to effectively operate your AR-15 style carbine.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>Setting up your carbine</li>\r\n 	<li>Zeroing your optics</li>\r\n 	<li>Fundamentals of marksmanship</li>\r\n 	<li>Proper weapons manipulation</li>\r\n 	<li>Fast and effective shooting at CQB and intermediate distances</li>\r\n 	<li>Combatives with a carbine</li>\r\n 	<li>Shooting and moving</li>\r\n 	<li>Shooting around barricades</li>\r\n</ul>\r\n<a href=\"https://amtacshooting.regfox.com/2023-09-19-combative-carbine-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','19-20 September 2023 - Amtac Shooting Combative Carbine Course','','publish','closed','closed','','19-20-september-2023-amtac-shooting-combative-carbine-course','','','2024-12-19 00:31:26','2024-12-19 00:31:26','',0,'https://staging.amtacshooting.com/event/19-20-september-2023-amtac-shooting-combative-carbine-course/',0,'tribe_events','',0),
(3838,10,'2024-12-19 00:31:27','2024-12-19 00:31:27','','carbine_header-min-DpriQ3.tmp_','','inherit','open','closed','','carbine_header-min-dpriq3-tmp_','','','2024-12-19 00:31:27','2024-12-19 00:31:27','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/carbine_header-min-DpriQ3.tmp_.jpg',0,'attachment','image/jpeg',0),
(3839,10,'2024-12-19 00:31:27','2024-12-19 00:31:27','<strong>The Amtac Shooting Carbine 1 Course</strong>\r\n<strong>Led by Bryan Resnick</strong>\r\n<strong>Dahlonega, GA</strong>\r\n\r\nThis one-day course is designed to make you more capable by focusing on Carbine fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is by deliberate fundamentals training with feedback. Topics covered will include: mindset, carbine selection, setting up your carbine, zeroing your optics, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB, clearing malfunctions and intermediate distances and shooting and moving.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-10-07-carbine-1-course-ga-led-by-bryan-resnick\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n','7 October 2023 - Amtac Shooting Carbine 1 Course Led by Bryan Resnick','','publish','closed','closed','','7-october-2023-amtac-shooting-carbine-1-course-led-by-bryan-resnick','','','2024-12-19 00:31:27','2024-12-19 00:31:27','',0,'https://staging.amtacshooting.com/event/7-october-2023-amtac-shooting-carbine-1-course-led-by-bryan-resnick/',0,'tribe_events','',0),
(3840,10,'2024-12-19 00:31:28','2024-12-19 00:31:28','<strong>The Amtac Shooting Pistol/Combatives 1 Course</strong>\r\n<strong>Led by Bryan Resnick</strong>\r\n<strong>Dahlonega, GA</strong>\r\n\r\nThis is a one-day course focused on Pistol/ Combatives. Pistol/ Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate. This course will cover: mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, blade selection, blade deployment and targeting, striking and transitions from striking/ blade use to pistol deployment.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-10-08-pistolcombatives-1-course-ga-led-by-bryan-resnick\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n\r\n','8 October 2023 - Amtac Shooting Pistol/Combatives 1 Course Led by Bryan Resnick','','publish','closed','closed','','8-october-2023-amtac-shooting-pistol-combatives-1-course-led-by-bryan-resnick','','','2024-12-19 00:31:28','2024-12-19 00:31:28','',0,'https://staging.amtacshooting.com/event/8-october-2023-amtac-shooting-pistol-combatives-1-course-led-by-bryan-resnick/',0,'tribe_events','',0),
(3841,10,'2024-12-19 00:31:29','2024-12-19 00:31:29','<h3>2023 Modern Warrior Conference</h3>\r\n<h3><em>Be a Professional.</em></h3>\r\nThis is a rare opportunity to train with some of the top instructors in the pistol, combatives, blade, and grappling disciplines.\r\n\r\nTuhon Tom Kier of the Sayoc Kali System\r\nJustin Garcia aka Master Chim\r\nTuhon Harley Elmore of the Sayoc Kali System\r\nBill Rapier from Amtac Shooting\r\n\r\nAs men our job is to protect ourselves, our families and our tribes. How seriously are you taking that job? This year\'s Modern Warrior Conference will explore pistol craft, combatives, blade work, grappling, challenging force on force drills and mindset, through the lens of \"are you being a \'professional\' in these areas?\".\r\n\r\nThe Modern Warrior Conference is the premier training event for those who are willing to take their job of protector seriously. The instructors for this year are: Tuhon Tom Kier of the Sayoc Kali system, Justin Garcia aka Master Chim, Tuhon Harley Elmore of the Sayoc Kali system and Bill Rapier from Amtac Shooting. Here are some of the topics that will be covered:\r\n<ul>\r\n 	<li>Pistol craft</li>\r\n 	<li>Counter edged weapons</li>\r\n 	<li>Grappling/ fighting to your feet</li>\r\n 	<li>Low light Combatives</li>\r\n 	<li>Force on Force situational drills</li>\r\n 	<li>Family dynamics (fighting with your family)</li>\r\n 	<li>Mindset</li>\r\n</ul>\r\nThis is a physically engaging course that requires you to have a baseline of strength and fitness in order to participate.\r\n\r\nTraining sessions will occur Friday afternoon, all day Saturday and all day Sunday until late afternoon.\r\n\r\nMeals will be provided on Friday evening, Saturday lunch and dinner and Sunday lunch.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-06-09-modern-warrior-conference\">Register Here</a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','9-11 June 2023  Modern Warrior Conference *Open*','','publish','closed','closed','','9-11-june-2023-modern-warrior-conference-open','','','2024-12-19 00:31:29','2024-12-19 00:31:29','',0,'https://staging.amtacshooting.com/event/9-11-june-2023-modern-warrior-conference-open/',0,'tribe_events','',0),
(3842,10,'2024-12-19 00:31:30','2024-12-19 00:31:30','<strong>The Amtac Shooting Carbine 1 Course </strong>\r\n<strong>Led by Bryan Resnick</strong>\r\n<strong>Near Indianapolis, IN</strong>\r\n\r\nThis one-day course is designed to make you more capable by focusing on Carbine fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is by deliberate fundamentals training with feedback. Topics covered will include: mindset, carbine selection, setting up your carbine, zeroing your optics, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB, clearing malfunctions and intermediate distances and shooting and moving.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-11-18-carbine-1-course-in-led-by-bryan-resnick\"><button>Registration and More Details Here &gt;&gt;</button></a>','18 November 2023 - Amtac Shooting Carbine 1 Course Led by Bryan Resnick','','publish','closed','closed','','18-november-2023-amtac-shooting-carbine-1-course-led-by-bryan-resnick','','','2024-12-19 00:31:30','2024-12-19 00:31:30','',0,'https://staging.amtacshooting.com/event/18-november-2023-amtac-shooting-carbine-1-course-led-by-bryan-resnick/',0,'tribe_events','',0),
(3843,10,'2024-12-19 00:31:30','2024-12-19 00:31:30','','MWC-2023-min-ccSGac.tmp_','','inherit','open','closed','','mwc-2023-min-ccsgac-tmp_','','','2024-12-19 00:31:30','2024-12-19 00:31:30','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/MWC-2023-min-ccSGac.tmp_.png',0,'attachment','image/png',0),
(3844,10,'2024-12-19 00:31:39','2024-12-19 00:31:39','<strong>The Amtac Shooting Pistol/Combatives 1 Course </strong>\r\n<strong>Led by Bryan Resnick</strong>\r\n<strong>Near Indianapolis, IN</strong>\r\n\r\nThis is a one-day course focused on Pistol/ Combatives. Pistol/ Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate. This course will cover: mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, blade selection, blade deployment and targeting, striking and transitions from striking/ blade use to pistol deployment.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-11-19-pistolcombatives-1-course-in-led-by-bryan-resnick\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n','19 November 2023 - Amtac Shooting Pistol/Combatives 1 Course Led by Bryan Resnick','','publish','closed','closed','','19-november-2023-amtac-shooting-pistol-combatives-1-course-led-by-bryan-resnick','','','2024-12-19 00:31:39','2024-12-19 00:31:39','',0,'https://staging.amtacshooting.com/event/19-november-2023-amtac-shooting-pistol-combatives-1-course-led-by-bryan-resnick/',0,'tribe_events','',0),
(3845,10,'2024-12-19 00:31:40','2024-12-19 00:31:40','<strong>Amtac Shooting Jiu Jitsu and Pistol Course </strong>\r\n<strong>Led by Bill Rapier &amp; Gustavo Machado</strong>\r\n<strong>Amtac Training Center (North Idaho)</strong>\r\n\r\nIf you are on the path of becoming more capable of protecting yourself and your family you need to be able to shoot and you need to be able to grapple.\r\n\r\nFor the Amtac Shooting Jiu-Jitsu and Pistol Course my long-time friend and Jiu-Jitsu teacher Gustavo Machado is coming out to teach the Jiu-Jitsu portion and I (Bill Rapier) will be teaching the shooting portion. Whether you are brand new to grappling or are very experienced, this is an excellent opportunity to learn from the best.\r\n\r\n<strong>Jiu Jitsu topics will include:</strong>\r\n<ul>\r\n 	<li>takedowns</li>\r\n 	<li>sweeps</li>\r\n 	<li>guard passes</li>\r\n 	<li>positional domination</li>\r\n 	<li>submissions</li>\r\n</ul>\r\nWhether you have never stepped out onto a mat or you have been rolling for 20 years, your grappling skills will increase.\r\n\r\n<strong>Pistol topics will include:</strong>\r\n<ul>\r\n 	<li>fundamentals of marksmanship</li>\r\n 	<li>shooting with an aggressive fighting stance</li>\r\n 	<li>one handed drawstroke</li>\r\n 	<li>combative weapons retention shooting</li>\r\n 	<li>correctly dealing with malfunctions</li>\r\n 	<li>and reloads among other things.</li>\r\n</ul>\r\nThis is a physically demanding course that will increase your grappling and shooting ability. You must have a baseline of fitness in order to participate, you do not need to have a Jiu-Jitsu or grappling background in order to participate.\r\n\r\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us using the contact form or reach out to Amtacshooting@gmail.com). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"/amtac-training-center-atc-lodging/\">See lodging photos here</a>.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-07-19-the-amtac-shooting-jiu-jitsu-and-pistol-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','19-20 July 2023 -  Amtac Shooting Jiu Jitsu and Pistol Course (Registration now available!)','','publish','closed','closed','','19-20-july-2023-amtac-shooting-jiu-jitsu-and-pistol-course-registration-now-available','','','2024-12-19 00:31:40','2024-12-19 00:31:40','',0,'https://staging.amtacshooting.com/event/19-20-july-2023-amtac-shooting-jiu-jitsu-and-pistol-course-registration-now-available/',0,'tribe_events','',0),
(3846,10,'2024-12-19 00:31:40','2024-12-19 00:31:40','<strong>The Amtac Shooting Carbine 1 Course </strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Indianapolis, IN</strong>\r\n\r\nThis one-day course is designed to make you more capable by focusing on Carbine fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is by deliberate fundamentals training with feedback. Topics covered will include: mindset, carbine selection, setting up your carbine, zeroing your optics, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB, clearing malfunctions and intermediate distances and shooting and moving.\r\n\r\nSign up for the waitlist:\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-04-14-carbine-1-course-in\"><button>Registration and More Details Here &gt;&gt;</button></a>','14 April 2023 - *SOLD OUT* Amtac Shooting Carbine 1 Course Led by Bill Rapier','','publish','closed','closed','','14-april-2023-sold-out-amtac-shooting-carbine-1-course-led-by-bill-rapier','','','2024-12-19 00:31:40','2024-12-19 00:31:40','',0,'https://staging.amtacshooting.com/event/14-april-2023-sold-out-amtac-shooting-carbine-1-course-led-by-bill-rapier/',0,'tribe_events','',0),
(3847,10,'2024-12-19 00:31:41','2024-12-19 00:31:41','<strong>The Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Indianapolis, IN</strong>\r\n\r\nThe ARAC course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate (see our article on fitness <a href=\"https://www.amtacshooting.com/food-fitness/\">here</a> for more info).\r\n\r\nGet on the waitlist here:\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-04-15-advance-responsible-armed-citizen-arac-course-in\"><button>Registration and More Details Here &gt;&gt;</button></a>','15-16 April 2023 - *SOLD OUT* Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course','','publish','closed','closed','','15-16-april-2023-sold-out-amtac-shooting-advanced-responsible-armed-citizen-arac-course','','','2024-12-19 00:31:41','2024-12-19 00:31:41','',0,'https://staging.amtacshooting.com/event/15-16-april-2023-sold-out-amtac-shooting-advanced-responsible-armed-citizen-arac-course/',0,'tribe_events','',0),
(3848,10,'2024-12-19 00:31:42','2024-12-19 00:31:42','<strong>The Amtac Shooting Tribe Centric CQB Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Amtac Training Center (North Idaho)</strong>\r\n\r\nWhat if you hear glass breaking in the middle of the night? What if you have to move your family through a mall during an active shooter event? What is the safest way to move through and clear an area of immediate threats? This course is designed to teach good Americans how to properly do Close Quarters Battle (CQB) in the context of your immediate family and friends. The progression of this course will include, pistol and carbine live fire fundamentals and dynamic live fire drills and a logical progression of CQB that will culminate with force on force clearance problems. You will learn to clear structures as an individual, as an individual with a small child or untrained spouse in tow and as a small team.\r\n\r\n<strong>**Due to the nature of the material being taught, you must be a current Amtac Shooting Student in order to participate in this course.**</strong>\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-04-26-the-amtac-shooting-tribe-centric-cqb-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','26-28 April 2023 - *SOLD OUT* The Amtac Shooting Tribe Centric CQB Course','','publish','closed','closed','','26-28-april-2023-sold-out-the-amtac-shooting-tribe-centric-cqb-course','','','2024-12-19 00:31:42','2024-12-19 00:31:42','',0,'https://staging.amtacshooting.com/event/26-28-april-2023-sold-out-the-amtac-shooting-tribe-centric-cqb-course/',0,'tribe_events','',0),
(3849,10,'2024-12-19 00:31:43','2024-12-19 00:31:43','','IMG-4327-scaled-ETCpUv.tmp_','','inherit','open','closed','','img-4327-scaled-etcpuv-tmp_','','','2024-12-19 00:31:43','2024-12-19 00:31:43','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/IMG-4327-scaled-ETCpUv.tmp_.jpg',0,'attachment','image/jpeg',0),
(3850,10,'2024-12-19 00:31:46','2024-12-19 00:31:46','<strong>Advanced Responsible Armed Citizen (ARAC) Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>The Amtac Training Center (North Idaho)</strong>\r\n\r\nThe ARAC course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate (see our article on fitness <a href=\"https://www.amtacshooting.com/food-fitness/\">here</a> for more info).\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-06-20-advance-responsible-armed-citizen-arac-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','20-21 June 2023 - Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course','','publish','closed','closed','','20-21-june-2023-amtac-shooting-advanced-responsible-armed-citizen-arac-course','','','2024-12-19 00:31:46','2024-12-19 00:31:46','',0,'https://staging.amtacshooting.com/event/20-21-june-2023-amtac-shooting-advanced-responsible-armed-citizen-arac-course/',0,'tribe_events','',0),
(3851,10,'2024-12-19 00:31:47','2024-12-19 00:31:47','<strong>The Amtac Shooting Integrated Combatives Course\r\nLead Instructor: David Acosta\r\nNear Salt Lake City, UT</strong>\r\n\r\nMost “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. This course will teach you how to integrate empty hand techniques with blades, improvised weapons and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. This is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\nRegistration will be open by March 17, 2023.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-08-04-integrated-combatives-course-ut-led-by-david-acosta\"><button>Registration and More Details Here &gt;&gt;</button></a>','11-12 August 2023 (Tentative) - Amtac Shooting Integrated Combatives Course Led by David Acosta','','publish','closed','closed','','11-12-august-2023-tentative-amtac-shooting-integrated-combatives-course-led-by-david-acosta','','','2024-12-19 00:31:47','2024-12-19 00:31:47','',0,'https://staging.amtacshooting.com/event/11-12-august-2023-tentative-amtac-shooting-integrated-combatives-course-led-by-david-acosta/',0,'tribe_events','',0),
(3852,10,'2024-12-19 00:31:48','2024-12-19 00:31:48','','David-A-pic-2-min-Copy-REImtx.tmp_','','inherit','open','closed','','david-a-pic-2-min-copy-reimtx-tmp_','','','2024-12-19 00:31:48','2024-12-19 00:31:48','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/David-A-pic-2-min-Copy-REImtx.tmp_.jpg',0,'attachment','image/jpeg',0),
(3853,10,'2024-12-19 00:31:48','2024-12-19 00:31:48','<strong>The Amtac Shooting Tribe Centric CQB Course\r\nLed by Bill Rapier\r\nAmtac Training Center (North Idaho)</strong>\r\n\r\nWhat if you hear glass breaking in the middle of the night? What if you have to move your family through a mall during an active shooter event? What is the safest way to move through and clear an area of immediate threats? This course is designed to teach good Americans how to properly do Close Quarters Battle (CQB) in the context of your immediate family and friends. The progression of this course will include, pistol and carbine live fire fundamentals and dynamic live fire drills and a logical progression of CQB that will culminate with force on force clearance problems. You will learn to clear structures as an individual, as an individual with a small child or untrained spouse in tow and as a small team. Due to the nature of the material being taught, you must be a current Amtac Shooting Student in order to participate in this course.\r\n\r\nGet on the waitlist here:\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-10-18-the-amtac-shooting-tribe-centric-cqb-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','18-20 October 2023 - The Amtac Shooting Tribe Centric CQB Course','','publish','closed','closed','','18-20-october-2023-the-amtac-shooting-tribe-centric-cqb-course','','','2024-12-19 00:31:48','2024-12-19 00:31:48','',0,'https://staging.amtacshooting.com/event/18-20-october-2023-the-amtac-shooting-tribe-centric-cqb-course/',0,'tribe_events','',0),
(3854,10,'2024-12-19 00:31:48','2024-12-19 00:31:48','<strong>Advanced Responsible Armed Citizen (ARAC) Course\r\nLed by Bill Rapier\r\nBaker, FL (Altus Shooting Solutions)</strong>\r\n\r\nThe ARAC course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate (see our article on fitness <a href=\"https://www.amtacshooting.com/food-fitness/\">here</a> for more info).\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-10-07-advanced-responsible-armed-citizen-arac-course-fl\"><button>Registration and More Details Here &gt;&gt;</button></a>','7-8 October 2023 - Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course','','publish','closed','closed','','7-8-october-2023-amtac-shooting-advanced-responsible-armed-citizen-arac-course','','','2024-12-19 00:31:48','2024-12-19 00:31:48','',0,'https://staging.amtacshooting.com/event/7-8-october-2023-amtac-shooting-advanced-responsible-armed-citizen-arac-course/',0,'tribe_events','',0),
(3855,10,'2024-12-19 00:31:49','2024-12-19 00:31:49','<strong>Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course </strong> <b>\r\n<strong>Led by Bill Rapier</strong> <b>\r\n<strong>South Idaho</strong> <b></b></b></b>\r\n\r\nThe ARAC course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate (see our article on fitness <a href=\"https://www.amtacshooting.com/food-fitness/\">here</a> for more info).\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-09-21-advance-responsible-armed-citizen-arac-course-south-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','21-22 September 2023 - Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course','','publish','closed','closed','','21-22-september-2023-amtac-shooting-advanced-responsible-armed-citizen-arac-course','','','2024-12-19 00:31:49','2024-12-19 00:31:49','',0,'https://staging.amtacshooting.com/event/21-22-september-2023-amtac-shooting-advanced-responsible-armed-citizen-arac-course/',0,'tribe_events','',0),
(3856,10,'2024-12-19 00:31:56','2024-12-19 00:31:56','<strong>The Amtac Shooting Custom Pistol Combatives Private Course</strong>\r\n<strong>Led by Bryan Resnick</strong>\r\n<strong>Near Phoenix, AZ</strong>\r\n\r\nThis is a two-day course focused on Pistol Combatives. Pistol Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate. This course will cover: mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, blade selection, blade deployment and targeting, striking and transitions from striking/ blade use to pistol deployment.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-01-26-custom-pistol-combatives-course-az-led-by-bryan-resnick\"><button>Registration and More Details Here &gt;&gt;</button></a>','26-27 January 2022 - Amtac Shooting Custom Pistol Combatives **Private Course**','','publish','closed','closed','','26-27-january-2022-amtac-shooting-custom-pistol-combatives-private-course','','','2024-12-19 00:31:56','2024-12-19 00:31:56','',0,'https://staging.amtacshooting.com/event/26-27-january-2022-amtac-shooting-custom-pistol-combatives-private-course/',0,'tribe_events','',0),
(3857,10,'2024-12-19 00:31:57','2024-12-19 00:31:57','<strong>The Amtac Shooting Integrated Combatives Course\r\nLead Instructor: David Acosta\r\nNear Milwaukee, WI</strong>\r\n\r\nMost “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. This course will teach you how to integrate empty hand techniques with blades, improvised weapons and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. This is a physically demanding, hands on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-05-06-integrated-combatives-course-wi-led-by-david-acosta\"><button>Registration and More Details Here &gt;&gt;</button></a>','6-7 May 2023 - Amtac Shooting Integrated Combatives Course Led by David Acosta','','publish','closed','closed','','6-7-may-2023-amtac-shooting-integrated-combatives-course-led-by-david-acosta','','','2024-12-19 00:31:57','2024-12-19 00:31:57','',0,'https://staging.amtacshooting.com/event/6-7-may-2023-amtac-shooting-integrated-combatives-course-led-by-david-acosta/',0,'tribe_events','',0),
(3858,10,'2024-12-19 00:31:57','2024-12-19 00:31:57','If you can only take one rifle, which one is it? That question has been asked by a lot of very capable men. My answer is the HybridCarbine, a 11.5-16 in accurate 5.56 rifle with a 1-6, 1-8 or 1-10 power LPVO. With this setup you can shoot anything from CQBdistances to 400-700 yards and beyond. This course will work carbine fundamentals and then jump right in to medium distanceshooting (out to 400-700 yards).\r\n\r\nCourse curriculum will include:\r\n<ul>\r\n 	<li>Carbine fundamentals and close range manipulation</li>\r\n 	<li>Medium distance shooting</li>\r\n 	<li>Transitioning from near to far targets</li>\r\n 	<li>Intro to external ballistics</li>\r\n 	<li>Understanding MOA\'s and MRAD</li>\r\n 	<li>Ballistic calculator use</li>\r\n 	<li>Truing your rifle</li>\r\n</ul>\r\nand more.\r\n\r\n&nbsp;\r\n<h3><a href=\"https://amtacshooting.regfox.com/2023-03-10-hybrid-carbine\">Register</a></h3>\r\n&nbsp;','10 March 2023 Amtac Shooting Hybrid Carbine Course (One Day)','','publish','closed','closed','','10-march-2023-amtac-shooting-hybrid-carbine-course-one-day','','','2024-12-19 00:31:57','2024-12-19 00:31:57','',0,'https://staging.amtacshooting.com/event/10-march-2023-amtac-shooting-hybrid-carbine-course-one-day/',0,'tribe_events','',0),
(3859,10,'2024-12-19 00:31:58','2024-12-19 00:31:58','<strong>Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course </strong> <b>\r\n<strong>Led by Bill Rapier</strong> <b>\r\n<strong>Wallingford, CT</strong>\r\n<b></b></b></b>\r\n\r\nThe ARAC course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate (see our article on fitness <a href=\"https://www.amtacshooting.com/food-fitness/\">here</a> for more info).\r\n\r\nGet on the waitlist!\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-11-14-advanced-responsible-armed-citizen-arac-ct\"><button>Registration and More Details Here &gt;&gt;</button></a>','14-15 November 2023 - *SOLD OUT* Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course','','publish','closed','closed','','14-15-november-2023-sold-out-amtac-shooting-advanced-responsible-armed-citizen-arac-course','','','2024-12-19 00:31:58','2024-12-19 00:31:58','',0,'https://staging.amtacshooting.com/event/14-15-november-2023-sold-out-amtac-shooting-advanced-responsible-armed-citizen-arac-course/',0,'tribe_events','',0),
(3860,10,'2024-12-19 00:31:59','2024-12-19 00:31:59','Atienza Kali is a family system developed by Edgar Atienza and his three sons Bong, Carl And Darryl. The main emphasis is finding solutions to deal with multiple opponents with the use of the blade.\r\nCarl Atienza will be teaching an introduction to Atienza Kali mass attack seminar with the use of the knife.\r\n\r\nCourse meet up time is 12:30PM and will run until 5:00 PM.\r\n\r\n&nbsp;\r\n\r\n<strong><a href=\"https://amtacshooting.regfox.com/2023-05-13-amtac-shooting-tuhon-carl-atienza-blade-seminar-id?registrants.affiliate=\" />Register</a></strong>\r\n\r\n \r\n\r\n[urlparam htmltag=\"input\" type=\"text\" name=\"firstname\" attr=\"value\" param=\"affiliate\" /]\r\n\r\n[urlparam htmltag=\"a\" attr=\"href\" param=\"affiliate\" /] test link </a>','13 May 2023 - Amtac Shooting Presents Tuhon Carl Atienza Blade Seminar','','publish','closed','closed','','13-may-2023-amtac-shooting-presents-tuhon-carl-atienza-blade-seminar','','','2024-12-19 00:31:59','2024-12-19 00:31:59','',0,'https://staging.amtacshooting.com/event/13-may-2023-amtac-shooting-presents-tuhon-carl-atienza-blade-seminar/',0,'tribe_events','',0),
(3861,10,'2024-12-19 00:32:02','2024-12-19 00:32:02','<strong>The Amtac Shooting Pistol Combatives and Medical Course\r\nLed by Bill Rapier\r\nNear Los Angeles, CA</strong>\r\n\r\nThe Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills:\r\n<ul>\r\n 	<li>Bleeding control</li>\r\n 	<li>Airway management</li>\r\n 	<li>Respiratory support</li>\r\n 	<li>Dealing with shock and hypothermia</li>\r\n</ul>\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-12-04-pistol-combatives-and-medical-course-ca\"><button>Registration and More Details Here &gt;&gt;</button></a>','4 December 2023 - Amtac Shooting Pistol Combatives and Medical Course','','publish','closed','closed','','4-december-2023-amtac-shooting-pistol-combatives-and-medical-course','','','2024-12-19 00:32:02','2024-12-19 00:32:02','',0,'https://staging.amtacshooting.com/event/4-december-2023-amtac-shooting-pistol-combatives-and-medical-course/',0,'tribe_events','',0),
(3862,10,'2024-12-19 00:32:03','2024-12-19 00:32:03','','20230706_140101-min-UzGZDU.tmp_','','inherit','open','closed','','20230706_140101-min-uzgzdu-tmp_','','','2024-12-19 00:32:03','2024-12-19 00:32:03','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/20230706_140101-min-UzGZDU.tmp_.jpg',0,'attachment','image/jpeg',0),
(3863,10,'2024-12-19 00:32:03','2024-12-19 00:32:03','<strong>Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course </strong> <b>\r\n<strong>Led by Bill Rapier</strong> <b>\r\n<strong>Near Los Angeles, CA </strong>\r\n<b></b></b></b>\r\n\r\nThe ARAC course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate (see our article on fitness <a href=\"https://www.amtacshooting.com/food-fitness/\">here</a> for more info).\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-12-5-advanced-responsible-armed-citizen-arac-ca\"><button>Registration and More Details Here &gt;&gt;</button></a>','5-6 December 2023 - Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course','','publish','closed','closed','','5-6-december-2023-amtac-shooting-advanced-responsible-armed-citizen-arac-course','','','2024-12-19 00:32:03','2024-12-19 00:32:03','',0,'https://staging.amtacshooting.com/event/5-6-december-2023-amtac-shooting-advanced-responsible-armed-citizen-arac-course/',0,'tribe_events','',0),
(3864,10,'2024-12-19 00:32:04','2024-12-19 00:32:04','<strong>Amtac Shooting Combatives Seminar (Kore BJJ)\r\nDanbury, CT</strong>\r\n<div class=\"field-textParagraph field-registrant-0 registrant-field\">\r\n<div class=\"label-align form-width fr-view ng-binding\">\r\n\r\nThis is a 3-hour combatives seminar hosted by Kore BJJ, <a href=\"https://www.facebook.com/attconnecticut/\" target=\"_blank\" rel=\"noopener noreferrer\">American Top Team Connecticut</a> in Danbury, CT.\r\n\r\nTime: 5-8pm\r\n\r\nIt will focus on strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principles into real life application. A mindset talk will be included.\r\n\r\n</div>\r\n</div>\r\n<a href=\"https://amtacshooting.regfox.com/2023-11-13-combatives-seminar-kore-bjj-ct\"><button>Registration and More Details Here &gt;&gt;</button></a>','13 November 2023 - Amtac Shooting Combatives Seminar (Kore BJJ)','','publish','closed','closed','','13-november-2023-amtac-shooting-combatives-seminar-kore-bjj','','','2024-12-19 00:32:04','2024-12-19 00:32:04','',0,'https://staging.amtacshooting.com/event/13-november-2023-amtac-shooting-combatives-seminar-kore-bjj/',0,'tribe_events','',0),
(3865,10,'2024-12-19 00:32:04','2024-12-19 00:32:04','<strong>The Amtac Shooting NVG Level 2 Course / Fighting at Night</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Coeur d\'Alene, Idaho at the Amtac Training Center</strong>\r\n<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\">Fighting at night. The Amtac Shooting Level 2 NVG course is designed to train solid Americans how to maximize the advantage of fighting at night time. What are the best tactics, what is the right gear, what are the best practices to maximize our chances of success? How do we shoot, move and communicate at night? In this course, we will cover:</div>\r\n<ul>\r\n 	<li>\r\n<div>Day and night shooting with pistol and carbine</div></li>\r\n 	<li>\r\n<div>Setting up your helmet and NODs</div></li>\r\n 	<li>\r\n<div>Setting up pistol and carbine for night fighting</div></li>\r\n 	<li>\r\n<div>Team movement at night</div></li>\r\n 	<li>\r\n<div>Intro to day and night 2 man CQB</div></li>\r\n 	<li>\r\n<div>Force on force runs at night</div></li>\r\n 	<li>\r\n<div>Radio communications</div></li>\r\n 	<li>\r\n<div>Team Tactics</div></li>\r\n 	<li>\r\n<div>Mindset</div></li>\r\n</ul>\r\n<div></div>\r\n<div>This is a physically demanding course. You will need a baseline of fitness to participate. For this Level 2 Course, I recommend that you have spent some time on NODs before you come.\r\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us by the contact form). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"/amtac-training-center-atc-lodging/\">See lodging photos here</a>. </div>\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2023-11-08-nvg-level-2-course-fighting-at-night\"><button>Registration and More Details Here &gt;&gt;</button></a>','8-10 November 2023 - Amtac Shooting NVG Level 2 Course / Fighting at Night','','publish','closed','closed','','8-10-november-2023-amtac-shooting-nvg-level-2-course-fighting-at-night','','','2024-12-19 00:32:04','2024-12-19 00:32:04','',0,'https://staging.amtacshooting.com/event/8-10-november-2023-amtac-shooting-nvg-level-2-course-fighting-at-night/',0,'tribe_events','',0),
(3866,10,'2024-12-19 00:32:05','2024-12-19 00:32:05','','NVG-1-tvNKht.tmp_','','inherit','open','closed','','nvg-1-tvnkht-tmp_','','','2024-12-19 00:32:05','2024-12-19 00:32:05','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/NVG-1-tvNKht.tmp_.png',0,'attachment','image/png',0),
(3867,10,'2024-12-19 00:32:05','2024-12-19 00:32:05','<div data-pm-slice=\"1 3 []\" data-en-clipboard=\"true\"><b>God, Family, Country. Many of us grew up with those words, but what do they actually mean? Are we living the values that we profess, or are they just words? The world tells us that Christian men are weak - a milk-toast version of Christianity. That needs to stop. As followers of Christ, we are called to stand up and battle for the truth, battle for our families and battle for our country. As Christian men we are called to love God, love our wives and love and train our children to follow Christ. We should also be capable men. If you are a believer, this course will encourage your walk with the Lord, if you are not a believer you will hear the Good News and either way you will receive some solid combatives instruction on striking, blade use and some general physicality. You will learn practical ways to be more capable of protecting yourself and your family and you will learn practical ways to follow harder after Christ. This is an active course, you need to be healthy to participate. This course will cover the following:</b></div>\r\n<ul>\r\n 	<li>\r\n<div><b>The calling of Christian men</b></div></li>\r\n 	<li>\r\n<div><b>Throwing elbows</b></div></li>\r\n 	<li>\r\n<div><b>Using head butts</b></div></li>\r\n 	<li>\r\n<div><b>Throwing knees</b></div></li>\r\n 	<li>\r\n<div><b>Using Thai clinch and collar ties</b></div></li>\r\n 	<li>\r\n<div><b>Intro to blade use</b></div></li>\r\n 	<li>\r\n<div><b>Team stress course</b></div></li>\r\n 	<li>\r\n<div><b>Practical ways to follow more intentionally after Christ</b></div></li>\r\n 	<li>\r\n<div><b>The Gospel</b></div></li>\r\n 	<li>\r\n<div><b>Question and answer time</b></div></li>\r\n 	<li>\r\n<div><b>Dinner</b></div></li>\r\n</ul>\r\n<a href=\"https://amtacshooting.regfox.com/developing-solid-christian-men\"><button>Registration and More Details Here &gt;&gt;</button></a>','5 October 2023 Developing Solid Christian Men','','publish','closed','closed','','5-october-2023-developing-solid-christian-men','','','2024-12-19 00:32:05','2024-12-19 00:32:05','',0,'https://staging.amtacshooting.com/event/5-october-2023-developing-solid-christian-men/',0,'tribe_events','',0),
(3868,10,'2024-12-19 00:32:07','2024-12-19 00:32:07','','dev-mens-course-2023-min-scaled-xcNaHz.tmp_','','inherit','open','closed','','dev-mens-course-2023-min-scaled-xcnahz-tmp_','','','2024-12-19 00:32:07','2024-12-19 00:32:07','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/dev-mens-course-2023-min-scaled-xcNaHz.tmp_.jpg',0,'attachment','image/jpeg',0),
(3869,10,'2024-12-19 00:32:08','2024-12-19 00:32:08','<strong>The Amtac Shooting Pistol 1 Course</strong>\r\n<strong>Lead Instructor: Bryan Resnick</strong>\r\n\r\nThis one-day course is designed to make you more capable by focusing on pistol fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is by deliberate fundamentals training with feedback. This course will cover: mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, reloads, shooting with speed and accuracy, clearing malfunctions and tourniquet application.\r\n<h3><a href=\"https://amtacshooting.regfox.com/date-amtac-shooting-pistol-fundamentals-1-course-ct-led-by-bryan-resnick\"><button>Registration and More Details Here &gt;&gt;</button></a></h3>\r\n&nbsp;','Day Month Year Amtac Shooting Pistol 1 Course CT Led by Bryan Resnick','','publish','closed','closed','','day-month-year-amtac-shooting-pistol-1-course-ct-led-by-bryan-resnick','','','2024-12-19 00:32:08','2024-12-19 00:32:08','',0,'https://staging.amtacshooting.com/event/day-month-year-amtac-shooting-pistol-1-course-ct-led-by-bryan-resnick/',0,'tribe_events','',0),
(3870,10,'2024-12-19 00:32:08','2024-12-19 00:32:08','<strong>The Amtac Shooting Custom Pistol Combatives Private Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>In Southern Arizona</strong>\r\n\r\nThis is a custom two-day pistol combatives course. This class will reinforce pistol fundamentals as well as working more advanced drills. Topics covered will include, draw stroke, combative weapons retention shooting, other strong hand blade deployment, and targeting, strong had only shooting, shooting and moving drills, a stop the bleeding class, and mindset.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-01-30-custom-pistol-combatives-private-course-az\"><button>Registration and More Details Here &gt;&gt;</button></a>','30-31 January 2024 - Amtac Shooting Custom Pistol Combatives **Private Course**','','publish','closed','closed','','30-31-january-2024-amtac-shooting-custom-pistol-combatives-private-course','','','2024-12-19 00:32:08','2024-12-19 00:32:08','',0,'https://staging.amtacshooting.com/event/30-31-january-2024-amtac-shooting-custom-pistol-combatives-private-course/',0,'tribe_events','',0),
(3871,10,'2024-12-19 00:32:09','2024-12-19 00:32:09','','Walther-Pistol-Bill-Header-min-yCwy7P.tmp_','','inherit','open','closed','','walther-pistol-bill-header-min-ycwy7p-tmp_','','','2024-12-19 00:32:09','2024-12-19 00:32:09','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-min-yCwy7P.tmp_.jpg',0,'attachment','image/jpeg',0),
(3872,10,'2024-12-19 00:32:10','2024-12-19 00:32:10','What if you could only have one rifle? Serious men have discussed the merits of different platforms/ optics for years. With a properly configured “hybrid carbine” you can confidently make all of the time standards at CQB distances and then transition and engage out to 600-700 yards. This course will teach you solid carbine fundamentals on day one and then transition to shooting holds out to 500-700 yards, understanding MOA\'s/ Mil\'s, reading wind, ammo and optics selection, spotting and basic medical.\r\n\r\n&nbsp;\r\n<h3><a href=\"https://amtacshooting.regfox.com/2024-02-22-hybrid-carbine-private-course-tx\"><button>Register</button></a></h3>\r\n&nbsp;','22-23 February 2024 - Amtac Shooting Hybrid Carbine Course Private Range','','publish','closed','closed','','22-23-february-2024-amtac-shooting-hybrid-carbine-course-private-range','','','2024-12-19 00:32:10','2024-12-19 00:32:10','',0,'https://staging.amtacshooting.com/event/22-23-february-2024-amtac-shooting-hybrid-carbine-course-private-range/',0,'tribe_events','',0),
(3873,10,'2024-12-19 00:32:11','2024-12-19 00:32:11','<b>Advanced Responsible Armed Citizen/ Integrated Combatives Course\r\n<strong>Led by Bill Rapier</strong> <b>\r\n<strong>Near Ennis, TX</strong>\r\n<b></b></b></b>\r\n\r\nThe Advanced Responsible Armed Citizen/ Integrated Combatives Course is designed for more experienced shooters to increase their shooting, fighting, and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand-up grappling positions and ranges, stand-up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have a baseline of fitness in order to participate (see our article on fitness <a href=\"https://www.amtacshooting.com/food-fitness/\">here</a> for more info).\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-02-24-advanced-responsible-armed-citizen-integrated-combatives-level-2-tx\"><button>Registration and More Details Here &gt;&gt;</button></a>','24-25 February 2024 - Amtac Shooting Advanced Responsible Armed Citizen/ Integrated Combatives Level 2 Course','','publish','closed','closed','','24-25-february-2024-amtac-shooting-advanced-responsible-armed-citizen-integrated-combatives-level-2-course','','','2024-12-19 00:32:11','2024-12-19 00:32:11','',0,'https://staging.amtacshooting.com/event/24-25-february-2024-amtac-shooting-advanced-responsible-armed-citizen-integrated-combatives-level-2-course/',0,'tribe_events','',0),
(3874,10,'2024-12-19 00:32:11','2024-12-19 00:32:11','','img_2122_720-YcNvc0.tmp_','','inherit','open','closed','','img_2122_720-ycnvc0-tmp_','','','2024-12-19 00:32:11','2024-12-19 00:32:11','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg',0,'attachment','image/jpeg',0),
(3875,10,'2024-12-19 00:32:12','2024-12-19 00:32:12','','BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_','','inherit','open','closed','','bjj-and-pistols-course-2023_3-ixp7fy-tmp_','','','2024-12-19 00:32:12','2024-12-19 00:32:12','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/BJJ-and-Pistols-Course-2023_3-ixp7fY.tmp_.jpg',0,'attachment','image/jpeg',0),
(3876,10,'2024-12-19 00:32:12','2024-12-19 00:32:12','<strong>The Amtac Shooting Tribe Centric CQB Course\r\nLed by Bill Rapier\r\nAmtac Training Center (North Idaho)</strong>\r\n\r\nWhat if you hear glass breaking in the middle of the night? What if you have to move your family through a mall during an active shooter event? What is the safest way to move through and clear an area of immediate threats? This course is designed to teach good Americans how to properly do Close Quarters Battle (CQB) in the context of your immediate family and friends. The progression of this course will include, pistol and carbine live fire fundamentals, dynamic live fire drills, and a logical progression of CQB that will culminate with force-on-force clearance problems. You will learn to clear structures as an individual, as an individual with a small child or untrained spouse in tow, and as a small team. Due to the nature of the material being taught, you must be a current Amtac Shooting Student in order to participate in this course.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-05-02-the-amtac-shooting-tribe-centric-cqb-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','2-4 May 2024 - The Amtac Shooting Tribe Centric CQB Course','','publish','closed','closed','','2-4-may-2024-the-amtac-shooting-tribe-centric-cqb-course','','','2024-12-19 00:32:12','2024-12-19 00:32:12','',0,'https://staging.amtacshooting.com/event/2-4-may-2024-the-amtac-shooting-tribe-centric-cqb-course/',0,'tribe_events','',0),
(3877,10,'2024-12-19 00:32:13','2024-12-19 00:32:13','','img_9724_720-WHHeO5.tmp_','','inherit','open','closed','','img_9724_720-whheo5-tmp_','','','2024-12-19 00:32:13','2024-12-19 00:32:13','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_9724_720-WHHeO5.tmp_.jpg',0,'attachment','image/jpeg',0),
(3878,10,'2024-12-19 00:32:16','2024-12-19 00:32:16','<strong>Amtac Shooting Force on Force Course\r\nLed by Bill Rapier\r\nNear Indianapolis, IN</strong>\r\n\r\nDoes your system work? How well will your shooting/ combatives hold up under pressure? The Amtac Force on Force course will help you answer those questions and also build on your existing skill set. This course will cover pistol/ combative/ blade fundamentals and then place you in mentally and physically challenging force-on-force scenarios. This is a physically demanding, hands-on course that will elevate your situational awareness and shooting/ combative ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-4-13-force-on-force-course-in\"><button>Registration and More Details Here &gt;&gt;</button></a>','13-14 April 2024 - Amtac Shooting Force on Force Course','','publish','closed','closed','','13-14-april-2024-amtac-shooting-force-on-force-course','','','2024-12-19 00:32:16','2024-12-19 00:32:16','',0,'https://staging.amtacshooting.com/event/13-14-april-2024-amtac-shooting-force-on-force-course/',0,'tribe_events','',0),
(3879,10,'2024-12-19 00:32:16','2024-12-19 00:32:16','This one-day course is designed to make you more capable by focusing on Carbine fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is by deliberate fundamentals training with feedback. Topics covered will include: mindset, carbine selection, setting up your carbine, zeroing your optics, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB, clearing malfunctions and intermediate distances, and shooting and moving.\r\n\r\n&nbsp;\r\n<h3><a href=\"https://amtacshooting.regfox.com/2024-04-12-carbine-1-course-led-by-bill-rapier-in-1-day-course\">Register</a></h3>\r\n&nbsp;','12 April 2024 Amtac Shooting Carbine 1 Course (One Day)','','publish','closed','closed','','12-april-2024-amtac-shooting-carbine-1-course-one-day','','','2024-12-19 00:32:16','2024-12-19 00:32:16','',0,'https://staging.amtacshooting.com/event/12-april-2024-amtac-shooting-carbine-1-course-one-day/',0,'tribe_events','',0),
(3880,10,'2024-12-19 00:32:17','2024-12-19 00:32:17','','a1s5260-NvbXso.tmp_','','inherit','open','closed','','a1s5260-nvbxso-tmp_','','','2024-12-19 00:32:17','2024-12-19 00:32:17','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/a1s5260-NvbXso.tmp_.jpg',0,'attachment','image/jpeg',0),
(3881,10,'2024-12-19 00:32:18','2024-12-19 00:32:18','This one-day course is designed to make you more capable by focusing on Carbine fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is by deliberate fundamentals training with feedback. Topics covered will include: mindset, carbine selection, setting up your carbine, zeroing your optics, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB, clearing malfunctions and intermediate distances, and shooting and moving.\r\n\r\n&nbsp;\r\n<h3><a href=\"https://amtacshooting.regfox.com/2024-03-25-carbine-1-course-ga\">Register</a></h3>\r\n&nbsp;','25 March 2024 Amtac Shooting Carbine 1 Course (One Day)','','publish','closed','closed','','25-march-2024-amtac-shooting-carbine-1-course-one-day','','','2024-12-19 00:32:18','2024-12-19 00:32:18','',0,'https://staging.amtacshooting.com/event/25-march-2024-amtac-shooting-carbine-1-course-one-day/',0,'tribe_events','',0),
(3882,10,'2024-12-19 00:32:18','2024-12-19 00:32:18','<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">Deep concealment. This used to mean you had to compromise on the capability you were carrying, but that is no longer the case.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">With the right tools and training you can be extremely capable and keep your tools 100% concealed.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">This course will cover:</div>\r\n<ul>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">low visibility pistol fundamentals</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">combatives</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">low visibility blade work</div></li>\r\n 	<li>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">combatives in a freedom reduced environment</div></li>\r\n</ul>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">We will also discuss pros and cons of different deep concealment carry methods, the right tools to carry, and pocket pistol deployment.</div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\"></div>\r\n<div data-en-clipboard=\"true\" data-pm-slice=\"1 1 []\">This is a physically demanding course, you need to have a baseline of fitness and pistol handling skills to participate.</div>\r\n&nbsp;\r\n\r\n<strong><a href=\"https://amtacshooting.regfox.com/2024-03-23-low-visibility-pistol-combatives-course-ga\">Register</a></strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','23-24 March 2024 Amtac Shooting Low Visibility Pistol Combatives Course','','publish','closed','closed','','23-24-march-2024-amtac-shooting-low-visibility-pistol-combatives-course','','','2024-12-19 00:32:18','2024-12-19 00:32:18','',0,'https://staging.amtacshooting.com/event/23-24-march-2024-amtac-shooting-low-visibility-pistol-combatives-course/',0,'tribe_events','',0);
INSERT INTO `wp_posts` VALUES
(3883,10,'2024-12-19 00:32:19','2024-12-19 00:32:19','<strong>The Amtac Shooting Pistol Combatives and Medical Course\r\nLed by Bill Rapier\r\nBaker, Florida</strong>\r\n\r\nThe Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills:\r\n<ul>\r\n 	<li>Bleeding control</li>\r\n 	<li>Airway management</li>\r\n 	<li>Respiratory support</li>\r\n 	<li>Dealing with shock and hypothermia</li>\r\n</ul>\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-10-03-pistol-combatives-and-medical-course-fl\"><button>Registration and More Details Here &gt;&gt;</button></a>','3 October 2024 - Amtac Shooting Pistol Combatives and Medical Course FL (This Course is Full)','','publish','closed','closed','','3-october-2024-amtac-shooting-pistol-combatives-and-medical-course-fl-this-course-is-full-2','','','2024-12-19 00:32:19','2024-12-19 00:32:19','',0,'https://staging.amtacshooting.com/event/3-october-2024-amtac-shooting-pistol-combatives-and-medical-course-fl-this-course-is-full-2/',0,'tribe_events','',0),
(3884,10,'2024-12-19 00:32:21','2024-12-19 00:32:21','If you can only take one rifle, which one is it? That question has been asked by a lot of very capable men. My answer is the Hybrid Carbine, a 11.5-16 in accurate 5.56 rifle with a 1-6, 1-8, or 1-10 power LPVO. With this setup, you can shoot anything from CQB distances to 400-700 yards and beyond. This course will work carbine fundamentals and then jump right into medium distance shooting (out to 400-700 yards).\r\n\r\nCourse curriculum will include:\r\n<ul>\r\n 	<li>Carbine fundamentals and close-range manipulation</li>\r\n 	<li>Medium distance shooting</li>\r\n 	<li>Transitioning from near to far targets</li>\r\n 	<li>Intro to external ballistics</li>\r\n 	<li>Understanding MOA\'s and MRAD</li>\r\n 	<li>Ballistic calculator use</li>\r\n 	<li>Truing your rifle</li>\r\n</ul>\r\nand more.\r\n\r\n&nbsp;\r\n<h3><a href=\"https://amtacshooting.regfox.com/2024-10-04-hybrid-carbine-course-fl\"><button>Register</button></a></h3>\r\n&nbsp;','4-5 October 2024 - Amtac Shooting Hybrid Carbine Course FL (This Course is Full)','','publish','closed','closed','','4-5-october-2024-amtac-shooting-hybrid-carbine-course-fl-this-course-is-full-2','','','2024-12-19 00:32:21','2024-12-19 00:32:21','',0,'https://staging.amtacshooting.com/event/4-5-october-2024-amtac-shooting-hybrid-carbine-course-fl-this-course-is-full-2/',0,'tribe_events','',0),
(3885,10,'2024-12-19 00:32:21','2024-12-19 00:32:21','<div data-pm-slice=\"1 3 []\" data-en-clipboard=\"true\"><b>God, Family, Country. Many of us grew up with those words, but what do they actually mean? Are we living the values that we profess, or are they just words? The world tells us that Christian men are weak - a milk-toast version of Christianity. That needs to stop. As followers of Christ, we are called to stand up and battle for the truth, battle for our families, and battle for our country. As Christian men, we are called to love God, love our wives, and love and train our children to follow Christ. We should also be capable men. If you are a believer, this course will encourage your walk with the Lord, if you are not a believer you will hear the Good News, and either way you will receive some solid combatives instruction on striking, blade use, and some general physicality. You will learn practical ways to be more capable of protecting yourself and your family and you will learn practical ways to follow harder after Christ. This is an active course, you need to be healthy to participate. This course will cover the following:</b></div>\r\n<ul>\r\n 	<li>\r\n<div><b>The calling of Christian men</b></div></li>\r\n 	<li>\r\n<div><b>Throwing elbows</b></div></li>\r\n 	<li>\r\n<div><b>Using head butts</b></div></li>\r\n 	<li>\r\n<div><b>Throwing knees</b></div></li>\r\n 	<li>\r\n<div><b>Using Thai clinch and collar ties</b></div></li>\r\n 	<li>\r\n<div><b>Intro to blade use</b></div></li>\r\n 	<li>\r\n<div><b>Team stress course</b></div></li>\r\n 	<li>\r\n<div><b>Practical ways to follow more intentionally after Christ</b></div></li>\r\n 	<li>\r\n<div><b>The Gospel</b></div></li>\r\n 	<li>\r\n<div><b>Question and answer time</b></div></li>\r\n 	<li>\r\n<div><b>Dinner is provided</b></div></li>\r\n</ul>\r\n&nbsp;\r\n<h3><a href=\"https://amtacshooting.regfox.com/2024-10-06-developing-solid-christian-men-fl\"><button>Registration and More Details Here &gt;&gt;</button></a></h3>','6 October 2024 Developing Solid Christian Men FL','','publish','closed','closed','','6-october-2024-developing-solid-christian-men-fl-2','','','2024-12-19 00:32:21','2024-12-19 00:32:21','',0,'https://staging.amtacshooting.com/event/6-october-2024-developing-solid-christian-men-fl-2/',0,'tribe_events','',0),
(3886,10,'2024-12-19 00:32:22','2024-12-19 00:32:22','<strong>The Amtac Shooting NVG Level 2 Course / Fighting at Night</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Coeur d\'Alene, Idaho at the Amtac Training Center</strong>\r\n<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\">Fighting at night. The Amtac Shooting Level 2 NVG course is designed to train solid Americans how to maximize the advantage of fighting at night time. What are the best tactics, what is the right gear, what are the best practices to maximize our chances of success? How do we shoot, move, and communicate at night? In this course, we will cover:</div>\r\n<ul>\r\n 	<li>\r\n<div>Day and night shooting with pistol and carbine</div></li>\r\n 	<li>\r\n<div>Setting up your helmet and NODs</div></li>\r\n 	<li>\r\n<div>Setting up pistol and carbine for night fighting</div></li>\r\n 	<li>\r\n<div>Team movement at night</div></li>\r\n 	<li>\r\n<div>Intro to day and night 2 man CQB</div></li>\r\n 	<li>\r\n<div>Force on force runs at night</div></li>\r\n 	<li>\r\n<div>Radio communications</div></li>\r\n 	<li>\r\n<div>Team Tactics</div></li>\r\n 	<li>\r\n<div>Mindset</div></li>\r\n</ul>\r\n<div></div>\r\n<div>This is a physically demanding course. You will need a baseline of fitness to participate. For this Level 2 Course, I recommend that you have spent some time on NODs before you come.\r\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us by the contact form). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"/amtac-training-center-atc-lodging/\">See lodging photos here</a>.</div>\r\n<a href=\"https://amtacshooting.regfox.com/2024-11-06-nvg-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','6-8 November 2024 - Amtac Shooting NVG Level 2 Course / Fighting at Night','','publish','closed','closed','','6-8-november-2024-amtac-shooting-nvg-level-2-course-fighting-at-night-2','','','2024-12-19 00:32:22','2024-12-19 00:32:22','',0,'https://staging.amtacshooting.com/event/6-8-november-2024-amtac-shooting-nvg-level-2-course-fighting-at-night-2/',0,'tribe_events','',0),
(3887,10,'2024-12-19 00:32:23','2024-12-19 00:32:23','<b>Advanced Responsible Armed Citizen/ Integrated Combatives Course\r\n<strong>Led by Bill Rapier</strong> <b>\r\nOconomowoc, WI\r\n<b></b></b></b>\r\n\r\nThe Advanced Responsible Armed Citizen/ Integrated Combatives Course is designed for more experienced shooters to increase their shooting, fighting, and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand-up grappling positions and ranges, stand-up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have a baseline of fitness in order to participate (see our article on fitness <a href=\"https://www.amtacshooting.com/food-fitness/\">here</a> for more info).\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-05-30-advanced-responsible-armed-citizenintegrated-combatives-level-2-course-wi\"><button>Registration and More Details Here &gt;&gt;</button></a>','30-31 May 2024 - Amtac Shooting Advanced Responsible Armed Citizen/ Integrated Combatives Level 2 Course (WI) (THIS COURSE IS FULL)','','publish','closed','closed','','30-31-may-2024-amtac-shooting-advanced-responsible-armed-citizen-integrated-combatives-level-2-course-wi-this-course-is-full','','','2024-12-19 00:32:23','2024-12-19 00:32:23','',0,'https://staging.amtacshooting.com/event/30-31-may-2024-amtac-shooting-advanced-responsible-armed-citizen-integrated-combatives-level-2-course-wi-this-course-is-full/',0,'tribe_events','',0),
(3888,10,'2024-12-19 00:32:23','2024-12-19 00:32:23','<strong>Amtac Shooting 1 Course</strong>\r\n<strong>Lead Instructor: David Cagle</strong>\r\n<p class=\"zw-paragraph heading0\" data-header=\"0\" data-textformat=\"{&quot;fgc&quot;:&quot;rgb(0, 0, 0)&quot;,&quot;size&quot;:&quot;12.00&quot;,&quot;type&quot;:&quot;text&quot;}\" data-margin-bottom=\"0pt\" data-hd-info=\"0\" data-line-height=\"1.2\" data-doc-id=\"7439282000000084001\" data-doc-type=\"writer\">Amtac Shotgun 1 is a course designed to develop physical skill and understanding of the shotgun and its place in a modern minuteman\'s armory. The shotgun has a more narrow application than the pistol or carbine, but retains specific capabilities that neither of these systems offer. When employed correctly, the shotgun  can give you unmatched terminal ballistics, more effective interdiction against vehicles, 50 state legality, and many other advantages to be  covered in class. This course will apply the Amtac methodology to the  use of this system in a lethal encounter.</p>\r\n<p class=\"zw-paragraph heading0\" data-header=\"0\" data-textformat=\"{&quot;fgc&quot;:&quot;rgb(0, 0, 0)&quot;,&quot;va&quot;:&quot;baseline&quot;,&quot;fw_i&quot;:400,&quot;type&quot;:&quot;text&quot;}\" data-margin-bottom=\"0pt\" data-hd-info=\"0\" data-line-height=\"1.2\"><span class=\"EOP\"> </span>Topics will include: mindset/philosophy of use for the shotgun, proper setup, patterning, specific manipulations to use and keep a gauge running, and CB specific shotgun shooting techniques</p>\r\n\r\n<h3><a href=\"https://amtacshooting.regfox.com/2024-05-17-the-amtac-shooting-shotgun-course-1-david-cagle-lead-instructor-okc\">Register</a></h3>\r\n&nbsp;','17 May 2024 Amtac Shooting Shotgun Course 1 - David Cagle Lead Instructor (OKC)','','publish','closed','closed','','17-may-2024-amtac-shooting-shotgun-course-1-david-cagle-lead-instructor-okc','','','2024-12-19 00:32:23','2024-12-19 00:32:23','',0,'https://staging.amtacshooting.com/event/17-may-2024-amtac-shooting-shotgun-course-1-david-cagle-lead-instructor-okc/',0,'tribe_events','',0),
(3889,10,'2024-12-19 00:32:24','2024-12-19 00:32:24','','David-Cagle-Shotgun-1-Course-vOcAgv.tmp_','','inherit','open','closed','','david-cagle-shotgun-1-course-vocagv-tmp_','','','2024-12-19 00:32:24','2024-12-19 00:32:24','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/David-Cagle-Shotgun-1-Course-vOcAgv.tmp_.jpg',0,'attachment','image/jpeg',0),
(3890,10,'2024-12-19 00:32:30','2024-12-19 00:32:30','<strong>The Amtac Shooting Modern Minuteman Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Oklahoma City, OK</strong>\r\n<p data-doc-id=\"7439282000000084006\" data-doc-type=\"writer\" data-hd-info=\"0\" data-header=\"0\" data-line-height=\"1.2\" data-margin-bottom=\"0pt\" data-textformat=\"{&quot;fgc&quot;:&quot;rgb(0,0,0)&quot;,&quot;size&quot;:&quot;12&quot;,&quot;type&quot;:&quot;text&quot;}\"><strong>The Amtac Shooting Modern Minuteman Course</strong></p>\r\n<p data-hd-info=\"0\" data-header=\"0\" data-line-height=\"1.2\" data-margin-bottom=\"0pt\" data-textformat=\"{&quot;fgc&quot;:&quot;rgb(0,0,0)&quot;,&quot;size&quot;:&quot;12&quot;,&quot;type&quot;:&quot;text&quot;}\"><strong>This is the Modern Minuteman Course. The purpose of this course is to develop your modern-day minuteman skills so you are ready and capable to navigate, shoot, communicate and survive. </strong></p>\r\n<p data-hd-info=\"0\" data-header=\"0\" data-line-height=\"1.2\" data-margin-bottom=\"0pt\" data-textformat=\"{&quot;fgc&quot;:&quot;rgb(0,0,0)&quot;,&quot;size&quot;:&quot;12&quot;,&quot;type&quot;:&quot;text&quot;}\"><strong>You will learn to:</strong></p>\r\n\r\n<ul>\r\n 	<li data-hd-info=\"0\" data-header=\"0\" data-line-height=\"1.2\" data-list-id=\"63555277\" data-list-info=\"{&quot;id&quot;:&quot;63555277&quot;,&quot;l&quot;:0}\" data-margin-bottom=\"0pt\" data-margin-left=\"0.5in\" data-text-indent=\"-0.25in\" data-textformat=\"{&quot;fgc&quot;:&quot;rgb(0,0,0)&quot;,&quot;size&quot;:&quot;12&quot;,&quot;type&quot;:&quot;text&quot;}\"><strong>Navigate while carrying a 25-30lbs load</strong></li>\r\n 	<li><strong>A base level of bush crafting skills</strong></li>\r\n 	<li><strong>To shoot out to 600-700 yards</strong></li>\r\n 	<li><strong>Understand basic LOS (line of sight) communications. </strong></li>\r\n</ul>\r\n<strong>Day 1:</strong>\r\n<ul>\r\n 	<li><strong>Precision rifle class/ practical</strong></li>\r\n 	<li><strong>Navigation class/ practical</strong></li>\r\n 	<li><strong>Basic LOS (line of sight) communications</strong></li>\r\n</ul>\r\n<strong>Day 2:</strong>\r\n<ul>\r\n 	<li><strong>Competition where you put all of these skills together.</strong></li>\r\n</ul>\r\n<strong>Why a competition? Because it is good to put some pressure on ourselves from time to time. Also, guys will prepare more for the course if they know that they will be able to test themselves against their peers. The competition will be self-paced, so you don’t have to be able to complete all of the tasks or navigate to all of the waypoints.</strong>\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-05-18-the-amtac-shooting-modern-minuteman-course-okc\"><button>Registration and More Details Here &gt;&gt;</button></a>','18-19 May 2024 - The Amtac Shooting Modern Minuteman Course (OKC)','','publish','closed','closed','','18-19-may-2024-the-amtac-shooting-modern-minuteman-course-okc','','','2024-12-19 00:32:35','2024-12-19 00:32:35','',0,'https://staging.amtacshooting.com/event/18-19-may-2024-the-amtac-shooting-modern-minuteman-course-okc/',0,'tribe_events','',0),
(3891,10,'2024-12-19 00:32:30','2024-12-19 00:32:30','<strong>Integrated Combatives Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Coeur d\'Alene, Idaho (ATC Training Center)</strong>\r\n\r\nMost “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. This course will teach you how to integrate empty-hand techniques with blades, improvised weapons, and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. This is a physically demanding, hands-on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-06-20-integrated-combatives-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','20-21 June 2024 - Amtac Shooting Integrated Combatives Course (ID) (THIS COURSE IS FULL)','','publish','closed','closed','','20-21-june-2024-amtac-shooting-integrated-combatives-course-id-this-course-is-full','','','2024-12-19 00:32:35','2024-12-19 00:32:35','',0,'https://staging.amtacshooting.com/event/20-21-june-2024-amtac-shooting-integrated-combatives-course-id-this-course-is-full/',0,'tribe_events','',0),
(3892,10,'2024-12-19 00:32:32','2024-12-19 00:32:32','<strong>The Amtac Shooting Pistol 1 Course</strong>\r\n<strong>Led by Kevin Kelly</strong>\r\n<strong>Near Manchester, NH</strong>\r\n\r\nThis one-day course is designed to make you more capable by focusing on pistol fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is through deliberate fundamentals training with feedback. This course will cover: mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, reloads, shooting with speed and accuracy, clearing malfunctions, and tourniquet application.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-06-22-pistol-1-course-nh-led-by-kevin-kelly\"><button>Registration and More Details Here &gt;&gt;</button></a>','22 June 2024 - Amtac Shooting Pistol 1 Course NH Led by Kevin Kelly','','publish','closed','closed','','22-june-2024-amtac-shooting-pistol-1-course-nh-led-by-kevin-kelly','','','2024-12-19 00:32:36','2024-12-19 00:32:36','',0,'https://staging.amtacshooting.com/event/22-june-2024-amtac-shooting-pistol-1-course-nh-led-by-kevin-kelly/',0,'tribe_events','',0),
(3893,10,'2024-12-19 00:32:32','2024-12-19 00:32:32','','ARAC-Bill-Rapier-6HJ1zB.tmp_','','inherit','open','closed','','arac-bill-rapier-6hj1zb-tmp_','','','2024-12-19 00:32:32','2024-12-19 00:32:32','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png',0,'attachment','image/png',0),
(3894,10,'2024-12-19 00:32:33','2024-12-19 00:32:33','','pistol-medical-bk-3pyAkV.tmp_','','inherit','open','closed','','pistol-medical-bk-3pyakv-tmp_','','','2024-12-19 00:32:33','2024-12-19 00:32:33','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/pistol-medical-bk-3pyAkV.tmp_.jpg',0,'attachment','image/jpeg',0),
(3895,10,'2024-12-19 00:32:33','2024-12-19 00:32:33','<strong>The Amtac Shooting Pistol/Combatives 1 Course</strong>\r\n<strong>Led by Kevin Kelly</strong>\r\n<strong>Near Manchester, NH</strong>\r\n\r\nMost “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. This course will teach you how to integrate empty-hand techniques with blades, improvised weapons, and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. This is a physically demanding, hands-on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-09-21-integrated-combatives-1-course-nh-led-by-kevin-kelly\"><button>Registration and More Details Here &gt;&gt;</button></a>','21 September 2024 - Amtac Shooting Integrated Combatives Course NH Led by Kevin Kelly','','publish','closed','closed','','21-september-2024-amtac-shooting-integrated-combatives-course-nh-led-by-kevin-kelly-2','','','2024-12-19 00:32:36','2024-12-19 00:32:36','',0,'https://staging.amtacshooting.com/event/21-september-2024-amtac-shooting-integrated-combatives-course-nh-led-by-kevin-kelly-2/',0,'tribe_events','',0),
(3896,10,'2024-12-19 00:32:34','2024-12-19 00:32:34','','AB0A3350_edit_zps6igcmeyf22-bjwVuz.tmp_','','inherit','open','closed','','ab0a3350_edit_zps6igcmeyf22-bjwvuz-tmp_','','','2024-12-19 00:32:34','2024-12-19 00:32:34','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/AB0A3350_edit_zps6igcmeyf22-bjwVuz.tmp_.jpg',0,'attachment','image/jpeg',0),
(3897,10,'2024-12-19 00:32:34','2024-12-19 00:32:34','<strong>Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course (Integrated Combatives Level 2) WA</strong><b>\r\n<strong>Led by Bill Rapier</strong> <b>\r\n<strong>Near Goldendale, WA</strong>\r\n<b></b></b></b>\r\n\r\nThe ARAC course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. This course has the most shooting and integrated combatives in it out of all of our courses. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate (see our article on fitness <a href=\"https://www.amtacshooting.com/food-fitness/\">here</a> for more info).\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-08-01-advance-responsible-armed-citizen-arac-near-goldendale-wa\"><button>Registration and More Details Here &gt;&gt;</button></a>','1-2 August 2024 - Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course (Integrated Combatives Level 2) (WA)','','publish','closed','closed','','1-2-august-2024-amtac-shooting-advanced-responsible-armed-citizen-arac-course-integrated-combatives-level-2-wa','','','2024-12-19 00:32:37','2024-12-19 00:32:37','',0,'https://staging.amtacshooting.com/event/1-2-august-2024-amtac-shooting-advanced-responsible-armed-citizen-arac-course-integrated-combatives-level-2-wa/',0,'tribe_events','',0),
(3898,10,'2024-12-19 00:32:35','2024-12-19 00:32:35','<strong>The Amtac Shooting Modern Minuteman Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Oklahoma City, OK</strong>\r\n<p data-doc-id=\"7439282000000084006\" data-doc-type=\"writer\" data-hd-info=\"0\" data-header=\"0\" data-line-height=\"1.2\" data-margin-bottom=\"0pt\" data-textformat=\"{&quot;fgc&quot;:&quot;rgb(0,0,0)&quot;,&quot;size&quot;:&quot;12&quot;,&quot;type&quot;:&quot;text&quot;}\"><strong>The Amtac Shooting Modern Minuteman Course</strong></p>\r\n<p data-hd-info=\"0\" data-header=\"0\" data-line-height=\"1.2\" data-margin-bottom=\"0pt\" data-textformat=\"{&quot;fgc&quot;:&quot;rgb(0,0,0)&quot;,&quot;size&quot;:&quot;12&quot;,&quot;type&quot;:&quot;text&quot;}\"><strong>This is the Modern Minuteman Course. The purpose of this course is to develop your modern-day minuteman skills so you are ready and capable to navigate, shoot, communicate and survive. </strong></p>\r\n<p data-hd-info=\"0\" data-header=\"0\" data-line-height=\"1.2\" data-margin-bottom=\"0pt\" data-textformat=\"{&quot;fgc&quot;:&quot;rgb(0,0,0)&quot;,&quot;size&quot;:&quot;12&quot;,&quot;type&quot;:&quot;text&quot;}\"><strong>You will learn to:</strong></p>\r\n\r\n<ul>\r\n 	<li data-hd-info=\"0\" data-header=\"0\" data-line-height=\"1.2\" data-list-id=\"63555277\" data-list-info=\"{&quot;id&quot;:&quot;63555277&quot;,&quot;l&quot;:0}\" data-margin-bottom=\"0pt\" data-margin-left=\"0.5in\" data-text-indent=\"-0.25in\" data-textformat=\"{&quot;fgc&quot;:&quot;rgb(0,0,0)&quot;,&quot;size&quot;:&quot;12&quot;,&quot;type&quot;:&quot;text&quot;}\"><strong>Navigate while carrying a 25-30lbs load</strong></li>\r\n 	<li><strong>A base level of bush crafting skills</strong></li>\r\n 	<li><strong>To shoot out to 600-700 yards</strong></li>\r\n 	<li><strong>Understand basic LOS (line of sight) communications. </strong></li>\r\n</ul>\r\n<strong>Day 1:</strong>\r\n<ul>\r\n 	<li><strong>Precision rifle class/ practical</strong></li>\r\n 	<li><strong>Navigation class/ practical</strong></li>\r\n 	<li><strong>Basic LOS (line of sight) communications</strong></li>\r\n</ul>\r\n<strong>Day 2:</strong>\r\n<ul>\r\n 	<li><strong>Competition where you put all of these skills together.</strong></li>\r\n</ul>\r\n<strong>Why a competition? Because it is good to put some pressure on ourselves from time to time. Also, guys will prepare more for the course if they know that they will be able to test themselves against their peers. The competition will be self-paced, so you don’t have to be able to complete all of the tasks or navigate to all of the waypoints.</strong>\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-05-18-the-amtac-shooting-modern-minuteman-course-okc\"><button>Registration and More Details Here &gt;&gt;</button></a>','18-19 May 2024 - The Amtac Shooting Modern Minuteman Course (OKC)','','inherit','closed','closed','','3890-revision-v1','','','2024-12-19 00:32:35','2024-12-19 00:32:35','',3890,'https://staging.amtacshooting.com/?p=3898',0,'revision','',0),
(3899,10,'2024-12-19 00:32:35','2024-12-19 00:32:35','<strong>Integrated Combatives Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Coeur d\'Alene, Idaho (ATC Training Center)</strong>\r\n\r\nMost “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. This course will teach you how to integrate empty-hand techniques with blades, improvised weapons, and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. This is a physically demanding, hands-on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-06-20-integrated-combatives-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','20-21 June 2024 - Amtac Shooting Integrated Combatives Course (ID) (THIS COURSE IS FULL)','','inherit','closed','closed','','3891-revision-v1','','','2024-12-19 00:32:35','2024-12-19 00:32:35','',3891,'https://staging.amtacshooting.com/?p=3899',0,'revision','',0),
(3900,10,'2024-12-19 00:32:36','2024-12-19 00:32:36','<strong>The Amtac Shooting Pistol 1 Course</strong>\r\n<strong>Led by Kevin Kelly</strong>\r\n<strong>Near Manchester, NH</strong>\r\n\r\nThis one-day course is designed to make you more capable by focusing on pistol fundamentals. As protectors of our families, we want to reach the \"unconscious competence\" level of proficiency. The way we get to that level is through deliberate fundamentals training with feedback. This course will cover: mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, reloads, shooting with speed and accuracy, clearing malfunctions, and tourniquet application.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-06-22-pistol-1-course-nh-led-by-kevin-kelly\"><button>Registration and More Details Here &gt;&gt;</button></a>','22 June 2024 - Amtac Shooting Pistol 1 Course NH Led by Kevin Kelly','','inherit','closed','closed','','3892-revision-v1','','','2024-12-19 00:32:36','2024-12-19 00:32:36','',3892,'https://staging.amtacshooting.com/?p=3900',0,'revision','',0),
(3901,10,'2024-12-19 00:32:36','2024-12-19 00:32:36','<strong>The Amtac Shooting Pistol/Combatives 1 Course</strong>\r\n<strong>Led by Kevin Kelly</strong>\r\n<strong>Near Manchester, NH</strong>\r\n\r\nMost “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. This course will teach you how to integrate empty-hand techniques with blades, improvised weapons, and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. This is a physically demanding, hands-on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-09-21-integrated-combatives-1-course-nh-led-by-kevin-kelly\"><button>Registration and More Details Here &gt;&gt;</button></a>','21 September 2024 - Amtac Shooting Integrated Combatives Course NH Led by Kevin Kelly','','inherit','closed','closed','','3895-revision-v1','','','2024-12-19 00:32:36','2024-12-19 00:32:36','',3895,'https://staging.amtacshooting.com/?p=3901',0,'revision','',0),
(3902,10,'2024-12-19 00:32:37','2024-12-19 00:32:37','<strong>Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course (Integrated Combatives Level 2) WA</strong><b>\r\n<strong>Led by Bill Rapier</strong> <b>\r\n<strong>Near Goldendale, WA</strong>\r\n<b></b></b></b>\r\n\r\nThe ARAC course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. This course has the most shooting and integrated combatives in it out of all of our courses. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate (see our article on fitness <a href=\"https://www.amtacshooting.com/food-fitness/\">here</a> for more info).\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-08-01-advance-responsible-armed-citizen-arac-near-goldendale-wa\"><button>Registration and More Details Here &gt;&gt;</button></a>','1-2 August 2024 - Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course (Integrated Combatives Level 2) (WA)','','inherit','closed','closed','','3897-revision-v1','','','2024-12-19 00:32:37','2024-12-19 00:32:37','',3897,'https://staging.amtacshooting.com/?p=3902',0,'revision','',0),
(3903,10,'2024-12-19 00:32:39','2024-12-19 00:32:39','<strong>The Amtac Shooting Intro to Fighting at Night (NVG Course)</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Boise, Idaho</strong>\r\n<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\">\r\n\r\nFighting at night. If you are new to running with helmet-mounted NVG\'s and shooting in total darkness, the Amtac Shooting Intro to Fighting at Night is designed to teach you the basics of NVG and firearms use. If you have been doing this for a while it is a great opportunity to brush up on some of the latest Tactics Techniques and Procedures as in relates to NVG and thermal use and to continue to sharpen your capabilities. This course is designed to train solid Americans how to maximize the advantage of fighting at night time. What are the best tactics, what is the right gear, what are the best practices to maximize our chances of success? How do we shoot, move, and communicate at night? In this course, we will cover:\r\n<ul>\r\n 	<li>Day and night shooting with pistol and carbine.</li>\r\n 	<li>Setting up your helmet and NOD\'s.</li>\r\n 	<li>Setting up pistol and carbine for night fighting.</li>\r\n 	<li>Radio communications.</li>\r\n 	<li>Team Tactics.</li>\r\n</ul>\r\nThis is a physically demanding course. You will need a baseline of fitness to participate.\r\n\r\n</div>\r\n<a href=\"https://amtacshooting.regfox.com/2024-09-11-the-amtac-shooting-intro-to-fighting-at-night-nvg-course-near-boise-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','11 September 2024 - Amtac Shooting Intro to Fighting at Night (NVG Course), near Boise,ID','','publish','closed','closed','','11-september-2024-amtac-shooting-intro-to-fighting-at-night-nvg-course-near-boiseid-2','','','2024-12-19 00:32:39','2024-12-19 00:32:39','',0,'https://staging.amtacshooting.com/event/11-september-2024-amtac-shooting-intro-to-fighting-at-night-nvg-course-near-boiseid-2/',0,'tribe_events','',0),
(3904,10,'2024-12-19 00:32:39','2024-12-19 00:32:39','<strong>Amtac Shooting Force on Force Course\r\nLed by Bill Rapier\r\nNear Boise, ID</strong>\r\n\r\nDoes your system work? How well will your shooting/ combatives hold up under pressure? The Amtac Force on Force course will help you answer those questions and also build on your existing skill set. This course will cover pistol/ combative/ blade fundamentals and then place you in mentally and physically challenging force-on-force scenarios. This is a physically demanding, hands-on course that will elevate your situational awareness and shooting/ combative ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-09-12-amtac-shooting-force-on-force-course-near-boise-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','12-13 September 2024 - Amtac Shooting Force on Force Course near Boise, ID','','publish','closed','closed','','12-13-september-2024-amtac-shooting-force-on-force-course-near-boise-id-2','','','2024-12-19 00:32:39','2024-12-19 00:32:39','',0,'https://staging.amtacshooting.com/event/12-13-september-2024-amtac-shooting-force-on-force-course-near-boise-id-2/',0,'tribe_events','',0),
(3905,10,'2024-12-19 00:32:40','2024-12-19 00:32:40','<strong>The Amtac Shooting Small Team CQB with Tuhon Tom Kier and Bill Rapier</strong>\r\nPittston. PA\r\n\r\nHow do you win fighting as a small team in and around structures. What is the best way to maximize your effectiveness and minimize your opponents. The Amtac Shooting Small Team CQB course will take you through a logical progression on how to best clear structures and deal with the threats in them. Other topics to be covered will include fighting in the threshold, transitions between weapons system, pros and cons of dynamic vs deliberate CQB, using radio communications during clearance, white light use during clearance, and mindset. Tuhon Tom Kier from Sayoc Kali will be co-teaching this course. Due to the nature of the material being taught, you must be a current Amtac Shooting Student or a Sayoc member in order to participate in this training.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-08-14-the-amtac-shooting-small-team-cqb-with-tuhon-tom-kier-and-bill-rapier\"><button>Registration and More Details Here &gt;&gt;</button></a>','14-15 August 2024 - The Amtac Shooting Small Team CQB with Tuhon Tom Kier and Bill Rapier','','publish','closed','closed','','14-15-august-2024-the-amtac-shooting-small-team-cqb-with-tuhon-tom-kier-and-bill-rapier-2','','','2024-12-19 00:32:40','2024-12-19 00:32:40','',0,'https://staging.amtacshooting.com/event/14-15-august-2024-the-amtac-shooting-small-team-cqb-with-tuhon-tom-kier-and-bill-rapier-2/',0,'tribe_events','',0),
(3906,10,'2024-12-19 00:32:41','2024-12-19 00:32:41','<strong>Modern Warrior Conference 2024 \"Readiness\"</strong>\r\n\r\nWe live in uncertain times. Are you ready? This year\'s Modern Warrior Conference will focus on different aspects of readiness. Some of the topics that will be covered include: Counter edged weapons work, Carbine shooting and moving, Tribe centric CQB, Pressurizing your Weapons transitions, Shoot move and communicate with adhoc teams, fighting to your feet, and most importantly of all the mindset behind our readiness and actions. The Modern Warrior Conference is the premier training event for those who want to \"be ready\". The Instructors for this year are: Tuhon Tom Kier of the Sayoc Kali system, Justin Garcia aka Master Chim, Tuhon Harley Elmore of the Sayoc Kali system, and Bill Rapier from Amtac Shooting. Here are some of the topics that will be covered:\r\n\r\nCounter edged weapons\r\nCarbine shooting and moving\r\nTribe Centric CQB\r\nPressurizing your weapons transitions\r\nShoot, move, and communicate with adhoc teams\r\nFighting to your feet\r\nMindset\r\n\r\nThis is a physically engaging course that requires you to have a baseline of strength and fitness in order to participate. Lodging is included (this is not the Marriott, private lodging is available upon request for an additional fee). Lunch and dinner are included during the applicable training days.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-08-16-modern-warrior-conference\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','16-18 August 2024  Modern Warrior Conference','','publish','closed','closed','','16-18-august-2024-modern-warrior-conference-2','','','2024-12-19 00:32:41','2024-12-19 00:32:41','',0,'https://staging.amtacshooting.com/event/16-18-august-2024-modern-warrior-conference-2/',0,'tribe_events','',0),
(3907,10,'2024-12-19 00:32:42','2024-12-19 00:32:42','','MWC-2024-9Incn0.tmp_','','inherit','open','closed','','mwc-2024-9incn0-tmp_','','','2024-12-19 00:32:42','2024-12-19 00:32:42','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/MWC-2024-9Incn0.tmp_.png',0,'attachment','image/png',0),
(3908,10,'2024-12-19 00:32:42','2024-12-19 00:32:42','<strong>Fighting In &amp; Around Vehicles </strong>\r\n<strong>Carbine Course </strong>\r\n<b><strong>Led by Bill Rapier</strong> <b>\r\n<strong>Wallingford, CT</strong>\r\n<b></b></b></b>\r\n\r\nWe are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more goodAmericans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through:\r\n<ul>\r\n 	<li>When/why to have a carbine with you</li>\r\n 	<li>How to stage it in your vehicle</li>\r\n 	<li>Set up, zero and drill with your live weapon</li>\r\n 	<li>Incorporate challenging force on force drills using airsoft tools</li>\r\n</ul>\r\nThis is a physically demanding course that requires a baseline of fitness to participate.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-11-12-fighting-in-around-vehicles-led-by-bill-rapier-ct\"><button>Registration and More Details Here &gt;&gt;</button></a>','12-13 November 2024 - Amtac Shooting Fighting In &amp; Around Vehicles Carbine Course','','publish','closed','closed','','12-13-november-2024-amtac-shooting-fighting-in-around-vehicles-carbine-course-2','','','2024-12-19 00:32:42','2024-12-19 00:32:42','',0,'https://staging.amtacshooting.com/event/12-13-november-2024-amtac-shooting-fighting-in-around-vehicles-carbine-course-2/',0,'tribe_events','',0),
(3909,10,'2024-12-19 00:32:43','2024-12-19 00:32:43','','event-cropped-compact-carbine-GkArTi.tmp_','','inherit','open','closed','','event-cropped-compact-carbine-gkarti-tmp_','','','2024-12-19 00:32:43','2024-12-19 00:32:43','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_.jpg',0,'attachment','image/jpeg',0),
(3910,10,'2024-12-19 00:32:51','2024-12-19 00:32:51','<strong>Pistol &amp; Carbine Course with Intro to NVG</strong>\r\n<b><strong>Led by Bill Rapier</strong> <b>\r\n<strong>Heppner, OR</strong>\r\n<b></b></b></b>\r\n\r\nThis custom 2 day course will cover:\r\n<ul>\r\n 	<li>Pistol fundamentals</li>\r\n 	<li>Blade use</li>\r\n 	<li>Integrated combatives</li>\r\n 	<li>Carbine set up</li>\r\n 	<li>Positional shooting</li>\r\n 	<li>Medium range shooting</li>\r\n 	<li>Timed rifle drills</li>\r\n 	<li>Brief NVG overview</li>\r\n</ul>\r\nThis is primarily a pistol/ carbine and combative course. At the end of day one, there will be a class and practical on NVG use, the latest NVG\'s, lasers and thermals and how to maximize their effectiveness. Bring NVG\'s, lasers and thermal if you have them, but you do not need your own NVG\'s for this course.\r\n\r\nThis is a physically demanding course that requires a baseline of fitness to participate.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-12-12-pistol-carbine--owning-the-night-or-led-by-bill-rapier\"><button>Registration and More Details Here &gt;&gt;</button></a>','12-13 December 2024 - Amtac Shooting Pistol &amp; Carbine Course with Intro to NVG OR','','publish','closed','closed','','12-13-december-2024-amtac-shooting-pistol-carbine-course-with-intro-to-nvg-or','','','2024-12-19 00:32:51','2024-12-19 00:32:51','',0,'https://staging.amtacshooting.com/event/12-13-december-2024-amtac-shooting-pistol-carbine-course-with-intro-to-nvg-or/',0,'tribe_events','',0),
(3911,10,'2024-12-19 00:32:52','2024-12-19 00:32:52','<strong>The Amtac Shooting Magnified Optic Carbine Course</strong>\r\n<strong>Lead Instructor: Bryan Resnick\r\nNear Indianapolis, IN</strong>\r\n\r\nWhat does your “go to” carbine set up look like? For me, it will most certainly include some sort of magnification. Whether a Hybrid Carbine with anLVPO or a RDS set up with Magnifier, being able to see better is a massive advantage in the fight.\r\n\r\nSeeing alone is not enough. We want to have precision fire capabilities at various positions and distances. This course is designed to help shooters get the most out of their set up, learning where their system\'s capabilities start and end.\r\n\r\nAre you maximizing your system\'s potential? Come find out!\r\n\r\nCourse curriculum will include:\r\n<ul>\r\n 	<li>Carbine set up and zero</li>\r\n 	<li>Introduction to external ballistics including ballistic calculator/app setup</li>\r\n 	<li>Understanding MOA and MRAD</li>\r\n 	<li>Carbine Fundamentals and manipulations</li>\r\n 	<li>Positional Shooting (body supported and using hasty support)</li>\r\n 	<li>“Micro Dope” at closer ranges</li>\r\n 	<li>Observation and partner communication skills</li>\r\n 	<li>Speed and accuracy standards from zero distance to CQB ranges</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2024-10-27-magnified-optic-carbine-course-led-by-bryan-resnick\"><button>Registration and More Details Here &gt;&gt;</button></a></h3>\r\n&nbsp;','27 October 2024 Amtac Shooting Magnified Optic Carbine Course Led by Bryan Resnick','','publish','closed','closed','','27-october-2024-amtac-shooting-magnified-optic-carbine-course-led-by-bryan-resnick-2','','','2024-12-19 00:32:52','2024-12-19 00:32:52','',0,'https://staging.amtacshooting.com/event/27-october-2024-amtac-shooting-magnified-optic-carbine-course-led-by-bryan-resnick-2/',0,'tribe_events','',0),
(3912,10,'2024-12-19 00:32:52','2024-12-19 00:32:52','','carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_','','inherit','open','closed','','carbine-nvg-flat-lay-event-cropped-lzq2mm-tmp_','','','2024-12-19 00:32:52','2024-12-19 00:32:52','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_.jpg',0,'attachment','image/jpeg',0),
(3913,10,'2024-12-19 00:32:53','2024-12-19 00:32:53','<strong>The Amtac Shooting Pistol Combatives 1 Course</strong>\r\n<strong>Lead Instructor: Bryan Resnick\r\nNear Indianapolis, IN</strong>\r\n\r\nThis is a one-day course focused on Pistol Combatives. Pistol Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate.\r\n\r\nThis course will cover:\r\n<ul>\r\n 	<li>mindset</li>\r\n 	<li>loading procedures</li>\r\n 	<li>concealed draw stroke</li>\r\n 	<li>combative weapons retention shooting</li>\r\n 	<li>blade selection</li>\r\n 	<li>blade deployment and targeting</li>\r\n 	<li>striking and transitions from striking/ blade use to pistol deployment.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2024-10-26-pistol-combatives-1-led-by-bryan-resnick\"><button>Registration and More Details Here &gt;&gt;</button></a></h3>\r\n&nbsp;','26 October 2024 Amtac Shooting Pistol Combatives 1 Course Led by Bryan Resnick','','publish','closed','closed','','26-october-2024-amtac-shooting-pistol-combatives-1-course-led-by-bryan-resnick','','','2024-12-19 00:32:53','2024-12-19 00:32:53','',0,'https://staging.amtacshooting.com/event/26-october-2024-amtac-shooting-pistol-combatives-1-course-led-by-bryan-resnick/',0,'tribe_events','',0),
(3914,10,'2024-12-19 00:32:53','2024-12-19 00:32:53','<strong>Amtac Shooting Combatives Seminar (Kore BJJ)\r\nDanbury, CT</strong>\r\n<div class=\"field-textParagraph field-registrant-0 registrant-field\">\r\n<div class=\"label-align form-width fr-view ng-binding\">\r\n\r\nThis is a 3-hour combatives seminar hosted by Kore BJJ, <a href=\"https://www.facebook.com/attconnecticut/\" target=\"_blank\" rel=\"noopener noreferrer\">American Top Team Connecticut</a> in Danbury, CT.\r\n\r\nTime: 5-8pm\r\n\r\nIt will focus on strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principles into real life application. A mindset talk will be included.\r\n\r\n</div>\r\n</div>\r\n<a href=\"https://amtacshooting.regfox.com/2024-11-11-combatives-seminar-kore-bjj-ct\"><button>Registration and More Details Here &gt;&gt;</button></a>','11 November 2024 - Amtac Shooting Combatives Seminar (Kore BJJ)','','publish','closed','closed','','11-november-2024-amtac-shooting-combatives-seminar-kore-bjj-2','','','2024-12-19 00:32:53','2024-12-19 00:32:53','',0,'https://staging.amtacshooting.com/event/11-november-2024-amtac-shooting-combatives-seminar-kore-bjj-2/',0,'tribe_events','',0),
(3915,10,'2024-12-19 00:32:54','2024-12-19 00:32:54','<strong>Integrated Combatives Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Coolidge, AZ</strong>\r\n\r\nMost “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. This course will teach you how to integrate empty-hand techniques with blades, improvised weapons, and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. This is a physically demanding, hands-on course that will elevate your situational awareness and shooting/ fighting ability to the next level.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2024-12-05-amtac-shooting-custom-integrated-combatives-course-az\"><button>Registration and More Details Here &gt;&gt;</button></a>','5-6 December 2024 - Amtac Shooting Custom Integrated Combatives Course AZ','','publish','closed','closed','','5-6-december-2024-amtac-shooting-custom-integrated-combatives-course-az','','','2024-12-19 00:32:54','2024-12-19 00:32:54','',0,'https://staging.amtacshooting.com/event/5-6-december-2024-amtac-shooting-custom-integrated-combatives-course-az/',0,'tribe_events','',0),
(3916,10,'2024-12-19 00:32:58','2024-12-19 00:32:58','<a href=\"https://amtacshooting.regfox.com/2025-03-04-fighting-in-and-around-vehiclescarbine-course-ga\"><button>Register Here</button></a>\r\n\r\nWe are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more good Americans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through when/why to have a carbine with you, how to stage it in your vehicle, set up, zero and drill with your live weapon, and incorporate challenging force on force drills using airsoft tools. This is a physically demanding course that requires a baseline of fitness to participate.','4-5 March 2025 - Amtac Shooting Fighting In & Around Vehicles Carbine Course GA','','publish','closed','closed','','4-5-march-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-ga','','','2025-01-04 01:40:59','2025-01-04 01:40:59','',0,'https://staging.amtacshooting.com/event/4-5-march-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-ga/',0,'tribe_events','',0),
(3917,10,'2024-12-19 00:32:58','2024-12-19 00:32:58','<a href=\"https://amtacshooting.regfox.com/2025-03-06-low-light-tactics-course-ga\"><button>Register Here</button></a>\r\n\r\nStatistics tell us that you are two to three times as likely to be involved in a violent confrontation during the hours of darkness. That being said, when was the last time you trained at night? The Amtac Shooting Low Light Tactics Course will equip you to confidently assess and engage/ deescalate as appropriate during the hours of darkness. This course will cover, pistol fundamentals, strategy/ tactics for night engagements, use of weapons mounted and hand held light for IDing/ engaging targets, pistol manipulation with hand held flashlight, mindset, gear selection, and night combatives. This course is shot day into night (12:30 - 9PM).','6-7 March 2025 - Amtac Shooting Low Light Tactics Course GA','','publish','closed','closed','','6-7-march-2025-amtac-shooting-low-light-tactics-course-ga','','','2025-01-04 01:39:29','2025-01-04 01:39:29','',0,'https://staging.amtacshooting.com/event/6-7-march-2025-amtac-shooting-low-light-tactics-course-ga/',0,'tribe_events','',0),
(3918,10,'2024-12-19 00:32:59','2024-12-19 00:32:59','<strong>Registration will be available 1 Jan</strong>\r\n\r\n','2-4 May 2025 Modern Warrior Conference TX','','publish','closed','closed','','2-4-may-2025-modern-warrior-conference-tx','','','2025-01-04 01:46:18','2025-01-04 01:46:18','',0,'https://staging.amtacshooting.com/event/2-4-may-2025-modern-warrior-conference-tx/',0,'tribe_events','',0),
(3919,10,'2024-12-19 00:33:00','2024-12-19 00:33:00','<a href=\"https://amtacshooting.regfox.com/2025-05-22-combative-carbine-course-wi\"><button>Register Here</button></a>\r\n\r\nThis course is designed to teach you how to effectively operate your AR-15 style carbine. Topics covered will include setting up your carbine, zeroing your optics, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB and intermediate distances, combatives with a carbine, shooting and moving, and shooting around barricades.','22-23 May 2025 Amtac Shooting Combative Carbine Course WI (THIS COURSE IS FULL)','','publish','closed','closed','','22-23-may-2025-amtac-shooting-combative-carbine-course-wi-this-course-is-full','','','2025-01-04 01:32:53','2025-01-04 01:32:53','',0,'https://staging.amtacshooting.com/event/22-23-may-2025-amtac-shooting-combative-carbine-course-wi-this-course-is-full/',0,'tribe_events','',0),
(3920,10,'2024-12-19 00:33:00','2024-12-19 00:33:00','<a href=\"https://amtacshooting.regfox.com/2025-06-12-integrated-combatives-2-course-ut\"><button>Register Here</button></a>\r\n\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','12-13 June 2025 - Amtac Shooting Integrated Combatives Level 2 Course UT','The Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','publish','closed','closed','','12-13-june-2025-amtac-shooting-integrated-combatives-level-2-course-ut','','','2025-01-04 01:31:13','2025-01-04 01:31:13','',0,'https://staging.amtacshooting.com/event/12-13-june-2025-amtac-shooting-integrated-combatives-level-2-course-ut/',0,'tribe_events','',0),
(3921,10,'2024-12-19 00:33:08','2024-12-19 00:33:08','<a href=\"https://amtacshooting.regfox.com/2025-08-07-fighting-in-and-around-vehiclescarbine-course-id\"><button>Register Here</button></a>\r\n\r\nWe are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more good Americans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through when/why to have a carbine with you, how to stage it in your vehicle, set up, zero and drill with your live weapon, and incorporate challenging force on force drills using airsoft tools. This is a physically demanding course that requires a baseline of fitness to participate.','7-8 August 2025 - Amtac Shooting Fighting In & Around Vehicles Carbine Course ID','','publish','closed','closed','','7-8-august-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-id','','','2025-01-04 01:30:03','2025-01-04 01:30:03','',0,'https://staging.amtacshooting.com/event/7-8-august-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-id/',0,'tribe_events','',0),
(3922,10,'2024-12-19 00:33:08','2024-12-19 00:33:08','<a href=\"https://amtacshooting.regfox.com/2025-ak-manipulation-course-fl\"><button>Register Here</button></a>\r\n\r\nBecause the AK is one of the most widely proliferated firearms in the world and has been the preferred weapon of our enemies for the last 50 years, it is a platform that you should be comfortable running. This one-day course is designed to teach you how to effectively operate the AK-47 style platform. Topics covered will include zeroing your rifle, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB and intermediate distances, shooting and moving, and barricade use.','1 October 2025- Amtac Shooting AK Manipulations Course FL','','publish','closed','closed','','01-october-2025-amtac-shooting-ak-manipulations-course-fl','','','2025-01-04 01:23:55','2025-01-04 01:23:55','',0,'https://staging.amtacshooting.com/event/01-october-2025-amtac-shooting-ak-manipulations-course-fl/',0,'tribe_events','',0),
(3923,10,'2024-12-19 00:33:09','2024-12-19 00:33:09','<a href=\"https://amtacshooting.regfox.com/2025-10-02-integrated-combatives-2-course-fl\"><button>Register Here</button></a>\r\n\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','2-3 October 2025 - Amtac Shooting Integrated Combatives Level 2 Course FL','','publish','closed','closed','','2-3-october-2025-amtac-shooting-integrated-combatives-level-2-course-fl','','','2025-01-04 01:22:21','2025-01-04 01:22:21','',0,'https://staging.amtacshooting.com/event/2-3-october-2025-amtac-shooting-integrated-combatives-level-2-course-fl/',0,'tribe_events','',0),
(3924,10,'2024-12-19 00:33:10','2024-12-19 00:33:10','<a href=\"https://amtacshooting.regfox.com/2025-11-05-nvg-level-2-fighting-at-night-course-id\"><button>Register Here</button></a>\r\n<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\"></div>\r\n<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\">Fighting at night. The Amtac Shooting Level 2 NVG course is designed to train solid Americans how to maximize the advantage of fighting at night time. What are the best tactics, what is the right gear, what are the best practices to maximize our chances of success? How do we shoot, move, and communicate at night? In this course, we will cover day and night shooting with pistol and carbine, setting up your helmet and NODs, setting up pistol and carbine for night fighting, team movement at night, intro to day and night 2 man CQB, force on force runs at night, radio communications, Team Tactics, and mindset.</div>\r\n<div>This is a physically demanding course. You will need a baseline of fitness to participate. For this Level 2 Course, I recommend that you have spent some time on NODs before you come.\r\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us by the contact form). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"/amtac-training-center-atc-lodging/\">See lodging photos here</a>.</div>','5-7 November 2025 - Amtac Shooting NVG Level 2 Course / Fighting at Night ID','','publish','closed','closed','','5-7-november-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id','','','2025-01-04 01:19:29','2025-01-04 01:19:29','',0,'https://staging.amtacshooting.com/event/5-7-november-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',0,'tribe_events','',0),
(3925,10,'2024-12-19 00:33:10','2024-12-19 00:33:10','<a href=\"https://amtacshooting.regfox.com/2025-11-11-integrated-combatives-level-2-course-ct\"><button>Register Here</button></a>\r\n\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate','11-12 November 2025 - Amtac Shooting Integrated Combatives Level 2 Course CT','','publish','closed','closed','','11-12-november-2025-amtac-shooting-integrated-combatives-level-2-course-ct','','','2025-01-04 01:16:48','2025-01-04 01:16:48','',0,'https://staging.amtacshooting.com/event/11-12-november-2025-amtac-shooting-integrated-combatives-level-2-course-ct/',0,'tribe_events','',0),
(3926,10,'2024-12-19 00:33:11','2024-12-19 00:33:11','<strong>Fighting In &amp; Around Vehicles </strong>\r\n<strong>Carbine Course </strong>\r\n<b><strong>Led by Bill Rapier</strong> <b>\r\n<strong>Coeur D\'Alene, Idaho - Amtac Training Center</strong>\r\n<b></b></b></b>\r\n\r\nWe are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more good Americans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through:\r\n<ul>\r\n 	<li>When/why to have a carbine with you</li>\r\n 	<li>How to stage it in your vehicle</li>\r\n 	<li>Set up, zero and drill with your live weapon</li>\r\n 	<li>Incorporate challenging force on force drills using airsoft tools</li>\r\n</ul>\r\nThis is a physically demanding course that requires a baseline of fitness to participate.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2025-08-07-fighting-in-and-around-vehiclescarbine-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','7-8 August 2025 - Amtac Shooting Fighting In &amp; Around Vehicles Carbine Course ID','','inherit','closed','closed','','3921-revision-v1','','','2024-12-19 00:33:11','2024-12-19 00:33:11','',3921,'https://staging.amtacshooting.com/?p=3926',0,'revision','',0),
(3927,10,'2024-12-19 00:33:11','2024-12-19 00:33:11','Because the AK is one of the most widely proliferated firearms in the world and has been the preferred weapon of our enemies for the last 50 years, it is a platform that you should be comfortable running.\r\n\r\nThis one-day course is designed to teach you how to effectively operate the AK-47 style platform.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>zeroing your rifle</li>\r\n 	<li>fundamentals of marksmanship</li>\r\n 	<li>proper weapons manipulation</li>\r\n 	<li>fast and effective shooting at CQB and intermediate distances</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>barricade use</li>\r\n</ul>\r\n<a href=\"https://amtacshooting.regfox.com/2025-ak-manipulation-course-fl\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n\r\n&nbsp;','01 October 2025- Amtac Shooting AK Manipulations Course FL','','inherit','closed','closed','','3922-revision-v1','','','2024-12-19 00:33:11','2024-12-19 00:33:11','',3922,'https://staging.amtacshooting.com/?p=3927',0,'revision','',0),
(3928,10,'2024-12-19 00:33:12','2024-12-19 00:33:12','<strong>Integrated Combatives Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Baker, FL</strong>\r\n\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2025-10-02-integrated-combatives-2-course-fl\"><button>Registration and More Details Here &gt;&gt;</button></a>','2-3 October 2025 - Amtac Shooting Integrated Combatives Level 2 Course FL','','inherit','closed','closed','','3923-revision-v1','','','2024-12-19 00:33:12','2024-12-19 00:33:12','',3923,'https://staging.amtacshooting.com/?p=3928',0,'revision','',0),
(3929,10,'2024-12-19 00:33:12','2024-12-19 00:33:12','<strong>The Amtac Shooting NVG Level 2 Course / Fighting at Night</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Coeur d\'Alene, Idaho at the Amtac Training Center</strong>\r\n<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\">Fighting at night. The Amtac Shooting Level 2 NVG course is designed to train solid Americans how to maximize the advantage of fighting at night time. What are the best tactics, what is the right gear, what are the best practices to maximize our chances of success? How do we shoot, move, and communicate at night? In this course, we will cover:</div>\r\n<ul>\r\n 	<li>\r\n<div>Day and night shooting with pistol and carbine</div></li>\r\n 	<li>\r\n<div>Setting up your helmet and NODs</div></li>\r\n 	<li>\r\n<div>Setting up pistol and carbine for night fighting</div></li>\r\n 	<li>\r\n<div>Team movement at night</div></li>\r\n 	<li>\r\n<div>Intro to day and night 2 man CQB</div></li>\r\n 	<li>\r\n<div>Force on force runs at night</div></li>\r\n 	<li>\r\n<div>Radio communications</div></li>\r\n 	<li>\r\n<div>Team Tactics</div></li>\r\n 	<li>\r\n<div>Mindset</div></li>\r\n</ul>\r\n<div></div>\r\n<div>This is a physically demanding course. You will need a baseline of fitness to participate. For this Level 2 Course, I recommend that you have spent some time on NODs before you come.\r\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us by the contact form). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"/amtac-training-center-atc-lodging/\">See lodging photos here</a>.</div>\r\n<a href=\"https://amtacshooting.regfox.com/2025-11-05-nvg-level-2-fighting-at-night-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','5-7 November 2025 - Amtac Shooting NVG Level 2 Course / Fighting at Night ID','','inherit','closed','closed','','3924-revision-v1','','','2024-12-19 00:33:12','2024-12-19 00:33:12','',3924,'https://staging.amtacshooting.com/?p=3929',0,'revision','',0),
(3930,10,'2024-12-19 00:33:13','2024-12-19 00:33:13','<strong>Integrated Combatives Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Wallingford, CT</strong>\r\n\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2025-11-11-integrated-combatives-level-2-course-ct\"><button>Registration and More Details Here &gt;&gt;</button></a>','11-12 November 2025 - Amtac Shooting Integrated Combatives Level 2 Course CT','','inherit','closed','closed','','3925-revision-v1','','','2024-12-19 00:33:13','2024-12-19 00:33:13','',3925,'https://staging.amtacshooting.com/?p=3930',0,'revision','',0),
(3931,10,'2024-12-19 00:33:15','2024-12-19 00:33:15','<a href=\"https://amtacshooting.regfox.com/2025-12-03-pistol-combatives-and-medical-course-ca\"><button>Register Here</button></a>\r\n\r\nThe Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach lifesaving medical skills, including bleeding control, airway management, respiratory support, and dealing with shock and hypothermia. This is a physically demanding course and you will need a baseline of fitness to participate.','3 December 2025 - Amtac Shooting Pistol Combatives and Medical Course CA','<a href=\"https://amtacshooting.regfox.com/2025-12-03-pistol-combatives-and-medical-course-ca\"><button>Register Here</button></a>\r\nThe Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills: Bleeding control, Airway management, Respiratory support, and Dealing with shock and hypothermia.\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.','publish','closed','closed','','3-december-2025-amtac-shooting-pistol-combatives-and-medical-course-ca','','','2025-01-04 01:15:01','2025-01-04 01:15:01','',0,'https://staging.amtacshooting.com/event/3-december-2025-amtac-shooting-pistol-combatives-and-medical-course-ca/',0,'tribe_events','',0),
(3932,10,'2024-12-19 00:33:16','2024-12-19 00:33:16','','Pistol-Medical-Course-oBbfhw.tmp_','','inherit','open','closed','','pistol-medical-course-obbfhw-tmp_','','','2024-12-19 00:33:16','2024-12-19 00:33:16','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Pistol-Medical-Course-oBbfhw.tmp_.jpg',0,'attachment','image/jpeg',0),
(3933,10,'2024-12-19 00:33:16','2024-12-19 00:33:16','<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\">\r\n    <button style=\"\">Register Here</button>\r\n</a>\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated Combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','publish','closed','closed','','4-5-december-2025-amtac-shooting-integrated-combatives-level-2-course-ca','','','2025-01-04 01:04:26','2025-01-04 01:04:26','',0,'https://staging.amtacshooting.com/event/4-5-december-2025-amtac-shooting-integrated-combatives-level-2-course-ca/',0,'tribe_events','',0),
(3934,10,'2024-12-19 00:33:17','2024-12-19 00:33:17','<a href=\"https://amtacshooting.regfox.com/2025-02-20-amtac-shooting-winter-modern-minuteman-course-id\"><button>Register Here</button></a>\r\n\r\nThis is a two-day course designed to teach you how to shoot, move and survive in a cold weather environment. This course will start with a 1-mile snowshoe to the training location carrying all of the required equipment. Once at the Amtac Training Center (ATC) we will drop some gear and work carbine and pistol fundamentals. After lunch, there will be a navigation block focused on both map and compass and GPS use. After training on day one, students can relax at the ATC, with lodging, dinner and breakfast the next morning being provided. Training day two will start with a mindset talk and a short small unit tactics block followed by the \"winter modern minuteman competition\", this multi-hour shooting/ navigation and other skills competition will test your endurance and your ability to shoot, move and communicate. *For the Modern Minuteman competition, you will need a starting pack weight of at least 30lbs and no more than 40lbs. If you are running a plate carrier, your carrier weight will count toward your total.*\r\n\r\n<strong>Prerequisites: </strong>A base level of fitness; be able to walk 5 miles with a 30lbs pack, competent and 100% safe with pistol and carbine (you need to have completed a pistol and a carbine course with either myself, Kyle Defoor, Bill Blowers, Northern Red, or another reputable trainer (or have someone I know vouch for you -- If you are not sure, contact me)','20-21 February 2025 Amtac Shooting Winter Modern Minuteman Course ID','','publish','closed','closed','','20-21-february-2025-amtac-shooting-winter-modern-minuteman-course-id','','','2025-01-07 00:57:41','2025-01-07 00:57:41','',0,'https://staging.amtacshooting.com/event/20-21-february-2025-amtac-shooting-winter-modern-minuteman-course-id/',0,'tribe_events','',0),
(3935,10,'2024-12-19 00:33:18','2024-12-19 00:33:18','<a href=\"https://amtacshooting.regfox.com/2025-04-11-pistol-combatives-level-1-course-in\"><button>Register Here</button></a>\r\n\r\nThis is a one-day course focused on Pistol Combatives. Pistol Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate. This course will cover mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, blade selection, blade deployment and targeting, and striking and transitions from striking/ blade use to pistol deployment.','11 April 2025 Amtac Shooting Pistol Combatives Level 1 Course IN','','publish','closed','closed','','11-april-2025-amtac-shooting-pistol-combatives-level-1-course-in','','','2025-01-04 01:44:04','2025-01-04 01:44:04','',0,'https://staging.amtacshooting.com/event/11-april-2025-amtac-shooting-pistol-combatives-level-1-course-in/',0,'tribe_events','',0),
(3936,10,'2024-12-19 00:33:19','2024-12-19 00:33:19','','Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_','','inherit','open','closed','','walther-pistol-bill-header-trim-min-mdsdwu-tmp_','','','2024-12-19 00:33:19','2024-12-19 00:33:19','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_.jpg',0,'attachment','image/jpeg',0),
(3937,10,'2024-12-19 00:33:19','2024-12-19 00:33:19','<a href=\"https://amtacshooting.regfox.com/2025-04-12-fighting-in-and-around-vehiclescarbine-course-in\"><button>Register Here</button></a>\r\n\r\nWe are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more good Americans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through when/why to have a carbine with you, how to stage it in your vehicle, set up, zero, and drill with your live weapon, and incorporate challenging force-on-force drills using airsoft tools.This is a physically demanding course that requires a baseline of fitness to participate.','12-13 April 2025 - Amtac Shooting Fighting In & Around Vehicles Carbine Course IN','','publish','closed','closed','','12-13-april-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-in','','','2025-01-04 01:36:06','2025-01-04 01:36:06','',0,'https://staging.amtacshooting.com/event/12-13-april-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-in/',0,'tribe_events','',0),
(3938,10,'2024-12-19 00:33:26','2024-12-19 00:33:26','<a href=\"https://amtacshooting.regfox.com/2025-09-12-pistol-combatives-level-1-course-id\"><button>Register Here</button></a>\r\n\r\nThis is a one-day course focused on Pistol Combatives. Pistol Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate. This course will cover mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, blade selection, blade deployment and targeting, striking and transitions from striking/ blade use to pistol deployment.','12 September 2025 Amtac Shooting Pistol Combatives Level 1 Course ID','','publish','closed','closed','','12-september-2025-amtac-shooting-pistol-combatives-level-1-course-id','','','2025-01-04 01:26:19','2025-01-04 01:26:19','',0,'https://staging.amtacshooting.com/event/12-september-2025-amtac-shooting-pistol-combatives-level-1-course-id/',0,'tribe_events','',0),
(3939,10,'2024-12-19 00:33:26','2024-12-19 00:33:26','<a href=\"https://amtacshooting.regfox.com/2025-05-14-no-fail-pistol-integrated-combatives-course-id\"><button>Register Here</button></a>\r\n\r\nThe No Fail Pistol/ Integrated Combatives Course is a joint Presscheck Consulting and Amtac Shooting Course. Lead instructors for this course are Chuck Pressburg and Bill Rapier. This Course will blend the most important components of Chuck Pressburg\'s No Fail Pistol as well as the most important components of Amtac Shooting\'s Integrated Combatives Course for a truly unique training opportunity in the mountains of North Idaho.','14-16 May 2025 No Fail Pistol/ Integrated Combatives Course ID','','publish','closed','closed','','14-16-may-2025-no-fail-pistol-integrated-combatives-course-id','','','2025-01-04 01:33:48','2025-01-04 01:33:48','',0,'https://staging.amtacshooting.com/event/14-16-may-2025-no-fail-pistol-integrated-combatives-course-id/',0,'tribe_events','',0),
(3940,10,'2024-12-02 00:33:28','2024-12-02 00:33:28','<a href=\"https://amtacshooting.regfox.com/2025-01-29-custom-pistol-carbine-private-course-az\"><button>Register Here</button></a>\r\n\r\nThis is a custom pistol/carbine course. On the carbine side, we will cover: carbine fundamentals, strike and low ready presentations, correct response to malfunctions, precise close-range targeting, and combat and tactical reloads. On the pistol side, we will cover: pistol fundamentals, different types of draw strokes, weapons retention shooting, and fighting to your pistol. Other topics will include mindset, combatives, and using your blade as a weapons retention tool.','29-30 January 2025  - PRIVATE COURSE Amtac Shooting Custom Pistol Carbine Course AZ','','publish','closed','closed','','29-30-january-2025-private-course-amtac-shooting-custom-pistol-carbine-course-az','','','2025-01-04 01:43:32','2025-01-04 01:43:32','',0,'https://staging.amtacshooting.com/event/29-30-january-2025-private-course-amtac-shooting-custom-pistol-carbine-course-az/',0,'tribe_events','',0),
(3941,10,'2024-12-19 00:33:28','2024-12-19 00:33:28','','Chuck-and-Bill-pic-2-4wrFlU.tmp_','','inherit','open','closed','','chuck-and-bill-pic-2-4wrflu-tmp_','','','2024-12-19 00:33:28','2024-12-19 00:33:28','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Chuck-and-Bill-pic-2-4wrFlU.tmp_.jpg',0,'attachment','image/jpeg',0),
(3942,10,'2024-12-19 00:33:28','2024-12-19 00:33:28','<a href=\"https://amtacshooting.regfox.com/2025-09-10-nvg-level-2-fighting-at-night-course-id\"><button>Register Here</button></a>\r\n<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\"></div>\r\n<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\">Fighting at night. The Amtac Shooting Level 2 NVG course is designed to train solid Americans how to maximize the advantage of fighting at night time. What are the best tactics, what is the right gear, what are the best practices to maximize our chances of success? How do we shoot, move, and communicate at night? In this course, we will cover day and night shooting with pistol and carbine, setting up your helmet and NODs, setting up pistol and carbine for night fighting, team movement at night, intro to day and night 2 man CQB, force on force runs at night, radio communications, Team Tactics, and mindset. This is a physically demanding course. You will need a baseline of fitness to participate. For this Level 2 Course, I recommend that you have spent some time on NODs before you come.\r\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us by the contact form). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"/amtac-training-center-atc-lodging/\">See lodging photos here</a>.</div>','10-11 September 2025 - Amtac Shooting NVG Level 2 Course / Fighting at Night ID','','publish','closed','closed','','10-11-september-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id','','','2025-01-07 00:54:57','2025-01-07 00:54:57','',0,'https://staging.amtacshooting.com/event/10-11-september-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',0,'tribe_events','',0),
(3943,10,'2024-12-19 02:17:10','2024-12-19 02:17:10','<strong>The Amtac Shooting Custom Pistol and Carbine Private Course\r\nLead Instructors:  Bill Rapier\r\nSouthern AZ</strong>\r\n\r\nThis is a custom pistol/carbine course. On the carbine side, we will cover: carbine fundamentals, strike and low ready presentations, correct response to malfunctions, precise close-range targeting, and combat and tactical reloads. On the pistol side, we will cover: pistol fundamentals, different types of draw strokes, weapons retention shooting, and fighting to your pistol. Other topics will include mindset, combatives, and using your blade as a weapons retention tool.\r\n\r\n&nbsp;\r\n<h3><a href=\"https://amtacshooting.regfox.com/2025-01-29-custom-pistol-carbine-private-course-az\"><button>Registration and More Details Here &gt;&gt;</button></a></h3>\r\n&nbsp;','29-30 January 2025  - PRIVATE COURSE Amtac Shooting Custom Pistol Carbine Course AZ','','inherit','closed','closed','','3940-revision-v1','','','2024-12-19 02:17:10','2024-12-19 02:17:10','',3940,'https://staging.amtacshooting.com/?p=3943',0,'revision','',0),
(3944,10,'2024-12-19 02:19:57','2024-12-19 02:19:57','<strong>The Amtac Shooting NVG Level 2 Course / Fighting at Night</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Boise, ID</strong>\r\n<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\">Fighting at night. The Amtac Shooting Level 2 NVG course is designed to train solid Americans how to maximize the advantage of fighting at night time. What are the best tactics, what is the right gear, what are the best practices to maximize our chances of success? How do we shoot, move, and communicate at night? In this course, we will cover:</div>\r\n<ul>\r\n 	<li>\r\n<div>Day and night shooting with pistol and carbine</div></li>\r\n 	<li>\r\n<div>Setting up your helmet and NODs</div></li>\r\n 	<li>\r\n<div>Setting up pistol and carbine for night fighting</div></li>\r\n 	<li>\r\n<div>Team movement at night</div></li>\r\n 	<li>\r\n<div>Intro to day and night 2 man CQB</div></li>\r\n 	<li>\r\n<div>Force on force runs at night</div></li>\r\n 	<li>\r\n<div>Radio communications</div></li>\r\n 	<li>\r\n<div>Team Tactics</div></li>\r\n 	<li>\r\n<div>Mindset</div></li>\r\n</ul>\r\n<div></div>\r\n<div>This is a physically demanding course. You will need a baseline of fitness to participate. For this Level 2 Course, I recommend that you have spent some time on NODs before you come.\r\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us by the contact form). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"/amtac-training-center-atc-lodging/\">See lodging photos here</a>.</div>\r\n<a href=\"https://amtacshooting.regfox.com/2025-09-10-nvg-level-2-fighting-at-night-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','10-11 September 2025 - Amtac Shooting NVG Level 2 Course / Fighting at Night ID','','inherit','closed','closed','','3942-revision-v1','','','2024-12-19 02:19:57','2024-12-19 02:19:57','',3942,'https://staging.amtacshooting.com/?p=3944',0,'revision','',0),
(3945,10,'2024-12-19 02:20:53','2024-12-19 02:20:53','<strong>No Fail Pistol/ Integrated Combatives Course</strong>\r\n<strong>Lead Instructors: Chuck Pressburg and Bill Rapier\r\nNear Coeur d\'Alene, ID</strong>\r\n\r\nThe No Fail Pistol/ Integrated Combatives Course is a joint Presscheck Consulting and Amtac Shooting Course. Lead instructors for this course are Chuck Pressburg and Bill Rapier. This Course will blend the most important components of Chuck Pressburg\'s No Fail Pistol as well as the most important components of Amtac Shooting\'s Integrated Combatives Course for a truly unique training opportunity in the mountains of North Idaho.\r\n<h3><a href=\"https://amtacshooting.regfox.com/2025-05-14-no-fail-pistol-integrated-combatives-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a></h3>\r\n&nbsp;','14-16 May 2025 No Fail Pistol/ Integrated Combatives Course ID','','inherit','closed','closed','','3939-revision-v1','','','2024-12-19 02:20:53','2024-12-19 02:20:53','',3939,'https://staging.amtacshooting.com/?p=3945',0,'revision','',0),
(3946,10,'2024-12-19 02:21:31','2024-12-19 02:21:31','<strong>The Amtac Shooting Pistol Combatives 1 Course</strong>\r\n<strong>Lead Instructor: Bill Rapier\r\nNear  Boise, ID</strong>\r\n\r\nThis is a one-day course focused on Pistol Combatives. Pistol Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate.\r\n\r\nThis course will cover:\r\n<ul>\r\n 	<li>mindset</li>\r\n 	<li>loading procedures</li>\r\n 	<li>concealed draw stroke</li>\r\n 	<li>combative weapons retention shooting</li>\r\n 	<li>blade selection</li>\r\n 	<li>blade deployment and targeting</li>\r\n 	<li>striking and transitions from striking/ blade use to pistol deployment.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2025-09-12-pistol-combatives-level-1-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a></h3>\r\n&nbsp;','12 September 2025 Amtac Shooting Pistol Combatives Level 1 Course ID','','inherit','closed','closed','','3938-revision-v1','','','2024-12-19 02:21:31','2024-12-19 02:21:31','',3938,'https://staging.amtacshooting.com/?p=3946',0,'revision','',0),
(3947,10,'2024-12-19 02:22:12','2024-12-19 02:22:12','<strong>Fighting In &amp; Around Vehicles </strong>\r\n<strong>Carbine Course </strong>\r\n<b><strong>Led by Bill Rapier</strong> <b>\r\nNear Indianapolis, IN\r\n<b></b></b></b>\r\n\r\nWe are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more good Americans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through:\r\n<ul>\r\n 	<li>When/why to have a carbine with you</li>\r\n 	<li>How to stage it in your vehicle</li>\r\n 	<li>Set up, zero, and drill with your live weapon</li>\r\n 	<li>Incorporate challenging force-on-force drills using airsoft tools</li>\r\n</ul>\r\nThis is a physically demanding course that requires a baseline of fitness to participate.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2025-04-12-fighting-in-and-around-vehiclescarbine-course-in\"><button>Registration and More Details Here &gt;&gt;</button></a>','12-13 April 2025 - Amtac Shooting Fighting In &amp; Around Vehicles Carbine Course IN','','inherit','closed','closed','','3937-revision-v1','','','2024-12-19 02:22:12','2024-12-19 02:22:12','',3937,'https://staging.amtacshooting.com/?p=3947',0,'revision','',0),
(3948,10,'2024-12-19 02:22:46','2024-12-19 02:22:46','<strong>The Amtac Shooting Pistol Combatives 1 Course</strong>\r\n<strong>Lead Instructor: Bill Rapier\r\nNear Indianapolis, IN</strong>\r\n\r\nThis is a one-day course focused on Pistol Combatives. Pistol Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate.\r\n\r\nThis course will cover:\r\n<ul>\r\n 	<li>mindset</li>\r\n 	<li>loading procedures</li>\r\n 	<li>concealed draw stroke</li>\r\n 	<li>combative weapons retention shooting</li>\r\n 	<li>blade selection</li>\r\n 	<li>blade deployment and targeting</li>\r\n 	<li>striking and transitions from striking/ blade use to pistol deployment.</li>\r\n</ul>\r\n<h3><a href=\"https://amtacshooting.regfox.com/2025-04-11-pistol-combatives-level-1-course-in\"><button>Registration and More Details Here &gt;&gt;</button></a></h3>\r\n&nbsp;','11 April 2025 Amtac Shooting Pistol Combatives Level 1 Course IN','','inherit','closed','closed','','3935-revision-v1','','','2024-12-19 02:22:46','2024-12-19 02:22:46','',3935,'https://staging.amtacshooting.com/?p=3948',0,'revision','',0),
(3949,10,'2024-12-19 02:23:41','2024-12-19 02:23:41','<strong>Amtac Shooting Winter Modern Minuteman Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Amtac Training Center (North Idaho)</strong>\r\n\r\nThis is a two-day course designed to teach you how to shoot, move and survive in a cold weather environment. This course will start with a 1-mile snowshoe to the training location carrying all of the required equipment.\r\n\r\nOnce at the Amtac Training Center (ATC) we will drop some gear and work carbine and pistol fundamentals. After lunch, there will be a navigation block focused on both map and compass and GPS use. After training on day one, students can relax at the ATC, with lodging, dinner and breakfast the next morning being provided. Training day two will start with a mindset talk and a short small unit tactics block followed by the \"winter modern minuteman competition\", this multi-hour shooting/ navigation and other skills competition will test your endurance and your ability to shoot, move and communicate. This is a physically demanding course and you must have a baseline of fitness to participate.\r\n\r\n*For the Modern Minuteman competition, you will need a starting pack weight of at least 30lbs and no more than 40lbs. If you are running a plate carrier, your carrier weight will count toward your total.*\r\n\r\n<strong>Prerequisites:</strong>\r\n<ul>\r\n 	<li>A base level of fitness; be able to walk 5 miles with a 30lbs pack</li>\r\n 	<li>Competent and 100% safe with pistol and carbine (you need to have completed a pistol and a carbine course with either myself, Kyle Defoor, Bill Blowers, Northern Red, or another reputable trainer (or have someone I know vouch for you -- If you are not sure, contact me)</li>\r\n</ul>\r\n<a href=\"https://amtacshooting.regfox.com/2025-02-20-amtac-shooting-winter-modern-minuteman-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','20-21 February 2025 Amtac Shooting Winter Modern Minuteman Course ID','','inherit','closed','closed','','3934-revision-v1','','','2024-12-19 02:23:41','2024-12-19 02:23:41','',3934,'https://staging.amtacshooting.com/?p=3949',0,'revision','',0),
(3950,10,'2024-12-19 02:24:19','2024-12-19 02:24:19','<strong>Integrated Combatives Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Los Angeles, CA</strong>\r\n\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\"><button>Registration and More Details Here &gt;&gt;</button></a>','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-revision-v1','','','2024-12-19 02:24:19','2024-12-19 02:24:19','',3933,'https://staging.amtacshooting.com/?p=3950',0,'revision','',0),
(3951,10,'2024-12-19 02:25:08','2024-12-19 02:25:08','<strong>The Amtac Shooting Pistol Combatives and Medical Course\r\nLed by Bill Rapier\r\nNear Los Angeles, California\r\n</strong>\r\n\r\nThe Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills:\r\n<ul>\r\n 	<li>Bleeding control</li>\r\n 	<li>Airway management</li>\r\n 	<li>Respiratory support</li>\r\n 	<li>Dealing with shock and hypothermia</li>\r\n</ul>\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2025-12-03-pistol-combatives-and-medical-course-ca\"><button>Registration and More Details Here &gt;&gt;</button></a>','3 December 2025 - Amtac Shooting Pistol Combatives and Medical Course CA','','inherit','closed','closed','','3931-revision-v1','','','2024-12-19 02:25:08','2024-12-19 02:25:08','',3931,'https://staging.amtacshooting.com/?p=3951',0,'revision','',0),
(3952,10,'2024-12-19 02:27:46','2024-12-19 02:27:46','Because the AK is one of the most widely proliferated firearms in the world and has been the preferred weapon of our enemies for the last 50 years, it is a platform that you should be comfortable running.\r\n\r\nThis one-day course is designed to teach you how to effectively operate the AK-47 style platform.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>zeroing your rifle</li>\r\n 	<li>fundamentals of marksmanship</li>\r\n 	<li>proper weapons manipulation</li>\r\n 	<li>fast and effective shooting at CQB and intermediate distances</li>\r\n 	<li>shooting and moving</li>\r\n 	<li>barricade use</li>\r\n</ul>\r\n<a href=\"https://amtacshooting.regfox.com/2025-ak-manipulation-course-fl\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n\r\n&nbsp;','1 October 2025- Amtac Shooting AK Manipulations Course FL','','inherit','closed','closed','','3922-revision-v1','','','2024-12-19 02:27:46','2024-12-19 02:27:46','',3922,'https://staging.amtacshooting.com/?p=3952',0,'revision','',0),
(3953,10,'2024-12-19 02:28:14','2024-12-19 02:28:14','<strong>Integrated Combatives Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Salt Lake City, UT</strong>\r\n\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2025-06-12-integrated-combatives-2-course-ut\"><button>Registration and More Details Here &gt;&gt;</button></a>','12-13 June 2025 - Amtac Shooting Integrated Combatives Level 2 Course UT','','inherit','closed','closed','','3920-revision-v1','','','2024-12-19 02:28:14','2024-12-19 02:28:14','',3920,'https://staging.amtacshooting.com/?p=3953',0,'revision','',0),
(3954,10,'2024-12-19 02:28:48','2024-12-19 02:28:48','<strong>The Amtac Shooting Combative Carbine Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\nNear Milwaukee, WI\r\n\r\nThis course is designed to teach you how to effectively operate your AR-15 style carbine.\r\n\r\nTopics covered will include:\r\n<ul>\r\n 	<li>Setting up your carbine</li>\r\n 	<li>Zeroing your optics</li>\r\n 	<li>Fundamentals of marksmanship</li>\r\n 	<li>Proper weapons manipulation</li>\r\n 	<li>Fast and effective shooting at CQB and intermediate distances</li>\r\n 	<li>Combatives with a carbine</li>\r\n 	<li>Shooting and moving</li>\r\n 	<li>Shooting around barricades</li>\r\n</ul>\r\n<a href=\"https://amtacshooting.regfox.com/2025-05-22-combative-carbine-course-wi\"><button>Registration and More Details Here &gt;&gt;</button></a>','22-23 May 2025 Amtac Shooting Combative Carbine Course WI (THIS COURSE IS FULL)','','inherit','closed','closed','','3919-revision-v1','','','2024-12-19 02:28:48','2024-12-19 02:28:48','',3919,'https://staging.amtacshooting.com/?p=3954',0,'revision','',0),
(3955,10,'2024-12-19 02:29:20','2024-12-19 02:29:20','<strong>Registration will be available 1 Jan</strong>\r\n\r\n&nbsp;\r\n\r\n&nbsp;','2-4 May 2025 Modern Warrior Conference TX','','inherit','closed','closed','','3918-revision-v1','','','2024-12-19 02:29:20','2024-12-19 02:29:20','',3918,'https://staging.amtacshooting.com/?p=3955',0,'revision','',0),
(3956,10,'2024-12-19 02:29:49','2024-12-19 02:29:49','<strong>Fighting In &amp; Around Vehicles </strong>\r\n<strong>Carbine Course </strong>\r\n<b><strong>Led by Bill Rapier</strong> <b>\r\nDahlonega, GA\r\n<b></b></b></b>\r\n\r\nWe are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more good Americans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through:\r\n<ul>\r\n 	<li>When/why to have a carbine with you</li>\r\n 	<li>How to stage it in your vehicle</li>\r\n 	<li>Set up, zero and drill with your live weapon</li>\r\n 	<li>Incorporate challenging force on force drills using airsoft tools</li>\r\n</ul>\r\nThis is a physically demanding course that requires a baseline of fitness to participate.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2025-03-04-fighting-in-and-around-vehiclescarbine-course-ga\"><button>Registration and More Details Here &gt;&gt;</button></a>','4-5 March 2025 - Amtac Shooting Fighting In &amp; Around Vehicles Carbine Course GA','','inherit','closed','closed','','3916-revision-v1','','','2024-12-19 02:29:49','2024-12-19 02:29:49','',3916,'https://staging.amtacshooting.com/?p=3956',0,'revision','',0),
(3957,10,'2024-12-19 02:30:14','2024-12-19 02:30:14','Statistics tell us that you are two to three times as likely to be involved in a violent confrontation during the hours of darkness.  That being said, when was the last time you trained at night?\r\n\r\nThe Amtac Shooting Low Light Tactics Course will equip you to confidently assess and engage/ deescalate as appropriate during the hours of darkness.\r\n\r\nThis course will cover:\r\n<ul>\r\n 	<li>pistol fundamentals</li>\r\n 	<li>strategy/ tactics for night engagements</li>\r\n 	<li>use of weapons mounted and hand held light for IDing/ engaging targets</li>\r\n 	<li>pistol manipulation with hand held flashlight</li>\r\n 	<li>mindset</li>\r\n 	<li>gear selection</li>\r\n 	<li>night combatives.</li>\r\n</ul>\r\nThis course is shot day into night (12:30 - 9PM)\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2025-03-06-low-light-tactics-course-ga\"><button>Registration and More Details Here &gt;&gt;</button></a>\r\n\r\n&nbsp;','6-7 March 2025 - Amtac Shooting Low Light Tactics Course GA','','inherit','closed','closed','','3917-revision-v1','','','2024-12-19 02:30:14','2024-12-19 02:30:14','',3917,'https://staging.amtacshooting.com/?p=3957',0,'revision','',0),
(3958,10,'2024-12-19 02:38:09','2024-12-19 02:38:09','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display module_css_class=\"#popup-1\" show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" excerpt_content=\"_show\" sticky_enabled=\"0\" view_more_text=\"Register\"][/decm_event_display][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<script id=\"timely_script\" class=\"timely-script\" src=\"https://events.timely.fun/embed.js\" data-src=\"https://events.timely.fun/jnbqca4j\" data-max-height=\"0\" ></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-19 02:38:09','2024-12-19 02:38:09','',81,'https://staging.amtacshooting.com/?p=3958',0,'revision','',0),
(3959,10,'2024-12-19 02:38:57','2024-12-19 02:38:57','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display module_css_class=\"#popup-1\" show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" excerpt_content=\"_show\" sticky_enabled=\"0\" view_more_text=\"Register\" excerpt_length=\"400\"][/decm_event_display][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<script id=\"timely_script\" class=\"timely-script\" src=\"https://events.timely.fun/embed.js\" data-src=\"https://events.timely.fun/jnbqca4j\" data-max-height=\"0\" ></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-19 02:38:57','2024-12-19 02:38:57','',81,'https://staging.amtacshooting.com/?p=3959',0,'revision','',0),
(3960,10,'2024-12-19 02:42:11','2024-12-19 02:42:11','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" event_count=\"50\" excerpt_length=\"470\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" show_time=\"off\" show_end_date=\"off\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" sticky_enabled=\"0\"][/decm_event_display][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<script id=\"timely_script\" class=\"timely-script\" src=\"https://events.timely.fun/embed.js\" data-src=\"https://events.timely.fun/jnbqca4j\" data-max-height=\"0\" ></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-19 02:42:11','2024-12-19 02:42:11','',81,'https://staging.amtacshooting.com/?p=3960',0,'revision','',0),
(3961,10,'2024-12-19 02:42:36','2024-12-19 02:42:36','[decm_event_display show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" event_count=\"50\" excerpt_length=\"470\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" show_time=\"off\" show_end_date=\"off\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" sticky_enabled=\"0\" template_type=\"module\"][/decm_event_display]','events feed','','publish','closed','closed','','events-feed','','','2024-12-19 02:42:36','2024-12-19 02:42:36','',0,'https://staging.amtacshooting.com/et_pb_layout/events-feed/',0,'et_pb_layout','',0),
(3962,10,'2024-12-19 02:43:56','2024-12-19 02:43:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_divi_event_calendar calendar_default_view=\"listWeek\" calendar_list_view_option=\"listYear,\" show_day_view_button=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/decm_divi_event_calendar][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" event_count=\"50\" excerpt_length=\"470\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" custom_event_link_target=\"_blank\" whole_event_clickable=\"on\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" layout=\"list\" sticky_enabled=\"0\"][/decm_event_display][decm_event_display show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" layout=\"list\" details_icon_color=\"#777777\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|-83px||||\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','test events page','','inherit','closed','closed','','3631-revision-v1','','','2024-12-19 02:43:56','2024-12-19 02:43:56','',3631,'https://staging.amtacshooting.com/?p=3962',0,'revision','',0),
(3963,10,'2024-12-19 02:45:34','2024-12-19 02:45:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_divi_event_calendar calendar_default_view=\"listWeek\" calendar_list_view_option=\"listYear,\" show_day_view_button=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/decm_divi_event_calendar][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" event_count=\"50\" excerpt_length=\"470\" layout=\"list\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" custom_event_link_target=\"_blank\" whole_event_clickable=\"on\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][decm_event_display show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" layout=\"list\" details_icon_color=\"#777777\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|-83px||||\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','test events page','','inherit','closed','closed','','3631-revision-v1','','','2024-12-19 02:45:34','2024-12-19 02:45:34','',3631,'https://staging.amtacshooting.com/?p=3963',0,'revision','',0),
(3964,10,'2024-12-19 03:07:16','2024-12-19 03:07:16','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" event_count=\"50\" excerpt_length=\"470\" layout=\"list\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"RGBA(255,255,255,0)\" hover_overlay_color=\"RGBA(255,255,255,0)\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" custom_event_link_target=\"_blank\" whole_event_clickable=\"on\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#878787\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][decm_event_display show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" layout=\"list\" details_icon_color=\"#777777\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" view_more_text=\"Register\" sticky_enabled=\"0\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" thumbnail_width=\"800px\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" image_aspect_ratio=\"3/2\" open_toggle_background_color=\"RGBA(255,255,255,0)\" list_layout=\"leftimage_rightdetail\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_excerpt=\"off\" border_radii_event_border=\"off|5px|5px|5px|5px\" month_margin=\"0px||0px||true|false\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" border_color_all_event_border=\"RGBA(255,255,255,0)\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|-83px||||\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','test events page','','inherit','closed','closed','','3631-revision-v1','','','2024-12-19 03:07:16','2024-12-19 03:07:16','',3631,'https://staging.amtacshooting.com/?p=3964',0,'revision','',0),
(3965,10,'2024-12-19 03:07:29','2024-12-19 03:07:29','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" layout=\"list\" details_icon_color=\"#777777\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" view_more_text=\"Register\" sticky_enabled=\"0\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" thumbnail_width=\"800px\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" image_aspect_ratio=\"3/2\" open_toggle_background_color=\"RGBA(255,255,255,0)\" list_layout=\"leftimage_rightdetail\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_excerpt=\"off\" border_radii_event_border=\"off|5px|5px|5px|5px\" month_margin=\"0px||0px||true|false\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" border_color_all_event_border=\"RGBA(255,255,255,0)\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|-83px||||\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','test events page','','inherit','closed','closed','','3631-revision-v1','','','2024-12-19 03:07:29','2024-12-19 03:07:29','',3631,'https://staging.amtacshooting.com/?p=3965',0,'revision','',0),
(3966,10,'2024-12-19 03:08:31','2024-12-19 03:08:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_excerpt=\"off\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"248px\" image_aspect_ratio=\"3/2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|-83px||||\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','test events page','','inherit','closed','closed','','3631-revision-v1','','','2024-12-19 03:08:31','2024-12-19 03:08:31','',3631,'https://staging.amtacshooting.com/?p=3966',0,'revision','',0),
(3967,10,'2024-12-19 03:09:04','2024-12-19 03:09:04','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_excerpt=\"off\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" image_aspect_ratio=\"3/2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\" thumbnail_width=\"300px\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|-83px||||\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','test events page','','inherit','closed','closed','','3631-revision-v1','','','2024-12-19 03:09:04','2024-12-19 03:09:04','',3631,'https://staging.amtacshooting.com/?p=3967',0,'revision','',0),
(3968,10,'2024-12-19 03:09:40','2024-12-19 03:09:40','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_excerpt=\"off\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x2e;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|-83px||||\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','test events page','','inherit','closed','closed','','3631-revision-v1','','','2024-12-19 03:09:40','2024-12-19 03:09:40','',3631,'https://staging.amtacshooting.com/?p=3968',0,'revision','',0),
(3969,10,'2024-12-19 03:17:46','2024-12-19 03:17:46','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" excerpt_content=\"_show\" event_count=\"50\" excerpt_length=\"470\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" show_time=\"off\" show_end_date=\"off\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" sticky_enabled=\"0\" image_aspect_ratio=\"3/2\" website_detail_label=\"Register\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_color=\"#FFFFFF\"][/decm_event_display][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<script id=\"timely_script\" class=\"timely-script\" src=\"https://events.timely.fun/embed.js\" data-src=\"https://events.timely.fun/jnbqca4j\" data-max-height=\"0\" ></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-19 03:17:46','2024-12-19 03:17:46','',81,'https://staging.amtacshooting.com/?p=3969',0,'revision','',0),
(3971,10,'2024-12-19 03:20:30','2024-12-19 03:20:30','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" excerpt_content=\"_show\" event_count=\"50\" excerpt_length=\"470\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" whole_event_clickable=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" show_time=\"off\" show_end_date=\"off\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" image_aspect_ratio=\"3/2\" website_detail_label=\"Register\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_color=\"#FFFFFF\" border_color_all_details_border=\"RGBA(255,255,255,0)\" hover_enabled=\"0\" sticky_enabled=\"0\"][/decm_event_display][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<script id=\"timely_script\" class=\"timely-script\" src=\"https://events.timely.fun/embed.js\" data-src=\"https://events.timely.fun/jnbqca4j\" data-max-height=\"0\" ></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-19 03:20:30','2024-12-19 03:20:30','',81,'https://staging.amtacshooting.com/?p=3971',0,'revision','',0),
(3972,10,'2024-12-20 01:25:59','2024-12-20 01:25:59','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" website_detail_label=\"Register\" excerpt_content=\"_show\" event_count=\"50\" excerpt_length=\"470\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" whole_event_clickable=\"on\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_blur_strength=\"0.25em\" hover_enabled=\"0\" sticky_enabled=\"0\"][/decm_event_display][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<script id=\"timely_script\" class=\"timely-script\" src=\"https://events.timely.fun/embed.js\" data-src=\"https://events.timely.fun/jnbqca4j\" data-max-height=\"0\" ></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-20 01:25:59','2024-12-20 01:25:59','',81,'https://staging.amtacshooting.com/?p=3972',0,'revision','',0),
(3973,10,'2024-12-20 01:27:06','2024-12-20 01:27:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_excerpt=\"off\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|-83px||||\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','test events page','','inherit','closed','closed','','3631-revision-v1','','','2024-12-20 01:27:06','2024-12-20 01:27:06','',3631,'https://staging.amtacshooting.com/?p=3973',0,'revision','',0),
(3974,10,'2024-12-20 01:29:36','2024-12-20 01:29:36','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" website_detail_label=\"Register\" excerpt_content=\"_show\" event_count=\"50\" excerpt_length=\"470\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" details_background_color=\"RGBA(255,255,255,0)\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" duration_labels_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<script id=\"timely_script\" class=\"timely-script\" src=\"https://events.timely.fun/embed.js\" data-src=\"https://events.timely.fun/jnbqca4j\" data-max-height=\"0\" ></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-20 01:29:36','2024-12-20 01:29:36','',81,'https://staging.amtacshooting.com/?p=3974',0,'revision','',0),
(3975,10,'2024-12-20 01:36:27','2024-12-20 01:36:27','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" website_detail_label=\"Register Here\" excerpt_content=\"_show\" event_count=\"50\" excerpt_length=\"470\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"#a5a5a5\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"#a5a5a5\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" single_event_page_link=\"default\" custom_website_link_target=\"_blank\" details_icon_size=\"20px\" duration_font_size=\"20px\" duration_labels_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_font=\"||||||||\" sticky_enabled=\"0\"][/decm_event_display][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<script id=\"timely_script\" class=\"timely-script\" src=\"https://events.timely.fun/embed.js\" data-src=\"https://events.timely.fun/jnbqca4j\" data-max-height=\"0\" ></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-20 01:36:27','2024-12-20 01:36:27','',81,'https://staging.amtacshooting.com/?p=3975',0,'revision','',0),
(3977,10,'2024-12-20 01:43:20','2024-12-20 01:43:20','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" website_detail_label=\"Register Here\" excerpt_content=\"_show\" event_count=\"50\" excerpt_length=\"470\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#a5a5a5\" details_icon_color=\"RGBA(255,255,255,0)\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_text_color=\"RGBA(255,255,255,0)\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" single_event_page_link=\"default\" custom_website_link_target=\"_blank\" details_icon_size=\"0px\" duration_font_size=\"0px\" duration_labels_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_font=\"||||||||\" sticky_enabled=\"0\"][/decm_event_display][et_pb_code _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<script id=\"timely_script\" class=\"timely-script\" src=\"https://events.timely.fun/embed.js\" data-src=\"https://events.timely.fun/jnbqca4j\" data-max-height=\"0\" ></script>[/et_pb_code][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-20 01:43:20','2024-12-20 01:43:20','',81,'https://staging.amtacshooting.com/?p=3977',0,'revision','',0),
(3978,10,'2024-12-20 01:48:49','2024-12-20 01:48:49','<strong>Fighting In &amp; Around Vehicles </strong>\r\n<strong>Carbine Course </strong>\r\n<b><strong>Led by Bill Rapier</strong> <b>\r\n<strong>Coeur D\'Alene, Idaho - Amtac Training Center</strong>\r\n<b></b></b></b>\r\n\r\nWe are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more good Americans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through:\r\n<ul>\r\n 	<li>When/why to have a carbine with you</li>\r\n 	<li>How to stage it in your vehicle</li>\r\n 	<li>Set up, zero and drill with your live weapon</li>\r\n 	<li>Incorporate challenging force on force drills using airsoft tools</li>\r\n</ul>\r\nThis is a physically demanding course that requires a baseline of fitness to participate.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2025-08-07-fighting-in-and-around-vehiclescarbine-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','7-8 August 2025 - Amtac Shooting Fighting In & Around Vehicles Carbine Course ID','','inherit','closed','closed','','3921-revision-v1','','','2024-12-20 01:48:49','2024-12-20 01:48:49','',3921,'https://staging.amtacshooting.com/?p=3978',0,'revision','',0),
(3979,10,'2024-12-20 01:51:51','2024-12-20 01:51:51','<strong>Fighting In &amp; Around Vehicles </strong>\r\n<strong>Carbine Course </strong>\r\n<b><strong>Led by Bill Rapier</strong> <b>\r\nNear Indianapolis, IN\r\n<b></b></b></b>\r\n\r\nWe are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more good Americans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through:\r\n<ul>\r\n 	<li>When/why to have a carbine with you</li>\r\n 	<li>How to stage it in your vehicle</li>\r\n 	<li>Set up, zero, and drill with your live weapon</li>\r\n 	<li>Incorporate challenging force-on-force drills using airsoft tools</li>\r\n</ul>\r\nThis is a physically demanding course that requires a baseline of fitness to participate.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2025-04-12-fighting-in-and-around-vehiclescarbine-course-in\"><button>Registration and More Details Here &gt;&gt;</button></a>','12-13 April 2025 - Amtac Shooting Fighting In & Around Vehicles Carbine Course IN','','inherit','closed','closed','','3937-revision-v1','','','2024-12-20 01:51:51','2024-12-20 01:51:51','',3937,'https://staging.amtacshooting.com/?p=3979',0,'revision','',0),
(3980,10,'2024-12-20 01:53:28','2024-12-20 01:53:28','<strong>Fighting In &amp; Around Vehicles </strong>\r\n<strong>Carbine Course </strong>\r\n<b><strong>Led by Bill Rapier</strong> <b>\r\nDahlonega, GA\r\n<b></b></b></b>\r\n\r\nWe are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more good Americans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through:\r\n<ul>\r\n 	<li>When/why to have a carbine with you</li>\r\n 	<li>How to stage it in your vehicle</li>\r\n 	<li>Set up, zero and drill with your live weapon</li>\r\n 	<li>Incorporate challenging force on force drills using airsoft tools</li>\r\n</ul>\r\nThis is a physically demanding course that requires a baseline of fitness to participate.\r\n\r\n&nbsp;\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2025-03-04-fighting-in-and-around-vehiclescarbine-course-ga\"><button>Registration and More Details Here &gt;&gt;</button></a>','4-5 March 2025 - Amtac Shooting Fighting In & Around Vehicles Carbine Course GA','','inherit','closed','closed','','3916-revision-v1','','','2024-12-20 01:53:28','2024-12-20 01:53:28','',3916,'https://staging.amtacshooting.com/?p=3980',0,'revision','',0),
(3982,10,'2024-12-20 01:59:00','2024-12-20 01:59:00','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" website_detail_label=\"Register Here\" excerpt_content=\"_show\" event_count=\"50\" excerpt_length=\"470\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"22px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" show_icon_label=\"label\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-20 01:59:00','2024-12-20 01:59:00','',81,'https://staging.amtacshooting.com/?p=3982',0,'revision','',0),
(3987,10,'2024-12-28 01:51:49','2024-12-28 01:51:49','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" website_detail_label=\"Register Here\" excerpt_content=\"_show\" show_icon_label=\"label\" event_count=\"50\" excerpt_length=\"470\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-28 01:51:49','2024-12-28 01:51:49','',81,'https://staging.amtacshooting.com/?p=3987',0,'revision','',0),
(3988,10,'2024-12-28 01:52:50','2024-12-28 01:52:50','<strong>Integrated Combatives Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Los Angeles, CA</strong>\r\n\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\"><button>Registration and More Details Here &gt;&gt;</button></a>','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-revision-v1','','','2024-12-28 01:52:50','2024-12-28 01:52:50','',3933,'https://staging.amtacshooting.com/?p=3988',0,'revision','',0),
(3989,10,'2024-12-28 01:54:28','2024-12-28 01:54:28','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" website_detail_label=\"Register Here\" excerpt_content=\"_show\" event_count=\"50\" excerpt_length=\"470\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\" show_data_one_line=\"off\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-28 01:54:28','2024-12-28 01:54:28','',81,'https://staging.amtacshooting.com/?p=3989',0,'revision','',0),
(3990,10,'2024-12-28 01:56:23','2024-12-28 01:56:23','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" website_detail_label=\"Register Here\" excerpt_content=\"_show\" event_count=\"50\" excerpt_length=\"470\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2024-12-28 01:56:23','2024-12-28 01:56:23','',81,'https://staging.amtacshooting.com/?p=3990',0,'revision','',0),
(3991,10,'2024-12-28 02:02:34','2024-12-28 02:02:34','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- wp:paragraph -->\n<p>As a follower of Christ, I want to share this page to encourage guys that are seeking after the truth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Podcasts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":2412,\"width\":\"357px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"contain\",\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-medium is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184-300x300.png\" alt=\"\" class=\"wp-image-2412\" style=\"aspect-ratio:1;object-fit:contain;width:357px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 3 </h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Biblical Manhood Pt 1</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Feb 2 2024<br>Verses: 1 Corinthians 9:24-27</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433783\"></div><script src=\"https://www.buzzsprout.com/2212137/14433783-biblical-manhood-pt-1-feb-2-2024.js?container_id=buzzsprout-player-14433783&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 2</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Romans 1:1-17</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 7<br>Date: Dec 31 2023<br>Verses: Romans 1:1-17</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14231037\"></div><script src=\"https://www.buzzsprout.com/2212137/14231037-romans-1-1-17-dec-31-2023.js?container_id=buzzsprout-player-14231037&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Sola Fide</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 6<br>Date: Oct 16 2023<br>Verses: 1 Peter 3:15</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408824\"></div><script src=\"https://www.buzzsprout.com/2212137/14408824-sola-fide-oct-16-2023.js?container_id=buzzsprout-player-14408824&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Developing Solid Christian Men</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: Oct 5 2023<br>Verses: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408451\"></div><script src=\"https://www.buzzsprout.com/2212137/14408451-developing-solid-christian-men-oct-5-2023.js?container_id=buzzsprout-player-14408451&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Faith Without Works is Dead</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: June 18 2023<br>Verses:&nbsp;James 2:14-26</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408693\"></div><script src=\"https://www.buzzsprout.com/2212137/14408693-faith-without-works-is-dead-june-18-2023.js?container_id=buzzsprout-player-14408693&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">God, Family, and the Gospel</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: Aug 10 2022<br>Verses: Deuteronomy 6</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408921\"></div><script src=\"https://www.buzzsprout.com/2212137/14408921-god-family-and-the-gospel-aug-10-2022.js?container_id=buzzsprout-player-14408921&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Spending Yourself On?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: July 3 2022<br>Verses: Acts 20:17-36</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433485\"></div><script src=\"https://www.buzzsprout.com/2212137/14433485-what-are-you-spending-yourself-on-july-3-2022.js?container_id=buzzsprout-player-14433485&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Gospel and How it Changed Peter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Jan 2 2022<br>Verses: John 3:16-17</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433522\"></div><script src=\"https://www.buzzsprout.com/2212137/14433522-the-gospel-and-how-it-changed-peter-jan-2-2022.js?container_id=buzzsprout-player-14433522&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 1</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Boldness in Christ</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: June 6 2021<br>Verses: Acts 3-5</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433558\"></div><script src=\"https://www.buzzsprout.com/2212137/14433558-boldness-in-christ-june-6-2021.js?container_id=buzzsprout-player-14433558&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What is Our Mission?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: Nov 1 2020<br>Verses: Isaiah 43:7 1 Peter 2:9 John 14:21 Romans 12:1 John 1:1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598710\"></div><script src=\"https://www.buzzsprout.com/2212137/13598710-what-is-our-mission-nov-1-2020.js?container_id=buzzsprout-player-13598710&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Doing to Give God Glory and to Further His Kingdom?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: June 7 2020<br>Verses: Revelation 4:11 Ephesians 2:10</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598725\"></div><script src=\"https://www.buzzsprout.com/2212137/13598725-what-are-you-doing-to-give-god-glory-and-to-further-his-kingdom-june-7-2020.js?container_id=buzzsprout-player-13598725&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Good News and Our Purpose&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: March 15 2020<br>Verses: Ephesians 2:1-10</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433663\"></div><script src=\"https://www.buzzsprout.com/2212137/14433663-the-good-news-and-our-purpose-march-15-2020.js?container_id=buzzsprout-player-14433663&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Thanksgiving and Counting it all Joy. </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Dec 8 2019<br>Verses: Ephesians 5:19-20 James 1:2-4</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598631\"></div><script src=\"https://www.buzzsprout.com/2212137/13598631-thanksgiving-and-counting-it-all-joy-dec-8-2019.js?container_id=buzzsprout-player-13598631&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Ministries We Support</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.compassion.com/\">Compassion</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.persecution.com/\">Voice of the Martyrs </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.jesusfilm.org/dev/nda/grants/jesus-film-project-branded-jf/\">Jesus Film Project</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://allindiamission.com/\">All India Missions</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://friendsofukraine.info/\">Friends of Ukraine</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.africanleadershipdevelopment.com/\">African Leadership Development </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Resources</h2>\n<!-- /wp:heading -->[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" area=\"sidebar-1\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Faith','','inherit','closed','closed','','2170-revision-v1','','','2024-12-28 02:02:34','2024-12-28 02:02:34','',2170,'https://staging.amtacshooting.com/?p=3991',0,'revision','',0),
(3993,10,'2024-12-28 02:05:19','2024-12-28 02:05:19','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- wp:paragraph -->\n<p>As a follower of Christ, I want to share this page to encourage guys that are seeking after the truth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Podcasts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":2412,\"width\":\"357px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"contain\",\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-medium is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184-300x300.png\" alt=\"\" class=\"wp-image-2412\" style=\"aspect-ratio:1;object-fit:contain;width:357px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 3 </h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Biblical Manhood Pt 1</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Feb 2 2024<br>Verses: 1 Corinthians 9:24-27</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433783\"></div><script src=\"https://www.buzzsprout.com/2212137/14433783-biblical-manhood-pt-1-feb-2-2024.js?container_id=buzzsprout-player-14433783&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 2</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Romans 1:1-17</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 7<br>Date: Dec 31 2023<br>Verses: Romans 1:1-17</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14231037\"></div><script src=\"https://www.buzzsprout.com/2212137/14231037-romans-1-1-17-dec-31-2023.js?container_id=buzzsprout-player-14231037&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Sola Fide</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 6<br>Date: Oct 16 2023<br>Verses: 1 Peter 3:15</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408824\"></div><script src=\"https://www.buzzsprout.com/2212137/14408824-sola-fide-oct-16-2023.js?container_id=buzzsprout-player-14408824&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Developing Solid Christian Men</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: Oct 5 2023<br>Verses: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408451\"></div><script src=\"https://www.buzzsprout.com/2212137/14408451-developing-solid-christian-men-oct-5-2023.js?container_id=buzzsprout-player-14408451&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Faith Without Works is Dead</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: June 18 2023<br>Verses:&nbsp;James 2:14-26</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408693\"></div><script src=\"https://www.buzzsprout.com/2212137/14408693-faith-without-works-is-dead-june-18-2023.js?container_id=buzzsprout-player-14408693&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">God, Family, and the Gospel</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: Aug 10 2022<br>Verses: Deuteronomy 6</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408921\"></div><script src=\"https://www.buzzsprout.com/2212137/14408921-god-family-and-the-gospel-aug-10-2022.js?container_id=buzzsprout-player-14408921&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Spending Yourself On?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: July 3 2022<br>Verses: Acts 20:17-36</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433485\"></div><script src=\"https://www.buzzsprout.com/2212137/14433485-what-are-you-spending-yourself-on-july-3-2022.js?container_id=buzzsprout-player-14433485&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Gospel and How it Changed Peter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Jan 2 2022<br>Verses: John 3:16-17</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433522\"></div><script src=\"https://www.buzzsprout.com/2212137/14433522-the-gospel-and-how-it-changed-peter-jan-2-2022.js?container_id=buzzsprout-player-14433522&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 1</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Boldness in Christ</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: June 6 2021<br>Verses: Acts 3-5</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433558\"></div><script src=\"https://www.buzzsprout.com/2212137/14433558-boldness-in-christ-june-6-2021.js?container_id=buzzsprout-player-14433558&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What is Our Mission?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: Nov 1 2020<br>Verses: Isaiah 43:7 1 Peter 2:9 John 14:21 Romans 12:1 John 1:1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598710\"></div><script src=\"https://www.buzzsprout.com/2212137/13598710-what-is-our-mission-nov-1-2020.js?container_id=buzzsprout-player-13598710&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Doing to Give God Glory and to Further His Kingdom?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: June 7 2020<br>Verses: Revelation 4:11 Ephesians 2:10</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598725\"></div><script src=\"https://www.buzzsprout.com/2212137/13598725-what-are-you-doing-to-give-god-glory-and-to-further-his-kingdom-june-7-2020.js?container_id=buzzsprout-player-13598725&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Good News and Our Purpose&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: March 15 2020<br>Verses: Ephesians 2:1-10</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433663\"></div><script src=\"https://www.buzzsprout.com/2212137/14433663-the-good-news-and-our-purpose-march-15-2020.js?container_id=buzzsprout-player-14433663&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Thanksgiving and Counting it all Joy. </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Dec 8 2019<br>Verses: Ephesians 5:19-20 James 1:2-4</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598631\"></div><script src=\"https://www.buzzsprout.com/2212137/13598631-thanksgiving-and-counting-it-all-joy-dec-8-2019.js?container_id=buzzsprout-player-13598631&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Ministries We Support</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.compassion.com/\">Compassion</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.persecution.com/\">Voice of the Martyrs </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.jesusfilm.org/dev/nda/grants/jesus-film-project-branded-jf/\">Jesus Film Project</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://allindiamission.com/\">All India Missions</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://friendsofukraine.info/\">Friends of Ukraine</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.africanleadershipdevelopment.com/\">African Leadership Development </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Resources</h2>\n<!-- /wp:heading -->[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" area=\"sidebar-1\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"50%\" module_alignment=\"right\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Faith','','inherit','closed','closed','','2170-revision-v1','','','2024-12-28 02:05:19','2024-12-28 02:05:19','',2170,'https://staging.amtacshooting.com/?p=3993',0,'revision','',0),
(3995,10,'2024-12-28 02:06:04','2024-12-28 02:06:04','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\" width=\"100%\" module_alignment=\"center\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- wp:paragraph -->\n<p>As a follower of Christ, I want to share this page to encourage guys that are seeking after the truth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Podcasts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":2412,\"width\":\"357px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"contain\",\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-medium is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184-300x300.png\" alt=\"\" class=\"wp-image-2412\" style=\"aspect-ratio:1;object-fit:contain;width:357px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 3 </h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Biblical Manhood Pt 1</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Feb 2 2024<br>Verses: 1 Corinthians 9:24-27</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433783\"></div><script src=\"https://www.buzzsprout.com/2212137/14433783-biblical-manhood-pt-1-feb-2-2024.js?container_id=buzzsprout-player-14433783&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 2</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Romans 1:1-17</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 7<br>Date: Dec 31 2023<br>Verses: Romans 1:1-17</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14231037\"></div><script src=\"https://www.buzzsprout.com/2212137/14231037-romans-1-1-17-dec-31-2023.js?container_id=buzzsprout-player-14231037&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Sola Fide</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 6<br>Date: Oct 16 2023<br>Verses: 1 Peter 3:15</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408824\"></div><script src=\"https://www.buzzsprout.com/2212137/14408824-sola-fide-oct-16-2023.js?container_id=buzzsprout-player-14408824&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Developing Solid Christian Men</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: Oct 5 2023<br>Verses: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408451\"></div><script src=\"https://www.buzzsprout.com/2212137/14408451-developing-solid-christian-men-oct-5-2023.js?container_id=buzzsprout-player-14408451&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Faith Without Works is Dead</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: June 18 2023<br>Verses:&nbsp;James 2:14-26</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408693\"></div><script src=\"https://www.buzzsprout.com/2212137/14408693-faith-without-works-is-dead-june-18-2023.js?container_id=buzzsprout-player-14408693&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">God, Family, and the Gospel</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: Aug 10 2022<br>Verses: Deuteronomy 6</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408921\"></div><script src=\"https://www.buzzsprout.com/2212137/14408921-god-family-and-the-gospel-aug-10-2022.js?container_id=buzzsprout-player-14408921&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Spending Yourself On?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: July 3 2022<br>Verses: Acts 20:17-36</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433485\"></div><script src=\"https://www.buzzsprout.com/2212137/14433485-what-are-you-spending-yourself-on-july-3-2022.js?container_id=buzzsprout-player-14433485&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Gospel and How it Changed Peter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Jan 2 2022<br>Verses: John 3:16-17</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433522\"></div><script src=\"https://www.buzzsprout.com/2212137/14433522-the-gospel-and-how-it-changed-peter-jan-2-2022.js?container_id=buzzsprout-player-14433522&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 1</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Boldness in Christ</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: June 6 2021<br>Verses: Acts 3-5</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433558\"></div><script src=\"https://www.buzzsprout.com/2212137/14433558-boldness-in-christ-june-6-2021.js?container_id=buzzsprout-player-14433558&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What is Our Mission?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: Nov 1 2020<br>Verses: Isaiah 43:7 1 Peter 2:9 John 14:21 Romans 12:1 John 1:1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598710\"></div><script src=\"https://www.buzzsprout.com/2212137/13598710-what-is-our-mission-nov-1-2020.js?container_id=buzzsprout-player-13598710&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Doing to Give God Glory and to Further His Kingdom?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: June 7 2020<br>Verses: Revelation 4:11 Ephesians 2:10</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598725\"></div><script src=\"https://www.buzzsprout.com/2212137/13598725-what-are-you-doing-to-give-god-glory-and-to-further-his-kingdom-june-7-2020.js?container_id=buzzsprout-player-13598725&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Good News and Our Purpose&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: March 15 2020<br>Verses: Ephesians 2:1-10</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433663\"></div><script src=\"https://www.buzzsprout.com/2212137/14433663-the-good-news-and-our-purpose-march-15-2020.js?container_id=buzzsprout-player-14433663&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Thanksgiving and Counting it all Joy. </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Dec 8 2019<br>Verses: Ephesians 5:19-20 James 1:2-4</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598631\"></div><script src=\"https://www.buzzsprout.com/2212137/13598631-thanksgiving-and-counting-it-all-joy-dec-8-2019.js?container_id=buzzsprout-player-13598631&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Ministries We Support</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.compassion.com/\">Compassion</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.persecution.com/\">Voice of the Martyrs </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.jesusfilm.org/dev/nda/grants/jesus-film-project-branded-jf/\">Jesus Film Project</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://allindiamission.com/\">All India Missions</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://friendsofukraine.info/\">Friends of Ukraine</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.africanleadershipdevelopment.com/\">African Leadership Development </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Resources</h2>\n<!-- /wp:heading -->[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" area=\"sidebar-1\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"50%\" module_alignment=\"right\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Faith','','inherit','closed','closed','','2170-revision-v1','','','2024-12-28 02:06:04','2024-12-28 02:06:04','',2170,'https://staging.amtacshooting.com/?p=3995',0,'revision','',0),
(3996,10,'2024-12-28 02:10:09','2024-12-28 02:10:09','<!-- wp:group {\"tagName\":\"header\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<header class=\"wp-block-group\"><!-- wp:site-title /-->\n\n<!-- wp:site-tagline /--></header>\n<!-- /wp:group -->\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:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:post-title /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-content {\"layout\":{\"inherit\":true}} /--></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"theme\":\"Divi\"} /--></div>\n<!-- /wp:group -->','sidebar','','publish','closed','closed','','sidebar','','','2024-12-28 02:12:08','2024-12-28 02:12:08','',0,'https://staging.amtacshooting.com/2024/12/28/sidebar/',0,'wp_template','',0),
(3997,10,'2024-12-28 02:12:06','2024-12-28 02:12:06','<!-- wp:group {\"tagName\":\"header\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<header class=\"wp-block-group\"><!-- wp:site-title /-->\n\n<!-- wp:site-tagline /--></header>\n<!-- /wp:group -->\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:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:post-title /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-content {\"layout\":{\"inherit\":true}} /--></main>\n<!-- /wp:group -->\n\n<!-- wp:template-part {\"theme\":\"Divi\"} /--></div>\n<!-- /wp:group -->','sidebar','','inherit','closed','closed','','3996-revision-v1','','','2024-12-28 02:12:06','2024-12-28 02:12:06','',3996,'https://staging.amtacshooting.com/?p=3997',0,'revision','',0),
(3998,10,'2024-12-28 02:13:30','2024-12-28 02:13:30','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- wp:paragraph -->\n<p>As a follower of Christ, I want to share this page to encourage guys that are seeking after the truth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Podcasts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":2412,\"width\":\"357px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"contain\",\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-medium is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184-300x300.png\" alt=\"\" class=\"wp-image-2412\" style=\"aspect-ratio:1;object-fit:contain;width:357px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 3 </h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Biblical Manhood Pt 1</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Feb 2 2024<br>Verses: 1 Corinthians 9:24-27</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433783\"></div><script src=\"https://www.buzzsprout.com/2212137/14433783-biblical-manhood-pt-1-feb-2-2024.js?container_id=buzzsprout-player-14433783&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 2</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Romans 1:1-17</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 7<br>Date: Dec 31 2023<br>Verses: Romans 1:1-17</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14231037\"></div><script src=\"https://www.buzzsprout.com/2212137/14231037-romans-1-1-17-dec-31-2023.js?container_id=buzzsprout-player-14231037&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Sola Fide</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 6<br>Date: Oct 16 2023<br>Verses: 1 Peter 3:15</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408824\"></div><script src=\"https://www.buzzsprout.com/2212137/14408824-sola-fide-oct-16-2023.js?container_id=buzzsprout-player-14408824&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Developing Solid Christian Men</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: Oct 5 2023<br>Verses: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408451\"></div><script src=\"https://www.buzzsprout.com/2212137/14408451-developing-solid-christian-men-oct-5-2023.js?container_id=buzzsprout-player-14408451&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Faith Without Works is Dead</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: June 18 2023<br>Verses:&nbsp;James 2:14-26</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408693\"></div><script src=\"https://www.buzzsprout.com/2212137/14408693-faith-without-works-is-dead-june-18-2023.js?container_id=buzzsprout-player-14408693&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">God, Family, and the Gospel</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: Aug 10 2022<br>Verses: Deuteronomy 6</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408921\"></div><script src=\"https://www.buzzsprout.com/2212137/14408921-god-family-and-the-gospel-aug-10-2022.js?container_id=buzzsprout-player-14408921&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Spending Yourself On?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: July 3 2022<br>Verses: Acts 20:17-36</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433485\"></div><script src=\"https://www.buzzsprout.com/2212137/14433485-what-are-you-spending-yourself-on-july-3-2022.js?container_id=buzzsprout-player-14433485&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Gospel and How it Changed Peter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Jan 2 2022<br>Verses: John 3:16-17</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433522\"></div><script src=\"https://www.buzzsprout.com/2212137/14433522-the-gospel-and-how-it-changed-peter-jan-2-2022.js?container_id=buzzsprout-player-14433522&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 1</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Boldness in Christ</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: June 6 2021<br>Verses: Acts 3-5</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433558\"></div><script src=\"https://www.buzzsprout.com/2212137/14433558-boldness-in-christ-june-6-2021.js?container_id=buzzsprout-player-14433558&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What is Our Mission?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: Nov 1 2020<br>Verses: Isaiah 43:7 1 Peter 2:9 John 14:21 Romans 12:1 John 1:1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598710\"></div><script src=\"https://www.buzzsprout.com/2212137/13598710-what-is-our-mission-nov-1-2020.js?container_id=buzzsprout-player-13598710&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Doing to Give God Glory and to Further His Kingdom?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: June 7 2020<br>Verses: Revelation 4:11 Ephesians 2:10</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598725\"></div><script src=\"https://www.buzzsprout.com/2212137/13598725-what-are-you-doing-to-give-god-glory-and-to-further-his-kingdom-june-7-2020.js?container_id=buzzsprout-player-13598725&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Good News and Our Purpose&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: March 15 2020<br>Verses: Ephesians 2:1-10</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433663\"></div><script src=\"https://www.buzzsprout.com/2212137/14433663-the-good-news-and-our-purpose-march-15-2020.js?container_id=buzzsprout-player-14433663&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Thanksgiving and Counting it all Joy. </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Dec 8 2019<br>Verses: Ephesians 5:19-20 James 1:2-4</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598631\"></div><script src=\"https://www.buzzsprout.com/2212137/13598631-thanksgiving-and-counting-it-all-joy-dec-8-2019.js?container_id=buzzsprout-player-13598631&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Ministries We Support</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.compassion.com/\">Compassion</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.persecution.com/\">Voice of the Martyrs </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.jesusfilm.org/dev/nda/grants/jesus-film-project-branded-jf/\">Jesus Film Project</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://allindiamission.com/\">All India Missions</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://friendsofukraine.info/\">Friends of Ukraine</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.africanleadershipdevelopment.com/\">African Leadership Development </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Resources</h2>\n<!-- /wp:heading -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Faith','','inherit','closed','closed','','2170-revision-v1','','','2024-12-28 02:13:30','2024-12-28 02:13:30','',2170,'https://staging.amtacshooting.com/?p=3998',0,'revision','',0),
(3999,10,'2024-12-28 02:14:40','2024-12-28 02:14:40','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" module_alignment=\"center\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- wp:paragraph -->\n<p>As a follower of Christ, I want to share this page to encourage guys that are seeking after the truth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Podcasts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":2412,\"width\":\"357px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"contain\",\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-medium is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184-300x300.png\" alt=\"\" class=\"wp-image-2412\" style=\"aspect-ratio:1;object-fit:contain;width:357px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 3 </h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Biblical Manhood Pt 1</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Feb 2 2024<br>Verses: 1 Corinthians 9:24-27</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433783\"></div><script src=\"https://www.buzzsprout.com/2212137/14433783-biblical-manhood-pt-1-feb-2-2024.js?container_id=buzzsprout-player-14433783&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 2</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Romans 1:1-17</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 7<br>Date: Dec 31 2023<br>Verses: Romans 1:1-17</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14231037\"></div><script src=\"https://www.buzzsprout.com/2212137/14231037-romans-1-1-17-dec-31-2023.js?container_id=buzzsprout-player-14231037&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Sola Fide</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 6<br>Date: Oct 16 2023<br>Verses: 1 Peter 3:15</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408824\"></div><script src=\"https://www.buzzsprout.com/2212137/14408824-sola-fide-oct-16-2023.js?container_id=buzzsprout-player-14408824&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Developing Solid Christian Men</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: Oct 5 2023<br>Verses: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408451\"></div><script src=\"https://www.buzzsprout.com/2212137/14408451-developing-solid-christian-men-oct-5-2023.js?container_id=buzzsprout-player-14408451&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Faith Without Works is Dead</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: June 18 2023<br>Verses:&nbsp;James 2:14-26</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408693\"></div><script src=\"https://www.buzzsprout.com/2212137/14408693-faith-without-works-is-dead-june-18-2023.js?container_id=buzzsprout-player-14408693&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">God, Family, and the Gospel</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: Aug 10 2022<br>Verses: Deuteronomy 6</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408921\"></div><script src=\"https://www.buzzsprout.com/2212137/14408921-god-family-and-the-gospel-aug-10-2022.js?container_id=buzzsprout-player-14408921&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Spending Yourself On?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: July 3 2022<br>Verses: Acts 20:17-36</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433485\"></div><script src=\"https://www.buzzsprout.com/2212137/14433485-what-are-you-spending-yourself-on-july-3-2022.js?container_id=buzzsprout-player-14433485&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Gospel and How it Changed Peter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Jan 2 2022<br>Verses: John 3:16-17</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433522\"></div><script src=\"https://www.buzzsprout.com/2212137/14433522-the-gospel-and-how-it-changed-peter-jan-2-2022.js?container_id=buzzsprout-player-14433522&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 1</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Boldness in Christ</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: June 6 2021<br>Verses: Acts 3-5</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433558\"></div><script src=\"https://www.buzzsprout.com/2212137/14433558-boldness-in-christ-june-6-2021.js?container_id=buzzsprout-player-14433558&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What is Our Mission?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: Nov 1 2020<br>Verses: Isaiah 43:7 1 Peter 2:9 John 14:21 Romans 12:1 John 1:1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598710\"></div><script src=\"https://www.buzzsprout.com/2212137/13598710-what-is-our-mission-nov-1-2020.js?container_id=buzzsprout-player-13598710&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Doing to Give God Glory and to Further His Kingdom?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: June 7 2020<br>Verses: Revelation 4:11 Ephesians 2:10</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598725\"></div><script src=\"https://www.buzzsprout.com/2212137/13598725-what-are-you-doing-to-give-god-glory-and-to-further-his-kingdom-june-7-2020.js?container_id=buzzsprout-player-13598725&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Good News and Our Purpose&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: March 15 2020<br>Verses: Ephesians 2:1-10</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433663\"></div><script src=\"https://www.buzzsprout.com/2212137/14433663-the-good-news-and-our-purpose-march-15-2020.js?container_id=buzzsprout-player-14433663&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Thanksgiving and Counting it all Joy. </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Dec 8 2019<br>Verses: Ephesians 5:19-20 James 1:2-4</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598631\"></div><script src=\"https://www.buzzsprout.com/2212137/13598631-thanksgiving-and-counting-it-all-joy-dec-8-2019.js?container_id=buzzsprout-player-13598631&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Ministries We Support</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.compassion.com/\">Compassion</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.persecution.com/\">Voice of the Martyrs </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.jesusfilm.org/dev/nda/grants/jesus-film-project-branded-jf/\">Jesus Film Project</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://allindiamission.com/\">All India Missions</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://friendsofukraine.info/\">Friends of Ukraine</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.africanleadershipdevelopment.com/\">African Leadership Development </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Resources</h2>\n<!-- /wp:heading -->[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Faith','','inherit','closed','closed','','2170-revision-v1','','','2024-12-28 02:14:40','2024-12-28 02:14:40','',2170,'https://staging.amtacshooting.com/?p=3999',0,'revision','',0),
(4000,10,'2024-12-28 02:16:52','2024-12-28 02:16:52','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01688.jpg\" title_text=\"DSC01688\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<p>The cost for private training is $5500 a day, with a two day minimum, plus travel costs. We will discuss custom course curriculum for up to 8 people.  Please <a href=\"https://staging.amtacshooting.com/contact-us/\">contact</a> for details.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Private Training','','inherit','closed','closed','','1416-revision-v1','','','2024-12-28 02:16:52','2024-12-28 02:16:52','',1416,'https://staging.amtacshooting.com/?p=4000',0,'revision','',0),
(4002,10,'2024-12-28 02:21:36','2024-12-28 02:21:36','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" module_alignment=\"center\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01688.jpg\" title_text=\"DSC01688\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<p>The cost for private training is $5500 a day, with a two day minimum, plus travel costs. We will discuss custom course curriculum for up to 8 people.  Please <a href=\"https://staging.amtacshooting.com/contact-us/\">contact</a> for details.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" orientation=\"right\" sticky_enabled=\"0\" width=\"100%\" max_width=\"100%\" module_alignment=\"right\" hover_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Private Training','','inherit','closed','closed','','1416-revision-v1','','','2024-12-28 02:21:36','2024-12-28 02:21:36','',1416,'https://staging.amtacshooting.com/?p=4002',0,'revision','',0),
(4003,10,'2024-12-28 02:21:46','2024-12-28 02:21:46','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01688.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"DSC01688\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>The cost for private training is $5500 a day, with a two day minimum, plus travel costs. We will discuss custom course curriculum for up to 8 people.  Please <a href=\"https://staging.amtacshooting.com/contact-us/\">contact</a> for details.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Private Training','','inherit','closed','closed','','1416-revision-v1','','','2024-12-28 02:21:46','2024-12-28 02:21:46','',1416,'https://staging.amtacshooting.com/?p=4003',0,'revision','',0),
(4004,10,'2024-12-28 02:22:31','2024-12-28 02:22:31','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01688.jpg\" title_text=\"DSC01688\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<p>The cost for private training is $5500 a day, with a two day minimum, plus travel costs. We will discuss custom course curriculum for up to 8 people.  Please <a href=\"https://staging.amtacshooting.com/contact-us/\">contact</a> for details.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Private Training','','inherit','closed','closed','','1416-revision-v1','','','2024-12-28 02:22:31','2024-12-28 02:22:31','',1416,'https://staging.amtacshooting.com/?p=4004',0,'revision','',0),
(4005,10,'2024-12-28 02:23:29','2024-12-28 02:23:29','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" column_structure=\"1_2,1_2\"][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"1_2\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column _builder_version=\"4.27.0\" _module_preset=\"default\" type=\"1_2\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South.</p>\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-John</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. <!-- divi:paragraph --></p>\n<p>Thanks!<!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"aligncenter is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity aligncenter is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family. </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Again, sincerely thank you - It was life changing for me.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Bruce</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South</strong>.</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again. </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-John</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Thanks!</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.  </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Eddie</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Edward</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh. </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Walter</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Tom</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Walter</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Brian</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Todd</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Scott</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>\"In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.\"</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.<br />-Matt</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>\"I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.\" </strong><br /><strong>- Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>\"It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!\" <br />-Bart</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>\"Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.\"<br />-Sean</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>\"I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.\" <br />-JH</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again. <br />- Neal</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br />First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.<br />- Best Regards, Cameron</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Testimonials','','inherit','closed','closed','','1791-revision-v1','','','2024-12-28 02:23:29','2024-12-28 02:23:29','',1791,'https://staging.amtacshooting.com/?p=4005',0,'revision','',0),
(4006,10,'2024-12-28 02:24:53','2024-12-28 02:24:53','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>&nbsp;</p>\n<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South.</p>\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-John</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. <!-- divi:paragraph --></p>\n<p>Thanks!<!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"aligncenter is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity aligncenter is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family. </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Again, sincerely thank you - It was life changing for me.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Bruce</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South</strong>.</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again. </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-John</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Thanks!</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.  </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Eddie</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Edward</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh. </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Walter</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Tom</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Walter</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Brian</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Todd</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Scott</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>\"In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.\"</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.<br />-Matt</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>\"I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.\" </strong><br /><strong>- Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>\"It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!\" <br />-Bart</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>\"Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.\"<br />-Sean</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>\"I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.\" <br />-JH</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again. <br />- Neal</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br />First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.<br />- Best Regards, Cameron</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials','','inherit','closed','closed','','1791-revision-v1','','','2024-12-28 02:24:53','2024-12-28 02:24:53','',1791,'https://staging.amtacshooting.com/?p=4006',0,'revision','',0),
(4007,10,'2024-12-28 02:26:22','2024-12-28 02:26:22','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Amtac Shooting Pistol Integrated Combatives Course&nbsp;<br>by Hill People Gear</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 21, 2020</div>\n<div>We had the opportunity to take Bill Rapier\'s Pistol Integrated Combatives course this past year. We can highly recommend this USN veteran\'s school (AMTAC Shooting) and knives (AMTAC blades).</div>\n<div>&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=97cijTsUhvU</p>\n<hr>\n<div id=\"player\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-outer\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-inner\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container\" class=\"style-scope ytd-watch-flexy\" role=\"complementary\">\n<div id=\"container\" class=\"style-scope ytd-player\">\n<div id=\"movie_player\" class=\"html5-video-player ytp-transparent ytp-large-width-mode ytp-hide-info-bar playing-mode ytp-autohide\" tabindex=\"-1\" data-version=\"/yts/jsbin/player_ias-vflMJC6WU/en_US/base.js\" aria-label=\"YouTube Video Player\">\n<div class=\"ytp-chrome-bottom\" data-layer=\"8\">&nbsp;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<h3>Force on Force with AMTAC Shooting<br>by Kit Badger</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 13, 2020</div>\n</div>\n<div id=\"menu-container\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"container\" class=\"style-scope ytd-sentiment-bar-renderer\">&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=5Ii6tRka__g</p>\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Retired Navy SEAL Bill Rapier\'s Force on Force Class Review <br>by Tactical Hyve</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jul 26, 2019<br><span style=\"font-size: inherit;\"><span style=\"font-size: inherit;\">Watch Tactical Hyve\'s review of Bill Rapier\'s Force On Force class. Bill is a retired Navy SEAL who spent 14 of his 20 years of service at Naval Special Warfare Development Group. He\'s also the owner and lead instructor at Amtac Shooting.<br></span></span></div>\n<div>&nbsp;</div>\n</div>\n<div><a href=\"https://www.youtube.com/watch?v=6Z_NrLLZXRI\">https://www.youtube.com/watch?v=6Z_NrLLZXRI</a></div>\n<div>&nbsp;</div>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div class=\"style-scope ytd-video-primary-info-renderer\">\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51<br>by SureFire</h3>\n<p>Dec 11, 2019<br>Bill Rapier of Amtac Shooting discusses the necessity of a one handed draw and how to create space in a combative scenario.</p>\n<p>https://www.youtube.com/watch?v=LlyIgpMfpUw</p>\n<hr></div>\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38<br>by SureFire</h3>\n<p>Dec 5, 2018<br>Bill Rapier of Amtac Shooting discusses retention shooting in relation to combative techniques.</p>\n<p>https://www.youtube.com/watch?v=603kfkCUig0</p>\n</div>\n<div>\n<hr></div>\n</div>\n\n<!-- wp:heading {\"level\":3} -->\n<h3>American Tactical Shooting Instruction Force on Force<br>by Voodoo Man</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jun 1, 2018<br>A few clips from amtacshooting.com Force on Force class held in NJ earlier this year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=cqYqGxaFp0o\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=cqYqGxaFp0o\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>AMTAC | Bill Rapier - LE CQB<br>by Voodoo Man</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>September 26, 2016<br>Short clip taken during an LE CQB class taught by Bill Rapier of AMTAC Shooting</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=MiBMfx8ZdJg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MiBMfx8ZdJg\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>\n\n\n\n\n\n\nSurefire - Battle of The Bill\'s 2019\n&nbsp;\n\n\nWise Men Companys\n\n\n<a href=\"https://www.youtube.com/watch?v=A5id8pwwphg\">https://www.youtube.com/watch?v=A5id8pwwphg</a>\n\n&nbsp;\nKit Badger\n&nbsp;\n\n\n\n\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=8fr-jGkSs0M\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=8fr-jGkSs0M\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>SUNDAY GUNDAY</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=qy1R-Q8GZ1I\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qy1R-Q8GZ1I\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>FourGuysGuns</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=7It3Eq5ttE8\\u0026t=494s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=7It3Eq5ttE8&amp;t=494s\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3></h3>\n<!-- /wp:heading -->[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Amtac Shooting Pistol Integrated Combatives Course&nbsp;<br>by Hill People Gear</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 21, 2020</div>\n<div>We had the opportunity to take Bill Rapier\'s Pistol Integrated Combatives course this past year. We can highly recommend this USN veteran\'s school (AMTAC Shooting) and knives (AMTAC blades).</div>\n<div>&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=97cijTsUhvU</p>\n<hr>\n<div id=\"player\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-outer\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-inner\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container\" class=\"style-scope ytd-watch-flexy\" role=\"complementary\">\n<div id=\"container\" class=\"style-scope ytd-player\">\n<div id=\"movie_player\" class=\"html5-video-player ytp-transparent ytp-large-width-mode ytp-hide-info-bar playing-mode ytp-autohide\" tabindex=\"-1\" data-version=\"/yts/jsbin/player_ias-vflMJC6WU/en_US/base.js\" aria-label=\"YouTube Video Player\">\n<div class=\"ytp-chrome-bottom\" data-layer=\"8\">&nbsp;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<h3>Force on Force with AMTAC Shooting<br>by Kit Badger</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 13, 2020</div>\n</div>\n<div id=\"menu-container\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"container\" class=\"style-scope ytd-sentiment-bar-renderer\">&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=5Ii6tRka__g</p>\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Retired Navy SEAL Bill Rapier\'s Force on Force Class Review <br>by Tactical Hyve</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jul 26, 2019<br><span style=\"font-size: inherit;\"><span style=\"font-size: inherit;\">Watch Tactical Hyve\'s review of Bill Rapier\'s Force On Force class. Bill is a retired Navy SEAL who spent 14 of his 20 years of service at Naval Special Warfare Development Group. He\'s also the owner and lead instructor at Amtac Shooting.<br></span></span></div>\n<div>&nbsp;</div>\n</div>\n<div><a href=\"https://www.youtube.com/watch?v=6Z_NrLLZXRI\">https://www.youtube.com/watch?v=6Z_NrLLZXRI</a></div>\n<div>&nbsp;</div>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div class=\"style-scope ytd-video-primary-info-renderer\">\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51<br>by SureFire</h3>\n<p>Dec 11, 2019<br>Bill Rapier of Amtac Shooting discusses the necessity of a one handed draw and how to create space in a combative scenario.</p>\n<p>https://www.youtube.com/watch?v=LlyIgpMfpUw</p>\n<hr></div>\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38<br>by SureFire</h3>\n<p>Dec 5, 2018<br>Bill Rapier of Amtac Shooting discusses retention shooting in relation to combative techniques.</p>\n<p>https://www.youtube.com/watch?v=603kfkCUig0</p>\n</div>\n<div>\n<hr></div>\n</div>\n\n<!-- wp:heading {\"level\":3} -->\n<h3>American Tactical Shooting Instruction Force on Force<br>by Voodoo Man</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Jun 1, 2018<br>A few clips from amtacshooting.com Force on Force class held in NJ earlier this year. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=cqYqGxaFp0o\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=cqYqGxaFp0o\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>AMTAC | Bill Rapier - LE CQB<br>by Voodoo Man</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>September 26, 2016<br>Short clip taken during an LE CQB class taught by Bill Rapier of AMTAC Shooting</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=MiBMfx8ZdJg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MiBMfx8ZdJg\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p>\n\n\n\n\n\n\nSurefire - Battle of The Bill\'s 2019\n&nbsp;\n\n\nWise Men Companys\n\n\n<a href=\"https://www.youtube.com/watch?v=A5id8pwwphg\">https://www.youtube.com/watch?v=A5id8pwwphg</a>\n\n&nbsp;\nKit Badger\n&nbsp;\n\n\n\n\n</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=8fr-jGkSs0M\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=8fr-jGkSs0M\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>SUNDAY GUNDAY</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=qy1R-Q8GZ1I\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qy1R-Q8GZ1I\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:paragraph -->\n<p>FourGuysGuns</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:embed {\"url\":\"https://www.youtube.com/watch?v=7It3Eq5ttE8\\u0026t=494s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=7It3Eq5ttE8&amp;t=494s\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:separator {\"opacity\":\"css\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3></h3>\n<!-- /wp:heading -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Videos','','inherit','closed','closed','','1423-revision-v1','','','2024-12-28 02:26:22','2024-12-28 02:26:22','',1423,'https://staging.amtacshooting.com/?p=4007',0,'revision','',0),
(4008,10,'2024-12-28 02:27:03','2024-12-28 02:27:03','<!-- wp:divi/placeholder -->\n[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]<!-- divi:paragraph -->\n<p id=\"top\">Go To:  <a href=\"#media-videos\">Videos</a>   <a href=\"#media-podcasts\">Podcasts</a>   <a href=\"#media-articles\">Articles</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\" id=\"media-videos\">Videos</h2>\n<!-- /divi:heading -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/LlyIgpMfpUw?si=l6lUrf1XtgNdPGDb\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/LlyIgpMfpUw?si=l6lUrf1XtgNdPGDb\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/yELsaqTI2lU?si=i9SQsXOz_lipvd23\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/yELsaqTI2lU?si=i9SQsXOz_lipvd23\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/0Meb6wxiwNc?si=8WlHG5wmR-hRyGCD\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-4-3 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"225px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/0Meb6wxiwNc?si=8WlHG5wmR-hRyGCD\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/NqHJ1uuFfY4?si=MvWx66W4i_5K5aZt\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/NqHJ1uuFfY4?si=MvWx66W4i_5K5aZt\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/gAgqyXQzwnU?si=DqMuM-UIhYeP0oEH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/gAgqyXQzwnU?si=DqMuM-UIhYeP0oEH\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/603kfkCUig0?si=Kbd7Sb5UaG6GYReO\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/603kfkCUig0?si=Kbd7Sb5UaG6GYReO\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/97cijTsUhvU?si=a01oHqCl26yBSNoP\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/97cijTsUhvU?si=a01oHqCl26yBSNoP\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/W9_z5BEHHMY?si=pVFkYcavlBvGkDcW\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/W9_z5BEHHMY?si=pVFkYcavlBvGkDcW\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/qHMSC0AYZjQ?si=xORnmz-uRDttBB7e\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qHMSC0AYZjQ?si=xORnmz-uRDttBB7e\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/gH01sQ2D1So?si=tYy2Sec5BIYUh8Xt\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/gH01sQ2D1So?si=tYy2Sec5BIYUh8Xt\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/F1gGTR5WGN8?si=OAnFBgNb-Hh5wLWi\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/F1gGTR5WGN8?si=OAnFBgNb-Hh5wLWi\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/UnoguGoSNIk?si=k6JDWvjjHCUYGNny\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/UnoguGoSNIk?si=k6JDWvjjHCUYGNny\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/6Z_NrLLZXRI?si=l7icjrUxOZFDdrNs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/6Z_NrLLZXRI?si=l7icjrUxOZFDdrNs\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/8fr-jGkSs0M?si=gyp6GmVO3ira-JYp\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/8fr-jGkSs0M?si=gyp6GmVO3ira-JYp\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/qy1R-Q8GZ1I?si=5E9u4MH_wu03mukB\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qy1R-Q8GZ1I?si=5E9u4MH_wu03mukB\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/7It3Eq5ttE8?si=vQni-xWgTdurCEBm\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/7It3Eq5ttE8?si=vQni-xWgTdurCEBm\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/97dTAWhvlZc?si=c44X8zPjityTHgNa\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/97dTAWhvlZc?si=c44X8zPjityTHgNa\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/K4ZWFRRBOdc?si=e-brhrcYcQWhfWSH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/K4ZWFRRBOdc?si=e-brhrcYcQWhfWSH\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:paragraph -->\n<p><a href=\"#top\">back to top ^</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\" id=\"media-podcasts\">Podcasts</h2>\n<!-- /divi:heading -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/G_CMC69ryiY?si=CLAXRyWOVhvBA0kd\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/G_CMC69ryiY?si=CLAXRyWOVhvBA0kd\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/M67PMNs6Iio?si=8r2Pk0FOI9M7CqWe\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/M67PMNs6Iio?si=8r2Pk0FOI9M7CqWe\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/9a-0ZGWNdO4?si=wkpllC5kJRT1RaZI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/9a-0ZGWNdO4?si=wkpllC5kJRT1RaZI\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/BC9jO5XDBWA?si=X3XFbg6O64pFAR7t\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BC9jO5XDBWA?si=X3XFbg6O64pFAR7t\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/C5nFBk5oB68?si=WIMLnMZqQCUR0ZsY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C5nFBk5oB68?si=WIMLnMZqQCUR0ZsY\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/live/oQoR9yCK5x8?si=IgYpNCHULatU1YE0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/live/oQoR9yCK5x8?si=IgYpNCHULatU1YE0\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://www.youtube.com/live/ReLQlT-qw2Q?si=S8hn049vK6VCTunx\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/live/ReLQlT-qw2Q?si=S8hn049vK6VCTunx\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/hHwbgriBmbk?si=ZoklUiIsCdJwzoWq\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/hHwbgriBmbk?si=ZoklUiIsCdJwzoWq\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/Zw-yb08JFW8?si=2IcwaaeYx6AdvkAz\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/Zw-yb08JFW8?si=2IcwaaeYx6AdvkAz\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/yIJRU6NOGKE?si=VPSQpcp4QhCYBk5f\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/yIJRU6NOGKE?si=VPSQpcp4QhCYBk5f\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/NxPd3rvKFRg?si=TVng5zjtgMe7mpWV\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/NxPd3rvKFRg?si=TVng5zjtgMe7mpWV\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:html -->\n<iframe src=\"https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FNEWSMAX%2Fvideos%2F821298475241322%2F&show_text=false&width=560&t=0\" width=\"560\" height=\"314\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" allowFullScreen=\"true\"></iframe>\n<!-- /divi:html --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:html -->\n<iframe title=\"Libsyn Player\" style=\"border: none\" src=\"//html5-player.libsyn.com/embed/episode/id/16499360/height/90/theme/custom/thumbnail/yes/direction/forward/render-playlist/no/custom-color/aca5a5/\" height=\"90\" width=\"100%\" scrolling=\"no\"  allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>\n<!-- /divi:html -->\n\n<!-- divi:html -->\n<iframe src=\"https://www.listennotes.com/podcasts/hard-men-podcast/interview-with-bill-rapier-1Prm_poebDx/embed/\" height=\"170px\" width=\"100%\" style=\"width: 1px; min-width: 100%;\" loading=\"lazy\" frameborder=\"0\" scrolling=\"no\"></iframe>\n<!-- /divi:html -->\n\n<!-- divi:paragraph -->\n<p><a href=\"#top\">back to top ^</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\" id=\"media-articles\">Articles</h2>\n<!-- /divi:heading -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2715,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2024/04/Carbine-Course-AAR-2019-1024x768.jpg\" alt=\"\" class=\"wp-image-2715\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Everything Bill presented to us made sense, and I’m going to incorporate his suggestions into my own practice regimen for the times that I take my carbines to the range. The AR-15 is, after all, America’s rifle. Every American patriot (or partisan, if you prefer) should be competent with it. The Amtac Shooting Combative Carbine Course is excellent preparation.<br>Bill Rapier is humble and approachable, and he freely shares a wealth of knowledge in class. This was my second class with him, and it won’t be the last. <strong>- <a href=\"https://civiliangunfighter.wordpress.com/2019/11/12/aar-the-amtac-shooting-combative-carbine-course-bill-rapier-east-granby-ct-nov-4-5-2019/\">Read the article: AAR: “THE AMTAC SHOOTING COMBATIVE CARBINE COURSE” (BILL RAPIER), EAST GRANBY, CT, NOV. 4-5, 2019</a> </strong>by Amtac Shooting student John.</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2734,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Modern-day-Minuteman-6-670x372-1.png\" alt=\"\" class=\"wp-image-2734\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">THIS ISN\'T A CLASS FOR NOVICES, BUT YOU DON\'T NEED TO BE A PROFESSIONAL TO TAKE IT<br>When you hear the word “Minuteman,” it typically conjures up images of the Revolutionary War — hard men running out of their houses with muskets, possible bags, and the rest of their sparse kit. But what about the Modern Minuteman? - Read the article: <a href=\"http://Modern-Day Minuteman: Can You Keep Up?\"><strong>Modern-Day Minuteman: Can You Keep Up?</strong></a> by Amtac Shooting student Ivan Loomis</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2737,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Jerkin-the-trigger.jpg\" alt=\"\" class=\"wp-image-2737\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">For the last two years, I have done the Sniper Adventure Challenge Race.  It has been a great way for me to have a goal to train for and to keep pushing the boundaries with training, fitness, shooting, and gear.  New for this year, one of my local friends (Jake Hoback) and another local buddy were going to team up and do the race.  This was great for me as it gave me other dedicated training partners. - Read the article: <a href=\"https://jerkingthetrigger.com/2019/07/24/guest-post-the-modern-minute-man-and-other-standards-bill-rapier-of-amtac-shooting-instruction-llc/\"><strong>Guest Post: The Modern Minute Man and Other Standards – Bill Rapier of AMTAC Shooting Instruction LLC</strong></a> by Jerking the Trigger</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2740,\"width\":\"276px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/womens-training.jpg\" alt=\"\" class=\"wp-image-2740\" style=\"width:276px;height:auto\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">After half an hour of girly small talk about chipped nail polish and our fear of a tick epidemic swarming Wisconsin wildlands, it was time to start. Each of us was assigned a personal station where we stored our weapons, ammunition, first aid, and other belongings during the course. Rapier then outlined what was ahead: introductory combatives, gun training, knife training, and a mindset talk involving thoughts on safety and personal accountability. Sounded like a good plan.<br>Before we started, Rapier wanted us to revise our vocabulary. From now on, any item that can be used in self-defense is a “tool.” A gun is a tool. A knife is a tool. A pen is a tool. There are tools all over the place. Read the article: <a href=\"https://www.swatmag.com/article/taking-responsibility-amtac-shooting-womens-combatives-course/\"><strong>TAKING RESPONSIBILITY Amtac Shooting Women’s Combatives Course</strong></a> by SWAT Survival Weapons and Tactics</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/full-size-2-1024x822.jpg\" alt=\"\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">The fight starts, and after a few minutes of moving around and trading blows, you have an opening. You drop your weight and send the hardest right cross that you are capable of sending. Your opponent grimaces in pain, shakes it off a couple of times, and gives you the boxer\'s nod. What is going through your mind?<br>When I visualize this, I think to myself that if I can rock my opponent with a solid shot like that, I can repeat this a few more times and put him down. Read the article: <a href=\"https://www.amtacshooting.com/mindset-let-it-burn/\"><strong>Let It Burn</strong></a> by Bill Rapier</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-1024x683.jpg\" alt=\"\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">I received an email last month.  The guy emailing me wanted to know if I was going to be doing any “Advanced Pistol” courses in the local area this year. He was not interested in the “fighting or knife stuff”. Because he was asking for an “Advanced Pistol” course it probably means he has a baseline pistol capability, but when he says he is not into the “fighting or knife stuff”, he is showing that is exactly what he should be focusing on. Unfortunately within the community of guys that train there are still too many guys clinging to the “I don’t need to know how to fight because I carry a .45” mentality. A lot of guys training want to get incrementally better at something they are already pretty good at. They want to spend two days on the range, run through some drills, maybe shave a few hundredths of a second off of their split times, or clean that combat reload up a little. In other words, they want to stay in their comfort zones! <a href=\"https://www.amtacshooting.com/what-is-most-important-in-training/\"><strong>Read the article: What Is Most Important In Training?</strong></a> by Bill Rapier</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:paragraph -->\n<p><a href=\"#top\">back to top ^</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>For more articles by Bill Rapier visit our <a href=\"https://www.amtacshooting.com/category/knowledge/articles/\"><strong>Amtac Shooting Articles</strong></a> page.</p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Media','','inherit','closed','closed','','2699-revision-v1','','','2024-12-28 02:27:03','2024-12-28 02:27:03','',2699,'https://staging.amtacshooting.com/?p=4008',0,'revision','',0),
(4009,10,'2024-12-28 02:27:32','2024-12-28 02:27:32','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:paragraph -->\n<p id=\"top\">Go To:  <a href=\"#media-videos\">Videos</a>   <a href=\"#media-podcasts\">Podcasts</a>   <a href=\"#media-articles\">Articles</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\" id=\"media-videos\">Videos</h2>\n<!-- /divi:heading -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/LlyIgpMfpUw?si=l6lUrf1XtgNdPGDb\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/LlyIgpMfpUw?si=l6lUrf1XtgNdPGDb\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/yELsaqTI2lU?si=i9SQsXOz_lipvd23\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/yELsaqTI2lU?si=i9SQsXOz_lipvd23\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/0Meb6wxiwNc?si=8WlHG5wmR-hRyGCD\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-4-3 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"225px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/0Meb6wxiwNc?si=8WlHG5wmR-hRyGCD\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/NqHJ1uuFfY4?si=MvWx66W4i_5K5aZt\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/NqHJ1uuFfY4?si=MvWx66W4i_5K5aZt\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/gAgqyXQzwnU?si=DqMuM-UIhYeP0oEH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/gAgqyXQzwnU?si=DqMuM-UIhYeP0oEH\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/603kfkCUig0?si=Kbd7Sb5UaG6GYReO\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/603kfkCUig0?si=Kbd7Sb5UaG6GYReO\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/97cijTsUhvU?si=a01oHqCl26yBSNoP\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/97cijTsUhvU?si=a01oHqCl26yBSNoP\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/W9_z5BEHHMY?si=pVFkYcavlBvGkDcW\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/W9_z5BEHHMY?si=pVFkYcavlBvGkDcW\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/qHMSC0AYZjQ?si=xORnmz-uRDttBB7e\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qHMSC0AYZjQ?si=xORnmz-uRDttBB7e\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/gH01sQ2D1So?si=tYy2Sec5BIYUh8Xt\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/gH01sQ2D1So?si=tYy2Sec5BIYUh8Xt\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/F1gGTR5WGN8?si=OAnFBgNb-Hh5wLWi\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/F1gGTR5WGN8?si=OAnFBgNb-Hh5wLWi\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/UnoguGoSNIk?si=k6JDWvjjHCUYGNny\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/UnoguGoSNIk?si=k6JDWvjjHCUYGNny\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/6Z_NrLLZXRI?si=l7icjrUxOZFDdrNs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/6Z_NrLLZXRI?si=l7icjrUxOZFDdrNs\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/8fr-jGkSs0M?si=gyp6GmVO3ira-JYp\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/8fr-jGkSs0M?si=gyp6GmVO3ira-JYp\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/qy1R-Q8GZ1I?si=5E9u4MH_wu03mukB\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qy1R-Q8GZ1I?si=5E9u4MH_wu03mukB\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/7It3Eq5ttE8?si=vQni-xWgTdurCEBm\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/7It3Eq5ttE8?si=vQni-xWgTdurCEBm\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/97dTAWhvlZc?si=c44X8zPjityTHgNa\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/97dTAWhvlZc?si=c44X8zPjityTHgNa\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/K4ZWFRRBOdc?si=e-brhrcYcQWhfWSH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/K4ZWFRRBOdc?si=e-brhrcYcQWhfWSH\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:paragraph -->\n<p><a href=\"#top\">back to top ^</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\" id=\"media-podcasts\">Podcasts</h2>\n<!-- /divi:heading -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/G_CMC69ryiY?si=CLAXRyWOVhvBA0kd\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/G_CMC69ryiY?si=CLAXRyWOVhvBA0kd\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/M67PMNs6Iio?si=8r2Pk0FOI9M7CqWe\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/M67PMNs6Iio?si=8r2Pk0FOI9M7CqWe\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/9a-0ZGWNdO4?si=wkpllC5kJRT1RaZI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/9a-0ZGWNdO4?si=wkpllC5kJRT1RaZI\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/BC9jO5XDBWA?si=X3XFbg6O64pFAR7t\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BC9jO5XDBWA?si=X3XFbg6O64pFAR7t\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/C5nFBk5oB68?si=WIMLnMZqQCUR0ZsY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C5nFBk5oB68?si=WIMLnMZqQCUR0ZsY\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/live/oQoR9yCK5x8?si=IgYpNCHULatU1YE0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/live/oQoR9yCK5x8?si=IgYpNCHULatU1YE0\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://www.youtube.com/live/ReLQlT-qw2Q?si=S8hn049vK6VCTunx\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/live/ReLQlT-qw2Q?si=S8hn049vK6VCTunx\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/hHwbgriBmbk?si=ZoklUiIsCdJwzoWq\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/hHwbgriBmbk?si=ZoklUiIsCdJwzoWq\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/Zw-yb08JFW8?si=2IcwaaeYx6AdvkAz\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/Zw-yb08JFW8?si=2IcwaaeYx6AdvkAz\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/yIJRU6NOGKE?si=VPSQpcp4QhCYBk5f\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/yIJRU6NOGKE?si=VPSQpcp4QhCYBk5f\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/NxPd3rvKFRg?si=TVng5zjtgMe7mpWV\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/NxPd3rvKFRg?si=TVng5zjtgMe7mpWV\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:html -->\n<iframe src=\"https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FNEWSMAX%2Fvideos%2F821298475241322%2F&show_text=false&width=560&t=0\" width=\"560\" height=\"314\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" allowFullScreen=\"true\"></iframe>\n<!-- /divi:html --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:html -->\n<iframe title=\"Libsyn Player\" style=\"border: none\" src=\"//html5-player.libsyn.com/embed/episode/id/16499360/height/90/theme/custom/thumbnail/yes/direction/forward/render-playlist/no/custom-color/aca5a5/\" height=\"90\" width=\"100%\" scrolling=\"no\"  allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>\n<!-- /divi:html -->\n\n<!-- divi:html -->\n<iframe src=\"https://www.listennotes.com/podcasts/hard-men-podcast/interview-with-bill-rapier-1Prm_poebDx/embed/\" height=\"170px\" width=\"100%\" style=\"width: 1px; min-width: 100%;\" loading=\"lazy\" frameborder=\"0\" scrolling=\"no\"></iframe>\n<!-- /divi:html -->\n\n<!-- divi:paragraph -->\n<p><a href=\"#top\">back to top ^</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\" id=\"media-articles\">Articles</h2>\n<!-- /divi:heading -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2715,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2024/04/Carbine-Course-AAR-2019-1024x768.jpg\" alt=\"\" class=\"wp-image-2715\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Everything Bill presented to us made sense, and I’m going to incorporate his suggestions into my own practice regimen for the times that I take my carbines to the range. The AR-15 is, after all, America’s rifle. Every American patriot (or partisan, if you prefer) should be competent with it. The Amtac Shooting Combative Carbine Course is excellent preparation.<br>Bill Rapier is humble and approachable, and he freely shares a wealth of knowledge in class. This was my second class with him, and it won’t be the last. <strong>- <a href=\"https://civiliangunfighter.wordpress.com/2019/11/12/aar-the-amtac-shooting-combative-carbine-course-bill-rapier-east-granby-ct-nov-4-5-2019/\">Read the article: AAR: “THE AMTAC SHOOTING COMBATIVE CARBINE COURSE” (BILL RAPIER), EAST GRANBY, CT, NOV. 4-5, 2019</a> </strong>by Amtac Shooting student John.</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2734,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Modern-day-Minuteman-6-670x372-1.png\" alt=\"\" class=\"wp-image-2734\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">THIS ISN\'T A CLASS FOR NOVICES, BUT YOU DON\'T NEED TO BE A PROFESSIONAL TO TAKE IT<br>When you hear the word “Minuteman,” it typically conjures up images of the Revolutionary War — hard men running out of their houses with muskets, possible bags, and the rest of their sparse kit. But what about the Modern Minuteman? - Read the article: <a href=\"http://Modern-Day Minuteman: Can You Keep Up?\"><strong>Modern-Day Minuteman: Can You Keep Up?</strong></a> by Amtac Shooting student Ivan Loomis</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2737,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Jerkin-the-trigger.jpg\" alt=\"\" class=\"wp-image-2737\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">For the last two years, I have done the Sniper Adventure Challenge Race.  It has been a great way for me to have a goal to train for and to keep pushing the boundaries with training, fitness, shooting, and gear.  New for this year, one of my local friends (Jake Hoback) and another local buddy were going to team up and do the race.  This was great for me as it gave me other dedicated training partners. - Read the article: <a href=\"https://jerkingthetrigger.com/2019/07/24/guest-post-the-modern-minute-man-and-other-standards-bill-rapier-of-amtac-shooting-instruction-llc/\"><strong>Guest Post: The Modern Minute Man and Other Standards – Bill Rapier of AMTAC Shooting Instruction LLC</strong></a> by Jerking the Trigger</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2740,\"width\":\"276px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/womens-training.jpg\" alt=\"\" class=\"wp-image-2740\" style=\"width:276px;height:auto\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">After half an hour of girly small talk about chipped nail polish and our fear of a tick epidemic swarming Wisconsin wildlands, it was time to start. Each of us was assigned a personal station where we stored our weapons, ammunition, first aid, and other belongings during the course. Rapier then outlined what was ahead: introductory combatives, gun training, knife training, and a mindset talk involving thoughts on safety and personal accountability. Sounded like a good plan.<br>Before we started, Rapier wanted us to revise our vocabulary. From now on, any item that can be used in self-defense is a “tool.” A gun is a tool. A knife is a tool. A pen is a tool. There are tools all over the place. Read the article: <a href=\"https://www.swatmag.com/article/taking-responsibility-amtac-shooting-womens-combatives-course/\"><strong>TAKING RESPONSIBILITY Amtac Shooting Women’s Combatives Course</strong></a> by SWAT Survival Weapons and Tactics</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/full-size-2-1024x822.jpg\" alt=\"\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">The fight starts, and after a few minutes of moving around and trading blows, you have an opening. You drop your weight and send the hardest right cross that you are capable of sending. Your opponent grimaces in pain, shakes it off a couple of times, and gives you the boxer\'s nod. What is going through your mind?<br>When I visualize this, I think to myself that if I can rock my opponent with a solid shot like that, I can repeat this a few more times and put him down. Read the article: <a href=\"https://www.amtacshooting.com/mindset-let-it-burn/\"><strong>Let It Burn</strong></a> by Bill Rapier</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-1024x683.jpg\" alt=\"\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">I received an email last month.  The guy emailing me wanted to know if I was going to be doing any “Advanced Pistol” courses in the local area this year. He was not interested in the “fighting or knife stuff”. Because he was asking for an “Advanced Pistol” course it probably means he has a baseline pistol capability, but when he says he is not into the “fighting or knife stuff”, he is showing that is exactly what he should be focusing on. Unfortunately within the community of guys that train there are still too many guys clinging to the “I don’t need to know how to fight because I carry a .45” mentality. A lot of guys training want to get incrementally better at something they are already pretty good at. They want to spend two days on the range, run through some drills, maybe shave a few hundredths of a second off of their split times, or clean that combat reload up a little. In other words, they want to stay in their comfort zones! <a href=\"https://www.amtacshooting.com/what-is-most-important-in-training/\"><strong>Read the article: What Is Most Important In Training?</strong></a> by Bill Rapier</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:paragraph -->\n<p><a href=\"#top\">back to top ^</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>For more articles by Bill Rapier visit our <a href=\"https://www.amtacshooting.com/category/knowledge/articles/\"><strong>Amtac Shooting Articles</strong></a> page.</p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:paragraph -->\n<p id=\"top\">Go To:  <a href=\"#media-videos\">Videos</a>   <a href=\"#media-podcasts\">Podcasts</a>   <a href=\"#media-articles\">Articles</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\" id=\"media-videos\">Videos</h2>\n<!-- /divi:heading -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/LlyIgpMfpUw?si=l6lUrf1XtgNdPGDb\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/LlyIgpMfpUw?si=l6lUrf1XtgNdPGDb\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/yELsaqTI2lU?si=i9SQsXOz_lipvd23\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/yELsaqTI2lU?si=i9SQsXOz_lipvd23\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/0Meb6wxiwNc?si=8WlHG5wmR-hRyGCD\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-4-3 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"225px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-4-3 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/0Meb6wxiwNc?si=8WlHG5wmR-hRyGCD\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/NqHJ1uuFfY4?si=MvWx66W4i_5K5aZt\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/NqHJ1uuFfY4?si=MvWx66W4i_5K5aZt\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/gAgqyXQzwnU?si=DqMuM-UIhYeP0oEH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/gAgqyXQzwnU?si=DqMuM-UIhYeP0oEH\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/603kfkCUig0?si=Kbd7Sb5UaG6GYReO\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/603kfkCUig0?si=Kbd7Sb5UaG6GYReO\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/97cijTsUhvU?si=a01oHqCl26yBSNoP\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/97cijTsUhvU?si=a01oHqCl26yBSNoP\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/W9_z5BEHHMY?si=pVFkYcavlBvGkDcW\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/W9_z5BEHHMY?si=pVFkYcavlBvGkDcW\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/qHMSC0AYZjQ?si=xORnmz-uRDttBB7e\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qHMSC0AYZjQ?si=xORnmz-uRDttBB7e\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/gH01sQ2D1So?si=tYy2Sec5BIYUh8Xt\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/gH01sQ2D1So?si=tYy2Sec5BIYUh8Xt\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/F1gGTR5WGN8?si=OAnFBgNb-Hh5wLWi\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/F1gGTR5WGN8?si=OAnFBgNb-Hh5wLWi\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/UnoguGoSNIk?si=k6JDWvjjHCUYGNny\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/UnoguGoSNIk?si=k6JDWvjjHCUYGNny\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/6Z_NrLLZXRI?si=l7icjrUxOZFDdrNs\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/6Z_NrLLZXRI?si=l7icjrUxOZFDdrNs\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/8fr-jGkSs0M?si=gyp6GmVO3ira-JYp\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/8fr-jGkSs0M?si=gyp6GmVO3ira-JYp\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/qy1R-Q8GZ1I?si=5E9u4MH_wu03mukB\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/qy1R-Q8GZ1I?si=5E9u4MH_wu03mukB\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/7It3Eq5ttE8?si=vQni-xWgTdurCEBm\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/7It3Eq5ttE8?si=vQni-xWgTdurCEBm\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/97dTAWhvlZc?si=c44X8zPjityTHgNa\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/97dTAWhvlZc?si=c44X8zPjityTHgNa\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/K4ZWFRRBOdc?si=e-brhrcYcQWhfWSH\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/K4ZWFRRBOdc?si=e-brhrcYcQWhfWSH\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:paragraph -->\n<p><a href=\"#top\">back to top ^</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\" id=\"media-podcasts\">Podcasts</h2>\n<!-- /divi:heading -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/G_CMC69ryiY?si=CLAXRyWOVhvBA0kd\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/G_CMC69ryiY?si=CLAXRyWOVhvBA0kd\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/M67PMNs6Iio?si=8r2Pk0FOI9M7CqWe\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/M67PMNs6Iio?si=8r2Pk0FOI9M7CqWe\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/9a-0ZGWNdO4?si=wkpllC5kJRT1RaZI\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/9a-0ZGWNdO4?si=wkpllC5kJRT1RaZI\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/BC9jO5XDBWA?si=X3XFbg6O64pFAR7t\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/BC9jO5XDBWA?si=X3XFbg6O64pFAR7t\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/C5nFBk5oB68?si=WIMLnMZqQCUR0ZsY\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/C5nFBk5oB68?si=WIMLnMZqQCUR0ZsY\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/live/oQoR9yCK5x8?si=IgYpNCHULatU1YE0\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/live/oQoR9yCK5x8?si=IgYpNCHULatU1YE0\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://www.youtube.com/live/ReLQlT-qw2Q?si=S8hn049vK6VCTunx\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/live/ReLQlT-qw2Q?si=S8hn049vK6VCTunx\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/hHwbgriBmbk?si=ZoklUiIsCdJwzoWq\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/hHwbgriBmbk?si=ZoklUiIsCdJwzoWq\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/Zw-yb08JFW8?si=2IcwaaeYx6AdvkAz\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/Zw-yb08JFW8?si=2IcwaaeYx6AdvkAz\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:embed {\"url\":\"https://youtu.be/yIJRU6NOGKE?si=VPSQpcp4QhCYBk5f\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/yIJRU6NOGKE?si=VPSQpcp4QhCYBk5f\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:embed {\"url\":\"https://youtu.be/NxPd3rvKFRg?si=TVng5zjtgMe7mpWV\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://youtu.be/NxPd3rvKFRg?si=TVng5zjtgMe7mpWV\n</div></figure>\n<!-- /divi:embed --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\"}} -->\n<div class=\"wp-block-group\"><!-- divi:html -->\n<iframe src=\"https://www.facebook.com/plugins/video.php?height=314&href=https%3A%2F%2Fwww.facebook.com%2FNEWSMAX%2Fvideos%2F821298475241322%2F&show_text=false&width=560&t=0\" width=\"560\" height=\"314\" style=\"border:none;overflow:hidden\" scrolling=\"no\" frameborder=\"0\" allowfullscreen=\"true\" allow=\"autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share\" allowFullScreen=\"true\"></iframe>\n<!-- /divi:html --></div>\n<!-- /divi:group -->\n\n<!-- divi:spacer {\"height\":\"29px\"} -->\n<div style=\"height:29px\" aria-hidden=\"true\" class=\"wp-block-spacer\"></div>\n<!-- /divi:spacer -->\n\n<!-- divi:html -->\n<iframe title=\"Libsyn Player\" style=\"border: none\" src=\"//html5-player.libsyn.com/embed/episode/id/16499360/height/90/theme/custom/thumbnail/yes/direction/forward/render-playlist/no/custom-color/aca5a5/\" height=\"90\" width=\"100%\" scrolling=\"no\"  allowfullscreen webkitallowfullscreen mozallowfullscreen oallowfullscreen msallowfullscreen></iframe>\n<!-- /divi:html -->\n\n<!-- divi:html -->\n<iframe src=\"https://www.listennotes.com/podcasts/hard-men-podcast/interview-with-bill-rapier-1Prm_poebDx/embed/\" height=\"170px\" width=\"100%\" style=\"width: 1px; min-width: 100%;\" loading=\"lazy\" frameborder=\"0\" scrolling=\"no\"></iframe>\n<!-- /divi:html -->\n\n<!-- divi:paragraph -->\n<p><a href=\"#top\">back to top ^</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\" id=\"media-articles\">Articles</h2>\n<!-- /divi:heading -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2715,\"sizeSlug\":\"large\",\"linkDestination\":\"none\",\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}}} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2024/04/Carbine-Course-AAR-2019-1024x768.jpg\" alt=\"\" class=\"wp-image-2715\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"style\":{\"layout\":{\"selfStretch\":\"fixed\",\"flexSize\":\"300px\"}},\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">Everything Bill presented to us made sense, and I’m going to incorporate his suggestions into my own practice regimen for the times that I take my carbines to the range. The AR-15 is, after all, America’s rifle. Every American patriot (or partisan, if you prefer) should be competent with it. The Amtac Shooting Combative Carbine Course is excellent preparation.<br>Bill Rapier is humble and approachable, and he freely shares a wealth of knowledge in class. This was my second class with him, and it won’t be the last. <strong>- <a href=\"https://civiliangunfighter.wordpress.com/2019/11/12/aar-the-amtac-shooting-combative-carbine-course-bill-rapier-east-granby-ct-nov-4-5-2019/\">Read the article: AAR: “THE AMTAC SHOOTING COMBATIVE CARBINE COURSE” (BILL RAPIER), EAST GRANBY, CT, NOV. 4-5, 2019</a> </strong>by Amtac Shooting student John.</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2734,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Modern-day-Minuteman-6-670x372-1.png\" alt=\"\" class=\"wp-image-2734\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">THIS ISN\'T A CLASS FOR NOVICES, BUT YOU DON\'T NEED TO BE A PROFESSIONAL TO TAKE IT<br>When you hear the word “Minuteman,” it typically conjures up images of the Revolutionary War — hard men running out of their houses with muskets, possible bags, and the rest of their sparse kit. But what about the Modern Minuteman? - Read the article: <a href=\"http://Modern-Day Minuteman: Can You Keep Up?\"><strong>Modern-Day Minuteman: Can You Keep Up?</strong></a> by Amtac Shooting student Ivan Loomis</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2737,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/Jerkin-the-trigger.jpg\" alt=\"\" class=\"wp-image-2737\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">For the last two years, I have done the Sniper Adventure Challenge Race.  It has been a great way for me to have a goal to train for and to keep pushing the boundaries with training, fitness, shooting, and gear.  New for this year, one of my local friends (Jake Hoback) and another local buddy were going to team up and do the race.  This was great for me as it gave me other dedicated training partners. - Read the article: <a href=\"https://jerkingthetrigger.com/2019/07/24/guest-post-the-modern-minute-man-and-other-standards-bill-rapier-of-amtac-shooting-instruction-llc/\"><strong>Guest Post: The Modern Minute Man and Other Standards – Bill Rapier of AMTAC Shooting Instruction LLC</strong></a> by Jerking the Trigger</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"id\":2740,\"width\":\"276px\",\"height\":\"auto\",\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/04/womens-training.jpg\" alt=\"\" class=\"wp-image-2740\" style=\"width:276px;height:auto\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">After half an hour of girly small talk about chipped nail polish and our fear of a tick epidemic swarming Wisconsin wildlands, it was time to start. Each of us was assigned a personal station where we stored our weapons, ammunition, first aid, and other belongings during the course. Rapier then outlined what was ahead: introductory combatives, gun training, knife training, and a mindset talk involving thoughts on safety and personal accountability. Sounded like a good plan.<br>Before we started, Rapier wanted us to revise our vocabulary. From now on, any item that can be used in self-defense is a “tool.” A gun is a tool. A knife is a tool. A pen is a tool. There are tools all over the place. Read the article: <a href=\"https://www.swatmag.com/article/taking-responsibility-amtac-shooting-womens-combatives-course/\"><strong>TAKING RESPONSIBILITY Amtac Shooting Women’s Combatives Course</strong></a> by SWAT Survival Weapons and Tactics</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/full-size-2-1024x822.jpg\" alt=\"\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">The fight starts, and after a few minutes of moving around and trading blows, you have an opening. You drop your weight and send the hardest right cross that you are capable of sending. Your opponent grimaces in pain, shakes it off a couple of times, and gives you the boxer\'s nod. What is going through your mind?<br>When I visualize this, I think to myself that if I can rock my opponent with a solid shot like that, I can repeat this a few more times and put him down. Read the article: <a href=\"https://www.amtacshooting.com/mindset-let-it-burn/\"><strong>Let It Burn</strong></a> by Bill Rapier</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:columns -->\n<div class=\"wp-block-columns\"><!-- divi:column {\"width\":\"33.33%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:33.33%\"><!-- divi:image {\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-1024x683.jpg\" alt=\"\"/></figure>\n<!-- /divi:image --></div>\n<!-- /divi:column -->\n\n<!-- divi:column {\"width\":\"66.66%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:66.66%\"><!-- divi:paragraph {\"fontSize\":\"small\"} -->\n<p class=\"has-small-font-size\">I received an email last month.  The guy emailing me wanted to know if I was going to be doing any “Advanced Pistol” courses in the local area this year. He was not interested in the “fighting or knife stuff”. Because he was asking for an “Advanced Pistol” course it probably means he has a baseline pistol capability, but when he says he is not into the “fighting or knife stuff”, he is showing that is exactly what he should be focusing on. Unfortunately within the community of guys that train there are still too many guys clinging to the “I don’t need to know how to fight because I carry a .45” mentality. A lot of guys training want to get incrementally better at something they are already pretty good at. They want to spend two days on the range, run through some drills, maybe shave a few hundredths of a second off of their split times, or clean that combat reload up a little. In other words, they want to stay in their comfort zones! <a href=\"https://www.amtacshooting.com/what-is-most-important-in-training/\"><strong>Read the article: What Is Most Important In Training?</strong></a> by Bill Rapier</p>\n<!-- /divi:paragraph --></div>\n<!-- /divi:column --></div>\n<!-- /divi:columns -->\n\n<!-- divi:paragraph -->\n<p><a href=\"#top\">back to top ^</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>For more articles by Bill Rapier visit our <a href=\"https://www.amtacshooting.com/category/knowledge/articles/\"><strong>Amtac Shooting Articles</strong></a> page.</p>\n<!-- /divi:paragraph -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Media','','inherit','closed','closed','','2699-revision-v1','','','2024-12-28 02:27:32','2024-12-28 02:27:32','',2699,'https://staging.amtacshooting.com/?p=4009',0,'revision','',0),
(4010,10,'2024-12-28 02:27:46','2024-12-28 02:27:46','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" module_alignment=\"center\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- wp:paragraph -->\n<p>As a follower of Christ, I want to share this page to encourage guys that are seeking after the truth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Podcasts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":2412,\"width\":\"357px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"contain\",\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-medium is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184-300x300.png\" alt=\"\" class=\"wp-image-2412\" style=\"aspect-ratio:1;object-fit:contain;width:357px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 3 </h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Biblical Manhood Pt 1</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Feb 2 2024<br>Verses: 1 Corinthians 9:24-27</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433783\"></div><script src=\"https://www.buzzsprout.com/2212137/14433783-biblical-manhood-pt-1-feb-2-2024.js?container_id=buzzsprout-player-14433783&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 2</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Romans 1:1-17</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 7<br>Date: Dec 31 2023<br>Verses: Romans 1:1-17</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14231037\"></div><script src=\"https://www.buzzsprout.com/2212137/14231037-romans-1-1-17-dec-31-2023.js?container_id=buzzsprout-player-14231037&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Sola Fide</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 6<br>Date: Oct 16 2023<br>Verses: 1 Peter 3:15</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408824\"></div><script src=\"https://www.buzzsprout.com/2212137/14408824-sola-fide-oct-16-2023.js?container_id=buzzsprout-player-14408824&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Developing Solid Christian Men</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: Oct 5 2023<br>Verses: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408451\"></div><script src=\"https://www.buzzsprout.com/2212137/14408451-developing-solid-christian-men-oct-5-2023.js?container_id=buzzsprout-player-14408451&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Faith Without Works is Dead</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: June 18 2023<br>Verses:&nbsp;James 2:14-26</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408693\"></div><script src=\"https://www.buzzsprout.com/2212137/14408693-faith-without-works-is-dead-june-18-2023.js?container_id=buzzsprout-player-14408693&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">God, Family, and the Gospel</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: Aug 10 2022<br>Verses: Deuteronomy 6</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408921\"></div><script src=\"https://www.buzzsprout.com/2212137/14408921-god-family-and-the-gospel-aug-10-2022.js?container_id=buzzsprout-player-14408921&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Spending Yourself On?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: July 3 2022<br>Verses: Acts 20:17-36</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433485\"></div><script src=\"https://www.buzzsprout.com/2212137/14433485-what-are-you-spending-yourself-on-july-3-2022.js?container_id=buzzsprout-player-14433485&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Gospel and How it Changed Peter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Jan 2 2022<br>Verses: John 3:16-17</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433522\"></div><script src=\"https://www.buzzsprout.com/2212137/14433522-the-gospel-and-how-it-changed-peter-jan-2-2022.js?container_id=buzzsprout-player-14433522&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 1</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Boldness in Christ</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: June 6 2021<br>Verses: Acts 3-5</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433558\"></div><script src=\"https://www.buzzsprout.com/2212137/14433558-boldness-in-christ-june-6-2021.js?container_id=buzzsprout-player-14433558&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What is Our Mission?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: Nov 1 2020<br>Verses: Isaiah 43:7 1 Peter 2:9 John 14:21 Romans 12:1 John 1:1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598710\"></div><script src=\"https://www.buzzsprout.com/2212137/13598710-what-is-our-mission-nov-1-2020.js?container_id=buzzsprout-player-13598710&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Doing to Give God Glory and to Further His Kingdom?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: June 7 2020<br>Verses: Revelation 4:11 Ephesians 2:10</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598725\"></div><script src=\"https://www.buzzsprout.com/2212137/13598725-what-are-you-doing-to-give-god-glory-and-to-further-his-kingdom-june-7-2020.js?container_id=buzzsprout-player-13598725&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Good News and Our Purpose&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: March 15 2020<br>Verses: Ephesians 2:1-10</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433663\"></div><script src=\"https://www.buzzsprout.com/2212137/14433663-the-good-news-and-our-purpose-march-15-2020.js?container_id=buzzsprout-player-14433663&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Thanksgiving and Counting it all Joy. </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Dec 8 2019<br>Verses: Ephesians 5:19-20 James 1:2-4</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598631\"></div><script src=\"https://www.buzzsprout.com/2212137/13598631-thanksgiving-and-counting-it-all-joy-dec-8-2019.js?container_id=buzzsprout-player-13598631&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Ministries We Support</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.compassion.com/\">Compassion</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.persecution.com/\">Voice of the Martyrs </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.jesusfilm.org/dev/nda/grants/jesus-film-project-branded-jf/\">Jesus Film Project</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://allindiamission.com/\">All India Missions</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://friendsofukraine.info/\">Friends of Ukraine</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.africanleadershipdevelopment.com/\">African Leadership Development </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Resources</h2>\n<!-- /wp:heading -->[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"100%\" max_width=\"100%\" module_alignment=\"right\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Faith','','inherit','closed','closed','','2170-revision-v1','','','2024-12-28 02:27:46','2024-12-28 02:27:46','',2170,'https://staging.amtacshooting.com/?p=4010',0,'revision','',0),
(4011,10,'2024-12-28 02:29:10','2024-12-28 02:29:10','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Amtac Shooting Pistol Integrated Combatives Course&nbsp;<br>by Hill People Gear</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 21, 2020</div>\n<div>We had the opportunity to take Bill Rapier\'s Pistol Integrated Combatives course this past year. We can highly recommend this USN veteran\'s school (AMTAC Shooting) and knives (AMTAC blades).</div>\n<div>&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=97cijTsUhvU</p>\n<hr>\n<div id=\"player\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-outer\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-inner\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container\" class=\"style-scope ytd-watch-flexy\" role=\"complementary\">\n<div id=\"container\" class=\"style-scope ytd-player\">\n<div id=\"movie_player\" class=\"html5-video-player ytp-transparent ytp-large-width-mode ytp-hide-info-bar playing-mode ytp-autohide\" tabindex=\"-1\" data-version=\"/yts/jsbin/player_ias-vflMJC6WU/en_US/base.js\" aria-label=\"YouTube Video Player\">\n<div class=\"ytp-chrome-bottom\" data-layer=\"8\">&nbsp;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<h3>Force on Force with AMTAC Shooting<br>by Kit Badger</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 13, 2020</div>\n</div>\n<div id=\"menu-container\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"container\" class=\"style-scope ytd-sentiment-bar-renderer\">&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=5Ii6tRka__g</p>\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Retired Navy SEAL Bill Rapier\'s Force on Force Class Review <br>by Tactical Hyve</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jul 26, 2019<br><span style=\"font-size: inherit;\"><span style=\"font-size: inherit;\">Watch Tactical Hyve\'s review of Bill Rapier\'s Force On Force class. Bill is a retired Navy SEAL who spent 14 of his 20 years of service at Naval Special Warfare Development Group. He\'s also the owner and lead instructor at Amtac Shooting.<br></span></span></div>\n<div>&nbsp;</div>\n</div>\n<div><a href=\"https://www.youtube.com/watch?v=6Z_NrLLZXRI\">https://www.youtube.com/watch?v=6Z_NrLLZXRI</a></div>\n<div>&nbsp;</div>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div class=\"style-scope ytd-video-primary-info-renderer\">\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51<br>by SureFire</h3>\n<p>Dec 11, 2019<br>Bill Rapier of Amtac Shooting discusses the necessity of a one handed draw and how to create space in a combative scenario.</p>\n<p>https://www.youtube.com/watch?v=LlyIgpMfpUw</p>\n<hr></div>\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38<br>by SureFire</h3>\n<p>Dec 5, 2018<br>Bill Rapier of Amtac Shooting discusses retention shooting in relation to combative techniques.</p>\n<p>https://www.youtube.com/watch?v=603kfkCUig0</p>\n</div>\n<div>\n<hr></div>\n</div>\n\n<!-- divi:heading {\"level\":3} -->\n<h3>American Tactical Shooting Instruction Force on Force<br>by Voodoo Man</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Jun 1, 2018<br>A few clips from amtacshooting.com Force on Force class held in NJ earlier this year. </p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=cqYqGxaFp0o\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=cqYqGxaFp0o\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>AMTAC | Bill Rapier - LE CQB<br>by Voodoo Man</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>September 26, 2016<br>Short clip taken during an LE CQB class taught by Bill Rapier of AMTAC Shooting</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=MiBMfx8ZdJg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MiBMfx8ZdJg\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /divi:separator -->\n\n<!-- divi:paragraph -->\n<p>\n\n\n\n\n\n\nSurefire - Battle of The Bill\'s 2019\n&nbsp;\n\n\nWise Men Companys\n\n\n<a href=\"https://www.youtube.com/watch?v=A5id8pwwphg\">https://www.youtube.com/watch?v=A5id8pwwphg</a>\n\n&nbsp;\nKit Badger\n&nbsp;\n\n\n\n\n</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=8fr-jGkSs0M\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=8fr-jGkSs0M\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:paragraph -->\n<p>SUNDAY GUNDAY</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=qy1R-Q8GZ1I\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qy1R-Q8GZ1I\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:paragraph -->\n<p>FourGuysGuns</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=7It3Eq5ttE8\\u0026t=494s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=7It3Eq5ttE8&amp;t=494s\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3></h3>\n<!-- /divi:heading -->[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Amtac Shooting Pistol Integrated Combatives Course&nbsp;<br>by Hill People Gear</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 21, 2020</div>\n<div>We had the opportunity to take Bill Rapier\'s Pistol Integrated Combatives course this past year. We can highly recommend this USN veteran\'s school (AMTAC Shooting) and knives (AMTAC blades).</div>\n<div>&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=97cijTsUhvU</p>\n<hr>\n<div id=\"player\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-outer\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-inner\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container\" class=\"style-scope ytd-watch-flexy\" role=\"complementary\">\n<div id=\"container\" class=\"style-scope ytd-player\">\n<div id=\"movie_player\" class=\"html5-video-player ytp-transparent ytp-large-width-mode ytp-hide-info-bar playing-mode ytp-autohide\" tabindex=\"-1\" data-version=\"/yts/jsbin/player_ias-vflMJC6WU/en_US/base.js\" aria-label=\"YouTube Video Player\">\n<div class=\"ytp-chrome-bottom\" data-layer=\"8\">&nbsp;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<h3>Force on Force with AMTAC Shooting<br>by Kit Badger</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 13, 2020</div>\n</div>\n<div id=\"menu-container\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"container\" class=\"style-scope ytd-sentiment-bar-renderer\">&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=5Ii6tRka__g</p>\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Retired Navy SEAL Bill Rapier\'s Force on Force Class Review <br>by Tactical Hyve</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jul 26, 2019<br><span style=\"font-size: inherit;\"><span style=\"font-size: inherit;\">Watch Tactical Hyve\'s review of Bill Rapier\'s Force On Force class. Bill is a retired Navy SEAL who spent 14 of his 20 years of service at Naval Special Warfare Development Group. He\'s also the owner and lead instructor at Amtac Shooting.<br></span></span></div>\n<div>&nbsp;</div>\n</div>\n<div><a href=\"https://www.youtube.com/watch?v=6Z_NrLLZXRI\">https://www.youtube.com/watch?v=6Z_NrLLZXRI</a></div>\n<div>&nbsp;</div>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div class=\"style-scope ytd-video-primary-info-renderer\">\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51<br>by SureFire</h3>\n<p>Dec 11, 2019<br>Bill Rapier of Amtac Shooting discusses the necessity of a one handed draw and how to create space in a combative scenario.</p>\n<p>https://www.youtube.com/watch?v=LlyIgpMfpUw</p>\n<hr></div>\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38<br>by SureFire</h3>\n<p>Dec 5, 2018<br>Bill Rapier of Amtac Shooting discusses retention shooting in relation to combative techniques.</p>\n<p>https://www.youtube.com/watch?v=603kfkCUig0</p>\n</div>\n<div>\n<hr></div>\n</div>\n\n<!-- divi:heading {\"level\":3} -->\n<h3>American Tactical Shooting Instruction Force on Force<br>by Voodoo Man</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Jun 1, 2018<br>A few clips from amtacshooting.com Force on Force class held in NJ earlier this year. </p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=cqYqGxaFp0o\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=cqYqGxaFp0o\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>AMTAC | Bill Rapier - LE CQB<br>by Voodoo Man</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>September 26, 2016<br>Short clip taken during an LE CQB class taught by Bill Rapier of AMTAC Shooting</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=MiBMfx8ZdJg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MiBMfx8ZdJg\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /divi:separator -->\n\n<!-- divi:paragraph -->\n<p>\n\n\n\n\n\n\nSurefire - Battle of The Bill\'s 2019\n&nbsp;\n\n\nWise Men Companys\n\n\n<a href=\"https://www.youtube.com/watch?v=A5id8pwwphg\">https://www.youtube.com/watch?v=A5id8pwwphg</a>\n\n&nbsp;\nKit Badger\n&nbsp;\n\n\n\n\n</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=8fr-jGkSs0M\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=8fr-jGkSs0M\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:paragraph -->\n<p>SUNDAY GUNDAY</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=qy1R-Q8GZ1I\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qy1R-Q8GZ1I\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:paragraph -->\n<p>FourGuysGuns</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=7It3Eq5ttE8\\u0026t=494s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=7It3Eq5ttE8&amp;t=494s\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3></h3>\n<!-- /divi:heading -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Videos','','inherit','closed','closed','','1423-revision-v1','','','2024-12-28 02:29:10','2024-12-28 02:29:10','',1423,'https://staging.amtacshooting.com/?p=4011',0,'revision','',0),
(4012,10,'2024-12-28 02:29:31','2024-12-28 02:29:31','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Amtac Shooting Pistol Integrated Combatives Course&nbsp;<br>by Hill People Gear</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 21, 2020</div>\n<div>We had the opportunity to take Bill Rapier\'s Pistol Integrated Combatives course this past year. We can highly recommend this USN veteran\'s school (AMTAC Shooting) and knives (AMTAC blades).</div>\n<div>&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=97cijTsUhvU</p>\n<hr>\n<div id=\"player\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-outer\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-inner\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container\" class=\"style-scope ytd-watch-flexy\" role=\"complementary\">\n<div id=\"container\" class=\"style-scope ytd-player\">\n<div id=\"movie_player\" class=\"html5-video-player ytp-transparent ytp-large-width-mode ytp-hide-info-bar playing-mode ytp-autohide\" tabindex=\"-1\" data-version=\"/yts/jsbin/player_ias-vflMJC6WU/en_US/base.js\" aria-label=\"YouTube Video Player\">\n<div class=\"ytp-chrome-bottom\" data-layer=\"8\">&nbsp;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<h3>Force on Force with AMTAC Shooting<br>by Kit Badger</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 13, 2020</div>\n</div>\n<div id=\"menu-container\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"container\" class=\"style-scope ytd-sentiment-bar-renderer\">&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=5Ii6tRka__g</p>\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Retired Navy SEAL Bill Rapier\'s Force on Force Class Review <br>by Tactical Hyve</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jul 26, 2019<br><span style=\"font-size: inherit;\"><span style=\"font-size: inherit;\">Watch Tactical Hyve\'s review of Bill Rapier\'s Force On Force class. Bill is a retired Navy SEAL who spent 14 of his 20 years of service at Naval Special Warfare Development Group. He\'s also the owner and lead instructor at Amtac Shooting.<br></span></span></div>\n<div>&nbsp;</div>\n</div>\n<div><a href=\"https://www.youtube.com/watch?v=6Z_NrLLZXRI\">https://www.youtube.com/watch?v=6Z_NrLLZXRI</a></div>\n<div>&nbsp;</div>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div class=\"style-scope ytd-video-primary-info-renderer\">\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51<br>by SureFire</h3>\n<p>Dec 11, 2019<br>Bill Rapier of Amtac Shooting discusses the necessity of a one handed draw and how to create space in a combative scenario.</p>\n<p>https://www.youtube.com/watch?v=LlyIgpMfpUw</p>\n<hr></div>\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38<br>by SureFire</h3>\n<p>Dec 5, 2018<br>Bill Rapier of Amtac Shooting discusses retention shooting in relation to combative techniques.</p>\n<p>https://www.youtube.com/watch?v=603kfkCUig0</p>\n</div>\n<div>\n<hr></div>\n</div>\n\n<!-- divi:heading {\"level\":3} -->\n<h3>American Tactical Shooting Instruction Force on Force<br>by Voodoo Man</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Jun 1, 2018<br>A few clips from amtacshooting.com Force on Force class held in NJ earlier this year. </p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=cqYqGxaFp0o\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=cqYqGxaFp0o\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>AMTAC | Bill Rapier - LE CQB<br>by Voodoo Man</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>September 26, 2016<br>Short clip taken during an LE CQB class taught by Bill Rapier of AMTAC Shooting</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=MiBMfx8ZdJg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MiBMfx8ZdJg\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /divi:separator -->\n\n<!-- divi:paragraph -->\n<p>\n\n\n\n\n\n\nSurefire - Battle of The Bill\'s 2019\n&nbsp;\n\n\nWise Men Companys\n\n\n<a href=\"https://www.youtube.com/watch?v=A5id8pwwphg\">https://www.youtube.com/watch?v=A5id8pwwphg</a>\n\n&nbsp;\nKit Badger\n&nbsp;\n\n\n\n\n</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=8fr-jGkSs0M\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=8fr-jGkSs0M\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:paragraph -->\n<p>SUNDAY GUNDAY</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=qy1R-Q8GZ1I\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qy1R-Q8GZ1I\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:paragraph -->\n<p>FourGuysGuns</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=7It3Eq5ttE8\\u0026t=494s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=7It3Eq5ttE8&amp;t=494s\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3></h3>\n<!-- /divi:heading -->[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Amtac Shooting Pistol Integrated Combatives Course&nbsp;<br>by Hill People Gear</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 21, 2020</div>\n<div>We had the opportunity to take Bill Rapier\'s Pistol Integrated Combatives course this past year. We can highly recommend this USN veteran\'s school (AMTAC Shooting) and knives (AMTAC blades).</div>\n<div>&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=97cijTsUhvU</p>\n<hr>\n<div id=\"player\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-outer\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-inner\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container\" class=\"style-scope ytd-watch-flexy\" role=\"complementary\">\n<div id=\"container\" class=\"style-scope ytd-player\">\n<div id=\"movie_player\" class=\"html5-video-player ytp-transparent ytp-large-width-mode ytp-hide-info-bar playing-mode ytp-autohide\" tabindex=\"-1\" data-version=\"/yts/jsbin/player_ias-vflMJC6WU/en_US/base.js\" aria-label=\"YouTube Video Player\">\n<div class=\"ytp-chrome-bottom\" data-layer=\"8\">&nbsp;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<h3>Force on Force with AMTAC Shooting<br>by Kit Badger</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 13, 2020</div>\n</div>\n<div id=\"menu-container\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"container\" class=\"style-scope ytd-sentiment-bar-renderer\">&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=5Ii6tRka__g</p>\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Retired Navy SEAL Bill Rapier\'s Force on Force Class Review <br>by Tactical Hyve</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jul 26, 2019<br><span style=\"font-size: inherit;\"><span style=\"font-size: inherit;\">Watch Tactical Hyve\'s review of Bill Rapier\'s Force On Force class. Bill is a retired Navy SEAL who spent 14 of his 20 years of service at Naval Special Warfare Development Group. He\'s also the owner and lead instructor at Amtac Shooting.<br></span></span></div>\n<div>&nbsp;</div>\n</div>\n<div><a href=\"https://www.youtube.com/watch?v=6Z_NrLLZXRI\">https://www.youtube.com/watch?v=6Z_NrLLZXRI</a></div>\n<div>&nbsp;</div>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div class=\"style-scope ytd-video-primary-info-renderer\">\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51<br>by SureFire</h3>\n<p>Dec 11, 2019<br>Bill Rapier of Amtac Shooting discusses the necessity of a one handed draw and how to create space in a combative scenario.</p>\n<p>https://www.youtube.com/watch?v=LlyIgpMfpUw</p>\n<hr></div>\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38<br>by SureFire</h3>\n<p>Dec 5, 2018<br>Bill Rapier of Amtac Shooting discusses retention shooting in relation to combative techniques.</p>\n<p>https://www.youtube.com/watch?v=603kfkCUig0</p>\n</div>\n<div>\n<hr></div>\n</div>\n\n<!-- divi:heading {\"level\":3} -->\n<h3>American Tactical Shooting Instruction Force on Force<br>by Voodoo Man</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Jun 1, 2018<br>A few clips from amtacshooting.com Force on Force class held in NJ earlier this year. </p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=cqYqGxaFp0o\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=cqYqGxaFp0o\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>AMTAC | Bill Rapier - LE CQB<br>by Voodoo Man</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>September 26, 2016<br>Short clip taken during an LE CQB class taught by Bill Rapier of AMTAC Shooting</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=MiBMfx8ZdJg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MiBMfx8ZdJg\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /divi:separator -->\n\n<!-- divi:paragraph -->\n<p>\n\n\n\n\n\n\nSurefire - Battle of The Bill\'s 2019\n&nbsp;\n\n\nWise Men Companys\n\n\n<a href=\"https://www.youtube.com/watch?v=A5id8pwwphg\">https://www.youtube.com/watch?v=A5id8pwwphg</a>\n\n&nbsp;\nKit Badger\n&nbsp;\n\n\n\n\n</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=8fr-jGkSs0M\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=8fr-jGkSs0M\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:paragraph -->\n<p>SUNDAY GUNDAY</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=qy1R-Q8GZ1I\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qy1R-Q8GZ1I\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:paragraph -->\n<p>FourGuysGuns</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=7It3Eq5ttE8\\u0026t=494s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=7It3Eq5ttE8&amp;t=494s\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3></h3>\n<!-- /divi:heading -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Videos','','inherit','closed','closed','','1423-revision-v1','','','2024-12-28 02:29:31','2024-12-28 02:29:31','',1423,'https://staging.amtacshooting.com/?p=4012',0,'revision','',0),
(4014,10,'2024-12-28 02:36:08','2024-12-28 02:36:08','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_excerpt=\"off\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|-83px||||\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Events','','inherit','closed','closed','','3631-revision-v1','','','2024-12-28 02:36:08','2024-12-28 02:36:08','',3631,'https://staging.amtacshooting.com/?p=4014',0,'revision','',0),
(4015,10,'2024-12-28 02:36:42','2024-12-28 02:36:42','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_excerpt=\"off\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|-83px||||\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','New Events','','inherit','closed','closed','','3631-revision-v1','','','2024-12-28 02:36:42','2024-12-28 02:36:42','',3631,'https://staging.amtacshooting.com/?p=4015',0,'revision','',0),
(4016,10,'2024-12-28 02:38:39','2024-12-28 02:38:39','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_excerpt=\"off\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|-83px||||\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Courses','','inherit','closed','closed','','3631-revision-v1','','','2024-12-28 02:38:39','2024-12-28 02:38:39','',3631,'https://staging.amtacshooting.com/?p=4016',0,'revision','',0),
(4020,10,'2024-12-28 02:44:41','2024-12-28 02:44:41',' ','','','publish','closed','closed','','4020','','','2024-12-28 02:44:41','2024-12-28 02:44:41','',0,'https://staging.amtacshooting.com/2024/12/28/4020/',4,'nav_menu_item','',0),
(4021,10,'2024-12-28 02:48:09','2024-12-28 02:48:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"93%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_2\" show_border=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" module_alignment=\"right\" custom_margin=\"0px|181px|0px|181px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" sticky_position=\"bottom\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-12-28 02:48:09','2024-12-28 02:48:09','',13,'https://staging.amtacshooting.com/?p=4021',0,'revision','',0),
(4022,10,'2024-12-28 02:48:33','2024-12-28 02:48:33','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"93%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_2\" show_border=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" module_alignment=\"right\" custom_margin=\"0px|181px|0px|181px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" sticky_position=\"bottom\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-12-28 02:48:33','2024-12-28 02:48:33','',13,'https://staging.amtacshooting.com/?p=4022',0,'revision','',0),
(4024,10,'2024-12-28 02:50:24','2024-12-28 02:50:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" area=\"et_pb_widget_area_2\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-12-28 02:50:24','2024-12-28 02:50:24','',13,'https://staging.amtacshooting.com/?p=4024',0,'revision','',0),
(4025,10,'2024-12-28 02:51:52','2024-12-28 02:51:52','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" area=\"et_pb_widget_area_2\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-12-28 02:51:52','2024-12-28 02:51:52','',13,'https://staging.amtacshooting.com/?p=4025',0,'revision','',0),
(4026,10,'2024-12-28 02:52:47','2024-12-28 02:52:47','<!-- wp:group {\"tagName\":\"header\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<header class=\"wp-block-group\"><!-- wp:site-title /-->\n\n<!-- wp:site-tagline /--></header>\n<!-- /wp:group -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:post-title /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:post-content {\"layout\":{\"inherit\":true}} /-->\n\n<!-- wp:template-part {\"theme\":\"Divi\"} /--></div>\n<!-- /wp:group --></main>\n<!-- /wp:group -->','shop sidebar','','publish','closed','closed','','shop-sidebar','','','2024-12-28 02:53:14','2024-12-28 02:53:14','',0,'https://staging.amtacshooting.com/2024/12/28/shop-sidebar/',0,'wp_template','',0),
(4027,10,'2024-12-28 02:53:13','2024-12-28 02:53:13','<!-- wp:group {\"tagName\":\"header\",\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<header class=\"wp-block-group\"><!-- wp:site-title /-->\n\n<!-- wp:site-tagline /--></header>\n<!-- /wp:group -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"inherit\":true,\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:post-title /--></div>\n<!-- /wp:group -->\n\n<!-- wp:group {\"layout\":{\"type\":\"flex\",\"flexWrap\":\"nowrap\",\"justifyContent\":\"right\"}} -->\n<div class=\"wp-block-group\"><!-- wp:post-content {\"layout\":{\"inherit\":true}} /-->\n\n<!-- wp:template-part {\"theme\":\"Divi\"} /--></div>\n<!-- /wp:group --></main>\n<!-- /wp:group -->','shop sidebar','','inherit','closed','closed','','4026-revision-v1','','','2024-12-28 02:53:13','2024-12-28 02:53:13','',4026,'https://staging.amtacshooting.com/?p=4027',0,'revision','',0),
(4028,10,'2024-12-28 02:54:18','2024-12-28 02:54:18','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"et_pb_widget_area_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" width=\"55%\" module_alignment=\"right\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2024-12-28 02:54:18','2024-12-28 02:54:18','',13,'https://staging.amtacshooting.com/?p=4028',0,'revision','',0),
(4031,10,'2024-12-31 00:26:30','2024-12-31 00:26:30','','talking','','inherit','open','closed','','talking','','','2024-12-31 00:26:30','2024-12-31 00:26:30','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/talking.jpg',0,'attachment','image/jpeg',0),
(4032,10,'2024-12-31 00:35:11','2024-12-31 00:35:11','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg\" title_text=\"blade-layout\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Amtac Blades\" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<h4 class=\"wp-block-heading\">Amtac Blades makes fixed-blade knives for backcountry and combative use. We have five blade models and an axe in our lineup.</h4>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-scaled.jpg\" title_text=\"blade-bullets\" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2><a href=\"https://amtacblades.com/store\">Northman</a></h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Northman is a small fixed blade knife designed to replace the cutting tool carried in your pocket. Quickly deployable and rugged enough for backcountry use, this blade is also great for combatives. There are three other models based off the Northman. </span></p>\n<p><span>The Northman has a 3.5\" blade. </span></p>\n<p><span>The NorthmanX has a bigger handle and the same blade.</span></p>\n<p><span>The Minuteman has the same handle as the NorthmanX and a 4\" blade</span></p>\n<p><span>The Magnus has the same handle as the NorthmanX and a 5\" blade</span></p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-scaled.jpg\" title_text=\"folder\" url=\"https://amtacblades.com/northmanF\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/northmanF\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2>NorthmanF</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>This folder was designed for those situations when you can’t carry a fixed blade knife. </span>With this in mind, the Amtac Blades NorthmanF comes standard with a belt sheath so that you have the flexibility to carry this folder in a blade locked open configuration. This makes it just as fast as a fixed blade. The NorthmanF can also be worn like a regular folder when a low profile is desired.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-scaled.jpg\" title_text=\"axe-outdoors\" url=\"https://amtacblades.com/battle-axe/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/battle-axe/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2>Battle Axe</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Amtac Blades Battle Axe is designed from the ground up as a fighting axe. The Battle Axe is inspired by a Danish style of axe which has a top point that allows for forward thrusting and a bottom point that allows for hooking. At a length of nearly 19 inches, our axe gives you more reach, leverage, and force than most tomahawks. </span><span>The Battle Axe sheath allows for a forward thrust during the draw stroke. It is meant to be worn on a belt opposite the pistol, but it can also be mounted on a battle belt or armor.</span></p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Blades','','inherit','closed','closed','','3493-revision-v1','','','2024-12-31 00:35:11','2024-12-31 00:35:11','',3493,'https://staging.amtacshooting.com/?p=4032',0,'revision','',0),
(4033,10,'2024-12-31 00:35:33','2024-12-31 00:35:33','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" da_disable_devices=\"off|off|off\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\" da_is_popup=\"off\" da_exit_intent=\"off\" da_has_close=\"on\" da_alt_close=\"off\" da_dark_close=\"off\" da_not_modal=\"on\" da_is_singular=\"off\" da_with_loader=\"off\" da_has_shadow=\"on\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_heading title=\"Radios \" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\">BaoFeng UV-5R Dual Band Two Way Radio</a></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH MURS-V1 MURS Two-Way Radio</h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Tram 1410 Broad Band Discone/Scanner Base Antenna</h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>If you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\">Dakota Alert PIR Driveway Alarm</h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Dakota Alert Vehicle Alarm</h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Dakota Alert Base Station</h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\">this</a>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Radios','','inherit','closed','closed','','3529-revision-v1','','','2024-12-31 00:35:33','2024-12-31 00:35:33','',3529,'https://staging.amtacshooting.com/?p=4033',0,'revision','',0),
(4034,10,'2024-12-31 00:48:25','2024-12-31 00:48:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Radios \" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\">BaoFeng UV-5R Dual Band Two Way Radio</a></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH MURS-V1 MURS Two-Way Radio</h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Tram 1410 Broad Band Discone/Scanner Base Antenna</h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>If you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\">Dakota Alert PIR Driveway Alarm</h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Dakota Alert Vehicle Alarm</h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Dakota Alert Base Station</h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\">this</a>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2024-12-31 00:48:25','2024-12-31 00:48:25','',3529,'https://staging.amtacshooting.com/?p=4034',0,'revision','',0),
(4035,10,'2024-12-31 01:04:23','2024-12-31 01:04:23','','radio','','inherit','open','closed','','radio','','','2024-12-31 01:04:23','2024-12-31 01:04:23','',0,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/radio.jpg',0,'attachment','image/jpeg',0),
(4036,10,'2024-12-31 01:05:48','2024-12-31 01:05:48','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/A1S9669-scaled.jpg\" title_text=\"_A1S9669\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Guns & Gear\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][/et_pb_section]','Guns $ Gear','','inherit','closed','closed','','3523-revision-v1','','','2024-12-31 01:05:48','2024-12-31 01:05:48','',3523,'https://staging.amtacshooting.com/?p=4036',0,'revision','',0),
(4037,10,'2024-12-31 01:10:40','2024-12-31 01:10:40','','radios','','inherit','open','closed','','radios-2','','','2024-12-31 01:10:40','2024-12-31 01:10:40','',3529,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/radios.jpg',0,'attachment','image/jpeg',0),
(4038,10,'2024-12-31 01:10:49','2024-12-31 01:10:49','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Radios \" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\">BaoFeng UV-5R Dual Band Two Way Radio</a></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH MURS-V1 MURS Two-Way Radio</h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Tram 1410 Broad Band Discone/Scanner Base Antenna</h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>If you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\">Dakota Alert PIR Driveway Alarm</h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Dakota Alert Vehicle Alarm</h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Dakota Alert Base Station</h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\">this</a>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Radios','','inherit','closed','closed','','3529-revision-v1','','','2024-12-31 01:10:49','2024-12-31 01:10:49','',3529,'https://staging.amtacshooting.com/?p=4038',0,'revision','',0),
(4039,10,'2024-12-31 01:13:59','2024-12-31 01:13:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||48px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\"><span>Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. Combatives courses will teach you how to integrate empty-hand techniques with blades, improvised weapons, and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. These are a physically demanding, hands-on courses that will elevate your situational awareness and shooting/ fighting ability to the next level.</span></span></p>\n<p>These courses cover topics such as:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>mindset</li>\n<li>concealed draw stroke</li>\n<li>combative weapons retention shooting</li>\n<li>blade selection</li>\n<li>blade deployment and targeting</li>\n<li>striking and transitions from striking/ blade use to pistol deployment.</li>\n<li>Incorporate challenging force on force drills using airsoft tools</li>\n<li><span>strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principles into real life application</span></li>\n</ul>\n</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Combatives Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"94,110,96,97,98,99,100,102,104,106,111,112,103,119\" columns=\"4\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" hover_enabled=\"0\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" align=\"center\" show_date=\"off\" show_price=\"off\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Combatives','','inherit','closed','closed','','3399-revision-v1','','','2024-12-31 01:13:59','2024-12-31 01:13:59','',3399,'https://staging.amtacshooting.com/?p=4039',0,'revision','',0),
(4040,10,'2024-12-31 01:15:44','2024-12-31 01:15:44','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\">BaoFeng UV-5R Dual Band Two Way Radio</a></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH MURS-V1 MURS Two-Way Radio</h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Tram 1410 Broad Band Discone/Scanner Base Antenna</h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>If you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\">Dakota Alert PIR Driveway Alarm</h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Dakota Alert Vehicle Alarm</h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Dakota Alert Base Station</h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\">this</a>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2024-12-31 01:15:44','2024-12-31 01:15:44','',3529,'https://staging.amtacshooting.com/?p=4040',0,'revision','',0),
(4041,10,'2024-12-31 01:18:36','2024-12-31 01:18:36','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-bullets-scaled.jpg\" title_text=\"blade-bullets\" url=\"https://amtacblades.com/store/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2><a href=\"https://amtacblades.com/store\">Northman</a></h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Northman is a small fixed blade knife designed to replace the cutting tool carried in your pocket. Quickly deployable and rugged enough for backcountry use, this blade is also great for combatives. There are three other models based off the Northman. </span></p>\n<p><span>The Northman has a 3.5\" blade. </span></p>\n<p><span>The NorthmanX has a bigger handle and the same blade.</span></p>\n<p><span>The Minuteman has the same handle as the NorthmanX and a 4\" blade</span></p>\n<p><span>The Magnus has the same handle as the NorthmanX and a 5\" blade</span></p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/folder-scaled.jpg\" title_text=\"folder\" url=\"https://amtacblades.com/northmanF\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/northmanF\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2>NorthmanF</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>This folder was designed for those situations when you can’t carry a fixed blade knife. </span>With this in mind, the Amtac Blades NorthmanF comes standard with a belt sheath so that you have the flexibility to carry this folder in a blade locked open configuration. This makes it just as fast as a fixed blade. The NorthmanF can also be worn like a regular folder when a low profile is desired.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/axe-outdoors-scaled.jpg\" title_text=\"axe-outdoors\" url=\"https://amtacblades.com/battle-axe/\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/battle-axe/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2>Battle Axe</h2>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p><span>The Amtac Blades Battle Axe is designed from the ground up as a fighting axe. The Battle Axe is inspired by a Danish style of axe which has a top point that allows for forward thrusting and a bottom point that allows for hooking. At a length of nearly 19 inches, our axe gives you more reach, leverage, and force than most tomahawks. </span><span>The Battle Axe sheath allows for a forward thrust during the draw stroke. It is meant to be worn on a belt opposite the pistol, but it can also be mounted on a battle belt or armor.</span></p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Blades','','inherit','closed','closed','','3493-revision-v1','','','2024-12-31 01:18:36','2024-12-31 01:18:36','',3493,'https://staging.amtacshooting.com/?p=4041',0,'revision','',0),
(4042,10,'2024-12-31 18:35:14','2024-12-31 18:35:14','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\">BaoFeng UV-5R Dual Band Two Way Radio</a></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH MURS-V1 MURS Two-Way Radio</h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Tram 1410 Broad Band Discone/Scanner Base Antenna</h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>If you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\">Dakota Alert PIR Driveway Alarm</h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Dakota Alert Vehicle Alarm</h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Dakota Alert Base Station</h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\">this</a>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Radios','','inherit','closed','closed','','3529-revision-v1','','','2024-12-31 18:35:14','2024-12-31 18:35:14','',3529,'https://staging.amtacshooting.com/?p=4042',0,'revision','',0),
(4043,10,'2024-12-31 18:36:58','2024-12-31 18:36:58','<!-- wp:embed {\"url\":\"https://player.vimeo.com/video/960671004?badge=0\\u0026autopause=0\\u0026player_id=0\\u0026app_id=58479\",\"type\":\"video\",\"providerNameSlug\":\"vimeo\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-vimeo wp-block-embed-vimeo\"><div class=\"wp-block-embed__wrapper\">\nhttps://player.vimeo.com/video/960671004?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479\n</div><figcaption class=\"wp-element-caption\">Let\'s talk about pistol carries - strong side versus appendix. What are the strengths and drawbacks to each, and where would one be more appropriate than the other? </figcaption></figure>\n<!-- /wp:embed -->','Should I Carry Strong Side or Appendix?','','inherit','closed','closed','','2914-revision-v1','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',2914,'https://staging.amtacshooting.com/?p=4043',0,'revision','',0),
(4044,10,'2024-12-31 18:36:58','2024-12-31 18:36:58','<!-- wp:html -->\n<iframe src=\"https://player.vimeo.com/video/909200847?badge=0&amp;autopause=0&amp;player_id=0&amp;app_id=58479\" width=\"1080\" height=\"1920\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture\" title=\"Morning Routine and Dry Fire Lesson (Rock)\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I can\'t stress enough to you the importance of dry firing. When we go to the range, all of us perform better after we have done a couple of drills and knocked the rust off. In our day-to-day lives, we do not know when the moment will come that we need to draw our tools in order to save lives. If tomorrow is the day that you have to fire your pistol in order to save a member of your family, wouldn\'t you rather have \"warmed up\" that day. This is what dry firing does for us, when you incorporate dry firing into your morning ritual, you are not only getting better at the things that you are practicing, but you are also warming up, so that if today is the day you are called upon, you do perform at the top of your ability. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Why We Dry Fire','','inherit','closed','closed','','2392-revision-v1','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',2392,'https://staging.amtacshooting.com/?p=4044',0,'revision','',0),
(4045,10,'2024-12-31 18:36:58','2024-12-31 18:36:58','<!-- wp:embed {\"url\":\"https://player.vimeo.com/video/887486071?badge=0\\u0026autopause=0\\u0026quality_selector=1\\u0026player_id=0\\u0026app_id=58479\",\"type\":\"video\",\"providerNameSlug\":\"vimeo\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-vimeo wp-block-embed-vimeo\"><div class=\"wp-block-embed__wrapper\">\nhttps://player.vimeo.com/video/887486071?badge=0&amp;autopause=0&amp;quality_selector=1&amp;player_id=0&amp;app_id=58479\n</div></figure>\n<!-- /wp:embed -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>First off, I was running everything in this HeadWall 55L backpack. It\'s a hyper light pack. I like it. It\'s made from a material formerly known as Cuben fiber. It\'s waterproof, so it doesn\'t absorb moisture.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next, we were testing when my friend\'s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It\'s significantly better than the other filters I\'ve been using in the past. We just had a really small water source and this worked really well.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I  disassembled it, so no antenna on it, no battery on it, so it doesn\'t accidentally get turned on and also so the antenna won\'t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It\'s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>A blowout kit. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://amtacblades.com/battle-axe/\">Amtac Blades Battle Axe</a>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Two titanium water bottles. They\'re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that\'s all I figured I needed for this.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I ended up wearing this top, it\'s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it\'s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I\'ve used this a bunch.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It\'s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Other tools carried.</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Black Point tactical F03 with a Walther PDP in it. I shift this over and run it appendix when I\'m out hiking because I like to have the support of a waistband and when I\'m running appendix it doesn\'t get in the way at all.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And then I had my Amtac Blades Magnus and what I end up doing with this is I just clip this onto the actual waistband of the backpack so that I still have fast access to this right here.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>And then standard, another blade in my pocket and a lighter in my pocket.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Yeah, it was a good push yesterday.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2306,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:list {\"ordered\":true} -->\n<ol><!-- wp:list-item -->\n<li>Soto windmaster stove (<ta href=\"https://amzn.to/49z6FsU\">https://amzn.to/49z6FsU</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Toaks 750 ml pot (<ta href=\"https://amzn.to/40wAia8\">https://amzn.to/40wAia8</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Patagonia puff jacket</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Peak Refuel meal (<ta href=\"https://amzn.to/47rQlbH\">https://amzn.to/47rQlbH</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Katadyn 1L water filter (<ta href=\"https://amzn.to/3FUCw9S\">https://amzn.to/3FUCw9S</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Amtac med kit (<ta href=\"https://www.amtacgear.com/product-category/medical/\">https://www.amtacgear.com/product-category/medical/</ta>)</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:list {\"ordered\":true,\"start\":7} -->\n<ol start=\"7\"><!-- wp:list-item -->\n<li>Silverant 1200ml titanium bottle (<ta href=\"https://amzn.to/475vKtP\">https://amzn.to/475vKtP</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Silverant 800ml titanium bottle (<ta href=\"https://amzn.to/3uaJbtY\">https://amzn.to/3uaJbtY</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Levi trekking poles (<ta href=\"https://amzn.to/49xMvje\">https://amzn.to/49xMvje</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Chocolate covered espresso beans (<ta href=\"https://amzn.to/49zjXWC\">https://amzn.to/49zjXWC</ta>)</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:media-text {\"mediaId\":2310,\"mediaLink\":\"https://www.amtacshooting.com/?attachment_id=2310\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:list {\"ordered\":true} -->\n<ol><!-- wp:list-item -->\n<li>Baeofeng UV5R (<ta href=\"https://amzn.to/3QC3FU8\">https://amzn.to/3QC3FU8</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Garmin InReach mini (<ta href=\"https://amzn.to/3QX4Wqk\">https://amzn.to/3QX4Wqk</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Iron Spear Outfitters Gorilla Coms (<ta href=\"https://ironspearoutfitters.com/products/gorilla-coms\">https://ironspearoutfitters.com/products/gorilla-coms</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Outdoor Research Helium rain gear (<ta href=\"https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</ta>)</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2313,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:list {\"ordered\":true} -->\n<ol><!-- wp:list-item -->\n<li>Hyperlite Headwall 55 pack (<ta href=\"https://www.hyperlitemountaingear.com/products/headwall-55\">https://www.hyperlitemountaingear.com/products/headwall-55</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Amtac Blades Battle Axe (<ta href=\"https://amtacblades.com/battle-axe/\">https://amtacblades.com/battle-axe/</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Silponcho (<ta href=\"https://amzn.to/3QUVP9B\">https://amzn.to/3QUVP9B</ta>)</li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list --></div>\n<!-- /wp:column -->\n\n<!-- wp:column -->\n<div class=\"wp-block-column\"><!-- wp:list {\"ordered\":true,\"start\":4} -->\n<ol start=\"4\"><!-- wp:list-item -->\n<li>Mountain Laurel Design bivy sack (<ta href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</ta>)</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>Sea to Summit down sleeping bag (<ta href=\"https://amzn.to/477RLs8\">https://amzn.to/477RLs8</ta></li>\n<!-- /wp:list-item --></ol>\n<!-- /wp:list --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":2302,\"width\":\"558px\",\"height\":\"auto\",\"aspectRatio\":\"0.75\",\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-large is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/11/IMG_3215-1-768x1024.jpg\" alt=\"\" class=\"wp-image-2302\" style=\"aspect-ratio:0.75;width:558px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"></figure>\n<!-- /wp:gallery -->','Backpack Loadout for a Long Day\'s Hike','','inherit','closed','closed','','2279-revision-v1','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',2279,'https://staging.amtacshooting.com/?p=4045',0,'revision','',0),
(4046,10,'2024-12-31 18:36:58','2024-12-31 18:36:58','<!-- wp:paragraph -->\n<p>In this interview, we talked with Bill and Gustavo about how they met, their jiu-jitsu passion and how Bill\'s biggest improvements and changes connect jiu-jitsu to real life situations.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2260,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_-1024x779.png\" alt=\"\" class=\"wp-image-2260\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:pullquote -->\n<figure class=\"wp-block-pullquote\"><blockquote><p><strong><em>\"Basically, if you don\'t understand how to move your own body and move other people it\'s going to be much harder for you to draw any tools. So it\'s one of the foundational things – being able to move yourself and move other people.\"</em></strong></p><cite><strong>-Bill</strong></cite></blockquote></figure>\n<!-- /wp:pullquote -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1694,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/gustavo-bill-walther-2-min.png\" alt=\"Jiu Jitsu\" class=\"wp-image-1694\"/><figcaption class=\"wp-element-caption\">Gustavo &amp; Bill</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:group {\"layout\":{\"type\":\"constrained\"}} -->\n<div class=\"wp-block-group\"><!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> “How did we meet many, many years ago in Virginia Beach?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “Right after 9/11 I had my Jiu-Jitsu Academy in Virginia Beach. And I had the pleasure of meeting you there. And I guess you never left.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> [laughs] “No.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “You started Jiu Jitsu. And enjoyed it so much.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> “Yeah, I remember. I think it was actually slightly before 9/11.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “Was it?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> “Yeah, I think it was early 2001. Yes. And I remember I had actually gone to another place first, one time. And it wasn\'t a good fit for me. And then I remember walking into your place that was underneath the bridge there, by the freeway. Yeah remembering just walking in. It was still a canvas-covered mat. And just, I walked in and I saw it. I just thought to myself, ‘Man, this is… this is home right here’.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> [laughs] “It was really… it was really raw back then. We didn\'t… we didn\'t have real mats. So it was a whole experience with no A/C, no heat.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> “Oh yeah, I remember freezing in the wintertime, having jackets on and socks on, and then in the summertime just melting.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> [laughs] “That’s why you liked it.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> [laughs]</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “It was good jiu-jitsu, too, but that whole environment… I think brought people – unique people – to that time of my life, to jiu-jitsu. That was the biggest thing.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> [nods] “That was awesome.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">Interviewer:</mark> “What improvements and changes have you noticed in Bill since he started [jiu jitsu]?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “Of course, as far as a jiu-jitsu fighter, technical changes, instead of being over aggressive, sometimes they gear down. What I noticed for the changes on Bill was that you became more technical, obviously more knowledgeable, became more exact on his jiu-jitsu learning and [easier] to coach.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>So as a person, I had the chance to be in your guys’ wedding and be part of a lot of things off the mat. Which means I noticed improvements that are not only connected to real life but [also] improvements for the mats. They\'re together [connected] really. But only a few people can notice that. And I\'ve been close to him for so long that I noticed improvement. Especially after he got married. It was like that was the real deal. You know, so he changed. He was already amazing. And then all of a sudden, with training and his personal life everything kind of got together.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> [nods] “Yeah, definitely more than just jiu-jitsu. As far as the, you know, the kind of the team and being together, and we were in each other\'s weddings…I mean there was, yeah.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> [laughs] “Yes. But it’s hard to notice when you don’t know somebody. Right? When you don\'t hang out with them, when you don\'t see when they\'re at your work? I\'m sure that helped you to be a little bit more ascertained into what you have to do next. Big time.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">Interviewer</mark>:</mark> “What sets BJJ apart from the other disciplines?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “Jujitsu is different from other disciplines because it incorporates all of them. What Judo can\'t do – we do it. What wrestling can\'t do – we do it, but we do wrestling, too. So a lot of things… A lot of times in sports – jujitsu became a sport – but also, it\'s more realistic than others. As far as close distance goes, as far as far range goes… that’s… you have to find every type of discipline. So jiu jitsu finds the adaptation on a fight. It is easier for a jiu-jitsu person. I think they can kind of understand and adapt to the circumstances better and that\'s why I think jiu-jitsu is more effective. A little bit more.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">Interviewer</mark>:</mark> “And Bill, do you wanna speak about how – for both of you – how Brazilian jiu-jitsu fits with pistols?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> [nods] “Nice.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> “Yeah. So how does jujitsu fit in with pistol craft and with combatives and you know, stand up grappling and all those things? Basically, if you don\'t understand how to move your own body and move other people it\'s going to be much harder for you to draw any tools. So it\'s one of the foundational things – being able to move yourself and move other people. Being able to control the situation also allows you to do things with a lot less violence – if you understand how to move people and how to control people without having to go to some sort of a tool. So it\'s a huge advantage if you do understand how to do that. And I would say no combatives guy, no true martial artist is going to be complete unless he understands at least a baseline level of grappling and has a baseline level of a grappling ability.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “I agree. Completely. We start with jiu-jitsu. I think it makes me understand better where is my body? I can protect my weapon much easier because I\'m aware of people reaching on me. That comes on with training. I think a lot of martial arts give that but jiu-jitsu give more [of] the grappling aspect: the hands on, the wrist control, the distance awareness, people behind you. Nobody in jiu-jitsu likes to have somebody walking behind you. So automatically in jiu-jitsu training, I already feel like I can look at my peripheral much easier. And being aware of my own piece, of course, hands on, to avoid their piece or their tools I think jujitsu helps so much, too.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> “To that, I know, for sure, that jiu-jitsu is not one of the primary things that I teach when I\'m doing combatives training, but it\'s woven into every piece of it. And I know so many times when I\'m demoing something, you know, coming in trying to get seatbelt grip on a guy you\'re trying to do counter-gun stuff. There are many, many times that if I was not a jiu-jitsu guy, I would have gotten punked by students. Bottom line. It\'s not that they\'re trying to do it. It\'s just that they\'re not used to..a lot of these guys that aren\'t grapplers are not used to being hands on. And so they\'ll do something weird when you grab them. And being a jiu-jitsu guy, it\'s not a big deal. I just do this, then. I’ll just transition to something else and do it. So it\'s definitely you know… while it might not be the main thing that I\'m putting out continuously, it\'s one of those underlying foundational things that without having that, everything else… is shakier.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “Yes. It\'s hard to understand. A jiu-jitsu person is easier to understand. They understand it quicker. They have a better reaction but it’s just like MMA, for example. I don\'t like to compare or anything like that. But MMA for example. Jiu-jitsu is the spine of MMA. Without Jiu-Jitsu, you can\'t just be a striker, you can\'t be just a grappler. You know, obviously, when you deal with tools, it\'s much broader. The circumstances… but the situation… but it\'s still very, like you said, woven together. And it glues a little bit more solid foundation on us, I think, which is great. For me, it\'s great to hear that.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\"><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-green-cyan-color\">Interviewer</mark>:</mark> “Last one: Has it ever helped you in your job? Maybe in the military?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “Nice. That\'s awesome.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> “Yeah, absolutely. So has jujitsu helped me at my work in my former profession? Absolutely. Just being able to control people, being able to control people with less violence. Absolutely. It has been very helpful. Also noticeable for you know speaking as a group of guys, the more guys trained via jujitsu and striking and all these things, the more guys had willingness to close with guys that you couldn\'t just shoot. Right? So, with someone that was maybe being non compliant, but hadn\'t reached that threshold yet of we need to shoot this guy. The guys that train were always the guys that would have a high level of willingness to go in and close the distance and deal with them.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “They’re more calmer, you think?”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> “Oh, for sure. And well, just they\'ve done it so many times and trained against guys that are way, way better and way stronger than anyone that you\'re dealing with on the battlefield. That when it\'s time to go against, you know, some guy that doesn\'t know how to control his body, he\'s very easy to deal with.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “Yes. Awesome. Great to hear.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill:</mark> “All right. Well, Gustavo, thank you for coming out here.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-cyan-blue-color\">Gustavo:</mark> “It’s a pleasure.”</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><mark style=\"background-color:rgba(0, 0, 0, 0)\" class=\"has-inline-color has-vivid-red-color\">Bill: </mark>“Gustavo is out here for the jiu-jitsu and pistol class. This is now the second year. Hopefully, this is a yearly thing that we will be doing. Because it\'s always great for me to be able to go back into student mode and just sit there and enjoy.”</p>\n<!-- /wp:paragraph --></div>\n<!-- /wp:group -->\n\n<!-- wp:image {\"id\":2193,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_3-1024x769.jpg\" alt=\"\" class=\"wp-image-2193\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2192,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023-1024x769.jpg\" alt=\"\" class=\"wp-image-2192\"/><figcaption class=\"wp-element-caption\">The 2023 Jiu-Jitsu &amp; Pistols Course</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><br>For the Amtac Shooting Jiu-Jitsu and Pistol Course my long-time friend and Jiu-Jitsu teacher Gustavo Machado came out to teach the Jiu-Jitsu portion while I taught the shooting portion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Students were not required to have a Jiu-Jitsu or grappling background in order to participate; whether you have never stepped out onto a mat or you have been rolling for 20 years, your grappling skills will increase.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Jiu-Jitsu topics included:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>takedowns</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>sweeps</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>guard passes</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>positional domination</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>submissions</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":2190,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_4-1024x768.jpg\" alt=\"\" class=\"wp-image-2190\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Pistol topics included:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>fundamentals of marksmanship</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>shooting with an aggressive fighting stance</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>one-handed draw stroke</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>combative weapons retention shooting</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>correctly dealing with malfunctions</li>\n<!-- /wp:list-item -->\n\n<!-- wp:list-item -->\n<li>reloads among other things</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":2194,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_2-1024x772.jpg\" alt=\"\" class=\"wp-image-2194\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":2184,\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-medium\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/09/Untitled-design-300x300.png\" alt=\"\" class=\"wp-image-2184\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>About Gustavo:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Gustavo is the Head Instructor and proprietor of Gustavo Machado Brazilian Jiu-Jitsu. Professor Gustavo is currently a 5th Degree Black Belt under the legendary Roberto “Gordo” Correa. He has dedicated his life to teaching and spreading the understanding of the technique that he has mastered from his teachers in Brazil. There are many outstanding students at his academy in Virginia Beach, with a few embarking upon careers of their own as BJJ instructors.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>There are 16 Gustavo Machado affiliate academies along the East Coast that create a Gustavo Machado Brazilian Jiu-Jitsu Team Association. The Gustavo Machado Team has become both nationally and internationally renowned with many champions on the mat. In addition to his Brazilian Jiu-Jitsu accomplishments, Gustavo has also had the opportunity to work closely with Law Enforcement and Special Operations units from the United States Navy, United States Marine Corps and U.S. Army for the last 13 years.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Upcoming Courses</h2>\n<!-- /wp:heading -->\n\n<!-- wp:shortcode -->\n[add_eventon_list number_of_months=\"12\" event_count=\"3\" hide_past=\"yes\" hide_empty_months=\"yes\" show_year=\"yes\" ]\n<!-- /wp:shortcode -->','Interview with Gustavo Machado and Bill Rapier for the Amtac Shooting Jiu-Jitsu and Pistol Course','','inherit','closed','closed','','2183-revision-v1','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',2183,'https://staging.amtacshooting.com/?p=4046',0,'revision','',0),
(4047,10,'2024-12-31 18:36:58','2024-12-31 18:36:58','<p>Text: Revelation 4:11 Ephesians 2:10</p><p>Date: June 7 2020 </p>','Sermon: What is your purpose and what are you doing to give God glory and to further his kingdom?','','inherit','closed','closed','','2172-revision-v1','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',2172,'https://staging.amtacshooting.com/?p=4047',0,'revision','',0),
(4048,10,'2024-12-31 18:36:58','2024-12-31 18:36:58','<p>Text: Isaiah 43:7 1 Peter 2:9 John 14:21 Romans 12:1 John 1:1<br/>Date: Nov 1 2020</p><p><br/></p>','Sermon: What is our mission?','','inherit','closed','closed','','2173-revision-v1','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',2173,'https://staging.amtacshooting.com/?p=4048',0,'revision','',0),
(4049,10,'2024-12-31 18:36:58','2024-12-31 18:36:58','<!-- wp:image {\"id\":2139,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/Header-AAR-1.jpg\" alt=\"\" class=\"wp-image-2139\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:image {\"id\":2142,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1.jpg\" alt=\"\" class=\"wp-image-2142\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><em>This AAR </em>was<em> graciously given by a student of the Amtac Shooting Modern Minuteman Course held in May 2023.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph {\"align\":\"center\"} -->\n<p class=\"has-text-align-center\"><strong>SUMMARY:&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The modern minuteman course was a two-day course held by Amtac Shooting which provided students with information and the opportunity to practice several necessary skills for the modern minuteman, especially long-range shooting and land navigation. The course was held over two days on a beautiful property in the Pacific Northwest and ended in a competition, which provided the opportunity to pressurize the practice of many of the skills we had learned.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\",\"sizeSlug\":\"full\",\"align\":\"center\"} -->\n<figure class=\"wp-block-gallery aligncenter has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":2146,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c.jpg\" alt=\"\" class=\"wp-image-2146\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":2153,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/IMG_9811-min.jpg\" alt=\"\" class=\"wp-image-2153\"/></figure>\n<!-- /wp:image --></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>DAY ONE</strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first day of the course was broken into two segments, precision shooting and land navigation. Each segment was further broken down into an instructional brief, and then a practical application period. This was valuable as it gave each student time to reinforce the topics we were being taught. While Bill made it clear that each of the topics we were discussing could be a course on their own, the amount that he covered in the limited time we had available was amazing. For example, within the first instructional block, we covered an overview of the evolution of precision/recce rifles, multiple considerations when choosing rifle scopes (including MIL/MOA, first or second focal plane, and magnification), using ballistic calculators, holding vs dialing for distance and wind, shooter/spotter dialogue, reading the wind, the basic mindset of precision shooting, and more. I am confident that if any other instructor attempted to communicate this much information to a class the install would be unsuccessful; however, Bill spoke with such authority and knowledge on each topic that he made it extremely easy to understand. It was evident that he had put a significant amount of time thinking about how to best distill the information for that brief.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":2145,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c.jpg\" alt=\"\" class=\"wp-image-2145\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Following the brief each of us was given time to confirm zero on our rifle before we started to integrate the information we had just learned. We were able to practice using ballistic calculators which solidified the training we had just received, and collected DOPE for our rifle. The range setup was amazing, with targets stretching out to and beyond 1000 yards. After a few hours gaining familiarity with long-range shooting, we broke for lunch. Following lunch, we went into the second instructional block of the day, land navigation. Again, Bill distilled a lifetime of his knowledge into a few hours. We covered topics ranging from basic information like how to read a map, to more advanced topics such as navigating by terrain identification using contour lines. Everyone was provided a map of the area, as well as 1:24,000 protractor, and shown how to plot points using our compass and protractor. We were given individual instruction on how to use our GPS systems and provided 7 practice waypoints before being sent out into the woods. This part of the course was extremely fun and provided everybody with experience for the next day’s competition.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":2144,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/318DA388-FD78-437B-A080-2F8F64AAFF8D_1_105_c.jpg\" alt=\"\" class=\"wp-image-2144\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph {\"align\":\"center\",\"fontSize\":\"medium\"} -->\n<p class=\"has-text-align-center has-medium-font-size\"><strong>DAY TWO</strong>:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Day two began with Bill’s mindset talk. I have had the opportunity to hear this talk a few times, and every time I get something new from it. This time the talk included an overview of communications, which was again artfully distilled into its most useful and accessible form. The overview was extremely detailed and provided more than enough information for each student to go home and know exactly which topics to continue researching, and the best resources to go about doing it. The remainder of the mindset talk deserves a review of its own, so for now I will just say that the course would have been worth it even if it was just the mindset talk. The competition involved an initial shooting competition followed by a 13 waypoints maneuver, with two of the waypoints having additional skill stations attached. The initial shooting competition involved engaging targets with our rifle at various distances out to 600 yards from various shooting positions, followed by a short sprint to another shooting position where we engaged steel targets with our sidearm. Afterwards we were given the waypoint coordinates and plotted each waypoint on our map and in our GPS. These waypoints stretched over quite a distance and gave a wonderful opportunity to see a lot of different areas of the woods. The first waypoint station that opened had two competitions, a fire building competition that allowed us to gain awareness of where our firemaking materials were located in our kit, and a max pushup station. Bill provided me with some personalized tips regarding how to improve my fire-making time after the station, which was much appreciated. The second station, which opened much later in the competition had three competitions. First was a timed tourniquet application, which again allowed us to become more familiar with where certain aspects of our kit were staged. The next two competitions involved engaging a series of targets at various distances with our rifle, and again with our pistol. After this, I double-timed back to home base and narrowly made the adjusted cutoff time.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Overall, this course and competition were extremely beneficial and fun and provided me with a pressurized environment to test my equipment and myself. I was extremely grateful to have had the ability to learn from Bill, especially concerning this topic, and would 100% recommend this or any Amtac course to anyone interested in gaining incredible instruction and testing themselves and their kit.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>– FJ</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[convertkit form=5528390]\n<!-- /wp:shortcode -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Upcoming Courses</h2>\n<!-- /wp:heading -->\n\n<!-- wp:shortcode -->\n[add_eventon_list number_of_months=\"12\" event_count=\"3\" hide_past=\"yes\" hide_empty_months=\"yes\" show_year=\"yes\" ]\n<!-- /wp:shortcode -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','AAR: The Amtac Shooting Modern Minuteman','','inherit','closed','closed','','2134-revision-v1','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',2134,'https://staging.amtacshooting.com/?p=4049',0,'revision','',0),
(4050,10,'2024-12-31 18:36:58','2024-12-31 18:36:58','<!-- wp:image {\"id\":2061,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/Header-AAR.jpg\" alt=\"\" class=\"wp-image-2061\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {\"align\":\"center\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator aligncenter has-alpha-channel-opacity is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:image {\"id\":2060,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2023/06/IMG_9740-min-min-1-1-1024x606.jpg\" alt=\"\" class=\"wp-image-2060\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:separator {\"align\":\"center\",\"className\":\"is-style-wide\"} -->\n<hr class=\"wp-block-separator aligncenter has-alpha-channel-opacity is-style-wide\"/>\n<!-- /wp:separator -->\n\n<!-- wp:paragraph -->\n<p><em>This AAR and additional feedback was graciously given by students of the Amtac Shooting Tribe-Centric CQB Course held April 2023.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>BLUF:</strong><br>Amtac Shooting Instruction delivers outstanding instruction through the Tribe-Centric CQB course. Valuable technical skills are taught as well as mental/mindset skills in the overwhelming and chaotic arena of CQB. Pistol/carbine fundamentals, 1-4+ man CQB, tribe (spouse, children, non-trained people, etc.), and mindset considerations are covered. Lead instructor, Bill Rapier, is a capable teacher who relates meaningful and relevant material from years of top-tier experience. It is a rare occurrence to find an instructor who is seasoned at the top level of real-world application and can translate that experience into a cohesive instructional package. Bill Rapier of AmTac Shooting Instruction delivers just such a package. Rapier teaches with a professional, efficient, and serious demeanor, yet is approachable, delivering his course material with humility and respect regardless of student age, experience, occupation, civilian, military, or law enforcement service. He is clearly invested in the improvement of all his students and their ability to handle emergent circumstances in real-world applications.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>NARRATIVE:&nbsp;</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was my second course attended through AmTac Shooting Instruction. My first course was a&nbsp; two-day Integrated Combatives course attended in the fall of 2022. I found the combatives course to be so valuable to my own improvement, that I registered for the April 2023 Tribe-Centric CQB course almost immediately when I discovered it was offered.&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">DAY ONE</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>8:30am, Students meet AmTac owner and Lead Instructor, Bill Rapier at the rally point to caravan to the Training Center. The long North Idaho winter had finally broken, and temps were pleasant with sunshine and a light breeze. As communicated via email a couple days prior, there were still some remnants of deep, slushy snow clinging to the shady parts of the road for the final quarter mile up to the TC. So, after a few miles up the mountain road, we parked the vehicles and rucked our gear the rest of the way.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once upstairs at the ATC, brief introductions were made, and Bill summarized the day’s syllabus.&nbsp; After delivering the safety/emergency briefing and asking for questions, we shed lunches and rucked down the hill to the live-fire range for pistol instruction.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The pistol instruction covered most pistol basics with a focus on CQB application. Shot group analysis (Three Amigos, anyone?), Strike Ready position, grip, recoil management, trigger finger placement, rapid-fire, etc… One very notable point of instruction was the focus on stance and comparison of the strong athletic stance that Rapier teaches in regular shooting vs. a more isosceles stance in relation to the application of CQB techniques. After each point of instruction, Bill would perform live fire demonstrations and ensure students’ questions were answered with detailed explanations prior to starting the next live fire exercise.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:columns -->\n<div class=\"wp-block-columns\"><!-- wp:column {\"width\":\"100%\"} -->\n<div class=\"wp-block-column\" style=\"flex-basis:100%\"><!-- wp:media-text {\"align\":\"wide\",\"mediaId\":2073,\"mediaLink\":\"https://www.amtacshooting.com/?attachment_id=2073\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_1489-min-2.jpg\" alt=\"\" class=\"wp-image-2073 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p>The pistol instruction block ended with each student taking a “modified” run through the steel target course where shooters moved down the hill, identifying and engaging steel targets of assorted sizes interspersed in the forest. This was a fun culmination to the live-fire portion of the day, and we rucked back up the hill for lunch at approximately 1:00pm.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Lunch upstairs in the AmTac Training Center was pleasant with students enjoying fellowship and getting to know one another. Many of the students were already acquainted, having attended previous courses either at the North Idaho ATC or through one of AmTac’s many national courses.</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text --></div>\n<!-- /wp:column --></div>\n<!-- /wp:columns -->\n\n<!-- wp:paragraph -->\n<p>After wrapping up lunch, Bill detailed the remainder of the day, and a block of instruction was given upstairs about CQB. I recommend bringing a notepad as there is a tremendous amount of information and instruction given throughout the entire course. This first block of information detailed basic CQB doctrine and SOPs. Points of instruction covered: the difference between “dynamic” vs “deliberate” entries, angles, positive identification of targets, elements of individual and team movement, element of surprise, body language, teammates, priority of threats, and verbal commands. Afterward, we moved downstairs to begin applying the concepts and SOPs in the ATC shoot house.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"align\":\"center\",\"id\":2071,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image aligncenter size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/AAR-collage.jpg\" alt=\"\" class=\"wp-image-2071\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>A note about safety. Bill carefully and clearly communicated to students the process and protocols used to ensure everyone’s safety while around and using the shoot house. Throughout the three days of instruction, he related some stories with tragic consequences and hard lessons learned from his experience. All real firearms were stored away from the training area. Students (and Bill) were repeatedly checked to ensure that anything carried was a training pistol or training blade. After breaks and prior to runs in the shoot house, students and Bill would check each other for “live” weapons; lifting shirts and emptying pockets to ensure training partners and instructor that only training guns/blades were carried.<br>The application part of the afternoon began with 2 man “dynamic” entry of center-fed and corner-fed rooms using SIRT pistols or blue guns. After that, the focus was entirely shifted to “deliberate” clearing techniques and SOPs with each successive repetition through the shoot house getting more complicated with the addition of multiple targets, unarmed/non-combatants, multiple rooms, inward/outward opening doors, communication with team, and decision making. Each rep through the shoot house challenged individuals to retain and apply the instruction as well as decision-making and teamwork. The day also progressed from using SIRT/blue pistols to UTM pistols provided by AmTac.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The first day wrapped up around 5:30pm with Bill answering student questions on any of the material covered throughout the day. Bill gave students instructions for the next day. A handful of students stayed overnight in the ATC upstairs bunkhouse while the rest of us rucked back down the partially snow-covered road to our vehicles to return to our hotels or homes.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">DAY TWO</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Meet at 8:30am, caravan, park, ruck to the TC. Bill gives a brief syllabus for the day; students drop off lunches and ruck down to the range for carbine live-fire. Students start with a brief “zeroing”&nbsp; session at 50 yards and fundamentals of marksmanship. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"align\":\"wide\",\"mediaPosition\":\"right\",\"mediaId\":2074,\"mediaLink\":\"https://www.amtacshooting.com/?attachment_id=2074\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide has-media-on-the-right is-stacked-on-mobile\"><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p>Once “zeroed,” we moved forward to work approx. 7-10 yards from the target line. Bill took the group through carbine fundamentals and concepts such as: “Circle of Awareness,” Strike Ready position, low ready, hip position/stance, switching shoulders, recoil management on rapid fire, prepping mags, rifle cant, emergency reloads, etc... Again,&nbsp; Bill would pause at the end of each block of instruction for questions and demonstrate the concepts before having the students run the course of fire.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_1515-min.jpg\" alt=\"\" class=\"wp-image-2074 size-full\"/></figure></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p>The live fire day was finished around 1:00pm with individual runs through the woods course,&nbsp; starting at a station in the woods, identifying and placing rounds on steel targets that were a minimum of 50 yards downrange, then moving over challenging terrain to the next station, engaging the next set of steel targets, etc. Each student was accompanied by Bill, taking on the role of coach, spotter, or RSO&nbsp; as required.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Once back up the hill at the ATC, we had lunch around 1:45pm. My general impression of AmTac&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>students is that they are a good bunch of folks, and I am happy to report that this group did not break that impression. Students and Bill exchanged stories, talked about current events, asked questions, and enjoyed fellowship, getting to know one another. Speaking for myself, I am happy to have met and made new friends at an AmTac course, once again.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After lunch, the instruction block was brief. Bill explained that we would be performing mostly the same concepts as the previous day, only with carbines. Bill provided some UTM training bolts for the carbines along with UTM rounds so that the students would be able to use their own personal carbines/optic/light setups.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"align\":\"wide\",\"mediaId\":2076,\"mediaLink\":\"https://www.amtacshooting.com/?attachment_id=2076\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/187f4bc379da32c651a1-min-689x1024.jpeg\" alt=\"\" class=\"wp-image-2076 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p>Numerous additional CQB concepts and SOPs were covered such as: “Angle Man &amp; Corner Boy,”&nbsp; decision making, non-verbal communication, safety manipulations, low/high port, “Cheater’s” Low&nbsp; Ready, etc... I am thankful that my pen did not run out of ink from all the note-taking!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The day finished later than the first day as the exercises progressed in complexity. The final run&nbsp; finished around 6:00pm and the students gathered upstairs for dinner provided by AmTac. I am especially grateful to Mrs. Rapier for the delicious entrée of Shepherd’s Pie with salad and cornbread.&nbsp; Also, I do not usually eat sugar, but an exception had to be made for the dessert brownies. They were spectacular! My compliments to the chef!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The evening finished with instructions for the next day and another walk down the hill to our respective vehicles.&nbsp;</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">DAY THREE</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Meet at 8:30am, caravan, park, ruck. Bill gives a brief syllabus and introduces two of his sons who would be role-players later in the day. The entire day will be devoted to repetitions in the shoot house after the morning mindset talk.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"align\":\"wide\",\"mediaId\":2077,\"mediaLink\":\"https://www.amtacshooting.com/?attachment_id=2077\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2023/06/IMG_9750-2-min-492x1024.jpg\" alt=\"\" class=\"wp-image-2077 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p>One of the things that most impressed me with the first course that I attended with Bill was the mindset talk. Mindset is a truly overlooked aspect of training. Some good discussion was had, and I was certainly challenged in my self-evaluation once again regarding awareness, willingness, and preparation.&nbsp; By the end of that mindset talk, each man in that room heard The Truth. What they do with it is up to them, but I deeply appreciate this aspect of Bill’s courses.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>After the morning mindset talk, we went downstairs to start working reps through the shoot&nbsp; house. This day was the “Tribe-centric” day of the course. First, there was an instruction block and a repetition on single man entry/CQB with pistol and one of Bill’s sons as a non-combatant or limited capability role-player. Students were tasked with clearing the shoot house while communicating/instructing/moving a child. Next, moving on to larger teams with the child as a limited capability combatant. Late break for lunch, then back to work in the shoot house. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p>The day’s exercises ended with a force-on-force culmination exercise that tasked a three-man team to execute a mission to rescue a kidnapped child. The exercise was complete with unknown OpFor, shoot/no-shoot decisions,&nbsp; auditory overload, and general mayhem. Outstanding!&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>The third day closed with Bill asking for final questions and expressing his gratitude to the students. Students said their goodbyes, some exchanged contact info, and we rucked back down the hill one last time.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This was an excellent course. The CQB information and presentation is outstanding. Be advised that due to the nature of the course and the fact that Bill is teaching without an assistant, there will be a lot of down time while other teams take their turn through the shoot house. However, after each repetition through the shoot house, Bill would give an immediate AAR to each team, offering further insight, instruction, and wisdom on a personalized individual level. This was immensely valuable, and I&nbsp; learned things that I could immediately implement and apply with my tribe back home. That said, we&nbsp; were blessed to have had such beautiful weather for the three days that we spent on “AmTac&nbsp; Mountain.” The AmTac Training Center is still a work in progress, and the facility was recovering from a&nbsp; long hard North Idaho winter, but even with some small adversity, it is a wonderful place to learn.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:media-text {\"align\":\"wide\",\"mediaId\":2078,\"mediaLink\":\"https://www.amtacshooting.com/?attachment_id=2078\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/187f3e3dbfab9d31dbd1-min-1-819x1024.jpeg\" alt=\"\" class=\"wp-image-2078 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p>I am humbled to have had this opportunity and deeply thankful that I am one of the eleven&nbsp; “Plank Owners” (as Bill said) of the first AmTac Tribe-Centric CQB course. As a responsibly armed citizen and Christian man, I have deep respect and gratitude for someone like Bill who is dedicated to service. I&nbsp; am excited to relay what I have learned to my own tribe and as Bill says, “integrate this material into my&nbsp; own system.”&nbsp;&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I look forward to my next AmTac course and highly recommend attending any of Bill Rapier’s courses to all my responsibly armed friends and family.&nbsp;</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p>Some course stats:&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Pistol round count: approx. 300&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Rifle round count approx. 300&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Safety issues/violations: None. Students were advised of safe standing location before the carbine steel challenges began. Students were reminded and advised to move and remain in safer location during carbine steel runs, but no direct safety violations were observed.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>- S.F.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"textAlign\":\"center\"} -->\n<h2 class=\"wp-block-heading has-text-align-center\">ADDITIONAL COURSE FEEDBACK</h2>\n<!-- /wp:heading -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>“The most impactful part was Bill’s material on working with kids/untrained partners. How you can plug them in as an asset with simple instructions and also keep them safe. When I got home, I spent a couple of hours with my son. I can give him tools or have him access my tools on command. His a team member and not a liability.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This applies to all courses but this is training and not entrainment. It’s all about being more capable people. That’s why I come back for more training. You are also building a great training center and tribe. Thank you.&nbsp;“</p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>&nbsp;- Peter</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p><em>“The Tribe Centric CQB class presents CQB concepts framed in a manner pertinent to the responsible armed citizen, in order to be better protectors of our families and neighbors. Live fire on the range is combined with exercises in the Amtac Training Center shoothouse utilizing UTM munitions. You will swiftly realize the difficulty of processing information rapidly in such an environment, and Bill is a master at teaching this craft. For anyone who carries a firearm, I highly recommend training with Amtac in general and this class in particular.”</em></p>\n<!-- /wp:paragraph --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>- Daniel</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>I have about three decades of combined military/LE/security experience and I’ve completed numerous training courses but the CQB course with Bill was nearly all new information for me. &nbsp;Even very experienced shooters will learn new skills and then get a chance to use them in a shoot house under various conditions (dry, UTMs versus paper targets and UTMs versus live opposition), all while being observed and receiving feedback from Bill. &nbsp;This course is a rare opportunity for students to have the opportunity to learn from someone who served at the highest level in a unit where CQB is one of the primary functions, and every student will come away with new skills to continue to drill in the future. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Bill discussed a level 2 course and I would be extremely interested in taking that. &nbsp;I am by most measures an experienced shooter but I think I might also benefit from taking the initial CQB course over again if the chance arises. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><strong>Key things that I enjoyed about the course:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Getting a deeper view into a skill set that my career really hasn’t focused on</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Being able to drill those skills multiple ways with UTMs&nbsp;</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Seeing the various equipment and weapons setups that fellow students had and being able to observe how those platforms performed in this environment</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list -->\n\n<!-- wp:list -->\n<ul><!-- wp:list-item -->\n<li>Working with experienced students who had all taken previous classes from Bill and largely shared similar desires to better protect their family, and in many cases also shared social and religious outlooks. &nbsp;There was a degree of commonality among the students and it made the training experience take on a social aspect that I also heard other students remark about. &nbsp;Several of us exchanged information and will remain in touch going forward. &nbsp;</li>\n<!-- /wp:list-item --></ul>\n<!-- /wp:list --></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>-Jeff </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[convertkit form=5311860]\n<!-- /wp:shortcode -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Upcoming Courses</h2>\n<!-- /wp:heading -->\n\n<!-- wp:shortcode -->\n[add_eventon_list number_of_months=\"12\" event_count=\"3\" hide_past=\"yes\" hide_empty_months=\"yes\" show_year=\"yes\" ]\n<!-- /wp:shortcode -->','AAR: The Amtac Shooting Tribe-Centric CQB','','inherit','closed','closed','','2053-revision-v1','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',2053,'https://staging.amtacshooting.com/?p=4050',0,'revision','',0),
(4051,10,'2024-12-31 18:36:58','2024-12-31 18:36:58','<p>I get asked a lot about what sight to run for different pistol’s with different Miniature Red Dot Sights (MRDS).  Here is what I am currently running.</p>\n<p> </p>\n<p>For G17/19/45 with Aimpoint Acro or with Holosun 509T.</p>\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>&lt;iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B018JRCUUS&amp;asins=B018JRCUUS&amp;linkId=fde5473a95b2714d8375fcc6aa1dc1b4&amp;show_border=true&amp;link_opens_in_new_window=true\">&lt;/iframe></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>For the G43/43x/48 with an Trijicon RMRcc milled in, I use the same sights as for the full size pistols. I know it says that it does not work, but it does, you just have less rear sight drift ability. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>&lt;iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B018JRCUUS&amp;asins=B018JRCUUS&amp;linkId=29a4d8c3b2e0a69860a83d2d46d2f7ff&amp;show_border=true&amp;link_opens_in_new_window=true\">&lt;/iframe></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>For the G43/43x/48 with a Holosun 507k milled in, I use these sights. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>&lt;iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B01LOYB73O&amp;asins=B01LOYB73O&amp;linkId=0446f211c16cde19d4e2ca85f045894a&amp;show_border=true&amp;link_opens_in_new_window=true\">&lt;/iframe></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>For the MRDS:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Holosun 509T</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>&lt;iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B084Z2768S&amp;asins=B084Z2768S&amp;linkId=c6e521b54fb6106e470dc69974064bf2&amp;show_border=true&amp;link_opens_in_new_window=true\">&lt;/iframe></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>Aimpoint Acro</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>&lt;iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B07Q61DVZN&amp;asins=B07Q61DVZN&amp;linkId=c656c08c1d805de88619f7a191659438&amp;show_border=true&amp;link_opens_in_new_window=true\">&lt;/iframe></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>Trijicon RMRcc</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>&lt;iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B08JJCX7NV&amp;asins=B08JJCX7NV&amp;linkId=250be1ee0245094762262dd8cfeb4607&amp;show_border=true&amp;link_opens_in_new_window=true\">&lt;/iframe></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>Holosun 507k</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>&lt;iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B08K1RF8WM&amp;asins=B08K1RF8WM&amp;linkId=cf55acdab3ddca96470b834cc835fd3b&amp;show_border=true&amp;link_opens_in_new_window=true\">&lt;/iframe></code></pre>\n<!-- /wp:code -->\n\n<!-- wp:paragraph -->\n<p>Holosun 507 C. If you need to save money this is the least expensive good MRDS (I have been running one on a UTM G17 and it has held up to abuse).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:code -->\n<pre class=\"wp-block-code\"><code>&lt;iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B08G6HPY8Y&amp;asins=B08G6HPY8Y&amp;linkId=385f106387665ef9571a6b0ceeac3da1&amp;show_border=true&amp;link_opens_in_new_window=true\">&lt;/iframe></code></pre>\n<!-- /wp:code -->','Sights','','inherit','closed','closed','','1606-revision-v1','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',1606,'https://staging.amtacshooting.com/?p=4051',0,'revision','',0),
(4052,10,'2024-12-31 18:36:58','2024-12-31 18:36:58','<h2>12 June 2020 (Lewisberry, PA)</h2>\n<blockquote><p>\"I have said many times here on the blog that I am sick of standing in lines with 10-20 other students and blazing away at targets like I’m standing in the ranks at Waterloo.&nbsp; So when I get the chance to take a class that is even a little bit different, particularly with an instructor who is a known quantity and covering a subject that interests me and could be of some use, then I am inclined to take it.&nbsp; This class, though not cheap for a one-day class, gave me the chance to brush up on some carbine skills, some moving while shooting, a touch of vehicle considerations, and of course the bag work.&nbsp; So I definitely thought it was worth my time and money.\"</p>\n<p>- Robert</p></blockquote>\n<p>Read full AAR <a href=\"https://civiliangunfighter.wordpress.com/2020/06/18/aar-american-tactical-shooting-instruction-bill-rapier-compact-carbine-deployment-lewisbury-pa-06-12-20/\">here.</a></p>\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Upcoming Courses</h3>\n<!-- /wp:heading -->\n\n<!-- wp:shortcode -->\n[add_eventon_list number_of_months=\"12\" event_count=\"3\" hide_past=\"yes\" event_type=\"14\" hide_empty_months=\"yes\" show_year=\"yes\" ]\n<!-- /wp:shortcode -->','AAR: Compact Carbine Deployment on Civilian Gunfighter','','inherit','closed','closed','','1539-revision-v1','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',1539,'https://staging.amtacshooting.com/?p=4052',0,'revision','',0),
(4053,10,'2024-12-31 18:36:58','2024-12-31 18:36:58','<p><i>This post contains affiliate links. Read our disclosure policy </i><a href=\"https://www.amtacshooting.com/privacy-and-disclosure/\"><i>here</i></a><i>.</i></p>\n\n<!-- wp:paragraph -->\n<p>I am writing this article because of the overwhelming amount of questions that I receive on a regular basis about communications. We live in a time where we are more connected than people have ever been in history. With cell phones, texting, email and social media, it is easier now to communicate with people than it ever has been. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1506,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2020/04/Billradio-min.jpg\" alt=\"\" class=\"wp-image-1506\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The problem with all of these methods is that they rely on infrastructure and all of this infrastructure is fragile. What if parts of it break? What if parts of it become censored? I want my family, friends, and tribe to be able to continue to communicate regardless of circumstance. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This article is no substitute for training and experience, but it is a good place to start if you want to make yourself and your community more resilient. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Legalities</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>First a quick legal disclaimer. The FCC has rules in place for just about every aspect of radio communications. They have and will fine people for breaking rules, however if life, limb or eyesight are at risk, use any means at your disposal to help protect yourself and those you love. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>It is your responsibility to be educated</em>. As one of my mentors used to say \"Know the rules and know why you are breaking them. Do not break them out of laziness or ignorance.\" </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.fcc.gov/wireless/bureau-divisions/mobility-division/family-radio-service-frs\">FRS Rules</a><br><a href=\"https://www.fcc.gov/wireless/bureau-divisions/mobility-division/amateur-radio-service\">Ham Rules</a><br><a href=\"https://www.fcc.gov/general-mobile-radio-service-gmrs\">GMRS Rules</a><br><a href=\"https://www.fcc.gov/wireless/bureau-divisions/mobility-division/multi-use-radio-service-murs\">MURS Rules</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Licensing</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>All of the recommendations that I am making will be marked as \"No license required\" or \"Ham\" or \"GMRS\". If it is marked as \"No license required\" it is either a MURS or FRS radio and does not require licensing to use. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If it is labeled \"Ham\", it is legal to own or use in an emergency, but not legal to use during normal times unless you are a licensed amateur. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If it is labeled \"GMRS\" you can purchase, and listen, but you are supposed to buy a \"GMRS\" license from the FCC before you transmit.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1507,\"sizeSlug\":\"large\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2020/04/Radio-min.jpg\" alt=\"\" class=\"wp-image-1507\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Logistics</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>All of us are constrained by logistics. Regardless of  what your budget is we all have one, and being wise in our gear choices allows us to cover more bases. If you have something that is almost as good but costs half as much, it means that you can buy more of the item or use the money you saved for something else. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:quote -->\n<blockquote class=\"wp-block-quote\"><!-- wp:paragraph -->\n<p>\"The amateurs discuss tactics: the professionals discuss logistics.\" </p>\n<!-- /wp:paragraph --><cite>Napoleon</cite></blockquote>\n<!-- /wp:quote -->\n\n<!-- wp:paragraph -->\n<p>Logistics matter, so what I have attempted to compile here is a list of equipment that will get the job done, but not break the bank.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Gear</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">BaoFeng UV-5R Dual Band Two Way Radio </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B007H4VT7A&amp;asins=B007H4VT7A&amp;linkId=ed65049776237d8e33733c01beaa7b10&amp;show_border=true&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly. <em>Ham license required.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">BTECH MURS-V1 MURS Two-Way Radio  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B075VBP9YG&amp;asins=B075VBP9YG&amp;linkId=da18c499d3eb38d29506a1b69713e841&amp;show_border=true&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range. <em>No license required.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))  </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B01LWOLZ8L&amp;asins=B01LWOLZ8L&amp;linkId=ffb1e28db5fd6eb495adad7f9ffd0cf5&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users. <em>GMRS license required.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B0772SYDZ1&amp;asins=B0772SYDZ1&amp;linkId=e92d3a10ded16c59b970ceed4fc27b8d&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This is an inexpensive option that is very simple to use. Think hand out radio. <em>No license required</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B00IMT678A&amp;asins=B00IMT678A&amp;linkId=7c21277bda6b6bb2acd2c50a0fe70dee&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em> No license required</em>.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B00KC4PWQQ&amp;asins=B00KC4PWQQ&amp;linkId=6dc4135e4e057e8eb95289e0ce5e6801&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p> This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" target=\"_blank\" rel=\"noreferrer noopener\">This antenna</a> uses a magnet to attach to your vehicle roof, it will work with  the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B00KZ6VGUW&amp;asins=B00KZ6VGUW&amp;linkId=ab72bbd97912cc0c0e6ceab6a9afc243&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B013WPA6YO&amp;asins=B013WPA6YO&amp;linkId=cb80e4e475e85214472f62c32512b2a9&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This replacement battery for the UV-5R  has over twice the capacity of the original battery.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham) </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B06XCDWT6V&amp;asins=B06XCDWT6V&amp;linkId=e2db703a500321d42c6b636ea4e32055&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p><em>Requires a Ham license.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\"} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B073RZHSMG&amp;asins=B073RZHSMG&amp;linkId=09ba81be28429c462e9aa9feee8df36f&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p> <em>Requires a Ham license.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\"} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B07SR874C1&amp;asins=B07SR874C1&amp;linkId=da736f0bd06854e5c5ae5571531343f3&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p><em>Requires a Ham license.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:separator {\"opacity\":\"css\"} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories:</strong> </h3>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259 </h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" target=\"_blank\" rel=\"noreferrer noopener\">This antenna</a> uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable - R-U100 - Coax cable</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B00K4DXNR0&amp;asins=B00K4DXNR0&amp;linkId=c3721b3eb66bf41021f00969e4794281&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B07XMJDJX7&amp;asins=B07XMJDJX7&amp;linkId=9471d71a1d81111ed7b569b436f40f79&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B00K8E4WAW&amp;asins=B00K8E4WAW&amp;linkId=89589597da82278a46c35058754c28ea&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Tram 1410 Broad Band Discone/Scanner Base Antenna</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B00QVPGKHU&amp;asins=B00QVPGKHU&amp;linkId=d5016343f85e47b018e3cb37bd88a743&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Driveway Alarms</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>If you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Dakota Alert PIR Driveway Alarm </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B001BI4QUK&amp;asins=B001BI4QUK&amp;linkId=50eb71d377974966e5793c0437193837&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>You can use this for driveways or any zone that you want to monitor.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Dakota Alert Vehicle Alarm </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B001C76KRW&amp;asins=B001C76KRW&amp;linkId=aad3b9a7a98a6eab971796a3e56ae794&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Dakota Alert Base Station</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B00FJ9S0W2&amp;asins=B00FJ9S0W2&amp;linkId=72f9778f919d162078a5f61165a9799a&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p> If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver - 100 Watts </h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B01LZHA0I4&amp;asins=B01LZHA0I4&amp;linkId=f774887bac06c9ccfb500b7d21b5a92b&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus. <em>Requires a Ham license.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B07C2CRSZ8&amp;asins=B07C2CRSZ8&amp;linkId=2c1661481ae125c89308d4bbab6ea7d3&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio. <em>Requires a Ham license.</em></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4 class=\"wp-block-heading\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</h4>\n<!-- /wp:heading -->\n\n<!-- wp:html -->\n<iframe style=\"width:120px;height:240px;\" marginwidth=\"0\" marginheight=\"0\" scrolling=\"no\" frameborder=\"0\" src=\"//ws-na.amazon-adsystem.com/widgets/q?ServiceVersion=20070822&amp;OneJS=1&amp;Operation=GetAdHtml&amp;MarketPlace=US&amp;source=ss&amp;ref=as_ss_li_til&amp;ad_type=product_link&amp;tracking_id=amtac-20&amp;language=en_US&amp;marketplace=amazon&amp;region=US&amp;placement=B00K604IUW&amp;asins=B00K604IUW&amp;linkId=81cf6b3e294b012bd2aeda4d46b8196a&amp;show_border=false&amp;link_opens_in_new_window=true\"></iframe>\n<!-- /wp:html -->\n\n<!-- wp:paragraph -->\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like <a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\">this</a>. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p></p>\n<!-- /wp:paragraph -->','Recommended Radio Gear','I am writing this article because of the overwhelming amount of questions that I receive on a regular basis about communications. We live in a time where we are more connected than people have ever been in history.','inherit','closed','closed','','1455-revision-v1','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',1455,'https://staging.amtacshooting.com/?p=4053',0,'revision','',0),
(4054,10,'2024-12-31 18:36:58','2024-12-31 18:36:58','Disclosure Policy\n\nAmtac Shooting (company, we, us) sells courses providing shooting and tactical training to citizens of high moral character, local law enforcement and military. We also write articles sharing ideas, thoughts, products and services which we think are helpful and interesting to you the readers. \n\nThis Disclaimer, along with the Terms of Use and Privacy Policy, governs your access to and use of AmtacShooting.com, including any content, functionality and services offered on or through AmtacShooting.com (the “Website”), whether as a guest or a registered user.\n\nPlease read the Disclaimer carefully before you start to use the Website. By using the Website or by clicking to accept or agree to the Terms of Use when this option is made available to you, you accept and agree to be bound and abide by the Disclaimer. If you do not want to agree to the Privacy Policy, you must not access or use the Website.\n\nAny product, service or business we promote will only be those in which we believe in. Our honest opinion will always be given.\n\nThe content of our website is a source of income for us and therefore may be used to promote products, services, or other businesses. When we will link to a product or website that we are affiliated with, we may be paid a commission based on the sale of such products. This is at no cost to our readers.\n\nIt is important to us that we disclose to our readers whenever a post contains any links to our affiliates. We will make our readers aware by adding a disclaimer in any such post(s).\n\nWe will only choose to promote products/services/businesses that we personally believe in, have used and/or that we feel will be beneficial to our readers.\nMentions of associated products/services/businesses within the content of our blog may or may not be noted as an affiliate in every reference.\nWe are a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for us to earn fees by linking to Amazon.com and affiliated sites\nViews/reviews of any product that we share are completely our 100% honest opinions, whether that business is an affiliate or not.\nThe content on this website is solely the opinions of its administrators and not meant to provide any medical or legal advice. Any health, diet, lifestyle or financial posts are for the purposes of entertainment to our readers.\n\nPrivacy Policy\n\nAmtac Shooting, LLC (“Company,” “we,” or “us”) respects your privacy and is committed to protecting it through this Privacy Policy.\n\nThis Privacy Policy governs your access to and use of AmtacShooting.com, including any content, functionality and services offered on or through AmtacShooting.com (the “Website“), whether as a guest or a registered user.\n\nWhen accessing the Website, the Company will learn certain information about you, both automatically and through voluntary actions you may take, during your visit. This policy applies to information we collect on the Website and in email, text, or other electronic messages between you and the Website.\n\nPlease read the Privacy Policy carefully before you start to use the Website. By using the Website or by clicking to accept or agree to the Terms of Use when this option is made available to you, you accept and agree to be bound and abide by the Privacy Policy. If you do not want to agree to the Privacy Policy, you must not access or use the Website.\n\nChildren Under The Age Of 13\n\nOur Website is not intended for children under 13 years of age. No one under age 13 may provide any information to or on the Website. We do not knowingly collect personal information from children under 13. If you are under 13, do not use or provide any information on this Website or on or through any of its features/register on the Website, make any purchases through the Website, use any of the interactive or public comment features of this Website or provide any information about yourself to us, including your name, address, telephone number, email address, or any screen name or user name you may use.\n\nUse of Cookies\n\nWe will never share personal information with third-parties nor do we store any information about your visit to this Website other than to analyze and optimize your content and reading experience through the use of cookies.\n\nYou can turn off the use of cookies at any time by changing your specific browser settings.\n\nThird party vendors, including Google, use cookies to serve ads based on a user’s prior visits other websites.\nGoogle’s use of advertising cookies enables it and its partners to serve ads based on visits to sites on the Internet.\nUsers may opt out of personalized advertising by visiting Ads Settings.\nVisitors’ GDPR Rights\n\nIf you are within the European Union, you are entitled to certain information and have certain rights under the General Data Protection Regulation. Those rights include:\n\nWe will retain the any information you choose to provide to us until the earlier of: (a) you asking us to delete the information, (b) our decision to cease using our existing data providers, or (c) the Company decides that the value in retaining the data is outweighed by the costs of retaining it.\n\nYou have the right to request access to your data that the Company stores and the rights to either rectify or erase your personal data.\n\nYou have the right to seek restrictions on the processing of your data.\n\nYou have the right to object to the processing of your data and the right to the portability of your data.\n\nTo the extent that you provided consent to the Company’s processing of your personal data, you have the right to withdraw that consent at any time, without affecting the lawfulness of processing based upon consent that occurred prior to your withdrawal of consent.\n\nYou have the right to lodge a complaint with a supervisory authority that has jurisdiction over issues related to the General Data Protection Regulation.\n\nWe require only the information that is reasonably required to enter into a contract with you. We will not require you to provide consent for any unnecessary processing as a condition of entering into a contract with us.\n\nEmail Policies\n\nWe are committed to keeping your e-mail address confidential. We do not sell, rent, or lease our subscription lists to third parties, and will not disclose your email address to any third parties.\n\nIn compliance with the CAN-SPAM Act, all e-mails sent from our organization will clearly state who the e-mail is from and provide clear information on how to contact the sender. In addition, all e-mail messages will also contain concise information on how to remove yourself from our mailing list so that you receive no further e-mail communication from us.\n\nIf you are outside the European Union and opt to register for a course, receive any free resources, participate in any free training programs, register for a webinar, register for a live event, register for a seminar, or purchase any products sold by the Company on this Website, we will automatically enroll ​you to receive our free email newsletter. If you do not wish to receive this newsletter, you can unsubscribe anytime. We include an “unsubscribe” link at the bottom of every email we send. If you ever have trouble unsubscribing, you can contact us to unsubscribe from future emails.\n\nUsers who no longer wish to receive our newsletter or promotional materials may opt-out of receiving these communications by clicking on the unsubscribe link in the e-mail.\n\nComment Policy\n\nThis Website is intended to be a place of knowledge and encouragement to its readers. \n\nReaders are welcomed to comment on any of our posts. Keep comments kind, respectful and family friendly. Other comments will be deleted and the commenter may be banned, at the discretion of the Website’s moderators.\n\nYour Acceptance Of These Terms\n\nBy using this Website, you signify your acceptance of this policy. If you do not agree to this policy, please do not use our Website. Your continued use of the Website following the posting of changes to this policy will be deemed your acceptance of those changes.\n\nYou can contact us and ask:\n\nTo receive the copy of your personal details we have collected\nTo delete your personal details from our system\nTo withdraw your consent (if you previously agreed to provide us with the data, but then changed your mind)\nThis privacy policy is subject to change without notice and was last updated on Nov 3, 2018.','Privacy and Disclosure','','inherit','closed','closed','','1465-revision-v1','','','2024-12-31 18:36:58','2024-12-31 18:36:58','',1465,'https://staging.amtacshooting.com/?p=4054',0,'revision','',0),
(4055,10,'2024-12-31 18:36:59','2024-12-31 18:36:59','<p><img class=\"aligncenter wp-image-1310 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /></p>\n<p>I received an email last month.  The guy emailing me wanted to know if I was going to be doing any \"Advanced Pistol\" courses in the local area this year. He was not interested in the \"fighting or knife stuff\".</p>\n<p>Because he was asking for an \"Advanced Pistol\" course it probably means he has a baseline pistol capability, but when he says he is not into the \"fighting or knife stuff\", he is showing that is exactly what he should be focusing on.</p>\n<p>Unfortunately within the community of guys that train there are still too many guys clinging to the \"I don\'t need to know how to fight because I carry a .45\" mentality.</p>\n<p>A lot of  guys training want to get incrementally better at something they are already pretty good at.</p>\n<p>They want to spend two days on the range, run through some drills, maybe shave a few hundredths of a second off of their split times or clean that combat reload up a little.</p>\n<p>In other words they want to stay in their comfort zones!</p>\n[caption id=\"attachment_1302\" align=\"alignnone\" width=\"1024\"]<img class=\"wp-image-1302 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/IMG_92510336-1024x1024.jpg\" alt=\"\" width=\"1024\" height=\"1024\" /> Controlling the hands and using the first available tool[/caption]\n<p>All this got me thinking.  What are the most important things when it comes to pistol/combatives?</p>\n<p>I am not talking about what are the most important things to win your next USPSA match.  I am talking about what are the things you want your wife, daughter or son to know if or when the moment comes and they are in a life threatening situation.</p>\n<p>What are the things that <strong>you need to know to keep your loved ones alive? </strong></p>\n<h2>Most Important Skills to Train</h2>\n<h3><strong>1. Increased situational awareness</strong></h3>\n<p>This is the number one thing that keeps us alive.  Without situational awareness you don\'t survive the drive home, let alone a violent confrontation.</p>\n<h3><strong>2. Mindset</strong></h3>\n<p>You could be a combination of the best pistol smith and the best fighter on the planet, but if you have not thought through when you are willing to \"go to guns\" or why you would \"go to guns\" you are setting yourself up for failure.</p>\n<h3><strong>3. 100% Safety with your tools</strong></h3>\n<p>The odds of you using your pistol to protect yourself and your family are very low, but if you decide you are going to be a Responsible Armed Citizen and carry a pistol at all times, you will be handling your tools at least twice a day.  If you cannot do this in a manner that is 100% safe you are actually working against your stated goal of protecting your family.</p>\n<h3><strong>4. One handed draw from concealment </strong></h3>\n<p>Being able to clear your cover garment with one hand allows you to push, pull, punch or hold something (your infant?) while you are drawing. Unless you are a uniformed police officer or active duty military, you should do all of your training from concealment.</p>\n<p>When the moment comes to protect yourself and your family you will not have time to grab your battle belt.   You will have what you carry day in and day out. So carry what you train with, train with what you carry and keep it concealed. <strong>Speed, surprise and violence of action are what win</strong> fights, so don\'t give up surprise by not concealing your pistol.</p>\n<h3><strong>5. Blade deployment and targeting ability  </strong></h3>\n<p>Hands down the most effective way to counter gun grabs is to have an understanding of other strong hand blade deployment and targeting.  When someone is trying to grab your pistol from your holster, having the ability to anchor your pistol in place with your strong side forearm while simultaneously drawing a blade with your other strong hand will dramatically increase your odds of winning.</p>\n<p>Within stand up grappling range, it is an order of magnitude harder to beat a guy that can produce a lethal weapon with either hand. Seek out <a href=\"https://sayoc.com\">Sayoc Kali</a> or <a href=\"https://atienzakali.com\">Atienza Kali</a> instructors and train.</p>\n<h3><strong>6. Basic combative ability</strong></h3>\n<p>You should train for a basic combative ability. This means the ability to take a punch, throw a punch, throw headbutts, use your knees and elbows, do takedown defense, have a basic stand up grappling ability and be able to get up off the ground under pressure. </p>\n<p>The more you train the more confident you become, the more confident you are the more likely you are to be able to end a confrontation without using tools. You are also less likely to be targeted in the first place because criminals are looking for easy targets. Go train in <strong>boxing, Thai boxing, wrestling, Jiu-Jitsu, and <a href=\"https://sayoc.com\">Sayoc</a> or <a href=\"https://atienzakali.com\">Atienza Kali</a></strong>.</p>\n<h3><strong>7. Combative weapons retention shooting</strong></h3>\n<p>Learn to shoot from the \"spear elbow\" or  \"cape\" positions.   Learn to do work with your other strong hand during your pistol draw. Remember that when you are weapons retention shooting, you are fighting, otherwise you would shoot at full extension!</p>\n<p>If you shoot from the classic is rock back position and your pistol says no for whatever reason, you are not in a good position to fight from. If you are shooting from the spear elbow or cape position and the gun says no you are already in the fight and you can smoothly transition to blade/ slide strikes, or headbutts, knees and elbows as appropriate.</p>\n[caption id=\"attachment_1154\" align=\"aligncenter\" width=\"1024\"]<img class=\"wp-image-1154 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_3960-1024x683.jpg\" alt=\"\" width=\"1024\" height=\"683\" /> Spear elbow weapons retention shooting position[/caption]\n<h3><strong>8. Concealed \"slow draw\"</strong></h3>\n<p>A concealed \"slow draw\" is getting a weapon into your hand without everyone knowing it.  You may need to blade your body during the draw or shield part of your body from your threat.</p>\n<p>Regardless of what you have to do to get the gun in hand, it should look casual until the gun is in hand and it is time to go. Just remember that the slow draw is like a magic trick, it only works from a certain angle so make sure you are aware of all of your surroundings.</p>\n[caption id=\"attachment_1303\" align=\"alignnone\" width=\"1024\"]<img class=\"wp-image-1303 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/IMG_65610316-1024x657.jpg\" alt=\"\" width=\"1024\" height=\"657\" /> Bladed away from the target executing a \"slow draw\" with a deception, this drawstroke is obvious to everyone except for the target.[/caption]\n<h3><strong>9. Understanding lateral movement under pressure</strong></h3>\n<p>Contrary to what has been taught for the last couple of decades in law enforcement, running straight backwards when confronted with a threat is almost never as good as moving laterally. </p>\n<p>When you run straight backwards the enemy does not have to change their plan at all, regardless of whether they are targeting you with a knife, gun or impact weapon.  The moment you take your first step offline from your threat you begin to disrupt their <a href=\"https://en.wikipedia.org/wiki/OODA_loop\">OODA</a> loop. To put it in to <a href=\"https://sayoc.com\">Sayoc</a> <a href=\"https://atienzakali.com\">Kali</a> terms, you become the \"feeder\" because you are forcing the enemy to change his plans based on what you are doing.</p>\n<p> </p>\n<p><img class=\"aligncenter wp-image-1320 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/Charger-1-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" /></p>\n<p><img class=\"aligncenter wp-image-1318 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/Charger-3-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" /></p>\n[caption id=\"attachment_1319\" align=\"aligncenter\" width=\"1024\"]<img class=\"wp-image-1319 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/Charger-4-1024x576.png\" alt=\"\" width=\"1024\" height=\"576\" /> Three picture series showing offline movement under pressure[/caption]\n<h3><strong>10. Solid pistol fundamentals</strong></h3>\n<p>In addition to the concealed one handed draw and combative weapons retention shooting, you should train for the following pistol fundamentals:</p>\n<ol>\n<li>Knowing your accuracy ability. The only thing worse than losing a loved one would be to lose them because you think you can shoot better than you actually can. <strong>Know your ability</strong>.</li>\n<li>Accuracy/ speed accuracy</li>\n<li>Strong hand only shooting</li>\n<li>Correct malfunction procedures with a strong hand only focus</li>\n<li>Combat reloads</li>\n<li>Tactical reloads</li>\n<li>Fast follow up shots</li>\n<li>Indexed shooting: weapons retentions shooting, backplating (thanks KD4)</li>\n<li>Other strong hand only shooting</li>\n<li>Natural point of aim</li>\n<li>Shooting and moving</li>\n</ol>\n<h2>Get out and train!</h2>\n<p>You train so that you become more capable. Do training that gets you outside of comfort zone. Do training that is game changing. Identify what your deficiencies are and make a plan to correct them. Be on a continuous quest to make yourself more capable and more dangerous.</p>\n<p>Now get out and train!</p>\n<p> </p>\n<p>Upcoming courses</p>\n\n<!-- wp:shortcode -->\n[add_eventon_list number_of_months=\"5\" hide_past=\"yes\"  hide_empty_months=\"yes\" ]\n<!-- /wp:shortcode -->','What Is Most Important In Training?','A lot of  guys training want to get incrementally better at something they are already pretty good at.They want to spend two days on the range, run through some drills, maybe shave a few hundredths of a second off of their split times or clean that combat reload up a little.In other words they want to stay in their comfort zones!','inherit','closed','closed','','1293-revision-v1','','','2024-12-31 18:36:59','2024-12-31 18:36:59','',1293,'https://staging.amtacshooting.com/?p=4055',0,'revision','',0),
(4056,10,'2024-12-31 18:36:59','2024-12-31 18:36:59','<p><span style=\"font-size: medium;\"><span style=\"color: #4f5d75;\"><strong>&nbsp;</strong></span></span></p>\n\n<!-- wp:image {\"id\":1267} -->\n<figure class=\"wp-block-image\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/12/IMG_4572-2-1024x768.jpg\" alt=\"\" class=\"wp-image-1267\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>This article is a continuation of the Modern Minute Man article. If you have not read that article I recommend that you start <a href=\"https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/\">here</a>. As I continue to explore these concepts we will be looking at different aspects of the core Modern Minute Man skills: fitness and mobility, land navigation, shooting and communication. This article will focus on fitness and the ability to carry a load. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Having the ability to move over a variety of terrain with a load on your back is one of the truest indicators of fitness and also one of the most foundational elements of the Modern Minute Man. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><em>This plan is designed for people that are healthy and in reasonably good shape. Do not begin this or any training plan without prior consultation of a qualified physician.</em> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>This plan starts very slowly. I recommend keeping the mileage and your pack weight lower than you are capable of doing for the first two months. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Ruck days</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>On walk or ruck days, make sure you vary your terrain. Walk some mountains, walk trails, walk where there is no trail or hit a dirt road. If you are walking in the woods, make sure you have weather appropriate clothing/ warmies with you. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Also practice carrying useful items in your pack. Fifty-three pounds is fifty-three pounds whether it is in the form of a kettlebell or whether it consists of shelter/ water/ fire/ food/ plus normal EDC (every day carry) tools. When you are walking it won\'t matter, but if you get lost or injured on the trail having useful items with you can save your life. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1265} -->\n<figure class=\"wp-block-image\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/12/IMG_3998-1-1024x768.jpg\" alt=\"\" class=\"wp-image-1265\"/><figcaption>Shelter, water, fire, food plus other key items</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Strength days</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Strength days should consist of the following categories:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li> Calisthenics: push ups, pull ups, hand stand push ups, dips, crunches, air squats, lunges, etc... </li><li>Lifting: squats, deadlifts, overhead squats, snatches, cleans and presses. </li><li>Kettlebell/ mace bell: swings, one hand swings, snatches, Turkish get ups, clean and press, goblet squats, overhead carries, farmer carries, mace bell 360s and mace bell 10-2s.</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":831} -->\n<figure class=\"wp-block-image\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/IMG_2174-e1523917480607-768x1024.jpg\" alt=\"\" class=\"wp-image-831\"/><figcaption>Working kettlebell snatches</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>For a normal strength day pick 4 - 8 of the above excersises and do them in circuit style with 30-60 seconds of active rest in between each exercise. &nbsp;Repeat 3-5 times. &nbsp;I will normally rep a combative skill during this active rest (dryfire, indexed shooting with a Sirt gun, template work, striking, transitions, etc…).</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When doing strength days remember <a href=\"https://www.strongfirst.com/about/pavel-tsatsouline/\">Pavel\'s</a> advice: \'When you are done with your workout you should feel like you can conquer the world\'. In other words, you should feel strong when you leave the gym. Once or twice a month crush yourself so that you are crawling out of the gym. This should not be the norm, especially as we get older. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Don\'t push yourself to the point of overtraining or injury. You should almost never go to failure. Remember, if you injure yourself during training it is harder to protect yourself and your family and you have to stop or change your training while you recover.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>The training plan</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Use this training plan as a guideline. Deviate from it as it makes sense. The key concepts are:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>increasing your milage slowly</li><li>continue to train in the strength and running areas</li><li>one long ruck per week</li><li>injury prevention</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>After week 12 continue to increase your long ruck days. Depending on your schedule you might need to push your long ruck days to Saturday. When you start getting in to 20 and 30 mile rucks, you will need to give yourself a longer rest and recovery time. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>As always, the main thing is to go out and train!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1229,\"align\":\"center\"} -->\n<div class=\"wp-block-image\"><figure class=\"aligncenter\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/12/IMG_3931-1024x768.jpg\" alt=\"\" class=\"wp-image-1229\"/><figcaption>The beginning of a 30 mile ruck in Montana</figcaption></figure></div>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>Week 1:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 2 miles no ruck</li><li>Tuesday - strength</li><li>Wednesday - run 1 mile</li><li>Thursday - strength</li><li>Friday - walk 2 miles no ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 2:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 3 miles no ruck</li><li>Tuesday - strength</li><li>Wednesday - run 1 mile</li><li>Thursday - strength</li><li>Friday - walk 2 miles no ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 3:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 4 miles no ruck</li><li>Tuesday - strength</li><li>Wednesday - run 1 mile</li><li>Thursday - strength</li><li>Friday - walk 2 miles no ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 4:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 3 miles 15 lbs ruck</li><li>Tuesday - strength</li><li>Wednesday - run 1 mile</li><li>Thursday - strength</li><li>Friday - walk 3 miles no ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 5:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 3 miles 15 lbs ruck</li><li>Tuesday - strength</li><li>Wednesday - run 1 mile</li><li>Thursday - strength</li><li>Friday - walk 3 miles 15 lbs ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 6:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 4 miles 15 lbs ruck</li><li>Tuesday - strength</li><li>Wednesday - run 2 miles</li><li>Thursday - strength</li><li>Friday - walk 3 miles 15 lbs ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 7:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 4 miles 25 lbs ruck</li><li>Tuesday - strength</li><li>Wednesday - run 2 mile</li><li>Thursday - strength</li><li>Friday - walk 3 miles 15 lbs ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 8:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 5 miles 35 lbs ruck</li><li>Tuesday - strength</li><li>Wednesday - run 2 miles</li><li>Thursday - strength</li><li>Friday - walk 3 miles 25 lbs ruck</li><li>Saturday - Active rest</li><li>Sunday - Rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 9:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 6 miles 35 lbs ruck</li><li>Tuesday- strength</li><li>Wednesday - run 2 miles</li><li>Thursday - strength</li><li>Friday - walk 3 miles 25 lbs ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 10:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 6 miles 45 lbs ruck</li><li>Tuesday - strength</li><li>Wednesday - run 3 miles</li><li>Thursday - strength</li><li>Friday - walk 4 miles 25 lbs ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 11:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 7 miles 45 lbs ruck</li><li>Tuesday - strength</li><li>Wednesday - run 3 miles</li><li>Thursday - strength</li><li>Friday - walk 4 miles 25 lbs ruck</li><li>Saturday - active rest</li><li>Sunday - rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Week 12:</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Monday - walk 8 miles 45 lbs ruck</li><li>Tuesday - strength</li><li>Wednesday - run 3 miles</li><li>Thursday - strength</li><li>Friday - walk 4 miles 25 lbs ruck</li><li>Saturday - active rest</li><li>Sunday – rest</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:shortcode -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"63,54,31,26,19\" hide_empty_months=\"yes\" ]\n<!-- /wp:shortcode -->','The Modern Minute Man Physical Training Plan','','inherit','closed','closed','','2936-revision-v1','','','2024-12-31 18:36:59','2024-12-31 18:36:59','',2936,'https://staging.amtacshooting.com/?p=4056',0,'revision','',0),
(4057,10,'2024-12-31 18:36:59','2024-12-31 18:36:59','<h4><img class=\"aligncenter wp-image-1260 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/12/watch-e1544924690325-1024x1024.png\" alt=\"\" width=\"1024\" height=\"1024\" /></h4>\n<p><span style=\"font-size: medium;\">Without standards it is hard to know where you stand. I have oscillated between having a strong dislike of standards and thinking that they are an absolute necessity. My opinion on standards now is somewhere in the middle.  </span></p>\n<p><span style=\"font-size: medium;\">The bottom line is that any standard, whether it is shooting, combative or fitness, is meant to show us where we stand against a baseline. It is a measuring stick so to speak. </span></p>\n<p><span style=\"font-size: medium;\">We don\'t train to be able to perform a \"standard\", we train so that we can protect ourselves and our families better.  The \"standard\" is there to help us identify where we are falling short and where we need to focus more of our training time.  </span></p>\n<h3>Fitness Standards</h3>\n<p><span style=\"font-size: medium;\">These standards are not meant to be done back to back like a PT test. Rather the idea is that these are individual tests of strength/ endurance.  If you can perform each individual task over the course of a couple of days you are meeting the intent of the standard.</span></p>\n<p><span style=\"font-size: medium;\"><b>Bare Mininum</b></span></p>\n<ol>\n<li><span style=\"font-size: medium;\">Run 1 mile in 11 minutes.</span></li>\n<li><span style=\"font-size: medium;\">25 push ups.</span></li>\n<li><span style=\"font-size: medium;\">3 pull ups.</span></li>\n<li><span style=\"font-size: medium;\">Walk 3 miles with 30 lbs in 1.5 hours (30 min pace).</span></li>\n</ol>\n<p><span style=\"font-size: medium;\"><b>Baseline</b></span></p>\n<ol>\n<li><span style=\"font-size: medium;\">Run 3 miles in 25 min (8:20 pace).</span></li>\n<li><span style=\"font-size: medium;\">50 push ups.</span></li>\n<li><span style=\"font-size: medium;\">10 pull ups.</span></li>\n<li><span style=\"font-size: medium;\">Walk 6 miles with 40 lbs in 2 hours (20 min pace).</span></li>\n</ol>\n<p><span style=\"font-size: medium;\"><b>Advanced</b></span></p>\n<ol>\n<li><span style=\"font-size: medium;\">Run 6 miles in 51 min (8:30 pace).</span></li>\n<li><span style=\"font-size: medium;\">80 push ups.</span></li>\n<li><span style=\"font-size: medium;\">20 pull ups.</span></li>\n<li><span style=\"font-size: medium;\">Walk 12 miles with 55lbs pack in 5 hours (25 min pace).</span></li>\n</ol>\n\n<!-- wp:image {\"id\":1259} -->\n<figure class=\"wp-block-image\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/12/IMG_3930-1024x768.jpg\" alt=\"\" class=\"wp-image-1259\"/><figcaption>Training ruck</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><strong>Things you should always be able to do:</strong></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list {\"ordered\":true} -->\n<ol><li>Climb over a 6 ft wall.</li><li>Swim 200 yards continuously.</li><li>Tread water for 30 minutes.</li><li>Do a basic swimmer rescue.</li><li>Dead lift your own body weight.</li><li>Drag a 200lbs man 30 yards.</li><li>Throw a 30 sec flurry (heavy bag/ Thai pads or Bob, go as hard as you can for 30 seconds).</li></ol>\n<!-- /wp:list -->\n\n<!-- wp:image {\"id\":1256} -->\n<figure class=\"wp-block-image\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/12/img_86900331-2-1024x744.jpg\" alt=\"\" class=\"wp-image-1256\"/><figcaption>Flurry<br></figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Summary</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Vary your training. All of us want to do the things that we are good at. Be disciplined enough to do the things that you need to get better at. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:list -->\n<ul><li>Run (preferable barefoot style) and ruck (30 – 75 lbs). </li><li>Do push ups, pull ups, burpees and air squats. </li><li>Primary lifts you should focus on: deadlift, squat and bench press (I stopped benchpressing many years ago because I repeatedly hurt my shoulders). </li><li>Secondary lifts: overhead squats, cleans, zerker squats, and snatches. </li><li>Use kettlebells: swings, single hand swings, snatches, clean and press and turkish get ups. </li><li>Swing a macebell. &nbsp;</li></ul>\n<!-- /wp:list -->\n\n<!-- wp:paragraph -->\n<p>Go train!</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[add_eventon_list number_of_months=\"12\" hide_past=\"yes\" event_type=\"63,54,31,26,19\" hide_empty_months=\"yes\" ]\n<!-- /wp:shortcode -->','Amtac Shooting Fitness Standards','','inherit','closed','closed','','2935-revision-v1','','','2024-12-31 18:36:59','2024-12-31 18:36:59','',2935,'https://staging.amtacshooting.com/?p=4057',0,'revision','',0),
(4058,10,'2024-12-31 18:36:59','2024-12-31 18:36:59','<h4><img class=\"aligncenter size-large wp-image-1189\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/full-size-2-1024x822.jpg\" alt=\"\" width=\"1024\" height=\"822\" /></h4>\n<p>Mindset.</p>\n<p>The more I teach good Americans to protect themselves and their families, the more I am learning that mindset is something that we have to weave into every aspect of our training. Mindset is not about a talk or a formula, although both of those are helpful. Proper mindset is something that takes time and effort and is something that we will be continuously working towards until we die.</p>\n<h4>As a man you should not show emotion to physical hardship, discomfort or pain.  </h4>\n<p>I am not saying that as a man you should not show emotion period. What I am saying is that you should be in control of your emotions, not loosing your temper or behaving rashly.  </p>\n<p>Be intentional about showing the emotions of love, physical affection and empathy when appropriate. Phrases like: \"I am so cold\" or \"auch that hurt\" are things that your wife, your children and other men should never hear come out of your mouth.  </p>\n<p>How does this relate to fighting/ combatives? Imagine for a minute that you are in the Coliseum in Rome and that you are condemned to fight to the death. No weapons. Now imagine the biggest scariest guy that you know or have seen fight (Fedor Emelianenko comes to mind). This man is your opponent.  </p>\n\n<!-- wp:image {\"id\":1239} -->\n<figure class=\"wp-block-image\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/12/Coliseum-1024x575.jpg\" alt=\"\" class=\"wp-image-1239\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p>The fight starts, and after a few minutes of moving around and trading blows, you have an opening. You drop your weight and send the hardest right cross that you are capable of sending. You opponent grimaces in pain, shakes it off a couple of times and gives you the boxers nod. What is going through your mind?</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>When I visualize this, I think to myself that if I can rock my opponent with a solid shot like that, I can repeat this a few more times and put him down.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now picture the same scenario, same opponent, same hard right cross and now your reaction is nothing, he gives you the \"cold face\" and continues to move as though you did not strike him. What is going through your head now? In my mind I am wishing I had weapons. Everything here is the same except for the reaction that your opponent gives you.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In one scenario you are gaining confidence and being built up by your opponents shameful display of emotion, in the other scenario your opponent is continuing his attack on you mentally by not showing emotion.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Leakage is another common thing that I see&nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>usually around mil guys when shooting steel and missing. Go to <a href=\"http://www.thepressureproject.com\">Master Chim\'s page</a> to hear some great analysis of leakage. Guys will be cussing like sailors while shooting very fast and missing. Cursing does not make you shoot better.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In order to hit a target we need to execute two things. The sights need to be lined up on the target and we have to squeeze the trigger properly. Cursing does not make you do those things better.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>If you miss multiple shots, it should trigger the correct response of doing a very short mental reset, and then talk to yourself &nbsp;\"front sight, squeeze, squeeze, squeeze....\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Finally, there is something that happens in almost every class I teach. &nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Guys are on the line shooting. Hot brass flies through the air and lands on their arm, their neck or goes down their shirt. What follows with the untrained is some version of the \"brass dance\".</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Now,&nbsp;I am very blessed with heads up students and have not had a student do anything grossly unsafe during a \"brass dance\". So, why do I bring it up? &nbsp;It is all part of mindset. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>In July of 2016 a father was at an indoor range shooting with his 14 year old son. They were in the far left shooting lane. At some point while the father was shooting a piece of hot brass bounced off of the wall next to him and went down his shirt.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>During his reaction to try and shake out the brass (the \"brass dance\") he accidentally shoots and kills his son. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Let that sink in. That is almost the worst thing I can imagine. I don\'t know the man who did this, but I am willing to bet that he had the mental and physical strength to not react the way he did.  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>What he lacked was the mindset.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Next time you are training and a piece of hot brass lands on your neck,&nbsp;<strong>let it burn</strong> <strong>you</strong>, focus on your front sight and squeeze the trigger. &nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Make good hits. Take pride in the fact that you are man enough and in control of your emotions enough to fight through the pain and continue to focus on the task at hand.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":4} -->\n<h4>Post Note &nbsp;</h4>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>My mindset comes from my faith, my years of training, time in the military and Sayoc Kali. If you are interested in developing your mindset come train with me or train with the guys that I have served with and or learned from:  </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://sayoc.com\">Sayoc Kali</a><br><a href=\"http://www.kyledefoor.com\">Kyle Defoor</a><br><a href=\"https://www.integratedtacticaltraining.com\">Joe Hahn</a><br><a href=\"http://www.gustavomachado.com\">Gustavo Machado</a><br><a href=\"https://atienzakali.com\">Atienza Kali</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:shortcode -->\n[add_eventon_list number_of_months=\"4\" event_count=\"3\" hide_past=\"yes\" ]\n<!-- /wp:shortcode -->','Let It Burn','','inherit','closed','closed','','2934-revision-v1','','','2024-12-31 18:36:59','2024-12-31 18:36:59','',2934,'https://staging.amtacshooting.com/?p=4058',0,'revision','',0),
(4059,10,'2024-12-31 18:36:59','2024-12-31 18:36:59','&nbsp;\n\n[caption id=\"attachment_1158\" align=\"aligncenter\" width=\"458\"]<img class=\"wp-image-1158\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1-225x300.jpg\" alt=\"Bill and Chainsaw Sniper Adventure Challenge 2018\" width=\"458\" height=\"611\" /> Bill and Chainsaw Sniper Adventure Challenge 2018[/caption]\n\nFor the last two years I have done the Sniper Adventure Challenge Race.  It has been a great way for me to have a goal to train for and to keep pushing the boundaries with training, fitness, shooting and gear.  New for this year, one of my local friends (<a href=\"https://jakehobackknives.com\">Jake Hoback</a>) and another local buddy were going to team up and do the race.  This was great for me as it gave me other dedicated training partners.\n\nEventually one of the guys had to drop out so I started trying to find my buddy Jake a partner for the race.  As I started going down the rolodex of guys to call as potential race partners for him the conversation would usually go something like this: \"So, are you up for doing a race next month?  You need to be prepared to walk 40-50 miles, carry a 40-50lbs ruck, shoot out to 1500 yards, be proficient with pistol, navigate with map and compass (no GPS) and be prepared to perform a wide variety of other tasks.\"\n\nUsually what followed was a long pause, a \"maybe\", a \"next year\" or a \"no\" with laughing.  As I was talking with my friend and race teammate \"Chainsaw\" about my frustration with the lack of guys that have the willingness, ability, time, and resources to do the race he said, \"Yeah, that is modern minute man stuff\".  That got me thinking.\n\nThe term \"minute man\" comes from the time just prior to the American revolution.  Basically, the minute man was someone skilled at arms with a base of physical/ martial prowess, able to be \"ready to go\" in a minute.  This is what the National Parks Service has to say about the minute man:\n\n[caption id=\"attachment_1161\" align=\"alignright\" width=\"130\"]<img class=\"wp-image-1161 size-full\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/minuteman.jpg\" alt=\"\" width=\"130\" height=\"300\" /> Old school minute man[/caption]\n\nMinute men were different from the militia in the following ways:\n<ol>\n 	<li>While service in the militia was required by law, minute men were volunteers.</li>\n 	<li>The minute men trained far more frequently than the militia. Two or three times per week was common. Because of this serious commitment of time, they were paid. One shilling per drill was average. Militia only trained once every few months (on average) and were paid only if they were called out beyond their town, or formed part of an expedition.</li>\n 	<li>Minute men were expected to keep their arms and equipment with them at all times, and in the event of an alarm, be ready to march at a minute\'s warning - hence they were called \"minute men.\"</li>\n</ol>\nWhat does a \"modern minute man\" look like?  What would the standard be?  Should all American men be able to to meet the \"modern minute man\" standard or are there different levels, standards or roles that we are called to fill?\n\nAs I started digging deeper with this concept and discussing it with friends and mentors, it started to make sense that it should be broken up in to different levels with the \"modern minute man\" just being one of them.  Here is a breakdown of the different levels and the standards that should be associated with them:\n<h3><strong>Responsible Armed Citizen (RAC)</strong></h3>\nThis is the baseline that every American man should be at.  The RAC standard is:\n<ul>\n 	<li>A high level of situational awareness</li>\n 	<li>A foundational ability to fight/ use a blade,</li>\n 	<li>A baseline level of competency with a pistol (perform the Amtac Shooting Pistol RMD or similar task)</li>\n 	<li>A commitment to carry your tools.</li>\n</ul>\n[caption id=\"attachment_1131\" align=\"aligncenter\" width=\"400\"]<img class=\"wp-image-1131\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4222-768x1024.jpg\" alt=\"\" width=\"400\" height=\"533\" /> Controlling hands and feeding with a blade[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_1156\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-1156\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_4221-300x225.jpg\" alt=\"\" width=\"550\" height=\"413\" /> Framing[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_1154\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-1154\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_3960-300x200.jpg\" alt=\"\" width=\"550\" height=\"367\" /> Spear elbow, weapons retention shooting position[/caption]\n\n&nbsp;\n<h3><strong>Follow Me (FM)</strong> :</h3>\n<em>Still working on a better name for this as the infantry has been using this term for a long time.</em>\n<ul>\n 	<li>Be proficient with a carbine (Amtac Shooting Carbine RMD or KD4 Carbine hat qual)</li>\n 	<li>Have the ability to follow someone, walking for 6 miles while carrying your carbine, 6 mags and water (10-15 lbs)</li>\n 	<li>Be physically in shape enough to run your carbine after the walk</li>\n</ul>\n[caption id=\"attachment_754\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-754\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/11836858_10155901153455414_3374731815603334938_n-300x225.jpg\" alt=\"\" width=\"550\" height=\"413\" /> Working carbine drills with plate carrier[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_227\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-227\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/Hybrid-Carbine-1-300x200.jpg\" alt=\"\" width=\"550\" height=\"367\" /> High kneeling shooting position[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_507\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-507\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/carbine_laying_down-1024x683.jpg\" alt=\"\" width=\"550\" height=\"367\" /> Roll over prone shooting position[/caption]\n\n&nbsp;\n<h3><strong>Modern Minute Man (MMM):  </strong></h3>\n<ul>\n 	<li>Be able to navigate 20 miles while carrying a 25-30lbs load</li>\n 	<li>Have a base level of bushcrafting skills</li>\n 	<li>Have a base (line of sight) comms ability</li>\n 	<li>Be able to shoot out to 600-700 yards.</li>\n</ul>\n&nbsp;\n\n[caption id=\"attachment_1153\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-1153\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_4552-768x1024.jpg\" alt=\"\" width=\"550\" height=\"733\" /> Hill People Gear Umlindi Pack with heavy Recce strapped to back[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_978\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-978\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-225x300.jpeg\" alt=\"\" width=\"550\" height=\"733\" /> Improvised shooting position, sling wrapped around the tree, engaging target at ~800 yards.[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_269\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-269\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/new_precision_rifle-300x171.jpg\" alt=\"\" width=\"550\" height=\"313\" /> Working yard lines with a hybrid carbine[/caption]\n\n&nbsp;\n<h3><strong>Jedi Modern Minute Man (JMMM):  </strong></h3>\n<ul>\n 	<li>Be able to navigate/ walk 40-60 miles</li>\n 	<li>Carry 40-60lbs</li>\n 	<li>Shoot out past a mile</li>\n 	<li>Make your own ammunition</li>\n 	<li>HF comms ability</li>\n 	<li>Ability to work/ travel/ live in the winter in the mountains</li>\n</ul>\n&nbsp;\n\n[caption id=\"attachment_1135\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-1135\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/20180131_120413-2-1024x768.jpg\" alt=\"\" width=\"550\" height=\"413\" /> Snowmobile supported kneeling, shooting BC steel around 500 yards with a Recce rifle.[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_1141\" align=\"aligncenter\" width=\"400\"]<img class=\"wp-image-1141\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_3214-3-768x1024.jpg\" alt=\"\" width=\"400\" height=\"533\" /> Medium ruck day (50 lbs) running a BPT Outback chest holster to ensure a fast draw stroke while wearing a ruck waistband.[/caption]\n\n&nbsp;\n\n[caption id=\"attachment_1145\" align=\"aligncenter\" width=\"550\"]<img class=\"wp-image-1145\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_4588-1024x768.jpg\" alt=\"\" width=\"550\" height=\"413\" /> Amtac Shooting Fall Course 2018. Guys working land nav and field shooting positions. Terrain was challenging.[/caption]\n\nWhere do you fall out in these standards?  Where do you want to fall out? None of these standards are easy and none of the standards once achieved do not require continued training to maintain.  Regardless of if you are just starting this journey and want to achieve the RAC standard or if you have been doing this for years and have your sights set on the JMMM standard the only way you will get there is by deliberate intensive training.  More to follow on training and gear as it relates to the MMM concept.\n\n[caption id=\"attachment_1146\" align=\"aligncenter\" width=\"1024\"]<img class=\"wp-image-1146 size-large\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_4597-1024x768.jpg\" alt=\"\" width=\"1024\" height=\"768\" /> Amtac Shooting Fall Course 2018. Improvised shooting positions, men honing modern minute man skills.[/caption]\n\n&nbsp;\n<h3>Upcoming Courses</h3>\n[add_eventon_list number_of_months=\"12\" event_count=\"3\" hide_past=\"yes\" event_type=\"19,26\" hide_empty_months=\"yes\" show_year=\"yes\" ]\n\n&nbsp;','The Modern Minute Man and Other Standards','','inherit','closed','closed','','1125-revision-v1','','','2024-12-31 18:36:59','2024-12-31 18:36:59','',1125,'https://staging.amtacshooting.com/?p=4059',0,'revision','',0),
(4060,10,'2024-12-31 18:36:59','2024-12-31 18:36:59','<h2><em>19-20 May, 2018 (Denver, CO)</em></h2>\n<img class=\"aligncenter wp-image-1062 size-full\" src=\"https://www.amtacshooting.com/wp-content/uploads/2018/08/AAR_RAC_Hill_People.jpg\" alt=\"\" width=\"640\" height=\"480\" />\n<blockquote>\n<h4>\"Bill is a huge proponent of being responsible for the protection of yourself, your family, and your tribe, and this class was designed to teach the basics or fundamentals of what Bill believes is important to do that.\"</h4>\n<h4>- Scott Hill</h4>\n</blockquote>\nRead full AAR <a href=\"https://hillpeoplegear.com/Forum/forumid/25/threadid/27758/scope/posts\">here.</a>\n<h3></h3>\n&nbsp;\n<h3>Upcoming Courses</h3>\n[add_eventon_list number_of_months=\"12\" event_count=\"3\" hide_past=\"yes\" event_type=\"19\" hide_empty_months=\"yes\" show_year=\"yes\" ]','AAR: The Responsible Armed Citizen by Hill People Gear','','inherit','closed','closed','','1060-revision-v1','','','2024-12-31 18:36:59','2024-12-31 18:36:59','',1060,'https://staging.amtacshooting.com/?p=4060',0,'revision','',0),
(4061,10,'2024-12-31 19:07:52','2024-12-31 19:07:52','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"3_4,1_4\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"3_4\" theme_builder_area=\"post_content\"][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" include_categories=\"all\" show_author=\"off\" show_date=\"off\" show_categories=\"off\"][/et_pb_blog][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_4\" theme_builder_area=\"post_content\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Posts','','publish','closed','closed','','posts-2','','','2024-12-31 19:08:21','2024-12-31 19:08:21','',0,'https://staging.amtacshooting.com/?page_id=4061',0,'page','',0),
(4062,10,'2024-12-31 19:05:31','2024-12-31 19:05:31','<!-- wp:divi/placeholder /-->','Posts','','inherit','closed','closed','','4061-revision-v1','','','2024-12-31 19:05:31','2024-12-31 19:05:31','',4061,'https://staging.amtacshooting.com/?p=4062',0,'revision','',0),
(4063,10,'2024-12-31 19:07:52','2024-12-31 19:07:52','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"3_4,1_4\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"3_4\" theme_builder_area=\"post_content\"][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" include_categories=\"all\" show_author=\"off\" show_date=\"off\" show_categories=\"off\"][/et_pb_blog][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_4\" theme_builder_area=\"post_content\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Posts','','inherit','closed','closed','','4061-revision-v1','','','2024-12-31 19:07:52','2024-12-31 19:07:52','',4061,'https://staging.amtacshooting.com/?p=4063',0,'revision','',0),
(4064,10,'2024-12-31 19:08:19','2024-12-31 19:08:19','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"3_4,1_4\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"3_4\" theme_builder_area=\"post_content\"][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\" include_categories=\"all\" show_author=\"off\" show_date=\"off\" show_categories=\"off\"][/et_pb_blog][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_4\" theme_builder_area=\"post_content\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Posts','','inherit','closed','closed','','4061-revision-v1','','','2024-12-31 19:08:19','2024-12-31 19:08:19','',4061,'https://staging.amtacshooting.com/?p=4064',0,'revision','',0),
(4067,10,'2024-12-31 19:17:50','2024-12-31 19:17:50','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||48px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\"><span>Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. Combatives courses will teach you how to integrate empty-hand techniques with blades, improvised weapons, and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. These are a physically demanding, hands-on courses that will elevate your situational awareness and shooting/ fighting ability to the next level.</span></span></p>\n<p>These courses cover topics such as:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>mindset</li>\n<li>concealed draw stroke</li>\n<li>combative weapons retention shooting</li>\n<li>blade selection</li>\n<li>blade deployment and targeting</li>\n<li>striking and transitions from striking/ blade use to pistol deployment.</li>\n<li>Incorporate challenging force on force drills using airsoft tools</li>\n<li><span>strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principles into real life application</span></li>\n</ul>\n</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Combatives Courses</h5>[/et_pb_text][diec_event_carousel show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"94,110,96,97,98,99,100,102,104,106,111,112,103,119\" columns=\"4\" align=\"center\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" hover_enabled=\"0\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" show_data_one_line=\"on\" link_option_url_new_window=\"on\" border_width_all_event_border=\"0px\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Combatives','','inherit','closed','closed','','3399-revision-v1','','','2024-12-31 19:17:50','2024-12-31 19:17:50','',3399,'https://staging.amtacshooting.com/?p=4067',0,'revision','',0),
(4068,10,'2024-12-31 19:19:40','2024-12-31 19:19:40','<strong>Integrated Combatives Course</strong>\r\n<strong>Led by Bill Rapier</strong>\r\n<strong>Near Salt Lake City, UT</strong>\r\n\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2025-06-12-integrated-combatives-2-course-ut\"><button>Registration and More Details Here &gt;&gt;</button></a>','12-13 June 2025 - Amtac Shooting Integrated Combatives Level 2 Course UT','','inherit','closed','closed','','3920-revision-v1','','','2024-12-31 19:19:40','2024-12-31 19:19:40','',3920,'https://staging.amtacshooting.com/?p=4068',0,'revision','',0),
(4069,10,'2024-12-31 19:21:22','2024-12-31 19:21:22','<strong>Integrated Combatives Course</strong>\n<strong>Led by Bill Rapier</strong>\n<strong>Near Salt Lake City, UT</strong>\n\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.\n\n<a href=\"https://amtacshooting.regfox.com/2025-06-12-integrated-combatives-2-course-ut\"><button>Registration and More Details Here &gt;&gt;</button></a>','12-13 June 2025 - Amtac Shooting Integrated Combatives Level 2 Course UT','','inherit','closed','closed','','3920-autosave-v1','','','2024-12-31 19:21:22','2024-12-31 19:21:22','',3920,'https://staging.amtacshooting.com/?p=4069',0,'revision','',0),
(4070,10,'2024-12-31 19:28:45','2024-12-31 19:28:45','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||48px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\"><span>Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. Combatives courses will teach you how to integrate empty-hand techniques with blades, improvised weapons, and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. These are a physically demanding, hands-on courses that will elevate your situational awareness and shooting/ fighting ability to the next level.</span></span></p>\n<p>These courses cover topics such as:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>mindset</li>\n<li>concealed draw stroke</li>\n<li>combative weapons retention shooting</li>\n<li>blade selection</li>\n<li>blade deployment and targeting</li>\n<li>striking and transitions from striking/ blade use to pistol deployment.</li>\n<li>Incorporate challenging force on force drills using airsoft tools</li>\n<li><span>strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principles into real life application</span></li>\n</ul>\n</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Combatives Courses</h5>[/et_pb_text][diec_event_carousel show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_weburl=\"off\" show_data_one_line=\"on\" event_count=\"20\" included_categories=\"94,110,96,97,98,99,100,102,104,106,111,112,103,119\" columns=\"4\" align=\"center\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" link_option_url_new_window=\"on\" hover_enabled=\"0\" border_width_all_thumbnail_border=\"0px\" border_width_all_event_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" sticky_enabled=\"0\"][/diec_event_carousel][decm_event_display _builder_version=\"4.27.2\" _module_preset=\"default\" event_count=\"15\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_date=\"off\" show_icon_label=\"label\" excerpt_content=\"_show\" hover_enabled=\"0\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section]','Combatives','','inherit','closed','closed','','3399-revision-v1','','','2024-12-31 19:28:45','2024-12-31 19:28:45','',3399,'https://staging.amtacshooting.com/?p=4070',0,'revision','',0),
(4072,10,'2025-01-03 20:32:38','2025-01-03 20:32:38','','20230121_113850-min','','inherit','open','closed','','20230121_113850-min','','','2025-01-03 20:32:38','2025-01-03 20:32:38','',0,'https://staging.amtacshooting.com/wp-content/uploads/2025/01/20230121_113850-min.jpg',0,'attachment','image/jpeg',0),
(4073,10,'2025-01-03 20:36:52','2025-01-03 20:36:52','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/A1S9669-scaled.jpg\" title_text=\"_A1S9669\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_heading title=\"Guns & Gear\" url_new_window=\"on\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-03 20:36:52','2025-01-03 20:36:52','',3523,'https://staging.amtacshooting.com/?p=4073',0,'revision','',0),
(4074,10,'2025-01-04 00:21:17','2025-01-04 00:21:17','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" excerpt_content=\"_show\" event_count=\"50\" excerpt_length=\"470\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" show_detail=\"off\" show_weburl=\"off\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2025-01-04 00:21:17','2025-01-04 00:21:17','',81,'https://staging.amtacshooting.com/?p=4074',0,'revision','',0),
(4075,10,'2025-01-04 01:03:18','2025-01-04 01:03:18','<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\">\n    <button style=\"\n  border: 1px solid rgba(0, 0, 0, 0.1);\n  border-radius: .25rem;\n  box-sizing: border-box;\n  font-size: 16px;\n  justify-content: center;\n  line-height: 1.25;\n  margin: 0;\n  min-height: 3rem;\n  padding: calc(.875rem - 1px) calc(1.5rem - 1px);\n  position: relative;\nwidth: 20px;\n\n  \">Register Here</button>\n</a>\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated Combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-autosave-v1','','','2025-01-04 01:03:18','2025-01-04 01:03:18','',3933,'https://staging.amtacshooting.com/?p=4075',0,'revision','',0),
(4076,10,'2025-01-04 00:23:59','2025-01-04 00:23:59','[button link=\"#https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\" newwindow=\"yes\"] Register[/button] The Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\"><button>Registration and More Details Here &gt;&gt;</button></a>','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-revision-v1','','','2025-01-04 00:23:59','2025-01-04 00:23:59','',3933,'https://staging.amtacshooting.com/?p=4076',0,'revision','',0),
(4077,10,'2025-01-04 00:26:35','2025-01-04 00:26:35','<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\"><button>Registration Here &gt;&gt;</button></a>The Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.\r\n\r\n<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\"><button>Registration and More Details Here &gt;&gt;</button></a>','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-revision-v1','','','2025-01-04 00:26:35','2025-01-04 00:26:35','',3933,'https://staging.amtacshooting.com/?p=4077',0,'revision','',0),
(4078,10,'2025-01-04 00:31:29','2025-01-04 00:31:29','<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\"><button width=\"10px\" height=\"5px\">Registration Here</button></a>\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated Combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-revision-v1','','','2025-01-04 00:31:29','2025-01-04 00:31:29','',3933,'https://staging.amtacshooting.com/?p=4078',0,'revision','',0),
(4079,10,'2025-01-04 00:32:12','2025-01-04 00:32:12','<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\"><button width=\"30px\" height=\"5px\">Register Here</button></a>\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated Combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-revision-v1','','','2025-01-04 00:32:12','2025-01-04 00:32:12','',3933,'https://staging.amtacshooting.com/?p=4079',0,'revision','',0),
(4080,10,'2025-01-04 00:38:56','2025-01-04 00:38:56','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"50\" excerpt_length=\"470\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\" show_virtual_event=\"on\"][/decm_event_display][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" event_count=\"50\" excerpt_length=\"470\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\" show_virtual_event=\"on\" locked=\"off\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2025-01-04 00:38:56','2025-01-04 00:38:56','',81,'https://staging.amtacshooting.com/?p=4080',0,'revision','',0),
(4081,10,'2025-01-04 00:45:33','2025-01-04 00:45:33','<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\"><button\r\n   \r\n    box-sizing: border-box;\r\n    margin: 0;\r\n    outline: 0;\r\n    text-decoration: none;\r\n    font-weight: 500;\r\n    padding: .3em 1em;\r\n    line-height: 1.7em!important;\r\n    background-color: transparent;\r\n    background-size: cover;\r\n    background-position: 50%;\r\n    border: 2px solid;\r\n    border-radius: 3px;\r\n    transition-duration: .2s;\r\n    transition-property: all!important;\r\n    position: relative;\r\n    padding-right: 1em!important;\r\n    display: inline-block;\r\n\r\n    font-size: 20px;>Register Here</button></a>\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated Combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-revision-v1','','','2025-01-04 00:45:33','2025-01-04 00:45:33','',3933,'https://staging.amtacshooting.com/?p=4081',0,'revision','',0),
(4082,10,'2025-01-04 00:46:17','2025-01-04 00:46:17','<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\"><button>Register Here</button></a>\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated Combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-revision-v1','','','2025-01-04 00:46:17','2025-01-04 00:46:17','',3933,'https://staging.amtacshooting.com/?p=4082',0,'revision','',0),
(4083,10,'2025-01-04 00:51:04','2025-01-04 00:51:04','<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\"><button style=\"background: transparent;\r\n    text-decoration: none;\r\n    font-weight: 500;\r\n    padding: .3em 1em;\r\n    line-height: 1.7em!important;\r\n    background-color: transparent;\r\n    background-size: cover;\r\n    background-position: 50%;\r\n    background-repeat: no-repeat;\r\n    border: 2px solid;\r\n    border-radius: 3px;\"\r\n>Register Here</button></a>\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated Combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-revision-v1','','','2025-01-04 00:51:04','2025-01-04 00:51:04','',3933,'https://staging.amtacshooting.com/?p=4083',0,'revision','',0),
(4084,10,'2025-01-04 00:52:51','2025-01-04 00:52:51','<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\">\r\n    <button style=\"width: 10px, height: 5px\">Register Here</button>\r\n</a>\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated Combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-revision-v1','','','2025-01-04 00:52:51','2025-01-04 00:52:51','',3933,'https://staging.amtacshooting.com/?p=4084',0,'revision','',0),
(4085,10,'2025-01-04 00:53:26','2025-01-04 00:53:26','<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\">\r\n    <button style=\"width: 15px, height: 8px\">Register Here</button>\r\n</a>\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated Combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-revision-v1','','','2025-01-04 00:53:26','2025-01-04 00:53:26','',3933,'https://staging.amtacshooting.com/?p=4085',0,'revision','',0),
(4086,10,'2025-01-04 00:53:56','2025-01-04 00:53:56','<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\">\r\n    <button style=\"width: 30px, height: 8px\">Register Here</button>\r\n</a>\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated Combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-revision-v1','','','2025-01-04 00:53:56','2025-01-04 00:53:56','',3933,'https://staging.amtacshooting.com/?p=4086',0,'revision','',0),
(4087,10,'2025-01-04 00:56:45','2025-01-04 00:56:45','<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\">\r\n    <button style=\"<!-- HTML !-->\r\n<button class=\"button-6\" \r\n/* CSS */\r\n.button-6 {\r\n  align-items: center;\r\n  background-color: #FFFFFF;\r\n  border: 1px solid rgba(0, 0, 0, 0.1);\r\n  border-radius: .25rem;\r\n  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;\r\n  box-sizing: border-box;\r\n  color: rgba(0, 0, 0, 0.85);\r\n  cursor: pointer;\r\n  display: inline-flex;\r\n  font-family: system-ui,-apple-system,system-ui,\"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n  font-size: 16px;\r\n  font-weight: 600;\r\n  justify-content: center;\r\n  line-height: 1.25;\r\n  margin: 0;\r\n  min-height: 3rem;\r\n  padding: calc(.875rem - 1px) calc(1.5rem - 1px);\r\n  position: relative;\r\n  text-decoration: none;\r\n  transition: all 250ms;\r\n  user-select: none;\r\n  -webkit-user-select: none;\r\n  touch-action: manipulation;\r\n  vertical-align: baseline;\r\n  width: auto;\r\n}\r\n\r\n.button-6:hover,\r\n.button-6:focus {\r\n  border-color: rgba(0, 0, 0, 0.15);\r\n  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;\r\n  color: rgba(0, 0, 0, 0.65);\r\n}\r\n\r\n.button-6:hover {\r\n  transform: translateY(-1px);\r\n}\r\n\r\n.button-6:active {\r\n  background-color: #F0F0F1;\r\n  border-color: rgba(0, 0, 0, 0.15);\r\n  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;\r\n  color: rgba(0, 0, 0, 0.65);\r\n  transform: translateY(0);\r\n}\">Register Here</button>\r\n</a>\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated Combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-revision-v1','','','2025-01-04 00:56:45','2025-01-04 00:56:45','',3933,'https://staging.amtacshooting.com/?p=4087',0,'revision','',0),
(4088,10,'2025-01-04 00:58:19','2025-01-04 00:58:19','<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\">\r\n    <button style=\"\r\n  align-items: center;\r\n  background-color: #FFFFFF;\r\n  border: 1px solid rgba(0, 0, 0, 0.1);\r\n  border-radius: .25rem;\r\n  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;\r\n  box-sizing: border-box;\r\n  color: rgba(0, 0, 0, 0.85);\r\n  cursor: pointer;\r\n  display: inline-flex;\r\n  font-family: system-ui,-apple-system,system-ui,\"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n  font-size: 16px;\r\n  font-weight: 600;\r\n  justify-content: center;\r\n  line-height: 1.25;\r\n  margin: 0;\r\n  min-height: 3rem;\r\n  padding: calc(.875rem - 1px) calc(1.5rem - 1px);\r\n  position: relative;\r\n  text-decoration: none;\r\n  transition: all 250ms;\r\n  user-select: none;\r\n  -webkit-user-select: none;\r\n  touch-action: manipulation;\r\n  vertical-align: baseline;\r\n  width: auto;\r\n.button-6:hover,\r\n.button-6:focus {\r\n  border-color: rgba(0, 0, 0, 0.15);\r\n  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;\r\n  color: rgba(0, 0, 0, 0.65);\r\n.button-6:hover {\r\n  transform: translateY(-1px);\r\n}\r\n.button-6:active {\r\n  background-color: #F0F0F1;\r\n  border-color: rgba(0, 0, 0, 0.15);\r\n  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;\r\n  color: rgba(0, 0, 0, 0.65);\r\n  transform: translateY(0);\r\n}\">Register Here</button>\r\n</a>\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated Combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-revision-v1','','','2025-01-04 00:58:19','2025-01-04 00:58:19','',3933,'https://staging.amtacshooting.com/?p=4088',0,'revision','',0),
(4089,10,'2025-01-04 01:00:48','2025-01-04 01:00:48','<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\">\r\n    <button style=\"\r\n  align-items: center;\r\n  background-color: #FFFFFF;\r\n  border: 1px solid rgba(0, 0, 0, 0.1);\r\n  border-radius: .25rem;\r\n  box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;\r\n  box-sizing: border-box;\r\n  color: rgba(0, 0, 0, 0.85);\r\n  cursor: pointer;\r\n  display: inline-flex;\r\n  font-family: system-ui,-apple-system,system-ui,\"Helvetica Neue\",Helvetica,Arial,sans-serif;\r\n  font-size: 16px;\r\n  font-weight: 600;\r\n  justify-content: center;\r\n  line-height: 1.25;\r\n  margin: 0;\r\n  min-height: 3rem;\r\n  padding: calc(.875rem - 1px) calc(1.5rem - 1px);\r\n  position: relative;\r\n  text-decoration: none;\r\n  transition: all 250ms;\r\n  user-select: none;\r\n  -webkit-user-select: none;\r\n  touch-action: manipulation;\r\n  vertical-align: baseline;\r\n  width: auto;\r\n  border-color: rgba(0, 0, 0, 0.15);\r\n  box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;\r\n  color: rgba(0, 0, 0, 0.65);\r\n  transform: translateY(-1px);\r\n  background-color: #F0F0F1;\r\n  border-color: rgba(0, 0, 0, 0.15);\r\n  box-shadow: rgba(0, 0, 0, 0.06) 0 2px 4px;\r\n  color: rgba(0, 0, 0, 0.65);\r\n  transform: translateY(0);\r\n\">Register Here</button>\r\n</a>\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated Combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-revision-v1','','','2025-01-04 01:00:48','2025-01-04 01:00:48','',3933,'https://staging.amtacshooting.com/?p=4089',0,'revision','',0),
(4090,10,'2025-01-04 01:02:04','2025-01-04 01:02:04','<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\">\r\n    <button style=\"\r\n  border: 1px solid rgba(0, 0, 0, 0.1);\r\n  border-radius: .25rem;\r\n  box-sizing: border-box;\r\n  font-size: 16px;\r\n  justify-content: center;\r\n  line-height: 1.25;\r\n  margin: 0;\r\n  min-height: 3rem;\r\n  padding: calc(.875rem - 1px) calc(1.5rem - 1px);\r\n  position: relative;\r\n  \">Register Here</button>\r\n</a>\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated Combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-revision-v1','','','2025-01-04 01:02:04','2025-01-04 01:02:04','',3933,'https://staging.amtacshooting.com/?p=4090',0,'revision','',0),
(4091,10,'2025-01-04 01:03:26','2025-01-04 01:03:26','<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\">\r\n    <button style=\"\r\n  border: 1px solid rgba(0, 0, 0, 0.1);\r\n  border-radius: .25rem;\r\n  box-sizing: border-box;\r\n  font-size: 16px;\r\n  justify-content: center;\r\n  line-height: 1.25;\r\n  margin: 0;\r\n  min-height: 3rem;\r\n  padding: calc(.875rem - 1px) calc(1.5rem - 1px);\r\n  position: relative;\r\nwidth: 20px;\r\nheight: 10px;\r\n  \">Register Here</button>\r\n</a>\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated Combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-revision-v1','','','2025-01-04 01:03:26','2025-01-04 01:03:26','',3933,'https://staging.amtacshooting.com/?p=4091',0,'revision','',0),
(4092,10,'2025-01-04 01:04:26','2025-01-04 01:04:26','<a href=\"https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca\">\r\n    <button style=\"\">Register Here</button>\r\n</a>\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated Combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','4-5 December 2025 - Amtac Shooting Integrated Combatives Level 2 Course CA','','inherit','closed','closed','','3933-revision-v1','','','2025-01-04 01:04:26','2025-01-04 01:04:26','',3933,'https://staging.amtacshooting.com/?p=4092',0,'revision','',0),
(4093,10,'2025-01-04 01:13:32','2025-01-04 01:13:32','<a href=\"https://amtacshooting.regfox.com/2025-12-03-pistol-combatives-and-medical-course-ca\"><button>Register Here</button></a>\nThe Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach lifesaving medical skills, including\n\nBleeding control\n<ul>\n 	<li>Airway management</li>\n 	<li>Bleeding control</li>\n 	<li>Airway management</li>\n 	<li>Respiratory support</li>\n 	<li>Dealing with shock and hypothermia</li>\n</ul>\nThis is a physically demanding course and you will need a baseline of fitness to participate.','3 December 2025 - Amtac Shooting Pistol Combatives and Medical Course CA','<a href=\"https://amtacshooting.regfox.com/2025-12-03-pistol-combatives-and-medical-course-ca\"><button>Register Here</button></a>\nThe Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills: Bleeding control, Airway management, Respiratory support, and Dealing with shock and hypothermia.\nThis is a physically demanding course and you will need a baseline of fitness to participate.','inherit','closed','closed','','3931-autosave-v1','','','2025-01-04 01:13:32','2025-01-04 01:13:32','',3931,'https://staging.amtacshooting.com/?p=4093',0,'revision','',0),
(4094,10,'2025-01-04 01:07:00','2025-01-04 01:07:00','<a href=\"https://amtacshooting.regfox.com/2025-12-03-pistol-combatives-and-medical-course-ca\"><button>Register Here</button></a>\r\n<strong>The Amtac Shooting Pistol Combatives and Medical Course\r\nLed by Bill Rapier\r\nNear Los Angeles, California\r\n</strong>\r\n\r\nThe Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills:\r\n<ul>\r\n 	<li>Bleeding control</li>\r\n 	<li>Airway management</li>\r\n 	<li>Respiratory support</li>\r\n 	<li>Dealing with shock and hypothermia</li>\r\n</ul>\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.','3 December 2025 - Amtac Shooting Pistol Combatives and Medical Course CA','The Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills: Bleeding control, Airway management, Respiratory support, and Dealing with shock and hypothermia.\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.','inherit','closed','closed','','3931-revision-v1','','','2025-01-04 01:07:00','2025-01-04 01:07:00','',3931,'https://staging.amtacshooting.com/?p=4094',0,'revision','',0),
(4095,10,'2025-01-04 01:08:27','2025-01-04 01:08:27','<a href=\"https://amtacshooting.regfox.com/2025-12-03-pistol-combatives-and-medical-course-ca\"><button>Register Here</button></a>\r\n<strong>The Amtac Shooting Pistol Combatives and Medical Course\r\nLed by Bill Rapier\r\nNear Los Angeles, California\r\n</strong>\r\n\r\nThe Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills:\r\n<ul>\r\n 	<li>Bleeding control</li>\r\n 	<li>Airway management</li>\r\n 	<li>Respiratory support</li>\r\n 	<li>Dealing with shock and hypothermia</li>\r\n</ul>\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.','3 December 2025 - Amtac Shooting Pistol Combatives and Medical Course CA','<a href=\"https://amtacshooting.regfox.com/2025-12-03-pistol-combatives-and-medical-course-ca\"><button>Register Here</button></a>\r\nThe Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills: Bleeding control, Airway management, Respiratory support, and Dealing with shock and hypothermia.\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.','inherit','closed','closed','','3931-revision-v1','','','2025-01-04 01:08:27','2025-01-04 01:08:27','',3931,'https://staging.amtacshooting.com/?p=4095',0,'revision','',0),
(4096,10,'2025-01-04 01:11:06','2025-01-04 01:11:06','<a href=\"https://amtacshooting.regfox.com/2025-12-03-pistol-combatives-and-medical-course-ca\"><button>Register Here</button></a>\r\nThe Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills:\r\n<ul>\r\n 	<li>Bleeding control</li>\r\n 	<li>Airway management</li>\r\n 	<li>Respiratory support</li>\r\n 	<li>Dealing with shock and hypothermia</li>\r\n</ul>\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.','3 December 2025 - Amtac Shooting Pistol Combatives and Medical Course CA','<a href=\"https://amtacshooting.regfox.com/2025-12-03-pistol-combatives-and-medical-course-ca\"><button>Register Here</button></a>\r\nThe Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills: Bleeding control, Airway management, Respiratory support, and Dealing with shock and hypothermia.\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.','inherit','closed','closed','','3931-revision-v1','','','2025-01-04 01:11:06','2025-01-04 01:11:06','',3931,'https://staging.amtacshooting.com/?p=4096',0,'revision','',0),
(4097,10,'2025-01-04 01:14:15','2025-01-04 01:14:15','<a href=\"https://amtacshooting.regfox.com/2025-12-03-pistol-combatives-and-medical-course-ca\"><button>Register Here</button></a>\r\nThe Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach lifesaving medical skills, including bleeding control, airway management, respiratory support, and dealing with shock and hypothermia. This is a physically demanding course and you will need a baseline of fitness to participate.','3 December 2025 - Amtac Shooting Pistol Combatives and Medical Course CA','<a href=\"https://amtacshooting.regfox.com/2025-12-03-pistol-combatives-and-medical-course-ca\"><button>Register Here</button></a>\r\nThe Amtac Shooting Pistol Combatives and Medical Course will review pistol fundamentals and combative fundamentals and then teach the following lifesaving medical skills: Bleeding control, Airway management, Respiratory support, and Dealing with shock and hypothermia.\r\nThis is a physically demanding course and you will need a baseline of fitness to participate.','inherit','closed','closed','','3931-revision-v1','','','2025-01-04 01:14:15','2025-01-04 01:14:15','',3931,'https://staging.amtacshooting.com/?p=4097',0,'revision','',0),
(4098,10,'2025-01-04 01:16:48','2025-01-04 01:16:48','<a href=\"https://amtacshooting.regfox.com/2025-11-11-integrated-combatives-level-2-course-ct\"><button>Register Here</button></a>\r\n\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate','11-12 November 2025 - Amtac Shooting Integrated Combatives Level 2 Course CT','','inherit','closed','closed','','3925-revision-v1','','','2025-01-04 01:16:48','2025-01-04 01:16:48','',3925,'https://staging.amtacshooting.com/?p=4098',0,'revision','',0),
(4099,10,'2025-01-04 01:18:08','2025-01-04 01:18:08','<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\">Fighting at night. The Amtac Shooting Level 2 NVG course is designed to train solid Americans how to maximize the advantage of fighting at night time. What are the best tactics, what is the right gear, what are the best practices to maximize our chances of success? How do we shoot, move, and communicate at night? In this course, we will cover day and night shooting with pistol and carbine, setting up your helmet and NODs, setting up pistol and carbine for night fighting, team movement at night, intro to day and night 2 man CQB, force on force runs at night,</div>\n<ul>\n 	<li>\n<div>Radio communications</div></li>\n 	<li>\n<div>Team Tactics</div></li>\n 	<li>\n<div>Mindset</div></li>\n</ul>\n<div></div>\n<div>This is a physically demanding course. You will need a baseline of fitness to participate. For this Level 2 Course, I recommend that you have spent some time on NODs before you come.\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us by the contact form). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"/amtac-training-center-atc-lodging/\">See lodging photos here</a>.</div>\n<a href=\"https://amtacshooting.regfox.com/2025-11-05-nvg-level-2-fighting-at-night-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','5-7 November 2025 - Amtac Shooting NVG Level 2 Course / Fighting at Night ID','','inherit','closed','closed','','3924-autosave-v1','','','2025-01-04 01:18:08','2025-01-04 01:18:08','',3924,'https://staging.amtacshooting.com/?p=4099',0,'revision','',0),
(4100,10,'2025-01-04 01:19:17','2025-01-04 01:19:17','<a href=\"https://amtacshooting.regfox.com/2025-11-05-nvg-level-2-fighting-at-night-course-id\"><button>Register Here</button></a>\r\n<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\">Fighting at night. The Amtac Shooting Level 2 NVG course is designed to train solid Americans how to maximize the advantage of fighting at night time. What are the best tactics, what is the right gear, what are the best practices to maximize our chances of success? How do we shoot, move, and communicate at night? In this course, we will cover day and night shooting with pistol and carbine, setting up your helmet and NODs, setting up pistol and carbine for night fighting, team movement at night, intro to day and night 2 man CQB, force on force runs at night, radio communications, Team Tactics, and mindset.</div>\r\n<div>This is a physically demanding course. You will need a baseline of fitness to participate. For this Level 2 Course, I recommend that you have spent some time on NODs before you come.\r\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us by the contact form). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"/amtac-training-center-atc-lodging/\">See lodging photos here</a>.</div>\r\n','5-7 November 2025 - Amtac Shooting NVG Level 2 Course / Fighting at Night ID','','inherit','closed','closed','','3924-revision-v1','','','2025-01-04 01:19:17','2025-01-04 01:19:17','',3924,'https://staging.amtacshooting.com/?p=4100',0,'revision','',0),
(4101,10,'2025-01-04 01:19:29','2025-01-04 01:19:29','<a href=\"https://amtacshooting.regfox.com/2025-11-05-nvg-level-2-fighting-at-night-course-id\"><button>Register Here</button></a>\r\n<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\"></div>\r\n<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\">Fighting at night. The Amtac Shooting Level 2 NVG course is designed to train solid Americans how to maximize the advantage of fighting at night time. What are the best tactics, what is the right gear, what are the best practices to maximize our chances of success? How do we shoot, move, and communicate at night? In this course, we will cover day and night shooting with pistol and carbine, setting up your helmet and NODs, setting up pistol and carbine for night fighting, team movement at night, intro to day and night 2 man CQB, force on force runs at night, radio communications, Team Tactics, and mindset.</div>\r\n<div>This is a physically demanding course. You will need a baseline of fitness to participate. For this Level 2 Course, I recommend that you have spent some time on NODs before you come.\r\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us by the contact form). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"/amtac-training-center-atc-lodging/\">See lodging photos here</a>.</div>','5-7 November 2025 - Amtac Shooting NVG Level 2 Course / Fighting at Night ID','','inherit','closed','closed','','3924-revision-v1','','','2025-01-04 01:19:29','2025-01-04 01:19:29','',3924,'https://staging.amtacshooting.com/?p=4101',0,'revision','',0),
(4102,10,'2025-01-04 01:22:21','2025-01-04 01:22:21','<a href=\"https://amtacshooting.regfox.com/2025-10-02-integrated-combatives-2-course-fl\"><button>Register Here</button></a>\r\n\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','2-3 October 2025 - Amtac Shooting Integrated Combatives Level 2 Course FL','','inherit','closed','closed','','3923-revision-v1','','','2025-01-04 01:22:21','2025-01-04 01:22:21','',3923,'https://staging.amtacshooting.com/?p=4102',0,'revision','',0),
(4103,10,'2025-01-04 01:23:37','2025-01-04 01:23:37','<a href=\"https://amtacshooting.regfox.com/2025-ak-manipulation-course-fl\"><button>Registration and More Details Here;</button></a>Because the AK is one of the most widely proliferated firearms in the world and has been the preferred weapon of our enemies for the last 50 years, it is a platform that you should be comfortable running. This one-day course is designed to teach you how to effectively operate the AK-47 style platform. Topics covered will include zeroing your rifle, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB and intermediate distances, shooting and moving, and barricade use.\n\n','1 October 2025- Amtac Shooting AK Manipulations Course FL','','inherit','closed','closed','','3922-autosave-v1','','','2025-01-04 01:23:37','2025-01-04 01:23:37','',3922,'https://staging.amtacshooting.com/?p=4103',0,'revision','',0),
(4104,10,'2025-01-04 01:23:55','2025-01-04 01:23:55','<a href=\"https://amtacshooting.regfox.com/2025-ak-manipulation-course-fl\"><button>Register Here</button></a>\r\n\r\nBecause the AK is one of the most widely proliferated firearms in the world and has been the preferred weapon of our enemies for the last 50 years, it is a platform that you should be comfortable running. This one-day course is designed to teach you how to effectively operate the AK-47 style platform. Topics covered will include zeroing your rifle, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB and intermediate distances, shooting and moving, and barricade use.','1 October 2025- Amtac Shooting AK Manipulations Course FL','','inherit','closed','closed','','3922-revision-v1','','','2025-01-04 01:23:55','2025-01-04 01:23:55','',3922,'https://staging.amtacshooting.com/?p=4104',0,'revision','',0),
(4105,10,'2025-01-04 01:26:12','2025-01-04 01:26:12','<a href=\"https://amtacshooting.regfox.com/2025-09-12-pistol-combatives-level-1-course-id\"><button>Register Here</button></a>This is a one-day course focused on Pistol Combatives. Pistol Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate. This course will cover mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, blade selection, blade deployment and targeting, striking and transitions from striking/ blade use to pistol deployment.\n','12 September 2025 Amtac Shooting Pistol Combatives Level 1 Course ID','','inherit','closed','closed','','3938-autosave-v1','','','2025-01-04 01:26:12','2025-01-04 01:26:12','',3938,'https://staging.amtacshooting.com/?p=4105',0,'revision','',0),
(4106,10,'2025-01-04 01:26:19','2025-01-04 01:26:19','<a href=\"https://amtacshooting.regfox.com/2025-09-12-pistol-combatives-level-1-course-id\"><button>Register Here</button></a>\r\n\r\nThis is a one-day course focused on Pistol Combatives. Pistol Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate. This course will cover mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, blade selection, blade deployment and targeting, striking and transitions from striking/ blade use to pistol deployment.','12 September 2025 Amtac Shooting Pistol Combatives Level 1 Course ID','','inherit','closed','closed','','3938-revision-v1','','','2025-01-04 01:26:19','2025-01-04 01:26:19','',3938,'https://staging.amtacshooting.com/?p=4106',0,'revision','',0),
(4107,10,'2025-01-04 01:27:33','2025-01-04 01:27:33','<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\">Fighting at night. The Amtac Shooting Level 2 NVG course is designed to train solid Americans how to maximize the advantage of fighting at night time. What are the best tactics, what is the right gear, what are the best practices to maximize our chances of success? How do we shoot, move, and communicate at night? In this course, we will cover day and night shooting with pistol and carbine, setting up your helmet and NODs</div>\n<div>, setting up pistol and carbine for night fighting, team movement at night, intro to day and night 2 man CQB, force on force runs at night, radio communications, Team Tactics, and mindset</div>\n<div></div>\n<div>This is a physically demanding course. You will need a baseline of fitness to participate. For this Level 2 Course, I recommend that you have spent some time on NODs before you come.\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us by the contact form). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"/amtac-training-center-atc-lodging/\">See lodging photos here</a>.</div>\n<a href=\"https://amtacshooting.regfox.com/2025-09-10-nvg-level-2-fighting-at-night-course-id\"><button>Registration and More Details Here &gt;&gt;</button></a>','10-11 September 2025 - Amtac Shooting NVG Level 2 Course / Fighting at Night ID','','inherit','closed','closed','','3942-autosave-v1','','','2025-01-04 01:27:33','2025-01-04 01:27:33','',3942,'https://staging.amtacshooting.com/?p=4107',0,'revision','',0),
(4108,10,'2025-01-04 01:28:21','2025-01-04 01:28:21','<a href=\"https://amtacshooting.regfox.com/2025-09-10-nvg-level-2-fighting-at-night-course-id\"><button>Register Here</button></a>\r\n<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\"></div>\r\n<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\">Fighting at night. The Amtac Shooting Level 2 NVG course is designed to train solid Americans how to maximize the advantage of fighting at night time. What are the best tactics, what is the right gear, what are the best practices to maximize our chances of success? How do we shoot, move, and communicate at night? In this course, we will cover day and night shooting with pistol and carbine, setting up your helmet and NODs</div>\r\n<div>, setting up pistol and carbine for night fighting, team movement at night, intro to day and night 2 man CQB, force on force runs at night, radio communications, Team Tactics, and mindset.</div>\r\n<div>This is a physically demanding course. You will need a baseline of fitness to participate. For this Level 2 Course, I recommend that you have spent some time on NODs before you come.\r\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us by the contact form). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"/amtac-training-center-atc-lodging/\">See lodging photos here</a>.</div>','10-11 September 2025 - Amtac Shooting NVG Level 2 Course / Fighting at Night ID','','inherit','closed','closed','','3942-revision-v1','','','2025-01-04 01:28:21','2025-01-04 01:28:21','',3942,'https://staging.amtacshooting.com/?p=4108',0,'revision','',0),
(4109,10,'2025-01-04 01:29:46','2025-01-04 01:29:46','<a href=\"https://amtacshooting.regfox.com/2025-08-07-fighting-in-and-around-vehiclescarbine-course-id\"><button>Register Here &gt;&gt;</button></a>We are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more good Americans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through when/why to have a carbine with you, how to stage it in your vehicle, set up, zero and drill with your live weapon, and incorporate challenging force on force drills using airsoft tools. This is a physically demanding course that requires a baseline of fitness to participate.\n\n\n\n','7-8 August 2025 - Amtac Shooting Fighting In & Around Vehicles Carbine Course ID','','inherit','closed','closed','','3921-autosave-v1','','','2025-01-04 01:29:46','2025-01-04 01:29:46','',3921,'https://staging.amtacshooting.com/?p=4109',0,'revision','',0),
(4110,10,'2025-01-04 01:29:52','2025-01-04 01:29:52','<a href=\"https://amtacshooting.regfox.com/2025-08-07-fighting-in-and-around-vehiclescarbine-course-id\"><button>Register Here</button></a>We are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more good Americans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through when/why to have a carbine with you, how to stage it in your vehicle, set up, zero and drill with your live weapon, and incorporate challenging force on force drills using airsoft tools. This is a physically demanding course that requires a baseline of fitness to participate.\r\n\r\n\r\n\r\n','7-8 August 2025 - Amtac Shooting Fighting In & Around Vehicles Carbine Course ID','','inherit','closed','closed','','3921-revision-v1','','','2025-01-04 01:29:52','2025-01-04 01:29:52','',3921,'https://staging.amtacshooting.com/?p=4110',0,'revision','',0),
(4111,10,'2025-01-04 01:30:03','2025-01-04 01:30:03','<a href=\"https://amtacshooting.regfox.com/2025-08-07-fighting-in-and-around-vehiclescarbine-course-id\"><button>Register Here</button></a>\r\n\r\nWe are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more good Americans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through when/why to have a carbine with you, how to stage it in your vehicle, set up, zero and drill with your live weapon, and incorporate challenging force on force drills using airsoft tools. This is a physically demanding course that requires a baseline of fitness to participate.','7-8 August 2025 - Amtac Shooting Fighting In & Around Vehicles Carbine Course ID','','inherit','closed','closed','','3921-revision-v1','','','2025-01-04 01:30:03','2025-01-04 01:30:03','',3921,'https://staging.amtacshooting.com/?p=4111',0,'revision','',0),
(4112,10,'2025-01-04 01:31:13','2025-01-04 01:31:13','<a href=\"https://amtacshooting.regfox.com/2025-06-12-integrated-combatives-2-course-ut\"><button>Register Here</button></a>\r\n\r\nThe Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','12-13 June 2025 - Amtac Shooting Integrated Combatives Level 2 Course UT','The Integrated Combatives Level 2 course is designed for more experienced shooters to increase their shooting, fighting and integrated combatives capabilities. We will cover both fundamentals and more advanced shooting drills, situational striking from different stand up grappling positions and ranges, stand up grappling with weapons concepts, both strong and other strong hand use of the blade and most importantly being able to tie it all together as tactically and situationally appropriate. This is a physically demanding course and you must be healthy and have baseline of fitness in order to participate.','inherit','closed','closed','','3920-revision-v1','','','2025-01-04 01:31:13','2025-01-04 01:31:13','',3920,'https://staging.amtacshooting.com/?p=4112',0,'revision','',0),
(4113,10,'2025-01-04 01:32:31','2025-01-04 01:32:31','This course is designed to teach you how to effectively operate your AR-15 style carbine. Topics covered will include setting up your carbine, zeroing your optics, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB and intermediate distances, combatives with a carbine, shooting and moving, and shooting around barricades.\n\n','22-23 May 2025 Amtac Shooting Combative Carbine Course WI (THIS COURSE IS FULL)','','inherit','closed','closed','','3919-autosave-v1','','','2025-01-04 01:32:31','2025-01-04 01:32:31','',3919,'https://staging.amtacshooting.com/?p=4113',0,'revision','',0),
(4114,10,'2025-01-04 01:32:53','2025-01-04 01:32:53','<a href=\"https://amtacshooting.regfox.com/2025-05-22-combative-carbine-course-wi\"><button>Register Here</button></a>\r\n\r\nThis course is designed to teach you how to effectively operate your AR-15 style carbine. Topics covered will include setting up your carbine, zeroing your optics, fundamentals of marksmanship, proper weapons manipulation, fast and effective shooting at CQB and intermediate distances, combatives with a carbine, shooting and moving, and shooting around barricades.','22-23 May 2025 Amtac Shooting Combative Carbine Course WI (THIS COURSE IS FULL)','','inherit','closed','closed','','3919-revision-v1','','','2025-01-04 01:32:53','2025-01-04 01:32:53','',3919,'https://staging.amtacshooting.com/?p=4114',0,'revision','',0),
(4115,10,'2025-01-04 01:33:48','2025-01-04 01:33:48','<a href=\"https://amtacshooting.regfox.com/2025-05-14-no-fail-pistol-integrated-combatives-course-id\"><button>Register Here</button></a>\r\n\r\nThe No Fail Pistol/ Integrated Combatives Course is a joint Presscheck Consulting and Amtac Shooting Course. Lead instructors for this course are Chuck Pressburg and Bill Rapier. This Course will blend the most important components of Chuck Pressburg\'s No Fail Pistol as well as the most important components of Amtac Shooting\'s Integrated Combatives Course for a truly unique training opportunity in the mountains of North Idaho.','14-16 May 2025 No Fail Pistol/ Integrated Combatives Course ID','','inherit','closed','closed','','3939-revision-v1','','','2025-01-04 01:33:48','2025-01-04 01:33:48','',3939,'https://staging.amtacshooting.com/?p=4115',0,'revision','',0),
(4116,10,'2025-01-04 01:36:02','2025-01-04 01:36:02','<a href=\"https://amtacshooting.regfox.com/2025-04-12-fighting-in-and-around-vehiclescarbine-course-in\"><button>Register Here</button></a>\nWe are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more good Americans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through when/why to have a carbine with you, how to stage it in your vehicle, set up, zero, and drill with your live weapon, and incorporate challenging force-on-force drills using airsoft tools.This is a physically demanding course that requires a baseline of fitness to participate.','12-13 April 2025 - Amtac Shooting Fighting In & Around Vehicles Carbine Course IN','','inherit','closed','closed','','3937-autosave-v1','','','2025-01-04 01:36:02','2025-01-04 01:36:02','',3937,'https://staging.amtacshooting.com/?p=4116',0,'revision','',0),
(4117,10,'2025-01-04 01:36:06','2025-01-04 01:36:06','<a href=\"https://amtacshooting.regfox.com/2025-04-12-fighting-in-and-around-vehiclescarbine-course-in\"><button>Register Here</button></a>\r\n\r\nWe are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more good Americans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through when/why to have a carbine with you, how to stage it in your vehicle, set up, zero, and drill with your live weapon, and incorporate challenging force-on-force drills using airsoft tools.This is a physically demanding course that requires a baseline of fitness to participate.','12-13 April 2025 - Amtac Shooting Fighting In & Around Vehicles Carbine Course IN','','inherit','closed','closed','','3937-revision-v1','','','2025-01-04 01:36:06','2025-01-04 01:36:06','',3937,'https://staging.amtacshooting.com/?p=4117',0,'revision','',0),
(4118,10,'2025-01-04 01:37:29','2025-01-04 01:37:29','<a href=\"https://amtacshooting.regfox.com/2025-04-11-pistol-combatives-level-1-course-in\"><button>Registration and More Details Here &gt;&gt;</button></a>\nThis is a one-day course focused on Pistol Combatives. Pistol Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate. This course will cover mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, blade selection, blade deployment and targeting, and striking and transitions from striking/ blade use to pistol deployment.\n\n','11 April 2025 Amtac Shooting Pistol Combatives Level 1 Course IN','','inherit','closed','closed','','3935-autosave-v1','','','2025-01-04 01:37:29','2025-01-04 01:37:29','',3935,'https://staging.amtacshooting.com/?p=4118',0,'revision','',0),
(4119,10,'2025-01-04 01:37:38','2025-01-04 01:37:38','<a href=\"https://amtacshooting.regfox.com/2025-04-11-pistol-combatives-level-1-course-in\"><button>Register Here</button></a>\r\nThis is a one-day course focused on Pistol Combatives. Pistol Combatives is being able to seamlessly transition between striking, pistol deployment and blade deployment based on what is tactically and situationally appropriate. This course will cover mindset, loading procedures, concealed draw stroke, combative weapons retention shooting, blade selection, blade deployment and targeting, and striking and transitions from striking/ blade use to pistol deployment.\r\n\r\n','11 April 2025 Amtac Shooting Pistol Combatives Level 1 Course IN','','inherit','closed','closed','','3935-revision-v1','','','2025-01-04 01:37:38','2025-01-04 01:37:38','',3935,'https://staging.amtacshooting.com/?p=4119',0,'revision','',0),
(4120,10,'2025-01-04 01:38:58','2025-01-04 01:38:58','Statistics tell us that you are two to three times as likely to be involved in a violent confrontation during the hours of darkness.  That being said, when was the last time you trained at night? The Amtac Shooting Low Light Tactics Course will equip you to confidently assess and engage/ deescalate as appropriate during the hours of darkness. This course will cover, pistol fundamentals, strategy/ tactics for night engagements, use of weapons mounted and hand held light for IDing/ engaging targets, pistol manipulation with hand held flashlight, mindset, gear selection, and night combatives. This course is shot day into night (12:30 - 9PM).\n\n&nbsp;\n\n<a href=\"https://amtacshooting.regfox.com/2025-03-06-low-light-tactics-course-ga\"><button>Registration and More Details Here &gt;&gt;</button></a>\n\n&nbsp;','6-7 March 2025 - Amtac Shooting Low Light Tactics Course GA','','inherit','closed','closed','','3917-autosave-v1','','','2025-01-04 01:38:58','2025-01-04 01:38:58','',3917,'https://staging.amtacshooting.com/?p=4120',0,'revision','',0),
(4121,10,'2025-01-04 01:39:29','2025-01-04 01:39:29','<a href=\"https://amtacshooting.regfox.com/2025-03-06-low-light-tactics-course-ga\"><button>Register Here</button></a>\r\n\r\nStatistics tell us that you are two to three times as likely to be involved in a violent confrontation during the hours of darkness. That being said, when was the last time you trained at night? The Amtac Shooting Low Light Tactics Course will equip you to confidently assess and engage/ deescalate as appropriate during the hours of darkness. This course will cover, pistol fundamentals, strategy/ tactics for night engagements, use of weapons mounted and hand held light for IDing/ engaging targets, pistol manipulation with hand held flashlight, mindset, gear selection, and night combatives. This course is shot day into night (12:30 - 9PM).','6-7 March 2025 - Amtac Shooting Low Light Tactics Course GA','','inherit','closed','closed','','3917-revision-v1','','','2025-01-04 01:39:29','2025-01-04 01:39:29','',3917,'https://staging.amtacshooting.com/?p=4121',0,'revision','',0),
(4122,10,'2025-01-04 01:40:51','2025-01-04 01:40:51','<a href=\"https://amtacshooting.regfox.com/2025-03-04-fighting-in-and-around-vehiclescarbine-course-ga\"><button>Register Here &gt;&gt;</button></a>\nWe are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more good Americans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through when/why to have a carbine with you, how to stage it in your vehicle, set up, zero and drill with your live weapon, and incorporate challenging force on force drills using airsoft tools. This is a physically demanding course that requires a baseline of fitness to participate.\n\n\n\n','4-5 March 2025 - Amtac Shooting Fighting In & Around Vehicles Carbine Course GA','','inherit','closed','closed','','3916-autosave-v1','','','2025-01-04 01:40:51','2025-01-04 01:40:51','',3916,'https://staging.amtacshooting.com/?p=4122',0,'revision','',0),
(4123,10,'2025-01-04 01:40:59','2025-01-04 01:40:59','<a href=\"https://amtacshooting.regfox.com/2025-03-04-fighting-in-and-around-vehiclescarbine-course-ga\"><button>Register Here</button></a>\r\n\r\nWe are in and around vehicles on a daily basis. As the security situation in our nation continues to deteriorate, more and more good Americans are choosing to keep a carbine with them in their vehicle (just in case). This course will take you through when/why to have a carbine with you, how to stage it in your vehicle, set up, zero and drill with your live weapon, and incorporate challenging force on force drills using airsoft tools. This is a physically demanding course that requires a baseline of fitness to participate.','4-5 March 2025 - Amtac Shooting Fighting In & Around Vehicles Carbine Course GA','','inherit','closed','closed','','3916-revision-v1','','','2025-01-04 01:40:59','2025-01-04 01:40:59','',3916,'https://staging.amtacshooting.com/?p=4123',0,'revision','',0),
(4124,10,'2025-01-04 01:42:16','2025-01-04 01:42:16','<a href=\"https://amtacshooting.regfox.com/2025-02-20-amtac-shooting-winter-modern-minuteman-course-id\"><button>Register Here</button></a>This is a two-day course designed to teach you how to shoot, move and survive in a cold weather environment. This course will start with a 1-mile snowshoe to the training location carrying all of the required equipment. Once at the Amtac Training Center (ATC) we will drop some gear and work carbine and pistol fundamentals. After lunch, there will be a navigation block focused on both map and compass and GPS use. After training on day one, students can relax at the ATC, with lodging, dinner and breakfast the next morning being provided. Training day two will start with a mindset talk and a short small unit tactics block followed by the \"winter modern minuteman competition\", this multi-hour shooting/ navigation and other skills competition will test your endurance and your ability to shoot, move and communicate. This is a physically demanding course and you must have a baseline of fitness to participate.\n\n*For the Modern Minuteman competition, you will need a starting pack weight of at least 30lbs and no more than 40lbs. If you are running a plate carrier, your carrier weight will count toward your total.*\n\n<strong>Prerequisites: </strong>A base level of fitness; be able to walk 5 miles with a 30lbs pack, competent and 100% safe with pistol and carbine (you need to have completed a pistol and a carbine course with either myself, Kyle Defoor, Bill Blowers, Northern Red, or another reputable trainer (or have someone I know vouch for you -- If you are not sure, contact me)\n\n','20-21 February 2025 Amtac Shooting Winter Modern Minuteman Course ID','','inherit','closed','closed','','3934-autosave-v1','','','2025-01-04 01:42:16','2025-01-04 01:42:16','',3934,'https://staging.amtacshooting.com/?p=4124',0,'revision','',0),
(4125,10,'2025-01-04 01:42:27','2025-01-04 01:42:27','<a href=\"https://amtacshooting.regfox.com/2025-02-20-amtac-shooting-winter-modern-minuteman-course-id\"><button>Register Here</button></a>\r\n\r\nThis is a two-day course designed to teach you how to shoot, move and survive in a cold weather environment. This course will start with a 1-mile snowshoe to the training location carrying all of the required equipment. Once at the Amtac Training Center (ATC) we will drop some gear and work carbine and pistol fundamentals. After lunch, there will be a navigation block focused on both map and compass and GPS use. After training on day one, students can relax at the ATC, with lodging, dinner and breakfast the next morning being provided. Training day two will start with a mindset talk and a short small unit tactics block followed by the \"winter modern minuteman competition\", this multi-hour shooting/ navigation and other skills competition will test your endurance and your ability to shoot, move and communicate. This is a physically demanding course and you must have a baseline of fitness to participate.\r\n\r\n*For the Modern Minuteman competition, you will need a starting pack weight of at least 30lbs and no more than 40lbs. If you are running a plate carrier, your carrier weight will count toward your total.*\r\n\r\n<strong>Prerequisites: </strong>A base level of fitness; be able to walk 5 miles with a 30lbs pack, competent and 100% safe with pistol and carbine (you need to have completed a pistol and a carbine course with either myself, Kyle Defoor, Bill Blowers, Northern Red, or another reputable trainer (or have someone I know vouch for you -- If you are not sure, contact me)','20-21 February 2025 Amtac Shooting Winter Modern Minuteman Course ID','','inherit','closed','closed','','3934-revision-v1','','','2025-01-04 01:42:27','2025-01-04 01:42:27','',3934,'https://staging.amtacshooting.com/?p=4125',0,'revision','',0),
(4126,10,'2025-01-04 01:43:32','2025-01-04 01:43:32','<a href=\"https://amtacshooting.regfox.com/2025-01-29-custom-pistol-carbine-private-course-az\"><button>Register Here</button></a>\r\n\r\nThis is a custom pistol/carbine course. On the carbine side, we will cover: carbine fundamentals, strike and low ready presentations, correct response to malfunctions, precise close-range targeting, and combat and tactical reloads. On the pistol side, we will cover: pistol fundamentals, different types of draw strokes, weapons retention shooting, and fighting to your pistol. Other topics will include mindset, combatives, and using your blade as a weapons retention tool.','29-30 January 2025  - PRIVATE COURSE Amtac Shooting Custom Pistol Carbine Course AZ','','inherit','closed','closed','','3940-revision-v1','','','2025-01-04 01:43:32','2025-01-04 01:43:32','',3940,'https://staging.amtacshooting.com/?p=4126',0,'revision','',0),
(4127,10,'2025-01-04 01:46:18','2025-01-04 01:46:18','<strong>Registration will be available 1 Jan</strong>\r\n\r\n','2-4 May 2025 Modern Warrior Conference TX','','inherit','closed','closed','','3918-revision-v1','','','2025-01-04 01:46:18','2025-01-04 01:46:18','',3918,'https://staging.amtacshooting.com/?p=4127',0,'revision','',0),
(4128,10,'2025-01-04 01:46:25','2025-01-04 01:46:25','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2025-01-04 01:46:25','2025-01-04 01:46:25','',81,'https://staging.amtacshooting.com/?p=4128',0,'revision','',0),
(4132,1,'2025-01-07 00:04:40','2025-01-07 00:04:40','.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: blue;\n	padding: 10px;\n	border-radius: 10px;\n	color: white;\n	font-size: 20px;\n	border: none;\n	transition: background-color 1s ease-in-out;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: violet;\n}','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-01-07 00:04:40','2025-01-07 00:04:40','',7,'https://staging.amtacshooting.com/?p=4132',0,'revision','',0),
(4133,10,'2025-01-07 00:08:25','2025-01-07 00:08:25','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"50\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" excerpt_length=\"500\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2025-01-07 00:08:25','2025-01-07 00:08:25','',81,'https://staging.amtacshooting.com/?p=4133',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(4134,10,'2025-01-07 00:09:15','2025-01-07 00:09:15','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"50\" excerpt_length=\"1000\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2025-01-07 00:09:15','2025-01-07 00:09:15','',81,'https://staging.amtacshooting.com/?p=4134',0,'revision','',0),
(4136,10,'2025-01-07 00:35:00','2025-01-07 00:35:00','.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: blue;\n	padding: 10px;\n	border-radius: 5px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: none;\n	transition: background-color .5s ease-in-out;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: violet;\n}','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-01-07 00:35:00','2025-01-07 00:35:00','',7,'https://staging.amtacshooting.com/?p=4136',0,'revision','',0),
(4138,10,'2025-01-07 00:36:37','2025-01-07 00:36:37','.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: lightgray;\n	padding: 10px;\n	border-radius: 5px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: none;\n	transition: background-color .5s ease-in-out;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: whitesmoke;\n}','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-01-07 00:36:37','2025-01-07 00:36:37','',7,'https://staging.amtacshooting.com/?p=4138',0,'revision','',0),
(4140,10,'2025-01-07 00:42:07','2025-01-07 00:42:07','.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: lightgray;\n	padding: 10px;\n	border-radius: 5px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: background-color .5s ease-in-out;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: whitesmoke;\n	border: none;\n	\n}','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-01-07 00:42:07','2025-01-07 00:42:07','',7,'https://staging.amtacshooting.com/?p=4140',0,'revision','',0),
(4142,10,'2025-01-07 00:45:51','2025-01-07 00:45:51','.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 5px;\n	color: lightgray;\n	font-size: 20px;\n	border: solid lightgray 2px;\n	transition: background-color .5s ease-in-out;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: lightgray;\n	color: #f4f4f4;\n	border: none;\n	\n}','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-01-07 00:45:51','2025-01-07 00:45:51','',7,'https://staging.amtacshooting.com/?p=4142',0,'revision','',0),
(4144,10,'2025-01-07 00:48:02','2025-01-07 00:48:02','.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 5px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: background-color .5s ease-in-out;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: #5b5b5b;\n	\n}','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-01-07 00:48:02','2025-01-07 00:48:02','',7,'https://staging.amtacshooting.com/?p=4144',0,'revision','',0),
(4146,10,'2025-01-07 00:49:47','2025-01-07 00:49:47','.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 5px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: #5b5b5b;\n	\n}','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-01-07 00:49:47','2025-01-07 00:49:47','',7,'https://staging.amtacshooting.com/?p=4146',0,'revision','',0),
(4148,10,'2025-01-07 00:54:57','2025-01-07 00:54:57','<a href=\"https://amtacshooting.regfox.com/2025-09-10-nvg-level-2-fighting-at-night-course-id\"><button>Register Here</button></a>\r\n<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\"></div>\r\n<div data-pm-slice=\"1 1 []\" data-en-clipboard=\"true\">Fighting at night. The Amtac Shooting Level 2 NVG course is designed to train solid Americans how to maximize the advantage of fighting at night time. What are the best tactics, what is the right gear, what are the best practices to maximize our chances of success? How do we shoot, move, and communicate at night? In this course, we will cover day and night shooting with pistol and carbine, setting up your helmet and NODs, setting up pistol and carbine for night fighting, team movement at night, intro to day and night 2 man CQB, force on force runs at night, radio communications, Team Tactics, and mindset. This is a physically demanding course. You will need a baseline of fitness to participate. For this Level 2 Course, I recommend that you have spent some time on NODs before you come.\r\nLodging is available onsite for an additional $100 per night, payable to Amtac Shooting (please contact us by the contact form). You must reach out to us to coordinate lodging arrangements no later than two weeks before the course. <a href=\"/amtac-training-center-atc-lodging/\">See lodging photos here</a>.</div>','10-11 September 2025 - Amtac Shooting NVG Level 2 Course / Fighting at Night ID','','inherit','closed','closed','','3942-revision-v1','','','2025-01-07 00:54:57','2025-01-07 00:54:57','',3942,'https://staging.amtacshooting.com/?p=4148',0,'revision','',0),
(4149,10,'2025-01-07 00:56:08','2025-01-07 00:56:08','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"50\" excerpt_length=\"1500\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2025-01-07 00:56:08','2025-01-07 00:56:08','',81,'https://staging.amtacshooting.com/?p=4149',0,'revision','',0),
(4150,10,'2025-01-07 00:57:41','2025-01-07 00:57:41','<a href=\"https://amtacshooting.regfox.com/2025-02-20-amtac-shooting-winter-modern-minuteman-course-id\"><button>Register Here</button></a>\r\n\r\nThis is a two-day course designed to teach you how to shoot, move and survive in a cold weather environment. This course will start with a 1-mile snowshoe to the training location carrying all of the required equipment. Once at the Amtac Training Center (ATC) we will drop some gear and work carbine and pistol fundamentals. After lunch, there will be a navigation block focused on both map and compass and GPS use. After training on day one, students can relax at the ATC, with lodging, dinner and breakfast the next morning being provided. Training day two will start with a mindset talk and a short small unit tactics block followed by the \"winter modern minuteman competition\", this multi-hour shooting/ navigation and other skills competition will test your endurance and your ability to shoot, move and communicate. *For the Modern Minuteman competition, you will need a starting pack weight of at least 30lbs and no more than 40lbs. If you are running a plate carrier, your carrier weight will count toward your total.*\r\n\r\n<strong>Prerequisites: </strong>A base level of fitness; be able to walk 5 miles with a 30lbs pack, competent and 100% safe with pistol and carbine (you need to have completed a pistol and a carbine course with either myself, Kyle Defoor, Bill Blowers, Northern Red, or another reputable trainer (or have someone I know vouch for you -- If you are not sure, contact me)','20-21 February 2025 Amtac Shooting Winter Modern Minuteman Course ID','','inherit','closed','closed','','3934-revision-v1','','','2025-01-07 00:57:41','2025-01-07 00:57:41','',3934,'https://staging.amtacshooting.com/?p=4150',0,'revision','',0),
(4151,10,'2025-01-07 01:02:05','2025-01-07 01:02:05','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"50\" excerpt_length=\"2000\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(211,211,211,0.37)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2025-01-07 01:02:05','2025-01-07 01:02:05','',81,'https://staging.amtacshooting.com/?p=4151',0,'revision','',0),
(4153,10,'2025-01-07 21:42:45','2025-01-07 21:42:45','.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: #5b5b5b;\n	\n}','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-01-07 21:42:45','2025-01-07 21:42:45','',7,'https://staging.amtacshooting.com/?p=4153',0,'revision','',0),
(4154,10,'2025-01-07 21:49:11','2025-01-07 21:49:11','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. Amtac Shooting</h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"50\" excerpt_length=\"2000\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2025-01-07 21:49:11','2025-01-07 21:49:11','',81,'https://staging.amtacshooting.com/?p=4154',0,'revision','',0),
(4155,10,'2025-01-07 22:58:10','2025-01-07 22:58:10','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-07 22:58:10','2025-01-07 22:58:10','',3523,'https://staging.amtacshooting.com/?p=4155',0,'revision','',0),
(4156,10,'2025-01-07 23:00:52','2025-01-07 23:00:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Backpacking Gear</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting. We did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets and here is the gear I used. All of it is great for backpacking and linked to the product.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<figure class=\"wp-block-image size-large\">    <img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/4mw125d\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li><a href=\"https://amzn.to/4jhvZXY\">Toaks 750 ml pot (https://amzn.to/4mw125d) </a></li>\n<li>Patagonia puff jacket (<a href=\"https://amzn.to/43RK6xR\">https://amzn.to/43RK6xR</a>)</li>\n<li><a href=\"https://amzn.to/4dAXkTY\">Peak Refuel meal (https://amzn.to/4dAXkTY)</a></li>\n<li><a href=\"https://amzn.to/4jb1xid\">Katadyn 1L water filter (https://amzn.to/45q3Uum)</a></li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n<li><a href=\"https://amzn.to/3Z0qgPc\">Silverant 1200ml titanium bottle (https://amzn.to/475vKtP<span style=\"font-size: 14px;\">)</span></a></li>\n<li><a href=\"https://amzn.to/4jl5gdc\">Silverant 800ml titanium bottle (https://amzn.to/4jl5gdc<span style=\"font-size: 14px;\">)</span></a></li>\n<li><a href=\"https://amzn.to/3H4mo9T\">Levi trekking poles (https://amzn.to/3H4mo9T<span style=\"font-size: 14px;\">)</span></a></li>\n<li><a href=\"https://amzn.to/44MxUAp\">Chocolate covered espresso beans (https://amzn.to/44MxUAp<span style=\"font-size: 14px;\">)</span></a></li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/4dzPdqI\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" style=\"font-size: 14px;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" style=\"font-size: 14px;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/04/Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf.png\" logo_width=\"15%\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" width=\"100%\" global_colors_info=\"{}\" active_link_color__hover_enabled=\"on|desktop\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" menu_style=\"centered\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_line_color=\"#D1D1D1\" dropdown_menu_text_color=\"#161616\" mobile_menu_bg_color=\"#FFFFFF\" mobile_menu_text_color=\"#0C71C3\" logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/05/new-amtac-shooting-logo-min-1-scaled.png\" logo_width=\"17%\" menu_icon_color=\"#FFFFFF\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" global_colors_info=\"{}\"][/et_pb_menu][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_orientation=\"center\" custom_padding=\"0px|10px|0px|10px|true|true\" global_colors_info=\"{}\"]<p><span>© </span>2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','publish','open','open','','backpacking','','','2025-05-23 20:04:34','2025-05-23 20:04:34','',0,'https://staging.amtacshooting.com/?p=4156',0,'page','',0),
(4157,10,'2025-01-07 23:00:52','2025-01-07 23:00:52','<!-- wp:divi/placeholder /-->','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-01-07 23:00:52','2025-01-07 23:00:52','',4156,'https://staging.amtacshooting.com/?p=4157',0,'revision','',0),
(4158,10,'2025-01-07 23:01:02','2025-01-07 23:01:02','<!-- wp:divi/placeholder /-->','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-01-07 23:01:02','2025-01-07 23:01:02','',4156,'https://staging.amtacshooting.com/?p=4158',0,'revision','',0),
(4159,10,'2025-01-07 23:06:19','2025-01-07 23:06:19','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-01-07 23:06:19','2025-01-07 23:06:19','',4156,'https://staging.amtacshooting.com/?p=4159',0,'revision','',0),
(4161,10,'2025-01-13 21:51:54','2025-01-13 21:51:54','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" column_structure=\"3_4,1_4\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"3_4\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<div class=\"ssba-classic-2 ssba ssbp-wrap alignleft ssbp--theme-1\">\n<div>This is a primer for guys that are interested in getting into precision rifle shooting.  For the sake of this article I am going to define precision rifle shooting as anything over 600 yards.</div>\n</div>\n<p>We will look at the options for all price ranges from $1,000-$10,000+.   First off, don’t go broke buying gear.  Regular training and quality instruction are more important than high end equipment.</p>\n<p>I am going to break this down into 6 categories:</p>\n<h4>1. caliber<br />2. rifle<br />3. scope<br />4. rings<br />5. ammunition<br />6. supporting equipment (spotting scope, range finder, etc…).</h4>\n<h2><b>Calibers</b></h2>\n<h3><strong>1) 7.62/ 308 Winchester </strong></h3>\n<p>&nbsp;</p>\n<h3><strong>2) 6.5 Creedmoor or a 260 Remington</strong></h3>\n<h3><strong>3) 300 Winmag or 300 Norma</strong></h3>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\">\n<p>&nbsp;</p>\n<p> <a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></p>\n</figure>\n<p>Ruger changed the paradigm of what to expect in a production rifle when they came out with the Ruger Precision Rifle.  Both the 308 Win. or the 6.5 Creedmoor are among the calibers available. It is a chasssis gun, has a folding stock, a decent trigger, 20 MOA base, AR style safety and uses either SR pattern or AI style magazines.  Solid rifle.</p>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Ruger Precision Rifle</figcaption>\n</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<p>The Remington 700 or its clones have probably been the most popular precision rifles to date.  Almost every bolt gun I own is a model 700. Models worth considering include the 700 SPS Tactical, the 700 Magpul and the 700 PCR.  These models 700s are available in 308 with some of them also available in 6.5 Creedmoor and 260 Rem.</p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<p>Bergara is a newer entry into the US market, but has some strong contenders in the precision rifle category.  The B-14 HMR, B-14BMP and the Premier Series rifles are all worth looking into.</p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"https://www.savagearms.com/\" onclick=\"javascript:window.open(\'https://www.savagearms.com/\', \'_blank\', \'noopener\'); return false;\"><b>Savage</b></a></h3>\n<p>Savage has been building very accurate rifles for many years.  Check out their 10 Savage Ashbury Precesion rifle (around $1000).  It is a fairly light weight chassis rifle available in both 308 Win. and 6.5 Creedmoor.</p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a></h3>\n<p>The Tikka T3X also looks like a great little chassis rifle.  Tikka has one of the strongest reputations for accuracy in the market.  The downside of this rifle is going to be the price point (around $1800) and their use of a proprietary magazine.</p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p>This is another area where the technology is advancing very quickly. Scopes are better and more affordable now than they have ever been. That being said they are still painfully expensive.  First off, I have used Leopold, Nightforce and Vortex professionally.  They all make good scopes.  The majority of scopes that I now own and teach with are all Vortex scopes so that is going to be what I am most familiar with now. There are a couple of key things to look for in a scope:</p>\n<p>1.<span> </span><em>First, the amount of magnification and whether the optic is a fixed power or variable power.</em><span> </span>Going through sniper school, all we had were Leopold fixed 10 power scopes. We were regularly shooting past 1000 yards with that setup. Now we have had some significant innovations since that time and while it was possible to make shots at distance with a fixed 10 power scope, it is a lot easier to do it with a 4.5-27.  It is also a lot easier to self spot after a miss. So I recommend a variable power scope in the 5-25 ish range.</p>\n<p>2.  <em>Next, the type of reticle and the type of adjustment units</em>.  The two common adjustment units are minute of angle (abbreviated as MOA) and milliradian (also known as Mil or MRAD). If you lived on an island and never trained with anyone else it wouldn’t matter which unit you picked.  But you don’t live on an island and the vast majority of scope/ binocular/ spotting scope reticles are in Mils, so you should buy something in Mils.  It is vitally important that you and your shooting buddy are speaking the same language.  Using the same units of measure makes this communication easier.  Now that we have agreed that you should buy a Mil scope, make sure that your reticle is also in Mils.  I prefer a drop down reticle, it should have numbered full Mil hash marks, half Mil hash marks in between and .2 MRAD wind dots moving away laterally from the center.  Almost every major scope manufacturer has their own version and there are a couple of versions that transcend brands.  Popular reticles include the<span> </span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a>,<span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H59</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a>.</p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Example of a drop down reticle Vortex EBR-2C</figcaption>\n</figure>\n<p><em>3. Next in the long list of options is a first or second focal plane scope.</em><span> </span>In a first focal plane scope (some companies call them front focal plane or FFP), the units of measure in your scope are true regardless of your level of magnification.  In a second focal plane  scope (abbreviated as SFP), your units of measure are only true at a certain magnification.  To keep this easy, if you can swing it financially, any scope that has a higher than 6 power magnification should be a first focal plane scope.</p>\n<p>Here are some scope examples:</p>\n<h3>Budget Scope</h3>\n<p>Let’s start with the budget scope.  This is not even close to the best scope, but when guys ask me about getting into a rifle that will shoot 1000 yards for bottom dollar, this is the recommendation.  <a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span> This is a fixed 10 power scope with a basic Mil dot reticle.  Unfortunately this scope has MOA adjustments and a Mil reticle, so it is not as user friendly, but it tracks well, holds up to recoil, and is relatively inexpensive ($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>Next we will look at some midrange scopes (around $1000).  At this price point it is going to be hard to beat the Vortex PST 2 line.   The<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span> </span>with the EBR-2C reticle would be my first choice in this category.  You get decent glass, a solid drop down reticle (has illumination), side adjustable for parallax and zero stops.  Other option in this category would include the<span> </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><span> </span>with the CCH reticle or the<span> </span><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a><span> </span>with the Mil R reticle.</p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>High end glass ($2000 and up).  All of these scopes are FFP scopes. Top overall pick is the<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a><span> </span>with the EBR-2C reticle.  Very clear glass, built solidly (also heavy enough to use as a club if your rifle quits on you).  All of my serious distance guns have this scope on it.  They run around $2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p>Next would be the<span> </span><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>with the Tremor 3 reticle.  Simply put this is an amazing scope.  Street price is around $3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p>The top one on the Leopold side is going to be the<span> </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>with the Tremor 3 reticle.  Another solid scope coming in at around $4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p>Quality scope rings are a must. If you have a nice rifle and a good piece of glass and the two are not held together securely you will have nothing but frustration. The current top mount that I am aware of is the<span> </span><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>. This is a one piece mount with a built-in level and you can get it with or without a cant (for a distance gun I recommend the model with a 6 Mil/20.6 MOA can’t). Of course all of this greatness in scope rings does not come cheap, they retail for just over $400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p>The more reasonably priced and absolutely solid rings are going to be the<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span>or the<span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>. I have used both of these and setups and they are solid.  They will set you back between $120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p>If you are going to be shooting past 600 yards it is important to have ammo that is optimized for that task.  There are two overarching categories here, factory ammunition and hand loads.  If you know what you are doing, you can absolutely make ammunition that is every bit as good if not better than factory ammo. If you want to go down the handloading road I recommend finding a mentor that can guide you through the process. The other category is factory ammunition.  Fortunately there is a wider variety of quality factory ammunition than there ever has been. A lot of people get very fixated on velocity when shooting distance and while velocity is very important, matching the ammunition to your particular firearm is far more important.  The right ammo is going to depend on what the intended purpose of your gun is and also  the individual firearm itself.</p>\n<p>This is how I would go about trying determine which factory load is right for you.  Buy one box of inexpensive ammo.  Use this to get a rough zero and break your rifle in.  Then do a very short cleaning of the barrel, shoot three more of the inexpensive rounds and then start your accuracy testing.  Shoot a minimum of two five shot groups with each ammo type.  Go with the ammo that shoots the best group.  If multiple loads are very close, go with the one that has the highest Ballistic Coefficient (BC) bullet, the lowest extreme spread in velocity and the highest overall velocity.  In factory ammo I shoot<span> </span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>.  There are a lot of companies that make quality ammo, but I have repeatedly relied on Black Hills ammo when my life was on the line overseas, so I know that their quality is second to none. For some basic guidelines, here is a list of the different calibers and ammo types that I use:</p>\n<p>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK. If your gun likes both the same, shoot the TMK’s, they have a better BC</p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1031 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/ammunition-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/ammunition-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/ammunition-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/ammunition-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/ammunition-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/ammunition-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/ammunition-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/ammunition-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/ammunition-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/ammunition-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/ammunition-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2018/03/ammunition.jpg 924w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>Black Hills factory ammo, left to right: 308 175 gr. SMK, 308 175 gr. TMK, 260 Rem. 140 gr. ELD, 5.56 77 gr. SMK, 5.56 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n<p>In summary, knowledge and training are far more important than having the latest and greatest gear.  Hopefully this will clarify the things that are worth spending money on versus the things that are not worth spending money on.</p>\n<p>Now get out there and start training.</p>\n</div>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_4\" theme_builder_area=\"post_content\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-13 21:51:54','2025-01-13 21:51:54','',3523,'https://staging.amtacshooting.com/?p=4161',0,'revision','',0),
(4163,10,'2025-01-13 21:56:10','2025-01-13 21:56:10','[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" column_structure=\"3_4,1_4\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"3_4\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<div class=\"ssba-classic-2 ssba ssbp-wrap alignleft ssbp--theme-1\">\n<div>This is a primer for guys that are interested in getting into precision rifle shooting.  For the sake of this article I am going to define precision rifle shooting as anything over 600 yards.</div>\n</div>\n<p>We will look at the options for all price ranges from $1,000-$10,000+.   First off, don’t go broke buying gear.  Regular training and quality instruction are more important than high end equipment.</p>\n<p>I am going to break this down into 6 categories:</p>\n<h4>1. caliber<br />2. rifle<br />3. scope<br />4. rings<br />5. ammunition<br />6. supporting equipment (spotting scope, range finder, etc…).</h4>\n<h2><b>Calibers</b></h2>\n<h3><strong>1) 7.62/ 308 Winchester </strong></h3>\n<p><strong>2) 6.5 Creedmoor or a 260 Remington</strong></p>\n<h3><strong>3) 300 Winmag or 300 Norma</strong></h3>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\">\n<p>&nbsp;</p>\n<p><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></p>\n</figure>\n<p>Ruger changed the paradigm of what to expect in a production rifle when they came out with the Ruger Precision Rifle.  Both the 308 Win. or the 6.5 Creedmoor are among the calibers available. It is a chasssis gun, has a folding stock, a decent trigger, 20 MOA base, AR style safety and uses either SR pattern or AI style magazines.  Solid rifle.</p>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Ruger Precision Rifle</figcaption>\n</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<p>The Remington 700 or its clones have probably been the most popular precision rifles to date.  Almost every bolt gun I own is a model 700. Models worth considering include the 700 SPS Tactical, the 700 Magpul and the 700 PCR.  These models 700s are available in 308 with some of them also available in 6.5 Creedmoor and 260 Rem.</p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<p>Bergara is a newer entry into the US market, but has some strong contenders in the precision rifle category.  The B-14 HMR, B-14BMP and the Premier Series rifles are all worth looking into.</p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"https://www.savagearms.com/\" onclick=\"javascript:window.open(\'https://www.savagearms.com/\', \'_blank\', \'noopener\'); return false;\"><b>Savage</b></a></h3>\n<p>Savage has been building very accurate rifles for many years.  Check out their 10 Savage Ashbury Precesion rifle (around $1000).  It is a fairly light weight chassis rifle available in both 308 Win. and 6.5 Creedmoor.</p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a></h3>\n<p>The Tikka T3X also looks like a great little chassis rifle.  Tikka has one of the strongest reputations for accuracy in the market.  The downside of this rifle is going to be the price point (around $1800) and their use of a proprietary magazine.</p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a>,<span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H59</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a>.</p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\"></figcaption>\n</figure>\n<h3>Budget Scope</h3>\n<p>  <a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_4\" theme_builder_area=\"post_content\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-13 21:56:10','2025-01-13 21:56:10','',3523,'https://staging.amtacshooting.com/?p=4163',0,'revision','',0),
(4164,10,'2025-01-13 21:56:44','2025-01-13 21:56:44','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.2\" _module_preset=\"default\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" column_structure=\"3_4,1_4\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"3_4\" theme_builder_area=\"post_content\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" hover_enabled=\"0\" sticky_enabled=\"0\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<div class=\"ssba-classic-2 ssba ssbp-wrap alignleft ssbp--theme-1\">\n<div>This is a primer for guys that are interested in getting into precision rifle shooting.  For the sake of this article I am going to define precision rifle shooting as anything over 600 yards.</div>\n</div>\n<p>We will look at the options for all price ranges from $1,000-$10,000+.   First off, don’t go broke buying gear.  Regular training and quality instruction are more important than high end equipment.</p>\n<p>I am going to break this down into 6 categories:</p>\n<h4>1. caliber<br />2. rifle<br />3. scope<br />4. rings<br />5. ammunition<br />6. supporting equipment (spotting scope, range finder, etc…).</h4>\n<h2><b>Calibers</b></h2>\n<h3><strong>1) 7.62/ 308 Winchester </strong></h3>\n<p><strong>2) 6.5 Creedmoor or a 260 Remington</strong></p>\n<h3><strong>3) 300 Winmag or 300 Norma</strong></h3>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\">\n<p>&nbsp;</p>\n<p><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></p>\n</figure>\n<p>Ruger changed the paradigm of what to expect in a production rifle when they came out with the Ruger Precision Rifle.  Both the 308 Win. or the 6.5 Creedmoor are among the calibers available. It is a chasssis gun, has a folding stock, a decent trigger, 20 MOA base, AR style safety and uses either SR pattern or AI style magazines.  Solid rifle.</p>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Ruger Precision Rifle</figcaption>\n</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<p>The Remington 700 or its clones have probably been the most popular precision rifles to date.  Almost every bolt gun I own is a model 700. Models worth considering include the 700 SPS Tactical, the 700 Magpul and the 700 PCR.  These models 700s are available in 308 with some of them also available in 6.5 Creedmoor and 260 Rem.</p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<p>Bergara is a newer entry into the US market, but has some strong contenders in the precision rifle category.  The B-14 HMR, B-14BMP and the Premier Series rifles are all worth looking into.</p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"https://www.savagearms.com/\" onclick=\"javascript:window.open(\'https://www.savagearms.com/\', \'_blank\', \'noopener\'); return false;\"><b>Savage</b></a></h3>\n<p>Savage has been building very accurate rifles for many years.  Check out their 10 Savage Ashbury Precesion rifle (around $1000).  It is a fairly light weight chassis rifle available in both 308 Win. and 6.5 Creedmoor.</p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a></h3>\n<p>The Tikka T3X also looks like a great little chassis rifle.  Tikka has one of the strongest reputations for accuracy in the market.  The downside of this rifle is going to be the price point (around $1800) and their use of a proprietary magazine.</p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a>,<span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H59</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a>.</p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\"></figcaption>\n</figure>\n<h3>Budget Scope</h3>\n<p>  <a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_4\" theme_builder_area=\"post_content\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"post_content\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-13 21:56:44','2025-01-13 21:56:44','',3523,'https://staging.amtacshooting.com/?p=4164',0,'revision','',0),
(4165,10,'2025-01-13 21:58:19','2025-01-13 21:58:19','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b>7.62/ 308 Winchester </h2>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\">\n<p><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></p>\n</figure>\n<p>Ruger changed the paradigm of what to expect in a production rifle when they came out with the Ruger Precision Rifle.  Both the 308 Win. or the 6.5 Creedmoor are among the calibers available. It is a chasssis gun, has a folding stock, a decent trigger, 20 MOA base, AR style safety and uses either SR pattern or AI style magazines.  Solid rifle.</p>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /> </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Ruger Precision Rifle</figcaption>\n</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<p>The Remington 700 or its clones have probably been the most popular precision rifles to date.  Almost every bolt gun I own is a model 700. Models worth considering include the 700 SPS Tactical, the 700 Magpul and the 700 PCR.  These models 700s are available in 308 with some of them also available in 6.5 Creedmoor and 260 Rem.</p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /> </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<p>Bergara is a newer entry into the US market, but has some strong contenders in the precision rifle category.  The B-14 HMR, B-14BMP and the Premier Series rifles are all worth looking into.</p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /> </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"https://www.savagearms.com/\" onclick=\"javascript:window.open(\'https://www.savagearms.com/\', \'_blank\', \'noopener\'); return false;\"><b>Savage</b></a></h3>\n<p>Savage has been building very accurate rifles for many years.  Check out their 10 Savage Ashbury Precesion rifle (around $1000).  It is a fairly light weight chassis rifle available in both 308 Win. and 6.5 Creedmoor.</p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /> </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a></h3>\n<p>The Tikka T3X also looks like a great little chassis rifle.  Tikka has one of the strongest reputations for accuracy in the market.  The downside of this rifle is going to be the price point (around $1800) and their use of a proprietary magazine.</p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" /> </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /> </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a>,<span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H59</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a>.</p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /> </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\"></figcaption>\n</figure>\n<h3>Budget Scope</h3>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" /> </p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-13 21:58:19','2025-01-13 21:58:19','',3523,'https://staging.amtacshooting.com/?p=4165',0,'revision','',0),
(4166,10,'2025-01-13 22:01:56','2025-01-13 22:01:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\"><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></figure>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></figure>\n<figure class=\"wp-caption alignnone\">Ruger Precision Rifle</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p> <a href=\"https://www.savagearms.com/\"><b>Savage</b></a></p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /></p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" style=\"font-size: 16px;\" /></h3>\n<figure class=\"wp-caption alignnone\">\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-13 22:01:56','2025-01-13 22:01:56','',3523,'https://staging.amtacshooting.com/?p=4166',0,'revision','',0),
(4167,10,'2025-01-13 22:10:01','2025-01-13 22:10:01','','Remington-Model-700-PCR','','inherit','open','closed','','remington-model-700-pcr','','','2025-01-13 22:10:01','2025-01-13 22:10:01','',0,'https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg',0,'attachment','image/jpeg',0),
(4168,10,'2025-01-13 22:10:32','2025-01-13 22:10:32','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\"><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></figure>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></figure>\n<figure class=\"wp-caption alignnone\">Ruger Precision Rifle</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p> <a href=\"https://www.savagearms.com/\"><b>Savage</b></a></p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /></p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" style=\"font-size: 16px;\" /></h3>\n<figure class=\"wp-caption alignnone\">\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][ba_logo_grid column_count=\"3\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" _builder_version=\"4.27.2\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Remington-Model-700-PCR\" brand_name=\"Remy\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-2.svg\" _builder_version=\"4.16\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-3.svg\" _builder_version=\"4.16\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-4.svg\" _builder_version=\"4.16\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-5.svg\" _builder_version=\"4.16\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-6.svg\" _builder_version=\"4.16\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-7.svg\" _builder_version=\"4.16\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-8.svg\" _builder_version=\"4.16\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-9.svg\" _builder_version=\"4.16\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-13 22:10:32','2025-01-13 22:10:32','',3523,'https://staging.amtacshooting.com/?p=4168',0,'revision','',0),
(4170,10,'2025-01-13 22:12:51','2025-01-13 22:12:51','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\"><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></figure>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></figure>\n<figure class=\"wp-caption alignnone\">Ruger Precision Rifle</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p> <a href=\"https://www.savagearms.com/\"><b>Savage</b></a></p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /></p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" style=\"font-size: 16px;\" /></h3>\n<figure class=\"wp-caption alignnone\">\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][ba_logo_grid column_count=\"3\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" border_color_all=\"#FFFFFF\" link_option_url_new_window=\"on\" text_orientation=\"center\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Remington-Model-700-PCR\" brand_name=\"Remy\" sticky_enabled=\"0\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-2.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-3.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-4.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-5.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-6.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-7.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-8.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-9.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][/ba_logo_grid][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-13 22:12:51','2025-01-13 22:12:51','',3523,'https://staging.amtacshooting.com/?p=4170',0,'revision','',0),
(4171,10,'2025-01-13 22:15:43','2025-01-13 22:15:43','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\"><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></figure>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></figure>\n<figure class=\"wp-caption alignnone\">Ruger Precision Rifle</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p> <a href=\"https://www.savagearms.com/\"><b>Savage</b></a></p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /></p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" style=\"font-size: 16px;\" /></h3>\n<figure class=\"wp-caption alignnone\">\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][ba_logo_grid column_count=\"3\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" border_color_all=\"#FFFFFF\" link_option_url_new_window=\"on\" text_orientation=\"center\" width=\"100%\" module_alignment=\"center\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Remington-Model-700-PCR\" brand_name=\"Remy\" sticky_enabled=\"0\" background_enable_color=\"on\" use_tooltip=\"on\" tooltip_text=\"Remy\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-2.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-3.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-4.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-5.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-6.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-7.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-8.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-9.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][/ba_logo_grid][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-13 22:15:43','2025-01-13 22:15:43','',3523,'https://staging.amtacshooting.com/?p=4171',0,'revision','',0),
(4172,10,'2025-01-13 22:16:59','2025-01-13 22:16:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\"><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></figure>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></figure>\n<figure class=\"wp-caption alignnone\">Ruger Precision Rifle</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p> <a href=\"https://www.savagearms.com/\"><b>Savage</b></a></p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /></p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" style=\"font-size: 16px;\" /></h3>\n<figure class=\"wp-caption alignnone\">\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][ba_logo_grid column_count=\"3\" grid_gap=\"0px\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" border_color_all=\"#FFFFFF\" link_option_url_new_window=\"on\" text_orientation=\"center\" width=\"100%\" module_alignment=\"center\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Remington-Model-700-PCR\" brand_name=\"Remy\" sticky_enabled=\"0\" background_enable_color=\"on\" use_tooltip=\"on\" tooltip_text=\"Remy\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-2.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-3.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-4.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-5.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-6.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-7.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-8.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-9.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\" background_enable_color=\"on\"][/ba_logo_grid_child][/ba_logo_grid][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-13 22:16:59','2025-01-13 22:16:59','',3523,'https://staging.amtacshooting.com/?p=4172',0,'revision','',0),
(4173,10,'2025-01-13 22:19:30','2025-01-13 22:19:30','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\"><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></figure>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></figure>\n<figure class=\"wp-caption alignnone\">Ruger Precision Rifle</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p> <a href=\"https://www.savagearms.com/\"><b>Savage</b></a></p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /></p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" style=\"font-size: 16px;\" /></h3>\n<figure class=\"wp-caption alignnone\">\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][ba_logo_grid column_count=\"2\" grid_gap=\"0px\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"center\" width=\"100%\" module_alignment=\"center\" link_option_url_new_window=\"on\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" logo_size=\"305px\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" brand_name=\"Remy\" use_tooltip=\"on\" tooltip_text=\"Remy\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-2.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-3.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-4.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-5.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-6.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-7.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-8.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-9.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_gallery _builder_version=\"4.27.2\" _module_preset=\"default\" show_pagination=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-13 22:19:30','2025-01-13 22:19:30','',3523,'https://staging.amtacshooting.com/?p=4173',0,'revision','',0),
(4174,10,'2025-01-13 22:21:54','2025-01-13 22:21:54','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\"><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></figure>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></figure>\n<figure class=\"wp-caption alignnone\">Ruger Precision Rifle</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p> <a href=\"https://www.savagearms.com/\"><b>Savage</b></a></p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /></p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" style=\"font-size: 16px;\" /></h3>\n<figure class=\"wp-caption alignnone\">\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][ba_logo_grid column_count=\"2\" grid_gap=\"0px\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"center\" width=\"100%\" module_alignment=\"center\" link_option_url_new_window=\"on\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" logo_size=\"305px\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" brand_name=\"Remy\" use_tooltip=\"on\" tooltip_text=\"Remy\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-2.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-3.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-4.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-5.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-6.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-7.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-8.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-9.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_gallery _builder_version=\"4.27.2\" _module_preset=\"default\" show_pagination=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_position=\"top\" sticky_enabled=\"0\" sticky_offset_top=\"30px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-13 22:21:54','2025-01-13 22:21:54','',3523,'https://staging.amtacshooting.com/?p=4174',0,'revision','',0),
(4175,10,'2025-01-13 22:22:43','2025-01-13 22:22:43','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- wp:paragraph -->\n<p>As a follower of Christ, I want to share this page to encourage guys that are seeking after the truth.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Podcasts</h2>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":2412,\"width\":\"357px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"contain\",\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-medium is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184-300x300.png\" alt=\"\" class=\"wp-image-2412\" style=\"aspect-ratio:1;object-fit:contain;width:357px;height:auto\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 3 </h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Biblical Manhood Pt 1</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Feb 2 2024<br>Verses: 1 Corinthians 9:24-27</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433783\"></div><script src=\"https://www.buzzsprout.com/2212137/14433783-biblical-manhood-pt-1-feb-2-2024.js?container_id=buzzsprout-player-14433783&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 2</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Romans 1:1-17</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 7<br>Date: Dec 31 2023<br>Verses: Romans 1:1-17</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14231037\"></div><script src=\"https://www.buzzsprout.com/2212137/14231037-romans-1-1-17-dec-31-2023.js?container_id=buzzsprout-player-14231037&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Sola Fide</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 6<br>Date: Oct 16 2023<br>Verses: 1 Peter 3:15</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408824\"></div><script src=\"https://www.buzzsprout.com/2212137/14408824-sola-fide-oct-16-2023.js?container_id=buzzsprout-player-14408824&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Developing Solid Christian Men</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: Oct 5 2023<br>Verses: </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408451\"></div><script src=\"https://www.buzzsprout.com/2212137/14408451-developing-solid-christian-men-oct-5-2023.js?container_id=buzzsprout-player-14408451&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Faith Without Works is Dead</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: June 18 2023<br>Verses:&nbsp;James 2:14-26</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408693\"></div><script src=\"https://www.buzzsprout.com/2212137/14408693-faith-without-works-is-dead-june-18-2023.js?container_id=buzzsprout-player-14408693&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">God, Family, and the Gospel</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: Aug 10 2022<br>Verses: Deuteronomy 6</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14408921\"></div><script src=\"https://www.buzzsprout.com/2212137/14408921-god-family-and-the-gospel-aug-10-2022.js?container_id=buzzsprout-player-14408921&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Spending Yourself On?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: July 3 2022<br>Verses: Acts 20:17-36</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433485\"></div><script src=\"https://www.buzzsprout.com/2212137/14433485-what-are-you-spending-yourself-on-july-3-2022.js?container_id=buzzsprout-player-14433485&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Gospel and How it Changed Peter</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Jan 2 2022<br>Verses: John 3:16-17</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433522\"></div><script src=\"https://www.buzzsprout.com/2212137/14433522-the-gospel-and-how-it-changed-peter-jan-2-2022.js?container_id=buzzsprout-player-14433522&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Season 1</h2>\n<!-- /wp:heading -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Boldness in Christ</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: June 6 2021<br>Verses: Acts 3-5</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433558\"></div><script src=\"https://www.buzzsprout.com/2212137/14433558-boldness-in-christ-june-6-2021.js?container_id=buzzsprout-player-14433558&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What is Our Mission?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: Nov 1 2020<br>Verses: Isaiah 43:7 1 Peter 2:9 John 14:21 Romans 12:1 John 1:1</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598710\"></div><script src=\"https://www.buzzsprout.com/2212137/13598710-what-is-our-mission-nov-1-2020.js?container_id=buzzsprout-player-13598710&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Doing to Give God Glory and to Further His Kingdom?</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: June 7 2020<br>Verses: Revelation 4:11 Ephesians 2:10</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598725\"></div><script src=\"https://www.buzzsprout.com/2212137/13598725-what-are-you-doing-to-give-god-glory-and-to-further-his-kingdom-june-7-2020.js?container_id=buzzsprout-player-13598725&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Good News and Our Purpose&nbsp;</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: March 15 2020<br>Verses: Ephesians 2:1-10</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-14433663\"></div><script src=\"https://www.buzzsprout.com/2212137/14433663-the-good-news-and-our-purpose-march-15-2020.js?container_id=buzzsprout-player-14433663&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Thanksgiving and Counting it all Joy. </h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Dec 8 2019<br>Verses: Ephesians 5:19-20 James 1:2-4</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:html -->\n<div id=\"buzzsprout-player-13598631\"></div><script src=\"https://www.buzzsprout.com/2212137/13598631-thanksgiving-and-counting-it-all-joy-dec-8-2019.js?container_id=buzzsprout-player-13598631&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /wp:html -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Ministries We Support</h2>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.compassion.com/\">Compassion</a> </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.persecution.com/\">Voice of the Martyrs </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.jesusfilm.org/dev/nda/grants/jesus-film-project-branded-jf/\">Jesus Film Project</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://allindiamission.com/\">All India Missions</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://friendsofukraine.info/\">Friends of Ukraine</a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><a href=\"https://www.africanleadershipdevelopment.com/\">African Leadership Development </a></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading -->\n<h2 class=\"wp-block-heading\">Resources</h2>\n<!-- /wp:heading -->[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"100%\" module_alignment=\"right\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_position=\"top\" sticky_offset_top=\"30px\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Faith','','inherit','closed','closed','','2170-revision-v1','','','2025-01-13 22:22:43','2025-01-13 22:22:43','',2170,'https://staging.amtacshooting.com/?p=4175',0,'revision','',0),
(4176,10,'2025-01-13 22:23:16','2025-01-13 22:23:16','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01688.jpg\" title_text=\"DSC01688\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<p>The cost for private training is $5500 a day, with a two day minimum, plus travel costs. We will discuss custom course curriculum for up to 8 people.  Please <a href=\"https://staging.amtacshooting.com/contact-us/\">contact</a> for details.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" sticky_position=\"top\" sticky_offset_top=\"30px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Private Training','','inherit','closed','closed','','1416-revision-v1','','','2025-01-13 22:23:16','2025-01-13 22:23:16','',1416,'https://staging.amtacshooting.com/?p=4176',0,'revision','',0),
(4178,10,'2025-01-13 22:29:34','2025-01-13 22:29:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\"><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></figure>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></figure>\n<figure class=\"wp-caption alignnone\">Ruger Precision Rifle</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p> <a href=\"https://www.savagearms.com/\"><b>Savage</b></a></p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /></p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" style=\"font-size: 16px;\" /></h3>\n<figure class=\"wp-caption alignnone\">\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][ba_logo_grid column_count=\"2\" grid_gap=\"0px\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"center\" width=\"100%\" module_alignment=\"center\" link_option_url_new_window=\"on\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" logo_size=\"305px\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" brand_name=\"Remy\" use_tooltip=\"on\" tooltip_text=\"Remy\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-2.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-3.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-4.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-5.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-6.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-7.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-8.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-9.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_gallery _builder_version=\"4.27.2\" _module_preset=\"default\" show_pagination=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_position=\"top_bottom\" sticky_enabled=\"0\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_3\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-1.svg\" _builder_version=\"4.16\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_3\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" locked=\"off\" custom_padding=\"|||1px||\"][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-1.svg\" _builder_version=\"4.16\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-13 22:29:34','2025-01-13 22:29:34','',3523,'https://staging.amtacshooting.com/?p=4178',0,'revision','',0),
(4180,10,'2025-01-13 22:34:12','2025-01-13 22:34:12','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"2\" grid_gap=\"0px\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"center\" width=\"100%\" module_alignment=\"center\" link_option_url_new_window=\"on\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" logo_size=\"305px\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" brand_name=\"Remy\" use_tooltip=\"on\" tooltip_text=\"Remy\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-2.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-3.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-4.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-5.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-6.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-7.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-8.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-9.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\"><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></figure>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></figure>\n<figure class=\"wp-caption alignnone\">Ruger Precision Rifle</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p> <a href=\"https://www.savagearms.com/\"><b>Savage</b></a></p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /></p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" style=\"font-size: 16px;\" /></h3>\n<figure class=\"wp-caption alignnone\">\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery _builder_version=\"4.27.2\" _module_preset=\"default\" show_pagination=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_position=\"top_bottom\" sticky_enabled=\"0\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_3\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-1.svg\" _builder_version=\"4.16\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_3\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" locked=\"off\" custom_padding=\"|||1px||\"][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-1.svg\" _builder_version=\"4.16\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-13 22:34:12','2025-01-13 22:34:12','',3523,'https://staging.amtacshooting.com/?p=4180',0,'revision','',0),
(4181,10,'2025-01-14 22:44:14','2025-01-14 22:44:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"2\" grid_gap=\"0px\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"center\" width=\"100%\" module_alignment=\"center\" link_option_url_new_window=\"on\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" logo_size=\"305px\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" brand_name=\"Remmington\" use_tooltip=\"on\" tooltip_text=\"Remmington\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-2.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-3.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-4.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-5.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-6.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-7.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-8.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-9.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\"><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></figure>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></figure>\n<figure class=\"wp-caption alignnone\">Ruger Precision Rifle</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p> <a href=\"https://www.savagearms.com/\"><b>Savage</b></a></p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /></p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" style=\"font-size: 16px;\" /></h3>\n<figure class=\"wp-caption alignnone\">\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery _builder_version=\"4.27.2\" _module_preset=\"default\" show_pagination=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_position=\"top_bottom\" sticky_enabled=\"0\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_3\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-1.svg\" _builder_version=\"4.16\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_3\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" locked=\"off\" custom_padding=\"|||1px||\"][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-1.svg\" _builder_version=\"4.16\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-14 22:44:14','2025-01-14 22:44:14','',3523,'https://staging.amtacshooting.com/?p=4181',0,'revision','',0),
(4182,10,'2025-01-16 20:32:57','2025-01-16 20:32:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"2\" grid_gap=\"0px\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"center\" width=\"100%\" module_alignment=\"center\" link_option_url_new_window=\"on\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" logo_size=\"305px\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" brand_name=\"Remmington\" use_tooltip=\"on\" tooltip_text=\"Remmington\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-2.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-3.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-4.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-5.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-6.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-7.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-8.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-9.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\"><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></figure>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></figure>\n<figure class=\"wp-caption alignnone\">Ruger Precision Rifle</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p> <a href=\"https://www.savagearms.com/\"><b>Savage</b></a></p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /></p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" style=\"font-size: 16px;\" /></h3>\n<figure class=\"wp-caption alignnone\">\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery _builder_version=\"4.27.2\" _module_preset=\"default\" show_pagination=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_position=\"top_bottom\" sticky_enabled=\"0\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_3\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Remington-Model-700-PCR\" sticky_enabled=\"0\" border_color_all=\"#FFFFFF\" background_enable_color=\"on\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Remmington Something</h2>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_3\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" locked=\"off\" custom_padding=\"|||1px||\"][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-1.svg\" _builder_version=\"4.16\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_3\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-16 20:32:57','2025-01-16 20:32:57','',3523,'https://staging.amtacshooting.com/?p=4182',0,'revision','',0),
(4185,10,'2025-01-16 21:40:56','2025-01-16 21:40:56','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"2\" grid_gap=\"0px\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"center\" width=\"100%\" module_alignment=\"center\" link_option_url_new_window=\"on\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" logo_size=\"305px\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" brand_name=\"Remmington\" use_tooltip=\"on\" tooltip_text=\"Remmington\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-2.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-3.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-4.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-5.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-6.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-7.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-8.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-9.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\"><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></figure>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></figure>\n<figure class=\"wp-caption alignnone\">Ruger Precision Rifle</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p> <a href=\"https://www.savagearms.com/\"><b>Savage</b></a></p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /></p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" style=\"font-size: 16px;\" /></h3>\n<figure class=\"wp-caption alignnone\">\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery _builder_version=\"4.27.2\" _module_preset=\"default\" show_pagination=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" column_structure=\"1_3,1_3,1_3\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_3\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Remington-Model-700-PCR\" sticky_enabled=\"0\" border_color_all=\"#FFFFFF\" background_enable_color=\"on\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Remmington Something</h2>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_3\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\" locked=\"off\" custom_padding=\"|||1px||\"][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-1.svg\" _builder_version=\"4.16\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][/et_pb_column][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"1_3\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_position=\"top_bottom\" sticky_enabled=\"0\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" disabled_on=\"on|on|off\" z_index=\"1\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-16 21:40:56','2025-01-16 21:40:56','',3523,'https://staging.amtacshooting.com/?p=4185',0,'revision','',0),
(4186,10,'2025-01-16 21:42:57','2025-01-16 21:42:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"2\" grid_gap=\"0px\" logo_size=\"305px\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"center\" width=\"100%\" module_alignment=\"center\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" brand_name=\"Remmington\" use_tooltip=\"on\" tooltip_text=\"Remmington\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-2.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-3.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-4.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-5.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-6.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-7.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-8.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-9.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\"><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></figure>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></figure>\n<figure class=\"wp-caption alignnone\">Ruger Precision Rifle</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p> <a href=\"https://www.savagearms.com/\"><b>Savage</b></a></p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /></p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" style=\"font-size: 16px;\" /></h3>\n<figure class=\"wp-caption alignnone\">\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Remmington Something</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"|||1px||\" locked=\"off\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-1.svg\" _builder_version=\"4.16\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" z_index=\"1\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#FFFFFF\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-16 21:42:57','2025-01-16 21:42:57','',3523,'https://staging.amtacshooting.com/?p=4186',0,'revision','',0),
(4187,10,'2025-01-16 21:44:52','2025-01-16 21:44:52','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"2\" grid_gap=\"0px\" logo_size=\"305px\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"center\" width=\"100%\" module_alignment=\"center\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" brand_name=\"Remmington\" use_tooltip=\"on\" tooltip_text=\"Remmington\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-2.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-3.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-4.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-5.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-6.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-7.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-8.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-9.svg\" _builder_version=\"4.16\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\"><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></figure>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></figure>\n<figure class=\"wp-caption alignnone\">Ruger Precision Rifle</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" /></p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p> <a href=\"https://www.savagearms.com/\"><b>Savage</b></a></p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" /></p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" style=\"font-size: 16px;\" /></h3>\n<figure class=\"wp-caption alignnone\">\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" /></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Remmington Something</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"|||1px||\" locked=\"off\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"//staging.amtacshooting.com/wp-content/plugins/addons-for-divi/assets/imgs/demo/logo/logo-1.svg\" _builder_version=\"4.16\" background_color=\"#e2e5ed\" custom_padding=\"50px|50|50px|50|false|false\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Your content goes here. Edit or remove this text inline or in the module Content settings. You can also style every aspect of this content in the module Design settings and even apply custom CSS to this text in the module Advanced settings.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" z_index=\"1\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" hover_enabled=\"0\" global_colors_info=\"{}\" transform_scale_linked=\"off\" transform_translate_linked=\"off\" transform_translate=\"215px|0px\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-16 21:44:52','2025-01-16 21:44:52','',3523,'https://staging.amtacshooting.com/?p=4187',0,'revision','',0),
(4188,10,'2025-01-16 21:47:41','2025-01-16 21:47:41','.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: #5b5b5b;\n	padding: 10px;\n	border-radius: 10px;\n}','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-01-16 21:47:41','2025-01-16 21:47:41','',7,'https://staging.amtacshooting.com/?p=4188',0,'revision','',0),
(4191,10,'2025-01-16 21:49:11','2025-01-16 21:49:11','.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: #5b5b5b;\n	border: solid #5b5b5b 2px;\n}','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-01-16 21:49:11','2025-01-16 21:49:11','',7,'https://staging.amtacshooting.com/?p=4191',0,'revision','',0),
(4193,10,'2025-01-16 21:50:11','2025-01-16 21:50:11','.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: solid #5b5b5b 2px;\n}','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-01-16 21:50:11','2025-01-16 21:50:11','',7,'https://staging.amtacshooting.com/?p=4193',0,'revision','',0),
(4199,10,'2025-01-16 22:25:00','2025-01-16 22:25:00','','ruger','','inherit','open','closed','','ruger','','','2025-01-16 22:25:00','2025-01-16 22:25:00','',0,'https://staging.amtacshooting.com/wp-content/uploads/2025/01/ruger.jpg',0,'attachment','image/jpeg',0),
(4200,10,'2025-01-16 22:28:14','2025-01-16 22:28:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/ruger.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" brand_name=\"Ruger Precision Rifle\" sticky_enabled=\"0\" title_text=\"ruger\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" link_option_url_new_window=\"on\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Ruger Precision Rifle</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" hover_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" title_text=\"Remington-Model-700-PCR\" brand_name=\"Remington Model 700\" link_option_url_new_window=\"on\" link_option_url=\"https://www.remington.com/rifles/bolt-action/model-700\" sticky_enabled=\"0\" background_enable_color=\"on\" border_color_all=\"#FFFFFF\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2>Remington Model 700</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"1\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\"><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></figure>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></figure>\n<figure class=\"wp-caption alignnone\">Ruger Precision Rifle</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p> <a href=\"https://www.savagearms.com/\"><b>Savage</b></a></p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" style=\"font-size: 16px;\" /></h3>\n<figure class=\"wp-caption alignnone\">\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-16 22:28:14','2025-01-16 22:28:14','',3523,'https://staging.amtacshooting.com/?p=4200',0,'revision','',0),
(4202,10,'2025-01-16 22:31:04','2025-01-16 22:31:04','','bergara B-14_BMP','','inherit','open','closed','','bergara-b-14_bmp','','','2025-01-16 22:31:04','2025-01-16 22:31:04','',0,'https://staging.amtacshooting.com/wp-content/uploads/2025/01/bergara-B-14_BMP.jpg',0,'attachment','image/jpeg',0),
(4203,10,'2025-01-16 22:41:29','2025-01-16 22:41:29','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/ruger.jpg\" brand_name=\"Ruger Precision Rifle\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Ruger Precision Rifle</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/bergara-B-14_BMP.jpg\" brand_name=\"Bergara\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" title_text=\"bergara B-14_BMP\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Bergara</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" brand_name=\"Remington Model 700\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.remington.com/rifles/bolt-action/model-700\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2>Remington Model 700</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"1\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\"><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></figure>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></figure>\n<figure class=\"wp-caption alignnone\">Ruger Precision Rifle</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p> <a href=\"https://www.savagearms.com/\"><b>Savage</b></a></p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" style=\"font-size: 16px;\" /></h3>\n<figure class=\"wp-caption alignnone\">\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-16 22:41:29','2025-01-16 22:41:29','',3523,'https://staging.amtacshooting.com/?p=4203',0,'revision','',0),
(4205,10,'2025-01-16 22:51:50','2025-01-16 22:51:50','','custom-rifle','','inherit','open','closed','','custom-rifle','','','2025-01-16 22:51:50','2025-01-16 22:51:50','',0,'https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg',0,'attachment','image/jpeg',0),
(4206,10,'2025-01-16 22:56:44','2025-01-16 22:56:44','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"4_4\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" title_text=\"custom-rifle\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"0px|||||\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" title_text=\"bergara B-14_BMP\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" brand_name=\"Remington Model 700\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.remington.com/rifles/bolt-action/model-700\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Remington</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"1\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Rifles</b></h2>\n<figure id=\"attachment_978\" aria-describedby=\"caption-attachment-978\" class=\"wp-caption aligncenter\"><a href=\"https://www.ruger.com/products/precisionRifle/models.html\" onclick=\"javascript:window.open(\'https://www.ruger.com/products/precisionRifle/models.html\', \'_blank\', \'noopener\'); return false;\"><b>Ruger Precision Rifle</b></a></figure>\n<figure class=\"wp-caption alignnone\"><img decoding=\"async\" src=\"https://ruger.com/products/precisionRifle/images/18029.jpg\" alt=\"\" width=\"825\" height=\"183\" /></figure>\n<figure class=\"wp-caption alignnone\">Ruger Precision Rifle</figure>\n<h3><a href=\"https://www.remington.com/rifles/bolt-action/model-700\" onclick=\"javascript:window.open(\'https://www.remington.com/rifles/bolt-action/model-700\', \'_blank\', \'noopener\'); return false;\">Remington Model 700</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg\" alt=\"\" width=\"650\" height=\"400\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Remington 700 PCR</figcaption>\n</figure>\n<h3><a href=\"http://bergarausa.com/\" onclick=\"javascript:window.open(\'http://bergarausa.com/\', \'_blank\', \'noopener\'); return false;\">Bergara</a></h3>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"http://bergarausa.com/graphics2/B-14_BMP.jpg\" alt=\"\" width=\"1000\" height=\"250\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Bergara B-14 BMP</figcaption>\n</figure>\n<p> <a href=\"https://www.savagearms.com/\"><b>Savage</b></a></p>\n<figure class=\"wp-caption alignnone\"><img loading=\"lazy\" decoding=\"async\" src=\"https://www.budsgunshop.com/catalog/images/24706.jpg\" alt=\"\" width=\"500\" height=\"97\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">10 Savage Ashbury Precision Rifle</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><a href=\"http://www.tikka.fi/en-us\" onclick=\"javascript:window.open(\'http://www.tikka.fi/en-us\', \'_blank\', \'noopener\'); return false;\"><b>Tikka</b></a><img loading=\"lazy\" decoding=\"async\" src=\"http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png\" alt=\"\" width=\"1925\" height=\"408\" style=\"font-size: 16px;\" /></h3>\n<figure class=\"wp-caption alignnone\">\n<p>&nbsp;</p>\n<figcaption class=\"wp-caption-text\">Tikka T3X</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Custom Precision Rifles</b></h3>\n<p>Another option is a custom or semi-custom rifle.  This is what my 260 bolt gun looks like. I started with a 26 inch Proof Research carbon wrapped barrel in 260.  I sent the barrel off to Jon Beagle of<span> </span><a href=\"http://jbeaglerifles.com/\" onclick=\"javascript:window.open(\'http://jbeaglerifles.com/\', \'_blank\', \'noopener\'); return false;\">jbeaglerifles.com</a>.  Jon trued a Remington model 700 action, cut the chamber into the barrel, threaded the muzzle and barreled the action for me.  From there I installed a 20 MOA Picatinny base, Jewell trigger and dropped the barreled action into a XLR Evolution chassis.  I finished it with a Area 419 Hellfire muzzle brake.</p>\n<figure id=\"attachment_992\" aria-describedby=\"caption-attachment-992\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-992 size-large\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg\" alt=\"\" width=\"1024\" height=\"768\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-600x450.jpeg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-300x225.jpeg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-768x576.jpeg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-200x150.jpeg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-690x518.jpeg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1232/https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02.jpeg 1232w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-992\" class=\"wp-caption-text\">Custom Precision Rifle</figcaption>\n</figure>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-16 22:56:44','2025-01-16 22:56:44','',3523,'https://staging.amtacshooting.com/?p=4206',0,'revision','',0),
(4208,10,'2025-01-16 22:57:15','2025-01-16 22:57:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"4_4\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" title_text=\"custom-rifle\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"0px|||||\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" title_text=\"bergara B-14_BMP\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"20px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" locked=\"off\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/Remington-Model-700-PCR.jpg\" brand_name=\"Remington Model 700\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.remington.com/rifles/bolt-action/model-700\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Remington</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"1\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-16 22:57:15','2025-01-16 22:57:15','',3523,'https://staging.amtacshooting.com/?p=4208',0,'revision','',0),
(4210,10,'2025-01-16 23:18:13','2025-01-16 23:18:13','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"4_4\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" width=\"100%\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" title_text=\"custom-rifle\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"0px|||||\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" title_text=\"bergara B-14_BMP\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" hover_enabled=\"0\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\" title_text=\"img_2122_720-YcNvc0.tmp_\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" sticky_enabled=\"0\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">Altus Shooting Solutions</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"1\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"4_4\"][et_pb_heading title=\"Your Title Goes Here\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-16 23:18:13','2025-01-16 23:18:13','',3523,'https://staging.amtacshooting.com/?p=4210',0,'revision','',0),
(4211,10,'2025-01-16 23:43:22','2025-01-16 23:43:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: left;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Altus Shooting Solutions</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"1\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Carbine\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: left;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">NightForce</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"1\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-16 23:43:22','2025-01-16 23:43:22','',3523,'https://staging.amtacshooting.com/?p=4211',0,'revision','',0),
(4212,10,'2025-01-16 23:44:41','2025-01-16 23:44:41','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: left;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Altus Shooting Solutions</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"1\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Carbine\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: left;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">NightForce</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"1\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Backpacking\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: left;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">NightForce</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"1\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-16 23:44:41','2025-01-16 23:44:41','',3523,'https://staging.amtacshooting.com/?p=4212',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(4213,10,'2025-01-16 23:45:11','2025-01-16 23:45:11','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: left;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Altus Shooting Solutions</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"1\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Carbine\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: left;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 style=\"text-align: center;\">NightForce</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"1\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-16 23:45:11','2025-01-16 23:45:11','',3523,'https://staging.amtacshooting.com/?p=4213',0,'revision','',0),
(4217,10,'2025-01-24 22:27:28','2025-01-24 22:27:28','<iframe src=\"https://player.vimeo.com/video/887486071?dnt=1&amp;app_id=122963\" width=\"563\" height=\"1000\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media\"></iframe>','','','publish','closed','closed','','ca277be909469118d6b9d2140e83db13','','','2025-01-24 22:27:28','2025-01-24 22:27:28','',0,'https://staging.amtacshooting.com/2025/01/24/ca277be909469118d6b9d2140e83db13/',0,'oembed_cache','',0),
(4218,10,'2025-01-24 22:28:54','2025-01-24 22:28:54','<iframe src=\"https://player.vimeo.com/video/887486071?dnt=1&amp;app_id=122963\" width=\"563\" height=\"1000\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media\"></iframe>','','','publish','closed','closed','','a31d30b855e7c4c95544acb86ced77ea','','','2025-01-24 22:28:54','2025-01-24 22:28:54','',0,'https://staging.amtacshooting.com/2025/01/24/a31d30b855e7c4c95544acb86ced77ea/',0,'oembed_cache','',0),
(4219,10,'2025-01-24 22:33:04','2025-01-24 22:33:04','<iframe src=\"https://player.vimeo.com/video/887486071?dnt=1&amp;app_id=122963\" width=\"563\" height=\"1000\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media\"></iframe>','','','publish','closed','closed','','418f9b83812205129fa5421d333b28a4','','','2025-01-24 22:33:04','2025-01-24 22:33:04','',0,'https://staging.amtacshooting.com/2025/01/24/418f9b83812205129fa5421d333b28a4/',0,'oembed_cache','',0),
(4220,10,'2025-01-24 22:33:31','2025-01-24 22:33:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"14px|||||\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>[embed]https://player.vimeo.com/video/887486071[/embed]</p>\n<p>&nbsp;</p>\n<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"14px|||||\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" custom_padding=\"14px|||||\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-01-24 22:33:31','2025-01-24 22:33:31','',4156,'https://staging.amtacshooting.com/?p=4220',0,'revision','',0),
(4222,10,'2025-01-24 22:35:39','2025-01-24 22:35:39','<iframe src=\"https://player.vimeo.com/video/887486071?dnt=1&amp;app_id=122963\" width=\"563\" height=\"1000\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media\"></iframe>','','','publish','closed','closed','','98285fe0235e68718cd031423d078621','','','2025-01-24 22:35:39','2025-01-24 22:35:39','',0,'https://staging.amtacshooting.com/2025/01/24/98285fe0235e68718cd031423d078621/',0,'oembed_cache','',0),
(4223,10,'2025-01-24 22:36:02','2025-01-24 22:36:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h1 class=\"entry-title\">Backpack Loadout for a Long Day’s Hike</h1>\n<p>[embed]https://player.vimeo.com/video/887486071[/embed]</p>\n<p>&nbsp;</p>\n<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-01-24 22:36:02','2025-01-24 22:36:02','',4156,'https://staging.amtacshooting.com/?p=4223',0,'revision','',0),
(4227,10,'2025-01-24 22:58:21','2025-01-24 22:58:21','#et-top-navigation nav>ul>li>a {\n    padding-bottom: 16px!important;\n    padding-top: 15px!important;\n}\n#top-menu .menu-item-has-children>a:first-child:after {\n    top: 15px!important;\n}\n\n.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: solid #5b5b5b 2px;\n}','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-01-24 22:58:21','2025-01-24 22:58:21','',7,'https://staging.amtacshooting.com/?p=4227',0,'revision','',0),
(4230,10,'2025-01-31 19:46:22','2025-01-31 19:46:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Altus Shooting Solutions</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"1\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Carbine\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">NightForce</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"1\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" hover_enabled=\"0\" global_colors_info=\"{}\" area=\"et_pb_widget_area_2\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-31 19:46:22','2025-01-31 19:46:22','',3523,'https://staging.amtacshooting.com/?p=4230',0,'revision','',0),
(4231,10,'2025-01-31 19:51:39','2025-01-31 19:51:39','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Altus Shooting Solutions</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"233px|41px\" transform_translate_linked=\"off\" z_index=\"0\" sticky_position=\"bottom\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"right\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Carbine\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">NightForce</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"1\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" hover_enabled=\"0\" global_colors_info=\"{}\" area=\"et_pb_widget_area_2\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-31 19:51:39','2025-01-31 19:51:39','',3523,'https://staging.amtacshooting.com/?p=4231',0,'revision','',0),
(4232,10,'2025-01-31 19:53:37','2025-01-31 19:53:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Altus Shooting Solutions</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"233px|129px\" transform_translate_linked=\"off\" z_index=\"0\" sticky_position=\"top_bottom\" sticky_offset_top=\"20px\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"right\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Carbine\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">NightForce</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"1\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" hover_enabled=\"0\" global_colors_info=\"{}\" area=\"et_pb_widget_area_2\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-31 19:53:37','2025-01-31 19:53:37','',3523,'https://staging.amtacshooting.com/?p=4232',0,'revision','',0),
(4234,10,'2025-01-31 19:55:17','2025-01-31 19:55:17','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Altus Shooting Solutions</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"233px|129px\" transform_translate_linked=\"off\" z_index=\"0\" sticky_position=\"top_bottom\" sticky_offset_top=\"20px\" hover_enabled=\"0\" global_colors_info=\"{}\" module_alignment=\"right\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Carbine\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">NightForce</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"500\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" hover_enabled=\"0\" global_colors_info=\"{}\" area=\"et_pb_widget_area_2\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-31 19:55:17','2025-01-31 19:55:17','',3523,'https://staging.amtacshooting.com/?p=4234',0,'revision','',0),
(4236,10,'2025-01-31 19:57:20','2025-01-31 19:57:20','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Altus Shooting Solutions</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"500\" sticky_position=\"top_bottom\" sticky_offset_top=\"30px\" sticky_offset_bottom=\"30px\" hover_enabled=\"0\" global_colors_info=\"{}\" area=\"et_pb_widget_area_2\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Carbine\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">NightForce</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-31 19:57:20','2025-01-31 19:57:20','',3523,'https://staging.amtacshooting.com/?p=4236',0,'revision','',0),
(4237,10,'2025-01-31 19:59:02','2025-01-31 19:59:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Altus Shooting Solutions</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"500\" sticky_position=\"top_bottom\" sticky_offset_bottom=\"30px\" hover_enabled=\"0\" global_colors_info=\"{}\" area=\"et_pb_widget_area_2\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Carbine\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">NightForce</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-31 19:59:02','2025-01-31 19:59:02','',3523,'https://staging.amtacshooting.com/?p=4237',0,'revision','',0),
(4239,10,'2025-01-31 20:03:49','2025-01-31 20:03:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Altus Shooting Solutions</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"0\" sticky_position=\"top_bottom\" hover_enabled=\"0\" global_colors_info=\"{}\" area=\"et_pb_widget_area_2\" sticky_enabled=\"0\" sticky_offset_surrounding=\"off\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Carbine\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">NightForce</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-31 20:03:49','2025-01-31 20:03:49','',3523,'https://staging.amtacshooting.com/?p=4239',0,'revision','',0),
(4241,10,'2025-01-31 20:11:55','2025-01-31 20:11:55','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Altus Shooting Solutions</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|0px\" transform_translate_linked=\"off\" z_index=\"0\" sticky_position=\"top_bottom\" hover_enabled=\"0\" global_colors_info=\"{}\" area=\"et_pb_widget_area_2\" sticky_enabled=\"0\" sticky_offset_surrounding=\"off\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Carbine\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">NightForce</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-31 20:11:55','2025-01-31 20:11:55','',3523,'https://staging.amtacshooting.com/?p=4241',0,'revision','',0),
(4242,10,'2025-01-31 20:14:42','2025-01-31 20:14:42','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Altus Shooting Solutions</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"et_pb_widget_area_2\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|300px\" transform_translate_linked=\"off\" z_index=\"0\" sticky_position=\"top_bottom\" sticky_offset_surrounding=\"off\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"58%\" module_alignment=\"right\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Carbine\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">NightForce</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-31 20:14:42','2025-01-31 20:14:42','',3523,'https://staging.amtacshooting.com/?p=4242',0,'revision','',0),
(4243,10,'2025-01-31 20:17:47','2025-01-31 20:17:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Altus Shooting Solutions</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"et_pb_widget_area_2\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"215px|30px\" transform_translate_linked=\"off\" sticky_position=\"top_bottom\" sticky_offset_surrounding=\"off\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"58%\" positioning=\"absolute\" width=\"100%\" position_origin_a=\"top_right\" vertical_offset=\"-208px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Carbine\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">NightForce</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-31 20:17:47','2025-01-31 20:17:47','',3523,'https://staging.amtacshooting.com/?p=4243',0,'revision','',0),
(4244,10,'2025-01-31 20:19:22','2025-01-31 20:19:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Altus Shooting Solutions</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"et_pb_widget_area_2\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"175px|30px\" transform_translate_linked=\"off\" sticky_position=\"top_bottom\" sticky_offset_surrounding=\"off\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"58%\" module_alignment=\"right\" width=\"100%\" position_origin_a=\"top_right\" vertical_offset=\"-208px\" sticky_offset_top=\"108px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Carbine\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">NightForce</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-31 20:19:22','2025-01-31 20:19:22','',3523,'https://staging.amtacshooting.com/?p=4244',0,'revision','',0),
(4245,10,'2025-01-31 20:20:40','2025-01-31 20:20:40','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Altus Shooting Solutions</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"et_pb_widget_area_2\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"175px|40px\" transform_translate_linked=\"off\" sticky_position=\"top_bottom\" sticky_offset_surrounding=\"off\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" max_width=\"58%\" module_alignment=\"right\" width=\"100%\" position_origin_a=\"top_right\" vertical_offset=\"-208px\" sticky_offset_top=\"108px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Carbine\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">NightForce</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-31 20:20:40','2025-01-31 20:20:40','',3523,'https://staging.amtacshooting.com/?p=4245',0,'revision','',0),
(4246,10,'2025-01-31 20:21:59','2025-01-31 20:21:59','<iframe src=\"https://player.vimeo.com/video/887486071?dnt=1&amp;app_id=122963\" width=\"563\" height=\"1000\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media\"></iframe>','','','publish','closed','closed','','b6e28545db3d91863c10aa1abfe767eb','','','2025-01-31 20:21:59','2025-01-31 20:21:59','',0,'https://staging.amtacshooting.com/2025/01/31/b6e28545db3d91863c10aa1abfe767eb/',0,'oembed_cache','',0),
(4247,10,'2025-01-31 20:23:38','2025-01-31 20:23:38','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1 class=\"entry-title\">Backpack Loadout for a Long Day’s Hike</h1>\n<p>[embed]https://player.vimeo.com/video/887486071[/embed]</p>\n<p>&nbsp;</p>\n<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" area=\"et_pb_widget_area_2\" module_alignment=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-01-31 20:23:38','2025-01-31 20:23:38','',4156,'https://staging.amtacshooting.com/?p=4247',0,'revision','',0),
(4248,10,'2025-01-31 20:25:28','2025-01-31 20:25:28','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1 class=\"entry-title\">Backpack Loadout for a Long Day’s Hike</h1>\n<p>[embed]https://player.vimeo.com/video/887486071[/embed]</p>\n<p>&nbsp;</p>\n<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" area=\"et_pb_widget_area_2\" module_alignment=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\" orientation=\"right\" transform_translate_linked=\"off\" transform_translate=\"175px|0px\" sticky_position=\"top_bottom\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-01-31 20:25:28','2025-01-31 20:25:28','',4156,'https://staging.amtacshooting.com/?p=4248',0,'revision','',0),
(4249,10,'2025-01-31 21:55:14','2025-01-31 21:55:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Altus Shooting Solutions</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"et_pb_widget_area_2\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"175px|40px\" transform_translate_linked=\"off\" position_origin_a=\"top_right\" vertical_offset=\"-208px\" width=\"100%\" max_width=\"58%\" module_alignment=\"right\" sticky_position=\"top_bottom\" sticky_offset_top=\"108px\" sticky_offset_surrounding=\"off\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Carbine\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">NightForce</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-01-31 21:55:14','2025-01-31 21:55:14','',3523,'https://staging.amtacshooting.com/?p=4249',0,'revision','',0),
(4251,10,'2025-01-31 22:03:24','2025-01-31 22:03:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1 class=\"entry-title\">Backpack Loadout for a Long Day’s Hike</h1>\n<p>[embed]https://player.vimeo.com/video/887486071[/embed]</p>\n<p>&nbsp;</p>\n<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" transform_translate=\"175px|0px\" transform_translate_linked=\"off\" module_alignment=\"right\" sticky_position=\"top_bottom\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-01-31 22:03:24','2025-01-31 22:03:24','',4156,'https://staging.amtacshooting.com/?p=4251',0,'revision','',0),
(4253,10,'2025-01-31 22:04:51','2025-01-31 22:04:51','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1 class=\"entry-title\">Backpack Loadout for a Long Day’s Hike</h1>\n<p>[embed]https://player.vimeo.com/video/887486071[/embed]</p>\n<p>&nbsp;</p>\n<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" transform_translate=\"175px|0px\" transform_translate_linked=\"off\" module_alignment=\"right\" sticky_position=\"top_bottom\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" text_orientation=\"left\" header_font_size=\"45px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-01-31 22:04:51','2025-01-31 22:04:51','',4156,'https://staging.amtacshooting.com/?p=4253',0,'revision','',0),
(4254,10,'2025-01-31 22:12:20','2025-01-31 22:12:20','<!-- wp:group {\"tagName\":\"header\",\"layout\":{\"inherit\":true}} -->\n<header class=\"wp-block-group\"><!-- wp:site-title /-->\n\n<!-- wp:site-tagline /--></header>\n<!-- /wp:group -->\n\n<!-- wp:separator -->\n<hr class=\"wp-block-separator has-alpha-channel-opacity\"/>\n<!-- /wp:separator -->\n\n<!-- wp:group {\"tagName\":\"main\"} -->\n<main class=\"wp-block-group\"><!-- wp:group {\"layout\":{\"inherit\":true}} -->\n<div class=\"wp-block-group\"><!-- wp:post-title /--></div>\n<!-- /wp:group -->\n\n<!-- wp:post-content {\"layout\":{\"inherit\":true}} /--></main>\n<!-- /wp:group -->','test','','publish','closed','closed','','test','','','2025-01-31 22:12:20','2025-01-31 22:12:20','',0,'https://staging.amtacshooting.com/2025/01/31/test/',0,'wp_template','',0),
(4255,10,'2025-01-31 22:14:23','2025-01-31 22:14:23','<!-- wp:divi/placeholder -->\n[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>&nbsp;</p>\n<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South.</p>\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-John</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. <!-- divi:paragraph --></p>\n<p>Thanks!<!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"aligncenter is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity aligncenter is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family. </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Again, sincerely thank you - It was life changing for me.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Bruce</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South</strong>.</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again. </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-John</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Thanks!</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.  </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Eddie</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Edward</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh. </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Walter</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Tom</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Walter</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Brian</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Todd</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Scott</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>\"In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.\"</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.<br />-Matt</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>\"I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.\" </strong><br /><strong>- Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>\"It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!\" <br />-Bart</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>\"Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.\"<br />-Sean</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>\"I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.\" <br />-JH</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again. <br />- Neal</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br />First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><strong>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.<br />- Best Regards, Cameron</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:separator {\"className\":\"is-style-dots\"} --></p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p><!-- /divi:separator --></p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Testimonials','','inherit','closed','closed','','1791-revision-v1','','','2025-01-31 22:14:23','2025-01-31 22:14:23','',1791,'https://staging.amtacshooting.com/?p=4255',0,'revision','',0),
(4258,3,'2025-01-31 22:28:43','2025-01-31 22:28:43','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"55%\" module_alignment=\"right\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2025-01-31 22:28:43','2025-01-31 22:28:43','',13,'https://staging.amtacshooting.com/?p=4258',0,'revision','',0),
(4262,10,'2025-01-31 22:51:31','2025-01-31 22:51:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"55%\" module_alignment=\"right\" hover_enabled=\"0\" global_colors_info=\"{}\" admin_label=\"Sidebar\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2025-01-31 22:51:31','2025-01-31 22:51:31','',13,'https://staging.amtacshooting.com/?p=4262',0,'revision','',0),
(4263,3,'2025-01-31 22:53:55','2025-01-31 22:53:55','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"right\" hover_enabled=\"0\" global_colors_info=\"{}\" box_shadow_style=\"preset3\" custom_margin=\"||||false|false\" custom_padding=\"25px|25px||25px|false|false\" border_width_bottom=\"1px\" border_radii=\"on|2px|2px|2px|2px\" sticky_enabled=\"0\" box_shadow_color=\"#0C71C3\" border_width_top=\"1px\" text_orientation=\"center\" header_font_size=\"18px\" header_letter_spacing=\"3px\" header_text_align=\"left\" body_font_size=\"20px\" body_line_height=\"1em\" body_letter_spacing=\"5px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2025-01-31 22:53:55','2025-01-31 22:53:55','',13,'https://staging.amtacshooting.com/?p=4263',0,'revision','',0),
(4264,3,'2025-01-31 23:00:06','2025-01-31 23:00:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"right\" hover_enabled=\"0\" global_colors_info=\"{}\" box_shadow_style=\"preset3\" custom_margin=\"||||false|false\" custom_padding=\"25px|25px||25px|false|false\" border_width_bottom=\"1px\" border_radii=\"on|2px|2px|2px|2px\" sticky_enabled=\"0\" box_shadow_color=\"#D1D1D1\" border_width_top=\"1px\" text_orientation=\"center\" header_font_size=\"18px\" header_letter_spacing=\"3px\" header_text_align=\"left\" body_font_size=\"20px\" body_line_height=\"1em\" body_letter_spacing=\"5px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2025-01-31 23:00:06','2025-01-31 23:00:06','',13,'https://staging.amtacshooting.com/?p=4264',0,'revision','',0),
(4266,3,'2025-01-31 23:02:44','2025-01-31 23:02:44','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"right\" hover_enabled=\"0\" global_colors_info=\"{}\" box_shadow_style=\"preset3\" custom_margin=\"||||false|false\" custom_padding=\"25px|25px||25px|false|false\" border_width_bottom=\"1px\" border_radii=\"on|2px|2px|2px|2px\" sticky_enabled=\"0\" box_shadow_color=\"#D1D1D1\" text_orientation=\"center\" header_font_size=\"18px\" header_letter_spacing=\"3px\" header_text_align=\"left\" body_font_size=\"20px\" body_line_height=\"1em\" body_letter_spacing=\"5px\" border_width_top=\"1px\" border_color_top=\"#D1D1D1\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2025-01-31 23:02:44','2025-01-31 23:02:44','',13,'https://staging.amtacshooting.com/?p=4266',0,'revision','',0),
(4268,3,'2025-01-31 23:04:13','2025-01-31 23:04:13','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"022b41b6-c844-474a-882c-69e1dd2e6b67\" width=\"100%\" module_alignment=\"right\" global_colors_info=\"{}\" box_shadow_style=\"preset3\" custom_margin=\"||||false|false\" custom_padding=\"25px|25px||25px|false|false\" border_width_bottom=\"1px\" border_radii=\"on|2px|2px|2px|2px\" box_shadow_color=\"#D1D1D1\" text_orientation=\"center\" header_font_size=\"18px\" header_letter_spacing=\"3px\" header_text_align=\"left\" body_font_size=\"20px\" body_line_height=\"1em\" body_letter_spacing=\"5px\" border_width_top=\"1px\" border_color_top=\"#D1D1D1\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2025-01-31 23:04:13','2025-01-31 23:04:13','',13,'https://staging.amtacshooting.com/?p=4268',0,'revision','',0),
(4271,3,'2025-01-31 23:10:21','2025-01-31 23:10:21','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_excerpt=\"off\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" width=\"80%\" custom_margin=\"|-83px||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-01-31 23:10:21','2025-01-31 23:10:21','',3631,'https://staging.amtacshooting.com/?p=4271',0,'revision','',0),
(4274,3,'2025-01-31 23:25:39','2025-01-31 23:25:39','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_excerpt=\"off\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" custom_margin=\"25px|25px|25px|25px|false|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22header_text_color%22,%22body_text_color%22%93}\" header_font_size=\"20px\" header_letter_spacing=\"5px\" header_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" body_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" body_font_size=\"18px\" body_font=\"|600|||||||\" sticky_enabled=\"0\" orientation=\"left\" module_alignment=\"left\" body_letter_spacing=\"0px\" body_text_align=\"left\" custom_padding=\"25px|25px|25px|25px|false|false\" max_width=\"100%\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-01-31 23:25:39','2025-01-31 23:25:39','',3631,'https://staging.amtacshooting.com/?p=4274',0,'revision','',0),
(4276,3,'2025-01-31 23:34:31','2025-01-31 23:34:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_excerpt=\"off\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"left\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" header_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" header_font_size=\"20px\" header_letter_spacing=\"0px\" body_font=\"|600|||||||\" body_text_align=\"left\" body_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" body_font_size=\"18px\" body_letter_spacing=\"0px\" max_width=\"100%\" module_alignment=\"left\" custom_margin=\"25px|25px|25px|25px|false|false\" custom_padding=\"25px|25px|25px|25px|false|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22header_text_color%22,%22body_text_color%22%93}\" text_orientation=\"left\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-01-31 23:34:31','2025-01-31 23:34:31','',3631,'https://staging.amtacshooting.com/?p=4276',0,'revision','',0),
(4278,3,'2025-01-31 23:37:41','2025-01-31 23:37:41','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_excerpt=\"off\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"left\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" header_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" header_font_size=\"20px\" header_letter_spacing=\"0px\" body_font=\"|600|||||||\" body_text_align=\"left\" body_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" body_font_size=\"18px\" body_letter_spacing=\"0px\" max_width=\"100%\" module_alignment=\"left\" custom_margin=\"25px|25px|25px|25px|false|false\" custom_padding=\"25px|25px|25px|25px|false|false\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22header_text_color%22,%22body_text_color%22%93}\" text_orientation=\"left\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-01-31 23:37:41','2025-01-31 23:37:41','',3631,'https://staging.amtacshooting.com/?p=4278',0,'revision','',0),
(4280,3,'2025-01-31 23:49:21','2025-01-31 23:49:21','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" width=\"100%\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_excerpt=\"off\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"left\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" header_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" header_font_size=\"20px\" header_letter_spacing=\"0px\" body_font=\"|600|||||||\" body_text_align=\"left\" body_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" body_font_size=\"18px\" body_letter_spacing=\"0px\" text_orientation=\"left\" max_width=\"100%\" module_alignment=\"left\" custom_margin=\"25px|25px|25px|25px|false|false\" custom_padding=\"25px|25px|25px|25px|false|false\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22header_text_color%22,%22body_text_color%22%93}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-01-31 23:49:21','2025-01-31 23:49:21','',3631,'https://staging.amtacshooting.com/?p=4280',0,'revision','',0),
(4281,3,'2025-01-31 23:52:38','2025-01-31 23:52:38','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2025-01-31 23:52:38','2025-01-31 23:52:38','',13,'https://staging.amtacshooting.com/?p=4281',0,'revision','',0),
(4283,3,'2025-01-31 23:58:23','2025-01-31 23:58:23','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" background_color=\"#D1D1D1\" sticky_enabled=\"0\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-157px|0px|-157px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" background_color=\"#FFFFFF\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" global_colors_info=\"{}\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2025-01-31 23:58:23','2025-01-31 23:58:23','',13,'https://staging.amtacshooting.com/?p=4283',0,'revision','',0),
(4285,3,'2025-02-01 00:02:58','2025-02-01 00:02:58','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"50\" excerpt_length=\"2000\" columns=\"2\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"all\" more_text=\"Learn More\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2025-02-01 00:02:58','2025-02-01 00:02:58','',81,'https://staging.amtacshooting.com/?p=4285',0,'revision','',0),
(4287,3,'2025-02-01 00:10:54','2025-02-01 00:10:54','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"50\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" admin_label=\"Popup - #popup-1\" module_id=\"popup-1\" module_class=\"popup\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"22,21,16\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2025-02-01 00:10:54','2025-02-01 00:10:54','',81,'https://staging.amtacshooting.com/?p=4287',0,'revision','',0),
(4290,3,'2025-02-01 00:18:42','2025-02-01 00:18:43','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"50\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"22,21,16\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#00457A\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2025-02-01 00:18:42','2025-02-01 00:18:43','',81,'https://staging.amtacshooting.com/?p=4290',0,'revision','',0),
(4291,3,'2025-02-01 00:24:24','2025-02-01 00:24:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" event_count=\"20\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\" excerpt_length=\"1000\" show_detail=\"off\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"left\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" header_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" header_font_size=\"20px\" header_letter_spacing=\"0px\" body_font=\"|600|||||||\" body_text_align=\"left\" body_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" body_font_size=\"18px\" body_letter_spacing=\"0px\" text_orientation=\"left\" max_width=\"100%\" module_alignment=\"left\" custom_margin=\"25px|25px|25px|25px|false|false\" custom_padding=\"25px|25px|25px|25px|false|false\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22header_text_color%22,%22body_text_color%22%93}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-02-01 00:24:24','2025-02-01 00:24:24','',3631,'https://staging.amtacshooting.com/?p=4291',0,'revision','',0),
(4292,3,'2025-02-01 00:26:01','2025-02-01 00:26:01','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"1000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" excerpt_content=\"_show\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"left\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" header_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" header_font_size=\"20px\" header_letter_spacing=\"0px\" body_font=\"|600|||||||\" body_text_align=\"left\" body_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" body_font_size=\"18px\" body_letter_spacing=\"0px\" text_orientation=\"left\" max_width=\"100%\" module_alignment=\"left\" custom_margin=\"25px|25px|25px|25px|false|false\" custom_padding=\"25px|25px|25px|25px|false|false\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22header_text_color%22,%22body_text_color%22%93}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-02-01 00:26:01','2025-02-01 00:26:01','',3631,'https://staging.amtacshooting.com/?p=4292',0,'revision','',0),
(4293,3,'2025-02-01 00:27:14','2025-02-01 00:27:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"15\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"left\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" header_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" header_font_size=\"20px\" header_letter_spacing=\"0px\" body_font=\"|600|||||||\" body_text_align=\"left\" body_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" body_font_size=\"18px\" body_letter_spacing=\"0px\" text_orientation=\"left\" max_width=\"100%\" module_alignment=\"left\" custom_margin=\"25px|25px|25px|25px|false|false\" custom_padding=\"25px|25px|25px|25px|false|false\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22header_text_color%22,%22body_text_color%22%93}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-02-01 00:27:14','2025-02-01 00:27:14','',3631,'https://staging.amtacshooting.com/?p=4293',0,'revision','',0),
(4294,3,'2025-02-01 00:31:31','2025-02-01 00:31:31','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<div id=\"pl-41\"  class=\"panel-layout\" ><div id=\"pg-41-0\"  class=\"panel-grid panel-has-style\"  data-style=\"{&quot;background_display&quot;:&quot;tile&quot;,&quot;full_height&quot;:&quot;&quot;,&quot;cell_alignment&quot;:&quot;flex-start&quot;,&quot;top-padding&quot;:&quot;25px&quot;,&quot;bottom-padding&quot;:&quot;25px&quot;,&quot;mobile-padding&quot;:&quot;25px&quot;,&quot;overlay&quot;:&quot;&quot;,&quot;overlay_color&quot;:&quot;#000000&quot;,&quot;fullscreen_mode&quot;:&quot;&quot;}\" ><div style=\"padding-top: 25px; padding-bottom: 25px; \" data-mobile-padding=\"25px\" data-overlay-color=\"#000000\" class=\"panel-row-style panel-row-style-for-41-0\" ><div id=\"pgc-41-0-0\"  class=\"panel-grid-cell\"  data-weight=\"1\" ><div id=\"panel-41-0-0-0\" class=\"so-panel widget widget_custom_html panel-first-child\" data-index=\"0\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;background_image_size&quot;:&quot;full&quot;,&quot;border_thickness&quot;:&quot;1px&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-41-0-0-0\" >[siteorigin_widget class=\"WP_Widget_Custom_HTML\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;title&quot;:&quot;&quot;,&quot;content&quot;:&quot;&lt;div id=\\&quot;top\\&quot;&gt;&lt;\\/div&gt;&quot;,&quot;id&quot;:&quot;custom_html-4110000&quot;,&quot;option_name&quot;:&quot;widget_custom_html&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;custom_html-4110000&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-41-0-0-0\\&quot; class=\\&quot;so-panel widget widget_custom_html panel-first-child\\&quot; data-index=\\&quot;0\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;background_image_size&amp;quot;:&amp;quot;full&amp;quot;,&amp;quot;border_thickness&amp;quot;:&amp;quot;1px&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-41-0-0-0\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-0&quot;}}\" />[/siteorigin_widget]</div></div><div id=\"panel-41-0-0-1\" class=\"so-panel widget widget_evcalwidget_sc EvcalWidget_SC panel-last-child\" data-index=\"1\" data-style=\"{&quot;background_image_attachment&quot;:false,&quot;background_display&quot;:&quot;tile&quot;,&quot;content_alignment&quot;:&quot;left&quot;,&quot;title_color&quot;:&quot;#2d3142&quot;,&quot;headings_color&quot;:&quot;#2d3142&quot;}\" ><div style=\"text-align: left;\" data-title-color=\"#2d3142\" data-headings-color=\"#2d3142\" class=\"panel-widget-style panel-widget-style-for-41-0-0-1\" >[siteorigin_widget class=\"EvcalWidget_SC\"]<input type=\"hidden\" value=\"{&quot;instance&quot;:{&quot;evo_title&quot;:&quot;&quot;,&quot;evo_shortcodeW&quot;:&quot;[add_eventon_list show_et_ft_img=&#039;yes&#039; number_of_months=\\&quot;24\\&quot; hide_empty_months=\\&quot;yes\\&quot;  hide_past=\\&quot;yes\\&quot; show_year=\\&quot;yes\\&quot; tiles=\\&quot;no\\&quot;]\\n\\n&quot;,&quot;id&quot;:&quot;evcalwidget_sc-4110001&quot;,&quot;option_name&quot;:&quot;widget_evcalwidget_sc&quot;,&quot;so_sidebar_emulator_id&quot;:&quot;evcalwidget_sc-4110001&quot;},&quot;args&quot;:{&quot;before_widget&quot;:&quot;&lt;div id=\\&quot;panel-41-0-0-1\\&quot; class=\\&quot;so-panel widget widget_evcalwidget_sc EvcalWidget_SC panel-last-child\\&quot; data-index=\\&quot;1\\&quot; data-style=\\&quot;{&amp;quot;background_image_attachment&amp;quot;:false,&amp;quot;background_display&amp;quot;:&amp;quot;tile&amp;quot;,&amp;quot;content_alignment&amp;quot;:&amp;quot;left&amp;quot;,&amp;quot;title_color&amp;quot;:&amp;quot;#2d3142&amp;quot;,&amp;quot;headings_color&amp;quot;:&amp;quot;#2d3142&amp;quot;}\\&quot; &gt;&lt;div style=\\&quot;text-align: left;\\&quot; data-title-color=\\&quot;#2d3142\\&quot; data-headings-color=\\&quot;#2d3142\\&quot; class=\\&quot;panel-widget-style panel-widget-style-for-41-0-0-1\\&quot; &gt;&quot;,&quot;after_widget&quot;:&quot;&lt;\\/div&gt;&lt;\\/div&gt;&quot;,&quot;before_title&quot;:&quot;&lt;h3 class=\\&quot;widget-title\\&quot;&gt;&quot;,&quot;after_title&quot;:&quot;&lt;\\/h3&gt;&quot;,&quot;widget_id&quot;:&quot;widget-0-0-1&quot;}}\" />[/siteorigin_widget]</div></div></div></div></div></div>[/et_pb_text][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Upcoming Courses','','inherit','closed','closed','','41-revision-v1','','','2025-02-01 00:31:31','2025-02-01 00:31:31','',41,'https://staging.amtacshooting.com/?p=4294',0,'revision','',0),
(4295,3,'2025-02-01 00:32:50','2025-02-01 00:32:50','[et_pb_section admin_label=\"section\"]\n			[et_pb_row admin_label=\"row\"]\n				[et_pb_column type=\"4_4\"][et_pb_text admin_label=\"Text\"]<!-- wp:media-text {\"mediaId\":1950,\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-2-min-300x200.jpg\" alt=\"\" class=\"wp-image-1950 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-08-26-carbine-1-course-tx-led-by-david-acosta?affiliate=greenfield\"><strong>26 AUGUST 2023 - AMTAC SHOOTING CARBINE 1 COURSE LED BY DAVID ACOSTA</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1951,\"mediaLink\":\"https://www.amtacshooting.com/events/6-7-may-2023-amtac-shooting-integrated-combatives-course-led-by-david-acosta/david-a-pic-3-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-3-min-1024x863.jpg\" alt=\"\" class=\"wp-image-1951 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-08-27-pistolcombatives-1-course-tx-led-by-david-acosta?affiliate=greenfield\"><strong>27 AUGUST 2023 - AMTAC SHOOTING PISTOL/COMBATIVES 1 COURSE LED BY DAVID ACOSTA</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1325,\"mediaLink\":\"https://www.amtacshooting.com/carbine_header-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2019/03/carbine_header-min.jpg\" alt=\"\" class=\"wp-image-1325 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-09-19-combative-carbine-course-id?affiliate=greenfield\"><strong>19-20 SEPTEMBER 2023 - AMTAC SHOOTING COMBATIVE CARBINE COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1698,\"mediaLink\":\"https://www.amtacshooting.com/bill-walther-pistol-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Bill-Walther-Pistol-min-1024x576.jpg\" alt=\"Bill Walther Pistol\" class=\"wp-image-1698 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-09-21-advance-responsible-armed-citizen-arac-course-south-id?affiliate=greenfield\"><strong>21-22 SEPTEMBER 2023 - AMTAC SHOOTING ADVANCED RESPONSIBLE ARMED CITIZEN (ARAC) COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1763,\"mediaLink\":\"https://www.amtacshooting.com/events/https-amtacshooting-regfox-com-amtac-shooting-pistolcombatives-1-course-bryan-resnick/amtac-instructor-bryan-resnik-min-2/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1763 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-10-07-carbine-1-course-ga-led-by-bryan-resnick?affiliate=greenfield\"><strong>7 OCTOBER 2023 - AMTAC SHOOTING CARBINE 1 COURSE LED BY BRYAN RESNICK</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1698,\"mediaLink\":\"https://www.amtacshooting.com/bill-walther-pistol-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Bill-Walther-Pistol-min-1024x576.jpg\" alt=\"Bill Walther Pistol\" class=\"wp-image-1698 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-10-07-advanced-responsible-armed-citizen-arac-course-fl?affiliate=greenfield\"><strong>7-8 OCTOBER 2023 - AMTAC SHOOTING ADVANCED RESPONSIBLE ARMED CITIZEN (ARAC) COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1763,\"mediaLink\":\"https://www.amtacshooting.com/events/https-amtacshooting-regfox-com-amtac-shooting-pistolcombatives-1-course-bryan-resnick/amtac-instructor-bryan-resnik-min-2/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1763 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-10-08-pistolcombatives-1-course-ga-led-by-bryan-resnick?affiliate=greenfield\"><strong>8 OCTOBER 2023 - AMTAC SHOOTING PISTOL/COMBATIVES 1 COURSE LED BY BRYAN RESNICK</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1883,\"mediaLink\":\"https://www.amtacshooting.com/events/26-28-april-2023-tribe-centric-cqb-working-out-final-logistics-registration-will-be-available-soon/img-4327/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/10/IMG-4327-1024x768.jpg\" alt=\"\" class=\"wp-image-1883 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-10-18-the-amtac-shooting-tribe-centric-cqb-course-id?affiliate=greenfield\"><strong>18-20 OCTOBER 2023 - THE AMTAC SHOOTING TRIBE CENTRIC CQB COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1949,\"mediaLink\":\"https://www.amtacshooting.com/events/6-7-may-2023-amtac-shooting-integrated-combatives-course-led-by-david-acosta/david-a-pic-1-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-1-min-1024x683.jpg\" alt=\"\" class=\"wp-image-1949 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-10-21-carbine-1-course-tx-led-by-david-acosta?affiliate=greenfield\"><strong>21 OCTOBER 2023 - AMTAC SHOOTING CARBINE 1 COURSE LED BY DAVID ACOSTA</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1951,\"mediaLink\":\"https://www.amtacshooting.com/events/6-7-may-2023-amtac-shooting-integrated-combatives-course-led-by-david-acosta/david-a-pic-3-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-3-min-1024x863.jpg\" alt=\"\" class=\"wp-image-1951 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-10-22-pistolcombatives-1-course-tx-led-by-david-acosta?affiliate=greenfield\"><strong>22 OCTOBER 2023 - AMTAC SHOOTING PISTOL/COMBATIVES 1 COURSE LED BY DAVID ACOSTA</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":784,\"mediaLink\":\"https://www.amtacshooting.com/review-of-flir-thermosight-pro-pts233/img045/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG045.jpeg\" alt=\"\" class=\"wp-image-784 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-11-08-night-vision-course-id?affiliate=greenfield\"><strong>8-10 NOVEMBER 2023 - AMTAC SHOOTING NIGHT VISION COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1378,\"mediaLink\":\"https://www.amtacshooting.com/events/1-november-2019-amtac-shooting-3-combatives-seminar-kore-bjj/combatives-cropped/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2019/05/combatives-cropped.jpg\" alt=\"Combatives\" class=\"wp-image-1378 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-11-13-combatives-seminar-kore-bjj-ct?affiliate=greenfield\"><strong>13 NOVEMBER 2023 - AMTAC SHOOTING COMBATIVES SEMINAR (KORE BJJ)</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1698,\"mediaLink\":\"https://www.amtacshooting.com/bill-walther-pistol-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Bill-Walther-Pistol-min-1024x576.jpg\" alt=\"Bill Walther Pistol\" class=\"wp-image-1698 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-11-14-advanced-responsible-armed-citizen-arac-ct?affiliate=greenfield\"><strong>14-15 NOVEMBER 2023 - *SOLD OUT* AMTAC SHOOTING ADVANCED RESPONSIBLE ARMED CITIZEN (ARAC) COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1763,\"mediaLink\":\"https://www.amtacshooting.com/events/https-amtacshooting-regfox-com-amtac-shooting-pistolcombatives-1-course-bryan-resnick/amtac-instructor-bryan-resnik-min-2/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1763 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><strong><a href=\"https://amtacshooting.regfox.com/2023-11-18-carbine-1-course-in-led-by-bryan-resnick?affiliate=greenfield\">18 NOVEMBER 2023 - AMTAC SHOOTING CARBINE 1 COURSE LED BY BRYAN RESNICK</a></strong></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1763,\"mediaLink\":\"https://www.amtacshooting.com/events/https-amtacshooting-regfox-com-amtac-shooting-pistolcombatives-1-course-bryan-resnick/amtac-instructor-bryan-resnik-min-2/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1763 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-11-19-pistolcombatives-1-course-in-led-by-bryan-resnick?affiliate=greenfield\"><strong>19 NOVEMBER 2023 - AMTAC SHOOTING PISTOL/COMBATIVES 1 COURSE LED BY BRYAN RESNICK</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":2123,\"mediaLink\":\"https://www.amtacshooting.com/?attachment_id=2123\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/07/20230706_140101-min-cropped-1024x884.jpg\" alt=\"\" class=\"wp-image-2123 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-12-04-pistol-combatives-and-medical-course-ca?affiliate=greenfield\"><strong>4 DECEMBER 2023 - AMTAC SHOOTING PISTOL COMBATIVES AND MEDICAL COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:media-text {\"mediaId\":1698,\"mediaLink\":\"https://www.amtacshooting.com/bill-walther-pistol-min/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Bill-Walther-Pistol-min-1024x576.jpg\" alt=\"Bill Walther Pistol\" class=\"wp-image-1698 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph {\"placeholder\":\"Content…\"} -->\n<p><a href=\"https://amtacshooting.regfox.com/2023-12-5-advanced-responsible-armed-citizen-arac-ca?affiliate=greenfield\"><strong>5-6 DECEMBER 2023 - AMTAC SHOOTING ADVANCED RESPONSIBLE ARMED CITIZEN (ARAC) COURSE</strong></a></p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->[/et_pb_text][/et_pb_column]\n			[/et_pb_row]\n		[/et_pb_section]','Amtac Shooting Courses for 2023','','inherit','closed','closed','','2085-revision-v1','','','2025-02-01 00:32:50','2025-02-01 00:32:50','',2085,'https://staging.amtacshooting.com/?p=4295',0,'revision','',0),
(4297,3,'2025-02-01 00:53:34','2025-02-01 00:53:34','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"3_5,2_5\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- wp:heading {\"level\":3} -->\n<h3>Bill Rapier</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\" alt=\"Walther Pistol Bill\" class=\"wp-image-1697\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:pullquote -->\n<figure class=\"wp-block-pullquote\"><blockquote><p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p></blockquote></figure>\n<!-- /wp:pullquote -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>David Acosta</h3>\n<!-- /wp:heading -->\n\n<!-- wp:media-text {\"mediaId\":1717,\"mediaLink\":\"https://www.amtacshooting.com/amtac-shooting-instructors/amtac-instructor-david-acosta/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg\" alt=\"\" class=\"wp-image-1717 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p>&nbsp;David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an under-cover capacity for both state and federal investigations.&nbsp;</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader and team leader. While there he was the primary marksmanship and tactics instructor for the team.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their&nbsp; Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words... “Performance parallels preparation.”</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\"/><figcaption>David Acosta and Bill Rapier</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Bryan Resnick</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\"/><figcaption>Kevin Kelly, Colin Quirk, Bill Rapier, Bryan Resnick and Frank Windell</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1726,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1726\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption\">Bryan \"Res\" Resnick</figcaption></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>David Cagle</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\" alt=\"\" class=\"wp-image-1736\"/><figcaption>David Cagle</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Kevin Kelly</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kevin is a US Army Veteran. After his time as a soldier, he served his community as Firefighter/ EMT. He is a lifelong student of combatives and has trained under some of the best instructors in their fields. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ  under Mike Fernandez, boxed out of TMX boxing under Marty Mcdonough, he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier and Frank ‘Northman” Windell. He studied mindset, tactics and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevin owns Winning Deadly Encounters, a force on force facility that provides a venue for people of all levels to test their skills against armed and trained roll players, a program that was started with the help of the late Frank “Northman’ Windell and Bryan Resnick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also the head combatives instructor for the East Coast Division of Father Son Ministry, a program that teaches young men to shoot and fight to allow them to be God’s instruments to protect their families. Kevin is a solid believer and is devoted to bringing up his family in a way that honors the Lord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption\">Kevin Kelly and Bill Rapier</figcaption></figure>\n<!-- /wp:gallery -->[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Amtac Shooting Instructors','','inherit','closed','closed','','1686-revision-v1','','','2025-02-01 00:53:34','2025-02-01 00:53:34','',1686,'https://staging.amtacshooting.com/?p=4297',0,'revision','',0),
(4298,3,'2025-02-01 00:54:39','2025-02-01 00:54:39','','image','','inherit','open','closed','','image','','','2025-02-01 00:54:39','2025-02-01 00:54:39','',1686,'https://staging.amtacshooting.com/wp-content/uploads/2025/02/image.jpeg',0,'attachment','image/jpeg',0),
(4299,3,'2025-02-01 00:54:57','2025-02-01 00:54:57','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"3_5,2_5\" sticky_enabled=\"0\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- wp:heading {\"level\":3} -->\n<h3>Bill Rapier</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\" alt=\"Walther Pistol Bill\" class=\"wp-image-1697\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:pullquote -->\n<figure class=\"wp-block-pullquote\"><blockquote><p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p></blockquote></figure>\n<!-- /wp:pullquote -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>David Acosta</h3>\n<!-- /wp:heading -->\n\n<!-- wp:media-text {\"mediaId\":1717,\"mediaLink\":\"https://www.amtacshooting.com/amtac-shooting-instructors/amtac-instructor-david-acosta/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg\" alt=\"\" class=\"wp-image-1717 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p>&nbsp;David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an under-cover capacity for both state and federal investigations.&nbsp;</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader and team leader. While there he was the primary marksmanship and tactics instructor for the team.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their&nbsp; Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words... “Performance parallels preparation.”</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\"/><figcaption>David Acosta and Bill Rapier</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Bryan Resnick</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\"/><figcaption>Kevin Kelly, Colin Quirk, Bill Rapier, Bryan Resnick and Frank Windell</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1726,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1726\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption\">Bryan \"Res\" Resnick</figcaption></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>David Cagle</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\" alt=\"\" class=\"wp-image-1736\"/><figcaption>David Cagle</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Kevin Kelly</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kevin is a US Army Veteran. After his time as a soldier, he served his community as Firefighter/ EMT. He is a lifelong student of combatives and has trained under some of the best instructors in their fields. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ  under Mike Fernandez, boxed out of TMX boxing under Marty Mcdonough, he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier and Frank ‘Northman” Windell. He studied mindset, tactics and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevin owns Winning Deadly Encounters, a force on force facility that provides a venue for people of all levels to test their skills against armed and trained roll players, a program that was started with the help of the late Frank “Northman’ Windell and Bryan Resnick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also the head combatives instructor for the East Coast Division of Father Son Ministry, a program that teaches young men to shoot and fight to allow them to be God’s instruments to protect their families. Kevin is a solid believer and is devoted to bringing up his family in a way that honors the Lord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption\">Kevin Kelly and Bill Rapier</figcaption></figure>\n<!-- /wp:gallery -->[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" theme_builder_area=\"post_content\" _builder_version=\"4.27.2\" _module_preset=\"default\"][/et_pb_section]','Amtac Shooting Instructors','','inherit','closed','closed','','1686-revision-v1','','','2025-02-01 00:54:57','2025-02-01 00:54:57','',1686,'https://staging.amtacshooting.com/?p=4299',0,'revision','',0),
(4301,0,'2025-02-28 12:13:27','2025-02-28 12:13:27','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','0e865c6903af42f3dcabfcb840bc50ff','','','2025-02-28 12:13:27','2025-02-28 12:13:27','',0,'https://staging.amtacshooting.com/2025/02/28/0e865c6903af42f3dcabfcb840bc50ff/',0,'oembed_cache','',0),
(4302,0,'2025-02-28 12:13:27','2025-02-28 12:13:27','<iframe title=\"Bill Rapier - Navy Seal drops mindset bomb\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/yELsaqTI2lU?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','4fba4142151c2bcea6beea6ab24d2a7a','','','2025-02-28 12:13:27','2025-02-28 12:13:27','',0,'https://staging.amtacshooting.com/2025/02/28/4fba4142151c2bcea6beea6ab24d2a7a/',0,'oembed_cache','',0),
(4303,0,'2025-02-28 12:13:27','2025-02-28 12:13:27','<iframe title=\"BILL RAPIER - UNDERSTANDING THE REACTIONARY GAP\" width=\"1080\" height=\"810\" src=\"https://www.youtube.com/embed/0Meb6wxiwNc?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','b0e5491151406b43c38a30326f452b76','','','2025-02-28 12:13:27','2025-02-28 12:13:27','',0,'https://staging.amtacshooting.com/2025/02/28/b0e5491151406b43c38a30326f452b76/',0,'oembed_cache','',0),
(4304,0,'2025-02-28 12:13:27','2025-02-28 12:13:27','<iframe title=\"AMTAC Shooting Night Vision Course\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/NqHJ1uuFfY4?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','677f12499917cda0621baf34967b3888','','','2025-02-28 12:13:27','2025-02-28 12:13:27','',0,'https://staging.amtacshooting.com/2025/02/28/677f12499917cda0621baf34967b3888/',0,'oembed_cache','',0),
(4305,0,'2025-02-28 12:13:27','2025-02-28 12:13:27','<iframe title=\"How to Defend Against a Carjacker: A Navy SEAL&#039;s Advice\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/gAgqyXQzwnU?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','e4f9d5609e5552546d7946d2acfc3088','','','2025-02-28 12:13:27','2025-02-28 12:13:27','',0,'https://staging.amtacshooting.com/2025/02/28/e4f9d5609e5552546d7946d2acfc3088/',0,'oembed_cache','',0),
(4306,0,'2025-02-28 12:13:27','2025-02-28 12:13:27','<iframe title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','c2ab6f90f148294c7a668f820966614e','','','2025-02-28 12:13:27','2025-02-28 12:13:27','',0,'https://staging.amtacshooting.com/2025/02/28/c2ab6f90f148294c7a668f820966614e/',0,'oembed_cache','',0),
(4307,0,'2025-02-28 12:13:27','2025-02-28 12:13:27','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','e9b8868966ce318d8b381cd3ba4a8336','','','2025-02-28 12:13:27','2025-02-28 12:13:27','',0,'https://staging.amtacshooting.com/2025/02/28/e9b8868966ce318d8b381cd3ba4a8336/',0,'oembed_cache','',0),
(4308,0,'2025-02-28 12:13:27','2025-02-28 12:13:27','<iframe title=\"AMTAC Shooting: Jiu Jitsu and Pistol Course\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/W9_z5BEHHMY?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','661c3fa7e464f16aa0a7d1cd261e5961','','','2025-02-28 12:13:27','2025-02-28 12:13:27','',0,'https://staging.amtacshooting.com/2025/02/28/661c3fa7e464f16aa0a7d1cd261e5961/',0,'oembed_cache','',0),
(4309,0,'2025-02-28 12:13:27','2025-02-28 12:13:27','<iframe title=\"AMTAC Shooting: Intro to Winter Skills\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/qHMSC0AYZjQ?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','452b20ad229bbc9d7bc0eca6a6c3c567','','','2025-02-28 12:13:27','2025-02-28 12:13:27','',0,'https://staging.amtacshooting.com/2025/02/28/452b20ad229bbc9d7bc0eca6a6c3c567/',0,'oembed_cache','',0),
(4310,0,'2025-02-28 12:13:27','2025-02-28 12:13:27','<iframe title=\"6 Pistol Tips from ex-Navy SEAL, Bill Rapier\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/gH01sQ2D1So?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','d2ad76a8411444de76b72ed4f695f5cf','','','2025-02-28 12:13:27','2025-02-28 12:13:27','',0,'https://staging.amtacshooting.com/2025/02/28/d2ad76a8411444de76b72ed4f695f5cf/',0,'oembed_cache','',0),
(4311,0,'2025-02-28 12:13:28','2025-02-28 12:13:28','<iframe title=\"Mounting a Scope with AMTAC Shooting\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/F1gGTR5WGN8?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','6843c1fc76396ffd2d3587af878bf844','','','2025-02-28 12:13:28','2025-02-28 12:13:28','',0,'https://staging.amtacshooting.com/2025/02/28/6843c1fc76396ffd2d3587af878bf844/',0,'oembed_cache','',0),
(4312,0,'2025-02-28 12:13:28','2025-02-28 12:13:28','<iframe title=\"Pistol &amp; Blades with AMTAC Shooting and Tom Kier\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/UnoguGoSNIk?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','6583a14b0b76a5dee19f4e5c630d4550','','','2025-02-28 12:13:28','2025-02-28 12:13:28','',0,'https://staging.amtacshooting.com/2025/02/28/6583a14b0b76a5dee19f4e5c630d4550/',0,'oembed_cache','',0),
(4313,0,'2025-02-28 12:13:28','2025-02-28 12:13:28','<iframe title=\"Retired Navy SEAL Bill Rapier&#039;s Force on Force Class Review\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/6Z_NrLLZXRI?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','909c68230e8afd48d2b75ea2f60fb843','','','2025-02-28 12:13:28','2025-02-28 12:13:28','',0,'https://staging.amtacshooting.com/2025/02/28/909c68230e8afd48d2b75ea2f60fb843/',0,'oembed_cache','',0),
(4314,0,'2025-02-28 12:13:28','2025-02-28 12:13:28','<iframe title=\"Battle of the Bills\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/8fr-jGkSs0M?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','4cee970577b8f75997662ec9b66380aa','','','2025-02-28 12:13:28','2025-02-28 12:13:28','',0,'https://staging.amtacshooting.com/2025/02/28/4cee970577b8f75997662ec9b66380aa/',0,'oembed_cache','',0),
(4315,0,'2025-02-28 12:13:28','2025-02-28 12:13:28','<iframe title=\"Surefire Battle of the Bills! | CQB &amp; Self Defense Training\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/qy1R-Q8GZ1I?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','0e103f6ab0ebaeba3c74089063449b00','','','2025-02-28 12:13:28','2025-02-28 12:13:28','',0,'https://staging.amtacshooting.com/2025/02/28/0e103f6ab0ebaeba3c74089063449b00/',0,'oembed_cache','',0),
(4316,0,'2025-02-28 12:13:28','2025-02-28 12:13:28','<iframe title=\"You Aren&#039;t Ready - Battle of the Bills - Surefire\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/7It3Eq5ttE8?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','16e72f42d1b03bbffbd4d893a0ea797e','','','2025-02-28 12:13:28','2025-02-28 12:13:28','',0,'https://staging.amtacshooting.com/2025/02/28/16e72f42d1b03bbffbd4d893a0ea797e/',0,'oembed_cache','',0),
(4317,0,'2025-02-28 12:13:28','2025-02-28 12:13:28','<iframe title=\"Modern Minuteman Course 2022 by AMTAC Training\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/97dTAWhvlZc?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','0bd5de67f383be4424e9375157749c1f','','','2025-02-28 12:13:28','2025-02-28 12:13:28','',0,'https://staging.amtacshooting.com/2025/02/28/0bd5de67f383be4424e9375157749c1f/',0,'oembed_cache','',0),
(4318,0,'2025-02-28 12:13:28','2025-02-28 12:13:28','<iframe title=\"Cover, Concealment &amp; Shooting Through Obstructions\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/K4ZWFRRBOdc?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','c393666cc18c5628def84cfb7d73b73c','','','2025-02-28 12:13:28','2025-02-28 12:13:28','',0,'https://staging.amtacshooting.com/2025/02/28/c393666cc18c5628def84cfb7d73b73c/',0,'oembed_cache','',0),
(4319,0,'2025-02-28 12:13:28','2025-02-28 12:13:28','<iframe title=\"HUNT LIKE A MARKSMAN w/ BILL RAPIER\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/G_CMC69ryiY?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','fa2a022b74af495ef358f000d281effc','','','2025-02-28 12:13:28','2025-02-28 12:13:28','',0,'https://staging.amtacshooting.com/2025/02/28/fa2a022b74af495ef358f000d281effc/',0,'oembed_cache','',0),
(4320,0,'2025-02-28 12:13:28','2025-02-28 12:13:28','<iframe title=\"Tim Larkin PROT3CT #21 - Bill Rapier (Pt 1)\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/M67PMNs6Iio?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','0a6d5e7dbf25560eaa0bbd03344c75be','','','2025-02-28 12:13:28','2025-02-28 12:13:28','',0,'https://staging.amtacshooting.com/2025/02/28/0a6d5e7dbf25560eaa0bbd03344c75be/',0,'oembed_cache','',0),
(4321,0,'2025-02-28 12:13:28','2025-02-28 12:13:28','<iframe title=\"Bill Rapier would scare JOHN WICK back into retirement-Can You Survive This Podcast w/ Clint Emerson\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/9a-0ZGWNdO4?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','2516d1a60c6a4233f4770d4ac105827b','','','2025-02-28 12:13:28','2025-02-28 12:13:28','',0,'https://staging.amtacshooting.com/2025/02/28/2516d1a60c6a4233f4770d4ac105827b/',0,'oembed_cache','',0),
(4322,0,'2025-02-28 12:13:28','2025-02-28 12:13:28','<iframe title=\"BILL RAPIER | Serving Christ While Killing for Uncle Sam (Ep. 314)\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/BC9jO5XDBWA?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','89c011ba6af9dfef5749831450a35aee','','','2025-02-28 12:13:28','2025-02-28 12:13:28','',0,'https://staging.amtacshooting.com/2025/02/28/89c011ba6af9dfef5749831450a35aee/',0,'oembed_cache','',0),
(4323,0,'2025-02-28 12:13:28','2025-02-28 12:13:28','<iframe title=\"Navy SEAL Bill Rapier: Getting Right With Christ, Dying Well &amp; The AMTAC Mindset\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/C5nFBk5oB68?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','2ede42dea8e5e2be4dd17b8b4a6b0395','','','2025-02-28 12:13:28','2025-02-28 12:13:28','',0,'https://staging.amtacshooting.com/2025/02/28/2ede42dea8e5e2be4dd17b8b4a6b0395/',0,'oembed_cache','',0),
(4324,0,'2025-02-28 12:13:28','2025-02-28 12:13:28','<iframe title=\"A Warrior Mindset W/Former DEVGRU Operator Bill Rapier\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/oQoR9yCK5x8?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','24719d872eef4b49a5b9bc8f078a29df','','','2025-02-28 12:13:28','2025-02-28 12:13:28','',0,'https://staging.amtacshooting.com/2025/02/28/24719d872eef4b49a5b9bc8f078a29df/',0,'oembed_cache','',0),
(4325,0,'2025-02-28 12:13:29','2025-02-28 12:13:29','<iframe title=\"Sling&#039;N Lead Podcast: Episode 76 Bill Rapier Combat Carbine\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/ReLQlT-qw2Q?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','33ab3867ab2bfc57356a4badf60be705','','','2025-02-28 12:13:29','2025-02-28 12:13:29','',0,'https://staging.amtacshooting.com/2025/02/28/33ab3867ab2bfc57356a4badf60be705/',0,'oembed_cache','',0),
(4326,0,'2025-02-28 12:13:29','2025-02-28 12:13:29','<iframe title=\"Navy SEAL Legend Bill Rapier Reveals How To Defeat Terrorism\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/hHwbgriBmbk?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','d3879b3a4c458008f9973fe5c0f52c37','','','2025-02-28 12:13:29','2025-02-28 12:13:29','',0,'https://staging.amtacshooting.com/2025/02/28/d3879b3a4c458008f9973fe5c0f52c37/',0,'oembed_cache','',0),
(4327,0,'2025-02-28 12:13:29','2025-02-28 12:13:29','<iframe title=\"Live Q or Die Podcast - Episode 65 - Bill Rapier - Knives for Hands\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/Zw-yb08JFW8?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','6b163f2938c89009f84cb8dec1db9a1a','','','2025-02-28 12:13:29','2025-02-28 12:13:29','',0,'https://staging.amtacshooting.com/2025/02/28/6b163f2938c89009f84cb8dec1db9a1a/',0,'oembed_cache','',0),
(4328,0,'2025-02-28 12:13:29','2025-02-28 12:13:29','<iframe title=\"Bill Rapier “Amtac Shooting”\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/yIJRU6NOGKE?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','0a92db378c2d6c848b6403d4f88374c3','','','2025-02-28 12:13:29','2025-02-28 12:13:29','',0,'https://staging.amtacshooting.com/2025/02/28/0a92db378c2d6c848b6403d4f88374c3/',0,'oembed_cache','',0),
(4329,0,'2025-02-28 12:13:29','2025-02-28 12:13:29','<iframe title=\"Guns, God, &amp; AMTAC Knives | Mike Drop CLIPS - Episode 68\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/NxPd3rvKFRg?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','272653e48c8b6ba5e0b5d417ae2b51b7','','','2025-02-28 12:13:29','2025-02-28 12:13:29','',0,'https://staging.amtacshooting.com/2025/02/28/272653e48c8b6ba5e0b5d417ae2b51b7/',0,'oembed_cache','',0),
(4331,10,'2025-04-01 16:16:00','2025-04-01 16:16:00','','Upcoming Courses','','publish','closed','closed','','upcoming-courses','','','2025-04-01 16:16:00','2025-04-01 16:16:00','',0,'https://staging.amtacshooting.com/2025/04/01/upcoming-courses/',2,'nav_menu_item','',0),
(4333,10,'2025-04-17 20:56:10','2025-04-01 16:16:00',' ','','','publish','closed','closed','','4333','','','2025-04-17 20:56:10','2025-04-17 20:56:10','',0,'https://staging.amtacshooting.com/2025/04/01/4333/',13,'nav_menu_item','',0),
(4334,10,'2025-04-01 16:23:49','2025-04-01 16:23:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/amtac_vector_logo_colorcmyk-scaled-1.jpg\" alt=\"Amtac Shooting Logo\" title_text=\"amtac_vector_logo_colorcmyk\" align=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"200px\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"]<p>© 2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3010-revision-v1','','','2025-04-01 16:23:49','2025-04-01 16:23:49','',3010,'https://staging.amtacshooting.com/?p=4334',0,'revision','',0),
(4336,10,'2025-04-01 16:23:49','2025-04-01 16:23:49','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"50\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"22,21,16\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2025-04-01 16:23:49','2025-04-01 16:23:49','',81,'https://staging.amtacshooting.com/?p=4336',0,'revision','',0),
(4337,10,'2025-04-01 16:25:11','2025-04-01 16:25:11','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" hover_enabled=\"0\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\" sticky_enabled=\"0\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"50\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"22,21,16\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" hover_enabled=\"0\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2025-04-01 16:25:11','2025-04-01 16:25:11','',81,'https://staging.amtacshooting.com/?p=4337',0,'revision','',0),
(4339,10,'2025-04-01 16:34:17','2025-04-01 16:34:17','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||48px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\"><span>Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. Combatives courses will teach you how to integrate empty-hand techniques with blades, improvised weapons, and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. These are a physically demanding, hands-on courses that will elevate your situational awareness and shooting/ fighting ability to the next level.</span></span></p>\n<p>These courses cover topics such as:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>mindset</li>\n<li>concealed draw stroke</li>\n<li>combative weapons retention shooting</li>\n<li>blade selection</li>\n<li>blade deployment and targeting</li>\n<li>striking and transitions from striking/ blade use to pistol deployment.</li>\n<li>Incorporate challenging force on force drills using airsoft tools</li>\n<li><span>strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principles into real life application</span></li>\n</ul>\n</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Combatives Courses</h5>[/et_pb_text][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" locked=\"off\" event_selection=\"custom_event\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" included_categories=\"94,96,97,98,99,100,102,104,106,111,112,103,119,177,167,152,155,154,160,175,138,137,170,165,174,140,162,172,144,125\"][/decm_event_display][diec_event_carousel show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_weburl=\"off\" show_data_one_line=\"on\" event_count=\"20\" included_categories=\"94,96,97,98,99,100,102,104,106,111,112,103,119,177,167,152,155,154,160,175,138,137,170,165,174,140,162,172,144,125,169\" columns=\"4\" align=\"center\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" link_option_url_new_window=\"on\" hover_enabled=\"0\" border_width_all_thumbnail_border=\"0px\" border_width_all_event_border=\"0px\" sticky_enabled=\"0\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22,%22view_more_text_color%22%93}\" event_selection=\"custom_event\" show_virtual_event=\"on\" recurrence_number=\"6\" show_detail=\"off\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Combatives','','inherit','closed','closed','','3399-revision-v1','','','2025-04-01 16:34:17','2025-04-01 16:34:17','',3399,'https://staging.amtacshooting.com/?p=4339',0,'revision','',0),
(4340,10,'2025-04-01 16:37:47','2025-04-01 16:37:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||48px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\"><span>Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. Combatives courses will teach you how to integrate empty-hand techniques with blades, improvised weapons, and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. These are a physically demanding, hands-on courses that will elevate your situational awareness and shooting/ fighting ability to the next level.</span></span></p>\n<p>These courses cover topics such as:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>mindset</li>\n<li>concealed draw stroke</li>\n<li>combative weapons retention shooting</li>\n<li>blade selection</li>\n<li>blade deployment and targeting</li>\n<li>striking and transitions from striking/ blade use to pistol deployment.</li>\n<li>Incorporate challenging force on force drills using airsoft tools</li>\n<li><span>strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principles into real life application</span></li>\n</ul>\n</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Combatives Courses</h5>[/et_pb_text][decm_event_display event_selection=\"custom_event\" included_categories=\"94,96,97,98,99,100,102,104,106,111,112,103,119,177,167,152,155,154,160,175,138,137,170,165,174,140,162,172,144,125\" show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" locked=\"off\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\"][/decm_event_display][diec_event_carousel show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_detail=\"off\" show_data_one_line=\"on\" event_count=\"20\" included_categories=\"94,96,97,98,99,100,102,104,106,111,112,103,119,177,167,152,155,154,160,175,138,137,170,165,174,140,162,172,144,125,169\" columns=\"4\" align=\"center\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" link_option_url_new_window=\"on\" hover_enabled=\"0\" border_width_all_thumbnail_border=\"0px\" border_width_all_event_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22,%22view_more_text_color%22%93}\" background_color=\"RGBA(255,255,255,0)\" excerpt_length=\"2000\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Combatives','','inherit','closed','closed','','3399-revision-v1','','','2025-04-01 16:37:47','2025-04-01 16:37:47','',3399,'https://staging.amtacshooting.com/?p=4340',0,'revision','',0),
(4341,10,'2025-04-01 16:39:07','2025-04-01 16:39:07','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||48px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\"><span>Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. Combatives courses will teach you how to integrate empty-hand techniques with blades, improvised weapons, and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. These are a physically demanding, hands-on courses that will elevate your situational awareness and shooting/ fighting ability to the next level.</span></span></p>\n<p>Combatives courses cover topics such as:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>mindset</li>\n<li>concealed draw stroke</li>\n<li>combative weapons retention shooting</li>\n<li>blade selection</li>\n<li>blade deployment and targeting</li>\n<li>striking and transitions from striking/ blade use to pistol deployment.</li>\n<li>Incorporate challenging force on force drills using airsoft tools</li>\n<li><span>strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principles into real life application</span></li>\n</ul>\n</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Combatives Courses</h5>[/et_pb_text][decm_event_display event_selection=\"custom_event\" included_categories=\"94,96,97,98,99,100,102,104,106,111,112,103,119,177,167,152,155,154,160,175,138,137,170,165,174,140,162,172,144,125\" show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" locked=\"off\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\"][/decm_event_display][diec_event_carousel show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_detail=\"off\" show_data_one_line=\"on\" event_count=\"20\" included_categories=\"94,96,97,98,99,100,102,104,106,111,112,103,119,177,167,152,155,154,160,175,138,137,170,165,174,140,162,172,144,125,169\" excerpt_length=\"2000\" columns=\"4\" align=\"center\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" link_option_url_new_window=\"on\" border_width_all_thumbnail_border=\"0px\" border_width_all_event_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22,%22view_more_text_color%22%93}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Combatives','','inherit','closed','closed','','3399-revision-v1','','','2025-04-01 16:39:07','2025-04-01 16:39:07','',3399,'https://staging.amtacshooting.com/?p=4341',0,'revision','',0),
(4343,10,'2025-04-01 16:43:09','2025-04-01 16:43:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||48px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\"><span>Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. Combatives courses will teach you how to integrate empty-hand techniques with blades, improvised weapons, and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. These are a physically demanding, hands-on courses that will elevate your situational awareness and shooting/ fighting ability to the next level.</span></span></p>\n<p>Combatives courses cover topics such as:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>mindset</li>\n<li>concealed draw stroke</li>\n<li>combative weapons retention shooting</li>\n<li>blade selection</li>\n<li>blade deployment and targeting</li>\n<li>striking and transitions from striking/ blade use to pistol deployment.</li>\n<li>Incorporate challenging force on force drills using airsoft tools</li>\n<li><span>strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principles into real life application</span></li>\n</ul>\n</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Combatives Courses</h5>[/et_pb_text][decm_event_display event_selection=\"custom_event\" included_categories=\"94,96,97,98,99,100,102,104,106,111,112,103,119,177,167,152,155,154,160,175,138,137,170,165,174,140,162,172,144,125\" show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" locked=\"off\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" sticky_enabled=\"0\"][/decm_event_display][diec_event_carousel show_date=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_detail=\"off\" show_data_one_line=\"on\" event_count=\"20\" included_categories=\"94,96,97,98,99,100,102,104,106,111,112,103,119,177,167,152,155,154,160,175,138,137,170,165,174,140,162,172,144,125,169\" excerpt_length=\"2000\" columns=\"4\" align=\"center\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" width=\"100%\" max_width=\"100%\" module_alignment=\"center\" link_option_url_new_window=\"on\" hover_enabled=\"0\" border_width_all_thumbnail_border=\"0px\" border_width_all_event_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22,%22view_more_text_color%22%93}\" open_toggle_background_color=\"RGBA(255,255,255,0)\" cards_spacing=\"0px||||false|false\" event_inner_spacing=\"0px|0px|0px|0px|true|true\" sticky_enabled=\"0\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Combatives','','inherit','closed','closed','','3399-revision-v1','','','2025-04-01 16:43:09','2025-04-01 16:43:09','',3399,'https://staging.amtacshooting.com/?p=4343',0,'revision','',0),
(4344,10,'2025-04-01 16:47:43','2025-04-01 16:47:43','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" custom_padding=\"|||1px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" comments=\"off\" featured_placement=\"above\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><b> </b></p>\n<p>There are several options for Amtac Shooting Carbine courses. <span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">They go over:</span></p>\n<ul>\n<li style=\"text-align: left;\">When/why to have a carbine with you</li>\n<li style=\"text-align: left;\">How to stage it in your vehicle</li>\n<li style=\"text-align: left;\">Set up, zero and drill with your live weapon</li>\n<li style=\"text-align: left;\">Incorporate challenging force on force drills using airsoft tools</li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\">Carbine fundamentals and close-range manipulation</span></li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\"></span>Medium distance shooting</li>\n<li style=\"text-align: left;\">Transitioning from near to far targets</li>\n<li style=\"text-align: left;\">Intro to external ballistics</li>\n<li style=\"text-align: left;\">Understanding MOA’s and MRAD</li>\n<li style=\"text-align: left;\">Ballistic calculator use</li>\n<li style=\"text-align: left;\">Truing your rifle</li>\n</ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Carbine Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"93,94,95,110\" columns=\"4\" thumbnail_margin=\"0px||||false|false\" thumbnail_width=\"800px\" button_align=\"on\" show_arrows=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" hover_enabled=\"0\" border_width_all_thumbnail_border=\"0px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" sticky_enabled=\"0\"][/diec_event_carousel][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" locked=\"off\" event_selection=\"custom_event\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22,%22view_more_text_color%22%93}\" included_categories=\"93,94,95,110,163,177,148,145,175,138,137,170,176,101,135\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section]','Carbine','','inherit','closed','closed','','3379-revision-v1','','','2025-04-01 16:47:43','2025-04-01 16:47:43','',3379,'https://staging.amtacshooting.com/?p=4344',0,'revision','',0),
(4345,10,'2025-04-01 16:48:47','2025-04-01 16:48:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" custom_padding=\"|||1px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" comments=\"off\" featured_placement=\"above\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><b> </b></p>\n<p>There are several options for Amtac Shooting Carbine courses. <span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">They go over:</span></p>\n<ul>\n<li style=\"text-align: left;\">When/why to have a carbine with you</li>\n<li style=\"text-align: left;\">How to stage it in your vehicle</li>\n<li style=\"text-align: left;\">Set up, zero and drill with your live weapon</li>\n<li style=\"text-align: left;\">Incorporate challenging force on force drills using airsoft tools</li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\">Carbine fundamentals and close-range manipulation</span></li>\n<li style=\"text-align: left;\"><span style=\"font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\'; font-size: 14px;\"></span>Medium distance shooting</li>\n<li style=\"text-align: left;\">Transitioning from near to far targets</li>\n<li style=\"text-align: left;\">Intro to external ballistics</li>\n<li style=\"text-align: left;\">Understanding MOA’s and MRAD</li>\n<li style=\"text-align: left;\">Ballistic calculator use</li>\n<li style=\"text-align: left;\">Truing your rifle</li>\n</ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Carbine Courses</h5>[/et_pb_text][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" locked=\"off\" event_selection=\"custom_event\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22,%22view_more_text_color%22%93}\" included_categories=\"93,94,95,110,163,177,148,145,175,138,137,170,176,101,135\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section]','Carbine','','inherit','closed','closed','','3379-revision-v1','','','2025-04-01 16:48:47','2025-04-01 16:48:47','',3379,'https://staging.amtacshooting.com/?p=4345',0,'revision','',0),
(4346,10,'2025-04-01 16:50:02','2025-04-01 16:50:02','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" comments=\"off\" featured_placement=\"above\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>There are a variety of Amtac Shooting Pistol Courses, including pistol combatives and an assortment of combined skills.</p>\n<p>They contain these topics:</p>\n<ul>\n<li>mindset</li>\n<li>loading procedures</li>\n<li>concealed draw stroke</li>\n<li>combative weapons retention shooting</li>\n<li><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">striking and transitions from striking/ blade use to pistol deployment</span><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\"></span></li>\n<li><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">Pistol fundamentals</span></li>\n<li>Medium range shooting<b> </b>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Pistol Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" event_count=\"20\" included_categories=\"98,104,106,109,110,112\" columns=\"4\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\"][/diec_event_carousel][/et_pb_column][/et_pb_row][/et_pb_section]','Pistol','','inherit','closed','closed','','3374-revision-v1','','','2025-04-01 16:50:02','2025-04-01 16:50:02','',3374,'https://staging.amtacshooting.com/?p=4346',0,'revision','',0),
(4347,10,'2025-04-01 16:52:01','2025-04-01 16:52:01','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" comments=\"off\" featured_placement=\"above\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"||0px|||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>There are a variety of Amtac Shooting Pistol Courses, including pistol combatives and an assortment of combined skills.</p>\n<p>They contain these topics:</p>\n<ul>\n<li>mindset</li>\n<li>loading procedures</li>\n<li>concealed draw stroke</li>\n<li>combative weapons retention shooting</li>\n<li><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">striking and transitions from striking/ blade use to pistol deployment</span><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\"></span></li>\n<li><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\">Pistol fundamentals</span></li>\n<li>Medium range shooting<b> </b>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n</li>\n</ul>\n<ul></ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Pistol Courses</h5>[/et_pb_text][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" locked=\"off\" event_selection=\"custom_event\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22,%22view_more_text_color%22%93}\" included_categories=\"98,104,106,109,110,112,150,146,154,158,160,138,176,174,111\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section]','Pistol','','inherit','closed','closed','','3374-revision-v1','','','2025-04-01 16:52:01','2025-04-01 16:52:01','',3374,'https://staging.amtacshooting.com/?p=4347',0,'revision','',0),
(4348,10,'2025-04-01 16:54:11','2025-04-01 16:54:11','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>The purpose of our precision rifle course is to build men that are able able to shoot out to 600-700 yards, 1200-1400 yards and 1600-2000+ yards depending on weapons system.</p>\n<p>In order to reach proficiency in this goal, we will cover these topics during the course:</p>\n<ul>\n<li>Precision rifle shooting</li>\n<li>Setting up your rifle</li>\n<li>Understanding MOAs and mils</li>\n<li>Reading the wind</li>\n<li>Understanding shooter/spotter communication</li>\n<li>Using ballistic software</li>\n<li>Non standard shooting positions</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][diec_event_carousel show_venue=\"off\" show_name=\"off\" show_category=\"off\" show_weburl=\"off\" included_categories=\"113\" columns=\"4\" show_arrows=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"17px\" duration_font_size=\"14px\" excerpt_font_size=\"11px\" custom_view_more=\"on\" view_more_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" hover_enabled=\"0\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" sticky_enabled=\"0\"][/diec_event_carousel][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"5\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" locked=\"off\" event_selection=\"custom_event\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" included_categories=\"113,135,139\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section]','Precision Rifle','','inherit','closed','closed','','3252-revision-v1','','','2025-04-01 16:54:11','2025-04-01 16:54:11','',3252,'https://staging.amtacshooting.com/?p=4348',0,'revision','',0),
(4349,10,'2025-04-01 16:55:00','2025-04-01 16:55:00','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>The purpose of our precision rifle course is to build men that are able able to shoot out to 600-700 yards, 1200-1400 yards and 1600-2000+ yards depending on weapons system.</p>\n<p>In order to reach proficiency in this goal, we will cover these topics during the course:</p>\n<ul>\n<li>Precision rifle shooting</li>\n<li>Setting up your rifle</li>\n<li>Understanding MOAs and mils</li>\n<li>Reading the wind</li>\n<li>Understanding shooter/spotter communication</li>\n<li>Using ballistic software</li>\n<li>Non standard shooting positions</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"5\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" locked=\"off\" event_selection=\"custom_event\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" included_categories=\"113,135,139\" sticky_enabled=\"0\" result_message=\"There are no upcoming Precision Rifle courses right now\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section]','Precision Rifle','','inherit','closed','closed','','3252-revision-v1','','','2025-04-01 16:55:00','2025-04-01 16:55:00','',3252,'https://staging.amtacshooting.com/?p=4349',0,'revision','',0),
(4350,10,'2025-04-01 16:55:42','2025-04-01 16:55:42','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p>The purpose of our precision rifle course is to build men that are able able to shoot out to 600-700 yards, 1200-1400 yards and 1600-2000+ yards depending on weapons system.</p>\n<p>In order to reach proficiency in this goal, we will cover these topics during the course:</p>\n<ul>\n<li>Precision rifle shooting</li>\n<li>Setting up your rifle</li>\n<li>Understanding MOAs and mils</li>\n<li>Reading the wind</li>\n<li>Understanding shooter/spotter communication</li>\n<li>Using ballistic software</li>\n<li>Non standard shooting positions</li>\n</ul>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Precision Rifle Courses</h5>[/et_pb_text][decm_event_display event_selection=\"custom_event\" included_categories=\"113,135,139\" show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"5\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" locked=\"off\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section]','Precision Rifle','','inherit','closed','closed','','3252-revision-v1','','','2025-04-01 16:55:42','2025-04-01 16:55:42','',3252,'https://staging.amtacshooting.com/?p=4350',0,'revision','',0),
(4351,10,'2025-04-01 16:57:28','2025-04-01 16:57:28','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||4px||\" custom_padding=\"|||1px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" comments=\"off\" featured_placement=\"above\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><b> </b></p>\n<p>Winter weather courses are designed to teach you how to shoot, move and survive in a cold weather environment. </p>\n<p>The Winter Modern Minuteman course covers:</p>\n<ul>\n<li>carbine and pistol fundamentals</li>\n<li>navigation block focused on both map and compass and GPS use </li>\n<li>mindset talk and a short small unit tactics block</li>\n<li>The “Winter Modern Minuteman Competition”; this multi-hour shooting/ navigation and other skills competition will test your endurance and your ability to shoot, move and communicate.</li>\n</ul>\n<p>*For the Modern Minuteman competition, you will need a starting pack weight of at least 30lbs and no more than 40lbs. If you are running a plate carrier, your carrier weight will count toward your total.*</p>\n<p><strong>Prerequisites:</strong></p>\n<ul>\n<li>A base level of fitness; be able to walk 5 miles with a 30lbs pack</li>\n<li>Competent and 100% safe with pistol and carbine (you need to have completed a pistol and a carbine course with either myself, Kyle Defoor, Bill Blowers, Northern Red, or another reputable trainer (or have someone I know vouch for you — If you are not sure, contact me)</li>\n</ul>\n<ul></ul>\n<p>This is a physically demanding course that requires a baseline of fitness to participate.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Winter Courses</h5>[/et_pb_text][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" locked=\"off\" event_selection=\"custom_event\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\" included_categories=\"117,118\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section]','Winter Weather','','inherit','closed','closed','','3605-revision-v1','','','2025-04-01 16:57:28','2025-04-01 16:57:28','',3605,'https://staging.amtacshooting.com/?p=4351',0,'revision','',0),
(4353,10,'2025-04-01 17:00:07','2025-04-01 17:00:07','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_button=\"on\" sticky_enabled=\"0\" button_font=\"--et_global_body_font||||||||\" button_use_icon=\"off\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"50\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"22,21,16\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2025-04-01 17:00:07','2025-04-01 17:00:07','',81,'https://staging.amtacshooting.com/?p=4353',0,'revision','',0),
(4354,10,'2025-04-01 17:01:22','2025-04-01 17:01:22','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_button=\"on\" sticky_enabled=\"0\" button_font=\"--et_global_body_font||||||||\" button_bg_color=\"RGBA(255,255,255,0)\" button_bg_enable_color=\"on\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"50\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" hover_enabled=\"0\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"22,21,16\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2025-04-01 17:01:22','2025-04-01 17:01:22','',81,'https://staging.amtacshooting.com/?p=4354',0,'revision','',0),
(4355,10,'2025-04-01 17:02:16','2025-04-01 17:02:16','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_margin=\"|auto||48px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_post_title author=\"off\" featured_placement=\"above\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font_size=\"38px\" global_colors_info=\"{}\"][/et_pb_post_title][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" module_alignment=\"center\" custom_padding=\"||0px|||\" global_colors_info=\"{}\"]<p><span style=\"font-size: 14px; font-family: -apple-system, BlinkMacSystemFont, \'Segoe UI\', Roboto, \'Helvetica Neue\', Arial, \'Noto Sans\', sans-serif, \'Apple Color Emoji\', \'Segoe UI Emoji\', \'Segoe UI Symbol\', \'Noto Color Emoji\';\"><span>Most “gun guys” think that when faced with a situation that requires deadly force the answer is always “gun”. The reality is that this line of thinking is likely to get you killed. Combatives courses will teach you how to integrate empty-hand techniques with blades, improvised weapons, and firearms. You will learn to fluidly transition from one tool to the next based on what is situationally appropriate. These are a physically demanding, hands-on courses that will elevate your situational awareness and shooting/ fighting ability to the next level.</span></span></p>\n<p>Combatives courses cover topics such as:</p>\n<ul>\n<li style=\"list-style-type: none;\">\n<ul>\n<li>mindset</li>\n<li>concealed draw stroke</li>\n<li>combative weapons retention shooting</li>\n<li>blade selection</li>\n<li>blade deployment and targeting</li>\n<li>striking and transitions from striking/ blade use to pistol deployment.</li>\n<li>Incorporate challenging force on force drills using airsoft tools</li>\n<li><span>strategy and applying BJJ, wrestling, Thai Boxing, Boxing and Sayoc Kali principles into real life application</span></li>\n</ul>\n</li>\n</ul>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<h5>Upcoming Combatives Courses</h5>[/et_pb_text][decm_event_display event_selection=\"custom_event\" included_categories=\"94,96,97,98,99,100,102,104,106,111,112,103,119,177,167,152,155,154,160,175,138,137,170,165,174,140,162,172,144,125\" show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" locked=\"off\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22view_more_text_color%22%93}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section]','Combatives','','inherit','closed','closed','','3399-revision-v1','','','2025-04-01 17:02:16','2025-04-01 17:02:16','',3399,'https://staging.amtacshooting.com/?p=4355',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(4357,10,'2025-04-01 17:09:05','2025-04-01 17:09:05','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>&nbsp;</p>\n<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.</p>\n<p>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</p>\n<p> -<strong>Eddie</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" locked=\"off\"]<p>&nbsp;</p>\n<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South.</p>\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-John</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. <!-- divi:paragraph --></p>\n<p>Thanks!<!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</p>\n<p><strong>-Edward</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:separator {\"opacity\":\"css\",\"className\":\"aligncenter is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity aligncenter is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Again, sincerely thank you - It was life changing for me.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Bruce</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South</strong>.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-John</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.  </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Eddie</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Edward</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Walter</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Tom</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Walter</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Brian</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Todd</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Scott</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.\"</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.<br />-Matt</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.\" </strong><br /><strong>- Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!\" <br />-Bart</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.\"<br />-Sean</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.\" <br />-JH</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again. <br />- Neal</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br />First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.<br />- Best Regards, Cameron</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials','','inherit','closed','closed','','1791-revision-v1','','','2025-04-01 17:09:05','2025-04-01 17:09:05','',1791,'https://staging.amtacshooting.com/?p=4357',0,'revision','',0),
(4358,10,'2025-04-01 17:10:04','2025-04-01 17:10:04','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>&nbsp;</p>\n<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.</p>\n<p>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</p>\n<p> -<strong>Eddie</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\" locked=\"off\"]<p>&nbsp;</p>\n<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</p>\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South.</p>\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-John</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. <!-- divi:paragraph --></p>\n<p>Thanks!<!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</p>\n<p><strong>-Edward</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:separator {\"opacity\":\"css\",\"className\":\"aligncenter is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity aligncenter is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Again, sincerely thank you - It was life changing for me.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Bruce</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South</strong>.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-John</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.  </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Eddie</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Edward</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Walter</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Tom</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Walter</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Brian</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Todd</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Scott</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.\"</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.<br />-Matt</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.\" </strong><br /><strong>- Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!\" <br />-Bart</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.\"<br />-Sean</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.\" <br />-JH</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again. <br />- Neal</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br />First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.<br />- Best Regards, Cameron</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials','','inherit','closed','closed','','1791-revision-v1','','','2025-04-01 17:10:04','2025-04-01 17:10:04','',1791,'https://staging.amtacshooting.com/?p=4358',0,'revision','',0),
(4360,10,'2025-04-01 17:15:31','2025-04-01 17:15:31','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together).</p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum).</p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.</p>\n<p>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</p>\n<p>-<strong>Eddie</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</p>\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </p>\n<p><strong>-Tom</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Walter</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</p>\n<p><strong>-Brian</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South.</p>\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-John</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. <!-- divi:paragraph --></p>\n<p>Thanks!<!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</p>\n<p><strong>-Edward</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p><!-- divi:paragraph --></p>\n<p>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh.</p>\n<p><strong>-Walter</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:separator {\"opacity\":\"css\",\"className\":\"aligncenter is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity aligncenter is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Again, sincerely thank you - It was life changing for me.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Bruce</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South</strong>.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-John</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.  </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Eddie</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Edward</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Walter</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Tom</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Walter</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Brian</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Todd</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Scott</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.\"</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.<br />-Matt</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.\" </strong><br /><strong>- Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!\" <br />-Bart</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.\"<br />-Sean</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.\" <br />-JH</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again. <br />- Neal</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br />First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.<br />- Best Regards, Cameron</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials','','inherit','closed','closed','','1791-revision-v1','','','2025-04-01 17:15:31','2025-04-01 17:15:31','',1791,'https://staging.amtacshooting.com/?p=4360',0,'revision','',0),
(4361,10,'2025-04-01 17:16:57','2025-04-01 17:16:57','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together).</p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum).</p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.</p>\n<p>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</p>\n<p>-<strong>Eddie</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</p>\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </p>\n<p><strong>-Tom</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Walter</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</p>\n<p><strong>-Brian</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South.</p>\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-John</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. <!-- divi:paragraph --></p>\n<p>Thanks!<!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</p>\n<p><strong>-Edward</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p><!-- divi:paragraph --></p>\n<p>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh.</p>\n<p><strong>-Walter</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Walter</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:separator {\"opacity\":\"css\",\"className\":\"aligncenter is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity aligncenter is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Again, sincerely thank you - It was life changing for me.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Bruce</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South</strong>.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-John</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.  </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Eddie</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Edward</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Walter</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Tom</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Walter</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Brian</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Todd</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Scott</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.\"</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.<br />-Matt</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.\" </strong><br /><strong>- Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!\" <br />-Bart</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.\"<br />-Sean</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.\" <br />-JH</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again. <br />- Neal</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br />First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.<br />- Best Regards, Cameron</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials','','inherit','closed','closed','','1791-revision-v1','','','2025-04-01 17:16:57','2025-04-01 17:16:57','',1791,'https://staging.amtacshooting.com/?p=4361',0,'revision','',0),
(4362,10,'2025-04-01 17:17:26','2025-04-01 17:17:26','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together).</p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum).</p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.</p>\n<p>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</p>\n<p>-<strong>Eddie</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</p>\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </p>\n<p><strong>-Tom</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Walter</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</p>\n<p><strong>-Brian</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South.</p>\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-John</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. <!-- divi:paragraph --></p>\n<p>Thanks!<!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</p>\n<p><strong>-Edward</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p><!-- divi:paragraph --></p>\n<p>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh.</p>\n<p><strong>-Walter</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</p>\n<p><strong>-Todd</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:separator {\"opacity\":\"css\",\"className\":\"aligncenter is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity aligncenter is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Again, sincerely thank you - It was life changing for me.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Bruce</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South</strong>.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-John</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.  </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Eddie</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Edward</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Walter</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Tom</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Walter</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Brian</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Todd</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Scott</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.\"</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.<br />-Matt</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.\" </strong><br /><strong>- Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!\" <br />-Bart</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.\"<br />-Sean</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.\" <br />-JH</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again. <br />- Neal</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br />First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.<br />- Best Regards, Cameron</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials','','inherit','closed','closed','','1791-revision-v1','','','2025-04-01 17:17:26','2025-04-01 17:17:26','',1791,'https://staging.amtacshooting.com/?p=4362',0,'revision','',0),
(4364,10,'2025-04-01 17:18:42','2025-04-01 17:18:42','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together).</p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum).</p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.</p>\n<p>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</p>\n<p>-<strong>Eddie</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</p>\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </p>\n<p><strong>-Tom</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Walter</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</p>\n<p><strong>-Brian</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</p>\n<p><strong>-Scott</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South.</p>\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-John</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. <!-- divi:paragraph --></p>\n<p>Thanks!<!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</p>\n<p><strong>-Edward</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p><!-- divi:paragraph --></p>\n<p>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh.</p>\n<p><strong>-Walter</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</p>\n<p><strong>-Todd</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:separator {\"opacity\":\"css\",\"className\":\"aligncenter is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity aligncenter is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Again, sincerely thank you - It was life changing for me.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Bruce</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South</strong>.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-John</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.  </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Eddie</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Edward</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Walter</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Tom</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Walter</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Brian</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Todd</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Scott</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.\"</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.<br />-Matt</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.\" </strong><br /><strong>- Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!\" <br />-Bart</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.\"<br />-Sean</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.\" <br />-JH</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again. <br />- Neal</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br />First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.<br />- Best Regards, Cameron</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials','','inherit','closed','closed','','1791-revision-v1','','','2025-04-01 17:18:42','2025-04-01 17:18:42','',1791,'https://staging.amtacshooting.com/?p=4364',0,'revision','',0),
(4366,10,'2025-04-01 17:22:47','2025-04-01 17:22:47','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together).</p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum).</p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.</p>\n<p>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</p>\n<p>-<strong>Eddie</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</p>\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </p>\n<p><strong>-Tom</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Walter</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</p>\n<p><strong>-Brian</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</p>\n<p><strong>-Scott</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.</p>\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.</p>\n<p><strong>-Matt</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South.</p>\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-John</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. <!-- divi:paragraph --></p>\n<p>Thanks!<!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</p>\n<p><strong>-Edward</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p><!-- divi:paragraph --></p>\n<p>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh.</p>\n<p><strong>-Walter</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</p>\n<p><strong>-Todd</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.</p>\n<p><strong>-Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:separator {\"opacity\":\"css\",\"className\":\"aligncenter is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity aligncenter is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Again, sincerely thank you - It was life changing for me.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Bruce</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South</strong>.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-John</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.  </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Eddie</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Edward</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Walter</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Tom</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Walter</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Brian</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Todd</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Scott</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.\"</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.<br />-Matt</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.\" </strong><br /><strong>- Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!\" <br />-Bart</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.\"<br />-Sean</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.\" <br />-JH</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again. <br />- Neal</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br />First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.<br />- Best Regards, Cameron</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials','','inherit','closed','closed','','1791-revision-v1','','','2025-04-01 17:22:47','2025-04-01 17:22:47','',1791,'https://staging.amtacshooting.com/?p=4366',0,'revision','',0),
(4368,10,'2025-04-01 17:25:49','2025-04-01 17:25:49','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together).</p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum).</p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.</p>\n<p>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</p>\n<p>-<strong>Eddie</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</p>\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </p>\n<p><strong>-Tom</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Walter</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</p>\n<p><strong>-Brian</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</p>\n<p><strong>-Scott</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.</p>\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.</p>\n<p><strong>-Matt</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.</p>\n<p><strong>-Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.</p>\n<p><strong>-JH</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South.</p>\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-John</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. <!-- divi:paragraph --></p>\n<p>Thanks!<!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</p>\n<p><strong>-Edward</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p><!-- divi:paragraph --></p>\n<p>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh.</p>\n<p><strong>-Walter</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</p>\n<p><strong>-Todd</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!<strong><br />-Bart</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.</p>\n<p><strong>-Sean</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:separator {\"opacity\":\"css\",\"className\":\"aligncenter is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity aligncenter is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Again, sincerely thank you - It was life changing for me.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Bruce</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South</strong>.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-John</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.  </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Eddie</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Edward</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Walter</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Tom</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Walter</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Brian</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Todd</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Scott</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.\"</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.<br />-Matt</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.\" </strong><br /><strong>- Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!\" <br />-Bart</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.\"<br />-Sean</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.\" <br />-JH</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again. <br />- Neal</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br />First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.<br />- Best Regards, Cameron</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials','','inherit','closed','closed','','1791-revision-v1','','','2025-04-01 17:25:49','2025-04-01 17:25:49','',1791,'https://staging.amtacshooting.com/?p=4368',0,'revision','',0),
(4371,10,'2025-04-01 17:27:16','2025-04-01 17:27:16','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together).</p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum).</p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.</p>\n<p>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</p>\n<p>-<strong>Eddie</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</p>\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </p>\n<p><strong>-Tom</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Walter</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</p>\n<p><strong>-Brian</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</p>\n<p><strong>-Scott</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.</p>\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.</p>\n<p><strong>-Matt</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.</p>\n<p><strong>-Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.</p>\n<p><strong>-JH</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.</p>\n<p><strong>- Neal</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South.</p>\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-John</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. <!-- divi:paragraph --></p>\n<p>Thanks!<!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</p>\n<p><strong>-Edward</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p><!-- divi:paragraph --></p>\n<p>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh.</p>\n<p><strong>-Walter</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</p>\n<p><strong>-Todd</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!<strong><br />-Bart</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.</p>\n<p><strong>-Sean</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:separator {\"opacity\":\"css\",\"className\":\"aligncenter is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity aligncenter is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together). </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum). </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Again, sincerely thank you - It was life changing for me.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Bruce</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South</strong>.</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-John</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.  </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Eddie</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Edward</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh. </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Walter</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Tom</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p>-<strong>Walter</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Brian</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Todd</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Scott</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.\"</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.<br />-Matt</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-css-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.\" </strong><br /><strong>- Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!\" <br />-Bart</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.\"<br />-Sean</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>\"I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.\" <br />-JH</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again. <br />- Neal</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br />First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:paragraph -->\n<p><strong>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.<br />- Best Regards, Cameron</strong></p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:paragraph -->\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- divi:separator {\"className\":\"is-style-dots\"} -->\n<p>&nbsp;</p>\n<hr class=\"wp-block-separator has-alpha-channel-opacity is-style-dots\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<!-- /divi:separator -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials','','inherit','closed','closed','','1791-revision-v1','','','2025-04-01 17:27:16','2025-04-01 17:27:16','',1791,'https://staging.amtacshooting.com/?p=4371',0,'revision','',0),
(4373,10,'2025-04-01 17:30:09','2025-04-01 17:30:09','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_4,1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together).</p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum).</p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.</p>\n<p>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</p>\n<p>-<strong>Eddie</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </p>\n<p><strong>-Tom</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Walter</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</p>\n<p><strong>-Scott</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.</p>\n<p><strong>-Matt</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.</p>\n<p><strong>-Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.</p>\n<p><strong>-JH</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.</p>\n<p><strong>- Neal</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br />First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</p>\n<p>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</p>\n<p><!-- divi:paragraph --></p>\n<p>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.</p>\n<p><strong>- Best Regards, Cameron</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South.</p>\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-John</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. <!-- divi:paragraph --></p>\n<p>Thanks!<!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</p>\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>&nbsp;</p>\n<p>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</p>\n<p><strong>-Edward</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p><!-- divi:paragraph --></p>\n<p>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh.</p>\n<p><strong>-Walter</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.</p>\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</p>\n<p><strong>-Brian</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</p>\n<p><strong>-Todd</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!<strong><br />-Bart</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\"]<p>Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.</p>\n<p><strong>-Sean</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials','','inherit','closed','closed','','1791-revision-v1','','','2025-04-01 17:30:09','2025-04-01 17:30:09','',1791,'https://staging.amtacshooting.com/?p=4373',0,'revision','',0),
(4374,10,'2025-04-01 17:37:27','2025-04-01 17:37:27','<iframe src=\"https://player.vimeo.com/video/887486071?dnt=1&amp;app_id=122963\" width=\"563\" height=\"1000\" frameborder=\"0\" allow=\"autoplay; fullscreen; picture-in-picture; clipboard-write; encrypted-media\"></iframe>','','','publish','closed','closed','','c299db2a4429a52eba43a6afb8a20efc','','','2025-04-01 17:37:27','2025-04-01 17:37:27','',0,'https://staging.amtacshooting.com/2025/04/01/c299db2a4429a52eba43a6afb8a20efc/',0,'oembed_cache','',0),
(4376,10,'2025-04-01 17:40:08','2025-04-01 17:40:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h1 class=\"entry-title\">Backpack Loadout for a Long Day’s Hike</h1>\n<p>[embed]https://player.vimeo.com/video/887486071[/embed]</p>\n<p>&nbsp;</p>\n<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][embed]https://www.amazon.com/Peak-Refuel-Marinara-Serving-Backpacking/dp/B07BR7WY5G?crid=NE0KHVUSPCE8&keywords=peak%2Brefuel%2Bmeals%2Bbeef%2Bpasta%2Bmarinara&qid=1699660304&sprefix=peak%2Brefuel%2Bmeals%2Bmar%2Caps%2C87&sr=8-1-spons&sp_csd=d2lkZ2V0TmFtZT1zcF9hdGY&th=1&linkCode=sl1&tag=amtac-20&linkId=6c407f38c319a0df3cc1c1b69ee18a64&language=en_US&ref_=as_li_ss_tl[/embed][/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_font_size=\"45px\" transform_translate=\"175px|0px\" transform_translate_linked=\"off\" text_orientation=\"left\" module_alignment=\"right\" sticky_position=\"top_bottom\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-04-01 17:40:08','2025-04-01 17:40:08','',4156,'https://staging.amtacshooting.com/?p=4376',0,'revision','',0),
(4377,10,'2025-04-01 17:40:48','2025-04-01 17:40:48','<iframe title=\"Peak Refuel Beef Pasta Marinara | 49g Protein | 1040 Calories | 100% Real Meat | Premium Freeze Dried Backpacking &amp; Camping Food | 2 Servings | Ideal MRE Survival Meal (2 Serving Pouch)\" type=\"text/html\" width=\"957\" height=\"550\" frameborder=\"0\" allowfullscreen style=\"max-width:100%\" src=\"https://read.amazon.com/kp/card?preview=inline&linkCode=sl1&ref_=k4w_oembed_LvzYM2WTEf3uS5&asin=B07BR7WY5G&tag=amtac-20\"></iframe>','','','publish','closed','closed','','710c34f840e8fa8d5e1839f3101e3d0c','','','2025-04-01 17:40:48','2025-04-01 17:40:48','',0,'https://staging.amtacshooting.com/2025/04/01/710c34f840e8fa8d5e1839f3101e3d0c/',0,'oembed_cache','',0),
(4379,10,'2025-04-01 21:50:57','2025-04-01 21:50:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"left\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" header_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" header_font_size=\"20px\" header_letter_spacing=\"0px\" body_font=\"|600|||||||\" body_text_align=\"left\" body_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" body_font_size=\"18px\" body_letter_spacing=\"0px\" text_orientation=\"left\" max_width=\"100%\" module_alignment=\"left\" custom_margin=\"25px|25px|25px|25px|false|false\" custom_padding=\"25px|25px|25px|25px|false|false\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22header_text_color%22,%22body_text_color%22%93}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-01 21:50:57','2025-04-01 21:50:57','',3631,'https://staging.amtacshooting.com/?p=4379',0,'revision','',0),
(4380,10,'2025-04-01 21:55:16','2025-04-01 21:55:16','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" sticky_enabled=\"0\" custom_website_link_target=\"_blank\" event_inner_spacing=\"||0px||false|false\" cards_spacing=\"||0px||false|false\" details_background_color=\"RGBA(255,255,255,0)\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"left\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" header_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" header_font_size=\"20px\" header_letter_spacing=\"0px\" body_font=\"|600|||||||\" body_text_align=\"left\" body_text_color=\"gcid-febc452b-6e40-4c93-b980-7f458d0fff27\" body_font_size=\"18px\" body_letter_spacing=\"0px\" text_orientation=\"left\" max_width=\"100%\" module_alignment=\"left\" custom_margin=\"25px|25px|25px|25px|false|false\" custom_padding=\"25px|25px|25px|25px|false|false\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22header_text_color%22,%22body_text_color%22%93}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-01 21:55:16','2025-04-01 21:55:16','',3631,'https://staging.amtacshooting.com/?p=4380',0,'revision','',0),
(4382,10,'2025-04-08 18:41:50','2025-04-08 18:41:50','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- wp:heading {\"level\":3} -->\n<h3>Bill Rapier</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\" alt=\"Walther Pistol Bill\" class=\"wp-image-1697\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:pullquote -->\n<figure class=\"wp-block-pullquote\"><blockquote><p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p></blockquote></figure>\n<!-- /wp:pullquote -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>David Acosta</h3>\n<!-- /wp:heading -->\n\n<!-- wp:media-text {\"mediaId\":1717,\"mediaLink\":\"https://www.amtacshooting.com/amtac-shooting-instructors/amtac-instructor-david-acosta/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg\" alt=\"\" class=\"wp-image-1717 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p>&nbsp;David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an under-cover capacity for both state and federal investigations.&nbsp;</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader and team leader. While there he was the primary marksmanship and tactics instructor for the team.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their&nbsp; Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words... “Performance parallels preparation.”</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\"/><figcaption>David Acosta and Bill Rapier</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Bryan Resnick</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\"/><figcaption>Kevin Kelly, Colin Quirk, Bill Rapier, Bryan Resnick and Frank Windell</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1726,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1726\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption\">Bryan \"Res\" Resnick</figcaption></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>David Cagle</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\" alt=\"\" class=\"wp-image-1736\"/><figcaption>David Cagle</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Kevin Kelly</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kevin is a US Army Veteran. After his time as a soldier, he served his community as Firefighter/ EMT. He is a lifelong student of combatives and has trained under some of the best instructors in their fields. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ  under Mike Fernandez, boxed out of TMX boxing under Marty Mcdonough, he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier and Frank ‘Northman” Windell. He studied mindset, tactics and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevin owns Winning Deadly Encounters, a force on force facility that provides a venue for people of all levels to test their skills against armed and trained roll players, a program that was started with the help of the late Frank “Northman’ Windell and Bryan Resnick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also the head combatives instructor for the East Coast Division of Father Son Ministry, a program that teaches young men to shoot and fight to allow them to be God’s instruments to protect their families. Kevin is a solid believer and is devoted to bringing up his family in a way that honors the Lord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption\">Kevin Kelly and Bill Rapier</figcaption></figure>\n<!-- /wp:gallery -->[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" orientation=\"right\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Amtac Shooting Instructors','','inherit','closed','closed','','1686-revision-v1','','','2025-04-08 18:41:50','2025-04-08 18:41:50','',1686,'https://staging.amtacshooting.com/?p=4382',0,'revision','',0),
(4384,10,'2025-04-08 18:56:39','2025-04-08 18:56:39','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- wp:heading {\"level\":3} -->\n<h3>Bill Rapier</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\" alt=\"Walther Pistol Bill\" class=\"wp-image-1697\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:pullquote -->\n<figure class=\"wp-block-pullquote\"><blockquote><p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p></blockquote></figure>\n<!-- /wp:pullquote -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>David Acosta</h3>\n<!-- /wp:heading -->\n\n<!-- wp:media-text {\"mediaId\":1717,\"mediaLink\":\"https://www.amtacshooting.com/amtac-shooting-instructors/amtac-instructor-david-acosta/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg\" alt=\"\" class=\"wp-image-1717 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p>&nbsp;David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an under-cover capacity for both state and federal investigations.&nbsp;</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader and team leader. While there he was the primary marksmanship and tactics instructor for the team.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their&nbsp; Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words... “Performance parallels preparation.”</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\"/><figcaption>David Acosta and Bill Rapier</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Bryan Resnick</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\"/><figcaption>Kevin Kelly, Colin Quirk, Bill Rapier, Bryan Resnick and Frank Windell</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1726,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1726\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption\">Bryan \"Res\" Resnick</figcaption></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>David Cagle</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\" alt=\"\" class=\"wp-image-1736\"/><figcaption>David Cagle</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Kevin Kelly</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kevin is a US Army Veteran. After his time as a soldier, he served his community as Firefighter/ EMT. He is a lifelong student of combatives and has trained under some of the best instructors in their fields. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ  under Mike Fernandez, boxed out of TMX boxing under Marty Mcdonough, he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier and Frank ‘Northman” Windell. He studied mindset, tactics and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevin owns Winning Deadly Encounters, a force on force facility that provides a venue for people of all levels to test their skills against armed and trained roll players, a program that was started with the help of the late Frank “Northman’ Windell and Bryan Resnick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also the head combatives instructor for the East Coast Division of Father Son Ministry, a program that teaches young men to shoot and fight to allow them to be God’s instruments to protect their families. Kevin is a solid believer and is devoted to bringing up his family in a way that honors the Lord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption\">Kevin Kelly and Bill Rapier</figcaption></figure>\n<!-- /wp:gallery -->[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" sticky_enabled=\"0\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"|28px||0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Amtac Shooting Instructors','','inherit','closed','closed','','1686-revision-v1','','','2025-04-08 18:56:39','2025-04-08 18:56:39','',1686,'https://staging.amtacshooting.com/?p=4384',0,'revision','',0),
(4386,10,'2025-04-08 19:04:10','2025-04-08 19:04:10','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- wp:heading {\"level\":3} -->\n<h3>Bill Rapier</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\" alt=\"Walther Pistol Bill\" class=\"wp-image-1697\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:pullquote -->\n<figure class=\"wp-block-pullquote\"><blockquote><p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p></blockquote></figure>\n<!-- /wp:pullquote -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>David Acosta</h3>\n<!-- /wp:heading -->\n\n<!-- wp:media-text {\"mediaId\":1717,\"mediaLink\":\"https://www.amtacshooting.com/amtac-shooting-instructors/amtac-instructor-david-acosta/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg\" alt=\"\" class=\"wp-image-1717 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p>&nbsp;David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an under-cover capacity for both state and federal investigations.&nbsp;</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader and team leader. While there he was the primary marksmanship and tactics instructor for the team.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their&nbsp; Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words... “Performance parallels preparation.”</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\"/><figcaption>David Acosta and Bill Rapier</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Bryan Resnick</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\"/><figcaption>Kevin Kelly, Colin Quirk, Bill Rapier, Bryan Resnick and Frank Windell</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1726,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1726\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption\">Bryan \"Res\" Resnick</figcaption></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>David Cagle</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\" alt=\"\" class=\"wp-image-1736\"/><figcaption>David Cagle</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3>Kevin Kelly</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kevin is a US Army Veteran. After his time as a soldier, he served his community as Firefighter/ EMT. He is a lifelong student of combatives and has trained under some of the best instructors in their fields. </p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ  under Mike Fernandez, boxed out of TMX boxing under Marty Mcdonough, he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier and Frank ‘Northman” Windell. He studied mindset, tactics and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevin owns Winning Deadly Encounters, a force on force facility that provides a venue for people of all levels to test their skills against armed and trained roll players, a program that was started with the help of the late Frank “Northman’ Windell and Bryan Resnick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also the head combatives instructor for the East Coast Division of Father Son Ministry, a program that teaches young men to shoot and fight to allow them to be God’s instruments to protect their families. Kevin is a solid believer and is devoted to bringing up his family in a way that honors the Lord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption\">Kevin Kelly and Bill Rapier</figcaption></figure>\n<!-- /wp:gallery -->[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" sticky_enabled=\"0\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"|0px||0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Amtac Shooting Instructors','','inherit','closed','closed','','1686-revision-v1','','','2025-04-08 19:04:10','2025-04-08 19:04:10','',1686,'https://staging.amtacshooting.com/?p=4386',0,'revision','',0),
(4388,10,'2025-04-08 19:15:52','2025-04-08 19:15:52','#et-top-navigation nav>ul>li>a {\n    padding-bottom: 16px!important;\n    padding-top: 15px!important;\n}\n#top-menu .menu-item-has-children>a:first-child:after {\n    top: 15px!important;\n}\n\n.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: solid #5b5b5b 2px;\n}\n\n/* Style for the custom class added to the widget */\n.aligned-posts ul li {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n\n/* Make sure images inside align and look good */\n.aligned-posts li img {\n  max-width: 50px;\n  height: auto;\n  border-radius: 4px; /* Optional but classy */\n}\n','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-04-08 19:15:52','2025-04-08 19:15:52','',7,'https://staging.amtacshooting.com/?p=4388',0,'revision','',0),
(4390,10,'2025-04-08 19:17:14','2025-04-08 19:17:14','#et-top-navigation nav>ul>li>a {\n    padding-bottom: 16px!important;\n    padding-top: 15px!important;\n}\n#top-menu .menu-item-has-children>a:first-child:after {\n    top: 15px!important;\n}\n\n.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: solid #5b5b5b 2px;\n}\n\n/* Style for the custom class added to the widget by Victoria*/\n.aligned-posts ul li {\n  display: flex;\n  align-items: center;\n  gap: 10px;\n}\n','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-04-08 19:17:14','2025-04-08 19:17:14','',7,'https://staging.amtacshooting.com/?p=4390',0,'revision','',0),
(4392,10,'2025-04-08 19:20:49','2025-04-08 19:20:49','#et-top-navigation nav>ul>li>a {\n    padding-bottom: 16px!important;\n    padding-top: 15px!important;\n}\n#top-menu .menu-item-has-children>a:first-child:after {\n    top: 15px!important;\n}\n\n.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: solid #5b5b5b 2px;\n}\n\n/* Style for the custom class added to the widget by Victoria*/\n.aligned-posts ul li {\n  display: flex;\n  align-items: top;\n  gap: 10px;\n}\n','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-04-08 19:20:49','2025-04-08 19:20:49','',7,'https://staging.amtacshooting.com/?p=4392',0,'revision','',0),
(4394,10,'2025-04-08 19:22:26','2025-04-08 19:22:26','#et-top-navigation nav>ul>li>a {\n    padding-bottom: 16px!important;\n    padding-top: 15px!important;\n}\n#top-menu .menu-item-has-children>a:first-child:after {\n    top: 15px!important;\n}\n\n.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: solid #5b5b5b 2px;\n}\n\n/* Style for the custom class added to the widget by Victoria*/\n.aligned-posts ul li {\n  display: flex;\n  align-items: top;\n  gap: 10px;\n	padding-bottom:0;\n	margin-bottom:0;\n}\n','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-04-08 19:22:26','2025-04-08 19:22:26','',7,'https://staging.amtacshooting.com/?p=4394',0,'revision','',0),
(4396,10,'2025-04-08 19:23:01','2025-04-08 19:23:01','#et-top-navigation nav>ul>li>a {\n    padding-bottom: 16px!important;\n    padding-top: 15px!important;\n}\n#top-menu .menu-item-has-children>a:first-child:after {\n    top: 15px!important;\n}\n\n.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: solid #5b5b5b 2px;\n}\n\n/* Style for the custom class added to the widget by Victoria*/\n.aligned-posts ul li {\n  display: flex;\n  align-items: top;\n  gap: 10px;\n\n}\n','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-04-08 19:23:01','2025-04-08 19:23:01','',7,'https://staging.amtacshooting.com/?p=4396',0,'revision','',0),
(4398,10,'2025-04-08 19:26:16','2025-04-08 19:26:16','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><!-- wp:heading {\"level\":3} --></p>\n<h3>Bill Rapier</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":1697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\" alt=\"Walther Pistol Bill\" class=\"wp-image-1697\" /></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:pullquote --></p>\n<figure class=\"wp-block-pullquote\">\n<blockquote>\n<p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p>\n</blockquote>\n</figure>\n<p><!-- /wp:pullquote --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>David Acosta</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:media-text {\"mediaId\":1717,\"mediaLink\":\"https://www.amtacshooting.com/amtac-shooting-instructors/amtac-instructor-david-acosta/\",\"mediaType\":\"image\"} --></p>\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg\" alt=\"\" class=\"wp-image-1717 size-full\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<p><!-- wp:paragraph --></p>\n<p> David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an under-cover capacity for both state and federal investigations. </p>\n<p><!-- /wp:paragraph --></p>\n</div>\n</div>\n<p><!-- /wp:media-text --></p>\n<p><!-- wp:paragraph --></p>\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader and team leader. While there he was the primary marksmanship and tactics instructor for the team. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><span style=\"font-weight: 400;\">David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their  Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</span></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><span style=\"font-weight: 400;\">David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words... “Performance parallels preparation.”</span></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\" /><br />\n<figcaption>David Acosta and Bill Rapier</figcaption>\n</figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>Bryan Resnick</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p><span style=\"font-weight: 400;\">Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</span></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\" /><br />\n<figcaption>Kevin Kelly, Colin Quirk, Bill Rapier, Bryan Resnick and Frank Windell</figcaption>\n</figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p><span style=\"font-weight: 400;\">Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</span></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:gallery {\"linkTo\":\"none\"} --></p>\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\" /></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":1726,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1726\" /></figure>\n<p><!-- /wp:image --></p>\n<figcaption class=\"blocks-gallery-caption\">Bryan \"Res\" Resnick</figcaption>\n</figure>\n<p><!-- /wp:gallery --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>David Cagle</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p><span style=\"font-weight: 400;\">David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</span></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":1736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\" alt=\"\" class=\"wp-image-1736\" /><br />\n<figcaption>David Cagle</figcaption>\n</figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p><span style=\"font-weight: 400;\">A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</span></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><span style=\"font-weight: 400;\">He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</span></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><span style=\"font-weight: 400;\">In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</span></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>Kevin Kelly</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Kevin is a US Army Veteran. After his time as a soldier, he served his community as Firefighter/ EMT. He is a lifelong student of combatives and has trained under some of the best instructors in their fields. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ  under Mike Fernandez, boxed out of TMX boxing under Marty Mcdonough, he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier and Frank ‘Northman” Windell. He studied mindset, tactics and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Kevin owns Winning Deadly Encounters, a force on force facility that provides a venue for people of all levels to test their skills against armed and trained roll players, a program that was started with the help of the late Frank “Northman’ Windell and Bryan Resnick.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>He is also the head combatives instructor for the East Coast Division of Father Son Ministry, a program that teaches young men to shoot and fight to allow them to be God’s instruments to protect their families. Kevin is a solid believer and is devoted to bringing up his family in a way that honors the Lord.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:gallery {\"linkTo\":\"none\"} --></p>\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\" /></figure>\n<p><!-- /wp:image --></p>\n<figcaption class=\"blocks-gallery-caption\">Kevin Kelly and Bill Rapier</figcaption>\n</figure>\n<p><!-- /wp:gallery --></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"|0px||0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Amtac Shooting Instructors','','inherit','closed','closed','','1686-revision-v1','','','2025-04-08 19:26:16','2025-04-08 19:26:16','',1686,'https://staging.amtacshooting.com/?p=4398',0,'revision','',0),
(4399,10,'2025-04-08 19:27:20','2025-04-08 19:27:20','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#D1D1D1\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-157px|0px|-157px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" global_colors_info=\"{}\" width=\"80%\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"|0px||0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2025-04-08 19:27:20','2025-04-08 19:27:20','',13,'https://staging.amtacshooting.com/?p=4399',0,'revision','',0),
(4400,10,'2025-04-08 19:30:29','2025-04-08 19:30:29','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#D1D1D1\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|-157px|0px|-157px|false|true\" custom_padding=\"0px|0px|0px|0px|false|false\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"SHOP\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" title_font_size=\"52px\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_shop _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"center\" custom_margin=\"0px|0px|0px|0px|true|true\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"][/et_pb_shop][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" hover_enabled=\"0\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Shop','','inherit','closed','closed','','13-revision-v1','','','2025-04-08 19:30:29','2025-04-08 19:30:29','',13,'https://staging.amtacshooting.com/?p=4400',0,'revision','',0),
(4401,10,'2025-04-08 19:31:48','2025-04-08 19:31:48','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_5,2_5\" admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<p><!-- wp:heading {\"level\":3} --></p>\n<h3>Bill Rapier</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:image {\"id\":1697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\" alt=\"Walther Pistol Bill\" class=\"wp-image-1697\" /></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:pullquote --></p>\n<figure class=\"wp-block-pullquote\">\n<blockquote>\n<p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p>\n</blockquote>\n</figure>\n<p><!-- /wp:pullquote --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>David Acosta</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:media-text {\"mediaId\":1717,\"mediaLink\":\"https://www.amtacshooting.com/amtac-shooting-instructors/amtac-instructor-david-acosta/\",\"mediaType\":\"image\"} --></p>\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg\" alt=\"\" class=\"wp-image-1717 size-full\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<p><!-- wp:paragraph --></p>\n<p> David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an under-cover capacity for both state and federal investigations. </p>\n<p><!-- /wp:paragraph --></p>\n</div>\n</div>\n<p><!-- /wp:media-text --></p>\n<p><!-- wp:paragraph --></p>\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader and team leader. While there he was the primary marksmanship and tactics instructor for the team. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><span style=\"font-weight: 400;\">David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their  Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</span></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><span style=\"font-weight: 400;\">David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words... “Performance parallels preparation.”</span></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\" /><br />\n<figcaption>David Acosta and Bill Rapier</figcaption>\n</figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>Bryan Resnick</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p><span style=\"font-weight: 400;\">Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</span></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\" /><br />\n<figcaption>Kevin Kelly, Colin Quirk, Bill Rapier, Bryan Resnick and Frank Windell</figcaption>\n</figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p><span style=\"font-weight: 400;\">Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</span></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:gallery {\"linkTo\":\"none\"} --></p>\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\" /></figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:image {\"id\":1726,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1726\" /></figure>\n<p><!-- /wp:image --></p>\n<figcaption class=\"blocks-gallery-caption\">Bryan \"Res\" Resnick</figcaption>\n</figure>\n<p><!-- /wp:gallery --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>David Cagle</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p><span style=\"font-weight: 400;\">David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</span></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:image {\"id\":1736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\" alt=\"\" class=\"wp-image-1736\" /><br />\n<figcaption>David Cagle</figcaption>\n</figure>\n<p><!-- /wp:image --></p>\n<p><!-- wp:paragraph --></p>\n<p><span style=\"font-weight: 400;\">A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</span></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><span style=\"font-weight: 400;\">He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</span></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p><span style=\"font-weight: 400;\">In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</span></p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:heading {\"level\":3} --></p>\n<h3>Kevin Kelly</h3>\n<p><!-- /wp:heading --></p>\n<p><!-- wp:paragraph --></p>\n<p>Kevin is a US Army Veteran. After his time as a soldier, he served his community as Firefighter/ EMT. He is a lifelong student of combatives and has trained under some of the best instructors in their fields. </p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ  under Mike Fernandez, boxed out of TMX boxing under Marty Mcdonough, he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier and Frank ‘Northman” Windell. He studied mindset, tactics and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>Kevin owns Winning Deadly Encounters, a force on force facility that provides a venue for people of all levels to test their skills against armed and trained roll players, a program that was started with the help of the late Frank “Northman’ Windell and Bryan Resnick.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:paragraph --></p>\n<p>He is also the head combatives instructor for the East Coast Division of Father Son Ministry, a program that teaches young men to shoot and fight to allow them to be God’s instruments to protect their families. Kevin is a solid believer and is devoted to bringing up his family in a way that honors the Lord.</p>\n<p><!-- /wp:paragraph --></p>\n<p><!-- wp:gallery {\"linkTo\":\"none\"} --></p>\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\" /></figure>\n<p><!-- /wp:image --></p>\n<figcaption class=\"blocks-gallery-caption\">Kevin Kelly and Bill Rapier</figcaption>\n</figure>\n<p><!-- /wp:gallery --></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"2_5\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" hover_enabled=\"0\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','Amtac Shooting Instructors','','inherit','closed','closed','','1686-revision-v1','','','2025-04-08 19:31:48','2025-04-08 19:31:48','',1686,'https://staging.amtacshooting.com/?p=4401',0,'revision','',0),
(4403,10,'2025-04-11 18:22:48','2025-04-11 18:22:48','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22header_text_color%22,%22body_text_color%22%93}\" width=\"80%\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/amtac_vector_logo_colorcmyk-scaled-1.jpg\" alt=\"Amtac Shooting Logo\" title_text=\"amtac_vector_logo_colorcmyk\" align=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-11 18:22:48','2025-04-11 18:22:48','',3631,'https://staging.amtacshooting.com/?p=4403',0,'revision','',0),
(4406,10,'2025-04-11 18:30:35','2025-04-11 18:30:35','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" width=\"80%\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" hover_enabled=\"0\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22header_text_color%22,%22body_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/amtac_vector_logo_colorcmyk-scaled-1.jpg\" alt=\"Amtac Shooting Logo\" title_text=\"amtac_vector_logo_colorcmyk\" align=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-11 18:30:35','2025-04-11 18:30:35','',3631,'https://staging.amtacshooting.com/?p=4406',0,'revision','',0),
(4408,10,'2025-04-11 18:31:55','2025-04-11 18:31:55','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" sticky_enabled=\"0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\"][et_pb_column type=\"2_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" width=\"80%\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{%22gcid-febc452b-6e40-4c93-b980-7f458d0fff27%22:%91%22header_text_color%22,%22body_text_color%22%93}\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/amtac_vector_logo_colorcmyk-scaled-1.jpg\" alt=\"Amtac Shooting Logo\" title_text=\"amtac_vector_logo_colorcmyk\" align=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-11 18:31:55','2025-04-11 18:31:55','',3631,'https://staging.amtacshooting.com/?p=4408',0,'revision','',0),
(4410,10,'2025-04-11 18:40:09','2025-04-11 18:40:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\" custom_padding=\"|3px||||\"][et_pb_column type=\"2_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" hover_enabled=\"0\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\" text_orientation=\"left\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/amtac_vector_logo_colorcmyk-scaled-1.jpg\" alt=\"Amtac Shooting Logo\" title_text=\"amtac_vector_logo_colorcmyk\" align=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-11 18:40:09','2025-04-11 18:40:09','',3631,'https://staging.amtacshooting.com/?p=4410',0,'revision','',0),
(4412,10,'2025-04-11 18:42:58','2025-04-11 18:42:58','<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bill Rapier</h3>\n<!-- /wp:heading -->\n\n<!-- wp:image {\"id\":1697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\" alt=\"Walther Pistol Bill\" class=\"wp-image-1697\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:pullquote -->\n<figure class=\"wp-block-pullquote\"><blockquote><p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p></blockquote></figure>\n<!-- /wp:pullquote -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Acosta</h3>\n<!-- /wp:heading -->\n\n<!-- wp:media-text {\"align\":\"wide\",\"mediaId\":1717,\"mediaLink\":\"https://www.amtacshooting.com/amtac-shooting-instructors/amtac-instructor-david-acosta/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg\" alt=\"\" class=\"wp-image-1717 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- wp:paragraph -->\n<p>&nbsp;David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an under-cover capacity for both state and federal investigations.&nbsp;</p>\n<!-- /wp:paragraph --></div></div>\n<!-- /wp:media-text -->\n\n<!-- wp:paragraph -->\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader and team leader. While there he was the primary marksmanship and tactics instructor for the team.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their&nbsp; Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words... “Performance parallels preparation.”</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\"/><figcaption class=\"wp-element-caption\">David Acosta and Bill Rapier</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bryan Resnick</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\"/><figcaption class=\"wp-element-caption\">Kevin Kelly, Colin Quirk, Bill Rapier, Bryan Resnick and Frank Windell</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\"/></figure>\n<!-- /wp:image -->\n\n<!-- wp:image {\"id\":1726,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1726\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Bryan \"Res\" Resnick</figcaption></figure>\n<!-- /wp:gallery -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Cagle</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:image {\"id\":1736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\" alt=\"\" class=\"wp-image-1736\"/><figcaption class=\"wp-element-caption\">David Cagle</figcaption></figure>\n<!-- /wp:image -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p><span style=\"font-weight: 400;\">In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</span></p>\n<!-- /wp:paragraph -->\n\n<!-- wp:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kevin Kelly</h3>\n<!-- /wp:heading -->\n\n<!-- wp:paragraph -->\n<p>Kevin is a US Army Veteran. After his time as a soldier, he served his community as Firefighter/ EMT. He is a lifelong student of combatives and has trained under some of the best instructors in their fields.&nbsp;</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ &nbsp;under Mike Fernandez, boxed out of TMX boxing under Marty Mcdonough, he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier and Frank ‘Northman” Windell. He studied mindset, tactics and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>Kevin owns Winning Deadly Encounters, a force on force facility that provides a venue for people of all levels to test their skills against armed and trained roll players, a program that was started with the help of the late Frank “Northman’ Windell and Bryan Resnick.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:paragraph -->\n<p>He is also the head combatives instructor for the East Coast Division of Father Son Ministry, a program that teaches young men to shoot and fight to allow them to be God’s instruments to protect their families. Kevin is a solid believer and is devoted to bringing up his family in a way that honors the Lord.</p>\n<!-- /wp:paragraph -->\n\n<!-- wp:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- wp:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\"/></figure>\n<!-- /wp:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Kevin Kelly and Bill Rapier</figcaption></figure>\n<!-- /wp:gallery -->','Amtac Shooting Instructors','','inherit','closed','closed','','1686-revision-v1','','','2025-04-11 18:42:58','2025-04-11 18:42:58','',1686,'https://staging.amtacshooting.com/?p=4412',0,'revision','',0),
(4413,10,'2025-04-11 18:43:06','2025-04-11 18:43:06','<!-- wp:divi/placeholder -->\n[et_pb_section][et_pb_row][et_pb_column type=\"4_4\"][et_pb_text]<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bill Rapier</h3>\n<!-- /divi:heading -->\n\n<!-- divi:image {\"id\":1697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\" alt=\"Walther Pistol Bill\" class=\"wp-image-1697\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:pullquote -->\n<figure class=\"wp-block-pullquote\"><blockquote><p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p></blockquote></figure>\n<!-- /divi:pullquote -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Acosta</h3>\n<!-- /divi:heading -->\n\n<!-- divi:media-text {\"align\":\"wide\",\"mediaId\":1717,\"mediaLink\":\"https://www.amtacshooting.com/amtac-shooting-instructors/amtac-instructor-david-acosta/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg\" alt=\"\" class=\"wp-image-1717 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- divi:paragraph -->\n<p>&nbsp;David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an under-cover capacity for both state and federal investigations.&nbsp;</p>\n<!-- /divi:paragraph --></div></div>\n<!-- /divi:media-text -->\n\n<!-- divi:paragraph -->\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader and team leader. While there he was the primary marksmanship and tactics instructor for the team.&nbsp;</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their&nbsp; Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words... “Performance parallels preparation.”</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\"/><figcaption class=\"wp-element-caption\">David Acosta and Bill Rapier</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bryan Resnick</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\"/><figcaption class=\"wp-element-caption\">Kevin Kelly, Colin Quirk, Bill Rapier, Bryan Resnick and Frank Windell</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- divi:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:image {\"id\":1726,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1726\"/></figure>\n<!-- /divi:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Bryan \"Res\" Resnick</figcaption></figure>\n<!-- /divi:gallery -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Cagle</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\" alt=\"\" class=\"wp-image-1736\"/><figcaption class=\"wp-element-caption\">David Cagle</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kevin Kelly</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Kevin is a US Army Veteran. After his time as a soldier, he served his community as Firefighter/ EMT. He is a lifelong student of combatives and has trained under some of the best instructors in their fields.&nbsp;</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ &nbsp;under Mike Fernandez, boxed out of TMX boxing under Marty Mcdonough, he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier and Frank ‘Northman” Windell. He studied mindset, tactics and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>Kevin owns Winning Deadly Encounters, a force on force facility that provides a venue for people of all levels to test their skills against armed and trained roll players, a program that was started with the help of the late Frank “Northman’ Windell and Bryan Resnick.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>He is also the head combatives instructor for the East Coast Division of Father Son Ministry, a program that teaches young men to shoot and fight to allow them to be God’s instruments to protect their families. Kevin is a solid believer and is devoted to bringing up his family in a way that honors the Lord.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- divi:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\"/></figure>\n<!-- /divi:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Kevin Kelly and Bill Rapier</figcaption></figure>\n<!-- /divi:gallery -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]\n<!-- /wp:divi/placeholder -->','Amtac Shooting Instructors','','inherit','closed','closed','','1686-revision-v1','','','2025-04-11 18:43:06','2025-04-11 18:43:06','',1686,'https://staging.amtacshooting.com/?p=4413',0,'revision','',0),
(4414,10,'2025-04-11 18:45:07','2025-04-11 18:45:07','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"2_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bill Rapier</h3>\n<!-- /divi:heading -->\n\n<!-- divi:image {\"id\":1697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\" alt=\"Walther Pistol Bill\" class=\"wp-image-1697\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:pullquote -->\n<figure class=\"wp-block-pullquote\"><blockquote><p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p></blockquote></figure>\n<!-- /divi:pullquote -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Acosta</h3>\n<!-- /divi:heading -->\n\n<!-- divi:media-text {\"align\":\"wide\",\"mediaId\":1717,\"mediaLink\":\"https://www.amtacshooting.com/amtac-shooting-instructors/amtac-instructor-david-acosta/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg\" alt=\"\" class=\"wp-image-1717 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- divi:paragraph -->\n<p>&nbsp;David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an under-cover capacity for both state and federal investigations.&nbsp;</p>\n<!-- /divi:paragraph --></div></div>\n<!-- /divi:media-text -->\n\n<!-- divi:paragraph -->\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader and team leader. While there he was the primary marksmanship and tactics instructor for the team.&nbsp;</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their&nbsp; Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words... “Performance parallels preparation.”</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\"/><figcaption class=\"wp-element-caption\">David Acosta and Bill Rapier</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bryan Resnick</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\"/><figcaption class=\"wp-element-caption\">Kevin Kelly, Colin Quirk, Bill Rapier, Bryan Resnick and Frank Windell</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- divi:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:image {\"id\":1726,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1726\"/></figure>\n<!-- /divi:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Bryan \"Res\" Resnick</figcaption></figure>\n<!-- /divi:gallery -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Cagle</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\" alt=\"\" class=\"wp-image-1736\"/><figcaption class=\"wp-element-caption\">David Cagle</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kevin Kelly</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Kevin is a US Army Veteran. After his time as a soldier, he served his community as Firefighter/ EMT. He is a lifelong student of combatives and has trained under some of the best instructors in their fields.&nbsp;</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ &nbsp;under Mike Fernandez, boxed out of TMX boxing under Marty Mcdonough, he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier and Frank ‘Northman” Windell. He studied mindset, tactics and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>Kevin owns Winning Deadly Encounters, a force on force facility that provides a venue for people of all levels to test their skills against armed and trained roll players, a program that was started with the help of the late Frank “Northman’ Windell and Bryan Resnick.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>He is also the head combatives instructor for the East Coast Division of Father Son Ministry, a program that teaches young men to shoot and fight to allow them to be God’s instruments to protect their families. Kevin is a solid believer and is devoted to bringing up his family in a way that honors the Lord.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- divi:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\"/></figure>\n<!-- /divi:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Kevin Kelly and Bill Rapier</figcaption></figure>\n<!-- /divi:gallery -->[/et_pb_text][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Amtac Shooting Instructors','','inherit','closed','closed','','1686-revision-v1','','','2025-04-11 18:45:07','2025-04-11 18:45:07','',1686,'https://staging.amtacshooting.com/?p=4414',0,'revision','',0),
(4415,10,'2025-04-11 18:45:33','2025-04-11 18:45:33','','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-11 18:45:33','2025-04-11 18:45:33','',3631,'https://staging.amtacshooting.com/?p=4415',0,'revision','',0),
(4416,10,'2025-04-11 18:45:39','2025-04-11 18:45:39','<!-- wp:divi/placeholder /-->','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-11 18:45:39','2025-04-11 18:45:39','',3631,'https://staging.amtacshooting.com/?p=4416',0,'revision','',0),
(4418,10,'2025-04-11 18:56:17','2025-04-11 18:56:17','','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-11 18:56:17','2025-04-11 18:56:17','',3631,'https://staging.amtacshooting.com/?p=4418',0,'revision','',0),
(4419,10,'2025-04-11 18:56:54','2025-04-11 18:56:54','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\" custom_padding=\"|3px||||\"][et_pb_column type=\"2_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" hover_enabled=\"0\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\" locked=\"off\" sticky_enabled=\"0\" text_orientation=\"left\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/amtac_vector_logo_colorcmyk-scaled-1.jpg\" alt=\"Amtac Shooting Logo\" title_text=\"amtac_vector_logo_colorcmyk\" align=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-11 18:56:54','2025-04-11 18:56:54','',3631,'https://staging.amtacshooting.com/?p=4419',0,'revision','',0),
(4420,10,'2025-04-11 19:01:48','2025-04-11 19:01:48','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|3px||||\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" hover_enabled=\"0\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/amtac_vector_logo_colorcmyk-scaled-1.jpg\" alt=\"Amtac Shooting Logo\" title_text=\"amtac_vector_logo_colorcmyk\" align=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-11 19:01:48','2025-04-11 19:01:48','',3631,'https://staging.amtacshooting.com/?p=4420',0,'revision','',0),
(4421,10,'2025-04-11 19:01:58','2025-04-11 19:01:58','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"2_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bill Rapier</h3>\n<!-- /divi:heading -->\n\n<!-- divi:image {\"id\":1697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\" alt=\"Walther Pistol Bill\" class=\"wp-image-1697\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:pullquote -->\n<figure class=\"wp-block-pullquote\"><blockquote><p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p></blockquote></figure>\n<!-- /divi:pullquote -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Acosta</h3>\n<!-- /divi:heading -->\n\n<!-- divi:media-text {\"align\":\"wide\",\"mediaId\":1717,\"mediaLink\":\"https://www.amtacshooting.com/amtac-shooting-instructors/amtac-instructor-david-acosta/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg\" alt=\"\" class=\"wp-image-1717 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- divi:paragraph -->\n<p>&nbsp;David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an under-cover capacity for both state and federal investigations.&nbsp;</p>\n<!-- /divi:paragraph --></div></div>\n<!-- /divi:media-text -->\n\n<!-- divi:paragraph -->\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader and team leader. While there he was the primary marksmanship and tactics instructor for the team.&nbsp;</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their&nbsp; Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words... “Performance parallels preparation.”</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\"/><figcaption class=\"wp-element-caption\">David Acosta and Bill Rapier</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bryan Resnick</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\"/><figcaption class=\"wp-element-caption\">Kevin Kelly, Colin Quirk, Bill Rapier, Bryan Resnick and Frank Windell</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- divi:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:image {\"id\":1726,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1726\"/></figure>\n<!-- /divi:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Bryan \"Res\" Resnick</figcaption></figure>\n<!-- /divi:gallery -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Cagle</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\" alt=\"\" class=\"wp-image-1736\"/><figcaption class=\"wp-element-caption\">David Cagle</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kevin Kelly</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Kevin is a US Army Veteran. After his time as a soldier, he served his community as Firefighter/ EMT. He is a lifelong student of combatives and has trained under some of the best instructors in their fields.&nbsp;</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ &nbsp;under Mike Fernandez, boxed out of TMX boxing under Marty Mcdonough, he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier and Frank ‘Northman” Windell. He studied mindset, tactics and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>Kevin owns Winning Deadly Encounters, a force on force facility that provides a venue for people of all levels to test their skills against armed and trained roll players, a program that was started with the help of the late Frank “Northman’ Windell and Bryan Resnick.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>He is also the head combatives instructor for the East Coast Division of Father Son Ministry, a program that teaches young men to shoot and fight to allow them to be God’s instruments to protect their families. Kevin is a solid believer and is devoted to bringing up his family in a way that honors the Lord.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- divi:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\"/></figure>\n<!-- /divi:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Kevin Kelly and Bill Rapier</figcaption></figure>\n<!-- /divi:gallery -->[/et_pb_text][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Amtac Shooting Instructors','','inherit','closed','closed','','1686-revision-v1','','','2025-04-11 19:01:58','2025-04-11 19:01:58','',1686,'https://staging.amtacshooting.com/?p=4421',0,'revision','',0),
(4422,10,'2025-04-11 19:07:20','2025-04-11 19:07:20','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|3px||||\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/amtac_vector_logo_colorcmyk-scaled-1.jpg\" alt=\"Amtac Shooting Logo\" title_text=\"amtac_vector_logo_colorcmyk\" align=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-11 19:07:20','2025-04-11 19:07:20','',3631,'https://staging.amtacshooting.com/?p=4422',0,'revision','',0),
(4423,10,'2025-04-11 19:07:37','2025-04-11 19:07:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bill Rapier</h3>\n<!-- /divi:heading -->\n\n<!-- divi:image {\"id\":1697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\" alt=\"Walther Pistol Bill\" class=\"wp-image-1697\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:pullquote -->\n<figure class=\"wp-block-pullquote\"><blockquote><p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p></blockquote></figure>\n<!-- /divi:pullquote -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Acosta</h3>\n<!-- /divi:heading -->\n\n<!-- divi:media-text {\"align\":\"wide\",\"mediaId\":1717,\"mediaLink\":\"https://www.amtacshooting.com/amtac-shooting-instructors/amtac-instructor-david-acosta/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg\" alt=\"\" class=\"wp-image-1717 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- divi:paragraph -->\n<p>&nbsp;David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an under-cover capacity for both state and federal investigations.&nbsp;</p>\n<!-- /divi:paragraph --></div></div>\n<!-- /divi:media-text -->\n\n<!-- divi:paragraph -->\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader and team leader. While there he was the primary marksmanship and tactics instructor for the team.&nbsp;</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their&nbsp; Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words... “Performance parallels preparation.”</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\"/><figcaption class=\"wp-element-caption\">David Acosta and Bill Rapier</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bryan Resnick</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\"/><figcaption class=\"wp-element-caption\">Kevin Kelly, Colin Quirk, Bill Rapier, Bryan Resnick and Frank Windell</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- divi:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:image {\"id\":1726,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1726\"/></figure>\n<!-- /divi:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Bryan \"Res\" Resnick</figcaption></figure>\n<!-- /divi:gallery -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Cagle</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\" alt=\"\" class=\"wp-image-1736\"/><figcaption class=\"wp-element-caption\">David Cagle</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kevin Kelly</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Kevin is a US Army Veteran. After his time as a soldier, he served his community as Firefighter/ EMT. He is a lifelong student of combatives and has trained under some of the best instructors in their fields.&nbsp;</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ &nbsp;under Mike Fernandez, boxed out of TMX boxing under Marty Mcdonough, he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier and Frank ‘Northman” Windell. He studied mindset, tactics and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>Kevin owns Winning Deadly Encounters, a force on force facility that provides a venue for people of all levels to test their skills against armed and trained roll players, a program that was started with the help of the late Frank “Northman’ Windell and Bryan Resnick.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>He is also the head combatives instructor for the East Coast Division of Father Son Ministry, a program that teaches young men to shoot and fight to allow them to be God’s instruments to protect their families. Kevin is a solid believer and is devoted to bringing up his family in a way that honors the Lord.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- divi:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\"/></figure>\n<!-- /divi:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Kevin Kelly and Bill Rapier</figcaption></figure>\n<!-- /divi:gallery -->[/et_pb_text][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Amtac Shooting Instructors','','inherit','closed','closed','','1686-revision-v1','','','2025-04-11 19:07:37','2025-04-11 19:07:37','',1686,'https://staging.amtacshooting.com/?p=4423',0,'revision','',0),
(4424,10,'2025-04-11 19:11:29','2025-04-11 19:11:29','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"2_3,1_3\" sticky_enabled=\"0\" width=\"100%\" module_alignment=\"center\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:paragraph -->\n<p>As a follower of Christ, I want to share this page to encourage guys that are seeking after the truth.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\">Podcasts</h2>\n<!-- /divi:heading -->\n\n<!-- divi:image {\"id\":2412,\"width\":\"357px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"contain\",\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-medium is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184-300x300.png\" alt=\"\" class=\"wp-image-2412\" style=\"aspect-ratio:1;object-fit:contain;width:357px;height:auto\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\">Season 3 </h2>\n<!-- /divi:heading -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Biblical Manhood Pt 1</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Feb 2 2024<br>Verses: 1 Corinthians 9:24-27</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:html -->\n<div id=\"buzzsprout-player-14433783\"></div><script src=\"https://www.buzzsprout.com/2212137/14433783-biblical-manhood-pt-1-feb-2-2024.js?container_id=buzzsprout-player-14433783&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\">Season 2</h2>\n<!-- /divi:heading -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Romans 1:1-17</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Bill Rapier<br>Ep: 7<br>Date: Dec 31 2023<br>Verses: Romans 1:1-17</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:html -->\n<div id=\"buzzsprout-player-14231037\"></div><script src=\"https://www.buzzsprout.com/2212137/14231037-romans-1-1-17-dec-31-2023.js?container_id=buzzsprout-player-14231037&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Sola Fide</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Bill Rapier<br>Ep: 6<br>Date: Oct 16 2023<br>Verses: 1 Peter 3:15</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:html -->\n<div id=\"buzzsprout-player-14408824\"></div><script src=\"https://www.buzzsprout.com/2212137/14408824-sola-fide-oct-16-2023.js?container_id=buzzsprout-player-14408824&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Developing Solid Christian Men</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: Oct 5 2023<br>Verses: </p>\n<!-- /divi:paragraph -->\n\n<!-- divi:html -->\n<div id=\"buzzsprout-player-14408451\"></div><script src=\"https://www.buzzsprout.com/2212137/14408451-developing-solid-christian-men-oct-5-2023.js?container_id=buzzsprout-player-14408451&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Faith Without Works is Dead</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: June 18 2023<br>Verses:&nbsp;James 2:14-26</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:html -->\n<div id=\"buzzsprout-player-14408693\"></div><script src=\"https://www.buzzsprout.com/2212137/14408693-faith-without-works-is-dead-june-18-2023.js?container_id=buzzsprout-player-14408693&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">God, Family, and the Gospel</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: Aug 10 2022<br>Verses: Deuteronomy 6</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:html -->\n<div id=\"buzzsprout-player-14408921\"></div><script src=\"https://www.buzzsprout.com/2212137/14408921-god-family-and-the-gospel-aug-10-2022.js?container_id=buzzsprout-player-14408921&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Spending Yourself On?</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: July 3 2022<br>Verses: Acts 20:17-36</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:html -->\n<div id=\"buzzsprout-player-14433485\"></div><script src=\"https://www.buzzsprout.com/2212137/14433485-what-are-you-spending-yourself-on-july-3-2022.js?container_id=buzzsprout-player-14433485&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Gospel and How it Changed Peter</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Jan 2 2022<br>Verses: John 3:16-17</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:html -->\n<div id=\"buzzsprout-player-14433522\"></div><script src=\"https://www.buzzsprout.com/2212137/14433522-the-gospel-and-how-it-changed-peter-jan-2-2022.js?container_id=buzzsprout-player-14433522&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\">Season 1</h2>\n<!-- /divi:heading -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Boldness in Christ</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Bill Rapier<br>Ep: 5<br>Date: June 6 2021<br>Verses: Acts 3-5</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:html -->\n<div id=\"buzzsprout-player-14433558\"></div><script src=\"https://www.buzzsprout.com/2212137/14433558-boldness-in-christ-june-6-2021.js?container_id=buzzsprout-player-14433558&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What is Our Mission?</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Bill Rapier<br>Ep: 4<br>Date: Nov 1 2020<br>Verses: Isaiah 43:7 1 Peter 2:9 John 14:21 Romans 12:1 John 1:1</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:html -->\n<div id=\"buzzsprout-player-13598710\"></div><script src=\"https://www.buzzsprout.com/2212137/13598710-what-is-our-mission-nov-1-2020.js?container_id=buzzsprout-player-13598710&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">What Are You Doing to Give God Glory and to Further His Kingdom?</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Bill Rapier<br>Ep: 3<br>Date: June 7 2020<br>Verses: Revelation 4:11 Ephesians 2:10</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:html -->\n<div id=\"buzzsprout-player-13598725\"></div><script src=\"https://www.buzzsprout.com/2212137/13598725-what-are-you-doing-to-give-god-glory-and-to-further-his-kingdom-june-7-2020.js?container_id=buzzsprout-player-13598725&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">The Good News and Our Purpose&nbsp;</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Bill Rapier<br>Ep: 2<br>Date: March 15 2020<br>Verses: Ephesians 2:1-10</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:html -->\n<div id=\"buzzsprout-player-14433663\"></div><script src=\"https://www.buzzsprout.com/2212137/14433663-the-good-news-and-our-purpose-march-15-2020.js?container_id=buzzsprout-player-14433663&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Thanksgiving and Counting it all Joy.&nbsp;</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Bill Rapier<br>Ep: 1<br>Date: Dec 8 2019<br>Verses: Ephesians 5:19-20 James 1:2-4</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:html -->\n<div id=\"buzzsprout-player-13598631\"></div><script src=\"https://www.buzzsprout.com/2212137/13598631-thanksgiving-and-counting-it-all-joy-dec-8-2019.js?container_id=buzzsprout-player-13598631&player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\">Ministries We Support</h2>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><a href=\"https://www.compassion.com/\">Compassion</a> </p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><a href=\"https://www.persecution.com/\">Voice of the Martyrs </a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><a href=\"https://www.jesusfilm.org/dev/nda/grants/jesus-film-project-branded-jf/\">Jesus Film Project</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><a href=\"https://allindiamission.com/\">All India Missions</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><a href=\"https://friendsofukraine.info/\">Friends of Ukraine</a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><a href=\"https://www.africanleadershipdevelopment.com/\">African Leadership Development </a></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading -->\n<h2 class=\"wp-block-heading\">Resources</h2>\n<!-- /divi:heading -->[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" hover_enabled=\"0\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Faith','','inherit','closed','closed','','2170-revision-v1','','','2025-04-11 19:11:29','2025-04-11 19:11:29','',2170,'https://staging.amtacshooting.com/?p=4424',0,'revision','',0),
(4425,10,'2025-04-11 19:17:21','2025-04-11 19:17:21','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"2_3,1_3\" sticky_enabled=\"0\" width=\"100%\" module_alignment=\"center\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" custom_padding=\"0px|||0px|false|false\" sticky_enabled=\"0\" custom_padding_last_edited=\"on|phone\" custom_padding_phone=\"|15px||15px|false|true\" custom_padding_tablet=\"|15px||15px|false|false\"]<p><!-- divi:paragraph -->As a follower of Christ, I want to share this page to encourage guys that are seeking after the truth.</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:heading --></p>\n<h2 class=\"wp-block-heading\">Podcasts</h2>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:image {\"id\":2412,\"width\":\"357px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"contain\",\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-medium is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184-300x300.png\" alt=\"\" class=\"wp-image-2412\" style=\"aspect-ratio: 1; object-fit: contain; width: 357px; height: auto;\" /></figure>\n<p><!-- /divi:image --></p>\n<p><!-- divi:heading --></p>\n<h2 class=\"wp-block-heading\">Season 3</h2>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">Biblical Manhood Pt 1</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 1<br />Date: Feb 2 2024<br />Verses: 1 Corinthians 9:24-27</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-14433783\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14433783-biblical-manhood-pt-1-feb-2-2024.js?container_id=buzzsprout-player-14433783&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html --> <!-- divi:heading --> </p>\n<p>\n<br />\n<h2 class=\"wp-block-heading\">Season 2</h2>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:heading {\"level\":3} --> </p>\n<p>\n<br />\n<h3 class=\"wp-block-heading\">Romans 1:1-17</h3>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:paragraph --> Bill Rapier Ep: 7 Date: Dec 31 2023 Verses: Romans 1:1-17 <!-- /divi:paragraph --> <!-- divi:html --> </p>\n<p>\n<br />\n<div id=\"buzzsprout-player-14231037\"></div>\n<p>\n\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14231037-romans-1-1-17-dec-31-2023.js?container_id=buzzsprout-player-14231037&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">Sola Fide</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 6<br />Date: Oct 16 2023<br />Verses: 1 Peter 3:15</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-14408824\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14408824-sola-fide-oct-16-2023.js?container_id=buzzsprout-player-14408824&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html --> <!-- divi:heading {\"level\":3} --> </p>\n<p>\n<br />\n<h3 class=\"wp-block-heading\">Developing Solid Christian Men</h3>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:paragraph --> Bill Rapier Ep: 5 Date: Oct 5 2023 Verses: <!-- /divi:paragraph --> <!-- divi:html --> </p>\n<p>\n<br />\n<div id=\"buzzsprout-player-14408451\"></div>\n<p>\n\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14408451-developing-solid-christian-men-oct-5-2023.js?container_id=buzzsprout-player-14408451&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">Faith Without Works is Dead</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 4<br />Date: June 18 2023<br />Verses: James 2:14-26</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-14408693\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14408693-faith-without-works-is-dead-june-18-2023.js?container_id=buzzsprout-player-14408693&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html --> <!-- divi:heading {\"level\":3} --> </p>\n<p>\n<br />\n<h3 class=\"wp-block-heading\">God, Family, and the Gospel</h3>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:paragraph --> Bill Rapier Ep: 3 Date: Aug 10 2022 Verses: Deuteronomy 6 <!-- /divi:paragraph --> <!-- divi:html --> </p>\n<p>\n<br />\n<div id=\"buzzsprout-player-14408921\"></div>\n<p>\n\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14408921-god-family-and-the-gospel-aug-10-2022.js?container_id=buzzsprout-player-14408921&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">What Are You Spending Yourself On?</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 2<br />Date: July 3 2022<br />Verses: Acts 20:17-36</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-14433485\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14433485-what-are-you-spending-yourself-on-july-3-2022.js?container_id=buzzsprout-player-14433485&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html --> <!-- divi:heading {\"level\":3} --> </p>\n<p>\n<br />\n<h3 class=\"wp-block-heading\">The Gospel and How it Changed Peter</h3>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:paragraph --> Bill Rapier Ep: 1 Date: Jan 2 2022 Verses: John 3:16-17 <!-- /divi:paragraph --> <!-- divi:html --> </p>\n<p>\n<br />\n<div id=\"buzzsprout-player-14433522\"></div>\n<p>\n\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14433522-the-gospel-and-how-it-changed-peter-jan-2-2022.js?container_id=buzzsprout-player-14433522&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading --></p>\n<h2 class=\"wp-block-heading\">Season 1</h2>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">Boldness in Christ</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 5<br />Date: June 6 2021<br />Verses: Acts 3-5</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-14433558\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14433558-boldness-in-christ-june-6-2021.js?container_id=buzzsprout-player-14433558&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html --> <!-- divi:heading {\"level\":3} --> </p>\n<p>\n<br />\n<h3 class=\"wp-block-heading\">What is Our Mission?</h3>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:paragraph --> Bill Rapier Ep: 4 Date: Nov 1 2020 Verses: Isaiah 43:7 1 Peter 2:9 John 14:21 Romans 12:1 John 1:1 <!-- /divi:paragraph --> <!-- divi:html --> </p>\n<p>\n<br />\n<div id=\"buzzsprout-player-13598710\"></div>\n<p>\n\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/13598710-what-is-our-mission-nov-1-2020.js?container_id=buzzsprout-player-13598710&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">What Are You Doing to Give God Glory and to Further His Kingdom?</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 3<br />Date: June 7 2020<br />Verses: Revelation 4:11 Ephesians 2:10</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-13598725\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/13598725-what-are-you-doing-to-give-god-glory-and-to-further-his-kingdom-june-7-2020.js?container_id=buzzsprout-player-13598725&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html --> <!-- divi:heading {\"level\":3} --> </p>\n<p>\n<br />\n<h3 class=\"wp-block-heading\">The Good News and Our Purpose</h3>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:paragraph --> Bill Rapier Ep: 2 Date: March 15 2020 Verses: Ephesians 2:1-10 <!-- /divi:paragraph --> <!-- divi:html --> </p>\n<p>\n<br />\n<div id=\"buzzsprout-player-14433663\"></div>\n<p>\n\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14433663-the-good-news-and-our-purpose-march-15-2020.js?container_id=buzzsprout-player-14433663&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">Thanksgiving and Counting it all Joy.</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 1<br />Date: Dec 8 2019<br />Verses: Ephesians 5:19-20 James 1:2-4</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-13598631\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/13598631-thanksgiving-and-counting-it-all-joy-dec-8-2019.js?container_id=buzzsprout-player-13598631&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading --></p>\n<h2 class=\"wp-block-heading\">Ministries We Support</h2>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph --><a href=\"https://www.compassion.com/\">Compassion</a></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --><a href=\"https://www.persecution.com/\">Voice of the Martyrs </a></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --><a href=\"https://www.jesusfilm.org/dev/nda/grants/jesus-film-project-branded-jf/\">Jesus Film Project</a></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --><a href=\"https://allindiamission.com/\">All India Missions</a></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --><a href=\"https://friendsofukraine.info/\">Friends of Ukraine</a></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --><a href=\"https://www.africanleadershipdevelopment.com/\">African Leadership Development </a></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:heading --></p>\n<h2 class=\"wp-block-heading\">Resources</h2>\n<p><!-- /divi:heading --></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" hover_enabled=\"0\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" disabled_on=\"on|on|off\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Faith','','inherit','closed','closed','','2170-revision-v1','','','2025-04-11 19:17:21','2025-04-11 19:17:21','',2170,'https://staging.amtacshooting.com/?p=4425',0,'revision','',0),
(4426,10,'2025-04-11 19:18:57','2025-04-11 19:18:57','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" width=\"100%\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"0px|15px||15px|false|true\" custom_padding_tablet=\"|15px||15px|false|false\" custom_padding_phone=\"|15px||15px|false|true\" custom_padding_last_edited=\"on|phone\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p><!-- divi:paragraph -->As a follower of Christ, I want to share this page to encourage guys that are seeking after the truth.</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:heading --></p>\n<h2 class=\"wp-block-heading\">Podcasts</h2>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:image {\"id\":2412,\"width\":\"357px\",\"height\":\"auto\",\"aspectRatio\":\"1\",\"scale\":\"contain\",\"sizeSlug\":\"medium\",\"linkDestination\":\"none\"} --></p>\n<figure class=\"wp-block-image size-medium is-resized\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184-300x300.png\" alt=\"\" class=\"wp-image-2412\" style=\"aspect-ratio: 1; object-fit: contain; width: 357px; height: auto;\" /></figure>\n<p><!-- /divi:image --></p>\n<p><!-- divi:heading --></p>\n<h2 class=\"wp-block-heading\">Season 3</h2>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">Biblical Manhood Pt 1</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 1<br />Date: Feb 2 2024<br />Verses: 1 Corinthians 9:24-27</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-14433783\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14433783-biblical-manhood-pt-1-feb-2-2024.js?container_id=buzzsprout-player-14433783&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html --> <!-- divi:heading --> </p>\n<p>\n<br />\n<h2 class=\"wp-block-heading\">Season 2</h2>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:heading {\"level\":3} --> </p>\n<p>\n<br />\n<h3 class=\"wp-block-heading\">Romans 1:1-17</h3>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:paragraph --> Bill Rapier Ep: 7 Date: Dec 31 2023 Verses: Romans 1:1-17 <!-- /divi:paragraph --> <!-- divi:html --> </p>\n<p>\n<br />\n<div id=\"buzzsprout-player-14231037\"></div>\n<p>\n\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14231037-romans-1-1-17-dec-31-2023.js?container_id=buzzsprout-player-14231037&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">Sola Fide</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 6<br />Date: Oct 16 2023<br />Verses: 1 Peter 3:15</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-14408824\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14408824-sola-fide-oct-16-2023.js?container_id=buzzsprout-player-14408824&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html --> <!-- divi:heading {\"level\":3} --> </p>\n<p>\n<br />\n<h3 class=\"wp-block-heading\">Developing Solid Christian Men</h3>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:paragraph --> Bill Rapier Ep: 5 Date: Oct 5 2023 Verses: <!-- /divi:paragraph --> <!-- divi:html --> </p>\n<p>\n<br />\n<div id=\"buzzsprout-player-14408451\"></div>\n<p>\n\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14408451-developing-solid-christian-men-oct-5-2023.js?container_id=buzzsprout-player-14408451&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">Faith Without Works is Dead</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 4<br />Date: June 18 2023<br />Verses: James 2:14-26</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-14408693\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14408693-faith-without-works-is-dead-june-18-2023.js?container_id=buzzsprout-player-14408693&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html --> <!-- divi:heading {\"level\":3} --> </p>\n<p>\n<br />\n<h3 class=\"wp-block-heading\">God, Family, and the Gospel</h3>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:paragraph --> Bill Rapier Ep: 3 Date: Aug 10 2022 Verses: Deuteronomy 6 <!-- /divi:paragraph --> <!-- divi:html --> </p>\n<p>\n<br />\n<div id=\"buzzsprout-player-14408921\"></div>\n<p>\n\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14408921-god-family-and-the-gospel-aug-10-2022.js?container_id=buzzsprout-player-14408921&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">What Are You Spending Yourself On?</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 2<br />Date: July 3 2022<br />Verses: Acts 20:17-36</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-14433485\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14433485-what-are-you-spending-yourself-on-july-3-2022.js?container_id=buzzsprout-player-14433485&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html --> <!-- divi:heading {\"level\":3} --> </p>\n<p>\n<br />\n<h3 class=\"wp-block-heading\">The Gospel and How it Changed Peter</h3>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:paragraph --> Bill Rapier Ep: 1 Date: Jan 2 2022 Verses: John 3:16-17 <!-- /divi:paragraph --> <!-- divi:html --> </p>\n<p>\n<br />\n<div id=\"buzzsprout-player-14433522\"></div>\n<p>\n\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14433522-the-gospel-and-how-it-changed-peter-jan-2-2022.js?container_id=buzzsprout-player-14433522&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading --></p>\n<h2 class=\"wp-block-heading\">Season 1</h2>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">Boldness in Christ</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 5<br />Date: June 6 2021<br />Verses: Acts 3-5</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-14433558\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14433558-boldness-in-christ-june-6-2021.js?container_id=buzzsprout-player-14433558&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html --> <!-- divi:heading {\"level\":3} --> </p>\n<p>\n<br />\n<h3 class=\"wp-block-heading\">What is Our Mission?</h3>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:paragraph --> Bill Rapier Ep: 4 Date: Nov 1 2020 Verses: Isaiah 43:7 1 Peter 2:9 John 14:21 Romans 12:1 John 1:1 <!-- /divi:paragraph --> <!-- divi:html --> </p>\n<p>\n<br />\n<div id=\"buzzsprout-player-13598710\"></div>\n<p>\n\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/13598710-what-is-our-mission-nov-1-2020.js?container_id=buzzsprout-player-13598710&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">What Are You Doing to Give God Glory and to Further His Kingdom?</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 3<br />Date: June 7 2020<br />Verses: Revelation 4:11 Ephesians 2:10</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-13598725\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/13598725-what-are-you-doing-to-give-god-glory-and-to-further-his-kingdom-june-7-2020.js?container_id=buzzsprout-player-13598725&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n<!-- /divi:html --> <!-- divi:heading {\"level\":3} --> </p>\n<p>\n<br />\n<h3 class=\"wp-block-heading\">The Good News and Our Purpose</h3>\n<p>\n\n<p><!-- /divi:heading --> <!-- divi:paragraph --> Bill Rapier Ep: 2 Date: March 15 2020 Verses: Ephesians 2:1-10 <!-- /divi:paragraph --> <!-- divi:html --> </p>\n<p>\n<br />\n<div id=\"buzzsprout-player-14433663\"></div>\n<p>\n\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/14433663-the-good-news-and-our-purpose-march-15-2020.js?container_id=buzzsprout-player-14433663&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading {\"level\":3} --></p>\n<h3 class=\"wp-block-heading\">Thanksgiving and Counting it all Joy.</h3>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph -->Bill Rapier<br />Ep: 1<br />Date: Dec 8 2019<br />Verses: Ephesians 5:19-20 James 1:2-4</p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:html --></p>\n<div id=\"buzzsprout-player-13598631\"></div>\n<p>\n<script src=\"https://www.buzzsprout.com/2212137/13598631-thanksgiving-and-counting-it-all-joy-dec-8-2019.js?container_id=buzzsprout-player-13598631&amp;player=small\" type=\"text/javascript\" charset=\"utf-8\"></script>\n</p>\n<p><!-- /divi:html --></p>\n<p><!-- divi:heading --></p>\n<h2 class=\"wp-block-heading\">Ministries We Support</h2>\n<p><!-- /divi:heading --></p>\n<p><!-- divi:paragraph --><a href=\"https://www.compassion.com/\">Compassion</a></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --><a href=\"https://www.persecution.com/\">Voice of the Martyrs </a></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --><a href=\"https://www.jesusfilm.org/dev/nda/grants/jesus-film-project-branded-jf/\">Jesus Film Project</a></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --><a href=\"https://allindiamission.com/\">All India Missions</a></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --><a href=\"https://friendsofukraine.info/\">Friends of Ukraine</a></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --><a href=\"https://www.africanleadershipdevelopment.com/\">African Leadership Development </a></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:heading --></p>\n<h2 class=\"wp-block-heading\">Resources</h2>\n<p><!-- /divi:heading --></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Faith','','inherit','closed','closed','','2170-revision-v1','','','2025-04-11 19:18:57','2025-04-11 19:18:57','',2170,'https://staging.amtacshooting.com/?p=4426',0,'revision','',0),
(4427,10,'2025-04-11 19:19:59','2025-04-11 19:19:59','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01688.jpg\" title_text=\"DSC01688\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<p>The cost for private training is $5500 a day, with a two day minimum, plus travel costs. We will discuss custom course curriculum for up to 8 people.  Please <a href=\"https://staging.amtacshooting.com/contact-us/\">contact</a> for details.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Private Training','','inherit','closed','closed','','1416-revision-v1','','','2025-04-11 19:19:59','2025-04-11 19:19:59','',1416,'https://staging.amtacshooting.com/?p=4427',0,'revision','',0),
(4428,10,'2025-04-11 19:20:41','2025-04-11 19:20:41','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01688.jpg\" title_text=\"DSC01688\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<p>The cost for private training is $5500 a day, with a two day minimum, plus travel costs. We will discuss custom course curriculum for up to 8 people.  Please <a href=\"https://staging.amtacshooting.com/contact-us/\">contact</a> for details.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" hover_enabled=\"0\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" disabled_on=\"on|on|off\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Private Training','','inherit','closed','closed','','1416-revision-v1','','','2025-04-11 19:20:41','2025-04-11 19:20:41','',1416,'https://staging.amtacshooting.com/?p=4428',0,'revision','',0),
(4429,10,'2025-04-11 19:22:44','2025-04-11 19:22:44','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"2_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][/et_pb_text][et_pb_heading title=\"Training\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" custom_padding=\"|0px||0px|false|true\" global_colors_info=\"{}\"][/et_pb_heading][ba_logo_grid column_count=\"3\" grid_gap=\"20px\" logo_size=\"309px\" column_count_tablet=\"3\" column_count_phone=\"2\" column_count_last_edited=\"on|phone\" grid_height_tablet=\"\" grid_height_phone=\"\" grid_height_last_edited=\"on|phone\" grid_gap_tablet=\"20px\" grid_gap_phone=\"0px\" grid_gap_last_edited=\"on|phone\" logo_size_tablet=\"309px\" logo_size_phone=\"309px\" logo_size_last_edited=\"on|phone\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width_tablet=\"\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_height_tablet=\"\" max_height_phone=\"\" max_height_last_edited=\"on|phone\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/defoor-logo.jpg\" brand_name=\"Defoor Proformance Shooting\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://defoor-proformance-shooting.myshopify.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/sayoc_tactical_group.jpg\" brand_name=\"Sayoc Tactical Group\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://sayoctactical.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/gustavo_muchado_jiu_jitsu.jpg\" brand_name=\"Gustavo Machado Brazilian Jiu-Jitsu\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"http://www.gustavomachado.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_heading title=\"Gear\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" module_alignment=\"left\" custom_padding=\"|0px||0px|false|true\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" text_orientation=\"center\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"]<h3></h3>\n<p><i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i><i><span></span></i></p>[/et_pb_text][ba_logo_grid column_count=\"3\" grid_gap=\"0px\" logo_size=\"293px\" column_count_tablet=\"3\" column_count_phone=\"2\" column_count_last_edited=\"on|phone\" grid_gap_tablet=\"0px\" grid_gap_phone=\"0px\" grid_gap_last_edited=\"on|phone\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px||0px||true|true\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/walther-logo.jpg\" brand_name=\"Walther \" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://waltherarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/NightForce-Wide-Round-Logo.png\" brand_name=\"Nightforce Precision Optics\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.nightforceoptics.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/bha_logo_gold_v3.jpg\" brand_name=\"Black Hills Ammunition\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"http://www.black-hills.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/black_point_tactical-1.jpg\" brand_name=\"Blackpoint Tactical\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://blackpointtactical.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/PROOF_logo_sm.jpg\" brand_name=\"Proof Research\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://proofresearch.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/us-night-vision-logo.jpg\" brand_name=\"US Night Vision\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://usnightvision.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/high-desert-cartridge-logo-sq.png\" brand_name=\"High Desert Cartridge Co\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://highdesertcartridge.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Recommended','','inherit','closed','closed','','234-revision-v1','','','2025-04-11 19:22:44','2025-04-11 19:22:44','',234,'https://staging.amtacshooting.com/?p=4429',0,'revision','',0),
(4430,10,'2025-04-15 18:53:15','2025-04-15 18:53:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bill Rapier</h3>\n<!-- /divi:heading -->\n\n<!-- divi:image {\"id\":1697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\" alt=\"Walther Pistol Bill\" class=\"wp-image-1697\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:pullquote -->\n<figure class=\"wp-block-pullquote\"><blockquote><p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p></blockquote></figure>\n<!-- /divi:pullquote -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Acosta</h3>\n<!-- /divi:heading -->\n\n<!-- divi:media-text {\"align\":\"wide\",\"mediaId\":1717,\"mediaLink\":\"https://www.amtacshooting.com/amtac-shooting-instructors/amtac-instructor-david-acosta/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg\" alt=\"\" class=\"wp-image-1717 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- divi:paragraph -->\n<p>&nbsp;David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an under-cover capacity for both state and federal investigations.&nbsp;</p>\n<!-- /divi:paragraph --></div></div>\n<!-- /divi:media-text -->\n\n<!-- divi:paragraph -->\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader and team leader. While there he was the primary marksmanship and tactics instructor for the team.&nbsp;</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their&nbsp; Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words... “Performance parallels preparation.”</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\"/><figcaption class=\"wp-element-caption\">David Acosta and Bill Rapier</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bryan Resnick</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\"/><figcaption class=\"wp-element-caption\">Kevin Kelly, Colin Quirk, Bill Rapier, Bryan Resnick and Frank Windell</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- divi:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:image {\"id\":1726,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1726\"/></figure>\n<!-- /divi:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Bryan \"Res\" Resnick</figcaption></figure>\n<!-- /divi:gallery -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Cagle</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\" alt=\"\" class=\"wp-image-1736\"/><figcaption class=\"wp-element-caption\">David Cagle</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kevin Kelly</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Kevin is a US Army Veteran. After his time as a soldier, he served his community as Firefighter/ EMT. He is a lifelong student of combatives and has trained under some of the best instructors in their fields.&nbsp;</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ &nbsp;under Mike Fernandez, boxed out of TMX boxing under Marty Mcdonough, he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier and Frank ‘Northman” Windell. He studied mindset, tactics and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>Kevin owns Winning Deadly Encounters, a force on force facility that provides a venue for people of all levels to test their skills against armed and trained roll players, a program that was started with the help of the late Frank “Northman’ Windell and Bryan Resnick.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>He is also the head combatives instructor for the East Coast Division of Father Son Ministry, a program that teaches young men to shoot and fight to allow them to be God’s instruments to protect their families. Kevin is a solid believer and is devoted to bringing up his family in a way that honors the Lord.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- divi:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\"/></figure>\n<!-- /divi:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Kevin Kelly and Bill Rapier</figcaption></figure>\n<!-- /divi:gallery -->[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" hover_enabled=\"0\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\" disabled_on=\"off|on|on\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Amtac Shooting Instructors','','inherit','closed','closed','','1686-revision-v1','','','2025-04-15 18:53:15','2025-04-15 18:53:15','',1686,'https://staging.amtacshooting.com/?p=4430',0,'revision','',0),
(4431,10,'2025-04-15 18:53:58','2025-04-15 18:53:58','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bill Rapier</h3>\n<!-- /divi:heading -->\n\n<!-- divi:image {\"id\":1697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\" alt=\"Walther Pistol Bill\" class=\"wp-image-1697\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:pullquote -->\n<figure class=\"wp-block-pullquote\"><blockquote><p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p></blockquote></figure>\n<!-- /divi:pullquote -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Acosta</h3>\n<!-- /divi:heading -->\n\n<!-- divi:media-text {\"align\":\"wide\",\"mediaId\":1717,\"mediaLink\":\"https://www.amtacshooting.com/amtac-shooting-instructors/amtac-instructor-david-acosta/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg\" alt=\"\" class=\"wp-image-1717 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- divi:paragraph -->\n<p>&nbsp;David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an under-cover capacity for both state and federal investigations.&nbsp;</p>\n<!-- /divi:paragraph --></div></div>\n<!-- /divi:media-text -->\n\n<!-- divi:paragraph -->\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader and team leader. While there he was the primary marksmanship and tactics instructor for the team.&nbsp;</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their&nbsp; Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words... “Performance parallels preparation.”</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\"/><figcaption class=\"wp-element-caption\">David Acosta and Bill Rapier</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bryan Resnick</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\"/><figcaption class=\"wp-element-caption\">Kevin Kelly, Colin Quirk, Bill Rapier, Bryan Resnick and Frank Windell</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- divi:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:image {\"id\":1726,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1726\"/></figure>\n<!-- /divi:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Bryan \"Res\" Resnick</figcaption></figure>\n<!-- /divi:gallery -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Cagle</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\" alt=\"\" class=\"wp-image-1736\"/><figcaption class=\"wp-element-caption\">David Cagle</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kevin Kelly</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Kevin is a US Army Veteran. After his time as a soldier, he served his community as Firefighter/ EMT. He is a lifelong student of combatives and has trained under some of the best instructors in their fields.&nbsp;</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ &nbsp;under Mike Fernandez, boxed out of TMX boxing under Marty Mcdonough, he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier and Frank ‘Northman” Windell. He studied mindset, tactics and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>Kevin owns Winning Deadly Encounters, a force on force facility that provides a venue for people of all levels to test their skills against armed and trained roll players, a program that was started with the help of the late Frank “Northman’ Windell and Bryan Resnick.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>He is also the head combatives instructor for the East Coast Division of Father Son Ministry, a program that teaches young men to shoot and fight to allow them to be God’s instruments to protect their families. Kevin is a solid believer and is devoted to bringing up his family in a way that honors the Lord.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- divi:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\"/></figure>\n<!-- /divi:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Kevin Kelly and Bill Rapier</figcaption></figure>\n<!-- /divi:gallery -->[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Amtac Shooting Instructors','','inherit','closed','closed','','1686-revision-v1','','','2025-04-15 18:53:58','2025-04-15 18:53:58','',1686,'https://staging.amtacshooting.com/?p=4431',0,'revision','',0),
(4432,10,'2025-04-15 18:57:10','2025-04-15 18:57:10','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together).</p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum).</p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.</p>\n<p>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</p>\n<p>-<strong>Eddie</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </p>\n<p><strong>-Tom</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Walter</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</p>\n<p><strong>-Scott</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.</p>\n<p><strong>-Matt</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.</p>\n<p><strong>-Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.</p>\n<p><strong>- Neal</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South.</p>\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-John</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. <!-- divi:paragraph --></p>\n<p>Thanks!<!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</p>\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>&nbsp;</p>\n<p>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</p>\n<p><strong>-Edward</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p><!-- divi:paragraph --></p>\n<p>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh.</p>\n<p><strong>-Walter</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.</p>\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</p>\n<p><strong>-Brian</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</p>\n<p><strong>-Todd</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!<strong><br />-Bart</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.</p>\n<p><strong>-Sean</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.</p>\n<p><strong>-JH</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br />First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</p>\n<p>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</p>\n<p><!-- divi:paragraph --></p>\n<p>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.</p>\n<p><strong>- Best Regards, Cameron</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"|0px||0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials','','inherit','closed','closed','','1791-revision-v1','','','2025-04-15 18:57:10','2025-04-15 18:57:10','',1791,'https://staging.amtacshooting.com/?p=4432',0,'revision','',0),
(4433,10,'2025-04-15 18:58:56','2025-04-15 18:58:56','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>I wanted to thank you, your sons, your apprentice and your wife (delicious burgers at the end of a long but great day) for an outstanding two days of combative training - The best I’ve ever experienced - On a scale of 1-10 (It was a 12)!!</p>\n<p>First and foremost, I’ve never experienced a more comprehensive curriculum (pistol shooting, run and gun, knife fighting, standup grappling, weapons system and combined tactics, tools review/recommendations, mind set talk, medic assistance review, safety protocols ALWAYS and breaking bread together).</p>\n<p>Second, I learned basics in a way that I had not experienced before - I had been taught them before but not in a way that was “sticky” with me (meaning; here’s how you do it (listen, watch, experience it yourself, and how to fix/adjust - add pressure/change circumstances, fix/adjust - go back to basics fix/adjust - Rep it).</p>\n<p>Lastly, it’s an honor to be taught by a warrior from your tribe, level and “tip of the spear” experiences. One of your nicknames that you shared with me says it all - “Spaniard” from Gladiator (one of the most famous and admired men to fight in the colosseum).</p>\n<p>I’m looking forward to rep’ing my new learnings, upgrading my tools and coming back for more teachings. I hope I get to see you in Jackson Hole - And have you and your family into my home and meet my family.</p>\n<p>Again, sincerely thank you - It was life changing for me.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-Bruce</strong><strong style=\"font-size: 14px;\"></strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Just wanted to say how fantastic your class was with Bryan Resnick. He is a great instructor, his style of instruction was perfect for the class/audience, I know my skills are improved and I walked away with more tools for my tool chest.</p>\n<p>Love the AMTAC mindset...Resnick is one hell of an individual. He is driven, honest, well skilled, treats everyone equally, and passionate. He is a great American. He\'s a great instructor.</p>\n<p>-<strong>Eddie</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>I wanted to thank you for a great class this week.  Your approach to teaching and life in general really stands out and were very helpful.  I\'ll keep an eye on your schedule for next year, hopefully I\'ll be able to grab a spot.  </p>\n<p><strong>-Tom</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Let me share with you how much I appreciated your instruction.  I teach part-time at the Univ of AZ Law School and know how hard it is to teach well, particularly a practical skill.  You do a great job of breaking things down, of gradually building on the steps to be taken, and of keeping it simple.  I also appreciate your keen eye on what we were doing and spotting problem areas in our execution (especially correcting some safety issues with me). Thank you again for sharing your expertise with us.</p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Walter</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>I’m a little late getting this out to you, but thanks again for the great Rifle Class on the Hybrid Carbine 26-27 August here in GA.  I probably would never have even attempted to hit a target out to 600 yards with a 5.56 rifle with a 3x scope and using a 55 grain round!  Thanks for walking me on to the target at that distance - it not only helped me to be a better shooter, but it also showed me the distances at which I can teach my Kiddos (all 3) to hit a target when they are a little older (gotta train the next generation of Responsibility Armed American Citizens!).  My wife and I are looking forward to your next trip down South to continue are training. Thanks for help over the last few years with your recommendations that save us both time and money on our gear.  My wife and I appreciate your time and commitment to our mutually passionate pursuit of our 2nd Amendment Right as Americans.  All the best to you and your Family - looking forward to next rejoin as soon as possible.</p>\n<p><strong>-Scott</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>I just wanted to reach out to thank you and your team at AMTAC. I recently had the privilege of attending the Pistol/Combatives 1 course with Res. It was an amazing experience and as expected I learned new techniques I could instantly implement as well as areas I need to improve. The training and the atmosphere created by Res were both top notch. I don’t want to say I was skeptical to train with someone besides you, because I felt that if you were sending someone out under your name the training would be exceptional, which it was. What I was worried about missing with someone else is what drew me to AMTAC in the first place, your openness regarding Christ. I was happy to hear Res mention Christ and the Bible several times throughout the day. My favorite part of the day was by far the mindset talk. “You can win every violent encounter you’re ever in, but it doesn’t mean anything if you are eternally separated from God, so fix that” or something close to that. I loved it and am so glad to be able to train with a company who knows and proclaims the truth. So again, thank you for the great training and thank you for your boldness in proclaiming Christ. I look forward to training with you in the future and would train with Res again any chance I have.</p>\n<p><strong>-Matt</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>I\'ve been training in various martial arts for 15 years. I am a Brazilian Jiu-Jitsu black belt and a senior instructor in Jeet Kune Do. I also run a martial arts school in Northern California. These three days with Bill Rapier and Tuhon Tom Kier were awesome. The amount of knowledge and experience in one room was unbelievable at times. I got to look at my experience in martial arts under an electron microscope! There is NO aspect of Violence that is left unexamined in this course. Lots of little things that I had never thought about had a light shed on them, details that are crucial when it comes to life and death. We covered everything from pistol, blade, ground fighting, multiple attackers, and basic medical. All of which were combined and \"pressure tested\" at the end of the course! Of all the courses and teachers I have spent time with over the years, this was by far the most comprehensive and detailed approach to fighting and self-defense I have experienced in three days. If I could only choose 1 course to take, this would be it! If someone had to get ready for a life-and-death encounter in three days, this is the only course I know of that would make someone capable of handling such a wide variety of violent situations in so little time. I will definitely be attending this course again.</p>\n<p><strong>-Thanks, Darrell Thompson, Cultivate Power Fight Arts</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties. Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.</p>\n<p><strong>- Neal</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>A few weeks ago, I took a class with Res on pistol and blade combatives near Indianapolis, Indiana. I’m a 30 year old Christian, husband and father with limited tactical experience. I have a desire to get good training and have no desire to experiment with different instructors and methods, but rather to find a course of instruction that I can confidently trust. Although I am grateful for all of the tactical training available, it does make selecting a training program difficult. I was briefly introduced to Amtac by John Hillman, several years ago and continued to be intrigued by videos posted online by “Kit Bader” (YouTube). I chose to train with Amtac in part due to Bill’s (and his staff’s) professional experience, but more importantly due to Bill’s (and therefore Amtac’s) spiritual convictions. By happenstance I saw that there was a class being hosted local to me and I prioritized attendance. I will continue to train with Amtac due to the quality of the instruction and the values they promote.<br />First and foremost, I believe that I received world class training with Res. Res is relatable, sociable, humble, and clearly a dedicated professional in his field. He is a talented instructor and I walked away more dangerous than I arrived. I appreciate the way that he objectively walked through pistol marksmanship the first half of the day. Most notably he succinctly diagnosed that my “three amigos” problem was my largest area for improvement. He provided me with exercises that can be done during dry fire - which I have successfully implemented into my training. I was also impressed with the blade training, the striking equipment made available as well as the large collection of different edged weapons to inspect. Strategically, I appreciate the distinctions that he made between knife and gun fighters’ mentalities. I am actively working some of the “knife fighter” principles into my warrior mindset. Operationally, I will be purchasing a Northman X to pocket carry as I am sold on the ability to discreetly prep a draw and be able to access a weapon when my waistline is being controlled. I could continue with significant take-aways but will digress for brevity. I will continue training with Amtac and recommending them to those serious about upholding their protector duties.</p>\n<p>I’m grateful for everything that I took away from the class and believe it was a good investment. I understand that there is a significant amount of material to be fit into a single day’s instruction and I saw that Res did a great job managing the classes’ schedule. One additional thing that I wish I could have taken away: practical examples of what training could look like at home, particularly as it relates to blade work. There is a lot of material online outlining dry firing, etc., but not so much for blade work. I would be interested to see examples of training setups/drills equivalent to pistol “dry firing”.</p>\n<p><!-- divi:paragraph --></p>\n<p>Lastly, I am grateful for the values of Amtac. It is refreshing to hear from a company that profits exclusively from tactical training and gear proport values that emphasize that tactical training is not everything: tactical training does not make a man. I believe this is a fallacy that is besieging American (i.e., 2A) culture. Biblically, I believe that it is a man’s responsibility to protect his family spiritually, emotionally, and physically. The emphasis that physical training is a part of what makes a man is refreshing and speaks powerfully, especially coming from professionals of physical violence. Res’ instruction, my dialogue with him and the mindset talk all consistently buttressed this. There is more I could speak to but again I will limit myself for brevity. I believe that I received instruction supported by values consistent with Biblical principles. I look forward to continuing training with Amtac. I would be grateful for the opportunity to train with Res again.</p>\n<p><strong>- Best Regards, Cameron</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>I just spent the day with Resnick in GA.  What an amazing class!  I thoroughly enjoyed learning all of the new material and Res and his ’tribe’ were amazing to be around.  Please keep me in the loop with any future classes that may be coming to the South.</p>\n<p>I have been to different schools and enjoyed learning from different instructors. But the day I spent with Bryan Resnick was exceptional. The combative- hand to hand knife / gun exercises with the ‘tribe’ was excellent. I am a process guy and I appreciated Bryan taking his time and explaining detailed techniques. Not only have you gained a new advocate… but a friend. Thanks again.</p>\n<p><strong style=\"font-size: 14px;\"></strong></p>\n<p><strong style=\"font-size: 14px;\">-John</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Thanks again for a great class, that was the most impactful training I’ve had by a long shot. <!-- divi:paragraph --></p>\n<p>Thanks!<!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>\n<p>-<strong>Chad</strong></p>\n<p>&nbsp;</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Great class. Young Mr Cagle did a very fine job and was a great representative for AmTac. Class was a great ROI.</p>\n<p><strong>-Amtac Shooting Carbine 1 Course Student</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>&nbsp;</p>\n<p>Regardless of your level of experience in striking, jiu jitsu, shooting, wrestling, or with knives, this class will open your eyes to which techniques are most applicable to a realistic grappling environment.  More importantly for me, the mindset portion of the class has taught me to think ahead of time about my willinesses to engage in big V Violence versus small v violence.</p>\n<p><strong>-Edward</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p><!-- divi:paragraph --></p>\n<p>I have now taken 4-5 of Bill\'s classes.  <br />Every time I learn something new or drive home a prior skill he taught.  <br />He knows how to keep it fresh.</p>\n<p><strong>-Walter</strong></p>\n<p><!-- /divi:paragraph --></p>\n<p><!-- divi:paragraph --></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>In summation, this was an excellent course and fit in perfectly with the subject matter I was seeking.  It definitely qualified in continuing to fill in the cracks in my training, and is a course that would even warrant repetition down the road.  I guess the best words I can say are these:  I had other choices of courses this same weekend, courses not far from where I live and with high-quality instructors who are highly thought-of in the training community.  After completing this course with Bill Rapier, I have no regrets about where I spent my money and time.</p>\n<p><strong>-Robert, of CIVILIAN GUNFIGHTER, Identifying the Best Training, Tools, and Tactics for the Armed Civilian!</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Great to meet you and thank you for putting on a great class over the weekend. As a guy that grew up hunting and around firearms I had shot a lot throughout my life, but until now didn’t realize that I had never really trained. What a great eye opener, and a quick way to pick up some useful knowledge.</p>\n<p><strong>-Brian</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Thanks for an OUTSTANDING class in Bangor! It is instantly among the best training I have had. The way you distributed that amount of information was impressive, your communication and instruction game is strong my friend. Great class, great time and a great group of people made it well worth every penny to get there. Can’t wait to train with AMTAC again!</p>\n<p><strong>-Todd</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!</p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>It was really great to attend your class in Wallingford CT! I came away from the class feeling more capable (more dangerous) but most importantly with practical skills that I can train-as you know skills are perishable so ongoing work is critical. The blade training and the hand to hand work was excellent (brand new to me)-going forward my training priority will be these skills! If I can get into Luigis Nov. 16 training with your mentor I will certainly attend. I appreciate that you lead by example: that is really the only kind of leadership there is. I came away from your course with the motivation to be a better more capable man in all aspects of my life. Thank you for inspiring me!<strong><br />-Bart</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>Yesterday I attended pistol and combatives with Rez. I was blown away. Rez is a great instructor. He was charismatic, informative, fun, and very skilled. I could see his passion for being a professional. Rez is just fun to be around and learn from. 10/10. He deserves a raise. I have attended a few shooting courses, but this curriculum was next level. The combatives portion of the day was eye opening. I wish I had started my training journey here. I walked away from the class having material to work on and train with. I am also glad to have waited to purchase a blade. The info given on design, concept and purpose was valuable. I\'ll be following up the email with a purchase.</p>\n<p><strong>-Sean</strong></p>[/et_pb_testimonial][et_pb_testimonial _builder_version=\"4.27.2\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"]<p>I just got back home from training in Indiana with Bryan Resnick and wanted to take a minute to share my feedback from the weekend. I was only signed up for the Saturday Carbine 1 Course and decided to stay for the Sunday Pistol/Combatives 1 Course. I can say very confidently that I walked away from this weekend significantly better in every category that was trained on range, and better in several categories that were discussed off range. Res has a gift for teaching; he is engaging, knowledgeable and humble. His ability to take a macro level concept and distill it down to its most granular parts was amazing to me. Having been a college athlete and collegiate coach, I have spent a lot of time around great coaches and have spent a lot of time trying to be a one, and Res stands out amongst them. Equally impactful for me was his ability to make me feel like he wanted me there. I aspire to be someone like this. Someone who makes you feel like you are one of them and they are glad that you are. The time spent off range with Res has changed my outlook on several facets of my own life. I was able to eat dinner with Res where he provided guidance for me as a husband, and on starting a family. Res also spoke to me about Christianity and his faith, and helped to guide me on my new journey to find faith. I can\'t thank Res and AMTAC enough for making stuff like this possible.</p>\n<p><strong>-JH</strong></p>[/et_pb_testimonial][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"|0px||0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" hover_enabled=\"0\" sticky_enabled=\"0\" disabled_on=\"on|on|off\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Testimonials','','inherit','closed','closed','','1791-revision-v1','','','2025-04-15 18:58:56','2025-04-15 18:58:56','',1791,'https://staging.amtacshooting.com/?p=4433',0,'revision','',0),
(4435,10,'2025-04-15 19:02:41','2025-04-15 19:02:41','#et-top-navigation nav>ul>li>a {\n    padding-bottom: 16px!important;\n    padding-top: 15px!important;\n}\n#top-menu .menu-item-has-children>a:first-child:after {\n    top: 15px!important;\n}\n\n.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: solid #5b5b5b 2px;\n}\n\n/* Style for the custom class added to the widget by Victoria*/\n.aligned-posts ul li {\n  display: flex;\n  align-items: top;\n \n\n}\n','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-04-15 19:02:41','2025-04-15 19:02:41','',7,'https://staging.amtacshooting.com/?p=4435',0,'revision','',0),
(4437,10,'2025-04-15 19:03:17','2025-04-15 19:03:17','#et-top-navigation nav>ul>li>a {\n    padding-bottom: 16px!important;\n    padding-top: 15px!important;\n}\n#top-menu .menu-item-has-children>a:first-child:after {\n    top: 15px!important;\n}\n\n.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: solid #5b5b5b 2px;\n}\n\n/* Style for the custom class added to the widget by Victoria*/\n.aligned-posts ul li {\n  display: flex;\n  align-items: top;\n  gap: 5px;\n\n}\n','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-04-15 19:03:17','2025-04-15 19:03:17','',7,'https://staging.amtacshooting.com/?p=4437',0,'revision','',0),
(4438,10,'2025-04-15 19:03:57','2025-04-15 19:03:57','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"2_3,1_3\" admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"2_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Amtac Shooting Pistol Integrated Combatives Course&nbsp;<br>by Hill People Gear</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 21, 2020</div>\n<div>We had the opportunity to take Bill Rapier\'s Pistol Integrated Combatives course this past year. We can highly recommend this USN veteran\'s school (AMTAC Shooting) and knives (AMTAC blades).</div>\n<div>&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=97cijTsUhvU</p>\n<hr>\n<div id=\"player\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-outer\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-inner\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container\" class=\"style-scope ytd-watch-flexy\" role=\"complementary\">\n<div id=\"container\" class=\"style-scope ytd-player\">\n<div id=\"movie_player\" class=\"html5-video-player ytp-transparent ytp-large-width-mode ytp-hide-info-bar playing-mode ytp-autohide\" tabindex=\"-1\" data-version=\"/yts/jsbin/player_ias-vflMJC6WU/en_US/base.js\" aria-label=\"YouTube Video Player\">\n<div class=\"ytp-chrome-bottom\" data-layer=\"8\">&nbsp;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<h3>Force on Force with AMTAC Shooting<br>by Kit Badger</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 13, 2020</div>\n</div>\n<div id=\"menu-container\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"container\" class=\"style-scope ytd-sentiment-bar-renderer\">&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=5Ii6tRka__g</p>\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Retired Navy SEAL Bill Rapier\'s Force on Force Class Review <br>by Tactical Hyve</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jul 26, 2019<br><span style=\"font-size: inherit;\"><span style=\"font-size: inherit;\">Watch Tactical Hyve\'s review of Bill Rapier\'s Force On Force class. Bill is a retired Navy SEAL who spent 14 of his 20 years of service at Naval Special Warfare Development Group. He\'s also the owner and lead instructor at Amtac Shooting.<br></span></span></div>\n<div>&nbsp;</div>\n</div>\n<div><a href=\"https://www.youtube.com/watch?v=6Z_NrLLZXRI\">https://www.youtube.com/watch?v=6Z_NrLLZXRI</a></div>\n<div>&nbsp;</div>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div class=\"style-scope ytd-video-primary-info-renderer\">\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51<br>by SureFire</h3>\n<p>Dec 11, 2019<br>Bill Rapier of Amtac Shooting discusses the necessity of a one handed draw and how to create space in a combative scenario.</p>\n<p>https://www.youtube.com/watch?v=LlyIgpMfpUw</p>\n<hr></div>\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38<br>by SureFire</h3>\n<p>Dec 5, 2018<br>Bill Rapier of Amtac Shooting discusses retention shooting in relation to combative techniques.</p>\n<p>https://www.youtube.com/watch?v=603kfkCUig0</p>\n</div>\n<div>\n<hr></div>\n</div>\n\n<!-- divi:heading {\"level\":3} -->\n<h3>American Tactical Shooting Instruction Force on Force<br>by Voodoo Man</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Jun 1, 2018<br>A few clips from amtacshooting.com Force on Force class held in NJ earlier this year. </p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=cqYqGxaFp0o\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=cqYqGxaFp0o\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>AMTAC | Bill Rapier - LE CQB<br>by Voodoo Man</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>September 26, 2016<br>Short clip taken during an LE CQB class taught by Bill Rapier of AMTAC Shooting</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=MiBMfx8ZdJg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MiBMfx8ZdJg\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /divi:separator -->\n\n<!-- divi:paragraph -->\n<p>\n\n\n\n\n\n\nSurefire - Battle of The Bill\'s 2019\n&nbsp;\n\n\nWise Men Companys\n\n\n<a href=\"https://www.youtube.com/watch?v=A5id8pwwphg\">https://www.youtube.com/watch?v=A5id8pwwphg</a>\n\n&nbsp;\nKit Badger\n&nbsp;\n\n\n\n\n</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=8fr-jGkSs0M\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=8fr-jGkSs0M\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:paragraph -->\n<p>SUNDAY GUNDAY</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=qy1R-Q8GZ1I\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qy1R-Q8GZ1I\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:paragraph -->\n<p>FourGuysGuns</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=7It3Eq5ttE8\\u0026t=494s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=7It3Eq5ttE8&amp;t=494s\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3></h3>\n<!-- /divi:heading -->[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" width=\"80%\" module_alignment=\"right\" custom_margin=\"|0px||0px|false|true\" custom_padding=\"|0px||0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row admin_label=\"row\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Amtac Shooting Pistol Integrated Combatives Course&nbsp;<br>by Hill People Gear</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 21, 2020</div>\n<div>We had the opportunity to take Bill Rapier\'s Pistol Integrated Combatives course this past year. We can highly recommend this USN veteran\'s school (AMTAC Shooting) and knives (AMTAC blades).</div>\n<div>&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=97cijTsUhvU</p>\n<hr>\n<div id=\"player\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-outer\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container-inner\" class=\"style-scope ytd-watch-flexy\">\n<div id=\"player-container\" class=\"style-scope ytd-watch-flexy\" role=\"complementary\">\n<div id=\"container\" class=\"style-scope ytd-player\">\n<div id=\"movie_player\" class=\"html5-video-player ytp-transparent ytp-large-width-mode ytp-hide-info-bar playing-mode ytp-autohide\" tabindex=\"-1\" data-version=\"/yts/jsbin/player_ias-vflMJC6WU/en_US/base.js\" aria-label=\"YouTube Video Player\">\n<div class=\"ytp-chrome-bottom\" data-layer=\"8\">&nbsp;</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n</div>\n<h3>Force on Force with AMTAC Shooting<br>by Kit Badger</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jan 13, 2020</div>\n</div>\n<div id=\"menu-container\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"container\" class=\"style-scope ytd-sentiment-bar-renderer\">&nbsp;</div>\n</div>\n<p>https://www.youtube.com/watch?v=5Ii6tRka__g</p>\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Retired Navy SEAL Bill Rapier\'s Force on Force Class Review <br>by Tactical Hyve</h3>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">Jul 26, 2019<br><span style=\"font-size: inherit;\"><span style=\"font-size: inherit;\">Watch Tactical Hyve\'s review of Bill Rapier\'s Force On Force class. Bill is a retired Navy SEAL who spent 14 of his 20 years of service at Naval Special Warfare Development Group. He\'s also the owner and lead instructor at Amtac Shooting.<br></span></span></div>\n<div>&nbsp;</div>\n</div>\n<div><a href=\"https://www.youtube.com/watch?v=6Z_NrLLZXRI\">https://www.youtube.com/watch?v=6Z_NrLLZXRI</a></div>\n<div>&nbsp;</div>\n<div id=\"info-text\" class=\"style-scope ytd-video-primary-info-renderer\">\n<div class=\"style-scope ytd-video-primary-info-renderer\">\n<hr>\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51<br>by SureFire</h3>\n<p>Dec 11, 2019<br>Bill Rapier of Amtac Shooting discusses the necessity of a one handed draw and how to create space in a combative scenario.</p>\n<p>https://www.youtube.com/watch?v=LlyIgpMfpUw</p>\n<hr></div>\n<div id=\"date\" class=\"style-scope ytd-video-primary-info-renderer\">\n<h3 class=\"title style-scope ytd-video-primary-info-renderer\">Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38<br>by SureFire</h3>\n<p>Dec 5, 2018<br>Bill Rapier of Amtac Shooting discusses retention shooting in relation to combative techniques.</p>\n<p>https://www.youtube.com/watch?v=603kfkCUig0</p>\n</div>\n<div>\n<hr></div>\n</div>\n\n<!-- divi:heading {\"level\":3} -->\n<h3>American Tactical Shooting Instruction Force on Force<br>by Voodoo Man</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Jun 1, 2018<br>A few clips from amtacshooting.com Force on Force class held in NJ earlier this year. </p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=cqYqGxaFp0o\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=cqYqGxaFp0o\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3>AMTAC | Bill Rapier - LE CQB<br>by Voodoo Man</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>September 26, 2016<br>Short clip taken during an LE CQB class taught by Bill Rapier of AMTAC Shooting</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=MiBMfx8ZdJg\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=MiBMfx8ZdJg\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"className\":\"is-style-wide\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity is-style-wide\"/>\n<!-- /divi:separator -->\n\n<!-- divi:paragraph -->\n<p>\n\n\n\n\n\n\nSurefire - Battle of The Bill\'s 2019\n&nbsp;\n\n\nWise Men Companys\n\n\n<a href=\"https://www.youtube.com/watch?v=A5id8pwwphg\">https://www.youtube.com/watch?v=A5id8pwwphg</a>\n\n&nbsp;\nKit Badger\n&nbsp;\n\n\n\n\n</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=8fr-jGkSs0M\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=8fr-jGkSs0M\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:paragraph -->\n<p>SUNDAY GUNDAY</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=qy1R-Q8GZ1I\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=qy1R-Q8GZ1I\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:paragraph -->\n<p>FourGuysGuns</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:embed {\"url\":\"https://www.youtube.com/watch?v=7It3Eq5ttE8\\u0026t=494s\",\"type\":\"video\",\"providerNameSlug\":\"youtube\",\"responsive\":true,\"className\":\"wp-embed-aspect-16-9 wp-has-aspect-ratio\"} -->\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\nhttps://www.youtube.com/watch?v=7It3Eq5ttE8&amp;t=494s\n</div></figure>\n<!-- /divi:embed -->\n\n<!-- divi:separator {\"opacity\":\"css\",\"extUtilities\":[]} -->\n<hr class=\"wp-block-separator has-css-opacity\"/>\n<!-- /divi:separator -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3></h3>\n<!-- /divi:heading -->[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Videos','','inherit','closed','closed','','1423-revision-v1','','','2025-04-15 19:03:57','2025-04-15 19:03:57','',1423,'https://staging.amtacshooting.com/?p=4438',0,'revision','',0),
(4440,10,'2025-04-15 19:08:04','2025-04-15 19:08:04','#et-top-navigation nav>ul>li>a {\n    padding-bottom: 16px!important;\n    padding-top: 15px!important;\n}\n#top-menu .menu-item-has-children>a:first-child:after {\n    top: 15px!important;\n}\n\n.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: solid #5b5b5b 2px;\n}\n\n/* Style for the custom class added to the widget by Victoria*/\n.aligned-posts ul li {\n  display: flex;\n  align-items: top;\n  gap: 5px;\n	font-family: oswald;\n	font-size: 24pt;\n\n}\n','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-04-15 19:08:04','2025-04-15 19:08:04','',7,'https://staging.amtacshooting.com/?p=4440',0,'revision','',0),
(4442,10,'2025-04-15 19:08:46','2025-04-15 19:08:46','#et-top-navigation nav>ul>li>a {\n    padding-bottom: 16px!important;\n    padding-top: 15px!important;\n}\n#top-menu .menu-item-has-children>a:first-child:after {\n    top: 15px!important;\n}\n\n.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: solid #5b5b5b 2px;\n}\n\n/* Style for the custom class added to the widget by Victoria*/\n.aligned-posts ul li {\n  display: flex;\n  align-items: top;\n  gap: 5px;\n	font-family: oswald;\n	font-size:12pt;\n\n}\n','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-04-15 19:08:46','2025-04-15 19:08:46','',7,'https://staging.amtacshooting.com/?p=4442',0,'revision','',0),
(4444,10,'2025-04-15 19:09:46','2025-04-15 19:09:46','#et-top-navigation nav>ul>li>a {\n    padding-bottom: 16px!important;\n    padding-top: 15px!important;\n}\n#top-menu .menu-item-has-children>a:first-child:after {\n    top: 15px!important;\n}\n\n.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: solid #5b5b5b 2px;\n}\n\n/* Style for the custom class added to the widget by Victoria*/\n.aligned-posts ul li {\n  display: flex;\n  align-items: top;\n  gap: 5px;\n	font-family: oswald;\n	font-size:16pt;\n	font-color: black;\n\n}\n','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-04-15 19:09:46','2025-04-15 19:09:46','',7,'https://staging.amtacshooting.com/?p=4444',0,'revision','',0),
(4445,10,'2025-04-15 19:10:17','2025-04-15 19:10:17','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text admin_label=\"Text\" _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][/et_pb_text][et_pb_heading title=\"Training\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" custom_padding=\"|0px||0px|false|true\" global_colors_info=\"{}\"][/et_pb_heading][ba_logo_grid column_count=\"3\" grid_gap=\"20px\" logo_size=\"309px\" column_count_tablet=\"3\" column_count_phone=\"2\" column_count_last_edited=\"on|phone\" grid_height_tablet=\"\" grid_height_phone=\"\" grid_height_last_edited=\"on|phone\" grid_gap_tablet=\"20px\" grid_gap_phone=\"0px\" grid_gap_last_edited=\"on|phone\" logo_size_tablet=\"309px\" logo_size_phone=\"309px\" logo_size_last_edited=\"on|phone\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" width_tablet=\"\" width_phone=\"100%\" width_last_edited=\"on|phone\" max_height_tablet=\"\" max_height_phone=\"\" max_height_last_edited=\"on|phone\" custom_padding=\"||||false|false\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/defoor-logo.jpg\" brand_name=\"Defoor Proformance Shooting\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://defoor-proformance-shooting.myshopify.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/sayoc_tactical_group.jpg\" brand_name=\"Sayoc Tactical Group\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://sayoctactical.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/gustavo_muchado_jiu_jitsu.jpg\" brand_name=\"Gustavo Machado Brazilian Jiu-Jitsu\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"http://www.gustavomachado.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_heading title=\"Gear\" _builder_version=\"4.27.0\" _module_preset=\"default\" title_font=\"Oswald||||||||\" title_text_align=\"center\" module_alignment=\"left\" custom_padding=\"|0px||0px|false|true\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"center\" text_orientation=\"center\" custom_padding=\"0px|0px|0px|0px|true|true\" global_colors_info=\"{}\"]<h3></h3>\n<p><i>Use code \"amtac\" for 5% off your purchase from Black Point Tactical.</i><i><span></span></i></p>[/et_pb_text][ba_logo_grid column_count=\"3\" grid_gap=\"0px\" logo_size=\"293px\" column_count_tablet=\"3\" column_count_phone=\"2\" column_count_last_edited=\"on|phone\" grid_gap_tablet=\"0px\" grid_gap_phone=\"0px\" grid_gap_last_edited=\"on|phone\" _builder_version=\"4.27.0\" _module_preset=\"default\" custom_padding=\"0px||0px||true|true\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/walther-logo.jpg\" brand_name=\"Walther \" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://waltherarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/NightForce-Wide-Round-Logo.png\" brand_name=\"Nightforce Precision Optics\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.nightforceoptics.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/bha_logo_gold_v3.jpg\" brand_name=\"Black Hills Ammunition\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"http://www.black-hills.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/black_point_tactical-1.jpg\" brand_name=\"Blackpoint Tactical\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://blackpointtactical.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/PROOF_logo_sm.jpg\" brand_name=\"Proof Research\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://proofresearch.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/us-night-vision-logo.jpg\" brand_name=\"US Night Vision\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://usnightvision.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/high-desert-cartridge-logo-sq.png\" brand_name=\"High Desert Cartridge Co\" _builder_version=\"4.27.0\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://highdesertcartridge.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Recommended','','inherit','closed','closed','','234-revision-v1','','','2025-04-15 19:10:17','2025-04-15 19:10:17','',234,'https://staging.amtacshooting.com/?p=4445',0,'revision','',0),
(4447,10,'2025-04-15 19:11:01','2025-04-15 19:11:01','#et-top-navigation nav>ul>li>a {\n    padding-bottom: 16px!important;\n    padding-top: 15px!important;\n}\n#top-menu .menu-item-has-children>a:first-child:after {\n    top: 15px!important;\n}\n\n.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: solid #5b5b5b 2px;\n}\n\n/* Style for the custom class added to the widget by Victoria*/\n.aligned-posts ul li {\n  display: flex;\n  align-items: top;\n  gap: 5px;\n	font-family: lato;\n	font-size:16pt;\n	font-color: black;\n\n}\n','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-04-15 19:11:01','2025-04-15 19:11:01','',7,'https://staging.amtacshooting.com/?p=4447',0,'revision','',0),
(4449,10,'2025-04-15 19:12:13','2025-04-15 19:12:13','#et-top-navigation nav>ul>li>a {\n    padding-bottom: 16px!important;\n    padding-top: 15px!important;\n}\n#top-menu .menu-item-has-children>a:first-child:after {\n    top: 15px!important;\n}\n\n.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: solid #5b5b5b 2px;\n}\n\n/* Style for the custom class added to the widget by Victoria*/\n.aligned-posts ul li {\n  display: flex;\n  align-items: top;\n  gap: 5px;\n	font-family: oswald;\n	font-size:16pt;\n	font-color: black;\n\n}\n','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-04-15 19:12:13','2025-04-15 19:12:13','',7,'https://staging.amtacshooting.com/?p=4449',0,'revision','',0),
(4451,10,'2025-04-15 19:12:56','2025-04-15 19:12:56','#et-top-navigation nav>ul>li>a {\n    padding-bottom: 16px!important;\n    padding-top: 15px!important;\n}\n#top-menu .menu-item-has-children>a:first-child:after {\n    top: 15px!important;\n}\n\n.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: solid #5b5b5b 2px;\n}\n\n/* Style for the custom class added to the widget by Victoria*/\n.aligned-posts ul li {\n  display: flex;\n  align-items: top;\n  gap: 2px;\n	font-family: oswald;\n	font-size:16pt;\n	font-color: black;\n\n}\n','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-04-15 19:12:56','2025-04-15 19:12:56','',7,'https://staging.amtacshooting.com/?p=4451',0,'revision','',0),
(4453,10,'2025-04-15 19:14:28','2025-04-15 19:14:28','#et-top-navigation nav>ul>li>a {\n    padding-bottom: 16px!important;\n    padding-top: 15px!important;\n}\n#top-menu .menu-item-has-children>a:first-child:after {\n    top: 15px!important;\n}\n\n.eventon_events_list .eventon_list_event .desc_trig{background-color:#fafafa}.eventon_events_list .eventon_list_event .desc_trig:hover{background-color:#f4f4f4}.ajde_evcal_calendar .calendar_header p,\n				.ajde_evcal_calendar .evcal_evdata_row .evcal_evdata_cell h3.evo_h3,\n				.evo_lightbox_content h3.evo_h3,\n				body .ajde_evcal_calendar h4.evo_h4, \n				.evo_content_in h4.evo_h4,\n				.evo_metarow_ICS .evcal_evdata_cell p a,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_desc2, \n				.eventon_list_event .evcal_desc span.evcal_event_title,\n				.evcal_desc span.evcal_desc2,	\n				.evo_metarow_ICS .evcal_evdata_cell p a, \n				.evo_metarow_learnMICS .evcal_col50 .evcal_evdata_cell p a,\n				.eventon_list_event .evo_metarow_locImg p.evoLOCtxt .evo_loc_text_title,		\n				.evo_clik_row .evo_h3,\n				.evotax_term_card .evotax_term_details h2, \n				.evotax_term_card h3.evotax_term_subtitle,\n				.ajde_evcal_calendar .evo_sort_btn,\n				.eventon_main_section  #evcal_cur,	\n				.ajde_evcal_calendar .calendar_header p.evo_month_title,		\n				.ajde_evcal_calendar .eventon_events_list .evcal_month_line p,\n				.eventon_events_list .eventon_list_event .evcal_cblock,			\n				.ajde_evcal_calendar .evcal_month_line,\n				.eventon_event .event_excerpt_in h3{font-family:roboto, \'arial narrow\'}.ajde_evcal_calendar .eventon_events_list p,\n				.eventon_events_list .eventon_list_event .evcal_desc span, \n				.evo_pop_body .evcal_desc span,\n				.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, \n				.evo_pop_body .evcal_desc span.evcal_event_subtitle,\n				.ajde_evcal_calendar .eventon_list_event .event_description .evcal_btn, \n				.evo_pop_body .evcal_btn, .evcal_btn,\n				.eventon_events_list .eventon_list_event .cancel_event .evo_event_headers, \n				.evo_pop_body .evo_event_headers.canceled,\n				.eventon_events_list .eventon_list_event .evcal_list_a .evo_above_title span,\n				.evo_pop_body .evcal_list_a .evo_above_title span,\n				.evcal_evdata_row.evcal_event_details .evcal_evdata_cell p,\n				#evcal_list .eventon_list_event .evoInput, .evo_pop_body .evoInput,\n				.evcal_evdata_row .evcal_evdata_cell p, \n				#evcal_list .eventon_list_event p.no_events,\n				.ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul,\n				.evoGuideCall em,\n				.evo_cal_above span,\n				.ajde_evcal_calendar .calendar_header .evo_j_dates .legend,\n				.eventon_sort_line p, .eventon_filter_line p{font-family:\'open sans\', \'arial narrow\'}.ajde_evcal_calendar .evo_sort_btn, .eventon_sf_field p, .evo_srt_sel p.fa{color:#B8B8B8}.ajde_evcal_calendar .evo_sort_btn:hover{color:#d8d8d8}#evcal_list .eventon_list_event .evcal_desc em{color:#8c8c8c}#evcal_list .eventon_list_event .evcal_desc em a{color:#c8c8c8}\n				#evcal_list .eventon_list_event .event_description .evcal_btn, .evo_pop_body .evcal_btn{color:#ffffff;background:#237ebd;}#evcal_list .eventon_list_event .event_description .evcal_btn:hover, .evo_pop_body .evcal_btn:hover{color:#fff;background:#237ebd;}.evcal_evdata_row .evcal_evdata_icons i, .evcal_evdata_row .evcal_evdata_custometa_icons i{color:#6B6B6B;font-size:18px;}.evcal_evdata_row .evcal_evdata_cell h3, .evo_clik_row .evo_h3{font-size:18px}#evcal_list .eventon_list_event .evcal_cblock{color:#ABABAB}.evcal_evdata_row .evcal_evdata_cell h2, .evcal_evdata_row .evcal_evdata_cell h3{color:#6B6B6B}#evcal_list .eventon_list_event .evcal_eventcard p, .ajde_evcal_calendar .eventon_events_list .eventon_desc_in ul{color:#656565}.ajde_evcal_calendar #evcal_head.calendar_header #evcal_cur, .ajde_evcal_calendar .evcal_month_line p{color:#C6C6C6}.eventon_events_list .eventon_list_event .evcal_eventcard, .evcal_evdata_row, .evorow .tbrow, .dark1, .evo_pop_body{background-color:#f5f5f5}.dark1:hover{background-color:#d8d8d8}.event_description .bordb, #evcal_list .bordb, .eventon_events_list .eventon_list_event .event_description, .bordr, #evcal_list, .evo_pop_body .bordb{border-color:#e5e5e5}.eventon_events_list .eventon_list_event .evcal_list_a:after,  .evcal_list_a:after{background-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event{background-color:#F9ECE4}.eventon_events_list .eventon_list_event .evcal_list_a.featured_event:hover{background-color:#FAE4D7}#eventon_loadbar_section{border-color:#cdcdcd}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.featured, .evo_pop_body .evcal_desc span.evo_above_title span.featured{color:#ffffff;background-color:#ffcb55;}.event_description .evcal_close{background-color:#eaeaea}.event_description .evcal_close:hover{background-color:#c7c7c7}#evcal_list .evorow.getdirections, .evo_pop_body .evorow.getdirections{background-color:#ffffff}#evcal_list .evorow.getdirections .evoInput, .evo_pop_body .evorow.getdirections .evoInput{color:#888888}#evcal_list .evorow.getdirections .evcalicon_9 i, .evo_pop_body .evorow.getdirections .evcalicon_9 i{color:#858585}#evcal_list .eventon_list_event .evcal_desc span.evcal_event_title, .evo_popup .eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_title{color:#6B6B6B}.eventon_events_list .eventon_list_event .evcal_desc span.evcal_event_subtitle, .evo_pop_body .evcal_desc span.evcal_event_subtitle{color:#6B6B6B}.fp_popup_option i{color:#999;font-size:22px;}.evo_cal_above span{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span:hover{color:#ffffff;background-color:#C8C8C8;}.evo_cal_above span.evo-gototoday-btn{color:#ffffff;background-color:#ADADAD;}.evo_cal_above span.evo-gototoday-btn:hover{color:#ffffff;background-color:#d3d3d3;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a{color:#a0a09f}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend{background-color:#f5f5f5}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a:hover{color:#a0a09f;background-color:#e6e6e6;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.current{color:#ffffff;background-color:#CFCFCF;}.ajde_evcal_calendar .calendar_header .evo_j_dates .legend a.set{color:#ffffff;background-color:#f79191;}.ajde_evcal_calendar .calendar_header .evcal_arrows{color:#e2e2e2;border-color:#e2e2e2;background-color:#ffffff;}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover{color:#e2e2e2;border-color:#e2e2e2;background-color:#e2e2e2;}.ajde_evcal_calendar .calendar_header .evcal_arrows .fa{color:#e2e2e2}.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa{color:#e2e2e2}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span, .evo_pop_body .evcal_desc span.evo_above_title span{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .evcal_desc span.evo_above_title span.canceled, .evo_pop_body .evcal_desc span.evo_above_title span.canceled{color:#ffffff;background-color:#F79191;}.eventon_events_list .eventon_list_event .cancel_event.evcal_list_a{color:#ffffff;background:repeating-linear-gradient(45deg,#FDF2F2,#FDF2F2 10px,#FAFAFA 10px,#FAFAFA 20px);}#eventon_loadbar{background-color:#efefef}#eventon_loadbar:before{background-color:#f5b87a}.evcal_desc .evcal_desc3 em.evocmd_button, #evcal_list .evcal_desc .evcal_desc3 em.evocmd_button{color:#ffffff;background-color:#237dbd;}.evo_metarow_socialmedia a.evo_ss{background-color:#f5f5f5;}.evo_metarow_socialmedia a.evo_ss:hover{background-color:#9d9d9d;}.evo_metarow_socialmedia a.evo_ss i{color:#858585;}.evo_metarow_socialmedia a.evo_ss:hover i{color:#ffffff;}.evo_metarow_socialmedia .evo_sm{border-color:#cdcdcd}body .EVOSR_section a.evo_do_search, body a.evosr_search_btn, .evo_search_bar_in a.evosr_search_btn{color:#3d3d3d}body .EVOSR_section a.evo_do_search:hover, body a.evosr_search_btn:hover, .evo_search_bar_in a.evosr_search_btn:hover{color:#bbbbbb}.EVOSR_section input, .evo_search_bar input{border-color:#ededed;background-color:#ffffff;}.evosr_blur{background-color:#f9d789;color:#14141E;}.evo_search_results_count span{background-color:#d2d2d2;color:#f9d789;}.EVOSR_section input:hover, .evo_search_bar input:hover{color:#c5c5c5}.evo_search_results_count{color:#14141E}.evcal_event_details .evcal_evdata_cell .eventon_details_shading_bot{\n		background: -moz-linear-gradient(top,  rgba(245,245,245,0) 0%, rgba(245,245,245,0.01) 1%, rgba(245,245,245,1) 100%); /* FF3.6+ */\nbackground: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,0)), color-stop(1%,rgba(245,245,245,0.01)), color-stop(100%,rgba(245,245,245,1))); /* Chrome,Safari4+ */\nbackground: -webkit-linear-gradient(top,  rgba(245,245,2454,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Chrome10+,Safari5.1+ */\nbackground: -o-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* Opera 11.10+ */\nbackground: -ms-linear-gradient(top,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* IE10+ */\nbackground: linear-gradient(to bottom,  rgba(245,245,245,0) 0%,rgba(245,245,245,0.01) 1%,rgba(245,245,245,1) 100%); /* W3C */\nfilter: progid:DXImageTransform.Microsoft.gradient( startColorstr=\'#00f5f5f5\', endColorstr=\'#f5f5f5\',GradientType=0 ); /* IE6-9 */\n	}#evcal_widget .event_description .evcal_evdata_row p {\n    line-height: 130%;\n    font-size: 16px!important;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .ev_ftImg {\n    margin: auto 0 auto 10px;\n    height: 100px;\n    width: 100px;\n}\n#evcal_widget .eventon_events_list .evcal_desc2 {\n    line-height: 180%;\n    font-size: 18px;\n}\n#evcal_widget .eventon_events_list .evo_below_title .evcal_event_subtitle {\n    line-height: 180%;\n    font-size: 14px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG .evcal_cblock {\n    left: 110px;\n}\n\n#evcal_widget #evcal_list .eventon_list_event .evcal_list_a {\n    padding: 15px 0;\n}\n#evcal_widget .eventon_list_event a.sin_val.hasFtIMG .evcal_desc, .sin_val.hasFtIMG .evcal_desc {\n    padding-left: 150px;\n}\n#evcal_widget .eventon_events_list .eventon_list_event .hasFtIMG.mul_val .evcal_desc {\n    padding-left: 150px;\n}\n.ajde_evcal_calendar.boxy.boxstyle1 #evcal_list .eventon_list_event .evcal_desc span.evcal_event_title {\n    overflow-wrap: break-word;\n    word-wrap: break-word;\n    overflow: hidden;\n    white-space: normal!important;\n    text-overflow: ellipsis;\n}\n\n/* Changes made by Victoria \nCalendar buttion customization\n*/\n.decm-show-data-display-block button {\n	background-color: #f4f4f4;\n	padding: 10px;\n	border-radius: 10px;\n	color: #5b5b5b;\n	font-size: 20px;\n	border: solid #5b5b5b 2px;\n	transition: all 0.25s ease;\n}\n\n.decm-show-data-display-block button:hover\n{\n	background-color: #5b5b5b;\n	color: #f4f4f4;\n	border: solid #5b5b5b 2px;\n}\n\n/* Style for the custom class added to the widget by Victoria*/\n.aligned-posts ul li {\n  display: flex;\n  align-items: top;\n  gap: 5px;\n	font-family: oswald;\n	font-size:12pt;\n	font-color: black;\n\n}\n','Divi','','inherit','closed','closed','','7-revision-v1','','','2025-04-15 19:14:28','2025-04-15 19:14:28','',7,'https://staging.amtacshooting.com/?p=4453',0,'revision','',0);
INSERT INTO `wp_posts` VALUES
(4455,10,'2025-04-15 19:15:24','2025-04-15 19:15:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_text _builder_version=\"4.16\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bill Rapier</h3>\n<!-- /divi:heading -->\n\n<!-- divi:image {\"id\":1697,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg\" alt=\"Walther Pistol Bill\" class=\"wp-image-1697\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:pullquote -->\n<figure class=\"wp-block-pullquote\"><blockquote><p>Bill Rapier is the owner and lead instructor of American Tactical Shooting Instruction LLC, also known as Amtac Shooting.</p></blockquote></figure>\n<!-- /divi:pullquote -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Acosta</h3>\n<!-- /divi:heading -->\n\n<!-- divi:media-text {\"align\":\"wide\",\"mediaId\":1717,\"mediaLink\":\"https://www.amtacshooting.com/amtac-shooting-instructors/amtac-instructor-david-acosta/\",\"mediaType\":\"image\"} -->\n<div class=\"wp-block-media-text alignwide is-stacked-on-mobile\"><figure class=\"wp-block-media-text__media\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg\" alt=\"\" class=\"wp-image-1717 size-full\"/></figure><div class=\"wp-block-media-text__content\"><!-- divi:paragraph -->\n<p>&nbsp;David Acosta started his law enforcement career in 2004 in a violent city in the northeastern United States. After having spent his first four years in the patrol division, he worked in a myriad of special assignments ranging from the department’s Crime Suppression Team, Warrant Task Force as well as the Street Crime and Narcotics Unit. While at the Narcotics Unit, he was primarily utilized in an under-cover capacity for both state and federal investigations.&nbsp;</p>\n<!-- /divi:paragraph --></div></div>\n<!-- /divi:media-text -->\n\n<!-- divi:paragraph -->\n<p>David was later recruited to the Federal Bureau of Investigation’s Regional Safe Streets Gang Task Force where he continued to work in a low-profile and undercover capacity assisting the task force in building federal investigations against violent street gangs. Thereafter, he was assigned to the United States Marshals Service Violent Fugitive Task Force. While there, he was tasked with tracking and apprehending violent felons who were actively eluding law enforcement apprehension. In 2015, David was transferred to the Police Academy as a full-time academy instructor where he was tasked with teaching and developing curriculum for both certified officers and recruits in hopes of passing on his experience to help develop the current and future generation of crime fighters.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>David joined the ranks of his department’s SWAT Team in 2008 and spent the next twelve years on the team working through the roles of assaulter, breacher, sniper, assistant team leader and team leader. While there he was the primary marksmanship and tactics instructor for the team.&nbsp;</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David retired from law enforcement in 2021 and now travels the country teaching for Fieldcraft Survival as one of their&nbsp; Master Trainers. He is responsible for course curriculum development as well as training up other instructors.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David’s methodology for coaching comes from both his training and personal experience. His approach to training is summed up in three words... “Performance parallels preparation.”</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1718,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg\" alt=\"Amtac Instructor David Acosta with Bill\" class=\"wp-image-1718\"/><figcaption class=\"wp-element-caption\">David Acosta and Bill Rapier</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Bryan Resnick</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">Bryan “Res” Resnick is a U.S. Army veteran and current Law Enforcement Officer with over 20 years combined experience. For the last 14 years he has been a member of a Regional S.W.A.T Team made up of 46 cities and towns that covers approximately 600 square miles. He has extensive real-world operational experience, to include the 2013 Marathon Bombing and Manhunt. Positions held include assaulter, sniper, department firearms lead and team firearms lead.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1728,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg\" alt=\"\" class=\"wp-image-1728\"/><figcaption class=\"wp-element-caption\">Kevin Kelly, Colin Quirk, Bill Rapier, Bryan Resnick and Frank Windell</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">Res is passionate about training and combatives. He is committed to improvement and enjoys helping good Americans on their path to becoming more capable.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- divi:image {\"id\":1727,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg\" alt=\"\" class=\"wp-image-1727\"/></figure>\n<!-- /divi:image -->\n\n<!-- divi:image {\"id\":1726,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\" alt=\"\" class=\"wp-image-1726\"/></figure>\n<!-- /divi:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Bryan \"Res\" Resnick</figcaption></figure>\n<!-- /divi:gallery -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">David Cagle</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">David Cagle has been heavily training with Amtac for several years, and currently works as a full-time peace officer with a municipal police department in Oklahoma. He is assigned to patrol and serves on collateral duty as a member of the regional Emergency Response Team (ERT).</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:image {\"id\":1736,\"sizeSlug\":\"full\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-full\"><img src=\"https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg\" alt=\"\" class=\"wp-image-1736\"/><figcaption class=\"wp-element-caption\">David Cagle</figcaption></figure>\n<!-- /divi:image -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">A lifelong student in the martial application of firearms, he has sought out quality training from many competent instructors and holds firearms instructor certifications from Amtac Shooting, Combat Shooting and Tactics (CSAT), Hardwired Tactical Shooting (HiTS), Rangemaster, Defense Training International, the Massad Ayoob Group, and the National Rifle Association.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">He also has a background in combatives, primarily training in Muay Thai, Western Boxing, and Sayoc Kali. He holds several defensive tactics instructor certifications from the National Law Enforcement Training Center (NLETC), and a blue belt in the Pride MMA Muay Thai system.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p><span style=\"font-weight: 400;\">In addition to firearms and combatives training, Mr. Cagle is actively involved with tactical medicine. He is a nationally registered EMT-B, with several discipline-specific certifications in areas such as TCCC and PHTLS. He holds tac med instructor certifications from the Federal Law Enforcement Training Center (FLETC) and ACS Stop the Bleed.</span></p>\n<!-- /divi:paragraph -->\n\n<!-- divi:heading {\"level\":3} -->\n<h3 class=\"wp-block-heading\">Kevin Kelly</h3>\n<!-- /divi:heading -->\n\n<!-- divi:paragraph -->\n<p>Kevin is a US Army Veteran. After his time as a soldier, he served his community as Firefighter/ EMT. He is a lifelong student of combatives and has trained under some of the best instructors in their fields.&nbsp;</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>Kevin has been training with AMTAC since 2014, he trains BJJ &nbsp;under Mike Fernandez, boxed out of TMX boxing under Marty Mcdonough, he trains Sayoc under Nick Stevens. Kevin trains integrated combatives under Bill Rapier and Frank ‘Northman” Windell. He studied mindset, tactics and teaching with Tom Kier. He is passionate about making good people more capable.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>Kevin owns Winning Deadly Encounters, a force on force facility that provides a venue for people of all levels to test their skills against armed and trained roll players, a program that was started with the help of the late Frank “Northman’ Windell and Bryan Resnick.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:paragraph -->\n<p>He is also the head combatives instructor for the East Coast Division of Father Son Ministry, a program that teaches young men to shoot and fight to allow them to be God’s instruments to protect their families. Kevin is a solid believer and is devoted to bringing up his family in a way that honors the Lord.</p>\n<!-- /divi:paragraph -->\n\n<!-- divi:gallery {\"linkTo\":\"none\"} -->\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped\"><!-- divi:image {\"id\":663,\"sizeSlug\":\"large\",\"linkDestination\":\"none\"} -->\n<figure class=\"wp-block-image size-large\"><img src=\"https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg\" alt=\"Kevin Kelly\" class=\"wp-image-663\"/></figure>\n<!-- /divi:image --><figcaption class=\"blocks-gallery-caption wp-element-caption\">Kevin Kelly and Bill Rapier</figcaption></figure>\n<!-- /divi:gallery -->[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Amtac Shooting Instructors','','inherit','closed','closed','','1686-revision-v1','','','2025-04-15 19:15:24','2025-04-15 19:15:24','',1686,'https://staging.amtacshooting.com/?p=4455',0,'revision','',0),
(4456,10,'2025-04-17 20:17:10','2025-04-17 20:17:10','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|3px||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" hover_enabled=\"0\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/amtac_vector_logo_colorcmyk-scaled-1.jpg\" alt=\"Amtac Shooting Logo\" title_text=\"amtac_vector_logo_colorcmyk\" align=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-17 20:17:10','2025-04-17 20:17:10','',3631,'https://staging.amtacshooting.com/?p=4456',0,'revision','',0),
(4457,10,'2025-04-17 20:17:31','2025-04-17 20:17:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|3px||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" hover_enabled=\"0\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\" sticky_enabled=\"0\" disabled_on=\"on|on|off\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/amtac_vector_logo_colorcmyk-scaled-1.jpg\" alt=\"Amtac Shooting Logo\" title_text=\"amtac_vector_logo_colorcmyk\" align=\"center\" _builder_version=\"4.27.0\" _module_preset=\"default\" width=\"200px\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" global_colors_info=\"{}\"]<p>© 2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" active_link_color=\"#FFFFFF\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_enable_color=\"off\" global_colors_info=\"{}\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-17 20:17:31','2025-04-17 20:17:31','',3631,'https://staging.amtacshooting.com/?p=4457',0,'revision','',0),
(4458,10,'2025-04-17 20:28:25','2025-04-17 20:28:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|3px||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-17 20:28:25','2025-04-17 20:28:25','',3631,'https://staging.amtacshooting.com/?p=4458',0,'revision','',0),
(4459,10,'2025-04-17 20:30:58','2025-04-17 20:30:58','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|3px||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" details_margin=\"0px|||0px|false|false\" details_margin_last_edited=\"on|desktop\" sticky_enabled=\"0\" details_margin_phone=\"|||0px|false|false\" details_margin_tablet=\"0px|||0px|false|false\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-17 20:30:58','2025-04-17 20:30:58','',3631,'https://staging.amtacshooting.com/?p=4459',0,'revision','',0),
(4460,10,'2025-04-17 20:32:27','2025-04-17 20:32:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|3px||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" details_margin=\"0px|||0px|false|false\" details_margin_last_edited=\"on|desktop\" sticky_enabled=\"0\" details_margin_phone=\"|||0px|false|false\" details_padding=\"|||40px|false|false\" details_margin_tablet=\"0px|||0px|false|false\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-17 20:32:27','2025-04-17 20:32:27','',3631,'https://staging.amtacshooting.com/?p=4460',0,'revision','',0),
(4462,10,'2025-04-17 20:34:13','2025-04-17 20:34:13','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|3px||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" details_margin=\"0px|||0px|false|false\" details_margin_last_edited=\"on|tablet\" sticky_enabled=\"0\" details_margin_phone=\"|||0px|false|false\" details_padding=\"|||40px|false|false\" details_margin_tablet=\"0px|||0px|false|false\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-17 20:34:13','2025-04-17 20:34:13','',3631,'https://staging.amtacshooting.com/?p=4462',0,'revision','',0),
(4463,10,'2025-04-17 20:37:55','2025-04-17 20:37:55','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|3px||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" details_margin=\"0px|||0px|false|false\" details_padding=\"|||0px|false|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" details_margin_tablet=\"0px|||0px|false|false\" details_margin_phone=\"|||0px|false|false\" details_margin_last_edited=\"on|desktop\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-04-17 20:37:55','2025-04-17 20:37:55','',3631,'https://staging.amtacshooting.com/?p=4463',0,'revision','',0),
(4464,10,'2025-04-17 20:48:08','2025-04-17 20:48:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blog include_categories=\"21\" show_author=\"off\" show_date=\"off\" show_categories=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" module_alignment=\"right\" sticky_enabled=\"0\" disabled_on=\"on|on|off\" text_orientation=\"left\" width=\"100%\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','AARS','','publish','closed','closed','','aars','','','2025-04-17 20:56:25','2025-04-17 20:56:25','',0,'https://staging.amtacshooting.com/?page_id=4464',0,'page','',0),
(4465,10,'2025-04-17 20:46:14','2025-04-17 20:46:14','<!-- wp:divi/placeholder /-->','AARS','','inherit','closed','closed','','4464-revision-v1','','','2025-04-17 20:46:14','2025-04-17 20:46:14','',4464,'https://staging.amtacshooting.com/?p=4465',0,'revision','',0),
(4467,10,'2025-04-17 20:48:08','2025-04-17 20:48:08','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blog include_categories=\"21\" show_author=\"off\" show_date=\"off\" show_categories=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" module_alignment=\"right\" sticky_enabled=\"0\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','AARS','','inherit','closed','closed','','4464-revision-v1','','','2025-04-17 20:48:08','2025-04-17 20:48:08','',4464,'https://staging.amtacshooting.com/?p=4467',0,'revision','',0),
(4468,10,'2025-04-17 20:49:18','2025-04-17 20:49:18','<!-- wp:divi/placeholder /-->','Posts','','inherit','closed','closed','','79-revision-v1','','','2025-04-17 20:49:18','2025-04-17 20:49:18','',79,'https://staging.amtacshooting.com/?p=4468',0,'revision','',0),
(4470,10,'2025-04-17 20:52:09','2025-04-17 20:52:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_blog _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\" include_categories=\"all\" show_content=\"on\" show_author=\"off\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\" orientation=\"right\" disabled_on=\"on|on|off\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3010-revision-v1','','','2025-04-17 20:52:09','2025-04-17 20:52:09','',3010,'https://staging.amtacshooting.com/?p=4470',0,'revision','',0),
(4471,10,'2025-04-17 20:53:04','2025-04-17 20:53:04','','Posts','','inherit','closed','closed','','79-revision-v1','','','2025-04-17 20:53:04','2025-04-17 20:53:04','',79,'https://staging.amtacshooting.com/?p=4471',0,'revision','',0),
(4472,10,'2025-04-17 20:53:10','2025-04-17 20:53:10','<!-- wp:divi/placeholder /-->','Posts','','inherit','closed','closed','','79-revision-v1','','','2025-04-17 20:53:10','2025-04-17 20:53:10','',79,'https://staging.amtacshooting.com/?p=4472',0,'revision','',0),
(4473,10,'2025-04-17 20:54:18','2025-04-17 20:54:18','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blog include_categories=\"21\" show_author=\"off\" show_date=\"off\" show_categories=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_sidebar orientation=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" module_alignment=\"right\" sticky_enabled=\"0\" disabled_on=\"on|on|off\" text_orientation=\"left\" width=\"100%\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','AARS','','inherit','closed','closed','','4464-revision-v1','','','2025-04-17 20:54:18','2025-04-17 20:54:18','',4464,'https://staging.amtacshooting.com/?p=4473',0,'revision','',0),
(4475,10,'2025-04-17 20:58:46','2025-04-17 20:56:11',' ','','','publish','closed','closed','','4475','','','2025-04-17 20:58:46','2025-04-17 20:58:46','',0,'https://staging.amtacshooting.com/2025/04/17/4475/',10,'nav_menu_item','',0),
(4476,10,'2025-04-17 20:57:42','2025-04-17 20:57:42','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog include_categories=\"all\" show_author=\"off\" show_date=\"off\" show_categories=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Articles','','publish','closed','closed','','articles','','','2025-04-17 21:19:06','2025-04-17 21:19:06','',0,'https://staging.amtacshooting.com/?page_id=4476',0,'page','',0),
(4477,10,'2025-04-17 20:56:52','2025-04-17 20:56:52','<!-- wp:divi/placeholder /-->','Articles','','inherit','closed','closed','','4476-revision-v1','','','2025-04-17 20:56:52','2025-04-17 20:56:52','',4476,'https://staging.amtacshooting.com/?p=4477',0,'revision','',0),
(4478,10,'2025-04-17 20:57:42','2025-04-17 20:57:42','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_blog include_categories=\"all\" show_author=\"off\" show_date=\"off\" show_categories=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"post_content\" sticky_enabled=\"0\"][/et_pb_blog][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\" theme_builder_area=\"post_content\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Articles','','inherit','closed','closed','','4476-revision-v1','','','2025-04-17 20:57:42','2025-04-17 20:57:42','',4476,'https://staging.amtacshooting.com/?p=4478',0,'revision','',0),
(4480,10,'2025-04-17 20:58:46','2025-04-17 20:58:46',' ','','','publish','closed','closed','','4480','','','2025-04-17 20:58:46','2025-04-17 20:58:46','',0,'https://staging.amtacshooting.com/2025/04/17/4480/',8,'nav_menu_item','',0),
(4483,10,'2025-04-17 21:05:49','2025-04-17 21:05:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\" hover_enabled=\"0\" sticky_enabled=\"0\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"et_footer_layout\"][et_pb_menu _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"amtac_vector_logo_colorcmyk\" logo=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/amtac_vector_logo_colorcmyk-scaled-1.jpg\" width=\"100%\" background_color=\"RGBA(255,255,255,0)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3010-revision-v1','','','2025-04-17 21:05:49','2025-04-17 21:05:49','',3010,'https://staging.amtacshooting.com/?p=4483',0,'revision','',0),
(4484,10,'2025-04-17 21:05:49','2025-04-17 21:05:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_blog include_categories=\"all\" show_author=\"off\" show_date=\"off\" show_categories=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_blog][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Articles','','inherit','closed','closed','','4476-revision-v1','','','2025-04-17 21:05:49','2025-04-17 21:05:49','',4476,'https://staging.amtacshooting.com/?p=4484',0,'revision','',0),
(4486,10,'2025-04-17 21:09:03','2025-04-17 21:09:03','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"et_footer_layout\"][et_pb_menu _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"amtac_vector_logo_colorcmyk\" logo=\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/amtac_vector_logo_colorcmyk-scaled-1.jpg\" width=\"100%\" background_color=\"RGBA(255,255,255,0)\" active_link_color__hover_enabled=\"on|desktop\" menu_text_color=\"#FFFFFF\" background_layout=\"dark\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3010-revision-v1','','','2025-04-17 21:09:03','2025-04-17 21:09:03','',3010,'https://staging.amtacshooting.com/?p=4486',0,'revision','',0),
(4490,10,'2025-04-17 21:18:43','2025-04-17 21:18:43','','Amtac Shooting Red White Border for Dark Backgrounf','','inherit','open','closed','','amtac-shooting-red-white-border-for-dark-backgrounf','','','2025-04-17 21:18:43','2025-04-17 21:18:43','',0,'https://staging.amtacshooting.com/wp-content/uploads/2025/04/Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf.png',0,'attachment','image/png',0),
(4491,10,'2025-04-17 21:19:06','2025-04-17 21:19:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\" hover_enabled=\"0\" sticky_enabled=\"0\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\"][et_pb_column _builder_version=\"4.27.2\" _module_preset=\"default\" type=\"4_4\" theme_builder_area=\"et_footer_layout\"][et_pb_menu _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"Amtac Shooting Red White Border for Dark Backgrounf\" logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/04/Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf.png\" width=\"100%\" background_color=\"RGBA(255,255,255,0)\" active_link_color__hover_enabled=\"on|desktop\" menu_text_color=\"#FFFFFF\" background_layout=\"dark\" logo_width=\"15%\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3010-revision-v1','','','2025-04-17 21:19:06','2025-04-17 21:19:06','',3010,'https://staging.amtacshooting.com/?p=4491',0,'revision','',0),
(4493,10,'2025-04-25 20:45:54','2025-04-25 20:45:54','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-04-25 20:45:54','2025-04-25 20:45:54','',4156,'https://staging.amtacshooting.com/?p=4493',0,'revision','',0),
(4495,10,'2025-04-25 20:52:14','2025-04-25 20:52:14','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Transcript from the video</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting.</p>\n<p>We just did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets yesterday and I wanted to go through the gear.</p>\n<p>First off, I was running everything in this HeadWall 55L backpack. It’s a hyper light pack. I like it. It’s made from a material formerly known as Cuben fiber. It’s waterproof, so it doesn’t absorb moisture.</p>\n<p>First off, I had a ridge rest ground pad. I always want to think worst case scenario if I break my leg or one of the guys breaks their legs and we have to camp out. So I always have a ground pad with me.</p>\n<p>Next, we were testing when my friend’s Gorilla Coms units right here from Iron Spear, so we were testing these out.</p>\n<p>I had this lightweight Patagonia puff jacket on. This is lighter than most of my other puffs, which is why I had this one.</p>\n<p>I used this for the filter. A Katadyn 1L water filter. This is a new to me one. It’s significantly better than the other filters I’ve been using in the past. We just had a really small water source and this worked really well.</p>\n<p>Okay, this is my basic stay alive loadout right here. I keep a programmed radio in here. I disassembled it, so no antenna on it, no battery on it, so it doesn’t accidentally get turned on and also so the antenna won’t break off. I have two battery packs. And then this Garmin InReach Mini is a great tool for about $300 and then $12 a month. Then you have a satellite texting device. It’s a great tool. This is basically emergency stuff that goes with me all the time.</p>\n<p>I had two of these Peak camping meals with me. I ended up eating one of them on the road. Chocolate covered espresso beans.</p>\n<p>A blowout kit.</p>\n<p><a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">Amtac Blades Battle Axe</a>.</p>\n<p>Two titanium water bottles. They’re more expensive, but I like saving weight. A 1200 milliliter one and a 800 milliliter one. So I had a total of three liters with me as a fairly dry ridge. There was only one spot with a little bit of questionable water source.</p>\n<p>I packed a Soto Windmaster stove. All I had was a small fuel canister because that’s all I figured I needed for this.</p>\n<p>I ended up wearing this top, it’s Outdoor Research. I have their Helium jacket and then the same pants. This thing is great. It stops the wind and also will keep me dry.</p>\n<p>I also have this Silponcho. This is a great tool for if you do have to camp out to keep the snow off of you, right? To build some sort of a shelter. So great tool right there.</p>\n<p>This is a Mountain Laurel Design 12 ounce bivy sack. So it’s one of the lightest actual Gore-Tex bivy sacks. This has been a great. I’ve used this a bunch.</p>\n<p>And then I have a Sea to Summit sleeping bag, a 32 degree sleeping bag. It’s only one pound. I definitely would have been cold if I would have to spend the night up there but I probably would not have died.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"]<p><a href=\"https://www.amazon.com/WindMaster-Stove-Micro-Regulator-4Flex/dp/B00M1V86WK?crid=2KMX06AQCYJJH&amp;keywords=Soto%2Bwindmaster%2Bstove%2Bin%2BTok%E2%80%99s%2B750ml%2Bpot&amp;qid=1699659917&amp;sprefix=soto%2Bwindmaster%2Bstove%2Bin%2Btok%2Bs%2B750ml%2Bpot%2B%2Caps%2C147&amp;sr=8-2&amp;th=1&amp;linkCode=sl1&amp;tag=amtac-20&amp;linkId=2501a51ee0d0fb895cee296baf1bef24&amp;language=en_US&amp;ref_=as_li_ss_tl\" target=\"_blank\" rel=\"noopener\">yo</a></p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Detailed Gear List</h2>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"7\">\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" onclick=\"javascript:window.open(\'https://amzn.to/475vKtP\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/475vKtP</a>)</li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" onclick=\"javascript:window.open(\'https://amzn.to/3uaJbtY\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3uaJbtY</a>)</li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" onclick=\"javascript:window.open(\'https://amzn.to/49xMvje\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49xMvje</a>)</li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" onclick=\"javascript:window.open(\'https://amzn.to/49zjXWC\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49zjXWC</a>)</li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n</ol>\n</div>\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\" start=\"4\">\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" onclick=\"javascript:window.open(\'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\', \'_blank\', \'noopener\'); return false;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a>)</li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" onclick=\"javascript:window.open(\'https://amzn.to/477RLs8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-04-25 20:52:14','2025-04-25 20:52:14','',4156,'https://staging.amtacshooting.com/?p=4495',0,'revision','',0),
(4497,10,'2025-04-25 22:21:01','2025-04-25 22:21:01','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Backpacking Gear</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting. We did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets and here is the gear I used. All of it is great for backpacking and linked to the product.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li>Toaks 750 ml pot (<a href=\"https://amzn.to/40wAia8\" onclick=\"javascript:window.open(\'https://amzn.to/40wAia8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40wAia8</a>)</li>\n<li>Patagonia puff jacket</li>\n<li>Peak Refuel meal (<a href=\"https://amzn.to/47rQlbH\" onclick=\"javascript:window.open(\'https://amzn.to/47rQlbH\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/47rQlbH</a>)</li>\n<li>Katadyn 1L water filter (<a href=\"https://amzn.to/3FUCw9S\" onclick=\"javascript:window.open(\'https://amzn.to/3FUCw9S\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3FUCw9S</a>)</li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" style=\"font-size: 14px;\">https://amzn.to/475vKtP</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" style=\"font-size: 14px;\">https://amzn.to/3uaJbtY</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" style=\"font-size: 14px;\">https://amzn.to/49xMvje</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" style=\"font-size: 14px;\">https://amzn.to/49zjXWC</a><span style=\"font-size: 14px;\">)</span></li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" style=\"font-size: 14px;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" style=\"font-size: 14px;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" sticky_enabled=\"0\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-04-25 22:21:01','2025-04-25 22:21:01','',4156,'https://staging.amtacshooting.com/?p=4497',0,'revision','',0),
(4501,10,'2025-05-09 18:24:22','2025-05-09 18:24:22','','White Border Rect Amtac Shooting Logo','','inherit','open','closed','','white-border-rect-amtac-shooting-logo','','','2025-05-09 18:24:22','2025-05-09 18:24:22','',0,'https://staging.amtacshooting.com/wp-content/uploads/2025/05/White-Border-Rect-Amtac-Shooting-Logo.png',0,'attachment','image/png',0),
(4503,10,'2025-05-09 18:26:24','2025-05-09 18:26:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_menu _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\" menu_id=\"77\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"White Border Rect Amtac Shooting Logo\" logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/05/White-Border-Rect-Amtac-Shooting-Logo.png\" menu_style=\"centered\" background_layout=\"dark\" background_color=\"RGBA(255,255,255,0)\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3010-revision-v1','','','2025-05-09 18:26:24','2025-05-09 18:26:24','',3010,'https://staging.amtacshooting.com/?p=4503',0,'revision','',0),
(4504,10,'2025-05-09 18:26:25','2025-05-09 18:26:25','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|3px||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" details_margin=\"0px|||0px|false|false\" details_padding=\"|||0px|false|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" details_margin_tablet=\"0px|||0px|false|false\" details_margin_phone=\"|||0px|false|false\" details_margin_last_edited=\"on|desktop\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-05-09 18:26:25','2025-05-09 18:26:25','',3631,'https://staging.amtacshooting.com/?p=4504',0,'revision','',0),
(4507,10,'2025-05-09 18:36:37','2025-05-09 18:36:37','','new-amtac-shooting-logo-min','','inherit','open','closed','','new-amtac-shooting-logo-min','','','2025-05-09 18:36:37','2025-05-09 18:36:37','',0,'https://staging.amtacshooting.com/wp-content/uploads/2025/05/new-amtac-shooting-logo-min.png',0,'attachment','image/png',0),
(4510,10,'2025-05-09 19:12:05','2025-05-09 19:12:05','','new-amtac-shooting-logo-min','','inherit','open','closed','','new-amtac-shooting-logo-min-2','','','2025-05-09 19:12:05','2025-05-09 19:12:05','',0,'https://staging.amtacshooting.com/wp-content/uploads/2025/05/new-amtac-shooting-logo-min-1.png',0,'attachment','image/png',0),
(4511,10,'2025-05-09 19:15:37','2025-05-09 19:15:37','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_menu _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\" menu_id=\"77\" hover_enabled=\"0\" sticky_enabled=\"0\" title_text=\"new-amtac-shooting-logo-min\" logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/05/new-amtac-shooting-logo-min-1-scaled.png\" menu_style=\"centered\" background_layout=\"dark\" background_color=\"RGBA(255,255,255,0)\" logo_width=\"17%\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3010-revision-v1','','','2025-05-09 19:15:37','2025-05-09 19:15:37','',3010,'https://staging.amtacshooting.com/?p=4511',0,'revision','',0),
(4513,10,'2025-05-09 19:47:59','2025-05-09 19:47:59','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" column_structure=\"1_3,1_3,1_3\" sticky_enabled=\"0\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"custom-rifle\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_heading title=\"Jon Beagle Rifles\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text=\"img_2122_720-YcNvc0.tmp_\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_image][et_pb_heading title=\"Altus Shooting Solutions\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" area=\"et_pb_widget_area_5\" sticky_enabled=\"0\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Jon Beagle Rifles</h2>[/et_pb_text][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">Altus Shooting Solutions</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" area=\"et_pb_widget_area_2\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#FFFFFF\" transform_scale_linked=\"off\" transform_translate=\"175px|40px\" transform_translate_linked=\"off\" position_origin_a=\"top_right\" vertical_offset=\"-208px\" width=\"100%\" max_width=\"58%\" module_alignment=\"right\" sticky_position=\"top_bottom\" sticky_offset_top=\"108px\" sticky_offset_surrounding=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Carbine\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.ruger.com/products/precisionRifle/models.html\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child logo_url=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: left;\">Centurion Arms</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][ba_logo_grid column_count=\"1\" grid_gap=\"0px\" logo_size=\"center\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"0px|||||\" link_option_url=\"https://www.bergara.online/us/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"][ba_logo_grid_child brand_name=\"Centurion Arms\" _builder_version=\"4.27.2\" background_color=\"#FFFFFF\" background_enable_color=\"on\" custom_padding=\"50px|50|50px|50|false|false\" link_option_url=\"https://centurionarms.com/\" link_option_url_new_window=\"on\" border_color_all=\"#FFFFFF\" global_colors_info=\"{}\"][/ba_logo_grid_child][/ba_logo_grid][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://www.jbrcllc.com/\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h2 style=\"text-align: center;\">NightForce</h2>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<header class=\"entry-header\">\n<h1 class=\"entry-title\">Precision Rifle Gear</h1>\n</header>\n<div class=\"entry-content\">\n<h4></h4>\n<h2><b>Calibers</b></h2>\n<p>7.62/ 308 Winchester</p>\n<p>6.5 Creedmoor or a 260 Remington</p>\n<p>300 Winmag or 300 Norma</p>\n<h2><b>Scopes</b></h2>\n<p><span></span><a href=\"https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Tremor 2/3</a></p>\n<p><span> </span><a href=\"https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\" onclick=\"javascript:window.open(\'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf\', \'_blank\', \'noopener\'); return false;\">Horus H5</a></p>\n<p><span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex EBR-2C</a></p>\n<figure class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" src=\"http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg\" alt=\"\" width=\"300\" height=\"300\" /></figure>\n<figure class=\"wp-caption aligncenter\">Budget Scope</figure>\n<p><a href=\"https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\" onclick=\"javascript:window.open(\'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU\', \'_blank\', \'noopener\'); return false;\">Bushnell Elite LRS 10×40</a><span> </span>($240).</p>\n<figure id=\"attachment_1012\" aria-describedby=\"caption-attachment-1012\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1012 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_293/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg\" alt=\"\" width=\"300\" height=\"293\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-200x195.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_500/https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL.jpg 500w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1012\" class=\"wp-caption-text\">Bushnell Elite LRS 10×40</figcaption>\n</figure>\n<h3></h3>\n<h3>Midrange Scopes</h3>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figure id=\"attachment_1011\" aria-describedby=\"caption-attachment-1011\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1011 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg\" alt=\"\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1011\" class=\"wp-caption-text\">Vortex PST 2 5-25</figcaption>\n</figure>\n<p>(around $1000)<span> </span><a href=\"http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">PST 2 5-25 mrad</a><span>  </span><a href=\"https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344\', \'_blank\', \'noopener\'); return false;\">Leopold VX-3i LRP 6.5-20 FFP</a><a href=\"http://nightforceoptics.com/shv/4-14x50-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/shv/4-14x50-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce SHV 4-14 FFP</a></p>\n<p>&nbsp;</p>\n<h3>High End Scopes</h3>\n<p>($2000 and up)<a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle\', \'_blank\', \'noopener\'); return false;\">Vortex Razor HD 2 4.5-27 mrad</a>$2500.</p>\n<figure id=\"attachment_1014\" aria-describedby=\"caption-attachment-1014\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1014 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_175/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg\" alt=\"Vortex Razor HD 2 4.5-27\" width=\"300\" height=\"175\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-600x350.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-768x448.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-200x117.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-690x403.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_800/https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t.jpg 800w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1014\" class=\"wp-caption-text\">Vortex Razor HD 2 4.5-27</figcaption>\n</figure>\n<p><a href=\"http://nightforceoptics.com/atacr/5-25%C3%9756-f1\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/atacr/5-25%C3%9756-f1\', \'_blank\', \'noopener\'); return false;\">Nightforce ATACR 5-25 F1</a><span> </span>$3400.</p>\n<figure id=\"attachment_1015\" aria-describedby=\"caption-attachment-1015\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1015 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-200x150.png 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_520/https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3.png 520w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1015\" class=\"wp-caption-text\">Nightforce ATACR 5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\" onclick=\"javascript:window.open(\'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813\', \'_blank\', \'noopener\'); return false;\">Mark 8 3.5-25</a><span> </span>$4000.</p>\n<figure id=\"attachment_1016\" aria-describedby=\"caption-attachment-1016\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1016 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_128/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg\" alt=\"\" width=\"300\" height=\"128\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-600x255.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-768x326.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-200x85.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-690x293.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1000/https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3.jpg 1000w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1016\" class=\"wp-caption-text\">Leopold Mark 8 3.5-25</figcaption>\n</figure>\n<p>&nbsp;</p>\n<h3><b>Scope Rings</b></h3>\n<p><a href=\"https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte\', \'_blank\', \'noopener\'); return false;\">Spuhr mount</a>$400.</p>\n<figure id=\"attachment_1018\" aria-describedby=\"caption-attachment-1018\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1018 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_231/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg\" alt=\"\" width=\"300\" height=\"231\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-200x154.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_550/https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3.jpg 550w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1018\" class=\"wp-caption-text\">Spuhr mount with a 6 Mil/ 20.6 MOA cant</figcaption>\n</figure>\n<p>&nbsp;</p>\n<p><a href=\"http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145\', \'_blank\', \'noopener\'); return false;\">Vortex Precision Matched Rings</a><span> </span><span> </span><a href=\"http://nightforceoptics.com/accessories/ultralite-rings-30mm\" onclick=\"javascript:window.open(\'http://nightforceoptics.com/accessories/ultralite-rings-30mm\', \'_blank\', \'noopener\'); return false;\">Nightforce Rings</a>$120-180.</p>\n<figure id=\"attachment_1022\" aria-describedby=\"caption-attachment-1022\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1022 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg\" alt=\"\" width=\"300\" height=\"300\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_495/https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b.jpg 495w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1022\" class=\"wp-caption-text\">Vortex Precesion Matched Rings</figcaption>\n</figure>\n<h3></h3>\n<figure id=\"attachment_1023\" aria-describedby=\"caption-attachment-1023\" class=\"wp-caption aligncenter\"><img loading=\"lazy\" decoding=\"async\" class=\"wp-image-1023 size-medium\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300,h_225/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg\" alt=\"\" width=\"300\" height=\"225\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-600x450.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-768x576.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-200x150.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-690x518.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_880/https://www.amtacshooting.com/wp-content/uploads/2018/03/279224.jpg 880w\" sizes=\"(max-width: 300px) 100vw, 300px\" />\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<p>&nbsp;</p>\n<figcaption id=\"caption-attachment-1023\" class=\"wp-caption-text\">Nightforce Rings</figcaption>\n</figure>\n<h3></h3>\n<h2><b>Ammunition </b></h2>\n<p><span></span><a href=\"http://www.black-hills.com/\" onclick=\"javascript:window.open(\'http://www.black-hills.com/\', \'_blank\', \'noopener\'); return false;\">Black Hills ammunition</a>308 Win. – Black Hills 175 gr. TMK</p>\n<p>260 Rem. – Black Hills 140 gr. ELD in my gas gun and a 140 gr. Berger Hybrid hand load in my bolt gun</p>\n<p>5.56 – Black Hills 77 gr. SMK or 77 gr. TMK</p>\n<h2><b>Supporting Equipment</b></h2>\n<p>This category includes: spotting scopes, range finders, binoculars, ballistic calculators, weather stations and chronographs. Here is the list of what I have used or am currently using.</p>\n<p><strong>Range finders</strong>: In order to hit something at distance you have to know how far away your target is. The<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Vortex Fury</a><span> </span>binos/ range finder is my current favorite, the<span> </span><a href=\"https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\" onclick=\"javascript:window.open(\'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite\', \'_blank\', \'noopener\'); return false;\">Sig Kilo 2200 MR</a><span> </span>is also a solid option.  When my rangefinder will not give me a reading I use the<span> </span><a href=\"https://leadnavsystems.com/theleadnavapp/\" onclick=\"javascript:window.open(\'https://leadnavsystems.com/theleadnavapp/\', \'_blank\', \'noopener\'); return false;\">LeaNav mapping app</a><span> </span>to determine my range.</p>\n<p><strong>Spotting Scope:</strong><span> </span>I have a small<a href=\"http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope\', \'_blank\', \'noopener\'); return false;\"><span> </span>Vortex 11-33 spotting scope</a>.  I honestly don’t use it that often though because it does not have a gridded reticle.  I find that I do my best spotting with my<span> </span><a href=\"http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle\', \'_blank\', \'noopener\'); return false;\">Razor HD with the EBR-2C</a><span> </span>reticle.</p>\n<p><strong>Binoculars:</strong> I am currently using both the <a href=\"http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular\', \'_blank\', \'noopener\'); return false;\">Vortex Viper HD 10×50</a><span> </span>and the<span> </span><a href=\"http://www.vortexoptics.com/category/fury_binoculars\" onclick=\"javascript:window.open(\'http://www.vortexoptics.com/category/fury_binoculars\', \'_blank\', \'noopener\'); return false;\">Fury HD range finding binos</a>.  Both are solid choices. In the past I have also used<span> </span><a href=\"https://www.swarovskioptik.com/hunting/binoculars-c2001\" onclick=\"javascript:window.open(\'https://www.swarovskioptik.com/hunting/binoculars-c2001\', \'_blank\', \'noopener\'); return false;\">Swarovski</a><span> </span>and<span> </span><a href=\"https://www.steiner-optics.com/binoculars\" onclick=\"javascript:window.open(\'https://www.steiner-optics.com/binoculars\', \'_blank\', \'noopener\'); return false;\">Steiner</a><span> </span>binoculars.</p>\n<p><strong>Weather station and ballistic software:</strong><span> </span><a href=\"https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\" onclick=\"javascript:window.open(\'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics\', \'_blank\', \'noopener\'); return false;\">Kestrel 5700 with the Applied Ballistics</a><span> </span>software is the only way to go if you want both atmospheric conditions and a ballistic computer (around $600).  If you don’t want to spend that kind of money and your life does not depend on making the shot, buy the<span> </span><a href=\"http://appliedballisticsllc.com/products/apps/ab-mobile-app/\" onclick=\"javascript:window.open(\'http://appliedballisticsllc.com/products/apps/ab-mobile-app/\', \'_blank\', \'noopener\'); return false;\">Applied Ballistics app</a><span> </span>($30).</p>\n<p><strong>Chronograph:</strong><span> </span> I am currently using the<span> </span><a href=\"https://magnetospeed.com/products/v3-ballistic-chronograph\" onclick=\"javascript:window.open(\'https://magnetospeed.com/products/v3-ballistic-chronograph\', \'_blank\', \'noopener\'); return false;\">Magnetospeed V3</a>.  It is very accurate and is not affected by light conditions.  Another chrono that I have not used, but have heard very good things about is the<span> </span><a href=\"https://kestrelinstruments.com/labradar\" onclick=\"javascript:window.open(\'https://kestrelinstruments.com/labradar\', \'_blank\', \'noopener\'); return false;\">Labradar Ballistic Velocity Doppler Radar Chronograph</a>.</p>\n</div>[/et_pb_text][et_pb_gallery show_pagination=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_gallery][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-05-09 19:47:59','2025-05-09 19:47:59','',3523,'https://staging.amtacshooting.com/?p=4513',0,'revision','',0),
(4515,10,'2025-05-09 19:56:51','2025-05-09 19:56:51','[et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#000000\" global_colors_info=\"{}\"][et_pb_fullwidth_slider _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" background_enable_color=\"off\" use_background_color_gradient=\"on\" background_color_gradient_stops=\"rgba(0,0,0,0) 2%|rgba(0,0,0,0.66) 100%\" background_color_gradient_overlays_image=\"on\" background_image=\"http://%912a00:7c80:0:33::21%93/wp-content/uploads/2018/03/Bill-Walther-Pistol-min-header-long.jpg\" custom_button=\"on\" button_bg_color=\"RGBA(255,255,255,0)\" button_font=\"--et_global_body_font||||||||\" height=\"458px\" height_tablet=\"560px\" height_phone=\"560px\" height_last_edited=\"on|phone\" animation_direction=\"left\" auto=\"on\" auto_speed=\"5000\" auto_ignore_hover=\"on\" hover_transition_speed_curve=\"ease-in-out\" global_colors_info=\"{}\"][et_pb_slide heading=\"CARBINE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/carbine-3/?et_fb=1&PageSpeed=off\" use_bg_overlay=\"off\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/cropped-bill-night-force-carbine-header-min.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"COMBATIVES\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/combatives/\" use_bg_overlay=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_font=\"|600|||||||\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/combatives-cropped-scaled.jpg\" background_enable_image=\"on\" button_alignment=\"left\" background_last_edited=\"off|desktop\" global_colors_info=\"{}\" background__hover_enabled=\"on|desktop\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PISTOL\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/?page_id=3374&et_fb=1&PageSpeed=off\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_color=\"#000000\" background_enable_color=\"on\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/pistol.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"PRECISION RIFLE\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/precision-rifle/\" _builder_version=\"4.27.0\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][et_pb_slide heading=\"WINTER WEATHER\" button_text=\"MORE\" button_link=\"https://staging.amtacshooting.com/winter-weather/\" _builder_version=\"4.27.2\" _module_preset=\"default\" header_text_align=\"left\" background_enable_color=\"off\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/winter-weapons-scaled.jpeg\" background_enable_image=\"on\" button_alignment=\"left\" global_colors_info=\"{}\" sticky_transition=\"on\"][/et_pb_slide][/et_pb_fullwidth_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#c6c6c6\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"17px\" custom_padding=\"|||0px||\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" min_height=\"64px\" custom_margin=\"0px|0px|0px|0px|false|false\" custom_padding=\"0px|20px|0px|20px|false|true\" global_colors_info=\"{}\"]<h1>Train hard. Know your tools. Win. </h1>[/et_pb_text][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_2,1_2\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" min_height=\"460.6px\" custom_margin=\"||||false|false\" custom_padding=\"20px|20px|20px|20px|true|false\" global_colors_info=\"{}\"][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg\" title_text=\"swat\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_2\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_slider show_arrows=\"off\" _builder_version=\"4.27.0\" _module_preset=\"default\" body_font_size=\"22px\" body_line_height=\"1.3em\" background_color=\"#FFFFFF\" width=\"100%\" min_height=\"123.4px\" height=\"502px\" custom_margin=\"0px||0px||true|false\" custom_padding=\"0px|0px|79px|0px|false|true\" animation_style=\"fade\" auto=\"on\" global_colors_info=\"{}\"][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"Hands down most valuable and well rounded training evolution I have attended to date. Bill combines passion and technical know how with the all important ‘whys’ fueled by two decades of hard fought experience. Whether you carry a firearm for a living or as part of your responsible American lifestyle, you owe it to yourself to train with AMTAC!\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Bryan</b><span style=\"font-weight: 400;\"> - LE SWAT/SNIPER</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<p><i><span style=\"font-weight: 400;\">\"This course has made me a smarter and more aware fighter. This translates to a more efficient instructor for my students and my family is safer with this level of training. The realism of the scenario-based training in this course will elevate your situational awareness, preparedness, and highlight what you need to do moving forward. It certainly did for me. Thank you, Bill.\"</span></i></p>\n<p>&nbsp;</p>\n<p><b>Ivan</b><span style=\"font-weight: 400;\"> - INSTRUCTOR, PROMETHEUS TACTICAL</span></p>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<div data-infinite-loop=\"false\" class=\"wpmtst-testimonial-content  testimonial-content\">\n<h3><i><span style=\"font-weight: 400;\">“We have the knowledge, experience and ability to help you win your next engagement.”</span></i></h3>\n<h3></h3>\n<h3><b>Bill Rapier </b><span style=\"font-weight: 400;\">- OWNER AND LEAD INSTRUCTOR</span></h3>\n</div>[/et_pb_slide][et_pb_slide _builder_version=\"4.27.0\" _module_preset=\"default\" text_orientation=\"left\" background_layout=\"light\" global_colors_info=\"{}\" sticky_transition=\"on\"]<header class=\"entry-header\">\n<h1><i><span style=\"font-weight: 400;\">\"Providing world class tactical shooting instruction and tactical consulting to civilians of high moral character, local law enforcement and military.\"</span></i></h1>\n<h1></h1>\n<h1><span style=\"font-weight: 400;\">- AMTAC SHOOTING</span></h1>\n</header>[/et_pb_slide][/et_pb_slider][/et_pb_column][/et_pb_row][et_pb_row column_structure=\"1_3,1_3,1_3\" _builder_version=\"4.27.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg\" title_text=\"carbine_high_ready\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg\" title_text=\"sitting teaching\" _builder_version=\"4.27.0\" _module_preset=\"default\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][et_pb_column type=\"1_3\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg\" title_text=\"snowy_Bill\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" background_color=\"#FFFFFF\" custom_padding=\"20px|20px|20px|20px|true|true\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>Amtac Shooting’s owner and lead instructor is Bill Rapier. He is recently retired after twenty years in the Navy, where his duty assignments included several years at SEAL Team 3 and over 14 years at Naval Special Warfare Development Group. Positions held include assaulter, breacher, sniper, team leader, troop chief and military working dog department senior enlisted adviser. He has always been an avid shooter and is heavily involved in combatives.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"UPCOMING COURSES\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][/et_pb_column][/et_pb_row][et_pb_row _builder_version=\"4.27.0\" _module_preset=\"default\" min_height=\"785.2px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_virtual_event=\"on\" show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"50\" excerpt_length=\"2000\" open_toggle_background_color=\"#f4f4f4\" callout_background_color=\"RGBA(255,255,255,0)\" details_link_color=\"#E02B20\" details_icon_color=\"RGBA(255,255,255,0)\" details_icon_size=\"0px\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(43,66,0,0.14)\" align=\"center\" month_margin=\"13px||13px||true|false\" details_padding=\"|8px||8px|false|true\" image_aspect_ratio=\"3/2\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" _builder_version=\"4.27.2\" _module_preset=\"default\" title_text_color=\"#5b5b5b\" duration_font=\"||||||||\" duration_text_color=\"#EDF000\" duration_font_size=\"20px\" duration_labels_text_color=\"#a5a5a5\" duration_labels_font_size=\"20px\" month_sep_font_size=\"32px\" callout_date_text_color=\"#0a0a0a\" callout_month_text_color=\"#0a0000\" callout_time_text_color=\"#D1D1D1\" background_color=\"RGBA(255,255,255,0)\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" module_alignment=\"center\" month_sep_text_shadow_style=\"preset1\" month_sep_text_shadow_color=\"#0C71C3\" callout_date_text_shadow_style=\"preset3\" callout_date_text_shadow_blur_strength=\"0.25em\" callout_date_text_shadow_color=\"#FFFFFF\" callout_month_text_shadow_style=\"preset3\" callout_month_text_shadow_blur_strength=\"0.25em\" callout_month_text_shadow_color=\"#FFFFFF\" border_radii_thumbnail_border=\"off|5px|5px|0px|0px\" border_radii_event_border=\"on|5px|5px|5px|5px\" border_width_all_event_border=\"14px\" border_color_all_event_border=\"#E02B20\" border_color_all_details_border=\"RGBA(255,255,255,0)\" border_color_all_callout_border=\"RGBA(255,255,255,0)\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" fullwidth=\"on\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_fullwidth_post_slider posts_number=\"10\" include_categories=\"22,21,16\" show_meta=\"off\" image_placement=\"right\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#c6c6c6\" auto=\"on\" auto_ignore_hover=\"on\" global_colors_info=\"{}\"][/et_pb_fullwidth_post_slider][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.26.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" box_shadow_style=\"preset1\" box_shadow_blur=\"9px\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_signup provider=\"convertkit\" convertkit_list=\"bill@amtacshootingcom|423396\" title=\"Get Updates from Bill\" button_text=\"COUNT ME IN\" description=\"<p>Sign up to receive notifications about new courses, articles, videos, and products from Amtac Shooting.</p>\" _builder_version=\"4.27.0\" _module_preset=\"default\" form_field_background_color=\"#e5e5e5\" form_field_focus_background_color=\"RGBA(255,255,255,0)\" header_text_color=\"#0a0a0a\" body_text_color=\"#707070\" background_color=\"#FFFFFF\" background_image=\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/newsletter-1.jpg\" background_size=\"custom\" background_image_width=\"31%\" background_position=\"bottom_left\" background_horizontal_offset=\"0%\" background_vertical_offset=\"4%\" custom_button=\"on\" button_bg_color=\"#FFFFFF\" custom_margin=\"0px||||false|false\" custom_padding=\"|||350px|false|false\" hover_enabled=\"0\" background_last_edited=\"on|desktop\" background_enable_image_phone=\"off\" global_colors_info=\"{}\" custom_padding__hover_enabled=\"off|desktop\" custom_padding_last_edited=\"on|tablet\" custom_padding_tablet=\"|||199px|false|false\" background_position_tablet=\"center_left\" sticky_enabled=\"0\" custom_padding_phone=\"|||8px|false|false\"][/et_pb_signup][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.0\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_section]','train hard. know your tools. win.','','inherit','closed','closed','','81-revision-v1','','','2025-05-09 19:56:51','2025-05-09 19:56:51','',81,'https://staging.amtacshooting.com/?p=4515',0,'revision','',0),
(4516,10,'2025-05-09 20:04:34','2025-05-09 20:04:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|3px||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" details_margin=\"0px|||0px|false|false\" details_padding=\"|||0px|false|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" details_margin_tablet=\"0px|||0px|false|false\" details_margin_phone=\"|||0px|false|false\" details_margin_last_edited=\"on|desktop\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-05-09 20:04:34','2025-05-09 20:04:34','',3631,'https://staging.amtacshooting.com/?p=4516',0,'revision','',0),
(4518,10,'2025-05-16 20:28:04','2025-05-16 20:28:04','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_menu menu_id=\"77\" menu_style=\"centered\" logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/05/new-amtac-shooting-logo-min-1-scaled.png\" logo_width=\"17%\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_menu][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\" hover_enabled=\"0\" sticky_enabled=\"0\" text_text_color=\"#FFFFFF\"]<p><span>© </span>2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3010-revision-v1','','','2025-05-16 20:28:04','2025-05-16 20:28:04','',3010,'https://staging.amtacshooting.com/?p=4518',0,'revision','',0),
(4519,10,'2025-05-16 20:28:05','2025-05-16 20:28:05','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|3px||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" details_margin=\"0px|||0px|false|false\" details_padding=\"|||0px|false|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" details_margin_tablet=\"0px|||0px|false|false\" details_margin_phone=\"|||0px|false|false\" details_margin_last_edited=\"on|desktop\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-05-16 20:28:05','2025-05-16 20:28:05','',3631,'https://staging.amtacshooting.com/?p=4519',0,'revision','',0),
(4520,10,'2025-05-16 20:29:41','2025-05-16 20:29:41','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_menu menu_id=\"77\" menu_style=\"centered\" logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/05/new-amtac-shooting-logo-min-1-scaled.png\" logo_width=\"17%\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][/et_pb_menu][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" theme_builder_area=\"et_footer_layout\" hover_enabled=\"0\" sticky_enabled=\"0\" text_text_color=\"#FFFFFF\" custom_padding=\"0px|10px|0px|10px|true|true\" text_orientation=\"center\"]<p><span>© </span>2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3010-revision-v1','','','2025-05-16 20:29:41','2025-05-16 20:29:41','',3010,'https://staging.amtacshooting.com/?p=4520',0,'revision','',0),
(4521,10,'2025-05-16 20:33:15','2025-05-16 20:33:15','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_menu menu_id=\"77\" menu_style=\"centered\" logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/05/new-amtac-shooting-logo-min-1-scaled.png\" logo_width=\"17%\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_text_color=\"#161616\" sticky_enabled=\"0\"][/et_pb_menu][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_orientation=\"center\" custom_padding=\"0px|10px|0px|10px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]<p><span>© </span>2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3010-revision-v1','','','2025-05-16 20:33:15','2025-05-16 20:33:15','',3010,'https://staging.amtacshooting.com/?p=4521',0,'revision','',0),
(4522,10,'2025-05-16 20:35:22','2025-05-16 20:35:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"][et_pb_menu menu_id=\"77\" menu_style=\"centered\" logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/05/new-amtac-shooting-logo-min-1-scaled.png\" logo_width=\"17%\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" hover_enabled=\"0\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_text_color=\"#161616\" sticky_enabled=\"0\" dropdown_menu_line_color=\"#D1D1D1\" mobile_menu_text_color=\"#0C71C3\" mobile_menu_bg_color=\"#FFFFFF\" menu_icon_color=\"#FFFFFF\"][/et_pb_menu][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_orientation=\"center\" custom_padding=\"0px|10px|0px|10px|true|true\" global_colors_info=\"{}\" theme_builder_area=\"et_footer_layout\"]<p><span>© </span>2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Theme Builder Layout','','inherit','closed','closed','','3010-revision-v1','','','2025-05-16 20:35:22','2025-05-16 20:35:22','',3010,'https://staging.amtacshooting.com/?p=4522',0,'revision','',0),
(4525,10,'2025-05-23 19:01:49','2025-05-23 19:01:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\">BaoFeng UV-5R Dual Band Two Way Radio</a></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH MURS-V1 MURS Two-Way Radio</h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</span></h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</span></h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</span></h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</span></h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</span></h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</span></h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Tram 1410 Broad Band Discone/Scanner Base Antenna</span></h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>If you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\">this</a>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2025-05-23 19:01:49','2025-05-23 19:01:49','',3529,'https://staging.amtacshooting.com/?p=4525',0,'revision','',0),
(4526,10,'2025-05-23 19:02:30','2025-05-23 19:02:30','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\" style=\"color: #0c71c3;\">BaoFeng UV-5R Dual Band Two Way Radio</a></span></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH MURS-V1 MURS Two-Way Radio</span></h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</span></h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</span></h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</span></h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</span></h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</span></h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</span></h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</span></h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</span></h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</span></h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Tram 1410 Broad Band Discone/Scanner Base Antenna</span></h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>If you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</span></h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</span></h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</span></h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\">this</a>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2025-05-23 19:02:30','2025-05-23 19:02:30','',3529,'https://staging.amtacshooting.com/?p=4526',0,'revision','',0),
(4528,10,'2025-05-23 19:09:16','2025-05-23 19:09:16','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\" style=\"color: #0c71c3;\">BaoFeng UV-5R Dual Band Two Way Radio</a></span></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH MURS-V1 MURS Two-Way Radio</span></h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</span></h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</span></h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</span></h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</span></h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</span></h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</span></h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</span></h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</span></h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</span></h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Tram 1410 Broad Band Discone/Scanner Base Antenna</span></h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>If you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4mzrNpG\"><span style=\"color: #0c71c3;\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</span></a></h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</span></h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</span></h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><span style=\"color: #0c71c3;\"><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\" style=\"color: #0c71c3;\">this</a></span>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2025-05-23 19:09:16','2025-05-23 19:09:16','',3529,'https://staging.amtacshooting.com/?p=4528',0,'revision','',0),
(4529,10,'2025-05-23 19:11:49','2025-05-23 19:11:49','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\" style=\"color: #0c71c3;\">BaoFeng UV-5R Dual Band Two Way Radio</a></span></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH MURS-V1 MURS Two-Way Radio</span></h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</span></h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</span></h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</span></h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</span></h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</span></h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</span></h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</span></h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</span></h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</span></h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Tram 1410 Broad Band Discone/Scanner Base Antenna</span></h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>If you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43dredt\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></a></h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4mzrNpG\"><span style=\"color: #0c71c3;\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</span></a></h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</span></h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</span></h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><span style=\"color: #0c71c3;\"><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\" style=\"color: #0c71c3;\">this</a></span>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2025-05-23 19:11:49','2025-05-23 19:11:49','',3529,'https://staging.amtacshooting.com/?p=4529',0,'revision','',0),
(4531,10,'2025-05-23 19:13:05','2025-05-23 19:13:05','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\" style=\"color: #0c71c3;\">BaoFeng UV-5R Dual Band Two Way Radio</a></span></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH MURS-V1 MURS Two-Way Radio</span></h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</span></h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</span></h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</span></h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</span></h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</span></h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</span></h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</span></h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</span></h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</span></h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Tram 1410 Broad Band Discone/Scanner Base Antenna</span></h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>sIf you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/439LsVo\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></a></h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43dredt\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></a></h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4mzrNpG\"><span style=\"color: #0c71c3;\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</span></a></h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</span></h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</span></h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><span style=\"color: #0c71c3;\"><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\" style=\"color: #0c71c3;\">this</a></span>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2025-05-23 19:13:05','2025-05-23 19:13:05','',3529,'https://staging.amtacshooting.com/?p=4531',0,'revision','',0),
(4532,10,'2025-05-23 19:14:44','2025-05-23 19:14:44','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\" style=\"color: #0c71c3;\">BaoFeng UV-5R Dual Band Two Way Radio</a></span></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH MURS-V1 MURS Two-Way Radio</span></h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</span></h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</span></h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</span></h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</span></h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</span></h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</span></h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</span></h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</span></h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</span></h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Tram 1410 Broad Band Discone/Scanner Base Antenna</span></h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>sIf you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43J67je\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></a></h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/439LsVo\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></a></h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43dredt\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></a></h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4mzrNpG\"><span style=\"color: #0c71c3;\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</span></a></h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</span></h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</span></h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><span style=\"color: #0c71c3;\"><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\" style=\"color: #0c71c3;\">this</a></span>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2025-05-23 19:14:44','2025-05-23 19:14:44','',3529,'https://staging.amtacshooting.com/?p=4532',0,'revision','',0),
(4533,10,'2025-05-23 19:18:36','2025-05-23 19:18:36','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\" style=\"color: #0c71c3;\">BaoFeng UV-5R Dual Band Two Way Radio</a></span></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH MURS-V1 MURS Two-Way Radio</span></h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</span></h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</span></h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</span></h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</span></h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</span></h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</span></h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4k6eScV\"><span style=\"color: #0c71c3;\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</span></a></h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3SQyPbK\"><span style=\"color: #0c71c3;\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</span></a></h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</span></h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4muVCr7\"><span style=\"color: #0c71c3;\">Tram 1410 Broad Band Discone/Scanner Base Antenna</span></a></h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>sIf you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43J67je\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></a></h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/439LsVo\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></a></h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43dredt\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></a></h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4mzrNpG\"><span style=\"color: #0c71c3;\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</span></a></h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</span></h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</span></h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><span style=\"color: #0c71c3;\"><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\" style=\"color: #0c71c3;\">this</a></span>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2025-05-23 19:18:36','2025-05-23 19:18:36','',3529,'https://staging.amtacshooting.com/?p=4533',0,'revision','',0),
(4534,10,'2025-05-23 19:19:24','2025-05-23 19:19:24','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\" style=\"color: #0c71c3;\">BaoFeng UV-5R Dual Band Two Way Radio</a></span></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH MURS-V1 MURS Two-Way Radio</span></h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</span></h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</span></h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</span></h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</span></h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</span></h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</span></h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=23IQ7YQ1OPVO3&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXRsF75fSFnrUSZpmGgFsJjxHxG2VpmSkiD8Sqr5qhmy_Qd1YdGjSUSLG0HitMIOOdc.HleP1eMowt3jbgqFuw7VPNSkd1J0qpLHXLC6oPd486A&amp;dib_tag=se&amp;keywords=Authentic%2BGenuine%2BNagoya%2BUT-72%2BSuper%2BLoading%2BCoil%2B19-Inch%2BMagnetic%2BMount%2BVHF%2FUHF%2B(144%2F430Mhz)%2BAntenna%2BPL-259&amp;qid=1748027934&amp;sprefix=authentic%2Bgenuine%2Bnagoya%2But-72%2Bsuper%2Bloading%2Bcoil%2B19-inch%2Bmagnetic%2Bmount%2Bvhf%2Fuhf%2B144%2F430mhz%2Bantenna%2Bpl-259%2Caps%2C389&amp;sr=8-1&amp;th=1\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></a></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4k6eScV\"><span style=\"color: #0c71c3;\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</span></a></h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3SQyPbK\"><span style=\"color: #0c71c3;\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</span></a></h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</span></h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4muVCr7\"><span style=\"color: #0c71c3;\">Tram 1410 Broad Band Discone/Scanner Base Antenna</span></a></h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>sIf you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43J67je\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></a></h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/439LsVo\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></a></h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43dredt\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></a></h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4mzrNpG\"><span style=\"color: #0c71c3;\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</span></a></h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</span></h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</span></h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><span style=\"color: #0c71c3;\"><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\" style=\"color: #0c71c3;\">this</a></span>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2025-05-23 19:19:24','2025-05-23 19:19:24','',3529,'https://staging.amtacshooting.com/?p=4534',0,'revision','',0),
(4535,10,'2025-05-23 19:20:31','2025-05-23 19:20:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\" style=\"color: #0c71c3;\">BaoFeng UV-5R Dual Band Two Way Radio</a></span></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH MURS-V1 MURS Two-Way Radio</span></h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</span></h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</span></h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</span></h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</span></h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</span></h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</span></h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3HaNlsk\"><span style=\"color: #0c71c3;\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=23IQ7YQ1OPVO3&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXRsF75fSFnrUSZpmGgFsJjxHxG2VpmSkiD8Sqr5qhmy_Qd1YdGjSUSLG0HitMIOOdc.HleP1eMowt3jbgqFuw7VPNSkd1J0qpLHXLC6oPd486A&amp;dib_tag=se&amp;keywords=Authentic%2BGenuine%2BNagoya%2BUT-72%2BSuper%2BLoading%2BCoil%2B19-Inch%2BMagnetic%2BMount%2BVHF%2FUHF%2B(144%2F430Mhz)%2BAntenna%2BPL-259&amp;qid=1748027934&amp;sprefix=authentic%2Bgenuine%2Bnagoya%2But-72%2Bsuper%2Bloading%2Bcoil%2B19-inch%2Bmagnetic%2Bmount%2Bvhf%2Fuhf%2B144%2F430mhz%2Bantenna%2Bpl-259%2Caps%2C389&amp;sr=8-1&amp;th=1\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></a></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4k6eScV\"><span style=\"color: #0c71c3;\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</span></a></h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3SQyPbK\"><span style=\"color: #0c71c3;\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</span></a></h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</span></h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4muVCr7\"><span style=\"color: #0c71c3;\">Tram 1410 Broad Band Discone/Scanner Base Antenna</span></a></h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>sIf you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43J67je\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></a></h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/439LsVo\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></a></h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43dredt\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></a></h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4mzrNpG\"><span style=\"color: #0c71c3;\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</span></a></h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</span></h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</span></h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><span style=\"color: #0c71c3;\"><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\" style=\"color: #0c71c3;\">this</a></span>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2025-05-23 19:20:31','2025-05-23 19:20:31','',3529,'https://staging.amtacshooting.com/?p=4535',0,'revision','',0),
(4537,10,'2025-05-23 19:21:40','2025-05-23 19:21:40','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\" style=\"color: #0c71c3;\">BaoFeng UV-5R Dual Band Two Way Radio</a></span></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH MURS-V1 MURS Two-Way Radio</span></h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</span></h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</span></h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</span></h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</span></h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</span></h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</span></h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4dzNemg\"><span style=\"color: #0c71c3;\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3HaNlsk\"><span style=\"color: #0c71c3;\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=23IQ7YQ1OPVO3&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXRsF75fSFnrUSZpmGgFsJjxHxG2VpmSkiD8Sqr5qhmy_Qd1YdGjSUSLG0HitMIOOdc.HleP1eMowt3jbgqFuw7VPNSkd1J0qpLHXLC6oPd486A&amp;dib_tag=se&amp;keywords=Authentic%2BGenuine%2BNagoya%2BUT-72%2BSuper%2BLoading%2BCoil%2B19-Inch%2BMagnetic%2BMount%2BVHF%2FUHF%2B(144%2F430Mhz)%2BAntenna%2BPL-259&amp;qid=1748027934&amp;sprefix=authentic%2Bgenuine%2Bnagoya%2But-72%2Bsuper%2Bloading%2Bcoil%2B19-inch%2Bmagnetic%2Bmount%2Bvhf%2Fuhf%2B144%2F430mhz%2Bantenna%2Bpl-259%2Caps%2C389&amp;sr=8-1&amp;th=1\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></a></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4k6eScV\"><span style=\"color: #0c71c3;\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</span></a></h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3SQyPbK\"><span style=\"color: #0c71c3;\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</span></a></h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</span></h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4muVCr7\"><span style=\"color: #0c71c3;\">Tram 1410 Broad Band Discone/Scanner Base Antenna</span></a></h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>sIf you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43J67je\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></a></h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/439LsVo\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></a></h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43dredt\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></a></h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4mzrNpG\"><span style=\"color: #0c71c3;\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</span></a></h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</span></h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</span></h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><span style=\"color: #0c71c3;\"><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\" style=\"color: #0c71c3;\">this</a></span>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2025-05-23 19:21:40','2025-05-23 19:21:40','',3529,'https://staging.amtacshooting.com/?p=4537',0,'revision','',0),
(4538,10,'2025-05-23 19:25:17','2025-05-23 19:25:17','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\" style=\"color: #0c71c3;\">BaoFeng UV-5R Dual Band Two Way Radio</a></span></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH MURS-V1 MURS Two-Way Radio</span></h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</span></h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</span></h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</span></h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</span></h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4kaaM3L\"><span style=\"color: #0c71c3;\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</span></a></h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43oDjLG\"><span style=\"color: #0c71c3;\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</span></a></h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4dzNemg\"><span style=\"color: #0c71c3;\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3HaNlsk\"><span style=\"color: #0c71c3;\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=23IQ7YQ1OPVO3&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXRsF75fSFnrUSZpmGgFsJjxHxG2VpmSkiD8Sqr5qhmy_Qd1YdGjSUSLG0HitMIOOdc.HleP1eMowt3jbgqFuw7VPNSkd1J0qpLHXLC6oPd486A&amp;dib_tag=se&amp;keywords=Authentic%2BGenuine%2BNagoya%2BUT-72%2BSuper%2BLoading%2BCoil%2B19-Inch%2BMagnetic%2BMount%2BVHF%2FUHF%2B(144%2F430Mhz)%2BAntenna%2BPL-259&amp;qid=1748027934&amp;sprefix=authentic%2Bgenuine%2Bnagoya%2But-72%2Bsuper%2Bloading%2Bcoil%2B19-inch%2Bmagnetic%2Bmount%2Bvhf%2Fuhf%2B144%2F430mhz%2Bantenna%2Bpl-259%2Caps%2C389&amp;sr=8-1&amp;th=1\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></a></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4k6eScV\"><span style=\"color: #0c71c3;\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</span></a></h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3SQyPbK\"><span style=\"color: #0c71c3;\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</span></a></h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</span></h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4muVCr7\"><span style=\"color: #0c71c3;\">Tram 1410 Broad Band Discone/Scanner Base Antenna</span></a></h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>sIf you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43J67je\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></a></h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/439LsVo\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></a></h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43dredt\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></a></h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4mzrNpG\"><span style=\"color: #0c71c3;\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</span></a></h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</span></h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</span></h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><span style=\"color: #0c71c3;\"><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\" style=\"color: #0c71c3;\">this</a></span>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2025-05-23 19:25:17','2025-05-23 19:25:17','',3529,'https://staging.amtacshooting.com/?p=4538',0,'revision','',0),
(4540,10,'2025-05-23 19:26:47','2025-05-23 19:26:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\" style=\"color: #0c71c3;\">BaoFeng UV-5R Dual Band Two Way Radio</a></span></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH MURS-V1 MURS Two-Way Radio</span></h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</span></h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</span></h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</span></h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</span></h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=1H0LVCSTU1WEE&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXQc5Q3D4cwfWbYNS-eEu8UlO6Ocw8bbYpoWG2ckbJ5wR78x1eAqtBVJXKlDnbM0temTgsy5_I-QmLmmzAGhRac-WxJzEFmmqW-rEXhKjn8KB4USsebK-ZJmFLE8O0xcKQN2ME0MZ4hNr_LmZ2COM4ojMh1LftD81agMW6XhPRgsV4rqLj3ARJtgfsTYlocULJI.CEaJqSNzUm7znj2Kie27LVFnLoFd2cSU3okK2u4r5Io&amp;dib_tag=se&amp;keywords=Authentic%2BGenuine%2BNagoya%2BUT-72%2BSuper%2BLoading%2BCoil%2B19-Inch%2BMagnetic%2BMount%2BVHF%2FUHF%2B(144%2F430Mhz)%2BAntenna%2BPL-259&amp;qid=1748028327&amp;sprefix=authentic%2Bgenuine%2Bnagoya%2But-72%2Bsuper%2Bloading%2Bcoil%2B19-inch%2Bmagnetic%2Bmount%2Bvhf%2Fuhf%2B144%2F430mhz%2Bantenna%2Bpl-259%2Caps%2C470&amp;sr=8-1&amp;th=1\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></a></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4kaaM3L\"><span style=\"color: #0c71c3;\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</span></a></h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43oDjLG\"><span style=\"color: #0c71c3;\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</span></a></h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4dzNemg\"><span style=\"color: #0c71c3;\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3HaNlsk\"><span style=\"color: #0c71c3;\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=23IQ7YQ1OPVO3&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXRsF75fSFnrUSZpmGgFsJjxHxG2VpmSkiD8Sqr5qhmy_Qd1YdGjSUSLG0HitMIOOdc.HleP1eMowt3jbgqFuw7VPNSkd1J0qpLHXLC6oPd486A&amp;dib_tag=se&amp;keywords=Authentic%2BGenuine%2BNagoya%2BUT-72%2BSuper%2BLoading%2BCoil%2B19-Inch%2BMagnetic%2BMount%2BVHF%2FUHF%2B(144%2F430Mhz)%2BAntenna%2BPL-259&amp;qid=1748027934&amp;sprefix=authentic%2Bgenuine%2Bnagoya%2But-72%2Bsuper%2Bloading%2Bcoil%2B19-inch%2Bmagnetic%2Bmount%2Bvhf%2Fuhf%2B144%2F430mhz%2Bantenna%2Bpl-259%2Caps%2C389&amp;sr=8-1&amp;th=1\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></a></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4k6eScV\"><span style=\"color: #0c71c3;\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</span></a></h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3SQyPbK\"><span style=\"color: #0c71c3;\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</span></a></h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</span></h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4muVCr7\"><span style=\"color: #0c71c3;\">Tram 1410 Broad Band Discone/Scanner Base Antenna</span></a></h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>sIf you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43J67je\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></a></h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/439LsVo\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></a></h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43dredt\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></a></h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4mzrNpG\"><span style=\"color: #0c71c3;\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</span></a></h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</span></h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</span></h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><span style=\"color: #0c71c3;\"><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\" style=\"color: #0c71c3;\">this</a></span>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2025-05-23 19:26:47','2025-05-23 19:26:47','',3529,'https://staging.amtacshooting.com/?p=4540',0,'revision','',0),
(4541,10,'2025-05-23 19:30:09','2025-05-23 19:30:09','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\"><a href=\"https://www.amazon.com/Baofeng-UV-5R-136-174-400-480Mhz-1800mAh/dp/B074XPB313/ref=sr_1_1_pp?crid=2T0F791UAFPK6&amp;dib=eyJ2IjoiMSJ9.Jkyaxy96mNW6yySt4MAi7UGo5PL9FSNCIUnpYI3yzQL1zKS1umBUshtmw-SPXFRez5gGznrJkid5keNvbZpwE8ezfnIqJT75LG0NRBPBQmrLRlEblc9jyPKhBbZ-Xdrg3pEqgheMa6T-8uliSwIU1FnY4XD449tGm4lK8ytmL0UbvcIdDEC5TzOmpkdIXXHOrOM5oPf6Fd_AjklgwgIvjlDSkCws0C0pTeB58w4rg_4.Ie7BU_A14xcqfjISzBDIU0qz_V9dcScqkEXN6Moh3f4&amp;dib_tag=se&amp;keywords=BaoFeng%2BUV-5R%2BDual%2BBand%2BTwo%2BWay%2BRadio&amp;qid=1731457703&amp;sprefix=%2Caps%2C451&amp;sr=8-1&amp;th=1\" style=\"color: #0c71c3;\">BaoFeng UV-5R Dual Band Two Way Radio</a></span></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH MURS-V1 MURS Two-Way Radio</span></h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</span></h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4muopw7\"><span style=\"color: #0c71c3;\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</span></a></h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4drigfW\"><span style=\"color: #0c71c3;\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</span></a></h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4dvRjYs\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</span></a></h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=1H0LVCSTU1WEE&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXQc5Q3D4cwfWbYNS-eEu8UlO6Ocw8bbYpoWG2ckbJ5wR78x1eAqtBVJXKlDnbM0temTgsy5_I-QmLmmzAGhRac-WxJzEFmmqW-rEXhKjn8KB4USsebK-ZJmFLE8O0xcKQN2ME0MZ4hNr_LmZ2COM4ojMh1LftD81agMW6XhPRgsV4rqLj3ARJtgfsTYlocULJI.CEaJqSNzUm7znj2Kie27LVFnLoFd2cSU3okK2u4r5Io&amp;dib_tag=se&amp;keywords=Authentic%2BGenuine%2BNagoya%2BUT-72%2BSuper%2BLoading%2BCoil%2B19-Inch%2BMagnetic%2BMount%2BVHF%2FUHF%2B(144%2F430Mhz)%2BAntenna%2BPL-259&amp;qid=1748028327&amp;sprefix=authentic%2Bgenuine%2Bnagoya%2But-72%2Bsuper%2Bloading%2Bcoil%2B19-inch%2Bmagnetic%2Bmount%2Bvhf%2Fuhf%2B144%2F430mhz%2Bantenna%2Bpl-259%2Caps%2C470&amp;sr=8-1&amp;th=1\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></a></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4kaaM3L\"><span style=\"color: #0c71c3;\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</span></a></h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43oDjLG\"><span style=\"color: #0c71c3;\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</span></a></h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4dzNemg\"><span style=\"color: #0c71c3;\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3HaNlsk\"><span style=\"color: #0c71c3;\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=23IQ7YQ1OPVO3&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXRsF75fSFnrUSZpmGgFsJjxHxG2VpmSkiD8Sqr5qhmy_Qd1YdGjSUSLG0HitMIOOdc.HleP1eMowt3jbgqFuw7VPNSkd1J0qpLHXLC6oPd486A&amp;dib_tag=se&amp;keywords=Authentic%2BGenuine%2BNagoya%2BUT-72%2BSuper%2BLoading%2BCoil%2B19-Inch%2BMagnetic%2BMount%2BVHF%2FUHF%2B(144%2F430Mhz)%2BAntenna%2BPL-259&amp;qid=1748027934&amp;sprefix=authentic%2Bgenuine%2Bnagoya%2But-72%2Bsuper%2Bloading%2Bcoil%2B19-inch%2Bmagnetic%2Bmount%2Bvhf%2Fuhf%2B144%2F430mhz%2Bantenna%2Bpl-259%2Caps%2C389&amp;sr=8-1&amp;th=1\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></a></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4k6eScV\"><span style=\"color: #0c71c3;\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</span></a></h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3SQyPbK\"><span style=\"color: #0c71c3;\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</span></a></h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</span></h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4muVCr7\"><span style=\"color: #0c71c3;\">Tram 1410 Broad Band Discone/Scanner Base Antenna</span></a></h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>sIf you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43J67je\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></a></h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/439LsVo\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></a></h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43dredt\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></a></h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4mzrNpG\"><span style=\"color: #0c71c3;\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</span></a></h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</span></h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</span></h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><span style=\"color: #0c71c3;\"><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\" style=\"color: #0c71c3;\">this</a></span>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2025-05-23 19:30:09','2025-05-23 19:30:09','',3529,'https://staging.amtacshooting.com/?p=4541',0,'revision','',0),
(4542,10,'2025-05-23 19:32:06','2025-05-23 19:32:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\"><a href=\"https://amzn.to/44SaY2H\" style=\"color: #0c71c3;\">BaoFeng UV-5R Dual Band Two Way Radio</a></span></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH MURS-V1 MURS Two-Way Radio</span></h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</span></h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4muopw7\"><span style=\"color: #0c71c3;\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</span></a></h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4drigfW\"><span style=\"color: #0c71c3;\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</span></a></h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4dvRjYs\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</span></a></h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=1H0LVCSTU1WEE&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXQc5Q3D4cwfWbYNS-eEu8UlO6Ocw8bbYpoWG2ckbJ5wR78x1eAqtBVJXKlDnbM0temTgsy5_I-QmLmmzAGhRac-WxJzEFmmqW-rEXhKjn8KB4USsebK-ZJmFLE8O0xcKQN2ME0MZ4hNr_LmZ2COM4ojMh1LftD81agMW6XhPRgsV4rqLj3ARJtgfsTYlocULJI.CEaJqSNzUm7znj2Kie27LVFnLoFd2cSU3okK2u4r5Io&amp;dib_tag=se&amp;keywords=Authentic%2BGenuine%2BNagoya%2BUT-72%2BSuper%2BLoading%2BCoil%2B19-Inch%2BMagnetic%2BMount%2BVHF%2FUHF%2B(144%2F430Mhz)%2BAntenna%2BPL-259&amp;qid=1748028327&amp;sprefix=authentic%2Bgenuine%2Bnagoya%2But-72%2Bsuper%2Bloading%2Bcoil%2B19-inch%2Bmagnetic%2Bmount%2Bvhf%2Fuhf%2B144%2F430mhz%2Bantenna%2Bpl-259%2Caps%2C470&amp;sr=8-1&amp;th=1\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></a></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4kaaM3L\"><span style=\"color: #0c71c3;\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</span></a></h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43oDjLG\"><span style=\"color: #0c71c3;\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</span></a></h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4dzNemg\"><span style=\"color: #0c71c3;\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3HaNlsk\"><span style=\"color: #0c71c3;\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=23IQ7YQ1OPVO3&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXRsF75fSFnrUSZpmGgFsJjxHxG2VpmSkiD8Sqr5qhmy_Qd1YdGjSUSLG0HitMIOOdc.HleP1eMowt3jbgqFuw7VPNSkd1J0qpLHXLC6oPd486A&amp;dib_tag=se&amp;keywords=Authentic%2BGenuine%2BNagoya%2BUT-72%2BSuper%2BLoading%2BCoil%2B19-Inch%2BMagnetic%2BMount%2BVHF%2FUHF%2B(144%2F430Mhz)%2BAntenna%2BPL-259&amp;qid=1748027934&amp;sprefix=authentic%2Bgenuine%2Bnagoya%2But-72%2Bsuper%2Bloading%2Bcoil%2B19-inch%2Bmagnetic%2Bmount%2Bvhf%2Fuhf%2B144%2F430mhz%2Bantenna%2Bpl-259%2Caps%2C389&amp;sr=8-1&amp;th=1\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></a></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4k6eScV\"><span style=\"color: #0c71c3;\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</span></a></h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3SQyPbK\"><span style=\"color: #0c71c3;\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</span></a></h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</span></h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4muVCr7\"><span style=\"color: #0c71c3;\">Tram 1410 Broad Band Discone/Scanner Base Antenna</span></a></h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>sIf you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43J67je\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></a></h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/439LsVo\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></a></h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43dredt\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></a></h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4mzrNpG\"><span style=\"color: #0c71c3;\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</span></a></h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</span></h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</span></h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><span style=\"color: #0c71c3;\"><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\" style=\"color: #0c71c3;\">this</a></span>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2025-05-23 19:32:06','2025-05-23 19:32:06','',3529,'https://staging.amtacshooting.com/?p=4542',0,'revision','',0),
(4543,10,'2025-05-23 19:35:06','2025-05-23 19:35:06','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\"><a href=\"https://amzn.to/44SaY2H\" style=\"color: #0c71c3;\">BaoFeng UV-5R Dual Band Two Way Radio</a></span></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH MURS-V1 MURS Two-Way Radio</span></h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</span></h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4muopw7\"><span style=\"color: #0c71c3;\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</span></a></h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4drigfW\"><span style=\"color: #0c71c3;\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</span></a></h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4dvRjYs\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</span></a></h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=1H0LVCSTU1WEE&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXQc5Q3D4cwfWbYNS-eEu8UlO6Ocw8bbYpoWG2ckbJ5wR78x1eAqtBVJXKlDnbM0temTgsy5_I-QmLmmzAGhRac-WxJzEFmmqW-rEXhKjn8KB4USsebK-ZJmFLE8O0xcKQN2ME0MZ4hNr_LmZ2COM4ojMh1LftD81agMW6XhPRgsV4rqLj3ARJtgfsTYlocULJI.CEaJqSNzUm7znj2Kie27LVFnLoFd2cSU3okK2u4r5Io&amp;dib_tag=se&amp;keywords=Authentic%2BGenuine%2BNagoya%2BUT-72%2BSuper%2BLoading%2BCoil%2B19-Inch%2BMagnetic%2BMount%2BVHF%2FUHF%2B(144%2F430Mhz)%2BAntenna%2BPL-259&amp;qid=1748028327&amp;sprefix=authentic%2Bgenuine%2Bnagoya%2But-72%2Bsuper%2Bloading%2Bcoil%2B19-inch%2Bmagnetic%2Bmount%2Bvhf%2Fuhf%2B144%2F430mhz%2Bantenna%2Bpl-259%2Caps%2C470&amp;sr=8-1&amp;th=1\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></a></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4kaaM3L\"><span style=\"color: #0c71c3;\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</span></a></h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43oDjLG\"><span style=\"color: #0c71c3;\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</span></a></h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4dzNemg\"><span style=\"color: #0c71c3;\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3HaNlsk\"><span style=\"color: #0c71c3;\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=23IQ7YQ1OPVO3&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXRsF75fSFnrUSZpmGgFsJjxHxG2VpmSkiD8Sqr5qhmy_Qd1YdGjSUSLG0HitMIOOdc.HleP1eMowt3jbgqFuw7VPNSkd1J0qpLHXLC6oPd486A&amp;dib_tag=se&amp;keywords=Authentic%2BGenuine%2BNagoya%2BUT-72%2BSuper%2BLoading%2BCoil%2B19-Inch%2BMagnetic%2BMount%2BVHF%2FUHF%2B(144%2F430Mhz)%2BAntenna%2BPL-259&amp;qid=1748027934&amp;sprefix=authentic%2Bgenuine%2Bnagoya%2But-72%2Bsuper%2Bloading%2Bcoil%2B19-inch%2Bmagnetic%2Bmount%2Bvhf%2Fuhf%2B144%2F430mhz%2Bantenna%2Bpl-259%2Caps%2C389&amp;sr=8-1&amp;th=1\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></a></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4k6eScV\"><span style=\"color: #0c71c3;\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</span></a></h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3SQyPbK\"><span style=\"color: #0c71c3;\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</span></a></h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</span></h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4muVCr7\"><span style=\"color: #0c71c3;\">Tram 1410 Broad Band Discone/Scanner Base Antenna</span></a></h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>sIf you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43J67je\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></a></h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/439LsVo\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></a></h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43dredt\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></a></h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4mzrNpG\"><span style=\"color: #0c71c3;\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</span></a></h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</span></h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</span></h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><span style=\"color: #0c71c3;\"><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\" style=\"color: #0c71c3;\">this</a></span>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" area=\"et_pb_widget_area_5\" sticky_enabled=\"0\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\"][/et_pb_sidebar][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" locked=\"off\"]<p>If you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></h4>\n<p> You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></h4>\n<p> This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></h4>\n<p> If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2025-05-23 19:35:06','2025-05-23 19:35:06','',3529,'https://staging.amtacshooting.com/?p=4543',0,'revision','',0),
(4545,10,'2025-05-23 19:36:53','2025-05-23 19:36:53','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\" column_structure=\"3_4,1_4\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\"><a href=\"https://amzn.to/44SaY2H\" style=\"color: #0c71c3;\">BaoFeng UV-5R Dual Band Two Way Radio</a></span></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH MURS-V1 MURS Two-Way Radio</span></h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</span></h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4muopw7\"><span style=\"color: #0c71c3;\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</span></a></h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4drigfW\"><span style=\"color: #0c71c3;\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</span></a></h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4dvRjYs\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</span></a></h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=1H0LVCSTU1WEE&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXQc5Q3D4cwfWbYNS-eEu8UlO6Ocw8bbYpoWG2ckbJ5wR78x1eAqtBVJXKlDnbM0temTgsy5_I-QmLmmzAGhRac-WxJzEFmmqW-rEXhKjn8KB4USsebK-ZJmFLE8O0xcKQN2ME0MZ4hNr_LmZ2COM4ojMh1LftD81agMW6XhPRgsV4rqLj3ARJtgfsTYlocULJI.CEaJqSNzUm7znj2Kie27LVFnLoFd2cSU3okK2u4r5Io&amp;dib_tag=se&amp;keywords=Authentic%2BGenuine%2BNagoya%2BUT-72%2BSuper%2BLoading%2BCoil%2B19-Inch%2BMagnetic%2BMount%2BVHF%2FUHF%2B(144%2F430Mhz)%2BAntenna%2BPL-259&amp;qid=1748028327&amp;sprefix=authentic%2Bgenuine%2Bnagoya%2But-72%2Bsuper%2Bloading%2Bcoil%2B19-inch%2Bmagnetic%2Bmount%2Bvhf%2Fuhf%2B144%2F430mhz%2Bantenna%2Bpl-259%2Caps%2C470&amp;sr=8-1&amp;th=1\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></a></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4kaaM3L\"><span style=\"color: #0c71c3;\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</span></a></h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43oDjLG\"><span style=\"color: #0c71c3;\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</span></a></h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4dzNemg\"><span style=\"color: #0c71c3;\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3HaNlsk\"><span style=\"color: #0c71c3;\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=23IQ7YQ1OPVO3&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXRsF75fSFnrUSZpmGgFsJjxHxG2VpmSkiD8Sqr5qhmy_Qd1YdGjSUSLG0HitMIOOdc.HleP1eMowt3jbgqFuw7VPNSkd1J0qpLHXLC6oPd486A&amp;dib_tag=se&amp;keywords=Authentic%2BGenuine%2BNagoya%2BUT-72%2BSuper%2BLoading%2BCoil%2B19-Inch%2BMagnetic%2BMount%2BVHF%2FUHF%2B(144%2F430Mhz)%2BAntenna%2BPL-259&amp;qid=1748027934&amp;sprefix=authentic%2Bgenuine%2Bnagoya%2But-72%2Bsuper%2Bloading%2Bcoil%2B19-inch%2Bmagnetic%2Bmount%2Bvhf%2Fuhf%2B144%2F430mhz%2Bantenna%2Bpl-259%2Caps%2C389&amp;sr=8-1&amp;th=1\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></a></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4k6eScV\"><span style=\"color: #0c71c3;\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</span></a></h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3SQyPbK\"><span style=\"color: #0c71c3;\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</span></a></h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</span></h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4muVCr7\"><span style=\"color: #0c71c3;\">Tram 1410 Broad Band Discone/Scanner Base Antenna</span></a></h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"]<p>If you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43J67je\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></a></h4>\n<p>You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/439LsVo\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></a></h4>\n<p>This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43dredt\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></a></h4>\n<p>If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4mzrNpG\"><span style=\"color: #0c71c3;\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</span></a></h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</span></h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</span></h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><span style=\"color: #0c71c3;\"><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\" style=\"color: #0c71c3;\">this</a></span>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][et_pb_sidebar _builder_version=\"4.27.2\" _module_preset=\"default\" area=\"et_pb_widget_area_5\" sticky_enabled=\"0\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2025-05-23 19:36:53','2025-05-23 19:36:53','',3529,'https://staging.amtacshooting.com/?p=4545',0,'revision','',0),
(4546,10,'2025-05-23 19:38:54','2025-05-23 19:38:54','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" link_option_url=\"https://amtacblades.com/store\" link_option_url_new_window=\"on\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Hand Held Radios</strong></h3>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>This is the quickest/ easiest way to increase your capability. Having a handheld radio in your pack and knowing how to use it could save your life or the life of a loved one. Make sure you standardize and decide on what frequencies/ channels you are going to be using with your people before you actually need them. Also make sure you get some practice reps in, because you will most likely discover some holes in your plan when you first try them.</p>\n<p>I recommend keeping these radios in your hiking packs, vehicles and having a few spares around the house.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\"><a href=\"https://amzn.to/44SaY2H\" style=\"color: #0c71c3;\">BaoFeng UV-5R Dual Band Two Way Radio</a></span></h4>\n<p>This is a Ham radio, it is more capable than any of the other listed handheld radios, but requires a license to transmit on. You can pair this radio with an aftermarket handheld antenna to increase the range a small amount, or pair the radio with a magnet mounted roof antenna to increase your range significantly.<span> </span><em>Ham license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH MURS-V1 MURS Two-Way Radio</span></h4>\n<p> If you are going to standardize on the MURS system this is the radio to get. Another good thing about this radio and MURS in general is that you are allowed to use external antennas. This is one of the best things you can do to increase your transmission/ reception range.<span> </span><em>No license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH GMRS-V1 GMRS Two-Way Radio, GMRS Repeater Capable, with Dual Band Scanning Receiver (136-174.99mhz (VHF) 400-520.99mhz (UHF))</span></h4>\n<p> This is the best option if you are going to go the GMRS route. With GMRS you get a little bit more power (5 watts for GMRS vs 2 watts for FRS and 2 watts for MURS), the downside is that you need a license and it is commonly used platform which means you will most likely have interference from other users.<span> </span><em>GMRS license required.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4muopw7\"><span style=\"color: #0c71c3;\">Retevis RT27 Two-Way Radios Rechargeable 2 Way Radio for Adults UHF FRS 22 Ch</span></a></h4>\n<p> This is an inexpensive option that is very simple to use. Think hand out radio.<span> </span><em>No license required</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4drigfW\"><span style=\"color: #0c71c3;\">Retevis RT22 Two Way Radios Rechargeable Walkie Talkies 16 CH</span></a></h4>\n<p> This is an inexpensive option, and it is small and charges from a USB cable. Also another good hand out option.<em><span> </span>No license required</em>.</p>\n<p>&nbsp;</p>\n<p><span></span></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Handheld Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4dvRjYs\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya NA-771 15.6-Inch Whip VHF/UHF (144/430Mhz) Antenna SMA-Female for BTECH and BaoFeng Radios</span></a></h4>\n<p>This is an improved antenna for the UV-5R or for the MURS V1, it will increase your range at a cost of being bigger/ bulkier.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=1H0LVCSTU1WEE&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXQc5Q3D4cwfWbYNS-eEu8UlO6Ocw8bbYpoWG2ckbJ5wR78x1eAqtBVJXKlDnbM0temTgsy5_I-QmLmmzAGhRac-WxJzEFmmqW-rEXhKjn8KB4USsebK-ZJmFLE8O0xcKQN2ME0MZ4hNr_LmZ2COM4ojMh1LftD81agMW6XhPRgsV4rqLj3ARJtgfsTYlocULJI.CEaJqSNzUm7znj2Kie27LVFnLoFd2cSU3okK2u4r5Io&amp;dib_tag=se&amp;keywords=Authentic%2BGenuine%2BNagoya%2BUT-72%2BSuper%2BLoading%2BCoil%2B19-Inch%2BMagnetic%2BMount%2BVHF%2FUHF%2B(144%2F430Mhz)%2BAntenna%2BPL-259&amp;qid=1748028327&amp;sprefix=authentic%2Bgenuine%2Bnagoya%2But-72%2Bsuper%2Bloading%2Bcoil%2B19-inch%2Bmagnetic%2Bmount%2Bvhf%2Fuhf%2B144%2F430mhz%2Bantenna%2Bpl-259%2Caps%2C470&amp;sr=8-1&amp;th=1\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></a></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4kaaM3L\"><span style=\"color: #0c71c3;\">BTECH, BaoFeng BL-5 Battery Eliminator for for BF-F8HP, UV-5X3, and UV-5R Radios</span></a></h4>\n<p>This allows you to power your UV-5R from a 12v cigarette lighter. This is a great addition to have in your vehicle, especially if you are not going to run a mobile radio.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43oDjLG\"><span style=\"color: #0c71c3;\">Baofeng BL-5L 3800mAh Extended Battery Compatible with UV-5R RD-5R UV-5RTP UV-5R Plus, Original Pack, Black</span></a></h4>\n<p>This replacement battery for the UV-5R has over twice the capacity of the original battery.</p>\n<p>&nbsp;</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>Mobile Radios</strong></h2>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">BTECH Mini UV-25X4 25 Watt Tri-Band Base, Mobile Radio: 136-174mhz (VHF), 220-230mhz (1.25M), 400-520mhz (UHF) Amateur (Ham)</span></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4dzNemg\"><span style=\"color: #0c71c3;\">Radioddity DB25 Pro Dual Band Quad-standby Mini Mobile Car Truck Radio, VHF UHF 4 Color Display, 25W Vehicle Transceiver with Cable + 50W High Gain Quad Band Antenna</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3HaNlsk\"><span style=\"color: #0c71c3;\">LEIXEN VV-898S Dual Band VHF/UHF 5W/10W/25W 136-174/400-470MHz Two Way Radio Car Mobile Radio Tranceiver Amateur Ham with USB Programming Cable</span></a></h4>\n<p><em>Requires a Ham license.</em></p>\n<p><em></em></p>\n<p><em></em></p>\n<p><em></em></p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h3 class=\"wp-block-heading\"><strong>Mobile Radio Accessories</strong></h3>\n<p><strong></strong></p>\n<p><strong></strong></p>\n<h4 class=\"wp-block-heading\"><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=23IQ7YQ1OPVO3&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXRsF75fSFnrUSZpmGgFsJjxHxG2VpmSkiD8Sqr5qhmy_Qd1YdGjSUSLG0HitMIOOdc.HleP1eMowt3jbgqFuw7VPNSkd1J0qpLHXLC6oPd486A&amp;dib_tag=se&amp;keywords=Authentic%2BGenuine%2BNagoya%2BUT-72%2BSuper%2BLoading%2BCoil%2B19-Inch%2BMagnetic%2BMount%2BVHF%2FUHF%2B(144%2F430Mhz)%2BAntenna%2BPL-259&amp;qid=1748027934&amp;sprefix=authentic%2Bgenuine%2Bnagoya%2But-72%2Bsuper%2Bloading%2Bcoil%2B19-inch%2Bmagnetic%2Bmount%2Bvhf%2Fuhf%2B144%2F430mhz%2Bantenna%2Bpl-259%2Caps%2C389&amp;sr=8-1&amp;th=1\"><span style=\"color: #0c71c3;\">Authentic Genuine Nagoya UT-72 Super Loading Coil 19-Inch Magnetic Mount VHF/UHF (144/430Mhz) Antenna PL-259</span></a></h4>\n<p><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\"></a><a href=\"https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\" rel=\"noreferrer noopener\" onclick=\"javascript:window.open(\'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp;sr=8-2\', \'_blank\', \'noopener\'); return false;\">This antenna</a><span> </span>uses a magnet to attach to your vehicle roof, it will work with the UV-5R, MURS V1, as well as any of the mobile radios listed. Having this antenna on the roof of your vehicle will dramatically increase your transmit and receive distances.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4k6eScV\"><span style=\"color: #0c71c3;\">MPD Digital Cablesonline 100ft RG8x Coax Uhf (PL259) Male to Male 50 Ohm Antenna Cable – R-U100 – Coax cable</span></a></h4>\n<p> This is for setting up a mobile radio in your house or running a HF antenna.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/3SQyPbK\"><span style=\"color: #0c71c3;\">Battery Tender 6V/12V, 4A Selectable Lead Acid &amp; Lithium Battery Charger</span></a></h4>\n<p> This battery charger can be used to keep your 12v battery charged that you use to run your mobile radio in your house. Sometimes the charger will add radio noise, if that is the case, unplug before transmitting.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">12v 18ah AGM Rechargeable Deep Cycle Replacement Battery for CB19-12 by Casil</span></h4>\n<p> Use this battery to power your mobile radio in your house and use the above listed battery tender (charger) to keep the battery charged.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4muVCr7\"><span style=\"color: #0c71c3;\">Tram 1410 Broad Band Discone/Scanner Base Antenna</span></a></h4>\n<p> This is the antenna to use for your home. Put it on as high up as you can/ either external to your house on a pipe (make sure you ground it) or in your attic if you have an asphalt roof. Use the above listed 50 ohm coax cable to connect the antenna to the radio. I picked this antenna because it has the one of the widest coverages to transmit and receive on.</p>[/et_pb_text][et_pb_heading title=\"Driveway Alarms\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<p>If you need driveway or zone alarms, this is the system that I recommend. The main reason to use the Dakota Alert brand is that they use MURS frequencies, which means that you can listen to your driveway or zone alarms with any MURS radio.</p>\n<p>&nbsp;</p>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43J67je\"><span style=\"color: #0c71c3;\">Dakota Alert PIR Driveway Alarm</span></a></h4>\n<p>You can use this for driveways or any zone that you want to monitor.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/439LsVo\"><span style=\"color: #0c71c3;\">Dakota Alert Vehicle Alarm</span></a></h4>\n<p>This device gets buried in your driveway and will only alert if a vehicle drives over it. This is a good option if you get a lot of false alarms with your PIR device.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/43dredt\"><span style=\"color: #0c71c3;\">Dakota Alert Base Station</span></a></h4>\n<p>If you are not going to use a mobile radio or handheld radio to monitor your driveway/ zone alarms then you will need this. A better option is getting any of the above listed mobile radios and using it to monitor the MURS driveway alarm frequency.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\"><strong>High Frequency (HF) Radios</strong></h2>\n<p>HF radios allow us to communicate over long distances, hundreds or even thousands of miles with no infrastructure. This is done by bouncing the radio waves off of the ionosphere. The downside is that it requires more training and equipment to make it happen.</p>\n<p>If you are interested in learning HF communications I would recommend that you get your Ham license, otherwise there is no legal way to train and become proficient.</p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><a href=\"https://amzn.to/4mzrNpG\"><span style=\"color: #0c71c3;\">FT-891 FT891 Yaesu Original FT-891 HF/50 MHz All Mode Analog Ultra Compact Mobile/Base Transceiver – 100 Watts</span></a></h4>\n<p> This is a solid choice for HF comms. It is relatively inexpensive and very compact, the downside is that a lot of features are buried in different layers of menus.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">Yaesu FT-818ND FT-818 6W HF/VHF/UHF All Mode Mobile Transceiver</span></h4>\n<p> This radio is very similar to the FT891. The differences are this radio is smaller, will only put out 6 watts, and will also do VHF/UHF. Unless you plan on mostly using your radio while backpacking I would recommend getting the more powerful radio.<span> </span><em>Requires a Ham license.</em></p>\n<h4 class=\"wp-block-heading\"></h4>\n<h4 class=\"wp-block-heading\"><span style=\"color: #0c71c3;\">LDG Electronics Z-100PLUS Automatic Antenna Tuner 1.8-54 MHz, 0.1-125 Watts, 2 Year Warranty</span></h4>\n<p>While not technically mandatory to have an antenna tuner, it will make your life much easier. You will use this to tune your dipole antenna.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">HF Antenna</h2>\n<p>For the most reliable regional communication I recommend setting up your dipole antenna in a NVIS configuration (the practical explanation for a NVIS antenna that it is a dipole antenna hung 10-15 ft above ground). You can do a little research and build a dipole antenna pretty easily or you can purchase something like<span> </span><span style=\"color: #0c71c3;\"><a href=\"https://www.amateurradiosupplies.com/product-p/11304.htm\" onclick=\"javascript:window.open(\'https://www.amateurradiosupplies.com/product-p/11304.htm\', \'_blank\', \'noopener\'); return false;\" style=\"color: #0c71c3;\">this</a></span>.</p>\n<p>I could spend many more weeks writing this article, but I want to get the information out there. Feel free to hit me up if you have any questions.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Radios','','inherit','closed','closed','','3529-revision-v1','','','2025-05-23 19:38:54','2025-05-23 19:38:54','',3529,'https://staging.amtacshooting.com/?p=4546',0,'revision','',0),
(4547,10,'2025-05-23 19:43:05','2025-05-23 19:43:05','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Backpacking Gear</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting. We did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets and here is the gear I used. All of it is great for backpacking and linked to the product.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/49z6FsU\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li><a href=\"(https://amzn.to/49z6FsU)\">Toaks 750 ml pot </a></li>\n<li>Patagonia puff jacket</li>\n<li><a href=\"https://amzn.to/42HX4NW\">Peak Refuel meal </a></li>\n<li><a href=\"https://amzn.to/3S92yfC\">Katadyn 1L water filter</a></li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" style=\"font-size: 14px;\">https://amzn.to/475vKtP</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" style=\"font-size: 14px;\">https://amzn.to/3uaJbtY</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" style=\"font-size: 14px;\">https://amzn.to/49xMvje</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" style=\"font-size: 14px;\">https://amzn.to/49zjXWC</a><span style=\"font-size: 14px;\">)</span></li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" style=\"font-size: 14px;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" style=\"font-size: 14px;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\" locked=\"off\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/04/Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf.png\" logo_width=\"15%\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" width=\"100%\" global_colors_info=\"{}\" active_link_color__hover_enabled=\"on|desktop\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-05-23 19:43:05','2025-05-23 19:43:05','',4156,'https://staging.amtacshooting.com/?p=4547',0,'revision','',0),
(4549,10,'2025-05-23 19:45:00','2025-05-23 19:45:00','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Backpacking Gear</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting. We did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets and here is the gear I used. All of it is great for backpacking and linked to the product.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<figure class=\"wp-block-image size-large\"><img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/4mw125d\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li><a href=\"(https://amzn.to/49z6FsU)\">Toaks 750 ml pot (https://amzn.to/4mw125d) </a></li>\n<li>Patagonia puff jacket</li>\n<li><a href=\"https://amzn.to/42HX4NW\">Peak Refuel meal </a></li>\n<li><a href=\"https://amzn.to/3S92yfC\">Katadyn 1L water filter</a></li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" style=\"font-size: 14px;\">https://amzn.to/475vKtP</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" style=\"font-size: 14px;\">https://amzn.to/3uaJbtY</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" style=\"font-size: 14px;\">https://amzn.to/49xMvje</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" style=\"font-size: 14px;\">https://amzn.to/49zjXWC</a><span style=\"font-size: 14px;\">)</span></li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" style=\"font-size: 14px;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" style=\"font-size: 14px;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\" locked=\"off\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/04/Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf.png\" logo_width=\"15%\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" width=\"100%\" global_colors_info=\"{}\" active_link_color__hover_enabled=\"on|desktop\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-05-23 19:45:00','2025-05-23 19:45:00','',4156,'https://staging.amtacshooting.com/?p=4549',0,'revision','',0),
(4550,10,'2025-05-23 19:46:47','2025-05-23 19:46:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Backpacking Gear</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting. We did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets and here is the gear I used. All of it is great for backpacking and linked to the product.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<figure class=\"wp-block-image size-large\">    <img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/4mw125d\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li><a href=\"(https://amzn.to/49z6FsU)\">Toaks 750 ml pot (https://amzn.to/4mw125d) </a></li>\n<li>Patagonia puff jacket</li>\n<li><a href=\"https://amzn.to/42HX4NW\">Peak Refuel meal </a></li>\n<li><a href=\"https://amzn.to/3S92yfC\">Katadyn 1L water filter (https://amzn.to/45q3Uum)</a></li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" style=\"font-size: 14px;\">https://amzn.to/475vKtP</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" style=\"font-size: 14px;\">https://amzn.to/3uaJbtY</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" style=\"font-size: 14px;\">https://amzn.to/49xMvje</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" style=\"font-size: 14px;\">https://amzn.to/49zjXWC</a><span style=\"font-size: 14px;\">)</span></li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/3QC3FU8\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" style=\"font-size: 14px;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" style=\"font-size: 14px;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\" locked=\"off\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/04/Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf.png\" logo_width=\"15%\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" width=\"100%\" global_colors_info=\"{}\" active_link_color__hover_enabled=\"on|desktop\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-05-23 19:46:47','2025-05-23 19:46:47','',4156,'https://staging.amtacshooting.com/?p=4550',0,'revision','',0),
(4552,10,'2025-05-23 19:50:31','2025-05-23 19:50:31','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Backpacking Gear</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting. We did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets and here is the gear I used. All of it is great for backpacking and linked to the product.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<figure class=\"wp-block-image size-large\">    <img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/4mw125d\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li><a href=\"(https://amzn.to/49z6FsU)\">Toaks 750 ml pot (https://amzn.to/4mw125d) </a></li>\n<li>Patagonia puff jacket (<a href=\"https://amzn.to/43RK6xR\">https://amzn.to/43RK6xR</a>)</li>\n<li><a href=\"https://amzn.to/42HX4NW\">Peak Refuel meal </a></li>\n<li><a href=\"https://amzn.to/3S92yfC\">Katadyn 1L water filter (https://amzn.to/45q3Uum)</a></li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" style=\"font-size: 14px;\">https://amzn.to/475vKtP</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" style=\"font-size: 14px;\">https://amzn.to/3uaJbtY</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" style=\"font-size: 14px;\">https://amzn.to/49xMvje</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" style=\"font-size: 14px;\">https://amzn.to/49zjXWC</a><span style=\"font-size: 14px;\">)</span></li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/4dzPdqI\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" style=\"font-size: 14px;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" style=\"font-size: 14px;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\" locked=\"off\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/04/Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf.png\" logo_width=\"15%\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" width=\"100%\" global_colors_info=\"{}\" active_link_color__hover_enabled=\"on|desktop\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-05-23 19:50:31','2025-05-23 19:50:31','',4156,'https://staging.amtacshooting.com/?p=4552',0,'revision','',0),
(4554,10,'2025-05-23 19:51:47','2025-05-23 19:51:47','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Backpacking Gear</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting. We did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets and here is the gear I used. All of it is great for backpacking and linked to the product.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<figure class=\"wp-block-image size-large\">    <img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/4mw125d\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li><a href=\"(https://amzn.to/49z6FsU)\">Toaks 750 ml pot (https://amzn.to/4mw125d) </a></li>\n<li>Patagonia puff jacket (<a href=\"https://amzn.to/43RK6xR\">https://amzn.to/43RK6xR</a>)</li>\n<li><a href=\"https://amzn.to/4dAXkTY\">Peak Refuel meal (https://amzn.to/4dAXkTY)</a></li>\n<li><a href=\"https://amzn.to/3S92yfC\">Katadyn 1L water filter (https://amzn.to/45q3Uum)</a></li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" style=\"font-size: 14px;\">https://amzn.to/475vKtP</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" style=\"font-size: 14px;\">https://amzn.to/3uaJbtY</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" style=\"font-size: 14px;\">https://amzn.to/49xMvje</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" style=\"font-size: 14px;\">https://amzn.to/49zjXWC</a><span style=\"font-size: 14px;\">)</span></li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/4dzPdqI\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" style=\"font-size: 14px;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" style=\"font-size: 14px;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\" locked=\"off\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/04/Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf.png\" logo_width=\"15%\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" width=\"100%\" global_colors_info=\"{}\" active_link_color__hover_enabled=\"on|desktop\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-05-23 19:51:47','2025-05-23 19:51:47','',4156,'https://staging.amtacshooting.com/?p=4554',0,'revision','',0),
(4555,10,'2025-05-23 19:53:16','2025-05-23 19:53:16','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Backpacking Gear</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting. We did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets and here is the gear I used. All of it is great for backpacking and linked to the product.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<figure class=\"wp-block-image size-large\">    <img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/4mw125d\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li><a href=\"(https://amzn.to/49z6FsU)\">Toaks 750 ml pot (https://amzn.to/4mw125d) </a></li>\n<li>Patagonia puff jacket (<a href=\"https://amzn.to/43RK6xR\">https://amzn.to/43RK6xR</a>)</li>\n<li><a href=\"https://amzn.to/4dAXkTY\">Peak Refuel meal (https://amzn.to/4dAXkTY)</a></li>\n<li><a href=\"https://amzn.to/4jb1xid\">Katadyn 1L water filter (https://amzn.to/45q3Uum)</a></li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n<li>Silverant 1200ml titanium bottle (<a href=\"https://amzn.to/475vKtP\" style=\"font-size: 14px;\">https://amzn.to/475vKtP</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Silverant 800ml titanium bottle (<a href=\"https://amzn.to/3uaJbtY\" style=\"font-size: 14px;\">https://amzn.to/3uaJbtY</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" style=\"font-size: 14px;\">https://amzn.to/49xMvje</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" style=\"font-size: 14px;\">https://amzn.to/49zjXWC</a><span style=\"font-size: 14px;\">)</span></li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/4dzPdqI\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" style=\"font-size: 14px;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" style=\"font-size: 14px;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/04/Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf.png\" logo_width=\"15%\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" width=\"100%\" global_colors_info=\"{}\" active_link_color__hover_enabled=\"on|desktop\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-05-23 19:53:16','2025-05-23 19:53:16','',4156,'https://staging.amtacshooting.com/?p=4555',0,'revision','',0),
(4558,10,'2025-05-23 19:58:23','2025-05-23 19:58:23','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Backpacking Gear</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting. We did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets and here is the gear I used. All of it is great for backpacking and linked to the product.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<figure class=\"wp-block-image size-large\">    <img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/4mw125d\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li><a href=\"https://amzn.to/4jhvZXY\">Toaks 750 ml pot (https://amzn.to/4mw125d) </a></li>\n<li>Patagonia puff jacket (<a href=\"https://amzn.to/43RK6xR\">https://amzn.to/43RK6xR</a>)</li>\n<li><a href=\"https://amzn.to/4dAXkTY\">Peak Refuel meal (https://amzn.to/4dAXkTY)</a></li>\n<li><a href=\"https://amzn.to/4jb1xid\">Katadyn 1L water filter (https://amzn.to/45q3Uum)</a></li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n<li><a href=\"https://amzn.to/3Z0qgPc\">Silverant 1200ml titanium bottle (https://amzn.to/475vKtP<span style=\"font-size: 14px;\">)</span></a></li>\n<li><a href=\"https://amzn.to/4jl5gdc\">Silverant 800ml titanium bottle (https://amzn.to/4jl5gdc<span style=\"font-size: 14px;\">)</span></a></li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" style=\"font-size: 14px;\">https://amzn.to/49xMvje</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Chocolate covered espresso beans (<a href=\"https://amzn.to/49zjXWC\" style=\"font-size: 14px;\">https://amzn.to/49zjXWC</a><span style=\"font-size: 14px;\">)</span></li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/4dzPdqI\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" style=\"font-size: 14px;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" style=\"font-size: 14px;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/04/Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf.png\" logo_width=\"15%\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" width=\"100%\" global_colors_info=\"{}\" active_link_color__hover_enabled=\"on|desktop\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" menu_style=\"centered\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_line_color=\"#D1D1D1\" dropdown_menu_text_color=\"#161616\" mobile_menu_bg_color=\"#FFFFFF\" mobile_menu_text_color=\"#0C71C3\" logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/05/new-amtac-shooting-logo-min-1-scaled.png\" logo_width=\"17%\" menu_icon_color=\"#FFFFFF\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" global_colors_info=\"{}\"][/et_pb_menu][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_orientation=\"center\" custom_padding=\"0px|10px|0px|10px|true|true\" global_colors_info=\"{}\"]<p><span>© </span>2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-05-23 19:58:23','2025-05-23 19:58:23','',4156,'https://staging.amtacshooting.com/?p=4558',0,'revision','',0),
(4559,10,'2025-05-23 20:02:07','2025-05-23 20:02:07','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Backpacking Gear</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting. We did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets and here is the gear I used. All of it is great for backpacking and linked to the product.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<figure class=\"wp-block-image size-large\">    <img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/4mw125d\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li><a href=\"https://amzn.to/4jhvZXY\">Toaks 750 ml pot (https://amzn.to/4mw125d) </a></li>\n<li>Patagonia puff jacket (<a href=\"https://amzn.to/43RK6xR\">https://amzn.to/43RK6xR</a>)</li>\n<li><a href=\"https://amzn.to/4dAXkTY\">Peak Refuel meal (https://amzn.to/4dAXkTY)</a></li>\n<li><a href=\"https://amzn.to/4jb1xid\">Katadyn 1L water filter (https://amzn.to/45q3Uum)</a></li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n<li><a href=\"https://amzn.to/3Z0qgPc\">Silverant 1200ml titanium bottle (https://amzn.to/475vKtP<span style=\"font-size: 14px;\">)</span></a></li>\n<li><a href=\"https://amzn.to/4jl5gdc\">Silverant 800ml titanium bottle (https://amzn.to/4jl5gdc<span style=\"font-size: 14px;\">)</span></a></li>\n<li>Levi trekking poles (<a href=\"https://amzn.to/49xMvje\" style=\"font-size: 14px;\">https://amzn.to/49xMvje</a><span style=\"font-size: 14px;\">)</span></li>\n<li><a href=\"https://amzn.to/44MxUAp\">Chocolate covered espresso beans (https://amzn.to/44MxUAp<span style=\"font-size: 14px;\">)</span></a></li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/4dzPdqI\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" style=\"font-size: 14px;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" style=\"font-size: 14px;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/04/Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf.png\" logo_width=\"15%\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" width=\"100%\" global_colors_info=\"{}\" active_link_color__hover_enabled=\"on|desktop\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" menu_style=\"centered\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_line_color=\"#D1D1D1\" dropdown_menu_text_color=\"#161616\" mobile_menu_bg_color=\"#FFFFFF\" mobile_menu_text_color=\"#0C71C3\" logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/05/new-amtac-shooting-logo-min-1-scaled.png\" logo_width=\"17%\" menu_icon_color=\"#FFFFFF\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" global_colors_info=\"{}\"][/et_pb_menu][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_orientation=\"center\" custom_padding=\"0px|10px|0px|10px|true|true\" global_colors_info=\"{}\"]<p><span>© </span>2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-05-23 20:02:07','2025-05-23 20:02:07','',4156,'https://staging.amtacshooting.com/?p=4559',0,'revision','',0),
(4560,10,'2025-05-23 20:03:43','2025-05-23 20:03:43','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_padding=\"14px|||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<h2 class=\"wp-block-heading\">Backpacking Gear</h2>\n<p>Hey guys, Bill Rapier with Amtac Shooting. We did a 20 mile hike through the snow, about 5,000 vertical in the Cabinets and here is the gear I used. All of it is great for backpacking and linked to the product.</p>[/et_pb_text][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"]<figure class=\"wp-block-image size-large\">    <img decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2306\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-1 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Soto windmaster stove (<a href=\"https://amzn.to/4mw125d\" onclick=\"javascript:window.open(\'https://amzn.to/49z6FsU\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/49z6FsU</a>)</li>\n<li><a href=\"https://amzn.to/4jhvZXY\">Toaks 750 ml pot (https://amzn.to/4mw125d) </a></li>\n<li>Patagonia puff jacket (<a href=\"https://amzn.to/43RK6xR\">https://amzn.to/43RK6xR</a>)</li>\n<li><a href=\"https://amzn.to/4dAXkTY\">Peak Refuel meal (https://amzn.to/4dAXkTY)</a></li>\n<li><a href=\"https://amzn.to/4jb1xid\">Katadyn 1L water filter (https://amzn.to/45q3Uum)</a></li>\n<li>Amtac med kit (<a href=\"https://www.amtacgear.com/product-category/medical/\" onclick=\"javascript:window.open(\'https://www.amtacgear.com/product-category/medical/\', \'_blank\', \'noopener\'); return false;\">https://www.amtacgear.com/product-category/medical/</a>)</li>\n<li><a href=\"https://amzn.to/3Z0qgPc\">Silverant 1200ml titanium bottle (https://amzn.to/475vKtP<span style=\"font-size: 14px;\">)</span></a></li>\n<li><a href=\"https://amzn.to/4jl5gdc\">Silverant 800ml titanium bottle (https://amzn.to/4jl5gdc<span style=\"font-size: 14px;\">)</span></a></li>\n<li><a href=\"https://amzn.to/3H4mo9T\">Levi trekking poles (https://amzn.to/3H4mo9T<span style=\"font-size: 14px;\">)</span></a></li>\n<li><a href=\"https://amzn.to/44MxUAp\">Chocolate covered espresso beans (https://amzn.to/44MxUAp<span style=\"font-size: 14px;\">)</span></a></li>\n</ol>\n</div>\n</div>\n<div class=\"wp-block-media-text is-stacked-on-mobile\">\n<figure class=\"wp-block-media-text__media\"><img decoding=\"async\" width=\"702\" height=\"701\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg\" alt=\"\" class=\"wp-image-2310 size-full\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg 702w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-690x689.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-600x599.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1-100x100.jpg 100w\" sizes=\"(max-width: 702px) 100vw, 702px\" /></figure>\n<div class=\"wp-block-media-text__content\">\n<ol class=\"wp-block-list\">\n<li>Baeofeng UV5R (<a href=\"https://amzn.to/4dzPdqI\" onclick=\"javascript:window.open(\'https://amzn.to/3QC3FU8\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QC3FU8</a>)</li>\n<li>Garmin InReach mini (<a href=\"https://amzn.to/3QX4Wqk\" onclick=\"javascript:window.open(\'https://amzn.to/3QX4Wqk\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QX4Wqk</a>)</li>\n<li>Iron Spear Outfitters Gorilla Coms (<a href=\"https://ironspearoutfitters.com/products/gorilla-coms\" onclick=\"javascript:window.open(\'https://ironspearoutfitters.com/products/gorilla-coms\', \'_blank\', \'noopener\'); return false;\">https://ironspearoutfitters.com/products/gorilla-coms</a>)</li>\n<li>Outdoor Research Helium rain gear (<a href=\"https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\" onclick=\"javascript:window.open(\'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/40AhlmX &amp; https://amzn.to/3ueWnyc</a>)</li>\n</ol>\n</div>\n</div>\n<p>&nbsp;</p>\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"1024\" src=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg\" alt=\"\" class=\"wp-image-2313\" srcset=\"https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg 1024w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_300/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-300x300.jpg 300w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_150/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-150x150.jpg 150w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_768/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-768x768.jpg 768w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_75/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-75x75.jpg 75w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_200/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-200x200.jpg 200w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_280/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-280x280.jpg 280w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_690/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-690x690.jpg 690w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_600/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-600x600.jpg 600w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_100/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-100x100.jpg 100w, https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_924/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1.jpg 924w\" sizes=\"(max-width: 1024px) 100vw, 1024px\" /></figure>\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-2 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\">\n<ol class=\"wp-block-list\">\n<li>Hyperlite Headwall 55 pack (<a href=\"https://www.hyperlitemountaingear.com/products/headwall-55\" onclick=\"javascript:window.open(\'https://www.hyperlitemountaingear.com/products/headwall-55\', \'_blank\', \'noopener\'); return false;\">https://www.hyperlitemountaingear.com/products/headwall-55</a>)</li>\n<li>Amtac Blades Battle Axe (<a href=\"https://amtacblades.com/battle-axe/\" onclick=\"javascript:window.open(\'https://amtacblades.com/battle-axe/\', \'_blank\', \'noopener\'); return false;\">https://amtacblades.com/battle-axe/</a>)</li>\n<li>Silponcho (<a href=\"https://amzn.to/3QUVP9B\" onclick=\"javascript:window.open(\'https://amzn.to/3QUVP9B\', \'_blank\', \'noopener\'); return false;\">https://amzn.to/3QUVP9B</a>)</li>\n<li>Mountain Laurel Design bivy sack (<a href=\"https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/\" style=\"font-size: 14px;\">https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/</a><span style=\"font-size: 14px;\">)</span></li>\n<li>Sea to Summit down sleeping bag (<a href=\"https://amzn.to/477RLs8\" style=\"font-size: 14px;\">https://amzn.to/477RLs8</a></li>\n</ol>\n</div>\n</div>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"354b1d79-e153-4d95-9006-b29f92155acc\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/04/Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf.png\" logo_width=\"15%\" _builder_version=\"4.27.2\" _module_preset=\"default\" menu_text_color=\"#FFFFFF\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" width=\"100%\" global_colors_info=\"{}\" active_link_color__hover_enabled=\"on|desktop\"][/et_pb_menu][/et_pb_column][/et_pb_row][/et_pb_section][et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"#2d3142\" global_colors_info=\"{}\"][et_pb_row _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"100%\" max_width=\"1453px\" module_alignment=\"center\" global_colors_info=\"{}\"][et_pb_column type=\"4_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_menu menu_id=\"77\" menu_style=\"centered\" dropdown_menu_bg_color=\"#FFFFFF\" dropdown_menu_line_color=\"#D1D1D1\" dropdown_menu_text_color=\"#161616\" mobile_menu_bg_color=\"#FFFFFF\" mobile_menu_text_color=\"#0C71C3\" logo=\"https://staging.amtacshooting.com/wp-content/uploads/2025/05/new-amtac-shooting-logo-min-1-scaled.png\" logo_width=\"17%\" menu_icon_color=\"#FFFFFF\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_color=\"RGBA(255,255,255,0)\" background_layout=\"dark\" global_colors_info=\"{}\"][/et_pb_menu][et_pb_text _builder_version=\"4.27.2\" _module_preset=\"default\" text_text_color=\"#FFFFFF\" text_orientation=\"center\" custom_padding=\"0px|10px|0px|10px|true|true\" global_colors_info=\"{}\"]<p><span>© </span>2024-2025 AMTACSHOOTING.COM. All rights reserved by Amtac Shooting.</p>[/et_pb_text][/et_pb_column][/et_pb_row][/et_pb_section]','Backpacking','','inherit','closed','closed','','4156-revision-v1','','','2025-05-23 20:03:43','2025-05-23 20:03:43','',4156,'https://staging.amtacshooting.com/?p=4560',0,'revision','',0),
(4562,10,'2025-06-16 17:16:34','2025-06-16 17:16:34','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" title_text=\"custom-rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" force_fullwidth=\"on\" sticky_enabled=\"0\" url=\"https://www.jbrcllc.com/\" url_new_window=\"on\"][/et_pb_image][et_pb_heading title=\"Jon Beagle Rifles\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" url=\"https://www.jbrcllc.com/\" url_new_window=\"on\"][/et_pb_heading][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" title_text=\"img_2122_720-YcNvc0.tmp_\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" force_fullwidth=\"on\" sticky_enabled=\"0\"][/et_pb_image][et_pb_heading title=\"Altus Shooting Solutions\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_heading title=\"Centurion Arms\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-06-16 17:16:34','2025-06-16 17:16:34','',3523,'https://staging.amtacshooting.com/?p=4562',0,'revision','',0),
(4563,10,'2025-06-16 17:18:27','2025-06-16 17:18:27','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" title_text=\"custom-rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" force_fullwidth=\"on\" sticky_enabled=\"0\" url=\"https://www.jbrcllc.com/\" url_new_window=\"on\"][/et_pb_image][et_pb_heading title=\"Jon Beagle Rifles\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" url=\"https://www.jbrcllc.com/\" url_new_window=\"on\"][/et_pb_heading][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" title_text=\"img_2122_720-YcNvc0.tmp_\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" force_fullwidth=\"on\" sticky_enabled=\"0\" url=\"https://www.altusshooting.com/\" url_new_window=\"on\"][/et_pb_image][et_pb_heading title=\"Altus Shooting Solutions\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://www.altusshooting.com/\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Centurion Arms\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" url=\"https://centurionarms.com/\" url_new_window=\"on\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-06-16 17:18:27','2025-06-16 17:18:27','',3523,'https://staging.amtacshooting.com/?p=4563',0,'revision','',0),
(4564,10,'2025-06-16 17:19:22','2025-06-16 17:19:22','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_heading title=\"Precision Rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_heading][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg\" title_text=\"custom-rifle\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" force_fullwidth=\"on\" sticky_enabled=\"0\" url=\"https://www.jbrcllc.com/\" url_new_window=\"on\"][/et_pb_image][et_pb_heading title=\"Jon Beagle Rifles\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" url=\"https://www.jbrcllc.com/\" url_new_window=\"on\"][/et_pb_heading][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg\" title_text=\"img_2122_720-YcNvc0.tmp_\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" force_fullwidth=\"on\" sticky_enabled=\"0\" url=\"https://www.altusshooting.com/\" url_new_window=\"on\"][/et_pb_image][et_pb_heading title=\"Altus Shooting Solutions\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" url=\"https://www.altusshooting.com/\" url_new_window=\"on\" sticky_enabled=\"0\"][/et_pb_heading][et_pb_heading title=\"Centurion Arms\" _builder_version=\"4.27.2\" _module_preset=\"default\" hover_enabled=\"0\" global_colors_info=\"{}\" sticky_enabled=\"0\" url=\"https://centurionarms.com/\" url_new_window=\"on\" disabled_on=\"on|on|off\"][/et_pb_heading][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar area=\"et_pb_widget_area_5\" _builder_version=\"4.27.2\" _module_preset=\"default\" width=\"80%\" custom_margin=\"0px|0px||0px|false|true\" custom_padding=\"15px|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Guns &amp; Gear','','inherit','closed','closed','','3523-revision-v1','','','2025-06-16 17:19:22','2025-06-16 17:19:22','',3523,'https://staging.amtacshooting.com/?p=4564',0,'revision','',0),
(4565,10,'2025-06-16 17:21:27','2025-06-16 17:21:27','[et_pb_section fb_built=\"1\" admin_label=\"section\" _builder_version=\"4.16\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" admin_label=\"row\" _builder_version=\"4.27.2\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_image src=\"https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01688.jpg\" title_text=\"DSC01688\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][/et_pb_image][et_pb_text admin_label=\"Text\" _builder_version=\"4.27.0\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" global_colors_info=\"{}\"]<p>The cost for private training is $5500 a day, with a two day minimum, plus travel costs. We will discuss custom course curriculum for up to 8 people.  Please <a href=\"https://staging.amtacshooting.com/contact-us/\">contact</a> for details.</p>[/et_pb_text][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.16\" custom_padding=\"|||\" global_colors_info=\"{}\" custom_padding__hover=\"|||\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|0px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Private Training','','inherit','closed','closed','','1416-revision-v1','','','2025-06-16 17:21:27','2025-06-16 17:21:27','',1416,'https://staging.amtacshooting.com/?p=4565',0,'revision','',0),
(4567,10,'2025-06-16 17:28:10','2025-06-16 17:28:10','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|3px||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" details_margin=\"0px|||0px|false|false\" details_padding=\"|||20px|false|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" details_margin_tablet=\"0px|||0px|false|false\" details_margin_phone=\"|||0px|false|false\" details_margin_last_edited=\"on|desktop\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" custom_margin_last_edited=\"on|tablet\" custom_padding_last_edited=\"on|tablet\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-06-16 17:28:10','2025-06-16 17:28:10','',3631,'https://staging.amtacshooting.com/?p=4567',0,'revision','',0),
(4568,10,'2025-06-16 17:29:05','2025-06-16 17:29:05','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|3px||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" details_margin=\"0px|||0px|false|false\" details_padding=\"|||0px|false|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" details_margin_tablet=\"0px|||0px|false|false\" details_margin_phone=\"|||0px|false|false\" details_margin_last_edited=\"on|desktop\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" hover_enabled=\"0\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\" custom_margin_last_edited=\"on|tablet\" custom_padding_last_edited=\"on|tablet\" sticky_enabled=\"0\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar orientation=\"right\" disabled_on=\"on|on|off\" _builder_version=\"4.27.2\" _module_preset=\"default\" text_orientation=\"left\" width=\"100%\" module_alignment=\"right\" custom_margin=\"|0px|0px|0px|false|true\" custom_padding=\"|1px|0px|0px|false|false\" border_width_all=\"15px\" border_color_all=\"#FFFFFF\" box_shadow_style=\"preset1\" box_shadow_blur=\"26px\" box_shadow_spread=\"-5px\" locked=\"off\" global_colors_info=\"{}\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-06-16 17:29:05','2025-06-16 17:29:05','',3631,'https://staging.amtacshooting.com/?p=4568',0,'revision','',0),
(4571,10,'2025-06-19 17:20:16','2025-06-19 17:20:16','{\"version\": 3, \"isGlobalStylesUserThemeJSON\": true }','Custom Styles','','publish','closed','closed','','wp-global-styles-twentytwentyfive','','','2025-06-19 17:20:16','2025-06-19 17:20:16','',0,'https://staging.amtacshooting.com/2025/06/19/wp-global-styles-twentytwentyfive/',0,'wp_global_styles','',0),
(4572,10,'2025-06-19 17:20:16','2025-06-19 17:20:16','<!-- wp:template-part {\"slug\":\"header\",\"tagName\":\"header\",\"theme\":\"twentytwentyfive\"} /-->\n<!-- wp:tec/archive-events /-->\n<!-- wp:template-part {\"slug\":\"footer\",\"tagName\":\"footer\",\"theme\":\"twentytwentyfive\"} /-->\n','Calendar Views (Event Archive)','Displays the calendar views.','publish','closed','closed','','archive-events','','','2025-06-19 17:20:16','2025-06-19 17:20:16','',0,'https://staging.amtacshooting.com/2025/06/19/archive-events/',0,'wp_template','',0),
(4573,10,'2025-06-19 17:20:16','2025-06-19 17:20:16','<!-- wp:template-part {\"slug\":\"header\",\"tagName\":\"header\",\"theme\":\"twentytwentyfive\"} /-->\n<!-- wp:tec/single-event /-->\n<!-- wp:template-part {\"slug\":\"footer\",\"tagName\":\"footer\",\"theme\":\"twentytwentyfive\"} /-->\n','Single Event','Displays a single event.','publish','closed','closed','','single-event','','','2025-06-19 17:20:16','2025-06-19 17:20:16','',0,'https://staging.amtacshooting.com/2025/06/19/single-event/',0,'wp_template','',0),
(4574,0,'2025-07-20 22:09:24','2025-07-20 22:09:24','{{unknown}}','','','publish','closed','closed','','1bd5b7948c57794e4569d17a4994fdf1','','','2025-07-20 22:09:24','2025-07-20 22:09:24','',0,'https://staging.amtacshooting.com/2025/07/20/1bd5b7948c57794e4569d17a4994fdf1/',0,'oembed_cache','',0),
(4575,0,'2025-07-20 22:09:24','2025-07-20 22:09:24','{{unknown}}','','','publish','closed','closed','','ef0e2e501b676969a71ba2128082afd6','','','2025-07-20 22:09:24','2025-07-20 22:09:24','',0,'https://staging.amtacshooting.com/2025/07/20/ef0e2e501b676969a71ba2128082afd6/',0,'oembed_cache','',0),
(4576,0,'2025-07-20 22:09:25','2025-07-20 22:09:25','<iframe title=\"Battle of the Bills\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/8fr-jGkSs0M?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','ecdba0c57a7562b8a231c953e9b95df9','','','2025-07-20 22:09:25','2025-07-20 22:09:25','',0,'https://staging.amtacshooting.com/2025/07/20/ecdba0c57a7562b8a231c953e9b95df9/',0,'oembed_cache','',0),
(4577,0,'2025-07-20 22:09:25','2025-07-20 22:09:25','<iframe title=\"Surefire Battle of the Bills! | CQB &amp; Self Defense Training\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/qy1R-Q8GZ1I?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','0a28f4fa66e9a67ad9646ed2bf7e1275','','','2025-07-20 22:09:25','2025-07-20 22:09:25','',0,'https://staging.amtacshooting.com/2025/07/20/0a28f4fa66e9a67ad9646ed2bf7e1275/',0,'oembed_cache','',0),
(4578,0,'2025-07-20 22:09:25','2025-07-20 22:09:25','<iframe title=\"You Aren&#039;t Ready - Battle of the Bills - Surefire\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/7It3Eq5ttE8?start=494&feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','cd0183bf89ded9c239068144cbda3a00','','','2025-07-20 22:09:25','2025-07-20 22:09:25','',0,'https://staging.amtacshooting.com/2025/07/20/cd0183bf89ded9c239068144cbda3a00/',0,'oembed_cache','',0),
(4579,0,'2025-07-20 22:09:25','2025-07-20 22:09:25','<iframe title=\"in the field: AMTAC Pistol Integrated Combatives\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/97cijTsUhvU?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','faaa1fac9f6ef82712b44ad0de5f6c7b','','','2025-07-20 22:09:25','2025-07-20 22:09:25','',0,'https://staging.amtacshooting.com/2025/07/20/faaa1fac9f6ef82712b44ad0de5f6c7b/',0,'oembed_cache','',0),
(4580,0,'2025-07-20 22:09:26','2025-07-20 22:09:26','<iframe title=\"Force on Force with AMTAC Shooting\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/5Ii6tRka__g?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','b3e0f8090938929ab313cbf3f1acb7c8','','','2025-07-20 22:09:26','2025-07-20 22:09:26','',0,'https://staging.amtacshooting.com/2025/07/20/b3e0f8090938929ab313cbf3f1acb7c8/',0,'oembed_cache','',0),
(4581,0,'2025-07-20 22:09:26','2025-07-20 22:09:26','<iframe title=\"How to Draw for the Fight. Bill Rapier, Field Notes Ep. 51\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/LlyIgpMfpUw?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','8aeed35c6dc19797f1c419373e2f5ee6','','','2025-07-20 22:09:26','2025-07-20 22:09:26','',0,'https://staging.amtacshooting.com/2025/07/20/8aeed35c6dc19797f1c419373e2f5ee6/',0,'oembed_cache','',0),
(4582,0,'2025-07-20 22:09:26','2025-07-20 22:09:26','<iframe title=\"Combatives Based Retention Shooting. Bill Rapier, Field Notes Ep. 38\" width=\"1080\" height=\"608\" src=\"https://www.youtube.com/embed/603kfkCUig0?feature=oembed\"  allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen></iframe>','','','publish','closed','closed','','229103a1a9bf40a4f246c5264722157f','','','2025-07-20 22:09:26','2025-07-20 22:09:26','',0,'https://staging.amtacshooting.com/2025/07/20/229103a1a9bf40a4f246c5264722157f/',0,'oembed_cache','',0),
(4584,1,'2025-07-23 23:36:27','2025-07-23 23:36:27','[mailpoet_page]','MailPoet Page','','publish','closed','closed','','captcha','','','2025-07-23 23:36:27','2025-07-23 23:36:27','',0,'https://staging.amtacshooting.com/?p=4584',0,'mailpoet_page','',0),
(4587,10,'2025-11-24 23:55:57','2025-11-24 23:55:57','','Walther_ Hammerli_TessRousey_4760 (1) (1)','','inherit','open','closed','','walther_-hammerli_tessrousey_4760-1-1','','','2025-11-24 23:55:57','2025-11-24 23:55:57','',0,'https://staging.amtacshooting.com/wp-content/uploads/2025/11/Walther_-Hammerli_TessRousey_4760-1-1.jpg',0,'attachment','image/jpeg',0),
(4588,10,'2025-11-24 23:58:44','2025-11-24 23:58:44','','_A1S9269 (1)','','inherit','open','closed','','_a1s9269-1','','','2025-11-24 23:58:44','2025-11-24 23:58:44','',0,'https://staging.amtacshooting.com/wp-content/uploads/2025/11/A1S9269-1.jpg',0,'attachment','image/jpeg',0),
(4589,10,'2025-11-25 00:05:18','2025-11-25 00:05:18','','AMTAC 2023 10-21 (1) (2)','','inherit','open','closed','','amtac-2023-10-21-1-2','','','2025-11-25 00:05:18','2025-11-25 00:05:18','',0,'https://staging.amtacshooting.com/wp-content/uploads/2025/11/AMTAC-2023-10-21-1-2.jpg',0,'attachment','image/jpeg',0),
(4591,10,'2025-11-25 00:10:36','2025-11-25 00:10:36','[et_pb_sidebar _builder_version=\"4.27.4\" _module_preset=\"default\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\" template_type=\"module\"][/et_pb_sidebar]','sidebar','','publish','closed','closed','','sidebar','','','2025-11-25 00:10:36','2025-11-25 00:10:36','',0,'https://staging.amtacshooting.com/et_pb_layout/sidebar/',0,'et_pb_layout','',0),
(4592,10,'2025-11-25 00:11:41','2025-11-25 00:11:41','[et_pb_section fb_built=\"1\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_row column_structure=\"3_4,1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" background_size=\"initial\" background_position=\"top_left\" background_repeat=\"repeat\" custom_padding=\"|3px||||\" global_colors_info=\"{}\"][et_pb_column type=\"3_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][decm_event_display show_date=\"off\" show_end_date=\"off\" show_time=\"off\" show_venue=\"off\" show_name=\"off\" show_price=\"off\" show_category=\"off\" show_tag=\"off\" show_weburl=\"off\" excerpt_content=\"_show\" show_detail=\"off\" event_count=\"20\" excerpt_length=\"2000\" layout=\"list\" list_layout=\"leftimage_rightdetail\" open_toggle_background_color=\"RGBA(255,255,255,0)\" details_background_color=\"RGBA(255,255,255,0)\" details_icon_color=\"#777777\" cards_spacing=\"||0px||false|false\" event_inner_spacing=\"||0px||false|false\" view_more_text=\"Register\" use_overlay=\"on\" overlay_icon_color=\"rgba(255,255,255,0.95)\" hover_overlay_color=\"rgba(168,168,168,0.36)\" thumbnail_margin=\"||0px||false|false\" month_margin=\"0px||0px||true|false\" details_margin=\"0px|||0px|false|false\" details_padding=\"|||0px|false|false\" thumbnail_width=\"250px\" image_aspect_ratio=\"3/2\" show_pagination=\"on\" custom_event_link_target=\"_blank\" custom_category_link_target=\"_blank\" custom_tag_link_target=\"_blank\" custom_website_link_target=\"_blank\" details_margin_tablet=\"0px|||0px|false|false\" details_margin_phone=\"|||0px|false|false\" details_margin_last_edited=\"on|desktop\" _builder_version=\"4.27.2\" _module_preset=\"default\" custom_view_more=\"on\" view_more_text_color=\"#969696\" view_more_icon=\"&#x26;||divi||400\" custom_margin_tablet=\"\" custom_margin_phone=\"\" custom_margin_last_edited=\"on|tablet\" custom_padding_tablet=\"\" custom_padding_phone=\"\" custom_padding_last_edited=\"on|tablet\" border_radii_thumbnail_border=\"off|5px|0px|0px|5px\" border_radii_event_border=\"off|5px|5px|5px|5px\" border_color_all_event_border=\"RGBA(255,255,255,0)\" border_width_all_seperator_border=\"21px\" border_color_all_seperator_border=\"RGBA(255,255,255,0)\" global_colors_info=\"{}\"][/decm_event_display][/et_pb_column][et_pb_column type=\"1_4\" _builder_version=\"4.27.2\" _module_preset=\"default\" global_colors_info=\"{}\"][et_pb_sidebar _builder_version=\"4.27.4\" _module_preset=\"default\" orientation=\"right\" hover_enabled=\"0\" sticky_enabled=\"0\" global_module=\"4591\" saved_tabs=\"all\"][/et_pb_sidebar][/et_pb_column][/et_pb_row][/et_pb_section]','Courses','','inherit','closed','closed','','3631-revision-v1','','','2025-11-25 00:11:41','2025-11-25 00:11:41','',3631,'https://staging.amtacshooting.com/?p=4592',0,'revision','',0);
/*!40000 ALTER TABLE `wp_posts` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_sby_feed_caches`
--

DROP TABLE IF EXISTS `wp_sby_feed_caches`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sby_feed_caches` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `feed_id` varchar(255) NOT NULL DEFAULT '',
  `cache_key` varchar(255) NOT NULL DEFAULT '',
  `cache_value` longtext NOT NULL DEFAULT '',
  `cron_update` varchar(20) NOT NULL DEFAULT 'yes',
  `last_updated` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `feed_id` (`feed_id`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sby_feed_caches`
--

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

--
-- Table structure for table `wp_sby_feed_locator`
--

DROP TABLE IF EXISTS `wp_sby_feed_locator`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sby_feed_locator` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `feed_id` varchar(50) NOT NULL DEFAULT '',
  `post_id` bigint(20) unsigned NOT NULL,
  `html_location` varchar(50) NOT NULL DEFAULT 'unknown',
  `shortcode_atts` longtext NOT NULL,
  `last_update` datetime DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `feed_id` (`feed_id`),
  KEY `post_id` (`post_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sby_feed_locator`
--

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

--
-- Table structure for table `wp_sby_feeds`
--

DROP TABLE IF EXISTS `wp_sby_feeds`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_sby_feeds` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `feed_name` text NOT NULL DEFAULT '',
  `feed_title` text NOT NULL DEFAULT '',
  `settings` longtext NOT NULL DEFAULT '',
  `author` bigint(20) unsigned NOT NULL DEFAULT 1,
  `status` varchar(255) NOT NULL DEFAULT '',
  `last_modified` datetime NOT NULL,
  PRIMARY KEY (`id`),
  KEY `author` (`author`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_sby_feeds`
--

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

--
-- Table structure for table `wp_shepherd_tec_tasks`
--

DROP TABLE IF EXISTS `wp_shepherd_tec_tasks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_shepherd_tec_tasks` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `action_id` bigint(20) unsigned NOT NULL,
  `class_hash` varchar(191) NOT NULL,
  `args_hash` varchar(191) NOT NULL,
  `data` longtext DEFAULT NULL,
  `current_try` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`id`),
  KEY `action_id` (`action_id`),
  KEY `args_hash` (`args_hash`),
  KEY `class_hash` (`class_hash`)
) 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_shepherd_tec_tasks`
--

LOCK TABLES `wp_shepherd_tec_tasks` WRITE;
/*!40000 ALTER TABLE `wp_shepherd_tec_tasks` DISABLE KEYS */;
INSERT INTO `wp_shepherd_tec_tasks` VALUES
(1,269429,'e6d6e78562dee30b84c71e12e92eed58','shepherd_tidy_0c5564376533f4104430960ec7f98393','{\"args\":[],\"task_class\":\"TEC\\\\Common\\\\StellarWP\\\\Shepherd\\\\Tasks\\\\Herding\"}',0);
/*!40000 ALTER TABLE `wp_shepherd_tec_tasks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_tec_events`
--

DROP TABLE IF EXISTS `wp_tec_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_tec_events` (
  `event_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) unsigned NOT NULL,
  `start_date` varchar(19) NOT NULL,
  `end_date` varchar(19) DEFAULT NULL,
  `timezone` varchar(30) NOT NULL DEFAULT 'UTC',
  `start_date_utc` varchar(19) NOT NULL,
  `end_date_utc` varchar(19) DEFAULT NULL,
  `duration` mediumint(30) DEFAULT 7200,
  `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `hash` varchar(40) NOT NULL,
  PRIMARY KEY (`event_id`),
  UNIQUE KEY `post_id` (`post_id`)
) ENGINE=InnoDB AUTO_INCREMENT=274 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_tec_events`
--

LOCK TABLES `wp_tec_events` WRITE;
/*!40000 ALTER TABLE `wp_tec_events` DISABLE KEYS */;
INSERT INTO `wp_tec_events` VALUES
(1,3026,'2024-07-09 08:00:00','2024-07-09 17:00:00','UTC+0','2024-07-09 08:00:00','2024-07-09 17:00:00',32400,'2024-07-09 02:37:23',''),
(2,3038,'2024-08-14 08:00:00','2024-08-15 17:00:00','UTC+0','2024-08-14 08:00:00','2024-08-15 17:00:00',118800,'2024-07-09 03:10:09',''),
(3,3173,'2024-09-11 12:00:00','2024-09-11 21:00:00','UTC+0','2024-09-11 12:00:00','2024-09-11 21:00:00',32400,'2024-09-05 19:55:24',''),
(4,3183,'2024-11-11 17:00:00','2024-11-11 20:00:00','UTC+8','2024-11-11 09:00:00','2024-11-11 12:00:00',10800,'2024-09-05 20:30:48',''),
(6,3195,'2024-10-27 00:00:00','2024-10-27 23:59:59','UTC+4','2024-10-26 20:00:00','2024-10-27 19:59:59',86399,'2024-09-06 17:09:58',''),
(8,3202,'2024-11-12 00:00:00','2024-11-13 23:59:59','UTC-5','2024-11-12 05:00:00','2024-11-14 04:59:59',172799,'2024-09-06 17:22:36',''),
(9,3204,'2024-09-12 00:00:00','2024-09-13 23:59:59','UTC-7','2024-09-12 06:00:00','2024-09-14 05:59:59',172799,'2024-09-06 17:26:04',''),
(10,3208,'2024-09-21 00:00:00','2024-09-21 23:59:59','UTC-4','2024-09-21 03:00:00','2024-09-22 02:59:59',86399,'2024-09-06 17:43:48',''),
(11,3210,'2024-10-03 00:00:00','2024-10-03 23:59:59','UTC-7','2024-10-03 06:00:00','2024-10-04 05:59:59',86399,'2024-09-06 17:46:09',''),
(12,3212,'2024-10-04 00:00:00','2024-10-05 23:59:59','UTC-7','2024-10-04 06:00:00','2024-10-06 05:59:59',172799,'2024-09-06 17:49:14',''),
(13,3214,'2024-10-06 13:30:00','2024-10-06 17:30:00','UTC+0','2024-10-06 13:30:00','2024-10-06 17:30:00',14400,'2024-09-06 17:51:48',''),
(14,3216,'2024-10-26 00:00:00','2024-10-26 23:59:59','UTC-4','2024-10-26 03:00:00','2024-10-27 02:59:59',86399,'2024-09-06 17:54:11',''),
(16,3220,'2024-11-06 12:00:00','2024-11-08 21:00:00','UTC-7','2024-11-06 19:00:00','2024-11-09 04:00:00',205200,'2024-09-06 17:59:50',''),
(21,3640,'2018-02-15 00:00:00','2018-02-15 00:00:00','UTC+0','2018-02-15 00:00:00','2018-02-15 00:00:00',0,'2024-12-19 00:21:08',''),
(22,3641,'2018-02-15 00:00:00','2018-02-15 00:00:00','UTC+0','2018-02-15 00:00:00','2018-02-15 00:00:00',0,'2024-12-19 00:21:08',''),
(23,3644,'2018-02-15 00:00:00','2018-02-15 00:00:00','UTC+0','2018-02-15 00:00:00','2018-02-15 00:00:00',0,'2024-12-19 00:21:08',''),
(24,3646,'2018-02-15 00:00:00','2018-02-15 00:00:00','UTC+0','2018-02-15 00:00:00','2018-02-15 00:00:00',0,'2024-12-19 00:21:08',''),
(25,3648,'2018-02-16 00:00:00','2018-02-16 00:00:00','UTC+0','2018-02-16 00:00:00','2018-02-16 00:00:00',0,'2024-12-19 00:21:09',''),
(26,3650,'2018-03-08 00:00:00','2018-03-08 00:00:00','UTC+0','2018-03-08 00:00:00','2018-03-08 00:00:00',0,'2024-12-19 00:21:15',''),
(27,3652,'2018-03-09 00:00:00','2018-03-09 00:00:00','UTC+0','2018-03-09 00:00:00','2018-03-09 00:00:00',0,'2024-12-19 00:21:15',''),
(28,3654,'2018-03-08 00:00:00','2018-03-08 00:00:00','UTC+0','2018-03-08 00:00:00','2018-03-08 00:00:00',0,'2024-12-19 00:21:15',''),
(29,3655,'2018-04-27 00:00:00','2018-04-27 00:00:00','UTC+0','2018-04-27 00:00:00','2018-04-27 00:00:00',0,'2024-12-19 00:21:15',''),
(30,3657,'2018-05-02 00:00:00','2018-05-02 00:00:00','UTC+0','2018-05-02 00:00:00','2018-05-02 00:00:00',0,'2024-12-19 00:21:15',''),
(31,3659,'2018-07-19 00:00:00','2018-07-19 00:00:00','UTC+0','2018-07-19 00:00:00','2018-07-19 00:00:00',0,'2024-12-19 00:21:30',''),
(32,3660,'2018-09-04 00:00:00','2018-09-04 00:00:00','UTC+0','2018-09-04 00:00:00','2018-09-04 00:00:00',0,'2024-12-19 00:21:30',''),
(33,3662,'2018-09-04 00:00:00','2018-09-04 00:00:00','UTC+0','2018-09-04 00:00:00','2018-09-04 00:00:00',0,'2024-12-19 00:21:30',''),
(34,3664,'2018-09-29 00:00:00','2018-09-29 00:00:00','UTC+0','2018-09-29 00:00:00','2018-09-29 00:00:00',0,'2024-12-19 00:21:30',''),
(35,3666,'2018-09-29 00:00:00','2018-09-29 00:00:00','UTC+0','2018-09-29 00:00:00','2018-09-29 00:00:00',0,'2024-12-19 00:21:30',''),
(36,3668,'2018-10-24 00:00:00','2018-10-24 00:00:00','UTC+0','2018-10-24 00:00:00','2018-10-24 00:00:00',0,'2024-12-19 00:21:44',''),
(37,3669,'2018-10-24 00:00:00','2018-10-24 00:00:00','UTC+0','2018-10-24 00:00:00','2018-10-24 00:00:00',0,'2024-12-19 00:21:44',''),
(38,3671,'2018-10-24 00:00:00','2018-10-24 00:00:00','UTC+0','2018-10-24 00:00:00','2018-10-24 00:00:00',0,'2024-12-19 00:21:44',''),
(39,3672,'2018-10-24 00:00:00','2018-10-24 00:00:00','UTC+0','2018-10-24 00:00:00','2018-10-24 00:00:00',0,'2024-12-19 00:21:44',''),
(40,3673,'2018-10-24 00:00:00','2018-10-24 00:00:00','UTC+0','2018-10-24 00:00:00','2018-10-24 00:00:00',0,'2024-12-19 00:21:44',''),
(41,3675,'2018-10-24 00:00:00','2018-10-24 00:00:00','UTC+0','2018-10-24 00:00:00','2018-10-24 00:00:00',0,'2024-12-19 00:22:55',''),
(42,3676,'2018-10-28 00:00:00','2018-10-28 00:00:00','UTC+0','2018-10-28 00:00:00','2018-10-28 00:00:00',0,'2024-12-19 00:22:55',''),
(43,3677,'2018-10-28 00:00:00','2018-10-28 00:00:00','UTC+0','2018-10-28 00:00:00','2018-10-28 00:00:00',0,'2024-12-19 00:22:55',''),
(44,3678,'2018-11-24 00:00:00','2018-11-24 00:00:00','UTC+0','2018-11-24 00:00:00','2018-11-24 00:00:00',0,'2024-12-19 00:22:55',''),
(45,3680,'2018-11-24 00:00:00','2018-11-24 00:00:00','UTC+0','2018-11-24 00:00:00','2018-11-24 00:00:00',0,'2024-12-19 00:22:55',''),
(46,3681,'2018-12-16 00:00:00','2018-12-16 00:00:00','UTC+0','2018-12-16 00:00:00','2018-12-16 00:00:00',0,'2024-12-19 00:23:12',''),
(47,3683,'2018-12-16 00:00:00','2018-12-16 00:00:00','UTC+0','2018-12-16 00:00:00','2018-12-16 00:00:00',0,'2024-12-19 00:23:12',''),
(48,3684,'2019-04-09 00:00:00','2019-04-09 00:00:00','UTC+0','2019-04-09 00:00:00','2019-04-09 00:00:00',0,'2024-12-19 00:23:12',''),
(49,3687,'2019-05-23 00:00:00','2019-05-23 00:00:00','UTC+0','2019-05-23 00:00:00','2019-05-23 00:00:00',0,'2024-12-19 00:23:12',''),
(50,3688,'2019-05-23 00:00:00','2019-05-23 00:00:00','UTC+0','2019-05-23 00:00:00','2019-05-23 00:00:00',0,'2024-12-19 00:23:12',''),
(51,3691,'2019-09-11 00:00:00','2019-09-11 00:00:00','UTC+0','2019-09-11 00:00:00','2019-09-11 00:00:00',0,'2024-12-19 00:25:12',''),
(52,3692,'2019-09-11 00:00:00','2019-09-11 00:00:00','UTC+0','2019-09-11 00:00:00','2019-09-11 00:00:00',0,'2024-12-19 00:25:12',''),
(53,3694,'2019-10-22 00:00:00','2019-10-22 00:00:00','UTC+0','2019-10-22 00:00:00','2019-10-22 00:00:00',0,'2024-12-19 00:25:12',''),
(54,3696,'2019-10-22 00:00:00','2019-10-22 00:00:00','UTC+0','2019-10-22 00:00:00','2019-10-22 00:00:00',0,'2024-12-19 00:25:12',''),
(55,3698,'2019-11-12 00:00:00','2019-11-12 00:00:00','UTC+0','2019-11-12 00:00:00','2019-11-12 00:00:00',0,'2024-12-19 00:25:12',''),
(56,3699,'2019-11-19 00:00:00','2019-11-19 00:00:00','UTC+0','2019-11-19 00:00:00','2019-11-19 00:00:00',0,'2024-12-19 00:26:30',''),
(57,3700,'2019-11-19 00:00:00','2019-11-19 00:00:00','UTC+0','2019-11-19 00:00:00','2019-11-19 00:00:00',0,'2024-12-19 00:26:30',''),
(58,3701,'2019-11-20 00:00:00','2019-11-20 00:00:00','UTC+0','2019-11-20 00:00:00','2019-11-20 00:00:00',0,'2024-12-19 00:26:30',''),
(59,3702,'2019-11-20 00:00:00','2019-11-20 00:00:00','UTC+0','2019-11-20 00:00:00','2019-11-20 00:00:00',0,'2024-12-19 00:26:30',''),
(60,3703,'2019-11-20 00:00:00','2019-11-20 00:00:00','UTC+0','2019-11-20 00:00:00','2019-11-20 00:00:00',0,'2024-12-19 00:26:30',''),
(61,3704,'2019-11-20 00:00:00','2019-11-20 00:00:00','UTC+0','2019-11-20 00:00:00','2019-11-20 00:00:00',0,'2024-12-19 00:26:46',''),
(62,3705,'2019-11-20 00:00:00','2019-11-20 00:00:00','UTC+0','2019-11-20 00:00:00','2019-11-20 00:00:00',0,'2024-12-19 00:26:46',''),
(63,3706,'2019-11-20 00:00:00','2019-11-20 00:00:00','UTC+0','2019-11-20 00:00:00','2019-11-20 00:00:00',0,'2024-12-19 00:26:46',''),
(64,3707,'2019-12-07 00:00:00','2019-12-07 00:00:00','UTC+0','2019-12-07 00:00:00','2019-12-07 00:00:00',0,'2024-12-19 00:26:46',''),
(65,3708,'2019-12-30 00:00:00','2019-12-30 00:00:00','UTC+0','2019-12-30 00:00:00','2019-12-30 00:00:00',0,'2024-12-19 00:26:46',''),
(66,3710,'2019-12-30 00:00:00','2019-12-30 00:00:00','UTC+0','2019-12-30 00:00:00','2019-12-30 00:00:00',0,'2024-12-19 00:27:19',''),
(67,3711,'2019-12-30 00:00:00','2019-12-30 00:00:00','UTC+0','2019-12-30 00:00:00','2019-12-30 00:00:00',0,'2024-12-19 00:27:19',''),
(68,3713,'2019-12-30 00:00:00','2019-12-30 00:00:00','UTC+0','2019-12-30 00:00:00','2019-12-30 00:00:00',0,'2024-12-19 00:27:19',''),
(69,3714,'2019-12-30 00:00:00','2019-12-30 00:00:00','UTC+0','2019-12-30 00:00:00','2019-12-30 00:00:00',0,'2024-12-19 00:27:19',''),
(70,3715,'2019-12-30 00:00:00','2019-12-30 00:00:00','UTC+0','2019-12-30 00:00:00','2019-12-30 00:00:00',0,'2024-12-19 00:27:19',''),
(71,3716,'2019-12-30 00:00:00','2019-12-30 00:00:00','UTC+0','2019-12-30 00:00:00','2019-12-30 00:00:00',0,'2024-12-19 00:27:31',''),
(72,3717,'2019-12-30 00:00:00','2019-12-30 00:00:00','UTC+0','2019-12-30 00:00:00','2019-12-30 00:00:00',0,'2024-12-19 00:27:31',''),
(73,3718,'2019-12-31 00:00:00','2019-12-31 00:00:00','UTC+0','2019-12-31 00:00:00','2019-12-31 00:00:00',0,'2024-12-19 00:27:31',''),
(74,3719,'2020-01-04 00:00:00','2020-01-04 00:00:00','UTC+0','2020-01-04 00:00:00','2020-01-04 00:00:00',0,'2024-12-19 00:27:31',''),
(75,3720,'2020-02-06 00:00:00','2020-02-06 00:00:00','UTC+0','2020-02-06 00:00:00','2020-02-06 00:00:00',0,'2024-12-19 00:27:31',''),
(76,3721,'2020-07-27 00:00:00','2020-07-27 00:00:00','UTC+0','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'2024-12-19 00:27:51',''),
(77,3722,'2020-07-27 00:00:00','2020-07-27 00:00:00','UTC+0','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'2024-12-19 00:27:51',''),
(78,3723,'2020-07-27 00:00:00','2020-07-27 00:00:00','UTC+0','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'2024-12-19 00:27:51',''),
(79,3724,'2020-07-27 00:00:00','2020-07-27 00:00:00','UTC+0','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'2024-12-19 00:27:51',''),
(80,3726,'2020-07-27 00:00:00','2020-07-27 00:00:00','UTC+0','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'2024-12-19 00:27:51',''),
(81,3727,'2020-07-27 00:00:00','2020-07-27 00:00:00','UTC+0','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'2024-12-19 00:28:10',''),
(82,3728,'2020-07-27 00:00:00','2020-07-27 00:00:00','UTC+0','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'2024-12-19 00:28:10',''),
(83,3729,'2020-07-27 00:00:00','2020-07-27 00:00:00','UTC+0','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'2024-12-19 00:28:10',''),
(84,3730,'2020-07-27 00:00:00','2020-07-27 00:00:00','UTC+0','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'2024-12-19 00:28:10',''),
(85,3731,'2020-07-27 00:00:00','2020-07-27 00:00:00','UTC+0','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'2024-12-19 00:28:10',''),
(86,3732,'2021-01-06 00:00:00','2021-01-06 00:00:00','UTC+0','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'2024-12-19 00:28:29',''),
(87,3733,'2021-01-06 00:00:00','2021-01-06 00:00:00','UTC+0','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'2024-12-19 00:28:29',''),
(88,3734,'2021-01-06 00:00:00','2021-01-06 00:00:00','UTC+0','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'2024-12-19 00:28:29',''),
(89,3736,'2021-01-06 00:00:00','2021-01-06 00:00:00','UTC+0','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'2024-12-19 00:28:29',''),
(90,3737,'2021-01-06 00:00:00','2021-01-06 00:00:00','UTC+0','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'2024-12-19 00:28:29',''),
(91,3738,'2021-01-06 00:00:00','2021-01-06 00:00:00','UTC+0','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'2024-12-19 00:28:47',''),
(92,3739,'2021-01-06 00:00:00','2021-01-06 00:00:00','UTC+0','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'2024-12-19 00:28:47',''),
(93,3740,'2021-01-06 00:00:00','2021-01-06 00:00:00','UTC+0','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'2024-12-19 00:28:47',''),
(94,3741,'2021-01-06 00:00:00','2021-01-06 00:00:00','UTC+0','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'2024-12-19 00:28:47',''),
(95,3742,'2021-01-06 00:00:00','2021-01-06 00:00:00','UTC+0','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'2024-12-19 00:28:47',''),
(96,3743,'2021-01-06 00:00:00','2021-01-06 00:00:00','UTC+0','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'2024-12-19 00:29:04',''),
(97,3744,'2021-01-06 00:00:00','2021-01-06 00:00:00','UTC+0','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'2024-12-19 00:29:04',''),
(98,3745,'2021-01-06 00:00:00','2021-01-06 00:00:00','UTC+0','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'2024-12-19 00:29:04',''),
(99,3746,'2021-01-08 00:00:00','2021-01-08 00:00:00','UTC+0','2021-01-08 00:00:00','2021-01-08 00:00:00',0,'2024-12-19 00:29:04',''),
(100,3747,'2021-02-10 00:00:00','2021-02-10 00:00:00','UTC+0','2021-02-10 00:00:00','2021-02-10 00:00:00',0,'2024-12-19 00:29:04',''),
(101,3748,'2021-02-10 00:00:00','2021-02-10 00:00:00','UTC+0','2021-02-10 00:00:00','2021-02-10 00:00:00',0,'2024-12-19 00:29:24',''),
(102,3749,'2021-02-14 00:00:00','2021-02-14 00:00:00','UTC+0','2021-02-14 00:00:00','2021-02-14 00:00:00',0,'2024-12-19 00:29:24',''),
(103,3751,'2021-03-13 00:00:00','2021-03-13 00:00:00','UTC+0','2021-03-13 00:00:00','2021-03-13 00:00:00',0,'2024-12-19 00:29:24',''),
(104,3752,'2021-04-07 00:00:00','2021-04-07 00:00:00','UTC+0','2021-04-07 00:00:00','2021-04-07 00:00:00',0,'2024-12-19 00:29:24',''),
(105,3754,'2021-04-16 00:00:00','2021-04-16 00:00:00','UTC+0','2021-04-16 00:00:00','2021-04-16 00:00:00',0,'2024-12-19 00:29:24',''),
(106,3755,'2021-09-11 00:00:00','2021-09-11 00:00:00','UTC+0','2021-09-11 00:00:00','2021-09-11 00:00:00',0,'2024-12-19 00:29:32',''),
(107,3756,'2021-09-11 00:00:00','2021-09-11 00:00:00','UTC+0','2021-09-11 00:00:00','2021-09-11 00:00:00',0,'2024-12-19 00:29:32',''),
(108,3757,'2021-09-13 00:00:00','2021-09-13 00:00:00','UTC+0','2021-09-13 00:00:00','2021-09-13 00:00:00',0,'2024-12-19 00:29:32',''),
(109,3758,'2021-09-14 00:00:00','2021-09-14 00:00:00','UTC+0','2021-09-14 00:00:00','2021-09-14 00:00:00',0,'2024-12-19 00:29:32',''),
(110,3760,'2021-09-14 00:00:00','2021-09-14 00:00:00','UTC+0','2021-09-14 00:00:00','2021-09-14 00:00:00',0,'2024-12-19 00:29:32',''),
(111,3761,'2021-09-14 00:00:00','2021-09-14 00:00:00','UTC+0','2021-09-14 00:00:00','2021-09-14 00:00:00',0,'2024-12-19 00:29:42',''),
(112,3762,'2021-09-14 00:00:00','2021-09-14 00:00:00','UTC+0','2021-09-14 00:00:00','2021-09-14 00:00:00',0,'2024-12-19 00:29:42',''),
(113,3763,'2021-09-14 00:00:00','2021-09-14 00:00:00','UTC+0','2021-09-14 00:00:00','2021-09-14 00:00:00',0,'2024-12-19 00:29:42',''),
(114,3764,'2021-09-14 00:00:00','2021-09-14 00:00:00','UTC+0','2021-09-14 00:00:00','2021-09-14 00:00:00',0,'2024-12-19 00:29:42',''),
(115,3765,'2021-09-14 00:00:00','2021-09-14 00:00:00','UTC+0','2021-09-14 00:00:00','2021-09-14 00:00:00',0,'2024-12-19 00:29:42',''),
(116,3766,'2021-09-21 00:00:00','2021-09-21 00:00:00','UTC+0','2021-09-21 00:00:00','2021-09-21 00:00:00',0,'2024-12-19 00:29:51',''),
(117,3767,'2021-09-21 00:00:00','2021-09-21 00:00:00','UTC+0','2021-09-21 00:00:00','2021-09-21 00:00:00',0,'2024-12-19 00:29:51',''),
(118,3768,'2021-09-21 00:00:00','2021-09-21 00:00:00','UTC+0','2021-09-21 00:00:00','2021-09-21 00:00:00',0,'2024-12-19 00:29:51',''),
(119,3769,'2021-09-21 00:00:00','2021-09-21 00:00:00','UTC+0','2021-09-21 00:00:00','2021-09-21 00:00:00',0,'2024-12-19 00:29:51',''),
(120,3770,'2021-09-21 00:00:00','2021-09-21 00:00:00','UTC+0','2021-09-21 00:00:00','2021-09-21 00:00:00',0,'2024-12-19 00:29:51',''),
(121,3771,'2021-09-22 00:00:00','2021-09-22 00:00:00','UTC+0','2021-09-22 00:00:00','2021-09-22 00:00:00',0,'2024-12-19 00:30:01',''),
(122,3772,'2022-01-28 00:00:00','2022-01-28 00:00:00','UTC+0','2022-01-28 00:00:00','2022-01-28 00:00:00',0,'2024-12-19 00:30:01',''),
(123,3773,'2022-02-03 00:00:00','2022-02-03 00:00:00','UTC+0','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'2024-12-19 00:30:01',''),
(124,3774,'2022-02-03 00:00:00','2022-02-03 00:00:00','UTC+0','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'2024-12-19 00:30:01',''),
(125,3775,'2022-02-03 00:00:00','2022-02-03 00:00:00','UTC+0','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'2024-12-19 00:30:01',''),
(126,3777,'2022-02-03 00:00:00','2022-02-03 00:00:00','UTC+0','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'2024-12-19 00:30:10',''),
(127,3778,'2022-02-03 00:00:00','2022-02-03 00:00:00','UTC+0','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'2024-12-19 00:30:10',''),
(128,3779,'2022-02-03 00:00:00','2022-02-03 00:00:00','UTC+0','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'2024-12-19 00:30:10',''),
(129,3780,'2022-02-03 00:00:00','2022-02-03 00:00:00','UTC+0','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'2024-12-19 00:30:10',''),
(130,3781,'2022-02-03 00:00:00','2022-02-03 00:00:00','UTC+0','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'2024-12-19 00:30:10',''),
(131,3782,'2022-02-03 00:00:00','2022-02-03 00:00:00','UTC+0','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'2024-12-19 00:30:17',''),
(132,3783,'2022-02-03 00:00:00','2022-02-03 00:00:00','UTC+0','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'2024-12-19 00:30:17',''),
(133,3784,'2022-02-03 00:00:00','2022-02-03 00:00:00','UTC+0','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'2024-12-19 00:30:17',''),
(134,3786,'2022-03-25 00:00:00','2022-03-25 00:00:00','UTC+0','2022-03-25 00:00:00','2022-03-25 00:00:00',0,'2024-12-19 00:30:17',''),
(135,3787,'2022-03-25 00:00:00','2022-03-25 00:00:00','UTC+0','2022-03-25 00:00:00','2022-03-25 00:00:00',0,'2024-12-19 00:30:17',''),
(136,3788,'2022-03-26 00:00:00','2022-03-26 00:00:00','UTC+0','2022-03-26 00:00:00','2022-03-26 00:00:00',0,'2024-12-19 00:30:32',''),
(137,3790,'2022-04-02 00:00:00','2022-04-02 00:00:00','UTC+0','2022-04-02 00:00:00','2022-04-02 00:00:00',0,'2024-12-19 00:30:32',''),
(138,3792,'2022-04-02 00:00:00','2022-04-02 00:00:00','UTC+0','2022-04-02 00:00:00','2022-04-02 00:00:00',0,'2024-12-19 00:30:32',''),
(139,3793,'2022-07-01 00:00:00','2022-07-01 00:00:00','UTC+0','2022-07-01 00:00:00','2022-07-01 00:00:00',0,'2024-12-19 00:30:32',''),
(140,3795,'2022-07-01 00:00:00','2022-07-01 00:00:00','UTC+0','2022-07-01 00:00:00','2022-07-01 00:00:00',0,'2024-12-19 00:30:32',''),
(141,3798,'2022-07-01 00:00:00','2022-07-01 00:00:00','UTC+0','2022-07-01 00:00:00','2022-07-01 00:00:00',0,'2024-12-19 00:30:39',''),
(142,3799,'2022-07-01 00:00:00','2022-07-01 00:00:00','UTC+0','2022-07-01 00:00:00','2022-07-01 00:00:00',0,'2024-12-19 00:30:39',''),
(143,3801,'2022-07-01 00:00:00','2022-07-01 00:00:00','UTC+0','2022-07-01 00:00:00','2022-07-01 00:00:00',0,'2024-12-19 00:30:39',''),
(144,3803,'2022-07-31 00:00:00','2022-07-31 00:00:00','UTC+0','2022-07-31 00:00:00','2022-07-31 00:00:00',0,'2024-12-19 00:30:39',''),
(145,3805,'2022-07-31 00:00:00','2022-07-31 00:00:00','UTC+0','2022-07-31 00:00:00','2022-07-31 00:00:00',0,'2024-12-19 00:30:39',''),
(146,3806,'2022-08-30 00:00:00','2022-08-30 00:00:00','UTC+0','2022-08-30 00:00:00','2022-08-30 00:00:00',0,'2024-12-19 00:30:48',''),
(147,3808,'2022-09-11 00:00:00','2022-09-11 00:00:00','UTC+0','2022-09-11 00:00:00','2022-09-11 00:00:00',0,'2024-12-19 00:30:48',''),
(148,3809,'2022-09-11 00:00:00','2022-09-11 00:00:00','UTC+0','2022-09-11 00:00:00','2022-09-11 00:00:00',0,'2024-12-19 00:30:48',''),
(149,3810,'2022-10-13 00:00:00','2022-10-13 00:00:00','UTC+0','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'2024-12-19 00:30:48',''),
(150,3811,'2022-10-13 00:00:00','2022-10-13 00:00:00','UTC+0','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'2024-12-19 00:30:48',''),
(151,3812,'2022-10-13 00:00:00','2022-10-13 00:00:00','UTC+0','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'2024-12-19 00:30:55',''),
(152,3813,'2022-10-13 00:00:00','2022-10-13 00:00:00','UTC+0','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'2024-12-19 00:30:55',''),
(153,3814,'2022-10-13 00:00:00','2022-10-13 00:00:00','UTC+0','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'2024-12-19 00:30:55',''),
(154,3816,'2022-10-13 00:00:00','2022-10-13 00:00:00','UTC+0','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'2024-12-19 00:30:55',''),
(155,3818,'2022-10-13 00:00:00','2022-10-13 00:00:00','UTC+0','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'2024-12-19 00:30:55',''),
(156,3820,'2022-10-13 00:00:00','2022-10-13 00:00:00','UTC+0','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'2024-12-19 00:31:07',''),
(157,3821,'2022-10-13 00:00:00','2022-10-13 00:00:00','UTC+0','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'2024-12-19 00:31:07',''),
(158,3822,'2022-10-13 00:00:00','2022-10-13 00:00:00','UTC+0','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'2024-12-19 00:31:07',''),
(159,3823,'2022-10-13 00:00:00','2022-10-13 00:00:00','UTC+0','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'2024-12-19 00:31:07',''),
(160,3825,'2022-10-14 00:00:00','2022-10-14 00:00:00','UTC+0','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'2024-12-19 00:31:07',''),
(161,3826,'2022-10-14 00:00:00','2022-10-14 00:00:00','UTC+0','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'2024-12-19 00:31:14',''),
(162,3827,'2022-10-14 00:00:00','2022-10-14 00:00:00','UTC+0','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'2024-12-19 00:31:14',''),
(163,3828,'2022-10-14 00:00:00','2022-10-14 00:00:00','UTC+0','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'2024-12-19 00:31:14',''),
(164,3829,'2022-10-14 00:00:00','2022-10-14 00:00:00','UTC+0','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'2024-12-19 00:31:14',''),
(165,3830,'2022-10-14 00:00:00','2022-10-14 00:00:00','UTC+0','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'2024-12-19 00:31:14',''),
(166,3832,'2022-10-14 00:00:00','2022-10-14 00:00:00','UTC+0','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'2024-12-19 00:31:23',''),
(167,3833,'2022-10-14 00:00:00','2022-10-14 00:00:00','UTC+0','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'2024-12-19 00:31:23',''),
(168,3834,'2022-10-14 00:00:00','2022-10-14 00:00:00','UTC+0','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'2024-12-19 00:31:23',''),
(169,3835,'2022-10-14 00:00:00','2022-10-14 00:00:00','UTC+0','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'2024-12-19 00:31:23',''),
(170,3836,'2022-10-15 00:00:00','2022-10-15 00:00:00','UTC+0','2022-10-15 00:00:00','2022-10-15 00:00:00',0,'2024-12-19 00:31:23',''),
(171,3837,'2022-10-15 00:00:00','2022-10-15 00:00:00','UTC+0','2022-10-15 00:00:00','2022-10-15 00:00:00',0,'2024-12-19 00:31:30',''),
(172,3839,'2022-10-15 00:00:00','2022-10-15 00:00:00','UTC+0','2022-10-15 00:00:00','2022-10-15 00:00:00',0,'2024-12-19 00:31:30',''),
(173,3840,'2022-10-15 00:00:00','2022-10-15 00:00:00','UTC+0','2022-10-15 00:00:00','2022-10-15 00:00:00',0,'2024-12-19 00:31:30',''),
(174,3841,'2022-10-18 00:00:00','2022-10-18 00:00:00','UTC+0','2022-10-18 00:00:00','2022-10-18 00:00:00',0,'2024-12-19 00:31:30',''),
(175,3842,'2022-10-19 00:00:00','2022-10-19 00:00:00','UTC+0','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'2024-12-19 00:31:31',''),
(176,3844,'2022-10-19 00:00:00','2022-10-19 00:00:00','UTC+0','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'2024-12-19 00:31:43',''),
(177,3845,'2022-10-19 00:00:00','2022-10-19 00:00:00','UTC+0','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'2024-12-19 00:31:43',''),
(178,3846,'2022-10-19 00:00:00','2022-10-19 00:00:00','UTC+0','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'2024-12-19 00:31:43',''),
(179,3847,'2022-10-19 00:00:00','2022-10-19 00:00:00','UTC+0','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'2024-12-19 00:31:43',''),
(180,3848,'2022-10-19 00:00:00','2022-10-19 00:00:00','UTC+0','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'2024-12-19 00:31:43',''),
(181,3850,'2022-10-19 00:00:00','2022-10-19 00:00:00','UTC+0','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'2024-12-19 00:31:50',''),
(182,3851,'2022-10-19 00:00:00','2022-10-19 00:00:00','UTC+0','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'2024-12-19 00:31:50',''),
(183,3853,'2022-10-19 00:00:00','2022-10-19 00:00:00','UTC+0','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'2024-12-19 00:31:50',''),
(184,3854,'2022-10-19 00:00:00','2022-10-19 00:00:00','UTC+0','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'2024-12-19 00:31:50',''),
(185,3855,'2022-10-19 00:00:00','2022-10-19 00:00:00','UTC+0','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'2024-12-19 00:31:50',''),
(186,3856,'2022-10-19 00:00:00','2022-10-19 00:00:00','UTC+0','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'2024-12-19 00:31:59',''),
(187,3857,'2022-12-15 00:00:00','2022-12-15 00:00:00','UTC+0','2022-12-15 00:00:00','2022-12-15 00:00:00',0,'2024-12-19 00:31:59',''),
(188,3858,'2023-03-01 00:00:00','2023-03-01 00:00:00','UTC+0','2023-03-01 00:00:00','2023-03-01 00:00:00',0,'2024-12-19 00:31:59',''),
(189,3859,'2023-03-14 00:00:00','2023-03-14 00:00:00','UTC+0','2023-03-14 00:00:00','2023-03-14 00:00:00',0,'2024-12-19 00:31:59',''),
(190,3860,'2023-04-19 00:00:00','2023-04-19 00:00:00','UTC+0','2023-04-19 00:00:00','2023-04-19 00:00:00',0,'2024-12-19 00:31:59',''),
(191,3861,'2023-07-06 00:00:00','2023-07-06 00:00:00','UTC+0','2023-07-06 00:00:00','2023-07-06 00:00:00',0,'2024-12-19 00:32:07',''),
(192,3863,'2023-07-06 00:00:00','2023-07-06 00:00:00','UTC+0','2023-07-06 00:00:00','2023-07-06 00:00:00',0,'2024-12-19 00:32:07',''),
(193,3864,'2023-07-06 00:00:00','2023-07-06 00:00:00','UTC+0','2023-07-06 00:00:00','2023-07-06 00:00:00',0,'2024-12-19 00:32:07',''),
(194,3865,'2023-08-29 00:00:00','2023-08-29 00:00:00','UTC+0','2023-08-29 00:00:00','2023-08-29 00:00:00',0,'2024-12-19 00:32:07',''),
(195,3867,'2023-09-14 00:00:00','2023-09-14 00:00:00','UTC+0','2023-09-14 00:00:00','2023-09-14 00:00:00',0,'2024-12-19 00:32:07',''),
(196,3869,'2023-11-11 00:00:00','2023-11-11 00:00:00','UTC+0','2023-11-11 00:00:00','2023-11-11 00:00:00',0,'2024-12-19 00:32:13',''),
(197,3870,'2023-12-16 00:00:00','2023-12-16 00:00:00','UTC+0','2023-12-16 00:00:00','2023-12-16 00:00:00',0,'2024-12-19 00:32:13',''),
(198,3872,'2023-12-16 00:00:00','2023-12-16 00:00:00','UTC+0','2023-12-16 00:00:00','2023-12-16 00:00:00',0,'2024-12-19 00:32:13',''),
(199,3873,'2023-12-17 00:00:00','2023-12-17 00:00:00','UTC+0','2023-12-17 00:00:00','2023-12-17 00:00:00',0,'2024-12-19 00:32:13',''),
(200,3876,'2024-01-02 00:00:00','2024-01-02 00:00:00','UTC+0','2024-01-02 00:00:00','2024-01-02 00:00:00',0,'2024-12-19 00:32:13',''),
(201,3878,'2024-01-03 00:00:00','2024-01-03 00:00:00','UTC+0','2024-01-03 00:00:00','2024-01-03 00:00:00',0,'2024-12-19 00:32:19',''),
(202,3879,'2024-01-03 00:00:00','2024-01-03 00:00:00','UTC+0','2024-01-03 00:00:00','2024-01-03 00:00:00',0,'2024-12-19 00:32:19',''),
(203,3881,'2024-01-03 00:00:00','2024-01-03 00:00:00','UTC+0','2024-01-03 00:00:00','2024-01-03 00:00:00',0,'2024-12-19 00:32:19',''),
(204,3882,'2024-01-03 00:00:00','2024-01-03 00:00:00','UTC+0','2024-01-03 00:00:00','2024-01-03 00:00:00',0,'2024-12-19 00:32:19',''),
(205,3883,'2024-01-03 00:00:00','2024-01-03 00:00:00','UTC+0','2024-01-03 00:00:00','2024-01-03 00:00:00',0,'2024-12-19 00:32:19',''),
(206,3884,'2024-01-04 00:00:00','2024-01-04 00:00:00','UTC+0','2024-01-04 00:00:00','2024-01-04 00:00:00',0,'2024-12-19 00:32:24',''),
(207,3885,'2024-01-04 00:00:00','2024-01-04 00:00:00','UTC+0','2024-01-04 00:00:00','2024-01-04 00:00:00',0,'2024-12-19 00:32:24',''),
(208,3886,'2024-01-09 00:00:00','2024-01-09 00:00:00','UTC+0','2024-01-09 00:00:00','2024-01-09 00:00:00',0,'2024-12-19 00:32:24',''),
(209,3887,'2024-01-25 00:00:00','2024-01-25 00:00:00','UTC+0','2024-01-25 00:00:00','2024-01-25 00:00:00',0,'2024-12-19 00:32:24',''),
(210,3888,'2024-02-09 00:00:00','2024-02-09 00:00:00','UTC+0','2024-02-09 00:00:00','2024-02-09 00:00:00',0,'2024-12-19 00:32:24',''),
(211,3890,'2024-02-09 00:00:00','2024-02-09 00:00:00','UTC+0','2024-02-09 00:00:00','2024-02-09 00:00:00',0,'2024-12-19 00:32:35',''),
(212,3891,'2024-03-19 00:00:00','2024-03-19 00:00:00','UTC+0','2024-03-19 00:00:00','2024-03-19 00:00:00',0,'2024-12-19 00:32:35',''),
(213,3892,'2024-04-30 00:00:00','2024-04-30 00:00:00','UTC+0','2024-04-30 00:00:00','2024-04-30 00:00:00',0,'2024-12-19 00:32:35',''),
(214,3895,'2024-04-30 00:00:00','2024-04-30 00:00:00','UTC+0','2024-04-30 00:00:00','2024-04-30 00:00:00',0,'2024-12-19 00:32:35',''),
(215,3897,'2024-06-05 00:00:00','2024-06-05 00:00:00','UTC+0','2024-06-05 00:00:00','2024-06-05 00:00:00',0,'2024-12-19 00:32:35',''),
(221,3903,'2024-06-08 00:00:00','2024-06-08 00:00:00','UTC+0','2024-06-08 00:00:00','2024-06-08 00:00:00',0,'2024-12-19 00:32:43',''),
(222,3904,'2024-06-08 00:00:00','2024-06-08 00:00:00','UTC+0','2024-06-08 00:00:00','2024-06-08 00:00:00',0,'2024-12-19 00:32:43',''),
(223,3905,'2024-06-18 00:00:00','2024-06-18 00:00:00','UTC+0','2024-06-18 00:00:00','2024-06-18 00:00:00',0,'2024-12-19 00:32:43',''),
(224,3906,'2024-06-18 00:00:00','2024-06-18 00:00:00','UTC+0','2024-06-18 00:00:00','2024-06-18 00:00:00',0,'2024-12-19 00:32:43',''),
(225,3908,'2024-08-25 00:00:00','2024-08-25 00:00:00','UTC+0','2024-08-25 00:00:00','2024-08-25 00:00:00',0,'2024-12-19 00:32:43',''),
(226,3910,'2024-08-25 00:00:00','2024-08-25 00:00:00','UTC+0','2024-08-25 00:00:00','2024-08-25 00:00:00',0,'2024-12-19 00:32:54',''),
(227,3911,'2024-08-25 00:00:00','2024-08-25 00:00:00','UTC+0','2024-08-25 00:00:00','2024-08-25 00:00:00',0,'2024-12-19 00:32:54',''),
(228,3913,'2024-08-25 00:00:00','2024-08-25 00:00:00','UTC+0','2024-08-25 00:00:00','2024-08-25 00:00:00',0,'2024-12-19 00:32:54',''),
(229,3914,'2024-08-25 00:00:00','2024-08-25 00:00:00','UTC+0','2024-08-25 00:00:00','2024-08-25 00:00:00',0,'2024-12-19 00:32:54',''),
(230,3915,'2024-10-18 00:00:00','2024-10-18 00:00:00','UTC+0','2024-10-18 00:00:00','2024-10-18 00:00:00',0,'2024-12-19 00:32:55',''),
(231,3916,'2025-03-04 00:00:00','2025-03-05 23:59:59','UTC+0','2025-03-04 00:00:00','2025-03-05 23:59:59',172799,'2024-12-19 02:29:49',''),
(232,3917,'2025-03-06 00:00:00','2025-03-07 23:59:59','UTC+0','2025-03-06 00:00:00','2025-03-07 23:59:59',172799,'2024-12-19 02:30:14',''),
(233,3918,'2025-05-02 00:00:00','2025-05-04 23:59:59','UTC+0','2025-05-02 00:00:00','2025-05-04 23:59:59',259199,'2024-12-19 02:29:20',''),
(234,3919,'2025-05-22 00:00:00','2025-05-23 23:59:59','UTC+0','2025-05-22 00:00:00','2025-05-23 23:59:59',172799,'2024-12-19 02:28:49',''),
(235,3920,'2025-06-12 00:00:00','2025-06-13 23:59:59','UTC+0','2025-06-12 00:00:00','2025-06-13 23:59:59',172799,'2024-12-19 02:28:15',''),
(236,3921,'2025-08-07 00:00:00','2025-08-08 23:59:59','UTC+0','2025-08-07 00:00:00','2025-08-08 23:59:59',172799,'2024-12-19 02:27:19',''),
(237,3922,'2025-10-01 00:00:00','2025-10-01 23:59:59','UTC+0','2025-10-01 00:00:00','2025-10-01 23:59:59',86399,'2024-12-19 02:27:46',''),
(238,3923,'2025-10-02 00:00:00','2025-10-03 23:59:59','UTC+0','2025-10-02 00:00:00','2025-10-03 23:59:59',172799,'2024-12-19 02:26:50',''),
(239,3924,'2025-11-05 00:00:00','2025-11-07 23:59:59','UTC+0','2025-11-05 00:00:00','2025-11-07 23:59:59',259199,'2024-12-19 02:25:45',''),
(240,3925,'2025-11-11 00:00:00','2025-11-12 23:59:59','UTC+0','2025-11-11 00:00:00','2025-11-12 23:59:59',172799,'2024-12-19 02:26:24',''),
(246,3931,'2025-12-03 00:00:00','2025-12-03 23:59:59','UTC+0','2025-12-03 00:00:00','2025-12-03 23:59:59',86399,'2024-12-19 02:25:09',''),
(247,3933,'2025-12-04 00:00:00','2025-12-05 23:59:59','UTC+0','2025-12-04 00:00:00','2025-12-05 23:59:59',172799,'2024-12-19 02:24:20',''),
(248,3934,'2025-02-20 00:00:00','2025-02-21 23:59:59','UTC+0','2025-02-20 00:00:00','2025-02-21 23:59:59',172799,'2024-12-19 02:23:41',''),
(249,3935,'2025-04-11 00:00:00','2025-04-11 23:59:59','UTC+0','2025-04-11 00:00:00','2025-04-11 23:59:59',86399,'2024-12-19 02:22:46',''),
(250,3937,'2025-04-12 00:00:00','2025-04-13 23:59:59','UTC+0','2025-04-12 00:00:00','2025-04-13 23:59:59',172799,'2024-12-19 02:22:12',''),
(251,3938,'2025-09-12 00:00:00','2025-09-12 23:59:59','UTC+0','2025-09-12 00:00:00','2025-09-12 23:59:59',86399,'2024-12-19 02:21:31',''),
(252,3939,'2025-05-14 00:00:00','2025-05-16 23:59:59','UTC+0','2025-05-14 00:00:00','2025-05-16 23:59:59',259199,'2024-12-19 02:20:53',''),
(253,3940,'2025-01-29 00:00:00','2025-01-30 23:59:59','UTC+0','2025-01-29 00:00:00','2025-01-30 23:59:59',172799,'2024-12-19 02:18:42',''),
(254,3942,'2025-09-10 00:00:00','2025-09-11 23:59:59','UTC+0','2025-09-10 00:00:00','2025-09-11 23:59:59',172799,'2024-12-19 02:19:57','');
/*!40000 ALTER TABLE `wp_tec_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_tec_kv_cache`
--

DROP TABLE IF EXISTS `wp_tec_kv_cache`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_tec_kv_cache` (
  `cache_key` varchar(191) NOT NULL,
  `value` longtext DEFAULT NULL,
  `expiration` bigint(20) unsigned DEFAULT 0,
  PRIMARY KEY (`cache_key`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_tec_kv_cache`
--

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

--
-- Table structure for table `wp_tec_occurrences`
--

DROP TABLE IF EXISTS `wp_tec_occurrences`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_tec_occurrences` (
  `occurrence_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `event_id` bigint(20) unsigned NOT NULL,
  `post_id` bigint(20) unsigned NOT NULL,
  `start_date` datetime NOT NULL,
  `start_date_utc` datetime NOT NULL,
  `end_date` datetime NOT NULL,
  `end_date_utc` datetime NOT NULL,
  `duration` mediumint(30) DEFAULT 7200,
  `hash` varchar(40) NOT NULL,
  `updated_at` timestamp NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  PRIMARY KEY (`occurrence_id`),
  UNIQUE KEY `hash` (`hash`),
  KEY `event_id` (`event_id`),
  KEY `idx_wp_tec_occurrences_post_id_dates` (`post_id`,`end_date`,`start_date`),
  KEY `idx_wp_tec_occurrences_post_id_dates_utc` (`post_id`,`end_date_utc`,`start_date_utc`)
) ENGINE=InnoDB AUTO_INCREMENT=245 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_tec_occurrences`
--

LOCK TABLES `wp_tec_occurrences` WRITE;
/*!40000 ALTER TABLE `wp_tec_occurrences` DISABLE KEYS */;
INSERT INTO `wp_tec_occurrences` VALUES
(1,1,3026,'2024-07-09 08:00:00','2024-07-09 08:00:00','2024-07-09 17:00:00','2024-07-09 17:00:00',32400,'4d21f6bc076c703873a6fd8d458e1264461367ce','2024-07-09 02:37:23'),
(2,2,3038,'2024-08-14 08:00:00','2024-08-14 08:00:00','2024-08-15 17:00:00','2024-08-15 17:00:00',118800,'a48da4edd4669406498bb5b0999b1067a6e0d9fb','2024-07-09 03:10:09'),
(3,3,3173,'2024-09-11 12:00:00','2024-09-11 12:00:00','2024-09-11 21:00:00','2024-09-11 21:00:00',32400,'859cbd0fadeeef7a4627984dd6062a3d2fb94bcd','2024-09-05 19:55:24'),
(4,4,3183,'2024-11-11 17:00:00','2024-11-11 09:00:00','2024-11-11 20:00:00','2024-11-11 12:00:00',10800,'e7704740d4b985111b769c9deb25a05ecbf6a2af','2024-09-05 20:30:48'),
(6,6,3195,'2024-10-27 00:00:00','2024-10-26 20:00:00','2024-10-27 23:59:59','2024-10-27 19:59:59',86399,'59b2a97d87ae8af08194e887427075f42f0d5195','2024-09-06 17:09:58'),
(8,8,3202,'2024-11-12 00:00:00','2024-11-12 05:00:00','2024-11-13 23:59:59','2024-11-14 04:59:59',172799,'3783fb91b0dc97fcc4d5450590155796f713b489','2024-09-06 17:22:36'),
(9,9,3204,'2024-09-12 00:00:00','2024-09-12 06:00:00','2024-09-13 23:59:59','2024-09-14 05:59:59',172799,'875fa8596195fba021cdc26cdb5f63bfaae04b48','2024-09-06 17:26:04'),
(10,10,3208,'2024-09-21 00:00:00','2024-09-21 03:00:00','2024-09-21 23:59:59','2024-09-22 02:59:59',86399,'ad940351bc59a11e9b52570adc1769ee845fc99a','2024-09-06 17:43:48'),
(11,11,3210,'2024-10-03 00:00:00','2024-10-03 06:00:00','2024-10-03 23:59:59','2024-10-04 05:59:59',86399,'622a713191dcdd99b0f89a6eda1047099b86260b','2024-09-06 17:46:09'),
(12,12,3212,'2024-10-04 00:00:00','2024-10-04 06:00:00','2024-10-05 23:59:59','2024-10-06 05:59:59',172799,'0b2bf3ba03806cef75fe4c2ba883556aead5d35f','2024-09-06 17:49:14'),
(13,13,3214,'2024-10-06 13:30:00','2024-10-06 13:30:00','2024-10-06 17:30:00','2024-10-06 17:30:00',14400,'0069905c8781fa8438d7894346804da58a2d2184','2024-09-06 17:51:48'),
(14,14,3216,'2024-10-26 00:00:00','2024-10-26 03:00:00','2024-10-26 23:59:59','2024-10-27 02:59:59',86399,'b647ce38d0aa52f583d47b1e0bf3e02fe58591b8','2024-09-06 17:54:11'),
(16,16,3220,'2024-11-06 12:00:00','2024-11-06 19:00:00','2024-11-08 21:00:00','2024-11-09 04:00:00',205200,'3ad49403d7850201e43dfc4ea0e76dff30b75aca','2024-09-06 17:59:50'),
(21,21,3640,'2018-02-15 00:00:00','2018-02-15 00:00:00','2018-02-15 00:00:00','2018-02-15 00:00:00',0,'3e918e24f712d3c85a46a7dcc0212e9061481c21','2024-12-19 00:21:08'),
(22,22,3641,'2018-02-15 00:00:00','2018-02-15 00:00:00','2018-02-15 00:00:00','2018-02-15 00:00:00',0,'c9d2652c0c6ccbe46855604dc3ed644defcd18cd','2024-12-19 00:21:08'),
(23,23,3644,'2018-02-15 00:00:00','2018-02-15 00:00:00','2018-02-15 00:00:00','2018-02-15 00:00:00',0,'ce47863115ec9b64ff21ffc02038639323956af3','2024-12-19 00:21:08'),
(24,24,3646,'2018-02-15 00:00:00','2018-02-15 00:00:00','2018-02-15 00:00:00','2018-02-15 00:00:00',0,'6469cf208e74249314cb558f716fd6bbf1751824','2024-12-19 00:21:09'),
(25,25,3648,'2018-02-16 00:00:00','2018-02-16 00:00:00','2018-02-16 00:00:00','2018-02-16 00:00:00',0,'90b5884bc43d10e05e1b5faddfa57a63a87eb1a8','2024-12-19 00:21:09'),
(26,26,3650,'2018-03-08 00:00:00','2018-03-08 00:00:00','2018-03-08 00:00:00','2018-03-08 00:00:00',0,'d51b31aaa4346767224dc99fd414431273766c36','2024-12-19 00:21:15'),
(27,27,3652,'2018-03-09 00:00:00','2018-03-09 00:00:00','2018-03-09 00:00:00','2018-03-09 00:00:00',0,'ba9ed0e85bb54e9b4a1decb9f481008e5c776c3e','2024-12-19 00:21:15'),
(28,28,3654,'2018-03-08 00:00:00','2018-03-08 00:00:00','2018-03-08 00:00:00','2018-03-08 00:00:00',0,'045209e14d6e4af6ffa5f1cf3db3becd927bd8d1','2024-12-19 00:21:15'),
(29,29,3655,'2018-04-27 00:00:00','2018-04-27 00:00:00','2018-04-27 00:00:00','2018-04-27 00:00:00',0,'dd3f8ab56cb9c29b014b599901f01ca639ff7bb1','2024-12-19 00:21:15'),
(30,30,3657,'2018-05-02 00:00:00','2018-05-02 00:00:00','2018-05-02 00:00:00','2018-05-02 00:00:00',0,'d110873bf9e0211907868762249614e9116de720','2024-12-19 00:21:15'),
(31,31,3659,'2018-07-19 00:00:00','2018-07-19 00:00:00','2018-07-19 00:00:00','2018-07-19 00:00:00',0,'5564ea4124398f66b8dff78e6aa8261f12e378e9','2024-12-19 00:21:30'),
(32,32,3660,'2018-09-04 00:00:00','2018-09-04 00:00:00','2018-09-04 00:00:00','2018-09-04 00:00:00',0,'3825ffb1a5b4b6d8ff56c7451c3ca2a161356595','2024-12-19 00:21:30'),
(33,33,3662,'2018-09-04 00:00:00','2018-09-04 00:00:00','2018-09-04 00:00:00','2018-09-04 00:00:00',0,'c0e33f944fae34e9bbbf8fb71c5d0d295ea16fbd','2024-12-19 00:21:30'),
(34,34,3664,'2018-09-29 00:00:00','2018-09-29 00:00:00','2018-09-29 00:00:00','2018-09-29 00:00:00',0,'48475d8417ef0a1283e990c17eaaed096a9c76a5','2024-12-19 00:21:30'),
(35,35,3666,'2018-09-29 00:00:00','2018-09-29 00:00:00','2018-09-29 00:00:00','2018-09-29 00:00:00',0,'f8756c74291a9c5e23fd9ba601cad2ae58ff8c7d','2024-12-19 00:21:30'),
(36,36,3668,'2018-10-24 00:00:00','2018-10-24 00:00:00','2018-10-24 00:00:00','2018-10-24 00:00:00',0,'c01e01d96f0150814181293b5bd9682e0be82d53','2024-12-19 00:21:44'),
(37,37,3669,'2018-10-24 00:00:00','2018-10-24 00:00:00','2018-10-24 00:00:00','2018-10-24 00:00:00',0,'c73b53e9c449eab035a151f4b7fa47de55fc0163','2024-12-19 00:21:44'),
(38,38,3671,'2018-10-24 00:00:00','2018-10-24 00:00:00','2018-10-24 00:00:00','2018-10-24 00:00:00',0,'8b990139b6110d04238529a13099568b73a6514a','2024-12-19 00:21:44'),
(39,39,3672,'2018-10-24 00:00:00','2018-10-24 00:00:00','2018-10-24 00:00:00','2018-10-24 00:00:00',0,'ab014c0031dfe414225eb9fa227ea040f21eec29','2024-12-19 00:21:44'),
(40,40,3673,'2018-10-24 00:00:00','2018-10-24 00:00:00','2018-10-24 00:00:00','2018-10-24 00:00:00',0,'52769ae24262d12ca280d55f0d5a670171b25cfb','2024-12-19 00:21:44'),
(41,41,3675,'2018-10-24 00:00:00','2018-10-24 00:00:00','2018-10-24 00:00:00','2018-10-24 00:00:00',0,'7982d4f121eb87de16162e143de196ff83065aa9','2024-12-19 00:22:55'),
(42,42,3676,'2018-10-28 00:00:00','2018-10-28 00:00:00','2018-10-28 00:00:00','2018-10-28 00:00:00',0,'59b5c4dc17b52f92046ba1c812574603cfbfc9ff','2024-12-19 00:22:55'),
(43,43,3677,'2018-10-28 00:00:00','2018-10-28 00:00:00','2018-10-28 00:00:00','2018-10-28 00:00:00',0,'9f1ebe7988ebea1404e385001f434c6224aabd0c','2024-12-19 00:22:55'),
(44,44,3678,'2018-11-24 00:00:00','2018-11-24 00:00:00','2018-11-24 00:00:00','2018-11-24 00:00:00',0,'acb4dca307528e0c7da45a6b1885671d8312d66a','2024-12-19 00:22:55'),
(45,45,3680,'2018-11-24 00:00:00','2018-11-24 00:00:00','2018-11-24 00:00:00','2018-11-24 00:00:00',0,'c664982a45510c6b7c155a2c9431b510afc25c00','2024-12-19 00:22:55'),
(46,46,3681,'2018-12-16 00:00:00','2018-12-16 00:00:00','2018-12-16 00:00:00','2018-12-16 00:00:00',0,'43a8dd0741a871b998d50c5d4ebc45019254be48','2024-12-19 00:23:12'),
(47,47,3683,'2018-12-16 00:00:00','2018-12-16 00:00:00','2018-12-16 00:00:00','2018-12-16 00:00:00',0,'7b4d28636f509bcf025bc5ed49baa32dbb39f16f','2024-12-19 00:23:12'),
(48,48,3684,'2019-04-09 00:00:00','2019-04-09 00:00:00','2019-04-09 00:00:00','2019-04-09 00:00:00',0,'4f3d58af8c279b3f4c2a83bea6632cf4e39356c4','2024-12-19 00:23:12'),
(49,49,3687,'2019-05-23 00:00:00','2019-05-23 00:00:00','2019-05-23 00:00:00','2019-05-23 00:00:00',0,'bbc1c6cafe0232939721b2d7b2a045c3c9b12ce7','2024-12-19 00:23:12'),
(50,50,3688,'2019-05-23 00:00:00','2019-05-23 00:00:00','2019-05-23 00:00:00','2019-05-23 00:00:00',0,'24eb7c2873d5efb902d9f5d2b1d5c16d59c3d3bc','2024-12-19 00:23:12'),
(51,51,3691,'2019-09-11 00:00:00','2019-09-11 00:00:00','2019-09-11 00:00:00','2019-09-11 00:00:00',0,'250f8bd94094ebd628f61765983112b08d5a8744','2024-12-19 00:25:12'),
(52,52,3692,'2019-09-11 00:00:00','2019-09-11 00:00:00','2019-09-11 00:00:00','2019-09-11 00:00:00',0,'00c26d7df296a361b583c88dee84f9914384afff','2024-12-19 00:25:12'),
(53,53,3694,'2019-10-22 00:00:00','2019-10-22 00:00:00','2019-10-22 00:00:00','2019-10-22 00:00:00',0,'9904e9423ceab217e78c651c291d65b59b9bddc3','2024-12-19 00:25:12'),
(54,54,3696,'2019-10-22 00:00:00','2019-10-22 00:00:00','2019-10-22 00:00:00','2019-10-22 00:00:00',0,'8359d1793d160d793e320d5c55239fb2873cf31b','2024-12-19 00:25:12'),
(55,55,3698,'2019-11-12 00:00:00','2019-11-12 00:00:00','2019-11-12 00:00:00','2019-11-12 00:00:00',0,'fe7d6a8e52b492f7c59eefe08fc9d5c76b799bbf','2024-12-19 00:25:12'),
(56,56,3699,'2019-11-19 00:00:00','2019-11-19 00:00:00','2019-11-19 00:00:00','2019-11-19 00:00:00',0,'be826a1e37a4f5139841b9b2ff1916f330d54050','2024-12-19 00:26:30'),
(57,57,3700,'2019-11-19 00:00:00','2019-11-19 00:00:00','2019-11-19 00:00:00','2019-11-19 00:00:00',0,'87e43de9e4f9a7bf1755402fdce0f43c77490b8d','2024-12-19 00:26:30'),
(58,58,3701,'2019-11-20 00:00:00','2019-11-20 00:00:00','2019-11-20 00:00:00','2019-11-20 00:00:00',0,'22c633618dfe47717fc15bd0667ef4134553eb94','2024-12-19 00:26:30'),
(59,59,3702,'2019-11-20 00:00:00','2019-11-20 00:00:00','2019-11-20 00:00:00','2019-11-20 00:00:00',0,'63653ad35c40ec4ab25010d198ea97f7b9837dc3','2024-12-19 00:26:30'),
(60,60,3703,'2019-11-20 00:00:00','2019-11-20 00:00:00','2019-11-20 00:00:00','2019-11-20 00:00:00',0,'7088b2b1f316762c2a44c6ccd8524344da775013','2024-12-19 00:26:30'),
(61,61,3704,'2019-11-20 00:00:00','2019-11-20 00:00:00','2019-11-20 00:00:00','2019-11-20 00:00:00',0,'e99bd72f118fb6b3645da9a445949dbe3b9498ae','2024-12-19 00:26:46'),
(62,62,3705,'2019-11-20 00:00:00','2019-11-20 00:00:00','2019-11-20 00:00:00','2019-11-20 00:00:00',0,'5731b9078b5cbb4655531365e8be58dd346db323','2024-12-19 00:26:46'),
(63,63,3706,'2019-11-20 00:00:00','2019-11-20 00:00:00','2019-11-20 00:00:00','2019-11-20 00:00:00',0,'08044bbccee4ed837eee5e660ab86799c5dcd36c','2024-12-19 00:26:46'),
(64,64,3707,'2019-12-07 00:00:00','2019-12-07 00:00:00','2019-12-07 00:00:00','2019-12-07 00:00:00',0,'b6285b605bb80e229e03f44a062593938e0db35e','2024-12-19 00:26:46'),
(65,65,3708,'2019-12-30 00:00:00','2019-12-30 00:00:00','2019-12-30 00:00:00','2019-12-30 00:00:00',0,'8b1e9ac963503475aefc2a7db0e854ac458ca631','2024-12-19 00:26:46'),
(66,66,3710,'2019-12-30 00:00:00','2019-12-30 00:00:00','2019-12-30 00:00:00','2019-12-30 00:00:00',0,'5c0421bd86e1baff5e15c846a243247930ea543e','2024-12-19 00:27:19'),
(67,67,3711,'2019-12-30 00:00:00','2019-12-30 00:00:00','2019-12-30 00:00:00','2019-12-30 00:00:00',0,'94f85e0bc5b8a74e22d42d108a1bf18c11751e28','2024-12-19 00:27:19'),
(68,68,3713,'2019-12-30 00:00:00','2019-12-30 00:00:00','2019-12-30 00:00:00','2019-12-30 00:00:00',0,'c17938723cc195f90cd4ac07d44d78f28f59eb46','2024-12-19 00:27:19'),
(69,69,3714,'2019-12-30 00:00:00','2019-12-30 00:00:00','2019-12-30 00:00:00','2019-12-30 00:00:00',0,'5001f5e1b000fa2a6a83677e9488e150c59ae2f3','2024-12-19 00:27:19'),
(70,70,3715,'2019-12-30 00:00:00','2019-12-30 00:00:00','2019-12-30 00:00:00','2019-12-30 00:00:00',0,'295951af04c3c8708e4fe2be483dc27b4523d343','2024-12-19 00:27:19'),
(71,71,3716,'2019-12-30 00:00:00','2019-12-30 00:00:00','2019-12-30 00:00:00','2019-12-30 00:00:00',0,'6c6b69f4e0147afa08b258d68cd23d63312e8003','2024-12-19 00:27:31'),
(72,72,3717,'2019-12-30 00:00:00','2019-12-30 00:00:00','2019-12-30 00:00:00','2019-12-30 00:00:00',0,'a77d42396506965b9024bf1684f9aba46140f824','2024-12-19 00:27:31'),
(73,73,3718,'2019-12-31 00:00:00','2019-12-31 00:00:00','2019-12-31 00:00:00','2019-12-31 00:00:00',0,'8e33813fa5527c94a866c229c700433691556159','2024-12-19 00:27:31'),
(74,74,3719,'2020-01-04 00:00:00','2020-01-04 00:00:00','2020-01-04 00:00:00','2020-01-04 00:00:00',0,'4ad81d6950d7191dc95b443a3d8b42d40b14f534','2024-12-19 00:27:31'),
(75,75,3720,'2020-02-06 00:00:00','2020-02-06 00:00:00','2020-02-06 00:00:00','2020-02-06 00:00:00',0,'e132f5bffa8ba8d35fa238cd221b5c667b5634e9','2024-12-19 00:27:31'),
(76,76,3721,'2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'3c5294ca88cc3d22a7c6bd4f95c91bb816ba662d','2024-12-19 00:27:51'),
(77,77,3722,'2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'3b9a4f5a8cff776d309a07c6b29f6e85921e58de','2024-12-19 00:27:51'),
(78,78,3723,'2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'cda81cce43b70937841f0597a22f8ffe4a946cd6','2024-12-19 00:27:51'),
(79,79,3724,'2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'d0d621730ff4a3b6964c78604e6815b882145357','2024-12-19 00:27:51'),
(80,80,3726,'2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'9c5e49e0cf7ec5611c5c0256a27dcee2d8bdd71b','2024-12-19 00:27:51'),
(81,81,3727,'2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'7fd6af1ed729d5fe58c90d8be1ac05e45320deb5','2024-12-19 00:28:10'),
(82,82,3728,'2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'d547f6f8c329f5e380f58df77a6940c87d8c0b4a','2024-12-19 00:28:10'),
(83,83,3729,'2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'954c69c9da3e8027ae472f07efaa82449f812c0d','2024-12-19 00:28:10'),
(84,84,3730,'2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'355b53e4cf74b7f3ed88027a5f0d30e3741dbfa4','2024-12-19 00:28:10'),
(85,85,3731,'2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00','2020-07-27 00:00:00',0,'6568497b9b01f9337bb9cd0f4ccdce144193cd27','2024-12-19 00:28:10'),
(86,86,3732,'2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'44acc9b1dd83b4f05e8077d250fc7c2041e03ea2','2024-12-19 00:28:29'),
(87,87,3733,'2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'7f7f1c2c01f3da270ef33fed5d5ffa1a114b4097','2024-12-19 00:28:29'),
(88,88,3734,'2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'3254c6dada2c1871a0a8a17c2e1c52376633b1f6','2024-12-19 00:28:29'),
(89,89,3736,'2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'fd74323a2dfd4a2a05567b7401151d6cb036373f','2024-12-19 00:28:29'),
(90,90,3737,'2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'9f1a620a555a28cdb8196c2bffcf8fd94e51b3a8','2024-12-19 00:28:29'),
(91,91,3738,'2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'cb15f154b9a8a40b387f932bce4373d8a811e43d','2024-12-19 00:28:47'),
(92,92,3739,'2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'c69a76c60df1651aae4e9ce37894169b33bba1b0','2024-12-19 00:28:47'),
(93,93,3740,'2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'b1b18c7476dc86239f79af5b3c97e43ad4072e75','2024-12-19 00:28:47'),
(94,94,3741,'2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'23bb11a80fd976b3cff7f38e4fb430240a7c4b6e','2024-12-19 00:28:47'),
(95,95,3742,'2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'94bf3c6d91cece29b5a2570752069d7fe1d5f80f','2024-12-19 00:28:47'),
(96,96,3743,'2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'45c0660b97e5a9f5c8e53fab63c92113ab20b08e','2024-12-19 00:29:04'),
(97,97,3744,'2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'0d10298053a858f8b785120b1df9c9bad0698698','2024-12-19 00:29:04'),
(98,98,3745,'2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00','2021-01-06 00:00:00',0,'781d236219bce3fe36f4dcded22b1581bd932ddb','2024-12-19 00:29:04'),
(99,99,3746,'2021-01-08 00:00:00','2021-01-08 00:00:00','2021-01-08 00:00:00','2021-01-08 00:00:00',0,'98a99f982620063fa9954ea6d0b06f0d8dcc10f3','2024-12-19 00:29:04'),
(100,100,3747,'2021-02-10 00:00:00','2021-02-10 00:00:00','2021-02-10 00:00:00','2021-02-10 00:00:00',0,'d8e79ca81e23aa27df8fd06b8a3b754fa73db548','2024-12-19 00:29:04'),
(101,101,3748,'2021-02-10 00:00:00','2021-02-10 00:00:00','2021-02-10 00:00:00','2021-02-10 00:00:00',0,'b186e2ca0d2a05f66d9d5c936201238b79592767','2024-12-19 00:29:24'),
(102,102,3749,'2021-02-14 00:00:00','2021-02-14 00:00:00','2021-02-14 00:00:00','2021-02-14 00:00:00',0,'10ac5acb0162e6cdab027922d21cd1847ee6ae1b','2024-12-19 00:29:24'),
(103,103,3751,'2021-03-13 00:00:00','2021-03-13 00:00:00','2021-03-13 00:00:00','2021-03-13 00:00:00',0,'241f1d28f3b97bbeccc0740fb1d3e9f7ecdeee1d','2024-12-19 00:29:24'),
(104,104,3752,'2021-04-07 00:00:00','2021-04-07 00:00:00','2021-04-07 00:00:00','2021-04-07 00:00:00',0,'29fb9e28e2f60ebd6af64a2714c74604659303aa','2024-12-19 00:29:24'),
(105,105,3754,'2021-04-16 00:00:00','2021-04-16 00:00:00','2021-04-16 00:00:00','2021-04-16 00:00:00',0,'48c1a2c3a07a668e054c66b5e5f8228338d210ee','2024-12-19 00:29:24'),
(106,106,3755,'2021-09-11 00:00:00','2021-09-11 00:00:00','2021-09-11 00:00:00','2021-09-11 00:00:00',0,'658d364dbcd2a27593f7be3de338c894a1def6ee','2024-12-19 00:29:32'),
(107,107,3756,'2021-09-11 00:00:00','2021-09-11 00:00:00','2021-09-11 00:00:00','2021-09-11 00:00:00',0,'c167b0f3ba13df02f62e0a3504e899f45e950ea3','2024-12-19 00:29:32'),
(108,108,3757,'2021-09-13 00:00:00','2021-09-13 00:00:00','2021-09-13 00:00:00','2021-09-13 00:00:00',0,'2360403cf07ad5581ca1ecfb26a256646700c71d','2024-12-19 00:29:32'),
(109,109,3758,'2021-09-14 00:00:00','2021-09-14 00:00:00','2021-09-14 00:00:00','2021-09-14 00:00:00',0,'01d0c0f9f93553b10804814818af8130f0708717','2024-12-19 00:29:32'),
(110,110,3760,'2021-09-14 00:00:00','2021-09-14 00:00:00','2021-09-14 00:00:00','2021-09-14 00:00:00',0,'03fffed4ce5bde46ad17cb5692884b22b4505f90','2024-12-19 00:29:32'),
(111,111,3761,'2021-09-14 00:00:00','2021-09-14 00:00:00','2021-09-14 00:00:00','2021-09-14 00:00:00',0,'09d7ffe15069db724f8d81c9b06ce9d601d47253','2024-12-19 00:29:42'),
(112,112,3762,'2021-09-14 00:00:00','2021-09-14 00:00:00','2021-09-14 00:00:00','2021-09-14 00:00:00',0,'a5486f8a109f6509a929d0354baefac2fccf990f','2024-12-19 00:29:42'),
(113,113,3763,'2021-09-14 00:00:00','2021-09-14 00:00:00','2021-09-14 00:00:00','2021-09-14 00:00:00',0,'f30415b1d00434857d5432e8ab5132ff0ceee70c','2024-12-19 00:29:42'),
(114,114,3764,'2021-09-14 00:00:00','2021-09-14 00:00:00','2021-09-14 00:00:00','2021-09-14 00:00:00',0,'4c5c441a29a1f2a3b4c09724353de2b0a84690e0','2024-12-19 00:29:42'),
(115,115,3765,'2021-09-14 00:00:00','2021-09-14 00:00:00','2021-09-14 00:00:00','2021-09-14 00:00:00',0,'8d38fe53aae6c3dbc7123d4102ebe8fed24def38','2024-12-19 00:29:42'),
(116,116,3766,'2021-09-21 00:00:00','2021-09-21 00:00:00','2021-09-21 00:00:00','2021-09-21 00:00:00',0,'187637baec34862bc481a158b4681543507ba584','2024-12-19 00:29:51'),
(117,117,3767,'2021-09-21 00:00:00','2021-09-21 00:00:00','2021-09-21 00:00:00','2021-09-21 00:00:00',0,'fe87d227dd6da3ec1a618e958e723eb328a2ba37','2024-12-19 00:29:51'),
(118,118,3768,'2021-09-21 00:00:00','2021-09-21 00:00:00','2021-09-21 00:00:00','2021-09-21 00:00:00',0,'f6657be2d0889ebce0a524d734ee1e33d3569b82','2024-12-19 00:29:51'),
(119,119,3769,'2021-09-21 00:00:00','2021-09-21 00:00:00','2021-09-21 00:00:00','2021-09-21 00:00:00',0,'8accfe978d3ce554bcebfaee81cd4d953d79980b','2024-12-19 00:29:51'),
(120,120,3770,'2021-09-21 00:00:00','2021-09-21 00:00:00','2021-09-21 00:00:00','2021-09-21 00:00:00',0,'5d0bd44c302eac36f776f7aaa28a2dd578113de5','2024-12-19 00:29:51'),
(121,121,3771,'2021-09-22 00:00:00','2021-09-22 00:00:00','2021-09-22 00:00:00','2021-09-22 00:00:00',0,'35eec877762e8b3fb6d22c5fd93b15ab83eeba6c','2024-12-19 00:30:01'),
(122,122,3772,'2022-01-28 00:00:00','2022-01-28 00:00:00','2022-01-28 00:00:00','2022-01-28 00:00:00',0,'4637d505a90ab4c300883b791059b6b659212272','2024-12-19 00:30:01'),
(123,123,3773,'2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'fa78532fd0f486d95da154172d35a8311111d470','2024-12-19 00:30:01'),
(124,124,3774,'2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'9b286cb56a1a7858f3fe6e8dcb6006e72fe1e34b','2024-12-19 00:30:01'),
(125,125,3775,'2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'304e423870cd2ceed3e9d5b1ad9cd32ad9fd5713','2024-12-19 00:30:01'),
(126,126,3777,'2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'09efbfbeb4ea6d000f401cc848b90be8f3149013','2024-12-19 00:30:10'),
(127,127,3778,'2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'04bfe3dd9ca3542796ef90d159b9091a29a07b4b','2024-12-19 00:30:10'),
(128,128,3779,'2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'8decf0e5730c0b4b160bf8997bf1d7be40759633','2024-12-19 00:30:10'),
(129,129,3780,'2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'ef59de6b56e577f503204682802a9da24c595346','2024-12-19 00:30:10'),
(130,130,3781,'2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'f8d7f8201579264165e89f8732dfba30e09d29af','2024-12-19 00:30:10'),
(131,131,3782,'2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'76d569bbba6961bf08d7749004212ebcf3813d66','2024-12-19 00:30:17'),
(132,132,3783,'2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'0c6fddbba5d3a42dbe5a9effae2adb9405eeddd7','2024-12-19 00:30:17'),
(133,133,3784,'2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00','2022-02-03 00:00:00',0,'83361da8c9024dec02c9c9604f8a7701099c5e31','2024-12-19 00:30:17'),
(134,134,3786,'2022-03-25 00:00:00','2022-03-25 00:00:00','2022-03-25 00:00:00','2022-03-25 00:00:00',0,'336d2bcc2d10c638906b8219479336b745ad9208','2024-12-19 00:30:17'),
(135,135,3787,'2022-03-25 00:00:00','2022-03-25 00:00:00','2022-03-25 00:00:00','2022-03-25 00:00:00',0,'92174fec8363f640b96240643467f1c60f93da8e','2024-12-19 00:30:17'),
(136,136,3788,'2022-03-26 00:00:00','2022-03-26 00:00:00','2022-03-26 00:00:00','2022-03-26 00:00:00',0,'d0e21855b905782a4751f7c210973d3b27c60df6','2024-12-19 00:30:32'),
(137,137,3790,'2022-04-02 00:00:00','2022-04-02 00:00:00','2022-04-02 00:00:00','2022-04-02 00:00:00',0,'fd5d2de2d0930ef8b0751d805afdc73b1e4a1e1b','2024-12-19 00:30:32'),
(138,138,3792,'2022-04-02 00:00:00','2022-04-02 00:00:00','2022-04-02 00:00:00','2022-04-02 00:00:00',0,'e11218e02f3da3b4c4d1a9083e3c91c666783a92','2024-12-19 00:30:32'),
(139,139,3793,'2022-07-01 00:00:00','2022-07-01 00:00:00','2022-07-01 00:00:00','2022-07-01 00:00:00',0,'5532b5c2720c397fa0d8ea1535520fbb5e44207f','2024-12-19 00:30:32'),
(140,140,3795,'2022-07-01 00:00:00','2022-07-01 00:00:00','2022-07-01 00:00:00','2022-07-01 00:00:00',0,'186eea986a90c76f61563d8abd89ea95d172f65a','2024-12-19 00:30:32'),
(141,141,3798,'2022-07-01 00:00:00','2022-07-01 00:00:00','2022-07-01 00:00:00','2022-07-01 00:00:00',0,'f2cded9ca01cd91e2e632f25d25c54d6f3a99994','2024-12-19 00:30:39'),
(142,142,3799,'2022-07-01 00:00:00','2022-07-01 00:00:00','2022-07-01 00:00:00','2022-07-01 00:00:00',0,'138773cc9b0a4e7c537620fa996d461d5fc3bb57','2024-12-19 00:30:39'),
(143,143,3801,'2022-07-01 00:00:00','2022-07-01 00:00:00','2022-07-01 00:00:00','2022-07-01 00:00:00',0,'28895dfa6809dcf321f48085b66695e498330a82','2024-12-19 00:30:39'),
(144,144,3803,'2022-07-31 00:00:00','2022-07-31 00:00:00','2022-07-31 00:00:00','2022-07-31 00:00:00',0,'671810f95cbdced6770d199fa8335af166498b3b','2024-12-19 00:30:39'),
(145,145,3805,'2022-07-31 00:00:00','2022-07-31 00:00:00','2022-07-31 00:00:00','2022-07-31 00:00:00',0,'205d849a9350e124cceaf7b0463a08817c1deb74','2024-12-19 00:30:39'),
(146,146,3806,'2022-08-30 00:00:00','2022-08-30 00:00:00','2022-08-30 00:00:00','2022-08-30 00:00:00',0,'c3b33815a3dfb4e960c6c56484d09179628deaca','2024-12-19 00:30:48'),
(147,147,3808,'2022-09-11 00:00:00','2022-09-11 00:00:00','2022-09-11 00:00:00','2022-09-11 00:00:00',0,'41359bf64d92df05edb5328bc71bca376aad92a0','2024-12-19 00:30:48'),
(148,148,3809,'2022-09-11 00:00:00','2022-09-11 00:00:00','2022-09-11 00:00:00','2022-09-11 00:00:00',0,'e198bcb7708dcf2da22c51e20c5bce8386ef94e0','2024-12-19 00:30:48'),
(149,149,3810,'2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'4cc6f600c3eddfb163aee16fb5a4719efdae614d','2024-12-19 00:30:48'),
(150,150,3811,'2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'1f0e3ad29d7f9986eea9a491934e6657cc8393d6','2024-12-19 00:30:48'),
(151,151,3812,'2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'06a19b48028f65bf3e448e21313f29a2e449e4c5','2024-12-19 00:30:55'),
(152,152,3813,'2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'1cf600c62c8790dc5c75743c4f0182ae722d128a','2024-12-19 00:30:55'),
(153,153,3814,'2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'789b1fc3a6f30375d677499445ce9c1492296f03','2024-12-19 00:30:55'),
(154,154,3816,'2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'e0dc6c861e3c81368fd6a38b4aae17070853ffb9','2024-12-19 00:30:55'),
(155,155,3818,'2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'4acda12cd17888cadbe9a637892faff1f39463ea','2024-12-19 00:30:55'),
(156,156,3820,'2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'5624f8de9cadfbda288baf99aedfd5b613c2f4ab','2024-12-19 00:31:07'),
(157,157,3821,'2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'10d0ed3d57af64ff5288918de013c315517ea3fa','2024-12-19 00:31:07'),
(158,158,3822,'2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'3359eabd855bb7dce8045b495712eedb163f6d75','2024-12-19 00:31:07'),
(159,159,3823,'2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00','2022-10-13 00:00:00',0,'e032f53327976aef9186ed5484509acbadbb5da9','2024-12-19 00:31:07'),
(160,160,3825,'2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'57e395691f273144dbffd475c0a3ef869f332c17','2024-12-19 00:31:07'),
(161,161,3826,'2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'28d150e3d20546a913d6b8a7fbce2064b32132b0','2024-12-19 00:31:14'),
(162,162,3827,'2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'2ae3797490ed169d040b3f7f948f94c1675e3e9c','2024-12-19 00:31:14'),
(163,163,3828,'2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'59b77873f702ab4de6c065946bab0a9701972dac','2024-12-19 00:31:14'),
(164,164,3829,'2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'7ab33aaa32191ca62ef4c179d73f45b9e8e6549d','2024-12-19 00:31:14'),
(165,165,3830,'2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'2c575218c0c7c44fe7bec80aedea60ee30d85bfa','2024-12-19 00:31:14'),
(166,166,3832,'2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'0ddd2e94dc47acd33f72bfb581f01735eb81c0ef','2024-12-19 00:31:23'),
(167,167,3833,'2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'b43748823626419a367935949b0e5ed9091b189f','2024-12-19 00:31:23'),
(168,168,3834,'2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'75898a6b0358ec45ac209103d8cc43619d0fc55a','2024-12-19 00:31:23'),
(169,169,3835,'2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00','2022-10-14 00:00:00',0,'614ac4cbe3c0354c060acf49d957e5bcf737b910','2024-12-19 00:31:23'),
(170,170,3836,'2022-10-15 00:00:00','2022-10-15 00:00:00','2022-10-15 00:00:00','2022-10-15 00:00:00',0,'ba61289634b105fab770f99a1c9c404e3d3fb2b7','2024-12-19 00:31:23'),
(171,171,3837,'2022-10-15 00:00:00','2022-10-15 00:00:00','2022-10-15 00:00:00','2022-10-15 00:00:00',0,'b5747c5fc090bd7204391b37962063ea65870aa3','2024-12-19 00:31:30'),
(172,172,3839,'2022-10-15 00:00:00','2022-10-15 00:00:00','2022-10-15 00:00:00','2022-10-15 00:00:00',0,'d2d7ad3f3f82040f01f1df827eb047b3800b1fec','2024-12-19 00:31:30'),
(173,173,3840,'2022-10-15 00:00:00','2022-10-15 00:00:00','2022-10-15 00:00:00','2022-10-15 00:00:00',0,'ea30500535689103b5826e3c61ec7608cd9c4071','2024-12-19 00:31:30'),
(174,174,3841,'2022-10-18 00:00:00','2022-10-18 00:00:00','2022-10-18 00:00:00','2022-10-18 00:00:00',0,'45dfd7509bfd04f4a8d18039479c770e15eddeb3','2024-12-19 00:31:30'),
(175,175,3842,'2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'a2a53c7c5319a4725a0339ae137edfbd16ec1cb1','2024-12-19 00:31:31'),
(176,176,3844,'2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'5db97957ed02902d4fc9c440d17b01465be6ee67','2024-12-19 00:31:43'),
(177,177,3845,'2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'026056e8bfa7729e5f6db0ceae41434db0762f30','2024-12-19 00:31:43'),
(178,178,3846,'2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'5c4b25a38987e439efae53638109e43e794fe33d','2024-12-19 00:31:43'),
(179,179,3847,'2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'ae2b6da3b2406ef7095a80467c927f924fcb0e56','2024-12-19 00:31:43'),
(180,180,3848,'2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'f5ea8f94397bd1e1fd5197aa2e9805967c3b9e73','2024-12-19 00:31:43'),
(181,181,3850,'2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'a445b1765584415c2b01b630d6b9a4925f2d3e12','2024-12-19 00:31:50'),
(182,182,3851,'2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'3fc4d02123a4caebb72df40f6054be331fc2c85f','2024-12-19 00:31:50'),
(183,183,3853,'2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'e98c9e8176f568a01f9249b30b6cfa27541ea3a8','2024-12-19 00:31:50'),
(184,184,3854,'2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'513bdf9c319da955a38947ab7b7b003021ac0029','2024-12-19 00:31:50'),
(185,185,3855,'2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'f24f85048dd72168e6ab5dd5a5463af81fbe0fbf','2024-12-19 00:31:50'),
(186,186,3856,'2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00','2022-10-19 00:00:00',0,'de14748ebca2e54a86668a5f695c68a63a530016','2024-12-19 00:31:59'),
(187,187,3857,'2022-12-15 00:00:00','2022-12-15 00:00:00','2022-12-15 00:00:00','2022-12-15 00:00:00',0,'100602e2db5fa819b8f62ceedb41293c8391b558','2024-12-19 00:31:59'),
(188,188,3858,'2023-03-01 00:00:00','2023-03-01 00:00:00','2023-03-01 00:00:00','2023-03-01 00:00:00',0,'8ec47e62dbcfa45b78496388e8486fa6074c8af8','2024-12-19 00:31:59'),
(189,189,3859,'2023-03-14 00:00:00','2023-03-14 00:00:00','2023-03-14 00:00:00','2023-03-14 00:00:00',0,'dc7a53903325ac4f1126620aad8de4a5a78c14b7','2024-12-19 00:31:59'),
(190,190,3860,'2023-04-19 00:00:00','2023-04-19 00:00:00','2023-04-19 00:00:00','2023-04-19 00:00:00',0,'4d718959376fff14e8dfd6c5df15ba57f617bc59','2024-12-19 00:31:59'),
(191,191,3861,'2023-07-06 00:00:00','2023-07-06 00:00:00','2023-07-06 00:00:00','2023-07-06 00:00:00',0,'f937fc06364f9f2950fd96863f246eb3a4046ec3','2024-12-19 00:32:07'),
(192,192,3863,'2023-07-06 00:00:00','2023-07-06 00:00:00','2023-07-06 00:00:00','2023-07-06 00:00:00',0,'39716ca0f27587ecd8acf40d712fcbaba3dd80d0','2024-12-19 00:32:07'),
(193,193,3864,'2023-07-06 00:00:00','2023-07-06 00:00:00','2023-07-06 00:00:00','2023-07-06 00:00:00',0,'41a92d648d13cf269d29788a95b4ebf59b13d842','2024-12-19 00:32:07'),
(194,194,3865,'2023-08-29 00:00:00','2023-08-29 00:00:00','2023-08-29 00:00:00','2023-08-29 00:00:00',0,'f150b7994157fdf48f237e759b4e5189ee3a40c6','2024-12-19 00:32:07'),
(195,195,3867,'2023-09-14 00:00:00','2023-09-14 00:00:00','2023-09-14 00:00:00','2023-09-14 00:00:00',0,'08600be36de9b2f79c15b7b0e3baed0b7575d45a','2024-12-19 00:32:07'),
(196,196,3869,'2023-11-11 00:00:00','2023-11-11 00:00:00','2023-11-11 00:00:00','2023-11-11 00:00:00',0,'64ddf6d7af968e8b4ac66650a9b2fb49989215d7','2024-12-19 00:32:13'),
(197,197,3870,'2023-12-16 00:00:00','2023-12-16 00:00:00','2023-12-16 00:00:00','2023-12-16 00:00:00',0,'dbea7fd818792feb2e69ab75606418bdd32fc30f','2024-12-19 00:32:13'),
(198,198,3872,'2023-12-16 00:00:00','2023-12-16 00:00:00','2023-12-16 00:00:00','2023-12-16 00:00:00',0,'3a728971f280abff41238a268d0bbf262897ee43','2024-12-19 00:32:13'),
(199,199,3873,'2023-12-17 00:00:00','2023-12-17 00:00:00','2023-12-17 00:00:00','2023-12-17 00:00:00',0,'2c747ce97c07693f3ee53e19b8e9ac6ab6b26cfc','2024-12-19 00:32:13'),
(200,200,3876,'2024-01-02 00:00:00','2024-01-02 00:00:00','2024-01-02 00:00:00','2024-01-02 00:00:00',0,'c1e5f410e33c9ccb617b2520e6a4b163bbc2060a','2024-12-19 00:32:13'),
(201,201,3878,'2024-01-03 00:00:00','2024-01-03 00:00:00','2024-01-03 00:00:00','2024-01-03 00:00:00',0,'4f382854a15bc13f0a672b755731d9925e4f66d6','2024-12-19 00:32:19'),
(202,202,3879,'2024-01-03 00:00:00','2024-01-03 00:00:00','2024-01-03 00:00:00','2024-01-03 00:00:00',0,'8c25b2473ecdf11375d26a52408ad885c9457c4f','2024-12-19 00:32:19'),
(203,203,3881,'2024-01-03 00:00:00','2024-01-03 00:00:00','2024-01-03 00:00:00','2024-01-03 00:00:00',0,'fcf90296775572520f4d17ab77f949e4e0ff8e9b','2024-12-19 00:32:19'),
(204,204,3882,'2024-01-03 00:00:00','2024-01-03 00:00:00','2024-01-03 00:00:00','2024-01-03 00:00:00',0,'c6894a91f2426e4dd0cb13c86d64d957d6405f16','2024-12-19 00:32:19'),
(205,205,3883,'2024-01-03 00:00:00','2024-01-03 00:00:00','2024-01-03 00:00:00','2024-01-03 00:00:00',0,'d99475e05b23738e273f8d06d6cfa0094c24e1d8','2024-12-19 00:32:19'),
(206,206,3884,'2024-01-04 00:00:00','2024-01-04 00:00:00','2024-01-04 00:00:00','2024-01-04 00:00:00',0,'743b89f6bffc3a250b7bb385bbb8cd41dcf50237','2024-12-19 00:32:24'),
(207,207,3885,'2024-01-04 00:00:00','2024-01-04 00:00:00','2024-01-04 00:00:00','2024-01-04 00:00:00',0,'e2e82cad4c86c734be4c8150a8ad034c2b1b80ff','2024-12-19 00:32:24'),
(208,208,3886,'2024-01-09 00:00:00','2024-01-09 00:00:00','2024-01-09 00:00:00','2024-01-09 00:00:00',0,'0194d753e767a77b5d25653fe5b288c8712e8e2c','2024-12-19 00:32:24'),
(209,209,3887,'2024-01-25 00:00:00','2024-01-25 00:00:00','2024-01-25 00:00:00','2024-01-25 00:00:00',0,'b0a29f889c7a63c438dd4c52bf0e076410d65df6','2024-12-19 00:32:24'),
(210,210,3888,'2024-02-09 00:00:00','2024-02-09 00:00:00','2024-02-09 00:00:00','2024-02-09 00:00:00',0,'bbe4c44acf2cc138d9df82a91632074730de269d','2024-12-19 00:32:24'),
(211,211,3890,'2024-02-09 00:00:00','2024-02-09 00:00:00','2024-02-09 00:00:00','2024-02-09 00:00:00',0,'2fd211de1185a513da717e1a6697f0a9c69b9bcc','2024-12-19 00:32:37'),
(212,212,3891,'2024-03-19 00:00:00','2024-03-19 00:00:00','2024-03-19 00:00:00','2024-03-19 00:00:00',0,'dc4fb2c9801628f51d18905c9f3160e27d40c395','2024-12-19 00:32:37'),
(213,213,3892,'2024-04-30 00:00:00','2024-04-30 00:00:00','2024-04-30 00:00:00','2024-04-30 00:00:00',0,'26defd3664ac462bd0717ad20ab3bbadd4e73dbe','2024-12-19 00:32:37'),
(214,214,3895,'2024-04-30 00:00:00','2024-04-30 00:00:00','2024-04-30 00:00:00','2024-04-30 00:00:00',0,'63d611cf74e5cf1e69ef90c076383fa9b5d2fdb8','2024-12-19 00:32:37'),
(215,215,3897,'2024-06-05 00:00:00','2024-06-05 00:00:00','2024-06-05 00:00:00','2024-06-05 00:00:00',0,'9d5a83da9ddb9ff96a54582902a393a37c2d4975','2024-12-19 00:32:37'),
(216,221,3903,'2024-06-08 00:00:00','2024-06-08 00:00:00','2024-06-08 00:00:00','2024-06-08 00:00:00',0,'5a1bce1e68ab555c544e399206cab9307113c239','2024-12-19 00:32:43'),
(217,222,3904,'2024-06-08 00:00:00','2024-06-08 00:00:00','2024-06-08 00:00:00','2024-06-08 00:00:00',0,'fcb506410aab0580ef2cbe81ac79b664294aa5f7','2024-12-19 00:32:43'),
(218,223,3905,'2024-06-18 00:00:00','2024-06-18 00:00:00','2024-06-18 00:00:00','2024-06-18 00:00:00',0,'d3fe6bf976b9c2a2c30a801b149b7e2336ea4b43','2024-12-19 00:32:43'),
(219,224,3906,'2024-06-18 00:00:00','2024-06-18 00:00:00','2024-06-18 00:00:00','2024-06-18 00:00:00',0,'fbb28369624c28206dd2654484626cd908a4cce3','2024-12-19 00:32:43'),
(220,225,3908,'2024-08-25 00:00:00','2024-08-25 00:00:00','2024-08-25 00:00:00','2024-08-25 00:00:00',0,'d6c654c9f22e44c8b05b2f242ec12fa089cb5140','2024-12-19 00:32:43'),
(221,226,3910,'2024-08-25 00:00:00','2024-08-25 00:00:00','2024-08-25 00:00:00','2024-08-25 00:00:00',0,'8fbfe79ddf046d7259a8c7234ba65e6f6d88612f','2024-12-19 00:32:54'),
(222,227,3911,'2024-08-25 00:00:00','2024-08-25 00:00:00','2024-08-25 00:00:00','2024-08-25 00:00:00',0,'c0a2d3595f4f99879338fc11e0257a5460a9d3dd','2024-12-19 00:32:54'),
(223,228,3913,'2024-08-25 00:00:00','2024-08-25 00:00:00','2024-08-25 00:00:00','2024-08-25 00:00:00',0,'5657d943fd5efd64c746fe4ccb2e1baa00a024e3','2024-12-19 00:32:54'),
(224,229,3914,'2024-08-25 00:00:00','2024-08-25 00:00:00','2024-08-25 00:00:00','2024-08-25 00:00:00',0,'44945f0680f0a9cfb0396bf51105ccdd68a1ccc3','2024-12-19 00:32:55'),
(225,230,3915,'2024-10-18 00:00:00','2024-10-18 00:00:00','2024-10-18 00:00:00','2024-10-18 00:00:00',0,'745585fa8aa36577089130fa2f8a739ad5fd351e','2024-12-19 00:32:55'),
(226,231,3916,'2025-03-04 00:00:00','2025-03-04 00:00:00','2025-03-05 23:59:59','2025-03-05 23:59:59',172799,'fb076494c40220368df02e13b1404accf8a92479','2024-12-19 02:29:49'),
(227,232,3917,'2025-03-06 00:00:00','2025-03-06 00:00:00','2025-03-07 23:59:59','2025-03-07 23:59:59',172799,'d56982c0319ad6d18fbbb70f2ad8bfcf8f578164','2024-12-19 02:30:14'),
(228,233,3918,'2025-05-02 00:00:00','2025-05-02 00:00:00','2025-05-04 23:59:59','2025-05-04 23:59:59',259199,'01c073f2d377a2ebaf244a4edcd4fd00ce0abd65','2024-12-19 02:29:20'),
(229,234,3919,'2025-05-22 00:00:00','2025-05-22 00:00:00','2025-05-23 23:59:59','2025-05-23 23:59:59',172799,'63c65c4b085da92813400514fa46734d8f023264','2024-12-19 02:28:49'),
(230,235,3920,'2025-06-12 00:00:00','2025-06-12 00:00:00','2025-06-13 23:59:59','2025-06-13 23:59:59',172799,'323a8838fa2ef72f42ab253ec98f0dc53cc44abd','2024-12-19 02:28:15'),
(231,236,3921,'2025-08-07 00:00:00','2025-08-07 00:00:00','2025-08-08 23:59:59','2025-08-08 23:59:59',172799,'eabb91216389d55ee483847590910575dfd00c1d','2024-12-19 02:27:19'),
(232,237,3922,'2025-10-01 00:00:00','2025-10-01 00:00:00','2025-10-01 23:59:59','2025-10-01 23:59:59',86399,'3da26cbfde12e52c2d4e1fd534908667f8193e05','2024-12-19 02:27:46'),
(233,238,3923,'2025-10-02 00:00:00','2025-10-02 00:00:00','2025-10-03 23:59:59','2025-10-03 23:59:59',172799,'dcb7a6e18b1dc558363330d4a6d4ee4916bc4b47','2024-12-19 02:26:50'),
(234,239,3924,'2025-11-05 00:00:00','2025-11-05 00:00:00','2025-11-07 23:59:59','2025-11-07 23:59:59',259199,'0c9791f067d9702e20c3bc35d1d6a5e8d1770f47','2024-12-19 02:25:45'),
(235,240,3925,'2025-11-11 00:00:00','2025-11-11 00:00:00','2025-11-12 23:59:59','2025-11-12 23:59:59',172799,'0f6b8d9d0dcad66b9f5683af72703363cdb590ce','2024-12-19 02:26:24'),
(236,246,3931,'2025-12-03 00:00:00','2025-12-03 00:00:00','2025-12-03 23:59:59','2025-12-03 23:59:59',86399,'cf6ead92d6c41f60d337e6a3d07a73bd4c131ae9','2024-12-19 02:25:09'),
(237,247,3933,'2025-12-04 00:00:00','2025-12-04 00:00:00','2025-12-05 23:59:59','2025-12-05 23:59:59',172799,'0489c590497f3a4825f4d7cf88712ba9c6eae143','2024-12-19 02:24:20'),
(238,248,3934,'2025-02-20 00:00:00','2025-02-20 00:00:00','2025-02-21 23:59:59','2025-02-21 23:59:59',172799,'9a4ce079aa2f8c89d8a3605c7e4624b090915159','2024-12-19 02:23:41'),
(239,249,3935,'2025-04-11 00:00:00','2025-04-11 00:00:00','2025-04-11 23:59:59','2025-04-11 23:59:59',86399,'2d4ac9c41adf72650d74e172e76db7cf4cabb9d2','2024-12-19 02:22:46'),
(240,250,3937,'2025-04-12 00:00:00','2025-04-12 00:00:00','2025-04-13 23:59:59','2025-04-13 23:59:59',172799,'1a03221c27db5f83ec274990266ba9160b9fa5c7','2024-12-19 02:22:12'),
(241,251,3938,'2025-09-12 00:00:00','2025-09-12 00:00:00','2025-09-12 23:59:59','2025-09-12 23:59:59',86399,'218676dbb106fceb7a4c463ef2f69f568906d7dd','2024-12-19 02:21:31'),
(242,252,3939,'2025-05-14 00:00:00','2025-05-14 00:00:00','2025-05-16 23:59:59','2025-05-16 23:59:59',259199,'14614a7f2acddd9124c112d9686a2d088074c6d8','2024-12-19 02:20:53'),
(243,253,3940,'2025-01-29 00:00:00','2025-01-29 00:00:00','2025-01-30 23:59:59','2025-01-30 23:59:59',172799,'356f6adc092f3674f3bf7b3241c03baba4724fd6','2024-12-19 02:18:42'),
(244,254,3942,'2025-09-10 00:00:00','2025-09-10 00:00:00','2025-09-11 23:59:59','2025-09-11 23:59:59',172799,'3aa765a2045190292fd9160c14502c4bf3e7971b','2024-12-19 02:19:57');
/*!40000 ALTER TABLE `wp_tec_occurrences` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_term_relationships`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_relationships` (
  `object_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_taxonomy_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `term_order` int(11) NOT NULL DEFAULT 0,
  PRIMARY KEY (`object_id`,`term_taxonomy_id`),
  KEY `term_taxonomy_id` (`term_taxonomy_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

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

LOCK TABLES `wp_term_relationships` WRITE;
/*!40000 ALTER TABLE `wp_term_relationships` DISABLE KEYS */;
INSERT INTO `wp_term_relationships` VALUES
(27,16,0),
(27,22,0),
(27,43,0),
(29,16,0),
(29,22,0),
(29,30,0),
(29,54,0),
(313,17,0),
(313,21,0),
(344,16,0),
(344,22,0),
(346,16,0),
(346,22,0),
(346,50,0),
(354,22,0),
(356,22,0),
(358,20,0),
(623,18,0),
(626,16,0),
(626,22,0),
(626,28,0),
(626,36,0),
(626,55,0),
(630,17,0),
(630,21,0),
(630,25,0),
(630,52,0),
(635,17,0),
(635,21,0),
(635,25,0),
(635,52,0),
(639,17,0),
(639,21,0),
(639,25,0),
(639,52,0),
(651,17,0),
(651,21,0),
(651,25,0),
(651,52,0),
(662,17,0),
(662,21,0),
(662,25,0),
(662,52,0),
(666,17,0),
(666,21,0),
(666,25,0),
(666,52,0),
(671,17,0),
(671,21,0),
(671,25,0),
(671,52,0),
(1055,17,0),
(1055,21,0),
(1060,17,0),
(1060,21,0),
(1125,16,0),
(1125,22,0),
(1293,16,0),
(1293,22,0),
(1455,16,0),
(1455,19,0),
(1455,22,0),
(1465,1,0),
(1539,21,0),
(1539,22,0),
(1606,1,0),
(1703,80,0),
(2053,16,0),
(2053,21,0),
(2053,22,0),
(2053,25,0),
(2053,58,0),
(2134,1,0),
(2134,16,0),
(2134,21,0),
(2134,25,0),
(2134,44,0),
(2172,1,0),
(2173,1,0),
(2183,16,0),
(2183,22,0),
(2279,22,0),
(2392,16,0),
(2392,22,0),
(2541,4,0),
(2541,63,0),
(2541,64,0),
(2541,65,0),
(2541,66,0),
(2541,67,0),
(2541,68,0),
(2541,69,0),
(2541,70,0),
(2541,71,0),
(2541,72,0),
(2541,73,0),
(2541,74,0),
(2541,75,0),
(2541,76,0),
(2608,81,0),
(2610,82,0),
(2614,82,0),
(2614,83,0),
(2914,1,0),
(2918,78,0),
(2921,79,0),
(2923,79,0),
(2924,77,0),
(2933,16,0),
(2933,22,0),
(2933,43,0),
(2934,16,0),
(2934,22,0),
(2935,16,0),
(2935,22,0),
(2936,16,0),
(2936,22,0),
(2938,77,0),
(2945,77,0),
(2948,78,0),
(2950,78,0),
(2958,79,0),
(2961,77,0),
(2962,77,0),
(2963,77,0),
(2967,78,0),
(2970,77,0),
(2973,77,0),
(2974,77,0),
(2975,77,0),
(2977,77,0),
(2978,78,0),
(2980,78,0),
(2982,78,0),
(2983,78,0),
(2984,84,0),
(3010,85,0),
(3026,86,0),
(3030,78,0),
(3038,103,0),
(3173,30,0),
(3173,31,0),
(3173,35,0),
(3173,46,0),
(3173,47,0),
(3173,94,0),
(3173,108,0),
(3183,31,0),
(3183,43,0),
(3183,94,0),
(3183,102,0),
(3183,124,0),
(3183,125,0),
(3195,29,0),
(3195,48,0),
(3195,89,0),
(3195,93,0),
(3195,94,0),
(3195,95,0),
(3202,26,0),
(3202,94,0),
(3202,95,0),
(3202,124,0),
(3202,125,0),
(3204,31,0),
(3204,43,0),
(3204,99,0),
(3208,38,0),
(3208,49,0),
(3208,92,0),
(3208,112,0),
(3210,31,0),
(3210,41,0),
(3210,48,0),
(3210,111,0),
(3212,30,0),
(3212,31,0),
(3212,101,0),
(3214,31,0),
(3214,34,0),
(3214,42,0),
(3214,107,0),
(3216,29,0),
(3216,48,0),
(3216,89,0),
(3216,109,0),
(3220,30,0),
(3220,31,0),
(3220,35,0),
(3220,46,0),
(3220,47,0),
(3220,94,0),
(3220,108,0),
(3220,124,0),
(3220,125,0),
(3262,121,0),
(3262,122,0),
(3262,123,0),
(3269,121,0),
(3269,122,0),
(3269,123,0),
(3283,77,0),
(3449,85,0),
(3451,85,0),
(3460,85,0),
(3469,122,0),
(3469,123,0),
(3469,126,0),
(3478,85,0),
(3484,121,0),
(3484,123,0),
(3484,127,0),
(3493,1,0),
(3493,19,0),
(3493,22,0),
(3523,1,0),
(3529,1,0),
(3529,19,0),
(3529,22,0),
(3543,84,0),
(3557,121,0),
(3557,122,0),
(3557,123,0),
(3575,85,0),
(3575,121,0),
(3575,123,0),
(3577,85,0),
(3577,121,0),
(3577,123,0),
(3579,128,0),
(3624,121,0),
(3624,123,0),
(3624,127,0),
(3640,119,0),
(3640,129,0),
(3641,115,0),
(3641,130,0),
(3644,102,0),
(3644,131,0),
(3646,99,0),
(3646,131,0),
(3648,97,0),
(3648,132,0),
(3650,113,0),
(3650,133,0),
(3652,94,0),
(3652,134,0),
(3654,99,0),
(3654,131,0),
(3655,102,0),
(3657,135,0),
(3659,102,0),
(3660,105,0),
(3662,105,0),
(3664,119,0),
(3666,102,0),
(3668,105,0),
(3669,99,0),
(3671,102,0),
(3672,101,0),
(3672,134,0),
(3673,94,0),
(3673,134,0),
(3675,97,0),
(3675,132,0),
(3676,105,0),
(3677,94,0),
(3677,134,0),
(3678,108,0),
(3678,136,0),
(3680,99,0),
(3680,131,0),
(3681,86,0),
(3681,131,0),
(3683,119,0),
(3684,88,0),
(3684,131,0),
(3687,131,0),
(3687,137,0),
(3688,131,0),
(3688,137,0),
(3691,105,0),
(3692,115,0),
(3694,102,0),
(3694,134,0),
(3696,110,0),
(3698,99,0),
(3698,131,0),
(3699,94,0),
(3699,134,0),
(3700,138,0),
(3701,88,0),
(3701,131,0),
(3702,94,0),
(3702,134,0),
(3703,138,0),
(3704,102,0),
(3704,134,0),
(3705,102,0),
(3705,134,0),
(3706,138,0),
(3707,139,0),
(3708,138,0),
(3710,102,0),
(3710,134,0),
(3711,138,0),
(3713,102,0),
(3713,134,0),
(3714,131,0),
(3714,140,0),
(3715,115,0),
(3716,99,0),
(3716,131,0),
(3717,108,0),
(3717,136,0),
(3718,99,0),
(3718,131,0),
(3719,99,0),
(3719,131,0),
(3720,131,0),
(3720,137,0),
(3721,94,0),
(3721,134,0),
(3722,138,0),
(3723,102,0),
(3723,134,0),
(3724,110,0),
(3724,141,0),
(3726,101,0),
(3726,134,0),
(3727,138,0),
(3728,102,0),
(3728,134,0),
(3729,102,0),
(3729,134,0),
(3730,138,0),
(3731,110,0),
(3732,110,0),
(3732,141,0),
(3733,106,0),
(3733,142,0),
(3734,110,0),
(3734,141,0),
(3736,131,0),
(3736,137,0),
(3737,105,0),
(3738,108,0),
(3738,136,0),
(3739,110,0),
(3739,141,0),
(3740,106,0),
(3740,142,0),
(3741,131,0),
(3741,140,0),
(3742,106,0),
(3742,142,0),
(3743,94,0),
(3743,134,0),
(3744,106,0),
(3744,142,0),
(3745,106,0),
(3745,142,0),
(3746,106,0),
(3746,142,0),
(3747,110,0),
(3747,141,0),
(3748,50,0),
(3748,113,0),
(3749,86,0),
(3751,94,0),
(3751,134,0),
(3752,86,0),
(3754,94,0),
(3754,134,0),
(3755,106,0),
(3755,142,0),
(3756,138,0),
(3757,108,0),
(3757,136,0),
(3758,117,0),
(3758,143,0),
(3760,50,0),
(3760,113,0),
(3761,99,0),
(3761,131,0),
(3762,99,0),
(3762,131,0),
(3763,138,0),
(3764,102,0),
(3764,134,0),
(3765,88,0),
(3765,131,0),
(3766,50,0),
(3766,113,0),
(3767,110,0),
(3767,141,0),
(3768,94,0),
(3768,134,0),
(3769,106,0),
(3769,142,0),
(3770,101,0),
(3770,134,0),
(3771,110,0),
(3771,141,0),
(3772,94,0),
(3772,134,0),
(3773,50,0),
(3773,113,0),
(3774,50,0),
(3774,113,0),
(3775,102,0),
(3775,134,0),
(3777,86,0),
(3777,131,0),
(3778,138,0),
(3779,99,0),
(3779,131,0),
(3780,99,0),
(3780,131,0),
(3781,101,0),
(3781,134,0),
(3782,102,0),
(3782,134,0),
(3783,108,0),
(3783,136,0),
(3784,134,0),
(3784,144,0),
(3786,99,0),
(3786,131,0),
(3787,131,0),
(3787,137,0),
(3788,86,0),
(3790,99,0),
(3790,131,0),
(3792,99,0),
(3793,134,0),
(3793,145,0),
(3795,146,0),
(3795,147,0),
(3798,148,0),
(3798,149,0),
(3799,150,0),
(3799,151,0),
(3801,152,0),
(3801,153,0),
(3803,111,0),
(3803,141,0),
(3805,99,0),
(3805,131,0),
(3806,99,0),
(3806,131,0),
(3808,147,0),
(3808,154,0),
(3809,148,0),
(3809,149,0),
(3810,148,0),
(3810,149,0),
(3811,155,0),
(3811,156,0),
(3812,148,0),
(3812,149,0),
(3813,154,0),
(3813,157,0),
(3814,148,0),
(3814,149,0),
(3816,148,0),
(3816,149,0),
(3818,154,0),
(3818,157,0),
(3820,154,0),
(3820,157,0),
(3821,148,0),
(3821,149,0),
(3822,154,0),
(3822,157,0),
(3823,118,0),
(3823,143,0),
(3825,117,0),
(3825,143,0),
(3826,94,0),
(3826,134,0),
(3827,102,0),
(3827,134,0),
(3828,94,0),
(3828,134,0),
(3829,26,0),
(3829,87,0),
(3830,158,0),
(3830,159,0),
(3832,160,0),
(3832,161,0),
(3833,86,0),
(3833,131,0),
(3834,102,0),
(3834,134,0),
(3835,134,0),
(3835,144,0),
(3836,134,0),
(3836,162,0),
(3837,94,0),
(3837,134,0),
(3839,163,0),
(3839,164,0),
(3840,152,0),
(3840,153,0),
(3841,86,0),
(3842,149,0),
(3842,163,0),
(3844,152,0),
(3844,153,0),
(3845,104,0),
(3846,149,0),
(3846,163,0),
(3847,26,0),
(3847,87,0),
(3848,165,0),
(3848,166,0),
(3850,26,0),
(3850,87,0),
(3851,155,0),
(3851,156,0),
(3853,165,0),
(3853,166,0),
(3854,26,0),
(3854,87,0),
(3855,26,0),
(3855,87,0),
(3856,167,0),
(3856,168,0),
(3857,155,0),
(3857,156,0),
(3858,101,0),
(3858,134,0),
(3859,26,0),
(3859,169,0),
(3860,99,0),
(3860,131,0),
(3861,111,0),
(3861,141,0),
(3863,26,0),
(3863,169,0),
(3864,131,0),
(3864,137,0),
(3865,170,0),
(3865,171,0),
(3867,172,0),
(3867,173,0),
(3869,150,0),
(3869,151,0),
(3870,168,0),
(3870,174,0),
(3872,101,0),
(3872,134,0),
(3873,26,0),
(3873,169,0),
(3876,165,0),
(3876,166,0),
(3878,99,0),
(3878,131,0),
(3879,93,0),
(3879,134,0),
(3881,101,0),
(3881,134,0),
(3882,106,0),
(3882,142,0),
(3883,111,0),
(3883,141,0),
(3884,101,0),
(3884,134,0),
(3885,107,0),
(3885,173,0),
(3886,170,0),
(3886,171,0),
(3887,26,0),
(3887,169,0),
(3888,91,0),
(3888,134,0),
(3890,86,0),
(3890,131,0),
(3891,102,0),
(3891,134,0),
(3892,158,0),
(3892,159,0),
(3895,160,0),
(3895,161,0),
(3897,26,0),
(3897,169,0),
(3903,170,0),
(3903,171,0),
(3904,99,0),
(3904,131,0),
(3905,134,0),
(3905,144,0),
(3906,86,0),
(3908,26,0),
(3908,175,0),
(3910,26,0),
(3910,176,0),
(3911,151,0),
(3911,177,0),
(3913,150,0),
(3913,151,0),
(3914,131,0),
(3914,137,0),
(3915,102,0),
(3915,134,0),
(3916,26,0),
(3916,175,0),
(3917,105,0),
(3918,86,0),
(3919,94,0),
(3919,134,0),
(3920,102,0),
(3920,134,0),
(3921,26,0),
(3921,175,0),
(3922,88,0),
(3922,131,0),
(3923,102,0),
(3923,134,0),
(3924,170,0),
(3924,171,0),
(3925,102,0),
(3925,134,0),
(3931,111,0),
(3931,141,0),
(3933,102,0),
(3933,134,0),
(3934,118,0),
(3934,143,0),
(3935,150,0),
(3935,151,0),
(3937,26,0),
(3937,175,0),
(3938,112,0),
(3938,151,0),
(3939,112,0),
(3939,151,0),
(3940,110,0),
(3942,170,0),
(3942,171,0),
(3961,121,0),
(3961,123,0),
(3961,127,0),
(3996,84,0),
(4020,77,0),
(4026,84,0),
(4156,1,0),
(4254,84,0),
(4331,78,0),
(4333,78,0),
(4475,78,0),
(4480,78,0),
(4571,178,0),
(4572,179,0),
(4573,179,0),
(4591,123,0),
(4591,126,0),
(4591,127,0);
/*!40000 ALTER TABLE `wp_term_relationships` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_term_taxonomy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_term_taxonomy` (
  `term_taxonomy_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `taxonomy` varchar(32) NOT NULL DEFAULT '',
  `description` longtext NOT NULL,
  `parent` bigint(20) unsigned NOT NULL DEFAULT 0,
  `count` bigint(20) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_taxonomy_id`),
  UNIQUE KEY `term_id_taxonomy` (`term_id`,`taxonomy`),
  KEY `taxonomy` (`taxonomy`)
) ENGINE=InnoDB AUTO_INCREMENT=180 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,5),
(2,2,'product_type','',0,0),
(3,3,'product_type','',0,0),
(4,4,'product_type','',0,1),
(5,5,'product_type','',0,0),
(6,6,'product_visibility','',0,0),
(7,7,'product_visibility','',0,0),
(8,8,'product_visibility','',0,0),
(9,9,'product_visibility','',0,0),
(10,10,'product_visibility','',0,0),
(11,11,'product_visibility','',0,0),
(12,12,'product_visibility','',0,0),
(13,13,'product_visibility','',0,0),
(14,14,'product_visibility','',0,0),
(15,15,'product_cat','',0,0),
(16,16,'category','',0,16),
(17,17,'category','',0,9),
(18,18,'category','',0,0),
(19,19,'category','',16,3),
(20,20,'category','',16,1),
(21,21,'category','',17,12),
(22,22,'category','',16,19),
(23,23,'category','',16,0),
(24,24,'category','',17,0),
(25,25,'post_tag','',0,8),
(26,26,'post_tag','',0,16),
(27,27,'post_tag','',0,0),
(28,28,'post_tag','',0,1),
(29,29,'post_tag','',0,2),
(30,30,'post_tag','',0,4),
(31,31,'post_tag','',0,7),
(32,32,'post_tag','',0,0),
(33,33,'post_tag','',0,0),
(34,34,'post_tag','',0,1),
(35,35,'post_tag','',0,2),
(36,36,'post_tag','',0,1),
(37,37,'post_tag','',0,0),
(38,38,'post_tag','',0,1),
(39,39,'post_tag','',0,0),
(40,40,'post_tag','',0,0),
(41,41,'post_tag','',0,1),
(42,42,'post_tag','',0,1),
(43,43,'post_tag','',0,4),
(44,44,'post_tag','',0,1),
(45,45,'post_tag','',0,0),
(46,46,'post_tag','',0,2),
(47,47,'post_tag','',0,2),
(48,48,'post_tag','',0,3),
(49,49,'post_tag','',0,1),
(50,50,'post_tag','',0,6),
(51,51,'post_tag','',0,0),
(52,52,'post_tag','',0,6),
(53,53,'post_tag','',0,0),
(54,54,'post_tag','',0,1),
(55,55,'post_tag','',0,1),
(56,56,'post_tag','',0,0),
(57,57,'post_tag','',0,0),
(58,58,'post_tag','',0,1),
(59,59,'post_tag','',0,0),
(60,60,'post_tag','',0,0),
(61,61,'post_tag','',0,0),
(62,62,'post_tag','',0,0),
(63,63,'pa_size','',0,1),
(64,64,'pa_size','',0,1),
(65,65,'pa_size','',0,1),
(66,66,'pa_size','',0,1),
(67,67,'pa_color','',0,1),
(68,68,'pa_color','',0,1),
(69,69,'pa_color','',0,1),
(70,70,'pa_size','',0,1),
(71,71,'pa_size','',0,1),
(72,72,'pa_color','',0,1),
(73,73,'pa_color','',0,1),
(74,74,'pa_size','',0,1),
(75,75,'product_cat','',0,1),
(76,76,'pa_size','',0,1),
(77,77,'nav_menu','',0,13),
(78,78,'nav_menu','',0,13),
(79,79,'nav_menu','',0,3),
(80,80,'wp_theme','',0,1),
(81,81,'wp_theme','',0,1),
(82,82,'wp_theme','',0,2),
(83,83,'wp_template_part_area','',0,1),
(84,84,'wp_theme','',0,5),
(85,85,'layout_type','',0,2),
(86,86,'tribe_events_cat','',0,11),
(87,87,'tribe_events_cat','',0,5),
(88,88,'tribe_events_cat','',0,4),
(89,89,'tribe_events_cat','',0,2),
(90,90,'tribe_events_cat','',0,0),
(91,91,'tribe_events_cat','',0,1),
(92,92,'tribe_events_cat','',0,1),
(93,93,'tribe_events_cat','',0,2),
(94,94,'tribe_events_cat','',0,20),
(95,95,'tribe_events_cat','',0,2),
(96,96,'tribe_events_cat','',0,0),
(97,97,'tribe_events_cat','',0,2),
(98,98,'tribe_events_cat','',0,0),
(99,99,'tribe_events_cat','',0,21),
(100,100,'tribe_events_cat','',0,0),
(101,101,'tribe_events_cat','',0,9),
(102,102,'tribe_events_cat','',0,25),
(103,103,'tribe_events_cat','',102,1),
(104,104,'tribe_events_cat','',0,1),
(105,105,'tribe_events_cat','',0,7),
(106,106,'tribe_events_cat','',0,9),
(107,107,'tribe_events_cat','',0,2),
(108,108,'tribe_events_cat','',0,7),
(109,109,'tribe_events_cat','',0,1),
(110,110,'tribe_events_cat','',0,10),
(111,111,'tribe_events_cat','',0,5),
(112,112,'tribe_events_cat','',0,3),
(113,113,'tribe_events_cat','',0,6),
(114,114,'tribe_events_cat','',0,0),
(115,115,'tribe_events_cat','',0,3),
(116,116,'tribe_events_cat','',0,0),
(117,117,'tribe_events_cat','',0,2),
(118,118,'tribe_events_cat','',0,2),
(119,119,'tribe_events_cat','',0,3),
(120,120,'tribe_events_cat','',0,0),
(121,121,'scope','',0,8),
(122,122,'layout_type','',0,4),
(123,123,'module_width','',0,10),
(124,124,'post_tag','',0,3),
(125,125,'tribe_events_cat','',0,3),
(126,126,'scope','',0,2),
(127,127,'layout_type','',0,4),
(128,128,'et_tb_item_type','',0,1),
(129,129,'post_tag','',0,1),
(130,130,'post_tag','',0,1),
(131,131,'post_tag','',0,36),
(132,132,'post_tag','',0,2),
(133,133,'post_tag','',0,1),
(134,134,'post_tag','',0,49),
(135,135,'tribe_events_cat','',0,1),
(136,136,'post_tag','',0,5),
(137,137,'tribe_events_cat','',0,7),
(138,138,'tribe_events_cat','',0,11),
(139,139,'tribe_events_cat','',0,1),
(140,140,'tribe_events_cat','',0,2),
(141,141,'post_tag','',0,11),
(142,142,'post_tag','',0,9),
(143,143,'post_tag','',0,4),
(144,144,'tribe_events_cat','',0,3),
(145,145,'tribe_events_cat','',0,1),
(146,146,'tribe_events_cat','',0,1),
(147,147,'post_tag','',0,2),
(148,148,'tribe_events_cat','',0,7),
(149,149,'post_tag','',0,9),
(150,150,'tribe_events_cat','',0,4),
(151,151,'post_tag','',0,7),
(152,152,'tribe_events_cat','',0,3),
(153,153,'post_tag','',0,3),
(154,154,'tribe_events_cat','',0,5),
(155,155,'tribe_events_cat','',0,3),
(156,156,'post_tag','',0,3),
(157,157,'post_tag','',0,4),
(158,158,'tribe_events_cat','',0,2),
(159,159,'post_tag','',0,2),
(160,160,'tribe_events_cat','',0,2),
(161,161,'post_tag','',0,2),
(162,162,'tribe_events_cat','',0,1),
(163,163,'tribe_events_cat','',0,3),
(164,164,'post_tag','',0,1),
(165,165,'tribe_events_cat','',0,3),
(166,166,'post_tag','',0,3),
(167,167,'tribe_events_cat','',0,1),
(168,168,'post_tag','',0,2),
(169,169,'tribe_events_cat','',0,5),
(170,170,'tribe_events_cat','',0,5),
(171,171,'post_tag','',0,5),
(172,172,'tribe_events_cat','',0,1),
(173,173,'post_tag','',0,2),
(174,174,'tribe_events_cat','',0,1),
(175,175,'tribe_events_cat','',0,4),
(176,176,'tribe_events_cat','',0,1),
(177,177,'tribe_events_cat','',0,1),
(178,178,'wp_theme','',0,1),
(179,179,'wp_theme','',0,2);
/*!40000 ALTER TABLE `wp_term_taxonomy` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_termmeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_termmeta` (
  `meta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `term_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`meta_id`),
  KEY `term_id` (`term_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=18 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 */;
INSERT INTO `wp_termmeta` VALUES
(1,63,'order_pa_size',''),
(2,64,'order_pa_size',''),
(3,65,'order_pa_size',''),
(4,66,'order_pa_size',''),
(5,67,'order_pa_color',''),
(6,68,'order_pa_color',''),
(7,69,'order_pa_color',''),
(8,70,'order_pa_size',''),
(9,71,'order_pa_size',''),
(10,72,'order_pa_color',''),
(11,73,'order_pa_color',''),
(12,74,'order_pa_size',''),
(13,75,'order','0'),
(14,75,'order','0'),
(15,75,'product_count_product_cat','1'),
(16,76,'order_pa_size',''),
(17,15,'product_count_product_cat','0');
/*!40000 ALTER TABLE `wp_termmeta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_terms`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_terms` (
  `term_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  `term_group` bigint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`term_id`),
  KEY `slug` (`slug`(191)),
  KEY `name` (`name`(191))
) ENGINE=InnoDB AUTO_INCREMENT=180 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,'Uncategorized','uncategorized',0),
(2,'simple','simple',0),
(3,'grouped','grouped',0),
(4,'variable','variable',0),
(5,'external','external',0),
(6,'exclude-from-search','exclude-from-search',0),
(7,'exclude-from-catalog','exclude-from-catalog',0),
(8,'featured','featured',0),
(9,'outofstock','outofstock',0),
(10,'rated-1','rated-1',0),
(11,'rated-2','rated-2',0),
(12,'rated-3','rated-3',0),
(13,'rated-4','rated-4',0),
(14,'rated-5','rated-5',0),
(15,'Uncategorized','uncategorized',0),
(16,'Knowledge &amp; Philosophy','knowledge',0),
(17,'Press','press',0),
(18,'Rant and Rave','rant-and-rave',0),
(19,'Recommended','recommended',0),
(20,'Reviews','reviews',0),
(21,'AARs','aar',0),
(22,'Articles','articles',0),
(23,'Instructional Videos','instructional-videos',0),
(24,'Media','media',0),
(25,'AARs','aar',0),
(26,'Advanced Responsible Armed Citizen','advanced-responsible-armed-citizen',0),
(27,'Amtac Gear','amtac_gear',0),
(28,'Amtacshooting','amtacshooting',0),
(29,'Bryan Resnick','bryan-resnick',0),
(30,'Carbine','carbine',0),
(31,'Combatives','combatives',0),
(32,'CQB','cqb',0),
(33,'David Acosta','david-acosta',0),
(34,'Developing Solid Christian Men','developing-solid-christian-men',0),
(35,'Fighting at Night','fighting-at-night',0),
(36,'Fitness','fitness',0),
(37,'Integrated combatives','integrated-combatives',0),
(38,'Kevin Kelly','kevin-kelly',0),
(39,'low visibility','low-visibility',0),
(40,'Magazine Articles','magazine',0),
(41,'medical','medical',0),
(42,'Men\'s Ministry','mens-ministry',0),
(43,'Mindset','mindset',0),
(44,'Modern Minuteman','modern-minuteman',0),
(45,'Navigation','navigation',0),
(46,'Night Vision','night-vision',0),
(47,'NVG Level 2','nvg-level-2',0),
(48,'Pistol','pistol',0),
(49,'Pistol/Combatives','pistol-combatives',0),
(50,'Precision Rifle','precision-rifle',0),
(51,'Precision Rifle','rifle',0),
(52,'press','press',0),
(53,'Recommendations','recommendations',0),
(54,'Reviews','review',0),
(55,'Strentgh','strentgh',0),
(56,'Tactics','tactics',0),
(57,'Training','training',0),
(58,'Tribe Centric CQB','tribe-centric-cqb',0),
(59,'Tribe-Centric CQB','tribe-centric-cqb-2',0),
(60,'Video','videos',0),
(61,'Winter','winter',0),
(62,'Women','women',0),
(63,'2XL','2xl',0),
(64,'3XL','3xl',0),
(65,'4XL','4xl',0),
(66,'5XL','5xl',0),
(67,'Black','black',0),
(68,'Cardinal','cardinal',0),
(69,'Charcoal','charcoal',0),
(70,'L','l',0),
(71,'M','m',0),
(72,'Military Green','military-green',0),
(73,'Royal','royal',0),
(74,'S','s',0),
(75,'Shirts','shirts',0),
(76,'XL','xl',0),
(77,'Footer','footer',0),
(78,'Header Menu','header-menu',0),
(79,'Knowledge&amp;Philosophy','knowledgephilosophy',0),
(80,'talon/talon','talon-talon',0),
(81,'woocommerce/woocommerce','woocommerce-woocommerce',0),
(82,'twentytwentyfour','twentytwentyfour',0),
(83,'header','header',0),
(84,'Divi','divi',0),
(85,'layout','layout',0),
(86,'Modern Minute Man','modern-minute-man',0),
(87,'Advanced Responsible Armed Citizen Course','advanced-responsible-armed-citizen-course',0),
(88,'AK','ak',0),
(89,'Amtac Shooting Instructor Bryan Resnick','amtac-shooting-instructor-bryan-resnick',0),
(90,'Amtac Shooting Instructor David Acosta','amtac-shooting-instructor-david-acosta',0),
(91,'Amtac Shooting Instructor David Cagle','amtac-shooting-instructor-david-cagle',0),
(92,'Amtac Shooting Instructor Kevin Kelly','amtac-shooting-instructor-kevin-kelly',0),
(93,'Carbine 1','carbine-1',0),
(94,'Combative Carbine Course','combative-carbine-course',0),
(95,'Compact Carbine','compact-carbine',0),
(96,'CQB','cqb',0),
(97,'CQB and Force on Force Course','cqb-and-force-on-force-course',0),
(98,'Custom Pistol Combatives','custom-pistol-combatives',0),
(99,'Force on Force Course','force-on-force-course',0),
(100,'Grappling with Weapons','grappling-with-weapons',0),
(101,'Hybrid Carbine','hybrid-carbine',0),
(102,'Integrated Combatives Course','integrated-combatives-course',0),
(103,'Tuhon Tom Kier from Sayoc Kali Pistol &amp; Blade Combatives Course','tuhon-tom-kier-from-sayoc-kali-pistol-blade-combatives-course',0),
(104,'Jiu-Jitsu and Pistol Course','jiu-jitsu-and-pistol-course',0),
(105,'Low Light Tactics Course','low-light-tactics-course',0),
(106,'Low Visibility Pistol Combatives Course','low-visibility-pistol-combatives-course',0),
(107,'Men\'s Ministry','mens-ministry',0),
(108,'Night Shooting Course','night-shooting-course',0),
(109,'Pistol 1 Course','pistol-1-course',0),
(110,'Pistol Carbine','pistol-carbine',0),
(111,'Pistol Combatives &amp; Medical','pistol-combatives-medical',0),
(112,'Pistol/Combatives 1','pistol-combatives-1',0),
(113,'Precision Rifle Course','precision-rifle-course',0),
(114,'Private Course','private-course',0),
(115,'Responsible Armed Citizen Course','responsible-armed-citizen-course',0),
(116,'Tribe Centric CQB','tribe-centric-cqb',0),
(117,'Winter Course','winter-course',0),
(118,'Winter Modern Minuteman Course','winter-modern-minuteman-course',0),
(119,'Women\'s Combatives Course','womens-combatives-course',0),
(120,'NVG','nvg',0),
(121,'not_global','not_global',0),
(122,'section','section',0),
(123,'regular','regular',0),
(124,'Bill Rapier','bill-rapier',0),
(125,'Amtac Shooting Instructor Bill Rapier','amtac-shooting-instructor-bill-rapier',0),
(126,'global','global',0),
(127,'module','module',0),
(128,'template','template',0),
(129,'Combatives|Mindset|Women','combativesmindsetwomen',0),
(130,'Mindset|Pistol','mindsetpistol',0),
(131,'Combatives|Mindset','combativesmindset',0),
(132,'Combatives|CQB|Mindset','combativescqbmindset',0),
(133,'Precision Rifle|Precision Rifle','precision-rifleprecision-rifle',0),
(134,'Carbine|Combatives','carbinecombatives',0),
(135,'Hybrid Carbine|Precision Rifle Course','hybrid-carbineprecision-rifle-course',0),
(136,'Carbine|Combatives|Night Vision','carbinecombativesnight-vision',0),
(137,'Combative Carbine Course|Integrated Combatives Course','combative-carbine-courseintegrated-combatives-course',0),
(138,'Combative Carbine Course|Compact Carbine|Hybrid Carbine|Pistol Carbine','combative-carbine-coursecompact-carbinehybrid-carbinepistol-carbine',0),
(139,'Modern Minute Man|Precision Rifle Course','modern-minute-manprecision-rifle-course',0),
(140,'Force on Force Course|Integrated Combatives Course','force-on-force-courseintegrated-combatives-course',0),
(141,'Combatives|medical|Pistol','combativesmedicalpistol',0),
(142,'Combatives|low visibility|Pistol','combativeslow-visibilitypistol',0),
(143,'Carbine|Combatives|Winter','carbinecombativeswinter',0),
(144,'Integrated Combatives Course&gt;Tuhon Tom Kier from Sayoc Kali Pistol &amp; Blade Combatives Course','integrated-combatives-coursetuhon-tom-kier-from-sayoc-kali-pistol-blade-combatives-course',0),
(145,'Amtac Shooting Instructor David Cagle|Carbine 1','amtac-shooting-instructor-david-caglecarbine-1',0),
(146,'Amtac Shooting Instructor David Acosta|Pistol 1 Course','amtac-shooting-instructor-david-acostapistol-1-course',0),
(147,'David Acosta|Pistol','david-acostapistol',0),
(148,'Amtac Shooting Instructor David Acosta|Carbine 1','amtac-shooting-instructor-david-acostacarbine-1',0),
(149,'Carbine|David Acosta','carbinedavid-acosta',0),
(150,'Amtac Shooting Instructor Bryan Resnick|Pistol 1 Course','amtac-shooting-instructor-bryan-resnickpistol-1-course',0),
(151,'Bryan Resnick|Pistol','bryan-resnickpistol',0),
(152,'Amtac Shooting Instructor Bryan Resnick|Pistol/Combatives 1','amtac-shooting-instructor-bryan-resnickpistol-combatives-1',0),
(153,'Bryan Resnick|Pistol/Combatives','bryan-resnickpistol-combatives',0),
(154,'Amtac Shooting Instructor David Acosta|Pistol/Combatives 1','amtac-shooting-instructor-david-acostapistol-combatives-1',0),
(155,'Amtac Shooting Instructor David Acosta|Integrated Combatives Course','amtac-shooting-instructor-david-acostaintegrated-combatives-course',0),
(156,'David Acosta|Integrated combatives','david-acostaintegrated-combatives',0),
(157,'David Acosta|Pistol/Combatives','david-acostapistol-combatives',0),
(158,'Amtac Shooting Instructor Kevin Kelly|Pistol 1 Course','amtac-shooting-instructor-kevin-kellypistol-1-course',0),
(159,'Kevin Kelly|Pistol','kevin-kellypistol',0),
(160,'Amtac Shooting Instructor Kevin Kelly|Pistol/Combatives 1','amtac-shooting-instructor-kevin-kellypistol-combatives-1',0),
(161,'Kevin Kelly|Pistol/Combatives','kevin-kellypistol-combatives',0),
(162,'Grappling with Weapons|Integrated Combatives Course','grappling-with-weaponsintegrated-combatives-course',0),
(163,'Amtac Shooting Instructor Bryan Resnick|Carbine 1','amtac-shooting-instructor-bryan-resnickcarbine-1',0),
(164,'Bryan Resnick|Carbine','bryan-resnickcarbine',0),
(165,'CQB|Tribe Centric CQB','cqbtribe-centric-cqb',0),
(166,'CQB|Tribe Centric CQB','cqbtribe-centric-cqb',0),
(167,'Amtac Shooting Instructor Bryan Resnick|Custom Pistol Combatives|Private Course','amtac-shooting-instructor-bryan-resnickcustom-pistol-combativesprivate-course',0),
(168,'Bryan Resnick|Combatives|Pistol','bryan-resnickcombativespistol',0),
(169,'Advanced Responsible Armed Citizen Course|Responsible Armed Citizen Course','advanced-responsible-armed-citizen-courseresponsible-armed-citizen-course',0),
(170,'Combative Carbine Course|Night Shooting Course','combative-carbine-coursenight-shooting-course',0),
(171,'Carbine|Combatives|Fighting at Night|Night Vision|NVG Level 2','carbinecombativesfighting-at-nightnight-visionnvg-level-2',0),
(172,'Integrated Combatives Course|Men\'s Ministry','integrated-combatives-coursemens-ministry',0),
(173,'Combatives|Developing Solid Christian Men|Men\'s Ministry','combativesdeveloping-solid-christian-menmens-ministry',0),
(174,'Custom Pistol Combatives|Private Course','custom-pistol-combativesprivate-course',0),
(175,'Combative Carbine Course|Compact Carbine','combative-carbine-coursecompact-carbine',0),
(176,'Compact Carbine|NVG|Pistol Carbine','compact-carbinenvgpistol-carbine',0),
(177,'Amtac Shooting Instructor Bryan Resnick|Carbine 1|Combative Carbine Course|Compact Carbine','amtac-shooting-instructor-bryan-resnickcarbine-1combative-carbine-coursecompact-carbine',0),
(178,'twentytwentyfive','twentytwentyfive',0),
(179,'tec','tec',0);
/*!40000 ALTER TABLE `wp_terms` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_usermeta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_usermeta` (
  `umeta_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` longtext DEFAULT NULL,
  PRIMARY KEY (`umeta_id`),
  KEY `user_id` (`user_id`),
  KEY `meta_key` (`meta_key`(191))
) ENGINE=InnoDB AUTO_INCREMENT=437 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','lasthour'),
(2,1,'first_name',''),
(3,1,'last_name',''),
(4,1,'description',''),
(5,1,'rich_editing','true'),
(6,1,'syntax_highlighting','true'),
(7,1,'comment_shortcuts','false'),
(8,1,'admin_color','fresh'),
(9,1,'use_ssl','0'),
(10,1,'show_admin_bar_front','true'),
(11,1,'locale',''),
(12,1,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(13,1,'wp_user_level','10'),
(14,1,'dismissed_wp_pointers','custom_admin_pointers14_2_1_2_new_items,theme_editor_notice'),
(15,1,'show_welcome_panel','0'),
(16,1,'session_tokens','a:1:{s:64:\"4a21ad5a8aa9bd59c76d3fb3bfec3ca461fc105450ae4d9ceb61cc879c7afcb8\";a:4:{s:10:\"expiration\";i:1757558412;s:2:\"ip\";s:15:\"2602:f99d::e008\";s:2:\"ua\";s:101:\"Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36\";s:5:\"login\";i:1757385612;}}'),
(17,1,'wp_dashboard_quick_press_last_post_id','4585'),
(18,1,'community-events-location','a:1:{s:2:\"ip\";s:11:\"2602:f99d::\";}'),
(19,1,'wp_yoast_notifications','a:3:{i:0;a:2:{s:7:\"message\";s:207:\"You&#039;ve added a new type of content. We recommend that you review the corresponding <a href=\"https://staging.amtacshooting.com/wp-admin/admin.php?page=wpseo_page_settings\">Search appearance settings</a>.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:25:\"content-types-made-public\";s:7:\"user_id\";i:1;s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:364:\"<p>We need to re-analyze some of your SEO data because of a change in the visibility of your taxonomies. Please help us do that by running the SEO data optimization. We estimate this will take less than a minute.</p><a class=\"button\" href=\"https://staging.amtacshooting.com/wp-admin/admin.php?page=wpseo_tools&start-indexation=true\">Start SEO data optimization</a>\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:13:\"wpseo-reindex\";s:7:\"user_id\";i:1;s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:2;a:2:{s:7:\"message\";s:459:\"It looks like you aren\'t using our <strong>Yoast WooCommerce SEO addon</strong>. <a href=\"https://yoa.st/1o0?php_version=8.3&platform=wordpress&platform_version=6.8.2&software=free&software_version=25.5&days_active=444&user_language=en_US&screen=stats\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">Upgrade today</a> to unlock more tools and SEO features to make your products stand out in search results.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:7:\"user_id\";i:1;s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(39,1,'_woocommerce_tracks_anon_id','woo:yS4+5R2PDWDK0AEJwDu9kAjx'),
(40,3,'nickname','gmariah@gmail.com'),
(41,3,'first_name','Mariah'),
(42,3,'last_name','Rapier'),
(43,3,'description',''),
(44,3,'rich_editing','true'),
(45,3,'syntax_highlighting','true'),
(46,3,'comment_shortcuts','false'),
(47,3,'admin_color','fresh'),
(48,3,'use_ssl','0'),
(49,3,'show_admin_bar_front','true'),
(50,3,'locale',''),
(51,3,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(52,3,'wp_user_level','10'),
(53,3,'_yoast_wpseo_profile_updated','1750358142'),
(54,3,'dismissed_wp_pointers',''),
(55,4,'nickname','natalie'),
(56,4,'first_name','Natalie'),
(57,4,'last_name','Meuche'),
(58,4,'description',''),
(59,4,'rich_editing','true'),
(60,4,'syntax_highlighting','true'),
(61,4,'comment_shortcuts','false'),
(62,4,'admin_color','fresh'),
(63,4,'use_ssl','0'),
(64,4,'show_admin_bar_front','true'),
(65,4,'locale',''),
(66,4,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),
(67,4,'wp_user_level','0'),
(68,4,'_yoast_wpseo_profile_updated','1720486512'),
(69,4,'dismissed_wp_pointers',''),
(70,5,'nickname','bill'),
(71,5,'first_name','Bill'),
(72,5,'last_name','Rapier'),
(73,5,'description',''),
(74,5,'rich_editing','true'),
(75,5,'syntax_highlighting','true'),
(76,5,'comment_shortcuts','false'),
(77,5,'admin_color','fresh'),
(78,5,'use_ssl','0'),
(79,5,'show_admin_bar_front','true'),
(80,5,'locale',''),
(81,5,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),
(82,5,'wp_user_level','0'),
(83,5,'_yoast_wpseo_profile_updated','1720486513'),
(84,5,'dismissed_wp_pointers',''),
(85,6,'nickname','Jessica'),
(86,6,'first_name','Jessica'),
(87,6,'last_name','Rolquin'),
(88,6,'description',''),
(89,6,'rich_editing','true'),
(90,6,'syntax_highlighting','true'),
(91,6,'comment_shortcuts','false'),
(92,6,'admin_color','fresh'),
(93,6,'use_ssl','0'),
(94,6,'show_admin_bar_front','true'),
(95,6,'locale',''),
(96,6,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),
(97,6,'wp_user_level','0'),
(98,6,'_yoast_wpseo_profile_updated','1720486513'),
(99,6,'dismissed_wp_pointers',''),
(100,7,'nickname','jewels'),
(101,7,'first_name','Julie'),
(102,7,'last_name','Jordan'),
(103,7,'description',''),
(104,7,'rich_editing','true'),
(105,7,'syntax_highlighting','true'),
(106,7,'comment_shortcuts','false'),
(107,7,'admin_color','fresh'),
(108,7,'use_ssl','0'),
(109,7,'show_admin_bar_front','true'),
(110,7,'locale',''),
(111,7,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(112,7,'wp_user_level','10'),
(113,7,'_yoast_wpseo_profile_updated','1750358142'),
(114,7,'dismissed_wp_pointers',''),
(115,8,'nickname','sandyvietor'),
(116,8,'first_name','Sandy'),
(117,8,'last_name','Vietor'),
(118,8,'description',''),
(119,8,'rich_editing','true'),
(120,8,'syntax_highlighting','true'),
(121,8,'comment_shortcuts','false'),
(122,8,'admin_color','fresh'),
(123,8,'use_ssl','0'),
(124,8,'show_admin_bar_front','true'),
(125,8,'locale',''),
(126,8,'wp_capabilities','a:1:{s:10:\"subscriber\";b:1;}'),
(127,8,'wp_user_level','0'),
(128,8,'_yoast_wpseo_profile_updated','1720486513'),
(129,8,'dismissed_wp_pointers',''),
(130,9,'nickname','Sandy Newcomb'),
(131,9,'first_name','Sandy'),
(132,9,'last_name','Newcomb'),
(133,9,'description',''),
(134,9,'rich_editing','true'),
(135,9,'syntax_highlighting','true'),
(136,9,'comment_shortcuts','false'),
(137,9,'admin_color','fresh'),
(138,9,'use_ssl','0'),
(139,9,'show_admin_bar_front','true'),
(140,9,'locale',''),
(141,9,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(142,9,'wp_user_level','10'),
(143,9,'_yoast_wpseo_profile_updated','1750358142'),
(144,9,'dismissed_wp_pointers',''),
(145,1,'wc_last_active','1757376000'),
(146,1,'_yoast_wpseo_profile_updated','1750358142'),
(147,1,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),
(148,1,'last_update','1731450653'),
(149,1,'wp_persisted_preferences','a:3:{s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-07-31T16:37:34.471Z\";s:4:\"core\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:24:\"yoast-seo/document-panel\";}}}'),
(150,1,'wp_user-settings','imgsize=&libraryContent=browse&editor=tinymce'),
(151,1,'wp_user-settings-time','1722443222'),
(152,1,'nav_menu_recently_edited','78'),
(153,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\";}'),
(154,1,'metaboxhidden_nav-menus','a:8:{i:0;s:21:\"add-post-type-project\";i:1;s:21:\"add-post-type-product\";i:2;s:12:\"add-post_tag\";i:3;s:15:\"add-post_format\";i:4;s:20:\"add-project_category\";i:5;s:15:\"add-project_tag\";i:6;s:15:\"add-product_cat\";i:7;s:15:\"add-product_tag\";}'),
(155,1,'tribe-dismiss-notice-time-event-tickets-install','1720492235'),
(156,1,'tribe-dismiss-notice','event-tickets-install'),
(157,1,'tribe_setDefaultNavMenuBoxes','1'),
(158,1,'dismissed_no_secure_connection_notice','1'),
(160,1,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),
(164,1,'wpseo_metadesc',''),
(165,1,'wpseo_title',''),
(166,1,'wpseo_content_analysis_disable',''),
(167,1,'wpseo_inclusive_language_analysis_disable',''),
(168,1,'wpseo_keyword_analysis_disable',''),
(169,1,'billing_first_name',''),
(170,1,'billing_last_name',''),
(171,1,'billing_company',''),
(172,1,'billing_address_1',''),
(173,1,'billing_address_2',''),
(174,1,'billing_city',''),
(175,1,'billing_postcode',''),
(176,1,'billing_country',''),
(177,1,'billing_state',''),
(178,1,'billing_phone',''),
(179,1,'billing_email','support@lasthourhosting.org'),
(180,1,'shipping_first_name',''),
(181,1,'shipping_last_name',''),
(182,1,'shipping_company',''),
(183,1,'shipping_address_1',''),
(184,1,'shipping_address_2',''),
(185,1,'shipping_city',''),
(186,1,'shipping_postcode',''),
(187,1,'shipping_country',''),
(188,1,'shipping_state',''),
(189,1,'shipping_phone',''),
(192,3,'last_update','1738362178'),
(194,10,'nickname','victoria'),
(195,10,'first_name',''),
(196,10,'last_name',''),
(197,10,'description',''),
(198,10,'rich_editing','true'),
(199,10,'syntax_highlighting','true'),
(200,10,'comment_shortcuts','false'),
(201,10,'admin_color','fresh'),
(202,10,'use_ssl','0'),
(203,10,'show_admin_bar_front','true'),
(204,10,'locale',''),
(205,10,'wp_capabilities','a:1:{s:13:\"administrator\";b:1;}'),
(206,10,'wp_user_level','10'),
(207,10,'_yoast_wpseo_profile_updated','1750358142'),
(208,10,'dismissed_wp_pointers',''),
(209,10,'last_update','1744744896'),
(210,10,'session_tokens','a:1:{s:64:\"08e4f44da8747fc6155115a879d585da620e00d97a778845241805c2b465972d\";a:4:{s:10:\"expiration\";i:1765237490;s:2:\"ip\";s:39:\"2605:59ca:3482:8610:1cf5:7718:958d:b8ae\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/140.0.0.0 Safari/537.36\";s:5:\"login\";i:1764027890;}}'),
(211,10,'wc_last_active','1765152000'),
(213,10,'_woocommerce_tracks_anon_id','woo:+y+8Y5Iw3+BMpCQ06GeTNjzN'),
(214,10,'wp_dashboard_quick_press_last_post_id','4586'),
(216,10,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:1:{s:32:\"443efb7da641743cb61c68aa7a4e7fdc\";a:11:{s:3:\"key\";s:32:\"443efb7da641743cb61c68aa7a4e7fdc\";s:10:\"product_id\";i:2541;s:12:\"variation_id\";i:2555;s:9:\"variation\";a:2:{s:18:\"attribute_pa_color\";s:8:\"cardinal\";s:17:\"attribute_pa_size\";s:2:\"xl\";}s:8:\"quantity\";i:1;s:9:\"data_hash\";s:32:\"8344e310732defc80df2d514f87bf1a1\";s:13:\"line_tax_data\";a:2:{s:8:\"subtotal\";a:0:{}s:5:\"total\";a:0:{}}s:13:\"line_subtotal\";d:30;s:17:\"line_subtotal_tax\";d:0;s:10:\"line_total\";d:30;s:8:\"line_tax\";d:0;}}}'),
(217,10,'community-events-location','a:1:{s:2:\"ip\";s:21:\"2605:59ca:3482:8610::\";}'),
(219,1,'tribe-dismiss-notice-time-events-utc-timezone-2024-02-25','1725304157'),
(220,1,'tribe-dismiss-notice','events-utc-timezone-2024-02-25'),
(221,10,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),
(222,10,'wp_persisted_preferences','a:6:{s:4:\"core\";a:2:{s:10:\"openPanels\";a:3:{i:0;s:11:\"post-status\";i:1;s:24:\"yoast-seo/document-panel\";i:2;s:23:\"taxonomy-panel-category\";}s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:2:{s:12:\"welcomeGuide\";b:0;s:20:\"welcomeGuideTemplate\";b:0;}s:9:\"_modified\";s:24:\"2025-04-15T19:21:32.333Z\";s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}s:17:\"core/block-editor\";a:1:{s:25:\"linkControlSettingsDrawer\";b:1;}s:22:\"core/customize-widgets\";a:1:{s:12:\"welcomeGuide\";b:0;}}'),
(223,10,'wp_user-settings','imgsize=&libraryContent=browse&editor=tinymce'),
(224,10,'wp_user-settings-time','1738361440'),
(225,10,'jetpack_tracks_anon_id','woo:+y+8Y5Iw3+BMpCQ06GeTNjzN'),
(226,10,'nav_menu_recently_edited','78'),
(227,10,'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\";}'),
(228,10,'metaboxhidden_nav-menus','a:9:{i:0;s:21:\"add-post-type-project\";i:1;s:21:\"add-post-type-product\";i:2;s:26:\"add-post-type-tribe_events\";i:3;s:12:\"add-post_tag\";i:4;s:15:\"add-post_format\";i:5;s:20:\"add-project_category\";i:6;s:15:\"add-project_tag\";i:7;s:15:\"add-product_cat\";i:8;s:15:\"add-product_tag\";}'),
(229,10,'tribe_setDefaultNavMenuBoxes','1'),
(232,1,'jetpack_tracks_anon_id','woo:yS4+5R2PDWDK0AEJwDu9kAjx'),
(233,10,'closedpostboxes_tribe_events','a:0:{}'),
(234,10,'metaboxhidden_tribe_events','a:3:{i:0;s:16:\"commentstatusdiv\";i:1;s:7:\"slugdiv\";i:2;s:9:\"authordiv\";}'),
(235,10,'manageedit-tribe_eventscolumnshidden','a:6:{i:0;s:4:\"tags\";i:1;s:5:\"stats\";i:2;s:8:\"comments\";i:3;s:11:\"wpseo-title\";i:4;s:14:\"wpseo-metadesc\";i:5;s:13:\"wpseo-focuskw\";}'),
(240,9,'last_update','1730412201'),
(241,7,'last_update','1726504169'),
(242,9,'default_password_nag',''),
(243,7,'wpseo_metadesc',''),
(244,7,'wpseo_title',''),
(245,7,'wpseo_content_analysis_disable',''),
(246,7,'wpseo_inclusive_language_analysis_disable',''),
(247,7,'wpseo_keyword_analysis_disable',''),
(248,7,'billing_first_name','Julie'),
(249,7,'billing_last_name','Jordan'),
(250,7,'billing_company',''),
(251,7,'billing_address_1',''),
(252,7,'billing_address_2',''),
(253,7,'billing_city',''),
(254,7,'billing_postcode',''),
(255,7,'billing_country',''),
(256,7,'billing_state',''),
(257,7,'billing_phone',''),
(258,7,'billing_email','jewels31899@gmail.com'),
(259,7,'shipping_first_name',''),
(260,7,'shipping_last_name',''),
(261,7,'shipping_company',''),
(262,7,'shipping_address_1',''),
(263,7,'shipping_address_2',''),
(264,7,'shipping_city',''),
(265,7,'shipping_postcode',''),
(266,7,'shipping_country',''),
(267,7,'shipping_state',''),
(268,7,'shipping_phone',''),
(269,7,'default_password_nag',''),
(270,9,'wpseo_metadesc',''),
(271,9,'wpseo_title',''),
(272,9,'wpseo_content_analysis_disable',''),
(273,9,'wpseo_inclusive_language_analysis_disable',''),
(274,9,'wpseo_keyword_analysis_disable',''),
(275,9,'billing_first_name','Sandy'),
(276,9,'billing_last_name','Newcomb'),
(277,9,'billing_company',''),
(278,9,'billing_address_1',''),
(279,9,'billing_address_2',''),
(280,9,'billing_city',''),
(281,9,'billing_postcode',''),
(282,9,'billing_country',''),
(283,9,'billing_state',''),
(284,9,'billing_phone',''),
(285,9,'billing_email','creatingpapermemories@gmail.com'),
(286,9,'shipping_first_name',''),
(287,9,'shipping_last_name',''),
(288,9,'shipping_company',''),
(289,9,'shipping_address_1',''),
(290,9,'shipping_address_2',''),
(291,9,'shipping_city',''),
(292,9,'shipping_postcode',''),
(293,9,'shipping_country',''),
(294,9,'shipping_state',''),
(295,9,'shipping_phone',''),
(296,7,'session_tokens','a:1:{s:64:\"f0ee0db04cd03d6ad66a47f0ec2440e7ea29179d56d521190ac21d1c9ec805e4\";a:4:{s:10:\"expiration\";i:1726676887;s:2:\"ip\";s:38:\"2601:1c1:4280:8240:24f5:3e79:f4c1:c353\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.0 Safari/537.36\";s:5:\"login\";i:1726504087;}}'),
(297,7,'wc_last_active','1726444800'),
(299,7,'_woocommerce_tracks_anon_id','woo:xMyTw9pqzDwWn9tnYdIAURn8'),
(300,7,'wp_dashboard_quick_press_last_post_id','3294'),
(301,7,'jetpack_tracks_anon_id','jetpack:fG7kkVqxm1S43A2pCmbv5Ixe'),
(302,7,'wp_yoast_notifications','a:2:{i:0;a:2:{s:7:\"message\";s:445:\"It looks like you aren\'t using our <strong>Yoast WooCommerce SEO addon</strong>. <a href=\"https://yoa.st/1o0?php_version=8.3&platform=wordpress&platform_version=6.6.2&software=free&software_version=23.3&days_active=87&user_language=en_US\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">Upgrade today</a> to unlock more tools and SEO features to make your products stand out in search results.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:7:\"user_id\";i:7;s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:207:\"You&#039;ve added a new type of content. We recommend that you review the corresponding <a href=\"https://staging.amtacshooting.com/wp-admin/admin.php?page=wpseo_page_settings\">Search appearance settings</a>.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:25:\"content-types-made-public\";s:7:\"user_id\";i:7;s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(303,7,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),
(304,7,'community-events-location','a:1:{s:2:\"ip\";s:20:\"2601:1c1:4280:8240::\";}'),
(305,7,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),
(306,7,'wp_persisted_preferences','a:3:{s:4:\"core\";a:2:{s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:24:\"yoast-seo/document-panel\";}s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-09-16T16:29:29.254Z\";}'),
(307,9,'session_tokens','a:1:{s:64:\"bd906ed4b0f93b5800843a187379865f4bd817f357a19d489e0320bc02f0353e\";a:4:{s:10:\"expiration\";i:1734562334;s:2:\"ip\";s:18:\"2a00:7c80:0:33::30\";s:2:\"ua\";s:111:\"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36\";s:5:\"login\";i:1733352734;}}'),
(308,9,'wc_last_active','1733961600'),
(310,9,'wp_dashboard_quick_press_last_post_id','3590'),
(311,9,'jetpack_tracks_anon_id','jetpack:8/GddEnDVOK86FPKELk0q12j'),
(313,9,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),
(314,9,'community-events-location','a:1:{s:2:\"ip\";s:16:\"2a00:7c80:0:33::\";}'),
(324,10,'_yoast_wpseo_introductions','a:1:{s:25:\"ai-fix-assessments-upsell\";b:1;}'),
(330,9,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),
(331,9,'wp_persisted_preferences','a:3:{s:4:\"core\";a:2:{s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:24:\"yoast-seo/document-panel\";}s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2024-10-31T22:03:20.699Z\";}'),
(336,1,'woocommerce_admin_coming_soon_banner_dismissed','no'),
(343,10,'tribe-dismiss-notice-time-event-tickets-install','1733267412'),
(344,10,'tribe-dismiss-notice','event-tickets-install'),
(345,10,'tribe-dismiss-notice-time-events-utc-timezone-2024-02-25','1733267413'),
(346,10,'tribe-dismiss-notice','events-utc-timezone-2024-02-25'),
(347,3,'default_password_nag',''),
(349,3,'wc_last_active','1738886400'),
(351,3,'_woocommerce_tracks_anon_id','woo:P9a3rG/QK3uIMih/iFUOpaNz'),
(352,3,'_woocommerce_persistent_cart_1','a:1:{s:4:\"cart\";a:0:{}}'),
(354,3,'wpseo_content_analysis_disable',''),
(355,3,'wpseo_keyword_analysis_disable',''),
(356,3,'billing_first_name','Mariah'),
(357,3,'billing_last_name','Rapier'),
(358,3,'billing_company',''),
(359,3,'billing_address_1',''),
(360,3,'billing_address_2',''),
(361,3,'billing_city',''),
(362,3,'billing_postcode',''),
(363,3,'billing_country',''),
(364,3,'billing_state',''),
(365,3,'billing_phone',''),
(366,3,'billing_email','gmariah@gmail.com'),
(367,3,'shipping_first_name',''),
(368,3,'shipping_last_name',''),
(369,3,'shipping_company',''),
(370,3,'shipping_address_1',''),
(371,3,'shipping_address_2',''),
(372,3,'shipping_city',''),
(373,3,'shipping_postcode',''),
(374,3,'shipping_country',''),
(375,3,'shipping_state',''),
(376,3,'shipping_phone',''),
(378,3,'wp_dashboard_quick_press_last_post_id','4256'),
(379,3,'jetpack_tracks_anon_id','woo:P9a3rG/QK3uIMih/iFUOpaNz'),
(380,3,'community-events-location','a:1:{s:2:\"ip\";s:20:\"2605:59c8:43f:7210::\";}'),
(381,3,'meta-box-order_product','a:3:{s:4:\"side\";s:84:\"submitdiv,postimagediv,woocommerce-product-images,product_catdiv,tagsdiv-product_tag\";s:6:\"normal\";s:55:\"woocommerce-product-data,postcustom,slugdiv,postexcerpt\";s:8:\"advanced\";s:0:\"\";}'),
(382,3,'tribe-dismiss-notice-time-event-tickets-install','1733353335'),
(383,3,'tribe-dismiss-notice','event-tickets-install'),
(384,3,'wp_persisted_preferences','a:4:{s:4:\"core\";a:2:{s:10:\"openPanels\";a:2:{i:0;s:11:\"post-status\";i:1;s:24:\"yoast-seo/document-panel\";}s:26:\"isComplementaryAreaVisible\";b:1;}s:14:\"core/edit-post\";a:1:{s:12:\"welcomeGuide\";b:0;}s:9:\"_modified\";s:24:\"2025-01-31T22:22:57.376Z\";s:17:\"core/edit-widgets\";a:2:{s:26:\"isComplementaryAreaVisible\";b:1;s:12:\"welcomeGuide\";b:0;}}'),
(385,10,'wp_yoast_notifications','a:2:{i:0;a:2:{s:7:\"message\";s:207:\"You&#039;ve added a new type of content. We recommend that you review the corresponding <a href=\"https://staging.amtacshooting.com/wp-admin/admin.php?page=wpseo_page_settings\">Search appearance settings</a>.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:25:\"content-types-made-public\";s:7:\"user_id\";i:10;s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:457:\"It looks like you aren\'t using our <strong>Yoast WooCommerce SEO addon</strong>. <a href=\"https://yoa.st/1o0?php_version=8.3&platform=wordpress&platform_version=6.9&software=free&software_version=25.5&days_active=534&user_language=en_US&screen=stats\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">Upgrade today</a> to unlock more tools and SEO features to make your products stand out in search results.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:7:\"user_id\";i:10;s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(386,9,'wp_yoast_notifications','a:1:{i:0;a:2:{s:7:\"message\";s:459:\"It looks like you aren\'t using our <strong>Yoast WooCommerce SEO addon</strong>. <a href=\"https://yoa.st/1o0?php_version=8.3&platform=wordpress&platform_version=6.7.1&software=free&software_version=23.7&days_active=174&user_language=en_US&screen=stats\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">Upgrade today</a> to unlock more tools and SEO features to make your products stand out in search results.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:7:\"user_id\";i:9;s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(396,10,'my-jetpack-cache-date','1735954379'),
(397,10,'my-jetpack-wpcom-product-check-hash','1419d87a14a3c319ecad73966fc5818e'),
(398,10,'my-jetpack-cache','O:8:\"stdClass\":83:{s:15:\"jetpack_premium\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2000;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:15:\"jetpack_premium\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£129.95\";s:21:\"combined_cost_display\";s:8:\"£129.95\";s:4:\"cost\";d:129.95;s:18:\"cost_smallest_unit\";i:12995;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:7:\"£10.83\";}s:16:\"jetpack_business\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2001;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:16:\"jetpack_business\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£314.95\";s:21:\"combined_cost_display\";s:8:\"£314.95\";s:4:\"cost\";d:314.95;s:18:\"cost_smallest_unit\";i:31495;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:7:\"£26.25\";}s:12:\"jetpack_free\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2002;s:12:\"product_name\";s:12:\"Jetpack Free\";s:12:\"product_slug\";s:12:\"jetpack_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"£0.00\";s:21:\"combined_cost_display\";s:3:\"£0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_premium_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2003;s:12:\"product_name\";s:15:\"Jetpack Premium\";s:12:\"product_slug\";s:23:\"jetpack_premium_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-premium\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£11.95\";s:21:\"combined_cost_display\";s:7:\"£11.95\";s:4:\"cost\";d:11.95;s:18:\"cost_smallest_unit\";i:1195;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_business_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2004;s:12:\"product_name\";s:20:\"Jetpack Professional\";s:12:\"product_slug\";s:24:\"jetpack_business_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-business\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£30.95\";s:21:\"combined_cost_display\";s:7:\"£30.95\";s:4:\"cost\";d:30.95;s:18:\"cost_smallest_unit\";i:3095;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_personal\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2005;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:16:\"jetpack_personal\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£62.95\";s:21:\"combined_cost_display\";s:7:\"£62.95\";s:4:\"cost\";d:62.95;s:18:\"cost_smallest_unit\";i:6295;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"£5.25\";}s:24:\"jetpack_personal_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2006;s:12:\"product_name\";s:16:\"Jetpack Personal\";s:12:\"product_slug\";s:24:\"jetpack_personal_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-personal\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"£5.50\";s:21:\"combined_cost_display\";s:6:\"£5.50\";s:4:\"cost\";d:5.5;s:18:\"cost_smallest_unit\";i:550;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_security_daily\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2010;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:22:\"jetpack_security_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£228.00\";s:21:\"combined_cost_display\";s:5:\"£228\";s:4:\"cost\";i:228;s:18:\"cost_smallest_unit\";i:22800;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:114;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:4:\"£19\";}s:30:\"jetpack_security_daily_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2011;s:12:\"product_name\";s:22:\"Jetpack Security Daily\";s:12:\"product_slug\";s:30:\"jetpack_security_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:22:\"jetpack-security-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£19.00\";s:21:\"combined_cost_display\";s:4:\"£19\";s:4:\"cost\";i:19;s:18:\"cost_smallest_unit\";i:1900;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_security_realtime\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2012;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:25:\"jetpack_security_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£624.00\";s:21:\"combined_cost_display\";s:5:\"£624\";s:4:\"cost\";i:624;s:18:\"cost_smallest_unit\";i:62400;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:312;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:4:\"£52\";}s:33:\"jetpack_security_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2013;s:12:\"product_name\";s:26:\"Jetpack Security Real-time\";s:12:\"product_slug\";s:33:\"jetpack_security_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack-security-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£52.00\";s:21:\"combined_cost_display\";s:4:\"£52\";s:4:\"cost\";i:52;s:18:\"cost_smallest_unit\";i:5200;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:16:\"jetpack_complete\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2014;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:16:\"jetpack_complete\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£467.40\";s:21:\"combined_cost_display\";s:8:\"£467.40\";s:4:\"cost\";d:467.4;s:18:\"cost_smallest_unit\";i:46740;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:227.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:7:\"£38.95\";}s:24:\"jetpack_complete_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2015;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:24:\"jetpack_complete_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£57.95\";s:21:\"combined_cost_display\";s:7:\"£57.95\";s:4:\"cost\";d:57.95;s:18:\"cost_smallest_unit\";i:5795;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2016;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£191.40\";s:21:\"combined_cost_display\";s:8:\"£191.40\";s:4:\"cost\";d:191.4;s:18:\"cost_smallest_unit\";i:19140;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:95.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:7:\"£15.95\";}s:27:\"jetpack_security_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2017;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£22.95\";s:21:\"combined_cost_display\";s:7:\"£22.95\";s:4:\"cost\";d:22.95;s:18:\"cost_smallest_unit\";i:2295;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:26:\"jetpack_security_t2_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2019;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:26:\"jetpack_security_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£743.40\";s:21:\"combined_cost_display\";s:8:\"£743.40\";s:4:\"cost\";d:743.4;s:18:\"cost_smallest_unit\";i:74340;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:299.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:7:\"£61.95\";}s:27:\"jetpack_security_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2020;s:12:\"product_name\";s:22:\"Jetpack Security (1TB)\";s:12:\"product_slug\";s:27:\"jetpack_security_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£61.95\";s:21:\"combined_cost_display\";s:7:\"£61.95\";s:4:\"cost\";d:61.95;s:18:\"cost_smallest_unit\";i:6195;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_growth_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2021;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:22:\"jetpack_growth_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£22.95\";s:21:\"combined_cost_display\";s:7:\"£22.95\";s:4:\"cost\";d:22.95;s:18:\"cost_smallest_unit\";i:2295;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_growth_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2022;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:21:\"jetpack_growth_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£191.40\";s:21:\"combined_cost_display\";s:8:\"£191.40\";s:4:\"cost\";d:191.4;s:18:\"cost_smallest_unit\";i:19140;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:95.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:7:\"£15.95\";}s:24:\"jetpack_growth_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2023;s:12:\"product_name\";s:14:\"Jetpack Growth\";s:12:\"product_slug\";s:24:\"jetpack_growth_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-growth\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£306.24\";s:21:\"combined_cost_display\";s:8:\"£306.24\";s:4:\"cost\";d:306.24;s:18:\"cost_smallest_unit\";i:30624;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:229.44;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:7:\"£12.76\";}s:22:\"jetpack_starter_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2030;s:12:\"product_name\";s:15:\"Jetpack Starter\";s:12:\"product_slug\";s:22:\"jetpack_starter_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:0;s:20:\"billing_product_slug\";s:15:\"jetpack-starter\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£59.40\";s:21:\"combined_cost_display\";s:7:\"£59.40\";s:4:\"cost\";d:59.4;s:18:\"cost_smallest_unit\";i:5940;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:39;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"£4.95\";}s:23:\"jetpack_starter_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2031;s:12:\"product_name\";s:15:\"Jetpack Starter\";s:12:\"product_slug\";s:23:\"jetpack_starter_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:0;s:20:\"billing_product_slug\";s:15:\"jetpack-starter\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"£7.45\";s:21:\"combined_cost_display\";s:6:\"£7.45\";s:4:\"cost\";d:7.45;s:18:\"cost_smallest_unit\";i:745;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:29:\"jetpack_security_t1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2034;s:12:\"product_name\";s:23:\"Jetpack Security (10GB)\";s:12:\"product_slug\";s:29:\"jetpack_security_t1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"bundle\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-security-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£306.24\";s:21:\"combined_cost_display\";s:8:\"£306.24\";s:4:\"cost\";d:306.24;s:18:\"cost_smallest_unit\";i:30624;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:229.44;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:7:\"£12.76\";}s:26:\"jetpack_complete_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2035;s:12:\"product_name\";s:16:\"Jetpack Complete\";s:12:\"product_slug\";s:26:\"jetpack_complete_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:16:\"jetpack-complete\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£747.84\";s:21:\"combined_cost_display\";s:8:\"£747.84\";s:4:\"cost\";d:747.84;s:18:\"cost_smallest_unit\";i:74784;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:555.84;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:7:\"£31.16\";}s:23:\"jetpack_boost_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2036;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:23:\"jetpack_boost_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£306.24\";s:21:\"combined_cost_display\";s:8:\"£306.24\";s:4:\"cost\";d:306.24;s:18:\"cost_smallest_unit\";i:30624;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:229.44;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:7:\"£12.76\";}s:30:\"jetpack_social_basic_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2037;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:30:\"jetpack_social_basic_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£190.80\";s:21:\"combined_cost_display\";s:8:\"£190.80\";s:4:\"cost\";d:190.8;s:18:\"cost_smallest_unit\";i:19080;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:114.24;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"£7.95\";}s:22:\"jetpack_scan_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2038;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:22:\"jetpack_scan_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£152.64\";s:21:\"combined_cost_display\";s:8:\"£152.64\";s:4:\"cost\";d:152.64;s:18:\"cost_smallest_unit\";i:15264;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:114.24;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"£6.36\";}s:27:\"jetpack_anti_spam_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2039;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:27:\"jetpack_anti_spam_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£152.64\";s:21:\"combined_cost_display\";s:8:\"£152.64\";s:4:\"cost\";d:152.64;s:18:\"cost_smallest_unit\";i:15264;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:114.24;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"£6.36\";}s:41:\"jetpack_backup_addon_storage_10gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2040;s:12:\"product_name\";s:47:\"Jetpack VaultPress Backup Add-on Storage (10GB)\";s:12:\"product_slug\";s:41:\"jetpack_backup_addon_storage_10gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:33:\"jetpack-backup-addon-storage-10gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"£2.45\";s:21:\"combined_cost_display\";s:6:\"£2.45\";s:4:\"cost\";d:2.45;s:18:\"cost_smallest_unit\";i:245;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:42:\"jetpack_backup_addon_storage_100gb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2044;s:12:\"product_name\";s:48:\"Jetpack VaultPress Backup Add-on Storage (100GB)\";s:12:\"product_slug\";s:42:\"jetpack_backup_addon_storage_100gb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:34:\"jetpack-backup-addon-storage-100gb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"£4.95\";s:21:\"combined_cost_display\";s:6:\"£4.95\";s:4:\"cost\";d:4.95;s:18:\"cost_smallest_unit\";i:495;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_1tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2048;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (1TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_1tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-1tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"£8.45\";s:21:\"combined_cost_display\";s:6:\"£8.45\";s:4:\"cost\";d:8.45;s:18:\"cost_smallest_unit\";i:845;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_3tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2052;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (3TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_3tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-3tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£16.95\";s:21:\"combined_cost_display\";s:7:\"£16.95\";s:4:\"cost\";d:16.95;s:18:\"cost_smallest_unit\";i:1695;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:40:\"jetpack_backup_addon_storage_5tb_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2056;s:12:\"product_name\";s:46:\"Jetpack VaultPress Backup Add-on Storage (5TB)\";s:12:\"product_slug\";s:40:\"jetpack_backup_addon_storage_5tb_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:32:\"jetpack-backup-addon-storage-5tb\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£24.95\";s:21:\"combined_cost_display\";s:7:\"£24.95\";s:4:\"cost\";d:24.95;s:18:\"cost_smallest_unit\";i:2495;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_backup_daily\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2100;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:20:\"jetpack_backup_daily\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£89.00\";s:21:\"combined_cost_display\";s:4:\"£89\";s:4:\"cost\";i:89;s:18:\"cost_smallest_unit\";i:8900;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:45;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"£7.42\";}s:28:\"jetpack_backup_daily_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2101;s:12:\"product_name\";s:22:\"Jetpack Backup (Daily)\";s:12:\"product_slug\";s:28:\"jetpack_backup_daily_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-backup-daily\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"£7.49\";s:21:\"combined_cost_display\";s:6:\"£7.49\";s:4:\"cost\";d:7.49;s:18:\"cost_smallest_unit\";i:749;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:23:\"jetpack_backup_realtime\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2102;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£444.00\";s:21:\"combined_cost_display\";s:5:\"£444\";s:4:\"cost\";i:444;s:18:\"cost_smallest_unit\";i:44400;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";i:222;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:4:\"£37\";}s:31:\"jetpack_backup_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2103;s:12:\"product_name\";s:26:\"Jetpack Backup (Real-time)\";s:12:\"product_slug\";s:31:\"jetpack_backup_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£37.00\";s:21:\"combined_cost_display\";s:4:\"£37\";s:4:\"cost\";i:37;s:18:\"cost_smallest_unit\";i:3700;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:14:\"jetpack_search\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2104;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:14:\"jetpack_search\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£83.40\";s:21:\"combined_cost_display\";s:7:\"£83.40\";s:4:\"cost\";d:83.4;s:18:\"cost_smallest_unit\";i:8340;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:8340;s:21:\"minimum_price_display\";s:3:\"£0\";s:29:\"minimum_price_monthly_display\";s:3:\"£0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:460;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"£6.95\";}s:22:\"jetpack_search_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2105;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:22:\"jetpack_search_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"£9.95\";s:21:\"combined_cost_display\";s:6:\"£9.95\";s:4:\"cost\";d:9.95;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:995;s:21:\"minimum_price_display\";s:3:\"£0\";s:29:\"minimum_price_monthly_display\";s:3:\"£0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:460;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:12:\"jetpack_scan\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2106;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:12:\"jetpack_scan\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£95.40\";s:21:\"combined_cost_display\";s:7:\"£95.40\";s:4:\"cost\";d:95.4;s:18:\"cost_smallest_unit\";i:9540;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:47.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"£7.95\";}s:20:\"jetpack_scan_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2107;s:12:\"product_name\";s:18:\"Jetpack Scan Daily\";s:12:\"product_slug\";s:20:\"jetpack_scan_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:12:\"jetpack-scan\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£11.95\";s:21:\"combined_cost_display\";s:7:\"£11.95\";s:4:\"cost\";d:11.95;s:18:\"cost_smallest_unit\";i:1195;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:21:\"jetpack_scan_realtime\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2108;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:21:\"jetpack_scan_realtime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£450.00\";s:21:\"combined_cost_display\";s:5:\"£450\";s:4:\"cost\";i:450;s:18:\"cost_smallest_unit\";i:45000;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:7:\"£37.50\";}s:29:\"jetpack_scan_realtime_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2109;s:12:\"product_name\";s:21:\"Jetpack Scan Realtime\";s:12:\"product_slug\";s:29:\"jetpack_scan_realtime_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-scan-realtime\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£45.00\";s:21:\"combined_cost_display\";s:4:\"£45\";s:4:\"cost\";i:45;s:18:\"cost_smallest_unit\";i:4500;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:17:\"jetpack_anti_spam\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2110;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:17:\"jetpack_anti_spam\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£95.40\";s:21:\"combined_cost_display\";s:7:\"£95.40\";s:4:\"cost\";d:95.4;s:18:\"cost_smallest_unit\";i:9540;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:47.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"£7.95\";}s:25:\"jetpack_anti_spam_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2111;s:12:\"product_name\";s:25:\"Jetpack Akismet Anti-spam\";s:12:\"product_slug\";s:25:\"jetpack_anti_spam_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-anti-spam\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£11.95\";s:21:\"combined_cost_display\";s:7:\"£11.95\";s:4:\"cost\";d:11.95;s:18:\"cost_smallest_unit\";i:1195;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2112;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£95.40\";s:21:\"combined_cost_display\";s:7:\"£95.40\";s:4:\"cost\";d:95.4;s:18:\"cost_smallest_unit\";i:9540;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:47.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"£7.95\";}s:25:\"jetpack_backup_t1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2113;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£11.95\";s:21:\"combined_cost_display\";s:7:\"£11.95\";s:4:\"cost\";d:11.95;s:18:\"cost_smallest_unit\";i:1195;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_backup_t2_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2114;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t2_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£299.40\";s:21:\"combined_cost_display\";s:8:\"£299.40\";s:4:\"cost\";d:299.4;s:18:\"cost_smallest_unit\";i:29940;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:119.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:7:\"£24.95\";}s:25:\"jetpack_backup_t2_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2115;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1TB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t2_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-2\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£24.95\";s:21:\"combined_cost_display\";s:7:\"£24.95\";s:4:\"cost\";d:24.95;s:18:\"cost_smallest_unit\";i:2495;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:18:\"jetpack_videopress\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2116;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:18:\"jetpack_videopress\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£95.40\";s:21:\"combined_cost_display\";s:7:\"£95.40\";s:4:\"cost\";d:95.4;s:18:\"cost_smallest_unit\";i:9540;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:47.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"£7.95\";}s:26:\"jetpack_videopress_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2117;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:26:\"jetpack_videopress_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£11.95\";s:21:\"combined_cost_display\";s:7:\"£11.95\";s:4:\"cost\";d:11.95;s:18:\"cost_smallest_unit\";i:1195;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:28:\"jetpack_videopress_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2119;s:12:\"product_name\";s:18:\"Jetpack VideoPress\";s:12:\"product_slug\";s:28:\"jetpack_videopress_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:18:\"jetpack-videopress\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£152.64\";s:21:\"combined_cost_display\";s:8:\"£152.64\";s:4:\"cost\";d:152.64;s:18:\"cost_smallest_unit\";i:15264;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:114.24;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"£6.36\";}s:24:\"jetpack_backup_t0_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2120;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:24:\"jetpack_backup_t0_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£32.00\";s:21:\"combined_cost_display\";s:4:\"£32\";s:4:\"cost\";i:32;s:18:\"cost_smallest_unit\";i:3200;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"£2.67\";}s:25:\"jetpack_backup_t0_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2121;s:12:\"product_name\";s:31:\"Jetpack VaultPress Backup (1GB)\";s:12:\"product_slug\";s:25:\"jetpack_backup_t0_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-0\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"£3.00\";s:21:\"combined_cost_display\";s:3:\"£3\";s:4:\"cost\";i:3;s:18:\"cost_smallest_unit\";i:300;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_backup_t1_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2123;s:12:\"product_name\";s:32:\"Jetpack VaultPress Backup (10GB)\";s:12:\"product_slug\";s:27:\"jetpack_backup_t1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack-backup-tier-1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£152.64\";s:21:\"combined_cost_display\";s:8:\"£152.64\";s:4:\"cost\";d:152.64;s:18:\"cost_smallest_unit\";i:15264;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"£6.36\";}s:19:\"jetpack_search_free\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2130;s:12:\"product_name\";s:19:\"Jetpack Search Free\";s:12:\"product_slug\";s:19:\"jetpack_search_free\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:6:\"search\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:19:\"jetpack-search-free\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"£0.00\";s:21:\"combined_cost_display\";s:3:\"£0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:24:\"jetpack_search_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2131;s:12:\"product_name\";s:14:\"Jetpack Search\";s:12:\"product_slug\";s:24:\"jetpack_search_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-search\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£133.44\";s:21:\"combined_cost_display\";s:8:\"£133.44\";s:4:\"cost\";d:133.44;s:18:\"cost_smallest_unit\";i:13344;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:1:{i:0;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:0;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:10000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:0;s:12:\"per_unit_fee\";i:13344;s:21:\"minimum_price_display\";s:3:\"£0\";s:29:\"minimum_price_monthly_display\";s:3:\"£0\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:460;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"£5.56\";}s:23:\"jetpack_backup_one_time\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2201;s:12:\"product_name\";s:36:\"Jetpack VaultPress Backup (One-time)\";s:12:\"product_slug\";s:23:\"jetpack_backup_one_time\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-backup-one-time\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"£0.99\";s:21:\"combined_cost_display\";s:6:\"£0.99\";s:4:\"cost\";d:0.99;s:18:\"cost_smallest_unit\";i:99;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_stats_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2219;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:20:\"jetpack_stats_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£83.40\";s:21:\"combined_cost_display\";s:7:\"£83.40\";s:4:\"cost\";d:83.4;s:18:\"cost_smallest_unit\";i:8340;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:8340;s:13:\"maximum_price\";i:8340;s:21:\"minimum_price_display\";s:7:\"£83.40\";s:29:\"minimum_price_monthly_display\";s:6:\"£6.95\";s:21:\"maximum_price_display\";s:7:\"£83.40\";s:29:\"maximum_price_monthly_display\";s:6:\"£6.95\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:15540;s:13:\"maximum_price\";i:15540;s:21:\"minimum_price_display\";s:8:\"£155.40\";s:29:\"minimum_price_monthly_display\";s:7:\"£12.95\";s:21:\"maximum_price_display\";s:8:\"£155.40\";s:29:\"maximum_price_monthly_display\";s:7:\"£12.95\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:23940;s:13:\"maximum_price\";i:23940;s:21:\"minimum_price_display\";s:8:\"£239.40\";s:29:\"minimum_price_monthly_display\";s:7:\"£19.95\";s:21:\"maximum_price_display\";s:8:\"£239.40\";s:29:\"maximum_price_monthly_display\";s:7:\"£19.95\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:38340;s:13:\"maximum_price\";i:38340;s:21:\"minimum_price_display\";s:8:\"£383.40\";s:29:\"minimum_price_monthly_display\";s:7:\"£31.95\";s:21:\"maximum_price_display\";s:8:\"£383.40\";s:29:\"maximum_price_monthly_display\";s:7:\"£31.95\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:53940;s:13:\"maximum_price\";i:53940;s:21:\"minimum_price_display\";s:8:\"£539.40\";s:29:\"minimum_price_monthly_display\";s:7:\"£44.95\";s:21:\"maximum_price_display\";s:8:\"£539.40\";s:29:\"maximum_price_monthly_display\";s:7:\"£44.95\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:73080;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:34800;s:12:\"per_unit_fee\";i:19140;s:21:\"minimum_price_display\";s:8:\"£730.80\";s:29:\"minimum_price_monthly_display\";s:7:\"£60.90\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"£6.95\";}s:21:\"jetpack_stats_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2220;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:21:\"jetpack_stats_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"£9.95\";s:21:\"combined_cost_display\";s:6:\"£9.95\";s:4:\"cost\";d:9.95;s:18:\"cost_smallest_unit\";i:995;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:995;s:13:\"maximum_price\";i:995;s:21:\"minimum_price_display\";s:6:\"£9.95\";s:29:\"minimum_price_monthly_display\";s:6:\"£9.95\";s:21:\"maximum_price_display\";s:6:\"£9.95\";s:29:\"maximum_price_monthly_display\";s:6:\"£9.95\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:1995;s:13:\"maximum_price\";i:1995;s:21:\"minimum_price_display\";s:7:\"£19.95\";s:29:\"minimum_price_monthly_display\";s:7:\"£19.95\";s:21:\"maximum_price_display\";s:7:\"£19.95\";s:29:\"maximum_price_monthly_display\";s:7:\"£19.95\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:2895;s:13:\"maximum_price\";i:2895;s:21:\"minimum_price_display\";s:7:\"£28.95\";s:29:\"minimum_price_monthly_display\";s:7:\"£28.95\";s:21:\"maximum_price_display\";s:7:\"£28.95\";s:29:\"maximum_price_monthly_display\";s:7:\"£28.95\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:4795;s:13:\"maximum_price\";i:4795;s:21:\"minimum_price_display\";s:7:\"£47.95\";s:29:\"minimum_price_monthly_display\";s:7:\"£47.95\";s:21:\"maximum_price_display\";s:7:\"£47.95\";s:29:\"maximum_price_monthly_display\";s:7:\"£47.95\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:6695;s:13:\"maximum_price\";i:6695;s:21:\"minimum_price_display\";s:7:\"£66.95\";s:29:\"minimum_price_monthly_display\";s:7:\"£66.95\";s:21:\"maximum_price_display\";s:7:\"£66.95\";s:29:\"maximum_price_monthly_display\";s:7:\"£66.95\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:9190;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:4200;s:12:\"per_unit_fee\";i:2495;s:21:\"minimum_price_display\";s:7:\"£91.90\";s:29:\"minimum_price_monthly_display\";s:7:\"£91.90\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:25:\"jetpack_stats_free_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2221;s:12:\"product_name\";s:43:\"Jetpack Stats (Free non-commercial license)\";s:12:\"product_slug\";s:25:\"jetpack_stats_free_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack_stats_free_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"£0.00\";s:21:\"combined_cost_display\";s:3:\"£0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:3:\"£0\";}s:25:\"jetpack_stats_pwyw_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2222;s:12:\"product_name\";s:20:\"Jetpack Stats (Paid)\";s:12:\"product_slug\";s:25:\"jetpack_stats_pwyw_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:25:\"jetpack_stats_pwyw_yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"£0.00\";s:21:\"combined_cost_display\";s:3:\"£0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";i:0;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:3:\"£0\";}s:23:\"jetpack_stats_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2223;s:12:\"product_name\";s:34:\"Jetpack Stats (Commercial license)\";s:12:\"product_slug\";s:23:\"jetpack_stats_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:21:\"jetpack_stats_monthly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£133.44\";s:21:\"combined_cost_display\";s:8:\"£133.44\";s:4:\"cost\";d:133.44;s:18:\"cost_smallest_unit\";i:13344;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:6:{i:0;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:0;s:13:\"maximum_units\";i:10000;s:13:\"minimum_price\";i:13344;s:13:\"maximum_price\";i:13344;s:21:\"minimum_price_display\";s:8:\"£133.44\";s:29:\"minimum_price_monthly_display\";s:7:\"£11.12\";s:21:\"maximum_price_display\";s:8:\"£133.44\";s:29:\"maximum_price_monthly_display\";s:7:\"£11.12\";}i:1;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:10001;s:13:\"maximum_units\";i:100000;s:13:\"minimum_price\";i:24864;s:13:\"maximum_price\";i:24864;s:21:\"minimum_price_display\";s:8:\"£248.64\";s:29:\"minimum_price_monthly_display\";s:7:\"£20.72\";s:21:\"maximum_price_display\";s:8:\"£248.64\";s:29:\"maximum_price_monthly_display\";s:7:\"£20.72\";}i:2;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:100001;s:13:\"maximum_units\";i:250000;s:13:\"minimum_price\";i:38304;s:13:\"maximum_price\";i:38304;s:21:\"minimum_price_display\";s:8:\"£383.04\";s:29:\"minimum_price_monthly_display\";s:7:\"£31.92\";s:21:\"maximum_price_display\";s:8:\"£383.04\";s:29:\"maximum_price_monthly_display\";s:7:\"£31.92\";}i:3;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:250001;s:13:\"maximum_units\";i:500000;s:13:\"minimum_price\";i:61344;s:13:\"maximum_price\";i:61344;s:21:\"minimum_price_display\";s:8:\"£613.44\";s:29:\"minimum_price_monthly_display\";s:7:\"£51.12\";s:21:\"maximum_price_display\";s:8:\"£613.44\";s:29:\"maximum_price_monthly_display\";s:7:\"£51.12\";}i:4;O:8:\"stdClass\":8:{s:13:\"minimum_units\";i:500001;s:13:\"maximum_units\";i:1000000;s:13:\"minimum_price\";i:86304;s:13:\"maximum_price\";i:86304;s:21:\"minimum_price_display\";s:8:\"£863.04\";s:29:\"minimum_price_monthly_display\";s:7:\"£71.92\";s:21:\"maximum_price_display\";s:8:\"£863.04\";s:29:\"maximum_price_monthly_display\";s:7:\"£71.92\";}i:5;O:8:\"stdClass\":12:{s:13:\"minimum_units\";i:1000001;s:13:\"maximum_units\";N;s:13:\"minimum_price\";i:116928;s:13:\"maximum_price\";i:0;s:28:\"transform_quantity_divide_by\";i:1000000;s:24:\"transform_quantity_round\";s:2:\"up\";s:8:\"flat_fee\";i:55680;s:12:\"per_unit_fee\";i:30624;s:21:\"minimum_price_display\";s:10:\"£1,169.28\";s:29:\"minimum_price_monthly_display\";s:7:\"£97.44\";s:21:\"maximum_price_display\";N;s:29:\"maximum_price_monthly_display\";N;}}s:25:\"price_tier_usage_quantity\";i:10000;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"£5.56\";}s:23:\"jetpack_monitor_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2241;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:23:\"jetpack_monitor_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-monitor\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"£1.00\";s:21:\"combined_cost_display\";s:3:\"£1\";s:4:\"cost\";i:1;s:18:\"cost_smallest_unit\";i:100;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_monitor_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2242;s:12:\"product_name\";s:15:\"Jetpack Monitor\";s:12:\"product_slug\";s:22:\"jetpack_monitor_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-monitor\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£11.00\";s:21:\"combined_cost_display\";s:4:\"£11\";s:4:\"cost\";i:11;s:18:\"cost_smallest_unit\";i:1100;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"£0.92\";}s:21:\"jetpack_boost_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2400;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:21:\"jetpack_boost_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£22.95\";s:21:\"combined_cost_display\";s:7:\"£22.95\";s:4:\"cost\";d:22.95;s:18:\"cost_smallest_unit\";i:2295;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:20:\"jetpack_boost_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2401;s:12:\"product_name\";s:13:\"Jetpack Boost\";s:12:\"product_slug\";s:20:\"jetpack_boost_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:13:\"jetpack-boost\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£191.40\";s:21:\"combined_cost_display\";s:8:\"£191.40\";s:4:\"cost\";d:191.4;s:18:\"cost_smallest_unit\";i:19140;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:95.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:7:\"£15.95\";}s:18:\"jetpack_ai_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2450;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:18:\"jetpack_ai_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£11.95\";s:21:\"combined_cost_display\";s:7:\"£11.95\";s:4:\"cost\";d:11.95;s:18:\"cost_smallest_unit\";i:1195;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:17:\"jetpack_ai_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2451;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:17:\"jetpack_ai_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£95.40\";s:21:\"combined_cost_display\";s:7:\"£95.40\";s:4:\"cost\";d:95.4;s:18:\"cost_smallest_unit\";i:9540;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:47.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"£7.95\";}s:20:\"jetpack_ai_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2452;s:12:\"product_name\";s:20:\"Jetpack AI Assistant\";s:12:\"product_slug\";s:20:\"jetpack_ai_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:10:\"jetpack-ai\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£152.64\";s:21:\"combined_cost_display\";s:8:\"£152.64\";s:4:\"cost\";d:152.64;s:18:\"cost_smallest_unit\";i:15264;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:114.24;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"£6.36\";}s:22:\"jetpack_social_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2500;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:22:\"jetpack_social_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:14:\"jetpack-social\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£11.00\";s:21:\"combined_cost_display\";s:4:\"£11\";s:4:\"cost\";i:11;s:18:\"cost_smallest_unit\";i:1100;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_social_basic_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2503;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:27:\"jetpack_social_basic_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£95.40\";s:21:\"combined_cost_display\";s:7:\"£95.40\";s:4:\"cost\";d:95.4;s:18:\"cost_smallest_unit\";i:9540;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:47.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"£7.95\";}s:28:\"jetpack_social_basic_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2504;s:12:\"product_name\";s:20:\"Jetpack Social Basic\";s:12:\"product_slug\";s:28:\"jetpack_social_basic_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:27:\"jetpack-social-basic-yearly\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£12.95\";s:21:\"combined_cost_display\";s:7:\"£12.95\";s:4:\"cost\";d:12.95;s:18:\"cost_smallest_unit\";i:1295;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:30:\"jetpack_social_advanced_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2602;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:30:\"jetpack_social_advanced_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£95.40\";s:21:\"combined_cost_display\";s:7:\"£95.40\";s:4:\"cost\";d:95.4;s:18:\"cost_smallest_unit\";i:9540;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"£7.95\";}s:31:\"jetpack_social_advanced_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2603;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:31:\"jetpack_social_advanced_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£12.95\";s:21:\"combined_cost_display\";s:7:\"£12.95\";s:4:\"cost\";d:12.95;s:18:\"cost_smallest_unit\";i:1295;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:33:\"jetpack_social_advanced_bi_yearly\";O:8:\"stdClass\":20:{s:10:\"product_id\";i:2604;s:12:\"product_name\";s:30:\"Jetpack Social Advanced (Beta)\";s:12:\"product_slug\";s:33:\"jetpack_social_advanced_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:23:\"jetpack-social-advanced\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£190.80\";s:21:\"combined_cost_display\";s:8:\"£190.80\";s:4:\"cost\";d:190.8;s:18:\"cost_smallest_unit\";i:19080;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:22:\"cost_per_month_display\";s:6:\"£7.95\";}s:24:\"jetpack_social_v1_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2605;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:24:\"jetpack_social_v1_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£95.40\";s:21:\"combined_cost_display\";s:7:\"£95.40\";s:4:\"cost\";d:95.4;s:18:\"cost_smallest_unit\";i:9540;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:47.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"£7.95\";}s:25:\"jetpack_social_v1_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2606;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:25:\"jetpack_social_v1_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£11.95\";s:21:\"combined_cost_display\";s:7:\"£11.95\";s:4:\"cost\";d:11.95;s:18:\"cost_smallest_unit\";i:1195;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:27:\"jetpack_social_v1_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2607;s:12:\"product_name\";s:14:\"Jetpack Social\";s:12:\"product_slug\";s:27:\"jetpack_social_v1_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:17:\"jetpack-social-v1\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£152.64\";s:21:\"combined_cost_display\";s:8:\"£152.64\";s:4:\"cost\";d:152.64;s:18:\"cost_smallest_unit\";i:15264;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:114.24;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:6:\"£6.36\";}s:23:\"jetpack_creator_monthly\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2610;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:23:\"jetpack_creator_monthly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:7:\"£22.95\";s:21:\"combined_cost_display\";s:7:\"£22.95\";s:4:\"cost\";d:22.95;s:18:\"cost_smallest_unit\";i:2295;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:5:\"month\";s:22:\"product_term_localized\";s:5:\"month\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}s:22:\"jetpack_creator_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2611;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:22:\"jetpack_creator_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£191.40\";s:21:\"combined_cost_display\";s:8:\"£191.40\";s:4:\"cost\";d:191.4;s:18:\"cost_smallest_unit\";i:19140;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:4:\"year\";s:22:\"product_term_localized\";s:4:\"year\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:1;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:95.4;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:7:\"£15.95\";}s:25:\"jetpack_creator_bi_yearly\";O:8:\"stdClass\":21:{s:10:\"product_id\";i:2612;s:12:\"product_name\";s:15:\"Jetpack Creator\";s:12:\"product_slug\";s:25:\"jetpack_creator_bi_yearly\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:15:\"jetpack-creator\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:8:\"£306.24\";s:21:\"combined_cost_display\";s:8:\"£306.24\";s:4:\"cost\";d:306.24;s:18:\"cost_smallest_unit\";i:30624;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:9:\"two years\";s:22:\"product_term_localized\";s:9:\"two years\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";s:18:\"introductory_offer\";O:8:\"stdClass\":7:{s:13:\"interval_unit\";s:4:\"year\";s:14:\"interval_count\";i:2;s:11:\"usage_limit\";N;s:17:\"cost_per_interval\";d:229.44;s:30:\"transition_after_renewal_count\";i:0;s:30:\"should_prorate_when_offer_ends\";b:0;s:6:\"reason\";N;}s:22:\"cost_per_month_display\";s:7:\"£12.76\";}s:29:\"jetpack_golden_token_lifetime\";O:8:\"stdClass\":19:{s:10:\"product_id\";i:2900;s:12:\"product_name\";s:20:\"Jetpack Golden Token\";s:12:\"product_slug\";s:29:\"jetpack_golden_token_lifetime\";s:11:\"description\";s:0:\"\";s:12:\"product_type\";s:7:\"jetpack\";s:9:\"available\";b:1;s:20:\"billing_product_slug\";s:20:\"jetpack-golden-token\";s:22:\"is_domain_registration\";b:0;s:12:\"cost_display\";s:6:\"£0.00\";s:21:\"combined_cost_display\";s:3:\"£0\";s:4:\"cost\";i:0;s:18:\"cost_smallest_unit\";i:0;s:13:\"currency_code\";s:3:\"GBP\";s:15:\"price_tier_list\";a:0:{}s:25:\"price_tier_usage_quantity\";N;s:12:\"product_term\";s:8:\"one time\";s:22:\"product_term_localized\";s:8:\"one time\";s:11:\"price_tiers\";a:0:{}s:15:\"price_tier_slug\";s:0:\"\";}}'),
(411,3,'wp_yoast_notifications','a:2:{i:0;a:2:{s:7:\"message\";s:207:\"You&#039;ve added a new type of content. We recommend that you review the corresponding <a href=\"https://staging.amtacshooting.com/wp-admin/admin.php?page=wpseo_page_settings\">Search appearance settings</a>.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:25:\"content-types-made-public\";s:7:\"user_id\";i:3;s:5:\"nonce\";N;s:8:\"priority\";d:0.8;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";s:20:\"wpseo_manage_options\";s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}i:1;a:2:{s:7:\"message\";s:446:\"It looks like you aren\'t using our <strong>Yoast WooCommerce SEO addon</strong>. <a href=\"https://yoa.st/1o0?php_version=8.3&platform=wordpress&platform_version=6.7.1&software=free&software_version=23.7&days_active=231&user_language=en_US\" aria-label=\"More information about Yoast WooCommerce SEO\" target=\"_blank\" rel=\"noopener noreferrer\">Upgrade today</a> to unlock more tools and SEO features to make your products stand out in search results.\";s:7:\"options\";a:10:{s:4:\"type\";s:7:\"warning\";s:2:\"id\";s:44:\"wpseo-suggested-plugin-yoast-woocommerce-seo\";s:7:\"user_id\";i:3;s:5:\"nonce\";N;s:8:\"priority\";d:0.5;s:9:\"data_json\";a:0:{}s:13:\"dismissal_key\";N;s:12:\"capabilities\";a:1:{i:0;s:15:\"install_plugins\";}s:16:\"capability_check\";s:3:\"all\";s:14:\"yoast_branding\";b:0;}}}'),
(412,3,'wp_user-settings','libraryContent=browse'),
(413,3,'wp_user-settings-time','1738369669'),
(414,3,'session_tokens','a:1:{s:64:\"2d9a772933097282ead2f18ad022c9095b38b2fa3e62fb7de204a4cd1d7f5fee\";a:4:{s:10:\"expiration\";i:1739124917;s:2:\"ip\";s:38:\"2605:59c8:43f:7210:c8e7:f82d:18b1:9143\";s:2:\"ua\";s:117:\"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/16.6 Safari/605.1.15\";s:5:\"login\";i:1738952117;}}');
/*!40000 ALTER TABLE `wp_usermeta` ENABLE KEYS */;
UNLOCK TABLES;

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

DROP TABLE IF EXISTS `wp_users`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_users` (
  `ID` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_login` varchar(60) NOT NULL DEFAULT '',
  `user_pass` varchar(255) NOT NULL DEFAULT '',
  `user_nicename` varchar(50) NOT NULL DEFAULT '',
  `user_email` varchar(100) NOT NULL DEFAULT '',
  `user_url` varchar(100) NOT NULL DEFAULT '',
  `user_registered` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `user_activation_key` varchar(255) NOT NULL DEFAULT '',
  `user_status` int(11) NOT NULL DEFAULT 0,
  `display_name` varchar(250) NOT NULL DEFAULT '',
  PRIMARY KEY (`ID`),
  KEY `user_login_key` (`user_login`),
  KEY `user_nicename` (`user_nicename`),
  KEY `user_email` (`user_email`)
) ENGINE=InnoDB AUTO_INCREMENT=11 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,'lasthour','$wp$2y$10$xoP/Gz4u/LH8Dc/hwzKjJeO.aQpx1Uewy2B2c1f/1BNLvcOX9nPje','lasthour','support@lasthourhosting.org','https://staging.amtacshooting.com','2024-06-21 17:08:10','',0,'lasthour'),
(3,'gmariah@gmail.com','$P$BGW2IayGLXI6BmesOWnO56G3/Y2MIM0','gmariahgmail-com','gmariah@gmail.com','','2024-07-09 00:55:12','',0,'Mariah Rapier'),
(4,'natalie','$P$B5FGFtb9HkhxlX4fshJevJJzWCZPW9.','natalie','natalie@ampvirtualservice.com','','2024-07-09 00:55:12','',0,'Natalie Meuche'),
(5,'bill','$P$Bjs6s7VOFsvzNoGFbzGc.U2/JUm1M4.','bill','bill@amtacshooting.com','','2024-07-09 00:55:12','',0,'Bill Rapier'),
(6,'Jessica','$P$BZPmkNjmUziazZrkgzLgMxaF9qA2Fl0','jessica','jessica@amtacshooting.com','','2024-07-09 00:55:13','',0,'Jessica Rolquin'),
(7,'jewels','$P$BS7pDzJz.Z0yKGlsSXQ4Us8H.J1Ykd.','jewels','jewels31899@gmail.com','','2024-07-09 00:55:13','',0,'Julie Jordan'),
(8,'sandyvietor','$P$BTSYnJlvNoIeLh5FABAKP5Eicpv5Ee0','sandyvietor','svietor0@gmail.com','','2024-07-09 00:55:13','',0,'Sandy Vietor'),
(9,'Sandy Newcomb','$P$BK5gMyR.kyLGh3A9JDY/kAYi6cZ.430','sandy-newcomb','creatingpapermemories@gmail.com','','2024-07-09 00:55:13','',0,'Sandy Newcomb'),
(10,'victoria','$wp$2y$10$oTucEiBas14BqkLe.Y61xucLbp0yf355eA5oT1S3n1DJ7X/vHAQge','victoria','victoria@shilohcode.com','','2024-09-02 18:51:59','',0,'victoria');
/*!40000 ALTER TABLE `wp_users` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_admin_note_actions`
--

DROP TABLE IF EXISTS `wp_wc_admin_note_actions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_admin_note_actions` (
  `action_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `note_id` bigint(20) unsigned NOT NULL,
  `name` varchar(255) NOT NULL,
  `label` varchar(255) NOT NULL,
  `query` longtext NOT NULL,
  `status` varchar(255) NOT NULL,
  `actioned_text` varchar(255) NOT NULL,
  `nonce_action` varchar(255) DEFAULT NULL,
  `nonce_name` varchar(255) DEFAULT NULL,
  PRIMARY KEY (`action_id`),
  KEY `note_id` (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=44233 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_admin_note_actions`
--

LOCK TABLES `wp_wc_admin_note_actions` WRITE;
/*!40000 ALTER TABLE `wp_wc_admin_note_actions` DISABLE KEYS */;
INSERT INTO `wp_wc_admin_note_actions` VALUES
(1,1,'notify-refund-returns-page','Edit page','https://staging.amtacshooting.com/wp-admin/post.php?post=17&action=edit','actioned','',NULL,NULL),
(773,58,'woocommerce-payfast-may-2024-update-needed-click','See available updates','https://staging.amtacshooting.com/wp-admin/update-core.php?','unactioned','',NULL,NULL),
(774,58,'woocommerce-payfast-may-2024-update-needed-dismiss','Dismiss','https://staging.amtacshooting.com/wp-admin/#','actioned','',NULL,NULL),
(775,59,'checkout_block_update_july_2024','Learn more','https://woocommerce.com/document/cart-checkout-blocks-status/changes-in-woocommerce-9-0/?utm_source=inbox_note&utm_medium=product&utm_campaign=checkout_block_update_july_2024','actioned','',NULL,NULL),
(777,61,'day-after-first-product','Learn more','https://woocommerce.com/document/woocommerce-customizer/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),
(944,62,'view-payment-gateways','Learn more','https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?utm_medium=product','actioned','',NULL,NULL),
(945,63,'tracking-opt-in','Activate usage tracking','','actioned','',NULL,NULL),
(1253,66,'connect','Connect','?page=wc-addons&section=helper','unactioned','',NULL,NULL),
(1609,64,'learn-more','Learn more','https://woocommerce.com/payments/?utm_medium=product','unactioned','',NULL,NULL),
(1610,64,'get-started','Get started','https://staging.amtacshooting.com/wp-admin/admin.php?page=wc-admin&action=setup-woocommerce-payments','actioned','','setup-woocommerce-payments',''),
(1613,4,'learn-more','Learn more','https://docs.woocommerce.com/document/woocommerce-shipping-and-tax/?utm_source=inbox','unactioned','',NULL,NULL),
(2186,53,'woo-activation-survey-blockers-survey-button-22AUG23','Take our short survey','https://woocommerce.survey.fm/getting-started-with-woo','unactioned','',NULL,NULL),
(3424,67,'learn-more','Learn more','https://woocommerce.com/posts/pre-launch-checklist-the-essentials/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),
(4269,68,'bfcm2024-landing-page-button','Read the report','https://woocommerce.com/black-friday-trends?utm_source=inbox_note&utm_medium=product&utm_campaign=bfcm2024-landing-page-button','unactioned','',NULL,NULL),
(7206,71,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),
(7289,70,'paypal_cta_q3_2024','Get PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_cta_q3_2024','unactioned','',NULL,NULL),
(9489,69,'stripe_securityupdate_q4_2024_click','Review and update','https://woocommerce.com/document/stripe/admin-experience/updated-requirements-for-stripe-plugin-mid-2024/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_securityupdate_q4_2024_click','unactioned','',NULL,NULL),
(10227,72,'paypal_cta_q3_2024_v2','Get PayPal Payments','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_cta_q3_2024_v2','unactioned','',NULL,NULL),
(10391,73,'mollie_q4_2024','Get paid with Mollie','https://woocommerce.com/products/mollie-payments-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=mollie_q4_2024','unactioned','',NULL,NULL),
(12013,74,'Renewal_notification_emails_Woosubscriptions_button_Nov2024','Set up automatic subscription reminders','https://woocommerce.com/document/subscriptions/subscriptions-notifications/?utm_source=inbox_note&utm_medium=product&utm_campaign=Renewal_notification_emails_Woosubscriptions_button_Nov2024','unactioned','',NULL,NULL),
(12832,75,'paypal_promo_Q4_2024','Add PayPal today','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_promo_Q4_2024','unactioned','',NULL,NULL),
(14740,78,'Announce-UPS-WCShipping-button-Dec2024','Ship with UPS on WooCommerce','https://woocommerce.com/ups-and-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=Announce-UPS-WCShipping-button-Dec2024','unactioned','',NULL,NULL),
(15232,77,'usps-mail-service-to-canada-suspended-dec-2024','Stay up to date','https://about.usps.com/newsroom/service-alerts/international/canada-suspension.htm','unactioned','',NULL,NULL),
(15876,79,'account-creation-after-checkout-button-dec2024','Enable it today','https://woocommerce.com/document/woocommerce-store-editing/customizing-order-confirmation-page/?utm_source=inbox_note&utm_medium=product&utm_campaign=account-creation-after-checkout-button-dec2024','unactioned','',NULL,NULL),
(17915,81,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),
(20869,82,'affirm_promo_Q1_2025','Save with Affirm','https://woocommerce.com/products/woocommerce-gateway-affirm/?utm_source=inbox_note&utm_medium=product&utm_campaign=affirm_promo_Q1_2025','unactioned','',NULL,NULL),
(21299,83,'new-woo-brand-announcement-feb4-2025-button','Read the blog','https://woocommerce.com/posts/introducing-the-new-woo-brand/?utm_source=inbox_note&utm_medium=product&utm_campaign=new-woo-brand-announcement-feb4-2025-button','unactioned','',NULL,NULL),
(21891,84,'paypal_bnpl_au_promo_Q1_2025_button','Enable “Pay in 4” now','https://woocommerce.com/document/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_bnpl_au_promo_Q1_2025_button#pay-later-tab','unactioned','',NULL,NULL),
(22652,85,'stripe_stripetax_q1_2025_click','Automate my taxes with Stripe','https://woocommerce.com/products/stripe-tax/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_stripetax_q1_2025_click','unactioned','',NULL,NULL),
(23331,86,'printful_promo_q1_2025','Get started for free','https://woocommerce.com/products/printful/?utm_source=inbox_note&utm_medium=product&utm_campaign=printful_promo_q1_2025','unactioned','',NULL,NULL),
(25207,88,'woo-marketplace-two-year-subscriptions-rin-2025-03-17','Browse the Marketplace','https://woocommerce.com/products/?utm_source=inbox_note&utm_medium=product&utm_campaign=woo-marketplace-two-year-subscriptions-rin-2025-03-17','actioned','',NULL,NULL),
(26021,91,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),
(26501,89,'viva_wallet_migration_q1_2025_click','Get Viva.com Smart Checkout','https://woocommerce.com/it/products/viva-com-smart-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=viva_wallet_migration_q1_2025_click','actioned','',NULL,NULL),
(27905,90,'stripe_nocapture_q2_2025_click','Update now','https://woocommerce.com/products/woocommerce-order-status-manager/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_nocapture_q2_2025_click','unactioned','',NULL,NULL),
(28080,92,'WooCommerce-Stripe-Gateway-Update-April-2025','See available updates','https://staging.amtacshooting.com/wp-admin/update-core.php?','actioned','',NULL,NULL),
(28081,93,'WooCommerce-Stripe-Gateway-Update-Info-April-2025','Dismiss','#','actioned','',NULL,NULL),
(29648,94,'klaviyo_q2_2025','Try Klaviyo today','https://woocommerce.com/products/klaviyo-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=klaviyo_q2_2025','actioned','',NULL,NULL),
(30896,97,'paypal_q2_2025','Activate messaging','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypal_q2_2025','actioned','',NULL,NULL),
(32132,99,'tento_q2_2025','Get your free score','https://woocommerce.com/products/tento-business-credit-monitoring/?utm_source=inbox_note&utm_medium=product&utm_campaign=tento_q2_2025','actioned','',NULL,NULL),
(33869,100,'woopayments-multibanco-alipay-wechat-launch-2025-06-23','Learn More','https://woocommerce.com/document/woopayments/payment-methods/local-payment-methods/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopayments-multibanco-alipay-wechat-launch-2025-06-23','unactioned','',NULL,NULL),
(34490,101,'woopayments-new-lpms-2025-06-30','Try WooPayments','https://woocommerce.com/products/woopayments/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopayments-new-lpms-2025-06-30','unactioned','',NULL,NULL),
(34491,102,'tiktok-webinar-promo-july2025-button','RSVP today','https://tiktokandwoocommerce.splashthat.com/','unactioned','',NULL,NULL),
(34933,104,'learn-more','Learn more','https://woocommerce.com/mobile/?utm_source=inbox&utm_medium=product','actioned','',NULL,NULL),
(35111,103,'woopayments-grabpay-launch-2025-07-07','Learn More','https://woocommerce.com/document/woopayments/payment-methods/local-payment-methods/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopayments-grabpay-launch-2025-07-07','unactioned','',NULL,NULL),
(35730,105,'BFCM-25-Survey-Button','Take the survey','https://2yp7yqymm1z.typeform.com/to/n4wCUUt7','unactioned','',NULL,NULL),
(36274,65,'update-db_run','Update WooCommerce Database','https://staging.amtacshooting.com/wp-admin/?do_update_woocommerce=true&return_url=https://staging.amtacshooting.com/wp-admin/update.php?action=update-selected&plugins=all-in-one-wp-migration%2Fall-in-one-wp-migration.php%2Cbetter-search-replace%2Fbetter-search-replace.php%2Cdivi-event-calendar-module%2Fdivi-event-calendar-module.php%2Caddons-for-divi%2Faddons-for-divi.php%2Cfeeds-for-youtube%2Fyoutube-feed.php%2Cgoogle-listings-and-ads%2Fgoogle-listings-and-ads.php%2Cjetpack%2Fjetpack.php%2Cconvertkit%2Fwp-convertkit.php%2Cmailpoet%2Fmailpoet.php%2Coverlay-image-divi-module%2Flwp-overlay-images.php%2Cpinterest-for-woocommerce%2Fpinterest-for-woocommerce.php%2Cpost-type-switcher%2Fpost-type-switcher.php%2Cprintful-shipping-for-woocommerce%2Fprintful-shipping.php%2Cthe-events-calendar%2Fthe-events-calendar.php%2Cw3-total-cache%2Fw3-total-cache.php%2Cwoocommerce%2Fwoocommerce.php%2Cwoocommerce-services%2Fwoocommerce-services.php%2Cwoocommerce-payments%2Fwoocommerce-payments.php%2Cwordpress-importer%2Fwordpress-importer.php%2Cwp-mail-smtp%2Fwp_mail_smtp.php%2Cwp-staging%2Fwp-staging.php%2Cwordpress-seo%2Fwp-seo.php','unactioned','wc_db_update','wc_db_update','wc_db_update_nonce'),
(36275,65,'update-db_learn-more','Learn more about updates','https://woocommerce.com/document/how-to-update-woocommerce/','unactioned','',NULL,NULL),
(36276,108,'try-the-new-templates','Try the new templates','?page=wc-settings&tab=email&try-new-templates','actioned','',NULL,NULL),
(37967,80,'woocommerce-analytics-order-attribution-promotions-december-2024-find-out-more','Find out more','https://wordpress.org/plugins/woocommerce-analytics','actioned','',NULL,NULL),
(38238,106,'woohoo10-coupon','Get 10% off now','https://staging.amtacshooting.com/wp-admin/admin.php?page=wc-admin&amp;tab=extensions&amp;path=extensions','unactioned','',NULL,NULL),
(38782,112,'woo-subscription-gifting-bundling-2025-08-18-update-button','Update to version 7.8.0','https://staging.amtacshooting.com/wp-admin/plugins.php','unactioned','',NULL,NULL),
(39234,107,'paypaladvantage_q3_2025','Activate & Save Now','https://woocommerce.com/products/woocommerce-paypal-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=paypaladvantage_q3_2025','actioned','',NULL,NULL),
(39236,110,'stripe_optimizedcheckout_upgrade_q3_2025_click','Enable optimized checkout','https://woocommerce.com/document/stripe/admin-experience/updated-requirements-for-stripe-plugin-mid-2025/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_optimizedcheckout_upgrade_q3_2025_click#enable-the-optimized-checkout-suite','unactioned','',NULL,NULL),
(39415,111,'stripe_optimizedcheckout_promotion_q3_2025_click','Get paid with Stripe','https://woocommerce.com/products/stripe/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_optimizedcheckout_promotion_q3_2025_click','unactioned','',NULL,NULL),
(39683,2,'wayflyer_bnpl_q4_2021','Level up with funding','https://woocommerce.com/products/wayflyer/?utm_source=inbox_note&utm_medium=product&utm_campaign=wayflyer_bnpl_q4_2021','actioned','',NULL,NULL),
(39684,3,'wc_shipping_mobile_app_usps_q4_2021','Get WooCommerce Shipping','https://woocommerce.com/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=wc_shipping_mobile_app_usps_q4_2021','actioned','',NULL,NULL),
(39729,37,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTA','Activate WooPay Test A','https://staging.amtacshooting.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),
(39730,37,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned','',NULL,NULL),
(39731,38,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTB','Activate WooPay Test B','https://staging.amtacshooting.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),
(39732,38,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTA','unactioned','',NULL,NULL),
(39733,39,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTC','Activate WooPay Test C','https://staging.amtacshooting.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),
(39734,39,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTC','unactioned','',NULL,NULL),
(39735,40,'woopay-beta-merchantrecruitment-short-activate-06MAY23-TESTD','Activate WooPay Test D','https://staging.amtacshooting.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),
(39736,40,'woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-06MAY23-TESTD','unactioned','',NULL,NULL),
(40008,113,'stripe_optimizedcheckout_competitors_q3_2025_click','Get more from Stripe','https://woocommerce.com/products/stripe/?utm_source=inbox_note&utm_medium=product&utm_campaign=stripe_optimizedcheckout_competitors_q3_2025_click','unactioned','',NULL,NULL),
(40398,109,'stripe_optimizedcheckout_upgrade_q3_2025_click','Upgrade now','https://staging.amtacshooting.com/wp-admin/update.php','unactioned','',NULL,NULL),
(41253,114,'reddit_q4_2025','Get started with Reddit','https://woocommerce.com/products/reddit/?utm_source=inbox_note&utm_medium=product&utm_campaign=reddit_q4_2025','unactioned','',NULL,NULL),
(41954,115,'bfcm_general_sale_q4_2025','Boost your store for less','https://woocommerce.com/products/?utm_source=inbox_note&utm_medium=product&utm_campaign=bfcm_general_sale_q4_2025','actioned','',NULL,NULL),
(43914,117,'Google_q4_2025','Update Now','https://staging.amtacshooting.com/wp-admin/update-core.php','unactioned','',NULL,NULL),
(44152,5,'learn-more','Learn more','https://woocommerce.com/posts/ecommerce-shipping-solutions-guide/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','actioned','',NULL,NULL),
(44153,6,'optimizing-the-checkout-flow','Learn more','https://woocommerce.com/posts/optimizing-woocommerce-checkout?utm_source=inbox_note&utm_medium=product&utm_campaign=optimizing-the-checkout-flow','actioned','',NULL,NULL),
(44154,7,'qualitative-feedback-from-new-users','Share feedback','https://automattic.survey.fm/woopayments-new-user-feedback','actioned','',NULL,NULL),
(44155,8,'share-feedback','Share feedback','http://automattic.survey.fm/paypal-feedback','unactioned','',NULL,NULL),
(44156,9,'get-started','Get started','https://woocommerce.com/products/google-listings-and-ads?utm_source=inbox_note&utm_medium=product&utm_campaign=get-started','actioned','',NULL,NULL),
(44157,10,'update-wc-subscriptions-3-0-15','View latest version','https://staging.amtacshooting.com/wp-admin/&page=wc-addons&section=helper','actioned','',NULL,NULL),
(44158,11,'update-wc-core-5-4-0','How to update WooCommerce','https://docs.woocommerce.com/document/how-to-update-woocommerce/','actioned','',NULL,NULL),
(44159,14,'ppxo-pps-install-paypal-payments-1','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),
(44160,15,'ppxo-pps-install-paypal-payments-2','View upgrade guide','https://docs.woocommerce.com/document/woocommerce-paypal-payments/paypal-payments-upgrade-guide/','actioned','',NULL,NULL),
(44161,16,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),
(44162,16,'dismiss','Dismiss','','actioned','',NULL,NULL),
(44163,17,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),
(44164,17,'dismiss','Dismiss','','actioned','',NULL,NULL),
(44165,18,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),
(44166,18,'dismiss','Dismiss','','actioned','',NULL,NULL),
(44167,19,'learn-more','Learn more','https://woocommerce.com/posts/critical-vulnerability-detected-july-2021/?utm_source=inbox_note&utm_medium=product&utm_campaign=learn-more','unactioned','',NULL,NULL),
(44168,19,'dismiss','Dismiss','','actioned','',NULL,NULL),
(44169,20,'share-feedback','Share feedback','https://automattic.survey.fm/store-management','unactioned','',NULL,NULL),
(44170,21,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),
(44171,21,'woocommerce-core-paypal-march-2022-dismiss','Dismiss','','actioned','',NULL,NULL),
(44172,22,'learn-more','Learn more','https://developer.woocommerce.com/2022/03/10/woocommerce-3-5-10-6-3-1-security-releases/','unactioned','',NULL,NULL),
(44173,22,'dismiss','Dismiss','','actioned','',NULL,NULL),
(44174,23,'pinterest_03_2022_update','Update Instructions','https://woocommerce.com/document/pinterest-for-woocommerce/?utm_source=inbox_note&utm_medium=product&utm_campaign=pinterest_03_2022_update#section-3','actioned','',NULL,NULL),
(44175,24,'store_setup_survey_survey_q2_2022_share_your_thoughts','Tell us how it’s going','https://automattic.survey.fm/store-setup-survey-2022','actioned','',NULL,NULL),
(44176,25,'needs-update-eway-payment-gateway-rin-action-button-2022-12-20','See available updates','https://staging.amtacshooting.com/wp-admin/update-core.php','unactioned','',NULL,NULL),
(44177,25,'needs-update-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL),
(44178,26,'updated-eway-payment-gateway-rin-action-button-2022-12-20','See all updates','https://staging.amtacshooting.com/wp-admin/update-core.php','unactioned','',NULL,NULL),
(44179,26,'updated-eway-payment-gateway-rin-dismiss-button-2022-12-20','Dismiss','#','actioned','',NULL,NULL),
(44180,27,'share-navigation-survey-feedback','Share feedback','https://automattic.survey.fm/new-ecommerce-plan-navigation','actioned','',NULL,NULL),
(44181,28,'woopay-beta-merchantrecruitment-activate-04MAY23','Activate WooPay','https://staging.amtacshooting.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),
(44182,28,'woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-activate-learnmore-04MAY23','unactioned','',NULL,NULL),
(44183,29,'woocommerce-wcpay-march-2023-update-needed-button','See Blog Post','https://developer.woocommerce.com/2023/03/23/critical-vulnerability-detected-in-woocommerce-payments-what-you-need-to-know','unactioned','',NULL,NULL),
(44184,29,'woocommerce-wcpay-march-2023-update-needed-dismiss-button','Dismiss','#','actioned','',NULL,NULL),
(44185,30,'tap_to_pay_iphone_q2_2023_no_wcpay','Simplify my payments','https://woocommerce.com/products/woocommerce-payments/?utm_source=inbox_note&utm_medium=product&utm_campaign=tap_to_pay_iphone_q2_2023_no_wcpay','actioned','',NULL,NULL),
(44186,31,'extension-settings','See available updates','https://staging.amtacshooting.com/wp-admin/update-core.php','unactioned','',NULL,NULL),
(44187,31,'dismiss','Dismiss','#','actioned','',NULL,NULL),
(44188,32,'woopay-beta-merchantrecruitment-update-WCPay-04MAY23','Update WooCommerce Payments','https://staging.amtacshooting.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(44189,32,'woopay-beta-merchantrecruitment-update-activate-04MAY23','Activate WooPay','https://staging.amtacshooting.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),
(44190,33,'woopay-beta-existingmerchants-noaction-documentation-27APR23','Documentation','https://woocommerce.com/document/woopay-merchant-documentation/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-existingmerchants-noaction-documentation-27APR23','actioned','',NULL,NULL),
(44191,34,'woopay-beta-existingmerchants-update-WCPay-27APR23','Update WooCommerce Payments','https://staging.amtacshooting.com/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL),
(44192,35,'woopay-beta-merchantrecruitment-short-activate-04MAY23','Activate WooPay','https://staging.amtacshooting.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),
(44193,35,'woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-04MAY23','actioned','',NULL,NULL),
(44194,36,'woopay-beta-merchantrecruitment-short-update-WCPay-04MAY23','Update WooCommerce Payments','https://staging.amtacshooting.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(44195,36,'woopay-beta-merchantrecruitment-short-update-activate-04MAY23','Activate WooPay','https://staging.amtacshooting.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','actioned','',NULL,NULL),
(44196,41,'woopay-beta-merchantrecruitment-short-activate-button-09MAY23','Activate WooPay','https://staging.amtacshooting.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),
(44197,41,'woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','Learn More','https://woocommerce.com/woopay-businesses/?utm_source=inbox_note&utm_medium=product&utm_campaign=woopay-beta-merchantrecruitment-short-activate-learnmore-button2-09MAY23','unactioned','',NULL,NULL),
(44198,42,'woopay-beta-merchantrecruitment-short-update-WCPay-09MAY23','Update WooCommerce Payments','https://staging.amtacshooting.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(44199,42,'woopay-beta-merchantrecruitment-short-update-activate-09MAY23','Activate WooPay','https://staging.amtacshooting.com/wp-admin/admin.php?page=wc-settings&tab=checkout&section=woocommerce_payments&method=platform_checkout','unactioned','',NULL,NULL),
(44200,43,'woocommerce-WCSubscriptions-June-2023-updated-needed-Plugin-Settings','See available updates','https://staging.amtacshooting.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(44201,43,'woocommerce-WCSubscriptions-June-2023-updated-needed-dismiss','Dismiss','#','actioned','',NULL,NULL),
(44202,44,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','See available updates','https://staging.amtacshooting.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(44203,44,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','Dismiss','#','actioned','',NULL,NULL),
(44204,45,'woocommerce-WCOPC-June-2023-updated-needed','See available updates','https://staging.amtacshooting.com/wp-admin/plugins.php?plugin_status=all','actioned','',NULL,NULL),
(44205,45,'woocommerce-WCOPC-June-2023-updated-needed','Dismiss','https://staging.amtacshooting.com/wp-admin/#','actioned','',NULL,NULL),
(44206,46,'woocommerce-WCGC-July-2023-update-needed','See available updates','https://staging.amtacshooting.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(44207,46,'woocommerce-WCGC-July-2023-update-needed','Dismiss','#','actioned','',NULL,NULL),
(44208,47,'learn-more','Learn more','https://woocommerce.com/document/fedex/?utm_medium=product&utm_source=inbox_note&utm_campaign=learn-more#july-2023-api-outage','unactioned','',NULL,NULL),
(44209,48,'plugin-list','See available updates','https://staging.amtacshooting.com/wp-admin/plugins.php?plugin_status=all','unactioned','',NULL,NULL),
(44210,48,'dismiss','Dismiss','https://staging.amtacshooting.com/wp-admin/admin.php?page=wc-admin','actioned','',NULL,NULL),
(44211,49,'woocommerce-WCStripe-Aug-2023-update-needed','See available updates','https://staging.amtacshooting.com/wp-admin/update-core.php?','unactioned','',NULL,NULL),
(44212,49,'dismiss','Dismiss','#','actioned','',NULL,NULL),
(44213,50,'dismiss','Dismiss','#','actioned','',NULL,NULL),
(44214,51,'dismiss','Dismiss','#','actioned','',NULL,NULL),
(44215,52,'avalara_q3-2023_noAvaTax','Automate my sales tax','https://woocommerce.com/products/woocommerce-avatax/?utm_source=inbox_note&utm_medium=product&utm_campaign=avalara_q3-2023_noAvaTax','unactioned','',NULL,NULL),
(44216,54,'woocommerce-usermeta-Sept2023-productvendors','See available updates','https://staging.amtacshooting.com/wp-admin/plugins.php','unactioned','',NULL,NULL),
(44217,54,'dismiss','Dismiss','https://staging.amtacshooting.com/wp-admin/#','actioned','',NULL,NULL),
(44218,55,'woocommerce-STRIPE-Oct-2023-update-needed','See available updates','https://staging.amtacshooting.com/wp-admin/update-core.php','unactioned','',NULL,NULL),
(44219,55,'dismiss','Dismiss','#','actioned','',NULL,NULL),
(44220,56,'amazon-mcf-review-button-2023-12-07','Leave a review','https://woocommerce.com/products/woocommerce-amazon-fulfillment/?review&utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-review-button-2023-12-07','actioned','',NULL,NULL),
(44221,56,'amazon-mcf-support-button-2023-12-07','Request support','https://woocommerce.com/my-account/contact-support/?utm_source=inbox_note&utm_medium=product&utm_campaign=amazon-mcf-support-button-2023-12-07','actioned','',NULL,NULL),
(44222,57,'view_docs','Learn about Deposit schedules','https://woocommerce.com/document/woopayments/deposits/deposit-schedule/?utm_source=inbox_note&utm_medium=product&utm_campaign=view_docs#available-funds','unactioned','',NULL,NULL),
(44223,76,'sirt-woo-2024-11-xss-admin','See available updates','https://staging.amtacshooting.com/wp-admin/update-core.php?','unactioned','',NULL,NULL),
(44224,76,'sirt-woo-2024-11-xss-admin','Dismiss','#','actioned','',NULL,NULL),
(44225,87,'paypal-braintree-sdk-depreciation-2025-02-20-button','Upgrade now','https://staging.amtacshooting.com/wp-admin/wp-admin/plugins.php','actioned','',NULL,NULL),
(44226,95,'uk-vat-notice-button-2025-04-30','Learn more about this extension','https://wordpress.org/plugins/eu-vat-for-woocommerce/','actioned','',NULL,NULL),
(44227,96,'payson-retirement-2025','Explore alternative payment methods','https://woocommerce.com/product-category/woocommerce-extensions/payment-gateways/?categoryIds=28680&collections=product&page=1&country=Sweden&utm_source=inbox_note&utm_medium=product&utm_campaign=payson-retirement-2025','actioned','',NULL,NULL),
(44228,98,'paypal-braintree-sdk-depreciation-2025-05-30-button','Update now','https://staging.amtacshooting.com/wp-admin/wp-admin/plugins.php','unactioned','',NULL,NULL),
(44229,116,'setup-instructions','Setup Instructions','https://woocommerce.com/document/woocommerce-paypal-payments/fraud-and-disputes/?utm_source=inbox_note&utm_medium=product&utm_campaign=setup-instructions#section-4','unactioned','',NULL,NULL),
(44230,116,'activate-now','Activate Now','https://staging.amtacshooting.com/wp-admin/admin.php?page=wc-settings&tab=integration&section=ppcp-recaptcha','unactioned','',NULL,NULL),
(44231,118,'holiday_shipping_deadlines_WCST_2025_button','Learn More','https://woocommerce.com/document/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=holiday_shipping_deadlines_WCST_2025_button#2025-holiday-shipping-deadlines','unactioned','',NULL,NULL),
(44232,119,'holiday_shipping_deadlines_WCS_2025_button','Learn More','https://woocommerce.com/document/woocommerce-shipping/?utm_source=inbox_note&utm_medium=product&utm_campaign=holiday_shipping_deadlines_WCS_2025_button#2025-holiday-shipping-deadlines','unactioned','',NULL,NULL);
/*!40000 ALTER TABLE `wp_wc_admin_note_actions` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_admin_notes`
--

DROP TABLE IF EXISTS `wp_wc_admin_notes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_admin_notes` (
  `note_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(255) NOT NULL,
  `type` varchar(20) NOT NULL,
  `locale` varchar(20) NOT NULL,
  `title` longtext NOT NULL,
  `content` longtext NOT NULL,
  `content_data` longtext DEFAULT NULL,
  `status` varchar(200) NOT NULL,
  `source` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_reminder` datetime DEFAULT NULL,
  `is_snoozable` tinyint(1) NOT NULL DEFAULT 0,
  `layout` varchar(20) NOT NULL DEFAULT '',
  `image` varchar(200) DEFAULT NULL,
  `is_deleted` tinyint(1) NOT NULL DEFAULT 0,
  `is_read` tinyint(1) NOT NULL DEFAULT 0,
  `icon` varchar(200) NOT NULL DEFAULT 'info',
  PRIMARY KEY (`note_id`)
) ENGINE=InnoDB AUTO_INCREMENT=120 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_admin_notes`
--

LOCK TABLES `wp_wc_admin_notes` WRITE;
/*!40000 ALTER TABLE `wp_wc_admin_notes` DISABLE KEYS */;
INSERT INTO `wp_wc_admin_notes` VALUES
(1,'wc-refund-returns-page','info','en_US','Setup a Refund and Returns Policy page to boost your store\'s credibility.','We have created a sample draft Refund and Returns Policy page for you. Please have a look and update it to fit your store.','{}','unactioned','woocommerce-core','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(2,'wayflyer_bnpl_q4_2021','marketing','en_US','Grow your business with funding through Wayflyer','Fast, flexible financing to boost cash flow and help your business grow – one fee, no interest rates, penalties, equity, or personal guarantees. Based on your store’s performance, Wayflyer provides funding and analytical insights to invest in your business.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(3,'wc_shipping_mobile_app_usps_q4_2021','marketing','en_US','Print and manage your shipping labels with WooCommerce Shipping and the WooCommerce Mobile App','Save time by printing, purchasing, refunding, and tracking shipping labels generated by <a href=\"https://woocommerce.com/woocommerce-shipping/\">WooCommerce Shipping</a> – all directly from your mobile device!','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(4,'woocommerce-services','info','en_US','WooCommerce Shipping & Tax','WooCommerce Shipping &amp; Tax helps get your store \"ready to sell\" as quickly as possible. You create your products. We take care of tax calculation, payment processing, and shipping label printing! Learn more about the extension that you just installed.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(5,'your-first-product','info','en_US','Your first product','That’s huge! You’re well on your way to building a successful online store — now it’s time to think about how you’ll fulfill your orders.<br /><br />Read our shipping guide to learn best practices and options for putting together your shipping strategy. And for WooCommerce stores in the United States, you can print discounted shipping labels via USPS with <a href=\"https://href.li/?https://woocommerce.com/shipping\" target=\"_blank\">WooCommerce Shipping</a>.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(6,'wc-admin-optimizing-the-checkout-flow','info','en_US','Optimizing the checkout flow','It’s crucial to get your store’s checkout as smooth as possible to avoid losing sales. Let’s take a look at how you can optimize the checkout experience for your shoppers.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(7,'wc-payments-qualitative-feedback','info','en_US','WooPayments setup - let us know what you think','Congrats on enabling WooPayments for your store. Please share your feedback in this 2 minute survey to help us improve the setup process.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(8,'share-your-feedback-on-paypal','info','en_US','Share your feedback on PayPal','Share your feedback in this 2 minute survey about how we can make the process of accepting payments more useful for your store.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(9,'google_listings_and_ads_install','marketing','en_US','Drive traffic and sales with Google','Reach online shoppers to drive traffic and sales for your store by showcasing products across Google, for free or with ads.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(10,'wc-subscriptions-security-update-3-0-15','info','en_US','WooCommerce Subscriptions security update!','We recently released an important security update to WooCommerce Subscriptions. To ensure your site’s data is protected, please upgrade <strong>WooCommerce Subscriptions to version 3.0.15</strong> or later.<br /><br />Click the button below to view and update to the latest Subscriptions version, or log in to <a href=\"https://woocommerce.com/my-dashboard\">WooCommerce.com Dashboard</a> and navigate to your <strong>Downloads</strong> page.<br /><br />We recommend always using the latest version of WooCommerce Subscriptions, and other software running on your site, to ensure maximum security.<br /><br />If you have any questions we are here to help — just <a href=\"https://woocommerce.com/my-account/create-a-ticket/\">open a ticket</a>.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(11,'woocommerce-core-update-5-4-0','info','en_US','Update to WooCommerce 5.4.1 now','WooCommerce 5.4.1 addresses a checkout issue discovered in WooCommerce 5.4. We recommend upgrading to WooCommerce 5.4.1 as soon as possible.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(12,'wcpay-promo-2020-11','marketing','en_US','wcpay-promo-2020-11','wcpay-promo-2020-11','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(13,'wcpay-promo-2020-12','marketing','en_US','wcpay-promo-2020-12','wcpay-promo-2020-12','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(14,'ppxo-pps-upgrade-paypal-payments-1','info','en_US','Get the latest PayPal extension for WooCommerce','Heads up! There’s a new PayPal on the block!<br /><br />Now is a great time to upgrade to our latest <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal extension</a> to continue to receive support and updates with PayPal.<br /><br />Get access to a full suite of PayPal payment methods, extensive currency and country coverage, and pay later options with the all-new PayPal extension for WooCommerce.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(15,'ppxo-pps-upgrade-paypal-payments-2','info','en_US','Upgrade your PayPal experience!','Get access to a full suite of PayPal payment methods, extensive currency and country coverage, offer subscription and recurring payments, and the new PayPal pay later options.<br /><br />Start using our <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">latest PayPal today</a> to continue to receive support and updates.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(16,'woocommerce-core-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(17,'woocommerce-blocks-sqli-july-2021-need-to-update','update','en_US','Action required: Critical vulnerabilities in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we are working with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br />Our investigation into this vulnerability is ongoing, but <strong>we wanted to let you know now about the importance of updating immediately</strong>.<br /><br />For more information on which actions you should take, as well as answers to FAQs, please urgently review our blog post detailing this issue.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(18,'woocommerce-core-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(19,'woocommerce-blocks-sqli-july-2021-store-patched','update','en_US','Solved: Critical vulnerabilities patched in WooCommerce Blocks','In response to a critical vulnerability identified on July 13, 2021, we worked with the WordPress Plugins Team to deploy software updates to stores running WooCommerce (versions 3.3 to 5.5) and the WooCommerce Blocks feature plugin (versions 2.5 to 5.5).<br /><br /><strong>Your store has been updated to the latest secure version(s)</strong>. For more information and answers to FAQs, please review our blog post detailing this issue.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(20,'habit-moment-survey','marketing','en_US','We’re all ears! Share your experience so far with WooCommerce','We’d love your input to shape the future of WooCommerce together. Feel free to share any feedback, ideas or suggestions that you have.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(21,'woocommerce-core-paypal-march-2022-updated','update','en_US','Security auto-update of WooCommerce','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy PayPal Standard security updates for stores running WooCommerce (version 3.5 to 6.3). It’s recommended to disable PayPal Standard, and use <a href=\"https://woocommerce.com/products/woocommerce-paypal-payments/\" target=\"_blank\">PayPal Payments</a> to accept PayPal.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(22,'woocommerce-core-paypal-march-2022-updated-nopp','update','en_US','Security auto-update of WooCommerce','<strong>Your store has been updated to the latest secure version of WooCommerce</strong>. We worked with WordPress to deploy security updates related to PayPal Standard payment gateway for stores running WooCommerce (version 3.5 to 6.3).','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(23,'pinterest_03_2022_update','marketing','en_US','Your Pinterest for WooCommerce plugin is out of date!','Update to the latest version of Pinterest for WooCommerce to continue using this plugin and keep your store connected with Pinterest. To update, visit <strong>Plugins &gt; Installed Plugins</strong>, and click on “update now” under Pinterest for WooCommerce.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(24,'store_setup_survey_survey_q2_2022','survey','en_US','How is your store setup going?','Our goal is to make sure you have all the right tools to start setting up your store in the smoothest way possible.\r\nWe’d love to know if we hit our mark and how we can improve. To collect your thoughts, we made a 2-minute survey.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(25,'needs-update-eway-payment-gateway-rin-2022-12-20','update','en_US','Security vulnerability patched in WooCommerce Eway Gateway','In response to a potential vulnerability identified in WooCommerce Eway Gateway versions 3.1.0 to 3.5.0, we’ve worked to deploy security fixes and have released an updated version.\r\nNo external exploits have been detected, but we recommend you update to your latest supported version 3.1.26, 3.2.3, 3.3.1, 3.4.6, or 3.5.1','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(26,'updated-eway-payment-gateway-rin-2022-12-20','update','en_US','WooCommerce Eway Gateway has been automatically updated','Your store is now running the latest secure version of WooCommerce Eway Gateway. We worked with the WordPress Plugins team to deploy a software update to stores running WooCommerce Eway Gateway (versions 3.1.0 to 3.5.0) in response to a security vulnerability that was discovered.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(27,'ecomm-wc-navigation-survey-2023','info','en_US','Navigating WooCommerce on WordPress.com','We are improving the WooCommerce navigation on WordPress.com and would love your help to make it better! Please share your experience with us in this 2-minute survey.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(28,'woopay-beta-merchantrecruitment-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available —and we’re inviting you to be one of the first to try it. \r\n<br><br>\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br><br>\r\nGet started in seconds.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(29,'woocommerce-wcpay-march-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Payments','<strong>Your store requires a security update for WooCommerce Payments</strong>. Please update to the latest version of WooCommerce Payments immediately to address a potential vulnerability discovered on March 22. For more information on how to update, visit this WooCommerce Developer Blog Post.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(30,'tap_to_pay_iphone_q2_2023_no_wcpay','marketing','en_US','Accept in-person contactless payments on your iPhone','Tap to Pay on iPhone and WooCommerce Payments is quick, secure, and simple to set up — no extra terminals or card readers are needed. Accept contactless debit and credit cards, Apple Pay, and other NFC digital wallets in person.','{}','unactioned','woocommerce.com','2024-09-02 22:03:03',NULL,0,'plain','',0,1,'info'),
(31,'woocommerce-WCPreOrders-april-2023-update-needed','update','en_US','Action required: Security update of WooCommerce Pre-Orders extension','<strong>Your store requires a security update for the WooCommerce Pre-Orders extension</strong>. Please update the WooCommerce Pre-Orders extension immediately to address a potential vulnerability discovered on April 11.','{}','pending','woocommerce.com','2024-07-09 00:19:24',NULL,0,'plain','',0,0,'info'),
(32,'woopay-beta-merchantrecruitment-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','WooPay, a new express checkout feature built into WooCommerce Payments, is now available — and you’re invited to try it. \r\n<br /><br />\r\nBoost conversions by offering your customers a simple, secure way to pay with a single click.\r\n<br /><br />\r\nUpdate WooCommerce Payments to get started.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(33,'woopay-beta-existingmerchants-noaction-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed. No action is required on your part.\r\n<br /><br />\r\nYou can now continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(34,'woopay-beta-existingmerchants-update-27APR23','info','en_US','WooPay is back!','Thanks for previously trying WooPay, the express checkout feature built into WooCommerce Payments. We’re excited to announce that WooPay availability has resumed.\r\n<br /><br />\r\n\r\nUpdate to the latest WooCommerce Payments version to continue boosting conversions by offering your customers a simple, secure way to pay with a single click.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(35,'woopay-beta-merchantrecruitment-short-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(36,'woopay-beta-merchantrecruitment-short-update-04MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(37,'woopay-beta-merchantrecruitment-short-06MAY23-TESTA','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(38,'woopay-beta-merchantrecruitment-short-06MAY23-TESTB','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(39,'woopay-beta-merchantrecruitment-short-06MAY23-TESTC','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(40,'woopay-beta-merchantrecruitment-short-06MAY23-TESTD','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(41,'woopay-beta-merchantrecruitment-short-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, a new express checkout feature for WooCommerce Payments. \r\n<br><br>\r\nBoost conversions by letting customers pay with a single click.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(42,'woopay-beta-merchantrecruitment-short-update-09MAY23','info','en_US','Increase conversions with WooPay — our fastest checkout yet','Be one of the first to try WooPay, our new express checkout feature. <br>Boost conversions by letting customers pay with a single click. <br><br>Update to the latest version of WooCommerce Payments to get started.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(43,'woocommerce-WCSubscriptions-June-2023-updated-needed','marketing','en_US','Action required: Security update of WooCommerce Subscriptions','<strong>Your store requires a security update for the WooCommerce Subscriptions plugin</strong>. Please update the WooCommerce Subscriptions plugin immediately to address a potential vulnerability.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(44,'woocommerce-WCReturnsWarranty-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce Returns and Warranty Requests extension','<strong>Your store requires a security update for the Returns and Warranty Requests extension</strong>.  Please update to the latest version of the WooCommerce Returns and Warranty Requests extension immediately to address a potential vulnerability discovered on May 31.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(45,'woocommerce-WCOPC-June-2023-updated-needed','update','en_US','Action required: Security update of WooCommerce One Page Checkout','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce One Page Checkout extension</strong>. The fix for this vulnerability was released for this extension on June 13th. Please update immediately.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(46,'woocommerce-WCGC-July-2023-update-needed','update','en_US','Action required: Security update of WooCommerce GoCardless Extension','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce GoCardless extension</strong>. The fix for this vulnerability was released on July 4th. Please update immediately.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(47,'woocommerce-shipping-fedex-api-outage-2023-07-16','warning','en_US','Scheduled FedEx API outage — July 2023','On July 16 there will be a full outage of the FedEx API from 04:00 to 08:00 AM UTC. Due to planned maintenance by FedEx, you\'ll be unable to provide FedEx shipping rates during this time. Follow the link below for more information and recommendations on how to minimize impact.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(48,'wcship-2023-07-hazmat-update-needed','update','en_US','Action required: USPS HAZMAT compliance update for WooCommerce Shipping & Tax extension','<strong>Your store requires an update for the WooCommerce Shipping extension</strong>. Please update to the latest version of the WooCommerce Shipping &amp; Tax extension immediately to ensure compliance with new USPS HAZMAT rules currently in effect.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(49,'woocommerce-WCStripe-Aug-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Stripe plugin','<strong>Your shop requires an important security update for the  WooCommerce Stripe plugin</strong>. The fix for this vulnerability was released on July 31. Please update immediately.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(50,'woocommerce-WCStripe-Aug-2023-security-updated','update','en_US','Security update of WooCommerce Stripe plugin','<strong>Your store has been updated to the latest secure version of the WooCommerce Stripe plugin</strong>. This update was released on July 31.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(51,'woocommerce-WooPayments-Aug-2023-security-updated','update','en_US','Security update of WooPayments (WooCommerce Payments) plugin','<strong>Your store has been updated to the more secure version of WooPayments (WooCommerce Payments)</strong>. This update was released on July 31.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(52,'avalara_q3-2023_noAvaTax','marketing','en_US','Automatically calculate VAT in real time','Take the effort out of determining tax rates and sell confidently across borders with automated tax management from Avalara AvaTax— including built-in VAT calculation when you sell into or across the EU and UK. Save time and stay compliant when you let Avalara do the heavy lifting.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(53,'woo-activation-survey-blockers-22AUG23','info','en_US','How can we help you get that first sale?','Your feedback is vital. Please take a minute to share your experience of setting up your new store and whether anything is preventing you from making those first few sales. Together, we can make Woo even better!','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(54,'woocommerce-usermeta-Sept2023-productvendors','update','en_US','Your store requires a security update','<strong>Your shop needs an update to address a vulnerability in WooCommerce.</strong> The fix was released on Sept 15. Please update WooCommerce to the latest version immediately. <a href=\"https://developer.woocommerce.com/2023/09/16/woocommerce-vulnerability-reintroduced-from-7-0-1/\" />Read our developer update</a> for more information.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(55,'woocommerce-STRIPE-Oct-2023-update-needed','update','en_US','Action required: Security update for WooCommerce Stripe Gateway','<strong>Your shop requires a security update to address a vulnerability in the WooCommerce Stripe Gateway</strong>. The fix for this vulnerability was released on October 17. Please update immediately.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(56,'amazon-mcf-reviews-2023-12-07','marketing','en_US','Enjoying Amazon MCF for WooCommerce?','We\'re Never Settle, the developers behind Amazon MCF for WooCommerce, and would be deeply honored to have your review. Reviews help immensely as other users can learn how MCF can solve their needs too! Not happy or need help? Please reach out for support and we’d love to make things right!','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(57,'remove_estimated_deposits_2024','marketing','en_US','Estimated deposits are going away','To provide more accurate deposit information and support the expansion of instant deposits, estimated deposit details will no longer be available in WooPayments. We recommend upgrading to the latest version of WooPayments for more detailed balance status information.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(58,'woocommerce-payfast-may-2024-update-needed','update','en_US','An important update is required for the Payfast Payment Gateway','<strong>Please update to the latest version of the Payfast Payment Gateway for WooCommerce immediately to address a security vulnerability</strong>. This update is required to ensure that your transactions continue to process.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(59,'checkout_block_update_july_2024','marketing','en_US','UPDATE: The checkout block is getting an upgrade!','We’re improving the checkout block in 2024, starting with WooCommerce 9.0, launching on June 18! The latest release includes streamlined order summary with sticky functionality, better address form layout, and other enhancements to boost conversion.','{}','pending','woocommerce.com','2024-07-09 00:19:25',NULL,0,'plain','',0,0,'info'),
(61,'wc-admin-customizing-product-catalog','info','en_US','How to customize your product catalog','You want your product catalog and images to look great and align with your brand. This guide will give you all the tips you need to get your products looking great in your store.','{}','unactioned','woocommerce-admin','2024-07-10 17:07:24',NULL,0,'plain','',0,0,'info'),
(62,'wc-admin-onboarding-payments-reminder','info','en_US','Start accepting payments on your store!','Take payments with the provider that’s right for you - choose from 100+ payment gateways for WooCommerce.','{}','unactioned','woocommerce-admin','2024-07-31 15:21:15',NULL,0,'plain','',0,1,'info'),
(63,'wc-admin-usage-tracking-opt-in','info','en_US','Help WooCommerce improve with usage tracking','Gathering usage data allows us to improve WooCommerce. Your store will be considered as we evaluate new features, judge the quality of an update, or determine if an improvement makes sense. You can always visit the <a href=\"https://staging.amtacshooting.com/wp-admin/admin.php?page=wc-settings&#038;tab=advanced&#038;section=woocommerce_com\" target=\"_blank\">Settings</a> and choose to stop sharing data. <a href=\"https://woocommerce.com/usage-tracking?utm_medium=product\" target=\"_blank\">Read more</a> about what data we collect.','{}','unactioned','woocommerce-admin','2024-07-31 15:21:15',NULL,0,'plain','',0,1,'info'),
(64,'wc-admin-woocommerce-payments','marketing','en_US','Try the new way to get paid','Securely accept credit and debit cards on your site. Manage transactions without leaving your WordPress dashboard. Only with <strong>WooPayments</strong>.<br><br>By clicking \"Get started\", you agree to our <a href=\"https://wordpress.com/tos/\" target=\"_blank\">Terms of Service</a>','{}','unactioned','woocommerce-admin','2024-07-31 15:21:15',NULL,0,'plain','',0,1,'info'),
(65,'wc-update-db-reminder','update','en_US','WooCommerce database update required','WooCommerce has been updated! To keep things running smoothly, we have to update your database to the newest version. The database update process runs in the background and may take a little while, so please be patient. Advanced users can alternatively update via <a href=\"https://github.com/woocommerce/woocommerce/wiki/Upgrading-the-database-using-WP-CLI\">WP CLI</a>.','{}','unactioned','woocommerce-core','2024-07-31 15:22:40',NULL,0,'plain','',0,0,'info'),
(66,'wc-admin-wc-helper-connection','info','en_US','Connect to WooCommerce.com','Connect to get important product notifications and updates.','{}','unactioned','woocommerce-admin','2024-07-31 16:27:27',NULL,0,'plain','',0,1,'info'),
(67,'wc-admin-launch-checklist','info','en_US','Ready to launch your store?','To make sure you never get that sinking \"what did I forget\" feeling, we\'ve put together the essential pre-launch checklist.','{}','unactioned','woocommerce-admin','2024-09-03 07:40:12',NULL,0,'plain','',0,1,'info'),
(68,'bfcm2024-landing-page','marketing','en_US','The best way to prepare for holiday success','The upcoming holiday season is the busiest time of the year for many online stores. We want to help you make the most of it with an early gift: our first-ever Black Friday Cyber Monday Trends Report. It\'s full of stats, trends, and recommendations to knock your holiday socks off!','{}','pending','woocommerce.com','2024-09-04 16:14:52',NULL,0,'plain','',0,0,'info'),
(69,'stripe_securityupdate_q3_2024','update','en_US','Security update required for your Stripe extension','To continue securely accepting payments, you must update your Stripe extension to at least version 8.6, re-authenticate, and turn on the new checkout experience. Review the documentation for instructions on how to make the necessary changes from your WooCommerce dashboard.','{}','pending','woocommerce.com','2024-09-19 02:01:14',NULL,0,'plain','',0,0,'info'),
(70,'paypal_migration_Q3_2024','marketing','en_US','You’re using an outdated version of PayPal','Don\'t miss out on potential sales this holiday season — upgrade your store\'s checkout experience by switching to the all-in-one PayPal Payments extension. Enable customers to pay using Venmo and Pay Later (where available), credit and debit cards, Apple Pay, Google Pay, and country-specific options.','{}','pending','woocommerce.com','2024-10-04 00:19:52',NULL,0,'plain','',0,0,'info'),
(71,'wc-admin-real-time-order-alerts','info','en_US','Get real-time order alerts anywhere','Get notifications about store activity, including new orders and product reviews directly on your mobile devices with the Woo app.','{}','unactioned','woocommerce-admin','2024-10-07 02:09:43',NULL,0,'plain','',0,1,'info'),
(72,'paypal_migration_Q3_2024_v2','marketing','en_US','You’re using an outdated version of PayPal','Don\'t miss out on potential sales this holiday season — upgrade your store\'s checkout experience by switching to the all-in-one PayPal Payments extension. Enable customers to pay using Venmo and Pay Later (where available), credit and debit cards, Apple Pay, Google Pay, and country-specific options.','{}','pending','woocommerce.com','2024-10-31 01:41:03',NULL,0,'plain','',0,0,'info'),
(73,'mollie_q4_2024','marketing','en_US','Special offer: Zero transaction fees for your first month with Mollie','With seamless checkout, flexible financing, and 30+ local and global payment methods, Mollie is the all-in-one payment solution that enhances the customer experience and helps your business grow. Start your account today and enjoy ZERO transaction fees for the first month. Ts&amp;Cs apply.','{}','pending','woocommerce.com','2024-11-01 02:57:17',NULL,0,'plain','',0,0,'info'),
(74,'Renewal_notification_emails_Woosubscriptions_Nov2024','marketing','en_US','WooCommerce Subscriptions just got even better','You can now send automatic email reminders to customers before their subscriptions renew or expire. To enable this for your store, update to the latest version of WooCommerce Subscriptions (don\'t forget to make a backup first) and follow the steps linked below.','{}','pending','woocommerce.com','2024-11-19 02:36:53',NULL,0,'plain','',0,0,'info'),
(75,'paypal_promo_Q4_2024','marketing','en_US','Add PayPal to your existing checkout this holiday season','Drive conversion and give customers more confidence to buy when you complement your checkout with PayPal, Venmo, Pay Later, and more. Attract new shoppers and give them a streamlined buying experience with Fastlane, PayPal’s fast and simple guest checkout.','{}','pending','woocommerce.com','2024-11-28 00:31:05',NULL,0,'plain','',0,0,'info'),
(76,'sirt-woo-2024-11-xss-admin','update','en_US','An important update is required for WooCommerce','This update addresses a security vulnerability that could allow unauthorized access to administrative privileges on your site. <a href=\"https://developer.woocommerce.com/2024/12/03/woocommerce-9-4-3-and-woocommerce-9-3-4-available-now/\">Learn more</a>.\r\n<br><br>\r\n<strong>Please ensure your site is updated to the latest version to stay secure.</strong>','{}','pending','woocommerce.com','2024-12-04 00:19:34',NULL,0,'plain','',0,0,'info'),
(77,'usps-mail-service-to-canada-suspended-dec-2024','update','en_US','Please note: USPS Mail Service to Canada Suspended','The United States Postal Service has temporarily suspended mail service to Canada due to the ongoing Canadian postal workers\' strike. USPS is asking users to refrain from mailing items to Canada at this time.','{}','pending','woocommerce.com','2024-12-05 04:08:01',NULL,0,'plain','',0,0,'info'),
(78,'Announce-UPS-WCShipping-Dec2024','marketing','en_US','WooCommerce Shipping now supports select UPS services','Give customers the power and reliability of UPS, directly from your dashboard. Access discounted rates, convenient shipping options, and fast, on-time delivery with UPS on WooCommerce Shipping — and stay tuned for UPS® Ground Saver rates coming in 2025.','{}','pending','woocommerce.com','2024-12-13 00:25:21',NULL,0,'plain','',0,0,'info'),
(79,'account-creation-after-checkout-dec2024','marketing','en_US','Offer account creation after checkout','Your customers can now create accounts after they check out on block-based themes. Enable the new “After checkout” block in your account settings and enjoy smoother guest checkout, better conversion, and more repeat business.','{}','pending','woocommerce.com','2024-12-19 00:19:46',NULL,0,'plain','',0,0,'info'),
(80,'woocommerce-analytics-order-attribution-promotions-december-2024','marketing','en_US','Discover what drives your sales','Use our powerful <strong>Order Attribution</strong> extension to understand what truly drives your revenue. Track your sales journey, identify your most effective marketing channels, and optimize your sales strategy.','{}','pending','woocommerce.com','2024-12-24 00:37:50',NULL,0,'plain','',0,0,'info'),
(81,'wc-admin-manage-orders-on-the-go','info','en_US','Manage your orders on the go','Look for orders, customer info, and process refunds in one click with the Woo app.','{}','unactioned','woocommerce-admin','2025-01-05 00:23:44',NULL,0,'plain','',0,0,'info'),
(82,'affirm_promo_Q1_2025','marketing','en_US','Save up to 50% on merchant fees with Affirm','Kickstart the year with buy now, pay later and get merchant rates as low as 2.9% + 30¢ per transaction for 30 days. Download the extension and complete your application from your WooCommerce dashboard by February 19, 2025 to claim the offer. Terms and conditions apply.','{}','pending','woocommerce.com','2025-01-21 01:11:57',NULL,0,'plain','',0,0,'info'),
(83,'new-woo-brand-announcement-feb4-2025','marketing','en_US','Meet the new Woo','WooCommerce has a new look, but underneath, we’re still the same customizable, open-source ecommerce platform you know and love. Plus, we’ve got some major improvements to our platform and product on the way.','{}','pending','woocommerce.com','2025-02-05 00:54:47',NULL,0,'plain','',0,0,'info'),
(84,'paypal_bnpl_au_promo_Q1_2025','marketing','en_US','Australian shoppers can Pay in 4 with PayPal','Enable Pay in 4 messaging to let Australian customers know that they can pay over time while you get paid up front and in full. Pay in 4 is included in PayPal Payments at no additional cost. Eligible buyers can pay in four interest-free payments for purchases of $30 to $2,000 AUD. Terms apply.','{}','pending','woocommerce.com','2025-02-12 02:15:06',NULL,0,'plain','',0,0,'info'),
(85,'stripe_stripetax_q1_2025','marketing','en_US','Say goodbye to your tax woes','Stripe Tax automatically applies the correct sales tax, VAT, or GST, saving time while keeping you compliant. And with simple automatic filing, you can stop stressing at tax time and focus on growing instead.','{}','pending','woocommerce.com','2025-02-20 01:17:47',NULL,0,'plain','',0,0,'info'),
(86,'printful_promo_q1_2025','marketing','en_US','New: sell print-on-demand products, risk-free','Expand your product line with Printful, now available in the WooCommerce Marketplace. Sell custom products with no upfront costs or inventory. This trusted supplier prints, packages, and ships for you, so you can focus on growing your store — and your next big idea.','{}','pending','woocommerce.com','2025-02-26 00:19:23',NULL,0,'plain','',0,0,'info'),
(87,'paypal-braintree-sdk-depreciation-2025-02-20','update','en_US','Update required for your PayPal Braintree extension','To continue securely accepting payments, you must update your PayPal Braintree extension to version 3.2.4 or newer before June 30, 2025. Your current extension version will not support payment processing after this date due to an SSL certificate update.','{}','pending','woocommerce.com','2025-03-04 00:19:22',NULL,0,'plain','',0,0,'info'),
(88,'woo-marketplace-two-year-subscriptions-rin-2025-03-17','marketing','en_US','Save 20% on new two-year subscriptions','We’ve introduced 20% off two-year subscriptions for all products* in the WooCommerce Marketplace. Lock in long-term savings and make sure your store never misses a beat. \r\n\r\n*Some exclusions apply. New purchases only.','{}','pending','woocommerce.com','2025-03-17 01:21:12',NULL,0,'plain','',0,0,'info'),
(89,'viva_wallet_migration_q1_2025','update','en_US','Switch to the new Viva.com Smart Checkout','The Viva Wallet extension is no longer being updated and improved. To get the best Viva.com experience, move to the new Smart Checkout. It’s fast, secure, and fully compatible with the latest WooCommerce features.','{}','pending','woocommerce.com','2025-04-04 00:19:22',NULL,0,'plain','',0,0,'info'),
(90,'stripe_orderstatus_bug_q2_2025','update','en_US','Action Required: Update Order Status Manager','Update to the latest Order Status Manager (v1.15.5+) to ensure payments are captured. Your version of WooCommerce Order Status Manager can interfere with order processing for payment gateways (including WooCommerce Stripe Gateway v9.2.0+), which may cause orders to process without capturing payment.','{}','pending','woocommerce.com','2025-04-04 00:19:22',NULL,0,'plain','',0,0,'info'),
(91,'wc-admin-performance-on-mobile','info','en_US','Track your store performance on mobile','Monitor your sales and high performing products with the Woo app.','{}','unactioned','woocommerce-admin','2025-04-05 00:54:26',NULL,0,'plain','',0,0,'info'),
(92,'WooCommerce-Stripe-Gateway-Update-April-2025','update','en_US','Action required: Update WooCommerce Stripe Gateway to v9.4.1','<strong>An important update for WooCommerce Stripe Payment Gateway has been released</strong>. Version 9.4.1 addresses performance issues and payment method visibility problems that occurred in version 9.4.0. Please update as soon as possible for optimal store performance. Please read <a href=\"https://developer.woocommerce.com/2025/04/18/https://developer.woocommerce.com/2025/04/18/developer-advisory-stripe-payment-gateway-9-4-1-release/\" /> this advisory</a> for more information.','{}','pending','woocommerce.com','2025-04-19 00:19:32',NULL,0,'plain','',0,0,'info'),
(93,'WooCommerce-Stripe-Gateway-Update-Info-April-2025','update','en_US','WooCommerce Stripe Gateway has been updated to v9.4.1','<strong>WooCommerce Stripe Payment Gateway was recently updated</strong>. Version 9.4.1 addresses performance issues and payment method visibility problems that occurred in version 9.4.0. No further action is required. Please read <a href=\"https://developer.woocommerce.com/2025/04/18/https://developer.woocommerce.com/2025/04/18/developer-advisory-stripe-payment-gateway-9-4-1-release/\" /> this advisory post </a>for more information.','{}','pending','woocommerce.com','2025-04-19 00:19:32',NULL,0,'plain','',0,0,'info'),
(94,'klaviyo_q2_2025','marketing','en_US','Tailor your marketing with data-driven automation','Deliver personalized experiences at scale, simplify your stack, and make your data work for you using Klaviyo’s best-in-class marketing extension for Woo. With advanced segmentation based on actual customer behavior, you can send email and SMS messages that drive revenue and increase loyalty — without adding complexity','{}','pending','woocommerce.com','2025-04-30 00:20:10',NULL,0,'plain','',0,0,'info'),
(95,'uk-vat-notice-2025-04-30','warning','en_US','UK VAT numbers are no longer supported','Due to recent HM Revenue &amp; Customs (HMRC) VAT API changes, your EU VAT Number for WooCommerce extension can no longer validate UK VAT numbers. HMRC now requires merchants to register an API key, which this extension does not currently support. We recommend EU/UK VAT Validation Manager for WooCommerce as a replacement','{}','pending','woocommerce.com','2025-05-06 00:20:07',NULL,0,'plain','',0,0,'info'),
(96,'payson-retirement-2025','update','en_US','Payson Form Retirement','Svea Bank is discontinuing the Payson service; the last date for transactions is August 31, 2025. As a result, the Payson Form extension has been removed from WooCommerce.com. Documentation remains available.','{}','pending','woocommerce.com','2025-05-13 00:19:43',NULL,0,'plain','',0,0,'info'),
(97,'paypal_q2_2025','marketing','en_US','Power up sales with Pay Later messaging','Help increase your sales and grow cart sizes by letting customers know they have flexible payment options. Merchants see up to an 11% sales lift when they add Pay Later messaging — plus, it integrates seamlessly with your PayPal checkout.','{}','pending','woocommerce.com','2025-05-22 00:19:23',NULL,0,'plain','',0,0,'info'),
(98,'paypal-braintree-sdk-depreciation-2025-05-30','update','en_US','Action required: Update the PayPal Braintree extension','Your PayPal Braintree extension is using an outdated SDK and will stop processing payments after June 30, 2025, due to a root SSL certificate expiration. To avoid service disruption, update to version 3.2.4 or newer immediately.','{}','pending','woocommerce.com','2025-05-30 00:20:19',NULL,0,'plain','',0,0,'info'),
(99,'tento_q2_2025','marketing','en_US','Get your free business credit score','Strong business credit is the key to better deals, stronger partnerships, and sustainable growth. Tento Business Credit Monitoring helps you catch risks early, secure better financing, and fuel smarter growth — with no impact to your credit.','{}','pending','woocommerce.com','2025-06-05 00:19:45',NULL,0,'plain','',0,0,'info'),
(100,'woopayments-multibanco-alipay-wechat-launch-2025-06-23','marketing','en_US','Multibanco, AliPay and WeChat now available in WooPayments','Multibanco, AliPay, and WeChat Pay are now available in WooPayments! Offer trusted local payment methods to customers in key global markets and boost international sales. Geo restrictions apply.','{}','pending','woocommerce.com','2025-06-24 00:20:03',NULL,0,'plain','',0,0,'info'),
(101,'woopayments-new-lpms-2025-06-30','marketing','en_US','Boost global sales with more local payments','Support for AliPay, GrabPay, Multibanco, and WeChat Pay is now built into WooPayments in applicable regions. Enable them today to give customers around the globe the convenience of local payment methods — and boost your international sales with a few simple clicks.','{}','pending','woocommerce.com','2025-07-01 00:19:32',NULL,0,'plain','',0,0,'info'),
(102,'tiktok-webinar-promo-july2025','marketing','en_US','You\'re Invited: TikTok for WooCommerce Webinar','Join us for a free webinar with our friends at TikTok on Tuesday, July 8, at 4 pm UTC. We\'ll cover creative tips and best practices for making content that turns views into sales.','{}','pending','woocommerce.com','2025-07-01 00:19:32',NULL,0,'plain','',0,0,'info'),
(103,'woopayments-grabpay-launch-2025-07-07','marketing','en_US','GrabPay now available in WooPayments','Offer GrabPay through WooPayments and make checkout easier for customers across Southeast Asia. Enable it today and expand your reach with a payment method they know and trust.','{}','pending','woocommerce.com','2025-07-08 00:20:43',NULL,0,'plain','',0,0,'info'),
(104,'wc-admin-edit-products-on-the-move','info','en_US','Edit products on the move','Edit and create new products from your mobile devices with the Woo app','{}','unactioned','woocommerce-admin','2025-07-09 00:19:22',NULL,0,'plain','',0,0,'info'),
(105,'BFCM-25-Survey','marketing','en_US','You’re invited: Take our quick BFCM survey and get 25% off','We’re gathering insights on how businesses prepare for peak sales moments like Black Friday and Cyber Monday — so we can better support you. Take our quick 8-minute survey to share your thoughts and get 25% off your next WooCommerce extension as a thank you.','{}','pending','woocommerce.com','2025-07-15 00:19:22',NULL,0,'plain','',0,0,'info'),
(106,'woohoo10-coupon','marketing','en_US','Celebrate and save with WooCommerce 10.0','To mark this milestone release, get 10% off extensions and themes in the official Woo Marketplace. Use code WOOHOO10 at checkout to save on essential tools that help grow your business. Offer ends August 15, 2025. Terms and conditions apply.','{}','unactioned','woocommerce.com','2025-07-22 00:19:54',NULL,0,'plain','',0,0,'info'),
(107,'paypaladvantage_q3_2025','marketing','en_US','Add PayPal Checkout and earn up to $1,000*','PayPal Checkout can boost conversion by up to 46% and average order value by up to 62% with no disruption to your checkout. New US merchants who activate by August 31 save 25% on transaction fees for 6 months. Excludes Venmo. Terms apply.*','{}','pending','woocommerce.com','2025-07-23 00:32:18',NULL,0,'plain','',0,0,'info'),
(108,'wc-admin-email-improvements','info','en_US','Store emails have had an upgrade!','We’ve made some exciting improvements to our email templates, including modern, shopper-friendly designs and new customization options. And if you’re using a block theme, you can automatically sync your theme styles! Head to your email settings to explore the new features.','{}','unactioned','woocommerce-admin','2025-07-24 00:20:37',NULL,0,'plain','',0,0,'info'),
(109,'stripe_optimizedcheckout_upgrade_q3_2025','marketing','en_US','Upgrade for a faster, more flexible Stripe checkout','You\'re not on the latest WooCommerce Stripe Payment Gateway version. Upgrade to version 9.8 to access Stripe\'s Optimized Checkout Suite and leverage AI models to dynamically surface the most relevant payment methods for each customer, including BNPL, local options, and one-click Link checkout.','{}','pending','woocommerce.com','2025-08-14 00:32:30',NULL,0,'plain','',0,0,'info'),
(110,'stripe_optimizedcheckout_enable_q3_2025','marketing','en_US','Unlock dynamic payments and sell more','You’re on the latest WooCommerce Stripe Payment Gateway — now unlock its full potential by enabling the Optimized Checkout Suite. It uses AI models to dynamically surface the most relevant payment methods for each customer, helping you boost conversions.','{}','pending','woocommerce.com','2025-08-14 00:32:30',NULL,0,'plain','',0,0,'info'),
(111,'stripe_optimizedcheckout_promotion_q3_2025','marketing','en_US','Upgrade to Stripe for a faster, more flexible checkout','Unlock dynamic payments with Stripe’s Optimized Checkout Suite — now available with the WooCommerce Stripe Payment Gateway. Leverage AI models to dynamically surface the most relevant payment methods for each customer, including BNPL, local options, and one-click Link checkout.','{}','pending','woocommerce.com','2025-08-16 00:19:25',NULL,0,'plain','',0,0,'info'),
(112,'woo-subscription-gifting-bundling-2025-08-18','marketing','en_US','Grow recurring revenue with gifting','WooCommerce Subscriptions now includes gifting. Customers can buy subscriptions for others, helping you reach new shoppers and grow recurring revenue with less effort. Update to the latest version of Subscriptions (7.8.0) to start offering gifting.','{}','pending','woocommerce.com','2025-08-21 00:19:24',NULL,0,'plain','',0,0,'info'),
(113,'stripe_optimizedcheckout_competitors_q3_2025','marketing','en_US','Upgrade to the official WooCommerce Stripe Payment Gateway','Unlock dynamic payments with Stripe’s Optimized Checkout Suite — now available with the WooCommerce Stripe Payment Gateway. Use AI models to dynamically surface the most relevant payment methods for each customer, including BNPL, local options, and one-click checkout with Link.','{}','pending','woocommerce.com','2025-08-29 01:28:16',NULL,0,'plain','',0,0,'info'),
(114,'reddit_q4_2025','marketing','en_US','New: Reach high-intent shoppers on Reddit','Sync your catalog and pixel with Reddit for WooCommerce. Launch your ads faster on Reddit and connect with their 400M+ weekly active users and shoppers who turn to this platform for authentic conversations and recommendations.','{}','pending','woocommerce.com','2025-11-14 03:03:23',NULL,0,'plain','',0,0,'info'),
(115,'bfcm_general_sale_q4_2025','marketing','en_US','Save up to 40% on extensions and themes','For a limited time, take up to 40% off nearly everything in our Marketplace. It’s the perfect moment to give your store a holiday boost and level up for 2026. Sale ends December 2, 2025, at 14:00 UTC.','{}','pending','woocommerce.com','2025-11-20 03:07:34',NULL,0,'plain','',0,0,'info'),
(116,'paypal-carding-recaptcha-dec-25','update','en_US','Activate PayPal fraud management','PayPal detected increased suspicious card activity in market. Please enable fraud protection in your PayPal Payment settings by enabling CAPTCHA for PayPal Payments.','{}','pending','woocommerce.com','2025-12-04 02:16:00',NULL,0,'plain','',0,0,'info'),
(117,'Googleupdate_q4_2025','marketing','en_US','Make every ad dollar count this holiday season','Google for WooCommerce now includes Budget Recommendations. Install the latest version and get personalized suggestions on where to optimize campaign budgets to reach more holiday shoppers this season.','{}','pending','woocommerce.com','2025-12-05 02:00:51',NULL,0,'plain','',0,0,'info'),
(118,'holiday_shipping_deadlines_WCST_2025','marketing','en_US','Holiday shipping deadlines','Ensure your packages arrive before December 25. Verify your exact ship-by date for your destination, carrier, and mail class.','{}','pending','woocommerce.com','2025-12-12 05:35:09',NULL,0,'plain','',0,0,'info'),
(119,'holiday_shipping_deadlines_WCS_2025','marketing','en_US','Holiday shipping deadlines','Ensure your packages arrive before December 25. Verify your exact ship-by date for your destination, carrier, and mail class.','{}','pending','woocommerce.com','2025-12-12 05:35:09',NULL,0,'plain','',0,0,'info');
/*!40000 ALTER TABLE `wp_wc_admin_notes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_category_lookup`
--

DROP TABLE IF EXISTS `wp_wc_category_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_category_lookup` (
  `category_tree_id` bigint(20) unsigned NOT NULL,
  `category_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`category_tree_id`,`category_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_category_lookup`
--

LOCK TABLES `wp_wc_category_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_category_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_category_lookup` VALUES
(15,15),
(75,75);
/*!40000 ALTER TABLE `wp_wc_category_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_customer_lookup`
--

DROP TABLE IF EXISTS `wp_wc_customer_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_customer_lookup` (
  `customer_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `username` varchar(60) NOT NULL DEFAULT '',
  `first_name` varchar(255) NOT NULL,
  `last_name` varchar(255) NOT NULL,
  `email` varchar(100) DEFAULT NULL,
  `date_last_active` timestamp NULL DEFAULT NULL,
  `date_registered` timestamp NULL DEFAULT NULL,
  `country` char(2) NOT NULL DEFAULT '',
  `postcode` varchar(20) NOT NULL DEFAULT '',
  `city` varchar(100) NOT NULL DEFAULT '',
  `state` varchar(100) NOT NULL DEFAULT '',
  PRIMARY KEY (`customer_id`),
  UNIQUE KEY `user_id` (`user_id`),
  KEY `email` (`email`)
) ENGINE=InnoDB AUTO_INCREMENT=2 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_customer_lookup`
--

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

--
-- Table structure for table `wp_wc_download_log`
--

DROP TABLE IF EXISTS `wp_wc_download_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_download_log` (
  `download_log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `permission_id` bigint(20) unsigned NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `user_ip_address` varchar(100) DEFAULT '',
  PRIMARY KEY (`download_log_id`),
  KEY `permission_id` (`permission_id`),
  KEY `timestamp` (`timestamp`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_download_log`
--

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

--
-- Table structure for table `wp_wc_order_addresses`
--

DROP TABLE IF EXISTS `wp_wc_order_addresses`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_order_addresses` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned NOT NULL,
  `address_type` varchar(20) DEFAULT NULL,
  `first_name` text DEFAULT NULL,
  `last_name` text DEFAULT NULL,
  `company` text DEFAULT NULL,
  `address_1` text DEFAULT NULL,
  `address_2` text DEFAULT NULL,
  `city` text DEFAULT NULL,
  `state` text DEFAULT NULL,
  `postcode` text DEFAULT NULL,
  `country` text DEFAULT NULL,
  `email` varchar(320) DEFAULT NULL,
  `phone` varchar(100) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `address_type_order_id` (`address_type`,`order_id`),
  KEY `order_id` (`order_id`),
  KEY `email` (`email`(191)),
  KEY `phone` (`phone`)
) 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_wc_order_addresses`
--

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

--
-- Table structure for table `wp_wc_order_coupon_lookup`
--

DROP TABLE IF EXISTS `wp_wc_order_coupon_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_order_coupon_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `coupon_id` bigint(20) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `discount_amount` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_id`,`coupon_id`),
  KEY `coupon_id` (`coupon_id`),
  KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_coupon_lookup`
--

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

--
-- Table structure for table `wp_wc_order_operational_data`
--

DROP TABLE IF EXISTS `wp_wc_order_operational_data`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_order_operational_data` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned DEFAULT NULL,
  `created_via` varchar(100) DEFAULT NULL,
  `woocommerce_version` varchar(20) DEFAULT NULL,
  `prices_include_tax` tinyint(1) DEFAULT NULL,
  `coupon_usages_are_counted` tinyint(1) DEFAULT NULL,
  `download_permission_granted` tinyint(1) DEFAULT NULL,
  `cart_hash` varchar(100) DEFAULT NULL,
  `new_order_email_sent` tinyint(1) DEFAULT NULL,
  `order_key` varchar(100) DEFAULT NULL,
  `order_stock_reduced` tinyint(1) DEFAULT NULL,
  `date_paid_gmt` datetime DEFAULT NULL,
  `date_completed_gmt` datetime DEFAULT NULL,
  `shipping_tax_amount` decimal(26,8) DEFAULT NULL,
  `shipping_total_amount` decimal(26,8) DEFAULT NULL,
  `discount_tax_amount` decimal(26,8) DEFAULT NULL,
  `discount_total_amount` decimal(26,8) DEFAULT NULL,
  `recorded_sales` tinyint(1) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `order_id` (`order_id`),
  KEY `order_key` (`order_key`)
) 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_wc_order_operational_data`
--

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

--
-- Table structure for table `wp_wc_order_product_lookup`
--

DROP TABLE IF EXISTS `wp_wc_order_product_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_order_product_lookup` (
  `order_item_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `variation_id` bigint(20) unsigned NOT NULL,
  `customer_id` bigint(20) unsigned DEFAULT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `product_qty` int(11) NOT NULL,
  `product_net_revenue` double NOT NULL DEFAULT 0,
  `product_gross_revenue` double NOT NULL DEFAULT 0,
  `coupon_amount` double NOT NULL DEFAULT 0,
  `tax_amount` double NOT NULL DEFAULT 0,
  `shipping_amount` double NOT NULL DEFAULT 0,
  `shipping_tax_amount` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`),
  KEY `product_id` (`product_id`),
  KEY `customer_id` (`customer_id`),
  KEY `date_created` (`date_created`),
  KEY `customer_product_date` (`customer_id`,`product_id`,`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_product_lookup`
--

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

--
-- Table structure for table `wp_wc_order_stats`
--

DROP TABLE IF EXISTS `wp_wc_order_stats`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_order_stats` (
  `order_id` bigint(20) unsigned NOT NULL,
  `parent_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_paid` datetime DEFAULT '0000-00-00 00:00:00',
  `date_completed` datetime DEFAULT '0000-00-00 00:00:00',
  `num_items_sold` int(11) NOT NULL DEFAULT 0,
  `total_sales` double NOT NULL DEFAULT 0,
  `tax_total` double NOT NULL DEFAULT 0,
  `shipping_total` double NOT NULL DEFAULT 0,
  `net_total` double NOT NULL DEFAULT 0,
  `returning_customer` tinyint(1) DEFAULT NULL,
  `status` varchar(200) NOT NULL,
  `customer_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_id`),
  KEY `date_created` (`date_created`),
  KEY `customer_id` (`customer_id`),
  KEY `status` (`status`(191))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_stats`
--

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

--
-- Table structure for table `wp_wc_order_tax_lookup`
--

DROP TABLE IF EXISTS `wp_wc_order_tax_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_order_tax_lookup` (
  `order_id` bigint(20) unsigned NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `shipping_tax` double NOT NULL DEFAULT 0,
  `order_tax` double NOT NULL DEFAULT 0,
  `total_tax` double NOT NULL DEFAULT 0,
  PRIMARY KEY (`order_id`,`tax_rate_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `date_created` (`date_created`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_order_tax_lookup`
--

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

--
-- Table structure for table `wp_wc_orders`
--

DROP TABLE IF EXISTS `wp_wc_orders`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_orders` (
  `id` bigint(20) unsigned NOT NULL,
  `status` varchar(20) DEFAULT NULL,
  `currency` varchar(10) DEFAULT NULL,
  `type` varchar(20) DEFAULT NULL,
  `tax_amount` decimal(26,8) DEFAULT NULL,
  `total_amount` decimal(26,8) DEFAULT NULL,
  `customer_id` bigint(20) unsigned DEFAULT NULL,
  `billing_email` varchar(320) DEFAULT NULL,
  `date_created_gmt` datetime DEFAULT NULL,
  `date_updated_gmt` datetime DEFAULT NULL,
  `parent_order_id` bigint(20) unsigned DEFAULT NULL,
  `payment_method` varchar(100) DEFAULT NULL,
  `payment_method_title` text DEFAULT NULL,
  `transaction_id` varchar(100) DEFAULT NULL,
  `ip_address` varchar(100) DEFAULT NULL,
  `user_agent` text DEFAULT NULL,
  `customer_note` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `status` (`status`),
  KEY `date_created` (`date_created_gmt`),
  KEY `customer_id_billing_email` (`customer_id`,`billing_email`(171)),
  KEY `billing_email` (`billing_email`(191)),
  KEY `type_status_date` (`type`,`status`,`date_created_gmt`),
  KEY `parent_order_id` (`parent_order_id`),
  KEY `date_updated` (`date_updated_gmt`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_orders`
--

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

--
-- Table structure for table `wp_wc_orders_meta`
--

DROP TABLE IF EXISTS `wp_wc_orders_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_orders_meta` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_id` bigint(20) unsigned DEFAULT NULL,
  `meta_key` varchar(255) DEFAULT NULL,
  `meta_value` text DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `meta_key_value` (`meta_key`(100),`meta_value`(82)),
  KEY `order_id_meta_key_meta_value` (`order_id`,`meta_key`(100),`meta_value`(82))
) 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_wc_orders_meta`
--

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

--
-- Table structure for table `wp_wc_product_attributes_lookup`
--

DROP TABLE IF EXISTS `wp_wc_product_attributes_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_product_attributes_lookup` (
  `product_id` bigint(20) NOT NULL,
  `product_or_parent_id` bigint(20) NOT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `term_id` bigint(20) NOT NULL,
  `is_variation_attribute` tinyint(1) NOT NULL,
  `in_stock` tinyint(1) NOT NULL,
  PRIMARY KEY (`product_or_parent_id`,`term_id`,`product_id`,`taxonomy`),
  KEY `is_variation_attribute_term_id` (`is_variation_attribute`,`term_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_product_attributes_lookup`
--

LOCK TABLES `wp_wc_product_attributes_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_attributes_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_product_attributes_lookup` VALUES
(2548,2541,'pa_size',63,1,1),
(2556,2541,'pa_size',63,1,1),
(2562,2541,'pa_size',63,1,1),
(2568,2541,'pa_size',63,1,1),
(2574,2541,'pa_size',63,1,1),
(2549,2541,'pa_size',64,1,1),
(2557,2541,'pa_size',64,1,1),
(2563,2541,'pa_size',64,1,1),
(2569,2541,'pa_size',64,1,1),
(2575,2541,'pa_size',64,1,1),
(2550,2541,'pa_size',65,1,1),
(2576,2541,'pa_size',65,1,1),
(2551,2541,'pa_size',66,1,1),
(2577,2541,'pa_size',66,1,1),
(2544,2541,'pa_color',67,1,1),
(2545,2541,'pa_color',67,1,1),
(2546,2541,'pa_color',67,1,1),
(2547,2541,'pa_color',67,1,1),
(2548,2541,'pa_color',67,1,1),
(2549,2541,'pa_color',67,1,1),
(2550,2541,'pa_color',67,1,1),
(2551,2541,'pa_color',67,1,1),
(2552,2541,'pa_color',68,1,1),
(2553,2541,'pa_color',68,1,1),
(2554,2541,'pa_color',68,1,1),
(2555,2541,'pa_color',68,1,1),
(2556,2541,'pa_color',68,1,1),
(2557,2541,'pa_color',68,1,1),
(2564,2541,'pa_color',69,1,1),
(2565,2541,'pa_color',69,1,1),
(2566,2541,'pa_color',69,1,1),
(2567,2541,'pa_color',69,1,1),
(2568,2541,'pa_color',69,1,1),
(2569,2541,'pa_color',69,1,1),
(2546,2541,'pa_size',70,1,1),
(2554,2541,'pa_size',70,1,1),
(2560,2541,'pa_size',70,1,1),
(2566,2541,'pa_size',70,1,1),
(2572,2541,'pa_size',70,1,1),
(2545,2541,'pa_size',71,1,1),
(2553,2541,'pa_size',71,1,1),
(2559,2541,'pa_size',71,1,1),
(2565,2541,'pa_size',71,1,1),
(2571,2541,'pa_size',71,1,1),
(2570,2541,'pa_color',72,1,1),
(2571,2541,'pa_color',72,1,1),
(2572,2541,'pa_color',72,1,1),
(2573,2541,'pa_color',72,1,1),
(2574,2541,'pa_color',72,1,1),
(2575,2541,'pa_color',72,1,1),
(2576,2541,'pa_color',72,1,1),
(2577,2541,'pa_color',72,1,1),
(2558,2541,'pa_color',73,1,1),
(2559,2541,'pa_color',73,1,1),
(2560,2541,'pa_color',73,1,1),
(2561,2541,'pa_color',73,1,1),
(2562,2541,'pa_color',73,1,1),
(2563,2541,'pa_color',73,1,1),
(2544,2541,'pa_size',74,1,1),
(2552,2541,'pa_size',74,1,1),
(2558,2541,'pa_size',74,1,1),
(2564,2541,'pa_size',74,1,1),
(2570,2541,'pa_size',74,1,1),
(2547,2541,'pa_size',76,1,1),
(2555,2541,'pa_size',76,1,1),
(2561,2541,'pa_size',76,1,1),
(2567,2541,'pa_size',76,1,1),
(2573,2541,'pa_size',76,1,1);
/*!40000 ALTER TABLE `wp_wc_product_attributes_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_product_download_directories`
--

DROP TABLE IF EXISTS `wp_wc_product_download_directories`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_product_download_directories` (
  `url_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(256) NOT NULL,
  `enabled` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`url_id`),
  KEY `url` (`url`(191))
) 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_wc_product_download_directories`
--

LOCK TABLES `wp_wc_product_download_directories` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_download_directories` DISABLE KEYS */;
INSERT INTO `wp_wc_product_download_directories` VALUES
(1,'file:///var/www/wordpress/wp-content/uploads/woocommerce_uploads/',1),
(2,'https://staging.amtacshooting.com/wp-content/uploads/woocommerce_uploads/',1);
/*!40000 ALTER TABLE `wp_wc_product_download_directories` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_product_meta_lookup`
--

DROP TABLE IF EXISTS `wp_wc_product_meta_lookup`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_product_meta_lookup` (
  `product_id` bigint(20) NOT NULL,
  `sku` varchar(100) DEFAULT '',
  `virtual` tinyint(1) DEFAULT 0,
  `downloadable` tinyint(1) DEFAULT 0,
  `min_price` decimal(19,4) DEFAULT NULL,
  `max_price` decimal(19,4) DEFAULT NULL,
  `onsale` tinyint(1) DEFAULT 0,
  `stock_quantity` double DEFAULT NULL,
  `stock_status` varchar(100) DEFAULT 'instock',
  `rating_count` bigint(20) DEFAULT 0,
  `average_rating` decimal(3,2) DEFAULT 0.00,
  `total_sales` bigint(20) DEFAULT 0,
  `tax_status` varchar(100) DEFAULT 'taxable',
  `tax_class` varchar(100) DEFAULT '',
  `global_unique_id` varchar(100) DEFAULT '',
  PRIMARY KEY (`product_id`),
  KEY `virtual` (`virtual`),
  KEY `downloadable` (`downloadable`),
  KEY `stock_status` (`stock_status`),
  KEY `stock_quantity` (`stock_quantity`),
  KEY `onsale` (`onsale`),
  KEY `min_max_price` (`min_price`,`max_price`),
  KEY `sku` (`sku`(50))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_product_meta_lookup`
--

LOCK TABLES `wp_wc_product_meta_lookup` WRITE;
/*!40000 ALTER TABLE `wp_wc_product_meta_lookup` DISABLE KEYS */;
INSERT INTO `wp_wc_product_meta_lookup` VALUES
(3167,'',0,0,0.0000,0.0000,0,NULL,'instock',0,0.00,0,'taxable','','');
/*!40000 ALTER TABLE `wp_wc_product_meta_lookup` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_rate_limits`
--

DROP TABLE IF EXISTS `wp_wc_rate_limits`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_rate_limits` (
  `rate_limit_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `rate_limit_key` varchar(200) NOT NULL,
  `rate_limit_expiry` bigint(20) unsigned NOT NULL,
  `rate_limit_remaining` smallint(10) NOT NULL DEFAULT 0,
  PRIMARY KEY (`rate_limit_id`),
  UNIQUE KEY `rate_limit_key` (`rate_limit_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_wc_rate_limits`
--

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

--
-- Table structure for table `wp_wc_reserved_stock`
--

DROP TABLE IF EXISTS `wp_wc_reserved_stock`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_reserved_stock` (
  `order_id` bigint(20) NOT NULL,
  `product_id` bigint(20) NOT NULL,
  `stock_quantity` double NOT NULL DEFAULT 0,
  `timestamp` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `expires` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  PRIMARY KEY (`order_id`,`product_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_wc_reserved_stock`
--

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

--
-- Table structure for table `wp_wc_tax_rate_classes`
--

DROP TABLE IF EXISTS `wp_wc_tax_rate_classes`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_tax_rate_classes` (
  `tax_rate_class_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `name` varchar(200) NOT NULL DEFAULT '',
  `slug` varchar(200) NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_class_id`),
  UNIQUE KEY `slug` (`slug`(191))
) 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_wc_tax_rate_classes`
--

LOCK TABLES `wp_wc_tax_rate_classes` WRITE;
/*!40000 ALTER TABLE `wp_wc_tax_rate_classes` DISABLE KEYS */;
INSERT INTO `wp_wc_tax_rate_classes` VALUES
(1,'Reduced rate','reduced-rate'),
(2,'Zero rate','zero-rate');
/*!40000 ALTER TABLE `wp_wc_tax_rate_classes` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wc_webhooks`
--

DROP TABLE IF EXISTS `wp_wc_webhooks`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wc_webhooks` (
  `webhook_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `status` varchar(200) NOT NULL,
  `name` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL,
  `delivery_url` text NOT NULL,
  `secret` text NOT NULL,
  `topic` varchar(200) NOT NULL,
  `date_created` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_created_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `date_modified_gmt` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `api_version` smallint(4) NOT NULL,
  `failure_count` smallint(10) NOT NULL DEFAULT 0,
  `pending_delivery` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`webhook_id`),
  KEY `user_id` (`user_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_wc_webhooks`
--

LOCK TABLES `wp_wc_webhooks` WRITE;
/*!40000 ALTER TABLE `wp_wc_webhooks` DISABLE KEYS */;
INSERT INTO `wp_wc_webhooks` VALUES
(1,'active','Printful Integration',10,'https://api.printful.com/hook/woocommerce?store=14309913','cs_a71841b439d110b8f6300eccf9187dcb94ddfade','action.woocommerce_order_status_processing','2024-09-06 20:00:39','2024-09-06 20:00:39','2024-09-06 20:00:39','2024-09-06 20:00:39',2,0,0),
(2,'active','Printful Integration',10,'https://api.printful.com/hook/woocommerce?store=14309913','cs_a71841b439d110b8f6300eccf9187dcb94ddfade','product.updated','2024-09-06 20:00:40','2024-09-06 20:00:40','2024-09-06 20:00:40','2024-09-06 20:00:40',2,0,0),
(3,'active','Printful Integration',10,'https://api.printful.com/hook/woocommerce?store=14309913','cs_a71841b439d110b8f6300eccf9187dcb94ddfade','product.deleted','2024-09-06 20:00:41','2024-09-06 20:00:41','2025-05-09 19:11:37','2025-05-09 19:11:37',2,0,0);
/*!40000 ALTER TABLE `wp_wc_webhooks` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_api_keys`
--

DROP TABLE IF EXISTS `wp_woocommerce_api_keys`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_api_keys` (
  `key_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `user_id` bigint(20) unsigned NOT NULL,
  `description` varchar(200) DEFAULT NULL,
  `permissions` varchar(10) NOT NULL,
  `consumer_key` char(64) NOT NULL,
  `consumer_secret` char(43) NOT NULL,
  `nonces` longtext DEFAULT NULL,
  `truncated_key` char(7) NOT NULL,
  `last_access` datetime DEFAULT NULL,
  PRIMARY KEY (`key_id`),
  KEY `consumer_key` (`consumer_key`),
  KEY `consumer_secret` (`consumer_secret`)
) 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_woocommerce_api_keys`
--

LOCK TABLES `wp_woocommerce_api_keys` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_api_keys` VALUES
(1,10,'Printful - API (2024-09-06 19:59:24)','read_write','c51a75718bd829c80e95d874470e3ab3fa2f522c3ae2cffa51124787bae32e15','cs_a71841b439d110b8f6300eccf9187dcb94ddfade',NULL,'772246d','2025-09-09 01:32:52');
/*!40000 ALTER TABLE `wp_woocommerce_api_keys` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_attribute_taxonomies`
--

DROP TABLE IF EXISTS `wp_woocommerce_attribute_taxonomies`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_attribute_taxonomies` (
  `attribute_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `attribute_name` varchar(200) NOT NULL,
  `attribute_label` varchar(200) DEFAULT NULL,
  `attribute_type` varchar(20) NOT NULL,
  `attribute_orderby` varchar(20) NOT NULL,
  `attribute_public` int(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`attribute_id`),
  KEY `attribute_name` (`attribute_name`(20))
) 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_woocommerce_attribute_taxonomies`
--

LOCK TABLES `wp_woocommerce_attribute_taxonomies` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_attribute_taxonomies` VALUES
(1,'size','size','select','menu_order',0),
(2,'color','color','select','menu_order',0);
/*!40000 ALTER TABLE `wp_woocommerce_attribute_taxonomies` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_downloadable_product_permissions`
--

DROP TABLE IF EXISTS `wp_woocommerce_downloadable_product_permissions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_downloadable_product_permissions` (
  `permission_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `download_id` varchar(36) NOT NULL,
  `product_id` bigint(20) unsigned NOT NULL,
  `order_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `order_key` varchar(200) NOT NULL,
  `user_email` varchar(200) NOT NULL,
  `user_id` bigint(20) unsigned DEFAULT NULL,
  `downloads_remaining` varchar(9) DEFAULT NULL,
  `access_granted` datetime NOT NULL DEFAULT '0000-00-00 00:00:00',
  `access_expires` datetime DEFAULT NULL,
  `download_count` bigint(20) unsigned NOT NULL DEFAULT 0,
  PRIMARY KEY (`permission_id`),
  KEY `download_order_key_product` (`product_id`,`order_id`,`order_key`(16),`download_id`),
  KEY `download_order_product` (`download_id`,`order_id`,`product_id`),
  KEY `order_id` (`order_id`),
  KEY `user_order_remaining_expires` (`user_id`,`order_id`,`downloads_remaining`,`access_expires`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_downloadable_product_permissions`
--

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

--
-- Table structure for table `wp_woocommerce_log`
--

DROP TABLE IF EXISTS `wp_woocommerce_log`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_log` (
  `log_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `timestamp` datetime NOT NULL,
  `level` smallint(4) NOT NULL,
  `source` varchar(200) NOT NULL,
  `message` longtext NOT NULL,
  `context` longtext DEFAULT NULL,
  PRIMARY KEY (`log_id`),
  KEY `level` (`level`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_log`
--

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

--
-- Table structure for table `wp_woocommerce_order_itemmeta`
--

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

--
-- Dumping data for table `wp_woocommerce_order_itemmeta`
--

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

--
-- Table structure for table `wp_woocommerce_order_items`
--

DROP TABLE IF EXISTS `wp_woocommerce_order_items`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_order_items` (
  `order_item_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `order_item_name` text NOT NULL,
  `order_item_type` varchar(200) NOT NULL DEFAULT '',
  `order_id` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`order_item_id`),
  KEY `order_id` (`order_id`)
) 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_woocommerce_order_items`
--

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

--
-- Table structure for table `wp_woocommerce_payment_tokenmeta`
--

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

--
-- Dumping data for table `wp_woocommerce_payment_tokenmeta`
--

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

--
-- Table structure for table `wp_woocommerce_payment_tokens`
--

DROP TABLE IF EXISTS `wp_woocommerce_payment_tokens`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_payment_tokens` (
  `token_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `gateway_id` varchar(200) NOT NULL,
  `token` text NOT NULL,
  `user_id` bigint(20) unsigned NOT NULL DEFAULT 0,
  `type` varchar(200) NOT NULL,
  `is_default` tinyint(1) NOT NULL DEFAULT 0,
  PRIMARY KEY (`token_id`),
  KEY `user_id` (`user_id`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_payment_tokens`
--

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

--
-- Table structure for table `wp_woocommerce_sessions`
--

DROP TABLE IF EXISTS `wp_woocommerce_sessions`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_sessions` (
  `session_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `session_key` char(32) NOT NULL,
  `session_value` longtext NOT NULL,
  `session_expiry` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`session_id`),
  UNIQUE KEY `session_key` (`session_key`)
) ENGINE=InnoDB AUTO_INCREMENT=209 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_sessions`
--

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

--
-- Table structure for table `wp_woocommerce_shipping_zone_locations`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_shipping_zone_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_id` bigint(20) unsigned NOT NULL,
  `location_code` varchar(200) NOT NULL,
  `location_type` varchar(40) NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `zone_id` (`zone_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) 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_woocommerce_shipping_zone_locations`
--

LOCK TABLES `wp_woocommerce_shipping_zone_locations` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zone_locations` VALUES
(1,1,'US','country');
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zone_locations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_shipping_zone_methods`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zone_methods`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_shipping_zone_methods` (
  `zone_id` bigint(20) unsigned NOT NULL,
  `instance_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `method_id` varchar(200) NOT NULL,
  `method_order` bigint(20) unsigned NOT NULL,
  `is_enabled` tinyint(1) NOT NULL DEFAULT 1,
  PRIMARY KEY (`instance_id`)
) 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_woocommerce_shipping_zone_methods`
--

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

--
-- Table structure for table `wp_woocommerce_shipping_zones`
--

DROP TABLE IF EXISTS `wp_woocommerce_shipping_zones`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_shipping_zones` (
  `zone_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `zone_name` varchar(200) NOT NULL,
  `zone_order` bigint(20) unsigned NOT NULL,
  PRIMARY KEY (`zone_id`)
) 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_woocommerce_shipping_zones`
--

LOCK TABLES `wp_woocommerce_shipping_zones` WRITE;
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` DISABLE KEYS */;
INSERT INTO `wp_woocommerce_shipping_zones` VALUES
(1,'United States (US)',0);
/*!40000 ALTER TABLE `wp_woocommerce_shipping_zones` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_woocommerce_tax_rate_locations`
--

DROP TABLE IF EXISTS `wp_woocommerce_tax_rate_locations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_tax_rate_locations` (
  `location_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `location_code` varchar(200) NOT NULL,
  `tax_rate_id` bigint(20) unsigned NOT NULL,
  `location_type` varchar(40) NOT NULL,
  PRIMARY KEY (`location_id`),
  KEY `tax_rate_id` (`tax_rate_id`),
  KEY `location_type_code` (`location_type`(10),`location_code`(20))
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_tax_rate_locations`
--

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

--
-- Table structure for table `wp_woocommerce_tax_rates`
--

DROP TABLE IF EXISTS `wp_woocommerce_tax_rates`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_woocommerce_tax_rates` (
  `tax_rate_id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `tax_rate_country` varchar(2) NOT NULL DEFAULT '',
  `tax_rate_state` varchar(200) NOT NULL DEFAULT '',
  `tax_rate` varchar(8) NOT NULL DEFAULT '',
  `tax_rate_name` varchar(200) NOT NULL DEFAULT '',
  `tax_rate_priority` bigint(20) unsigned NOT NULL,
  `tax_rate_compound` int(1) NOT NULL DEFAULT 0,
  `tax_rate_shipping` int(1) NOT NULL DEFAULT 1,
  `tax_rate_order` bigint(20) unsigned NOT NULL,
  `tax_rate_class` varchar(200) NOT NULL DEFAULT '',
  PRIMARY KEY (`tax_rate_id`),
  KEY `tax_rate_country` (`tax_rate_country`),
  KEY `tax_rate_state` (`tax_rate_state`(2)),
  KEY `tax_rate_class` (`tax_rate_class`(10)),
  KEY `tax_rate_priority` (`tax_rate_priority`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_woocommerce_tax_rates`
--

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

--
-- Table structure for table `wp_wpmailsmtp_debug_events`
--

DROP TABLE IF EXISTS `wp_wpmailsmtp_debug_events`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpmailsmtp_debug_events` (
  `id` int(10) unsigned NOT NULL AUTO_INCREMENT,
  `content` text DEFAULT NULL,
  `initiator` text DEFAULT NULL,
  `event_type` tinyint(3) unsigned NOT NULL DEFAULT 0,
  `created_at` timestamp NOT NULL DEFAULT current_timestamp(),
  PRIMARY KEY (`id`)
) 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_wpmailsmtp_debug_events`
--

LOCK TABLES `wp_wpmailsmtp_debug_events` WRITE;
/*!40000 ALTER TABLE `wp_wpmailsmtp_debug_events` DISABLE KEYS */;
INSERT INTO `wp_wpmailsmtp_debug_events` VALUES
(1,'Mailer: Mailgun\r\nhttp_request_failed: [&quot;cURL error 7: Failed to connect to api.mailgun.net port 443 after 4 ms: Couldn&#039;t connect to server&quot;]','{\"file\":\"\\/var\\/www\\/wordpress\\/wp-content\\/plugins\\/wp-mail-smtp\\/src\\/Reports\\/Emails\\/Summary.php\",\"line\":112}',0,'2024-08-15 22:50:58');
/*!40000 ALTER TABLE `wp_wpmailsmtp_debug_events` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_wpmailsmtp_tasks_meta`
--

DROP TABLE IF EXISTS `wp_wpmailsmtp_tasks_meta`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_wpmailsmtp_tasks_meta` (
  `id` bigint(20) NOT NULL AUTO_INCREMENT,
  `action` varchar(255) NOT NULL,
  `data` longtext NOT NULL,
  `date` datetime NOT NULL,
  PRIMARY KEY (`id`)
) 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_wpmailsmtp_tasks_meta`
--

LOCK TABLES `wp_wpmailsmtp_tasks_meta` WRITE;
/*!40000 ALTER TABLE `wp_wpmailsmtp_tasks_meta` DISABLE KEYS */;
INSERT INTO `wp_wpmailsmtp_tasks_meta` VALUES
(1,'wp_mail_smtp_admin_notifications_update','W10=','2024-07-09 00:21:01');
/*!40000 ALTER TABLE `wp_wpmailsmtp_tasks_meta` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_indexable`
--

DROP TABLE IF EXISTS `wp_yoast_indexable`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_indexable` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `permalink` longtext DEFAULT NULL,
  `permalink_hash` varchar(40) DEFAULT NULL,
  `object_id` bigint(20) DEFAULT NULL,
  `object_type` varchar(32) NOT NULL,
  `object_sub_type` varchar(32) DEFAULT NULL,
  `author_id` bigint(20) DEFAULT NULL,
  `post_parent` bigint(20) DEFAULT NULL,
  `title` text DEFAULT NULL,
  `description` mediumtext DEFAULT NULL,
  `breadcrumb_title` text DEFAULT NULL,
  `post_status` varchar(20) DEFAULT NULL,
  `is_public` tinyint(1) DEFAULT NULL,
  `is_protected` tinyint(1) DEFAULT 0,
  `has_public_posts` tinyint(1) DEFAULT NULL,
  `number_of_pages` int(11) unsigned DEFAULT NULL,
  `canonical` longtext DEFAULT NULL,
  `primary_focus_keyword` varchar(191) DEFAULT NULL,
  `primary_focus_keyword_score` int(3) DEFAULT NULL,
  `readability_score` int(3) DEFAULT NULL,
  `is_cornerstone` tinyint(1) DEFAULT 0,
  `is_robots_noindex` tinyint(1) DEFAULT 0,
  `is_robots_nofollow` tinyint(1) DEFAULT 0,
  `is_robots_noarchive` tinyint(1) DEFAULT 0,
  `is_robots_noimageindex` tinyint(1) DEFAULT 0,
  `is_robots_nosnippet` tinyint(1) DEFAULT 0,
  `twitter_title` text DEFAULT NULL,
  `twitter_image` longtext DEFAULT NULL,
  `twitter_description` longtext DEFAULT NULL,
  `twitter_image_id` varchar(191) DEFAULT NULL,
  `twitter_image_source` text DEFAULT NULL,
  `open_graph_title` text DEFAULT NULL,
  `open_graph_description` longtext DEFAULT NULL,
  `open_graph_image` longtext DEFAULT NULL,
  `open_graph_image_id` varchar(191) DEFAULT NULL,
  `open_graph_image_source` text DEFAULT NULL,
  `open_graph_image_meta` mediumtext DEFAULT NULL,
  `link_count` int(11) DEFAULT NULL,
  `incoming_link_count` int(11) DEFAULT NULL,
  `prominent_words_version` int(11) unsigned DEFAULT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  `schema_page_type` varchar(64) DEFAULT NULL,
  `schema_article_type` varchar(64) DEFAULT NULL,
  `has_ancestors` tinyint(1) DEFAULT 0,
  `estimated_reading_time_minutes` int(11) DEFAULT NULL,
  `version` int(11) DEFAULT 1,
  `object_last_modified` datetime DEFAULT NULL,
  `object_published_at` datetime DEFAULT NULL,
  `inclusive_language_score` int(3) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `object_type_and_sub_type` (`object_type`,`object_sub_type`),
  KEY `object_id_and_type` (`object_id`,`object_type`),
  KEY `permalink_hash_and_object_type` (`permalink_hash`,`object_type`),
  KEY `subpages` (`post_parent`,`object_type`,`post_status`,`object_id`),
  KEY `prominent_words` (`prominent_words_version`,`object_type`,`object_sub_type`,`post_status`),
  KEY `published_sitemap_index` (`object_published_at`,`is_robots_noindex`,`object_type`,`object_sub_type`)
) ENGINE=InnoDB AUTO_INCREMENT=2198 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable`
--

LOCK TABLES `wp_yoast_indexable` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable` VALUES
(1,'https://staging.amtacshooting.com/?page_id=3','44:b1094b3284b3fe1873934a6795b6f224',3,'post','page',1,0,NULL,NULL,'Privacy Policy','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-06-22 18:25:41','2024-08-08 21:09:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-06-21 17:08:10','2024-06-21 17:08:10',0),
(3,'https://staging.amtacshooting.com/sample-page/','46:df225b948af3838f2990da1a5ff196d9',2,'post','page',1,0,NULL,NULL,'Sample Page','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'2024-06-22 18:25:41','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-06-21 17:08:10','2024-06-21 17:08:10',0),
(5,'https://staging.amtacshooting.com/category/uncategorized/','57:6c6820d167c4e3a10472e7caa52450e5',1,'term','category',NULL,NULL,NULL,NULL,'Uncategorized',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-06-22 18:25:41','2025-01-07 23:06:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-07 23:06:19','2023-08-24 01:00:30',NULL),
(6,NULL,NULL,NULL,'system-page','404',NULL,NULL,'Page not found %%sep%% %%sitename%%',NULL,'Error 404: Page not found',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-06-22 18:25:41','2024-08-08 21:09:58',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),
(7,NULL,NULL,NULL,'system-page','search-result',NULL,NULL,'You searched for %%searchphrase%% %%page%% %%sep%% %%sitename%%',NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-06-22 18:25:41','2024-08-08 21:09:58',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),
(8,NULL,NULL,NULL,'date-archive',NULL,NULL,NULL,'%%date%% %%page%% %%sep%% %%sitename%%','',NULL,NULL,0,0,NULL,NULL,NULL,NULL,NULL,NULL,0,1,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-06-22 18:25:41','2024-08-08 21:09:58',1,NULL,NULL,NULL,NULL,0,NULL,1,NULL,NULL,NULL),
(9,'https://staging.amtacshooting.com/','34:9d990e43d3ff7dc458292fd043acfb80',NULL,'home-page',NULL,NULL,NULL,'%%sitename%% %%page%% %%sep%% %%sitedesc%%','train hard. know your tools. win. | Amtac Shooting','Home',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,'%%sitename%%','','','0',NULL,NULL,NULL,6,NULL,'2024-06-22 18:25:41','2025-11-25 00:11:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-11-25 00:11:44','2016-05-31 16:39:31',NULL),
(11,'https://staging.amtacshooting.com/product-category/uncategorized/','65:c7014d47568b4a275e398df803aa8f0e',15,'term','product_cat',NULL,NULL,NULL,NULL,'Uncategorized',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:19:21','2024-08-08 21:09:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(12,'https://staging.amtacshooting.com/shop/','39:4be7320b4e4e2989af93b1d45db3aa23',13,'post','page',1,0,NULL,NULL,'Shop','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,5,NULL,'2024-07-09 00:19:22','2025-06-16 17:19:22',1,NULL,NULL,NULL,NULL,0,2,2,'2025-04-08 19:30:29','2024-07-09 00:19:22',0),
(13,'https://staging.amtacshooting.com/cart/','39:691091085558807bb1eeb810e468ab8a',14,'post','page',1,0,NULL,NULL,'Cart','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:19:22','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-07-09 00:19:22','2024-07-09 00:19:22',0),
(14,'https://staging.amtacshooting.com/checkout/','43:45d226ba11b5db81c20e03c64cca2686',15,'post','page',1,0,NULL,NULL,'Checkout','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:19:22','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-07-09 00:19:22','2024-07-09 00:19:22',0),
(15,'https://staging.amtacshooting.com/my-account/','45:f6701a33fac58b260546748b4754fa7b',16,'post','page',1,0,NULL,NULL,'My account','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:19:22','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-07-09 00:19:22','2024-07-09 00:19:22',0),
(16,'https://staging.amtacshooting.com/?page_id=17','45:4298c0084be31bb9f527d16ee27002f2',17,'post','page',1,0,NULL,NULL,'Refund and Returns Policy','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-07-09 00:19:22','2024-08-08 21:09:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'0000-00-00 00:00:00','0000-00-00 00:00:00',0),
(17,'https://staging.amtacshooting.com/category/knowledge/','53:0e9b774ca352d15692ad891952f8f687',16,'term','category',NULL,NULL,NULL,NULL,'Knowledge &amp; Philosophy',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-07-09 00:55:13','2024-12-31 18:36:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-31 18:36:59','2017-01-01 20:17:29',NULL),
(18,'https://staging.amtacshooting.com/category/press/','49:2969486680db4088ce91b5397da88dbe',17,'term','category',NULL,NULL,NULL,NULL,'Press',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:13','2024-12-31 18:36:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-31 18:36:59','2016-05-31 16:39:31',NULL),
(19,'https://staging.amtacshooting.com/category/rant-and-rave/','57:419ff6ec1de8962fc7f82a49913fd8d2',18,'term','category',NULL,NULL,NULL,NULL,'Rant and Rave',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:13','2024-08-08 21:09:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(20,'https://staging.amtacshooting.com/category/knowledge/recommended/','65:858d9d6bd7e8a5a884cfec27932979d1',19,'term','category',NULL,NULL,NULL,NULL,'Recommended',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-07-09 00:55:13','2024-12-31 18:36:58',1,NULL,NULL,NULL,NULL,1,NULL,2,'2024-12-31 18:36:58','2020-04-11 23:09:04',NULL),
(21,'https://staging.amtacshooting.com/category/knowledge/reviews/','61:088a3f92396db569b0bab7bfebba4cc5',20,'term','category',NULL,NULL,NULL,NULL,'Reviews',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2024-07-09 00:55:13','2025-05-23 20:04:34',1,NULL,NULL,NULL,NULL,1,NULL,2,'2018-03-17 03:37:35','2018-03-17 03:37:35',NULL),
(22,'https://staging.amtacshooting.com/category/press/aar/','53:22750d6ee139a9fb0a81a78439e34701',21,'term','category',NULL,NULL,NULL,NULL,'AARs',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,NULL,'2024-07-09 00:55:13','2025-05-23 20:04:34',1,NULL,NULL,NULL,NULL,1,NULL,2,'2024-12-31 18:36:59','2016-05-31 16:39:31',NULL),
(23,'https://staging.amtacshooting.com/category/knowledge/articles/','62:b226532e9265a379c41f4a16dc364d08',22,'term','category',NULL,NULL,NULL,NULL,'Articles',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2024-07-09 00:55:13','2025-05-23 20:04:34',1,NULL,NULL,NULL,NULL,1,NULL,2,'2024-12-31 18:36:59','2017-01-01 20:17:29',NULL),
(24,'https://staging.amtacshooting.com/category/knowledge/instructional-videos/','74:07f97f79b4053397f9c33ad8b77bac92',23,'term','category',NULL,NULL,NULL,NULL,'Instructional Videos',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:13','2024-08-08 21:09:58',1,NULL,NULL,NULL,NULL,1,NULL,2,NULL,NULL,NULL),
(25,'https://staging.amtacshooting.com/category/press/media/','55:4c3f739436d2f633533a3e51f967df76',24,'term','category',NULL,NULL,NULL,NULL,'Media',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:13','2024-08-08 21:09:58',1,NULL,NULL,NULL,NULL,1,NULL,2,NULL,NULL,NULL),
(26,'https://staging.amtacshooting.com/tag/aar/','42:91d2cfbd57ae97099e3a41fb2d9ad4d9',25,'term','post_tag',NULL,NULL,NULL,NULL,'AARs',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:13','2024-12-31 18:36:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-31 18:36:58','2016-05-31 16:39:31',NULL),
(27,'https://staging.amtacshooting.com/tag/advanced-responsible-armed-citizen/','73:8215c8c1012dd55a57dbde07452b0dc4',26,'term','post_tag',NULL,NULL,NULL,NULL,'Advanced Responsible Armed Citizen',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:13','2025-09-06 17:22:50',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-04 01:40:59',NULL,NULL),
(28,'https://staging.amtacshooting.com/tag/amtac_gear/','49:0f0dbea995fe4085ff23e77fe5b15839',27,'term','post_tag',NULL,NULL,NULL,NULL,'Amtac Gear',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:13','2024-08-08 21:09:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(29,'https://staging.amtacshooting.com/tag/amtacshooting/','52:6da9011436ef5840e66ecec1dec3f790',28,'term','post_tag',NULL,NULL,NULL,NULL,'Amtacshooting',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:13','2024-08-08 21:09:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-04-04 22:29:16','2018-04-04 22:29:16',NULL),
(30,'https://staging.amtacshooting.com/tag/bryan-resnick/','52:367111398a05c8ec653cf697e6e58041',29,'term','post_tag',NULL,NULL,NULL,NULL,'Bryan Resnick',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:13','2024-10-31 22:01:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-10-31 22:01:23',NULL,NULL),
(31,'https://staging.amtacshooting.com/tag/carbine/','46:faaff8d3283c15e97f755e5a11b32b8f',30,'term','post_tag',NULL,NULL,NULL,NULL,'Carbine',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:13','2024-10-31 22:01:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-10-31 22:01:46','2018-01-27 20:24:24',NULL),
(32,'https://staging.amtacshooting.com/tag/combatives/','49:14076721531af82ef651238986ec6385',31,'term','post_tag',NULL,NULL,NULL,NULL,'Combatives',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:13','2024-10-31 22:01:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-10-31 22:01:46',NULL,NULL),
(33,'https://staging.amtacshooting.com/tag/cqb/','42:d96a84a1778a31c9de80dd1e0025e0a3',32,'term','post_tag',NULL,NULL,NULL,NULL,'CQB',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:13','2024-08-08 21:18:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(34,'https://staging.amtacshooting.com/tag/david-acosta/','51:89bae4d49829a79e4fc5648fa81820b8',33,'term','post_tag',NULL,NULL,NULL,NULL,'David Acosta',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:13','2024-08-08 21:18:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(35,'https://staging.amtacshooting.com/tag/developing-solid-christian-men/','69:412d6139ce8728ff99085f84c564c308',34,'term','post_tag',NULL,NULL,NULL,NULL,'Developing Solid Christian Men',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:13','2024-09-06 17:51:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-09-06 17:51:48',NULL,NULL),
(36,'https://staging.amtacshooting.com/tag/fighting-at-night/','56:6ccb1f75e0f054e8b217024099200dfa',35,'term','post_tag',NULL,NULL,NULL,NULL,'Fighting at Night',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:13','2024-10-31 22:01:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-10-31 22:01:46',NULL,NULL),
(37,'https://staging.amtacshooting.com/tag/fitness/','46:7aaafce750bf0e521b05d9c9dc058bcb',36,'term','post_tag',NULL,NULL,NULL,NULL,'Fitness',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:13','2024-08-08 21:18:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-04-04 22:29:16','2018-04-04 22:29:16',NULL),
(38,'https://staging.amtacshooting.com/tag/integrated-combatives/','60:57c1ba604f7d94504474057f6672dccc',37,'term','post_tag',NULL,NULL,NULL,NULL,'Integrated combatives',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:13','2024-08-08 21:18:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(39,'https://staging.amtacshooting.com/tag/kevin-kelly/','50:219016612115c8d1c51fb91a13dbc932',38,'term','post_tag',NULL,NULL,NULL,NULL,'Kevin Kelly',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:13','2024-09-06 17:43:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-09-06 17:43:47',NULL,NULL),
(40,'https://staging.amtacshooting.com/tag/low-visibility/','53:ccea603a59ee64586c2c046e4f634bbd',39,'term','post_tag',NULL,NULL,NULL,NULL,'low visibility',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-08-08 21:18:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(41,'https://staging.amtacshooting.com/tag/magazine/','47:b67ace320b343ba944dc7239fefb7809',40,'term','post_tag',NULL,NULL,NULL,NULL,'Magazine Articles',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-08-08 21:18:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(42,'https://staging.amtacshooting.com/tag/medical/','46:0eb36dfd35c120626daa36ad7536a507',41,'term','post_tag',NULL,NULL,NULL,NULL,'medical',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-09-06 17:46:09',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-09-06 17:46:08',NULL,NULL),
(43,'https://staging.amtacshooting.com/tag/mens-ministry/','52:18235592884359b78d717656bfde7021',42,'term','post_tag',NULL,NULL,NULL,NULL,'Men\'s Ministry',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-09-06 17:51:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-09-06 17:51:48',NULL,NULL),
(44,'https://staging.amtacshooting.com/tag/mindset/','46:4623c3dba953edf22c6711f9f806a536',43,'term','post_tag',NULL,NULL,NULL,NULL,'Mindset',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-10-31 22:00:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-10-31 22:00:57','2017-01-01 20:17:29',NULL),
(45,'https://staging.amtacshooting.com/tag/modern-minuteman/','55:818c8a2cd82815d9aadfedf71dd8c9c1',44,'term','post_tag',NULL,NULL,NULL,NULL,'Modern Minuteman',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-12-31 18:36:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-31 18:36:58','2023-08-24 01:00:30',NULL),
(46,'https://staging.amtacshooting.com/tag/navigation/','49:ca004e61e129f9dfc55a52ba951f59d8',45,'term','post_tag',NULL,NULL,NULL,NULL,'Navigation',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(47,'https://staging.amtacshooting.com/tag/night-vision/','51:57dbdcdd97f392c61b8e26b62d8ed0d4',46,'term','post_tag',NULL,NULL,NULL,NULL,'Night Vision',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-10-31 22:01:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-10-31 22:01:46',NULL,NULL),
(48,'https://staging.amtacshooting.com/tag/nvg-level-2/','50:231f54ac192c825a36dd4d6fa271e021',47,'term','post_tag',NULL,NULL,NULL,NULL,'NVG Level 2',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-10-31 22:01:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-10-31 22:01:46',NULL,NULL),
(49,'https://staging.amtacshooting.com/tag/pistol/','45:c27f49176f9096660c6d7f5486945d5a',48,'term','post_tag',NULL,NULL,NULL,NULL,'Pistol',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-10-31 22:01:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-10-31 22:01:23',NULL,NULL),
(50,'https://staging.amtacshooting.com/tag/pistol-combatives/','56:98d7b7b83d6de38fefe88a6ebea05965',49,'term','post_tag',NULL,NULL,NULL,NULL,'Pistol/Combatives',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-09-06 17:43:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-09-06 17:43:47',NULL,NULL),
(51,'https://staging.amtacshooting.com/tag/precision-rifle/','54:7cc2ec8044f5432caf06796b139cc63f',50,'term','post_tag',NULL,NULL,NULL,NULL,'Precision Rifle',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-12-19 00:30:00',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:00','2018-07-06 03:14:32',NULL),
(52,'https://staging.amtacshooting.com/tag/rifle/','44:cde3f5cfe14075d9ecec54134af18309',51,'term','post_tag',NULL,NULL,NULL,NULL,'Precision Rifle',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(53,'https://staging.amtacshooting.com/tag/press/','44:fe3ee28e01bcf4e916724ab11f15b896',52,'term','post_tag',NULL,NULL,NULL,NULL,'press',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-05-28 16:29:29','2016-05-31 16:39:31',NULL),
(54,'https://staging.amtacshooting.com/tag/recommendations/','54:d586a069d4a368db28be004c1964d719',53,'term','post_tag',NULL,NULL,NULL,NULL,'Recommendations',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(55,'https://staging.amtacshooting.com/tag/review/','45:de28e71af65ca82f691c0a2b1a2000fb',54,'term','post_tag',NULL,NULL,NULL,NULL,'Reviews',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-01-27 20:24:24','2018-01-27 20:24:24',NULL),
(56,'https://staging.amtacshooting.com/tag/strentgh/','47:13135e1d8cfbfd99cf24125017905fa4',55,'term','post_tag',NULL,NULL,NULL,NULL,'Strentgh',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-04-04 22:29:16','2018-04-04 22:29:16',NULL),
(57,'https://staging.amtacshooting.com/tag/tactics/','46:aa222f952db2b41bbb42ae8019c6b6b3',56,'term','post_tag',NULL,NULL,NULL,NULL,'Tactics',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(58,'https://staging.amtacshooting.com/tag/training/','47:426d749daf7db8f1bc880d52f531c11c',57,'term','post_tag',NULL,NULL,NULL,NULL,'Training',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(59,'https://staging.amtacshooting.com/tag/tribe-centric-cqb/','56:b10fbae094b6e9bdb84283765726b4ca',58,'term','post_tag',NULL,NULL,NULL,NULL,'Tribe Centric CQB',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-12-31 18:36:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-31 18:36:58',NULL,NULL),
(60,'https://staging.amtacshooting.com/tag/tribe-centric-cqb-2/','58:5b9562708d944245f85812a3918ff256',59,'term','post_tag',NULL,NULL,NULL,NULL,'Tribe-Centric CQB',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-08-08 22:18:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2023-06-20 06:29:10','2023-06-20 06:29:10',NULL),
(61,'https://staging.amtacshooting.com/tag/videos/','45:0152adb24aab2fba68201a784140cd90',60,'term','post_tag',NULL,NULL,NULL,NULL,'Video',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-08-08 22:18:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(62,'https://staging.amtacshooting.com/tag/winter/','45:437d03ff30438fde83ccff43be3a8ec6',61,'term','post_tag',NULL,NULL,NULL,NULL,'Winter',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-08-08 22:18:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(63,'https://staging.amtacshooting.com/tag/women/','44:3578c88c62e84a16f56932ac1ecf3103',62,'term','post_tag',NULL,NULL,NULL,NULL,'Women',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:14','2024-08-08 22:18:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(76,'https://staging.amtacshooting.com/product-category/shirts/','58:4093a4f4f82663858d9a9e58cd6feffe',75,'term','product_cat',NULL,NULL,NULL,NULL,'Shirts',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 00:55:15','2024-08-08 22:18:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-03-21 22:19:57','2024-03-21 22:19:57',NULL),
(78,'https://staging.amtacshooting.com/philosophy-and-articles/','58:7d2cbaff14151767b6a5bed0055cbeff',2928,'post','page',1,0,NULL,NULL,'Philosophy and Articles','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 01:05:57','2024-08-08 21:09:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-01-06 20:21:16','2018-01-06 20:21:16',0),
(79,'https://staging.amtacshooting.com/upcoming-courses/','51:7f11b87ea7b345114589ec109ab6054d',41,'post','page',1,0,NULL,NULL,'Upcoming Courses','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-07-09 01:05:57','2025-02-01 00:31:32',1,NULL,NULL,NULL,NULL,0,1,2,'2025-02-01 00:31:31','2018-01-27 20:57:56',0),
(80,'https://staging.amtacshooting.com/posts/','40:3bf221047b30b4f0fce9af98f3114c90',79,'post','page',1,0,NULL,NULL,'Posts','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 01:05:57','2025-04-17 20:53:12',1,NULL,NULL,NULL,NULL,0,0,2,'2025-04-17 20:53:12','2018-01-27 22:19:02',0),
(81,'https://staging.amtacshooting.com/','34:9d990e43d3ff7dc458292fd043acfb80',81,'post','page',1,0,NULL,NULL,'train hard. know your tools. win.','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,66,NULL,NULL,'2024-07-09 01:05:57','2025-05-09 19:56:51',1,NULL,NULL,NULL,NULL,0,6,2,'2025-05-09 19:56:51','2018-01-27 22:19:27',0),
(82,'https://staging.amtacshooting.com/event-directory/','50:fe6eebd10a4aa4f949cb46b0a6905782',153,'post','page',1,0,NULL,NULL,'Events','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 01:05:57','2024-08-08 21:09:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-02-03 03:01:11','2018-02-03 03:01:11',0),
(83,'https://staging.amtacshooting.com/store/','40:2c134eeb009a959d78872e3e1f8a92d4',232,'post','page',1,0,NULL,'Products created or recommended by Amtac Shooting.','Store','publish',NULL,0,NULL,NULL,NULL,'store',48,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.amtacshooting.com/wp-content/uploads/2018/12/AMTAC_NORTHMAN.jpg',NULL,'1217','first-content-image',NULL,NULL,'https://www.amtacshooting.com/wp-content/uploads/2018/12/AMTAC_NORTHMAN.jpg','1217','first-content-image',NULL,0,0,NULL,'2024-07-09 01:05:57','2024-10-29 18:24:35',1,NULL,NULL,NULL,NULL,0,2,2,'2024-10-29 18:24:35','2018-03-10 23:31:15',0),
(84,'https://staging.amtacshooting.com/recommended/','46:790cb2664dc993da64aafd4dbe9a2ae3',234,'post','page',1,0,NULL,NULL,'Recommended','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,2,NULL,'2024-07-09 01:05:58','2025-05-23 20:04:34',1,NULL,NULL,NULL,NULL,0,1,2,'2025-04-15 19:10:17','2018-03-10 23:31:52',0),
(85,'https://staging.amtacshooting.com/?page_id=401','46:4bcd7b00236acb5bfbb5bcf0c80ca021',401,'post','page',1,0,NULL,NULL,'Private: WPForms Preview','private',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-07-09 01:05:58','2024-08-08 21:09:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-03-17 23:24:39','2018-03-17 23:24:39',0),
(86,'https://staging.amtacshooting.com/?page_id=1044','47:bd3fc36b456eddbfbb2522690662a396',1044,'post','page',1,0,NULL,NULL,'Amtac Shooting Newsletter Updates','draft',0,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-07-09 01:05:58','2024-08-08 21:09:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'0000-00-00 00:00:00','0000-00-00 00:00:00',0),
(87,'https://staging.amtacshooting.com/?page_id=2169','47:8d9cf587213445b7f42b3da6b25666c8',2169,'post','page',1,0,NULL,NULL,'Refund and Returns Policy','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-07-09 01:05:58','2024-08-08 21:09:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'0000-00-00 00:00:00','0000-00-00 00:00:00',0),
(88,'https://staging.amtacshooting.com/course-descriptions/','54:6a8a8c583aae971c27957e9fbdc671a9',500,'post','page',1,0,NULL,NULL,'Course Descriptions','publish',NULL,0,NULL,NULL,NULL,'Course',0,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 01:05:58','2024-08-08 21:09:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-03-24 17:15:14','2018-03-24 17:15:14',0),
(89,'https://staging.amtacshooting.com/contact-us/','45:f0c685d7fc106f7370ea3dfe59d40b04',573,'post','page',1,0,NULL,NULL,'Contact Us','publish',NULL,0,NULL,NULL,NULL,'Contact',37,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.amtacshooting.com/wp-content/uploads/2018/03/p_rfile_in_grass-1024x512.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://www.amtacshooting.com/wp-content/uploads/2018/03/p_rfile_in_grass-1024x512.jpg',NULL,'first-content-image',NULL,0,3,NULL,'2024-07-09 01:05:58','2025-06-16 17:21:38',1,NULL,NULL,NULL,NULL,0,1,2,'2024-09-06 20:22:24','2018-03-25 04:07:56',0),
(90,'https://staging.amtacshooting.com/disclosure/','45:b2c2e40a09cbad834469a47ae8532203',900,'post','page',1,0,NULL,NULL,'Disclosure','publish',NULL,0,NULL,NULL,NULL,'disclosure',68,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 01:05:58','2024-08-08 21:09:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-04-24 19:39:37','2018-04-24 19:39:37',0),
(91,'https://staging.amtacshooting.com/private-training/','51:efd11210bc15cea3008e9b49a434ea45',1416,'post','page',1,0,NULL,NULL,'Private Training','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01688.jpg',NULL,'1331','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01688.jpg','1331','featured-image','{\"width\":1386,\"height\":924,\"filesize\":49726,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01688.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2019/03/DSC01688.jpg\",\"size\":\"full\",\"id\":1331,\"alt\":\"\",\"pixels\":1280664,\"type\":\"image/jpeg\"}',7,1,NULL,'2024-07-09 01:05:58','2025-06-16 17:21:38',1,NULL,NULL,NULL,NULL,0,1,2,'2025-06-16 17:21:38','2020-01-30 22:38:15',0),
(92,'https://staging.amtacshooting.com/videos/','41:f81350e53606eb8d1b1af5a710773c12',1423,'post','page',1,0,NULL,'Videos and articles about Amtac Shooting.','Videos','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,1,NULL,'2024-07-09 01:05:58','2025-05-23 20:04:34',1,NULL,NULL,NULL,NULL,0,4,2,'2025-04-15 19:03:57','2020-03-03 21:24:56',0),
(93,'https://staging.amtacshooting.com/privacy-and-disclosure/','57:ee8340513b1e4838d6762f92f2d3dcf2',1466,'post','page',1,0,NULL,NULL,'Privacy and Disclosure','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2024-07-09 01:06:03','2025-05-23 20:04:34',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-03-26 04:22:23','2020-03-26 04:22:23',0),
(94,'https://staging.amtacshooting.com/shipping-and-refund-policy/','61:5ff713630ff395251e27148478a7827d',1477,'post','page',1,0,NULL,'Amtac Shooting will exchange or refund goods if they arrive to you defective or damaged. For any online or downloadable product, you must request your money back within 7 days of the purchase.','Shipping and Refund Policy','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2024-07-09 01:06:03','2025-05-23 20:04:34',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-04-08 21:12:42','2020-04-08 21:12:42',0),
(95,'https://staging.amtacshooting.com/terms-of-use/','47:16d39a46bba90754b45d2dd9babc031d',1479,'post','page',1,0,NULL,NULL,'Terms of Use','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2024-07-09 01:06:04','2025-05-23 20:04:34',1,NULL,NULL,NULL,NULL,0,NULL,2,'2020-04-08 21:30:30','2020-04-08 21:30:30',0),
(96,'https://staging.amtacshooting.com/amtac-shooting-instructors/','61:ec3fa5860f9287528037aefc257c8e15',1686,'post','page',1,0,NULL,NULL,'Amtac Shooting Instructors','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg',NULL,'1697','first-content-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg','1697','first-content-image',NULL,6,3,NULL,'2024-07-09 01:06:04','2025-05-23 20:04:34',1,NULL,NULL,NULL,NULL,0,7,2,'2025-04-15 19:15:24','2022-04-13 23:53:44',0),
(97,'https://staging.amtacshooting.com/amtac-shooting-testimonials/','62:5ab6d884cd9f64280b0519a047d96a35',1791,'post','page',1,0,NULL,NULL,'Testimonials','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,6,2,NULL,'2024-07-09 01:06:04','2025-05-23 20:04:34',1,NULL,NULL,NULL,NULL,0,17,2,'2025-04-15 18:59:10','2022-07-31 02:35:21',0),
(98,'https://staging.amtacshooting.com/amtac-training-center-atc-lodging/','68:5f46180e2ccb86da02889a82e88c7b73',1814,'post','page',1,0,NULL,'We are proud to offer lodging during courses held locally at the Amtac Training Center, otherwise known as the ATC.','Amtac Training Center (ATC) Lodging','publish',NULL,0,NULL,NULL,NULL,'lodging',58,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.amtacshooting.com/wp-content/uploads/2022/08/ATC-Living-room-2-1024x768.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://www.amtacshooting.com/wp-content/uploads/2022/08/ATC-Living-room-2-1024x768.jpg',NULL,'first-content-image',NULL,0,15,NULL,'2024-07-09 01:06:04','2025-11-25 00:11:42',1,NULL,NULL,NULL,NULL,0,3,2,'2022-08-17 20:11:08','2022-08-17 20:11:08',0),
(99,'https://staging.amtacshooting.com/regfox-registrations/','55:c7a4b2ffd738d6aab053dc84e7c640bf',1960,'post','page',1,0,NULL,NULL,'Protected: Regfox Registrations','publish',0,1,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 01:06:04','2024-08-08 21:18:28',1,NULL,NULL,NULL,NULL,0,1,2,'2023-04-05 21:14:33','2023-04-05 21:14:33',0),
(100,'https://staging.amtacshooting.com/greenfield/','45:e3b24874b324fc843c0bb523cd7b1afe',2085,'post','page',1,0,NULL,NULL,'Amtac Shooting Courses for 2023','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-2-min-300x200.jpg',NULL,'1950','first-content-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-2-min-300x200.jpg','1950','first-content-image',NULL,0,NULL,NULL,'2024-07-09 01:06:04','2025-02-01 00:32:50',1,NULL,NULL,NULL,NULL,0,5,2,'2025-02-01 00:32:50','2023-07-19 02:30:03',0),
(101,'https://staging.amtacshooting.com/faith/','40:c0dfcbe67fdd16397987719581f9cefd',2170,'post','page',1,0,NULL,NULL,'Faith','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184-300x300.png',NULL,'2412','first-content-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184-300x300.png','2412','first-content-image',NULL,6,2,NULL,'2024-07-09 01:06:04','2025-05-23 20:04:34',1,NULL,NULL,NULL,NULL,0,3,2,'2025-04-11 19:18:57','2023-09-22 19:32:22',0),
(102,'https://staging.amtacshooting.com/cqb/','38:e3c7d1e5b6037ff4805cb51ad8c84de2',2271,'post','page',1,0,NULL,NULL,'Join the CQB Waitlist','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 01:06:04','2024-08-08 21:18:28',1,NULL,NULL,NULL,NULL,0,1,2,'2023-10-27 21:08:13','2023-10-27 21:08:13',0),
(103,'https://staging.amtacshooting.com/bill-rapier-owner-lead-instructor/','68:d56d972016ce2e80682c66f62bdd858e',2461,'post','page',1,0,NULL,NULL,'Bill Rapier &#8211; Owner/Lead Instructor','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bill-Rapier-Amtac-Shooting-Instructor-1-1024x341.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bill-Rapier-Amtac-Shooting-Instructor-1-1024x341.png',NULL,'first-content-image',NULL,0,NULL,NULL,'2024-07-09 01:06:04','2024-08-08 21:18:28',1,NULL,NULL,NULL,NULL,0,6,2,'2024-04-12 18:03:42','2024-04-12 18:03:42',0),
(104,'https://staging.amtacshooting.com/apparel/','42:6f2848fc672dd00e23ed47baedc5f31a',2605,'post','page',1,0,NULL,NULL,'Apparel','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 01:06:06','2024-08-08 21:18:28',1,NULL,NULL,NULL,NULL,0,0,2,'2024-03-21 22:51:50','2024-03-21 22:51:50',0),
(105,'https://staging.amtacshooting.com/media/','40:55769f704df1ae1f72f1266eab629bec',2699,'post','page',1,0,NULL,NULL,'Media','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://www.amtacshooting.com/wp-content/uploads/2024/04/Carbine-Course-AAR-2019-1024x768.jpg',NULL,'2715','first-content-image',NULL,NULL,'https://www.amtacshooting.com/wp-content/uploads/2024/04/Carbine-Course-AAR-2019-1024x768.jpg','2715','first-content-image',NULL,10,NULL,NULL,'2024-07-09 01:06:06','2024-12-28 02:27:32',1,NULL,NULL,NULL,NULL,0,5,2,'2024-12-28 02:27:32','2024-04-12 17:33:49',0),
(106,'https://staging.amtacshooting.com/david-acosta-lead-instructor/','63:2eaa4e83fff39fccaf204f8243ad99df',2762,'post','page',1,0,NULL,NULL,'David Acosta &#8211; Lead Instructor','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Acosta-Amtac-Shooting-Instructor-1024x341.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Acosta-Amtac-Shooting-Instructor-1024x341.png',NULL,'first-content-image',NULL,0,NULL,NULL,'2024-07-09 01:06:22','2024-08-08 21:18:28',1,NULL,NULL,NULL,NULL,0,5,2,'2024-04-12 20:00:44','2024-04-12 20:00:44',0),
(107,'https://staging.amtacshooting.com/david-cagle-lead-instructor/','62:52ac9054d88cc988aff220afa7fa0e01',2794,'post','page',1,0,NULL,NULL,'David Cagle &#8211; Lead Instructor','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Cagle-Amtac-Shooting-Instructor-1024x341.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Cagle-Amtac-Shooting-Instructor-1024x341.png',NULL,'first-content-image',NULL,0,NULL,NULL,'2024-07-09 01:06:24','2024-08-08 21:18:28',1,NULL,NULL,NULL,NULL,0,3,2,'2024-04-12 21:34:45','2024-04-12 21:34:45',0),
(108,'https://staging.amtacshooting.com/2017/01/01/primary-philosophy/','64:bf160bcd60df800017243a0568e963da',2933,'post','post',1,0,NULL,'I am a Christian. As I started thinking about what the first topic would be that I would write about, I considered writing about proper mindset or the importance of fitness in tactical training or even my primary training philosophy.','Primary Philosophy','publish',NULL,0,NULL,NULL,NULL,'philosophy',60,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/crosses.jpg',NULL,'303','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/crosses.jpg','303','featured-image','{\"width\":1039,\"height\":924,\"filesize\":20524,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2018/01/crosses.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2018/01/crosses.jpg\",\"size\":\"full\",\"id\":303,\"alt\":\"\",\"pixels\":960036,\"type\":\"image/jpeg\"}',0,0,NULL,'2024-07-09 01:06:27','2025-02-01 00:10:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-01-01 20:17:29','2017-01-01 20:17:29',0),
(110,'https://staging.amtacshooting.com/2018/01/27/differentiating-between-coordinated-uncoordinated-attack/','102:4a8a5db9bf1fb1a5af59a0f489fe5420',27,'post','post',1,0,NULL,'How will you respond if you are the first, second, or third officer responding to an active shooter situation? The majority of the school shootings/ active shooter events in the United States have been carried out by a single crazed individual and were not coordinated.','Differentiating Between a Coordinated and Uncoordinated Attack','publish',NULL,0,NULL,NULL,NULL,'Coordinated',83,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg',NULL,'304','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg','304','featured-image','{\"width\":1386,\"height\":924,\"filesize\":45626,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2018/01/school_hallway.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2018/01/school_hallway.jpg\",\"size\":\"full\",\"id\":304,\"alt\":\"\",\"pixels\":1280664,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-07-09 01:06:27','2024-08-08 22:18:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-01-27 20:23:25','2018-01-27 20:23:25',0),
(111,'https://staging.amtacshooting.com/2018/01/27/what-to-look-for-in-a-carbine/','75:1f679008f2e00068776132ebbd358a5c',29,'post','post',1,0,NULL,'Where do you start and what should you get? AR15 style rifles are more available and cheaper than they ever have been. There are also many more options/ brands than there have ever been. The intent of this article is to help you spend your dollars on the parts of the carbine that are important.','What Matters Most in a Carbine','publish',NULL,0,NULL,NULL,NULL,'Carbine',81,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg',NULL,'950','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg','950','featured-image','{\"width\":1024,\"height\":769,\"filesize\":54790,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2018/01/carbine_rug.jpg\",\"size\":\"full\",\"id\":950,\"alt\":\"\",\"pixels\":787456,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-07-09 01:06:27','2024-08-08 22:18:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-01-27 20:24:24','2018-01-27 20:24:24',0),
(112,'https://staging.amtacshooting.com/2017/05/25/aar-womens-defense-course/','71:6895e358c169b9b96af3a496bc0f1c57',313,'post','post',1,0,NULL,'My name is Larisa, and I am a mother of three boys. I decided to take Bill\'s (one day) Women\'s Defense class because I need to be able to protect my kids.','AAR: Women&#8217;s Defense Course on VDMSR by Larisa','publish',NULL,0,NULL,NULL,NULL,'defense',58,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2017/05/aar_womens_combatives_vdmsr.jpg',NULL,'714','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2017/05/aar_womens_combatives_vdmsr.jpg','714','featured-image','{\"width\":973,\"height\":800,\"filesize\":67205,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2017/05/aar_womens_combatives_vdmsr.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2017/05/aar_womens_combatives_vdmsr.jpg\",\"size\":\"full\",\"id\":714,\"alt\":\"AAR Womens Shooting Defense Course VDMSR\",\"pixels\":778400,\"type\":\"image/jpeg\"}',0,2,NULL,'2024-07-09 01:06:27','2025-04-17 20:56:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-05-25 02:15:59','2017-05-25 02:15:59',0),
(113,'https://staging.amtacshooting.com/?p=354','40:155da374914ff504e23c978dc6b29864',354,'post','post',1,0,NULL,NULL,'How to Travel Well Through the Snow','pending',0,0,NULL,NULL,NULL,'mobility',62,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/20180209_104920.jpg',NULL,'486','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/20180209_104920.jpg','486','featured-image','{\"width\":1232,\"height\":924,\"filesize\":51544,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/20180209_104920.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2018/03/20180209_104920.jpg\",\"size\":\"full\",\"id\":486,\"alt\":\"\",\"pixels\":1138368,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2024-07-09 01:06:27','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-03-17 03:35:07','2018-03-17 03:35:07',0),
(114,'https://staging.amtacshooting.com/?p=356','40:8e77369f69232c0b1cabde1775e5e87f',356,'post','post',1,0,NULL,NULL,'What Are Combatives?','pending',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/fighting.jpg',NULL,'484','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/fighting.jpg','484','featured-image','{\"width\":1232,\"height\":924,\"filesize\":83291,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/fighting.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2018/03/fighting.jpg\",\"size\":\"full\",\"id\":484,\"alt\":\"\",\"pixels\":1138368,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2024-07-09 01:06:27','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-03-17 03:36:49','2018-03-17 03:36:49',0),
(115,'https://staging.amtacshooting.com/?p=623','40:5a212681a346d15096f572f820293e2e',623,'post','post',1,0,NULL,NULL,'Ranting today','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-07-09 01:06:27','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'0000-00-00 00:00:00','0000-00-00 00:00:00',0),
(116,'https://staging.amtacshooting.com/2017/05/28/aar-integrated-combatives/','71:a48c9eaa9594a58d9ce4ad90987b7527',630,'post','post',1,0,NULL,'\" Those who carry a pistol should understand that a pistol, most often, is not the only tool they should have in their toolbox.\"','AAR: Integrated Combatives Course by VDMSR','publish',NULL,0,NULL,NULL,NULL,'Combatives',48,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2017/05/AAR_vdmsr_amtac_integrated_combatives.jpg',NULL,'710','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2017/05/AAR_vdmsr_amtac_integrated_combatives.jpg','710','featured-image','{\"width\":842,\"height\":800,\"filesize\":57529,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2017/05/AAR_vdmsr_amtac_integrated_combatives.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2017/05/AAR_vdmsr_amtac_integrated_combatives.jpg\",\"size\":\"full\",\"id\":710,\"alt\":\"AAR Integrated Combatives VDMSR\",\"pixels\":673600,\"type\":\"image/jpeg\"}',0,2,NULL,'2024-07-09 01:06:27','2025-04-17 20:56:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-05-28 16:29:29','2017-05-28 16:29:29',0),
(117,'https://staging.amtacshooting.com/?p=635','40:7f0e9573b0be7b498752b710b97227cf',635,'post','post',1,0,NULL,NULL,'AAR: Integrated Shooting and Combatives Course','draft',0,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/20170527_085259_34883481066_o.jpg',NULL,'637','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/20170527_085259_34883481066_o.jpg','637','featured-image','{\"width\":756,\"height\":742,\"filesize\":79354,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2018/04/20170527_085259_34883481066_o.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2018/04/20170527_085259_34883481066_o.jpg\",\"size\":\"full\",\"id\":637,\"alt\":\"\",\"pixels\":560952,\"type\":\"image/jpeg\"}',NULL,NULL,NULL,'2024-07-09 01:06:27','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-05-28 16:28:07','2017-05-28 16:28:07',0),
(118,'https://staging.amtacshooting.com/2017/05/28/aar-integrated-shooting-and-combatives-class/','90:f19bb7aa7069069cc0d5fb077ba5887e',639,'post','post',1,0,NULL,'\"As the course name implies, this was much more than a pistol class. The combatives taught in this course form a solid foundation that facilitates empty hand defense as well as opportunities for weapon access in a fight.\"','AAR2: Integrated Shooting and Combatives on Civilian Gunfighter','publish',NULL,0,NULL,NULL,NULL,'combatives',59,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2017/05/aar_civilian_gunfighter_integrated_john.jpg',NULL,'696','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2017/05/aar_civilian_gunfighter_integrated_john.jpg','696','featured-image','{\"width\":648,\"height\":648,\"filesize\":36760,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2017/05/aar_civilian_gunfighter_integrated_john.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2017/05/aar_civilian_gunfighter_integrated_john.jpg\",\"size\":\"full\",\"id\":696,\"alt\":\"AAR Civilian Gunfighter Integrated Combatives\",\"pixels\":419904,\"type\":\"image/jpeg\"}',0,2,NULL,'2024-07-09 01:06:27','2025-04-17 20:56:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-05-28 16:23:19','2017-05-28 16:23:19',0),
(119,'https://staging.amtacshooting.com/2017/03/12/aar-the-responsible-armed-citizen/','79:114bc39352095a998140b1a5e88f5e69',651,'post','post',1,0,NULL,'This course, The Responsible Armed Citizen, included a limited amount of combatives training but the primary focus was on mindset, weapon-manipulation and marksmanship under stress, and generally taking anyone who uses a gun for self-defense beyond the basics and giving them the tools needed to survive','AAR: The Responsible Armed Citizen on Breach Bang Clear','publish',NULL,0,NULL,NULL,NULL,'Responsible Armed',67,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2017/03/aar_breach_bang_clear_amtac.jpg',NULL,'706','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2017/03/aar_breach_bang_clear_amtac.jpg','706','featured-image','{\"width\":819,\"height\":819,\"filesize\":41618,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2017/03/aar_breach_bang_clear_amtac.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2017/03/aar_breach_bang_clear_amtac.jpg\",\"size\":\"full\",\"id\":706,\"alt\":\"AAR Responsible Armed Citizen Breach Bang Clear\",\"pixels\":670761,\"type\":\"image/jpeg\"}',0,2,NULL,'2024-07-09 01:06:28','2025-04-17 20:56:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2017-03-12 16:21:38','2017-03-12 16:21:38',0),
(120,'https://staging.amtacshooting.com/2016/08/14/aar-the-integrated-combatives-course/','82:40c8d6b42726e225254ec0ac2b18fd25',662,'post','post',1,0,NULL,NULL,'AAR: The Integrated Combatives Course on Glock Talk Forum','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2016/08/AAR-Integrated-Combatives-Glock-Talk.jpg',NULL,'719','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2016/08/AAR-Integrated-Combatives-Glock-Talk.jpg','719','featured-image','{\"width\":731,\"height\":1024,\"filesize\":77879,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2016/08/AAR-Integrated-Combatives-Glock-Talk.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2016/08/AAR-Integrated-Combatives-Glock-Talk.jpg\",\"size\":\"full\",\"id\":719,\"alt\":\"AAR Integrated Combatives Glock Talk\",\"pixels\":748544,\"type\":\"image/jpeg\"}',0,2,NULL,'2024-07-09 01:06:28','2025-04-17 20:56:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2016-08-14 16:30:09','2016-08-14 16:30:09',0),
(121,'https://staging.amtacshooting.com/2016/05/31/aar-responsible-armed-citizen/','75:d061419b190a27e7ad537c75002e4878',666,'post','post',1,0,NULL,NULL,'AAR: Responsible Armed Citizen by VDMSR','publish',NULL,0,NULL,NULL,NULL,'Armed',41,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2016/05/AAR-Responsible-Armed-Citizen-VDMSR.jpg',NULL,'728','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2016/05/AAR-Responsible-Armed-Citizen-VDMSR.jpg','728','featured-image','{\"width\":1024,\"height\":806,\"filesize\":66673,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2016/05/AAR-Responsible-Armed-Citizen-VDMSR.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2016/05/AAR-Responsible-Armed-Citizen-VDMSR.jpg\",\"size\":\"full\",\"id\":728,\"alt\":\"AAR Responsible Armed Citizen VDMSR\",\"pixels\":825344,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-07-09 01:06:28','2024-08-08 22:18:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2016-05-31 16:39:31','2016-05-31 16:39:31',0),
(122,'https://staging.amtacshooting.com/2016/08/12/aar-shooting-and-cqb-course/','73:1ee6070eed4dd2c58326bc449b79d1a8',671,'post','post',1,0,NULL,NULL,'AAR: Shooting and CQB Course by VDMSR','publish',NULL,0,NULL,NULL,NULL,'CQB',45,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2016/08/AAR_shooting_and_CQB_VDMSR.jpg',NULL,'723','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2016/08/AAR_shooting_and_CQB_VDMSR.jpg','723','featured-image','{\"width\":918,\"height\":598,\"filesize\":45614,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2016/08/AAR_shooting_and_CQB_VDMSR.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2016/08/AAR_shooting_and_CQB_VDMSR.jpg\",\"size\":\"full\",\"id\":723,\"alt\":\"AAR Shooting and CQB VDMSR\",\"pixels\":548964,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-07-09 01:06:28','2024-08-08 22:18:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2016-08-12 16:42:28','2016-08-12 16:42:28',0),
(123,'https://staging.amtacshooting.com/?p=1465','41:0cf58d079c8be5c4b4965d75a1644fa5',1465,'post','post',1,0,NULL,NULL,'Privacy and Disclosure','draft',0,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-07-09 01:06:28','2024-12-31 18:36:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-31 18:36:58','0000-00-00 00:00:00',0),
(124,'https://staging.amtacshooting.com/?p=1606','41:d3b554331b63e7e2af462e406d52cd16',1606,'post','post',1,0,NULL,NULL,'Sights','draft',0,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-07-09 01:06:28','2024-12-31 18:36:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-31 18:36:58','0000-00-00 00:00:00',0),
(125,'https://staging.amtacshooting.com/sponsorships/','47:3ee8ddb6c61e2e50b3eb4930f3709279',2384,'post','page',1,0,NULL,NULL,'Sponsorships','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/01/Class-Photo-1-1024x683.jpg',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/01/Class-Photo-1-1024x683.jpg',NULL,'first-content-image',NULL,0,NULL,NULL,'2024-07-09 01:06:28','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,2,2,'2024-06-13 18:27:59','2024-06-13 18:27:59',0),
(126,'https://staging.amtacshooting.com/our-instructors/','50:832e4029bd3555b8b49aa893019e3e66',2422,'post','page',1,0,NULL,NULL,'Our Instructors','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/Amtac-Shooting-Newsletter-Banner-4-1024x341.png',NULL,'2423','first-content-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/Amtac-Shooting-Newsletter-Banner-4-1024x341.png','2423','first-content-image',NULL,0,NULL,NULL,'2024-07-09 01:06:28','2024-10-31 23:33:59',1,NULL,NULL,NULL,NULL,0,7,2,'2024-10-31 23:33:59','2024-04-12 22:19:11',0),
(127,'https://staging.amtacshooting.com/kevin-kelly-lead-instructor/','62:b270fe0188ee7d365124179056ab890d',2804,'post','page',1,0,NULL,NULL,'Kevin Kelly &#8211; Lead Instructor','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-Kelly-Amtac-Shooting-Instructor-3-1024x341.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-Kelly-Amtac-Shooting-Instructor-3-1024x341.png',NULL,'first-content-image',NULL,0,NULL,NULL,'2024-07-09 01:06:28','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,3,2,'2024-04-12 22:03:04','2024-04-12 22:03:04',0),
(128,'https://staging.amtacshooting.com/bryan-resnick-lead-instructor/','64:969c02759f79ffa020c5b81176f87845',2815,'post','page',1,0,NULL,NULL,'Bryan Resnick &#8211; Lead Instructor','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bryan-Resnick-Amtac-Shooting-Instructor-1024x341.png',NULL,NULL,'first-content-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bryan-Resnick-Amtac-Shooting-Instructor-1024x341.png',NULL,'first-content-image',NULL,0,NULL,NULL,'2024-07-09 01:06:28','2024-08-08 22:11:59',1,NULL,NULL,NULL,NULL,0,4,2,'2024-04-12 22:17:27','2024-04-12 22:17:27',0),
(129,'https://staging.amtacshooting.com/2018/03/17/the-hybrid-carbine/','64:b73a45e6dc6b76f2cf37fc5ebd07ae8f',344,'post','post',1,0,NULL,'What if you could only have one rifle?  What would it be?  What if you need the ability to engage very fast up close and also shoot out to medium distance? ','The Best All Around Rifle: The Hybrid Carbine','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/The-One-Rifle.jpg',NULL,'539','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/The-One-Rifle.jpg','539','featured-image','{\"width\":1088,\"height\":725,\"filesize\":59481,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/The-One-Rifle.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2018/03/The-One-Rifle.jpg\",\"size\":\"full\",\"id\":539,\"alt\":\"\",\"pixels\":788800,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-07-09 01:06:29','2024-08-08 22:18:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-03-17 03:12:36','2018-03-17 03:12:36',0),
(130,'https://staging.amtacshooting.com/2018/07/06/precision-rifle-options/','69:748b322e5b135a802f94ae13a7ec984d',346,'post','post',1,0,'%%title%% %%page%% %%sep%% Gear Options - %%sitename%%','This is a primer for guys that are interested in getting into precision rifle shooting. We will look at the options for all price ranges.','Getting into Precision Rifle Shooting','publish',NULL,0,NULL,NULL,NULL,'precision rifle',78,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg',NULL,'24','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg','24','featured-image','{\"width\":768,\"height\":576,\"filesize\":47098,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2018/01/rifle_header-e1517083968747.jpg\",\"size\":\"full\",\"id\":24,\"alt\":\"Precision Rifle Classes\",\"pixels\":442368,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-07-09 01:06:29','2024-08-08 22:18:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-07-06 03:14:32','2018-07-06 03:14:32',0),
(131,'https://staging.amtacshooting.com/2018/03/17/review-of-flir-thermosight-pro-pts233/','83:4f1ddd0d2db4ae27be5fe144b709d0d1',358,'post','post',1,0,NULL,'This FLIR Thermosight Pro PTS233 thermal scope is a game changer. It puts a fully functional thermal weapons sight at working man\'s prices.','Review of FLIR Thermosight Pro PTS233','publish',NULL,0,NULL,NULL,NULL,'FLIR',79,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg',NULL,'412','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg','412','featured-image','{\"width\":1639,\"height\":924,\"filesize\":208469,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg\",\"size\":\"full\",\"id\":412,\"alt\":\"FLIR Thermosight Pro PTS233,\",\"pixels\":1514436,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-07-09 01:06:29','2024-08-08 22:18:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-03-17 03:37:35','2018-03-17 03:37:35',0),
(132,'https://staging.amtacshooting.com/2018/04/04/food-fitness/','58:14fb783245375559bb8a3ffb790b91b5',626,'post','post',1,0,NULL,'Anyone that has trained with me knows the emphasis that I put on fitness. If you are not in good shape is is much more difficult to sprint up two flights of stairs, then across a parking lot and make a life or death decision.','Food and Fitness','publish',NULL,0,NULL,NULL,NULL,'fitness',75,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg',NULL,'839','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg','839','featured-image','{\"width\":1386,\"height\":924,\"filesize\":74721,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2018/04/running_pistol.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2018/04/running_pistol.jpg\",\"size\":\"full\",\"id\":839,\"alt\":\"\",\"pixels\":1280664,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-07-09 01:06:29','2024-08-08 22:18:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-04-04 22:29:16','2018-04-04 22:29:16',0),
(133,'https://staging.amtacshooting.com/2018/08/09/aar-force-on-force-course-by-vdmsr/','80:9147bebfb887b10fb1ff3c8c836d0b05',1055,'post','post',1,0,NULL,'Every drill and part of this class is designed in such a way as to build a logical foundation of unconscious competence.','AAR: Force on Force Course by VDMSR','publish',NULL,0,NULL,NULL,NULL,'competence',47,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/AAR_vdmsr_force_course.jpg',NULL,'1058','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/AAR_vdmsr_force_course.jpg','1058','featured-image','{\"width\":924,\"height\":924,\"filesize\":58438,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2018/08/AAR_vdmsr_force_course.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2018/08/AAR_vdmsr_force_course.jpg\",\"size\":\"full\",\"id\":1058,\"alt\":\"\",\"pixels\":853776,\"type\":\"image/jpeg\"}',0,2,NULL,'2024-07-09 01:06:29','2025-04-17 20:56:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2018-08-09 20:11:05','2018-08-09 20:11:05',0),
(134,'https://staging.amtacshooting.com/2018/08/10/aar-the-responsible-armed-citizen-by-hill-people-gear/','99:a2aea08af9087d808f52f06439111e03',1060,'post','post',1,0,NULL,'Bill is a huge proponent of being responsible for the protection of yourself, your family, and your tribe...','AAR: The Responsible Armed Citizen by Hill People Gear','publish',NULL,0,NULL,NULL,NULL,'responsible',54,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/AAR_RAC_Hill_People.jpg',NULL,'1062','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/AAR_RAC_Hill_People.jpg','1062','featured-image','{\"width\":640,\"height\":480,\"filesize\":69847,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2018/08/AAR_RAC_Hill_People.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2018/08/AAR_RAC_Hill_People.jpg\",\"size\":\"full\",\"id\":1062,\"alt\":\"\",\"pixels\":307200,\"type\":\"image/jpeg\"}',0,2,NULL,'2024-07-09 01:06:29','2025-04-17 20:56:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-31 18:36:59','2018-08-10 17:33:16',0),
(135,'https://staging.amtacshooting.com/2018/10/12/the-modern-minute-man-and-other-standards/','87:7593451ac4d7d214fd879e73557f615a',1125,'post','post',1,0,NULL,'What does a \"modern minute man\" look like?  What would the standard be?  Should all American men be able to to meet the \"modern minute man\" standard?','The Modern Minute Man and Other Standards','publish',NULL,0,NULL,NULL,NULL,'modern minute man',81,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1-1.jpg',NULL,'1180','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1-1.jpg','1180','featured-image','{\"width\":924,\"height\":1232,\"filesize\":74261,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1-1.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2018/10/IMG-4044-1-1.jpg\",\"size\":\"full\",\"id\":1180,\"alt\":\"Bill and Chainsaw Sniper Adventure Challenge 2018\",\"pixels\":1138368,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-07-09 01:06:29','2024-12-31 18:36:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-31 18:36:59','2018-10-12 00:15:58',0),
(136,'https://staging.amtacshooting.com/2018/12/16/mindset-let-it-burn/','65:7568a24a1797b8ac275f0e57f0054e08',2934,'post','post',1,0,'Mindset: %%title%% %%page%% %%sep%% %%sitename%%','Proper mindset is something that takes time and effort and is something that we will be continuously working towards until we die.','Let It Burn','publish',NULL,0,NULL,NULL,NULL,'Mindset',86,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/full-size-2.jpg',NULL,'1208','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/10/full-size-2.jpg','1208','featured-image','{\"width\":1150,\"height\":924,\"filesize\":60258,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2018/10/full-size-2.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2018/10/full-size-2.jpg\",\"size\":\"full\",\"id\":1208,\"alt\":\"\",\"pixels\":1062600,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-07-09 01:06:29','2024-12-31 18:36:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-31 18:36:59','2018-12-16 00:50:41',0),
(137,'https://staging.amtacshooting.com/2018/12/16/amtac-shooting-fitness-standards/','78:bd29aa7bcc2a5e72b14d19b0a2c44b25',2935,'post','post',1,0,'Fitness Standards %%page%% %%sep%% %%sitename%%','We don\'t train to be able to perform a \"standard\", we train so that we can protect ourselves and our families better.','Amtac Shooting Fitness Standards','publish',NULL,0,NULL,NULL,NULL,'fitness standards',72,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_3930.jpg',NULL,'1260','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_3930.jpg','1260','featured-image','{\"width\":1232,\"height\":924,\"filesize\":58183,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_3930.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2018/12/IMG_3930.jpg\",\"size\":\"full\",\"id\":1260,\"alt\":\"\",\"pixels\":1138368,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-07-09 01:06:29','2024-12-31 18:36:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-31 18:36:59','2018-12-16 01:45:59',0),
(138,'https://staging.amtacshooting.com/2018/12/16/the-modern-minute-man-physical-training-plan/','90:e4de98bce29bbbdfd1dd6e487269d1c8',2936,'post','post',1,0,NULL,'Having the ability to move over a variety of terrain with a load on your back is one of the truest indicators of fitness and being Modern Minute Man.','The Modern Minute Man Physical Training Plan','publish',NULL,0,NULL,NULL,NULL,'modern minute man',79,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_4572-2.jpg',NULL,'1269','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_4572-2.jpg','1269','featured-image','{\"width\":1232,\"height\":924,\"filesize\":61873,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_4572-2.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2018/12/IMG_4572-2.jpg\",\"size\":\"full\",\"id\":1269,\"alt\":\"\",\"pixels\":1138368,\"type\":\"image/jpeg\"}',0,2,NULL,'2024-07-09 01:06:30','2025-05-09 19:56:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-31 18:36:59','2018-12-16 03:30:51',0),
(139,'https://staging.amtacshooting.com/2019/04/24/what-is-most-important-in-training/','80:7e142aa70a1c57d29498034d96cc71b5',1293,'post','post',1,0,NULL,NULL,'What Is Most Important In Training?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01618.jpg',NULL,'1323','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01618.jpg','1323','featured-image','{\"width\":1386,\"height\":924,\"filesize\":70869,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01618.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2019/03/DSC01618.jpg\",\"size\":\"full\",\"id\":1323,\"alt\":\"\",\"pixels\":1280664,\"type\":\"image/jpeg\"}',0,2,NULL,'2024-07-09 01:06:30','2025-05-09 19:56:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-31 18:36:59','2019-04-24 17:03:46',0),
(140,'https://staging.amtacshooting.com/2020/04/11/recommended-radio-gear/','68:2920b39f81f19b5b2593a2db51d174a7',1455,'post','post',1,0,NULL,NULL,'Recommended Radio Gear','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2020/04/Billradio-min.jpg',NULL,'1506','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2020/04/Billradio-min.jpg','1506','featured-image','{\"width\":1000,\"height\":750,\"filesize\":40233,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2020/04/Billradio-min.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2020/04/Billradio-min.jpg\",\"size\":\"full\",\"id\":1506,\"alt\":\"Radio Communications\",\"pixels\":750000,\"type\":\"image/jpeg\"}',0,2,NULL,'2024-07-09 01:06:30','2025-05-09 19:56:51',1,NULL,NULL,NULL,NULL,0,9,2,'2024-12-31 18:36:58','2020-04-11 23:09:04',0),
(141,'https://staging.amtacshooting.com/2020/07/15/aar-compact-carbine-deployment-on-civilian-gunfighter/','99:0e7d7e397d5f483e52e47830fb24a983',1539,'post','post',1,0,NULL,NULL,'AAR: Compact Carbine Deployment on Civilian Gunfighter','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2020/07/AAR-Civilian-Gunfighter.jpg',NULL,'1540','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2020/07/AAR-Civilian-Gunfighter.jpg','1540','featured-image','{\"width\":473,\"height\":455,\"filesize\":40454,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2020/07/AAR-Civilian-Gunfighter.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2020/07/AAR-Civilian-Gunfighter.jpg\",\"size\":\"full\",\"id\":1540,\"alt\":\"AAR Civilian Gunfighter Compact Carbine\",\"pixels\":215215,\"type\":\"image/jpeg\"}',0,6,NULL,'2024-07-09 01:06:30','2025-05-09 19:56:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-31 18:36:58','2020-07-15 21:42:15',0),
(142,'https://staging.amtacshooting.com/2023/06/20/aar-the-amtac-shooting-tribe-centric-cqb/','86:ae7b5da02ed1b2d093c8246181d83e4b',2053,'post','post',1,0,NULL,'Feedback from students on the April 2023 Amtac Shooting Tribe Centric CQB Course.','AAR: The Amtac Shooting Tribe-Centric CQB','publish',NULL,0,NULL,NULL,NULL,'CQB',62,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px.png',NULL,'2160','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px.png','2160','featured-image','{\"width\":473,\"height\":455,\"filesize\":107365,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px.png\",\"path\":\"/var/www/wordpress/wp-content/uploads/2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px.png\",\"size\":\"full\",\"id\":2160,\"alt\":\"\",\"pixels\":215215,\"type\":\"image/png\"}',0,6,NULL,'2024-07-09 01:06:30','2025-05-09 19:56:51',1,NULL,NULL,NULL,NULL,0,13,2,'2024-12-31 18:36:58','2023-06-20 06:29:10',0),
(143,'https://staging.amtacshooting.com/2023/08/24/aar-the-amtac-shooting-modern-minuteman/','85:df11ed15e15c715b4980757cc0e3c4e2',2134,'post','post',1,0,NULL,NULL,'AAR: The Amtac Shooting Modern Minuteman','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png',NULL,'2161','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png','2161','featured-image','{\"width\":473,\"height\":455,\"filesize\":120189,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png\",\"path\":\"/var/www/wordpress/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png\",\"size\":\"full\",\"id\":2161,\"alt\":\"\",\"pixels\":215215,\"type\":\"image/png\"}',0,6,NULL,'2024-07-09 01:06:30','2025-05-09 19:56:51',1,NULL,NULL,NULL,NULL,0,6,2,'2024-12-31 18:36:58','2023-08-24 01:00:30',0),
(144,'https://staging.amtacshooting.com/2023/09/15/sermon-what-is-your-purpose-and-what-are-you-doing-to-give-god-glory-and-to-further-his-kingdom/','141:6922e478123039f6b2e0bc85054881a4',2172,'post','post',1,0,NULL,NULL,'Sermon: What is your purpose and what are you doing to give God glory and to further his kingdom?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,1,NULL,'2024-07-09 01:06:30','2025-04-17 21:19:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-31 18:36:58','2023-09-15 19:00:00',0),
(145,'https://staging.amtacshooting.com/2023/09/15/sermon-what-is-our-mission/','72:c5c4855bad48b348ffa48a6eee2ebcb1',2173,'post','post',1,0,NULL,NULL,'Sermon: What is our mission?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,NULL,'2024-07-09 01:06:30','2025-04-17 21:19:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-31 18:36:58','2023-09-15 19:00:00',0),
(146,'https://staging.amtacshooting.com/2023/10/13/interview-with-gustavo-machado-and-bill-rapier-for-the-2023-07-19-amtac-shooting-jiu-jitsu-and-pistol-course-id/','157:96f957b7e94750c3f9d44faa2369adcb',2183,'post','post',1,0,NULL,'In this interview, we talked with Bill and Gustavo about how they met, their jiu-jitsu passion and how Bill\'s biggest improvements and changes connect jiu-jitsu to real life situations.','Interview with Gustavo Machado and Bill Rapier for the Amtac Shooting Jiu-Jitsu and Pistol Course','publish',NULL,0,NULL,NULL,NULL,'jiu-jitsu and pistols',50,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_.png',NULL,'2260','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_.png','2260','featured-image','{\"width\":1135,\"height\":863,\"filesize\":500446,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_.png\",\"path\":\"/var/www/wordpress/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_.png\",\"size\":\"full\",\"id\":2260,\"alt\":\"\",\"pixels\":979505,\"type\":\"image/png\"}',0,5,NULL,'2024-07-09 01:06:30','2025-05-09 19:56:51',1,NULL,NULL,NULL,NULL,0,10,2,'2024-12-31 18:36:58','2023-10-13 19:57:29',0),
(147,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/','83:3ebc12a0ae1de68e83ebc923f306b027',2279,'post','post',1,0,NULL,'Here is my backpack loadout and all the gear I carried for a daylong hike up a snowy mountain.','Backpack Loadout for a Long Day&#8217;s Hike','publish',NULL,0,NULL,NULL,NULL,'Long Hike Backpack Loadout',64,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail-.jpg',NULL,'2333','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail-.jpg','2333','featured-image','{\"width\":924,\"height\":693,\"filesize\":34536,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail-.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail-.jpg\",\"size\":\"full\",\"id\":2333,\"alt\":\"\",\"pixels\":640332,\"type\":\"image/jpeg\"}',0,23,NULL,'2024-07-09 01:06:30','2025-11-25 00:11:46',1,NULL,NULL,NULL,NULL,0,5,2,'2024-12-31 18:36:58','2023-11-23 04:14:02',0),
(148,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/','81:44e16b36402107873b9d863f14c9193c',2392,'post','post',1,0,NULL,'Dry firing prepares us so that if today is the day you are called upon, you perform at the top of your ability.','Why We Dry Fire','publish',NULL,0,NULL,NULL,NULL,'Why we dry fire',51,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202.png',NULL,'2617','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202.png','2617','featured-image','{\"width\":377,\"height\":390,\"filesize\":54063,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202.png\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/02/dry_fire_screen_shot_7202.png\",\"size\":\"full\",\"id\":2617,\"alt\":\"\",\"pixels\":147030,\"type\":\"image/png\"}',0,23,NULL,'2024-07-09 01:06:31','2025-11-25 00:11:46',1,NULL,NULL,NULL,NULL,0,1,2,'2024-12-31 18:36:58','2024-02-10 01:57:55',0),
(149,'https://staging.amtacshooting.com/product/amtac-shooting-bring-your-tools-tee/','78:5d9b9f9bf7e54ba0cf3cc759d04e4737',2541,'post','product',1,0,NULL,'Represent Amtac Shooting with this Bring Your Tools t-shirt.','Amtac Shooting &#8220;Bring Your Tools&#8221; Tee','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-black-front-65fcb27facc11.jpg',NULL,'2578','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-black-front-65fcb27facc11.jpg','2578','featured-image','{\"width\":924,\"height\":924,\"filesize\":23216,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-black-front-65fcb27facc11.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/03/mens-classic-tee-black-front-65fcb27facc11.jpg\",\"size\":\"full\",\"id\":2578,\"alt\":\"\",\"pixels\":853776,\"type\":\"image/jpeg\"}',0,1,NULL,'2024-07-09 01:06:31','2025-04-08 19:30:29',1,NULL,NULL,NULL,NULL,0,1,2,'2024-03-21 22:19:57','2024-03-21 22:19:57',0),
(150,'https://staging.amtacshooting.com/2024/06/20/should-i-carry-strong-side-or-appendix/','84:951b4b4df1689422323d33f82a4d1492',2914,'post','post',1,0,NULL,NULL,'Should I Carry Strong Side or Appendix?','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,2,NULL,'2024-07-09 01:06:33','2025-04-17 21:19:06',1,NULL,NULL,NULL,NULL,0,1,2,'2024-12-31 18:36:58','2024-06-20 21:01:17',0),
(151,'https://staging.amtacshooting.com/shop/','39:4be7320b4e4e2989af93b1d45db3aa23',NULL,'post-type-archive','product',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Products',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-07-09 01:09:21','2024-09-10 19:08:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-09-02 22:24:44','2024-03-21 22:19:57',NULL),
(152,'https://staging.amtacshooting.com/event/16-18-august-2024-modern-warrior-conference/','84:e4d077b315e5bd6f898bc528e047d3f2',3026,'post','tribe_events',1,0,NULL,'The Modern Warrior Conference is an opportunity for solid men to come together and train with some of the best shooting and combatives instructors in the industry. The theme for this year is\"Be a Professional\".','16-18 August 2024 Modern Warrior Conference','publish',NULL,0,NULL,NULL,NULL,'warrior conference',69,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/06/MWC-2024.png',NULL,'2917','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/06/MWC-2024.png','2917','featured-image','{\"width\":1200,\"height\":600,\"filesize\":100801,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/06/MWC-2024.png\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/06/MWC-2024.png\",\"size\":\"full\",\"id\":2917,\"alt\":\"\",\"pixels\":720000,\"type\":\"image/png\"}',0,0,NULL,'2024-07-09 02:37:09','2024-12-16 23:54:37',1,NULL,NULL,NULL,NULL,0,2,2,'2024-09-05 20:52:12','2024-07-09 02:37:53',0),
(153,'https://staging.amtacshooting.com/events/','41:9187ceae4e5898067229492c04967879',NULL,'post-type-archive','tribe_events',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Events',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,'2024-07-09 02:37:24','2025-09-06 17:22:50',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-07 00:57:41','2024-07-09 02:37:53',NULL),
(154,'https://staging.amtacshooting.com/events/category/modern-minute-man/','68:fc18ecd20eb7fc4106b2eb0709220f36',86,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Modern Minute Man',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-07-09 02:38:18','2025-01-04 01:46:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-04 01:46:18','2024-07-09 02:37:53',NULL),
(155,'https://staging.amtacshooting.com/events/category/advanced-responsible-armed-citizen-course/','92:edd3a708153c80f67d06025104e4eff8',87,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Advanced Responsible Armed Citizen Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:38:32','2024-12-19 00:31:50',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:49',NULL,NULL),
(156,'https://staging.amtacshooting.com/events/category/ak/','53:237bf3764738024923e0ca372c48ea8e',88,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'AK',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:38:38','2025-01-04 01:23:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-04 01:23:55',NULL,NULL),
(157,'https://staging.amtacshooting.com/events/category/amtac-shooting-instructor-bryan-resnick/','90:721ef4efbf6bdf3b7866ab84cf43654f',89,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Amtac Shooting Instructor Bryan Resnick',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-07-09 02:38:45','2025-03-03 17:08:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-10-31 22:01:23',NULL,NULL),
(158,'https://staging.amtacshooting.com/events/category/amtac-shooting-instructor-david-acosta/','89:cec8915c76d1b87cbaffa4c1b0ee16c8',90,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Amtac Shooting Instructor David Acosta',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:38:51','2024-08-08 22:18:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(159,'https://staging.amtacshooting.com/events/category/amtac-shooting-instructor-david-cagle/','88:892ce8fefa1ee2a6881951f75c35768b',91,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Amtac Shooting Instructor David Cagle',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:38:56','2024-12-19 00:32:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:23',NULL,NULL),
(160,'https://staging.amtacshooting.com/events/category/amtac-shooting-instructor-kevin-kelly/','88:20c1247d1ba5925031f908ca3c3d704c',92,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Amtac Shooting Instructor Kevin Kelly',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:39:04','2024-09-06 17:43:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-09-06 17:43:47',NULL,NULL),
(161,'https://staging.amtacshooting.com/events/category/carbine-1/','60:a49d06f9998af6ce6e5f4e4da0f1b2ec',93,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Carbine 1',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-07-09 02:39:12','2025-03-03 17:08:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:16',NULL,NULL),
(162,'https://staging.amtacshooting.com/events/category/combative-carbine-course/','75:e1399f4cd719684689211dca3776ca7c',94,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Combative Carbine Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-07-09 02:39:20','2025-09-06 17:22:50',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-04 01:32:53',NULL,NULL),
(163,'https://staging.amtacshooting.com/events/category/compact-carbine/','66:72fad47e9f42ab383d72e74f462ef804',95,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Compact Carbine',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-07-09 02:39:26','2025-09-06 17:22:50',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-17 00:25:01',NULL,NULL),
(164,'https://staging.amtacshooting.com/events/category/cqb/','54:2d6c9353b434309255681e80e3cd5921',96,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'CQB',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:39:31','2024-08-08 22:31:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(165,'https://staging.amtacshooting.com/events/category/cqb-and-force-on-force-course/','80:c18eba1cb97841b183158baad41d31ae',97,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'CQB and Force on Force Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:39:38','2024-12-19 00:22:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:22:51',NULL,NULL),
(166,'https://staging.amtacshooting.com/events/category/custom-pistol-combatives/','75:1921831fe8b93ed69d83f7a5c5d7079a',98,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Custom Pistol Combatives',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:39:43','2024-08-08 22:31:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(167,'https://staging.amtacshooting.com/events/category/force-on-force-course/','72:dd6cb186c7690036cd4bacc17bdc217d',99,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Force on Force Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:39:49','2024-12-19 00:32:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:39',NULL,NULL),
(168,'https://staging.amtacshooting.com/events/category/grappling-with-weapons/','73:8e6f060926a9ffd88aa8a974d81be40d',100,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Grappling with Weapons',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:39:52','2024-08-08 22:31:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(169,'https://staging.amtacshooting.com/events/category/hybrid-carbine/','65:615f1724b6180237ff3fee0f8b9dddf7',101,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Hybrid Carbine',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:39:57','2024-12-19 00:32:21',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:21',NULL,NULL),
(170,'https://staging.amtacshooting.com/events/category/integrated-combatives-course/','79:a34b3096a698d5da510fc69046880a30',102,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Integrated Combatives Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-07-09 02:40:05','2025-03-03 17:08:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-04 01:31:13',NULL,NULL),
(171,'https://staging.amtacshooting.com/events/category/integrated-combatives-course/tuhon-tom-kier-from-sayoc-kali-pistol-blade-combatives-course/','141:0636c1f35ca0d21b1e5e6154815753c3',103,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Tuhon Tom Kier from Sayoc Kali Pistol &amp; Blade Combatives Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-07-09 02:40:14','2024-09-02 19:34:22',1,NULL,NULL,NULL,NULL,1,NULL,2,'2024-07-09 03:11:00','2024-07-09 03:10:09',NULL),
(172,'https://staging.amtacshooting.com/events/category/jiu-jitsu-and-pistol-course/','78:9eaaabd6e5f8528292e917931edcd207',104,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Jiu-Jitsu and Pistol Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:40:19','2024-12-19 00:31:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:40',NULL,NULL),
(173,'https://staging.amtacshooting.com/events/category/low-light-tactics-course/','75:da6fda257e87f432997da616eb54ad31',105,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Low Light Tactics Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:40:23','2025-01-04 01:39:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-04 01:39:29',NULL,NULL),
(174,'https://staging.amtacshooting.com/events/category/low-visibility-pistol-combatives-course/','90:8827f81663fcb185f0e325fcb5743def',106,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Low Visibility Pistol Combatives Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:40:28','2024-12-19 00:32:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:18',NULL,NULL),
(175,'https://staging.amtacshooting.com/events/category/mens-ministry/','64:7e9abb33f06544b6012054a3b0d8007a',107,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Men\'s Ministry',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:40:34','2024-12-19 00:32:21',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:21',NULL,NULL),
(176,'https://staging.amtacshooting.com/events/category/night-shooting-course/','72:5b4ed6b73042e80c2894ff776d6e139b',108,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Night Shooting Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-07-09 02:40:38','2025-03-03 17:08:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:14',NULL,NULL),
(177,'https://staging.amtacshooting.com/events/category/pistol-1-course/','66:3b7b7331a82fbafb6bc9a0262076d5c5',109,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Pistol 1 Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:40:41','2024-10-03 21:36:33',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-10-03 21:36:33',NULL,NULL),
(178,'https://staging.amtacshooting.com/events/category/pistol-carbine/','65:23cd970785f77286fa44fdca460f5c9b',110,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Pistol Carbine',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:40:46','2025-01-04 01:43:32',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-04 01:43:32',NULL,NULL),
(179,'https://staging.amtacshooting.com/events/category/pistol-combatives-medical/','76:87a850eb0b889ee8b4eb8bbd7bac5622',111,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Pistol Combatives &amp; Medical',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:40:50','2025-01-04 01:15:01',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-04 01:15:01',NULL,NULL),
(180,'https://staging.amtacshooting.com/events/category/pistol-combatives-1/','70:df0d94b94ab1c9a68a45338a646a783d',112,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Pistol/Combatives 1',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:40:53','2025-01-04 01:33:49',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-04 01:33:48',NULL,NULL),
(181,'https://staging.amtacshooting.com/events/category/precision-rifle-course/','73:7c6c9a42b77cd70fc3c67098f8ce3287',113,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Precision Rifle Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:40:59','2024-12-19 00:30:00',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:00',NULL,NULL),
(182,'https://staging.amtacshooting.com/events/category/private-course/','65:de4a30cf8f755e48241c71d4ad59f98b',114,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Private Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:41:05','2024-08-08 22:50:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(183,'https://staging.amtacshooting.com/events/category/responsible-armed-citizen-course/','83:f65d27086b7f5dcea4d0bca75474a457',115,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Responsible Armed Citizen Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:41:08','2024-12-19 00:27:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:27:18',NULL,NULL),
(184,'https://staging.amtacshooting.com/events/category/tribe-centric-cqb/','68:c72116e43f52f81143c5e89290909189',116,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Tribe Centric CQB',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:41:11','2024-08-08 22:50:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(185,'https://staging.amtacshooting.com/events/category/winter-course/','64:cc3e445439a6abc108081b18408f3371',117,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Winter Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:41:14','2024-12-19 00:31:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:06',NULL,NULL),
(186,'https://staging.amtacshooting.com/events/category/winter-modern-minuteman-course/','81:4737160b8a4af0bca9ecdb364fcb7e8c',118,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Winter Modern Minuteman Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:41:19','2025-01-07 00:57:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-07 00:57:41',NULL,NULL),
(187,'https://staging.amtacshooting.com/events/category/womens-combatives-course/','75:c37ed016faf5ccf32ad6ec422f0553d8',119,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Women\'s Combatives Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-09 02:41:23','2024-12-19 00:23:07',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:23:07',NULL,NULL),
(188,'https://staging.amtacshooting.com/event/14-15-august-2024-the-amtac-shooting-small-team-cqb-with-tuhon-tom-kier-and-bill-rapier/','128:40de1b12f7ffab2d794502e2e78c524e',3038,'post','tribe_events',1,0,NULL,'This course will teach you how to integrate empty hand technique combatives and how to fluidly transition from one tool to the next based on the situation.','14-15 August 2024 &#8211; The Amtac Shooting Small Team CQB with Tuhon Tom Kier and Bill Rapier','publish',NULL,0,NULL,NULL,NULL,'Tuhon Tom Kier from Sayoc Kali Pistol Blade Combatives',39,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2022/02/tom-and-bill-blade-and-pistol-min.jpg',NULL,'1684','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2022/02/tom-and-bill-blade-and-pistol-min.jpg','1684','featured-image','{\"width\":829,\"height\":480,\"filesize\":20800,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2022/02/tom-and-bill-blade-and-pistol-min.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2022/02/tom-and-bill-blade-and-pistol-min.jpg\",\"size\":\"full\",\"id\":1684,\"alt\":\"Tom Kier and Bill Rapier\",\"pixels\":397920,\"type\":\"image/jpeg\"}',0,0,NULL,'2024-07-09 03:08:17','2024-09-02 19:34:22',1,NULL,NULL,NULL,NULL,0,1,2,'2024-07-09 03:11:00','2024-07-09 03:10:09',0),
(190,'https://staging.amtacshooting.com/shop-test/','44:3e066f838140e9724ea9fd66488ae7e7',3072,'post','page',1,0,NULL,NULL,'shop-test','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-07-31 16:37:40','2024-09-02 22:31:00',1,NULL,NULL,NULL,NULL,0,0,2,'2024-09-02 22:31:00','2024-09-02 22:26:09',0),
(192,'https://staging.amtacshooting.com/shop/','39:4be7320b4e4e2989af93b1d45db3aa23',NULL,'post-type-archive','product',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Products',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2024-08-08 21:09:58','2024-08-08 21:09:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-03-21 22:19:57','2024-03-21 22:19:57',NULL),
(195,'https://staging.amtacshooting.com/?mailpoet_page=subscriptions','62:56e93a241471d9750efbd4b29f80d981',3166,'post','mailpoet_page',1,0,NULL,NULL,'MailPoet Page','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-09-02 23:54:05','2024-09-02 23:54:05',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-09-02 22:23:35','2024-09-02 22:23:35',0),
(196,'https://staging.amtacshooting.com/event/11-september-2024-amtac-shooting-intro-to-fighting-at-night-nvg-course-near-boiseid/','124:66db7d79249b33c733104f4f1535e434',3173,'post','tribe_events',10,0,NULL,NULL,'11 September 2024 &#8211; Amtac Shooting Intro to Fighting at Night (NVG Course), near Boise,ID','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-09-05 19:41:35','2025-03-03 17:08:25',1,NULL,NULL,NULL,NULL,0,1,2,'2024-09-06 17:17:46','2024-09-05 20:18:51',0),
(197,'https://staging.amtacshooting.com/event/11-november-2024-amtac-shooting-combatives-seminar-kore-bjj/','100:2c8b00d9a0241e651e9fbe1fe75ab840',3183,'post','tribe_events',10,0,NULL,NULL,'11 November 2024 &#8211; Amtac Shooting Combatives Seminar (Kore BJJ)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2019/05/combatives-cropped-1.jpg',NULL,'1379','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2019/05/combatives-cropped-1.jpg','1379','featured-image','{\"width\":924,\"height\":924,\"filesize\":135156,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2019/05/combatives-cropped-1.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2019/05/combatives-cropped-1.jpg\",\"size\":\"full\",\"id\":1379,\"alt\":\"Combatives\",\"pixels\":853776,\"type\":\"image/jpeg\"}',0,0,NULL,'2024-09-05 20:30:48','2025-03-03 17:08:25',1,NULL,NULL,NULL,NULL,0,1,2,'2024-10-31 22:00:57','2024-09-05 20:30:48',0),
(199,'https://staging.amtacshooting.com/event/27-october-2024-amtac-shooting-magnified-optic-carbine-course-led-by-bryan-resnick/','123:604ad0ef8bb19294921474ef24c1aaf0',3195,'post','tribe_events',10,0,NULL,NULL,'27 October 2024 Amtac Shooting Magnified Optic Carbine Course Led by Bryan Resnick','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2022/07/Bryan-Resnick-Pistol-Course.jpeg',NULL,'1761','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2022/07/Bryan-Resnick-Pistol-Course.jpeg','1761','featured-image','{\"width\":924,\"height\":1118,\"filesize\":137602,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2022/07/Bryan-Resnick-Pistol-Course.jpeg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2022/07/Bryan-Resnick-Pistol-Course.jpeg\",\"size\":\"full\",\"id\":1761,\"alt\":\"\",\"pixels\":1033032,\"type\":\"image/jpeg\"}',0,0,NULL,'2024-09-06 17:07:19','2025-03-03 17:08:25',1,NULL,NULL,NULL,NULL,0,1,2,'2024-10-31 22:01:23','2024-09-06 17:09:57',0),
(201,'https://staging.amtacshooting.com/event/12-13-november-2024-amtac-shooting-fighting-in-around-vehicles-carbine-course/','118:a66a529a43cdaca266ee00dbfe9e5bdf',3202,'post','tribe_events',10,0,NULL,NULL,'12-13 November 2024 &#8211; Amtac Shooting Fighting In &#038; Around Vehicles Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/A1S5970.jpg',NULL,'3107','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/A1S5970.jpg','3107','featured-image','{\"width\":1000,\"height\":668,\"filesize\":313918,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/A1S5970.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/09/A1S5970.jpg\",\"size\":\"full\",\"id\":3107,\"alt\":\"\",\"pixels\":668000,\"type\":\"image/jpeg\"}',0,0,NULL,'2024-09-06 17:20:30','2025-09-06 17:22:50',1,NULL,NULL,NULL,NULL,0,1,2,'2024-12-17 00:25:01','2025-09-06 17:22:36',0),
(202,'https://staging.amtacshooting.com/event/12-13-september-2024-amtac-shooting-force-on-force-course-near-boise-id/','112:ad7972e9aad6c994bb5019b030fb830a',3204,'post','tribe_events',10,0,NULL,NULL,'12-13 September 2024 &#8211; Amtac Shooting Force on Force Course near Boise, ID','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-09-06 17:24:20','2024-12-16 23:54:37',1,NULL,NULL,NULL,NULL,0,1,2,'2024-09-06 17:26:04','2024-09-06 17:26:04',0),
(204,'https://staging.amtacshooting.com/event/21-september-2024-amtac-shooting-integrated-combatives-course-nh-led-by-kevin-kelly/','124:2c490308cf22384b2733307044fbf88a',3208,'post','tribe_events',10,0,NULL,NULL,'21 September 2024 &#8211; Amtac Shooting Integrated Combatives Course NH Led by Kevin Kelly','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-09-06 17:43:48','2025-03-03 17:08:25',1,NULL,NULL,NULL,NULL,0,1,2,'2024-09-06 17:43:47','2024-09-06 17:43:47',0),
(205,'https://staging.amtacshooting.com/event/3-october-2024-amtac-shooting-pistol-combatives-and-medical-course-fl-this-course-is-full/','130:ad8b77b8ca13a6bdb3aa6bb2c48589b6',3210,'post','tribe_events',10,0,NULL,NULL,'3 October 2024 &#8211; Amtac Shooting Pistol Combatives and Medical Course FL (This Course is Full)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-09-06 17:44:41','2025-03-03 17:08:25',1,NULL,NULL,NULL,NULL,0,1,2,'2024-09-06 17:46:08','2024-09-06 17:46:08',0),
(206,'https://staging.amtacshooting.com/event/4-5-october-2024-amtac-shooting-hybrid-carbine-course-fl-this-course-is-full/','117:b62f1455872ebb2189aef576f33d4a14',3212,'post','tribe_events',10,0,NULL,NULL,'4-5 October 2024 &#8211; Amtac Shooting Hybrid Carbine Course FL (This Course is Full)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-09-06 17:47:57','2024-10-16 03:22:07',1,NULL,NULL,NULL,NULL,0,1,2,'2024-09-06 17:49:13','2024-09-06 17:49:13',0),
(207,'https://staging.amtacshooting.com/event/6-october-2024-developing-solid-christian-men-fl/','89:d6d991381314c3b054655c4837aef039',3214,'post','tribe_events',10,0,NULL,NULL,'6 October 2024 Developing Solid Christian Men FL','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,0,NULL,'2024-09-06 17:51:48','2024-10-16 03:22:07',1,NULL,NULL,NULL,NULL,0,2,2,'2024-09-06 17:51:48','2024-09-06 17:51:48',0),
(208,'https://staging.amtacshooting.com/event/26-october-2024-amtac-shooting-pistol-combatives-1-course-led-by-bryan-resnick-2/','121:6935e35c1549603ad61beabc7ae4d26a',3216,'post','tribe_events',10,0,NULL,NULL,'26 October 2024 Amtac Shooting Pistol Combatives 1 Course Led by Bryan Resnick','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg',NULL,'1763','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg','1763','featured-image','{\"width\":1000,\"height\":667,\"filesize\":46664,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg\",\"size\":\"full\",\"id\":1763,\"alt\":\"\",\"pixels\":667000,\"type\":\"image/jpeg\"}',0,0,NULL,'2024-09-06 17:52:33','2025-03-03 17:08:25',1,NULL,NULL,NULL,NULL,0,1,2,'2024-10-03 21:36:33','2024-09-06 17:54:10',0),
(210,'https://staging.amtacshooting.com/event/6-8-november-2024-amtac-shooting-nvg-level-2-course-fighting-at-night/','110:59c31b1b5d495970de3dae2582a4f891',3220,'post','tribe_events',10,0,NULL,NULL,'6-8 November 2024 &#8211; Amtac Shooting NVG Level 2 Course / Fighting at Night','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/NVG-1.png',NULL,'2157','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/NVG-1.png','2157','featured-image','{\"width\":924,\"height\":924,\"filesize\":82493,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2023/08/NVG-1.png\",\"path\":\"/var/www/wordpress/wp-content/uploads/2023/08/NVG-1.png\",\"size\":\"full\",\"id\":2157,\"alt\":\"\",\"pixels\":853776,\"type\":\"image/png\"}',1,0,NULL,'2024-09-06 17:57:05','2025-03-03 17:08:25',1,NULL,NULL,NULL,NULL,0,2,2,'2024-10-31 22:01:46','2024-09-06 17:59:49',0),
(214,'https://staging.amtacshooting.com/events/category/nvg/','54:e589e27aa3c61157c20b340337e45ecf',120,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'NVG',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-09-06 18:24:40','2024-09-06 18:26:01',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-09-06 18:26:01',NULL,NULL),
(215,'https://staging.amtacshooting.com/precision-rifle/','50:b7bd9f22c9ed90808606d16a535daf18',3252,'post','page',10,0,NULL,NULL,'Precision Rifle','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png',NULL,'3236','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png','3236','featured-image','{\"width\":1000,\"height\":668,\"filesize\":971636,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/09/precision.png\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/09/precision.png\",\"size\":\"full\",\"id\":3236,\"alt\":\"\",\"pixels\":668000,\"type\":\"image/png\"}',0,2,NULL,'2024-09-06 20:37:43','2025-05-09 19:56:51',1,NULL,NULL,NULL,NULL,0,1,2,'2025-04-01 16:55:42','2024-09-06 20:41:01',0),
(222,'https://staging.amtacshooting.com/pistol-4/','43:88e286b582ae07ece564624e820a4948',3374,'post','page',10,0,NULL,NULL,'Pistol','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_3.jpg',NULL,'2193','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_3.jpg','2193','featured-image','{\"width\":1231,\"height\":924,\"filesize\":48343,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_3.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_3.jpg\",\"size\":\"full\",\"id\":2193,\"alt\":\"\",\"pixels\":1137444,\"type\":\"image/jpeg\"}',12,NULL,NULL,'2024-10-16 03:10:55','2025-04-01 16:52:01',1,NULL,NULL,NULL,NULL,0,2,2,'2025-04-01 16:52:01','2024-10-16 03:21:25',0),
(223,'https://staging.amtacshooting.com/carbine-3/','44:7f3dd557742fe61100123fd08367703b',3379,'post','page',10,0,NULL,NULL,'Carbine','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/bill-carbine-scaled.jpg',NULL,'3394','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/bill-carbine-scaled.jpg','3394','featured-image','{\"width\":2560,\"height\":1709,\"filesize\":412069,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/10/bill-carbine-scaled.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/10/bill-carbine-scaled.jpg\",\"size\":\"full\",\"id\":3394,\"alt\":\"\",\"pixels\":4375040,\"type\":\"image/jpeg\"}',17,2,NULL,'2024-10-16 03:25:09','2025-05-09 19:56:51',1,NULL,NULL,NULL,NULL,0,4,2,'2025-04-01 16:48:47','2024-10-16 03:30:02',0),
(224,'https://staging.amtacshooting.com/combatives/','45:97eeab75f2aed06cf62736fc91383b0a',3399,'post','page',10,0,NULL,NULL,'Combatives','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/IMG_86900331-1.jpg',NULL,'1306','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/IMG_86900331-1.jpg','1306','featured-image','{\"width\":1273,\"height\":924,\"filesize\":56664,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2019/03/IMG_86900331-1.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2019/03/IMG_86900331-1.jpg\",\"size\":\"full\",\"id\":1306,\"alt\":\"Integrated Combatives\",\"pixels\":1176252,\"type\":\"image/jpeg\"}',38,2,NULL,'2024-10-22 19:29:52','2025-05-09 19:56:51',1,NULL,NULL,NULL,NULL,0,4,2,'2025-04-01 17:02:17','2024-10-22 19:33:26',0),
(225,'https://staging.amtacshooting.com/winter-environment/','53:af544993ceb3100a9b86d89e8950fd04',3412,'post','page',10,0,NULL,NULL,'Winter Environment','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-22 20:44:08','2024-10-22 20:52:50',1,NULL,NULL,NULL,NULL,0,0,2,'2024-10-22 20:52:50','2024-10-22 20:52:50',0),
(226,'https://staging.amtacshooting.com/tag/bill-rapier/','50:494242edbcffe1ae54d28be015872149',124,'term','post_tag',NULL,NULL,NULL,NULL,'Bill Rapier',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 21:50:13','2025-09-06 17:22:50',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-17 00:25:01',NULL,NULL),
(227,'https://staging.amtacshooting.com/events/category/amtac-shooting-instructor-bill-rapier/','88:c3ed11e9d98297a05c42dde138c13e68',125,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Amtac Shooting Instructor Bill Rapier',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-10-31 21:57:52','2025-09-06 17:22:50',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-17 00:25:01',NULL,NULL),
(231,'https://staging.amtacshooting.com/2024/11/12/blades/','52:b12d9b1af748310ee36db9e98ff62872',3493,'post','post',10,0,NULL,NULL,'Blades','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg',NULL,'3495','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg','3495','featured-image','{\"width\":2560,\"height\":2048,\"filesize\":1144520,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/11/blade-layout-scaled.jpg\",\"size\":\"full\",\"id\":3495,\"alt\":\"\",\"pixels\":5242880,\"type\":\"image/jpeg\"}',0,22,NULL,'2024-11-12 21:15:57','2025-11-25 00:11:46',1,NULL,NULL,NULL,NULL,0,3,2,'2024-12-31 18:36:58','2024-11-12 21:31:02',0),
(232,'https://staging.amtacshooting.com/guns-gear/','44:6dbb8608770af1a330e7020e67967e66',3523,'post','page',10,0,NULL,NULL,'Guns &amp; Gear','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_.jpg',NULL,'3912','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_.jpg','3912','featured-image','{\"width\":1200,\"height\":600,\"filesize\":149351,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/carbine-nvg-flat-lay-event-cropped-LZQ2mM.tmp_.jpg\",\"size\":\"full\",\"id\":3912,\"alt\":\"\",\"pixels\":720000,\"type\":\"image/jpeg\"}',5,3,NULL,'2024-11-13 00:18:05','2025-06-16 17:19:22',1,NULL,NULL,NULL,NULL,0,7,2,'2025-06-16 17:19:22','2024-11-13 00:21:56',0),
(234,'https://staging.amtacshooting.com/radios/','41:aa7ca8fb98eb243f1d0a9b8a15b5a322',3529,'post','page',10,0,NULL,NULL,'Radios','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/radios-scaled.jpg',NULL,'4037','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/radios-scaled.jpg','4037','featured-image','{\"width\":2560,\"height\":2048,\"filesize\":718784,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/11/radios-scaled.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/11/radios-scaled.jpg\",\"size\":\"full\",\"id\":4037,\"alt\":\"\",\"pixels\":5242880,\"type\":\"image/jpeg\"}',5,3,NULL,'2024-11-13 00:25:06','2025-06-16 17:19:22',1,NULL,NULL,NULL,NULL,0,7,2,'2025-05-23 19:39:04','2024-11-13 00:36:52',0),
(237,'https://staging.amtacshooting.com/winter-weather/','49:7129c0be9ada23a12c5b6e3c35666171',3605,'post','page',10,0,NULL,NULL,'Winter Weather','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/IMG_4163-min-scaled.jpeg',NULL,'3608','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/IMG_4163-min-scaled.jpeg','3608','featured-image','{\"width\":2560,\"height\":1920,\"filesize\":566925,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/IMG_4163-min-scaled.jpeg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/IMG_4163-min-scaled.jpeg\",\"size\":\"full\",\"id\":3608,\"alt\":\"\",\"pixels\":4915200,\"type\":\"image/jpeg\"}',0,2,NULL,'2024-12-17 18:26:16','2025-05-09 19:56:51',1,NULL,NULL,NULL,NULL,0,2,2,'2025-04-01 16:57:28','2024-12-17 18:35:53',0),
(238,'https://staging.amtacshooting.com/courses/','42:afe6008a565f133d6d0a40a1271daf81',3631,'post','page',10,0,NULL,NULL,'Courses','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,12,6,NULL,'2024-12-17 20:01:38','2025-11-25 00:11:46',1,NULL,NULL,NULL,NULL,0,12,2,'2025-11-25 00:11:44','2024-12-17 20:03:42',0),
(239,'https://staging.amtacshooting.com/tag/combativesmindsetwomen/','61:f72346a3390eed66e0a85b104d47c6b6',129,'term','post_tag',NULL,NULL,NULL,NULL,'Combatives|Mindset|Women',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:03','2024-12-19 00:21:03',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:03',NULL,NULL),
(240,'https://staging.amtacshooting.com/event/4-may-amtac-shooting-womens-combatives-course/','86:d287370af0c6a0d7e5e8c0b8a148c1dd',3640,'post','tribe_events',10,0,NULL,NULL,'4 May &#8211; Amtac Shooting Womens Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:03','2024-12-19 00:21:03',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:03','2024-12-19 00:21:03',0),
(241,'https://staging.amtacshooting.com/tag/mindsetpistol/','52:a2bc80a996f4c7a4d9c2d7258abdeaf1',130,'term','post_tag',NULL,NULL,NULL,NULL,'Mindset|Pistol',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:04','2024-12-19 00:21:04',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:04',NULL,NULL),
(242,'https://staging.amtacshooting.com/event/19-20-may-responsible-armed-citizen-course/','83:02fc642ab1f10c0a1cb8ca8912d9ec1c',3641,'post','tribe_events',10,0,NULL,NULL,'19-20 May &#8211; Responsible Armed Citizen Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:04','2024-12-19 00:21:04',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:04','2024-12-19 00:21:04',0),
(243,'https://staging.amtacshooting.com/tag/combativesmindset/','56:667674ea587af5f28fecd40897ce1dba',131,'term','post_tag',NULL,NULL,NULL,NULL,'Combatives|Mindset',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:05','2025-01-04 01:23:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-04 01:23:55',NULL,NULL),
(244,'https://staging.amtacshooting.com/event/25-26-august-amtac-shooting-integrated-combatives-course/','97:b43c5f6ded5c7f794fec2b46ea4a0fb5',3644,'post','tribe_events',10,0,NULL,NULL,'25-26 August &#8211; Amtac Shooting Integrated Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:05','2024-12-19 00:21:05',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:05','2024-12-19 00:21:05',0),
(245,'https://staging.amtacshooting.com/event/15-16-september-amtac-shooting-force-on-force-course/','93:d2ac51076929a394d015e95b51cedf31',3646,'post','tribe_events',10,0,NULL,NULL,'15-16 September &#8211; Amtac Shooting Force on Force Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:06','2024-12-19 00:21:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:06','2024-12-19 00:21:06',0),
(246,'https://staging.amtacshooting.com/tag/combativescqbmindset/','59:53a47c0a40a46c278acc942f36577214',132,'term','post_tag',NULL,NULL,NULL,NULL,'Combatives|CQB|Mindset',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:07','2024-12-19 00:22:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:22:51',NULL,NULL),
(247,'https://staging.amtacshooting.com/event/20-21-september-amtac-shooting-cqb-and-force-on-force-course-mil-leo-only/','114:4662d70c3f9341e09327c90901e92103',3648,'post','tribe_events',10,0,NULL,NULL,'20-21 September &#8211; Amtac Shooting CQB and Force on Force Course (MIL/LEO Only)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:07','2024-12-19 00:21:07',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:07','2024-12-19 00:21:07',0),
(248,'https://staging.amtacshooting.com/tag/precision-rifleprecision-rifle/','69:4a2cebff60c5957465bc3015136d9da4',133,'term','post_tag',NULL,NULL,NULL,NULL,'Precision Rifle|Precision Rifle',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:09','2024-12-19 00:21:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:09',NULL,NULL),
(249,'https://staging.amtacshooting.com/event/27-28-october-2018-amtac-shooting-precision-rifle-course/','97:0ed3a0bab1575b23e30a373f0402ffef',3650,'post','tribe_events',10,0,NULL,NULL,'27-28 October 2018 Amtac Shooting Precision Rifle Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:10','2024-12-19 00:21:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:09','2024-12-19 00:21:09',0),
(250,'https://staging.amtacshooting.com/tag/carbinecombatives/','56:b5c9c7dee4f1755ab0946d4c08eaac30',134,'term','post_tag',NULL,NULL,NULL,NULL,'Carbine|Combatives',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:11','2025-01-04 01:32:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-04 01:32:53',NULL,NULL),
(251,'https://staging.amtacshooting.com/event/17-18-november-2018-amtac-shooting-combative-carbine-course/','100:3ad81d4532cad05052b7c490c8c278cc',3652,'post','tribe_events',10,0,NULL,NULL,'17-18 November 2018 Amtac Shooting Combative Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:11','2024-12-19 00:21:11',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:11','2024-12-19 00:21:11',0),
(252,'https://staging.amtacshooting.com/event/1-2-december-2018-amtac-shooting-force-on-force-course/','95:f258ee3df3acf651a5628acd4508fc3a',3654,'post','tribe_events',10,0,NULL,NULL,'1-2 December 2018 Amtac Shooting Force on Force Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:12','2024-12-19 00:21:12',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:12','2024-12-19 00:21:12',0),
(253,'https://staging.amtacshooting.com/event/2-3-june-amtac-shooting-integrated-combatives-course/','93:0db6de9e8d3a1003c2e100e8662efbf6',3655,'post','tribe_events',10,0,NULL,NULL,'2-3 June &#8211; Amtac Shooting Integrated Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:12','2024-12-19 00:21:12',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:12','2024-12-19 00:21:12',0),
(254,'https://staging.amtacshooting.com/events/category/hybrid-carbineprecision-rifle-course/','87:46f6e016a4db8217c0cc87c039858efe',135,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Hybrid Carbine|Precision Rifle Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:14','2024-12-19 00:21:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:14',NULL,NULL),
(255,'https://staging.amtacshooting.com/event/7-10-june-home-with-heroes-precision-rifle-hybrid-carbine/','98:e49684bf5005c01563fa6dbe6ed284f3',3657,'post','tribe_events',10,0,NULL,NULL,'7-10 June &#8211; Home with Heroes &#8211; Precision Rifle &amp; Hybrid Carbine','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:14','2024-12-19 00:21:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:14','2024-12-19 00:21:14',0),
(256,'https://staging.amtacshooting.com/event/13-14-october-amtac-shooting-integrated-combatives-course/','98:51eaf99404fb67430149b52aeb0deb5d',3659,'post','tribe_events',10,0,NULL,NULL,'13-14 October &#8211; Amtac Shooting Integrated Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:25','2024-12-19 00:21:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:25','2024-12-19 00:21:25',0),
(257,'https://staging.amtacshooting.com/event/6-7-december-2018-amtac-shooting-low-light-tactics-course/','98:fe7da5269d4f263281e22287fee609f5',3660,'post','tribe_events',10,0,NULL,NULL,'6-7 December 2018 &#8211; Amtac Shooting Low Light Tactics Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:25','2024-12-19 00:21:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:25','2024-12-19 00:21:25',0),
(258,'https://staging.amtacshooting.com/event/25-26-january-2019-amtac-shooting-low-light-tactics-course-private/','107:9565f30c513f7753b177a233b985afc2',3662,'post','tribe_events',10,0,NULL,NULL,'25-26 January 2019 &#8211; Amtac Shooting Low Light Tactics Course (Private)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:26','2024-12-19 00:21:26',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:26','2024-12-19 00:21:26',0),
(259,'https://staging.amtacshooting.com/event/5-april-2019-amtac-shooting-womens-combative-course/','92:81dfe2aa6167ef406403b9a33ba0b786',3664,'post','tribe_events',10,0,NULL,NULL,'5 April 2019 &#8211; Amtac Shooting Women&#8217;s Combative Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:27','2024-12-19 00:21:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:27','2024-12-19 00:21:27',0),
(260,'https://staging.amtacshooting.com/event/6-7-april-2019-amtac-shooting-integrated-combatives/','92:ecb61e1b5ba036be64d6e82f521c59b4',3666,'post','tribe_events',10,0,NULL,NULL,'6-7 April 2019 &#8211; Amtac Shooting Integrated Combatives','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:29','2024-12-19 00:21:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:28','2024-12-19 00:21:28',0),
(261,'https://staging.amtacshooting.com/event/23-24-february-2019-amtac-shooting-low-light-tactics-course-private/','108:2a874f2421bec60e7cdcb216a8c41502',3668,'post','tribe_events',10,0,NULL,NULL,'23-24 February 2019- Amtac Shooting Low Light Tactics Course (Private)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:40','2024-12-19 00:21:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:40','2024-12-19 00:21:40',0),
(262,'https://staging.amtacshooting.com/event/27-28-april-2019-amtac-shooting-force-on-force-course-private/','102:98d90e9a9acdd5e18e5c731f697e3346',3669,'post','tribe_events',10,0,NULL,NULL,'27-28 April 2019 &#8211; Amtac Shooting Force on Force Course (Private)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:41','2024-12-19 00:21:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:41','2024-12-19 00:21:41',0),
(263,'https://staging.amtacshooting.com/event/10-11-august-2019-amtac-shooting-integrated-combatives/','95:2eb9396fc4ce6829940a07f4b30983eb',3671,'post','tribe_events',10,0,NULL,NULL,'10-11 August 2019 &#8211; Amtac Shooting Integrated Combatives','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:42','2024-12-19 00:21:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:42','2024-12-19 00:21:42',0),
(264,'https://staging.amtacshooting.com/event/24-25-august-2019-amtac-shooting-hybrid-carbine-course/','95:d23a8411a0fa2b22e92c19bb95e57177',3672,'post','tribe_events',10,0,NULL,NULL,'24-25 August 2019 Amtac Shooting Hybrid Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:42','2024-12-19 00:21:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:42','2024-12-19 00:21:42',0),
(265,'https://staging.amtacshooting.com/event/14-15-september-2019-amtac-shooting-combative-carbine-course/','101:16396e839ace840c6dfc1ed32ed19d01',3673,'post','tribe_events',10,0,NULL,NULL,'14-15 September 2019 Amtac Shooting Combative Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:21:43','2024-12-19 00:21:43',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:21:43','2024-12-19 00:21:43',0),
(266,'https://staging.amtacshooting.com/event/19-20-september-2019-amtac-shooting-cqb-mil-leo-only/','93:959ad8d091d2426ffcebc523dfa4499b',3675,'post','tribe_events',10,0,NULL,NULL,'19-20 September 2019 &#8211; Amtac Shooting CQB (MIL/LEO Only)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:22:51','2024-12-19 00:22:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:22:51','2024-12-19 00:22:51',0),
(267,'https://staging.amtacshooting.com/event/2-3-november-2019-amtac-shooting-low-light-tactics-course/','98:a3949fd150ab6f45d061e3571a210cc7',3676,'post','tribe_events',10,0,NULL,NULL,'2-3 November 2019 &#8211; Amtac Shooting Low Light Tactics Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:22:52','2024-12-19 00:22:52',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:22:52','2024-12-19 00:22:52',0),
(268,'https://staging.amtacshooting.com/event/4-5-november-2019-amtac-shooting-combative-carbine-course/','98:6471c76e08ed1f5da09cc59ba74fbfec',3677,'post','tribe_events',10,0,NULL,NULL,'4-5 November 2019 Amtac Shooting Combative Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:22:52','2024-12-19 00:22:52',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:22:52','2024-12-19 00:22:52',0),
(269,'https://staging.amtacshooting.com/tag/carbinecombativesnight-vision/','68:84528233d6074698c5f03a5a5ebec610',136,'term','post_tag',NULL,NULL,NULL,NULL,'Carbine|Combatives|Night Vision',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:22:53','2024-12-19 00:30:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:14',NULL,NULL),
(270,'https://staging.amtacshooting.com/event/7-9-march-2019-amtac-shooting-night-shooting-course/','92:47101bd163605390d562cd5376ba0105',3678,'post','tribe_events',10,0,NULL,NULL,'7-9 March 2019 Amtac Shooting Night Shooting Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:22:53','2024-12-19 00:22:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:22:53','2024-12-19 00:22:53',0),
(271,'https://staging.amtacshooting.com/event/22-23-june-2019-amtac-shooting-force-on-force-course/','93:a81e5a0ada37d947eecd88963544d6db',3680,'post','tribe_events',10,0,NULL,NULL,'22-23 June 2019 Amtac Shooting Force on Force Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:22:54','2024-12-19 00:22:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:22:54','2024-12-19 00:22:54',0),
(272,'https://staging.amtacshooting.com/event/8-9-june-2019-amtac-shooting-modern-minute-man-course/','94:b97646f6bb2e627ca18d888f5445a079',3681,'post','tribe_events',10,0,NULL,NULL,'8-9 June 2019 Amtac Shooting Modern Minute Man Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:23:06','2024-12-19 00:23:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:23:06','2024-12-19 00:23:06',0),
(273,'https://staging.amtacshooting.com/event/22-february-2019-amtac-shooting-womens-combative-course/','96:15b430c12a899de0212ced04a691aac2',3683,'post','tribe_events',10,0,NULL,NULL,'22 February 2019 &#8211; Amtac Shooting Women&#8217;s Combative Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:23:07','2024-12-19 00:23:07',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:23:07','2024-12-19 00:23:07',0),
(274,'https://staging.amtacshooting.com/event/23-august-2019-amtac-shooting-ak-manipulations-course-altus/','100:a5f01198a26538de10d141730cb76eeb',3684,'post','tribe_events',10,0,NULL,NULL,'23 August 2019 &#8211; Amtac Shooting AK Manipulations Course (Altus)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:23:08','2024-12-19 00:23:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:23:08','2024-12-19 00:23:08',0),
(275,'https://staging.amtacshooting.com/events/category/combative-carbine-courseintegrated-combatives-course/','103:3576db23a81e38ddcc0207f75663c000',137,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Combative Carbine Course|Integrated Combatives Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:23:09','2024-12-19 00:32:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:53',NULL,NULL),
(276,'https://staging.amtacshooting.com/event/16-18-october-2019-amtac-shooting-3-day-pistol-carbine-combatives-leo-only/','115:b28ce5ad460da8835000dae4fcfd57c2',3687,'post','tribe_events',10,0,NULL,NULL,'16-18 October 2019 &#8211; Amtac Shooting 3 Day Pistol, Carbine &amp; Combatives (LEO only)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:23:09','2024-12-19 00:23:09',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:23:09','2024-12-19 00:23:09',0),
(277,'https://staging.amtacshooting.com/event/1-november-2019-amtac-shooting-combatives-seminar-kore-bjj/','99:424a10a21a96dca3701fb75b465f844d',3688,'post','tribe_events',10,0,NULL,NULL,'1 November 2019 &#8211; Amtac Shooting Combatives Seminar (Kore BJJ)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:23:11','2024-12-19 00:23:11',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:23:11','2024-12-19 00:23:11',0),
(278,'https://staging.amtacshooting.com/event/12-13-december-2019-amtac-shooting-low-light-tactics-course/','100:8dae402dff1592ae405bbe5a3c96903e',3691,'post','tribe_events',10,0,NULL,NULL,'12-13 December 2019 &#8211; Amtac Shooting Low Light Tactics Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:25:07','2024-12-19 00:25:07',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:25:07','2024-12-19 00:25:07',0),
(279,'https://staging.amtacshooting.com/event/16-17-november-2019-amtac-shooting-responsible-armed-citizen-course/','108:2572d87ca712b249047bd5819ccfa83a',3692,'post','tribe_events',10,0,NULL,NULL,'16-17 November 2019 &#8211; Amtac Shooting Responsible Armed Citizen Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:25:08','2024-12-19 00:25:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:25:08','2024-12-19 00:25:08',0),
(280,'https://staging.amtacshooting.com/event/25-26-january-2020-amtac-shooting-integrated-pistol-combatives-course/','110:b06f8cfb552827a0bc9a8e158ef150f3',3694,'post','tribe_events',10,0,NULL,NULL,'25-26 January 2020 Amtac Shooting Integrated Pistol Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:25:09','2024-12-19 00:25:09',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:25:09','2024-12-19 00:25:09',0),
(281,'https://staging.amtacshooting.com/event/23-24-january-2020-amtac-shooting-pistol-carbine-course-private/','104:110cfce53d4d03bfd2ddc763bc750930',3696,'post','tribe_events',10,0,NULL,NULL,'23-24 January 2020 &#8211; Amtac Shooting Pistol Carbine Course (Private)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:25:10','2024-12-19 00:25:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:25:10','2024-12-19 00:25:10',0),
(282,'https://staging.amtacshooting.com/event/7-8-march-2020-amtac-shooting-force-on-force-course/','92:75623a8d6ddceb00f0a8b45093b11b4b',3698,'post','tribe_events',10,0,NULL,NULL,'7-8 March 2020 Amtac Shooting Force on Force Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:25:11','2024-12-19 00:25:11',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:25:11','2024-12-19 00:25:11',0),
(283,'https://staging.amtacshooting.com/event/22-23-february-2020-amtac-shooting-combative-carbine-course/','100:938700d9bff698375221ef5f4386af80',3699,'post','tribe_events',10,0,NULL,NULL,'22-23 February 2020 Amtac Shooting Combative Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:26:27','2024-12-19 00:26:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:26:26','2024-12-19 00:26:26',0),
(284,'https://staging.amtacshooting.com/events/category/combative-carbine-coursecompact-carbinehybrid-carbinepistol-carbine/','118:ba945d47929abdf2a63a0c60627e726b',138,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Combative Carbine Course|Compact Carbine|Hybrid Carbine|Pistol Carbine',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:26:28','2024-12-19 00:30:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:08',NULL,NULL),
(285,'https://staging.amtacshooting.com/event/6-march-2020-amtac-shooting-compact-carbine-deployment-course/','102:f04824b9d22f7c773c77ead3bb79e039',3700,'post','tribe_events',10,0,NULL,NULL,'6 March 2020 &#8211; Amtac Shooting Compact Carbine Deployment Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:26:28','2024-12-19 00:26:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:26:28','2024-12-19 00:26:28',0),
(286,'https://staging.amtacshooting.com/event/24-april-2020-amtac-shooting-ak-manipulations-course/','93:84b0782bde445e22f34ea8cebe234eb6',3701,'post','tribe_events',10,0,NULL,NULL,'24 April 2020 &#8211; Amtac Shooting AK Manipulations Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:26:28','2024-12-19 00:26:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:26:28','2024-12-19 00:26:28',0),
(287,'https://staging.amtacshooting.com/event/25-26-april-2020-amtac-shooting-combative-carbine-course/','97:2d99966c477e48f04d341789fd30a7d7',3702,'post','tribe_events',10,0,NULL,NULL,'25-26 April 2020 Amtac Shooting Combative Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:26:29','2024-12-19 00:26:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:26:29','2024-12-19 00:26:29',0),
(288,'https://staging.amtacshooting.com/event/15-may-2020-amtac-shooting-compact-carbine-deployment-course/','101:d003acc440bf972d4c60165aa96fe59f',3703,'post','tribe_events',10,0,NULL,NULL,'15 May 2020 &#8211; Amtac Shooting Compact Carbine Deployment Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:26:29','2024-12-19 00:26:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:26:29','2024-12-19 00:26:29',0),
(289,'https://staging.amtacshooting.com/event/16-17-may-2020-amtac-shooting-integrated-combatives-course/','99:c5c390eedb61255215c900330f072d95',3704,'post','tribe_events',10,0,NULL,NULL,'16-17 May 2020 Amtac Shooting Integrated Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:26:42','2024-12-19 00:26:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:26:42','2024-12-19 00:26:42',0),
(290,'https://staging.amtacshooting.com/event/19-20-september-2020-amtac-shooting-integrated-combatives-course/','105:396b1ab552cc5d4befe513ca3a2bbcbc',3705,'post','tribe_events',10,0,NULL,NULL,'19-20 September 2020 Amtac Shooting Integrated Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:26:43','2024-12-19 00:26:43',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:26:43','2024-12-19 00:26:43',0),
(291,'https://staging.amtacshooting.com/event/21-september-2020-amtac-shooting-compact-carbine-deployment-course/','107:fe4d4b81c9ce4b3fba7af90ac63b1fe8',3706,'post','tribe_events',10,0,NULL,NULL,'21 September 2020 &#8211; Amtac Shooting Compact Carbine Deployment Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:26:44','2024-12-19 00:26:44',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:26:44','2024-12-19 00:26:44',0),
(292,'https://staging.amtacshooting.com/events/category/modern-minute-manprecision-rifle-course/','90:587e6719b55eb809be416e9a4043938f',139,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Modern Minute Man|Precision Rifle Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:26:44','2024-12-19 00:26:45',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:26:44',NULL,NULL),
(293,'https://staging.amtacshooting.com/event/3-5-april-2020-the-modern-minute-man-course-precision-rifle-focus/','106:49f8e7342ee332de40a720187db17f98',3707,'post','tribe_events',10,0,NULL,NULL,'3-5 April 2020 &#8211; The Modern Minute Man Course (Precision Rifle Focus)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:26:45','2024-12-19 00:26:45',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:26:44','2024-12-19 00:26:44',0),
(294,'https://staging.amtacshooting.com/event/12-june-2020-amtac-shooting-compact-carbine-deployment-course/','102:84df1036e5a5a144de2be3efc429bec5',3708,'post','tribe_events',10,0,NULL,NULL,'12 June 2020 &#8211; Amtac Shooting Compact Carbine Deployment Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:26:46','2024-12-19 00:26:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:26:46','2024-12-19 00:26:46',0),
(295,'https://staging.amtacshooting.com/event/10-11-july-2020-amtac-shooting-integrated-combatives-course/','100:88ac57e11165ca06fd810e7ef2b74f42',3710,'post','tribe_events',10,0,NULL,NULL,'10-11 July 2020 Amtac Shooting Integrated Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:27:14','2024-12-19 00:27:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:27:14','2024-12-19 00:27:14',0),
(296,'https://staging.amtacshooting.com/event/14-august-2020-amtac-shooting-compact-carbine-deployment-course/','104:d4ca673d7736a219d93b3075a690222e',3711,'post','tribe_events',10,0,NULL,NULL,'14 August 2020 &#8211; Amtac Shooting Compact Carbine Deployment Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:27:15','2024-12-19 00:27:15',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:27:15','2024-12-19 00:27:15',0),
(297,'https://staging.amtacshooting.com/event/15-16-august-2020-amtac-shooting-integrated-combatives-course/','102:43be7c987df9d02a8060085ae5a289da',3713,'post','tribe_events',10,0,NULL,NULL,'15-16 August 2020 Amtac Shooting Integrated Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:27:16','2024-12-19 00:27:16',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:27:16','2024-12-19 00:27:16',0),
(298,'https://staging.amtacshooting.com/events/category/force-on-force-courseintegrated-combatives-course/','100:46ba93111050678eaccc0a077eb48666',140,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Force on Force Course|Integrated Combatives Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:27:17','2024-12-19 00:28:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:28:46',NULL,NULL),
(299,'https://staging.amtacshooting.com/event/17-18-september-2020-amtac-shooting-pistol-combatives-force-on-force-course-leo-only/','125:7aa212b4cb6bc63a269bdeda300ea3d9',3714,'post','tribe_events',10,0,NULL,NULL,'17-18 September 2020 &#8211; Amtac Shooting Pistol Combatives &amp; Force on Force Course (LEO only)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:27:17','2024-12-19 00:27:17',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:27:17','2024-12-19 00:27:17',0),
(300,'https://staging.amtacshooting.com/event/14-15-november-2020-amtac-shooting-responsible-armed-citizen-course/','108:9e322cb1877d0829fdc9b46d4056937f',3715,'post','tribe_events',10,0,NULL,NULL,'14-15 November 2020 &#8211; Amtac Shooting Responsible Armed Citizen Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:27:18','2024-12-19 00:27:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:27:18','2024-12-19 00:27:18',0),
(301,'https://staging.amtacshooting.com/event/16-17-november-2020-amtac-shooting-force-on-force-course/','97:23f279d4043a5b31e3cd97ec287e25d1',3716,'post','tribe_events',10,0,NULL,NULL,'16-17 November 2020 Amtac Shooting Force on Force Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:27:27','2024-12-19 00:27:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:27:27','2024-12-19 00:27:27',0),
(302,'https://staging.amtacshooting.com/event/5-7-november-2020-amtac-shooting-night-shooting-course/','95:9762d7f714822e4dec0f867866d9494f',3717,'post','tribe_events',10,0,NULL,NULL,'5-7 November 2020 Amtac Shooting Night Shooting Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:27:28','2024-12-19 00:27:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:27:28','2024-12-19 00:27:28',0),
(303,'https://staging.amtacshooting.com/event/2-3-december-2020-amtac-shooting-force-on-force-course/','95:00cf7858f9b5b3839cab8bd206dd7a63',3718,'post','tribe_events',10,0,NULL,NULL,'2-3 December 2020 Amtac Shooting Force on Force Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:27:29','2024-12-19 00:27:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:27:29','2024-12-19 00:27:29',0),
(304,'https://staging.amtacshooting.com/event/13-14-june-2020-amtac-shooting-force-on-force-course/','93:8319f2c3505d226393d5f337cca13179',3719,'post','tribe_events',10,0,NULL,NULL,'13-14 June 2020 Amtac Shooting Force on Force Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:27:30','2024-12-19 00:27:30',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:27:30','2024-12-19 00:27:30',0),
(305,'https://staging.amtacshooting.com/event/13-november-2020-amtac-shooting-combatives-seminar-kore-bjj/','100:770f5d76af228c3541b42803a96ac64b',3720,'post','tribe_events',10,0,NULL,NULL,'13 November 2020 &#8211; Amtac Shooting Combatives Seminar (Kore BJJ)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:27:31','2024-12-19 00:27:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:27:31','2024-12-19 00:27:31',0),
(306,'https://staging.amtacshooting.com/event/16-17-january-2021-amtac-shooting-combative-carbine-course/','99:aa070e132fe3e9b1007d575ee8dc58e1',3721,'post','tribe_events',10,0,NULL,NULL,'16-17 January 2021 Amtac Shooting Combative Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:27:47','2024-12-19 00:27:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:27:47','2024-12-19 00:27:47',0),
(307,'https://staging.amtacshooting.com/event/26-february-2021-amtac-shooting-compact-carbine-deployment-course/','106:1941bf85688e773df3feb9616c9b4b3c',3722,'post','tribe_events',10,0,NULL,NULL,'26 February 2021 &#8211; Amtac Shooting Compact Carbine Deployment Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:27:48','2024-12-19 00:27:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:27:48','2024-12-19 00:27:48',0),
(308,'https://staging.amtacshooting.com/event/27-28-february-2021-amtac-shooting-integrated-combatives-course/','104:9fdf4c8240888b3b77dab0de873c85b3',3723,'post','tribe_events',10,0,NULL,NULL,'27-28 February 2021 Amtac Shooting Integrated Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:27:48','2024-12-19 00:27:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:27:48','2024-12-19 00:27:48',0),
(309,'https://staging.amtacshooting.com/tag/combativesmedicalpistol/','62:e8445cf4fc52398e3269215da2e02b04',141,'term','post_tag',NULL,NULL,NULL,NULL,'Combatives|medical|Pistol',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:27:49','2025-01-04 01:15:01',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-04 01:15:01',NULL,NULL),
(310,'https://staging.amtacshooting.com/event/19-march-2021-amtac-shooting-pistol-combatives-and-medical-course/','106:943bde4db5dbb1e9dfc33316c9b865bc',3724,'post','tribe_events',10,0,NULL,NULL,'19 March 2021 Amtac Shooting Pistol Combatives and Medical Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:27:49','2024-12-19 00:27:49',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:27:49','2024-12-19 00:27:49',0),
(311,'https://staging.amtacshooting.com/event/20-21-march-2021-amtac-shooting-hybrid-carbine-course/','94:e500ea06ee6c1dce140fc954c8e024c9',3726,'post','tribe_events',10,0,NULL,NULL,'20-21 March 2021 Amtac Shooting Hybrid Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:27:50','2024-12-19 00:27:50',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:27:50','2024-12-19 00:27:50',0),
(312,'https://staging.amtacshooting.com/event/9-april-2021-amtac-shooting-compact-carbine-deployment-course/','102:f19cd233db6de12ef640fd991527cbad',3727,'post','tribe_events',10,0,NULL,NULL,'9 April 2021 &#8211; Amtac Shooting Compact Carbine Deployment Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:28:07','2024-12-19 00:28:07',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:28:07','2024-12-19 00:28:07',0),
(313,'https://staging.amtacshooting.com/event/10-11-april-2021-amtac-shooting-integrated-combatives-course/','101:6098f394246b90c0be76f4b2e7eae616',3728,'post','tribe_events',10,0,NULL,NULL,'10-11 April 2021 Amtac Shooting Integrated Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:28:07','2024-12-19 00:28:07',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:28:07','2024-12-19 00:28:07',0),
(314,'https://staging.amtacshooting.com/event/24-25-april-2021-amtac-shooting-integrated-combatives-course/','101:1ac68add39d88eb1f764dc9b1e38e64d',3729,'post','tribe_events',10,0,NULL,NULL,'24-25 April 2021 Amtac Shooting Integrated Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:28:08','2024-12-19 00:28:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:28:08','2024-12-19 00:28:08',0),
(315,'https://staging.amtacshooting.com/event/23-april-2021-amtac-shooting-compact-carbine-deployment-course/','103:6f915eec04621f0217d09ba1a62e0288',3730,'post','tribe_events',10,0,NULL,NULL,'23 April 2021 &#8211; Amtac Shooting Compact Carbine Deployment Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:28:09','2024-12-19 00:28:09',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:28:09','2024-12-19 00:28:09',0),
(316,'https://staging.amtacshooting.com/event/14-15-january-2021-amtac-shooting-pistol-carbine-course-private/','104:a96a1b5df21ace1159fb466d0eb096e8',3731,'post','tribe_events',10,0,NULL,NULL,'14-15 January 2021 &#8211; Amtac Shooting Pistol Carbine Course (Private)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:28:09','2024-12-19 00:28:09',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:28:09','2024-12-19 00:28:09',0),
(317,'https://staging.amtacshooting.com/event/12-march-2021-amtac-shooting-pistol-combatives-and-medical-course/','106:4066e7719c85219244f5eca45a831a62',3732,'post','tribe_events',10,0,NULL,NULL,'12 March 2021 Amtac Shooting Pistol Combatives and Medical Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:28:25','2024-12-19 00:28:25',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:28:25','2024-12-19 00:28:25',0),
(318,'https://staging.amtacshooting.com/tag/combativeslow-visibilitypistol/','69:197c3cda1beb25064baf189d09cf9619',142,'term','post_tag',NULL,NULL,NULL,NULL,'Combatives|low visibility|Pistol',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:28:26','2024-12-19 00:32:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:18',NULL,NULL),
(319,'https://staging.amtacshooting.com/event/8-9-december-2021-amtac-shooting-low-visibility-pistol-combatives-course/','113:554c29cd3db9b7eff684867508791658',3733,'post','tribe_events',10,0,NULL,NULL,'8-9 December 2021 Amtac Shooting Low Visibility Pistol Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:28:26','2024-12-19 00:28:26',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:28:26','2024-12-19 00:28:26',0),
(320,'https://staging.amtacshooting.com/event/7-december-2021-amtac-shooting-pistol-combatives-and-medical-course/','108:dd23231855fced76c656dd31db71f3d3',3734,'post','tribe_events',10,0,NULL,NULL,'7 December 2021 Amtac Shooting Pistol Combatives and Medical Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:28:27','2024-12-19 00:28:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:28:27','2024-12-19 00:28:27',0),
(321,'https://staging.amtacshooting.com/event/20-november-2021-amtac-shooting-combatives-seminar-kore-bjj/','100:080ec17a369d5ef7b1733f1260b002e2',3736,'post','tribe_events',10,0,NULL,NULL,'20 November 2021 &#8211; Amtac Shooting Combatives Seminar (Kore BJJ)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:28:28','2024-12-19 00:28:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:28:28','2024-12-19 00:28:28',0),
(322,'https://staging.amtacshooting.com/event/18-19-november-2021-amtac-shooting-low-light-tactics-course/','100:1e3f62fd32703e185d5fe7855391499b',3737,'post','tribe_events',10,0,NULL,NULL,'18-19 November 2021 &#8211; Amtac Shooting Low Light Tactics Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:28:29','2024-12-19 00:28:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:28:29','2024-12-19 00:28:29',0),
(323,'https://staging.amtacshooting.com/event/11-13-november-2021-amtac-shooting-night-vision-course/','95:3e85c816351f507ec2c8fb48388a4809',3738,'post','tribe_events',10,0,NULL,NULL,'11-13 November 2021 Amtac Shooting Night Vision Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:28:44','2024-12-19 00:28:44',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:28:44','2024-12-19 00:28:44',0),
(324,'https://staging.amtacshooting.com/event/20-september-2021-amtac-shooting-pistol-combatives-and-medical-course/','110:f20eb1161a82bec5d4f01001ba1fefe7',3739,'post','tribe_events',10,0,NULL,NULL,'20 September 2021 Amtac Shooting Pistol Combatives and Medical Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:28:45','2024-12-19 00:28:45',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:28:44','2024-12-19 00:28:44',0),
(325,'https://staging.amtacshooting.com/event/18-19-september-2021-amtac-shooting-low-visibility-pistol-combatives-course/','116:9464c0ff6e6e0722a948c1036f6f2335',3740,'post','tribe_events',10,0,NULL,NULL,'18-19 September 2021 Amtac Shooting Low Visibility Pistol Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:28:45','2024-12-19 00:28:45',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:28:45','2024-12-19 00:28:45',0),
(326,'https://staging.amtacshooting.com/event/16-17-september-2021-amtac-shooting-pistol-combatives-force-on-force-course-leo-mil-only/','129:4d99fe5050d52ab9017801db2abf8e39',3741,'post','tribe_events',10,0,NULL,NULL,'16-17 September 2021 &#8211; Amtac Shooting Pistol Combatives &amp; Force on Force Course (LEO/MIL only)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:28:46','2024-12-19 00:28:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:28:46','2024-12-19 00:28:46',0),
(327,'https://staging.amtacshooting.com/event/28-29-august-2021-amtac-shooting-low-visibility-pistol-combatives-course/','113:612b0ff3305f256744a6179b02e66f47',3742,'post','tribe_events',10,0,NULL,NULL,'28-29 August 2021 Amtac Shooting Low Visibility Pistol Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:28:46','2024-12-19 00:28:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:28:46','2024-12-19 00:28:46',0),
(328,'https://staging.amtacshooting.com/event/25-26-june-2021-amtac-shooting-combative-carbine-course/','96:e11b5f8ef317b52a7a965be7cf2585f8',3743,'post','tribe_events',10,0,NULL,NULL,'25-26 June 2021 Amtac Shooting Combative Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:01','2024-12-19 00:29:01',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:01','2024-12-19 00:29:01',0),
(329,'https://staging.amtacshooting.com/event/28-29-may-2021-amtac-shooting-low-visibility-pistol-combatives-course/','110:813ef586bfcfd99868d6cf967406deea',3744,'post','tribe_events',10,0,NULL,NULL,'28-29 May 2021 Amtac Shooting Low Visibility Pistol Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:02','2024-12-19 00:29:02',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:02','2024-12-19 00:29:02',0),
(330,'https://staging.amtacshooting.com/event/13-14-march-2021-amtac-shooting-low-visibility-pistol-combatives-course/','112:6ade0ed5d12064a08e3d4873bbfa3fdb',3745,'post','tribe_events',10,0,NULL,NULL,'13-14 March 2021 Amtac Shooting Low Visibility Pistol Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:02','2024-12-19 00:29:02',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:02','2024-12-19 00:29:02',0),
(331,'https://staging.amtacshooting.com/event/21-22-november-2021-amtac-shooting-low-visibility-pistol-combatives-course/','115:2934a04c78bce131ae8788ae6bc5f0d3',3746,'post','tribe_events',10,0,NULL,NULL,'21-22 November 2021 Amtac Shooting Low Visibility Pistol Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:03','2024-12-19 00:29:03',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:03','2024-12-19 00:29:03',0),
(332,'https://staging.amtacshooting.com/event/27-august-2021-amtac-shooting-pistol-combatives-and-medical-course/','107:9f5c8f13ac4148678c8c9cf1bf539a18',3747,'post','tribe_events',10,0,NULL,NULL,'27 August 2021 Amtac Shooting Pistol Combatives and Medical Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:04','2024-12-19 00:29:04',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:04','2024-12-19 00:29:04',0),
(333,'https://staging.amtacshooting.com/event/21-22-august-2021-amtac-shooting-precision-rifle-course/','96:3377c832e6bbda4c2332611711781ecd',3748,'post','tribe_events',10,0,NULL,NULL,'21-22 August 2021 Amtac Shooting Precision Rifle Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:20','2024-12-19 00:29:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:20','2024-12-19 00:29:20',0),
(334,'https://staging.amtacshooting.com/event/14-16-may-2021-modern-warrior-conference/','81:428b906cb77ff498840b50f5771c8d2b',3749,'post','tribe_events',10,0,NULL,NULL,'14-16 May 2021 Modern Warrior Conference','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:21','2024-12-19 00:29:21',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:21','2024-12-19 00:29:21',0),
(335,'https://staging.amtacshooting.com/event/22-23-may-2021-amtac-shooting-combative-carbine-course/','95:9411e388d71919368885914da6ecf0f9',3751,'post','tribe_events',10,0,NULL,NULL,'22-23 May 2021 Amtac Shooting Combative Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:22','2024-12-19 00:29:22',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:22','2024-12-19 00:29:22',0),
(336,'https://staging.amtacshooting.com/event/10-11-june-2021-pistol-and-vehicle-combatives-course/','93:b8edf15dc10dc2e27a8e34ebc9cdcf10',3752,'post','tribe_events',10,0,NULL,NULL,'10-11 June 2021 Pistol and Vehicle Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:23','2024-12-19 00:29:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:23','2024-12-19 00:29:23',0),
(337,'https://staging.amtacshooting.com/event/12-13-june-2021-amtac-shooting-combative-carbine-course/','96:592d5bbe3d1528485f5b9e9d3b88c2df',3754,'post','tribe_events',10,0,NULL,NULL,'12-13 June 2021 Amtac Shooting Combative Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:24','2024-12-19 00:29:24',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:24','2024-12-19 00:29:24',0),
(338,'https://staging.amtacshooting.com/event/22-23-january-2022-amtac-shooting-low-visibility-pistol-combatives-course/','114:051f8de7fc1a1b2d5291c65d2d19476b',3755,'post','tribe_events',10,0,NULL,NULL,'22-23 January 2022 Amtac Shooting Low Visibility Pistol Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:28','2024-12-19 00:29:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:28','2024-12-19 00:29:28',0),
(339,'https://staging.amtacshooting.com/event/24-january-2022-amtac-shooting-compact-carbine-deployment-course/','105:80f42f30c00e73493d6973f6f64e0d9f',3756,'post','tribe_events',10,0,NULL,NULL,'24 January 2022 &#8211; Amtac Shooting Compact Carbine Deployment Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:29','2024-12-19 00:29:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:29','2024-12-19 00:29:29',0),
(340,'https://staging.amtacshooting.com/event/20-22-october-2021-amtac-shooting-night-vision-course/','94:47575eeb9cbf6109bfd4a0b2a68d891a',3757,'post','tribe_events',10,0,NULL,NULL,'20-22 October 2021 Amtac Shooting Night Vision Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:29','2024-12-19 00:29:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:29','2024-12-19 00:29:29',0),
(341,'https://staging.amtacshooting.com/tag/carbinecombativeswinter/','62:748692334a18be4d9894562b9b729586',143,'term','post_tag',NULL,NULL,NULL,NULL,'Carbine|Combatives|Winter',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:30','2025-01-07 00:57:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-07 00:57:41',NULL,NULL),
(342,'https://staging.amtacshooting.com/event/18-19-february-2022-amtac-shooting-intro-to-winter-skills-shooting-course/','114:f0ec3d66a93f9d98843b29d47203790a',3758,'post','tribe_events',10,0,NULL,NULL,'18-19 February 2022 Amtac Shooting Intro to Winter Skills &amp; Shooting Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:30','2024-12-19 00:29:30',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:30','2024-12-19 00:29:30',0),
(343,'https://staging.amtacshooting.com/event/24-25-february-2022-amtac-shooting-precision-rifle-course/','98:3be8a6313c3298019c0a29926ee44005',3760,'post','tribe_events',10,0,NULL,NULL,'24-25 February 2022 Amtac Shooting Precision Rifle Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:31','2024-12-19 00:29:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:31','2024-12-19 00:29:31',0),
(344,'https://staging.amtacshooting.com/event/26-27-february-2022-amtac-shooting-force-on-force-course/','97:baa39bebf3e7d36cb58d684b4e77b436',3761,'post','tribe_events',10,0,NULL,NULL,'26-27 February 2022 Amtac Shooting Force on Force Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:39','2024-12-19 00:29:39',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:39','2024-12-19 00:29:39',0),
(345,'https://staging.amtacshooting.com/event/12-13-march-2022-amtac-shooting-force-on-force-course/','94:fad6259d21596928eecde5f22c85a75a',3762,'post','tribe_events',10,0,NULL,NULL,'12-13 March 2022 Amtac Shooting Force on Force Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:40','2024-12-19 00:29:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:40','2024-12-19 00:29:40',0),
(346,'https://staging.amtacshooting.com/event/14-march-2022-amtac-shooting-compact-carbine-deployment-course/','103:bf7abef43ad1d000c06a9599343a12bf',3763,'post','tribe_events',10,0,NULL,NULL,'14 March 2022 &#8211; Amtac Shooting Compact Carbine Deployment Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:40','2024-12-19 00:29:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:40','2024-12-19 00:29:40',0),
(347,'https://staging.amtacshooting.com/event/15-16-march-2022-amtac-shooting-integrated-combatives-course/','101:5625d442dfefd6be5419c8a9332c54a6',3764,'post','tribe_events',10,0,NULL,NULL,'15-16 March 2022 Amtac Shooting Integrated Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:41','2024-12-19 00:29:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:41','2024-12-19 00:29:41',0),
(348,'https://staging.amtacshooting.com/event/18-march-2022-amtac-shooting-ak-manipulations-course/','93:ff04f551dd862d1533cf945ef1074926',3765,'post','tribe_events',10,0,NULL,NULL,'18 March 2022 &#8211; Amtac Shooting AK Manipulations Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:41','2024-12-19 00:29:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:41','2024-12-19 00:29:41',0),
(349,'https://staging.amtacshooting.com/event/19-20-march-2022-amtac-shooting-precision-rifle-course/','95:fe1dae6f5470a4ca9e193006a945d5cd',3766,'post','tribe_events',10,0,NULL,NULL,'19-20 March 2022 Amtac Shooting Precision Rifle Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:48','2024-12-19 00:29:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:48','2024-12-19 00:29:48',0),
(350,'https://staging.amtacshooting.com/event/8-april-2022-amtac-shooting-pistol-combatives-and-medical-course/','105:fb31a85b839c749ca7771baec9efc056',3767,'post','tribe_events',10,0,NULL,NULL,'8 April 2022 Amtac Shooting Pistol Combatives and Medical Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:49','2024-12-19 00:29:49',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:49','2024-12-19 00:29:49',0),
(351,'https://staging.amtacshooting.com/event/9-10-april-2022-amtac-shooting-combative-carbine-course/','96:54e3260681f18416e3c84591a0ba912e',3768,'post','tribe_events',10,0,NULL,NULL,'9-10 April 2022 Amtac Shooting Combative Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:49','2024-12-19 00:29:49',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:49','2024-12-19 00:29:49',0),
(352,'https://staging.amtacshooting.com/event/30-april-1-may-2022-amtac-shooting-low-visibility-pistol-combatives-course/','115:59f3dd3ebb2ac1c3bc6cf193537713ad',3769,'post','tribe_events',10,0,NULL,NULL,'30 April &#8211; 1 May 2022 Amtac Shooting Low Visibility Pistol Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:50','2024-12-19 00:29:50',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:50','2024-12-19 00:29:50',0),
(353,'https://staging.amtacshooting.com/event/2-may-2022-amtac-shooting-intro-hybrid-carbine-course/','94:61a406eb69d78b49d9c2bfc694caf9c1',3770,'post','tribe_events',10,0,NULL,NULL,'2 May 2022 Amtac Shooting Intro Hybrid Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:50','2024-12-19 00:29:50',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:50','2024-12-19 00:29:50',0),
(354,'https://staging.amtacshooting.com/event/20-21-january-2022-amtac-shooting-private-custom-pistol-course/','103:9986108cb8058f42e6dba902ad889c18',3771,'post','tribe_events',10,0,NULL,NULL,'20-21 January 2022 Amtac Shooting Private Custom Pistol Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:58','2024-12-19 00:29:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:58','2024-12-19 00:29:58',0),
(355,'https://staging.amtacshooting.com/event/9-10-april-2022-amtac-shooting-combative-carbine-course-2/','98:4c95bdda4560ebe4a128a8f79ebf9429',3772,'post','tribe_events',10,0,NULL,NULL,'9-10 April 2022 Amtac Shooting Combative Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:59','2024-12-19 00:29:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:59','2024-12-19 00:29:59',0),
(356,'https://staging.amtacshooting.com/event/19-20-march-2022-amtac-shooting-precision-rifle-course-copy/','100:c40fa70166cf12e605ae614be740cad2',3773,'post','tribe_events',10,0,NULL,NULL,'19-20 March 2022 Amtac Shooting Precision Rifle Course (Copy)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:29:59','2024-12-19 00:29:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:29:59','2024-12-19 00:29:59',0),
(357,'https://staging.amtacshooting.com/event/24-25-may-2022-amtac-shooting-precision-rifle-course/','93:759864f3198c6dc0e4e08e2c9fc0cfa5',3774,'post','tribe_events',10,0,NULL,NULL,'24-25 May 2022 &#8211; Amtac Shooting Precision Rifle Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:00','2024-12-19 00:30:00',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:00','2024-12-19 00:30:00',0),
(358,'https://staging.amtacshooting.com/event/26-27-july-2022-amtac-shooting-ground-fighting-with-weapons-integrated-combatives-2-0-course/','133:11ce9f024bd01496d2a724d9ead25052',3775,'post','tribe_events',10,0,NULL,NULL,'26-27 July 2022 &#8211; Amtac Shooting Ground Fighting with Weapons / Integrated Combatives 2.0 Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:00','2024-12-19 00:30:00',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:00','2024-12-19 00:30:00',0),
(359,'https://staging.amtacshooting.com/event/26-27-may-2022-amtac-shooting-modern-minute-man-course/','95:af00947082be63b3c123fd23547da8b6',3777,'post','tribe_events',10,0,NULL,NULL,'26-27 May 2022 &#8211; Amtac Shooting Modern Minute Man Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:07','2024-12-19 00:30:07',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:07','2024-12-19 00:30:07',0),
(360,'https://staging.amtacshooting.com/event/16-august-2022-amtac-shooting-compact-carbine-deployment-course/','104:6ce7f834e0674f33733ae00023675409',3778,'post','tribe_events',10,0,NULL,NULL,'16 August 2022 &#8211; Amtac Shooting Compact Carbine Deployment Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:08','2024-12-19 00:30:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:08','2024-12-19 00:30:08',0),
(361,'https://staging.amtacshooting.com/event/17-18-august-2022-amtac-shooting-force-on-force-course/','95:b3b097c9326329fa3923f5757226973c',3779,'post','tribe_events',10,0,NULL,NULL,'17-18 August 2022 &#8211; Amtac Shooting Force on Force Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:08','2024-12-19 00:30:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:08','2024-12-19 00:30:08',0),
(362,'https://staging.amtacshooting.com/event/20-21-september-2022-amtac-shooting-force-on-force-course/','98:e5e078ff86c31a099a72186e7983bc09',3780,'post','tribe_events',10,0,NULL,NULL,'20-21 September 2022 &#8211; Amtac Shooting Force on Force Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:09','2024-12-19 00:30:09',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:09','2024-12-19 00:30:09',0),
(363,'https://staging.amtacshooting.com/event/22-23-september-2022-amtac-shooting-hybrid-carbine-course/','98:83896fd9e47e92678c1ce3da41973e41',3781,'post','tribe_events',10,0,NULL,NULL,'22-23 September 2022 &#8211; Amtac Shooting Hybrid Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:09','2024-12-19 00:30:09',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:09','2024-12-19 00:30:09',0),
(364,'https://staging.amtacshooting.com/event/27-28-september-2022-amtac-shooting-integrated-combatives-course/','105:5eb4468a17f4fdfe1eddc16e3a8d5962',3782,'post','tribe_events',10,0,NULL,NULL,'27-28 September 2022 &#8211; Amtac Shooting Integrated Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'2024-12-19 00:30:14','2024-12-19 00:30:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:14','2024-12-19 00:30:14',0),
(365,'https://staging.amtacshooting.com/event/9-11-november-2022-amtac-shooting-night-vision-course/','94:bd95894697b97fdac3f62ca0032df1cd',3783,'post','tribe_events',10,0,NULL,NULL,'9-11 November 2022 &#8211; Amtac Shooting Night Vision Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'2024-12-19 00:30:14','2024-12-19 00:30:14',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:14','2024-12-19 00:30:14',0),
(366,'https://staging.amtacshooting.com/events/category/integrated-combatives-coursetuhon-tom-kier-from-sayoc-kali-pistol-blade-combatives-course/','140:a77db0041a927f6be6591562c69a3e4e',144,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Integrated Combatives Course&gt;Tuhon Tom Kier from Sayoc Kali Pistol &amp; Blade Combatives Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:15','2024-12-19 00:32:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:40',NULL,NULL),
(367,'https://staging.amtacshooting.com/event/11-13-may-2022-the-amtac-shooting-tuhon-tom-kier-from-sayoc-kali-pistol-blade-course/','125:1ad6d6ce580da1da66c2e1ae9d768376',3784,'post','tribe_events',10,0,NULL,NULL,'11-13 May 2022 &#8211; The Amtac Shooting &amp; Tuhon Tom Kier from Sayoc Kali: Pistol &amp; Blade Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:15','2024-12-19 00:30:15',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:15','2024-12-19 00:30:15',0),
(368,'https://staging.amtacshooting.com/event/15-16-november-2022-amtac-shooting-force-on-force-course/','97:cd411374d49054b5fbb69b9219279f70',3786,'post','tribe_events',10,0,NULL,NULL,'15-16 November 2022 &#8211; Amtac Shooting Force on Force Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:16','2024-12-19 00:30:16',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:16','2024-12-19 00:30:16',0),
(369,'https://staging.amtacshooting.com/event/14-november-2022-amtac-shooting-combatives-seminar-kore-bjj/','100:444653ccd5b4829422a98388071ae222',3787,'post','tribe_events',10,0,NULL,NULL,'14 November 2022 &#8211; Amtac Shooting Combatives Seminar (Kore BJJ)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:17','2024-12-19 00:30:17',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:17','2024-12-19 00:30:17',0),
(370,'https://staging.amtacshooting.com/event/17-19-june-2022-modern-warrior-conference/','82:5a82d14fc87234f6d674ff6c3c0d7d61',3788,'post','tribe_events',10,0,NULL,NULL,'17-19 June 2022 Modern Warrior Conference','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:26','2024-12-19 00:30:26',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:26','2024-12-19 00:30:26',0),
(371,'https://staging.amtacshooting.com/event/7-may-2022-amtac-shooting-presents-tuhon-carl-atienza-blade-seminar/','108:17d5dd584088abb82db9bd8aa9060793',3790,'post','tribe_events',10,0,NULL,NULL,'7 May 2022 &#8211; Amtac Shooting Presents Tuhon Carl Atienza Blade Seminar','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:27','2024-12-19 00:30:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:27','2024-12-19 00:30:27',0),
(372,'https://staging.amtacshooting.com/event/23-24-august-2022-amtac-shooting-jiu-jitsu-and-pistol-course/','101:e070fd9257e0b03af84ebb84a3fdd433',3792,'post','tribe_events',10,0,NULL,NULL,'23-24 August 2022 &#8211; Amtac Shooting Jiu Jitsu and Pistol Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'2024-12-19 00:30:28','2024-12-19 00:30:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:28','2024-12-19 00:30:28',0),
(373,'https://staging.amtacshooting.com/events/category/amtac-shooting-instructor-david-caglecarbine-1/','97:fadbe7ba382e3c1bd128cd67683e6671',145,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Amtac Shooting Instructor David Cagle|Carbine 1',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:29','2024-12-19 00:30:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:29',NULL,NULL),
(374,'https://staging.amtacshooting.com/event/24-july-2022-amtac-shooting-carbine-1-course-led-by-david-cagle/','104:e5c676fa98659ba8dfb46d3475079cc0',3793,'post','tribe_events',10,0,NULL,NULL,'24 July 2022 Amtac Shooting Carbine 1 Course Led by David Cagle','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:29','2024-12-19 00:30:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:29','2024-12-19 00:30:29',0),
(375,'https://staging.amtacshooting.com/events/category/amtac-shooting-instructor-david-acostapistol-1-course/','104:88110d23482aabe6112c13376f8aa484',146,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Amtac Shooting Instructor David Acosta|Pistol 1 Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:30','2024-12-19 00:30:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:30',NULL,NULL),
(376,'https://staging.amtacshooting.com/tag/david-acostapistol/','57:c7a38666a9e80baebc880703e17b85ce',147,'term','post_tag',NULL,NULL,NULL,NULL,'David Acosta|Pistol',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:30','2024-12-19 00:30:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:46',NULL,NULL),
(377,'https://staging.amtacshooting.com/event/13-august-2022-amtac-shooting-pistol-1-course-led-by-david-acosta/','106:8710288e24bf5787b269f5c1354cb92b',3795,'post','tribe_events',10,0,NULL,NULL,'13 August 2022 Amtac Shooting Pistol 1 Course Led by David Acosta','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:31','2024-12-19 00:30:31',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:30','2024-12-19 00:30:30',0),
(378,'https://staging.amtacshooting.com/events/category/amtac-shooting-instructor-david-acostacarbine-1/','98:cdb48957c2c3e9b42c2cc4367f2b7b58',148,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Amtac Shooting Instructor David Acosta|Carbine 1',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:34','2024-12-19 00:31:04',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:04',NULL,NULL),
(379,'https://staging.amtacshooting.com/tag/carbinedavid-acosta/','58:2c97098cdb3d879d943d20111e51e666',149,'term','post_tag',NULL,NULL,NULL,NULL,'Carbine|David Acosta',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:34','2024-12-19 00:31:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:40',NULL,NULL),
(380,'https://staging.amtacshooting.com/event/14-august-2022-amtac-shooting-carbine-1-course-led-by-david-acosta/','107:0ed048af78d0abebf98936298a284a59',3798,'post','tribe_events',10,0,NULL,NULL,'14 August 2022 Amtac Shooting Carbine 1 Course Led by David Acosta','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:34','2024-12-19 00:30:34',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:34','2024-12-19 00:30:34',0),
(381,'https://staging.amtacshooting.com/events/category/amtac-shooting-instructor-bryan-resnickpistol-1-course/','105:2783f2a56332cd778a7754d09815684a',150,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Amtac Shooting Instructor Bryan Resnick|Pistol 1 Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:35','2025-01-04 01:44:04',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-04 01:44:04',NULL,NULL),
(382,'https://staging.amtacshooting.com/tag/bryan-resnickpistol/','58:e84120c708baf3087171636981ef39db',151,'term','post_tag',NULL,NULL,NULL,NULL,'Bryan Resnick|Pistol',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:35','2025-01-04 01:44:04',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-04 01:44:04',NULL,NULL),
(383,'https://staging.amtacshooting.com/event/27-august-2022-amtac-shooting-pistol-1-course-led-by-bryan-resnick/','107:0a8e7d43edaf49f4bf0d50de2f9b6dd9',3799,'post','tribe_events',10,0,NULL,NULL,'27 August 2022 Amtac Shooting Pistol 1 Course Led by Bryan Resnick','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:35','2024-12-19 00:30:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:35','2024-12-19 00:30:35',0),
(384,'https://staging.amtacshooting.com/events/category/amtac-shooting-instructor-bryan-resnickpistol-combatives-1/','109:b6643a8ba6232f1c740dfbebc558e78d',152,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Amtac Shooting Instructor Bryan Resnick|Pistol/Combatives 1',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:36','2024-12-19 00:31:39',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:39',NULL,NULL),
(385,'https://staging.amtacshooting.com/tag/bryan-resnickpistol-combatives/','69:eba448638e77bf2462e97286d343705d',153,'term','post_tag',NULL,NULL,NULL,NULL,'Bryan Resnick|Pistol/Combatives',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:36','2024-12-19 00:31:39',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:39',NULL,NULL),
(386,'https://staging.amtacshooting.com/event/28-august-2022-amtac-shooting-pistol-combatives-1-course-led-by-bryan-resnick/','118:921a2828788521212d7c5e0f9c5e646c',3801,'post','tribe_events',10,0,NULL,NULL,'28 August 2022 Amtac Shooting Pistol/Combatives 1 Course Led by Bryan Resnick','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:36','2024-12-19 00:30:36',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:36','2024-12-19 00:30:36',0),
(387,'https://staging.amtacshooting.com/event/6-december-2022-amtac-shooting-pistol-combatives-and-medical-course/','108:14f6718c38094924f3b1c16ce7172fef',3803,'post','tribe_events',10,0,NULL,NULL,'6 December 2022 &#8211; Amtac Shooting Pistol Combatives and Medical Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:37','2024-12-19 00:30:37',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:37','2024-12-19 00:30:37',0),
(388,'https://staging.amtacshooting.com/event/7-8-december-2022-amtac-shooting-force-on-force-course/','95:a13ef263a45c05ea990051425bb89996',3805,'post','tribe_events',10,0,NULL,NULL,'7-8 December 2022 &#8211; Amtac Shooting Force on Force Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:38','2024-12-19 00:30:38',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:38','2024-12-19 00:30:38',0),
(389,'https://staging.amtacshooting.com/event/5-nov-2022-amtac-shooting-presents-atienza-urban-combat-multiple-opponents/','115:6787c25274e8fdea694436161f8b3aaa',3806,'post','tribe_events',10,0,NULL,NULL,'5 Nov 2022 &#8211; Amtac Shooting Presents Atienza Urban Combat (Multiple Opponents)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:45','2024-12-19 00:30:45',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:45','2024-12-19 00:30:45',0),
(390,'https://staging.amtacshooting.com/events/category/amtac-shooting-instructor-david-acostapistol-combatives-1/','108:10bf958b1af8fb38cf2a600bca08e0e3',154,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Amtac Shooting Instructor David Acosta|Pistol/Combatives 1',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:46','2024-12-19 00:31:05',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:05',NULL,NULL),
(391,'https://staging.amtacshooting.com/event/12-november-2022-amtac-shooting-pistol-combatives-1-course-led-by-david-acosta/','119:5a938aa0cea5ac177ade27aad5477f48',3808,'post','tribe_events',10,0,NULL,NULL,'12 November 2022 &#8211; Amtac Shooting Pistol Combatives 1 Course Led by David Acosta','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:46','2024-12-19 00:30:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:46','2024-12-19 00:30:46',0),
(392,'https://staging.amtacshooting.com/event/13-november-2022-amtac-shooting-carbine-1-course-led-by-david-acosta/','109:ad08ffd203ab443c2c31a4492ae8c630',3809,'post','tribe_events',10,0,NULL,NULL,'13 November 2022 &#8211; Amtac Shooting Carbine 1 Course Led by David Acosta','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:46','2024-12-19 00:30:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:46','2024-12-19 00:30:46',0),
(393,'https://staging.amtacshooting.com/event/20-january-2023-amtac-shooting-carbine-1-course-led-by-david-acosta/','108:faedf775122fa3f7f5d36bf772e6353f',3810,'post','tribe_events',10,0,NULL,NULL,'20 January 2023 &#8211; Amtac Shooting Carbine 1 Course Led by David Acosta','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:47','2024-12-19 00:30:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:47','2024-12-19 00:30:47',0),
(394,'https://staging.amtacshooting.com/events/category/amtac-shooting-instructor-david-acostaintegrated-combatives-course/','117:22e7cf687fd867d59b9f98e46802f7ca',155,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Amtac Shooting Instructor David Acosta|Integrated Combatives Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:47','2024-12-19 00:31:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:57',NULL,NULL),
(395,'https://staging.amtacshooting.com/tag/david-acostaintegrated-combatives/','72:a0be8c2e6cebb5438e49b1325e06ba3e',156,'term','post_tag',NULL,NULL,NULL,NULL,'David Acosta|Integrated combatives',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:47','2024-12-19 00:31:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:57',NULL,NULL),
(396,'https://staging.amtacshooting.com/event/21-22-january-2023-amtac-shooting-integrated-combatives-course-led-by-david-acosta/','123:00d8c6d6619aceced8bed94cf1e312c3',3811,'post','tribe_events',10,0,NULL,NULL,'21-22 January 2023 &#8211; Amtac Shooting Integrated Combatives Course Led by David Acosta','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:47','2024-12-19 00:30:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:47','2024-12-19 00:30:47',0),
(397,'https://staging.amtacshooting.com/event/18-february-2023-amtac-shooting-carbine-1-course-led-by-david-acosta/','109:bd8e4e78f016894830e6d287837c7353',3812,'post','tribe_events',10,0,NULL,NULL,'18 February 2023 &#8211; Amtac Shooting Carbine 1 Course Led by David Acosta','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:50','2024-12-19 00:30:50',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:50','2024-12-19 00:30:50',0),
(398,'https://staging.amtacshooting.com/tag/david-acostapistol-combatives/','68:022d7966f6c8418803750e9af3489da5',157,'term','post_tag',NULL,NULL,NULL,NULL,'David Acosta|Pistol/Combatives',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:51','2024-12-19 00:31:05',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:05',NULL,NULL),
(399,'https://staging.amtacshooting.com/event/19-february-2023-amtac-shooting-pistol-combatives-1-course-led-by-david-acosta/','119:adfc9fdaee19f3ecfe091ae9ea9a45a6',3813,'post','tribe_events',10,0,NULL,NULL,'19 February 2023 &#8211; Amtac Shooting Pistol/Combatives 1 Course Led by David Acosta','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:51','2024-12-19 00:30:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:51','2024-12-19 00:30:51',0),
(400,'https://staging.amtacshooting.com/event/27-may-2023-amtac-shooting-carbine-1-course-led-by-david-acosta/','104:cf9abf37abf26132bc8ef0f5cca6c1cc',3814,'post','tribe_events',10,0,NULL,NULL,'27 May 2023 &#8211; Amtac Shooting Carbine 1 Course Led by David Acosta','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:51','2024-12-19 00:30:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:51','2024-12-19 00:30:51',0),
(401,'https://staging.amtacshooting.com/event/26-august-2023-amtac-shooting-carbine-1-course-led-by-david-acosta/','107:f44f551611fdde6ccfe1220086e10e37',3816,'post','tribe_events',10,0,NULL,NULL,'26 August 2023 &#8211; Amtac Shooting Carbine 1 Course Led by David Acosta','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:52','2024-12-19 00:30:52',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:52','2024-12-19 00:30:52',0),
(402,'https://staging.amtacshooting.com/event/28-may-2023-amtac-shooting-pistol-combatives-1-course-led-by-david-acosta/','114:b8572e43b04876bebd355a7c9e370883',3818,'post','tribe_events',10,0,NULL,NULL,'28 May 2023 &#8211; Amtac Shooting Pistol/Combatives 1 Course Led by David Acosta','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:30:54','2024-12-19 00:30:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:30:54','2024-12-19 00:30:54',0),
(403,'https://staging.amtacshooting.com/event/27-august-2023-amtac-shooting-pistol-combatives-1-course-led-by-david-acosta/','117:27c97d955705fd2ccb332f1ac0ac03f2',3820,'post','tribe_events',10,0,NULL,NULL,'27 August 2023 &#8211; Amtac Shooting Pistol/Combatives 1 Course Led by David Acosta','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:03','2024-12-19 00:31:03',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:03','2024-12-19 00:31:03',0),
(404,'https://staging.amtacshooting.com/event/21-october-2023-amtac-shooting-carbine-1-course-led-by-david-acosta/','108:d98a4fab4c0dd5fb7cb8323624289844',3821,'post','tribe_events',10,0,NULL,NULL,'21 October 2023 &#8211; Amtac Shooting Carbine 1 Course Led by David Acosta','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:04','2024-12-19 00:31:04',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:04','2024-12-19 00:31:04',0),
(405,'https://staging.amtacshooting.com/event/22-october-2023-amtac-shooting-pistol-combatives-1-course-led-by-david-acosta/','118:d32c48ae4bf5af727a164277a3c325f7',3822,'post','tribe_events',10,0,NULL,NULL,'22 October 2023 &#8211; Amtac Shooting Pistol/Combatives 1 Course Led by David Acosta','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:05','2024-12-19 00:31:05',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:05','2024-12-19 00:31:05',0),
(406,'https://staging.amtacshooting.com/event/26-27-january-2023-amtac-shooting-winter-modern-minuteman-course/','105:c3d4055b92ab86881cffb5ac0275bf94',3823,'post','tribe_events',10,0,NULL,NULL,'26-27 January 2023 Amtac Shooting Winter Modern Minuteman Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:05','2024-12-19 00:31:05',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:05','2024-12-19 00:31:05',0),
(407,'https://staging.amtacshooting.com/event/17-18-february-2023-amtac-shooting-intro-to-winter-skills-course/','105:099f2f985526c4f5c3f215c4b3fb47e6',3825,'post','tribe_events',10,0,NULL,NULL,'17-18 February 2023 &#8211; Amtac Shooting Intro to Winter Skills Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:06','2024-12-19 00:31:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:06','2024-12-19 00:31:06',0),
(408,'https://staging.amtacshooting.com/event/23-24-february-2023-amtac-shooting-combative-carbine-course/','100:ec3ac8be81d9ea51747d1a39643eb184',3826,'post','tribe_events',10,0,NULL,NULL,'23-24 February 2023 &#8211; Amtac Shooting Combative Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:10','2024-12-19 00:31:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:10','2024-12-19 00:31:10',0),
(409,'https://staging.amtacshooting.com/event/25-26-february-2023-amtac-shooting-integrated-combatives-course/','104:5b90f71b46c0ecf3dc36eee0c48e95e0',3827,'post','tribe_events',10,0,NULL,NULL,'25-26 February 2023 &#8211; Amtac Shooting Integrated Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:11','2024-12-19 00:31:11',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:11','2024-12-19 00:31:11',0),
(410,'https://staging.amtacshooting.com/event/16-17-march-2023-amtac-shooting-combative-carbine-course/','97:bc82f00f00cc3a51f3665c9dfe711d3b',3828,'post','tribe_events',10,0,NULL,NULL,'16-17 March 2023 &#8211; Amtac Shooting Combative Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:11','2024-12-19 00:31:11',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:11','2024-12-19 00:31:11',0),
(411,'https://staging.amtacshooting.com/event/18-19-march-2023-amtac-shooting-advanced-responsible-armed-citizen-arac-course/','119:cbda61d5ec52fdcd0501ce3d9bf9e530',3829,'post','tribe_events',10,0,NULL,NULL,'18-19 March 2023 &#8211; Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:12','2024-12-19 00:31:12',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:12','2024-12-19 00:31:12',0),
(412,'https://staging.amtacshooting.com/events/category/amtac-shooting-instructor-kevin-kellypistol-1-course/','103:8372c08c8c3a3f9523613bb7dca22709',158,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Amtac Shooting Instructor Kevin Kelly|Pistol 1 Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:13','2024-12-19 00:32:36',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:36',NULL,NULL),
(413,'https://staging.amtacshooting.com/tag/kevin-kellypistol/','56:3e76744afa1f7c0d96a5f0672f1b8f63',159,'term','post_tag',NULL,NULL,NULL,NULL,'Kevin Kelly|Pistol',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:13','2024-12-19 00:32:36',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:36',NULL,NULL),
(414,'https://staging.amtacshooting.com/event/15-april-2023-amtac-shooting-pistol-1-course-led-by-kevin-kelly/','104:86bb4c83042226ef58a976c81d86e581',3830,'post','tribe_events',10,0,NULL,NULL,'15 April 2023 &#8211; Amtac Shooting Pistol 1 Course Led by Kevin Kelly','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:13','2024-12-19 00:31:13',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:13','2024-12-19 00:31:13',0),
(415,'https://staging.amtacshooting.com/events/category/amtac-shooting-instructor-kevin-kellypistol-combatives-1/','107:0b1c0e90878c2ee5f051e9a754da40d7',160,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Amtac Shooting Instructor Kevin Kelly|Pistol/Combatives 1',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:20','2024-12-19 00:32:36',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:36',NULL,NULL),
(416,'https://staging.amtacshooting.com/tag/kevin-kellypistol-combatives/','67:0c333f9df4a10dce56ea0697eec7596d',161,'term','post_tag',NULL,NULL,NULL,NULL,'Kevin Kelly|Pistol/Combatives',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:20','2024-12-19 00:32:36',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:36',NULL,NULL),
(417,'https://staging.amtacshooting.com/event/16-april-2023-amtac-shooting-pistol-combatives-1-course-led-by-kevin-kelly/','115:e5f1ccc68f7a43dd30be6a7f9487f013',3832,'post','tribe_events',10,0,NULL,NULL,'16 April 2023 &#8211; Amtac Shooting Pistol/Combatives 1 Course Led by Kevin Kelly','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:20','2024-12-19 00:31:20',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:20','2024-12-19 00:31:20',0),
(418,'https://staging.amtacshooting.com/event/4-5-may-2023-the-amtac-shooting-modern-minuteman-course/','96:46d67a6b3415518bab385903031bfefb',3833,'post','tribe_events',10,0,NULL,NULL,'4-5 May 2023 &#8211; The Amtac Shooting Modern Minuteman Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:21','2024-12-19 00:31:21',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:21','2024-12-19 00:31:21',0),
(419,'https://staging.amtacshooting.com/event/6-7-may-2023-amtac-shooting-integrated-combatives-course/','97:2640041454eb49f93b03dd1aa2aafb0f',3834,'post','tribe_events',10,0,NULL,NULL,'6-7 May 2023 &#8211; Amtac Shooting Integrated Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:21','2024-12-19 00:31:21',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:21','2024-12-19 00:31:21',0),
(420,'https://staging.amtacshooting.com/event/17-19-may-2023-the-amtac-shooting-tuhon-tom-kier-from-sayoc-kali-pistols-blades-course/','127:9d5972ee6958ce916c5e27dd4a13cb7f',3835,'post','tribe_events',10,0,NULL,NULL,'17-19 May 2023 &#8211; The Amtac Shooting &amp; Tuhon Tom Kier from Sayoc Kali Pistols &amp; Blades Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:22','2024-12-19 00:31:22',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:22','2024-12-19 00:31:22',0),
(421,'https://staging.amtacshooting.com/events/category/grappling-with-weaponsintegrated-combatives-course/','101:c1697bb3f974ca15391b3ffc220a3428',162,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Grappling with Weapons|Integrated Combatives Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:23','2024-12-19 00:31:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:23',NULL,NULL),
(422,'https://staging.amtacshooting.com/event/12-13-september-2023-amtac-shooting-grappling-with-weapons-integrated-combatives-2-0-course/','132:bfa0030486890c9e4290eb3551aea4ac',3836,'post','tribe_events',10,0,NULL,NULL,'12-13 September 2023 &#8211; Amtac Shooting Grappling with Weapons / Integrated Combatives 2.0 Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:23','2024-12-19 00:31:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:23','2024-12-19 00:31:23',0),
(423,'https://staging.amtacshooting.com/event/19-20-september-2023-amtac-shooting-combative-carbine-course/','101:4a495ddb91265cb01c0a06441838185e',3837,'post','tribe_events',10,0,NULL,NULL,'19-20 September 2023 &#8211; Amtac Shooting Combative Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:26','2024-12-19 00:31:26',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:26','2024-12-19 00:31:26',0),
(424,'https://staging.amtacshooting.com/events/category/amtac-shooting-instructor-bryan-resnickcarbine-1/','99:5110a63a309a0752a26fc8a0aee9b880',163,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Amtac Shooting Instructor Bryan Resnick|Carbine 1',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:27','2024-12-19 00:31:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:40',NULL,NULL),
(425,'https://staging.amtacshooting.com/tag/bryan-resnickcarbine/','59:d8ec31a76acf561d47d9c3447275910f',164,'term','post_tag',NULL,NULL,NULL,NULL,'Bryan Resnick|Carbine',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:27','2024-12-19 00:31:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:27',NULL,NULL),
(426,'https://staging.amtacshooting.com/event/7-october-2023-amtac-shooting-carbine-1-course-led-by-bryan-resnick/','108:609578666406878cf206b5ba6c44b9b1',3839,'post','tribe_events',10,0,NULL,NULL,'7 October 2023 &#8211; Amtac Shooting Carbine 1 Course Led by Bryan Resnick','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:27','2024-12-19 00:31:27',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:27','2024-12-19 00:31:27',0),
(427,'https://staging.amtacshooting.com/event/8-october-2023-amtac-shooting-pistol-combatives-1-course-led-by-bryan-resnick/','118:013ba0143baa5d871d9542067d87530d',3840,'post','tribe_events',10,0,NULL,NULL,'8 October 2023 &#8211; Amtac Shooting Pistol/Combatives 1 Course Led by Bryan Resnick','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:28','2024-12-19 00:31:28',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:28','2024-12-19 00:31:28',0),
(428,'https://staging.amtacshooting.com/event/9-11-june-2023-modern-warrior-conference-open/','86:5d86e35a025d19b26b2518c523a9d879',3841,'post','tribe_events',10,0,NULL,NULL,'9-11 June 2023 Modern Warrior Conference *Open*','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:29','2024-12-19 00:31:29',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:29','2024-12-19 00:31:29',0),
(429,'https://staging.amtacshooting.com/event/18-november-2023-amtac-shooting-carbine-1-course-led-by-bryan-resnick/','110:5a1810037cc26ccaf8e446a0691827dd',3842,'post','tribe_events',10,0,NULL,NULL,'18 November 2023 &#8211; Amtac Shooting Carbine 1 Course Led by Bryan Resnick','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:30','2024-12-19 00:31:30',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:30','2024-12-19 00:31:30',0),
(430,'https://staging.amtacshooting.com/event/19-november-2023-amtac-shooting-pistol-combatives-1-course-led-by-bryan-resnick/','120:a1f78383e45bca4174463f57f9bd3818',3844,'post','tribe_events',10,0,NULL,NULL,'19 November 2023 &#8211; Amtac Shooting Pistol/Combatives 1 Course Led by Bryan Resnick','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:39','2024-12-19 00:31:39',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:39','2024-12-19 00:31:39',0),
(431,'https://staging.amtacshooting.com/event/19-20-july-2023-amtac-shooting-jiu-jitsu-and-pistol-course-registration-now-available/','126:11828415da3e0bc2e47c9e7e9359e2a9',3845,'post','tribe_events',10,0,NULL,NULL,'19-20 July 2023 &#8211; Amtac Shooting Jiu Jitsu and Pistol Course (Registration now available!)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'2024-12-19 00:31:40','2024-12-19 00:31:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:40','2024-12-19 00:31:40',0),
(432,'https://staging.amtacshooting.com/event/14-april-2023-sold-out-amtac-shooting-carbine-1-course-led-by-bill-rapier/','114:567a68eaf10ec0598f285daee45459e1',3846,'post','tribe_events',10,0,NULL,NULL,'14 April 2023 &#8211; *SOLD OUT* Amtac Shooting Carbine 1 Course Led by Bill Rapier','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:41','2024-12-19 00:31:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:40','2024-12-19 00:31:40',0),
(433,'https://staging.amtacshooting.com/event/15-16-april-2023-sold-out-amtac-shooting-advanced-responsible-armed-citizen-arac-course/','128:04e398351d2352c039c53a35a7ef56b6',3847,'post','tribe_events',10,0,NULL,NULL,'15-16 April 2023 &#8211; *SOLD OUT* Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:41','2024-12-19 00:31:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:41','2024-12-19 00:31:41',0),
(434,'https://staging.amtacshooting.com/events/category/cqbtribe-centric-cqb/','71:b0e7093144ff3bf8e177ac9fe18320dd',165,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'CQB|Tribe Centric CQB',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:42','2024-12-19 00:32:12',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:12',NULL,NULL),
(435,'https://staging.amtacshooting.com/tag/cqbtribe-centric-cqb/','59:7348d415080e1ef18b68d9754e9a386c',166,'term','post_tag',NULL,NULL,NULL,NULL,'CQB|Tribe Centric CQB',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:42','2024-12-19 00:32:12',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:12',NULL,NULL),
(436,'https://staging.amtacshooting.com/event/26-28-april-2023-sold-out-the-amtac-shooting-tribe-centric-cqb-course/','110:1de2d0603bd7b7b14f9cfe2387ca1a6f',3848,'post','tribe_events',10,0,NULL,NULL,'26-28 April 2023 &#8211; *SOLD OUT* The Amtac Shooting Tribe Centric CQB Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:42','2024-12-19 00:31:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:42','2024-12-19 00:31:42',0),
(437,'https://staging.amtacshooting.com/event/20-21-june-2023-amtac-shooting-advanced-responsible-armed-citizen-arac-course/','118:ecbe90f3a5458ec7dbe62de98eba2f7b',3850,'post','tribe_events',10,0,NULL,NULL,'20-21 June 2023 &#8211; Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:46','2024-12-19 00:31:46',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:46','2024-12-19 00:31:46',0),
(438,'https://staging.amtacshooting.com/event/11-12-august-2023-tentative-amtac-shooting-integrated-combatives-course-led-by-david-acosta/','132:d96b4adda9b036add49828a91c09f52a',3851,'post','tribe_events',10,0,NULL,NULL,'11-12 August 2023 (Tentative) &#8211; Amtac Shooting Integrated Combatives Course Led by David Acosta','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:47','2024-12-19 00:31:47',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:47','2024-12-19 00:31:47',0),
(439,'https://staging.amtacshooting.com/event/18-20-october-2023-the-amtac-shooting-tribe-centric-cqb-course/','103:69c4aa030d00a3a650a6e566dc13b27a',3853,'post','tribe_events',10,0,NULL,NULL,'18-20 October 2023 &#8211; The Amtac Shooting Tribe Centric CQB Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:48','2024-12-19 00:31:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:48','2024-12-19 00:31:48',0),
(440,'https://staging.amtacshooting.com/event/7-8-october-2023-amtac-shooting-advanced-responsible-armed-citizen-arac-course/','119:e678b8d70f2cc388986eb1218b5f0f3b',3854,'post','tribe_events',10,0,NULL,NULL,'7-8 October 2023 &#8211; Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:48','2024-12-19 00:31:48',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:48','2024-12-19 00:31:48',0),
(441,'https://staging.amtacshooting.com/event/21-22-september-2023-amtac-shooting-advanced-responsible-armed-citizen-arac-course/','123:3fd00677399422e020813d48952f32e7',3855,'post','tribe_events',10,0,NULL,NULL,'21-22 September 2023 &#8211; Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:50','2024-12-19 00:31:50',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:49','2024-12-19 00:31:49',0),
(442,'https://staging.amtacshooting.com/events/category/amtac-shooting-instructor-bryan-resnickcustom-pistol-combativesprivate-course/','128:04ccbf8071d0a89a8d37af404f34e5d2',167,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Amtac Shooting Instructor Bryan Resnick|Custom Pistol Combatives|Private Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:56','2024-12-19 00:31:56',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:56',NULL,NULL),
(443,'https://staging.amtacshooting.com/tag/bryan-resnickcombativespistol/','68:868702d549e72ad7957a7e7a9b8ffdb6',168,'term','post_tag',NULL,NULL,NULL,NULL,'Bryan Resnick|Combatives|Pistol',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:56','2024-12-19 00:32:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:08',NULL,NULL),
(444,'https://staging.amtacshooting.com/event/26-27-january-2022-amtac-shooting-custom-pistol-combatives-private-course/','114:12ecf64c55dede7b9c33dd7a918b395f',3856,'post','tribe_events',10,0,NULL,NULL,'26-27 January 2022 &#8211; Amtac Shooting Custom Pistol Combatives **Private Course**','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:56','2024-12-19 00:31:56',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:56','2024-12-19 00:31:56',0),
(445,'https://staging.amtacshooting.com/event/6-7-may-2023-amtac-shooting-integrated-combatives-course-led-by-david-acosta/','117:2665824e020801cc2afaf30be83b3d82',3857,'post','tribe_events',10,0,NULL,NULL,'6-7 May 2023 &#8211; Amtac Shooting Integrated Combatives Course Led by David Acosta','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:57','2024-12-19 00:31:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:57','2024-12-19 00:31:57',0),
(446,'https://staging.amtacshooting.com/event/10-march-2023-amtac-shooting-hybrid-carbine-course-one-day/','99:502c1c72444b95ffcb4dc9560e32e2bb',3858,'post','tribe_events',10,0,NULL,NULL,'10 March 2023 Amtac Shooting Hybrid Carbine Course (One Day)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:57','2024-12-19 00:31:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:57','2024-12-19 00:31:57',0),
(447,'https://staging.amtacshooting.com/events/category/advanced-responsible-armed-citizen-courseresponsible-armed-citizen-course/','124:bd675cc26c7626e49433010e27ca558c',169,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Advanced Responsible Armed Citizen Course|Responsible Armed Citizen Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:58','2024-12-19 00:32:37',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:37',NULL,NULL),
(448,'https://staging.amtacshooting.com/event/14-15-november-2023-sold-out-amtac-shooting-advanced-responsible-armed-citizen-arac-course/','131:fb3d9bb59a5dcbd932ec6d9417211c42',3859,'post','tribe_events',10,0,NULL,NULL,'14-15 November 2023 &#8211; *SOLD OUT* Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:58','2024-12-19 00:31:58',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:58','2024-12-19 00:31:58',0),
(449,'https://staging.amtacshooting.com/event/13-may-2023-amtac-shooting-presents-tuhon-carl-atienza-blade-seminar/','109:9a1b349d3e5982e114765fbdefc235f3',3860,'post','tribe_events',10,0,NULL,NULL,'13 May 2023 &#8211; Amtac Shooting Presents Tuhon Carl Atienza Blade Seminar','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:31:59','2024-12-19 00:31:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:31:59','2024-12-19 00:31:59',0),
(450,'https://staging.amtacshooting.com/event/4-december-2023-amtac-shooting-pistol-combatives-and-medical-course/','108:5ec48e96080139128041574ec960d957',3861,'post','tribe_events',10,0,NULL,NULL,'4 December 2023 &#8211; Amtac Shooting Pistol Combatives and Medical Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:02','2024-12-19 00:32:02',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:02','2024-12-19 00:32:02',0),
(451,'https://staging.amtacshooting.com/event/5-6-december-2023-amtac-shooting-advanced-responsible-armed-citizen-arac-course/','120:532d84440e88942ca5ab43ef29315e9e',3863,'post','tribe_events',10,0,NULL,NULL,'5-6 December 2023 &#8211; Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:03','2024-12-19 00:32:03',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:03','2024-12-19 00:32:03',0),
(452,'https://staging.amtacshooting.com/event/13-november-2023-amtac-shooting-combatives-seminar-kore-bjj/','100:91d3ab51336d07c75524d5c6f28ec46e',3864,'post','tribe_events',10,0,NULL,NULL,'13 November 2023 &#8211; Amtac Shooting Combatives Seminar (Kore BJJ)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:04','2024-12-19 00:32:04',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:04','2024-12-19 00:32:04',0),
(453,'https://staging.amtacshooting.com/events/category/combative-carbine-coursenight-shooting-course/','96:3193ff7ef9dc4682cce9a60ac57f8745',170,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Combative Carbine Course|Night Shooting Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:04','2025-01-07 00:54:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-07 00:54:57',NULL,NULL),
(454,'https://staging.amtacshooting.com/tag/carbinecombativesfighting-at-nightnight-visionnvg-level-2/','96:2f1d3f6624a49691edf8746fcdb0f690',171,'term','post_tag',NULL,NULL,NULL,NULL,'Carbine|Combatives|Fighting at Night|Night Vision|NVG Level 2',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:04','2025-01-07 00:54:57',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-07 00:54:57',NULL,NULL),
(455,'https://staging.amtacshooting.com/event/8-10-november-2023-amtac-shooting-nvg-level-2-course-fighting-at-night/','111:7b16897b41350f26ae52988c667a327f',3865,'post','tribe_events',10,0,NULL,NULL,'8-10 November 2023 &#8211; Amtac Shooting NVG Level 2 Course / Fighting at Night','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'2024-12-19 00:32:04','2024-12-19 00:32:04',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:04','2024-12-19 00:32:04',0),
(456,'https://staging.amtacshooting.com/events/category/integrated-combatives-coursemens-ministry/','92:c3b1270d71c645a38726d619c0b451bc',172,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Integrated Combatives Course|Men\'s Ministry',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:05','2024-12-19 00:32:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:05',NULL,NULL),
(457,'https://staging.amtacshooting.com/tag/combativesdeveloping-solid-christian-menmens-ministry/','92:dacab289d7a526563fd927cee2bce62e',173,'term','post_tag',NULL,NULL,NULL,NULL,'Combatives|Developing Solid Christian Men|Men\'s Ministry',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:05','2024-12-19 00:32:21',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:21',NULL,NULL),
(458,'https://staging.amtacshooting.com/event/5-october-2023-developing-solid-christian-men/','86:267ce34c778a7208349e064aa5c6b0e0',3867,'post','tribe_events',10,0,NULL,NULL,'5 October 2023 Developing Solid Christian Men','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:06','2024-12-19 00:32:06',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:05','2024-12-19 00:32:05',0),
(459,'https://staging.amtacshooting.com/event/day-month-year-amtac-shooting-pistol-1-course-ct-led-by-bryan-resnick/','110:92d403d4a3e768fd2934e831114aa595',3869,'post','tribe_events',10,0,NULL,NULL,'Day Month Year Amtac Shooting Pistol 1 Course CT Led by Bryan Resnick','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:08','2024-12-19 00:32:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:08','2024-12-19 00:32:08',0),
(460,'https://staging.amtacshooting.com/events/category/custom-pistol-combativesprivate-course/','89:685da228164625b599236e2a375bdd89',174,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Custom Pistol Combatives|Private Course',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:08','2024-12-19 00:32:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:08',NULL,NULL),
(461,'https://staging.amtacshooting.com/event/30-31-january-2024-amtac-shooting-custom-pistol-combatives-private-course/','114:3fc9f8dd4b7729149ac5fac8ed661fb2',3870,'post','tribe_events',10,0,NULL,NULL,'30-31 January 2024 &#8211; Amtac Shooting Custom Pistol Combatives **Private Course**','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:08','2024-12-19 00:32:08',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:08','2024-12-19 00:32:08',0),
(462,'https://staging.amtacshooting.com/event/22-23-february-2024-amtac-shooting-hybrid-carbine-course-private-range/','111:87d1c069734fa298627cb42000c968d4',3872,'post','tribe_events',10,0,NULL,NULL,'22-23 February 2024 &#8211; Amtac Shooting Hybrid Carbine Course Private Range','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:10','2024-12-19 00:32:10',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:10','2024-12-19 00:32:10',0),
(463,'https://staging.amtacshooting.com/event/24-25-february-2024-amtac-shooting-advanced-responsible-armed-citizen-integrated-combatives-level-2-course/','147:f6036c0b78e2a200e2110f122fa75fd3',3873,'post','tribe_events',10,0,NULL,NULL,'24-25 February 2024 &#8211; Amtac Shooting Advanced Responsible Armed Citizen/ Integrated Combatives Level 2 Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:11','2024-12-19 00:32:11',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:11','2024-12-19 00:32:11',0),
(464,'https://staging.amtacshooting.com/event/2-4-may-2024-the-amtac-shooting-tribe-centric-cqb-course/','97:3f2be8b9738ef03f62d0715141165ba7',3876,'post','tribe_events',10,0,NULL,NULL,'2-4 May 2024 &#8211; The Amtac Shooting Tribe Centric CQB Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:12','2024-12-19 00:32:12',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:12','2024-12-19 00:32:12',0),
(465,'https://staging.amtacshooting.com/event/13-14-april-2024-amtac-shooting-force-on-force-course/','94:fba4fd9433b2bb81c385b59b46db8bdd',3878,'post','tribe_events',10,0,NULL,NULL,'13-14 April 2024 &#8211; Amtac Shooting Force on Force Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:16','2024-12-19 00:32:16',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:16','2024-12-19 00:32:16',0),
(466,'https://staging.amtacshooting.com/event/12-april-2024-amtac-shooting-carbine-1-course-one-day/','94:7ee483071747b00bcb991d7bada6b084',3879,'post','tribe_events',10,0,NULL,NULL,'12 April 2024 Amtac Shooting Carbine 1 Course (One Day)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:17','2024-12-19 00:32:17',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:16','2024-12-19 00:32:16',0),
(467,'https://staging.amtacshooting.com/event/25-march-2024-amtac-shooting-carbine-1-course-one-day/','94:c056a4f9c2025e716d5aa7b6ae89f5d5',3881,'post','tribe_events',10,0,NULL,NULL,'25 March 2024 Amtac Shooting Carbine 1 Course (One Day)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:18','2024-12-19 00:32:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:18','2024-12-19 00:32:18',0),
(468,'https://staging.amtacshooting.com/event/23-24-march-2024-amtac-shooting-low-visibility-pistol-combatives-course/','112:f1efc6d7e47b4835f9b792832d99e12a',3882,'post','tribe_events',10,0,NULL,NULL,'23-24 March 2024 Amtac Shooting Low Visibility Pistol Combatives Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:18','2024-12-19 00:32:18',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:18','2024-12-19 00:32:18',0),
(469,'https://staging.amtacshooting.com/event/3-october-2024-amtac-shooting-pistol-combatives-and-medical-course-fl-this-course-is-full-2/','132:6e5c06624ad3da4c191c7dad197291ac',3883,'post','tribe_events',10,0,NULL,NULL,'3 October 2024 &#8211; Amtac Shooting Pistol Combatives and Medical Course FL (This Course is Full)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:19','2024-12-19 00:32:19',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:19','2024-12-19 00:32:19',0),
(470,'https://staging.amtacshooting.com/event/4-5-october-2024-amtac-shooting-hybrid-carbine-course-fl-this-course-is-full-2/','119:6cb325d9f076c5ecc5513344d6486ad8',3884,'post','tribe_events',10,0,NULL,NULL,'4-5 October 2024 &#8211; Amtac Shooting Hybrid Carbine Course FL (This Course is Full)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:21','2024-12-19 00:32:21',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:21','2024-12-19 00:32:21',0),
(471,'https://staging.amtacshooting.com/event/6-october-2024-developing-solid-christian-men-fl-2/','91:b475c9cd52f68b807231b180de207c7b',3885,'post','tribe_events',10,0,NULL,NULL,'6 October 2024 Developing Solid Christian Men FL','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:21','2024-12-19 00:32:21',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:21','2024-12-19 00:32:21',0),
(472,'https://staging.amtacshooting.com/event/6-8-november-2024-amtac-shooting-nvg-level-2-course-fighting-at-night-2/','112:105f8963c96d1445ac054d38512153a9',3886,'post','tribe_events',10,0,NULL,NULL,'6-8 November 2024 &#8211; Amtac Shooting NVG Level 2 Course / Fighting at Night','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,1,NULL,NULL,'2024-12-19 00:32:22','2024-12-19 00:32:22',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:22','2024-12-19 00:32:22',0),
(473,'https://staging.amtacshooting.com/event/30-31-may-2024-amtac-shooting-advanced-responsible-armed-citizen-integrated-combatives-level-2-course-wi-this-course-is-full/','165:4aa27a28d69e8c745604a1a985ce5b4e',3887,'post','tribe_events',10,0,NULL,NULL,'30-31 May 2024 &#8211; Amtac Shooting Advanced Responsible Armed Citizen/ Integrated Combatives Level 2 Course (WI) (THIS COURSE IS FULL)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:23','2024-12-19 00:32:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:23','2024-12-19 00:32:23',0),
(474,'https://staging.amtacshooting.com/event/17-may-2024-amtac-shooting-shotgun-course-1-david-cagle-lead-instructor-okc/','116:edb31c56ebf42cecbc5a140a7a10a2c8',3888,'post','tribe_events',10,0,NULL,NULL,'17 May 2024 Amtac Shooting Shotgun Course 1 &#8211; David Cagle Lead Instructor (OKC)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:23','2024-12-19 00:32:23',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:23','2024-12-19 00:32:23',0),
(475,'https://staging.amtacshooting.com/event/18-19-may-2024-the-amtac-shooting-modern-minuteman-course-okc/','102:86038bcc3cdfcabc5aa60b278e08e3c4',3890,'post','tribe_events',10,0,NULL,NULL,'18-19 May 2024 &#8211; The Amtac Shooting Modern Minuteman Course (OKC)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/IMG_4597-3-OB3DyP.tmp_.jpg',NULL,'3682','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/IMG_4597-3-OB3DyP.tmp_.jpg','3682','featured-image','{\"width\":1232,\"height\":924,\"filesize\":116134,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/IMG_4597-3-OB3DyP.tmp_.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/IMG_4597-3-OB3DyP.tmp_.jpg\",\"size\":\"full\",\"id\":3682,\"alt\":\"\",\"pixels\":1138368,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-12-19 00:32:30','2024-12-19 00:32:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:35','2024-12-19 00:32:30',0),
(476,'https://staging.amtacshooting.com/event/20-21-june-2024-amtac-shooting-integrated-combatives-course-id-this-course-is-full/','123:3602280a94b6973f7bcf75bdc040760b',3891,'post','tribe_events',10,0,NULL,NULL,'20-21 June 2024 &#8211; Amtac Shooting Integrated Combatives Course (ID) (THIS COURSE IS FULL)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png',NULL,'3893','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png','3893','featured-image','{\"width\":1283,\"height\":924,\"filesize\":379674,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png\",\"size\":\"full\",\"id\":3893,\"alt\":\"\",\"pixels\":1185492,\"type\":\"image/png\"}',0,NULL,NULL,'2024-12-19 00:32:31','2024-12-19 00:32:35',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:35','2024-12-19 00:32:30',0),
(477,'https://staging.amtacshooting.com/event/22-june-2024-amtac-shooting-pistol-1-course-nh-led-by-kevin-kelly/','106:04822fb8f68a5ef68e7600caa4b727f5',3892,'post','tribe_events',10,0,NULL,NULL,'22 June 2024 &#8211; Amtac Shooting Pistol 1 Course NH Led by Kevin Kelly','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/pistol-medical-bk-3pyAkV.tmp_.jpg',NULL,'3894','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/pistol-medical-bk-3pyAkV.tmp_.jpg','3894','featured-image','{\"width\":1232,\"height\":924,\"filesize\":72806,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/pistol-medical-bk-3pyAkV.tmp_.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/pistol-medical-bk-3pyAkV.tmp_.jpg\",\"size\":\"full\",\"id\":3894,\"alt\":\"\",\"pixels\":1138368,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-12-19 00:32:32','2024-12-19 00:32:36',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:36','2024-12-19 00:32:32',0),
(478,'https://staging.amtacshooting.com/event/21-september-2024-amtac-shooting-integrated-combatives-course-nh-led-by-kevin-kelly-2/','126:8849fe62dcb737cf62c1ae954ae99b40',3895,'post','tribe_events',10,0,NULL,NULL,'21 September 2024 &#8211; Amtac Shooting Integrated Combatives Course NH Led by Kevin Kelly','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/AB0A3350_edit_zps6igcmeyf22-bjwVuz.tmp_.jpg',NULL,'3896','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/AB0A3350_edit_zps6igcmeyf22-bjwVuz.tmp_.jpg','3896','featured-image','{\"width\":726,\"height\":369,\"filesize\":39813,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/AB0A3350_edit_zps6igcmeyf22-bjwVuz.tmp_.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/AB0A3350_edit_zps6igcmeyf22-bjwVuz.tmp_.jpg\",\"size\":\"full\",\"id\":3896,\"alt\":\"\",\"pixels\":267894,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-12-19 00:32:33','2024-12-19 00:32:36',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:36','2024-12-19 00:32:33',0),
(479,'https://staging.amtacshooting.com/event/1-2-august-2024-amtac-shooting-advanced-responsible-armed-citizen-arac-course-integrated-combatives-level-2-wa/','151:09af5fc8ad8226eb925149789ae71b62',3897,'post','tribe_events',10,0,NULL,NULL,'1-2 August 2024 &#8211; Amtac Shooting Advanced Responsible Armed Citizen (ARAC) Course (Integrated Combatives Level 2) (WA)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Bill-Walther-Pistol-min-ljTCdb.tmp_.jpg',NULL,'3804','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Bill-Walther-Pistol-min-ljTCdb.tmp_.jpg','3804','featured-image','{\"width\":1313,\"height\":739,\"filesize\":62541,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/Bill-Walther-Pistol-min-ljTCdb.tmp_.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/Bill-Walther-Pistol-min-ljTCdb.tmp_.jpg\",\"size\":\"full\",\"id\":3804,\"alt\":\"\",\"pixels\":970307,\"type\":\"image/jpeg\"}',0,NULL,NULL,'2024-12-19 00:32:34','2024-12-19 00:32:37',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:37','2024-12-19 00:32:34',0),
(480,'https://staging.amtacshooting.com/event/11-september-2024-amtac-shooting-intro-to-fighting-at-night-nvg-course-near-boiseid-2/','126:19db47267a81fde90da5f03d96397263',3903,'post','tribe_events',10,0,NULL,NULL,'11 September 2024 &#8211; Amtac Shooting Intro to Fighting at Night (NVG Course), near Boise,ID','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:39','2024-12-19 00:32:39',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:39','2024-12-19 00:32:39',0),
(481,'https://staging.amtacshooting.com/event/12-13-september-2024-amtac-shooting-force-on-force-course-near-boise-id-2/','114:58a5a6789533eb715c8743ee79fafe06',3904,'post','tribe_events',10,0,NULL,NULL,'12-13 September 2024 &#8211; Amtac Shooting Force on Force Course near Boise, ID','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:40','2024-12-19 00:32:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:39','2024-12-19 00:32:39',0),
(482,'https://staging.amtacshooting.com/event/14-15-august-2024-the-amtac-shooting-small-team-cqb-with-tuhon-tom-kier-and-bill-rapier-2/','130:a051c014d0a6b3846b3b11429fbaeeb3',3905,'post','tribe_events',10,0,NULL,NULL,'14-15 August 2024 &#8211; The Amtac Shooting Small Team CQB with Tuhon Tom Kier and Bill Rapier','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:40','2024-12-19 00:32:40',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:40','2024-12-19 00:32:40',0),
(483,'https://staging.amtacshooting.com/event/16-18-august-2024-modern-warrior-conference-2/','86:23f7a7dbc6d435c06088f135e69400af',3906,'post','tribe_events',10,0,NULL,NULL,'16-18 August 2024 Modern Warrior Conference','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:41','2024-12-19 00:32:41',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:41','2024-12-19 00:32:41',0),
(484,'https://staging.amtacshooting.com/events/category/combative-carbine-coursecompact-carbine/','90:a7e774bfda5caba0c3fa9f7bf2f838ca',175,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Combative Carbine Course|Compact Carbine',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:42','2025-01-04 01:40:59',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-01-04 01:40:59',NULL,NULL),
(485,'https://staging.amtacshooting.com/event/12-13-november-2024-amtac-shooting-fighting-in-around-vehicles-carbine-course-2/','120:764f91dc178a7c4467f1aea4a84e0f44',3908,'post','tribe_events',10,0,NULL,NULL,'12-13 November 2024 &#8211; Amtac Shooting Fighting In &amp; Around Vehicles Carbine Course','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:42','2024-12-19 00:32:42',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:42','2024-12-19 00:32:42',0),
(486,'https://staging.amtacshooting.com/events/category/compact-carbinenvgpistol-carbine/','83:f10d408784d65539a57b4eedefd5edea',176,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Compact Carbine|NVG|Pistol Carbine',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:51','2024-12-19 00:32:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:51',NULL,NULL),
(487,'https://staging.amtacshooting.com/event/12-13-december-2024-amtac-shooting-pistol-carbine-course-with-intro-to-nvg-or/','118:fe759adb3322665e94bf5a1462f0fdf5',3910,'post','tribe_events',10,0,NULL,NULL,'12-13 December 2024 &#8211; Amtac Shooting Pistol &amp; Carbine Course with Intro to NVG OR','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:51','2024-12-19 00:32:51',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:51','2024-12-19 00:32:51',0),
(488,'https://staging.amtacshooting.com/events/category/amtac-shooting-instructor-bryan-resnickcarbine-1combative-carbine-coursecompact-carbine/','138:ce96c199596ed51e5eed30edb2d60f7f',177,'term','tribe_events_cat',NULL,NULL,NULL,NULL,'Amtac Shooting Instructor Bryan Resnick|Carbine 1|Combative Carbine Course|Compact Carbine',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:52','2024-12-19 00:32:52',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:52',NULL,NULL),
(489,'https://staging.amtacshooting.com/event/27-october-2024-amtac-shooting-magnified-optic-carbine-course-led-by-bryan-resnick-2/','125:97f9c9764ffc4a8c280a55e0ff969296',3911,'post','tribe_events',10,0,NULL,NULL,'27 October 2024 Amtac Shooting Magnified Optic Carbine Course Led by Bryan Resnick','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:52','2024-12-19 00:32:52',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:52','2024-12-19 00:32:52',0),
(490,'https://staging.amtacshooting.com/event/26-october-2024-amtac-shooting-pistol-combatives-1-course-led-by-bryan-resnick/','119:2802de2625631db8ceffa359e7d8910e',3913,'post','tribe_events',10,0,NULL,NULL,'26 October 2024 Amtac Shooting Pistol Combatives 1 Course Led by Bryan Resnick','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:53','2024-12-19 00:32:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:53','2024-12-19 00:32:53',0),
(491,'https://staging.amtacshooting.com/event/11-november-2024-amtac-shooting-combatives-seminar-kore-bjj-2/','102:ac636f2eec44fa96ab2ed8ff22cc9f21',3914,'post','tribe_events',10,0,NULL,NULL,'11 November 2024 &#8211; Amtac Shooting Combatives Seminar (Kore BJJ)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:53','2024-12-19 00:32:53',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:53','2024-12-19 00:32:53',0),
(492,'https://staging.amtacshooting.com/event/5-6-december-2024-amtac-shooting-custom-integrated-combatives-course-az/','112:5a1f4fe55024e81f6f3920096e2f8a1e',3915,'post','tribe_events',10,0,NULL,NULL,'5-6 December 2024 &#8211; Amtac Shooting Custom Integrated Combatives Course AZ','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-19 00:32:54','2024-12-19 00:32:54',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 00:32:54','2024-12-19 00:32:54',0),
(493,'https://staging.amtacshooting.com/event/4-5-march-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-ga/','116:5262e9820d3c424fc983e559818f7bfd',3916,'post','tribe_events',10,0,NULL,NULL,'4-5 March 2025 &#8211; Amtac Shooting Fighting In &#038; Around Vehicles Carbine Course GA','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_.jpg',NULL,'3909','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_.jpg','3909','featured-image','{\"width\":1200,\"height\":600,\"filesize\":105668,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_.jpg\",\"size\":\"full\",\"id\":3909,\"alt\":\"\",\"pixels\":720000,\"type\":\"image/jpeg\"}',0,0,NULL,'2024-12-19 00:32:58','2025-04-01 21:50:57',1,NULL,NULL,NULL,NULL,0,1,2,'2025-01-04 01:40:59','2024-12-19 00:32:58',0),
(494,'https://staging.amtacshooting.com/event/6-7-march-2025-amtac-shooting-low-light-tactics-course-ga/','98:092c8386ffeb653fe8ad3a5f5fb2b708',3917,'post','tribe_events',10,0,NULL,NULL,'6-7 March 2025 &#8211; Amtac Shooting Low Light Tactics Course GA','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/BR7-2UeKDf.tmp_.jpg',NULL,'3661','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/BR7-2UeKDf.tmp_.jpg','3661','featured-image','{\"width\":1643,\"height\":924,\"filesize\":35747,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/BR7-2UeKDf.tmp_.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/BR7-2UeKDf.tmp_.jpg\",\"size\":\"full\",\"id\":3661,\"alt\":\"\",\"pixels\":1518132,\"type\":\"image/jpeg\"}',0,0,NULL,'2024-12-19 00:32:58','2025-04-01 21:50:57',1,NULL,NULL,NULL,NULL,0,1,2,'2025-01-04 01:39:29','2024-12-19 00:32:58',0),
(495,'https://staging.amtacshooting.com/event/2-4-may-2025-modern-warrior-conference-tx/','82:fd3fc65d703426c679cf9e49c5cc1631',3918,'post','tribe_events',10,0,NULL,NULL,'2-4 May 2025 Modern Warrior Conference TX','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/MWC-2024-9Incn0.tmp_.png',NULL,'3907','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/MWC-2024-9Incn0.tmp_.png','3907','featured-image','{\"width\":1200,\"height\":600,\"filesize\":100801,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/MWC-2024-9Incn0.tmp_.png\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/MWC-2024-9Incn0.tmp_.png\",\"size\":\"full\",\"id\":3907,\"alt\":\"\",\"pixels\":720000,\"type\":\"image/png\"}',0,0,NULL,'2024-12-19 00:32:59','2025-05-09 19:56:51',1,NULL,NULL,NULL,NULL,0,1,2,'2025-01-04 01:46:18','2024-12-19 00:32:59',0),
(496,'https://staging.amtacshooting.com/event/22-23-may-2025-amtac-shooting-combative-carbine-course-wi-this-course-is-full/','118:27d2e7fc38522710c07ae3b19b54a820',3919,'post','tribe_events',10,0,NULL,NULL,'22-23 May 2025 Amtac Shooting Combative Carbine Course WI (THIS COURSE IS FULL)','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/a1s5260-NvbXso.tmp_.jpg',NULL,'3880','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/a1s5260-NvbXso.tmp_.jpg','3880','featured-image','{\"width\":400,\"height\":267,\"filesize\":23744,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/a1s5260-NvbXso.tmp_.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/a1s5260-NvbXso.tmp_.jpg\",\"size\":\"full\",\"id\":3880,\"alt\":\"\",\"pixels\":106800,\"type\":\"image/jpeg\"}',0,9,NULL,'2024-12-19 00:33:00','2025-06-16 17:28:10',1,NULL,NULL,NULL,NULL,0,1,2,'2025-01-04 01:32:53','2024-12-19 00:33:00',0),
(497,'https://staging.amtacshooting.com/event/12-13-june-2025-amtac-shooting-integrated-combatives-level-2-course-ut/','111:5d9f16b39e132884bbfa928141e4dad3',3920,'post','tribe_events',10,0,NULL,NULL,'12-13 June 2025 &#8211; Amtac Shooting Integrated Combatives Level 2 Course UT','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png',NULL,'3893','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png','3893','featured-image','{\"width\":1283,\"height\":924,\"filesize\":379674,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png\",\"size\":\"full\",\"id\":3893,\"alt\":\"\",\"pixels\":1185492,\"type\":\"image/png\"}',0,6,NULL,'2024-12-19 00:33:00','2025-06-16 17:28:10',1,NULL,NULL,NULL,NULL,0,1,2,'2025-01-04 01:31:13','2024-12-19 00:33:00',0),
(498,'https://staging.amtacshooting.com/event/7-8-august-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-id/','117:db8ca55d1ccdf8f3441267c1e4a66178',3921,'post','tribe_events',10,0,NULL,NULL,'7-8 August 2025 &#8211; Amtac Shooting Fighting In &#038; Around Vehicles Carbine Course ID','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_.jpg',NULL,'3909','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_.jpg','3909','featured-image','{\"width\":1200,\"height\":600,\"filesize\":105668,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_.jpg\",\"size\":\"full\",\"id\":3909,\"alt\":\"\",\"pixels\":720000,\"type\":\"image/jpeg\"}',0,9,NULL,'2024-12-19 00:33:08','2025-11-25 00:11:42',1,NULL,NULL,NULL,NULL,0,1,2,'2025-01-04 01:30:03','2024-12-19 00:33:08',0),
(499,'https://staging.amtacshooting.com/event/01-october-2025-amtac-shooting-ak-manipulations-course-fl/','98:599f842120ac5618d390331e15e24146',3922,'post','tribe_events',10,0,NULL,NULL,'1 October 2025- Amtac Shooting AK Manipulations Course FL','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/AK-in-the-snow-min-fv9d4A.tmp_.jpg',NULL,'3686','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/AK-in-the-snow-min-fv9d4A.tmp_.jpg','3686','featured-image','{\"width\":1309,\"height\":924,\"filesize\":31831,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/AK-in-the-snow-min-fv9d4A.tmp_.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/AK-in-the-snow-min-fv9d4A.tmp_.jpg\",\"size\":\"full\",\"id\":3686,\"alt\":\"\",\"pixels\":1209516,\"type\":\"image/jpeg\"}',0,3,NULL,'2024-12-19 00:33:08','2025-11-25 00:11:42',1,NULL,NULL,NULL,NULL,0,1,2,'2025-01-04 01:23:55','2024-12-19 00:33:08',0),
(500,'https://staging.amtacshooting.com/event/2-3-october-2025-amtac-shooting-integrated-combatives-level-2-course-fl/','112:e4283fa8a0ce6fe058243df070b912c3',3923,'post','tribe_events',10,0,NULL,NULL,'2-3 October 2025 &#8211; Amtac Shooting Integrated Combatives Level 2 Course FL','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png',NULL,'3893','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png','3893','featured-image','{\"width\":1283,\"height\":924,\"filesize\":379674,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png\",\"size\":\"full\",\"id\":3893,\"alt\":\"\",\"pixels\":1185492,\"type\":\"image/png\"}',0,6,NULL,'2024-12-19 00:33:09','2025-11-25 00:11:42',1,NULL,NULL,NULL,NULL,0,1,2,'2025-01-04 01:22:21','2024-12-19 00:33:09',0),
(501,'https://staging.amtacshooting.com/event/5-7-november-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/','113:70d06ed6384c9c608fcca74f099e1e67',3924,'post','tribe_events',10,0,NULL,NULL,'5-7 November 2025 &#8211; Amtac Shooting NVG Level 2 Course / Fighting at Night ID','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/NVG-1-tvNKht.tmp_.png',NULL,'3866','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/NVG-1-tvNKht.tmp_.png','3866','featured-image','{\"width\":924,\"height\":924,\"filesize\":82493,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/NVG-1-tvNKht.tmp_.png\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/NVG-1-tvNKht.tmp_.png\",\"size\":\"full\",\"id\":3866,\"alt\":\"\",\"pixels\":853776,\"type\":\"image/png\"}',1,9,NULL,'2024-12-19 00:33:10','2025-11-25 00:11:42',1,NULL,NULL,NULL,NULL,0,2,2,'2025-01-04 01:19:29','2024-12-19 00:33:10',0),
(502,'https://staging.amtacshooting.com/event/11-12-november-2025-amtac-shooting-integrated-combatives-level-2-course-ct/','115:199b0a1ea67823a75a6aebc1755b2e80',3925,'post','tribe_events',10,0,NULL,NULL,'11-12 November 2025 &#8211; Amtac Shooting Integrated Combatives Level 2 Course CT','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png',NULL,'3893','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png','3893','featured-image','{\"width\":1283,\"height\":924,\"filesize\":379674,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png\",\"size\":\"full\",\"id\":3893,\"alt\":\"\",\"pixels\":1185492,\"type\":\"image/png\"}',0,6,NULL,'2024-12-19 00:33:10','2025-11-25 00:11:42',1,NULL,NULL,NULL,NULL,0,1,2,'2025-01-04 01:16:48','2024-12-19 00:33:10',0),
(503,'https://staging.amtacshooting.com/event/3-december-2025-amtac-shooting-pistol-combatives-and-medical-course-ca/','111:c79b1868c2a68169d3ad2520cac3b9e3',3931,'post','tribe_events',10,0,NULL,NULL,'3 December 2025 &#8211; Amtac Shooting Pistol Combatives and Medical Course CA','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Pistol-Medical-Course-oBbfhw.tmp_.jpg',NULL,'3932','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Pistol-Medical-Course-oBbfhw.tmp_.jpg','3932','featured-image','{\"width\":924,\"height\":1081,\"filesize\":49577,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/Pistol-Medical-Course-oBbfhw.tmp_.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/Pistol-Medical-Course-oBbfhw.tmp_.jpg\",\"size\":\"full\",\"id\":3932,\"alt\":\"\",\"pixels\":998844,\"type\":\"image/jpeg\"}',0,12,NULL,'2024-12-19 00:33:15','2025-11-25 00:11:46',1,NULL,NULL,NULL,NULL,0,1,2,'2025-01-04 01:15:01','2024-12-19 00:33:15',0),
(504,'https://staging.amtacshooting.com/event/4-5-december-2025-amtac-shooting-integrated-combatives-level-2-course-ca/','113:d82e666b256c3d87185061ab945da5a7',3933,'post','tribe_events',10,0,NULL,NULL,'4-5 December 2025 &#8211; Amtac Shooting Integrated Combatives Level 2 Course CA','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png',NULL,'3893','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png','3893','featured-image','{\"width\":1283,\"height\":924,\"filesize\":379674,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png\",\"size\":\"full\",\"id\":3893,\"alt\":\"\",\"pixels\":1185492,\"type\":\"image/png\"}',0,9,NULL,'2024-12-19 00:33:16','2025-11-25 00:11:46',1,NULL,NULL,NULL,NULL,0,1,2,'2025-01-04 01:04:26','2024-12-19 00:33:16',0),
(505,'https://staging.amtacshooting.com/event/20-21-february-2025-amtac-shooting-winter-modern-minuteman-course-id/','109:ec25aa29278bb0b34d22dc59f3d37715',3934,'post','tribe_events',10,0,NULL,NULL,'20-21 February 2025 Amtac Shooting Winter Modern Minuteman Course ID','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,30,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_.jpg',NULL,'3824','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_.jpg','3824','featured-image','{\"width\":1440,\"height\":760,\"filesize\":114287,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/92672F3F-AAE4-49BD-A86C-0D1B9A880888-r2wJrM.tmp_.jpg\",\"size\":\"full\",\"id\":3824,\"alt\":\"\",\"pixels\":1094400,\"type\":\"image/jpeg\"}',0,0,NULL,'2024-12-19 00:33:17','2025-04-01 21:50:57',1,NULL,NULL,NULL,NULL,0,2,2,'2025-01-07 00:57:41','2024-12-19 00:33:17',0),
(506,'https://staging.amtacshooting.com/event/11-april-2025-amtac-shooting-pistol-combatives-level-1-course-in/','105:8302515af83491bef9d5beca2ab0e87c',3935,'post','tribe_events',10,0,NULL,NULL,'11 April 2025 Amtac Shooting Pistol Combatives Level 1 Course IN','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_.jpg',NULL,'3936','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_.jpg','3936','featured-image','{\"width\":1000,\"height\":576,\"filesize\":47740,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_.jpg\",\"size\":\"full\",\"id\":3936,\"alt\":\"\",\"pixels\":576000,\"type\":\"image/jpeg\"}',0,3,NULL,'2024-12-19 00:33:18','2025-05-09 19:56:51',1,NULL,NULL,NULL,NULL,0,1,2,'2025-01-04 01:44:04','2024-12-19 00:33:18',0),
(507,'https://staging.amtacshooting.com/event/12-13-april-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-in/','118:75b3b7ae1c76eb7d973f796c4ddf814b',3937,'post','tribe_events',10,0,NULL,NULL,'12-13 April 2025 &#8211; Amtac Shooting Fighting In &#038; Around Vehicles Carbine Course IN','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_.jpg',NULL,'3909','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_.jpg','3909','featured-image','{\"width\":1200,\"height\":600,\"filesize\":105668,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_.jpg\",\"size\":\"full\",\"id\":3909,\"alt\":\"\",\"pixels\":720000,\"type\":\"image/jpeg\"}',0,6,NULL,'2024-12-19 00:33:19','2025-05-09 19:56:51',1,NULL,NULL,NULL,NULL,0,1,2,'2025-01-04 01:36:06','2024-12-19 00:33:19',0),
(508,'https://staging.amtacshooting.com/event/12-september-2025-amtac-shooting-pistol-combatives-level-1-course-id/','109:61843296dade77bb417cda3f4865d217',3938,'post','tribe_events',10,0,NULL,NULL,'12 September 2025 Amtac Shooting Pistol Combatives Level 1 Course ID','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_.jpg',NULL,'3936','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_.jpg','3936','featured-image','{\"width\":1000,\"height\":576,\"filesize\":47740,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_.jpg\",\"size\":\"full\",\"id\":3936,\"alt\":\"\",\"pixels\":576000,\"type\":\"image/jpeg\"}',0,9,NULL,'2024-12-19 00:33:26','2025-11-25 00:11:42',1,NULL,NULL,NULL,NULL,0,1,2,'2025-01-04 01:26:19','2024-12-19 00:33:26',0),
(509,'https://staging.amtacshooting.com/event/14-16-may-2025-no-fail-pistol-integrated-combatives-course-id/','102:6066ee229d7dde8f1e9943de975930fe',3939,'post','tribe_events',10,0,NULL,NULL,'14-16 May 2025 No Fail Pistol/ Integrated Combatives Course ID','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Chuck-and-Bill-pic-2-4wrFlU.tmp_.jpg',NULL,'3941','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Chuck-and-Bill-pic-2-4wrFlU.tmp_.jpg','3941','featured-image','{\"width\":2000,\"height\":2000,\"filesize\":421278,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/Chuck-and-Bill-pic-2-4wrFlU.tmp_.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/Chuck-and-Bill-pic-2-4wrFlU.tmp_.jpg\",\"size\":\"full\",\"id\":3941,\"alt\":\"\",\"pixels\":4000000,\"type\":\"image/jpeg\"}',0,9,NULL,'2024-12-19 00:33:27','2025-06-16 17:28:10',1,NULL,NULL,NULL,NULL,0,1,2,'2025-01-04 01:33:48','2024-12-19 00:33:26',0),
(510,'https://staging.amtacshooting.com/event/29-30-january-2025-private-course-amtac-shooting-custom-pistol-carbine-course-az/','121:e034f1e050a74c50d69699f9c652c23a',3940,'post','tribe_events',10,0,NULL,NULL,'29-30 January 2025 &#8211; PRIVATE COURSE Amtac Shooting Custom Pistol Carbine Course AZ','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-min-yCwy7P.tmp_.jpg',NULL,'3871','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-min-yCwy7P.tmp_.jpg','3871','featured-image','{\"width\":1536,\"height\":924,\"filesize\":43350,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-min-yCwy7P.tmp_.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-min-yCwy7P.tmp_.jpg\",\"size\":\"full\",\"id\":3871,\"alt\":\"\",\"pixels\":1419264,\"type\":\"image/jpeg\"}',0,0,NULL,'2024-12-19 00:33:28','2025-04-01 16:34:17',1,NULL,NULL,NULL,NULL,0,1,2,'2025-01-04 01:43:32','2024-12-02 00:33:28',0),
(511,'https://staging.amtacshooting.com/event/10-11-september-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/','116:a486ed41d4a90aa19f67d5ff0661ed72',3942,'post','tribe_events',10,0,NULL,NULL,'10-11 September 2025 &#8211; Amtac Shooting NVG Level 2 Course / Fighting at Night ID','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,90,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/NVG-1-tvNKht.tmp_.png',NULL,'3866','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/NVG-1-tvNKht.tmp_.png','3866','featured-image','{\"width\":924,\"height\":924,\"filesize\":82493,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2024/12/NVG-1-tvNKht.tmp_.png\",\"path\":\"/var/www/wordpress/wp-content/uploads/2024/12/NVG-1-tvNKht.tmp_.png\",\"size\":\"full\",\"id\":3866,\"alt\":\"\",\"pixels\":853776,\"type\":\"image/png\"}',1,9,NULL,'2024-12-19 00:33:28','2025-11-25 00:11:42',1,NULL,NULL,NULL,NULL,0,2,2,'2025-01-07 00:54:57','2024-12-19 00:33:28',0),
(512,'https://staging.amtacshooting.com/posts-2/','42:7e5521db6364b99b5a10c6bb8368492b',4061,'post','page',10,0,NULL,NULL,'Posts','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,60,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2024-12-31 19:05:31','2024-12-31 19:08:21',1,NULL,NULL,NULL,NULL,0,4,2,'2024-12-31 19:08:21','2024-12-31 19:07:52',0),
(513,'https://staging.amtacshooting.com/backpacking/','46:99d853e6484c3b085739bc68b6868618',4156,'post','page',10,0,NULL,NULL,'Backpacking','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail-.jpg',NULL,'2333','featured-image',NULL,NULL,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail-.jpg','2333','featured-image','{\"width\":924,\"height\":693,\"filesize\":34536,\"url\":\"https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail-.jpg\",\"path\":\"/var/www/wordpress/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail-.jpg\",\"size\":\"full\",\"id\":2333,\"alt\":\"\",\"pixels\":640332,\"type\":\"image/jpeg\"}',29,NULL,NULL,'2025-01-07 23:00:02','2025-05-23 20:04:34',1,NULL,NULL,NULL,NULL,0,1,2,'2025-05-23 20:04:34','2025-01-07 23:00:52',0),
(514,'https://staging.amtacshooting.com/aars/','39:17c4823ce6f9b2f2fb1dfce4a8039792',4464,'post','page',10,0,NULL,NULL,'AARS','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,27,1,NULL,'2025-04-17 20:46:14','2025-05-23 20:04:34',1,NULL,NULL,NULL,NULL,0,0,2,'2025-04-17 20:56:25','2025-04-17 20:48:08',0),
(515,'https://staging.amtacshooting.com/articles/','43:b79820e5506a627b191d69d21f89841f',4476,'post','page',10,0,NULL,NULL,'Articles','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,24,1,NULL,'2025-04-17 20:56:52','2025-05-23 20:04:34',1,NULL,NULL,NULL,NULL,0,0,2,'2025-04-17 21:19:06','2025-04-17 20:57:42',0),
(516,'https://staging.amtacshooting.com/project/','42:d1950bb05b25ffb6730d84d959edaecb',NULL,'post-type-archive','project',NULL,NULL,'%%pt_plural%% Archive %%page%% %%sep%% %%sitename%%','','Projects',NULL,1,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-06-19 19:35:55','2025-06-19 19:35:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(517,'https://staging.amtacshooting.com/layout_type/layout/','53:eaa2f0c0da6895e826e07e0f96b34e10',85,'term','layout_type',NULL,NULL,NULL,NULL,'layout',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-06-19 19:35:55','2025-06-19 19:35:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-05-16 20:35:22','2024-07-09 02:10:59',NULL),
(518,'https://staging.amtacshooting.com/scope/not_global/','51:bd9ae8dc4b15520ca92428a8807e0682',121,'term','scope',NULL,NULL,NULL,NULL,'not_global',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-06-19 19:35:55','2025-06-19 19:51:07',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 02:42:36','2024-09-06 21:03:22',NULL),
(519,'https://staging.amtacshooting.com/layout_type/section/','54:96531cac82ef50a67f21312c7fe51243',122,'term','layout_type',NULL,NULL,NULL,NULL,'section',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-06-19 19:35:55','2025-06-19 19:35:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-11-19 20:05:33','2024-09-06 21:03:22',NULL),
(520,'https://staging.amtacshooting.com/module_width/regular/','55:71f14c0e80b5d2f094d6a4d6bc9a1b45',123,'term','module_width',NULL,NULL,NULL,NULL,'regular',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-06-19 19:35:55','2025-06-19 19:51:07',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 02:42:36','2024-09-06 21:03:22',NULL),
(521,'https://staging.amtacshooting.com/scope/global/','47:dd2d5d8b5dbd22a519250bd9de238cb7',126,'term','scope',NULL,NULL,NULL,NULL,'global',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-06-19 19:35:55','2025-06-19 20:06:32',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-11-19 20:05:33','2024-11-05 22:29:40',NULL),
(522,'https://staging.amtacshooting.com/layout_type/module/','53:d5458d49b6c17cff2cd68c64a2486343',127,'term','layout_type',NULL,NULL,NULL,NULL,'module',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-06-19 19:35:55','2025-06-19 19:51:07',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-12-19 02:42:36','2024-11-06 00:06:54',NULL),
(523,'https://staging.amtacshooting.com/et_tb_item_type/template/','59:c6f954f32e0d59786d05ee852a5b559e',128,'term','et_tb_item_type',NULL,NULL,NULL,NULL,'template',NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-06-19 19:35:55','2025-06-19 19:35:55',1,NULL,NULL,NULL,NULL,0,NULL,2,'2024-11-19 23:26:33','2024-11-19 23:26:33',NULL),
(524,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 05:51:30','2025-07-24 05:51:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(525,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 05:52:49','2025-07-24 05:52:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(526,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 05:53:29','2025-07-24 05:53:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(527,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 05:53:52','2025-07-24 05:53:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(528,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 05:54:16','2025-07-24 05:54:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(529,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 05:54:33','2025-07-24 05:54:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(530,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 05:54:56','2025-07-24 05:54:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(531,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 05:55:27','2025-07-24 05:55:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(532,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 05:55:58','2025-07-24 05:55:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(533,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 05:56:18','2025-07-24 05:56:18',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(534,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 05:56:58','2025-07-24 05:56:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(535,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 05:57:32','2025-07-24 05:57:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(536,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 05:58:23','2025-07-24 05:58:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(537,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 05:58:57','2025-07-24 05:58:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(538,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 05:59:45','2025-07-24 05:59:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(539,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 06:00:24','2025-07-24 06:00:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(540,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 06:01:13','2025-07-24 06:01:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(541,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 06:13:05','2025-07-24 06:13:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(542,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 09:15:15','2025-07-24 09:15:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(543,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 09:15:34','2025-07-24 09:15:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(544,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 09:15:53','2025-07-24 09:15:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(545,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 09:15:56','2025-07-24 09:15:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(546,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 09:16:16','2025-07-24 09:16:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(547,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 09:16:38','2025-07-24 09:16:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(548,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 09:17:00','2025-07-24 09:17:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(549,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 09:17:23','2025-07-24 09:17:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(550,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 09:17:44','2025-07-24 09:17:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(551,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 09:18:16','2025-07-24 09:18:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(552,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 10:07:09','2025-07-24 10:07:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(553,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 10:15:01','2025-07-24 10:15:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(554,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 11:28:52','2025-07-24 11:28:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(555,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 11:29:27','2025-07-24 11:29:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(556,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 11:29:55','2025-07-24 11:29:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(557,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 11:30:26','2025-07-24 11:30:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(558,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 11:30:49','2025-07-24 11:30:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(559,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 11:31:09','2025-07-24 11:31:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(560,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 11:31:30','2025-07-24 11:31:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(561,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 11:31:51','2025-07-24 11:31:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(562,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 11:32:14','2025-07-24 11:32:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(563,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 13:12:08','2025-07-24 13:12:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(564,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 13:33:26','2025-07-24 13:33:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(565,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 13:33:29','2025-07-24 13:33:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(566,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 13:33:37','2025-07-24 13:33:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(567,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:24:05','2025-07-24 14:24:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(568,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:24:26','2025-07-24 14:24:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(569,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:24:47','2025-07-24 14:24:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(570,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:25:10','2025-07-24 14:25:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(571,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:25:38','2025-07-24 14:25:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(572,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:25:57','2025-07-24 14:25:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(573,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:26:20','2025-07-24 14:26:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(574,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:26:39','2025-07-24 14:26:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(575,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:26:58','2025-07-24 14:26:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(576,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:27:16','2025-07-24 14:27:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(577,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:27:37','2025-07-24 14:27:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(578,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:27:55','2025-07-24 14:27:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(579,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:28:17','2025-07-24 14:28:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(580,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:28:40','2025-07-24 14:28:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(581,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:29:02','2025-07-24 14:29:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(582,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:29:26','2025-07-24 14:29:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(583,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:29:48','2025-07-24 14:29:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(584,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:30:08','2025-07-24 14:30:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(585,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:30:29','2025-07-24 14:30:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(586,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:30:48','2025-07-24 14:30:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(587,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:31:06','2025-07-24 14:31:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(588,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:31:24','2025-07-24 14:31:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(589,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:31:44','2025-07-24 14:31:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(590,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:32:02','2025-07-24 14:32:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(591,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:32:26','2025-07-24 14:32:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(592,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:32:46','2025-07-24 14:32:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(593,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:33:04','2025-07-24 14:33:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(594,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:33:23','2025-07-24 14:33:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(595,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:33:45','2025-07-24 14:33:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(596,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 14:34:05','2025-07-24 14:34:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(597,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-24 20:48:21','2025-07-24 20:48:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(598,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 04:35:31','2025-07-25 04:35:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(599,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 04:35:52','2025-07-25 04:35:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(600,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 04:36:15','2025-07-25 04:36:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(601,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 04:36:41','2025-07-25 04:36:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(602,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 04:37:08','2025-07-25 04:37:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(603,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 04:37:33','2025-07-25 04:37:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(604,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 04:40:14','2025-07-25 04:40:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(605,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 04:40:17','2025-07-25 04:40:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(606,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 04:40:20','2025-07-25 04:40:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(607,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 04:40:23','2025-07-25 04:40:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(608,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 04:40:35','2025-07-25 04:40:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(609,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 04:40:52','2025-07-25 04:40:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(610,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 04:41:10','2025-07-25 04:41:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(611,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 04:41:28','2025-07-25 04:41:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(612,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 04:41:50','2025-07-25 04:41:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(613,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 04:42:16','2025-07-25 04:42:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(614,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 04:42:42','2025-07-25 04:42:42',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(615,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:17:29','2025-07-25 07:17:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(616,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:17:31','2025-07-25 07:17:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(617,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:17:48','2025-07-25 07:17:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(618,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:17:54','2025-07-25 07:17:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(619,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:18:08','2025-07-25 07:18:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(620,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:18:15','2025-07-25 07:18:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(621,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:18:29','2025-07-25 07:18:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(622,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:18:37','2025-07-25 07:18:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(623,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:18:49','2025-07-25 07:18:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(624,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:18:58','2025-07-25 07:18:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(625,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:19:09','2025-07-25 07:19:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(626,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:19:19','2025-07-25 07:19:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(627,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:19:29','2025-07-25 07:19:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(628,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:19:43','2025-07-25 07:19:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(629,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:19:53','2025-07-25 07:19:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(630,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:20:08','2025-07-25 07:20:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(631,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:20:12','2025-07-25 07:20:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(632,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:20:34','2025-07-25 07:20:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(633,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:20:37','2025-07-25 07:20:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(634,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:20:53','2025-07-25 07:20:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(635,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:20:59','2025-07-25 07:20:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(636,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:21:02','2025-07-25 07:21:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(637,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:21:24','2025-07-25 07:21:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(638,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:21:44','2025-07-25 07:21:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(639,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:22:04','2025-07-25 07:22:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(640,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:22:30','2025-07-25 07:22:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(641,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:22:52','2025-07-25 07:22:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(642,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:24:11','2025-07-25 07:24:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(643,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:26:22','2025-07-25 07:26:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(644,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:27:02','2025-07-25 07:27:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(645,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:27:26','2025-07-25 07:27:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(646,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:27:56','2025-07-25 07:27:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(647,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:28:49','2025-07-25 07:28:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(648,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:29:21','2025-07-25 07:29:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(649,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:29:49','2025-07-25 07:29:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(650,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:31:46','2025-07-25 07:31:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(651,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:32:11','2025-07-25 07:32:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(652,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:32:42','2025-07-25 07:32:42',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(653,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:33:06','2025-07-25 07:33:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(654,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:33:32','2025-07-25 07:33:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(655,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 07:34:14','2025-07-25 07:34:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(656,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 08:11:17','2025-07-25 08:11:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(657,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 09:50:01','2025-07-25 09:50:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(658,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:18:56','2025-07-25 10:18:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(659,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:19:22','2025-07-25 10:19:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(660,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:19:52','2025-07-25 10:19:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(661,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:20:16','2025-07-25 10:20:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(662,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:20:43','2025-07-25 10:20:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(663,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:21:08','2025-07-25 10:21:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(664,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:21:32','2025-07-25 10:21:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(665,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:21:56','2025-07-25 10:21:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(666,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:22:19','2025-07-25 10:22:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(667,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:22:46','2025-07-25 10:22:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(668,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:23:06','2025-07-25 10:23:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(669,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:23:29','2025-07-25 10:23:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(670,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:23:50','2025-07-25 10:23:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(671,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:24:13','2025-07-25 10:24:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(672,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:24:35','2025-07-25 10:24:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(673,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:25:04','2025-07-25 10:25:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(674,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:25:47','2025-07-25 10:25:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(675,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:26:25','2025-07-25 10:26:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(676,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:27:06','2025-07-25 10:27:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(677,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:27:35','2025-07-25 10:27:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(678,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:30:41','2025-07-25 10:30:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(679,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:31:03','2025-07-25 10:31:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(680,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:31:27','2025-07-25 10:31:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(681,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:31:56','2025-07-25 10:31:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(682,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:33:53','2025-07-25 10:33:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(683,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:34:29','2025-07-25 10:34:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(684,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:34:57','2025-07-25 10:34:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(685,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:37:09','2025-07-25 10:37:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(686,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:37:50','2025-07-25 10:37:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(687,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:38:13','2025-07-25 10:38:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(688,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:38:39','2025-07-25 10:38:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(689,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:39:03','2025-07-25 10:39:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(690,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:39:24','2025-07-25 10:39:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(691,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:39:44','2025-07-25 10:39:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(692,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:40:05','2025-07-25 10:40:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(693,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:40:28','2025-07-25 10:40:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(694,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:40:46','2025-07-25 10:40:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(695,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:40:50','2025-07-25 10:40:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(696,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:41:11','2025-07-25 10:41:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(697,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:41:33','2025-07-25 10:41:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(698,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:41:54','2025-07-25 10:41:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(699,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:42:24','2025-07-25 10:42:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(700,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:42:47','2025-07-25 10:42:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(701,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:43:14','2025-07-25 10:43:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(702,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:43:36','2025-07-25 10:43:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(703,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:43:57','2025-07-25 10:43:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(704,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:44:18','2025-07-25 10:44:18',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(705,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:44:39','2025-07-25 10:44:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(706,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:45:00','2025-07-25 10:45:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(707,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 10:45:21','2025-07-25 10:45:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(708,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 12:12:05','2025-07-25 12:12:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(709,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 12:42:58','2025-07-25 12:42:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(710,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 22:52:38','2025-07-25 22:52:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(711,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:41:12','2025-07-25 23:41:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(712,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:41:14','2025-07-25 23:41:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(713,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:41:36','2025-07-25 23:41:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(714,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:41:58','2025-07-25 23:41:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(715,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:42:20','2025-07-25 23:42:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(716,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:42:42','2025-07-25 23:42:42',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(717,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:43:01','2025-07-25 23:43:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(718,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:43:20','2025-07-25 23:43:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(719,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:43:40','2025-07-25 23:43:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(720,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:43:59','2025-07-25 23:43:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(721,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:44:17','2025-07-25 23:44:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(722,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:44:36','2025-07-25 23:44:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(723,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:44:56','2025-07-25 23:44:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(724,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:45:15','2025-07-25 23:45:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(725,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:45:41','2025-07-25 23:45:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(726,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:46:01','2025-07-25 23:46:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(727,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:46:20','2025-07-25 23:46:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(728,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:46:41','2025-07-25 23:46:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(729,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:47:02','2025-07-25 23:47:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(730,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:47:25','2025-07-25 23:47:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(731,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:47:46','2025-07-25 23:47:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(732,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:48:06','2025-07-25 23:48:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(733,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:48:29','2025-07-25 23:48:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(734,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:48:49','2025-07-25 23:48:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(735,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:49:09','2025-07-25 23:49:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(736,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:49:32','2025-07-25 23:49:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(737,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:49:52','2025-07-25 23:49:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(738,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:50:12','2025-07-25 23:50:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(739,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:50:33','2025-07-25 23:50:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(740,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:50:55','2025-07-25 23:50:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(741,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:51:23','2025-07-25 23:51:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(742,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:51:55','2025-07-25 23:51:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(743,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:52:16','2025-07-25 23:52:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(744,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:52:36','2025-07-25 23:52:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(745,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:53:02','2025-07-25 23:53:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(746,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:53:23','2025-07-25 23:53:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(747,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:53:26','2025-07-25 23:53:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(748,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:53:51','2025-07-25 23:53:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(749,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:54:16','2025-07-25 23:54:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(750,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:54:37','2025-07-25 23:54:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(751,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:55:08','2025-07-25 23:55:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(752,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:55:33','2025-07-25 23:55:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(753,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:56:10','2025-07-25 23:56:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(754,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:56:58','2025-07-25 23:56:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(755,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:57:25','2025-07-25 23:57:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(756,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:57:51','2025-07-25 23:57:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(757,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:58:16','2025-07-25 23:58:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(758,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:58:58','2025-07-25 23:58:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(759,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:59:35','2025-07-25 23:59:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(760,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-25 23:59:58','2025-07-25 23:59:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(761,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:00:49','2025-07-26 00:00:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(762,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:01:21','2025-07-26 00:01:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(763,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:01:49','2025-07-26 00:01:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(764,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:02:26','2025-07-26 00:02:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(765,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:02:47','2025-07-26 00:02:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(766,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:03:08','2025-07-26 00:03:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(767,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:03:33','2025-07-26 00:03:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(768,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:03:56','2025-07-26 00:03:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(769,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:04:20','2025-07-26 00:04:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(770,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:04:40','2025-07-26 00:04:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(771,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:05:03','2025-07-26 00:05:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(772,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:05:23','2025-07-26 00:05:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(773,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:05:56','2025-07-26 00:05:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(774,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:06:17','2025-07-26 00:06:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(775,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:06:41','2025-07-26 00:06:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(776,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:07:02','2025-07-26 00:07:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(777,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:07:25','2025-07-26 00:07:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(778,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:07:45','2025-07-26 00:07:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(779,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:08:07','2025-07-26 00:08:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(780,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:08:31','2025-07-26 00:08:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(781,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:08:54','2025-07-26 00:08:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(782,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:09:20','2025-07-26 00:09:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(783,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:09:43','2025-07-26 00:09:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(784,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:10:03','2025-07-26 00:10:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(785,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:10:27','2025-07-26 00:10:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(786,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:10:46','2025-07-26 00:10:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(787,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 00:11:09','2025-07-26 00:11:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(788,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 08:50:47','2025-07-26 08:50:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(789,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 08:51:16','2025-07-26 08:51:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(790,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 08:51:47','2025-07-26 08:51:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(791,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 08:52:21','2025-07-26 08:52:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(792,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 08:52:50','2025-07-26 08:52:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(793,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 08:53:46','2025-07-26 08:53:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(794,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 08:56:23','2025-07-26 08:56:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(795,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 08:57:08','2025-07-26 08:57:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(796,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 08:58:00','2025-07-26 08:58:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(797,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 12:31:49','2025-07-26 12:31:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(798,'https://staging.amtacshooting.com/?mailpoet_page=captcha','56:7189494905584c57bc02d36a99a640dc',4584,'post','mailpoet_page',1,0,NULL,NULL,'MailPoet Page','publish',NULL,0,NULL,NULL,NULL,NULL,NULL,0,0,NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,0,NULL,NULL,'2025-07-26 17:37:07','2025-07-26 17:37:07',1,NULL,NULL,NULL,NULL,0,NULL,2,'2025-07-23 23:36:27','2025-07-23 23:36:27',0),
(799,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-26 23:37:25','2025-07-26 23:37:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(800,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-27 01:51:45','2025-07-27 01:51:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(801,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-27 02:42:01','2025-07-27 02:42:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(802,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-27 03:12:25','2025-07-27 03:12:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(803,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-27 04:01:45','2025-07-27 04:01:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(804,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-27 18:28:41','2025-07-27 18:28:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(805,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-27 18:28:58','2025-07-27 18:28:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(806,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-27 18:29:22','2025-07-27 18:29:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(807,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-27 18:29:45','2025-07-27 18:29:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(808,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-27 18:30:10','2025-07-27 18:30:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(809,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-27 18:30:34','2025-07-27 18:30:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(810,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-27 18:30:59','2025-07-27 18:30:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(811,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-27 18:31:35','2025-07-27 18:31:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(812,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-27 18:31:59','2025-07-27 18:31:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(813,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-27 18:32:24','2025-07-27 18:32:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(814,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-28 04:44:02','2025-07-28 04:44:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(815,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-28 12:33:02','2025-07-28 12:33:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(816,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-28 12:33:29','2025-07-28 12:33:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(817,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-28 18:33:51','2025-07-28 18:33:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(818,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-28 18:42:00','2025-07-28 18:42:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(819,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-29 00:32:05','2025-07-29 00:32:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(820,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-29 00:32:08','2025-07-29 00:32:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(821,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-29 00:32:26','2025-07-29 00:32:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(822,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-29 00:32:29','2025-07-29 00:32:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(823,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-29 00:32:45','2025-07-29 00:32:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(824,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-29 00:32:48','2025-07-29 00:32:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(825,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-29 00:33:04','2025-07-29 00:33:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(826,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-29 00:36:24','2025-07-29 00:36:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(827,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-29 03:01:47','2025-07-29 03:01:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(828,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-29 07:01:57','2025-07-29 07:01:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(829,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:11:17','2025-07-30 00:11:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(830,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:28:31','2025-07-30 00:28:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(831,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:29:12','2025-07-30 00:29:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(832,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:29:27','2025-07-30 00:29:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(833,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:29:50','2025-07-30 00:29:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(834,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:30:13','2025-07-30 00:30:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(835,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:30:33','2025-07-30 00:30:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(836,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:31:08','2025-07-30 00:31:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(837,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:31:41','2025-07-30 00:31:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(838,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:32:10','2025-07-30 00:32:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(839,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:32:35','2025-07-30 00:32:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(840,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:33:34','2025-07-30 00:33:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(841,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:33:56','2025-07-30 00:33:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(842,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:37:10','2025-07-30 00:37:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(843,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:37:29','2025-07-30 00:37:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(844,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:38:16','2025-07-30 00:38:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(845,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:38:55','2025-07-30 00:38:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(846,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:39:08','2025-07-30 00:39:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(847,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:39:52','2025-07-30 00:39:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(848,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:40:34','2025-07-30 00:40:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(849,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:40:55','2025-07-30 00:40:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(850,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:42:05','2025-07-30 00:42:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(851,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:43:52','2025-07-30 00:43:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(852,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:44:29','2025-07-30 00:44:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(853,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:58:56','2025-07-30 00:58:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(854,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:59:24','2025-07-30 00:59:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(855,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 00:59:50','2025-07-30 00:59:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(856,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:00:16','2025-07-30 01:00:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(857,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:00:52','2025-07-30 01:00:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(858,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:01:02','2025-07-30 01:01:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(859,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:01:53','2025-07-30 01:01:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(860,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:02:12','2025-07-30 01:02:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(861,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:02:42','2025-07-30 01:02:42',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(862,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:03:08','2025-07-30 01:03:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(863,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:03:39','2025-07-30 01:03:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(864,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:03:49','2025-07-30 01:03:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(865,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:04:13','2025-07-30 01:04:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(866,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:04:41','2025-07-30 01:04:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(867,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:04:58','2025-07-30 01:04:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(868,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:09:17','2025-07-30 01:09:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(869,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:09:43','2025-07-30 01:09:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(870,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:10:19','2025-07-30 01:10:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(871,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:11:01','2025-07-30 01:11:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(872,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:11:21','2025-07-30 01:11:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(873,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:11:48','2025-07-30 01:11:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(874,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:12:39','2025-07-30 01:12:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(875,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:12:51','2025-07-30 01:12:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(876,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 01:13:20','2025-07-30 01:13:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(877,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 12:15:34','2025-07-30 12:15:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(878,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 12:33:01','2025-07-30 12:33:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(879,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 17:36:42','2025-07-30 17:36:42',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(880,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 17:36:45','2025-07-30 17:36:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(881,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 17:36:47','2025-07-30 17:36:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(882,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 17:37:14','2025-07-30 17:37:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(883,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 17:37:19','2025-07-30 17:37:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(884,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 17:41:32','2025-07-30 17:41:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(885,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 17:42:27','2025-07-30 17:42:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(886,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 17:45:04','2025-07-30 17:45:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(887,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 17:47:58','2025-07-30 17:47:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(888,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 17:51:45','2025-07-30 17:51:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(889,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 17:54:53','2025-07-30 17:54:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(890,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-30 17:55:07','2025-07-30 17:55:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(891,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-31 02:24:04','2025-07-31 02:24:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(892,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-31 04:35:22','2025-07-31 04:35:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(893,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-31 08:54:22','2025-07-31 08:54:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(894,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-07-31 22:46:56','2025-07-31 22:46:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(895,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-01 03:28:03','2025-08-01 03:28:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(896,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-01 13:01:06','2025-08-01 13:01:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(897,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-01 15:29:35','2025-08-01 15:29:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(898,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-02 00:34:06','2025-08-02 00:34:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(899,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-02 02:55:13','2025-08-02 02:55:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(900,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-03 04:52:05','2025-08-03 04:52:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(901,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-03 04:52:10','2025-08-03 04:52:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(902,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-03 04:52:13','2025-08-03 04:52:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(903,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-03 04:52:15','2025-08-03 04:52:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(904,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-03 04:52:19','2025-08-03 04:52:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(905,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-03 04:52:23','2025-08-03 04:52:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(906,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-03 04:52:26','2025-08-03 04:52:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(907,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-03 04:52:33','2025-08-03 04:52:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(908,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-03 04:52:37','2025-08-03 04:52:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(909,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-03 06:12:25','2025-08-03 06:12:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(910,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-03 11:32:44','2025-08-03 11:32:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(911,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-03 15:34:14','2025-08-03 15:34:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(912,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-03 17:05:34','2025-08-03 17:05:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(913,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-05 00:33:22','2025-08-05 00:33:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(914,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-05 01:54:56','2025-08-05 01:54:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(915,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-05 10:13:56','2025-08-05 10:13:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(916,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-06 18:12:44','2025-08-06 18:12:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(917,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-06 22:57:53','2025-08-06 22:57:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(918,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-06 23:44:33','2025-08-06 23:44:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(919,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-07 01:26:40','2025-08-07 01:26:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(920,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-07 01:27:16','2025-08-07 01:27:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(921,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-07 01:27:43','2025-08-07 01:27:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(922,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-07 01:28:33','2025-08-07 01:28:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(923,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-07 01:29:00','2025-08-07 01:29:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(924,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-07 01:29:35','2025-08-07 01:29:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(925,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-07 01:32:31','2025-08-07 01:32:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(926,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-07 01:33:00','2025-08-07 01:33:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(927,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-07 01:33:36','2025-08-07 01:33:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(928,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-07 01:34:10','2025-08-07 01:34:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(929,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-07 01:34:52','2025-08-07 01:34:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(930,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-07 01:35:34','2025-08-07 01:35:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(931,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-07 09:13:29','2025-08-07 09:13:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(932,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 13:51:16','2025-08-08 13:51:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(933,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 17:09:49','2025-08-08 17:09:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(934,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 20:51:05','2025-08-08 20:51:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(935,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 20:51:28','2025-08-08 20:51:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(936,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 20:53:24','2025-08-08 20:53:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(937,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 20:53:41','2025-08-08 20:53:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(938,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:02:07','2025-08-08 21:02:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(939,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:02:31','2025-08-08 21:02:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(940,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:02:52','2025-08-08 21:02:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(941,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:03:20','2025-08-08 21:03:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(942,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:03:43','2025-08-08 21:03:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(943,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:04:05','2025-08-08 21:04:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(944,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:04:25','2025-08-08 21:04:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(945,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:05:00','2025-08-08 21:05:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(946,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:05:31','2025-08-08 21:05:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(947,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:05:48','2025-08-08 21:05:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(948,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:06:20','2025-08-08 21:06:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(949,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:06:29','2025-08-08 21:06:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(950,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:06:52','2025-08-08 21:06:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(951,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:07:12','2025-08-08 21:07:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(952,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:07:15','2025-08-08 21:07:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(953,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:07:40','2025-08-08 21:07:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(954,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:07:56','2025-08-08 21:07:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(955,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:08:19','2025-08-08 21:08:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(956,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:08:26','2025-08-08 21:08:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(957,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:08:49','2025-08-08 21:08:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(958,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:09:00','2025-08-08 21:09:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(959,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:09:24','2025-08-08 21:09:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(960,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:09:29','2025-08-08 21:09:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(961,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:09:59','2025-08-08 21:09:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(962,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:10:16','2025-08-08 21:10:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(963,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:10:55','2025-08-08 21:10:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(964,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:11:07','2025-08-08 21:11:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(965,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:11:29','2025-08-08 21:11:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(966,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:11:56','2025-08-08 21:11:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(967,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:12:21','2025-08-08 21:12:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(968,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:12:50','2025-08-08 21:12:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(969,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:13:28','2025-08-08 21:13:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(970,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:13:50','2025-08-08 21:13:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(971,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:14:16','2025-08-08 21:14:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(972,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:14:47','2025-08-08 21:14:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(973,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:15:26','2025-08-08 21:15:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(974,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:15:53','2025-08-08 21:15:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(975,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:16:22','2025-08-08 21:16:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(976,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:16:57','2025-08-08 21:16:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(977,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:17:21','2025-08-08 21:17:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(978,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:18:02','2025-08-08 21:18:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(979,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:18:28','2025-08-08 21:18:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(980,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:19:00','2025-08-08 21:19:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(981,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:19:25','2025-08-08 21:19:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(982,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:19:49','2025-08-08 21:19:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(983,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:20:12','2025-08-08 21:20:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(984,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:20:30','2025-08-08 21:20:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(985,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:21:03','2025-08-08 21:21:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(986,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:21:24','2025-08-08 21:21:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(987,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-08 21:21:48','2025-08-08 21:21:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(988,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-09 00:06:05','2025-08-09 00:06:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(989,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-09 15:39:30','2025-08-09 15:39:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(990,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 13:44:16','2025-08-10 13:44:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(991,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 15:32:22','2025-08-10 15:32:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(992,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 15:32:59','2025-08-10 15:32:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(993,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 15:46:35','2025-08-10 15:46:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(994,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 15:46:53','2025-08-10 15:46:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(995,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 15:55:40','2025-08-10 15:55:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(996,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 15:57:15','2025-08-10 15:57:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(997,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 16:04:07','2025-08-10 16:04:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(998,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 16:04:30','2025-08-10 16:04:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(999,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 16:13:24','2025-08-10 16:13:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1000,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 16:13:41','2025-08-10 16:13:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1001,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 16:21:43','2025-08-10 16:21:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1002,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 16:22:11','2025-08-10 16:22:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1003,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 16:39:58','2025-08-10 16:39:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1004,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 16:40:48','2025-08-10 16:40:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1005,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 16:41:25','2025-08-10 16:41:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1006,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 16:41:35','2025-08-10 16:41:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1007,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 16:49:05','2025-08-10 16:49:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1008,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 16:52:38','2025-08-10 16:52:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1009,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 16:58:00','2025-08-10 16:58:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1010,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 16:58:47','2025-08-10 16:58:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1011,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 17:01:33','2025-08-10 17:01:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1012,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 17:05:14','2025-08-10 17:05:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1013,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 17:10:50','2025-08-10 17:10:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1014,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 17:13:43','2025-08-10 17:13:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1015,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 17:44:41','2025-08-10 17:44:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1016,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 17:45:10','2025-08-10 17:45:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1017,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 17:45:46','2025-08-10 17:45:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1018,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 17:52:53','2025-08-10 17:52:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1019,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 18:05:20','2025-08-10 18:05:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1020,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 18:06:00','2025-08-10 18:06:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1021,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 18:13:41','2025-08-10 18:13:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1022,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 18:23:19','2025-08-10 18:23:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1023,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 18:24:58','2025-08-10 18:24:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1024,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 18:25:25','2025-08-10 18:25:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1025,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 18:34:32','2025-08-10 18:34:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1026,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 18:35:14','2025-08-10 18:35:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1027,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 18:54:51','2025-08-10 18:54:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1028,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 19:08:46','2025-08-10 19:08:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1029,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 19:09:09','2025-08-10 19:09:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1030,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 19:09:39','2025-08-10 19:09:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1031,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 19:13:01','2025-08-10 19:13:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1032,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 19:17:39','2025-08-10 19:17:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1033,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 19:18:14','2025-08-10 19:18:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1034,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 19:24:23','2025-08-10 19:24:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1035,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 19:24:54','2025-08-10 19:24:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1036,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 19:28:04','2025-08-10 19:28:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1037,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 19:29:20','2025-08-10 19:29:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1038,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:09:08','2025-08-10 20:09:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1039,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:09:23','2025-08-10 20:09:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1040,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:09:33','2025-08-10 20:09:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1041,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:09:41','2025-08-10 20:09:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1042,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:10:16','2025-08-10 20:10:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1043,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:12:41','2025-08-10 20:12:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1044,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:12:55','2025-08-10 20:12:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1045,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:14:23','2025-08-10 20:14:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1046,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:15:04','2025-08-10 20:15:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1047,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:15:48','2025-08-10 20:15:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1048,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:19:53','2025-08-10 20:19:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1049,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:20:24','2025-08-10 20:20:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1050,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:21:10','2025-08-10 20:21:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1051,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:36:15','2025-08-10 20:36:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1052,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:40:53','2025-08-10 20:40:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1053,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:41:25','2025-08-10 20:41:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1054,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:41:47','2025-08-10 20:41:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1055,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:49:51','2025-08-10 20:49:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1056,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:50:04','2025-08-10 20:50:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1057,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:50:37','2025-08-10 20:50:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1058,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:51:49','2025-08-10 20:51:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1059,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:52:25','2025-08-10 20:52:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1060,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-10 20:55:26','2025-08-10 20:55:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1061,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-12 04:07:09','2025-08-12 04:07:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1062,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-12 04:07:11','2025-08-12 04:07:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1063,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-12 04:07:13','2025-08-12 04:07:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1064,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-12 04:07:16','2025-08-12 04:07:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1065,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-12 04:07:19','2025-08-12 04:07:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1066,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-12 04:07:22','2025-08-12 04:07:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1067,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-13 12:50:37','2025-08-13 12:50:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1068,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-13 12:50:57','2025-08-13 12:50:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1069,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-13 12:51:17','2025-08-13 12:51:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1070,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-13 12:51:35','2025-08-13 12:51:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1071,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-13 12:52:02','2025-08-13 12:52:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1072,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-13 12:52:28','2025-08-13 12:52:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1073,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-14 08:20:27','2025-08-14 08:20:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1074,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-14 08:20:29','2025-08-14 08:20:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1075,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-14 08:20:34','2025-08-14 08:20:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1076,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-14 08:20:36','2025-08-14 08:20:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1077,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-14 08:20:45','2025-08-14 08:20:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1078,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-14 09:42:18','2025-08-14 09:42:18',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1079,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-14 18:02:30','2025-08-14 18:02:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1080,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-14 18:09:05','2025-08-14 18:09:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1081,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-14 19:58:14','2025-08-14 19:58:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1082,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-15 02:24:27','2025-08-15 02:24:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1083,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-15 02:25:01','2025-08-15 02:25:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1084,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-15 07:47:11','2025-08-15 07:47:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1085,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-15 13:33:00','2025-08-15 13:33:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1086,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-15 17:50:16','2025-08-15 17:50:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1087,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-15 17:50:19','2025-08-15 17:50:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1088,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-15 17:50:45','2025-08-15 17:50:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1089,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-15 17:50:58','2025-08-15 17:50:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1090,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-15 17:51:32','2025-08-15 17:51:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1091,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-15 17:52:24','2025-08-15 17:52:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1092,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-15 21:52:11','2025-08-15 21:52:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1093,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 09:06:37','2025-08-16 09:06:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1094,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 14:06:47','2025-08-16 14:06:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1095,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 14:08:01','2025-08-16 14:08:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1096,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 14:08:58','2025-08-16 14:08:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1097,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 16:04:15','2025-08-16 16:04:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1098,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 19:16:35','2025-08-16 19:16:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1099,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 19:16:59','2025-08-16 19:16:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1100,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 19:17:21','2025-08-16 19:17:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1101,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 19:17:28','2025-08-16 19:17:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1102,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 19:17:50','2025-08-16 19:17:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1103,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 19:18:01','2025-08-16 19:18:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1104,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 19:18:21','2025-08-16 19:18:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1105,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 19:18:43','2025-08-16 19:18:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1106,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 19:19:15','2025-08-16 19:19:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1107,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 22:15:08','2025-08-16 22:15:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1108,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 22:15:39','2025-08-16 22:15:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1109,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 22:16:27','2025-08-16 22:16:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1110,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 22:16:51','2025-08-16 22:16:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1111,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 22:17:03','2025-08-16 22:17:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1112,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-16 22:18:27','2025-08-16 22:18:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1113,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 05:23:38','2025-08-17 05:23:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1114,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 05:23:56','2025-08-17 05:23:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1115,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 05:24:01','2025-08-17 05:24:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1116,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 05:24:08','2025-08-17 05:24:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1117,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 05:24:15','2025-08-17 05:24:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1118,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 05:24:20','2025-08-17 05:24:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1119,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 05:24:29','2025-08-17 05:24:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1120,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 05:24:44','2025-08-17 05:24:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1121,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 08:47:33','2025-08-17 08:47:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1122,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 09:50:49','2025-08-17 09:50:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1123,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 09:51:09','2025-08-17 09:51:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1124,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 09:51:25','2025-08-17 09:51:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1125,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 09:51:52','2025-08-17 09:51:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1126,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 09:52:18','2025-08-17 09:52:18',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1127,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 09:52:42','2025-08-17 09:52:42',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1128,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 09:52:59','2025-08-17 09:52:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1129,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 09:53:20','2025-08-17 09:53:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1130,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 09:53:39','2025-08-17 09:53:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1131,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 09:54:02','2025-08-17 09:54:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1132,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 21:15:35','2025-08-17 21:15:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1133,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-17 21:26:10','2025-08-17 21:26:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1134,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-18 10:23:49','2025-08-18 10:23:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1135,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-18 15:41:39','2025-08-18 15:41:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1136,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-18 16:19:04','2025-08-18 16:19:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1137,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-18 18:05:01','2025-08-18 18:05:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1138,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-19 00:50:21','2025-08-19 00:50:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1139,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 08:55:46','2025-08-20 08:55:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1140,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 08:56:40','2025-08-20 08:56:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1141,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 08:57:27','2025-08-20 08:57:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1142,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 08:57:38','2025-08-20 08:57:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1143,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 08:58:33','2025-08-20 08:58:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1144,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 08:59:08','2025-08-20 08:59:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1145,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 08:59:41','2025-08-20 08:59:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1146,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:00:25','2025-08-20 09:00:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1147,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:02:24','2025-08-20 09:02:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1148,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:03:43','2025-08-20 09:03:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1149,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:07:33','2025-08-20 09:07:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1150,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:07:58','2025-08-20 09:07:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1151,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:09:10','2025-08-20 09:09:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1152,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:11:38','2025-08-20 09:11:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1153,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:24:53','2025-08-20 09:24:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1154,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:25:24','2025-08-20 09:25:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1155,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:26:14','2025-08-20 09:26:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1156,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:27:48','2025-08-20 09:27:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1157,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:28:26','2025-08-20 09:28:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1158,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:30:23','2025-08-20 09:30:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1159,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:31:16','2025-08-20 09:31:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1160,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:33:20','2025-08-20 09:33:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1161,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:33:48','2025-08-20 09:33:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1162,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:34:15','2025-08-20 09:34:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1163,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:47:48','2025-08-20 09:47:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1164,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:48:45','2025-08-20 09:48:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1165,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:49:48','2025-08-20 09:49:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1166,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:50:46','2025-08-20 09:50:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1167,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:54:11','2025-08-20 09:54:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1168,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:54:43','2025-08-20 09:54:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1169,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:55:44','2025-08-20 09:55:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1170,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:56:36','2025-08-20 09:56:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1171,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 09:57:43','2025-08-20 09:57:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1172,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 10:14:20','2025-08-20 10:14:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1173,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 10:15:11','2025-08-20 10:15:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1174,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 10:15:33','2025-08-20 10:15:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1175,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 10:16:24','2025-08-20 10:16:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1176,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 10:17:27','2025-08-20 10:17:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1177,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 10:51:05','2025-08-20 10:51:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1178,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 10:51:30','2025-08-20 10:51:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1179,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 10:52:07','2025-08-20 10:52:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1180,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 10:52:38','2025-08-20 10:52:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1181,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 10:53:08','2025-08-20 10:53:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1182,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 10:53:39','2025-08-20 10:53:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1183,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 10:54:21','2025-08-20 10:54:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1184,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 10:54:47','2025-08-20 10:54:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1185,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 12:20:04','2025-08-20 12:20:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1186,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 12:28:58','2025-08-20 12:28:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1187,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 12:29:23','2025-08-20 12:29:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1188,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 12:31:31','2025-08-20 12:31:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1189,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 12:32:31','2025-08-20 12:32:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1190,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 14:20:22','2025-08-20 14:20:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1191,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 14:20:32','2025-08-20 14:20:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1192,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 14:20:44','2025-08-20 14:20:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1193,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 14:20:55','2025-08-20 14:20:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1194,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 14:21:27','2025-08-20 14:21:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1195,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 14:31:58','2025-08-20 14:31:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1196,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 14:32:17','2025-08-20 14:32:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1197,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 14:32:51','2025-08-20 14:32:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1198,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 14:34:20','2025-08-20 14:34:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1199,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 14:42:35','2025-08-20 14:42:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1200,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 14:43:11','2025-08-20 14:43:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1201,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 14:43:36','2025-08-20 14:43:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1202,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 14:44:16','2025-08-20 14:44:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1203,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 15:39:45','2025-08-20 15:39:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1204,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 19:49:59','2025-08-20 19:49:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1205,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-20 22:48:11','2025-08-20 22:48:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1206,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:04:53','2025-08-21 01:04:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1207,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:09:56','2025-08-21 01:09:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1208,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:09:58','2025-08-21 01:09:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1209,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:10:01','2025-08-21 01:10:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1210,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:10:04','2025-08-21 01:10:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1211,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:10:06','2025-08-21 01:10:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1212,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:10:09','2025-08-21 01:10:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1213,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:10:12','2025-08-21 01:10:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1214,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:10:14','2025-08-21 01:10:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1215,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:10:20','2025-08-21 01:10:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1216,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:10:23','2025-08-21 01:10:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1217,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:10:27','2025-08-21 01:10:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1218,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:10:30','2025-08-21 01:10:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1219,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:10:33','2025-08-21 01:10:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1220,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:10:36','2025-08-21 01:10:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1221,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:10:38','2025-08-21 01:10:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1222,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:10:50','2025-08-21 01:10:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1223,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:10:53','2025-08-21 01:10:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1224,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:11:07','2025-08-21 01:11:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1225,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:11:30','2025-08-21 01:11:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1226,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 01:11:44','2025-08-21 01:11:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1227,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-21 06:09:23','2025-08-21 06:09:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1228,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 02:09:10','2025-08-22 02:09:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1229,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 03:49:05','2025-08-22 03:49:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1230,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 04:29:18','2025-08-22 04:29:18',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1231,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 10:26:52','2025-08-22 10:26:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1232,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 12:57:38','2025-08-22 12:57:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1233,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 14:34:11','2025-08-22 14:34:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1234,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 17:13:04','2025-08-22 17:13:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1235,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 17:23:55','2025-08-22 17:23:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1236,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 17:44:50','2025-08-22 17:44:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1237,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 17:45:33','2025-08-22 17:45:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1238,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 17:46:09','2025-08-22 17:46:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1239,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 17:46:11','2025-08-22 17:46:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1240,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 17:46:17','2025-08-22 17:46:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1241,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 17:51:57','2025-08-22 17:51:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1242,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 17:52:45','2025-08-22 17:52:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1243,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 18:25:48','2025-08-22 18:25:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1244,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 18:25:53','2025-08-22 18:25:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1245,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 18:26:03','2025-08-22 18:26:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1246,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 19:40:20','2025-08-22 19:40:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1247,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 19:55:41','2025-08-22 19:55:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1248,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 19:55:48','2025-08-22 19:55:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1249,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 19:55:50','2025-08-22 19:55:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1250,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 19:55:58','2025-08-22 19:55:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1251,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 19:56:10','2025-08-22 19:56:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1252,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 20:13:30','2025-08-22 20:13:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1253,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 20:14:05','2025-08-22 20:14:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1254,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 20:36:08','2025-08-22 20:36:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1255,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 20:36:59','2025-08-22 20:36:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1256,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 21:17:10','2025-08-22 21:17:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1257,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-22 21:17:23','2025-08-22 21:17:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1258,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 03:30:56','2025-08-23 03:30:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1259,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:35:06','2025-08-23 05:35:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1260,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:35:28','2025-08-23 05:35:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1261,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:35:42','2025-08-23 05:35:42',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1262,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:35:56','2025-08-23 05:35:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1263,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:36:07','2025-08-23 05:36:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1264,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:36:21','2025-08-23 05:36:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1265,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:36:35','2025-08-23 05:36:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1266,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:36:47','2025-08-23 05:36:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1267,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:37:03','2025-08-23 05:37:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1268,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:37:18','2025-08-23 05:37:18',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1269,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:37:29','2025-08-23 05:37:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1270,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:37:45','2025-08-23 05:37:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1271,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:37:58','2025-08-23 05:37:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1272,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:38:19','2025-08-23 05:38:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1273,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:38:33','2025-08-23 05:38:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1274,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:38:44','2025-08-23 05:38:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1275,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:38:58','2025-08-23 05:38:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1276,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:39:11','2025-08-23 05:39:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1277,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:39:23','2025-08-23 05:39:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1278,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:39:35','2025-08-23 05:39:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1279,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:39:46','2025-08-23 05:39:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1280,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:39:58','2025-08-23 05:39:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1281,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:40:13','2025-08-23 05:40:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1282,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:40:28','2025-08-23 05:40:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1283,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:40:41','2025-08-23 05:40:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1284,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:40:54','2025-08-23 05:40:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1285,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:41:11','2025-08-23 05:41:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1286,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:41:30','2025-08-23 05:41:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1287,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:41:41','2025-08-23 05:41:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1288,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:41:53','2025-08-23 05:41:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1289,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:42:08','2025-08-23 05:42:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1290,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:42:21','2025-08-23 05:42:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1291,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:42:34','2025-08-23 05:42:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1292,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:42:45','2025-08-23 05:42:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1293,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:43:00','2025-08-23 05:43:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1294,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:43:27','2025-08-23 05:43:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1295,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:43:47','2025-08-23 05:43:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1296,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:44:06','2025-08-23 05:44:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1297,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:44:21','2025-08-23 05:44:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1298,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:44:39','2025-08-23 05:44:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1299,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:44:51','2025-08-23 05:44:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1300,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:45:04','2025-08-23 05:45:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1301,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:45:19','2025-08-23 05:45:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1302,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:45:40','2025-08-23 05:45:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1303,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:45:57','2025-08-23 05:45:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1304,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:46:11','2025-08-23 05:46:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1305,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:46:23','2025-08-23 05:46:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1306,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 05:46:37','2025-08-23 05:46:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1307,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 06:18:57','2025-08-23 06:18:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1308,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 16:13:26','2025-08-23 16:13:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1309,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-23 20:31:08','2025-08-23 20:31:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1310,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-24 06:16:33','2025-08-24 06:16:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1311,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-24 08:22:28','2025-08-24 08:22:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1312,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-26 19:33:57','2025-08-26 19:33:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1313,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-27 04:15:21','2025-08-27 04:15:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1314,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-27 06:56:35','2025-08-27 06:56:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1315,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-27 17:32:29','2025-08-27 17:32:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1316,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-27 20:44:33','2025-08-27 20:44:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1317,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-28 00:33:11','2025-08-28 00:33:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1318,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-28 17:54:09','2025-08-28 17:54:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1319,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-28 18:18:18','2025-08-28 18:18:18',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1320,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-29 06:55:55','2025-08-29 06:55:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1321,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-29 07:02:21','2025-08-29 07:02:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1322,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-29 15:07:04','2025-08-29 15:07:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1323,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-29 20:46:00','2025-08-29 20:46:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1324,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-29 21:25:07','2025-08-29 21:25:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1325,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-30 19:35:03','2025-08-30 19:35:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1326,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-31 02:54:21','2025-08-31 02:54:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1327,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-31 03:33:38','2025-08-31 03:33:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1328,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-31 05:06:13','2025-08-31 05:06:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1329,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-08-31 16:56:14','2025-08-31 16:56:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1330,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 08:14:47','2025-09-01 08:14:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1331,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:00:08','2025-09-01 09:00:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1332,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:00:55','2025-09-01 09:00:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1333,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:01:10','2025-09-01 09:01:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1334,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:01:15','2025-09-01 09:01:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1335,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:01:18','2025-09-01 09:01:18',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1336,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:01:21','2025-09-01 09:01:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1337,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:01:24','2025-09-01 09:01:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1338,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:01:49','2025-09-01 09:01:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1339,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:01:53','2025-09-01 09:01:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1340,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:02:03','2025-09-01 09:02:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1341,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:02:13','2025-09-01 09:02:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1342,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:02:21','2025-09-01 09:02:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1343,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:02:29','2025-09-01 09:02:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1344,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:03:21','2025-09-01 09:03:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1345,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:03:24','2025-09-01 09:03:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1346,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:04:02','2025-09-01 09:04:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1347,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:04:46','2025-09-01 09:04:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1348,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:05:03','2025-09-01 09:05:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1349,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:05:23','2025-09-01 09:05:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1350,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:05:26','2025-09-01 09:05:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1351,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:05:44','2025-09-01 09:05:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1352,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:05:48','2025-09-01 09:05:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1353,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:06:07','2025-09-01 09:06:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1354,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:06:10','2025-09-01 09:06:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1355,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:07:20','2025-09-01 09:07:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1356,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:10:58','2025-09-01 09:10:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1357,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:11:11','2025-09-01 09:11:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1358,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:11:45','2025-09-01 09:11:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1359,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:11:48','2025-09-01 09:11:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1360,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:12:15','2025-09-01 09:12:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1361,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:12:20','2025-09-01 09:12:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1362,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:12:37','2025-09-01 09:12:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1363,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:12:40','2025-09-01 09:12:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1364,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:12:58','2025-09-01 09:12:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1365,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:13:01','2025-09-01 09:13:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1366,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:13:33','2025-09-01 09:13:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1367,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:13:35','2025-09-01 09:13:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1368,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:13:55','2025-09-01 09:13:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1369,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:13:58','2025-09-01 09:13:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1370,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:14:24','2025-09-01 09:14:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1371,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:14:51','2025-09-01 09:14:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1372,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:15:42','2025-09-01 09:15:42',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1373,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:16:07','2025-09-01 09:16:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1374,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:19:17','2025-09-01 09:19:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1375,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:19:27','2025-09-01 09:19:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1376,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:19:47','2025-09-01 09:19:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1377,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:19:53','2025-09-01 09:19:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1378,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:20:26','2025-09-01 09:20:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1379,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:23:08','2025-09-01 09:23:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1380,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:23:14','2025-09-01 09:23:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1381,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:23:28','2025-09-01 09:23:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1382,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:23:39','2025-09-01 09:23:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1383,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:23:46','2025-09-01 09:23:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1384,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:23:50','2025-09-01 09:23:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1385,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:24:18','2025-09-01 09:24:18',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1386,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:24:35','2025-09-01 09:24:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1387,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:24:51','2025-09-01 09:24:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1388,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:24:56','2025-09-01 09:24:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1389,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:25:09','2025-09-01 09:25:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1390,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:25:14','2025-09-01 09:25:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1391,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:25:32','2025-09-01 09:25:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1392,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:25:34','2025-09-01 09:25:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1393,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:25:52','2025-09-01 09:25:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1394,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:25:54','2025-09-01 09:25:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1395,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:26:14','2025-09-01 09:26:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1396,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:26:17','2025-09-01 09:26:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1397,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:27:35','2025-09-01 09:27:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1398,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:28:14','2025-09-01 09:28:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1399,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:28:17','2025-09-01 09:28:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1400,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:28:43','2025-09-01 09:28:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1401,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:28:46','2025-09-01 09:28:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1402,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:29:16','2025-09-01 09:29:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1403,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:29:27','2025-09-01 09:29:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1404,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:29:36','2025-09-01 09:29:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1405,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:29:45','2025-09-01 09:29:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1406,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:29:52','2025-09-01 09:29:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1407,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:30:21','2025-09-01 09:30:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1408,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:30:24','2025-09-01 09:30:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1409,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:30:59','2025-09-01 09:30:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1410,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:31:02','2025-09-01 09:31:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1411,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:31:21','2025-09-01 09:31:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1412,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:31:29','2025-09-01 09:31:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1413,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:31:44','2025-09-01 09:31:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1414,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:31:51','2025-09-01 09:31:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1415,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:32:05','2025-09-01 09:32:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1416,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:32:08','2025-09-01 09:32:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1417,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:32:30','2025-09-01 09:32:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1418,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:32:37','2025-09-01 09:32:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1419,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:33:47','2025-09-01 09:33:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1420,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:33:52','2025-09-01 09:33:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1421,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:34:17','2025-09-01 09:34:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1422,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:34:20','2025-09-01 09:34:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1423,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:34:45','2025-09-01 09:34:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1424,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:34:54','2025-09-01 09:34:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1425,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:35:25','2025-09-01 09:35:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1426,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:35:32','2025-09-01 09:35:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1427,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:36:04','2025-09-01 09:36:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1428,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:36:10','2025-09-01 09:36:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1429,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:36:34','2025-09-01 09:36:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1430,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:36:37','2025-09-01 09:36:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1431,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:37:01','2025-09-01 09:37:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1432,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:37:04','2025-09-01 09:37:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1433,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:37:14','2025-09-01 09:37:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1434,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:37:27','2025-09-01 09:37:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1435,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:37:32','2025-09-01 09:37:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1436,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:37:51','2025-09-01 09:37:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1437,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:37:57','2025-09-01 09:37:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1438,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:38:16','2025-09-01 09:38:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1439,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:38:25','2025-09-01 09:38:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1440,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:38:44','2025-09-01 09:38:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1441,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:39:00','2025-09-01 09:39:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1442,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:39:07','2025-09-01 09:39:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1443,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:39:20','2025-09-01 09:39:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1444,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:39:27','2025-09-01 09:39:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1445,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:39:42','2025-09-01 09:39:42',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1446,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:39:45','2025-09-01 09:39:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1447,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:40:02','2025-09-01 09:40:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1448,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:40:05','2025-09-01 09:40:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1449,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:40:21','2025-09-01 09:40:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1450,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:40:26','2025-09-01 09:40:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1451,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:40:44','2025-09-01 09:40:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1452,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:40:47','2025-09-01 09:40:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1453,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:41:06','2025-09-01 09:41:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1454,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:41:08','2025-09-01 09:41:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1455,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:41:31','2025-09-01 09:41:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1456,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:41:34','2025-09-01 09:41:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1457,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:41:54','2025-09-01 09:41:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1458,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:42:01','2025-09-01 09:42:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1459,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:42:14','2025-09-01 09:42:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1460,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:42:21','2025-09-01 09:42:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1461,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:42:34','2025-09-01 09:42:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1462,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:42:37','2025-09-01 09:42:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1463,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:42:53','2025-09-01 09:42:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1464,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:42:58','2025-09-01 09:42:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1465,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:43:11','2025-09-01 09:43:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1466,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:43:17','2025-09-01 09:43:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1467,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:43:29','2025-09-01 09:43:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1468,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:43:31','2025-09-01 09:43:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1469,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:43:50','2025-09-01 09:43:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1470,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:43:52','2025-09-01 09:43:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1471,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:44:10','2025-09-01 09:44:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1472,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:44:12','2025-09-01 09:44:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1473,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:44:29','2025-09-01 09:44:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1474,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:44:31','2025-09-01 09:44:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1475,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:44:40','2025-09-01 09:44:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1476,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:44:55','2025-09-01 09:44:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1477,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:44:58','2025-09-01 09:44:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1478,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:45:22','2025-09-01 09:45:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1479,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:45:24','2025-09-01 09:45:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1480,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:45:45','2025-09-01 09:45:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1481,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:45:48','2025-09-01 09:45:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1482,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:46:04','2025-09-01 09:46:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1483,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:46:06','2025-09-01 09:46:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1484,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:46:19','2025-09-01 09:46:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1485,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:46:25','2025-09-01 09:46:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1486,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:46:39','2025-09-01 09:46:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1487,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:46:43','2025-09-01 09:46:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1488,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:47:00','2025-09-01 09:47:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1489,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:47:03','2025-09-01 09:47:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1490,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:47:20','2025-09-01 09:47:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1491,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:47:37','2025-09-01 09:47:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1492,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:47:40','2025-09-01 09:47:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1493,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:48:00','2025-09-01 09:48:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1494,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:48:03','2025-09-01 09:48:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1495,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:48:31','2025-09-01 09:48:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1496,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:48:35','2025-09-01 09:48:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1497,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:49:06','2025-09-01 09:49:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1498,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:55:33','2025-09-01 09:55:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1499,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:56:36','2025-09-01 09:56:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1500,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:56:38','2025-09-01 09:56:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1501,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:57:23','2025-09-01 09:57:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1502,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:57:41','2025-09-01 09:57:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1503,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:57:52','2025-09-01 09:57:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1504,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:58:20','2025-09-01 09:58:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1505,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:58:42','2025-09-01 09:58:42',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1506,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:58:45','2025-09-01 09:58:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1507,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:59:06','2025-09-01 09:59:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1508,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:59:09','2025-09-01 09:59:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1509,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:59:32','2025-09-01 09:59:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1510,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 09:59:38','2025-09-01 09:59:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1511,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 10:00:13','2025-09-01 10:00:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1512,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 10:02:58','2025-09-01 10:02:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1513,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 10:03:01','2025-09-01 10:03:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1514,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 10:03:41','2025-09-01 10:03:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1515,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 10:08:08','2025-09-01 10:08:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1516,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 10:08:19','2025-09-01 10:08:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1517,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 10:08:29','2025-09-01 10:08:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1518,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 10:08:41','2025-09-01 10:08:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1519,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 10:08:46','2025-09-01 10:08:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1520,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 10:09:20','2025-09-01 10:09:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1521,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 10:14:03','2025-09-01 10:14:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1522,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 10:14:06','2025-09-01 10:14:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1523,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 10:18:42','2025-09-01 10:18:42',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1524,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 10:18:47','2025-09-01 10:18:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1525,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 10:19:21','2025-09-01 10:19:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1526,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 10:52:57','2025-09-01 10:52:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1527,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:38:29','2025-09-01 12:38:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1528,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:39:04','2025-09-01 12:39:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1529,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:39:07','2025-09-01 12:39:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1530,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:39:10','2025-09-01 12:39:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1531,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:39:16','2025-09-01 12:39:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1532,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:39:23','2025-09-01 12:39:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1533,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:39:30','2025-09-01 12:39:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1534,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:39:42','2025-09-01 12:39:42',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1535,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:39:45','2025-09-01 12:39:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1536,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:40:03','2025-09-01 12:40:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1537,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:40:18','2025-09-01 12:40:18',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1538,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:40:37','2025-09-01 12:40:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1539,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:40:53','2025-09-01 12:40:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1540,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:41:17','2025-09-01 12:41:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1541,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:41:47','2025-09-01 12:41:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1542,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:42:06','2025-09-01 12:42:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1543,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:42:23','2025-09-01 12:42:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1544,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:42:41','2025-09-01 12:42:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1545,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:43:03','2025-09-01 12:43:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1546,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:43:19','2025-09-01 12:43:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1547,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 12:43:36','2025-09-01 12:43:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1548,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 15:38:19','2025-09-01 15:38:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1549,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:42:20','2025-09-01 17:42:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1550,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:42:33','2025-09-01 17:42:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1551,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:42:35','2025-09-01 17:42:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1552,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:42:41','2025-09-01 17:42:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1553,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:42:51','2025-09-01 17:42:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1554,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:43:06','2025-09-01 17:43:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1555,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:47:18','2025-09-01 17:47:18',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1556,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:47:33','2025-09-01 17:47:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1557,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:47:59','2025-09-01 17:47:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1558,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:48:26','2025-09-01 17:48:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1559,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:48:40','2025-09-01 17:48:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1560,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:48:59','2025-09-01 17:48:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1561,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:49:47','2025-09-01 17:49:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1562,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:50:22','2025-09-01 17:50:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1563,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:50:36','2025-09-01 17:50:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1564,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:50:48','2025-09-01 17:50:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1565,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:51:00','2025-09-01 17:51:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1566,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:51:14','2025-09-01 17:51:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1567,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:51:31','2025-09-01 17:51:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1568,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:51:47','2025-09-01 17:51:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1569,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:52:23','2025-09-01 17:52:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1570,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:53:00','2025-09-01 17:53:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1571,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:53:36','2025-09-01 17:53:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1572,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:54:10','2025-09-01 17:54:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1573,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:54:32','2025-09-01 17:54:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1574,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:54:54','2025-09-01 17:54:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1575,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:55:47','2025-09-01 17:55:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1576,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:56:17','2025-09-01 17:56:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1577,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:56:33','2025-09-01 17:56:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1578,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:56:50','2025-09-01 17:56:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1579,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:57:13','2025-09-01 17:57:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1580,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:57:29','2025-09-01 17:57:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1581,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:58:04','2025-09-01 17:58:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1582,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:58:52','2025-09-01 17:58:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1583,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:59:19','2025-09-01 17:59:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1584,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 17:59:43','2025-09-01 17:59:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1585,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:00:03','2025-09-01 18:00:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1586,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:00:22','2025-09-01 18:00:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1587,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:01:19','2025-09-01 18:01:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1588,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:01:31','2025-09-01 18:01:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1589,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:02:38','2025-09-01 18:02:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1590,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:03:20','2025-09-01 18:03:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1591,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:03:56','2025-09-01 18:03:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1592,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:05:57','2025-09-01 18:05:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1593,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:06:19','2025-09-01 18:06:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1594,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:06:37','2025-09-01 18:06:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1595,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:08:01','2025-09-01 18:08:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1596,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:08:24','2025-09-01 18:08:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1597,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:11:10','2025-09-01 18:11:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1598,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:11:43','2025-09-01 18:11:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1599,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:12:15','2025-09-01 18:12:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1600,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:12:52','2025-09-01 18:12:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1601,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:13:26','2025-09-01 18:13:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1602,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:13:50','2025-09-01 18:13:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1603,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:14:06','2025-09-01 18:14:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1604,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:14:22','2025-09-01 18:14:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1605,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:14:58','2025-09-01 18:14:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1606,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:15:24','2025-09-01 18:15:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1607,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:15:38','2025-09-01 18:15:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1608,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:16:02','2025-09-01 18:16:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1609,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:16:24','2025-09-01 18:16:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1610,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:16:47','2025-09-01 18:16:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1611,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:17:33','2025-09-01 18:17:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1612,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:19:33','2025-09-01 18:19:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1613,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:25:00','2025-09-01 18:25:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1614,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:25:47','2025-09-01 18:25:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1615,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:26:37','2025-09-01 18:26:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1616,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:31:45','2025-09-01 18:31:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1617,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:32:14','2025-09-01 18:32:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1618,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:34:49','2025-09-01 18:34:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1619,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:35:07','2025-09-01 18:35:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1620,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:35:21','2025-09-01 18:35:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1621,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:39:19','2025-09-01 18:39:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1622,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:39:47','2025-09-01 18:39:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1623,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:40:03','2025-09-01 18:40:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1624,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:40:41','2025-09-01 18:40:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1625,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:41:20','2025-09-01 18:41:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1626,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:41:39','2025-09-01 18:41:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1627,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:42:03','2025-09-01 18:42:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1628,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:42:22','2025-09-01 18:42:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1629,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:42:40','2025-09-01 18:42:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1630,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:43:16','2025-09-01 18:43:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1631,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:44:08','2025-09-01 18:44:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1632,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:44:25','2025-09-01 18:44:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1633,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:44:46','2025-09-01 18:44:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1634,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:45:09','2025-09-01 18:45:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1635,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:45:26','2025-09-01 18:45:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1636,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:46:06','2025-09-01 18:46:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1637,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:46:46','2025-09-01 18:46:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1638,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:47:12','2025-09-01 18:47:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1639,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:47:34','2025-09-01 18:47:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1640,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:47:58','2025-09-01 18:47:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1641,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:48:20','2025-09-01 18:48:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1642,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:48:42','2025-09-01 18:48:42',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1643,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:48:57','2025-09-01 18:48:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1644,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 18:49:11','2025-09-01 18:49:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1645,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 23:23:28','2025-09-01 23:23:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1646,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 23:56:57','2025-09-01 23:56:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1647,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 23:57:15','2025-09-01 23:57:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1648,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 23:57:27','2025-09-01 23:57:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1649,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 23:57:36','2025-09-01 23:57:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1650,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 23:58:09','2025-09-01 23:58:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1651,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 23:58:21','2025-09-01 23:58:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1652,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 23:58:43','2025-09-01 23:58:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1653,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 23:58:50','2025-09-01 23:58:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1654,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-01 23:59:51','2025-09-01 23:59:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1655,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:00:52','2025-09-02 00:00:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1656,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:01:07','2025-09-02 00:01:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1657,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:02:46','2025-09-02 00:02:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1658,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:06:32','2025-09-02 00:06:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1659,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:06:53','2025-09-02 00:06:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1660,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:07:13','2025-09-02 00:07:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1661,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:07:38','2025-09-02 00:07:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1662,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:07:58','2025-09-02 00:07:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1663,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:08:36','2025-09-02 00:08:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1664,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:09:07','2025-09-02 00:09:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1665,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:09:26','2025-09-02 00:09:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1666,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:15:39','2025-09-02 00:15:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1667,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:15:59','2025-09-02 00:15:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1668,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:17:49','2025-09-02 00:17:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1669,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:18:40','2025-09-02 00:18:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1670,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:20:27','2025-09-02 00:20:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1671,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:21:15','2025-09-02 00:21:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1672,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:22:29','2025-09-02 00:22:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1673,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:22:48','2025-09-02 00:22:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1674,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:23:09','2025-09-02 00:23:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1675,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:23:26','2025-09-02 00:23:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1676,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:27:01','2025-09-02 00:27:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1677,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:27:23','2025-09-02 00:27:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1678,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:27:39','2025-09-02 00:27:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1679,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:28:06','2025-09-02 00:28:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1680,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:30:00','2025-09-02 00:30:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1681,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:35:55','2025-09-02 00:35:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1682,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:36:19','2025-09-02 00:36:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1683,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:36:37','2025-09-02 00:36:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1684,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:37:03','2025-09-02 00:37:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1685,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:37:55','2025-09-02 00:37:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1686,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:38:24','2025-09-02 00:38:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1687,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:43:58','2025-09-02 00:43:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1688,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:45:56','2025-09-02 00:45:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1689,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:49:57','2025-09-02 00:49:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1690,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:51:55','2025-09-02 00:51:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1691,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:56:42','2025-09-02 00:56:42',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1692,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:57:02','2025-09-02 00:57:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1693,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 00:57:23','2025-09-02 00:57:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1694,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:01:36','2025-09-02 01:01:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1695,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:02:01','2025-09-02 01:02:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1696,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:02:26','2025-09-02 01:02:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1697,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:02:51','2025-09-02 01:02:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1698,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:03:14','2025-09-02 01:03:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1699,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:03:46','2025-09-02 01:03:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1700,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:04:03','2025-09-02 01:04:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1701,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:04:24','2025-09-02 01:04:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1702,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:04:46','2025-09-02 01:04:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1703,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:10:23','2025-09-02 01:10:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1704,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:10:51','2025-09-02 01:10:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1705,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:11:05','2025-09-02 01:11:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1706,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:11:23','2025-09-02 01:11:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1707,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:11:40','2025-09-02 01:11:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1708,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:11:52','2025-09-02 01:11:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1709,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:14:33','2025-09-02 01:14:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1710,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:15:06','2025-09-02 01:15:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1711,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:23:05','2025-09-02 01:23:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1712,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:23:35','2025-09-02 01:23:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1713,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:25:46','2025-09-02 01:25:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1714,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:31:09','2025-09-02 01:31:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1715,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:33:33','2025-09-02 01:33:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1716,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:34:06','2025-09-02 01:34:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1717,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:38:16','2025-09-02 01:38:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1718,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:39:26','2025-09-02 01:39:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1719,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:40:05','2025-09-02 01:40:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1720,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:40:30','2025-09-02 01:40:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1721,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:40:48','2025-09-02 01:40:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1722,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:41:09','2025-09-02 01:41:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1723,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:41:19','2025-09-02 01:41:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1724,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:41:31','2025-09-02 01:41:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1725,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:41:49','2025-09-02 01:41:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1726,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:42:08','2025-09-02 01:42:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1727,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:42:21','2025-09-02 01:42:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1728,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:42:38','2025-09-02 01:42:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1729,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:43:19','2025-09-02 01:43:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1730,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:44:17','2025-09-02 01:44:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1731,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:44:57','2025-09-02 01:44:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1732,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:48:50','2025-09-02 01:48:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1733,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:49:14','2025-09-02 01:49:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1734,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:49:32','2025-09-02 01:49:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1735,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:49:53','2025-09-02 01:49:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1736,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:50:06','2025-09-02 01:50:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1737,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:50:20','2025-09-02 01:50:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1738,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:50:33','2025-09-02 01:50:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1739,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:50:48','2025-09-02 01:50:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1740,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 01:51:03','2025-09-02 01:51:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1741,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 07:30:09','2025-09-02 07:30:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1742,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 07:43:57','2025-09-02 07:43:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1743,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 12:51:00','2025-09-02 12:51:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1744,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 12:51:16','2025-09-02 12:51:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1745,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 12:51:20','2025-09-02 12:51:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1746,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 12:51:29','2025-09-02 12:51:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1747,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 12:51:49','2025-09-02 12:51:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1748,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 12:51:52','2025-09-02 12:51:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1749,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 12:52:02','2025-09-02 12:52:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1750,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 12:52:05','2025-09-02 12:52:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1751,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:30:39','2025-09-02 13:30:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1752,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:30:53','2025-09-02 13:30:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1753,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:31:01','2025-09-02 13:31:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1754,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:31:19','2025-09-02 13:31:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1755,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:31:25','2025-09-02 13:31:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1756,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:36:23','2025-09-02 13:36:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1757,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:49:27','2025-09-02 13:49:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1758,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:49:44','2025-09-02 13:49:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1759,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:49:51','2025-09-02 13:49:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1760,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:50:00','2025-09-02 13:50:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1761,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:50:10','2025-09-02 13:50:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1762,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:50:50','2025-09-02 13:50:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1763,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:51:33','2025-09-02 13:51:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1764,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:51:49','2025-09-02 13:51:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1765,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:52:08','2025-09-02 13:52:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1766,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:52:16','2025-09-02 13:52:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1767,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:52:30','2025-09-02 13:52:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1768,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:52:52','2025-09-02 13:52:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1769,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 13:59:27','2025-09-02 13:59:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1770,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:00:12','2025-09-02 14:00:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1771,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:00:31','2025-09-02 14:00:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1772,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:01:01','2025-09-02 14:01:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1773,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:01:22','2025-09-02 14:01:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1774,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:01:43','2025-09-02 14:01:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1775,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:02:00','2025-09-02 14:02:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1776,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:02:16','2025-09-02 14:02:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1777,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:02:34','2025-09-02 14:02:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1778,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:02:50','2025-09-02 14:02:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1779,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:03:15','2025-09-02 14:03:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1780,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:03:53','2025-09-02 14:03:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1781,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:04:31','2025-09-02 14:04:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1782,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:04:51','2025-09-02 14:04:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1783,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:05:19','2025-09-02 14:05:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1784,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:16:24','2025-09-02 14:16:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1785,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:16:51','2025-09-02 14:16:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1786,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:17:13','2025-09-02 14:17:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1787,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:17:26','2025-09-02 14:17:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1788,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:17:46','2025-09-02 14:17:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1789,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:18:06','2025-09-02 14:18:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1790,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:18:22','2025-09-02 14:18:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1791,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:18:38','2025-09-02 14:18:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1792,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:18:51','2025-09-02 14:18:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1793,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:19:06','2025-09-02 14:19:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1794,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:19:28','2025-09-02 14:19:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1795,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:19:48','2025-09-02 14:19:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1796,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:32:22','2025-09-02 14:32:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1797,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:34:25','2025-09-02 14:34:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1798,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:34:45','2025-09-02 14:34:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1799,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:35:07','2025-09-02 14:35:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1800,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:35:29','2025-09-02 14:35:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1801,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:38:33','2025-09-02 14:38:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1802,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 14:39:09','2025-09-02 14:39:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1803,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:46:46','2025-09-02 17:46:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1804,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:46:48','2025-09-02 17:46:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1805,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:46:51','2025-09-02 17:46:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1806,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:46:54','2025-09-02 17:46:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1807,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:46:57','2025-09-02 17:46:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1808,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:47:00','2025-09-02 17:47:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1809,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:47:02','2025-09-02 17:47:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1810,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:47:05','2025-09-02 17:47:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1811,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:47:08','2025-09-02 17:47:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1812,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:47:14','2025-09-02 17:47:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1813,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:47:22','2025-09-02 17:47:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1814,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:47:32','2025-09-02 17:47:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1815,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:47:45','2025-09-02 17:47:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1816,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:47:57','2025-09-02 17:47:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1817,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:48:10','2025-09-02 17:48:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1818,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:48:23','2025-09-02 17:48:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1819,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:48:36','2025-09-02 17:48:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1820,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:48:49','2025-09-02 17:48:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1821,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:49:02','2025-09-02 17:49:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1822,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:49:14','2025-09-02 17:49:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1823,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:49:28','2025-09-02 17:49:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1824,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:49:40','2025-09-02 17:49:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1825,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:49:53','2025-09-02 17:49:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1826,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:50:05','2025-09-02 17:50:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1827,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:50:18','2025-09-02 17:50:18',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1828,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:50:30','2025-09-02 17:50:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1829,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:50:44','2025-09-02 17:50:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1830,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:50:59','2025-09-02 17:50:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1831,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 17:51:11','2025-09-02 17:51:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1832,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 18:05:32','2025-09-02 18:05:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1833,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:24:45','2025-09-02 19:24:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1834,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:25:03','2025-09-02 19:25:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1835,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:25:06','2025-09-02 19:25:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1836,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:25:32','2025-09-02 19:25:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1837,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:25:50','2025-09-02 19:25:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1838,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:26:48','2025-09-02 19:26:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1839,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:27:22','2025-09-02 19:27:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1840,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:28:05','2025-09-02 19:28:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1841,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:28:18','2025-09-02 19:28:18',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1842,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:28:33','2025-09-02 19:28:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1843,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:28:48','2025-09-02 19:28:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1844,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:29:00','2025-09-02 19:29:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1845,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:29:12','2025-09-02 19:29:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1846,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:29:26','2025-09-02 19:29:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1847,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:29:45','2025-09-02 19:29:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1848,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:29:58','2025-09-02 19:29:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1849,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:30:22','2025-09-02 19:30:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1850,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:30:33','2025-09-02 19:30:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1851,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:30:47','2025-09-02 19:30:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1852,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:31:02','2025-09-02 19:31:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1853,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:31:15','2025-09-02 19:31:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1854,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:31:27','2025-09-02 19:31:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1855,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:31:42','2025-09-02 19:31:42',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1856,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:45:07','2025-09-02 19:45:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1857,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:45:10','2025-09-02 19:45:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1858,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:45:25','2025-09-02 19:45:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1859,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:45:30','2025-09-02 19:45:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1860,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:45:57','2025-09-02 19:45:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1861,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:46:00','2025-09-02 19:46:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1862,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:46:19','2025-09-02 19:46:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1863,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:46:24','2025-09-02 19:46:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1864,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:46:35','2025-09-02 19:46:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1865,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:46:52','2025-09-02 19:46:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1866,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:47:08','2025-09-02 19:47:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1867,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:47:22','2025-09-02 19:47:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1868,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:47:36','2025-09-02 19:47:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1869,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:47:52','2025-09-02 19:47:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1870,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:48:06','2025-09-02 19:48:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1871,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:48:18','2025-09-02 19:48:18',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1872,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:48:38','2025-09-02 19:48:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1873,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:48:56','2025-09-02 19:48:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1874,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:49:13','2025-09-02 19:49:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1875,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:49:28','2025-09-02 19:49:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1876,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:49:45','2025-09-02 19:49:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1877,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:49:56','2025-09-02 19:49:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1878,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:50:16','2025-09-02 19:50:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1879,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:50:33','2025-09-02 19:50:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1880,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:50:47','2025-09-02 19:50:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1881,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:51:12','2025-09-02 19:51:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1882,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:51:34','2025-09-02 19:51:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1883,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:51:48','2025-09-02 19:51:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1884,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:52:05','2025-09-02 19:52:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1885,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:52:25','2025-09-02 19:52:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1886,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:52:39','2025-09-02 19:52:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1887,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:53:13','2025-09-02 19:53:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1888,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:53:34','2025-09-02 19:53:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1889,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:53:54','2025-09-02 19:53:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1890,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:54:08','2025-09-02 19:54:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1891,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:54:20','2025-09-02 19:54:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1892,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:54:33','2025-09-02 19:54:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1893,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:54:48','2025-09-02 19:54:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1894,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:55:06','2025-09-02 19:55:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1895,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:55:22','2025-09-02 19:55:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1896,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:55:40','2025-09-02 19:55:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1897,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:55:55','2025-09-02 19:55:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1898,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:56:58','2025-09-02 19:56:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1899,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:57:24','2025-09-02 19:57:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1900,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:57:55','2025-09-02 19:57:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1901,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:58:09','2025-09-02 19:58:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1902,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:58:25','2025-09-02 19:58:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1903,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:58:45','2025-09-02 19:58:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1904,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 19:59:05','2025-09-02 19:59:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1905,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 22:56:23','2025-09-02 22:56:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1906,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 23:03:21','2025-09-02 23:03:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1907,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-02 23:04:23','2025-09-02 23:04:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1908,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 01:56:53','2025-09-03 01:56:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1909,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 06:54:02','2025-09-03 06:54:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1910,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 06:54:50','2025-09-03 06:54:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1911,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 06:55:00','2025-09-03 06:55:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1912,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 06:55:49','2025-09-03 06:55:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1913,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 06:56:46','2025-09-03 06:56:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1914,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 06:57:35','2025-09-03 06:57:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1915,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 06:58:31','2025-09-03 06:58:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1916,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:00:45','2025-09-03 07:00:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1917,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:01:43','2025-09-03 07:01:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1918,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:03:26','2025-09-03 07:03:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1919,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:05:29','2025-09-03 07:05:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1920,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:07:19','2025-09-03 07:07:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1921,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:09:50','2025-09-03 07:09:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1922,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:11:10','2025-09-03 07:11:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1923,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:14:07','2025-09-03 07:14:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1924,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:16:12','2025-09-03 07:16:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1925,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:17:30','2025-09-03 07:17:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1926,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:19:15','2025-09-03 07:19:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1927,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:22:10','2025-09-03 07:22:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1928,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:23:33','2025-09-03 07:23:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1929,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:26:09','2025-09-03 07:26:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1930,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:28:50','2025-09-03 07:28:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1931,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:30:12','2025-09-03 07:30:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1932,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:32:24','2025-09-03 07:32:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1933,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:34:33','2025-09-03 07:34:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1934,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:37:08','2025-09-03 07:37:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1935,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:38:13','2025-09-03 07:38:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1936,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:41:08','2025-09-03 07:41:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1937,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:43:15','2025-09-03 07:43:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1938,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:46:19','2025-09-03 07:46:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1939,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:48:21','2025-09-03 07:48:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1940,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:49:03','2025-09-03 07:49:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1941,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:51:03','2025-09-03 07:51:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1942,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:53:23','2025-09-03 07:53:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1943,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:55:49','2025-09-03 07:55:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1944,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:57:35','2025-09-03 07:57:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1945,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 07:59:00','2025-09-03 07:59:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1946,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 08:01:48','2025-09-03 08:01:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1947,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 08:03:48','2025-09-03 08:03:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1948,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 08:06:56','2025-09-03 08:06:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1949,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 08:07:42','2025-09-03 08:07:42',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1950,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 08:09:37','2025-09-03 08:09:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1951,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 08:11:17','2025-09-03 08:11:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1952,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 08:14:28','2025-09-03 08:14:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1953,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 08:16:28','2025-09-03 08:16:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1954,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 08:18:48','2025-09-03 08:18:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1955,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 10:50:29','2025-09-03 10:50:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1956,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 11:13:58','2025-09-03 11:13:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1957,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 12:56:20','2025-09-03 12:56:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1958,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 12:56:57','2025-09-03 12:56:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1959,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:28:11','2025-09-03 13:28:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1960,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:29:11','2025-09-03 13:29:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1961,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:31:03','2025-09-03 13:31:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1962,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:32:18','2025-09-03 13:32:18',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1963,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:32:38','2025-09-03 13:32:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1964,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:33:00','2025-09-03 13:33:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1965,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:33:10','2025-09-03 13:33:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1966,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:34:09','2025-09-03 13:34:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1967,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:34:28','2025-09-03 13:34:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1968,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:35:11','2025-09-03 13:35:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1969,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:37:32','2025-09-03 13:37:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1970,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:39:34','2025-09-03 13:39:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1971,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:42:37','2025-09-03 13:42:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1972,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:44:23','2025-09-03 13:44:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1973,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:47:23','2025-09-03 13:47:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1974,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:49:26','2025-09-03 13:49:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1975,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:51:24','2025-09-03 13:51:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1976,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:52:15','2025-09-03 13:52:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1977,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:53:13','2025-09-03 13:53:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1978,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:55:12','2025-09-03 13:55:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1979,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:57:16','2025-09-03 13:57:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1980,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 13:59:05','2025-09-03 13:59:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1981,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 14:00:43','2025-09-03 14:00:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1982,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 14:02:37','2025-09-03 14:02:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1983,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 14:02:58','2025-09-03 14:02:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1984,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 14:05:03','2025-09-03 14:05:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1985,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 14:07:12','2025-09-03 14:07:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1986,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 14:08:34','2025-09-03 14:08:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1987,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 14:11:17','2025-09-03 14:11:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1988,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 14:12:33','2025-09-03 14:12:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1989,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 14:14:53','2025-09-03 14:14:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1990,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 14:16:21','2025-09-03 14:16:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1991,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 14:18:17','2025-09-03 14:18:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1992,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 14:21:10','2025-09-03 14:21:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1993,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 14:22:11','2025-09-03 14:22:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1994,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 14:24:22','2025-09-03 14:24:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1995,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 14:26:36','2025-09-03 14:26:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1996,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 14:28:49','2025-09-03 14:28:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1997,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 14:35:31','2025-09-03 14:35:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1998,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 21:16:36','2025-09-03 21:16:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(1999,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 21:16:47','2025-09-03 21:16:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2000,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 21:16:59','2025-09-03 21:16:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2001,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 21:18:13','2025-09-03 21:18:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2002,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 21:18:27','2025-09-03 21:18:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2003,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 21:19:01','2025-09-03 21:19:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2004,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 21:19:14','2025-09-03 21:19:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2005,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 21:19:37','2025-09-03 21:19:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2006,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 21:19:49','2025-09-03 21:19:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2007,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 21:20:12','2025-09-03 21:20:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2008,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 21:20:23','2025-09-03 21:20:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2009,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 21:21:42','2025-09-03 21:21:42',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2010,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 21:21:53','2025-09-03 21:21:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2011,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 21:24:07','2025-09-03 21:24:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2012,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 21:25:54','2025-09-03 21:25:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2013,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 21:27:35','2025-09-03 21:27:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2014,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 21:30:25','2025-09-03 21:30:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2015,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 21:34:03','2025-09-03 21:34:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2016,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:12:41','2025-09-03 23:12:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2017,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:43:19','2025-09-03 23:43:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2018,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:43:31','2025-09-03 23:43:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2019,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:44:39','2025-09-03 23:44:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2020,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:45:30','2025-09-03 23:45:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2021,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:45:53','2025-09-03 23:45:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2022,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:46:26','2025-09-03 23:46:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2023,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:47:26','2025-09-03 23:47:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2024,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:47:49','2025-09-03 23:47:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2025,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:48:00','2025-09-03 23:48:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2026,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:49:29','2025-09-03 23:49:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2027,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:50:33','2025-09-03 23:50:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2028,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:51:33','2025-09-03 23:51:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2029,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:52:08','2025-09-03 23:52:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2030,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:53:34','2025-09-03 23:53:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2031,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:54:50','2025-09-03 23:54:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2032,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:55:48','2025-09-03 23:55:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2033,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:56:13','2025-09-03 23:56:13',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2034,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:56:38','2025-09-03 23:56:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2035,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:58:51','2025-09-03 23:58:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2036,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-03 23:59:15','2025-09-03 23:59:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2037,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:00:44','2025-09-04 00:00:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2038,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:01:25','2025-09-04 00:01:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2039,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:02:52','2025-09-04 00:02:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2040,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:03:55','2025-09-04 00:03:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2041,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:05:29','2025-09-04 00:05:29',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2042,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:06:49','2025-09-04 00:06:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2043,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:07:48','2025-09-04 00:07:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2044,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:08:41','2025-09-04 00:08:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2045,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:10:04','2025-09-04 00:10:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2046,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:11:03','2025-09-04 00:11:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2047,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:11:54','2025-09-04 00:11:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2048,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:12:40','2025-09-04 00:12:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2049,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:13:58','2025-09-04 00:13:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2050,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:15:09','2025-09-04 00:15:09',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2051,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:15:56','2025-09-04 00:15:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2052,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:16:57','2025-09-04 00:16:57',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2053,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:17:14','2025-09-04 00:17:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2054,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:19:06','2025-09-04 00:19:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2055,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:19:18','2025-09-04 00:19:18',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2056,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:20:43','2025-09-04 00:20:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2057,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:23:43','2025-09-04 00:23:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2058,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:25:48','2025-09-04 00:25:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2059,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:26:34','2025-09-04 00:26:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2060,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:29:10','2025-09-04 00:29:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2061,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:30:28','2025-09-04 00:30:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2062,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:32:49','2025-09-04 00:32:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2063,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:34:44','2025-09-04 00:34:44',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2064,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:36:24','2025-09-04 00:36:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2065,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:38:52','2025-09-04 00:38:52',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2066,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:41:01','2025-09-04 00:41:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2067,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:42:36','2025-09-04 00:42:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2068,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:43:21','2025-09-04 00:43:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2069,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:45:10','2025-09-04 00:45:10',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2070,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:45:56','2025-09-04 00:45:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2071,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:48:47','2025-09-04 00:48:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2072,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:49:23','2025-09-04 00:49:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2073,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:52:33','2025-09-04 00:52:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2074,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:54:06','2025-09-04 00:54:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2075,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:54:48','2025-09-04 00:54:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2076,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:56:31','2025-09-04 00:56:31',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2077,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 00:59:01','2025-09-04 00:59:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2078,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 01:01:25','2025-09-04 01:01:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2079,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 01:02:48','2025-09-04 01:02:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2080,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 01:04:15','2025-09-04 01:04:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2081,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 01:06:56','2025-09-04 01:06:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2082,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 01:07:49','2025-09-04 01:07:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2083,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 01:08:24','2025-09-04 01:08:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2084,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 01:11:41','2025-09-04 01:11:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2085,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 08:45:16','2025-09-04 08:45:16',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2086,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 08:46:39','2025-09-04 08:46:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2087,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 08:49:56','2025-09-04 08:49:56',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2088,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 08:51:28','2025-09-04 08:51:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2089,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 08:54:19','2025-09-04 08:54:19',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2090,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 08:57:00','2025-09-04 08:57:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2091,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 08:58:40','2025-09-04 08:58:40',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2092,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:00:12','2025-09-04 09:00:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2093,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:02:15','2025-09-04 09:02:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2094,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:04:54','2025-09-04 09:04:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2095,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:27:18','2025-09-04 09:27:18',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2096,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:28:41','2025-09-04 09:28:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2097,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:32:00','2025-09-04 09:32:00',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2098,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:34:17','2025-09-04 09:34:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2099,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:34:45','2025-09-04 09:34:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2100,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:38:14','2025-09-04 09:38:14',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2101,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:40:47','2025-09-04 09:40:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2102,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:42:59','2025-09-04 09:42:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2103,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:44:51','2025-09-04 09:44:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2104,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:46:49','2025-09-04 09:46:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2105,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:50:02','2025-09-04 09:50:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2106,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:51:06','2025-09-04 09:51:06',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2107,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:53:41','2025-09-04 09:53:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2108,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:55:03','2025-09-04 09:55:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2109,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:57:46','2025-09-04 09:57:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2110,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 09:59:54','2025-09-04 09:59:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2111,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:01:46','2025-09-04 10:01:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2112,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:12:35','2025-09-04 10:12:35',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2113,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:14:43','2025-09-04 10:14:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2114,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:15:33','2025-09-04 10:15:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2115,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:17:23','2025-09-04 10:17:23',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2116,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:18:36','2025-09-04 10:18:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2117,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:21:54','2025-09-04 10:21:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2118,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:23:03','2025-09-04 10:23:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2119,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:38:21','2025-09-04 10:38:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2120,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:40:12','2025-09-04 10:40:12',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2121,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:41:46','2025-09-04 10:41:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2122,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:43:38','2025-09-04 10:43:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2123,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:44:27','2025-09-04 10:44:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2124,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:46:37','2025-09-04 10:46:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2125,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:48:39','2025-09-04 10:48:39',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2126,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:50:53','2025-09-04 10:50:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2127,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:51:41','2025-09-04 10:51:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2128,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:53:08','2025-09-04 10:53:08',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2129,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:53:46','2025-09-04 10:53:46',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2130,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:55:20','2025-09-04 10:55:20',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2131,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:55:55','2025-09-04 10:55:55',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2132,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 10:58:30','2025-09-04 10:58:30',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2133,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 11:01:15','2025-09-04 11:01:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2134,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 11:02:49','2025-09-04 11:02:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2135,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 11:04:45','2025-09-04 11:04:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2136,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 11:07:34','2025-09-04 11:07:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2137,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 11:08:24','2025-09-04 11:08:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2138,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 11:10:53','2025-09-04 11:10:53',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2139,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 11:13:54','2025-09-04 11:13:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2140,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 11:15:54','2025-09-04 11:15:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2141,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 11:17:34','2025-09-04 11:17:34',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2142,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 11:18:59','2025-09-04 11:18:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2143,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 11:21:27','2025-09-04 11:21:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2144,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 16:34:41','2025-09-04 16:34:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2145,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 22:16:02','2025-09-04 22:16:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2146,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 22:43:43','2025-09-04 22:43:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2147,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 22:44:05','2025-09-04 22:44:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2148,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 22:44:50','2025-09-04 22:44:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2149,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 22:46:27','2025-09-04 22:46:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2150,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 22:47:27','2025-09-04 22:47:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2151,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 22:48:51','2025-09-04 22:48:51',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2152,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 22:49:38','2025-09-04 22:49:38',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2153,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 22:50:36','2025-09-04 22:50:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2154,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 22:52:28','2025-09-04 22:52:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2155,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-04 22:55:17','2025-09-04 22:55:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2156,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 02:26:47','2025-09-05 02:26:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2157,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:07:22','2025-09-05 10:07:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2158,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:08:50','2025-09-05 10:08:50',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2159,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:11:17','2025-09-05 10:11:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2160,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:13:41','2025-09-05 10:13:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2161,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:16:28','2025-09-05 10:16:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2162,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:17:33','2025-09-05 10:17:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2163,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:19:32','2025-09-05 10:19:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2164,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:20:26','2025-09-05 10:20:26',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2165,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:22:02','2025-09-05 10:22:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2166,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:24:04','2025-09-05 10:24:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2167,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:25:04','2025-09-05 10:25:04',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2168,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:26:37','2025-09-05 10:26:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2169,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:30:07','2025-09-05 10:30:07',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2170,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:31:32','2025-09-05 10:31:32',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2171,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:34:17','2025-09-05 10:34:17',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2172,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:36:21','2025-09-05 10:36:21',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2173,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:37:47','2025-09-05 10:37:47',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2174,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:39:43','2025-09-05 10:39:43',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2175,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:42:49','2025-09-05 10:42:49',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2176,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:44:25','2025-09-05 10:44:25',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2177,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:46:41','2025-09-05 10:46:41',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2178,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:49:24','2025-09-05 10:49:24',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2179,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 10:52:01','2025-09-05 10:52:01',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2180,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 14:41:22','2025-09-05 14:41:22',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2181,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 17:44:45','2025-09-05 17:44:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2182,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-05 18:40:02','2025-09-05 18:40:02',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2183,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-06 01:14:28','2025-09-06 01:14:28',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2184,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-06 17:15:27','2025-09-06 17:15:27',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2185,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-06 17:25:33','2025-09-06 17:25:33',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2186,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-06 18:57:03','2025-09-06 18:57:03',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2187,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-07 00:24:48','2025-09-07 00:24:48',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2188,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-07 00:29:11','2025-09-07 00:29:11',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2189,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-07 00:37:58','2025-09-07 00:37:58',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2190,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-07 01:26:15','2025-09-07 01:26:15',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2191,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-07 01:56:59','2025-09-07 01:56:59',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2192,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-07 03:11:37','2025-09-07 03:11:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2193,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-07 03:35:37','2025-09-07 03:35:37',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2194,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-07 03:54:54','2025-09-07 03:54:54',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2195,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-07 04:52:45','2025-09-07 04:52:45',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2196,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-07 10:05:05','2025-09-07 10:05:05',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL),
(2197,NULL,NULL,NULL,'term',NULL,NULL,NULL,NULL,NULL,NULL,'unindexed',NULL,0,NULL,NULL,NULL,NULL,NULL,NULL,0,0,0,0,0,0,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,NULL,'2025-09-08 00:53:36','2025-09-08 00:53:36',1,NULL,NULL,NULL,NULL,0,NULL,2,NULL,NULL,NULL);
/*!40000 ALTER TABLE `wp_yoast_indexable` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_indexable_hierarchy`
--

DROP TABLE IF EXISTS `wp_yoast_indexable_hierarchy`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_indexable_hierarchy` (
  `indexable_id` int(11) unsigned NOT NULL,
  `ancestor_id` int(11) unsigned NOT NULL,
  `depth` int(11) unsigned DEFAULT NULL,
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`indexable_id`,`ancestor_id`),
  KEY `indexable_id` (`indexable_id`),
  KEY `ancestor_id` (`ancestor_id`),
  KEY `depth` (`depth`)
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_indexable_hierarchy`
--

LOCK TABLES `wp_yoast_indexable_hierarchy` WRITE;
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` DISABLE KEYS */;
INSERT INTO `wp_yoast_indexable_hierarchy` VALUES
(1,0,0,1),
(3,0,0,1),
(5,0,0,1),
(7,0,0,1),
(8,0,0,1),
(9,0,0,1),
(11,0,0,1),
(12,0,0,1),
(13,0,0,1),
(14,0,0,1),
(15,0,0,1),
(16,0,0,1),
(17,0,0,1),
(18,0,0,1),
(19,0,0,1),
(20,17,1,1),
(21,17,1,1),
(22,18,1,1),
(23,17,1,1),
(24,17,1,1),
(25,18,1,1),
(26,0,0,1),
(27,0,0,1),
(28,0,0,1),
(29,0,0,1),
(30,0,0,1),
(31,0,0,1),
(32,0,0,1),
(33,0,0,1),
(34,0,0,1),
(35,0,0,1),
(36,0,0,1),
(37,0,0,1),
(38,0,0,1),
(39,0,0,1),
(40,0,0,1),
(41,0,0,1),
(42,0,0,1),
(43,0,0,1),
(44,0,0,1),
(45,0,0,1),
(46,0,0,1),
(47,0,0,1),
(48,0,0,1),
(49,0,0,1),
(50,0,0,1),
(51,0,0,1),
(52,0,0,1),
(53,0,0,1),
(54,0,0,1),
(55,0,0,1),
(56,0,0,1),
(57,0,0,1),
(58,0,0,1),
(59,0,0,1),
(60,0,0,1),
(61,0,0,1),
(62,0,0,1),
(63,0,0,1),
(76,0,0,1),
(78,0,0,1),
(79,0,0,1),
(80,0,0,1),
(81,0,0,1),
(82,0,0,1),
(83,0,0,1),
(84,0,0,1),
(85,0,0,1),
(86,0,0,1),
(87,0,0,1),
(88,0,0,1),
(89,0,0,1),
(90,0,0,1),
(91,0,0,1),
(92,0,0,1),
(93,0,0,1),
(94,0,0,1),
(95,0,0,1),
(96,0,0,1),
(97,0,0,1),
(98,0,0,1),
(99,0,0,1),
(100,0,0,1),
(101,0,0,1),
(102,0,0,1),
(103,0,0,1),
(104,0,0,1),
(105,0,0,1),
(106,0,0,1),
(107,0,0,1),
(108,0,0,1),
(110,0,0,1),
(111,0,0,1),
(112,0,0,1),
(113,0,0,1),
(114,0,0,1),
(115,0,0,1),
(116,0,0,1),
(117,0,0,1),
(118,0,0,1),
(119,0,0,1),
(120,0,0,1),
(121,0,0,1),
(122,0,0,1),
(123,0,0,1),
(124,0,0,1),
(125,0,0,1),
(126,0,0,1),
(127,0,0,1),
(128,0,0,1),
(129,0,0,1),
(130,0,0,1),
(131,0,0,1),
(132,0,0,1),
(133,0,0,1),
(134,0,0,1),
(135,0,0,1),
(136,0,0,1),
(137,0,0,1),
(138,0,0,1),
(139,0,0,1),
(140,0,0,1),
(141,0,0,1),
(142,0,0,1),
(143,0,0,1),
(144,0,0,1),
(145,0,0,1),
(146,0,0,1),
(147,0,0,1),
(148,0,0,1),
(149,0,0,1),
(150,0,0,1),
(151,0,0,1),
(152,0,0,1),
(153,0,0,1),
(154,0,0,1),
(155,0,0,1),
(156,0,0,1),
(157,0,0,1),
(158,0,0,1),
(159,0,0,1),
(160,0,0,1),
(161,0,0,1),
(162,0,0,1),
(163,0,0,1),
(164,0,0,1),
(165,0,0,1),
(166,0,0,1),
(167,0,0,1),
(168,0,0,1),
(169,0,0,1),
(170,0,0,1),
(171,170,1,1),
(172,0,0,1),
(173,0,0,1),
(174,0,0,1),
(175,0,0,1),
(176,0,0,1),
(177,0,0,1),
(178,0,0,1),
(179,0,0,1),
(180,0,0,1),
(181,0,0,1),
(182,0,0,1),
(183,0,0,1),
(184,0,0,1),
(185,0,0,1),
(186,0,0,1),
(187,0,0,1),
(188,0,0,1),
(190,0,0,1),
(195,0,0,1),
(196,0,0,1),
(197,0,0,1),
(199,0,0,1),
(201,0,0,1),
(202,0,0,1),
(204,0,0,1),
(205,0,0,1),
(206,0,0,1),
(207,0,0,1),
(208,0,0,1),
(210,0,0,1),
(214,0,0,1),
(215,0,0,1),
(222,0,0,1),
(223,0,0,1),
(224,0,0,1),
(225,0,0,1),
(226,0,0,1),
(227,0,0,1),
(231,0,0,1),
(232,0,0,1),
(234,0,0,1),
(237,0,0,1),
(238,0,0,1),
(239,0,0,1),
(240,0,0,1),
(241,0,0,1),
(242,0,0,1),
(243,0,0,1),
(244,0,0,1),
(245,0,0,1),
(246,0,0,1),
(247,0,0,1),
(248,0,0,1),
(249,0,0,1),
(250,0,0,1),
(251,0,0,1),
(252,0,0,1),
(253,0,0,1),
(254,0,0,1),
(255,0,0,1),
(256,0,0,1),
(257,0,0,1),
(258,0,0,1),
(259,0,0,1),
(260,0,0,1),
(261,0,0,1),
(262,0,0,1),
(263,0,0,1),
(264,0,0,1),
(265,0,0,1),
(266,0,0,1),
(267,0,0,1),
(268,0,0,1),
(269,0,0,1),
(270,0,0,1),
(271,0,0,1),
(272,0,0,1),
(273,0,0,1),
(274,0,0,1),
(275,0,0,1),
(276,0,0,1),
(277,0,0,1),
(278,0,0,1),
(279,0,0,1),
(280,0,0,1),
(281,0,0,1),
(282,0,0,1),
(283,0,0,1),
(284,0,0,1),
(285,0,0,1),
(286,0,0,1),
(287,0,0,1),
(288,0,0,1),
(289,0,0,1),
(290,0,0,1),
(291,0,0,1),
(292,0,0,1),
(293,0,0,1),
(294,0,0,1),
(295,0,0,1),
(296,0,0,1),
(297,0,0,1),
(298,0,0,1),
(299,0,0,1),
(300,0,0,1),
(301,0,0,1),
(302,0,0,1),
(303,0,0,1),
(304,0,0,1),
(305,0,0,1),
(306,0,0,1),
(307,0,0,1),
(308,0,0,1),
(309,0,0,1),
(310,0,0,1),
(311,0,0,1),
(312,0,0,1),
(313,0,0,1),
(314,0,0,1),
(315,0,0,1),
(316,0,0,1),
(317,0,0,1),
(318,0,0,1),
(319,0,0,1),
(320,0,0,1),
(321,0,0,1),
(322,0,0,1),
(323,0,0,1),
(324,0,0,1),
(325,0,0,1),
(326,0,0,1),
(327,0,0,1),
(328,0,0,1),
(329,0,0,1),
(330,0,0,1),
(331,0,0,1),
(332,0,0,1),
(333,0,0,1),
(334,0,0,1),
(335,0,0,1),
(336,0,0,1),
(337,0,0,1),
(338,0,0,1),
(339,0,0,1),
(340,0,0,1),
(341,0,0,1),
(342,0,0,1),
(343,0,0,1),
(344,0,0,1),
(345,0,0,1),
(346,0,0,1),
(347,0,0,1),
(348,0,0,1),
(349,0,0,1),
(350,0,0,1),
(351,0,0,1),
(352,0,0,1),
(353,0,0,1),
(354,0,0,1),
(355,0,0,1),
(356,0,0,1),
(357,0,0,1),
(358,0,0,1),
(359,0,0,1),
(360,0,0,1),
(361,0,0,1),
(362,0,0,1),
(363,0,0,1),
(364,0,0,1),
(365,0,0,1),
(366,0,0,1),
(367,0,0,1),
(368,0,0,1),
(369,0,0,1),
(370,0,0,1),
(371,0,0,1),
(372,0,0,1),
(373,0,0,1),
(374,0,0,1),
(375,0,0,1),
(376,0,0,1),
(377,0,0,1),
(378,0,0,1),
(379,0,0,1),
(380,0,0,1),
(381,0,0,1),
(382,0,0,1),
(383,0,0,1),
(384,0,0,1),
(385,0,0,1),
(386,0,0,1),
(387,0,0,1),
(388,0,0,1),
(389,0,0,1),
(390,0,0,1),
(391,0,0,1),
(392,0,0,1),
(393,0,0,1),
(394,0,0,1),
(395,0,0,1),
(396,0,0,1),
(397,0,0,1),
(398,0,0,1),
(399,0,0,1),
(400,0,0,1),
(401,0,0,1),
(402,0,0,1),
(403,0,0,1),
(404,0,0,1),
(405,0,0,1),
(406,0,0,1),
(407,0,0,1),
(408,0,0,1),
(409,0,0,1),
(410,0,0,1),
(411,0,0,1),
(412,0,0,1),
(413,0,0,1),
(414,0,0,1),
(415,0,0,1),
(416,0,0,1),
(417,0,0,1),
(418,0,0,1),
(419,0,0,1),
(420,0,0,1),
(421,0,0,1),
(422,0,0,1),
(423,0,0,1),
(424,0,0,1),
(425,0,0,1),
(426,0,0,1),
(427,0,0,1),
(428,0,0,1),
(429,0,0,1),
(430,0,0,1),
(431,0,0,1),
(432,0,0,1),
(433,0,0,1),
(434,0,0,1),
(435,0,0,1),
(436,0,0,1),
(437,0,0,1),
(438,0,0,1),
(439,0,0,1),
(440,0,0,1),
(441,0,0,1),
(442,0,0,1),
(443,0,0,1),
(444,0,0,1),
(445,0,0,1),
(446,0,0,1),
(447,0,0,1),
(448,0,0,1),
(449,0,0,1),
(450,0,0,1),
(451,0,0,1),
(452,0,0,1),
(453,0,0,1),
(454,0,0,1),
(455,0,0,1),
(456,0,0,1),
(457,0,0,1),
(458,0,0,1),
(459,0,0,1),
(460,0,0,1),
(461,0,0,1),
(462,0,0,1),
(463,0,0,1),
(464,0,0,1),
(465,0,0,1),
(466,0,0,1),
(467,0,0,1),
(468,0,0,1),
(469,0,0,1),
(470,0,0,1),
(471,0,0,1),
(472,0,0,1),
(473,0,0,1),
(474,0,0,1),
(475,0,0,1),
(476,0,0,1),
(477,0,0,1),
(478,0,0,1),
(479,0,0,1),
(480,0,0,1),
(481,0,0,1),
(482,0,0,1),
(483,0,0,1),
(484,0,0,1),
(485,0,0,1),
(486,0,0,1),
(487,0,0,1),
(488,0,0,1),
(489,0,0,1),
(490,0,0,1),
(491,0,0,1),
(492,0,0,1),
(493,0,0,1),
(494,0,0,1),
(495,0,0,1),
(496,0,0,1),
(497,0,0,1),
(498,0,0,1),
(499,0,0,1),
(500,0,0,1),
(501,0,0,1),
(502,0,0,1),
(503,0,0,1),
(504,0,0,1),
(505,0,0,1),
(506,0,0,1),
(507,0,0,1),
(508,0,0,1),
(509,0,0,1),
(510,0,0,1),
(511,0,0,1),
(512,0,0,1),
(513,0,0,1),
(514,0,0,1),
(515,0,0,1),
(516,0,0,1),
(517,0,0,1),
(518,0,0,1),
(519,0,0,1),
(520,0,0,1),
(521,0,0,1),
(522,0,0,1),
(523,0,0,1),
(524,0,0,1),
(525,0,0,1),
(526,0,0,1),
(527,0,0,1),
(528,0,0,1),
(529,0,0,1),
(530,0,0,1),
(531,0,0,1),
(532,0,0,1),
(533,0,0,1),
(534,0,0,1),
(535,0,0,1),
(536,0,0,1),
(537,0,0,1),
(538,0,0,1),
(539,0,0,1),
(540,0,0,1),
(541,0,0,1),
(542,0,0,1),
(543,0,0,1),
(544,0,0,1),
(545,0,0,1),
(546,0,0,1),
(547,0,0,1),
(548,0,0,1),
(549,0,0,1),
(550,0,0,1),
(551,0,0,1),
(552,0,0,1),
(553,0,0,1),
(554,0,0,1),
(555,0,0,1),
(556,0,0,1),
(557,0,0,1),
(558,0,0,1),
(559,0,0,1),
(560,0,0,1),
(561,0,0,1),
(562,0,0,1),
(563,0,0,1),
(564,0,0,1),
(565,0,0,1),
(566,0,0,1),
(567,0,0,1),
(568,0,0,1),
(569,0,0,1),
(570,0,0,1),
(571,0,0,1),
(572,0,0,1),
(573,0,0,1),
(574,0,0,1),
(575,0,0,1),
(576,0,0,1),
(577,0,0,1),
(578,0,0,1),
(579,0,0,1),
(580,0,0,1),
(581,0,0,1),
(582,0,0,1),
(583,0,0,1),
(584,0,0,1),
(585,0,0,1),
(586,0,0,1),
(587,0,0,1),
(588,0,0,1),
(589,0,0,1),
(590,0,0,1),
(591,0,0,1),
(592,0,0,1),
(593,0,0,1),
(594,0,0,1),
(595,0,0,1),
(596,0,0,1),
(597,0,0,1),
(598,0,0,1),
(599,0,0,1),
(600,0,0,1),
(601,0,0,1),
(602,0,0,1),
(603,0,0,1),
(604,0,0,1),
(605,0,0,1),
(606,0,0,1),
(607,0,0,1),
(608,0,0,1),
(609,0,0,1),
(610,0,0,1),
(611,0,0,1),
(612,0,0,1),
(613,0,0,1),
(614,0,0,1),
(615,0,0,1),
(616,0,0,1),
(617,0,0,1),
(618,0,0,1),
(619,0,0,1),
(620,0,0,1),
(621,0,0,1),
(622,0,0,1),
(623,0,0,1),
(624,0,0,1),
(625,0,0,1),
(626,0,0,1),
(627,0,0,1),
(628,0,0,1),
(629,0,0,1),
(630,0,0,1),
(631,0,0,1),
(632,0,0,1),
(633,0,0,1),
(634,0,0,1),
(635,0,0,1),
(636,0,0,1),
(637,0,0,1),
(638,0,0,1),
(639,0,0,1),
(640,0,0,1),
(641,0,0,1),
(642,0,0,1),
(643,0,0,1),
(644,0,0,1),
(645,0,0,1),
(646,0,0,1),
(647,0,0,1),
(648,0,0,1),
(649,0,0,1),
(650,0,0,1),
(651,0,0,1),
(652,0,0,1),
(653,0,0,1),
(654,0,0,1),
(655,0,0,1),
(656,0,0,1),
(657,0,0,1),
(658,0,0,1),
(659,0,0,1),
(660,0,0,1),
(661,0,0,1),
(662,0,0,1),
(663,0,0,1),
(664,0,0,1),
(665,0,0,1),
(666,0,0,1),
(667,0,0,1),
(668,0,0,1),
(669,0,0,1),
(670,0,0,1),
(671,0,0,1),
(672,0,0,1),
(673,0,0,1),
(674,0,0,1),
(675,0,0,1),
(676,0,0,1),
(677,0,0,1),
(678,0,0,1),
(679,0,0,1),
(680,0,0,1),
(681,0,0,1),
(682,0,0,1),
(683,0,0,1),
(684,0,0,1),
(685,0,0,1),
(686,0,0,1),
(687,0,0,1),
(688,0,0,1),
(689,0,0,1),
(690,0,0,1),
(691,0,0,1),
(692,0,0,1),
(693,0,0,1),
(694,0,0,1),
(695,0,0,1),
(696,0,0,1),
(697,0,0,1),
(698,0,0,1),
(699,0,0,1),
(700,0,0,1),
(701,0,0,1),
(702,0,0,1),
(703,0,0,1),
(704,0,0,1),
(705,0,0,1),
(706,0,0,1),
(707,0,0,1),
(708,0,0,1),
(709,0,0,1),
(710,0,0,1),
(711,0,0,1),
(712,0,0,1),
(713,0,0,1),
(714,0,0,1),
(715,0,0,1),
(716,0,0,1),
(717,0,0,1),
(718,0,0,1),
(719,0,0,1),
(720,0,0,1),
(721,0,0,1),
(722,0,0,1),
(723,0,0,1),
(724,0,0,1),
(725,0,0,1),
(726,0,0,1),
(727,0,0,1),
(728,0,0,1),
(729,0,0,1),
(730,0,0,1),
(731,0,0,1),
(732,0,0,1),
(733,0,0,1),
(734,0,0,1),
(735,0,0,1),
(736,0,0,1),
(737,0,0,1),
(738,0,0,1),
(739,0,0,1),
(740,0,0,1),
(741,0,0,1),
(742,0,0,1),
(743,0,0,1),
(744,0,0,1),
(745,0,0,1),
(746,0,0,1),
(747,0,0,1),
(748,0,0,1),
(749,0,0,1),
(750,0,0,1),
(751,0,0,1),
(752,0,0,1),
(753,0,0,1),
(754,0,0,1),
(755,0,0,1),
(756,0,0,1),
(757,0,0,1),
(758,0,0,1),
(759,0,0,1),
(760,0,0,1),
(761,0,0,1),
(762,0,0,1),
(763,0,0,1),
(764,0,0,1),
(765,0,0,1),
(766,0,0,1),
(767,0,0,1),
(768,0,0,1),
(769,0,0,1),
(770,0,0,1),
(771,0,0,1),
(772,0,0,1),
(773,0,0,1),
(774,0,0,1),
(775,0,0,1),
(776,0,0,1),
(777,0,0,1),
(778,0,0,1),
(779,0,0,1),
(780,0,0,1),
(781,0,0,1),
(782,0,0,1),
(783,0,0,1),
(784,0,0,1),
(785,0,0,1),
(786,0,0,1),
(787,0,0,1),
(788,0,0,1),
(789,0,0,1),
(790,0,0,1),
(791,0,0,1),
(792,0,0,1),
(793,0,0,1),
(794,0,0,1),
(795,0,0,1),
(796,0,0,1),
(797,0,0,1),
(798,0,0,1),
(799,0,0,1),
(800,0,0,1),
(801,0,0,1),
(802,0,0,1),
(803,0,0,1),
(804,0,0,1),
(805,0,0,1),
(806,0,0,1),
(807,0,0,1),
(808,0,0,1),
(809,0,0,1),
(810,0,0,1),
(811,0,0,1),
(812,0,0,1),
(813,0,0,1),
(814,0,0,1),
(815,0,0,1),
(816,0,0,1),
(817,0,0,1),
(818,0,0,1),
(819,0,0,1),
(820,0,0,1),
(821,0,0,1),
(822,0,0,1),
(823,0,0,1),
(824,0,0,1),
(825,0,0,1),
(826,0,0,1),
(827,0,0,1),
(828,0,0,1),
(829,0,0,1),
(830,0,0,1),
(831,0,0,1),
(832,0,0,1),
(833,0,0,1),
(834,0,0,1),
(835,0,0,1),
(836,0,0,1),
(837,0,0,1),
(838,0,0,1),
(839,0,0,1),
(840,0,0,1),
(841,0,0,1),
(842,0,0,1),
(843,0,0,1),
(844,0,0,1),
(845,0,0,1),
(846,0,0,1),
(847,0,0,1),
(848,0,0,1),
(849,0,0,1),
(850,0,0,1),
(851,0,0,1),
(852,0,0,1),
(853,0,0,1),
(854,0,0,1),
(855,0,0,1),
(856,0,0,1),
(857,0,0,1),
(858,0,0,1),
(859,0,0,1),
(860,0,0,1),
(861,0,0,1),
(862,0,0,1),
(863,0,0,1),
(864,0,0,1),
(865,0,0,1),
(866,0,0,1),
(867,0,0,1),
(868,0,0,1),
(869,0,0,1),
(870,0,0,1),
(871,0,0,1),
(872,0,0,1),
(873,0,0,1),
(874,0,0,1),
(875,0,0,1),
(876,0,0,1),
(877,0,0,1),
(878,0,0,1),
(879,0,0,1),
(880,0,0,1),
(881,0,0,1),
(882,0,0,1),
(883,0,0,1),
(884,0,0,1),
(885,0,0,1),
(886,0,0,1),
(887,0,0,1),
(888,0,0,1),
(889,0,0,1),
(890,0,0,1),
(891,0,0,1),
(892,0,0,1),
(893,0,0,1),
(894,0,0,1),
(895,0,0,1),
(896,0,0,1),
(897,0,0,1),
(898,0,0,1),
(899,0,0,1),
(900,0,0,1),
(901,0,0,1),
(902,0,0,1),
(903,0,0,1),
(904,0,0,1),
(905,0,0,1),
(906,0,0,1),
(907,0,0,1),
(908,0,0,1),
(909,0,0,1),
(910,0,0,1),
(911,0,0,1),
(912,0,0,1),
(913,0,0,1),
(914,0,0,1),
(915,0,0,1),
(916,0,0,1),
(917,0,0,1),
(918,0,0,1),
(919,0,0,1),
(920,0,0,1),
(921,0,0,1),
(922,0,0,1),
(923,0,0,1),
(924,0,0,1),
(925,0,0,1),
(926,0,0,1),
(927,0,0,1),
(928,0,0,1),
(929,0,0,1),
(930,0,0,1),
(931,0,0,1),
(932,0,0,1),
(933,0,0,1),
(934,0,0,1),
(935,0,0,1),
(936,0,0,1),
(937,0,0,1),
(938,0,0,1),
(939,0,0,1),
(940,0,0,1),
(941,0,0,1),
(942,0,0,1),
(943,0,0,1),
(944,0,0,1),
(945,0,0,1),
(946,0,0,1),
(947,0,0,1),
(948,0,0,1),
(949,0,0,1),
(950,0,0,1),
(951,0,0,1),
(952,0,0,1),
(953,0,0,1),
(954,0,0,1),
(955,0,0,1),
(956,0,0,1),
(957,0,0,1),
(958,0,0,1),
(959,0,0,1),
(960,0,0,1),
(961,0,0,1),
(962,0,0,1),
(963,0,0,1),
(964,0,0,1),
(965,0,0,1),
(966,0,0,1),
(967,0,0,1),
(968,0,0,1),
(969,0,0,1),
(970,0,0,1),
(971,0,0,1),
(972,0,0,1),
(973,0,0,1),
(974,0,0,1),
(975,0,0,1),
(976,0,0,1),
(977,0,0,1),
(978,0,0,1),
(979,0,0,1),
(980,0,0,1),
(981,0,0,1),
(982,0,0,1),
(983,0,0,1),
(984,0,0,1),
(985,0,0,1),
(986,0,0,1),
(987,0,0,1),
(988,0,0,1),
(989,0,0,1),
(990,0,0,1),
(991,0,0,1),
(992,0,0,1),
(993,0,0,1),
(994,0,0,1),
(995,0,0,1),
(996,0,0,1),
(997,0,0,1),
(998,0,0,1),
(999,0,0,1),
(1000,0,0,1),
(1001,0,0,1),
(1002,0,0,1),
(1003,0,0,1),
(1004,0,0,1),
(1005,0,0,1),
(1006,0,0,1),
(1007,0,0,1),
(1008,0,0,1),
(1009,0,0,1),
(1010,0,0,1),
(1011,0,0,1),
(1012,0,0,1),
(1013,0,0,1),
(1014,0,0,1),
(1015,0,0,1),
(1016,0,0,1),
(1017,0,0,1),
(1018,0,0,1),
(1019,0,0,1),
(1020,0,0,1),
(1021,0,0,1),
(1022,0,0,1),
(1023,0,0,1),
(1024,0,0,1),
(1025,0,0,1),
(1026,0,0,1),
(1027,0,0,1),
(1028,0,0,1),
(1029,0,0,1),
(1030,0,0,1),
(1031,0,0,1),
(1032,0,0,1),
(1033,0,0,1),
(1034,0,0,1),
(1035,0,0,1),
(1036,0,0,1),
(1037,0,0,1),
(1038,0,0,1),
(1039,0,0,1),
(1040,0,0,1),
(1041,0,0,1),
(1042,0,0,1),
(1043,0,0,1),
(1044,0,0,1),
(1045,0,0,1),
(1046,0,0,1),
(1047,0,0,1),
(1048,0,0,1),
(1049,0,0,1),
(1050,0,0,1),
(1051,0,0,1),
(1052,0,0,1),
(1053,0,0,1),
(1054,0,0,1),
(1055,0,0,1),
(1056,0,0,1),
(1057,0,0,1),
(1058,0,0,1),
(1059,0,0,1),
(1060,0,0,1),
(1061,0,0,1),
(1062,0,0,1),
(1063,0,0,1),
(1064,0,0,1),
(1065,0,0,1),
(1066,0,0,1),
(1067,0,0,1),
(1068,0,0,1),
(1069,0,0,1),
(1070,0,0,1),
(1071,0,0,1),
(1072,0,0,1),
(1073,0,0,1),
(1074,0,0,1),
(1075,0,0,1),
(1076,0,0,1),
(1077,0,0,1),
(1078,0,0,1),
(1079,0,0,1),
(1080,0,0,1),
(1081,0,0,1),
(1082,0,0,1),
(1083,0,0,1),
(1084,0,0,1),
(1085,0,0,1),
(1086,0,0,1),
(1087,0,0,1),
(1088,0,0,1),
(1089,0,0,1),
(1090,0,0,1),
(1091,0,0,1),
(1092,0,0,1),
(1093,0,0,1),
(1094,0,0,1),
(1095,0,0,1),
(1096,0,0,1),
(1097,0,0,1),
(1098,0,0,1),
(1099,0,0,1),
(1100,0,0,1),
(1101,0,0,1),
(1102,0,0,1),
(1103,0,0,1),
(1104,0,0,1),
(1105,0,0,1),
(1106,0,0,1),
(1107,0,0,1),
(1108,0,0,1),
(1109,0,0,1),
(1110,0,0,1),
(1111,0,0,1),
(1112,0,0,1),
(1113,0,0,1),
(1114,0,0,1),
(1115,0,0,1),
(1116,0,0,1),
(1117,0,0,1),
(1118,0,0,1),
(1119,0,0,1),
(1120,0,0,1),
(1121,0,0,1),
(1122,0,0,1),
(1123,0,0,1),
(1124,0,0,1),
(1125,0,0,1),
(1126,0,0,1),
(1127,0,0,1),
(1128,0,0,1),
(1129,0,0,1),
(1130,0,0,1),
(1131,0,0,1),
(1132,0,0,1),
(1133,0,0,1),
(1134,0,0,1),
(1135,0,0,1),
(1136,0,0,1),
(1137,0,0,1),
(1138,0,0,1),
(1139,0,0,1),
(1140,0,0,1),
(1141,0,0,1),
(1142,0,0,1),
(1143,0,0,1),
(1144,0,0,1),
(1145,0,0,1),
(1146,0,0,1),
(1147,0,0,1),
(1148,0,0,1),
(1149,0,0,1),
(1150,0,0,1),
(1151,0,0,1),
(1152,0,0,1),
(1153,0,0,1),
(1154,0,0,1),
(1155,0,0,1),
(1156,0,0,1),
(1157,0,0,1),
(1158,0,0,1),
(1159,0,0,1),
(1160,0,0,1),
(1161,0,0,1),
(1162,0,0,1),
(1163,0,0,1),
(1164,0,0,1),
(1165,0,0,1),
(1166,0,0,1),
(1167,0,0,1),
(1168,0,0,1),
(1169,0,0,1),
(1170,0,0,1),
(1171,0,0,1),
(1172,0,0,1),
(1173,0,0,1),
(1174,0,0,1),
(1175,0,0,1),
(1176,0,0,1),
(1177,0,0,1),
(1178,0,0,1),
(1179,0,0,1),
(1180,0,0,1),
(1181,0,0,1),
(1182,0,0,1),
(1183,0,0,1),
(1184,0,0,1),
(1185,0,0,1),
(1186,0,0,1),
(1187,0,0,1),
(1188,0,0,1),
(1189,0,0,1),
(1190,0,0,1),
(1191,0,0,1),
(1192,0,0,1),
(1193,0,0,1),
(1194,0,0,1),
(1195,0,0,1),
(1196,0,0,1),
(1197,0,0,1),
(1198,0,0,1),
(1199,0,0,1),
(1200,0,0,1),
(1201,0,0,1),
(1202,0,0,1),
(1203,0,0,1),
(1204,0,0,1),
(1205,0,0,1),
(1206,0,0,1),
(1207,0,0,1),
(1208,0,0,1),
(1209,0,0,1),
(1210,0,0,1),
(1211,0,0,1),
(1212,0,0,1),
(1213,0,0,1),
(1214,0,0,1),
(1215,0,0,1),
(1216,0,0,1),
(1217,0,0,1),
(1218,0,0,1),
(1219,0,0,1),
(1220,0,0,1),
(1221,0,0,1),
(1222,0,0,1),
(1223,0,0,1),
(1224,0,0,1),
(1225,0,0,1),
(1226,0,0,1),
(1227,0,0,1),
(1228,0,0,1),
(1229,0,0,1),
(1230,0,0,1),
(1231,0,0,1),
(1232,0,0,1),
(1233,0,0,1),
(1234,0,0,1),
(1235,0,0,1),
(1236,0,0,1),
(1237,0,0,1),
(1238,0,0,1),
(1239,0,0,1),
(1240,0,0,1),
(1241,0,0,1),
(1242,0,0,1),
(1243,0,0,1),
(1244,0,0,1),
(1245,0,0,1),
(1246,0,0,1),
(1247,0,0,1),
(1248,0,0,1),
(1249,0,0,1),
(1250,0,0,1),
(1251,0,0,1),
(1252,0,0,1),
(1253,0,0,1),
(1254,0,0,1),
(1255,0,0,1),
(1256,0,0,1),
(1257,0,0,1),
(1258,0,0,1),
(1259,0,0,1),
(1260,0,0,1),
(1261,0,0,1),
(1262,0,0,1),
(1263,0,0,1),
(1264,0,0,1),
(1265,0,0,1),
(1266,0,0,1),
(1267,0,0,1),
(1268,0,0,1),
(1269,0,0,1),
(1270,0,0,1),
(1271,0,0,1),
(1272,0,0,1),
(1273,0,0,1),
(1274,0,0,1),
(1275,0,0,1),
(1276,0,0,1),
(1277,0,0,1),
(1278,0,0,1),
(1279,0,0,1),
(1280,0,0,1),
(1281,0,0,1),
(1282,0,0,1),
(1283,0,0,1),
(1284,0,0,1),
(1285,0,0,1),
(1286,0,0,1),
(1287,0,0,1),
(1288,0,0,1),
(1289,0,0,1),
(1290,0,0,1),
(1291,0,0,1),
(1292,0,0,1),
(1293,0,0,1),
(1294,0,0,1),
(1295,0,0,1),
(1296,0,0,1),
(1297,0,0,1),
(1298,0,0,1),
(1299,0,0,1),
(1300,0,0,1),
(1301,0,0,1),
(1302,0,0,1),
(1303,0,0,1),
(1304,0,0,1),
(1305,0,0,1),
(1306,0,0,1),
(1307,0,0,1),
(1308,0,0,1),
(1309,0,0,1),
(1310,0,0,1),
(1311,0,0,1),
(1312,0,0,1),
(1313,0,0,1),
(1314,0,0,1),
(1315,0,0,1),
(1316,0,0,1),
(1317,0,0,1),
(1318,0,0,1),
(1319,0,0,1),
(1320,0,0,1),
(1321,0,0,1),
(1322,0,0,1),
(1323,0,0,1),
(1324,0,0,1),
(1325,0,0,1),
(1326,0,0,1),
(1327,0,0,1),
(1328,0,0,1),
(1329,0,0,1),
(1330,0,0,1),
(1331,0,0,1),
(1332,0,0,1),
(1333,0,0,1),
(1334,0,0,1),
(1335,0,0,1),
(1336,0,0,1),
(1337,0,0,1),
(1338,0,0,1),
(1339,0,0,1),
(1340,0,0,1),
(1341,0,0,1),
(1342,0,0,1),
(1343,0,0,1),
(1344,0,0,1),
(1345,0,0,1),
(1346,0,0,1),
(1347,0,0,1),
(1348,0,0,1),
(1349,0,0,1),
(1350,0,0,1),
(1351,0,0,1),
(1352,0,0,1),
(1353,0,0,1),
(1354,0,0,1),
(1355,0,0,1),
(1356,0,0,1),
(1357,0,0,1),
(1358,0,0,1),
(1359,0,0,1),
(1360,0,0,1),
(1361,0,0,1),
(1362,0,0,1),
(1363,0,0,1),
(1364,0,0,1),
(1365,0,0,1),
(1366,0,0,1),
(1367,0,0,1),
(1368,0,0,1),
(1369,0,0,1),
(1370,0,0,1),
(1371,0,0,1),
(1372,0,0,1),
(1373,0,0,1),
(1374,0,0,1),
(1375,0,0,1),
(1376,0,0,1),
(1377,0,0,1),
(1378,0,0,1),
(1379,0,0,1),
(1380,0,0,1),
(1381,0,0,1),
(1382,0,0,1),
(1383,0,0,1),
(1384,0,0,1),
(1385,0,0,1),
(1386,0,0,1),
(1387,0,0,1),
(1388,0,0,1),
(1389,0,0,1),
(1390,0,0,1),
(1391,0,0,1),
(1392,0,0,1),
(1393,0,0,1),
(1394,0,0,1),
(1395,0,0,1),
(1396,0,0,1),
(1397,0,0,1),
(1398,0,0,1),
(1399,0,0,1),
(1400,0,0,1),
(1401,0,0,1),
(1402,0,0,1),
(1403,0,0,1),
(1404,0,0,1),
(1405,0,0,1),
(1406,0,0,1),
(1407,0,0,1),
(1408,0,0,1),
(1409,0,0,1),
(1410,0,0,1),
(1411,0,0,1),
(1412,0,0,1),
(1413,0,0,1),
(1414,0,0,1),
(1415,0,0,1),
(1416,0,0,1),
(1417,0,0,1),
(1418,0,0,1),
(1419,0,0,1),
(1420,0,0,1),
(1421,0,0,1),
(1422,0,0,1),
(1423,0,0,1),
(1424,0,0,1),
(1425,0,0,1),
(1426,0,0,1),
(1427,0,0,1),
(1428,0,0,1),
(1429,0,0,1),
(1430,0,0,1),
(1431,0,0,1),
(1432,0,0,1),
(1433,0,0,1),
(1434,0,0,1),
(1435,0,0,1),
(1436,0,0,1),
(1437,0,0,1),
(1438,0,0,1),
(1439,0,0,1),
(1440,0,0,1),
(1441,0,0,1),
(1442,0,0,1),
(1443,0,0,1),
(1444,0,0,1),
(1445,0,0,1),
(1446,0,0,1),
(1447,0,0,1),
(1448,0,0,1),
(1449,0,0,1),
(1450,0,0,1),
(1451,0,0,1),
(1452,0,0,1),
(1453,0,0,1),
(1454,0,0,1),
(1455,0,0,1),
(1456,0,0,1),
(1457,0,0,1),
(1458,0,0,1),
(1459,0,0,1),
(1460,0,0,1),
(1461,0,0,1),
(1462,0,0,1),
(1463,0,0,1),
(1464,0,0,1),
(1465,0,0,1),
(1466,0,0,1),
(1467,0,0,1),
(1468,0,0,1),
(1469,0,0,1),
(1470,0,0,1),
(1471,0,0,1),
(1472,0,0,1),
(1473,0,0,1),
(1474,0,0,1),
(1475,0,0,1),
(1476,0,0,1),
(1477,0,0,1),
(1478,0,0,1),
(1479,0,0,1),
(1480,0,0,1),
(1481,0,0,1),
(1482,0,0,1),
(1483,0,0,1),
(1484,0,0,1),
(1485,0,0,1),
(1486,0,0,1),
(1487,0,0,1),
(1488,0,0,1),
(1489,0,0,1),
(1490,0,0,1),
(1491,0,0,1),
(1492,0,0,1),
(1493,0,0,1),
(1494,0,0,1),
(1495,0,0,1),
(1496,0,0,1),
(1497,0,0,1),
(1498,0,0,1),
(1499,0,0,1),
(1500,0,0,1),
(1501,0,0,1),
(1502,0,0,1),
(1503,0,0,1),
(1504,0,0,1),
(1505,0,0,1),
(1506,0,0,1),
(1507,0,0,1),
(1508,0,0,1),
(1509,0,0,1),
(1510,0,0,1),
(1511,0,0,1),
(1512,0,0,1),
(1513,0,0,1),
(1514,0,0,1),
(1515,0,0,1),
(1516,0,0,1),
(1517,0,0,1),
(1518,0,0,1),
(1519,0,0,1),
(1520,0,0,1),
(1521,0,0,1),
(1522,0,0,1),
(1523,0,0,1),
(1524,0,0,1),
(1525,0,0,1),
(1526,0,0,1),
(1527,0,0,1),
(1528,0,0,1),
(1529,0,0,1),
(1530,0,0,1),
(1531,0,0,1),
(1532,0,0,1),
(1533,0,0,1),
(1534,0,0,1),
(1535,0,0,1),
(1536,0,0,1),
(1537,0,0,1),
(1538,0,0,1),
(1539,0,0,1),
(1540,0,0,1),
(1541,0,0,1),
(1542,0,0,1),
(1543,0,0,1),
(1544,0,0,1),
(1545,0,0,1),
(1546,0,0,1),
(1547,0,0,1),
(1548,0,0,1),
(1549,0,0,1),
(1550,0,0,1),
(1551,0,0,1),
(1552,0,0,1),
(1553,0,0,1),
(1554,0,0,1),
(1555,0,0,1),
(1556,0,0,1),
(1557,0,0,1),
(1558,0,0,1),
(1559,0,0,1),
(1560,0,0,1),
(1561,0,0,1),
(1562,0,0,1),
(1563,0,0,1),
(1564,0,0,1),
(1565,0,0,1),
(1566,0,0,1),
(1567,0,0,1),
(1568,0,0,1),
(1569,0,0,1),
(1570,0,0,1),
(1571,0,0,1),
(1572,0,0,1),
(1573,0,0,1),
(1574,0,0,1),
(1575,0,0,1),
(1576,0,0,1),
(1577,0,0,1),
(1578,0,0,1),
(1579,0,0,1),
(1580,0,0,1),
(1581,0,0,1),
(1582,0,0,1),
(1583,0,0,1),
(1584,0,0,1),
(1585,0,0,1),
(1586,0,0,1),
(1587,0,0,1),
(1588,0,0,1),
(1589,0,0,1),
(1590,0,0,1),
(1591,0,0,1),
(1592,0,0,1),
(1593,0,0,1),
(1594,0,0,1),
(1595,0,0,1),
(1596,0,0,1),
(1597,0,0,1),
(1598,0,0,1),
(1599,0,0,1),
(1600,0,0,1),
(1601,0,0,1),
(1602,0,0,1),
(1603,0,0,1),
(1604,0,0,1),
(1605,0,0,1),
(1606,0,0,1),
(1607,0,0,1),
(1608,0,0,1),
(1609,0,0,1),
(1610,0,0,1),
(1611,0,0,1),
(1612,0,0,1),
(1613,0,0,1),
(1614,0,0,1),
(1615,0,0,1),
(1616,0,0,1),
(1617,0,0,1),
(1618,0,0,1),
(1619,0,0,1),
(1620,0,0,1),
(1621,0,0,1),
(1622,0,0,1),
(1623,0,0,1),
(1624,0,0,1),
(1625,0,0,1),
(1626,0,0,1),
(1627,0,0,1),
(1628,0,0,1),
(1629,0,0,1),
(1630,0,0,1),
(1631,0,0,1),
(1632,0,0,1),
(1633,0,0,1),
(1634,0,0,1),
(1635,0,0,1),
(1636,0,0,1),
(1637,0,0,1),
(1638,0,0,1),
(1639,0,0,1),
(1640,0,0,1),
(1641,0,0,1),
(1642,0,0,1),
(1643,0,0,1),
(1644,0,0,1),
(1645,0,0,1),
(1646,0,0,1),
(1647,0,0,1),
(1648,0,0,1),
(1649,0,0,1),
(1650,0,0,1),
(1651,0,0,1),
(1652,0,0,1),
(1653,0,0,1),
(1654,0,0,1),
(1655,0,0,1),
(1656,0,0,1),
(1657,0,0,1),
(1658,0,0,1),
(1659,0,0,1),
(1660,0,0,1),
(1661,0,0,1),
(1662,0,0,1),
(1663,0,0,1),
(1664,0,0,1),
(1665,0,0,1),
(1666,0,0,1),
(1667,0,0,1),
(1668,0,0,1),
(1669,0,0,1),
(1670,0,0,1),
(1671,0,0,1),
(1672,0,0,1),
(1673,0,0,1),
(1674,0,0,1),
(1675,0,0,1),
(1676,0,0,1),
(1677,0,0,1),
(1678,0,0,1),
(1679,0,0,1),
(1680,0,0,1),
(1681,0,0,1),
(1682,0,0,1),
(1683,0,0,1),
(1684,0,0,1),
(1685,0,0,1),
(1686,0,0,1),
(1687,0,0,1),
(1688,0,0,1),
(1689,0,0,1),
(1690,0,0,1),
(1691,0,0,1),
(1692,0,0,1),
(1693,0,0,1),
(1694,0,0,1),
(1695,0,0,1),
(1696,0,0,1),
(1697,0,0,1),
(1698,0,0,1),
(1699,0,0,1),
(1700,0,0,1),
(1701,0,0,1),
(1702,0,0,1),
(1703,0,0,1),
(1704,0,0,1),
(1705,0,0,1),
(1706,0,0,1),
(1707,0,0,1),
(1708,0,0,1),
(1709,0,0,1),
(1710,0,0,1),
(1711,0,0,1),
(1712,0,0,1),
(1713,0,0,1),
(1714,0,0,1),
(1715,0,0,1),
(1716,0,0,1),
(1717,0,0,1),
(1718,0,0,1),
(1719,0,0,1),
(1720,0,0,1),
(1721,0,0,1),
(1722,0,0,1),
(1723,0,0,1),
(1724,0,0,1),
(1725,0,0,1),
(1726,0,0,1),
(1727,0,0,1),
(1728,0,0,1),
(1729,0,0,1),
(1730,0,0,1),
(1731,0,0,1),
(1732,0,0,1),
(1733,0,0,1),
(1734,0,0,1),
(1735,0,0,1),
(1736,0,0,1),
(1737,0,0,1),
(1738,0,0,1),
(1739,0,0,1),
(1740,0,0,1),
(1741,0,0,1),
(1742,0,0,1),
(1743,0,0,1),
(1744,0,0,1),
(1745,0,0,1),
(1746,0,0,1),
(1747,0,0,1),
(1748,0,0,1),
(1749,0,0,1),
(1750,0,0,1),
(1751,0,0,1),
(1752,0,0,1),
(1753,0,0,1),
(1754,0,0,1),
(1755,0,0,1),
(1756,0,0,1),
(1757,0,0,1),
(1758,0,0,1),
(1759,0,0,1),
(1760,0,0,1),
(1761,0,0,1),
(1762,0,0,1),
(1763,0,0,1),
(1764,0,0,1),
(1765,0,0,1),
(1766,0,0,1),
(1767,0,0,1),
(1768,0,0,1),
(1769,0,0,1),
(1770,0,0,1),
(1771,0,0,1),
(1772,0,0,1),
(1773,0,0,1),
(1774,0,0,1),
(1775,0,0,1),
(1776,0,0,1),
(1777,0,0,1),
(1778,0,0,1),
(1779,0,0,1),
(1780,0,0,1),
(1781,0,0,1),
(1782,0,0,1),
(1783,0,0,1),
(1784,0,0,1),
(1785,0,0,1),
(1786,0,0,1),
(1787,0,0,1),
(1788,0,0,1),
(1789,0,0,1),
(1790,0,0,1),
(1791,0,0,1),
(1792,0,0,1),
(1793,0,0,1),
(1794,0,0,1),
(1795,0,0,1),
(1796,0,0,1),
(1797,0,0,1),
(1798,0,0,1),
(1799,0,0,1),
(1800,0,0,1),
(1801,0,0,1),
(1802,0,0,1),
(1803,0,0,1),
(1804,0,0,1),
(1805,0,0,1),
(1806,0,0,1),
(1807,0,0,1),
(1808,0,0,1),
(1809,0,0,1),
(1810,0,0,1),
(1811,0,0,1),
(1812,0,0,1),
(1813,0,0,1),
(1814,0,0,1),
(1815,0,0,1),
(1816,0,0,1),
(1817,0,0,1),
(1818,0,0,1),
(1819,0,0,1),
(1820,0,0,1),
(1821,0,0,1),
(1822,0,0,1),
(1823,0,0,1),
(1824,0,0,1),
(1825,0,0,1),
(1826,0,0,1),
(1827,0,0,1),
(1828,0,0,1),
(1829,0,0,1),
(1830,0,0,1),
(1831,0,0,1),
(1832,0,0,1),
(1833,0,0,1),
(1834,0,0,1),
(1835,0,0,1),
(1836,0,0,1),
(1837,0,0,1),
(1838,0,0,1),
(1839,0,0,1),
(1840,0,0,1),
(1841,0,0,1),
(1842,0,0,1),
(1843,0,0,1),
(1844,0,0,1),
(1845,0,0,1),
(1846,0,0,1),
(1847,0,0,1),
(1848,0,0,1),
(1849,0,0,1),
(1850,0,0,1),
(1851,0,0,1),
(1852,0,0,1),
(1853,0,0,1),
(1854,0,0,1),
(1855,0,0,1),
(1856,0,0,1),
(1857,0,0,1),
(1858,0,0,1),
(1859,0,0,1),
(1860,0,0,1),
(1861,0,0,1),
(1862,0,0,1),
(1863,0,0,1),
(1864,0,0,1),
(1865,0,0,1),
(1866,0,0,1),
(1867,0,0,1),
(1868,0,0,1),
(1869,0,0,1),
(1870,0,0,1),
(1871,0,0,1),
(1872,0,0,1),
(1873,0,0,1),
(1874,0,0,1),
(1875,0,0,1),
(1876,0,0,1),
(1877,0,0,1),
(1878,0,0,1),
(1879,0,0,1),
(1880,0,0,1),
(1881,0,0,1),
(1882,0,0,1),
(1883,0,0,1),
(1884,0,0,1),
(1885,0,0,1),
(1886,0,0,1),
(1887,0,0,1),
(1888,0,0,1),
(1889,0,0,1),
(1890,0,0,1),
(1891,0,0,1),
(1892,0,0,1),
(1893,0,0,1),
(1894,0,0,1),
(1895,0,0,1),
(1896,0,0,1),
(1897,0,0,1),
(1898,0,0,1),
(1899,0,0,1),
(1900,0,0,1),
(1901,0,0,1),
(1902,0,0,1),
(1903,0,0,1),
(1904,0,0,1),
(1905,0,0,1),
(1906,0,0,1),
(1907,0,0,1),
(1908,0,0,1),
(1909,0,0,1),
(1910,0,0,1),
(1911,0,0,1),
(1912,0,0,1),
(1913,0,0,1),
(1914,0,0,1),
(1915,0,0,1),
(1916,0,0,1),
(1917,0,0,1),
(1918,0,0,1),
(1919,0,0,1),
(1920,0,0,1),
(1921,0,0,1),
(1922,0,0,1),
(1923,0,0,1),
(1924,0,0,1),
(1925,0,0,1),
(1926,0,0,1),
(1927,0,0,1),
(1928,0,0,1),
(1929,0,0,1),
(1930,0,0,1),
(1931,0,0,1),
(1932,0,0,1),
(1933,0,0,1),
(1934,0,0,1),
(1935,0,0,1),
(1936,0,0,1),
(1937,0,0,1),
(1938,0,0,1),
(1939,0,0,1),
(1940,0,0,1),
(1941,0,0,1),
(1942,0,0,1),
(1943,0,0,1),
(1944,0,0,1),
(1945,0,0,1),
(1946,0,0,1),
(1947,0,0,1),
(1948,0,0,1),
(1949,0,0,1),
(1950,0,0,1),
(1951,0,0,1),
(1952,0,0,1),
(1953,0,0,1),
(1954,0,0,1),
(1955,0,0,1),
(1956,0,0,1),
(1957,0,0,1),
(1958,0,0,1),
(1959,0,0,1),
(1960,0,0,1),
(1961,0,0,1),
(1962,0,0,1),
(1963,0,0,1),
(1964,0,0,1),
(1965,0,0,1),
(1966,0,0,1),
(1967,0,0,1),
(1968,0,0,1),
(1969,0,0,1),
(1970,0,0,1),
(1971,0,0,1),
(1972,0,0,1),
(1973,0,0,1),
(1974,0,0,1),
(1975,0,0,1),
(1976,0,0,1),
(1977,0,0,1),
(1978,0,0,1),
(1979,0,0,1),
(1980,0,0,1),
(1981,0,0,1),
(1982,0,0,1),
(1983,0,0,1),
(1984,0,0,1),
(1985,0,0,1),
(1986,0,0,1),
(1987,0,0,1),
(1988,0,0,1),
(1989,0,0,1),
(1990,0,0,1),
(1991,0,0,1),
(1992,0,0,1),
(1993,0,0,1),
(1994,0,0,1),
(1995,0,0,1),
(1996,0,0,1),
(1997,0,0,1),
(1998,0,0,1),
(1999,0,0,1),
(2000,0,0,1),
(2001,0,0,1),
(2002,0,0,1),
(2003,0,0,1),
(2004,0,0,1),
(2005,0,0,1),
(2006,0,0,1),
(2007,0,0,1),
(2008,0,0,1),
(2009,0,0,1),
(2010,0,0,1),
(2011,0,0,1),
(2012,0,0,1),
(2013,0,0,1),
(2014,0,0,1),
(2015,0,0,1),
(2016,0,0,1),
(2017,0,0,1),
(2018,0,0,1),
(2019,0,0,1),
(2020,0,0,1),
(2021,0,0,1),
(2022,0,0,1),
(2023,0,0,1),
(2024,0,0,1),
(2025,0,0,1),
(2026,0,0,1),
(2027,0,0,1),
(2028,0,0,1),
(2029,0,0,1),
(2030,0,0,1),
(2031,0,0,1),
(2032,0,0,1),
(2033,0,0,1),
(2034,0,0,1),
(2035,0,0,1),
(2036,0,0,1),
(2037,0,0,1),
(2038,0,0,1),
(2039,0,0,1),
(2040,0,0,1),
(2041,0,0,1),
(2042,0,0,1),
(2043,0,0,1),
(2044,0,0,1),
(2045,0,0,1),
(2046,0,0,1),
(2047,0,0,1),
(2048,0,0,1),
(2049,0,0,1),
(2050,0,0,1),
(2051,0,0,1),
(2052,0,0,1),
(2053,0,0,1),
(2054,0,0,1),
(2055,0,0,1),
(2056,0,0,1),
(2057,0,0,1),
(2058,0,0,1),
(2059,0,0,1),
(2060,0,0,1),
(2061,0,0,1),
(2062,0,0,1),
(2063,0,0,1),
(2064,0,0,1),
(2065,0,0,1),
(2066,0,0,1),
(2067,0,0,1),
(2068,0,0,1),
(2069,0,0,1),
(2070,0,0,1),
(2071,0,0,1),
(2072,0,0,1),
(2073,0,0,1),
(2074,0,0,1),
(2075,0,0,1),
(2076,0,0,1),
(2077,0,0,1),
(2078,0,0,1),
(2079,0,0,1),
(2080,0,0,1),
(2081,0,0,1),
(2082,0,0,1),
(2083,0,0,1),
(2084,0,0,1),
(2085,0,0,1),
(2086,0,0,1),
(2087,0,0,1),
(2088,0,0,1),
(2089,0,0,1),
(2090,0,0,1),
(2091,0,0,1),
(2092,0,0,1),
(2093,0,0,1),
(2094,0,0,1),
(2095,0,0,1),
(2096,0,0,1),
(2097,0,0,1),
(2098,0,0,1),
(2099,0,0,1),
(2100,0,0,1),
(2101,0,0,1),
(2102,0,0,1),
(2103,0,0,1),
(2104,0,0,1),
(2105,0,0,1),
(2106,0,0,1),
(2107,0,0,1),
(2108,0,0,1),
(2109,0,0,1),
(2110,0,0,1),
(2111,0,0,1),
(2112,0,0,1),
(2113,0,0,1),
(2114,0,0,1),
(2115,0,0,1),
(2116,0,0,1),
(2117,0,0,1),
(2118,0,0,1),
(2119,0,0,1),
(2120,0,0,1),
(2121,0,0,1),
(2122,0,0,1),
(2123,0,0,1),
(2124,0,0,1),
(2125,0,0,1),
(2126,0,0,1),
(2127,0,0,1),
(2128,0,0,1),
(2129,0,0,1),
(2130,0,0,1),
(2131,0,0,1),
(2132,0,0,1),
(2133,0,0,1),
(2134,0,0,1),
(2135,0,0,1),
(2136,0,0,1),
(2137,0,0,1),
(2138,0,0,1),
(2139,0,0,1),
(2140,0,0,1),
(2141,0,0,1),
(2142,0,0,1),
(2143,0,0,1),
(2144,0,0,1),
(2145,0,0,1),
(2146,0,0,1),
(2147,0,0,1),
(2148,0,0,1),
(2149,0,0,1),
(2150,0,0,1),
(2151,0,0,1),
(2152,0,0,1),
(2153,0,0,1),
(2154,0,0,1),
(2155,0,0,1),
(2156,0,0,1),
(2157,0,0,1),
(2158,0,0,1),
(2159,0,0,1),
(2160,0,0,1),
(2161,0,0,1),
(2162,0,0,1),
(2163,0,0,1),
(2164,0,0,1),
(2165,0,0,1),
(2166,0,0,1),
(2167,0,0,1),
(2168,0,0,1),
(2169,0,0,1),
(2170,0,0,1),
(2171,0,0,1),
(2172,0,0,1),
(2173,0,0,1),
(2174,0,0,1),
(2175,0,0,1),
(2176,0,0,1),
(2177,0,0,1),
(2178,0,0,1),
(2179,0,0,1),
(2180,0,0,1),
(2181,0,0,1),
(2182,0,0,1),
(2183,0,0,1),
(2184,0,0,1),
(2185,0,0,1),
(2186,0,0,1),
(2187,0,0,1),
(2188,0,0,1),
(2189,0,0,1),
(2190,0,0,1),
(2191,0,0,1),
(2192,0,0,1),
(2193,0,0,1),
(2194,0,0,1),
(2195,0,0,1),
(2196,0,0,1),
(2197,0,0,1);
/*!40000 ALTER TABLE `wp_yoast_indexable_hierarchy` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_migrations`
--

DROP TABLE IF EXISTS `wp_yoast_migrations`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_migrations` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `version` varchar(191) DEFAULT NULL,
  PRIMARY KEY (`id`),
  UNIQUE KEY `wp_yoast_migrations_version` (`version`)
) ENGINE=InnoDB AUTO_INCREMENT=25 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_migrations`
--

LOCK TABLES `wp_yoast_migrations` WRITE;
/*!40000 ALTER TABLE `wp_yoast_migrations` DISABLE KEYS */;
INSERT INTO `wp_yoast_migrations` VALUES
(1,'20171228151840'),
(2,'20171228151841'),
(3,'20190529075038'),
(4,'20191011111109'),
(5,'20200408101900'),
(6,'20200420073606'),
(7,'20200428123747'),
(8,'20200428194858'),
(9,'20200429105310'),
(10,'20200430075614'),
(11,'20200430150130'),
(12,'20200507054848'),
(13,'20200513133401'),
(14,'20200609154515'),
(15,'20200616130143'),
(16,'20200617122511'),
(17,'20200702141921'),
(18,'20200728095334'),
(19,'20201202144329'),
(20,'20201216124002'),
(21,'20201216141134'),
(22,'20210817092415'),
(23,'20211020091404'),
(24,'20230417083836');
/*!40000 ALTER TABLE `wp_yoast_migrations` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_primary_term`
--

DROP TABLE IF EXISTS `wp_yoast_primary_term`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_primary_term` (
  `id` int(11) unsigned NOT NULL AUTO_INCREMENT,
  `post_id` bigint(20) DEFAULT NULL,
  `term_id` bigint(20) DEFAULT NULL,
  `taxonomy` varchar(32) NOT NULL,
  `created_at` datetime DEFAULT NULL,
  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),
  `blog_id` bigint(20) NOT NULL DEFAULT 1,
  PRIMARY KEY (`id`),
  KEY `post_taxonomy` (`post_id`,`taxonomy`),
  KEY `post_term` (`post_id`,`term_id`)
) ENGINE=InnoDB AUTO_INCREMENT=47 DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_520_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_primary_term`
--

LOCK TABLES `wp_yoast_primary_term` WRITE;
/*!40000 ALTER TABLE `wp_yoast_primary_term` DISABLE KEYS */;
INSERT INTO `wp_yoast_primary_term` VALUES
(1,2933,2,'category','2024-07-09 01:07:23','2024-08-08 22:18:35',1),
(2,27,2,'category','2024-07-09 01:07:23','2024-08-08 22:18:35',1),
(3,639,33,'category','2024-07-09 01:07:23','2024-08-08 22:18:35',1),
(4,651,33,'category','2024-07-09 01:07:23','2024-08-08 22:18:35',1),
(5,662,33,'category','2024-07-09 01:07:23','2024-08-08 22:18:35',1),
(6,666,33,'category','2024-07-09 01:07:23','2024-08-08 22:18:35',1),
(7,671,33,'category','2024-07-09 01:07:23','2024-08-08 22:18:35',1),
(8,1606,1,'category','2024-07-09 01:07:23','2024-12-31 18:36:58',1),
(9,344,2,'category','2024-07-09 01:07:23','2024-08-08 22:18:35',1),
(10,1055,33,'category','2024-07-09 01:07:23','2024-08-08 22:18:35',1),
(11,1060,33,'category','2024-07-09 01:07:23','2024-12-31 18:36:59',1),
(12,1125,2,'category','2024-07-09 01:07:23','2024-12-31 18:36:59',1),
(13,2934,2,'category','2024-07-09 01:07:23','2024-12-31 18:36:59',1),
(14,2935,2,'category','2024-07-09 01:07:23','2024-12-31 18:36:59',1),
(15,2936,2,'category','2024-07-09 01:07:23','2024-12-31 18:36:59',1),
(16,1455,35,'category','2024-07-09 01:07:23','2024-12-31 18:36:58',1),
(17,1539,35,'category','2024-07-09 01:07:24','2024-12-31 18:36:58',1),
(18,2053,35,'category','2024-07-09 01:07:24','2024-12-31 18:36:58',1),
(19,2134,2,'category','2024-07-09 01:07:24','2024-12-31 18:36:58',1),
(20,2183,35,'category','2024-07-09 01:07:24','2024-12-31 18:36:58',1),
(21,2279,35,'category','2024-07-09 01:07:24','2024-12-31 18:36:58',1),
(22,2392,35,'category','2024-07-09 01:07:24','2024-12-31 18:36:58',1),
(23,2541,132,'product_cat','2024-07-09 01:07:24','2024-08-08 22:50:35',1),
(24,2914,1,'category','2024-07-09 01:07:24','2024-12-31 18:36:58',1),
(25,3026,86,'tribe_events_cat','2024-07-09 02:42:11','2024-09-05 20:52:12',1),
(26,3038,103,'tribe_events_cat','2024-07-09 03:11:00','2024-08-08 22:50:35',1),
(27,3173,108,'tribe_events_cat','2024-09-05 19:55:24','2024-09-06 17:17:46',1),
(28,3183,94,'tribe_events_cat','2024-09-05 20:30:48','2024-10-31 22:00:57',1),
(30,3195,89,'tribe_events_cat','2024-09-06 17:09:58','2024-10-31 22:01:23',1),
(32,3202,94,'tribe_events_cat','2024-09-06 17:22:36','2025-09-06 17:22:50',1),
(33,3204,99,'tribe_events_cat','2024-09-06 17:26:04','2024-09-06 17:26:04',1),
(34,3208,92,'tribe_events_cat','2024-09-06 17:43:48','2024-09-06 17:43:48',1),
(35,3210,111,'tribe_events_cat','2024-09-06 17:46:08','2024-09-06 17:46:09',1),
(36,3212,101,'tribe_events_cat','2024-09-06 17:49:14','2024-09-06 17:49:14',1),
(37,3214,107,'tribe_events_cat','2024-09-06 17:51:48','2024-09-06 17:51:48',1),
(38,3216,89,'tribe_events_cat','2024-09-06 17:54:11','2024-10-03 21:36:33',1),
(40,3220,108,'tribe_events_cat','2024-09-06 17:59:49','2024-10-31 22:01:46',1),
(44,3529,19,'category','2024-12-31 00:37:09','2024-12-31 18:35:16',1),
(45,3493,22,'category','2024-12-31 01:18:09','2024-12-31 18:36:58',1),
(46,4156,1,'category','2025-01-07 23:00:54','2025-01-07 23:06:19',1);
/*!40000 ALTER TABLE `wp_yoast_primary_term` ENABLE KEYS */;
UNLOCK TABLES;

--
-- Table structure for table `wp_yoast_seo_links`
--

DROP TABLE IF EXISTS `wp_yoast_seo_links`;
/*!40101 SET @saved_cs_client     = @@character_set_client */;
/*!40101 SET character_set_client = utf8mb4 */;
CREATE TABLE `wp_yoast_seo_links` (
  `id` bigint(20) unsigned NOT NULL AUTO_INCREMENT,
  `url` varchar(255) DEFAULT NULL,
  `post_id` bigint(20) unsigned DEFAULT NULL,
  `target_post_id` bigint(20) unsigned DEFAULT NULL,
  `type` varchar(8) DEFAULT NULL,
  `indexable_id` int(11) unsigned DEFAULT NULL,
  `target_indexable_id` int(11) unsigned DEFAULT NULL,
  `height` int(11) unsigned DEFAULT NULL,
  `width` int(11) unsigned DEFAULT NULL,
  `size` int(11) unsigned DEFAULT NULL,
  `language` varchar(32) DEFAULT NULL,
  `region` varchar(32) DEFAULT NULL,
  PRIMARY KEY (`id`),
  KEY `link_direction` (`post_id`,`type`),
  KEY `indexable_link_direction` (`indexable_id`,`type`)
) ENGINE=InnoDB AUTO_INCREMENT=20888 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci;
/*!40101 SET character_set_client = @saved_cs_client */;

--
-- Dumping data for table `wp_yoast_seo_links`
--

LOCK TABLES `wp_yoast_seo_links` WRITE;
/*!40000 ALTER TABLE `wp_yoast_seo_links` DISABLE KEYS */;
INSERT INTO `wp_yoast_seo_links` VALUES
(1,'https://staging.amtacshooting.com/wp-admin/',2,NULL,'internal',3,NULL,NULL,NULL,NULL,NULL,NULL),
(40,'http://www.amtacblades.com',232,NULL,'external',83,NULL,NULL,NULL,NULL,NULL,NULL),
(41,'http://www.amtacblades.com',232,NULL,'external',83,NULL,NULL,NULL,NULL,NULL,NULL),
(42,'https://www.centurionarms.com/AMTAC-pistol-p/amtac-pistol.htm',232,NULL,'external',83,NULL,NULL,NULL,NULL,NULL,NULL),
(43,'https://www.centurionarms.com/AMTAC-pistol-p/amtac-pistol.htm',232,NULL,'external',83,NULL,NULL,NULL,NULL,NULL,NULL),
(44,'https://www.centurionarms.com/searchresults.asp?Search=amtac&amp;Submit=',232,NULL,'external',83,NULL,NULL,NULL,NULL,NULL,NULL),
(45,'http://www.blackpointtactical.com/shop/fo3-holster/',232,NULL,'external',83,NULL,NULL,NULL,NULL,NULL,NULL),
(46,'https://amtacblades.com/fo3-holsters-in-rhodesian-brushstroke/',232,NULL,'external',83,NULL,NULL,NULL,NULL,NULL,NULL),
(47,'https://amtacblades.com/fo3-holsters-in-rhodesian-brushstroke/',232,NULL,'external',83,NULL,NULL,NULL,NULL,NULL,NULL),
(48,'https://amtacblades.com/fo3-holsters-in-rhodesian-brushstroke/',232,NULL,'external',83,NULL,NULL,NULL,NULL,NULL,NULL),
(49,'http://www.blackpointtactical.com/shop/fo3-holster/',232,NULL,'external',83,NULL,NULL,NULL,NULL,NULL,NULL),
(50,'https://www.amtacshooting.com/recommends/sirt/',232,NULL,'external',83,NULL,NULL,NULL,NULL,NULL,NULL),
(51,'https://www.amtacshooting.com/wp-content/uploads/2018/12/AMTAC_NORTHMAN.jpg',232,NULL,'image-ex',83,NULL,NULL,NULL,NULL,NULL,NULL),
(52,'https://www.amtacshooting.com/wp-content/uploads/2020/07/Centurian-Arms-AMTAC-Carbine-Rifle.jpg',232,NULL,'image-ex',83,NULL,NULL,NULL,NULL,NULL,NULL),
(53,'https://www.amtacshooting.com/wp-content/uploads/2020/07/Centurian-Arms-AMTAC-Carbine-Pistol.jpg',232,NULL,'image-ex',83,NULL,NULL,NULL,NULL,NULL,NULL),
(54,'https://www.amtacshooting.com/wp-content/uploads/2018/08/FO3-G19-Front-300x300.jpg',232,NULL,'image-ex',83,NULL,NULL,NULL,NULL,NULL,NULL),
(55,'https://www.amtacshooting.com/wp-content/uploads/2021/07/IMG_9429-2-min-1024x1024.jpg',232,NULL,'image-ex',83,NULL,NULL,NULL,NULL,NULL,NULL),
(56,'https://www.amtacshooting.com/wp-content/uploads/2018/08/IMG_2485.jpg',232,NULL,'image-ex',83,NULL,NULL,NULL,NULL,NULL,NULL),
(58,'https://www.ftc.gov/news-events/press-releases/2009/10/ftc-publishes-final-guides-governing-endorsements-testimonials',900,NULL,'external',90,NULL,NULL,NULL,NULL,NULL,NULL),
(59,'https://www.networkadvertising.org/managing/opt_out.asp',900,NULL,'external',90,NULL,NULL,NULL,NULL,NULL,NULL),
(62,'https://amtacshooting.com/contact',1477,NULL,'external',94,NULL,NULL,NULL,NULL,NULL,NULL),
(71,'https://www.amtacshooting.com/wp-content/uploads/2022/08/ATC-Living-room-2-1024x768.jpg',1814,NULL,'image-ex',98,NULL,NULL,NULL,NULL,NULL,NULL),
(72,'https://www.amtacshooting.com/wp-content/uploads/2022/08/ATC-stove-and-living-room-1024x768.jpg',1814,NULL,'image-ex',98,NULL,NULL,NULL,NULL,NULL,NULL),
(73,'https://www.amtacshooting.com/wp-content/uploads/2022/08/ATC-Bunks-1024x768.jpg',1814,NULL,'image-ex',98,NULL,NULL,NULL,NULL,NULL,NULL),
(74,'https://www.amtacshooting.com/wp-content/uploads/2022/08/ATC-Bunks-2-768x1024.jpg',1814,NULL,'image-ex',98,NULL,NULL,NULL,NULL,NULL,NULL),
(75,'https://www.amtacshooting.com/wp-content/uploads/2022/08/ATC-Bathroom-768x1024.jpg',1814,NULL,'image-ex',98,NULL,NULL,NULL,NULL,NULL,NULL),
(76,'https://www.amtacshooting.com/wp-content/uploads/2022/08/ATC-Bathroom-2-768x1024.jpg',1814,NULL,'image-ex',98,NULL,NULL,NULL,NULL,NULL,NULL),
(77,'https://www.amtacshooting.com/wp-content/uploads/2022/08/ATC-kitchen-1024x768.jpg',1814,NULL,'image-ex',98,NULL,NULL,NULL,NULL,NULL,NULL),
(78,'https://amtacshooting.regfox.com/2023-08-26-carbine-1-course-tx-led-by-david-acosta?affiliate=greenfield',2085,NULL,'external',100,NULL,NULL,NULL,NULL,NULL,NULL),
(79,'https://amtacshooting.regfox.com/2023-08-27-pistolcombatives-1-course-tx-led-by-david-acosta?affiliate=greenfield',2085,NULL,'external',100,NULL,NULL,NULL,NULL,NULL,NULL),
(80,'https://amtacshooting.regfox.com/2023-09-19-combative-carbine-course-id?affiliate=greenfield',2085,NULL,'external',100,NULL,NULL,NULL,NULL,NULL,NULL),
(81,'https://amtacshooting.regfox.com/2023-09-21-advance-responsible-armed-citizen-arac-course-south-id?affiliate=greenfield',2085,NULL,'external',100,NULL,NULL,NULL,NULL,NULL,NULL),
(82,'https://amtacshooting.regfox.com/2023-10-07-carbine-1-course-ga-led-by-bryan-resnick?affiliate=greenfield',2085,NULL,'external',100,NULL,NULL,NULL,NULL,NULL,NULL),
(83,'https://amtacshooting.regfox.com/2023-10-07-advanced-responsible-armed-citizen-arac-course-fl?affiliate=greenfield',2085,NULL,'external',100,NULL,NULL,NULL,NULL,NULL,NULL),
(84,'https://amtacshooting.regfox.com/2023-10-08-pistolcombatives-1-course-ga-led-by-bryan-resnick?affiliate=greenfield',2085,NULL,'external',100,NULL,NULL,NULL,NULL,NULL,NULL),
(85,'https://amtacshooting.regfox.com/2023-10-18-the-amtac-shooting-tribe-centric-cqb-course-id?affiliate=greenfield',2085,NULL,'external',100,NULL,NULL,NULL,NULL,NULL,NULL),
(86,'https://amtacshooting.regfox.com/2023-10-21-carbine-1-course-tx-led-by-david-acosta?affiliate=greenfield',2085,NULL,'external',100,NULL,NULL,NULL,NULL,NULL,NULL),
(87,'https://amtacshooting.regfox.com/2023-10-22-pistolcombatives-1-course-tx-led-by-david-acosta?affiliate=greenfield',2085,NULL,'external',100,NULL,NULL,NULL,NULL,NULL,NULL),
(88,'https://amtacshooting.regfox.com/2023-11-08-night-vision-course-id?affiliate=greenfield',2085,NULL,'external',100,NULL,NULL,NULL,NULL,NULL,NULL),
(89,'https://amtacshooting.regfox.com/2023-11-13-combatives-seminar-kore-bjj-ct?affiliate=greenfield',2085,NULL,'external',100,NULL,NULL,NULL,NULL,NULL,NULL),
(90,'https://amtacshooting.regfox.com/2023-11-14-advanced-responsible-armed-citizen-arac-ct?affiliate=greenfield',2085,NULL,'external',100,NULL,NULL,NULL,NULL,NULL,NULL),
(91,'https://amtacshooting.regfox.com/2023-11-18-carbine-1-course-in-led-by-bryan-resnick?affiliate=greenfield',2085,NULL,'external',100,NULL,NULL,NULL,NULL,NULL,NULL),
(92,'https://amtacshooting.regfox.com/2023-11-19-pistolcombatives-1-course-in-led-by-bryan-resnick?affiliate=greenfield',2085,NULL,'external',100,NULL,NULL,NULL,NULL,NULL,NULL),
(93,'https://amtacshooting.regfox.com/2023-12-04-pistol-combatives-and-medical-course-ca?affiliate=greenfield',2085,NULL,'external',100,NULL,NULL,NULL,NULL,NULL,NULL),
(94,'https://amtacshooting.regfox.com/2023-12-5-advanced-responsible-armed-citizen-arac-ca?affiliate=greenfield',2085,NULL,'external',100,NULL,NULL,NULL,NULL,NULL,NULL),
(97,'https://www.amtacshooting.com/wp-content/uploads/2019/03/carbine_header-min.jpg',2085,NULL,'image-ex',100,NULL,NULL,NULL,NULL,NULL,NULL),
(100,'https://www.amtacshooting.com/wp-content/uploads/2022/10/IMG-4327-1024x768.jpg',2085,NULL,'image-ex',100,NULL,NULL,NULL,NULL,NULL,NULL),
(102,'https://www.amtacshooting.com/wp-content/uploads/2018/03/IMG045.jpeg',2085,NULL,'image-ex',100,NULL,NULL,NULL,NULL,NULL,NULL),
(103,'https://www.amtacshooting.com/wp-content/uploads/2019/05/combatives-cropped.jpg',2085,NULL,'image-ex',100,NULL,NULL,NULL,NULL,NULL,NULL),
(112,'https://www.navyseal.com/bill-rapier/',2461,NULL,'external',103,NULL,NULL,NULL,NULL,NULL,NULL),
(113,'https://surefire.news/amtac-shooting-bill-rapier/',2461,NULL,'external',103,NULL,NULL,NULL,NULL,NULL,NULL),
(114,'https://www.amtacshooting.com/mindset-let-it-burn/',2461,NULL,'external',103,NULL,NULL,NULL,NULL,NULL,NULL),
(115,'https://civiliangunfighter.wordpress.com/2019/11/12/aar-the-amtac-shooting-combative-carbine-course-bill-rapier-east-granby-ct-nov-4-5-2019/',2461,NULL,'external',103,NULL,NULL,NULL,NULL,NULL,NULL),
(116,'https://www.amtacshooting.com/category/knowledge/articles/',2461,NULL,'external',103,NULL,NULL,NULL,NULL,NULL,NULL),
(117,'https://www.amtacshooting.com/media/',2461,NULL,'external',103,NULL,NULL,NULL,NULL,NULL,NULL),
(118,'https://www.amtacshooting.com/category/press/aar/',2461,NULL,'external',103,NULL,NULL,NULL,NULL,NULL,NULL),
(119,'https://youtu.be/Zw-yb08JFW8?si=-2SaX9Vfb94RXygp',2461,NULL,'external',103,NULL,NULL,NULL,NULL,NULL,NULL),
(120,'https://www.dtdpodcast.net/episode-58-bill-rapier-american-tactical/',2461,NULL,'external',103,NULL,NULL,NULL,NULL,NULL,NULL),
(121,'https://www.everand.com/listen/podcast/573871555',2461,NULL,'external',103,NULL,NULL,NULL,NULL,NULL,NULL),
(122,'https://www.amtacshooting.com/media/',2461,NULL,'external',103,NULL,NULL,NULL,NULL,NULL,NULL),
(123,'https://www.amtacshooting.com/media/',2461,NULL,'external',103,NULL,NULL,NULL,NULL,NULL,NULL),
(124,'https://www.amtacshooting.com/upcoming-courses/',2461,NULL,'external',103,NULL,NULL,NULL,NULL,NULL,NULL),
(125,'https://www.amtacshooting.com/amtac-shooting-testimonials/',2461,NULL,'external',103,NULL,NULL,NULL,NULL,NULL,NULL),
(132,'https://www.amtacshooting.com/wp-content/uploads/2019/03/pistol-min.jpg',2461,NULL,'image-ex',103,NULL,NULL,NULL,NULL,NULL,NULL),
(133,'https://www.amtacshooting.com/wp-content/uploads/2018/10/6X0C1113-1024x683.jpg',2461,NULL,'image-ex',103,NULL,NULL,NULL,NULL,NULL,NULL),
(149,'https://www.amtacshooting.com/media/',2762,NULL,'external',106,NULL,NULL,NULL,NULL,NULL,NULL),
(150,'https://www.amtacshooting.com/media/',2762,NULL,'external',106,NULL,NULL,NULL,NULL,NULL,NULL),
(151,'https://www.amtacshooting.com/upcoming-courses/',2762,NULL,'external',106,NULL,NULL,NULL,NULL,NULL,NULL),
(152,'https://www.amtacshooting.com/amtac-shooting-testimonials/',2762,NULL,'external',106,NULL,NULL,NULL,NULL,NULL,NULL),
(161,'https://www.amtacshooting.com/media/',2794,NULL,'external',107,NULL,NULL,NULL,NULL,NULL,NULL),
(162,'https://www.amtacshooting.com/upcoming-courses/',2794,NULL,'external',107,NULL,NULL,NULL,NULL,NULL,NULL),
(163,'https://www.amtacshooting.com/amtac-shooting-testimonials/',2794,NULL,'external',107,NULL,NULL,NULL,NULL,NULL,NULL),
(169,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/crosses-300x267.jpg',2933,NULL,'image-ex',108,NULL,NULL,NULL,NULL,NULL,NULL),
(170,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/school_hallway-1024x683.jpg',27,NULL,'image-ex',110,NULL,NULL,NULL,NULL,NULL,NULL),
(171,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910-1024x1024.jpg',29,NULL,'image-ex',111,NULL,NULL,NULL,NULL,NULL,NULL),
(172,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/2018-04-03-17.52.32-e1523914382566-300x225.jpg',29,NULL,'image-ex',111,NULL,NULL,NULL,NULL,NULL,NULL),
(173,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/aac_flash_suppressor-e1523914422542-300x225.jpg',29,NULL,'image-ex',111,NULL,NULL,NULL,NULL,NULL,NULL),
(174,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/bemeyers_flash_suppressor-e1523914469829-300x225.jpg',29,NULL,'image-ex',111,NULL,NULL,NULL,NULL,NULL,NULL),
(175,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/7680FC55-38D6-45FD-92E5-736B699AF2C7-e1523915503727-1024x595.jpg',29,NULL,'image-ex',111,NULL,NULL,NULL,NULL,NULL,NULL),
(176,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/2018-04-03-17.41.25-1024x768.jpg',29,NULL,'image-ex',111,NULL,NULL,NULL,NULL,NULL,NULL),
(177,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/2018-04-03-17.36.55-1024x768.jpg',29,NULL,'image-ex',111,NULL,NULL,NULL,NULL,NULL,NULL),
(178,'https://www.amtacshooting.com/wp-content/uploads/2018/01/carbine_rug-1024x769.jpg',29,NULL,'image-ex',111,NULL,NULL,NULL,NULL,NULL,NULL),
(179,'http://www.vdmsr.com/2017/07/aar-womens-defense-course-amtac-bill.html',313,NULL,'external',112,NULL,NULL,NULL,NULL,NULL,NULL),
(180,'http://www.vdmsr.com/2017/07/aar-womens-defense-course-amtac-bill.html',313,NULL,'external',112,NULL,NULL,NULL,NULL,NULL,NULL),
(181,'https://www.amtacshooting.com/blog/wp-content/uploads/2017/05/aar_womens_combatives_vdmsr.jpg',313,NULL,'image-ex',112,NULL,NULL,NULL,NULL,NULL,NULL),
(182,'http://www.vdmsr.com/2017/06/aar-integrated-combatives-amtac-bill.html',630,NULL,'external',116,NULL,NULL,NULL,NULL,NULL,NULL),
(183,'http://www.vdmsr.com/2017/06/aar-integrated-combatives-amtac-bill.html',630,NULL,'external',116,NULL,NULL,NULL,NULL,NULL,NULL),
(184,'https://www.amtacshooting.com/blog/wp-content/uploads/2017/05/AAR_vdmsr_amtac_integrated_combatives.jpg',630,NULL,'image-ex',116,NULL,NULL,NULL,NULL,NULL,NULL),
(185,'https://civiliangunfighter.wordpress.com/2017/05/31/aar-american-tactical-shooting-instruction-bill-rapier-integrated-shooting-and-combatives-course-new-holland-pa-527-2817/',639,NULL,'external',118,NULL,NULL,NULL,NULL,NULL,NULL),
(186,'https://civiliangunfighter.wordpress.com/2017/06/02/aar2-key-takeaways-from-bill-rapiers-integrated-shooting-and-combatives-class/',639,NULL,'external',118,NULL,NULL,NULL,NULL,NULL,NULL),
(187,'https://www.amtacshooting.com/blog/wp-content/uploads/2017/05/aar_civilian_gunfighter_integrated_john.jpg',639,NULL,'image-ex',118,NULL,NULL,NULL,NULL,NULL,NULL),
(188,'http://www.breachbangclear.com/brain-dump-the-responsible-armed-citizen-course/',651,NULL,'external',119,NULL,NULL,NULL,NULL,NULL,NULL),
(189,'http://www.breachbangclear.com/brain-dump-the-responsible-armed-citizen-course/',651,NULL,'external',119,NULL,NULL,NULL,NULL,NULL,NULL),
(190,'https://www.amtacshooting.com/blog/wp-content/uploads/2017/03/aar_breach_bang_clear_amtac.jpg',651,NULL,'image-ex',119,NULL,NULL,NULL,NULL,NULL,NULL),
(191,'https://www.glocktalk.com/threads/aar-bill-rapier-american-tactical-integrated-combatives-course.1632465/',662,NULL,'external',120,NULL,NULL,NULL,NULL,NULL,NULL),
(192,'https://www.glocktalk.com/threads/aar-bill-rapier-american-tactical-integrated-combatives-course.1632465/',662,NULL,'external',120,NULL,NULL,NULL,NULL,NULL,NULL),
(193,'https://www.amtacshooting.com/blog/wp-content/uploads/2016/08/AAR-Integrated-Combatives-Glock-Talk-731x1024.jpg',662,NULL,'image-ex',120,NULL,NULL,NULL,NULL,NULL,NULL),
(194,'http://www.vdmsr.com/2016/06/aar-responsible-armed-citizen-amtac.html',666,NULL,'external',121,NULL,NULL,NULL,NULL,NULL,NULL),
(195,'http://www.vdmsr.com/2016/06/aar-responsible-armed-citizen-amtac.html',666,NULL,'external',121,NULL,NULL,NULL,NULL,NULL,NULL),
(196,'https://www.amtacshooting.com/blog/wp-content/uploads/2016/05/AAR-Responsible-Armed-Citizen-VDMSR-1024x806.jpg',666,NULL,'image-ex',121,NULL,NULL,NULL,NULL,NULL,NULL),
(197,'http://www.vdmsr.com/2016/09/aar-american-tactical-shooting-and-cqb.html',671,NULL,'external',122,NULL,NULL,NULL,NULL,NULL,NULL),
(198,'http://www.vdmsr.com/2016/09/aar-american-tactical-shooting-and-cqb.html',671,NULL,'external',122,NULL,NULL,NULL,NULL,NULL,NULL),
(199,'https://www.amtacshooting.com/blog/wp-content/uploads/2016/08/AAR_shooting_and_CQB_VDMSR.jpg',671,NULL,'image-ex',122,NULL,NULL,NULL,NULL,NULL,NULL),
(202,'https://www.amtacshooting.com/upcoming-courses/',2422,NULL,'external',126,NULL,NULL,NULL,NULL,NULL,NULL),
(203,'https://www.amtacshooting.com/bill-rapier-owner-lead-instructor/',2422,NULL,'external',126,NULL,NULL,NULL,NULL,NULL,NULL),
(204,'https://www.amtacshooting.com/upcoming-courses/',2422,NULL,'external',126,NULL,NULL,NULL,NULL,NULL,NULL),
(205,'https://www.amtacshooting.com/david-acosta-lead-instructor/',2422,NULL,'external',126,NULL,NULL,NULL,NULL,NULL,NULL),
(206,'https://www.amtacshooting.com/upcoming-courses/',2422,NULL,'external',126,NULL,NULL,NULL,NULL,NULL,NULL),
(207,'https://www.amtacshooting.com/david-cagle-lead-instructor/',2422,NULL,'external',126,NULL,NULL,NULL,NULL,NULL,NULL),
(208,'https://www.amtacshooting.com/upcoming-courses/',2422,NULL,'external',126,NULL,NULL,NULL,NULL,NULL,NULL),
(209,'https://www.amtacshooting.com/kevin-kelly-lead-instructor/',2422,NULL,'external',126,NULL,NULL,NULL,NULL,NULL,NULL),
(210,'https://www.amtacshooting.com/upcoming-courses/',2422,NULL,'external',126,NULL,NULL,NULL,NULL,NULL,NULL),
(211,'https://www.amtacshooting.com/bryan-resnick-lead-instructor/',2422,NULL,'external',126,NULL,NULL,NULL,NULL,NULL,NULL),
(223,'https://www.amtacshooting.com/upcoming-courses/',2804,NULL,'external',127,NULL,NULL,NULL,NULL,NULL,NULL),
(224,'https://www.amtacshooting.com/amtac-shooting-testimonials/',2804,NULL,'external',127,NULL,NULL,NULL,NULL,NULL,NULL),
(226,'https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf-731x1024.jpg',2804,NULL,'image-ex',127,NULL,NULL,NULL,NULL,NULL,NULL),
(232,'https://www.amtacshooting.com/upcoming-courses/',2815,NULL,'external',128,NULL,NULL,NULL,NULL,NULL,NULL),
(233,'https://www.amtacshooting.com/amtac-shooting-testimonials/',2815,NULL,'external',128,NULL,NULL,NULL,NULL,NULL,NULL),
(238,'https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg',2815,NULL,'image-ex',128,NULL,NULL,NULL,NULL,NULL,NULL),
(239,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/The-One-Rifle-1024x682.jpg',344,NULL,'image-ex',129,NULL,NULL,NULL,NULL,NULL,NULL),
(240,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/Hybrid-Carbine-1-1024x683.jpg',344,NULL,'image-ex',129,NULL,NULL,NULL,NULL,NULL,NULL),
(241,'https://www.ruger.com/products/precisionRifle/models.html',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(242,'https://www.remington.com/rifles/bolt-action/model-700',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(243,'http://bergarausa.com',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(244,'https://www.savagearms.com',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(245,'http://www.tikka.fi/en-us',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(246,'http://jbeaglerifles.com',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(247,'https://www.horusvision.com/download/horus_tremor3_reticle_technical_specs.pdf',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(248,'https://www.horusvision.com/download/horus_h59_reticle_technical_specs.pdf',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(249,'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(250,'https://www.amazon.com/Bushnell-Tactical-10X40-Mil-Dot-Reticle/dp/B004NKY6DU',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(251,'http://www.vortexoptics.com/product/vortex-viper-pst-gen-2-5-25x50-ffp-riflescope-with-ebr-2c-mrad-reticle/reticle',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(252,'https://www.leupold.com/scopes/rifle-scopes/vx-3i-lrp-6-5-20x50mm-30mm-side-focus-mil-ffp?selectedSku=172344',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(253,'http://nightforceoptics.com/shv/4-14x50-f1',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(254,'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle/reticle',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(255,'http://nightforceoptics.com/atacr/5-25×56-f1',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(256,'https://www.leupold.com/scopes/rifle-scopes/mark-8-3-5-25x56mm-m5b2-illuminated-front-focal?selectedSku=170813',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(257,'https://www.midwayusa.com/product/3284279521/spuhr-isms-1-piece-scope-mount-picatinny-style-matte',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(258,'http://www.vortexoptics.com/product/vortex-precision-matched-rings-30mm-riflescope-145',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(259,'http://nightforceoptics.com/accessories/ultralite-rings-30mm',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(260,'http://www.black-hills.com',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(261,'http://www.vortexoptics.com/category/fury_binoculars',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(262,'https://www.midwayusa.com/product/1018376970/sig-sauer-kilo2200mr-laser-rangefinder-7x-25mm-with-milling-reticle-graphite',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(263,'https://leadnavsystems.com/theleadnavapp/',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(264,'http://www.vortexoptics.com/product/vortex-razor-hd-11-33x50-angled-spotting-scope',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(265,'http://www.vortexoptics.com/product/razor-hd-gen-2-45-27x56-riflescope-with-ebr-2c-mrad-reticle',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(266,'http://www.vortexoptics.com/product/vortex-viper-hd-10x50-binocular',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(267,'http://www.vortexoptics.com/category/fury_binoculars',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(268,'https://www.swarovskioptik.com/hunting/binoculars-c2001',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(269,'https://www.steiner-optics.com/binoculars',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(270,'https://kestrelmeters.com/products/kestrel-elite-weather-meter-with-applied-ballistics',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(271,'http://appliedballisticsllc.com/products/apps/ab-mobile-app/',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(272,'https://magnetospeed.com/products/v3-ballistic-chronograph',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(273,'https://kestrelinstruments.com/labradar',346,NULL,'external',130,NULL,NULL,NULL,NULL,NULL,NULL),
(274,'https://www.amtacshooting.com/wp-content/uploads/2018/03/p_rfile_in_grass-1024x512.jpg',346,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),
(275,'https://www.amtacshooting.com/wp-content/uploads/2018/03/A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-768x1024.jpeg',346,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),
(276,'https://ruger.com/products/precisionRifle/images/18029.jpg',346,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),
(277,'http://www.gunsandammo.com/files/2018/05/Remington-Model-700-PCR.jpg',346,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),
(278,'http://bergarausa.com/graphics2/B-14_BMP.jpg',346,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),
(279,'https://www.budsgunshop.com/catalog/images/24706.jpg',346,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),
(280,'http://cdn1.tikka.fi/sites/default/files/TAC_A1_length_20_2000.png',346,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),
(281,'https://www.amtacshooting.com/wp-content/uploads/2018/03/FE8B48FA-E10D-4D5B-AB19-AC8F1A0F7B02-1024x768.jpeg',346,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),
(282,'http://www.vortexoptics.com/uploads/ret_rzr-g2_f_45-27x56_ebr-2c_mrad-t.jpg',346,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),
(283,'https://www.amtacshooting.com/wp-content/uploads/2018/03/31VoeR751xL-300x293.jpg',346,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),
(284,'https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_pst-2_5-25x50_mrad_br_turrets-300x175.jpg',346,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),
(285,'https://www.amtacshooting.com/wp-content/uploads/2018/03/rfl_rzr-g2_f_45-27x56_mrad_fr-t-300x175.jpg',346,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),
(286,'https://www.amtacshooting.com/wp-content/uploads/2018/03/nightforce_enhanced_ATACR_5-25x56_SFP_riflescope_3-300x225.png',346,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),
(287,'https://www.amtacshooting.com/wp-content/uploads/2018/03/mark8-3-300x128.jpg',346,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),
(288,'https://www.amtacshooting.com/wp-content/uploads/2018/03/7C6D8C5D0F7CF725BA1E1F220EDDFC8EFBACF8A3-300x231.jpg',346,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),
(289,'https://www.amtacshooting.com/wp-content/uploads/2018/03/vortex-precision-matched-rings-35mm-medium-b4b-300x300.jpg',346,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),
(290,'https://www.amtacshooting.com/wp-content/uploads/2018/03/279224-300x225.jpg',346,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),
(291,'https://www.amtacshooting.com/wp-content/uploads/2018/03/ammunition-300x300.jpg',346,NULL,'image-ex',130,NULL,NULL,NULL,NULL,NULL,NULL),
(292,'http://usnightvision.com/thermosight-pro-pts233/',358,NULL,'external',131,NULL,NULL,NULL,NULL,NULL,NULL),
(293,'http://usnightvision.com/thermosight-pro-pts233/',358,NULL,'external',131,NULL,NULL,NULL,NULL,NULL,NULL),
(294,'https://www.midwayusa.com/product/1339912049/black-hills-ammunition-556x45mm-nato-77-grain-sierra-matchking-hollow-point',358,NULL,'external',131,NULL,NULL,NULL,NULL,NULL,NULL),
(295,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG_1452.HEIC_-e1521594005226.jpg',358,NULL,'image-ex',131,NULL,NULL,NULL,NULL,NULL,NULL),
(296,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG019.jpeg',358,NULL,'image-ex',131,NULL,NULL,NULL,NULL,NULL,NULL),
(297,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG006.jpeg',358,NULL,'image-ex',131,NULL,NULL,NULL,NULL,NULL,NULL),
(298,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG045.jpeg',358,NULL,'image-ex',131,NULL,NULL,NULL,NULL,NULL,NULL),
(299,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG022.jpeg',358,NULL,'image-ex',131,NULL,NULL,NULL,NULL,NULL,NULL),
(300,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG024.jpeg',358,NULL,'image-ex',131,NULL,NULL,NULL,NULL,NULL,NULL),
(301,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG027.jpeg',358,NULL,'image-ex',131,NULL,NULL,NULL,NULL,NULL,NULL),
(302,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG008.jpeg',358,NULL,'image-ex',131,NULL,NULL,NULL,NULL,NULL,NULL),
(303,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG029.jpeg',358,NULL,'image-ex',131,NULL,NULL,NULL,NULL,NULL,NULL),
(304,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG034.jpeg',358,NULL,'image-ex',131,NULL,NULL,NULL,NULL,NULL,NULL),
(305,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG035.jpeg',358,NULL,'image-ex',131,NULL,NULL,NULL,NULL,NULL,NULL),
(306,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG015.jpeg',358,NULL,'image-ex',131,NULL,NULL,NULL,NULL,NULL,NULL),
(307,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/03/IMG004.jpeg',358,NULL,'image-ex',131,NULL,NULL,NULL,NULL,NULL,NULL),
(308,'https://www.strongfirst.com/get-started/about/pavel-tsatsouline/',626,NULL,'external',132,NULL,NULL,NULL,NULL,NULL,NULL),
(309,'http://competition-dynamics.com/sniper-adventure-challenge-2017/',626,NULL,'external',132,NULL,NULL,NULL,NULL,NULL,NULL),
(310,'https://www.strongfirst.com',626,NULL,'external',132,NULL,NULL,NULL,NULL,NULL,NULL),
(311,'https://www.gymjones.com',626,NULL,'external',132,NULL,NULL,NULL,NULL,NULL,NULL),
(312,'https://www.amazon.com/Nourishing-Traditions-Challenges-Politically-Dictocrats-ebook/dp/B00276HAWG/ref=sr_1_1?ie=UTF8&amp;qid=1523940096&amp;sr=8-1&amp;keywords=nourishing+traditions+cookbook',626,NULL,'external',132,NULL,NULL,NULL,NULL,NULL,NULL),
(313,'https://www.amazon.com/Born-Run-Christopher-McDougall-ebook/dp/B0028MBKVG/ref=sr_1_1?ie=UTF8&amp;qid=1523940130&amp;sr=8-1&amp;keywords=born+to+run',626,NULL,'external',132,NULL,NULL,NULL,NULL,NULL,NULL),
(314,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/running_pistol-1024x682.jpg',626,NULL,'image-ex',132,NULL,NULL,NULL,NULL,NULL,NULL),
(315,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/IMG_2174-e1523917480607-768x1024.jpg',626,NULL,'image-ex',132,NULL,NULL,NULL,NULL,NULL,NULL),
(316,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/F9FA18DF-92B2-48AB-81D8-ECBF783C15A7-e1523938478464-768x1024.jpg',626,NULL,'image-ex',132,NULL,NULL,NULL,NULL,NULL,NULL),
(317,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/DEA1F19B-1608-4603-A898-44477B13501D-e1523938217747-768x1024.jpg',626,NULL,'image-ex',132,NULL,NULL,NULL,NULL,NULL,NULL),
(318,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/race_ruck-1024x768.jpg',626,NULL,'image-ex',132,NULL,NULL,NULL,NULL,NULL,NULL),
(319,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/skiing-1024x768.jpg',626,NULL,'image-ex',132,NULL,NULL,NULL,NULL,NULL,NULL),
(320,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/01/F77E832A-6D44-4264-A3D6-D77B19711E5D-1024x768.jpg',626,NULL,'image-ex',132,NULL,NULL,NULL,NULL,NULL,NULL),
(321,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/IMG_2199-1024x768.jpg',626,NULL,'image-ex',132,NULL,NULL,NULL,NULL,NULL,NULL),
(322,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/IMG_2216-1024x768.jpg',626,NULL,'image-ex',132,NULL,NULL,NULL,NULL,NULL,NULL),
(323,'https://www.amtacshooting.com/blog/wp-content/uploads/2018/04/IMG_2225-1024x768.jpg',626,NULL,'image-ex',132,NULL,NULL,NULL,NULL,NULL,NULL),
(324,'https://www.vdmsr.com/2018/06/aar-force-on-force-amtac-bill-rapier.html?m=1',1055,NULL,'external',133,NULL,NULL,NULL,NULL,NULL,NULL),
(325,'https://www.amtacshooting.com/wp-content/uploads/2018/08/AAR_vdmsr_force_course.jpg',1055,NULL,'image-ex',133,NULL,NULL,NULL,NULL,NULL,NULL),
(326,'https://hillpeoplegear.com/Forum/forumid/25/threadid/27758/scope/posts',1060,NULL,'external',134,NULL,NULL,NULL,NULL,NULL,NULL),
(327,'https://www.amtacshooting.com/wp-content/uploads/2018/08/AAR_RAC_Hill_People.jpg',1060,NULL,'image-ex',134,NULL,NULL,NULL,NULL,NULL,NULL),
(328,'https://jakehobackknives.com',1125,NULL,'external',135,NULL,NULL,NULL,NULL,NULL,NULL),
(329,'https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4044-1-225x300.jpg',1125,NULL,'image-ex',135,NULL,NULL,NULL,NULL,NULL,NULL),
(330,'https://www.amtacshooting.com/wp-content/uploads/2018/10/minuteman.jpg',1125,NULL,'image-ex',135,NULL,NULL,NULL,NULL,NULL,NULL),
(331,'https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG-4222-768x1024.jpg',1125,NULL,'image-ex',135,NULL,NULL,NULL,NULL,NULL,NULL),
(332,'https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_4221-300x225.jpg',1125,NULL,'image-ex',135,NULL,NULL,NULL,NULL,NULL,NULL),
(333,'https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_3960-300x200.jpg',1125,NULL,'image-ex',135,NULL,NULL,NULL,NULL,NULL,NULL),
(334,'https://www.amtacshooting.com/wp-content/uploads/2018/04/11836858_10155901153455414_3374731815603334938_n-300x225.jpg',1125,NULL,'image-ex',135,NULL,NULL,NULL,NULL,NULL,NULL),
(335,'https://www.amtacshooting.com/wp-content/uploads/2018/03/Hybrid-Carbine-1-300x200.jpg',1125,NULL,'image-ex',135,NULL,NULL,NULL,NULL,NULL,NULL),
(336,'https://www.amtacshooting.com/wp-content/uploads/2018/03/carbine_laying_down-1024x683.jpg',1125,NULL,'image-ex',135,NULL,NULL,NULL,NULL,NULL,NULL),
(337,'https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_4552-768x1024.jpg',1125,NULL,'image-ex',135,NULL,NULL,NULL,NULL,NULL,NULL),
(338,'https://www.amtacshooting.com/wp-content/uploads/2018/03/A13E6688-3690-48C8-8910-4220CC1B5A14-e1530653215939-225x300.jpeg',1125,NULL,'image-ex',135,NULL,NULL,NULL,NULL,NULL,NULL),
(339,'https://www.amtacshooting.com/wp-content/uploads/2018/03/new_precision_rifle-300x171.jpg',1125,NULL,'image-ex',135,NULL,NULL,NULL,NULL,NULL,NULL),
(340,'https://www.amtacshooting.com/wp-content/uploads/2018/10/20180131_120413-2-1024x768.jpg',1125,NULL,'image-ex',135,NULL,NULL,NULL,NULL,NULL,NULL),
(341,'https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_3214-3-768x1024.jpg',1125,NULL,'image-ex',135,NULL,NULL,NULL,NULL,NULL,NULL),
(342,'https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_4588-1024x768.jpg',1125,NULL,'image-ex',135,NULL,NULL,NULL,NULL,NULL,NULL),
(343,'https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_4597-1024x768.jpg',1125,NULL,'image-ex',135,NULL,NULL,NULL,NULL,NULL,NULL),
(344,'http://www.thepressureproject.com',2934,NULL,'external',136,NULL,NULL,NULL,NULL,NULL,NULL),
(345,'https://sayoc.com',2934,NULL,'external',136,NULL,NULL,NULL,NULL,NULL,NULL),
(346,'http://www.kyledefoor.com',2934,NULL,'external',136,NULL,NULL,NULL,NULL,NULL,NULL),
(347,'https://www.integratedtacticaltraining.com',2934,NULL,'external',136,NULL,NULL,NULL,NULL,NULL,NULL),
(348,'http://www.gustavomachado.com',2934,NULL,'external',136,NULL,NULL,NULL,NULL,NULL,NULL),
(349,'https://atienzakali.com',2934,NULL,'external',136,NULL,NULL,NULL,NULL,NULL,NULL),
(350,'https://www.amtacshooting.com/wp-content/uploads/2018/10/full-size-2-1024x822.jpg',2934,NULL,'image-ex',136,NULL,NULL,NULL,NULL,NULL,NULL),
(351,'https://www.amtacshooting.com/wp-content/uploads/2018/12/Coliseum-1024x575.jpg',2934,NULL,'image-ex',136,NULL,NULL,NULL,NULL,NULL,NULL),
(352,'https://www.amtacshooting.com/wp-content/uploads/2018/12/watch-e1544924690325-1024x1024.png',2935,NULL,'image-ex',137,NULL,NULL,NULL,NULL,NULL,NULL),
(353,'https://www.amtacshooting.com/wp-content/uploads/2018/12/IMG_3930-1024x768.jpg',2935,NULL,'image-ex',137,NULL,NULL,NULL,NULL,NULL,NULL),
(354,'https://www.amtacshooting.com/wp-content/uploads/2018/12/img_86900331-2-1024x744.jpg',2935,NULL,'image-ex',137,NULL,NULL,NULL,NULL,NULL,NULL),
(355,'https://www.amtacshooting.com/the-modern-minute-man-and-other-standards/',2936,NULL,'external',138,NULL,NULL,NULL,NULL,NULL,NULL),
(356,'https://www.strongfirst.com/about/pavel-tsatsouline/',2936,NULL,'external',138,NULL,NULL,NULL,NULL,NULL,NULL),
(357,'https://www.amtacshooting.com/wp-content/uploads/2018/12/IMG_4572-2-1024x768.jpg',2936,NULL,'image-ex',138,NULL,NULL,NULL,NULL,NULL,NULL),
(358,'https://www.amtacshooting.com/wp-content/uploads/2018/12/IMG_3998-1-1024x768.jpg',2936,NULL,'image-ex',138,NULL,NULL,NULL,NULL,NULL,NULL),
(359,'https://www.amtacshooting.com/wp-content/uploads/2018/04/IMG_2174-e1523917480607-768x1024.jpg',2936,NULL,'image-ex',138,NULL,NULL,NULL,NULL,NULL,NULL),
(360,'https://www.amtacshooting.com/wp-content/uploads/2018/12/IMG_3931-1024x768.jpg',2936,NULL,'image-ex',138,NULL,NULL,NULL,NULL,NULL,NULL),
(361,'https://sayoc.com',1293,NULL,'external',139,NULL,NULL,NULL,NULL,NULL,NULL),
(362,'https://atienzakali.com',1293,NULL,'external',139,NULL,NULL,NULL,NULL,NULL,NULL),
(363,'https://sayoc.com',1293,NULL,'external',139,NULL,NULL,NULL,NULL,NULL,NULL),
(364,'https://atienzakali.com',1293,NULL,'external',139,NULL,NULL,NULL,NULL,NULL,NULL),
(365,'https://en.wikipedia.org/wiki/OODA_loop',1293,NULL,'external',139,NULL,NULL,NULL,NULL,NULL,NULL),
(366,'https://sayoc.com',1293,NULL,'external',139,NULL,NULL,NULL,NULL,NULL,NULL),
(367,'https://atienzakali.com',1293,NULL,'external',139,NULL,NULL,NULL,NULL,NULL,NULL),
(368,'https://www.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-1024x683.jpg',1293,NULL,'image-ex',139,NULL,NULL,NULL,NULL,NULL,NULL),
(369,'https://www.amtacshooting.com/wp-content/uploads/2019/03/IMG_92510336-1024x1024.jpg',1293,NULL,'image-ex',139,NULL,NULL,NULL,NULL,NULL,NULL),
(370,'https://www.amtacshooting.com/wp-content/uploads/2018/10/IMG_3960-1024x683.jpg',1293,NULL,'image-ex',139,NULL,NULL,NULL,NULL,NULL,NULL),
(371,'https://www.amtacshooting.com/wp-content/uploads/2019/03/IMG_65610316-1024x657.jpg',1293,NULL,'image-ex',139,NULL,NULL,NULL,NULL,NULL,NULL),
(372,'https://www.amtacshooting.com/wp-content/uploads/2019/03/Charger-1-1024x576.png',1293,NULL,'image-ex',139,NULL,NULL,NULL,NULL,NULL,NULL),
(373,'https://www.amtacshooting.com/wp-content/uploads/2019/03/Charger-3-1024x576.png',1293,NULL,'image-ex',139,NULL,NULL,NULL,NULL,NULL,NULL),
(374,'https://www.amtacshooting.com/wp-content/uploads/2019/03/Charger-4-1024x576.png',1293,NULL,'image-ex',139,NULL,NULL,NULL,NULL,NULL,NULL),
(375,'https://www.amtacshooting.com/privacy-and-disclosure/',1455,NULL,'external',140,NULL,NULL,NULL,NULL,NULL,NULL),
(376,'https://www.fcc.gov/wireless/bureau-divisions/mobility-division/family-radio-service-frs',1455,NULL,'external',140,NULL,NULL,NULL,NULL,NULL,NULL),
(377,'https://www.fcc.gov/wireless/bureau-divisions/mobility-division/amateur-radio-service',1455,NULL,'external',140,NULL,NULL,NULL,NULL,NULL,NULL),
(378,'https://www.fcc.gov/general-mobile-radio-service-gmrs',1455,NULL,'external',140,NULL,NULL,NULL,NULL,NULL,NULL),
(379,'https://www.fcc.gov/wireless/bureau-divisions/mobility-division/multi-use-radio-service-murs',1455,NULL,'external',140,NULL,NULL,NULL,NULL,NULL,NULL),
(383,'https://www.amateurradiosupplies.com/product-p/11304.htm',1455,NULL,'external',140,NULL,NULL,NULL,NULL,NULL,NULL),
(384,'https://www.amtacshooting.com/wp-content/uploads/2020/04/Billradio-min.jpg',1455,NULL,'image-ex',140,NULL,NULL,NULL,NULL,NULL,NULL),
(385,'https://www.amtacshooting.com/wp-content/uploads/2020/04/Radio-min.jpg',1455,NULL,'image-ex',140,NULL,NULL,NULL,NULL,NULL,NULL),
(386,'https://civiliangunfighter.wordpress.com/2020/06/18/aar-american-tactical-shooting-instruction-bill-rapier-compact-carbine-deployment-lewisbury-pa-06-12-20/',1539,NULL,'external',141,NULL,NULL,NULL,NULL,NULL,NULL),
(388,'https://www.amtacshooting.com/wp-content/uploads/2023/06/IMG_9740-min-min-1-1-1024x606.jpg',2053,NULL,'image-ex',142,NULL,NULL,NULL,NULL,NULL,NULL),
(393,'https://www.amtacshooting.com/wp-content/uploads/2023/06/IMG_9750-2-min-492x1024.jpg',2053,NULL,'image-ex',142,NULL,NULL,NULL,NULL,NULL,NULL),
(408,'https://amtacblades.com/battle-axe/',2279,NULL,'external',147,NULL,NULL,NULL,NULL,NULL,NULL),
(419,'https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-2-min-300x200.jpg',2085,1950,'image-in',100,NULL,924,1385,39623,NULL,NULL),
(420,'https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-3-min-1024x863.jpg',2085,1951,'image-in',100,NULL,924,1096,40122,NULL,NULL),
(421,'https://staging.amtacshooting.com/wp-content/uploads/2022/04/Bill-Walther-Pistol-min-1024x576.jpg',2085,1698,'image-in',100,NULL,739,1313,62541,NULL,NULL),
(422,'https://staging.amtacshooting.com/wp-content/uploads/2022/07/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg',2085,1763,'image-in',100,NULL,667,1000,46664,NULL,NULL),
(423,'https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-1-min-1024x683.jpg',2085,1949,'image-in',100,NULL,924,1385,45027,NULL,NULL),
(424,'https://staging.amtacshooting.com/wp-content/uploads/2023/07/20230706_140101-min-cropped-1024x884.jpg',2085,2123,'image-in',100,NULL,924,1070,38084,NULL,NULL),
(426,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bill-Rapier-Amtac-Shooting-Instructor-1-1024x341.png',2461,2462,'image-in',103,NULL,500,1500,266892,NULL,NULL),
(427,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/Bill-article-1024x705.png',2461,2671,'image-in',103,NULL,773,1122,192198,NULL,NULL),
(428,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/Bill-Q-LLC.png',2461,2674,'image-in',103,NULL,698,788,156770,NULL,NULL),
(429,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/podcast-bill-rapier.png',2461,2678,'image-in',103,NULL,321,624,78727,NULL,NULL),
(430,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/can-you-survive-this-podcast-bill-rapier.jpg',2461,2693,'image-in',103,NULL,315,317,18494,NULL,NULL),
(431,'https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_3-1024x769.jpg',2461,2193,'image-in',103,NULL,924,1231,48343,NULL,NULL),
(432,'https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_-1024x779.png',2461,2260,'image-in',103,NULL,863,1135,500446,NULL,NULL),
(433,'https://staging.amtacshooting.com/wp-content/uploads/2024/01/a1s5260.jpg',2461,2356,'image-in',103,NULL,267,400,23744,NULL,NULL),
(437,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Acosta-Amtac-Shooting-Instructor-1024x341.png',2762,2428,'image-in',106,NULL,500,1500,272092,NULL,NULL),
(438,'https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg',2762,1718,'image-in',106,NULL,924,924,89032,NULL,NULL),
(439,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/c-DavidAcosta-682x1024.jpg',2762,2778,'image-in',106,NULL,1386,924,81814,NULL,NULL),
(440,'https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-2-min-Copy-984x1024.jpg',2762,1953,'image-in',106,NULL,961,924,33766,NULL,NULL),
(441,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/david-acosta-1.jpeg',2762,2777,'image-in',106,NULL,225,225,8839,NULL,NULL),
(442,'https://staging.amtacshooting.com/wp-content/uploads/2022/12/David-A-pic-4-min.jpg',2762,1952,'image-in',106,NULL,388,540,29852,NULL,NULL),
(443,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/c-DavidAcosta__ClassTourniquet-1024x683.jpg',2762,2779,'image-in',106,NULL,924,1386,138003,NULL,NULL),
(444,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/david-acosta-2.jpeg',2762,2780,'image-in',106,NULL,200,799,28905,NULL,NULL),
(445,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Cagle-Amtac-Shooting-Instructor-1024x341.png',2794,2441,'image-in',107,NULL,500,1500,303178,NULL,NULL),
(446,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/David-Cagle-Shotgun-1-Course-Instructor-pic.jpg',2794,2796,'image-in',107,NULL,958,656,60097,NULL,NULL),
(447,'https://staging.amtacshooting.com/wp-content/uploads/2022/07/David-Cagle_Smiling-Profile.jpg',2794,1764,'image-in',107,NULL,446,446,20224,NULL,NULL),
(448,'https://staging.amtacshooting.com/wp-content/uploads/2022/07/Amtac-Instructors-David-Cagle-min-1.jpg',2794,1753,'image-in',107,NULL,588,366,92323,NULL,NULL),
(449,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Cagle-Shotgun-1-Course-1024x711.jpg',2794,2502,'image-in',107,NULL,896,1290,165464,NULL,NULL),
(450,'https://staging.amtacshooting.com/wp-content/uploads/2024/01/Class-Photo-1-1024x683.jpg',2384,2385,'image-in',125,NULL,924,1386,84398,NULL,NULL),
(451,'https://staging.amtacshooting.com/wp-content/uploads/2024/01/Class-Photo-2a-1024x598.jpg',2384,2386,'image-in',125,NULL,808,1383,175676,NULL,NULL),
(452,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/Amtac-Shooting-Newsletter-Banner-4-1024x341.png',2422,2423,'image-in',126,NULL,500,1500,260725,NULL,NULL),
(453,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bill-Rapier-Amtac-Shooting-Instructor-1024x341.png',2422,2427,'image-in',126,NULL,500,1500,266892,NULL,NULL),
(454,'https://staging.amtacshooting.com/wp-content/uploads/2024/05/Bill-Rapier-Button.png',2422,2854,'image-in',126,NULL,250,1000,11173,NULL,NULL),
(455,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Acosta-Amtac-Shooting-Instructor-1024x341.png',2422,2428,'image-in',126,NULL,500,1500,272092,NULL,NULL),
(456,'https://staging.amtacshooting.com/wp-content/uploads/2024/05/David-Acosta-Button.png',2422,2855,'image-in',126,NULL,250,1000,12725,NULL,NULL),
(457,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/David-Cagle-Amtac-Shooting-Instructor-1024x341.png',2422,2441,'image-in',126,NULL,500,1500,303178,NULL,NULL),
(458,'https://staging.amtacshooting.com/wp-content/uploads/2024/05/David-Cagle-Button.png',2422,2856,'image-in',126,NULL,250,1000,12338,NULL,NULL),
(459,'https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-Kelly-Amtac-Shooting-Instructor-3-1024x341.png',2422,2871,'image-in',126,NULL,500,1500,272207,NULL,NULL),
(460,'https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-kelly-Button.png',2422,2857,'image-in',126,NULL,250,1000,11895,NULL,NULL),
(461,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bryan-Resnick-Amtac-Shooting-Instructor-1024x341.png',2422,2451,'image-in',126,NULL,500,1500,295630,NULL,NULL),
(462,'https://staging.amtacshooting.com/wp-content/uploads/2024/05/Bryan-Resnick-Button.png',2422,2858,'image-in',126,NULL,250,1000,13056,NULL,NULL),
(463,'https://staging.amtacshooting.com/wp-content/uploads/2024/05/Kevin-Kelly-Amtac-Shooting-Instructor-3-1024x341.png',2804,2871,'image-in',127,NULL,500,1500,272207,NULL,NULL),
(464,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/Kevin-Kelly-and-Bill.png',2804,2808,'image-in',127,NULL,871,691,285793,NULL,NULL),
(465,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/kevin-kelly-group-grappling-and-weapons-course-1024x973.jpg',2804,2807,'image-in',127,NULL,924,973,89883,NULL,NULL),
(466,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/Kevin-Kelly-2.png',2804,2806,'image-in',127,NULL,859,489,288084,NULL,NULL),
(467,'https://staging.amtacshooting.com/wp-content/uploads/2022/10/Kevin-Kelly-Course-Thumnail-1024x682.png',2804,1861,'image-in',127,NULL,924,1386,137312,NULL,NULL),
(468,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769-1.jpeg',2804,2805,'image-in',127,NULL,769,1024,43726,NULL,NULL),
(469,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/Bryan-Resnick-Amtac-Shooting-Instructor-1024x341.png',2815,2451,'image-in',128,NULL,500,1500,295630,NULL,NULL),
(470,'https://staging.amtacshooting.com/wp-content/uploads/2022/07/Bryan-Resnick-Pistol-Course-846x1024.jpeg',2815,1761,'image-in',128,NULL,1118,924,137602,NULL,NULL),
(471,'https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg',2815,1727,'image-in',128,NULL,924,1303,55124,NULL,NULL),
(472,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/Bryan-Resnick.png',2815,2817,'image-in',128,NULL,675,604,305906,NULL,NULL),
(476,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/Header-AAR.jpg',2053,2061,'image-in',142,NULL,310,939,42458,NULL,NULL),
(477,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_1489-min-2.jpg',2053,2073,'image-in',142,NULL,480,480,59600,NULL,NULL),
(478,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/AAR-collage.jpg',2053,2071,'image-in',142,NULL,614,709,74231,NULL,NULL),
(479,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_1515-min.jpg',2053,2074,'image-in',142,NULL,479,479,62571,NULL,NULL),
(480,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/187f4bc379da32c651a1-min-689x1024.jpeg',2053,2076,'image-in',142,NULL,1373,924,53675,NULL,NULL),
(481,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/187f3e3dbfab9d31dbd1-min-1-819x1024.jpeg',2053,2078,'image-in',142,NULL,1156,924,77371,NULL,NULL),
(482,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/Header-AAR-1.jpg',2134,2139,'image-in',143,NULL,310,939,42458,NULL,NULL),
(483,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/37A9E358-90B1-43A6-A168-F950D4299380_1_105_c-1.jpg',2134,2142,'image-in',143,NULL,768,1024,123362,NULL,NULL),
(484,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/6B53683A-307B-48F2-A029-FEB1EED3B599_1_105_c.jpg',2134,2146,'image-in',143,NULL,768,1024,105492,NULL,NULL),
(485,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/IMG_9811-min.jpg',2134,2153,'image-in',143,NULL,924,1390,216485,NULL,NULL),
(486,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/A8D9252F-6496-44D8-9B52-84D56AFF4581_1_105_c.jpg',2134,2145,'image-in',143,NULL,768,1024,182523,NULL,NULL),
(487,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/318DA388-FD78-437B-A080-2F8F64AAFF8D_1_105_c.jpg',2134,2144,'image-in',143,NULL,1024,768,154890,NULL,NULL),
(488,'https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_-1024x779.png',2183,2260,'image-in',146,NULL,863,1135,500446,NULL,NULL),
(489,'https://staging.amtacshooting.com/wp-content/uploads/2022/04/gustavo-bill-walther-2-min.png',2183,1694,'image-in',146,NULL,425,800,165558,NULL,NULL),
(490,'https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_3-1024x769.jpg',2183,2193,'image-in',146,NULL,924,1231,48343,NULL,NULL),
(491,'https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023-1024x769.jpg',2183,2192,'image-in',146,NULL,924,1231,105518,NULL,NULL),
(492,'https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_4-1024x768.jpg',2183,2190,'image-in',146,NULL,924,1232,130157,NULL,NULL),
(493,'https://staging.amtacshooting.com/wp-content/uploads/2023/09/BJJ-and-Pistols-Course-2023_2-1024x772.jpg',2183,2194,'image-in',146,NULL,924,1226,63027,NULL,NULL),
(494,'https://staging.amtacshooting.com/wp-content/uploads/2023/09/Untitled-design-300x300.png',2183,2184,'image-in',146,NULL,924,924,226947,NULL,NULL),
(495,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg',2279,2306,'image-in',147,NULL,924,924,106602,NULL,NULL),
(496,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg',2279,2310,'image-in',147,NULL,701,702,47255,NULL,NULL),
(497,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg',2279,2313,'image-in',147,NULL,924,924,84677,NULL,NULL),
(498,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/IMG_3215-1-768x1024.jpg',2279,2302,'image-in',147,NULL,1232,924,49801,NULL,NULL),
(693,'https://amtacshooting.regfox.com/2024-08-16-modern-warrior-conference',3026,NULL,'external',152,NULL,NULL,NULL,NULL,NULL,NULL),
(802,'https://amtacshooting.regfox.com/2024-08-14-the-amtac-shooting-small-team-cqb-with-tuhon-tom-kier-and-bill-rapier',3038,NULL,'external',188,NULL,NULL,NULL,NULL,NULL,NULL),
(1785,'mailto:#',3072,NULL,'external',190,NULL,NULL,NULL,NULL,NULL,NULL),
(2047,'https://www.facebook.com/attconnecticut/',3183,NULL,'external',197,NULL,NULL,NULL,NULL,NULL,NULL),
(2372,'https://amtacshooting.regfox.com/2024-10-27-magnified-optic-carbine-course-led-by-bryan-resnick',3195,NULL,'external',199,NULL,NULL,NULL,NULL,NULL,NULL),
(2374,'https://amtacshooting.regfox.com/2024-11-11-combatives-seminar-kore-bjj-ct',3183,NULL,'external',197,NULL,NULL,NULL,NULL,NULL,NULL),
(2375,'https://amtacshooting.regfox.com/2024-09-11-the-amtac-shooting-intro-to-fighting-at-night-nvg-course-near-boise-id',3173,NULL,'external',196,NULL,NULL,NULL,NULL,NULL,NULL),
(2377,'https://amtacshooting.regfox.com/2024-11-12-fighting-in-around-vehicles-led-by-bill-rapier-ct',3202,NULL,'external',201,NULL,NULL,NULL,NULL,NULL,NULL),
(2378,'https://amtacshooting.regfox.com/2024-09-12-amtac-shooting-force-on-force-course-near-boise-id',3204,NULL,'external',202,NULL,NULL,NULL,NULL,NULL,NULL),
(2379,'https://amtacshooting.regfox.com/2024-09-21-integrated-combatives-1-course-nh-led-by-kevin-kelly',3208,NULL,'external',204,NULL,NULL,NULL,NULL,NULL,NULL),
(2380,'https://amtacshooting.regfox.com/2024-10-03-pistol-combatives-and-medical-course-fl',3210,NULL,'external',205,NULL,NULL,NULL,NULL,NULL,NULL),
(2381,'https://amtacshooting.regfox.com/2024-10-04-hybrid-carbine-course-fl',3212,NULL,'external',206,NULL,NULL,NULL,NULL,NULL,NULL),
(2382,'https://amtacshooting.regfox.com/2024-10-06-developing-solid-christian-men-fl',3214,NULL,'external',207,NULL,NULL,NULL,NULL,NULL,NULL),
(2383,'https://amtacshooting.regfox.com/2024-10-26-pistol-combatives-1-led-by-bryan-resnick',3216,NULL,'external',208,NULL,NULL,NULL,NULL,NULL,NULL),
(2385,'/amtac-training-center-atc-lodging/',3220,1814,'internal',210,98,NULL,NULL,NULL,NULL,NULL),
(2386,'https://amtacshooting.regfox.com/2024-11-06-nvg-course-id',3220,NULL,'external',210,NULL,NULL,NULL,NULL,NULL,NULL),
(2939,'https://www.amtacshooting.com/wp-content/uploads/2018/03/p_rfile_in_grass-1024x512.jpg',573,NULL,'image-ex',89,NULL,NULL,NULL,NULL,NULL,NULL),
(6144,'https://amtacshooting.regfox.com/23-march-2018-womens-combatives-course-cumming-ga',3640,NULL,'external',240,NULL,NULL,NULL,NULL,NULL,NULL),
(6145,'https://homewithheroes.ejoinme.org/Longrange',3657,NULL,'external',255,NULL,NULL,NULL,NULL,NULL,NULL),
(6146,'https://www.facebook.com/HomeWithHeroesPNW/',3657,NULL,'external',255,NULL,NULL,NULL,NULL,NULL,NULL),
(6147,'https://amtacshooting.regfox.com/2018-october-13-14-integrated-combatives-ct',3659,NULL,'external',256,NULL,NULL,NULL,NULL,NULL,NULL),
(6148,'https://amtacshooting.regfox.com/2018-12-6-low-light-tactics-course-core-fl',3660,NULL,'external',257,NULL,NULL,NULL,NULL,NULL,NULL),
(6149,'https://amtacshooting.regfox.com/2019-01-25-low-light-tactics-course',3662,NULL,'external',258,NULL,NULL,NULL,NULL,NULL,NULL),
(6150,'https://amtacshooting.regfox.com/2019-04-05-womens-course',3664,NULL,'external',259,NULL,NULL,NULL,NULL,NULL,NULL),
(6151,'https://amtacshooting.regfox.com/2019-04-06-integrated-combatives-nj',3666,NULL,'external',260,NULL,NULL,NULL,NULL,NULL,NULL),
(6152,'https://amtacshooting.regfox.com/2019-02-23-low-light-atlanta-ga',3668,NULL,'external',261,NULL,NULL,NULL,NULL,NULL,NULL),
(6153,'https://amtacshooting.regfox.com/2019-04-27-force-on-force-course',3669,NULL,'external',262,NULL,NULL,NULL,NULL,NULL,NULL),
(6154,'https://amtacshooting.regfox.com/2019-08-10-integrated-combatives-denver-co',3671,NULL,'external',263,NULL,NULL,NULL,NULL,NULL,NULL),
(6155,'https://amtacshooting.regfox.com/2019-08-24-hybrid-carbine-course-fl',3672,NULL,'external',264,NULL,NULL,NULL,NULL,NULL,NULL),
(6156,'https://amtacshooting.regfox.com/2019-09-14-combative-carbine-course-me',3673,NULL,'external',265,NULL,NULL,NULL,NULL,NULL,NULL),
(6157,'https://amtacshooting.regfox.com/2019-09-19-leo-mil-shooting-and-cqb-course-me',3675,NULL,'external',266,NULL,NULL,NULL,NULL,NULL,NULL),
(6158,'https://amtacshooting.regfox.com/2019-11-2-low-light-tactics-course-ct',3676,NULL,'external',267,NULL,NULL,NULL,NULL,NULL,NULL),
(6159,'https://amtacshooting.regfox.com/2019-11-4-combative-carbine-course-ct',3677,NULL,'external',268,NULL,NULL,NULL,NULL,NULL,NULL),
(6160,'https://amtacshooting.regfox.com/2019-03-07-night-shooting-course',3678,NULL,'external',270,NULL,NULL,NULL,NULL,NULL,NULL),
(6161,'https://amtacshooting.regfox.com/2019-06-22-force-on-force-course',3680,NULL,'external',271,NULL,NULL,NULL,NULL,NULL,NULL),
(6162,'https://amtacshooting.regfox.com/2019-06-8-modern-minute-man-ok',3681,NULL,'external',272,NULL,NULL,NULL,NULL,NULL,NULL),
(6163,'https://amtacshooting.regfox.com/2019-02-22-womens-course',3683,NULL,'external',273,NULL,NULL,NULL,NULL,NULL,NULL),
(6164,'https://amtacshooting.regfox.com/2019-08-23-amtac-shooting-ak-manipulation-course-altus-fl',3684,NULL,'external',274,NULL,NULL,NULL,NULL,NULL,NULL),
(6165,'https://amtacshooting.regfox.com/2019-10-16-pistol-carbine-combatives-leo-ma',3687,NULL,'external',276,NULL,NULL,NULL,NULL,NULL,NULL),
(6166,'https://www.facebook.com/attconnecticut/',3688,NULL,'external',277,NULL,NULL,NULL,NULL,NULL,NULL),
(6167,'https://amtacshooting.regfox.com/2019-11-01-combatives-seminar-kore-bjj-ct',3688,NULL,'external',277,NULL,NULL,NULL,NULL,NULL,NULL),
(6168,'https://amtacshooting.regfox.com/2019-12-12-low-light-tactics-course-ca',3691,NULL,'external',278,NULL,NULL,NULL,NULL,NULL,NULL),
(6169,'https://amtacshooting.regfox.com/2019-11-16-responsible-armed-citizen-co',3692,NULL,'external',279,NULL,NULL,NULL,NULL,NULL,NULL),
(6170,'https://amtacshooting.regfox.com/2020-01-25-integrated-pistol-combatives-course',3694,NULL,'external',280,NULL,NULL,NULL,NULL,NULL,NULL),
(6171,'https://amtacshooting.regfox.com/2020-01-23-amtac-shooting-private-pistol-carbine-course',3696,NULL,'external',281,NULL,NULL,NULL,NULL,NULL,NULL),
(6172,'https://amtacshooting.regfox.com/2020-03-07-amtac-shooting-force-on-force-course',3698,NULL,'external',282,NULL,NULL,NULL,NULL,NULL,NULL),
(6173,'https://amtacshooting.regfox.com/2020-02-22-combative-carbine-tx',3699,NULL,'external',283,NULL,NULL,NULL,NULL,NULL,NULL),
(6174,'https://amtacshooting.regfox.com/2020-03-06-compact-carbine-deployment-course',3700,NULL,'external',285,NULL,NULL,NULL,NULL,NULL,NULL),
(6175,'https://amtacshooting.regfox.com/2020-04-24-amtac-shooting-ak-manipulation-course-ok',3701,NULL,'external',286,NULL,NULL,NULL,NULL,NULL,NULL),
(6176,'https://amtacshooting.regfox.com/2020-04-25-combative-carbine-course-okc',3702,NULL,'external',287,NULL,NULL,NULL,NULL,NULL,NULL),
(6177,'https://amtacshooting.regfox.com/2020-05-15-compact-carbine-deployment-course-atl',3703,NULL,'external',288,NULL,NULL,NULL,NULL,NULL,NULL),
(6178,'https://amtacshooting.regfox.com/2020-05-16-integrated-combatives-course',3704,NULL,'external',289,NULL,NULL,NULL,NULL,NULL,NULL),
(6179,'https://amtacshooting.regfox.com/2020-09-19-integrated-combatives-course-me',3705,NULL,'external',290,NULL,NULL,NULL,NULL,NULL,NULL),
(6180,'https://amtacshooting.regfox.com/2020-09-21-compact-carbine-deployment-me',3706,NULL,'external',291,NULL,NULL,NULL,NULL,NULL,NULL),
(6181,'https://amtacshooting.regfox.com/2020-06-12-compact-carbine-deployment-course',3708,NULL,'external',294,NULL,NULL,NULL,NULL,NULL,NULL),
(6182,'https://amtacshooting.regfox.com/2020-07-10-integrated-combatives-course',3710,NULL,'external',295,NULL,NULL,NULL,NULL,NULL,NULL),
(6183,'https://amtacshooting.regfox.com/2020-08-14-compact-carbine-deployment-course',3711,NULL,'external',296,NULL,NULL,NULL,NULL,NULL,NULL),
(6184,'https://amtacshooting.regfox.com/2020-08-15-integrated-combatives-course',3713,NULL,'external',297,NULL,NULL,NULL,NULL,NULL,NULL),
(6185,'https://amtacshooting.regfox.com/2020-09-17-leo-pistol-combatives-force-on-force',3714,NULL,'external',299,NULL,NULL,NULL,NULL,NULL,NULL),
(6186,'https://amtacshooting.regfox.com/2020-11-14-responsible-armed-citizen',3715,NULL,'external',300,NULL,NULL,NULL,NULL,NULL,NULL),
(6187,'https://amtacshooting.regfox.com/2020-11-16-force-on-force-ct',3716,NULL,'external',301,NULL,NULL,NULL,NULL,NULL,NULL),
(6188,'https://amtacshooting.regfox.com/2020-11-05-night-vision-north-id',3717,NULL,'external',302,NULL,NULL,NULL,NULL,NULL,NULL),
(6189,'https://amtacshooting.regfox.com/2020-12-2-force-on-force-course-ca',3718,NULL,'external',303,NULL,NULL,NULL,NULL,NULL,NULL),
(6190,'https://amtacshooting.regfox.com/2020-06-13-force-on-force-course',3719,NULL,'external',304,NULL,NULL,NULL,NULL,NULL,NULL),
(6191,'https://www.facebook.com/attconnecticut/',3720,NULL,'external',305,NULL,NULL,NULL,NULL,NULL,NULL),
(6192,'https://amtacshooting.regfox.com/2020-11-13-combatives-seminar-kore-bjj-ct',3720,NULL,'external',305,NULL,NULL,NULL,NULL,NULL,NULL),
(6193,'https://amtacshooting.regfox.com/2021-01-16-combative-carbine-course',3721,NULL,'external',306,NULL,NULL,NULL,NULL,NULL,NULL),
(6194,'https://amtacshooting.regfox.com/2021-02-26-compact-carbine-course',3722,NULL,'external',307,NULL,NULL,NULL,NULL,NULL,NULL),
(6195,'https://amtacshooting.regfox.com/2021-02-27-integrated-combatives-course-tx',3723,NULL,'external',308,NULL,NULL,NULL,NULL,NULL,NULL),
(6196,'https://amtacshooting.regfox.com/2021-03-19-pistol-combatives-and-medical-course-fl',3724,NULL,'external',310,NULL,NULL,NULL,NULL,NULL,NULL),
(6197,'https://amtacshooting.regfox.com/2021-03-20-hybrid-carbine-course-fl',3726,NULL,'external',311,NULL,NULL,NULL,NULL,NULL,NULL),
(6198,'https://amtacshooting.regfox.com/2021-04-09-compact-carbine-deployment-in',3727,NULL,'external',312,NULL,NULL,NULL,NULL,NULL,NULL),
(6199,'https://amtacshooting.regfox.com/2021-04-10-integrated-combatives-in',3728,NULL,'external',313,NULL,NULL,NULL,NULL,NULL,NULL),
(6200,'https://amtacshooting.regfox.com/2021-04-24-integrated-combatives-course-okc',3729,NULL,'external',314,NULL,NULL,NULL,NULL,NULL,NULL),
(6201,'https://amtacshooting.regfox.com/2021-04-23-compact-carbine-deployment-course-okc',3730,NULL,'external',315,NULL,NULL,NULL,NULL,NULL,NULL),
(6202,'https://amtacshooting.regfox.com/2021-01-14-private-carbine-course-tucson-az',3731,NULL,'external',316,NULL,NULL,NULL,NULL,NULL,NULL),
(6203,'https://amtacshooting.regfox.com/2021-03-12-pistol-combatives-and-medical-course',3732,NULL,'external',317,NULL,NULL,NULL,NULL,NULL,NULL),
(6204,'https://amtacshooting.regfox.com/2021-12-08-low-visibility-pistol-combatives-ca',3733,NULL,'external',319,NULL,NULL,NULL,NULL,NULL,NULL),
(6205,'https://amtacshooting.regfox.com/2021-12-07-pistol-combatives-and-medical-course',3734,NULL,'external',320,NULL,NULL,NULL,NULL,NULL,NULL),
(6206,'https://www.facebook.com/attconnecticut/',3736,NULL,'external',321,NULL,NULL,NULL,NULL,NULL,NULL),
(6207,'https://amtacshooting.regfox.com/2021-11-20-combatives-seminar-kore-bjj-ct',3736,NULL,'external',321,NULL,NULL,NULL,NULL,NULL,NULL),
(6208,'https://amtacshooting.regfox.com/2021-11-18-low-light-tactics-ct',3737,NULL,'external',322,NULL,NULL,NULL,NULL,NULL,NULL),
(6209,'https://amtacshooting.regfox.com/2021-11-11-night-vision-north-id',3738,NULL,'external',323,NULL,NULL,NULL,NULL,NULL,NULL),
(6210,'https://amtacshooting.regfox.com/2021-09-20-pistol-combatives-and-medical-course-me',3739,NULL,'external',324,NULL,NULL,NULL,NULL,NULL,NULL),
(6211,'https://amtacshooting.regfox.com/2021-09-18-low-visibility-pistol-combatives-course-me',3740,NULL,'external',325,NULL,NULL,NULL,NULL,NULL,NULL),
(6212,'https://amtacshooting.regfox.com/2021-09-16-leo-pistol-combatives-force-on-force-course-me',3741,NULL,'external',326,NULL,NULL,NULL,NULL,NULL,NULL),
(6213,'https://amtacshooting.regfox.com/2021-08-28-low-visibility-pistol-combatives-course-boise-id',3742,NULL,'external',327,NULL,NULL,NULL,NULL,NULL,NULL),
(6214,'https://amtacshooting.regfox.com/2021-06-25-combative-carbine-course-id',3743,NULL,'external',328,NULL,NULL,NULL,NULL,NULL,NULL),
(6215,'https://amtacshooting.regfox.com/2021-05-28-low-visibility-pistol-combatives-course',3744,NULL,'external',329,NULL,NULL,NULL,NULL,NULL,NULL),
(6216,'https://amtacshooting.regfox.com/2021-03-13-low-visibility-pistol-combatives-course',3745,NULL,'external',330,NULL,NULL,NULL,NULL,NULL,NULL),
(6217,'https://amtacshooting.regfox.com/2021-11-21-low-visibility-pistol-combatives-course-ct',3746,NULL,'external',331,NULL,NULL,NULL,NULL,NULL,NULL),
(6218,'https://amtacshooting.regfox.com/2021-08-27-pistol-combatives-and-medical-course-boise-id',3747,NULL,'external',332,NULL,NULL,NULL,NULL,NULL,NULL),
(6219,'https://amtacshooting.regfox.com/2021-08-21-precision-rifle-wa',3748,NULL,'external',333,NULL,NULL,NULL,NULL,NULL,NULL),
(6220,'https://amtacshooting.regfox.com/2021-05-14-modern-warrior-conference',3749,NULL,'external',334,NULL,NULL,NULL,NULL,NULL,NULL),
(6221,'https://amtacshooting.regfox.com/2021-05-22-combative-carbine-course-ut',3751,NULL,'external',335,NULL,NULL,NULL,NULL,NULL,NULL),
(6222,'https://amtacshooting.regfox.com/2021-06-10-pistol-and-vehicle-combatives-course-pa',3752,NULL,'external',336,NULL,NULL,NULL,NULL,NULL,NULL),
(6223,'https://amtacshooting.regfox.com/2021-06-12-combative-carbine-course',3754,NULL,'external',337,NULL,NULL,NULL,NULL,NULL,NULL),
(6224,'https://amtacshooting.regfox.com/2022-01-22-low-visibility-pistol-combative-course-az',3755,NULL,'external',338,NULL,NULL,NULL,NULL,NULL,NULL),
(6225,'https://amtacshooting.regfox.com/2022-01-24-compact-carbine-deployment-course-az',3756,NULL,'external',339,NULL,NULL,NULL,NULL,NULL,NULL),
(6226,'https://amtacshooting.regfox.com/2021-10-20-night-vision-north-id',3757,NULL,'external',340,NULL,NULL,NULL,NULL,NULL,NULL),
(6227,'https://amtacshooting.regfox.com/2022-02-18-intro-to-winter-skillsshooting-course-id',3758,NULL,'external',342,NULL,NULL,NULL,NULL,NULL,NULL),
(6228,'https://amtacshooting.regfox.com/2022-02-24-precision-rifle-course-tx',3760,NULL,'external',343,NULL,NULL,NULL,NULL,NULL,NULL),
(6229,'https://amtacshooting.regfox.com/2022-02-26-force-on-force-course-tx',3761,NULL,'external',344,NULL,NULL,NULL,NULL,NULL,NULL),
(6230,'https://amtacshooting.regfox.com/2022-03-12-force-on-force-course-ga',3762,NULL,'external',345,NULL,NULL,NULL,NULL,NULL,NULL),
(6231,'https://amtacshooting.regfox.com/2022-03-14-compact-carbine-deployment-course-ga',3763,NULL,'external',346,NULL,NULL,NULL,NULL,NULL,NULL),
(6232,'https://amtacshooting.regfox.com/2022-03-15-integrated-combatives-course-ga',3764,NULL,'external',347,NULL,NULL,NULL,NULL,NULL,NULL),
(6233,'https://amtacshooting.regfox.com/2022-03-18-amtac-shooting-ak-manipulation-course',3765,NULL,'external',348,NULL,NULL,NULL,NULL,NULL,NULL),
(6234,'https://amtacshooting.regfox.com/2022-03-19-precision-rifle-course',3766,NULL,'external',349,NULL,NULL,NULL,NULL,NULL,NULL),
(6235,'https://amtacshooting.regfox.com/2022-04-08-pistol-combatives-and-medical-course-in',3767,NULL,'external',350,NULL,NULL,NULL,NULL,NULL,NULL),
(6236,'https://amtacshooting.regfox.com/2022-04-09-combative-carbine-course-in',3768,NULL,'external',351,NULL,NULL,NULL,NULL,NULL,NULL),
(6237,'https://amtacshooting.regfox.com/2022-04-30-low-visibility-pistol-combative-course-okc',3769,NULL,'external',352,NULL,NULL,NULL,NULL,NULL,NULL),
(6238,'https://amtacshooting.regfox.com/2022-05-02-intro-to-hybrid-carbine-course-okc',3770,NULL,'external',353,NULL,NULL,NULL,NULL,NULL,NULL),
(6239,'https://amtacshooting.regfox.com/2022-01-20-private-course-az',3771,NULL,'external',354,NULL,NULL,NULL,NULL,NULL,NULL),
(6240,'https://amtacshooting.regfox.com/2022-04-09-combative-carbine-course-in',3772,NULL,'external',355,NULL,NULL,NULL,NULL,NULL,NULL),
(6241,'https://amtacshooting.regfox.com/2022-03-19-precision-rifle-course',3773,NULL,'external',356,NULL,NULL,NULL,NULL,NULL,NULL),
(6242,'https://amtacshooting.regfox.com/2022-05-24-precision-rifle-wa',3774,NULL,'external',357,NULL,NULL,NULL,NULL,NULL,NULL),
(6243,'https://amtacshooting.regfox.com/2022-07-26-ground-fighting-with-weapons-integrated-combatives-20-id',3775,NULL,'external',358,NULL,NULL,NULL,NULL,NULL,NULL),
(6244,'https://amtacshooting.regfox.com/2022-05-26-modern-minute-man-course-wa',3777,NULL,'external',359,NULL,NULL,NULL,NULL,NULL,NULL),
(6245,'https://amtacshooting.regfox.com/2022-08-16-compact-carbine-deployment-ut',3778,NULL,'external',360,NULL,NULL,NULL,NULL,NULL,NULL),
(6246,'https://amtacshooting.regfox.com/2022-08-17-force-on-force-ut',3779,NULL,'external',361,NULL,NULL,NULL,NULL,NULL,NULL),
(6247,'https://amtacshooting.regfox.com/2022-09-20-force-on-force-id',3780,NULL,'external',362,NULL,NULL,NULL,NULL,NULL,NULL),
(6248,'https://amtacshooting.regfox.com/2022-09-22-hybrid-carbine-id',3781,NULL,'external',363,NULL,NULL,NULL,NULL,NULL,NULL),
(6249,'/amtac-training-center-atc-lodging/',3782,1814,'internal',364,98,NULL,NULL,NULL,NULL,NULL),
(6250,'https://amtacshooting.regfox.com/2022-09-27-integrated-combatives-id',3782,NULL,'external',364,NULL,NULL,NULL,NULL,NULL,NULL),
(6251,'/amtac-training-center-atc-lodging/',3783,1814,'internal',365,98,NULL,NULL,NULL,NULL,NULL),
(6252,'https://amtacshooting.regfox.com/2022-11-09-nvg-course-id',3783,NULL,'external',365,NULL,NULL,NULL,NULL,NULL,NULL),
(6253,'https://amtacshooting.regfox.com/2022-05-11-pistol-and-blade-course-with-tuhon-tom-kier-from-sayoc-kali-id',3784,NULL,'external',367,NULL,NULL,NULL,NULL,NULL,NULL),
(6254,'https://amtacshooting.regfox.com/2022-11-15-force-on-force-ct',3786,NULL,'external',368,NULL,NULL,NULL,NULL,NULL,NULL),
(6255,'https://www.facebook.com/attconnecticut/',3787,NULL,'external',369,NULL,NULL,NULL,NULL,NULL,NULL),
(6256,'https://amtacshooting.regfox.com/2022-11-14-combatives-seminar-kore-bjj-ct',3787,NULL,'external',369,NULL,NULL,NULL,NULL,NULL,NULL),
(6257,'https://amtacshooting.regfox.com/2022-06-17-modern-warrior-conference',3788,NULL,'external',370,NULL,NULL,NULL,NULL,NULL,NULL),
(6258,'https://amtacshooting.regfox.com/2022-05-07-amtac-shooting-tuhon-carl-atienza-blade-seminar-id',3790,NULL,'external',371,NULL,NULL,NULL,NULL,NULL,NULL),
(6259,'/amtac-training-center-atc-lodging/',3792,1814,'internal',372,98,NULL,NULL,NULL,NULL,NULL),
(6260,'https://amtacshooting.regfox.com/2022-08-23-jiu-jitsu-and-pistol-north-id',3792,NULL,'external',372,NULL,NULL,NULL,NULL,NULL,NULL),
(6261,'https://amtacshooting.regfox.com/amtac-shooting-carbine-1-course-david-cagle',3793,NULL,'external',374,NULL,NULL,NULL,NULL,NULL,NULL),
(6262,'https://amtacshooting.regfox.com/amtac-shooting-pistol-1-course-david-acosta',3795,NULL,'external',377,NULL,NULL,NULL,NULL,NULL,NULL),
(6263,'https://amtacshooting.regfox.com/amtac-shooting-carbine-1-course-david-acosta',3798,NULL,'external',380,NULL,NULL,NULL,NULL,NULL,NULL),
(6264,'https://amtacshooting.regfox.com/amtac-shooting-pistol-1-course-bryan-resnick',3799,NULL,'external',383,NULL,NULL,NULL,NULL,NULL,NULL),
(6265,'https://amtacshooting.regfox.com/amtac-shooting-pistolcombatives-1-course-bryan-resnick',3801,NULL,'external',386,NULL,NULL,NULL,NULL,NULL,NULL),
(6266,'https://amtacshooting.regfox.com/2022-06-12-pistol-combatives-and-medical-course-ca',3803,NULL,'external',387,NULL,NULL,NULL,NULL,NULL,NULL),
(6267,'https://amtacshooting.regfox.com/2022-07-12-force-on-force-course-ca',3805,NULL,'external',388,NULL,NULL,NULL,NULL,NULL,NULL),
(6268,'https://www.amtacshooting.com/amtac-training-center-atc-lodging/',3806,NULL,'external',389,NULL,NULL,NULL,NULL,NULL,NULL),
(6269,'https://amtacshooting.regfox.com/2022-11-05-atienza-urban-combat-development-program',3806,NULL,'external',389,NULL,NULL,NULL,NULL,NULL,NULL),
(6270,'https://amtacshooting.regfox.com/2022-11-12-pistol-combatives-1-course',3808,NULL,'external',391,NULL,NULL,NULL,NULL,NULL,NULL),
(6271,'https://amtacshooting.regfox.com/2022-11-13-carbine-1-course-led-by-david-acosta',3809,NULL,'external',392,NULL,NULL,NULL,NULL,NULL,NULL),
(6272,'https://amtacshooting.regfox.com/2023-01-20-carbine-1-course-led-by-david-acosta',3810,NULL,'external',393,NULL,NULL,NULL,NULL,NULL,NULL),
(6273,'https://amtacshooting.regfox.com/2023-01-21-integrated-combatives-course-az-led-by-david-acosta',3811,NULL,'external',396,NULL,NULL,NULL,NULL,NULL,NULL),
(6274,'https://amtacshooting.regfox.com/2023-02-18-carbine-1-course-tx-led-by-david-acosta',3812,NULL,'external',397,NULL,NULL,NULL,NULL,NULL,NULL),
(6275,'https://amtacshooting.regfox.com/2023-02-19-pistolcombatives-1-course-tx-led-by-david-acosta',3813,NULL,'external',399,NULL,NULL,NULL,NULL,NULL,NULL),
(6276,'https://amtacshooting.regfox.com/2023-05-27-carbine-1-course-tx-led-by-david-acosta',3814,NULL,'external',400,NULL,NULL,NULL,NULL,NULL,NULL),
(6277,'https://amtacshooting.regfox.com/2023-08-26-carbine-1-course-tx-led-by-david-acosta',3816,NULL,'external',401,NULL,NULL,NULL,NULL,NULL,NULL),
(6278,'https://amtacshooting.regfox.com/2023-05-28-pistolcombatives-1-course-tx-led-by-david-acosta',3818,NULL,'external',402,NULL,NULL,NULL,NULL,NULL,NULL),
(6279,'https://amtacshooting.regfox.com/2023-08-27-pistolcombatives-1-course-tx-led-by-david-acosta',3820,NULL,'external',403,NULL,NULL,NULL,NULL,NULL,NULL),
(6280,'https://amtacshooting.regfox.com/2023-10-21-carbine-1-course-tx-led-by-david-acosta',3821,NULL,'external',404,NULL,NULL,NULL,NULL,NULL,NULL),
(6281,'https://amtacshooting.regfox.com/2023-10-22-pistolcombatives-1-course-tx-led-by-david-acosta',3822,NULL,'external',405,NULL,NULL,NULL,NULL,NULL,NULL),
(6282,'https://amtacshooting.regfox.com/2023-01-26-winter-modern-minuteman-course-id',3823,NULL,'external',406,NULL,NULL,NULL,NULL,NULL,NULL),
(6283,'https://amtacshooting.regfox.com/2023-02-17-amtac-shooting-intro-to-winter-skills-course',3825,NULL,'external',407,NULL,NULL,NULL,NULL,NULL,NULL),
(6284,'https://amtacshooting.regfox.com/2023-02-23-combative-carbine-course-tx',3826,NULL,'external',408,NULL,NULL,NULL,NULL,NULL,NULL),
(6285,'https://amtacshooting.regfox.com/2023-02-25-integrated-combatives-course-tx',3827,NULL,'external',409,NULL,NULL,NULL,NULL,NULL,NULL),
(6286,'https://amtacshooting.regfox.com/2023-03-16-combative-carbine-course-ga',3828,NULL,'external',410,NULL,NULL,NULL,NULL,NULL,NULL),
(6287,'https://www.amtacshooting.com/food-fitness/',3829,NULL,'external',411,NULL,NULL,NULL,NULL,NULL,NULL),
(6288,'https://amtacshooting.regfox.com/2023-03-18-advanced-responsible-armed-citizen-arac-course-ga',3829,NULL,'external',411,NULL,NULL,NULL,NULL,NULL,NULL),
(6289,'https://amtacshooting.regfox.com/2023-04-15-pistol-1-course-fl-led-by-kevin-kelly',3830,NULL,'external',414,NULL,NULL,NULL,NULL,NULL,NULL),
(6290,'https://amtacshooting.regfox.com/2023-04-16-pistolcombatives-course-fl-led-by-kevin-kelly',3832,NULL,'external',417,NULL,NULL,NULL,NULL,NULL,NULL),
(6291,'https://amtacshooting.regfox.com/2023-05-04-modern-minuteman-course-wa',3833,NULL,'external',418,NULL,NULL,NULL,NULL,NULL,NULL),
(6292,'https://amtacshooting.regfox.com/2023-05-06-integrated-combatives-course-wa',3834,NULL,'external',419,NULL,NULL,NULL,NULL,NULL,NULL),
(6293,'https://amtacshooting.regfox.com/2023-05-17-pistols-and-blades-course-with-tuhon-tom-kier-from-sayoc-kali-id',3835,NULL,'external',420,NULL,NULL,NULL,NULL,NULL,NULL),
(6294,'https://amtacshooting.regfox.com/2023-09-12-grappling-with-weapons-integrated-combatives-20-id',3836,NULL,'external',422,NULL,NULL,NULL,NULL,NULL,NULL),
(6295,'https://amtacshooting.regfox.com/2023-09-19-combative-carbine-course-id',3837,NULL,'external',423,NULL,NULL,NULL,NULL,NULL,NULL),
(6296,'https://amtacshooting.regfox.com/2023-10-07-carbine-1-course-ga-led-by-bryan-resnick',3839,NULL,'external',426,NULL,NULL,NULL,NULL,NULL,NULL),
(6297,'https://amtacshooting.regfox.com/2023-10-08-pistolcombatives-1-course-ga-led-by-bryan-resnick',3840,NULL,'external',427,NULL,NULL,NULL,NULL,NULL,NULL),
(6298,'https://amtacshooting.regfox.com/2023-06-09-modern-warrior-conference',3841,NULL,'external',428,NULL,NULL,NULL,NULL,NULL,NULL),
(6299,'https://amtacshooting.regfox.com/2023-11-18-carbine-1-course-in-led-by-bryan-resnick',3842,NULL,'external',429,NULL,NULL,NULL,NULL,NULL,NULL),
(6300,'https://amtacshooting.regfox.com/2023-11-19-pistolcombatives-1-course-in-led-by-bryan-resnick',3844,NULL,'external',430,NULL,NULL,NULL,NULL,NULL,NULL),
(6301,'/amtac-training-center-atc-lodging/',3845,1814,'internal',431,98,NULL,NULL,NULL,NULL,NULL),
(6302,'https://amtacshooting.regfox.com/2023-07-19-the-amtac-shooting-jiu-jitsu-and-pistol-course-id',3845,NULL,'external',431,NULL,NULL,NULL,NULL,NULL,NULL),
(6303,'https://amtacshooting.regfox.com/2023-04-14-carbine-1-course-in',3846,NULL,'external',432,NULL,NULL,NULL,NULL,NULL,NULL),
(6304,'https://www.amtacshooting.com/food-fitness/',3847,NULL,'external',433,NULL,NULL,NULL,NULL,NULL,NULL),
(6305,'https://amtacshooting.regfox.com/2023-04-15-advance-responsible-armed-citizen-arac-course-in',3847,NULL,'external',433,NULL,NULL,NULL,NULL,NULL,NULL),
(6306,'https://amtacshooting.regfox.com/2023-04-26-the-amtac-shooting-tribe-centric-cqb-course-id',3848,NULL,'external',436,NULL,NULL,NULL,NULL,NULL,NULL),
(6307,'https://www.amtacshooting.com/food-fitness/',3850,NULL,'external',437,NULL,NULL,NULL,NULL,NULL,NULL),
(6308,'https://amtacshooting.regfox.com/2023-06-20-advance-responsible-armed-citizen-arac-course-id',3850,NULL,'external',437,NULL,NULL,NULL,NULL,NULL,NULL),
(6309,'https://amtacshooting.regfox.com/2023-08-04-integrated-combatives-course-ut-led-by-david-acosta',3851,NULL,'external',438,NULL,NULL,NULL,NULL,NULL,NULL),
(6310,'https://amtacshooting.regfox.com/2023-10-18-the-amtac-shooting-tribe-centric-cqb-course-id',3853,NULL,'external',439,NULL,NULL,NULL,NULL,NULL,NULL),
(6311,'https://www.amtacshooting.com/food-fitness/',3854,NULL,'external',440,NULL,NULL,NULL,NULL,NULL,NULL),
(6312,'https://amtacshooting.regfox.com/2023-10-07-advanced-responsible-armed-citizen-arac-course-fl',3854,NULL,'external',440,NULL,NULL,NULL,NULL,NULL,NULL),
(6313,'https://www.amtacshooting.com/food-fitness/',3855,NULL,'external',441,NULL,NULL,NULL,NULL,NULL,NULL),
(6314,'https://amtacshooting.regfox.com/2023-09-21-advance-responsible-armed-citizen-arac-course-south-id',3855,NULL,'external',441,NULL,NULL,NULL,NULL,NULL,NULL),
(6315,'https://amtacshooting.regfox.com/2023-01-26-custom-pistol-combatives-course-az-led-by-bryan-resnick',3856,NULL,'external',444,NULL,NULL,NULL,NULL,NULL,NULL),
(6316,'https://amtacshooting.regfox.com/2023-05-06-integrated-combatives-course-wi-led-by-david-acosta',3857,NULL,'external',445,NULL,NULL,NULL,NULL,NULL,NULL),
(6317,'https://amtacshooting.regfox.com/2023-03-10-hybrid-carbine',3858,NULL,'external',446,NULL,NULL,NULL,NULL,NULL,NULL),
(6318,'https://www.amtacshooting.com/food-fitness/',3859,NULL,'external',448,NULL,NULL,NULL,NULL,NULL,NULL),
(6319,'https://amtacshooting.regfox.com/2023-11-14-advanced-responsible-armed-citizen-arac-ct',3859,NULL,'external',448,NULL,NULL,NULL,NULL,NULL,NULL),
(6320,'https://amtacshooting.regfox.com/2023-05-13-amtac-shooting-tuhon-carl-atienza-blade-seminar-id?registrants.affiliate=',3860,NULL,'external',449,NULL,NULL,NULL,NULL,NULL,NULL),
(6321,'https://amtacshooting.regfox.com/2023-12-04-pistol-combatives-and-medical-course-ca',3861,NULL,'external',450,NULL,NULL,NULL,NULL,NULL,NULL),
(6322,'https://www.amtacshooting.com/food-fitness/',3863,NULL,'external',451,NULL,NULL,NULL,NULL,NULL,NULL),
(6323,'https://amtacshooting.regfox.com/2023-12-5-advanced-responsible-armed-citizen-arac-ca',3863,NULL,'external',451,NULL,NULL,NULL,NULL,NULL,NULL),
(6324,'https://www.facebook.com/attconnecticut/',3864,NULL,'external',452,NULL,NULL,NULL,NULL,NULL,NULL),
(6325,'https://amtacshooting.regfox.com/2023-11-13-combatives-seminar-kore-bjj-ct',3864,NULL,'external',452,NULL,NULL,NULL,NULL,NULL,NULL),
(6326,'/amtac-training-center-atc-lodging/',3865,1814,'internal',455,98,NULL,NULL,NULL,NULL,NULL),
(6327,'https://amtacshooting.regfox.com/2023-11-08-nvg-level-2-course-fighting-at-night',3865,NULL,'external',455,NULL,NULL,NULL,NULL,NULL,NULL),
(6328,'https://amtacshooting.regfox.com/developing-solid-christian-men',3867,NULL,'external',458,NULL,NULL,NULL,NULL,NULL,NULL),
(6329,'https://amtacshooting.regfox.com/date-amtac-shooting-pistol-fundamentals-1-course-ct-led-by-bryan-resnick',3869,NULL,'external',459,NULL,NULL,NULL,NULL,NULL,NULL),
(6330,'https://amtacshooting.regfox.com/2024-01-30-custom-pistol-combatives-private-course-az',3870,NULL,'external',461,NULL,NULL,NULL,NULL,NULL,NULL),
(6331,'https://amtacshooting.regfox.com/2024-02-22-hybrid-carbine-private-course-tx',3872,NULL,'external',462,NULL,NULL,NULL,NULL,NULL,NULL),
(6332,'https://www.amtacshooting.com/food-fitness/',3873,NULL,'external',463,NULL,NULL,NULL,NULL,NULL,NULL),
(6333,'https://amtacshooting.regfox.com/2024-02-24-advanced-responsible-armed-citizen-integrated-combatives-level-2-tx',3873,NULL,'external',463,NULL,NULL,NULL,NULL,NULL,NULL),
(6334,'https://amtacshooting.regfox.com/2024-05-02-the-amtac-shooting-tribe-centric-cqb-course-id',3876,NULL,'external',464,NULL,NULL,NULL,NULL,NULL,NULL),
(6335,'https://amtacshooting.regfox.com/2024-4-13-force-on-force-course-in',3878,NULL,'external',465,NULL,NULL,NULL,NULL,NULL,NULL),
(6336,'https://amtacshooting.regfox.com/2024-04-12-carbine-1-course-led-by-bill-rapier-in-1-day-course',3879,NULL,'external',466,NULL,NULL,NULL,NULL,NULL,NULL),
(6337,'https://amtacshooting.regfox.com/2024-03-25-carbine-1-course-ga',3881,NULL,'external',467,NULL,NULL,NULL,NULL,NULL,NULL),
(6338,'https://amtacshooting.regfox.com/2024-03-23-low-visibility-pistol-combatives-course-ga',3882,NULL,'external',468,NULL,NULL,NULL,NULL,NULL,NULL),
(6339,'https://amtacshooting.regfox.com/2024-10-03-pistol-combatives-and-medical-course-fl',3883,NULL,'external',469,NULL,NULL,NULL,NULL,NULL,NULL),
(6340,'https://amtacshooting.regfox.com/2024-10-04-hybrid-carbine-course-fl',3884,NULL,'external',470,NULL,NULL,NULL,NULL,NULL,NULL),
(6341,'https://amtacshooting.regfox.com/2024-10-06-developing-solid-christian-men-fl',3885,NULL,'external',471,NULL,NULL,NULL,NULL,NULL,NULL),
(6342,'/amtac-training-center-atc-lodging/',3886,1814,'internal',472,98,NULL,NULL,NULL,NULL,NULL),
(6343,'https://amtacshooting.regfox.com/2024-11-06-nvg-course-id',3886,NULL,'external',472,NULL,NULL,NULL,NULL,NULL,NULL),
(6344,'https://www.amtacshooting.com/food-fitness/',3887,NULL,'external',473,NULL,NULL,NULL,NULL,NULL,NULL),
(6345,'https://amtacshooting.regfox.com/2024-05-30-advanced-responsible-armed-citizenintegrated-combatives-level-2-course-wi',3887,NULL,'external',473,NULL,NULL,NULL,NULL,NULL,NULL),
(6346,'https://amtacshooting.regfox.com/2024-05-17-the-amtac-shooting-shotgun-course-1-david-cagle-lead-instructor-okc',3888,NULL,'external',474,NULL,NULL,NULL,NULL,NULL,NULL),
(6347,'https://amtacshooting.regfox.com/2024-05-18-the-amtac-shooting-modern-minuteman-course-okc',3890,NULL,'external',475,NULL,NULL,NULL,NULL,NULL,NULL),
(6348,'https://amtacshooting.regfox.com/2024-06-20-integrated-combatives-course-id',3891,NULL,'external',476,NULL,NULL,NULL,NULL,NULL,NULL),
(6349,'https://amtacshooting.regfox.com/2024-06-22-pistol-1-course-nh-led-by-kevin-kelly',3892,NULL,'external',477,NULL,NULL,NULL,NULL,NULL,NULL),
(6350,'https://amtacshooting.regfox.com/2024-09-21-integrated-combatives-1-course-nh-led-by-kevin-kelly',3895,NULL,'external',478,NULL,NULL,NULL,NULL,NULL,NULL),
(6351,'https://www.amtacshooting.com/food-fitness/',3897,NULL,'external',479,NULL,NULL,NULL,NULL,NULL,NULL),
(6352,'https://amtacshooting.regfox.com/2024-08-01-advance-responsible-armed-citizen-arac-near-goldendale-wa',3897,NULL,'external',479,NULL,NULL,NULL,NULL,NULL,NULL),
(6353,'https://amtacshooting.regfox.com/2024-09-11-the-amtac-shooting-intro-to-fighting-at-night-nvg-course-near-boise-id',3903,NULL,'external',480,NULL,NULL,NULL,NULL,NULL,NULL),
(6354,'https://amtacshooting.regfox.com/2024-09-12-amtac-shooting-force-on-force-course-near-boise-id',3904,NULL,'external',481,NULL,NULL,NULL,NULL,NULL,NULL),
(6355,'https://amtacshooting.regfox.com/2024-08-14-the-amtac-shooting-small-team-cqb-with-tuhon-tom-kier-and-bill-rapier',3905,NULL,'external',482,NULL,NULL,NULL,NULL,NULL,NULL),
(6356,'https://amtacshooting.regfox.com/2024-08-16-modern-warrior-conference',3906,NULL,'external',483,NULL,NULL,NULL,NULL,NULL,NULL),
(6357,'https://amtacshooting.regfox.com/2024-11-12-fighting-in-around-vehicles-led-by-bill-rapier-ct',3908,NULL,'external',485,NULL,NULL,NULL,NULL,NULL,NULL),
(6358,'https://amtacshooting.regfox.com/2024-12-12-pistol-carbine--owning-the-night-or-led-by-bill-rapier',3910,NULL,'external',487,NULL,NULL,NULL,NULL,NULL,NULL),
(6359,'https://amtacshooting.regfox.com/2024-10-27-magnified-optic-carbine-course-led-by-bryan-resnick',3911,NULL,'external',489,NULL,NULL,NULL,NULL,NULL,NULL),
(6360,'https://amtacshooting.regfox.com/2024-10-26-pistol-combatives-1-led-by-bryan-resnick',3913,NULL,'external',490,NULL,NULL,NULL,NULL,NULL,NULL),
(6361,'https://www.facebook.com/attconnecticut/',3914,NULL,'external',491,NULL,NULL,NULL,NULL,NULL,NULL),
(6362,'https://amtacshooting.regfox.com/2024-11-11-combatives-seminar-kore-bjj-ct',3914,NULL,'external',491,NULL,NULL,NULL,NULL,NULL,NULL),
(6363,'https://amtacshooting.regfox.com/2024-12-05-amtac-shooting-custom-integrated-combatives-course-az',3915,NULL,'external',492,NULL,NULL,NULL,NULL,NULL,NULL),
(6364,'https://amtacshooting.regfox.com/2025-03-04-fighting-in-and-around-vehiclescarbine-course-ga',3916,NULL,'external',493,NULL,NULL,NULL,NULL,NULL,NULL),
(6365,'https://amtacshooting.regfox.com/2025-03-06-low-light-tactics-course-ga',3917,NULL,'external',494,NULL,NULL,NULL,NULL,NULL,NULL),
(6366,'https://amtacshooting.regfox.com/2025-05-22-combative-carbine-course-wi',3919,NULL,'external',496,NULL,NULL,NULL,NULL,NULL,NULL),
(6367,'https://amtacshooting.regfox.com/2025-06-12-integrated-combatives-2-course-ut',3920,NULL,'external',497,NULL,NULL,NULL,NULL,NULL,NULL),
(6368,'https://amtacshooting.regfox.com/2025-08-07-fighting-in-and-around-vehiclescarbine-course-id',3921,NULL,'external',498,NULL,NULL,NULL,NULL,NULL,NULL),
(6369,'https://amtacshooting.regfox.com/2025-ak-manipulation-course-fl',3922,NULL,'external',499,NULL,NULL,NULL,NULL,NULL,NULL),
(6370,'https://amtacshooting.regfox.com/2025-10-02-integrated-combatives-2-course-fl',3923,NULL,'external',500,NULL,NULL,NULL,NULL,NULL,NULL),
(6371,'/amtac-training-center-atc-lodging/',3924,1814,'internal',501,98,NULL,NULL,NULL,NULL,NULL),
(6372,'https://amtacshooting.regfox.com/2025-11-05-nvg-level-2-fighting-at-night-course-id',3924,NULL,'external',501,NULL,NULL,NULL,NULL,NULL,NULL),
(6373,'https://amtacshooting.regfox.com/2025-11-11-integrated-combatives-level-2-course-ct',3925,NULL,'external',502,NULL,NULL,NULL,NULL,NULL,NULL),
(6374,'https://amtacshooting.regfox.com/2025-12-03-pistol-combatives-and-medical-course-ca',3931,NULL,'external',503,NULL,NULL,NULL,NULL,NULL,NULL),
(6375,'https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca',3933,NULL,'external',504,NULL,NULL,NULL,NULL,NULL,NULL),
(6376,'https://amtacshooting.regfox.com/2025-02-20-amtac-shooting-winter-modern-minuteman-course-id',3934,NULL,'external',505,NULL,NULL,NULL,NULL,NULL,NULL),
(6377,'https://amtacshooting.regfox.com/2025-04-11-pistol-combatives-level-1-course-in',3935,NULL,'external',506,NULL,NULL,NULL,NULL,NULL,NULL),
(6378,'https://amtacshooting.regfox.com/2025-04-12-fighting-in-and-around-vehiclescarbine-course-in',3937,NULL,'external',507,NULL,NULL,NULL,NULL,NULL,NULL),
(6379,'https://amtacshooting.regfox.com/2025-09-12-pistol-combatives-level-1-course-id',3938,NULL,'external',508,NULL,NULL,NULL,NULL,NULL,NULL),
(6380,'https://amtacshooting.regfox.com/2025-05-14-no-fail-pistol-integrated-combatives-course-id',3939,NULL,'external',509,NULL,NULL,NULL,NULL,NULL,NULL),
(6381,'https://amtacshooting.regfox.com/2025-01-29-custom-pistol-carbine-private-course-az',3940,NULL,'external',510,NULL,NULL,NULL,NULL,NULL,NULL),
(6382,'/amtac-training-center-atc-lodging/',3942,1814,'internal',511,98,NULL,NULL,NULL,NULL,NULL),
(6383,'https://amtacshooting.regfox.com/2025-09-10-nvg-level-2-fighting-at-night-course-id',3942,NULL,'external',511,NULL,NULL,NULL,NULL,NULL,NULL),
(9183,'https://civiliangunfighter.wordpress.com/2019/11/12/aar-the-amtac-shooting-combative-carbine-course-bill-rapier-east-granby-ct-nov-4-5-2019/',2699,NULL,'external',105,NULL,NULL,NULL,NULL,NULL,NULL),
(9184,'',2699,NULL,'internal',105,9,NULL,NULL,NULL,NULL,NULL),
(9185,'https://jerkingthetrigger.com/2019/07/24/guest-post-the-modern-minute-man-and-other-standards-bill-rapier-of-amtac-shooting-instruction-llc/',2699,NULL,'external',105,NULL,NULL,NULL,NULL,NULL,NULL),
(9186,'https://www.swatmag.com/article/taking-responsibility-amtac-shooting-womens-combatives-course/',2699,NULL,'external',105,NULL,NULL,NULL,NULL,NULL,NULL),
(9187,'https://www.amtacshooting.com/mindset-let-it-burn/',2699,NULL,'external',105,NULL,NULL,NULL,NULL,NULL,NULL),
(9188,'https://www.amtacshooting.com/what-is-most-important-in-training/',2699,NULL,'external',105,NULL,NULL,NULL,NULL,NULL,NULL),
(9189,'https://www.amtacshooting.com/category/knowledge/articles/',2699,NULL,'external',105,NULL,NULL,NULL,NULL,NULL,NULL),
(9190,'https://staging.amtacshooting.com/amtac-shooting-instructors/',2699,1686,'internal',105,96,NULL,NULL,NULL,NULL,NULL),
(9191,'https://staging.amtacshooting.com/amtac-shooting-testimonials/',2699,1791,'internal',105,97,NULL,NULL,NULL,NULL,NULL),
(9192,'https://staging.amtacshooting.com/category/press/aar/',2699,NULL,'internal',105,22,NULL,NULL,NULL,NULL,NULL),
(9193,'https://staging.amtacshooting.com/2024/06/20/should-i-carry-strong-side-or-appendix/',2699,2914,'internal',105,150,NULL,NULL,NULL,NULL,NULL),
(9194,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',2699,2392,'internal',105,148,NULL,NULL,NULL,NULL,NULL),
(9195,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',2699,2279,'internal',105,147,NULL,NULL,NULL,NULL,NULL),
(9196,'https://staging.amtacshooting.com/2023/10/13/interview-with-gustavo-machado-and-bill-rapier-for-the-2023-07-19-amtac-shooting-jiu-jitsu-and-pistol-course-id/',2699,2183,'internal',105,146,NULL,NULL,NULL,NULL,NULL),
(9197,'https://staging.amtacshooting.com/2023/09/15/sermon-what-is-our-mission/',2699,2173,'internal',105,145,NULL,NULL,NULL,NULL,NULL),
(9198,'https://civiliangunfighter.wordpress.com/2019/11/12/aar-the-amtac-shooting-combative-carbine-course-bill-rapier-east-granby-ct-nov-4-5-2019/',2699,NULL,'external',105,NULL,NULL,NULL,NULL,NULL,NULL),
(9199,'',2699,NULL,'internal',105,9,NULL,NULL,NULL,NULL,NULL),
(9200,'https://jerkingthetrigger.com/2019/07/24/guest-post-the-modern-minute-man-and-other-standards-bill-rapier-of-amtac-shooting-instruction-llc/',2699,NULL,'external',105,NULL,NULL,NULL,NULL,NULL,NULL),
(9201,'https://www.swatmag.com/article/taking-responsibility-amtac-shooting-womens-combatives-course/',2699,NULL,'external',105,NULL,NULL,NULL,NULL,NULL,NULL),
(9202,'https://www.amtacshooting.com/mindset-let-it-burn/',2699,NULL,'external',105,NULL,NULL,NULL,NULL,NULL,NULL),
(9203,'https://www.amtacshooting.com/what-is-most-important-in-training/',2699,NULL,'external',105,NULL,NULL,NULL,NULL,NULL,NULL),
(9204,'https://www.amtacshooting.com/category/knowledge/articles/',2699,NULL,'external',105,NULL,NULL,NULL,NULL,NULL,NULL),
(9205,'https://www.amtacshooting.com/wp-content/uploads/2024/04/Carbine-Course-AAR-2019-1024x768.jpg',2699,NULL,'image-ex',105,NULL,NULL,NULL,NULL,NULL,NULL),
(9206,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/Modern-day-Minuteman-6-670x372-1.png',2699,2734,'image-in',105,NULL,372,670,149872,NULL,NULL),
(9207,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/Jerkin-the-trigger.jpg',2699,2737,'image-in',105,NULL,720,960,63965,NULL,NULL),
(9208,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/womens-training.jpg',2699,2740,'image-in',105,NULL,699,700,45864,NULL,NULL),
(9209,'https://www.amtacshooting.com/wp-content/uploads/2018/10/full-size-2-1024x822.jpg',2699,NULL,'image-ex',105,NULL,NULL,NULL,NULL,NULL,NULL),
(9210,'https://www.amtacshooting.com/wp-content/uploads/2019/03/DSC01618-1024x683.jpg',2699,NULL,'image-ex',105,NULL,NULL,NULL,NULL,NULL,NULL),
(9211,'https://staging.amtacshooting.com/wp-content/uploads/2024/04/david-acosta-1.jpeg',2699,2777,'image-in',105,NULL,225,225,8839,NULL,NULL),
(9212,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/IMG_9749-min-1024x768.jpg',2699,2068,'image-in',105,NULL,924,924,218693,NULL,NULL),
(9213,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png',2699,2161,'image-in',105,NULL,455,473,120189,NULL,NULL),
(9357,'https://amtacblades.com/store',3493,NULL,'external',231,NULL,NULL,NULL,NULL,NULL,NULL),
(9371,'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp',1455,NULL,'external',140,NULL,NULL,NULL,NULL,NULL,NULL),
(9372,'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-',1455,NULL,'external',140,NULL,NULL,NULL,NULL,NULL,NULL),
(9373,'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp',1455,NULL,'external',140,NULL,NULL,NULL,NULL,NULL,NULL),
(15861,'https://staging.amtacshooting.com/event/12-13-april-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-in/',3379,3937,'internal',223,507,NULL,NULL,NULL,NULL,NULL),
(15862,'https://staging.amtacshooting.com/event/12-13-april-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-in/',3379,3937,'internal',223,507,NULL,NULL,NULL,NULL,NULL),
(15863,'https://staging.amtacshooting.com/event/12-13-april-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-in/',3379,3937,'internal',223,507,NULL,NULL,NULL,NULL,NULL),
(15864,'https://amtacshooting.regfox.com/2025-04-12-fighting-in-and-around-vehiclescarbine-course-in',3379,NULL,'external',223,NULL,NULL,NULL,NULL,NULL,NULL),
(15865,'https://staging.amtacshooting.com/event/22-23-may-2025-amtac-shooting-combative-carbine-course-wi-this-course-is-full/',3379,3919,'internal',223,496,NULL,NULL,NULL,NULL,NULL),
(15866,'https://staging.amtacshooting.com/event/22-23-may-2025-amtac-shooting-combative-carbine-course-wi-this-course-is-full/',3379,3919,'internal',223,496,NULL,NULL,NULL,NULL,NULL),
(15867,'https://staging.amtacshooting.com/event/22-23-may-2025-amtac-shooting-combative-carbine-course-wi-this-course-is-full/',3379,3919,'internal',223,496,NULL,NULL,NULL,NULL,NULL),
(15868,'https://amtacshooting.regfox.com/2025-05-22-combative-carbine-course-wi',3379,NULL,'external',223,NULL,NULL,NULL,NULL,NULL,NULL),
(15869,'https://staging.amtacshooting.com/event/7-8-august-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-id/',3379,3921,'internal',223,498,NULL,NULL,NULL,NULL,NULL),
(15870,'https://staging.amtacshooting.com/event/7-8-august-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-id/',3379,3921,'internal',223,498,NULL,NULL,NULL,NULL,NULL),
(15871,'https://staging.amtacshooting.com/event/7-8-august-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-id/',3379,3921,'internal',223,498,NULL,NULL,NULL,NULL,NULL),
(15872,'https://amtacshooting.regfox.com/2025-08-07-fighting-in-and-around-vehiclescarbine-course-id',3379,NULL,'external',223,NULL,NULL,NULL,NULL,NULL,NULL),
(15873,'https://staging.amtacshooting.com/event/10-11-september-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',3379,3942,'internal',223,511,NULL,NULL,NULL,NULL,NULL),
(15874,'https://staging.amtacshooting.com/event/10-11-september-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',3379,3942,'internal',223,511,NULL,NULL,NULL,NULL,NULL),
(15875,'https://staging.amtacshooting.com/event/10-11-september-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',3379,3942,'internal',223,511,NULL,NULL,NULL,NULL,NULL),
(15876,'https://amtacshooting.regfox.com/2025-09-10-nvg-level-2-fighting-at-night-course-id',3379,NULL,'external',223,NULL,NULL,NULL,NULL,NULL,NULL),
(15877,'/amtac-training-center-atc-lodging/',3379,1814,'internal',223,98,NULL,NULL,NULL,NULL,NULL),
(15878,'https://staging.amtacshooting.com/event/5-7-november-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',3379,3924,'internal',223,501,NULL,NULL,NULL,NULL,NULL),
(15879,'https://staging.amtacshooting.com/event/5-7-november-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',3379,3924,'internal',223,501,NULL,NULL,NULL,NULL,NULL),
(15880,'https://staging.amtacshooting.com/event/5-7-november-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',3379,3924,'internal',223,501,NULL,NULL,NULL,NULL,NULL),
(15881,'https://amtacshooting.regfox.com/2025-11-05-nvg-level-2-fighting-at-night-course-id',3379,NULL,'external',223,NULL,NULL,NULL,NULL,NULL,NULL),
(15882,'/amtac-training-center-atc-lodging/',3379,1814,'internal',223,98,NULL,NULL,NULL,NULL,NULL),
(15883,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_.jpg',3379,3909,'image-in',223,NULL,600,1200,105668,NULL,NULL),
(15884,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/a1s5260-NvbXso.tmp_.jpg',3379,3880,'image-in',223,NULL,267,400,23744,NULL,NULL),
(15885,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/NVG-1-tvNKht.tmp_.png',3379,3866,'image-in',223,NULL,924,924,82493,NULL,NULL),
(15896,'https://staging.amtacshooting.com/event/11-april-2025-amtac-shooting-pistol-combatives-level-1-course-in/',3374,3935,'internal',222,506,NULL,NULL,NULL,NULL,NULL),
(15897,'https://staging.amtacshooting.com/event/11-april-2025-amtac-shooting-pistol-combatives-level-1-course-in/',3374,3935,'internal',222,506,NULL,NULL,NULL,NULL,NULL),
(15898,'https://staging.amtacshooting.com/event/11-april-2025-amtac-shooting-pistol-combatives-level-1-course-in/',3374,3935,'internal',222,506,NULL,NULL,NULL,NULL,NULL),
(15899,'https://amtacshooting.regfox.com/2025-04-11-pistol-combatives-level-1-course-in',3374,NULL,'external',222,NULL,NULL,NULL,NULL,NULL,NULL),
(15900,'https://staging.amtacshooting.com/event/14-16-may-2025-no-fail-pistol-integrated-combatives-course-id/',3374,3939,'internal',222,509,NULL,NULL,NULL,NULL,NULL),
(15901,'https://staging.amtacshooting.com/event/14-16-may-2025-no-fail-pistol-integrated-combatives-course-id/',3374,3939,'internal',222,509,NULL,NULL,NULL,NULL,NULL),
(15902,'https://staging.amtacshooting.com/event/14-16-may-2025-no-fail-pistol-integrated-combatives-course-id/',3374,3939,'internal',222,509,NULL,NULL,NULL,NULL,NULL),
(15903,'https://amtacshooting.regfox.com/2025-05-14-no-fail-pistol-integrated-combatives-course-id',3374,NULL,'external',222,NULL,NULL,NULL,NULL,NULL,NULL),
(15904,'https://staging.amtacshooting.com/event/12-september-2025-amtac-shooting-pistol-combatives-level-1-course-id/',3374,3938,'internal',222,508,NULL,NULL,NULL,NULL,NULL),
(15905,'https://staging.amtacshooting.com/event/12-september-2025-amtac-shooting-pistol-combatives-level-1-course-id/',3374,3938,'internal',222,508,NULL,NULL,NULL,NULL,NULL),
(15906,'https://staging.amtacshooting.com/event/12-september-2025-amtac-shooting-pistol-combatives-level-1-course-id/',3374,3938,'internal',222,508,NULL,NULL,NULL,NULL,NULL),
(15907,'https://amtacshooting.regfox.com/2025-09-12-pistol-combatives-level-1-course-id',3374,NULL,'external',222,NULL,NULL,NULL,NULL,NULL,NULL),
(15908,'https://staging.amtacshooting.com/event/3-december-2025-amtac-shooting-pistol-combatives-and-medical-course-ca/',3374,3931,'internal',222,503,NULL,NULL,NULL,NULL,NULL),
(15909,'https://staging.amtacshooting.com/event/3-december-2025-amtac-shooting-pistol-combatives-and-medical-course-ca/',3374,3931,'internal',222,503,NULL,NULL,NULL,NULL,NULL),
(15910,'https://staging.amtacshooting.com/event/3-december-2025-amtac-shooting-pistol-combatives-and-medical-course-ca/',3374,3931,'internal',222,503,NULL,NULL,NULL,NULL,NULL),
(15911,'https://amtacshooting.regfox.com/2025-12-03-pistol-combatives-and-medical-course-ca',3374,NULL,'external',222,NULL,NULL,NULL,NULL,NULL,NULL),
(15912,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_.jpg',3374,3936,'image-in',222,NULL,576,1000,47740,NULL,NULL),
(15913,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Chuck-and-Bill-pic-2-4wrFlU.tmp_-980x980.jpg',3374,3941,'image-in',222,NULL,2000,2000,421278,NULL,NULL),
(15914,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Pistol-Medical-Course-oBbfhw.tmp_.jpg',3374,3932,'image-in',222,NULL,1081,924,49577,NULL,NULL),
(16139,'https://staging.amtacshooting.com/event/12-13-april-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-in/',3399,3937,'internal',224,507,NULL,NULL,NULL,NULL,NULL),
(16140,'https://staging.amtacshooting.com/event/12-13-april-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-in/',3399,3937,'internal',224,507,NULL,NULL,NULL,NULL,NULL),
(16141,'https://staging.amtacshooting.com/event/12-13-april-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-in/',3399,3937,'internal',224,507,NULL,NULL,NULL,NULL,NULL),
(16142,'https://amtacshooting.regfox.com/2025-04-12-fighting-in-and-around-vehiclescarbine-course-in',3399,NULL,'external',224,NULL,NULL,NULL,NULL,NULL,NULL),
(16143,'https://staging.amtacshooting.com/event/14-16-may-2025-no-fail-pistol-integrated-combatives-course-id/',3399,3939,'internal',224,509,NULL,NULL,NULL,NULL,NULL),
(16144,'https://staging.amtacshooting.com/event/14-16-may-2025-no-fail-pistol-integrated-combatives-course-id/',3399,3939,'internal',224,509,NULL,NULL,NULL,NULL,NULL),
(16145,'https://staging.amtacshooting.com/event/14-16-may-2025-no-fail-pistol-integrated-combatives-course-id/',3399,3939,'internal',224,509,NULL,NULL,NULL,NULL,NULL),
(16146,'https://amtacshooting.regfox.com/2025-05-14-no-fail-pistol-integrated-combatives-course-id',3399,NULL,'external',224,NULL,NULL,NULL,NULL,NULL,NULL),
(16147,'https://staging.amtacshooting.com/event/22-23-may-2025-amtac-shooting-combative-carbine-course-wi-this-course-is-full/',3399,3919,'internal',224,496,NULL,NULL,NULL,NULL,NULL),
(16148,'https://staging.amtacshooting.com/event/22-23-may-2025-amtac-shooting-combative-carbine-course-wi-this-course-is-full/',3399,3919,'internal',224,496,NULL,NULL,NULL,NULL,NULL),
(16149,'https://staging.amtacshooting.com/event/22-23-may-2025-amtac-shooting-combative-carbine-course-wi-this-course-is-full/',3399,3919,'internal',224,496,NULL,NULL,NULL,NULL,NULL),
(16150,'https://amtacshooting.regfox.com/2025-05-22-combative-carbine-course-wi',3399,NULL,'external',224,NULL,NULL,NULL,NULL,NULL,NULL),
(16151,'https://staging.amtacshooting.com/event/12-13-june-2025-amtac-shooting-integrated-combatives-level-2-course-ut/',3399,3920,'internal',224,497,NULL,NULL,NULL,NULL,NULL),
(16152,'https://staging.amtacshooting.com/event/12-13-june-2025-amtac-shooting-integrated-combatives-level-2-course-ut/',3399,3920,'internal',224,497,NULL,NULL,NULL,NULL,NULL),
(16153,'https://staging.amtacshooting.com/event/12-13-june-2025-amtac-shooting-integrated-combatives-level-2-course-ut/',3399,3920,'internal',224,497,NULL,NULL,NULL,NULL,NULL),
(16154,'https://amtacshooting.regfox.com/2025-06-12-integrated-combatives-2-course-ut',3399,NULL,'external',224,NULL,NULL,NULL,NULL,NULL,NULL),
(16155,'https://staging.amtacshooting.com/event/7-8-august-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-id/',3399,3921,'internal',224,498,NULL,NULL,NULL,NULL,NULL),
(16156,'https://staging.amtacshooting.com/event/7-8-august-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-id/',3399,3921,'internal',224,498,NULL,NULL,NULL,NULL,NULL),
(16157,'https://staging.amtacshooting.com/event/7-8-august-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-id/',3399,3921,'internal',224,498,NULL,NULL,NULL,NULL,NULL),
(16158,'https://amtacshooting.regfox.com/2025-08-07-fighting-in-and-around-vehiclescarbine-course-id',3399,NULL,'external',224,NULL,NULL,NULL,NULL,NULL,NULL),
(16159,'https://staging.amtacshooting.com/event/10-11-september-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',3399,3942,'internal',224,511,NULL,NULL,NULL,NULL,NULL),
(16160,'https://staging.amtacshooting.com/event/10-11-september-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',3399,3942,'internal',224,511,NULL,NULL,NULL,NULL,NULL),
(16161,'https://staging.amtacshooting.com/event/10-11-september-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',3399,3942,'internal',224,511,NULL,NULL,NULL,NULL,NULL),
(16162,'https://amtacshooting.regfox.com/2025-09-10-nvg-level-2-fighting-at-night-course-id',3399,NULL,'external',224,NULL,NULL,NULL,NULL,NULL,NULL),
(16163,'/amtac-training-center-atc-lodging/',3399,1814,'internal',224,98,NULL,NULL,NULL,NULL,NULL),
(16164,'https://staging.amtacshooting.com/event/12-september-2025-amtac-shooting-pistol-combatives-level-1-course-id/',3399,3938,'internal',224,508,NULL,NULL,NULL,NULL,NULL),
(16165,'https://staging.amtacshooting.com/event/12-september-2025-amtac-shooting-pistol-combatives-level-1-course-id/',3399,3938,'internal',224,508,NULL,NULL,NULL,NULL,NULL),
(16166,'https://staging.amtacshooting.com/event/12-september-2025-amtac-shooting-pistol-combatives-level-1-course-id/',3399,3938,'internal',224,508,NULL,NULL,NULL,NULL,NULL),
(16167,'https://amtacshooting.regfox.com/2025-09-12-pistol-combatives-level-1-course-id',3399,NULL,'external',224,NULL,NULL,NULL,NULL,NULL,NULL),
(16168,'https://staging.amtacshooting.com/event/2-3-october-2025-amtac-shooting-integrated-combatives-level-2-course-fl/',3399,3923,'internal',224,500,NULL,NULL,NULL,NULL,NULL),
(16169,'https://staging.amtacshooting.com/event/2-3-october-2025-amtac-shooting-integrated-combatives-level-2-course-fl/',3399,3923,'internal',224,500,NULL,NULL,NULL,NULL,NULL),
(16170,'https://staging.amtacshooting.com/event/2-3-october-2025-amtac-shooting-integrated-combatives-level-2-course-fl/',3399,3923,'internal',224,500,NULL,NULL,NULL,NULL,NULL),
(16171,'https://amtacshooting.regfox.com/2025-10-02-integrated-combatives-2-course-fl',3399,NULL,'external',224,NULL,NULL,NULL,NULL,NULL,NULL),
(16172,'https://staging.amtacshooting.com/event/5-7-november-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',3399,3924,'internal',224,501,NULL,NULL,NULL,NULL,NULL),
(16173,'https://staging.amtacshooting.com/event/5-7-november-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',3399,3924,'internal',224,501,NULL,NULL,NULL,NULL,NULL),
(16174,'https://staging.amtacshooting.com/event/5-7-november-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',3399,3924,'internal',224,501,NULL,NULL,NULL,NULL,NULL),
(16175,'https://amtacshooting.regfox.com/2025-11-05-nvg-level-2-fighting-at-night-course-id',3399,NULL,'external',224,NULL,NULL,NULL,NULL,NULL,NULL),
(16176,'/amtac-training-center-atc-lodging/',3399,1814,'internal',224,98,NULL,NULL,NULL,NULL,NULL),
(16177,'https://staging.amtacshooting.com/event/11-12-november-2025-amtac-shooting-integrated-combatives-level-2-course-ct/',3399,3925,'internal',224,502,NULL,NULL,NULL,NULL,NULL),
(16178,'https://staging.amtacshooting.com/event/11-12-november-2025-amtac-shooting-integrated-combatives-level-2-course-ct/',3399,3925,'internal',224,502,NULL,NULL,NULL,NULL,NULL),
(16179,'https://staging.amtacshooting.com/event/11-12-november-2025-amtac-shooting-integrated-combatives-level-2-course-ct/',3399,3925,'internal',224,502,NULL,NULL,NULL,NULL,NULL),
(16180,'https://amtacshooting.regfox.com/2025-11-11-integrated-combatives-level-2-course-ct',3399,NULL,'external',224,NULL,NULL,NULL,NULL,NULL,NULL),
(16181,'https://staging.amtacshooting.com/event/3-december-2025-amtac-shooting-pistol-combatives-and-medical-course-ca/',3399,3931,'internal',224,503,NULL,NULL,NULL,NULL,NULL),
(16182,'https://staging.amtacshooting.com/event/3-december-2025-amtac-shooting-pistol-combatives-and-medical-course-ca/',3399,3931,'internal',224,503,NULL,NULL,NULL,NULL,NULL),
(16183,'https://staging.amtacshooting.com/event/3-december-2025-amtac-shooting-pistol-combatives-and-medical-course-ca/',3399,3931,'internal',224,503,NULL,NULL,NULL,NULL,NULL),
(16184,'https://amtacshooting.regfox.com/2025-12-03-pistol-combatives-and-medical-course-ca',3399,NULL,'external',224,NULL,NULL,NULL,NULL,NULL,NULL),
(16185,'https://staging.amtacshooting.com/event/4-5-december-2025-amtac-shooting-integrated-combatives-level-2-course-ca/',3399,3933,'internal',224,504,NULL,NULL,NULL,NULL,NULL),
(16186,'https://staging.amtacshooting.com/event/4-5-december-2025-amtac-shooting-integrated-combatives-level-2-course-ca/',3399,3933,'internal',224,504,NULL,NULL,NULL,NULL,NULL),
(16187,'https://staging.amtacshooting.com/event/4-5-december-2025-amtac-shooting-integrated-combatives-level-2-course-ca/',3399,3933,'internal',224,504,NULL,NULL,NULL,NULL,NULL),
(16188,'https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca',3399,NULL,'external',224,NULL,NULL,NULL,NULL,NULL,NULL),
(16189,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_.jpg',3399,3909,'image-in',224,NULL,600,1200,105668,NULL,NULL),
(16190,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Chuck-and-Bill-pic-2-4wrFlU.tmp_-980x980.jpg',3399,3941,'image-in',224,NULL,2000,2000,421278,NULL,NULL),
(16191,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/a1s5260-NvbXso.tmp_.jpg',3399,3880,'image-in',224,NULL,267,400,23744,NULL,NULL),
(16192,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png',3399,3893,'image-in',224,NULL,924,1283,379674,NULL,NULL),
(16193,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/NVG-1-tvNKht.tmp_.png',3399,3866,'image-in',224,NULL,924,924,82493,NULL,NULL),
(16194,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_.jpg',3399,3936,'image-in',224,NULL,576,1000,47740,NULL,NULL),
(16195,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Pistol-Medical-Course-oBbfhw.tmp_.jpg',3399,3932,'image-in',224,NULL,1081,924,49577,NULL,NULL),
(16931,'https://staging.amtacshooting.com/product/amtac-shooting-bring-your-tools-tee/',13,2541,'internal',12,149,NULL,NULL,NULL,NULL,NULL),
(16932,'https://staging.amtacshooting.com/?page_id=3493',13,NULL,'internal',12,9,NULL,NULL,NULL,NULL,NULL),
(16933,'https://staging.amtacshooting.com/courses/',13,3631,'internal',12,238,NULL,NULL,NULL,NULL,NULL),
(16934,'https://staging.amtacshooting.com/guns-gear/',13,3523,'internal',12,232,NULL,NULL,NULL,NULL,NULL),
(16935,'https://staging.amtacshooting.com/radios/',13,3529,'internal',12,234,NULL,NULL,NULL,NULL,NULL),
(16936,'https://staging.amtacshooting.com/2025/01/07/backpacking/',13,NULL,'internal',12,NULL,NULL,NULL,NULL,NULL,NULL),
(16937,'https://staging.amtacshooting.com/wp-content/uploads/2024/03/mens-classic-tee-black-front-65fcb27facc11-300x300.jpg',13,2578,'image-in',12,NULL,924,924,23216,NULL,NULL),
(16938,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg',13,3440,'image-in',12,NULL,1000,1000,257228,NULL,NULL),
(16939,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/Four-Blade-Lineup.jpg',13,3439,'image-in',12,NULL,1000,1000,672302,NULL,NULL),
(16940,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg',13,3441,'image-in',12,NULL,1000,1000,365079,NULL,NULL),
(16941,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/gear.jpg',13,3442,'image-in',12,NULL,1000,1000,480215,NULL,NULL),
(16942,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/radio.jpg',13,4035,'image-in',12,NULL,500,500,139400,NULL,NULL),
(16943,'https://staging.amtacshooting.com/wp-content/uploads/2025/01/20230121_113850-min-1024x1024.jpg',13,4072,'image-in',12,NULL,1720,1720,484343,NULL,NULL),
(17790,'https://www.compassion.com/',2170,NULL,'external',101,NULL,NULL,NULL,NULL,NULL,NULL),
(17791,'https://www.persecution.com/',2170,NULL,'external',101,NULL,NULL,NULL,NULL,NULL,NULL),
(17792,'https://www.jesusfilm.org/dev/nda/grants/jesus-film-project-branded-jf/',2170,NULL,'external',101,NULL,NULL,NULL,NULL,NULL,NULL),
(17793,'https://allindiamission.com/',2170,NULL,'external',101,NULL,NULL,NULL,NULL,NULL,NULL),
(17794,'https://friendsofukraine.info/',2170,NULL,'external',101,NULL,NULL,NULL,NULL,NULL,NULL),
(17795,'https://www.africanleadershipdevelopment.com/',2170,NULL,'external',101,NULL,NULL,NULL,NULL,NULL,NULL),
(17796,'https://amtacshooting.com/amtac-shooting-testimonials/',2170,NULL,'external',101,NULL,NULL,NULL,NULL,NULL,NULL),
(17797,'https://amtacshooting.com/amtac-shooting-instructors/',2170,NULL,'external',101,NULL,NULL,NULL,NULL,NULL,NULL),
(17798,'https://amtacshooting.com/category/press/aar/',2170,NULL,'external',101,NULL,NULL,NULL,NULL,NULL,NULL),
(17799,'https://staging.amtacshooting.com/2024/11/12/blades/',2170,3493,'internal',101,231,NULL,NULL,NULL,NULL,NULL),
(17800,'https://staging.amtacshooting.com/2024/11/12/blades/',2170,3493,'internal',101,231,NULL,NULL,NULL,NULL,NULL),
(17801,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',2170,2392,'internal',101,148,NULL,NULL,NULL,NULL,NULL),
(17802,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',2170,2392,'internal',101,148,NULL,NULL,NULL,NULL,NULL),
(17803,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',2170,2279,'internal',101,147,NULL,NULL,NULL,NULL,NULL),
(17804,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',2170,2279,'internal',101,147,NULL,NULL,NULL,NULL,NULL),
(17805,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/28B49493-C2A2-4D25-B4D7-F18A6F208184-300x300.png',2170,2412,'image-in',101,NULL,924,924,421779,NULL,NULL),
(17806,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/talking.jpg',2170,4031,'image-in',101,NULL,905,904,390845,NULL,NULL),
(17807,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg',2170,3441,'image-in',101,NULL,1000,1000,365079,NULL,NULL),
(17808,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png',2170,2161,'image-in',101,NULL,455,473,120189,NULL,NULL),
(17809,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-150x150.jpg',2170,3495,'image-in',101,NULL,2048,2560,1144520,NULL,NULL),
(17810,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202-150x150.png',2170,2617,'image-in',101,NULL,390,377,54063,NULL,NULL),
(17811,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail--150x150.jpg',2170,2333,'image-in',101,NULL,693,924,34536,NULL,NULL),
(17947,'https://amtacshooting.com/amtac-shooting-testimonials/',1791,NULL,'external',97,NULL,NULL,NULL,NULL,NULL,NULL),
(17948,'https://amtacshooting.com/amtac-shooting-instructors/',1791,NULL,'external',97,NULL,NULL,NULL,NULL,NULL,NULL),
(17949,'https://amtacshooting.com/category/press/aar/',1791,NULL,'external',97,NULL,NULL,NULL,NULL,NULL,NULL),
(17950,'https://staging.amtacshooting.com/2024/11/12/blades/',1791,3493,'internal',97,231,NULL,NULL,NULL,NULL,NULL),
(17951,'https://staging.amtacshooting.com/2024/11/12/blades/',1791,3493,'internal',97,231,NULL,NULL,NULL,NULL,NULL),
(17952,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',1791,2392,'internal',97,148,NULL,NULL,NULL,NULL,NULL),
(17953,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',1791,2392,'internal',97,148,NULL,NULL,NULL,NULL,NULL),
(17954,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',1791,2279,'internal',97,147,NULL,NULL,NULL,NULL,NULL),
(17955,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',1791,2279,'internal',97,147,NULL,NULL,NULL,NULL,NULL),
(17956,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/talking.jpg',1791,4031,'image-in',97,NULL,905,904,390845,NULL,NULL),
(17957,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg',1791,3441,'image-in',97,NULL,1000,1000,365079,NULL,NULL),
(17958,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png',1791,2161,'image-in',97,NULL,455,473,120189,NULL,NULL),
(17959,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-150x150.jpg',1791,3495,'image-in',97,NULL,2048,2560,1144520,NULL,NULL),
(17960,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202-150x150.png',1791,2617,'image-in',97,NULL,390,377,54063,NULL,NULL),
(17961,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail--150x150.jpg',1791,2333,'image-in',97,NULL,693,924,34536,NULL,NULL),
(17962,'https://www.youtube.com/watch?v=6Z_NrLLZXRI',1423,NULL,'external',92,NULL,NULL,NULL,NULL,NULL,NULL),
(17963,'https://www.youtube.com/watch?v=A5id8pwwphg',1423,NULL,'external',92,NULL,NULL,NULL,NULL,NULL,NULL),
(17964,'https://amtacshooting.com/amtac-shooting-testimonials/',1423,NULL,'external',92,NULL,NULL,NULL,NULL,NULL,NULL),
(17965,'https://amtacshooting.com/amtac-shooting-instructors/',1423,NULL,'external',92,NULL,NULL,NULL,NULL,NULL,NULL),
(17966,'https://amtacshooting.com/category/press/aar/',1423,NULL,'external',92,NULL,NULL,NULL,NULL,NULL,NULL),
(17967,'https://staging.amtacshooting.com/2024/11/12/blades/',1423,3493,'internal',92,231,NULL,NULL,NULL,NULL,NULL),
(17968,'https://staging.amtacshooting.com/2024/11/12/blades/',1423,3493,'internal',92,231,NULL,NULL,NULL,NULL,NULL),
(17969,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',1423,2392,'internal',92,148,NULL,NULL,NULL,NULL,NULL),
(17970,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',1423,2392,'internal',92,148,NULL,NULL,NULL,NULL,NULL),
(17971,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',1423,2279,'internal',92,147,NULL,NULL,NULL,NULL,NULL),
(17972,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',1423,2279,'internal',92,147,NULL,NULL,NULL,NULL,NULL),
(17973,'https://www.youtube.com/watch?v=6Z_NrLLZXRI',1423,NULL,'external',92,NULL,NULL,NULL,NULL,NULL,NULL),
(17974,'https://www.youtube.com/watch?v=A5id8pwwphg',1423,NULL,'external',92,NULL,NULL,NULL,NULL,NULL,NULL),
(17975,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/talking.jpg',1423,4031,'image-in',92,NULL,905,904,390845,NULL,NULL),
(17976,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg',1423,3441,'image-in',92,NULL,1000,1000,365079,NULL,NULL),
(17977,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png',1423,2161,'image-in',92,NULL,455,473,120189,NULL,NULL),
(17978,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-150x150.jpg',1423,3495,'image-in',92,NULL,2048,2560,1144520,NULL,NULL),
(17979,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202-150x150.png',1423,2617,'image-in',92,NULL,390,377,54063,NULL,NULL),
(17980,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail--150x150.jpg',1423,2333,'image-in',92,NULL,693,924,34536,NULL,NULL),
(17981,'https://amtacshooting.com/amtac-shooting-testimonials/',234,NULL,'external',84,NULL,NULL,NULL,NULL,NULL,NULL),
(17982,'https://amtacshooting.com/amtac-shooting-instructors/',234,NULL,'external',84,NULL,NULL,NULL,NULL,NULL,NULL),
(17983,'https://amtacshooting.com/category/press/aar/',234,NULL,'external',84,NULL,NULL,NULL,NULL,NULL,NULL),
(17984,'https://staging.amtacshooting.com/2024/11/12/blades/',234,3493,'internal',84,231,NULL,NULL,NULL,NULL,NULL),
(17985,'https://staging.amtacshooting.com/2024/11/12/blades/',234,3493,'internal',84,231,NULL,NULL,NULL,NULL,NULL),
(17986,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',234,2392,'internal',84,148,NULL,NULL,NULL,NULL,NULL),
(17987,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',234,2392,'internal',84,148,NULL,NULL,NULL,NULL,NULL),
(17988,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',234,2279,'internal',84,147,NULL,NULL,NULL,NULL,NULL),
(17989,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',234,2279,'internal',84,147,NULL,NULL,NULL,NULL,NULL),
(17990,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/defoor-logo.jpg',234,3336,'image-in',84,NULL,287,400,64542,NULL,NULL),
(17991,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/sayoc_tactical_group.jpg',234,3305,'image-in',84,NULL,212,296,17585,NULL,NULL),
(17992,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/gustavo_muchado_jiu_jitsu.jpg',234,382,'image-in',84,NULL,100,116,4548,NULL,NULL),
(17993,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/walther-logo.jpg',234,3299,'image-in',84,NULL,429,600,47799,NULL,NULL),
(17994,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/NightForce-Wide-Round-Logo.png',234,2237,'image-in',84,NULL,400,592,15323,NULL,NULL),
(17995,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/bha_logo_gold_v3.jpg',234,3332,'image-in',84,NULL,257,360,48499,NULL,NULL),
(17996,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/black_point_tactical-1.jpg',234,3302,'image-in',84,NULL,429,600,25248,NULL,NULL),
(17997,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/PROOF_logo_sm.jpg',234,3303,'image-in',84,NULL,243,340,13633,NULL,NULL),
(17998,'https://staging.amtacshooting.com/wp-content/uploads/2024/09/us-night-vision-logo.jpg',234,3330,'image-in',84,NULL,357,500,23170,NULL,NULL),
(17999,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/high-desert-cartridge-logo-sq.png',234,2241,'image-in',84,NULL,800,1334,42881,NULL,NULL),
(18000,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/talking.jpg',234,4031,'image-in',84,NULL,905,904,390845,NULL,NULL),
(18001,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg',234,3441,'image-in',84,NULL,1000,1000,365079,NULL,NULL),
(18002,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png',234,2161,'image-in',84,NULL,455,473,120189,NULL,NULL),
(18003,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-150x150.jpg',234,3495,'image-in',84,NULL,2048,2560,1144520,NULL,NULL),
(18004,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202-150x150.png',234,2617,'image-in',84,NULL,390,377,54063,NULL,NULL),
(18005,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail--150x150.jpg',234,2333,'image-in',84,NULL,693,924,34536,NULL,NULL),
(18006,'https://amtacshooting.com/amtac-shooting-testimonials/',1686,NULL,'external',96,NULL,NULL,NULL,NULL,NULL,NULL),
(18007,'https://amtacshooting.com/amtac-shooting-instructors/',1686,NULL,'external',96,NULL,NULL,NULL,NULL,NULL,NULL),
(18008,'https://amtacshooting.com/category/press/aar/',1686,NULL,'external',96,NULL,NULL,NULL,NULL,NULL,NULL),
(18009,'https://staging.amtacshooting.com/2024/11/12/blades/',1686,3493,'internal',96,231,NULL,NULL,NULL,NULL,NULL),
(18010,'https://staging.amtacshooting.com/2024/11/12/blades/',1686,3493,'internal',96,231,NULL,NULL,NULL,NULL,NULL),
(18011,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',1686,2392,'internal',96,148,NULL,NULL,NULL,NULL,NULL),
(18012,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',1686,2392,'internal',96,148,NULL,NULL,NULL,NULL,NULL),
(18013,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',1686,2279,'internal',96,147,NULL,NULL,NULL,NULL,NULL),
(18014,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',1686,2279,'internal',96,147,NULL,NULL,NULL,NULL,NULL),
(18015,'https://staging.amtacshooting.com/wp-content/uploads/2022/04/Walther-Pistol-Bill-Header-Trim-min.jpg',1686,1697,'image-in',96,NULL,576,1000,47740,NULL,NULL),
(18016,'https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta.jpg',1686,1717,'image-in',96,NULL,746,746,46852,NULL,NULL),
(18017,'https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructor-David-Acosta-with-Bill-min-1024x1024.jpg',1686,1718,'image-in',96,NULL,924,924,89032,NULL,NULL),
(18018,'https://www.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-3-min-1024x769.jpeg',1686,NULL,'image-ex',96,NULL,NULL,NULL,NULL,NULL,NULL),
(18019,'https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTORS-BRYAN-RESNIK-2-min-1024x726.jpg',1686,1727,'image-in',96,NULL,924,1303,55124,NULL,NULL),
(18020,'https://staging.amtacshooting.com/wp-content/uploads/2022/05/AMTAC-INSTRUCTOR-BRYAN-RESNIK-min.jpg',1686,1726,'image-in',96,NULL,667,1000,53947,NULL,NULL),
(18021,'https://staging.amtacshooting.com/wp-content/uploads/2022/05/Amtac-Instructors-David-Cagle-min-e1656643966336.jpg',1686,1736,'image-in',96,NULL,427,266,43635,NULL,NULL),
(18022,'https://www.amtacshooting.com/wp-content/uploads/2018/04/AB0A3350_edit_zps6igcmeyf.jpg',1686,NULL,'image-ex',96,NULL,NULL,NULL,NULL,NULL,NULL),
(18023,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/talking.jpg',1686,4031,'image-in',96,NULL,905,904,390845,NULL,NULL),
(18024,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg',1686,3441,'image-in',96,NULL,1000,1000,365079,NULL,NULL),
(18025,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png',1686,2161,'image-in',96,NULL,455,473,120189,NULL,NULL),
(18026,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-150x150.jpg',1686,3495,'image-in',96,NULL,2048,2560,1144520,NULL,NULL),
(18027,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202-150x150.png',1686,2617,'image-in',96,NULL,390,377,54063,NULL,NULL),
(18028,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail--150x150.jpg',1686,2333,'image-in',96,NULL,693,924,34536,NULL,NULL),
(18672,'https://staging.amtacshooting.com/2023/08/24/aar-the-amtac-shooting-modern-minuteman/',4464,2134,'internal',514,143,NULL,NULL,NULL,NULL,NULL),
(18673,'https://staging.amtacshooting.com/2023/08/24/aar-the-amtac-shooting-modern-minuteman/',4464,2134,'internal',514,143,NULL,NULL,NULL,NULL,NULL),
(18674,'https://staging.amtacshooting.com/2023/06/20/aar-the-amtac-shooting-tribe-centric-cqb/',4464,2053,'internal',514,142,NULL,NULL,NULL,NULL,NULL),
(18675,'https://staging.amtacshooting.com/2023/06/20/aar-the-amtac-shooting-tribe-centric-cqb/',4464,2053,'internal',514,142,NULL,NULL,NULL,NULL,NULL),
(18676,'https://staging.amtacshooting.com/2020/07/15/aar-compact-carbine-deployment-on-civilian-gunfighter/',4464,1539,'internal',514,141,NULL,NULL,NULL,NULL,NULL),
(18677,'https://staging.amtacshooting.com/2020/07/15/aar-compact-carbine-deployment-on-civilian-gunfighter/',4464,1539,'internal',514,141,NULL,NULL,NULL,NULL,NULL),
(18678,'https://staging.amtacshooting.com/2018/08/10/aar-the-responsible-armed-citizen-by-hill-people-gear/',4464,1060,'internal',514,134,NULL,NULL,NULL,NULL,NULL),
(18679,'https://staging.amtacshooting.com/2018/08/10/aar-the-responsible-armed-citizen-by-hill-people-gear/',4464,1060,'internal',514,134,NULL,NULL,NULL,NULL,NULL),
(18680,'https://staging.amtacshooting.com/2018/08/09/aar-force-on-force-course-by-vdmsr/',4464,1055,'internal',514,133,NULL,NULL,NULL,NULL,NULL),
(18681,'https://staging.amtacshooting.com/2018/08/09/aar-force-on-force-course-by-vdmsr/',4464,1055,'internal',514,133,NULL,NULL,NULL,NULL,NULL),
(18682,'https://staging.amtacshooting.com/2017/05/28/aar-integrated-combatives/',4464,630,'internal',514,116,NULL,NULL,NULL,NULL,NULL),
(18683,'https://staging.amtacshooting.com/2017/05/28/aar-integrated-combatives/',4464,630,'internal',514,116,NULL,NULL,NULL,NULL,NULL),
(18684,'https://staging.amtacshooting.com/2017/05/28/aar-integrated-shooting-and-combatives-class/',4464,639,'internal',514,118,NULL,NULL,NULL,NULL,NULL),
(18685,'https://staging.amtacshooting.com/2017/05/28/aar-integrated-shooting-and-combatives-class/',4464,639,'internal',514,118,NULL,NULL,NULL,NULL,NULL),
(18686,'https://staging.amtacshooting.com/2017/05/25/aar-womens-defense-course/',4464,313,'internal',514,112,NULL,NULL,NULL,NULL,NULL),
(18687,'https://staging.amtacshooting.com/2017/05/25/aar-womens-defense-course/',4464,313,'internal',514,112,NULL,NULL,NULL,NULL,NULL),
(18688,'https://staging.amtacshooting.com/2017/03/12/aar-the-responsible-armed-citizen/',4464,651,'internal',514,119,NULL,NULL,NULL,NULL,NULL),
(18689,'https://staging.amtacshooting.com/2017/03/12/aar-the-responsible-armed-citizen/',4464,651,'internal',514,119,NULL,NULL,NULL,NULL,NULL),
(18690,'https://staging.amtacshooting.com/2016/08/14/aar-the-integrated-combatives-course/',4464,662,'internal',514,120,NULL,NULL,NULL,NULL,NULL),
(18691,'https://staging.amtacshooting.com/2016/08/14/aar-the-integrated-combatives-course/',4464,662,'internal',514,120,NULL,NULL,NULL,NULL,NULL),
(18692,'https://staging.amtacshooting.com/wp-admin/admin-ajax.php?paged=2&#038;et_blog',4464,NULL,'internal',514,NULL,NULL,NULL,NULL,NULL,NULL),
(18693,'http://amtacshooting.com/amtac-shooting-testimonials/',4464,NULL,'external',514,NULL,NULL,NULL,NULL,NULL,NULL),
(18694,'http://amtacshooting.com/amtac-shooting-testimonials/',4464,NULL,'external',514,NULL,NULL,NULL,NULL,NULL,NULL),
(18695,'http://amtacshooting.com/amtac-shooting-instructors/',4464,NULL,'external',514,NULL,NULL,NULL,NULL,NULL,NULL),
(18696,'http://amtacshooting.com/amtac-shooting-instructors/',4464,NULL,'external',514,NULL,NULL,NULL,NULL,NULL,NULL),
(18697,'http://amtacshooting.com/category/press/aar/',4464,NULL,'external',514,NULL,NULL,NULL,NULL,NULL,NULL),
(18698,'http://amtacshooting.com/category/press/aar/',4464,NULL,'external',514,NULL,NULL,NULL,NULL,NULL,NULL),
(18699,'https://staging.amtacshooting.com/2024/11/12/blades/',4464,3493,'internal',514,231,NULL,NULL,NULL,NULL,NULL),
(18700,'https://staging.amtacshooting.com/2024/11/12/blades/',4464,3493,'internal',514,231,NULL,NULL,NULL,NULL,NULL),
(18701,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',4464,2392,'internal',514,148,NULL,NULL,NULL,NULL,NULL),
(18702,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',4464,2392,'internal',514,148,NULL,NULL,NULL,NULL,NULL),
(18703,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',4464,2279,'internal',514,147,NULL,NULL,NULL,NULL,NULL),
(18704,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',4464,2279,'internal',514,147,NULL,NULL,NULL,NULL,NULL),
(18705,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png',4464,2161,'image-in',514,NULL,455,473,120189,NULL,NULL),
(18706,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px.png',4464,2160,'image-in',514,NULL,455,473,107365,NULL,NULL),
(18707,'https://staging.amtacshooting.com/wp-content/uploads/2020/07/AAR-Civilian-Gunfighter.jpg',4464,1540,'image-in',514,NULL,455,473,40454,NULL,NULL),
(18708,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/AAR_RAC_Hill_People.jpg',4464,1062,'image-in',514,NULL,480,640,69847,NULL,NULL),
(18709,'https://staging.amtacshooting.com/wp-content/uploads/2018/08/AAR_vdmsr_force_course-924x675.jpg',4464,1058,'image-in',514,NULL,924,924,58438,NULL,NULL),
(18710,'https://staging.amtacshooting.com/wp-content/uploads/2017/05/AAR_vdmsr_amtac_integrated_combatives-842x675.jpg',4464,710,'image-in',514,NULL,800,842,57529,NULL,NULL),
(18711,'https://staging.amtacshooting.com/wp-content/uploads/2017/05/aar_civilian_gunfighter_integrated_john.jpg',4464,696,'image-in',514,NULL,648,648,36760,NULL,NULL),
(18712,'https://staging.amtacshooting.com/wp-content/uploads/2017/05/aar_womens_combatives_vdmsr-973x675.jpg',4464,714,'image-in',514,NULL,800,973,67205,NULL,NULL),
(18713,'https://staging.amtacshooting.com/wp-content/uploads/2017/03/aar_breach_bang_clear_amtac-819x675.jpg',4464,706,'image-in',514,NULL,819,819,41618,NULL,NULL),
(18714,'https://staging.amtacshooting.com/wp-content/uploads/2016/08/AAR-Integrated-Combatives-Glock-Talk-731x675.jpg',4464,719,'image-in',514,NULL,1024,731,77879,NULL,NULL),
(18715,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/talking.jpg',4464,4031,'image-in',514,NULL,905,904,390845,NULL,NULL),
(18716,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg',4464,3441,'image-in',514,NULL,1000,1000,365079,NULL,NULL),
(18717,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-150x150.jpg',4464,3495,'image-in',514,NULL,2048,2560,1144520,NULL,NULL),
(18718,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202-150x150.png',4464,2617,'image-in',514,NULL,390,377,54063,NULL,NULL),
(18719,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail--150x150.jpg',4464,2333,'image-in',514,NULL,693,924,34536,NULL,NULL),
(18846,'https://staging.amtacshooting.com/2024/11/12/blades/',4476,3493,'internal',515,231,NULL,NULL,NULL,NULL,NULL),
(18847,'https://staging.amtacshooting.com/2024/11/12/blades/',4476,3493,'internal',515,231,NULL,NULL,NULL,NULL,NULL),
(18848,'https://staging.amtacshooting.com/2024/06/20/should-i-carry-strong-side-or-appendix/',4476,2914,'internal',515,150,NULL,NULL,NULL,NULL,NULL),
(18849,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',4476,2392,'internal',515,148,NULL,NULL,NULL,NULL,NULL),
(18850,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',4476,2392,'internal',515,148,NULL,NULL,NULL,NULL,NULL),
(18851,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',4476,2279,'internal',515,147,NULL,NULL,NULL,NULL,NULL),
(18852,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',4476,2279,'internal',515,147,NULL,NULL,NULL,NULL,NULL),
(18853,'https://staging.amtacshooting.com/2023/10/13/interview-with-gustavo-machado-and-bill-rapier-for-the-2023-07-19-amtac-shooting-jiu-jitsu-and-pistol-course-id/',4476,2183,'internal',515,146,NULL,NULL,NULL,NULL,NULL),
(18854,'https://staging.amtacshooting.com/2023/10/13/interview-with-gustavo-machado-and-bill-rapier-for-the-2023-07-19-amtac-shooting-jiu-jitsu-and-pistol-course-id/',4476,2183,'internal',515,146,NULL,NULL,NULL,NULL,NULL),
(18855,'https://staging.amtacshooting.com/2023/09/15/sermon-what-is-your-purpose-and-what-are-you-doing-to-give-god-glory-and-to-further-his-kingdom/',4476,2172,'internal',515,144,NULL,NULL,NULL,NULL,NULL),
(18856,'https://staging.amtacshooting.com/2023/09/15/sermon-what-is-our-mission/',4476,2173,'internal',515,145,NULL,NULL,NULL,NULL,NULL),
(18857,'https://staging.amtacshooting.com/2023/08/24/aar-the-amtac-shooting-modern-minuteman/',4476,2134,'internal',515,143,NULL,NULL,NULL,NULL,NULL),
(18858,'https://staging.amtacshooting.com/2023/08/24/aar-the-amtac-shooting-modern-minuteman/',4476,2134,'internal',515,143,NULL,NULL,NULL,NULL,NULL),
(18859,'https://staging.amtacshooting.com/2023/06/20/aar-the-amtac-shooting-tribe-centric-cqb/',4476,2053,'internal',515,142,NULL,NULL,NULL,NULL,NULL),
(18860,'https://staging.amtacshooting.com/2023/06/20/aar-the-amtac-shooting-tribe-centric-cqb/',4476,2053,'internal',515,142,NULL,NULL,NULL,NULL,NULL),
(18861,'https://staging.amtacshooting.com/2020/07/15/aar-compact-carbine-deployment-on-civilian-gunfighter/',4476,1539,'internal',515,141,NULL,NULL,NULL,NULL,NULL),
(18862,'https://staging.amtacshooting.com/2020/07/15/aar-compact-carbine-deployment-on-civilian-gunfighter/',4476,1539,'internal',515,141,NULL,NULL,NULL,NULL,NULL),
(18863,'https://staging.amtacshooting.com/wp-admin/admin-ajax.php?paged=2&#038;et_blog',4476,NULL,'internal',515,NULL,NULL,NULL,NULL,NULL,NULL),
(18864,'http://amtacshooting.com/amtac-shooting-testimonials/',4476,NULL,'external',515,NULL,NULL,NULL,NULL,NULL,NULL),
(18865,'http://amtacshooting.com/amtac-shooting-testimonials/',4476,NULL,'external',515,NULL,NULL,NULL,NULL,NULL,NULL),
(18866,'http://amtacshooting.com/amtac-shooting-instructors/',4476,NULL,'external',515,NULL,NULL,NULL,NULL,NULL,NULL),
(18867,'http://amtacshooting.com/amtac-shooting-instructors/',4476,NULL,'external',515,NULL,NULL,NULL,NULL,NULL,NULL),
(18868,'https://amtacshooting.com/aars/',4476,NULL,'external',515,NULL,NULL,NULL,NULL,NULL,NULL),
(18869,'https://amtacshooting.com/aars/',4476,NULL,'external',515,NULL,NULL,NULL,NULL,NULL,NULL),
(18870,'https://staging.amtacshooting.com/2024/11/12/blades/',4476,3493,'internal',515,231,NULL,NULL,NULL,NULL,NULL),
(18871,'https://staging.amtacshooting.com/2024/11/12/blades/',4476,3493,'internal',515,231,NULL,NULL,NULL,NULL,NULL),
(18872,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',4476,2392,'internal',515,148,NULL,NULL,NULL,NULL,NULL),
(18873,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',4476,2392,'internal',515,148,NULL,NULL,NULL,NULL,NULL),
(18874,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',4476,2279,'internal',515,147,NULL,NULL,NULL,NULL,NULL),
(18875,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',4476,2279,'internal',515,147,NULL,NULL,NULL,NULL,NULL),
(18876,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-1080x675.jpg',4476,3495,'image-in',515,NULL,2048,2560,1144520,NULL,NULL),
(18877,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202.png',4476,2617,'image-in',515,NULL,390,377,54063,NULL,NULL),
(18878,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail--924x675.jpg',4476,2333,'image-in',515,NULL,693,924,34536,NULL,NULL),
(18879,'https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_-1080x675.png',4476,2260,'image-in',515,NULL,863,1135,500446,NULL,NULL),
(18880,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png',4476,2161,'image-in',515,NULL,455,473,120189,NULL,NULL),
(18881,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px.png',4476,2160,'image-in',515,NULL,455,473,107365,NULL,NULL),
(18882,'https://staging.amtacshooting.com/wp-content/uploads/2020/07/AAR-Civilian-Gunfighter.jpg',4476,1540,'image-in',515,NULL,455,473,40454,NULL,NULL),
(18883,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/talking.jpg',4476,4031,'image-in',515,NULL,905,904,390845,NULL,NULL),
(18884,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg',4476,3441,'image-in',515,NULL,1000,1000,365079,NULL,NULL),
(18885,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-150x150.jpg',4476,3495,'image-in',515,NULL,2048,2560,1144520,NULL,NULL),
(18886,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202-150x150.png',4476,2617,'image-in',515,NULL,390,377,54063,NULL,NULL),
(18887,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail--150x150.jpg',4476,2333,'image-in',515,NULL,693,924,34536,NULL,NULL),
(19242,'https://staging.amtacshooting.com/carbine-3/?et_fb=1&#038;PageSpeed=off',81,3379,'internal',81,223,NULL,NULL,NULL,NULL,NULL),
(19243,'https://staging.amtacshooting.com/carbine-3/?et_fb=1&#038;PageSpeed=off',81,3379,'internal',81,223,NULL,NULL,NULL,NULL,NULL),
(19244,'https://staging.amtacshooting.com/combatives/',81,3399,'internal',81,224,NULL,NULL,NULL,NULL,NULL),
(19245,'https://staging.amtacshooting.com/combatives/',81,3399,'internal',81,224,NULL,NULL,NULL,NULL,NULL),
(19246,'https://staging.amtacshooting.com/precision-rifle/',81,3252,'internal',81,215,NULL,NULL,NULL,NULL,NULL),
(19247,'https://staging.amtacshooting.com/precision-rifle/',81,3252,'internal',81,215,NULL,NULL,NULL,NULL,NULL),
(19248,'https://staging.amtacshooting.com/winter-weather/',81,3605,'internal',81,237,NULL,NULL,NULL,NULL,NULL),
(19249,'https://staging.amtacshooting.com/winter-weather/',81,3605,'internal',81,237,NULL,NULL,NULL,NULL,NULL),
(19250,'https://staging.amtacshooting.com/event/14-16-may-2025-no-fail-pistol-integrated-combatives-course-id/',81,3939,'internal',81,509,NULL,NULL,NULL,NULL,NULL),
(19251,'https://staging.amtacshooting.com/event/14-16-may-2025-no-fail-pistol-integrated-combatives-course-id/',81,3939,'internal',81,509,NULL,NULL,NULL,NULL,NULL),
(19252,'https://staging.amtacshooting.com/event/14-16-may-2025-no-fail-pistol-integrated-combatives-course-id/',81,3939,'internal',81,509,NULL,NULL,NULL,NULL,NULL),
(19253,'https://amtacshooting.regfox.com/2025-05-14-no-fail-pistol-integrated-combatives-course-id',81,NULL,'external',81,NULL,NULL,NULL,NULL,NULL,NULL),
(19254,'https://staging.amtacshooting.com/event/22-23-may-2025-amtac-shooting-combative-carbine-course-wi-this-course-is-full/',81,3919,'internal',81,496,NULL,NULL,NULL,NULL,NULL),
(19255,'https://staging.amtacshooting.com/event/22-23-may-2025-amtac-shooting-combative-carbine-course-wi-this-course-is-full/',81,3919,'internal',81,496,NULL,NULL,NULL,NULL,NULL),
(19256,'https://staging.amtacshooting.com/event/22-23-may-2025-amtac-shooting-combative-carbine-course-wi-this-course-is-full/',81,3919,'internal',81,496,NULL,NULL,NULL,NULL,NULL),
(19257,'https://amtacshooting.regfox.com/2025-05-22-combative-carbine-course-wi',81,NULL,'external',81,NULL,NULL,NULL,NULL,NULL,NULL),
(19258,'https://staging.amtacshooting.com/event/12-13-june-2025-amtac-shooting-integrated-combatives-level-2-course-ut/',81,3920,'internal',81,497,NULL,NULL,NULL,NULL,NULL),
(19259,'https://staging.amtacshooting.com/event/12-13-june-2025-amtac-shooting-integrated-combatives-level-2-course-ut/',81,3920,'internal',81,497,NULL,NULL,NULL,NULL,NULL),
(19260,'https://staging.amtacshooting.com/event/12-13-june-2025-amtac-shooting-integrated-combatives-level-2-course-ut/',81,3920,'internal',81,497,NULL,NULL,NULL,NULL,NULL),
(19261,'https://amtacshooting.regfox.com/2025-06-12-integrated-combatives-2-course-ut',81,NULL,'external',81,NULL,NULL,NULL,NULL,NULL,NULL),
(19262,'https://staging.amtacshooting.com/event/7-8-august-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-id/',81,3921,'internal',81,498,NULL,NULL,NULL,NULL,NULL),
(19263,'https://staging.amtacshooting.com/event/7-8-august-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-id/',81,3921,'internal',81,498,NULL,NULL,NULL,NULL,NULL),
(19264,'https://staging.amtacshooting.com/event/7-8-august-2025-amtac-shooting-fighting-in-around-vehicles-carbine-course-id/',81,3921,'internal',81,498,NULL,NULL,NULL,NULL,NULL),
(19265,'https://amtacshooting.regfox.com/2025-08-07-fighting-in-and-around-vehiclescarbine-course-id',81,NULL,'external',81,NULL,NULL,NULL,NULL,NULL,NULL),
(19266,'https://staging.amtacshooting.com/event/10-11-september-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',81,3942,'internal',81,511,NULL,NULL,NULL,NULL,NULL),
(19267,'https://staging.amtacshooting.com/event/10-11-september-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',81,3942,'internal',81,511,NULL,NULL,NULL,NULL,NULL),
(19268,'https://staging.amtacshooting.com/event/10-11-september-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',81,3942,'internal',81,511,NULL,NULL,NULL,NULL,NULL),
(19269,'https://amtacshooting.regfox.com/2025-09-10-nvg-level-2-fighting-at-night-course-id',81,NULL,'external',81,NULL,NULL,NULL,NULL,NULL,NULL),
(19270,'/amtac-training-center-atc-lodging/',81,1814,'internal',81,98,NULL,NULL,NULL,NULL,NULL),
(19271,'https://staging.amtacshooting.com/event/12-september-2025-amtac-shooting-pistol-combatives-level-1-course-id/',81,3938,'internal',81,508,NULL,NULL,NULL,NULL,NULL),
(19272,'https://staging.amtacshooting.com/event/12-september-2025-amtac-shooting-pistol-combatives-level-1-course-id/',81,3938,'internal',81,508,NULL,NULL,NULL,NULL,NULL),
(19273,'https://staging.amtacshooting.com/event/12-september-2025-amtac-shooting-pistol-combatives-level-1-course-id/',81,3938,'internal',81,508,NULL,NULL,NULL,NULL,NULL),
(19274,'https://amtacshooting.regfox.com/2025-09-12-pistol-combatives-level-1-course-id',81,NULL,'external',81,NULL,NULL,NULL,NULL,NULL,NULL),
(19275,'https://staging.amtacshooting.com/event/01-october-2025-amtac-shooting-ak-manipulations-course-fl/',81,3922,'internal',81,499,NULL,NULL,NULL,NULL,NULL),
(19276,'https://staging.amtacshooting.com/event/01-october-2025-amtac-shooting-ak-manipulations-course-fl/',81,3922,'internal',81,499,NULL,NULL,NULL,NULL,NULL),
(19277,'https://staging.amtacshooting.com/event/01-october-2025-amtac-shooting-ak-manipulations-course-fl/',81,3922,'internal',81,499,NULL,NULL,NULL,NULL,NULL),
(19278,'https://amtacshooting.regfox.com/2025-ak-manipulation-course-fl',81,NULL,'external',81,NULL,NULL,NULL,NULL,NULL,NULL),
(19279,'https://staging.amtacshooting.com/event/2-3-october-2025-amtac-shooting-integrated-combatives-level-2-course-fl/',81,3923,'internal',81,500,NULL,NULL,NULL,NULL,NULL),
(19280,'https://staging.amtacshooting.com/event/2-3-october-2025-amtac-shooting-integrated-combatives-level-2-course-fl/',81,3923,'internal',81,500,NULL,NULL,NULL,NULL,NULL),
(19281,'https://staging.amtacshooting.com/event/2-3-october-2025-amtac-shooting-integrated-combatives-level-2-course-fl/',81,3923,'internal',81,500,NULL,NULL,NULL,NULL,NULL),
(19282,'https://amtacshooting.regfox.com/2025-10-02-integrated-combatives-2-course-fl',81,NULL,'external',81,NULL,NULL,NULL,NULL,NULL,NULL),
(19283,'https://staging.amtacshooting.com/event/5-7-november-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',81,3924,'internal',81,501,NULL,NULL,NULL,NULL,NULL),
(19284,'https://staging.amtacshooting.com/event/5-7-november-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',81,3924,'internal',81,501,NULL,NULL,NULL,NULL,NULL),
(19285,'https://staging.amtacshooting.com/event/5-7-november-2025-amtac-shooting-nvg-level-2-course-fighting-at-night-id/',81,3924,'internal',81,501,NULL,NULL,NULL,NULL,NULL),
(19286,'https://amtacshooting.regfox.com/2025-11-05-nvg-level-2-fighting-at-night-course-id',81,NULL,'external',81,NULL,NULL,NULL,NULL,NULL,NULL),
(19287,'/amtac-training-center-atc-lodging/',81,1814,'internal',81,98,NULL,NULL,NULL,NULL,NULL),
(19288,'https://staging.amtacshooting.com/event/11-12-november-2025-amtac-shooting-integrated-combatives-level-2-course-ct/',81,3925,'internal',81,502,NULL,NULL,NULL,NULL,NULL),
(19289,'https://staging.amtacshooting.com/event/11-12-november-2025-amtac-shooting-integrated-combatives-level-2-course-ct/',81,3925,'internal',81,502,NULL,NULL,NULL,NULL,NULL),
(19290,'https://staging.amtacshooting.com/event/11-12-november-2025-amtac-shooting-integrated-combatives-level-2-course-ct/',81,3925,'internal',81,502,NULL,NULL,NULL,NULL,NULL),
(19291,'https://amtacshooting.regfox.com/2025-11-11-integrated-combatives-level-2-course-ct',81,NULL,'external',81,NULL,NULL,NULL,NULL,NULL,NULL),
(19292,'https://staging.amtacshooting.com/event/3-december-2025-amtac-shooting-pistol-combatives-and-medical-course-ca/',81,3931,'internal',81,503,NULL,NULL,NULL,NULL,NULL),
(19293,'https://staging.amtacshooting.com/event/3-december-2025-amtac-shooting-pistol-combatives-and-medical-course-ca/',81,3931,'internal',81,503,NULL,NULL,NULL,NULL,NULL),
(19294,'https://staging.amtacshooting.com/event/3-december-2025-amtac-shooting-pistol-combatives-and-medical-course-ca/',81,3931,'internal',81,503,NULL,NULL,NULL,NULL,NULL),
(19295,'https://amtacshooting.regfox.com/2025-12-03-pistol-combatives-and-medical-course-ca',81,NULL,'external',81,NULL,NULL,NULL,NULL,NULL,NULL),
(19296,'https://staging.amtacshooting.com/event/4-5-december-2025-amtac-shooting-integrated-combatives-level-2-course-ca/',81,3933,'internal',81,504,NULL,NULL,NULL,NULL,NULL),
(19297,'https://staging.amtacshooting.com/event/4-5-december-2025-amtac-shooting-integrated-combatives-level-2-course-ca/',81,3933,'internal',81,504,NULL,NULL,NULL,NULL,NULL),
(19298,'https://staging.amtacshooting.com/event/4-5-december-2025-amtac-shooting-integrated-combatives-level-2-course-ca/',81,3933,'internal',81,504,NULL,NULL,NULL,NULL,NULL),
(19299,'https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca',81,NULL,'external',81,NULL,NULL,NULL,NULL,NULL,NULL),
(19300,'https://staging.amtacshooting.com/2024/11/12/blades/',81,3493,'internal',81,231,NULL,NULL,NULL,NULL,NULL),
(19301,'https://staging.amtacshooting.com/2024/11/12/blades/',81,3493,'internal',81,231,NULL,NULL,NULL,NULL,NULL),
(19302,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',81,2392,'internal',81,148,NULL,NULL,NULL,NULL,NULL),
(19303,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',81,2392,'internal',81,148,NULL,NULL,NULL,NULL,NULL),
(19304,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',81,2279,'internal',81,147,NULL,NULL,NULL,NULL,NULL),
(19305,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',81,2279,'internal',81,147,NULL,NULL,NULL,NULL,NULL),
(19306,'https://staging.amtacshooting.com/2023/10/13/interview-with-gustavo-machado-and-bill-rapier-for-the-2023-07-19-amtac-shooting-jiu-jitsu-and-pistol-course-id/',81,2183,'internal',81,146,NULL,NULL,NULL,NULL,NULL),
(19307,'https://staging.amtacshooting.com/2023/10/13/interview-with-gustavo-machado-and-bill-rapier-for-the-2023-07-19-amtac-shooting-jiu-jitsu-and-pistol-course-id/',81,2183,'internal',81,146,NULL,NULL,NULL,NULL,NULL),
(19308,'https://staging.amtacshooting.com/2023/08/24/aar-the-amtac-shooting-modern-minuteman/',81,2134,'internal',81,143,NULL,NULL,NULL,NULL,NULL),
(19309,'https://staging.amtacshooting.com/2023/08/24/aar-the-amtac-shooting-modern-minuteman/',81,2134,'internal',81,143,NULL,NULL,NULL,NULL,NULL),
(19310,'https://staging.amtacshooting.com/2023/06/20/aar-the-amtac-shooting-tribe-centric-cqb/',81,2053,'internal',81,142,NULL,NULL,NULL,NULL,NULL),
(19311,'https://staging.amtacshooting.com/2023/06/20/aar-the-amtac-shooting-tribe-centric-cqb/',81,2053,'internal',81,142,NULL,NULL,NULL,NULL,NULL),
(19312,'https://staging.amtacshooting.com/2020/07/15/aar-compact-carbine-deployment-on-civilian-gunfighter/',81,1539,'internal',81,141,NULL,NULL,NULL,NULL,NULL),
(19313,'https://staging.amtacshooting.com/2020/07/15/aar-compact-carbine-deployment-on-civilian-gunfighter/',81,1539,'internal',81,141,NULL,NULL,NULL,NULL,NULL),
(19314,'https://staging.amtacshooting.com/2020/04/11/recommended-radio-gear/',81,1455,'internal',81,140,NULL,NULL,NULL,NULL,NULL),
(19315,'https://staging.amtacshooting.com/2020/04/11/recommended-radio-gear/',81,1455,'internal',81,140,NULL,NULL,NULL,NULL,NULL),
(19316,'https://staging.amtacshooting.com/2019/04/24/what-is-most-important-in-training/',81,1293,'internal',81,139,NULL,NULL,NULL,NULL,NULL),
(19317,'https://staging.amtacshooting.com/2019/04/24/what-is-most-important-in-training/',81,1293,'internal',81,139,NULL,NULL,NULL,NULL,NULL),
(19318,'https://staging.amtacshooting.com/2018/12/16/the-modern-minute-man-physical-training-plan/',81,2936,'internal',81,138,NULL,NULL,NULL,NULL,NULL),
(19319,'https://staging.amtacshooting.com/2018/12/16/the-modern-minute-man-physical-training-plan/',81,2936,'internal',81,138,NULL,NULL,NULL,NULL,NULL),
(19320,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/swat.jpg',81,292,'image-in',81,NULL,924,1039,56057,NULL,NULL),
(19321,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/carbine_high_ready-e1521919096910.jpg',81,506,'image-in',81,NULL,924,924,53245,NULL,NULL),
(19322,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/sitting-teaching-1.jpg',81,523,'image-in',81,NULL,924,924,61734,NULL,NULL),
(19323,'https://staging.amtacshooting.com/wp-content/uploads/2018/03/snowy_Bill-1.jpg',81,527,'image-in',81,NULL,924,924,55447,NULL,NULL),
(19324,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Chuck-and-Bill-pic-2-4wrFlU.tmp_-980x980.jpg',81,3941,'image-in',81,NULL,2000,2000,421278,NULL,NULL),
(19325,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/a1s5260-NvbXso.tmp_.jpg',81,3880,'image-in',81,NULL,267,400,23744,NULL,NULL),
(19326,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png',81,3893,'image-in',81,NULL,924,1283,379674,NULL,NULL),
(19327,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/event-cropped-compact-carbine-GkArTi.tmp_.jpg',81,3909,'image-in',81,NULL,600,1200,105668,NULL,NULL),
(19328,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/NVG-1-tvNKht.tmp_.png',81,3866,'image-in',81,NULL,924,924,82493,NULL,NULL),
(19329,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Walther-Pistol-Bill-Header-Trim-min-MDsDWU.tmp_.jpg',81,3936,'image-in',81,NULL,576,1000,47740,NULL,NULL),
(19330,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/AK-in-the-snow-min-fv9d4A.tmp_.jpg',81,3686,'image-in',81,NULL,924,1309,31831,NULL,NULL),
(19331,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Pistol-Medical-Course-oBbfhw.tmp_.jpg',81,3932,'image-in',81,NULL,1081,924,49577,NULL,NULL),
(19332,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-scaled.jpg',81,3495,'image-in',81,NULL,2048,2560,1144520,NULL,NULL),
(19333,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202.png',81,2617,'image-in',81,NULL,390,377,54063,NULL,NULL),
(19334,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail-.jpg',81,2333,'image-in',81,NULL,693,924,34536,NULL,NULL),
(19335,'https://staging.amtacshooting.com/wp-content/uploads/2023/10/Gustavo-and-Bill-Interview_.png',81,2260,'image-in',81,NULL,863,1135,500446,NULL,NULL),
(19336,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png',81,2161,'image-in',81,NULL,455,473,120189,NULL,NULL),
(19337,'https://staging.amtacshooting.com/wp-content/uploads/2023/06/AFTER-ACTION-REPORT-Tribe-Centric-CQB-thumbnail-473x455px.png',81,2160,'image-in',81,NULL,455,473,107365,NULL,NULL),
(19338,'https://staging.amtacshooting.com/wp-content/uploads/2020/07/AAR-Civilian-Gunfighter.jpg',81,1540,'image-in',81,NULL,455,473,40454,NULL,NULL),
(19339,'https://staging.amtacshooting.com/wp-content/uploads/2020/04/Billradio-min.jpg',81,1506,'image-in',81,NULL,750,1000,40233,NULL,NULL),
(19340,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01618.jpg',81,1323,'image-in',81,NULL,924,1386,70869,NULL,NULL),
(19341,'https://staging.amtacshooting.com/wp-content/uploads/2018/12/IMG_4572-2.jpg',81,1269,'image-in',81,NULL,924,1232,61873,NULL,NULL),
(20016,'https://amzn.to/44SaY2H',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20017,'https://amzn.to/4muopw7',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20018,'https://amzn.to/4drigfW',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20019,'https://amzn.to/4dvRjYs',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20020,'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=1H0LVCSTU1WEE&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXQc5Q3D4cwfWbYNS-eEu8UlO6Ocw8bbYpoWG2ckbJ5wR78x1eAqtBVJXKlDnbM0temTgsy5_I-QmLmmzAGhRac',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20021,'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20022,'https://amzn.to/4kaaM3L',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20023,'https://amzn.to/43oDjLG',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20024,'https://amzn.to/4dzNemg',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20025,'https://amzn.to/3HaNlsk',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20026,'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_1?crid=23IQ7YQ1OPVO3&amp;dib=eyJ2IjoiMSJ9.62RTSEyQphSnRPetqD4TsXlZlDLx_lCmW9srxT5aEXRsF75fSFnrUSZpmGgFsJjxHxG2VpmSkiD8Sqr5qhmy_Qd1YdGjSUSLG0HitMIOOdc.HleP1eMowt3jbgqFuw7',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20027,'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=sr_1_2?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560573&amp;sr=8-',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20028,'https://www.amazon.com/Authentic-Genuine-Nagoya-UT-72-Magnetic/dp/B016SIJX28/ref=ice_ac_b_dpb?dchild=1&amp;keywords=Authentic+Genuine+Nagoya+UT-72+Super+Loading+Coil+19-Inch+Magnetic+Mount+VHF%2FUHF+%28144%2F430Mhz%29+Antenna+PL-259&amp;qid=1586560203&amp',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20029,'https://amzn.to/4k6eScV',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20030,'https://amzn.to/3SQyPbK',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20031,'https://amzn.to/4muVCr7',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20032,'https://amzn.to/43J67je',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20033,'https://amzn.to/439LsVo',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20034,'https://amzn.to/43dredt',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20035,'https://amzn.to/4mzrNpG',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20036,'https://www.amateurradiosupplies.com/product-p/11304.htm',3529,NULL,'external',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20037,'https://staging.amtacshooting.com/shop/',3529,13,'internal',234,12,NULL,NULL,NULL,NULL,NULL),
(20038,'https://staging.amtacshooting.com/?page_id=3493',3529,NULL,'internal',234,9,NULL,NULL,NULL,NULL,NULL),
(20039,'https://staging.amtacshooting.com/courses/',3529,3631,'internal',234,238,NULL,NULL,NULL,NULL,NULL),
(20040,'https://staging.amtacshooting.com/guns-gear/',3529,3523,'internal',234,232,NULL,NULL,NULL,NULL,NULL),
(20041,'https://staging.amtacshooting.com/2025/01/07/backpacking/',3529,NULL,'internal',234,NULL,NULL,NULL,NULL,NULL,NULL),
(20042,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg',3529,3440,'image-in',234,NULL,1000,1000,257228,NULL,NULL),
(20043,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/Four-Blade-Lineup.jpg',3529,3439,'image-in',234,NULL,1000,1000,672302,NULL,NULL),
(20044,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg',3529,3441,'image-in',234,NULL,1000,1000,365079,NULL,NULL),
(20045,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/gear.jpg',3529,3442,'image-in',234,NULL,1000,1000,480215,NULL,NULL),
(20046,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/radio.jpg',3529,4035,'image-in',234,NULL,500,500,139400,NULL,NULL),
(20047,'https://staging.amtacshooting.com/wp-content/uploads/2025/01/20230121_113850-min-1024x1024.jpg',3529,4072,'image-in',234,NULL,1720,1720,484343,NULL,NULL),
(20571,'https://amzn.to/4mw125d',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20572,'https://amzn.to/4jhvZXY',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20573,'https://amzn.to/43RK6xR',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20574,'https://amzn.to/4dAXkTY',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20575,'https://amzn.to/4jb1xid',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20576,'https://www.amtacgear.com/product-category/medical/',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20577,'https://amzn.to/3Z0qgPc',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20578,'https://amzn.to/4jl5gdc',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20579,'https://amzn.to/3H4mo9T',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20580,'https://amzn.to/44MxUAp',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20581,'https://amzn.to/4dzPdqI',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20582,'https://amzn.to/3QX4Wqk',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20583,'https://ironspearoutfitters.com/products/gorilla-coms',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20584,'https://amzn.to/40AhlmX%20&amp;%20https://amzn.to/3ueWnyc',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20585,'https://www.hyperlitemountaingear.com/products/headwall-55',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20586,'https://amtacblades.com/battle-axe/',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20587,'https://amzn.to/3QUVP9B',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20588,'https://mountainlaureldesigns.com/product/mld-superlight-solo-bivy/',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20589,'https://amzn.to/477RLs8',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20590,'https://staging.amtacshooting.com/shop/',4156,13,'internal',513,12,NULL,NULL,NULL,NULL,NULL),
(20591,'https://staging.amtacshooting.com/?page_id=3493',4156,NULL,'internal',513,9,NULL,NULL,NULL,NULL,NULL),
(20592,'https://staging.amtacshooting.com/courses/',4156,3631,'internal',513,238,NULL,NULL,NULL,NULL,NULL),
(20593,'https://staging.amtacshooting.com/guns-gear/',4156,3523,'internal',513,232,NULL,NULL,NULL,NULL,NULL),
(20594,'https://staging.amtacshooting.com/radios/',4156,3529,'internal',513,234,NULL,NULL,NULL,NULL,NULL),
(20595,'https://staging.amtacshooting.com/2025/01/07/backpacking/',4156,NULL,'internal',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20596,'http://www.amtacshooting.com',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20597,'https://staging.amtacshooting.com/courses/',4156,3631,'internal',513,238,NULL,NULL,NULL,NULL,NULL),
(20598,'https://staging.amtacshooting.com/amtac-shooting-instructors/',4156,1686,'internal',513,96,NULL,NULL,NULL,NULL,NULL),
(20599,'https://staging.amtacshooting.com/faith/',4156,2170,'internal',513,101,NULL,NULL,NULL,NULL,NULL),
(20600,'https://staging.amtacshooting.com/private-training/',4156,1416,'internal',513,91,NULL,NULL,NULL,NULL,NULL),
(20601,'https://staging.amtacshooting.com/amtac-shooting-testimonials/',4156,1791,'internal',513,97,NULL,NULL,NULL,NULL,NULL),
(20602,'https://staging.amtacshooting.com/articles/',4156,4476,'internal',513,515,NULL,NULL,NULL,NULL,NULL),
(20603,'https://staging.amtacshooting.com/aars/',4156,4464,'internal',513,514,NULL,NULL,NULL,NULL,NULL),
(20604,'https://staging.amtacshooting.com/videos/',4156,1423,'internal',513,92,NULL,NULL,NULL,NULL,NULL),
(20605,'https://staging.amtacshooting.com/recommended/',4156,234,'internal',513,84,NULL,NULL,NULL,NULL,NULL),
(20606,'https://staging.amtacshooting.com/shop/',4156,13,'internal',513,12,NULL,NULL,NULL,NULL,NULL),
(20607,'https://staging.amtacshooting.com/contact-us/',4156,573,'internal',513,89,NULL,NULL,NULL,NULL,NULL),
(20608,'http://www.amtacshooting.com',4156,NULL,'external',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20609,'https://staging.amtacshooting.com/contact-us/',4156,573,'internal',513,89,NULL,NULL,NULL,NULL,NULL),
(20610,'https://staging.amtacshooting.com/courses/',4156,3631,'internal',513,238,NULL,NULL,NULL,NULL,NULL),
(20611,'https://staging.amtacshooting.com/amtac-shooting-instructors/',4156,1686,'internal',513,96,NULL,NULL,NULL,NULL,NULL),
(20612,'https://staging.amtacshooting.com/recommended/',4156,234,'internal',513,84,NULL,NULL,NULL,NULL,NULL),
(20613,'https://staging.amtacshooting.com/category/press/aar/',4156,NULL,'internal',513,22,NULL,NULL,NULL,NULL,NULL),
(20614,'https://staging.amtacshooting.com/category/knowledge/articles/',4156,NULL,'internal',513,23,NULL,NULL,NULL,NULL,NULL),
(20615,'https://staging.amtacshooting.com/faith/',4156,2170,'internal',513,101,NULL,NULL,NULL,NULL,NULL),
(20616,'https://staging.amtacshooting.com/category/knowledge/reviews/',4156,NULL,'internal',513,21,NULL,NULL,NULL,NULL,NULL),
(20617,'https://staging.amtacshooting.com/shop/',4156,13,'internal',513,12,NULL,NULL,NULL,NULL,NULL),
(20618,'https://staging.amtacshooting.com/privacy-and-disclosure/',4156,1466,'internal',513,93,NULL,NULL,NULL,NULL,NULL),
(20619,'https://staging.amtacshooting.com/terms-of-use/',4156,1479,'internal',513,95,NULL,NULL,NULL,NULL,NULL),
(20620,'https://staging.amtacshooting.com/shipping-and-refund-policy/',4156,1477,'internal',513,94,NULL,NULL,NULL,NULL,NULL),
(20621,'https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-1-1024x1024.jpg',4156,NULL,'image-ex',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20622,'https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_702,h_701/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-2-1.jpg',4156,NULL,'image-ex',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20623,'https://sp-ao.shortpixel.ai/client/to_webp,q_glossy,ret_img,w_1024,h_1024/https://www.amtacshooting.com/wp-content/uploads/2023/11/grid-3-1-1024x1024.jpg',4156,NULL,'image-ex',513,NULL,NULL,NULL,NULL,NULL,NULL),
(20624,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg',4156,3440,'image-in',513,NULL,1000,1000,257228,NULL,NULL),
(20625,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/Four-Blade-Lineup.jpg',4156,3439,'image-in',513,NULL,1000,1000,672302,NULL,NULL),
(20626,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg',4156,3441,'image-in',513,NULL,1000,1000,365079,NULL,NULL),
(20627,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/gear.jpg',4156,3442,'image-in',513,NULL,1000,1000,480215,NULL,NULL),
(20628,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/radio.jpg',4156,4035,'image-in',513,NULL,500,500,139400,NULL,NULL),
(20629,'https://staging.amtacshooting.com/wp-content/uploads/2025/01/20230121_113850-min-1024x1024.jpg',4156,4072,'image-in',513,NULL,1720,1720,484343,NULL,NULL),
(20630,'https://staging.amtacshooting.com/wp-content/uploads/2025/04/Amtac-Shooting-Red-White-Border-for-Dark-Backgrounf.png',4156,4490,'image-in',513,NULL,944,1500,409099,NULL,NULL),
(20631,'https://staging.amtacshooting.com/wp-content/uploads/2025/05/new-amtac-shooting-logo-min-1-scaled.png',4156,4510,'image-in',513,NULL,1690,2560,390231,NULL,NULL),
(20683,'https://www.jbrcllc.com/',3523,NULL,'external',232,NULL,NULL,NULL,NULL,NULL,NULL),
(20684,'https://www.jbrcllc.com/',3523,NULL,'external',232,NULL,NULL,NULL,NULL,NULL,NULL),
(20685,'https://www.altusshooting.com/',3523,NULL,'external',232,NULL,NULL,NULL,NULL,NULL,NULL),
(20686,'https://www.altusshooting.com/',3523,NULL,'external',232,NULL,NULL,NULL,NULL,NULL,NULL),
(20687,'https://centurionarms.com/',3523,NULL,'external',232,NULL,NULL,NULL,NULL,NULL,NULL),
(20688,'https://staging.amtacshooting.com/shop/',3523,13,'internal',232,12,NULL,NULL,NULL,NULL,NULL),
(20689,'https://staging.amtacshooting.com/?page_id=3493',3523,NULL,'internal',232,9,NULL,NULL,NULL,NULL,NULL),
(20690,'https://staging.amtacshooting.com/courses/',3523,3631,'internal',232,238,NULL,NULL,NULL,NULL,NULL),
(20691,'https://staging.amtacshooting.com/radios/',3523,3529,'internal',232,234,NULL,NULL,NULL,NULL,NULL),
(20692,'https://staging.amtacshooting.com/2025/01/07/backpacking/',3523,NULL,'internal',232,NULL,NULL,NULL,NULL,NULL,NULL),
(20693,'https://staging.amtacshooting.com/wp-content/uploads/2025/01/custom-rifle.jpeg',3523,4205,'image-in',232,NULL,924,1232,170734,NULL,NULL),
(20694,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/img_2122_720-YcNvc0.tmp_.jpg',3523,3874,'image-in',232,NULL,540,720,133065,NULL,NULL),
(20695,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/hat-close-up.jpg',3523,3440,'image-in',232,NULL,1000,1000,257228,NULL,NULL),
(20696,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/Four-Blade-Lineup.jpg',3523,3439,'image-in',232,NULL,1000,1000,672302,NULL,NULL),
(20697,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg',3523,3441,'image-in',232,NULL,1000,1000,365079,NULL,NULL),
(20698,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/gear.jpg',3523,3442,'image-in',232,NULL,1000,1000,480215,NULL,NULL),
(20699,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/radio.jpg',3523,4035,'image-in',232,NULL,500,500,139400,NULL,NULL),
(20700,'https://staging.amtacshooting.com/wp-content/uploads/2025/01/20230121_113850-min-1024x1024.jpg',3523,4072,'image-in',232,NULL,1720,1720,484343,NULL,NULL),
(20721,'https://staging.amtacshooting.com/contact-us/',1416,573,'internal',91,89,NULL,NULL,NULL,NULL,NULL),
(20722,'http://amtacshooting.com/amtac-shooting-testimonials/',1416,NULL,'external',91,NULL,NULL,NULL,NULL,NULL,NULL),
(20723,'http://amtacshooting.com/amtac-shooting-testimonials/',1416,NULL,'external',91,NULL,NULL,NULL,NULL,NULL,NULL),
(20724,'http://amtacshooting.com/amtac-shooting-instructors/',1416,NULL,'external',91,NULL,NULL,NULL,NULL,NULL,NULL),
(20725,'http://amtacshooting.com/amtac-shooting-instructors/',1416,NULL,'external',91,NULL,NULL,NULL,NULL,NULL,NULL),
(20726,'https://amtacshooting.com/aars/',1416,NULL,'external',91,NULL,NULL,NULL,NULL,NULL,NULL),
(20727,'https://amtacshooting.com/aars/',1416,NULL,'external',91,NULL,NULL,NULL,NULL,NULL,NULL),
(20728,'https://staging.amtacshooting.com/2024/11/12/blades/',1416,3493,'internal',91,231,NULL,NULL,NULL,NULL,NULL),
(20729,'https://staging.amtacshooting.com/2024/11/12/blades/',1416,3493,'internal',91,231,NULL,NULL,NULL,NULL,NULL),
(20730,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',1416,2392,'internal',91,148,NULL,NULL,NULL,NULL,NULL),
(20731,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',1416,2392,'internal',91,148,NULL,NULL,NULL,NULL,NULL),
(20732,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',1416,2279,'internal',91,147,NULL,NULL,NULL,NULL,NULL),
(20733,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',1416,2279,'internal',91,147,NULL,NULL,NULL,NULL,NULL),
(20734,'https://staging.amtacshooting.com/wp-content/uploads/2019/03/DSC01688.jpg',1416,1331,'image-in',91,NULL,924,1386,49726,NULL,NULL),
(20735,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/talking.jpg',1416,4031,'image-in',91,NULL,905,904,390845,NULL,NULL),
(20736,'https://staging.amtacshooting.com/wp-content/uploads/2024/10/teaching.jpg',1416,3441,'image-in',91,NULL,1000,1000,365079,NULL,NULL),
(20737,'https://staging.amtacshooting.com/wp-content/uploads/2023/08/AFTER-ACTION-REPORT-Modern-Minuteman-Course-thumbnail-473x455px.png',1416,2161,'image-in',91,NULL,455,473,120189,NULL,NULL),
(20738,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-150x150.jpg',1416,3495,'image-in',91,NULL,2048,2560,1144520,NULL,NULL),
(20739,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202-150x150.png',1416,2617,'image-in',91,NULL,390,377,54063,NULL,NULL),
(20740,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail--150x150.jpg',1416,2333,'image-in',91,NULL,693,924,34536,NULL,NULL),
(20865,'https://staging.amtacshooting.com/event/3-december-2025-amtac-shooting-pistol-combatives-and-medical-course-ca/',3631,3931,'internal',238,503,NULL,NULL,NULL,NULL,NULL),
(20866,'https://staging.amtacshooting.com/event/3-december-2025-amtac-shooting-pistol-combatives-and-medical-course-ca/',3631,3931,'internal',238,503,NULL,NULL,NULL,NULL,NULL),
(20867,'https://staging.amtacshooting.com/event/3-december-2025-amtac-shooting-pistol-combatives-and-medical-course-ca/',3631,3931,'internal',238,503,NULL,NULL,NULL,NULL,NULL),
(20868,'https://amtacshooting.regfox.com/2025-12-03-pistol-combatives-and-medical-course-ca',3631,NULL,'external',238,NULL,NULL,NULL,NULL,NULL,NULL),
(20869,'https://staging.amtacshooting.com/event/4-5-december-2025-amtac-shooting-integrated-combatives-level-2-course-ca/',3631,3933,'internal',238,504,NULL,NULL,NULL,NULL,NULL),
(20870,'https://staging.amtacshooting.com/event/4-5-december-2025-amtac-shooting-integrated-combatives-level-2-course-ca/',3631,3933,'internal',238,504,NULL,NULL,NULL,NULL,NULL),
(20871,'https://staging.amtacshooting.com/event/4-5-december-2025-amtac-shooting-integrated-combatives-level-2-course-ca/',3631,3933,'internal',238,504,NULL,NULL,NULL,NULL,NULL),
(20872,'https://amtacshooting.regfox.com/2025-12-04-integrated-combatives-level-2-course-ca',3631,NULL,'external',238,NULL,NULL,NULL,NULL,NULL,NULL),
(20873,'https://staging.amtacshooting.com/2024/11/12/blades/',3631,3493,'internal',238,231,NULL,NULL,NULL,NULL,NULL),
(20874,'https://staging.amtacshooting.com/2024/11/12/blades/',3631,3493,'internal',238,231,NULL,NULL,NULL,NULL,NULL),
(20875,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',3631,2392,'internal',238,148,NULL,NULL,NULL,NULL,NULL),
(20876,'https://staging.amtacshooting.com/2024/02/10/morning-routine-and-dry-fire-lesson/',3631,2392,'internal',238,148,NULL,NULL,NULL,NULL,NULL),
(20877,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',3631,2279,'internal',238,147,NULL,NULL,NULL,NULL,NULL),
(20878,'https://staging.amtacshooting.com/2023/11/23/backpack-loadout-for-a-long-days-hike/',3631,2279,'internal',238,147,NULL,NULL,NULL,NULL,NULL),
(20879,'http://amtacshooting.com/amtac-shooting-testimonials/',3631,NULL,'external',238,NULL,NULL,NULL,NULL,NULL,NULL),
(20880,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/Pistol-Medical-Course-oBbfhw.tmp_.jpg',3631,3932,'image-in',238,NULL,1081,924,49577,NULL,NULL),
(20881,'https://staging.amtacshooting.com/wp-content/uploads/2024/12/ARAC-Bill-Rapier-6HJ1zB.tmp_.png',3631,3893,'image-in',238,NULL,924,1283,379674,NULL,NULL),
(20882,'https://staging.amtacshooting.com/wp-content/uploads/2024/11/blade-layout-150x150.jpg',3631,3495,'image-in',238,NULL,2048,2560,1144520,NULL,NULL),
(20883,'https://staging.amtacshooting.com/wp-content/uploads/2024/02/dry_fire_screen_shot_7202-150x150.png',3631,2617,'image-in',238,NULL,390,377,54063,NULL,NULL),
(20884,'https://staging.amtacshooting.com/wp-content/uploads/2023/11/backpack-loadout-blog-thumbnail--150x150.jpg',3631,2333,'image-in',238,NULL,693,924,34536,NULL,NULL),
(20885,'https://staging.amtacshooting.com/wp-content/uploads/2025/11/Walther_-Hammerli_TessRousey_4760-1-1.jpg',3631,4587,'image-in',238,NULL,667,1000,117762,NULL,NULL),
(20886,'https://staging.amtacshooting.com/wp-content/uploads/2025/11/A1S9269-1.jpg',3631,4588,'image-in',238,NULL,1498,1000,116668,NULL,NULL),
(20887,'https://staging.amtacshooting.com/wp-content/uploads/2025/11/AMTAC-2023-10-21-1-2.jpg',3631,4589,'image-in',238,NULL,1000,1000,194633,NULL,NULL);
/*!40000 ALTER TABLE `wp_yoast_seo_links` ENABLE KEYS */;
UNLOCK TABLES;
/*!40103 SET TIME_ZONE=@OLD_TIME_ZONE */;

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

-- Dump completed on 2025-12-13  0:10:29
